mundanegamer.blogspot.com
Reflow - An Augmented Reality Game for iOS - Mundane Gamer
http://mundanegamer.blogspot.com/2011/08/reflow-augmented-reality-game-for-ios.html
Reflow - An Augmented Reality Game for iOS. Is a new way to play with your iDevice and the world! Using the real-time camera image, the game abstracts your environment into a black and white level. Let virtual fluids flow on everything that meets your camera's eye. Use whatever you like - friends, objects, pets, strangers - to solve the given challenges in the most unique way. Call of Duty - Mundane Gamer. Star Wars Shirts and Clothing. Google Chrome Message Board. Batman Clothing and Memorabilia.
mundanegamer.blogspot.com
Path of Exile Beta Footage - Mundane Gamer
http://mundanegamer.blogspot.com/2011/08/path-of-exile-beta-footage.html
Path of Exile Beta Footage. Path of Exile is an upcoming, free-to-play, online-only action role-playing game set in the dark fantasy world of Wraeclast; the game is being developed by Grinding Gear Games. Call of Duty - Mundane Gamer. Star Wars Shirts and Clothing. Google Chrome Message Board. Batman Clothing and Memorabilia. 169; 2007 Mundane Gamer.
mike820324.blogspot.com
MicroMike: May 2012
http://mike820324.blogspot.com/2012_05_01_archive.html
This blog is all about computer science, especially the information security. Leave a comment to let me know how to let this blogger get better. Windows shellcode 1: Introduction. Some Great Python Tools. May 19, 2012. Windows shellcode 1: Introduction. Ok, this is another shellcode tutorial. However, this time I'm gonna focus on windows shellcoding technique. There are several ways to get the windows API address and the most simple one is using GetProcAddress() and LoadLibraryA() in kernel32.dll. Global...
mike820324.blogspot.com
MicroMike: February 2011
http://mike820324.blogspot.com/2011_02_01_archive.html
This blog is all about computer science, especially the information security. Leave a comment to let me know how to let this blogger get better. Smart phone , PC whats the difference. Feb 10, 2011. Smart phone , PC what's the difference. Today I read an article. Motorola's Atrix 4G: A Phone Thinks It's a Laptop. Wwwtime.com/time/business/article/0,8599,2048149,00.html#ixzz1DZXkSpkA. Subscribe to: Posts (Atom). Reading, Writing and Arithmetic. Picture Window template. Powered by Blogger.
mike820324.blogspot.com
MicroMike: August 2011
http://mike820324.blogspot.com/2011_08_01_archive.html
This blog is all about computer science, especially the information security. Leave a comment to let me know how to let this blogger get better. Simple OS - note. Compile qemu under ubuntu. Aug 13, 2011. Simple OS - note. While I was working on my simple operating system project. I found something interesting. Almost all the x86 system boot up in 16-bit real mode. And the way to enable the protected mode is quite easy. Suggest, using the following instruction can take us from real mode to protected mode.
mike820324.blogspot.com
MicroMike: November 2011
http://mike820324.blogspot.com/2011_11_01_archive.html
This blog is all about computer science, especially the information security. Leave a comment to let me know how to let this blogger get better. Ubuntu 11.10 plus plasma widget. Setting linux as a gateway. Nov 28, 2011. Ubuntu 11.10 plus plasma widget. I recently install the ubuntu 11.10. I spent some time to get used to the unity interface. But the unity shell is lack of widgets and therefore I decided to install the plasma-desktop to my ubuntu. :P. 1 install the package by the following command:. Https...
mike820324.blogspot.com
MicroMike: What the hell is "NetCut" doing and how to prevent
http://mike820324.blogspot.com/2011/12/what-hell-is-netcut-doing-and-how-to.html
This blog is all about computer science, especially the information security. Leave a comment to let me know how to let this blogger get better. What the hell is NetCut doing and how to prevent. What can you do when linux is not responding. Ubuntu 11.10 Notes. Dec 27, 2011. What the hell is "NetCut" doing and how to prevent. NetCut is a program that will help you disconnect other computers in the same subnet of an ethernet network. You can download the program from this link: NetCut. The best way to prev...
mike820324.blogspot.com
MicroMike: October 2011
http://mike820324.blogspot.com/2011_10_01_archive.html
This blog is all about computer science, especially the information security. Leave a comment to let me know how to let this blogger get better. Shell code 6(reduced the shellcode size). Dennis Ritchie R.I.P. Oct 31, 2011. Shell code 6(reduced the shellcode size). The size of shellcode is very important. Therefore I list some of the tricks that can reduce the shellcode size and moreover rewirte our shellcode to reduce the size. The following is a quick example for the exit system call. Int $0x80 = 2 bytes.
mike820324.blogspot.com
MicroMike: Ubuntu 12.04 notes.
http://mike820324.blogspot.com/2012/10/ubuntu-1204-notes.html
This blog is all about computer science, especially the information security. Leave a comment to let me know how to let this blogger get better. Ubuntu 12.04 notes. Oct 3, 2012. Ubuntu 12.04 notes. My notebook's graphic card is ati radeon hd 4300. If you want to check what graphic card your computer is using just type:. Lspci -vnn grep VGA. And it will show you the information that you need. Actually, there are many ways to install the graphic drivers. The following is just how I set my video drivers.
mike820324.blogspot.com
MicroMike: Compile Android 2.3.3 in Slackware 14
http://mike820324.blogspot.com/2013/01/compile-android-233-in-slackware-14.html
This blog is all about computer science, especially the information security. Leave a comment to let me know how to let this blogger get better. Compile Android 2.3.3 in Slackware 14. Linux Kernel 1: How to Compile Linux Kernel. Jan 21, 2013. Compile Android 2.3.3 in Slackware 14. Because the above reason, I decide to compile the android 2.3.3 without downgrade any tools and also to write the whole process down to remind myself how I do it. Linux Distro : Slackware 14 x86 64( with multilib support ).