Fast killer v2.6.3

February 16, 2010 by

Fast Killer is an efficient USB malware removing tool for Windows NT platform.It’s virus detection method based on hash matching theory. That’s why it is faster than regular anti virus packages.

Features:

· Free online updates,
· Automatically update definitions by reading autorun.inf file (self upgrade),
· Automatically fix corrupted registry settings (example: Task Manager disable problem),
· Can be use to fix locked hidden files on your removable drives,
· Automatically scan for threats on new removable drive arrival,
· Allows you to define custom definitions,
· You can share custom definitions with your friends,
· and more…

Download it from following link
http://buix.fergonez.net/fk/setup.zip

We moved to new site….

September 23, 2011 by

We moved into new web site!!! Visit http://hase85.wordpress.com

Surround Effect VST plugin released

August 17, 2010 by

This is my first VST effect plugin. It generates surround sound & mix it to default audio channels! Currently it doesn’t have an editor window, so it uses default GUI of host.  (compiled using vst sdk v2.3)

Use following link to download it with source.

Download

Fast Killer v2.6.3 Manual Update -15/08/2010

August 16, 2010 by

You can download 2010-08-15 manual definition update file using from following link.

http://shup.com/Shup/400485/20100815.zip

GSLib v1.0 released!

August 3, 2010 by

GSLib is a COM(ActiveX) component which can be use to solve linear equations using Gauss–Seidel iterative method!You can use this library from any language which has support for COM technology! (ex: C++, VB, C# …)

Description:

CalculateRoots method has 3 parameters!

equationCount = number of equations you have
params = array of constants with assumption values of roots
roots = output buffer which receive value of roots

for instance, suppose you want to solve following three linear equations:

12x+3y-5z=1 ———-(1)
x+5y+3z=28  ———-(2)
3x+7y+13z=76———-(3)

so, equationCount=3

params= array [12,3,-5,1,1,5,3,28,3,7,13,76,0,0,0]  ( last three zeros are assumption values of roots! usually we use zeros…)

roots = array to hold root values! for this example, array size should be enough to hold three numbers.
Installation:
 put GSLib.dll into somewhere then call “regsvr32.exe GSLib.dll”

Uninstallation:
 call “regsvr32.exe /u GSLib.dll”

Download

ByteCounter v1.0 released

June 7, 2010 by

One day I activated mobitel(my isp) smart 25 option to connect into the internet. After that,I used more than 50MB but isp didn’t send a message to me to inform that session is over. As a result of that, I used my whole credits for that internet session! What a waste ha?

So, I made this tool for my own use. Hope it could be useful for you.

(tested with windows xp)

http://stashbox.org/920980/ByteCounter.zip (source code included)

StructChecker v1.0 for Fast Killer v2.6.3

June 3, 2010 by

StructChecker scans for changes of PE file structure. Most of exe infections can be detect using this engine. So, use it wisely! Please read documentation for more info.

http://stashbox.org/916442/StructChecker.zip (source code included)

First Track Made With Synthesizer

May 18, 2010 by

This is my first experience with synthesizer! Hope you like it!

http://stashbox.org/899297/Dance-With-Fear.mp3

RFC Framework v0.1.4 Released

April 5, 2010 by

RFC Framework is a C++ RAD programmer tool. It allows you to code light-weight C++ GUI applications in OOP fashion.
Try it now! It should be useful for you….

http://stashbox.org/958526/rfc.zip

BaseUIX Framework stable version released

December 31, 2009 by

BaseUIX is a GUI framework that allows you to customize the look and feel of your softwares by using custom themed controls and windows. It fully supports alpha blended PNGs and has a highly modular code, making it very easy to use and create new controls. BaseUIX is entirely coded in C++. visit http://buix.fergonez.net for more information.