Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Yardım
Giriş Yap
ben
/
bitshift
şunun yansıması
https://github.com/earwig/bitshift
İzle
1
Yıldızla
1
Çatalla
0
Kod
Sürümler
1
Aktivite
A semantic search engine for source code
https://bitshift.benkurtovic.com/
25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
92
İşleme
2
Dallar
16 MiB
Ağaç:
d127ac94ad
develop
master
v1.0
Dallar
Biçim İmleri
${ item.name }
${ searchTerm }
dalı oluştur
'd127ac94ad'den
${ noResults }
bitshift
/
templates
/
index.html
index.html
105 B
Ham
Normal Görünüm
Geçmiş
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 yıl önce
1
2
3
4
5
6
7
8
9
= extends "layout.html"
= block title
Home
= endblock
= block body
<p>Hello, world.</p>
= endblock