saur0n

Results 8 issues of saur0n

For most people, language in which database engline is written along with other under-the-hood details, are not important. The most signuficant criteria are database type (SQL, NoSQL, time series database)...

* `XDPWLinker.inc`: add support for ELF output format * add `glibc.inc` for importing functions from `libc.so` * add `Makefile` for automated build on Linux

enhancement

Steps to reproduce: * run `bt-device --services ` Expected result: * Services of are shown Actual result: * Error: `Failed to start SDP discovery. Please make sure you have bluez-utils...

There is a misprinting in the word `length` [here](https://github.com/akalend/libscgi/blob/master/scgiServer.cpp#L86).

It would be good to split source code into two directories: fontem itself (part of toolchain, executed on PC), and renderer (executed on embedded device). What do you think?

It seems that JavaDocs for MGIF (mobile games interoperability forum) is missing. I do not know if this specification was implemented in at least one mobile phone. Documentation can be...

`ssh_channel_free()` is never sent, therefore channels will never be freed. It leads to a memory leak.

https://github.com/jarikomppa/emu8051/blob/5dc681275151c4a5d7b85ec9ff4ceb1b25abd5a8/opcodes.c#L138 From my understanding of the datasheet, it is incorrect. AC is set when there is a carry from low nibble to high nibble. I propose to rewrite this line...