flag
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 46
FXFlag 1.0
This package can be used to process a source image and generate a sequence of animation image frames that implement the waving flag effect. The class can process small images with size of up to 200x200 pixel. The generated animation frames can be used more>> This package can be used to process a source image and generate a sequence of animation image frames that implement the waving flag effect. The class can process small images with size of up to 200x200 pixel. The generated animation frames can be used to build a single animated GIF file. This class can be used to split GIF animations into multiple image files.<<less
Added: 2006-09-19 License: Freeware Price: $0.00USD
12 downloads
World Flag Icons 1
Over 240 icons of current world flags and corresponding country names and codes (ISO3166). In Gif format 30x18. Ideal for multinational web projects needing a little graphical flair. more>> Over 240 icons of current world flags and corresponding country names and codes (ISO3166). In Gif format 30x18. Ideal for multinational web projects needing a little graphical flair.<<less
Added: 2004-06-03 License: Free Non-Commercial Price: 0.00
28 downloads
DS BGFlag - script
This JavaScript displays a flag effect in the background. It includes a HTML code generator that allows to change parameters without any knowledge of JavaScript and HTML programming. more>> This JavaScript displays a flag effect in the background. It includes a HTML code generator that allows to change parameters without any knowledge of JavaScript and HTML programming.<<less
Added: 2005-09-07 License: Free Non-Commercial Price: $0.00USD
10 downloads
IP to Country with Flags
Show your visitors country with a cool little flag. Options to display flag,country name,IP. Ad free, no signup required. Copy paste the code and get going.. more>> Show your visitors country with a cool little flag. Options to display flag,country name,IP. Ad free, no signup required. Copy paste the code and get going..<<less
Added: 2005-06-23 License: Freeware Price: $0.00USD
27 downloads
countries list (as mySQL file) and flags 1.0
an sql file that uses as data the official names of countries in english as given in ISO 3166-1, the ISO 2-alpha code provided by the International Organization for Standardization, the ISO 3-alpha code provided by the United Nations Statistics Division more>> an sql file that uses as data the official names of countries in english as given in ISO 3166-1, the ISO 2-alpha code provided by the International Organization for Standardization, the ISO 3-alpha code provided by the United Nations Statistics Division and the 3-alpha code provided by The National Olympic Committees. you also have the flags for each country in the flags folder - the pictures of the flags are named using the ISO 2-alpha code of the country they represent so you should have no problems in determining which flag goes to which country this list is as of january 2006 so it might not be the most up to date list you could find. also, keep in mind that while all the countries have numeric id code and ISO 2-alpha code but not all the countries have ISO 3-alpha and NOC 3-alpha codes<<less
Added: 2006-08-04 License: Free Non-Commercial Price: $0.00USD
36 downloads
Bit::ShiftReg
Bit::ShiftReg module implements rotate left, rotate right, arithmetic shift left and logical shift right operations with carry flag for all C integer types. more>> <<less
Added: 2007-06-25 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
11 downloads
@lex Guestbook 5.0
@lex Guestbook is an extremely powerful guestbook which adapts automatically to all PHP configurations. Its functionalities are very numerous and without equivalents. Look at the demonstration version. Principal functionalities : - Automatic more>> @lex Guestbook is an extremely powerful guestbook which adapts automatically to all PHP configurations. Its functionalities are very numerous and without equivalents. Look at the demonstration version. Principal functionalities : - Automatic installation, choice of the name tables to creation, - Graphic interface very easily personnalisable with a skins system, - Webmasters can show the latests posts messages with a javascript code, - Send of automatic thanks messages, - Webmaster can answer to the messages, - Database gestion in the administration panel : optimization, safeguard, restoration, - Optional limit in the maximum number of characters in a message, - Validation optional of the messages before their final publication, - Show countries flags, - Smiley integration, - Management of censurable words, - IP addresses banishment, - Search engine, - Visitors can allot a note to the site, - Javascript encoding of the URL, - The principal skin is valid XHTML.<<less
Added: 2003-02-24 License: Freeware Price: $0.00USD
10 downloads
Other version of @lex Guestbook
License:Freeware
MySQL Log Parser 0.1
This a is a simple PHP command line utility that will parse a MySQL update log file and dump only updates to a particular database in a certain time interval. Currently there are no flags, you are prompted for all input. Usage: bash-2.05$ php more>> This a is a simple PHP command line utility that will parse a MySQL update log file and dump only updates to a particular database in a certain time interval. Currently there are no flags, you are prompted for all input. Usage: bash-2.05$ php mysql_log_parser.php Enter the path to the log file to be processed:/path/to/update log.nnn Enter the name of the database to extract:MyDB Start Time (T= current time - your input here):864000 End Time (T = current time - your input here):35000 Enter the path to the output file:output.log This would output the all update statements on the MyDB database during the time interval (864000 seconds ago, 35000 seconds ago).<<less
Added: 2006-02-04 License: LGPL Price: $0.00USD
11 downloads
Other version of MySQL Log Parser
License:LGPL
SWI-Prolog 5.7.12
SWI-Prolog is very useful because it offers a comprehensive Free Software Prolog environment, licensed under the Lesser GNU Public License. more>>
SWI-Prolog 5.7.12 is very useful because it offers a comprehensive Free Software Prolog environment, licensed under the Lesser GNU Public License. Together with its graphics toolkit XPCE, its development started in 1987 and has been driven by the needs for real-world applications. These days SWI-Prolog is widely used in research and education as well as for commercial applications.
Major Features:
- Kernel licensed under the LGPL. Prolog libraries are distributed under the GPL with an additional statement that allows for use in proprietary applications. Details can be found on the license page.
- fast compilation. E.g., loads 140,000 lines of code spread over 500 source-files in 2.3 seconds on an AMD 5400+ system.
- Robust and free of memory leaks. In use for several servers that run 24x7.
- Small. The full development environment, including graphics, libraries and many interface packages requires approx. 40MB harddisk. The non-graphical kernel is about 650Kb, the graphics library adds about 1.2Mb to the image.
- Scales well for large applications. No limits on program size, atom-length, term-arity or integer values. No performance degradation on predicates with many (indexed) facts.
- Unbounded integer and rational number arithmetic based on GMP library.
- Comprehensive set of built-in predicates, covering Part 1 of the ISO standard, the de-facto Edinburgh Prolog standard and important parts of Quintus and SICStus Prolog. Fair compatibility to Ciao, YAP and GNU-Prolog.
- Flexible and fast interface to the C- and C++-Language. The interface allows for calling both-ways, handling of non-determinism both ways and embedding of the SWI-Prolog kernel in C/C++ projects.
- The goodies: modules (upward compatible to Quintus and SICStus), garbage-collection (transparent to C/C++-code, including atom garbage collection), last-call optimisation, Dynamic expansion of the runtime stacks, ISO exception-handling (including C/C++ interface for catching and throwing exceptions).
- Execution profiler (time and call statistics) for Linux, most Unix platforms and Windows NT/2000/XP/Vista.
- Cross-Referencer. gxref/0 provides a graphical front-end for the extensible Prolog cross-referencer (xref).
- Portable to many platforms, including almost all Unix/Linux platforms, Windows (NT/2000/XP/Vista, including 64-bit editions), MacOS X (using X11 for graphics) and many more. Both 32-bits and 64-bits hardware is supported. Sources are plain C99, configured automatically using GNU autoconf (configure, make, make install).
- UNICODE character set handling internal. Ideal for web- and international applications.
- Machine-independent saved-states (save on one platform, run using the virtual machine of another platform).
- Multi-threading support: run multiple pre-emptively scheduled prolog engines on the same database.
- attributed variables, coroutining (freeze/2, when/2, dif/2), global variables, cyclic terms. Flag-controlled handling of occurs-check (on/off/error) see current_prolog_flag/2.
- Constraint Logic Programming, providing libraries for CHR (Constraint Handling Rules), clp(FD), clp(R,Q) and various others.
- Bundled with interface libraries for Java (JPL), ODBC, TCP/IP sockets, SSL, CGI form handling, etc.
- Multi-threaded Web server library with comprehensive libraries to generate HTML, HTTP authorization, session management, exchanging JSON (used by many AJAX widgets), etc.
- Fast and flexible libraries for parsing SGML/XML (HTML), parsing RDF, store and query the RDF triple model. A graphical editor for RDF/RDFS and OWL models called Triple20 is distributed seperately.
- Literate programming support through PlDoc. Provides integrated view on manual and application documentation and producing LaTeX documentation for your application.
- Unit testing support through PlUnit.
- Regular binary distributions for most popular platforms (Windows (32/64 bits), Linux (32 bits) and MacOS X (32 bits)).
- Regular distribution of the full source packages. The sources are also accesible through GIT.
Added: 2009-07-31 License: LGPL - GNU Lesser General Public License Price: LGPLGNULesserGeneralPublicLicense
downloads
Free IP Location Whois 2.0.2
Free PHP script for IP to country location based on Whois servers analysis. What Free IP Location Whois does : * Add an IP location & IP Whois request form for your visitors or for you on your website. * Visitors country php integration into your more>> Free PHP script for IP to country location based on Whois servers analysis. What Free IP Location Whois does : * Add an IP location & IP Whois request form for your visitors or for you on your website. * Visitors country php integration into your scripts : o Send your visitors country name to your php scripts. o Send the ISO2 code of your visitors country to your php scripts. o Show the flag of your visitors country into your pages. * Easy to install, one directory to upload. * Easy to customize, css, header, footer, easy to translate * Easy integration, add one include() and you will have new functions into your PHP scripts. * Optional security features : CAPTCHA, number of request by day limited,...<<less
Added: 2005-11-26 License: Freeware Price: 0.00EUR
29 downloads
JoomlaWatch 1.2.0
JoomlaWatch is an AJAX component and module for Joomla CMS that allows you to watch your website visitors and bots in real-time. more>>
JoomlaWatch 1.2.0 presents a comprehensive AJAX component and module for Joomla CMS with which you can watch your website visitors and bots in real-time from the administration menu. Specially their IP addresses, countries they come from, which pages they are viewing, their browser and operating system, it creates daily and all-time stats from these information plus unique, pageload and total hits statistics. Furthermore, you can block harmful IP addresses and see blocked attempts stats.
Major Features:
- IP statistics can help you to identify spambots or users that make most requests
- IP blocking feature: blocking of single IPs or using wildcard filter
- A counter of blocked attempts for particular blocked IP
- Introduced some new config parameters
- Parameters now fully configurable in UI in back-end.
- Flags show the whole country name in mouseOver
Added: 2008-03-25 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
19 downloads
Counters 4 Blogs 1.0
You free Webcounter ! No only counter users online , unique visitors and pageviews , we display the country name and flag from users in your page ! more>> You free Webcounter ! No only counter users online , unique visitors and pageviews , we display the country name and flag from users in your page !<<less
Added: 2005-09-01 License: Freeware Price: $0.00USD
14 downloads
calendar widget 1.07
Updated the calendar with the american date format. Its the default format now. The rest remains as in the previous version. There are 2 modes for the calendar: Strict and Loose. In strict mode, the calendar has the date selection limited, to a more>> Updated the calendar with the american date format. Its the default format now. The rest remains as in the previous version. There are 2 modes for the calendar: Strict and Loose. In strict mode, the calendar has the date selection limited, to a certain period defined in days(see flags & options for details). In loose mode, the calendar has the date selection unlimited. You can choose the returned date format, as well as how the date should be filled back:full date in one input, or multiple inputs(see flags&options for details). The look of the calendar is fully CSS customizable. You?ll find the css file in the .zip along with the js file (you?ll have to include both in your template) . I?ve tried to make the calendar to serve as a stand alone script, but it can be easily be integrated in other projects, and you can even take the calendar?s development further if you need for a more specific job for it.<<less
Added: 2007-02-26 License: Free Non-Commercial Price: $0.00USD
22 downloads
Chilkat IMAP C Library
Chilkat IMAP C Library is an IMAP client component for reading and managing email and folders on an IMAP server. more>>
Chilkat IMAP C Library is a professional IMAP client component designed for reading and managing email and folders on an IMAP server.
Major Features:
- Supports S/MIME signed and encrypted email.
- Supports SSL/TLS IMAP.
- Supports SSH tunneling (port forwarding).
- Full set of mailbox management features for adding, deleting, and renaming mailboxes.
- Easy to manage mail item flags for "seen", "draft", "answered", and "flagged".
- Preview mail by retrieving message summaries.
- Full mailbox sort and search capability.
- Easy access to all message parts and recipients.
- Easy access to attachments.
- Programs can work using either UIDs or sequence numbers.
- Single license includes all languages/platforms: .NET, IMAP ActiveX, Perl, Python, Ruby, Java, C++, x64, etc.
- Supports non-English folder names (i.e. UTF-7 mailbox names).
- SOCKS4, SOCKS5 proxy support.
- Supports multi-threaded applications.
- Event callbacks for progress monitoring and abort capability.
- Stress-tested in ASP web farms with large numbers of simultaneous sessions.
- License provides for royalty-free redistribution of components with your application.
- Reliable and expertly engineered.
- Designed to hide the complexities of the IMAP protocol.
- Affordable per-developer licensing.
- Unlimited 1-Year phone and email support.
- Same-product upgrades to new versions are always free.
Requirements:
- - VC++ 8.0
Added: 2007-10-30 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
15 downloads
Standalone Browscap class 0.7
The browscap.ini file is a database maintained by Gary Keith at http://browsers.garykeith .com/ which provide a lot of details about browsers and their capabilities, such as name, versions, javascript support and so on. PHPs native get_browser() more>> The browscap.ini file is a database maintained by Gary Keith at http://browsers.garykeith .com/ which provide a lot of details about browsers and their capabilities, such as name, versions, javascript support and so on. PHPs native get_browser() function parses this file and provide you with a complete set of information about every browsers details but it requires the path to the ini file to be specified in the PHP.ini browscap directive (and it is flagged as PHP_INI_SYSTEM). Browscap is a class for PHP5 that gets over and manages the whole thing. It offers method to update, cache, adapt and get details about every supplied user agent on a standalone basis. From version 0.7 the class updates the database automatically based on a user-defined interval.<<less
Added: 2006-09-03 License: LGPL Price: $0.00USD
14 downloads
Other version of Standalone Browscap class
License:LGPL
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above flag search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed