Posts

  • rapidminer-studio

    Outdated version of RapidMiner Studio 7.x - 9.7. See rapidminer-studio-modular for the latest version 9.8+

    Tags: #java

  • gitreflow

    Reflow automatically creates pull requests, ensures the code review is approved, and squash merges finished branches to master with a great commit message template.

    Create and switch to new branch nh-branchy-branch:

        $ git reflow start nh-branchy-branch
    

    Create a pull request for your branch against master or a custom base-branch:

        $ git reflow review
    

    If your code is approved, merge to base-branch and delete the feature branch:

        $ git reflow deliver
    

    Tags: #ruby • git • git-workflow

  • activerecord-cockroachdb-adapter

    CockroachDB adapter for ActiveRecord.

    CockroachDB adapter for ActiveRecord 5, 6, and 7. This is a lightweight extension of the PostgreSQL adapter that establishes compatibility with CockroachDB.

    Tags: #ruby • cockroachdb • activerecord

  • scout-extended

    Scout Extended: The Full Power of Algolia in Laravel

    Tags: #php • algolia • laravel

  • request_store

    Per-request global storage for Rack.

    Ever needed to use a global variable in Rails? Ugh, that’s the worst. If you need global state, you’ve probably reached for Thread.current. Like this:

    def self.foo
      Thread.current[:foo] ||= 0
    end
    
    def self.foo=(value)
      Thread.current[:foo] = value
    end
    

    Ugh! I hate it. But you gotta do what you gotta do…

    Tags: #ruby

  • taggle.js

    📝 Form-ready dependency-less tagging.

    Yarn:

    yarn add taggle
    

    NPM:

    npm install taggle --save
    

    Bower:

    bower install taggle --save
    

    Tags: #javascript • taggle • tags

  • dropplets

    Welcome to an easier way to blog - A minimalist markdown blogging platform.

    1. Clone this repo
    2. Open a shell and navigate to the cloned repo
    3. Run the following command git submodule update --init --recursive
    4. Upload folder to hosting server or run locally with XAMPP
    5. Navigate to the URL of your host https://(your url)/settings
    6. Configure settings and click Create Your Blog

    Tags: #php • markdown • blog

  • boinc

    Open-source software for volunteer computing and grid computing.

    The University of California holds the copyright on all BOINC source code. By submitting contributions to the BOINC code, you irrevocably assign all right, title, and interest, including copyright and all copyright rights, in such contributions to The Regents of the University of California, who may then use the code for any purpose that it desires.

    Tags: #php • boinc • distributed-computing

  • sequenceserver

    Intuitive graphical web interface for running BLAST bioinformatics tool (i.e. have your own custom NCBI BLAST site!)

    SequenceServer lets you rapidly set up a BLAST+ server with an intuitive user interface for personal or group use.

    If you use SequenceServer, please cite our paper: Sequenceserver: A modern graphical user interface for custom BLAST databases. Molecular Biology and Evolution (2019).

    Tags: #javascript • blast • bioinformatics

  • django-post_office

    A Django app that allows you to send email asynchronously in Django. Supports HTML email, database backed templates and logging.

    Django Post Office is a simple app to send and manage your emails in Django. Some awesome features are:

    • Designed to scale, handles millions of emails efficiently
    • Allows you to send email asynchronously
    • Multi backend support
    • Supports HTML email
    • Supports inlined images in HTML email
    • Supports database based email templates
    • Supports multilingual email templates (i18n)
    • Built in scheduling support
    • Works well with task queues like RQ or Celery
    • Uses multiprocessing and threading to send a large number of emails in parallel

    Tags: #python

subscribe via RSS