| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating | | |
 |
Compilador | C | Advanced / Ezequiel Hernandez | 2301 since 5/7/2008 1:02:32 PM | Unrated
|
| |
COMPILADOR is a compiler for arithmetic expressions. It consists of a lexical and syntactic analyzer for a matrix of precedence. This program will check if the expression is well formed and then evaluates it.
|
| |
 |
Conversub | C | Intermediate / Ezequiel Hernandez | 1903 since 5/7/2008 12:44:09 PM | Unrated
|
| |
CONVERSUB converts subtitle files in either the SRT or SUB format to the opposite format.
The result of this conversion depends on the number of frames per second that the user indicates on the command line. (ScreenShot)
|
| |
 |
Diario | C | Beginner / Ezequiel Hernandez | 1941 since 5/7/2008 1:36:24 PM | Unrated
|
| |
This source code will calculate the monthly value buy a newspaper every day assuming that prices change depending on the day of the week. You can change prices at this source, depending on what you charge to you.
|
| |
 |
encryption | C | Intermediate / Ezequiel Hernandez | 2022 since 5/7/2008 1:43:10 PM | Unrated
|
| |
Encryption program that uses as a basis opposed to the letter of the alphabet. An example might be:
Hello baby, how are you? = Svool yzyb, sld ziv blf?
|
Please support the site by visiting our sponsor.
|
| |
 |
hexadecimal | C | Beginner / Ezequiel Hernandez | 1937 since 5/7/2008 12:53:53 PM | Unrated
|
| |
This program reads a text file and displays the contents on screen in encrypted hexademal format.
It can also be used to decrypt hexadecimal format to human-readable format.
|
| |
 |
lexical analyzer | C | Intermediate / Ezequiel Hernandez | 2464 since 5/7/2008 1:11:09 PM | Unrated
|
| |
This source checks if the operations arithmetics are well made.
It uses an matrix of transitions to know if 2 consecutive characters have consistency or not. Then it revised that all characters written by the user are permitted, (only allow digits, comma, ...(description truncated)
|
|
|