CARVIEW |
nicolasff
(Nicolas Favre-Felix)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Nicolas Favre-Felix
- Website/Blog
- https://journal.batard.info/
- Location
- Paris, France
- Member Since
- Apr 14, 2008 (over 2 years)
Following 3 coders and watching 19 repositories view all →
Public Repositories (12)
-
ht
A simple hash table with non-blocking resize
Last updated Tue Jul 13 00:40:07 -0700 2010
-
river
A simple “comet” server in C, streaming data to web clients
Last updated Wed Jul 07 13:36:52 -0700 2010
-
tile.js
Simple tests on <canvas>
Last updated Mon Jun 21 06:22:50 -0700 2010
-
nicolasff.github.com
My github page!
Last updated Fri Jun 11 05:27:08 -0700 2010
-
blog
Last updated Wed May 19 15:33:43 -0700 2010
-
canvas-seam-carving
Content-aware resizing (“seam carving”) in Javascript + HTML5 <canvas>
Last updated Wed Apr 28 15:07:42 -0700 2010
-
redispp
C++ client library for redis
Last updated Thu Apr 22 02:01:39 -0700 2010
-
hiphop-php
Forked from facebook/hiphop-php
Last updated Tue Apr 06 02:42:56 -0700 2010
-
mazes-erlang
Mazes in Erlang using Kruskal’s algorithm
Last updated Fri Feb 19 15:58:24 -0800 2010
-
sha1-erlang
SHA-1 in Erlang
Last updated Fri Feb 19 15:38:22 -0800 2010
-
haskell-memcached
Forked from alsonkemp/haskell-memcached
Memcached client for Haskell
Last updated Tue Apr 07 01:49:19 -0700 2009
-
cc
A C compiler written in C
Last updated Mon Nov 24 05:35:07 -0800 2008
Public Activity 
-
049727f
Added ZCOUNT + tests & docs.
Please add ZCOUNT. Its similar to ZRANGEBYSCORE but return number of elements.
-
66ac97b
Added ZCOUNT + tests and doc.
-
fbddc22
Fixed HINCRBY + docs & tests. Thanks Virtuall :)
-
6d6b133
Added ZRANK, ZREVRANK.
-
74f09b5
Added ZRANK, ZREVRANK.
-
c27cc5b
Added SRANDMEMBER, reported by `Virtuall` on IRC.
-
270d0e0
Added SRANDMEMBER, reported by `Virtuall` on IRC.
-
fb5776a
Fixed connect bug, thanks to `lolli` on IRC.
-
0abb9e5
Fixed connect bug, thanks to `lolli` on IRC.
-
beabde7
Added TCP_NODELAY, suggested by Daniele Alessandri.
-
1e4a006
Added TCP_NODELAY, suggested by Daniele Alessandri.
redis_cmd_format: float is formatted locally
Undefined symbol: Z_LONG_PP
-
e326d24
Fixed issue #25, thanks to wanderr for the report.
-
5bdb90c
Fixed float format (thanks to brstgt).
-
4b7b47b
Fixed float format (thanks to brstgt).
-
1113dd5
Removed a condition for faster execution.
-
c2571d9
Fixed Makefile, added some documentation in dict.h
getKeys() returns false.
protocol error, got '*' as reply type byte
getKeys() returns false.
getKeys() returns false.
-
2b0d389
Code cleanup.
-
b5acd46
Small refactoring, SIGPIPE bugfix.