<?xml version="1.0" encoding="UTF-8"?>

<rdf:RDF
  xmlns:dc="http://purl.org/dc/elements/1.1/"

  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xml:lang="ja">
 <channel rdf:about="https://bitarrow.eplang.jp/?RecentChanges">
  <title>オンラインプログラミング環境　ビットアロー（Bit Arrow）</title>
  <link>https://bitarrow.eplang.jp/?RecentChanges</link>
  <description>RSSの説明</description>
  <items>
   <rdf:Seq>
    <rdf:li rdf:resource="https://bitarrow.eplang.jp/?change2603" />
    <rdf:li rdf:resource="https://bitarrow.eplang.jp/?dolittle_use" />
    <rdf:li rdf:resource="https://bitarrow.eplang.jp/?HTML%E3%82%92%E6%9B%B8%E3%81%8F" />
    <rdf:li rdf:resource="https://bitarrow.eplang.jp/?FrontPage" />
    <rdf:li rdf:resource="https://bitarrow.eplang.jp/?c_use" />
    <rdf:li rdf:resource="https://bitarrow.eplang.jp/?preparation" />
    <rdf:li rdf:resource="https://bitarrow.eplang.jp/?stop" />
    <rdf:li rdf:resource="https://bitarrow.eplang.jp/?%E5%91%BD%E4%BB%A4%E4%B8%80%E8%A6%A7" />
    <rdf:li rdf:resource="https://bitarrow.eplang.jp/?joho2_like" />
    <rdf:li rdf:resource="https://bitarrow.eplang.jp/?joho2_login" />
    <rdf:li rdf:resource="https://bitarrow.eplang.jp/?joho2_time" />
    <rdf:li rdf:resource="https://bitarrow.eplang.jp/?joho2" />
    <rdf:li rdf:resource="https://bitarrow.eplang.jp/?change2503" />
    <rdf:li rdf:resource="https://bitarrow.eplang.jp/?premium" />
    <rdf:li rdf:resource="https://bitarrow.eplang.jp/?2024%E5%B9%B4%E5%BA%A6%EF%BC%882024%E5%B9%B44%E6%9C%88%EF%BC%89%E4%BB%A5%E9%99%8D%E3%81%AEBitArrow%E3%81%AE%E9%81%8B%E7%94%A8%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6" />

   </rdf:Seq>
  </items>
 </channel>

<item rdf:about="https://bitarrow.eplang.jp/?change2603">
 <title>change2603</title>
 <link>https://bitarrow.eplang.jp/?change2603</link>
 <description><![CDATA[2026年3月バージョンでの変更点  
Pythonに機能追加・修正をしました。
フォーマット文字列 f&quot;   &quot;が使えるようになりました。
ドリトルに機能追加・修正をしました。
タートルの跳ね返り処理に対応しました。
タートルを線より手前に表示するよう修正しました。...]]></description>
 <dc:date>2026-03-29T15:30:12+09:00</dc:date>
 <dc:identifier>https://bitarrow.eplang.jp/?change2603</dc:identifier>

</item>
<item rdf:about="https://bitarrow.eplang.jp/?dolittle_use">
 <title>dolittle_use</title>
 <link>https://bitarrow.eplang.jp/?dolittle_use</link>
 <description><![CDATA[ドリトルを使う(使用方法)  
Bit Arrowでドリトルのプログラムを学習できます。

起動方法  
（共通の説明もあわせてご覧ください）

1.Bit Arrowを開く  
「Bit Arrowを起動！」をクリックすると、Bit Arrowのウィンドウが開きます。

2.初めてログインする  
Bit Arrowを...]]></description>
 <dc:date>2025-09-23T17:52:31+09:00</dc:date>
 <dc:identifier>https://bitarrow.eplang.jp/?dolittle_use</dc:identifier>

</item>
<item rdf:about="https://bitarrow.eplang.jp/?HTML%E3%82%92%E6%9B%B8%E3%81%8F">
 <title>HTMLを書く</title>
 <link>https://bitarrow.eplang.jp/?HTML%E3%82%92%E6%9B%B8%E3%81%8F</link>
 <description><![CDATA[HTMLを書く  
JavaScriptを書く
ゲームを作る
命令一覧

1 ファイルを作る  
まず初めに、HTMLを記述するためのファイルを作成します。
①ファイル→②新規と順に選択します。

すると、入力欄が出てくるので、先頭文字を大文字にしてファイル名を入力します。ここでは、Js01...]]></description>
 <dc:date>2025-09-23T17:52:03+09:00</dc:date>
 <dc:identifier>https://bitarrow.eplang.jp/?HTML%E3%82%92%E6%9B%B8%E3%81%8F</dc:identifier>

</item>
<item rdf:about="https://bitarrow.eplang.jp/?FrontPage">
 <title>FrontPage</title>
 <link>https://bitarrow.eplang.jp/?FrontPage</link>
 <description><![CDATA[重要なお知らせ  
(2025/03/25)  2025年3月31日をもって、2024年3月まで使用していた旧サーバのBitArrowを停止します。
(2025/03/10) BitArrowを2025年3月バージョンに更新しました。

新着情報  
2025/02/20 情報システムを作ってみようを公開しました．
2024/02/24 ラズ...]]></description>
 <dc:date>2025-08-30T15:13:06+09:00</dc:date>
 <dc:identifier>https://bitarrow.eplang.jp/?FrontPage</dc:identifier>

</item>
<item rdf:about="https://bitarrow.eplang.jp/?c_use">
 <title>c_use</title>
 <link>https://bitarrow.eplang.jp/?c_use</link>
 <description><![CDATA[簡易Cを使う(使用方法)  
Bit ArrowでC言語の基礎的なプログラムを学習できます。
C言語で標準的に使える命令の他に，グラフィクスやアニメーションを簡単に作成できるグラフィックスライブラリがあります。
簡易Cグラフィックスライブラリで使える命令一覧

2018年8月時点...]]></description>
 <dc:date>2025-07-30T14:17:33+09:00</dc:date>
 <dc:identifier>https://bitarrow.eplang.jp/?c_use</dc:identifier>

</item>
<item rdf:about="https://bitarrow.eplang.jp/?preparation">
 <title>preparation</title>
 <link>https://bitarrow.eplang.jp/?preparation</link>
 <description><![CDATA[使用までの準備  
このページではBit Arrowを授業で使用するまでの準備について説明します。

1.教員用アカウントを登録する  
Bit Arrowを使用し授業を行うには、はじめに教員用のアカウントを登録します。登録はこちらで行いますので、教員登録フォームから必要な情報を...]]></description>
 <dc:date>2025-07-22T18:39:18+09:00</dc:date>
 <dc:identifier>https://bitarrow.eplang.jp/?preparation</dc:identifier>

</item>
<item rdf:about="https://bitarrow.eplang.jp/?stop">
 <title>stop</title>
 <link>https://bitarrow.eplang.jp/?stop</link>
 <description><![CDATA[旧サーバ上のBitArrow停止について  
1年前の2024年3月まで使用していた旧サーバで動作しているBitArrowは、2025年3月31日をもって停止します。旧サーバに保存されたデータにアクセスできなくなりますので、必要な方は各自でプログラム等の保存をお願いいたします。
旧サー...]]></description>
 <dc:date>2025-03-25T21:25:26+09:00</dc:date>
 <dc:identifier>https://bitarrow.eplang.jp/?stop</dc:identifier>

</item>
<item rdf:about="https://bitarrow.eplang.jp/?%E5%91%BD%E4%BB%A4%E4%B8%80%E8%A6%A7">
 <title>命令一覧</title>
 <link>https://bitarrow.eplang.jp/?%E5%91%BD%E4%BB%A4%E4%B8%80%E8%A6%A7</link>
 <description><![CDATA[教育用JavaScript 命令一覧  
JavaScriptを使う
HTMLを書く
JavaScriptを書く
ゲームを作る
HTML要素の操作
addText：文字を追加する
setText：文字を表示する
getText：文字を取得する
getNumber：数値を取得する
changeImage：画像を変える
move：要素を動かす
rotate：...]]></description>
 <dc:date>2025-03-22T12:15:23+09:00</dc:date>
 <dc:identifier>https://bitarrow.eplang.jp/?%E5%91%BD%E4%BB%A4%E4%B8%80%E8%A6%A7</dc:identifier>

</item>
<item rdf:about="https://bitarrow.eplang.jp/?joho2_like">
 <title>joho2_like</title>
 <link>https://bitarrow.eplang.jp/?joho2_like</link>
 <description><![CDATA[情報システムを作ってみよう
改造のヒント：「いいね」を作る．  
サーバ側のadd_chat2, read_chat2，クライアント側 Main2を改造して，書き込みに対して「いいね」ができるようにしてみましょう．

データファイルの仕様  
user/like.txt に，「いいね」された書き込みを...]]></description>
 <dc:date>2025-03-21T12:35:17+09:00</dc:date>
 <dc:identifier>https://bitarrow.eplang.jp/?joho2_like</dc:identifier>

</item>
<item rdf:about="https://bitarrow.eplang.jp/?joho2_login">
 <title>joho2_login</title>
 <link>https://bitarrow.eplang.jp/?joho2_login</link>
 <description><![CDATA[情報システムを作ってみよう
改造のヒント：ユーザを認証する  
サーバ側のadd_chat2, read_chat2，クライアント側の Main2を改造して，ログインしてから書き込みを行うようにしてみましょう．

データファイルの仕様  
user/userlist.txt に，ユーザ名とパスワードを記録...]]></description>
 <dc:date>2025-03-21T12:31:05+09:00</dc:date>
 <dc:identifier>https://bitarrow.eplang.jp/?joho2_login</dc:identifier>

</item>
<item rdf:about="https://bitarrow.eplang.jp/?joho2_time">
 <title>joho2_time</title>
 <link>https://bitarrow.eplang.jp/?joho2_time</link>
 <description><![CDATA[情報システムを作ってみよう
改造のヒント：書き込み時刻を追加する  
サーバ側のadd_chat2, read_chat2，クライアント側 Main2を改造して，書き込まれた時刻をデータとして記録し，チャットシステムで表示するようにしてみましょう．

データファイルの仕様  
時刻を格納...]]></description>
 <dc:date>2025-03-21T10:48:49+09:00</dc:date>
 <dc:identifier>https://bitarrow.eplang.jp/?joho2_time</dc:identifier>

</item>
<item rdf:about="https://bitarrow.eplang.jp/?joho2">
 <title>joho2</title>
 <link>https://bitarrow.eplang.jp/?joho2</link>
 <description><![CDATA[情報システムを作ってみよう  

スライド  
ダウンロード

プログラム一覧  
server/add_chat(Python)
line=input()
f=open(&quot;user/chat.txt&quot;,&quot;a&quot;)
f.write(line+&quot;\n&quot;)
f.close()
print(&quot;Write end&quot;)
server/read_chat(Python)
f=o...]]></description>
 <dc:date>2025-03-21T10:47:48+09:00</dc:date>
 <dc:identifier>https://bitarrow.eplang.jp/?joho2</dc:identifier>

</item>
<item rdf:about="https://bitarrow.eplang.jp/?change2503">
 <title>change2503</title>
 <link>https://bitarrow.eplang.jp/?change2503</link>
 <description><![CDATA[2025年3月バージョンでの変更点  
Pythonに機能追加・修正をしました。
「サーバ実行」でしか実行できないプログラムに対して「ブラウザで実行」を選択した場合、自動的にサーバで実行するようにしました。
「ブラウザで実行」で動作するPythonに、関数とメソッドを追加し...]]></description>
 <dc:date>2025-03-11T10:11:25+09:00</dc:date>
 <dc:identifier>https://bitarrow.eplang.jp/?change2503</dc:identifier>

</item>
<item rdf:about="https://bitarrow.eplang.jp/?premium">
 <title>premium</title>
 <link>https://bitarrow.eplang.jp/?premium</link>
 <description><![CDATA[専有仮想サーバモード（仮）  
(名前候補：Dockerモード、プレミアムモード）

できること  
フル規格のPython処理系をインタラクティブに実行
Java PHP など利用可能な言語が増える
学生ユーザ１人１人にUnixユーザ付与（他ユーザ間のファイルアクセスが制限される）
教員...]]></description>
 <dc:date>2025-02-05T15:59:23+09:00</dc:date>
 <dc:identifier>https://bitarrow.eplang.jp/?premium</dc:identifier>

</item>
<item rdf:about="https://bitarrow.eplang.jp/?2024%E5%B9%B4%E5%BA%A6%EF%BC%882024%E5%B9%B44%E6%9C%88%EF%BC%89%E4%BB%A5%E9%99%8D%E3%81%AEBitArrow%E3%81%AE%E9%81%8B%E7%94%A8%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6">
 <title>2024年度（2024年4月）以降のBitArrowの運用について</title>
 <link>https://bitarrow.eplang.jp/?2024%E5%B9%B4%E5%BA%A6%EF%BC%882024%E5%B9%B44%E6%9C%88%EF%BC%89%E4%BB%A5%E9%99%8D%E3%81%AEBitArrow%E3%81%AE%E9%81%8B%E7%94%A8%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6</link>
 <description><![CDATA[2024年度以降のBitArrowの運用について  
2024年4月に新しいサーバに移転しました．
新しいサーバのBitArrowへは，クラスの情報は引き継がれません
2024年度（2024年4月以降）の授業で使用するクラスについては，新しいサーバにてクラスを作成をお願いいたします。
2024年2...]]></description>
 <dc:date>2024-10-07T14:56:26+09:00</dc:date>
 <dc:identifier>https://bitarrow.eplang.jp/?2024%E5%B9%B4%E5%BA%A6%EF%BC%882024%E5%B9%B44%E6%9C%88%EF%BC%89%E4%BB%A5%E9%99%8D%E3%81%AEBitArrow%E3%81%AE%E9%81%8B%E7%94%A8%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6</dc:identifier>

</item>

</rdf:RDF>