Posts

Showing posts with the label Programming

Beginning LISP Programming in Ubuntu

Image
For any reason, you may wanted to start learning Lisp Programming . However, you may wondering where to start. So here again, I'm going to share with you. How to begin Lisp Programming, "the programmable programming language". As, I'm using Ubuntu here, this example is shown step by step on Ubuntu. In order to start playing with Lisp on your ubuntu, you need to install CMUCL. CMUCL is a free implementation of Common Lisp which was originally developed at Carnegie Mellon University. To install CMUCL package, just run this command on your Ubuntu terminal: $ sudo apt-get install cmucl Next, we are going to feel the environment. Open up your terminal and type: $ lisp You will be greeted by CMU Common Lisp with it version and loaded subsystem. In my case, I see like this. apogee@apogee-ubuntu:~$ lisp CMU Common Lisp CVS release-19a 19a-release-20040728 + minimal debian patches, running on apogee-ubuntu With core: /usr/lib/cmucl/lisp.core Dumped on: Fri, 2009-11-13 09:05:47...

Having Fun Programming in Linux with Geany

Image
Sorry for not having any post last month. It's just because I'm getting busy with my workloads and some stuff to do with Ubuntu Malaysia Community . Now I'm back, and I would like to share with you this cool IDE for programming in Linux called Geany. Geany is a light-weight cross-platform GTK+ text editor based on Scintilla with basic Integrated Development Environment (IDE) features. It is designed to have limited dependency on separate packages and short load times. It is available for a wide range of operating systems, such as Windows, Linux, BSD and Solaris. Among the supported programming languages are (according to the documentation) C, Java, JavaScript, PHP, HTML, CSS, Python, Perl and Pascal. Geany is one of the more fully-featured editors on the Linux platform, as most Linux editors adopt a more minimalist philosophy. It is similar to Windows editors such as NoteTab or ConTEXT. It is Free Software licensed under the terms of the GNU GPL. ~ Cited From Wikipedia ~ P...

Downloading Battle Programmer Shirase

Image
Since my post about the Battle Programmer Shirase videos , I'm searching if I can download all episodes... Then I found one good fast completed torrent download... You can get it too at http://www.animesuki.com/series.php/258.html My torrent downloads will finish soon...

Do you trust your downloaded software?

Image
In this Information Technology age, we have a lot of choices from hardware to software in order to solve our daily issues. When we need software, just google up and seek on what you need, maybe you got a free version or sometimes cracked by someone else... It doesn't matter. The only things that matter is, do you really trust the software that you recently downloaded won't do anything wrong to you? If you have no worries about it before, you may need to read this Jeff Atwood's post about A Question of Programming Ethics on his CodingHorror blog. THen you should think again...