I hereby claim:
- I am zombor on github.
- I am zombor (https://keybase.io/zombor) on keybase.
- I have a public key ASC0A5_lvgwKQH-fYO4TII_rdecQ0HjMzlsd9SbHj6_5jAo
To claim this, I am signing this object:
resource "kubernetes_namespace" "this" { | |
metadata { | |
labels { | |
"istio-injection" = "enabled" | |
} | |
annotations { | |
"iam.amazonaws.com/allowed-roles" = <<EOF | |
[".*"] | |
EOF | |
} |
I hereby claim:
To claim this, I am signing this object:
class Foo | |
end | |
class Foobar < Foo | |
end | |
describe 'foo' do | |
it 'works weird' do | |
Foo.should_receive(:new) |
[Thu Jan 03 14:44:26 2013] [error] (502)Unknown error 502: proxy: pass request body failed to 192.168.1.10:8443 (192.168.1.10) | |
[Thu Jan 03 14:44:26 2013] [error] [client 192.168.1.103] proxy: Error during SSL Handshake with remote server returned by /subsonic/ | |
[Thu Jan 03 14:44:26 2013] [error] proxy: pass request body failed to 192.168.1.10:8443 (192.168.1.10) from 192.168.1.103 () |
* Home for VM 'sun-jdk-1.6' does not exist: /usr/lib/jvm/sun-jdk-1.6/ | |
* Invalid value for GENTOO_VM: sun-jdk-1.6 | |
make[1]: *** [/var/tmp/portage/media-tv/xbmc-9999/work/xbmc-9999/xbmc/interfaces/python/generated/AddonModuleXbmc.cpp] Error 1 | |
make: *** [xbmc/interfaces/python/python_binding.a] Error 2 | |
make: *** Waiting for unfinished jobs.... |
<?php | |
var_dump('here we go'); | |
class Kohana_Exception extends Kohana_Kohana_Exception | |
{ | |
public static function _handler(Exception $e) | |
{ | |
var_dump('foobar'); | |
return parent::_handler($e); | |
} | |
} |
03/12 - leave @ 6am | |
03/13 - arrive at monument park @ 6am - Check in to campsite | |
03/14 - GC | |
03/15 - GC - Check in to hotel | |
03/16 - wedding | |
03/17 - whatever | |
03/18 - whatever | |
03/19 - leave | |
03/20 - home |
htpc dolphin-emu-3.0 # tree -L 2 | |
. | |
|-- CMakeLists.txt | |
|-- CMakeTests | |
| `-- CheckLib.cmake | |
|-- Data | |
| |-- Sys | |
| |-- User | |
| `-- license.txt | |
|-- Externals |
htpc usr # emerge dolphin-emu | |
* IMPORTANT: 5 news items need reading for repository 'gentoo'. | |
* Use eselect news to read news items. | |
Calculating dependencies... done! | |
!!! The following installed packages are masked: | |
- www-plugins/adobe-flash-11.1.102.62::gentoo (masked by: AdobeFlash-10.3 license(s)) | |
A copy of the 'AdobeFlash-10.3' license is located at '/usr/portage/licenses/AdobeFlash-10.3'. |
htpc ~ # locate GLEW | |
/usr/lib/libGLEW.so | |
/usr/lib/libGLEW.so.1.6 | |
/usr/lib/libGLEW.so.1.6.0 | |
/usr/lib/libGLEWmx.so | |
/usr/lib/libGLEWmx.so.1.6 | |
/usr/lib/libGLEWmx.so.1.6.0 |