Tag Archives: command line

C Sorting Command Line Switch Tutorial

Yesterday we started with a Windows C program that sorts arguments on the command line via the qsort method when we presented C Sorting Primer Tutorial as shown below. Today we show you a very useful technique to open up … Continue reading

Posted in eLearning, Operating System, Tutorials | Tagged , , , , , , , , , , , , , , , | 28 Comments

C Sorting Primer Tutorial

As we have mentioned before, as with C String Function Timings Primer Tutorial as shown below, you don’t have to use an IDE to do C programming. There is Digital Mars C as an example of that. We have talked … Continue reading

Posted in eLearning, Operating System, Tutorials | Tagged , , , , , , , , , , , , | 9 Comments

Windows Control Panel Desktop Background Regedit Tutorial

One of the easiest ways to personalize your Windows desktop is to configure your Desktop Background in the Control Panel area of functionality. You can have a desktop background that is like a slideshow where you control the time between … Continue reading

Posted in Animation, eLearning, Tutorials | Tagged , , , , , , , , , , , , , | Leave a comment

Windows Hard Disk Primer Tutorial

On Windows, many users would still have at least one hard disk installed. Typically on Windows that first main disk is called C: … pretty boring name, huh?! … however, you can give it a nickname (for the “volume”) that … Continue reading

Posted in eLearning, Networking, Operating System, Tutorials | Tagged , , , , , , , , , , , , , , , | Leave a comment

Linux crontab Considerations Tutorial

The crontab functionality in Linux or Unix is just great. It is batch processing, doing things while you are not there. This same crontab strength is also, at times, a source of its weakness … what if something goes wrong … Continue reading

Posted in eLearning, Operating System, Software, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , | 1 Comment

NetBeans JavaFX Swing Primer Tutorial

The last time we talked about the NetBeans IDE it was with C, C++ NetBeans, gdbserver Debugging Primer Tutorial as shown below, and quite some time back. NetBeans for Mac has moved onto version 8.0.2 and today, wanted to show … Continue reading

Posted in eLearning, GUI, Operating System, Tutorials | Tagged , , , , , , , , , , , , , , , , , | Leave a comment

Windows File Server and File Sharing Primer Tutorial

Was discussing Windows and File Servers the other day with a student and realized it is a subject often taken for granted now in workplaces, and perhaps in home networks. The way you can share files between networked computers has … Continue reading

Posted in eLearning, Hardware, Networking, Operating System, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | 9 Comments

Python HTML Attribute Parsing Primer Tutorial

Let’s follow up yesterday’s Python parsing of XML (Python XML Primer Tutorial) with a bit of HTML parsing (on the Linux command line) … believe it or not this came second in I.T. history thinking … first thoughts were about … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , , , , , | Leave a comment