Posts

  • QuickUMLS

    System for Medical Concept Extraction and Linking

    QuickUMLS (Soldaini and Goharian, 2016) is a tool for fast, unsupervised biomedical concept extraction from medical text. It takes advantage of Simstring (Okazaki and Tsujii, 2010) for approximate string matching. For more details on how QuickUMLS works, we remand to our paper.

    This project should be compatible with Python 3 (Python 2 is no longer supported) and run on any UNIX system (support for Windows is experimental, please report bugs!). If you find any bugs, please file an issue on GitHub or email the author at luca@ir.cs.georgetown.edu.

    Tags: #python • concept-extraction • umls

  • Graywater

    An Android library for decomposing RecyclerView layouts to improve scroll performance.

    Graywater is a RecyclerView adapter that facilitates the performant decomposition of complex and varied list items. It does this by mapping large data models to multiple viewholders, splitting the work needed to create a complex list item over multiple frames.

    The concept is based off of Facebook’s post on a faster news feed and Components for Android, which have been realized as Litho.

    Tumblr developed Graywater to improve scroll performance, reduce memory usage, and lay the foundation for a more modular codebase.

    The name “Graywater” comes from the process of recycling water.

    Tags: #java • android • android-library

  • Weasis

    Weasis is a DICOM viewer available as a desktop application or as a web-based application.

    The master branch contains Weasis 3.x.x (requires Java 8+) and the old branches are 2.5.x, 2.0.x (Java 6+) and 1.2.x (Java 6+).

    See How to build Weasis

    Tags: #java • dicom • weasis

  • evosuite

    EvoSuite - automated generation of JUnit test suites for Java classes

    EvoSuite automatically generates JUnit test suites for Java classes, targeting code coverage criteria such as branch coverage. It uses an evolutionary approach based on a genetic algorithm to derive test suites. To improve readability, the generated unit tests are minimized, and regression assertions that capture the current behavior of the tested classes are added to the tests.

    Tags: #java

  • Wordpresscan

    WPScan rewritten in Python + some WPSeku ideas

    A simple Wordpress scanner written in python based on the work of WPScan (Ruby version), some features are inspired by WPSeku.

    Tags: #python • wordpress • wordpress-plugin

  • recurr

    PHP library for working with recurrence rules (RRULE); meant to help with recurring calendar events.

    Recurr is a PHP library for working with recurrence rules (RRULE) and converting them in to DateTime objects.

    Recurr was developed as a precursor for a calendar with recurring events, and is heavily inspired by rrule.js.

    Installing Recurr

    The recommended way to install Recurr is through Composer.

    composer require simshaun/recurr

    Using Recurr

    Tags: #php • recurring-events • recurrence

  • serverless-stack-demo-api

    Source for the demo app API in Serverless-Stack.com

    Serverless Stack is a free comprehensive guide to creating full-stack serverless applications. We create a note taking app from scratch.

    This repo is for the serverless backend API that we build over the course of the tutorial. You can find the repo for the frontend React app here. And the repo for the tutorial here.

    This repo is split into:

    Tags: #javascript • serverless-framework • demo

  • SIP.js

    A simple, intuitive, and powerful JavaScript signaling library

    • Create real-time peer-to-peer audio and video sessions via WebRTC
    • Utilize SIP in your web application via SIP over WebSocket
    • Send instant messages and view presence
    • Support early media, hold and transfers
    • Send DTMF RFC 2833 or SIP INFO
    • Share your screen or desktop
    • Written in TypeScript
    • Runs in all major web browsers
    • Compatible with standards compliant servers including Asterisk and FreeSWITCH

    Tags: #typescript • sipjs • webrtc

  • isf

    ISF(Industrial Control System Exploitation Framework),a exploitation framework based on Python

    ISF(Industrial Exploitation Framework) is a exploitation framework based on Python, it’s similar to metasploit framework.

    ISF is based on open source project routersploit.

    Read this in other languages: English, 简体中文,

    Tags: #python • ics • ics-exp

  • microsoft-authentication-library-for-js

    Microsoft Authentication Library (MSAL) for JS

    The Microsoft Authentication Library for JavaScript enables client-side JavaScript web applications, running in a web browser, to authenticate users using Azure AD for work and school accounts (AAD), Microsoft personal accounts (MSA), and social identity providers like Facebook, Google, LinkedIn, Microsoft accounts, etc. through Azure AD B2C service. It also enables your app to get tokens to access Microsoft Cloud services such as Microsoft Graph.

    Tags: #typescript

subscribe via RSS