Posts

  • rapyd-laravel

    rapyd: crud widgets for laravel. datatable, grids, forms, in a simple package

    require the package in your Laravel
    $ composer require zofe/rapyd

    then publish assets:
    $ php artisan vendor:publish

    note: for Laravel <=5.4 you need to add the provider in your config/app.php:

    Zofe\Rapyd\RapydServiceProvider::class

    Tags: #php

  • tfs

    Microsoft TFS API Python client

    Microsoft Team Foundation Server Python Library is a Microsoft TFS API Python client that can work with Microsoft TFS workflow and workitems.

    Read full documentation: https://devopshq.github.io/tfs/

    Tags: #python • devopshq • tfs

  • GeneticAlgorithmPython

    Build the Genetic Algorithm Implementation in Python 3 using NumPy

    This project is part of PyGAD which is an open-source Python 3 library for building the genetic algorithm and optimizing machine learning algorithms.

    Check documentation of the GeneticAlgorithmPython project in the PyGAD’s documentation: https://pygad.readthedocs.io/en/latest/README_pygad_ReadTheDocs.html

    PyGAD supports different types of crossover, mutation, and parent selection. PyGAD allows different types of problems to be optimized using the genetic algorithm by customizing the fitness function.

    The library is under active development and more features are added regularly. If you want a feature to be supported, please check the Contact Us section to send a request.

    Tags: #python • genetic-algorithm • optimization

  • numbers.js

    Advanced Mathematics Library for Node.js and JavaScript

    Numbers - an advanced mathematics toolkit for JavaScript and Node.js.

    Tags: #javascript

  • redlock-rb

    Redlock is a redis-based distributed lock implementation in Ruby

    Distributed locks are a very useful primitive in many environments where different processes require to operate with shared resources in a mutually exclusive way.

    There are a number of libraries and blog posts describing how to implement a DLM (Distributed Lock Manager) with Redis, but every library uses a different approach, and many use a simple approach with lower guarantees compared to what can be achieved with slightly more complex designs.

    This is an implementation of a proposed distributed lock algorithm with Redis. It started as a fork from antirez implementation.

    Tags: #ruby • redis • lock

  • tensorflow_object_counting_api

    🚀 The TensorFlow Object Counting API is an open source framework built on top of TensorFlow and Keras that makes it easy to develop object counting systems!

    The TensorFlow Object Counting API is an open source framework built on top of TensorFlow and Keras that makes it easy to develop object counting systems. Please contact if you need professional object detection & tracking & counting project with the super high accuracy.

    Tags: #python • object-detection • object-counting

  • bootboot

    Dualboot your Ruby app made easy

    Introduction

    Bootboot is a Bundler plugin meant to help dual boot your ruby application.

    Tags: #ruby • tooling • dependencies

  • qiling

    Qiling Advanced Binary Emulation Framework

    This project is released and distributed under free software license GPLv2.


    Tags: #python • binary • emulator

  • hackhttp

    Hackhttp is an HTTP library, written in Python.

    $ pip install hackhttp
    

    如果提示找不到源可以手动指定为官方源:

    $ pip install -i https://pypi.python.org/pypi hackhttp
    

    Tags: #python

  • Generamba

    This codegenerator is too brilliant to be real!

    • Supports work with .xcodeproj files out of the box. All generated class files are automatically placed to specific folders and groups of Xcode project.
    • Can generate both code itself and tests adding them to right targets.
    • Based on work with liquid-templates that have plain and readable syntax in comparison with templates for Xcode.
    • It is very easy to create a new module: generamba gen [MODULE_NAME] [TEMPLATE_NAME]. You do not need to input a bunch of data each time because each project corresponds to only one configuration file that holds standard file system and Xcode-project pathes, names of targets, information about the author.

    Tags: #ruby

subscribe via RSS