Friday, May 5, 2017
The Bob Levels 다운로드
국내에서 한때 유명했던 멍청한 듀란 시리즈처럼 개그와 병맛 코드를 뒤섞었으면서도, 캠페인으로서의 재미에도 충실한 시나리오이다. 게다가 기본적인 전투 미션 외에도 실내 시설을 탐험하는 미션이나, 질럿 달리기, 영웅 대전과 같은 다양한 요소들을 넣어 질리지 않게 만든 명작이다.
오랜만에 받으려 보니 Campaign Creations 사이트가 반쯤 망해서 링크가 증발했기에 어렵게 파일을 찾아내서 여기에 링크를 건다.
추가로 공략글을 써봤다.(1탄 / 2탄 / 3탄)
Tuesday, April 25, 2017
친구의 닭도리탕 조리법
재료
볶음닭, 당근, 감자, 생강, 마늘, 고춧가루, 간장준비할 것
- 당근: 적당한 크기
- 생강은 잘게
- 마늘은 다질 것
닭 손질
- 찬물에 넣어서 살살 씻어 피 제거
- 흰색 지방을 칼로 제거
- 모이주머니+내장지방 제거
- 건져서 냄비에 넣고 후추 고기에 닿게 뿌림
- 간장+소금+고춧가루를 섞어서 양념 만듬
- 재료를 모두 섞어서 손으로 버무림
- 두꺼운 냄비 또는 팬에 넣고 약한 불
Friday, September 30, 2016
How to Link to Files at Google Docs for Direct Download
...Google doesn't tell you this, as far as I know - so, if you want to link to a file at Google Docs for direct download you can use the following address scheme:
https://docs.google.com/uc?export=download&id=YourIndividualID
You can copy your individual file id from within the "Share..."-dialogue. Here you also need to put the share settings to "public" or to "anyone with the link"
Saturday, September 24, 2016
Enable Windows "Modern" Themed Form Elements in HTML Applications
<meta http-equiv="MSThemeCompatible" content="yes" />
Control Document Mode in an HTML Application
HTML applications, by default, display webpages in Compatibility View, which displays standards-mode content in IE7 Standards mode and quirks mode content in IE5 (Quirks) mode.
This means that you cannot use post-IE7 features such as JSON.stringify(), or expect standards-compliant CSS support, unless you add the following code to your HTML application(HTA):
<meta http-equiv="X-UA-Compatible" content="IE=9" />
Where IE=9 can be replaced with IE=8, IE=10, or even IE=edge to automatically choose the most up-to-date document mode supported by the version of Internet Explorer installed on your machine.
Sources:
Wednesday, September 21, 2016
BWAI Launcher 1.3 Download
Looks like BroodWarAI.com is dead, and there is no official mirror for BWAI Launcher.
Here's the latest version that I could find on the web.