Monday, December 17, 2007
Web UI Assignment
.
Monday, December 10, 2007
Thursday, November 29, 2007
Tuesday, November 13, 2007
Monday, November 12, 2007
Monday, November 5, 2007
Monday, October 29, 2007
Wednesday, October 24, 2007
Development
I'll give you three guesses at what you're going to do today, and I'm sure you'll use all 3.
.
Tuesday, October 23, 2007
Monday, October 22, 2007
Mr. Roboto
Mata ah-oo hima de
Domo arigato, Mr. Roboto,
Himitsu wo shiri tai
You're wondering who I am-machine or mannequin
With parts made in Japan, I am the modren man
I've got a secret I've been hiding under my skin
My heart is human, my blood is boiling, my brain I.B.M.
So if you see me acting strangely, don't be surprised
I'm just a man who needed someone, and somewhere to hide
To keep me alive-just keep me alive
Somewhere to hide to keep me alive
I'm not a robot without emotions-I'm not what you see
I've come to help you with your problems, so we can be free
I'm not a hero, I'm not a saviour, forget what you know
I'm just a man whose circumstances went beyond his control
Beyond my control-we all need control
I need control-we all need control
I am the modren man, who hides behind a mask
So no one else can see my true identity
Domo arigato, Mr. Roboto, domo...domo
Domo arigato, Mr. Roboto, domo...domo
Domo arigato, Mr. Roboto, domo...domo
Thank you very much, Mr. Roboto
For doing the jobs that nobody wants to
And thank you very much, Mr. Roboto
For helping me escape just when I needed to
Thank you-thank you, thank you
I want to thank you, please, thank you
The problem's plain to see: too much technology
Machines to save our lives. Machines dehumanize.
The time has come at last
To throw away this mask
So everyone can see
My true identity...
I'm Kilroy! Kilroy! Kilroy! Kilroy!
Monday, October 15, 2007
Photo-sensor Benchmark
Write an IC program which displays and records the return value from a photo-sensor.
The program should display a single value when the start button is pressed.
We will use this program later in class to get benchmark readings for further coding.
.
Wednesday, October 10, 2007
Monday, October 8, 2007
BotBinis
Go Here For Design Page
Read 'em all 'n choose one.
Thursday, October 4, 2007
Robot Ideas
Take a few minutes and brainstorm ideas for the robot... What should it do? Should it run? walk? roll? breathe fire? have a mullet? follow light? eat mexican food? be a nurse to fix your dying teacher? Detect noxious gas? play the flute? make sandwiches? be zack's girlfriend? fight crime? commit crimes? answer the phone for blahertech's website? what should we make it do?
When I come back tomorrow, I want to see a list of possible roles that the robot can fill.
Spend about 20 minutes brainstorming ideas.
After you've brainstormed, I want you to *try* to ream this academic paper on a maze solving algorithm.
http://www.ee.ualberta.ca/~verret/ee401/micro.pdf
I know that papers are thick reading (especially since I doubt you've had to read them before).
Take your time, I should be back tomorrow.
Wednesday, October 3, 2007
Tuesday, October 2, 2007
What it takes to "Hack" it...
For the following points, write a few sentences either supporting or arguing against each. Explain how each of the following could be carried out and why.
1) Know your computer and how to use it efficiently.
2) Read, read, read...
3) Know how to solve problems with programming.
4) Promote freedom of information.
5) Never destroy or hinder a system.
6) Don't reinvent the wheel.
7) Be an individual.
.
Monday, October 1, 2007
Fakebot
I will explain since blaher hates my instructions...
jerk...
.
Wednesday, September 26, 2007
Since I'm gone...
I've instructed the sub to "drop some 'bo's" if you guys get out of hand.
.
Monday, September 24, 2007
Enter a zen-like state...
Enter a zen-like state... Close your eyes and take ten deep breaths...
No seriously... do this...
Do you feel better?
Aight. Now try to troubleshoot your rectangle.cpp program.
.
Friday, September 21, 2007
Wednesday, September 19, 2007
Rectangles are joining us in class... nuk nuk nuk
Here are the instructions
.
You, Teach You
Zach - Overloading Functions in C++
Ben - Variable Scope
After you learn the basics of your topic, you will teach us what you've learned.
You have 30 minutes to research.
DO IT!!!!!
.
Thursday, September 13, 2007
The Handy Board has been Ordered
http://handyboard.com/techdocs/
.
Sunday, September 9, 2007
ShapeArea.cpp
Paste the contents of your .cpp file in a reply to this blog.
Due Tuesday!!!
..
nMappiness
First install the newest WinPcap libraries:
http://www.winpcap.org/install/bin/WinPcap_4_0_1.exe
Next install nMap:
http://download.insecure.org/nmap/dist/nmap-4.20-setup.exe
Finally install DotnMap:
http://www.twinklesoft.com/files/DotNmap_Install.pgm.msi
Make sure that in DotnMap, you configure it to point to the correct folder containing nMap.
To scan a range of IP addresses, use 192.168.1.*
To increase scanning speed in DotNmap, go to the "timing" tab and throttle to "insane"
Happy Hunting!!!
Are you gonna attack my server?
what have i done?
Monday, September 3, 2007
Sample Code Server is Up (I Think)
Bookmark this page:
http://howard.endoftheinternet.org/prog2.html
Since it's my own personal server, I can do just about anything with it.
Is there anything specifically that you'd like to see on the new page?
Sunday, August 26, 2007
Google Account
DUE TUESDAY 8/28/07
Open up a web browser.
Go to www.google.com
In the upper right hand corner, click “Sign-In”.
This page would let you sign in using you account, since you don’t have one, click create one for free.
On the next page, enter your email address and setup a password for your Google Account.
Check your email for the verification message.
Click the link to verify your new account.
Go to the class blogsite and click “Sign-In”.
Use your email address and password to log-in.
Set your display name to be your first & last name.
Post a comment to the Google Account blog once you have logged in as yourself.
Email me at howardm@cantonlocal.org if you have any problems.
Intro to C++ Review Assignment
Click "Comment" to post your reply to this assignment.
Paste the questions into the body of your comment.
Make sure you log in or leave your name with your post.
Answer the questions.
1) What are the two types of low-level languages?
2) Name 4 examples of high-level languages?
3) What turns high-level code to low-level code?
4) The text file that contains a program in a high-level language is also known as what?
5) What is the difference between C & C++?
6) In C++, how do you start a "comment"?
7) What are the 4 things I want included in every header comment.
8) What is the C++ output command?
9) What is the C++ input command?
10) What must be at the end of each C++ statement?
Welcome to Programming
If you need to contact Mr. Howard, use mhoward@cantonlocal.org.
Feel free to shoot me email anytime, I read quickly ;)
