- (maybe) MuseScore BVBA (UG) on behalf of their contributors under the new CLA?
- (maybe) Werner on behalf of their contributors under the old CLA?
- 2009, David Bolton [email protected]
- 2012, Grzegorz Pruchniakowski [email protected]
- 2006-2014, Werner Schweer [email protected]
- 2014, John Pirie [email protected]
- 2018, Matt McClinch [email protected]
in
<CAKOCEiEedq69Q64sQgOh=_75KSgKsgJ9DoHa968yLPYVMPpvqA@mail.gmail.com>
- 2013-2018, Nicolas Froment
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// example pre-ES6 (should work on ES3) code to check for recursion (to debug why JSON serialisation breaks) | |
// Ⓕ CC0 by mirabilos | |
var subs = { | |
"miau": ["mrr", "purr"], | |
"mrr": [], | |
"mraw": {}, | |
"f": false, | |
"t": true, | |
"n": null, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MirBSD#10uB9 (RAMDISK) #880: Sun Aug 30 17:17:19 UTC 2020 | |
[email protected]:/usr/src/sys/arch/i386/compile/RAMDISK | |
cpu0: QEMU Virtual CPU version 2.5+ ("GenuineIntel" 686-class) 3.07 GHz | |
cpu0: FPU,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,PNI | |
NOTICE: this kernel does not support Pentium Pro CPU class | |
NOTICE: lowering CPU class to i586 | |
real mem = 1073197056 (1048044K) | |
avail mem = 990396416 (967184K) | |
using 4278 buffers containing 53764096 bytes (52504K) of memory | |
mainbus0 (root) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@benjolitz the issues of https://github.com/386bsd/386bsd aren’t readable to anyone, | |
and the website http://386bsd.org/ is empty in lynx. |