Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by Yurlungur
A curated list of projects in awesome lists by Yurlungur .
https://github.com/yurlungur/spectral-methods-demo
A Demonstration of Spectral Methods in Python
Last synced: 09 Dec 2024
https://github.com/yurlungur/our-local-spacetime
A visualization in Python of the curvature of spacetime near the Earth
Last synced: 09 Dec 2024
https://github.com/yurlungur/numerical-integration-for-pi
Various examples of calculating pi via numerical integration
Last synced: 09 Dec 2024
https://github.com/yurlungur/hidpi-instructions
Some simple source files and instructions for hidpi displays
Last synced: 09 Dec 2024
https://github.com/yurlungur/pyballd
A Python-Based Elliptic Solver in Axisymmetry
elliptic-pdes numerical-analysis numerical-methods numerical-modelling partial-differential-equations pde physics physics-2d spectral-methods
Last synced: 09 Dec 2024
https://github.com/yurlungur/pyparty_manager
D&D Party Manager Written in Python
Last synced: 09 Dec 2024
https://github.com/yurlungur/xmonad-config
Instructions for setting up xmonad the way I do
Last synced: 09 Dec 2024
https://github.com/yurlungur/lagrange-interpolation
Library for Lagrange Interpolation
interpolation learning-algorithms scientific-computing
Last synced: 09 Dec 2024
https://github.com/yurlungur/wave_equation
My implementation of finite-differences and the method of lines to numerically solve the wave equation.
Last synced: 09 Dec 2024
https://github.com/yurlungur/stellar-structure
A simple program to solve for the pressure and density of a star as a function of radius.
Last synced: 09 Dec 2024
https://github.com/yurlungur/computational-physics-demos
Some Simple Demonstrations of How to Solve a Physics Problem on a Computer
Last synced: 09 Dec 2024
https://github.com/yurlungur/par_files
Parameter files I've used for the Einstein Toolkit
Last synced: 09 Dec 2024
https://github.com/yurlungur/simulationio-and-yt
My slides on SimulationIO and the yt-project for the 2016 Einstein Toolkit workshop
Last synced: 09 Dec 2024
https://github.com/yurlungur/wallpy
A python scrip (and wrapper) which randomly cycles your desktop wallpaper.
Last synced: 09 Dec 2024
https://github.com/yurlungur/mathematics-of-epidemics
A small tutorial on the mathematical modeling of the spread of diseases
Last synced: 09 Dec 2024
https://github.com/yurlungur/gaussian_elimination
A simple implementation of Gaussian Elimination to solve linear systems. Written in C++
Last synced: 09 Dec 2024
https://github.com/yurlungur/hdf5-toy
A simple toy code showing how to use hdf5
c c-plus-plus hdf5 learning-by-doing python
Last synced: 09 Dec 2024
https://github.com/yurlungur/burgers-equation-spectral-viscosity
A simple demonstration that Burger's equation can be stabilized with spectral viscosity
Last synced: 09 Dec 2024
https://github.com/yurlungur/dgpytoy
Toy code to solve a simple (1+1)-dimensional first-order PDE using discontinuous Galerkin methods
Last synced: 09 Dec 2024
https://github.com/yurlungur/riding-the-wave-practice
This is my practice code for the Numerical Mooc course section 3
Last synced: 09 Dec 2024
https://github.com/yurlungur/wavetoy-parity-chebyshev
This is a wave equation solver in spherical symmetry that demonstrates the use of parity-limited Chebyshev polynomials
chebyshev numerical-analysis numerical-methods spectral-methods spherical-geometry
Last synced: 09 Dec 2024
https://github.com/yurlungur/simulationio-conda
The Conda Recipe for SimulationIO and PySimulationIO
Last synced: 09 Dec 2024
https://github.com/yurlungur/skype-a-scientist-intro
My introductory slides for when I skype some high schoolers
Last synced: 09 Dec 2024
https://github.com/yurlungur/visualizing-einstein-toolkit-data-etk2018
My Talk Lecture Notes for the Einstein Toolkit Workshop in Lisbon, 2018
Last synced: 09 Dec 2024
https://github.com/yurlungur/march-for-science-sign
A design for a protest sign for the march for science
Last synced: 09 Dec 2024
https://github.com/yurlungur/flrw
A numerical exploration of Friedmann-Lemaitre-Robertson-Walker Metrics
Last synced: 09 Dec 2024
https://github.com/yurlungur/mpi-toys
A collection of MPI toy and test codes. Useful for reference and testing new systems.
Last synced: 09 Dec 2024
https://github.com/yurlungur/cython-example
A little example of how Cython works.
Last synced: 09 Dec 2024
https://github.com/yurlungur/html-google-plus
A little script to convert wordpress-style html/markup to Google+ markup
Last synced: 09 Dec 2024
https://github.com/yurlungur/hyperpyron
A python library for budgetting and finance
Last synced: 09 Dec 2024
https://github.com/yurlungur/numerical-mooc-solutions
This is my practice code for the Numericla Mooc course
Last synced: 09 Dec 2024
https://github.com/yurlungur/make-a-particle
A little python program to build a Gaussian wave packet out of Fourier modes
Last synced: 09 Dec 2024
https://github.com/yurlungur/juliacourse-homework
My homework for the Julia Course
Last synced: 09 Dec 2024
https://github.com/yurlungur/complex-wave-animation
A simple animation of a complex wave
Last synced: 09 Dec 2024
https://github.com/yurlungur/cactus_scripts
Scripts I've used with the Einstein Toolkit
Last synced: 09 Dec 2024
https://github.com/yurlungur/accretion_spectrum
A program that solves for the spectrum of an axisymmetric, radiation-cooled accretion disk around a pseudo-Newtonian black hole
Last synced: 09 Dec 2024
https://github.com/yurlungur/cactus_thornlists
Jonah's thorn lists for Cactus
Last synced: 09 Dec 2024
https://github.com/yurlungur/algorithms-and-data-structures-practice
A few implementations of simple data structures and algorithms---with tests
Last synced: 09 Dec 2024
https://github.com/yurlungur/expanding-universe-animation
An animation that shows how, even though the universe is expanding, it has no center
Last synced: 09 Dec 2024
https://github.com/yurlungur/runge_kutta
My implementation of the Runge-Kutta-Fehlberg 5-4 adaptive step size integrator.
Last synced: 09 Dec 2024
https://github.com/yurlungur/sum_primes
A little script to sum all of the primes less than some maximum number N.
Last synced: 09 Dec 2024
https://github.com/yurlungur/forward-euler-demo
A demonstration of how to use the Forward Euler method to solve for the orbit of a planet around a star
Last synced: 09 Dec 2024
https://github.com/yurlungur/python-documentation-tutorial
A tutorial on how to write Python code that interacts with the Python help system
Last synced: 09 Dec 2024