Skip to content

Instantly share code, notes, and snippets.

View NOUIY's full-sized avatar

Ali Mazloum NOUIY

View GitHub Profile
@NOUIY
NOUIY / hello-world-in-react.markdown
Created March 2, 2022 12:19
Hello World in React
@NOUIY
NOUIY / hello-world-in-react.markdown
Created March 2, 2022 12:19
Hello World in React
@NOUIY
NOUIY / index.html
Created February 19, 2022 22:28
Platforming w/ Gamepad Support
<!-- arrow keys to move and jump -->
<!-- also a double jump -->
<div id='game_console'>
<div id='player2'></div>
<div id='game_alert'></div>
<div id='deaths_counter'></div>
<div id='time_counter'></div>
</div>
@NOUIY
NOUIY / index.html
Created February 19, 2022 22:27
Platforming w/ Gamepad Support
<!-- arrow keys to move and jump -->
<!-- also a double jump -->
<div id='game_console'>
<div id='player2'></div>
<div id='game_alert'></div>
<div id='deaths_counter'></div>
<div id='time_counter'></div>
</div>
@NOUIY
NOUIY / css-grid-newspaper-layout.markdown
Created February 15, 2022 02:23
CSS Grid: Newspaper Layout
@NOUIY
NOUIY / bongo-cat-codes-2-jamming.markdown
Created February 7, 2022 12:20
Bongo Cat Codes #2 - Jamming
@NOUIY
NOUIY / 3-codevember-2017-tree.markdown
Created February 7, 2022 06:02
[3] Codevember 2017 - Tree
<?php
use Sabberworm\CSS\Parser;
use Sabberworm\CSS\RuleSet\DeclarationBlock;
$dom = new DOMDocument();
$dom->loadHTML(
'
<!DOCTYPE html>
<html>
@NOUIY
NOUIY / bongo-cat-codes-2-jamming.markdown
Created February 1, 2022 01:07
Bongo Cat Codes #2 - Jamming