Nugroho's blog.
This blog contains my work about anything.
Pages
(Move to ...)
Home
My Youtube
My Instagram
PayPal
Python
Programming
▼
Tuesday, May 23, 2017
Adding Piezo and Replace Tune O Matic on ES175 Replica.
›
Why? I want acoustic electric package in one guitar. In order to install Fishman piezo, I need to replace Tune O Matic with regular acousti...
Guitar Intonation.
›
Have you tune your guitar using clip-on tuner and it's perfectly in tune for all open strings, but it getting horribly out of tune at hi...
Thursday, May 18, 2017
Playing with Memo in Delphi
›
I change the font in memo (tMemo) into courier. With this change, it's easy to do string manipulation with old Pascal style. Below, I...
Palindrom Checker
›
This simple program is using an edit as input, a button to trigger processing and a memo for output. I used edit.text as s value and then...
Tuesday, May 16, 2017
Walking Star in Delphi's Stringgrid.
›
This code moves the star from cell to cell on string grid. I use variable s, an array of string type variable. For delay, or controlling...
Monday, May 15, 2017
Digit Word.
›
A digit word is a word where, after possibly removing some letters, you are left with one of the single digits: ONE, TWO, THREE, FOUR, FIVE...
Wednesday, May 10, 2017
Animation using Matplotlib
›
Suppossed we want to animate our plot, say f(x) = (x-c)^(2) to see the effect of various c value, we could do it in Python using Matplotlib ...
‹
›
Home
View web version