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
Performanz und Sicherheit | |
sind die größten Spaßverderber | |
der Informatik. |
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
/* REMOVE THE PIE-FLAG FROM AN EXECUTABLE | |
* | |
* Copyright (c) 2020 Yubo Xie <[email protected]> | |
* Copyright (c) 2023 Philip Kaludercic | |
* | |
* Permission is hereby granted, free of charge, to any person | |
* obtaining a copy of this software and associated documentation | |
* files (the “Software”), to deal in the Software without | |
* restriction, including without limitation the rights to use, copy, | |
* modify, merge, publish, distribute, sublicense, and/or sell copies |
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
;; just an example | |
((c++-mode . ((flymake-additional-clang-flags . ("-I../" "-std=c++0x"))))) |
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
[DEBUG] XBPS: 0.51 API: 20151030 GIT: UNSET | |
[DEBUG] Processing configuration directory: /etc/xbps.d | |
[DEBUG] /etc/xbps.d: ignoring .empty | |
[DEBUG] Processing system configuration directory: /usr/share/xbps.d | |
[DEBUG] Parsing configuration file: /usr/share/xbps.d/00-repository-main.conf | |
[DEBUG] [repo] `https://repo.voidlinux.eu/current' stored successfully | |
[DEBUG] /usr/share/xbps.d/00-repository-main.conf: added repository https://repo.voidlinux.eu/current | |
[DEBUG] Parsing configuration file: /usr/share/xbps.d/xbps.conf | |
[DEBUG] rootdir=/ | |
[DEBUG] metadir=//var/db/xbps |
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/bash | |
MDF="/tmp/deldup.md5" | |
DUP="/tmp/deldup.list" | |
if [ $MDF -nt . ]; then | |
echo found cached hash list in $MDF | |
else | |
echo -n "hashing files... " | |
find -O3 . -type f -print0 $@ | xargs -L 1 -P 2 -0 md5sum > $MDF | |
echo finished |
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/bash | |
# usage: ... [archive] [package type] | |
NAME=palemoon | |
MAINT="[email protected]" | |
LICE="MPLv3.0" | |
URL="http://www.palemoon.org/" | |
VERSION=$(echo $1 | sed 's/^palemoon-//' | sed 's/.en-US.*$//') | |
ARCH=$(echo $1 | sed 's/^.*linux-//' | sed 's/.tar.bz2$//') |
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
drwxr-xr-x 0/0 0 2015-09-19 15:45 ./ | |
drwxr-xr-x 0/0 0 2015-09-19 15:45 ./usr/ | |
drwxr-xr-x 0/0 0 2015-09-19 15:45 ./usr/share/ | |
drwxr-xr-x 0/0 0 2015-09-19 15:45 ./usr/share/doc/ | |
drwxr-xr-x 0/0 0 2015-09-19 15:45 ./usr/share/doc/palemoon/ | |
-rw-r--r-- 0/0 138 2015-09-19 15:45 ./usr/share/doc/palemoon/changelog.Debian.gz | |
drwxr-xr-x 0/0 0 2015-09-19 15:45 ./usr/share/icons/ | |
drwxr-xr-x 0/0 0 2015-09-19 15:45 ./usr/share/icons/hicolor/ | |
drwxr-xr-x 0/0 0 2015-09-19 15:45 ./usr/share/icons/hicolor/128x128/ | |
drwxr-xr-x 0/0 0 2015-09-19 15:45 ./usr/share/icons/hicolor/128x128/apps/ |
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
all: $(ALL) | |
cc scatter.c -O9 -lm -o scatter |
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
all: $(ALL) | |
cc scatter.c -O9 -lm -o scatter |
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
<?xml version="1.0" encoding="utf-8"?> | |
<!-- | |
Solarized colors.xml (solarized.xml) for Android | |
by Philip K. [https://dyst.ax.lt/~phi] | |
--> | |
<resources> | |
<!-- hex resources --> | |
<color name="base03">#002b36</color> |
NewerOlder