renay 翻訳実績

本人確認未認証
10年以上前 男性
Toronto
日本語 (ネイティブ) 英語
このユーザーにより翻訳された公開依頼の一覧です。この一覧には、完了されていない依頼は含まれません。
renay 日本語 → 英語
原文

小学3年生の時、何度でも作り直せるプログラミングの世界に出会い、開発言語をBASIC、アセンブラ、C言語と変えながらソフト作りに熱中する。福井高専に在学中、研究会やアルバイトでソフト開発に携わり、自分が開発したものを人に使ってもらう喜びを知る。卒業後、フリープログラマーをしながら起業を考える。2つの会社の創業を経て、現在の株式会社jig.jpを設立。当時モバイルサイトしか見られなかった携帯電話向けに、パソコン用サイトを閲覧可能とする世界初のダウンロード型のフルブラウザを開発。

翻訳

when I was in the third grade in elementary school, I met the world of programming which can create and fix everything. Since then, I have been into software developments going through various programming languages such as BASIC, assembly languages, and C. At the Fukui National College of Technology (FNCT), I created some softwares as a part-time job and realizes how pleasurable it is to have my own software used by others. After the graduation of the FNCT, I start planning about my own business while I work as a programmer. Through the foundation of two companies, I established a corporation. "jig.jp." For mobile phones that could only display the web sites for mobile phones at the time, I invented the first downloadable full browser that can allow mobile phones to display web sites for PC in the world.

renay 英語 → 日本語
原文

We currently limit the number of requests which can be in a batch to 50, but each call within the batch is counted separately for the purposes of calculating API call limits and resource limits. For example, a batch of 10 API calls will count as 10 calls and each call within the batch contributes to CPU resource limits in the same manner.

***
As the below diagram shows, there are 3 types of throttling for graph api calls. Each api call will go through these different levels of throttling during its life time. When an api call passes the top level throttling, it is subject to be throttled at the second level and so on.

翻訳

只今50人以上の団体様のリクエストを制限しておりますが、APIコール制限やソース制限の関係で、団体内からのそれぞれのコールは別々にカウントさせてもらっております。例えば、団体内での10回のコールを行った場合、それは10回としてカウントされ、CPUリソース制限にも同じように10回がカウントされます。

***
下の図が示すように、グラフAPIコールに対して3タイプの絞りが行われています。それぞれのAPIコールは別々の3つのレベルの絞り段階を通過していくわけです。APIコールが一番上のレベルの絞りを通過すると、2番目のレベルに到達してまた絞りの対象になる、といった具合です。