Skip to content

Instantly share code, notes, and snippets.

View daresTheDevil's full-sized avatar
💭
👉🤛

David Kay daresTheDevil

💭
👉🤛
  • Jackson, MS
View GitHub Profile
@daresTheDevil
daresTheDevil / roo_workflow.md
Created June 3, 2025 05:52 — forked from livecodelife/roo_workflow.md
Roo Code Setup and Workflow for the best $0 development

Roo Code Workflow: An Advanced LLM-Powered Development Setup

This gist outlines a highly effective and cost-optimized workflow for software development using Roo Code, leveraging a multi-model approach and a custom "Think" mode for enhanced reasoning and token efficiency. This setup has been successfully used to build complex applications, such as Baccarat game simulations with betting strategy analysis.


Core Components & Model Allocation

The power of this setup lies in strategically assigning different Large Language Models (LLMs) to specialized "modes" within Roo Code, optimizing for performance, cost, and specific task requirements.

@daresTheDevil
daresTheDevil / rails-cheats.md
Last active October 14, 2020 09:46
The things I always google in rails

conditional css

<%= link_to path, class: "#{ conditional ? 'css-if-true' : 'css-if-false' } rest-of-css" %>

get path

<%= request.path %>

string stuff

.camelize (opposite of .underscore)

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.

Font

uses roboto font. Include the html below to embed the font. <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">

buttons

Buttons are bootstrap and background color is #C4C4C4.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
# Taps
tap 'homebrew/core'
tap 'homebrew/bundle'
tap 'homebrew/services'
tap 'caskroom/cask'
tap 'homebrew/cask-versions'
# Binaries
brew "curl"
brew 'git'
[
{
"EntityId": "6711-010",
"EntitySchoolYear": "2016",
"EntityDisplayName": "A W JAMES ELEMENTARY SCHOOL",
"EntityType": "School",
"EntityGrade": "B",
"EntityAccountabilityScore": "420",
"EntityAddress": "400 SOUTH BLVD ",
"EntityCity": "DREW",
[
{ "EntityID": "0000-000", "EntityDisplayName": "Mississippi", "EntityType": "State", "EntityGrade": "C", "EntityCity": "Jackson" },
{ "EntityID": "0130-000", "EntityDisplayName": "Natchez-Adams School District", "EntityType": "District", "EntityGrade": "D", "EntityCity": "Natchez" },
{ "EntityID": "0130-020", "EntityDisplayName": "Mc Laurin Elementary School", "EntityType": "School", "EntityGrade": "B", "EntityCity": "Natchez" },
{ "EntityID": "0130-027", "EntityDisplayName": "Morgantown College Prep Academy", "EntityType": "School", "EntityGrade": "F", "EntityCity": "Natchez" },
{ "EntityID": "0130-028", "EntityDisplayName": "Morgantown Middle", "EntityType": "School", "EntityGrade": "F", "EntityCity": "Natchez" },
{ "EntityID": "0130-036", "EntityDisplayName": "Robert Lewis Magnet School", "EntityType": "School", "EntityGrade": "D", "EntityCity": "Natchez" },
{ "EntityID": "0130-040", "EntityDisplayName": "Joseph L Frazier Elementary", "EntityType": "School", "EntityGrade": "D"