Tag Archives: operating system

Windows Command Line Interactive sort Tutorial

Today’s blog posting was going to be called Windows Command Line Piped sort Tutorial, but, alas, there is a good reason the Windows (MS-DOS) sort command is an exe file … you need a compiled program to work the piping, … Continue reading

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

Windows Command Line sort Tutorial

If you were to nominate the most frequent “chore” you set your “software programs” to do, and we should never forget we are here to make software that achieves something, there is a big chance you’d choose the job of … Continue reading

Posted in eLearning, Operating System, Tutorials | Tagged , , , , , , | 15 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

Linux sort Tutorial

If you were to nominate the most frequent “chore” you set your “software programs” to do, and we should never forget we are here to make software that achieves something, there is a big chance you’d choose the job of … Continue reading

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

Java Hashtable Primer Tutorial

Some time ago (with Java XCode ArrayList Primer Tutorial as shown below) we used a (Java “collection”) data structure called ArrayList in Java via Xcode on a Mac laptop. Today we do this again (without the Xcode these days), but … Continue reading

Posted in eLearning, Operating System, Software, Tutorials | Tagged , , , , , , , , , , , , , , , , , , | 10 Comments

C++ Xcode Numerical Bubble Sort Tutorial

Here is a tutorial that uses the Xcode IDE on a Mac laptop to create a C++ desktop compiled application using a Bubble Sort method to numerically sort some numbers (ie. double). Attempting to write code with a generic eye … Continue reading

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

Tcl and PHP Primer Tutorial

Have you heard of Tcl/Tk? Think maybe you could introduce yourself to it with Tcl/Tk So Brilliant (but where do you start?) Primer Tutorial as shown below. The Tcl in Tcl/Tk refers to the scripting side of things, while the … Continue reading

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

Perl CGI File Information Primer Tutorial

Today we once again venture into the world of Perl CGI (Common Gateway Interface) on our Apache/PHP/MySql CentOS web server, this time to investigate using the Perl CGI to show some file information via the Perl access to the Linux … Continue reading

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