root@fandigunawan

December 28, 2007

Idnaf.AVRdude.FE : Free AVRdude Front End

Filed under: Microcontroller, Software Development — Tags: — fandigunawan @ 8:54 am

During developing hardware for my thesis, I found out that Pony Prog is wasting my time (it does not support profile keeping and I need to reconfigure device every time I use this application). So I use AVRdude to flash and to read my Atmel AVR microcontroller. Since AVRdude is CUI, I need to make a better GUI for it and providing mostly needed feature: profile. This application will display itself in the right-corner tray and easily used. Try it.

Screenshot :

Option box

When right-click in the tray

This application was completely written in C# (Visual Studio 2005) and you will  need .NET framework 2.0 to run the application.

System requirement :

  • GiveIO.sys (included) for LPT access

License : please see licensing page

In the following link I uploaded also the source code + binary.

Version 0.2.1 [Please upgrade to this version]

Source Code :
http://fandigunawan.googlepages.com/Idnaf.AVRdude.FE.021-src.zip
Binary:
http://fandigunawan.googlepages.com/Idnaf.AVRDude.FE.021-bin_complete.zip
Dependency files (Lib-USB, GiveOI.sys and AVRdude):
http://fandigunawan.googlepages.com/Dep.zip

Version 0.2.0

Source Code :
http://fandigunawan.googlepages.com/Idnaf.AVRdude.FE.020-src.zip
Binary:
http://fandigunawan.googlepages.com/Idnaf.AVRdude.FE.020-bin_complete.zip

Version 0.1.0

Source Code :
http://fandigunawan.googlepages.com/Idnaf.AVRdude.FE.010-src.zip
Binary:
http://fandigunawan.googlepages.com/Idnaf.AVRdude.FE.010-bin.zip

Links :

December 19, 2007

5 MB Harddisk

Filed under: Misc — Tags: — fandigunawan @ 4:15 pm

My boss, Rego@Sonsivri wrote:

The Volume and Size of 5MB memory storage in 1956.

In September 1956 IBM launched the 305 RAMAC, the first computer with a hard disk drive (HDD). The HDD weighed over a ton and stored 5MB of data.

The IBM 350 Disk Storage Unit provides storage capacity of the disk drive was 5MB (referred to at the time as 5 million characters). It was configured with 50 magnetic disks containing 50,000 sectors, each of which held 100 alphanumeric characters.

(more…)

Why Engineers Earn Less Salary Compared to Sales n Marketing Guys

Filed under: Misc — Tags: — fandigunawan @ 4:07 pm

Dilbert’s Theorem on Salary states that engineers and scientists never earn as much salary as business executives, sales people & Management guys.

This theorem can now be supported by a mathematical equation based on the
following three postulates:

  • Postulate 1: Knowledge is Power (Knowledge=Power)
  • Postulate 2: Time is Money (Time=Money)
  • Postulate 3 (as every engineer knows): Power = Work/Time

(more…)

Math in Our Ridiculous Life part 2

Filed under: Misc — Tags: — fandigunawan @ 4:03 pm

6k9hdma

7xnhjli

December 16, 2007

Idnaf.SetupUnpacker : An Open Source Installer Unpacker

Filed under: Software Development — Tags: — fandigunawan @ 4:32 pm

You may always use NSIS, INNO installer, Wise and other installer. At the time I needed to unpack the content of those installer without having install the application first.

Idnaf.SetupUnpacker is an open source installer unpacker which supports:

It also support .exe file detection trough PeID. It also support decompression trough 7zip (wrapped).

Screenshot :

This application was completely written in C# (Visual Studio 2005) and you will  need .NET framework 2.0 to run the application.

System requirement : Windows with .NET framework 2.0 installed

License : please see licensing page

In the following link I uploaded also the source code + binary.

http://fandigunawan.googlepages.com/IdnafSetupUnpackerTool.zip

Links:

Idnaf.AC3ngine : An Open Source AC3 to MP3 Converter

Filed under: Software Development — Tags: — fandigunawan @ 4:09 pm

AC3 is an audio format embedded in DVD. At the time I needed to convert this AC3 to MP3 for my personal purpose. I made this tool with some famous utilities : lame, normalize and azid.

Idnaf.AC3ngine is an open source AC3 to MP3 converter. It is actually like an automated tool which use lame, normalize and azid. It also support multi files conversion. Yet, this application is like an automated GUI wrapper for conversion of AC3 to MP3.

This application was completely written in C# (Visual Studio 2005) and you will  need .NET framework 2.0 to run the application.

Screenshot :

System requirement : Windows with .NET framework 2.0 installed

License : please see licensing page

In the following link I uploaded also the source code + binary.

http://fandigunawan.googlepages.com/Idnaf.AC3ngine.zip

Links:

QGUI : An Open Source QEMU GUI Wrapper (Front End)

Filed under: Software Development — Tags: — fandigunawan @ 3:56 pm

QEMU is one of the best PC emulator available in the world. I found out that this application run in command prompt mode. I hate this. So I made my own version to wrap QEMU.

QGUI is an open source QEMU GUI wrapper (front end). It support automated profile loading (so you don’t have to take everything back). It also support image disk conversion.

Screenshot:

 

This application was completely written in C# (Visual Studio 2005) and you will  need .NET framework 2.0 to run the application.

System requirement : Windows with .NET framework 2.0 installed

License : please see licensing page

In the following link I uploaded also the source code + binary.

http://fandigunawan.googlepages.com/QGUI.zip

Links:

Idnaf.TukangBackup : An Open Source File Backup Utility

Filed under: Software Development — Tags: — fandigunawan @ 3:45 pm

Oh s***, power outage again!. I need to get my report done by tomorrow. I also need to go back to my previous version without having continually save-as the files. This application is the solution for your problem!

Idnaf.TukangBackup is an open source application to backup your files with additional date and time added into the file name. It will back up your file into a single “ZIP” compressed file.This format is actually easily opened natively with Windows XP +.  So, you can return to your previous backed up file without continually using “save-as” file (as I always forget to do this :p ).

Screenshot:

This application was completely written in C# (Visual Studio 2005) and you will  need .NET framework 2.0 to run the application.

System requirement : Windows with .NET framework 2.0 installed

License : please see licensing page

In the following link I uploaded also the source code + binary.

http://fandigunawan.googlepages.com/Idnaf.TukangBackup.zip

Engine used : SharpZipLib

Idnaf.eXORcist : A Free Encryption Tools

Filed under: Software Development — Tags: — fandigunawan @ 3:17 pm

This application is actually my final project of Object Oriented Programming course in my campus. At the time I proposed to make an encryption tools. Yup, I got A+ for this application. So, you may try this application :p

Idnaf.eXORcist is an application for encrypting and decrypting file which has compression feature. It support several encryption algorithms :

  • Fandi’s Encryption 2.0
  • Rijndael Encryption
  • DES
  • RC2
  • TripleDES
  • Fandi’s Encryption Doubler
  • Poly Alphabetics Encryption

Screenshot:

This application was completely written in C# (Visual Studio 2005) and you will need .NET framework 2.0 to run the application.

System requirement : Windows with .NET framework 2.0 installed

License : please see licensing page

In the following link I uploaded also the source code + binary.

http://fandigunawan.googlepages.com/Idnaf.eXORcist.zip

Engine used : SharpZipLib

Links :

Idnaf.CSV.Reader : An Open Source CSV Format Reader

Filed under: Software Development — Tags: — fandigunawan @ 3:11 pm

At the time I got a CSV file. Actually I can use Microsoft Excel to read that file, however my condition did not permit that. The data in that CSV file were displayed incorrectly in Microsoft Excel. So, last way : I made this application.

Idnaf.CSV.Reader is an open source application for reading CSV format. Currently, it can not save CSV file (as you may see it is a reader though).

Screenshot:

 

This application was completely written in C# (Visual Studio 2005) and you will need .NET framework 2.0 to run the application.

System requirement : Windows with .NET framework 2.0 installed

License : please see licensing page

In the following link I uploaded also the source code + binary.

http://fandigunawan.googlepages.com/Idnaf.CSV.Reader.zip

Links :

Older Posts »

Blog at WordPress.com.