Skip to content

Instantly share code, notes, and snippets.

View markstrefford's full-sized avatar
🌐
Coding...

Mark Strefford markstrefford

🌐
Coding...
View GitHub Profile
@markstrefford
markstrefford / index.html
Created April 30, 2021 19:02
Using videos as textures in three.js
<video id="video" crossorigin="anonymous" style="display: none; position: absolute; left: 15px; top: 75px;"
type="video/mp4"
src="Video-url.mp4" controls="false" autoplay="true">
</video>

Keybase proof

I hereby claim:

  • I am markstrefford on github.
  • I am cdg_marks (https://keybase.io/cdg_marks) on keybase.
  • I have a public key whose fingerprint is 6115 0A84 5113 E9EC 1CB5 7728 3A3B 54AC 591C 6557

To claim this, I am signing this object:

@markstrefford
markstrefford / tensorflow_cuda_osx.md
Created November 8, 2016 07:35 — forked from Mistobaan/tensorflow_cuda_osx.md
How to enable cuda support for tensor flow on Mac OS X (Updated on April:2016 Tensorflow 0.8)

These instructions will explain how to install tensorflow on mac with cuda enabled GPU suport. I assume you know what tensorflow is and why you would want to have a deep learning framework running on your computer.

Prerequisites

Make sure to update your homebrew formulas

brew update