Nalezeno 197 výsledků hledání

od Destroyer
úte 01. bře 2016 13:31:52
Fórum: 4. semestr
Téma: [SKJ] cvičení 1,2
Odpovědi: 2
Zobrazení: 1848

Re: cvičení 1,2

#!/bin/bash while true; do ( cmdpid=$BASHPID; (sleep 5; pkill -TERM -P $cmdpid) & exec bash -c "wget c.xkcd.com/random/comic/ -O - | grep \"Image URL\" | cut -d: -f2- | xargs wget -O - | display" ) done #while true; do #( cmdpid=$BASHPID; (sleep 5; kill $cmdpid) & exec wget c.xkcd.com/random/comic/...
od Destroyer
ned 21. úno 2016 5:50:39
Fórum: Ostatní
Téma: [VCKLAN] Changelog
Odpovědi: 29
Zobrazení: 44715

Re: Changelog

Fórum aktualizováno na verzi 3.0.14
od Destroyer
sob 28. lis 2015 15:02:29
Fórum: Ostatní
Téma: [VCKLAN] Changelog
Odpovědi: 29
Zobrazení: 44715

Re: Changelog

Všechny nahrávky, skripta, učebnice a maturitní testy byly přesunuty na google drive.
od Destroyer
pát 05. čer 2015 3:09:34
Fórum: 4. semestr
Téma: [PCS] cvičení
Odpovědi: 3
Zobrazení: 2191

Re: [PCS] cvičení

https://www.fit-wiki.cz/_media/%C5%A1kola/p%C5%99edm%C4%9Bty/bi-pcs/pcs_test_2012-06-08_0845-a11-1.jpg?cache= spravne https://www.fit-wiki.cz/_media/%C5%A1kola/p%C5%99edm%C4%9Bty/bi-pcs/pcs_test_2012-06-08_0845-a11-2.jpg?cache= 6 si nejsem jistej https://www.fit-wiki.cz/_media/%C5%A1kola/p%C5%99edm%...
od Destroyer
čtv 04. čer 2015 3:34:23
Fórum: 4. semestr
Téma: [PCS] cvičení
Odpovědi: 3
Zobrazení: 2191

Cviceni 1-8

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; // using System.Data.SqlClient; namespace DBDataReader { public partial class Form1 :...
od Destroyer
úte 26. kvě 2015 9:41:02
Fórum: 4. semestr
Téma: [PCS] cvičení
Odpovědi: 3
Zobrazení: 2191

Re: [PCS] cvičení

cviceni 2 -- ============================================= -- Author: <Author,,Name> -- Create date: 26.5.2015 -- Description: Prvni run je potreba zmenit radek 6 na CREATE PROCEDURE -- ============================================= ALTER PROCEDURE ProductsByUnits @count int OUTPUT, @min int = 0 AS B...
od Destroyer
úte 26. kvě 2015 1:04:55
Fórum: 4. semestr
Téma: [AWD] poznámky DB
Odpovědi: 0
Zobrazení: 921

poznámky DB

Postgresql - checkpoint - generuje synchronizacni znamku - pouziva se pri recovery - writer - mezi buffer cachi a diskem (dirty bloky uklada do prislusnych dat. souboru) z database buffer cache - write ahead log - to samy ale bere obsah write ahead logu(uklada zmenovy vektory) -- ACID ( zurnal == wr...
od Destroyer
pon 25. kvě 2015 12:01:58
Fórum: 4. semestr
Téma: [PCS] cvičení
Odpovědi: 3
Zobrazení: 2191

[PCS] cvičení

cvičení 1
DBDataReader.zip
(58.01 KiB) Staženo 298 x
northwind.zip
(636.9 KiB) Staženo 289 x
od Destroyer
úte 12. kvě 2015 2:37:15
Fórum: 4. semestr
Téma: [ZWU] - automat vysledky
Odpovědi: 0
Zobrazení: 875

[ZWU] - automat vysledky

mirek (0-00-07-03).png
od Destroyer
pon 11. kvě 2015 14:54:10
Fórum: 4. semestr
Téma: [AWD] cvičení {8..11} DB
Odpovědi: 5
Zobrazení: 3477

cvičení 12 DB

su - # awd.! su oracle dbstart $ORACLE_HOME emctl start dbconsole dbca sqlplus / as sysdba > SHUTDOWN IMMEDIATE > STARTUP MOUNT > ALTER DATABASE ARCHIVELOG; > SHUTDOWN IMMEDIATE > STARTUP # konfigurace zaloh https://localhost:1158/em/console/database/rec/config?event=start&target=orcl&type=oracle_d...
od Destroyer
stř 06. kvě 2015 3:39:17
Fórum: 4. semestr
Téma: [DŮLEŽITÉ] Videa
Odpovědi: 0
Zobrazení: 928

Videa

Od 6.5. do zbytku semestru nebudu nahrávat videa svým telefonem, takže kvalita videa (a hlavně audia) může být horší.
od Destroyer
pon 04. kvě 2015 4:46:31
Fórum: 4. semestr
Téma: [BEZ] cviceni 5,6
Odpovědi: 0
Zobrazení: 964

cviceni 5,6

openssl s_client -showcerts -connect http://www.fit.cvut.cz:443 openssl x509 -in cert.pem -purpose /** * \file ukol5-6-certifikaty.cpp * Code for downloading a page and a certificate. * \author Miroslav Vlach <vlachmir@fit.cvut.cz> */ // source: http://www.nickoh.com/emacs_files/ssl-examples/Example...
od Destroyer
úte 28. dub 2015 18:45:37
Fórum: 4. semestr
Téma: [ADU] cvičení 11
Odpovědi: 2
Zobrazení: 1635

Re: cvičení 11 (příprava)

B02 -- lokalni server #!/bin/bash for (( i = 1; i <= 2; i++ )) do for j in debug info notice warning err crit alert emerg do logger -p local${i}.${j} "10.3.45.135 Vlach Miroslav local${i}.${j}" done done # Log all the mail messages in one place. mail.* -/var/log/maillog # Log cron stuff cron.* /var...
od Destroyer
úte 28. dub 2015 16:30:49
Fórum: 4. semestr
Téma: [AWD] cvičení {8..11} DB
Odpovědi: 5
Zobrazení: 3477

cvičení 11 DB

#$ORACLE_HOME #$ORACLE_SID #$NLS_LANG=american.america.UTF8 #PATH=$PATH:$ORACLE_HOME/bin #source /usr/local/bin/{oraenv,dbhome} nastavi tyto promenne #SID - jmeno instance orcle dbca # je treba pro spusteni netmgr xhost + # fix alter tablu - ma byt mezera mezi group a cislem alter database add logf...
od Destroyer
pon 27. dub 2015 4:05:07
Fórum: 4. semestr
Téma: [AWD] cvičení {8..11} DB
Odpovědi: 5
Zobrazení: 3477

cvičení 10 DB

su - export http_proxy=http://u:p@proxy:3128 aptitude update aptitude full-upgrade aptitude install mysql-server vim /etc/mysql/my.cnf # bind_address 0.0.0.0 /etc/init.d/mysql restart mysql -u root -p # mysql client part create database salesapp; show databases; create user sales@'%' identified by ...
od Destroyer
úte 21. dub 2015 18:56:03
Fórum: 4. semestr
Téma: [ADU] cvičení 10
Odpovědi: 1
Zobrazení: 1361

cv10

man ulimit ulimit -a ulimit -H ulimit -S ulimit -f 20 ulimit -a cd /tmp dd if=/dev/zero of=file bs=1024 count=10240 ulimit -S ulimit -H ulimit -aS ulimit -aH ulimit -Sf 25 ulimit -Sf 15 ulimit -aS ulimit -a df -h fdisk /dev/sda shutdown -t 1 1 mkdir /uzivatele chmod 777 /uzivatele/ cat /etc/passwd ...
od Destroyer
pon 20. dub 2015 2:13:03
Fórum: 4. semestr
Téma: [AWD] cvičení {8..11} DB
Odpovědi: 5
Zobrazení: 3477

cvičení 9 DB

Do stavu z konce předchozího cvičení se dostanete tímto skriptem, spuštěným z roota po nastavení proxy awd2.sh.gz su - # awd.! export http_proxy=http://user:password@proxy:3128 # zmenit uzivatele a heslo na syst. heslo wget https://vcklan.cz/download/file.php?id=3059 # pripadne odkaz vyse gunzip aw...
od Destroyer
úte 14. dub 2015 19:22:41
Fórum: 4. semestr
Téma: [ADU] cvičení 9
Odpovědi: 1
Zobrazení: 1413

Re: cvičení 9

ifconfig -a cd / ls cd testpool/public_ZFS_vlachmir/ ll ifconfig -a dfshares sol0 ifconfig -a chmod 777 /testpool/public_ZFS_vlachmir/ df -h cd /public_ZFS_javurja4/ ll touch k cd .. cd /public_ZFS_javurja4/ ll touch a ll fdisk c7t0d0p0 zpool create -f testpool c7t0d0s5 zfs create testpool/public_Z...
od Destroyer
stř 08. dub 2015 22:53:00
Fórum: 4. semestr
Téma: [BEZ] cvičení 4
Odpovědi: 0
Zobrazení: 884

cvičení 4

20150408_160216.jpg /** * \file ukol4-sifrovani.cpp * Code for encrypting a file. * \author Miroslav Vlach <vlachmir@fit.cvut.cz> */ #include <stdio.h> #include <string> #include <cstring> #include <iostream> #include <openssl/evp.h> #include <openssl/pem.h> #define bufferInLen 1024 #define bufferO...
od Destroyer
stř 08. dub 2015 14:53:20
Fórum: 4. semestr
Téma: [BEZ] cvičení 3
Odpovědi: 2
Zobrazení: 1600

Re: cvičení 3

/** * \file ukol2-cely.cpp * Main file. * \author Miroslav Vlach <vlachmir@fit.cvut.cz> */ #include <stdlib.h> #include <unistd.h> #include <string.h> #include <stdint.h> #include <openssl/evp.h> int main(int argc, char * argv[]) { if (argc != 3) { printf("Chybne zadani, potreba zadat jmeno_souboru...
od Destroyer
úte 07. dub 2015 18:25:53
Fórum: 4. semestr
Téma: [ADU] cvičení 8
Odpovědi: 2
Zobrazení: 1641

Re: cvičení 8

Kód: Vybrat vše

svcs -a | grep ssh
tail -f /var/svc/log/network-ssh\:default.log 
od Destroyer
stř 25. bře 2015 13:35:19
Fórum: 4. semestr
Téma: [OSY] cviceni 3
Odpovědi: 0
Zobrazení: 843

cviceni 3

#include <stdio.h> #include <stdlib.h> #include <pthread.h> #include <semaphore.h> #include <stdint.h> #include <unistd.h> int g_Cnt = 0; pthread_mutex_t g_Mtx1; pthread_cond_t g_Cond1,g_Cond2; void * thr1 ( void * arg ) { int val; while ( 1 ) { pthread_mutex_lock ( &g_Mtx1 ); if ( g_Cnt < 10000 ) ...
od Destroyer
úte 24. bře 2015 16:22:30
Fórum: 4. semestr
Téma: [AWD] cvičení {8..11} DB
Odpovědi: 5
Zobrazení: 3477

cvičení {8..11} DB

https://edux.fit.cvut.cz/courses/BI-AWD/tutorials/08/start # http://www.postgresql.org/docs/9.1/static/datatype-numeric.html # http://www.postgresql.org/docs/9.1/static/datatype-character.html # http://learningviacode.blogspot.cz/2014/04/creating-database-in-oracle-and-in.html su - aptitude update a...
od Destroyer
úte 24. bře 2015 4:25:24
Fórum: 4. semestr
Téma: [ADU] cvičení 6
Odpovědi: 1
Zobrazení: 1313

Re: cvičení 6

prezije to zfs?

Kód: Vybrat vše

for x in {1..10000000}; do     mkdir ./$x 2>/dev/null; done 
od Destroyer
pon 23. bře 2015 22:05:49
Fórum: 4. semestr
Téma: [PSI] TCP server & UDP klient
Odpovědi: 0
Zobrazení: 923

TCP server & UDP klient

RESENI, KTERE JSEM ODEVZDAVAL V ROCE 2014, NEPROCHAZI NEKTERYMI TESTY! sry za priserny code style TCP SERVER /* Author: Mirek * based on pa2 server example */ #include <cstdio> #include <cstdlib> #include <cctype> #include <cstring> #include <iostream> #include <sstream> #include <string> #include ...
od Destroyer
pon 23. bře 2015 4:30:50
Fórum: 4. semestr
Téma: [BEZ] cvičení 3
Odpovědi: 2
Zobrazení: 1600

cvičení 3

Kód: Vybrat vše

hexdump -C Mad_scientist.bmp  | less
20150325_155632.jpg
WIP
od Destroyer
pon 23. bře 2015 3:58:09
Fórum: 4. semestr
Téma: [BEZ] cviceni 2
Odpovědi: 4
Zobrazení: 2548

Re: cviceni 2

#include <stdlib.h> #include <openssl/evp.h> #include <string.h> // gcc ukol2-zadani.c -std=c99 -Wall -lcrypto int main(void) { unsigned char ot1[128] = "abcdefghijklmnopqrstuvwxyz0123"; // open text unsigned char st1[128]; // sifrovany text unsigned char ot2[128] = "oh gr8 b8 m8 i r8 8 of 8 no h8"...
od Destroyer
ned 22. bře 2015 1:14:15
Fórum: 4. semestr
Téma: [AWD] cvičení {1..7} APACHE
Odpovědi: 7
Zobrazení: 4195

cvičení 6

Ověření funkčnosti: 1) funguje (odkazy na whoami cgi, php ... cgi by mělo jít, php ne): http://www.safecorp.aw/~franta http://www.safecorp.aw/~pepa 2) http://www.safecorp.aw/~franta/private -- forbidden http://www.safecorp.aw/~pepa/private -- možnost lognout (user:pepa, pass:pepa // user:franta, pa...
od Destroyer
sob 21. bře 2015 5:46:34
Fórum: 4. semestr
Téma: [AWD] cvičení {1..7} APACHE
Odpovědi: 7
Zobrazení: 4195

cviceni 7

Priprava prostredi #stahnout & rozbalit prilohy cd ~/Downloads wget -O apache2.tar https://vcklan.cz/download/file.php?id=3046 wget -O www.tar https://vcklan.cz/download/file.php?id=3047 tar xvf www.tar tar xvf apache2.tar # zkopirovani slozky apache2 do /etc/ # zkopirovani slozky www do /var/ #upr...
od Destroyer
čtv 19. bře 2015 16:58:49
Fórum: 4. semestr
Téma: [PJS] cviceni 5
Odpovědi: 0
Zobrazení: 867

cviceni 5

<!doctype html> <html> <head> <title>Objekty v Ecmascript 5</title> </head> <body> <h1>Nove objekty v Ecmascript5</h1> <script type="text/javascript"> clovek = new Object(); // descriptor - objekt, jehoz vlastnosti popisuji chovani property var descriptor = { value: "test", writeable: false, // def...
od Destroyer
stř 18. bře 2015 4:25:28
Fórum: 4. semestr
Téma: [BEZ] cviceni 2
Odpovědi: 4
Zobrazení: 2548

Re: cviceni 2

// BEZ-hex_to_ascii.cpp : Should work, give it a shot and report any bugs FrankerZ // #include <string> #include <cstdlib> int main(int argc, char * argv[]) { char hexa[64] = "6b61707061"; unsigned char ascii[128]; for (int i = 0, j = 0; i < strlen(hexa); i++, j+=2) sscanf(&hexa[j], "%02hhx", &asci...
od Destroyer
pon 16. bře 2015 5:20:33
Fórum: 4. semestr
Téma: [AWD] cvičení {1..7} APACHE
Odpovědi: 7
Zobrazení: 4195

Re: cvičení 5

fixy: potreba zmenit chmod slozce /var/www/filter (chmod +x) potreba zmenit chmod vytvorenemu skriptu (chmod +x) pouzit tento config, ne z archivu! ## ## Konfigurace hlavniho serveru # DocumentRoot - nastaveni korenoveho adresare webu # Core, kontext: hlavni server, vhost ServerName localhost Docum...
od Destroyer
stř 11. bře 2015 6:02:56
Fórum: 4. semestr
Téma: [BEZ] cviceni ?! pogchamp
Odpovědi: 2
Zobrazení: 1787

zomg

$ gcc hashfunction.c -Wall -lcrypto $ ./a.out < bez.sh Vyhercem se stava: ;, : na radku 1 Vypis v hexadecimalni podobe: 3b2c20093a0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 Hash je: aabb6dcdec50b69f6f556ab70bc80bdb8334c0a7 ...
od Destroyer
stř 11. bře 2015 4:13:28
Fórum: 4. semestr
Téma: [BEZ] cviceni ?! pogchamp
Odpovědi: 2
Zobrazení: 1787

cviceni ?! pogchamp

nakonec jsem misto bruteforce pouzil slovnikovy utok... ale ne ledajaky slovnik .... hodne velke kladivo https://crackstation.net/buy-crackstation-wordlist-password-cracking-dictionary.htm du -h /media/mirek/Data/crackstation.txt 15G /media/mirek/Data/crackstation.txt #include <stdio.h> #include <st...
od Destroyer
stř 11. bře 2015 3:01:28
Fórum: 4. semestr
Téma: [BEZ] cviceni 2
Odpovědi: 4
Zobrazení: 2548

cviceni 2

Kód: Vybrat vše

sudo apt-get install libssl-dev
od Destroyer
pon 09. bře 2015 16:24:00
Fórum: 4. semestr
Téma: [AWD] cvičení {1..7} APACHE
Odpovědi: 7
Zobrazení: 4195

cviceni 4 - zaloha

# /etc/conf.d/apache2: config file for /etc/init.d/apache2 # When you install a module it is easy to activate or deactivate the modules # and other features of apache using the APACHE2_OPTS line. Every module should # install a configuration in /etc/apache2/modules.d. In that file will have an # <I...
od Destroyer
ned 08. bře 2015 4:11:45
Fórum: 4. semestr
Téma: [AWD] cvičení {1..7} APACHE
Odpovědi: 7
Zobrazení: 4195

cvičení 4

Logování PRIPRAVA 1. nastavit proxy 2. nastavit soubor etc/hosts (viz vyse) 3. nastavit poslouchani serveru na dane IP tahle image je totalne podelana, dobre rozumet ab bencharmku dopredu, zalohy urcitych slozek o prispevek nize ErrorLog (1b) ErrorLog /var/log/apache2/main_error_log Pro virtuálního...
od Destroyer
stř 04. bře 2015 14:41:13
Fórum: 4. semestr
Téma: [SKJ] cvičení 1,2
Odpovědi: 2
Zobrazení: 1848

Cviceni 2

mkdir student{01..15} touch student{01..15}/start.txt ls -rt student*/start.txt list=`ls -rt student*/start.txt` echo "$list" head -n 1 <<<"$list" sed 1p <<<"$list" sed -n 1p <<<"$list" sed 1q <<<"$list" #postup pres awk awk -F"\n" "$1" <<<$list" awk -F\n "$1" 1 <<<$list" awk -F\n 1 "$1" <<<$list" ...
od Destroyer
pon 02. bře 2015 5:45:39
Fórum: 4. semestr
Téma: [AWD] cvičení {1..7} APACHE
Odpovědi: 7
Zobrazení: 4195

cvičení 3

Nastavení DNS Zkontrolujte, zda soubor /etc/hosts obsahuje následujcící záznamy. Značka -X- v IP adrese musí odpovídat 3. oktetu IP adresy rozhraní eth0:n na konkrétním PC. Případné chyby opravte. 172.16.-X-.1 http://www.mycorp.aw 172.16.-X-.1 http://www.aliascorp.aw 172.16.-X-.2 http://www.othercor...
od Destroyer
úte 24. úno 2015 20:40:43
Fórum: 4. semestr
Téma: [ADU] cvičení {1..3}
Odpovědi: 5
Zobrazení: 3011

Re: cvičení 2

#!/bin/bash #ukol 1 - vytvorit uzivatele cut -d":" -f1 /etc/passwd | grep -q "^$1$" if [ "$?" -eq 0 ]; then echo "Uzivatel existuje" ;exit 1 ; fi NEWUID=`awk -F: 'BEGIN {puid=0;} {if ($3>=1000 && $3<=59998) {if ($3-puid>1 && puid!=0) {exit 0;} else {puid=$3;}}} END {print puid+1;}' /etc/passwd` STA...
od Destroyer
stř 18. úno 2015 2:58:45
Fórum: 4. semestr
Téma: [SKJ] cvičení 1,2
Odpovědi: 2
Zobrazení: 1848

cvičení 1,2

Uloha 1 grep status log | tail -1 | awk 'BEGIN{FS="[|=\\-\\[\\]]"}{print "DATE\t\t"$2"\nTIME\t\t"$3"\nSEMESTR\t\t"$5"\nAKTSEM\t\t"$7"\nSTAVZAP\t\t"$9"\nCAC_STATUS\t"$11"\nCAD_STATUS\t"$13}' Uloha 2 wget https://edux.fit.cvut.cz/courses/ -O courseslist mkdir courses; cd courses grep folder ../courses...
od Destroyer
pon 16. úno 2015 2:49:31
Fórum: 4. semestr
Téma: [ADU] cvičení {1..3}
Odpovědi: 5
Zobrazení: 3011

cvičení {1..3}

6. useradd -u 1001 -m -d /export/home/user1 -s /bin/bash user1 passwd user1 useradd -u 1002 -m -d /export/home/user2 -s /bin/bash user2 passwd user2 groupadd -g 101 adu usermod -G adu user1 less /etc/passwd less /etc/shadow less /etc/group 7. ukazka souboru # # # Copyright (c) 1999, 2011, Oracle and...
od Destroyer
ned 15. úno 2015 5:29:53
Fórum: 4. semestr
Téma: [AWD] cvičení {1..7} APACHE
Odpovědi: 7
Zobrazení: 4195

cvičení 2

Uzitecne odkazy https://github.com/phanan/htaccess Vim settings -- cislovani radku :set nu :highlight LineNr ctermfg=white ctermbg=black Spuštění serveru (2b) [ ! -f /etc/init.d/apache2 ] && echo "Soubor nenalezen!" # kontrola jestli se nacita konfigurace z httpd-min.conf cat /etc/init.d/apache2 ca...
od Destroyer
ned 15. úno 2015 4:45:32
Fórum: 4. semestr
Téma: [AWD] cvičení {1..7} APACHE
Odpovědi: 7
Zobrazení: 4195

cvičení {1..7} APACHE

GLOBAL SETTINGS # /etc/profile.d/99common.sh # Common bash settings as proxy, aliases etc. ### Midnight commander if [ -f /usr/share/mc/mc.gentoo ]; then . /usr/share/mc/mc.gentoo fi ### Proxy if ifconfig | fgrep -q 'dr:10.3.45.' then #Bouraci ucebna! export http_proxy="http://proxy.ucebny:3128" fi...
od Destroyer
ned 03. úno 2013 22:46:26
Fórum: Ostatní
Téma: Maturitní ples - videa
Odpovědi: 0
Zobrazení: 4859

Maturitní ples - videa

nástup - https://www.youtube.com/watch?v=aZ-FVC8hSkk my - https://www.youtube.com/watch?v=kUz93Ze4Aqc https://www.youtube.com/watch?v=oOXziynj57w https://www.youtube.com/watch?v=vXdJzEmg8C8 6XA - https://www.youtube.com/watch?v=MWVVGGMIcCI 4F - https://www.youtube.com/watch?v=1_NLBUYkGZU https://ww...
od Destroyer
pát 25. led 2013 21:06:44
Fórum: Ostatní
Téma: Časopis
Odpovědi: 0
Zobrazení: 4850

Časopis

od Destroyer
pát 28. pro 2012 17:53:09
Fórum: Ostatní
Téma: [VCKLAN] Changelog
Odpovědi: 29
Zobrazení: 44715

Re: Changelog

Ode dneška by měla být download rychlost všech souborů 2x rychlejší (místo 350kB/s -> 700kB/s ). To rozeznáte nejvíc když budete stahovat více souborů najednou ze sešitů. :)

+ k tomu navýšení uložiště z 5 na 6GB a trafficu z 30 na 33GB
od Destroyer
sob 15. pro 2012 15:44:52
Fórum: Ostatní
Téma: [VCKLAN] Changelog
Odpovědi: 29
Zobrazení: 44715

Re: Changelog

Novinky na vcklanu: z důvodu snadnější navigace po vcklanu bylo přidáno menu qtpHll.jpg nový web k učebnicím možnost řazení, filtrování podle tříd, stahování více souborů najednou stejně jako na sešitech Upozornění: pro stahování více souborů se musíte zaregistrovat u Microsoftu. pro zvětšení obráz...
od Destroyer
ned 14. říj 2012 20:05:18
Fórum: Ostatní
Téma: Pozvánka na maturitní ples
Odpovědi: 1
Zobrazení: 5117

Pozvánka na maturitní ples

návrh - stále ještě ve vývoji
pozn. nejsem autorem

pište jen konstruktivní kritiku :)
_pozvanka_1.pdf
(8.67 MiB) Staženo 405 x
-opravená chyba v textu
od Destroyer
sob 16. črc 2011 23:17:33
Fórum: 2. pololetí
Téma: [Zsv] Banky
Odpovědi: 0
Zobrazení: 6899

Banky