Mini Statistics
Join Date
08-20-2006
Last Activity
12-02-2009 02:40 AM
Blog Entries
6
Avatar
TcM's Avatar
Join Groups 1 Permission Groups
Groups: (1)
Recent Visitors
The last 10 visitor(s) to this page were:
  1.  Epe
  2.  exicute
  3.  James.H
  4.  john888
  5.  kimbsan
  6.  lor
  7.  nemoku
  8.  ram5584
  9.  SeniorCrispy
  10.  thegamemaker
This page has had 4,692 visits
Tab Content
Visitor Messages
About Me
Friends
Blog

  1. onqun
    Hello, My name is Ongun.

    I am doing my junior design project right now. My project is Motion detection in a recorded video file. I am planning to do this by Matlab. I was looking for help and hints with google, I found your work. If you give me some advice and hits. I would be really happy. Currently, I am trying to figure out to export a video file to use for matlab command movie( ). But, I cannot find the specific requirements for that.(Mac osx)
    movie only accepts 8-bit image frames.

    Thank you for your help

    I also posted the same message to your motion sensor topic.

    my email is ongun@mac.com
  2. Habbeb
    please TcM I want your program onitfirewall
    my email : friendoflove25@yahoo.com
    please I need this program Please
    thanks thanks thanks
  3. TcM
    I don't do VB6.0 anymore, I haven't used it in a long time, and I totally forgot about it... I realized that it's useless with today's technology... so now I'm more into Java and PHP (Mainly).. but my best is C#.. although I'm not making much effort in it... because it's too simple.. and **** my school... they make it as our main programming language!! Java pawns C#

    Adding you on MSN.. although now it's time to sleep...
  4. mendim.
    Excellent VB6.0 Programmer.
    Can i talk with you on MSN >?
    mendim.b@msn.com
  5. kokosweet
    hey dude,
    thank u so much for ur posts!
    nyways do u have any wy to hack a multiplayer online flash game, its called (yoville) its an aplication on facebook.com or myspace.com.

    thank you

    ps my email is thegipsy@gmail.com
  6. AcroneShadow
    Thx so much for your help man, you've increased my knowledge and helped my progs look a lot better. Best of luck
  7. jason007thomas
    Hey TcM
    I dont know if my last message got thru but I was looking for a site I could find some practice pseudocode examples so I can sharpen my programing design skills!!!!
  8. Genny
    Hahahahahahahaha roflmao! soz for the trouble was just... seeying lol
  9. TcM
    Well, nope. I don't know why, but none of them is working.. WTF!
  10. MikeM
    Get Gps yet?
Showing Visitor Messages 1 to 10 of 19
Page 1 of 2
1 2 LastLast
Page 1 of 2
1 2 LastLast

About TcM

Basic Information

Signature

Contact

Statistics

Total Posts
Total Posts
11,461
Posts Per Day
8.75
Last Post
CodeCall T-Shirt Thread 11-24-2009 08:57 PM
Visitor Messages
Total Messages
19
Most Recent Message
03-02-2009
Blog
Total Entries
6
Last Blog Entry
Stored Procedures Will Save You Time 03-22-2009 11:16 AM
General Information
Last Activity
12-02-2009 02:40 AM
Join Date
08-20-2006
Referrals
7

15 Friends

  1. ciphercipher is offline

    Learning Programmer

    • Send a message via MSN to cipher
    • Send a message via Yahoo to cipher
    cipher
  2. Donovan
  3. Dren
  4. Egz0N
  5. gamiRgamiR is offline

    Learning Programmer

    gamiR
  6. Genny
  7. HealncrushHealncrush is offline

    Newbie

    Healncrush
  8. hydenisamahydenisama is offline

    Newbie

    • Send a message via MSN to hydenisama
    • Send a message via Yahoo to hydenisama
    hydenisama
  9. Jaan
  10. John
Showing Friends 1 to 10 of 15
Page 1 of 2
1 2 LastLast

 View TcM's Blog

Stored Procedures Will Save You Time

by TcM on 03-22-2009 at 11:16 AM
Stored Procedures Will Save You Time
Well, just to let you guys know, I have more experience in MS SQL than MySQL… so maybe some stuff that I’m going to mention here might not be the same in MySQL… so don’t blame me.
And you might ask, why do you use an MS product? Simple. School… so again don’t blame me.
Anyways right now I’m very busy with creating / designing a very advanced software that uses databases for my Final Software Project, which will pretty much determine my future

Read More

Categories
Uncategorized

Getting the command line arguments in a GUI Program using C#

by TcM on 02-14-2009 at 11:01 AM
Getting the command line arguments in a GUI Program using C#
In this short tutorial I will explain to you how you can get arguments in a GUI application using C#. So let’s say that you have a program that you want that during start up it stays in the background and when the user opens it, it will display the normal GUI. It’s very simple; we will only need to make a few changes to the program.
So, open up Program.cs (find it from the Solution Explorer) you will see something like

Read More

Categories
Uncategorized

Comparison between Data Collections (Arrays etc…)

by TcM on 02-09-2009 at 10:57 AM
Comparison between Data Collections (Arrays etc…)
In this blog I’m going to explain some data collections such as arrays etc… and I’m going to tell you how to declare them in C# and Java, a typical scenario on when they can be used, and I’m going to explain some characteristics of these collections, such as speed, if they are dynamic or not, if it accepts more than one data type etc. if you would like to go more in depth about arrays, or have some problems, you can read my blog where I explain

Read More

Categories
Uncategorized

Data Dictionaries, a brief explanation

by TcM on 02-08-2009 at 11:03 AM
Data Dictionaries, a brief explanation
Data dictionaries are how we organize all the data that we have into information. We will define what our data means, what type of data it is, how we can use it, and perhaps how it is related to other data. Basically this is a process in transforming the data ‘18’ or ‘TcM’ into age or username, because if we are presented with the data ‘18’, that can mean a lot of things… it can be an age, a prefix or a suffix of a telephone number, or basically anything!

Read More

Categories
Uncategorized

Breaking Down Programming Problems

by TcM on 02-05-2009 at 11:06 AM
Breaking Down Programming Problems

So, when I have an Assignment, or I need to create some software, or am presented with a problem, my first reaction is, 'WOA! This seems too complicated'... but being something that I really have to do I have to make it. I don't use any DSDM or methodologies, they take too much time to make and I don't have all that time to make an assignment, because generally I am very restricted.

So I start with reading the scenario and make a clear

Read More

Categories
Uncategorized