Skip to content

Instantly share code, notes, and snippets.

View lipusz's full-sized avatar
🏘️

Tibor Lipusz lipusz

🏘️
  • Liferay Inc.
  • Budapest, Hungary
View GitHub Profile
@jusuchin85
jusuchin85 / jira-epic-colors.md
Last active April 24, 2025 14:56
Epic Colors in Jira

Place the value listed in Epic Color Value in the Epic Color field.

Epic Color Value Hex Color
ghx-label-1 #8d542e #8d542e
ghx-label-2 #ff8b00 #ff8b00
ghx-label-3 #ffab01 #ffab01
ghx-label-4 #0052cc #0052cc
ghx-label-5 #505f79 #505f79
ghx-label-6 #5fa321 #5fa321
@Ezka77
Ezka77 / Radio.m3u
Last active April 3, 2025 19:51
RadioFrance m3u playlist
#EXTM3U
#EXTINF:0,France Culture - direct
http://direct.franceculture.fr/live/franceculture-midfi.mp3
#EXTINF:0,France Inter
http://icecast.radiofrance.fr/franceinter-hifi.aac?id=radiofrance
#EXTINF:0,France Musique
http://direct.francemusique.fr/live/francemusique-midfi.mp3
#EXTINF:0,France Info
https://stream.radiofrance.fr/franceinfo/franceinfo_hifi.m3u8
#EXTINF:0,France Culture - alternative link
@laszlocsontos
laszlocsontos / gist:5468140
Created April 26, 2013 15:30
Create a WebSphere profile
PROFILE=newProfile
# Create new profile
manageprofiles.sh -create \
-profileName $PROFILE \
-profilePath /opt/ibm/was/v7/profiles/$PROFILE \
-templatePath /opt/ibm/was/v7/profileTemplates/default \
-enableAdminSecurity false \
-startingPort 31764 \
-isDefault false \
@sourcerebels
sourcerebels / build.gradle
Created December 10, 2011 14:39
Gradle application plugin: Bypassing system properties when running an application
apply plugin: 'application'
mainClassName = 'com.sourcerebels.Launcher'
run.systemProperties = System.properties