I hereby claim:
- I am huxi on github.
- I am huxi (https://keybase.io/huxi) on keybase.
- I have a public key whose fingerprint is AD87 86EE 62D6 4071 F7E8 A340 78A0 4B52 2984 7C26
To claim this, I am signing this object:
import org.gradle.BuildAdapter | |
import java.text.SimpleDateFormat | |
class FinishedAtBuildListener extends BuildAdapter { | |
private SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSS") | |
void buildFinished(BuildResult result) { | |
println "Finished at: "+formatter.format(new Date()) | |
} | |
} |
I hereby claim:
To claim this, I am signing this object:
==> Downloading https://github.com/acaudwell/Gource/releases/download/gource-0.42/gource-0.42.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/gource-0.42.tar.gz | |
==> Verifying gource-0.42.tar.gz checksum | |
tar xf /Library/Caches/Homebrew/gource-0.42.tar.gz | |
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/gource/0.42 --without-x | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no |
import java.util.concurrent.locks.*; | |
public class SynchronizedVsFairLock | |
{ | |
public static void main(String args[]) | |
throws InterruptedException | |
{ | |
int delay=1; | |
if(args.length>0) | |
{ |
I am +lilith on OneName. #verifymyonename | |
https://onename.io/lilith |
I am +huxi on OneName. #verifymyonename | |
https://onename.io/huxi |
import org.gradle.api.plugins.announce.Announcer | |
import org.gradle.api.plugins.announce.internal.AnnouncingBuildListener | |
import org.slf4j.Logger | |
import org.slf4j.LoggerFactory | |
def pushoverAppToken = 'YourAppToken' | |
def pushoverUser = 'YourUserToken' | |
class PushoverAnnouncer implements Announcer { | |
private static final Logger logger = LoggerFactory.getLogger(PushoverAnnouncer) |
public class MagicalLand { | |
public static void main(String[] args) { | |
for (int i = 0; i < (Math.random() * 500) + 2; i++) { | |
if (Unicorn.pat()) { | |
System.out.println("UNICORN #1: PAT THIS UNICORN ONCE"); | |
} | |
} | |
for (int i = 0; i < (Math.random() * 500) + 2; i++) { | |
if (Unicorn.pat()) { |
import java.util.*; | |
public class MagicalLand { | |
public static void main(String[] args) { | |
for (int i = 0; i < (Math.random() * 500) + 2; i++) { | |
if (Unicorn.pat()) { | |
System.out.println("UNICORN #1: PAT THIS UNICORN ONCE"); | |
} | |
} | |