Posts Tagged ‘ language

BD-incollo 0.1 is out!

As I promised, BD-incollo 0.1 is finished and the source code is available in the project page under the GPL 3 license.
Every MUST requirement has been done and just two MAY requirements could not be developed in just 6 days. But They will surely be in the next releases.
Sourcecode is well commented using xP standards and there are few comments where necessary, but is should be clear. If not, drop me a mail.
I will write a map that describes the source code tree tomorrow!
The conclusions of this experiment are that Django is really a web framework for perfectionists with deadlines! I spent more time playing with templates and CSS than with the whole python coding! It’s a valid alternative to Ruby on Rails, and built on a programming language I really like.
Go and grab the code!

Related posts

Announcing BD-incollo Project

As I promised, I would like to announce the start of a new BD-thing! I’m currently learning Django because of job needing and because of fun. The best way to learn a new language (even if a framework) is to apply it for solving a problem.
That’s why I decided to start BD-incollo!
BD-incollo will be a kind of pastebin clone written in Django. Totally free. Free meant as free software. You may download the sourcecode and use it by your own.
Ok, what’s difficult with this? I’m planning to release a decent usable version in less than a week.
This means, I want to release the sourcecode on Sunday, 2008-09-28 and also to launch the service on Monday, 2008-09-29.

I believe in Django and I know it will be possible to make it!

Related posts

How to install OpenGEU on Macbook

Introduction

This guide will help you to install OpenGEU and every other Ubuntu based linux distribution on your Macbook (either “normal” or pro). Even Ubuntu will work with this how-to.
The tutorial is aimed on how to succesfully partition the hard disk and to correctly boot the distribution. For a better post-install configuration I suggest you to follow the Ubuntu Wiki.

This tutorial is also posted on the OpenGEU Wiki
Read more

Related posts

BD-shell 1.0.0 RC1 is out!

UPDATE: due to a very serious bug, the rc1 has been retired and replaced by rc2
UPDATE: the release has been delayed for two days

I’ve just released the release candidate for the final version of the Unix shell written in C language. Now with a very cleaner code and a lot of bugs fixed!

Download it!

Related posts

gOS 3 Gadgets (Beta) Review

Time for a review. Thanks to the always useful DistroWatch.com service, I discovered a new Gnu/Linux distribution, called gOS. gOS stands for Good Os, born in 2007 in California. The version I’m reviewing is the so-called “gOS 3 ‘Gadgets’”, their third release. gOS 3 Gadgets BETA is based on Ubuntu 8.04.1, and the final release is to be expected in the next 1-2 months.
This distribution is built around Goggle apps and services, comes with Google Gadgets for Linux pre-installed, as well other nice programs, like Google Picasa, Wine, Mozilla Prism for Google web applications and Wbar as launch bar. I’ve never heard about this bar, it’s very quick and light. Good choice! The distro also includes proprietary codecs for multimedia content.
Read more

Related posts

A simple, tiny, Unix Shell written in C language, opensource

BD-shell is a project I started about a month ago, which aims to implement a tiny, simple, clean unix shell written in C language. It’s an academic project. The Operating Systems Course at my University requires this project as part of the assesment.
I decided to publish the source code and to release it under the GPL, for two reasons:

  1. Free software is better! Others can learn something from what I learned
  2. Free software is better! I can learn something from what others learned

As always, I accept every kind of suggestions!

Learn more about the project and download the code at this page:
http://bd-things.net/projects/bd-shell/

Related posts