foreign keys
Foreign character inserter
If you are sick of client not being able to insert non english characters, this script would solve your problem. It inserts the character ( that is on a button) into the field which has focus. You need to add the required tags to your html always to more>> If you are sick of client not being able to insert non english characters, this script would solve your problem. It inserts the character ( that is on a button) into the field which has focus. You need to add the required tags to your html always to display those characters correctly. This one has Turkish characters.<<less
Random Hex Key 1.0
Generates a random hex key that you can use in your brodband router. more>> Generates a random hex key that you can use in your brodband router.<<less
License:Other Free / Open Source License
Move the Object using the arrow keys
In this detailed tutorial made for Flash 8, you will see how to move any object using the arrow keys and Action Script. more>> In this detailed tutorial made for Flash 8, you will see how to move any object using the arrow keys and Action Script.<<less
Secure Desk 1.0
Secure Desk is web based secure helpdesk system. The most important difference from the other helpdesk softwares is that Secure Desk stores all informations and data into MySQL database as Rijndael (AES) 128/256 Bit encrypted and base64 encoded. more>> Secure Desk is web based secure helpdesk system. The most important difference from the other helpdesk softwares is that Secure Desk stores all informations and data into MySQL database as Rijndael (AES) 128/256 Bit encrypted and base64 encoded. Administration password is unique authorization that enables encyption/decrption keys and has full access to MySQL data. In other words, nobody can decrypt stored data if there is no administration password is available. Members have, of course, restricted access such that each member can decrpyt own posts and replies to the posts. Secure Desks crucial source code is protected by ionCube (encoder). This allows administrator to keep the 100 encrypytion / decryption keys always protected. Each license comes with its own 100 unique keys. REQUIREMENTS PHP 4 >= 4.0.2, PHP 5 required with the --with-mcrypt[=DIR] (mcrypt module). MySQL 4 >= 4.0, single MySQL database.<<less
Menu for ASP.NET
ComponentUs Menu is a powerful component for ASP.NET 2.0. All popular browsers supported. Menu is keyboard friendly. Use the arrow keys to navigate menu items, use shortcut keys to activate menu items more>> ComponentUs Menu is a powerful component for ASP.NET 2.0. All popular browsers supported. Menu is keyboard friendly. Use the arrow keys to navigate menu items, use shortcut keys to activate menu items. Keyboard scrolling mode is also supported. Menu can be configured as context menu. Enhance your web application with custom element or page context menu. Easy customization via templates. Menu can contain nested content - a set of HTML elements and controls that make up the layout for a particular menu item. Advanced databinding feature allows the developer to bind almost every valid datasource. Databinding inside templates, custom binding definitions are also supported. Built-in editor is available. Menu provides feature of smooth movement floating menu. It also provides dragging behavior feature.<<less
Tab Key in ASP.NET 1
Explains how to use Tab keyboard key in different situations for both ASP.NET 1.1 and ASP.NET 2.0 Web applications. more>> Explains how to use Tab keyboard key in different situations for both ASP.NET 1.1 and ASP.NET 2.0 Web applications.<<less
INVOhost
INVOhost is a system for clients control of a company of hosting. Features: Integration with cpanel/WHM - Integration with PayPal - Invoicing automatic - 2 currencies (local and foreign) - Configurabl more>> INVOhost is a system for clients control of a company of hosting. Features: Integration with cpanel/WHM - Integration with PayPal - Invoicing automatic - 2 currencies (local and foreign) - Configurables periods of invoicing - Services to invoice totally configurables - Complete system of statistics - Multi language (the system can be translated into any language; english and spanish predefined) - Multiples themes.<<less
Network Lock & Key 1.0 1.0
Network Lock & Key is a PHP & Access Windows Application Storing Usernames & Passwords! Requires Windows IIS & PHP. (Includes PHP Windows installer) Medium to Large Networks need a better way of storing and managing passwords than pen and paper. Network more>> Network Lock & Key is a PHP & Access Windows Application Storing Usernames & Passwords! Requires Windows IIS & PHP. (Includes PHP Windows installer) Medium to Large Networks need a better way of storing and managing passwords than pen and paper. Network Lock & Key 1.0 provides a web based interface that allow users to add and even update there paswords. The Admin area of the application can then Gernerate a report of all usernames and passwords. The install may be difficult if you have not prior website experience, but comes with step by step instructions, as well as links to aa tutorial.<<less
How to remove www from your URL in ASP 1.1
Consistent URLs are one of the keys to good search engine optimization. Here is a free quick script to remove the www from all your URLs when using ASP. more>> Consistent URLs are one of the keys to good search engine optimization. Here is a free quick script to remove the www from all your URLs when using ASP.<<less
GNU Aspell 0.60.5
GNU Aspell is designed as a Free and Open Source spell checker for eventually replacing Ispell. more>>
GNU Aspell 0.60.5 is designed as a Free and Open Source spell checker for eventually replacing Ispell. It can either be used as a library or as an independent spell checker. Its main feature is that it does a superior job of suggesting possible replacements for a misspelled word than just about any other spell checker out there for the English language.
Unlike Ispell, Aspell can also easily check documents in UTF-8 without having to use a special dictionary. Aspell will also do its best to respect the current locale setting. Other advantages over Ispell include support for using multiple dictionaries at once and intelligently handling personal dictionaries when more than one Aspell process is open at once.
Major Features:
- Be able to accept words with spaces in them as many languages have words, such as a word in a foreign phrase, which only make sense when followed by other words. See Words With Symbols in Them.
- Reorganize manual to make it easier to understand and to make it possible to break out useful man pages.
- Support soundslike lookup with affix compression. I think it is possible, although I don't know how effective it will be. The basic idea is to affix compress the soundslike codes and then match the codes up with affix compressed words. If you are interested, email aspell-devel@gnu.org, and I will explain it in more detail.
- Use Lawrence Philips' new Double Metaphone algorithm. The main task involved here is converting the algorithm into table form. This will take some time but their is no real programming experience is required. If you want to help with Aspell but don't have any real programming experience, this would be a great place to start.
- Rank suggestions based on frequency information. Both global frequency and document specific frequency can be used. The latter will require that the whole document be made available to the spell checker. Also use frequency information to flag words which are found in the dictionary but not in common usage, and thus might not be what was intended.
- Support a "dual-script" mode where Aspell can use a separate dictionary depending on which script it detects the current word in, the two dictionaries can have nothing in common, ie an English one and a Russian one for example. This will not support two languages that use the same script as that is a lot more complicated. For example if the word is misspelled which dictionary should it use for the suggestions?
- Write a GUI for the aspell utility. Ideally it should be able to do everything the Aspell utility can do and not just be able spell check a document.
- Develop a more powerfull C API for Aspell. Ideally this API should allow one to perform all the tasks the Aspell utility can do. This included the ability to check whole documents, and create dictionaries, among other things.
- Create a C++ interface for Aspell, possibly on top of the C one.
- Support more than one spell checker engine. The basic support is there, but since there has only every been one spell checker engine, it will probably take a decent amount of work.
Enhancements:
- Compile fix for gcc 4.1
- Updated to Gettext 0.16.1, Libtool 1.5.22, Automake 1.10, Autoconf 2.61
- Documentation improvements, including an updated `man' page.
- Complain if more than one file is specified when checking files using the `aspell check' command, rather than ignoring the other files.
- Large number of bug fixes.
Requirements: gcc 2.95
Enter Key in ASP.NET - Complete Research 1
A complete research of using an Enter key in ASP.NET, submiting a form or how to get specific button "clicked" when visitor hits an Enter key. That could be in case that you want to build Login screen, web site search, pool or all of that on the same more>> A complete research of using an Enter key in ASP.NET, submiting a form or how to get specific button "clicked" when visitor hits an Enter key. That could be in case that you want to build Login screen, web site search, pool or all of that on the same page.<<less
CD key manager 1.0
A simple script that helps you keep track of all of your CD Keys. The script allows you to add users and as many keys as you want. It is powered by PHP and mySQL technology. more>> A simple script that helps you keep track of all of your CD Keys. The script allows you to add users and as many keys as you want. It is powered by PHP and mySQL technology.<<less
Currency ruby 0.4.4
Currency - OO currency, FX, ExRate money more>>
TinyCA 0.6.8
TinyCA is a simple graphical userinterface written in Perl/Gtk to manage a small CA (Certification Authority). more>> TinyCA 0.6.8 ,written in Perl/Gtk to manage a small CA (Certification Authority),is created to be a simple graphical user-interface. It works as a frontend for open ssl.
Major Features:
- Unlimited CAs possible
- Support for creating and managing SubCAs
- Creation and Revocation of x509 - S/MIME certificates
- PKCS#10 Requests can be imported and signed
- RSA and DSA keys can be generated and used
- ServerCertificates
- Certificates can be exported as: PEM, DER, TXT and PKCS#12
- Certificates may be used with e.g. Apache, Postfix, OpenLDAP, Cyrus, FreeS/WAN, OpenVPN, OpenSWAN, FreeRadius
- ClientCertificates
- Certificates can be exported as: PEM, DER, TXT and PKCS#12
- Certificates may be used with e.g. Netscape, Konqueror, Opera, Internet Explorer, Outlook (Express) and FreeS/WAN
- Certificate Revocation List
- CRLs can be exported as: PEM, DER and TXT
Requirements:
- OpenSSL Vers and TXT e (support for older or newer version should be given too)
- perl-Gtk2 Version 1.072
- To have support for all used widgets, you will need gtk2 2.6.x
Bear SQL 1.0
Bear SQL is a light, easy to use, web front end to MySQL. It allows you to manage databases, tables and users, including backup and restore functionality. With Bear SQL you can create and remove databases and tables, add, edit and delete records, alter more>> Bear SQL is a light, easy to use, web front end to MySQL. It allows you to manage databases, tables and users, including backup and restore functionality. With Bear SQL you can create and remove databases and tables, add, edit and delete records, alter tables, add and remove primary keys and indexes, add edit and delete columns, change column properties, search tables, optimize tables, write your own queries, save queries, save query results, add and manage users and more. All from a simple web front end.<<less