Skip to content

Instantly share code, notes, and snippets.

View NoelJacob's full-sized avatar
:shipit:
bring it on

Noel Jacob NoelJacob

:shipit:
bring it on
View GitHub Profile
@PierBover
PierBover / website_performance.md
Last active March 24, 2021 20:45
Tools to test the performance of your website worldwide
@marshyski
marshyski / Windows 10 Gaming Performance.md
Last active May 30, 2026 09:36
Windows 10 Gaming Optimizations

Windows 10 Gaming Performance

Tested On: MSI GS66 Stealth 10SFS-037 Laptop | Intel i7-10750H | Nvidia RTX 2070 Super

Date Updated: 28JUN2020

Est. Time to Completion: 1 hour

Expected improvement from stock Windows 10 install for gaming is 1-3x network improvement and reduction in OS overhead.

@DianaPerkinsDesign
DianaPerkinsDesign / gist:45844e7012d24102673270f669185a4b
Last active December 5, 2021 12:01
Board Game Recommendations

Playing at a Distance

First of all, there are some great digital options for playing games. Some work well remotely, some support local play on one device. Some are free, some cost money. Rather than list/compare all the options, here are some to check out on your own:

  • [Tabletop Simulator][]
  • [Tabletopia][]
  • [Board Game Arena][]
  • [Yucata][]

No Printer Required

@raftheunis87
raftheunis87 / hyperjs.md
Last active June 10, 2026 12:56
Hyper.js + Hyper.js Plugins + ZSH + Starship + Fira Code + Dark Theme - (macOS)

Hyper.js

@jq2
jq2 / disable-all-windows-unnecessary-services.txt
Created August 12, 2019 09:21
Microsoft Windows XP/7/8/8.1/10 - Surveillance Self-Defense Scripts, Tools, Guides/HowTo's, (E)books and much more!
@matthewjberger matthewjberger/Remove-Windows10-Bloat.bat
https://gist.github.com/matthewjberger/2f4295887d6cb5738fa34e597f457b7f
@ilyaigpetrov/Tuning Windows 10 for Slow Machines.md
https://gist.github.com/ilyaigpetrov/03506150e0a3a4104a24f7e519d42078
@alirobe/reclaimWindows10.ps1
https://gist.github.com/alirobe/7f3b34ad89a159e6daa1
@2510/Windows 10 Disable Services.bat
@Jabarabo
Jabarabo / githubpull.md
Last active August 19, 2026 08:12
Gist of a stolen gist
@peh
peh / auto.user.js
Last active March 4, 2021 05:18
Google Meet Autojoin
// ==UserScript==
// @name Google Meet Autojoin
// @version 0.0.2
// @description try to take over the world!
// @author Philipp Eschenbach
// @match https://meet.google.com/*
// @grant none
// ==/UserScript==
(function() {
@shabbir-hasan
shabbir-hasan / mpv.conf
Created July 29, 2018 14:43
MPV Configuration (mpv.conf) on Windows 10 Pro
# vim: syntax=config
###########
# General #
###########
priority=high
input-ipc-server=/tmp/mpvsocket # listen for IPC on this socket
load-stats-overlay=yes # use local stats.lua
@mentos1386
mentos1386 / Webstorm-Airbnb-Javascript-codeStyle.xml
Created March 12, 2017 11:03
Airbnb inspired Webstorm Javascript CodeStyle
<code_scheme name="Airbnb">
<option name="RIGHT_MARGIN" value="100" />
<option name="HTML_ATTRIBUTE_WRAP" value="4" />
<option name="HTML_ELEMENTS_TO_INSERT_NEW_LINE_BEFORE" value="" />
<option name="HTML_ENFORCE_QUOTES" value="true" />
<DBN-PSQL>
<case-options enabled="false">
<option name="KEYWORD_CASE" value="lower" />
<option name="FUNCTION_CASE" value="lower" />
<option name="PARAMETER_CASE" value="lower" />