Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
VB VB (1648)
VB.net VB.net (736)
C# C# (15)
ASP.net ASP.net (779)
ASP ASP (41)
VC++ VC++ (25)
PHP PHP (0)
JAVA JAVA (4)
JScript JScript (5)
  Database
» SQL Server (708)
» ORACLE (5)
» MySQL (0)
» DB2 (0)
Automation
» C/C++/ASM (11)
» Microcontroller (1)
» Circuit Design (0)
OS/Networking
» Networking (5)
» Unix/Linux (1)
» WinNT/2k/2003 (8)
Graphics
» Flash (0)
» Maya (0)
» 3D max (0)
» Photoshop (0)
Links
» ASP.net (2)
» PC Interfacing (1)
» Networking (4)
» SQL Server (4)
» VB (23)
» VB.net (4)
» VC (3)
» HTML/CSS/JavaScript (10)
Tools
» Regular Expr Tester
» Free Tools

(Page 133 of 133) 3985 Result(s) found 

 

C++ Compiler Trap, Indeterminism in function argument evaluation
Total Hit (5948) «code LangId=1»int i=0; printf("%d %d %d %d", i++, i==1, i, ++i);«/code» Its giving this output: On Sun Solaris 8: 0 1 2 2 On Linux: 1 1 1 1 On Windows: 0 1 1 2 Some thoughts: Incr/decr ops have side effect so arg list values are undefined in this case. It's an excellent example of ....Read More
Rating
How to auto refresh page
Total Hit (7479) Here is the script to refresh page automatically at certain interval «code LangId=4» <html> <HEAD> <script type="text/javascript"> <!-- Begin /* Because this is a true refresh, you might want to put a notice on the page that it refreshes every "X" minutes */ function reFresh() ....Read More
Rating
Javascript : Show/Hide table rows, Mouse over effect and more
Total Hit (7657) This snippet will show you how to show/hide elements like Table, Row, Cell, Span, Div ... using a very simple trick - Create a new test file and name it Test.htm - Copy/Paste the following code to test.htm - you will need 2 sample images show.gif and hide.gif in order to test this code. Place b ....Read More
Rating
58 C++ Programs
Total Hit (6686) This code contains «big»«b»58 C++ useful Programs«/b»«/big». 58c++Progs is for those who are interested in learning almost all features of C++. It will be interested by one who wan't to master the code...This is a product of «a href='http://www.vivekpatel.cjb.net '»www.vivekpatel.cjb.net «b»«/b»«/a» ....Read More
Rating
Inventory management system
Total Hit (5799) «big»«b»This software is designed to manage your inventory system, with a facility of adding, modifying, deleting, viewing, searching, and analyzing a item stored in an inventory. This all functionality is very well comprised using Graphics Outlet for user to go on with it!!!«/b»«/big» ....Read More
Rating
Weather Reporting System
Total Hit (5307) «big»«b»This software is designed to facilitates user to maintain weather report records, analyse, view's in different format including histogram chart representation. «/b»«/big»
Rating
Graphically Explanation of DATA FILE STRUCTURE
Total Hit (5752) «big»«b»This Software was designed to give user an graphical environment to learn DFS funda's in due course of time. This software helps faculties by giving graphical view to student to master the working and importance of Data-Structure. Student can then be helped by this software by viewing graphi ....Read More
Rating
HTTP Transactions... Send/Recieve any-any thing using HTTP (with proxy )
Total Hit (6062) This code will help you to send data (files, nvpair) on POST/GET method and to download any content from the web. You can also use proxy server while executing this. Steps for installation... 1. Copy/extract the zip file attatched with this mail to jre/ext folder so world can access it OR mak ....Read More
Rating
RC4 Implementation in java
Total Hit (17912) This code will help you to use RC4 in java. you dont require javax.sec.. blah blah.. Just compile and run Remember the crypt routine here changes the argument input. You can easily use this code for file encrytpion also. For file encr./decr. just open file and get the input/output stream, then ....Read More
Rating
Easy image conversion
Total Hit (5748) This java application will help to convert any image (bmp,jpg,gif,png...) to any (jpg,gif,bmp,png). How to run!!!! 1. Compile ConvertImage.java file (the source code is listed with this article 2. Modify class path to include com.zip OR use -djava.class.path directive 3. Run ConvertImage as ....Read More
Rating
How to code efficiently for micro controller or ARM plat form using c compilers
Total Hit (6341) This is for who r coding on microcontroller or ARM platform using its specific c cross compilers. In this tutorial u will find efficient coding for ARM but its coding style for C is also usefull in microcontroler programming . NJOY ... coding
Rating
How to Convert FAT Partition to NTFS for your USB drive so you can store files bigger than 4GB
Total Hit (6499) Have you just bought new external USB drive and tried to copy file bigger than 4GB ? Did you get error while copying that? If your answer is yes then you also facing the same issue I faced. Most of USB drives available in the market are formatted to use using FAT32 file system and under FAT32 fil ....Read More
Rating
How to restore default group policy on workstation or server
Total Hit (5529) To restore default group policies for workstation or server try the following commands For Workstation (i.e XP) Try the following command at the command prompt «code LangId=14»secedit /configure /DB secedit.sdb /CFG %systemroot%\inf\defltwk.inf /log >secedit.log /verbose«/code» For Server ( ....Read More
Rating
This is a link to a different site JavaScript: DHTML API, Drag & Drop for Images and Layers
Total Hit (3323) A Cross-browser JavaScript DHTML Library which adds Drag Drop functionality and extended DHTML capabilities to layers and to any desired image, even those integrated into the text flow.
Rating
This is a link to a different site C Implementation of MD5 algorithm
Total Hit (4740)
Rating
This is a link to a different site Interfacing the Serial / RS-232 Port
Total Hit (4419)
Rating
This is a link to a different site Interfacing Example - 16 Character x 2 Line LCD
Total Hit (3669) This is the first interfacing example for the Parallel Port. We will start with something simple. This example doesn't use the Bi-directional feature found on newer ports, thus it should work with most, if no all Parallel Ports. It however doesn't show the use of the Status Port as an input. So what ....Read More
Rating
This is a link to a different site How to control a HD44780-based Character-LCD (Industry-Standard-Character-LCD)
Total Hit (2966)
Rating
This is a link to a different site Interfacing the Standard Parallel Port
Total Hit (3400) The Parallel Port is the most commonly used port for interfacing home made projects. This port will allow the input of up to 9 bits or the output of 12 bits at any one given time, thus requiring minimal external circuitry to implement many simpler tasks. The port is composed of 4 control lines, 5 st ....Read More
Rating
This is a link to a different site The Art of Assembly Language Programming
Total Hit (3181)
Rating
This is a link to a different site Tigra Menu v2.0 (Free)
Total Hit (3137) Tigra Menu is free JavaScript menu navigation component for web sites. This is the script thousands of webmasters around the world have chosen for its great feature set, flexibility and performance. Tons of support materials including cross-patform visual builder offered free of charge. No matter i ....Read More
Rating
This is a link to a different site Ajax - New way of developing web applications using XMLHttpRequest
Total Hit (2885) Ajax is not a new technology but it's a new way of developing web application which can refresh data without submitting the web page (Ohhh kool hows that possible !!!).
Rating
This is a link to a different site Java developers, rejoice! JDeveloper now FREE!
Total Hit (3211) Oracle Corp. is planning to make its core Java development tool, Oracle JDeveloper 10g, available for free.
Rating
This is a link to a different site How To Install and Configure a Virtual Private Network Server in Windows 2000
Total Hit (2740) A virtual private network (VPN), allows you to connect components to a network, via another network, such as the Internet. You can make your Windows 2000 Server-based computer a remote-access server so that other users can connect to it by using VPN, and then access shared files on your local drives ....Read More
Rating
This is a link to a different site How to setup a VPN Server & Client - WinXP [NOT 56k Friendly]
Total Hit (3505)
Rating


(Page 133 of 133) 3985 Result(s) found  ... 121 122 123 124 125 126 127 128 129 130 131 132 133

Recommanded Links

 

Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.