Prime numbers, explained.
by Shinigami on Mar.28, 2013, under C++
This article will be about prime numbers and algorithms to find them.
So, what is a prime number?
edX MITx 6.00x: Introduction to Computer Science andProgramming
by Shinigami on Feb.03, 2013, under EDX
Comments Off more...Travian Attack Inspector – TAI
by Shinigami on Sep.09, 2012, under JavaScript
Updates Travian4 pages in random time intervals (from 1 to 5 min interval) in all villages and pages like dorf1.php, statistiken.php … If you have active Plus acc set var plus to “true” if you don’t have Travian plus acc set to false. If attack is detected a youtube video will be inserted in travian page and will start to play. To inform about attack.
Game: Snake V1.1
by Shinigami on Aug.23, 2012, under OpenGL
Hi,
I was learning opengl and maid a new snake game in freeglut and c++. It is different from my first snake game as it is in GUI and not in terminal. Here are some pics to look at.
OpenGL human
by Shinigami on Aug.15, 2012, under OpenGL
Hi,
started to learn OpenGL and decided to share my first work
.
It is written using FreeGLUT and C++. It can be rotated using a, d, w, s, q, e buttons. Light can be turned on and of using mouse left button. And it can be zoomed using mouse wheel (not guaranteed to work). It uses OpenGL 3.1 (it will not display human if 4.1 version used.
Slope drawing in auto lisp
by Shinigami on Jul.31, 2012, under AutoCAD LISP
Here is AutoCAD routine in auto lisp and visual lisp for slope drawing.
Game: Snake v1
by Shinigami on Apr.21, 2012, under C++
This is a text based snake game in terminal. It is made as a class object. And it has GNU GPL license.
Prime number function (print divisors)
by Shinigami on Apr.09, 2012, under C++
Here are changed prime number function. If number is not a prime number program prints all it’s divisors. If it is a prime number program tells that it is a prime number.
Game: Rock, paper, scissors
by Shinigami on Apr.09, 2012, under C++
This is a simple game of rock-paper-scissors.
Parking garage fee
by Shinigami on Apr.09, 2012, under C++
This is assignment to do.
A parking garage charges a $2.00 minimum fee to park for up to three hours. The garage charges an additional $0.50 per hour for each hour or part thereof in excess of three hours. The maximum charge for any given 24-hour period is $10.00. People who park their cars for longer than 24 hours will pay $8.00 per day.
Write a program that calculates and prints the parking charges. The inputs to your program are the date and time when a car enters the parking garage, and the date and time when the same car leaves the parking garage. Both inputs are in the format of YY/MM/DD hh:mm
