hsed.js is to html what sed(1) is to texts.
sed(1) can proceed texts with given regexp, but for html, its working level is too low, so I decide to build a tool to apply arbitrary JS codes upon html documents to proceed, in order to modify their content in a batch manner. Headless browsers like PhantomJS have already provided needed functionalities, so this tool may be implemented as a JS program interpreted with a Headless browsers. If so, the designation of its CLI interface may become a challenge, as Headless browsers usually do not provide command line option parsers like getopt(3).
Updated
almost 3 years
ago.
No love.
Has no hacker:
grab it!
git-effort is really a cool tool for analysis git repository. ( https://github.com/tj/git-extras/blob/master/bin/git-effort)
In large codebases is kind little slow.
Updated
almost 3 years
ago.
No love.
Has no hacker:
grab it!
OpenPGP Card is an ISO/IEC 7816-4 compatible smartcard that is integrated with many OpenPGP functions, including signature, encryption, and authentication. It provides an trustful computing environment isolated from the host computer, to guard one's private keys from attacks and exposures. ZetiControl in Germany is the first manufacturer of OpenPGP Card based on BasicCard platform. Since then, compatible USB tokens have also been manufactured, such as Yubikey and Nitrokey.
Currently for compatible USB tokens, there are two approaches of OpenPGP Card implementation:
OpenStack keystone supports several types of identity federation, but it needs work. Some of the things that it needs:
* Fix the federation protocol API:
Updated
almost 3 years
ago.
No love.
Has no hacker:
grab it!
On a smaller internet connection or offline the development experience can be severely degraded. This has a big impact on hackathons or other events where multiple people want to get the same content. Workarounds over USB sticks are less usable than an automated way can be. A content addressable transport that can work on a local network without internet would be better.
There is a downside of local content addressable transports compared to protocols like HTTPS that AFAIK has no finished solution yet: Participants in the network can see what you request. If one wants to use such a transport by default this needs to be solved, otherwise it will remain an option that will only be used on networks where this downside is deemed acceptable. Find, ask around for more and summarize possible solutions.
This is a book about modern C++ programming. I mean, if you are a C++ programmer, you’re going to love all the code in this
book. I will share the main ideas with my teammates. Thanks.
Updated
almost 3 years
ago.
No love.
Has no hacker:
grab it!