컴퓨터/프로그래밍2015. 5. 31. 00:27

 

TypeScript
  : http://www.typescriptlang.org

 

DefinitelyTyped
  : http://definitelytyped.org

 

 

typescript (TypeScript is a language for application scale JavaScript development)
  : https://www.npmjs.com/package/typescript

 

tsd (TypeScript Definition manager for DefinitelyTyped)
  : https://www.npmjs.com/package/tsd

 

Posted by jungtae17
컴퓨터/프로그래밍2015. 5. 31. 00:14

 

grunt (The JavaScript Task Runner)
  : https://www.npmjs.com/package/grunt

 

gulp (The streaming build system)
  : https://www.npmjs.com/package/gulp

 

newman (Command-line utility for Postman)
  : https://www.npmjs.com/package/newman

 

tsd (TypeScript Definition manager for DefinitelyTyped)
  : https://www.npmjs.com/package/tsd

 

 

Awesome Node.js
  : https://github.com/sindresorhus/awesome-nodejs

 

Posted by jungtae17
컴퓨터/유틸리티2015. 5. 30. 22:44

 

Node.js Tools for Visual Studio
  : https://github.com/Microsoft/nodejstools

 

Task Runner Explorer (for Visual Studio 2013)
  : https://visualstudiogallery.msdn.microsoft.com/8e1b4368-4afb-467a-bc13-9650572db708

 

CodeMaid
  : http://visualstudiogallery.msdn.microsoft.com/76293c4d-8c16-4f4a-aee6-21f83a571496

 

Markdown Mode
  : https://visualstudiogallery.msdn.microsoft.com/0855e23e-4c4c-4c82-8b39-24ab5c5a7f79

 

TextHighlighterExtension2015
  : https://visualstudiogallery.msdn.microsoft.com/03bb0b65-204f-4e44-b366-c1cd5e9429b0

 

TypeScript for Visual Studio
  : http://www.typescriptlang.org/index.html#download-links

 

Viasfora
  : https://visualstudiogallery.msdn.microsoft.com/19609469-380e-4fcf-bcde-e31caeb658b2

 

VSColorOutput (TypeScript 사용 시 유용)
  : https://visualstudiogallery.msdn.microsoft.com/f4d9c2b5-d6d7-4543-a7a5-2d7ebabc2496

 

Posted by jungtae17
컴퓨터/유틸리티2014. 12. 12. 12:37


일반적인 패키지 설치 방법 (종속된 패키지도 같이 설치되지만 개별 설정이 필요함)

make install clean


종속된 패키지를 일괄 설치하는 방법1 (종속된 패키지를 기본값으로 설치됨)

make -DBATCH install clean


종속된 패키지를 일괄 설치하는 방법2 (종속된 패키지를 개별 설정 후 일괄 설치됨)

make config-recursive


make install clean


종속된 패키지의 설정을 초기화하는 방법

make rmconfig-recursive



참고> http://webplay.pro/blog/freebsd-make-install-clean-accept-default-config.html



Posted by jungtae17
컴퓨터/유틸리티2014. 11. 22. 00:35


구글 크롬 브라우저의 새로운 북마크 관리자를 소개하는 글

: http://www.cnet.com/how-to/getting-started-with-bookmark-manager-for-chrome/


북마크 관리자 (확장 프로그램 설치용)

: https://chrome.google.com/webstore/detail/bookmark-manager/gmlllbghnfkpflemihljekbapjopfjik


북마크 삭제 또는 비활성화 하기

  1. 주소창에서 chrome://flags 입력
  2. 페이지 내에서 검색 : #enhanced-bookmarks-experiment
  3. 옵션 선택 : 사용 중지
  4. [메뉴] - [도구 더보기] - [확장 프로그램] 에서 [Bookmark Manager] 사용 설정됨을 체크 해제



Posted by jungtae17
컴퓨터/프로그래밍2014. 10. 14. 12:55


    


[예상 적용가능 분야]


- 웹서버

- 웹브라우저

- 웹로봇

- 검색엔진

- 컴파일러

- 프로그래밍 도구(디버깅 도구, 분석 도구 등)

- IDE(통합개발환경)

- 운영체제


C 와 비슷한 성능을 내면서 C/C++ 로 개발되어 온 분야를 대체할 수 있을 것으로 예상된다.



[Go 언어의 특징]


현재 개발환경의 특징을 요약하자면 아래의 다섯 가지로 말할 수 있다.


1. 개발속도(하드웨어 개발 vs 소프트웨어 개발)

2. 모듈화를 위한 의존성

3. 동적타입 언어의 속성을 가진 언어

4. 가비지 콜렉션(Garbage Collection)

5. 병렬처리(Parallelism)



[참고 링크]


The Go Programming Language http://golang.org/


GDG Korea Golang https://developers.google.com/groups/chapter/112714242728066184635/


A Tour of Go (한글) http://go-tour-kr.appspot.com/


Go 프로그래밍 언어 - Go의 탄생 http://www.imaso.co.kr/?doc=bbs/gnuboard.php&bo_table=article&wr_id=38206


Go 프로그래밍 언어 - Go 동시성 http://www.imaso.co.kr/?doc=bbs/gnuboard.php&bo_table=article&wr_id=38746



Posted by jungtae17
컴퓨터/유틸리티2014. 9. 1. 11:33

양대 포털 사이트(네이버, 다음)의 광고를 차단하는 방법

 

인터넷 익스플로러(예> IE 11)에서 [인터넷 옵션] 메뉴 -> [보안] 탭 -> [제한된 사이트] -> [사이트] 클릭한다.

 

 

[제한된 사이트 목록]

 

*.ad.naver.com
ad*.naver.com
ams.daum.net
amsv2.daum.net
display.ad.daum.net

 

 

Posted by jungtae17
컴퓨터/프로그래밍2014. 5. 1. 22:41

 

 

Windows 버전의 최신 Redis 설치하기

: http://jacking.tistory.com/1203

 

Redis 모니터링 툴 redmon (Linux)

: http://jacking.tistory.com/1083

 

redis-64

: http://chocolatey.org/packages/redis-64

 

Redis Desktop Manager

: http://chocolatey.org/packages/redis-desktop-manager

 

'컴퓨터 > 프로그래밍' 카테고리의 다른 글

Node.js 개발에 필요한 npm 패키지  (0) 2015.05.31
Go 언어란?  (0) 2014.10.14
WCF 4.5 새로운 기능 소개  (0) 2014.04.30
Node.js 정보  (0) 2014.04.19
Debug 모드에서 메모리 디버깅(?)  (0) 2014.03.31
Posted by jungtae17
컴퓨터/프로그래밍2014. 4. 30. 18:53


WCF 3.5 Vs WCF 4.0 Vs WCF 4.5

: http://www.topwcftutorials.net/2014/03/WCF3.5-Vs-WCF4.0-Vs-WCF4.5.html

 

What's new in WCF v4.5

: http://www.topwcftutorials.net/2014/03/whats-new-in-wcf-v45.html

 

New Features in WCF 4.5 - Part 1

: http://www.topwcftutorials.net/2014/03/New-Features-In-WCF-4.5-Part-1.html

 

New Features in WCF 4.5 - Part 2

: http://www.topwcftutorials.net/2014/04/new-features-in-wcf-45-part-2.html

 

New Features in WCF 4.5 - Part 3

: http://www.topwcftutorials.net/2014/04/New-Features-In-WCF-4.5-Part-3.html

 

New Features in WCF 4.5 - Part 4

: http://www.topwcftutorials.net/2014/04/New-Features-In-WCF-4.5-Part-4.html

 

New Features in WCF 4.5 - Part 5

: http://www.topwcftutorials.net/2014/04/New-Features-In-WCF-4.5-Part-5.html

 

'컴퓨터 > 프로그래밍' 카테고리의 다른 글

Go 언어란?  (0) 2014.10.14
Windows 에서 Redis 설치하기  (0) 2014.05.01
Node.js 정보  (0) 2014.04.19
Debug 모드에서 메모리 디버깅(?)  (0) 2014.03.31
[용어] WWSAPI (Windows Web Services API)  (0) 2014.03.12
Posted by jungtae17
컴퓨터/프로그래밍2014. 4. 19. 22:45

   

 

Node.js

: http://www.nodejs.org

 

NPM (Node Packaged Modules)

: https://www.npmjs.org

 

How to write Node.js Modules

: http://www.hacksparrow.com/how-to-write-node-js-modules.html

 

Node.js Manual & Documentation - Modules

: http://nodejs.org/api/modules.html

 

Node.js Tools for Visual Studio 2012 / 2013

: http://nodejstools.codeplex.com

 

Posted by jungtae17