Skip to content

Instantly share code, notes, and snippets.

View dorono's full-sized avatar

Doron Orenstein dorono

View GitHub Profile
@dorono
dorono / index.js
Last active February 8, 2020 15:49
React Login Page for Agent Desktop
/*
*
* Login
*
*/
import React from 'react';
import { connect } from 'react-redux';
import PropTypes from 'prop-types';
import Radium from 'radium';
@dorono
dorono / cloudSettings
Created August 15, 2018 13:07
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-08-15T13:07:04.941Z","extensionVersion":"v3.0.0"}
### Keybase proof
I hereby claim:
* I am dorono on github.
* I am doronliveops (https://keybase.io/doronliveops) on keybase.
* I have a public key whose fingerprint is 493B CE4E 8B08 69FA 22FB AC7B 964B C852 8D79 2A94
To claim this, I am signing this object:
@dorono
dorono / BoxViewViewer.js
Created January 5, 2016 15:39
Backbone View Module for Globalizing JS Implementation of Box-view API
/**
* boxViewerView.js
* --------------------------------------------------------------
* This is the backbone view for generating the JS-implementation of the box-view api
* document viewer.
*/
define([
'backbone',
'docviewer',