Skip to content

Instantly share code, notes, and snippets.

View kiwiheretic's full-sized avatar

kiwiheretic

  • Wanganui, New Zealand
View GitHub Profile
@kiwiheretic
kiwiheretic / cd-bc547-2.ipynb
Last active June 24, 2021 08:29
Common Emmitter second attempt
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kiwiheretic
kiwiheretic / compare.ipynb
Created June 19, 2021 05:10
Compare ODE solver methods
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kiwiheretic
kiwiheretic / euler_comparison.ipynb
Created May 2, 2021 07:21
Trying to solve y' = y with Euler's method
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kiwiheretic
kiwiheretic / ce-bc547.ipynb
Last active March 21, 2021 07:47
Common Emitter bc547
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kiwiheretic
kiwiheretic / wagtail_hooks.py
Created March 10, 2021 23:42
Altered permissions.py code
from wagtail.contrib.modeladmin.options import (
ModelAdmin, modeladmin_register)
from .models import SiteSettings , GlobalSettings
from django.contrib.auth.models import Permission
from django.utils.translation import gettext_lazy as _
from django.urls import reverse, path, include
from wagtail.admin.menu import MenuItem
from wagtail.core import hooks
from .permissions import permission_policy
@kiwiheretic
kiwiheretic / icosahedron.ipynb
Last active February 21, 2021 06:56
Construction of an Icosahedron from first principles.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kiwiheretic
kiwiheretic / shockley.ipynb
Last active January 21, 2021 23:37
Shockley Diode Model
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kiwiheretic
kiwiheretic / resistor-network-analysis.ipynb
Last active January 22, 2021 06:38
Convert Low Voltage Signal to Current Signal
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.