Posts
-
spyc
A simple YAML loader/dumper class for PHP
Using Spyc is trivial:
<?php require_once "spyc.php"; $Data = Spyc::YAMLLoad('spyc.yaml');or (if you prefer functional syntax)
<?php require_once "spyc.php"; $Data = spyc_load_file('spyc.yaml');Tags: #php
-
mongo-ruby-driver
Ruby Driver for MongoDB
High level documentation and usage examples are located here.
API documentation for the most recent release can be found here. To build API documentation for the master branch, check out the repository locally and run
rake docs.Tags: #ruby β’ mongodb β’ mongodb-driver
-
react-native-animated-tabbar
A 60FPS animated tab bar with a variety of cool animation presets π
Tags: #typescript β’ animated β’ tabbar
-
OpenGraph
A Laravel package to fetch Open Graph data of a website.
-
Easily fetch metadata of a URL. Laravel OpenGraph fetches all the metadata of a URL.
-
Supports language-specific metadata. Laravel OpenGraph can fetch metadata in a specific language if webpage supports.
-
Supports twitter metadata. Laravel OpenGraph supports twitter OG data too.
-
Verify image URL. Laravel OpenGraph verifies that the image URL in the image metadata is valid or not.
Tags: #php β’ opengraph β’ laravel
-
-
ANR-WatchDog
A simple watchdog that detects Android ANR (Application Not Responding) error and throws a meaningful exception
-
In the
app/build.gradlefile, add:implementation 'com.github.anrwatchdog:anrwatchdog:1.4.0' -
In your application class, in
onCreate, add:new ANRWatchDog().start();
Tags: #java
-
-
c4
π΄π΅ Connect Four game in JS + Canvas
Tags: #typescript β’ connect-four β’ game-2d
-
telebot
Easy way to create Telegram-bots in PHP. Rich Laravel support out of the box.
Documentation for the library can be found on the website.
Tags: #php β’ telegram β’ bot
-
smart-doc
Smart-doc is a java restful api document generation tool. Smart-doc is based on interface source code analysis to generate interface documentation, completely zero-injection.
smart-doc is a tool that supports both JAVA REST API and Apache Dubbo RPC interface document generation. Smart-doc is based on interface source code analysis to generate interface documents, and zero annotation intrusion. You only need to write Javadoc comments when developing, smart-doc can help you generate Markdown or HTML5 document. smart-doc does not need to inject annotations into the code like Swagger.
Tags: #java
-
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
-
phashion
Ruby wrapper around pHash, the perceptual hash library for detecting duplicate multimedia files
Because of this complexity, it is possible the gem install will fail on your platform. Phashion has been tested on:
- Mac OSX 10.6
- Mac OSX 10.9
- Ubuntu 8.04
- Ubuntu 12.04
Please open a GitHub issue if you have installation problems.
Tags: #ruby β’ phash β’ image-analysis
subscribe via RSS