Posts

  • fern-wifi-cracker

    Automatically exported from code.google.com/p/fern-wifi-cracker

    Fern Wifi Cracker is a Wireless security auditing and attack software program written using the Python Programming Language and the Python Qt GUI library. The program is able to crack and recover WEP/WPA/WPS keys and also run other network based attacks on wireless or ethernet based networks

    Tags: #python

  • omniscient

    A library providing an abstraction for React components that allows for fast top-down rendering embracing immutable data for js

    We can happily announce that as of React 16.6, Omniscient.js can enjoy retirement after a job well done. The new React.memo API can for most cases replace the Omniscient decorator with your own areEqual function. It’s not exactly the same, but we feel that it is close enough for most cases. Thanks for supporting Omniscient all these years.


    Do fast top-down rendering embracing immutable data and functional programming.

    Omniscient pairs the simplicity of Quiescent with the cursors of Om, for js, using Immutable.js.

    Tags: #javascript

  • Honeypot

    Simple spam prevention package for Laravel applications

    “Honeypot” method of spam prevention is a simple and effective way to defer some of the spam bots that come to your site. This technique is based on creating an input field that should be left empty by the real users of the application but will most likely be filled out by spam bots.

    This package creates a hidden DIV with two fields in it, honeypot field (like “my_name”) and a honeytime field - an encrypted timestamp that marks the moment when the page was served to the user. When the form containing these inputs invisible to the user is submitted to your application, a custom validator that comes with the package checks that the honeypot field is empty and also checks the time it took for the user to fill out the form. If the form was filled out too quickly (i.e. less than 5 seconds) or if there was a value put in the honeypot field, this submission is most likely from a spam bot.

    Tags: #php

  • ts-patch

    Augment the TypeScript compiler to support extended functionality

    Directly patch typescript installation to allow custom transformers (plugins).

    • Plugins are specified in tsconfig.json, or provided programmatically in CompilerOptions.
    • Based on ttypescript - Fully compatible + offers more features

    Tags: #typescript

  • super_diff

    A more helpful way to view differences between complex data structures in RSpec.

    SuperDiff is a gem that hooks into RSpec to intelligently display the differences between two data structures of any type.

    📢 See what’s changed in recent versions.

    Tags: #ruby

  • react-headroom

    Hide your header until you need it

    Hide your header until you need it.

    Tags: #javascript

  • rubocop-github

    Code style checking for GitHub’s Ruby projects

    This repository provides recommended RuboCop configuration and additional Cops for use on GitHub open source and internal Ruby projects.

    Tags: #ruby • rubocop

  • typemoq

    A simple mocking library for TypeScript

    npm install typemoq
    

    Or add this NuGet dependency to your project:

    PM> Install-Package typemoq 
    

    The distribution directory should contain:

    • Compiled JavaScript: typemoq.js and its minified version typemoq-min.js
    • TypeScript definitions: typemoq.d.ts

    Tags: #typescript

  • brpc-java

    Java implementation for Baidu RPC, multi-protocol & high performance RPC.

    brpc-java 是 baidu rpc 的 java 版本实现,支持 baidu rpc、nshead、sofa、hulu、http、stargate、dubbo 等协议。

    Tags: #java • rpc • brpc

  • redis-store

    Namespaced Rack::Session, Rack::Cache, I18n and cache Redis stores for Ruby web frameworks

    Redis Store provides a full set of stores (Cache, I18n, Session, HTTP Cache) for modern Ruby frameworks like: Ruby on Rails, Sinatra, Rack, Rack::Cache and I18n. It supports object marshalling, timeouts, single or multiple nodes, and namespaces.

    Please check the README file of each gem for usage and installation guidelines.

    Tags: #ruby • redis • library

subscribe via RSS