Utility scripts which I wrote lol
clipboard.py
This script strips the copied string of newlines.
icons.py
This scripts converts css icons such as
.icon-alarm-level1::before {
content: '\e902';
}to public static fields with javadocs in java as such (it probably won't be rendered here because of missing fonts lol)
/**
* <span style="font-size: 80px;" ></span>
*/
public static final String ALARM_LEVEL1 = "\ue902";Authors
- Rafal Janicki - this project - spajo
License
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2018 Rafal Janicki janicki@spaj.eu
Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
- You just DO WHAT THE FUCK YOU WANT TO.

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
