zoukankan      html  css  js  c++  java
  • 学习资料备忘录

    # 资料整理

    标签: 备忘录

    ---

     1. **GObject** 学习笔记汇总 ---  http://garfileo.is-programmer.com/2011/7/14/gobject-notes.27977.html
     
     2. **Clutter** ---  学习笔记  http://blog.csdn.net/flowingflying/article/details/4459476
     
     3. **Python菜谱** --- Python 菜谱,ActiveState 上有很多用户提供的 Python 代码,这些代码能够完成固定的任务 http://www.pythondoc.com/python-cookbook/index.html
     
     4. **WeasyPrint** --- WeasyPrint is a visual rendering engine for HTML and CSS that can export to PDF. It aims to support web standards for printing. WeasyPrint is free software made available under a BSD license.  http://weasyprint.org/docs/

     5. **pygal** --- PYthon svg GrAph plotting Library  https://github.com/Kozea/pygal
     
    6. **jsonschema** --- jsonschema is an implementation of JSON Schema for Python (supporting 2.6+ including Python 3). https://python-jsonschema.readthedocs.org/en/latest/

     7. **jsonpickle** --- jsonpickle is a Python library for serialization and deserialization of complex Python objects to and from JSON. The standard Python libraries for encoding Python into JSON, such as the stdlib’s json, simplejson, and demjson, can only handle Python primitives that have a direct JSON equivalent (e.g. dicts, lists, strings, ints, etc.). jsonpickle builds on top of these libraries and allows more complex data structures to be serialized to JSON. jsonpickle is highly configurable and extendable–allowing the user to choose the JSON backend and add additional backends.  http://jsonpickle.github.io/index.html

     8. **Hjson** --- Hjson, the Human JSON  http://hjson.org/

     9.  **hpy** --- Partial JSON API implementation in Python  https://github.com/kalasjocke/hyp

     10. **json2html** --- python module for converting complex JSON oject to HML Table representation - v0.3  https://pypi.python.org/pypi/json2html

     11. **jsonq** --- a python script for querying JSON  https://github.com/edmund-huber/jsonq
     12. **ijson** --- Iterative JSON parser with Pythonic interface http://pypi.python.org/pypi/ijson/

     13. **tablib** --- Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c. http://python-tablib.org

     14. **simplejson** --- simplejson is a simple, fast, extensible JSON encoder/decoder for Python http://simplejson.readthedocs.org/

     15. **json-sempai** --- Use JSON files as if they are python modules  https://github.com/kragniz/json-sempai

     16. **ubuntu-kernel** --linux内核ubuntu版本下载地址 http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc2-vivid/
     




  • 相关阅读:
    通用客户端脚本
    刷一次变一次图的ASP代码
    ASP公共翻页代码
    Web中模态对话框加载后根据加载内容动态改变其大小并使其居中
    创建一个ASP通用分页类
    各大门户网站FLASH广告完全揭密
    插入记录后,获取记录的ID
    ASP实用函数库
    Sametime 8.5.1系统环境要求
    推荐:IBM Lotus Domino 8.5 服务器管理入门手册(适用初学者)
  • 原文地址:https://www.cnblogs.com/bergus/p/4743115.html
Copyright © 2011-2022 走看看