Posts

  • php-mock

    Mock built-in PHP functions (e.g. time(), exec() or rand())

    PHP-Mock is a testing library which mocks non deterministic built-in PHP functions like time() or rand(). This is achieved by PHP’s namespace fallback policy:

    PHP will fall back to global functions […] if a namespaced function […] does not exist.

    PHP-Mock uses that feature by providing the namespaced function. I.e. you have to be in a non global namespace context and call the function unqualified:

    namespace foo;
    
    $time = time(); // This call can be mocked, a call to \time() can't.
    

    Tags: #php • mock • builtin-functions

  • Web2Executable

    Uses NW.js to generate “native” apps for already existing web apps.

    When using the prebuilt binaries for Windows, Mac, or Ubuntu, there are NO dependencies or extra applications needed. Simply download Web2Exe for the platform of your choice, extract, and double click the app/exe/binary to start. This applies to both the command-line version and the GUI version.

    NOTE!: Some people report needing the Microsoft Visual C++ 2008/2010 SP1 and regular Redistributable package. I don’t have a machine to test this, but just know that you might need the package if the application won’t open or spits out the following error:

    Error: The application has failed to start because the side by side configuration is incorrect please see the application event log or use the command line sxstrace.exe tool for more detail.
    

    Tags: #python • gui • nwjs

  • seccomp-tools

    Provide powerful tools for seccomp analysis

    Provide powerful tools for seccomp analysis.

    This project targets to (but is not limited to) analyze seccomp sandbox in CTF pwn challenges. Some features might be CTF-specific, but also useful for analyzing seccomp of real cases.

    Tags: #ruby • seccomp • seccomp-filter

  • csv

    CSV Reading and Writing

    This library provides a complete interface to CSV files and data. It offers tools to enable you to read and write to and from Strings or IO objects, as needed.

    Tags: #ruby • csv

  • rtg-tools

    RTG Tools: Utilities for accurate VCF comparison and manipulation

    Copyright (c) 2018 Real Time Genomics Ltd

    This software is provided under the Simplified BSD License. See LICENSE.txt

    Tags: #java

  • BurpShiroPassiveScan

    一款基于BurpSuite的被动式shiro检测插件

    一款基于BurpSuite的被动式shiro检测插件

    Tags: #java

  • ddpm-cd

    Remote Sensing Change Detection using Denoising Diffusion Probabilistic Models

    (Previosely: DDPM-CD: Remote Sensing Change Detection using Denoising Diffusion Probabilistic Models)

    Wele Gedara Chaminda Bandara, Nithin Gopalakrishnan Nair, Vishal M. Patel

    Offical Pytorch implementation of DDPM-CD: Denoising Diffusion Probabilistic Models as Feature Extractors for Change Detection / Remote Sensing Change Detection using Denoising Diffusion Probabilistic Models

    Latest Version of the Paper

    Tags: #python • change-detection • climate-change

  • react-oauth

    Google OAuth2 using the new Google Identity Services SDK for React 🚀

    Google OAuth2 using the new Google Identity Services SDK for React @react-oauth/google🚀

    Tags: #typescript • authentication • google

  • chai-jquery

    jQuery assertions for chai

    chai-jquery is an extension to the chai assertion library that provides a set of jQuery-specific assertions.

    Tags: #javascript

  • alfaaz

    The fastest multilingual word counter that can count millions of words per second.

    The fastest: alfaaz can count millions of words per second. There’s nothing in the NodeJS/JavaScript world that can come even close.

    🈸 Multilingual: alfaaz support counting words in multiple languages like Chinese, Japanese etc.

    🧪 100% tested TypeScript code

    ♾️ 0 dependencies

    🪶 Lightweight (< 1KB)

    Tags: #typescript • word-counter • wordcounter

subscribe via RSS