Questions tagged as 'biblioteca'

1
answer

Does an ordinary Class Library work in Silverlight?

A non-target class library can be used in .NET Silverlight ? The same, would it work in a Silverlight web application? Thanks!     
asked by 09.07.2016 / 00:52
1
answer

Put local Maven project as dependency on Gradle project

I have this Maven project that has all application domain classes and logic. From there I created an external Gradle test project where I do system tests with Selenium WebDriver. To not need to add all the domain classes in my gradle project,...
asked by 13.06.2018 / 21:08
1
answer

How to implement a video player with quality options for online playback?

Does anyone know of any library or other way of playing the videos from my QA-compliant server to avoid slow downloading, youtube style, for the user to select the resolution (for example). Thank you in advance.     
asked by 13.02.2017 / 16:21
0
answers

(Java) Reading the Serial Port with the Jssc library

I have a java app that le in the serial port with 7 data from a rotation sensor coming from the arduino, via jssc. The code works, but the data is not formatted. I read 4 by 4 bytes, but sometimes it comes with numbers like 0080, 8000, etc. I ne...
asked by 27.10.2017 / 17:43
2
answers

Error adding library using Linux

I'm just trying to compile examples from the book and get fatal error: No such file or directory when trying to include conio.h, io.h and curses .h . I read in the SOen and it was suggested just this < i> curses.h , which I get error....
asked by 12.01.2016 / 23:01
2
answers

How is jQuery built?

As you know, jQuery is an open-source JavaScript library whose intent is to facilitate the manipulation of DOM elements by abbreviating the code to be used to perform operations and procedures, where often in so-called "pure JavaScript" we would...
asked by 21.11.2017 / 04:37
2
answers

Blibiotecas Windows to use in Assembly

What libraries do I use to build a graphical Windows interface, and their respective functions? Example: I can import the msvcrt.dll library to use C functions. I have some experience in Assembly for low-level code, but not so much...
asked by 25.09.2016 / 17:26
1
answer

Is there any library or PHP plugin for field validation?

Is there a library, plugin or something that makes it easier and more practical to validate fields, string and etc? Ex: I have to get the username, and as it is a name will only accept letters (and spaces), something like: $validateFields =...
asked by 14.10.2016 / 07:21
2
answers

Specific libraries and C compiler defaults in Windows and Linux

I'd like to know why conio.h and strrev() of library string.h , there is no Linux. Is there anything else that can only be done in Windows? And why this happens? Is there anything that can only be done on Linux? I did some...
asked by 04.06.2018 / 15:57
1
answer

What is Lombok?

What is Lombok and how could I use it in a java class? What are the advantages and disadvantages of its handling in a java application?     
asked by 18.07.2016 / 20:27