Tag Archives: Yahoo Answers

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

Yahoo YQL Web Service JSON Primer Tutorial

Here is a tutorial that introduces you to the Yahoo Web Services called YQL. The name is the way it is because it simplified the API aspects of its functionality for the developer to concentrate on SQL, and I’m really … Continue reading

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

Xcode Debug C Strings Program Tutorial

Have a bit of an esoteric C programming scenario today, and because it is esoteric, and some or all of you may fall asleep, am also going to show you how to debug in Xcode … and only now just … Continue reading

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

HTML Image Map Primer Tutorial

Realized today when answering this Yahoo Answers Question that the HTML map tag had never been addressed as a very useful tool at this blog. Taken to its n’th degree of usage you could do away with (products like) Dreamweaver … Continue reading

Posted in eLearning, ESL, Land Surveying, Software, Tutorials | Tagged , , , , , , , , , , , , , , | Leave a comment

PHP/Javascript Eval Primer Tutorial

Today’s tutorial adds an onion layer on top of an answer of a question on Yahoo Answers. This is the way I really like to program. Get the essence right first, then build onion layers on top, and have supervisors … Continue reading

Posted in eLearning, Software, Tutorials | Tagged , , , , , , , | 7 Comments

Microsoft Excel VBA for CSV Primer Tutorial

There are a few different and varied concepts touched on in this Microsoft Excel VBA for CSV Primer Tutorial. The direct relationship Microsoft Excel spreadsheet application has with CSV (comma separated values) files in terms of input file(s) (as shown … Continue reading

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

Freemat, a MATLAB clone, Primer Tutorial

Here is a tutorial that introduces you to some aspects of Freemat, a clone of MATLAB. MATLAB (matrix laboratory) is a numerical computing environment and fourth-generation programming language. Developed by MathWorks, MATLAB allows matrix manipulations, plotting of functions and data, … Continue reading

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