I've got the contact with Eric Horvitz today, interview with him about Artificial Intelligence-related research within Microsoft you can see below:
...(read more)
I've got the contact with Eric Horvitz today, interview with him about Artificial Intelligence-related research within Microsoft you can see below:
...(read more)
Google Developer Day 2010 in Sao Paulo - Keynote (pt-BR & en)
Video footage from keynote presentation at Google Developer Day 2010 in Sao Paulo, Brazil. Mario Queiroz, VP Product Management, Google (pt-BR) Eric Bidelman, Developer Advocate, Google (en) Eric Tholomé, Product Management Director, Google (en) Marcelo Marzola, CEO,…
Eric, over at the Boston DNN User Group has graciously invited me to give a presentation to his User Group on May 17th. Come join me for an open discussion on “DotNetNuke – A look inside”. I will cover topics like how we are adopting the Agile methodologies at a corporate level, how we are best utilizing Scrum, a sneak…
Headspring is putting on another free workshop at the Austin Microsoft office. This one will be led by Senior Consultant, Eric Anderson. Here are the details: Headspring Presents: Version Control and Build Systems for Growing Teams a workshop by Eric Anderson on: Does your team run into frequent conflicts with source…
Eric Geier rounds up eight Linux router projects with a little something for everyone, from Internet gateways for home users to enterprise Cisco replacements.
Oracle's Solaris Organization is pleased to announce a Technical Webinar for Developers on Oracle Solaris 11:
"Publishing IPS Packages"
By Eric Reid (Principal Software Engineer)
today June 19, 2012 9:00 AM PDT
This bi-weekly webinar series (every other Tuesday @ 9 a.m. PT) is designed…
Oracle's Solaris Organization is pleased to announce a Technical Webinar for Developers on Oracle Solaris 11:
"Publishing IPS Packages"
By Eric Reid (Principal Software Engineer)
today June 19, 2012 9:00 AM PDT
This bi-weekly webinar series (every other Tuesday @ 9 a.m. PT) is designed…
At one place, I was faced with a C# solution which when XML documentation was turned on, the compilation time increased from 45 seconds to over 8 minutes. This slowdown was unacceptable, however some digging revealed an excellent suggestion by Eric Woodruff at…
Hello,
I'm using Sharepoint 2010 Object Model. I'm trying to retrive the content of a Custom List. Everything works fine except if when I try to retrieve a Choice Field.
When I try to retrieve the choice field, I got an…
Hi,
I have a question about how to allow my jsp page to issue a post command to the server, and still have the browser fallow the re direction of the posted page.
Here are the code snipets:
code that does the post…
I want to write a script that counts the types of objects there are in the ZODB, when they were created, how many users have joined since a given point in time,etc. I am wondering how to accomplish this. So, was…
Hi guys,
I've got a WCF service (basicHttpBinding, basic authentication, IIS 6.0) on which I want to restrict the number of calls per hour - on user basis. For example, max 1000 calls per user, per hour (a la…
I have a Plone site that has a lot of data in it and I would like to query the database for usage statistics; ie How many cals with more than 1 entries, how many blogs per group with entries after a given date,…
I am about to begin a project where I will likely use PyQt or Pyside.
I will need to interface with a buggy 3rd party piece of server software that provides C++ and Java APIs. The Java APIs are a lot easier…
Hi,
I have a custom control contains a label control. I want to set the AssociatedControlId of this label to be other control id on the page, but as soon as I implement the INamingContainer in my custom…
My folder at:
/usr/local/www/.ext_env_vars
has a bunch of files in it that my app needs to read. The user is 'webapp'
So, I changed the perms like so:
chmod -R 400 .ext_env_vars
chown -R…
I am pretty new to jQuery in general, however the following code works perfectly in Chrome and Firefox, but not in IE8. In IE8, I have to click anywhere on the page to start the animation…
I'm posting this question (and answer) so if anybody else has this problem in the future, you'll be able to google it.
If you are trying to run celeryd in Django like so:
python…
I've been at this for few hors now and can't seem to find a solution. I have 2 invnetory lists, one a spreadsheet and the other data table. I need to match the spreadsheet agains…
Basically, I want to pull data from August to May for a given set of dates. Using the between operator works as long as I do not cross the year marker (i.e. BETWEEN 8 AND 12…