User Tools

Site Tools


projects:potential-projects

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
projects:potential-projects [2012/11/16 12:07] – [Javascript] dblumeprojects:potential-projects [2023/04/12 20:44] – external edit 127.0.0.1
Line 21: Line 21:
   * Do use: Custom Python wrapper for http://megaui.net/fukuchi/works/qrencode/manual/index.html It makes tighter codes.   * Do use: Custom Python wrapper for http://megaui.net/fukuchi/works/qrencode/manual/index.html It makes tighter codes.
   * Zazzle (Or VistaPrint: There's an email promotion "Buy 250 business cards, get 250 more on Us"  Best way to specify cards?  With PNG file, web app? [[http://dlma.com/images/qr_code_sized_for_vistaprint.png|Here's an image that's the right size for VistaPrint]].)    * Zazzle (Or VistaPrint: There's an email promotion "Buy 250 business cards, get 250 more on Us"  Best way to specify cards?  With PNG file, web app? [[http://dlma.com/images/qr_code_sized_for_vistaprint.png|Here's an image that's the right size for VistaPrint]].) 
 +  * You can [[http://qrcode.littleidiot.be/|set WiFi settings by QR Code too]]!
  
 **Notes:** **Notes:**
Line 41: Line 42:
  
 And this is the most minimal code that can exist and point to me.  It points to http://dlma.com/ .  I should make that landing page more useful, especially if I chose this code for the back. And this is the most minimal code that can exist and point to me.  It points to http://dlma.com/ .  I should make that landing page more useful, especially if I chose this code for the back.
- 
 ===== Statistics Pages ===== ===== Statistics Pages =====
  
Line 52: Line 52:
   * http://googleblog.blogspot.com/2009/11/world-bank-public-data-now-in-search.html   * http://googleblog.blogspot.com/2009/11/world-bank-public-data-now-in-search.html
   * http://david.dlma.com/lifestream/all.html (available in UTF-8 or SQLite)   * http://david.dlma.com/lifestream/all.html (available in UTF-8 or SQLite)
-  * http://www.census.gov/genealogy/names/names_files.html 
-  * http://www.swivel.com/ 
-  * http://getpivot.com/ 
   * http://www.ted.com/talks/hans_rosling_shows_the_best_stats_you_ve_ever_seen.html   * http://www.ted.com/talks/hans_rosling_shows_the_best_stats_you_ve_ever_seen.html
-  * http://timetric.com/ 
   * http://creativemachines.cornell.edu/eureqa   * http://creativemachines.cornell.edu/eureqa
   * http://peltiertech.com/WordPress/loess-smoothing-in-excel/   * http://peltiertech.com/WordPress/loess-smoothing-in-excel/
Line 62: Line 58:
 ==== Javascript ==== ==== Javascript ====
  
 +  * 2018: [[http://www.chartjs.org/|Chartjs.org]]: Luke used this for dynamic meminfo tracking, via [[https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.2/Chart.min.js|cloudflare.com's minified version]].
 +  * 2017: ScatterChart: https://developers.google.com/chart/interactive/docs/gallery/scatterchart
   * [[http://dygraphs.com/|dygraphs]] Accepts CSV.  That's good.   * [[http://dygraphs.com/|dygraphs]] Accepts CSV.  That's good.
-  * [[https://github.com/flot/flot/blob/master/README.md|Flot]] Would likely use if I'm already using jquery. (beautiful, uses jquery Example: [[http://binarybonsai.com/code/silprob/|Binary Bonsai's silprob]] with download link ) +  * [[https://github.com/flot/flot/blob/master/README.md|Flot]] Would likely use if I'm already using jquery.
-  * [[http://mbostock.github.com/protovis/docs/|Protovis]] No longer maintained, but that's not necessarily a problem.  Its descendant, [[http://d3js.org/|d3.js]] has a graph toolkit named [[http://code.shutterstock.com/rickshaw/|Rickshaw]]. (Michael used it [[http://binarybonsai.com/2010/09/27/chewie-stats/|here]]).+
   * [[http://www.simile-widgets.org/timeplot/docs/|Simile]] Used by timeline, and the Plurk karma timeplot.   * [[http://www.simile-widgets.org/timeplot/docs/|Simile]] Used by timeline, and the Plurk karma timeplot.
   * [[http://www.highcharts.com/|Highcharts]] Used at work.   * [[http://www.highcharts.com/|Highcharts]] Used at work.
Line 70: Line 67:
 ==== Python ==== ==== Python ====
    
 +  * [[http://bokehplots.com/pages/about-bokeh.html|Bokeh]] As seen [[https://pypi-package-count.herokuapp.com/|here]], and it's what Wim used at Roku for Player events.
   * [[http://code.google.com/p/graphy/|graphy]], [[http://code.google.com/p/google-chartwrapper/|google-chartwrapper]] and[[http://pygooglechart.slowchop.com/|pygooglechart]] all wrap the Google chart API.  So there are limitations on the dataset and image sizes.   * [[http://code.google.com/p/graphy/|graphy]], [[http://code.google.com/p/google-chartwrapper/|google-chartwrapper]] and[[http://pygooglechart.slowchop.com/|pygooglechart]] all wrap the Google chart API.  So there are limitations on the dataset and image sizes.
   * [[https://bitbucket.org/lgs/pycha/wiki/Home|pycha]], [[http://linil.wordpress.com/2008/09/16/cairoplot-11/|CairoPlot]] and [[https://launchpad.net/pycairochart|PyCairoChart]] all reply on PyCairo.   * [[https://bitbucket.org/lgs/pycha/wiki/Home|pycha]], [[http://linil.wordpress.com/2008/09/16/cairoplot-11/|CairoPlot]] and [[https://launchpad.net/pycairochart|PyCairoChart]] all reply on PyCairo.
projects/potential-projects.txt · Last modified: 2023/05/14 10:31 by dblume