Tagged Questions

0
votes
3answers
36 views

XSD: difference between Element and Attribute

I'm new to XSD, and I'm quite confused as to when to use attribute, and when to use element? Why cant we specify minOccurs and maxOccurs in attribute? Also, why is it we cannot s …
2
votes
4answers
152 views

How to retrieve cpu usage per process

Hi All, There is a PerformanceCounter in .net platform, which can retrieve the cpu usage of every single process. Is there any similar solution in delphi? Note that the names o …
1
vote
4answers
89 views

Debugging high cpu usage

So I have an issue on our production environment where 2 threads have been running for like 9 hours and 5 hours and they are causing the cpu usage to stay around 99% I've included …
1
vote
2answers
58 views

How to use Eval(”x”) value in ListView

Hey, I'm wondering how I can use the Eval values in a ListView? I mean displaying it as text is simple enough, even sending it to the codebehind via some parameters in a button cl …
1
vote
3answers
68 views

Usage frequency of windows application

I have a homepage need to count the usage frequency of Notepad or Calc application. Is there any Windows API that I can know the usage frequency of windows application?
0
votes
2answers
93 views

C# Query a remote computer for resource usage (i.e. cpu load, ram usage)

Is there some simple way to send out a ping-style message to a remote PC and get back some general facts/figures about the PC in C#? I'd be mostly interested in CPU Load, RAM usag …
0
votes
0answers
23 views

WMD editor - how to create hyperlink on an image?

Using the WMD markdown editor, how can I create a hyperlink on an image ? I saw some people managed to do this, but how?
0
votes
0answers
47 views

I realized my original question I asked was not exactly what I was looking for, what should I do? [closed]

I don't want to spam people with similar questions. My original question was not quite what I should have been asking. After having two responses and doing more research I realized …
1
vote
6answers
139 views

When should I use a Domain Specific Language?

I would like some practical guidance on when I should use a Domain Specific Language. I have found resources about advantages and disadvantages, but what kind of project would war …
0
votes
4answers
131 views

Success stories for JavaFX

Did anyone here a real company using JavaFX for real life applications? I did a shallow search about JavaFX usage, and found almost no heavy usage case. Anyone knows companies whi …
9
votes
13answers
458 views

C++ reference type recommended usage

I am programming in C++ more then 5 years, and have never met any place where reference of the variable is recommended to use except as a function argument (if you don't want to co …
8
votes
6answers
618 views

Is Objective-C only used for development on Mac OS/iPhone?

The title says it all. I don't know Objective-C but to me it appears a nice language. But the only context I know it from is everything Apple. But Objective-C is even in the gnu co …
3
votes
3answers
145 views

How to collect HDD size and available or used space in linux cli?

I'm trying to find some sort of command or regex to get the size and available or used space of a hard drive in linux. At the moment I'm using this; df -h and getting something …
1
vote
3answers
50 views

What are some of the more practical uses you’ve applied for jQuery’s data() method?

As the question pretty much sums up, I'm doing a presentation on some of the more "hidden" aspects of jQuery, including the data() function. I'm quite comfortable with how the fun …
0
votes
6answers
197 views

Is there a good iphone sdk documentation site that provides good examples / common usage?

The problem? I look up stuff in the xcode documentation and find very useful lists of objects, methods, etc... But then I still have to go somewhere else to find useful example c …

1 2 3 4 5 next
15 30 50 per page