All Projects → someteam → Acha

someteam / Acha

Licence: epl-1.0
Git Achievements

Programming Languages

clojure
4091 projects

Labels

Projects that are alternatives of or similar to Acha

AntiRickRoll
Chrome extension that blocks Rickrolls!
Stars: ✭ 22 (-95.22%)
Mutual labels:  fun
mnimi
🎲 Mnimi (A Game of Memory Skill)
Stars: ✭ 15 (-96.74%)
Mutual labels:  fun
Discord bot.py
🍺 A simple discord bot that helps you getting started within discord.py
Stars: ✭ 313 (-31.96%)
Mutual labels:  fun
dimage.js
Never settle for two dimensions
Stars: ✭ 66 (-85.65%)
Mutual labels:  fun
karmabot
upvotes and downvotes for slack
Stars: ✭ 24 (-94.78%)
Mutual labels:  fun
Loritta
💁 A multipurpose, multilanguage, customizable, modular, and very cute bot for Discord using JDA! ~Making your server more awesome~
Stars: ✭ 253 (-45%)
Mutual labels:  fun
Fun
Small fun scripts
Stars: ✭ 22 (-95.22%)
Mutual labels:  fun
Tinyraytracer
A brief computer graphics / rendering course
Stars: ✭ 3,971 (+763.26%)
Mutual labels:  fun
jolly-code
😆 Not all code has to be serious business™
Stars: ✭ 12 (-97.39%)
Mutual labels:  fun
Whatspup
🔳 WhatsApp chat from commandline/console/cli using GoogleChrome puppeteer
Stars: ✭ 310 (-32.61%)
Mutual labels:  fun
memer-action
A GitHub Action for Programmer Memes xD
Stars: ✭ 21 (-95.43%)
Mutual labels:  fun
fireplace
A cozy fireplace in your terminal
Stars: ✭ 52 (-88.7%)
Mutual labels:  fun
Serverless Vscode
Aliyun Function Compute extension. Lets you develop your serverless application of Aliyun within VSCode.
Stars: ✭ 272 (-40.87%)
Mutual labels:  fun
After-Effects-Fun
Expressions, scripts and projects for Adobe After Effects
Stars: ✭ 20 (-95.65%)
Mutual labels:  fun
Necrobot
NecroBot2
Stars: ✭ 322 (-30%)
Mutual labels:  fun
pokemon
ascii database of pokemon... in python!
Stars: ✭ 49 (-89.35%)
Mutual labels:  fun
TragicSimpBot
TragicSimp is a discord bot that can send memes, facts, jokes, quotes, and track user stats. This bot has leveling system which rank user based on their commands in a channel created by Bot
Stars: ✭ 22 (-95.22%)
Mutual labels:  fun
Awesome Dev Fun
A curated list of awesome fun libs/packages/languages that have no real purpose but to make a developer chuckle.
Stars: ✭ 435 (-5.43%)
Mutual labels:  fun
Table flipper
(╯°□°)╯︵ ┻━┻ A useless gem for table flipping on exceptions 😒
Stars: ✭ 328 (-28.7%)
Mutual labels:  fun
Repository Hunter
🌹 Making GitHub more socially engaging 🎮 and fun 🍥 for all
Stars: ✭ 273 (-40.65%)
Mutual labels:  fun

Rick Hickey achievements

Usage

If you have a docker use the following command to boot acha-acha on localhost:

docker run --rm -p 8080:8080 someteam/acha

After that open http://localhost:8080/ to see acha-acha in your browser

Custom private key

If you want to use acha-acha for private repositories or use ssh urls you need to provide the private key with read access:

docker run --rm -p 8080:8080 -v /path/to/private/id_rsa:/root/.ssh/id_rsa someteam/acha

Mount a custom storage

If you want to store acha-acha state outside the container, use the following command to mount external working directory:

docker run --rm -p 8080:8080 -v /path/to/working_dir:/app/.acha someteam/acha

Building from source

lein do clean, cljsbuild once prod, uberjar
java -jar target/acha-uber.jar --ip 0.0.0.0 --port 8080 --dir .acha --private-key ~/.ssh/custom_key

Development mode

lein cljsbuild auto dev &
lein run --reload &
open http://localhost:8080/index_dev.html

License

Copyright © Nikita Prokopov, Julie Prokopova, Renat Idrisov, Andrey Vasenin, Dmitry Ivanov

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].