Posts by Arsenio • 43 points
2 posts
-
1
votes0
answers32
viewsQ: How should passwords be recorded in a database?
I am creating a program in Java, connected with a database, my problem is whether I should create a new tebela to save the password and the name of each user or whether I should use this data as…
-
3
votes3
answers1433
viewsQ: How to create list in Haskell
How do I create a function that takes a list (can be dynamic or static) and returns the n-issimo element of that list? I use the Haskell language.