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
WeBuilder 2014 12.1
Alvas.Audio 9.0
Advanced RSS2Email Enterprise 3.24.89
.NET Bounce Inspector Component CS VB 5.1.4028
VISCOM Video Chat Pro ActiveX SDK 5.52
VISCOM VideoCap Live ActiveX OCX SDK 5.05
.NET ZIP Component for CS VB.NET ASP.NET 5.1.4028
VISCOM Screen Recorder ActiveX SDK 4.56
PDF Renderer SDK 3.10.904
Bytescout PDF To HTML SDK 3.10.904
ASP.NET SAML Component for CS VB.NET 5.1.4028
DICOM Image Viewer SDK ActiveX 8.15
VISCOM Screen to Video Gold SDK ActiveX 2.06
DHTMLX JavaPlanner 1.2
Bytescout PDF Viewer SDK 3.10.904
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
Admin Login Php Code
Login Php Expiration Date
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
F Ree Download Of Atm Machine Project Report
Atm Machine Project Report
Atm Machine Project
Electronic Voting Machine Project Report
Download Atm Machine Project In Vb
Atm Machine Project In Visual Besic
Atm Software Project Report
Java Atm Machine Project
Atm System Project Report In Java
Coding Of Atm Machine Project On Core Java
Project Report In Java Of An Atm Machine
Project On Atm Machine In Java
Atm Project Report In C
Mini Project In Vb As Atm Machine
Atm Project Report
 Atm Machine Project Report 

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


This script will attempt to connect to various well-known ports on a destination machine and report whether the service is running or down.


Advertisement




CGI Machine Free counter is a C based counter program which is used by webmasters on their website to count their site visitors entry. It gives every report of their site visitors accurately in statistical mode. Users can get source code for free...



Looking for a comprehensive report building solution that would be both easy to deploy and use? Report Sharp-Shooter 1.8 is a royalty-free report building engine for .NET, capable of creating complex reports from multiple data sources and...



Vivid Report is a library of visual components for C++ Builder and Delphi, which provides creating printable reports of almost any complexity.
Vivid Report provides perfect guaranteed printing quality and excellent productivity of designing....



Vivid Report is a library of visual components for C++ Builder and Delphi, which provides creating printable reports of almost any complexity.
Vivid Report provides perfect guaranteed printing quality and excellent productivity of designing....



IPM (Incyte Project Manager) is a simple and effective PHP tool that gives solutions to maintain a project list on your websites. 'md5' encrypted passwords are provided for each user. Mytasks- displays the tasks allocated for individual user....



Looking for a comprehensive report building solution that would be both easy to deploy and use? Report Sharp-Shooter 1.9 is a royalty-free report building engine for .NET, capable of creating complex reports from multiple data sources and...



Vivid Report is a library of visual components for C++ Builder and Delphi, which provides creating printable reports of almost any complexity.Vivid Report provides perfect guaranteed printing quality and excellent productivity of designing....



Vivid Report is a library of visual components for C++ Builder and Delphi, which provides creating printable reports of almost any complexity.Vivid Report provides perfect guaranteed printing quality and excellent productivity of designing....



New SQL Report Builder is programmable report tools with end user report designer. NSQLRB files can contained report forms, programs and datasets. NSQLRB can integrated to database and bussines applications:easy creation of printing report and...



Set project options for a group of Delphi projects in one step:Set up the options on screen, then apply them to your selected projects.Includes the option to only apply certain settings, while leaving other existing settings alone.Save and Load...



Excel Report Builder is an easy and convenient tool for the creation and customisation of reports which takes advantage of the formatting and presentation capabilities of Microsoft Excel 7 -8. The programme allows the rapid construction of reports...



Projetex 2005 is Project Management Software for Expert Teams. It tremendously simplifies task of corporate and freelance workflow management, data and files sharing within company and provides multiple benefits for each team member. System...



The operation of the state machine is defined by transitions. The transitions
control what value is returned and which new state to switch to, given an
"event" input when in a certain current "state". State machines...



This program parses the logfile given by the execution of the keylogger
command 'script -c "xinput test ID_CODE" | cat LOG_FILE' and
it is based on a Finite State Machine (FSM) to manage all
the possible combinations of...



This is a simple state machine that takes a functional approach.
It requires trampoline from pysistence.func to avoid the recursion limit.

Namedtuples are used to define the different states.
globals() is used to reference the...



This is a state machine template. It can be used as a state machine, or a state machine tester. There is very little setup required and all the states are added based on the state docstring. I made this after a friend came to me asking how I'd...



A very simple idiom for implementing a state machine.



General state machine mechanism plus a specialized version, LineStateMachine, for processing text files based by using regular expressions to determine state transitions.



Needed formatted numbers with thousands separator commas added on an end-user report. The usual way mentioned is to use 'module locale.format', but that didn't work cleanly on my Windows machine, and the cure seemed worse than the disease.