Posts by Thiago Benine • 95 points
7 posts
-
0
votes1
answer793
viewsQ: Noreversematch error in Django
Hello! Studying on Django and developing in this framework, I came across the following error: Noreversematch at / Reverse for 'displayURL' with Arguments '('',)' not found. 1 Pattern(s) tried:…
-
-2
votes1
answer221
viewsQ: How to join files into folders, based on their prefixes?
I have in hand thousands of files that have common prefixes in their names, something like: [Example of prefix 1] ABC-1.mp4 ABC-2.mp4 ABC-3.mp4 [...] ABC-999.mp4 [Example of prefix 2] AAA-1.mp4…
-
-2
votes1
answer1240
viewsQ: How to check video integrity. mp4?
I have at hand about 10,000 videos in . mp4 format, but some of them are corrupted. Such files are corrupted as follows: videos should have a certain length of time, however, when they are played,…
-
3
votes1
answer1847
viewsQ: How to distribute iOS apps outside the Appstore
I’d like to know how the iOS app distribution process works outside of the Appstore. I would like to perform the process as the "Appnana", in which when you enter their website (www.appnana.com)…
-
1
votes1
answer65
viewsQ: touchEnter/touchLeave do not work
Talk to the guys! My question is the following: Why these touch events are not being recognized when I enter the DOM element with my finger, or when I leave it? var canvasControlsHUD =…
-
0
votes1
answer766
viewsQ: Canvas is not showing the image with drawImage()
I have an index.html with the following code: <!DOCTYPE html> <html> <head> <title> HTML 5 - Airplane Game</title> <link rel="stylesheet" href="gamestyle.css"/>…
-
4
votes2
answers208
viewsQ: How to change the style of superior brothers?
I have a parent element (div#workarea) that has four children: figure#start, p#first, figure#start2 and p#second: <div id="workarea"> <h1 id="title">Área de Testes</h1> <figure…