dodanie pliku
This commit is contained in:
parent
73aa37f67b
commit
883e46bd65
BIN
cwiczenia1.jpg
Normal file
BIN
cwiczenia1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 MiB |
BIN
cwiczenia10.zip
Normal file
BIN
cwiczenia10.zip
Normal file
Binary file not shown.
38
cwiczenia11.tex
Normal file
38
cwiczenia11.tex
Normal file
@ -0,0 +1,38 @@
|
||||
\documentclass[11pt,a4paper,sans]{moderncv}
|
||||
\moderncvstyle{casual}
|
||||
\moderncvcolor{blue}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[scale=0.75]{geometry}
|
||||
|
||||
\name{Łukasz}{Jędyk}
|
||||
\title{Curriculum Vitae}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\makecvtitle
|
||||
\section{Dane osobowe}
|
||||
\cvitem{Data urodzenia}{19.01.1998r}
|
||||
\cvitem{Adres}{ul. Słowiańska 66 60-666 Poznań}
|
||||
\cvitem{Telefon}{666 696 969}
|
||||
\cvitem{E-Mail}{lukjed3@st.amu.edu.pl}
|
||||
\section{Edukacja}
|
||||
\cvitem{2014--2017}{Zespół Szkół Ponadgimnazjalnych im. Zbigniewa Herberta w Trzebiatowie}
|
||||
\cvitem{2017--obecnie}{Uniwersytet im. Adama Mickiewicza w Poznaniu}
|
||||
\section{Doświadczenie}
|
||||
\cventry{2015}{Dystrybucja ulotek}{Kawiarnia Cafe Latte}{}{}{Roznoszenie ulotek na terenie Poznania.}
|
||||
\cventry{2016--2017}{Grafik Komputerowy}{ABC Marketing}{}{}{Praca z projektantami i dyrektorami artystycznymi przy tworzeniu koncepcji projektów.}
|
||||
\section{Umiejętności}
|
||||
\cvitem{}{Znajomość pakietu MS Office}
|
||||
\cvitem{}{Podstawy programowania w C, C++, Pythonie}
|
||||
\section{Języki}
|
||||
\cvitemwithcomment{}{Angielski}{Zaawansowany}
|
||||
\cvitemwithcomment{}{Niemiecki}{Podstawowy}
|
||||
\section{Certyfikaty i uprawnienia}
|
||||
\cvitem{}{Prawo jazdy kat. B}
|
||||
\cvitem{}{Aktualne przeszkolenie z zarkesu BHP}
|
||||
\section{Zainteresowania}
|
||||
\cvitem{}{Tenis ziemny}
|
||||
\cvitem{}{Informatyka}
|
||||
|
||||
\end{document}
|
||||
|
BIN
cwiczenia2.jpg
Normal file
BIN
cwiczenia2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 632 KiB |
BIN
cwiczenia3.jpg
Normal file
BIN
cwiczenia3.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 270 KiB |
4
cwiczenia4.txt
Normal file
4
cwiczenia4.txt
Normal file
@ -0,0 +1,4 @@
|
||||
1. Plik zawierający 100000 powtórzeń tego samego znaku.
|
||||
2. Plik zawierający jak najmniej powtarzających się sekwencji znaków.
|
||||
3. Jednokolorowa bitmapa.
|
||||
4. Bitmapa, której sąsiednie piksele wyraźnie różnią się kolorem.
|
66
cwiczenia5.xml
Normal file
66
cwiczenia5.xml
Normal file
@ -0,0 +1,66 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE shop [
|
||||
<!ELEMENT shop (section+)>
|
||||
<!ELEMENT section (shelf+)>
|
||||
<!ELEMENT shelf (product*)>
|
||||
<!ATTLIST shelf type CDATA "">
|
||||
<!ELEMENT product (name,price)>
|
||||
<!ELEMENT name (#PCDATA)>
|
||||
<!ELEMENT price (#PCDATA)>
|
||||
|
||||
]>
|
||||
|
||||
<shop>
|
||||
<section>
|
||||
<shelf type="papiernicze">
|
||||
<product>
|
||||
<name>Długopis</name>
|
||||
<price>3</price>
|
||||
</product>
|
||||
<product>
|
||||
<name>Ołówek</name>
|
||||
<price>2</price>
|
||||
</product>
|
||||
<product>
|
||||
<name>Zeszyt</name>
|
||||
<price>5</price>
|
||||
</product>
|
||||
</shelf>
|
||||
<shelf type="odzież">
|
||||
<product>
|
||||
<name>Spodnie</name>
|
||||
<price>100</price>
|
||||
</product>
|
||||
<product>
|
||||
<name>Czapka</name>
|
||||
<price>20</price>
|
||||
</product>
|
||||
</shelf>
|
||||
</section>
|
||||
<section>
|
||||
<shelf type="elektryczne">
|
||||
<product>
|
||||
<name>Żarówka</name>
|
||||
<price>10</price>
|
||||
</product>
|
||||
</shelf>
|
||||
<shelf type="spożywcze">
|
||||
<product>
|
||||
<name>Masło</name>
|
||||
<price>8</price>
|
||||
</product>
|
||||
<product>
|
||||
<name>Mleko</name>
|
||||
<price>2</price>
|
||||
</product>
|
||||
<product>
|
||||
<name>Jajka</name>
|
||||
<price>4</price>
|
||||
</product>
|
||||
<product>
|
||||
<name>Parówki</name>
|
||||
<price>6</price>
|
||||
</product>
|
||||
</shelf>
|
||||
</section>
|
||||
</shop>
|
BIN
cwiczenia6.docx
Normal file
BIN
cwiczenia6.docx
Normal file
Binary file not shown.
BIN
cwiczenia7.zip
Normal file
BIN
cwiczenia7.zip
Normal file
Binary file not shown.
BIN
cwiczenia8.docx
Normal file
BIN
cwiczenia8.docx
Normal file
Binary file not shown.
BIN
cwiczenia9.docx
Normal file
BIN
cwiczenia9.docx
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user