Dimitri Diakopoulos
22ff5cff5c
Add tinygizmo
2017-07-28 13:41:01 -07:00
Sean Barrett
269fc76168
Merge pull request #77 from HSchmale16/patch-1
...
Recent update to levenshtein allows c/c++
2017-07-09 06:17:17 -07:00
Sean Barrett
b67a7107ea
Update README.md
2017-07-09 06:16:46 -07:00
Sean Barrett
e81a81e4b4
Merge pull request #75 from paladin-t/master
...
+Added MY-BASIC.
2017-07-09 06:15:49 -07:00
Sean Barrett
f869232246
Merge pull request #73 from rollbear/master
...
Added trompeloeil under unit test
2017-07-09 06:15:22 -07:00
Sean Barrett
3fc31546f4
Merge pull request #71 from prasadsilva/patch-1
...
Add debugbreak
2017-07-09 06:04:40 -07:00
Sean Barrett
130ffec580
Update README.md
2017-07-09 06:03:31 -07:00
Sean Barrett
076bb42c74
Merge branch 'master' into patch-2
2017-07-09 06:02:11 -07:00
Sean Barrett
61d903ca28
Merge pull request #69 from dbohdan/master
...
Add NanoJPEG
2017-07-09 06:01:31 -07:00
Sean Barrett
7ae2e35edb
Update README.md
2017-07-09 06:01:11 -07:00
Sean Barrett
8479dcb006
Update README.md
2017-07-09 05:59:32 -07:00
Sean Barrett
9d2089a8a0
Merge branch 'master' into kann
2017-07-09 05:55:08 -07:00
Henry J Schmale
263f7d1ee8
Recent update to levenshtein allows c/c++
...
Pull requests by me to levenshtein allows the library to be used in c++ programs.
2017-06-28 17:39:26 -04:00
Wang Renxin
1907b214dc
+Added MY-BASIC.
2017-06-15 13:53:26 +08:00
Bjorn Fahller
b2ae51f591
Added trompeloeil under unit test
2017-06-08 10:50:51 +02:00
Prasad Silva
43207c3ee8
Add debugbreak
...
I found this very simple cross-platform C/C++ function in a single header file to break into the debugger programmatically. It has been useful as a foundation for creating more functional debug assertion methods.
2017-06-02 10:51:20 -04:00
Fytch
3bba59be4c
Add ProgramOptions.hxx
2017-05-11 13:01:32 +02:00
dbohdan
8e5d1bd3e2
Add NanoJPEG
2017-04-23 17:01:55 +03:00
Sean Barrett
6cf364ac8f
fix markup that mysteriously broke
2017-03-19 08:32:55 -07:00
Sean Barrett
ba2cdb805b
http, new 'recent' indicator
2017-03-19 08:25:53 -07:00
Heng Li
c06dba9aaa
KANN can be called from C++
2017-03-07 22:35:42 -05:00
Heng Li
a191d11239
Added KANN
2017-03-07 21:32:22 -05:00
Sean Barrett
b4aadf5ff7
Update README.md
2017-03-05 17:24:02 -08:00
Sean Barrett
5302e41f6d
Update README.md
2017-03-04 01:52:02 -08:00
Sean Barrett
665b7181c8
seamoptimizer
2017-03-03 00:28:29 -08:00
Sean Barrett
d4e0c073e5
Update README.md
2017-02-26 22:44:08 -08:00
Sean Barrett
d290ade8bd
Update README.md
2017-02-26 08:20:38 -08:00
Sean Barrett
2cc010ef72
Update README.md
2017-02-26 08:13:25 -08:00
Sean Barrett
c9466e416f
Update README.md
2017-02-26 08:12:49 -08:00
Lewis Van Winkle
ca2bf1b891
added pluscallback
2017-02-25 13:19:50 -06:00
Sean Barrett
b72f22680f
Update README.md
2017-02-25 07:51:28 -08:00
Sean Barrett
75f296c8e7
fix italics for "recently added"
...
In preview, markdown italics work across table cells, but in rendered html they don't, so redo all italics to only apply to first column (so we don't have to do too much work to remove them later).
2017-02-25 07:49:00 -08:00
Sean Barrett
44b53bbda1
Update README.md
2017-02-25 07:43:56 -08:00
Sean Barrett
5813b9dd7f
Update README.md
2017-02-25 07:38:00 -08:00
Sean Barrett
53804ecedc
Update README.md
2017-02-25 07:13:55 -08:00
Sean Barrett
e163928230
Update README.md
2017-02-25 06:57:24 -08:00
Sean Barrett
71da05ceff
Update README.md
2017-02-25 06:35:50 -08:00
Sean Barrett
c594895add
change how 'recent additions' are called out
2017-02-25 06:17:56 -08:00
Sean Barrett
4a7a6e1c30
Merge branch 'master' into master
2017-02-25 06:12:01 -08:00
Sean Barrett
b8a8b0c250
Merge pull request #49 from carlochess/patch-1
...
Duktape
2017-02-25 06:10:46 -08:00
Sean Barrett
45ba7e3288
trim 'recent additions'
2017-02-25 06:10:08 -08:00
Sean Barrett
068eafa925
Merge pull request #47 from joshuarubin/patch-1
...
Add wcwidth9
2017-02-25 06:07:49 -08:00
Sean Barrett
c897b69b32
Merge pull request #44 from klnvnv/typo_fix
...
Simple typo fix aomeba -> amoeba
2017-02-25 06:07:15 -08:00
Sean Barrett
ba790c6c0d
Merge pull request #42 from porterjamesj/patch-2
...
add simclist
2017-02-25 06:07:02 -08:00
Sean Barrett
d4eebcfc08
Merge pull request #37 from hellerf/ews-http-server
...
Add EWS, an HTTP server; BSD licensed, .h file, C/C++
2017-02-25 06:06:35 -08:00
PesceWanda
02e1834fd1
catch unit testing
2017-01-12 14:05:55 +01:00
Carlos Roman
31ed215800
Duktape
...
Adding Duktape (javascript engine) to Scripting libs
2016-12-22 20:06:25 -05:00
Joshua Rubin
e242b2b9ee
Add wcwidth9
2016-12-19 20:23:39 -07:00
Kaloyan Ivanov
9373a14e1d
aomeba -> amoeba
2016-12-19 11:56:50 +02:00
James J Porter
15f3a879fb
add simclist
2016-12-18 17:18:55 -05:00
Sean Barrett
a6ddd1bbf6
CCAN
2016-12-18 11:11:02 -08:00
hellerf
9f89bcd4b6
Add EWS, an HTTP server; BSD licensed, .h file, C/C++
2016-12-18 22:03:22 +08:00
Sean Barrett
e629ba6360
make DEBUGGING its own section
2016-12-18 05:02:45 -08:00
Sean Barrett
fb4250010e
supercategories
2016-12-18 05:00:08 -08:00
Sean Barrett
335b647288
typo
2016-12-18 04:47:15 -08:00
Sean Barrett
cc93ae7557
Re-add disclaimer that got lost in shuffle
2016-12-18 04:46:31 -08:00
Sean Barrett
4331a621a6
pointer to JSON section
2016-12-18 04:41:23 -08:00
Sean Barrett
6cc25eec4a
Update recent additions w/ previous batch and add category
2016-12-18 04:39:24 -08:00
Sean Barrett
f7f1da0d62
typo
2016-12-18 03:59:09 -08:00
Sean Barrett
14c7909d39
additions from 'issues'
2016-12-18 03:58:34 -08:00
Sean Barrett
ef3c4a475f
Update README.md
2016-12-18 03:37:35 -08:00
Sean Barrett
01ae27acca
Update README.md
2016-12-18 03:37:11 -08:00
Sean Barrett
6b225c2a35
add recent additions section
2016-12-18 03:34:43 -08:00
Sean Barrett
bf8264dd1c
Merge pull request #31 from houqp/patch-1
...
add libue for linux device hotplug event
2016-12-18 03:16:54 -08:00
Sean Barrett
24a7582b91
Merge pull request #30 from ilyak/master
...
add ilyak/linalg
2016-12-18 03:16:15 -08:00
Sean Barrett
253aa21801
Merge pull request #29 from John-Nagle/master
...
Add 'algebra3.h'
2016-12-18 03:12:42 -08:00
Sean Barrett
5c3c0b45a2
Merge pull request #27 from roukaour/master
...
Add simrank.hpp
2016-12-18 03:11:58 -08:00
Sean Barrett
9ea4acaefc
Merge pull request #25 from ideasman42/patch-1
...
Update mikktspace URL
2016-12-18 03:10:58 -08:00
Sean Barrett
08b77b4ea7
Merge pull request #22 from schirmeier/master
...
Add optionparser
2016-12-18 03:10:42 -08:00
Sean Barrett
13ed385ae2
Merge pull request #20 from jfultz/patch-1
...
Update URL for MicroProfile.
2016-12-18 03:09:49 -08:00
PesceWanda
efb6183e23
nlohmann/json
2016-12-18 12:06:47 +01:00
Qingping Hou
3afff45124
add libue for linux device hotplug event
2016-12-17 23:39:21 -08:00
Ilya Kaliman
9952bb0573
add ilyak/linalg
2016-12-17 23:05:46 -08:00
John Nagle
3b7d0c54b7
Add 'algebra3.h'
2016-12-17 21:40:31 -08:00
Remy Oukaour
e5075bbfe2
LICENSE counts
2016-12-17 20:14:53 -05:00
Remy Oukaour
30e1909780
Name indicates single file to use (plus LICENSE)
2016-12-17 20:13:55 -05:00
Remy Oukaour
74062f490b
Add SimRank
2016-12-17 20:12:47 -05:00
Campbell Barton
74abd51d18
Update mikktspace URL
...
URL pointed to outdated subversion repository.
2016-12-18 11:53:42 +11:00
Horst Schirmeier
57b73f67e9
Add optionparser
2016-12-18 00:40:18 +01:00
John Fultz
1232fdc557
Update URL for MicroProfile.
...
The old page says it moved to Github, so updating to the new location.
2016-12-17 17:11:51 -06:00
Sean Barrett
c9b0906a2a
various items from 'issues'
2016-12-17 04:52:11 -08:00
Sean Barrett
04cb42b822
RandyGaul/tinyheaders
2016-12-17 04:37:29 -08:00
Sean Barrett
66cfa68d39
fix whitespace in 'flags' entry
2016-12-17 04:21:15 -08:00
Sean Barrett
a018f23e70
Merge pull request #14 from sailormoon/master
...
Add flags.
2016-12-17 04:19:21 -08:00
Sean Barrett
a2b4ae5541
Merge pull request #13 from vy/master
...
Add libpqueue.
2016-12-17 04:18:38 -08:00
Sean Barrett
2115cb3591
Merge pull request #10 from dbohdan/patch-1
...
Add s7 interpreter
2016-12-17 04:18:25 -08:00
Sean Barrett
ca4ae7ce48
Merge pull request #8 from ReadmeCritic/master
...
Update README URLs based on HTTP redirects
2016-12-17 04:18:03 -08:00
sailormoon
5e8ad9a64b
Add flags.
2016-11-24 18:45:11 -05:00
Volkan Yazıcı
c04f711566
Add libpqueue.
2016-11-24 15:12:35 +01:00
dbohdan
bb978ef282
Add s7 interpreter
2016-11-19 00:12:09 +02:00
Sean Barrett
4335309456
PDFgen
2016-11-16 01:19:41 -08:00
ReadmeCritic
c14e219bea
Update spacing
2016-11-14 10:13:37 -08:00
ReadmeCritic
ff56788d36
Update README URLs based on HTTP redirects
2016-11-14 10:12:18 -08:00
Sean Barrett
ffcd7f1eab
add rjm
2016-11-11 16:41:19 -08:00
Borislav Stanimirov
9158e09ef6
Added chobo-shl
2016-11-03 20:50:08 +02:00
Sean Barrett
c8728d2f19
labrat
2016-10-27 03:23:01 -07:00
Sean Barrett
f399ca061a
Update README.md
2016-10-16 22:17:43 -07:00
Tim Čas
63676056fe
`gif.h` is C++-only.
...
The library is unfortunately only for C++. Note the use of references, default arguments, *and* use of `GifPalette` without `struct` prefix in:
```c
void GifGetClosestPaletteColor(GifPalette* pPal, int r, int g, int b, int& bestInd, int& bestDiff, int treeRoot = 1)
```
2016-10-17 02:46:31 +02:00
Sean Barrett
30e6810e0a
point to different repo for zed_net
2016-10-08 09:40:33 -07:00
Sean Barrett
56cab5da58
more blendish info
2016-10-08 02:33:55 -07:00
Sean Barrett
ca88a9403f
debug-assert
2016-10-08 02:23:32 -07:00
Sean Barrett
2933a443ee
Update README.md
2016-10-07 17:39:48 -07:00
Arvid Gerstmann
cdafb598a6
Merge branch 'master'
2016-10-07 20:05:41 +02:00
Arvid Gerstmann
a57bb40f0c
Add microtar
2016-10-07 18:51:57 +02:00
Sean Barrett
6824fcc3f9
Merge pull request #1 from krixano/master
...
Forgot bottom of readme, added it
2016-10-07 09:45:16 -07:00
Sean Barrett
774c111f3d
testing ToC
2016-10-07 09:42:03 -07:00
Christian Seibold
4ca6d6abf1
Forgot bottom of readme, added it
2016-10-07 11:42:03 -05:00
Sean Barrett
095c00b2ca
testing ToC
2016-10-07 09:40:26 -07:00
Sean Barrett
51d07dc6bc
testing ToC
2016-10-07 09:39:48 -07:00
Sean Barrett
aca25e4a23
finish ToC
2016-10-07 09:38:41 -07:00
Sean Barrett
a182de4dba
test ToC
2016-10-07 09:33:15 -07:00
Sean Barrett
15c72b97a3
restore header
2016-10-07 09:30:47 -07:00
Sean Barrett
5ddda3f0e6
z
2016-10-07 09:29:06 -07:00
Sean Barrett
40be62e88a
z
2016-10-07 09:27:29 -07:00
Sean Barrett
86525a2d1c
z
2016-10-07 09:26:53 -07:00
Sean Barrett
885db08d94
z
2016-10-07 09:25:31 -07:00
Sean Barrett
51bf44538a
z
2016-10-07 09:24:54 -07:00
Sean Barrett
5f9fd13858
z
2016-10-07 09:23:54 -07:00
Sean Barrett
83daa30a49
z
2016-10-07 09:23:35 -07:00
Sean Barrett
5e2eb2854e
y
2016-10-07 09:23:00 -07:00
Sean Barrett
7759557d2d
x
2016-10-07 09:13:53 -07:00
Sean Barrett
eae4e1b730
test
2016-10-07 09:11:14 -07:00
Sean Barrett
74aeddcf6e
Rewrite some text to fit new location
2016-10-07 09:00:55 -07:00
Sean Barrett
569d18ba23
Update README.md
2016-10-07 08:54:58 -07:00
Sean Barrett
50245425ca
Initial commit
2016-10-07 08:54:19 -07:00