Skip to content

Instantly share code, notes, and snippets.

View malikshubham827's full-sized avatar
🏠
Working from home

Shubham Malik malikshubham827

🏠
Working from home
View GitHub Profile
@malikshubham827
malikshubham827 / codalab_help_button.html
Created June 28, 2017 20:03
React Element code, copied from Chrome Console
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<div data-reactid=".0.4.1" style="display: flex; flex-direction: column; align-items: baseline; width: auto; overflow: hidden;">
<div class="gr_ver_2" contenteditable="true" data-gramm="gramm" data-gramm_editor="true" data-gramm_id="e25622c9-fdfc-2a23-7c57-1ce7826bf01a" data-id="e25622c9-fdfc-2a23-7c57-1ce7826bf01a" data-reactroot="" style="position: absolute; color: transparent; overflow: hidden; white-space: pre-wrap; border-radius: 10px; box-sizing: border-box; height: 150px; width: 400px; margin: 50px 5px 5px 15px; padding: 10px; z-index: 0; border-width: 0px; border-style: none; background: none 0% 0% / auto repeat scroll padding-box border-box rgb(255, 255, 255); top: 0px; left: 0px;">
<span style="display: inline-block; line-height: 25.6px; color: transparent; overflow: hidden; text-align: left; float: initial; clear: none; box-sizing: border-box; vertical-align: baseline; white-space: pre-wrap; width: 100%; margin: 0px; padding: 0px;
@malikshubham827
malikshubham827 / www
Created July 25, 2017 06:22
This is regarding get-me-through project. Include this file in the bin folder in the root of your project. You would have a bin folder if you created virtual environment. If not create a bin folder and paste this file with the name "www" no extension should be attached to it.
#!/usr/bin/env node
/**
* Module dependencies.
*/
var app = require('../server/app');
var debug = require('debug')('my-app:server');
var http = require('http');