I hereby claim:
- I am seyDoggy on github.
- I am seydoggy (https://keybase.io/seydoggy) on keybase.
- I have a public key whose fingerprint is 9E1D 2DEB 564D CFA0 E077 36AF 85E5 BC97 30D9 884B
To claim this, I am signing this object:
@ConfigurationProperties(prefix = "users.service") | |
@Configuration | |
@Component | |
public class UsersData { | |
private String[] benefitType; | |
private String[] status; | |
// setters/getters… |
[Desktop Entry] | |
Version=1.0 | |
Type=Application | |
Name=Android Studio | |
Icon=/usr/local/share/android-studio/bin/studio.png | |
Exec="/usr/local/share/android-studio/bin/studio.sh" %f | |
Comment=Develop with pleasure! | |
Categories=Development;IDE; | |
Terminal=false | |
StartupWMClass=jetbrains-studio |
/** | |
* @ngdoc module | |
* @name Restful | |
* @description | |
* | |
* Restful is a base class from which to extend and create more CRUD services | |
* without the need to repeat the same CRUD operations and implementation | |
* with each additional service. | |
* | |
* The Restful factory takes one argument, a configuration object. |
export SHELL=`which zsh` | |
# Works on Ubuntu | |
#[ -z "$ZSH_VERSION" ] && exec "$SHELL" -l | |
# Works on Fedora | |
#/usr/bin/szh |
" Use neocomplete. | |
let g:neocomplete#enable_at_startup = 1 | |
" Neocomplete Plugin key-mappings. | |
inoremap <expr><C-g> neocomplete#undo_completion() | |
inoremap <expr><C-l> neocomplete#complete_common_string() | |
" Neosnippet Recommended key-mappings. | |
" <CR>: close popup and save indent. | |
inoremap <silent> <CR> <C-r>=<SID>my_cr_function()<CR> |
<touchégg> | |
<settings> | |
<property name="composed_gestures_time">111</property> | |
</settings> | |
<application name="All"> | |
<gesture type="DRAG" fingers="4" direction="DOWN"> | |
<action type="SEND_KEYS">Super+a</action> | |
</gesture> | |
<gesture type="DRAG" fingers="4" direction="UP"> | |
<action type="SEND_KEYS">Super+s</action> |
git log --pretty=format:"- %s%n%n %b" --no-merges v3.0.5.1..v3.1.0 |
I hereby claim:
To claim this, I am signing this object:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<meta name="viewport" content="width=device-width"/> | |
<style> | |
/********************************************** | |
* Ink v1.0.5 - Copyright 2013 ZURB Inc * | |
**********************************************/ |
try { | |
parent.FF.popup.resize(document); | |
} catch(e) {} |