-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Here's my code
import sys
from PySide.QtCore import *
from PySide.QtGui import *
from PySide.QtWebKit import *
from encodings import *
from codecs import *
class BrowserWindow( QWidget ):
def __init__( self, parent=None ):
QWidget.__init__( self, parent )
self.Setup()
…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I've been struggling for the past couple days to get post-commit email notifications working on my SVN server (running via HTTP with Apache2 on Ubuntu 9.10). SVN commits work fine, but for some reason the hooks are not being properly executed.
Here are the configuration settings:
- Users access the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've been struggling for the past couple days to get post-commit email notifications working on my SVN server (running via HTTP with Apache2 on Ubuntu 9.10). SVN commits work fine, but for some reason the hooks are not being properly executed.
Here are the configuration settings:
- Users access the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
A long shot but here's hoping someone has some experience coding PHP hooks for Invisions Power Board forum.
I'm attempting to code a status addition and the PHP works fine on it's own, it's the passing of the IPB's reference to my hook that is the issue.
I.E. You setup a custom field in your forum…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I seem to be having some problem with suspend mode. Every time I try to suspend my laptop, it just locks the screen. Or maybe it successfully suspends just to resume only an instant after. What could cause such a behaviour?
I'm running 32-bit Ubuntu 12.04 with the 3.2.0-25 kernel on a HP dv5-1178er…
>>> More