This was moved to https://github.com/AV4TAr/reading/blob/master/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
input="words.txt" | |
while F= read -r var | |
do | |
echo "$var" | |
say -v fred $var | |
sleep 4 | |
done < "$input" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
llorando (-_-。) | |
meh 乁⁞ ◑ ͜ر ◑ ⁞ㄏ ¯\_(ツ)_/¯ | |
... ⊂(▀¯▀⊂) (⊃・ᴥ・)つ | |
٩ʕ◕౪◕ʔو | |
(╭ರ_⊙) | |
enojado ʕ ᓀ ᴥ ᓂ ʔ ┌∩┐(ಠ_ಠ)┌∩┐ | |
feliz ᕙ( ͡◉ ͜ ʖ ͡◉)ᕗ (◕ل͜◕) | |
table fipping (╯°□°)╯︵ ┻━┻ ʕノ•ᴥ•ʔノ ︵ ┻━┻ (/¯◡ ‿ ◡)/¯ ~ ┻━┻ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that +av4tar is my blockchain ID. https://onename.com/av4tar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To use mysql client on staging, devs need to ssh to the server, then "cat" the configuration file of the application to get the username / password / host. | |
The idea of this script is to read the configuration from the php application and use that information to connect to mysql using the mysql client in 1 command. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feature: Job Offers CRUD | |
In order to get employees | |
As a job offerer | |
I want to manage my offers | |
Background: | |
Given I am logged in as job offerer | |
Scenario: Create new offer | |
Given I access the new offer page |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 ? |
NewerOlder