Skip to content

Instantly share code, notes, and snippets.

View samusgray's full-sized avatar
🇲🇽

Samus Gray samusgray

🇲🇽
  • Mexico City, Mexico
  • 01:40 (UTC -12:00)
View GitHub Profile
@ramantehlan
ramantehlan / README-Fancy.md
Last active May 10, 2024 14:28
README template I use for most of my projects.

Introduction

  • Add your project logo.
  • Write a short introduction to the project.
  • If you are using badges, add them here.

📒 Index

@gibbyb
gibbyb / wifijam.sh
Last active September 25, 2022 20:14
Wifi Jammer using aircrack-ng and nmap
#!/bin/bash
#A very simple yet effective Wifi Jammer
#There are other jammers out there, but they did not work for me
#Let me know how it works for ya and feel free to give me any tips.
#This is the first script I have written.
clear
echo -n "Wifi Jammer ";echo "By Gibby"
echo "You will need aircrack-ng and nmap for this tool."
echo -n "If it's all good, press enter.";read
@paulirish
paulirish / what-forces-layout.md
Last active June 11, 2024 07:58
What forces layout/reflow. The comprehensive list.

What forces layout / reflow

All of the below properties or methods, when requested/called in JavaScript, will trigger the browser to synchronously calculate the style and layout*. This is also called reflow or layout thrashing, and is common performance bottleneck.

Generally, all APIs that synchronously provide layout metrics will trigger forced reflow / layout. Read on for additional cases and details.

Element APIs

Getting box metrics
  • elem.offsetLeft, elem.offsetTop, elem.offsetWidth, elem.offsetHeight, elem.offsetParent
@mjhea0
mjhea0 / criteria.txt
Last active October 31, 2015 16:07 — forked from gigamonkey/criteria.txt
Hiring criteria: looking for the ability to …
Write a program that does what it’s supposed to do
Write idiomatic code
Debug a program that you wrote
Debug a program someone else wrote
Debug the interaction between a system you wrote and one you didn’t
File a good bug report
Modify a program you didn’t write
Test a program you wrote
Test a program you didn’t write
Learn a new programming language
@dwtkns
dwtkns / README.md
Last active December 28, 2015 12:49
Snap.svg Animation Tests #1