This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"dependencies_cache": {"https://packagecontrol.io/repository.json": [{"load_order": "50", "releases": [{"version": "3.12.0", "platforms": ["*"], "url": "https://codeload.github.com/packagecontrol/pyyaml/zip/v3.12.0", "sublime_text": "*"}], "description": "Python PyYAML module", "name": "pyyaml", "authors": ["FichteFoll"], "issues": "https://github.com/packagecontrol/pyyaml/issues"}, {"load_order": "50", "releases": [{"version": "1.7.4", "platforms": ["*"], "url": "https://codeload.github.com/idleberg/sublime-dicttoxml/zip/1.7.4", "sublime_text": "*"}], "description": "Converts a Python dictionary or other native data type into a valid XML string - https://github.com/idleberg/sublime-dicttoxml", "name": "dicttoxml", "authors": ["idleberg"], "issues": "https://github.com/idleberg/sublime-dicttoxml/issues"}, {"load_order": "01", "releases": [{"version": "1.0.1", "platforms": ["linux"], "url": "https://codeload.github.com/codexns/sublime-ctypes/zip/1.0.1", "sublime_text": "<3000"}], "description": "Python _ctype |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"dependencies_cache": {"https://packagecontrol.io/repository.json": [{"load_order": "50", "releases": [{"version": "3.12.0", "platforms": ["*"], "url": "https://codeload.github.com/packagecontrol/pyyaml/zip/v3.12.0", "sublime_text": "*"}], "description": "Python PyYAML module", "name": "pyyaml", "authors": ["FichteFoll"], "issues": "https://github.com/packagecontrol/pyyaml/issues"}, {"load_order": "50", "releases": [{"version": "1.7.4", "platforms": ["*"], "url": "https://codeload.github.com/idleberg/sublime-dicttoxml/zip/1.7.4", "sublime_text": "*"}], "description": "Converts a Python dictionary or other native data type into a valid XML string - https://github.com/idleberg/sublime-dicttoxml", "name": "dicttoxml", "authors": ["idleberg"], "issues": "https://github.com/idleberg/sublime-dicttoxml/issues"}, {"load_order": "01", "releases": [{"version": "1.0.1", "platforms": ["linux"], "url": "https://codeload.github.com/codexns/sublime-ctypes/zip/1.0.1", "sublime_text": "<3000"}], "description": "Python _ctype |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Example of how to use boost::asio::async_result | |
#include <iostream> | |
#include <boost/asio.hpp> | |
#if BOOST_VERSION >= 106600 | |
template<typename CompletionToken> | |
typename boost::asio::async_result | |
<CompletionToken, void(boost::system::error_code, std::string)>::return_type |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// fun.cpp | |
extern "C" | |
{ | |
#include <lua.h> | |
#include <lauxlib.h> | |
#include <lualib.h> | |
} | |
#include <iostream> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config --global https.proxy http://127.0.0.1:1080 | |
git config --global https.proxy https://127.0.0.1:1080 | |
git config --global --unset http.proxy | |
git config --global --unset https.proxy | |
npm config delete proxy |