I hereby claim:
- I am stillru on github.
- I am stillru (https://keybase.io/stillru) on keybase.
- I have a public key whose fingerprint is 8E55 2A24 2B70 B787 AF2E 195F 2A7B D19B 79EA 3FF3
To claim this, I am signing this object:
| { | |
| "basics": { | |
| "name": "Stepan Illichevskii", | |
| "location": { | |
| "city": "Beograd", | |
| "country": "Serbia" | |
| }, | |
| "email": "[email protected]", | |
| "phone": "+381-62-143-49-32", | |
| "website": "http://t.me/stillru", |
| #!/bin/sh | |
| curlExists=$(command -v curl) | |
| echo "Testing Postman version" | |
| targetName="" | |
| if [ -z $curlExists ]; then | |
| targetName=$(wget -S --spider "https://dl.pstmn.io/download/latest/linux64" 2>&1 | grep -i '^\s*Date:' | sed 's/Date:\s*//g' | xargs -I {} date --date='{}' '+%Y-%m-%d') | |
| else |
I hereby claim:
To claim this, I am signing this object:
| # Copyright (c) 2012, Ryan Gomba | |
| # All rights reserved. | |
| # | |
| # Redistribution and use in source and binary forms, with or without | |
| # modification, are permitted provided that the following conditions are met: | |
| # | |
| # 1. Redistributions of source code must retain the above copyright notice, this | |
| # list of conditions and the following disclaimer. | |
| # 2. Redistributions in binary form must reproduce the above copyright notice, | |
| # this list of conditions and the following disclaimer in the documentation |
| <link href="../topeka-elements/category-images.html" rel="import"> | |
| <link href="../core-icon/core-icon.html" rel="import"> | |
| <link href="../core-icons/core-icons.html" rel="import"> | |
| <link href="../core-icons/av-icons.html" rel="import"> | |
| <link href="../paper-fab/paper-fab.html" rel="import"> | |
| <polymer-element name="my-element"> | |
| <template> | |
| <style> |
| http://eureka.ykyuen.info/2013/09/16/setup-yeoman-in-windows-powershell/ |