Skip to content

Instantly share code, notes, and snippets.

View teamday's full-sized avatar
🍍
I may be slow to respond.

Roman S teamday

🍍
I may be slow to respond.
View GitHub Profile
@teamday
teamday / Curve25519.cs
Created August 16, 2018 19:45 — forked from hanswolff/Curve25519.cs
C# implementation of Curve25519
/* Ported parts from Java to C# and refactored by Hans Wolff, 17/09/2013
Original: https://github.com/hanswolff/curve25519
*/
/* Ported from C to Java by Dmitry Skiba [sahn0], 23/02/08.
* Original: http://code.google.com/p/curve25519-java/
*/
/* Generic 64-bit integer implementation of Curve25519 ECDH
* Written by Matthijs van Duin, 200608242056
@teamday
teamday / tmux-cheatsheet.markdown
Created June 27, 2018 04:00 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@teamday
teamday / remove_crw.cmd
Last active May 17, 2016 08:21 — forked from xvitaly/remove_crw.cmd
Remove telemetry updates for Windows 7 and 8.1
@echo off
start /w wusa /uninstall /kb:971033 /quiet /norestart
start /w wusa /uninstall /kb:2902907 /quiet /norestart
start /w wusa /uninstall /kb:2952664 /quiet /norestart
start /w wusa /uninstall /kb:2990214 /quiet /norestart
start /w wusa /uninstall /kb:2976987 /quiet /norestart
start /w wusa /uninstall /kb:2976978 /quiet /norestart
start /w wusa /uninstall /kb:2902907 /quiet /norestart
start /w wusa /uninstall /kb:2952664 /quiet /norestart