Posts by Guto G • 145 points
10 posts
-
2
votes1
answer2254
viewsQ: Flutter - How to perform a search in a listview?
Hello! I found many tutorials on the internet, but I could not implement any successfully. Most of these tutorials, work with the creation of 2 lists, an initial and a secondary to be manipulated.…
-
0
votes1
answer69
viewsQ: Call JS loading Toolbar in place it shouldn’t - SUMMERNOTE
I believe I am very bad with js and its derivatives. But I will try to detail to the maximum my error. I have a navbar with two options. <ul class="nav nav-tabs" data-tabs="tabs"> <li…
-
0
votes0
answers93
viewsQ: Redeem time records for a specific date and calculate time interval
I’m having a question of how to set up the logic to calculate hours/minutes difference. I have the following return: {timestamp} {tipo} 2018-10-18 02:22:35 O 2018-10-18 02:22:34 OI 2018-10-18…
-
1
votes1
answer62
viewsQ: Comparing similarity in two arrays!
Good night guys, I’m in trouble, come on, maybe somebody can help me. $array1 = array(); $array2 = array(); foreach ($paper as $p) { $array1[] = $p->title; $array2[] = $p->title; } $nbarray1 =…
-
1
votes0
answers57
viewsQ: Php Codeigniter - Algorithm for generating string base from database data
Good night guys, how are things? Let’s get to my problem. I have the data saved this way in the database: Basically a project has TERMS related to it. Terms in turn may have synonyms. I want my…
-
1
votes0
answers31
viewsQ: Generate a Generic String with two table data - Codeigniter PHP
I’m in a little trouble. I am developing a system for learning, but one of the requirements that I "invented" myself is to generate a base string. I will try to detail. Tenho a tabela **term** com…
-
4
votes1
answer170
viewsQ: How to save all data inserted into a form-control in Mysql
Guys, how can I make a script to save all data right after its insertion. In case the view would be this. After typing and typing enter the data would already be saved in the comic. What’s the best…
-
2
votes0
answers4066
viewsQ: Sequence Diagram with MVC facing the web!
Good afternoon guys, I’m having doubts about some sequence diagrams I’m developing for a college job. In theory I already know what a sequence diagram is, what it does and what its purpose, but the…
-
1
votes1
answer382
viewsA: Sort an integer Linkedlist without Sort method?
I got you guys, I think the code is simple and self sufficient to explain I also leave my many thanks to @diegofm, you are fuc4! public class OrdenacaoTeste { public static void…
-
2
votes1
answer382
viewsQ: Sort an integer Linkedlist without Sort method?
I want to know a simple method to order a Linkedlist! I’m breaking my head and searching the Internet, but I just find methods that already perform the work that I WOULD LIKE manually perform.…