Skip to content

Instantly share code, notes, and snippets.

View nicholascc's full-sized avatar

Nicholas Charette nicholascc

View GitHub Profile
@nicholascc
nicholascc / readme.txt
Created January 8, 2024 01:01
Garden Path Puzzle (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@nicholascc
nicholascc / readme.txt
Created January 8, 2024 00:51
Garden Path Puzzle (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@nicholascc
nicholascc / readme.txt
Created January 7, 2024 22:31
Garden Path Puzzle (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@nicholascc
nicholascc / main.py
Last active June 6, 2023 22:27
Hessian calculator
# %%
import torch
import torchvision
from torch import nn, optim, autograd
from torchvision import transforms
import numpy
import scipy.special
import matplotlib.pyplot
import math