Oritateguchi Station
Oritateguchi Station (下立口駅, Oritateguchi-eki) is a railway station in the city of Kurobe, Toyama, Japan, operated by the private railway operator Toyama Chihō Railway.
Oritateguchi Station 下立口駅 | |
---|---|
![]() Oritateguchi Station in November 2010 | |
Location | 2654 Oritatate, Unatsuki-machi, Kurobe-shi, Toyama-ken 938-0861 Japan |
Coordinates | 36.8595°N 137.5330°E |
Operated by | ![]() |
Line(s) | ■ Toyama Chihō Railway Main Line |
Distance | 45.6 from Dentetsu-Toyama |
Platforms | 1 side platform |
Tracks | 1 |
Other information | |
Status | Unstaffed |
Website | Official website |
History | |
Opened | 5 November 1922 |
Traffic | |
Passengers (FY2015) | 52 daily |
Location | |
![]() ![]() Oritateguchi Station Location within Japan |
Lines
Oritateguchi Station is served by the Toyama Chihō Railway Main Line, and is 45.6 kilometers from the starting point of the line at Dentetsu-Toyama.
Station layout
The station has one ground-level side platform serving a single bi-directional track. The station is unattended.
History
Oritateguchi Station was opened on 5 November 1922.
Adjacent stations
« | Service | » | ||
---|---|---|---|---|
Toyama Chihō Railway Main Line | ||||
Limited Express: Does not stop at this station | ||||
Urayama | Rapid Express | Oritate | ||
Urayama | Express | Oritate | ||
Urayama | Local | Oritate |
gollark: * rightctrl+w
gollark: There's also sandboxing of user code, so people can hit ctrl+w easily to wipe everything.
gollark: Well, yes, but it blocks BlahOS.
gollark: ```lua-- Ensure code does not contain evil/unsafe things, such as known browsers, bad OSes or Siri. For further information on what to do if Siri is detected please consult https://pastebin.com/RM13UGFa line 2 and/or the documentation for PS#ABB85797 in this file.function potatOS.check_safe(code) local lcode = strip_comments(string.lower(code)) for category, list in pairs(banned) do for _, thing in pairs(list) do if string.find(lcode, '[^"]' .. string.lower(thing)) then --local ok, err = pcall(potatOS.make_paste, ("potatOS_code_sample_%x"):format(0, 2^24), code) --local sample = "[error]" --if ok then sample = "https://pastebin.com/" .. err end local text = string.format([[This program contains "%s" and will not be run.Classified as: %s.%sIf you believe this to be in error, please contact the potatOS developers.This incident has been reported.]], thing, category, category_descriptions[category]) potatOS.report_incident(string.format("use of banned program classified %s (contains %s).", category, thing), {"safety_checker"}, { code = code, extra_meta = { program_category = category, program_contains = thing, program_category_description = category_descriptions[category] } }) return false, function() printError(text) end end end end return trueend```
gollark: There's a bit of code in `load` which checks user code for stuff which looks like known virii/bad OSes.
See also
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.