Posts

  • plots2

    a collaborative knowledge-exchange platform in Rails; we welcome first-time contributors! :balloon:

    We are developing a draft Roadmap for plots2 and our broader Public Lab code projects; read more and comment here.

    Tags: #ruby • wiki • rails

  • spotify-web-api-js

    A client-side JS wrapper for the Spotify Web API

    This is a lightweight wrapper for the Spotify Web API (2.4kB gzipped + compressed). It includes helper functions for all Spotify’s endpoints, such as fetching metadata (search and look-up of albums, artists, tracks, playlists, new releases, podcasts) and user’s information (follow users, artists and playlists, and saved tracks management).

    It doesn’t have any dependencies and supports callbacks and promises. It is intended to be run on a browser, but if you want to use Node.JS to make the requests, please check spotify-web-api-node.

    A list of selected wrappers for different languages and environments is available on the Developer site’s Libraries page.

    The wrapper includes helper functions to do the following:

    Tags: #typescript • spotify • wrapper

  • beer-garden

    The beer-garden application

    If you would like to run your own Beer Garden, you may follow these steps. If you are a Beer Garden Developer, you will probably want to work on the individual submodules.

    Tags: #python

  • BottomSheetBuilder

    A simple library that creates BottomSheets according to the Material Design specs

    A simple library that creates BottomSheets according to the Material Design specs: https://material.google.com/components/bottom-sheets.html

    Available from API 14.

    Tags: #java

  • wkhtmltopdf-amd64

    wkhtmltopdf - Convert html to pdf using webkit (qtwebkit). Linux amd64 Binary.

    Hint: The version of the binary is equal to the git tag. To install the latest version, use ‘0.12.4’.

    Tags: #php

  • CloudBackupBundle

    Be able to backup your database(s) and upload it to the cloud (Dropbox, Amazon S3, GoogleDrive, etc.)

    Download CloudBackupBundle and its dependencies to the vendor directory. You can use Composer for the automated process:

    $ php composer.phar require dizda/cloud-backup-bundle
    

    Composer will install the bundle to vendor/dizda directory.

    Tags: #php

  • laravel-postgis

    Postgis extensions for laravel. Aims to make it easy to work with geometries from laravel models.

    • Work with geometry classes instead of arrays.
      $model->myPoint = new Point(1,2);  //lat, long
      
    • Adds helpers in migrations.
      $table->polygon('myColumn');
      

    Tags: #php

  • attack-navigator

    Web app that provides basic navigation and annotation of ATT&CK matrices

    The ATT&CK Navigator is designed to provide basic navigation and annotation of ATT&CK matrices, something that people are already doing today in tools like Excel. We’ve designed it to be simple and generic - you can use the Navigator to visualize your defensive coverage, your red/blue team planning, the frequency of detected techniques or anything else you want to do. The Navigator doesn’t care - it just allows you to manipulate the cells in the matrix (color coding, adding a comment, assigning a numerical value, etc.). We thought having a simple tool that everyone could use to visualize the matrix would help make it easy to use ATT&CK.

    The principal feature of the Navigator is the ability for users to define layers - custom views of the ATT&CK knowledge base - e.g. showing just those techniques for a particular platform or highlighting techniques a specific adversary has been known to use. Layers can be created interactively within the Navigator or generated programmatically and then visualized via the Navigator.

    Tags: #typescript • cti • cyber-threat-intelligence

  • swagger-to-ts

    Generate TypeScript types from Swagger OpenAPI specs

    🚀 Convert [OpenAPI 2.0][openapi2] and [OpenAPI 3.0][openapi3] schemas to TypeScript interfaces using Node.js.

    💅 The output is prettified with [Prettier][prettier] (and can be customized!).

    👉 Works for both local and remote resources (filesystem and HTTP).

    View examples:

    Tags: #typescript

  • rspec-retry

    retry randomly failing rspec example

    RSpec::Retry adds a :retry option for intermittently failing rspec examples. If an example has the :retry option, rspec will retry the example the specified number of times until the example succeeds.

    Tags: #ruby

subscribe via RSS