I hereby claim:
- I am merlindorin on github.
- I am merlindorin (https://keybase.io/merlindorin) on keybase.
- I have a public key ASAOoCPUT9PdVYstc7Z7ez-N34weQoOCJTCx-70ilR6u2wo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
### Renault SAS Individual Contributor License Agreement | |
Thank you for your interest in contributing to open source software projects (“Projects”) made available by Renault SAS or its affiliates (“Renault SAS”). This Individual Contributor License Agreement (“Agreement”) sets out the terms governing any source code, object code, bug fixes, configuration changes, tools, specifications, documentation, data, materials, feedback, information or other works of authorship that you submit or have submitted, in any form and in any manner, to Renault SAS in respect of any of the Projects (collectively “Contributions”). If you have any questions respecting this Agreement, please contact opensource@renault SAS.com. | |
You agree that the following terms apply to all of your past, present and future Contributions. Except for the licenses granted in this Agreement, you retain all of your right, title and interest in and to your Contributions. | |
**Copyright License.** You hereby grant, and agree to grant, to Renault SAS a n |
### Keybase proof | |
I hereby claim: | |
* I am iam-merlin on github. | |
* I am merlindorin (https://keybase.io/merlindorin) on keybase. | |
* I have a public key ASDCjEb35scxEOH9Jvu9BKzYNm8y14tqaVNaAULc5edgPgo | |
To claim this, I am signing this object: |
#!/usr/bin/env node | |
var http = require('http'); | |
const PORT=8080; | |
function requestListener(request, response){ | |
response.end('Hello World'); | |
} | |
var server = http.createServer(); |
#!/usr/bin/env node | |
var http = require('http'); | |
const PORT=8080; | |
function requestListener(request, response){ | |
response.end('Hello World'); | |
} | |
var server = http.createServer(requestListener); |
<application name="example"> | |
<title>This is a title</title> | |
<subtitle>This a subtitle</subtitle> | |
<description>This is a description. By default, you can output your commands to markdown.</description> | |
<version>1.2.3</version> | |
<menu> | |
<item target="self:ggg" default="true">lorem</item> | |
<item target="another:bibi" default="true">lorem</item> | |
</menu> | |
<command id="ggg" interactive="y"> |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
<script language='javascript'> | |
SyntaxHighlighter.config.bloggerMode = true; | |
SyntaxHighlighter.config.clipboardSwf = 'http://alexgorbatchev.com/pub/sh/current/scripts/clipboard.swf'; | |
SyntaxHighlighter.all(); | |
</script> |