View allAll Photos Tagged github

ZoomCharts at DevClub.lv: Developing a Javascript SDK

 

On January 15, 2015, ZoomCharts Co-Founder and CTO Viesturs Zariņš presented at DevClub.lv - a community of Latvian IT specialists that gather monthly and host free talks, presentations, and events to allow the local IT community to share knowledge, network, and communicate. Zariņš discussed the unique challenges faced in developing JavaScript SDK.

 

Here is a brief overview of his PowerPoint presentation on ZoomCharts, the world’s most interactive data visualization software that will support all your data presentation needs with incredible speed.

 

What is ZoomCharts?

 

What defines ZoomCharts advanced data visualization software? It is NOT another HTML5 charts library. It is:

 

- Interactive

- Fast

- Touch enabled

- Supports big data

 

A long time ago

 

DOS 6.2 allowed for:

 

- 320x240x8bpp

- Direct access to pixels on screen

- Assembler for performance

 

Today, the Web has finally caught up in the graphics department. Now, we have access to:

 

- Multiple browsers and rendering technologies

- Multiple resolutions

- Performance that varies by browser and device

 

Development setup:

 

- We write in JavaScript

- Commit to GitHub

- Build system in JavaScript

- Debug in Chrome

- Run automated tests

- Like WebStorm (and Vim)

 

Graphics:

 

Canvas (fast)

SVG (slow)

WebGL (>50%)

 

Interactive animations:

 

Zoom in and out of the graph, drag and drop data, all with your mouse or trackpad.

 

Graceful degradation:

 

High FPS (frames per second) lets you scale graphics with low image degradation.

 

Third party libraries:

 

- Raphael

- Hammer.js

- Leaflet

- Moment.js

 

Challenges:

 

- Responsive design: layouts can shift and look nice on desktop screens vs. not so nice on vertical, mobile screens

- Big screen resolutions: uses devicePixelRatio for sharp rendering, but no hardware acceleration beyond 2048x2048

- Safari compatibility: with 100% CPU, input events are blocked and browser locks up; strange code offers fixes

- HTML on canvas: DOM is slow; basic HTML markup must be parsed and rendered manually; text caching helps

 

Support:

 

- Process: TrialSupportBuy

- 1 day issue resolution

- #1 Tell me what I did wrong

- #2 Can you do…

 

Testing:

 

- Automated tests on every GIT push

 

Automatically:

 

- Compare images

- Record performance

- View errors in console

 

Interactive testing:

 

- Next step: record and playback

 

BrowserStack:

 

- Interactive mode

- Automated: Selenium API

 

Debugging:

 

Chrome Developer tools (F12)

 

- Debugging

- Profiling

- Timeline

 

Remote debugging available: developer.chrome.com/devtools/docs/remote-debugging

 

Future:

 

- More charts

- Extension API

- Memory allocation tracking

- WebGL

 

We are looking for statically-typed language:

 

- Error checking

- Performance

- Superior minification

 

- Easy to write and read

- Easy to call from JS

 

Building

 

Custom build script:

 

- Compile

- Minify

- Extract documentation

- Embed customer data

 

Check out ZoomCharts products:

 

Network Chart

Big network exploration

Explore linked data sets. Highlight relevant data with dynamic filters and visual styles. Incremental data loading. Exploration with focus nodes.

 

Time Chart

Time navigation and exploration tool

Browse activity logs, select time ranges. Multiple data series and value axes. Switch between time units.

 

Pie Chart

Amazingly intuitive hierarchical data exploration

Get quick overview of your data and drill down when necessary. All in a single easy to use chart.

 

Facet Chart

Scrollable bar chart with drill-down

Compare values side by side and provide easy access to the long tail.

 

ZoomCharts

www.zoomcharts.com

The world’s most interactive data visualization software

 

#zoomcharts #interactive #data #interactivedata #datavisualization #interactivedatavisualization #chart #graph #charts #graphs #Javascript #JavascriptSDK #DevClubIV #Latvia #PowerPoint #PowerPointpresentation #fast #bigdata

with mockup of control circuitry

ZoomCharts at DevClub.lv: Developing a Javascript SDK

 

On January 15, 2015, ZoomCharts Co-Founder and CTO Viesturs Zariņš presented at DevClub.lv - a community of Latvian IT specialists that gather monthly and host free talks, presentations, and events to allow the local IT community to share knowledge, network, and communicate. Zariņš discussed the unique challenges faced in developing JavaScript SDK.

 

Here is a brief overview of his PowerPoint presentation on ZoomCharts, the world’s most interactive data visualization software that will support all your data presentation needs with incredible speed.

 

What is ZoomCharts?

 

What defines ZoomCharts advanced data visualization software? It is NOT another HTML5 charts library. It is:

 

- Interactive

- Fast

- Touch enabled

- Supports big data

 

A long time ago

 

DOS 6.2 allowed for:

 

- 320x240x8bpp

- Direct access to pixels on screen

- Assembler for performance

 

Today, the Web has finally caught up in the graphics department. Now, we have access to:

 

- Multiple browsers and rendering technologies

- Multiple resolutions

- Performance that varies by browser and device

 

Development setup:

 

- We write in JavaScript

- Commit to GitHub

- Build system in JavaScript

- Debug in Chrome

- Run automated tests

- Like WebStorm (and Vim)

 

Graphics:

 

Canvas (fast)

SVG (slow)

WebGL (>50%)

 

Interactive animations:

 

Zoom in and out of the graph, drag and drop data, all with your mouse or trackpad.

 

Graceful degradation:

 

High FPS (frames per second) lets you scale graphics with low image degradation.

 

Third party libraries:

 

- Raphael

- Hammer.js

- Leaflet

- Moment.js

 

Challenges:

 

- Responsive design: layouts can shift and look nice on desktop screens vs. not so nice on vertical, mobile screens

- Big screen resolutions: uses devicePixelRatio for sharp rendering, but no hardware acceleration beyond 2048x2048

- Safari compatibility: with 100% CPU, input events are blocked and browser locks up; strange code offers fixes

- HTML on canvas: DOM is slow; basic HTML markup must be parsed and rendered manually; text caching helps

 

Support:

 

- Process: TrialSupportBuy

- 1 day issue resolution

- #1 Tell me what I did wrong

- #2 Can you do…

 

Testing:

 

- Automated tests on every GIT push

 

Automatically:

 

- Compare images

- Record performance

- View errors in console

 

Interactive testing:

 

- Next step: record and playback

 

BrowserStack:

 

- Interactive mode

- Automated: Selenium API

 

Debugging:

 

Chrome Developer tools (F12)

 

- Debugging

- Profiling

- Timeline

 

Remote debugging available: developer.chrome.com/devtools/docs/remote-debugging

 

Future:

 

- More charts

- Extension API

- Memory allocation tracking

- WebGL

 

We are looking for statically-typed language:

 

- Error checking

- Performance

- Superior minification

 

- Easy to write and read

- Easy to call from JS

 

Building

 

Custom build script:

 

- Compile

- Minify

- Extract documentation

- Embed customer data

 

Check out ZoomCharts products:

 

Network Chart

Big network exploration

Explore linked data sets. Highlight relevant data with dynamic filters and visual styles. Incremental data loading. Exploration with focus nodes.

 

Time Chart

Time navigation and exploration tool

Browse activity logs, select time ranges. Multiple data series and value axes. Switch between time units.

 

Pie Chart

Amazingly intuitive hierarchical data exploration

Get quick overview of your data and drill down when necessary. All in a single easy to use chart.

 

Facet Chart

Scrollable bar chart with drill-down

Compare values side by side and provide easy access to the long tail.

 

ZoomCharts

www.zoomcharts.com

The world’s most interactive data visualization software

 

#zoomcharts #interactive #data #interactivedata #datavisualization #interactivedatavisualization #chart #graph #charts #graphs #Javascript #JavascriptSDK #DevClubIV #Latvia #PowerPoint #PowerPointpresentation #fast #bigdata

Hallo

Hexenschwestern

Seid gegrüßt.

Mehr im Video....

Ihr dürft gerne das Video verbreiten oder in eure Internetseite einbinden.

Danke auch für eure Like it (:)) für die sehr zeitaufwendigen Videoanimationen.

Seid gesegnet

von

Brighid

www.youtube.com/watch?v=s8ifqumkE8A

 

Hallo

Hexenschwestern

Seid gegrüßt.

Ich sehne mich jetzt schon nach den warmen Vollmondnächten im Sommer.

Vollmond Beltane Impressionen gegen die Winterdepression.

Mehr im Video....

Ihr dürft gerne das Video verbreiten oder in eure Internetseite einbinden.

Danke auch für eure Like it (:)) für die sehr zeitaufwendigen Videoanimationen.

Seid gesegnet

von

Brighid

Das Buch der Schatten

ist nichts anderes als ein Hexentagebuch,

in dem alle magischen Erfahrungen, Rezepte

und sonstiges persönliches Hexenwissen aufgeschrieben werden.

Der Einfachheit halber wird es in Hexenkreisen als BdS abgekürzt.

Für jede Hexe ist ihr persönliches Buch

etwas ganz besonderes,

das sie meist nicht aus den Händen gibt.

Hexenbücher in Deutscher Sprache Link:

sites.google.com/view/hexenbuch/startseite

Puppen Magie Anleitung in Deutsch

www.youtube.com/watch?v=0zH2ANA9mmA

Interresantes über Santeria Voodo aus Kuba Link:

halloween.hexenzauber.eu/voodoo-santeria-die-magie-aus-kuba/

Mit der

Magic of Brigid Linie

möchte ich natürliche

Etherische magische Oele anbieten.

hexenzauber.github.io/brighid/

...

Bei eigenen Animationen.

Texte und Sprachausgabe mp3 Copyright bei der Buchautorin

Brighid

BRIGHID Autor Page Jahreskreisfeste.de

Neu Produkte Magic of Brighid Zaubertinte

Liebeszauber Tinten, Mittelalter Kalligraphie

www.youtube.com/watch?v=OMEwdwq9Bjw

Kerzenzauber Kerzen Grosshandel

sites.google.com/view/kerzenzauber/startseite

Anleitung DE Magic of Brighid PDF Download Link:

drive.google.com/file/d/0B6sLMMQA-mJBV19GS1ExUkt1Zjg/view...

Yule Julfest Hexenfeste Link:

sites.google.com/view/yule-hexenfest

Imbolc Hexenfeste Link:

sites.google.com/view/imbolc

Ostara Hexenfest 21. Maerz

Frühlings Tag- und Nachtgleiche Link:

sites.google.com/view/ostara-hexenfest

Beltane Mondfest 30 April bis 1. Mai Link:

sites.google.com/view/beltane

Litha Hexenfest 21. Juni Sommersonnwende Kupala Link:

sites.google.com/view/litha-hexenfest

Lughnasad Lammas Hexenfest 1. August Schnitterfest Link:

sites.google.com/view/lughnasadh

Mabon Hexenfest 21. September Herbst Tag- und Nachtgleiche Link:

sites.google.com/view/mabon

Samhain Hexenfest 31 Oktober bis 1. November Totenfest Halloween Link:

sites.google.com/view/samhain-halloween

Distributor Händler Liste Link:

sites.google.com/site/magicofbrighidspells/

Brighid Autor Ebooks Brighid

Download-Link: xinxii.com 30468

Book Autor -BRIGHID-

)O( Magic of Brighid )O(

plus.google.com/+Witchcraftspell_Brighid_Author

www.jahreskreisfeste.de

Info Hexerei Halloween.hexenzauber.eu

)O( Magic of Brighid )O(

)O( Witch Circle )O( Coven Team

plus.google.com/+witchcircle

Magic of Brighid Video Info Link:

sites.google.com/view/magic-of-brighid

Großhandel www.anderswelt-import.eu

IMPRESSUM Link:

Datenschutz Privacystatement Link:

www.witchcraft-spell.com/privacystatement

IMPRESSUM Link:

www.jahreskreisfeste.de/impressum.html

...

© Anderswelt-import.eu )O( Magic of Brighid )O(

...

France Videos

www.dailymotion.com/video/x9n0er

.....

Hallo

Hexenschwestern

Seid gegrüßt.

Mehr im Video....

Ihr dürft gerne das Video verbreiten oder in eure Internetseite einbinden.

Danke auch für eure Like it (:)) für die sehr zeitaufwendigen Videoanimationen.

Seid gesegnet

von

Brighid

www.youtube.com/watch?v=s8ifqumkE8A

 

Hallo

Hexenschwestern

Seid gegrüßt.

Ich sehne mich jetzt schon nach den warmen Vollmondnächten im Sommer.

Vollmond Beltane Impressionen gegen die Winterdepression.

Mehr im Video....

Ihr dürft gerne das Video verbreiten oder in eure Internetseite einbinden.

Danke auch für eure Like it (:)) für die sehr zeitaufwendigen Videoanimationen.

Seid gesegnet

von

Brighid

Das Buch der Schatten

ist nichts anderes als ein Hexentagebuch,

in dem alle magischen Erfahrungen, Rezepte

und sonstiges persönliches Hexenwissen aufgeschrieben werden.

Der Einfachheit halber wird es in Hexenkreisen als BdS abgekürzt.

Für jede Hexe ist ihr persönliches Buch

etwas ganz besonderes,

das sie meist nicht aus den Händen gibt.

Hexenbücher in Deutscher Sprache Link:

sites.google.com/view/hexenbuch/startseite

Puppen Magie Anleitung in Deutsch

www.youtube.com/watch?v=0zH2ANA9mmA

Interresantes über Santeria Voodo aus Kuba Link:

halloween.hexenzauber.eu/voodoo-santeria-die-magie-aus-kuba/

Mit der

Magic of Brigid Linie

möchte ich natürliche

Etherische magische Oele anbieten.

hexenzauber.github.io/brighid/

...

Bei eigenen Animationen.

Texte und Sprachausgabe mp3 Copyright bei der Buchautorin

Brighid

BRIGHID Autor Page Jahreskreisfeste.de

Neu Produkte Magic of Brighid Zaubertinte

Liebeszauber Tinten, Mittelalter Kalligraphie

www.youtube.com/watch?v=OMEwdwq9Bjw

Kerzenzauber Kerzen Grosshandel

sites.google.com/view/kerzenzauber/startseite

Anleitung DE Magic of Brighid PDF Download Link:

drive.google.com/file/d/0B6sLMMQA-mJBV19GS1ExUkt1Zjg/view...

Yule Julfest Hexenfeste Link:

sites.google.com/view/yule-hexenfest

Imbolc Hexenfeste Link:

sites.google.com/view/imbolc

Ostara Hexenfest 21. Maerz

Frühlings Tag- und Nachtgleiche Link:

sites.google.com/view/ostara-hexenfest

Beltane Mondfest 30 April bis 1. Mai Link:

sites.google.com/view/beltane

Litha Hexenfest 21. Juni Sommersonnwende Kupala Link:

sites.google.com/view/litha-hexenfest

Lughnasad Lammas Hexenfest 1. August Schnitterfest Link:

sites.google.com/view/lughnasadh

Mabon Hexenfest 21. September Herbst Tag- und Nachtgleiche Link:

sites.google.com/view/mabon

Samhain Hexenfest 31 Oktober bis 1. November Totenfest Halloween Link:

sites.google.com/view/samhain-halloween

Distributor Händler Liste Link:

sites.google.com/site/magicofbrighidspells/

Brighid Autor Ebooks Brighid

Download-Link: xinxii.com 30468

Book Autor -BRIGHID-

)O( Magic of Brighid )O(

plus.google.com/+Witchcraftspell_Brighid_Author

www.jahreskreisfeste.de

Info Hexerei Halloween.hexenzauber.eu

)O( Magic of Brighid )O(

)O( Witch Circle )O( Coven Team

plus.google.com/+witchcircle

Magic of Brighid Video Info Link:

sites.google.com/view/magic-of-brighid

Großhandel www.anderswelt-import.eu

IMPRESSUM Link:

Datenschutz Privacystatement Link:

www.witchcraft-spell.com/privacystatement

IMPRESSUM Link:

www.jahreskreisfeste.de/impressum.html

...

© Anderswelt-import.eu )O( Magic of Brighid )O(

...

France Videos

www.dailymotion.com/video/x9n0er

.....

ZoomCharts at DevClub.lv: Developing a Javascript SDK

 

On January 15, 2015, ZoomCharts Co-Founder and CTO Viesturs Zariņš presented at DevClub.lv - a community of Latvian IT specialists that gather monthly and host free talks, presentations, and events to allow the local IT community to share knowledge, network, and communicate. Zariņš discussed the unique challenges faced in developing JavaScript SDK.

 

Here is a brief overview of his PowerPoint presentation on ZoomCharts, the world’s most interactive data visualization software that will support all your data presentation needs with incredible speed.

 

What is ZoomCharts?

 

What defines ZoomCharts advanced data visualization software? It is NOT another HTML5 charts library. It is:

 

- Interactive

- Fast

- Touch enabled

- Supports big data

 

A long time ago

 

DOS 6.2 allowed for:

 

- 320x240x8bpp

- Direct access to pixels on screen

- Assembler for performance

 

Today, the Web has finally caught up in the graphics department. Now, we have access to:

 

- Multiple browsers and rendering technologies

- Multiple resolutions

- Performance that varies by browser and device

 

Development setup:

 

- We write in JavaScript

- Commit to GitHub

- Build system in JavaScript

- Debug in Chrome

- Run automated tests

- Like WebStorm (and Vim)

 

Graphics:

 

Canvas (fast)

SVG (slow)

WebGL (>50%)

 

Interactive animations:

 

Zoom in and out of the graph, drag and drop data, all with your mouse or trackpad.

 

Graceful degradation:

 

High FPS (frames per second) lets you scale graphics with low image degradation.

 

Third party libraries:

 

- Raphael

- Hammer.js

- Leaflet

- Moment.js

 

Challenges:

 

- Responsive design: layouts can shift and look nice on desktop screens vs. not so nice on vertical, mobile screens

- Big screen resolutions: uses devicePixelRatio for sharp rendering, but no hardware acceleration beyond 2048x2048

- Safari compatibility: with 100% CPU, input events are blocked and browser locks up; strange code offers fixes

- HTML on canvas: DOM is slow; basic HTML markup must be parsed and rendered manually; text caching helps

 

Support:

 

- Process: TrialSupportBuy

- 1 day issue resolution

- #1 Tell me what I did wrong

- #2 Can you do…

 

Testing:

 

- Automated tests on every GIT push

 

Automatically:

 

- Compare images

- Record performance

- View errors in console

 

Interactive testing:

 

- Next step: record and playback

 

BrowserStack:

 

- Interactive mode

- Automated: Selenium API

 

Debugging:

 

Chrome Developer tools (F12)

 

- Debugging

- Profiling

- Timeline

 

Remote debugging available: developer.chrome.com/devtools/docs/remote-debugging

 

Future:

 

- More charts

- Extension API

- Memory allocation tracking

- WebGL

 

We are looking for statically-typed language:

 

- Error checking

- Performance

- Superior minification

 

- Easy to write and read

- Easy to call from JS

 

Building

 

Custom build script:

 

- Compile

- Minify

- Extract documentation

- Embed customer data

 

Check out ZoomCharts products:

 

Network Chart

Big network exploration

Explore linked data sets. Highlight relevant data with dynamic filters and visual styles. Incremental data loading. Exploration with focus nodes.

 

Time Chart

Time navigation and exploration tool

Browse activity logs, select time ranges. Multiple data series and value axes. Switch between time units.

 

Pie Chart

Amazingly intuitive hierarchical data exploration

Get quick overview of your data and drill down when necessary. All in a single easy to use chart.

 

Facet Chart

Scrollable bar chart with drill-down

Compare values side by side and provide easy access to the long tail.

 

ZoomCharts

www.zoomcharts.com

The world’s most interactive data visualization software

 

#zoomcharts #interactive #data #interactivedata #datavisualization #interactivedatavisualization #chart #graph #charts #graphs #Javascript #JavascriptSDK #DevClubIV #Latvia #PowerPoint #PowerPointpresentation #fast #bigdata

ZoomCharts at DevClub.lv: Developing a Javascript SDK

 

On January 15, 2015, ZoomCharts Co-Founder and CTO Viesturs Zariņš presented at DevClub.lv - a community of Latvian IT specialists that gather monthly and host free talks, presentations, and events to allow the local IT community to share knowledge, network, and communicate. Zariņš discussed the unique challenges faced in developing JavaScript SDK.

 

Here is a brief overview of his PowerPoint presentation on ZoomCharts, the world’s most interactive data visualization software that will support all your data presentation needs with incredible speed.

 

What is ZoomCharts?

 

What defines ZoomCharts advanced data visualization software? It is NOT another HTML5 charts library. It is:

 

- Interactive

- Fast

- Touch enabled

- Supports big data

 

A long time ago

 

DOS 6.2 allowed for:

 

- 320x240x8bpp

- Direct access to pixels on screen

- Assembler for performance

 

Today, the Web has finally caught up in the graphics department. Now, we have access to:

 

- Multiple browsers and rendering technologies

- Multiple resolutions

- Performance that varies by browser and device

 

Development setup:

 

- We write in JavaScript

- Commit to GitHub

- Build system in JavaScript

- Debug in Chrome

- Run automated tests

- Like WebStorm (and Vim)

 

Graphics:

 

Canvas (fast)

SVG (slow)

WebGL (>50%)

 

Interactive animations:

 

Zoom in and out of the graph, drag and drop data, all with your mouse or trackpad.

 

Graceful degradation:

 

High FPS (frames per second) lets you scale graphics with low image degradation.

 

Third party libraries:

 

- Raphael

- Hammer.js

- Leaflet

- Moment.js

 

Challenges:

 

- Responsive design: layouts can shift and look nice on desktop screens vs. not so nice on vertical, mobile screens

- Big screen resolutions: uses devicePixelRatio for sharp rendering, but no hardware acceleration beyond 2048x2048

- Safari compatibility: with 100% CPU, input events are blocked and browser locks up; strange code offers fixes

- HTML on canvas: DOM is slow; basic HTML markup must be parsed and rendered manually; text caching helps

 

Support:

 

- Process: TrialSupportBuy

- 1 day issue resolution

- #1 Tell me what I did wrong

- #2 Can you do…

 

Testing:

 

- Automated tests on every GIT push

 

Automatically:

 

- Compare images

- Record performance

- View errors in console

 

Interactive testing:

 

- Next step: record and playback

 

BrowserStack:

 

- Interactive mode

- Automated: Selenium API

 

Debugging:

 

Chrome Developer tools (F12)

 

- Debugging

- Profiling

- Timeline

 

Remote debugging available: developer.chrome.com/devtools/docs/remote-debugging

 

Future:

 

- More charts

- Extension API

- Memory allocation tracking

- WebGL

 

We are looking for statically-typed language:

 

- Error checking

- Performance

- Superior minification

 

- Easy to write and read

- Easy to call from JS

 

Building

 

Custom build script:

 

- Compile

- Minify

- Extract documentation

- Embed customer data

 

Check out ZoomCharts products:

 

Network Chart

Big network exploration

Explore linked data sets. Highlight relevant data with dynamic filters and visual styles. Incremental data loading. Exploration with focus nodes.

 

Time Chart

Time navigation and exploration tool

Browse activity logs, select time ranges. Multiple data series and value axes. Switch between time units.

 

Pie Chart

Amazingly intuitive hierarchical data exploration

Get quick overview of your data and drill down when necessary. All in a single easy to use chart.

 

Facet Chart

Scrollable bar chart with drill-down

Compare values side by side and provide easy access to the long tail.

 

ZoomCharts

www.zoomcharts.com

The world’s most interactive data visualization software

 

#zoomcharts #interactive #data #interactivedata #datavisualization #interactivedatavisualization #chart #graph #charts #graphs #Javascript #JavascriptSDK #DevClubIV #Latvia #PowerPoint #PowerPointpresentation #fast #bigdata

At Osteria Francescana in Modena, Italy. During GitHub Destination: Tuscany.

At Osteria Francescana in Modena, Italy. During GitHub Destination: Tuscany.

Hallo

Hexenschwestern

Seid gegrüßt.

Mehr im Video....

Ihr dürft gerne das Video verbreiten oder in eure Internetseite einbinden.

Danke auch für eure Like it (:)) für die sehr zeitaufwendigen Videoanimationen.

Seid gesegnet

von

Brighid

www.youtube.com/watch?v=s8ifqumkE8A

 

Hallo

Hexenschwestern

Seid gegrüßt.

Ich sehne mich jetzt schon nach den warmen Vollmondnächten im Sommer.

Vollmond Beltane Impressionen gegen die Winterdepression.

Mehr im Video....

Ihr dürft gerne das Video verbreiten oder in eure Internetseite einbinden.

Danke auch für eure Like it (:)) für die sehr zeitaufwendigen Videoanimationen.

Seid gesegnet

von

Brighid

Das Buch der Schatten

ist nichts anderes als ein Hexentagebuch,

in dem alle magischen Erfahrungen, Rezepte

und sonstiges persönliches Hexenwissen aufgeschrieben werden.

Der Einfachheit halber wird es in Hexenkreisen als BdS abgekürzt.

Für jede Hexe ist ihr persönliches Buch

etwas ganz besonderes,

das sie meist nicht aus den Händen gibt.

Hexenbücher in Deutscher Sprache Link:

sites.google.com/view/hexenbuch/startseite

Puppen Magie Anleitung in Deutsch

www.youtube.com/watch?v=0zH2ANA9mmA

Interresantes über Santeria Voodo aus Kuba Link:

halloween.hexenzauber.eu/voodoo-santeria-die-magie-aus-kuba/

Mit der

Magic of Brigid Linie

möchte ich natürliche

Etherische magische Oele anbieten.

hexenzauber.github.io/brighid/

...

Bei eigenen Animationen.

Texte und Sprachausgabe mp3 Copyright bei der Buchautorin

Brighid

BRIGHID Autor Page Jahreskreisfeste.de

Neu Produkte Magic of Brighid Zaubertinte

Liebeszauber Tinten, Mittelalter Kalligraphie

www.youtube.com/watch?v=OMEwdwq9Bjw

Kerzenzauber Kerzen Grosshandel

sites.google.com/view/kerzenzauber/startseite

Anleitung DE Magic of Brighid PDF Download Link:

drive.google.com/file/d/0B6sLMMQA-mJBV19GS1ExUkt1Zjg/view...

Yule Julfest Hexenfeste Link:

sites.google.com/view/yule-hexenfest

Imbolc Hexenfeste Link:

sites.google.com/view/imbolc

Ostara Hexenfest 21. Maerz

Frühlings Tag- und Nachtgleiche Link:

sites.google.com/view/ostara-hexenfest

Beltane Mondfest 30 April bis 1. Mai Link:

sites.google.com/view/beltane

Litha Hexenfest 21. Juni Sommersonnwende Kupala Link:

sites.google.com/view/litha-hexenfest

Lughnasad Lammas Hexenfest 1. August Schnitterfest Link:

sites.google.com/view/lughnasadh

Mabon Hexenfest 21. September Herbst Tag- und Nachtgleiche Link:

sites.google.com/view/mabon

Samhain Hexenfest 31 Oktober bis 1. November Totenfest Halloween Link:

sites.google.com/view/samhain-halloween

Distributor Händler Liste Link:

sites.google.com/site/magicofbrighidspells/

Brighid Autor Ebooks Brighid

Download-Link: xinxii.com 30468

Book Autor -BRIGHID-

)O( Magic of Brighid )O(

plus.google.com/+Witchcraftspell_Brighid_Author

www.jahreskreisfeste.de

Info Hexerei Halloween.hexenzauber.eu

)O( Magic of Brighid )O(

)O( Witch Circle )O( Coven Team

plus.google.com/+witchcircle

Magic of Brighid Video Info Link:

sites.google.com/view/magic-of-brighid

Großhandel www.anderswelt-import.eu

IMPRESSUM Link:

Datenschutz Privacystatement Link:

www.witchcraft-spell.com/privacystatement

IMPRESSUM Link:

www.jahreskreisfeste.de/impressum.html

...

© Anderswelt-import.eu )O( Magic of Brighid )O(

...

France Videos

www.dailymotion.com/video/x9n0er

.....

Démonstration de la bibliothèque Python PyMinitel disponible sur github.com/Zigazou/PyMinitel

At Osteria Francescana in Modena, Italy. During GitHub Destination: Tuscany.

I hooked GitHub's stoplight up to their build system via Arduino, some relays, and an ethernet shield. Read about the process here:

 

www.urbanhonking.com/ideasfordozens/2010/05/the_github_st...

ZoomCharts at DevClub.lv: Developing a Javascript SDK

 

On January 15, 2015, ZoomCharts Co-Founder and CTO Viesturs Zariņš presented at DevClub.lv - a community of Latvian IT specialists that gather monthly and host free talks, presentations, and events to allow the local IT community to share knowledge, network, and communicate. Zariņš discussed the unique challenges faced in developing JavaScript SDK.

 

Here is a brief overview of his PowerPoint presentation on ZoomCharts, the world’s most interactive data visualization software that will support all your data presentation needs with incredible speed.

 

What is ZoomCharts?

 

What defines ZoomCharts advanced data visualization software? It is NOT another HTML5 charts library. It is:

 

- Interactive

- Fast

- Touch enabled

- Supports big data

 

A long time ago

 

DOS 6.2 allowed for:

 

- 320x240x8bpp

- Direct access to pixels on screen

- Assembler for performance

 

Today, the Web has finally caught up in the graphics department. Now, we have access to:

 

- Multiple browsers and rendering technologies

- Multiple resolutions

- Performance that varies by browser and device

 

Development setup:

 

- We write in JavaScript

- Commit to GitHub

- Build system in JavaScript

- Debug in Chrome

- Run automated tests

- Like WebStorm (and Vim)

 

Graphics:

 

Canvas (fast)

SVG (slow)

WebGL (>50%)

 

Interactive animations:

 

Zoom in and out of the graph, drag and drop data, all with your mouse or trackpad.

 

Graceful degradation:

 

High FPS (frames per second) lets you scale graphics with low image degradation.

 

Third party libraries:

 

- Raphael

- Hammer.js

- Leaflet

- Moment.js

 

Challenges:

 

- Responsive design: layouts can shift and look nice on desktop screens vs. not so nice on vertical, mobile screens

- Big screen resolutions: uses devicePixelRatio for sharp rendering, but no hardware acceleration beyond 2048x2048

- Safari compatibility: with 100% CPU, input events are blocked and browser locks up; strange code offers fixes

- HTML on canvas: DOM is slow; basic HTML markup must be parsed and rendered manually; text caching helps

 

Support:

 

- Process: TrialSupportBuy

- 1 day issue resolution

- #1 Tell me what I did wrong

- #2 Can you do…

 

Testing:

 

- Automated tests on every GIT push

 

Automatically:

 

- Compare images

- Record performance

- View errors in console

 

Interactive testing:

 

- Next step: record and playback

 

BrowserStack:

 

- Interactive mode

- Automated: Selenium API

 

Debugging:

 

Chrome Developer tools (F12)

 

- Debugging

- Profiling

- Timeline

 

Remote debugging available: developer.chrome.com/devtools/docs/remote-debugging

 

Future:

 

- More charts

- Extension API

- Memory allocation tracking

- WebGL

 

We are looking for statically-typed language:

 

- Error checking

- Performance

- Superior minification

 

- Easy to write and read

- Easy to call from JS

 

Building

 

Custom build script:

 

- Compile

- Minify

- Extract documentation

- Embed customer data

 

Check out ZoomCharts products:

 

Network Chart

Big network exploration

Explore linked data sets. Highlight relevant data with dynamic filters and visual styles. Incremental data loading. Exploration with focus nodes.

 

Time Chart

Time navigation and exploration tool

Browse activity logs, select time ranges. Multiple data series and value axes. Switch between time units.

 

Pie Chart

Amazingly intuitive hierarchical data exploration

Get quick overview of your data and drill down when necessary. All in a single easy to use chart.

 

Facet Chart

Scrollable bar chart with drill-down

Compare values side by side and provide easy access to the long tail.

 

ZoomCharts

www.zoomcharts.com

The world’s most interactive data visualization software

 

#zoomcharts #interactive #data #interactivedata #datavisualization #interactivedatavisualization #chart #graph #charts #graphs #Javascript #JavascriptSDK #DevClubIV #Latvia #PowerPoint #PowerPointpresentation #fast #bigdata

7 June 2017 - OECD Forum 2017: BLI: Coding the Law with Alain Hélaïli, Solutions Engineer, Github www.oecd.org/bli

 

Photo: OECD/ Salome Suarez

At Osteria Francescana in Modena, Italy. During GitHub Destination: Tuscany.

wuipdesign.github.io

 

Free photos. Set 2.

Use it freely in personal and commercial projects.

 

CC-License

 

Photos: Anthony Clochard / wuipdesign.github.io

When a massive portion of the cellular industry swirls all around the streets of Barcelona, IBM is playing host at its own big InterConnect event in Las Vegas, wherever it unveiled a hurry of offers that underscore another major aspect of the expansion of cellular: the rise of cloud com...

First 1000 businesses who contacts honestechs.com will receive a business mobile app and the development fee will be waived. Contact us today.

‪#‎electronics‬ ‪#‎technology‬ ‪#‎tech‬ ‪#‎electronic‬ ‪#‎device‬ ‪#‎gadget‬ ‪#‎gadgets‬ ‪#‎instatech‬ ‪#‎instagood‬ ‪#‎geek‬ ‪#‎techie‬ ‪#‎nerd‬ ‪#‎techy‬ ‪#‎photooftheday‬ ‪#‎computers‬ ‪#‎laptops‬ ‪#‎hack‬ ‪#‎screen‬

 

honestechs.com/2016/02/22/ibm-inks-vmware-github-bitly-de...

wuipdesign.github.io

 

Free photos. Set 1.

Use it freely in personal and commercial projects.

 

CC-License

 

Photos: Anthony Clochard / wuipdesign.github.io

github.com/openfly/random/tree/master/openscad/sony-mdr-v6

 

Cone's OpenSCAD

 

See set for details of Build.

 

Used Ikross a2dp unit's main board for bluetooth audio.

wuipdesign.github.io

 

Free photos. Set 9.

Use it freely in personal and commercial projects.

 

CC-License

 

Photos: Anthony Clochard / wuipdesign.github.io

wuipdesign.github.io

 

Free photos. Set 17.

Use it freely in personal and commercial projects.

 

CC-License

 

Photos: Anthony Clochard / wuipdesign.github.io

wuipdesign.github.io

 

Free photos. Set 5.

Use it freely in personal and commercial projects.

 

CC-License

 

Photos: Anthony Clochard / wuipdesign.github.io

No matter how many times I end up on GitHub.com, checking out some random project, I always expect the project description to be in that nice big green box at the top. Too bad it's not.

wuipdesign.github.io

 

Free photos. Set 16.

Use it freely in personal and commercial projects.

 

CC-License

 

Photos: Anthony Clochard / wuipdesign.github.io

ZoomCharts at DevClub.lv: Developing a Javascript SDK

 

On January 15, 2015, ZoomCharts Co-Founder and CTO Viesturs Zariņš presented at DevClub.lv - a community of Latvian IT specialists that gather monthly and host free talks, presentations, and events to allow the local IT community to share knowledge, network, and communicate. Zariņš discussed the unique challenges faced in developing JavaScript SDK.

 

Here is a brief overview of his PowerPoint presentation on ZoomCharts, the world’s most interactive data visualization software that will support all your data presentation needs with incredible speed.

 

What is ZoomCharts?

 

What defines ZoomCharts advanced data visualization software? It is NOT another HTML5 charts library. It is:

 

- Interactive

- Fast

- Touch enabled

- Supports big data

 

A long time ago

 

DOS 6.2 allowed for:

 

- 320x240x8bpp

- Direct access to pixels on screen

- Assembler for performance

 

Today, the Web has finally caught up in the graphics department. Now, we have access to:

 

- Multiple browsers and rendering technologies

- Multiple resolutions

- Performance that varies by browser and device

 

Development setup:

 

- We write in JavaScript

- Commit to GitHub

- Build system in JavaScript

- Debug in Chrome

- Run automated tests

- Like WebStorm (and Vim)

 

Graphics:

 

Canvas (fast)

SVG (slow)

WebGL (>50%)

 

Interactive animations:

 

Zoom in and out of the graph, drag and drop data, all with your mouse or trackpad.

 

Graceful degradation:

 

High FPS (frames per second) lets you scale graphics with low image degradation.

 

Third party libraries:

 

- Raphael

- Hammer.js

- Leaflet

- Moment.js

 

Challenges:

 

- Responsive design: layouts can shift and look nice on desktop screens vs. not so nice on vertical, mobile screens

- Big screen resolutions: uses devicePixelRatio for sharp rendering, but no hardware acceleration beyond 2048x2048

- Safari compatibility: with 100% CPU, input events are blocked and browser locks up; strange code offers fixes

- HTML on canvas: DOM is slow; basic HTML markup must be parsed and rendered manually; text caching helps

 

Support:

 

- Process: TrialSupportBuy

- 1 day issue resolution

- #1 Tell me what I did wrong

- #2 Can you do…

 

Testing:

 

- Automated tests on every GIT push

 

Automatically:

 

- Compare images

- Record performance

- View errors in console

 

Interactive testing:

 

- Next step: record and playback

 

BrowserStack:

 

- Interactive mode

- Automated: Selenium API

 

Debugging:

 

Chrome Developer tools (F12)

 

- Debugging

- Profiling

- Timeline

 

Remote debugging available: developer.chrome.com/devtools/docs/remote-debugging

 

Future:

 

- More charts

- Extension API

- Memory allocation tracking

- WebGL

 

We are looking for statically-typed language:

 

- Error checking

- Performance

- Superior minification

 

- Easy to write and read

- Easy to call from JS

 

Building

 

Custom build script:

 

- Compile

- Minify

- Extract documentation

- Embed customer data

 

Check out ZoomCharts products:

 

Network Chart

Big network exploration

Explore linked data sets. Highlight relevant data with dynamic filters and visual styles. Incremental data loading. Exploration with focus nodes.

 

Time Chart

Time navigation and exploration tool

Browse activity logs, select time ranges. Multiple data series and value axes. Switch between time units.

 

Pie Chart

Amazingly intuitive hierarchical data exploration

Get quick overview of your data and drill down when necessary. All in a single easy to use chart.

 

Facet Chart

Scrollable bar chart with drill-down

Compare values side by side and provide easy access to the long tail.

 

ZoomCharts

www.zoomcharts.com

The world’s most interactive data visualization software

 

#zoomcharts #interactive #data #interactivedata #datavisualization #interactivedatavisualization #chart #graph #charts #graphs #Javascript #JavascriptSDK #DevClubIV #Latvia #PowerPoint #PowerPointpresentation #fast #bigdata

ZoomCharts at DevClub.lv: Developing a Javascript SDK

 

On January 15, 2015, ZoomCharts Co-Founder and CTO Viesturs Zariņš presented at DevClub.lv - a community of Latvian IT specialists that gather monthly and host free talks, presentations, and events to allow the local IT community to share knowledge, network, and communicate. Zariņš discussed the unique challenges faced in developing JavaScript SDK.

 

Here is a brief overview of his PowerPoint presentation on ZoomCharts, the world’s most interactive data visualization software that will support all your data presentation needs with incredible speed.

 

What is ZoomCharts?

 

What defines ZoomCharts advanced data visualization software? It is NOT another HTML5 charts library. It is:

 

- Interactive

- Fast

- Touch enabled

- Supports big data

 

A long time ago

 

DOS 6.2 allowed for:

 

- 320x240x8bpp

- Direct access to pixels on screen

- Assembler for performance

 

Today, the Web has finally caught up in the graphics department. Now, we have access to:

 

- Multiple browsers and rendering technologies

- Multiple resolutions

- Performance that varies by browser and device

 

Development setup:

 

- We write in JavaScript

- Commit to GitHub

- Build system in JavaScript

- Debug in Chrome

- Run automated tests

- Like WebStorm (and Vim)

 

Graphics:

 

Canvas (fast)

SVG (slow)

WebGL (>50%)

 

Interactive animations:

 

Zoom in and out of the graph, drag and drop data, all with your mouse or trackpad.

 

Graceful degradation:

 

High FPS (frames per second) lets you scale graphics with low image degradation.

 

Third party libraries:

 

- Raphael

- Hammer.js

- Leaflet

- Moment.js

 

Challenges:

 

- Responsive design: layouts can shift and look nice on desktop screens vs. not so nice on vertical, mobile screens

- Big screen resolutions: uses devicePixelRatio for sharp rendering, but no hardware acceleration beyond 2048x2048

- Safari compatibility: with 100% CPU, input events are blocked and browser locks up; strange code offers fixes

- HTML on canvas: DOM is slow; basic HTML markup must be parsed and rendered manually; text caching helps

 

Support:

 

- Process: TrialSupportBuy

- 1 day issue resolution

- #1 Tell me what I did wrong

- #2 Can you do…

 

Testing:

 

- Automated tests on every GIT push

 

Automatically:

 

- Compare images

- Record performance

- View errors in console

 

Interactive testing:

 

- Next step: record and playback

 

BrowserStack:

 

- Interactive mode

- Automated: Selenium API

 

Debugging:

 

Chrome Developer tools (F12)

 

- Debugging

- Profiling

- Timeline

 

Remote debugging available: developer.chrome.com/devtools/docs/remote-debugging

 

Future:

 

- More charts

- Extension API

- Memory allocation tracking

- WebGL

 

We are looking for statically-typed language:

 

- Error checking

- Performance

- Superior minification

 

- Easy to write and read

- Easy to call from JS

 

Building

 

Custom build script:

 

- Compile

- Minify

- Extract documentation

- Embed customer data

 

Check out ZoomCharts products:

 

Network Chart

Big network exploration

Explore linked data sets. Highlight relevant data with dynamic filters and visual styles. Incremental data loading. Exploration with focus nodes.

 

Time Chart

Time navigation and exploration tool

Browse activity logs, select time ranges. Multiple data series and value axes. Switch between time units.

 

Pie Chart

Amazingly intuitive hierarchical data exploration

Get quick overview of your data and drill down when necessary. All in a single easy to use chart.

 

Facet Chart

Scrollable bar chart with drill-down

Compare values side by side and provide easy access to the long tail.

 

ZoomCharts

www.zoomcharts.com

The world’s most interactive data visualization software

 

#zoomcharts #interactive #data #interactivedata #datavisualization #interactivedatavisualization #chart #graph #charts #graphs #Javascript #JavascriptSDK #DevClubIV #Latvia #PowerPoint #PowerPointpresentation #fast #bigdata

just a glitchr-esque asthetic in my glitched 10 PRINT program--posted on github.

7 June 2017 - OECD Forum 2017: BLI: Coding the Law with Alain Hélaïli, Solutions Engineer, Github www.oecd.org/bli

 

Photo: OECD/ Salome Suarez

1 2 ••• 36 37 39 41 42 ••• 79 80