GithubHelp home page GithubHelp logo

Bruce Ide's Projects

ascope icon ascope

Fork of ascope.el from EmacsWiki

bashrc_d_project icon bashrc_d_project

My bashrc_d project. I run into constant problems trying to configure multiple environments on multiple systems. This replacement .bashrc allows me to store small snippits of initialization code in some scripts directories, which I can then symlink to each system I want that code to run on. This is about generation 4 of this project. I'd eventually like to add (or have someone else add) a GUI front end to the environmental setup process, such that environment variables and initialization code could quickly and easily be turned on or off for each system.

cards icon cards

Simple playing card project

coordinates icon coordinates

A coordinate library with latlong, ecef, true of date ECI, conversions and interpolation with ECI.

cppunit_contrib icon cppunit_contrib

A (very) small extra header for cppunit. I've taken to using this file so I can stop looking up cppunit info every time I want to write a test.

cppxml icon cppxml

A simple wrapper around expat's SAX XML parser. Provides boost::signal2 signals for a subset of expat's signals. Mostly just an academic exercise to play with C++11 and boost magic things.

data icon data

A couple of data objects to make use of things in the coordinates library.

flex icon flex

The Fast Lexical Analyser

fr_demo icon fr_demo

Demo - Plot two-day-old GPS Satellite Locations On Google Earth

fr_demo_2 icon fr_demo_2

Plots GPS satellite orbits on Google Earth, using NGA published ephemeris files (Data and orbits are 2 days old)

fr_events icon fr_events

An event library that can transmit events across the network.

gpx2kml icon gpx2kml

A program to demonstrate converting a mytracks GPX file from android to a google earth KML file. It's still pretty raw,

media icon media

Simple ffmpeg-using multimedia decoder

media2 icon media2

Redesigned version of my media library

oonits icon oonits

A simple C++ example that demonstrates automatic type conversion between specific types. This example defines meters, kilometers and miles and demonstrates how to set up a single templated function that converts all the passed in units to meters prior to storing them in a vector.

process icon process

Example of how to create and use a child process, including closing the child's standard file descriptors and redirecting them through pipes.

resumetron icon resumetron

Program to take a resume from an XML format defined by the project and output it to a variety of markup languages. No claim is made that any of its output is particularly applicable the task of representing you to a company. For instructional use only.

socket_server icon socket_server

Rewrite of the socket_server class that pops up in a couple of my demos. This adds some boost signals, a signal handler so that the remote side closing its endpoint doesn't kill your server, and a nicer inheritance tree. For the programmer using it, it should be pretty straightforward (See the README and test code for details)

socket_server_2 icon socket_server_2

Redesign of my original socket_server code. This moves the signal handler to another project, reduces the template parameters I need to push around, redesigns fdes_stream and generally seems to be easier and cleaner to work with.

time icon time

Some classes to deal with time

webmutex icon webmutex

Proof of Concept - Control Access to A Web Resource Through A Mutex Semaphore

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.