Skip to content

Instantly share code, notes, and snippets.

View rcd27's full-sized avatar
🎭

Stanislav Zemlyakov rcd27

🎭
  • Russian Federation
View GitHub Profile
@chrishuan9
chrishuan9 / Hex2StringMain.java
Created April 17, 2012 20:47
Convert String to Hex and Hex to String
import java.io.UnsupportedEncodingException;
import java.util.logging.Level;
import java.util.logging.Logger;
/**
*
* @author EtaYuy88
*/
public class Main {