"Ide-skel is a skeleton (or framework) of IDE for Emacs users. Like Eclipse, it can be used as is with some predefined plugins on board, but is designed to extend by Emacs Lisp programmers to suite their own needs. [...] http://www.emacswiki.org/cgi-bin/wiki/IdeSkel [...] The only currently known external plugin for ide-skel is SqlPlus (http://www.emacswiki.org/cgi-bin/wiki/SqlPlus)."
Read more »IDE Skeleton
Category: High End Tags:
- Login to post comments
Tale of a codec optimisation: doing things the GNU/Linux way
Encoding is a CPU-intensive operation. Whilst encoding, using optimised code is crucial. In this short article I will explain how I gained a 300% speed boost when encoding DVDs and will show how having the program’s sources and being able to talk to the maintainers sometimes really, really helps. Welcome to doing things “the GNU/Linux way”.
Read more »Category: High End Tags:
- Login to post comments
Chapter 4: Automatically writing makefiles with Automake
Most of the general complaints I’ve ever seen aimed at the Autotools are ultimately associated with Automake, in the final analysis. The reason for this is simple: Automake provides the highest level of abstraction over the build system. This high level of abstraction is both apparent, and actual.
Read more »Howto Create Name Based and IP Based Virtual hosts in Apache
We have already seen the apache2 installation if you want to check here Virtual Host refers to the practice of running more than one web site (such as www.company1.com and www.company2.com) on a single machine. Virtual hosts can be “IP-based”, meaning that you have a different IP address for every web site, or “name-based”, meaning that you have multiple names running on each IP address.
Read more »Category: High End Tags:
GitCasts: Video Tutorials for Using Git
Git is a free and open source version control system designed to handle very large projects with speed and efficiency. Scott Chacon started GitCasts to help teach people what Git is and how to use it.
Read more »Category: High End Tags:
- Login to post comments
coreutils-6.12 released
Category: High End Tags:
- Login to post comments
GNU autotools primer (part one)
The GNU autotools programs (autoconf, automake and libtool), which are used for making software portable between Unix-like operating systems, have been around for more than fifteen years now, but their use is still regarded by many programmers to be a dark art.
Read more »Common Lisp as an AI language
"Programming AI using standard programming languages, e.g., C/C++ or Java is not a good idea. It's too general purpose language. I'm considering to select between (Common) Lisp ..." -- Cool, but it's better on GNU systems ;-)
Read more »Category: High End Tags:
- Login to post comments
Getting Started with Lisp Databases
"The task here is to explore connecting Lisp to a MySql database. I used synaptic on my Ubuntu system to install mysql-server and cl-sql. A simple database was created on mysql. The aim is to access the database from Lisp: search for entries, get back information, add new entries, etc. ..."
Read more »Category: High End Tags:
- Login to post comments
Three sitemap generators for WordPress
Some search engine optimization (SEO) experts say sitemaps are important tools for promoting your site, because when a search engine picks up your sitemap, it automatically picks up a link to every page in your site. Not only does the spider crawl those pages, but the sitemap page shows up in search results for keywords on your blog.
Read more »Bash Regular Expressions
When working with regular expressions in a shell script the norm is to use grep or sed or some other external command/program. Since version 3 of bash (released in 2004) there is another option: bash's built-in regular expression comparison operator "=~".
Read more »Category: High End Tags:
- Login to post comments
Gentoo 2008.0 beta2 - Even Better
Last night I decided to give Gentoo 2008.0 beta2 a try. All I got to say is wow! It installed much easier than Gentoo 2008.0 beta1 and is probably one of my fastest Gentoo installs ever.
Read more »Category: High End Tags:
- Login to post comments
Blender 2.46 released
The work of the past half year - also thanks to the open movie project "Big Buck Bunny" - has resulted in a greatly improved feature set, now released as Blender 2.46, the "Bunny release"!
Read more »Category: High End Tags:
- Login to post comments
Reporting bugs the Debian way
Following on from my recommendation for apt-buglist where you can see the reported bugs on a package before installing it I thought it might be useful to look at the other side of the coin, reporting bugs in Debian. The best way to do this is with the dedicated tool: reportbug.
Read more »- Login to post comments
Learning and Mastering Ruby on Rails on GNU/Linux and chosing Emacs, the perfect IDE
Much thanks to Phil Hagelberg for its technomancy.git project. You can get it from its git repo and study the code...
Read more »Category: High End Tags:
- Login to post comments