Skip to content

Instantly share code, notes, and snippets.

View daryllxd's full-sized avatar
👨‍🔬
Do not fear failure but rather fear not trying.

Daryll Santos daryllxd

👨‍🔬
Do not fear failure but rather fear not trying.
View GitHub Profile
@daryllxd
daryllxd / hehe.exs
Created March 27, 2017 10:13
elixir
fizzbuzz = fn (a, b, c) ->
case { a, b, c } do
{ 0, 0, _ } -> "fizzbuzz"
{ 0, _, _ } -> "fizz"
{ _, 0, _ } -> "buzz"
_ -> c
end
end
rem_fiz = fn(num) ->
#!/usr/bin/env ruby
require 'english'
require 'rubocop'
require 'rb-readline'
require 'pry'
cached_changes = `git diff --cached`
forbidden_words = ['binding.pry', 'console.log', 'debugger', 'byebug', '!important']
#!/bin/bash
set -x
DATABASE_DUMP_FILE=wew.sql
rm $DATABASE_DUMP_FILE
pgrep ruby > /dev/null
if [ $? -eq 0 ]; then
killall -9 ruby

Keybase proof

I hereby claim:

To claim this, I am signing this object:

Keybase proof

I hereby claim:

To claim this, I am signing this object:

{
"about": "Aboutsss the website",
"footer.icons_attribution": "Icons created by prettycons - Flaticon",
"head.title": "Evolution Chamber",
"head.title.about": "About page",
"head.title.repos": "Repos page",
"header.select_language": "Select language ({{language}})",
"header.title": "Better every day",
"language.en": "English",
"language.es": "Spanish",