A Pen by Jitendra Vyas on CodePen.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// --------------------- | |
// _page.scss | |
// Regular Page Styles | |
.page { | |
margin: 0 auto; | |
width: 75%; | |
} | |
// IE Page Styles |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.3.12) | |
// Compass (v1.0.0.alpha.21) | |
// ---- | |
@mixin breakpoint($class) { | |
@if $class == xs { | |
@media (max-width: 767px) { @content; } | |
} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%= render :partial=> "fundraise_ideas", :collection=> (1..12).to_a%> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"auto_indent": true, | |
"binary_file_patterns": | |
[ | |
"*.jpg", | |
"*.jpeg", | |
"*.png", | |
"*.gif", | |
"*.ttf", | |
"*.tga", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
⁃ 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
OlderNewer