Questions tagged as 'biblioteca'

2
answers

Error in the Python-docx module in Windows

I'm using the following code: from docx import Document d = Document(open("arquivo.docx")) This code works on Ubuntu but does not work on windows. In windows I have the return in the terminal:    Traceback (most recent call last):    ...
asked by 02.02.2015 / 13:59
1
answer

Error building project with bilbioteca Commons-Email-1.4

In my project I needed to add the option to send emails I added the library commons-email-1.4 I wrote all the code and tested. So far everything is perfect however when cleaning and building the application .jar file, here is the error....
asked by 30.12.2016 / 13:29
1
answer

Using the pthread library in windows environment

Is it possible to work with the pthread library normally in a windows environment? Or should it just be in linux?     
asked by 04.09.2015 / 03:18
1
answer

Problem with function pow ()

Can anyone tell me why the following code does not compile? #include <math.h> double f(double x){ return (x - (pow(2,x))); }     
asked by 27.03.2018 / 02:32
1
answer

How to know which libraries are being used in a python project?

I made an installation of an application made in Python, it basically works as follows, it installs the Python program and in the end the installation copies the folder with the libraries for the Python installation. Everything works perfectl...
asked by 02.10.2017 / 20:26
1
answer

Libraries and Preprocessing in C / C ++

I've always been surprised at the syntax of #include and #define , since they differ greatly from the syntax of the rest of the language. I have found that this is due to the fact that these commands are intended for the preprocesso...
asked by 19.02.2018 / 03:05
1
answer

Object-Oriented Programming Simple Doubt with Implements

I'm using a php library. It has a class with a method that takes as parameter exactly this text that I will write: TextElementInterface $pText = null . In the definition of TextElementInterface it is an interface. How do I pas...
asked by 18.10.2017 / 15:15
2
answers

How to add a JAR library in a Java project without IDE? [closed]

Save. I'm having difficulty adding the JFreeChart library to my Java project (I use Windows 8). I have already unzipped JfreeChart, but I do not know what to do from there. As I am an old school programmer and still use Notepad, I could not find...
asked by 28.06.2015 / 00:41
1
answer

how to know the latest version of a library (dependency) from Google for Android Studio

Generally, when we use features in Android Studio, you need to include libraries, example of a build.gradle (Module: app) file: dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'com.android.suppor...
asked by 28.01.2018 / 23:17
1
answer

Library similar to Boost and STL in C

Is there a library similar to Boost and STL of C ++ with data structures, etc. in C?     
asked by 07.11.2016 / 03:15