edwin van der
phpMyAdmin 3.2.2.1
phpMyAdmin is created with the aim to help handle the adminstration of MySQL over the web. more>>
phpMyAdmin 3.2.2.1 is created with the aim to help handle the adminstration of MySQL over the web.
Key Functions:
- create and drop databases
- create, copy, drop and alter tables
- delete, edit and add fields
- execute any SQL-statement, even batch-queries
- manage keys on fields
- load text files into tables
- create and read dumps of tables
- export data to CSV values
- administer multiple servers and single databases
Enhancements:
- XSS and SQL injection, thanks to Herman van Rink
Bazaar 1.16 RC1 / 1.15.1
Free and open source application that adapts to the workflows you want to use Bazaar is a distributed version control system available under the GPL that reduces barriers to participation in your more>> Free and open source application that adapts to the workflows you want to use
Bazaar is a distributed version control system available under the GPL that reduces barriers to participation in your project.
Bazaar is designed to support Mac OS, GNU/Linux, UNIX, Windows. In summary, Bazaar gives you fast, distributed revision control that "Just Works", supporting renames of directories and files smoothly.
Bazaar is designed to maximise the level of community participation in your project.
Bazaar branches can be published on any web server, and uploaded over sftp, ftp, or rsync. If you want the fastest possible network performance, there is a smart server.
Bazaar supports flexible work models: centralized like cvs or svn, commit offline, enforced code review when desired, and automatic regression testing.
Decentralized revision control systems give people the ability to collaborate more efficiently over the internet using the bazaar development model and have many other advantages.
When you use Bazaar, you can commit to your own local branches of your favourite free software projects without needing special permission.
Main features:
Good performance:
- Bazaar status in a tree of 5,000 files takes just 0.5 seconds, so almost every open source project can get the advanced features of Bazaar without slowing down its developers. Bazaar is robust in the face of radical tree restructuring, saving you time when it comes to merging from your community.
Safe with your data:
- There have not been any data loss bugs in a Bazaar release in the past two years. Bazaar has a huge test suite that ensures that new file formats can be tested automatically. The development process follows best practice with code review of all core and community code landings.
Friendly:
- Bazaar "Just Works" (which is why the Ubuntu team chose it for their project). Bazaar has a natural feel, you can publish your code on any web server or use a custom server for performance. Bazaar has perfect support for renaming files AND directories, which means you can unleash your community and merge efficiently even from contributors who are radically restructuring the tree.
Free:
- Bazaar is available under the GPL v2 or later.
Easy to integrate:
- Bazaar is designed as a Python API with a plugin system, so it is easy to embed in your tools and projects and easy to extend or integrate with existing infrastructure. Whether you are managing your development, or keeping track of configuration files, or building a new content management system, Bazaar is a great choice if you like to work in Python.
System requirements:
-
Enhancements
Compatibility Breaks:
- Display prompt on stderr (instead of stdout) when querying users so that the output of commands can be safely redirected. (Vincent Ladeuil, #376582)
New Features:
- A new repository format 2a has been added. This is a beta release of the the brisbane-core (aka group-compress) project. This format now suitable for wider testing by advanced users willing to deal with some bugs. We would appreciate test reports, either positive or negative. Format 2a is substantially smaller and faster for many operations on many trees. This format or an updated version will become the default in bzr 2.0.
- This is a rich-root format, so this repository format can be used with bzr-svn. Bazaar branches in previous non-rich-root formats can be converted (including by merge, push and pull) to format 2a, but not vice versa. We recommend upgrading previous development formats to 2a.
- Upgrading to this format can take considerable time because it expands and more concisely repacks the full history.
- If you use stacked branches, you must upgrade the stacked branches before the stacked-on branches. (See )
- --development7-rich-root is a new dev format, similar to --dev6 but using a Revision serializer using bencode rather than XML. (Jelmer Vernooij, John Arbash Meinel)
- mail_client=claws now supports --body (and message body hooks). Also uses configured from address. (Barry Warsaw)
Improvements:
- --development6-rich-root can now stack. (Modulo some smart-server bugs with stacking and non default formats.) (John Arbash Meinel, #373455)
- --development6-rich-root delays generating a delta index for the first object inserted into a group. This has a beneficial impact on bzr commit since each committed texts goes to its own group. For committing a 90MB file, it drops peak memory by about 200MB, and speeds up commit from 7s => 4s. (John Arbash Meinel)
- Numerous operations are now faster for huge projects, i.e. those with a large number of files and/or a large number of revisions, particularly when the latest development format is used. These operations (and improvements on OpenOffice.org) include: branch in a shared repository (2X faster), branch --no-tree (100X faster), diff (2X faster), tags (70X faster) (Ian Clatworthy)
- Pyrex version of bencode support. This provides optimized support for both encoding and decoding, and is now found at bzrlib.bencode. bzrlib.utils.bencode is now deprecated. (Alexander Belchenko, Jelmer Vernooij, John Arbash Meinel)
Bug Fixes:
- Bazaar can now pass attachment files to the mutt email client. (Edwin Grubbs, #384158)
- Better message in bzr add output suggesting using bzr ignored to see which files can also be added. (Jason Spashett, #76616)
- bzr pull -r 123 from a stacked branch on a smart server no longer fails. Also, the Branch.revision_history() API now works in the same situation. (Andrew Bennetts, #380314)
- bzr serve on Windows no longer displays a traceback simply because a TCP client disconnected. (Andrew Bennetts)
- Clarify the rules for locking and fallback repositories. Fix bugs in how RemoteRepository was handling fallbacks along with the _real_repository. (Andrew Bennetts, John Arbash Meinel, #375496)
- Fix a small bug with fetching revisions w/ ghosts into a new stacked branch. Not often triggered, because it required ghosts to be part of the fetched revisions, not in the stacked-on ancestry. (John Arbash Meinel)
- Fix status and commit to work with content filtered trees, addressing numerous bad bugs with line-ending support. (Ian Clatworthy, #362030)
- Fix problem of "directory not empty" when contending for a lock over sftp. (Martin Pool, #340352)
- Fix rule handling so that eol is optional, not mandatory. (Ian Clatworthy, #379370)
- Pushing a new stacked branch to a 1.15 smart server was broken due to a bug in the BzrDirFormat.initialize_ex smart verb. This is fixed in 1.16, but required changes to the network protocol, so the BzrDirFormat.initialize_ex verb has been removed and replaced with a corrected BzrDirFormat.initialize_ex_1.16 verb. 1.15 clients will still work with a 1.16 server as they will fallback to slower (and bug-free) methods. (Jonathan Lange, Robert Collins, Andrew Bennetts, #385132)
- Reconcile can now deal with text revisions that originated in revisions that are ghosts. (Jelmer Vernooij, #336749)
- Support cloning of branches with ghosts in the left hand side history. (Jelmer Vernooij, #248540)
- The bzr diff now catches OSError from osutils.rmtree and logs a helpful message to the trace file, unless the temp directory really was removed (which would be very strange). Since the diff operation has succeeded from the users perspective, no output is written to stderr or stdout. (Maritza Mendez, #363837)
- Translate errors received from a smart server in response to a BzrDirFormat.initialize or BzrDirFormat.initialize_ex request. This was causing tracebacks even for mundane errors like PermissionDenied. (Andrew Bennetts, #381329)
Documentation:
- Added directory structure and started translation of docs in Russian. (Alexey Shtokalo, Alexander Iljin, Alexander Belchenko, Dmitry Vasiliev, Volodymyr Kotulskyi)
API Changes:
- Added osutils.parent_directories(). (Ian Clatworthy)
- bzrlib.progress.ProgressBar, ChildProgress, DotsProgressBar, TTYProgressBar and child_progress are now deprecated; use ui_factory.nested_progress_bar instead. (Martin Pool)
- graph.StackedParentsProvider is now a public API, replacing graph._StackedParentsProvider. The api is now considered stable and ready for external users. (Gary van der Merwe)
- bzrlib.user_encoding is deprecated in favor of get_user_encoding. (Alexander Belchenko)
- TreeTransformBase no longer assumes that limbo is provided via disk. DiskTreeTransform now provides disk functionality. (Aaron Bentley)
Internals:
- Remove weave.py script for accessing internals of old weave-format repositories. (Martin Pool)
Testing:
- The number of cores is now correctly detected on OSX. (John Szakmeister)
- The number of cores is also detected on Solaris and win32. (Vincent Ladeuil)
- The number of cores is also detected on FreeBSD. (Matthew Fuller)
Data Crow 3.4.9 Beta / 3.4.8
Free and open source Media organizer for your Mac more>> Free and open source Media organizer for your Mac
Data Crow is the ultimate cataloguer (or cataloger) and media organiser. Using Data Crow allows you to create a huge database containing all your collected items. You can use the excellent online services to retrieve the information instead of typing all the information yourself.
Dont strain yourself in organizing your items and trying to keep track of their location, start using the best cataloging software today. Start using Data Crow.
Data Crow is the cataloguer for software, movies, music, books and images. Any media type such as divx, xvid, mp3, ape, pdf, avi ogg, can be imported within Data Crow and further enriched using online services.
Main features:
- Out of the box experience
- Audio, software, book, movie and photo collections organizer
- Customizable UI: select a skin, change the fonts, customize views and much more
- Create your own module from within Data Crow!
- Optional web module; web interface + integrated web server
- Everything in Data Crow can be modified to your own needs! Add your own categories, genres, states, ..
- Rename your files based on the item information in Data Crow
- Advanced user management
- Keep track of loaned items using the simple loan management system
- Use online services like Amazon.com, Imdb.com, Musicbrainz.org, and many others, to retrieve information
- The internal powerful image editor enables you to manipulate any image
- Create pdf and html reports. Create your own reports by supplying new XSLT documents
- Use templates to fill your default values
- Mass update your items
- Auto number your items using the auto numbering functionality
- Create a backup of your items and settings by using the "backup & restore" functionality
- Easily upgrade to newer versions of Data Crow
System requirements:
-
Enhancements
- Italian translation! Thanks to Marco Artioli!
- Updated german translation! Thanks to Mathias Epp!
- Data Crows web server can now be started without showing the UI. The normal parameter
- webserver in combination with the new credentials parameter hides the splash screen
- and bypasses the login dialog. See the readme on how to apply these parameters.
- The item form has its own settings dialog. From here you can define tabs (such as
- the current information and technical information), assign fields to tabs and set
- the order of the fields. The general field settings has lost the ability to set
- the field order as this was only used by the item form.
- In the previous versions the uniqueness of an item was determined by checking the
- combination of the required fields. Now this behavior can be managed by marking fields
- as key fields. By default, none of the fields is marked as a key field.
- The file importer considered a fixed set of file types. The functionality has been
- expanded to allow the user to define additional file types.
- Icons are now shown in the tree view.
- The alter module wizard now allows for fields to be changed as well. Upgrades are managed
- automatically.
- You can now map a drive letter / location to a new location. Settings > Drive mappings.
- The help now has search capabilities.
- The mass update functionality now supports all search modes.
libtorrent 0.14.4
Free and open source C++ library that aims to be a good alternative to all the other bittorrent implementations around more>> Free and open source C++ library that aims to be a good alternative to all the other bittorrent implementations around
libtorrent is a C++ implementation of the BitTorrent protocol with the goals of being efficient and easy to use.
libtorrent is a C++ library that aims to be a good alternative to all the other bittorrent implementations around.
Although it comes with a working example client, libtorrent is a library and not a full featured client.
The main goals of libtorrent are:
- to be cpu efficient
- to be memory efficient
- to be very easy to use
libtorrent has been successfully compiled and tested on:
- Windows 2000 vc7.1, vc8
- Linux x86 GCC 3.3, GCC 3.4.2
- Mac OS X (darwin), (Apples) GCC 3.3, (Apples) GCC 4.0
- Sun OS 5.8 GCC 3.1
- Cygwin GCC 3.3.3
NOTE: libtorrent is licensed and released under the BSD-license.
Main features:
- trackerless torrents (using the Mainline kademlia DHT protocol) with some DHT extensions.
- support for IPv6
- NAT-PMP and UPnP support (automatic port mapping on routers that supports it)
- piece-wise, unordered, incremental file allocation
- uses separate threads for checking files and for main downloader, with a fool-proof thread-safe library interface. (i.e. Theres no way for the user to cause a deadlock). (see threads)
- adjusts the length of the request queue depending on download rate.
- multitracker extension support (as specified by John Hoffman)
- supports files > 2 gigabytes.
- serves multiple torrents on a single port and in a single thread
- fast resume support, a way to get rid of the costly piece check at the start of a resumed torrent. Saves the storage state, piece_picker state as well as all local peers in a separate fast-resume file.
- HTTP seeding, as specified by Michael Burford of GetRight.
- piece picking on block-level (as opposed to piece-level). This means it can download parts of the same piece from different peers. It will also prefer to download whole pieces from single peers if the download speed is high enough from that particular peer.
- supports the udp-tracker protocol by Olaf van der Spek.
- queues torrents for file check, instead of checking all of them in parallel.
- supports http proxies and basic proxy authentication
- gzipped tracker-responses
- can limit the upload and download bandwidth usage and the maximum number of unchoked peers
- implements fair trade. User settable trade-ratio, must at least be 1:1, but one can choose to trade 1 for 2 or any other ratio that isnt unfair to the other party.
- supports an extension protocol. See extensions.
- supports the no_peer_id=1 extension that will ease the load off trackers.
- possibility to limit the number of connections.
- delays have messages if theres no other outgoing traffic to the peer, and doesnt send have messages to peers that already has the piece. This saves bandwidth.
- does not have any requirements on the piece order in a torrent that it resumes. This means it can resume a torrent downloaded by any client.
- supports the compact=1 tracker parameter.
- selective downloading. The ability to select which parts of a torrent you want to download.
- ip filter to disallow ip addresses and ip ranges from connecting and being connected
Enhancements
- connect candidate calculation fix
- tightened up disk cache memory usage
- fixed magnet link parser to accept hex-encoded info-hashes
- fixed inverted logic when picking which peers to connect to
- (should mean a slight performance improvement)
- fixed a bug where a failed rename_file() would leave the storage
- in an error state which would pause the torrent
- fixed case when move_storage() would fail. Added a new alert
- to be posted when it does
- fixed crash bug when shutting down while checking a torrent
- fixed handling of web seed urls that didnt end with a
- slash for multi-file torrents
- lowered the default connection speed to 10 connection attempts
- per second
- optimized memory usage when checking files fails
- fixed bug when checking a torrent twice
- improved handling of out-of-memory conditions in disk I/O thread
- fixed bug when force-checking a torrent with partial pieces
- fixed memory leak in disk cache
- fixed torrent file path vulnerability
- fixed upnp
- fixed bug when dealing with clients that drop requests (i.e. BitComet)
- fixes assert as well
Music Browser 0.24
Free music browser for Mac OS X more>> Free music browser for Mac OS X
Music Browser is a lightweight web-based browser and streamer for your big music collection.
Music Browser runs on most operating systems, and is light enough to run flawlessly on NAS devices like the Linksys NSLU2 or Freecom FSG3.
System requirements:
- Webserver with PHP4.2+
- CPU 200 Mhz
- 128 RAM
Enhancements
- Bugfix (#2788788): Non-ascii characters didnt resolve well under Windows
- $thumbSize (size of cover image) available in index.php
- streamlib.php was renamed to musicbrowser.php
- Perform workaround if the Multibyte String Functions extension is missing
- the word_wrap function didnt wrap properly
- Bugfix: IE6 & 7 didnt know how to use string indexes
- CSS template added. Thanks to Henrie van der Locht for all help with this template.
BitlBee 1.2.3
An IRC to other chat networks gateway more>> An IRC to other chat networks gateway
BitlBee brings IM (instant messaging) to IRC clients. Its a great solution for people who have an IRC client running all the time and dont want to run an additional MSN/AIM/whatever client.
BitlBee currently supports the following IM networks/protocols: XMPP/Jabber (including Google Talk), Yahoo! Messenger, AIM, MSN Messenger and ICQ.
Enhancements
- Fixed a security issue similar to the previous account overwrite/hijack bug.
Issue Tracker 4.0.4
Free and open source issue tracking system more>> Free and open source issue tracking system
Issue-Tracker is a support issue tracking system written in PHP, with option of either a PostgreSQL of MySQL backend. The system is designed to be user friendly, and uses a simple modular API to make addition of new modules or features very easy.
Issue-Tracker also includes many features that will allow customer/technical support organizations to take care of customer issues quickly and easy. Some of these features include things like email parsing, email and sms notifications, file uploads, unlimited users and groups, and much more.
Main features:>
- Modular API
- MySQL and PostgreSQL support (MySQL only available in 4.0 and later)
- Unlimited groups
- Group and System Announcements
- Email Interface for pure email interact
- Theme system for easy interface customization
- File uploads
- Support for unauthenticated modules
- Report system for groups and individual users
- Statuses, Categories, and Products editable on per-group basis
- Definable permission set to create roles for users
- Template based for easy UI modifications (Smarty Template Engine)
- Group quotas, either issues or hours based
- Email and SMS alerts
System requirements:
-
Enhancements:
- This release fixes many of the bugs found in 4.0.3 and it is recommended that anyone using 4.0.3 upgrade to this release. For those running releases older than 4.0.3 you will still need to convert your database to the 4.0.3 format before upgrading to 4.0.4.
rename_test 1.1
Easy to use free tool for testing the renaming speed of your kernel on a certain filesystem more>> Easy to use free tool for testing the renaming speed of your kernel on a certain filesystem
rename_test is a free and easy to use tool for kernel-hackers: with this one you can test how fast the kernel can rename files on a certain filesystem.
doturl 0.1
Easily extract an URL from an Internet Explorer bookmark file more>> Easily extract an URL from an Internet Explorer bookmark file
doturl is a free command line program that will allow you to easily retrieve the URL from a Microsoft Internet Explorer .url-file (a bookmark so to say) and display it in your terminal.
You can, of course, also use pipes and such (for in- and output) while using doturl.
Httping 1.2.9
Free CLI application that acts like ping for HTTP requests more>> Free CLI application that acts like ping for HTTP requests
Give Httping an url, and Httping will show you how long it takes to connect, send a request and retrieve the reply (only the headers).
Be aware though that the transmission across the network will also take time!
Enhancements:
- binding to an adapter did not work, SIGPIPE was not handled correctly
Cloudish 1.41
An open source anonymizer that will allow you to get rid of cookies and other information that might compromise your privacy more>> An open source anonymizer that will allow you to get rid of cookies and other information that might compromise your privacy
Cloudish is an anonymizer that strips cookies and other information that compromise your privacy.
But thats not all: Cloudish is also able to easily setup a group of anonymizers capable of hiding you.
bsod 0.1
Experience the authentic Microsoft Windows experience more>> Experience the authentic Microsoft Windows experience
bsod is a free and open source application that will let you UNIX user experience the authentic Microsoft Windows experience.
bsod displays the famous windows xp blue screen of death on the console.
Errors and drivers causing the error are selected randomly from a large set of examples.
Enhancements:
- Initial release.
iPhone SendFile 0.40-113
iPhone SendFile - Will allow you to email any file placed into ~/Media/Documents. more>> More than 90 impressionists paintings including work by such Art School favorites as Cassett, Cezanne, Degas, Gauguin, Manet, Pissaro, Renoir, Sisley, Seurat, Toulouse-Latrec, Van Gogh and many others including works from a wide range of lesser known practitioners.
Demo contains full features including selectable duration of images and transitions, tinting of images, names of artists and their paintings displayed with the image controller, sound mute and volume control.
User can choose to show controller and toggle between automatic or manual slide presentations. Screen saver contains 17 high quality transitions and random display of slides and transitions.
Demo expires in 3 days.<<less
GNU TeXmacs 1.0.6.14
GNU TeXmacs - Free wysiwyw (what you see is what you want) editing platform with special features for scientists more>> GNU TeXmacs - Free wysiwyw (what you see is what you want) editing platform with special features for scientists
GNU TeXmacs is a free wysiwyw (what you see is what you want) editing platform with special features for scientists.
The software aims to provide a unified and user friendly framework for editing structured documents with different types of content (text, graphics, mathematics, interactive content, etc.).
The rendering engine uses high-quality typesetting algorithms so as to produce professionally looking documents, which can either be printed out or presented from a laptop.
The software includes a text editor with support for mathematical formulas, a small technical picture editor and a tool for making presentations from a laptop. Moreover, TeXmacs can be used as an interface for many external systems for computer algebra, numerical analysis, statistics, etc.
New presentation styles can be written by the user and new features can be added to the editor using the Scheme extension language. A native spreadsheet and tools for collaborative authoring are planned for later.
TeXmacs runs on all major Unix platforms and Windows. Documents can be saved in TeXmacs, Xml or Scheme format and printed as Postscript or Pdf files. Converters exist for TeX/LaTeX and Html/Mathml.
TeXmacs currently runs on most Unix systems, Mac OS X (using Fink), and Windows (using Cygwin).
System requirements:
- 200MHz processor and 32Mb of memory, but >1GHz and >128Mb are recommended.
- TeX/LaTeX distribution on your system
- Guile/Scheme extension language (to compile TeXmacs from source)
Layer Four Traceroute 3.1
LFT (Layer Four Traceroute) is a sort of traceroute that often works much faster than the commonly-used Van Jacobson method and goes through many configurations of packet-filter based firewalls more>>
Layer Four Traceroute 3.1 offers you a useful network administration tool which often works much faster than the commonly-used Van Jacobson method and goes through many configurations of packet-filter based firewalls. More importantly, LFT implements numerous other features, including TCP, UDP, and ICMP trace methods, AS number lookups through several reliable sources, loose source routing, netblock name lookups, and more.
LFT also distinguishes between TCP-based protocols, which make its statistics slightly more realistic, and gives a savvy user the ability to trace protocol routes, not just layer-3 hops. Also includes WhoB, a whois client designed specifically for network engineers.