Collection of best software to use in your windows machine
- localwp.com
Collection of best software to use in your windows machine
Choose REST APIs if you need features such as API keys, per-client throttling, request validation, AWS WAF integration, or private API endpoints. Choose HTTP APIs if you don't need the features included with REST APIs
{proxy+}
as pathhttps://yourapi.example.com/path/{proxy}
note that you cannot use root path here /
, it has to be some subpathDELIMITER $$ | |
DROP function if exists json_extract_c$$ | |
CREATE FUNCTION json_extract_c( | |
details TEXT, | |
required_field VARCHAR (255) | |
) RETURNS TEXT CHARSET utf8mb4 | |
DETERMINISTIC | |
NO SQL | |
BEGIN | |
DECLARE search_term, val TEXT; |
{ | |
"_embedded": [ | |
{ | |
"id": "RPT200090", | |
"created": "2020-07-22T14:45:37Z", | |
"modified": "2020-07-22T15:53:04Z", | |
"startDate": "2020-07-31", | |
"endDate": "2020-08-30", | |
"status": "arranging", | |
"agentRole": "managed", |
wget -q -O - https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add - | |
sudo apt-add-repository "deb https://pkg.jenkins.io/debian-stable binary/" | |
apt-get update | |
apt-get install jenkins |
sudo apt update | |
sudo apt install openjdk-8-jdk openjdk-8-jre | |
wget https://www.atlassian.com/software/bamboo/downloads/binary/atlassian-bamboo-7.0.3.tar.gz | |
cat >> /etc/environment <<EOL | |
JAVA_HOME= /usr/lib/jvm/java-8-openjdk-amd64 | |
JRE_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre | |
EOL | |
tar xvzf atlassian-bamboo-7.0.3.tar.gz |
download JAR file
wget https://github.com/tabulapdf/tabula-java/releases/download/v1.0.3/tabula-1.0.3-jar-with-dependencies.jar
place your pdf files in a folder
java -jar tabula-1.0.3-jar-with-dependencies.jar --pages 3-4 -b /path-to-your/pdf-test-files/