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
| Install And Configure The Avahi Service | |
| Run the following two commands. | |
| Gentoo: | |
| # echo "net-dns/avahi -gdbm -introspection" >> /etc/portage/package.use | |
| # emerge avahi | |
| The first command tells portage (Gentoo's package management system) to build avahi without support for gdbm and introspection. These two features are not required and would cause portage to pull in several more uncessary packages when building avhai. | |
| The second command tells portage to download, compile, and install the avahi service. | |
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
| var domain = require('domain'); | |
| var express = require('express'); | |
| var fs = require('fs'); | |
| var _ = require('lodash'); | |
| module.exports = function(parent, options){ | |
| var directory = options.directory || __dirname + '/../controllers'; | |
| fs.readdirSync(directory).forEach(function(name){ |
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
| Files 2.85/Application/BCM/hifi/CFG_HW_RADIO_MB500/bcm_hifi.gz and 2.86/Application/BCM/hifi/CFG_HW_RADIO_MB500/bcm_hifi.gz differ | |
| Files 2.85/Application/BCM/hifi/CFG_HW_RADIO_MB500/bcm_hifi.gz.inf and 2.86/Application/BCM/hifi/CFG_HW_RADIO_MB500/bcm_hifi.gz.inf differ | |
| Files 2.85/Application/BCM/nav_nit/bcm_nav_nit.gz and 2.86/Application/BCM/nav_nit/bcm_nav_nit.gz differ | |
| Files 2.85/Application/BCM/nav_nit/bcm_nav_nit.gz.inf and 2.86/Application/BCM/nav_nit/bcm_nav_nit.gz.inf differ | |
| Files 2.85/Application/BCM/version/bcm_version.gz and 2.86/Application/BCM/version/bcm_version.gz differ | |
| Files 2.85/Application/BCM/version/bcm_version.gz.inf and 2.86/Application/BCM/version/bcm_version.gz.inf differ | |
| Files 2.85/Application/BTL/FS_Storage_Ctrl.gz and 2.86/Application/BTL/FS_Storage_Ctrl.gz differ | |
| Files 2.85/Application/BTL/FS_Storage_Ctrl.gz.inf and 2.86/Application/BTL/FS_Storage_Ctrl.gz.inf differ | |
| Files 2.85/Application/Boot/RNEG20XX_3WC_2_80/DG4/BOOTROM.DAT and 2.86/Application/Boot/RNEG20XX_3WC_2_80/DG4/BOOTRO |
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
| npm install mhash | |
| > [email protected] install /usr/home/josser/test/node_modules/mhash | |
| > node-gyp rebuild | |
| child_process: customFds option is deprecated, use stdio instead. | |
| gmake: Entering directory '/usr/home/josser/test/node_modules/mhash/build' | |
| ACTION binding_gyp_libmhash_target_test . | |
| make[1]: don't know how to make rw. Stop |
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
| ai_flags The ai_flags field to which the hints parameter points | |
| shall be set to zero or be the bitwise-inclusive OR of one | |
| or more of the values AI_ADDRCONFIG, AI_CANONNAME, | |
| AI_NUMERICHOST, AI_NUMERICSERV and AI_PASSIVE. | |
| AI_ADDRCONFIG If the AI_ADDRCONFIG bit is set, IPv4 | |
| addresses shall be returned only if an | |
| IPv4 address is configured on the local | |
| system, and IPv6 addresses shall be | |
| returned only if an IPv6 address is con‐ |
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
| <?php | |
| // dnepr -> ujgorod -> poltava -> kharkov -> kiev => odessa -> lvov -> doceck | |
| $tickets = [ | |
| ['start' => 'kiev', 'finish' => 'odessa'], | |
| ['start' => 'dnepr', 'finish' => 'ujgorod'], | |
| ['start' => 'odessa', 'finish' => 'lvov'], | |
| ['start' => 'kharkov', 'finish' => 'kiev'], | |
| ['start' => 'poltava', 'finish' => 'kharkov'], |
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
| [user] | |
| name = Dmitry Chirkin | |
| email = [email protected] | |
| [core] | |
| excludesfile = /Users/josser/.gitignore_global | |
| editor = /usr/bin/vim | |
| quotepath = false | |
| autocrlf = input | |
| [difftool "sourcetree"] | |
| cmd = opendiff \"$LOCAL\" \"$REMOTE\" |
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
| bower install -V | |
| bower backbone#~1.0.0 not-cached git://github.com/documentcloud/backbone.git#~1.0.0 | |
| bower backbone#~1.0.0 resolve git://github.com/documentcloud/backbone.git#~1.0.0 | |
| bower backbone#~1.0.0 download https://github.com/documentcloud/backbone/archive/1.0.0.tar.gz | |
| { total: 8502074, received: 117077, percent: 1 } | |
| bower backbone#~1.0.0 progress received 0.1MB of 8.1MB downloaded, 1% | |
| { total: 8502074, received: 153765, percent: 2 } | |
| bower backbone#~1.0.0 progress received 0.1MB of 8.1MB downloaded, 2% | |
| { total: 8502074, received: 186533, percent: 2 } | |
| bower backbone#~1.0.0 progress received 0.2MB of 8.1MB downloaded, 2% |
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
| bower install -S backbone --verbose | |
| bower backbone#~1.0.0 not-cached git://github.com/documentcloud/backbone.git#~1.0.0 | |
| bower backbone#~1.0.0 resolve git://github.com/documentcloud/backbone.git#~1.0.0 | |
| bower backbone#* not-cached git://github.com/documentcloud/backbone.git#* | |
| bower backbone#* resolve git://github.com/documentcloud/backbone.git#* | |
| bower backbone#~1.0.0 download https://github.com/documentcloud/backbone/archive/1.0.0.tar.gz | |
| bower backbone#* download https://github.com/documentcloud/backbone/archive/1.0.0.tar.gz | |
| bower backbone#~1.0.0 progress received 0.1MB of 8.1MB downloaded, 1% | |
| bower backbone#* progress received 0.1MB of 8.1MB downloaded, 1% | |
| bower backbone#~1.0.0 progress received 0.1MB of 8.1MB downloaded, 1% |
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
| .modal-body.c-create-body | |
| .c-create-address | |
| input.pull-left.c-location-input(type='text').pull-left | |
| .clear-both | |
| button.close.c-create-close(type="button", data-dismiss="modal")× | |
| .c-create-map-container | |
| .alert.alert-error.c-create-map-note | |
| span= __i('change-loc') | |
| a.close(data-dismiss="alert")× | |
| .c-crete-map#create-map |