hereforawhile@lemmy.ml to Programming@programming.dev · 12 days agowhat's the coolest thing you have ever programmed?message-squaremessage-square72linkfedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1message-squarewhat's the coolest thing you have ever programmed?hereforawhile@lemmy.ml to Programming@programming.dev · 12 days agomessage-square72linkfedilinkfile-text
minus-squareolenkoVD@lemmy.dbzer0.comlinkfedilinkarrow-up0·10 days agoIt’s half-working but: A library for making a Discord bot in C with the only dependencies being OpenSSL and cJSON. That means I also wrote code for handling the HTTP requests and also WebSockets.
It’s half-working but:
A library for making a Discord bot in C with the only dependencies being OpenSSL and cJSON. That means I also wrote code for handling the HTTP requests and also WebSockets.