# codelf **Repository Path**: mirrors_jfinal/codelf ## Basic Information - **Project Name**: codelf - **Description**: Search over projects from Github, Bitbucket, Google Code, Codeplex, Sourceforge, Fedora Project to find real-world usage variable names - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: gh-pages - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2025-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![logo](http://unbug.github.io/codelf/resources/images/codelf_logo.png) Codelf ================= Search over projects from Github, Bitbucket, Google Code, Codeplex, Sourceforge, Fedora Project to find real-world usage variable names. >There are only two hard things in Computer Science: cache invalidation and naming things.-- Phil Karlton ![twohardtings](http://unbug.github.io/codelf/resources/images/twohardtings.jpg) Build ================= 1. install requirements run ```npm install``` 2. build and watch run ```gulp``` Thanks ================= * API powerd by [searchcode](http://searchcode.com/) & [youdao](http://fanyi.youdao.com/) * UI powerd by [Bootstrap v4.0](http://v4-alpha.getbootstrap.com/) * Syntax highlighting of source code powerd by [google-code-prettify](https://github.com/google/code-prettify) * [ZeroClipboard](https://github.com/zeroclipboard/zeroclipboard) * Utils - [generator-webappstarter](https://github.com/unbug/generator-webappstarter) * [Data Drive Management System](https://github.com/unbug/ddms) Programming naming convention ============================= * [Google Style Guides](https://github.com/google/styleguide) * [The Ruby Style Guide](https://github.com/bbatsov/ruby-style-guide) * [Style guide & coding conventions for Swift projects](https://github.com/github/swift-style-guide) * CSS Architecture * [OOCSS](http://github.com/stubbornella/oocss/wiki) - Object Oriented CSS * [ACSS](https://www.lucidchart.com/techblog/2014/01/31/atomic-css-tool-set/) - Atomic CSS * [oCSS](http://krasimir.github.io/organic-css/) - organic cascade style sheet * [SMACSS](http://smacss.com/) - Scalable and Modular Architecture for CSS * [BEM](http://bem.info/) [getbem](http://getbem.com/) - Block, Element, Modifier