Search found 2560 matches

by Neo
Mon Sep 07, 2009 10:41 pm
Forum: General Discussions
Topic: Inflatable heat shield tested in space
Replies: 0
Views: 2155

Inflatable heat shield tested in space

[media]http://www.youtube.com/watch?v=ojgDZZIsWA4[/media]
by Neo
Mon Sep 07, 2009 12:55 pm
Forum: News & Announcements
Topic: New modifications to Board
Replies: 0
Views: 2218

New modifications to Board

Hi After Games modification, there are few other modifications added to the board. Points scheme Earn by posting/winning games/loterry and many more :mrgreen: Invite friends Points per Invitation: 5 Points per registration: 50 Games points Cost per game: 5 Game reward: 100 Challenge for games Challe...
by Neo
Mon Sep 07, 2009 12:26 am
Forum: News & Announcements
Topic: Games Added
Replies: 0
Views: 2116

Games Added

Games are added to the site now.
Make sure you login first so that your score will be added.

Enjoy! :mrgreen:
by Neo
Sat Sep 05, 2009 10:40 pm
Forum: Web Related
Topic: Is godaddy a good host?
Replies: 0
Views: 1943

Is godaddy a good host?

There are always pros and cons regarding web hosting services.
However, if you have a any good or bad experiences with godaddy.com, you may write here.

Thanks
by Neo
Sat Sep 05, 2009 8:21 pm
Forum: News & Announcements
Topic: New style: prosilver SE
Replies: 0
Views: 2142

New style: prosilver SE

I have installed a new style named as ROBOT.LK SE.
In total, we now have two styles installed.
  1. prosilver
  2. prosilver SE
Styles can be switched from the main page using BOARD STYLE frame.
Let me know your ideas/comments regarding the styles.

WBR,

T
by Neo
Thu Sep 03, 2009 4:25 am
Forum: Java Programming
Topic: Code Conventions
Replies: 0
Views: 1856

Code Conventions

This is a very nice article from Sun Microsystems about correct programming using Java language. This Code Conventions for the Java Programming Language document contains the standard conventions that we at Sun follow and recommend that others follow. It covers filenames, file organization, indentat...
by Neo
Wed Sep 02, 2009 3:35 am
Forum: News & Announcements
Topic: Linux section updated
Replies: 0
Views: 2163

Linux section updated

Some articles are added to Linux section. Have a look!
by Neo
Wed Sep 02, 2009 3:27 am
Forum: Linux
Topic: Often used Ubuntu Linux Commands
Replies: 0
Views: 2188

Often used Ubuntu Linux Commands

Miscellaneous Ubuntu Linux Commands Command Parameter Description cp Copy files. Syntax: cp filename destination cp -R Copy files, including files in subdirectories df Display empty disk space du Display how much disk space files and directories occupies in bytes dmesg Displays the hardware informa...
by Neo
Wed Sep 02, 2009 3:08 am
Forum: Linux
Topic: Bring background task to foreground
Replies: 0
Views: 2026

Bring background task to foreground

Use the fg command.
Example: fg %xxx where xxx is the process ID.

If a command is stopped it can be started in the background with the following command: bg %xxx where xxx is the PID from above.

When a background task is done, it will display an exit message the next time the Enter key is pressed.
by Neo
Wed Sep 02, 2009 3:08 am
Forum: Linux
Topic: Getting process ID
Replies: 0
Views: 2005

Getting process ID

This can be obtained by using the ps command. Example: ps -au returns something like: USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND gregory 7819 0.3 0.5 4036 1368 pts/0 S 16:02 0:00 -bash root 7849 0.1 0.3 3748 964 pts/0 S 16:02 0:00 su root 7850 0.7 0.5 4088 1444 pts/0 S 16:02 0:00 bash ro...

Go to advanced search