Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
bitshift
réplica de
https://github.com/earwig/bitshift
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
1
Actividad
A semantic search engine for source code
https://bitshift.benkurtovic.com/
No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
87
Commits
2
Ramas
4.4 MiB
Árbol:
71dec1d269
develop
master
v1.0
Ramas
Etiquetas
${ item.name }
Crear rama
${ searchTerm }
desde '71dec1d269'
${ noResults }
bitshift
/
templates
/
index.html
index.html
105 B
Original
Vista normal
Histórico
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.
hace 10 años
1
2
3
4
5
6
7
8
9
= extends "layout.html"
= block title
Home
= endblock
= block body
<p>Hello, world.</p>
= endblock