MS-DOS SOURCE CODE

BILO JE TO DAVNE 1980, KADA JE SVE POČELO… In March 2014, Microsoft released the source code to MS-DOS 1.25 and 2.0 via the Computer History Museum. The announcement also contains a brief history of how MS-DOS came to be for those new to […]

FSUM FOR WINDOWS 7

FSUM FAST FILE INTEGRITY CHECKER A fast and handy command line utility for file integrity verification. It offers a choice of 13 of the most popular hash and checksum functions for file message digest and checksum calculation. Version: 2.52 File Size: 92KB OS: Windows […]

WebP CODEC FOR WINDOWS

Viewing WebP images natively in Windows As of now, WebP image format support enabled in browsers like Google Chrome 9 and Opera 11.10 Beta (Opera 11.10 final will release today). By downloading and installing WebP Codec for Windows, you can view WebP images in […]

FCIV – File Checksum Integrity Verifier

This article discusses the File Checksum Integrity Verifier (FCIV) utility. Warning The Microsoft File Checksum Integrity Verifier (FCIV) utility is an unsupported command-line utility that computes MD5 or SHA1 cryptographic hashes for files. Microsoft does not provide support for this utility. Use this utility […]

A “whereis” FOR WINDOWS

This is a little utility that emulates the Unix whereis command. Given the name of an executable, it will display the full path to the executable image. However, in the case of Windows, there are several kinds of executable images, such as DLLs, ActiceX […]

MiKTeX FOR WIN7 (32bit)

MiKTeX (pronounced mick-tech) is an up-to-date implementation of TeX/LaTeX and related programs. TeX is a typesetting system written by Donald Ervin Knuth who says that it is intended for the creation of beautiful books – and especially for books that contain a lot of […]

SHIZUKU 4 ANDROID

Shizuku Background When developing apps that requires root, the most common method is to run some commands in the su shell. For example, there is an app that uses the pm enable/disable command to enable/disable components.