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
<?php | |
/** | |
* Gravity Wiz // Require Minimum Character Limit for Gravity Forms | |
* | |
* Adds support for requiring a minimum number of characters for text-based Gravity Form fields. | |
* | |
* @version 1.0 | |
* @author David Smith <david@gravitywiz.com> | |
* @license GPL-2.0+ | |
* @link http://gravitywiz.com/... |
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
<?php | |
/* | |
Plugin Name: Hybrid Core hybrid_locate_template() | |
Plugin URI: https://github.com/justintadlock/hybrid-core/issues/111 | |
Description: Free yourself from TEMPLATEPATH and STYLESHEETPATH constants | |
Author: Leho Kraav | |
Author URI: http://conversionready.com | |
Version: 2015.06.10 | |
License: MIT | |
*/ |
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
# == WHAT | |
# Simple script for growl notifications in irssi | |
# | |
# == WHO | |
# Nate Murray 2008 | |
# Modif: Leho Kraav 2009 | |
# | |
# == CONFIG | |
# /SET growl_on_regex [regex] | |
# /SET growl_channel_regex [regex] |
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
import subprocess | |
import os | |
from termcolor import colored | |
rootdir = 'Documents/thunderbird/tbird2oe/1-LocalFolders/localhost-Inbox-pruned' | |
md5 = {} | |
for subdir, dirs, files in os.walk(rootdir): | |
ii = 0 |
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
$projectroot = '/path/to/gitosis/repositories'; | |
$gitosis_conf = '/path/to/gitosis/repositories/gitosis-admin.git/gitosis.conf'; | |
$username = $cgi->remote_user; | |
$export_auth_hook = sub { | |
my $projectdir = shift; | |
if($projectdir =~ (/(.*?)\.git/)) { | |
my $projectname = basename($1); | |
open FILE, $gitosis_conf or die 'Could not open gitosis config file. Please make sure that $gitosis_conf is set properly'; | |
my $project_match = 0; | |
my $user_match = 0; |
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 | |
# summad/arvud eesti keeles | |
# VB original provided by Tarmo Ko~lli [lennuki@hot.ee] | |
# PHP-sse ymberkirjut Jaanus Kase (terminus@privador.com) | |
# ausqna ma ei tea mis printsiibil see toimib :) | |
# aga sellegipoolest vqiks creditsid kuskil kasutades alles j2tta | |
# Perli versioon Martin Lillepuu <martin@lillepuu.com> | |
# täisarvu sqnelemine eesti keeles |
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
# Copyright 1999-2008 Gentoo Foundation | |
# Distributed under the terms of the GNU General Public License v2 | |
# $Header: $ | |
use onlydeps || inherit webapp | |
DESCRIPTION="SQL based, powerful small business accounting system" | |
SRC_URI="http://www.sql-ledger.com/source/${P}.tar.gz" | |
HOMEPAGE="http://www.sql-ledger.com/" |
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 | |
TMPFILE=`mktemp` | |
#save the timestamp | |
touch -r file-name $TMPFILE | |
> file_name | |
#restore the timestamp after truncation | |
touch -r $TMPFILE file-name | |
rm $TMPFILE |
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
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig | |
index 7f43cf8..17e2fa1 100644 | |
--- a/drivers/platform/x86/Kconfig | |
+++ b/drivers/platform/x86/Kconfig | |
@@ -744,13 +742,18 @@ config XO15_EBOOK | |
config SAMSUNG_LAPTOP | |
tristate "Samsung Laptop driver" | |
- depends on RFKILL && BACKLIGHT_CLASS_DEVICE && X86 | |
+ depends on X86 |
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 | |
SYSPATH="/sys/devices/platform/samsung" | |
SUMMARY="Samsung Status" | |
BODY=() | |
BODY+=("performance_level: $(cat "$SYSPATH/performance_level")") | |
BODY+=("backlight: $(cat "/sys/class/backlight/acpi_video0/brightness") / $(cat "/sys/class/backlight/acpi_video0/max_brightness")") | |
BODY+=("kbd_backlight: $(cat "$SYSPATH/leds/samsung::kbd_backlight/brightness") / $(cat "$SYSPATH/leds/samsung::kbd_backlight/max_brightness")") | |
BODY+=("$(cat "$SYSPATH/rfkill/rfkill0/name"): $(cat "$SYSPATH/rfkill/rfkill0/state")") | |
BODY+=("$(cat "$SYSPATH/rfkill/rfkill1/name"): $(cat "$SYSPATH/rfkill/rfkill1/state")") |
OlderNewer