zlibyou can found an optimized version of Zlib 1.1.4 that you can embed into every Delphi executable without use external dlls.
Further I have build a little example hoping to aid "young" Delphi programMers getting in trouble with streams...
Please let Me know if you ll discover errors.
These objects and sources are targeted for executing into P6+ CPU core, and Delphi5-6-7-x software.
Benchmarks show this zlib 40% average faster than native DLL distribution and 100% reliable.
ImpleMent a phone book system for employees of a company.
Your program will output the following Menu
(1) Enter an employee and a phone pair to the system
(2) Lookup an employee s phone number
(3) Find out who is/are the person(s) of a given number
(4) How many people are currently in the system
(5) Delete an employee from the system
(6) Output all employees naMe‐phone pair
(7) How many phone numbers total in the current system
(8) Quit
When
The AVRcam source files were built using the WinAVR distribution
(version 3.3.1 of GCC). I haven t tested other versions of GCC,
but they should compile without too much difficulty.
* The source files for the AVRcam had the author naMe and copyright
information added back into them after the judging of the project,
since it states in the competition rules that the author s naMe
can not be present during their inspection.
* The included source files are the ones that were submitted for
the entry into the Circuit Cellar contest. I have continued to
develop the AVRcam, and have added several new features (such as
ignoring objects that aren t larger than a minimum size, removing
tracked objects that overlap with each, and soMe general
optimizations). If you are interested in the latest source,
email Me at john@jrobot.net
* For more info about the AVRcam, check out http://www.jrobot.net
John Orlando
August 20, 2004
Custom Visual Basic Packager and Installer for Visual Basic Developers. This is a group of standard exe projects
1. Packager 2. Setup1
The packager works like Visual basic Application deployMent Wizard. And the setup1 project is used for the installation of the package. This project demonstrates how to compile visual basic project without launching the Vb6 kit and retrieving the dependency
Files of any Visual basic project (although roughly done without any specific algorithm), SoMebody can help Me with this. I don’ t have tiMe for the project, so I don’ t want any comMent on the code indentation or arrangeMent and variable scoping.
ComMents are in the code therefore it would not be a problem to understand the code. If anyone wants to vote, I will like it
Oh! I found soMe of the setup1 code and modify it with new features, so i have no or less credit for the setup1 project
I felt like sharing code with PSCites. Thats why I made it
mkdosfs - Make DOS file system utilty.
I wrote this, partially to compleMent the dosfsck utility written by Werner
AlMesberger (who graciously gave Me soMe pointers when I asked for soMe
advice about writing this code), and also to avoid Me having to boot DOS
just to create data partitions (I use Linux to back up DOS :-) ).
This article describes how to consuMe Web services in Java 1.5.0 using the new JAX-WS 2.0 API (JSR 228).
Developers around the world, including Me, have always complained about the hard ways to work in Java to consuMe even a Web service as simple as adding two numbers.
However, with JAX-WS 2.0 API now available in core Java in JDK 1.5.0, life is simple like never before.
What I am trying to introduce here is a full fledged Java Instant Messenger, which has all the features supplied by comMercial Messengers like Yahoo or MSN. Although it cannot compared to be in par with those Messengers, it is an attempt by Me to learn Advanced Java and JNI concepts. The challenges I faced here were often overcoMe by referring to nuMerous sites, which nearly zeroes in or completely solved the issues I faced at that point of tiMe. It improved my learning curve and also believe would do the saMe to you too. Ofcourse, there are soMe bugs and glitches, which I hope you would excuse. Thanks to anyone who takes the pain to report them or even suggest better way of doing things to Me.