Coder Social home page Coder Social logo

raptorswing's Projects

couzinmodel icon couzinmodel

An implementation of the biological model from "Collective Memory and Spatial Sorting in Animal Groups" by Couzin et al. Written in C++/Qt. Uses the (included) "Eigen" linear algebra library for some advanced features which are currently disabled.

death-reversi icon death-reversi

A simple Reversi game coded in C++/Qt. Can be played multiplayer (human vs. human) or against an AI. AI Implemented using minimax with alpha/beta pruning. The AI is not great because it is difficult to assign expected value to any given board configuration of a Reversi board.

dubins icon dubins

C++/Qt wrapper for some code that solves Dubins curves

gpx icon gpx

A very primitive GPX (GPS Exchange) format parser/writer in C++/Qt

mapgraphics icon mapgraphics

A tile-based "slippy map" library written in/for C++/Qt. It's meant to enable C++/Qt developers to easily add nice, interactive maps to their applications. Supports zooming, rotating, interactive custom map objects, transparency, etc. It is a Qt map widget that can use tiles from MapQuest, Openstreetmap, or a custom source you define.

mousetojoystick icon mousetojoystick

A simple vJoy (virtual joystick) feeder program which converts mouse to joystick. (Re)Written in C#. Requires Windows because it uses vJoy.

port-scan-detector icon port-scan-detector

A small desktop application that can be configured to listen for connections on various TCP/IP ports. It runs in the tray and displays/logs an alert when a connection is detected on any of the ports. I wrote it to detect scans that a group at my University were doing for security auditing purposes. It only detects actual complete connections to TCP ports -- so nmap's SYN stealth scans won't be detected. However, if an attacker/scanner is doing any kind of service detection or fingerprinting, they'll probably connect to the ports they're interested in. This program will detect those connections. A somewhat recent win32 build is available in the downloads section.

qkdtree icon qkdtree

A C++/Qt based kd-tree (or kdtree) implemented without recursion. Supports custom distance metrics and includes some unit tests.

qt-socks-server icon qt-socks-server

A simple socks4/socks4a/socks5 server written in C++/Qt. I run/test it mainly on Windows 7 with MSVC2010, but it should work in any place Qt does with minimal issues.

qvectornd icon qvectornd

A ghetto n-dimensional generalization of Qt's QVector2D, QVector3D, etc.

rustydht-lib icon rustydht-lib

A rust library for interacting with BitTorrent's mainline distributed hash table (DHT). A work in progress.

scotlandyard icon scotlandyard

A C++/Qt GUI app to calculate possible positions of Mister X for the "Scotland Yard" board game.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.