Skip to content

Instantly share code, notes, and snippets.

View THeK3nger's full-sized avatar
🐵

Davide Aversa THeK3nger

🐵
View GitHub Profile
@bencef
bencef / Makefile
Last active April 8, 2017 18:04
calling racket code from C lib
CFLAGS=-fPIC
CC=cc
all: libmyprint.so
clean:
rm -f *.o *.so
libmyprint.so: myprint.o
${CC} ${CFLAGS} -shared -o libmyprint.so myprint.o
@jagrosh
jagrosh / WebhookTutorial.md
Last active December 4, 2023 20:28
Simple Webhook Tutorial (Twitter -> Discord)

Simple Webhook Tutorial

In this tutorial, I will be explaining how to set up a simple webhook to relay your tweets to a Discord channel

Step 1 - Register on Zapier

  1. Go to https://zapier.com/ and create an account (if you don't already have one).

Step 2 - Make a Discord Webhook

  1. Find the Discord channel in which you would like to send Tweets
@gildas-lormeau
gildas-lormeau / README.MD
Last active September 3, 2023 12:43
CLI to transform a SingleFileZ page into a SingleFile page