#voice-chat-text-0

1 messages Β· Page 946 of 1

woeful salmon
#

were you asking me?

trail mural
#

you would think they would have a fix for it by now 😦

woeful salmon
trail mural
#

my ears

calm cypress
#
def nomeserver(update, id):
    print(id)
    id.edit_text(text="aasfafsaf")

    nome = update.message.text
    if "https://" in nome.lower() or "@" in nome:
        update.message.reply_text("❌ Caratteri non consentiti!")
       
        return NOME
    else:
        update.message.reply_text("1")
        return PROVA

  
def button(update, context):
    

    query = update.callback_query
    query.answer()
    choice = query.data
    if choice == "server":

        keyboard = [
            
                
                [InlineKeyboardButton("❌ Annulla", callback_data='annulla'),
                 InlineKeyboardButton("➑️ Avanti", callback_data='ciao')]]

        reply_markup = InlineKeyboardMarkup(keyboard)
        
        query.edit_message_text(text="*1*",parse_mode=telegram.ParseMode.MARKDOWN, reply_markup=reply_markup)
       
        

    if choice == "ciao":
        keyboard = [
            
                
                [InlineKeyboardButton("❌ Annulla", callback_data='annulla'),
                 InlineKeyboardButton("➑️ Avanti", callback_data='ciao')]]

        reply_markup = InlineKeyboardMarkup(keyboard)
        id = query.edit_message_text(text="*done*",parse_mode=telegram.ParseMode.MARKDOWN, reply_markup=reply_markup)
        return NOME
#

AttributeError: 'CallbackContext' object has no attribute 'edit_text'

wind raptor
calm cypress
#
C:\Users\Stefano\AppData\Local\Programs\Python\Python39\lib\site-packages\telegram\ext\conversationhandler.py:287: UserWarning: If 'per_message=False', 'CallbackQueryHandler' will not be tracked for every message.
  warnings.warn(
2021-12-15 18:59:45,629 - apscheduler.scheduler - INFO - Scheduler started
<telegram.ext.callbackcontext.CallbackContext object at 0x00000258930A64A0>
2021-12-15 18:59:53,466 - telegram.ext.dispatcher - ERROR - No error handlers are registered, logging exception.
Traceback (most recent call last):
  File "C:\Users\Stefano\AppData\Local\Programs\Python\Python39\lib\site-packages\telegram\ext\dispatcher.py", line 555, in process_update
    handler.handle_update(update, self, check, context)
  File "C:\Users\Stefano\AppData\Local\Programs\Python\Python39\lib\site-packages\telegram\ext\conversationhandler.py", line 626, in handle_update
    new_state = handler.handle_update(update, dispatcher, check_result, context)
  File "C:\Users\Stefano\AppData\Local\Programs\Python\Python39\lib\site-packages\telegram\ext\handler.py", line 198, in handle_update
    return self.callback(update, context)
  File "c:\Users\Stefano\Desktop\Files\nuovo\main.py", line 47, in nomeserver
    id.edit_text(text="aasfafsaf")
AttributeError: 'CallbackContext' object has no attribute 'edit_text'
woeful salmon
sturdy panther
rugged root
#

ekoj doog a saw ti thguoht I

trail mural
#

he called you a relux?

sturdy panther
#

!ti tog nosrep eno tsael tA |uoy knahT

trail mural
#

its so bad

#

idk how it even exists

#

): ti teg t'nod I

wind raptor
#

?tahc ni secnetnes driew eseht era tahW

trail mural
#

racecar

woeful salmon
trail mural
#

they own the company and pay themself with shares >:)

#

someone had to be

#

big sadge

#

I laughed 😦

haughty pier
#

fun fact - "bit" is a portmanteau for "binary digit"

rugged root
alpine path
trail mural
#

yes

#

me

#

I DO

#

how does it taste?

#

@alpine path wdym by expensive?

#

it takes too much time?

woeful salmon
#

πŸ‘‹ i'm gonna go sleep now goodnight

trail mural
#

thx for explaining

old gust
#

somebody is here ??

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied mute to @whole bear until <t:1639607507:f> (9 minutes and 59 seconds) (reason: mentions rule: sent 6 mentions in 10s).

vivid palm
#

!unmute 95175136319115264

#

yo

wise cargoBOT
#

:incoming_envelope: :ok_hand: pardoned infraction mute for @whole bear.

dense ibex
#

lmfao

strong arch
uncut meteor
uncut meteor
uncut meteor
vivid palm
#

lol has KJ harvested every ella pic there is

terse needle
uncut meteor
uncut meteor
#

oml

#

time to make brainfuck++

#

now with added OOP

terse needle
#

brainfuck#

uncut meteor
#

enterprise level OOP

uncut meteor
#

why

#

jesus

#

does Fisher know you do this?

wise cargoBOT
#

interpreter.py line 5

from typing import *```
terse needle
#

lmao

uncut meteor
#

roasted

strong arch
#

u act like youve made anything better

#

> bruh

terse needle
#
        elif tokens[cursor] == "<":
            pointer -= 1

to

        pointer -= tokens[cursor] == "<"
strong arch
#

!e print(True - 2)

wise cargoBOT
#

@strong arch :white_check_mark: Your eval job has completed with return code 0.

-1
vivid palm
#

@whole bear do you know why those gifs were deleted?

uncut meteor
#
p -= t[c] == "<"
vivid palm
#

yeah i'm just making sure you know why

uncut meteor
#

how many

#

pics

#

jees

terse needle
#

im just going through post from fisher that have an image

#

I dont save this shit on my pc

uncut meteor
#

smallest bf interpreter

a=__import__("sys");b=__import__("os");b.system("bf {a.argv[1]}")
#

where bf is the bf binary

topaz thistle
#

you guys know some site like leetcode, but free? just for practicing?

uncut meteor
#

codewars?

sturdy panther
#

The UK gets to keep DST?

topaz thistle
#

from the way the site looks, I thought it was paid content...

#

thanks!

#

Im gonna have a look

uncut meteor
#

ignore this

#

I usually do rank 8-7

topaz thistle
#

yeap, I saw it

uncut meteor
#

good good

topaz thistle
#

I work whit database administration

#

and know its time to improve my knowledge hehe

#

thanks mate

uncut meteor
#

np, gl

terse needle
#

make files aren't so hard

CXX_SRC     = ./source/*.cpp
CXX_FLAGS     = -lraylib -lGL -lm -pthread -ldl -std=c++20
CXX_COMPILER    = g++
DEST        = test_build
BINARY        = tetris

all: compile

compile:
    mkdir -p ${DEST}
    ${CXX_COMPILER} ${CXX_SRC} ${CXX_FLAGS} -o ${DEST}/${BINARY}
gentle flint
#

sleeswijk-holstein

#

jag

delicate kernel
#

wait wait

gentle flint
#

pΓ₯ en / pΓ₯ ett

zinc magnet
delicate kernel
#

where u put this letter

zinc magnet
#

β–‘

gentle flint
#

StΓΈd

zinc magnet
#

fita

gentle flint
somber heath
#

!kindling

wise cargoBOT
#

Kindling Projects

The Kindling projects page on Ned Batchelder's website contains a list of projects and ideas programmers can tackle to build their skills and knowledge.

somber heath
#

!code

wise cargoBOT
#

Here's how to format Python code on Discord:

```py
print('Hello world!')
```

These are backticks, not quotes. Check this out if you can't find the backtick key.

somber heath
#

!paste

wise cargoBOT
#

Pasting large amounts of code

If your code is too long to fit in a codeblock in discord, you can paste your code here:
https://paste.pythondiscord.com/

After pasting your code, save it by clicking the floppy disk icon in the top right, or by typing ctrl + S. After doing that, the URL should change. Copy the URL and post it here so others can see it.

gusty birch
#

Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.

You may assume that each input would have exactly one solution, and you may not use the same element twice.

You can return the answer in any order.

Example 1:

Input: nums = [2,7,11,15], target = 9
Output: [0,1]
Output: Because nums[0] + nums[1] == 9, we return [0, 1].
Example 2:

Input: nums = [3,2,4], target = 6
Output: [1,2]
Example 3:

Input: nums = [3,3], target = 6
Output: [0,1]

Constraints:

2 <= nums.length <= 104
-109 <= nums[i] <= 109
-109 <= target <= 109
Only one valid answer exists.

#
    def __init__(self, nums, target):
        self.nums = nums
        self.target = target
    def twoSum(self, nums):
        for i in range(len(nums)):
            if nums[i] + nums[i+1] == target:
                return nums[i], nums[i+1]

            
if __name__ == "__main__":
    nums = [2,7,11,15]
    target = 9
    print(Solution.twoSum(nums,target))```
somber heath
#

!d enumerate

wise cargoBOT
#

enumerate(iterable, start=0)```
Return an enumerate object. *iterable* must be a sequence, an [iterator](https://docs.python.org/3/glossary.html#term-iterator), or some other object which supports iteration. The [`__next__()`](https://docs.python.org/3/library/stdtypes.html#iterator.__next__ "iterator.__next__") method of the iterator returned by [`enumerate()`](https://docs.python.org/3/library/functions.html#enumerate "enumerate") returns a tuple containing a count (from *start* which defaults to 0) and the values obtained from iterating over *iterable*.

```py
>>> seasons = ['Spring', 'Summer', 'Fall', 'Winter']
>>> list(enumerate(seasons))
[(0, 'Spring'), (1, 'Summer'), (2, 'Fall'), (3, 'Winter')]
>>> list(enumerate(seasons, start=1))
[(1, 'Spring'), (2, 'Summer'), (3, 'Fall'), (4, 'Winter')]
```  Equivalent to...
somber heath
#

!e py text = "apple" for i in range(len(text)): print(text[i+1])

wise cargoBOT
#

@somber heath :x: Your eval job has completed with return code 1.

001 | p
002 | p
003 | l
004 | e
005 | Traceback (most recent call last):
006 |   File "<string>", line 3, in <module>
007 | IndexError: string index out of range
somber heath
#

!e py for i in range(10): if i == 5: continue print(i)

wise cargoBOT
#

@somber heath :white_check_mark: Your eval job has completed with return code 0.

001 | 0
002 | 1
003 | 2
004 | 3
005 | 4
006 | 6
007 | 7
008 | 8
009 | 9
somber heath
#

!e py things = ["a", "b", "c"] for i, v in enumerate(things): print(i, v)

wise cargoBOT
#

@somber heath :white_check_mark: Your eval job has completed with return code 0.

001 | 0 a
002 | 1 b
003 | 2 c
somber heath
#

!e py for a in "abc": for b in (1, 2, 3): print(a,b)

wise cargoBOT
#

@somber heath :white_check_mark: Your eval job has completed with return code 0.

001 | a 1
002 | a 2
003 | a 3
004 | b 1
005 | b 2
006 | b 3
007 | c 1
008 | c 2
009 | c 3
somber heath
#

!e py nums = 1, 2, 3 for a in nums: for b in nums: print(a, b)

wise cargoBOT
#

@somber heath :white_check_mark: Your eval job has completed with return code 0.

001 | 1 1
002 | 1 2
003 | 1 3
004 | 2 1
005 | 2 2
006 | 2 3
007 | 3 1
008 | 3 2
009 | 3 3
somber heath
#

!e py a, b = (1,2) print(a) print(b)

wise cargoBOT
#

@somber heath :white_check_mark: Your eval job has completed with return code 0.

001 | 1
002 | 2
gusty birch
#
class Solution:
    def __init__(self, nums, target):
        self.nums = nums
        self.target = target
    def twoSum(self, nums):
        for i, v in enumerate(nums):
            for f, n in enumerate(nums):
                




            
if __name__ == "__main__":
    nums = [2,7,11,15]
    target = 9
    print(Solution.twoSum(nums,target)) ```
#
        for a, i in enumerate(nums):
            for e, i in enumerate(nums):
somber heath
#

ai, a

#

bi, b

#

!e py nums = 2, 7, 11, 15 for ai, a in enumerate(nums): for bi, b in enumerate(nums): print(f"{ai = }, {a= }, {bi = }, {b = }")

wise cargoBOT
#

@somber heath :white_check_mark: Your eval job has completed with return code 0.

001 | ai = 0, a= 2, bi = 0, b = 2
002 | ai = 0, a= 2, bi = 1, b = 7
003 | ai = 0, a= 2, bi = 2, b = 11
004 | ai = 0, a= 2, bi = 3, b = 15
005 | ai = 1, a= 7, bi = 0, b = 2
006 | ai = 1, a= 7, bi = 1, b = 7
007 | ai = 1, a= 7, bi = 2, b = 11
008 | ai = 1, a= 7, bi = 3, b = 15
009 | ai = 2, a= 11, bi = 0, b = 2
010 | ai = 2, a= 11, bi = 1, b = 7
011 | ai = 2, a= 11, bi = 2, b = 11
... (truncated - too many lines)

Full output: https://paste.pythondiscord.com/unegateyeq.txt?noredirect

somber heath
#

return [ai, bi]

#

return ai, bi

gusty birch
#
    def __init__(self, nums, target):
        self.nums = nums
        self.target = target
    def twoSum(self, nums):
        for ai, a in enumerate(nums):
            for bi, b in enumerate(nums):
                if ai == bi:
                    continue
                elif a == b:
                    continue
                elif a + b == target:
                    return [ai, bi]
        
if __name__ == "__main__":
    nums = [2,7,11,15]
    target = 9
    print(Solution.twoSum(nums,target))```
#
class Solution:
    def __init__(self, nums, target):
        self.nums = nums
        self.target = target
    def twoSum(nums, target):
        for ai, a in enumerate(nums):
            for bi, b in enumerate(nums):
                if ai == bi:
                    continue
                elif a + b == target:
                    return [ai, bi]
        
if __name__ == "__main__":
    nums = [2,7,11,15]
    target = 9
    print(Solution.twoSum(nums,target))```
somber heath
#

!e ```py
def two_sum(nums, target):
for ai, a in enumerate(nums):
for bi, b in enumerate(nums):
if ai == bi:
continue
elif a + b == target:
return [ai, bi]

if name == "main":
nums = [2,7,11,15]
target = 9
print(two_sum(nums,target))```

wise cargoBOT
#

@somber heath :white_check_mark: Your eval job has completed with return code 0.

[0, 1]
dense kindle
#

!voiceverify

whole bear
#

@whole bear hi

#

@whole bearhi

gloomy vigil
somber heath
#

I mean, I do like Minecraft.

#

I'd just like a better computer to play it on.

dense mountain
rugged root
#

!server

wise cargoBOT
#
Server Information

Created: <t:1483877013:R>
Roles: 94
Member status: status_online 53,393 status_offline 235,320

Members: 288,712

Helpers: 134
Moderation Team: 35
Admins: 15
Owners: 3
Contributors: 45
Leads: 9

Channels: 243

Category: 31
News: 8
Staff: 74
Stage_Voice: 2
Text: 118
Voice: 10

rugged root
#
import subprocess

tsharkCall = [r"C:\Program Files\Wireshark\tshark.exe", "-a", "duration:2", "-i", "2"]
tsharkProc = subprocess.Popen(tsharkCall,
                              bufsize=0,
                              shell=True,
                              stdout=subprocess.PIPE,
                              stderr=subprocess.PIPE,
                              stdin=subprocess.PIPE)
print(tsharkProc.communicate()[1].decode('utf-8', errors='replace'))
dense mountain
gentle flint
#

2x8 GB DDR3L-1600
Core i7-4790K, 4,0 GHz (4,4 GHz Turbo Boost) socket 1150 processor
Mugen 4 PCGH Edition cooler
Z97S SLI Krait Edition, socket 1150 mobo
Zalman ZM400B-APS 400W PSU

trail mural
#

use a cardboard box

#

more airflow

gentle flint
#

no

trail mural
#

...

#

real edgy bro

rugged root
gentle flint
trail mural
#

needs more leds.

gentle flint
#

I detest RGB

#

it has a rather large heatsink

trail mural
#

is ur cooler blocking ram slots?

gentle flint
#

no

#

the fan is but it can be taken off

#

with 2 clips

trail mural
gentle flint
#

and the ram does fit underneath it, you only need to take off the fan to insert the ram

trail mural
#

"who cares about the architecture"

#

just use a toaster

#

@gentle flint what graphics card did ur wifes boyfriend give you?

gentle flint
#

he gave 3

#

and it's not my wife

trail mural
#

which gpu was it?

gentle flint
#

she's a friend of mine

trail mural
#

ah sorry

#

I misheard

gentle flint
#

they were
GT210
GT740
HD7850

gloomy vigil
#

nearly

gentle flint
#

I'm currently using the GT740 because my current psu didn't support the HD7850

#

but now with the newer PC I'll try the HD7850

trail mural
#

sounds like a you issue bruh

#

sometimes they get swoll

somber heath
#

Giant columns of fire shooting into the clouds...

rugged root
somber heath
#

That's a spicy meatball.

trail mural
#

overcooked

somber heath
#

Computational gastronomy.

trail mural
#

by

#

you can only be new temporarily

#

is there a discord for java?

rugged root
trail mural
#

by noodle

pulsar mural
#

any idea i cant add my modules in vs code although i have downloaded the packages

#

@gentle flint

#

@trail mural

trail mural
#

it wont let you import?

rugged root
#

What OS?

#

And how did you install the packages

pulsar mural
#

yeah it says there's no any module

pulsar mural
pulsar mural
somber heath
#

@gentle flint Increase mic gain a touch, maybe?

rugged root
#

Try: py -m pip install <package here>

pulsar mural
#

yes

trail mural
#

....

pulsar mural
#

pardon πŸ˜…?

#

okay wait

trail mural
#

😦

#

bring it back

#

reeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee

#

it's wednesday my dudes

somber heath
#

Friday for me.

swift valley
#

g'evening

gentle flint
pulsar mural
#

Import "youtube_dl" could not be resolvedPylance

gentle flint
rugged root
#

!ytdl

wise cargoBOT
#

Per Python Discord's Rule 5, we are unable to assist with questions related to youtube-dl, pytube, or other YouTube video downloaders, as their usage violates YouTube's Terms of Service.

For reference, this usage is covered by the following clauses in YouTube's TOS, as of 2021-03-17:

The following restrictions apply to your use of the Service. You are not allowed to:

1. access, reproduce, download, distribute, transmit, broadcast, display, sell, license, alter, modify or otherwise use any part of the Service or any Content except: (a) as specifically permitted by the Service;  (b) with prior written permission from YouTube and, if applicable, the respective rights holders; or (c) as permitted by applicable law;

3. access the Service using any automated means (such as robots, botnets or scrapers) except: (a) in the case of public search engines, in accordance with YouTube’s robots.txt file; (b) with YouTube’s prior written permission; or (c) as permitted by applicable law;

9. use the Service to view or listen to Content other than for personal, non-commercial use (for example, you may not publicly screen videos or stream music from the Service)
pulsar mural
#

but it works with pycharm

#

why not in vscode?

gentle flint
somber heath
#

You know the good thing about beige cases?

#

I don't, either.

gentle flint
somber heath
#

Brine.

#

100%

#

Big 'ol block.

gentle flint
somber heath
#

Looks like a catalytic converter.

sweet lodge
#

Two factor is too hard

cries in small business

gentle flint
#

In a city as old as Philadelphia, construction crews are bound to occasionally stumble on something of historical interest when they begin digging. Such was the case in early May when workers replacing a water line along the 900 block of Spruce Street encountered what appeared to be buried tree trunks. An alert passerby realized […]

sweet lodge
#

Actually - I have a question

Due to compliance issues, most employees can't have personal cell phones in the building

I was considering trying yubikeys for them

Would there be any issues with only having them?

#

What happens when an employee loses theirs?
Can the key be deleted from the AAD admin portal?

#

Backup keys?
Who has the budget for backup keys?

sweet lodge
#

I don't necessarily need super duper security

rugged root
sweet lodge
#

I just need something without a screen that will pass a safety audit

#

Google has Titan

#

I bought Titan first, because I was starting with Google accounts

Turns out Titan doesn't support [whatever the main standard is called], so it can pretty much only be used with Google accounts theses days

#

Physical safety audit not digital safety audit*

They don't want anyone hit by a forklift while walking and texting

I just want to be able to enforce MFA
Yubikeys are looking pretty nice, most employees stay at the same computer for the entire day, so they could just leave them plugged in

#

Sounds nice

#

Now to convince purchasing

#

Who has the budget for SSO?

#

!code ?

wise cargoBOT
#

Here's how to format Python code on Discord:

```py
print('Hello world!')
```

These are backticks, not quotes. Check this out if you can't find the backtick key.

rugged root
#

!e

print("Sup, dawg?")
wise cargoBOT
#

@rugged root :white_check_mark: Your eval job has completed with return code 0.

Sup, dawg?
sweet lodge
#

!eval

wise cargoBOT
#
Command Help

!eval [code]
Can also use: e

*Run Python code and get the results.

This command supports multiple lines of code, including code wrapped inside a formatted code block. Code can be re-evaluated by editing the original message within 10 seconds and clicking the reaction that subsequently appears.

We've done our best to make this sandboxed, but do let us know if you manage to find an issue with it!*

sweet lodge
rugged root
#

!e

spam = "ham"
a, b, c = spam
print(a, b, c)
wise cargoBOT
#

@rugged root :white_check_mark: Your eval job has completed with return code 0.

h a m
limber helm
#

!e
def idk(hu, hi):
print(hu,hi)
idk("da")
idk(
[4,5])
idk(*(1,5))

wise cargoBOT
#

@limber helm :white_check_mark: Your eval job has completed with return code 0.

001 | d a
002 | 4 5
003 | 1 5
rugged root
#

!e

spam = "ham"
pork = (*spam,)
print(pork)
wise cargoBOT
#

@rugged root :white_check_mark: Your eval job has completed with return code 0.

('h', 'a', 'm')
woeful salmon
wise cargoBOT
#

@woeful salmon :white_check_mark: Your eval job has completed with return code 0.

['h', 'a', 'm']
limber helm
#

def idk(x, y):
print(x,y)

woeful salmon
#

!e

first, *pork = "ham"
print(pork)
wise cargoBOT
#

@woeful salmon :white_check_mark: Your eval job has completed with return code 0.

['a', 'm']
rugged root
#

!e

*pork = "ham"
print(pork)
wise cargoBOT
#

@rugged root :x: Your eval job has completed with return code 1.

001 |   File "<string>", line 1
002 | SyntaxError: starred assignment target must be in a list or tuple
limber helm
#

!e
x,y,z = "dsa"
print(x,y,z)

wise cargoBOT
#

@limber helm :white_check_mark: Your eval job has completed with return code 0.

d s a
woeful salmon
#

!e

foo = "filename.txt"
filename, _, extension = foo.partition(".")
print(filename)
print(extension)
wise cargoBOT
#

@woeful salmon :white_check_mark: Your eval job has completed with return code 0.

001 | filename
002 | txt
pulsar mural
#

c++ i guess..

#

developing different games or in gaming engines...

#

im about to in Seneca college

#

Jan intake..

rugged root
#

You sound super excited about it

frozen jetty
#

how can I hear some one isn't here?

rugged root
#

Ctrl + R. It's a client bug

pulsar mural
frozen jetty
pulsar mural
#

honest answer....

#

yeah thats kinda rude ..

rugged root
#

Which

pulsar mural
#

no offense, "Can anyone help with selenium?" __

gentle flint
sweet lodge
#

And now for your daily dose of

pulsar mural
#

I used be one of them lol,,

sweet lodge
#

!ytdl

rugged root
#

Right?

#

Yeah that gets asked a lot as well

pulsar mural
#

haha

#

NASA can be hacked by css and html

#

it was a really famous meme

#

@rugged root So is there no any way to import the module?

#

problem asked in help.cheese

sweet lodge
#

What's wrong with PyCharm on Windows?

gentle flint
sweet lodge
#

Hemlock

#

Why won't windows take my Yubikey?

#

I have one

sweet lodge
#

I'm considering buying more for everyone else

gentle flint
rugged root
sweet lodge
#

Aww

gentle flint
sweet lodge
rugged root
gentle flint
sweet lodge
#

I did gpupdate /force and restarted, but it still didn't work
I requested a policy sync from Intune, and I'll give that a bit to take effect, and try again

#

Somewhat interesting that gpupdate still works with Azure

#

Why not both?

#

Without the target it checks for updates to both computer policies and user policies

#

Fair enough

#

I just wait a month for people to actually get around to restarting

#

So I don't have to deal with the complaints about forcing restarts

#

YES

#

God bless OneDrive and autosave

#

It was around that long ago?

rugged root
#

Since XP I think

#

I think?

#

Now I'm doubting myself

sweet lodge
#

huh

rugged root
#

Now I can't confirm

pulsar mural
#

sorry my bad

pulsar mural
rugged root
#

Maybe I don't mean auto save

#

The auto recover one

sweet lodge
#

Version 1707
Released July 27 2017

Excel: Feature updates
AutoSave: Changes are saved automatically for workbooks stored in the cloud, and you can see others’ updates in seconds.

rugged root
#

Where if you forget to save or it crashes

#

Not the cloud saving

#

I just can't think of the term

pulsar mural
#

i can understand hindi but have bit trouble while speaking

gentle flint
languid pulsar
#

OH NICE

pulsar mural
#

πŸ˜…πŸ˜…Pardon.

gentle flint
#

This is the speed I type at when going at high speed, but I'll stop now so you don't all go mad in vc

sweet lodge
#

Which one are we looking for?

#

https://docs.microsoft.com/en-us/office/troubleshoot/excel/autorecover-functions-in-excel

Description of the Auto-Recover functions in Excel
Applies to: Excel 2010, Microsoft Office Excel 2007, Microsoft Office Excel 2003
Summary
Microsoft Excel now has a built-in Auto-Recover feature that has replaced the Auto-Save add-in that exists in versions of Excel that are earlier than Microsoft Excel 2002. The Auto-Recover feature saves copies of all open Excel files at a user-definable fixed interval. The files can be recovered if Excel closes unexpectedly, for example, during a power failure.

#

I can't even find the release notes - they only date back to 2017

#

Because Windows hates us

#

backwards compatability

gentle flint
rugged root
#

!stream 128363483828977664

wise cargoBOT
#

βœ… @woeful salmon can now stream until <t:1639676689:f>.

trail mural
#

πŸ¦†

rugged root
terse needle
#

this is some scary shit if you ask me

extern int print_val();
extern void set_val(char* data, int len);

int main(){
    set_val("Test", 4);
    print_val();
}
Test⏎                                                                                                     
#
set_val:
    ret

print_val:
    push rsi
    push rdi

    mov rax, 1
    mov rdi, 1

    pop rsi
    pop rdx

    syscall
sweet lodge
#

But do you agree?

hard spruce
#

do you concur?

stuck furnace
#

Hemlock, you there? πŸ‘€

trail mural
#

@hard spruce I concur,
do you concur?

stuck furnace
#

Indubitably 🧐

#

CERN?

#

Oo nice

trail mural
#

:/

sweet lodge
#

CERN, the European Organization for Nuclear Research, is one of the world's largest and most respected centres for scientific research.

hard spruce
#

i've been

stuck furnace
#

The web yeah

#

That's pretty cool though

#

Did you actually go down into the collider?

hard spruce
#

i did i did

terse needle
stuck furnace
#

I remember going to the Cadbury's factory once when I was little. I also remember being violently ill afterwards from all the chocolate πŸ˜„

stuck furnace
#

I literally burn my mouth every time I drink any hot drink. I'm too impatient lemon_pensive

rugged root
terse needle
stuck furnace
#

Are you confident about your maths grade?

#

It's Pikachu πŸ˜„

#

Yep

terse needle
stuck furnace
#

It pretty much got me back into maths after I left school.

#

Hello πŸ‘‹

#

I probably won't be much help, but what're you trying to do?

#

Nah Hemlock.

#

That's how they get you. It was their plan all along.

#

πŸ‘‹

#

Got to eat sorry πŸ˜„

whole bear
woeful salmon
#

git clone -b <branch> <remote_repo>

#

git clone --single-branch --branch <branch> <repository>

trail mural
#

git clone <repo url> --branch <branch name>

#

I like that @woeful salmon

woeful salmon
#
<!-- html tag -->
<tag></tag>
<!-- self closing tag -->
<tag />
trail mural
#

that squeaking lol

woeful salmon
#
ionic ferry
gentle flint
woeful salmon
#
padding-block: auto;
#

@trail mural py -0p

#

py -m pip freeze

trail mural
#

ERROR Python/python-testing/programs/test_count.py
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

#

Python\python-testing\programs\test_count.py:1: in <module>
import count
E ModuleNotFoundError: No module named 'count'

frosty star
#

@gentle flint what was the thing that polishes the pots again? barros borross boros

frosty star
#

Yesss

#

Thank you

broken orchid
#

Hello OpalMist

#

I can't talk yet 😦

#

Yeah I use it for background noise while I practice

whole bear
#

hlo OpalMist

broken orchid
#

You said you were using machine learning Opal?

somber heath
#

@willow lynx

#

Above, a manipulation of the original (not shown). Below, the reconstituted, corrected version.

willow lynx
#

That's wonderful.

broken orchid
#

Are you a software developer now @somber heath ?The things you're doing seem light years ahead of me. I'm currently writing a program to find whether a word is a palindrome or not.

somber heath
#

!e py text = "apple" print(text[::-1])

wise cargoBOT
#

@somber heath :white_check_mark: Your eval job has completed with return code 0.

elppa
broken orchid
#

okay I wasn't aware of slice.

somber heath
#

obj[index] (subscription)
obj[start:] (slicing as belows)
obj[start:end]
obj[:end]
obj[start:end:step]

broken orchid
#

Ill show you my monstrosity now πŸ™‚

#
def palindrome():
    for char in word:
        word_list.append(char)
    for i in word_list:
        pali_list.insert(0, i)
    try:
        for x in word_list:
            x = int(x)
        print("No numbers")
    except:
        if word_list == pali_list:
            print('That sir is a palindrome. ')
        else:
            print('That maam is not a palindrome')
    return word_list, pali_list

print(palindrome())
#

if you used your code would it recognize numbers as palindromes?

whole bear
#

hello

#

Someone give me voice privileges

somber heath
wise cargoBOT
#

Voice verification

Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

whole bear
#

I understand. I just am just impatient

#

I suppose so

#

What are the backgrounds of most members?

#

Oh really? lol

#

I see.

#

What is your role in this server in which you're able to see these analytics?

#

I see

#

We're all boring over here

#

How many members are hobbyists?

#

lol

#

Yes

#

I suppose.

#

I was looking for a concentrated group of more experienced developers (one where I could ensure a certain measure for quality). I do have those in my university but I am of course looking for people further along in their careers.

#

Well of course there is a spectrum of quality in being a developer, and I wanted to find some measurable way to determine the quality of some group. I unfortunately have not found such a medium.
Servers like these are nice but it's hard to measure the quality of members.

#

I guess its a matter of being around those who are not only further along but also those that are higher on the spectrum. It's a matter of getting the most quality experiences out of my time. Maybe this is something trivial but I am unsure

#

I believe that. I am simply asking how I may determine those individuals among the others

#

Sure, but when there are 100's of members I'd like to believe there is a more efficient way to isolate these individuals

#

lol

#

Maybe that's the only way.

#

Whats going on in your life?

#

Other than giving me breathing asmr

#

πŸ™‚

#

I assume you're working in the software industry?

#

And what is it then?

broken orchid
#

I make pallets πŸ™‚ lol

whole bear
#

and for what reasons do you avoid it?

broken orchid
#

Currently in school and only just decided to do cs

whole bear
somber heath
whole bear
#

lol

#

Well that's awkward

broken orchid
#

Why would you assume its automated?

whole bear
#

For efficiency purposes

broken orchid
#

Yeah that would be cool.

whole bear
#

How do you find school?

#

I'll give you some cool beginner questions to try in python

broken orchid
#

I just got my associates in gen ed and havent started cs classes. But I heard that they don't teach coding or anything, just maths you could use. Is this true?

whole bear
#

Programming is coding

#

computer science is theory of computation. algorithms, etc

#

Programming is simply a medium for cs

#

You can think of porgramming as english, and the theory of english (how words are formed, different constructs, etc) as cs

#

I will show you an entry level cs course from my university

broken orchid
#

Okay

whole bear
#

so this is the comparison of the intro programming course and intro cs course

#

constructs vs concepts

#

CS is what separates someone from someone who simply understands a language, and instead demonstrates the conceptual understanding that makes the language useful

broken orchid
#

Okay, and I'm guessing there is benefit in that? Do people who go to bootcamps generally write less efficient or worse code than those who take all these classes?

#

Do people have have a CS degree generally get paid more?

whole bear
whole bear
broken orchid
#

Interesting, I've been considering doing a boot camp instead but I do like to know how things work... and I do like money

whole bear
#

If you want a career in software and not just some decent entry level job, I recommend you get a cs degree. Especially if you want the top tier jobs.

upbeat parrot
#

hello

broken orchid
#

@upbeat parrot Hello

whole bear
#

I can assure you there is a great difference between those in bootcamps and those in cs. Of course you can go to a school that is poor quality and you can not take it seriously - then maybe a bootcamp will be on par, but if you utilize the cs program it will without a doubt be better in most cases

#

Technically you can learn the same as a CS student independently, but thats not that youre paying for in a degree, The structure and resources are unmatched

#

Anyways, I am tired. If you want you can add me and I can teach you python (since I would like to practice it anyways)

#

I'll leave you with some high quality problems

broken orchid
#

Hello again Opal

somber heath
whole bear
#

ah hes back

#

He made the interesting exit

#

from a normal conversation

somber heath
#

If you say so.

broken orchid
#

@somber heath πŸ™‚

wise cargoBOT
broken orchid
#

No I agree

whole bear
broken orchid
#

Yes. About a week and I know the basic syntax

whole bear
#

Try this

somber heath
#

Bay sick sin tax.

whole bear
#

Is there a better way of sharing this?

somber heath
#

Bot message.

#

Scroll up.

broken orchid
#

@somber heath lol You are the party

whole bear
#

@somber heath supppppp.................

#

Before I sleep. let's see the keyboard setups

uncut meteor
uncut meteor
#

!stream @limber helm

wise cargoBOT
#

βœ… @limber helm can now stream until <t:1639737713:f>.

woeful salmon
somber heath
#

Djangular.

uncut meteor
#

oh lord

whole bear
woeful salmon
honest pier
#

!voice @torn patio

wise cargoBOT
#

Voice verification

Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

torn patio
#

bruhh

#

50 messages

#

that sucks

#

like srsly

#

guyssssssssss

#

what should i do ??

frozen jetty
frozen jetty
torn patio
torn patio
uncut meteor
#

what is the issue?

frozen jetty
torn patio
#

i ran tha update command and it just stoped intracting

gentle flint
#

can you post a screenshot?

torn patio
gentle flint
#

k

torn patio
torn patio
#

its just broken

gentle flint
#

no
it's just done

torn patio
gentle flint
#

that's interesting

torn patio
#

welp

gentle flint
#

what if you run python -m pip

#

python should have come installed with pip

#

so I'm anyway not sure why you're trying to reinstall it

torn patio
torn patio
#

and i ran the command and something happned and nothing's going right since then

gentle flint
storm nexus
#

Min projects

#

like todo list

storm nexus
#

URL shortener

#

Yes

trail mural
#

@uncut meteor
AF_BLUETOOTH supports the following protocols and address formats:

BTPROTO_L2CAP accepts (bdaddr, psm) where bdaddr is the Bluetooth address as a string and psm is an integer.

BTPROTO_RFCOMM accepts (bdaddr, channel) where bdaddr is the Bluetooth address as a string and channel is an integer.

BTPROTO_HCI accepts (device_id,) where device_id is either an integer or a string with the Bluetooth address of the interface. (This depends on your OS; NetBSD and DragonFlyBSD expect a Bluetooth address while everything else expects an integer.)

Changed in version 3.2: NetBSD and DragonFlyBSD support added.

BTPROTO_SCO accepts bdaddr where bdaddr is a bytes object containing the Bluetooth address in a string format. (ex. b'12:23:34:45:56:67') This protocol is not supported under FreeBSD.

was it this?

uncut meteor
#

yeah

#

i think

mild agate
#

hey! wassup!

trail mural
#

:)

#

how are you?

mild agate
#

ima gr8 here..
wbu?

trail mural
#

cold πŸ₯Ά

mild agate
#

Ahh Shit..

#

LOLz

trail mural
#

xD

mild agate
#

where r ya frm btw

trail mural
#

im in the uk

mild agate
#

Ohh nice

trail mural
#

hbu?

mild agate
#

India Rn

trail mural
#

nice πŸ™‚

#

where in India?

mild agate
#

Varanasi

mild agate
#

its a nice place

trail mural
#

thats really close to where I live

mild agate
#

Wow..

#

thet means i shall hv seen ya 1ce

#

maybe..

trail mural
#

I say really close but like 30+ mins away πŸ˜›

mild agate
#

ohh

trail mural
#

Varanasi is kinda near Bangladesh!

mild agate
#

yea

trail mural
#

thats where my parents are from

mild agate
#

ohh nice

#

that means we're frm same homeland

#

like INDIA once covered Bangladesh soo..

trail mural
#

❀️

mild agate
#

Hey wassup noodle?

storm nexus
#

Hi

mild agate
#

hey!

storm nexus
#

referral

#

?

mild agate
#

ig REPO

gentle flint
#

or repl?

hasty fulcrum
#

referral

mild agate
#

ohh

gentle flint
#

ohhhhhhhhhh

#

well that explains a lot

mild agate
#

referral: an act of referring someone or something for consultation, review, or further action.

hasty fulcrum
#

how does that works?

gentle flint
#

basically if i refer you to a company, I'm telling you about a certain job opportunity or vacancy at the company which you might be itnerested in

hasty fulcrum
#

so like u would tell the company to hire me?

hasty fulcrum
#

ohhc

mild agate
#

they'll suggest

hasty fulcrum
#

so can i have multiple referral ? like for same company?

mild agate
#

umm yeaa if many people know you and your work abilities (if they help in the growth of company!)

storm nexus
gentle flint
#

it's unlikely that you'll know multiple employees at a company well enough for them to all refer you tho

gentle flint
#

but how well do you know them

hasty fulcrum
#

so does that increases my chances?

hasty fulcrum
mild agate
hasty fulcrum
mild agate
#

yea

mild agate
hasty fulcrum
#

like if i try for sde intern
and one is sse and other is sde2?

storm nexus
#

Hey there

rugged root
storm nexus
#

hahaa

#

Just joined this group yesterday. I wish I can have Voice verification. I guess I have to wait.

rugged root
#

Yeah, it takes time but if you're planning on sticking around for a while, it's a drop in the bucket

#

And on the plus side you're still able to contribute to the convo

storm nexus
#

hate moreπŸ˜‚

gentle flint
#

A hunstman spider has interrupted a press briefing from Queensland health minister Yvette D'Ath. Speaking as Queensland registered 22 new Covid cases, D'Ath stopped in the middle of an answer after she was told a spider had crawled on her leg. 'Can somebody please get that spider off?' she said before the hunstman eventually scurried away

Subsc...

β–Ά Play video
rugged root
#

Huh

#

Apparently you can have a limit of pets you can put in the ark in Godville

rugged root
storm nexus
#

Buy first then research. best way πŸ˜‚

rugged root
#

I've bought tech like that

dense ibex
rugged root
#

"The fuck did you say to me?"

uncut meteor
#

which pokemon is that?

storm nexus
rugged root
trail mural
#

why is that frog pink?

rugged root
#

"Feels good, man"

hollow isle
#

When was voice verification added 0.o

rugged root
#

Like

#

A year ago

hasty fulcrum
#

sea otters are cute

rugged root
storm nexus
#

too many channels πŸ˜‚πŸ˜‚πŸ˜‚πŸ˜‚πŸ˜‚

#

we want more

#

which PR?

somber heath
hollow isle
#

Blimey.

#

Link to Zepplin bot?

#

The one you were just talking about.

somber heath
#

!otn a Hemlock's-shrimp-surplus

rugged root
#

HA

hollow isle
#

Finally someone read the message πŸ™‚

rugged root
#

Sorry, juggling work emails

hollow isle
#

Been on this sub for years bu apparently I don't have 50 messages to join voice.

#

Interesting.

#

I used to be a contributor to the bot and all too.

rugged root
#

So it may be that you had enough messages but they were before the epoch

dense ibex
hollow isle
#

Oh Hemlock it's you haha.

#

Long time.

rugged root
#

Right?

hollow isle
#

Thanks Jake.

rugged root
#

You been well?

somber heath
hollow isle
#

Doing well thanks.

#

@rugged root What are you guys using for hosting the bot, api and site?

#

Still Azure or moved over to AWS?

surreal ridge
#

!voiceverify

dense ibex
rugged root
somber heath
#

Isn't it 78 characters?

storm nexus
#

that is not good

#

but most way save person.

rugged root
#

For sure

storm nexus
#

πŸ˜‚ πŸ˜‚ πŸ˜‚ πŸ˜‚

hollow isle
#

πŸ˜‚ πŸ˜‚

#

5 dollars.

#

Blimey.

#

Which repo are you talking about πŸ€” ?

#

Link?

wind raptor
#

@rugged root

x marks the spot remover
the cure for the common cold shoulder
boston cream pie chart
rugged root
#

!source

wise cargoBOT
somber heath
#

Flaming sword. It doesn't do fire damage, it's just a super flamboyant intelligent item.

#

"Yaas, slay!"

trail mural
#

..............................

storm nexus
#

does it usually takes this long to Integrating

whole bear
#

Hey guys

#

I am trying to find the length of a linked list when i do

len(head)

it doesnt work

#

I get

TypeError: object of type 'Solution' has no len()
    if len(self) < 2:
#

is len not the proper way to find the length ?

rugged root
#

It is but it's saying it's not a string or container that would have that property

limber helm
#

you need to setup obj lenght

rugged root
#

Is Solution a class you made?

whole bear
#

Its the solution class for a leetcode problem

#

# Definition for singly-linked list.
# class ListNode:
#     def __init__(self, x):
#         self.val = x
#         self.next = None

class Solution:
    def hasCycle(self, head: Optional[ListNode]) -> bool:
        if len(head) < 2:
            return false
        if pos < len(head):
            return true;
        
#

Heres the whole thing

limber helm
whole bear
#

sure

#

this one?

limber helm
whole bear
#

sec

rugged root
#

That'll tell you what you need to know about our voice gate system

proud token
#

no ik, but it kept disconnecting me

#

yea < 3

whole bear
rugged root
somber heath
#

@rugged root Pair of vorpal ice-skates.

vivid palm
rugged root
somber heath
#

Burretzel.

rugged root
#

Nerak

somber heath
#

Nerak, the Devourer.

rugged root
somber heath
#

Flart.

rugged root
#

Ah true

#

Oh that kind of sounds like those cups of goo you can buy that make fart noises

whole bear
#

what does it mean if you have a variable like lets say cur, and you say

while cur:
  #argument here
#

When is the while loop executed

somber heath
#

While cur is "truthy".

whole bear
#

oh right

#

that makes sense

somber heath
#

You can see if things are truthy or not by passing them to bool.

#

True is truthy. False is falsy.

#

Nonzero is truthy.

whole bear
#

So this is a problem im working on and this is the code.

what would while cur do in this scenario?

# Definition for singly-linked list.
# class ListNode:
#     def __init__(self, x):
#         self.val = x
#         self.next = None

class Solution:
    def hasCycle(self, head: Optional[ListNode]) -> bool:
        
        seen = set()
        cur = head
        while cur:
            if cur in seen:
                return True
            seen.add(cur)
            cur=cur.next
        return False
        
#

I basically understand the solution except for this line

somber heath
#

Empty strings are falsy. Strings with stuff in are truthy.

whole bear
#

oh so if there are elements in a list for example

#

and that list was cur

#

hmmm

somber heath
#

Lists with things in are truthy.

whole bear
#

so if thats the case then when does the loop end?

#

Oh wait

#

its just like saying

somber heath
#

I'm feeling tricked into this.

whole bear
#

its executing this now until a return statement is met

#

Sorry im a java guy

somber heath
#

A simple, innocent while loop.

#

That's how it started.

whole bear
#

LOL

#

Im not joking

#

but this makes sense now

#

because the return function stops the loop

somber heath
#

The function/method entire.

whole bear
#

yeah

#

I totally get it now

somber heath
#

Return keyword.

whole bear
#

also thanks

somber heath
#

"Did you hear any of that?" Dangerous questions for 500, Alex.

rugged root
#

Especially when an admin is near

whole bear
#

hlo vc Guys

trim night
#

hi there

whole bear
#

a bit frustated tho but fine

#

i forgot integration

#

whixh i was quite good at months ago

#

integration in mathematics

#

can anyone explain me how LSP functions both the server and the client

deft idol
#

....................................................................................................................
write a new function called
β€œgenerate output(path to python program, path to input file)”. This function
takes a path to a python program as an input, runs it based off the input file,
and redirects the output to a new file called actual output file.txt, and returns
the path to this file. You can assume this program reads from standard input
and writes to standard output.
...................................................
can someone explain what i have to do here

#

i don't understand the question

#
def check_output(expected_output_file, actual_output_file):
    try:
        file_a = open(expected_output_file)
    except:
      print(False)
    content_a = file_a.read()
    try:
        file_b = open(actual_output_file)
    except:
        print(False)
    content_b = file_b.read()

    if content_a == content_b:
        print("true")

    else:
        print("false")  

check_output('demo1.txt', 'demo2.txt')  
#
def generate_output(path_to_python_program, path_to_input_file):
    take_input = open('pset4.py', 'path_to_input_file')
mild agate
#

Hey @whole bear pls mute your mic if ya r not sayin anythin

deft idol
#

i am just going to clarify it and coming back

whole bear
#

oops network

mild agate
#

yea go ahead

woeful salmon
whole bear
#

no background option

broken orchid
#

Great

languid pulsar
#

can any one will hellp me understanding class

mild agate
#

I was literally shocked kinda

#

btw i have 600 rs Earphones! LOLz

#

Yea... LOLz

mild agate
#

in Python

whole bear
#

good bye guys need to go

mild agate
#

Heyy! how can that code/help0 channel have 6/5 participants??

#

hey wassup @stuck sky

stuck sky
#

hey

#

i am trying to deploy my django application on hostinger vps hosting
i just made a directory dumped the zip file extracted added folder n path n them in the startup added wsgi
so application started running
but when im trying to add domain on the mapping option it's showing an error
The project has no ports that cannot be mapped. The uwsgi mode does not support sock file mode mapping at this stage

mild agate
#

kyaa bhai Aadyan! yahan kahan sey! @hollow prawn

mild agate
languid pulsar
mild agate
devout mountain
limber helm
#

@rugged root

rugged root
#

Well that's a thing

trail mural
#

thats scary.

rugged root
#

Back later, delivery time

mild agate
scenic wind
sweet lodge
#

πŸ‘‹

#

The percentage of people that don't get a job in what they got their degree in is in interestingly high number

#

People always throw around different numbers

#

But it's an interesting concept

#

@rugged root - look - the total open order count is under 1,000 orders for the first time since.... May

sweet lodge
strong arch
rugged root
#

PySide6 is the current

dense ibex
#
disnake
nextcord
#
'11' + 1 // 111
'11' - 1 // 10
sturdy panther
#

So, what is '11' + 1 - 1?

whole bear
#

blows up computer

brave steppe
#
INSERT INTO users (id, name)
VALUES
    (123, 'abc'),
    (789, 'xyz')
ON CONFLICT (id)
DO
    UPDATE SET name = EXCLUDED.name;
#

@dense ibex

#

!codeblock

wise cargoBOT
#

Here's how to format Python code on Discord:

```py
print('Hello world!')
```

These are backticks, not quotes. Check this out if you can't find the backtick key.

brave steppe
#

``

frozen jetty
#

`

#

PRINT

#

P R T

brave steppe
#
Huh
frozen jetty
#

PRINT

blazing harness
#

h(k) represts the smallest m such that m consecutive integers will always have at least one number not congruent to 0 mod the first k primes

zinc magnet
blazing harness
#

h(2) = 4

#

2 3 4 5

#

2 3

whole bear
#

f(x) = 2x + 2^y-2

blazing harness
#

5 % 2 = 1

whole bear
#

parabola

blazing harness
#

5 % 3 = 2

#

17 18 19 20

#

17

zinc magnet
#

2 + 2 = 4 - 1 thats 3 quick math

blazing harness
#

19

zinc magnet
#

0.000000000000000000000000000000000000000000001

blazing harness
#

3

#

2 3 4

#

2 % 2 = 0

#

3 % 3 = 0

#

4 % 2 = 0

zinc magnet
#

2 3 5 8 13 21 34 55 89 144

strong arch
#

@dense ibex whyd u run away from vc

main briar
#

why prime numbers are important in encryption?

#

i cant talk

blazing harness
#

you can look that up

main briar
#

i hear you

#

ah ok

blazing harness
#

h(k) represts the smallest m such that m consecutive integers will always have at least one number not congruent to 0 mod the first k primes

#

hbar(k) represts the smallest m such that m consecutive integers will always have at least one number not congruent to 0 or 2 mod the first k primes

#

@rapid crown

#
p = [5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61]

core = 0

max = 0
k = 6
q = 0 
product = 1
while q < k:
  product = product*p[q]
  q += 1
print(product)
while core < product:
  
  length = 1
  add = 1
  while 1 == 1:
    q = 0
    i = 0
    while q < k:
      if (core*6 + 1 + 6*add) % p[q] == 0 or (core*6 + 1 + 6*add) % p[q] == 2:
        i = 1
        break
      q += 1
      
    if i == 0:
      if add*6 % p[k] == 0 or add*6 % p[k] == 2:
        length += 1
        add += 1
      else:
        break
    else:
      length += 1
      add += 1

  add = -1
  while 1 == 1:
    q = 0
    i = 0
    while q < k:
      if (core*6 + 1 + 6*add) % p[q] == 0 or (core*6 + 1 + 6*add) % p[q] == 2:
        i = 1
        
        break
      q += 1
    if i == 0:
      if add*6 % p[k] == 0 or add*6 % p[k] == 2:
        length += 1
        add -= 1
      else:
        
        break
    else:
      length += 1
      add -= 1
  core += 1
  if max < length:
    max = length
  

print(f"hbar({k+3}) = {max*6 + 6}")
zinc magnet
#

while True: > while 1 == 1:

blazing harness
#

1 7 13 19 25 31...

zinc magnet
#

1616615

blazing harness
#

n

#

n % 2,3 = 1

#

n % p = (core*6 + 1) % p

#

n % pmax = 0

#

n + 6

#

n + 12

#

n + a*6 that is not congruent to 0 or 2 mod the first k primes

#

n - 6
n - 12 .....
n + b*6 that is not congruent to 0 or 2 mod the first k primes

#

73 103

#

30

#

6n + 1

#

79 85 91 97

#

73 79 85 91 97 103

#

91

zinc magnet
#

<3

blazing harness
#

n % 2,3 = 1
n % p (5) = something
n % pmax (7) = 0

main briar
#

rip

blazing harness
#

rip

main briar
#

its late

#

lol

#

im just learning

#

bye guys

silver delta
#

@earnest crag

#
class Solution:
    def removeDuplicates(self, nums: List[int]) -> int:
        counter = 0
        for i in nums:
            for j in nums:
                if i == j and counter == 1:
                    counter = 0
                    nums.remove(j)
                    continue
                elif i == j and counter != 1:
                    counter += 1
        return len(nums)
whole bear
#

silence

#

ah asmr breathing guy is back

#

hello there

#

I

#

need

#

to

#

get

#

unmuted

#

What are you up to @somber heath

#

I see

#

Yes

#

Thats always nice haha

#

Sometimes it a matter of letting time pass

#

hes just trolling

#

...

stable axle
#
{taco:["meat", "lettuce", "brown sugar"]}```
willow lynx
stable axle
willow lynx
#

!e
taco = "taco"
foods = {taco:["meat", "lettuce", "brown sugar"]}β€Š
result = foods[taco]
print(result)

somber heath
#

!e py taco = "taco" foods = {taco: ["meat", "lettuce", "brown sugar"]} result = foods[taco] print(result)

wise cargoBOT
#

@somber heath :white_check_mark: Your eval job has completed with return code 0.

['meat', 'lettuce', 'brown sugar']
willow lynx
#

Which character

#

I typed the same thing as your but it is giving error

#

I mean I copied

#

Ok :)

main vortex
#

it says not eligble

#

nvm

somber heath
#

Message count too low, at the least.

stable axle
#

!e

from tabulate import tabulate
taco = "taco"
foods = {taco: ["meat", "lettuce", "brown sugar"]}
print(tabulate(foods))```
wise cargoBOT
#

@stable axle :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 1, in <module>
003 | ModuleNotFoundError: No module named 'tabulate'
whole bear
#

ah

#

hey

#

I can probably do it for you but it'll be within 24hr since I wont prioritize it

blazing harness
#

2 6 12 30 42 66 108 150 204 258 348 528 546

whole bear
#

What degree of time is the program execution in?

#

I see

#

I see

blazing harness
#

5*7*11

#

0 1 2 3 4 5... 5*7*11 - 1

#
n*6 + 1 mod 7 = b
n*6 + 1 mod 11 = c```
#

a or b or c == 0 or 2

whole bear
#

May I ask why you are doing this?

blazing harness
#

hbar(k) represts the smallest m such that m consecutive integers will always have at least one number not congruent to 0 or 2 mod the first k primes

#

2 6 12 30 42 66 108 150 204 258 348 528 546

#

5*5 - 6 = 19

#

30 < 19

#

42 < 7*7 - 6 which works

#

5*5 - 6 < x < 7*7 - 6

whole bear
#

I saw

#

What is the principle for wanting to be the first to prove this for the sequence?

blazing harness
whole bear
#

lol

#

πŸ™‚

#

I just finished first semester cs at the university of toronto

#

I'm sure someone will do so.

#

You've mentioned the possibility of intriguing some people to help.

#

That is what im referring to.

#

Of course. I suppose the topic is not seen as "glorious" too most.

#

It is my personal observation that because mathematics itself is fundamentally flawed, we will always find these occurrences. I am always interested to see why those few choose to pursue in investigating them.

#

It's hard to explicitly say why. I guess because it's fundamentally limited by our understanding (and in some ways it fictional).

#

I respect your interest in it. I personally do not value these occurrences the same.

#

What's currently going on in your life as of now?

#

yes

#

Honestly your tasks are similar to mine. I personally would like to learn mandarin. I also have to take calc 1.

#

I assume this is a music highschool?

#

Although you made it sound as if your highschool and where you study compositions are different places

#

So how did you end up completing highschool and university at the same time?