Skip to content

Instantly share code, notes, and snippets.

View tony-zeidan's full-sized avatar
🏠
Working from home

Tony Zeidan tony-zeidan

🏠
Working from home
View GitHub Profile
@tony-zeidan
tony-zeidan / designpatterns.ipynb
Last active April 26, 2023 22:24
designpatterns.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tony-zeidan
tony-zeidan / jsx-js-listingstyle.tex
Created April 12, 2023 18:48
JSX/JavaScript lstlistings language definition
% JavaScript language definition
\lstdefinelanguage{JavaScript}{
% common to all of JavaScript
keywords=[1]{typeof, new, true, false, catch, function, return, null},
% variable declarations
keywords=[2]{const, let, var},
% control flow
keywords=[3]{if, catch, switch, if, in, while, do, else, case, break},