Otis Junction, Oregon

Otis Junction is an unincorporated community in Lincoln County, Oregon, United States, at the junction of the former route of U.S. Route 101 and Oregon Route 18, a half mile south of Otis.[1][2][3] It is a mile and a half east of where OR 18 intersects with the modern route of U.S. 101.

Otis Junction is the site of the James Beard Award-winning Otis Café.[4][5] There has been a café at this location since the 1920s.[4] Pixieland, a former amusement park, was located a mile west of Otis Junction, near U.S. 101.

Sale of Otis

gollark: BEE, `MAP_SHARED` didn't help.
gollark: No, that could be done much more easily.
gollark: Ah, MAP_SHARED is needed.
gollark: I have good* reasons for this
gollark: ```scheme(load-shared-object "/usr/lib/libc.so.6")(define fork (foreign-procedure #f "fork" () unsigned))(define waitpid (foreign-procedure #f "waitpid" (unsigned uptr unsigned) unsigned))(define mmap (foreign-procedure #f "mmap" (uptr unsigned unsigned unsigned unsigned unsigned) uptr))(define shmem (mmap 0 1024 3 0 0 0))(define pid (fork))(display "PID=")(display pid)(newline)(define apiomemetics (lambda (x y) (if (null? x) 0 (if (= (length x) 99) 1 (car x)))))(define prisond (lambda (x y) (if (= x y) (if (= x 1) '(-2 -2) '(-1 -1)) (if (= x 1) '(0 -3) '(-3 0)))))(if (= pid 0) ( (begin (display "hi from child") (foreign-set! 'integer-32 shmem 0 3) (newline) (exit) ) (begin (display "parent apioform") (newline) (waitpid pid 0 0) (display "hi from parent") (newline) (display (foreign-ref 'integer-32 shmem 0)) (newline) )))```Help?

References

  1. "Otis Junction". Geographic Names Information System. United States Geological Survey. 1980-11-28. Retrieved 2009-12-20.
  2. "A 1940 Oregon Coast Tour: Tillamook to Taft". Oregon State Archives. Retrieved 2009-12-20.
  3. Associated Press (January 29, 1960). "Forest Funds Allocated for Road Jobs". The Register-Guard. Retrieved 2009-12-20.
  4. Shriver, Jerry (September 1, 2005). "Big taste resides in a little corner of Oregon". USA Today. Retrieved 2009-12-20.
  5. Miller, Bryan (May 19, 1989). "At the Nation's Table". The New York Times. Retrieved 2009-12-20.



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