I hereby claim:
- I am brailateo on github.
- I am brailateo (https://keybase.io/brailateo) on keybase.
- I have a public key ASAsMiCQY63MROIsF-zwpe0S5QRKeeX9I6Hk4q1gCI3H0wo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Verifying that +brailateo is my blockchain ID. https://onename.com/brailateo |
fun(Head, {Req}) -> | |
Send(<<"[">>), | |
Fun = fun({Row}, Virgula) -> | |
Send(Virgula), | |
case proplists:get_value(<<"doc">>, Row) of | |
{Doc} -> | |
Elocalitate = proplists:is_defined(<<"Siruta">>, Doc), | |
if | |
Elocalitate -> | |
Send(<<"[\"">>), |
$("<style>") | |
.prop("type", "text/css") | |
.html("\ | |
#my-window {\ | |
position: fixed;\ | |
z-index: 102;\ | |
display:none;\ | |
top:50%;\ | |
left:50%;\ | |
}") |
func jobIdGenerator(init int) chan int { | |
ids := make(chan int) | |
go func() { | |
id := init //intializare cu ultimul nr din baza de date | |
for { | |
id++ | |
ids <- id | |
} | |
}() | |
return ids |
$('#btnSalvare').one("click", function() { | |
// chestii ... salvare, etc | |
// va fi apelat o singură dată, dublu-click nu merge | |
... | |
}); |