aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* timer.c: Made years, months and days verbal.Tomasz Kramkowski2015-06-111-3/+25
* editor.c: a joke, an editor which writes a c programTomasz Kramkowski2015-05-251-0/+95
* Makefile no longer installs bin executableTomasz Kramkowski2015-05-241-1/+1
* Added -D flag to installTomasz Kramkowski2015-05-241-1/+1
* Makefile now has a help target as well as the all targetTomasz Kramkowski2015-05-241-0/+5
* New and improved timer.Tomasz Kramkowski2015-05-241-34/+162
* sdl.c, undefined.c, md5.cTomasz Kramkowski2015-05-013-0/+271
* ant.c: now no longer gives warnings when compilingTomasz Kramkowski2015-05-011-5/+7
* poly_perim.cTomasz Kramkowski2015-04-261-0/+25
* addrofmain.cTomasz Kramkowski2015-04-261-0/+8
* Added more license headers.Tomasz Kramkowski2015-04-045-0/+45
* luaing: minor cleanup.Tomasz Kramkowski2015-04-041-14/+21
* Removed short useless code.Tomasz Kramkowski2015-04-041-5/+0
* shufflechars: Shuffle characters around.Tomasz Kramkowski2015-04-041-0/+59
* guesskeylength: Calculates indices of coincidence for different key width pos...Tomasz Kramkowski2015-04-041-0/+81
* genkeypairs: now more flexibleTomasz Kramkowski2015-04-031-19/+29
* foursquare: various cleanup.Tomasz Kramkowski2015-04-032-99/+98
* advigenere: addition only.Tomasz Kramkowski2015-04-031-0/+67
* Simple implementation of vigenere cipher. (offset of 1 for desired results)Tomasz Kramkowski2015-04-021-0/+62
* Improved rot.c error.Tomasz Kramkowski2015-04-011-2/+2
* Pthreads testing.Tomasz Kramkowski2015-03-311-0/+45
* Removed imlib2.c because of code copied from somewhere and modified README.Tomasz Kramkowski2015-03-312-233/+4
* Various fixes to hangman.c.Tomasz Kramkowski2015-03-301-12/+13
* Removed redundant semicolon.Tomasz Kramkowski2015-03-301-1/+1
* Simple single function hangman.Tomasz Kramkowski2015-03-301-0/+98
* Formatting old source.Tomasz Kramkowski2015-03-302-218/+221
* Moved simplx to its own project.Tomasz Kramkowski2015-03-301-83/+0
* snake.c: Additional braces to silence warnings.Tomasz Kramkowski2015-03-221-2/+3
* snake.c: Visual enhancements and argument parsing.Tomasz Kramkowski2015-03-221-15/+92
* snake.c: removed prototypes and git add snake.cTomasz Kramkowski2015-03-221-55/+42
* ncurses_windows: testing a box with max size which always fits in root window.Tomasz Kramkowski2015-03-221-0/+57
* snake game, link with -lncursesTomasz Kramkowski2015-03-221-0/+266
* randtest.c no longer does something idiotic.Tomasz Kramkowski2015-03-221-1/+1
* README.md is now formatted to fit an 80 character terminal.Tomasz Kramkowski2015-03-221-1/+4
* timer.c no longer gives compiler warnings on incompatible format.Tomasz Kramkowski2015-03-091-2/+2
* Minor modifications and new file endianness.cTomasz Kramkowski2015-03-092-18/+52
* Update makefile to better standards and practices.Tomasz Kramkowski2015-03-092-27/+33
* scanf.c: styleTomasz Kramkowski2015-02-211-0/+1
* strcmp.cTomasz Kramkowski2015-02-211-0/+19
* scanf.cTomasz Kramkowski2015-02-211-0/+13
* alignment.cEliteTK2015-02-121-0/+65
* Update LICENSE_HEADER to 2015EliteTK2015-01-312-2/+2
* event.c: evdev inspectorTomasz Kramkowski2015-01-291-0/+36
* Merge branch 'master' of https://github.com/EliteTK/c-stuffEliteTK2015-01-111-1/+2
|\
| * Moved name into license header.Tomasz Kramkowski2015-01-101-1/+2
* | Added sanity to bfparse and brought up to style guidelines.EliteTK2015-01-111-81/+64
|/
* Comments.EliteTK2014-12-301-2/+2
* Cleanup and license headers.EliteTK2014-12-295-8/+27
* More code.EliteTK2014-12-2911-11/+337
* Fixed wrapping.Tomasz Kramkowski2014-11-171-1/+1