Skip to content

Instantly share code, notes, and snippets.

@FWidm
FWidm / discord_bot.py
Created September 2, 2020 19:27
quick discord user "client" to roll in group chats during video calls
from random import randint
import discord
client = discord.Client()
@client.event
async def on_ready():
print('We have logged in as {0.user}'.format(client))
package de.fwidm.streams;
import java.time.LocalDateTime;
import java.time.format.DateTimeFormatter;
import java.util.Arrays;
import java.util.Comparator;
import java.util.List;
import java.util.Map;
import java.util.function.Function;
import java.util.stream.Collectors;
import time
import winsound
import re
from datetime import datetime
class ChatLine:
def __init__(self, date, chat_type, clan, name, content) -> None:
self.date_str = date
self.chat_type = self._determine_type(chat_type)
from pprint import pprint
import requests
class RiverHistory(object):
def __init__(self, league, data, league_info: dict = None) -> None:
super().__init__()
self.league = league
self.mean = data['mean']
@FWidm
FWidm / spacemind
Last active November 12, 2023 18:26
Biosphere - [Spacemind - Alien Earth #01] Poa Alpina
Asura - [Spacemind - Alien Earth #02] Like a Summer Day
Carbon Based Lifeforms - [Spacemind - Alien Earth #03] Central Plains
Hallucinogen - [Spacemind - Alien Earth #04] LSD
H.U.V.A. Network - [Spacemind - Alien Earth #05] Indigo Room
Aes Dana - [Spacemind - Alien Earth #06] Season 5
Nuclear Ramjet - [Spacemind - Alien Earth #07] Folding Time
Sync24 - [Spacemind - Alien Earth #08] Biota
Khetzal - [Spacemind - Alien Earth #09] Glasiales Lacrimae
Solar Fields - [Spacemind - Alien Earth #10] Discovering
Microsoft (R) Windows Debugger Version 10.0.17674.1000 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [C:\Windows\MEMORY.DMP]
Kernel Bitmap Dump File: Kernel address space is available, User address space may not be available.
Symbol search path is: srv*
Executable search path is:
Newest on top:
\Device\Video3
Graphics Exception on BE 30: CRD_LONG_WAIT_ON_FREE_TAGS
\Device\Video3
Graphics Exception on BE 30: CRD_CACHE_HIT_FROM_OTHER_GPC
\Device\Video3
Graphics Exception on BE 30: Graphics is hung, FATAL!!
\Device\Video3
Graphics Exception on BE 30: CRD_DEAD_TAGS
<?xml version="1.0" encoding="UTF-8"?>
<PathOfBuilding>
<Build level="93" targetVersion="3_0" className="Scion" ascendClassName="Ascendant" />
<Skills>
<Skill slot="Helmet" enabled="true">
<Gem level="20" quality="0" enabled="true" nameSpec="Increased Duration" />
<Gem level="20" quality="0" enabled="true" nameSpec="Cast when Damage Taken" />
<Gem level="20" quality="0" enabled="true" nameSpec="Immortal Call" />
<Gem level="1" quality="20" enabled="true" nameSpec="Flame Dash" />
</Skill>
@FWidm
FWidm / 0_FindDependencies.log
Last active November 25, 2017 16:39
A small CLI tool that finds all `use`d containers for a container. In addition it also detects active `Apiato::call` (only spaces or tabs in front of a call)
$ php artisan apiato:container-dependencies app/Containers/GeoLocation/
Searching for dependencies in container: app/Containers/GeoLocation/
Remove own container from listings? (y/n):
> n
Found dependencies:
[imports]:
[Authentication]:
[0]: app/Containers/GeoLocation/Actions/CreateGeoRequestAction.php
@FWidm
FWidm / bowers_wilkins_mm1_fixes.md
Last active November 3, 2018 14:40
Fix MM-1 Bower&Wilkins speakers

Windows 8+: Install drivers and updatertool

  1. Obtain driver from http://www.bwgroupsupport.com/download/software
  2. Install drivers & Updater-Software
  • If the driver cannot be installed (default for win8, win10) enter testmode:
    1. Start CMD/Powershell as admin
    2. bcdedit /set testsigning on
    3. Reboot
    4. Reinstall the software - driver should install fine
    5. Start CMD/Powershell as admin and disable testing mode: bcdedit /set testsigning off
  1. Reboot