Hs zhabnaj

Role of SEBI: Meaning / Introduction: The Securities and Exchange Board of India (SEBI) is the regulator of the securities market in India. It was established to protect investor interests, regulate the market, and ensure transparency and fairness. Roles / Points: 1. Investor Protection: SEBI safeguards investors from unfair practices, frauds, and malpractices in the securities market. 2. Market Regulation: It regulates stock exchanges, brokers, and other intermediaries to ensure smooth functioning...

See on Student Notes »

accy 132 ethh

Case 1-2 — Giles & Regas (cheat-sheet paragraph): A romantic relationship between a supervising partner and an audit team member on the same engagement jeopardizes the audit and creates a conflict of interest with independence in appearance at risk. Label the threats: familiarity (primary), plus possible undue influence/self-interest; analyze with Virtue and Responsibilities/Duties lenses—virtue favors avoiding risky relationships at the outset. Apply the risk-based approach: identify/evaluate

...

See on Student Notes »

tybms sm

Purchase Process for Services:
1 Need Recognition and Definition;The process begins when an internal department or individual identifies a specific business need that a service could fulfill (e.g., IT support, consulting, or maintenance). They mustclearly define the scope, objectives, and specifications of the required service to move forward. This stage sets the foundation for a successful procurement

.2. Supplier Identification and SourcingThe organization searches for suitable service providers

...

See on Student Notes »

public policy

  • Legislative Branch: Made up of the House and Senate; creates and passes laws.

  • Executive Branch: Enforces laws; includes the President, executive orders, and agencies.

  • Judicial Branch: Interprets laws; includes courts and judicial review.

  • Executive Orders: Directives from the President that manage operations of the federal government.

  • Ballot Measure: Legislation proposed and voted on by the public, such as propositions or referenda.

  • Preemption: When a higher level of government limits

...

See on Student Notes »

ragggg

1. Vector Databases -Store and search high-dimensional vector embeddings,Used in semantic search, similarity search, and RAG pipelines., 

Indexing Techniques

  • Flat Index (Brute Force) → accurate but slow.                                                                                         

  • Approximate Nearest Neighbor (ANN) → fast and scalable.

    • Algorithms: HNSW, FAISS, Annoy.
    • f3Q1622KC84AAAAASUVORK5CYII=                      8pk5+AsHqPHAAAAAElFTkSuQmCC.     

      3. Retrieval-Augmented

...

See on Wikiteka »

SOLW-

  • Dr. Kaufman’s sailboat model & the needs associated with it (Pg2)

    • The Hull (the butt of the boat): Represents our security & stability needs- things like safety, connection, & self-esteem. If the hull hs “holes” (like trauma, fear, or instability), we can’t really move forward because all our energy goes into surviving or patching it up. These R the foundations that keep the boat steady

  • The Sail: Stands 4 our growth & exploration needs-curiosity, purpose, love,

...

See on Student Notes »

vispuskice2

GEOMETRIJSKA DEF:skup G sadrži elementarne događaje u nekom od prostora ℝ1,ℝ2 ili ℝ3. U G se random bira tačka. Traži se verovatnoća da tačka bude u 𝐺1⊂𝐺. G je ograničen skup sa geom.merom 𝑚(𝐺)(𝑢ℝ1 je dužina, u ℝ2 površina, ℝ3 zapremina). Tražena vrv zavisi samo od mere oblasti G1,tj m(G1). P(A)=m(G1)/m(G2) Dokaz da uslovna vrv zadovoljava aksiomehe+eUcAUegPgLDJBFdUr+Zt3AEHIF+ReC9994LqJ4WWGCBfoXA5+0IOAKDAAFnaAbBTfIhOgKOgCPgCDgCjkBtBP4fiKCDNjd88CsAAAAASUVORK5CYII= Teorema: Ako je  𝐵∈ℱ,𝑃(𝐵)>0 i ako je 𝑃1(𝐴)=𝑃(𝐴∣𝐵) za svako 𝐴∈ℱ, tada

...

See on Wikiteka »

djasidjaid

Hi-kvadrat raspodela i njena f-ja: Raspodelu definisanu gustinom1R8RThpwqqAAAAAElFTkSuQmCC nazivamo hi kvadrat raspodelom sa 𝑛 stepeni slobode, u oznaci 𝜒 2 (𝑛). Broj 𝑛 može biti proizvoljan pozitivan broj, ali je u primenama važan slučaj kada je 𝑛 prirodan broj. Za 𝑛 = 2 dobija se eksponencijalna E(1/2) raspodela. specijalnom sluc. za 𝛼 = 𝑛/2 i 𝜆 = 1/2 dobijamo karakteristic̄nu f-ju 𝜒2(𝑛) raspodele 𝜑(𝑡) = 1/((1−2𝑖𝑡)𝑛/2).Odr. koju rasp. ima sluc.prom. koja je = zbiru

...

See on Wikiteka »

Lllll

import socket

def download webpage (host, path="/"):

# Create a TCP socket

client socket socket.socket (socket. AF INET, socket.SOCK STREAM)

# Connect to the host (HTTP port 80)

client_socket.connect((host, 80))

# Send an HTTP GET request

request = f"GET (path) HTTP/1.1\r\nHost: {host}\r\nConnection: close\r\n\r\n"

client socket.send(request.encode())

# Receive the response from the server

response = b""

while True:

part client_socket.recv (4096)

if not part:

break

response += part

...

See on Student Notes »