Long

Long is a term applied to an object that is of the same basic form as some standard object, but longer. The term long typically denotes a pattern (usually the second-smallest) in a family of patterns which are simple linear extensions of a base pattern. Prototypical examples include long snake, long canoe, long boat and long ship.

Not all families of arbitrarily extensible patterns use the term long; some families such as the barber pole family and lightweight spaceship family have alternate terms for extended patterns.

Examples

́
A boat.
A long3 boat.

Specific names

A very^12 long ship
TermPattern in family
long1, long2nd-smallest
long2, long long, very long3rd-smallest
long3, very very long, extra long4th-smallest
long4, very3 long, extra extra long, remarkably long[1]5th-smallest
long5, very4 long, terribly long[1]6th-smallest
long6, very5 long, absurdly long[1]7th-smallest
long7, very6 long, stupidly long[2]8th-smallest
long8, very7 long, ridiculously long[3]9th-smallest
long9, very8 long, ludicrously long[1]10th-smallest
......
longn, veryn-1 long, extran-2 long(n+1)th-smallest
......
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.
gollark: Actually, \🐝.
gollark: "Done".

References

  1. "Re: Soup search results". ConwayLife.com forums (June 15, 2016). Retrieved on June 16, 2016.
  2. Billabob (August 18, 2015). "Re: Soup search results". Retrieved on October 22, 2015.
  3. Dave Greene (October 22, 2015). "Re: apgsearch v2.2". Retrieved on October 22, 2015.
This article is issued from Conwaylife. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.