Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Search Gists
Sign in Sign up

Instantly share code, notes, and snippets.

Discover gists

@abobija
abobija /esp-idf on ubuntu 20.04.1.md
Last activeDecember 18, 2025 09:47
ESP-IDF on Ubuntu 20.04.1

This is commands used in youtube video

How to setup ESP-IDF on Ubuntu 20.04.1

Commands:

sudo apt update && sudo apt upgrade -y
@bewithdhanu
bewithdhanu /upgrade_python_3.10_to_3.11.md
Last activeDecember 18, 2025 09:45
Upgrade Python 3.10 to 3.11 on Ubuntu 22.04

The first comman will Not show version info.

The second one show 3.10 as version as it is provided by ubuntu as default

python --versionpython3 --version

Add additional repository to download python 3.11

@tehplague
tehplague /.Renovate configuration example.md
Last activeDecember 18, 2025 09:45
Renovate example configuration for TYPO3

This Gist provides an example configuration forRenovate, designed to automate updates in TYPO3 projects.
Note: This configuration is a starting point and should be adjusted to fit your specific requirements. The update behavior, in particular, likely has room for improvement depending on your workflow.

Key Assumptions

  1. Git Hosting: The example assumes the use of either GitLab or GitHub for managing TYPO3 projects.
  2. Shared Configuration: A shared GitLab project (gitlab/renovate-config) is used to store general configuration files (.json). This setup allows reusing shared rules across all TYPO3 projects.
  3. Project-Specific Configuration: Therenovate.json file must reside in the TYPO3 project repository you wish to update. This file references the shared configuration and defines project-specific overrides.
@debasishg
debasishg /dod.md
Last activeDecember 18, 2025 09:35
Data oriented design, hardware awareness, cache awareness in data structures & algorithms
@cpojer
cpojer /jsdom.patch
Last activeDecember 18, 2025 09:32
diff --git a/lib/jsdom/browser/Window.js b/lib/jsdom/browser/Window.js
index 52d011cae61c3688ec64baa5cec411d55edbda9d..298d7ec8d2cc1ea5e974262b978e6041389900f7 100644
--- a/lib/jsdom/browser/Window.js
+++ b/lib/jsdom/browser/Window.js
@@ -507,8 +507,8 @@ function installOwnProperties(window, options) {
// [LegacyUnforgeable]:
window: { configurable: false },
document: { configurable: false },
- location: { configurable: false },
- top: { configurable: false }
@wanglf
wanglf /vscode-extension-offline.md
Last activeDecember 18, 2025 09:30
Download VS Code extensions as VSIX
  • Copy content ofvsix-bookmarklet, create a bookmark in your browser.
  • Navigate to the web page of the VS Code extension you want to install.
  • Click the bookmark you just created, then click the download button.
    download
  • After download finished, rename the file extension to*.vsix.
  • In VS Code, selectInstall from VSIX... in the extension context menu.
    vsc
@jinjier
jinjier /javdb-top250.md
Last activeDecember 18, 2025 09:28
JavDB top 250 movies list. [Updated on 2025/11]

使用JAV金鸡儿奖官网附带的工具JAV SQL 查询器,可查询各种类别的JavDB TOP250影片:

及分年数据(存在部分重复影片,原始数据的问题):


[8]ページ先頭

©2009-2025 Movatter.jp