Chen JS Framework
Redis for Chen Framework
vupress theme By HK Chen
Web Crawler Provider for Chen Framework
facebook for Chen Framework
Personal npm card for Joel Chen (@jchip)
An NPM port of jquery-stickit by Yi-Cyuan Chen.
Web React Provider for Chen Framework
``` npm i @csstech/chen-cli -g test create <app-name> ```
ElasticSearch Provider for Chen Framework
React+RSBuild+TS Chen CLI
chen tea
chen test utils
React binding for @jas-chen/evstore.
提供了格式时间,HTMLEscape的功能,chen
赤刃明霄陈-轻量级React元框架:文件路由·数据钩子·SSR·PWA·多平台CLI脚手架
chen pp cli test
chen wayhome's package
This repository contains work in progress by Ruth Bagley (@rbagley), Haylie Wu (@wubbalubbadu), and John Chen (@CIVITAS-John), aimed at providing NetLogo language support for CodeMirror 6.
A captcha that develop by Jacket Chen.
A personal card for Huajun Chen (@chen5656)
Generate beautiful API references from OpenAPI documents
A personal card for Chen Hui Jing (@hj_chen)
Chen Xi Common Vue Cli Template
A minigrep by chenchen
Blistering-fast Avro CLI tool — a modern replacement for avro-tools and fastavro
A crate for line thinning binary images, includes edge detection and threshold functions for preprocessing.
Rust implementation of the SNAPHU C library
Low-level Rust bindings to the SNAPHU C library
Geometric region embeddings (boxes, cones, octagons, Gaussians, hyperbolic intervals, sheaf networks) for subsumption, entailment, and logical query answering
Fun with poker. Named after that most famous of rabbit hunters.
Terminal animation effects built with braille, block characters, and unicode glyphs
A command line tool that supports quick browsing of csv data.
The Chewing (酷音) intelligent Zhuyin input method.
Load data from databases to dataframes, the fastest way.
A Git extension for managing pair programming sessions with per-branch co-author configuration
a quick-to-setup google search proxy
Convert Chinese Charaters to Pinyin letters.
Generate RSpec/HAML scaffolds.
Makes printing ActiveRecord objects pretty (via #inspect method).
Use Mysql AUTO_INCREMENT to support key value cache, which should be combined by an integer and string. It means to reduce the database storage size, and improve query performance. All cache will store in process memory, and will never be expired, until the process dies, so the less kvs you use, the better performance you will get. BTW, 100,000 general strings use 10MB memory. Some relatived articles: http://en.wikipedia.org/wiki/Correlation_database Usage ------------------------------------------ ## setup ```ruby create_table :kv_browser_names, :options => 'ENGINE=MyISAM DEFAULT CHARSET=utf8' do |t| t.string :name t.timestamps end class KvBrowserName < ActiveRecord::Base include IdNameCache end ``` or ```ruby create_table :common_tag, :options => 'ENGINE=MyISAM DEFAULT CHARSET=utf8' do |t| t.integer :tagid t.string :tagname end class CommonTag < ActiveRecord::Base self.table_name = :common_tag self.primary_key = :tagid include IdNameCache; set_key_value :tagid, :tagname # include IdNameCache; set_key_value_without_create :tagid, :tagname # if you dont want create it automately end ``` ### use cases ```text ruby-1.9.3-rc1 :001 > QuizTag[1] QuizTag Load (0.3ms) SELECT `common_tag`.* FROM `common_tag` WHERE `common_tag`.`tagid` = 1 LIMIT 1 => "Android" ruby-1.9.3-rc1 :002 > QuizTag[1] => "Android" ruby-1.9.3-rc1 :003 > QuizTag['Android'] QuizTag Load (0.5ms) SELECT `common_tag`.* FROM `common_tag` WHERE `common_tag`.`tagname` = 'Android' LIMIT 1 => 1 ruby-1.9.3-rc1 :004 > QuizTag['Android'] => 1 ``` == Copyright MIT, David Chen at eoe.cn
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.