Posts by Igor Alisson • 107 points
6 posts
-
1
votes1
answer109
viewsQ: About Analysis of Algorithms
I have a question on two questions regarding the content of algorithmic analysis. Issues In computer science, an algorithm is a finite sequence of executable actions that seek to obtain a solution…
algorithmasked Igor Alisson 107 -
1
votes1
answer53
viewsQ: About String Handling
I have a somewhat curious problem, perhaps a challenge. I need to add to my database the list of all cities in Brazil, I found an SQL with all the way I need, however, the name of the SQL table…
-
0
votes2
answers304
viewsQ: How to access an HTML page and return your HTML using Xamarin.Forms?
I would like to know how I can access a page, example Uol.com.br, and return your HTML. Along with this return try to use regular expressions with this HTML.
-
3
votes1
answer319
viewsQ: Picking an attribute from a class in javascript
Hi, I’m developing a list with all my facebook friends. I managed to create the first line of the code, which makes me take all my friends and store them in a variable within an array, as shown…
-
1
votes2
answers188
viewsQ: Problems running Java class
When I will invoke the method of this class: package newpackage; import java.util.ArrayList; import javax.swing.JOptionPane; public class Operacoes { /* DESENVOLVIDO BY: "IIJM Team" */ Cliente…
-
1
votes2
answers551
viewsQ: I’m in trouble when I invoke a method - JAVA
I’m working on an online movie rental code, simple code to deliver to my science school teacher and I’m having the following mistake: When I register a film and I will list the film appears the…
javaasked Igor Alisson 107