#ot1-perplexing-regexing
1 messages ยท Page 515 of 1
ello
Here we go again
ooh
This sucks
I hope nothing happens around Inauguaration Day
I think so
But since it's the US, I wouldn't be surprised if something did pop up around ID
I am not even from the US. timezones smh
Everyone else's humor: funny, understandably witty
My humor:
from internet import humor
if __name__ == "__main__":
humor.soup_time()โ
I need new material
Helmp
maybe u should try some other function
@inland wolf it's basically an abbreviation of 'life is nothing but a dream'
or 'naught but a dream' if you're old fashioned ๐
hey, can anybody help on #help-lollipop ?
generally you can pass things to str() to get a string back
remove the if name is main so you can run it 64 times at once with multiprocessing 
welp, I'm going to get a covid test tomorrow
I'm slightly panicking because if I test positive it will be the THIRD time I've had covid
That would be bad, how are you so constantly exposed?
you'd think after being infected twice you'd be more careful ๐ค
I wear my mask constantly, I use hand sanitizer every time I get back in my car, and wipe down my gearshift, steering wheel, and phone
wash my hands constantly in the store
there's nothing more I can be doing.
So I'd really appreciate you not making these sorts of assumptions.
surely the second time u had covid was enough to develop some immunity right?
i mean there is a new strain from UK
true
u didnt sanitize ur keyboard
But did you sanitize the bottle with which you sanitized this bottle?
Yes
Is it sanitizers all the way down?
Yes
hey
@red rivet Moving here for lower traffic.
No, TypeScript is far from what PureScript stands as it is. TypeScript serves as a superset over JavaScript that integrates a proper type system while PureScript is an entirely different language by itself that has an extremely powerful type system
I guess the comparisons come from the fact that most believe that all type systems work the same way and that they just describe data with finer detail but that isn't the case with mainstream, statically-typed, imperative languages versus functional, statically-typed languages
Hey @spare dawn, please only post your question in one channel
ok i will remember .
Do you know what's wrong in my code that codechef not accepting ?
I donโt know this langauge (cpp, right?) sorry
Hey @weary torrent, please donโt sent random memes in off-topic
hey
oh sorry, i thought memes were allowed here
ya its cpp ๐ np
No worries
I've just talked about something related to those
Happy they've merged it
Because that's not what I regularly see with my experience with GitHub
me, who doesn't even make PR's: interesting
Me neither, don't worry ๐
The only PRs I have for my repositories are for GitHub actions
I have to make sure they run fine there as well
spunch bob
is there an equivalent java server like this one
all offtopic channel names today are mod names lol
numpy is a mod? @lone cradle
always has been
Petition for bisk to be a mod?
no, but here's the context #ot2-never-nesterโs-nightmare message
i witnessed @quick ledge
Hello
Greetings fine people, hope all is well. Can I run a specific version of Python per project? If so how can I do that in Windows 10 OS? Thanks
Which IDE are you using?
You should be able to select a different interpreter for each project in most of them
If you're running via cmd you'll probably have to specify the full path to which interpreter you want to use
@rough sapphire Pycharm supports that
hmmm idk if pyenv for windows is good. i think it is clunky ๐ค
thanks @rough sapphire
everything is clunky in windows ๐
but pycharm is thicc so make sure your pc specs are up to it. because mine is a potato so i was forced to use and love neovim and vsc
you can select interpreter in vsc as well
theeek
you can actually do it manually ๐ just know how to create virtualenvs and such
You should see the option to choose interpreter in the lower left corner
yeah
or ctrl shift p> python: select interpreter
ok looking into this setting in vs code, but would be nice if it was configurable per project. one time setting , done. wam bam thank u maam
assuming you have the python extension installed ofc
you can toggle it back and forth any time, per project if you want so
i really like pyenv haha much easier to switch python with it
but if I gotta do it everytime I work on another project that sounds tedious
that looks very comfy. what is that in
do you expect vsc to read your mind and guess which interpreter you want lol
@acoustic moss you read my mind! ๐ I was thinking a config file that resides in project
hmm pythonPath in settings.json might do something lemme check
thats pyenv. if a folder contains a .python-version file with a content like 3.8.6 it will automatically switch to that python version
wow an ide that you can control with mind. I will invest in that!
yaay! thanks sir
vsc has a thing called workspaces
sorry was talking in another window
pycharm isn't bad if you have a half decent pc
but yeah, otherwise theres much lighter options out there
u can specify the python version for each workspace
so after u configure it, you wont have to switch
pycharm has a lot of bells and whistles that make coding a lot more convenient, but you pay that price with RAM
yeah in vsc you can define which interpreter you want in settings.json under python.pythonPath, as well as ctrl shift P>select interpreter
manually
@rough sapphire workspaces are like isolated settings.json so that might be of use to u ๐
{
"folders": [
{
"path": "Chapter 1 - Getting Started"
},
{
"path": "Chapter 2 - Programming a Guessing Game"
},
{
"path": "Chapter 3 - Common Programming Concepts"
},
{
"path": "Chapter 4 - Understanding Ownership"
},
{
"path": "Chapter 5 - Using Structs to Structure Related Data"
},
{
"path": "Chapter 6 - Enums and Pattern Matching"
},
{
"path": "Chapter 7 - Managing Growing Projects with Packages, Crates, and Modules"
}
],
"settings": {
"files.defaultLanguage": "rust",
"editor.fontFamily": "'FantasqueSansMono Nerd Font','JetBrainsMono Nerd Font'",
"editor.hover.enabled": true,
"editor.fontLigatures": true,
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSaveMode": "file",
"editor.defaultFormatter": "matklad.rust-analyzer",
"rust-analyzer.cargo.allFeatures": true,
"rust-analyzer.server.path": "/usr/bin/rust-analyzer",
"rust-analyzer.updates.channel": "nightly",
"lldb.displayFormat": "auto",
"lldb.showDisassembly": "auto",
"lldb.dereferencePointers": false
},
"extensions": {
"recommendations": ["matklad.rust-analyzer"]
}
}
``` this is a sample json format of workspaces. ๐ u can edit some things like the path of the interpreter. although this one is for my rust config, you can do it with python too
yep. cant have my cake and eat it too ๐ฐ
๐ง yikes. thanks champ
I should just shut up and start coding. thanks all.
not sure what your pc specs are, but I run it np with 16GB
you can probably do it with 8GB too
i have 32GB work horse ๐
poyfect
you should definitely try it then
๐
!resources
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
basically I am starting to do some NLP stuff and one of the modules I need to install is https://pypi.org/project/l3/
but not sure which version of python it uses.
whats NLP?
Natural Language Processing
oh ok, the only nlp I knew was neuro linguistic programming and had a feeling that wasn't what you were talking about lol
๐
though that sounds fascinating.
if the library is reasonably popular, its usually supported on the newer python versions
this baby look to be super old.
Released: Mar 10, 2014
that l3 one?
yes sir
yeah
ideally, theres another option out there much more recent
ok will look basically it is used in the following
at a glance, there seems to be other nlp libraries out there for you to check out
๐
spacy is what I am planning to use but the language is not yet fully supported and the only existing tree bank for the language I am working on is tiny.
oh I see
so in order to generate the treebank I need to use another python module that you feed it a large corpus of data that can give you an output you then manually edit. it is tedious work so aiming to automate part of it. hope that makes sense.
might have to do parts of it without l3 dependency
without understanding NLP itself, I completely understand your problem. automation is always key, especially if whatever you're processing is large
yes sir
nlp creates the corpus of data that could then be used for machine translation etc
I understand
definitely sounds cool though
you should try it, it can be applied to many fields. log parsing, medical research, you name it
once I finish refactoring a library of mine, definitely
that kind of stuff is a lot more interesting (to me at least) than solely focusing on web development, which is what I focused on for a while
!projects
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.
why am I getting pins but I can't see who pinned me?
check the date when I sent the message "all offtopic channel names today are mod names lol"
Maybe somebody ghost pinged you
?
Hi! I'm a beginner and I have an issue with powershell. Is anyone willing to help me?
what's the problem ๐ฎ
Anyone know what Ruli is talking about? Is he high?
The edit
People on SO are damn weird
wondering why anyone would reject the edit, but reading his comment confuses me so much. there's no prompt to ask what he's talking about.
That might be a good reason
Hey
@cosmic quiver
I want to have a word with you regarding discord.py. In private
don't y'all just love it when your sediments are 1.3m/s large?
Ah, yes ! Good units !
Haha
does c++ use snake or camel case?
camel
cool thx
although technically you're allowed to do snake case, it's just that most conventions stick to camelcase
yeah thinks
i'm following a tutorial
and he wrote snake case lol
so i have done a tad bit of c++ before and i was like waaaa
IIRC the stdlib uses snake case quite a lot, but in general people would expect camelCase from your code
can relate, I can't stand camelCase, but I tend to swallow my pride when using languages that follow that convention
whyDon'tYouLikeCamelCase?
WHAT_ABOUT_SCREAMING_SNAKE_CASE
iDKMan
of course
so yeah, I much prefer python's snake_case convention, and I can tolerate C#'s PascalCase
That's used for constants pretty often
ye
I love Kebab-Case lol
python has some weird cases
float.is_integer but str.isdigit and str.isnumeric
and Counter and defaultdict and OrderedDict and assertEqual
I like the nim solution of just having case insensitive ignoring _ identifiers
theCount == thecount == the_count
hmm
in int literals python ignores _
yeS
hmm an inverted CAMELcASE looks interesting
You request the OS to synchronise its internal buffer with the filesystem
In other words, you ask the OS to write the cache to the disk no matter what
how does it matter? why would i need it?
buffer -> carry things in chunks in a bucket
flushing -> empty the bucket, even if half-filled
For example, before unplugging a USB stick, you'd ask the OS to flush the buffer since, well, it won't be able to synchronise later
ok thanks lol
I have a problem, in my server if a person has the muted role and the member role they still can send messages.
You need to have an override in each channel denying send permissions to this role
Ok thanks, I gotta think of a way to automate that
Hangman is beginner and expert?
idk Im not the one that sent it
I think calling it 'expert' is disingenous
beginner imo
thats true
OP did not petition, they just spoke their mind and were going to let it pass
Beginner, Beginner, and still learning concepts maybe for the project lists
but the expert projects don't require many if any advanced features
alr
ok?
ITALIC BOLD HAHAHAHAHA
Letโs chill out please
nice username
are you bieng sarcastic?
yes
is this message sarcastic?
Inverted camelcase
Burn it. Burn it to the ground
no
Is this message being sarcastic?
you guys are fun ๐
Is this message being sarcastic?
||Aight I'll stop now||
REEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
nope
"Letโs chill out please" lol bruh
hee hee
nice
good for you
im not done
o
oh
!warn @grim blade Stop posting all cap messages with all the possible Discord formatting. I wonโt ask again.
:incoming_envelope: :ok_hand: applied warning to @grim blade.
she had a younger brother
Okay sorry
and the bugger used to send reeeeeeee in the group chat lol
he straight up invaded our whatsapp group and the messages he sent were like this LOL
is there a place where i can?
yes, in your own server lol
Ask about what?
rip
or to your friend who is willing to be annoyed
Akarys are you famous?
I can see him on the right side 'moderators' section. and I dont even have to scroll down, very famous lol
@solid pollen Who is your fovorite woman?
What kind of question is that hahaha
you are a troll you realise that r8 lol
my fav would be michelle obama
Ahhhhh so you dont have a girlfriend
oh shit forgot to say that
whats the proof that akarys is a male lol.
bruh
Please dont ban that was a joke
ya we cant know for sure by looking at an animated pfp
What if I donโt like girls?
girls have cooties anyway
yea
whow
hey Akarys if me or hetheboss were about to fall into a volcano and you could oly save one, who would you save?
me
@solid pollen
hey Akarys if me or hetheboss were about to fall into a volcano and you could only save one, who would you save?
can I ask one thing?
how old are you? polarbearman
thats better, because if you save one person, the other dies and also he realised that akarys betrayed him so thats a bummer. your answer is justified
Yep
no just asking,
im a teenager why
oh
so he isn't an alien
find on the map?
that's what aliens would say
ik akarys is british
OH
jk just guessing
Would you like a spot of tea Akarys?
Lol Iโm not
akarys is probably from the US, Australia or Canada
My english is too bad for that
european for sure
Akarys are you in love with president biden?
pfp looks french-ish
lol
Yep haha
I donโt mind him, way better than trump
I honestly believe that my genius creates gravity
omg akarys is from marsailles france
should I delete this? ik its doxxing
Nice to have a man who wants the job in it
@solid pollen
smug look of intelligence
check at bottom left
It is public information, I donโt mind that
Can you mail me a Baguet?
is your name matteo
I understand now that french people have noice english
wait akarys is born in 2004?
I want a franch made baget
Yep
Oh, never knew Akarys was French
๐ฎ
Well, you canโt mail food
is it true
๐ฆ
Yeah, but what ifโ
akarys i need response
so he is/will be 17
no 16
mafs
its 2021
bruh
Might just be his favorite number
not 2020
hmmm
but what if his birthday isnt in january
maybe he might turn 17 in february idk
i said /will be
yeh
I donโt answer questions on my age though, I donโt like that :>
I can respect that
so you are 50+
sry joke
Damnnn
well he does have gray hair apparently
no cause old people dont say their age
ahhh yes
It's kinda obvious 50+ is a joke, don't worry
||do you mind telling us your credit card # though||
||this is definitely not a scam||
||trust me||
i know nothing abt programming but akarys is fun to hang out with
LMAO
Haha
we can all agree
(/s just in case)
@solid pollen can you explain to me what ur name means?
does it have to make sense?
is it franch
Akarys? It doesnโt have any deeper meaning Iโm afraid
always
oh its just jibberish
I keep thinking of dracarys lol
hah
Yep, it is inspired from (by?) a name I heard at the TV
that is damn
My english isnโt great tbh
oh it seemed lik it
yeah thats what i am surprised about. but people from non engish speaking countries can speak english you know?
But Iโve learned it by spending time here mostly
sounds sexy ๐
like real life speaking, not messages
I NEED TO KNOW
I think you have an elder sibling?
The better one will be decided with a coinflip
cause younger siblings keep on talking about "who loves me more"
etc
Sure is haha
heh
I love yaโll as much as the others
ur actually right im the youngest
I NEED TO KNOW lol
told you.
but this is more of a troll
we cant say that cause he said that he doesnt like discussion bout his age
@kindred sorrel :)
2 siblings im the youngest
Oh..okay
My bad
yup I knew it. you are keeping on asking about who akarys prefers etc
haha
When i was little i shared a room with my older sister and my mom would kiss me goodnight first and i kept telling my sister "mom loves me more"
lol
all four of my cousins that live with me are through the range of 10-7 and are all girls
oh
sometimes they make me hate my life
I have a lot of cousins , I think its because i have many uncles. (big brain ๐ง )
WOOOOOOOW
inappropo
riiiiiiip
on the other hand, on the maternal side I have a cousin who is the same age as me!
oooooh
my parents always compare me with her for no reason whenever I get scolded
oooof that must burn sometimes
lol
its just me and u, wanna get Akarys back?
bring him, lets discuss
akarys akarys akarys
bro no need of ping, just say the name
lol
alright now that he is here lets continue
lolololol
but different class so , im fine
sometimes she even rats me out, shes like a spy for my mother
i think he left
akarys b r u h
I am reading haha
hes probably reading
I just have nothing to add
oh
yeah, private life
well i dont want to bother him
but idgaf, you guys dont even know my name lol
but ig he just isnt busy
hmm
Akarys am i welcome to talk to u here even if i have no idea about programming?
Sure thing
hmm what channel?
its where me and my friends chill
but most of the time we play minecraft
u would be lowest rank tho
yes okay geez im a discord noob
Hmm, they are so little hours in a day, I donโt think Iโd be able to participate too much
okay, i waas just wondering
everybody in the world gets 24 hours a day akarys
lol
You can have more
hold UP?
You just have to travel really fast
my friends probably wouldnt like me bring some random french dude in
you can have 49h day
i guess when the sun is rising, you could travel towards the sun in the speed of the earth rotation. so its sunset forever
You start at UTC-13, and slowly move throughout the day to UTC+12
i love how at first akarys was giving me warning but not we just chillin
49h day!
will this cause time to stop
akarys lost his serious mod side
hes just doing his job lul
even if you send something inapporpriate he would still ban you
Thereโs the akarys mod, and the akarys chillinโ out
yes
I am waiting haha
we are the few that get to see the chilling out side
that would be betrayal
Akarys do you get paid?
wattle is the most serious mod
ok lets troll him then
Lmao I donโt get paid
no
RIIIIIP
Please donโt troll others here though
okay
whats with you and trolling
We want to be a friendly community
so you're saying we got lucky with u?
trolling = friendly = if ur 9
for christ's sake you pinged him thrice and he was cool
Yโknow, when you became mods on pydis, you donโt mind pings anymore
yea u better make sure nobody sees that
I think the most I ever saw that wasn't spam pinging was 20 pings after turning around for about an hour
we had 40 mod pings sor far today, or something like that, plus 10 modmail threads haha
u better hide your true identity
it does make finding actual pings quite a bit harder
At some point I put my phone down, drinked a bit of water, switched my phone back on, and we had 14 mods pings haha
also ghost pings
drank* (I see why you are french) jk
ok dis mod is chill too
right now it is VERY lightly snowing
is frigging hot rn
Good point haha
its melting on the ground tho
heh
do you ever get snow akarys?
U saw ur life flash before ur eyes
marsailles, isnt that the national anthem name also
proving hes chill
The covid crisis made everything chillier lol
lol
yea for a while i thought he got offended cause he aint responding
lol
we are learning about the French Revolution in history rn!
!!!
i want to eat baguettes
so akarys will come to mind when out teacher mentions marsailles
sry i already asked if he could mail me one
yeh
he said u can't apparently
just do a god like spear like throw of the baguette
nah nvm there are seagulls in the air
no i meant that they would eat it midway

but seagulls are only at da beach
there are beaches between france and my country 
you live in the uk?
no
yea but its a lesser chance than if they were all over
im in merica
I have a world map in my hand
i mean - screen
lol the stereotypical american
what are the odds that akarys is secretly reading the messages we sendin rn
lol no,
in my country(secret) americans are referred to as rich people in business clothes
haha
by "secret" i dont mean wakanda
im guessing ur in latin america bc u said ur hot
idk maybe yes, maybe no. (you will never find out)
in school we went over how america bought things in less wealthy countries
is the superbowl of baseball?
baseball tournament
you mean american football?
that ball thats not circle
ik lol
lol
thats "football"
IK
what's yellow things?
ITS CONFUSING TALKIN TO OTHER COUNTRIES ABT FOOTBALL
that huge catapult
Foot - Ball
shhhh dont tell Akarys
but in yo country football is the other version r8?
not round version.outside the us, its called 'american football'
also y do ppl push each other wth
๐ ๐ฆถ
soccer is called football here
So they can back off
nvm
Do other countries call it soccer?
thats a stupid question
I know that people in the us call football as "soccer" and the wierd ball sport as "football" , here its specifically called "american football"
i was once playing fortnite with an australian dude and he tried to convince us he rides a kangaroo to school
no we call it as 'football'
bruh haahaha
cliche stereotype
lol
ikr
kangaroo is scary and dangerous
@solid pollen do u think i will ever rank up
are ya also from the us
Yes
yea ok next ask. about who akarys chooses to goto play football with lol
WAIT WHAT
typical polarbearman
Akarys is on mobil
? so
Hi Akarys
no u have to ask akward questions for funny reactions
akarys be secretly reading all messages
i dont think he is
he would be more involved bc hes not a bot of a mod
Right @solid pollen ?
hes just ignoring
well this looks awkward
Well it's hard on mobile
cause "he has nothing to add"
i bet akarys be reading everthing
lets say something thats obvi gonna make him respond
he went offline check now
ok? you 'avin class r8 now bruv?
yes why
online class?
yes
oh hes online
O NO
hey akarys is back!
a lot
only like 3
hmm
What do you mean by rank? We don't have a ranking system here
yes like that
Hello haha
When your friend is the owner
It isn't possible right now
bummer
Only Joe knows what his status is about
wait do u need to know stuff abt python to be a helper or do u just need to lay down the law?
joe said that he's welsh, lakmatiol is czech
Same question
You need to be good at Python, show some very good teaching skills and have some activity in the help channels
haha lol. isnt it self explanatory?
๐ฆ
i gotta get the attention of joe
@bleak lintel
maybe he gonna make the process of being nominated easier lol
bruh
he is idle
ik hes reading chat rn
oh
maybe
no he isnt
we cant know
how do you know for sure
hey can you add me to your server pls
Well dm isn't in the server
you said that you have a server
Please don't DM random people though
for what purpose is my attendance required
dont say my name for christ's sake. I just said that joe would nominate me as a mod
i'm chill
hehe
ultra chill
Interesting. My favorite gifs on other computer in discord isn't available here.
I cant even see what I sent
nice internet r8
rip
lmaoo.
yeah I also heard that he became king of the united kingdom of america
I guess that the first result would be what was I expecting it to be
Wait. UK of America
Ahhhh yes, the king of the UKOA
heeh
ok bookworm
OoOoOoO
which book?
tell us that joe
or are you writing an autobiography bcoz ur a great president?
"How to be Chill"
its kinda white
it was pink once
wot?
what is?
RIP
newspaper?
paperworm
I mean wouldnt you get news from your political advisors
:incoming_envelope: :ok_hand: applied mute to @final estuary until 2021-01-21 17:11 (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).
The covid crisis made everything chillier lol oh thank you for the 30 minutes send
RIP ACTUAL
this guy cringe
Joe
mod can delete messages r8
Joe
listen joe
hey joe
joe
since you are the new king of the united kingdom of america
America with free healthcare -> UKOA
If you are really chill, put "i am a bookworm" under announcements
academic paper lol
ok bye guys i need some tea bruvs ๐ฌ๐ง ๐ง
guess hes not chill
nope
wdym
exam results?
afk
wth is with the terminology
lol
like study materials?
like research papers
ohh
new chill person in town
who
lol trying to find an actual link
i get it
not joe
afk agen
?
lmao
you in college joe?
what is college in UK terms
what even is this
a paper on moderation lol
alright , university
university prob
oh so you have a full time job
ohh
like 12th
grade
damn and you are the owner of the discord server that is mentioned in python.org!
lol
alright guys its been fun but I need to go now
Wow
When you said you were reading an academic paper this is not what I imagined
science or smthn idk
joe
mafs
this is your last chance to prove urself chill
you're not supposed to return 1 minute after a mic drop
yea but
to pick up a mic
....
fair enough
May I call the flex police right here?
:>
but NOPE
lol, joe is a big boy, he would tell it himself
The server logo spins when you click and hold. Cool
"a big boy"
put "I am a bookworm" in #announcements
i dont care if u delete it right away
joe
last chance
last chance before you do what lol
last chance before he isnt chill
he has to prove himself
ok he isnt chill i have to eat lunch
if he does it i want e screenshot
ookay?
bye
lol
sorry for ENJOYING ACADEMIA
yeah
can I, uh, just ctrl shift i and do some harmless things? preferably without getting banned
It depends on what you do
If you want to pretend that somebody did something that they didnโt do, we may not appreciate
Whatโs the SCP?
Did you read my message just above @frozen thorn ?
Iโd appreciate if you do not
That's not pretending but noted.
why do you think I had asked the question lol
I didn't know you were talking about that chrome tool lol
I looked it up and it's Ctrl + Shift + C
ctrl shift c is for selecting a particular thing in inspect element
ctrl shift i also works
ctrl shift i doesn't work
it does
does
windows?
ye
f12
Yes. ctrl shift i literally does nothing
f12
works for me
I don't even look at the function row lol
What does ctrl shift c do for you guys?
nothing, actually
i have to be on my pc to see what it does
in pretty sure it just highlights the html of what u click
ctrl shift i does not open up anything. ctrl shift c brings up dev tool
For me at least
are u on windows?
Yes
what browser?
chrome
interesting
i'm on the downloaded thing if that makes a difference
I downloaded chrome from edge idk
imagine using chrome
thassit, just imagine
I have been using chrome for years. I can't just switch it now
did he do it?
Perhaps
from a certain point of view, he did
it's illegal to discuss it any more.
why
same, but i switched
me 2
@solid pollen Is he chill? did he do it?
He didn't do it.. I edited his message in announcements with chrome dev tool
what inspect element?
Yep
LOL
In browser


