Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Apua
Kirjaudu sisään
ben
/
bitshift
peilaus alkaen
https://github.com/earwig/bitshift
Tarkkaile
1
Äänestä
1
Fork
0
Koodi
Julkaisut
1
Toiminta
A semantic search engine for source code
https://bitshift.benkurtovic.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
92
Commitit
2
Branchit
16 MiB
Puu:
d127ac94ad
develop
master
v1.0
Branchit
Tagit
${ item.name }
Create branch
${ searchTerm }
from 'd127ac94ad'
${ noResults }
bitshift
/
templates
/
index.html
index.html
105 B
Raaka
Normaali näkymä
Historia
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 vuotta sitten
1
2
3
4
5
6
7
8
9
= extends "layout.html"
= block title
Home
= endblock
= block body
<p>Hello, world.</p>
= endblock