- What is Daggers & Sorcery
- Items
- Identification
- Rarity
- Type
- Recipes
- Materials
- Weapons
- Armors
- Skills
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
V4_PRIVATE_IP=`curl http://169.254.169.254/current/meta-data/local-ipv4` | |
V4_PUBLIC_IP=`curl http://169.254.169.254/current/meta-data/public-ipv4` | |
cat > "cloud-config.yaml" <<EOF | |
#cloud-config | |
ssh_authorized_keys: | |
- ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEApv0BQSB1G1TsjKsvzREQfOjv0d+a8hHojk0oJ5B/Aue7Swp0rUN8JViAd91OSGUdAkwy3A/hJ4PoumnwrQlQTGK+JZto7kWONsPSzaBe0SJldOFXdJdiY71ZsT/CIsZgosA2dzDYuUZlo3i9FWTlmg71bJu2JnHq5Z5cWXLV7syPXLvIDcrOzCwUOHWxolYWFUdQPY6w44eg6VhYq+Q3V9Q1NCls0OuLe+k/AjsE6udoFmJai3RHnEVZPNiZz+jKtZXgbsPbH8BSlc1LauRXJBviKU9WF1OXot0FTfRP2H958R9fKvCS5kIOACtFGZUISnYHGH85nnpTNkILICsSlw== | |
write_files: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
107*44 (kicsit nagy csipoben) |
https://www.elastic.co/guide/en/elasticsearch/reference/5.2/query-cache.html
CreateIndexRequestBuilder cirb = new CreateIndexRequestBuilder(esTransportClient.admin().indices()).setIndex(index);
ImmutableSettings.Builder indexSettings = ImmutableSettings.settingsBuilder();
indexSettings.put("analysis.analyzer.default.type", "cjk");
cirb.setSettings(indexSettings);
- Easy to scale or adopt to new requirements.
- Handling peak performance is easier.
- Less infrastructure bulls**t because the interaction with the hardware layer is minimized.
- Wouldn’t put bank application on it (for a good reason).
- Simple to use/develop on.
- Speed up the development time with a lots of available plug & play services.
https://docs.spring.io/spring-boot/docs/current/reference/html/
- Introduction to Spring Boot
- What is it
- Radically faster to develop with
- Opinionated out of the box
- Without code generation or XML
- Most of the time used for web development but can be used to develop command line applications too
- System requirements
- What is it
- Spring Boot 1.x -> Java 7
import org.springframework.stereotype.Service;
import java.io.BufferedInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.util.Arrays;
import java.util.Base64;
@Service
https://pefc.dk/find-certifikat
The application does a POST request to this URL:
https://c2abx025.caspio.com/dp/30b08000892b061a8b754b248392?rnd=1673858310671
With this as a form-data request body:
The search UI is available here: https://app.powerbi.com/view?r=eyJrIjoiN2U3NGMyNWEtZTAxNS00MzVhLWExNmMtOThhZjdiYjQ4MWNkIiwidCI6IjEyNGU2OWRiLWVmNjUtNDk2Yi05NmE5LTVkNTZiZWMxZDI5MSIsImMiOjl9
The application works be sending a POST request to the following URL: https://wabi-west-europe-api.analysis.windows.net/public/reports/querydata?synchronous=true
The POST request's body is the following: