Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
ben
/
bitshift
espelho de
https://github.com/earwig/bitshift
Vigiar
1
Marcar como favorito
1
Derivar
0
Código
Lançamentos
1
Trabalho
A semantic search engine for source code
https://bitshift.benkurtovic.com/
Não pode escolher mais do que 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
63
Cometimentos
2
Ramos
16 MiB
Árvore:
5db273a773
develop
master
v1.0
Ramos
Etiquetas
${ item.name }
Criar ramo
${ searchTerm }
de '5db273a773'
${ noResults }
bitshift
/
static
/
css
/
main.css
main.css
60 B
Em bruto
Vista normal
Histórico
Add assets/config module, SASS files, templates. Add: bitshift/assets.py -add module that contains functions to be called from inside the templates/ Jinja HTML files -- currently contains tag(), which generates an HTML asset tag based on a filename. bitshift/config.py -add Flask configuration module. static/(sass/main.sass, css/main.css) -create isolated directory for SASS files; compiled CSS files will be stored in static/css. static/css/_mixins.sass -add SASS partial to contain mixins (globally relevant to the project's styling). templates/layout.html -add various metadata.
há 10 anos
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.
há 10 anos
1
2
3
4
/* Global project stylesheet.
*/
p {
font-size: 1.5em; }