CARVIEW |
adh
(Aleš Hakl)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Aleš Hakl
- Website/Blog
- https://hakl.net/
- Location
- Prague, Czech Republic
- Member Since
- Jan 04, 2009 (about 1 year)
Following 0 githubbers and watching 13 repositories view all →
Public Repositories (9)
-
dfsch
Scheme-style LISP language implementation with simple C interface.
Last updated Wed Jan 13 15:47:27 -0800 2010
-
fcgiwrap
Simple FastCGI wrapper for CGI scripts
Forked from gnosek/fcgiwrap Tue Sep 08 07:49:27 -0700 2009
Last updated Fri Jul 17 04:10:57 -0700 2009
-
peg-markdown
An implementation of markdown in C, using a PEG grammar
Forked from jgm/peg-markdown Sun Sep 13 13:19:24 -0700 2009
Last updated Sun Jul 12 22:32:54 -0700 2009
-
dfsch-scgi
SCGI server module for dfsch
Last updated Mon Mar 30 18:27:39 -0700 2009
-
dfsch-sqlite
Sqlite library for dfsch
Last updated Mon Mar 16 15:12:28 -0700 2009
-
dfsch-postgresql
PostgreSQL client library for dfsch
Last updated Mon Mar 16 15:11:22 -0700 2009
-
dfsch-crypto
Cryptographic library for dfsch
Last updated Mon Mar 16 15:09:08 -0700 2009
-
random-tools
Random collection of specialized unix utilities, in most cases probably not useful to anybody.
Last updated Tue Feb 17 16:01:02 -0800 2009
-
ncc
Quick and dirty JIT interpreter of something not entirely unlike C using LLVM. (originaly school ...
Last updated Thu Feb 05 09:07:12 -0800 2009
Public Activity 

-
adh committed 0f49f7be:
test for named-let
-
adh committed 66de87d4:
more tests for let and related macros
-
adh committed 6dd9a03e:
Merge branch 'compiler-infrastructure' of git@github.com:adh/dfsch into compiler-infrastructure
-
adh committed 383b6c4b:
Merge branch 'master' into http-server
-
adh committed 29de3cdc:
use different locking and buffering strategy for batch reads from socket-port

-
adh committed 077d324f:
Moved macros into separate file
-
adh committed d6f2e490:
lambda as macro in terms of dfsch%internal:%lambda
-
adh committed 8fa860bc:
special form corresponding to dfsch_named_lambda()
-
adh committed 87b391d8:
internal binding forms that only bind new values without any futher processing
-
adh committed cf83506f:
reorganization for macro-based binding constructs

-
adh committed 383b6c4b:
Merge branch 'master' into http-server
-
adh committed 11c8e89b:
fix seeding code for MT
-
adh committed d5ba7ca6:
Merge branch 'http-server'
-
adh committed fb150504:
Merge branch 'numeric-primitives'
-
adh committed 8f7456de:
integer rounding functions
-
adh committed c31d7d19:
LCG based RNG option
-
adh committed c412afb4:
Merge branch 'numeric-primitives'

-
adh committed d5ba7ca6:
Merge branch 'http-server'
-
adh committed fb150504:
Merge branch 'numeric-primitives'
-
adh committed 8f7456de:
integer rounding functions
-
adh committed 0eb6db73:
Use unlocked stdio in file-port
-
adh committed 6fe49362:
use buffering for socket-port reads
-
adh committed 58aab5ed:
Check for signals in server-socket-accept
-
adh committed fec06a53:
invoke unwind-protect cleanup code when terminating thread
-
adh committed 09a72bfa:
use sigaction(2)
-
adh committed 192c21a9:
missing header for accept loop
-
adh committed 70866cce:
accept loop function
-
adh committed da8f2516:
terminate-thread restart always avaiable
-
adh committed 9bb8e54f:
more complete socket module
-
adh committed 5d66e7ff:
partially working socket-port module
-
adh committed 60062b5d:
Initial HTTP support code from kyhttpd
-
adh committed 62386c29:
Merge branch 'numeric-primitives' into http-server

-
adh committed 94468989:
handle 1 in prime?
-
adh committed 53824635:
handle negative numbers in prime?
-
adh committed 4b9afdce:
prime? seems to really work
-
adh committed 40b7d931:
working prime? function (probably)
-
adh committed d2da3fff:
fix RNG code
-
adh committed 7ef121bf:
>> function
-
adh committed 39809ef8:
more code for (still non-working) prime? function
-
adh committed 48dac4a9:
Merge branch 'master' of git@github.com:adh/dfsch
-
adh committed 31be9948:
Human readable error messages for parse-error
-
adh committed 0001b557:
parse-error condition
-
adh committed db6a7042:
Declare dfsch_make_number_from_string_noerror in internal.h
-
adh committed b9eb4c1e:
1+ and 1- functions
-
adh committed f24006c4:
Merge branch 'master' into numeric-primitives
-
adh committed c720ff43:
Merge branch 'master' of git@github.com:adh/dfsch
-
adh committed 3d93cd57:
parse invalid numbers as symbols (to support things like 1+)
-
adh committed 670b7f26:
lsb and msb for bignums
-
adh committed bb26e619:
lsb and msb functions for fixnums
-
adh committed e4579479:
Merge branch 'master' of git@github.com:adh/dfsch into numeric-primitives
-
adh committed 1e25a71e:
lsb and msb function skeletons
-
adh committed 88d79ffb:
initial bignum extensions
And 5 more commits...

-
adh committed c31d7d19:
LCG based RNG option
-
adh committed c412afb4:
Merge branch 'numeric-primitives'
-
adh committed 2c624b50:
factorize function
-
adh committed a5483469:
next-prime function
-
adh committed 94468989:
handle 1 in prime?
-
adh committed 53824635:
handle negative numbers in prime?
-
adh committed 4b9afdce:
prime? seems to really work
-
adh committed 40b7d931:
working prime? function (probably)
-
adh committed d2da3fff:
fix RNG code
-
adh committed 7ef121bf:
>> function
-
adh committed 39809ef8:
more code for (still non-working) prime? function
-
adh committed db6a7042:
Declare dfsch_make_number_from_string_noerror in internal.h
-
adh committed b9eb4c1e:
1+ and 1- functions
-
adh committed f24006c4:
Merge branch 'master' into numeric-primitives
-
adh committed 670b7f26:
lsb and msb for bignums
-
adh committed bb26e619:
lsb and msb functions for fixnums
-
adh committed e4579479:
Merge branch 'master' of git@github.com:adh/dfsch into numeric-primitives
-
adh committed 1e25a71e:
lsb and msb function skeletons
-
adh committed 88d79ffb:
initial bignum extensions