Bin-Blog logoBin-Blog

Learn about the latest in Web Development – as soon as I do.

Search Results

My Windows/DOS Applications

Wednesday, January 21st, 2009

I got into programming before I got into Linux – consequently, many of my earlier programs were targeted for the windows platform. I want to showcase those apps in this post. I no longer use them – but if anyone finds any of these useful, it wont go to waste.



Hello Script for C Language

Friday, July 4th, 2008

C – the root of all modern language’s syntax. Here is the hello script for C. A ‘Hello Script‘ is a file that contains the most commonly used elements of a programming language so that it can be used as a cheat sheet when working with that language.
C is a general-purpose, block structured, procedural, imperative [...]



Hello Script for Java

Wednesday, June 11th, 2008

After the Hello Script for JavaScript, here is the Hello Script for Java. ‘Hello Script’ is a file that contains the most commonly used elements of a programming language so that it can be used as a cheat sheet when working with that language.
Warning: I am NOT an expert in Java – I am just [...]



Hello Script For JavaScript

Thursday, May 22nd, 2008

The next language to get the Hello Script treatment is JavaScript – my favorite language. Before we go any further, here is the definitions for Hello Script and JavaScript – just to make sure that we are on the same page…

Hello Script
‘Hello Script’ is a file that contains the most commonly used elements of a [...]



Hello Script for bash

Monday, May 12th, 2008

Hello Script series for Bash. ‘Hello Script’ is a file that contains the most commonly used elements of a programming language so that it can be used as a cheat sheet when working with that language.
bash
bash is the most commonly used shell in Linux. That makes the bash scripting language the most popular shell scripting [...]



Hello Script for Ruby

Thursday, May 1st, 2008

Hello Script is a file that contains the most commonly used elements of a programming language so that it can be used as a cheatsheet when working with that language. This Hello Script for Ruby is the sixth post in this series.
I have some experience with Ruby. I will not call myself an expert – [...]



Hello Script for Tcl

Thursday, April 24th, 2008

Tcl, or Tool Command Language, will not be found in the ‘most popular languages’ hall of fame. That is partly because of its ‘wierd’ syntax. But those who know Tcl will tell you that Tcl is a pleasure to work with. I have a special interest in Tcl – its the language that introduced [...]



Perl Hello Script

Thursday, April 10th, 2008

This is the next installment of the Hello Script series – Hello Script for Perl. ‘Hello Script’ is a file that contains the most commonly used elements of a programming language so that it can be used as a cheat sheet when working with that language.
Introduction to Perl
For those of who are unfamiliar with perl, [...]



Python Hello Script

Wednesday, March 19th, 2008

As promised in the last post(Hello Script for PHP), this is my Hello Script for Python. ‘Hello Script‘ is a file that contains the most commonly used elements of a programming language so that it can be used as a cheat sheet when working with that language.
A word of caution here – the blocks in [...]



Hello Script for PHP

Saturday, March 15th, 2008

In the last post I introduced the concept of ‘Hello Script’ – a file that contains the most commonly used elements of a programming language so that it can be used as a cheat sheet when working with that language. I thought I can elaborate on that concept by creating Hello Scripts for all the [...]