Git Product home page Git Product logo

yunho0130 / awesome-blockchain-kor Goto Github PK

View Code? Open in Web Editor NEW
296.0 296.0 67.0 33.42 MB

<블록체인의 정석 The Art of Blockchain>, <하이퍼레저 블록체인 개발 Hands-On Blockchain with Hyperledger> 소스코드 및 참고자료 저장소

Home Page: http://www.yes24.com/Product/Goods/69279313

JavaScript 31.77% Makefile 0.01% Python 41.88% Shell 0.30% Go 0.64% PHP 23.61% Batchfile 0.01% HTML 0.06% Dockerfile 0.01% Solidity 1.58% C# 0.07% PowerShell 0.04% Ruby 0.04%
blockchain erc20 erc20-tokens hyperledger ico smart-contracts solidity token

awesome-blockchain-kor's Introduction

👨‍💻 Maeng Dev

Linkedin Badge Gmail Badge Github Badge Google Scholar Badge Youtube Badge Facebook Badge Instagram Badge Brunch Badge Naver Badge Tistory Badge

  • 🧑‍💼 �Startup CTO 🧑‍🎓 Yonsei Univ Ph.d 📚✍️ Writer
  • 🎙️ IBM Recognized Speaker/Presenter & IBM Recognized Teacher/Educator
  • 💗 Python, Deep Learning(OpenAI, Tensorflow, Keras, Pytorch), Data Analysis, Cloud(AWS, Azure, GCP, IKS)
  • 💡 Domain Knowledge: 📈 Investment, 🔐 Blockchain, 🏦 Finance
  • 💬 Ask me about anything here

맹윤호 겸임교수/이사/작가

이화여대 신산업융합대학 겸임교수로 데이터 분석 및 AI 강의를 하고 있으며, 카논그룹의 CTO로 재직중이다. 이전에는 IBM의 Data&AI 팀에서 인공지능 콜센터 프로젝트를 주로 진행했으며, 이후 카카오벤처스 패밀리사인 1z Labs를 공동창업한 후, 지분을 매각한 바 있다. 연세대학교에서 데이터 분석 전공으로 석사 및 박사과정을 졸업했다. SK C&C, KISTI, NRF, DBpia 등에서 프로젝트를 진행하였으며 Apache Zeppelin, Qiskit, KoGPT-2 등 오픈소스 프로젝트에 기여했다. 삼성, 현대, LG, 딜로이트 등 기업을 대상으로 강연하고 연세대학교, 이화여대, 중앙대학교, 동덕여대, 상명대학교, 순천대학교 등에서도 강연했다. 참여 도서로는 『머신러닝 디자인 패턴』(한빛미디어, 2021), 『Do it 강화학습입문』(이지스퍼블리싱, 2021), 『코딩진로』(호모루덴스, 2021), 『초소형 머신러닝 TINYML』(한빛미디어, 2020), 『쉽게 배우는 AWS AI 서비스』(한빛미디어, 2022), 『하이퍼레저 블록체인 개발』(한빛미디어, 2019), 『블록체인의 정석』(지앤선, 2019) 등이 있다. 깃허브에서 @YUNHO0130으로 활동하고 기술 블로그와 유튜브 채널을 운영하고 있다

awesome-blockchain-kor's People

Contributors

dependabot[bot] avatar harrydrippin avatar jb7959 avatar jho2301 avatar mingrammer avatar mrchypark avatar weyoui avatar yunho0130 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

awesome-blockchain-kor's Issues

Please provide proper attribution for this work

https://stackoverflow.blog/2009/06/25/attribution-required/

https://stackoverflow.com/questions/9183178/can-php-curl-retrieve-response-headers-and-body-in-a-single-request/41135574#41135574

// this function is called by curl for each header received
curl_setopt ($this->curl, CURLOPT_HEADERFUNCTION,
function ($curl, $header) use (&$response_headers) {
$length = strlen ($header);
$header = explode (':', $header, 2);
if (count ($header) < 2) // ignore invalid headers
return $length;
$name = strtolower (trim ($header[0]));
if (!array_key_exists ($name, $response_headers))
$response_headers[$name] = [trim ($header[1])];
else
$response_headers[$name][] = trim ($header[1]);
return $length;
}
);

ICO project whitepaper (Korean Ver)

현재는 일부의 백서만 업로드 되어 있습니다. 추가적인 번역본이나 한글 원본 자료가 있으면 업데이트 바랍니다.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.