I have developed the following código to get the content of a certain webpage:
import java.util.logging.Logger;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
Logger logger= Logger.getLogger("org.bonitasoft");
URL url...
How do I read a subtable within a table? I tried to return the value with the following function but went wrong.
name = {"Lowes", "Renata", "Titia", "Maria"}
health = {}
posx = {}
posy = {}
posz = {}
players = {name, health, posx, posy, p...
I'm still learning Haskell (actually only started about 2 days ago) with a basic C # knowledge.
In this piece of code the code is supposed to iterate several times in a list and subtract the first value from the second until it finishes. The...
I have a list, and I would like to create a loop by passing each of these elements, basically what I want is this effect:
$.each($('.elemento'), function(i, el){
$(el).fadeIn(100);
$(el).delay(400).addClass("esconder");
/*esperar 400m...
I am making this code that has 2 foreach's and loads 350 properties with more or less 3500 image links , in fact I did not call the photos, only the links, this everything loads in half a second .
The variable $array stores content...
I want my button id="boot" ( <div id="boot"> ) each time it is pressed, press +3 testimonials.
<?php
query_posts( array ( "category_name" => "depo" ));
if (have_posts()) : while (have_posts()) : the_post();
?>
<...
I need to stop queuing when the user types a negative number (-1), check if the queue is empty so that when typing the negative number does not give any error and the main, I need the user to tell what specific value he
#include <iostream&g...