This is an unofficial manual for the couchdb
Python module I wish I had had.
pip install couchdb
@echo off | |
setlocal enableDelayedExpansion | |
REM sets folder to CD (current directory) | |
SET folder=%CD% | |
REM if the renamed folder already exists, I'll assume I've already run this script and go to EOF (end of file) | |
IF EXIST "%folder%\renamed" GOTO :EOF | |
REM else move on to :FOLDERDOESNOTEXIST | |
GOTO :FOLDERDOESNOTEXIST |
This is an unofficial manual for the couchdb
Python module I wish I had had.
pip install couchdb
### | |
### | |
### UPDATE: For Win 11, I recommend using this tool in place of this script: | |
### https://christitus.com/windows-tool/ | |
### https://github.com/ChrisTitusTech/winutil | |
### https://www.youtube.com/watch?v=6UQZ5oQg8XA | |
### iwr -useb https://christitus.com/win | iex | |
### | |
### OR take a look at | |
### https://github.com/HotCakeX/Harden-Windows-Security |
{ | |
"emojis": [ | |
{"emoji": "👩👩👧👧", "name": "family: woman, woman, girl, girl", "shortname": ":woman_woman_girl_girl:", "unicode": "1F469 200D 1F469 200D 1F467 200D 1F467", "html": "👩‍👩‍👧‍👧", "category": "People & Body (family)", "order": ""}, | |
{"emoji": "👩👩👧👦", "name": "family: woman, woman, girl, boy", "shortname": ":woman_woman_girl_boy:", "unicode": "1F469 200D 1F469 200D 1F467 200D 1F466", "html": "👩‍👩‍👧‍👦", "category": "People & Body (family)", "order": ""}, | |
{"emoji": "👩👩👦👦", "name": "family: woman, woman, boy, boy", "shortname": ":woman_woman_boy_boy:", "unicode": "1F469 200D 1F469 200D 1F466 200D 1F466", "html": "👩‍👩‍👦‍👦", "category": "People & Body (family)", "order": ""}, | |
{"emoji": "👨👩👧👧", "name": "family: man, woman, girl, girl", "shortname": ":man_woman_girl_girl:", "unicode": "1F468 200D 1F469 200D 1F467 200D 1F467", "html": "👨‍👩&z |
https://api.burgerking.de/api/o2uvrPdUY57J5WwYs6NtzZ2Knk7TnAUY/v4/de/de/coupons/
https://api.burgerking.de/api/o2uvrPdUY57J5WwYs6NtzZ2Knk7TnAUY/v2/de/de/meta
https://api.burgerking.de/api/o2uvrPdUY57J5WwYs6NtzZ2Knk7TnAUY/v2/de/de/flags/
https://api.burgerking.de/api/o2uvrPdUY57J5WwYs6NtzZ2Knk7TnAUY/v2/de/de/contents/
https://api.burgerking.de/api/o2uvrPdUY57J5WwYs6NtzZ2Knk7TnAUY/v2/de/de/products/
A beginner's guide
This guide covers how to install and upgrade Python 3 and how to create and an install into a Python virtual environment.
This is best practice in Python for both local and production code, as it isolates the scope where your python
commands and pip
commands run, protecting your global environment and allowing your to manage multiple virtual environments each with their own set of unique Python packages.
Was ist das? Worum geht es hier?
Man kann Telekom Confort Telefonkarten zum Begleichen der Rechnungen von Telekom Festnetz/Internetverträgen(DSL) verwenden, aber auch Mobilfunk (siehe weiter unten).
Manchmal gibt es Rabatte auf besagte Karten. Dieses FAQ beschäftigt sich hauptsächlich mit dem Erwerb- und Einsatz dieser Karten für Festnetzverträge (Mobilfunk auch ein wenig, weiter unten).
Das FAQ ist aufgeteilt in die beiden Bereiche Festnetz/DSL und Prepaid.
Zudem gibt es noch allgemeine Infos zu Comfort Telefonkarten.
// ==UserScript== | |
// @name eBay Kleinanzeigen - Anzeige duplizieren / neu einstellen | |
// @namespace https://github.com/J05HI | |
// @description Bietet eine "Anzeige duplizieren / neu einstellen" Funktion beim Bearbeiten einer vorhandenen Anzeige in eBay Kleinanzeigen. | |
// @icon http://www.google.com/s2/favicons?domain=www.kleinanzeigen.de | |
// @copyright 2024, J05HI (https://github.com/J05HI) | |
// @license MIT | |
// @version 1.4.0 | |
// @match https://www.kleinanzeigen.de/p-anzeige-bearbeiten.html* | |
// @grant none |
/* | |
* Copyright (c) 2020. FacceApps | |
*/ | |
let nHash = { | |
_level: 1, | |
type: "#", | |
_key: 1, | |
_withHex: false, | |
_enc: null, | |
_dec: null, |