Wednesday, January 27, 2010
WEP Passwork Cracking w/ BackTrack 4 VIDEO
I am not to be blamed if you get in trouble.
-- G-raph Out --
Tuesday, January 5, 2010
Manipulating bitmaps
Today I started to learn Processing and openFrameworks. I know C++ and Java, so you can say that I basically know these languagese as well. However I've noticed that they are used quite a bit in Microcontrollers, so I decided to give them a try to see what they have different that makes them suitable for this. Thus I decided to write some small apps, through which I would learn how to play around with MIDI files and images, while learning the above mentioned languages
So the first program in in Processing, and it applies a convolution filter. What is does is that when applied to he entire image, it leaves only dark pixels that are surrounded by other dark pixels. All the rest are changed to white.
Code is here
-- G-raph Out --
So the first program in in Processing, and it applies a convolution filter. What is does is that when applied to he entire image, it leaves only dark pixels that are surrounded by other dark pixels. All the rest are changed to white.
Code is here
-- G-raph Out --
Tuesday, December 29, 2009
Helicopter Project
Next semester I am planning on building a helicopter type thing with 2 ducted fans VTOL. Basically they will look the same way the Scropion or the Samson gunships looked in Avatar. As a processing unit, I am thinking of getting on of those small computers that has a processor and some ram and runs linux. I forgot what the name of those things are, but I remember that I saw some when I went to UTIAS (University of Toronto Institute for Aerospace Studies) for a school trip. Does anyone know what I am talking about to tell me where could I find one of those? Ideally, I will also make them able to fly in a squadron, where one is the leader and the rest mirror the leader's moves,w hen the right time comes. I could then add extra weight to one of them or control the maximum degree of fan turn, and make it auto compensate, so that in the end it will follow the leader's path.
When I say that they will mirror the leader, I am not saying that the actions, as in commands, that the leader does will be copied by the rest. I am talking about the end result to be the same. The extra parameters might be a bit hard to implement, so I guess that won't be done till the end of the year. This will probably be my first complex project, where I will build everything.
-- G-raph Out --
When I say that they will mirror the leader, I am not saying that the actions, as in commands, that the leader does will be copied by the rest. I am talking about the end result to be the same. The extra parameters might be a bit hard to implement, so I guess that won't be done till the end of the year. This will probably be my first complex project, where I will build everything.
-- G-raph Out --
Wednesday, September 2, 2009
Sunnybrook 3D code
Hey,
This is the unoptimized code that I worked on for Sunnybrook. I actually don't have a copy of the optimized one. The only difference are some OpenMP functions here and there that would do the cluster optimizations.
Code
Sometime this week I will explain what the code actually does, and I'll explain the whole thing in more detail. I think I might also post some preliminary code that I wrote to understand the math. That code is the 1D version of this in C++, and Matlab.
-- G-raph Out --
This is the unoptimized code that I worked on for Sunnybrook. I actually don't have a copy of the optimized one. The only difference are some OpenMP functions here and there that would do the cluster optimizations.
Code
Sometime this week I will explain what the code actually does, and I'll explain the whole thing in more detail. I think I might also post some preliminary code that I wrote to understand the math. That code is the 1D version of this in C++, and Matlab.
-- G-raph Out --
Tuesday, September 1, 2009
Ap Physx Labs Posted
Today we just found out the labs we will have to do this year for AP Physics (from here on I will spell it Physx (Yes I got that from Ageia Physx)).
-- G-raph Out --
- Soup Can Roll
- Collision Simulation
- Simple Pendulum
- DC Cicuit Analysis and AC Inctroduction
- AC Circuit Analysis
-- G-raph Out --
Simple Pendulum Lab Instructions
You are to investigate the effects that bob mass and the length of a pendulum have on its period. This is to be done at various release angles and the effect the release angle has on the pendulum’s period must be modelled.
The differential equation for the motion of the pendulum must be derived and the constants measured. For small values of theta, the DE can be simplified using the small angle equation. You must, however, be prepared to defend what range you consider a small angle and how this estimation affects the overall precision of your work. You are also expected to empirically model the effects of large values of theta on the period. Thus your final expression will be something like Period(theta, Length) = Ideal Period(length) + Period Perturbation (theta, length). CAUTION: Observe that the square root of small g is essentially equal to Pi. Do not ignore this!
The differential equation for the motion of the pendulum must be derived and the constants measured. For small values of theta, the DE can be simplified using the small angle equation. You must, however, be prepared to defend what range you consider a small angle and how this estimation affects the overall precision of your work. You are also expected to empirically model the effects of large values of theta on the period. Thus your final expression will be something like Period(theta, Length) = Ideal Period(length) + Period Perturbation (theta, length). CAUTION: Observe that the square root of small g is essentially equal to Pi. Do not ignore this!
Soup Can Lab Instructions
You must use two cans of soup. One is a consommé and the other is a cream soup. The cans must have the same-labelled mass and have the same dimensions at least to eye. It is better if the soups chosen do not have chunks of material in them.
These cans are to be rolled down two ramps and then on to a flat surface. The slope must be otherwise smooth and so must be the floor. One slope is to be slight permitting the consommé can to roll further. The other must be much steeper and result in the cream soup rolling further. You may have to cover the slopes with some material to prevent the can from slipping. You may also modify the floor ramp interface to allow the can to smoothly transfer from the ramp to the floor without appreciable bouncing. (If you think this matters)
These cans are to be rolled down two ramps and then on to a flat surface. The slope must be otherwise smooth and so must be the floor. One slope is to be slight permitting the consommé can to roll further. The other must be much steeper and result in the cream soup rolling further. You may have to cover the slopes with some material to prevent the can from slipping. You may also modify the floor ramp interface to allow the can to smoothly transfer from the ramp to the floor without appreciable bouncing. (If you think this matters)
Subscribe to:
Posts (Atom)