jups 0.2
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1665
jUPS 0.2
jUPS project is a Java class that implements MetaSystems Uninterruptible Power Supplies management protocol v1.12d. more>>
jUPS project is a Java class that implements MetaSystems Uninterruptible Power Supplies management protocol v1.12d.
It was successfully tested against:
Metasystem Megaline rack 2500
MetaSystem UPSes must be connected via a 3-wires serial cable to a PC where a serial-to-TCP tool must be installed
jUPS was written using Corey Minyards ser2net acting as a bridge between the serial port and a TCP socket.
The UPS-PC serial cable pinout is:
UPS PC
9 pin 9 pin 25 pin
male female female
2 --------------------------- 2 ----------- 3
3 --------------------------- 3 ----------- 2
5 --------------------------- 5 ----------- 7
ser2net needs to be configured to bridge the serial port with 2400,8N1 parameters to a TCP socket.
A working ser2net.conf file is:
9999:raw:600:/dev/ttyS0:2400 NONE 1STOPBIT 8DATABITS -XONXOFF -RTSCTS -LOCAL
This setup forwards serial port /dev/ttyS0 (COM1) as 2400,8N1 to local TCP port 9999
Quickstart
For a quickstart download the tarball and have a look at jUPStest.java.
Enhancements:
- The creation of a jUPSCommand for an empty jUPSPacket was fixed.
<<lessIt was successfully tested against:
Metasystem Megaline rack 2500
MetaSystem UPSes must be connected via a 3-wires serial cable to a PC where a serial-to-TCP tool must be installed
jUPS was written using Corey Minyards ser2net acting as a bridge between the serial port and a TCP socket.
The UPS-PC serial cable pinout is:
UPS PC
9 pin 9 pin 25 pin
male female female
2 --------------------------- 2 ----------- 3
3 --------------------------- 3 ----------- 2
5 --------------------------- 5 ----------- 7
ser2net needs to be configured to bridge the serial port with 2400,8N1 parameters to a TCP socket.
A working ser2net.conf file is:
9999:raw:600:/dev/ttyS0:2400 NONE 1STOPBIT 8DATABITS -XONXOFF -RTSCTS -LOCAL
This setup forwards serial port /dev/ttyS0 (COM1) as 2400,8N1 to local TCP port 9999
Quickstart
For a quickstart download the tarball and have a look at jUPStest.java.
Enhancements:
- The creation of a jUPSCommand for an empty jUPSPacket was fixed.
Download (0.043MB)
Added: 2006-12-20 License: LGPL (GNU Lesser General Public License) Price:
1038 downloads
pBeans 2.0.2
pBeans project is a Object/Relational (O/R) database mapping layer. more>>
pBeans project is a Object/Relational (O/R) database mapping layer. It is designed to be simple to use and automated.
The idea is that you save time and effort by simply focusing on writing Java classes, and not worrying about maintenance of matching SQL scripts, schema evolution, XML based schemas, or generating code. The pBeans framework takes care of persisting JavaBeans with little assistance from the developer.
Main features:
- Automatic Table Creation and Schema Evolution- Tables corresponding to JavaBean classes are created on demand. Field types are based, by default, on JavaBean compile-time types. Field type changes and new fields are detected. Manually changing tables (user-managed mode) is also supported.
- Based on Annotated JavaBeans- You define a getter and setter for each bean property. Persisent bean classes only need to be tagged with a @PersistentClass annotation.
- Transitive Persistence- If object A is persisted and it refers to Persistent object B, then object B is automatically persisted. If Persistent object C also refers to B, and C is also persisted, the record for object B in the database is not duplicated.
- Instance Consistency- If you retrieve an object from persistent storage that is already known to exist in main memory, you get a reference to the object in main memory. (Garbage collection is allowed to happen via weak references.)
- Near-Zero Configuration- There is no need to define schemas or anything of the sort in a language other than Java, and there are no code generation steps of any kind. No XML or SQL need to be written, except the necessary to create a database and grant user permissions. However, you can instruct pBeans to let you manage database modifications manually.
- Database features- Transactions and auto-increment IDs (MySQL only) are now supported.
- Flexibility- Via annotations users are allowed to define their own table and field names, the name of the primary key, whether fields are nullable, whether tables are user-managed (not automatically modified), table indexes, unique or otherwise, whether unused fields should be deleted, whether a field is nullable, whether it is renamed from another field (to prevent loss of data when a property is renamed), etc.
- Servlet support- A pBeans store may be easily configured using servlet context parameters (see ServletAccess.)
<<lessThe idea is that you save time and effort by simply focusing on writing Java classes, and not worrying about maintenance of matching SQL scripts, schema evolution, XML based schemas, or generating code. The pBeans framework takes care of persisting JavaBeans with little assistance from the developer.
Main features:
- Automatic Table Creation and Schema Evolution- Tables corresponding to JavaBean classes are created on demand. Field types are based, by default, on JavaBean compile-time types. Field type changes and new fields are detected. Manually changing tables (user-managed mode) is also supported.
- Based on Annotated JavaBeans- You define a getter and setter for each bean property. Persisent bean classes only need to be tagged with a @PersistentClass annotation.
- Transitive Persistence- If object A is persisted and it refers to Persistent object B, then object B is automatically persisted. If Persistent object C also refers to B, and C is also persisted, the record for object B in the database is not duplicated.
- Instance Consistency- If you retrieve an object from persistent storage that is already known to exist in main memory, you get a reference to the object in main memory. (Garbage collection is allowed to happen via weak references.)
- Near-Zero Configuration- There is no need to define schemas or anything of the sort in a language other than Java, and there are no code generation steps of any kind. No XML or SQL need to be written, except the necessary to create a database and grant user permissions. However, you can instruct pBeans to let you manage database modifications manually.
- Database features- Transactions and auto-increment IDs (MySQL only) are now supported.
- Flexibility- Via annotations users are allowed to define their own table and field names, the name of the primary key, whether fields are nullable, whether tables are user-managed (not automatically modified), table indexes, unique or otherwise, whether unused fields should be deleted, whether a field is nullable, whether it is renamed from another field (to prevent loss of data when a property is renamed), etc.
- Servlet support- A pBeans store may be easily configured using servlet context parameters (see ServletAccess.)
Download (1.3MB)
Added: 2007-04-25 License: GPL (GNU General Public License) Price:
912 downloads
Kxmms 0.2
Kxmms is a KDE dock application for XMMS. more>>
KXMMS is a small dock app for XMMS.
It sits in the KDE dock and waits for you to click on some of those buttons, which are like those on XMMS.
<<lessIt sits in the KDE dock and waits for you to click on some of those buttons, which are like those on XMMS.
Download (0.16MB)
Added: 2005-04-21 License: GPL (GNU General Public License) Price:
1649 downloads
skMpd 0.2
skMpd is a Music Player Daemon (mpd) client for superkaramba. more>>
skMpd is a Music Player Daemon (mpd) client for superkaramba. This is my first one.
If you have any comment, I would like to have them. Thanks.
<<lessIf you have any comment, I would like to have them. Thanks.
Download (0.018MB)
Added: 2006-06-27 License: GPL (GNU General Public License) Price:
1214 downloads
VocabPlus 0.2
English Vocabulary builder for Unix terminals. Supports Adding/Editing/Deleting/Searching words, and Vocaublary Tests. more>>
Vocab+ is basically an English Vocabulary building software, for the UNIX environment. Features include adding/deleting/editing/searching words, and an extensive set of randomized and controllable tests of vocabulary.
VocabPlus is very useful for those who are mainly working in the UNIX environment, and who love to work with software in the keyboard mode. It is a very robust, useful and user-friendly software.
It supports colorful displays and interfaces, while still being completely text (non-graphical) based. It is free software, protected under the GNU General Public License.
<<lessVocabPlus is very useful for those who are mainly working in the UNIX environment, and who love to work with software in the keyboard mode. It is a very robust, useful and user-friendly software.
It supports colorful displays and interfaces, while still being completely text (non-graphical) based. It is free software, protected under the GNU General Public License.
Download (0.035MB)
Added: 2006-04-14 License: Freeware Price:
1288 downloads
Jscroll 1.0.2
JScroll is a swing component for Java that provides a virtual desktop pane. more>>
JScroll is a swing component for Java that provides a virtual desktop pane.
It provides a virtual desktop replete with dynamic scroll bars, dynamic menus, and dynamic button shortcuts.
The JScrollDesktopPane class surmounts the limitations of the original JDesktopPane Swing component, offering a solution to the clipping and overlap problems inherit to said component, and mimics the interface of the original JDesktopPane to provide an easy upgrade path.
It provides a scrolling MDI desktop, one of the most requested features to the Java JDK.
<<lessIt provides a virtual desktop replete with dynamic scroll bars, dynamic menus, and dynamic button shortcuts.
The JScrollDesktopPane class surmounts the limitations of the original JDesktopPane Swing component, offering a solution to the clipping and overlap problems inherit to said component, and mimics the interface of the original JDesktopPane to provide an easy upgrade path.
It provides a scrolling MDI desktop, one of the most requested features to the Java JDK.
Download (0.024MB)
Added: 2006-09-27 License: GPL (GNU General Public License) Price:
1123 downloads
UDE 0.2.9b
UDE, the Unix Desktop Environment, is a new GUI for Linux. more>>
The UDE-Project is creating a new WM which will be a complete GUI in future. The project does not use any special GUI-Libraries such as QT or GTK+.
We just use the standard Xlibs (both to keep UDE fast and slim and to avoid dependencies).
UDE has a completely original LooknFeel, its not just another copy of the so well known "classical" window management user interface.
<<lessWe just use the standard Xlibs (both to keep UDE fast and slim and to avoid dependencies).
UDE has a completely original LooknFeel, its not just another copy of the so well known "classical" window management user interface.
Download (0.44MB)
Added: 2005-08-12 License: GPL (GNU General Public License) Price:
1534 downloads
Umimon 0.2
Umimon is a Karamba System Monitor. more>>
Umimon is a Karamba System Monitor, part of the Umicon Theme inspired by Manhattans Umicon icons that includes:
BootSplash - (umicon-bootsplash) http://www.kde-look.org/content/show.php?content=35509
KSPLASH - (umicon-splash) http://www.kde-look.org/content/show.php?content=35510
Background - (umicon-background) included in the Ksplash
Icons - (Umicons 2.0 - ported by norbalin) http://www.kde-look.org/content/show.php?content=7214
Login Manager - (umicon-background)
KDM Theme - (umicon-KDM)
Karamba - (umimon) http://www.kde-look.org/content/show.php?content=35196
Enhancements:
- added cpu temp and usage graph. Also tweeked the hd text some.
<<lessBootSplash - (umicon-bootsplash) http://www.kde-look.org/content/show.php?content=35509
KSPLASH - (umicon-splash) http://www.kde-look.org/content/show.php?content=35510
Background - (umicon-background) included in the Ksplash
Icons - (Umicons 2.0 - ported by norbalin) http://www.kde-look.org/content/show.php?content=7214
Login Manager - (umicon-background)
KDM Theme - (umicon-KDM)
Karamba - (umimon) http://www.kde-look.org/content/show.php?content=35196
Enhancements:
- added cpu temp and usage graph. Also tweeked the hd text some.
Download (0.10MB)
Added: 2006-06-23 License: GPL (GNU General Public License) Price:
1219 downloads
comics 0.2
comics is a simple karamba application to fetch daily comic strip to your desktop. more>>
comics is a simple karamba application to fetch daily comic strip to your desktop. It currently fetches dilbert, garfield, calvin, peanuts ....
And its easy to add more strips... just edit comics.sh and strip.py
<<lessAnd its easy to add more strips... just edit comics.sh and strip.py
Download (0.024MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1188 downloads
JIndex 0.2
JIndex is a beagle clone. more>>
JIndex is a beagle clone. It tries to mimic the functionality of Beagle. JIndex is written in Java.
Format support:
- Music (Mp3)
- Documents (PDF, Doc, Openoffice formats)
- Images
- IM conversations
<<lessFormat support:
- Music (Mp3)
- Documents (PDF, Doc, Openoffice formats)
- Images
- IM conversations
Download (17.8MB)
Added: 2006-02-23 License: LGPL (GNU Lesser General Public License) Price:
1338 downloads
JoyWM 0.2.0
JoyWM is a GUI written in pygame. more>>
JoyWM is a GUI written in pygame. JoyWM can be controlled with a joystick (or a keyboard if no joystick is present).
For now a few applications are available for displaying images, listing to various audiofiles and your CDs, playing movies etc. Just take a look at the screenshots to get a closer view.
The complete project was named LMMS (Linux Multimedia System) earlier, but so many things have changed that i have deceided to change the name too.
Enhancements:
- The program was renamed from LMMS to JoyWM.
- All widgets were cleaned up. mplayer is now used to handle all audio and video files instead of pymedia.
<<lessFor now a few applications are available for displaying images, listing to various audiofiles and your CDs, playing movies etc. Just take a look at the screenshots to get a closer view.
The complete project was named LMMS (Linux Multimedia System) earlier, but so many things have changed that i have deceided to change the name too.
Enhancements:
- The program was renamed from LMMS to JoyWM.
- All widgets were cleaned up. mplayer is now used to handle all audio and video files instead of pymedia.
Download (1.3MB)
Added: 2007-07-04 License: GPL (GNU General Public License) Price:
842 downloads
wmtrash 0.2
wmtrash is a simple yet useful trash dockapp. more>>
wmtrash is a simple yet useful trash dockapp :
-left click : browse trash,
-double right click : empty trash.
Trash icon can be change from config file.
<<less-left click : browse trash,
-double right click : empty trash.
Trash icon can be change from config file.
Download (0.038MB)
Added: 2006-10-25 License: GPL (GNU General Public License) Price:
1095 downloads
ASBeats 0.2
ASBeats is a simple beats clock. more>>
ASBeats is a simple beats clock.
Enhancements:
- Higher resolution, 3 decimals
- Cleanup of the .xpm files
- Added this file
- Cleanup of README, also added TODO section
<<lessEnhancements:
- Higher resolution, 3 decimals
- Cleanup of the .xpm files
- Added this file
- Cleanup of README, also added TODO section
Download (0.014MB)
Added: 2006-10-03 License: GPL (GNU General Public License) Price:
1116 downloads
Banihstypos 0.2
Banihstypos (yes, that is the name) is a simple game to teach you typing, FAST. more>>
Banihstypos (yes, that is the name) is a simple game to teach you typing, FAST.
The project helps you improve your typing by letting you type in a randomly selected word which scrolls by on the screen at an increasing speed. If the word hits the laser, youll loose points.
Enhancements:
- fixed a incorrect declared array
- the first word was always the same
- counting of correctly typed words was incorrect
<<lessThe project helps you improve your typing by letting you type in a randomly selected word which scrolls by on the screen at an increasing speed. If the word hits the laser, youll loose points.
Enhancements:
- fixed a incorrect declared array
- the first word was always the same
- counting of correctly typed words was incorrect
Download (0.009MB)
Added: 2007-05-30 License: GPL (GNU General Public License) Price:
879 downloads
Openspace 0.2.0
Openspace is powerful, flexible, and utterly configurable file manager for UNIX systems, written using the FOX toolkit. more>>
Openspace is flexible, powerful and utterly configurable file manager for UNIX systems, written using the FOX toolkit.
Main features:
- Support for two panel view and single panel view
- Graphically configurable, you dont need to look at configuration file (but you can, it is written in XML)
- Powerful file recognition system allows you to configure how files of different types are shown (with colors and icons), and what happens when you doubleclick them
- Option for automatic configutation after first run
- Internal support for most file operations (copy, move, rename, makedir etc)
- Long operations are run in separated thread like for example copying/moving you can use program during this process
- Open Source software licensed under the GNU General Public License
- Extensibility two types of plugins you can download and install them easily from configuration menu in program
- Virtual File System plugins adds supports for file systems like ftp, compressed files (tar.bz2,tar.gz) you can use them like local files
- Commands plugins contain new commands with GUI
- Drag and Drop support compatible with KDE and GNOME applications
- Fast
- Thumbnails support
- Copy and paste
- Very fast and comfortable moving through directories
- Three icons display modes: big icons, small icons and details
- Add new commands, change existings
<<lessMain features:
- Support for two panel view and single panel view
- Graphically configurable, you dont need to look at configuration file (but you can, it is written in XML)
- Powerful file recognition system allows you to configure how files of different types are shown (with colors and icons), and what happens when you doubleclick them
- Option for automatic configutation after first run
- Internal support for most file operations (copy, move, rename, makedir etc)
- Long operations are run in separated thread like for example copying/moving you can use program during this process
- Open Source software licensed under the GNU General Public License
- Extensibility two types of plugins you can download and install them easily from configuration menu in program
- Virtual File System plugins adds supports for file systems like ftp, compressed files (tar.bz2,tar.gz) you can use them like local files
- Commands plugins contain new commands with GUI
- Drag and Drop support compatible with KDE and GNOME applications
- Fast
- Thumbnails support
- Copy and paste
- Very fast and comfortable moving through directories
- Three icons display modes: big icons, small icons and details
- Add new commands, change existings
Download (2.4MB)
Added: 2006-04-09 License: GPL (GNU General Public License) Price:
1294 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above jups 0.2 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed