email

From: Bartek

To: Rob

Topic: Winter holidays

Hi Rob,

Thanks for your email. I understand why you didn’t write earlier.

I went to the mountains to Zakopane with my wife for a week. It was my first time trying winter sports, so I decided to learn how to ski. I bought lessons with an instructor and had 6 hours of training. It cost 1500 zł, but it was worth it. Thanks to the instructor, I learned a lot.

Unfortunately, on the last day I broke my ankle while skiing. I was very scared, but the rescuers

...

See on Student Notes »

Pharm Exam 4

Sympathetic vs parasympathetic nervous systems                                                 Histamine: protection from foreign entities; causes allergic reactions 

1. Sympathetic (fight & flight)                                                                                            - PDF: travel by bloodstream to infection site 

- adrenergic, sympathomimetic, adrenaline                             

...

See on Student Notes »

IBTDIBTD

THE BIG PICTURE FIRST — What is this subject actually about? All 8 papers are asking versions of the same question: How do people work effectively with each other in organizations? The answers cover: how leaders learn (P01) → how teams overcome dysfunction (P02) → how trust is built virtually (P03) → how to handle political environments (P04) → how conflict should be managed (P05) → how individuals gain power (P06) → how AI changes work behavior (P07) → how identity shapes behavior

...

See on Student Notes »

Dounia

Del 1 

A) Att använda “köp nu, betala sen”-tjänster kan kännas som en enkel lösning för en ung person som precis har flyttat hemifrån. För i början av ett eget boende uppstår ofta många startkostnader, som möbler och hushållssaker, samtidigt som inkomsten är låg. Och då kan det vara lockande att dela upp betalningen via till exempel Klarna. Det gör att man slipper betala allt direkt, vilket kan kännas tryggt om man inte har så mycket pengar just då.

Samtidigt finns det

...

See on Wikiteka »

cheat

#include <stdio.h>

int n, m;
int alloc[10][10], max[10][10], need[10][10];
int avail[10], work[10], finish[10];

// Safety Algorithm
int checkSafety() {
int seq[10], count = 0;

for (int i = 0; i < n; i++) finish[i] = 0;
for (int i = 0; i < m; i++) work[i] = avail[i];

while (count < n) {
int found = 0;

for (int i = 0; i < n; i++) {
if (!finish[i]) {
int j;
for (j = 0; j < m; j++) {
if (need[i][j] > work[j])
break;
}

if (j == m) {
for (int k = 0; k < m; k++)
work[k] += alloc[i][k];

seq[count+

...

See on Wikiteka »

tosss

Merits (advantages) steel str

  • High strength-to-weight ratio allows long spans and tall structures

  • Light weight reduces dead load and foundation cost

  • Uniform quality due to factory production

  • Faster construction because of prefabrication

  • Ductile material gives warning before failure

  • Performs well under earthquake and dynamic loads

  • Easy to repair, modify and extend

  • Reusable and recyclable material

  • Smaller sections provide more usable space

  • Durable if properly protected

  • Easy fabrication

...

See on Student Notes »

huhjkk

  1. C — the assassination of Archduke Franz Ferdinand and his wife Sophie
  2. D — all of the above/b to protect
  3. D — militarism
  4. B — the Balkan Peninsula
  5. C — attack France first, then Russia
  6. D — because of their location in the heart of Europe
  7. A — Germany
  8. B — an armistice was signed
  9. A — a plan for the postwar world
  10. B — Germany
  11. B — Germany drove the Russians into full retreat
  12. B — to establish a supply line to Russia
  13. C — Germany’s policy to sink any ship in British waters without
...

See on Student Notes »

ASD_mid

12 Agile Principle:

1. Planning Game

Customer + team decide scope → ensures relevant features

2. Small Releases

Frequent delivery → early feedback → fewer defects

3. System Metaphor

Simple shared vision → better understanding

4. Simple Design

Avoid overengineering → fewer bugs

5. Testing (TDD)

Write tests first → high reliability

6. Refactoring

Improve code continuously → maintainability

7. Pair Programming

Two developers → fewer errors, better quality

...

See on Student Notes »

bjdff

When curls become complicated

Apparently, official photographs do not simply identify you; they also quietly negotiate how respectable you appear to strangers. A driver’s license, for example, is apparently not just proof that you may legally drive, but also proof that your hair understands authority. When mine arrived, my mother looked at the picture with the kind of disappointment usually reserved for expensive mistakes. My curls were loose, natural, and entirely visible. According to her,

...

See on Student Notes »