Posts

  • DoctrineExtensions

    A set of Doctrine 2 extensions

    If you are using DoctrineExtensions with Symfony read How to Register custom DQL Functions.

    You can find example Symfony configuration for using DoctrineExtensions custom DQL functions in config.

    Tags: #php

  • doxygen-bootstrapped

    Customize doxygen output to use the twitter bootstrap framework.

    Doxygen provides a handful of ways to customize the output. The simplest way is to customize the HTML output.

    Doxygen allows you to customize the HTML output by modifying a master HTML header, footer and stylesheet. You can then include additional stylesheets and javascript files. The following command will generate the default Doxygen files.

    doxygen -w html header.html footer.html customdoxygen.css

    Modifying these files alone is not enough to get good Twitter Bootstrap integration. Bootstrap requires that certain classes be applied within the HTML. For example, a Bootstrap “table” needs to have a class called “table” in order to apply the Bootstrap table formatting. We just need to augment the default HTML with these Bootstrap classes. To do this, we use the provided doxy-boot.js javascript file.

    Also, you can augment doxygen’s default stylesheet with a customdoxygen.css stylesheet. This is where you would place any custom styling such as sticky footers.

    Tags: #javascript

  • t-io

    T-io is a network programming framework developed based on Java AIO. From the collected cases, t-io is widely used for IoT, IM, and customer service, making it a top-notch network programming framework

    T-io is a network programming framework developed based on Java AIO. From the collected cases, t-io is widely used for IoT, IM, and customer service, making it a top-notch network programming framework

    • Quick Start: Show me the code and document
    • User Case: Look at who is using t-io and is willing to let everyone know that they are using t-io
    • Submit Case: This will increase the exposure of your product and let more people know about it
    • Delete Case: There was a moment when you didn’t want your case to be known to more people

    Tags: #java • t-io • socket

  • node-csgo

    A node-steam plugin for Counter-Strike: Global Offensive.

    • PopFlash - Alternative CS:GO matchmaking & PUG service.
    • CS Stats - Detailed insights and statistics for competitive CS:GO

    This list is getting too long. Wanna be on it? Message me on Gitter and we’ll talk. - joshuaferrara

    Tags: #javascript • game-coordinator • csgo

  • PathIntellisense

    Visual Studio Code plugin that autocompletes filenames

    Visual Studio Code plugin that autocompletes filenames.

    Tags: #typescript

  • ng2-currency-mask

    A very simple currency mask directive that allows using a number attribute with the ngModel.

    A very simple currency mask directive for Angular that allows using a number attribute with the ngModel. In other words, the model is a number, and not a string with a mask. It was tested in Angular version 13.

    Tags: #typescript

  • JavaProbe

    A Java runtime information-gathering tool which uses the Java Attach API for information acquisition

    A Java runtime information-gathering tool which uses the Java Attach API for information acquisition (the related technical articles links are attached to the end of this article).

    Tags: #java

  • Negotiation

    Content Negotiation tools for PHP.

    $negotiator = new \Negotiation\Negotiator();
    
    $acceptHeader = 'text/html, application/xhtml+xml, application/xml;q=0.9, */*;q=0.8';
    $priorities   = array('text/html; charset=UTF-8', 'application/json', 'application/xml;q=0.5');
    
    $mediaType = $negotiator->getBest($acceptHeader, $priorities);
    
    $value = $mediaType->getValue();
    // $value == 'text/html; charset=UTF-8'
    

    The Negotiator returns an instance of Accept, or null if negotiating the best media type has failed.

    Tags: #php • content-negotiation • negotiation

  • Passhunt

    Passhunt is a simple tool for searching of default credentials for network devices, web applications and more. Search through 523 vendors and their 2084 default passwords.

    Passhunt is a simple tool for searching of default credentials for network devices, web applications and more. Search through 523 vendors and their 2084 default passwords.

    Tags: #python • password • default-credentials

  • spacy-models

    💫 Models for the spaCy Natural Language Processing (NLP) library

    This repository contains releases of models for the spaCy NLP library. For more info on how to download, install and use the models, see the models documentation.

    ⚠️ Important note: Because the models can be very large and consist mostly of binary data, we can’t simply provide them as files in a GitHub repository. Instead, we’ve opted for adding them to releases as .whl and .tar.gz files. This allows us to still maintain a public release history.

    Tags: #python • spacy • nlp

subscribe via RSS