Skip to content

Instantly share code, notes, and snippets.

View JasonShin's full-sized avatar
🦀
Composing Software

Jason Shin JasonShin

🦀
Composing Software
  • Sydney, Australia
View GitHub Profile
export function compareFilters(filterDeltas, inputs, deltas) {
const startingInputY = this.thread.y - this.constants.paddingY
const startingInputX = this.thread.x - this.constants.paddingX
let deltaSlideY = 0
let sum = filterDeltas[this.thread.z][this.thread.y][this.thread.x]
for (let y = 0; y < this.constants.slideHeight; y++) {
deltaSlideY++
let deltaSlideX = 0
@csantanapr
csantanapr / scala.md
Last active October 20, 2018 16:26
OpenWhisk Scala Action

Create Directory structure

$ tree
.
├── Hello.scala
├── build.sbt
└── project
    └── plugins.sbt