Skip to content

Instantly share code, notes, and snippets.

View Oct4Pie's full-sized avatar
:electron:
...

oct4pie Oct4Pie

:electron:
...
View GitHub Profile
@Oct4Pie
Oct4Pie / addAll.js
Created August 17, 2022 02:58
Send message to all students in Canvas
// should work in all js runner extensions
(function () {
'use strict';
function waitForClass(id) {
return new Promise(resolve => {
if (document.getElementsByClassName(id).length > 0) {
resolve();
}
@Oct4Pie
Oct4Pie / synthesis.ipynb
Created April 8, 2022 00:53
Synthesis.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Oct4Pie
Oct4Pie / global-tacotron-training-notebook.ipynb
Last active June 14, 2022 23:46
Global Tacotron Training Notebook.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.