I hereby claim:
- I am manzke on github.
- I am manzke (https://keybase.io/manzke) on keybase.
- I have a public key ASCx8QEWJ6Qo1o0cbGrC9fTlvu0YOZY4YP8w39GO0qvzGgo
To claim this, I am signing this object:
| if (Files.exists(path)) { | |
| if (Files.isDirectory(path)) { | |
| Files.walkFileTree(path, new FileVisitor<Path>() { | |
| @Override | |
| public FileVisitResult preVisitDirectory(Path dir, BasicFileAttributes attrs) | |
| throws IOException { | |
| return FileVisitResult.CONTINUE; | |
| } | |
| @Override |
| #import <filenshareSDK_OSX/Service.h> | |
| #import <filenshareSDK_OSX/Space.h> |
| public class Iterables { | |
| public static <Type> Iterable<Type> iterable(final BlockingQueue<Type> queue){ | |
| return new Iterable<Type>() { | |
| @Override | |
| public Iterator<Type> iterator() { | |
| return new Iterator<Type>() { | |
| @Override | |
| public boolean hasNext() { | |
| return true; |
| import java.util.concurrent.ThreadFactory; | |
| import java.util.concurrent.atomic.AtomicInteger; | |
| /** | |
| * Utility class for thread treatment. | |
| */ | |
| public final class Threads { | |
| private Threads() { | |
| } |
| package de.devsurf.echo.frameworks.rs.service.startup.guice; | |
| import java.lang.reflect.Type; | |
| import com.google.inject.util.Types; | |
| import de.devsurf.common.lang.build.Builder; | |
| import de.devsurf.echo.frameworks.rs.system.api.TypeLiteralBuilder; | |
| import de.devsurf.echo.frameworks.rs.system.api.TypeLiteralBuilder.RawTypeLiteralBuilder; |
| package de.devsurf.echo.sync.utils; | |
| import java.util.Collections; | |
| import java.util.LinkedHashMap; | |
| import java.util.Map; | |
| import java.util.Map.Entry; | |
| import com.google.common.base.Preconditions; | |
| /** |
| brew unlink npm | |
| brew uninstall npm | |
| brew unlink node | |
| brew uninstall node | |
| brew cleanup | |
| brew prune | |
| brew doctor | |
| brew install npm | |
| sudo brew postinstall npm |
| [ | |
| { | |
| "id":"243f9c28.dbc064", | |
| "type":"scan ble", | |
| "uuids":"83cdc41031dd11e281c10800200c9a66", | |
| "duplicates":true, | |
| "name":"Scan for BLEs", | |
| "x":82, | |
| "y":442, | |
| "z":"dc9ec147.23614", |
| #!/usr/bin/perl | |
| # | |
| # | |
| my @mast3rs = ("root.edu"); | |
I hereby claim:
To claim this, I am signing this object: