Just do a search for your company here:
http://sdatcert3.resiusa.org/UCC-Charter/CharterSearch_f.aspx
Don’t make the mistake I did and go to the general MD home page and click around, nothing tells you.
Posted by Greg Pinero (Primary Searcher) as Other at 8:48 AM UTC
No Comments »
These are links associated with recent searches I’ve done. They’re not difficult enough to warrant to their own posts but still super useful.
Tags: Ajax, Audio, Cheatsheet, Data, Datagrid, Forum_I_Posted_To, Javascript, Jquery, Mysql, Pfam, Python, Reference, Table, Wav
Posted by Greg Pinero (Primary Searcher) as Uncategorized at 5:00 AM UTC
No Comments »
These are links associated with recent searches I’ve done. They’re not difficult enough to warrant to their own posts but still super useful.
obby - TracGobby is a free collaborative editor supporting multiple documents in one session and a multi-user chat. It runs on Microsoft Windows, Mac OS X, Linux and other Unix-like platforms.
Tags: Blendedtechnologies, Business, Car, Collaboration, Editor, Invoice, Iphone, Javascript, Memory, Python, Ssh, Toread, Touch
Posted by Greg Pinero (Primary Searcher) as Uncategorized at 5:00 AM UTC
No Comments »
These are links associated with recent searches I’ve done. They’re not difficult enough to warrant to their own posts but still super useful.
pyspeech - Google CodeWrite a Python program that uses speech recognition. I've got to try it! I wish someone would make one that works on Linux.
Why Does Everyone Speak English in Stargate Atlantis?The best theories here are that either, everyone learned ancient before going on the expedition and thus everyone is actually speaking that, and the show portrays it as English. The other option is that when Dr. Wier went back in time she taught English to the ancients and they thus taught it to all the worlds in the galaxy.
Twitter / utility_millThe twitter page for Utility Mill … or you could just follow Utility Mill's RSS feed on your own. (I don't get Twitter yet, but I'm trying)
Tags: Celebrity, Forum, Iphone, Photo, Pictures, Python, Speech, Stargate, Twitter, Utility, Utilitymill, Voice_Recognition, Win32
Posted by Greg Pinero (Primary Searcher) as Uncategorized at 4:59 AM UTC
No Comments »
Here’s a minimal HTML page that will do this. Note that in Firefox I’ve found it doesn’t work for time intervals less than 5 seconds.
Notice that we add a random element to the end of the image URL on each refresh to get around any caching.
<html>
<head>
<script>
function refreshcam(){
img = document.getElementById("cam");
img.src="http://192.168.1.6:8080/cam.jpg?rand=" + Math.random();
}
</script>
</head>
<body onload="window.setInterval(refreshcam, 5*1000);">
<p>Welcome!</p>
<img id="cam" src="http://192.168.1.6:8080/cam.jpg" />
</body>
</html>
Posted by Greg Pinero (Primary Searcher) as Automation, Other at 1:24 PM UTC
No Comments »