Posts

  • DraftBot

    A Discord adventure bot that speaks english and french

    Before creating your own instance, please note that you can add the bot to your server through the link available on the bot’s discord

    If you decide to work on the creation of your own instance of the bot, you are supposed to have a minimum of computer skills. Bot support team will prioritize players of the main instance and will only provide very limited assistance. We will fix bugs you report, but we will not teach you how to code a discord bot.

    Please do not copy and paste the commands we provide in this readme without :

    • Understanding the command
    • Replacing the relevant parts with your data
    • Having read the whole document

    Only the code available in the “release” tab is considered “stable”.

    Tags: #typescript • discord • discord-bot

  • AppbarLayoutBehavior

    解决AppbarLayout滑动问题的behavior

    解决AppbarLayout滑动问题的behavior

    Tags: #java • android • appbarlayout

  • ember-cli-typescript

    Use TypeScript in your Ember.js apps!

    ember-cli-typescript will no longer be updated unless necessary - ec-ts is no longer needed and all available features are configurable in userland.

    See the official TypeScript docs on the ember guides website here: https://guides.emberjs.com/release/typescript/ This section of the docs has details for getting started with TypeScript, beyond what is laid out here.

    With every release, we output the --typescript output of new ember apps to this StackBlitz: https://stackblitz.com/github/ember-cli/editor-output/tree/stackblitz-app-output-typescript

    Tags: #typescript • ember-cli • addon

  • anahita

    Anahita is a platform and framework for developing open science and knowledge sharing applications on a social networking foundation.

    Version: 4.8.3 Embryo Release

    Anahita is a platform and framework for developing open science and knowledge-sharing applications on a social networking foundation. Use Anahita to build:

    1. online learning and knowledge-sharing networks
    2. information access networks about people, places, and things
    3. open science and open data networks
    4. online collaboration environments
    5. cloud back-end for your mobile apps

    Anahita provides nodes and graphs architecture for developing social networking apps.

    Tags: #php • graph-architecture • framework

  • restriction-card

    🔒 Apply restrictions to Lovelace cards

    A card to provide restrictions on Lovelace cards defined within.

    Tags: #typescript • lovelace • home-assistant

  • cert-issuer

    Issues Blockcerts using either the Bitcoin or Ethereum blockchain

    The cert-issuer project issues blockchain certificates by creating a transaction from the issuing institution to the recipient on the Bitcoin or Ethereum blockchains. That transaction includes the hash of the certificate itself.

    Blockcerts v3 is released. This new version of the standard leverages the W3C Verifiable Credentials specification, and documents are signed with MerkleProof2019 LD signature. Use of DIDs (Decentralized Identifiers) is also possible to provide more cryptographic proof of the ownership of the issuing address. See section down below

    Cert-issuer v3 is not backwards compatible and does not support Blockcerts v2 issuances. If you need to work with v2, you need to install cert-issuer v2 or use the v2 branch of this repo. You may expect little to no maintenance to the v2 code at this point.

    Tags: #python

  • react-native-admob-native-ads

    A simple and robust library for creating & displaying Admob Native Advanced Ads in your React Native App using Native Views.

    We on the other hand do not load ads in a WebView. We use a more complex, Native Advanced ad format to display ads. We request Admob servers to send us the ad information such as images, headlines, videos etc. Then we send this information over the bridge to React Native and render it in React Native’s View and Text components execpt a few exceptions where we use our own custom components.

    Tags: #java • admob • admob-native-ads

  • mylittleforum

    A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure)

    my little forum is a simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure). It is Open Source licensed under the GNU General Public License. The main claim of this web forum is simplicity. Furthermore it should be easy to install and run on a standard server configuration with PHP and MySQL.

    Tags: #php

  • postcodes.io

    UK postcode & geolocation API, serving up open data

    • Postcode lookup, resolve administrative and location data for postcodes and outward codes
    • Postcode search & autocomplete
    • Reverse geocode postcodes
    • Nearest postcode search
    • Terminated postcode search
    • Outward code lookup
    • Bulk postcode lookup and reverse geocoding

    Tags: #typescript

  • openai-streams

    Tools for working with OpenAI streams in Node.js and TypeScript.

    GitHub | NPM | Docs

    Now with ChatGPT API support! See Use with ChatGPT API. (Whisper coming soon!)

    This library returns OpenAI API responses as streams only. Non-stream endpoints like edits etc. are simply a stream with only one chunk update.

    • Prioritizes streams, so you can display a completion as it arrives.
    • Auto-loads OPENAI_API_KEY from process.env.
    • One single function with inferred parameter type based on the endpoint you provide.

    Uses ReadableStream by default for browser, Edge Runtime, and Node 18+, with a NodeJS.Readable version available at openai-streams/node.

    Tags: #typescript • openai • streams

subscribe via RSS