Skip to content

Instantly share code, notes, and snippets.

View akosma's full-sized avatar

Adrian Kosmaczewski akosma

View GitHub Profile
@neonichu
neonichu / handover.md
Last active September 27, 2016 15:05

Project Handover

Here are a few of my OSS projects that are still looking for new maintainers. DM me via Twitter if you want to take any of them over (@NeoNacho). If you take over a project, please follow these rules:

  • Do not claim to be the original author, so the license should retain my name, but feel free to add yourself to it once you have made any substantial contributions. If the current README mentions my name or Twitter handle, keep that information intact if you make edits, but you can move it around as you see fit.
  • If at any point in the future, you want to stop maintaining the project and you cannot find anyone to take it over, please add an unmainted badge (see here) to the README and transfer the project back to my GitHub account (@neonichu). That will allow me to find a new maintainer myself or to at least keep the project available for historical purposes.
  • My GitHub account ([@neonichu](https://
@SuperRembo
SuperRembo / Program.cs
Last active March 14, 2017 09:31
RSA algorithm in C# using Mpit.NET
// Based on https://gist.github.com/akosma/865b887f993de462369a04f4e81596b8
using System;
using System.Diagnostics;
using Mpir.NET;
namespace RSA
{
class Program

Deckset Theme Customization Beta

Download Beta Build (builds expire after 28 days)

Here is an example snippet of the theme configuration commands (place these at the top of your Markdown file):

theme: Work
text: Gill Sans, #F5E5C0, text-scale(0.75), line-height(1.4)
header: Gill Sans UltraBold, text-scale(1.2), line-height(0.9)
@briandominick
briandominick / asciidoc-static.adoc
Last active June 14, 2026 07:23
Static Site Generators with AsciiDoc Support

There are 28 static site generators that support AsciiDoc sourcing.

@RobertAKARobin
RobertAKARobin / python.md
Last active July 15, 2026 10:33
Python Is Not A Great Programming Language
@stettix
stettix / things-i-believe.md
Last active May 28, 2026 06:06
Things I believe

Things I believe

This is a collection of the things I believe about software development. I have worked for years building backend and data processing systems, so read the below within that context.

Agree? Disagree? Feel free to let me know at @JanStette.

Fundamentals

Keep it simple, stupid. You ain't gonna need it.