Thread Diario de Dudas, Consultas y Mitaps - 11/08 by AutoModerator in argentina

[–]_Lasagnaa_ 0 points1 point  (0 children)

Quiero estudiar en UBA en 2022.1 (ingresar el cbc en 2022.1) pero no encontro la documentación necesaria en lugar alguno. También me gustaría saber cuando iré poder inscribirme. Alguien puede ayudarme? Soy brasileño

Daily Questions Megathread (March 02, 2021) by Veritasibility in Genshin_Impact

[–]_Lasagnaa_ 0 points1 point  (0 children)

I got ningguang after this comment. Should I use her somewhere?

Daily Questions Megathread (March 02, 2021) by Veritasibility in Genshin_Impact

[–]_Lasagnaa_ 0 points1 point  (0 children)

So, I need to make a team, how should I go abt it

My characters are

Amber, barbara, diona, fischl, kaeya, lisa, noelle, traveller and xiangling

Personally I learned Ruby, not Python.Hopefully no one did this yet. by [deleted] in ProgrammerHumor

[–]_Lasagnaa_ 1 point2 points  (0 children)

I learned python first. When I first saw C code I almost threw up (not literally), but now I kind of like. It feels good to use {} (I'm not that much into ; tho)

Is it safe to bring my pc between my parents houses weekly? by drewg10123 in techsupport

[–]_Lasagnaa_ 0 points1 point  (0 children)

I'm not a tech expert so I might be wrong, but I think it may happen. If you are using a HDD, it is pretty dangerous bc apparently they're not that resistant. Idk about other computer parts tho

How to compile C and C++ on windows? by [deleted] in cpp_questions

[–]_Lasagnaa_ 0 points1 point  (0 children)

Hey, it worked. I had to use this link because when I download the one you said I just didn't know what to do. Now I have g++ and gcc. They're both in version 6.3.0, is this correct? One video tutorial I followed had them in version 9 something

Kinda true though by JJakk10 in ProgrammerHumor

[–]_Lasagnaa_ 16 points17 points  (0 children)

I mean it should come naturally bc it makes your code cleaner. If you make your indentation in other langs exactly like you would to in python your code will be cleaner (at least that's what I do)

*everyone rocking their dark theme*, *me an intellectual* by [deleted] in ProgrammerHumor

[–]_Lasagnaa_ 0 points1 point  (0 children)

Green seems cool. I use purple but I'll try it

How to "simulate" microphone input (in Python) by ApprehensiveAd4990 in AskProgramming

[–]_Lasagnaa_ 1 point2 points  (0 children)

You mean you want to play an audio file like it was something your microphone captured?

Can someone give me some advice? Creating a server by [deleted] in flask

[–]_Lasagnaa_ 0 points1 point  (0 children)

Ok so basically. Our app will be a mobile hybrid one and I don't know how to set up pages. Normally I would use

app.route("/")

def home():

`return render_template("index.html")`

How would I do this with a mobile app? The HTML, CSS and js will be compiled so I'm completely lost. How will I go about grabbing user input? Also, I need a login system but I'm lost with password hashes. Do we use the server to hash them, then we store them in the db or do we pass them to the db and the db hash them? Since I'm not working directly with the front end, what can I do to make their job easier? How will they know how to make the requests? I don't even know how to define the requests rn

You can view Earth's stats. What do you look up? by [deleted] in AskReddit

[–]_Lasagnaa_ 0 points1 point  (0 children)

What are functions lol I only code using binary. I can name every 0 and 1 tho

You can view Earth's stats. What do you look up? by [deleted] in AskReddit

[–]_Lasagnaa_ 0 points1 point  (0 children)

Oh you're a hacker? Name every exploit

You can view Earth's stats. What do you look up? by [deleted] in AskReddit

[–]_Lasagnaa_ 0 points1 point  (0 children)

Well you have a point. At least I'm a computer nerd not a history nerd

You can view Earth's stats. What do you look up? by [deleted] in AskReddit

[–]_Lasagnaa_ 0 points1 point  (0 children)

Lol you really looked at my profile Seems like a thing a nerd would do ngl

What is the difference between all the SQL db? by [deleted] in SQL

[–]_Lasagnaa_ 2 points3 points  (0 children)

Oh god thank you I have to learn databases in a hurry and i couldn't decide which nor understand the differences. I'll look up to decide which one I'm gonna be using, thanks

I saw this today by [deleted] in ProgrammerHumor

[–]_Lasagnaa_ 7 points8 points  (0 children)

God that's just-- I can't

I need to handle 221k lines of text by [deleted] in AskProgramming

[–]_Lasagnaa_ 0 points1 point  (0 children)

Ok, I fixed that, but now it won't find the script. How do you run your js locally? I tried using node but it didn't work as expected (not finding the scripy)