Latest Posts
-
Google and NASA Team Up to Tackle AI, D-Wave quantum computing
Read the full article here: http://www.technologyreview.com/news/514846/google-and-nasa-launch-quantum-computing-ai-lab/ Continue reading
-
android debug vm virtual virtualbox images ova eclipse
As an alternative to the default android virtual machines that come with the Android SDK and/or Eclipse, try the images from the site below: http://androvm.org/blog/ The format is ova, which is easily opened by virtualbox, and there only two simple… Continue reading
-
android app cannot connect to internet
To allow your custom app to connect to the internet, add the following in your AndroidManifest.xml file right before (outside) the application tag. Continue reading
-
IIS6 Change Framework Version without restart of W3SVC service
browse to the location of the folder containing the version of asp_net regiis such as: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319 run aspnet_regiis -lk to get the virtual path you will need in the next command. to see which ID matches your website launch IIS… Continue reading
-
microsoft expressions split clips into multiple files
open expressions (select transcode project) file->new job import file select all your encoding video/audio settings set your clips (click on location in timeline then on the “insert edit at playhead button”) at this point you may have assumed clips would… Continue reading
-
iis 6 redirect with querystring
Permanent site redirects using IIS are useful when moving a site to a new domain and also more search engine friendly than simply doing a javascript or server side redirect. These send a “301” response status code To do this… Continue reading
-
asp .net could not establish trust relationship for the SSL/TLS secure channel
A quick google search revealed multiple reported resolutions, however, after following the steps in the MSDN blog reference listed below, the issue was still unresolved in my situation. Additional details in the stack trace will reveal another similar message: “The… Continue reading
-
c# .net split strings with math divrem using lambda linq
Recently I came across a nice alternative to loops using linq for evenly splitting a string using Math.DivRem. The following example illustrates how this can be used to parse a sequence of numbers based on a time series which may… Continue reading
-
erightsoft SUPER temp files
SUPER video encoder is a pretty handy UI for ffmpeg and mencoder processing, however, keep in mind this tool will create temp files on your hard disk during the encoding process. Normally this is not an issue, as the temp… Continue reading
-
macbook lock screen keyboard shortcut
control+shift+eject or if you don’t have an eject button: control-shift-fn-power button Continue reading