background preloader

Stuff I want to learn eventually

Facebook Twitter

The Basics of C Programming". The previous discussion becomes a little clearer if you understand how memory addresses work in a computer's hardware.

The Basics of C Programming"

If you have not read it already, now would be a good time to read How Bits and Bytes Work to fully understand bits, bytes and words. All computers have memory, also known as RAM (random access memory). For example, your computer might have 16 or 32 or 64 megabytes of RAM installed right now. RAM holds the programs that your computer is currently running along with the data they are currently manipulating (their variables and data structures). Memory can be thought of simply as an array of bytes. Float f; How to Knock Someone Out with One Punch Video. PatrickJMT. The Constitution of the United States of America.

We the people of the United States, in order to form a more perfect union, establish justice, insure domestic tranquility, provide for the common defense, promote the general welfare, and secure the blessings of liberty to ourselves and our posterity, do ordain and establish this Constitution for the United States of America.

The Constitution of the United States of America

Article I Section 1. All legislative powers herein granted shall be vested in a Congress of the United States, which shall consist of a Senate and House of Representatives. Section 2. The House of Representatives shall be composed of members chosen every second year by the people of the several states, and the electors in each state shall have the qualifications requisite for electors of the most numerous branch of the state legislature. Free university lectures - computer science, mathematics, physics, chemistry. Whether your goal is to earn a promotion, graduate at the top of your class, or just accelerate your life, lectures can help get you there.

free university lectures - computer science, mathematics, physics, chemistry

Our archives of lectures cover a huge range of topics and have all been handpicked and carefully designed by experienced instructors throughout the world who are dedicated to helping you take the next step toward meeting your career goals. Lifelong learns can turn their free time turn into self-improvement time. The online lectures on this list are more than lecture notes or a slideshow on a topic -- they were designed for audiences like you, with carefully sequenced themes and topics taught by veteran educators, and often with additional resources for your own independent study. The lectures are available to anybody, completely free of charge. Lecture courses are a valid and vital learning tool, and may be one of the best methods of learning available.

How to Know What F-Stop to Use" Photography deals with capturing light in a way that appeals to your artistic sensibilities, whether you prefer perfectly-lit, tack-sharp portraits worthy of presidential candidates or blurrier, artistic renderings of NASCAR competitors roaring by at 180 mph (290 kph).

How to Know What F-Stop to Use"

Top 10 2009 Tutorials About Mixing and Mastering. 5 Ways to Give Yourself an Education That Kicks the Crap Out of the One You Got in School. 10 Awesome Online Classes You Can Take For Free. How To Solder - Soldering Tutorial. Soldering is defined as "the joining of metals by a fusion of alloys which have relatively low melting points".

How To Solder - Soldering Tutorial

In other words, you use a metal that has a low melting point to adhere the surfaces to be soldered together. Consider that soldering is more like gluing with molten metal, unlike welding where the base metals are actually melted and combined. Soldering is also a must have skill for all sorts of electrical and electronics work. It is also a skill that must be taught correctly and developed with practice.

This tutorial will cover the most common types of soldering required for electronics work. Soldering Equipment. Learn morse code. Learn the Basics of Photoshop: The Complete Guide stories - Lifehacker. 30 game scripts you can write in PHP, Part 1: Creating 10 fundamental scripts. Getting started As both a game master/storyteller and a developer, I frequently find myself writing little utilities and scripts to help me when running, planning, and playing games.

30 game scripts you can write in PHP, Part 1: Creating 10 fundamental scripts

Sometimes I need a quick idea. Boing Boing » Blog Archive » UC Berkeley’s excellent anatomy lectures on YouTube. Introduction. Next: Simple Substitution Ciphers Up: crypto Previous: crypto The goal of cryptography is to make it possible for two people to exchange a message in such a way that other people cannot understand the message.

Introduction

There is no end to the number of ways this can be done, but here we will be concerned with methods of altering the text in such a way that the recipient can undo the alteration and discover the original text. The original text is usually called ``cleartext'' and the encoded or altered text is called ``ciphertext''. The Online Literature Library. The Top 10 Web Design Skills You WILL Need! Biology in Motion. Communicating at an unknown rate. Video: The Perfect Massage. Learn to give a mind-blowing rubdown.

Video: The Perfect Massage

(You can both thank us later). Thursday, September 8, 2011. Training, Videos, Tools, Resources, Learning. Americans at War. C++ Programming/Exercises/Iterations. Iterations[edit] Solutions requirements Solutions must: Use only standard C++.Be compilable.Be in accordance to general coding practices.

C++ Programming/Exercises/Iterations

(no esoteric demonstrations are required) and should: Handle error situations, even if behavior is not defined. Please do not add solutions that are 99% similar to another that is already present, if it is an improvement just add it to the existing solution. EXERCISE 1[edit] Write a program that asks the user to type an integer and writes "YOU WIN" if the value is between 56 and 78 (both included). Int main() {int i; cout << "Type all numbers between 58 and 73: " << endl;