Coder Profile - Show off your skills, get a coder profile.
 
 
 
Caffeine: What You Should And Shouldn't Know
Life In General
"Bleakly, mindlessly, you stare at your monitor, a little drool hangs from the side of your mouth as your head is silhouetted against a black and dark green light. You're plagued with fatigue and exhaustion, yet your creativity and rejection of the norm pushes your awakeness to superhuman levels. Glancing over your desk, you detect the shattered remains of candy wrappers, crushed cans, and broken pencils. You realize you are out of caffeine, and because of this, are screwed." That scenario may be a common occurrence, or not. But regardless, it is one we all dread. In this quick article, I'll explain to you how to estimate how much caffeine is in your system, how to figure out approximate tolerance levels, and how to get some out of your system if you need to. Let's get started. Let me first explain the units of measurement I'll be using in this article. I'll assume you know how the metric system works, and if you don't I suggest you learn it and live by it. One rule of thumb with... View In Full
5 Comments 8.86 out of 10
Beginning Python Programming: A Step Up
Programming
So with my last tutorial, I showed you the basics, declaring variables and outputting the results. And while that may amuse you for sometime, it's not going to help in the grand scheme of things. So now I'm going to explain to you conditional statements. Conditional statements are like light switches. When something triggers them, they go on. When the trigger isn't there anymore, they turn off. Our first example is an if statement. An if statement are statements that only are triggered when something is true. For example, let's say I wanted to buy an apple. The apple costs 2 dollars. So if I have 2 dollars, I can buy the apple. It's simple! Now let's say you wanted to compare the data (I.E a number) from a variable to the cost of the apple. This is done with a comparison operator (==). In the interpretor, type the following: Note: The dots in all code in this article refer to a whitespace in the interpretor. This is common practice when formatting code. Merely remove it, or bette... View In Full
0 Comments 6.50 out of 10
Beginning Python Programming: For Newbies
Programming
Python. What is it exactly? Well, it technically is a snake, but not in this case. In our case it's a Higher-Level programming language. A Higher-Level programming language is a language that takes up more resources than a Lower-Level programming language. A Higher-Level programming language maybe considered easier to use, easier to learn, or more abstract. Some examples include Python, C/C++, and Java. A Lower-Level programming language takes up less resources, communicates directly with the hardware, and requires less translation to machine code. Examples include Assembly and L.in.oleum. But back on track. To begin programming in Python you need IDLE, which is Python's Interpretor, which you can get it off Python's official website, www.python.org. Download it for your appropriate operating system, and then install it according to their directions. There, now that that's done, we're going to need to get started. Open it up, and then you should see some text that looks like (But... View In Full
0 Comments 8.50 out of 10
Page 1 of 1
Sean O (15)
United States, New Jersey, Middlesex
Festering-Hate has 3 fans
become a fan
� Applications
Articles Articles (3)
Source Codes Source Codes (2)
� About Me
About Me About Me
Friends Friends (41)
� Misc
Overview Overview
Send A Friend Invite
Send Message Send A Message
RSS Whole Profile Feed
 
 
Development Blog :: Make A Donation :: Credits :: Contact Me
Terms & Conditions :: Privacy Policy :: Documents :: Wallpapers
Version 1.45.08
Copyright � 2007 - 2008, Scott Thompson, All Rights Reserved