🆕 for more detailed information visit the 🌐Community Guide to Open-Source AI Software Craft - oss-ai-swe.org
| Tool | Stars* | Licence | Default models | What it can do out-of-the-box | Ideal use-case |
|---|
🆕 for more detailed information visit the 🌐Community Guide to Open-Source AI Software Craft - oss-ai-swe.org
| Tool | Stars* | Licence | Default models | What it can do out-of-the-box | Ideal use-case |
|---|
| #!/bin/sh | |
| psql -qX "$@" <<EOF | |
| \t on | |
| \timing off | |
| \echo 'Digraph F{' | |
| \echo 'ranksep=1.0; size="18.5, 15.5"; rankdir=LR;' | |
| SELECT |
/Block Reference)| while true; do date; sleep 5; done |
| # Assumes the database container is named 'db' | |
| DOCKER_DB_NAME="$(docker-compose ps -q db)" | |
| DB_HOSTNAME=db | |
| DB_USER=postgres | |
| LOCAL_DUMP_PATH="path/to/local.dump" | |
| docker-compose up -d db | |
| docker exec -i "${DOCKER_DB_NAME}" pg_restore -C --clean --no-acl --no-owner -U "${DB_USER}" -d "${DB_HOSTNAME}" < "${LOCAL_DUMP_PATH}" | |
| docker-compose stop db |
| gem 'elasticsearch', '>= 1.0.15' | |
| gem 'elasticsearch-model' | |
| gem 'elasticsearch-rails' | |
| gem 'patron' | |
| gem 'faraday_middleware-aws-signers-v4' | |
| gem 'searchkick' |
| #!/bin/bash | |
| touch /tmp/Recent.xyz | |
| while true | |
| do | |
| echo "Checking again..." | |
| wget -q https://apt.dockerproject.org/repo/dists/ubuntu-xenial/main/binary-amd64/InRelease -O /tmp/InRelease.xyz | |
| if test /tmp/InRelease.xyz -nt Recent.xyz; then | |
| mplayer /usr/share/sounds/ubuntu/stereo/phone-incoming-call.ogg |
| --- | |
| # Patches openssl problem and restarts needed services | |
| - name: Apply common configration to all nodes | |
| hosts: all | |
| sudo: yes | |
| # Uncomment to apply update one server at a time | |
| # serial: 1 | |
| tasks: | |
| - name: "Install packages and update cache" |
| #!/bin/sh | |
| # | |
| # Patches and installs Ruby to expose OpenSSL context options, using rbenv. | |
| # | |
| # Based on http://philippe.bourgau.net/how-to-install-a-patched-ruby-interpreter-wit/ | |
| # | |
| VERSION=2.1.6 | |
| PATCH_URL="https://bugs.ruby-lang.org/attachments/download/4210/0001-Expose-the-SSLContext-options-attribute-in-Net-HTTP.patch" | |
| PATCH_NAME=ssloptions |
| # Capistrano 2 | |
| before "deploy", "friday:good_luck" | |
| namespace :friday do | |
| friday_jumper = %{ | |
| ┓┏┓┏┓┃ | |
| ┛┗┛┗┛┃⟍ ○⟋ | |
| ┓┏┓┏┓┃ ∕ Friday | |
| ┛┗┛┗┛┃ノ) |