Posts by Andyh Henrike • 35 points
6 posts
-
0
votes1
answer61
viewsQ: Doubt in models Predict
I think it’s a simple question, but in all the courses I’m taking the instructor teaches you to separate training and test data from a csv or some base. But I want to test with the user input…
-
0
votes1
answer79
viewsQ: Can someone explain that code to me?
There is this following code and I’m very confused about it, even fiddling with javascript, I tried debugging but I put a console.log inside the function in the variable "T" and it printa truth,…
-
1
votes1
answer44
viewsQ: Images in the creation of wordpress theme
I am creating a wordpress theme of vans for changes, at last, I created a page-vans.php and in it I am showing each van category having small, media, large and extra large, attached as thumbnail an…
wordpressasked Andyh Henrike 35 -
2
votes2
answers70
viewsA: CSS - aligns images
Well come on, I think the problem is in that div tag in the middle of nowhere, but I noticed that in the main div, you gave a float left, this will end up breaking the layout because all the…
-
0
votes1
answer187
viewsQ: Anchor and link in same href without losing effect
I have a problem, I have a javascript file that makes the scroll smooth when I click an anchor, but I need this href to contain the anchor but also contain the link so when I’m on another page go…
-
0
votes2
answers158
viewsQ: My shell script does not list all user processes
Why doesn’t my code list all user processes? I made a script to delete a user’s processes, it’s exercise... Good basically made a whoami and adiquiri in a variable, after that made a ps -aux | egrep…