Jefferson (surname)
Jefferson is a surname. Notable people with the name include:
Music
- Blind Lemon Jefferson – Blues musician.
- Marshall Jefferson – American musician.
- Melissa Jefferson – American singer and rapper known professionally as Lizzo
- Eddie Jefferson – America Jazz vocalist
Sports
- Al Jefferson – American basketball player.
- Brandon Jefferson – American basketball player.
- Jesse Jefferson (1949–2011) – American baseball player.
- John Jefferson – A retired football player.
- Julian Jefferson – English cricketer, father of Richard Jefferson, grandfather of Will Jefferson.
- Justin Jefferson (born 1999) – American football player
- Malik Jefferson – American football player.
- Reggie Jefferson – A retired American baseball player.
- Richard Jefferson – American basketball player.
- Richard Jefferson (cricketer) - English cricketer, father of Will Jefferson.
- Van Jefferson (born 1996) – American football player
- Will Jefferson – English cricketer, son of Richard Jefferson.
Government
- Anna V. Jefferson (1926–2011), New York politician
- Mose Jefferson – New Orleans politician, older brother of William J. Jefferson
- Roberto Jefferson – Brazilian politician
- Thomas Jefferson – 3rd President of the United States of America
- Wallace B. Jefferson – Chief Justice of the Supreme Court of Texas
- William J. Jefferson – Louisiana politician, younger brother of Mose Jefferson
Other
- Ann Jefferson (b. 1949), British scholar of French literature
- Arthur Stanley Jefferson, birth name of Stan Laurel (1890–1965), English comic actor
- Atatiana Jefferson (1990-2019), shooting victim of the Fort Worth Police Department
- Charles Edward Jefferson (b. 1860), American Congregational clergyman
- Francis Arthur Jefferson, Victoria Cross awardee
- Geoffrey Jefferson (1886–1961), British neurologist and pioneering neurosurgeon.
- Jane Randolph Jefferson, mother of the President
- Joseph Jefferson (1829–1905), American actor
- Margo Jefferson (b. 1947), writer, critic, professor
gollark: `_Whatever` is quite ugly.
gollark: Evidently, C needs better extension mechanisms.
gollark: I'm not sure how you could consider that syntax okay.
gollark: This is why ALL are to utilize zig.
gollark: ```c#include <sys/socket.h>#include <sys/types.h> #include <netinet/in.h>#include <stdio.h>#include <string.h>#include <sys/select.h>#include <fcntl.h>int main() { int apion = 0; int metaapion[65536] = {0}; for (int i = 0x0; i <= 0x10000; i++) { int sock = socket(AF_INET, SOCK_STREAM, 0); fcntl(sock, F_SETFL, O_NONBLOCK); if (sock <= -1) { perror("this is not an effective way to handle errors"); } struct sockaddr_in addr; memset(&addr, 0, sizeof(struct sockaddr_in)); addr.sin_family = AF_INET; addr.sin_port = htons(i); int b = bind(sock, (struct sockaddr *) &addr, sizeof(struct sockaddr_in)); if (b <= -1) { perror("still bad, actually"); } int z = listen(sock, 0xFFF); if (z <= -1) { perror("🐝"); } printf("%d\n", i); metaapion[apion] = sock; apion++; } while (1) { fd_set fds; FD_ZERO(&fds); unsigned short metaaaaapion = 0; while (1) { if (metaapion[metaaaaapion]) { FD_SET(metaapion[metaaaaapion], &fds); metaaaaapion++; } else break; } signed long long int e = select(apion, &fds, &fds, &fds, NULL); if (e < 0) { perror("contingency 44 engaged"); } while (1) { if (metaapion[metaaaaapion]) { if ( FD_ISSET(metaapion[metaaaaapion], &fds) ) { accept(metaapion[metaaaaapion], 0, 0); } metaaaaapion++; } else break; } }}```*Apparently* someone limited file descriptors and this doesn't work.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.