If your school is committed to Free Soft...


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News If your school is committed to Free Soft...
# 1  
Old 12-23-2008
If your school is committed to Free Soft...

If your school is committed to Free Software then we want to hear from you so that we can list it. Has your school migrated to GNU/Linux, or has your school adopted the firm policy of rejecting proprietary software? If so, contact the webmasters at webmasters@gnu.org to let us know.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Making post down hook script for svn regarding sending emails after an file is committed in svn

Hi Folks , I am asking this question but i apologise please if this is not the correct forum , I have to develop a shell script that i want to place in at hooks/post-commit , that is basically i have to develop a post hook script and the main functionality of that script would be lets say if... (0 Replies)
Discussion started by: sunsun06060606
0 Replies

2. AIX

Upgrade to TL8 failed: bos.net.NFS.client 6.1.8.1 (usr: COMMITTED, root:

dears i am trying to upgrade the TL from TL7 to TL8 and i facing this issue AIX6.1 << End of Success Section >> +-----------------------------------------------------------------------------+ BUILDDATE Verification ...... (2 Replies)
Discussion started by: thecobra151
2 Replies

3. Shell Programming and Scripting

gets all files details committed to svn by a particular user [or all users] since a particular date

Here is a shell for printing committed person's: 1. Revision number 2. Name 3. Date of commit 4. Files committed. 5. committing comment 6. Date I just made for my usage. May be helpful for you too. Do as follows. create a file $ vi svn_get_user_committed_files_details.sh press i... (3 Replies)
Discussion started by: linuxadmin
3 Replies

4. UNIX and Linux Applications

how to change isolation level to READ COMMITTED

Hi, I am using perl DBI and mysql-5.0.26 on unix. Could you please let me know or point to source on how to set isolation level to READ COMMITTED . ~Thanks (2 Replies)
Discussion started by: newbielgn
2 Replies

5. Solaris

MountPoint / is 8% with 899.49MB free crossing threshold of 10% free

Hi, I have a problem one of the server file system cross the limitation MountPoint / is 8% with 899.49MB free crossing threshold of 10% free out put please help how to resolve this dev/vx/dsk/bootdg/rootvol 9.8G 8.8G 956M 91% / /devices ... (3 Replies)
Discussion started by: sriniva0
3 Replies
Login or Register to Ask a Question
glschool(6x)							XScreenSaver manual						      glschool(6x)

NAME
glschool - a 3D schooling simulation SYNOPSIS
glschool [-display host:display.screen] [-visual visual] [-window] [-root] [-wireframe] [-fps] [-delay number] [-nfish number] [-maxvel number] [-minvel number] [-acclimit number] [-avoidfact number] [-matchfact number] [-centerfact number] [-targetfact number] [-minradius number] [-momentum number] [-distexp number] [-goalchgf number] [-fog] [-drawgoal] [-drawbbox] DESCRIPTION
Uses Craig Reynolds Boids algorithm to simulate a 3d school of fish. See <http://www.red3d.com/cwr/boids> for a description of the algo- rithm and the original paper. This is a lightly modified version of the algorithm that supports goal attraction. Many different behaviors are possible by tweaking the parameters. No sanity checking is performed on the command line params, so if you want to use negative accelerations or minimum velocity that is larger than maximum velocity or that sort of thing, the simulation will try to digest it. It looks best with the highest number of fish that will give you an FPS of > 25 or so. OPTIONS
-visual visual Specify which visual to use. Legal values are the name of a visual class, or the id number (decimal or hex) of a specific visual. -window Draw on a newly-created window. This is the default. -root Draw on the root window. -delay number Per-frame delay, in microseconds. Default: 20000 (0.020 seconds.). -wireframe | -no-wireframe Render in wireframe instead of solid. -fps Display the current frame rate, CPU load, and polygon count. -fog | -no-fog Whether to show foggy (cloudy) water. -drawgoal | -no-drawgoal Whether to show the school's attraction goal. -drawbbox | -no-drawbbox Whether to show the bounding box. -fog | -no-fog Whether to show foggy (cloudy) water. -nfish number Number of fish. Defaults to 100 -acclimit number Acceleration limit. Defaults to 8.0 -minvel number Minimum velocity. Defaults to 1.0 -maxvel number Minimum velocity. Defaults to 7.0 -goalchgf number Goal change frequency. Defaults to 50 (frames) -avoidfact number Avoidance acceleration factor. Defaults to 1.5 -matchfact number Match avg velocity acceleration factor. Defaults to 0.15 -centerfact number School centering acceleration factor. Defaults to 0.1 -targetfact number Target attraction acceleration factor. Defaults to 80 -distexp number Distance weighting exponent. Defaults to 2.2 -momentum number Momentum. Defaults to 0.9 ENVIRONMENT
DISPLAY to get the default host and display number. XENVIRONMENT to get the name of a resource file that overrides the global resources stored in the RESOURCE_MANAGER property. SEE ALSO
X(1), xscreensaver(1) COPYRIGHT
Copyright (C) 2005-2006 by David C. Lambert. Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. No representations are made about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. AUTHOR
David C. Lambert X Version 11 5.15 (28-Sep-2011) glschool(6x)