Skip to content

Instantly share code, notes, and snippets.

View Bluemangoo's full-sized avatar
🍰
CAKE

Bluemangoo Bluemangoo

🍰
CAKE
View GitHub Profile
name: dino
channels:
- pytorch
- nvidia
- conda-forge
- defaults
dependencies:
- python=3.9
- pip
- pytorch=2.0.1
@Bluemangoo
Bluemangoo / ghnw.user.js
Last active May 2, 2024 09:30
GitHub open in new window
// ==UserScript==
// @name GitHub open in new window
// @namespace http://tampermonkey.net/
// @version 1.2
// @description GitHub open in new window
// @author Bluemangoo
// @match https://github.com
// @match https://github.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=github.com
// @grant none

Minecraft Usage Guidelines

Purpose

We love that our players and fans do cool things and share them with the community. Our goal is to create an environment where you get to do great things for the Minecraft community without others coming along and spoiling it for everyone. We realize that some things you will create and share and other things you may create and sell. So, we wrote these guidelines to explain what we consider to be acceptable ways to use the Minecraft name, brand, assets in your creation.

To be clear, when we refer to:

@Bluemangoo
Bluemangoo / immich.cmd
Last active July 18, 2023 23:54
CMD美学
@echo off
@rem globalVar {
set bash=C:\Program Files\Git\bin\bash.exe
set dir=D:\WorkDir\Immich
set docker=D:\Program Files\Docker\Docker\resources\bin\docker.exe
set backup_path=D:\backup\Immich\
set next=end
@rem }
router.on("/exec/", async function(data, response) {
let list = <string[]>(<string>data.query["c"]).split(" ");
if (list.length == 0) {
response.response = "err";
return;
}
for (let i = 1; i < list.length; i++) {
list[i] = list[i].replace(/\\s/g, " ");
if (list[i].startsWith("\"") && list[i].endsWith("\"")
|| list[i].startsWith("\'") && list[i].endsWith("\'")) {
@Bluemangoo
Bluemangoo / py.md
Created June 1, 2023 08:35
Python 语言基础

Python 语言基础

绪言

写这个是为了帮助浙江考生进行学考复习 (仅限Python,其它内容自己背咯)。

看清楚了,是复习。初学的不一定看得懂。

初学者去找Runoob吧。

你知道the waste land吗?

Yes, "The Waste Land" is a famous poem by T.S. Eliot, first published in 1922. The poem is widely regarded as one of the most important works of modernist poetry and is known for its fragmented style, allusions to a wide range of literary and cultural sources, and its exploration of themes such as disillusionment, cultural decay, and spiritual crisis in the aftermath of World War I. The poem is divided into five sections and draws on a range of mythological, literary, and historical references to paint a picture of a world that has been stripped of its vitality and meaning.


这首诗写了什么

"The Waste Land" is a complex and multi-layered poem that explores a range of themes and ideas. At its core, the poem is an exploration of the disillusionment, cultural decay, and spiritual crisis that were prevalent in Europe in the aftermath of World War I.

// ==UserScript==
// @name limestart bing
// @namespace http://tampermonkey.net/
// @version 0.1
// @description 奶奶的什么臭js,把必应搜索地址改回国际版
// @author You
// @match https://limestart.cn/
// @icon https://www.google.com/s2/favicons?sz=64&domain=limestart.cn
// @grant none
// ==/UserScript==
systemProp.http.proxyHost=127.0.0.1
systemProp.http.proxyPort=7890
systemProp.https.proxyHost=127.0.0.1
systemProp.https.proxyPort=7890
org.gradle.caching = true
@echo off
set nodejsmsi=https://npmmirror.com/mirrors/node/v16.18.1/node-v16.18.1-x64.msi
echo this script will install nodejs and some clis
echo please change the msi url before you use
echo do not run this if you have installed nodejs
echo if you are ready, enter any key to continue
pause>nul