Skip to content
View sandyherho's full-sized avatar
🌴
Pengangguran - 0.1× Pseudoscientist
🌴
Pengangguran - 0.1× Pseudoscientist

Block or report sandyherho

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sandyherho/README.md

~/whoami

$ cat /etc/passwd | grep sandyherho
sandyherho:x:1000:1000:paleoclimate hacker,fluid modeler,data wrangler:/home/earth_comp_sci:/bin/bash

~/interests

$ ls -la /home/sandyherho/research/
drwxr-xr-x  paleoclimate/
drwxr-xr-x  marine_biogeochem/
drwxr-xr-x  maritime-continent_climate/
drwxr-xr-x  time_series_analysis/
drwxr-xr-x  geophysical-fluid_dynamics/
-rw-r--r--  scientific_computing.py

~/stack

#!/usr/bin/env python3
langs = ['Python', 'R', 'Julia', 'Fortran', 'MATLAB']
tools = {'cGENIE', 'GNU/Linux', 'LaTeX', 'Docker'}
status = 'active'

~/current_processes

$ ps aux | grep sandyherho
[1] developing atmospheric/oceanic analysis tools
[2] reverse-engineering paleoclimate signals  
[3] simulating geophysical fluids
[4] hacking earth system models

~/contact

$ echo $MAIL
gagakrimang@tuta.io

$ links
https://sandyherho.github.io/
https://rb.gy/k09oz1  # scholar
$ exit

Pinned Loading

  1. buku_metnum_Python buku_metnum_Python Public

    Repositori ini memuat kode dan gambar yang digunakan pada buku "Pengantar Metode Numerik Terapan Menggunakan Python".

    Python

  2. optionmc optionmc Public

    OptionMC is a Python package for pricing European options using Monte Carlo simulation, featuring variance reduction techniques and educational visualizations. Designed for both quantitative financ…

    Python 3

  3. rd_spiral rd_spiral Public

    2D reaction-diffusion spiral wave solver using pseudo-spectral methods.

    Python 1

  4. wave_attenuation_1d wave_attenuation_1d Public

    Fast numerical solver for simulating wave energy reduction through coastal vegetation. Solves 1D linearized shallow water equations with vegetation-induced drag using RK4 integration and Numba acce…

    Python

  5. simple_idealized_1d_nlse simple_idealized_1d_nlse Public

    Fast and accurate 1D NLSE solver using pseudo-spectral methods. Simulates solitons, breathers, and nonlinear wave phenomena with adaptive time-stepping and conservation law monitoring.

    Python 2

  6. kelvin-helmholtz-2d-solver kelvin-helmholtz-2d-solver Public

    High-performance 2D solver for Kelvin-Helmholtz instability in incompressible flows, featuring Numba JIT compilation for 10-50x speedup and multi-core parallelization. Includes predefined scenarios…

    Python 3