hostilefork

Website/Blog
http://hostilefork.com
Company
Hostile Fork Consulting Ltd.
Location
Los Angeles
Member Since
Aug 12, 2008 (about 1 year)

Following 0 githubbers and watching 9 repositories view all →

Public Repositories (8)

  • post-cpp

    Simple persistent storage for C++ objects using virtual memory mapping mechanism

    legend

    Forked from knizhnik/POST-- Mon Nov 23 09:37:33 -0800 2009

    Last updated Mon Nov 23 09:45:32 -0800 2009

  • hoist

    Strong Source Identity Library for C++

    legend

    Last updated Sun Nov 22 11:55:58 -0800 2009

  • rubol

    Extensions to Rebol to make it more Ruby-like

    legend

    Last updated Fri Nov 13 13:10:14 -0800 2009

  • django-blackhighlighter

    Django module for working with publicly posted content that has some portions protected

    legend

    Last updated Sat Sep 12 16:31:26 -0700 2009

  • smartptr-cast-study

    A study of the implicit casting properties of several smart pointer types

    legend

    Last updated Wed Jul 15 14:33:23 -0700 2009

  • nocycle

    Directed Acyclic Graph For C++ With Cached Transitive Closure

    legend

    Last updated Sat Jul 04 17:11:58 -0700 2009

  • uscii

    Universal Standard Code For Information Interchange

    legend

    Last updated Thu Jul 02 10:48:34 -0700 2009

  • albumist

    Open source JavaScript album browser for Freebase and LyricWiki

    legend

    Last updated Wed Sep 24 16:52:39 -0700 2008

Public Activity feed

hostilefork pushed to master at hostilefork/post-cpp Mon Nov 23 09:45:32 -0800 2009
HEAD is 2abb4b9effea069faffcc1995cb3a346aa6751d2
hostilefork forked knizhnik/POST-- Mon Nov 23 09:37:35 -0800 2009
Forked repository is at hostilefork/POST--
hostilefork pushed to master at hostilefork/hoist Sun Nov 22 11:55:58 -0800 2009
HEAD is 953e2f30503e0df8472cd80d7a72386ae0273928
  • hostilefork committed 953e2f30:
    Use union with pointer to QString in codeplace for increased performance.
hostilefork pushed to master at hostilefork/hoist Sat Nov 21 18:11:30 -0800 2009
HEAD is c2ccc2b3fe60e57a448007d44345c072042046cc
  • hostilefork committed c2ccc2b3:
    Add const char* variations of hopefully to save on QString construct/destruct when condition did not fail
hostilefork pushed to master at hostilefork/hoist Mon Nov 16 10:42:22 -0800 2009
HEAD is 282008b9662005f39726f7ef51efc2107740fccd
  • hostilefork committed 282008b9:
    hopefullyInSet fix for 3 arguments, added a lookupValue (change lookup to lookupTracked? use QMap.value() QMap.tracked() convention?)
hostilefork pushed to master at hostilefork/hoist Sat Nov 14 20:56:57 -0800 2009
HEAD is 9253da00e46910ae41d4fc584d743cee544a85e9
hostilefork created branch master at hostilefork/hoist Sat Nov 14 20:04:34 -0800 2009
hostilefork created repository hoist Sat Nov 14 20:02:08 -0800 2009
New repository is at hostilefork/hoist
hostilefork pushed to master at hostilefork/rubol Fri Nov 13 13:10:14 -0800 2009
HEAD is 3edeca67f2a62705ac97a7370895660b9bc4e1cb

2 commits »

hostilefork pushed to master at hostilefork/rubol Fri Nov 13 08:12:02 -0800 2009
HEAD is d924a73aaef5eb1ab87f1ab0f699bc8abf5f0310
hostilefork pushed to master at hostilefork/rubol Thu Nov 12 21:43:58 -0800 2009
HEAD is cb52a281dae798e3517e575e22775de2af7c0cac
  • hostilefork committed cb52a281:
    Revert func-static from funct-static (failed experiment), added inject + range + sample
hostilefork pushed to master at hostilefork/rubol Thu Nov 12 17:17:57 -0800 2009
HEAD is 09ceefd28ff82dc0d7a841c22f71964a38776e09
hostilefork pushed to master at hostilefork/rubol Thu Nov 12 17:08:02 -0800 2009
HEAD is c2bbfa47ac5d46e4b40248ec8d0951d4ba6d6356
hostilefork pushed to master at hostilefork/rubol Thu Nov 12 16:38:31 -0800 2009
HEAD is cb51891c751881bd4a11108998fe3ceaad297f70
  • hostilefork committed cb51891c:
    Added cubes sample, some workarounds for def in non-object contexts.
hostilefork pushed to master at hostilefork/rubol Thu Nov 12 15:42:15 -0800 2009
HEAD is fca8baf45914963a123bd0057edf27f32370a628
hostilefork pushed to master at hostilefork/rubol Thu Nov 12 15:08:53 -0800 2009
HEAD is 8776098a730e096e71c61823c3d9bc6311f3dce5
  • hostilefork committed 8776098a:
    Added var abstraction to support declaration style where name is passed as a paramter instead of always using set-words, introduced make-class and make-def variants and shorthand! compatible make-def-core and def-core
hostilefork pushed to master at hostilefork/rubol Thu Nov 12 13:15:56 -0800 2009
HEAD is 68481a7cf4db234bee022eff96942553a985c627
  • hostilefork committed 68481a7c:
    Fixed filename of scope test and also made strings use .x .y to be clearer that they were member assignments
hostilefork pushed to master at hostilefork/rubol Thu Nov 12 13:08:29 -0800 2009
HEAD is 49fe778db53ad1a7b379464484560654c4ed7c80
  • hostilefork committed 49fe778d:
    Added yield functionality to def, each call to a function that uses yield requires a function that will be called with those yield arguments, see yielder-1.r sample
hostilefork pushed to master at hostilefork/rubol Wed Nov 11 15:08:24 -0800 2009
HEAD is c90d3ada28961202749c8d6c939a0bce4c7f24c6
  • hostilefork committed c90d3ada:
    Major improvements to funct-static after learning more about Rebol bindology and funct, inclusion of a scope-test, use def instead of does due to better scope properties
hostilefork pushed to master at hostilefork/rubol Mon Nov 09 14:59:00 -0800 2009
HEAD is ea3fb17f7dde30c81309546d998744bb21303a76
  • hostilefork committed ea3fb17f:
    Tweaked def implementation so you only need empty brackets at the method prototype and not the callsite (need better test), added a preliminary person-1.r test to show multiple attr_accessor and to_s work
hostilefork pushed to master at hostilefork/rubol Mon Nov 09 14:11:38 -0800 2009
HEAD is c3ccf3e21daa81c4b1da4d0d4a8476e7d517b29f
  • hostilefork committed c3ccf3e2:
    Updates to def and class to use more Ruby-like definition method, use some parse dialect to operate on structure (multi-pass, needs improvement)
hostilefork pushed to master at hostilefork/rubol Mon Nov 09 09:49:24 -0800 2009
HEAD is e9e7a6275b39278a7eebf70293fe1618c939f78c
hostilefork pushed to master at hostilefork/rubol Mon Nov 09 09:26:42 -0800 2009
HEAD is 540abcd15a3e3cfbf5d5b3aa16af08d594a19fb7
  • hostilefork committed 540abcd1:
    Changed class notation so that the class name is committed and stored in the object, cleaned up puts interface after finding out about Ruby's to_s
hostilefork pushed to master at hostilefork/rubol Mon Nov 09 08:09:47 -0800 2009
HEAD is 8db660010bdd3bb7623c12cbf8c05732c111304a
  • hostilefork committed 8db66001:
    Newline in func-static example generator, better description of get-parameter-info, megagreeter filename fix.
hostilefork pushed to master at hostilefork/rubol Mon Nov 09 07:45:34 -0800 2009
HEAD is 744ff52c2760bf349e70cdaf02025a233d78a7a5
  • hostilefork committed 744ff52c:
    Quick fix for old file that got checked into the initial commit.
hostilefork created branch master at hostilefork/rubol Mon Nov 09 07:26:44 -0800 2009
hostilefork created repository rubol Mon Nov 09 07:26:10 -0800 2009
New repository is at hostilefork/rubol