I hereby claim:
- I am benbarber on github.
- I am benbarber (https://keybase.io/benbarber) on keybase.
- I have a public key whose fingerprint is D438 146E BAF8 00A9 94FC 0E0E 89ED D62F 5840 0D58
To claim this, I am signing this object:
<?php | |
$dob = '1965-02-01'; | |
$age_years = floor((time() - strtotime($dob)) / 31556926); | |
echo $age_years | |
?> |
I hereby claim:
To claim this, I am signing this object:
defmodule MyApp.Scheduler do | |
@moduledoc """ | |
Schedules a Mix task to be run at a given interval in milliseconds. | |
## Options | |
- `:task`: The name of the Mix task to run. | |
- `:args`: A list of arguments to pass to the Mix task's `run/1` function. | |
- `:interval`: The time interval in millisconds to rerun the task. |
Visit my blog or connect with me on Twitter
git init
or
machine: | |
pre: | |
- mkdir ~/.yarn-cache | |
node: | |
version: stable | |
dependencies: | |
pre: | |
- curl -o- -L https://yarnpkg.com/install.sh | bash | |
cache_directories: | |
- ~/.yarn-cache |
module.exports = 'test-file-stub' |
import React from 'react' | |
class MyComponent extends React.Component { | |
componentDidMount() { | |
this.props.router.setRouteLeaveHook(this.props.route, this.routerWillLeave) | |
} | |
routerWillLeave(nextLocation) { | |
// return false to prevent a transition w/o prompting the user |
0815.ru | |
0wnd.net | |
0wnd.org | |
10minutemail.co.za | |
10minutemail.com | |
123-m.com | |
1fsdfdsfsdf.tk | |
1pad.de | |
20minutemail.com | |
21cn.com |
See Configuring NGINX to accept the PROXY Protocol - NGINX
upstream wsserver {
server 127.0.0.1:9000;
}