This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "taz.h" | |
#include "ui_taz.h" | |
#include <QFileDialog> | |
// May not be needed: | |
#include <QFile> | |
#include <QMessageBox> | |
#include <QTextStream> | |
// Depends on debugging and testing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Conky sample configuration | |
# | |
# the list of variables has been removed from this file in favour | |
# of keeping the documentation more maintainable. | |
# Check http://conky.sf.net for an up-to-date-list. | |
# set to yes if you want Conky to be forked in the background | |
background no | |
# X font when Xft is disabled, you can pick one with program xfontsel |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3c3 | |
< # Linux/x86 4.5.4-1 Kernel Configuration | |
--- | |
> # Linux/x86 4.5.1 Kernel Configuration | |
57,58c57,58 | |
< CONFIG_LOCALVERSION="-ARCH" | |
< CONFIG_LOCALVERSION_AUTO=y | |
--- | |
> CONFIG_LOCALVERSION="" | |
> # CONFIG_LOCALVERSION_AUTO is not set |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fred@aussie ~/Downloads/xed-master $ ./autogen.sh | |
/usr/bin/gnome-autogen.sh | |
/usr/bin/yelp-build | |
checking for automake >= 1.9... | |
testing automake... found 1.14.1 | |
checking for autoreconf >= 2.53... | |
testing autoreconf... found 2.69 | |
checking for glib-gettext >= 2.2.0... | |
testing glib-gettextize... found 2.42.1 | |
checking for intltool >= 0.25... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# atom-beta-update.sh: download & install in openSUSE the latest Beta version | |
# of Atom from GitHub: https://atom.io/beta | |
# Copyright © 2016 Antonio Hernández Blas <[email protected]> | |
# This work is free. You can redistribute it and/or modify it under the | |
# terms of the Do What The Fuck You Want To Public License, Version 2, | |
# as published by Sam Hocevar. See http://www.wtfpl.net/ for more details. |
NewerOlder