This file contains 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
# Shell is non-interactive. Be done now! | |
[ -z "$PS1" ] && return | |
[[ $- != *i* ]] && return | |
# Display | |
shopt -s checkwinsize | |
# Umask | |
umask 077 |
This file contains 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
{ | |
"en": { | |
"contacts": { | |
"menuTitle": "Contacts", | |
"attributes": { | |
"first_name": "First Name", | |
"last_name": "Last Name", | |
"name": "Name", | |
"organization_id": "Organization", | |
"email": "Email", |
This file contains 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
{"version":"1.2.9","files":[{"loadFromURL":false,"label":"Untitled","id":0,"autoFields":[],"fields":[{"key":"Személy vezetéknév","description":"Személy vezetéknév","cardinality":1,"type":"text","blanks":0,"uniques":[],"uniqueKey":false,"special":[],"unassignedSpecialChars":[],"countBy":false,"errors":[],"descriptiveField":"generated","$$hashKey":"object:116"},{"key":"Díj neve","description":"Díj neve","cardinality":17,"type":"text","blanks":0,"uniques":[],"uniqueKey":false,"special":["-"],"unassignedSpecialChars":["-"],"countBy":false,"errors":[],"descriptiveField":"generated","$$hashKey":"object:117"},{"key":"A díj odaítélésének időpontja","description":"A díj odaítélésének időpontja","cardinality":12,"type":"date","blanks":0,"uniques":[],"uniqueKey":false,"special":["-"],"unassignedSpecialChars":[],"countBy":false,"errors":[],"descriptiveField":"generated","$$hashKey":"object:118"},{"key":"Díj típusa","description":"Díj típusa","cardinality":3,"type":"text","blanks":0,"uniques":[],"uniqueKey":false,"special |
This file contains 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
{ | |
"version": "1.2.9", | |
"files": [ | |
{ | |
"loadFromURL": false, | |
"label": "Untitled", | |
"id": 0, | |
"autoFields": [], | |
"fields": [ | |
{ |
This file contains 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
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf inputfile.pdf |
This file contains 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
/* Free to use for everyone */ | |
/* Example: http://codepen.io/elwint/pen/vGMRaB */ | |
body { | |
font-family: sans-serif; | |
background-color: #111; | |
} | |
.button { | |
display: inline-block; |
This file contains 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
if [ -x /usr/bin/dircolors ]; then | |
test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)" | |
alias ls='ls --color=auto' | |
#alias dir='dir --color=auto' | |
#alias vdir='vdir --color=auto' | |
alias grep='grep --color=auto' | |
alias fgrep='fgrep --color=auto' | |
alias egrep='egrep --color=auto' | |
fi |
This file contains 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
ffmpeg -i input.mp4 -s hd480 -c:v libx264 -crf 23 -c:a aac -strict -2 output.mp4 |
This file contains 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
{ | |
"Wallet": "Wallet Portugal", | |
"Plans": "Plans Portugal", | |
"Investments": "Investment Portugal", | |
"Network": "Network Portugal", | |
"Referrals": "Referrals Portugal", | |
"Your referral link": "Your referral link pt", | |
"Copy and share your referral link": "Copy and share your referral link pt", | |
"Total referrals": "Total referrals pt", | |
"New referrals": "New referrals pt", |
NewerOlder