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
syntax enable | |
colorscheme zenburn | |
set hlsearch | |
set ignorecase | |
hi Search cterm=NONE ctermfg=black ctermbg=172 | |
set nocompatible " be iMproved, required |
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
class BuyerController extends ApiController | |
{ | |
/** | |
* | |
* @SWG\Get( | |
* path="/buyers", | |
* tags={"buyers"}, | |
* summary="List All Buyers", | |
* description="", | |
* operationId="buyers.index", |
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
apply plugin: 'com.android.application' | |
android { | |
compileSdkVersion 26 | |
buildToolsVersion "26.0.1" | |
defaultConfig { | |
applicationId "com.toters.shopper" | |
minSdkVersion 15 | |
targetSdkVersion 20 |
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
syntax enable | |
colorscheme zenburn | |
set hlsearch | |
set ignorecase | |
hi Search cterm=NONE ctermfg=grey ctermbg=yellow | |
set nocompatible " be iMproved, required |
This file has been truncated, but you can view the full file.
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
9/21/2017 8:17:07 AM::: AIOC:: Get bot version: 1.4.0.20 | |
9/21/2017 8:17:09 AM::: AIOC:: Monitor proxies was updated with 1 proxies for site Supreme | |
9/21/2017 8:17:09 AM::: AIOC:: Get bot version: 1.4.0.20 | |
9/21/2017 8:17:11 AM::: AIOC:: Monitor proxies was updated with 1 proxies for site Supreme | |
9/21/2017 8:17:11 AM::: AIOC:: Get bot version: 1.4.0.20 | |
9/21/2017 8:17:16 AM::: AIOC:: Monitor proxies was updated with 1 proxies for site Supreme | |
9/21/2017 8:17:16 AM::: AIOC:: Get bot version: 1.4.0.20 | |
9/21/2017 8:17:18 AM::: AIOC:: Monitor proxies was updated with 1 proxies for site Supreme | |
9/21/2017 8:17:18 AM::: AIOC:: Get bot version: 1.4.0.20 |
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
tell application "iTerm" | |
tell current window | |
-- create a tab for background db stuff | |
create tab with default profile | |
tell current session | |
write text "mongod &" | |
write text "redis-server &" | |
end tell | |
close current tab |
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
for i in src doc charsets; do\ | |
(cd $i; /Applications/Xcode.app/Contents/Developer/usr/bin/make all);\ | |
done | |
gcc -I. -g -O2 -Wall -DHAVE_CONFIG_H -DCATDOC_VERSION=\"0.94.2\" -DCHARSETPATH=\"/usr/local/share/catdoc\" -DSYSTEMRC=\"/usr/local/etc/catdocrc\" -DUSERRC=\".catdocrc\" -DHAVE_CONFIG_H -c -o catdoc.o catdoc.c | |
gcc -I. -g -O2 -Wall -DHAVE_CONFIG_H -DCATDOC_VERSION=\"0.94.2\" -DCHARSETPATH=\"/usr/local/share/catdoc\" -DSYSTEMRC=\"/usr/local/etc/catdocrc\" -DUSERRC=\".catdocrc\" -DHAVE_CONFIG_H -c -o reader.o reader.c | |
gcc -I. -g -O2 -Wall -DHAVE_CONFIG_H -DCATDOC_VERSION=\"0.94.2\" -DCHARSETPATH=\"/usr/local/share/catdoc\" -DSYSTEMRC=\"/usr/local/etc/catdocrc\" -DUSERRC=\".catdocrc\" -DHAVE_CONFIG_H -c -o writer.o writer.c | |
gcc -I. -g -O2 -Wall -DHAVE_CONFIG_H -DCATDOC_VERSION=\"0.94.2\" -DCHARSETPATH=\"/usr/local/share/catdoc\" -DSYSTEMRC=\"/usr/local/etc/catdocrc\" -DUSERRC=\".catdocrc\" -DHAVE_CONFIG_H -c -o analyze.o analyze.c | |
analyze.c:42:14: warning: passing 'unsigned char [129]' to par |
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
creating cache ./config.cache | |
checking for gcc... gcc | |
checking whether the C compiler (gcc ) works... yes | |
checking whether the C compiler (gcc ) is a cross-compiler... no | |
checking whether we are using GNU C... yes | |
checking whether gcc accepts -g... yes | |
checking whether byte ordering is bigendian... no | |
checking for a BSD compatible install... /usr/bin/install -c | |
checking for wish... /usr/bin/wish | |
checking checking if wish version is 8.1 or above ... yes |
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
//Rextester.Program.Main is the entry point for your code. Don't change it. | |
//Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 | |
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text.RegularExpressions; | |
namespace Rextester | |
{ |
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
upstream backend { | |
server 127.0.0.1:8065; | |
} | |
server { | |
listen 80; | |
server_name mattermost.lobolabshq.com; | |
# return 301 https://$server_name$request_uri; | |
} |