레이블이 program인 게시물을 표시합니다. 모든 게시물 표시
레이블이 program인 게시물을 표시합니다. 모든 게시물 표시

2017년 10월 11일 수요일

무료 Hex 에디터 - HxD Hex Editor

컴퓨터에서 이런~ 저런~ 작업을 하다보면, hex editor 가 필요할 때가 있다.
도스 시절에는 he.com 을 엄청 유용하게 사용했던 기억이 있다.

출처 : http://xcoolcat7.tistory.com/489

지금은 윈도우 시대이므로, 당연 윈도우용을 사용해야 한다.
예전에 집에서는 WinHex 를 주로 사용했었다.
편리하기도 하고, 기능도 많고, 유용하긴 한데, 유료라는 큰 문제가 있다.
그래서 구글에서 무료 hex editor 를 찾았다.


HxD 라는 프로그램인데, 무료다.


왼쪽에는 hex 값들이 나오고, 오른쪽에는 문자들이 나온다.


제작자에게 감사해 하며 사용해야 겠다.

프로그램은 아래 홈페이지에서 다운로드 받을 수 있다.
https://mh-nexus.de/en/hxd

2016년 6월 28일 화요일

개발 에디터(editor) 뭐 쓰니?

컴퓨터 세상에는 셀 수 없을 정도로 많은 에디터(editor)가 있다.
사람들은 각자 자신의 취향에 맞는, 에디터를 사용하고 있다.

나는..... 기억을 거슬러 올라가보니;;;;; 대학교때는 EditPlus 를 사용했었다.
괜찮았다. 꽤 만족스러웠다.

그러다 첫번째 직장에서는 개인PC를 우분투(ubuntu)로 설치해주는 바람에, vi 와 emacs 를 사용하게 되었다. ㅠㅠ

두번째 회사는 다행히(?) 개인PC를 윈도우로 설치해주었다.
그래서 나는 공짜로 유명한 Notepad++ 를 사용했다.

http://notepad-plus-plus.org


왜? 난 공짜를 좋아하니깐 ^^


그렇게 잘 먹고 살고 있었는데, 우연히 아주 좋은 공짜가 있다는 인터넷 글을 보게되었다.

http://blog.gaerae.com/2015/05/sublimetext-brackets-atom-visualstudiocode.html
여기에서 총 4개의 editor 를 소개하고 있었다.
Sublime https://www.sublimetext.com
Atom https://atom.io
Brackets http://brackets.io
Visual Studio Code https://code.visualstudio.com

휘리릭
다 설치해 봤다.
다 실행해 봤다.

근데 모양들이 거의 흡사하다.
응? 뭐여? 서로 베낀겨?

크로미움(Chromium) 프레임워크... 뭐... 거시기를 기반으로 만들었단다.
음~~ 그래서 모양들이 비슷했구먼~


어떤 사람은 크로미움을 처음 들어볼 수도 있다.
근데 크로미움은 엄청 유명하고 누구나 한번쯤은 사용해본 프로그램이다.
왜냐하면 구글 크롬도 크로미움에서 탄생했기 때문이다.

암튼, 위의 에디터(editor)도 한번씩 사용해 보면 좋을 듯 하다.
만약 나랑 쿵짝이 맞으면 이번 기회에 갈아타는거고~
아님 말고.

2016년 6월 24일 금요일

SyntaxHighlighter 를 사용해 보자

아무래도 내가 IT 사람이다 보니, 명령어라든가 코드라든가 그런걸 기록할 일이 많을거 같다.
인터넷 돌아다니다 보면, 그런것들이 칼라풀하게 기록되어 있는걸 많이 봤었다.
저건 어떻게 하는거지?? 그래서 인터넷을 검색해봤다.

오~
http://alexgorbatchev.com/SyntaxHighlighter
이거다. 찾았다.

다들 이걸 사용하는지는 잘 모르겠지만, 암튼 좋아보인다.
공짜니까.

블로그에 적용해보자.
친절하게도 먼저 삽질을 한 사람들이 인터넷에 자세히도 설명을 써놨다.

http://gommoo.blogspot.kr/2012/09/blogspot-syntaxhighlighter.html
나는 여기에 있는 내용을 따라 했다.



글을 작성하고 미리보기를 클릭했는데,

........ 안된다

잉? 내가 뭔가 잘못했나??

다른 인터넷 문서를 찾아봐도, 동일한 방식으로 포스팅 되어 있었다.
한참 삽질을 하다가~~ 혹시 설마(?) 하고 게시를 클릭해서 보니 잘 작동되는 것이었다!!



휴..... 되긴 되는군.
암튼, 게시를 해야만 최종적으로 잘 보인다는 것이다~~

http://makingappfor.blogspot.kr/2013/05/blogger.html
그리고 여러 언어를 추가하고 싶었다.
그래서 다른 포스트를 보고 script를 더 추가했다.

<link href="http://alexgorbatchev.com/pub/sh/current/styles/shCore.css" rel="stylesheet" type="text/css">
<link href="http://alexgorbatchev.com/pub/sh/current/styles/shThemeDefault.css" rel="stylesheet" type="text/css">
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shCore.js' type='text/javascript'>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushCpp.js' type='text/javascript'/>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushCSharp.js' type='text/javascript'/>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushCss.js' type='text/javascript'/>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushJava.js' type='text/javascript'/>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushJScript.js' type='text/javascript'/>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushPhp.js' type='text/javascript'/>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushPython.js' type='text/javascript'/>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushRuby.js' type='text/javascript'/>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushSql.js' type='text/javascript'/>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushVb.js' type='text/javascript'/>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushXml.js' type='text/javascript'/>
<script src='http://alexgorbatchev.com/pub/sh/current/scripts/shBrushPerl.js' type='text/javascript'/>
<script language='javascript'>
SyntaxHighlighter.config.bloggerMode = true;
SyntaxHighlighter.all();
</script>

이제 칼라풀하게 작성할 수 있게 되었다. 만세~~~~~~~



※ 모바일에서는 안 보여요 ㅠㅠ

화곡 어쩌라고, 굴사냥

석화찜(굴찜)을 먹으러 여의도로 갔다 그런데 재료가 모두 소진되었다고 마감이라고 한다 응? 다들 굴에 미쳤나? 굴을 찾아 헤매다 보니, 화곡까지 가게 되었다. 화곡은 처음 가본다. 첫인상은 "술집 겁네 많네" 피똥쌀때까지 마실 수 있...