Questions tagged as 'biblioteca'

1
answer

How to know the version of the Jquery library just by viewing the codes made by other users?

I'm having a little jquery code here, offered by a member of that site that I ended up finding, and I do not know which version of the library I should load and run the code of others. I can not comment on the response he gave to another user be...
asked by 23.05.2018 / 20:59
1
answer

Problem with library math.h (undefined reference to 'sqrt')

I'm having trouble compiling the code with the sqrt() function in the C language. Error: gcc exercicio_03.c /tmp/ccGVE8ez.o: na função 'distancia': exercicio_03.c:(.text+0x142): referência indefinida para 'sqrt' collect2: error: ld...
asked by 13.08.2017 / 17:14
1
answer

How to modify default zxing screen

Good evening, I integrated zxing into my app using this tutorial: link It worked, but for it to work, it asked me to install the zxing app and when I select the scan button, I'm redirected to the app. I wonder if you can integrate thi...
asked by 30.01.2017 / 23:32
1
answer

Library for issuing electronic invoices [closed]

I need a Python library for issuing electronic invoices ... Does anyone there have experience with any? Would you be able to tell me if I need to get a certificate from the government to issue these notes?     
asked by 12.07.2015 / 23:21
1
answer

How to import the HttpClient library?

Where should I put the library HttpClient ? In all tutorials you can find only examples of codes, but no one really explains that after downloading, we should put where? link There are two types, one with httpclient-4.3.6.jar...
asked by 23.12.2014 / 22:17
0
answers

Error loading VTK libraries in Java

I'm using the VTK (8.1.1) 3D visualization system through its interfaces with the Java programming language in the operating system Ubuntu 18.04. Follow the steps described in this tutorial to configure and install VTK. I was able to run the...
asked by 23.05.2018 / 00:32
1
answer

Library python asyncio

Hello, I'm trying to install the asyncio library for Python 2.7.13 but I'm not getting success, it follows the error:    rafamttz @ rafamttz: ~ $ pip install asyncio '       Collecting asyncio Retrying (Retry (total = 4, connect = None,   rea...
asked by 28.03.2018 / 02:02
0
answers

PHPPresentation LIB How to disable annotations

A power point presentation comes by default this line "click to add annotations" appearing, as shown in the image: Doesanyoneknoworcanhelpmefindthislibraryasdisable? link link     
asked by 03.11.2017 / 13:06
0
answers

Error installing a library in Python 3.6 on windows

Good evening. My question is very objective and direct. I'm trying to install a library in python 3.6 on windows 10 64 bit. However, the following error is occurring: To install I'm using pip install pocketsphinx the library is the pockets...
asked by 26.07.2017 / 23:00
0
answers

Is it possible to use the stlport library on an Arduino, with cout?

I'm working on a project with an Arduino where I need to use the Eigen library, so I'm using EigenArduino . However, this library requires a standard library, which is not available on Arduino, by default ; so, as Eigen's maintainer recomm...
asked by 15.02.2016 / 11:08