- Jeremiasz Nelz
- remix2000 (liberachat)
- GnuPG
- Software Engineer
- [email protected] (e-mail)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Bring back Reddit Compact | |
// @match https://*.reddit.com/* | |
// @grant none | |
// @version 1.11 | |
// @license Unlicense; https://unlicense.org/ | |
// ==/UserScript== | |
(function() { | |
'use strict'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Outputs "dark" when it's dark and "light" when it's light. | |
Only works on Freedesktop platforms (Linux, *BSD, etc.). | |
NOTE: This code was stolen from the depths of hell. I give absolutely no warranty for this. I also hate this. | |
""" | |
import math | |
import datetime | |
import time |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
ROPT= | |
while [ -n "$1" ]; do | |
case "$1" in | |
-i) | |
ROPT=I | |
shift | |
;; | |
--) | |
shift |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" vim: fdm=marker : | |
" This source code form is part of ``remi's dotfiles'' | |
" | |
" Any copyright is dedicated to the Public Domain. | |
" https://creativecommons.org/publicdomain/zero/1.0/ | |
" | |
" Authored by: Jeremiasz Nelz <remi6397 {at} gmail.com> | |
call plug#begin() " {{{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ # An example REPL session | |
$ python3 interpret.py | |
Python [REDACTED] (default, [REDACTED]) | |
[REDACTED] on [REDACTED] | |
Type "help", "copyright", "credits" or "license" for more information. | |
(InteractiveConsole) | |
>>> 10 | |
10 | |
>>> repr_map['int'] = bin | |
>>> 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
call plug#begin() | |
" VIM | |
Plug 'scrooloose/nerdtree' | |
" Themes | |
Plug 'rakr/vim-two-firewatch' | |
"Plug 'kaicataldo/material.vim' | |
" VCS support |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defmodule PastebinderWeb.JSONToXmlHelper do | |
def to_xml(map) do | |
list = to_list(map) | |
:xmerl.export_simple(list, :xmerl_xml) | |
|> List.flatten | |
|> to_string | |
end | |
defp to_list(map) when is_map(map) do | |
keyword = Map.to_list(map) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0.0.0.0 ars.smartscreen.microsoft.com | |
0.0.0.0 az361816.vo.msecnd.net | |
0.0.0.0 az512334.vo.msecnd.net | |
0.0.0.0 blob.weather.microsoft.com | |
0.0.0.0 candycrushsoda.king.com | |
0.0.0.0 cdn.content.prod.cms.msn.com | |
0.0.0.0 cdn.onenote.net | |
0.0.0.0 choice.microsoft.com | |
0.0.0.0 choice.microsoft.com.nsatc.net | |
0.0.0.0 client.wns.windows.com |
NewerOlder