Tag Archives: programming

C String Function Timings Primer Tutorial

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 about the Xcode command line tools before, that frees the gcc compiler to (also) be a … Continue reading

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

HTML/Javascript Ahead of the Odds Game Tutorial

Are you feeling lucky? You can test how you feel, in a mathematical sense, by playing our “Ahead of the Odds” game today. Call me a dren, dern, dnre, dner, rend, rned, rnde, enrd, edrn, endr, nrde, ndre, nder … … Continue reading

Posted in eLearning, Games, Tutorials | Tagged , , , , , , , | 10 Comments

C 2D Array via File Tutorial

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 about the Xcode command line tools before, that frees the gcc compiler to (also) be a … Continue reading

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

Eclipse and Android Studio Dynamic Text View Primer Tutorial

Our Android mobile app tutorial today uses Java and we use Eclipse IDE and Android Studio … golly … with the view to answering a Yahoo Answers question. Today we interface an Eclipse project with an Android Studio IDE project, … Continue reading

Posted in Android, Eclipse, eLearning, Software, Tutorials | Tagged , , , , , , , , , , , , , , , , , , | 3 Comments

HTML/Javascript Prepositions Game Tutorial

Do you like word games? Today’s game tests your skills using prepositions in English. Maybe it would be a good game to learn some aspects to English vocabulary. Even though today’s word game does not require it, programmers often use … Continue reading

Posted in eLearning, ESL, Games, Tutorials | Tagged , , , , , , | 2 Comments

Android Studio Primer Tutorial

Our Android mobile app tutorial today uses Java but we do not use Eclipse IDE … gasp! Today we introduce Android Studio IDE (and we figure this is an opportunity to have a recap of Android Development, particularly past Eclipse … Continue reading

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

C++ Formatting cout Primer Tutorial

C++ uses iostream.h methods to format command line output. Programmers with a background in C may think the iostream.h “cout” stream output methods are a little harder to use (compared to C’s printf and sprintf and fprintf (which, of course, … Continue reading

Posted in eLearning, Tutorials, Xcode | Tagged , , , , | 21 Comments

Rename Scenarios in Linux Shell Script Primer Tutorial

Linux (or Unix) is a command line environment that is really powerful regarding file management. This power is no surprise as the basis of Unix and hence, Linux, is that files are at the heart of the design of the … Continue reading

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