Tag: hello world
Use CoffeeScript To Write Your JavaScript
JavaScript has become the lingua franca of the Web and has gained a lot of popularity in recent years. Many frameworks and technologies have...
Try Your Hand at GNOME Shell Extensions
One of the most popular features of GNOME is that it enables users to build extensions for their shell to increase its basic functionality....
Dryrun: Decoupling the Process
We take a look at Dryrun, an email-based interface via which you can run programs.
Dryrun attempts to present an email-based interface to run your...
CodeIgniter: Form APIs, Validations & Pagination Techniques
In the previous article on CodeIgniter, we discussed the concept of the MVC structure used in CodeIgniter, did a "Hello world" program, and a...
When Python Weds C
It is a well-known fact that the C language is closely related to many programming languages. This article discusses the Application Programming Interfaces (APIs)...
Getting Started with Clojure
Clojure is a dynamic, general purpose programming language that targets the Java Virtual Machine (JVM) and the Common Language Runtime (CLR). It is designed...