Search Results
Search found 1072 results on 43 pages for 'jim dobbs'.
Page 29/43 | < Previous Page | 25 26 27 28 29 30 31 32 33 34 35 36 | Next Page >
-
-
Subsonic not working in Shared Hosting Environment
- by Jim
I Tried GODaddy and BizHost.Net, neither works. Any ideas?Read the article
-
Why regular expression's "non-capturing" group is not working
- by Jim Horng
In my snippet below, the non-capturing group "(?:aaa)" should be ignored in matching result, so the result should be "_bbb" only. However, I get "aaa_bbb" in matching result; only when I specify group(2) does it show "_bbb". import re string1 = "aaa_bbb" print(re.match(r"(?:aaa)(_bbb)", string1).group()) >>> aaa_bbbRead the article
-
Estimating on Agile Projects
Upfront estimating from an agile viewpoint Construction - Project management - Business - Industry-Specific - EstimatingRead the article
-
Why is my PowerShell multi dimensional array being interpreted as a 1 dimensional array?
- by Jim
I have the following code: function HideTemplates($File, $Templates) { foreach ($Template in $Templates) { Write-Host $Template[0] $Template[1] $Template[2] } } HideTemplates "test.xml" @(("one", "two", "three")) HideTemplates "test.xml" @(("four", "five", "six"), ("seven", "eight", "nine")) It prints: o n e t w o t h r four five six seven eight nine I want it to print: one two three four five six seven eight nine Am I doing something wrong in my code? Is there a way to force PowerShell to tread a multi-dimensional array with a single item differently?Read the article
-
Unhandled C# Exceptions
- by Jim Fell
Can an unhandled exception in a C# application cause a blue screen of death?Read the article
-
How do they do that? Transparent foreground on a web page
- by Jim Beam
You know how sometimes you are on a good site and you click a button (like to submit a form) and the form doesn't go away, instead, the foreground becomes transparent and it contains a message of some kind, or another page. The message is at the forefront but the previous page is still mostly visible behind it - how do they do that? I'm assuming it's an Ajax-esque trick.Read the article
-
Designing Parallel Algorithms: Part 4
Mapping specifies where individual tasks should execute Algorithm - Parallel computing - People - Projects - Financial servicesRead the article
-
Integrating Composite Applications on the Cloud Using SCA
Business - Composites - Materials - SCA - Composite materialRead the article
-
Granularity and Parallel Performance
Determining the right granularity for parallel tasks Granularity - Parallel computing - Programming - Vendors - ProjectsRead the article
-
Why Software Really Fails And What to Do About It
Software is a machine built on the principles of good machine design Design - Technology - Engineering - Software for Engineering - Industry-SpecificRead the article
-
Using an embedded Word document to create a new instance of that document.
- by jim
For a variety of reasons that are immutable ... I have a Word document which contains a VBA application (the 'app document') which creates a new document based on another document (the 'template') which contains the framework for the new document. I want to embed the 'template' into the 'app document' so that I deliver one file and I know I am using the correct version of the 'template'. I have, so far, embedded the 'template' file into the 'app document' and can find it by looping through "ThisDocument.InlineShapes", looking at .Field.OleFormat.IconLabel to find the 'template' by its name. The inlineShape.Field.OleFormat.Object is the 'template' document itself, and I can .Activate it, which causes it to appear as a regular document. I try to do SaveAs, and it does in fact save the file as the name I give it, however, that saved-as file is not left open, just the embedded file. I can not .Activate the file and just save it, then open the saved file, but that seems more work than necessary. So ... is the way I am doing this "the way", or I have missed some obvious practice? TIARead the article
-
Why regular experssion's "non-capturing" group is not working
- by Jim Horng
as my snippet below, the non-capturing group "(?:aaa)" should be ignored in matching result, so the result should be "_bbb" only. however, I get "aaa_bbb" in matching result only when I specify group(2) does it show "_bbb". import re string1 = "aaa_bbb" print(re.match(r"(?:aaa)(_bbb)", string1).group()) >>> aaa_bbbRead the article
-
Trying to reference a hash using a string value in Ruby
- by Jim
How would I refer to a hash using the value of a string - i.e. #!/usr/bin/env ruby foo = Hash.new bar = "foo" "#{bar}"["key"] = "value" results in foo:5:in `[]=': string not matched (IndexError) from foo:5 How do I use the value of bar (foo) to reference the hash named foo? Thanks!Read the article
-
SC10 Now Accepting Submissions
Student Cluster Competition submissions also open Parallel Computing - Beowulf - Competitions - Weapons - Warfare and ConflictRead the article
-
Avoiding and Identifying False Sharing Among Threads
When threads on different processors modify variables that reside on the same cache line CPU cache - Thread - Programming - Central processing unit - SharewareRead the article
-
In Networks We Trust
Novel methodology for both software-only and hardware-assisted remote entrusting Hardware - Networking - Business - Retailers - Industry-SpecificRead the article
-
Loop a UIScrollviw with ViewControllers
- by Jim
Hi I'm trying to create a UIScrollView with loop that contains a collection of ViewControllers. The answer to this question here shows the code that is the basis for what I'm trying to do. It uses images instead of viewControllers. I've managed to get the all the viewControllers loaded (4) and displaying but the first view which is a duplicate of the last viewController is blank. I've tried creating a copy of this viewController and adding it to the array but this messes up the transition / count. Any suggestions?Read the article
-
eXtreme Application Platform (XAP) 7.1 Launched
Middleware platform simplifies dynamic scaling Programming - Middleware - Microsoft Silverlight - XAP - NetworkingRead the article
-
Resharper 4.5: How can I discard an interface and change all references to the only implementation?
- by Jim G.
Given: I have an interface. I have only class that implements that interface. Question: With Resharper 4.5 - How can I discard that interface and change all references to the only implementation?Read the article
-
MMT: Exploiting Fine-Grained Parallelism in Dynamic Memory Management
Speeding up sequential applications Programming - Memory Management - Hardware - Languages - ComponentsRead the article
-
CollabNet Acquires Danube
CollabNet moves into Agile ALM arena by acquiring ScrumWorks CollabNet - Programming - Methodologies - Agile - Danube TechnologiesRead the article
-
AMP 3.0 Mobility Platform
Early adopter program available for Antenna's next-generation blend of AMP and Concert development environments Antenna - Radio - Shopping - Business - TelecommunicationRead the article
-
Browse asp.net development server from usb attached itouch
- by Jim Maguire
I can browse using the desktop browsers via ..localhost:54647/... and from windows mobile emulators via my gateway ..//192.168.0.199:54647/..., but neither method works from either my Android emulator or from a usb attached itouch. I know I may have to run IIS locally but it's more convenient to run the development server from Visual Studio 2008. I'm running Vista with latest service packs. I'm developing a mobile app using ASP.Net MVC. Thanks!Read the article
-
When Teams Break Down, Business Loses
What happens when team members don't work well together? Arts - United States - Crafts - Associations - SportsRead the article