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
import org.springframework.data.repository.CrudRepository; | |
import java.io.Serializable; | |
import java.util.ArrayList; | |
import java.util.HashMap; | |
import java.util.List; | |
import java.util.Map; | |
import java.util.function.BiConsumer; | |
import java.util.function.Function; | |
import java.util.function.Supplier; | |
import java.util.stream.Collectors; |
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
# ~/.bashrc: executed by bash(1) for non-login shells. | |
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) | |
# for examples | |
# If not running interactively, don't do anything | |
[ -z "$PS1" ] && return | |
# don't put duplicate lines in the history. See bash(1) for more options | |
# ... or force ignoredups and ignorespace | |
HISTCONTROL=ignoredups:ignorespace |
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
# ~/.bashrc: executed by bash(1) for non-login shells. | |
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) | |
# for examples | |
# If not running interactively, don't do anything | |
case $- in | |
*i*) ;; | |
*) return;; | |
esac |
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
# This is a theme for gitprompt.sh, | |
override_git_prompt_colors() { | |
GIT_PROMPT_THEME_NAME="Single_line_lciolecki" | |
GIT_PROMPT_BRANCH="${Cyan}" | |
GIT_PROMPT_MASTER_BRANCH="${GIT_PROMPT_BRANCH}" | |
GIT_PROMPT_UNTRACKED=" ${Cyan}…${ResetColor}" | |
GIT_PROMPT_CHANGED="${Yellow}✚ " | |
GIT_PROMPT_STAGED="${Magenta}●" |
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/sh | |
# Docker | |
alias dk='docker' | |
alias dka='docker attach' | |
alias dkb='docker build' | |
alias dkdiff='docker diff' | |
alias dkdf='docker system df' | |
alias dke='docker exec' | |
alias dks='docker service' |
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
[user] | |
name = Łukasz Ciołecki | |
[alias] | |
co = checkout | |
br = branch | |
brav = branch -a -v | |
ci = commit | |
st = status | |
unstage = reset HEAD -- | |
last = log -1 HEAD |
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
server { | |
listen 80; | |
listen 443 ssl; | |
server_name your-domain.com; | |
charset utf-8; | |
client_max_body_size 32M; | |
root /project/static; | |
index index.html; |
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
http://katalog.gazeta.pl | |
http://katalog.interia.pl | |
http://katalog.wp.pl | |
http://katalog.onet.pl | |
http://katalogfirm.pl | |
http://yellowpages.pl | |
http://bazafirm.org | |
http://bizeo.pl | |
http://panoramafirm.pl | |
http://znanyfachowiec.pl |