Posts by Raiuri Santos • 45 points
3 posts
-
0
votes1
answer73
viewsQ: Change style of repeated classes differently with CSS
I have a "test" class with a stylization and soon after I have another "test" class. What I’d like to know is how to change the style of the other class differently from the first. What limits me to…
-
4
votes2
answers435
viewsQ: How to join repeated values of an object array, only in an object of the same array?
I have the following exit: [ { rank: 1, item: { userName: 'Rafaela', score: 600 } }, { rank: 2, item: { userName: 'Carla', score: 410 } }, { rank: 2, item: { userName: 'Yuri', score: 410 } }, {…
-
-1
votes1
answer36
viewsQ: I would like someone to help me with an excerpt of this SQL and Python code
I’m trying to capture a flag of the site Hacker101 CFT and I came across a code snippet. IN THAT SPECIFIC PART: if cur.execute('SELECT password FROM admins WHERE username=\'%s\'' %…