- Test
- Test deeper
- Double test deeper
- Done 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
#!/bin/sh | |
# -m mountpoint | |
# -d device | |
while getopts ":d:m:" opt | |
do | |
case $opt in | |
d) | |
DEVICE_TMP=$(ls /dev/disk/by-label/* | sed 's/ /\n/g'\ | |
| grep "$OPTARG") | |
if [ "$DEVICE_TMP" != "" ]; then |
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/bash | |
MAX_DOCUMENTS=100 | |
MAX_PAGES=300 | |
for model in CO CR GX PX; do | |
mkdir out/$model | |
case $model in | |
"CO" ) GEOMETRY="left=2.9in,top=1.7in" ;; | |
"CR" ) GEOMETRY="left=2.9in,top=1.6in" ;; |
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
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
28a29 | |
> current_time = gtk.Label(u"") | |
1427a1429 | |
> current_time.set_text(time.strftime("%H:%M:%S %d/%m/%Y")) | |
2051a2054,2055 | |
> current_time_align = gtk.Alignment(0,0,0,0) | |
> current_time_align.add(current_time) | |
2053a2058 | |
> topbar.pack_start(current_time_align, False, False) | |
2327a2333 |
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
{ | |
"uno": "one", | |
"two": "due", | |
"data": { | |
"x":"y" | |
} | |
} |
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
preexec () { | |
say -v cellos "di di di di di di di di di di di di di di di di di di di di di di di di di di" | |
} | |
preexec_invoke_exec () { | |
[ -n "$COMP_LINE" ] && return | |
[ "$BASH_COMMAND" = "$PROMPT_COMMAND" ] && return | |
local this_command=`history 1 | sed -e "s/^[ ]*[0-9]*[ ]*//g"`; | |
preexec "$this_command" | |
} | |
trap 'preexec_invoke_exec' DEBUG |
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
// Generated by dart2js, the Dart to JavaScript compiler version: 1.5.3. | |
(function($){function dart(){this.x=0}var A=new dart | |
delete A.x | |
var B=new dart | |
delete B.x | |
var C=new dart | |
delete C.x | |
var D=new dart | |
delete D.x | |
var E=new dart |
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/bash | |
echo "---------------- PRIVILEGES EDITOR v0.1 alpha ---------" | |
echo "Interactive Script to Edit Liquid Feedback User Privileges" | |
echo "Written by Emanuele Sabetta ([email protected])" | |
echo " " | |
echo "Requirements: Debian + Liquid Feedback 3.0 + postgre user" | |
echo "----------------------------------------------------------" | |
echo " " | |
#PARAMETERS CHECKS |
OlderNewer