Commit Graph

25503 Commits (055895da3be7c6293fddb11add5bc5e731303f8d)

Author SHA1 Message Date
John Benediktsson a4f78c9515 wikipedia: quick-and-dirty article printing. 2013-10-11 11:52:53 -07:00
John Benediktsson 05f3092b9b html.parser.printer: don't print comments. 2013-10-11 11:51:46 -07:00
John Benediktsson 8086746ac2 html.parser.analyzer: use same vocab for docs. 2013-10-11 11:51:33 -07:00
Björn Lindqvist 5f2238f7d4 io.sockets.secure.windows: secure socket implementation for windows, it works reasonably but certificate validation is not working correctly yet 2013-10-11 10:23:40 -07:00
Björn Lindqvist 729bd8a362 io.sockets.secure.openssl.tests: remove windows.winsock import and another test for subject-name 2013-10-11 10:23:40 -07:00
Björn Lindqvist 0b15b47743 openssl.libssl: better way to change library dll for windows 2013-10-11 10:23:40 -07:00
Björn Lindqvist ad627a1395 openssl.libssl: on windows the X509_* family of functions is in a
different dll than the other functions in libssl
2013-10-11 10:23:40 -07:00
Björn Lindqvist eaf0b40a9f windows.winsock: wrap socket function 2013-10-11 10:23:40 -07:00
Björn Lindqvist 968e3e6cf4 openssl.libssl: unit tests and wrappings for more parts of libssl 2013-10-11 10:23:40 -07:00
John Benediktsson ec0741da35 cocoa.apple-script: adding some docs. 2013-10-11 08:25:11 -07:00
John Benediktsson 6069aef790 cocoa.apple-script: add APPLESCRIPT: syntax for defining words. 2013-10-11 08:17:25 -07:00
John Benediktsson 55f72a8568 cocoa.apple-script: adding a simple applescript runner. 2013-10-10 15:52:05 -07:00
John Benediktsson 72edf36d7b sets.extras: adding adjoin-at*. 2013-10-10 09:53:04 -07:00
John Benediktsson ed5582642b colors.cmyk: fix docs. 2013-10-02 21:28:56 -07:00
John Benediktsson 6a4a6b9a0d colors: more generic methods, simpler api. 2013-10-02 21:24:36 -07:00
John Benediktsson d76f8d151d math.combinatorics: adding all-combinations? and all-permutations?. 2013-10-01 20:44:57 -07:00
John Benediktsson bd55cd3074 combinators.extras: adding 4bi* and 4bi@. 2013-10-01 14:02:56 -07:00
John Benediktsson 1cfbb02571 rosetta-code.metronome: fix metronome to stop the timer. 2013-10-01 13:08:19 -07:00
Jon Harper ffdf4b6f82 rosetta-code.metronome: add example as MAIN: 2013-09-29 19:55:27 +02:00
Jon Harper d04bf5c10a rosetta-code.metronome: correct disposal of timer 2013-09-29 19:37:35 +02:00
Jon Harper ccf1b82882 rosetta-code.metronome: simplify stack shuffling 2013-09-29 19:37:34 +02:00
Jon Harper 939395ac13 rosetta-code.metronome: remove useless close-window call 2013-09-29 19:06:58 +02:00
Jon Harper d92741c26f rosetta-code.metronome: use openAL to play sound
This brings cross-platform compatibility
2013-09-29 19:00:57 +02:00
Jon Harper 9f58b3ca62 Add play-waveform and play-sine to openal.examples 2013-09-29 18:58:16 +02:00
John Benediktsson ff96ad9475 windows.winsock: port should be short, not sure if it should be PACKED-STRUCT or not. 2013-09-26 14:02:08 -07:00
John Benediktsson db3d5f48cc windows.winsock: the servent structure is different between 32-bit and 64-bit. 2013-09-25 11:39:27 -07:00
John Benediktsson a8691d6dc9 sequences.extras: adding reject!. 2013-09-24 15:21:54 -07:00
John Benediktsson 9387c8e9a2 combinators.extras: adding throttle. 2013-09-24 15:07:47 -07:00
John Benediktsson 62be0fde4a sequences.extras: adding reject, "[ not ] compose filter". 2013-09-24 14:52:56 -07:00
Doug Coleman e407981e12 io.directories: Add with-resource-directory word and use it. 2013-09-24 13:13:39 -07:00
John Benediktsson 37f5f4b9de colors.yuv: adding support for YUV colors. 2013-09-24 08:03:04 -07:00
John Benediktsson eb582e4bbd grouping.extras: adding map-as versions. 2013-09-23 17:23:08 -07:00
John Benediktsson 8e800ba02e grouping.extras: clean up using. 2013-09-23 17:19:58 -07:00
John Benediktsson cdb4d42dd6 grouping.extras: having some fun with clumps. 2013-09-23 17:17:41 -07:00
John Benediktsson 9b3fa8407b combinators.extras: adding 4bi and 4tri. 2013-09-23 16:51:31 -07:00
John Benediktsson 7bc62f4c7c math.transforms.fft: small bit of speedup. 2013-09-23 15:56:18 -07:00
John Benediktsson 9cc27f22f7 http.client: add quotation stack effects. 2013-09-23 15:47:31 -07:00
John Benediktsson 6de8367223 sequences.extras: adding supremum-by* and infimum-by* that return indices. 2013-09-21 15:22:12 -07:00
John Benediktsson a971cd42c5 reddit: add more slots. 2013-09-21 14:16:30 -07:00
Björn Lindqvist 08cf1b3567 FUEL: fix regexp for number literals 2013-09-20 13:42:50 -07:00
Björn Lindqvist 9f8648e1e7 FUEL: highlight alien callbacks identical to functions 2013-09-20 13:42:50 -07:00
Björn Lindqvist 05b18519f6 FUEL: improve handling of whitespace in regexps 2013-09-20 13:42:50 -07:00
Björn Lindqvist 86712433cd FUEL: Improved highlighting of stack effect declarations for alien functions. Types are highlighted bold using the new face factor-font-lock-type-in-stack-effect. 2013-09-20 13:42:50 -07:00
Björn Lindqvist ccda289400 FUEL: better matching for hex numbers, eg. 0xDeadBeefBabe 2013-09-20 13:42:50 -07:00
Björn Lindqvist 85c02e0e0d FUEL: improved highlighting of alien syntax; TYPEDEF, C-TYPE, STRUCT and UNION-STRUCT 2013-09-20 13:42:50 -07:00
John Benediktsson 140252f6f4 images.loader.cocoa: adding ability to save cocoa images to files. 2013-09-20 11:58:39 -07:00
John Benediktsson cf1b282ced core-graphics: adding some more functions. 2013-09-20 11:58:01 -07:00
John Benediktsson 36a5cba0eb core-graphics.types: adding CGImageDestinationRef. 2013-09-20 11:57:43 -07:00
John Benediktsson 691a520ca0 core-foundation.launch-services: adding UTCoreTypes.h. 2013-09-20 11:53:58 -07:00
John Benediktsson 6d09b34b94 io: default each-block-size is 65536, but add words that allow you to use a different size. 2013-09-19 13:46:39 -07:00