Main > Free Download Search >

Free room 1407 software for linux

room 1407

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 188
GeoQO 0.7

GeoQO 0.7


GeoQO project is a geographical waypoint management software. more>>
GeoQO project is a geographical waypoint management software set that lets you manage your geocaches and other types of geographical data.
- geoqo: The command line interface to your data
(this is likely what most people need).
- GeoDB: The perl module interface which geoqo is built on top of.
(Programmers may wish to use these modules too).
Note/Warning: This is a work in progress. There are many more features than are currently documented (Im working on it; be patient). If you have questions, stop by the #geocache IRC chat room and Id be happy to answer questions. Or even better, write the mailing list and I or someone else will help you.
Enhancements:
- Geocaches can be rated and ratings can be sent to and retrieved from a rating server.
- Perl can be directly embedded within scripts.
- The top10 module can do averages as well as call scripts on each result.
- Improved GUI support.
- Other miscellaneous improvements and changes.
<<less
Download (0.11MB)
Added: 2007-04-10 License: GPL (GNU General Public License) Price:
928 downloads
Room Juice 0.3.1

Room Juice 0.3.1


Room Juice is a multi-user jukebox web application. more>>
Room Juice is a multi-user jukebox web application. So its basically an mpg321 / madplay / ogg123 / mikmod / xmp / whatever front end. Its designed to be simple to use and understand, and hopefully, not too difficult to install. The main way to listen to the music is locally, but by using a program such as darkice and icecast (listed below), you can stream the music to other people as well.

I wrote it because all other jukebox programs out at the time seemed inadequate in some sense or another, and I wanted something better, something that I could improve upon. Room Juice is developed under linux, but I dont see why you couldnt use it on other flavors of unix. A windows port wouldnt be easy because of the codes reliance on command line utilities ( mpg321 / mp3info / madplay / ogg123 / ogginfo / mikmod / xmp / locate ). Its GPLd though, so do what you want with the code.

Basically you hit a web page, browse/search music files, add them to the playlist, or remove them. Hit play, the music starts. Hit stop, the music stops. Hit veto and the current song is stopped, a corny sound effect plays (or doesnt if you wish), and music continues on with the next song. The fun part is that you can give permissions by IP. The default is to give myself (192.168.1.*) absolute access; control of the music player, add, remove songs, and veto. While the rest of the world has access to browse my music and add songs to my playlist. All of this can, of course, be configured.

This application is great for multiple people in the same room (or irc channel if you want to stream it). The inspiration basically came from the movie "Empire Records" where characters in the movie would play music, and each had one veto a day. Currently everybody has unlimited vetos, mainly because I find the limitation of one veto a day annoying. BTW, if anyone can record me a clean sounding Empire Records "siren/scratch" sound effect, please do so!

<<less
Download (0.12MB)
Added: 2007-02-03 License: GPL (GNU General Public License) Price:
999 downloads
pMH 1.0.0

pMH 1.0.0


phpMyHotels is a general purpose reservation engine. more>>
phpMyHotels is a general purpose reservation engine featuring plugins that define availability, searches, and resource management tools.
It also features a complete properties promotion and advertising tool.
phpMyHotels is a plug-in based general purpose online reservation platform.
It features booking services (plugged-in), content publishing, affiliate users managing.
Its implemented with PHP Fusebox 3 framework over an XML-based multi-tier architecture.
Enhancements:
- This is the first stable release.
- It features an availability and reservation engine, a property manager, a resource manager, administration panels, almost full reports, a hotel room plug-in, multilanguage support, PDF voucher generation, user managing and authentication features, SSL support, an affiliation report, noshow options, MySQL/PostgreSQL support, and concurrency safe transactions.
<<less
Download (0.88MB)
Added: 2005-08-20 License: GPL (GNU General Public License) Price:
1531 downloads
twofish 1.0

twofish 1.0


twofish is a secure command line encryption tool that allows ZLIB compression, base64 encoding and variable size keyfiles. more>>
twofish is a secure command line encryption tool that allows ZLIB compression, base64 encoding and variable size keyfiles.

Its nicely written and there is room for improvements.

I have written other file encryption programs pretty much just like this one but this one is the best one i have written. Its not the well written probably but i like it.
<<less
Download (0.25MB)
Added: 2006-11-13 License: GPL (GNU General Public License) Price:
1088 downloads
ErisMUD 0.4

ErisMUD 0.4


ErisMUD is a MUD/MOO server/engine written in Python. more>>
ErisMUD is a MUD/MOO server/engine written in Python on top of SQLite. It currently supports many features and easy internal commands take care of the development and maintenance. Released under the GPL and 100% free.
Main features:
- Equipment and inventory for Players & NPCs
- Chat system
- Add new rooms with a single command
- Custom exits
- File logging
- Command aliases
- Player stats
- Help system
- Easy maintenance commands
- Optional ANSI colors
- Skills system
- Damage/healing system
Enhancements:
- Now with THREADING. Make sure your Python version supports threads.
- Most player actions now give a message to other users in the room.
- Fixed yet another login bug that looped over email/stats creation.
- Basic skills framework added.
- loiter command added, which depends on the Loitering skill to work.
- skills command added.
- Trapped emotes without arguments.
- Basic health/damage system added. Proof-of-concept maim command added.
<<less
Download (0.023MB)
Added: 2005-07-18 License: GPL (GNU General Public License) Price:
1561 downloads
Twocan 2002-01-07

Twocan 2002-01-07


Twocan provides a chat server in the style of ewtoo. more>>
Twocan provides a chat server in the style of ewtoo.
Twocan is a chat server that supports libz compression for connections. It also has real terminal support using termcap/ncurses and is extremely easy to configure.
To get the code to compile you should just be able to go into the src/ dir and type ./unixmake and type site at the prompt and then press return at the next prompt.
When you boot the program for the first time its configured to come up on a "random" port which it will display on the screen, you can change this (as well as most other things) by using the "configure" command as an admin after you logon.
To get a higher admin character you need to logon as the name "root" then type "su" twice (once to resident them and the second time to give them higher admin privs).
The name "Root" is the value of player_name_admin in the configure command (youll probably want to change it).
To create a system room youll need to grant a character the system room priv and then run the commands "room system_create" and "configure room_main" (the last to make the room the default main room ... although youll also want to invite everyone into the room, or they wont be able to get in).
Enhancements:
- The header wasnt being included because it used the same variable as the include header, doesnt really affect anything.
- backups_run.in: Spelling mistake.
- AUTHORS: Changed email address for richard sibley.
- make_talker_build.sh: Do ./pre_configure on the libs
- Removed the bit about ignore not existing, because it does.
<<less
Download (1.3MB)
Added: 2007-04-17 License: LGPL (GNU Lesser General Public License) Price:
920 downloads
Cultbooking 1.1.0

Cultbooking 1.1.0


Cultbooking is a hotel booking system. more>>
Cultbooking project is a hotel booking system.
Via a central API called CultSwitch, it is possible to make bookings and set the actual availabilities in the hotels PMS.
Enhancements:
- added session function to avoid reduplicate reservations
- added a new table errortext into the database ota_object_description and changed the scripts cancel.php and confirm.php to support for displaying the contents of errors
- modified the function send_xml_data in the file cb_funtionen_inc.php to connect with the new Cultswitch, the central API, which is now implemented in Java.
- added a function in Javascript to check the consistency between the numbe of the guests and the occupancy of the room(s).
- the detailed information of the hotel including the description of hotel or room can be displayed not only in English but also in German.
<<less
Download (0.71MB)
Added: 2007-05-07 License: GPL (GNU General Public License) Price:
900 downloads
Fair DJ 1.0.0

Fair DJ 1.0.0


Fair DJ is an Mserv-compatible music server designed to play music in a room with several users sharing a set of speakers. more>>
Fair DJ is an Mserv-compatible music server designed to play music in a room with several users sharing a set of speakers.

The users can rate songs, and Fair DJ selects songs using these ratings and a fairness algorithm to ensure that everybody is happy.

FairDJ is an extended version of Mserv, written in the Java programming language.

Installation:

Starting fairdj for the first time will create a settings file in your users home directory. FairDJ will print out a helpful location message specifying the path to this file. Since you most likely want to edit this file before starting Fair DJ for real, weve included a helpful install option which simply exits after creating the settings file.

Start FairDJ with the following command line:

java -jar fairdj.jar -install

FairDJ should exit after logging a message specifying where the settings file was written. To specify another location for this settings file, use the settings option:

java -jar fairdj.jar -settings < settings file >

Edit the settings file by hand, using your favourite XML/Text editor, to point to wherever you want to store your ratings, where your music is, and where your user database should be. The settings file is fairly well commented and should provide you with the information you need to configure your Fair DJ installation. The new user database will be empty, and only the default user and password, as specified in the settings file, will be valid.

To get help on the available options, use the help option:

java -jar fairdj.jar -help [< option >]

To connect to FairDJ, connect with a telnet client to the specified port (default 4444), for example:

telnet localhost 4444

Log in with your default user and password. To get help on the available commands in FairDJ, type "help" followed by enter in the telnet client.

Start by creating a superuser (master), and a user for yourself. They can be the same if you want to. Here is an example:

create myuser mypass MASTER

If you need further assistance, please check out the forum at: http://hirt.se/php/phpBB2/index.php

Known issues:
* Ogg tag support has not been verified.
* Equalizer has not been implemented.
<<less
Download (2.8MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
1219 downloads
CitrusDB 1.1.4

CitrusDB 1.1.4


CitrusDB is a Web-based customer database application that uses PHP and a database backend to keep track of customer information more>>
CitrusDB is an open source customer database application that uses PHP and a database back-end (currently MySQL).
This software can keep track of customer information, CRM, services, products, billing, and customer service information. The program will run on any PHP enabled web server.
This software is now in beta. There is still alot of room for tweaking code and making things more streamlined, a whole lot of room. The code of CitrusDB might even be able to be used now for something other than to play around with, but since its beta I wont recommend using it in production yet. For long time users, please note that the initial login name has changed from "test" to "admin" now!
Main features:
- modular functions to allow new pieces to work along side base functions
- security and password access to database on a per user level
- track modifications to customer records made by the database user
- keep general info, mailing address, billing address, and billing info about each customer
- able to assign multiple (unlimited?) services or products to a customer record
- add custom fields for services/product information
- trouble tickets / individual and department notifications
- import / export feature to send billing data back and forth to card processing software
- import from online order data (or online order component)
- search by specified fields
- easy to add and modify services/products
- ability to invoke remote commands to talk to other servers for billing queries, user lookups, etc.
- bill credit card and invoice for monthly, setup fee, onetime charges, 6 month, yearly, etc. billing cycles
- ability for different billing types to be assigned to each product or service that one customer has
<<less
Download (1.1MB)
Added: 2007-06-29 License: GPL (GNU General Public License) Price:
851 downloads
wyoGuide 1.0.4

wyoGuide 1.0.4


wyoGuide is a guide and a tutorial for developing well-designed cross-platform applications. more>>
wyoGuide is a guide and a tutorial for developing well-designed cross-platform applications. Where possible any guideline is accompanied with sample code. The included fully working demo application applies all these guidelines and is well suited as a starting code base for your own projects.

wyoGuides main goal is to show how to develop the GUI of your application suitable for any platform. Development with these guidelines gives your application a professional set of base functionality. Application applying these guidelines should allow for ease of use, so a user might immediately feel comfortable.

There is no limitation to use these guidelines with other languages or with other frameworks. The only obstacle is you have to write any code yourself until somebody volunteers to submit code samples to wyoGuide. So far there is only code written in C++ using the wxWidgets framework.

wyoGuide is a work in progress which means not all functionality is specified yet. This leaves a lot of room for improvement if you feel so. wyoGuide is thought for helping you but its also thought for you to help others. Any suggestion for improvement is welcomed (see feedback). These guidelines should and hopefully will get to a state where they simply are just usable.

<<less
Download (0.13MB)
Added: 2006-02-13 License: Open Software License Price:
1349 downloads
nwfiir 0s

nwfiir 0s


Nwfiir audio tools is a free suite of console programs for your Unix machine to process high resolution digital audio. more>>
Nwfiir audio tools is a free suite of console programs for your Unix machine (Linux in particular) to process high resolution digital audio. The suites core program is nwfiir, which is a real-time digital equaliser. The name is a combination of the abbrevations FIR, IIR, WFIR and WIIR, that is four types of filters, Finite Impulse Response, Infinite Impulse Response and their warped counterparts. Currently only FIR and WFIR have been implemented in the application
The goal of room equalisation is to have a desired power response in the listening position. The desired response is most often the flat one, that is when all frequencies in the audible range, from 20 - 20000 Hz, are equally amplified. You may own very expensive speakers and amplifiers and so on, that will produce a flat power response, but only if it is placed in an anechoic lab environment. The room have a profound impact on the sound.
To minimise the problems, one can measure the power response in the listening position with a microphone, and with help of that put in a precisely tuned equaliser that minimises the rooms negative impact on the sound. Commercial systems exist for this (Roister, Tact Audio), however they are still very, very expensive. The software presented here is a a full room equalisation system, apart from the hardware which you may well own already anyway.
Enhancements:
- New component: fird, a FIR filter designer, however with no psycho-acoustic stuff yet.
- A quick hack: fconv, a fast convolver, ugly code lack of features and so on, but can be used to demonstrate how much faster fast convolution is than convolution in the time domain (which nwfiir does).
- Fixed some Makefile stuff.
<<less
Download (0.057MB)
Added: 2006-07-25 License: GPL (GNU General Public License) Price:
1188 downloads
OpenWrt 1.0 RC5

OpenWrt 1.0 RC5


OpenWrt is a Linux distribution for wireless routers. more>>
OpenWrt is a Linux distribution made for wireless routers. Instead of trying to cram every possible feature into one firmware, OpenWrt provides only a minimal firmware with support for add-on packages.
For users this means the ability to custom tune features, removing unwanted packages to make room for other packages and for developers this means being able to focus on packages without having to test and release an entire firmware.
Enhancements:
- Countless bugfixes, various security patches, improved Failsafe, faster installation (new firstboot script), a multilingual Web interface (Cesky, Deutsch, Dansk, Eesti, Espanol, Francais, Italiano, Norsk, and Polski), and ethernet switch configuration (/proc/switch).
<<less
Download (1.9MB)
Added: 2006-03-28 License: GPL (GNU General Public License) Price:
1314 downloads
eHomeConfigurator 1.4

eHomeConfigurator 1.4


eHomeConfigurator is a set of tools and an environment for supporting eHome systems and processes. more>>
The eHomeConfigurator is a tool for the automatic configuration of eHome systems.
The goal of this tool is to reduce the amount of human interaction neccessary to assemble and configure the components for an eHome.
The tool provides a graphical interface to enter the structure of your home, and select pre-defined services you want to run in this eHome. After this two easy steps it automatically shows which devices are needed in each room to fulfill this services and automatically configures the eHome gateway to run this services in way tailored to your home.
The eHome gateway software is built upon an OSGi framework (you can use a freely available OSGi Framework like Knopflerfish).
Enhancements:
- Extensive eHome model changes, a new service design, automatic service configuration and composition over functionalities, wizards for automatic configuration, an additional set of working eHome services (OSGi), and examples corresponding to the Ubicomp 2005 demo.
<<less
Download (18.5MB)
Added: 2005-10-13 License: LGPL (GNU Lesser General Public License) Price:
1478 downloads
Postal 2: Share the Pain DEMO 1407

Postal 2: Share the Pain DEMO 1407


Postal 2: Share the Pain DEMO is a FPS game for Linux. more>> <<less
Download (167.3MB)
Added: 2006-03-17 License: Freeware Price:
1015 downloads
PCJBot 0.5

PCJBot 0.5


PCJBot is a jabber bot written in Perl with PCJ. more>>
PCJBot is a jabber bot written in PCJ. It can do various things on a jabber multi-user chat (MUC) channel. PCJ means for POE::Component::Jabber, the bot uses this POE perl module to connect to a jabber server and a chat room.


Plugins include:
Bloglines
Cron
DNS lookups
Fortunes
Math
Spelling
Seen" nick
Spellcheck
URL repository
Weather lookup

<<less
Download (0.017MB)
Added: 2006-06-16 License: GPL (GNU General Public License) Price:
1227 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5