Results 65 issues of Brian

When copying and pasting from computer to android, I cannot just press ctrl+C, I had to switch to local edit mode then copy and paste. For some reason it types...

Glad to see this project is still alive. Btw I tried a few similar apps out there. A common thing I noticed that I liked was that in "Remote Keyboard"...

Thanks for the useful program. I wonder what it would take to allow for some form of mouse capturing in the browser and if android would allow us to create...

A possible extra mode for a logic analyser is to decode uart signals. This can be handy when monitoring TTL serial output.

## Input testfile input.md ``` testatestb xy ``` ## Terminal Output ``` $ cat input.md | gpp -H -Dvara -Dvarb=1 testa x ``` ``` $ cat input.md | gpp -H...

bug

I am currently trying to analyse the code to understand how it works. To make it easier, I'm generating a doxygen document for it. I have attached a pull request,...

enhancement

Aka callgraphs. Which is important for future people to understand what is going on. To use in ubuntu. Just call `./Doxyopen`

Added the tool from https://github.com/dbuezas/arduino-web-uploader which is MIT licensed and allows for easily uploading prebuilt firmware from a chrome browser to an Arduino nano

Much like how reddit supports the use of bots. It would be interesting to see what an imageboard that officially supports the usages of bots for all or some of...

feature
request
api

According to http://daringfireball.net/projects/markdown/syntax#p multiple spaces means a new paragraph. This doesn't seem to happen here. Was it forgotten or is there a specific reason to not include it? (like size)