Nugroho's blog.
This blog contains my work about anything.
Pages
(Move to ...)
Home
My Youtube
My Instagram
PayPal
Python
Programming
▼
Tuesday, December 30, 2014
Gnome 3 on Freebsd (self documentation)
›
install it using #pkg install gnome3 /etc/fstab proc /proc procfs rw 0 0 /etc/rc.conf gdm_enable=“YES” gnome_enable=...
Playing with FreeBSD
›
Got boot-only iso and managed to install it on my Parallel Desktop on my Macbook Air with Yosemite. Of course it just CLI. Strange, the roo...
Monday, December 22, 2014
Compare Native Loop Time in Python with "homemade" Fortran Module
›
This code print d and e as result of two matrix addition, e's using python native code, d's using fortran module compiled with F2PY ...
Friday, December 19, 2014
Using 'Home-Made' Fortran Binary as Python module
›
Python is easy to use, but it's slow, especially for loop computation. So I compute it using fortran like this subroutine subs(a...
3D Waterwave Simulation using Python
›
I used Numpy Matplotlib with Animation and 3d Plot module on my OS X Yosemite. The code is still messy and clearly not efficient (there...
Thursday, December 18, 2014
3D Surface Plot Animation using Matplotlib in Python
›
And here's the animation import numpy as np import matplotlib.pyplot as plt import matplotlib.animation as animation from mpl_toolkits...
3D Surface Plot using Matplotlib in Python
›
It's slightly modified from before import numpy as np import matplotlib.pyplot as plt import matplotlib.animation as animation from mpl_...
‹
›
Home
View web version