Posts
-
rapidminer-studio
Outdated version of RapidMiner Studio 7.x - 9.7. See rapidminer-studio-modular for the latest version 9.8+
- Install RapidMiner Studio
- Have a look at our Getting Started Central
- You miss something? There might be an Extension for it
- Have questions? Check out our official community and documentation
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-branchCreate a pull request for your branch against
masteror a custombase-branch:$ git reflow reviewIf your code is approved, merge to
base-branchand 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
- Zero downtime reimports - it’s a breeze to import data in production.
- Implement site-wide search amongst multiple models with aggregators.
- Automatically improve the relevancy of your search results.
- Beautiful overview of your application indexes.
- A useful collection of macros, facades, and much more.
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 endUgh! I hate it. But you gotta do what you gotta do…
Tags: #ruby
-
taggle.js
📝 Form-ready dependency-less tagging.
Yarn:
yarn add taggleNPM:
npm install taggle --saveBower:
bower install taggle --saveTags: #javascript • taggle • tags
-
dropplets
Welcome to an easier way to blog - A minimalist markdown blogging platform.
- Clone this repo
- Open a shell and navigate to the cloned repo
- Run the following command
git submodule update --init --recursive - Upload folder to hosting server or run locally with XAMPP
- Navigate to the URL of your host
https://(your url)/settings - 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