I hereby claim:
- I am tadasv on github.
- I am tadasv (https://keybase.io/tadasv) on keybase.
- I have a public key ASCGrghnxBEUnd7xLAn2V7JWVDloZsz9xIToQZ53RzLt0Qo
To claim this, I am signing this object:
| #include <stdio.h> | |
| /* | |
| You can do the same with a built in function if your compiler supports it: | |
| zeros = __builtin_clz(arg); | |
| */ | |
| int main(int argc, const char *argv[]) | |
| { |
I hereby claim:
To claim this, I am signing this object:
| /* | |
| This is an implementation of simple ORM that supports CRUD operations on single object, column mapping from struct tags. | |
| example: | |
| type Account struct { | |
| orm.Model | |
| UUID string | |
| Name string | |
| Email string |