Skip to content

Instantly share code, notes, and snippets.

@carrascomj
carrascomj / try_cuosqp_optlang.ipynb
Last active September 14, 2021 10:03
try_cuosqp_optlang.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
// First, download the proxy pac file locally (make sure to use RAW content)
// wget https://gist.githubusercontent.com/jupierce/f0f2cd8721c3fa4fbf08451e1003a6e6/raw -O /path/to/proxy.pac # Download git content to your home directory
// Second, use browser specific configuration steps
// ***Firefox****
// Open about:config in the URL bar.
// Configure 'network.proxy.autoconfig_url' setting to point to this gist 'file:///path/to/proxy.pac' for the setting's value.
@beeyev
beeyev / tweaks-win10.reg
Last active June 4, 2025 20:04
Windows 10 must have registry tweaks 2018
Windows Registry Editor Version 5.00
;Remove 'Give access to' Context Menu in Windows 10
[-HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Sharing]
[-HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\ModernSharing]
[-HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\Sharing]
[-HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\Sharing]
[-HKEY_CLASSES_ROOT\Directory\shellex\CopyHookHandlers\Sharing]
[-HKEY_CLASSES_ROOT\Directory\shellex\PropertySheetHandlers\Sharing]
[-HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\Sharing]