Main > Free Download Search >

Free mp3resizer registration code software for linux

mp3resizer registration code

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5160
Pretty Code Web 1.00

Pretty Code Web 1.00


Pretty Code Web is a syntax highlighter for publishing code, written in any programming language, to the Web. more>>
Pretty Code Web is a syntax highlighter for publishing code, written in any programming language, to the web.
Written in php it uses syntax files separate from the main code to highlight a specified language.
Main features:
- Syntax highlighting for (potentially) any language.
- User defined syntax files.
- User defined colors
- Separate colors for:
- 6 Keyword Groups
- Text Strings
- Operators
- Block and Line Comments
- Bracket Characters
<<less
Download (0.024MB)
Added: 2005-10-20 License: Free for non-commercial use Price:
1470 downloads
Resistor Color Code Calculator 1.0

Resistor Color Code Calculator 1.0


Resistor Color Code Calculator calculates the value of a resistor (an electronic component). more>>
Resistor Color Code Calculator project calculates the value of a resistor (an electronic component).

The colors on the resistor are input into the program, and the result displays the resistance value of the resistor.

This is much easier than memorizing rhymes to remember colors.
<<less
Download (0.87MB)
Added: 2006-06-09 License: Free for non-commercial use Price:
1256 downloads
Relations 0.95

Relations 0.95


Relations is a Perl module with functions to use with databases and queries. more>>
Relations is a Perl module with functions to use with databases and queries.

SYNOPSIS

use Relations;

$as_clause = as_clause({full_name => "concat(f_name, ,l_name)",
{status => "if(married,Married,Single)"})

$query = "select $as_clause from person";

$avoid = to_hash("virustbug","t");

if ($avoid->{bug}) {

print "Avoiding the bug...";

}

unless ($avoid->{code}) {

print "Not avoiding the code...";

}

<<less
Download (0.018MB)
Added: 2007-05-16 License: Perl Artistic License Price:
891 downloads
php_qrencode 0.1

php_qrencode 0.1


php_qrencode is a PHP extension to generate qrcode. more>>
php_qrencode is a PHP extension to generate qrcode. The project is based on libqrencode.

only 2 function to generate qr code.

< code >
$qr = qr_encode (test for qrcode);
qr_save ($qr, 1.png);
< /code >

or you can output direct to stdout.

< code >
$qr = qr_encode (test for qrcode);
header ("Content-type: image/PNG");
qr_save ($qr);
< /code >

resource = qr_encode (string $text, [ int $version, int $mode, int $casesensitive]);

bool = qr_save (resource $qr, [ string $filename] );
<<less
Download (0.006MB)
Added: 2007-04-26 License: BSD License Price:
916 downloads
PHP Active Code Library 0.10

PHP Active Code Library 0.10


PHP Active Code Library (ACL) is a PHP 5 class used to store and call PHP files that are stored in a database. more>>
PHP Active Code Library (ACL) is a PHP 5 class used to store and call PHP files that are stored in a database.

The files are stored in a plain text field and not a binary field. PHP ACL also takes care of include/require calls.

If a file includes another file stored in the database, PHP ACL takes care of getting, generating, and including that file.
<<less
Download (0.013MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1191 downloads
StringParser_BBCode 0.3.1

StringParser_BBCode 0.3.1


StringParser_BBCode class provides the possibility to parse strings with BB-Codes and convert them to e.g. HTML code. more>>
StringParser_BBCode class provides the possibility to parse strings with BB-Codes and convert them to e.g. HTML code.
BBCode is a kind of markup "language" with which one may structure and format text. It is similar to HTML but it utilizes square braces instead of angle brackets.
Another difference between BBCode and HTML is that when using BBCode invalid code is ignored whereas the validity of the code is important when using HTML.
Enhancements:
- Several bugfixes were made.
- Support was added for parsing [code=foo attr=bar].
- A callback function may be called again on close tag occurrence.
- A processing type "callback_replace?" was added which exhibits the opposite behavior of "usecontent?".
<<less
Download (0.32MB)
Added: 2006-04-27 License: GPL (GNU General Public License) Price:
1276 downloads
RedWolf WebDeveloper Studio 0.0.4

RedWolf WebDeveloper Studio 0.0.4


RedWolf WebDeveloper Studio is an html editor. more>>
This is an html edit i started building it is my first program and it is only about a week old this is just a preview.
Main features:
- Open and Save Files
- Quick Code Buttons.
- Status bar seconds as a address bar.
- Code, Split, Pre Views
- Hex Color Code Dialog Picker.
- Expander button for streaching views
- You can view your project in real time as you code it.
<<less
Download (0.29MB)
Added: 2005-08-23 License: GPL (GNU General Public License) Price:
1523 downloads
Libqrencode 1.0.2

Libqrencode 1.0.2


Libqrencode is a C library for encoding data in a QR Code symbol. more>>
Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robustness.
Libqrencode supports QR Code model 2, described in JIS (Japanese Industrial Standards) X0510:2004 or ISO/IEC 18004. Currently the following features are not supported:
- ECI and FNC1 mode
- Structured Append Feature
- Micro QR Code
- QR Code model 1
<<less
Download (0.34MB)
Added: 2007-03-25 License: LGPL (GNU Lesser General Public License) Price:
949 downloads
GIPSpin 0.1.4

GIPSpin 0.1.4


GIPSpin is a graphical interface programming system which allows code to be visualized. more>>
GIPSpin is a graphical interface programming system which allows code to be visualized and which can generate threaded code.

The user constructs code segments using visual boxes. The program flow is represented as links between the boxes. Complex elements such as threader boxes are available to implement threading.

Currently, simple C code can be automatically parsed and visualized. The user can also start with the GUI to construct code segments which are turned into C++ code.

Intended Audience:

Researchers and programmers who are interested in visual programming and threading. As stated in the development status, a lot of work remains to be done, and we would be happy for suggestions and comments.

We have found that the GIPSpin approach is also helpful for beginning programmers by reducing the intimidation factor in jumping right to text programming, and also helping develop better mental skills for grasping program flow. Seeing how the structured boxes generate code makes the task of programming seem less daunting.
<<less
Download (3.2MB)
Added: 2005-09-13 License: GPL (GNU General Public License) Price:
1501 downloads
Python in Scheme 0.1

Python in Scheme 0.1


Python in Scheme is a scheme library that allows you to run Python code within Scheme. more>>
Python in Scheme is a scheme library that allows you to run Python code within Scheme.

Python in Scheme project uses the Python/C API to embed a Python interpreter.
<<less
Download (0.002MB)
Added: 2007-01-18 License: GPL (GNU General Public License) Price:
1013 downloads
Call Of Duty 2 Linux Multiplayer Server Code 1.0a

Call Of Duty 2 Linux Multiplayer Server Code 1.0a


Call Of Duty 2 Linux Multiplayer Server Code is a COD2 linux server. more>>
Call Of Duty 2 Linux Multiplayer Server Code is a COD2 linux server.

!! IMPORTANT !!

Call of Duty 2 Linux Server is NOT SUPPORTED by Activision Customer Support. Please do not call with any questions related to this free beta product. There are other channels to aid you listed at the bottom of this document.

Introduction

This document explains how to install the Call of Duty 2 Linux server version 1.0. Installation from scratch and upgrading an existing installation are both covered.

Usage is very similar to Call of Duty and United Offensive... many of the console commands, command lines, and cvars are identical, so if you are comfortable maintaining dedicated servers for those games, you will find this process familiar.

MOD USERS: PLEASE READ...

It is recommended that any user modifications that have been installed to the Call of Duty 2 directory be removed before installing this package. These modifications are not supported by Activision and may not be compatible with some of the new features that are included. When installing or upgrading a server, if problems or unexpected behavior arise, your first step in troubleshooting should be to do a clean install with the original data files.

IF YOU HAVE A PROBLEM WITH "LIBSTDC++.SO.5" ...

(This is a frequent-enough problem to merit discussion in the introduction.)

If you are reading this, its probably because you tried to start your Linux server and saw this message:

./cod2_lnxded: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

COD2 is a C++ program built with gcc 3.3.4, which means it needs a system library specific to gcc 3.3. Older Linux systems wont have this installed, and were starting to see newer Linux distributions that dont have this either, since they are supplying an incompatible gcc 3.4 version. The good news is that you can drop the needed library into your system without breaking anything else.

Here is the library you need, if your Linux distribution doesnt supply it:

http://icculus.org/updates/cod/gcc3-libs.tar.bz2

You want to unpack that somewhere that the dynamic linker will see it (if you are sure it wont overwrite any files, you can even use /lib).

The brave can put it in the same directory as the game and run the server like this:

LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./cod2_lnxded

Now the server will start.

Upgrading from 1.0 to Linux 1.0a.

Just stop the game server, replace cod2_lnxded on your server with the version included in this package, and restart the game server. 1.0a is just a minor hotfix and requires no other code changes.

As the hotfix is Linux-specific there is no Windows version of 1.0a.

Installation From Scratch

- Get the retail Call of Duty 2 disc(s) (there may be multiple discs depending on what edition of the game you have obtained, or perhaps a single DVD-ROM disc).
- Copy the contents of disc ones "Setup/Data" directory to wherever you want to install the Call of Duty 2 Linux server. There should be a "localization.txt" file in the root of this directory, and a "Main" Subdirectory. Each additional disc should be opened and the contents of each "Data" folder should be copied over to the existing Main folder. When you have copied everything, the final installation size is around 3.5 gigabytes.
- Alternately, you may install on Windows and copy the installed game to your Linux system, but many will opt to skip this step since the data files are uncompressed and easily accessible on the discs. Final installation size is around 3.5 gigabytes.
- Unpack this archive in the root of the newly-copied tree, so "cod2_lnxded" is in the same directory as "localization.txt". Unlike the original Call of Duty, there are not seperate .so files like "game.mp.i386.so", so dont be concerned when you dont see them.
- Now, run the server:
cd /where/i/copied/callofduty2
./cod2_lnxded

- When you see "--- Common Initialization Complete ---", the game server has started, but you need to start a map before the server will accept connections. At this point, type:

map mp_leningrad

("mp_leningrad" being a given maps name).

- Now you should see your server in the in-game browser. You will now want to customize your server, but that is beyond the scope of this document.
<<less
Download (0.40MB)
Added: 2005-12-09 License: Freeware Price:
799 downloads
Information Currency Subversion Client 0.0.5

Information Currency Subversion Client 0.0.5


Information Currency Subversion is a command-line client for Subversion repositories. more>>
Information Currency Subversion project is a command-line client for Subversion repositories that supports the generation of information currency from committed source code.

<<less
Download (0.13MB)
Added: 2006-09-26 License: GPL (GNU General Public License) Price:
1123 downloads
Kefir PR3

Kefir PR3


Kefir is a code generator that writes wrapper code around Glade files. more>>
Kefir is a code generator that writes wrapper code around Glade files.

Kefir takes glade files and writes a wrapper object for each window in Python, with methods corresponding to the given callbacks entered in glade. While it wont create a sane application model for you, it will make it very simple to use glade to write the event based GUI.

It is also very flexible, at the cost of verbosity, so the developer can make any changes to the Glade file, and these changes can be imported into the python code, without losing the old code.

It can also accept any custom widget available, and there are future plans of being able to create more custom widgets using Kefir and Python.

<<less
Download (0.87MB)
Added: 2006-06-17 License: GPL (GNU General Public License) Price:
1225 downloads
MyDBO Code Generator 2.1

MyDBO Code Generator 2.1


MyDBO is a powerful object-oriented code generator for PHP/MySQL Web application developers. more>>
MyDBO is a powerful object-oriented code generator for PHP/MySQL Web application developers.
It is designed to remove the hassle of implementing familiar database operations (select, update, insert, etc) over and over again when creating Web applications. MyDBO Code Generator creates code for accessing your database tables without you having to worry about connections or SQL queries.
It also allows you to approach your database in an object-oriented fashion, thus giving you real flexibility. It uses templates to generate code, so it is also possible to create your own templates.
Main features:
- Forget about accessing your database with SQL queries.
- Use the far more flexible object-oriented approach.
- Create logic foreign key links between your tables and navigate between your objects.
- Map the default MySQL date type to whatever you want.
- Create your own templates for unlimited possibilities.
- Fast and reliable.
- Should your database structure change, just re-generate the code.
- Easy to generate with the generation wizard.
- The generated code has standard comments for each class and functions.
- Free for personal and commercial use (GNU), Open source.
- Clean and tested code.
Enhancements:
- Boolean return values were added in API methods.
- A LIMIT argument was added in the tableCollector of the businessAPI plugin.
- The number of queries to execute when using Collector was reduced to 1.
- The use of database connections was optimized, and $DB is now a global variable.
- Memory is allowed increased to 16M.
- The ADOdb installation was customized to be minimal.
- instantAdmin was updated with a new API.
- Collector classes can now return the number of results only.
<<less
Download (0.12MB)
Added: 2006-02-17 License: LGPL (GNU Lesser General Public License) Price:
791 downloads
Change Filename Code 0.2

Change Filename Code 0.2


Change Filename Code service menu is designed to repair that by converting your filenames to and from utf-8. more>> <<less
Download (0.007MB)
Added: 2006-07-26 License: GPL (GNU General Public License) Price:
1186 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5