Tuesday, August 29, 2017

Chocolatey 설치


Chocolatey 설치

원문: https://chocolatey.org/install

1. 작업표시줄에 윈도우버튼 오른클릭 -> Windows PowerShell(관리자) 실행

2. 아래 명령문 실행

Set-ExecutionPolicy AllSigned; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))


Sunday, August 27, 2017

ios 앱 실제 디바이스에 설치

1. xcode 설치
2. project 선택후 -> general 탭 선택 -> team을 골라준다
3. iphone에서 settings -> general -> Device Management -> 선택해준다

Thursday, July 6, 2017

Resistance and love

Resistance is proportional to love.
massive resistance 일수록 love가 크다는것을 의미한다.
project를 사랑하지않으면 너를 terrifying (무섭게)하는 것이고. 한것이고 아무것도 느낄수 없을것이다.
love의 반대는 hate이고 indifference(무관심)이다.
Resistance를 더 많이 겪을수록 나타나지않은 project가 잇다는것이다.
그리고 완성할경우 더 큰 만족감을 느낄것이다.

그래서 Resistance할수록 좋다는것인가??

Tuesday, December 20, 2016

clang format 로컬에 적용

1. download clang+llvm
/INT1/i333043/trash/clang+llvm-3.8.0-x86_64-sles11.3-linux-gnu

2. add to path

3. add to profile
cformat() {
  git clang-format --style=Chromium
}

Thursday, November 3, 2016

스테틱

https://cs.chromium.org/chromium/src/extensions/common/permissions/media_galleries_permission.h?dr=C&q=static+file:%5Esrc/extensions/common/permissions/&sq=package:chromium


어레이
https://cs.chromium.org/chromium/src/extensions/common/url_pattern.cc?q=keep+file:%5Esrc/extensions/common/&sq=package:chromium&l=29&dr=C

Sunday, July 17, 2016

좋은 구인 광고 (소프트웨어 개발자)



Job description 이 너무 좋아서 공유합니다
개발자는 코딩만 하면되는거 아닐까 생각하지만 ..
1. You know your way around basic data structures and algorithms.
(알고리즘과 자료구조를 알아야합니다)
2. You write REALLY clean code. We'll help you get even better, but you'll need to already be a step ahead of most folks.
(매우 좋은 코드를 작성해야합니다)
3. You're REALLY resourceful. You can take an abstract goal, break it into steps, start executing those steps, and check in early and often. You can research stuff when you don't know the answer.
(추상적인 문제를 분석하고 작은 문제로 나눠 실행할수 있어야합니다)
4. You're not intimidated by not knowing the answer right away.
You're REALLY good at writing. You know how to sound like a human in writing. No convoluted academic mumbo jumbo. You can make complicated things easy to understand. We know this isn't easy, and it's especially hard for a current student or recent grad (lots of bad writing habits in universities), but we gotta see some potential there.
(글쓰기를 잘해야합니다 (그리고 겸손해야합니다))