Skip to content

Instantly share code, notes, and snippets.

@vegetabill
vegetabill / gist:9508ac10b933d582b9f8
Last active August 29, 2015 14:01
you can use this js snippet on Go.CD the env variables page
$ = jQuery;
$('#variables').find('tr').each(function(idx, tr) { console.log("export " + $(tr).find('.environment_variable_name').val() + "=" + $(tr).find('.environment_variable_value').val()); });
{
"profile_id": 8762,
"first_name": "Jane",
"last_name": "Doe",
"security_data": {
"last_login_at": "2015-06-05T18:53:10.197Z",
"lost_password_token": null
},
"favorite_genres": [
{
@vegetabill
vegetabill / parser.rb
Created September 17, 2018 21:45
How to augment mjml to output intermediate output
require 'open3'
module Mjml
class Parser
class ParseError < StandardError; end
attr_reader :input
# Create new parser
#
@vegetabill
vegetabill / 20-ideas.md
Last active March 31, 2020 20:15
Bill's H1-2020 Final Project Idea List
  1. Feed Me Seymour - Find the closest vegan-friendly restaurant open near you, anywhere in the world (Happy Cow API?)
  2. Casual Care Pool - swap dogsitting with your neighbors
  3. Pixels Clone - mood-tracking app
  4. Clip-a-roo - clipboard manager that lets you pin certain things you use all the time, like your Zoom URL
  5. Firefox Add-On that lets you always open certain URls in container tabs, e.g. always open GitHub in Work container
  6. Amazon Ipsum - lorem ipsum generator that uses Amazon business speak. Bias for 6-pagers!
  7. One Line a Day - a digital version of Chronicle Book's Line-a-Day Journal
  8. Throwback - Finds some good photos in your archives every Thursday to suggest you to post for #ThrowbackThursday
  9. Calendly Clone - they charge way too much
  10. Super Lean TODO App - items age and expire if you don't complete them. Forces you to keep a WIP limit and be re