Skip to content

Instantly share code, notes, and snippets.

View myururdurmaz's full-sized avatar

Muhammed YÜRÜRDURMAZ myururdurmaz

View GitHub Profile
# pdf türkçe karakterler için
report.jrproperties.net.sf.jasperreports.default.pdf.encoding=cp1254
# raporların durduğu dizin
report.jrxml.path=/home/eastblue/reports
# derlenmiş jasper dosyaları nerede tutulacak ? aynı dizinde tutulabilir
report.jasper.path=/home/eastblue/reports
report.out.path=/tmp/ebr/out
@myururdurmaz
myururdurmaz / hipchat-v2.sh
Last active December 4, 2018 06:23 — forked from danriti/hipchat-v2.sh
HipChat API v2 - Send a message to a room using cURL
#!/bin/bash
# Set the ROOM_ID & AUTH_TOKEN variables below.
# Further instructions at https://www.hipchat.com/docs/apiv2/auth
ROOM_ID=yourroomname
OWNER_ID=XXXYYYX
AUTH_TOKEN=XXXYYYXXX
MESSAGE="Hello world!"