Posts

  • backbone-forms

    Form framework for BackboneJS with nested forms, editable lists and validation

    A flexible, customisable form framework for Backbone.js applications.

    • Simple schema definition to auto-generate forms
    • Validation
    • Nested forms
    • Advanced and custom editors (e.g. NestedModel, List, Date, DateTime)
    • Custom HTML templates

    Tags: #javascript

  • phosphor-home

    The homepage of Phosphor Icons, a flexible icon family for everyone

    Phosphor is a flexible icon family for interfaces, diagrams, presentations β€” whatever, really.

    • 894 icons and counting
    • 6 weights: Thin, Light, Regular, Bold, Fill, and Duotone
    • Designed at 16 x 16px to read well small and scale up big
    • Raw stroke information retained to fine-tune the style

    More ways to use at phosphoricons.com.

    Tags: #typescript β€’ phosphor β€’ icons

  • kactus

    :cactus: A true version control tool for designers

    Download the installer for your operating system:

    Tags: #typescript β€’ kactus β€’ git

  • pyanalyze

    A static analysis tool for Python

    Pyanalyze is a tool for programmatically detecting common mistakes in Python code, such as references to undefined variables and type errors. It can be extended to add additional rules and perform checks specific to particular functions.

    Some use cases for this tool include:

    • Catching bugs before they reach production. The script will catch accidental mistakes like writing β€œcollections.defalutdict” instead of β€œcollections.defaultdict”, so that they won’t cause errors in production. Other categories of bugs it can find include variables that may be undefined at runtime, duplicate keys in dict literals, and missing await keywords.
    • Making refactoring easier. When you make a change like removing an object attribute or moving a class from one file to another, pyanalyze will often be able to flag code that you forgot to change.
    • Finding dead code. It has an option for finding Python objects (functions and classes) that are not used anywhere in the codebase.
    • Checking type annotations. Type annotations are useful as documentation for readers of code, but only when they are actually correct. Although pyanalyze does not support the full Python type system (see below for details), it can often detect incorrect type annotations.

    Tags: #python

  • forge-cli

    The Laravel Forge CLI.

    Laravel Forge is a server management and site deployment service. After connecting to your preferred server provider, Forge will provision a new server, installing and configuring: PHP, Nginx, MySQL, and more.

    In addition, Forge can assist you in managing scheduled jobs, queue workers, SSL certificates, and more. After a server has provisioned, you can then deploy your PHP / Laravel applications or WordPress applications using the Forge UI dashboard or the Forge CLI.

    Tags: #php β€’ laravel β€’ forge

  • livewire-select

    Livewire component for dependant and/or searchable select inputs

    Livewire component for dependant and/or searchable select inputs

    Tags: #php

  • react-monaco-editor

    Monaco Editor for React.

    To build the examples locally, run:

    yarn
    cd example
    yarn
    yarn start
    

    Then open http://localhost:8886 in a browser.

    Tags: #typescript β€’ react β€’ monaco-editor

  • vue-telescope-analyzer

    Detect Vue technologies running on a website ✨

    CLI to analyze a website and detect Vue and its ecosystem ✨

    This module is used by vuetelescope.com to detect Vue and its ecosystem on a website.

    You can help the community discover new Vue websites by using the browser extension πŸ’š

    Tags: #javascript β€’ vue β€’ showcase

  • Hello-Goodbye

    Available for Chrome, Firefox and Safari and as a blocklist to integrate into existing blockers.

    A browser extension that blocks annoying chat widgets (example: intercom). Available for Chrome, Firefox and Safari and as a blocklist to integrate into existing blockers.

    Download

    Tags: #javascript

  • aws-ec2-ssh

    Manage AWS EC2 SSH access with IAM

    June 2019: Check out Amazon EC2 Instance Connect as a replacement for this project

    September 2018: Check out AWS Systems Manager Session Manager as a replacement for this project

    Use your IAM user’s public SSH key to get access via SSH to an EC2 instance running

    • Amazon Linux 2017.09
    • Amazon Linux 2 2017.12
    • Ubuntu 16.04
    • SUSE Linux Enterprise Server 12 SP3
    • RHEL 7.4
    • CentOS 7

    aws-ec2-ssh depends on the AWS CLI and git if you use the install.sh script.

    Tags: #java β€’ aws β€’ amazon-web-services

subscribe via RSS