Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type
Results 35681-35700 of 36601
Javascript Trim Ltrim and RTrim Functions
This set of Javascript functions trim or remove whitespace from the ends of strings. These functions can be stand-alone or attached as methods of the String object. They can left trim, right trim, or trim from both sides of the string. Rather than using a clumsy loop, they use simple, elegant regular expressions. The functions are granted to the public domain.
(0 ratings)
Reviews0
PriceFree
Views1853
Metadata Analyzer
posted bySmartPCinSecurity
Metadata can get you into trouble! Whenever an MS Office document is created it is complemented with such properties as the author, corporate name, document changes, editing time and other metadata. All this makes the private information available to a third party that may put your company at financial risk and/or an embarrassing situation. Metadata Analyzer shall advise you of this information and prevent its unauthorized disclosure.
(0 ratings)
Reviews0
PriceFree
Views1936
PHP: Functions
A function is a block of code which can be called from any point in a script after it has been declared. It is basically a compartmentalized PHP script designed to accomplish a single task. Functions are useful because they contribute to rapid, reliable, error-reducing coding, and increase legibility by tiding up complicated code sequences.
(0 ratings)
Reviews0
PriceFree
Views1373
Advanced lighting animation
Read this tutorial and see how to create advanced lighting animation using special flash 8 effects without Action Script.
(3 ratings)
Reviews0
PriceFree
Views3533
Master Pages with CSS layout
This tutorial is just a starting point to show you how you can combine CSS layouts and Master Pages to create a fairly straightforward 2 column CSS layout for your website.
(3 ratings)
Reviews0
PriceFree
Views3159
Clever Internet Suite
Internet components - Clever Internet Suite is the native Delphi VCL for RAD Studio 10.1 Berlin, XE..XE8, .NET and ActiveX. The suite includes more than 50 components for Internet development and its code is constantly being refined and improved. HTTP, FTP, SMTP, POP, IMAP, SFTP (SSH), OAUTH, SOAP, WebDAV, DKIM components. Full IpV6, Unicode and 64bit support.
(0 ratings)
Reviews0
PriceUSD 552.00
Views1187
Aspose.Slides for Java
Aspose.Slides is a Java component to create, read, write and modify a PowerPoint document without using Microsoft PowerPoint. It supports PHP applications and provides all advanced features for managing presentations, slides, shapes, tables and supports PPT, POT, POS PowerPoint formats. Now you can add, access, copy, clone, edit and delete slides in your presentations. It also supports audio & video frames, adding pictures, text frames and saving presentations as streams or SVG format.
(0 ratings)
Reviews0
PriceUSD 799.00
Views2117
Instant Messenger Software Development Kit
Product Overview, IMSDK is a Power full .NET Component that incorporates Instant Messaging functionality. IMSDK Consists of IM Client and IM Server IM Client, IM Client is a.NET Component that Provides all the functionality for the IM Client Users to Send text Messages and file transfers to Other connected IM Clients , Using This IM Client A developer could make a complete Instant Messaging Software Like MSN Messenger and Yahoo Messenger IM Server, IM Server is asp.net Class library that Responds to the request of IM Clients ,IM Server can be added to any ASP.NET page
(6 ratings)
Reviews0
PriceUSD 349.00
Views3775
Sound Animation in Flash
Read this tutorial and see how to create sound animation in flash 8 without Action Script. You can use this animation for web site with sound (when the sound is active).
(6 ratings)
Reviews0
PriceFree
Views3367
Chilkat Ruby XML Library
Ruby XML library for parsing and creating XML. Advanced API for XML compression, XML encryption, and handling XML binary content. Fully internationalized to handle any language / character encoding.
(0 ratings)
Reviews0
PriceFree
Views3012
Chilkat Python XML Library
posted byfauseyinSoftware
Python XML library for parsing and creating XML. Advanced API for XML compression, XML encryption, and handling XML binary content. Fully internationalized to handle any language / character encoding.
(3 ratings)
Reviews0
PriceFree
Views2740
Mjjdesigns
Creating code to make your site functional, while still remaining beautiful. We pride ourselves on creating sites that are not only extremely functional, and usable, but also graphically pleasing to the eye.
(6 ratings)
Reviews0
PriceFree
Views1691
Chilkat Perl XML Library
posted byfauseyinSoftware
Perl XML library for parsing and creating XML. Advanced API for XML compression, XML encryption, and handling XML binary content. Fully internationalized to handle any language / character encoding.
(0 ratings)
Reviews0
PriceFree
Views3239
Chilkat Java XML Library
posted byfauseyinXML Tools
Java XML library for parsing and creating XML. Advanced API for XML compression, XML encryption, and handling XML binary content. Fully internationalized to handle any language / character encoding.
(0 ratings)
Reviews0
PriceFree
Views2029
HS Crypto C Source Library
HS Crypto is a software library in C (supplied with full source code) which offers a programmer an API to several data encryption / decryption algorithms. Implemented methods include the use of 2 either pre-defined or dynamically generated translation tables, an XOR-based stream cipher method with random dynamic key, plus the library includes RFC1321 MD5 Message Digest Algorithm The table encryption is implemented via the use of two either pre-defined translation tables or any of the 2 or a combination of dynamically generated translation tables. Decryption is implemented in a similar way using reverse tables. The stream cipher method uses randomly generated key which must be known to both receiver and transmitter to encode each byte with a rotating byte of the key RFC1321 MD5 algorithm generates a 16 byte data signature which is unique to the input data. This may be used for data integrity checking or in digital signature applications.
(0 ratings)
Reviews0
PriceEUR 49.00
Views1807
HS NTP C Source Library
HS NTP is a software library in C (supplied with full source code) which implements the client side of Network Time Protocol (NTP) over UDP socket layer according to RFC1769 and RFC1305. HS NTP Library allows a user application to synchronise local system time to remote NTP server time. First user application calls HS NTP initialisation function supplying pointers to callback functions in user code for timer management and for reporting NTP events to user. To obtain time difference between local system and remote NTP server, the user application calls HsNtpGetTime function, specifying NTP server name or IP address and source UDP port to use. HS NTP library then resolves the server name, formats and sends NTP time request packet according to RFC1305 and RFC1769 standard. Once HS NTP has received NTP time reply from NTP server it analyses the reply and reports the resulting time difference to user application via callback function.
(0 ratings)
Reviews0
PriceEUR 39.00
Views2302
(E)SMTP Mailer for PHP
Here is something you always wanted. If you are a php developer and used Windows, you would have with held your application form sending e-mails because of mail() function not working on Windows without a SMTP server. Worry no further. The solution is available now under GNU Public License. (E)SMTP Mailer for PHP is a PHP class which you can intergrate with your application to send mail as long as the server the script is running is connected to the internet. How (E)SMTP Mailer for PHP works (E)SMTP Mailer for PHP only relies on DNS records and the destination ESMTP/SMTP server. It acts as a Mail Transfer agent and negotiates the destination mail server to send the mail. Note (E)SMTP Mailer for PHP requires PHP5 or above to run.
(14 ratings)
Reviews2
PriceFree
Views8791
HS FTP Client C Source Library
HS FTP is a software library in C (supplied with full source code) which implements the client side of the File Transfer Protocol over TCP socket layer according to RFC 959. The library allows a user application to connect to remote FTP servers, traverse server directory structure and send and receive files. The HS FTP protocol module supports passive mode data connections, user / password authentication and a number of commonly used FTP commands: USER, PASS, TYPE, PASV, LIST, CWD, RETR, STOR Features - FTP Client RFC 959 operation - Server name resolution - Concurrent FTP client sessions - Passive mode, firewall friendly - User / password authentication - Asynchronous Operation
(0 ratings)
Reviews0
PriceEUR 155.00
Views2208
HS Compress C Source Library
HS Compress is a software library (supplied with full C source code) which provides a programmer with a lossless compression / decompression algorithm based on RLE (runtime length encoding) The library may be used in telecommunications application or for fixed data compression. *HOW IT WORKS: Runtime Length Encoding (RLE): HS Compress library operates in buffer mode. It monitors the buffer data for presence of any four or more consecutive repetitions of the same character. If detected, the compression code, character and length are stored in the output buffer.
(0 ratings)
Reviews0
PriceEUR 29.00
Views1891
Radius Accounting Graphs Generator
Generate graphs to let your customers check their traffic usage from Freeradius database accounting records. Features: - IP address auto detection - Admin part to check any customer's usage - Customizable header and footer - Image Generation on the fly - Easy install - Supports Mysql, Postgresql, Oracle - Display per day/month - Display traffic and number of sessions - Interactivity through a form - Calendar
(4 ratings)
Reviews0
PriceFree
Views2412
Results 35681-35700 of 36601