Skip to content

Instantly share code, notes, and snippets.

View simonthor's full-sized avatar

Simon Thor simonthor

  • KTH
  • Stockholm
View GitHub Profile
@simonthor
simonthor / TET_grade_calculator.ipynb
Created October 26, 2021 13:57
Calculate grade for the electromagnetic theory course (TET) at KTH
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@simonthor
simonthor / LICENSE.txt
Last active June 1, 2023 08:15
Plot a direction field for a first order differential equation
MIT License
Copyright (c) 2020 Simon Thor
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
@simonthor
simonthor / renew_build.sh
Created April 27, 2020 10:07
Shell script used for building and deploying my personal website (github.com/simonthor/simonthor.github.io)
#!/usr/bin/env bash
# Compile into React app
cd dev
npm run build
# Copy compiled code to master branch of git but keep README
cd ..
mv ./build/README.md .
rm -r ./build/*
@simonthor
simonthor / binder-test.ipynb
Last active April 25, 2020 21:16
Test for uploading code to binder
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.