import socket
def LocalBroadcasting(Payload,SelectAddress=(),SelectProtocolNumber=()):
# Trans
if len(Payload) == 17:
SeparateCharacter = Payload[2]
Payload = Payload.replace(SeparateCharacter,"")
PacketPayload = bytes.fromhex("F" * 12 + Payload *16)
elif len(Payload) == 12:
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
Speakers | Content | |
---|---|---|
GN | so we posted some coverage yesterday with some concerns about data accuracy ethics and responsibilities of Linus Media Group | |
GN | not going to recap all that here you should check that video out before proceeding its necessary context | |
GN | Linus hastily posted a statement about three and a half hours after our video went live | |
GN | the video raised concerns again about an incredibly large amount of testing and act accuracy issues | |
GN | alongside what we believe to be unethical actions and just issues with responsibility as a large Outlet in general | |
GN | Linus's statement it is an unhinged Unapologetic rant where he shirks responsibility and blames others | |
GN | he tries to play weird semantic games like saying | |
GN | quote | |
Linus | wedidn't sell the product we auctioned it |
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
Speakers | Content | |
---|---|---|
GN | a few days ago this clip from an LTT lab tour got a lot of attention online | |
LTT | the difference between us and somebody like Gamers Nexus or Hardware unboxed is we test new components new tests every time | |
GN | and then Hardware unboxed tweeted dissatisfaction with the statement made in that tour | |
GN | we didn't say anything at all anywhere even though it's not actually true they don't collect new data and new tests every single time and it's not always necessary anyway | |
GN | so when Linus went on the win show we hadn't gotten involved Linus responded to hard run box on the WAN show and then said the following | |
Linus | there's a fair number of people that are talking about the the whole trust me bro situation uh there where some creators that .... it seems like you guys are .... look ...(sigh | |
GN | just say it everyone knows you're talking about us | |
Linus | it's pretty clear that not everyone in the Creator space handled that super professionally | |
Linus | I don't obviously agree with some of the tak |
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 csv | |
import time | |
import requests | |
import schedule | |
from bs4 import BeautifulSoup | |
def voltage_check(): | |
# access apcupsd | |
apcupsd = "http://10.0.1.5/apcupsd/upsfstats.cgi?host=127.0.0.1" |
NewerOlder