All Questions

2
answers

Filters Data URL CSV Python

I'm working with a report I get from a URL. I'm looking to make filters which return only the data from the Fillrate column less than 0.05 along with the name, request, impressions data and once obtained only those values saved in a CSV. I do no...
asked on 02.10.2017 / 18:51
1
answer

In php how to compress attachments to mail and encrypt them?

Let's see I have the script in php, it works very well for me to send emails, but I would like to compress everything and encrypt them I have seen a library for this as (phpzip and ziparchive) or (php-encryption); And I do not get to include the...
asked on 04.10.2017 / 10:24
1
answer

There is some php method that resembles the indexof, push and reduces [closed]

Good to know if in php there is something similar to indexof, push and reduce javascipt     
asked on 05.10.2017 / 14:51
1
answer

DataTables I can not modify the width of the columns

I'm making a table using Datatables but I can not change the widths of the columns. /*Modificar funciones tabla listado*/ $(document).ready(function() { $("#table_id").DataTable({ sDom: '<"top"fli>t<"bottom"p><"cl...
asked on 14.03.2018 / 10:14
2
answers

How to hide the driver in the url with codeigniter?

I do not know how to hide the controller name and its function in the url of my website. I have several controladores , one of them is blog , which is the controlador por defecto set in the file routes.php . $route[...
asked on 02.10.2017 / 09:08
1
answer

How to define the host and port to use in a Flask app?

To execute an application in Flask we use the method app.run() In this method we can pass configuration parameters, among them: host, port, debug By default, the Flask application runs in host = localhost port = 5000 So, if we wan...
asked on 17.03.2018 / 05:02
1
answer

Convert Binary Files to Text

Hello, I'm looking for help with a little problem I have My question is how can I convert the text that contains a file.txt to binary and vice versa I understand that using the BinaryWriter class I can convert text to binary in case with w...
asked on 01.10.2017 / 08:05
1
answer

Laravel 5.4: I do not get data from Eloquent relationships

Using Laravel (with MySQL) I'm starting with Eloquent relationships. I try to get the related data but I do not get anything. My configuration is as follows: Migration providers: Schema::create('proveedores', function (Blueprint $table) {...
asked on 02.10.2017 / 01:28
1
answer

Problem loading QTableWidget

I want to load the data of a table, the problem arises when I press the button it throws me the following error:    C: \ Users \ framework \ Downloads \ Python \ PyQt> python new.py   TypeError: loadData () takes 0 positional arguments but 2...
asked on 02.10.2017 / 13:22
1
answer

Transpose data with 2 columns (PIVOT)

People, I appeal to you because google has not served me much for what I need. I'm looking for a way to perform a dynamic pivot with 2 columns. Example: I have this: id rut fecha entrada salida 2 15114999...
asked on 15.03.2018 / 21:00