Skip to content

Instantly share code, notes, and snippets.

{
"version": "0.2.4",
"description": "A portable devkit for CI/CD pipelines",
"homepage": "https://dagger.io/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/dagger/dagger/releases/download/v0.2.4/dagger_v0.2.4_windows_amd64.zip",
"hash": "811f1ea99427800bf5a913454f552f88e8bb629aad550416b0a172215199565c",
"bin": "dagger.exe"
{
"version": "4",
"description": "A totally configurable terminal torrent client.",
"homepage": "https://github.com/nektro/mtorrent",
"license": {
"identifier": "AGPL-3.0-only",
"url": "https://raw.githubusercontent.com/nektro/mtorrent/master/LICENSE"
},
"architecture": {
"64bit": {
@vardrop
vardrop / irc.py
Created October 29, 2018 21:21 — forked from primaryobjects/irc.py
A simple IRC client written in Python.
#
# [2016-03-14] Challenge #258 [Easy] IRC: Making a Connection
# https://www.reddit.com/r/dailyprogrammer/comments/4ad23z/20160314_challenge_258_easy_irc_making_a/
#
import socket
input = """chat.freenode.net:6667
dude1267