User carrier - Stack Overflowmost recent 30 from stackoverflow.com2009-12-20T20:02:43Zhttp://stackoverflow.com/feeds/user/20498http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1878268/django-for-web2py-developers1Django for web2py developerscarrier2009-12-10T02:21:50Z2009-12-12T23:22:22Z
<p>Now that I've gotten relatively familiar with web2py, I'd like to give Django a go.</p>
<p>What are the main differences? </p>
<p>What would be the most efficient way to get started taking into account web2py knowledge?
(It must help to have some python application framework knowledge,no?)</p>
<p><strong>EDIT</strong></p>
<p>Also, if you've used both, can you offer an opinion on which you prefer and why?</p>
http://stackoverflow.com/questions/1763869/how-can-i-get-the-date-format-from-an-ssrs-report-from-the-web-service-interface/1881359#18813590Answer by carrier for How can I get the date format from an SSRS report from the web service interface?carrier2009-12-10T14:31:16Z2009-12-10T14:31:16Z<p>What you're seeing is the default format string representation of the DateTime object (according to your locale...probably), so yes, in a sense, it is harcoded like that.</p>
<p>If you're working with a DateTime object though, rather than try and figure out what format it is in, you could just force it to whatever format you like best.</p>
<pre><code>dt.ToString("MM/dd/yyyy hh:mm:sszzz")
</code></pre>
<p>You might want to take a look <a href="http://msdn.microsoft.com/en-us/library/cc281083.aspx" rel="nofollow">here</a> for information that might help you.
Also <a href="http://msdn.microsoft.com/en-us/library/ms157406%28SQL.105%29.aspx" rel="nofollow">this</a>.</p>
http://stackoverflow.com/questions/198867/have-you-made-interesting-use-of-the-playstation-33Have you made interesting use of the playstation 3?carrier2008-10-13T20:12:17Z2009-12-10T02:52:31Z
<p>I'd like to hear about interesting projects making use of playstation 3 (ps3) hardware.</p>
http://stackoverflow.com/questions/1848799/where-do-you-find-your-fonts5Where do you find your fonts?carrier2009-12-04T18:28:23Z2009-12-04T19:00:45Z
<p>Where do you go to find fonts to use in web development or other.</p>
http://stackoverflow.com/questions/1803836/full-in-browser-window-looping-video0Full In-Browser Window Looping Videocarrier2009-11-26T14:02:25Z2009-11-29T23:35:45Z
<p>I would like to achieve <a href="http://www.moresoon.org/projects/Smiling%5F02.html" rel="nofollow">this</a> effect. Suggestions on how to achieve?</p>
http://stackoverflow.com/questions/1803836/full-in-browser-window-looping-video/1817155#18171550Answer by carrier for Full In-Browser Window Looping Videocarrier2009-11-29T23:35:45Z2009-11-29T23:35:45Z<p>I ended up using the new tag from HTML5.
Of course it doesn't work in all browsers.
It's neat though.</p>
http://stackoverflow.com/questions/1790515/satchmo-like-project-in-java0Satchmo like project in Java.carrier2009-11-24T14:43:45Z2009-11-28T17:15:11Z
<p>Is there a <a href="http://www.satchmoproject.com/" rel="nofollow">satchmo</a> like project in Java?</p>
<p>EDIT</p>
<p>As for those trying to close the question, I did as requested and asked on server fault where <a href="http://serverfault.com/questions/88669/satchmo-like-project-in-java">it</a> was not well received.</p>
http://stackoverflow.com/questions/283016/know-a-good-ip-address-geolocation-service8Know a good IP address Geolocation Service?carrier2008-11-12T04:13:52Z2009-11-23T09:23:53Z
<p>I'd like to get your impressions on any ip geolocation (as in IP to location) service services you may have employed?</p>
<p>I'm looking for something free or cheap, which shouldn't be unrealistic because I need to make a very small volume of requests.</p>
<p>Anything with python bindings would be especially ideal.</p>
http://stackoverflow.com/questions/1724679/intelligent-voice-recording-request-for-ideas0Intelligent Voice Recording: Request for Ideascarrier2009-11-12T19:19:41Z2009-11-13T12:02:44Z
<p>Say you have a conference room and meetings take place at arbitrary impromptu times. You would like to keep an audio record of all meetings. In order to make it as easy to use as possible, no action would be required on the part of meeting attenders, they just know that when they have a meeting in a specific room they will have a record of it.</p>
<p>Obviously just recording nonstop would be inefficient as it would be a waste of data storage and a pain to sift through.</p>
<p>I figure there are two basic ways to go about it.</p>
<ol>
<li>Recording simply starts and stops according to sound level thresholds.</li>
<li>Recording is continuous, but split into X minute blocks. Blocks found to contain no content are discarded.</li>
</ol>
<p>I like the second way better because I feel there is less risk for losing data because of late starts, or triggers failing.</p>
<p>I would like to implement in Python, and on Windows if possible.</p>
<p>Implementation suggestions?</p>
<p>Bonus considerations that probably deserve their own questions:</p>
<ul>
<li>best audio format and compression for this purpose</li>
<li>any way of determining how many speakers are present, assuming identification is unrealistic</li>
</ul>
http://stackoverflow.com/questions/651613/are-there-alternatives-to-amazons-mechanical-turk-not-restricted-to-us0Are there alternatives to Amazon's Mechanical Turk not restricted to US?carrier2009-03-16T18:29:24Z2009-11-13T06:23:40Z
<p>If I could, I would love to try out Mechanical Turk. Unfortunately, it is limited to American Requesters.</p>
<p>Are there alternatives?</p>
http://stackoverflow.com/questions/730433/recommended-eclipse-plugins-for-java-source-code-analysis3Recommended Eclipse plugins for Java source code analysis.carrier2009-04-08T15:01:44Z2009-10-20T10:23:32Z
<p>Which plugins for Eclipse do you recommended for analyzing your code?</p>
<p>Bug finding, unused code detection, suggested refactoring, ...</p>
http://stackoverflow.com/questions/619983/display-regular-street-map-on-google-earth0Display regular street map on Google Earthcarrier2009-03-06T18:46:57Z2009-10-08T08:12:33Z
<p>I'm writing an application that displays data using Google Earth.
In certain situations, it would be more convenient if, rather than displaying satellite images, the surface of the earth would look more like the 'regular map' on Google Maps.</p>
<p>Is this possible?</p>
http://stackoverflow.com/questions/1462468/are-mysql-foreign-key-auto-generated-names-deterministic0Are MySQL Foreign Key auto-generated names deterministic?carrier2009-09-22T20:42:33Z2009-09-22T21:47:02Z
<p>When constraints are created they are given names that look something like this 'FK5E6B788655A1514E'.</p>
<p>I'm wondering if the name generation is deterministic or random.
I noticed that two separate databases I was using, same schemas, ended up with the same FK names.</p>
<p>Does it make sense when writing an upgrade script from one version of a schema to another to make use of these constraint names?</p>
http://stackoverflow.com/questions/395836/integrating-smartgwt-and-web2py1Integrating smartgwt and web2py.carrier2008-12-28T04:40:06Z2009-09-01T06:12:36Z
<p>I'd like to build an application using <a href="http://code.google.com/p/smartgwt/" rel="nofollow">smartgwt</a> and <a href="http://mdp.cti.depaul.edu/" rel="nofollow">web2py</a>.<br />
I am new to both.</p>
<p>Ultimately what I would like to do is display objects obtained from a web2py backend in a smartgwt TileGrid.</p>
<p>Can anyone enumerate the broad strokes of what needs to be done? Or point me to any useful resources?</p>
<p>Any information that would apply more to <a href="http://www.djangoproject.com/" rel="nofollow">django</a> is also welcome.</p>
http://stackoverflow.com/questions/1313437/web-command-line-interface1Web Command Line Interfacecarrier2009-08-21T18:07:49Z2009-08-21T18:07:49Z
<p>I'd like to add a command line interface to my web application.
Something like what you find in the <a href="https://bespin.mozilla.com/" rel="nofollow">Bespin Projec</a>t or <a href="http://a-i-studio.com/cmd/" rel="nofollow">webcmd</a>.</p>
<p>Can you suggest any libraries? Or advice in general?</p>
http://stackoverflow.com/questions/612038/how-would-you-go-about-designing-an-ad-blocker-for-streaming-radio1How would you go about designing an 'ad-blocker' for streaming radio?carrier2009-03-04T19:21:12Z2009-08-20T02:04:38Z
<p>I can't stand listening to conventional radio because I can't stand listening to ads. (The same goes for TV, where commercials are 200% louder than what you are trying to watch.)</p>
<p>Unfortunately, my wife <em>needs</em> to listen to the radio while getting ready in the morning.</p>
<p>I was thinking, we have plugins to block ads in our web browsers, why not for the radio?</p>
<p>Most radio stations offer their content streaming over the web. How would you got about designing an ad-blocker? Can you foresee any <em>gotchas</em>?</p>
<p><strong>UPDATE</strong></p>
<p>A couple points that came up...</p>
<p>What to replace the ads with: silence would be fine.</p>
<p>Identifying Ads: maybe the first time an add plays it wouldn't be recognized, but you would have to signal the software that this is an ad. The ad would be recorded. Would it be possible to process it and extract some kind of unique 'signature' so that the next time it plays it is recognized and muted?</p>
http://stackoverflow.com/questions/347049/do-you-have-any-comments-on-using-gwt-with-appengine0Do you have any comments on using GWT with Appengine?carrier2008-12-07T00:42:52Z2009-08-03T16:34:56Z
<p>I'm looking for tips, suggestions, advice or examples of applications build using Google's Web Toolkit with Google AppEngine.</p>
http://stackoverflow.com/questions/402219/anyone-found-a-way-to-download-google-chat-logs0Anyone found a way to download google chat logs?carrier2008-12-31T03:19:57Z2009-07-30T03:04:39Z
<p>I'd like to be able to get all my Google chat logs so that I can use them for training a chat bot type of thing.</p>
<p>I am aware of the limitations that have been imposed by Google so that chats cannot be simply downloaded through IMAP. I'm looking for workarounds.</p>
http://stackoverflow.com/questions/1188801/fuzzy-date-parsing-with-java2Fuzzy date parsing with Javacarrier2009-07-27T15:20:06Z2009-07-27T15:33:26Z
<p>Are there any libraries for Java that allow you to interpret dates like "Yesterday", "Next Monday", ...</p>
http://stackoverflow.com/questions/1169000/smart-date-interpretation1Smart date interpretation.carrier2009-07-23T00:36:47Z2009-07-23T01:09:40Z
<p>I can't remember which application I was using, but I do recall it having really neat date parsing/interpretation.</p>
<p>For example, you could type in 'two days ago' or 'tomorrow' and it would understand.</p>
<p>Any libraries to suggest? Bonus points if usable from Python.</p>
http://stackoverflow.com/questions/1061057/does-any-map-api-allow-you-to-retrieve-an-exact-area1Does any map api allow you to retrieve an exact area?carrier2009-06-29T23:23:15Z2009-07-21T15:23:15Z
<p>I'd like a way to obtain a static map (an image file) based on two coordinates representing the desired rectangle or area.</p>
<p>Suggestions?</p>
http://stackoverflow.com/questions/399358/which-is-your-favorite-maps-api-and-why14Which is your favorite Maps API and why?carrier2008-12-30T02:15:54Z2009-07-17T21:12:14Z
<p>I was looking at Google's, Yahoo's and Microsoft's mapping APIs.</p>
<p>Are there major feature differences? Are there others I should be seriously looking at?</p>
http://stackoverflow.com/questions/1101301/are-there-any-class-diagram-generating-tools-for-python-source-code0Are there any class diagram generating tools for python source code?carrier2009-07-09T00:56:30Z2009-07-09T01:36:04Z
<p>Are there any reverse-egineering UML tools for Python?</p>
http://stackoverflow.com/questions/1094185/how-to-serve-any-file-type-with-pythons-basehttprequesthandler3How to serve any file type with Python's BaseHTTPRequestHandler.carrier2009-07-07T19:06:36Z2009-07-07T19:18:14Z
<p>Consider the following example:</p>
<pre><code>import string,cgi,time
from os import curdir, sep
from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer
class MyHandler(BaseHTTPRequestHandler):
def do_GET(self):
try:
if self.path.endswith(".html"):
f = open(curdir + sep + self.path) #self.path has /test.html
#note that this potentially makes every file on your computer readable by the internet
self.send_response(200)
self.send_header('Content-type', 'text/html')
self.end_headers()
self.wfile.write(f.read())
f.close()
return
except IOError:
self.send_error(404,'File Not Found: %s' % self.path)
def main():
try:
server = HTTPServer(('', 80), MyHandler)
print 'started httpserver...'
server.serve_forever()
except KeyboardInterrupt:
print '^C received, shutting down server'
server.socket.close()
if __name__ == '__main__':
main()
</code></pre>
<p>What if I want to server a ZIP file also... how would I do that?
I don't think this line would work right?</p>
<pre><code>self.wfile.write(f.read())
</code></pre>
http://stackoverflow.com/questions/1093322/how-do-i-check-what-version-of-python-is-running-my-script5How do I check what version of Python is running my script?carrier2009-07-07T16:17:49Z2009-07-07T16:20:59Z
<p>How can I check what version of the Python Interpreter is interpretting my script?</p>
http://stackoverflow.com/questions/117422/how-can-i-resolve-the-drifting-clock-for-my-virtual-machine2How can I resolve the drifting clock for my Virtual Machine?carrier2008-09-22T20:30:22Z2009-06-17T14:51:08Z
<p>My Virtual Machine's clock drifts pretty significantly. There's documentation out there about dealing with this, but nothing seems to be working very well.</p>
<p>Anyone have any suggestions, things that worked well for them, ...</p>
<p>Supposedly updating regularly via ntp is not a good solution.</p>
http://stackoverflow.com/questions/465602/how-do-i-extract-byte-array-from-soapui-response1How do I extract byte array from soapUI response?carrier2009-01-21T14:49:44Z2009-06-16T12:13:40Z
<p>I am testing a web service with soapUI. One of the responses looks like this:</p>
<pre><code> <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns2:getInputConfigFilesResponse xmlns:ns2="http://ws.pdb.ericsson.se/">
<return>UEsDBBQACAAIAO1GNToAAAAAAAAAAAAAAAANAAAAc2NyaXB0cy9lbGxza [...] AATAAAAAAAAAAAAAAAAAAGXAAAbGRhcF9ub2RlX2NvbmZpZ3VyYXRpb24vZ2VuZXJhdGVkX2xkaWZfZmlsZXMvX210YXM0X2N4cDQ0NF9yNF9JbXNtb2JpbGUubGRpZlBLAQIUABQACAAIAO1GNTp8eBuZRAEAABMDAAAmAAAAAAAAAAAAAAAAAKJiAABsZGFwX25vZGVfY29uZmlndXJhdGlvbi9lbGxzaC1jb21tYW5kc1BLBQYAAAAABQAFAIgBAAA6ZAAAAAA=</return>
</ns2:getInputConfigFilesResponse>
</S:Body>
</S:Envelope>
</code></pre>
<p>The response is a byte array which should represent a zip file. How can I go about verifying this?</p>
http://stackoverflow.com/questions/591839/is-there-a-python-equivalent-of-the-prefuse-visualization-toolkit6Is there a python equivalent of the prefuse visualization toolkit?carrier2009-02-26T18:30:45Z2009-06-12T17:48:49Z
<p>The <a href="http://prefuse.org/" rel="nofollow">prefuse visualization toolkit</a> is pretty nice, but for Java. I was wondering if there was something similar for python. My primary interest is being able to navigate dynamic graphs.</p>
http://stackoverflow.com/questions/435740/are-there-good-java-libraries-that-facilitate-building-command-line-applications11Are there good Java libraries that facilitate building command-line applications?carrier2009-01-12T15:24:51Z2009-05-12T13:24:36Z
<p>I need to write a simple command-line application in Java. It would be nice to use a library that takes care of parsing commands and takes care of things like flags and optional/mandatory parameters...</p>
<p><strong>UPDATE</strong></p>
<p>Something that has built-in TAB completion would be particularly great.</p>
http://stackoverflow.com/questions/327700/how-to-dynamically-generate-a-pdf-from-googles-appengine7How to dynamically generate a pdf from Google's appengine?carrier2008-11-29T16:56:57Z2009-04-25T18:35:55Z
<p>I'd like to create an application that would run on Google's appengine.</p>
<p>However, this application needs to be able to generate PDFs dynamically.</p>
<p>How could I do this?</p>
http://stackoverflow.com/questions/1848799/where-do-you-find-your-fontsComment by carrier on Where do you find your fonts?carrier2009-12-04T18:35:40Z2009-12-04T18:35:40ZIf this question was about finding a good diff tool no one would object... a source of fonts is relevant tool for web design.http://stackoverflow.com/questions/1803836/full-in-browser-window-looping-videoComment by carrier on Full In-Browser Window Looping Videocarrier2009-11-26T17:05:50Z2009-11-26T17:05:50Zwonderful isn't it.http://stackoverflow.com/questions/1790515/satchmo-like-project-in-javaComment by carrier on Satchmo like project in Java.carrier2009-11-24T17:19:13Z2009-11-24T17:19:13ZWhy? Satchmo is not something you just deploy and let go, you have to build on top of it. I'm asking from a development point of view.http://stackoverflow.com/questions/1724679/intelligent-voice-recording-request-for-ideas/1728813#1728813Comment by carrier on Intelligent Voice Recording: Request for Ideascarrier2009-11-13T14:48:18Z2009-11-13T14:48:18ZThanks for your answer. You wouldn't happen to have any ideas on libraries to use for examining amplitude values (for Python especially)?http://stackoverflow.com/questions/1724679/intelligent-voice-recording-request-for-ideas/1724798#1724798Comment by carrier on Intelligent Voice Recording: Request for Ideascarrier2009-11-12T19:55:04Z2009-11-12T19:55:04ZThanks.
Like I said "they just know that when they have a meeting in a specific room they will have a record of it."
Sign on the door type of thing.http://stackoverflow.com/questions/1462468/are-mysql-foreign-key-auto-generated-names-deterministic/1462815#1462815Comment by carrier on Are MySQL Foreign Key auto-generated names deterministic?carrier2009-09-23T15:13:29Z2009-09-23T15:13:29ZYes I'm aware... but! other than in an upgrade, I'm not touching the schema manually... I'm letting the tables generate automatically when I deploy my JavaEE application.http://stackoverflow.com/questions/1313437/web-command-line-interfaceComment by carrier on Web Command Line Interfacecarrier2009-08-21T18:35:26Z2009-08-21T18:35:26Z@scunliffe
No, this is not for testing purposes, it is to provide another way for the user to interact with the application.http://stackoverflow.com/questions/1188801/fuzzy-date-parsing-with-java/1188837#1188837Comment by carrier on Fuzzy date parsing with Javacarrier2009-07-27T16:33:07Z2009-07-27T16:33:07ZI thought your answer was useful.http://stackoverflow.com/questions/1188801/fuzzy-date-parsing-with-javaComment by carrier on Fuzzy date parsing with Javacarrier2009-07-27T15:42:15Z2009-07-27T15:42:15ZI mean the string literals.http://stackoverflow.com/questions/1094185/how-to-serve-any-file-type-with-pythons-basehttprequesthandler/1094237#1094237Comment by carrier on How to serve any file type with Python's BaseHTTPRequestHandler.carrier2009-07-07T19:31:59Z2009-07-07T19:31:59ZGenius! Thanks!http://stackoverflow.com/questions/1094185/how-to-serve-any-file-type-with-pythons-basehttprequesthandler/1094211#1094211Comment by carrier on How to serve any file type with Python's BaseHTTPRequestHandler.carrier2009-07-07T19:31:25Z2009-07-07T19:31:25Zthat's true, but i had already done that.
JosefAssad identified the problem i was having. But you're correct.http://stackoverflow.com/questions/1061057/does-any-map-api-allow-you-to-retrieve-an-exact-area/1061145#1061145Comment by carrier on Does any map api allow you to retrieve an exact area?carrier2009-06-30T02:45:47Z2009-06-30T02:45:47Zso how do i ensure i only get the area between lng 70 lat 40, lng 60 lat 30?http://stackoverflow.com/questions/761652/if-you-were-to-clone-monopoly-tycoon-in-python-what-libraries-would-you-use/763147#763147Comment by carrier on If you were to clone Monopoly Tycoon in Python, what libraries would you use?carrier2009-04-18T18:23:20Z2009-04-18T18:23:20Zpyglet is actually what i was planning on using... i just wanted to make sure there wasn't anything better. i guess i'll stick with it.http://stackoverflow.com/questions/749264/covering-earth-with-hexagonal-map-tiles/749324#749324Comment by carrier on Covering Earth with Hexagonal Map Tilescarrier2009-04-14T20:50:36Z2009-04-14T20:50:36Zi wish i could picture ithttp://stackoverflow.com/questions/666381/what-do-you-recommend-for-accepting-in-browser-user-drawings/724592#724592Comment by carrier on What do you recommend for accepting in-browser user drawings?carrier2009-04-07T13:57:23Z2009-04-07T13:57:23Zyou wouldn't happen to be able to elaborate on the recording and storing of scribble lines would you? this is looking pretty good for my needs.