Profile
Achievement
blackthorne's Recent Snippets
- All /
« Prev 1 Next »
this can obviously be easily adapted to any other device names. Some commands in here are redundant but all together are more likely to work.
1
5434
posted 10 years ago by blackthorne
first design your app and generate a .UI file using Designer (part of Qt Creator), then run pyuic4 to get it to python, like:
pyuic4-2.6 example.ui > example.py
then import the window classes in example.py and make your up by subclassing like you...
1
1082
posted 13 years ago by blackthorne
this is a way get control on Apple's network interfaces by manually setting options in Terminal
1
803
posted 15 years ago by blackthorne
this script brings you a "back to top" when you cross the vertical threshold defined as argument on the body tag (e.g.: 200px)
Requires JQuery but can easily be adapted to other JS framework
3
955
posted 15 years ago by blackthorne