Posts

  • 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

  • api-pagination

    Paginate in your headers, not in your response body. This follows the proposed RFC-8288 standard for Web linking.

    Tags: #ruby • api • pagination

  • webvr-boilerplate

    A starting point for web-based VR experiences that work on all VR headsets.

    A THREE.js-based starting point for cross-platform web-based VR experiences.

    This project relies heavily on the WebVR Polyfill to provide VR support if the WebVR API is not implemented. It also uses the WebVR UI project to render the UI to enter VR and magic window modes. See here for a live demo.

    Tags: #javascript

  • react-native-sensitive-info

    Save sensitive data into Android’s Shared Preferences with keystore encryption/iOS’s Keychain for React Native

    react-native-sensitive-info manages all data stored in Android Shared Preferences, iOS Keychain and Windows Credentials. You can set and get all key/value using simple methods.

    Tags: #java • react-native-sensitive-info • android

subscribe via RSS