Posts
-
goodshare.js
🚀 А useful modern JavaScript solution for share a link from your website to social networks or mobile messengers. Easy to install and configuring on any of your website!
Simple install, extensive documentation, developer support, SEO friendly, small bundle size 1.04 KB (with all dependencies, minified and gzipped), many options for customization of appearance, clean code without scripts tracking user activity on the page, high speed.
Tags: #javascript • social-network • share-counters
-
Profanity
PHP library to block bad words in a string
Profanity is a PHP library that allows blocking bad words out of a given string. It currently blocks more than 2.555 words in different languages. It’s very easy to use and can filter a 100 chars string in about 0.0021 seconds!
Tags: #php
-
php-font-lib
A library to read, parse, export and make subsets of different types of font files.
This library can be used to:
- Read TrueType, OpenType (with TrueType glyphs), WOFF font files
- Extract basic info (name, style, etc)
- Extract advanced info (horizontal metrics, glyph names, glyph shapes, etc)
- Make an Adobe Font Metrics (AFM) file from a font
This project was initiated by the need to read font files in the DOMPDF project.
Usage Example
Tags: #php • font • font-files
-
intercom-rails
The easiest way to install Intercom in a Rails app.
The easiest way to install Intercom in a rails app.
For interacting with the Intercom REST API, use the
intercomgem (https://github.com/intercom/intercom-ruby)Requires Ruby 2.0 or higher.
Tags: #ruby
-
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
-
kuzzle
Open-source Back-end, self-hostable & ready to use - Real-time, storage, advanced search - Web, Apps, Mobile, IoT -
Kuzzle is a generic backend offering the basic building blocks common to every application.
Rather than developing the same standard features over and over again each time you create a new application, Kuzzle proposes them off the shelf, allowing you to focus on building high-level, high-value business functionalities.
Kuzzle enables you to build modern web applications and complex IoT networks in no time.
- API First: use a standardised multi-protocol API.
- Persisted Data: store your data and perform advanced searches on it.
- Realtime Notifications: use the pub/sub system or subscribe to database notifications.
- User Management: login, logout and security rules are no more a burden.
- Extensible: develop advanced business feature directly with the integrated framework.
- Client SDKs: use our SDKs to accelerate the frontend development.
Learn how Kuzzle will accelerate your developments :point_right: https://docs.kuzzle.io/core/2/guides/introduction/what-is-kuzzle/
Tags: #javascript • kuzzle • backend
-
openMotor
An open-source internal ballistics simulator for rocket motor experimenters
openMotor uses Qt Designer to design the GUI, which generates
.uifiles describing the user interface. We usepyuic5to compile these files into Python source code which is then included in the program as ordinary source code.Because these autogenerated files are not committed to the source tree, you must build them by running:
$ python setup.py build_uiNote that if you make changes to the UI using the
.uiforms, you must re-build using the same command.Once everything is set up, you can start openMotor by running:
python main.pyTags: #python • rockets • science
-
datacamp-light
Convert any blog or website to an interactive learning platform for data science
- Convert any website or blog to an interactive learning platform.
- Works for both R and Python. Sessions are maintained on DataCamp’s servers.
- Convert existing markdown documents to an interactive course using the tutorial package.
- Check out a demo R and Python example.
- Leverage the same Submission Correctness Tests (SCT) DataCamp uses for all their courses. For R, there’s the testwhat (GitHub wiki); for Python, there’s pythonwhat (GitHub wiki).
Tags: #typescript
-
laravel-restify
The fastest way to make a powerful JSON:API compatible Rest API with Laravel.
You can install the package via composer:
composer require binaryk/laravel-restifyTags: #php • laravel • rest-api
-
di
PSR-11 compatible DI container and injector
- PSR-11 compatible.
- Supports property injection, constructor injection, and method injection.
- Detects circular references.
- Accepts array definitions. You can use it with mergeable configs.
- Provides optional autoload fallback for classes without explicit definition.
- Allows delegated lookup and has a composite container.
- Supports aliasing.
- Supports service providers.
- Has state resetter for long-running workers serving many requests, such as RoadRunner or Swoole.
- Supports container delegates.
- Does auto-wiring.
Tags: #php • di • container
subscribe via RSS