Difference between revisions of "User:Umar Sheikh"

Line 36: Line 36:
 
** reading chapter 4
 
** reading chapter 4
  
 +
=== Wed Aug 22 ===
 +
* <strike>Make a matrix class, which has the functionality to multiply two matrices. The matrices can be read from a file</strike>
 +
* <strike>make a directory lister that indents correctly to display a directory and its contents recursively</strike>
 +
* Reading ruby book
 +
** <strike>reading chapter 4</strike>
 +
** <strike>reading chapter 5</strike>
 +
=== Thu Aug 23 ===
 +
* Make a matrix class, which has the functionality to multiply two matrices. The matrices can be read from a file
 +
* Reading ruby book
 +
** reading chapter 4
  
  

Revision as of 04:35, 23 August 2007

Introduction

I am Umar Muhammad Sheikh. Though jobbing is not the most significant part of my life yet, I can describe it in complete detail right now. This is my first day at AboutUs, and so far, the first hour has not yet expired. Period! My first task is to write my own second home page. The first one I made was in the first introductory computer science course, and I made it for getting a good grade. This is not much different!

Interests

Martial arts (2nd dan Black belt in Tae Kwon Do), graph theory (cleared PHD qualifiers), Scrabble, a bit of reading, and a lot of day dreaming

Religion

Islam

Conundrum

What happens when you run the following program:

copy the line below twice, the second time without quotes.

"copy the line below twice, the second time without quotes."

Answer?

Notes

linux commands

1 'CTRL+z' to send a task in the background, and 'fg' to bring it back. if there are more than one programs running, type 'jobs' to view them, and if you want a program called 'xyz' to run, there is a number next to the program 'xyz', example, n. type 'fg n' to run it.

Irb commands

1 load "filename"

Tasks

Mon Aug 20

  • Create user page on AboutUs
  • Learn Vim
  • Reading Ruby Book
    • Reading Chapter 1
    • Reading Chapter 2
    • Reading Chapter 3


Tue Aug 21

  • Make a matrix class, which has the functionality to multiply two matrices. The matrices can be read from a file
  • Reading ruby book
    • reading chapter 4

Wed Aug 22

  • Make a matrix class, which has the functionality to multiply two matrices. The matrices can be read from a file
  • make a directory lister that indents correctly to display a directory and its contents recursively
  • Reading ruby book
    • reading chapter 4
    • reading chapter 5

Thu Aug 23

  • Make a matrix class, which has the functionality to multiply two matrices. The matrices can be read from a file
  • Reading ruby book
    • reading chapter 4