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
import urllib | |
print test |
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
mklink /d test c:\windows\system32 |
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/salesforce/pytorch-qrnn | |
quasi RNN구현체 | |
https://arxiv.org/abs/1611.01576 | |
속도향상은 nvidia cudnn쪽을 cupy바꿔서 달성 |
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
# | |
# | |
# write by kyoung chip ,jang | |
# | |
# | |
# | |
import leveldb | |
class CDbManager : |
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
# | |
# write by kyoung chip , jang | |
# | |
---- address.address = 1KPSq3Mhs9MKaR3CMAEBv4C9juLkyYPLnY | |
| | |
| address.hash160 = c9b0f9c33ebf1cb8adbb9bddde6b8b181822d8d2 | |
| address.final_balance = 1097614 | |
| address.n_tx = 3 | |
| address.total_received = 1097614 |
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
# -*- coding: utf-8 -*- | |
# | |
# write by kyoung chip , jang | |
# | |
# python 3.6 | |
# | |
# | |
class CFileWrite : |
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
# -*- coding: utf-8 -*- | |
# | |
# write by kyoung chip , jang | |
# | |
# python 3.6 | |
# | |
# ubuntu : python3 directory_maker.py test333/test1212 | |
# windows : python3 directory_maker.py test111\test777 | |
# | |
import os |
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
# -*- coding: utf-8 -*- | |
# | |
# write by kyoung chip , jang | |
# | |
# python 3.6 | |
# | |
# | |
from abc import * |
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
# -*- coding: utf-8 -*- | |
# | |
# write by kyoung chip , jang | |
# | |
# python 3.6 | |
# | |
import hashlib | |
import sys | |
import os | |
import time |
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
// | |
// write by kyoung chip | |
// | |
// install | |
// | |
// curl -sSf https://static.rust-lang.org/rustup.sh | sh | |
// | |
// rustc hello.rs | |
// ./hello | |
// |
OlderNewer