Posts
-
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:
- Create a new project using create-stylable-app
- Install Stylable and its webpack plugin to an existing webpack based project
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
-
Bartender
An opinionated way to authenticate users using Laravel Socialite.
Tags: #php • laravel • oauth2
-
video_transcoding
Tools to transcode, inspect and convert videos.
Tools to transcode, inspect and convert videos.
Tags: #ruby
-
ethereum-multicall
Ability to call many ethereum constant function calls in 1 JSONRPC request
ethereum-multicall is a lightweight library for interacting with the
Multicall3
smart contract.Multicall allows multiple smart contract constant function calls to be grouped into a single call and the results aggregated into a single result. This reduces the number of separate JSON RPC requests that need to be sent over the network if using a remote node like Infura, and provides the guarantee that all values returned are from the same block. The latest block number is also returned along with the aggregated results.
ethereum-multicall is fully written in typescript so has full compile time support. The motivation of this package was to expose a super simple and easy to understand interface for you to take the full benefits of the multicalls. Also to not being opinionated on how you use it, you can use it with web3, ethers or even pass in a custom nodeUrl and we do it for you. This package takes care of the decoding for you but at the same time if you dont want it to you can turn that part off.
Tags: #typescript
subscribe via RSS