| title |
|---|
Testing svg in mathjax |
Run with:
pandoc -s --mathjax test-die.md -o test-die.html
| title |
|---|
Testing svg in mathjax |
Run with:
pandoc -s --mathjax test-die.md -o test-die.html
| // Processing code by Etienne JACOB | |
| // motion blur template by beesandbombs | |
| int[][] result; | |
| float t, c; | |
| float ease(float p) { | |
| return 3*p*p - 2*p*p*p; | |
| } |
| #! /bin/bash | |
| # Make sure you grab the latest version | |
| curl -OL https://github.com/google/protobuf/releases/download/v3.6.1/protoc-3.6.1-linux-x86_64.zip | |
| https://github.com/google/protobuf/releases/download/v3.6.1/protoc-3.6.1-linux-x86_64.zip | |
| # Unzip | |
| unzip protoc-3.6.1-linux-x86_64.zip -d protoc3 | |
| # Move protoc to /usr/local/bin/ | |
| sudo mv protoc3/bin/* /usr/local/bin/ |
| import svgwrite | |
| import math | |
| # mogrify -format gif *.svg | |
| # gifsicle --scale 0.2 --delay=5 --loop --optimize=2 --colors=256 --multifile *.gif > OutGIF/out.gif | |
| order = 3 | |
| number_of_index_bits = order * 2 | |
| number_of_elements = pow(2, number_of_index_bits) | |
| x_offset = 130 |
| """ | |
| MIT License | |
| Copyright (c) 2017 Cyrille Rossant | |
| 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 |