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
abandoned | |
able | |
absolute | |
adorable | |
adventurous | |
academic | |
acceptable | |
acclaimed | |
accomplished | |
accurate |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title></title> | |
<meta name="author" content=""> | |
<meta name="description" content=""> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> |
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
<?php | |
$ch = curl_init(); | |
curl_setopt($ch, CURLOPT_URL, 'https://api.twitch.tv/helix/streams?user_id=THE USER ID HERE'); | |
curl_setopt($ch, CURLOPT_HTTPHEADER, array( | |
'Authorization: Bearer YOUR SECRET HERE', | |
'Client-ID: YOUR APP CLIENT ID HERE' | |
)); | |
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); | |
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
/* | |
* For this to work you need a form named "Form1" | |
* with a PictureBox named "camera". | |
* | |
* Next to the exe you need a "images" folder | |
* | |
* You need to install MjpegProcessor. It should work with | |
* other streams too, when I wrote this, happened that I | |
* had a mjpeg stream on my hand. | |
*/ |
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
; Make a shortcut to your desktop of "daorigins.exe" (Dragon Age/bin_ship/daorigins.exe) go to shortcut properties, and under Target add -enabledeveloperconsole (after ..daorigins.exe" ) | |
; This can be done on the Steam version by right clicking on the game in your Games List, choosing Properties, and clicking Set Launch Options. This allows you to enter command line option. | |
; Then go into the keybindings.ini file located in "My Documents\BioWare\Dragon Age\Settings\" Find the line "OpenConsole_0=Keyboard::Button_X" (GRAVE is default, change X to any button that is not already used in the game.) | |
; Save the file, and start the game with the shortcut you created on your desktop. | |
HotKeySet("y", cheat) ; y is default but you can set it to any key the game does not use (so do not set if fo C for example. Nor for the key you use for opening condole) | |
While 1 | |
Sleep(100) | |
WEnd |
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 urllib | |
import requests | |
import os | |
"I found that all the public creatures are in this folder's subfolder" | |
baseURL = 'http://static.spore.com/static/thumb/501/' | |
""" | |
Starting numbers. Download start at these numbers. | |
Folders look like in the 501 folder: /012/034/501012024001.png |
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
''' | |
Copyright (C) 2016 Ákos Nikházy | |
[email protected] | |
Created by Ákos Nikházy | |
This program is free software: you can redistribute it and/or modify | |
it under the terms of the GNU General Public License as published by | |
the Free Software Foundation, either version 3 of the License, or | |
(at your option) any later version. |
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
<?php | |
/* | |
Created by Ákos Nikházy | |
I use this in this app: http://ltats.nikhazy-dizajn.hu/ | |
All Homestuck images are gifs numbered between 001901 and 009875 (to date). Sometimes the pages are flash animations or HTML5 games | |
*/ | |
do | |
{//do this while the random number is not an image |