summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update the READMERunxi Yu2024-07-081-0/+14
|
* ykpsmuttauth: strings.HasSuffix namespaceRunxi Yu2024-07-081-1/+1
|
* mv sjdb-avatar.png chphoto/Runxi Yu2024-07-082-1/+1
|
* ykpsmuttauth: Add stub in goRunxi Yu2024-07-061-1/+68
|
* ykmuttauth -> ykpsmuttauthRunxi Yu2024-07-069-9/+25
|
* ykmuttauth: Unbreak the TypeErrorRunxi Yu2024-07-061-18/+17
|
* ykmuttauth: Further deletionsRunxi Yu2024-07-061-34/+14
|
* ykmuttauth: Further cleanupRunxi Yu2024-07-061-52/+27
|
* ykmuttauth: Clean up moreRunxi Yu2024-07-061-10/+2
|
* ykmuttauth: Further cleanupRunxi Yu2024-07-062-254/+439
|
* ykmuttauth: Clean up a bitRunxi Yu2024-07-061-42/+2
|
* ykmuttauth: Ignore +x'ed fileRunxi Yu2024-07-061-0/+1
|
* ykmuttauth: Delete +x'ed fileRunxi Yu2024-07-061-508/+0
|
* ykmuttauth: initRunxi Yu2024-07-064-3/+1026
|
* chphoto: Add a READMERunxi Yu2024-07-062-19/+32
|
* README: Note that Go is used tooRunxi Yu2024-07-061-1/+1
|
* chphoto: Update comments to reflect GoRunxi Yu2024-07-061-2/+1
|
* chphoto: go.mod go 1.22Runxi Yu2024-07-061-1/+1
|
* chphoto: Update MakefileRunxi Yu2024-07-061-2/+2
|
* chphoto: Delete Python versionRunxi Yu2024-07-061-110/+0
|
* chphoto: Switch to GoRunxi Yu2024-07-063-0/+162
|
* Global makefile can do install nowRunxi Yu2024-07-062-1/+12
|
* Add "main" MakefileRunxi Yu2024-07-061-0/+12
|
* License headers in each programRunxi Yu2024-07-053-6/+5
|
* 2BSD everythingRunxi Yu2024-07-054-124/+69
|
* memch: Note about line length limitationRunxi Yu2024-07-051-0/+3
|
* chphoto: cleanupRunxi Yu2024-07-051-12/+12
|
* chphoto: Reformat with blackRunxi Yu2024-07-051-3/+9
|
* pdfutils: RenamesRunxi Yu2024-07-051-0/+0
|
* chphoto: Makefile to copy an executable versionRunxi Yu2024-07-053-0/+3
|
* memch: Attempt to use wchar.hRunxi Yu2024-07-051-29/+33
|
* chphoto: Move to a subdirectoryRunxi Yu2024-07-051-0/+0
|
* memch: Compile with C11 and _DEFAULT_SOURCERunxi Yu2024-07-051-1/+1
|
* Delete calgen as it's brokenRunxi Yu2024-07-053-803/+0
|
* sjauth: Move to subdirRunxi Yu2024-07-054-1/+1
|
* memch: Add test fileRunxi Yu2024-07-051-0/+11
|
* memch: Makefile: Use ncursesw and add a "clean" targetRunxi Yu2024-07-051-1/+4
|
* memch: Add a MakefileRunxi Yu2024-07-052-0/+3
|
* memch: BSD-2-ClauseRunxi Yu2024-07-053-692/+45
|
* sjauth.c: SPDX-License-IdentifierRunxi Yu2024-07-051-0/+1
|
* sjauth: QOL improvements e.g. better error handlingRunxi Yu2024-06-271-11/+20
|
* Remove cycle2023.csv, as the school year has endedRunxi Yu2024-06-271-174/+0
|
* Remove timetable flask templatesRunxi Yu2024-06-275-77/+0
|
* Remove 0500q3sort.py because of poor code qualityRunxi Yu2024-06-271-57/+0
|
* README: clarify languagesRunxi Yu2024-06-271-1/+1
|
* sjauth: Use curl's default print-to-stdout, rather than writing to a bufferRunxi Yu2024-06-271-12/+3
| | | | | | | | I noticed that printf was frequently reading past the end of the response because the write function doesn't place a null terminator when it writes to the response buffer. Instead of figuring out the length of the response, we could simply use curl's default CURLOPT_WRITEFUNCTION and the default CURLOPT_WRITEDATA, i.e. writing to stdout.
* sjauth: Remove extra bracesRunxi Yu2024-06-241-2/+1
|
* chphoto.py: Update comments againRunxi Yu2024-06-241-3/+11
|
* chphoto.py: Make the cron/sh comments less badRunxi Yu2024-06-241-5/+6
|
* chphoto.py: Add cron-related commentsRunxi Yu2024-06-241-0/+11
|