Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pedro93
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Show HN: Vikube – kubernetes operations in vim
(github.com)
3 points
by
pedro93
9y ago
|
0 comments
2.
▲
Show HN: CTDateRangePicker
(ctui.corneltek.com)
1 points
by
pedro93
9y ago
|
0 comments
3.
▲
Show HN: Gorush – a push notification server written in Go
(github.com)
9 points
by
pedro93
10y ago
|
0 comments
4.
▲
Show HN: Google's Jump Consistent Hash in PHP7 Extension
(github.com)
2 points
by
pedro93
10y ago
|
0 comments
5.
▲
Show HN: Reducer – group by large array in php7
(github.com)
2 points
by
pedro93
10y ago
|
0 comments
6.
▲
Golang – The annoying remote import path
(medium.com)
4 points
by
pedro93
10y ago
|
1 comments
7.
▲
Another Mini ARM C Compiler with JIT Support
(github.com)
46 points
by
pedro93
10y ago
|
6 comments
8.
▲
Show HN: Xfile – PHP Extension for file operations
(github.com)
1 points
by
pedro93
11y ago
|
0 comments
9.
▲
by
pedro93
11y ago
Fixed memory leaks and it might be the time to release :p
10.
▲
Xarray – The missing PHP array functions, implemented in extension
(github.com)
4 points
by
pedro93
11y ago
|
3 comments
11.
▲
by
pedro93
11y ago
Funk implements PHPSGI specification (the PHPSGI repository contains middleware/app interfaces implemented in both PHP and Zend Extension) https://github.com/phpsgi/phpsgi
12.
▲
Show HN: Funk – a toolkit for using PHPSGI stack (middleware, http servers)
(github.com)
3 points
by
pedro93
11y ago
|
1 comments
13.
▲
PHPSGI (PEP333, Rack, PSGI for PHP)
(github.com)
2 points
by
pedro93
11y ago
|
0 comments
14.
▲
Show HN: FastCommit – Integrating GIT commit flow with your fav editor with ease
(github.com)
2 points
by
pedro93
11y ago
|
0 comments
15.
▲
by
pedro93
11y ago
there is a typo, it's FastCommit. :p
16.
▲
SASS implementation in Go
(github.com)
4 points
by
pedro93
11y ago
|
0 comments
17.
▲
by
pedro93
12y ago
http://imgur.com/Db5obT8 powerful zsh completion generator
18.
▲
CLIFramework: Building powerful command-line application in PHP
(github.com)
1 points
by
pedro93
12y ago
|
1 comments
19.
▲
H3: The Fast HTTP header parser library in C
(github.com)
3 points
by
pedro93
12y ago
|
0 comments
20.
▲
by
pedro93
12y ago
the routes are pre-compiled, so I think it only requires one calling conversion from js to c++ when dispatching routes.
21.
▲
VIM: HTML5 omnicomplete and syntax
(github.com)
1 points
by
pedro93
12y ago
|
0 comments
22.
▲
by
pedro93
12y ago
It's a binding library of r3, you may check the benchmark from r3 project: https://github.com/c9s/r3#performance
23.
▲
R3 bindings for Node.js
(github.com)
36 points
by
pedro93
12y ago
|
11 comments
24.
▲
The powerful zsh completion generator for PHP
(twitter.com)
1 points
by
pedro93
12y ago
|
0 comments
25.
▲
PHP CLIFramework with ZSH completion
(c9sen.blogspot.com)
2 points
by
pedro93
12y ago
|
0 comments
26.
▲
by
pedro93
12y ago
well. implementing these feature testing scripts is kinda waste of time. so I rather to pick up autotools, which provides a integrated features. to use it for a static embedded use case, you may write your own build script to compile the li
27.
▲
by
pedro93
12y ago
When you use pcre in python or ruby, do you worry about the complexity? pcre and language VMs are also implemented in C/C++. If we consider complexity before everything, we must use PHP to implement an OS. :-p
28.
▲
by
pedro93
12y ago
Thanks! that helps!
29.
▲
by
pedro93
12y ago
Hi! your implementation is inspiring to me. so I mixed some other ideas to implement this (for fun and experimentation). this router library can be used for different purpose (outside of URL dispatching), although we don't gain so much
30.
▲
by
pedro93
12y ago
The behavior of (strndiff / strdiff) is different from strncmp or strcmp. strn?cmp does not return the offset. they are different functions. and in order to ship this package to deb, deploy to different platform, use autotools to test
More ›