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
TypeError: THREE.Shape.Utils is undefined | |
.drawMatrix() | |
jquery-2.1.0.min.js line 2 > eval:873 | |
.showProbeMatrix() | |
jquery-2.1.0.min.js line 2 > eval:285 | |
.toggleShowMatrix() | |
jquery-2.1.0.min.js line 2 > eval:265 | |
.watchZ/callback() | |
jquery-2.1.0.min.js line 2 > eval:1310 | |
global.amplify.publish() |
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
// This code should be pasted into the ChiliPeppr Edit Boot Javascript dialog box | |
// located in the upper right corner of any chilipeppr.com page. | |
// The ChiliPeppr environment has a standard div called #pnlWorkspace that | |
// this workspace should be loaded into. | |
chilipeppr.load( | |
"#pnlWorkspace", | |
"http://raw.githubusercontent.com/PyroAVR/pyroavr-tinyg/master/auto-generated-workspace.html", | |
function() { | |
// Callback after workspace loaded into #pnlWorkspace | |
// Now use require.js to get reference to instantiated workspace |
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
{ | |
"metadata": { | |
"version": 4.4, | |
"type": "Object", | |
"generator": "Object3D.toJSON" | |
}, | |
"geometries": [ | |
{ | |
"uuid": "0A9F7777-88C8-41A1-964E-FBFA30EA265E", | |
"type": "BoxGeometry", |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
#pragma once | |
struct video_handshake { | |
int rows, cols, cvtype, cvstep; | |
}; |
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 numpy as np | |
def print_palette(M, m, v): | |
pass | |
def scale(r1, r2, v): | |
left = r1[1] - r1[0] | |
right = r2[1] - r2[0] | |
scaled = float(v - r1[0]) / float(left) |
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
# setup variables | |
src := src | |
out := build | |
test := test | |
ip := lab_uart.srcs/sources_1/ip | |
std := 93 | |
search_dirs := ../unisim_ghdl/xilinx-vivado/unisim/v93 ../unisim_ghdl/xilinx-vivado/secureip/v93 | |
# source lists | |
main_sources := math uart_rx uart_tx axi_tx axi_rx baudgen uart |
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
// Hardfault handler and setup functions for error reporting. | |
#include <MK64F12.h> | |
#define __GPIO_CLEAR(thing) thing->PCOR | |
#define __GPIO_SET(thing) thing->PSOR | |
#define SET_LED(base, which) do { __GPIO_CLEAR(GPIO##base) |= (1 << which); } while(0) | |
#define CLEAR_LED(base, which) do { __GPIO_SET(GPIO##base) |= (1 << which); } while(0) | |
#if CLOCK_SETUP == 1 | |
#undef DEFAULT_SYSTEM_CLOCK | |
#define DEFAULT_SYSTEM_CLOCK (SystemCoreClock >> 3) |
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 numpy as np | |
import matplotlib.pyplot as plt | |
import serial | |
plt.ion() | |
fig = plt.figure() | |
ax1 = fig.add_subplot(3, 1, 1) | |
ax2 = fig.add_subplot(3, 1, 2) | |
ax3 = fig.add_subplot(3, 1, 3) |
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
the gradients are gone bro, they left | |
"initialization game" | |
"probable uncertainty" |
OlderNewer