This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"global": { "show_in_menu_bar": false }, | |
"profiles": [ | |
{ | |
"devices": [ | |
{ | |
"identifiers": { "is_keyboard": true }, | |
"ignore": true | |
}, | |
{ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update Campfire Source | |
on: | |
schedule: | |
- cron: "0 4 * * *" | |
workflow_dispatch: | |
jobs: | |
update: | |
runs-on: ubuntu-latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git-filter-repo --name-callback 'return name.replace(b"old name", b"new name")' | |
git-filter-repo --email-callback 'return email.replace(b"[email protected]", b"[email protected]")' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Safety Serve Auto-Advance | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Auto-Advance | |
// @author You | |
// @match https://course.safetyserve.com/* | |
// @grant none | |
// @require http://code.jquery.com/jquery-3.4.1.min.js | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name AWS EC2 Pricing Hourly to Monthly | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Hourly to Monthly Pricing | |
// @author You | |
// @match https://aws.amazon.com/ec2/pricing/* | |
// @grant none | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
path = require('path') | |
read = require('read-yaml') | |
MiniCssExtractPlugin = require('mini-css-extract-plugin') | |
UglifyJsPlugin = require('uglifyjs-webpack-plugin') | |
browserSync = require('browser-sync'); | |
BrowserSyncPlugin = require('browser-sync-webpack-plugin') | |
CopyPlugin = require('copy-webpack-plugin') | |
RemovePlugin = require('remove-files-webpack-plugin') | |
devMode = process.env.NODE_ENV == 'development' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class HubSpotAPI | |
def self.oauth | |
OAuth2::Client.new( | |
ENVHelper.get('hubspot_client_id'), | |
ENVHelper.get('hubspot_client_secret'), | |
site: 'https://app.hubspot.com/oauth/authorize', | |
token_url: 'https://api.hubapi.com/oauth/v1/token' | |
) | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
odt | |
aiff | |
csv | |
rm | |
ogv | |
asf | |
bin | |
cpp | |
kmz | |
mkv |
NewerOlder