creator | type | application | notes |
---|---|---|---|
npad | DATA | notepad | raw contains structure with embedded PNG image |
This file contains 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 | |
# prepare a CSV of currently installed RPM packages | |
echo "NAME;VERSION;RELEASE" | |
rpm -qa --queryformat "%{NAME};%{VERSION};%{RELEASE}\n" | sort -t\; -k 1 |
This file contains 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
#!/usr/bin/perl | |
# | |
# convert list of perl package declarations into wiki table | |
# the input should be the result of a something like | |
# fgrep -n 'package' <my-large-list-of-perl-scripts-and-modules> | |
# | |
use strict; | |
print "| *package_name* | *usage* | *file_name* |\n"; |
This file contains 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
#!/usr/bin/perl | |
=head1 NOTE | |
Keine Ahnung, wer die Geschichte aufgebracht hat, dass nur alle 823 Jahre | |
ein August mit 5 Freitagen vorkommen soll, aber das ist freilich Unsinn. | |
Das kommt im Durchschnitt alle 7 Jahre vor, wenn wer nachrechnen mag... | |
=cut |
This file contains 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
// ==UserScript== | |
// @name p-m-a | |
// @namespace urxn.at | |
// @description Verunstaltungen auf p-m-a.at | |
// @include http://www.p-m-a.at/* | |
// @include http://imkontext.net/* | |
// @version 1 | |
// ==/UserScript== | |
// <link rel="stylesheet" href="/templates/pma-template/css/template.css" type="text/css" /> |
This file contains 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
// ==UserScript== | |
// @name rdsiframe | |
// @namespace urxn.at | |
// @description force https iframe | |
// @include //www.research-data-survey.at/ | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
var re_http= new RegExp("^http:"); |
This file contains 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
alias ..="tcsh -l" | |
alias sux="sudo tcsh -l" |
This file contains 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
cat unity8-dash.log | |
Dispatching search: "clickscope" "" "" | |
Invalid size for QUrl( "image://theme/media-memory-sd" ) QSize(-1, -1) | |
file:///usr/share/unity8/Dash/CardTool.qml:179:38: Unable to assign [undefined] to bool | |
file:///usr/share/unity8/Dash/CardTool.qml:179:38: Unable to assign [undefined] to bool | |
file:///usr/share/unity8/Dash/CardTool.qml:179:38: Unable to assign [undefined] to bool | |
UbuntuWindow::handleSurfaceFocusChange(focused=false) | |
UbuntuWindow::handleSurfaceFocusChange(focused=true) | |
UbuntuClipboard - Got invalid serialized mime data. Ignoring it. | |
Dispatching search: "clickscope" "" "" |
This file contains 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
out-nagios.txt | |
out-data.csv | |
x | |
orko_arcconf_device_logs.* |
test sort function
OlderNewer