Skip to content

Instantly share code, notes, and snippets.

View NickBarnes's full-sized avatar

Nick Barnes NickBarnes

  • Cambridge, UK
  • 03:55 (UTC +01:00)
View GitHub Profile
@NickBarnes
NickBarnes / keybase.md
Created November 28, 2024 11:19
Keybase proof.

Keybase proof

I hereby claim:

  • I am nickbarnes on github.
  • I am nbravenbrook (https://keybase.io/nbravenbrook) on keybase.
  • I have a public key ASBFvRaJ-5vPwdH73CgeYhn_98f3IY50bKdTlN7gg6QqTgo

To claim this, I am signing this object:

@NickBarnes
NickBarnes / initial-swift-build
Created December 7, 2015 18:03
Shell transcript from an initial clone, build, and test of swift, on 2015-12-07.
bash-3.2$ git clone [email protected]:apple/swift.git swift
git clone [email protected]:apple/swift.git swift
Cloning into 'swift'...
remote: Counting objects: 293122, done.
remote: Total 293122 (delta 0), reused 0 (delta 0), pack-reused 293122
Receiving objects: 100% (293122/293122), 57.04 MiB | 2.85 MiB/s, done.
Resolving deltas: 100% (239513/239513), done.
Checking connectivity... done.
bash-3.2$ git clone [email protected]:apple/swift-llvm.git llvm
Cloning into 'llvm'...