Skip to content

Instantly share code, notes, and snippets.

@panosl
panosl / .ycm_extra_conf.py
Created October 14, 2018 22:47
Get YCM to work with JUCE
# 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
@panosl
panosl / python_file_lister.py
Created August 3, 2018 12:11
list all files in an active virtualenv or just your currently active path
#!/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 `~`)
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
<?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/>