base64 encoding algorithm
Odds algorithm 1.0
This class implements the odds algorithm created by F. Thomas Bruss. This is a decision making support algorithm is used for instance to determine the right moment stop negotiations. more>> This class implements the odds algorithm created by F. Thomas Bruss. This is a decision making support algorithm is used for instance to determine the right moment stop negotiations.<<less
Base64 File Converter
A command line and Tkinter interface to comfortably convert files to and from base64 encoding. more>> A command line and Tkinter interface to comfortably convert files to and from base64 encoding.<<less
Base64 Encoder/Decoder 1
Base64 Encoder and Decoder written in JAVA. Runs using command line and can encode/decode files or strings and output either in the command line or into specified file. The algorithm is quite standard and is virtually identical to what email protocols more>> Base64 Encoder and Decoder written in JAVA. Runs using command line and can encode/decode files or strings and output either in the command line or into specified file. The algorithm is quite standard and is virtually identical to what email protocols use.<<less
Encoding URL strings
While passing variables as an URLs querystring, you should need to encode the string. All special characters like space must be written in adress bar in a form for browser. more>> While passing variables as an URLs querystring, you should need to encode the string. All special characters like space must be written in adress bar in a form for browser.<<less
Quaestor2000 PHP Encoding Assistant
The Encoding Assistant is particularly intended for developers wishing to deploy PHP applications on the Windows platform without on the one hand having to package everything in an .exe file and on th more>> <<less
Javascript base64 encode / decode
This script is used to encode / decode data using the base64 algorithm. It is fully compatible with UTF-8 encoding. Useful when u want to transfer data using AJAX technology. more>> This script is used to encode / decode data using the base64 algorithm. It is fully compatible with UTF-8 encoding. Useful when u want to transfer data using AJAX technology.<<less
PHP Encoding Converter 1.0.0
The PHP Encoding Converter can be used to easily batch convert your language pack to the UTF-8 encoding (or to another encoding type). Over 50 encoding types are supported (Windows, Dos, Unix, Mac). The script batch converts directories from one encoding more>> The PHP Encoding Converter can be used to easily batch convert your language pack to the UTF-8 encoding (or to another encoding type). Over 50 encoding types are supported (Windows, Dos, Unix, Mac). The script batch converts directories from one encoding type to another and can be run from a webserver (or local server with for example Xampp installed).<<less
PID Tuning Using Genetic Algorithm
PID Tuning Using Genetic Algorithm - PID controller has been extensively used in the industrial world. more>> PID Tuning Using Genetic Algorithm is a convenient tool including PID controller that has been extensively used in the industrial world.
PID controller has been extensively used in the industrial world. But in this controller it is difficult to tune the PID gains. Apply the genetic algorithm(GA) to tune the PID gains. The GA is agorithm using the biotic; gene the biotic; genetics.
Basic string encoding/decoding functions
These are basic string encoding/decoding functions I developed for use in flat-file databases. They offer limited security to protect sensitive data from being viewed. more>> These are basic string encoding/decoding functions I developed for use in flat-file databases. They offer limited security to protect sensitive data from being viewed.<<less
Genetic Algorithm Java Application
Genetic Algorithm Java Application was designed to solve the Geodetic Cover Problem. more>>
Genetic Algorithm Java Application is the most comprehensive, fast solution for the Geodetic Cover Problem.
This program is limited to personal use only. Modification and/or redistribution without specific consent from the author is strictly prohibited.
Major Features:
- Genetic algorithms are a form of artificial intelligence in which the theory of evolution is used to find an approximate answer to a given problem.
- In this research project is a genetic algorithm to search for geodetic covers of random graphs. A geodetic cover is defined as the subset S of vertices of a graph such that any vertex not in S is on a shortest path between two vertices in S.
- Specifically, the program was designed to solve the Geodetic Cover Problem; namely, to find the smallest geodetic cover. The results show that the genetic algorithm is considerably faster than other algorithms used to solve the problem but produces suboptimal results for large graphs.
Traveling Salesman Problem - Genetic Algorithm
Traveling Salesman Problem - Genetic Algorithm is designed to be a useful MATLAB tool that finds a near-optimal solution to a Traveling Salesman Problem using a Genetic Algorithm in a GUI environment. more>>
Traveling Salesman Problem - Genetic Algorithm is designed to be a useful MATLAB tool that finds a near-optimal solution to a Traveling Salesman Problem using a Genetic Algorithm in a GUI environment.
Simple Login Script 0.1
A simple script in PHP and MySQL that can be implemented on any site for login/signup options. It uses md5 encryption algorithm so data is kept in the most secure manner possible. more>> A simple script in PHP and MySQL that can be implemented on any site for login/signup options. It uses md5 encryption algorithm so data is kept in the most secure manner possible.<<less
Password Protect / Encode HTML 1.0
HTML Password Protector is a JavaScript tool to protect whole HTML page, or only part of it. It will encode HTML using your password, and will add password box. Incorrect password will result in incorrectly decoded HTML. Password is not stored, so it more>> HTML Password Protector is a JavaScript tool to protect whole HTML page, or only part of it. It will encode HTML using your password, and will add password box. Incorrect password will result in incorrectly decoded HTML. Password is not stored, so it cannot be retrieved from the page contents.<<less
Multiple Traveling Salesmen Problem - Genetic Algorithm
Multiple Traveling Salesmen Problem - Genetic Algorithm is known as a useful MATLAB script that finds a near-optimal solution to a Multiple Traveling Salesman Problem using a Genetic Algorithm. more>>
Multiple Traveling Salesmen Problem - Genetic Algorithm is known as a useful MATLAB script that finds a near-optimal solution to a Multiple Traveling Salesman Problem using a Genetic Algorithm.
Using the Deque class in Recursive Algorithms 1.0
This snippet focuses on the uses of the STL deque class in a recursive algorithm, namely to solve a maze. more>> This snippet focuses on the uses of the STL deque class in a recursive algorithm, namely to solve a maze.<<less