[C1]Legal Power Structure: Legislative branch(passes law in parliament)->Executive(administer and enforces)->Judiciary(interprets law) Regulatory instruments: Acts(Statutory laws passes by parliament)->Subsidiary Legislation(Spell out greater in greater detail the requirements that FI adheres to)->Notice(Legally binding requirements)->Codes(Non-statutory, no force of law but system of governing rules with non-statutory sanctions) Notices: 626(Prevent of money laundering and countering
A scatter diagram (or scatter plot) is a graphical representation of two variables where each point represents an observation consisting of paired values from two datasets. The horizontal axis (X-axis) represents one variable, and the vertical axis (Y-axis) represents the other.
Each point (xi,yi)(x_i, y_i)(xi,yi) is plotted on the graph for the corresponding values of the two variables.
Odnos prema društvenim mrežama
U savremenom svetu, društvene mreže postale su neizostavan deo svakodnevnog života. Bilo da je reč o tinejdžerima, odraslima ili čak starijima, gotovo svi imaju naloge na mrežama poput Instagrama, Tiktoka, Fejsbuka ili Tviteru. Društvene mreže omogućile su ljudima širom sveta da se povežu, razmenjuju informacije, misli i emocije, ali istovremeno su otvorile i mnoga pitanja o njihovom uticaju na naše ponašanje, osećanja i međuljudske odnose.
S jedne
...**Kad bolje sagledamo život oko sebe, shvatamo da nije tako lep i pravedan kao što nekad mislimo. Na površini, čini se da sve funkcioniše kako treba, ali ako zađemo dublje, videćemo mnogo nepravde, lažnih optužbi i nemoći običnog čoveka. Upravo to nam pokazuje Ivo Andrić u svom romanu Prokleta avlija. Čitajući ovo delo, sve više uviđam da i mi, na neki način, živimo u jednoj vrsti "proklete avlije", mestu gde je istina često nevažna, a nevini ispaštaju.** "Prokleta avlija"
...Web scraping or Web crawling
HTML >> content of web page
CSS >> design of web page
Javascript >> for web page action
HTML?? HyperText Markup Language <> tag 으로 구성됨(tree 구조)
Static Web Page Scraping >> use Beautifulsoup (find base on tag and attributes)
Dynamic Web Page Scraping>> have to use Selenium (not enough with BS)
Selenium >> web page 조작 가능 (like clicking)
API >> waiter of restaurant >> receive from A and refer to
In ground wave propagation, radio waves travel along the surface of the Earth, following the curvature of the planet. Freq Range: 30 kHz to 300 kHz (Low Freq). Key Points: Travels along the ground. Strongly attenuated by terrain, trees, buildings, etc. Limited to short distances (few hundred km). APPS: AM radio (MW band). Navigation systems & military communication.In sky wave propagation, radio waves R transmitted towards the ionosphere, which reflects or refracts them back to Earth. Freq Range:
Mesoamérica:
Zona geográfica y cultural que incluye parte de México y Centroamérica.
Características: agricultura (maíz), politeísmo, escritura jeroglífica, calendario.
Cosmovisión:
Relación entre dioses, naturaleza y humanos.
Ciclicidad del tiempo y sacrificios como ofrenda a los dioses.
Aportaciones de 3 culturas:
Olmeca: calendario, escritura, cabezas colosales.
Maya: sistema numérico con el cero, astronomía, arquitectura avanzada.
Teken f(x) = a^x of log_a(x)
Horizontale lijntest → inverteerbaar?
Inverse: y = a^x ⇔ x = logₐ(y)
Uit tabel of grafiek → herken exponentieel of logaritmisch
Zoek a via punt:
Exponentieel: f(x) = a^x
Logaritmisch: f(x) = logₐ(x) → a^y = x
Zelfde grondtal? → vergelijk exponenten
Anders: log aan beide zijden
Vergeet bestaansvoorwaarden (bv. log > 0) niet
f stijgend/
InsertData.java
import java.sql.*;
import java.util.Scanner;
public class InsertData {
public static void main(String[] args) {
try {
// to create connection with database
Class.forName("com.mysql.jdbc.Driver");
Connection con = DriverManager.getConnection("jdbc:mysql://localhost/mydb", "root", "");
Statement s = con.createStatement();
// To read insert data into