qLibc Copyright

qLibc is published under 2-clause BSD license known as Simplified BSD License. Please refer the LICENSE document included in the package for more details.

API Reference

  • qlibc Core API Reference

    • Containers for Key/Value pairs

      • Tree Table --- in binary tree(left-leaning red-black tree) data structure.
      • Hash Table --- in hash-based data structure.
      • Static Hash Table --- in fixed size memory(array/mmapped/shared).
      • List Table --- in (doubly) linked-list data structure.
    • Containers for Objects
      • List --- Doubly Linked List.
      • Vector --- implements a growable array of elements.
      • Queue --- FIFO(First In First Out) implementation.
      • Stack --- LIFO(Last In First Out) implementation.
    • General utilities.
      • String --- string trimmer, modifier, replacer, case converter, pattern detectors, ...
      • I/O --- non-blcking I/O, stream reader/writer, ...
      • File --- file locking, file/directory hander, path correctors, ...
      • IPC, Semaphore Shared-memory
      • En/decoders --- Url en/decoder, Base64 en/decoder, Hex en/decoder, ...
      • Hashes --- Murmur hases, FNV hases, MD5 hashes, ...
      • Time --- time diff, time format converstion, ...
  • qLibc Extension API Reference

    • Apache-style Configuration File Parser.
    • INI-style Configuration File Parser.
    • HTTP client.
    • Rotating File Logger.
    • Database(MySQL) interface.
    • Token-Bucket

http://wolkykim.github.io/qlibc/

最新文章

  1. mysql 学习总结
  2. MS SQL 需要定期清理日志文件
  3. MySQL 使用笔记(一) 关联
  4. Step by Step:Linux C多线程编程入门(基本API及多线程的同步与互斥)
  5. 【NOIP合并果子】uva 10954 add all【贪心】——yhx
  6. Java Hour 13 集合基础
  7. C# 在子线程中创建不会阻塞执行窗体
  8. hibernate.cfg.xml配置(Oracle+c3p0)
  9. 51nod水题记
  10. hdu 2665 Kth number(划分树模板)
  11. C# 中奇妙的函数–7. String Split 和 Join
  12. 360浏览器和猎豹浏览器重定向后丢失get参数
  13. Eclipse常用的6个Debug技巧
  14. arch 安装准备--包管理的使用pacman
  15. 利用批处理文件删除系统托盘上的图标(适用于Windows各个版本)
  16. MediaStore insert bitmap为黑色
  17. HDU 3746 Cyclic Nacklace(KMP+最小循环节)题解
  18. BZOJ4012: [HNOI2015]开店【动态点分治】
  19. mysql 多列唯一索引在事务中select for update是不是行锁?
  20. 【tomcat】tomcat远程调试

热门文章

  1. sea.js五分钟上手
  2. Scala基础知识(二)
  3. POJ 1201 Intervals || POJ 1716 Integer Intervals 差分约束
  4. 6.5 Android硬件访问服务使用反射
  5. 【z07】机器翻译
  6. eclipse 更换国内镜像
  7. Yii 错误页面处理
  8. 任哲<<μC/OS>>
  9. embed-it_Integrator memory compile工具使用之一
  10. ModSecurity防御暴力破解