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 | |
# | |
# Usage: sudo apt-get-build <package> | |
ROOTUID="0" | |
if [ "$(id -u)" -ne "$ROOTUID" ] ; then | |
echo "This script must be executed with root/sudo privileges!" | |
exit 1 | |
fi |
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
# AviSynth script to add a highly customizable timer to your video. | |
# | |
# Copyright (C) 2013 djcj <[email protected]> | |
# | |
# 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 of the Software, and to permit persons to whom the Software is | |
# furnished to do so, subject to the following conditions: |
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
--- a/src/md5sum.c | |
+++ b/src/md5sum.c | |
@@ -42,42 +42,42 @@ | |
/* The official name of this program (e.g., no 'g' prefix). */ | |
#if HASH_ALGO_MD5 | |
-# define PROGRAM_NAME "md5sum" | |
+# define PROGRAM_NAME "md5" | |
# define DIGEST_TYPE_STRING "MD5" | |
# define DIGEST_STREAM md5_stream |
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 -e | |
# Create an X11 icon set from a single image file. | |
# Usage: make-icon.sh <icon> [<output-folder>] | |
# Last revision : 2015-04-10 | |
# Requires: librsvg2-bin imagemagick | |
# Copyright (c) 2014-2015, djcj <[email protected]> |
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 -e | |
# delete previous changelogs | |
rm -f ChangeLog* | |
# download changelog | |
wget -k http://plorkyeran.com/aegisub/ | |
# delete lines with following content | |
sed -i "/<h1>Aegisub trunk builds/d; |
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
--- a/libpurple/protocols/oscar/oscar.c | |
+++ b/libpurple/protocols/oscar/oscar.c | |
@@ -4176,13 +4176,13 @@ | |
} break; | |
default: { /* La la la */ | |
- gchar *buf; | |
+ //gchar *buf; | |
purple_debug_error("oscar", "ssi: Action 0x%04hx was unsuccessful with error 0x%04hx\n", retval->action, retval->ack); | |
- buf = g_strdup_printf(_("Unable to add the buddy %s for an unknown reason."), |
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 | |
set -e | |
# repack-deb - Repack Debian package with xz compression algorithm | |
# Copyright (c) 2014, djcj <[email protected]> | |
# | |
# Permission is hereby granted, free of charge, to any person obtaining a copy | |
# of this software and associated documentation files (the "Software"), to deal |
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 | |
# Date : (2014-05-27 23:08) | |
# Last revision : (2014-05-27 23:08) | |
# Wine version used : 1.4.1 | |
# Distribution used to test : Mint 16 petra x64 | |
# Author : djcj | |
# Licence : Freeware | |
[ "$PLAYONLINUX" = "" ] && exit 0 | |
source "$PLAYONLINUX/lib/sources" |
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 | |
# Install dependencies: | |
# sudo apt-get install chrpath cmake git libfluidsynth-dev libglew-dev libgtk2.0-dev libsdl1.2-dev | |
if [ "$(uname)" != "Linux" ] ; then | |
echo "Not running GNU/Linux" | |
exit 1 | |
fi | |
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 | |
if [ -z "$1" ] ; then | |
echo "Convert MediaInfo encoding settings to x264 commands" | |
echo "Usage: $0 <video>" | |
echo " $0 \"MediaInfo encoding settings\"" | |
exit 0 | |
fi | |
OlderNewer