Skip to content

Instantly share code, notes, and snippets.

View iandmyhand's full-sized avatar
:octocat:
Doing something...

SeomGi, Han iandmyhand

:octocat:
Doing something...
View GitHub Profile
@benelog
benelog / naver-sw.md
Last active September 5, 2020 10:55
Naver S/W

네이버가 공유한 S/W 개발 자원

오픈 소스

홈페이지는 소스저장소 외에 따로 존재하는 경우에만 이름에서 링크로 연결함.

| 이름(홈페이지) | 설명 | 소스저장소 | 분류 | 라이센스 | |-------------------|-----|----------------|-----------|-----|--------| | XpressEngine | PHP기반 CMS | https://github.com/xpressengine | CMS | GPL v2 | | Cubrid | 관계형 데이터베이스 | http://svn.cubrid.org/ | 저장소 | GPL v2 | | Arcus | 메모리캐쉬 클라우드 | | 저장소 | |

@w0rldart
w0rldart / install-mongodb.sh
Last active April 3, 2022 00:53
Installing MongoDB on Ubuntu 15.04
#!/bin/sh
##
## Bash install script for mongo 3.2 for Ubuntu 15.04, because of
## the replacement of upstart with systemd
##
## - AUTHOR: Alexandru Budurovici <https://w0rldart.com>
## - VERSION: 1.0
##
@mentlsve
mentlsve / scrooge-coin-main.java
Last active May 27, 2021 05:40
Coursera - Programming Assignment: Scrooge Coin - Simple Main Class
import org.bouncycastle.jce.provider.BouncyCastleProvider;
import java.math.BigInteger;
import java.security.*;
public class Main {
public static void main(String[] args) throws NoSuchProviderException, NoSuchAlgorithmException, InvalidKeyException, SignatureException {
// Crypto setup