Category Archives: Technical

Technical parts

Google Calendar Sync ending in August 1, 2014

It appears to have to do with Microsoft's Exchange ActiveSync service. Thus far, I have this site as a follow-up: http://thedroidlawyer.com/2014/07/alternative-options-google-calendar-sync/

Posted in News, Technical | Leave a comment

Coursera: Creative Programming for Digital Media & Mobile Apps

Fun course. Supposedly an easy way to learn smartphone graphics coding. Using MIT's Processing. There was some issue getting things to compile. Hence, here's the proper way of installation: All 64 bit for my Windows 7 64bit. Install JDK (version … Continue reading

Posted in Projects, Technical | 5 Comments

Run As not elevated to Admin

The Runas command may not work well in Windows 7. After using Run As Administrator, it appears that the installation/app still uses standard user restriction. Solution: Hold SHIFT key while right click for RUN AS mode. This will drop down … Continue reading

Posted in Technical | Leave a comment

Kipkay's laser trip wire

The best motion sensor project I've seen thus far. The other DIY (Do it yourself) versions found online are more confusing.

Posted in Technical | Leave a comment

MS Access Security

Someone has finally accessed the database window intentionally at work. So I am taking extra steps to secure it, something I had hoped didn't happen. To hide access to the Database Window or Navigation Pane in 2007. Sources referred: http://www.tek-tips.com/viewthread.cfm?qid=925287 … Continue reading

Posted in Projects, Technical | Leave a comment

Very cool way of using google

http://tw.gigacircle.com/380623-1 大前提:英文Google→www.google.com 第一篇 在搜索框上輸入:「indexof/」inurl:lib 再按搜索你將進入許多圖書館,並且一定能下載自己喜歡的書籍。 在搜索框上輸入:「indexof/」cnki 再按搜索你就可以找到許多圖書館的CNKI、VIP、超星等入口! 在搜索框上輸入:「indexof/」ppt 再按搜索你就可以突破網站入口下載powerpint作品! 在搜索框上輸入:「indexof/」mp3 再按搜索你就可以突破網站入口下載mp3、rm等影視作品! 在搜索框上輸入:「indexof/」swf 再按搜索你就可以突破網站入口下載flash作品! 在搜索框上輸入:「indexof/」要下載的軟件名 再按搜索你就可以突破網站入口下載軟件! 注意引號應是英文的! 再透露一下,如果你輸入: 「indexof/」AVI 另補上第二篇 用GOOgle看世界!!!只要你在GOOGLE裡輸入特殊的關鍵字,就可以搜到數千個攝像頭的IP地址!通過他你就可以看到其所攝的實時影像!! 在google裡輸入 inurl:"viewerframe?mode=" 隨便打開一個,然後按提示裝一個插件,就可以看到了!!! 再補上第三篇 三則駭客的Google搜索技巧簡介 大家都知道,Google毫無疑問是當今世界上最強大的搜索引擎。然而,在駭客手中,它也是一個秘密武器,它能搜索到一些你意想不到的信息。賽迪編者把他 們進行了簡單的總結不是希望您利用他去攻擊別人的網站,而是利用這些技巧去在浩如煙海的網絡信息中,來個大海撈針,尋找到對您有用的信息。 如果您是一名普通網民,您可以使用駭客的技巧擴大自己的視野,提高自己的檢索效率;如果您是一名網管,請您趕快看看您的網站是否做好了對下面駭客探測手 段的防範措施,如果沒有就趕快來個亡羊補牢,畢竟隱患勝於明火,防範勝於救災;如果您是一名駭客,相信您早以在別的駭客站點上見過類似的方法,這篇文章對 您沒什麼用處,這裡的技巧對您是小兒科,菜鳥級!您可以節省寶貴的時間做更有意義的事情,這篇文章您不用看了,到別處去吧! 基於上面的考慮我編發了這篇文章。 搜索URL 比如我們提交這種形式:passwd.txtsite:virtualave.net 看到了什麼?是不是覺得太不可思議了!有很多基於CGI/PHP/ASP類型的留言板存在這種問題。有時我們得到密碼甚至還是明碼的!管理員或許太不負 責了,或許安全防範的意識太差了,如果你是網絡管理員,趕快檢查一下不要讓惡意攻擊者撿了便宜。不要太相信DES加密,即使我們的密碼經過DES加密的密 碼,駭客們還是可以通過許多破解軟件來搞定。 這次我們能得到包含密碼的文件。「site:virtualave.net」意思是只搜索virutalave.net的URL。virutalave.net是一個網絡服務器提供商。 同樣,我們可以搜索一些頂級域名,比如:.net.org.jp.in.gr config.txtsite:.jp admin.txtsite:.tw … Continue reading

Posted in Technical | Leave a comment

Auto Text Highlighter

My AutoTextHighlighter app in C# gave me trouble for a little while when I use it in Windows 7 desktop. Was I using Vista before? Short story version: 1. http://stackoverflow.com/questions/2346281/vb-net-sendkeys-letters-duplicate 2. http://msdn.microsoft.com/en-us/library/system.windows.forms.sendkeys.sendwait.aspx 3. http://msdn.microsoft.com/en-us/library/ms184658.aspx 4. Be sure to keep the … Continue reading

Posted in Technical | Leave a comment

So much for idolizing patent

Patent Troll Ordered To Pay For the Costs of Fighting a Bad Patent http://rss.slashdot.org/~r/Slashdot/slashdot/~3/dju7qc9J8w8/story01.htm

Posted in News, Technical | Leave a comment

Toroidal Vortices

Those smoke/vortex rings could easily be mistaken as UFO.

Posted in Astronomy, Biology, Technical | Leave a comment

MQL4 Error code 138 for OrderClose

Looked around for a while, It actually has to do with the simple "how do you know what parameter (for Buy or Sell) to use in the OrderClose. I had used Bid price all the time, so for a sell … Continue reading

Posted in Technical | Leave a comment