Programmierung

PHP, SQL, BASH, JS, HTML, CSS

Eclipse Error – java returned exit code=13

java was started but returned exit code=13: Eclipse Error Download the correct installer of Eclipse Java https://www.eclipse.org/downloads/download.php?file=/oomph/epp/oxygen/R2/eclipse-inst-win64.exe Download the correct Java Version (Windows x64 – 206.51 MB – jdk-8u161-windows-x64.exe) http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html Start Eclipse and there is no Error

Yahoo Finance API Alternative

Da die Yahoo Finance API leider eingestellt wurde, habe ich mir kurzerhand ein alternatives PHP Skript gebastelt um den aktuellen Kurs eines Wertes abzufragen. Codeschnipsel zum eigenen Nachbau $symbol = $rowstocks[’symbol‘]; $url = „https://de.finance.yahoo.com/quote/“.$symbol; $ch = curl_init(); $timeout = 5; …

Yahoo Finance API Alternative Weiterlesen »

yahoo finance api alternative php
Scroll to Top