Prime numbers’ generator

August 2, 2008
Tags: ,

This is a Prime Numbers’ Generator from Integers up to 2,000,000,000, written in Turbo Pascal.
This program generates the prime numbers up to a given arithmetic limit, using 4 (four) different known methods. They are all based in modulo algebra. The methods are:

This uses the mathematical definition of a prime number to generate them. A prime [...]

0

Qt (Μέρος Ι): Convertor

August 2, 2008
Tags: ,

Το Q Toolkit (Qt) είναι μία εργαλειοθήκη για δημιουργία εφαρμογών με γραφικό περιβάλλον (GUI), αντίστοιχη της GTK του Gnome. Ξεκίνησε να αναπτύσσεται το 1991 από τους Haavard Nord and Eirik Chambe-Eng και έγινε η βάση πάνω στην οποία στηρίχτηκε ολόκληρο το γραφικό περιβάλλον KDE. Ουσιαστικά, οι εκδόσεις του KDE ακολουθούν πάντα τις αναβαθμίσεις της [...]

15

Sombrero!

August 2, 2008
Tags:

The first blog post is usually some general introduction about the writer. I don’t like those posts so I start by testing my MathML installation.
To test it, let me try to write the “sombrero” function:

which is automagically constructed by Ron Fredericks‘ WP Math Publisher plugin using this line of code:

[ pmath size=12]z=sin (sqrt (x^2 + [...]

Comments Off