barebones

Barebones Linux Server Install

Hi all, Whats the simplest way to get a barebones linux server installed? barebones = just enough to get ssh and package manager. Current I've been using CentOS with server install and removing any packages that I know i do not want installed. But is there a better way? I just want a simple ssh shell + package management to start with...

Anyone NOT using a Web Framework? Why?

I'm well aware of the many reasons to use a web framework. I'm just wondering whether anyone out there is using absolutely no web framework whatsoever to develop their web projects. I would really love to know the reason(s) why you're not using a web framework. For the sake of this discussion, your programming language of choice does n...

barebones sort algorithm

i have been asked to make a simple sort aglorithm to sort a random series of 6 numbers into numerical order. However i have been asked to do this using "Barebones" a theoretical language put forward in the Book Computer Science an overview. Some information on the language can be found here http://www.brouhaha.com/~eric/software/barebo...

How to get started with a bare-bones Eclipse + PyDev

I am planning to move from SPE to Eclipse + PyDev for better code completion. I think SPE's code completion is rather weird. Anyway, how should I get started with Eclipse + PyDev? I browsed http://www.eclipse.org and I found that Eclipse is made up of some base/core system and plugins are added for more functionality. I also stumbled up...