- Start Pages
- Google Calendar
- Gmail
- MCOC
- Airport City
- Meals
- Trucos Site, Train Station 2, Port City
- Youtube Subscriptions
- Coursera (Online Lecture)
- Udemy
- Stanford Lectures
- Overleaf (online latex WYSIWYG editor)
- Coding Practice
- Leetcode (Coding Problem Practice)
- Java SE 8 API
- CareerCup (Coding Problem Examples)
- Project Euler (Coding Problem Examples)
- GeeksforGeeks (Coding Problem Examples)
- US Living
- University of California Santa Barbara
- Parents Websites, BARC
- 2025 ~ 2026: Calendar
- 2024 ~ 2025: Calendar, Events
- Las Lomas High School
- Canvas, Parent Portal, School, District ,TeamSnap (Sports)
- 2025 ~ 2026: Calendar, Bell Schedule
- 2024 ~ 2025: Calendar, Bell Schedule
- 2023 ~ 2024: Calendar, Bell Schedule
- 2022 ~ 2023: Calendar, Bell Schedule
- Walnut Creek Intermediate School
- Parent Portal, School, PTA Membership, District
- 2022 ~ 2023: Calendar, Bell Schedule
- Federal Student Financial Aid
- FasTrak (Bay Bridge Toll & Express Lane)
- EZ Rider (BART Daily Fee Parking)
- Home Community (1310 Creekside Dr., Walnut Creek, CA)
- Random Menu Selector
- Pizza Guys
- Korean Food (food2me)
- Asian Food Delivery
- Seafood Delivery
- Wooltari (Food delivery)
- Weee!
- MyKMarket
- Hanpoom
- Running Races, Brazen Races
- Various Kinds of Cha
- Workout for Waist
- Procom (Zoox)
- Procom (Zoox) Benefits
- Meritain Health through Aetna (Medical)
- CVS Caremark
- Metlife (Dental)
- Aetna Vision
- ADP
- HSA: Inspira (formally payflex)
- Grammarly
- Workday Access
- COBRA
- Aetna (Medical Insurance)
- Principal (Dental / Vision Insurance)
- Guardian (Dental & Vision Insurance)
- Fidelity 401k
- Shareworks (Stocks)
- Covered CA, Blue Shield, California Dental Network
- John Muir Health My Chart, LabCorp
- NorCal Imaing Center, NorCal Imaging Center eStatements
- Northern California Arthritis Center
- Northern California Arthritis Center (Old)
- Sunnyvale Endocrinology Clinic My Chart
- Safeway Pharmacy
- CVS Pharmacy
- Safeway Pharmacy (Old)
- Smile Driving School / Coastline Driving School / Precision Driving School
- Plumbing (Roto-Rooter)
- Korean Bookstore
- Dentstry
- Go Navia HSA, Transit, Parking Benefits
- WealthCare HSA
- Sterling FSA
- California Middle Class Tax Refund Card (Only accessible from Chrome)
- Condo Management (Collins)
- Mortgage (UWM), Mortgage (Valon)
- Home Insurance (Grange)
- HOA (Collins Management)
- Citizen One Loan (iPhone)
- Internet (Astound / Wave), Wifi Extender
- Special Trashes (Batteries, Electronic Devices, etc)
- Junk Removal (1800gotjunk.com)
- Cat Adoption, Cat Adoption (Walnut Creek)
- Rental Portal, Alternative
- Utility Bill
- Parcel Pending
- COVID-19: Namu Wiki, Worldometer (World), Worldometer (US), COVID-19 status, Corona Live
- Tax Report Preparation Guide
- Church (Mission Pointe)
- COVID Testing (MCCampbell)
- Walnut Creek Rec+Art
- KT-M Mobile (Korea Phone)
- Tax Preparation Check List
- Your Next Step
- Entertainments
- Daum Movie Weekly Rank
- Cinemark
- IMAX Veranda
- Castro Singalong Theatre
- Drive-in Theater
- Disney Plus
- Hulu
- Netflix
- CBS
- On Demand Korea (일: 런닝맨, 미운오리새끼)
- TV Hankook
- Kocowa
- Korean Drama (Chinese)
- Viki (Korean Drama)
- Marumaru (Online Toons)
- Jangsisi (Online Toons)
- Drama Subtitles
- MCOC Forum
- MCOC Reddit
- Aunt Mai
- Book List
- California Good To Visit
- Yoyo Tricks
- Wordle Hints
- Knightmare 2, Knightmare 2 (invincible), Castle Map, World Map 1-5, World Map 6-10, Cheats, Useful Links, Tips, Google Doc
- Lode Runner
- Ultima 4, GameFAQ Walkthrough
- Ultima 5, Google Doc
- Prince of Persia, Map
- Civilization
- Korean Useful Sites
- Malware Zero Kit
- Diet Pills
- Seven Zone Direct Shopping
- Hormone Injection Consumables
- VPN: ExpressVPN, ProtonVPN
- Deprecated Past
2018년 4월 15일 일요일
Bookmarks
The bookmark sync is broken on chrome, and it produces duplicated bookmarks reordering aside from my intention. So instead of using chrome's bookmark, I'm using this page for keeping each bookmarks.
2016년 9월 27일 화요일
iterative depth-first traversal post-order
depth-first traveral 은 크게 pre-order / in-order / post-order tranversal 로 나누어 진다. 이 중 in-order 는 children 의 개수에 따라 정의가 애매하므로 pre-order 와 post-order 만 정리해 보도록 한다.
pre-order depth-first traversal recursive algorithm: do_explorer set node visited do something for each children of the node call do_explorer iterative algorithm: do_explorer create a stack push node while stack is not empty pop node set node visited do something for each children of the node push child into stack if child is not visited post-order depth-first traversal recursive algorithm: do_explorer set node visited for each children of the node call do_explorer do something iterative algorithm: do_explorer create a stack push node while stack is not empty peek a node if all children of the node is processed pop the node do something else process next sibling of the node (push stack if not visited yet)
2016년 3월 8일 화요일
윈도우 개발 환경
cross platform 개발 환경을 추구하는 상태에서 기존에 mingw32 를 써 왔었는데, 최근에 보니 마지막 업데이트가 2013년 정도이고 이후 변한게 없었다. 왜 그런가 봤더니 64bits 가 나오면서 mingw64 로 넘어가서 사람들이 주로 쓰는 것은 이것인 것 같았다. 이에 따라 전체적인 윈도우에서의 컴파일러 / 개발 환경을 다음과 같이 바꾸기로 했다.
- 컴파일러: mingw64 (x84_64, posix)
- 환경: msys2
cygwin 도 고려 대상이었지만 DLL 의존성 때문에 cygwin 은 버리기로 했다.
P.S.
그나저나 .bashrc 는 어디로 사라진 걸까.
2016년 1월 15일 금요일
Windows 10 시작메뉴 복구
어느 순간부터 시작 메뉴 버튼을 눌러도 윈도우 키를 눌러도 나오는 것이 없어지는 경우가 생긴다. 이를 복구하기 위한 방법을 찾아봤지만 제대로 되는 방법은 하나도 없었다. 간신히 제대로 된 방법을 찾은 것은 바로 아래 링크이다.
- http://www.urtech.ca/2015/09/solved-fix-windows-10-start-button-does-nothing-in-10-minutes/
원리는 간단하다. 시작 메뉴의 database 가 깨졌기 때문에 다른 계정을 만들어서 새로 만든 깨끗한 database 를 복사해서 사용하는 것이다.
2015년 11월 10일 화요일
wxWidgets configure options
Windows Option--enable-monolithic --disable-shared --enable-optimise --enable-accel --enable-dccache CXXFLAGS="-std=c++11 -D__NO_INLINE__" OBJCXXFLAGS="-std=c++11 -D__NO_INLINE__"Mac Option--enable-monolithic --disable-shared --enable-optimise --enable-accel --enable-dccache CXXFLAGS="-stdlib=libc++ -std=c++11" OBJCXXFLAGS="-stdlib=libc++ -std=c++11" LDFLAGS="-stdlib=libc++"
C++11 은 개뿔. 특정 플랫폼, 특정 컴파일러에서만 돌아가는 소스 코드를 만들지 않기 위해서는 C++11 을 쓰지 않는 것이 좋겠다는 결정을 내렸다. 예전부터 느꼈던 것이긴 하지만 C++ 은 참 애매한 녀석인 것 같다.
- Windows Option
- --enable-monolithic --disable-shared --enable-optimise --enable-accel --enable-dccache
- Mac Option
- --enable-monolithic --disable-shared --enable-optimise --enable-accel --enable-dccache --with-macosx-version-min=10.7 CXXFLAGS="-stdlib=libc++ -std=c++11" OBJCXXFLAGS="-stdlib=libc++ -std=c++11" LDFLAGS="-stdlib=libc++"
참고로 아래 설명을 보면 GCC 에서 C++11 의 지원은 아직 실험적인 것 같다.
Important: GCC's support for C++11 is still experimental. Some features were implemented based on early proposals, and no attempt will be made to maintain backward compatibility when they are updated to match the final C++11 standard.
피드 구독하기:
글 (Atom)