Skip to content

Instantly share code, notes, and snippets.

View theshadowx's full-sized avatar
💭
learning, coding and contributing

Ali Diouri theshadowx

💭
learning, coding and contributing
View GitHub Profile
module-qtactiveqt
module-qtactiveqt-all
module-qtactiveqt-check
module-qtactiveqt-clean
module-qtactiveqt-distclean
module-qtactiveqt-distdir
module-qtactiveqt-generate_docs
module-qtactiveqt-install_docs
module-qtactiveqt-install_html_docs
module-qtactiveqt-install_qch_docs
@theshadowx
theshadowx / QtNaCl.sh
Last active September 24, 2021 17:35
Qt/Qml With Chrome Native Client (NaCl)
#!/bin/bash
set -e
# Install NaCl
wget http://storage.googleapis.com/nativeclient-mirror/nacl/nacl_sdk/nacl_sdk.zip
unzip nacl_sdk.zip
rm nacl_sdk.zip
nacl_sdk/naclsdk list
@theshadowx
theshadowx / QtNaCl_docker.sh
Last active January 10, 2019 02:37
Qt/Qml With Chrome Native Client (NaCl) for docker
#!/bin/bash
# Install NaCl
wget http://storage.googleapis.com/nativeclient-mirror/nacl/nacl_sdk/nacl_sdk.zip
unzip nacl_sdk.zip
rm nacl_sdk.zip
nacl_sdk/naclsdk list
# get the latest stable bender
nacl_sdk/naclsdk update
pepperDir=$(find ./nacl_sdk -maxdepth 1 -type d -printf "%f\n" | grep 'pepper')
@theshadowx
theshadowx / compile.sh
Last active August 29, 2015 14:21
Compile Qmake project
#!/bin/bash
source ~/.bashrc
/opt/QtNacl_5.4/qtbase/bin/qmake $1
/usr/bin/make
@theshadowx
theshadowx / compilation.log
Created September 7, 2015 14:31
Log Compilation Qt with NaCl in Docker container
This file has been truncated, but you can view the full file.
Client:
Version: 1.8.1
API version: 1.20
Go version: go1.4.2
Git commit: d12ea79
Built: Thu Aug 13 02:49:29 UTC 2015
OS/Arch: linux/amd64
Server:
Version: 1.8.1
#include <QCoreApplication>
#include <iostream>
#include <QThread>
#include <QTime>
#include <unistd.h>
#include <QVector>
#include <QDebug>
#include <QMutex>
using namespace std;
@theshadowx
theshadowx / Dockerfile
Created April 4, 2016 09:44 — forked from Maxim-Filimonov/Dockerfile
Docker meteor example files
# User for local dev
FROM app/base
RUN npm install -g orion-cli
# This forces package-catalog update. Should speed up further runs
RUN meteor show meteor-platform
# DESCRIPTION = "Note taking application, write down your thoughts.\n" \
# "Notes is a tool for the things you need to write down off your" \
# "brain. It is your place of expressing yourself. Notes is an open" \
# "source and cross-platform project, and you're welcome to be part of it and contribute.\n" \
# "We hope you will love it as much as we do."
#
# checkinstall.commands = cd $$PWD/../packaging/linux && ./make_deb.sh