jakevoytko (Jake Voytko)

Name
Jake Voytko
Email
Website/Blog
http://www.jakevoytko.com/blog/
Company
A Duck Typing LLC
Member Since
Dec 03, 2008

Following 0 coders and watching 9 repositories view all →

Public Repositories (9)

  • ds

    DS stands for "Data Sharing Data Structures." Written in C++

    legend

    Last updated Mon Mar 15 13:14:11 -0700 2010

  • pyGravatar

    Python Gravatar generator. Nothing fancy!

    legend

    Last updated Sat Feb 06 10:16:54 -0800 2010

  • emacs

    My portable emacs configuration

    legend

    Last updated Sat Feb 06 07:19:58 -0800 2010

  • warmup

    Runs your CPU at 100% in order to produce a heating effect

    legend

    Last updated Sun Jan 17 05:55:43 -0800 2010

  • 17-x-17-Challenge

    Some (unsuccessful) C++ code that I used to try to crack the 17x17 challenge

    legend

    Last updated Wed Dec 16 19:13:13 -0800 2009

  • fractals

    Displays 13 different fractals! Uses OpenGL.

    legend

    Last updated Sun Nov 01 18:10:52 -0800 2009

  • cl-patches

    Repository for patches to random Common Lisp 3rd party libraries

    legend

    Last updated Wed Oct 21 19:28:45 -0700 2009

  • github-contest

    Repository for my github-contest submissions (and eventually, code)

    legend

    Last updated Tue Aug 18 20:03:26 -0700 2009

  • genesis

    Genetic programming library in Lisp!

    legend

    Last updated Sat Jan 03 08:52:00 -0800 2009

Public Activity feed

jakevoytko closed issue 4 on jakevoytko/ds Mon Mar 15 13:17:50 -0700 2010
SetArrays doesn't share structure
jakevoytko opened issue 7 on jakevoytko/ds Mon Mar 15 13:16:27 -0700 2010
Granular mutexes for `SetArrayMaker`
jakevoytko opened issue 6 on jakevoytko/ds Mon Mar 15 13:15:43 -0700 2010
Multithreading test for SetArray
jakevoytko pushed to master at jakevoytko/ds Mon Mar 15 13:14:11 -0700 2010
  • 8f80e95
    This is the fully-featured alpha version of the SetArray. I ad...
jakevoytko opened issue 5 on jakevoytko/ds Mon Mar 15 10:43:46 -0700 2010
Better Piece<T> construction
jakevoytko opened issue 4 on jakevoytko/ds Sat Mar 13 10:45:11 -0800 2010
SetArrays doesn't share structure
jakevoytko opened issue 3 on jakevoytko/ds Sat Mar 13 10:35:39 -0800 2010
Inefficient SetArray creation
jakevoytko opened issue 2 on jakevoytko/ds Sat Mar 13 10:33:33 -0800 2010
Evaluate moving core to C code
jakevoytko opened issue 1 on jakevoytko/ds Sat Mar 13 10:30:55 -0800 2010
Improve code sharing in tests
jakevoytko pushed to master at jakevoytko/ds Thu Mar 11 19:10:42 -0800 2010
  • c8cefaa
    Added a persistent SetArray data structure. It stores unique s...
jakevoytko pushed to master at jakevoytko/ds Mon Mar 08 19:08:42 -0800 2010
  • f37b90f
    Renamed the project from 'varr' to 'ds', which stands for 'Dat...
jakevoytko pushed to master at jakevoytko/varr Mon Mar 08 18:54:38 -0800 2010
  • 95339c2
    Added a SortedPieceVector for managing a vector of Piece<T>s. ...
  • c317490
    Added tests for a varr::core::SortedPieceVector<T>
  • dc068b8
    Added tests for a split_sorted_piece function
  • 1 more commit »
jakevoytko pushed to master at jakevoytko/varr Sat Mar 06 13:36:29 -0800 2010
  • ea2b242
    Added tests for the implementation details of Level 2 function...
  • 5866b05
    Halfway through implementing a meta-container for Pieces. I to...
jakevoytko pushed to master at jakevoytko/ds Tue Mar 02 18:55:16 -0800 2010
  • 4f9a326
    Added some level 1 tests, and some associated fixes
  • 2fcaec3
    Changed the test module name
jakevoytko pushed to master at jakevoytko/ds Sat Feb 27 17:14:11 -0800 2010
  • 5be0f39
    Added tests that more-or-less cover the basic functionality of...
  • b16a164
    Fixed the index operator code to not return the pointer (DUH) ...
  • cc2231e
    Changed the namespace for VersionedArray
jakevoytko created branch master at jakevoytko/ds Sat Feb 27 14:41:41 -0800 2010
jakevoytko created repository varr Sat Feb 27 14:39:11 -0800 2010
New repository is at jakevoytko/ds
jakevoytko pushed to master at jakevoytko/pyGravatar Sat Feb 06 10:16:54 -0800 2010
jakevoytko pushed to master at jakevoytko/pyGravatar Sat Feb 06 10:14:59 -0800 2010
  • bf95f93
    Added the GitHub URL as my official project URL
jakevoytko created branch master at jakevoytko/pyGravatar Sat Feb 06 10:04:19 -0800 2010
jakevoytko created repository pyGravatar Sat Feb 06 09:12:49 -0800 2010
New repository is at jakevoytko/pyGravatar
jakevoytko pushed to master at jakevoytko/emacs Sat Feb 06 07:19:59 -0800 2010
jakevoytko pushed to master at jakevoytko/emacs Mon Jan 25 16:18:09 -0800 2010
  • 5c43d7a
    Added Consolas as the default font in X-based environments. I ...
jakevoytko created branch master at jakevoytko/warmup Sun Jan 17 05:55:43 -0800 2010
jakevoytko created repository warmup Sun Jan 17 05:54:49 -0800 2010
New repository is at jakevoytko/warmup
jakevoytko pushed to master at jakevoytko/emacs Sun Jan 17 05:22:47 -0800 2010
  • 80509a3
    Merge branch 'master' of git@github.com:jakevoytko/emacs
  • b929114
    Added haskell-mode for some experimenting. It's not a very goo...
jakevoytko pushed to master at jakevoytko/emacs Sat Dec 19 19:35:18 -0800 2009
  • eff7db2
    Made some terminal-only changes
jakevoytko created branch master at jakevoytko/emacs Sat Dec 19 09:35:16 -0800 2009
jakevoytko created repository emacs Sat Dec 19 09:34:39 -0800 2009
New repository is at jakevoytko/emacs
jakevoytko created branch master at jakevoytko/17-x-17-Challenge Wed Dec 16 19:13:13 -0800 2009
jakevoytko created repository 17-x-17-Challenge Wed Dec 16 19:12:41 -0800 2009
New repository is at jakevoytko/17-x-17-Challenge
jakevoytko created branch master at jakevoytko/fractals Sun Nov 01 18:10:52 -0800 2009
jakevoytko created repository fractals Sun Nov 01 17:56:15 -0800 2009
New repository is at jakevoytko/fractals
jakevoytko created branch master at jakevoytko/cl-patches Wed Oct 21 19:28:46 -0700 2009
jakevoytko created repository cl-patches Wed Oct 21 19:19:22 -0700 2009
New repository is at jakevoytko/cl-patches