This file contains 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
# coding=utf-8 | |
import os | |
import re | |
import sys | |
import zipfile | |
import requests | |
# Your cookie | |
headers = {'Cookie': 'your cookie'} |
This file contains 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
# coding=utf-8 | |
import os | |
import time | |
import requests | |
def ensure_dir(f): | |
d = os.path.join(os.getcwd(), f) | |
if not os.path.exists(d): |
This file contains 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
# coding=utf-8 | |
""" | |
Copyright © 2016 Hippo Seven | |
This work is free. You can redistribute it and/or modify it under the | |
terms of the Do What The Fuck You Want To Public License, Version 2, | |
as published by Sam Hocevar. See http://www.wtfpl.net/ for more details. | |
""" | |
import os |
This file contains 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
import os | |
import re | |
import zipfile | |
import sys | |
import colorama | |
from subprocess import call | |
from selenium import webdriver | |
from termcolor import colored, cprint | |
This file contains 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
# Include | |
find_path(SDL2_INCLUDE_DIR SDL2/SDL.h) | |
if(SDL2_INCLUDE_DIR) | |
set(SDL2_INCLUDE_DIR2 ${SDL2_INCLUDE_DIR}/SDL2) | |
endif(SDL2_INCLUDE_DIR) | |
# Lib | |
find_library(SDL2_MAIN_LIBRARY NAMES SDL2main) | |
find_library(SDL2_LIBRARY NAMES SDL2) |
This file contains 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
dump |
This file contains 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
1.6.23 |
This file contains 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
1.5.0 |
This file contains 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
2.0.4 |
This file contains 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
Index: include/SDL_rwops.h | |
=================================================================== | |
--- include/SDL_rwops.h (revision 8be6e5ca9041dfcf8b20c85e43eb3beaa6efdd2b) | |
+++ include/SDL_rwops.h (revision ) | |
@@ -96,15 +96,7 @@ | |
#if defined(__ANDROID__) | |
struct | |
{ | |
- void *fileNameRef; | |
- void *inputStreamRef; |
OlderNewer