Skip to content

Instantly share code, notes, and snippets.

View thomd's full-sized avatar

Thomas Dürr thomd

  • Hamburg, Germany
View GitHub Profile
@rapha
rapha / visualise
Created April 30, 2009 07:55
Visualise the class hierarchy in a Java project with this script
#!/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 '}') \
@thomd
thomd / wsp-tools.md
Last active September 15, 2017 13:17
Tools for Testing Web Site Performance
@thomd
thomd / node-modules.md
Created October 26, 2017 14:08
Node Modules I like

Node Modules

@thomd
thomd / jenkins-plugins.md
Last active March 16, 2019 18:55
List of Jenkins Plugins #list #jenkins
@merikan
merikan / introrx.md
Created February 24, 2016 12:08 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@thomd
thomd / ui-components.md
Last active September 30, 2021 13:14
UI Components #list #ui #components
@tatianamac
tatianamac / tatiana-mac-boycott-list.md
Last active August 13, 2022 00:16
Tatiana Mac's Boycott List

Brands I Boycott and Why

An ever-evolving list of brands I boycott and why as well as the last date I supported them. I'll continue to update this list as I learn more and detach myself from the firm grip of big tech and corporatism.

I recognise, as a tech worker, that we've created quite the hydra, so detaching ourselves becomes much more complicated than it ever should be. I also recognise that like the capitalistic umbrella tech operates under, we are somewhat stuck using certain technologies (for example, I am writing this here on GitHub, which refuses to drop ICE as a contract.).

I am not perfect and recognise this can be seen as moralistic. I am doing this to share information that may help influence your decisions. They may not. That's up for you to decide.

My hope is to encourage everyone to be more thoughtful in how they vote with their wallets.

Helpful Websites