All New

user:thomas gists created by user

title:mygist gists with given title

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

Register

Login

All New Register Login

All gists

Recently created
Least recently created
Recently updated
Least recently updated
zyppe's Avatar

zyppe / config.guess

0 likes
0 forks
1 files
Last active 1 year ago
1 #! /bin/sh
2 # Attempt to guess a canonical system name.
3 # Copyright 1992-2024 Free Software Foundation, Inc.
4
5 # shellcheck disable=SC2006,SC2268 # see below for rationale
6
7 timestamp='2024-07-27'
8
9 # This file is free software; you can redistribute it and/or modify it
10 # under the terms of the GNU General Public License as published by
zyppe's Avatar

zyppe / .asciidoctorconfig

0 likes
0 forks
1 files
Last active 1 year ago
1 ++++
2 <style>
3 body {
4 font-family: "更纱黑体 SC"
5 }
6 code {
7 font-family: "等距更纱黑体 SC"
8 }
9 </style>
10 ++++
zyppe's Avatar

zyppe / alacritty.toml

0 likes
0 forks
2 files
Last active 1 year ago
1 [terminal]
2 shell = "C:/Program Files/PowerShell/7/pwsh.exe"
3
4 [general]
5 import = ["%APPDATA%/alacritty/themes/flexoki.toml"]
6
7 [font]
8 normal.family = "等距更纱黑体 SC"
9 size = 14
zyppe's Avatar

zyppe / settings.json

0 likes
0 forks
1 files
Last active 2 years ago
1 {
2 "perlnavigator.includePaths": [
3 "$workspaceFolder"
4 ]
5 }
zyppe's Avatar

zyppe / config.json

0 likes
0 forks
1 files
Last active 9 months ago
二级过滤配置
1 {
2 "dns": {
3 "hosts": {
4 "domain:googleapis.cn": "googleapis.com"
5 },
6 "servers": [
7 "8.8.8.8",
8 {
9 "address": "114.114.114.114",
10 "domains": [
zyppe's Avatar

zyppe / init.gradle

0 likes
0 forks
1 files
Last active 6 months ago
Aliyun版
1 // Modify from https://doc.nju.edu.cn/books/e1654/page/maven
2
3 allprojects {
4 buildscript {
5 repositories {
6 def ALIYUN_PUBLIC_URL = 'https://maven.aliyun.com/repository/public/'
7 def ALIYUN_PLUGIN_URL = 'https://maven.aliyun.com/repository/gradle-plugin/'
8 all { ArtifactRepository repo ->
9 if (repo instanceof MavenArtifactRepository) {
10 def url = repo.url.toString()
zyppe's Avatar

zyppe / wezterm.lua

0 likes
0 forks
1 files
Last active 2 years ago
1 local wt = require("wezterm");
2 local TabBackground = "#000"
3 local TabForeground = "#aaa"
4 local TabForegroundActive = "#fff"
5 function string.split(str, sep)
6 local t = {}
7 for s in string.gmatch(str, "([^" .. sep .. "]+)") do
8 table.insert(t, s)
9 end
10 return t
zyppe's Avatar

zyppe / compile_flags.txt

0 likes
0 forks
1 files
Last active 2 years ago
1 -target
2 x86_64-pc-windows-gnu
3 -isystem
4 I:\msys64\usr\include
5 -isystem
6 I:\msys64\mingw64\include
7 -isystem
8 I:\msys64\mingw64\include\c++\13.2.0
9 -isystem
10 I:\msys64\mingw64\lib\gcc\x86_64-w64-mingw32\13.2.0\include
zyppe's Avatar

zyppe / CheckUpdate.pl

0 likes
0 forks
1 files
Last active 2 years ago
1 #!/usr/bin/perl
2 use strict;
3 use warnings;
4 use v5.10;
5
6 use REST::Client;
7 use Perl::Version;
8 use File::Which;
9 use JSON::MaybeXS;
zyppe's Avatar

zyppe / aria2.sh

0 likes
0 forks
1 files
Last active 2 years ago
1 #!/bin/sh
2 /usr/bin/aria2c --enable-rpc --rpc-listen-all --conf-path=/etc/aria2/aria2.conf
Newer Older

Powered by Opengist ⋅ Load: 248ms⋅

English
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文