Skip to content

Instantly share code, notes, and snippets.

View eoussama's full-sized avatar
⌨️
Coding...

Oussama Essamadi eoussama

⌨️
Coding...
View GitHub Profile
@eoussama
eoussama / extensions.txt
Last active May 17, 2019 21:26
VSCode Configuration
gitignore
angular essenssials
bracket pair colorizer
auto rename tag
material icon theme
scss formater
intellicode
css class auto completion
one dark pro
@eoussama
eoussama / ConEmu.xml
Last active April 21, 2019 19:10
My configuration for Cmder and ConEmu.
<?xml version="1.0" encoding="utf-8"?>
<key name="Software">
<key name="ConEmu">
<key name=".Vanilla" modified="2019-04-21 20:08:54" build="180626">
<value name="Language" type="string" data="en"/>
<value name="StartType" type="hex" data="02"/>
<value name="CmdLine" type="string" data=""/>
<value name="StartTasksFile" type="string" data=""/>
<value name="StartTasksName" type="string" data="{cmd::Cmder}"/>
<value name="StartFarFolders" type="hex" data="00"/>
@eoussama
eoussama / clap_clap_meme_review.py
Last active April 28, 2018 18:57
👏👏 meme review 👏👏
count = 0
while True:
inpt = input()
if inpt == "clap clap":
count = count + 1
print("Stfffffffuuuffff" if count % 3 == 0 else "meme review")
@eoussama
eoussama / anime.xml
Last active November 14, 2018 21:56
XML Sandbox for experimenting with DOM, XPath, XQuery, jQuery and fetch (is there something else to fit too?) manupilation.
<?xml version="1.0" encoding="UTF-8" ?>
<anime>
<show id="1" state="Finished">
<name>Naruto</name>
<episodes>720</episodes>
<score>8.32</score>
<categories>
<shounen/>
<action/>