This is a Redmine plugin for BitBar.
It lists all issues which are assigned to you and groups them by status. It also indicates overdue issues and shows which issues have been changed today.
- Copy the source into your plugin folder.
This is a Redmine plugin for BitBar.
It lists all issues which are assigned to you and groups them by status. It also indicates overdue issues and shows which issues have been changed today.
This guide prepares your mac so you can access your docker containers by their docker-compose project name. So if you have a container with the label com.docker.compose.project=myapp
running you will be able to access it on the url myapp.docker
.
This guide assumes that you are already have a working dnsmasq setup on your mac. The follwing command resolves to 127.0.0.1:
dig @localhost myapp.dev
.git | |
.gitignore | |
README.md | |
# | |
# OS X | |
# | |
.DS_Store | |
.AppleDouble | |
.LSOverride |
class CurrentUserProvider | |
def self.instance | |
@instance = Thingy.new | |
end | |
def around(controller) | |
begin | |
Thread.current[:current_user] = controller.current_user | |
yield | |
ensure |
#!/bin/bash | |
filename=$(basename "$1") | |
extension="${filename##*.}" | |
filename="${filename%.*}" | |
tempfile=/tmp/$filename-gray.jpg | |
convert $1 -colorspace gray -auto-level -threshold 50% $tempfile | |
convert -density 150 -quality 20 -resize 50% -compress lzw $tempfile $tempfile | |
tesseract -l deu $tempfile $filename pdf |
I hereby claim:
To claim this, I am signing this object: