メインページ | panda大学習帳 | 第三倉庫(仮) | 用語集📒 | 本サイトについて | プライバシーポリシー
List of Gists for pandanote.info.
前置き
「panda大学習帳」にはGistにアップロードされているコード例またはコード例のようなものが多数掲載されていますが、そろそろ過去にどのようなコード例またはコード例のようなものをアップロードしたのかの記憶が曖昧になってきているので、GitHub APIを使ってそれらについての情報を取得して、そのリストを作成することにしました。
スポンサーリンク
List of gists
時刻はすべてGMT(JSTから9時間遅れ)で表示しています。
なおファイル名が長い場合には、適当なところで改行しています。
pandanote-copyright.js
- Created at: 2023-01-12T14:39:07Z
- Updated at: 2023-09-04T07:33:29Z
- Descrption: Copyright表示の年号部分をアクセスした年に応じて調整してくれるだけのWeb Components
- Link to Gist
constructor_override.py
- Created at: 2022-12-23T13:07:26Z
- Descrption: classmethodデコレータを使ったコンストラクタのオーバーライドの例
- Link to Gist
- Referenced from:
drop_file_with_blob_
and_promise.js
- Created at: 2022-11-05T01:31:07Z
- Updated at: 2022-11-05T04:03:38Z
- Descrption: ファイルをWebブラウザにドラッグ&ドロップするためのVue.js用のメソッド(Blob及びPromise使用)
- Link to Gist
- Referenced from:
dropfile_with_filereader.js
- Created at: 2022-11-05T00:48:44Z
- Updated at: 2022-11-05T04:03:22Z
- Descrption: ファイルをWebブラウザにドラッグ&ドロップするためのVue.js用のメソッド(FileReader使用)
- Link to Gist
- Referenced from:
datetime_in_isoformat_part2.py
- Created at: 2022-08-28T11:40:56Z
- Updated at: 2022-08-28T11:41:27Z
- Descrption: 現在のローカル時刻をISO8601フォーマットで表示するためのPython3のプログラム(その2)。
- Link to Gist
datetime_in_isoformat_part1.py
- Created at: 2022-08-28T11:39:11Z
- Descrption: 現在のローカル時刻をISO8601フォーマットで表示するためのPython3のプログラム(その1)。
- Link to Gist
yarpp-template-pandanote-sample.css
- Created at: 2022-05-31T11:44:02Z
- Descrption: 関連記事へのリンクのリストにAdSenseのインフィード広告を紛れ込ませるためのコードのためのCSSの設定。
- Link to Gist
- Referenced from:
yarpp-template-pandanote-sample.php
- Created at: 2022-05-31T11:32:44Z
- Updated at: 2022-05-31T11:41:15Z
- Descrption: YARPPプラグインによる関連記事へのリンクのリストにAdSenseのインフィード広告を紛れ込ませるためのコード。
- Link to Gist
- Referenced from:
regexp_test.vba
- Created at: 2022-05-27T01:37:03Z
- Descrption: 正規表現を用いて文字列の置換を行うためのVBAのプログラム例
- Link to Gist
mongodb_var_lib_nfs_
fs.te
- Created at: 2022-04-02T11:48:19Z
- Descrption: MongoDB用のType Enforcementファイルの作成例(var_lib_nfs_t用)。
- Link to Gist
- Referenced from:
mongodb_sysctl_fs.te
- Created at: 2022-04-02T11:40:18Z
- Descrption: MongoDB用のType Enforcementファイルの作成例(sysctl_fs_t用)。
- Link to Gist
- Referenced from:
uploadToIpfs.js
- Created at: 2022-03-25T08:18:14Z
- Descrption: POSTメソッドで受け取ったbodyからバイナリデータを取り出し、IPFSノードにアップロードするNode.jsのプログラムのプログラム片。
- Link to Gist
- Referenced from:
openvpn_start.sh
- Created at: 2022-01-13T13:56:04Z
- Updated at: 2022-01-13T13:56:05Z
- Descrption: ASUSのTUF-AX5400のシェルプロンプトからOpenVPNを起動するためのシェルスクリプト。
- Link to Gist
- Referenced from:
tfidf.py.sample
- Created at: 2022-01-07T07:47:54Z
- Descrption: TF-IDFの計算用のサンプルコード片
- Link to Gist
- Referenced from:
freq2matrix.py.example
- Created at: 2022-01-07T07:45:19Z
- Descrption: 転置インデックスもどきのデータをベクトル化するためのPython3のプログラム片。
- Link to Gist
- Referenced from:
startipfs.sh
- Created at: 2021-12-04T11:45:20Z
- Updated at: 2021-12-06T12:39:05Z
- Descrption: IPFS daemonの起動・終了を実行するためのshell script。
- Link to Gist
ipfs.service
- Created at: 2021-12-04T11:42:51Z
- Updated at: 2022-05-04T13:10:07Z
- Descrption: IPFSのdaemonの起動用のサービスユニットファイルのコード例。
- Link to Gist
- Referenced from:
adjust_config_sample.sh
- Created at: 2021-11-09T11:51:30Z
- Updated at: 2023-04-30T08:30:42Z
- Descrption: Fedora+nginxのアップデートまたはアップグレードを行う際に、nginx用の設定ファイルのownerをnginxユーザに戻すためのシェルスクリプト。
- Link to Gist
- Referenced from:
Excel2SQLite3_Module.vba
- Created at: 2021-11-03T03:11:04Z
- Updated at: 2021-11-04T08:08:00Z
- Descrption: ExcelのシートからSQLite3のCREATE TABLE句が記述されたファイルを生成するためのExcelのアドインの標準モジュールに記述するコード。
- Link to Gist
- Referenced from:
Excel2SQLite3_Worksheet_BeforeRightClick.vba
- Created at: 2021-11-03T02:35:37Z
- Updated at: 2021-11-10T14:33:02Z
- Descrption: ExcelのシートからSQLite3のCREATE TABLE句が記述されたファイルを生成するためのExcelのアドインのThisWorkbookに記述するコード。
- Link to Gist
- Referenced from:
twitter-card.php
- Created at: 2021-09-19T11:16:21Z
- Updated at: 2021-09-19T11:25:50Z
- Descrption: カテゴリのページの表示時にも対応したTwitter Cardの設定用のプログラム。
- Referenced from:
CountElement.java
- Created at: 2021-05-22T14:45:52Z
- Updated at: 2022-07-28T15:16:34Z
- Descrption: 配列の配列の要素数の総和を求めるメソッドをJava8のラムダ式を使わない場合と使った場合の2通りの方法で書いたプログラム。
- Link to Gist
partial_torus_r0.py
- Created at: 2021-04-24T11:24:48Z
- Descrption: Blenderでトーラスを切断したような立体をモデリングするためのPython3のプログラム。
- Link to Gist
- Referenced from:
directproducttest2.json
- Created at: 2021-03-05T13:55:10Z
- Descrption: 直積集合を作成するための集合を定義したJSONファイルの例。
- Link to Gist
- Referenced from:
startgrowi.sh
- Created at: 2021-02-04T13:28:55Z
- Updated at: 2021-02-04T13:37:14Z
- Descrption: GROWIの起動・終了を実行するとともに、その際に稼働状況をリモートのMariaDBに作成したテーブルに書き込むためのshell script
- Link to Gist
- Referenced from:
growi.service
- Created at: 2021-02-04T13:15:54Z
- Descrption: GROWI起動用のサービスユニットファイルのコード例。
- Link to Gist
- Referenced from:
ServerStatus.pm
- Created at: 2021-01-27T02:31:00Z
- Updated at: 2021-01-27T10:20:39Z
- Descrption:
- Link to Gist
- Referenced from:
serverstatus.sql
- Created at: 2021-01-27T02:29:26Z
- Updated at: 2021-01-27T10:20:02Z
- Descrption: remoteのサーバの状態をpushするためのデータベース及びテーブルを作成するためのSQL文
- Link to Gist
- Referenced from:
dumpxlsxposandvalues.py
- Created at: 2021-01-23T07:41:14Z
- Descrption: Excelファイルからデータの記述されているセルを読み出して、その一覧を表示するためのPython3のプログラム。
- Link to Gist
- Referenced from:
freqreader.py
- Created at: 2020-11-30T02:59:31Z
- Updated at: 2020-12-09T23:19:34Z
- Descrption: matplotlibとProcessPoolExecutorを使用して動画用の画像を並列処理で作成するためのPython3のプログラム。
- Link to Gist
- Referenced from:
insert-timestamp-for-githubpages-for-markdown.el
- Created at: 2020-11-08T09:18:25Z
- Descrption: GitHub Pages用のmarkdownファイルに”update:”という行が現れたら、markdownファイルの保存時にそれらのうちの最初の行に最終更新日時を追加するためのEmacs Lispのプログラム。
- Link to Gist
- Referenced from:
markdown-insert-github-pages-template.el
- Created at: 2020-11-08T08:16:35Z
- Updated at: 2020-11-08T09:18:41Z
- Descrption: GitHub Pages用のmarkdownファイルを作成する際に必要な設定や記述などを集めたテンプレートを挿入するためのEmacs lispの関数。
- Link to Gist
- Referenced from:
pandanotelink.js
- Created at: 2020-11-04T23:49:48Z
- Descrption: HTML5のCustom Elementsを使用してリンク集を挿入するためのタグを定義するためのJavaScriptのコード。
- Link to Gist
- Referenced from:
pineleaf.php
- Created at: 2020-09-09T10:29:18Z
- Updated at: 2020-09-09T11:01:12Z
- Descrption: Leafletの地図上にデータベースから読み出した緯度・経度及びポップアップの文字列を使って、ポップアップを複数表示させるためのWordpress用のショートコード。
- Link to Gist
- Referenced from:
leaflet_markers.sql
- Created at: 2020-09-08T22:06:13Z
- Descrption: Leafletに挿すmarkerの情報を保持するためのテーブルをデータベースに作成するためのSQL文。
- Link to Gist
- Referenced from:
axios_vuejs_example.txt
- Created at: 2020-07-24T07:09:09Z
- Updated at: 2020-07-24T07:09:10Z
- Descrption: axiosを使ってデータを取得するためのVue.jsの記述例
- Link to Gist
- Referenced from:
mariadbfornodejs.txt
- Created at: 2020-07-24T07:02:45Z
- Descrption: Node.js用MariaDBへのSQL文の発行例のコード片。
- Link to Gist
- Referenced from:
staticfilefornodejs.txt
- Created at: 2020-07-24T06:58:38Z
- Descrption: Node.js用staticなHTMLファイルの送信用コード例
- Link to Gist
- Referenced from:
HelloWorld.js
- Created at: 2020-07-24T03:25:52Z
- Updated at: 2020-07-24T03:25:53Z
- Descrption: Node.js用Hello Worldなコード。
- Link to Gist
- Referenced from:
HelloWorld.js
- Created at: 2020-07-24T03:25:50Z
- Descrption: Node.js用Hello Worldなコード。
- Link to Gist
kuromoji-ipadic-neologd-20200521.patch
- Created at: 2020-06-20T13:28:09Z
- Descrption: kuromojiに最新のNEologdを組み込むためのパッチ(2/2)
- Link to Gist
- Referenced from:
kuromoji-pom-20200521.patch
- Created at: 2020-06-20T13:27:30Z
- Descrption: kuromojiに最新のNEologdを組み込むためのパッチ(1/2)
- Link to Gist
- Referenced from:
hackgennerdconfig.el
- Created at: 2020-06-03T13:03:02Z
- Updated at: 2020-06-03T13:03:03Z
- Descrption: HackGenNerdフォントをEmacsで使用するための設定例。
- Link to Gist
floor_function.py
- Created at: 2020-05-13T13:15:49Z
- Descrption: 第1引数に与えられた数xの最上位の桁以外の桁を0にした数を出力するPython3のプログラム。
- Link to Gist
- Referenced from:
floor_function.php
- Created at: 2020-05-13T12:51:58Z
- Updated at: 2020-05-13T12:51:59Z
- Descrption: 第1引数に与えられた数xの最上位の桁以外の桁を0にした数を出力するPHPのプログラム。
- Link to Gist
- Referenced from:
nbonacci.scala
- Created at: 2020-05-02T06:39:33Z
- Updated at: 2020-05-02T08:57:21Z
- Descrption: nbonacci sequence (n-bonacci数列)の初項から指定した数の項までを計算するためのScalaのコード例。
- Link to Gist
- Referenced from:
nbonacci.py
- Created at: 2020-04-26T07:53:05Z
- Updated at: 2020-05-02T08:15:59Z
- Descrption: nbonacci sequence (nボナッチ数列)の計算及び出力のためのPython3のコード例。
- Link to Gist
ScalaJHttpClientSample.scala
- Created at: 2020-04-04T14:15:51Z
- Updated at: 2020-04-27T12:27:25Z
- Descrption: GROWIのAPIの実行用のScalaのプログラム例のサンプル。URLとAPI Tokenはダミーの値を設定している。
- Link to Gist
- Referenced from:
getclassexample.php
- Created at: 2020-03-24T22:41:05Z
- Updated at: 2020-03-28T03:12:10Z
- Descrption: PHPのget_class関数の使用例。
- Link to Gist
getticker.py
- Created at: 2020-02-09T12:37:07Z
- Updated at: 2020-02-09T12:37:08Z
- Descrption: bitFlyer LightningのHTTP Public APIから直近の取引情報を取得し、データベースに書き込むPython3のプログラム。
- Link to Gist
- Referenced from:
crypto_currency_info_cache.sql
- Created at: 2020-02-09T12:32:30Z
- Updated at: 2020-02-09T12:35:39Z
- Descrption: bitFlyer LightningのHTTP Public APIから取得した取引情報をMariaDB上に格納するためのテーブル定義。
- Link to Gist
- Referenced from:
nginx_growi.conf.example
- Created at: 2020-01-14T22:26:57Z
- Updated at: 2022-02-18T01:14:17Z
- Descrption: nginxでHTTPS接続のリクエストを受け付けて、GROWIに転送するためのnginxの設定例。
- Link to Gist
- Referenced from:
startgrowi.sh
- Created at: 2020-01-12T00:50:10Z
- Descrption: GROWI起動用のスクリプト(Fedora 31用)。
- Link to Gist
- Referenced from:
env.prod.js
- Created at: 2020-01-12T00:47:03Z
- Updated at: 2021-03-26T14:05:49Z
- Descrption: リソースが少ないサーバのためのenv.prod.jsの設定例(Fedora 31用)。
- Link to Gist
- Referenced from:
growi.service
- Created at: 2020-01-12T00:37:56Z
- Descrption: GROWIを起動するためのサービスのユニット定義ファイル(Fedora 31用)。
- Link to Gist
- Referenced from:
growi
- Created at: 2020-01-12T00:33:52Z
- Updated at: 2021-03-26T14:08:42Z
- Descrption: GROWIの設定用ファイル(Fedora 31用)。/etc/sysconfigの下に置いて使用する。
- Link to Gist
- Referenced from:
mongodb-org.repo
- Created at: 2020-01-11T13:57:14Z
- Descrption: MongoDBのリポジトリ定義用のファイル(Fedora 31用)。
- Link to Gist
- Referenced from:
nginx_customized_404.conf
- Created at: 2020-01-04T14:43:57Z
- Updated at: 2020-01-04T14:43:58Z
- Descrption: Wordpressで用意した404.phpを表示させるためのnginx.confの設定
- Link to Gist
- Referenced from:
nginx_server_http_user_
agent_example.conf
- Created at: 2020-01-04T14:09:54Z
- Updated at: 2020-01-04T14:09:55Z
- Descrption: 特定のhttp_user_agent変数を設定する端末からのアクセスを無条件で許可するためのnginx.confの設定例。
- Link to Gist
- Referenced from:
nginx_server_map_example_
part2.conf
- Created at: 2020-01-04T14:04:02Z
- Updated at: 2020-01-04T14:04:03Z
- Descrption: mapを使ったIPアドレスによるアクセスコントロールリストの設定例(その2)。
- Link to Gist
- Referenced from:
nginx_server_map_example.conf
- Created at: 2020-01-04T09:44:47Z
- Updated at: 2020-01-04T14:01:39Z
- Descrption: mapを使ったIPアドレスによるアクセスコントロールリストの設定例(その1)。
- Link to Gist
- Referenced from:
nginx_server_on_443.conf
- Created at: 2020-01-04T07:08:16Z
- Updated at: 2020-01-04T07:08:17Z
- Descrption: nginxのHTTPSプロトコルを扱うポートへの接続用の設定の前半部。
- Link to Gist
- Referenced from:
nginx_forward_to_443.conf
- Created at: 2020-01-04T05:47:46Z
- Updated at: 2020-01-31T15:03:11Z
- Descrption: nginxで80番ポートに来たアクセスを443番ポートに転送するための設定。panda大学習帳での表示用。
- Link to Gist
- Referenced from:
GetItems.php
- Created at: 2019-11-06T11:02:24Z
- Descrption: PA-APIv5のAPIを使った商品データ取得用関数の実装例。
- Link to Gist
toRowCell.scala
- Created at: 2019-10-19T02:44:01Z
- Descrption: A1形式の文字列をApache POIのgetRow及びgetCellメソッドの引数に指定できる数値の組(Tuple)に変換するためのScalaのメソッド。
- Link to Gist
- Referenced from:
SampleWebErrorHandler.scala
- Created at: 2019-09-29T14:18:52Z
- Descrption: Play frameworkのカスタムエラーページにmessagesファイルに定義されている文字列を読み込んで表示するためのコードを組み込んだエラーハンドラ。
- Link to Gist
- Referenced from:
build.sbt.for.emacs
- Created at: 2019-09-08T04:02:52Z
- Descrption: EmacsでScalaのプロジェクトを編集して保存すると発生するバックアップファイルをsbtのcleanタスクで削除するためのbuild.sbtの設定例。
- Link to Gist
- Referenced from:
UTF8StdinTest.scala
- Created at: 2019-09-04T13:41:32Z
- Descrption: 標準入力からのデータ読み込みのテスト用のScalaのプログラム。
- Link to Gist
- Referenced from:
HelloMain.scala
- Created at: 2019-08-27T22:26:05Z
- Updated at: 2019-08-27T22:26:06Z
- Descrption: ScalaのHelloWorld的なコード。foreachの使用例です。
- Link to Gist
- Referenced from:
github_pages.sql
- Created at: 2019-07-14T13:04:10Z
- Descrption: GitHub APIから取得したGitHub Pagesの更新状況を格納するためのテーブルを作成するSQL文。
- Link to Gist
- Referenced from:
dump_articles_list_sample.py
- Created at: 2019-07-14T12:59:01Z
- Updated at: 2019-07-15T12:35:16Z
- Descrption: GitHub APIを使ってGitHub Pagesのコミット情報を取得後に、ファイルの更新情報を抽出してその結果のデータベースへ保管及びmarkdownファイルの作成を行うスクリプト。
- Link to Gist
- Referenced from:
functions_snippet.php
- Created at: 2019-06-24T13:05:55Z
- Descrption: amazon_widget.phpの組み込みのためにfunctions.phpに記述が必要なコード。
- Link to Gist
- Referenced from:
total_characters_on_wordpress_
without_wp_tags.sql
- Created at: 2019-06-11T11:15:59Z
- Descrption: WordPressに記事として書かれている文章のうち、設定ファイル、プログラム例、コマンドの出力結果及びWordpressの拡張タグなどを除いた部分のおおよその総文字数を求めるSQL文
- Link to Gist
- Referenced from:
minimum_customize_sample.sh
- Created at: 2019-06-09T14:22:29Z
- Descrption: Apache Solr 8の動作確認用にテキストファイルをインポートするために必要な設定をApache Solrに対して行うためのシェルスクリプト。
- Link to Gist
- Referenced from:
sqlite3init.bas
- Created at: 2019-03-30T09:14:18Z
- Descrption: 32bit版及び64bit版のExcelで使用できるSQLite3のDLL(sqlite3.dll)をオープンするためのExcel VBAの関数。
- Link to Gist
- Referenced from:
gist2md_sample.py
- Created at: 2019-03-23T22:35:35Z
- Updated at: 2019-03-24T07:50:46Z
- Descrption: GitHub APIのアクセストークンを使ってGistにアップロードしたファイルについての情報を読み出し、そのリストをmarkdown形式で生成するためのPython3のプログラム。Gistの貼り付け先となるWordpressの記事の情報はMariaDBより取得している。
- Link to Gist
- Referenced from:
sqlcheck.sh
- Created at: 2019-03-16T04:14:18Z
- Updated at: 2019-04-23T15:12:07Z
- Descrption: MariaDBのプロセスがOOMKillerにkillされる等の理由で動いていなかった場合に再起動を行い、それをTwitterに起動するためのプログラムを起動するシェルスクリプト。
- Link to Gist
- Referenced from:
githubapi_sample.py
- Created at: 2019-03-07T14:06:45Z
- Descrption: GitHub APIへアクセスし、データベースへの書き込み用のSQL文を標準出力に出力するPython3のプログラムの作成例。
- Link to Gist
- Referenced from:
letsencrypt.cron
- Created at: 2019-02-04T12:27:14Z
- Updated at: 2021-02-19T13:30:11Z
- Descrption: Let’s encryptから取得した証明書を更新するコマンドを起動するためのcronの設定ファイル。
- Link to Gist
- Referenced from:
letsencrypt.sh
- Created at: 2019-02-03T21:43:59Z
- Updated at: 2021-02-19T13:34:14Z
- Descrption: Let’s encryptから取得した証明書を更新するためのコマンドを証明書が更新可能なタイミングでのみ更新するためのシェルスクリプト。
- Link to Gist
- Referenced from:
virtualhost-for-letsencrypt.conf
- Created at: 2019-01-19T07:47:24Z
- Descrption: Let’s encryptから証明書を取得または更新するためのApache httpdの設定例。
- Link to Gist
- Referenced from:
camelcasetest3.py
- Created at: 2019-01-16T12:43:35Z
- Descrption: 標準入力から読み込んだ文字列にCamelCase変換を行って標準出力にその結果を出力するプログラム。ラムダ式を使ってみた。
- Link to Gist
- Referenced from:
camelcasetest2.py
- Created at: 2019-01-16T12:11:00Z
- Updated at: 2019-01-16T12:11:01Z
- Descrption: 標準入力から入力された文字列に対してCamelCase変換を行うPython3のプログラムの先頭の文字も大文字に書き換えるバージョン。
- Link to Gist
- Referenced from:
camelcasetest1.py
- Created at: 2019-01-16T12:06:44Z
- Descrption: 標準入力から入力された文字列に対してCamelCase変換を行うPython3のプログラム。
- Link to Gist
- Referenced from:
mathjax.html
- Created at: 2019-01-13T03:59:15Z
- Descrption: GitHub PagesでMathJaxを使用するためのコード例。
- Link to Gist
- Referenced from:
get_country_isocode.php
- Created at: 2018-12-08T15:37:36Z
- Updated at: 2018-12-08T15:37:37Z
- Descrption: アクセス元のIPアドレスから国名のISOコード(2字国名コード)を得るためのWordpress用の関数。
- Link to Gist
- Referenced from:
GeoLite2-country-example-test.php
- Created at: 2018-12-08T10:51:36Z
- Updated at: 2018-12-08T10:51:53Z
- Descrption: GeoLite2の動作確認用のコード、アクセス元の国情報を取得できます。
- Link to Gist
- Referenced from:
GeoLite2-city-example-test.php
- Created at: 2018-12-08T09:30:48Z
- Descrption: GeoLite2の動作確認用のPHPのコード。
- Link to Gist
- Referenced from:
update_by_regexp_sql.txt
- Created at: 2018-12-03T12:03:24Z
- Updated at: 2018-12-03T12:03:25Z
- Descrption: Wordpressで画像のサムネイルを後付けで設定するために実際に実行したSQL文。なお、動作についてはいっさい保証できません。
- Link to Gist
- Referenced from:
regexp_result_good.txt
- Created at: 2018-12-03T11:44:47Z
- Descrption: MariaDBに格納されているimgタグをいったんaタグで囲みつつ、もし二重にaタグで囲んでしまった場合には一組のタグを残して削除するためのテスト用のSQL文。
- Link to Gist
- Referenced from:
regexp_result_bad.txt
- Created at: 2018-12-03T11:19:09Z
- Descrption: MariaDBで否定先読みを実行しようと試み、失敗した際の出力ファイル。
- Link to Gist
- Referenced from:
bamboo.php
- Created at: 2018-12-01T06:08:53Z
- Updated at: 2020-09-05T05:51:00Z
- Descrption: Leafletでpolygonを表示するためのWordpressのショートコードの実装例。
- Link to Gist
- Referenced from:
githubrepo_widget_sample.php
- Created at: 2018-11-25T22:27:40Z
- Descrption: データベースからGitHubについての情報を読み出し、Wordpress用の簡易ウィジェットを作成するためのPython3のプログラム。
- Link to Gist
- Referenced from:
movielist_result.txt
- Created at: 2018-11-23T08:41:00Z
- Updated at: 2018-11-23T08:47:41Z
- Descrption: movielist.pyの実行結果の出力例。
- Link to Gist
- Referenced from:
dump_catchphrase.php
- Created at: 2018-11-17T00:36:36Z
- Descrption: Wordpressが使用しているデータベース上に作ったテーブル(catchphraseテーブル)からデータを取り出してHTMLに変換するためのショートコード。
- Link to Gist
- Referenced from:
pandanote_publisher.py
- Created at: 2018-10-18T22:18:44Z
- Descrption:
- Link to Gist
- Referenced from:
pandanote_publisher_v1.py
- Created at: 2018-10-18T22:08:00Z
- Descrption: Twitter APIからタイムラインを取得し、その結果を標準出力に出力するPython3のプログラム例。
- Link to Gist
- Referenced from:
pandanote_publisher_v0.py
- Created at: 2018-10-18T15:18:37Z
- Descrption: Twitter APIからtokenを取得するためのPython3のスクリプト。Consumer API key及びConsumer API secret keyはJSONファイルから読み込む。
- Link to Gist
- Referenced from:
www.conf.diff
- Created at: 2018-10-16T14:29:13Z
- Updated at: 2018-10-17T13:29:13Z
- Descrption: メモリリソースが少ないサーバでphp-fpmを稼働させるためのwww.confの設定。
- Link to Gist
- Referenced from:
txt2exo_multifont.py
- Created at: 2018-10-01T13:05:17Z
- Descrption: 字幕量産ツールtxt2exo.pyへの入力用の字幕テキストに対して日本語用と英語用で異なるフォントを使い分けるためのタグを挿入するためのPython3のスクリプト。
- Link to Gist
- Referenced from:
scala_ide_on_fedora28_
with_eclipse_photon_subtitles.txt
- Created at: 2018-10-01T01:55:50Z
- Descrption: Fedora 28にEclipse 2018-09 (4.9.0)をインストールして、さらにPhoton対応のScala IDEをインストールした際の様子を録画した動画を作成する際に使用する予定の字幕の原稿。
- Link to Gist
- Referenced from:
dump_movie_sidestory_sample.py
- Created at: 2018-09-19T21:56:20Z
- Updated at: 2020-12-31T13:03:07Z
- Descrption: YouTube Data API (v3)を使って、アップロードした動画についてのメタ情報を取得し、HTMLフォーマットで出力するPython3のスクリプト。
- Link to Gist
- Referenced from:
mathjax_hub_config.php
- Created at: 2018-09-18T14:40:20Z
- Descrption: MathJaxの設定例。Wordpressのheader.phpのheadタグの下に設定する。
- Link to Gist
- Referenced from:
latex_equation_scroll.css
- Created at: 2018-09-18T13:49:59Z
- Descrption: MathJax使用時にLaTeXの数式が画面からはみ出さないようにするための小細工用CSS片。
- Link to Gist
- Referenced from:
latex_equation_scroll.php
- Created at: 2018-09-18T13:31:23Z
- Updated at: 2018-09-18T13:31:24Z
- Descrption: LaTeXの数式が画面からはみ出さないようにするための小細工用プログラム片。Wordpressの記事本文の処理用フィルタ関数の中でお使いください。
- Link to Gist
- Referenced from:
NormDistTest.java
- Created at: 2018-08-24T07:14:05Z
- Updated at: 2018-09-03T13:32:14Z
- Descrption: 累積分布関数を計算するための関数及びテスト用のコード。
- Link to Gist
- Referenced from:
solrconfig-dih.xml
- Created at: 2018-08-07T13:21:00Z
- Updated at: 2018-08-07T13:21:01Z
- Descrption: SevenZFileDataSourceを使用するためにsolrconfig.xmlに追記した設定例。configタグの内側に記述すること。
- Link to Gist
- Referenced from:
dih-config.xml
- Created at: 2018-08-07T11:42:45Z
- Descrption: SevenZFileDataSourceクラスを使ってデータをインポートする場合のDataImportHandler用の設定ファイルの設定例。
- Link to Gist
- Referenced from:
SevenZFileDataSource.java
- Created at: 2018-08-06T13:43:36Z
- Updated at: 2018-08-06T13:45:00Z
- Descrption: Apache SolrのDataImportHandlerで使用するDataSourceで、7-zipで圧縮されたファイルを読み込むことをできるように拡張したもの。
- Link to Gist
- Referenced from:
SevenZFileInputStream.java
- Created at: 2018-08-06T13:42:38Z
- Descrption: Apache SolrのDataImportHandlerに7-zipで圧縮されたファイルを読み込ませるために実装したInputStream。
- Link to Gist
- Referenced from:
test_output_utf8.exo
- Created at: 2018-07-21T08:34:39Z
- Descrption: AviUtl用字幕の量産ツールtxt2exo.pyによる出力例をUTF-8に変換したファイル。実際に使用する際には文字コードをShift JISに変換すること。
- Link to Gist
- Referenced from:
txt2exo.py
- Created at: 2018-07-21T07:27:06Z
- Updated at: 2018-10-01T14:24:34Z
- Descrption: AviUtl用字幕の量産ツールです。Python3で記述しています。
- Link to Gist
- Referenced from:
QuaternionTest.scala
- Created at: 2018-07-16T13:44:36Z
- Updated at: 2018-07-16T13:44:37Z
- Descrption: Scalaで四元数を扱うためのクラス及びテストのための簡易テスト用のコード。
- Link to Gist
- Referenced from:
Quaternion.scala
- Created at: 2018-07-16T10:03:28Z
- Updated at: 2023-12-01T09:56:21Z
- Descrption: Scalaで四元数を扱うためのオブジェクト(Quaternionオブジェクト)及びクラス(Quaternionクラス)の実装例。
- Link to Gist
- Referenced from:
recolog-sample.php
- Created at: 2018-07-08T13:27:29Z
- Updated at: 2018-07-08T13:27:30Z
- Descrption: 特定のURLが指定された場合に限りAmazonアソシエイトのMobile Popoverを表示するためのPHPのコード片。
- Link to Gist
catchphrase-sample-301-redirect.conf
- Created at: 2018-07-07T01:53:29Z
- Updated at: 2018-11-07T13:06:46Z
- Descrption: https://pandanote.info/?page_id=1874 へのアクセスを https://pandanote.info/catchphrase へ301リダイレクトするための設定。
- Link to Gist
- Referenced from:
catchphrase-sample.conf
- Created at: 2018-07-06T02:45:13Z
- Updated at: 2018-11-07T13:06:10Z
- Descrption: https://pandanote.info/catchphrase へのアクセスをクライアントに知らせることなく、https://pandanote.info/index.php?page_id=1874 に転送するための設定。
- Link to Gist
- Referenced from:
ComplexNumberTestClass.scala
- Created at: 2018-05-01T10:45:05Z
- Descrption: 複素数を扱うためのScalaクラスに対するScalaTest用のテストファイルの記述例。
- Link to Gist
- Referenced from:
build.sbt
- Created at: 2018-05-01T08:47:35Z
- Descrption: ScalaTestを使用するためのbuild.sbtの設定例。
- Link to Gist
- Referenced from:
ComplexNumberTest.scala
- Created at: 2018-04-28T04:57:01Z
- Updated at: 2018-05-01T10:43:35Z
- Descrption: 複素数を扱うためのクラスの動作確認用のプログラム例です。
- Link to Gist
- Referenced from:
ComplexNumber.scala
- Created at: 2018-04-25T12:53:21Z
- Updated at: 2018-06-22T04:15:12Z
- Descrption: Scalaで複素数を扱うためのクラス。BreezeのComplexクラスの実装を参考にしています。
- Link to Gist
- Referenced from:
show_engines_result_with_
mroonga.txt
- Created at: 2018-01-13T07:48:07Z
- Descrption: Mroongaをインストールした後のshow enginesの実行結果。
- Link to Gist
- Referenced from:
findmp4inuvdl.py
- Created at: 2017-12-31T09:40:03Z
- Descrption: moviefilelist.pyを使って生成したJSONのスクリプトを読み込んで、ちょっとおしゃれなexoファイルを生成するためのPython3のプログラム。
- Link to Gist
- Referenced from:
moviefilelist.py
- Created at: 2017-12-30T17:04:38Z
- Updated at: 2018-03-21T05:29:29Z
- Descrption: YouTube Data API v3を用いてYouTubeにおけるID、タイトル名、ファイル名及び再生回数をJSONファイルに保存するプログラム
- Link to Gist
- Referenced from:
copytag.py
- Created at: 2017-12-12T14:22:52Z
- Updated at: 2017-12-31T09:38:19Z
- Descrption: YouTubeにアップロードされている動画についているタグを別の動画のタグとしてコピーするためのPythonのテストプログラム。
- Referenced from:
kinu_sample.php
- Created at: 2017-11-29T22:40:58Z
- Updated at: 2017-11-29T22:40:59Z
- Descrption: JSONのファイルをPOSTリクエストで受け取って、その内容をデータベースに書き込むためのPHPプログラムのサンプルコード。
- Referenced from:
gallery_sample.js
- Created at: 2017-11-29T22:38:28Z
- Updated at: 2017-11-29T22:38:29Z
- Descrption: HTMLのaタグがクリックされたときにhrefを抜き出してサーバに送信するためのJavaScriptプログラム。
- Referenced from:
quicklatex-format.css.diff
- Created at: 2017-11-20T14:12:53Z
- Descrption: WP-QuickLaTeXで表示される数式のうちで、長いものを横スクロールできるようにするためのpatch。
- Link to Gist
mediawiki_example.conf
- Created at: 2017-11-05T09:17:22Z
- Updated at: 2020-01-26T07:02:05Z
- Descrption: mediawiki.confの設定例。ローカル以外からのアクセスを制限しています。
- Link to Gist
- Referenced from:
link_cache_sample.sql
- Created at: 2017-10-28T04:11:32Z
- Descrption: Amazon Product Advertising APIを使った広告で、現在までに作成したものを蓄積するためのMariaDBのテーブルの作成用のSQL文のサンプル
- Link to Gist
simple_leaflet_demo.php
- Created at: 2017-10-04T14:47:26Z
- Descrption: プラグインを使わずにHTTPS接続で運用されているWordpressの記事内にLeafletで地図を表示させるためのショートコードのサンプル。
- Link to Gist
- Referenced from:
leaflettest.html
- Created at: 2017-10-02T12:53:55Z
- Updated at: 2018-11-25T11:08:48Z
- Descrption: Leafletで地図を表示するためのサンプルコード。
- Link to Gist
- Referenced from:
wordpress_acl_example.conf
- Created at: 2017-09-28T22:18:38Z
- Descrption: Apache httpdでIPアドレスやUserAgentでアクセス制御を行うための設定例
- Link to Gist
total_characters_on_wordpress_
excluding_examples.sql
- Created at: 2017-09-27T13:54:18Z
- Descrption: WordPressに記事として書かれている文章のうち、設定ファイル、プログラム例及びコマンドの出力結果などを除いた部分のおおよその総文字数を求めるSQL文
- Link to Gist
- Referenced from:
total_characters_on_wordpress.sql
- Created at: 2017-09-26T21:29:45Z
- Updated at: 2017-09-27T13:50:39Z
- Descrption: WordPressに記事として書かれている文章のおおよその総文字数を求めるSQL文
- Link to Gist
- Referenced from:
amazon_widget_sample.php
- Created at: 2017-09-23T01:35:33Z
- Updated at: 2018-10-16T14:22:19Z
- Descrption: Amazon product advertising APIを使ってWordpressのサイドバーにリンクを表示するためのサンプルコード。
- Link to Gist
- Referenced from:
styles_thumbnails.css.php.diff
- Created at: 2017-08-30T22:38:21Z
- Updated at: 2017-09-05T13:03:23Z
- Descrption: YARPPをカスタマイズしてみた。
- Link to Gist
- Referenced from:
wordpress-ssl.conf
- Created at: 2017-08-22T12:29:51Z
- Updated at: 2017-09-20T13:52:30Z
- Descrption: HTTP/1.1以外のプロトコルでの接続を拒否する設定と、HTTPによるリクエストをHTTPSにリダイレクトする設定
- Link to Gist
- Referenced from:
db-error.php.sample
- Created at: 2017-08-16T13:46:34Z
- Descrption: Wordpressのデータベースへのアクセスエラーの表示用ページのカスタマイズ用ファイルのサンプル。
- Referenced from:
movielist.py
- Created at: 2017-08-16T13:19:09Z
- Updated at: 2018-11-23T08:42:39Z
- Descrption: Youtubeから動画のID等のリストを取り出すためのPython3のテストプログラム。
- Link to Gist
- Referenced from:
sesman.ini.f26.diff
- Created at: 2017-07-29T14:34:07Z
- Descrption: TigerVNC 1.8.0以降のクリップボードサポートを無効にするためのpatch.
- Link to Gist
- Referenced from:
MediaWiki_PHP_7_0.diff
- Created at: 2017-07-29T04:34:06Z
- Descrption: MediaWikiのPHP 7.0以降対応用のtemporary patch
- Link to Gist
- Referenced from:
EditPage.php.diff
- Created at: 2017-07-26T22:12:08Z
- Updated at: 2017-07-26T22:18:25Z
- Descrption: MediaWikiのPHP 7.0以降対応用のtemporary patch
- Link to Gist
lupin3rdtwexo.py
- Created at: 2017-06-27T12:36:21Z
- Updated at: 2018-08-29T13:51:46Z
- Descrption: AviUtlのエクスポートファイル版ルパン三世風タイトルパーツメーカー
- Link to Gist
content.php.diff
- Created at: 2017-06-24T15:20:33Z
- Updated at: 2017-06-25T01:57:17Z
- Descrption: Iconic Oneテーマで各記事の最終更新日を表示するための修正用の差分コード。
- Link to Gist
- Referenced from:
ssl_multi_tenant_example.conf
- Created at: 2017-06-19T21:25:37Z
- Descrption: Let’s encryptから取得した異なるドメインに対するSSL/TLS証明書を同一のWebサーバで共存させて使用するための設定例
- Link to Gist
- Referenced from:
exo2srt.py
- Created at: 2017-06-18T09:20:49Z
- Updated at: 2023-09-03T15:20:28Z
- Descrption: AviUtlのエキスポートファイルから字幕ファイル(srt)ファイルを作成するためのコード
- Link to Gist
- Referenced from:
リンク
メインページ | panda大学習帳 | 第三倉庫(仮) | 用語集📒 | 本サイトについて | プライバシーポリシー
スポンサーリンク