Tagged Questions

0
votes
4answers
56 views

Starting OpenGL Programming “Ultimate” Resource

So I have a class for OpenGL programming next term. I would at least like to have my feet (maybe even my ankles!) wet in the OpenGL pool before the class starts. I am looking for …
1
vote
1answer
106 views

Problem with converting Delphi form to Lazarus

After I ported Delphi Windows service app to FPC Linux console app I tried to port program with GUI. I installed newest Lazarus on my Windows machine and converted simple "hello wo …
0
votes
2answers
19 views

Java Project Modules - use InputStream/OutputStream or .tmpFile/byte[]

Hi all, I found myself passing InputStream/OutputStream objects around my application modules. I'm wondering if it's better to - save the content to disk and pass something like …
2
votes
3answers
56 views

Python: ulimit and nice for subprocess.call / subprocess.popen ?

I need to limit the amount of time and cpu taken by external command line apps I spawn from a python process using subprocess.call , mainly because sometimes the spawned process ge …
0
votes
2answers
26 views

How to get the resource for NIB file on MAC OSX

Is there a tool to get all string for NIB file on MAC OSX? Right now, I have to copy it from the NIB editor. Thanks.
2
votes
4answers
111 views

Programmatic resource monitoring per process in Linux

Hi, I want to know if there is an efficient solution to monitor a process resource consumption (cpu, memory, network bandwidth) in Linux. I want to write a daemon in C++ that does …
1
vote
2answers
36 views

Can you provide information or links that discuss using resource state over session or DB state?

There is a talk here by Stefan Tilkov, where he is describing REST architecture at its core. I haven't watched all of it, but in the portion where he talks about the 5 Principles o …
0
votes
2answers
90 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 …
1
vote
3answers
133 views

C# Convert Byte Array to Generic List

I have a custom list which I want to embed as a resource so it can be copied out with each new install. However, my list is serialized as a binary file and when I add it as a reso …
1
vote
4answers
49 views

Platform independant resource management

Hi, I'm looking for a way to embed text files in my binaries (like windows resource system). I need something thats also platform independant (works in windows and linux). I found …
0
votes
0answers
17 views

JBoss: @Resource not injected when classloader isolation enabled

Hello, JBoss 4.2.3, an application deployed as a ear. Works. Then I enable classloader isolation by adding a loader-repository tag into jboss-app.xml. In multiple beans @Resource …
2
votes
3answers
40 views

Create a wizard that works with multiple Resources

I'm writing an app that has a "wizard" type input section. Think MS Windows Installers. I'm having a hard time figuring out how the most RESTful way to do this with rails. I can …
0
votes
1answer
11 views

problems with initializing video preview and releasing resources on Android

Hi, I am trying to solve the problem with initializing video preview and releasing resources when the application exits. in onResume() the following methods are executed: holder …
0
votes
1answer
46 views

Blend not rendering images in User Control

Hi, I am developing a WPF application, and I have created a user control called ViewIconUC. This control lives in an assembly (MyControlAssemblyUI). I can instantiate the control i …
0
votes
0answers
28 views

How can I bind dynamic resource key value with column value in data table in wpf

Hello, I am developing a user control in wpf where I need to set eclipse background color as per value in database. Now that field contains values between 1 to 6. now I want that …

1 2 3 4 5 7 next
15 30 50 per page