I hereby claim:
- I am narner on github.
- I am narner (https://keybase.io/narner) on keybase.
- I have a public key whose fingerprint is F667 7B67 7B35 9D52 3FB2 18FD BED4 0361 8AD5 9B18
To claim this, I am signing this object:
Showing All Messages | |
Prepare build | |
ComputeTargetDependencyGraph | |
note: Building targets in dependency order | |
note: Target dependency graph (27 targets) |
func startAudioEngine() { | |
let audioSession = AVAudioSession.sharedInstance() | |
do { | |
try audioSession.setCategory( | |
AVAudioSession.Category.record) | |
} catch let error as NSError { | |
print("audioSession error: \(error.localizedDescription)") | |
} |
// | |
// ViewController.swift | |
// test | |
// | |
// Created by Nicholas Arner on 9/19/19. | |
// Copyright © 2019 NFA. All rights reserved. | |
// | |
import UIKit | |
import SceneKit |
nicholasarner@NickLaptop heroku-python-script-master % git push heroku master | |
Enumerating objects: 8, done. | |
Counting objects: 100% (8/8), done. | |
Delta compression using up to 8 threads | |
Compressing objects: 100% (4/4), done. | |
Writing objects: 100% (5/5), 1.07 KiB | 1.07 MiB/s, done. | |
Total 5 (delta 1), reused 0 (delta 0) | |
remote: Compressing source files... done. | |
remote: Building source: | |
remote: |
import processing.net.*; // include the networking library | |
Server server; // will receive predictions from ESP | |
String messageText; | |
PFont f; | |
void setup() | |
{ | |
fullScreen(); | |
//size(200,200); |
import processing.net.*; // include the networking library | |
Server server; // will receive predictions | |
Client client; | |
String messageText; | |
int dataIn; | |
PFont f; | |
void setup() { | |
fullScreen(P3D); |
import processing.net.*; // include the networking library | |
Server server; // will receive predictions | |
String messageText; | |
PFont f; | |
void setup() | |
{ | |
fullScreen(P3D); | |
frameRate(600); |
I hereby claim:
To claim this, I am signing this object: