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 | |
if [[ -z "$1" ]]; then | |
echo | |
echo "Usage: checkplugin <jar filename>" | |
echo "Output:" | |
echo "- Relevant attributes from root element in atlassian-plugin.xml (key, version)" | |
echo "- Relevant <plugin-info> params from atlassian-plugin.xml (configure URL, icons etc.)" | |
echo "- Checks for presence of necessary files embedded in jar (license storage library, image files)" | |
echo "- Relevant bundle instructions from manifest" |
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
// Based on shapeless 1.2.2 | |
import shapeless._, HList._ | |
trait RecIso[T, R] { | |
def iso(t: T) : R | |
} | |
trait RecId[T] extends RecIso[T, T] { | |
def iso(t: T) : T = t | |
} |
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
Companies hiring Scala developers in the Bay Area. | |
Created in response to a thread on scala-base. | |
- CloudPhysics (my employer) | |
- 10Gen | |
- Box | |
- Bizo | |
- Coraid | |
- Ephox |