Brondesbury F.C.

Brondesbury F.C. was an English association football club based in Brondesbury, London.

Brondesbury
Full nameBrondesbury Football Club

History

The club competed in the FA Cup on two occasions during the 1870s.[1]

Records

  • Best FA Cup performance: 1st Round – 1873/74 & 1874/75
gollark: Make your own Linux from Scratch from scratch.
gollark: Idea: LFS from scratch.
gollark: A great thing about this is that `free` is idempotent, so double free errors cannot actually occur.
gollark: This was before floating pointers, sadly.
gollark: ```c#include <stdint.h>#include <stddef.h>static uintptr_t MEMPOS = 1;void* malloc(size_t size) { uintptr_t bees = MEMPOS; MEMPOS += size; return (void*)bees;}void free(void* ptr) { *(char**)ptr = "hello please do not use this address";}```

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.