Tag Archives: command line

Perl CGI Modes of Use Primer Tutorial

A little while back we revisited the “PHP Modes of Use” discussion last talked about with PHP Modes of Use File Traverse Tutorial as shown below. We’re revisiting today to show you that it doesn’t have to be only your … Continue reading

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

Visual Studio C# NUnitTest Primer Tutorial

The acronym SDLC (Software Development Life Cycle) describes a lot of what the environment for a programmer consists of, but there are so many variations within the workplace of where the role of the “programmer” starts and stops. One of … Continue reading

Posted in eLearning, OOP, Software, Tutorials, Visual Studio | Tagged , , , , , , , , , , , | 9 Comments

CSH/KSH/PHP Numerical Bubble Sort Tutorial

Here is a tutorial that follows up on yesterday’s C++ Xcode Numerical Bubble Sort Tutorial as shown below, in an “oh, I forgot” moment to make the link between the programming language C (and then C++) and its relationship to … Continue reading

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

Java Swing Line Graph Primer Tutorial

Sort of miss Java Applets, myself, as they were once “the thing” for some people writing code for the web. You got used to paint() and repaint() methods because you could imagine, word for word, codewise, what was happening. So … Continue reading

Posted in eLearning, Event-Driven Programming, GUI, Tutorials | Tagged , , , , , , , , , , , , , , , , | Leave a comment

PHP Modes of Use File Traverse Tutorial

It’s been a while since we last visited the “PHP Modes of Use” discussion last talked about with C Supervised PHP Modes of Use Primer Tutorial as shown below. We’re revisiting today to show you a practical application of writing … Continue reading

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

SQLite Primer Tutorial

Want to quote the landing page of the database package called SQLite … SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. … Continue reading

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

Java Swing Sound Primer Tutorial

Here is a tutorial that uses Swing functionality in Java to create a GUI (Graphical User Interface) desktop program on a Mac laptop (but same code may well work, compiled on a Windows laptop (the same way)) that tests the … Continue reading

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