Historia Napoleon

Dlaczego hymn nieoficjalnie „Mazurek Dąbrowskiego"?
Powstał 1797 we Włoszech jako pieśń Legionów Polskich — wspomina gen. Jana Henryka Dąbrowskiego i walkę o niepodległość. Oficjalnym hymnem dopiero 1927.

Fragment hymnu z Napoleonem?
„Bonaparte nam dał przykład, jak zwyciężać mamy"

Gdzie urodził się Napoleon + wpływ na osobowość?
Ajaccio, Korsyka (1769). Korsykańskie korzenie → ambicja, patriotyzm, impulsywność, silna więź rodzinna, duch walki.

Kiedy cesarzem Francji?...

See on Wikiteka »

trial3

    number.clear(); type.clear(); floor.clear(); rate.clear();       |  Widget build(BuildContext context) { 
    setState(() {message = "Room Added";});}                            |    return Scaffold( 
  @override                                                                                     |      appBar: AppBar(title: Text("Room List")), 
  Widget build(BuildContext context) {                         ...

See on Student Notes »

trial2

import 'package:flutter/material.dart';
void main() {runApp(MyApp());}
class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp( home: CartScreen());} }
class Item { String name; int qty; double price;
  Item(this.name, this.qty, this.price);}
List<Item> cartList = [];
/* -------- CART -------- */
class CartScreen extends StatefulWidget {
  @override
  State<CartScreen> createState() =>_CartScreenState();}
class _CartScreenState extends

...

See on Student Notes »

trial

import 'package:flutter/material.dart';
void main() {runApp(MyApp());}
class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp( home: EmployeeEntryScreen());} }
class Employee { String name, id, designation; double basicSalary;
  Employee(this.name, this.id, this.designation, this.basicSalary);}
List<Employee> employeeList = [];
/* -------- SCREEN 1 -------- */
class EmployeeEntryScreen extends StatefulWidget {
  @override
  State<EmployeeEntryScreen&

...

See on Student Notes »

Internet

  • Internet vs. internet

    • Was ist der Unterschied zwischen einem internet und dem Internet?

      Ein internet (interconnected networks) ist eine Menge von Netzwerken, die über vermittelnde Netzwerkknoten (router) miteinander verbunden sind.
      Das Internet ist das größte internet der Welt, also "unser" Internet, das aus dem ARPANet entstanden ist und auf der TCP/IP-Protokollfamilie basiert.

  • Internet-Adressen und Netzwerke

    • Wie ist eine Internet-Adresse (IPv4) aufgebaut? (4)

      Eine IPv4–Adresse ist eine
...

See on Wikiteka »

plant

Flowering plants reproduce sexually by creating seeds, a process involving flower anatomy (anther/stigma), pollen transfer (pollination), fertilization (fusion of gametes), and seed dispersal. Key components include stamen (male) and carpel (female), with types like cross or self-pollination. Germination requires water, oxygen, and warmth.
Save My ExamsSave My Exams +6
  • Male Part (Stamen):
    • Anther: Produces and releases pollen (male gametes).
    • Filament: Supports the anther.
  • Female
...

See on Wikiteka »

English methodology

Learning Styles

NLP Model:

•Visual learners → learn through images.

•Auditory learners → learn through listening.

•Kinaesthetic learners → learn through movement.

Multiple Intelligences – by Howard Gardner:

•Linguistic

•Logical-mathematical

•Musical

•Interpersonal

•Intrapersonal

•Spatial, etc.

Extrinsic Motivation

•Comes from outside (job, exam, parents).

Intrinsic Motivation

•Comes from inside the classroom.

•Influenced by:

•Teacher personality

•Activities

...

See on Wikiteka »

Rajeev sir

1. What is Management? Explain the nature of management and discuss management as an Art and Science. Management is the process of planning, organising, staffing, directing and controlling human and physical resources to achieve organisational goals effectively and efficiently. It ensures optimum use of resources to achieve desired objectives. 
Nature of Management The nature of management can be explained as follows: Goal-oriented: Management focuses on achieving predetermined objectives. Continuous

...

See on Student Notes »

english 4 de atkins early american history

Allusion: An indirect reference to a person, place,
2. Archaic Language: Words or phrases that were once in common use
3. Archetypes: Character types  from different cultures
4. Audience: intended to read a piece of writing.
5. Creation Myth: A myth that typically describes how the universe, began
6. Emotional Appeals: Messages persuade by creating feelings.
7. Extended Metaphor: A comparison between two essentially unlike things 
8. Figurative Language: Language that communicates ideas 
9. Folk Literature:

...

See on Student Notes »