Skip to content

Instantly share code, notes, and snippets.

View jitendravyas's full-sized avatar

Jitendra Vyas jitendravyas

View GitHub Profile
@jitendravyas
jitendravyas / SassMeister-input-HTML.html
Created November 26, 2014 15:43
Generated by SassMeister.com.
<div class="container">
<div class="header">
<nav>
<ul class="nav nav-pills pull-right">
<li role="presentation" class="active"><a href="#">Home</a></li>
<li role="presentation"><a href="#">About</a></li>
<li role="presentation"><a href="#">Contact</a></li>
</ul>
</nav>
<h3 class="text-muted">Project name</h3>
@jitendravyas
jitendravyas / homebrew python install
Created April 19, 2015 08:13
Trying installing python on osx using homebrew
~ ❯❯❯ brew install python
==> Installing dependencies for python: readline, sqlite, openssl
==> Installing python dependency: readline
==> Downloading https://homebrew.bintray.com/bottles/readline-6.3.8.yosemite.bot
curl: (6) Could not resolve host: d29vzk4ow07wi7.cloudfront.net
Error: Failed to download resource "readline"
Download failed: https://homebrew.bintray.com/bottles/readline-6.3.8.yosemite.bottle.tar.gz
Warning: Bottle installation failed: building from source.
==> Downloading http://ftpmirror.gnu.org/readline/readline-6.3.tar.gz
@jitendravyas
jitendravyas / gist:9b78aea96e917703e8c7
Created April 19, 2015 08:25
installing hasjob on osx
~/o/hasjob git:master ❯❯❯ pip install -r requirements.txt
/Library/Python/2.7/site-packages/pip-6.1.1-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/ssl_.py:79: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
Collecting git+https://github.com/hasgeek/coaster (from -r requirements.txt (line 29))
Cloning https://github.com/hasgeek/coaster to /var/folders/gm/ym4zhb594zvd4yvbp5wdsyc40000gp/T/pip-FhUdWI-build
Collecting git+https://github.com/hasgeek/flask-lastuser (from -r requirements.txt (line 30))
Cloning https://github.com/hasgeek/flask-lastuser to /var/folders/gm/ym4zhb594zvd4yvbp5wdsyc40000gp/T/pip-w1lHmd-build
Collecting git+https://github.com/hasgeek/baseframe (from -r requirements.txt (line 31))
Cloning https://github.com/hasgeek/baseframe
@jitendravyas
jitendravyas / SassMeister-input.scss
Created May 11, 2015 13:13
Generated by SassMeister.com.
// ----
// libsass (v3.2.2)
// ----
.css-class {
input[type="text"],
input[type="date"],
select {
border: 0;
box-shadow:none;
@jitendravyas
jitendravyas / SassMeister-input.scss
Created May 11, 2015 13:36
Generated by SassMeister.com.
// ----
// libsass (v3.2.2)
// ----
.css-class {
input[type="text"],input[type="text"]:hover,
input[type="date"], input[type="date"]:hover,
select, select:hover {
border: 0;
@jitendravyas
jitendravyas / SassMeister-input.scss
Created August 11, 2015 17:58
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
.lookahead {
height: 100%;
&__cancel {
color: pink;
@jitendravyas
jitendravyas / SassMeister-input.scss
Created August 13, 2015 17:04
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
.wrapper {max-width:360px;border:1px solid #ccc;margin:0 auto}
header {margin:0 auto;padding:10px;
background: #fff;
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 0px 4px 0px rgba(0,0,0,0.24);
@jitendravyas
jitendravyas / startapps.md
Created September 10, 2015 11:38
App Only Startups from and in India

Uber Tinyowl

@jitendravyas
jitendravyas / dabblet.css
Created August 30, 2012 11:32
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
img {display:inline-block;}
.slider-previous {text-indent:-99999px;background: url(https://www.entropay.com/sites/entropay.com/themes/entropay_c/images/icons/arrow_icon.png) no-repeat #eee;height: 81px;width: 20px;;display:inline-block;}
.slider-next {text-indent:-99999px;background: url(https://www.entropay.com/sites/entropay.com/themes/entropay_c/images/icons/arrow_icon.png) no-repeat #eee;height: 81px;width: 20px;;display:inline-block; }
@jitendravyas
jitendravyas / dabblet.css
Created August 30, 2012 12:00 — forked from anonymous/dabblet.css
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
img {display:inline-block; vertical-align: middle; }
.slider-previous {text-indent:-99999px;background: url(https://www.entropay.com/sites/entropay.com/themes/entropay_c/images/icons/arrow_icon.png) no-repeat;height: 61px;width: 20px;;display:inline-block;}
.slider-next {text-indent:-99999px;background: url(https://www.entropay.com/sites/entropay.com/themes/entropay_c/images/icons/arrow_icon.png) no-repeat;height: 61px;width: 20px;;display:inline-block; }