-
as seen on ASP.net Weblogs
- Search for 'ASP.net Weblogs'
This past weekend, I headed up to Glasgow thanks to Plip for driving and Dave Sussman for some light entertainment to do a session on C# on the iPhone with MonoTouch. I had already presented a session similar to this one at DDD8 in Reading, which you can watch on Vimeo ( http://vimeo.com/9150434 )…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm doing a CABasicAnimation and getting the value from a nested NSMutableArray.
Everything is great the first time it runs but crashes when called again either with custom functions or viewDidLoad.
I've isolated it down to this line
int int1 = [[[locationsArray objectAtIndex:0] objectAtIndex:0…
>>> More
-
as seen on Dot net Slackers
- Search for 'Dot net Slackers'
I recently downloaded Ideras SQL virtual database, and tested it. There are a few things about this tool which caught my attention.My ScenarioIt is quite common in real life that sometimes observing or retrieving older data is necessary; however, it had changed as time passed by. The full database…
>>> More
-
as seen on Developer IT
- Search for 'Developer IT'
In one month, we already got more than 100,000, and we continue to crawl! We plan on hitting 250,000 total articles next month.
Due to the large amount of data we are gathering, we are planning on updating our SQL stored procedure to improve performance. We may be migrating to SQL Server 2008 Entreprise…
>>> More
-
as seen on Developer IT
- Search for 'Developer IT'
We finally did it
It’s been a week since our first online publish and our indexer robot is going as well as the website. We already have reach more than 20,000 articles and it’s only the begining.
Stay tune on http://www.developerit.com/
>>> More
-
as seen on Dot net Slackers
- Search for 'Dot net Slackers'
I recently downloaded Ideras SQL virtual database, and tested it. There are a few things about this tool which caught my attention.My ScenarioIt is quite common in real life that sometimes observing or retrieving older data is necessary; however, it had changed as time passed by. The full database…
>>> More
-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
Thanks to the guys at .Net Developers Network (http://www.dotnetdevnet.com) for inviting me down to Bristol to present on Hyper-V for Developers. There were some great questions and genuine interest, especially surprising for a topic that often has a soporific effect on developers.
You can download…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
I'm a web developer working in a team of three developers and one designer. It's now about five months that we've implemented the agile scrum software development methodology. But I have a weird feeling I just wanted to share in this site.
One important factor in human life is decision-making process…
>>> More
-
as seen on Google Code
- Search for 'Google Code'
YouTube Developers Live: Freebase API for YouTube Developers
In this video, a special guest from the Freebase team, Shawn Simister is giving an overview of the Freebase and Topics API for YouTube API V3. To learn more about the Freebase API, see wiki.freebase.com For YouTube API V3, you can find…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I'm using cPickle to save my Database into file. The code looks like that:
def Save_DataBase():
import cPickle
from scipy import *
from numpy import *
a=Results.VersionName
#filename='D:/results/'+a[a.find('/')+1:-a.find('/')-2]+Results.AssType[:3]+str(random.randint(0,100))+Results.Distribution+"…
>>> More