Skip to content

Instantly share code, notes, and snippets.

View wbic16's full-sized avatar
💭
phext.io v5

Will Bickford wbic16

💭
phext.io v5
View GitHub Profile

Keybase proof

I hereby claim:

  • I am wbic16 on github.
  • I am wbic16 (https://keybase.io/wbic16) on keybase.
  • I have a public key whose fingerprint is 489B 0E85 B839 E41C 3147 CA0D 2D8E 97D1 E244 DE56

To claim this, I am signing this object:

@wbic16
wbic16 / nuget.pri
Created March 31, 2016 20:17 — forked from leif81/nuget.pri
Poor man's way of adding NuGet packages to your QMake project
# Automatically adds all nuget packages to project file
NUGET_REPOSITORY_PATH = packages
NUGET_PACKAGES = $$system(dir $${NUGET_REPOSITORY_PATH} /B)
for (NUGET_PACKAGE, NUGET_PACKAGES) {
INCLUDEPATH += $$PWD/$${NUGET_REPOSITORY_PATH}/$${NUGET_PACKAGE}/build/native/include
CONFIG(debug, debug | release) {
LIBS += $$PWD/$${NUGET_REPOSITORY_PATH}/$${NUGET_PACKAGE}/build/native/lib/x64/v120/Debug/*.lib
} else {
LIBS += $$PWD/$${NUGET_REPOSITORY_PATH}/$${NUGET_PACKAGE}/build/native/lib/x64/v120/Release/*.lib
Template-fu: https://github.com/SuperV1234/vittorioromeo.info/blob/master/extra/in_place_expr_validity/0_cpp11.cpp
Object-fu:
#include <iostream>
#include <vector>
using namespace std;
struct Cat
{
void meow() const { cout << "meow\n"; }

Security Guidelines

Choose (One?) Your Own Adventure

  • Use a ChromeBook
  • Or, Use Android
  • Or, Use an iDevice
  • Or, Use Windows

iDevice?