Skip to content

Instantly share code, notes, and snippets.

View isabel22's full-sized avatar

Isabel Garcia isabel22

  • Düsseldorf, Germany
  • 19:45 (UTC +02:00)
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
var suma = 0;
@isabel22
isabel22 / post-deploy.yml
Created February 5, 2019 15:58 — forked from klappradla/post-deploy.yml
Rake tasks as post deploy hooks for AWS Elastic Beanstalk Puma-Rails applications
files:
"/opt/elasticbeanstalk/hooks/appdeploy/post/01_do_stuff.sh" :
mode: "000755"
owner: ec2-user
group: ec2-user
content: |
#! /usr/bin/env bash
# Using similar syntax as the appdeploy pre hooks that is managed by AWS
set -xe
@isabel22
isabel22 / Message.rb
Last active November 15, 2021 17:13
require 'open-uri'
require 'yaml'
class Message
class << self
def call
new.call
end
end
en:
quotes: [
"Hi, I hope you are having a nice day!",
"Do you know what time is it? It is time to say hi to a teammate ;)",
"Take a moment to stretch yourself. You deserve it!",
"Don't forget to drink water :D",
"Be happy and smile :)"
]
en:
playlists: [
"Abbey Road": {
songs: [
"Because",
"Come Together",
"The End",
"Golden Slumbers",
"Her Majesty",
"Here Comes the Sun",
songs:
- "Song 1"
- "Song 2"
- "Song 3"
- "Song 4"
- "Song 5"
- "Song 6"
- "Song 7"
- "Song 8"
- "Song 9"