I hereby claim:
- I am sa2812 on github.
- I am sunnyamrat (https://keybase.io/sunnyamrat) on keybase.
- I have a public key ASDurm6hbU_f7HBneCAlAfOBNvW7oX9UKloC7oyDgJISBwo
To claim this, I am signing this object:
| body { | |
| background: white; | |
| } | |
| .actor { | |
| stroke: #ccccff; | |
| fill: #ececff; | |
| } | |
| text.actor { | |
| fill: black; |
| (Dijkstra and plain A* are generally not included here as there are thousands of | |
| implementations, though I've made an exception for rare Ruby and Crystal versions, | |
| and for Thor, Mapzen's enhanced A*. ) | |
| A* Ruby https://github.com/georgian-se/shortest-path | |
| A* Crystal https://github.com/petoem/a-star.cr | |
| A* (bidirectional with shortcuts) C++ https://github.com/valhalla/valhalla | |
| NBA* JS https://github.com/anvaka/ngraph.path | |
| NBA* Java https://github.com/coderodde/GraphSearchPal | |
| NBA* Java https://github.com/coderodde/FunkyPathfinding |
| def rolling_window(self, ts, window, stride): | |
| shape = ts.shape[:-1] + (int((ts.shape[-1] - window)/stride + 1), window) | |
| strides = (stride*ts.strides[-1],) + (ts.strides[-1],) | |
| return np.lib.stride_tricks.as_strided(ts, | |
| shape=shape, | |
| strides=strides) |
I hereby claim:
To claim this, I am signing this object:
| <div class="row"> | |
| <div class="large-12 columns"> | |
| <h5>COMMITTEE POSITION</h5> | |
| </div> | |
| <div class="small-12 medium-4 columns"> | |
| <img src="URL TO IMAGE"> | |
| </div> | |
| <div class="small-12 medium-8 columns"> | |
| <p>DESCRIPTION</p> | |
| </div> |