randomcrap

random crap programs of varying quality
git clone git://git.codemadness.org/randomcrap
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2023-05-27 08:05postnl customer API connector improvementsHiltjo Posthuma1+5-4
2023-05-14 16:45update archive.org scriptHiltjo Posthuma1+1-0
2023-05-14 16:35add simple archive.org scriptHiltjo Posthuma1+17-0
2023-05-10 18:49sfeed: sync config and update youtube connectorHiltjo Posthuma3+10-42
2023-05-07 17:06sfeed_frames_content: use $SFEED_NEW_AGEHiltjo Posthuma1+2-4
2023-05-06 18:39yt-chan-cgi: fix status code and sfeed_jsonfeed to sfeed_jsonHiltjo Posthuma1+11-11
2023-04-23 12:47fix and update changelog dateHiltjo Posthuma1+1-1
2023-04-23 12:37update debian sfeed portHiltjo Posthuma2+39-3
2023-04-22 11:49add donations CGI program for funHiltjo Posthuma5+235-0
2023-04-18 22:05sfeed-box experiment, improvementsHiltjo Posthuma1+27-12
2023-04-18 07:56sfeed_json is in the sfeed repo nowHiltjo Posthuma2+0-219
2023-04-12 20:48fix typoHiltjo Posthuma1+1-1
2023-04-10 14:26sfeed_jsonfeed: rename to sfeed_json + a few tweaksHiltjo Posthuma4+219-213
2023-04-06 18:26sfeed_download: sync latest versionHiltjo Posthuma1+11-12
2023-04-06 17:25jsonfeed: fix typoHiltjo Posthuma1+2-2
2023-04-06 17:24sfeed_download: use yt-dlp, an active maintained fork of youtube-dlHiltjo Posthuma1+4-2
2023-04-04 18:45test sfeed and json2tsv on SerenityOSHiltjo Posthuma2+21-0
2023-04-04 17:01jsonfeed shell/awk script: add a comment to the C versionHiltjo Posthuma1+2-0
2023-03-31 12:56getline: add a note, it is not fully POSIXHiltjo Posthuma1+2-0
2023-03-26 13:24sfeed_ass: fix type, int -> longHiltjo Posthuma1+1-1
2023-03-23 19:14csv2tsv.c: add newline in error messageHiltjo Posthuma1+2-2
2023-03-20 20:14sfeed: github connector: force to use textHiltjo Posthuma1+14-3
2023-03-20 19:44wrap: fix rune counting and don't wrap inside a unicode byte sequenceHiltjo Posthuma1+7-5
2023-03-19 11:39sfeed github converter: use plain-text typeHiltjo Posthuma1+1-1
2023-03-18 18:56sfeed_frames_content: add old archived sfeed_frames version with contentHiltjo Posthuma1+345-0
2023-03-09 18:53add experiment of macro recorder and replayerHiltjo Posthuma1+708-0
2023-03-08 21:25sfeed_jsonfeed: don't check control-charactersHiltjo Posthuma1+2-7
2023-03-08 21:17sfeed_jsonfeed: simplify and improve code, add a man pageHiltjo Posthuma2+62-30
2023-03-08 20:51rm spaceHiltjo Posthuma1+1-1
2023-03-08 20:50add wrap.cHiltjo Posthuma1+24-0
2023-03-02 23:44add imdb scriptHiltjo Posthuma1+30-0
2023-02-26 13:18debian sfeed port: sync changes for sfeed 1.7Hiltjo Posthuma3+17-6
2023-02-19 14:36add yt-chan-cgiHiltjo Posthuma1+135-0
2023-02-18 19:30sfeed_jsonfeed: remove unused codeHiltjo Posthuma1+0-11
2023-02-12 11:18youtube videos with duration: add test/wrapper functionHiltjo Posthuma1+12-1
2023-02-11 18:49sfeed: add youtube videos with durationsHiltjo Posthuma2+54-0
2023-02-04 15:54add script to extract videos from RTVNoord pageHiltjo Posthuma1+54-0
2023-01-22 22:22sfeed_ass: reduce ass size, now 200LOCHiltjo Posthuma1+25-54
2023-01-22 15:26sfeed_ass: move the ass, add a comment to sfeed_jsonfeedHiltjo Posthuma2+1-0
2023-01-20 11:30sfeed_ass: cleanup/wipe some linesHiltjo Posthuma1+3-3
2023-01-20 11:22sfeed_ass: reduce ass sizeHiltjo Posthuma1+5-91
2023-01-20 11:13sfeed_ass: add ass converterHiltjo Posthuma1+314-0
2023-01-13 10:52bin2uchar: convert binary data to unsigned charHiltjo Posthuma1+31-0
2023-01-08 11:49sfeed_jsonfeed.c: add initial version, converts sfeed(5) to jsonfeed 1.1Hiltjo Posthuma1+196-0
2022-12-30 18:21typo i guessHiltjo Posthuma1+1-1
2022-12-30 18:19archive mastadon sfeed filterHiltjo Posthuma1+32-0
2022-11-27 20:49fix scriptHiltjo Posthuma1+2-2
2022-11-13 10:01sfeed debian port: just use white-space separated listHiltjo Posthuma1+1-2
2022-11-12 13:45youtube_get_duration.sh: small code-style fixesHiltjo Posthuma1+5-6
2022-11-12 13:43youtube_get_duration.sh: hacky script to get the duration of a youtube videoHiltjo Posthuma1+39-0
2022-11-12 13:37vimeo: fix time format when videos are very longHiltjo Posthuma2+2-2
2022-11-12 12:38sfeed debian port (WIP): add copyright for strlcat.c and strlcpy.c compat filesHiltjo Posthuma1+5-0
2022-11-04 10:32add C implementation of rijksdriehoek to WGS84 (lat, lon)Hiltjo Posthuma1+66-0
2022-11-04 10:30nvdo verkeer: rewrite my own rijksdriehoek to lat, lonHiltjo Posthuma2+48-165
2022-10-22 09:29verkeer_nvdo: additionsHiltjo Posthuma6+346-35
2022-10-21 20:25update mpv scriptHiltjo Posthuma1+3-3
2022-10-17 09:03globalshellrc: switch to gophers://Hiltjo Posthuma1+3-18
2022-09-27 11:03globalshellrc: disable ctrl-sHiltjo Posthuma1+3-0
2022-09-16 17:14update debian sfeed port, run lintian --pedantic and fix all these warningsHiltjo Posthuma3+6-6
2022-09-16 17:11debian sfeed port: quick version bumpHiltjo Posthuma3+7-7
2022-09-15 17:32add utf8toxmlent: convert unicode codepoints from UTF-8 to XML numeric entitiesHiltjo Posthuma1+64-0
2022-09-09 16:07update NOS plumb scriptHiltjo Posthuma1+11-7
2022-08-30 18:29remove jtq: it is now part of json2tsvHiltjo Posthuma1+0-27
2022-08-27 10:47sfeed: filters: geenstijl, filter away podcastsHiltjo Posthuma1+4-0
2022-08-26 11:45jtq: small tweakHiltjo Posthuma1+1-1
2022-08-26 11:43json2tsv: add wrapper script that uses awk expressionsHiltjo Posthuma2+27-8
2022-08-21 13:36plumb nos: improve scriptHiltjo Posthuma1+15-8
2022-08-19 17:15plumb script for movies: add URL detection tooHiltjo Posthuma1+2-0
2022-08-14 09:58remove extractjson, it is now a separate repoHiltjo Posthuma2+0-350
2022-08-12 09:04text_search: some code-style fixesHiltjo Posthuma1+5-6
2022-08-12 09:02add text search program using the index file (experiment)Hiltjo Posthuma3+152-23
2022-08-12 07:41rename create_text_index.sh and make it more genericHiltjo Posthuma2+23-24
2022-08-11 10:08add script to create an search index file from Markdown / text filesHiltjo Posthuma1+24-0
2022-08-09 19:44globalshellrc: update, add alias for date for LinuxHiltjo Posthuma1+28-3
2022-08-02 16:42bump LICENSE yearHiltjo Posthuma1+1-1
2022-08-02 09:55nos plumb script: add initial support for metadata: title and duration per itemHiltjo Posthuma1+27-5
2022-08-02 09:41nos plumb script: detect more stream URLs, add a TODOHiltjo Posthuma1+3-0
2022-07-31 13:46extractjson: simplify getnext()Hiltjo Posthuma1+10-14
2022-07-31 13:39extractjson: remove some more codeHiltjo Posthuma1+60-141
2022-07-31 13:30extractjson: remove some unused code and simplifyHiltjo Posthuma5+431-579
2022-07-31 10:55fix plumb script for NOSHiltjo Posthuma1+4-4
2022-07-31 10:53add extractjson: extract embedded meta-data from webpagesHiltjo Posthuma4+583-0
2022-07-21 17:14fcomment.awk: grep C-style functions and check if it has a commentHiltjo Posthuma1+68-0
2022-07-20 15:47comments.c: extract C-style comments from codeHiltjo Posthuma1+112-0
2022-07-16 15:30globalshellrc: rm old commentHiltjo Posthuma1+0-1
2022-06-20 10:05add portable setsid implementationHiltjo Posthuma1+43-0
2022-06-17 09:58add nvdo real-time Dutch traffic monitoring conceptHiltjo Posthuma1+35-0
2022-05-31 14:19add script to merge and archive sfeed filesHiltjo Posthuma1+25-0
2022-05-31 11:55update sfeed configHiltjo Posthuma2+32-19
2022-05-30 09:38add program to strip UTF-8 BOM and cat the restHiltjo Posthuma1+34-0
2022-05-24 08:52OpenBSD: add fake consolekit2, pulseaudioHiltjo Posthuma2+0-0
2022-05-21 10:11OpenBSD local ports: bump sfeed from 1.4 to 1.5Hiltjo Posthuma2+3-3
2022-05-21 09:10build_scc: remove incorrect gethostname and add a simpler code change for sfeedHiltjo Posthuma2+1-16
2022-05-20 17:53add script to build sfeed with scc (for testing)Hiltjo Posthuma1+61-0
2022-05-20 17:52compat-c: fix getline, add gethostnameHiltjo Posthuma2+15-20
2022-05-20 16:27compat-c: add initial collection of functionsHiltjo Posthuma6+104-0
2022-05-19 19:35sfeed updateall.sh: write all sfeed_update output to stdout for the progressbarHiltjo Posthuma1+2-2
2022-05-18 21:03fix inconsistent variable brace enclosing, this is an injusticeHiltjo Posthuma2+2-2
2022-05-18 20:44sfeed progress bar: add stupid hack for funHiltjo Posthuma1+33-0
2022-05-13 08:41sfeed_update config scripts improvementsHiltjo Posthuma2+6-7
340 more commits remaining, fetch the repository