Posts

  • tcMenu

    A menu library and designer UI for Arduino and mbed that is modular enough to support different input methods, display modules and IoT / remote control methods. TcMenu is more than just an Arduino menu library, think of it as a framework for building IoT applications that includes the ability to render menus locally onto a display.

    Initially, you can use the menu designer UI that is packaged with every release, and available for Windows, macOS, and Linux. The designer UI takes care of building the core menu code and putting any callback functions into your sketch file. Think of the designer like a form designer in the desktop domain. Furthermore, It’s non destructive on the sketch file, so can be round tripped during development.

    TheCodersCorner.com invest a lot of time and resources into making this open source product which is used by literally thousands of users. We don’t presently sell hardware or have any other income streams from it, we ask that especially commercial users consider making a voluntary contribution to help keep us going using the sponsor button.

    In any fork, please ensure all text up to here is left unaltered.

    Tags: #java • arduino • menu

  • asyncawait

    Callback heaven for Node.js with async/await

    Do you need this library?

    This library has enabled async/await coding style in Node.js since 2014. But JavaScript now has native async/await. JS async/await was standardized as part of ES2017, and has been enabled by default in Node.js since v7.6.

    So, do you still need this library? If you are just starting to use async/await, the answer is probably no. Use native async/await. If you’re maintaining a codebase that uses this library, or that needs to run on a old version of Node.js, then you may want to keep using it, but consider migrating to native async/await eventually. If you need deep coroutines for an advanced scenario, there may still be a case for using this library, since native async/await only supports shallow coroutine semantics.

    Tags: #typescript

  • sql-parser

    A validating SQL lexer and parser with a focus on MySQL dialect.

    A validating SQL lexer and parser with a focus on MySQL dialect.

    Tags: #php • sql-query • sql-parser

  • Papercut-SMTP

    Papercut SMTP – The Simple Desktop Email Server

    If you ever send emails from an application or web site during development, you’re familiar with the fear of an email being released into the wild. Are you positive none of the ‘test’ emails are addressed to colleagues or worse, customers? Of course, you can set up and maintain a test email server for development – but that’s a chore. Plus, the delay when you are waiting to view new test emails can radically slow your development cycle.

    Tags: #javascript • papercut • smtp-server

  • Sony-PMCA-RE

    Reverse Engineering Sony Digital Cameras

    This tool interfaces with Sony digital cameras through USB. It allows to tweak settings, dump firmware, and in some cases install custom Android apps.

    Tags: #python

  • bulk_insert

    Efficient bulk inserts with ActiveRecord

    A little ActiveRecord extension for helping to insert lots of rows in a single insert statement.

    Tags: #ruby

  • editorjs-php

    PHP backend for Editor.js

    Server-side implementation sample for the Editor.js. It contains data validation, HTML sanitization and converts output from Editor.js to the Block objects.

    Tags: #php • codex • codex-editor

  • auto-session-timeout

    Provides automatic session timeout in a Rails application.

    Provides automatic session timeout in a Rails application. Very easy to install and configure. Have you ever wanted to force your users off your app if they go idle for a certain period of time? Many online banking sites use this technique. If your app is used on any kind of public computer system, this gem is a necessity.

    Tags: #ruby

  • pytorch-forecasting

    Time series forecasting with PyTorch

    If you are working on windows, you need to first install PyTorch with

    pip install torch -f https://download.pytorch.org/whl/torch_stable.html.

    Otherwise, you can proceed with

    pip install pytorch-forecasting

    Alternatively, you can install the package via conda

    conda install pytorch-forecasting pytorch -c pytorch>=1.7 -c conda-forge

    PyTorch Forecasting is now installed from the conda-forge channel while PyTorch is install from the pytorch channel.

    To use the MQF2 loss (multivariate quantile loss), also install pip install git+https://github.com/KelvinKan/CP-Flow.git@package-specific-version --no-deps

    Tags: #python • pytorch • forecasting

  • angular-spring-data-rest

    An AngularJS module to ease the work with a Spring Data REST backend.

    An AngularJS module with an additional interceptor which eases the work with a Spring Data REST backend.

    Tags: #javascript • angular • spring

subscribe via RSS