Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | 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 | -99/+98 |
| | |||||
* | 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 | -218/+221 |
| | |||||
* | 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 |
| | |||||
* | Minor modifications and new file endianness.c | Tomasz Kramkowski | 2015-03-09 | 2 | -18/+52 |
| | |||||
* | Update makefile to better standards and practices. | Tomasz Kramkowski | 2015-03-09 | 2 | -27/+33 |
| | | | | | | | | | Makefile now installs to /usr/local/bin by default. Makefile now uses lower-case bindir and prefix. Makefile name changed from makefile to Makefile. Added DEBUG mode with alternate CFLAGS to makefile. LDLIBS can now be used to specify link libraries. Removed redundant target which now uses implicit target. | ||||
* | scanf.c: style | Tomasz Kramkowski | 2015-02-21 | 1 | -0/+1 |
| | |||||
* | strcmp.c | Tomasz Kramkowski | 2015-02-21 | 1 | -0/+19 |
| | |||||
* | scanf.c | Tomasz Kramkowski | 2015-02-21 | 1 | -0/+13 |
| | |||||
* | alignment.c | EliteTK | 2015-02-12 | 1 | -0/+65 |
| | |||||
* | Update LICENSE_HEADER to 2015 | EliteTK | 2015-01-31 | 2 | -2/+2 |
| | |||||
* | event.c: evdev inspector | Tomasz Kramkowski | 2015-01-29 | 1 | -0/+36 |
| | |||||
* | Merge branch 'master' of https://github.com/EliteTK/c-stuff | EliteTK | 2015-01-11 | 1 | -1/+2 |
|\ | |||||
| * | Moved name into license header. | Tomasz Kramkowski | 2015-01-10 | 1 | -1/+2 |
| | | |||||
* | | Added sanity to bfparse and brought up to style guidelines. | EliteTK | 2015-01-11 | 1 | -81/+64 |
|/ | |||||
* | Comments. | EliteTK | 2014-12-30 | 1 | -2/+2 |
| | |||||
* | Cleanup and license headers. | EliteTK | 2014-12-29 | 5 | -8/+27 |
| |