Skip to content

Instantly share code, notes, and snippets.

View mostaphaRoudsari's full-sized avatar

Mostapha Sadeghipour Roudsari mostaphaRoudsari

View GitHub Profile
@mostaphaRoudsari
mostaphaRoudsari / .block
Last active November 26, 2020 04:03
Parallel Coordinates with mouseover highlight and tooltip
license: mit
@mostaphaRoudsari
mostaphaRoudsari / HTML5 progress bar update.html
Created March 30, 2015 23:30
An example of updating progress bar inside multiple loops. I assume there should be a smarter way to do it but for now this works for me
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<div class="col-xs-12">
<progress style="width:50%" value="0" max="100" id="progBar">
<span id="calcProgress">
<!-- Fallback goes here -->
</span>
</progress>
</div>
@mostaphaRoudsari
mostaphaRoudsari / README.md
Last active November 1, 2019 12:12
force layout with images and connection thickness
@mostaphaRoudsari
mostaphaRoudsari / README.md
Last active December 31, 2015 21:34
Heatmap (Canvas + D3)
@mostaphaRoudsari
mostaphaRoudsari / README.md
Last active December 31, 2015 15:55
Reusable Area Chart: Ladybug group interactions

This example is code originally written by Mike Bostock in 2012 as part of his tutorial Towards Reusable Charts. Curran put together a bl.ock Towards Reusable Charts Example based on the post which I forked from to create this bl.ock and learn more about re-usable charts and a step forward to write Ladybug for web.

Here are some learning resources related to this example from Curran's bl.ock:

@mostaphaRoudsari
mostaphaRoudsari / README.md
Last active December 31, 2015 15:52
Reusable Stacked Chart: Ladybug group interactions
@mostaphaRoudsari
mostaphaRoudsari / Psychrometric.png
Last active September 18, 2018 21:39
Ladybug Analysis Tools Graph
Psychrometric.png
@mostaphaRoudsari
mostaphaRoudsari / .block
Last active October 23, 2019 21:45
bsdf viewer
license: lgpl-3.0
@mostaphaRoudsari
mostaphaRoudsari / .block
Last active April 27, 2017 15:28
simple pie chart for comfort
license: mit
@mostaphaRoudsari
mostaphaRoudsari / .block
Last active April 29, 2017 22:00
getting started with A-Frame
license: mit