sudo apt-get install -y wget
wget -O kong-install.sh http://git.io/vmMjv
cat kong-install.sh
chmod +x kong-install.sh
sudo ./kong-install.sh
source ~/.bash_profile
sudo cassandra
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
#!/bin/bash | |
# preexec.bash -- Bash support for ZSH-like 'preexec' and 'precmd' functions. | |
# The 'preexec' function is executed before each interactive command is | |
# executed, with the interactive command as its argument. The 'precmd' | |
# function is executed before each prompt is displayed. | |
# To use, in order: |
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
# ---------------------------------------------------------------------------------- | |
# r u s t f m t - C O N F I G | |
# ================================================================================== | |
# | |
# Version: 0.7.1 | |
# Author : Robbepop <[email protected]> | |
# | |
# A predefined .rustfmt.toml file with all configuration options and their | |
# associated description, possible values and default values for use in other | |
# projects. |
const data = [
["a", "b"],
["b", "c"],
["a", "d"],
["d", "e"],
["d", "c"]
];
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
https://github.com/petermbenjamin/awesome-podcasts | |
https://github.com/guipdutra/awesome-geek-podcasts | |
https://github.com/rShetty/awesome-podcasts | |
https://github.com/wayneashleyberry/awesome-podcasts | |
https://github.com/petermbenjamin/awesome-podcasts |
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
* https://theswissbay.ch/pdf/Gentoomen%20Library/Artificial%20Intelligence/ | |
* http://www.dblab.ntua.gr/~gtsat/collection/Machine%20Learning/ | |
* http://tangkk.net/me/book/EECS/ |
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
use std::default::Default; | |
use std::collections::HashMap; | |
use github_rs::StatusCode; | |
use github_rs::client::{Executor, Github}; | |
use github_rs::gists; | |
use serde_json::Value; | |
use chrono::prelude::*; | |
use reqwest; | |
use macros; |
Phase-I Feasibility Study
- Input - Customer Requirement,
- Budget and Timeframe / Output - Cost Benefit Analysis Report
Phase-II Requirement Analysis
- Input - Customer requirements given in different formats (BRD, FRD)/
- Output - SRS
Phase-III System Analysis and Designing
- Input - End User Information / Output - ERD, DFD, Design Documents
service consul-template stop vi /etc/td-agent/td-agent.conf service td-agent restart