Skip to content

Instantly share code, notes, and snippets.

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

Jela Miraj JelaMiraj

😸
Hopeful & Inquisitive. 😸
View GitHub Profile
@JelaMiraj
JelaMiraj / .roomodes.json
Created March 31, 2025 06:39 — forked from ruvnet/.roomodes.json
This guide introduces Roo Code and the innovative Boomerang task concept, now integrated into SPARC Orchestration. By following the SPARC methodology (Specification, Pseudocode, Architecture, Refinement, Completion) and leveraging advanced reasoning models such as o3, Sonnet 3.7 Thinking, and DeepSeek, you can efficiently break down complex proj…
{
"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.
*/
/*
@JelaMiraj
JelaMiraj / 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
@JelaMiraj
JelaMiraj / 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
@JelaMiraj
JelaMiraj / 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
@JelaMiraj
JelaMiraj / 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
@JelaMiraj
JelaMiraj / 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:

@JelaMiraj
JelaMiraj / 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 $?