Пожалуйста, включите 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
Исходник
Обычный вид
История
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