Tab Content
About Me
Blog
About leokoach

Basic Information


Date of Birth
August 15, 1964 (47)
About leokoach
Biography:
http://www.leokoach.com
Location:
Peoria, Arizona - USA
Interests:
Politics and Photography
Occupation:
Software Engineer

Statistics


Total Posts
Total Posts
2
Posts Per Day
0.00
Last Post
Another C# beginner's article(s) 03-22-2010 10:30 AM
General Information
Last Activity
06-07-2010 02:32 PM
Join Date
03-10-2010
Referrals
0
View leokoach's Blog

Recent Entries

Scrambler!

by leokoach on 05-05-2010 at 01:25 AM


Download the code from here
Watch program clip here

Introduction:

Probably all of us tried to write a code to scramble text, so we could pass secret messages around. C# has encrypting ability built in but it's not fun to use something already is there. I had some extra(!) time last couple of days, so I wrote my own text scrambler.

This program gets you different output

Read More

Updated 05-06-2010 at 11:00 AM by leokoach (Rev 1 More explanation added/ Rev 2 Long "if" statements eliminated)

Categories
Programming

FieldList Control

by leokoach on 04-19-2010 at 09:13 PM
Introduction



Watch its video clip here

I started to write a large program that will contain some good functions to be able to code fields for documents and retrieve them easily by searching fields and/or OCRed body of the documents. My first two steps of the application about done. I would like to share one of the components that I wrote called "Field List" control.

Read More

Updated 04-21-2010 at 12:32 PM by leokoach (Adding a clip link)

Categories
Programming

RANT...

by leokoach on 04-12-2010 at 09:20 AM
Silverlight or not? Should l I go with everyone and jump from he bridge? and why?

NO... no silverlight for me, even if that would be the only thing in the future. I am really sick and tired of running where MS wants us to run... Thank you very much, my older codes work just fine.

You know, honestly I am getting dizzy over the web-pages too much things moving on and have tons of shiny buttons that also gets me other places shiny and moving. The whole place started to

Read More

Categories
Personal

Going for the big one!

by leokoach on 04-05-2010 at 01:24 PM
I will be working on a project that I have done with VB6 and dying to replace the code with C#. Following images are from that project, around 6 years old. Since I was working with a Document Conversion company, the project was for production. A scanner module, and QC/Coding module. Works with Tiff images and creates/uses text based data files with ".dat" extensions.



The whole process went like this:

Read More

Categories
Personal , ‎ Programming

The MOST TESTED, DEBUGGED program of all, in any languages ever!

by leokoach on 04-05-2010 at 07:37 AM
There is one program that is tested by almost every one of us, and probably impossible to break... and if there is any miracle comes up and finds something out to crash it, it would make the whole world start turning the other way.

Think about it. What that program could be? Which program, code that is written in every coding languages available, and tested more than billion times.

It's not even a joke, it's a fact. That's the "Hello World" program with one

Read More

Categories
Uncategorized