Posts
-
pinky
A Foundation for Emails (Inky) template transpiler
A PHP Transpiler for (Inky), the templating language made for the Foundation for Email framework.
Tags: #php • foundation • inky
-
djongo
Django and MongoDB database connector
Use MongoDB as a backend database for your Django project, without changing the Django ORM. Use the Django Admin GUI to add and modify documents in MongoDB.
Tags: #python • mongodb • django
-
banana_split
Shamir’s Secret Sharing for people with friends
Banana Split makes your paper backups more resilient and secure using Shamir’s secret sharing.
It splits your secret (e.g., paper backup) into
N
pieces, but only requires a majority of those pieces (N/2+1
) to recover your secret.Tags: #typescript • vuejs • shamir-secret-sharing
-
ganttproject
Official GanttProject repository.
GanttProject is free and open-source software, distributed under GNU General Public License v3.
Tags: #java • ganttproject • project-management
-
plugin.video.netflix
Inputstream based Netflix plugin for Kodi
Please use https://github.com/CastagnaIT/plugin.video.netflix/
Tags: #python • kodi • netflix
-
AncientBeast
The Turn Based Strategy Game/eSport. Master your beasts! 🐺
Ancient Beast is a turn based strategy indie game project played online against other people featuring a wide variety of creatures to acquire, putting them to use in order to defeat your opponents. This project was carefully designed to be easy to learn, fun to play and hard to master. We hope you’ll enjoy it!
Tags: #typescript • game • javascript
-
scenejs
🎬 Scene.js is JavaScript & CSS timeline-based animation library
- ClapperBoard Animation
- Panda eating Bamboo Animation
- Circle Burst
- Motion Effect
- Tree Animation
- Snow Animation
- Card Rotation
- Raindrop Effect
- Cube
- Shape
- Timer
Tags: #typescript • css3 • animation
-
ethr-did-registry
Ethereum registry for ERC-1056 ethr did methods
This library contains the Ethereum contract code that allows the owner of an ethr-did identity to update the attributes that appear in its did-document. It exposes an API that allows developers to call the contract functions using Javascript.
Use this if you want to interact directly with a deployed registry contract directly, or deploy a copy of the contract to another Ethereum network.
A DID is an Identifier that allows you to lookup a DID document that can be used to authenticate you and messages created by you.
It’s designed for resolving public keys for off-chain authentication—where the public key resolution is handled by using decentralized technology.
This contract allows Ethereum addresses to present signing information about themselves with no prior registration. It allows them to perform key rotation and specify different keys and services that are used on its behalf for both on and off-chain usage.
Tags: #typescript
-
react-native-contacts
React Native Contacts
getAll
is a database intensive process, and can take a long time to complete depending on the size of the contacts list. Because of this, it is recommended you access thegetAll
method before it is needed, and cache the results for future use.import Contacts from 'react-native-contacts'; Contacts.getAll().then(contacts => { // contacts returned })
See the full API for more methods.
Tags: #java • react-native • react-native-component
-
JMSSerializerBundle
Easily serialize, and deserialize data of any complexity (supports XML, JSON, YAML)
You can learn more about the bundle in its documentation.
Tags: #php
subscribe via RSS