Skip to content

Instantly share code, notes, and snippets.

View altilunium's full-sized avatar

Altilunium altilunium

  • Altilunium
  • Indonesia
View GitHub Profile
https://YY.wikipedia.org/wiki/User:XXXX
Enter Wikipedia Username (XXXX) : Sathira15
Enter Wikipedia Language (en/id) : id
5 Januari 2021 07.10 : Pengguna:Sathira15 (+58 / 58)
https://id.wikipedia.org/w/index.php?title=Pengguna:Sathira15&oldid=17791203 (B)
7 Januari 2021 04.53 : Gita Savitri
https://id.wikipedia.org/w/index.php?title=Gita_Savitri&diff=prev&oldid=17796937
rtnf@rtnf:~$ wp
https://en.wikipedia.org/wiki/XXXXX
Enter Wikipedia Article Name (XXXXX) : Timeline_of_the_far_future
Enter Wikipedia Language (en/id) : en
Serendipodous : 12942
Serendipodous : -1 [12942->12941]
https://en.wikipedia.org/w/index.php?title=Timeline_of_the_far_future&diff=403681715&oldid=403681680
Serendipodous : 100 [12941->13041]
https://en.wikipedia.org/w/index.php?title=Timeline_of_the_far_future&diff=403681953&oldid=403681715
! function(t) {
var e = {};
e.cipherModes = {
ECB: 0,
CBC: 1,
PCBC: 2,
CFB: 3,
OFB: 4,
CTR: 5
}, e.outputTypes = {
from fractions import Fraction
nodes = dict()
class Node:
def __init__(self,id,p1,p2,l,r,par,gl,gr):
self.id = id
self.p1 = p1
self.p2 = p2
self.l = l
self.r = r
@altilunium
altilunium / i_already_did_that.py
Created November 27, 2021 16:38
i_already_did_that.py
def split(word):
return [char for char in word]
def join(x):
new = ""
for i in x:
new += i
return new
@altilunium
altilunium / wordle.js
Created January 15, 2022 23:39
wordle
this.wordle = this.wordle || {}, this.wordle.bundle = function(e) {
"use strict";
function a(e) {
return (a = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(e) {
return typeof e
} : function(e) {
return e && "function" == typeof Symbol && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e
})(e)
}
@altilunium
altilunium / document.txt
Last active August 15, 2022 16:26
Pandoc Article Template
---
title: "The History of DNS"
book: true
classoption: [oneside]
lang: en
include-before:
- '`\newpage{}`{=latex}'
...
\newpage{}
@altilunium
altilunium / qwl.py
Last active September 1, 2022 10:36
Quarry Wikitable Linker
f = open('usren.wikitable','r', encoding="utf-8")
l = f.readlines()
for x in l:
if '/' not in x:
if '|-' not in x:
n = x.split('|')
#print(n)
try:
print("|{{no ping|"+n[1]+"}}||"+n[3].rstrip('\n'))
@altilunium
altilunium / _styles.css
Last active September 6, 2022 07:35
prose.sh theme : rtnF
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
@media only screen and (max-width: 600px){
body {
padding: 14px;
}
}
@media (prefers-color-scheme: light) {
:root {
@altilunium
altilunium / style.css
Created September 8, 2022 02:22
"rtnf bear" bearblog themes
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
@media only screen and (max-width: 600px){
body {
padding: 14px;
}
}
header h1 {