Posted
over 13 years
ago
by
Melsi Habipi
This is about simple random walk (as defined in theory). Uses the cairo library. A ball walks randomly on the screen and leaves a trace behind.
Defined probability for the next step to walk is 0.5. Probabilities for left step and other parameters
|
Posted
over 13 years
ago
by
Melsi Habipi
This is about simple random walk (as defined in theory). Uses the cairo library. A ball walks randomly on the screen and leaves a trace behind.
Defined probability for the next step to walk is 0.5. Probabilities for left step and other parameters
|
Posted
over 13 years
ago
by
Melsi Habipi
This is about simple random walk (as defined in theory). Uses the cairo library. A ball walks randomly on the screen and leaves a trace behind.
Defined probability for the next step to walk is 0.5. Probabilities for left step and other parameters
|
Posted
over 13 years
ago
by
Melsi Habipi
This script displays a 2D array inside a textview. All elements on the same row and coloumn are underlined and colred blue.
<?PHP
//Definition of widgets
$scrolled_win = new GtkScrolledWindow();
$textview = new GtkTextview();
$buffer = new
|
Posted
over 13 years
ago
by
Melsi Habipi
This script displays a 2D array inside a textview. All elements on the same row and coloumn are underlined and colored blue.
read more
|
Posted
over 13 years
ago
by
Melsi Habipi
This script displays a 2D array inside a textview. All elements on the same row and coloumn are underlined and colored blue.
read more
|
Posted
over 14 years
ago
by
Orlando Saavedra
Installateur pour PHP-GTK sur Windows, incluant PHP-GTK (PHP 5.3 + php-gtk snap + cairo), des extensions PHP, certaines localisations Gtk, des associations de types de fichiers, et des scripts de démonstration.en lire plus
|
Posted
over 14 years
ago
by
Orlando Saavedra
A PHP-GTK installer for Windows, it includes PHP-GTK (PHP 5.3 + php-gtk snap + cairo),PHP Extensions,
Some Gtk Locales, File Associations and demo scripts
You can install only PHP-GTK core files, the full install or choose what to install.
Made with Inno Setup, questions, suggestions and feature requests are welcomeread more
|
Posted
over 14 years
ago
by
Orlando Saavedra
A PHP-GTK installer for Windows, it includes PHP-GTK (PHP 5.3.4 + php-gtk snap + cairo),PHP Extensions,
Some Gtk Locales, File Associations and demo scripts
Fixed incompatibility between extensions and core due to version mismatch
You can
|
Posted
over 14 years
ago
by
Orlando Saavedra
A PHP-GTK installer for Windows, it includes PHP-GTK (PHP 5.3.4 + php-gtk snap + cairo),PHP Extensions,
Some Gtk Locales, File Associations and demo scripts
Fixed incompatibility between extensions and core due to version mismatch
You can
|