background preloader

NodeBox

https://www.nodebox.net/

Related:  Langages de programmationWeb et outils de developpement

Processing.js This page tries to explain how to quickly and (as) correctly (as possible) use Processing sketches on webpages. The information is based on the work done by the processing.js group. This information on this page reflects the best of my knowledge anno November 2010, and processing.js becomes more and more complete, so it is possible that the information on this page changes over time. Should you spot any incompletenesses or blatant mistakes, please contact me at pomax at nihongoresources.com, with the obvious substitutions in place to make it a legal email address. What is Processing? The "Processing" language (also referred to as "P5") is a programming language with a focus on data visualisation. Weka 3 - Data Mining with Open Source Machine Learning Software in Java Weka is a collection of machine learning algorithms for data mining tasks. It contains tools for data preparation, classification, regression, clustering, association rules mining, and visualization. Found only on the islands of New Zealand, the Weka is a flightless bird with an inquisitive nature.

BETA): Build a diagram <svg id="sankey_svg" height="600" width="600" xmlns=" version="1.1"><title>Your Diagram Title</title><! Copy the code above to embed your diagram. Save it in a “.svg” file to edit it in another application. Every Flow will have a tooltip when hovering. Tangle: a JavaScript library for reactive documents Tangle is a JavaScript library for creating reactive documents. Your readers can interactively explore possibilities, play with parameters, and see the document update immediately. Tangle is super-simple and easy to learn. Creator Processing ... Personal $ Svg $20 ✓ Up to $75 merchandises for personal use. Merchandise $ License to use artwork in merchandises (T-Shirt, Mug, poster, etc).

Cohesion (computer science) In computer programming, cohesion is a measure of how strongly related the responsibilities of a single module are. As applied to object-oriented programming, if the methods that serve the given class tend to be similar in many aspects, then the class is said to have high cohesion. In a highly cohesive system, code readability and the likelihood of reuse is increased, while complexity is kept manageable. Cohesion is increased if:

Crossfilter Fast Multidimensional Filtering for Coordinated Views Crossfilter is a JavaScript library for exploring large multivariate datasets in the browser. Crossfilter supports extremely fast (<30ms) interaction with coordinated views, even with datasets containing a million or more records; we built it to power analytics for Square Register, allowing merchants to slice and dice their payment history fluidly. Since most interactions only involve a single dimension, and then only small adjustments are made to the filter values, incremental filtering and reducing is significantly faster than starting from scratch.

Software metric A software metric is a measure of some property of a piece of software or its specifications. Since quantitative measurements are essential in all sciences, there is a continuous effort by computer science practitioners and theoreticians to bring similar approaches to software development. The goal is obtaining objective, reproducible and quantifiable measurements, which may have numerous valuable applications in schedule and budget planning, cost estimation, quality assurance testing, software debugging, software performance optimization, and optimal personnel task assignments. Common software measurements[edit] Common software measurements include: Limitations[edit]

<div> HTML Tag » Element of HTML Document Structure What does <div> HTML Tag do? Project Storytelling without limits. Whitey Bulger WBUR Boston Issue 9 | May 2013from Rhetoric for Carpenters (proverbs) by Toby Altman“Father’s Day” by Bobby Fischer“The Beast Deer” by Cassandra de Alba“[What Happens in this Town Stays in this Town]” by Katie Byrum“If You Never Get to Mendocino County” by Matthew Wade Jordanfrom Rhetoric for Carpenters (proverbs)Toby Altman(a) Do not allow insult:language should be a thimbleto shield your brother’s thumb.(b) Do not tell your firstbornthe story of Isaac:you just never know. Multiprocessing According to some on-line dictionaries, a multiprocessor is a computer system having two or more processing units (multiple processors) each sharing main memory and peripherals, in order to simultaneously process programs.[4][5] A 2009 textbook defined multiprocessor system similarly, but noting that the processors may share "some or all of the system’s memory and I/O facilities"; it also gave tightly coupled system as a synonymous term.[6] In Flynn's taxonomy, multiprocessors as defined above are MIMD machines.[10][11] As they are normally construed to be tightly coupled (share memory), multiprocessors are not the entire class of MIMD machines, which also contains message passing multicomputer systems.[10] §Pre-history[edit] §Key topics[edit] §Processor symmetry[edit]

Build Truly Native Mobile Apps with Vue NativeScript and Vue.js The lightweight nature of Vue.js makes it perfect for mobile development. In addition, if you are already a Vue developer, much of the Vue syntax and app architecture will seem very familiar. All you need to do in a NativeScript-Vue app is switch the plugin you include at the start, change your app instantiation parameters, and write your front-end templates to use NativeScript modules, rather than web markup. Here are the three main differences between Vue.js for the web, and NativeScript-Vue: 1.

Related:  Tools