Step by step to install bootstrap to this awesome framework.
First of all. Add dependency to composer.json
file.
{
"require": {
"twitter/bootstrap": "2.3.*"
}
.buildpath | |
.project | |
.settings | |
.idea | |
desktop.ini | |
Thumbs.db | |
.DS_Store | |
.rsync_cache | |
catalog.xml | |
nbproject/ |
$bank_numbers = array( | |
'0100' => '0100 - KOMERCNI BANKA A.S.', | |
'0300' => '0300 - CESKOSLOVENSKA OBCHODNI A.S.', | |
'0600' => '0600 - GE MONEY BANK A.S.', | |
'0710' => '0710 - CESKA NARODNI BANKA', | |
'0800' => '0800 - CESKA SPORITELNA A.S.', | |
'2010' => '2010 - FIO BANKA, A.S.', | |
'2020' => '2020 - BANK OF TOKYO-MITSUBISHI UFJ', | |
'2030' => '2030 - AKCENTA,SPORIT.A UVER.DRUZSTVO', | |
'2050' => '2050 - WPB CAPITAL,SPORITELNI DRUZSTVO', |
############################################################################# | |
# current prompt | |
############################################################################# | |
# \d – Current date | |
# \t – Current time | |
# \h – Host name | |
# \# – Command number | |
# \u – User name | |
# \W – Current working directory (ie: Desktop/) | |
# \w – Current working directory, full path (ie: /Users/Admin/Desktop) |
###* | |
@fileoverview Komponenta, která ví, jestli je ve viewportu uživatele | |
popř. střílí eventy, že je viditelná a naopak | |
@author Michael Czolko <[email protected]> | |
### | |
goog.provide 'wikidi.ui.Control' | |
goog.require 'wikidi.events.EventType' | |
goog.require 'goog.ui.Control' |
<?php | |
/** | |
* @author Michael Czolko <[email protected]> | |
* Date: 6/21/13 | |
* Time: 9:16 PM | |
*/ | |
namespace flow\simple\cache; | |
use flow\Config; |
// Require some necessary modules. | |
require('coffee-script'); | |
var gutil = require('gulp-util'); | |
// Specify, where is your Gulp config in CoffeeScript placed. | |
var gulpfile = 'Gulpfile.coffee'; | |
// Print notification into the console. | |
gutil.log('Using file', gutil.colors.magenta(gulpfile)); |
[alias] | |
st = status | |
ci = commit | |
br = branch | |
co = checkout | |
df = diff | |
who = shortlog -s -- | |
mergedone = merge --no-ff --no-commit | |
fo = fetch origin | |
rh = reset --hard origin |
{ | |
"color_scheme": "Packages/Predawn/predawn.tmTheme", | |
"findreplace_small": true, | |
"font_size": 12, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"scroll_past_end": true, | |
"show_encoding": true, |