This repository provides the source code of the new HHub API, which powers Homebrew Hub, the largest digital collection of Game Boy and Game Boy Color homebrews, playable natively in your browser.
Table of contents:
This repository provides the source code of the new HHub API, which powers Homebrew Hub, the largest digital collection of Game Boy and Game Boy Color homebrews, playable natively in your browser.
Table of contents:
Un giorno in Pretura:
Interrogatori procura di Varese:
/* | |
Instructions here | |
*/ | |
javascript: { | |
// Set date now | |
var date = new Date(); | |
var today = String(date.toISOString().slice(0, 10)); |
There's not telegram API method for this, we need to call MTProto methods to retrieve messages from the "Recent Actions" (Admin Log) since deleted messages (and medias) gets moved there for 48 hours before the permanent deletion.
from telethon import TelegramClient, events, sync
from telethon.tl.types import InputChannel, PeerChannel
I hereby claim:
To claim this, I am signing this object:
From 88a5973aeac2d53ba855cf2d3a9ce75ca65b4dba Mon Sep 17 00:00:00 2001 | |
From: Antonio Vivace <[email protected]> | |
Date: Fri, 12 Jan 2018 13:29:13 +0100 | |
Subject: [PATCH] Fix wrong font width | |
--- | |
src/display.rs | 2 +- | |
src/renderer/mod.rs | 4 ++++ | |
2 files changed, 5 insertions(+), 1 deletion(-) |
#!/bin/bash | |
# | |
# teamspeak3 Start/Stop/Restart Teamspeak service | |
# | |
# chkconfig: 2345 98 8 | |
# description: Start/Stop/Restart the Teamspeak voice server | |
# install: chkconfig --add teamspeak3 | |
# uninstall: chkconfig --del teamspeak3 | |
# avivace/2016 | |
;; https://autohotkey.com/download/ahk-install.exe | |
^!F4:: | |
WinGet, active_id, PID, A | |
run, taskkill /PID %active_id% /F,,Hide | |
return |