background preloader

Programming

Facebook Twitter

7 Ways to Lean to Code Right Now for Free. Learning to code is one of the most powerful and satisfying things you can ever do.

7 Ways to Lean to Code Right Now for Free

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: 1. Processing Processing is an open source programming language and environment for people who want to create images, animations, and interactions. . ➤ Processing (Reference, Tutorials, Wiki, Forum, Inspiration) 2.

Codecademy bills itself as “the easiest way to learn how to code,” and thanks to this startup, learning to code online has never been so accessible. . ➤ Codecademy 3. Bloc, a new educational startup, makes it easy for you to start writing in Ruby. FrontPage - py2exe.org. Linux Shell Scripting Tutorial - A Beginners handbook - StumbleUpon. Periodic Table of the Elements - Josh Duck.

The Shapes of CSS - StumbleUpon. Learn Development at Frontend Masters CSS is capable of making all sorts of shapes.

The Shapes of CSS - StumbleUpon

Squares and rectangles are easy, as they are the natural shapes of the web. Add a width and height and you have the exact size rectangle you need. Add border-radius and you can round that shape, and enough of it you can turn those rectangles into circles and ovals. Paul Grosss Blog - Useful unix tricks - part 2. 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. More Linux Commands - A practical reference. Programming tutorials and source code examples. How Browsers Work: Behind the Scenes of Modern Web Browsers.

Web browsers are the most widely used software.

How Browsers Work: Behind the Scenes of Modern Web Browsers

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. The browsers we will talk about There are five major browsers used on desktop today: Chrome, Internet Explorer, Firefox, Safari and Opera. On mobile, the main browsers are Android Browser, iPhone, Opera Mini and Opera Mobile, UC Browser, the Nokia S40/S60 browsers and Chrome–all of which, except for the Opera browsers, are based on WebKit. The browser's main functionality The main function of a browser is to present the web resource you choose, by requesting it from the server and displaying it in the browser window. The way the browser interprets and displays HTML files is specified in the HTML and CSS specifications. Browser user interfaces have a lot in common with each other. The browser's high level structure The browser's main components are (1.1):

How Computers Boot Up : Gustavo Duarte. The previous post described motherboards and the memory map in Intel computers to set the scene for the initial phases of boot.

How Computers Boot Up : Gustavo Duarte

Booting is an involved, hacky, multi-stage affair – fun stuff. Great Linux Links. Tips for Linux Explorers - StumbleUpon. Linux Commands, Linux Commands Summary, Free Linux Commands Summary, Unix Commands, Unix Commands Summary - Laynetworks. How To Change The Windows 7 Logon Background. Windows 7 comes packed with a lot of new and interesting backgrounds.

How To Change The Windows 7 Logon Background

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. Whatever the case may be, with this groovy trick you can change the background for both your Windows 7 logon screen and the menu you see whenever you hit CTRL+ALT+DEL .

[learn_more caption="Editor Update 7/27/11"]After much feedback in the comments, if you’re not comfortable updating the system registry – I recommend you read this groovyPost which reviews the process of updating the Winodws 7 logon background using a freeware tool instead. [/learn_more] A few things to note about your background image Okay… that handles the fine print, lets get started.

Tux in kernel source. Creating an in-house dropbox. 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 Create a folder on a large hard drive or raid your main computer/server. C++ Programming/Exercises/Iterations - Wikibooks, open books for an open world - StumbleUpon.

Iterations[edit] Solutions requirements Solutions must: Use only standard C++.Be compilable.Be in accordance to general coding practices.

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