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
# This file is NOT licensed under the GPLv3, which is the license for the rest | |
# of YouCompleteMe. | |
# | |
# Here's the license text for this file: | |
# | |
# This is free and unencumbered software released into the public domain. | |
# | |
# Anyone is free to copy, modify, publish, use, compile, sell, or | |
# distribute this software, either in source code form or as a compiled | |
# binary, for any purpose, commercial or non-commercial, and by any |
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
#!/usr/bin/env python | |
import os, sys; | |
def better_listdir(dirpath): | |
""" | |
Generator yielding (filename, filepath) tuples for every | |
file in the given directory path. | |
""" | |
# First clean up dirpath to absolutize relative paths and | |
# symbolic path names (e.g. `.`, `..`, and `~`) |
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
000000.000| 0.0000kb| 0.0000kb added| ALWAYS| Logging started at 2015-10-21T13:58:40.000 | |
000000.000| 0.0000kb| 0.0000kb added| ALWAYS| Loading RADS dynamic library: /Applications/League of Legends.app/Contents/LoL/RADS/libRiotRadsIO.dylib | |
000000.001| 0.0000kb| 0.0000kb added| OKAY| HRESULT Riot::RADS::Reader::RadsExportsMain::Initialize(const char *): RADS library initializing with specified working directory "/Applications/League of Legends.app/Contents/LoL/RADS/solutions/lol_game_client_sln/releases/0.0.0.188/deploy". | |
000000.001| 0.0000kb| 0.0000kb added| OKAY| static Riot::RADS::Reader::RuntimeEnvironment *Riot::RADS::Reader::RuntimeEnvironment::Create(const char *): Creating RADS runtime environment: RADS root directory = "/Applications/League of Legends.app/Contents/LoL/RADS" | |
000000.001| 0.0000kb| 0.0000kb added| OKAY| HRESULT Riot::RADS::Reader::SolutionManifest::Load(const std::string &): ("/Applications/League of Legends.app/Contents/LoL/RAD |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>ACPI</key> | |
<dict> | |
<key>DSDT</key> | |
<dict> | |
<key>Debug</key> | |
<false/> |