Posts
-
zent
A collection of essential UI components written with React.
- High quality React components
- Builtin TypeScript support
- Supports custom themes
- Import JavaScript and styles only if they are used
- Handmade icon font
Tags: #typescript โข react โข ui-components
-
fela
State-Driven Styling in JavaScript
Support Robin Weserโs work on Fela and its ecosystem directly via GitHub Sponsors.
Tags: #javascript โข css-in-js โข css
-
openfoodnetwork
Connect suppliers, distributors and consumers to trade local produce.
The Open Food Network is an online marketplace for local food. It enables a network of independent online food stores that connects farmers and food hubs (including co-ops, online farmers markets, independent food businesses, etc) with individuals and local businesses. It gives farmers and food hubs an easier and fairer way to distribute their food.
Supported by the Open Food Foundation and a network of global affiliates, we are proudly open source and not-for-profit - weโre trying to seriously disrupt the concentration of power in global agri-food systems, and we need as many smart people working together on this as possible.
Weโre part of global movement - get involved!
- Join the conversation [on Slack][slack-invite]. Make sure you introduce yourself in the #general channel and join #dev for all tech-related topics.
- Head to https://openfoodnetwork.org for more information about the global OFN project.
- Check out the User Guide for a list of features and tutorials.
- Join our discussion forum.
Tags: #ruby โข food โข food-hubs
-
Easy-to-RSS
๐ Chrome/Firefox Extension to retreive RSS feeds URLs from WebSite, RSSHub supported
๐ RSS IS EASY!
Easy-to-RSS ๆฏไธไธชไธ้ฎๅผๅ็ฐๅฝๅ็ฝ้กตRSS็ chrome/firefox extension๏ผ
่ฎกๅไธRSSHub่ๅจๅนถๆฏๆๆดๅค็ฝ้กตใTags: #javascript โข rss โข rsshub
-
uProxy-p2p
Internet without borders
uProxy is a browser extension that lets users share their internet connection.
Tags: #typescript โข proxy-server โข peer-to-peer
-
kitchenplan
Kitchenplan is a small tool to fully automate the installation and configuration of an OSX workstation (or server for that matter) using Chef. But while doing so manually is not a trivial undertaking, Kitchenplan has abstracted away all the hard parts.
Kitchenplan is a small tool to fully automate the installation and configuration of an OSX workstation (or server for that matter) using Chef. But while doing so manually is not a trivial undertaking, Kitchenplan has abstracted away all the hard parts.
Tags: #ruby
-
contracts
A set of reusable smart-contracts
At the time of this writing (
May 2020), this are the contents of this repository:contracts โโโฌโโโ access - Access Control Contracts, some of them built on top of `AccessControl.sol` โโโโ classifieds - Example of a decentralized classifieds market for ERC721 โโโโ dao - Example of building a decentralized venture capital fund โโโโ energy - Example of building a decentralized market for energy distribution โโโโ exchange - The Uniswap decentralized market contracts, with solidity tests โโโโ introspection - Example of using ERC165 to verify contract types before casting โโโโ issuance - Example of an ICO, can be used as well for share issuances โโโโ lists - Reusable implementations of different types of linked lists โโโโ math - Reusable implementation of a lightweight fixed point math library โโโโ state - Reusable implementation of a fully-featured state machine โโโโ token - Token implementations, including a reusable dividend-bearing ERC20 โโโโ utils - Reusable library to cast between `uint` and `int`. โโโโ voting - Example implementations of token-based and address-based votingsTags: #typescript โข solidity โข truffle
-
doctrine-test-bundle
Symfony bundle to isolate your appโs doctrine database tests and improve the test performance
This bundle provides features that help you run your Symfony-framework-based Appโs testsuite more efficiently with isolated tests.
It provides a
StaticDriverthat will wrap your originally configuredDriverclass (likeDBAL\Driver\PDOMysql\Driver) and keeps a database connection statically in the current php process.With the help of a PHPUnit extension class it will begin a transaction before every testcase and roll it back again after the test finished for all configured DBAL connections. This results in a performance boost as there is no need to rebuild the schema, import a backup SQL dump or re-insert fixtures before every testcase. As long as you avoid issuing DDL queries that might result in implicit transaction commits (Like
ALTER TABLE,DROP TABLEetc; see https://wiki.postgresql.org/wiki/Transactional_DDL_in_PostgreSQL:_A_Competitive_Analysis) your tests will be isolated and all see the same database state.It also includes a
Psr6StaticArrayCachethat will be automatically configured as meta data & query cache for all EntityManagers. This improved the speed and memory usage for my testsuites dramatically! This is especially beneficial if you have a lot of tests that boot kernels (like Controller tests or ContainerAware tests) and use Doctrine entities.Tags: #php โข symfony โข symfony-bundle
-
Invoices
Generate PDF invoices for your customers in laravel
Invoices is a Laravel library that generates a PDF invoice for your customers. The PDF can be either downloaded or streamed in the browser. Itโs highly customizable and you can modify the whole output view as well.
Tags: #php โข laravel โข pdf
-
phprouter
PhpRouter is a full-featured yet very fast HTTP URL router for PHP projects
PhpRouter is a full-featured yet very fast HTTP URL router for PHP projects.
Some of the provided features:
- Route parameters
- Predefined route parameter patterns
- Middleware
- Closure and class controllers/middleware
- Route groups (by prefix, middleware, and domain)
- Route naming (and generating route by name)
- PSR-7 requests and responses
- Views (simple PHP/HTML views)
- Multiple (sub)domains (using regex patterns)
- Custom HTTP methods
- Integrated with an IoC Container (PhpContainer)
- Method and constructor auto-injection of Request, Route, Url, etc
The current version requires PHP
v8.0or newer versions.Tags: #php โข router โข routing
subscribe via RSS