Posts

  • react-jsx-parser

    A React component which can parse JSX and output rendered React Components.

    A React component which can parse JSX and output rendered React Components.

    Tags: #typescript • reactjs • react-components

  • ANR-WatchDog

    A simple watchdog that detects Android ANR (Application Not Responding) error and throws a meaningful exception

    1. In the app/build.gradle file, add:

      implementation 'com.github.anrwatchdog:anrwatchdog:1.4.0'
      
    2. In your application class, in onCreate, add:

      new ANRWatchDog().start();
      

    Tags: #java

  • DiscordPHP

    Warning This branch contains an experimental feature, do not use it in production! See the wiki page for more information on how to set it up.

    Tags: #php • discord • team-reflex

  • wordnet

    Lexical database of any language

    Open Source browsing application for Wordnet database

    Tags: #ruby

  • nn_vis

    A project for processing neural networks and rendering to gain insights on the architecture and parameters of a model through a decluttered representation.

    • (23.11.2023) Master Thesis published [link] [pdf]
    • (13.10.2023) Added docker (see DOCKER.md) and docker image (see here)
    • (11.10.2023) Fixed bugs with demo and evaluation scripts, also added more example networks
    • (30.12.2022) Added VR support (see VR_TOOL.md)

    Tags: #python • neural-networks • visualization

  • audits1984

    Auditing tool for Rails console sessions

    A simple auditing tool for console1984.

    Tags: #ruby

  • dbSpy

    Visualize, modify, and build your database with dbSpy! An open-source data modeling tool to facilitate relational database development.

    1. Database Connection: Connect to a PostgreSQL database

    2. Database File Upload: Upload a database’s SQL file

    3. ER Diagrams: Visualize the entity relationship diagram of a database

    4. Schema Modification: Modify a database’s schema

    5. Database Building: Create a new database from scratch using entity relationship diagrams

    6. SQL Query Generator: Generate an executable SQL query with every modification to your schema

    7. Screenshot: Take a screenshot of the canvas with all your tables (BETA)

    8. Time Travel: Provides a history of edits for easier backtracking


    Tags: #typescript

  • echo

    Laravel Echo library for beautiful Reverb, Pusher, and Ably integration.

    In many modern web applications, WebSockets are used to implement realtime, live-updating user interfaces. When some data is updated on the server, a message is typically sent over a WebSocket connection to be handled by the client. This provides a more robust, efficient alternative to continually polling your application for changes.

    To assist you in building these types of applications, Laravel makes it easy to “broadcast” your events over a WebSocket connection. Broadcasting your Laravel events allows you to share the same event names between your server-side code and your client-side JavaScript application.

    Laravel Echo is a JavaScript library that makes it painless to subscribe to channels and listen for events broadcast by Laravel. You may install Echo via the NPM package manager.

    Tags: #typescript • laravel • pusher

  • Catroid

    Writing programs on an Android device without prior knowledge.

    Catroid is a visual coding IDE and interpreter for Android for the Catrobat programming language.

    Catrobat is a visual programming language and a set of creativity tools for smartphones. Catrobat projects can be created using Catrobat’s Android apps available on Google Play and iPhone apps available on Apple’s app store.

    For more information oriented towards developers, check out our developers page.

    Tags: #java

  • Generamba

    This codegenerator is too brilliant to be real!

    • Supports work with .xcodeproj files out of the box. All generated class files are automatically placed to specific folders and groups of Xcode project.
    • Can generate both code itself and tests adding them to right targets.
    • Based on work with liquid-templates that have plain and readable syntax in comparison with templates for Xcode.
    • It is very easy to create a new module: generamba gen [MODULE_NAME] [TEMPLATE_NAME]. You do not need to input a bunch of data each time because each project corresponds to only one configuration file that holds standard file system and Xcode-project pathes, names of targets, information about the author.

    Tags: #ruby

subscribe via RSS