programming

TwitterFacebook
Get flash to fully experience Pearltrees
Learning to code is one of the most powerful and satisfying things you can ever do. If you’re a designer, learning to code can help you understand what you’re creating for, and if you’re looking to build a startup from scratch, being a technical founder can make things exponentially easier for you. No matter why you want learn, the only thing you really need is curiosity. But if you’re just starting out as a novice and don’t know where to begin, here’s a list of 7 ways to start learning how to code right now for free:

7 Ways to Lean to Code Right Now for Free

http://thenextweb.com/dd/2012/01/21/7-ways-to-start-learning-how-to-code-right-now-for-free/
Update (2/20/09): Check out Useful unix tricks – part 3 and Useful unix tricks – part 4 I covered a bunch of unix command line tricks in my previous blog post: Useful unix tricks . Here are some more. Learn vi Even if you prefer another text editor (such as emacs), it is worth your time to learn vi. vi is installed on every unix box, whereas emacs and others are not.

Paul Grosss Blog - Useful unix tricks - part 2

http://www.pgrs.net/2007/10/08/useful-unix-tricks-part-2/

HTML5 Rocks - How Browsers Work: Behind the Scenes of Modern Web Browsers

http://www.html5rocks.com/en/tutorials/internals/howbrowserswork/ Web browsers are probably the most widely used software. In this primer, I will explain how they work behind the scenes. We will see what happens when you type google.com in the address bar until you see the Google page on the browser screen. 1.1 The browsers we will talk about There are five major browsers used today - Internet Explorer, Firefox, Safari, Chrome and Opera.

How Computers Boot Up : Gustavo Duarte

http://duartes.org/gustavo/blog/post/how-computers-boot-up The previous post described motherboards and the memory map in Intel computers to set the scene for the initial phases of boot. Booting is an involved, hacky, multi-stage affair – fun stuff. Here’s an outline of the process:
UNIX / Linux Command Summary access() Used to check the accessibility of files int Access(pathname, access_mode) Char* pathname; int access-mode; The access modes are. 04 read 02 write 01 execute (search) 00 checks existence of a file & operator execute a command as a background process. banner prints the specified string in large letters.

Linux Commands, Linux Commands Summary, Free Linux Commands Summary, Unix Commands, Unix Commands Summary - Laynetworks

http://www.laynetworks.com/linux.htm

How To Change The Windows 7 Logon Background

<img style="margin: 0px 20px 10px 0px;" src="http://cdn1.groovypost.com/wp-content/uploads/2010/01/image_thumb.png" border="0" alt="HAdd The Quick Launch Bar To Windows 7 [How-To]" width="100" height="100" align="left" /> Windows 7 comes packed with a lot of new and interesting backgrounds. However Windows 7 fails to include an easy way to change the background you see every single time you login to your computer. Perhaps you want a little flavor, or maybe you just don’t like the built-in background. http://www.groovypost.com/howto/microsoft/change-the-windows-7-logon-background/
In this article we try to mimic the great Dropbox . This part of the series deals with setting up basic file synchronization in Linux. Create a Central Repository http://www.nixtutor.com/linux/creating-an-in-house-dropbox-phase-1/

creating an in-house dropbox

[ edit ] Iterations Solutions requirements Solutions must: Use only standard C++. http://en.wikibooks.org/wiki/C++_Programming/Exercises/Iterations

C++ Programming/Exercises/Iterations - Wikibooks, open books for an open world - StumbleUpon