File: Download Adobe shock playershockwave plugin chrome shockwave flash crash shockwave flash firefox shockwave flash object shockwave flash plugin chrome .swf player adobe shockwave test adobe shockwave chrome Download Adobe ShockWave Player for Windows now from Softonic: 100% safe and virus free. More than 2355 downloads this month. Download Adobe Adobe Shockwave Player helps deliver best content the Web has to offer - including dazzling 3D games and entertainment, interactive product demonstrations, Test Adobe Shockwave Player. When you see the animation playing below the labeled box, then your installation was successful. 23 Feb 2017 Follow these steps to download and install Adobe Shockwave Player and then enable Shockwave Player in your browser. Adobe ShockWave Player,
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
;SMBDIS.ASM - A COMPREHENSIVE SUPER MARIO BROS. DISASSEMBLY | |
;by doppelganger ([email protected]) | |
;This file is provided for your own use as-is. It will require the character rom data | |
;and an iNES file header to get it to work. | |
;There are so many people I have to thank for this, that taking all the credit for | |
;myself would be an unforgivable act of arrogance. Without their help this would | |
;probably not be possible. So I thank all the peeps in the nesdev scene whose insight into | |
;the 6502 and the NES helped me learn how it works (you guys know who you are, there's no |
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
# I am not the author of this script. I just keep it here because it is infinitely useful. | |
__author__ = 'Jan' | |
import base64 | |
from bs4 import BeautifulSoup | |
import cfscrape | |
from pySmartDL import SmartDL | |
import os.path | |
import argparse |
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
Complete command list of NotSoBot <439205512425504771>: | |
Owner: NotSoSuper <296044494812479498> | |
Prefix: . | |
* = Not Required | |
^ = Bot Owner Only | |
^^ = Server Admin Only | |
"/'s" in commands show aliases for the command (Ex: ".reverse/r <text>" Command can be run with .reverse or .r) | |
<max_messages> = The number of messages to search through | |
<image> = The image URL, @discord_user, the users name, discord/custom emoji, or, nothing inputted which will search through 25 messages for embeds or attachments | |
<image-face> = Image requires a HUMAN FACE to be included |
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
public class AudioManager : MonoBehaviour { | |
// Your audio clip | |
public AudioClip MusicClip; | |
// the component that Unity uses to play your clip | |
public AudioSource MusicSource; | |
// Use this for initialization | |
void Start () { |
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
""" | |
If you are not using this inside a cog, add the event decorator e.g: | |
@bot.event | |
async def on_command_error(ctx, error) | |
For examples of cogs see: | |
https://gist.github.com/EvieePy/d78c061a4798ae81be9825468fe146be | |
For a list of exceptions: | |
https://discordpy.readthedocs.io/en/latest/ext/commands/api.html#exceptions |
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 asyncio | |
from hashlib import md5 | |
from collections import deque | |
from aiohttp import ClientSession | |
from collections import OrderedDict | |
from urllib.parse import quote as qs | |
# try to use uvloop if possible | |
try: | |
import uvloop |
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 discord | |
from discord.ext import commands | |
import sys, traceback | |
"""This is a multi file example showcasing many features of the command extension and the use of cogs. | |
These are examples only and are not intended to be used as a fully functioning bot. Rather they should give you a basic | |
understanding and platform for creating your own bot. | |
These examples make use of Python 3.6.2 and the rewrite version on the lib. |
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, time, subprocess | |
import discord | |
from discord.ext.commands import Bot | |
main = Bot(command_prefix=("did you get me my CHEEZ WHIZ bo")) | |
discord.opus.load_opus('/usr/local/Cellar/opus/1.2.1/lib/libopus.dylib') | |
@main.event | |
async def on_voice_state_update(b, a): | |
if not a.voice.voice_channel: |
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
[ | |
{ | |
"discord_id": "247056469894103041", | |
"name": "Tink", | |
"invite": "https://discordapp.com/oauth2/authorize?permissions=8&scope=bot&client_id=247056469894103041", | |
"short_desc": "A multipurpose bot for Discord.", | |
"support_invite": null, | |
"prefix": "+" | |
}, | |
{ |
OlderNewer