This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
Language: Cpp | |
AccessModifierOffset: -2 | |
AlignAfterOpenBracket: false | |
AlignConsecutiveAssignments: false | |
AlignEscapedNewlinesLeft: false | |
AlignOperands: false | |
AlignTrailingComments: false | |
AllowAllParametersOfDeclarationOnNextLine: true | |
AllowShortBlocksOnASingleLine: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "BlockTimer.hpp" | |
using namespace cinder; | |
class FnNode : public audio::Node { | |
std::function<void()> mFunc; | |
protected: | |
void process(audio::Buffer *buffer) override { | |
mFunc(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// main.swift | |
// Test | |
// | |
// Created by Chris Eidhof on 29/08/15. | |
// Copyright © 2015 Chris Eidhof. All rights reserved. | |
// | |
import Foundation | |
import Quartz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import UIKit | |
extension NSLocale { | |
class func currentLocale() -> NSLocale { | |
return NSLocale.localeWithLocaleIdentifier("en_GB"); | |
} | |
} | |
NSLocale.currentLocale().localeIdentifier |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "ColorPalette.h" | |
#include "cinder/CinderAssert.h" | |
#include "cinder/Rand.h" | |
#include <algorithm> | |
#include <numeric> | |
using namespace ci; | |
using namespace col; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"targets": [ | |
{ | |
"target_name": "keypress", | |
"conditions": [ | |
['OS == "mac"', { | |
'include_dirs': [ | |
'System/Library/Frameworks/CoreFoundation.Framework/Headers', | |
'System/Library/Frameworks/Carbon.Framework/Headers', | |
], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// TranscendSDWifi.h | |
// Puppeteer | |
// | |
// Created by Kris Meeusen on 28/08/13. | |
// | |
// | |
#ifndef __Puppeteer__TranscendSDWifi__ | |
#define __Puppeteer__TranscendSDWifi__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Generated by font2openvg. See http://developer.hybrid.fi for more information. */ | |
/* converted from font file /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf */ | |
/* font family name: DejaVu Sans */ | |
/* font style name: Book */ | |
static const unsigned char DejaVuSans_glyphInstructions[4753] = { | |
2,4,4,4,4,0,2,4,4,4,4,4,4,0,2,4,4,4,4,0, | |
2,4,4,4,4,0,2,4,4,4,4,0,2,4,4,4,4,4,4,4, | |
4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// shapes: minimal program to explore OpenVG | |
// Anthony Starks ([email protected]) | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <assert.h> | |
#include <time.h> | |
#include "VG/openvg.h" | |
#include "VG/vgu.h" | |
#include "EGL/egl.h" |
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mr Marathi | |
bs Bosnian | |
ee_TG Ewe (Togo) | |
ms Malay | |
kam_KE Kamba (Kenya) | |
mt Maltese | |
ha Hausa | |
es_HN Spanish (Honduras) | |
ml_IN Malayalam (India) | |
ro_MD Romanian (Moldova) |
NewerOlder