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 | |
# This script tested only on KDE 5.x | |
# install script, first time only | |
# plasmapkg2 --type kwinscript -i ~/code/kwin-scripts/RCTiler/ | |
# update script ( anytime after first install ) | |
plasmapkg2 --type kwinscript -u ~/code/kwin-scripts/RCTiler/ |
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
#!/usr/bin/env ruby | |
# require 'test/unit' | |
require 'minitest/spec' | |
puts "== Spec Style" | |
columns = 3 | |
column_count = 1 | |
MiniTest::Spec.methods.sort.each do |method| | |
if method.to_s =~ /wont/ or method.to_s =~ /must/ |