Dropbox

apps, win No Comments »

Dropbox is the easiest way to store, sync, and, share files online.

HeidiSQL

apps, mysql, win No Comments »

HeidiSQL is an easy-to-use interface and a “working-horse” for web-developers using the popular MySQL-Database. It allows you to manage and browse your databases and tables from an intuitive Windows® interface.

GetLocalUserName (Windows, Lazarus)

apps, lazarus, pascal, win No Comments »
function GetLocalUserName : string;
var
    Buffer : array[0..255] of char;
    Count : DWord;
begin
  Count := 256 + 1;
  GetUserName(Buffer, Count);
  Result := string(Buffer);
end;

Download example
Download source

WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Log in