Posts by Wilker • 1,890 points
56 posts
-
0
votes2
answers1627
viewsQ: Generate random name in Mysql - Stored Procedure
Good evening, is there any way to generate random names with stored data in Mysql? I have the following table: STUDENT(id:int[PK], name(varchar(100)), age: int, Cr(float)) I need to popular this…
-
-1
votes1
answer317
viewsQ: Function with pointer to pointer
I have the following function NOTE: In this function is only the first case, so it doesn’t get too big. Since the error occurs right at the first insertion. int insertAVL_TreeR(struct AVL_TreeNode…
-
3
votes1
answer1994
viewsA: Problem with multimonitor system on Linux - Set Main Screen
At first glance it may seem like a trivial problem, however whenever he changed the layout of the monitors by Catalyst the left monitor was set as primary. Getting on it the login screen and the…
-
-2
votes1
answer1994
viewsQ: Problem with multimonitor system on Linux - Set Main Screen
My system has two monitors so that the main one is in the "middle" (or right) and the secondary one on the left. The problem is that it seems that Linux always takes the one on the left to be the…
-
3
votes7
answers22208
viewsA: Is using MD5 the safest way to encrypt passwords in PHP?
Never use hash Pure MD5 to encrypt passwords and save them in database. Because it is a very fast calculation algorithm, it makes a brute force attack easy.…
-
6
votes3
answers504
viewsQ: BD for distribution together with java application
Good evening guys, I have a small JAVA application in which some data is entered. I would like to distribute it with an DBMS that does not require download and installation/configuration. I have…