Skip to content
View OctaneInteractive's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Yorkshire, England.

Highlights

  • Pro
Block or Report

Block or report OctaneInteractive

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. An example of a Force-Directed Graph... An example of a Force-Directed Graph, via D3.
    1
    <!DOCTYPE html>
    2
    <html>
    3
      <head>
    4
        <meta charset="utf-8">
    5
        <meta name="viewport" content="width=device-width,initial-scale=1.0">
  2. cyber-duck cyber-duck Public

    A simple demonstration of a CRUD application built using Laravel 7 for Cyber Duck.

    PHP

  3. Methods to interact with various Goo... Methods to interact with various Google API endpoints
    1
    const {
    2
      google
    3
    } = require('googleapis')
    4
    const stream = require('stream')
    5
    
                  
  4. Routes in Express to process and upl... Routes in Express to process and upload files via Multer to Google Drive
    1
    module.exports = (Router, Joi, fileOperations) => {
    2
    
                  
    3
      const { services } = require('../common/configurations')
    4
    
                  
    5
      // Diagnostics.
  5. Router in Vue 2 Router in Vue 2
    1
    import Vue from 'vue'
    2
    import Router from 'vue-router'
    3
    import Store from '../store'
    4
    
                  
    5
    Vue.use(Router)