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
import os | |
import shutil | |
def fix_files(folder): | |
print("Fixing filenames and paths...") | |
files = os.listdir(folder) | |
for f in files: | |
src = os.path.join(folder, f) |
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
# ʇʇɐɹɹǝɥS sǝɯɐſ :ɹoɥʇn∀ | |
# 3ʌ ˥Ԁƃ :ǝsuǝɔı˥ | |
pr̢̛͊͑̏̃̓̒̽͠i̧҉ń̛́̌ͣͭ̌ͨ̂̑͊̉ͥ͂͌͘͡t̵̋͂̍̋ͣ̂͂ͮ̏̒̍̓͋͑́̕l̶nͮͦͧ͛̑ͯ͛ͣ🐬 = println | |
≡ = == | |
🍖 = 0 | |
😹 = 1 | |
👀 = 2 | |
🖕 = zeros |
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
struct Item { | |
name: String, | |
weight: String, | |
mass: u64, | |
} | |
fn main() { | |
println!("Hello, world!"); |
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
$RMW_TEST_CMD_STRING --verbose $HOME/somefiles | |
test_result $? | |
echo " == Should not work if '-f' isn't used" | |
output=`echo "y" | $RMW_ALT_TEST_CMD_STRING --purge -e` | |
test "$output" = "purge has been skipped: use -f or --force" | |
test_result $? | |
echo " == Should not work if '--purge' isn't used" | |
output=`echo "y" | $RMW_TEST_CMD_STRING -ffe` |
NewerOlder