All Questions

1
answer

What is MUSL? What are the pros of someone be carrying it to my laptop?

I'm interested in the pros that this can bring to my laptop.     
asked on 08.01.2018 / 08:59
2
answers

Directory listing appears with dots, how to remove?

I want to list image files in a folder, but the first two links that are generated appear like this: <img class="mySlides" src="Arifureta-shokugyou/capitulo-2/." style="width:100%" /> <img class="mySlides" src="Arifureta-shokugyou/cap...
asked on 24.10.2018 / 02:18
2
answers

Do I need to use Visual Studio to program in C #?

I want to learn C # to become one of my main languages, but my current PC is a bit run out and does not run Visual Studio well, but with Visual Studio Code it's fine, do I need Visual Studio to program in C #? I would like to know if this is the...
asked on 14.10.2018 / 02:52
1
answer

What is RunLoop?

I would like to know what the RunLoop in iOS is and how it interacts with it. It would also be interesting to understand how these two concepts interact with the autorelease pool.     
asked on 23.12.2013 / 13:05
2
answers

Problem with @extends in view in Laravel.

I'm having a problem with @extends('layouts.template') . Only my view that is like index that does not show the page, instead shows me only this @extends('layouts.template') on the page. What could it be? obs: the route is normal...
asked on 19.12.2013 / 11:44
4
answers

Validating forms with javascript

I'm having problems validating a form with pure javascript , when it arrives in the type field "checkbox" always returns false, even with "checked = true" . Why is this happening? How can I resolve? function val(){ var inp...
asked on 20.02.2014 / 23:45
2
answers

Error trying to update table using C #

I created a form to change a table, but my update is not working. cnxCli.sel =/*"set dateformat dmy \n"+ */ "update Cliente" + "set Nome = '" + txtNome.Text +"'," + "Rg = '" + mskRg.Text +...
asked on 16.12.2015 / 02:32
1
answer

Pass two templates to a registration view

I have a sign-up access screen. I have to fill it with values registered in the database. Follow the codes: Models: public partial class Aba { [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverr...
asked on 22.05.2016 / 02:28
1
answer

What is the difference between Tautology, Contradictions and Contingencies?

Who studies mathematics or develops algorithms should know that Mathematical Logic is essential for several areas of knowledge, eg in computing (programming), so I would like to know, what is the difference between Tautology, Contradictions and C...
asked on 24.06.2016 / 18:00
2
answers

Render subtitles in video with ffmpeg?

I have some caption files that are separate from their respective videos, and I would like to put them together using the code below: ffmpeg -i videoSemLegenda.mp4 -i legenda.vtt -c copy -c:s mov_text videoComLegenda.mp4 When outputting to...
asked on 15.12.2016 / 17:36