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 / Preferred DateTime Format.md
Last active November 3, 2024 18:33
Preferred DateTime Format.md
{
"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 / 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)

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 / 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'));