mytecblog.wordpress.com
Motorola XT701 – Too Slow | My Tech Blog
https://mytecblog.wordpress.com/2012/02/23/motorola-xt701-too-slow
Software engineering challenges and solutions. WP sstat visitors plugin. Motorola XT701 – Too Slow. My Motorola XT701 Android phone is aging and it performance is not as smooth as it use to be. The problem annoy me for long time but the option of wiping it fresh was not very appealing, until “enough is enough” and I’ve decided to do that! But before I do I remind myself with the steps to get into system recovery. Turn the phone Off. Use the volume button to change selection and the camera button to apply.
mytecblog.wordpress.com
Migrating from POP3 to IMAP | My Tech Blog
https://mytecblog.wordpress.com/2012/01/30/migrating-from-pop3-to-imap
Software engineering challenges and solutions. WP sstat visitors plugin. Migrating from POP3 to IMAP. The solution is obviously IMAP. To be fair had i know what is IMAP I would have use it from start. The problem now is that all my old messages are locally stored on my home PC in folders and sub-folders and I want to be able to browse them in my new account, which is the same account using IMAP. This entry was posted on Monday, January 30th, 2012 at 9:56 pm and is filed under Technology. Next Post ».
mytecblog.wordpress.com
WP sstat visitors plugin | My Tech Blog
https://mytecblog.wordpress.com/wp-sstat-visitors
Software engineering challenges and solutions. WP sstat visitors plugin. WP sstat visitors plugin. Is an extension for WP-shortstat. Track your blog visitors path. Find what was the visitors path and timings in your site. This Plugin present some information on each visitor at your site, including where did he came from, what was he doing and for how long. Screenshot of the plugin display. Please leave a comment or ask any question. WP sstat visitors plugin. November 28, 2009 at 7:49 pm. Created by WP-Sh...
mytecblog.wordpress.com
RIM JDE debug messages | My Tech Blog
https://mytecblog.wordpress.com/2008/11/25/rim-jde-debug-messages
Software engineering challenges and solutions. WP sstat visitors plugin. RIM JDE debug messages. Maybe it my fault that I didn’t read the whole of RIM’s documentation or maybe it just not there. Anyway I was looking for a while for how to print debug messages in the JDE’s debug window and now I found it. Simply use the system output stream:. System.out.println( "message " number );. This entry was posted on Tuesday, November 25th, 2008 at 4:14 pm and is filed under Technology. From your own site.
mytecblog.wordpress.com
SlickEdit autogenerated Makefile configuration | My Tech Blog
https://mytecblog.wordpress.com/2010/02/03/slickedit-autogenerated-makefile-configuration
Software engineering challenges and solutions. WP sstat visitors plugin. SlickEdit autogenerated Makefile configuration. SlickEdit autogenerated Makefile generate the following by default. SlickEdit generated file. Do not edit this file except in designated areas. # Make command to use for dependencies MAKE=make RM=rm MKDIR=mkdir # - - -Begin user-editable area- - - # - - -End user-editable area- - - # If no configuration is specified, Debug will be used ifndef CFG CFG=Debug endif . From your own site.
mytecblog.wordpress.com
Odds conversion functions | My Tech Blog
https://mytecblog.wordpress.com/2008/11/04/odds-conversion-functions
Software engineering challenges and solutions. WP sstat visitors plugin. Odds conversion is something you will hardly ever need. For most it would be sufficient to use a conversion tables. But if you actually need to convert odds as part of a script here is how to do so:. There are three types of odds format:. For every 5 dollars you invest you get 9 if you win and the original 5 stake. For every dollar you invest you get 2.8 dollars, that include the original stake. Given the fractional odds. You are co...
mytecblog.wordpress.com
LM058 communication problem | My Tech Blog
https://mytecblog.wordpress.com/2008/12/05/lm058-communication-problem
Software engineering challenges and solutions. WP sstat visitors plugin. It should not escalated to this level and since it does it a bad evidence on the ‘LM Technologies’ brand. I am working on a system the include communication from a smartphone to a controller. The controller support RS232, the smartphone support Bluetooth and to bridge this gap I purchased a ‘Bluetooth Serial adaptor’ from ‘LM Technologies’. At this stage it become apparent that either my device is faulty or just badly designed.
mytecblog.wordpress.com
Simple UTF-8 C Decoder | My Tech Blog
https://mytecblog.wordpress.com/2008/12/23/simple-utf-8-c-decoder
Software engineering challenges and solutions. WP sstat visitors plugin. Simple UTF-8 C Decoder. This is a simple C or C code for UTF-8 decoder. Given that this is first byte of the character,. How many bytes is the character occupy? Int NumberOfUTF8Chars(unsigned char ch). This code was never actually tested. Use it on your own risk. This entry was posted on Tuesday, December 23rd, 2008 at 10:32 am and is filed under Technology. You can follow any responses to this entry through the RSS 2.0.