I hereby claim:
- I am damusix on github.
- I am pinguino_danilo (https://keybase.io/pinguino_danilo) on keybase.
- I have a public key ASD3wiubhznEqFJmoZppyZrGu8IiYEliUHSrV2zXQmn2dAo
To claim this, I am signing this object:
cd /tmp | |
sudo apt update -y | |
sudo apt upgrade -y | |
sudo apt install -y \ | |
apt-transport-https \ | |
ca-certificates \ | |
curl \ | |
gnupg \ | |
lsb-release \ |
#!/bin/bash | |
# xcode | |
xcode-select --install | |
# brew | |
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
exec bash |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Riot 4!!!</title> | |
</head> | |
<body> | |
<noscript> | |
<h1>This site is a simple single page app that requires javascript.</h1> | |
</noscript> |
const store = { | |
// Initial state | |
state: { | |
working: true, | |
items: [], | |
}, | |
actions: (update) => ({ | |
getThings: () => { |
const noop = () => {}; | |
const store = { | |
// Initial state | |
state: { | |
working: true, | |
items: [], | |
}, | |
actions: (update) => ({ |
# Set the project's local path to PATH | |
setlocalpath() { | |
if [ -f .pathrc ]; | |
then; | |
localpaths=$(cat .pathrc | xargs) | |
echo "Setting local path in '.pathrc' ..." | |
# If pathrc is empty, use cwd | |
# Otherwise, convert the contents of pathrc |
I hereby claim:
To claim this, I am signing this object:
// Originally, I was using Redux to contain the state, but switched to RiotControl | |
// because of its simplicity, and how it makes use of Riot's observable API. | |
// An issue I found with RiotControl was that, when you register multiple | |
// stores, it will call 1 event 1 time per store. So if you have 6 stores, | |
// `RiotControl.trigger('my-event')` will run 6 times. This is incredibly | |
// inefficient, especially if your app is doing a lot at once. | |
// After careful consideration, I failed to see the benefit of using | |
// RiotControl and instead opted for using the native Riot observable API. |
If you do, or want to, use AWS to deploy your apps, you will end up using AWS SES via SMTP when you're launching an app that sends out emails of any kind (user registrations, email notifications, etc). For example, I have used this configuration on various Ruby on Rails apps, however, it is just basic SMTP configurations and crosses over to any framework that supports SMTP sendmail.
There are two ways to go about this:
Luckily, you found this MD file and the NOT SO EASY WAY is suddenly copy-pasta... sudo yum....