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 | |
DIR=$1 | |
FORMAT=${2:-'pdf'} | |
FILENAME="hierarchy.$FORMAT" | |
cat \ | |
<(echo 'digraph types {') \ | |
<(ack '(class|interface) \w+ (extends|implements) \w+' --java -h -o $DIR | \ | |
awk '{print "\"" $4 "\"", "->", "\"" $2 "\""}') \ | |
<(echo '}') \ |
Simple collection of Groovy scripts to help me maintain some Jenkins systems.
See also https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+Script+Console
Please comment & let me know if you have a fork / fixes you'd like to include.
- https://github.com/public-apis/public-apis (A collective list of free APIs)
- https://github.com/n0shake/Public-APIs
- https://github.com/toddmotto/public-apis (huge list of public APIs)
- http://openweathermap.org
- https://market.mashape.com
- http://numbersapi.com (An API for interesting facts about numbers)
- http://fixer.io (JSON API for foreign exchange rates and currency conversion)
- http://restcountries.eu (Get information about countries)
No, seriously, don't. You're probably reading this because you've asked what VPN service to use, and this is the answer.
Note: The content in this post does not apply to using VPN for their intended purpose; that is, as a virtual private (internal) network. It only applies to using it as a glorified proxy, which is what every third-party "VPN provider" does.
- A Russian translation of this article can be found here, contributed by Timur Demin.
- A Turkish translation can be found here, contributed by agyild.
- There's also this article about VPN services, which is honestly better written (and has more cat pictures!) than my article.
OlderNewer