Posts

  • blueprint

    A code generation tool for Laravel developers.

    Blueprint requires a Laravel application running version 6.0 or higher.

    Tags: #php

  • luaparse

    A Lua parser written in JavaScript

    A Lua parser written in JavaScript, originally written by Oskar Schöldström for his bachelor’s thesis at Arcada.

    Tags: #javascript • lua • lua-parser

  • electron-pdf

    📄 A command line tool to generate PDF from URL, HTML or Markdown files.

    In package.json

    "start": "DEBUG=electronpdf:* electron index.js",
    "watch": "DEBUG=electronpdf:* nodemon --exec electron index.js"
    

    Tags: #javascript

  • DiscordPHP

    Before you start using this Library, you need to know how PHP works, you need to know the language and you need to know how Event Loops and Promises work. This is a fundamental requirement before you start. Without this knowledge, you will only suffer.

    Tags: #php • discord • team-reflex

  • ssh-baseline

    DevSec SSH Baseline - InSpec Profile

    This Compliance Profile requires InSpec for execution:

    $ git clone https://github.com/dev-sec/ssh-baseline
    $ inspec exec ssh-baseline
    

    You can also execute the profile directly from Github:

    $ inspec exec https://github.com/dev-sec/ssh-baseline
    

    Tags: #ruby • inspec • audit

  • diffengine

    track changes to the news, where news is anything with an RSS feed

    1. install [GeckoDriver]
    2. install [Python 3]
    3. pip3 install diffengine

    Tags: #python

  • PreloadJS

    PreloadJS makes preloading assets & getting aggregate progress events easier in JavaScript. It uses XHR2 when available, and falls back to tag-based loading when not.

    PreloadJS is a library to make working with asset preloading easier. It provides a consistent API for loading different file types, automatic detection of XHR (XMLHttpRequest) availability with a fallback to tag-base loading, composite progress events, and a plugin model to assist with preloading in other libraries such as SoundJS.

    Tags: #javascript

  • node-xmlrpc

    A pure JavaScript XML-RPC client and server for Node.js.

    The xmlrpc module is a pure JavaScript XML-RPC server and client for node.js.

    Pure JavaScript means that the XML parsing and XML building use pure JavaScript libraries, so no extra C dependencies or build requirements. The xmlrpc module can be used as an XML-RPC server, receiving method calls and responding with method responses, or as an XML-RPC client, making method calls and receiving method responses, or as both.

    Tags: #javascript

  • Mondrian

    A static php code analysis tool using the Graph Theory

    Ok guyz, you have a master degree in [Graph Theory][1], you follow [Law of Demeter][2] and you live on [S.O.L.I.D][3] principles ?

    Let’s have some Fun ! (^ω^)

    Tags: #php

  • fredapi

    Python API for FRED (Federal Reserve Economic Data) and ALFRED (Archival FRED)

    fredapi is a Python API for the FRED data provided by the Federal Reserve Bank of St. Louis. fredapi provides a wrapper in python to the FRED web service, and also provides several convenient methods for parsing and analyzing point-in-time data (i.e. historic data revisions) from ALFRED

    fredapi makes use of pandas and returns data to you in a pandas Series or DataFrame

    Tags: #python • fred • finance

subscribe via RSS