View connect_and_query_firebird.ts
import { createNativeClient, getDefaultLibraryFilename } from 'node-firebird-driver-native'; | |
const connect_options = { username: 'sysdba', password: 'masterkey' } | |
async function test() { | |
const client = createNativeClient(getDefaultLibraryFilename()); | |
const attachment = await client.connect('localhost:/tmp/new-db.fdb', connect_options); | |
const transaction = await attachment.startTransaction(); | |
View create.ts
import { createNativeClient, getDefaultLibraryFilename } from 'node-firebird-driver-native'; | |
const connect_options = { username: 'sysdba', password: 'masterkey' } | |
async function create() { | |
const client = createNativeClient(getDefaultLibraryFilename()); | |
const attachment = await client.createDatabase('localhost:/tmp/new-db.fdb', connect_options); | |
await client.dispose(); | |
} |
View VideoLoadManager.cs
using UnityEngine; | |
using System.Collections; | |
using System; | |
using System.IO; | |
public class VideoLoadManager : Singleton<VideoLoadManager> | |
{ | |
public enum TourType | |
{ | |
Guided, |
View VRMouseLook.cs
using UnityEngine; | |
using UnityEngine.VR; | |
public class VRMouseLook : MonoBehaviour { | |
#if UNITY_EDITOR | |
public bool enableYaw = true; | |
public bool autoRecenterPitch = true; | |
public bool autoRecenterRoll = true; |
View firebird3.0.3.crash
/home/mariuz/Work/firebird/firebird/gen/Release/firebird/bin/gpre_current -m -z -n /home/mariuz/Work/firebird/firebird/src/yvalve/blob.epp /home/mariuz/Work/firebird/firebird/temp/Release/yvalve/blob.cpp | |
gpre version LI-V3.0.3.32722 Firebird 3.0 | |
*** Error in `/home/mariuz/Work/firebird/firebird/gen/Release/firebird/bin/gpre_current': free(): invalid size: 0x00007f3f7017c2a0 *** | |
======= Backtrace: ========= | |
/lib/x86_64-linux-gnu/libc.so.6(+0x7908b)[0x7f3f6f45f08b] | |
/lib/x86_64-linux-gnu/libc.so.6(+0x826fa)[0x7f3f6f4686fa] | |
/lib/x86_64-linux-gnu/libc.so.6(cfree+0x4c)[0x7f3f6f46c12c] | |
/home/mariuz/Work/firebird/firebird/gen/Release/firebird/bin/gpre_current(+0x93fc0)[0x55c953ed2fc0] | |
/home/mariuz/Work/firebird/firebird/gen/Release/firebird/bin/gpre_current(+0x8756c)[0x55c953ec656c] | |
/home/mariuz/Work/firebird/firebird/gen/Release/firebird/bin/gpre_current(+0x8777c)[0x55c953ec677c] |
View sse4_crc32c.patch
diff --git a/builds/posix/prefix.linux b/builds/posix/prefix.linux | |
index 56d1529570..e0bb64150e 100644 | |
--- a/builds/posix/prefix.linux | |
+++ b/builds/posix/prefix.linux | |
@@ -26,7 +26,4 @@ PROD_FLAGS=$(COMMON_FLAGS) $(OPTIMIZE_FLAGS) | |
#DEV_FLAGS=-DUSE_VALGRIND -p $(COMMON_FLAGS) $(WARN_FLAGS) | |
DEV_FLAGS=-p $(COMMON_FLAGS) $(WARN_FLAGS) | |
-# This file must be compiled with SSE4.2 support | |
-%/CRC32C.o: COMMON_FLAGS += -msse4 |
View Firebird3.0.2Trusty.diff
diff -Nru firebird3.0-3.0.1.32609.ds4/debian/changelog firebird3.0-3.0.1.32609.ds4/debian/changelog | |
--- firebird3.0-3.0.1.32609.ds4/debian/changelog 2016-12-12 15:00:04.000000000 +0000 | |
+++ firebird3.0-3.0.1.32609.ds4/debian/changelog 2016-12-13 14:52:44.000000000 +0000 | |
@@ -1,3 +1,9 @@ | |
+firebird3.0 (3.0.1.32609.ds4-12ubuntu7) trusty; urgency=medium | |
+ | |
+ * remove stamp building | |
+ | |
+ -- Popa Adrian Marius (Mariuz) <mapopa@gmail.com> Tue, 13 Dec 2016 16:52:19 +0200 | |
+ |
View gist:78b9f1cf587135658bc4ce941cde6a03
make utilities | |
make[3]: Entering directory '/home/mariuz/Work/firebird/firebird/gen' | |
g++ -pthread -std=c++11 -pthread -Wl,-rpath,/lib -Wl,-rpath,/intl -Wl,--version-script,empty.vers /home/mariuz/Work/firebird/firebird/temp/Release/isql/InputDevices.o /home/mariuz/Work/firebird/firebird/temp/Release/isql/OptionsBase.o /home/mariuz/Work/firebird/firebird/temp/Release/isql/Extender.o /home/mariuz/Work/firebird/firebird/temp/Release/isql/ColList.o /home/mariuz/Work/firebird/firebird/temp/Release/isql/iutils.o /home/mariuz/Work/firebird/firebird/temp/Release/isql/extract.o /home/mariuz/Work/firebird/firebird/temp/Release/isql/isql.o /home/mariuz/Work/firebird/firebird/temp/Release/isql/show.o /home/mariuz/Work/firebird/firebird/temp/Release/common.a -o /home/mariuz/Work/firebird/firebird/gen/Release/firebird/bin/isql -L/home/mariuz/Work/firebird/firebird/gen/Release/firebird/lib -lfbclient -ltommath /home/mariuz/Work/firebird/firebird/gen/Release/firebird/lib/libedit.a -latomic_ops -lm -ldl -lcurses | |
/home/m |
View flamerobin backtrace.log
ASSERT INFO: | |
/usr/include/wx-3.0/wx/strvararg.h(456): assert "(argtype & (wxFormatStringSpecifier<T>::value)) == argtype" failed in wxArgNormalizer(): format specifier doesn't match argument type | |
BACKTRACE: | |
[1] wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor&, wxEvent&) const | |
[2] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) | |
[3] wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) | |
[4] wxEvtHandler::TryHereOnly(wxEvent&) | |
[5] wxEvtHandler::ProcessEventLocally(wxEvent&) | |
[6] wxEvtHandler::ProcessEvent(wxEvent&) |
View my steam survey linux.txt
Computer Information: | |
Manufacturer: Unknown | |
Model: Unknown | |
Form Factor: Desktop | |
No Touch Input Detected | |
Processor Information: | |
CPU Vendor: GenuineIntel | |
CPU Brand: Pentium(R) Dual-Core CPU E5400 @ 2.70GHz | |
CPU Family: 0x6 |
NewerOlder