post-thumbnail

Code Review)Rust block-chain

Reference > https://github.com/tensor-programming/Rustblockchain > https://www.youtube.com/watch?v=U8GGZ4TqlQs&t=894s main.rs use std::Write; fn

2022년 1월 19일
·
0개의 댓글
·

Note) LLVM

https://namu.wiki/w/LLVMhttps://en.wikipedia.org/wiki/LLVMhttps://velog.io/@wekdnjs/LLVMCompiler-Structure-Overview로컬 환경설정이 필요 없는 웹 어셈블

2022년 1월 13일
·
0개의 댓글
·

VM -Intro-

Application server, Web containner clusteringcafistrano, Fabric, puppet, chef, ansible, saltstack.comOVF,open virtual formatVM vagrantup.com >> packer

2022년 1월 12일
·
0개의 댓글
·
post-thumbnail

Velog Rust글들에서 개인적인 팁 정리

Rustlang solving casesreposNEAR protocol-Smart constractutilities

2022년 1월 8일
·
0개의 댓글
·
post-thumbnail

Rust Port Sniffer) code review

https://github.com/tensor-programming/Rust_Port_Snifferuse std::envuse std::io::{self, Write};use std::net::{IpAddr, TcpStream};use std::str::Fro

2022년 1월 8일
·
0개의 댓글
·

Elastic Load Balancing

I'm usually interest in "deploy" or "develop Env".https://www.youtube.com/watch?v=VIgAT7vjol8&t=2shttps://docs.aws.amazon.com/autoscaling/ec

2022년 1월 6일
·
0개의 댓글
·
post-thumbnail

std::io::* 2. Struct std::io::BufReader

https://doc.rust-lang.org/std/io/struct.BufReader.htmlsmall and repeated read calls to the same file or network socket. when reading very large

2022년 1월 6일
·
0개의 댓글
·
post-thumbnail

std::io::* 1. Trait std::io::Read

io 하위의 method들을 정리한 문서

2022년 1월 6일
·
0개의 댓글
·
post-thumbnail

Rustlang) std::io

개인적으로 이 글을 읽기 위해서는 "병렬 처리 및 병렬 프로세스"에 관한 선행된 지식이 필요합니다.https://doc.rust-lang.org/std/io/struct.Stdin.html'a global buffer of input data to this p

2022년 1월 5일
·
0개의 댓글
·
post-thumbnail

Rustlang) std::io - 시작하기

CodeForce의 코딩 테스트를 위해서는 input 변수를 정의한 후에 테스트를 돌러야 코드 검사가 가능하기 때문에 Java 'Scanner', C의 'scanf'와 같은 기능이 필요하다. 게다가 String에 대한 처리도 까다롭다.내가 작성한 코드무한 반복을 벗어나

2022년 1월 5일
·
0개의 댓글
·