Listings of the games for Linux


 
Thread Tools Search this Thread
Top Forums Programming Listings of the games for Linux
# 1  
Old 12-22-2003
Listings of the games for Linux

Hello! I need tne listings of the very simple games(like mad builders or snake) in text mode, when is running only bash. If you got one, please send me on e-mail or post it just in this thread. I also need the following programms, if you have one of them or can quickly write it, please help me:
1) Asynchronous copying files, using threads or processes interaction.
2)refined analog of the command nohup (program receive list of undesirable signals and command, run this command with blocked undesirable signals, after ending of the process it must print if the process was finished normally or was interrupted by signal (print their codes)
3)analog of the command "ls-l" (if in a command string it receive name of the folder, it print statistics on every file in it, if it receive name of file, it print statistics only on this file - different types of files should be printed with different colours)
4)program should demonstrate that a standart way of processing signals with system call signal is not reliable (one process set signal handler, second send to the first signals with big speed so first couldn't process them, third checks the status of finishing of the first process)
Please help me, I need it very-very much, it's the question of the life or yhe death Smilie
# 2  
Old 12-22-2003
to moderators: excuse me, I must give this programs tomorrow and this forum is my last hope...
# 3  
Old 12-22-2003
Network

Hello,

But if you can't complete your own assignments then why are you doing the course??

When you get a job are you going to give all your work to your colleagues to do?????
# 4  
Old 12-22-2003
Its not my future profession but it's necessary subject in my institute...
# 5  
Old 12-22-2003
Studenttt, click on rules link at the bottom of the page. Notice that rule number 6 says:

(6) Do not post classroom or homework problems.

Believe it or not, that applies to everyone. It is not just for computer science majors.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Ubuntu

use VM to play games in Windows (Intense Games)

I have Ubunut installed on my desktop AMD 6 Core 3.2 (will be getting the bulldozer AMD 8 Core when it releases) 16 GB of DDR3 1333 RAM SSD some HDD's Nvidia 560 ti 1GB My question is, how can I or can I even get a Win 7 VM to play games as well in a main install. Give it 10 GBs of RAM... (0 Replies)
Discussion started by: ochieman2000
0 Replies

2. HP-UX

kernel param listings

Which shows the current kernel settings accurately? kmtune or sysdef. I ask because although some params show the same setting with both, some do not. Example >kmtune | grep nfile nfile 75008 - (15*NPROC+2048) >sysdef | grep nfile nfile 75018 ... (6 Replies)
Discussion started by: theninja
6 Replies

3. Programming

Fingerlines in GCC Listings

I recently moved from an AIX to a Linux environment, currently using GCC. I've searched the manpages, to no avail on this one. Q: Does gcc have an option to include finger lines in the listing? In other words, the equivalent compile option for AIX's -qsource and -qsrcmsg? If you don't know... (1 Reply)
Discussion started by: marcus121
1 Replies

4. Solaris

listings file of a package

Hi, Is there a command to list all files within an installed package ? A command to print out a file's package owner ? I have trouble to install a temporary license for FTAM and OSI 9.0 on my sunfire280r and i suspect the licensing software is the reason... Any SUN guru out there ? Thanks (4 Replies)
Discussion started by: andryk
4 Replies

5. Linux

Games that run on Linux too.. list.

I am interested in creating a list that consists of the popular games that run on Linux with atleast moderate performance ;) Please post the list of games that you know. Tips/Links on tweaking some games to run, may also be shared :) Here is a list ripped from http://www.frankscorner.org :D... (2 Replies)
Discussion started by: RipClaw
2 Replies

6. Shell Programming and Scripting

file listings by date

Hi all, First post, be gentle ;) OK I'm trying to list all files in a directory that are between x days and y days old, where I need to treat days as being from 00:00 to 23:59. i.e. a list of all files between 1 day and 8 days old would include all files between 00:00 8 days ago and 23:59 1... (1 Reply)
Discussion started by: Boothy
1 Replies

7. Programming

sites with the listings

Is anybody know sites with the listings of simple programs for Linux (in text mode) (0 Replies)
Discussion started by: Studenttt
0 Replies
Login or Register to Ask a Question