Skip to content

Instantly share code, notes, and snippets.

View rvbiljouw's full-sized avatar

Rick van Biljouw rvbiljouw

View GitHub Profile

Keybase proof

I hereby claim:

  • I am rvbiljouw on github.
  • I am rvbiljouw_ (https://keybase.io/rvbiljouw_) on keybase.
  • I have a public key ASAuJE999iNKUu7gx5EPkQkcYZNzJzKXptI7LAfvIIRcBgo

To claim this, I am signing this object:

@rvbiljouw
rvbiljouw / keybase.md
Created December 8, 2021 12:13
keybase.md

Keybase proof

I hereby claim:

  • I am rvbiljouw on github.
  • I am rvbiljouw1 (https://keybase.io/rvbiljouw1) on keybase.
  • I have a public key ASCe1203r92o3ETrjcsw29UQAEeyuOj_a_gW5FqH2fRjVAo

To claim this, I am signing this object:

rvbiljouw1

Keybase proof

I hereby claim:

  • I am rvbiljouw on github.
  • I am rvbiljouw1 (https://keybase.io/rvbiljouw1) on keybase.
  • I have a public key ASCe1203r92o3ETrjcsw29UQAEeyuOj_a_gW5FqH2fRjVAo

To claim this, I am signing this object:

static Future<String> get _photoLibrary async {
final base = await getApplicationDocumentsDirectory();
final directory =
await Directory("${base.path}/images/").create(recursive: true);
return directory.path;
}
static Future<File> getFile(String name) async {
final path = await _photoLibrary;
return File('$path/$name');
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
Successfully installed mime-types-2.0
Successfully installed rest-client-1.6.7
Successfully installed net-http-persistent-2.9
Successfully installed rest-2.6.5
Successfully installed iron_core-1.0.3
Successfully installed bundler-1.5.2
Successfully installed rubyzip-0.9.9
Successfully installed iron_worker_ng-1.0.4
8 gems installed
I, [2014-01-15T18:44:49.869183 #8] INFO -- IronWorkerNG: Found workerfile with path='wizard.worker'
package ms.aurora.updater.identifier.sound;
import ms.aurora.bal.Context;
import ms.aurora.bal.Identifier;
import ms.aurora.bal.model.ClassWrapper;
import ms.aurora.updater.accessors.sound.Filter;
import org.apache.bcel.Constants;
import org.apache.bcel.generic.Type;
import static com.google.common.base.Predicates.and;