Source Code Online Home Categories Top Code New Code Submit Code
Search
Subject Directory
 ASP
 ASP.NET
 C/C++
 CFML
 CGI/PERL
 Delphi
 Flash
 HTML
 Java
 JavaScript
 Pascal
 PHP
 Python
 SQL
 Visual Basic & VB.NET
 XML
New Code
DHTMLX JavaPlanner 1.2
Bytescout PDF Viewer SDK 3.10.904
.NET SFTP Component in CS VB.NET ASP.NET 5.1.4028
Faxmind Email to Fax Server 1.6.5.0516
PDF Extractor SDK 3.10.899
Bytescout Image To Video SDK 2.10.715
Joyfax Server 8.10.0517
VISCOM Video Capture ActiveX SDK 6.3
VISCOM Scanner TWAIN Docx PDF SDK 3.8
Advanced Email2RSS Professional 3.55.84
SliceMaker Standard 3.5
Rapid PHP 2014 12.1
Bytescout Screen Capturing SDK 2.00.702
.NET IMAP Component for CS VB.NET ASP 5.1.4028
Advanced RSS2Web Enterprise 3.24.104
Top Code
SliceMaker Deluxe V3.5
Event Calendar with Entity Framework: Quick Guide and Sample 2.2
Senna One-Page Html5 Template 1.0
Easy CSS Menu Free Edition 3.2
DHTMLX JavaPlanner 1.1
Magento One Step Checkout 1.5
DHTMLX Scheduler .NET for ASP.NET 2.2
Pass Parameters in SetInterval() function in JavaScript 0.1
Toggling Elements with JavaScript 0.1
Get File Extension in PHP 0.1
AzSDK PDF Split Merge ActiveX DLL 3.00
Properties with value checking with the option to use FormEncode validators .
Evolutionary Algorithm (Generation of Prime Numbers)
ICPennyBid - Penny auction software 3.9
Elite News Pro2 PHP RSS Reader 2.0
Top Search
Post Message To Twitter From Php Script
Photo Add Comment Php
Asp Net Projects With Free Source Code
Login Php
Login Php Expiration Date
Admin Login Php Code
Mini Projects For Computer Science Students
Free Java Projects For Students
Projects In C Language With Code
Php Projects With Source Code
Free Download Php Projects For Online Shopping
Zynga Bonus Chips Tk
Mini Project In Dbms Using Frontend Vb Backend Sql
Free Html Projects
Mini Projects In C Language
Related Search
Read Phonebook
Aspnet Phonebook
Email Read Receipt
Phonebook C
Read Barcode For Visual Basic
Read Barcode Visual Basic
Read Dbf
Read From Analog Signal
Read Data From Cvs File
Vb Phonebook
Source Code Phonebook Inc
Raw Read
Phonebook Bulk Sms Source Code
Mil - Read Table Sap
Phonebook In C
 Read Phonebook 

Code 1-20 of 60   Pages: Go to  1  2  3  Next >>  page  


MIL - Read Table SAP R/3 is a small program which lets to download and read almost all the table in SAP R/3. Requires SAP GUI 6.20 above.


Advertisement




PAR: as a VOLUME in READ mode using Python 1.4 onwards on Classic AMIGAs...

Many years ago Irmen de Jong ported Python to the Classic AMIGA range of
computers, (many thanks Irmen for your time in doing so). The versions were



Delphi Component for Accessing Metastock Files.
TMetastock lets you read and write Metastock stock rate files. TMetastock read and write files with 5,6 or 7 fields.
TMetastock tested with Delphi 4.0, 5.0, 6.0, 7.0 and 2005
If you...



Advanced Online Bible Search/Read Tool is a perl script used to create user friendly and powerful online bible search and read tool. It has many enhanced features, it searches more than 50 bibles, search and advanced search options is available,...



This script is used to read data that has been stored in a database. It displays the result in the web page. It allows you to read, filter, sort or search the informations that is stored in the database. Several features of this script are, it...



How to Read a text file in ASP .NET ? is an user friendly tutorial in which author describes the procedure for reading the text files. Through this tutorial users can learn about name space, which has to be included in the programme to read the...



HOW TO: Read and Write BLOB Data by Using ADO.NET Through ASP.NET is an ASP.NET article in which the author concentrates on the procedure for reading and writing binary large object data to a SQL server with the help of Filestream object and byte...



Learn to read and write XML with .NET's XML classes is an ASP.NET tutorial in which programmers can learn about the procedure for reading and writing the XML documents by using XmlReader and XmlWriter classes respectively. The author elaborates...



Open and Read content from a text file is a simple ASP article where you will learn the procedures involved in file management. You can learn how to handle files of your website, to open the files and to read the content of the files line by line....



Phonebook.php gives features to manintain a phone contact system for user groups which works with PHP oriented web portals. Admin interface is included to interact with registered users, visitors, public etc., MySQL table fields are created for...



Read and write windows INI files in VBS? is an easy to understand online article for all webmasters who have installed hosted applications on their systems. From this tutorial you will come to know how to read formatted Windows INI files using...



Read ASP cookies Basic is a web based tutorial in which author discusses about creating cookies to identify the visit of their sites registered users with the help of the browser. In this article author offers various codes through which users can...



Read files from a directory is a tutorial which helps you in getting the file names from a directory. You can get the name of the files that exist in a directory using the GetFiles method of the Directory class and shows it on the screen using the...



Simple ADO.NET Database Read, Insert, Update and Delete using C# is a tutorial in which the author shows you how to do various database manipulations with the help of ADO.NET objects. This tutorial helps you to learn about how to insert, elete,...



Work with binary files in VBS - read and write local and remote files is an article in ASP demonstrating the method of working with binary files. The author has explained how to deal with binary files both on the local and remote computers using...



Write and Read A Cookie is a web based ASP tutorial which offers several codes for the users to enable the cookies. From this tutorial users can learn more about how to enable the cookies and how to write the text directly into the users computer...



This component lets you write and read a byte to/from the parallel port (LPT1/LPT2), controlling if any error has ocurred



Example how to read all images (16x16, 32x32, 64x64, etc) and all color formats (2, 16, 256, 24 bit, etc) from ICO or CUR file.



The Python mailbox.mbox class require a real file to initialize, which was an issue in my case. This simple function let you iter through a mailbox read from a read-only file descriptor (like sys.stdin).

This script use the generators...



During a recent application server design, I came across the need for a thread locking class which supports read and write locks (in the filesystem lock kind of way).