aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removed some useless old stuffTomasz Kramkowski2015-07-196-143/+0
|
* 65536.cEliteTK2015-06-221-0/+17
|
* Merge branch 'master' of https://github.com/EliteTK/c-stuffEliteTK2015-06-224-10/+203
|\
| * similarity.cTomasz Kramkowski2015-06-211-0/+44
| |
| * nkey.c; time_diff.cTomasz Kramkowski2015-06-192-0/+111
| |
| * timer.c: Use SIGWINCH handler to get term_width when changed.Tomasz Kramkowski2015-06-111-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 Kramkowski2015-06-111-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-stuffEliteTK2015-06-1932-753/+1911
|\|
| * 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 ↵Tomasz Kramkowski2015-04-041-0/+81
| | | | | | | | possibilities.
| * 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
| | | | | | | | | | | | | | | | | | 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: styleTomasz Kramkowski2015-02-211-0/+1
| |
| * strcmp.cTomasz Kramkowski2015-02-211-0/+19
| |
| * scanf.cTomasz Kramkowski2015-02-211-0/+13
| |
* | tunes.cEliteTK2015-06-191-0/+56
|/
* alignment.cEliteTK2015-02-121-0/+65
|
* Update LICENSE_HEADER to 2015EliteTK2015-01-312-2/+2
|