Skip to content

Instantly share code, notes, and snippets.

View cirnatdan's full-sized avatar

Dan Cîrnaț cirnatdan

View GitHub Profile
@cirnatdan
cirnatdan / mozjs78.diff
Created April 29, 2021 12:46
mozjs78 local Cargo deps
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/lang/mozjs78/distinfo,v
retrieving revision 1.11
diff -u -r1.11 distinfo
--- distinfo 22 Apr 2021 15:50:51 -0000 1.11
+++ distinfo 29 Apr 2021 12:44:26 -0000
@@ -4,7 +4,7 @@
RMD160 (mozjs78_78.4.0.orig.tar.xz) = cef93b6116eff9f04beeaf3dda0a42cd811d0b18
SHA512 (mozjs78_78.4.0.orig.tar.xz) = 05a0dd27cd8f330c69bf798f9025dd560e76a1a14628af4caeeae4f7573aef9371e19edb8a8e4cd28e92e189eb3a159b4ffedb1b1bd4b806e065de433cca6ffd
@cirnatdan
cirnatdan / bot.d
Created April 5, 2020 08:42
Telegram bot in D
import std.stdio;
import std.string;
import requests;
import std.json;
import std.typecons: tuple, Tuple;
import std.conv;
import std.process;
string URL = "";
enum SLEEP = false;
@cirnatdan
cirnatdan / gist:46ddb747ef1490e7b766163ac06be1e0
Created February 23, 2017 15:43
Symfony Kernel splitting discussion
https://github.com/symfony/symfony/issues/9406
@cirnatdan
cirnatdan / socks.py
Last active August 29, 2015 14:10 — forked from bluec0re/socks.py
A public domain python socks implementation. Mostly compatible with socksipy. (by bluec0re)
# This is free and unencumbered software released into the public domain.
#
# Anyone is free to copy, modify, publish, use, compile, sell, or
# distribute this software, either in source code form or as a compiled
# binary, for any purpose, commercial or non-commercial, and by any
# means.
#
# In jurisdictions that recognize copyright laws, the author or authors
# of this software dedicate any and all copyright interest in the
# software to the public domain. We make this dedication for the benefit