background preloader

Learn Git Branching

Learn Git Branching

http://learngitbranching.js.org/

Cyberhippietotalism CYBERHIPPIETOTALISM is a theoretical & practical counter-culture platform, committed to establish & promote hackbases: hacker live-in labs-residences, and so enable a full-time hacker lifestyle, focused group work (hackathons), or a temp retreat. (Quitting yr job & cancelling your rent to live as a Nomad Hacker is optional.) What? Git for Computer Scientists Abstract Quick introduction to git internals for people who are not scared by words like Directed Acyclic Graph. Storage In simplified form, git object storage is "just" a DAG of objects, with a handful of different types of objects. Adding an existing project to GitHub using the command line Putting your existing work on GitHub can let you share and collaborate in lots of great ways. If you are migrating your project from CodePlex, read the migration guide for more information. Warning: Never git add, commit, or push sensitive information to a remote repository. Sensitive information can include, but is not limited to: PasswordsSSH keysAWS access keysAPI keysCredit card numbersPIN numbers For more information, see "Removing sensitive data from a repository."

Responsive Web Design willdayton This is my favorite course yet. The topic is increasingly relevant and soon to be essential knowledge for most front end developers. Ubuntu – Les touches Fn pour régler la luminosité ne fonctionnent pas ? Ubuntu – Les touches Fn pour régler la luminosité ne fonctionnent pas ? Si vous avez installé Ubuntu sur une machine portable un peu exotique, il se peut que les touches de fonction (Fn) qui permettent de régler la luminosité ne soient pas utilisables. Il est heureusement possible de contourner le problème avec Indicator-Brightness, un soft qui se glisse dans la barre d'état d'Unity et qui permet de régler la luminosité, soit en cliquant dessus, soit en donnant un petit coup de molette sur l'icône, soit grâce à des raccourcis clavier que vous aurez attribué. Grâce à ces raccourcis, au lieu d'utiliser une touche de fonction spécifique à l'ordinateur, vous pourrez par exemple faire des CTRL-F11 pour baisser la luminosité et des CTRL-F12 pour l'augmenter. Pour installer Indicator-Brightness, ouvrez un terminal et lancez les commandes suivantes : sudo add-apt-repository ppa:indicator-brightness/ppasudo apt-get updatesudo apt-get install indicator-brightness

Preface Git is a version control Swiss army knife. A reliable versatile multipurpose revision control tool whose extraordinary flexibility makes it tricky to learn, let alone master. As Arthur C. Clarke observed, any sufficiently advanced technology is indistinguishable from magic. This is a great way to approach Git: newbies can ignore its inner workings and view Git as a gizmo that can amaze friends and infuriate enemies with its wondrous abilities. Rather than go into details, we provide rough instructions for particular effects. Comprendre Git : Remote Utiliser un dépôt git en local c'est bien, mais le gros intérêt du versionning c'est de pouvoir travailler à distance mais aussi de collaborer à plusieurs. --bare Lorsque l'on fait un git init on a la possibilité d'ajouter le drapeau --bare. Cette option permet de préciser que ce dossier ne contiendra pas de dossier de travail mais seulement l'historique de notre projet.

Backbone.js Tutorial byronanderson I had just been thinking that my javascript was getting messy and hard to maintain, and this course shows up to introduce me to Backbone.js . The course is in line with the level of javascript that you should know after completing the other javascript courses this site offers- jQuery Air: First Flight and Captain's Log, and CoffeeScript. Understanding Git Conceptually Introduction This is a tutorial on the Git version control system. Git is quickly becoming one of the most popular version control systems in use. There are plenty of tutorials on Git already. How is this one different? A Story Ruby on Rails Testing stevecastaneda This course felt like a very solid intro, and left me wanting to research more into using Factory Girl and even RSpec down the line once I get the hang of things. I wish it had a bit more on test driven development, but this course did teach me most of what I needed to know to embark on that journey myself. The challenges seemed a bit more tougher on this one. I ran into syntax issues here and there, and wish the error messages were a bit more descriptive. On the test output tabs, many times the failing test message would get cut off.

How to Compile Linux Kernel from Source to Build Custom Kernel Linux kernel is the life force of all Linux family of operating systems including Ubuntu, CentOS, and Fedora. For most part, you don’t need to compile the kernel, as it is installed by default when you install the OS. Also, when there is a critical update done to the kernel, you can use yum, or apt-get to update the kernel on your Linux system. However you might encounter certain situation, where you may have to compile kernel from source. The following are few situation where you may have to compile Kernel on your Linux system. To enable experimental features that are not part of the default kernel.To enable support for a new hardware that is not currently supported by the default kernel.To debug the kernelOr, just to learn how kernel works, you might want to explore the kernel source code, and compile it on your own.

untitled qaul.net implements a redundant, open communication principle, in which wireless-enabled computers and mobile devices can directly form a spontaneous network. Text messaging, file sharing and voice calls are possible independent of internet and cellular networks. Qaul.net can spread like a virus, and an Open Source Community can modify it freely.

Related: