카테고리 없음
2020-05-19 08시 개발자 글 모음 | "Daily Study Logging2" 외 15개 이야기
데브피드
2020. 5. 19. 08:46
- 가격도 저렴하고 든든해서 회사에 일찍 출근하면 회사 냉장고에 있는 우유(커피에 타먹는 사람이 많아서 냉장고에는 항상 우유가 준비되어 있다)와 함께 뮤즐리를 먹는 것으로 시작한다
- 혹시라도 쓰레기통에 버려진 반환 가능한 패트병이나 캔이 있을 경우에는 돈이 되기 때문에 주기적으로 돌아다니면 그런 것만 수거하는 사람들이 (의외로 많음) 신속하게 수거해간다
- 한국에 계신 양가 부모님들께서는 여러대의 냉장고를 가지고 계시는 것이 당연했지만 다시 한번 생각해보면 굳이 냉장고 없이도 살 수 있는 방법이 없는 것은 아닌 듯하다
- 미국 화웨이 때리기 - 삼전 상승
- 과열의 척도 - 시가총액 대비 신용 비율
- 책 - 셰일혁명과 미국없는 세계 - 미국이 전세계의 경찰역할을 하다가 발빼고 있다
- productionTip = false import 'lodash' new Vue ( { render : h => h ( App )
- methods : { lodashExample ( ) { if ( _
- log ( 'empty' ) } } } } script >
- App은 CDK CLI를 통해 AWS CloudFormation 템플릿을 렌더링하고 배포할 수 있는 기능을 제공해줍니다
- AWS Construct Library에는 pattern이라는 것도 있는데 이는 AWS에서 자주 같이 쓰이는 리소스를 합쳐놓은 것이라고 할 수 있습니다
- 이러한 리소스는 Stack을 통해 AWS CloudFormation으로 특정 AWS 계정 및 AWS 영역을 포함하는 AWS 환경에 배포될 수 있습니다
- 아직 신청서를 제출하지 않아서 구체적인 주제 및 사항을 밝힐수는 없지만 소프트웨어 담당인 내가 필요한 기술 스택과 언어를 정리해보니 다음과 같았다
- OpenCV (Python) TensorFlow or Pytorch (Python) Arudino (C언어) Raspberry Pi or Nvidia Jetson Nano (Python) Windows Laptop
- 제작비용 외에는 캔위성 제작과 관련된 제한조건이 전혀 없다
- online game server programmer
- Visual Studio
- # vmstat procs -----------memory------- --swap- ---io- -system- --------cpu-------- r b swpd free buff cache si so bi bo in cs us sy id wa st 1 0 5716 7176 62548 16540 0 0 0 1 31 11 5 12 5 0 0
- const a = 10 ; if ( a === 5 ) { console
- ' ); } else if ( a === 10 ) { console
- ' ); } else { console
- 지인분께서 오늘 빅스마일데이 한다고 어제부터 말씀하셔서 오늘 밤 12시되자마자 들어갔다
- 그런데 아이패드 프로 가격의 상태가 미쳤다
- 이거보고느낀거는 중고나라 아이패드 프로 업자들은 눈물을 흘리고 있을것이다
- @Module class SetModule{ @Provides @IntoSet fun provideHello() : String{ return "hello" } @Provides @IntoSet fun provideWorld() : String{ return "world" } @Provides @ElementsIntoSet fun provideSet() : Set{ return HashSet(listOf("namget"
- @Module class MapModule { companion object { @Provides @IntoMap @StringKey("foo") fun provideFooValue() : Long{ return 100L } @Provides @IntoMap @ClassKey(MapFoo::class) fun provideFooStr() : String{ return "foo" } } }
- @Module(subcomponents = [ChildComponent::class]) class ParentModule { @Provides @IntoSet fun string1() : String{ return "parent string 1" } @Provides @IntoSet fun string2() : String{ return "parent string 2" } }
- ls -ail 명령어를 수행한 결과 값을 grep Seoul 명령어의 input으로 넣어주면 될 거에요
- Seoul이 가리키고 있는 파일은 /usr/share/zoneinfo/Asia에서 상위 디렉토리에 있으니
- sudo ln -sf /usr/share/zoneinfo/Asia/Seoul /etc/localtime을 입력하면
- co/pUDoAkfQ2F "PitchNet: Unsupervised Singing Voice Conversion with Pitch Adversarial Network"
- Encoder is learned not to be able to perform singer/pitch tasks well so that its output would not have that info
- they are fed to the decoder in separate paths