Posts
-
rspec-retry
retry randomly failing rspec example
RSpec::Retry adds a
:retryoption for intermittently failing rspec examples. If an example has the:retryoption, rspec will retry the example the specified number of times until the example succeeds.Tags: #ruby
-
lys
⚜︎ A language that compiles to WebAssembly
- To learn what can be used so far: browse the standard library
- To learn how real code looks like: browse the execution tests
- To learn how high level constructs get compiled: browse the sugar syntax tests
- To start developing it locally, I do
make watchand then I run the tests in other terminal withmake snapshot - To see an example project: browse the keccak repo
Tags: #typescript • wasm • lys
-
railt
⚡️ A PHP GraphQL Framework
Project idea is clean and high-quality code. Unlike most (all at the moment) implementations, like webonyx, youshido or digitalonline the Railt contains a completely own implementation of the GraphQL SDL parser which is based on EBNF-like grammar. This opportunity allows not only to have the original implementation of the language and to keep it always up to date, but also to implement a new backward compatible functionality that is not available to other implementations.
Goal of Railt:
- Do not repeat the mistakes made in the JS-based implementations.
- Implement a modern and convenient environment for PHP developers.
- Implement easy integration into any ready-made solutions based on PSR.
- Provide familiar functionality (including dependency injection, routing, etc.).
Tags: #php • graphql • framework
-
rails-controller-testing
Brings back
assignsandassert_templateto your Rails testsThis gem brings back
assignsto your controller tests as well asassert_templateto both controller and integration tests.Note: This gem is only useful once
assignsandassert_templatehave been removed from Rails.Tags: #ruby
-
graph
GraPHP is the mathematical graph/network library written in PHP.
GraPHP is the mathematical graph/network library written in PHP.
You’re viewing the contents of the
masterdevelopment brach. Note that this branch is subject to active development and will contain breaking changes for the upcoming release. If you want to use the latest release version, see also thev0.9.xrelease branch for more details.Table of contents
Tags: #php
-
spotlight
Spotlight enables librarians, curators, and others who are responsible for digital collections to create attractive, feature-rich websites that highlight these collections.
- Ruby (2.5.0 or greater)
- Rails (5.1 or greater)
- Java (7 or greater) for Solr
- ImageMagick (http://www.imagemagick.org/script/index.php) due to carrierwave
Tags: #ruby • solr • rails
-
homebridge-dacp
Remotely control Apple TV and iTunes via HomeKit.
This platform plugin enables Homebridge to control devices or programs, which implement DACP. Examples of programs or devices that can be controlled by this plugin are Apple TV and iTunes.
Any system capable of running Homebridge can be used to run
homebridge-dacp. The only need is network access to the device or program in question. There is no need to run this on the same machine as iTunes to expose it via HomeKit.homebridge-dacp provides volume control and play/pause controls via HomeKit. These can be used in conjunction with the homebridge-callmonitor plugin to pause media playback or to reduce the playback volume while on a phone call.
The Speaker service, which provides volume control and mute, can be disabled if it is not required - for example if the Apple TV is connected to an A/V receiver that is integrated with HomeKit via a different plugin.
Tags: #javascript • homebridge • homebridge-plugin
-
gs-quant
Python toolkit for quantitative finance
GS Quant is a Python toolkit for quantitative finance, created on top of one of the world’s most powerful risk transfer platforms. Designed to accelerate development of quantitative trading strategies and risk management solutions, crafted over 25 years of experience navigating global markets.
It is created and maintained by quantitative developers (quants) at Goldman Sachs to enable the development of trading strategies and analysis of derivative products. GS Quant can be used to facilitate derivative structuring, trading, and risk management, or as a set of statistical packages for data analytics applications.
Please refer to Goldman Sachs Developer for additional information.
Tags: #python • gs-quant • goldman-sachs
-
ionic-image-loader
Ionic 2+ Component that loads images in a background thread and caches them for later use
Ionic Module that loads images in a background thread and caches them for later use. Uses
HttpClientfromAngular 4+, andcordova-plugin-fileviaionic-nativewrappers.Tags: #typescript • ionic
-
searchable
A php trait to search laravel models
Simply add the package to your
composer.jsonfile and runcomposer update."nicolaslopezj/searchable": "1.*"Tags: #php • laravel • search
subscribe via RSS