Tag: open source

  • InnoDB Cluster(using MySQL shell) Tutorial

    InnoDB Cluster(using MySQL shell) Tutorial

    This tutorial shows you how to use MySQL Shell to create #MySQL InnoDB Cluster. Original source

  • Are Semicolons Necessary in JavaScript?

    Should you use semicolons when writing JavaScript? Explores why omitting semicolons can be bad and why I have chosen to not use semicolons when teaching JavaScript. Original source

  • Experimenting with Gekko Javascript open source cyrpto currency trading bot

    This is pretty intuitive but powerful somewhere but I am just playing around TBH http://quantlabs.net/blog/2017/11/experimenting-with-gekko-javascript-open-source-cyrpto-currency-trading-bot/ Original source

  • Blender 3d: BoxCutter 006 – Advanced Intro

    Blender 3d: BoxCutter 006 – Advanced Intro

    https://i.ytimg.com/vi/ojg9cuB6_0I/hqdefault.jpg H9 / BC playlist: https://www.youtube.com/playlist?list=PL0RqAjByAphEUuI2JDxIjjCQtfTRQlRh0 In this video I introduce users to Boxcutter 6.2 and how to get started with it / use the features. This is the introduction video for Boxcutter into the Hard Ops workflow. Hard Ops contains the core of the workflow. Boxcutter is simply a tool to accentuate the cutting…

  • Theseus JavaScript Debugger for Brackets

    Theseus is an open source JavaScript debugger for Brackets that allows you to easily inspect asynchronous function calls. Developed by Adobe in partnership with MIT, Theseus can debug JavaScript running in Chrome and NodeJS… at the same time! Original source

  • MYSQL VERBINDUNG IN EUREM PLUGIN AUFBAUEN | TUTORIAL

    MYSQL VERBINDUNG IN EUREM PLUGIN AUFBAUEN | TUTORIAL

    Hey und schön, dass du dieses Video schaust. Upload-Plan ————————————————————– Täglich um 13:30 Uhr ein neues Video! Freitags um … Original source

  • Blender 3d: Mech DM001

    Blender 3d: Mech DM001

    https://i.ytimg.com/vi/eUQ4HSCYJfg/hqdefault.jpg Music: http://www.helionoctis.com/Helix/1103-psymbiant-9-la-guitarra/ Painting program: paintstorm 3d program: Blender! In this video I speed up the middle where I am doing sculpting and retopo by 3x. The part with Hops and DM is 2x so it should give some insight. This was a 4 hour warm up sesh. In this video I go over Hard…

  • Testing Client/Server JavaScript

    A walkthrough of starting on tests for your JavaScript using http://npmjs.org/tape. Then running those same tests in a browser using https://www.npmjs.com/package/zuul. Then finishing up with automating your tests as you push code using travis-ci and sauce labs. Code example from this video: https://github.com/shama/letswritecode/tree/master/testing-client-server-javascript Original source

  • MySQL 5.6 Replication Utilities Tutorial

    MySQL 5.6 Replication Utilities Tutorial

    MySQL Replication Utilities Tutorial. Learn how to use MySQL 5.6 and the MySQL Utilities to setup, monitor and manage your MySQL replication topology. Original source

  • JavaScript Generators

    Learn about JavaScript Generators and how to use them to write asynchronous code in a synchronous fashion. Code examples from this video: https://github.com/shama/letswritecode/tree/master/javascript-generators Original source