Skip to content

Instantly share code, notes, and snippets.

View Jamamuuga's full-sized avatar
😸
Hopeful & Inquisitive. 😸

Jessi Cady Jamamuuga

😸
Hopeful & Inquisitive. 😸
View GitHub Profile
@Jamamuuga
Jamamuuga / gist:3d6fddb546c49cd53ab62ca20a4074e4
Created March 4, 2021 19:39 — forked from gorhill/gist:ef1b62d606473c68d524
Disqus comments widget: on-demand
! Title: Disqus click-to-load
# Copy-paste the static filters below into your "My filters" pane in the
# dashboard.
# Purpose is to load Disqus comments on demand only, so that no connection
# to `disqus.com` occurs by default when you land on a site which uses
# Disqus comments widget.
# Not connecting to Disqus by default is a good thing for such a
# ubiquitous server as `disqus.com`, which can be used to build a
@Jamamuuga
Jamamuuga / UpdateArcDps.cmd
Created February 27, 2019 00:22 — forked from OneFaced/UpdateArcDps.cmd
GuildWars 2 ArcDps Update Script
REM <#
@echo off
copy UpdateArcDps.cmd UpdateArcDps.ps1 >NUL
PowerShell.exe -ExecutionPolicy Unrestricted -NoProfile -Command "&{Set-Alias REM Write-Host; .\UpdateArcDps.ps1}"
del UpdateArcDps.ps1
exit
REM #>
#MakeCDDVDAgain (so toxic!)
#T4 Purgatory, T1 Pop
@Jamamuuga
Jamamuuga / GW2.cmd
Created February 27, 2019 00:19 — forked from Halkcyon/GW2.cmd
Automatically update ArcDps and BuildTemplates from deltaconnected for Guild Wars 2
::[CmdletBinding(SupportsShouldProcess)]
::param
::(
::# Update these values to where you have GW2 installed and named
:: [Parameter(Position = 0)]
:: [System.String]
:: $Gw2Path = "$Env:ProgramFiles\Guild Wars 2\Gw2-64.exe",
::
::# This line can be removed if you don't want to pass any arguments
::# It does not get used if you already have a "%APPDATA%\Guild Wars 2\Settings.json" file
@Jamamuuga
Jamamuuga / keybase.md
Created July 22, 2018 21:57
keybase.md

Keybase proof

I hereby claim:

  • I am jamamuuga on github.
  • I am jamamuuga (https://keybase.io/jamamuuga) on keybase.
  • I have a public key ASBExsZixcmWUFHUj3pEQPuot0cnOmkZgstXPR19Bbo6Xwo

To claim this, I am signing this object:

1-In the github repo on Settings > Integration & Services, enable
2-Go to travisCI page and enable the repo
3-Configure the env variables on TravisCI so that it is not necessary to save credentials on github
-in the project Settings on TravisCI, add the entry for netlify site id: NETLIFY_SITE_ID - <site_id from .netlify file generated on netlify create>
-create a netlify access token for TravisCI
-On Netlify Dashboard, Go to Account Settings > OAuth Applications (https://app.netlify.com/account/applications) > Personal access tokens and press New Access Token
-Name it anything, but to make it easier the suggestion is name TravisCI.
-Generate it and COPY it - you won’t see it again!
-in the project Settings on TravisCI, add the entry for netlify personal access token generated for TravisCI: NETLIFY_ACCESS_TOKEN
4-Generate a .travis.yml file in the local repo
@Jamamuuga
Jamamuuga / keybase.md
Created March 16, 2017 09:31
keybase.md

Keybase proof

I hereby claim:

  • I am Jamamuuga on github.
  • I am jamamuuga (https://keybase.io/jamamuuga) on keybase.
  • I have a public key whose fingerprint is 289D 4DD4 88DD 2763 5227 E050 4624 7C56 2512 F698

To claim this, I am signing this object:

@Jamamuuga
Jamamuuga / open.bash
Created May 12, 2016 22:26 — forked from jrnewell/open.bash
Open Sublime Text in Windows Cygwin
#!/bin/bash
run-fixed-cygpath "/cygdrive/c/Windows" explorer.exe "$@"
exit $?