{"id":17293025,"url":"https://github.com/monyone/teihen_library","last_synced_at":"2025-04-13T01:43:49.750Z","repository":{"id":21767281,"uuid":"25089501","full_name":"monyone/teihen_library","owner":"monyone","description":"競プロ底辺の残念な競技ライブラリ","archived":false,"fork":false,"pushed_at":"2017-11-22T12:26:36.000Z","size":730,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-13T01:43:45.583Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://monyone.github.io/teihen_library/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/monyone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-11T18:05:26.000Z","updated_at":"2021-01-28T05:54:06.000Z","dependencies_parsed_at":"2022-08-17T19:50:57.954Z","dependency_job_id":null,"html_url":"https://github.com/monyone/teihen_library","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monyone%2Fteihen_library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monyone%2Fteihen_library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monyone%2Fteihen_library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monyone%2Fteihen_library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monyone","download_url":"https://codeload.github.com/monyone/teihen_library/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248654030,"owners_count":21140235,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T10:45:02.694Z","updated_at":"2025-04-13T01:43:49.722Z","avatar_url":"https://github.com/monyone.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"底辺ライブラリ(Teihen Library)\n==============================\n\nこれは何?\n---------\n\n競技プログラミングで使ってるライブラリ(Java)です.\n\n底辺でもコピペして使える, CI環境のあるライブラリを目指してます.\n\nこのライブラリの特徴\n--------------------\n\n### HTML形式(library.html)\n\n-   目次(サイドバー)\n    -   ページ内リンクが効く\n    -   レスポンシブル対応(隠れるだけ)\n    -   スクロールに追随する\n-   シンタックスハイライト対応\n    -   コードは4スペースのインデントに\n-   リンク\n    -   ページ内リンクで移動\n    -   ページ外リンクは別窓\n-   単独で配置可能(オフラインも)\n    -   HTMLファイルだけしか置けなくてもOK. (Dropboxとか)\n\n### PDF形式(library.pdf)\n\n-   ページ内リンク対応\n    -   リンク先のページ番号も表示\n-   シンタックスハイライト対応\n    -   listingsなのでしょぼい\n\n### Markdown形式(library.md)\n\n-   (Githubで)Previewできる\n\nこのライブラリの構成\n--------------------\n\nとりあえず木構造で書くと, このような感じになってます.\n\n``` shell\nroot\n└─teihen_library (このリポリトジはココ!)\n   │  index.html    (github-pages用. 基本的にlibrary.htmlと同じ)\n   │  library.html  (ライブラリのHTML出力結果. HTML単体で持ち運び可能)\n   │  library.md    (ライブラリのgithub-markdown出力結果.　githubで見れる)\n   │  library.pdf   (ライブラリのpdf出力結果. ページ内リンクもばっちり)\n   │  README.md     (この説明文)\n   │\n   ├─2DimIntGeometry\n   ├─...(それぞれ, セクションごとのgithub-markdown)\n   └─Template\n```\n\nこのライブラリのビルド方法\n--------------------------\n\nそんなものは無い. (このリポリトジでは管理してません)\n\n実際には, 以下のような構成になっていて, このリポリトジでは一番上だけ入れている.\u003cbr\u003e 下の部分が無いとビルド出来ないよ!\n\n``` shell\nroot\n├─teihen_library (このリポリトジはココ!)\n│  │  index.html   (github-pages用. 基本的にlibrary.htmlと同じ)\n│  │  library.html (ライブラリのHTML出力結果. HTML単体で持ち運び可能)\n│  │  library.md   (ライブラリのgithub-markdown出力結果.　githubで見れる)\n│  │  library.pdf  (ライブラリのpdf出力結果. ページ内リンクもばっちり)\n│  │  README.md    (この説明文)\n│  │  \n│  ├─2DimIntGeometry\n│  ├─...(それぞれ, セクションごとのgithub-markdown)\n│  └─Template\n│          \n├─Library(コード以外の部分の管理. コードの貼り付け先)\n│  │  ...(Pandoc に依存する物をここで管理. TeX, HTMLのテンプレとか)\n│  │  \n│  ├─2DimIntGeometry\n│  ├─...(それぞれ, セクションごとのpandoc-markdown)\n│  └─Template\n│              \n├─source(コードのCI環境の管理. コードの貼り付け元)\n│  │  pom.xml (mavenで管理してます)\n│  │  \n│  └─src\n│     ├─main\n│     │  └─java\n│     │      └─library\n│     │          └─...(通した問題の管理)\n│     │                          \n│     └─test\n│         └─java\n│             └─library\n│                 └─...(テスト用のコードの管理. )\n│                      \n└─Tools(埋め込んだりするためのツール)\n```\n\n参考にしました\n--------------\n\n-   [AlgoLib\\_Pandoc](https://github.com/tomoki/AlgoLib_Pandoc) ※基本思想, Pandoc\n-   [この tkDocs をどう作ったか](http://docs.tatsuya-koyama.com/dev-log/how-to-make-tkdocs/) ※思想, デザイン関連\n-   今まで見た競技プログラミング用のライブラリ, ソースコード\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonyone%2Fteihen_library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonyone%2Fteihen_library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonyone%2Fteihen_library/lists"}