- Stockholm
- http://www.haspaker.se
Pinned Loading
-
elastic-bubble-simulation
elastic-bubble-simulation PublicA bouncing bubble, simulated using point masses connected by spring forces, enclosing a volume of ideal gas
Python 1
-
parallel-lattice-boltzmann-simulation
parallel-lattice-boltzmann-simulation PublicA parallel implementation of the multiphase multiphase Shan-Chen Lattice-Boltzmann method suitable for massively parallel computing
-
-
anagram.tips
anagram.tips PublicA website for finding and creating anagrams in six different languages.
-
drunken-walk.clj
drunken-walk.clj 1(defn neighbors
2([size yx] (neighbors [[0 0] [1 1] [-1 -1] [-1 1] [1 -1] [-1 0] [1 0] [0 -1] [0 1]] size yx))
3([deltas size yx]
4(filter (fn [new-yx]
5(every? #(< -1 % size) new-yx))
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.