Posts by McQuade • 403 points
4 posts
-
3
votes1
answer839
viewsQ: How to download videos from youtube and convert them to mp3 using ruby?
I need a simple way in ruby, which allows to download youtube videos only I need the audio of the video (mp3).
-
-1
votes3
answers716
viewsQ: Django: How to group records using the YEAR from a Fielddate field?
I’m not able to perform a query that returns only the "YEARS" that have records! Considering also that the field of my model is a Fielddate.
-
1
votes2
answers148
viewsQ: Consultation that feeds grid and subgrid?
How, for example, to generate: Autor 1 +-- Livro 1 +-- Livro 2 Autor 2 +-- Livro 3 +-- Livro 4 using Django-Rest-framework? This in a single query? I searched found with consultation and details.…
django-rest-frameworkasked McQuade 403 -
21
votes2
answers22046
viewsQ: What is the difference between px, dp, Dip and sp?
What’s the difference between px, dp, dip and sp on Android?