May 10th, 2009
If you need a simple cgi hit counter, you can use the script written by John Collins, this is popular web stats using PERL CGI, the code is open source and you can rewrite it for personal purpose, the code is available here http://www.akamarketing.com/simple-hit-counter-with-perl.html
The script consist of:
- counter.cgi - the actual Perl hit counter script, to be placed in the cgi-bin of your web site.
- count.dat - a plain-text file that will store the count value, also in the cgi-bin.
- counter demo.shtml - the HTML page that will call the script.
Hopefully it will be useful for your website.
Tags: Programming, Web Development
Posted in Blogging | No Comments »
May 2nd, 2009
PT. Schneider Electric Manufacturing Batam
As a global specialist in energy management with operations in more than 100 countries, Schneider Electric offers integrated solutions across multiple market segments, including leadership positions in energy and infrastructure, industrial processes, building automation, and data centers/networks, as well as a broad presence in residential applications. Focused on making energy safe, reliable, and efficient, the company s 114,000 employees achieved sales of more than 18.3 billion euros in 2008, through an active commitment to help individuals and organizations “Make the most of their energy”. To face the current business challenges, we require proficient, efficient, and highly motivated individuals for the following positions.
PRODUCTION SUPERVISOR (PS)
Requirements:
- Degree in Industrial Engineering, Electrical, Electronic background
- Having 3 years experience in manufacturing company as Production Supervisor
- Familiar with SAP system (PP Module) is an advantage.
General Requirements:
- The candidate must have good command in English, and knowledge in French is added advantage
- The candidate must have strong interpersonal and analytical skill with ability to work as part of team, fast learning and have positive attitude
- Willing to stay in Batam.
Please send your application, resume, copy of qualifications and recent photograph within 9 May 2009 to:
HRD Department
PT Schneider Electric Manufacturing Batam
Jl. Beringin Lot 04 BIP Muka Kuning - Batam
Indonesia
Email to: recruitment.semb@sg.schneider-electric.com
Tags: Job Vacancy
Posted in Employment | No Comments »
April 5th, 2009
Scientist and Macintosh Programmer
Skilled in research ventures coupled with computer programming and software development of Macintosh applications. Exceptional background in physics, signal processing, computerized peripheral controls, hardware installation, networks, internet, communications, remote sensing, technical writing, web site design and site implementation.
Practical research experience in computer applications for science, businesses, geoscience, medical, and legal disciplines.
Proficient in FutureBASIC , C, C++, Java, Perl cgi and several other computer languages.
You can contact him for IT project at:
Mailing address:
Sperling Corporation
600 Bluebell Drive
Lansing, MI 48911
Phone: 517.393.1296
Email: tedd@sperling.com
Tags: Macintosh
Posted in Employment | No Comments »
April 2nd, 2009
Tedd’s Quarters v 1.04
tedd’s Quarters v 1.04 ITA
Quarters is a Freeware program and is free to download subject to normal and customary Freeware restrictions

Quarters
The original Quarter game deals with the selection of coins from three piles of coins. Each player selects coins in turn and the person left with a single coin to choose loses!
I learned this game several years ago and finally turned it into a program, namely “Quarters”. The program has elements of artificial intelligence and follows a “rule-based” AI algorithm. In other words, it plays the game as I do ( tedd ) — except it doesn’t make mistakes. I think that you’ll find it hard to beat!
After learning the rules, the beauty of the game is that it can be played anywhere with twelve coins. While, the strategy of winning the game is complex, it follows some very simple rules — which you may be able to derive from playing the program. If you can’t, however, I can provide the solution, for $5. Please see details under “The Secret” button.
Or, you can make payment for “The Secret” by simply paying $5 via:
After which, I will be notified that you paid and I will in turn email you “The Secret”.
In any event, Quarters an intriguing game! I’ve enjoyed it for years, as I hope you will.
Tags: Games, Macintosh
Posted in Blogging | No Comments »
March 19th, 2009
I found Algorithms by Cormen et al a very fascinating book filled with an in depth study of computational algorithms. The editorial review by Amazon.com says:
If you had to buy just one text on algorithms, Introduction to Algorithms is a magnificent choice. The book begins by considering the mathematical foundations of the analysis of algorithms and maintains this mathematical rigor throughout the work. The tools developed in these opening sections are then applied to sorting, data structures, graphs, and a variety of selected algorithms including computational geometry, string algorithms, parallel models of computation, fast Fourier transforms (FFTs), and more.
This books strength lies in its encyclopedic range, clear exposition, and powerful analysis.
Pseudo-code explanation of the algorithms coupled with proof of their accuracy makes this book a great resource on the basic tools used to analyze the performance of algorithms.
From Book News, Inc. , October 1, 1990. Both rigorous and complete, this introduction covers traditional material and modern developments: elementary data structures, sorting graph algorithms and NP-completeness are included along with material on Fibonacci heaps, parallel algorithms, network flow algorithms, computational geometry, and number-theoretic algorithms. Annotation copyright Book News, Inc. Portland, Or.
Tags: Books
Posted in Blogging | No Comments »