Skip to content

Instantly share code, notes, and snippets.

- nowa tabelka ze schema (deposit_locked_funds)
- update querki available balance
- dołączenie "locked funds" do listy transakcji
- (widok dla klienta)
- storm lista transakcji
- Upload w Stormie ("locked funds")
- Widok w stormie
- minimum to wyświetlenie locków
- nice to have : CRUD

Keybase proof

I hereby claim:

  • I am spirytus on github.
  • I am spirytus (https://keybase.io/spirytus) on keybase.
  • I have a public key ASCO5kFOoiIiOm_CfSsUAgR-LhJaani9RoktezaVv7QiqAo

To claim this, I am signing this object:

@spirytus
spirytus / 0_reuse_code.js
Created November 23, 2015 20:43
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
function tprint (tbl, indent)
if not indent then indent = 0 end
for k, v in pairs(tbl) do
formatting = string.rep(" ", indent) .. k .. ": "
if type(v) == "table" then
print(formatting)
tprint(v, indent+1)
else
print(formatting .. v)
end
@spirytus
spirytus / log
Created October 15, 2013 10:02
Env problem
/usr/local/lib/erlang/erts-5.10.1/bin/escript /Users/myuser/dev/ubic/deps/cloudi/src/lib/reltool_util/release
escript: exception error: no true branch found when evaluating an if expression
in function release__escript__1381__830486__519087:shell/2 (/Users/myuser/dev/ubic/deps/cloudi/src/lib/reltool_util/release, line 69)
in call from release__escript__1381__830486__519087:execute_overlay/4 (/Users/myuser/dev/ubic/deps/cloudi/src/lib/reltool_util/release, line 118)
in call from release__escript__1381__830486__519087:main/1 (/Users/myuser/dev/ubic/deps/cloudi/src/lib/reltool_util/release, line 62)
in call from escript:run/2 (escript.erl, line 741)
in call from escript:start/1 (escript.erl, line 277)
in call from init:start_it/1
in call from init:start_em/1
make[3]: *** [install-exec-hook] Error 127