Skip to content

Instantly share code, notes, and snippets.

View chrisdugne's full-sized avatar
🎶
Keep inspired

Chris chrisdugne

🎶
Keep inspired
View GitHub Profile
@gmoraiz
gmoraiz / rm_emulator5562_offline.sh
Last active March 8, 2024 17:41
remove emulator-5562 offline from adb devices
#Native Instruments software uses PORT 5562 ON TCP (NTKDaemon)
#Run CMD as Administrador and write:
netstat -ano | findstr :5563
taskkill /PID <PID> /F
@chrisdugne
chrisdugne / scale-and-center.md
Last active October 14, 2022 16:35
github: scale and align image
<p align="center">
  <img 
    src="https://user-images.githubusercontent.com/910636/52334105-3be87480-29ff-11e9-9249-0981514d320d.gif" 
    width="300"
  >
</p>
@chrisdugne
chrisdugne / github.stylish.css
Last active March 23, 2023 10:37
my GitHub Darkside of the Moon Theme
body {
background-color: #2A2C2F;
color: #E6E6E6;
}
a {
color: #72B0FF;
}
.social-count {
background: #212225;
border-color: #424548;
@jfmengels
jfmengels / lodash-fp-documentation.md
Last active February 6, 2024 20:57
Generated docs for Lodash/fp. Help make them better at https://github.com/jfmengels/lodash-fp-docs