Computing

FacebookTwitter

Why aren't you using git-flow?

http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/ In January of this year, @nvie published “A successful Git branching model” , in which he explained how he keeps his Git repositories nice and tidy. In addition to that, he released git-flow ; a bunch of Git extensions to make following this model extremely easy. I’m astounded that some people never heard of it before, so in this article I’ll try to tell you why it can make you happy and cheerful all day. After installing git-flow, you can start a new repository in the current directory or convert an existing one to the new branch structure: $ git flow init It will ask you a bunch of questions, but you probably want to accept the default values:
Android Dev

Linux

http://mikeos.berlios.de/write-your-own-os.html (C) 2011 Mike Saunders and MikeOS Developers This document shows you how to write and build your first operating system in x86 assembly language. It explains what you need, the fundamentals of the PC boot process and assembly language, and how to take it further. The resulting OS will be very small (fitting into a bootloader) and have very few features, but it's a starting point for you to explore further. After you have read the guide, see the MikeOS project for a bigger x86 assembly language OS that you can explore to expand your skills. Requirements

How to write a simple operating system in assembly language

html

rss

PIC

online

c#

OCR