Als je nergens kijk op hebt, kan je nog altijd in de toekomst kijken.
What can a technologist do about climate change? A personal view.
Impressive information source on climate change.
Source: What can a technologist do about climate change? A personal view.
Interactive JavaScript charts for your webpage | Highcharts
Saw http://tool.globalcalculator.org/ using this:
Highcharts – Interactive JavaScript charts for your web pages.
Source: Interactive JavaScript charts for your webpage | Highcharts
Defusing the Carbon Bomb (Danielle Fong)
The powerplants we are building now will define the biosphere of our planet for the next 5000 years.
The math is straightforward, and stark. [..]
Source: Defusing the Carbon Bomb
Flexbox resources
Reference
- A Complete Guide to Flexbox (CSS-tricks) – Great overview
- Flexbox playground – Interactive overview of flexbox properties
- Flexbox Playground – another one
Troubleshooting and fallback methods
- flexibility – js polyfill for flexbox. interactive demo
- flexbugs – A community-curated list of flexbox issues and cross-browser workarounds for them.
Practice:
- Flexbox Froggy – A game for learning CSS flexbox
- Flexbox Defense – another game
- Flexbox Game – 28 levels
d3js/SVG Export demo
This website demonstrates one possible method of saving d3js graphics to PDF.
Click “view source” on above website to see the client-side code. It is heavily documented.
The server-side code is a bare-bones Perl/CGI script.. It basically runs rsvg-convert
and returns the result as an attachment to download. You can implement the same functionallity in any programming language.
The entire code is available on GitHub
Getting Ready for PHP 7 | DigitalOcean
2015 has been an important year for PHP. Eleven years after its 5.0 release, a new major version is finally coming our way! PHP 7 is scheduled for release before the end of the year, bringing many new language features and an impressive performance boost. But how will this impact your current PHP codebase? What really changed? How safe is it to update? This post will answer these questions and give you a taste of what’s to come with PHP 7.
Data set sources
- http://www.stat.ncsu.edu/research/sas/sicl/data/
A large collection of small data sets for the book ‘A Handbook of small data sets (Hand)’ - http://www.statsci.org/datasets.html
Data sets and links on StatSci
EveryCircuit
EveryCircuit is an excellent online resource for EE students and circuit enthusiasts. Its interactive visual circuit simulation is great for understanding how circuits work and for quick prototyping of design ideas. And it has a huge online repository of educational and practical circuits designed by EveryCircuit community.
Source: EveryCircuit