Skip to content

Instantly share code, notes, and snippets.

View VagrantPi's full-sized avatar
🦀

Kais VagrantPi

🦀
View GitHub Profile
@VagrantPi
VagrantPi / docker-compose.yml
Created May 3, 2019 09:20 — forked from Mahito/docker-compose.yml
RabbitMQ monitoring with Prometheus and Grafana
version: '2'
services:
rabbitmq:
image: rabbitmq:3.6.4-management
hostname: rabbitmq
expose:
- "9090"
ports:
- "4369:4369"
- "5671:5671"
@VagrantPi
VagrantPi / .vimrc
Created January 22, 2017 15:12 — forked from gosukiwi/.vimrc
.vimrc
" ---------------------- USABILITY CONFIGURATION ----------------------
" Basic and pretty much needed settings to provide a solid base for
" source code editting
" don't make vim compatible with vi
set nocompatible
" turn on syntax highlighting
syntax on
" and show line numbers
@VagrantPi
VagrantPi / 寶寶.js
Created April 29, 2016 11:34 — forked from DingWeizhe/寶寶.js
新增line的功能
var fs = require('fs'),
http = require('http'),
https = require('https'),
express = require('express'),
bodyParser = require('body-parser'),
request = require('request'),
crypto = require('crypto'),
FBToken = '',
port = 443,
options = {