This file contains hidden or 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
| .img-circle{behavior:url(/scripts/PIE.htc)} | |
| .img-rounded{behavior:url(/scripts/PIE.htc)} | |
| .img-thumbnail{behavior:url(/scripts/PIE.htc)} | |
| .table-bordered{behavior:url(/scripts/PIE.htc)} | |
| select,textarea,input,code,pre,kbd,pre{behavior:url(/scripts/PIE.htc)} | |
| .input-group-addon{behavior:url(/scripts/PIE.htc)} | |
| .btn{behavior:url(/scripts/PIE.htc)} | |
| .dropdown-menu{behavior:url(/scripts/PIE.htc)} | |
| .form-control{behavior:url(/scripts/PIE.htc)} | |
| .panel{behavior:url(/scripts/PIE.htc)} |
This file contains hidden or 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
| # coding: utf-8 | |
| import os | |
| import random | |
| __author__ = "adrn <adrn@astro.columbia.edu>" | |
| def simple_data_bend(input_file, output_file, grayscale=True): | |
| # Open file in binary mode | |
| f = open(input_file, "rb") | |
| data = f.read() |
This file contains hidden or 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 hidden or 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
| !!! 5 | |
| html(class='no-js') | |
| head | |
| meta(charset='utf-8') | |
| meta(http-equiv='X-UA-Compatible', content='IE=edge') | |
| title | |
| meta(name='description', content='') | |
| meta(name='viewport', content='width=device-width, initial-scale=1') |
NewerOlder