I hereby claim:
- I am g00glen00b on github.
- I am g00glen00b (https://keybase.io/g00glen00b) on keybase.
- I have a public key ASAu_UHJ0xQcg2dDXidxiHegHVBZIiEP0wMp_8hbftwxOAo
To claim this, I am signing this object:
[ | |
{ | |
"id": "1525b4f4.eada4b", | |
"type": "function", | |
"name": "Chuck Norris Slack message", | |
"func": "var text = {\n text: msg.payload,\n username: \"Chuck Norris\",\n icon_url: \"http:\/\/static-files1.modthesims2.com\/customavatars\/avatar7265094_1.gif\"\n};\nreturn {\n payload: JSON.stringify(text)\n};", | |
"outputs": 1, | |
"valid": true, | |
"x": 1110.6667137146, | |
"y": 589.99998188019, |
@-moz-document domain("stackoverflow.com") { | |
body.newheader { | |
padding-top: 0; | |
} | |
.so-header { | |
background-color: #333; | |
position: relative; | |
} |
RouterFunction<ServerResponse> helloWorldRoute = | |
RouterFunctions.route(RequestPredicates.get("/hello-world"), | |
request -> Response.ok().body(fromObject("Hello World"))); | |
} |
@GetMapping("/person") | |
Flux<Person> list() { | |
return this.repository.findAll(); | |
} |
I hereby claim:
To claim this, I am signing this object:
<?php | |
/** | |
* Plugin Name: Netlify build hook | |
* Plugin URI: https://dimitr.im | |
* Description: Call webhook when WordPress post is published | |
* Version: 1.0 | |
* Author: g00glen00b | |
* Author URI: https://dimitr.im | |
*/ | |
add_action('publish_future_post', 'nb_webhook_future_post', 10); |