Questions tagged as 'biblioteca'

0
answers

Subprocess & call in Python (Security)

Developing a simple application, some code analysis tools gave me the following warning:    Consider possible security implications associated with call module. For this particular code snippet: from subprocess import call , and bel...
asked by 08.07.2017 / 15:46
1
answer

How to install the Rain TPL library?

Someone could show me an example, because I put here in my index.php that way, but I believe it is out of date, with the current version I believe it should be different, because it did not work, #Instalando raintpl include "lib/template/raintp...
asked by 01.05.2017 / 06:37
1
answer

Install Python Curl library 3.4.4

Someone has a .zip link to install the librarian "import pycurl" Using Windows and Python 3.4.4     
asked by 28.02.2017 / 12:35
1
answer

Libraries ntddk.h and wdf.h ... can you tell me its utility in this code?

#include <ntddk.h> #include <wdf.h> DRIVER_INITIALIZE DriverEntry; EVT_WDF_DRIVER_DEVICE_ADD KmdfHelloWorldEvtDeviceAdd; NTSTATUS DriverEntry(_In_ PDRIVER_OBJECT DriverObject, _In_ PUNICODE_STRING RegistryPath) { NTSTATUS status...
asked by 04.02.2017 / 03:59
1
answer

PHP Video Library [duplicate]

Is there any library of videos in PHP? To get data like time the video was watched, paused, etc.     
asked by 24.03.2016 / 19:10
2
answers

Problem installing libraries on Delphi XE8

I was trying to install the ID3v1 and ID3v2 libraries, but when I installed it there was an error because these libraries use units like TntClasses, TntSysUtils, etc. So I searched the internet and found Tnt Unicode Controls. So I downloaded it,...
asked by 18.12.2015 / 23:18
1
answer

What are libraries? [closed]

I was exploring the Windows system folder and saw the directory /lib/ wanted to know what it is and if it is in fact a library directory and more I wanted to know what they are libraries and what is your application?     
asked by 22.03.2016 / 04:45
1
answer

Problems with the library with Python

Can anyone tell me that the "comtypes.client" library is just Windows? if so, please tell me some similar library (That works for the same thing) for Linux (ubuntu) thanks.     
asked by 25.10.2018 / 15:56