ESSID/Network Name | PSK/Password: |
---|---|
BBYDemo | blue1966 |
BBYDemoFast | blue1966 |
I'm not sure if this is for every Best Buy store, but it at least works at Store 815. Try it out and comment here how it went.
c78cdbc82ee18532b2c494c041e98cb5fa518d028ebcc00c6edd79f53a2b30db MDL-ModemOnly.tar.gz | |
23f11ba10917921208bed1d510b4025ef5d816e16a8f51ec33b5b59ce2f9bbea MF9-ModemOnly.tar.gz | |
db9f8a179e40d398eafe96f9d58cf009a475fa05c93b3547a6f0cf640d1a635d NG2-ModemOnly.tar.gz | |
9e3e438523fa8fe047524d566c8b2563945827202025f3cd26535439b18c6ed2 NG2-complete-withBL.tar.gz |
[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]][([][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]((![]+[])[+!+[]]+(![]+[])[!+[]+!+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]+(!![]+[])[+[]]+(![]+[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+ |
ESSID/Network Name | PSK/Password: |
---|---|
BBYDemo | blue1966 |
BBYDemoFast | blue1966 |
I'm not sure if this is for every Best Buy store, but it at least works at Store 815. Try it out and comment here how it went.
#!/usr/bin/env bash | |
# Copies a secure password to the clipboard. | |
# Licensed under the Expat license: | |
: <<LICENSE | |
Copyright (C) 2015 Benjamin Mintz | |
Permission is hereby granted, free of charge, to any person obtaining | |
a copy of this software and associated documentation files (the | |
"Software"), to deal in the Software without restriction, including |
#!/use/bin/env sh | |
# http://www.mobileread.com/forums/showthread.php?t=118472 | |
#First, remount root as read/write | |
mntroot rw | |
cd /opt | |
feed=http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable | |
wget $feed/ipkg-opt_0.99.163-10_arm.ipk | |
tar -xOvzf ipkg-opt_0.99.163-10_arm.ipk ./data.tar.gz | tar -C / -xzvf - | |
mkdir -p /opt/etc/ipkg |
I hereby claim:
To claim this, I am signing this object:
# for discord.py users | |
async def update_bot_stats(): | |
"""inform bots.discord.pw of how many guilds the bot is in""" | |
async with aiohttp.ClientSession() as session: | |
print('Updating stats.') | |
print('Server count:', str(len(bot.servers))) | |
print('Auth token:', bot.discordpw_api_token) | |
print('Sending', '{{"server_count": {}}}'.format(len(bot.servers))) | |
async with session.post( |
#!/usr/bin/env python3 | |
# encoding: utf-8 | |
import math | |
def human_readable_base2(bytes): | |
units = ('B', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB') | |
return human_readable(bytes, 1024, units) |
Nauseating Pumpkin Mush | |
Nebulous Pumpkin Moons | |
Neurotic Pumpkin Murderer | |
Neutral Pumpkin Mews | |
Never-ending Pumpkin Mulch | |
Nice Pumpkin Machete | |
Nifty Pumpkin Mill | |
Ninja Pumpkin Mutants | |
Nitrogen Pumpkin Mulch | |
Nocturnal Pumpkin Maelstrom |
#!/usr/bin/env python3.6 | |
# encoding: utf-8 | |
# Copyright 2015 Rapptz | |
# MIT Licensed | |
# Original source: https://github.com/Rapptz/RoboDanny/blob/c8fef9f07145cef6c05416dc2421bbe1d05e3d33/cogs/meta.py#L57-72 | |
import unicodedata | |
def charinfo(characters): |