- Arawn's Dev Blog
- Outsider's Dev Story
- Toby's Epril
- Benelog
- NHN 개발자 블로그
- SK 플래닛 기술 블로그
- OLC CENTER
- 소프트웨어 경영/공학 블로그
- 모바일 컨버전스
- KOSR - Korea Operating System …
- 넥스트리 블로그
- 리버스코어 ReverseCore
- SLiPP
- 개발자를 위하여... (Nextree 임병인 수석)
- "트위터 부트스트랩: 디자이너도 놀라워할 매끈하고 직관…
- Learning English - The English…
- real-english.com
- 'DataScience/Deep Learning' 카테…
- Deep Learning Summer School, M…
- Deep Learning Courses
목록프로그래밍 (54)
민서네집
www.codeproject.com/Articles/5051/Various-methods-for-capturing-the-screen Various methods for capturing the screen Explains techniques for capturing the screen programmatically. www.codeproject.com 2006. 06 마우스 훅을 통한 화면 캡쳐 프로그램 제작하기 www.jiniya.net/lecture/maso/hook2.pdf 202psj.tistory.com/1001 프로그래밍 화면캡쳐 관련 (대부분 win32 프로그래밍) //////////////////////////////////////////////////////////////////////..
[출처] m.blog.naver.com/jeonghj66/140127950577 [펌] 화면캡쳐방지는 어떻게 구현될까? by lain32 http://lain32.egloos.com/m/4805054 거의 1년동안 포스팅이 뜸하다가 요즘들어 다시 포스팅을 시작하고 있... blog.naver.com http://lain32.egloos.com/m/4805054 거의 1년동안 포스팅이 뜸하다가 요즘들어 다시 포스팅을 시작하고 있습니다. 예전엔 너무 무거운 주제로 얘기를 하다보니 글이 별로 안 올라왔던 것 같아서 요즘에는 가벼운 주제인 델파이같은 어플리케이션 개발과 관련 된 사소한 부분들에 대해서도 올리고 있습니다. ( 델파이가 사소하다는게 아닙니다. -_- ) 그러다가 제 블로그에 찾아오시는 분들이 거의 ..
http://www.sunjw.us/jstoolnpp/ What is JSToolNppA Javascript plugin for Notepad++.Douglas Crockford's JSMin algorithm to minimize Javascript code.My own algorithm to format Javascript code.A JSON data viewer. This JSON data viewer can handle >10MB JSON file easily.Support 64bit Notepad++ (from version 1.20.0, ".64.zip" package).Really helpful to Javascript coder on Notepad++ and really easy to u..
http://skccblog.tistory.com/m/873 [발표 솔루션 17개의 Solution 개요] 구분솔루션명솔루션 개요공통(지원) DSET메타 Data 관리, Data 품질 관리, Data Model/Data 표준 변경 관리 기능을 제공하는 데이터 관리 통합 솔루션XSFER대용량 데이터 파일 압축 전송 솔루션 (eXtreme Speed File transfER)ER-C웹브라우저를 통해 데이터 모델을 실시간으로 조회할 수 있는 데이터모델 뷰어Oran-CEclipse 기반의 Query Tool로서 Java 환경에서 Platform에 관계없이 사용 가능합니다. 기본적인 SQL Query 기능 외에 개발 편의를 위한 Schema Browser, Export, Import, Loader 가 제공되며, ..
https://git-scm.com/book/ko/v1/분산-환경에서의-Git-프로젝트에-기여하기 https://medium.com/axisj/github-fork-에서-pull-request-까지-그리고-merge-a22bdd097283 https://wayhome25.github.io/git/2017/07/08/git-first-pull-request-story/ 오픈소스 git 프로젝트에 Pull Request 보내기 http://www.popit.kr/오픈소스-git-프로젝트-pull-request-보내기/ Creating a pull request https://help.github.com/articles/creating-a-pull-request/ Push & Pull https://opent..
https://bitbucket.org/ https://about.gitlab.com/gitlab-com/ https://www.perforce.com/git-hosting https://sourceforge.net/ - 공식적으로는 private git repository를 권장하지 않는다. https://www.sourcetreeapp.com/
How to sleep for 5 seconds in Windows's Command Prompt? (or DOS)https://code.i-harness.com/en/q/198492 위 웹페이지에 쓰여 있는대로 timeout, choice 등의 batch 명령을 사용할 수도 있다. python - Sleeping in a batch file https://code.i-harness.com/en/q/2889c @ECHO OFF REM %1 is the number of seconds for the delay, as specified on the command line > "%Temp%.\sleep.vbs" ECHO WScript.Sleep %~1 * 1000 CSCRIPT //NoLogo "%Temp%...
[batch] console 프로그램 실행시간 구하기 [출처] https://code.i-harness.com/en/q/b4916 @echo off setlocal rem Remeber start time. Note that we don't look at the date, so this rem calculation won't work right if the program run spans local midnight. set t0=%time: =0% rem do something here.... but probably with more care about quoting. rem specifically, odd things will happen if any arguments contain rem precen..
User agent parser & cataloghttps://www.whatismybrowser.com/developers/tools/user-agent-parser/ Parse User Agentshttps://developers.whatismybrowser.com/
plotly.jsThe open source JavaScript graphing library that powers plotly https://plot.ly/javascript/bar-charts/ Bar Charts in plotly.jsHow to make a D3.js-based bar chart in javascript. Seven examples of grouped, stacked, overlaid, and colored bar charts.RPythonplotly.jsPandasnode.jsmatplotlibMATLAB