-
I'm trying this:
``` c
#include "../../dbparser/dbparser.h"
#define BYTES_LEN 400
int main(void)
{
char memseg[BYTES_LEN];
db_query_mm_t mm;
db_op_base_t* root;
db_tuple_…
-
Effectively, tags are kind of like branches, but GitHub has much deeper support for tags/releases. Additionally, you could hook this up to Zenodo to automatically provide an archived backup for each i…
-
First I would like to thank everyone who has contributed to this work, it is really impressive. I wonder if there's a way of linking a python function in a c3 program. I was trying to do this on IR le…
-
This app is fantastic! It is by far the best FOSS map solution for android out there... However, it could use a few touch ups:
- A UI overhaul
![image](https://user-images.githubusercontent.com/…
-
## steps
Run a main class
## problem
Console is bloated with debug messages
```
[info] Done packaging.
[info] Running test.Test
[debug] Waiting for threads to exit or System.exit to be cal…
-
```
> start
> tsc -p . && node dist/bot.js
src/bot/commands/pick/canvas-wheel.ts:1:18 - error TS2305: Module '"canvas"' has no exported member 'NodeCanvasRenderingContext2D'.
1 import { Canvas…
-
ShareJS needs a set of OT functions for editing rich text. They should support annotations (bold, italics, etc) of some sort and there should be a plan on how to embed objects like images in documents…
-
On my Arch Linux machine `import re` fails because libpcre.so.3 does not exist. Instead it's libpcre.so.1 (also aliased as libpcre.so).
So should we just change it to load libpcre.so, or try differe…
-
Doesn't work with the recent update to the teams application. Nothing is selectable.
-
## Origin
https://github.com/pfalcon/uzlib
Radically unbloated DEFLATE/zlib/gzip compression/decompression library. Can decompress any gzip/zlib data, and offers simplified compressor which prod…