Pages
License

So It Reminds Me (TM) by Bondhan Novandy is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.Categories
-
Recent Posts
Recent Comments
Friends
Sides of Me
Meta
Looking For Something?
.alx 7816 adding account bash Bold Like Theme C++ code snippet Curve 8320 dig dns embedded systems EVDO Exercise GCC google talk grep gtalk Haier CE100 Inheritance Instantiation Instruction Set kartu pintar lectures linux Linux programming linux scripting Makefile Microprocessor Misconception NAND Flash Networking NOR Flash ORA-12560 oracle organize ebooks pidgin PowerPC Python scripting sed exercise sed scripting Smart Card Smart Unlimited Storage tns-
Blocked
Author Archives: Bondhan Novandy
Penjelasan Singkat Protokol Kontak Pada Kartu Pintar (T=0 & T=1)
Wah sudah lama gak update nih blog, padahal dah bayar hosting, hehehe.. :p, untuk karena itu dalam rangka melakukan hal positif (ciee), ada baiknya menulis sedikit pengetahuan saya di bidang protokol kartu pintar jenis T=0 dan T=1 (baca: T equal … Continue reading
Pengenalan Smart Card
Sebetulnya saya masih baru di bidang ini bisa dibilang 10 bulan + 9 bln berjalan. Akan tetapi alhamdulillah, dalam waktu yg singkat tersebut saya telah berhasil menjalankan beberapa project kecil, ya scope kecil saja, yg bisa dibilang -insyaAllah- mewakili smart card … Continue reading
A Simple Crypto Tool (SmartConverter)
Had not updated this blog for long time. Well I just finished creating a simple crypto tool using openssl and crc. Probably it’s quite helpful for you. You can download it here. Please note that the HMAC sha1, ripemd, rsa … Continue reading
Posted in C/C++, Programming, Tools
Tagged crc, crypto, des, hash, mac, openssl, rsa, sha, tool, triple des
Leave a comment
WPA2-PSK Portable Hotspot Android Froyo 2.2
I was confused why windows 7 ultimate x86 cannot detect my Android portable hotspot when set to WPA2-PSK mode. Oh well I finally figured it out. My android is galaxy ace with froyo 2.2 virgin. After you setup your android … Continue reading
Posted in Android, Trouble-Shoot
Tagged Android, Error Connection, Froyo, Wifi, WPA2 PSK
Leave a comment
ATR Decoder
To refresh my minds in smart cards area, I decided to write an ATR decoder. Since that I have decided to focus myself on one of the scripting languages, that is Python, I decided to write an ATR decoder. You … Continue reading
Sorting a List of Tuples and Dictionary
So not to forget. I am doing basic exercise from here. If you have a list of tuples: undordered_list = [(1, 3), (3, 2), (2, 1)] If you want to sort it based on the second tuple key, one of … Continue reading
Google Talk (Gtalk) with pidgin 2.7.10
After trying for sometimes adding my gmail account on pidgin 2.7.9, I thought probably I need to update to the latest version. Then after downloading and installing the latest one, still I can not login to my gtalk using pidgin. … Continue reading
Posted in Trouble-Shoot, Windows
Tagged adding account, google talk, gtalk, pidgin, xmpp
Leave a comment
Misconception in C++
Recommend on Facebook share via Reddit Share with Stumblers Tweet about it Subscribe to the comments on this post Bookmark in Browser Tell a friend
ORA-12560: TNS:protocol adapter error occurs (Oracle Newbie 101)
After so many years (hyperbolic :p) not touching database, my current job seems to force me to learn Oracle more. After installing the 10g Express Edition on windows XP, I could connect to the server using sqlplus if only it … Continue reading
Grep Exercise (From “UNIX® Shells by Example Fourth EditionBy Ellie Quigley”)
With the same text file from the previous post we have these questions: Print all lines containing the string San. Print all lines where the person’s first name starts with J. Print all lines ending in 700. Print all lines … Continue reading