Skip to content

Instantly share code, notes, and snippets.

View ryush00's full-sized avatar

SeongHoon Ryu ryush00

  • South Korea
  • 02:36 (UTC +09:00)
View GitHub Profile
@ryush00
ryush00 / gist:ffb5601cb8de95d24cfc
Created June 15, 2015 09:15
Download all skins from agar.io
require "open-uri"
skins = "poland;usa;china;russia;canada;australia;spain;brazil;germany;ukraine;france;sweden;hitler;north korea;south korea;japan;united kingdom;earth;greece;latvia;lithuania;estonia;finland;norway;cia;maldivas;austria;nigeria;reddit;yaranaika;confederate;9gag;indiana;4chan;italy;bulgaria;tumblr;2ch.hk;hong kong;portugal;jamaica;german empire;mexico;sanik;switzerland;croatia;chile;indonesia;bangladesh;thailand;iran;iraq;peru;moon;botswana;bosnia;netherlands;european union;taiwan;pakistan;hungary;satanist;qing dynasty;matriarchy;patriarchy;feminism;ireland;texas;facepunch;prodota;cambodia;steam;piccolo;ea;india;kc;denmark;quebec;ayy lmao;sealand;bait;tsarist russia;origin;vinesauce;stalin;belgium;luxembourg;stussy;prussia;8ch;argentina;scotland;sir;romania;belarus;wojak;doge;nasa;byzantium;imperial japan;french kingdom;somalia;turkey;mars;pokerface;8;irs;receita federal;facebook".split(";")
skins.each do |skin|
begin
puts skin + " 다운중"
안녕하십니까? 한국인터넷진흥원 118상담센터입니다.
귀하께서 문의하신 내용에 대해 담당부서에 이관하여 확인한 결과를 아래와 같이 안내 드립니다.
먼저, 주민번호 클린센터에 깊은 관심 주셔서 감사드립니다.
주민번호 클린센터는 웹서버 구간 암호화를 위해 SSL을 사용하고 있습니다. 다만 ‘https://’ 표시가 숨겨져 있기 때문에 사용자는 홈페이지 접속만으로 SSL 암호화 구현여부를 파악하기는 어려울 것입니다.
또한 주민번호 암호화는 아직 안되어 있으며, 주민번호 암호화가 의무화 되는 내년 1월까지는 주민번호 암호화를 완료할 예정입니다.
require 'socket'
##
# Pings a minecraft server and returns motd and playercount.
# Works with ruby >=1.9.3/2.0.0
#
# More information and sample code here:
# http://wiki.vg/Server_List_Ping
##
class MinecraftPing
# This class is needed since Mongoid doesn't support Multi-parameter
# attributes in version 4.0 before it's moved to active model in rails 4
#
# https://github.com/mongoid/mongoid/issues/2954
#
require "spec_helper"
describe Mongoid::MultiParameterAttributes do
root@li899-160:~# sudo apt-get update # 먼저 기존 repo 정보를 업데이트 해준다.
root@li899-160:~# sudo add-apt-repository ppa:webupd8team/java # java repo를 추가한다.
# 엔터를 한번 눌러준다.
root@li899-160:~# sudo apt-get update # repo 정보를 다시 업데이트해준다.
root@li899-160:~# sudo apt-get install -y oracle-java7-installer # 호환성을 위해 java7을 설치한다.
#중간에 라이선스 동의 여부를 묻는다. 방향키로 Yes를 선택하여 준다.
# The blog post that started it all: https://neocities.org/blog/the-fcc-is-now-rate-limited
#
# Current known FCC address ranges:
# https://news.ycombinator.com/item?id=7716915
#
# Confirm/locate FCC IP ranges with this: http://whois.arin.net/rest/net/NET-165-135-0-0-1/pft
#
# In your nginx.conf:
location / {
@ryush00
ryush00 / Skin.php
Last active August 29, 2015 14:14 — forked from tonybruess/Skin.php
<?php
class Skin {
public static function get($username) {
$steve = in_array(strtolower($username), array("steve", "player", "default"));
if(!$steve) $contents = self::fetch('http://skins.minecraft.net/MinecraftSkins/' . $username . '.png');
$defaultImage = WideImage::load("char.png");
$defaultType = "image/png";
if ($steve || $contents === false) {
$img = $defaultImage;
@ryush00
ryush00 / gist:ec0daf507d3818cef4da
Last active August 29, 2015 14:13
퍼가기 소스
<script src="https://gist.github.com/ryush00/05deea7a923fa3c1ba34.js"></script>
@ryush00
ryush00 / gist:05deea7a923fa3c1ba34
Created January 12, 2015 05:42
마인크래프트 서버 시작 파일
@echo off
java -jar craftbukkit.jar