cosmopolitan/examples
Justine Tunney d730fc668c
Make NESEMU1 demo more reliable
This program was originally ported to Cosmopolitan before we had threads
so it was designed to use a single thread. That caused issues for people
with slower computers, like an Intel Core i5, where Gyarados would go so
slow that the audio would skip. I would also get audio skipping when the
terminal was put in full screen mode. Now we use two threads and smarter
timing, so NESEMU1 should go reliably fast on everyone's computer today.
2024-09-22 01:21:10 -07:00
..
package Remove .internal from more header filenames 2024-08-04 12:52:25 -07:00
pyapp Stop using .com extension in monorepo 2024-03-03 03:12:19 -08:00
pylife Stop using .com extension in monorepo 2024-03-03 03:12:19 -08:00
a440.c Add debug log to cosmoaudio and add examples 2024-09-11 03:49:29 -07:00
aba.c Harden against aba problem 2024-08-26 20:01:55 -07:00
blas.cc Add debug log to cosmoaudio and add examples 2024-09-11 03:49:29 -07:00
BUILD.mk Make NESEMU1 demo more reliable 2024-09-22 01:21:10 -07:00
clear.c Add debug log to cosmoaudio and add examples 2024-09-11 03:49:29 -07:00
crashreport.c Add debug log to cosmoaudio and add examples 2024-09-11 03:49:29 -07:00
crashreport2.cc Fix a bug in example code 2024-07-19 19:11:28 -07:00
ctrlc.c Reduce latency of poll() on Windows 2024-09-10 04:12:21 -07:00
date.c Add debug log to cosmoaudio and add examples 2024-09-11 03:49:29 -07:00
dlopen.c Add debug log to cosmoaudio and add examples 2024-09-11 03:49:29 -07:00
env.c Add debug log to cosmoaudio and add examples 2024-09-11 03:49:29 -07:00
greenbean.c Add debug log to cosmoaudio and add examples 2024-09-11 03:49:29 -07:00
gui.c Make examples folder somewhat more focused 2021-03-05 06:09:12 -08:00
hangman.c Add debug log to cosmoaudio and add examples 2024-09-11 03:49:29 -07:00
hello.c Add debug log to cosmoaudio and add examples 2024-09-11 03:49:29 -07:00
hello2.c Add debug log to cosmoaudio and add examples 2024-09-11 03:49:29 -07:00
hellolua.c Fix warnings 2023-09-01 20:50:18 -07:00
hellolua.lua Add Hello World example for LUA C API (#97) 2021-03-08 14:15:59 -08:00
helloplus.cc Fix regression with last commit 2024-07-20 16:43:48 -07:00
hiredis.c Run clang-format (#1197) 2024-06-01 16:30:43 -04:00
kilo.c Fix ctype.h and wctype.h 2024-07-21 15:54:17 -07:00
life.c Always initialize thread local storage 2022-07-19 00:21:46 -07:00
linenoise.c Clean up some code 2023-10-11 11:45:31 -07:00
loudness.c Add debug log to cosmoaudio and add examples 2024-09-11 03:49:29 -07:00
nc.c Add debug log to cosmoaudio and add examples 2024-09-11 03:49:29 -07:00
nesemu1.cc Make NESEMU1 demo more reliable 2024-09-22 01:21:10 -07:00
nproc.c Make malloc scalable on all platforms 2024-08-15 23:32:53 -07:00
parsefloat.c Add debug log to cosmoaudio and add examples 2024-09-11 03:49:29 -07:00
pause.c Add debug log to cosmoaudio and add examples 2024-09-11 03:49:29 -07:00
picol.c Add debug log to cosmoaudio and add examples 2024-09-11 03:49:29 -07:00
portscan.c Clean up some code 2023-11-16 17:31:07 -08:00
print-struct.c Cull the examples folder 2023-10-11 21:45:32 -07:00
printargs.c Add debug log to cosmoaudio and add examples 2024-09-11 03:49:29 -07:00
romanize.c Add debug log to cosmoaudio and add examples 2024-09-11 03:49:29 -07:00
rusage.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
script.c Add debug log to cosmoaudio and add examples 2024-09-11 03:49:29 -07:00
script.txt Add script.com and whois.com courtesy of FreeBSD 2022-09-13 20:26:13 -07:00
seq.c Add debug log to cosmoaudio and add examples 2024-09-11 03:49:29 -07:00
setcontext.c Add debug log to cosmoaudio and add examples 2024-09-11 03:49:29 -07:00
setitimer.c Add debug log to cosmoaudio and add examples 2024-09-11 03:49:29 -07:00
spawn.c Fix bugs in poll(), select(), ppoll(), and pselect() 2024-09-02 00:29:52 -07:00
spawn_bench.c Add debug log to cosmoaudio and add examples 2024-09-11 03:49:29 -07:00
stackexplorer.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
stat.c Add debug log to cosmoaudio and add examples 2024-09-11 03:49:29 -07:00
statfs.c Add debug log to cosmoaudio and add examples 2024-09-11 03:49:29 -07:00
sysconf.c Add debug log to cosmoaudio and add examples 2024-09-11 03:49:29 -07:00
sysinfo.c Add debug log to cosmoaudio and add examples 2024-09-11 03:49:29 -07:00
system.c Add debug log to cosmoaudio and add examples 2024-09-11 03:49:29 -07:00
trapping.c Introduce support for trapping math 2024-04-30 13:38:43 -07:00
ttyinfo.c Support more keystrokes in DECCKM mode 2024-09-09 20:01:52 -07:00
ucontext-sigfpe-recovery.c Cull the examples folder 2023-10-11 21:45:32 -07:00
uname.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
vga.c Mint APE Loader v1.5 2023-07-26 13:54:49 -07:00
vga2.c [metal] Add a uprintf() routine, for non-emergency boot logging (#905) 2023-10-25 14:32:20 -07:00
walk.c Run clang-format (#1197) 2024-06-01 16:30:43 -04:00
wall.c Implement proper time zone support 2024-05-04 23:06:37 -07:00
whois.c Fix ctype.h and wctype.h 2024-07-21 15:54:17 -07:00