Activity

#visiting 0
#online 0

Questions

wr
wr
Willi Richert (TwoToReal)
Which remote desktop solution is easiest and fastest to set up for users?
I want to add the possibility to start a remote desktop session from a TwoToReal discussion. The most obvious way would be to add a button somewhere that allows the asker to initiate the session and send the information regarding IP, etc. to the other answerers. This would be send directly to them in some form of e.g. a `vnc://` or similar link. This brings up several questions: 1. Has anyone experience with this? 2. Which application should be supported? [UltraVNC][1]? [TeamViewer][2]? [NoMachine][3]? There is a [comparison][4], but it does not tell about how aspects like how easy it is to install, use, etc. [1]: http://en.wikipedia.org/wiki/UltraVNC [2]: http://en.wikipedia.org/wiki/TeamViewer [3]: http://en.wikipedia.org/wiki/NX_technology [4]: http://en.wikipedia.org/wiki/Comparison_of_remote_desktop_software
Jan. 2, 2013, 10:48 a.m. – 0 visitors
wr
wr
Willi Richert (TwoToReal)
How can I tell pylint to accept my Django imports?
I know there is [django-lint][1], which does linting for Django apps. However, I am using some of the ORM classes inside another app, which is not a full Django app. For that to work, I have the following three lines in my Python file: import settings from django.core.management import setup_environ setup_environ(settings) Running pylint over that file gives jabber_listener.py:3: [F] Unable to import 'settings' jabber_listener.py:5: [F] Unable to import 'django.core.management' jabber_listener.py:39: [F] Unable to import 'django.utils.encoding' jabber_listener.py:40: [F] Unable to import 'django.core.urlresolvers' jabber_listener.py:41: [F] Unable to import 'django.contrib.sessions.models' jabber_listener.py:42: [F] Unable to import 'django.contrib.auth.models' jabber_listener.py:44: [F] Unable to import 'accounts.models' As pylint does not execute the script, it obviously does not get the Python paths right. Any idea, how I can now tell pylint to set it up correctly? [1]: http://nschum.de/src/emacs/company-mode/
July 15, 2012, 10:19 p.m. – 0 visitors
wr
wr
Willi Richert (TwoToReal)
How can I move a window from one workspace to the other in the Ratpoison window manager?
My current [Ratpoison][1] config contains the following: exec rpws 1 exec /usr/bin/rpws init 12 -k bind F1 exec rpws 1 bind F2 exec rpws 2 bind F3 exec rpws 3 bind F4 exec rpws 4 bind F5 exec rpws 5 bind F6 exec rpws 6 bind F7 exec rpws 7 bind F8 exec rpws 8 bind F9 exec rpws 9 bind F10 exec rpws 10 bind F11 exec rpws 11 bind F12 exec rpws 12 definekey top M-Tab next definekey top M-ISO_Left_Tab prev [1]: http://www.nongnu.org/ratpoison/
July 4, 2012, 7:04 p.m. – 0 visitors
aard9
aard9
Aardon Warner
How can I extract a single file from a 7z archive?
I can extract a complete archive via 7z x archive.7z However, I only want to extract a single file from that archive. The option `-i` does not work as I would expect. Some more puzzled users want to know this at [ubuntuforums][1] [1]: http://ubuntuforums.org/showthread.php?t=1470925
June 7, 2012, 8:53 p.m. – 0 visitors
aard9
aard9
Aardon Warner
How much does it cost to patent a new idea in software in EU and world wide?
Let's say I have a clever algorithm worth patenting, how much would I have to pay in which region? Also interesting to know: What time periods are covered?
May 21, 2012, 7:26 p.m. – 0 visitors
wr
wr
Willi Richert (TwoToReal)
How do I calculate an average vor each hour of the day over multiple days.
Given a time series of `[time_stamp value]` where time_stamp is of the format `"2012-02-03T13:23:14"`, how do I calculate an average over all values for hour 0, hour 1, ... ?
April 27, 2012, 4:19 p.m. – 0 visitors
wr
wr
Willi Richert (TwoToReal)
Is there a library for Skype to be used in Python/C?
For TwoToReal we use Jabber/XMPP to pull in experts in real-time whenever a user has a new question. This works fine but has also some limitations. We would like to also be able to access experts through Skype -- so far only [Skype4Py][1] allows that. It has, however, serious drawbacks as it requires a running Skype GUI and is limited to one Skype instance per machine. So, is there some backend support or library available that scales? It would be nice to have Skype support e.g. in [spectrum.im][2], which is a multi-transport library for Jabber/XMPP. [1]: http://sourceforge.net/projects/skype4py/ [2]: http://spectrum.im
Dec. 15, 2011, 12:11 a.m. – 0 visitors
aard9
aard9
Aardon Warner
How do I invoke a base constructor from within a constructor?
I have the following class layout class A: def __init__(self, a): self.a = a class B: def __init__(self, a, b): self.b = b I want `B.__init__()` to call `A.__init__()`. But how? test
Nov. 30, 2011, 9:33 p.m. – 0 visitors
wr
wr
Willi Richert (TwoToReal)
TwoToReal FAQ
This is for **TwoToReal related frequently asked questions**. Do you have one? If not, then you can also [ask another one][1] with the tags `[faq]` and `[twotoreal]`. [1]: /q/new/
Nov. 17, 2011, 2:03 a.m. – 0 visitors
hendry
hendry
How many sides does a square have?
Clue: In geometry, a square is a regular quadrilateral.
Nov. 3, 2011, 11:07 p.m. – 0 visitors
1 2

Tag filter