0
votes
3answers
149 views
python multiprocessing manager & composite pattern sharing
I'm trying to share a composite structure through a multiprocessing manager but I felt in trouble with a "RuntimeError: maximum recursion depth exceeded" when trying to use just on …
6
votes
17answers
629 views
Is 26 too young to become a technical manager?
I'm 26. Long story short: I've been programming for over half my life all the way from 8088 ROM BASIC to TP to VB to C++ to C#.
Lately, I've been less interested in coding, and mo …
0
votes
6answers
79 views
Is it the best way to have a “software development project manager” who is a great developer himself?
Hi,
How does it work in the market? If possible to generalize, is it a critical point to have a project leader to be a developer himself?
If he is not so much in coding, how can …
0
votes
1answer
23 views
Asterisk Manager API - Extension -> ZAP Channel
Is there a way to retrieve the ZAP channel from an extension number through the Manager API?
For example, this is what I see when I run "zap show channels":
Chan Extension Co …
1
vote
11answers
179 views
Should people only having management background be heading software engineering projects / departments
Do you guys think that people with not technical background or people who have been into technical organizations but have not passed through technical ranks should be promoted and …
0
votes
7answers
96 views
Place button side by side
Hi, how can I make a button place side by side. I used a gridBagLayout to design the layout.The problem is that the button place too far from each other. I have tried to choose the …
0
votes
1answer
52 views
Virtual Machine Manager Error - Error determing default hypervisor
I have Fedora 11 and trying to get Xen working (which I think it is already) but the Virtual Machine Manager cannot find the hypervisor.
When starting Virtual Machine Manager, I r …
0
votes
0answers
13 views
Generating ButtonPress Event with xlib.
I'm tries to write my own window manager in working with xlib/X11. I have some trouble. To achieve some goals i decided to grab mouse pointer and filter mouse events.
I have used …
0
votes
0answers
39 views
YUI Browser History Manager (or similar) with multiple IFRAMEs
I've got a page with an iframe that I'm trying to track the history with using the YUI Browser History Manager.
I have two IFRAMEs on the page, one for the manager and one which I …
0
votes
1answer
75 views
How do I list device types using WMI?
I'm using WMI Code Creator to generate code to help list the types of devices shown in Device Manager. I'm trying to detect the presence of a debugger that shows up in Device mana …
0
votes
2answers
63 views
Resources on creating a GUI Layout Manager?
I have been working on a simple GUI and have hit a roadblock. I haven't found any examples or even readable source on how to create a GUI layout manager. I was wondering if anyone …
1
vote
3answers
83 views
How do Download Managers download huge files on HTTP without multiple requests?
I was downloading a 200MB file yesterday with FlashGet in the statistics it showed that it was using the HTTP1.1 protocol.
I was under the impression that HTTP is a request-respons …
1
vote
1answer
66 views
With python.multiprocessing, how do I create a proxy in the current process to pass to other processes?
I'm using the multiprocessing library in Python. I can see how to define that objects returned from functions should have proxies created, but I'd like to have objects in the curr …
0
votes
0answers
18 views
Free javascript navigation menu manager/editor?
I need to build a control that allows content managers to change 3 level menu. Anyone know any javascript navigation menu managers that i can use?
0
votes
1answer
366 views
Blackberry — Updating screen changes drawing order of manager its field elements
Scenario
In a screen I have 2 managers: 1) menu manager at the top and 2) body manager that has info/button elements. The menu manager does custom drawing so that its menu elements …
