Numbers Guessing Game
Your Numbers Game
Get
clueYour
answerYour
ScoreClue? Score 0/0
-
Recent Posts
- Webpage Before Onload Event Report Tutorial
- WordPress Calendar Widget Above the Fold Ondblclick Iframe Tutorial
- Regional Text Google Chart Text Onclick Tutorial
- Regional Text Google Chart Text Tooltip Tutorial
- Regional Text Google Chart Text Configurations Tutorial
- Regional Text Google Chart Data via Country Code Tutorial
- Regional Text Google Chart Iframe via Country Code Tutorial
- Regional Text Google Chart Map Charts via Country Code Tutorial
Categories
- Ajax
- Android
- Animation
- Anything You Like
- Code::Blocks
- Coding
- Colour Matching
- Data Integration
- Database
- Delphi
- Eclipse
- eLearning
- ESL
- Event-Driven Programming
- Games
- GIMP
- GUI
- Hardware
- Installers
- iOS
- Land Surveying
- Moodle
- Music Poll
- NetBeans
- Networking
- News
- Not Categorised
- OOP
- Operating System
- Photography
- Projects
- Signage Poll
- Software
- SpectroPhotometer
- Tiki Wiki
- Trips
- Tutorials
- Uncategorized
- Visual Studio
- Xcode
Meta
Tags
Ajax animation background button canvas command line CSS div DOM dropdown email emoji event form game games Google Google chart HTML IFRAME image iOS iPad Javascript MAMP map mobile navigation onclick overlay PHP programming select share sharing SMS SVG table text textarea tutorial url video web browser webpageYour Background Image
OnTopList
Tag Archives: Linux
Linux Bash Shell Login Primer Tutorial
When you login to Linux the operating system looks to a file called … /etc/profile … to perform its commands. Within that file, if you are in a default Bash environment shell, as we are with Mac OS X application … Continue reading →
Posted in eLearning, Operating System, Tutorials
|
Tagged Bash, Linux, login, Mac OS X, operating system, Terminal, tutorial
|
10 Comments
PHP Modes of Use Follow Up Tutorial
PHP is a very flexible programming language, as we saw during the previous PHP Modes of Use Primer Tutorial as shown below, where, below, we quote from this blog post largely, and highlight ideas that do not always work in … Continue reading →
Posted in eLearning, Operating System, Tutorials
|
Tagged client/server, command line, curl, http, internet, intranet, Linux, Mac OS X, MAMP, PHP, programming, tutorial, wget
|
Leave a comment
PHP Blog Summary Primer Tutorial
There are two things that often happen for programmers: they break a job into its components (often immediately jumping to list the biggest “worry”) they look for ways to achieve the job faster and more reliably (ideas regarding code reuse … Continue reading →
Posted in eLearning, Operating System, Projects, Software, Tutorials
|
Tagged $_SERVER, blog, Did you know, exec, file_put_contents, jQuery, json_decode, Linux, operating system, PHP, programming, sortable, tutorial
|
3 Comments
PHP Modes of Use Primer Tutorial
PHP is a very flexible programming language. It is probably best known as a server-side language called by a web browser using the http transport layer (ie. web browsing, or “surfing the net”). Let’s list three modes of use of … Continue reading →
Posted in eLearning, Operating System, Tutorials
|
Tagged client/server, command line, curl, http, internet, intranet, Linux, Mac OS X, MAMP, PHP, programming, tutorial, wget
|
Leave a comment
Linux Korn Shell Interactive Primer Tutorial
Linux (or unix) support a number of shell command line environments, the default being Bash for Mac OS X and its Terminal application. My favourite shell is called Korn shell, because I got used to it a lot doing work … Continue reading →
Posted in eLearning, Operating System, Tutorials
|
Tagged Bash, command line, desktop, interactive, korn shell, Linux, Mac OS X, Mac Terminal, operating system, programming, script, shell, tutorial, unix
|
Leave a comment
Java Swing ActionListener KeyListener 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 your … Continue reading →
Posted in eLearning, Event-Driven Programming, Games, GUI, Operating System, Tutorials
|
Tagged desktop, event-driven, GUI, implements, Java, JFrame, keyboard, Linux, Mac OS X, Mac Terminal, programming, Swing
|
3 Comments
Java Http Client Primer Tutorial
With a Mac laptop you have a Linux (Bash) environment you can access via the Terminal application. From there, if you have Java installed you can compile Java programs using the javac compiler command and then execute the resultant Java … Continue reading →
Posted in eLearning, Networking, Tutorials
|
Tagged Java, Linux, MAMP, networking, programming, socket, tutorial, web server
|
Leave a comment
Linux vi C make Primer Tutorial
The Linux (or unix) command vi is a powerful command line editor tool which has a long history with unix and the maintenance of C code (as just one example of its uses). So much so, as far as C … Continue reading →
Posted in eLearning, Operating System, Tutorials
|
Tagged C++, command line, compiler, gcc, Linux, Mac, make, makefile, programming, text editor, tutorial, unix, vi
|
5 Comments