Posts by KalebLight • 27 points
5 posts
- 
		1 votes1 answer346 viewsQ: How to transfer file using python socket?I’m making a program that consists of passing a file using UDP protocol. The user who runs the file client.py should have files in the root folder of the program in order to transfer to the folder… 
- 
		0 votes1 answer42 viewsQ: What is the need for this variable in this loop?I made a simple program in Python that renames with a random number all the files in the folder in which the program file is. After some attempts and mistakes, I noticed in some examples of the… pythonasked KalebLight 27
- 
		-2 votes1 answer791 viewsQ: To create a Postgresql database using Spring Boot you need to have Postgresql installed?I’m following a tutorial on how to create a Rest API using Spring Boot. The commands I’m using on application.properties to create the bank are these:… 
- 
		0 votes1 answer104 viewsQ: How to fill a <li> tag created with Javascript?I want to fill in the tags li with what you have in the array nomes. I know what the attribute is for value serves, it is far from what I want to do. But I left there to illustrate. var nomes =… javascriptasked KalebLight 27
- 
		0 votes2 answers141 viewsQ: Change color of div in onclick event - JSThis 'Generate Square' function creates a red-colored square-shaped div. What I’m trying to do is change the color of the squares when I click on it. (I don’t know how to pass the generated element… javascriptasked KalebLight 27