Skip to content

Instantly share code, notes, and snippets.

View delorenj's full-sized avatar
💥
No time for sleep ! Making things !

delorenj delorenj

💥
No time for sleep ! Making things !
View GitHub Profile
@delorenj
delorenj / fosJsRoutingDump
Created June 22, 2012 15:41
compile fos_js_routing_js callback into static js for use with assetic
<?php
require_once __DIR__.'/../app/bootstrap.php.cache';
require_once __DIR__.'/../app/AppKernel.php';
use Symfony\Component\HttpFoundation\Request;
$kernel = new AppKernel('stage', false);
$kernel->loadClassCache();
$response = $kernel->handle(Request::create('/js/routing?callback=fos.Router.setData'));

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

@delorenj
delorenj / chicken-lime-recipe.txt
Created February 14, 2018 15:56
One-Pan Cilantro Lime Chicken
1 tablespoon olive oil
4-5 chicken thighs, skin on or off
½ cup diced onion
4 cloves of garlic, minced
½ teaspoon salt
½ teaspoon pepper
½ teaspoon cumin
½ teaspoon paprika
2 cups water
1 cup black beans, rinsed, drained (optional)
{
"info": {
"_postman_id": "23555d6b-e3cf-4cab-9111-c5bb599669d8",
"name": "AmexAPI",
"description": "Collection of routes to test my Amex candidate submission",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "/people",
@delorenj
delorenj / Preferred DateTime Format.md
Last active November 3, 2024 18:33
Preferred DateTime Format.md
@delorenj
delorenj / Fireflies CSV Transcript to Markdown.md
Last active November 20, 2024 16:20
Fireflies CSV Transcript to Markdown.md
@delorenj
delorenj / Brainstorm, Agentic Strategy.md
Last active November 26, 2024 10:53
Brainstorm, Agentic Strategy.md
{
"mcpServers": {
"mcp-installer": {
"command": "/bin/zsh",
"args": ["-c", "mise x -- npx -y @anaisbetts/mcp-installer"]
},
"sequential-thinking": {
"command": "/bin/zsh",
"args": ["-c", "mise x -- npx @modelcontextprotocol/server-sequential-thinking"]
},
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/home/delorenj"
],
"alwaysAllow": [
"read_file",
"read_multiple_files",
"brave-search": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-brave-search"],
"env": {
"BRAVE_API_KEY": "BSA_QV3LiLfkzOYb5lAzc5rZuUTHt4Y"
}
},