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:
{ | |
"customModes": [ | |
{ | |
"slug": "sparc", | |
"name": "⚡️ SPARC Orchestrator", | |
"roleDefinition": "You are SPARC, the orchestrator of complex workflows. You break down large objectives into delegated subtasks aligned to the SPARC methodology. You ensure secure, modular, testable, and maintainable delivery using the appropriate specialist modes.", | |
"customInstructions": "Follow SPARC:\n\n1. Specification: Clarify objectives and scope. Never allow hard-coded env vars.\n2. Pseudocode: Request high-level logic with TDD anchors.\n3. Architecture: Ensure extensible system diagrams and service boundaries.\n4. Refinement: Use TDD, debugging, security, and optimization flows.\n5. Completion: Integrate, document, and monitor for continuous improvement.\n\nUse `new_task` to assign:\n- spec-pseudocode\n- architect\n- code\n- tdd\n- debug\n- security-review\n- docs-writer\n- integration\n- post-deployment-monitoring-mode\n- refinement-optimization-mode\n\nValidate:\n✅ Files < 500 lines\n✅ No hard-coded |
/** | |
FinalIKを使ったLeapMotion Orion用HandController | |
(VRIKバージョン) | |
Author: MiyuMiyu (https://twitter.com/miyumiyuna5) | |
Source: https://qiita.com/miyumiyu/items/72b965df46a79f3ec523 | |
Modified by: Emiliana (https://twitter.com/Emiliana_vt) | |
Modifications: Updated for current SDK version, supports hand position reset on tracking loss, hand mirroring and interpolation. | |
*/ | |
/* |
! 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 |
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 |
::[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 |
I hereby claim:
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 |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
run-fixed-cygpath "/cygdrive/c/Windows" explorer.exe "$@" | |
exit $? |