Skip to content

Commit b49b8ae

Browse files
benelogclaude
andcommitted
404/410 응답을 반환하는 데드링크 제거
3,506개 URL을 검사하여 572개 데드링크를 138개 파일에서 삭제 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 00fde17 commit b49b8ae

138 files changed

Lines changed: 180 additions & 1043 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/ai-coding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@
151151
- youtube.com/watch?si=fp9Uqlc_n8bCv1Nq&v=K2rVBIb-KWE&feature=youtu.be\[25년
152152
현재 어떤 CLI툴을 써야하는지 말씀드리겠습니다\] (박진형 님)
153153
- <https://opencode.ai/>
154-
- (Vive) [Git Worktree를 즐겁게 만드는 CLI 도구를
155-
만들었습니다](https://www.fullstackfamily.com/news/3341)
154+
- (Vive) Git Worktree를 즐겁게 만드는 CLI 도구를
155+
만들었습니다
156156
- [Vibe Kanban: OpenCode + Claude Code 동시에? AI 코딩 에이전트
157157
오케스트레이션](https://fornewchallenge.tistory.com/entry/%F0%9F%9A%80-Vibe-Kanban-OpenCode-Claude-Code-%EB%8F%99%EC%8B%9C%EC%97%90-AI-%EC%BD%94%EB%94%A9-%EC%97%90%EC%9D%B4%EC%A0%84%ED%8A%B8-%EC%98%A4%EC%BC%80%EC%8A%A4%ED%8A%B8%EB%A0%88%EC%9D%B4%EC%85%98)
158158

content/alarm-device.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<http://www.pragmaticautomation.com/>
1+
22

33
X10모듈:
44
<http://x10.com,http://www.theprescotts.com/software/firecracker>
55

6-
라바램프 : <http://www.pragmaticprogrammer.com/pa/pa.html>
6+
라바램프 :
77

8-
오비언트 오브 : <http://blogs.msdn.com/mswanson/articls/16958.aspx>
8+
오비언트 오브 :
99

1010
www.ambientdevices.com
1111

content/algorithm.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 알고리즘 시각화 사이트
22

33
- <https://workshape.github.io/visual-graph-algorithms/>
4-
- <https://algorithm-visualizer.org/>
4+
55
- <https://visualgo.net/>
66
- <http://algo-visualizer.jasonpark.me/>
77
- <https://illustrated-algorithms.now.sh/>
@@ -11,7 +11,7 @@
1111
- <http://bigocheatsheet.com/>
1212
- <https://medium.com/omarelgabrys-blog/algorithms-data-structures-series-85ec94eb8aff#.ro8tu132u>
1313
- <https://medium.mybridge.co/algorithm-top-10-articles-in-september-8a0e6afb0807#.dma71wobl>
14-
- <http://www.cse.ucsd.edu/users/dasgupta/mcgrawhill/>
14+
1515
- <http://david.tribble.com/text/goto.html#part-1>
1616
- <http://openframework.or.kr/JSPWiki/Wiki.jsp?page=Basic>
1717
- <http://www.cs.princeton.edu/introcs/40algorithms/>
@@ -48,12 +48,12 @@
4848
# Hashing, 암호화
4949

5050
[MD5, SHA, 다이제스트, 솔트,
51-
이터레이션](http://whiteship.me/?p=13111)http://mkseo.pe.kr/blog/?p=2394\[MODERN
52-
PASSWORD HASHING ALGORITHMS\][CityHash](http://mkseo.pe.kr/blog/?p=2327)
51+
이터레이션](http://whiteship.me/?p=13111)
52+
PASSWORD HASHING ALGORITHMS\]CityHash
5353
Salt : 단방향 해쉬함수에서 다이제스트를 생성할 때 추가되는 바이트 단위의
5454
임의의 문자열
5555

5656
# 재귀
5757

58-
- 꼬리 재귀 : <http://golee07.tistory.com/364> 메서드 파라미터에 값을
58+
- 꼬리 재귀 : 메서드 파라미터에 값을
5959
축적시키는 방식..

content/android-dependency-injection.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ ever seen
4949
- Intelli J에서 안 되는 사람도 있음. Itelli J 내부의 Annotation
5050
processing 처리방식이 Eclipse하고 다른듯.
5151
- IntelliJ문제 참조
52-
- <http://www.jayway.com/2012/08/31/making-androidannotations-work-with-intellij-idea>
53-
- [http://blogs.jetbrains.com/idea/2009/11/userfriendly-annotation-processing-support-jpa-20-metamodel/](http://blogs.jetbrains.com/idea/2009/11/userfriendly-annotation-processing-support-jpa-20-metamodel/%EF%BB%BF)
5452

5553
# [Dagger](https://github.com/square/dagger)
5654

content/android-http-client.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pattern
22

3-
<http://www.google.com/events/io/2010/sessions/developing-RESTful-android-apps.html>\<ul\>\<li
3+
\<ul\>\<li
44
style="list-style: disc outside url("bullet.gif");"\>Activity안에서
55
RestClient를 구현하지 마라.\</li\>\<li style="list-style: disc outside
66
url("bullet.gif");"\>Long runinng operations는 Service에서
@@ -28,7 +28,7 @@ Bugs
2828
[Issue 2939: The chunked HTTT input stream must hurry the underlying
2929
stream](http://code.google.com/p/android/issues/detail?id=2939)
3030

31-
### [AndroidHttpClient.java](https://github.com/android/platform_frameworks_base/blob/master/core/java/android/net/http/AndroidHttpClient.java)
31+
### AndroidHttpClient.java
3232

3333
main 쓰레드에서 못 돌도록
3434

content/android-security.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,9 @@ href="https://plus.google.com/101901704178116997887/posts/7E776UaLJVf">김용옥
2929
Master key 취약점 설명</a>&lt;/li&gt;&lt;li style="list-style: disc
3030
outside url("bullet.gif");"&gt;<a
3131
href="http://venturebeat.com/2013/07/03/massive-android-flaw-allows-hackers-to-take-over-and-control-99-of-android-devices/">http://venturebeat.com/2013/07/03/massive-android-flaw-allows-hackers-to-take-over-and-control-99-of-android-devices/</a>&lt;/li&gt;&lt;/ul&gt;
32-
Verify Hamful apps 기능 : <a
33-
href="https://support.google.com/accounts/answer/2812853">https://support.google.com/accounts/answer/2812853</a></p>
34-
<p>MasterKeys Check Installer : <a
35-
href="https://play.google.com/store/apps/details?id=com.alanjeon.blueboxcheck">https://play.google.com/store/apps/details?id=com.alanjeon.blueboxcheck</a></p>
36-
<p><a
37-
href="https://play.google.com/store/apps/details?id=com.alanjeon.blueboxcheck">https://play.google.com/store/apps/details?id=com.alanjeon.blueboxcheck</a></p>
32+
Verify Hamful apps 기능 : </p>
33+
<p>MasterKeys Check Installer : </p>
34+
3835
<p>소스 : <a
3936
href="https://github.com/skyisle/MasterKeysCheckInstaller">https://github.com/skyisle/MasterKeysCheckInstaller</a></p>
4037
<p>Patch 제공</p>

content/android-test.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ test/android.test.InstrumentationTestRunner
2727

2828
카카오톡 임유진 님 ( <eugenelgm@gmail.com> )의 발표
2929

30-
- 발표자료 : <http://goo.gl/1WyAz>
30+
- 발표자료 :
3131
- 예제코드 : <https://github.com/eugenelgm/AndroidForTest> [
3232
](https://github.com/eugenelgm/AndroidForTest)
3333

@@ -98,8 +98,6 @@ Instrumentation mInstr = this.getInstrumentation();
9898

9999
<http://d.android.com/resources/tutorials/testing/activity_test.html>
100100

101-
<http://jeungun.wordpress.com/2010/02/28/a-hint-of-dependency-injection-in-android-or-not/>
102-
103101
`final` `EditText edittext = (EditText) findViewById(R.id.edittext);`
104102

105103
`http://d.android.com/reference/android/test/ServiceTestCase.html`
@@ -255,9 +253,6 @@ ActivityInstrumentationTestCase : depreciated.
255253
- Roboguice + Borachio 예제 프로젝트
256254
<https://github.com/jaley/borachio-warehouse>
257255
- Android + ScalaMock 예제 설명
258-
- <http://www.paulbutcher.com/2011/03/mock-objects-on-android-with-borachio-part-1/>
259-
- <http://www.paulbutcher.com/2011/03/mock-objects-on-android-with-borachio-part-2/>
260-
- <http://www.paulbutcher.com/2011/03/mock-objects-on-android-with-borachio-part-3/>
261256

262257
=== [RoboSpec](https://github.com/jbrechtel/robospecs)
263258

content/android-thread.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
: AsyncTask 장점 소개 runOneUiThread
33

44
잘못된 Thread에서 호출되면 CalledFromWrongThreadException ANR
5-
<http://developer.android.com/training/articles/perf-anr.html>http://aroundck.tistory.com/223\[ANR
5+
<http://developer.android.com/training/articles/perf-anr.html>
66
이란?\]<http://aroundck.tistory.com/entry/android%EC%95%88%EB%93%9C%EB%A1%9C%EC%9D%B4%EB%93%9C-%EC%9D%91%EB%8B%B5%EC%84%B1%EC%9D%84-%EA%B3%A0%EB%A0%A4%ED%95%9C-%EC%84%A4%EA%B3%84-ANR-%EC%9D%84-%ED%94%BC%ED%95%98%EB%8A%94-%EC%84%A4%EA%B3%84>
77

8-
[Android In-Sync: Handling Concurrent Tasks In Google
9-
Android](http://brainflush.wordpress.com/2009/04/08/android-in-sync-handling-concurrent-tasks-in-google-android/)implements
8+
Android In-Sync: Handling Concurrent Tasks In Google
9+
Androidimplements
1010
TaskListener, Task.getOrCreate(). Droid-fu의 BetterAsyncTask : AsyncTask
1111
중에 rotate 작업등으로 원래의 Activity가 바뀌어도 새로운 instance를
1212
찾아서 연결해 줌.

content/android-tips.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
Strict mode 사용 :
1313
<http://dev.kthcorp.com/2012/01/31/android-strict-mode-howto/>
1414

15-
[안드로이드_응용프로그램의_반응속도_향상을_위한_메모리_관리_기법.pdf](http://mmlab.sogang.ac.kr/Publication/Domestic_Journals/%EC%95%88%EB%93%9C%EB%A1%9C%EC%9D%B4%EB%93%9C_%EC%9D%91%EC%9A%A9%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%A8%EC%9D%98_%EB%B0%98%EC%9D%91%EC%86%8D%EB%8F%84_%ED%96%A5%EC%83%81%EC%9D%84_%EC%9C%84%ED%95%9C_%EB%A9%94%EB%AA%A8%EB%A6%AC_%EA%B4%80%EB%A6%AC_%EA%B8%B0%EB%B2%95.pdf)
16-
1715
<http://dubroy.com/memory_management_for_android_apps.pdf>
1816

1917
[안드로이드에서 아파치 xml-rpc
@@ -149,8 +147,6 @@ Android UI가 버벅이는 이유 : <http://eggy.egloos.com/3776976>
149147

150148
# 주의할점
151149

152-
<http://www.doubleencore.com/2013/06/context/>
153-
154150
- 똑같이 Context로 보여도 Activity, Application 등 실제로는 다양한
155151
객체다
156152
- singleton에서 context를 보유할때 Application을 얻도록 해라.. 안그러면

content/android-tools.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@ adb devices
113113

114114
<http://gtko.springnote.com/pages/4471143>
115115

116-
<http://koreawolf.tistory.com/237>
117-
118116
용량부족할때
119117

120118
emulator.exe -avd test2 -partition-size 204

0 commit comments

Comments
 (0)