このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
ben
/
bitshift
ミラー元
https://github.com/earwig/bitshift
ウォッチ
1
スター
1
フォーク
0
コード
リリース
1
アクティビティ
A semantic search engine for source code
https://bitshift.benkurtovic.com/
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
92
コミット
2
ブランチ
16 MiB
ツリー:
d127ac94ad
develop
master
v1.0
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'd127ac94ad' から
${ noResults }
bitshift
/
templates
/
index.html
index.html
105 B
Raw
通常表示
履歴
Add skeleton dir-structure, content to files. Add: app.py -add boilerplate Flask source. bitshift/ -directory for all python source. templates/(layout, index).html -add global layout template, and placeholder home page. static/css/main.sass -add placeholder main SASS file.
10年前
1
2
3
4
5
6
7
8
9
= extends "layout.html"
= block title
Home
= endblock
= block body
<p>Hello, world.</p>
= endblock