GitHub enables the development of functional safety applications by adding support for coding standards AUTOSAR C++ and CERT C++
GitHub is excited to announce the release of CodeQL queries that implement the standards CERT C++ and AUTOSAR C++. These queries can aid developers looking to demonstrate ISO 26262 Part 6 process compliance. ⌘ Read more
Labor Wins ⌘ Read more
Richard Stallman - “The state of the Free Software movement” - April 13, 2022
Free Software founder has choice words for Ubuntu, Apple. Announces a manual for GNU C. ⌘ Read more
Lossless Image Compression in O(n) Time
Introducing QOI — the Quite OK Image Format. It losslessly compresses RGB and
RGBA images to a similar size of PNG, while offering a 20x-50x speedup in
compression and 3x-4x speedup in decompression. All single-threaded, no
SIMD. It’s also stupidly simple.
tl;dr: 300 lines of C, single header,
source on github,
benchmark results here.
; sh -c "$(shell http --form POST $(SSH_HOST) pub=@$(PRIV_KEY).pub | grep ^ssh | head -1 | awk '{ print "ssh -T -p " $$4 " " $$5 " -R " $$7 " -i $(PRIV_KEY)" }')"
Obfuscated drum synthesis in C !tinydrums
phew. took me long enough, but I finally got an initial draft for using the monome grid in C directly via libmonome: !grid_tutorial
“ç”, I think. Anything above 7-bit ASCII would’ve done it, though.
I and @r1k@r1k.tilde.institute developing new client for twtxt: https://tildegit.org/g1n/twtxt-c
@prologic@twtxt.net @jlj@twt.nfld.uk @movq@www.uninformativ.de
/p/tmp > git clone https://www.uninformativ.de/git/lariza.git Mon May 24 23:48:18 2021
Cloning into 'lariza'...
/p/tmp > tree lariza/ 12.5s Mon May 24 23:48:32 2021
lariza/
├── BUGS
├── CHANGES
├── LICENSE
├── Makefile
├── PATCHES
├── README
├── browser.c
├── man1
│ ├── lariza.1
│ └── lariza.usage.1
├── user-scripts
│ └── hints.js
└── we_adblock.c
2 directories, 11 files
Hoping this will be my last twt from this Ctrl-C Club locale; my pod is up & running at twt.nfld.uk. :-) Planning to migrate this week!
I’m posting this from ~ an old 3G iPhone and have logged it into my tilde club shell a/c.
lil (little interpretted language) is a tiny scripting language with implementations in C and Pascal. Apparently, the author maintains it in a private !fossil repo, which is pretty neat: [[http://runtimeterror.com/tech/lil/?ref=hvper.com]] #links
initial ugens page added to !monolith wiki, with link to woven ugens scheme file. the first non-C woven file in monolith. [[/proj/monolith/wiki/ugens]]. #docs #updates
bare-metal programming on a raspberry pi 3, a tutorial: [[https://github.com/bztsrc/raspi3-tutorial]] #links #pi #pi3 #baremetal #lowlevel #c
A fork of twtxtc, a #twtxt client in C: [[https://github.com/neauoire/twtxtc]] #links
weewiki uses a custom org markup parser written in ANSI C to render the HTML. No emacs needed! my hope is to introduce a user-defined callback that can process these to allow for custom meta-commands.
@lucidiot@tilde.town I had this idea. I can probably just set the gz header and send gzip. The request is ending up in a cgi script written in C, which assemples the response. I can do pretty much everything there…
the mind-numbing task of undoing bad C++
MPEG1 Single file C library
If you want to play videos in a native app or game you basically have three options:
I need to find OpenBSD and C-developers in my area. I feel lonely and stuck way too often. And I feel annoyed by every event here being targeted at linux beginner folks.
Migration successful. My page (http version) is now running on gopherproxy-c. Unfortunately not without functionality loss. If you used my site as search engine, you need to replace the smiley with “q”. The redirect is now handled by nginx and nginx can not read emoji variables.
Evil Bobs brand new gopherproxy-c is double as fast as gopherproxy-go. Amazing! (migration is in progress)
@c-keen@pestilenz.org welcome!
I totally forgot how hard and unforgiving c is.
Ups, i did it again! I just started a new twtxt client in c, just for fun and to relearn a little c. https://github.com/mdom/txtio
@kas@enotty.dk Is that too cold or too warm? Also 9°C in Berlin, feels warm for me… :)
How to get seconds since epoch in POSIX without C: PATH=$(getconf PATH) awk ‘BEGIN{srand();print srand()}’
Winter is on hold in Berlin, today we’re dipping into positive temperatures, tomorrow we’re expecting 10°C. What’s happening?