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
HTTP/1.1 200 Connection Established | |
FiddlerGateway: Direct | |
StartTime: 16:59:29.502 | |
Connection: close | |
Encrypted HTTPS traffic flows through this CONNECT tunnel. HTTPS Decryption is enabled in Fiddler, so decrypted sessions running in this tunnel will be shown in the Web Sessions list. | |
Secure Protocol: Tls12 | |
Cipher: Aes128 128bits | |
Hash Algorithm: Sha256 ?bits |
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
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | |
<service xml:base="http://chocolatey.org/api/v2/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:app="http://www.w3.org/2007/app" xmlns="http://www.w3.org/2007/app"> | |
<workspace> | |
<atom:title>Default</atom:title> | |
<collection href="Packages"> | |
<atom:title>Packages</atom:title> | |
</collection> | |
</workspace> | |
</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
2016-11-13 16:23:15,970 [INFO ] - ============================================================ | |
2016-11-13 16:23:15,970 [INFO ] - Chocolatey v0.10.3 | |
2016-11-13 16:23:16,158 [INFO ] - Installing the following packages: | |
2016-11-13 16:23:16,158 [INFO ] - git.install | |
2016-11-13 16:23:16,173 [INFO ] - By installing you accept licenses for the packages. | |
2016-11-13 16:23:16,393 [ERROR] - git.install not installed. The package was not found with the source(s) listed. | |
If you specified a particular version and are receiving this message, it is possible that the package name exists but the version does not. | |
Version: "" | |
Source(s): "https://chocolatey.org/api/v2/" | |
2016-11-13 16:23:16,423 [WARN ] - |
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
[2016-11-13T15:34:36.9914271+00:00:::PID 5092] parent process is cmd | |
[2016-11-13T15:34:37.0379367+00:00:::PID 5092] Error getting parent process | |
[2016-11-13T15:34:37.0535702+00:00:::PID 5092] Boxstarter: Disabling reboots | |
[2016-11-13T15:34:37.0535702+00:00:::PID 5092] Boxstarter: Installing package https://gitlab.com/gaving/dev-env/raw/master/env | |
[2016-11-13T15:34:37.1316303+00:00:::PID 5092] Boxstarter Version 2.8.29 | |
[2016-11-13T15:34:37.1473441+00:00:::PID 5092] (c) 2016 Matt Wrock. http://boxstarter.org | |
[2016-11-13T15:34:37.1790463+00:00:::PID 5092] + Boxstarter starting Installation session. | |
[2016-11-13T15:34:37.1939865+00:00:::PID 5092] Boxstarter: NoPassword is false checking autologin | |
[2016-11-13T15:34:37.2256440+00:00:::PID 5092] Boxstarter: AutoLogin status is False |
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
_ Chocolatey:ChocolateyInstallCommand - Normal Run Mode _ | |
Installing the following packages: | |
Installing the following packages: | |
git.install | |
git.install | |
By installing you accept licenses for the packages. | |
By installing you accept licenses for the packages. | |
git.install not installed. The package was not found with the source(s) listed. | |
If you specified a particular version and are receiving this message, it is possible that the package name exists but the version does not. | |
Version: "" |
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
FROM node:boron | |
# Fix bug https://github.com/npm/npm/issues/9863 | |
RUN cd $(npm root -g)/npm \ | |
&& npm install fs-extra \ | |
&& sed -i -e s/graceful-fs/fs-extra/ -e s/fs\.rename/fs.move/ ./lib/utils/rename.js | |
# Upgrade npm to 3.10.9 | |
RUN npm install npm@latest -g |
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
curl 'http://demo.searchkit.co/api/crimes/_search' -H 'Pragma: no-cache' -H | |
'Origin: http://localhost:3000' -H 'Accept-Encoding: gzip, deflate' -H | |
'Accept-Language: en-US,en;q=0.8' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel | |
Mac OS X 10_12_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 | |
Safari/537.36' -H 'Content-Type: application/json;charset=UTF-8' -H 'Accept: | |
application/json, text/plain, */*' -H 'Cache-Control: no-cache' -H 'Referer: | |
http://localhost:3000/?q=vehicle' -H 'Connection: keep-alive' --data-binary | |
'{"query":{"bool":{"must":[{"simple_query_string":{"query":"vehicle","fields":["_all"]}},{"filtered":{"filter":{"geo_bounding_box":{"location":{"top_left":{"lat":53.392898919706695,"lon":-2.7354970773689913},"bottom_right":{"lat":52.10973203721954,"lon":0.09139421328345267}}}}}}]}},"aggs":{"geo":{"filter":{},"aggs":{"areas":{"geohash_grid":{"field":"location"},"aggs":{"cell":{"geo_bounds":{"field":"location"}}}},"bounds":{"geo_bounds":{"field":"location"}}}}},"size":0}' | |
--compressed |
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
docker run -d -p 49160:22 -p 49161:1521 -e ORACLE_ALLOW_REMOTE=true wnameless/oracle-xe-11g | |
oracle instance | |
elasticsearch instance | |
get river importing into elastic search | |
UPDATE: (docker >= 1.3) Thanks to WiR3D user who suggested another way to get | |
container's shell. If we use attach we can use only one instance of shell. So | |
if we want open new terminal with new instance of container's shell, we just | |
need run the following: |
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
set nocompatible | |
if !has("unix") | |
set rtp& | |
let &rtp = expand('c:/gavin/dotfiles/.vim').','.&rtp | |
endif | |
let g:mapleader = "," | |
map <Space> <Leader> |
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
<Route path="/" component={ App } > | |
<IndexRoute component={ Home }/> | |
<Route path="/graph" component={ Graph }> | |
<Route path=":sourceKey" component={Graph} /> | |
</Route> | |
<Route component={ Graph }> | |
<Route component={ SidebarContainer }> | |
<Route path="info/:id" component={Info} /> | |
</Route> | |
</Route> |