I hereby claim:
- I am albertz on github.
- I am albertzeyer (https://keybase.io/albertzeyer) on keybase.
- I have a public key whose fingerprint is 1BF6 6B32 629D 084D DE13 2D2E 6494 081B 6084 4F60
To claim this, I am signing this object:
| #include <stdio.h> | |
| #include <assert.h> | |
| int main(int argc, char** argv) { | |
| assert(argc == 2); | |
| char* fn = argv[1]; | |
| FILE* f = fopen(fn, "r"); | |
| printf("char a[] = {\n"); | |
| unsigned long n = 0; | |
| while(!feof(f)) { |
| diff -r 5e26e77b30bf IMG_ImageIO.m | |
| --- a/IMG_ImageIO.m Sat Dec 31 13:34:24 2011 -0500 | |
| +++ b/IMG_ImageIO.m Mon Jan 02 18:10:20 2012 +0100 | |
| @@ -212,8 +212,25 @@ | |
| CGContextRef bitmap_context; | |
| CGBitmapInfo bitmap_info; | |
| - CGColorSpaceRef color_space = CGColorSpaceCreateDeviceRGB(); | |
| - | |
| + |
| def evaluiere(vec): | |
| # ... | |
| return 1.0 | |
| # http://en.wikipedia.org/wiki/Evolutionary_algorithm | |
| # http://en.wikipedia.org/wiki/Genetic_algorithm | |
| # genetischer Algo: |
| /* | |
| File: CarbonCore/Multiprocessing.h | |
| Contains: Multiprocessing interfaces | |
| The contents of this header file are deprecated. | |
| Copyright: © 1995-2011 DayStar Digital, Inc. | |
| */ | |
| /********************************************************************************************* |
| /*** | |
| This file is part of PulseAudio. | |
| Copyright 2006 Lennart Poettering | |
| Copyright 2013 Albert Zeyer | |
| PulseAudio is free software; you can redistribute it and/or modify | |
| it under the terms of the GNU Lesser General Public License as published | |
| by the Free Software Foundation; either version 2.1 of the License, | |
| or (at your option) any later version. |
| az@albertzeyermbp ~> brew --config | |
| HOMEBREW_VERSION: 0.9.5 | |
| ORIGIN: https://github.com/mxcl/homebrew.git | |
| HEAD: 143d5474b59f5094b9e3d1eff3aedfe4e5c68241 | |
| HOMEBREW_PREFIX: /usr/local | |
| HOMEBREW_CELLAR: /usr/local/Cellar | |
| CPU: 8-core 64-bit sandybridge | |
| OS X: 10.9-x86_64 | |
| Xcode: 5.0.1 | |
| GCC-4.2: build 5666 |
| #!/usr/bin/env python3 | |
| import os, sys, re | |
| import argparse | |
| from datetime import datetime | |
| import tempfile | |
| import shutil | |
| parser = argparse.ArgumentParser() | |
| parser.add_argument('--histfile', |
| """ | |
| Here are all subprocess, threading etc related utilities, | |
| most of them quite low level. | |
| """ | |
| from threading import Lock, currentThread | |
| import sys | |
| import os | |
| from StringIO import StringIO |
| { | |
| "task": "train", | |
| "train": {"class": "CopyTaskDataset", "nsymbols": 100, "num_seqs": 500, "minlen_epoch_factor": 1, "maxlen_epoch_factor": 1}, | |
| "dev": {"class": "CopyTaskDataset", "nsymbols": 100, "num_seqs": 50, "minlen_epoch_factor": 1, "maxlen_epoch_factor": 1}, | |
| "num_inputs": 100, | |
| "num_outputs": {"data": [100,1], "classes": [100,1]}, | |
| "sparse_input": true, | |
| "batch_size": 1000, | |
| "num_epochs": 100, |
I hereby claim:
To claim this, I am signing this object: