3
1
Back

215821e48128fa87907c6added840580ad4c06ac Mon Sep 17 00:00:00 2001 Subject: [PATCH] Current draw From b886abe4036c263df71a7c0b70fd44b77a53e633 Mon Sep 17 00:00:00 2001 Subject: [PATCH] edits README.md file adds README.md file 4f6e9e0984 Updated LICD, alter alt-textify to handle both title and alt tags elseif (strpos($article['content'], 'imgs.xkcd.com/comics/') !== FALSE) { $doc = new DOMDocument(); $doc->loadHTML($article['content']); $xpath = new DOMXpath($doc); $imgs = $xpath->query('//img'); //doesn't get simpler than this foreach($imgs as $img){ if ($img->getAttribute('title')) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic-1']//img", $article); } //Sites that provide images and just need alt tags if both exist 2016-06-10 20:51:03 -07:00 77735c00cc Add radio shaek with cv2 version Add html test version facet normal -0.80732 0.0635162 0.586685 facet normal 9.939718e-01 3.310102e-03 1.095858e-01 vertex -1.052028e+02 9.665134e+01 1.096827e+01 facet normal 0.309854 -0.74806 0.586853 vertex 3.63499 2.35444 19.9 facet normal -0.952737 0.286094 0.102192 facet normal 0.430898 -0.353597 0.830239 facet normal -0.0096532 0.0980055 0.995139 vertex -1.46714 7.3758 6.0001 facet normal 0.63056 0.768557 0.108238 facet normal 0.471711 0.881672 -0.0119957 facet normal 0.000246232 0.11537 0.993323 vertex -0.598972 -4.80907 21.7653 vertex 0.41258 -6.33525 7.82405 facet normal -0.161807 0.533417 0.830232 facet normal 0.564052 0.273151 0.779252 vertex -4.54597 4.77601 7.16505 facet normal -0.876745 -0.468624 0.108209 vertex 4.84143 -3.23494 21.335 facet normal -0.0464246 -0.0868544 0.995139 vertex -6.9771 2.78147 6.0001 facet normal 0.382434 -0.0376634 0.923215 facet normal -0.840155 0.533173 0.0993304 facet normal -1.417670e-15 1.433165e-16 -1.000000e+00 facet normal 0.273151 0.564052 0.779252 vertex 4.54597 4.77601 7.16505 facet normal 0.0761278 -0.0624757 0.995139 vertex -5.31765 -5.31765 6.0001 facet normal 0.0221096 0.172853 0.984699 facet normal 9.994562e-001 3.297613e-002 0.000000e+000 facet normal -8.452758e-01 4.523423e-03 5.343111e-01 vertex -1.045194e+02 9.695134e+01 9.724262e+00 facet normal -0.840149 -0.533182 0.0993293 facet normal 0.815358 -0.435818 0.381123.

New Pull Request