Skip to content

Instantly share code, notes, and snippets.

View sneetsher's full-sized avatar
🙂
I may be slow to respond.

Abdellah C. sneetsher

🙂
I may be slow to respond.
  • Jijel, Algeria
View GitHub Profile
@sneetsher
sneetsher / arabic.yml
Last active December 25, 2019 10:34
arabic dict for koheiw/newsmap
# Created by عبدالله شلي (Abdellah Chelli) for the newsmap package: https://github.com/koheiw/newsmap
AFRICA:
EAST:
'BI': [بوروندي, *بوروندي*, بوجمبورا]
'DJ': [جيبوتي*, جيبوتي*]
'ER': [إريتريا, *إريتري*, أسمرة]
'ET': [إثيوبيا, *إثيوبي*, أديس أبابا]
'KE': [كينيا, *كيني*, نيروبي]
'KM': [جزر القمر, *قمري*, موروني]
@sneetsher
sneetsher / AskUbuntu_Troubleshooting_Hints.md
Last active November 12, 2020 11:45
Hints about some important commands for troubleshooting, prepared for Ask Ubuntu

File

locate ..
find .. -iname ..

Debian/Ubuntu Package

dpkg -s ..
dpkg -L

apt-cache policy ..:*

@sneetsher
sneetsher / radio.lua
Created December 10, 2020 09:53 — forked from yoavst/radio.lua
Radio recorder
function descriptor()
return {
title = "Radio recorder",
version = "0.1",
author = "Yoav",
url = "",
shortdesc = "Radio recorder",
description = "Helps record the radio",
capabilities = { "input-listener" }
}