I hereby claim:
- I am tbd on github.
- I am tbd (https://keybase.io/tbd) on keybase.
- I have a public key whose fingerprint is 75AC B2FB 2CAE CF29 A058 D1A9 FEDD CA7B 92A9 B447
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
software used:
steps:
motion create rm-testcd rm-testrake| javascript:(function(){var request=new XMLHttpRequest();request.open("GET",window.location.href.replace(/ro\//g,'hu/'),false);request.send(null);var hidden=document.body.appendChild(document.createElement("div"));hidden.style.display="none";hidden.innerHTML=request.responseText;price=hidden.querySelector('#schemaProductPrice');if(price){price=parseInt(hidden.querySelector('#schemaProductPrice').textContent.replace(/\./gm,''));price=(price*1.41/100).toFixed(2)+" lei ( "+price+" HUF )";}else{price="N/A";}price_hu=document.createElement("div");price_hu.innerHTML=price;refNode=document.querySelector('#price1');refNode.parentNode.insertBefore(price_hu,refNode.nextSibbling);})() |
| var Hapi = require('hapi'); | |
| var http = require('request-promise'); | |
| var Promise = require('promise') | |
| var pdf = require('html-pdf') | |
| var server = new Hapi.Server(); | |
| server.connection({ port: 3000 }); | |
| server.route({ | |
| method: 'GET', |
| <link rel="import" href="../core-icon-button/core-icon-button.html"> | |
| <link rel="import" href="../core-toolbar/core-toolbar.html"> | |
| <link rel="import" href="../paper-slider/paper-slider.html"> | |
| <polymer-element name="my-element"> | |
| <template> | |
| <style> | |
| :host { | |
| position: absolute; |
| function doubleInteger(i) { | |
| // i will be an integer. Double it and return it. | |
| return i*2; | |
| } | |
| function isNumberEven(i) { | |
| // i will be an integer. Return true if it's even, and false if it isn't. | |
| return i%2==0 | |
| } |
| .wireframe { | |
| width:480px; | |
| margin: 0 auto; | |
| background: transparent !important; | |
| } | |
| .wireframe span:hover { | |
| color: black; | |
| background-color: white; | |
| } |
| Objective-C stub for message `cameraWithLatitude:longitude:zoom:' type `@@:ddf' not precompiled. Make sure you properly link with the framework or library that defines this message. |
| Chrome 23.0.1271.97, OSX 10.8.2 | |
| Uncaught SyntaxError: Unexpected token , 53261709:492 | |
| Uncaught ReferenceError: vimeo is not defined global_combined.min.js:599 |
| ~/Desktop ❯❯❯ roots new test | |
| new project created at /test | |
| ~/Desktop ❯❯❯ cd test | |
| ~/D/test git:master ❯❯❯ roots compile ◼ | |
| compiling project... | |
| minifying & compressing... | |
| ~/D/test git:master ❯❯❯ roots deploy test ◼ | |
| compiling project... done! |