Posts by WesleyRodrigues • 42 points
5 posts
-
-1
votes1
answer109
viewsQ: How to disable all options to turn off Windows at a certain time? (hardening)
Using regedit and system tools. Parameters to be blocked: Case: Imagine that you are setting up a PC/notebook for a user of the company of which you are network and IT manager. Your job is to apply…
windowsasked WesleyRodrigues 42 -
0
votes1
answer370
viewsA: Script execution moon
You want to run in development (While programming the code) or when the code is already finished? In the first case: Create an archive .bat commanding lua (script).lua If you use Visual Code, you…
luaanswered WesleyRodrigues 42 -
1
votes1
answer69
viewsQ: How to declare type in a function in Haskell?
Ghci, version 8.6.5: http://www.haskell.org/ghc/ :? for help I’m studying Haskell on this website. It uses the type declaration example in functions, but when trying to do the same ghci generates an…
haskellasked WesleyRodrigues 42 -
0
votes2
answers1552
viewsQ: How to show an image on Tkinter?
I want to add an image to the widget, but nothing appears, I tried to follow the same face https://stackoverflow.com/questions/28139637/how-can-i-display-an-image-using-pillow , but it doesn’t work.…
-
1
votes1
answer40
viewsA: Blank line Elixir template
The blank line that is being displayed is Else condition and as it has nothing is returning nil, which makes it a blank line, to avoid just remove the Else or put a return to the same. <%= if…