Posts

  • science-parse

    Science Parse parses scientific papers (in PDF form) and returns them in structured form.

    Science Parse parses scientific papers (in PDF form) and returns them in structured form. As of today, it supports these fields:

    • Title
    • Authors
    • Abstract
    • Sections (each with heading and body text)
    • Bibliography, each with
      • Title
      • Authors
      • Venue
      • Year
    • Mentions, i.e., places in the paper where bibliography entries are mentioned

    In JSON format, the output looks like this (or like this, if you want sections). The easiest way to get started is to use the output from this server.

    Tags: #java

  • xplico

    Open Source Network Forensic Analysis Tool (NFAT)

    Xplico is a Network Forensic Analisys Tool NFAT, for Unix and Unix-like operating systems. It uses libpcap, a packet capture and filtering library.

    The official home of Xplico is: http://www.xplico.org

    The latest distribution can be found in the subdirectory: http://www.xplico.org/download

    Tags: #php

  • procyon

    Procyon is a suite of Java metaprogramming tools, including a rich reflection API, a LINQ-inspired expression tree API for runtime code generation, and a Java decompiler.

    The procyon-core framework contains common support classes used by the other Procyon APIs. Its facilities include string manipulation, collection extensions, filesystem/path utilities, freezable objects and collections, attached data stores, and some runtime type helpers.

    Tags: #java

  • MapsModelsImporter

    A Blender add-on to import models from google maps

    Most importantly, use the last version of this add-on. In the release notes of each version the recommended/required versions of RenderDoc and Blender are specified. As of now, use RenderDoc v1.13 (not something else) and the last version of Blender.

    Tags: #python

  • UNIT3D-Community-Edition

    πŸš€ A Next Generation Private Torrent Tracker (Community Edition)

    1. Introduction
    2. Some Features
    3. Requirements
    4. Installation 4.1 Automated-Installer
    5. Updating
    6. Version Support Information
    7. Security
    8. Contributing
    9. License
    10. Demo
    11. Sponsor-Chat
    12. Sponsoring
    13. Special Thanks

    Tags: #php β€’ torrent β€’ laravel

  • cocoapods-acknowledgements

    CocoaPods plugin that generates a plist which includes the installation metadata

    A CocoaPods plugin that generates a plist which includes the installation metadata. It supports generating two styles of dependency information.

    • Settings.bundle compatible plist - This format is supported by a large amount of pods and works with Apple’s Settings.app.

    • Full Podspec metadata plist - This format provides more information to the app allowing for deeper introspection, currently only CPDAcknowledgements works with this format.

    Tags: #ruby

  • py-todo

    πŸ“‹ Lightweight reminder / todo-list in cli

    A little program to remind you of upcoming events / unfinished tasks.

    Put them into ~/.zshrc or ~/.bashrc or whatever you want, and it will stop you from putting off important shit.

    Pickled (i.e., serialized) todo list objects are saved in ~/.local/share/py-todo/todo.dat by default.

    Tags: #python β€’ todo β€’ todolist

  • terrastories

    Terrastories is a geostorytelling application built to enable local communities to locate and map their own oral storytelling traditions about places of significant meaning or value to them. Check out our Wiki for open source development information.

    1. About Terrastories

    2. Install Terrastories

    3. Setting up Communities and Users

    4. Customize Terrastories

    5. Demo and Tutorials

    6. Developing with Terrastories

    7. Contributing Guidelines

    Tags: #ruby β€’ mapping-tools β€’ indigenous-peoples

  • faker

    A Java port of the Faker ruby gem: https://github.com/stympy/faker/

    repositories {
        // ...
        maven { url 'https://jitpack.io' }
    }
    
    dependencies {
        compile 'com.github.blocoio:faker:1.2.8'
    }
    

    You can use testCompile or androidTestCompile, if you only want to use Faker for testing.

    Tags: #java β€’ android β€’ faker

  • ballerina-lang

    The Ballerina Programming Language

    Ballerina is an open source programming language and platform for cloud-era application programmers to easily write software that just works.

    Tags: #java β€’ programming-language β€’ language

subscribe via RSS