Skip to content

Instantly share code, notes, and snippets.

View bmuslih's full-sized avatar

Basel Muslih bmuslih

  • Bethlehem
View GitHub Profile
@bmuslih
bmuslih / cpp.std.coroutines.draft.md
Created March 1, 2022 10:44 — forked from MattPD/cpp.std.coroutines.draft.md
C++ links: Coroutines (WIP draft)
@bmuslih
bmuslih / Go Cheat Sheet.md
Created March 14, 2021 19:15 — forked from ikennaokpala/Go Cheat Sheet.md
Go Cheat Sheet

Go Cheat Sheet

Credits

Most example code taken from A Tour of Go, which is an excellent introduction to Go. If you're new to Go, do that tour. Seriously.

Go in a Nutshell

  • Imperative language
@bmuslih
bmuslih / 0_reuse_code.js
Created January 17, 2016 08:56
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console