목록나무 숲 (796)
나무 숲
10강 1 Yale psychologist Irving Janis showed that just about every group develops an agreed-upon view of things — a consensus reality, the "PC" or politically correct view. Any evidence to the contrary is automatically rejected without consideration, often ridiculed, and may lead to exclusion of the person presenting the un-PC data. So group members are careful not to rock the boat by disagreeing..
9강 1 Thomas Edison failed ten thousand times until, like a bolt of lightening, the solution to the challenge of the incandescent light bulb hit him, and because of this, he transformed the world. Rosa Parks had no idea that choosing to resist her conditioning ― the injustice of racial prejudicing ― and risking imprisonment, beating, or even worse, would spark a revolution that would transform hi..
5강 1 Finding an ideal location for a piano is often difficult. In the order of importance, the location should help preserve the instrument, be acoustically satisfactory, and be aesthetically pleasing. Ideally, a piano should be placed on an inside wall, away from the direct rays of the sun. Moreover, it should not be placed next to heaters, stoves, air conditioners, or near heat ducts or cold a..
4강 1 People everywhere have their special cultural rites. It is just as true in the workplace as it is in the surrounding culture. All professions observe their distinctive ways. What appears to be a superficial set of actions to outsiders knits insiders together and puts them in an appropriate frame of mind to do their work successfully. Physicians scrub for seven minutes before doing a surgica..
3강 1 You are much more than just a list of your accomplishments. It’s not only what you do, but how you do it that counts in the real scorebook of your life. Making the spectacular diving catch says more about you than the “out” that is recorded in the scorebook. It says you have game. It says you give 110%. Every performance in your life becomes a choice you have to make. Will you do just enoug..
2강 1 I was once out in the foothills of the Absaroka Mountains near my home in southern Montana when I saw a front of windy and snowy weather coming toward me. Because of the open nature of that part of the upper Yellowstone River Valley, I was able to see the storm coming from a long distance away, but I was so far out on an exposed hillside that I wasn’t able to make it to cover before the bli..
1강 1 My name is Susan and I work in the accounting department. I happened to hear that you are looking to promote someone within our company to the position of manager of the accounting department, and I felt a need to write you this letter. I think Victoria Kimball, my department colleague, is an ideal candidate for the position. She is always on time, she never leaves early, and she does excel..
unique 범위 안에서 연속된 수들 중 중복되는 값을 제거, unique한 값만 남긴다. Return : An iterator to the element that follows the last element not removed. 참고 : http://www.cplusplus.com/reference/algorithm/unique/ #include #include #include using namespace std; vector solution(vector arr) { unique(arr.begin(), arr.end()); return arr; } int main() { vector result = solution({1,1,3,3,0,1,1}); for (auto& tmp : result){ cout
https://festa.io/events/851 코딩 도장 #11 | Festa! Festa에서 당신이 찾는 이벤트를 만나보세요. festa.io 8~9회차부터 알고 있었던 코딩 도장에 드디어 참여했다. 짝 프로그래밍을 해보고 싶었는데 생각보다 재미있었다! 시간 재놓고 하는 게 게임같았다. 하필 신년부터 문제 레벨을 2로 한다고 하셔서 코딩 찐따는 걱정이 많았지만 짝과 코갓 아샬님 = 3짝 프로그래밍을 통해 많이 배우고 재미있게 할 수 있었다. 감사합니다.. 😂 이 문제를 풀었다. 처음에는 C++ 배열 아이디어로 시작한 뒤 여러 STL을 사용했다. https://programmers.co.kr/learn/courses/30/lessons/49993 코딩테스트 연습 - 스킬트리 | 프로그래머스 progr..
🥁뒷북을 친다 둥둥🥁 2019 회고 Yuppie가 되기 위한 이전 글 : https://woodforest.tistory.com/524 Yuppie가 될테다! Yuppie가 되고싶다 "Yuppie" (short for "young urban professional" or "young, upwardly-mobile professional") is a term coined in the early 1980s for a young professional person working in a city. -Wi.. woodforest.tistory.com 일단 결과는 망했다는 것 ^^~ 야심차게 두 달 남은 기간동안 이것저것 할거라고 적어놨는데 한 게 없다 ^^;;;;; 😔 클린코드를 위한 노력 -> 노력은 했는데 ..
열심히 뒷북을 때리며 참석했던 행사들 후기 작성.. https://festa.io/events/743 DevFest Android 2019 | Festa! Festa에서 당신이 찾는 이벤트를 만나보세요. festa.io 2019년의 마지막 DevFest가 구글 스타트업 캠퍼스에서 열렸다. 주최진 분들께서 마지막 행사이기도 해서 이것저것 많은 (남아있던) GDG 굿즈들과, 연말 파티 느낌으로 네트워킹 시간이랑 커피, 맥주, 피자..🍕🍗도 준비해주셨다. 좋은 강연들로도 모자라 너무 혜자로운 파티였음👍 시간을 착각해서 조금 일찍 도착해서 찍을 수 있었던 사진! 구글 스타트업 캠퍼스는 세 번째 방문인데 올때마다 좋은 것 같다 흐흐 이번 강의들은 이러했다. 개인적으로 재미있게 들은 건 실제 운영중인 서비스에 다크..
Arguments 가변인자 : 함수 Arguments의 타입, 개수가 상관없다! 1. Arguments 개수 구하기 function GetArgsLength() { console.log(arguments.length); } GetArgsLength(); //0 GetArgsLength(1); //1 GetArgsLength(1, "2"); //2 2. Arguments 타입 구하기 function GetArgsType() { for (index in arguments) { console.log(typeof arguments[index]); } } GetArgsType(); // GetArgsType(1, "2"); // number, string GetArgsType(undefined); // undef..
레이디가가에 대한 영화인 줄 알았지만 레이디가가가 주연 역할을 한 영화였다. 그리고 남자 주인공 역할의 브래들리 쿠퍼는 감독 겸 주연 겸 작사작곡(에다가 노래까지..)이라는데 재능이 엄청난 것 같다.. 후덜덜 주요 내용은 여자 주인공의 재능을 남자 주인공이 찾아내서 키워나가는데, 여자 주인공의 인기와 위치가 계속 커지면서 느끼는 감정.. 같은 것들이다. 현실적인 내용은 좋았지만 그렇게 특별하지도 않은 것 같고 잔잔했다.. ㅋㅋㅋㅋ 아쉽게도 노래가 다 내 취향은 아니었다 ㅠ; - https://movie.naver.com/movie/bi/mi/basic.nhn?code=168050
반전영화 추천 검색하면 한번씩 보는 영화. 사실 제목 자체나.. 문제들이 이제는 너무 유명해져서 저 두뇌 게임=문제에 대한 신선함은 없는 건 사실이다 그런데 왠지 모르게 재미있다 ㅋㅋㅋㅋㅋㅋ 역시 밀폐된 곳에서 목숨걸고 문제푸는 건 재미있어.. ^_^ - https://movie.naver.com/movie/bi/mi/basic.nhn?code=50007
TIL : Today I Learned의 약자로, 대부분 깃헙에서 일일커밋을 통해 그날 배운 내용 정리하는것. 여기엔 아카이브 형식으로 + 회고 겸 간단하게 둔다! Javascript에서 값 할당할 때 Passed by Value : Boolean, Null, Undefined, String, Number, Symbol { copy.push(element); }); array[0] = 0; console.log(array); // [0,2,3] console.log(copy); // [1,2,3] 3. ES6 방법 (->IE 지원안됨) var array = [1,2,3]; var copy = [...array]; array[0] = 0; console.log(array); // [0,2,3] consol..