11
I Use This!
Very Low Activity

News

Analyzed about 17 hours ago. based on code collected 1 day ago.
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 ... [More] are pre-defined however someone can change them from inside the constructor at will. Accepted probabilities are from 0 to 1, also -1 is accepted, this indicates that the program choses on its own the probability for the next step to walk. The purpose of this is to show the the usage of cairo library! read more [Less]
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 ... [More] are pre-defined however someone can change them from inside the constructor at will. Accepted probabilities are from 0 to 1, also -1 is accepted, this indicates that the program choses on its own the probability for the next step to walk. The purpose of this is to show the the usage of cairo library! read more [Less]
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 ... [More] are pre-defined however someone can change them from inside the constructor at will. Accepted probabilities are from 0 to 1, also -1 is accepted, this indicates that the program choses on its own the probability for the next step to walk. The purpose of this is to show the the usage of cairo library! read more [Less]
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 ... [More] GtkTextBuffer(); $win = new GtkWindow(); //Modify widgets $scrolled_win->set_policy(1,1); $textview->modify_font(new PangoFontDescription('Courier New 14')); $win->maximize(); $win->connect_simple('destroy', array('Gtk', 'main_quit')); //Pack widgets $scrolled_win->add($textview); $textview->set_buffer($buffer); read more [Less]
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 ... [More] 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 [Less]
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 ... [More] 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 [Less]