I hereby claim:
- I am dkuku on github.
- I am dkuku (https://keybase.io/dkuku) on keybase.
- I have a public key ASBCmZbjk-rXJvz9_DvNCvmSoJ5Ezji1iQHgNIh4WS5ATQo
To claim this, I am signing this object:
/******************************************************************************* | |
* | |
* FR_EXP.c | |
* User Experience Code for the MSP-EXP430FR5739 | |
* C Functions File | |
* | |
* Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/ | |
* | |
* | |
* Redistribution and use in source and binary forms, with or without |
#!/bin/bash | |
# Copyright (c) 2011, Michel Alexandre Salim <[email protected]> | |
# Permission is hereby granted, without written agreement and without | |
# license or royalty fees, to use, copy, modify, and distribute this | |
# software and its documentation for any purpose, provided that the | |
# above copyright notice and the following two paragraphs appear in | |
# all copies of this software. | |
# | |
# IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR | |
# DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES |
[user] | |
name = Firstname Lastname | |
email = [email protected] | |
[alias] | |
co = checkout | |
cot = "!f() { git branch | grep $1 | xargs -I {} git co {}; }; f" | |
b = branch | |
pu = push -u origin HEAD | |
ci = commit | |
st = status |
[docker] | |
command=$HOME/systemctl | |
interval=once | |
markup=pango | |
[redis] | |
command=$HOME/systemctl | |
interval=once | |
markup=pango |
"install the colorschemes you want | |
call plug#begin('~/.vim/plugged') | |
Plug 'ErichDonGubler/vim-sublime-monokai' "colorscheme | |
Plug 'NLKNguyen/papercolor-theme' | |
call plug#end() | |
" set all the colorscheme options | |
let g:sublimemonokai_term_italic = 1 | |
" set the default colorscheme |
def alpha(color, background="#FFFFFF"): | |
def split_rgba(color): | |
#return tuple of integers | |
#strip hash from the beginning if exist | |
if color[0] == "#": | |
color = color[1:] | |
if len(color) in [3,4]: | |
R = color[0] * 2 | |
G = color[1] * 2 | |
B = color[2] * 2 |
import React from 'react' | |
class App extends React.Component { | |
constructor (props) { | |
super(props) | |
this.state = { formData: [] } | |
} | |
componentDidMount () { | |
// pobieramy dane | |
const formData = [ |
<!doctype html> | |
<html class="no-js" lang=""> | |
<head> | |
<meta charset="utf-8"> | |
<title></title> | |
<meta name="description" content=""> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
</head> | |
<body> |
string_rules_p = { | |
"asd": ['asd', 'zxc'], | |
"zxc": ['asd', 'zxc'], | |
"qwe": ['asd', 'zxc', 'qwe'], | |
} | |
ranged_rules_p = { | |
"rty" : {"inc": 1, "dec": 5}, | |
"fgh" : {"inc": 2, "dec": 3}, | |
"vbn" : {"inc": 3, "dec": 10}, |
I hereby claim:
To claim this, I am signing this object: