manager

Android ActivityManager killBackgroundProcess not working

I am using eclipse. I am trying to kill a process in my application. However, in eclipse it does not seem to know the hint for killBackgroundProcess from the ActivityManager and it will not let me proceed. I read that you have to have permissions to kill background processes and already added the permission which it did not recognize eit...

How to reset/change expired password for DB2 Content Manager 8.4.1

I had installed IBM DB2 Content Manager 8.4.1 months ago and now I wanted to access it to continue some more work. But when I try to log in using System Administration Client, it tells me the password is expired. The error is: DGL0394A: Error in ::DriverManager.getConnection;[jcc][t4][2012][11248][3.50.152] Connection authorization fai...

Trying to understand python with statement and context managers

Hi , I am new to this and am just trying to understand the with statement.I get to understand that it is supposed to replace the try except block.Now suppose I do something like this:- try: name='rubicon'/2 #to raise an exception except Exception,e: print "no not possible" finally: print"Ok I caught you" Now how do I replace ...

How to access the audio of call manager

Hi I would like to access the audio that my call manager captures while a call is active. I would like to access it before it is transmitted to the other party. Is this possible? ...

magento connect manager blank page

Hello, I just installed Magento 1.4.1.1 on my Ubuntu Apache server and everything is working just fine aside from one thing: The Magento Connect Manager simply brings up a blank page. In Firebug it is just <html><body></body></html>. I read that it might be permissions but I gave 777 permissions to the Magento directory and a...

How to edit a footer in joomla: using media manager image folder?

I am trying to include a footer on a joomla website and need to reference an image. Ideally it would be editable by the client. At the moment I have a template which has an index.php file, but if I reference the img src to be in the images folder, it does not reference the template images, but the media manager folder. What is the be...

Liferay : Service Manager

Hi, Can any one help me in understanding the functionality of ServiceManager in Liferay? Regards Vishal G ...

How to add a custom made Java program to the IBM Tivoli Provisioning Manager ( TPM ) as a Java Plugin?

I need to add my custom made java program to the IBM Tivoli Provisioning manager as a Java Plugin. Please help with detailed procedures..... ...

Django manager attribute error

Hello, I have a problem to add custom methods to my models. I found solution in django book but it does not work. Here is my code for models class NewsManager(models.Manager): def getLastNews(self): return self.objects.order_by('-id')[:3] class News(models.Model): title=models.SlugField() shortBody=models.CharField(...

How can avoid people using my code for evil?

I'm not sure if this is quite the right place, but it seems like a decent place to ask. My current job involves manual analysis of large data sets (at several levels, each more refined and done by increasingly experienced analysts). About a year ago, I started developing some utilities to track analyst performance by comparing results a...

Trying to run WebLogic samples in VMWare Lab Manager

Hi I'm trying to do the following: Installing a Oracle WebLogic 11g Server with the examples in a VMWare Lab Manager (virutal machine Windows XP SP3). The problem is the following: According to the installation instruction everything is quite easy and should work out of the box. The installation does not show any errors. Normally (i ...

Where can I find a good MySQL Database client?

I'm looking for a good MySQL Database client similar to phpMyAdmin only for the desktop. Anyone know of any that are free and as full feature as phpMyAdmin? It needs to be able to connect to remote MySQL servers. ...

Google Product Manager Interview Preparation, To the point

Hi, I have an interview for a product manager position at Google, I am a 4+ years of Experience Software Developer and an IT Entrepreneur having a start up. I am currently preparing for the interview, after googling around, I found that I will be asked in Product Management/Design, Problem Solving (Brain Teasers), some were asked tech...

Manager isn't accessible via model instances

Hi, i'm trying to get model objects instance in another one. And i raise this error : Manager isn't accessible via topic instance Here's my model : class forum(models.Model): # Some attributs class topic(models.Model): # Some attributs class post(models.Model): # Some attributs def delete(self): forum = se...

Applications list disappear from task manager when launch MFC applcation

Hello! I write MFC application, but when i launch it, in task manager on applications tab all applications list are disapear. if i do active some applications then she appears in applicion list, and when i close my MFC app all aplications are appears in app list on application tab. Why this happening? ...

Is there a command line utility equivalent to wmctrl on Windows

I'm trying to write a remote window manager so that I can control my open windows via bluetooth using anyremote. There's wmctrl for Linux that manages windows from the command line. Is there similar tool in Microsoft Windows? I.e. A command line based window manager for Microsoft Windows. If there are existing command line hacks that I ...

Free partition tool solves my low disk space risk

Hello, My Windows 7 32-bit PC suffered low disk space risk. I want to find a useful partition manager software to solve this problem... Free is best. Thank u all! ...

A type with "Manager" in the name - candidate for refactoring?

I found a thesis on forums: If you have a type with "Manager" in the name, it's a candidate for refactoring. One answer: I know it's considered a code "smell" So... Why? Is this thesis correct? There are many managers out there. For example, Ogre3d uses them a lot, and this engine really has a clean architecture. ...

change path for android sdk and avd manager to not point to c:\users

Is there any way to change this in the android SDK? It looks like some of the .bat files in the \tools\ folder sets some environment variables but cant tell exactly what they are doing. I set my windows system profile settings in the registry to point to d:\users and everything else is pointing there but the android sdk keeps wanting to...