-
Notfication API on android - snapdrop - A Progressive Web App for local file sharing
snapdrop A Progressive Web App for local file sharing git clone http://git.hanabi.in/repos/snapdrop.git Log | Files | Refs | README | LICENSE commit 390c72c93311a206989b84619a52482ce3f8f97f … parent 3601ace829608bfe59a8490841c7c5284acc6ac8 Author: RobinLinus < robinlinus@users.noreply.github.com > Date: Fri, 21 Sep 2018 21:48:31 +0200 Notfication API on android Diffstat
2026-07-05 -
libraries.texi - klisp - an open source interpreter for the Kernel Programming Language.
This API consist of the 31 @code{$provide-library!} operative to define (and register) new 32 libraries and the @code{$import-library!} … returns true iff all the objects in @code{objects} 55 are of type library. 56 57 NOTE: This is part of the low level API to libraries.
2026-07-05 -
Libraries.html - klisp - an open source interpreter for the Kernel Programming Language.
48 the ability to register new libraries, get the library object from a 49 name, unregister libraries, etc. 50 51 These two ways of working with libraries conform the low level API … This API consist of the 60 $provide-library! operative to define (and register) new 61 libraries and the $import-library!
2026-07-05 -
Update readme for enwnbot2 - enwnbot2 - Converts MediaWiki [[links]] and {{templates}} to links, informs important events from wiki, handles announces review queue, and under review, and handles when they last saw a given user.
`irc.freenode.net`) -- API should be specified in `URL`. (eg. `https://en.wikinews.org/w/index.php? … endpoint to get review queue. +- `URAPI`: API endpoint to get under review articles. +- `URL`: This is URL of a wiki page sans the title.
2026-07-05 -
ffi-win32.k - klisp - an open source interpreter for the Kernel Programming Language.
klisp an open source interpreter for the Kernel Programming Language. git clone http://git.hanabi.in/repos/klisp.git Log | Files | Refs | README ffi-win32.k (2547B) 1 ;; 2 ;; Windows API … abi "FFI_STDCALL") 14 15 ($define! DWORD "uint32") 16 ($define! BOOL "sint") 17 18 ($define! dword-void (ffi-make-call-interface abi DWORD ())) 19 ($define!
2026-07-05 -
README.md - enwnbot - Converts MediaWiki [[links]] and {{templates}} to links on IRC
`irc.freenode.net`) 20 - API should be specified in `URL`. (eg. `https://en.wikinews.org/w/index.php?
2026-07-05 -
spek_platform_config_dir() - spek - Acoustic spectrum analyser
endif -} - -void spek_platform_fix_args (gchar **argv, gint argc) { -#ifdef G_OS_WIN32 - /* Because MinGW does not support Unicode arguments we are going to - * get them using Windows API … (app); - gtk_osxapplication_add_app_menu_item (app, group, GTK_MENU_ITEM (edit_preferences)); - - gtk_accel_map_foreach (NULL, accel_map_foreach); - - gtk_osxapplication_ready (app
2026-07-05 -
Refactored everything, added README. Use semver. - quran-go - Read Qur'an right in the terminal.
trans ] chap[:verse1[-verse2]] - -Convention -========== - -In the source code (even in the comments), "verse" is used in place of "aayat" since the JSON response of quran.com API
2026-07-05 -
Add support for nested elements - jsonify-my-table - Convert a HTML table to JSON
. + # 2.0.0 ## API changes diff --git a/ jsonify-my-table.js b/ jsonify-my-table.js @@ -1,32 +1,51 @@ HTMLTableElement.prototype.jsonify = function() { + const result = {}; + result
2026-07-05 -
ffi.k - klisp - an open source interpreter for the Kernel Programming Language.
abi "FFI_DEFAULT_ABI") 54 ($define! cif-int-void (ffi-make-call-interface abi "sint" ())) 55 ($define! … cif-string-string (ffi-make-call-interface abi "string" (list "string"))) 56 ($define! cif-int-string (ffi-make-call-interface abi "sint" (list "string"))) 57 ($define!
2026-07-05