Text  |   31 August 11 | 6 notes
I AM GEEK!
class IskolarNgBayan():
student_number = None
def set_sn(self, student_number):
self.student_number = student_number
class RodXavier(IskolarNgBayan):
name = ‘Rod Xavier R. Bondoc’
birthday = ‘April 7, 1992’
nickname = ‘Txavi’
description = ”’
11 Facts about Rod Xavier
1. He is a fun-loving crazy guy who loves to draw the infinity symbol while in class.
2. He is a self-proclaimed math enthusiast who enjoys seeing numbers and variables, and he even dreams of solving math problems while asleep.
3. He is a geek. For example, if you believed that it’s really 11 facts, convert it to binary and you’ve been trolled. XD”’
def get_profile(self):
self.set_sn(‘2008-02531’)
return ((‘%s: %s\n%s: %s\n%s: %s\n%s: %s\n%s:%s’) % (‘Name’, self.name, ‘Birthday’, self.birthday,
’Nickname’, self.nickname, ‘Student Number: ‘, self.student_number, ‘Description’, self.description))
def main():
rod = RodXavier()
print rod.get_profile()
if __name__ == “__main__”:
main()
#NAINGGIT AKO SA MGA GUMAGAWA NG WRITE-UP. Aga ko nagpasa eh. :))
#I-run mo pa yan, gagana yan. :))
Link  |   Posted: 10:03 PM | 4 notes
Lookyloo: The Three Great Virtues of a Programmer
- Laziness: The quality that makes you go to great effort to reduce overall energy expenditure. It makes you write labor-saving programs that other people will find useful and document what you wrote so you don’t have to answer so many questions about it.
- Impatience: The anger you feel when…
Video  |   Posted: 11:10 AM | 10 notes
This is the Wacom Inkling which aims to merge the digital and traditional creative process in a bold new way.
From Wacom’s Product description:
“The Inkling digital sketch pen captures a digital likeness of your work while you sketch with its ballpoint tip on any sketchbook or standard piece of paper. Designed for rough concepting and creative brainstorming, Inkling is ideal for the front end of the creative process. Later, refine your work on your computer using an Intuos4 tablet or Cintiq interactive pen display.
In addition to capturing your sketch, stroke by stroke, Inkling allows you to create layers in digital files while you sketch on paper. Digital files are transferred to your computer using the Inkling Sketch Manager software, and later, exported to applications such as Adobe® Photoshop® and Illustrator®. Files can also be opened with the included Inkling Sketch Manager software to edit, delete, add layers or change file formats.”Can’t wait to try this out some how though being restricted to only ballpoint pen is a bit of a bummer.
via. Comics Alliance
This will change the world.
Video  |   30 August 11 | 8 notes
Text  |   Posted: 11:17 AM | 7 notes
so, in my last class of programming paradigms we had to code some stuff and we used tuples
I TOLD MY FRIEND
“THESE ARE DIFFERENT TYPES OF DATA. WE CAN’T SIMPLY USE A LIST. WE MUST GO DEEPER”
“YOU CAN’T MEAN… NO, NO ONE HAS EVER DONE THAT BEFORE!”
“I DID IT ONCE… WE MUST DO IT. A TUPLE OF TUPLES.”
TUPLEPTION
This deserves to be reblogged. Haha. TUPLEPTION FTW!
Text  |   24 August 11 | 23 notes
derivation of Binet formula for Fibonacci number ƒ(n)
derivation of Binet formula(Derivation)
The characteristic polynomial for the Fibonacci recurrence
is
The solutions of the characteristic equation
are
so the closed formula for the Fibonacci sequence must be of the form
for some real numbers. Now we use the boundary conditions of the recurrence, that is,
, which means we have to solve the system
The first equation simplifies toand substituting into the second one gives:
Therefore
and so(source: PlanetMath)
Video  |   16 August 11 | 3 notes
TEDxAddis - Jelani Nelson - Streaming Algorithms (by TEDxTalks)
Wow. This is interesting!
Likes




RSS
Archive
Random


The Social Networks