The class tag has no wiki summary.
0
votes
1answer
78 views
Ubuntu Screenshot Window Class
I would like to know the class for the "thing" that pops up when you take a screen shot using the default screen capture utility in Ubuntu 12.04. When I do a full screen capture it lags a lot because ...
0
votes
2answers
81 views
New to Java Programming - Error help [closed]
I am going through a Java book and drafting the examples and have run into the following error when compiling this code. Any help would be appreciated thank you.
Error:
Main.java:3: class Addition is ...
1
vote
1answer
193 views
List python class properties [closed]
I would like to get list of Python class properties.
So I could make base class with function to get dict with all class properties name and value but without specifying exact properties.
-3
votes
1answer
80 views
How can I define a function in a C++ class that takes two objects as arguments? [closed]
I want to create a function in a C++ class or in the files of the class, but I want it to take two objects as arguments, shush like:
float function (Object a, Object b){
return float;
...
8
votes
1answer
1k views
How can I make running emacsclient from the unity launcher reuse an existing emacs window
(I'm actually asking this even though I intend to supply the answer, so this is more by way of providing a tip.)
If you create an emacsclient launcher by copying a .desktop file (e.g. the Emacs one), ...