Questions tagged as 'filtro'

0
answers

Neural Network in R - Input Data

I'm having a problem in the input data of a neural network, I'm working with entries of 5000 pairs of numbers, these numbers are shifts in X and Y, ie based on the previous frame and the current frame I can see which was the displacement and thu...
asked by 18.09.2018 / 05:04
1
answer

How to create a filter with images?

I'm creating a project that lists several store images, I want to create a filter so that I can search the store name and just show it, or search the type of cuisine, distance and everything. I tried to use a jquery but it did not work if som...
asked by 18.09.2018 / 12:46
0
answers

Filter Wordpress gallery according to the click on the Post

Speak people, I have a carousel where I publish some photos through post in wordpress and I need that when I click on the title of the post in the sidebar, the corresponding gallery appears, someone suggest me how can I do? Thank you! SIDEBAR...
asked by 03.09.2018 / 05:21
3
answers

Filter data with INNER JOIN - MYSQL

Good afternoon, I'm new to the group and wanted to know where I'm going wrong ... I have a search on the database as well ** SELECT * FROM Users INNER JOIN naturezanegocio ON Users.emaillogin = naturezanegocio.emaillogin AND Users.paisor...
asked by 07.06.2018 / 18:13
0
answers

Remove duplicates based on the value of a column

I'd like to know how I can perform the following filter: ===> Thatis,howtoremovetheduplicatesinthe"action" column, but leaving the record with the highest priority (in this case, '1' is the person with the highest priority and '8' is the...
asked by 21.05.2018 / 22:21
0
answers

VB-NET How to create a filter that organizes Picturebox's?

Hi. I have three vertical columns with some picturebox's here in my project, and I need to know if it has a simple way to use a ComboBox to choose the desired option, and this would be the filter that would organize the top pictureboxes, an...
asked by 07.05.2018 / 00:50
2
answers

Filter with TypeScript

I have the following code: search(evento){ this.str = evento.target.value; console.log('str ',this.str) this.cartoes.forEach(element => { if(element.codigo.search(this.str) !== -1 && this.cartoesFiltro.length === 0){ this.cartoes...
asked by 25.04.2018 / 06:37
0
answers

Custom post type wordpress + filters

Hello, I would like to know if anyone has done any functionality similar to this site, link filtering the post using a form. I was trying to do it using a custom taxonomy I came up with the following code. <form id="revenda">...
asked by 19.03.2018 / 15:09
2
answers

Display data from a Json file in HTML

I'm stuck in a situation where I can not turn the data blocks of the JSON file into HTML, nothing appears. Below I'll put the codes for you to take a look at If you can tell me a cool site about JSON I also need to know about filtering and ad...
asked by 08.03.2018 / 19:04
1
answer

How can I block access to application pages with session filtering?

Session Filtering Code @WebFilter(urlPatterns = { "/*" }) public class FiltroSessaoUsuario implements Filter { public void init(FilterConfig fConfig) throws ServletException { } public void doFilter(ServletRequest request, ServletResponse r...
asked by 17.02.2018 / 15:22