Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Talkless
Talkless / bootstrap_bat_output.txt
Created June 11, 2016 13:48
qTox bootstarp.bat
Microsoft Windows [Version 10.0.10586]
Remove ./libs and redownload/recompile dependencies?
m/a/N (missing/all/no): SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc
syswgetrc = C:\Program Files (x86)\GnuWin32/etc/wgetrc
--2016-06-11 06:42:38-- https://build.tox.chat/view/libtoxcore/job/libtoxcore_build_windows_x86_shared_release/lastSuccessfulBuild/artifact/libtoxcore_build_windows_x86_shared_release.zip
Resolving build.tox.chat... 104.236.189.201, 2604:a880:1:20::31:5001
Connecting to build.tox.chat|104.236.189.201|:443... connected.
WARNING: cannot verify build.tox.chat's certificate, issued by `/C=US/O=GeoTrust Inc./CN=RapidSSL SHA256 CA - G3':
Unable to locally verify the issuer's authority.
@Talkless
Talkless / gist:53dbfd967e60e86e751cd5003c21f098
Created January 14, 2017 16:02
TokTok toxcore build log on Windows with MinGW
Remove ./libs and redownload/recompile dependencies?
Archive: c-toxcore-0.1.4.zip
27a97a8280813ec05a5209811c40ab23203bb292
creating: ./c-toxcore-0.1.4/
inflating: ./c-toxcore-0.1.4/.gitignore
inflating: ./c-toxcore-0.1.4/.travis.yml
inflating: ./c-toxcore-0.1.4/CMakeLists.txt
inflating: ./c-toxcore-0.1.4/COPYING
inflating: ./c-toxcore-0.1.4/DONATORS
inflating: ./c-toxcore-0.1.4/INSTALL.md
Computer Information:
Manufacturer: Unknown
Model: Unknown
No Touch Input Detected
Processor Information:
CPU Vendor: GenuineIntel
CPU Brand: Intel(R) Core(TM) i7-4710HQ CPU @ 2.50GHz
CPU Family: 0x6
CPU Model: 0x3c
Computer Information:
Manufacturer: Unknown
Model: Unknown
No Touch Input Detected
Processor Information:
CPU Vendor: GenuineIntel
CPU Brand: Intel(R) Core(TM) i7-4710HQ CPU @ 2.50GHz
CPU Family: 0x6
CPU Model: 0x3c
#include <tunables/global>
@{bisq_prefix} = /opt/[Bb]isq
@{bisq_java_prefix} = /usr/lib/jvm/java-[0-9][0-9]-openjdk-*
@{bisq_local_data_prefix} = @{HOME}/.local/share/[Bbisq]*
@{bisq_tor_prefix} = @{bisq_local_data_prefix}/btc_mainnet/tor
profile bisq-desktop /opt/{[Bb]isq/bisq-desktop,Bisq/Bisq} {
#include <abstractions/X>
#include <abstractions/audio>
@Talkless
Talkless / conanfile.py
Created October 20, 2020 05:26
WIP Google ORTools Conan pacakge
from conans import ConanFile, CMake, tools
from conans.errors import ConanInvalidConfiguration
import fnmatch
import os
class ORToolsConan(ConanFile):
name = "ortools"
version = "7.7"
license = "Apache License 2.0"
url = "https://github.com/google/or-tools/"
@Talkless
Talkless / gist:82a6e55e00d384693e2fe453c76f8a31
Created November 1, 2020 15:54
tail -n0 -f ~/.cache/upstart/*.log | tee /tmp/output
==> /home/phablet/.cache/upstart/application-click-navigator.costales_navigator_3.8.9.log <==
==> /home/phablet/.cache/upstart/application-click-openstore.openstore-team_openstore_3.2.2.log <==
==> /home/phablet/.cache/upstart/application-click-pure-maps.jonnius_pure-maps_2.0.0.log <==
==> /home/phablet/.cache/upstart/application-legacy-dialer-app-.log <==
==> /home/phablet/.cache/upstart/application-legacy-messaging-app-.log <==
@Talkless
Talkless / gist:28fe39d2176e00b25d9987caef9009be
Created March 1, 2021 13:09
conan error while building openssl via cmake-conan
-- The C compiler identification is MSVC 19.16.27034.0
-- The CXX compiler identification is MSVC 19.16.27034.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x86/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x86/cl.exe - skipped