Skip to content

Instantly share code, notes, and snippets.

View ultrageek's full-sized avatar

rajdash ultrageek

  • silicon valley
View GitHub Profile
@ultrageek
ultrageek / 0_reuse_code.js
Last active August 29, 2015 14:16
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@ultrageek
ultrageek / README.md
Last active August 29, 2015 14:07 — forked from andmcgregor/README.md
@ultrageek
ultrageek / README.md
Last active August 29, 2015 14:07 — forked from melekes/README.md

Youtube

Description

Dashing widget to play video from Youtube.

Installation

  1. Install Youtube widget
@ultrageek
ultrageek / README.md
Last active August 29, 2015 14:07 — forked from farrelley/README.md
@ultrageek
ultrageek / README.md
Last active August 29, 2015 14:07 — forked from wesee/README.md

Description

Stock Quote & Chart Dashing Dashboard consists of two widgets. While one displays a stock's current quote and other details; another displays its last 30-days closing stock prices.

Preview

Dependencies

@ultrageek
ultrageek / README.md
Last active August 29, 2015 14:07 — forked from DaveTD/README.md

About

This is the gist for NightWatch - a somewhat incomplete video security management widget. I've included some stuff that sort of works, but doesn't really, that was originally meant to let the management widget control adding, removing and altering or freezing the pattern that the video feeds take.

Sadly, mjpgs aren't the nicest things, block ajax calls and generally just slow everything down.

The urls I've taken are from opentopia.com (http://www.opentopia.com/hiddencam.php?showmode=animated&country=Canada&seewhat=newest), please look at their disclaimers for legal information.

You'll probably want to use Chrome as your browser for this - mjpgs don't do so well in large numbers in firefox... and so everything ends up looking like garbage and won't load fast, and some mjpgs won't appear etc. In general, the page will load more or less in firefox, but it's just so much better in chrome.

@ultrageek
ultrageek / README.md
Last active August 29, 2015 14:07 — forked from wesee/README.md

#Introduction

Developing Chrome Extensions is REALLY fun if you are a Front End engineer. If you, however, struggle with visualizing the architecture of an application, then developing a Chrome Extension is going to bite your butt multiple times due the amount of excessive components the extension works with. Here are some pointers in how to start, what problems I encounter and how to avoid them.

Note: I'm not covering chrome package apps, which although similar, work in a different way. I also won't cover the page options api neither the new brand event pages. What I explain covers most basic chrome applications and should be enough to get you started.

Table of Contents

  1. Understand the Chrome Architecture
  2. Understand the Tabs-Extension Relationship
  3. Picking the right interface for the job