All Questions

2
answers

What is CSS Aural?

The CSS we know formats the information delivered by HTML. This information can be anything for example: image, text, video, audio or any other element created, that is, CSS formats the information. I found the term CSS AURAL that combi...
asked on 09.02.2017 / 16:26
2
answers

What is the use and when to use version in .js and .css files?

What is the use and when to use file.js? v = 123 (example) file.css? v = 123 (example) What benefits and how the browser interprets this     
asked on 20.11.2014 / 12:04
2
answers

What is the equivalent of equalsIgnoreCase () in Kotlin?

What is the equivalent of the String.equalsIgnoreCase() method of Java in Kotlin?     
asked on 20.11.2017 / 05:01
1
answer

How decorators work in Python?

@Elizeu Santos asked in the Portuguese Python group of facebook the following:    "Talk to people, I'm studying python and something I'm not understanding   are the decorators. I faced them doing the flask tuition, they can   make me clear up...
asked on 06.07.2014 / 05:39
4
answers

What is the most complete way to install python in Windows?

I know this question can be interpreted as a discussion, so I did it with the word "complete" rather than "better." I'm a python user in GNU / Linux and here it comes more or less preinstalled. Still, I can use pip to install or remove new pa...
asked on 31.12.2013 / 14:32
1
answer

What is the programming paradigm used by JavaScript?

What is the programming paradigm used by JavaScript or is it like Python that uses multiple paradigms?     
asked on 05.05.2016 / 01:09
3
answers

How to use $ .on in pure JavaScript: "$ (...) .on (event, selector, function)"?

This is in jQuery we have on , any element <a> with class test e without the foo class will fire the function when clicked, even though you create the element after the event is already added: $("#new...
asked on 06.06.2017 / 21:42
4
answers

How to schedule a recurring task in linux?

What command can I use to schedule a recurring task on linux? I would also like to send the command return by email automatically. What is the most appropriate tool?     
asked on 29.01.2014 / 18:31
1
answer

R is an object-oriented language?

A theoretical question of who uses (and does not use) r is whether this programming language is (or is not) object oriented. I've seen comments in SOen that said the following: r is not object oriented, but a functional languag...
asked on 05.12.2018 / 01:38
2
answers

Android app for tablets only

Developed an android app using Android Studio , in the% of files% of the screens I used the Nexus 10 layout because my app is only for tablets. After I uploaded the app to Google Play store I saw that they had xml enabled devices...
asked on 13.01.2014 / 20:08