randomcrap

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

DateCommit messageAuthorFiles+-
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
2022-05-10 10:22progress.sh: add comment for an alternativeHiltjo Posthuma1+1-0
2022-05-10 09:35sfeed config: updateHiltjo Posthuma3+54-3
2022-05-08 08:34OpenBSD check mirrors: improve scriptHiltjo Posthuma1+1-3
2022-05-08 08:17OpenBSD check mirrors: update to 7.1, update ftplist locationHiltjo Posthuma1+2-2
2022-04-21 20:20pubsubhubbubblub: minimal pubsubhubbub implementation for funHiltjo Posthuma1+134-0
2022-04-08 11:40OpenBSD local ports: update yt-dlp to 2022.04.08Hiltjo Posthuma4+23-7
2022-04-02 16:35OpenBSD local ports: update stagit, sfeed and json2tsvHiltjo Posthuma8+9-15
2022-03-26 19:11add annna memeviewerHiltjo Posthuma1+26-0
2022-03-23 18:36improve twitter plumb status scriptHiltjo Posthuma1+9-2
2022-03-22 23:38sfeed debian local port: reference bug in TODOHiltjo Posthuma1+1-0
2022-03-22 14:37add TODO for debian sfeed portHiltjo Posthuma1+2-0
2022-03-22 13:48debian sfeed port: pre-bump versionHiltjo Posthuma2+4-4
2022-03-22 11:28add stupid hack: enterprise(tm) mail paste serviceHiltjo Posthuma1+71-0
2022-03-19 15:40csv2tsv: check read and write errorsHiltjo Posthuma1+8-0
2022-03-08 22:59OpenBSD local port: bump yt-dlp to 2022.03.08.1Hiltjo Posthuma3+38-25
2022-03-07 11:17OpenBSD local ports: bump sfeed to 1.3Hiltjo Posthuma2+4-4
2022-02-10 22:44some compat functionsHiltjo Posthuma4+189-0
2022-02-08 23:12sfeed: jsonfeed: support version 1 author.name aswellHiltjo Posthuma1+1-1
2022-02-06 13:02voidlinux pkg: bump to 1.2Hiltjo Posthuma1+2-2
2022-02-06 12:59OpenBSD port: update sfeed 1.1 to 1.2Hiltjo Posthuma3+5-5
320 more commits remaining, fetch the repository