#List of countries / Список стран
ISO 3166-1
En list forked from https://gist.github.com/396531
# set up the databases | |
rake "db:create", :env => 'development' | |
rake "db:create", :env => 'test' | |
# bundler | |
file 'Gemfile', %{ | |
source :gemcutter | |
gem "mysql", "2.8.1" | |
gem "rails", "~> 2.3.8" |
xml file: | |
--- | |
<match> | |
<id>1053</id> | |
<name>Южная Африка - Мексика</name> | |
<start>2010-06-11 18:00:00</start> | |
<status>finished</status> | |
<stage>Групповой этап</stage> | |
<stadium>Соккер Сити</stadium> | |
<judge>Равшан Ирматов</judge> |
# set up the databases | |
rake "db:create", :env => 'development' | |
# bundler | |
file 'Gemfile', %{ | |
source :gemcutter | |
gem "mysql", "2.8.1" | |
gem "rails", "~> 2.3.8" | |
gem "authlogic" |
Process: System Preferences [785] | |
Path: /Applications/System Preferences.app/Contents/MacOS/System Preferences | |
Identifier: com.apple.systempreferences | |
Version: 11.0 (11.0) | |
Build Info: SystemPrefsApp-208000000000000~1 | |
Code Type: X86 (Native) | |
Parent Process: ??? [1] | |
Date/Time: 2011-06-07 22:59:44.506 +0400 | |
OS Version: Mac OS X 10.7 (11A480b) |
/* | |
* HTML5 ✰ Boilerplate | |
* | |
* What follows is the result of much research on cross-browser styling. | |
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, | |
* Kroc Camen, and the H5BP dev community and team. | |
* | |
* Detailed information about this CSS: h5bp.com/css | |
* | |
* ==|== normalize ========================================================== |
# Show indicator lights for open applications in the Dock | |
defaults write com.apple.Dock show-process-indicators -bool true | |
# Don’t animate opening applications from the Dock | |
defaults write com.apple.Dock launchanim -bool false | |
# Expand save panel by default | |
defaults write -g NSNavPanelExpandedStateForSaveMode -bool true | |
# Expand print panel by default |
#List of countries / Список стран
ISO 3166-1
En list forked from https://gist.github.com/396531
!!! 5 | |
/[if lt IE 7] <html lang="en" class="no-js lt-ie9 lt-ie8 lt-ie7"> | |
/[if IE 7 ] <html lang="en" class="no-js lt-ie9 lt-ie8"> | |
/[if IE 8 ] <html lang="en" class="no-js lt-ie9"> | |
<!--[if gt IE 8]><!--> <html lang="en" class="no-js"> <!--<![endif]--> | |
%head | |
%meta(charset="utf-8") | |
%meta(http-equiv="X-UA-Compatible" content="IE=edge,chrome=1") | |
%title | |
%meta(name="description" content="") |
!!! 5 | |
/[if lt IE 7] <html lang="en" class="no-js ie6"> | |
/[if IE 7 ] <html lang="en" class="no-js ie7"> | |
/[if IE 8 ] <html lang="en" class="no-js ie8"> | |
/[if IE 9 ] <html lang="en" class="no-js ie9"> | |
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]--> | |
%head | |
%meta{:charset => "utf-8"}/ | |
/ | |
Always force latest IE rendering engine (even in intranet) & Chrome Frame |