Skip to content

Instantly share code, notes, and snippets.

View sahwar's full-sized avatar
💭
https://twitter.com/ve4ernik

sahwar

💭
https://twitter.com/ve4ernik
View GitHub Profile
@sahwar
sahwar / ve4ernik-won-goodbye.txt
Created April 1, 2021 12:33
ve4ernik-won-goodbye.txt
https://www.facebook.com/646400151/posts/10159399350480152/
https://www.quora.com/q/lifeisbeautiful/Why-do-I-get-a-strange-feeling-when-visiting-Sweden-It-s-a-very-nice-country-with-very-nice-people-but-somethings-just?ch=10&share=6870bcb9&srid=dDGp
https://www.quora.com/q/entrepreneurial-mindset/What-are-some-interesting-amazing-facts-that-most-people-dont-know?ch=10&share=39ebf7d3&srid=dDGp
https://www.quora.com/q/lifeisbeautiful/ti-24762120?ch=10&share=7e55fef8
https://www.quora.com/What-are-the-lessons-people-most-often-learn-too-late-in-life/answer/Chris-Freyler?ch=10&share=d67dc7f2&srid=dDGp
@sahwar
sahwar / catbox
Created February 22, 2021 05:03 — forked from MineBartekSA/catbox
CatBox - A implementation of CatBox.moe API in Bash
#!/bin/bash
#
# Catbox v1.4
# A implelemtation of CatBox.moe API in Bash
# Author: MineBartekSA
# Gist: https://gist.github.com/MineBartekSA/1d42d6973ddafb82793fd49b4fb06591
#
curl --version >> /dev/null
if [ $? -ne 0 ]
@sahwar
sahwar / cam2gif.json
Created December 10, 2020 14:34 — forked from forresto/cam2gif.json
meemoo app: webcam to animated gif to imgur
{
"info": {
"title": "cam to gif",
"author": "forresto",
"description": "webcam to animated gif",
"url": "cam2gif"
},
"nodes": [
{
"src": "http://forresto.github.com/meemoo-camcanvas/onionskin.html",
@sahwar
sahwar / ve4ernik2-distributed-decentralized-Web3-P2P-perclouds-based-cable-Internet-miniISP-commons.txt
Last active December 1, 2020 18:53
ve4ernik2's distributed decentralized Web3 perclouds-based cable Internet&privateISP business/community-commons idea for countryside villages
https://gist.github.com/sahwar/b6a594c40099f92fa920ae193a6fc32e
https://pastebin.com/MLwZkt8q
SOURCE: https://www.instagram.com/p/CH-pXSHn0nM/?igshid=ytmdgzkkrn97 http://instagram.com/ve4ernik2/ http://sites.google.com/view/ve4ernik
??? 🙄 Да се надяваме, че сателитите #Starlink на Илон Мъск са само за платен сателитен интернет, а НЕ са за тоталитарно следене и отстрелване с лазери или с електромагнитно психотронно оръжие тип военните оръжия V-MAD/LRAD (вижте видеоклипчетата им в Интернет в #YouTube за #ElectronicHarassment & #psychotronics #TechEnabled #PsychologicalWarfare & #PsychicWarfare ) за тормоз и убиване на хора, както и дано хората откажат да участват в проекта му #Neuralink за слагане на микрочипове в мозъка ти като в ТВ сериала #Intelligence2014 или като ТВ сериала с развит "изкуствен интелект" #PersonOfInterestTV или компютърната игра с пропаганда на трансхуманизма #DeusExHumanEvolution , а да остане само като НЕзадължително и по желание платено носимо по тялото и лесно за махане компютърче ти
@sahwar
sahwar / delete_all_tweets.py
Created June 4, 2020 02:46 — forked from davej/delete_all_tweets.py
This script will delete all of the tweets in a specified account.
# -*- coding: utf-8 -*-
"""
This script will delete all of the tweets in the specified account.
You may need to hit the "more" button on the bottom of your twitter profile
page every now and then as the script runs, this is due to a bug in twitter.
You will need to get a consumer key and consumer secret token to use this
script, you can do so by registering a twitter application at https://dev.twitter.com/apps
@requirements: Python 2.5+, Tweepy (http://pypi.python.org/pypi/tweepy/1.7.1)
ּ_בּ
בּ_בּ
טּ_טּ
כּ‗כּ
לּ_לּ
מּ_מּ
סּ_סּ
תּ_תּ
٩(×̯×)۶
٩(̾●̮̮̃̾•̃̾)۶
$devid = "*DEV_4236"
$status = devcon status $devid | Select-String "running"
if($status -eq $null)
{
write-host "Enabling wireless"
devcon enable $devid
}
else
@sahwar
sahwar / data-markdown.user.js
Created June 4, 2020 02:42 — forked from paulirish/data-markdown.user.js
*[data-markdown] - use markdown, sometimes, in your HTML
// ==UserScript==
// @name Use Markdown, sometimes, in your HTML.
// @author Paul Irish <http://paulirish.com/>
// @link http://git.io/data-markdown
// @match *
// ==/UserScript==
// If you're not using this as a userscript just delete from this line up. It's cool, homey.
@sahwar
sahwar / meta-tags.md
Created June 4, 2020 02:36 — forked from lancejpollard/meta-tags.md
Complete List of HTML Meta Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta name="keywords" content="your, tags"/>
<meta name="description" content="150 words"/>
<meta name="subject" content="your website's subject">
<meta name="copyright"content="company name">
<meta name="language" content="ES">
@sahwar
sahwar / mdb2sql.sh
Created June 4, 2020 02:34 — forked from turicas/mdb2sql.sh
Convert a MDB (Access) file to SQL
#!/bin/bash
# Convert a MDB file (Access) to SQL
# Needs mdbtools[http://mdbtools.sourceforge.net/]
# run 'aptitude install mdbtools' on Debian/Ubuntu
# Created by Álvaro Justen <https://github.com/turicas>
# License: GPLv2
mdb=$1
sql=$2