
MINORBLEND.COM
Uncommon StoriesStories by Uncommon Software Development Engineer.
http://www.minorblend.com/
Stories by Uncommon Software Development Engineer.
http://www.minorblend.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Thursday
LOAD TIME
1.5 seconds
16x16
32x32
HA NYUNG CHUNG
891 - 900 Dae●●●●●●●●●●●●● Gangnam-gu .
Se●●ul , 135840
KOREA, REPUBLIC OF
View this contact
No Name
891 - 900 Daech●●●●●●●●●●●●●●●gnam-gu Seoul .
Se●●ul , 135840
KOREA, REPUBLIC OF
View this contact
No Name
891 - 900 Daech●●●●●●●●●●●●●●●gnam-gu Seoul .
Se●●ul , 135840
KOREA, REPUBLIC OF
View this contact
15
YEARS
8
MONTHS
24
DAYS
GABIA, INC.
WHOIS : whois.gabia.com
REFERRED : http://www.gabia.com
PAGES IN
THIS WEBSITE
19
SSL
EXTERNAL LINKS
2
SITE IP
52.4.175.111
LOAD TIME
1.484 sec
SCORE
6.2
Uncommon Stories | minorblend.com Reviews
https://minorblend.com
Stories by Uncommon Software Development Engineer.
minorblend • Swift로 assert() 구현하기, 파트 1: 지연 계산
https://minorblend.com/post/94786534209
Swift로 assert() 구현하기, 파트 1: 지연 계산. Apple이 Swift라는 새로운 프로그래밍 언어를 내놓은 이후 적극적으로 밀고 있다는 것은, 공식 블로그. 50896;문: Building assert() in Swift, Part 1: Lazy Evaluation. 44057;은 매크로를 구현하는 것이었습니다. C로 된 소스코드를 빌드하면. Ifdef NDEBUG define assert(e) ( void)0) #else #define assert(e) ( void) ( e)? Void)0) : assert (#e, FILE , LINE ) ) #define assert(e, file, line) ( void)printf ("%s:%u: failed assertion `%s' n", file, line, e), abort() #endif. 51064;자 계산의 지연. Func assert(x : Bool) { #if! NDEBUG /*noop*/ #endif }. 50668;,...
minorblend • 조금 더 나아간 GCD
https://minorblend.com/post/109635734689
조금 더 나아간 GCD. 50857; app을 만들면서 성능, 특히 UI responsiveness를 높이기 위해 많은 트릭들. 51060; 쓰인다. 이 중 가장 대표적인게, 오래 걸릴 작업을 async job으로 만들어서 main thread가 blocking 되지 않도록 하는 건데 이를 위해서는. 47484; 쓰거나. 47484; 이용하게 된다. 47484; 쓸 때 대부분의 경우. 51032;기능들을 소개하고자 한다. 54788;재 queue 알아내기. 54788;재 로직이 돌고 있는 queue를 알아내기 위해서는 보통. Dispatch get current queue. If (dispatch get current queue()! Dispatch get main queue() { dispatch async(dispatch get main queue(), { / run UI-related things }); } else { / run UI-related things }. OS X 10.9.
minorblend • Swift로 assert() 구현하기, 파트 2: __FILE__과 __LINE__
https://minorblend.com/post/99530870433
Swift로 assert() 구현하기, 파트 2: FILE 과 LINE. 45236;장 식별자들. Swift 프로그래밍 가이드. 50640; 나와 있듯이, Swift에는. 54728;나 이 기능 자체로는. 47484; 구현하는 데에 별로 도움이 되지는 못합니다. 다음과 같이. 47484; 구현한다면. Func assert(predicate : @autoclosure () - Bool) { #if DEBUG if! Predicate() { println("assertion failed at ( FILE ): ( LINE )") abort() } #endif }. 51060; 코드의. 44032; 호출되는 위치가 아니라. 54840;출자의 위치 알아내기. 54632;수 인자의 기본값으로 들어가 있으면. 47484; 아래와 같이 정의하면 됩니다. Condition() { println("assertion failed at (file): (line): (message)") abort() } #endif }.
minorblend • ozzyz:광복 이후 결성되었던 서북청년단은 한국에서 재현된 독일 나치SS친위대라...
https://minorblend.com/post/99110193359
Reblogged this from ozzyz. 제주 43사건의 원흉 : 서북청년회. Blog comments powered by Disqus. Mdash; Tumblr themes.
minorblend • Posts Tagged ‘CTO’
https://minorblend.com/tagged/CTO
CTO vs VP Engineering. Medium( https:/ medium.com/@minorblend/cto-vs-vp-engineering-4a36124c098c#.58r1klx9p. 51004;로 옮겼습니다. Mdash; Tumblr themes.
TOTAL PAGES IN THIS WEBSITE
19
Peter Nixey - How to be a great software developer
http://peternixey.com/post/83510597580/how-to-be-a-great-software-developer
How to be a great software developer. How to be a great software developer. CEO of Coca-Cola funded, Copyin.com. Rails/Angular developer, Entrepreneur and YC alum. Previously built and sold Clickpass. This is a very long piece, much longer than I would normally write on any subject. I have edited it back but on sending it to friends to read they agreed that there was no one bit that should be cut. I hope that you feel the same. Or are there perhaps more fundamental roots that you can put down? It is all ...
instagram-engineering.tumblr.com
Building a better Instagram app for Android - Instagram Engineering
http://instagram-engineering.tumblr.com/post/97740520316/betterandroid
Welcome to the Instagram. Engineering Blog, where we share insights on building and scaling our service. Building a better Instagram app for Android. In some emerging markets, users must also contend with unreliable mobile networks. All this means that supporting Android users is both a technical challenge – and an opportunity for mobile developers who want to reach the entire world. We focused our work on Android on two key areas: design, and startup time. With these goals in mind, we rewrote every sing...
TOTAL LINKS TO THIS WEBSITE
2
Minorbird
Wednesday, August 28, 2013. The baby went to kindergarten and now what? I have spent most of my life terrified of criticism and judgement. I chose perfectionism as my anxiety controller of choice. I was a straight A honor student. I finished my bachelor's degree in two years. Probably the biggest mistake I ever made, but that's another story. I picked things that were easy to judge as 'good' or 'bad' and dumped anything subjective. Because you can't possibly be right for everyone, every time, in every way.
The Minor Bits
Thoughts and Opinions on various video games. Monday, January 9, 2017. Super Mario Run - Thoughts. Ever since I was a kid I've loved the Bros. Series, hailing the NES classics as the console's premier platformers. Few games truly capture the inventive, high-energy spirit of a pure platformer like Mario. And Donkey Kong Country. Are the only other franchises that immediately spring to mind), and I think it's because the 2D Mario. And this is precisely why Super Mario Run. Works so well on paper. If I feel...
Web Hosting - This site is temporarily unavailable
Http:/ www.fatcow.com/. Http:/ www.fatcow.com/free-icons. Http:/ www.fatcow.com/free-font. Something isn't quite right here . This site is temporarily unavailable. If you're the owner of this website,. Please contact FatCow Web Hosting.
minorbiz.com - Registered at Namecheap.com
This domain is registered at Namecheap. This domain was recently registered at Namecheap. Please check back later! This domain is registered at Namecheap. This domain was recently registered at Namecheap. Please check back later! The Sponsored Listings displayed above are served automatically by a third party. Neither Parkingcrew nor the domain owner maintain any relationship with the advertisers.
Uncommon Stories
Stories by Uncommon Software Development Engineer. Aug 27, 2016. 이력서는 수시로 갱신해 놔야 한다. 최근 들어 몇몇 지인들이 이직 의사를 알려오는 경우가 있어서 이래 저래 연결을 해줬다. 잘 된 경우도 있고, 잘 안된 경우도 있고. 예전부터 느껴온건, 의외로 이직 준비가 되어 있는 경우가 많지 않다는 점이다. Jul 31, 2016. 스타트업을 하려는 젊은 프로그래머들에게. Twitter 초기 멤버들 중 하나인 Alex Payne. 이 자신의 블로그에 올린 Letter To A Young Programmer Considering A Startup. Feb 29, 2016. 무제한 휴가도 주고 재택근무를 포함해서 자유로운 근무 환경을 주면 좋겠어요. 왜 출퇴근 시간이 필요하죠? 주어진 일만 잘 해서 결과만 좋으면 되는거 아닌가요? Feb 28, 2016. CTO vs VP Engineering. Feb 28, 2016.
마이너블루
This Web site coming soon
If you are the owner of this web site you have not published (or incorrectly published) your web site. For information on publishing your web site, see. Publishing Your Web Site.
魅力たっぷりの子供服|わが子に着させたい一着
minorbody.org
The Sponsored Listings displayed above are served automatically by a third party. Neither the service provider nor the domain owner maintain any relationship with the advertisers. In case of trademark issues please contact the domain owner directly (contact information can be found in whois).
"เราจะมุ่งมั่นพัฒนาเด็กไทยให้เก่งทัดเทียมกับนานาชาติให้จงได้ เราขอสัญญา"
Product / ส นค า. CFL Walter / ช ดมห ศจรรย ความร สำหร บเด ก. CFV Bilingual /ช ดสร างเสร มค ณค าและพฤต กรรมสำหร บเด ก. ESNT / ช ดสาราน กรมข มทร พย โลกว ทยาศาสตร. Learning Math With Albert. ร จ กศาสตร การว เคราะห ลายผ วน วม อ. News / ข าวสาร. ก จกรรมร วมช งรางว ล. ส งซ อส นค า TeleSales. ก จกรรม / Activity. ก จกรรมเพ อส งคม. โงเร ยนช มชนหนองเร อ. โรงเร ยนบ านด าน. รวมพล งชาวไมเนอร ทำด เพ อส งคม ป 58. ความสำเร จ / Successfull. บ นท กความร ส กด ๆจากผ ใช. Download ข อม ลสน บสน นส นค า. Product / ส นค า. แบบฟอ...
SOCIAL ENGAGEMENT