Skip to content

Instantly share code, notes, and snippets.

View merlinfachetti's full-sized avatar
🎯
Focusing

Merlin 🧙🏼‍♀️ merlinfachetti

🎯
Focusing
View GitHub Profile
@merlinfachetti
merlinfachetti / gist:6a8e906b8dc0f662f9a01d62b8ae2b2d
Created July 15, 2023 19:36 — forked from jacksonfdam/gist:4760514
Ken Street Fighter CSS Sprite ANimation
<div class="stage">
<div class="ken stance"></div>
</div>
<div class="commands">
<h1>Control Ken's moves with ur keyboard</h1>
@merlinfachetti
merlinfachetti / ladder.md
Created February 20, 2023 02:06 — forked from jamtur01/ladder.md
Kickstarter Engineering Ladder
@merlinfachetti
merlinfachetti / codility_solutions.txt
Created February 19, 2023 19:23 — forked from lalkmim/codility_solutions.txt
Codility Solutions in JavaScript
Lesson 1 - Iterations
- BinaryGap - https://codility.com/demo/results/trainingU2FQPQ-7Y4/
Lesson 2 - Arrays
- OddOccurrencesInArray - https://codility.com/demo/results/trainingFN5RVT-XQ4/
- CyclicRotation - https://codility.com/demo/results/trainingSH2W5R-RP5/
Lesson 3 - Time Complexity
- FrogJmp - https://codility.com/demo/results/training6KKWUD-BXJ/
- PermMissingElem - https://codility.com/demo/results/training58W4YJ-VHA/

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@merlinfachetti
merlinfachetti / Free O'Reilly Books.md
Created September 29, 2017 19:09 — forked from augbog/Free O'Reilly Books.md
Free O'Reilly Books

Free O'Reilly books and convenient script to just download them.

Thanks /u/FallenAege/ and /u/ShPavel/ from this Reddit post

How to use:

  1. Take the download.sh file and put it into a directory where you want the files to be saved.
  2. cd into the directory and make sure that it has executable permissions (chmod +x download.sh should do it)
  3. Run ./download.sh and wee there it goes. Also if you do not want all the files, just simply comment the ones you do not want.