Pinned Repositories
csv-parser
Fast, header-only, extensively tested, C++11 CSV parser
fltk
FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development
gpt-2
Code for the paper "Language Models are Unsupervised Multitask Learners"
imap_terminal
A console interface to IMAP servers that supports Linux-style commands like ls and mv.
libunistd
Robin Rowe created libunistd, a lightweight Windows POSIX/Pthreads library implementation. If you want to build single codebase C/C++ code to run on Windows, Linux and MacOS, you need this. Write and debug your code in Windows Visual Studio, then deploy on Linux or other UNIX-compatible OS.
multiprocessing
C++ code for RingQueue, SharedMemory and Semaphore
OpenVoter
OpenVoter is an open source voting alternative to systems such as OpaVote. Rather than develop a system from scratch, we are evaluating all open source voting systems available (4 currently).
PDCurses
PDCurses - a curses library for environments that don't fit the termcap/terminfo model.
tcl-cmake
BRD-CAD TCL/TK Fork
ws28
C++17 WebSocket server library (uses libuv)
robinrowe's Repositories
robinrowe/imap_terminal
A console interface to IMAP servers that supports Linux-style commands like ls and mv.
robinrowe/aframe-map
Map entity & component for A-Frame.
robinrowe/code-samples
A repository to try out new languages, write sample programs and mini projects, and save interesting stuff and code snippets from the internet
robinrowe/Corange
Pure C Game Engine
robinrowe/dcraw-fast
Optimizing dcraw for speed
robinrowe/eliza
The original ELIZA program rewritten in C
robinrowe/Feed-Parser
Robust RSS, Atom Feed Parser written in C++
robinrowe/glraw
C++ library that converts Qt supported images to OpenGL raw format.
robinrowe/imageSegmentation
Image Segmentation using Texture and Color features in C++
robinrowe/k7
A standard library for the V8 JavaScript interpreter
robinrowe/kernel-module-fun
Some fun things you can do with kernel modules (all "bad ideas")
robinrowe/libuv-chat
TCP Event-Loop Async Chat server and client using libuv
robinrowe/majordomo
The mostly abandoned Majordomo2 code, converted from CVS
robinrowe/maxbuttons
This is a mirror of the svn repo: https://plugins.svn.wordpress.org/maxbuttons/, the master is always the latest release.
robinrowe/minifltk-1.3
mini fltk version. port to wince and ios. Android is waiting. original website: http://www.fltk.org. version baseline: 1.3.x
robinrowe/nodecrud
Example of CRUD Node.js and Mysql
robinrowe/OpenGLText
Efficient and clean text rendering for OpenGL
robinrowe/OPMLtoMM
Python script to convert OPML files to Freeplane/Freemind files
robinrowe/qhttp
a light-weight and asynchronous HTTP library (both server & client) in Qt5 and c++14
robinrowe/SinaWeiboClient
robinrowe/sqlightning
SQLite3 ported to use LMDB instead of its original Btree code
robinrowe/stigdb
Stig Database
robinrowe/Swift-3D-Demo
Shows how to draw a 3D object without using shaders
robinrowe/synthesizing_obama_network_training
robinrowe/UE4_TopDown_ZoomPan
Simple UE4 project that extends the default TopDown project to include zoom/pan with mouse
robinrowe/VoipTest
VopiTest, Video call test with QXmpp
robinrowe/WebSocketServer
Realtime WebSocket server