Posts

  • YOLOv4-pytorch

    This is a pytorch repository of YOLOv4, attentive YOLOv4 and mobilenet YOLOv4 with PASCAL VOC and COCO

    tips:深度学习指导,目标检测、目标跟踪、语义分割等,小型数据集详询QQ3419923783

    • This is a PyTorch re-implementation of YOLOv4 architecture based on the official darknet implementation AlexeyAB/darknet with PASCAL VOC, COCO and Customer dataset

    Tags: #python • yolov4 • object-detection

  • netlify-identity-widget

    A zero config, framework free Netlify Identity widget

    Netlify’s Identity service is a plug-and-play microservice for handling site functionalities like signups, logins, password recovery, user metadata, and roles. You can use it from single page apps instead of rolling your own, and integrate with any service that understands JSON Web Tokens (JWTs).

    Learn more about this service from this blog post.

    Tags: #javascript

  • coinbase-commerce-php

    Coinbase Commerce PHP

    Note: This repository is not actively maintained.

    The official PHP library for the Coinbase Commerce API.

    Tags: #php

  • rspec-retry

    retry randomly failing rspec example

    RSpec::Retry adds a :retry option for intermittently failing rspec examples. If an example has the :retry option, rspec will retry the example the specified number of times until the example succeeds.

    Tags: #ruby

  • lazo

    A client-server web framework built on Node.js that allows front-end developers to easily create a 100% SEO compliant, component MVC structured web application with an optimized first page load.

    The single page application (SPA) model is an excellent approach for separating application logic from data retrieval; consolidating UI code to a single language and run time; and delegating rendering to browsers. However, the SPA model fails to adequately address SEO concerns and time to first page render making it a major concern for any public facing website. As such, developers rely on work-arounds such as the hashbang hack or running the DOM on the server so they can realize the benefits of the SPA model and address SEO concerns. These work-arounds, however, have significant performance and maintenance drawbacks.

    Tags: #javascript

  • EasyRec

    A framework for large scale recommendation algorithms.

    🎉 See our ongoing recommendation framework TorchEasyRec ! 🎉 This evolution of EasyRec is built on PyTorch, featuring GPU acceleration and hybrid parallelism for enhanced performance.

     

    Tags: #python • recommendation-algorithms • recommender-system

  • native-obfuscator

    Java .class to .cpp converter for use with JNI

    Java .class to .cpp converter for use with JNI

    Currently fully supports only Java 8. Java 9+ and Android support is entirely experimental

    Warning: blacklist/whitelist usage is recommended because this tool slows down code significantly (like do not obfuscate full Minecraft .jar)

    Also, this tool does not particularly obfuscate your code; it just transpiles it to native. Remember to use protectors like VMProtect, Themida, or obfuscator-llvm (in case of clang usage)


    Tags: #java • cpp • bytecode

  • get-graphql-schema

    Fetch and print the GraphQL schema from a GraphQL HTTP endpoint. (Can be used for Relay Modern.)

    Fetch and print the GraphQL schema from a GraphQL HTTP endpoint. (Can be used for Relay Modern.)

    Note: Consider using graphql-cli instead for improved workflows.

    Tags: #typescript • graphql • graphql-schema

  • stylable

    Stylable - CSS for components

    There are two options for installing Stylable:

    For details on both options, see Install & Configure.

    Tags: #typescript • css • components

  • rss

    RSS reading and writing

    Really Simple Syndication (RSS) is a family of formats that describe feeds, specially constructed XML documents that allow an interested person to subscribe and receive updates from a particular web service. This portion of the standard library provides tooling to read and create these feeds.

    The standard library supports RSS 0.91, 1.0, 2.0, and Atom, a related format. Here are some links to the standards documents for these formats:

    Tags: #ruby

subscribe via RSS