Skip to content

Instantly share code, notes, and snippets.

View jitendravyas's full-sized avatar

Jitendra Vyas jitendravyas

View GitHub Profile
@jitendravyas
jitendravyas / My groups
Last active August 29, 2015 13:56
User groups I created
Created by me (But I'm not active in thse groups these days)
★ Mobile Web Design http://linkd.in/wJ4GWv
★ CSS discussions, Tools and Examples http://linkd.in/yEKKNy
★ Web Typographyhttp://www.linkedin.com/groups?home=&gid=3721317&trk=anet_ug_hm
★ Bangalore front-end Developers http://www.facebook.com/groups/bangalore.front.end/ (It's a secret group, only existing mebers can add their friends)
I moderate these groups too, But I go there once in a month
// ---------------------
// _page.scss
// Regular Page Styles
.page {
margin: 0 auto;
width: 75%;
}
// IE Page Styles
@jitendravyas
jitendravyas / A-Pen-by-Jitendra-Vyas.markdown
Created February 27, 2014 13:25
A Pen by Jitendra Vyas.
@jitendravyas
jitendravyas / conemu.txt
Created May 18, 2014 11:28
my conemu setting
>E:\RailsInstaller\Git\bin\sh.exe --login -i -cur_console
E:\RailsInstaller\Git\bin\sh.exe --login -i -c "../milaap-webapp/script/start" -cur_console
E:\redis-2.4.5-win32-win64\64bit\redis-server.exe -cur_console
E:\RailsInstaller\Git\bin\sh.exe --login -i -c "rails s -p 5000" -cur_console
@jitendravyas
jitendravyas / SassMeister-input.scss
Created July 30, 2014 12:36
Generated by SassMeister.com.
// ----
// Sass (v3.3.12)
// Compass (v1.0.0.alpha.21)
// ----
@mixin breakpoint($class) {
@if $class == xs {
@media (max-width: 767px) { @content; }
}
<%= render :partial=> "fundraise_ideas", :collection=> (1..12).to_a%>
@jitendravyas
jitendravyas / preferences
Created September 15, 2014 15:37
Sublime text 3 user settings
{
"auto_indent": true,
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
⁃ Sketch's file format has changed; documents are now truly single files and can be safely emailed or shared via Dropbox and other services without having to zip them up first
⁃ Creating Masks has been made easier; the Mask-with-Shape button now accepts any combination of layers
⁃ Boolean op'ed shapes' bounds now only include the visible area only, not the total bounds of all subpaths
⁃ Layer snapping has been made smarter, including better text snapping
⁃ You can now add ruler guides with a single-click on the rulers
⁃ Significant speed increases and file size reduction when using pattern fills
⁃ Hover the Rulers for a quick preview of your next guide. Ideal also for quickly checking if layers align etc
⁃ Fixes a bug where Opacity wouldn't be rendered consistently between shapes and bitmaps
⁃ Rendering speed improvements
⁃ Fixes a bug where text editing could jump slightly when zoomed in some cases
@jitendravyas
jitendravyas / hack.sh
Last active August 29, 2015 14:08 — forked from erikh/hack.sh
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#
# OSX for Hackers (Mavericks/Yosemite)
#
# Source: https://gist.github.com/brandonb927/3195465
#!/bin/sh
# Some things taken from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Ask for the administrator password upfront