I hereby claim:
- I am alexmeuer on github.
- I am alexmeuer (https://keybase.io/alexmeuer) on keybase.
- I have a public key ASD06fODX_mVCYdBLG2-PCxeWrgVL_riC2ITz16s8sJAtQo
To claim this, I am signing this object:
@echo off | |
title Boost Installer --- C00165681 v1.0 | |
color a | |
echo Copyright (c) 2016 Alexander Meuer | |
echo. | |
echo Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | |
echo. | |
echo The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | |
echo. | |
echo THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CO |
#!/bin/bash | |
# Name: set_sail | |
# | |
# Description: This is a little script to make terminal output less dull. | |
# Just direct stuff into the scripts stdin and you'll set sail! | |
# Output can be slowed by passing --slow or -s as the first argument, you can also, | |
# optionally, specify how long to wait between outputs if using the slow options. | |
# | |
# Example use: cat <some_file> | set_sail --slow 1 |
#!/usr/bin/env python | |
from __future__ import division | |
import sys | |
import argparse | |
import xml.etree.ElementTree as ET | |
import os.path | |
py3 = sys.version_info[0] > 2 # Check if python2 or python3 |
package foo.bar; | |
import android.content.res.Resources; | |
import android.graphics.Bitmap; | |
import android.graphics.BitmapFactory; | |
import android.graphics.Canvas; | |
import android.graphics.Rect; | |
import android.graphics.Region; | |
import android.graphics.drawable.BitmapDrawable; | |
import android.support.annotation.ColorRes; |
package foo.bar | |
import android.content.Context; | |
import android.support.annotation.FloatRange; | |
import android.support.annotation.NonNull; | |
import android.support.annotation.Nullable; | |
import android.support.annotation.WorkerThread; | |
import android.util.Log; | |
import com.google.common.base.Strings; |
package foo.bar.baz; | |
import android.content.Context; | |
import android.content.res.TypedArray; | |
import android.graphics.Typeface; | |
import android.support.annotation.NonNull; | |
import android.util.AttributeSet; | |
import foo.bar.R; |
package foo.bar.baz; | |
import android.content.Context; | |
import android.graphics.Typeface; | |
import android.support.annotation.IntDef; | |
import android.util.AttributeSet; | |
import com.google.common.collect.ImmutableMap; | |
import java.lang.annotation.ElementType; |
package foo.bar.baz; | |
import android.support.annotation.CheckResult; | |
import android.support.annotation.NonNull; | |
import com.google.common.util.concurrent.ListenableFuture; | |
import com.google.common.util.concurrent.ListeningExecutorService; | |
import com.google.common.util.concurrent.MoreExecutors; | |
import java.util.concurrent.Callable; |
package foo.bar.baz; | |
import android.animation.ArgbEvaluator; | |
import android.animation.ObjectAnimator; | |
import android.animation.TimeInterpolator; | |
import android.animation.ValueAnimator; | |
import android.graphics.ColorMatrix; | |
import android.graphics.ColorMatrixColorFilter; | |
import android.support.annotation.ColorInt; | |
import android.support.annotation.FloatRange; |
I hereby claim:
To claim this, I am signing this object: