embeddable
OpenEJB 3.1.1
Embeddable and lightweight EJB 3.0 implementation more>> Embeddable and lightweight EJB 3.0 implementation
Apache OpenEJB is an embeddable and lightweight EJB 3.0 implementation that can be used as a standalone server or embedded into Tomcat, JUnit, TestNG, Eclipse, IntelliJ, Maven, Ant, and any IDE or application.
OpenEJB is included in Apache Geronimo, IBM WebSphere Application Server CE, and Apples WebObjects.
NOTE: OpenEJB is licensed and released under the Apache License Version 2.0.
Main features:
- Supports EJB 3.0, 2.1, 2.0, 1.1 in all modes; embedded, standalone or otherwise.
- JAX-WS support
- JMS support
- J2EE connector support
- Can be dropped into Tomcat 5 or 6 adding various JavaEE 5 and EJB 3.0 features to a standard Tomcat install.
- CMP support is implemented over JPA allowing to freely mix CMP and JPA usage.
- Complete support for Glassfish descriptors allowing those users to embedded test their applications.
- Incredibly flexible jndi name support allows you to specify formats at macro and micro levels and imitate the format of other vendors.
- Allows for easy testing and debugging in IDEs such as Eclipse, Idea Intellij or NetBeans with no plugins required.
- Usable in ordinary JUnit or other style test cases without complicated setup or external processes.
- Validates applications entirely and reports all failures at once, with three selectable levels of detail, avoiding several hours worth of "fix, recompile, redeploy, fail, repeat" cycles.
System requirements:
-
Enhancements
Major new features:
- TestCase Dependency Injection via @LocalClient
- Support for exposing a single interface as @WebService, @Remote, and @Local
- Support for alternate deployment descriptors for testing and other environments
Significant Improvements:
- Global "openejb:" jndi namespace
- Ability to use mappedName as a JNDI Name format
- Web service endpoints securable
- @EjbDeployment annotation as alternative to in openejb-jar.xml
- All openejb.* options and values logged on debug

Hex Fiend 2.0.0
Hex Fiend works great and has a friendly interface. more>>
Hex Fiend 2.0.0 works great and has a friendly interface.
Major Features:
- Insert, delete, rearrange. Hex Fiend does not limit you to in-place changes like some hex editors.
- Work with huge files. Hex Fiend can handle as big a file as you're able to create. It's been tested on files as large as 118 GB.
- Small footprint. Hex Fiend does not keep your files in memory. You won't dread launching or working with Hex Fiend even on low-RAM machines.
- Fast. Open a huge file, scroll around, copy and paste, all instantly. Find what you're looking for with fast searching.
- Smart saving. Hex Fiend knows not to waste time overwriting the parts of your files that haven't changed, and never needs temporary disk space.
- Data inspector. Interpret data as integer or floating point, signed or unsigned, big or little endian...
- Embeddable! It's really easy to incorporate Hex Fiend's hex or data views into your app. Its permissive BSD-style license won't burden you.
SymmetricDS 1.6.3
Platform-independent, web-enabled, and database-agnostic data synchronization/replication solution more>> Platform-independent, web-enabled, and database-agnostic data synchronization/replication solution
SymmetricDS is web-enabled, database independent, data synchronization/replication software. It uses web and database technologies to replicate tables between relational databases in near real time.
The software was designed to scale for a large number of databases, work across low-bandwidth connections, and withstand periods of network outage.
By using database triggers, SymmetricDS guarantees that data changes are captured and atomicity is preserved.
Support for database vendors is provided through a Database Dialect layer, with implementations for MySQL, SQL Server, PostgreSQL, HSQLDB, Oracle, and Apache Derby included.
Synchronization can be configured to push data (trickle-back) or pull data (trickle-poll) at an interval. SymmetricDS allows for 2-tier and even n-tier synchronization, such as the following:
- A farm of web server nodes fronting an enterprise-class general office database
- A handful of regional servers for synchronizing from the general office to remote geographical areas
- 1000(s) of store server nodes using a departmental class database to sync with a regional node
- 10(s) of Point of Sale (POS) register nodes using an embedded database to sync with a store server
Deployment options include the following:
- Web application archive (WAR) deployed to an application server such as Tomcat, Jetty, or JBoss
- Standalone service
- Embedded in an application
Main features:
- Data Channels - Table synchronizations are grouped into independent channels
- Guaranteed Delivery - Synchronized data is guaranteed to arrive at the target destination. If a synchronization fails, the same batch of data will be retried until it succeeds or manual intervention is taken. All other data synchronization is halted for the failed channel only.
- Transaction Aware - Data updates are recorded and replayed with the same atomicity
- Centralized Configuration - All configuration is downloaded from a central registration server
- Multiple Deployment Options - Standalone engine, web application, embedded software component
- Data Filtering and Rerouting - Allows for localized passwords and sensitive data filtering/routing
- HTTP Transport - Pluggable transport defaults to Representation State Transfer (REST-style) HTTP services
- Payload Compression - Optionally compresses data on transport
- Notification Schemes - Push (trickle-back data) or Pull (trickle-poll data) changes
- Symmetric Data Protocol - A fast streaming data format that is easy to generate, parse, and load
- Plug-In API - Add customizations through extensions and plug-in points
- Two-Way Table Synchronization - The same table can be synchronized both to and from the host system while avoiding update loops
- Database Versioning - Specify data synchronization by version of target database
- Auto Database Creation - Optionally allow creating and upgrading of database schema
- Embeddable - Small enough to embed or bootstrap within another application (i.e. a POS application)
- Multiple Schemas - Supports multiple database schemas naturally through the existence of Data Channels
- Primary Key Updates - Captures the "before" and "after" data being changed, allowing updates to primary key data
- Remote Management - Administration through a Java Management Extensions (JMX) console
- Remote Database Administration - SQL can be delivered and run at remote databases via the synchronization infrastructure
- Initial Data Load - Prepare the satellite database with an initial or recovery load of data

SQLite Manager for Firefox 0.5.0 Beta 5
SQLite Manager for Firefox 0.5.0 Beta 5 provides you with a powerful application which can help you manage all your sqlite databases using this lightweight extension for firefox, thunderbird, sunbird, seamonkey, songbird, komodo, flock etc. more>>
SQLite Manager for Firefox 0.5.0 Beta 5 provides you with a powerful application which can help you manage all your sqlite databases using this lightweight extension for firefox, thunderbird, sunbird, seamonkey, songbird, komodo, flock etc. This extension will be useful to developers who want to create and play with sqlite databases.
SQLite Manager is available as a XULRunner application too. The file with XR in its name is the zip of the XULRunner application. More and more developers will start using SQLite. To help them manage their databases through a Mozilla extension is the motivation behind this add-on extension.
SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. An SQLite database is a single ordinary disk file that can be located anywhere in the directory hierarchy.
Major Features:
- Dialogs for creation, deletion of tables, indexes, views and triggers
- Ability to rename, copy, reindex tables
- Ability to add and drop columns
- Create new db, open any existing db, copy an existing db
- Supports writing your own queries (single or multiple)
- Supports saving the queries with a name
- A tab for database settings (no need to write the pragma statements) where you can view and change the sqlite library settings
- Export tables/views as csv, sql or xml files
- Import tables from csv, sql or xml files
- A dropdown menu showing all profile db (.sqlite)
- An intuitive heirarchical tree showing all tables, indexes, views and triggers
- Ability to see the master tables
- Ability to see the temporary tables, indexes, views and triggers
- Ability to browse data from any table/view
- Dialogs to allow searching in a table/view
- Allows editing and deleting selected record while browsing a table's data
- Allows adding, saving and changing blob data
- An extensive menu that helps with writing sql by hand and then executing it
- Remembers the last used db, table and the tab (structure, browse & search, etc.) across sessions
Jaffer 0.05
Jaffer - Java-based AFP/TCP file server more>>
This program will act like a native Appletalk file server. You must run it as root to use Appletalks normal port 548. But its just as happy running on any unpriviledged port. To access shadow passwords, the server must be run as root.
Enhancements:
- Added samba-style config.
- Fixed resource forks.
BoomBot 0.9
BoomBot is an easy to use, high performance developers framework for writing a bot connecting to the AIM network. more>>
BoomBot 0.9 is an easy to use, high performance developer's framework for writing a bot connecting to the AIM network. It manages the network communication for the bots so that they can be easily written without worrying about AIM itself at all. Core personalities that hook directly into the application are written in Objective-C, but a personality to load Lua scripts exists. (And, of course, it is possible to write one for Perl, Python, or any other embeddable language!)
Requirements:
- Written and tested under OS X 10.4.10 (PPC and Intel)
- May work with earlier operating systems, but is untested.

SQLite Manager for Thunderbird 0.5.0 Beta 5
SQLite Manager for Thunderbird 0.5.0 Beta 5 offers you an excellent and must-have product which can help you manage all your sqlite databases using this lightweight extension for firefox, thunderbird, sunbird, seamonkey, songbird, komodo, flock etc. more>>
SQLite Manager for Thunderbird 0.5.0 Beta 5 offers you an excellent and must-have product which can help you manage all your sqlite databases using this lightweight extension for firefox, thunderbird, sunbird, seamonkey, songbird, komodo, flock etc. This extension will be useful to developers who want to create and play with sqlite databases.
SQLite Manager is available as a XULRunner application too. The file with XR in its name is the zip of the XULRunner application. More and more developers will start using SQLite. To help them manage their databases through a Mozilla extension is the motivation behind this add-on extension.
SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. An SQLite database is a single ordinary disk file that can be located anywhere in the directory hierarchy.
Major Features:
- Dialogs for creation, deletion of tables, indexes, views and triggers
- Ability to rename, copy, reindex tables
- Ability to add and drop columns
- Create new db, open any existing db, copy an existing db
- Supports writing your own queries (single or multiple)
- Supports saving the queries with a name
- A tab for database settings (no need to write the pragma statements) where you can view and change the sqlite library settings
- Export tables/views as csv, sql or xml files
- Import tables from csv, sql or xml files
- A dropdown menu showing all profile db (.sqlite)
- An intuitive heirarchical tree showing all tables, indexes, views and triggers
- Ability to see the master tables
- Ability to see the temporary tables, indexes, views and triggers
- Ability to browse data from any table/view
- Dialogs to allow searching in a table/view
- Allows editing and deleting selected record while browsing a table's data
- Allows adding, saving and changing blob data
- An extensive menu that helps with writing sql by hand and then executing it
- Remembers the last used db, table and the tab (structure, browse & search, etc.) across sessions

Ch Standard Edition 6.1
Ch Standard Edition is considered as an embeddable C/C++ interpreter designed for cross-platform scripting, shell programming, 2D/3D plotting, numerical computing, and embedded scripting. more>>
Ch Standard Edition 6.1 is considered as an embeddable C/C++ interpreter designed for cross-platform scripting, shell programming, 2D/3D plotting, numerical computing, and embedded scripting.
It is the most complete C interpreter in existence for scripting, plotting and numerical computing. It supports 1990 ISO C Standard (C90), major features in C99, classes in C++, POSIX, X11/Motif, OpenGL, ODBC, XML, GTK+, Win32, CGI, 2D/3D graphical plotting, socket/Winsock, C LAPACK, high level numeric functions, and shell programming.
Major Features:
- A complete C interpreter supporting all features in the ISO C90 Standard.
- Easy interface with C/C++ binary libraries using Ch SDK
- Wide characters in Addendum 1 for C90.
- Ch supports more new features added in the latest ISO C99 Standard than most existing C compilers. Ch is the first implementation of complex numbers, variable length arrays (VLAs), IEEE-754 floating-point arithmetic, generic mathematical functions in C99.
- Many salient C++ features including classes, objects and encapsulation for object-based programming (Brain-damaging features are excluded).
- Complex IEEE floating-point arithmetic with complex metanumbers ComplexInf and ComplexNaN.
- Assumed-shape arrays for passing multi-dimensional arrays of different sizes to the same argument of a function.
- Nested functions and nested classes for modular programming.
- Interactive execution of C statements, perfect solution for classroom demos using a laptop.
- Interactive portable shell across different platforms.
- A very-high level language (VHLL) environment for shell programming to automate tasks and system administration.
- Safe Ch with built-in secure sandbox and Ch applet for world-wide distributed network computing. As a very high-level language at the source level, a Ch applet can be very small, but with very powerful capabilities. It is especially suitable for bandwidth sensitive devices such as handheld computers and cellular phones.
- Built-in string type with automatic memory management and advanced text processing capabilities for shell programming and script computing.
- Adjustable array bounds, i.e., int a[1:10].
- Auto array bound checking.
- TCP/IP socket/WinSock for network computing.
- POSIX for portable scripting.
- Cross platform Unix utilities and commands such as vi, ls, awk, sed, mv,rm, cp, find, grep, vim with syntax highlighting for Ch, etc.
- A large number of Integrated Development Environment (IDE) support Ch. For example, ChSciTE allows you to edit, parse, and run C, Ch and C++ code within the IDE with the user interface in over 30 local languages such as German, Chinese, and Korea.
- OpenGL toolkit
- GTK+ toolkit
- Windows toolkit on Windows
- X/Motif toolkit on Unix/Linux
- Common Gateway Interface (CGI)
- Open Database Connectivity (ODBC)
- An increasing number of third party products and user contributed code
- fixed the crash for a return statement not in a function definition.
- fixed the crash for integer mod by zero intvalue%0.
Requirements:
- Mac OS X 10.3 or above
- Disk space: 69Mb
newLISP 10.1.6
newLISP is a brilliant and simple to use Lisp-like, general-purpose scripting language more>> newLISP 10.1.6 is a brilliant and simple to use Lisp-like, general-purpose scripting language. It has all the magic of traditional Lisp but is easier to learn and use. newLISP is friendly, fast, and small. Most of the functions you will ever need are already built in. newLISP runs on most OS platforms.
Major Features:
- A Modern Built-In API
- Indexing into nested lists and implicit indexing
- Nested associations
- Regular expressions PCRE
- Pattern matching with match and unify
- Networking functions: TCP/IP, UDP, HTTP, ICMP
- XML functions
- Advanced Math and classic Statistics functions
- Bayesian Statistics functions
- Financial functions
- Date and time functions
- I/O transparent over local files or remote files via HTTP
- Name spaces (contexts) for programming in modules
- FOOP Functional Object Oriented Programming. See example new
- Distributed computing support with remote evaluation and HTTP file API.
- Cilk-style API for multiprocessor support new
- Expandable API
- import functions from C libraries
- Modules for MySQL, SQLite, Zlib, Crypto, Postscript etc.
- document generation support for user written modules: newLISPdoc
- Complete Documentation
- Users Manual and Reference
- Cookbook for common solutions Code Patterns in newLISP
- Introductions, e.g.: Introduction to newLISP
- Training videos; see Documentation page
- Advanced Automatic Memory Management
- ORO memory management
- Synchronous for repeatable processing times in real-time tasks
- Fast and lower on resources
- Multiprocessing
- UNIX forks (not on Win32)
- Semaphores
- Shared memory
- local domain UNIX sockets for fast IPC (not on Win32)
- Cilk-style multiprocessing API
- Since v.10.1 a messaging API for process inter communication
- Distributed Computing Support
- net-eval function for remote evaluation on multiple network nodes
- HTTP and net-eval server modes built-in (no code required)
- most file operations can take URLs
- 64-bit support
- 64-bit standard for integers and some file operations in the standard 32-bit versions
- LP64 Memory model support makefiles for LINUX, MacOS X and SOLARIS, TRU64
- Small and portable
- Only around 200KB in size (depending on platform and compile flavor)
- Very fast load time for CGI and scripts
- Uses only very essential UNIX libs found on the smallest systems
- Makefiles for FreeBSD, NetBSD, OpenBSD, Mac OS X, LINUX, SOLARIS, TRU64, Win32.
- Embeddable
- Shared library versions for all Platforms (.so, .dylib, .dll)
- International
- UTF-8 and Unicode support compile flavors
- Enterprise
- fully documented
- support via responsive community
- Modules in isolated namespaces
- Automatic generation of source code API documentation using newLISPdoc utility (similar to javadoc).
- New and changed functionality: New reader-event specifies an event handler to translate expressions as they are read by newLISP when loading source. This can be used to create a reader, rewrite macro facility
- Changes and additions in external files:
-
- The SQLite sqlite3.lsp module has been expanded with parameter binding fucntionality for safer ussage of the database in web applications, where the danger of SQL injection exists. Bug fixes
- The new module macro.lsp implements a rewrite macro facility
- Bug fixes:
-
- The inf return value in floating point opertions is now signed (v.10.1.6): (div -1 0) ? -inf
- mod now returns NaN when the divisor (second argument) is 0 (v.10.1.6): (mod 10 0) ? NaN
- Memory was not freed correctly when using starts-with/ends-with with regular expressions
- Under some circumstances nil and true could confuse the sort and unique functions
License:GPL
DataVision 1.2.0
Free and open source report writer for your Mac more>> Free and open source report writer for your Mac
DataVision is a reporting tool similar to Crystal Reports. Reports can be designed using a drag-and-drop GUI.
They may be run, viewed, and printed from the application or exported as HTML, XML, PDF, Excel, LaTeX2e, DocBook, or tab- or comma-delimited text files. The output files produced by LaTeX2e and DocBook can in turn be used to produce PDF, text, HTML, PostScript, and more.
DataVision is written in Java and runs almost anywhere. It can generate reports from databases or text data files. Any database with an available JDBC driver should work: PostgreSQL, MySQL, Oracle, Informix, Microsoft Access, Progress, hsqldb, and more. Columns read from text files can be separated by any character.
NOTE: DataVision is licensed and distributed under the terms of the Apache License V2.0.Main features:>
- Drag-and-drop report builder.
- Runs anywhere Java runs: Windows, Linux, Mac OS X, BSD, Solaris, and more.
- Works with any database that has a JDBC driver: Oracle, PostgreSQL, MySQL, Informix, hsqldb, Microsoft Access, DB/2, and more.
- Report headers and footers, page headers and footers, group headers and footers.
- Report field formatting: color, numeric and date format, italic, bold, border lines, etc.
- Editable report-wide default field format.
- Subreports.
- Visual table linker.
- Aggregates (sum, min, max, count, average, stddev) by group and at reports end.
- Record sorting.
- Sub-selects allowed within SQL WHERE clauses.
- Formulas, using any language supported by the Bean Scripting Framework (BSF). The default formula language shipped with DataVision is Ruby (via JRuby).
- Record selection (SQL WHERE clause for database data sources, BSF script that accepts/rejects records for character-separated file data sources).
- Run-time parameters; asks the user for values when the report runs; if running from the command line, reads values in from an XML file.
- Run-time variables (again thanks to the BSF). A script run at the start of each report run is the perfect place to set all your initial values.
- User-defined SELECT clause columns; useful for calling stored procedures or SQL functions.
- Hide columns and entire sections.
- Reports can read data from different data sources. Currently, data sources are defined for databases and text data files (comma-separated, tab-separated, etc.)
- When reading text data files, translates date and numeric columns into the appropriate Java classes so they can be manipulated as such (formatted, used in formulas, etc.)
- Run and view reports on-screen.
- Print report from DataVision.
- Exports to HTML, XML, PDF, comma-separated, tab-separated, DocBook, LaTeX.
- GUI translated into eleven languages.
- Report definitions stored as human-readable XML.
- Open source, so you get all the code to play with and use.
- DataVision is embeddable within your own application.
- The download contains the Java source code, a jar file (so you dont have to compile anything), scripts for running DataVision, examples, and the documentation.
System requirements:
-
Enhancements:
- Removed rc2 VERSION_SUFFIX, ready for 1.2.0 release.
- Updated get-java-installer.sh script for JRE 6 Update 7.
- Updated datavision.nsi file to use Java JRE 6 Update 7.
- Allow end user to decline JRE install in Windows Installer.
- Added README-packaging.txt with developer notes.
- NSIS uninstaller now works.
- get-java-installer.sh only gets file when necessary.
- Added NSIS config files for (experimental) Windows .exe installer.
AccesStream 1.0.0 GA
Open source and multi-platform security program more>> Open source and multi-platform security program
Accesstream is an open source, embeddable identity, access management (IAM), security and auditing platform.
AccesStream is a collection of free open source framework and security components designed to greatly simplify the process of securing your enterprise applications and integrating them into various deployment environments.
Enhancements
- Updated to latest version of OpenSAML
- Migrated administration application from functional prototype to new API
SQLite Manager 0.3.12
Firefox add-on that allows you to manage any database you want. more>> Firefox add-on that allows you to manage any database you want.
Manage any SQLite database on your computer. An intuitive heirarchical tree showing database objects. Helpful dialogs to manage tables, indexes, views and triggers. You can browse and search the tables, as well as add, edit and delete the records.
Facility to execute any sql query. A dropdown menu helps with the sql syntax thus making writing sql easier. Easy access to common operations through menu, toolbars, buttons and context-menu.
SQLite Manager allows you to export tables/views in csv or xml format.
SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. An SQLite database is a single ordinary disk file that can be located anywhere in the directory hierarchy. It is likely that most of the storage in Mozilla applications, in near future, will use SQLite.
Note: The SQLite Manager add-on is cross-platform and it works on Mac OS X, Windows and Linux.
Main features:>
- dialogs for creation, deletion of tables, indexes, views and triggers
- ability to rename, copy, reindex tables
- ability to add and drop columns
- create new db, open any existing db, copy an existing db
- a tab for database settings (no need to write the pragma statements) where you can view and change the sqlite library settings
- export tables as csv files
- a dropdown menu showing all profile db (*.sqlite)
- an intuitive hierarchical tree showing all tables, indexes, views and triggers
- ability to browse data from any table
- dialogs to allow searching in a table
- allows editing and deleting selected record while browsing a tables data
- an extensive menu that helps with writing sql by hand and then executing it
- remembers the last used db across sessions
System requirements:
-
Enhancements:
- Issue #178 : Enhance new database to allow creation of in-memory database. Done. To open an in-memory db, go to Database menu -> New In-Memory Database. If the db opens successfully the title displays "in-memory database", in the left sidebar "in-memory" is displayed instead of db name and the statusbar displays "Memory" instead of Shared/Exclusive.
- Issue #180 : alert the user if a file from MRU could not be opened and remove the failed entry from MRU. Fixed.
License:Freeware
jo! 1.1b1
jo! is a pure, free Java web server more>>
jo! is based on J2SE 1.4.x. It will not run under Java 1.3.x or less.
Main features:
- HTTP/1.1 including byte-ranges, auto-chunking, pipelining, etc.
- Servlet API 2.2 (2.3 starting with jo! 1.1)
- JSP 1.1 (1.2 starting with jo! 1.1)
- Auto reload of WARs
- Hot deployment of WARs
- Drag and drop deployment of WARs
- Auto internationalization
- Auto servlet and jsp reloading
- Easy to use Swing console
- Advanced thread management
- Memory sensitive file cache
- Automatic compressed transfer of text or html files
- Virtual hosts
- Mac OS X support
- Embeddable.
Enhancements:
- Added filter mapping panel to GUI
- Added color coding to logpanel
- Made filenames clickable in logpanel
- Added support for turning off session cookies
- Added support for specifying domain for session cookies
- Increased Java 5 compatibility
- Removed DOM implementation.
wview 5.5.1
Application which interfaces with a supported weather station to retrieve archive records and current conditions more>>
The stations currently supported are:
- Davis Vantage Pro/Pro2 Console Controller
- Vaisala WXT-510 Controller
- La Crosse WS-2300/2305/2310/2315 Controller
- Weather Station Simulator
- Weather Web Site Generator
- Weather Alarm Processor/Data Feed Engine
- Citizen Weather Observer Program (CWOP) Client
- Weather Underground Client
At a configurable interval, wview will utilize the archive history and current conditions to generate weather images (dials, buckets, and graphs) and HTML web pages based on user-configurable HTML templates.
wview has been successfully deployed on many OS and hardware platforms including Mac OSX (Darwin), PowerPC (Mac), Linux, FreeBSD, i386, and ARM.
wview Processes:
- wviewd - the station interface daemon. Communicates via serial/ethernet/USB interface to obtain current conditions and archive records.
- htmlgend - the HTML and image generation daemon. Communicates with wviewd and reads archive records generated by wviewd to create the weather images and HTML pages.
- wviewsqld - the optional SQL archiving daemon. Synchronizes an SQL table to all WLK weather data records found in /var/wview/archive. Updates the table as new archive records are generated.
- wvalarmd - the alarm processing daemon. Communicates with wviewd to receive current weather data values. Listens on port 11011 for data feed socket connections, sends current weather data to socket clients, and processes user-defined alarms.
- wvcwopd - the CWOP client daemon. Transmits CWOP data to an APRS server based on the configuration found in wvcwop.conf.
- wvhttpd - the HTTP submission daemon. Transmits data to wunderground/weatherforyou servers based on the configuration found in wvhttp.conf.
- wviewftpd - the FTP transfer daemon. Transfers image and HTML files to a remote server based on the configuration found in wviewftp.conf.
- wviewsshd - the rsync/ssh transfer daemon. Transfers image and HTML files to a remote server based on the configuration found in wviewssh.conf.
Major Features:
- 24x7x365 reliability.
- Fast image and HTML/XML file generation.
- Non-GUI, headless, lightweight (size and resources).
- Embeddable - can be deployed on low-power embedded systems such as the Linksys NSLU2.
- Multi-Lingual - HTML/XML templates, labels and text.
- US (Imperial) or Metric Units - can be easily configured for metric or US units of measure.
- SQL Storage - archive data may be stored in a relational database (MySQL or PostGreSQL). This does not replace the use of the WLK binary files but is an export-only capability.
- Remote Upload - web pages and images can be transferred to a remote web server via an ftp or secure ssh process included with wview.
- Alarms - the wview alarm daemon wvalarmd can be enabled to deliver current conditions to TCP socket clients as a near real-time data feed engine. wvalarmd can also be configured to function as a weather data alarm generator to user specified scripts or binaries.
- CWOP - can be configured to submit data to CWOP.
- Wunderground - can be configured to submit data to Wunderground.
- Awekas - can be configured to submit data to Awekas.
- RSS Feeds - processes XML template files and includes a default weather data RSS feed template.
Enhancements:
- Changed UV to float in LOOP structure so decimal precision is not lost
- Add more paranoid sanity checks for NULL archive data
- Remove references to "NOAA" for NOAA-style reports in HTML templates
- Updated the User Manual
- Added more sanity checks for data converters
Requirements: DarwinPorts
TokBox 1.0.21
Free Adobe plugin that creates video calls with ease more>> Free Adobe plugin that creates video calls with ease
Tokbox is a free service that lets you talk with your friends over live video. Heres how it works: you sign up and we give you a link. When you want to talk with anyone, just give them the link - they click and you chat.
Main features:
Free video chat:
- No cost. No prepaid minutes. Really free.
No downloads:
- Talk through your browser. No chat client needed.
Any website:
- Embeddable on all websites and social networks.
Privacy control:
- You control who can see you and who cant.
System requirements:
- Adobe AIR
- Page: 1 of 2
- 1
- 2