全部 新建

user:thomas 由用户创建的 Gists

title:mygist 包含指定标题的 Gists

filename:myfile.txt 包含指定文件名的 Gists

extension:yml 包含指定扩展名的 Gists

language:go 包含指定编程语言的 Gists

topic:homelab 具有给定主题的 Gists

注册

登录


全部 新建 注册 登录

所有 Gists

最近 创建
最早 创建
最近 更新
最早 更新
rootiest's Avatar

rootiest / pin-calf.sh

0 喜欢
0 派生
1 文件
最后活跃于 1 month ago
1 #!/usr/bin/env bash
2 # pin-calf-0.90.8-4.sh
3 # Downgrade calf to 0.90.8-4 and pin it. Use --unpin to remove the pin.
4
5 set -euo pipefail
6
7 PKG="calf"
8 PKGVER="0.90.8-4"
9 PKGFILE="${PKG}-${PKGVER}-x86_64.pkg.tar.zst"
10 URL="https://archive.archlinux.org/packages/c/${PKG}/${PKGFILE}"
rootiest's Avatar

rootiest / hello-world.cpp

0 喜欢
0 派生
1 文件
最后活跃于 2 months ago
1 #include <iostream>
2 #include <string>
3 using namespace std;
4
5 int main() {
6 string name;
7 cout << "\nWhat is your name (first and last)? ";
8 getline(cin, name);
9 cout << "\nHello, " << name << endl;
10 return 0;
rootiest's Avatar

rootiest / hello.cpp

0 喜欢
0 派生
1 文件
最后活跃于 2 months ago
1 #include <iostream>
2 #include <string>
3 using namespace std;
4
5 int main() {
6 string name;
7 cout << "\nWhat is your name (first and last)? ";
8 getline(cin, name);
9 cout << "\nHello, " << name << endl;
10 return 0;
上一页 下一页

由 Opengist 强力驱动 ⋅ Load: 33ms⋅

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