aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'master' of https://github.com/EliteTK/c-stuffEliteTK2014-11-170-0/+0
|\
| * Merge branch 'master' of https://github.com/EliteTK/c-stuffEliteTK2014-11-171-1/+0
| |\
* | \ Merge branch 'master' of https://github.com/EliteTK/c-stuffEliteTK2014-11-171-7/+0
|\ \ \ | |/ / |/| / | |/
| * xcb_gol.c: xcb_gol_macro.c: newEliteTK2014-11-172-0/+443
* | xcb_gol.c: xcb_gol_macro.c: newEliteTK2014-11-172-0/+377
|/
* cap.c: new; rot.c: improvedEliteTK2014-11-152-19/+23
* cap.c: new; casting.c: more testsEliteTK2014-11-132-10/+67
* Wrote license header prefixing tool and added some new code.EliteTK2014-11-086-1/+95
* Fixed -Werror -> -WextraEliteTK2014-10-081-1/+1
* Added clean target. Fixed CFLAGS.EliteTK2014-10-081-1/+4
* Updated makefile .PHONY targets.EliteTK2014-10-081-1/+1
* Minor cleanup.EliteTK2014-10-083-54/+0
* Added GPL header to files (which I'm mostly sure I wrote) Resolves #1EliteTK2014-10-0778-820/+719