Verifying that +herbertpoul is my blockchain ID. https://onename.com/herbertpoul
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| image: google/dart:1.22.0 | |
| stages: | |
| - build | |
| - deploy | |
| # before_script: | |
| # - apt-get update -qy | |
| # - apt-get install unzip | |
| # - wget https://storage.googleapis.com/dart-archive/channels/stable/release/30107/sdk/dartsdk-linux-x64-release.zip |
I hereby claim:
- I am hpoul on github.
- I am hpoul (https://keybase.io/hpoul) on keybase.
- I have a public key whose fingerprint is 391A D710 FA53 5534 975D 609A 3F55 DC43 BC36 16F4
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <p>Enter for example: 24x24 test.png</p> | |
| <input type="text" name="basesize" id="basesize" /> | |
| <div class="output"> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package playground; | |
| import java.nio.ByteBuffer; | |
| import java.util.ArrayList; | |
| import java.util.Arrays; | |
| import java.util.List; | |
| import java.util.concurrent.CompletableFuture; | |
| import java.util.concurrent.CompletionStage; | |
| import java.util.concurrent.ExecutionException; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| # Converts work entries as exported by WorkTrail into a CSV format readable | |
| # by Google Calendar. | |
| # | |
| # WorkTrail format as used in https://worktrail.net/ | |
| # -> Reports and Administration -> Work Reports -> Download as CSV | |
| # | |
| # Google Calendar format as described at | |
| # https://support.google.com/calendar/answer/45656?hl=en |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.util.concurrent.TimeUnit; | |
| import com.zaxxer.nuprocess.NuAbstractProcessHandler; | |
| import com.zaxxer.nuprocess.NuProcess; | |
| import com.zaxxer.nuprocess.NuProcessBuilder; | |
| public class TestSigAbrtProcess { | |
| public static void main(String[] args) { | |
| /* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <link rel="import" href="../paper-tabs/paper-tabs.html"> | |
| <link rel="import" href="../paper-tabs/paper-tab.html"> | |
| <link rel="import" href="../core-field/core-field.html"> | |
| <link rel="import" href="../core-icon/core-icon.html"> | |
| <link rel="import" href="../core-input/core-input.html"> | |
| <link rel="import" href="../core-icons/core-icons.html"> | |
| <link rel="import" href="../paper-item/paper-item.html"> | |
| <link rel="import" href="../paper-input/paper-input.html"> | |
| <polymer-element name="my-element"> |
NewerOlder