Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
4answers
399 views

How have you implemented SCRUM for working alone?

I am working alone at the beginning of a sizable open source project and would like to leverage some of the core ideas/methods from Scrum to help manage my time and remain focused on development and ...
4
votes
14answers
318 views

Can an individual gain any real benefit from virtualization?

I've read a lot of articles and heard a lot of buzz about virtualization recently. I agree that its pretty neat to fire up VirtualBox and run Windows on my Mac, however I know this is just the tip of ...
3
votes
2answers
296 views

Using Mercurial, how can I measure individual contributions?

My team is using Mercurial, and I would like to know the relative contributions by each team member. I know that we cannot measure productivity by lines of code, but I would like to see if each person ...
3
votes
2answers
390 views

Framework/App for custom maps(not general google maps)

I've started to develop in Android 2 weeks ago and until now, I like it! Currently I am working on a project where I have to display an individual map (not a google maps view, I'd like to display the ...
2
votes
1answer
65 views

OWL Individual in java

I'm trying to access ontologies via Eclipse. I use the owl-api. I create my ontologies in Protegé, however I want to create and classify new INDIVIDUALS by code. How is that possible? I googled ...
2
votes
1answer
313 views

Magento: How to save/overwrite additional data during checkout?

is there any possibility how to save/overwrite some individual fields during the customization of a bundled product. Because there is no possibility to add individual options to a bundled product with ...
2
votes
2answers
2k views

Styling individual radio buttons in drupal form

I have this group of radio buttons in which each of individual button has of its own position set through style attribute. I would like to how can I archive the same by using drupal form api. I found ...
1
vote
6answers
86 views

C# list of lists - how to make list in lists unique and edition resistant?

this time I've got an C# programming issue: I've got a list of lists: List<List<string>> List1 And that list of strings in it: List<string> List2 And, in loop, I want to put ...
1
vote
5answers
87 views

Converting string array characters to numbers

I am new to C. I am experienced in GWBASIC. In an effort to learn, I am attempting to write a program that will convert the individual chars in a string to a numerical value as so: 1 2 3 4 5 6 7 8 9 ...
1
vote
0answers
119 views

How do I rotate a single windows application 90 degrees?

I was toying with a website design that is supposed to run on a portrait-oriented wide-screen. I can simulate this by rotating the entire desktop via the videocard settings, but that's fiddly and ...
1
vote
0answers
78 views

How can I animate individual characters in a TextView?

I'm trying to take the text displayed in a TextView and apply tweening to individual characters. I can't think of how to accomplish this without having a separate view for each character. I hope ...
1
vote
1answer
288 views

Merging selective lines of code using Git?

I would like to force git to always merge using a (kind of) 3-way conflicts resolution. Moreover, I want to do it to the point of being able to choose single lines. At the moment I am merging two ...
1
vote
1answer
6k views

Programmatically Change Individual Cell Borders in a WinForms DataGridView

Hi and thanks for reading. I need to programmatically change the border of individual cells in a WinForms DataGridView. When searching on the 'net, I found this link ...
0
votes
2answers
26 views

jquery validate two panels individual

I am using jquery having two panel in my form one is Registration panel and another is login panel. I want to validate them individually. Right now tow panel validating at same time.
0
votes
1answer
74 views

Tools that are single developer license / multiple use friendly [closed]

I am looking for tools whom are licensed similar to Resharper. Such that I could buy my own personal copy, but with permission from the system admins at work, use at work as well. Resharper is ...
0
votes
1answer
53 views

separate a csv file into separate folders

I have an access database that marks quite a few records for export to a CSV file. The customer requires a CSV file for electronic upload to their billing system. However, EACH, record must have ...
0
votes
2answers
288 views

Simple Detail View Help?

Im having major problems with Detail views and was hoping someone could point me in the right direction. I would like to add a detail view to an app like apples advancetableviewcells. So once you ...
0
votes
1answer
114 views

django admin: company branches must manage only their records across many models

One company with many branches across the world using the same app. Each branch's supervisor, signing into the same /admin, should see and be able to manage only their records across many models ...
-2
votes
3answers
135 views

What happens if two individual developers have the same name, in the iOS or Mac developer programs? [closed]

For example, if there are two developers names "John Smith". Each of them creates an application, and submits it to the app store. According to the apple documentation, if they have both joined as ...