Home

Login Form



  

Who's Online

We have 3 guests online
If you find our free stuff useful, you can donate a little something with PayPal




thanks for your support!

(c) 2008 Centinaro.Com

NASA Image Of The Day

Saluting Our Nation's Independence
NASA Image Of The Day
NASA Dryden's four F/A-18 mission support aircraft flew in formation for a pilot proficiency flight on Nov. 24, 2008, in this image. NASA Dryden photographer......
01 Jul 2009
800x6001024x768Large
 
GIT - Linus's SCM PDF Print E-mail
Written by Carlos Ravelo   
Thursday, 02 October 2008 15:44

I've been developing this project in PHP to access my music from anywhere and stream it. So far I think is my second biggest project and I've felt the need to use a SCM (Source Code Management or manager). What is a SCM? From the wikipedia definition: 

Revision control (also known as version control (system) (VCS), source control or (source) code management (SCM)) is the management of multiple revisions of the same unit of information. It is most commonly used in engineering and software development to manage ongoing development of digital documents like application source code, art resources such as blueprints or electronic models, and other projects that may be worked on by a team of people. Changes to these documents are usually identified by incrementing an associated number or letter code, termed the "revision number", "revision level", or simply "revision" and associated historically with the person making the change. A simple form of revision control, for example, has the initial issue of a drawing assigned the revision number "1". When the first change is made, the revision number is incremented to "2" and so on.

It's a software that lets you have a repository of source codem where you and your team can pull that code change it and then merge it with the main or master repository or create branches on the Source tree to test new things or develop new features without affecting the stability of the main branch.

From 2002 to 2005 the Linux kernel wich is a big project, lots of files, lots of code and lots of chenges per minute... yes per minute, they used BitKeeper for SCM and it went fine untilthe company that develops BitKeeper dropped their open license. Linus Torvaldsdecided then after testing all other SCM around decided that none of the existing ones could keep up with a project like the kernel, so he starting making his own. Enter GIT:

Git is a free distributed revision control, or software source code management project with an emphasis on being fast. Git was initially created by Linus Torvalds for Linux kernel development.

Every Git working directory is a full-fledged repository with complete history and full revision tracking capabilities, not dependent on network access or a central server.

 in a couple of months GIT was being used to track the linux kernel and it still is, getting better and better. Now why GIT? Well... there is some very good ideas behind GIT's philosophy. The other SCM out there use a client/server model where the master repo is kept only on the server and the cliets download files modify them and then upload then again. Git works diferently, when you want to work on a project you clone the "main" repo and now you have an exact copy of the original, so there is really no "main" there are repos and people use them then you can push your repo to any of the others to merge your changes with theirs or create branches and make it a bigger repo. Other of the great ideas in Git is the way it keeps file contents using diffs and links to reduce the amount of space in disk.

Each object in the source treein Git is identified with a SHA1 hash, if there is a change in a file from the earlier versions, either by mistake or intentional you will have a different SHA1 hash and you will notice, that makes the whole tree secure from corruption or intentional changes to introduce bad code.

for more information about git check out this links:

http://en.wikipedia.org/wiki/Git_(software)

http://excess.org/article/2008/07/ogre-git-tutorial/

http://www.youtube.com/watch?v=4XpnKHJAok8

http://betterexplained.com/articles/intro-to-distributed-version-control-illustrated/

Next article I am going to show you some Git basics and then how to use une of the online free repos. (gitorious.org)

Last Updated ( Saturday, 04 October 2008 00:54 )
 
SQLite and more PDF Print E-mail
Written by Carlos Ravelo   
Sunday, 31 August 2008 18:55

First sorry for the long time since my last post, I've been busy.

While playing around with SQLite I downloaded about 5 different free “explorers” and a couple different admin tools, then I found SQLite Administrator which completely rocks but, :( its only available for windows... yeah I know... for Linux you can try http://phpsqliteadmin.sourceforge.net/ which I haven't tried but seems to be a good choice. Its still in beta but it works fine, you can work with tables, write SQL, import/export, and much more. Definitely the best I've found.

(More on SQLite soon)

Also coming soon a first version of our Web-Based playlist creator and music streaming solution. It is a simple web based interface that uses a SQLite database to manage you music and the most simple streaming technique, so far it works with winamp in windows, with Totem on Gnome and with Amarok on KDE, I am sure it works with everybody else but I haven't tried it.

I am also going to post something on working with AD from PHP and using PHP as a script to automate several processes.

Last Updated ( Sunday, 31 August 2008 19:12 )
 
GNOME Panels icon groups PDF Print E-mail
Written by Carlos Ravelo   
Wednesday, 04 June 2008 22:18

GNOME panels are a great tool (much better than the windows task bar that's for sure). But.... BUT!!!

Aren't you sick of the launcher icons getting all over the place when you change resolution or some fullscreen game crashes? Or having to move them all one by one? 

Well suffer no more, install this gnome panel applet:  quick-lounge-applet

It acts kid of like the quickluch toolbar in windows, you can put launchers and if the applet runs out of space it will create a menu with them and the best thing:  You can move them ALL TOGETHER.

Hope this helps you as much as it helped me.

Last Updated ( Wednesday, 04 June 2008 22:19 )
 
Banner
Copyright © 2009 .: Home of SCTree :.. All Rights Reserved.
Joomla! is Free Software released under the GNU/GPL License.
 

Polls

What do you think of the new website?
 

Archive

Leave your message

!Warning! JavaScript must be enabled for proper operation.
Guest JAIME says:
2009-05-06 15:11:24
LOCOOOO
MANN ESPERO ALGUN MILENIO DE ESTOS LEAS ESTE MENSAJE ESCRIBE A jim.lokillo@hotmail.es TU CORREO LO PERDI. TE VA A INTERESARRRRR DINEROOO MILLONARIO ESCRIBEME COÑO
guiot says:
2008-07-10 07:58:48
Polls and '
I have a problem with the template Siteground with polls and '. Can you help-me ? Thanck you. denis.guiot@free.fr
2008-07-06 02:43:37
Scroll Bars
No but I can try, it shouldn't be hard to do.
Guest Tony says:
2008-06-30 05:38:44
Scroll bars
Have you been able to add scroll bars to this shout box?
Carlos Ravelo says:
2008-05-18 01:03:33
Website
Login form fixed, forum's up already.