For a new blogger, there’s nothing more exhilarating and addictive than reading those first few comments posted to your site. Suddenly, you realize that your words are reaching people around the world, and that you have the ability to impact their opinions, and in some cases, their lives. But once you’ve found your audience, how do you keep your visitors coming back for more? And how do you keep them engaged? The following are some tried-and-true tactics for upping the participation factor on... more
Boyer Moore String Searching Algorithm
This time, we will talk about Boyer Moore string searching. It’s not like brute-force, it will search a substring from the back and go forward till the first char of string. For example, we search a substring EXAMPLE within HERE IS A SIMPLE EXAMPLE string. I can’t explain it well, so this below maybe rather confusing. EXAMPLE HERE IS A SIMPLE EXAMPLE 's' is not in EXAMPLE substring, jump for EXAMPLE length = 7 EXAMPLE HERE IS A SIMPLE EXAMPLE 'e' is not same as 'p', so jump for the last char of EXAMPLE to 'p' EXAMPLE = 2 EXAMPLE HERE IS A SIMPLE EXAMPLE 'a' != 'i', jump for distance from 'e' SIMPLE to the front 'e' EXAMPLE sub string = 6 EXAMPLE HERE IS A SIMPLE EXAMPLE 'e' is not same as 'p', so jump for the last char of EXAMPLE to 'p' EXAMPLE = 2 EXAMPLE HERE IS A SIMPLE EXAMPLE compare till end, found. For the code, it’s a little weird, made by myself with many helps. It just find the index of string if it found the sub... more
Prevent Access to Your Drive with File Sharing XP
We use computers. We use it together, with your parents, families and your friends. We thought it would be safe if we let them use your PC, but oopppss, they do delete your files and say sorry to you. Sorry didn’t make your files back to you. If you don’t want this disaster happen to you again, here’s a way to make it not happen again. Open folder options in control panel section and with View tab, you will see many options ahead. Find use simple file sharing option (XP), uncheck... more
Boyer Moore String Searching Algorithm
This time, we will talk about Boyer Moore string searching. It’s not like brute-force, it will search a substring from the back and go forward till the first char of string. For example, we search a substring EXAMPLE within HERE IS A SIMPLE EXAMPLE string. I can’t explain it well, so this below maybe rather confusing. EXAMPLE HERE IS A SIMPLE EXAMPLE 's' is not in EXAMPLE substring, jump for EXAMPLE length = 7 EXAMPLE HERE IS A SIMPLE EXAMPLE 'e' is not same as 'p', so jump for... more
About Me
Hello, world! I am Feby Purnama Tanzil. I live in Indonesia and still do college in Petra Christian University. With this blog I want to share my life and experience and want to help to solve your problem or find what you’re looking for. Oh, and I want to try to build a good blog. With this blog, I want to try something new, something that I’ve never done before. I want to improve my English with this blog, learn to write and learn to manage something that I have. And actually, I want to learn about PHP and other things related to it, it’s very interesting to me. Because I was born in Indonesia, so I will post in Indonesian too sometimes. Feel free to give comments and feel free to look, it’s my pleasure. I hope your comments soon can help me to improve this blog, the contents and appearance. And something I must tell you, I’m not so good with English, so if you find something weird, just tell me, give me comment about that and I will fix it. I’m looking for your comments. Thank you.

