Posts

  • json-schema

    JSON Schema validator for PHP

    The full documentation for this library can be found [here][documentation]. We provide documentation for both [JSON Schema] standard itself as well as for the library’s own API.

    Tags: #php • json-schema • json-pointer

  • ridrelay

    Enumerate usernames on a domain where you have no creds by using SMB Relay with low priv.

    Quick and easy way to get domain usernames while on an internal network.

    Hit me up: @skorov8

    Tags: #python • pentesting • activedirectory

  • resque-scheduler

    A light-weight job scheduling system built on top of Resque

    Resque-scheduler is an extension to Resque that adds support for queueing items in the future.

    Job scheduling is supported in two different ways: Recurring (scheduled) and Delayed.

    Scheduled jobs are like cron jobs, recurring on a regular basis. Delayed jobs are resque jobs that you want to run at some point in the future. The syntax is pretty explanatory:

    Resque.enqueue_in(5.days, SendFollowupEmail, argument) # runs a job in 5 days, calling SendFollowupEmail.perform(argument)
    # or
    Resque.enqueue_at(5.days.from_now, SomeJob, argument) # runs a job at a specific time, calling SomeJob.perform(argument)
    

    Tags: #ruby

  • kubenav

    kubenav is the navigator for your Kubernetes clusters right in your pocket.

    • Available for mobile, desktop and web: kubenav provides the same experience for mobile, desktop and web, with nearly 100% code sharing.
    • Manage Resources: All major resources like Deployments, StatefulSets, DaemonSets, Pods, etc. are supported.
    • Custom Resource Definitions: View all Custom Resource Definitions and mange Custom Resources.
    • Modify Resources: Edit and delete all available resources or scale your Deployments, StatefulSets, DaemonSets.
    • Filter and Search: Filter the resources by Namespace and find them by there name.
    • Status Information: Fast overview of the status of workloads and detailed information including Events.
    • Resource Usage: View the requests, limits and current usage of Pods and Containers.
    • Logs: View the logs of a container or stream the logs in realtime.
    • Terminal: Get a shell into a container, right from your phone.
    • Manage multiple Clusters: Add multiple clusters via kubeconfig or your prefered Cloud Provider, including Google, AWS and Azure.
    • Port-Forwarding: Create a port-forwarding connection to one of your Pods and open the served page in your browser.
    • Prometheus Integration: kubenav allows you to view your Prometheus metrics directly in the dashboard via the Prometheus plugin.

    Tags: #typescript • kubernetes • mobile

  • PackageResourceViewer

    Sublime Text plugin to view package resources.

    Plugin to assist viewing and editing package resources in Sublime Text 2 and Sublime Text 3.

    Tags: #python

  • django-admin-list-filter-dropdown

    Use dropdowns in Django admin list filter

    A Django admin filter implementation that renders as a dropdown.

    If you have more than ten values for a field that you want to filter by in Django admin, the filtering sidebar gets long, cluttered and hard to use.

    This app contains the DropdownFilter class that renders as a drop-down in the filtering sidebar to avoid this problem.

    Tags: #python • django-admin • filter-dropdown

  • generator-yeogurt

    A generator for creating static sites. Helps you harness the power of your favorite tools: Pug or Nunjucks, Gulp, ES6/2015, and much more!

    A generator for creating static sites. Helps you harness the power of your favorite tools: Pug or Nunjucks, Gulp, ES6/2015, and much more!

    Tags: #javascript

  • Web-Karma

    Information Integration Tool

    Karma is an information integration tool that enables users to quickly and easily integrate data from a variety of data sources including databases, spreadsheets, delimited text files, XML, JSON, KML and Web APIs. Users integrate information by modeling it according to an ontology of their choice using a graphical user interface that automates much of the process. Karma learns to recognize the mapping of data to ontology classes and then uses the ontology to propose a model that ties together these classes. Users then interact with the system to adjust the automatically generated model. During this process, users can transform the data as needed to normalize data expressed in different formats and to restructure it. Once the model is complete, users can published the integrated data as RDF or store it in a database.

    You can find useful tutorials on the project Website: http://www.isi.edu/integration/karma/

    Tags: #java • ontology • rdf

  • liman

    Self-hosted web application for monitoring docker.

    Best way to use Liman is using Docker image.

    $ docker volume create liman
    $ docker run -it -v /var/run/docker.sock:/var/run/docker.sock -v liman:/liman/data salihciftci/liman
    

    Note: the -v /var/run/docker.sock:/var/run/docker.sock option can be used in Linux environments only.

    Tags: #javascript • docker • container

  • Invoices

    Generate PDF invoices for your customers in laravel

    Invoices is a Laravel library that generates a PDF invoice for your customers. The PDF can be either downloaded or streamed in the browser. It’s highly customizable and you can modify the whole output view as well.

    Tags: #php • laravel • pdf

subscribe via RSS