#voice-chat-text-0

1 messages ยท Page 663 of 1

frigid shard
whole bear
potent urchin
#

ofc

whole bear
#

;0

potent urchin
#

i want to unsee this

whole bear
#

stare at it

#

you must

#

delete that quick

whole bear
#

they must see

#

are you guyz spamming???

#

no

misty salmon
whole bear
#

were memein

#

is it allowed in the group??

potent urchin
#

that's a fking strong jeans

night dove
#

hello

#

turkey ?

potent urchin
#

nope

potent urchin
#

pls stop this crappy pic

frigid shard
hidden cove
jovial meadow
potent urchin
#

ofc it is

#

stupid indent

restive geyser
#

@whole bear , please, stop spamming

whole bear
#

im not

restive geyser
#

but you are....

hidden cove
potent urchin
#

im trying to get 50 message

#

it's the same as this right?

misty salmon
#

"12" == "12"

#

'12'

whole bear
#
await @Saiki Kusuo#8922.ban(reason='trying to get 50 messages by spamming')
potent urchin
#

.....

hidden cove
whole bear
#

LOL

potent urchin
#

I wonder why I had a bug and try looking for it for 10 days because of a fkingspace

hidden cove
misty salmon
#
if [ "12" -eq "12"]
potent urchin
#

chill tf out

frigid shard
#
if [ "12" -eq "12"]

@misty salmon tells that "bash: [12: command not found"

whole bear
#

relatable

misty salmon
#
string1 = "12"
string2 = "12"
if [ $string1 -eq $string2 ]
whole bear
#

wow

misty salmon
#
#!/bin/bash
#Declare string S1
S1="Bash"
#Declare string S2
S2="Bash"
if [ $S1 = $S2 ]; then
    echo "Both Strings are equal"
else 
    echo "Strings are NOT equal"
fi 
wise cargoBOT
#

Hey @hidden cove!

It looks like you tried to attach file type(s) that we do not allow (.html). We currently allow the following file types: .3gp, .3g2, .avi, .bmp, .gif, .h264, .jpg, .jpeg, .mkv, .mov, .mp4, .mpeg, .mpg, .png, .tiff, .wmv, .svg, .psd, .ai, .aep, .xcf, .mp3, .wav, .ogg, .webm, .webp, .flac, .afdesign, .m4a, .csv.

Feel free to ask in #community-meta if you think this is a mistake.

swift valley
whole bear
#

ok ๐Ÿ˜

potent urchin
#

hahhaha

uneven totem
#

Hi

potent urchin
#

Hey

uneven totem
#

I need 50 over messages

#

just to talk

potent urchin
#

me to

#

too

hidden cove
misty salmon
#

just play 20 questions with eachother which should end up being 40 messages ๐Ÿคฃ

uneven totem
#

lol

whole bear
#

i was never here

uneven totem
#

๐Ÿคฃ

potent urchin
#

๐Ÿ˜†

uneven totem
#

yep

#

๐Ÿคฃ

potent urchin
uneven totem
#

better than me lolol

#

it glitches e-a-o-e-o-a-e

pure path
#

!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.pydis.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.

pure path
#

!pasta

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.pydis.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.

pure path
#

!paste

potent urchin
#

what's with the !paste

uneven totem
#

there is a dude spamming

pure path
#

i am not spamming

uneven totem
#

yes it was, then you deleted it

potent urchin
#

I think he's trying to paste his code

pure path
#

I thought that this was bot commands my bad

uneven totem
#

yh

potent urchin
#

ahh

uneven totem
#

right

#

ahhhh

potent urchin
#

I don't know how many messages I've sent

#

Why do they have this rule??

olive sentinel
#

To prevent trolls from making our voice channels unusable

#

It's either some sort of barrier to prevent people from entering too easily or disabling voice channels entirely

potent urchin
#

Okay Got it

#

thanks

#

what??

#

17?

#

sounds like my grandad

somber heath
#

Malbolge

whole bear
#

Who here codes in go?

potent urchin
#

not me

gentle flint
potent urchin
#

where is it?

gentle flint
#

amsterdam

#

outta my back window

potent urchin
#

damn nice

#

what?

mellow flower
gentle flint
#

rome?

mellow flower
#

florence...

gentle flint
#

o wait

#

yes

#

that church

#

with the big dome

mellow flower
#

very big

gentle flint
#

by bruneschelli

mellow flower
#

brunelleschi*

potent urchin
#

cool

#

nice meeting people from another country

#

hahaahah

whole bear
steep flare
#

heyo

#

just wanted to chat

#

and get my voice enabled

potent urchin
#

hey

steep flare
#

how are you guys doing?

potent urchin
#

me too

steep flare
#

๐Ÿ˜„

potent urchin
#

fine n u?

steep flare
#

I am good

potent urchin
#

nice

steep flare
#

I try to solve a problem

#

But I'm quite stuck

potent urchin
#

you can ask right here

steep flare
#

Do you think you can help me?

#

Sure

potent urchin
#

@hidden cove

steep flare
#

The thing is

#

I need to make an algorithm that gives me the 2 biggest values in a list

#

I managed to get the biggest one

#

using this

#

for i in range(n):
x = int(input("Introdu un numar: "))
numere.append(x)
if mare == "" or x > mare:
mare = x

steep flare
#

not sure how to get the second biggest

#

i wanted to remove that value from the list with remove(mare)

#

but it removes duplicates

#

i don't want to use the sort function

#

i want to use algorithm

#

I found something online but I'm not sure about one thing

#

how to do I paste code here?

hidden cove
steep flare
#

with python

potent urchin
#

well im not so sure cus I'm new to programming thing

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.

steep flare
#
vals = [1,6,3,6,3,6,8,8]
sorted_list = []
i = 0

print(vals)

min_val = vals[0]

while len(vals) > 0:
    if  vals[i] < min_val:
        min_val = vals[i]
    i += 1
    if i == len(vals):
        sorted_list.append(min_val)
        vals.remove(min_val)
        if vals:
          min_val = vals[0]
        i = 0

print(sorted_list)
#

this is how i managed to sort them

#

from the internet

#

but i don't know what if vals: stands for

potent urchin
#

@hidden cove help pls

#

this upper queation

#

question

steep flare
#

Also how can I tell how many messages i've sent?

potent urchin
#

find the first and second biggest number\

steep flare
#

Not really

#

I can'

#

t

#

tes

#

yes

restive hill
hidden cove
#

Sorry, but I have to go to sleep.

potent urchin
#

okay okay

steep flare
#

without using max

#

or sort

potent urchin
#

take acre

steep flare
#

I want to make an algorithm

#

Sure thank you

mighty finch
#

you can try bubble sort if you learned it

steep flare
#

I didn't

#

I try to look it up but it was kind of wierd

mighty finch
#

it's actually pretty simple

steep flare
#

didn't do much c

#

but for I=0 means the first value of the list?

mighty finch
#

it's just a reference ๐Ÿ˜„

steep flare
#

yeah yeah i know

#

So is it?

mighty finch
#

ehm i guess using it is not very efficient

#

since it goes through n-1 interations

#

i found out that python sort() used Timsort which is really fast already, don't know if other algorithms can be faster ๐Ÿ˜„

steep flare
#

Hello!

#

The 2 biggest numbers

#

In a list

#

Without using min max

#

sort

#

Only using algorithm

#

I tried some things

#

But only managed to get the max

#

doesn't pop removes the last number?

#

of a list

#

removes also removes duplicates

#

so if my list is [3, 3, 2 ,1]

#

and i get max = 3

#

and then remove(3)

#

is gonna remove both 3s

#

that's my problem

#

so pop(3)

mighty finch
#

you can use <= or >=

steep flare
#

yep

#

i tried that

#

but it removes duplicates

mighty finch
#

after you sort get index 0 and 1

steep flare
#
n=int(input("Numbers: "))

max1 = ""
max2 = ""
numbers = []

for i in range(n):
    x = int(input("Number: "))
    numbers.append(x)
    if max1 == "" or x > max1:
            max1 = x
print("Biggest number: ", max1)

numere.remove(max1)

for i in numbers:
    if max2 == "" or x > max2:
            max2 = x
print("Biggest second number", max2)  
mighty finch
#

so you don't have to worry about getting number

steep flare
#

if my numere= [3,1,2,8,8]

#

it's gonna removes both 8s

#

Do you want me to translate it in english?

#

It's in romanian so it's a bit confusing i think

#

so how can i find

#

the index of the number?

restive hill
#

list.index(val)

steep flare
#

number.index(max1)
?

#

do i make a variable?

#

that stores the value of the index of max1?

fluid oracle
#

u are trying to index an integer

steep flare
#

is max1

fluid oracle
#

thats not possible

#
n=int(input("Numbers: "))

max1 = ""
max2 = ""
numbers = []

for i in range(n):
    x = int(input("Number: "))
    numbers.append(x)
    if max1 == "" or x > max1:
            max1 = x
print("Biggest number: ", max1)

numere.remove(max1)

for i in numbers:
    if max2 == "" or x > max2:
            max2 = x
print("Biggest second number", max2)  

@steep flare

#

is that your code?

steep flare
#

yes

fluid oracle
#

lemme try

restive hill
#
l=[1,2,3,4,5]
x=l.index(4)
print(x)
steep flare
#

index 4 is 5

#

right?

#

oh it's 3

#

oh ok

fluid oracle
#

in Python we start counting from 0

#

so 1 = 0

#

2 = 1

#

get it?

steep flare
#

Yeah i got that

restive hill
#

and so on

steep flare
#

i just though that in the ("here") you type the index

#

not the number

#

but how can i know where my number is located

#

so how can I type that?

fluid oracle
#

Can u explain what you need to make?

steep flare
#

The 2 biggest numbers

#

of a list

restive hill
#

l.index(8)

fluid oracle
#

So u need to have an input for numbers

#

add these numbers to a list

#

and get the biggest numbers of that list

#

and u need to get the index of those numbers

#

right?

steep flare
#
n=int(input("Numbers: "))

max1 = ""
max2 = ""
numbers = []

for i in range(n):
    x = int(input("Number: "))
    numbers.append(x)
    if max1 == "" or x > max1:
            max1 = x
print("Biggest number: ", max1)

numere.remove(max1)

for i in numbers:
    if max2 == "" or x > max2:
            max2 = x
print("Biggest second number", max2)  

for spartn

#

just get the first half

#

i tried with this

mighty finch
#

if you sorted number from highest to lowest in a list you only need to get the first 2 index in the list

steep flare
#

but i can't type my biggest value

#

or the last 2

#

using -2 and -1

mighty finch
#

yeah

steep flare
#

but not sure how to sort them using alogrithm ๐Ÿ™‚

#
vals = [1,6,3,6,3,6,8,8]
sorted_list = []
i = 0

print(vals)

min_val = vals[0]

while len(vals) > 0:
    if  vals[i] < min_val:
        min_val = vals[i]
    i += 1
    if i == len(vals):
        sorted_list.append(min_val)
        vals.remove(min_val)
        if vals:
          min_val = vals[0]
        i = 0

print(sorted_list)
#

I have this for sorting

#

but I'm not sure how he did it

#

I found this online

#

i don't understand this part

#

if vals:
min_val = vals[0]

fluid oracle
#

bruh

#

u can do sorted(numbers)

#

here

#

max1 = ""
max2 = ""
numbers = []

for i in range(n):
    x = int(input("Number: "))
    numbers.append(x)
    if max1 == "" or x > max1:
            max1 = x
print("Biggest number: ", max1)
print(sorted(numbers))

numbers.remove(max1)

for i in numbers:
    if max2 == "" or x > max2:
            max2 = x
print("Biggest second number", max2)```
#

try this

restive hill
#

y=numbers.index(max1)
numbers.pop(y)

print(numbers)

steep flare
#

i don't want to use the sort function

fluid oracle
#

Why not

steep flare
#

yes

#

but it didn't work

#

mare = max1

mighty finch
#

bubble sort :)

n = int(input("amount of number:" ))

if n:
  number_list = []
  for i in range(n):
    number_input = input(f"Input number position {i}:")
    try:
      number_list.append(int(number_input))
    except Exception:
      pass
  
  for j in range(len(number_list)):
    for j in range(len(number_list) - 1):
      if number_list[j] < number_list[j+1]:
        number_list[j], number_list[j+1] = number_list[j+1], number_list[j]
  
  print(number_list)
steep flare
#

oh it worked

#

kind of

#

i don't know what i did wrong

restive hill
#

n=int(input("Numbers: "))

max1 = ""
max2 = ""
numbers = []

for i in range(n):
    x = int(input("Number: "))
    numbers.append(x)
    if max1 == "" or x > max1:
            max1 = x
print("Biggest number: ", max1)

y=numbers.index(max1)
numbers.pop(y)

print(numbers)
steep flare
#

yeah yeah

#

it worked

#

it worked

mighty finch
#

nice

steep flare
#

that's perfect

#

thank you very much

#

yours

#

with index and pop

restive hill
#

Okay.

steep flare
#

Thank you a lot

restive hill
#

glad to help..

steep flare
#

How can I stop a program?

#

i want to write something like this

#
if n == 0:
  stop
#

not sure how to stop it :))

fluid oracle
#
if n == 0:
    exit()```
somber heath
#

sys.exit() is preferred.

steep flare
#

Got another request. I got stuck in this one

#

I don't know how to start and all

#

I'll make an example to explain my program

#

we have this list

v = [1, 2, 3, 4, 0, 0, 0, 0, 0, 1, 0, 0, 1, 2]

I want my program to find the longest sequence of 0 and print the index of the first 0. If there are more equal sequences it will print the first one

For example in this list it will print 4.

minor drum
#

can someone help me with my python code #beginner

fast obsidian
#

can someone help me with my python code #beginner
@minor drum ?

minor drum
#

Hi i am in code help 1 @fast obsidian

#

i cant talk @frigid panther

fast obsidian
#

so? why you dont paste your code

#

Hi i am in code help 1 @fast obsidian
@minor drum paste your code in here

steep flare
#

Can someone also help me pls

#

we have this list

v = [1, 2, 3, 4, 0, 0, 0, 0, 0, 1, 0, 0, 1, 2]

I want my program to find the longest sequence of 0 and print the index of the first 0. If there are more equal sequences it will print the first one

For example in this list it will print 4.

fast obsidian
#

print(max(v)) @steep flare

plain vine
#

can any1 give an answer for my question

#

?

fast obsidian
#

can any1 give an answer for my question
@plain vine ?

plain vine
#

wait

#

ingore the blue line

#

@fast obsidian

misty salmon
#

well that seems pretty straight forward... how far have you gone with it or are you hoping someone will do the whole thing for you?

plain vine
#

i did some

#

but i dont know where it gone wrong

misty salmon
#

alright let's see what you have so far

plain vine
#

like i am normally not good at python that much

gentle flint
#

Pompiyyo > Pompeo

fast obsidian
#

im not helping your study things, sorry

honest pier
#

@rugged root hi

plain vine
#

num_students = int(input("Enter Number of Students in the class:"))
name=[]
surname=[]
mark_cs=[]

for count in range (num_student):
name.append(input("Enter First Name: "))
surname.append(input("Enter Surname: "))
mark_cs.append(int(input("Enter Computer Science Mark: ")))

max=mark_cs[0]
max_index_pos=0
min=mark_cs[0]
min_index_pos=0
tot=mark_cs[0]
for index in range(1,num_students):
tot+=mark_cs[index]
if mark_cs[index]>max:
max=mark_cs[index]
max_index_pos=index
elif mark_cs[index]<min:
min=mark_cs[index]
min_index_pos=index

print("The total mark is",tot)
print("The averge mark is",(tot/len(mark_cs)))
print(name[max_index_pos],"received the higest mark of",max)
print(name[min_index_pos],"received the lowest mark of",min)

honest pier
#

bro

plain vine
#

@misty salmon

#

num_students = int(input("Enter Number of Students in the class:"))
name=[]
surname=[]
mark_cs=[]

for count in range (num_student):
name.append(input("Enter First Name: "))
surname.append(input("Enter Surname: "))
mark_cs.append(int(input("Enter Computer Science Mark: ")))

max=mark_cs[0]
max_index_pos=0
min=mark_cs[0]
min_index_pos=0
tot=mark_cs[0]
for index in range(1,num_students):
tot+=mark_cs[index]
if mark_cs[index]>max:
max=mark_cs[index]
max_index_pos=index
elif mark_cs[index]<min:
min=mark_cs[index]
min_index_pos=index

print("The total mark is",tot)
print("The averge mark is",(tot/len(mark_cs)))
print(name[max_index_pos],"received the higest mark of",max)
print(name[min_index_pos],"received the lowest mark of",min)

#

@misty salmon here

gentle flint
#

at this point, if I were priest, I would block you

#

just saying

plain vine
#

nice

#

bro

#

i thought

gentle flint
#

like

#

take it easy on the pings

plain vine
#

youll help each other

misty salmon
#

first of all they want a 3 dimensional list (for whatever reason) but you have just 3 separate lists

plain vine
#

oh

#

my bad

misty salmon
#

no that's my bad i misread

honest pier
#

it says 3 lists lol

fast obsidian
#

is this your homework things? @plain vine

misty salmon
#

lack of coffee... working on getting caffeine into the veins

plain vine
#

is this your homework things? @plain vine
@fast obsidian ye

gentle flint
#

End of passion play, crumbling away
(it's your source of self-destruction)
Veins that pump with fear, sucking darkest clear
(Leading on your deaths' construction)
@misty salmon

misty salmon
#

quite verbose

gentle flint
#

mmm

short cedar
#

oops sorry missclicked

swift valley
#

G'evening

honest pier
#

geevnin

frigid panther
#

gening

short cedar
#

its monin innit?

balmy nymph
#

Gnng

rugged root
stoic ore
hollow haven
swift valley
#

@hollow haven It's the same

rugged root
#

!server

wise cargoBOT
#

Server information
Created: 3 years, 9 months and 26 days ago
Voice region: us-east
Features: DISCOVERABLE, PARTNERED, VIP_REGIONS, NEWS, ANIMATED_ICON, INVITE_SPLASH, COMMUNITY, MEMBER_VERIFICATION_GATE_ENABLED, PREVIEW_ENABLED, RELAY_ENABLED, WELCOME_SCREEN_ENABLED, VANITY_URL, BANNER

Channel counts
Category channels: 31
News channels: 8
Text channels: 170
Voice channels: 28
Staff channels: 67

Member counts
Members: 104,294
Staff members: 84
Roles: 73

Member statuses
status_online 31,524
status_offline 72,770

swift valley
#

hm

frigid panther
#

thats a weird compliment

misty salmon
#

well i told him yesterday that my understanding of arch commands in terminal was lacking and suggested he go with linux mint instead of majaro as a newbie to linux

rugged root
candid venture
gentle flint
#

J be like

fallow shuttle
#

well we don't use type d&m

gentle flint
candid venture
gentle flint
#

with fuse under cap

somber heath
#

Type 1 is wrong. It's almost right, but the positioning is off.

gentle flint
#

he's married

subtle orchid
#

its Love

gentle flint
#

it's good

subtle orchid
#

so wholesome

#

๐Ÿ˜

candid venture
fallow shuttle
#

too many diff faces

subtle orchid
#

yes we hvae those kind of plugs here it is really hard to find like a converter when you buy a product from another country

surreal bramble
#

lol

potent urchin
#

voice still not verified yet??

#

how many message do ia have t send more??

candid venture
#

50

subtle orchid
#

you must fullfil required requirments

surreal bramble
#

idk I don't use this server

rugged root
#

50 messages starting from like.... beginning of last month?

candid venture
rugged root
#

I can't remember off hand

potent urchin
#

i'm here since 6 hours ago

#

chatting since then

faint ermine
#

yea you need 3 days

surreal bramble
potent urchin
#

3 days?

subtle orchid
#

Yep

faint ermine
#

need to be here 3 days

potent urchin
#

they will be gone after today haha

subtle orchid
#

Anyways welcome to the family

potent urchin
#

i'm here for along time but they changed the rule

subtle orchid
#

they will be gone after today haha
@potent urchin you can access to anything but voice chat till then

#

i'm here for along time but they changed the rule
@potent urchin bruh u just said u are here for six hours

potent urchin
#

i'm chatting for 6h

subtle orchid
#

does that counts as "a long time"

potent urchin
#

but i'm in the server for along time

candid venture
#
start point | end point

(center[0]-diff, center[1]-diff),(center[0]+diff,center[1]+diff)
fallow shuttle
#

but i'm in the server for along time
@potent urchin 6 hrs

surreal bramble
#

xd

subtle orchid
#

he said i am chatting for 6 hours

#

but i am old in server

potent urchin
#

I'm in the server for a long time and i'm chatting for 6h now

fallow shuttle
#

bug detected

subtle orchid
#

@rugged root

rugged root
stuck furnace
#

Do it outside?

severe elm
#

so this actually how my db should look like

potent urchin
#

yes thank you

severe elm
#

breaking everything down, so the tables are not too filled and every table has clear relations to other tables

potent urchin
#

Thanks @rugged root

stuck furnace
#

Vacuums create tonnes of static

#

Listen to Hemlock ๐Ÿ˜„

candid venture
fallow shuttle
#

he could have just used ctrl+A

stuck furnace
#

In a vacuum cleaner, dust particles are drawn into the plastic tube and it is these particles that cause the build up of static elecrticity.
In the case of a compressed-air source, only clean air should be moving against the nozzle.

subtle orchid
stuck furnace
#

What about a balloon? ๐Ÿ˜„

fallow shuttle
#

yeah air pressure, A1V1=A2V2 --physics

stuck furnace
#

Yep ๐Ÿ˜„

#

Pressed the button by accident

fallow shuttle
rugged root
#

That should tell you what you need to know

stuck furnace
#

Jake Wright has a good video on this...

#

This has taken a turn... ๐Ÿ˜„

fiery juniper
#

How old is she?

faint ermine
#

โ€œCatโ€ means any gender and any age. It is the main term. Donโ€™t worry about the word for a group of cats. Few people know the word.

โ€œTomโ€ or โ€œTomcatโ€ means an adult male that can still breed
โ€œQueenโ€ or โ€œMollyโ€ means an adult female that can still breed (โ€œMama catโ€ is slang for the same thing)
โ€œNeuterโ€ is the proper word for a male cat that has been neutered. Most people will just call it a cat.
โ€œSpayโ€ is the proper word for a female cat that has been spayed. Most people will just call it a cat.
โ€œKittenโ€ is a young cat (under 1 year), male or female.
gentle flint
fiery juniper
#

@gentle flint How old is she?

stuck furnace
#

Mine is Harry

gentle flint
#

8

stuck furnace
#

human name

#

I don't use that in any passwords, don't worry

fiery juniper
#

Wow, my cat is 18 year old, which is very old for cats

subtle orchid
#

@fiery juniper NNN got cancelled cause of covid-19

stuck furnace
#

I think I know where you were going... ๐Ÿ˜„

fallow shuttle
stuck furnace
#

Hey, I got voice banned earlier

#

Ironically

fiery juniper
#

@fiery juniper NNN got cancelled cause of covid-19
@subtle orchid Weakness disgusts me

subtle orchid
#

@subtle orchid Weakness disgusts me
@fiery juniper I lost it on very 1st day๐Ÿ˜Ž

#

no regrets

stuck furnace
#

That's just arson surely ๐Ÿ˜„

fallow shuttle
#

mine is one-sided love T_T

#

cries in corner

#

T_T

lusty marsh
#
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
stuck furnace
#

Numpy

#

If you do a comparison with a numpy array, you get an array of bools

#

rather than a single bool.

lusty marsh
#
class GetPatterns:
    def __init__(self, image: np.array, refrences):
        self.image = image
        self.refrences = refrences

    def run(self):
        sampled = 0

        for reff in self.refrences:
            for row in reff:
                for rw in self.image:
                    if list(row) == list(rw):
                        sampled += 1
                    else:
                        continue

        return sampled * 100 / len(self.image)

gentle flint
stuck furnace
#

!eval ```python
import numpy as np

xs = np.array([1, 1, 1])
ys = np.array([1, 2, 1])

print(xs == ys)

wise cargoBOT
#

@stuck furnace :white_check_mark: Your eval job has completed with return code 0.

[ True False  True]
lusty marsh
#
Traceback (most recent call last):
  File "C:/Users/samil/PycharmProjects/pail/pail/cv.py", line 47, in <module>
    print(f"{GetPatterns(HighpassFilter('index.jpg').run(), [HighpassFilter('index.jpg').run()]).run()}%")
  File "C:/Users/samil/PycharmProjects/pail/pail/cv.py", line 39, in run
    if row == rw:
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
#
class GetPatterns:
    def __init__(self, image: np.array, refrences):
        self.image = list(image)
        self.refrences = refrences

    def run(self):
        sampled = 0

        for reff in self.refrences:
            reff = list(reff)
            for row in reff:
                for rw in self.image:
                    if row == rw:
                        sampled += 1
                    else:
                        continue

        return sampled * 100 / len(self.image)

output:

Traceback (most recent call last):
  File "C:/Users/samil/PycharmProjects/pail/pail/cv.py", line 49, in <module>
    print(f"{GetPatterns(HighpassFilter('index.jpg').run(), [HighpassFilter('index.jpg').run()]).run()}%")
  File "C:/Users/samil/PycharmProjects/pail/pail/cv.py", line 41, in run
    if row == rw:
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
fiery juniper
#

Is there a way that I could send a file here?

#

I want you to rate a little game I made and it contains pictures

faint ermine
#
                if list(row) == list(rw):
fiery juniper
#

Is there a way that I could send a file here?
?

#

hmmm anybody knows?

#

I can't

wise cargoBOT
#

Hey @misty salmon!

It looks like you tried to attach file type(s) that we do not allow (.pdf). We currently allow the following file types: .3gp, .3g2, .avi, .bmp, .gif, .h264, .jpg, .jpeg, .mkv, .mov, .mp4, .mpeg, .mpg, .png, .tiff, .wmv, .svg, .psd, .ai, .aep, .xcf, .mp3, .wav, .ogg, .webm, .webp, .flac, .afdesign, .m4a, .csv.

Feel free to ask in #community-meta if you think this is a mistake.

lusty marsh
#
class GetPatterns:
    def __init__(self, image: np.array, refrences):
        self.image = image
        self.refrences = refrences

    def run(self):
        sampled = 0

        for reff in self.refrences:
            for row in reff:
                for rw in self.image:
                    if [list(x) for x in list(row)] == [list(x) for x in list(rw)]:
                        sampled += 1
                    else:
                        continue

        return sampled * 100 / len(self.image)
fiery juniper
#

I want to send a folder with a Python program and pictures

#

Ok, just wanted you to check it out, no needed help.

#

ok thx

bright rain
#

How make this simple in one line? ```python
greater = x if x > y else y
lesser = x if y == greater else y

#

What?

#

how you do it?

faint ermine
#

!e

def compare(x, y):
    greater, lesser = (x, y) if x > y else (y, x) 
    print(greater, lesser)

compare(1, 2)
compare(2, 1)
compare(2, 2)
wise cargoBOT
#

@faint ermine :white_check_mark: Your eval job has completed with return code 0.

001 | 2 1
002 | 2 1
003 | 2 2
severe elm
#

do you guys know Qgis?

#

ppl read it like Qjizz

bright rain
#

thank that's what i wanted

#

yea

#
 def lcm(x, y,):  #least common multiple
        greater, lesser = (x, y) if x > y else (y, x) 
        m = greater
        while m % lesser != 0:
            m += greater
        return m
fierce quartz
#

why im i suppressed?

faint ermine
#

look at vocie verification

fierce quartz
#

ohhhh

lusty marsh
#

#voice-verification

fierce quartz
#

._.

#

lit

#

you anyone wanna hear what happend today im my city

#

therer was a outbrack of monkeys

#

from the zoo

#

and the zoo had to be cleared

#

and the monkeys got lit up

#

like there dead now

#

they escaped

#

im not talking smack

#

and we had a flying metro in rotterdam

#

i swear

#

sure

#

it go chachs by a whale fin

#

XDDD

#

i swaer this shit happend

#

i know XDD

#

this wat i told wasd in like 4 days total

#

our 2020 is kinda lit ngl

faint ermine
fierce quartz
#

the metro was removed today

#

yeah but we live in a place where no monkeys native

#

i dont wanna do politic ngl

#

it gives my a headack

faint ermine
#

politics are actually somewhat against this servers rules @lusty marsh

fierce quartz
#

i got a 7 for socail studies so that was al the polictics i need to have in my live

#

were talking about boring steams

#

atleast he is

#

i got muted of some bs thingy

faint ermine
#

Examples of unacceptable behavior by participants include:
Discussing topics that are overly polarizing, sensitive, or incite arguments. This includes the discussion of polarizing political views [...]
@lusty marsh

fierce quartz
#

its nutral tho

#

thats how i read it as a non natve speaker.

#

becuase he didnt say vote trump or vote biden

faint ermine
#

its still about polarizing political views though

fierce quartz
#

what type

#

its nutral

lusty marsh
#

i'm neutral when it comes to this

fierce quartz
#

._.

lusty marsh
#

I sent the video as a meme just because the stream is so boring

faint ermine
#

but not discussing "polarizing political views" isnt about whether YOU are neutral, ist about whether the topic itself deals with polarizing views (at least the way i see it)

fierce quartz
#

no it isnt

faint ermine
#

and if any topic deals with polarizing political views, its that one

lusty marsh
#

come to vc

fierce quartz
#

he is not polarizing tho

#

its kinda not imo

#

okey but that is not hes problem

#

if someone wants to discuse it thats hes problem not that one of samis

#

okey thats not samis problem xD

#

noโค๏ธ

#

cya

#

me niether

#

damn that stupit ass 50 massge rule

#

how mutch have i typed by now

rugged root
#

@ancient egret If you're wondering why you can't talk, check out the #voice-verification channel. That should tell you what you need to know

ancient egret
#

thanks for the heads up

rugged root
#

No problem!

#

@tranquil ruin If you're wondering why you can't talk, check out the #voice-verification channel. That should tell you what you need to know

tranquil ruin
#

Yeah I do know that

#

Are u an Engineer

#

Yeah that's cool

candid venture
#

``
Does Jane cook well?

Do you exercise every morning

Do they speak English?

Do your parents spend their weekends at home?

does she like to travel?

What do you have for breakfast

where does your mom work

When do your classes begin

what do the moneys eat

What time does the plane arrive

``

severe elm
candid venture
rugged root
#

What do you have for breakfast
did not do in that context.

#

The others look fine

chilly quail
rugged root
#

!rule 5

wise cargoBOT
#

5. Do not provide or request help on projects that may break laws, breach terms of services, be considered malicious or inappropriate. Do not help with ongoing exams. Do not provide or request solutions for graded assignments, although general guidance is okay.

rugged root
#

@candid venture As a reminder to you as well

candid venture
#

kk

severe elm
#

You (not to need) ....... your umbrella.

So you have 2 choices here: you either need your umbrella or not!

so i'm reminding you of some rules in "simple present"

1.)
-> whenever something is negative we use a "do" -> "do" + "not" = don't
-I don't
-you don't
-we don't
-they don't
-.....

-he/she/it "doesn't"

rugged root
#

@sick night @strange flame If you're wondering why you can't talk, check out the #voice-verification. That should tell you what you need to know

chilly quail
severe elm
#

You do not need your umbrella

or

You dont need your umbrella

chilly quail
#

Thanks

#

These "doesn't"?

#

Thanks all, see you soon

gentle flint
#

these don't

#

this doesn't

candid venture
#

aw yes

#

texas

gentle flint
coarse jetty
#

Hey I have a doubt.

#

Anyone free?

gentle flint
#

Hiren's boot cd

graceful grail
misty salmon
gentle flint
#

he missed a hemlock

amber raptor
#

Hemlock is totally right

#

USB Floppy seems much more logical

gentle flint
whole bear
#

did you know that dust is about 60% dead skin

#

that photo is honestly so disgusting

rugged root
#

More likely that it's tar more than anything

#

Apparently the previous owner was a heavy smoker?

whole bear
#

@rugged root is this what you meant?

fast obsidian
rugged root
#

I'm pretty sure that's just Shaggy on the bottom

#

!server

wise cargoBOT
#

Server information
Created: 3 years, 9 months and 26 days ago
Voice region: us-east
Features: DISCOVERABLE, PARTNERED, VIP_REGIONS, NEWS, ANIMATED_ICON, INVITE_SPLASH, COMMUNITY, MEMBER_VERIFICATION_GATE_ENABLED, PREVIEW_ENABLED, RELAY_ENABLED, WELCOME_SCREEN_ENABLED, VANITY_URL, BANNER

Channel counts
Category channels: 31
News channels: 8
Text channels: 171
Voice channels: 28
Staff channels: 68

Member counts
Members: 104,384
Staff members: 84
Roles: 73

Member statuses
status_online 32,663
status_offline 71,721

severe elm
#

this actually what i've been trying vizualize since yesterday

amber raptor
#

that's SQL Database

severe elm
#

yeah

#

i know

gaunt sedge
#

i want to join voice chat but i have to send 50 massages

misty salmon
#

edabit

amber raptor
#

so go have a conversation in some other channels Youssef and come back later

gentle flint
#

@gaunt sedge you need another 47 messages

gaunt sedge
#

yea

rugged root
#

Talk to folks in one of the off-topic channels, ask a question or answer a question in one of the help channels, etc.

#

You'll be surprised by how quickly you can get to the 50 message count

severe elm
#

@gilded rivet whats the can search for to find that form of website optimizaiton

#

brb 5min

verbal hemlock
#

!whois @verbal hemlock

sand sinew
#

AQKMCF is my among us code, join

gentle flint
#

doesn't play among us

neat anvil
#

hi guys

whole bear
#

AQKMCF is my among us code, join
@sand sinew no

buoyant topaz
#

anyone apex legends?

still quartz
#

nope

somber heath
#

Issues. So noted.

somber heath
#

People around the world in quarantine: Hiding in their houses.
People in the US in quarantine: "Yo, everyone, what's up? I'm here at this massive quarantine party with all my friends!"

#

Or another one I've been seeing. "The election is over, so we don't have to wear masks, anymore, because COVID is a hoax."

still quartz
#

Jan. 22
โ€œWe have it totally under control. Itโ€™s one person coming in from China, and we have it under control. Itโ€™s going to be just fine.โ€

#

March 28
โ€œWE WILL WIN THIS WAR. When we achieve this victory, we will emerge stronger and more united than ever before!โ€

severe elm
#

hey guys this sounds like it's going to be a longer talk, can i ask something real quick

#

@jovial meadow

#

@hidden cove

whole bear
#

wtf

somber heath
#

Hmm?

#

@whole bear What's up? ๐Ÿ™‚

hallow warren
somber heath
#

@hallow warren Annotated how?

#

Eyeroll?

hallow warren
#

yes lol

#

Wikimedia is moving to Gitlab. I wonder if I should fork my favorite Github projects there.

somber heath
#

You can talk if you want. I'm just not doing it exactly where I am because other people are sleeping.

#

Yahoy.

hallow warren
#

Quantum supremacy is a myth.

somber heath
#

Well, I did just learn about it then, so you didn't give me much time to form an opinion on it.

#

Before "No, you should not."

hallow warren
#

They aren't even going to have 1 qbit of QRAM for at least ten years.

somber heath
#

Hello, Frick.

#

I started out with BASIC.

hallow warren
#

Do you remember the MSBASIC ?xx ERROR codes? TM was Type Mismatch, was div/0 DZ or /0? I honestly can't remember.

somber heath
#
alpha = ['a', 'b', 'c']
alpha[0] == 'a'
alpha[1] == 'b'
alpha[2] == 'c'
alpha[3] == *nope*```
hallow warren
#

?AS ERROR

means array subscript out of range

somber heath
#

My first BASIC was on the Apple II/e

hallow warren
#

TRS-80 Model I Level I 4K RAM

#

1979

#

I was also proficient in the Sinclair ZX-80 series, for some reason

somber heath
#

@whole bear So if it's an IndexError you're getting, that's sort of like what your code is trying to do, somewhere.

hallow warren
#

IndexErrors are the reason Rust exists.

somber heath
#

It's like asking "What's the fifth character of a four letter long string?"

#

Though, just to confuse things, you can ask "What's the -1st letter of a four-letter long string?"

hallow warren
#

If you are very angry about the injustice of this error, you can author a PEP to extend lists as sparse arrays.

somber heath
#

Why can't you post it, @whole bear?

whole bear
somber heath
#

It's your code.

whole bear
#
voice_channel.play(player, after=lambda e: print('Player error: %s' % e) if e else None)
hallow warren
#

what does await do?

somber heath
#

It's an asyncio thing.

whole bear
#

so if you do message.send

#

it will not send

#

becuase you have to do await message.send

somber heath
#

Asyncronous programming. Paralellism. Callbacks. Non-blocking function calls.

whole bear
#

big brain

somber heath
#

I haven't really got into it.

#

Threading, which is kind of what asyncio does in the background, I think...

#

yes

#

Like they'd need an account in here to do that.

#

Nope.

#

...

fiery hearth
#

lol

somber heath
#

@whole bear Okay, boomer.

fiery hearth
#

what do you need @whole bear !

somber heath
#

In any case, it looks like your error was deliberately raised.

fiery hearth
#

yeah you are a boomer!!

somber heath
#

You may have to inspect the code section to see what condition was met.

whole bear
#

im not trolling i dont know how to raise a error

somber heath
#

I'm not saying you intentionally triggered it.

#

I'm saying the code used a raise keyword

fiery hearth
#

@somber heath Lol!

somber heath
#

When you write code which causes an exception, usually, it's because you fucked up. For example, writing ''[0] will cause an IndexError because the string has no elements.

#

I could also just write raise IndexError

hallow warren
whole bear
#

Hmm?
@somber heath nothig i just dont understand

somber heath
#

"You're not going to make me angry." Famous last words.

#

@whole bear Earlier, you said "wtf".

whole bear
#

yes bcoz i didnt understand

somber heath
#

"Didn't". Are you suggesting you now do underestand?

#

What preceeds the raise CommandInvokeError(exc)?

#

What causes that to be run?

#

While you're at it, inspect CommandInvokeError, the class.

#

See if it comes with documentation.

#

I can.

#

Thank you. Pass.

#

I use Python for my own enjoyment, to create art and amuse myself. I've little to no financial acumen, nor the desire to involve myself in that world.

#

So the question of improvement is a little moot.

hallow warren
#

I agree; but I would say, to limit legal liability exposure to lawsuits from multi-millionaire hedge fund managers after they lost everything because of their inability to competently operate template code.

somber heath
#

I thought you meant improvement so as to encourage my involvement, not improvement just in general.

#

As to what would reduce legal liability, I am not a laywer.

#

Hey, Cracked. ๐Ÿ™‚

frozen oasis
#

hi

somber heath
#

Automation, while useful, can diminish the biodiversity, if you will, of skills/knowledge.

#

and, improperly checked, can run rampant

candid venture
#

@somber heath i created a a python script that sends the whole bee script movie

somber heath
#

Like, yay, automation. Yes, it makes our lives easy, but we have to watch out for an Idiocracy scenario.

hallow warren
#

@candid venture have you figured out how to encode it in LOGLAN and direct it to Alpha Centari?

somber heath
#

Or Wall-E.

#

With specific reference to the chairs.

#

Mm. So when the automation breaks down...what are you left with?

candid venture
#

@candid venture have you figured out how to encode it in LOGLAN and direct it to Alpha Centari?
what

somber heath
#

Hai, oof.

#

Where I am, but I could move.

gentle flint
#

I see

somber heath
#

Assuming the postal votes all get counted...

#

@wind kettle Sneaky username. I like it.

shrewd nest
#

Yo, why i cant use voice chat?

somber heath
#

@shrewd nest This server employs a voice gating system to help reduce voice chat spam and abuse. Refer to the #voice-verification channel for more details. ๐Ÿ™‚

#

You'll find it under the Voice channel category.

shrewd nest
#

@somber heath Thx)

somber heath
#

Milford Cubicle!

hallow warren
severe elm
#

thx for the links Jamsyn, i'm gonna look all of them up

#

i'll probably also end up buying a book about sql/database-structure etc.

somber heath
#

No reason why you can't type it out on computer, first.

severe elm
#

isnt there some software that could translate your typed text into handwritten text?

somber heath
#

You can make a font with your handwriting, but it's going to be all very uniform.

#

and cursive is a bitch

gentle flint
#

take 8 random glyphs for each character @somber heath

somber heath
#

Handwriting a thing has been shown to improve information absorbsion.

#

I believe.

gentle flint
#

his teachers probably think that plagiarism works like this

#

and can therefore be counteracted by working only on paper

somber heath
#

@severe elm Faintish but clear.

#

Why buy anything when you can look up information online?

severe elm
somber heath
#

Looks like a 2nd Edition D&D book.

gentle flint
#

I need to go

#

cya

somber heath
#

o/

gentle flint
#

๐Ÿ‘‹

somber heath
#

Because I'm all about hedge funds.

hallow warren
somber heath
#

It also wasn't a moral objection. Provided the product is fit for purpose and has the appropriate and informative cautions against improper implimentation, I wouldn't have objections on those grounds.

hallow warren
frozen oasis
somber heath
#

I would like to submit Robin Williams as a candidate for the title of Best Human Being.

#

"WHO IS ROBIN WILLIAMS?"?!

hallow warren
somber heath
#

"Not the most FinTech". My name is not Mark, nor is my surname Goldberg.

#

๐Ÿ˜„

hallow warren
somber heath
#

Er, yes.

#

You would be correct in your assessment.

#

Yes.

#

Huge...eh. Maybe.

#

Him.

#

Not me.

#

Mine is zero, his is...uncertain.

#

Hm?

#

Maybe.

#

I had the impression it may have been an attempt at humour.

#

Or social engagement.

#

Conversation.

#

Hamming up his interest.

#

Like, "Let's you and me write code to take over the world"

#

Sure, I might like to have code that can alter the world as I please, but that's not something I'd seriously go about doing.

#

Nevermind that it'd be an apocalyptically dangerous thing to exist.

#

People have been older than me my whole life. It's not really a new concept.

hollow flax
#

Y is there a voice verified thing. I cannot speaky speaky

somber heath
#

The steel-toed boot of cynicism has travelled to meet you up the middle?

#

Boot. ๐Ÿ‘ข

#

โšพ โšพ

hollow flax
#

Well, because I have not sent 50 messages I cannot do anything this is sad.

somber heath
#

I'm providing visual aids.

#

I am not admonishing you.

#

Life has kicked you in the balls.

#

and has thus made you cynical

#

That's what I meant.

#

You've grown up

#

and as you've grown up

#

Life has kicked you

#

and so you've grown more aware and more cynical

hollow flax
#

Being cynical is a common trait these days.

somber heath
#

I'm asking you if that's what you meant.

#

Yes, but you started talking about your perspective, too.

hollow flax
#

I am 16 and I have to say age is irrelevant for some people

somber heath
#

Mm. As I said. People being older than me is not a novel experience.

hollow flax
#

I found that alot of older people look down on younger people.

#

lol

#

Because you said something yes

somber heath
#

While other people can often prove themselves unworthy of respect, showing respect to others is more about a respect for your own status as a gentleman than it is your own regard for the other person.

hollow flax
#

Idk Boomer is just a slang when people are not really technologically advanced. I know it was originally meant for someone age but it's not really the meaning these days.

#

I hate this voice verification thing.

somber heath
#

That being said, there is a time for ungentlemanly actions.

#

Just more interference stuff.

hollow flax
#

You can be sly while being polite

#

It's odd I have less trouble programming and more trouble designing things.

somber heath
#

I wouldn't mind branching out into hardware, but I haven't.

severe elm
#

i have trouble in all fields

somber heath
#

Discourteous, unpolished, unrefined, uncouth, rude, uncivil, unsophisticated, unbecomming.

hollow flax
#

I was planning to get a minors in physics

#

I am doing my Associates right now

somber heath
#

If you have trouble in all fields, farming may not be for you.

hollow flax
#

I have trouble in programming and designing applications but it's mostly just comparative to each other.

somber heath
#

Nutrition is fuel for learning.

hollow flax
#

I have to register for my Winter quarter today.

hallow warren
#

Nevermind that it'd be an apocalyptically dangerous thing to exist.
@somber heath is the world better if it exists in C# but not Python?

hollow flax
#

Python and C# are meant for different tasks.

#

Why would you select one?

somber heath
#

o/

hallow warren
#

Because if you use both at the same time everyone will be sad

hollow flax
#

I wouldn't see a need to use both at the same time

hallow warren
#

It's kind of like mopping and sweeping with a broom. Both are useful, but on many surfaces you only need one, and if you use both (not selecting one) then you're just setting yourself up for failure.

#

Almost everyone in the history of housekeeping who has tried to mop and sweep at the same time usually decides to only do one first.

#

Just because C# got the optimal portfolio balancing algorithm first doesn't mean that Python doesn't deserve it too.

#

C# is strongly typed which is just another way of saying the C# masters in Redmond want you to type more variable declarations so they can subject you with felony monopolism.

hollow flax
#

Opal is typing an essay right now

#

lol

hallow warren
#

The more time they make you take declaring the types of data structures is time you don't have to improve your algorithms.

somber heath
#

Not so much an essay so much as choosing an analogy.

#

What difference C# vs Python for a reality-warping algorithm? How fast do you want to get to Hell?

hollow flax
#

Declaring your variable type does not take that long. Not also that it prevents you having a type issue in the future.

#

And improving your algorithms would come after you get the code in a working state. You would be more at the refactor/maintain code stage. I don't see how that would affect how effective your algorithms are.

limber abyss
#

@echo glacier please do not post chainmail

hallow warren
somber heath
#

A difference in execution of tens of milliseconds vs hundreds of miliseconds is little difference at all.

#

Except to the milliseconds, who would prefer to not be executed at all.

hallow warren
#

Even if you believe that no goods or services are more efficiently allocated by the private sector, market arbitrage efficiency increases supposedly also reduce the cost of public sector procurement, too.

#

On the other hand, facilitating day-traders compulsive gambling impulses can't be good. But if they are going to gamble until they lose, why not charge them for an e-book up front if you can prove it will improve their chances against their similarly situated peers without an optimal portfolio allocation algorithm?

The "max return" algorithm is pretty simple, too, you can pseudocode it in two or three lines, IIRC.

#

Maximize Portfolio Return (disregard volatility)
Without any boundaries on weights or constraints on target portfolio volatility, this is a very simple function that will allocate 100% to the asset with the highest expected return.

#

So the pseudocode is:

  1. for all potential assets,
    if the asset with the greatest expected return has a greater expected return than current holdings, then:
    sell all holdings;
    use the proceeds to buy as much of the asset in question as possible;
    wait a fixed quantity of time;
    GO TO 1.
#

I'm still not sure if selling an e-book with the Python for that to Quantopian users is ethical, but I think it is. We could add some news site scraping for news signals to SMS the portfolio owner with the URL and asking them to adjust expected return estimates in response.

#

So if they are holding ruthenium mining stocks, they would get a text message whenever ruthenium or ruthenium mines are in the news and they could reply with how they think the news will effect ruthenium prices, for example.

zinc viper
#

i have over 50 messages, but not from 25th of august

#

@pliant atlas @frigid panther

#

do any of u have any django experience?

pliant atlas
#

No, tbh i have very less web development experience

zinc viper
#

@frigid panther

#

is that u saying you have

#

oh ok

#

i added u or we can talk on here

#

i need to add a simple search filte

#

filter

#

but all the tutorials on youtube require you to follow a whole tutorial

#

django-filters

#

yeah

#

i tried following, im pretty sure it requires you to follow an entire series

#

i literally only need to search through one model

#

ill literally pay you if youd like, I just need to show you my code

#

ive been stuck on it for too long

frigid panther
#

If you want to a really simple one, then you can simply use a form to get the input data and filter through the model

zinc viper
#

yeah im trying

#

i tried following a tutorial but it requires me to follow a series

#

could you show me that? @frigid panther

#

is there anyway you could walk me through it

#

im new to django

frigid panther
#

how many fields are you searching

#

in a model

zinc viper
#

four

frigid panther
#

1 search bar for 4 fields?

zinc viper
#

yeah

#

just names, emails, phone number and email

frigid panther
#

gotcha

zinc viper
#

@frigid panther

#

sorry is there a tutorial you were gonna link?

frigid panther
#

oh sorry, i got a lil distracted

zinc viper
#

np

frigid panther
zinc viper
#

ahaha

frigid panther
#

I just went through that one, looks pretty good

zinc viper
#

thats the one ice been watching

#

do i have to configure my own form.py?

frigid panther
#

no

zinc viper
#

oh ok

#

so this is where i am with the video

#

because ive watched the whole thing

frigid panther
#

is the value='{{ query }}' working, in the video he did say it does not work for him

zinc viper
#

im sure it is for me

#

hold on lemme check

#

thought that might be it

frigid panther
#

he used javascript to do that

zinc viper
#

would that stop the results for showing up??

#

because my results dont show

frigid panther
#

i need look up his project code a bit more

#

ur results would will only show when you filter them properly

zinc viper
#

what was that?

#

i tried

#

but i get a package error

#

yes

#

no

#

is there a way to only show the requested query

#

otherwise its fine

#

the form is there no?

#

thats where he put on the vid

#

oh

frigid panther
#

<head> and <header> are different

zinc viper
#

some

#

i am experienced in coding and sql etc

#

i havent got the clients displayed

#

how would i do that

#

no

#

this is my only html file

#

thank you

#

if i were to show my clients model

#

would that utilise the search?

frigid panther
#

yes

zinc viper
#

not to be pushy

#

but would you be able to show me that

frigid panther
#

I'm afriad I can't right now

#

I would recommend you to go through the django tutorial or the codingwithmitch series

zinc viper
#

ok

#

thank you for the help though

frigid panther
rugged root
#

Puuuurrrrrrrrreeeeeeee

pliant atlas
#

@rugged root how's the project going?

rugged root
#

It's going well

pliant atlas
#

Noice

rugged root
#

I'm in the testing phase, should be wrapping it up for review soon

pliant atlas
#

ohh, if you want help in testing if it works I can help

#

you can remove my role and i'll verify once again

#

to see if it works

rugged root
#

I'm doing it in our test server

pliant atlas
#

ohh ok

#

Cool!

rugged root
#

And I'm using a temporary redis cache, because otherwise I'd have to clear things by hand

swift valley
#

Evening Hem

rugged root
#

Puuuuuurrrrreeeeeeeeeee

#

Hi

#

How goes it

swift valley
#

Just having coffee after a while

pure path
#

Hey @rugged root could u stream?

#

ohh

brave karma
#

hi I'm unable to speak

pliant atlas
#

you need to verify

rugged root
#

That should tell you what you need to know

brave karma
#

alright

swift valley
#

Refactoring is a pain

#

Can't keep up with 100% test coverage anymore sadly

brave karma
#

@rugged root I'm a new learner. Can I get into programming

frigid panther
#

!resources

wise cargoBOT
#
Resources

The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.

rugged root
#

Automate the Boring Stuff, and A Byte of Python