Skip to content

Instantly share code, notes, and snippets.

View mariuz's full-sized avatar

Popa Marius Adrian mariuz

View GitHub Profile
@mariuz
mariuz / ldd_flamerobin.txt
Last active August 29, 2015 14:03
ldd ~/Downloads/flamerobin
linux-vdso.so.1 => (0x00007fff21d56000)
libwx_gtk2u_aui-3.0.so.0 => /opt/wxwidgets/lib/libwx_gtk2u_aui-3.0.so.0 (0x00007f866bd02000)
libwx_gtk2u_stc-3.0.so.0 => /opt/wxwidgets/lib/libwx_gtk2u_stc-3.0.so.0 (0x00007f866b963000)
libwx_gtk2u_html-3.0.so.0 => /opt/wxwidgets/lib/libwx_gtk2u_html-3.0.so.0 (0x00007f866b66e000)
libwx_gtk2u_adv-3.0.so.0 => /opt/wxwidgets/lib/libwx_gtk2u_adv-3.0.so.0 (0x00007f866b253000)
libwx_gtk2u_core-3.0.so.0 => /opt/wxwidgets/lib/libwx_gtk2u_core-3.0.so.0 (0x00007f866a9fb000)
libwx_baseu_xml-3.0.so.0 => /opt/wxwidgets/lib/libwx_baseu_xml-3.0.so.0 (0x00007f866a7e6000)
libwx_baseu-3.0.so.0 => /opt/wxwidgets/lib/libwx_baseu-3.0.so.0 (0x00007f866a38e000)
libboost_thread.so.1.54.0 => /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.54.0 (0x00007f866a178000)
libboost_system.so.1.54.0 => /usr/lib/x86_64-linux-gnu/libboost_system.so.1.54.0 (0x00007f8669f73000)
@mariuz
mariuz / node-firebird-libfbclient.js
Last active August 29, 2015 14:04 — forked from xdenser/node-firebird-libfbclient.js
node-firebird vs node-firebird-libfbclient
var cfg = require("./config").cfg;
var fb = require('firebird');
var util = require('util');
var events = require('events');
var http = require('http');
var con = fb.createConnection();
con.connectSync(cfg.db, cfg.user, cfg.password, cfg.role);
@mariuz
mariuz / download_playlist.sh
Created September 4, 2014 13:34
Download youtube playlist extract audio only (maybe i should use -x ) and ignore errors
/usr/local/bin/youtube-dl --ignore-errors -f 140 http://www.youtube.com/playlist?list=FLgORO6_CeSY19hFtLaBIYRA
@mariuz
mariuz / mezzanine.upgrade.log
Created September 17, 2014 16:18
mezzanine 3.1.10 upgrade log
pip install --upgrade mezzanine
Downloading/unpacking mezzanine from https://pypi.python.org/packages/source/M/Mezzanine/Mezzanine-3.1.10.tar.gz#md5=7e380eeb33bb84d0ea7455f8ab3b76c4
Downloading Mezzanine-3.1.10.tar.gz (7.4MB): 7.4MB downloaded
Running setup.py egg_info for package mezzanine
warning: no previously-included files matching '*' found under directory 'docs/build'
warning: no previously-included files matching '*' found under directory '*/project_template/static'
Downloading/unpacking django>=1.4.10,!=1.6.0,<1.7 from https://pypi.python.org/packages/source/D/Django/Django-1.6.7.tar.gz#md5=f31e2f953feb258e3569e962790630b6 (from mezzanine)
Downloading Django-1.6.7.tar.gz (6.6MB): 6.6MB downloaded
Running setup.py egg_info for package django
@mariuz
mariuz / Xorg.log
Created October 2, 2014 19:37
Xorg.log with hard lockups in readeon driver
(EE) [mi] EQ overflowing. Additional events will be discarded until existing events are processed.
(EE)
(EE) Backtrace:
(EE) 0: /usr/bin/X (xorg_backtrace+0x42) [0x592e12]
(EE) 1: /usr/bin/X (mieqEnqueue+0x26b) [0x5742ab]
(EE) 2: /usr/bin/X (0x400000+0x50fc2) [0x450fc2]
(EE) 3: /usr/lib64/xorg/modules/input/evdev_drv.so (0x7f8c88d08000+0x6954) [0x7f8c88d0e954]
(EE) 4: /usr/bin/X (0x400000+0x7a077) [0x47a077]
(EE) 5: /usr/bin/X (0x400000+0xa3538) [0x4a3538]
(EE) 6: /lib64/libpthread.so.0 (0x7f8c90676000+0x11250) [0x7f8c90687250]
@mariuz
mariuz / make.conf
Last active August 29, 2015 14:07
cat /etc/portage/make.conf
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
CFLAGS="-march=native -O2 -pipe"
CXXFLAGS="${CFLAGS}"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="x86_64-pc-linux-gnu"
# These are the USE flags that were used in addition to what is provided by the
@mariuz
mariuz / test_bool.js
Created November 10, 2014 11:59
bools works ok with firebird 3.0 in node-firebird
sys = require("sys")
var Firebird = require('node-firebird');
var options = {};
options.host = '127.0.0.1';
options.database = '/tmp/test.fdb';
options.user = 'SYSDBA';
options.password = 'masterkey';
@mariuz
mariuz / fbproxy.log
Created November 10, 2014 12:35
fbproxy.py log when running node-firebird test run.js
python fbproxy.py localhost:3050 localhost:3060
140177644566272 <-- 1 op_connect
-------------------------------------------------------
0000 0000001300000002000000010000003b...............;
0010 2f686f6d652f6d617269757a2f776f72/home/mariuz/wor
0020 6b2f6e6f64652d66697265626972642fk/node-firebird/
0030 746573742f746573742d313431353632test/test-141562
0040 323439373839352e66646200000000012497895.fdb.....
0050 0000001901066d617269757a040d4c6f......mariuz..Lo
0060 726b73746174696f6e3634060017fb01rkstation64.....
@mariuz
mariuz / android.log
Created January 26, 2015 15:20
Firebird 3.0 beta Android build log on Ubuntu 14.04
mariuz@Lorkstation64:~/work/firebird/trunk$ export NDK=/opt/android-ndk-r10d
mariuz@Lorkstation64:~/work/firebird/trunk$ ./autogen.sh --with-system-editline --enable-binreloc --with-cross-build=android.arme
AUTORECONF=autoreconf
Running autoreconf ...
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I . --force
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `builds/make.new/config'.
@mariuz
mariuz / TEST.log
Created January 28, 2015 09:27
FAILED TEST SUMMARY php7
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
InterBase: BLOB test [ext/interbase/tests/004.phpt]
InterBase: transactions [ext/interbase/tests/005.phpt]
InterBase: array handling [ext/interbase/tests/007.phpt]
InterBase: event handling [ext/interbase/tests/008.phpt]
ibase_trans(): Basic test [ext/interbase/tests/ibase_trans_001.phpt]
=====================================================================