Skip to content

Instantly share code, notes, and snippets.

View jakubzitny's full-sized avatar
🕵️‍♂️
disentangled representations in latent space

Jakub Žitný jakubzitny

🕵️‍♂️
disentangled representations in latent space
View GitHub Profile
@jakubzitny
jakubzitny / output
Last active December 17, 2015 22:00
vmdkbkp @ vddk 5.1.1 segfault valgrind/strace trace
VixDiskLib: Unable to load configuration options from /usr/local/lib/vmware-vix-disklib/config.
VixDiskLib: linuxVerifySSLCertificates is 0
VixDiskLib: config options: libdir '/usr/local/lib/vmware-vix-disklib', tmpDir '/tmp/vmware-root-3857557875'.
OBJLIB-LIB : Objlib initialized.
VixDiskLib: Attempting to locate advanced transport module in "/usr/local/lib/vmware-vix-disklib".
VixDiskLib: Advanced transport plugin was successfully loaded into vixDiskLib.
VixDiskLib: Enabling advanced transport modes.
OBJLIB-LIB : Objlib initialized.
VixDiskLib: Transport modes available: file:nbdssl:nbd:san.
VMware VixDiskLib (5.1) Release build-1042608
@jakubzitny
jakubzitny / gist:7432264
Created November 12, 2013 15:01
payload
931 NDEF: . . . SEQUENCE {
: . . . . Error: Length '' has non-canonical encoding.
933 9: . . . . OBJECT IDENTIFIER data (1 2 840 113549 1 7 1)
: . . . . . (PKCS #7)
944 20: . . . . SEQUENCE {
946 8: . . . . . OBJECT IDENTIFIER des-EDE3-CBC (1 2 840 113549 3 7)
: . . . . . . (RSADSI encryptionAlgorithm)
956 8: . . . . . OCTET STRING 76 30 D4 B6 BF CE B2 4B
: . . . . . }
966 NDEF: . . . . [0] {
find . -ctime +14 -type d -regextype sed -regex ".*[a-z0-9]\{64\}$" | xargs rm -rf
it('can pass advanced context to the child of mounted component', () => {
const SimpleComponent = React.createClass({
contextTypes: {
ctx1: React.PropTypes.string.isRequired,
ctx2: React.PropTypes.string.isRequired,
},
render() {
return <div>{this.context.ctx1}{this.context.ctx2}</div>;
},
});
@jakubzitny
jakubzitny / clone1.js
Last active July 20, 2016 08:15
Examples of GitHub JS clones with 70% treshold from SCC
// https://github.com/jsdoc3/jsdoc/blob/master/plugins/test/specs/commentConvert.js
'use strict';
describe('commentConvert plugin', function() {
var env = require('jsdoc/env');
var path = require('jsdoc/path');
var docSet;
var parser = jasmine.createParser();
var pluginPath = 'plugins/commentConvert';
@jakubzitny
jakubzitny / snippets
Last active January 19, 2024 10:06
StackOverflow JS <code> snipptes - filtered, unescaped
// SNIPPET:
e.preventDefault()
// SNIPPET:
onclick='document.formName.submit();'
@jakubzitny
jakubzitny / snippets.txt
Created November 3, 2016 11:09
StackOverflow JS <code> snippets - filtered, unescaped
This file has been truncated, but you can view the full file.
// SNIPPET:
e.preventDefault()
// SNIPPET:
onclick='document.formName.submit();'
1 ls
2 wget looping.3x.ro/viteza.py
3 apt-get install wget
4 wget looping.3x.ro/viteza.py
5 cat /proc/cpuinfo
6 free -mt
7 ls -a
8 ifconfig
9 passwd
10 ls
Using electron-builder.yml configuration file
Rebuilding native production dependencies for linux:x64
...
Packaging for linux x64 using electron 1.4.12 to release/linux-unpacked
electron-builder Found existing fpm /root/.cache/electron-builder/fpm/fpm-1.6.3-2.3.1 +440ms
electron-builder Executing icns2png -x -o /tmp/electron-builder-u0QLFI/0-2-linux.iconset /app/resources/mac/app.icns +3ms
libicns: icns_get_image_info_for_type: Unable to parse icon type 'ic11'
libicns: icns_get_image_info_for_type: Unable to parse icon type 'ic12'
libicns: icns_get_image_info_for_type: Unable to parse icon type 'ic13'
libicns: icns_get_image_info_for_type: Unable to parse icon type 'ic14'
@jakubzitny
jakubzitny / b
Created February 23, 2017 18:38
a
(kwek) ~/Desktop/kwek-metrics $ python app.py
/Users/d_rc/Desktop/kwek-metrics/kwek/database.py:7: ExtDeprecationWarning: Importing flask.ext.sqlalchemy is deprecated, use flask_sqlalchemy instead.
from flask.ext.sqlalchemy import SQLAlchemy
/Users/d_rc/Desktop/kwek-metrics/kwek/views.py:10: ExtDeprecationWarning: Importing flask.ext.wtf is deprecated, use flask_wtf instead.
from flask.ext.wtf import Form
/Users/d_rc/.virtualenvs/kwek/lib/python2.7/site-packages/sqlalchemy_utils/i18n.py:15: ExtDeprecationWarning: Importing flask.ext.babel is deprecated, use flask_babel instead.
from flask.ext.babel import get_locale
/Users/d_rc/.virtualenvs/kwek/lib/python2.7/site-packages/flask_sqlalchemy/__init__.py:800: UserWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by default in the future. Set it to True to suppress this warning.
warnings.warn('SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by default in the future. Set it to True to sup