Skip to content

Instantly share code, notes, and snippets.

@rodydavis
rodydavis / flutter_github_ci.yml
Last active August 13, 2025 17:02
Flutter Github Actions Build and Deploy Web to Firebase Hosting, iOS to Testflight, Android to Google Play (fastlane)
name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build_web:
@yxztj
yxztj / TaskConcurrencyManifesto.md
Last active August 31, 2025 12:07 — forked from lattner/TaskConcurrencyManifesto.md
Swift Concurrency Manifesto 中文翻译
@commonsguy
commonsguy / LICENSE
Last active July 22, 2024 13:10
deaar: Convert Android AAR Artifacts Into Library Projects
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,

page was renamed from 高校 GNU/Linux 上网解决方案

#acl EditorGroup:read,write,revert,delete,admin All:read,write

<>

= 广州高校Linux上网方案 (排名以拼音为索引) =

. 阻碍Linux在高校传播的原因之一,是在linux操作系统下,如果要接入校园网,没有一个便捷/统一的方案。这里收录的,是在广州各高校里,已被证明可行的Linux上网解决方案。如果你知道其他的方案,请补充,以作指南。

== 广东工业大学(东风东) ==

@mig
mig / init.el
Created January 18, 2011 21:00
Simple Emacs 24 configuration for Rails development
;; emacs configuration
(push "/usr/local/bin" exec-path)
(add-to-list 'load-path "~/.emacs.d")
(setq make-backup-files nil)
(setq auto-save-default nil)
(setq-default tab-width 2)
(setq-default indent-tabs-mode nil)
(setq inhibit-startup-message t)