Skip to content

Instantly share code, notes, and snippets.

Template Source

Details

#include <bits/stdc++.h>

using namespace std;
@rolroralra
rolroralra / Hyperledger.md
Created June 23, 2021 09:30
Hyperledger Fabric

Hyperledger Fabric Binary Download

curl -sSL https://bit.ly/2ysbOFE | bash -s -- ${FABRIC_VERSION:-2.2.0} ${FABRIC_CA_VERSION:-1.4.6} 
@rolroralra
rolroralra / nvm_quick_start.md
Created May 27, 2021 06:35 — forked from falsy/nvm_quick_start.md
NVM(Node Version Manager) 맥OS에서 설치 & 사용하기

NVM(Node Version Manager) Quick Start

맥OS에서 NVM 사용하기

NVM 설치

1. 설치

$ sudo curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash
@rolroralra
rolroralra / Maven.md
Last active October 30, 2021 07:38
Maven

Settings.xml

Details

<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
                      http://maven.apache.org/xsd/settings-1.0.0.xsd">
@rolroralra
rolroralra / go.md
Last active April 2, 2021 04:35
Go Lang

go mod (proxy setting)

Details

## Windows10
$ set http_proxy=70.10.15.10:8080
$ set https_proxy=70.10.15.10:8080
@rolroralra
rolroralra / Javascript.md
Last active October 8, 2021 01:57
Javascript

Data Type

Type Name Type
Number primitive
String primitive
Boolean primitive
   
Object reference
Function reference
Array reference
@rolroralra
rolroralra / iot.md
Last active January 1, 2021 14:21
iot
@rolroralra
rolroralra / Synchronous,Asynchronous,Blocking,Non-Blocking.md
Last active September 14, 2021 07:32
Synchronous,Asynchronous,Blocking,Non-Blocking
@rolroralra
rolroralra / jwt.md
Created December 22, 2020 04:41
JWT