| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rot.c: Fix missing newline.HEADmaster | Tomasz Kramkowski | 2016-04-01 | 1 | -1/+1 |
| | | |||||
| * | rot.c: Fix license | Tomasz Kramkowski | 2016-04-01 | 1 | -1/+1 |
| | | |||||
| * | rot.c: Fix this terribly broken rot | Tomasz Kramkowski | 2016-04-01 | 1 | -18/+110 |
| | | |||||
| * | Makefile: support for file specific makefiles | Tomasz Kramkowski | 2016-03-05 | 1 | -1/+2 |
| | | |||||
| * | timer.c: Fix license year | Tomasz Kramkowski | 2015-12-12 | 1 | -1/+1 |
| | | | | | Helps if I pay attention to what I'm doing. | ||||
| * | timer.c: cleanup | Tomasz Kramkowski | 2015-12-12 | 1 | -101/+68 |
| | | |||||
| * | timer.c: argc check now prints errors to stderr | Tomasz Kramkowski | 2015-07-19 | 1 | -1/+1 |
| | | |||||
| * | timer.c: Added check to see if stdout is a tty | Tomasz Kramkowski | 2015-07-19 | 1 | -0/+3 |
| | | |||||
| * | Removed some useless old stuff | Tomasz Kramkowski | 2015-07-19 | 6 | -143/+0 |
| | | |||||
| * | 65536.c | EliteTK | 2015-06-22 | 1 | -0/+17 |
| | | |||||
| * | Merge branch 'master' of https://github.com/EliteTK/c-stuff | EliteTK | 2015-06-22 | 4 | -10/+203 |
| |\ | |||||
| | * | similarity.c | Tomasz Kramkowski | 2015-06-21 | 1 | -0/+44 |
| | | | |||||
| | * | nkey.c; time_diff.c | Tomasz Kramkowski | 2015-06-19 | 2 | -0/+111 |
| | | | |||||
| | * | timer.c: Use SIGWINCH handler to get term_width when changed. | Tomasz Kramkowski | 2015-06-11 | 1 | -7/+23 |
| | | | | | | | | | | | timer.c no longer spams ioctl TIOCGWINSZ 4 times a second, it now handles SIGWINCH and sets a file scope variable to the width. | ||||
| | * | timer.c: Made years, months and days verbal. | Tomasz Kramkowski | 2015-06-11 | 1 | -3/+25 |
| | | | | | | | | | | | | | Years, months and days now display in a verbal fashion and only appear if the values are above 0. Additionally, plural and singular values are also displayed correctly. | ||||
| * | | Merge branch 'master' of https://github.com/EliteTK/c-stuff | EliteTK | 2015-06-19 | 32 | -718/+1876 |
| |\| | |||||
| | * | editor.c: a joke, an editor which writes a c program | Tomasz Kramkowski | 2015-05-25 | 1 | -0/+95 |
| | | | |||||
| | * | Makefile no longer installs bin executable | Tomasz Kramkowski | 2015-05-24 | 1 | -1/+1 |
| | | | |||||
| | * | Added -D flag to install | Tomasz Kramkowski | 2015-05-24 | 1 | -1/+1 |
| | | | |||||
| | * | Makefile now has a help target as well as the all target | Tomasz Kramkowski | 2015-05-24 | 1 | -0/+5 |
| | | | |||||
| | * | New and improved timer. | Tomasz Kramkowski | 2015-05-24 | 1 | -34/+162 |
| | | | |||||
| | * | sdl.c, undefined.c, md5.c | Tomasz Kramkowski | 2015-05-01 | 3 | -0/+271 |
| | | | |||||
| | * | ant.c: now no longer gives warnings when compiling | Tomasz Kramkowski | 2015-05-01 | 1 | -5/+7 |
| | | | |||||
| | * | poly_perim.c | Tomasz Kramkowski | 2015-04-26 | 1 | -0/+25 |
| | | | |||||
| | * | addrofmain.c | Tomasz Kramkowski | 2015-04-26 | 1 | -0/+8 |
| | | | |||||
| | * | Added more license headers. | Tomasz Kramkowski | 2015-04-04 | 5 | -0/+45 |
| | | | |||||
| | * | luaing: minor cleanup. | Tomasz Kramkowski | 2015-04-04 | 1 | -14/+21 |
| | | | |||||
| | * | Removed short useless code. | Tomasz Kramkowski | 2015-04-04 | 1 | -5/+0 |
| | | | |||||
| | * | shufflechars: Shuffle characters around. | Tomasz Kramkowski | 2015-04-04 | 1 | -0/+59 |
| | | | |||||
| | * | guesskeylength: Calculates indices of coincidence for different key width ↵ | Tomasz Kramkowski | 2015-04-04 | 1 | -0/+81 |
| | | | | | | | | | possibilities. | ||||
| | * | genkeypairs: now more flexible | Tomasz Kramkowski | 2015-04-03 | 1 | -19/+29 |
| | | | |||||
| | * | foursquare: various cleanup. | Tomasz Kramkowski | 2015-04-03 | 2 | -85/+84 |
| | | | |||||
| | * | advigenere: addition only. | Tomasz Kramkowski | 2015-04-03 | 1 | -0/+67 |
| | | | |||||
| | * | Simple implementation of vigenere cipher. (offset of 1 for desired results) | Tomasz Kramkowski | 2015-04-02 | 1 | -0/+62 |
| | | | |||||
| | * | Improved rot.c error. | Tomasz Kramkowski | 2015-04-01 | 1 | -2/+2 |
| | | | |||||
| | * | Pthreads testing. | Tomasz Kramkowski | 2015-03-31 | 1 | -0/+45 |
| | | | |||||
| | * | Removed imlib2.c because of code copied from somewhere and modified README. | Tomasz Kramkowski | 2015-03-31 | 2 | -233/+4 |
| | | | |||||
| | * | Various fixes to hangman.c. | Tomasz Kramkowski | 2015-03-30 | 1 | -12/+13 |
| | | | |||||
| | * | Removed redundant semicolon. | Tomasz Kramkowski | 2015-03-30 | 1 | -1/+1 |
| | | | |||||
| | * | Simple single function hangman. | Tomasz Kramkowski | 2015-03-30 | 1 | -0/+98 |
| | | | |||||
| | * | Formatting old source. | Tomasz Kramkowski | 2015-03-30 | 2 | -197/+200 |
| | | | |||||
| | * | Moved simplx to its own project. | Tomasz Kramkowski | 2015-03-30 | 1 | -83/+0 |
| | | | |||||
| | * | snake.c: Additional braces to silence warnings. | Tomasz Kramkowski | 2015-03-22 | 1 | -2/+3 |
| | | | |||||
| | * | snake.c: Visual enhancements and argument parsing. | Tomasz Kramkowski | 2015-03-22 | 1 | -15/+92 |
| | | | |||||
| | * | snake.c: removed prototypes and git add snake.c | Tomasz Kramkowski | 2015-03-22 | 1 | -55/+42 |
| | | | |||||
| | * | ncurses_windows: testing a box with max size which always fits in root window. | Tomasz Kramkowski | 2015-03-22 | 1 | -0/+57 |
| | | | |||||
| | * | snake game, link with -lncurses | Tomasz Kramkowski | 2015-03-22 | 1 | -0/+266 |
| | | | |||||
| | * | randtest.c no longer does something idiotic. | Tomasz Kramkowski | 2015-03-22 | 1 | -1/+1 |
| | | | |||||
| | * | README.md is now formatted to fit an 80 character terminal. | Tomasz Kramkowski | 2015-03-22 | 1 | -1/+4 |
| | | | |||||
| | * | timer.c no longer gives compiler warnings on incompatible format. | Tomasz Kramkowski | 2015-03-09 | 1 | -2/+2 |
| | | | |||||
