Skip to content

Instantly share code, notes, and snippets.

View AV4TAr's full-sized avatar

Diego Sapriza AV4TAr

View GitHub Profile
@AV4TAr
AV4TAr / fun.sh
Last active October 27, 2021 18:32
make fun of your colleagues with this snippet
# make fun of your colleagues with this snippet.
# run this in your MacOS bash terminal, then close the terminal.
nohup sh -c 'while :; do say -v Samantha "is anybody there"; sleep $[ ( $RANDOM % 60 ) + 1 ]s; done' &
# to get the list of voices
# say -v ?
@AV4TAr
AV4TAr / php-zf2-resources.md
Last active August 9, 2021 14:13
A bunch of resources for PHP and Zend Framework 2
@AV4TAr
AV4TAr / dictation.sh
Last active November 16, 2018 00:27
Mac Dictation
#!/bin/bash
input="words.txt"
while F= read -r var
do
echo "$var"
say -v fred $var
sleep 4
done < "$input"

#Javascript Resources

llorando (-_-。)
meh 乁⁞ ◑ ͜ر ◑ ⁞ㄏ ¯\_(ツ)_/¯
... ⊂(▀¯▀⊂) (⊃・ᴥ・)つ
٩ʕ◕౪◕ʔو
(╭ರ_⊙)
enojado ʕ ᓀ ᴥ ᓂ ʔ ┌∩┐(ಠ_ಠ)┌∩┐
feliz ᕙ( ͡◉ ͜ ʖ ͡◉)ᕗ (◕ل͜◕)
table fipping (╯°□°)╯︵ ┻━┻ ʕノ•ᴥ•ʔノ ︵ ┻━┻ (/¯◡ ‿ ◡)/¯ ~ ┻━┻
Verifying that +av4tar is my blockchain ID. https://onename.com/av4tar

Temas de phpdayUY 2014

PHP Focused

  • Frameworks
  • Symfony / Zend / Laravel, etc.
  • Silex / Slim, etc.
  • CMS
  • Wordpress
  • Joomla
  • Drupal