Main > Free Download Search >

Free lamson junior college software for linux

lamson junior college

Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 104
iCandy Junior 3.5

iCandy Junior 3.5


iCandy Junior is designed as a convenient and flexible Firefox theme with icons from the iCandy Junior icon sets. more>> <<less
Added: 2009-07-01 License: Other/Proprietary Li... Price: FREE
1 downloads
Lamson 1.0 Pre1

Lamson 1.0 Pre1


Lamson is such an easy-to-use and handy Python SMTP server which is designed to create robust and complex mail applications in the style of modern web frameworks such as Django. more>> <<less
Added: 2009-07-20 License: GPL v3 Price: FREE
1 downloads
Lamson 1.1

Lamson 1.1


Lamson proves itself to be a beneficial as well as interesting SMTP server written in Python and designed to create robust and complex mail applications in the style of modern web frameworks such as Django more>> <<less
Added: 2011-01-11 License: GPL v3 Price: FREE
downloads
 
Other version of Lamson
Lamson 1.0Zed A. Shaw - Lamson is known as a quick and beneficial Python SMTP server designed to create
Price: FREE
License:GPL v3
Download
downloads
Added: 2010-05-23
Lamson 0.9.5Zed A. Shaw - Lamson brings you an advanced and convenient to use tool which is designed as a Pythonic mail
Price: FREE
License:GPL v3
Download
1 downloads
Added: 2009-06-27
Lamson 0.9.2Zed A. Shaw - Lamson brings you an advanced and convenient to use Pythonic mail serverwhich is
Price: FREE
License:GPL v3
Download
1 downloads
Added: 2009-06-04
Batty Junior Christmas Demo 2

Batty Junior Christmas Demo 2


Batty Junior Christmas Demo is known as an advanced and reliable arkanoid style game... Christmas Edition! more>> <<less
Added: 2008-12-18 License: Freeware Price: FREE
1 downloads
Blue-Junior 0.9-9

Blue-Junior 0.9-9


Blue-Junior is created to be as a simple but appealing looking GTK theme for your GNOME desktop. more>> <<less
Added: 2008-07-24 License: GPL Price: FREE
1 downloads
PCLinuxOS 0.93a Junior

PCLinuxOS 0.93a Junior


PCLinuxOS project is one of the worlds up and coming providers of a Linux Desktop Solution. more>>
PCLinuxOS project is one of the worlds up and coming providers of a Linux Desktop Solution. With a small but dedicated development team, PClinuxOS delivers Desktop Ready Software that harnesses the power of the Open Source Community.
Enhancements:
- PCLinuxOS 0.93a Junior is a self booting Live CD with advanced hardware detection. In addition to running Junior in Live CD mode, you can also install it to your computer. Easy to follow instructions are included on the Live CD as well as a chat channel for instant help. Junior comes with a set of pre-selected programs for web browsing, email, instant messaging, blogging, IRC chat, music, graphics, video, digital camera, games, FTP, BitTorrent transfer, CD/DVD burning and more.
<<less
Download (484MB)
Added: 2006-08-09 License: GPL (GNU General Public License) Price:
1179 downloads
Laughing Man Factorial 0.1

Laughing Man Factorial 0.1


Laughing Man Factorial is the paranormal evil twin of Laughing Man. more>>
Laughing Man Factorial is the paranormal evil twin of Laughing Man. Factorial also has an unexplained superiority complex, almost exponential you might say, over the original Laughing Man which we will hence forth refer to as Junior for appeasement of currently unwarranted hoity-toity.
Like Junior it is an application for monitoring webpage changes, however it does so using the Objective-C/Cocoa framework as opposed to Java, and leverages Core Data, bindings, and value transformers to produce a smaller code footprint. Less fluff and more meat I say, more meat and less fluff.
Factorial is in a experimental state, it is not recommended that current users of Junior switch completely to this version. You can safely import your data and tinker with Factorial, but it is recommended that any data that you want to remain consistent, be done through old stable Junior.
Factorial may not be forgiving on data when upgrading from one version to the next for the next several releases, hence the adjectives paranormal and evil in the preface.
Junior Equivalent functionality
Splitbar position saved on shutdown
Categories display like junior
New Features
Drag and drop funtionality greatly enhanced
supports dragging to and from Safari and OmniWeb
Change log embedded into application and available through menu.
Enhancements:
- This release fixes several bugs, and provides several feature enhancements, bringing the Factorial branch almost up to par with the original Laughing Man.
- Most notably, a nasty Java to Objective-C, Date to NSDate porting bug in the beta was fixed.
- The beta was usable, but users had to wait a little under 3 years for each site refresh.
- This issue has been fixed in 0.1, but you must reset your data if you used the beta.
<<less
Download (0.044MB)
Added: 2005-11-26 License: GPL (GNU General Public License) Price:
1430 downloads
Acme::OneHundredNotOut 100

Acme::OneHundredNotOut 100


Acme::OneHundredNotOut is a raise of the bat, a tip of the hat. more>>
Acme::OneHundredNotOut is a raise of the bat, a tip of the hat.

I have just released my 100th module to CPAN, the first time that anyone has reached that target. As some of you may know, I am getting ready to go back to college and reinvent myself from being a programmer into being a missionary. I dont forsee that many more Perl modules coming out of this.

Of course, this doesnt mean that Im going to abjure usage of Perl forever; any time theres a computer and something I need automated, out will come the Swiss Army Chainsaw and the job will get done. In fact, we recently needed to manipulate some text from a mission handbook to translate it into Japanese, and Perl was there handling and collating all that.

But 100 modules is a convenient place to stop and take stock, and I hope that those of you who have benefitted from my modules, programs or writing about Perl will forgive me a certain spot of self-indulgence as I look back over my CPAN career, especially since I feel that the diversity of modules that Ive produced is a good indication of the diversity of what can be done with Perl.

Lets begin, then, with some humble beginnings, and then catch up on recent history.
The Embarrassing Past

Contrary to popular belief, I was not always a CPAN author. I started writing modules in 1998, immediately after reading the first edition of the Perl Cookbook - yes, you can blame Nat and Tom for all this. The first module that I released was Tie::DiscoveryHash, since Id just learnt about tied hashes. As with many of my modules, it was an integral part of another software project which I actually never finished, and now cant find.

The first module that I ever wrote (but, by a curious quirk of fate, precisely the fiftieth module I released) was called String::Tokeniser, which is still a reasonably handy way of getting an iterator over tokenising a string. (Someone recently released String::Tokenizer, which makes me laugh.) This too was for an abortive project, webperl, an application of Don Knuths WEB system of structured documentation to Perl. However, given the code quality of these two modules, its perhaps just as well that the projects never saw the light of day.

There are a few other modules Id rather like to forget, too. Devel::Pointer was a sick joke that went badly wrong - it allowed people to use pointers in Perl. Some people failed to notice that referring to memory locations directly in an extremely high-level language was a dangerous and silly thing to do, and actually used the damned thing, and I started getting requests for support for it. Then at some point in 2001, when I should really have known better, I developed an interest in Microsofts .NET and the C# language, which I still think is pretty neat; but I decided it might be a good idea to translate the Mono projects tokenizer and parser into Perl, ending up with C::Sharp. I never got around to doing the parser part, or indeed anything else with it, and so it died a lonely death in a dark corner of CPAN. GTK::HandyClist was my foray into programming graphical applications, which started and ended there.

Bundle::SDK::SIMON was actually the slides from a talk on my top ten favourite CPAN modules - except that this changes so quickly over time, it doesnt really make much sense any more.

Finally, Array::FileReader was an attempt to optimize a file access process. Unfortunately, my "optimization" ended up introducing more overheads than the naive solution. It all goes to show. Since then, Mark-Jason Dominus, another huge influence in the development of my CPAN career, has written Tie::File, which not only has a better name but is actually efficient too.

The Internals Phase

1999-2000 were disastrous years for me personally but magnificent years Perl-sonally. Stuck in a boring job and a tiny flat in the middle of Tokyo, I had plenty of time to get stuck into more Perl development. I felt that getting involved with perl5-porters would be a good way of gettting to know more about Perl, and so I needed a hobby horse - an issue of Perls development that I cared about. Since I was in Japan and working a lot with non-Latin text, Unicode support seemed a good thing to work on, and so Unicode::Decompose appeared, while I fixed up a substantial part of the post-5.6 core Unicode support.

Id recommend this way to anyone who wants to get more involved in the Perl community, although I was very lucky in terms of who else happened to be around at the time: Gurusamy Sarathy was extremely gracious in helping me turn my fledgling C code into something fit for the Perl core, and he also helped me understand the perl5-porters etiquette (yes, there was some at the time) and what makes a good patch, while Jarkko Hietaniemi was always good for suggestions of interesting things for keen people to work on. Seriously, get involved. If I can do it, anyone can.
Anyway, this fixation with understanding the Perl 5 internals, and especially the Perl 5 compiler, (due to yet another of my Perl influences, the great Malcolm Beattie) led to quite a torrent of modules, from ByteCache, an implementation of just-in-time compilation for Perl modules, through B::Flags and B::Tree to help visualising the Perl op tree, to uninit, B::Generate, optimizer and B::Utils for modifying it.

Perl About The House

Now we abandon chronological order somewhat and take a look at the various areas in which Ive used Perl. One of these areas has been the automation of everyday life: checking my bank balance with Finance::Bank::LloydsTSB (the first Perl module to interface to personal internet banking, no less) and my phone bill with a release of Tony Bowdens Data::BT::PhoneBill.

Finance::Bank::LloydsTSB was meant to go with Finance::QIF, my Quicken file parser, to produce another now-abandoned idea, a Perl finances manager. It seemed that Im only capable of producing modules, not full standalone applications - or at least, it seemed that way until I produced Bryar, my blogging software, based on the concepts from Rael Dornfests blosxom and beginning my adventures with Andy Wardleys Template Toolkit. Bryar also tuned me in to the Model-View-Controller framework idea, of which more later.

Another project I briefly played with was a personal robot, using the Sphinx/Festival speech handling and recognition modules from Cepstral and Kevin Lenzo. I didnt have X10, so I couldnt shout "lights" into the air in a wonderfully scifi way, but I could shout "mail" and have a summary of my inbox read to me, "news" to get the latest BBC news headlines, and "time" to hear the time. Of course, getting computers to tell the time nicely takes a little bit of work. I dont like "Its eleven oh-three pee em", since thats not what someone would say if you asked them the time. I wanted my robot to say "Its just after eleven", and thats what Time::Human does. Shame about the localisation.

<<less
Download (0.014MB)
Added: 2006-06-08 License: Perl Artistic License Price:
1233 downloads
PlainDoc 1.55

PlainDoc 1.55


PlainDoc document production system allows you to write documents as normal text files. more>>
PlainDoc (pd2tex) document production system allows you to write documents as normal text files. pd2tex tool converts the plain text files to:
- TeX which then gets converted to pdf (you need pdflatex tool installed)
- DocBook (dbx) which can be fed to various tool chains (not supplied) to generate pdf and html
- flat HTML (entire document in one HTML file)
- multipage HTML (each section as its own HTML file)
PlainDoc system was developed by Sampo Kellomaki from around 2002 onwards with the aim of solving document editing problems for writing:
- IT specifications documents
- software product manuals and documentation
- scientific and research papers
- legal documents
- presentation slides
Some of the goals were:
- document source is the plain text representation, no separate conversion needed
- documents are intuitive to write and understand
- getting a neophyte to a reasonable level of productivity and achievement should be easy. A college freshman should be able to use PlainDoc after 1 hour training, provided that all the tool chains have already been installed
- it must be very difficult to fatally corrupt a document; fixing corruption should be as simple as editing the file
- it must be possible to do diffs between versions of the document
- using cvs should be well supported (helps to avoid fatal loss of document, too)
- enable use of plain text productivity environments like emacs(1)
- the PlainDoc system MUST be serious enough to produce most any type of document and thus end the need to use any other system
- typeset quality output in paper and web formats
PlainDoc has now (Oct, 2004) been around for more than two years and it has been successfully used to produce:
- major IT specifications conforming to formatting rules (70 page range)
- research papers and theses conforming to formatting rules (200 page range)
- product manuals (500 page range)
- legal documents and contracts conforming to formatting rules
PlainDoc acknowledges its LaTeX legacy and does not aim at WYSIWYG (except in plain text document production, of course :-) however we are not totally against visual formatting either. Thus many hooks for accessing the underlying document formatters capabilities have been made available, such as:
- direct entry of TeX code
- direct entry of DocBook code
- direct entry of HTML code
These should allow you to get your job done without the system philosophy standing too much in the way, while for most part leveraging the automatic formatting of standard constructs.
<<less
Download (0.10MB)
Added: 2006-04-13 License: GPL (GNU General Public License) Price:
1290 downloads
Hikarunix 0.4

Hikarunix 0.4


Hikarunix is a Linux live CD based on Damn Small Linux and dedicated to Go - a popular Asian strategy game. more>>
Hikarunix linux is a Live Linux CD distribution. Any PC that can boot to CD can boot to Hikarunix instead of the computers regular operating system. Since it boots entirely in RAM and only borrows the peripherals, Hikarunix doesnt touch the host machine at all.
Shut the machine down, pop the CD out, reboot and youll find yourself back with the same old OS that you started with. No installation or partitioning necessary. The fact that it fits on a pocket sized miniCD and can boot on just about any machine makes it extremely portable. Internet cafes, Library computers, a borrowed laptop can all be your personal, temporary Go workstation. If you wish you can also install it to your harddrive.
The name was inspired by the Japanese manga and anime series Hikaru No Go. Its about the world of Professional Go as seen by Junior High School student Hikaru and his ghost Go mentor Sai. Its a lot better then I make it sound, besides, admit it, reading comics is still fun. Pick up a copy of the English translation of the comic here.
Hikarunix itself and any additions Ive made are covered by the GNU General Public License, although the individual packages installed in Hikarunix retain their original licenses. This means that Hikarunix is entirely free. Feel welcome to make copies for your friends, family and co-workers, start a Go club and hand it out to all members. I put this CD together to open this great game to a wider audience, so the more copies that are out there the better.
Hikarunix will always be free, but if youd like to contribute to the cause you might consider donating to the project. You can also pick up an "official" miniCD, a Hikarunix USB drive, or a plethora of mugs and tshirts from our store. I also an just a beginner at Go and am still terrible at the game. If anyone would like to donate a Go lesson I can be found on most Go servers as t1ckt0ck.
Enhancements:
- firefox updated to 1.0.6 with support for Chinese/Japanese/Korean fonts
- Kogos Joseki updated to 27.Mar.2005
- Local snapshot of Senseis Library updated to 3.Jan.2005
- GNUGo updated to 3.7.4
- Jacoto 1.2.15 added as primary SGF manager
- Quarry updated to 0.1.14
- CGoban updated to 2.6.12
- sgf2misc updated to 2.9.2
- simple GUIs for easier access to sgf2misc, sgfmerger, and sgfsplit
- GoGrinder updated to 1.11
- Jago updated to 4.6
- PANDA-glGo updated to 1.3.1
- qGo updated to 1.0.2
- K3s UGF/SGF/NGF Conversion tool added
- Now over 9300 Go Problems (3400+ than 0.3)
- Now over 8500 Game records (2600+ than 0.3)
- Simplified/Traditional Chinese, Japanese, and Korean locales and fonts (experimental)
<<less
Download (202.6MB)
Added: 2005-11-22 License: GPL (GNU General Public License) Price:
1445 downloads
College Linux 2.5 (Obi Wan)

College Linux 2.5 (Obi Wan)


College Linux is CollegeLinux a new, stand-alone operating system based on Slackware. more>>
The aim of this experimental Linux distribution is to provide to RKC students andto the student population at large an operating system which is easy to install and use and which provides an alternative to the traditional commercial operating systems ;) Why Slackware as a base?
As they themselves put it, "The Official Release of Slackware Linux by Patrick Volkerding is an advanced Linux operating system, designed with the twin goals of ease of use and stability as top priorities.
Including the latest popular software while retaining a sense of tradition, providing simplicity and ease of use alongside flexibility and power, Slackware brings the best of all worlds to the table. "CollegeLinux can benefit from the stability of slackware now made easy with our user friendly installer and interface.
The basic concept of CollegeLinux is to provide you with an alternative, user-friendly operating system and a way to learn more using linux. Whilst maintaining simplicity and a user friendly system, we want to introduce our users to more advanced features and why not, to maintain the "geek" side of linux by providing an excellent development environment.
Thanks to the great environment and suite of free software provided by KDE.Once you have installed CollegeLinux you can do the normal tasks you used to accomplish under your "old" OS namely:
- Using an office suite which containts an advanced text editor,spreadsheet, presentation tool, chart, scientific calculator and much more (thanks to OpenOffice, you can modify your windows documents or save your new documents in a windows compatible format like .doc, .xls etc);
- Organizing your work/study task with calendar, task manager and everything you might need to cope with your busy life;-Having available an email suite, browsers, html editor, graphic software,music and multimedia tools and much more.
-Development & Server environment: The new CollegeLinux 2.5. comes with a "robot" to auto install and configure on the fly PHP,Apache, Webmin and MySQL on the fly: your complete development environment. If you always wanted to learn some programming this is your chance. With our tools and the full manual at dotgeek you can start learning PHP with collegelinux and test your first scripts locally.
- Installing and upgrading any of the available packages via a slapt get based, easy to use interface. The expandibility of CollegeLinux is therefore limited only by your own imagination!
Enhancements:
- Full compatibility with Slackware 9.1 ;
- CollegeLinux server robot: install & configure automatically (almost no question asked) Apache, PHP, MySQL, SQLite, Webmin and Phpmyadmin (mysql front end) and SQLiteManager (sqlite frontend) your complete server & development environment;
- CL auto-update engine: slapt-get based(special thanks to Jason Woodward ) integrated with a Konqueror front end. You can now update on the fly every package or the entire distribution.
- Our own Installer substantiall upgraded, more hardware supported.
- Direct connect file sharing, latest kde, openoffice and much more.
<<less
Download (601MB)
Added: 2005-04-06 License: GPL (GNU General Public License) Price:
1670 downloads
Visualization Toolkit 5.0.3

Visualization Toolkit 5.0.3


Visualization ToolKit (VTK) is an open source, freely available software system for 3D computer graphics, image processing. more>>
The Visualization ToolKit (VTK) is an open source, freely available software system for 3D computer graphics, image processing, and visualization used by thousands of researchers and developers around the world. Visualization Toolkit consists of a C++ class library, and several interpreted interface layers including Tcl/Tk, Java, and Python.
Professional support and products for VTK are provided by Kitware, Inc. VTK supports a wide variety of visualization algorithms including scalar, vector, tensor, texture, and volumetric methods; and advanced modeling techniques such as implicit modelling, polygon reduction, mesh smoothing, cutting, contouring, and Delaunay triangulation. In addition, dozens of imaging algorithms have been directly integrated to allow the user to mix 2D imaging / 3D graphics algorithms and data.
The design and implementation of the library has been strongly influenced by object-oriented principles. VTK has been installed and tested on nearly every Unix-based platform, PCs (Windows 98/ME/NT/2000/XP), and Mac OSX Jaguar or later.
Many resources exist to help you utilize the full potential of VTK in your application area. These resources include:
Mailing List: Over 1900 users are subscribed to this list. A great place to post questions, and search for answers.
VTK Textbook: The Visualization Toolkit, An Object-Oriented Approach To 3D Graphics, 3rd edition, ISBN 1-930934-12-2, now published by Kitware. This is a great book to read if you want to learn the details of the visualization algorithms and data structures. The book is often used as a college text in visualization and graphics courses.
VTK Users Guide: The Visualization Toolkit Users Guide, ISBN 1-930934-13-0, published by Kitware. This is the book to get if you want to learn how to install and use VTK.
ParaView Guide: The ParaView Guide, ISBN 1-930934-14-9, published by Kitware. ParaView is a turn-key visualization system build on top of VTK, and makes VTK easier to use with an interactive, point and click interface. ParaView also supports supercomputing applications, including tiled display and distributed parallel processing.
CMake: Mastering CMake, ISBN 1-930934-11-4, published by Kitware. CMake is the premier, cross-platform build system used to compile and link VTK. A useful book if you want to use VTK in your projects.
Support: A variety of support options are available ranging from the single point-of-contact Professional Subscription to get you up and running, to custom Site Support to help you develop your next product with VTK.
Enhancements:
- Many bugs were fixed, including fixes for memory leaks, array bounds errors, and stack overflows.
<<less
Download (7.9MB)
Added: 2007-05-02 License: GPL (GNU General Public License) Price:
922 downloads
JAdvisor 0.4.6

JAdvisor 0.4.6


JAdvisor project is a college class scheduler and course planner. more>>
JAdvisor project is a college class scheduler, course planner, and course search program.
It also allows college students to view their schedules graphically and create an optimal schedule.
Adapters are used to customize JAdvisor for your particular school.
Enhancements:
- SchoolAdapter throws new Exceptions
- Added SplitPanes to SchedulerUI and PlannerUI
- PlannerUI displays semester names
- Text Box bug fixed
- Scheduler UI bugfixes
- NCSU adapter bugfixes
- UNC adapter updated
<<less
Download (0.27MB)
Added: 2006-10-11 License: GPL (GNU General Public License) Price:
1110 downloads
The Manhattan Virtual Classroom 3.2

The Manhattan Virtual Classroom 3.2


The Manhattan Virtual Classroom is a course management system that runs on Linux and other Unix-like systems. more>>
The Manhattan Virtual Classroom is a stable, fast and effective course management system that runs on Linux and other Unix-like systems.
Its written entirely in the C programming language (fast! - light hardware requirements) and is 100% database-free (no MySQL administration, no tuning issues- simple!) Manhattan supports thousands of users at its Western New England College home, and at other colleges and schools around the world.
Its one of the best-kept secrets of the online learning world - a course management system "for the rest of us".
Main features:
- Provide your students with handouts, notices, lecture materials, interactive self-tests, and web sites to visit.
- Assign homework for your students to complete, receive the work they do in response to those assignments, and provide feedback.
- Issue multiple-choice, True/False, and short answer exams.
- Issue more involved exams where the students are expected to do their work offline, and submit their responses in the form of a word processing, spreadsheet, or other type of file(s).
- Exchange private messages with your students.
- Host discussions with the entire class, or with teams of students.
- Keep students apprised of their grades.
- Issue surveys to your students and collect the results.
- Engage in live online "chats" with your students.
- Track which students are using the system and when.
<<less
Download (4.1MB)
Added: 2006-10-31 License: GPL (GNU General Public License) Price:
1095 downloads
RBL Spam Daemon 0.0.4

RBL Spam Daemon 0.0.4


rblsd is a small, fast, SpamAssassin-compatible spam filter. more>>
rblsd is a small, fast, SpamAssassin-compatible spam filter. It filters mail by performing a series of RBL lookups on each message. This results in fast, accurate, low-load spam filtration. This can be used as a standalone, replacement for SpamAssassin, or as an secondary filter to increase mail throughput.
As for the folks here in collegeland, were getting to that point in the semester when we discover its the fifth week already, and midterms are coming up, and all of a sudden, weve got tests. I have nearly completed a major improvement to the internal loop (the backbone of the server), but dont use it right now, because clients wont time out (you should note that the development version in cvs is rarely usable for real mail, and sometimes it wont even run normally). Here are features that Im planning for the fifth release:
Compatibility with firedns To me, rblsd and firedns seem meant for each other. This is optional, of course, just be sure your OS has copy-on-write :-).
Multiple-user configurations, with flexible passwd files.
A "lite" version, that processes a single piece of mail from input. rblsd was designed for a high volume of mail, and is indeed optimized for this, but I could create a light-weight mail filter that uses the rich ruleset of rblsd for a less hardcore user.
The ability to record marked spam (in its unprocessed form) for any reason you may need a collection of spam mails (to train a smart filter perhaps? Vipuls Razor?)
Of course, a few new knobs to turn, in order to best reduce spam, based on your particular mail flow patterns.
And of course, performance improvements.
Hopefully this will get done by November. It is possible I may have to put this off till winter break, in which case, late December, at the latest. Ill try to give occasional progress reports, so check the site back if youre interested. Meanwhile, Im going to drift back into college life and prioritize my obligations there. Have fun out there in the real world!
Enhancements:
- Countless internal changes, clean-ups, and minor bugfixes made.
- Fixed support for new resolver libraries (BIND-9).
- spamc2 rebuilt from the ground up (built from SpamAssassins spamc).
- Cleaned up the appearance of the filtered messages.
- Improved hash table performance (faster responses).
- Documentation rewritten.
- Configuration file added (see rblsd.conf).
- Custom rules based on header IP addresses added.
- Support for blacklists and whitelists via SpamAssassin configuration file added.
- Network access rules added.
<<less
Download (0.15MB)
Added: 2006-07-10 License: GPL (GNU General Public License) Price:
1202 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5

lamson junior college in All Software

Junior Colleges & Technical Institutes Database 1.0.1


Oddity Software LLC - Junior Colleges & Technical ... Junior Colleges

Super Junior M Icon Set


coyote777 - Super Junior M Icon Set brings you a beautiful and well-designed collection whihc contains 10

DeskBeam Junior Capture 0.9.3 EAP


Kalamon Software - DeskBeam Junior Capture is developed to provide you with an

Murder at Milltown Junior College by John A. Broussard


IndiaNIC Infocom Limited - Murder at ... John A. Broussards MURDER AT MILLTOWN JUNIOR COLLEGE is packed to the last page with murder and

Animals iSpy - Junior 1.1


Toytek Ltd - Download this bilingual jigsaw puzzle for preschool kids (2+) This is