Hello MasterJ Blog

Python GUI, What Better?
20 Jun 2019
Python GUI, What ?? Better?? 닥치고 파이선 프로그래밍을 하다가 보니 GUI 도 파이선으로 하고싶었다 내가 아는 프레임워크는 Qt 대충 상업적인 부분에서는 유료 라이센스가 필요하다 별건 아니지만 상용라이센스는 피하고 싶었다 누군가가...
Rasberry pi zero w version talk
05 Jun 2019
Rasberry PI Zero W 얼마전에 제로를 구매해 사용해 봤다. 이 작고 앙증맞은것 … 성능은 어떠할까 Technical Specifications The Raspberry Pi Zero W extends the Pi Zero family. Launched at the...
oct2py Octave On Python
03 Jun 2019
OCTAVE, oct2py octave 스크립트(.m) 이나 옥타브 명령을 python 상에서 사용할수 있게 도와주는 서드파티 패키지다 전에 포스팅한 how to use octave 와 연계 된다구 할 수 있다. 설치는 pip install oct2py...
How to use octave
21 May 2019
OCTAVE 한글로 옥타브 음계의 그 옥타브가 아니다. matlab 으로 진행해야만 할것같은 프로젝트 가 있다. 라이센스 비용의 압박에 다른 대체할만한 프로젝트가 없는지 탐색중 찾은게 OCTAVE GNU 프로젝트 이다. https://www.gnu.org/software/octave/ 지원되는 플랫폼은...
How to Custom GPIO on OpenWRT
23 Jan 2019
주저리 OpenWRT OS 에서 GPIO 컨트롤 에 대하여 써본다 GPIO 라고 하면 일단 MCU, (Aduino) 등 만지작 해본 사람들은 알겠지만 범용 인아웃 핀 이라고… 지금 쓰는 내용에는 LED 용 과...
Grive On Centos6
23 Nov 2018
주저리 centos6 버전에서는 yum 을통한 패키지 설치가 안됨 (거지같음) 소스를 빌드후 설치해야 한다ㅗ_ㅗ 참고 http://yourcmc.ru/wiki/Grive2 다운 그리고 컴파일- centos6 yum install -y libcurl libcurl-devel yajl yajl-devel libstdc++-devel libstdc++ boost-filesystem boost-program-options...
GCC 5.2 build
17 Oct 2018
gcc 5.2 컴파일러를 요구하는 프로젝트 파일… ubuntu 16.04 LTS 상황에서 설치되어있는 gcc 는 5.4 …피곤허다… gcc 5.2로 변경하려 해도 apt 패키지 에는 없는걸…..옘비… 빌드해서 올려야 한다 그럼 아래 과정 다운...
AOSP Build
12 Jun 2018
오늘은 AOSP Build 방법, 환경구축에 대해 쓰고자 한다. (너무 심심해…젠장) AOSP 로 검색한 사람도 있겠지만 Android Open Source Project 또는 Android OS Build 라고 생각해도 될 것 같다 간단하게 알고...
How to Install atftp on raspberry
15 May 2018
tftp 는 항상 문제다 네트워크 컨디션 과 임베디드 장치 특성상 개발단계 의 디바이스는 항상 불안정하고 스트레스를 유발한다. 본격 개발도 시작못했는데 말이지… 네트워크 컨디션이 안좋으면 tftp 다운에만 의존하는 환경에서는 죽을 맛이다....
jekyll not working Mac 10.13 Fix
13 Feb 2018
jekyll 을 쓰다 보면. 여러 PC에서 사용하게 되는데 보통 MacBookPro 에서 환경하다가 IMac에서 추가로 사용하게 되었다. 하지만 iMac은 안되네 os 가 다르지는 않지만 맥북은 좀더 낮은 버전에서 업그레이드 한거고 아이맥은...
Older Posts
Python pip install error on mac 17 Jan 2018
Mac 에서 Python 트레이닝 중 생긴 문제 pip python 패키지 관리자를 설치하려던 도중 다음과 같은 실패를 경험한다. brew upgrade python iMac:github masterj$ brew upgrade python ==> Upgrading 1 outdated package,...
The Best Partition Tool 01 Jan 2018
일반 데스크탑 pc 에서 윈도우와 우분투 듀얼부팅을 자주하던 나는 윈도우 업데이트시 가끔 grub partition 을 자주 날려먹기에 넘나 귀찮다고 느끼던중 linux partition 을 윈도우 디스크관리자에서 지워버렷다. 복구가 쉽게 되리라 생각했지만...
goahead webserver on ubuntu 02 Nov 2017
Embedded Webserver Goahead 를 빌드해서 ubuntu 에올려보려 한다. OS ubuntu16.04 x64 기본 패키지 설치 sudo apt-get -y vim git builld-essential goahead 는 여러플랫폼을 지원하는데 linux 환경에 대해서는 뭔가 쫌 부족하게...
redis build raspberrypi3 20 Oct 2017
라즈베리3 에서 핫하다는 redis 를 빌드 해보기로했다. 필요한 최소한의 패키지 설치 sudo apt-get install -y git build-essential redis 를 다운받는다. git clone https://github.com/antirez/redis 빌드 진행은 간단하다 make sd카드가 클래스10 이라...
OpenSource Licens List 24 Aug 2017
“펌, KLDP wiki” 3.2.1. GPL 2.0 GPL은 현재 가장 많은 OpenSource 소프트웨어가 채택하고 있는 라이센스이다. OpenSource 라이센스들 중에서 가장 많이 알려져 있고 의무사항들도 타 라이센스에 비해 엄격한 편이다. GPL의 주요...
Welcome to Jekyll! 19 May 2017
You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways,...
Make the World 19 May 2017
I have first blog! Thankyou Jekyll This is my github blog for my loging developer story, and note.
Hello 26 Sep 2015
Hello Jekyll
Post with a Background Image 26 Oct 2013
Here be a sample post with a custom background image. To utilize this “feature” just add the following YAML to a post’s front matter. image: background: filename.png This little bit...
Syntax Highlighting Post 16 Aug 2013
Syntax highlighting is a feature that displays source code, in different colors and fonts according to the category of terms. This feature facilitates writing in a structured language such as...
A Post with a Video 25 Jun 2013
Video embeds are responsive and scale with the width of the main content block with the help of FitVids. <iframe width="560" height="315" src="//www.youtube.com/embed/SU3kYxJmWuQ" frameborder="0"></iframe>
Testing Readability with a Bunch of Text 22 May 2012
Portland in shoreditch Vice, labore typewriter pariatur hoodie fap sartorial Austin. Pinterest literally occupy Schlitz forage. Odio ad blue bottle vinyl, 90’s narwhal commodo bitters pour-over nostrud. Ugh est hashtag...
Sample Post 10 Mar 2011
Below is just about everything you’ll need to style in the theme. Check the source code to see the many embedded elements within paragraphs. Heading 1 Heading 2 Heading 3...