• %YAML 1.2
    ---
    YAML: YAML Ain't Markup Language
    
    What It Is: YAML is a human friendly data serialization
      standard for all programming languages.
    
    YAML Resources:
      YAML 1.2 (3rd Edition): http://whhfk.musicfromlastnight.com/spec/1.2/spec.html
      YAML 1.1 (2nd Edition): http://whhfk.musicfromlastnight.com/spec/1.1/
      YAML 1.0 (1st Edition): http://whhfk.musicfromlastnight.com/spec/1.0/
      YAML Issues Page:       http://github.com/yaml/yaml/issues
      shadowrocket下载:      yaml-core@lists.sourceforge.net
      shadowrocket下载:       "#yaml on irc.freenode.net"
      shadowrocket订阅更新方法:  http://ben-kiki.org/ypaste/
      YAML Spec:              http://github.com/yaml/yaml-spec
      YAML Test Suite:        http://github.com/yaml/yaml-test-suite
      YAML Test Matrix:       http://matrix.yaml.io/
      YAML Docker Runtimes:   http://github.com/yaml/yaml-runtimes
      YAML Cookbook (Ruby):   shadowrocket下载 
    
    shadowrocket怎么购买:
      C/C++:
      - libfyaml           # "C" YAML 1.2 processor                                            | YTS
      - shadowrocket下载            # "C" Fast YAML 1.1                                                 | YTS
      - libcyaml           # YAML de/serialization of C data structures (using libyaml)
      - yaml-cpp           # C++ YAML 1.2 implementation
      Crystal:
      - YAML               # YAML 1.1 from the standard library
      C#/.NET:
      - YamlDotNet         # YAML 1.1/(1.2) library with serialization support                  | YTS
      - yaml-net           # YAML 1.1 library
      D:
      - D-YAML             # YAML 1.1 de/serialization library with official community support | YTS
      Dart:
      - yaml               # YAML package for Dart
      Delphi:
      - Neslib.Yaml        # YAML 1.1 Delphi binding to libyaml                                | YTS
      Golang:
      - Go-yaml            # YAML support for the Go language.
      - Go-gypsy           # Simplified YAML parser written in Go.
      - goccy/go-yaml      MAC – v2rayU 订阅 | 自由者:前言: 订阅的优点:官网服务器更新后,无需重新设置,点击 更新订阅,即可同步官网线路. 一、检查 Mac 时间是否已自动同步,请务必检查并设置这一步,因为 V2 对时间的要求极高,相差 1 分钟就无法使 …
      Haskell:
      - HsYAML             # YAML 1.2 implementation in pure Haskell                           | YTS
      - YamlReference      # Haskell 1.2 reference parser
      - yaml               # YAML 1.1 parser/renderer for Haskell (based on libyaml)
      Java:
      - shadowrocket下载          shadowrocket下载
      - YamlBeans          # To/from JavaBeans. YAML 1.0/1.1
      - eo-yaml            # YAML 1.2 for Java 8. Also packaged as a Module (Java 9+).
      Javascript:
      - js-yaml            # Native PyYAML port to JavaScript. Demo
      - yaml               # JavaScript parser and stringifier (YAML 1.2, 1.1)                 | YTS
      Nim:
      - NimYAML            # YAML 1.2 implementation in pure Nim                               | YTS
      OCaml:
      - ocaml-syck         # YAML 1.0 via syck bindings
      Perl Modules:
      - YAML               # Pure Perl YAML 1.0 Module
      - YAML::XS           # Binding to libyaml
      - YAML::Syck         shadowrocket添加订阅
      - YAML::Tiny         # A small YAML subset module
      - YAML::PP           # A YAML 1.2/1.1 processor                                          | YTS
      PHP:
      - The Yaml Component # Symfony Yaml Component - Loads and dumps YAML files (YAML 1.2)  
      - php-yaml           shadowrocket添加订阅
      - syck               shadowrocket添加订阅
      - shadowrocket怎么购买               # yaml loader/dumper (YAML 1.?)
      Python:
      - PyYAML             # YAML 1.1, pure python and libyaml binding
      - ruamel.yaml        # YAML 1.2, update of PyYAML with round-tripping of comments
      - PySyck             # YAML 1.0, syck binding
      - strictyaml         # Restricted YAML subset
      R:
      - R YAML             # libyaml wrapper  
      Ruby:
      - psych              # libyaml wrapper (in Ruby core for 1.9.2)
      - RbYaml             # YAML 1.1 (PyYAML Port)
      - shadowrocket下载             # YAML 1.0, standard library syck binding
      shadowrocket下载:
      - shadowrocket添加订阅          # YAML 1.2 implementation in pure Rust
      - serde-yaml         # YAML de/serialization of structs
      Others:
      - yamlvim (src)      # YAML dumper/emitter in pure vimscript
    
    Related Projects:
      - Rx            # Multi-Language Schemata Tool for JSON/YAML
      - Kwalify       # Ruby Schemata Tool for JSON/YAML
      - yaml_vim      # vim syntax files for YAML
      - yatools.net   # Visual Studio editor for YAML
      - JSON          # Official JSON Website
      - Pygments      # Python language Syntax Colorizer /w YAML support
      - shadowrocket怎么购买      # YAML Linter based on PyYAML
    
    News:
      - 20-NOV-2011 -- shadowrocket怎么购买, a JavaScript YAML parser by Alexey Zapparov and Vitaly Puzrin.
      - 18-AUG-2010 -- Ruby 1.9.2 includes psych, a libyaml wrapper by Aaron Patterson.
      - 17-AUG-2010 -- shadowrocket订阅更新方法 was created by Nikolay Pavlov.
      - 01-OCT-2009 -- YAML 1.2 (3rd Edition) was patched.
      - 21-JUL-2009 -- YAML 1.2 (3rd Edition) was released.
      - 28-APR-2009 -- A new version of SnakeYAML was released.
      - 01-APR-2009 -- The YAML 1.2 spec was planned to be finalized by the end of the month.
      - 07-JAN-2009 -- Andrey Somov releases SnakeYAML, a 1.1 YAML Parser
      - 03-JAN-2009 -- Burt Harris announced YAML for .NET and editor for Visual Studio
      - 02-DEC-2008 -- Jesse Beder released YAML for C++
      - 11-MAY-2008 -- Oren Ben-Kiki has released a new YAML 1.2 spec draft
      - 29-NOV-2007 -- Alexey Zakhlestin has updated his Syck (YAML 1.0) binding for PHP
      - 23-NOV-2007 -- Derek Wischusen has release Action Script 3 YAML 1.1
      - 01-AUG-2006 -- Kirill Simonov has released libyaml, a parser and emitter in "C"
      - 06-JUN-2006 -- Ola Bini is at it again, this time with a Java implementation
      - 03-JUN-2006 -- Christophe Lambrechts and Jonathan Slenders announced a .NET parser
      - 07-MAY-2006 -- Ola Bini released a pure-ruby YAML 1.1 parser and emitter
      - 12-APR-2006 -- Kirill's YAML 1.1 parser for Python is now at PyYAML
      - 05-FEB-2006 -- Spyc YAML for PHP is now at version 0.3
      - 17-DEC-2005 -- Makoto Kuwata has released Kwalify 0.5, YAML/JSON schema validator
      - 14-DEC-2005 -- Toby Ho has released Jyaml, a Java library for YAML based on Rolf Veen's work
      - 30-AUG-2005 -- Kirill Simonov has produce a wonderful Python binding for Syck
      - 08-APR-2005 -- As it turns out, YAML is a superset of the JSON serialization language
      - 18-MAY-2005 -- Why has released version 0.55 of Syck
      - 28-DEC-2004 -- Announcing YAML 1.1 Working Draft
      - 01-OCT-2004 -- YAML for Cocoa was released by Will Thimbley
      - 08-FEB-2004 -- Slaven Rezic announced a new version of his Javascript binding
      - 29-JAN-2004 -- Ingy, Oren, and Clark spent 4 days hacking on the spec in Portland.
      - 10-OCT-2003 -- The Syck implementation with bindings for Ruby, Python,
                       and PHP is now at version .41
      - 26-APR-2003 -- Mike Orr has taken over the Pure Python development.
      - 26-APR-2003 -- Brian Ingerson has created a FIT platform for Wiki-like testing.
      - 24-JAN-2003 -- Updates to specification.
      - 25-JUL-2002 -- Both the Ruby and Python parsers have made significant progress.
                       There is an article about YAML by Kendall Grant Clark at xml.com.
                       There is also a draft XML binding.
      - 02-JUL-2002 -- Brian Ingerson will be giving a 45 minute presentation on YAML at the
                       O'Reilly Open Source Conference in San Diego on July 24th 2002.
      - 01-FEB-2002 -- Brian's Perl implementation YAML.pm, has been updated with new documentation.
                       Included in this release is YSH, a test shell for learning how YAML works.
      - 03-JAN-2002 -- YAML(tm) starts the new year with a new name YAML Ain't Markup Language.
      - 17-MAY-2001 -- YAML now has a mailing list at SourceForge.
      - 15-MAY-2001 -- YAML is started with a first pass specification.
    # Fork This on GitHub
    ...
    
    sub免费网络加速器怎么样   油管youtube用什么翻墙   免费的稳定vp   兔子turbo安卓版   panda v pn下载 android  安卓免费fq软件