View allAll Photos Tagged 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

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

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...

wuipdesign.github.io

 

Free photos. Set 10.

Use it freely in personal and commercial projects.

 

CC-License

 

Photos: Anthony Clochard / wuipdesign.github.io

Scott Chacon and P J Hyett from GitHub generously hosted a very pleasant evening in Zürich at short notice; lots of interesting people were there, and I'm just sorry I couldn't stay longer to meet more of them.

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

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

wuipdesign.github.io

 

Free photos. Set 4.

Use it freely in personal and commercial projects.

 

CC-License

 

Photos: Anthony Clochard / wuipdesign.github.io

wuipdesign.github.io

 

Free photos. Set 4.

Use it freely in personal and commercial projects.

 

CC-License

 

Photos: Anthony Clochard / wuipdesign.github.io

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

wuipdesign.github.io

 

Free photos. Set 28.

Use it freely in personal and commercial projects.

 

CC-License

 

Photos: Anthony Clochard / wuipdesign.github.io

wuipdesign.github.io

 

Free photos. Set 6.

Use it freely in personal and commercial projects.

 

CC-License

 

Photos: Anthony Clochard / wuipdesign.github.io

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

ZoomCharts is offering data visualization tools to support speakers at Agile India 2015, taking place March 23rd to March 30th, 2015, at the Chancery Pavilion, No. 135 Residency Road, Bangalore 560025, India.

 

Check out what you can do with ZoomCharts charts and graphs at zoomcharts.com

 

ZoomCharts is the worldâs most interactive data visualization software. Create fully interactive, stunning visual representations of big data sets on modern devices at incredibly fast speeds. Be among the growing number of clients in a variety of professions discovering the exciting potential that ZoomCharts tools opens up for analyzing and presenting data.

 

The Agile India conference offers an opportunity for agile method enthusiasts to learn, share ideas, and network with other members of the agile community. The conference is aimed to provide a rich experience for attendees, focusing on building a sustainable community that favors quality over quantity, with the intent of providing an equal opportunity for conference presenters.

 

Agile India is presented by the Agile Software Community of India (ASCI), a registered society of Agile Software Development practitioners.

 

Part of the event features pre and post conference workshops given by international speakers, including Coaching for âBest Fitâ Agile: Applying the Agile Fluency Model by Diana Larsen, MicroServices: Letâs Build Some! By Fred George, Disciplined Agile Delivery in a Nutshell by Mark Lines, Understanding and Implementing DevOps Flow by Yuval Yeret, Suceeding with BDD by Aslak Hellesoy, and Passionate ProductOwner (SCPO) by Jeff Patton.

 

Previous Agile India conferences have been extremely successful, having held thousands of attendees from dozens of countries all over the world, such as India, Sri Lanka, Singapore, Malaysia, Australia, the United States, the United Kingdom, China, and many more. This year, there is expected to be over 1300 participants in attendance. Previous conference sponsors have included companies such as Hewlett Packard, Siemens, GitHub and General Electric. This yearâs sponsors include J.P. Morgan, Innovation Roots, and Scrum Alliance.

 

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 #datavisualization #charts #graphs #bigdata #dataviz #Agile #Bengaluru #Bangalore #India #tech #conference #Chancery #ASCI #HP #Siemens #GitHub #GE #JPMorgan #Innovation #Scrum

wuipdesign.github.io

 

Free photos. Set 31.

Use it freely in personal and commercial projects.

 

CC-License

 

Photos: Anthony Clochard / wuipdesign.github.io

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

wuipdesign.github.io

 

Free photos. Set 23.

Use it freely in personal and commercial projects.

 

CC-License

 

Photos: Anthony Clochard / wuipdesign.github.io

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

Linux Parrot on Android LG Stylo 6

( 20220316_234202 )

~ Samuel F Campbell

 

Linux Parrot on Android LG Stylo 6

 

GitHub user

myprofile.lfx.linuxfoundation.org/

MPL PRO

Linux Foundation SSO

Reddit

Stack Exchange

Talent.com

Chromium

 

Devices:

Windows

LG Stylo 6

Linux

Galaxy S6 Edge

Windows

S-PC

Galaxy J7 Prime

LG G Pad X 8.3

 

Installed List:

 

SQL

MySQL secure installation

MariaDB

Maria DB Server

thc-hydra

parrot-in-termux

metasploit.sh

main.go

gnuplot

Termux-Ganes

.suroot

.ssh

emacs.d

 

My Linux (20 of 68 books) Resource Library:

1* GNU Emacs and XEmacs

Larry Ayers - 2001 - 508 pages

2* PC Hacks: 100 Industrial-Strength Tips & Tools

Jim Aspinwall - 2005 - 285 pages

3* Fedora Linux Servers With Systemd: Second Edition

Richard Petersen - Aug 10, 2016

4* The Linux Command Line: A Complete Introduction

William E. Shotts, Jr. - 2012 - 480 pages

5* Fedora Linux Toolbox: 1000+ Commands for Fedora, CentOS and Red Hat Power Users

Christopher Negus, Francois Caen - Dec 11, 2007 - 307 pages

6* Professional Linux Kernel Architecture

Wolfgang Mauerer - Mar 11, 2010 - 1368 pages

7* Troubleshooting Your PC For Dummies

Dan Gookin - Mar 4, 2008 - 384 pages

8* Ubuntu Unleashed

Matthew Helmke, Andrew Hudson, Paul Hudson - 2012 - 847 pages

9* Linux Bible: Boot Up to Fedora, KNOPPIX, Debian, SUSE, Ubuntu, and 7 Other Distributions

Christopher Negus - Jan 24, 2006 - 870 pages

10* Protecting Your Library's Digital Sources: The Essential Guide to Planning and Preservation

Miriam B. Kahn, Miriam B.. Kahn - Feb 9, 2004 - 104 pages

11* Ubuntu Unleashed 2013 Edition: Covering 12.10 and 13.04

Matthew Helmke - Dec 5, 2012 - 888 pages

12* CompTIA Linux+ Guide to Linux Certification

Jason Eckert - Feb 2, 2015 - 752 pages

13* CompTIA Linux+ Guide to Linux Certification

Jason Eckert - Feb 2, 2015 - 752 page

14* Classic Shell Scripting: Hidden Commands that Unlock the Power of Unix

Arnold Robbins, Nelson H. F. Beebe - May 16, 2005 - 560 pages

15* GNU Emacs Pocket Reference

Debra Cameron - 1999 - 58 pages

16* A Practical Guide to Ubuntu Linux

Mark G. Sobell - 2011 - 1251 pages

17* Unix Power Tools

Shelley Powers, Jerry Peek, Tim O'Reilly, Mike Loukides, Michael Kosta Loukides - 2003 - 1116 pages

18* Linux Bible

Christopher Negus - Apr 27, 2015 - 912 pages

19* Writing GNU Emacs Extensions: Editor Customizations and Creations with Lisp

Bob Glickstein - 1997 - 215 pages

20* Running Linux: A Distribution-Neutral Guide for Servers and Desktops

Matthias Kalle Dalheimer, Matt Welsh - Dec 22, 2005 - 974 pages

21*

 

I got seperated from this phone I wish I knew which version I had installed:

gnuplot-nox # version 5.4.4+dfsg1-2build1, or

gnuplot-qt # version 5.4.4+dfsg1-2build1

gnuplot-x11 # version 5.4.4+dfsg1-2build1

  

Creepy 'Save Jobs Profile' on GitHub

 

When I look at that green button I see 'Steve Jobs' popping out. Weird isn't it?

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...

Almond Granita with capers, coffee cream and bergamot.

 

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

Code:

github.com/rtanglao/rth5/blob/master/vancouver-emerges...

 

Try it out yourself! (may take some time for photos to appear since dots are only added when photos are uploaded to flickr geotagged in the city of vancouver):

dl.dropbox.com/u/361757/CCC/vancouver-emerges-d3.html

 

wuipdesign.github.io

 

Free photos. Set 22.

Use it freely in personal and commercial projects.

 

CC-License

 

Photos: Anthony Clochard / wuipdesign.github.io

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

UNTITLED DIGITAL ART (AUGMENTED HAND SERIES)

By Golan Levin, Chris Sugrue, and Kyle McDonald

Repository: github.com/CreativeInquiry/digital_art_2014

Contact: @golan or golan@flong.com

 

Commissioned by the Cinekid Festival, Amsterdam, October 2014, with support from the Mondriaan Fund for visual art. Developed at the Frank-Ratchye STUDIO for Creative Inquiry at Carnegie Mellon University with additional support from the Pennsylvania Council on the Arts and the Frank-Ratchye Fund for Art @ the Frontier. Concept and software development: Golan Levin, Chris Sugrue, Kyle McDonald. Software assistance: Dan Wilcox, Bryce Summers, Erica Lazrus. Conceived 2005; developed 2013-2014.

 

Special thanks to Paulien Dresscher, Theo Watson and Eyeo Festival for encouragement, and to Dan Wilcox, Bryce Summers, and Erica Lazrus for their help making this project possible. Thanks to Elliot Woods and Simon Sarginson for assistance with Leap/camera calibration, and to Adam Carlucci for his helpful tutorial on using the Accelerate Framework in openFrameworks. Additional thanks to Rick Barraza and Ben Lower of Microsoft; Christian Schaller and Hannes Hofmann of Metrilus GmbH; Dr. Roland Goecke of University of Canberra; and Doug Carmean and Chris Rojas of Intel.

 

Developed in openFrameworks (OF), a free, open-source toolkit for arts engineering. This project also uses a number of open-source addons for openFrameworks contributed by others: ofxPuppet by Zach Lieberman, based on Ryan Schmidt's implementation of As-Rigid-As-Possible Shape Manipulation by Igarashi, Moscovich & Hughes; ofxLeapMotion by Theo Watson, with assistance from Dan Wilcox; ofxCv, ofxLibdc, and ofxTiming by Kyle McDonald; ofxCvMin and ofxRay by Elliot Woods; and the ofxButterfly mesh subdivision addon by Bryce Summers.

 

Shoutouts from @golan @chrissugrue & @kcimc: @admsyn @bla_fasel @bwycz @cinekid @CMUSchoolofArt @creativeinquiry @danomatika @elliotwoods @eyeofestival @laurmccarthy @openframeworks @PESfilm @rickbarraza @SimonsMine @theowatson @zachlieberman

Macaron with Oysters and Macaron with Anchovies.

 

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

1 2 ••• 41 42 44 46 47 ••• 79 80