Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 54fb2bde

Přidáno uživatelem Alex Konig před téměř 4 roky(ů)

re #8611 Login parser for interval lengths

Zobrazit rozdíly:

Server/.gitignore
1

  
2
# Created by https://www.toptal.com/developers/gitignore/api/visualstudio
3
# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudio
4

  
5
### VisualStudio ###
6
## Ignore Visual Studio temporary files, build results, and
7
## files generated by popular Visual Studio add-ons.
8
##
9
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
10

  
11
# User-specific files
12
*.rsuser
13
*.suo
14
*.user
15
*.userosscache
16
*.sln.docstates
17

  
18
# User-specific files (MonoDevelop/Xamarin Studio)
19
*.userprefs
20

  
21
# Mono auto generated files
22
mono_crash.*
23

  
24
# Build results
25
[Dd]ebug/
26
[Dd]ebugPublic/
27
[Rr]elease/
28
[Rr]eleases/
29
x64/
30
x86/
31
[Ww][Ii][Nn]32/
32
[Aa][Rr][Mm]/
33
[Aa][Rr][Mm]64/
34
bld/
35
[Bb]in/
36
[Oo]bj/
37
[Ll]og/
38
[Ll]ogs/
39

  
40
# Visual Studio 2015/2017 cache/options directory
41
.vs/
42
# Uncomment if you have tasks that create the project's static files in wwwroot
43
#wwwroot/
44

  
45
# Visual Studio 2017 auto generated files
46
Generated\ Files/
47

  
48
# MSTest test Results
49
[Tt]est[Rr]esult*/
50
[Bb]uild[Ll]og.*
51

  
52
# NUnit
53
*.VisualState.xml
54
TestResult.xml
55
nunit-*.xml
56

  
57
# Build Results of an ATL Project
58
[Dd]ebugPS/
59
[Rr]eleasePS/
60
dlldata.c
61

  
62
# Benchmark Results
63
BenchmarkDotNet.Artifacts/
64

  
65
# .NET Core
66
project.lock.json
67
project.fragment.lock.json
68
artifacts/
69

  
70
# ASP.NET Scaffolding
71
ScaffoldingReadMe.txt
72

  
73
# StyleCop
74
StyleCopReport.xml
75

  
76
# Files built by Visual Studio
77
*_i.c
78
*_p.c
79
*_h.h
80
*.ilk
81
*.meta
82
*.obj
83
*.iobj
84
*.pch
85
*.pdb
86
*.ipdb
87
*.pgc
88
*.pgd
89
*.rsp
90
*.sbr
91
*.tlb
92
*.tli
93
*.tlh
94
*.tmp
95
*.tmp_proj
96
*_wpftmp.csproj
97
*.log
98
*.vspscc
99
*.vssscc
100
.builds
101
*.pidb
102
*.svclog
103
*.scc
104

  
105
# Chutzpah Test files
106
_Chutzpah*
107

  
108
# Visual C++ cache files
109
ipch/
110
*.aps
111
*.ncb
112
*.opendb
113
*.opensdf
114
*.sdf
115
*.cachefile
116
*.VC.db
117
*.VC.VC.opendb
118

  
119
# Visual Studio profiler
120
*.psess
121
*.vsp
122
*.vspx
123
*.sap
124

  
125
# Visual Studio Trace Files
126
*.e2e
127

  
128
# TFS 2012 Local Workspace
129
$tf/
130

  
131
# Guidance Automation Toolkit
132
*.gpState
133

  
134
# ReSharper is a .NET coding add-in
135
_ReSharper*/
136
*.[Rr]e[Ss]harper
137
*.DotSettings.user
138

  
139
# TeamCity is a build add-in
140
_TeamCity*
141

  
142
# DotCover is a Code Coverage Tool
143
*.dotCover
144

  
145
# AxoCover is a Code Coverage Tool
146
.axoCover/*
147
!.axoCover/settings.json
148

  
149
# Coverlet is a free, cross platform Code Coverage Tool
150
coverage*[.json, .xml, .info]
151

  
152
# Visual Studio code coverage results
153
*.coverage
154
*.coveragexml
155

  
156
# NCrunch
157
_NCrunch_*
158
.*crunch*.local.xml
159
nCrunchTemp_*
160

  
161
# MightyMoose
162
*.mm.*
163
AutoTest.Net/
164

  
165
# Web workbench (sass)
166
.sass-cache/
167

  
168
# Installshield output folder
169
[Ee]xpress/
170

  
171
# DocProject is a documentation generator add-in
172
DocProject/buildhelp/
173
DocProject/Help/*.HxT
174
DocProject/Help/*.HxC
175
DocProject/Help/*.hhc
176
DocProject/Help/*.hhk
177
DocProject/Help/*.hhp
178
DocProject/Help/Html2
179
DocProject/Help/html
180

  
181
# Click-Once directory
182
publish/
183

  
184
# Publish Web Output
185
*.[Pp]ublish.xml
186
*.azurePubxml
187
# Note: Comment the next line if you want to checkin your web deploy settings,
188
# but database connection strings (with potential passwords) will be unencrypted
189
*.pubxml
190
*.publishproj
191

  
192
# Microsoft Azure Web App publish settings. Comment the next line if you want to
193
# checkin your Azure Web App publish settings, but sensitive information contained
194
# in these scripts will be unencrypted
195
PublishScripts/
196

  
197
# NuGet Packages
198
*.nupkg
199
# NuGet Symbol Packages
200
*.snupkg
201
# The packages folder can be ignored because of Package Restore
202
**/[Pp]ackages/*
203
# except build/, which is used as an MSBuild target.
204
!**/[Pp]ackages/build/
205
# Uncomment if necessary however generally it will be regenerated when needed
206
#!**/[Pp]ackages/repositories.config
207
# NuGet v3's project.json files produces more ignorable files
208
*.nuget.props
209
*.nuget.targets
210

  
211
# Microsoft Azure Build Output
212
csx/
213
*.build.csdef
214

  
215
# Microsoft Azure Emulator
216
ecf/
217
rcf/
218

  
219
# Windows Store app package directories and files
220
AppPackages/
221
BundleArtifacts/
222
Package.StoreAssociation.xml
223
_pkginfo.txt
224
*.appx
225
*.appxbundle
226
*.appxupload
227

  
228
# Visual Studio cache files
229
# files ending in .cache can be ignored
230
*.[Cc]ache
231
# but keep track of directories ending in .cache
232
!?*.[Cc]ache/
233

  
234
# Others
235
ClientBin/
236
~$*
237
*~
238
*.dbmdl
239
*.dbproj.schemaview
240
*.jfm
241
*.pfx
242
*.publishsettings
243
orleans.codegen.cs
244

  
245
# Including strong name files can present a security risk
246
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
247
#*.snk
248

  
249
# Since there are multiple workflows, uncomment next line to ignore bower_components
250
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
251
#bower_components/
252

  
253
# RIA/Silverlight projects
254
Generated_Code/
255

  
256
# Backup & report files from converting an old project file
257
# to a newer Visual Studio version. Backup files are not needed,
258
# because we have git ;-)
259
_UpgradeReport_Files/
260
Backup*/
261
UpgradeLog*.XML
262
UpgradeLog*.htm
263
ServiceFabricBackup/
264
*.rptproj.bak
265

  
266
# SQL Server files
267
*.mdf
268
*.ldf
269
*.ndf
270

  
271
# Business Intelligence projects
272
*.rdl.data
273
*.bim.layout
274
*.bim_*.settings
275
*.rptproj.rsuser
276
*- [Bb]ackup.rdl
277
*- [Bb]ackup ([0-9]).rdl
278
*- [Bb]ackup ([0-9][0-9]).rdl
279

  
280
# Microsoft Fakes
281
FakesAssemblies/
282

  
283
# GhostDoc plugin setting file
284
*.GhostDoc.xml
285

  
286
# Node.js Tools for Visual Studio
287
.ntvs_analysis.dat
288
node_modules/
289

  
290
# Visual Studio 6 build log
291
*.plg
292

  
293
# Visual Studio 6 workspace options file
294
*.opt
295

  
296
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
297
*.vbw
298

  
299
# Visual Studio LightSwitch build output
300
**/*.HTMLClient/GeneratedArtifacts
301
**/*.DesktopClient/GeneratedArtifacts
302
**/*.DesktopClient/ModelManifest.xml
303
**/*.Server/GeneratedArtifacts
304
**/*.Server/ModelManifest.xml
305
_Pvt_Extensions
306

  
307
# Paket dependency manager
308
.paket/paket.exe
309
paket-files/
310

  
311
# FAKE - F# Make
312
.fake/
313

  
314
# CodeRush personal settings
315
.cr/personal
316

  
317
# Python Tools for Visual Studio (PTVS)
318
__pycache__/
319
*.pyc
320

  
321
# Cake - Uncomment if you are using it
322
# tools/**
323
# !tools/packages.config
324

  
325
# Tabs Studio
326
*.tss
327

  
328
# Telerik's JustMock configuration file
329
*.jmconfig
330

  
331
# BizTalk build output
332
*.btp.cs
333
*.btm.cs
334
*.odx.cs
335
*.xsd.cs
336

  
337
# OpenCover UI analysis results
338
OpenCover/
339

  
340
# Azure Stream Analytics local run output
341
ASALocalRun/
342

  
343
# MSBuild Binary and Structured Log
344
*.binlog
345

  
346
# NVidia Nsight GPU debugger configuration file
347
*.nvuser
348

  
349
# MFractors (Xamarin productivity tool) working folder
350
.mfractor/
351

  
352
# Local History for Visual Studio
353
.localhistory/
354

  
355
# BeatPulse healthcheck temp database
356
healthchecksdb
357

  
358
# Backup folder for Package Reference Convert tool in Visual Studio 2017
359
MigrationBackup/
360

  
361
# Ionide (cross platform F# VS Code tools) working folder
362
.ionide/
363

  
364
# Fody - auto-generated XML schema
365
FodyWeavers.xsd
366

  
367
### VisualStudio Patch ###
368
# Additional files built by Visual Studio
369
*.tlog
370

  
371
# End of https://www.toptal.com/developers/gitignore/api/visualstudio
Server/ServerApp/Parser/Parsers/DataParser.cs
59 59
            string pathLogIn = path + "login";
60 60

  
61 61
            weatherList = weatherParser.ParseWeatherData(pathWeather, wholeDay, interval);
62
            jisList = jisParser.ParseJisData(pathJis, false, 2); // wholeDay, interval);
63
            loginList = loginParser.ParseLogInData(pathLogIn, wholeDay, interval);
62
            jisList = jisParser.ParseJisData(pathJis, wholeDay, interval);
63
            loginList = loginParser.ParseLogInData(pathLogIn, false, 2); // wholeDay, interval);
64 64

  
65 65
            //Console.WriteLine("WEATHER");
66 66
            //WriteToConsole(weatherList);
67
            Console.WriteLine("JIS");
68
            WriteToConsole(jisList);
69
            //Console.WriteLine("LOGIN");
70
            //WriteToConsole(loginList);
67
            //Console.WriteLine("JIS");
68
            //WriteToConsole(jisList);
69
            Console.WriteLine("LOGIN");
70
            WriteToConsole(loginList);
71 71
        }
72 72

  
73 73
        /// <summary>
Server/ServerApp/Parser/Parsers/LogInParser.cs
38 38
                    loadedData = ProcessOneLogInFileAsDays(fileName);
39 39
                // parse by interval length
40 40
                else
41
                {
42
                    // pokud: konec dne nebo konec aktuálního intervalu -> vemu to co sem nasčítal
43
                    throw new NotImplementedException();
44
                }
41
                    loadedData = ProcessOneLoginFileAsIntervals(fileName, interval);
45 42

  
46 43
                list.AddRange(loadedData);
47 44
            }
......
131 128

  
132 129
        private static List<ActivityInfo> ProcessOneLoginFileAsIntervals(string path, int interval)
133 130
        {
134
            throw new NotImplementedException();
131
            if (!File.Exists(path))
132
                return null;
133

  
134
            List<ActivityInfo> loignInfo = new List<ActivityInfo>();
135
            List<LogInInstance> list = CsvDataLoader.LoadLoginFile(path);
136

  
137
            // data for each faculty
138
            int[] recordedAmount = new int[TagInfo.faculties.Length];
139
            // min/max hour taken into account
140
            int[] minmaxHour = new int[] { 7, 18 };
141
            int range = minmaxHour[1] - minmaxHour[0];
142

  
143
            if (interval > range)
144
                return null;
145

  
146
            int indices = (int)Math.Ceiling(range / (double)interval);
147
            int[] to = new int[indices];
148
            int[][] data = new int[indices][];
149
            for (int i = 0; i < to.Length; i++)
150
            {
151
                to[i] = minmaxHour[0] + interval * (i + 1);
152
                data[i] = new int[TagInfo.faculties.Length];
153
            }
154
            
155
            // 0.15h sem todle už dělal
156
            // +1h
157
            // udělat gitignore
158

  
159
            // first day
160
            DateTime lastStartTime = new DateTime(list[0].date.Year, list[0].date.Month, list[0].date.Day, minmaxHour[0], 0, 0);
161
            int index = 0;
162
            for (int i = 0; i < list.Count; i++)
163
            {
164
                int currHour = list[i].lessonStart.Hour;
165
                if (currHour < minmaxHour[0] || currHour > minmaxHour[1])
166
                    continue;
167

  
168
                // start of the day -> make an instance
169
                string place = list[i].building;
170
                DateTime date = new DateTime(list[i].date.Year, list[i].date.Month, list[i].date.Day, list[i].lessonStart.Hour, 0, 0);
171

  
172
                // end of the day
173
                if (!(date.Year == lastStartTime.Year && date.Month == lastStartTime.Month && date.Day == lastStartTime.Day))
174
                {
175
                    // note down all aggregated data
176
                    for (int k = 0; k < to.Length; k++)
177
                    {
178
                        DateTime stTime = new DateTime(lastStartTime.Year, lastStartTime.Month, lastStartTime.Day, to[k] - interval, 0, 0);
179

  
180
                        // data for each faculty separate
181
                        for (int l = 0; l < TagInfo.faculties.Length; l++)
182
                        {
183
                            ActivityInfo dayInfo = new ActivityInfo(TagInfo.faculties[l], data[k][l], stTime, interval);
184
                            loignInfo.Add(dayInfo);
185
                        }
186

  
187
                        data[k] = new int[TagInfo.faculties.Length];
188
                    }
189
                    lastStartTime = date;
190
                }
191

  
192
                // find index for current instance
193
                index = 0;
194
                for (int k = 1; k < to.Length; k++)
195
                {
196
                    if (to[k] > list[i].lessonStart.Hour && to[k - 1] <= list[i].lessonStart.Hour)
197
                    {
198
                        index = k;
199
                        break;
200
                    }
201
                }
202

  
203
                // aggregate data
204
                if (TagInfo.buildingTags.ContainsKey(place))
205
                {
206
                    int faculty = TagInfo.buildingTags[place];
207
                    // to all
208
                    if (faculty == -1)
209
                        for (int l = 0; l < TagInfo.faculties.Length; l++)
210
                            data[index][l] += list[i].amount;
211
                    // to first two
212
                    else if (faculty == -2)
213
                    {
214
                        data[index][0] += list[i].amount;
215
                        data[index][1] += list[i].amount;
216
                    }
217
                    else
218
                        data[index][faculty] += list[i].amount;
219

  
220
                }
221
                else
222
                {
223
                    // TODO uknown code handling
224
                    Console.WriteLine("Unknown code " + list[i].building);
225
                }
226

  
227
            }
228

  
229
            for (int k = 0; k < to.Length; k++)
230
            {
231
                DateTime stTime = new DateTime(lastStartTime.Year, lastStartTime.Month, lastStartTime.Day, to[k] - interval, 0, 0);
232

  
233
                // data for each faculty separate
234
                for (int l = 0; l < TagInfo.faculties.Length; l++)
235
                {
236
                    ActivityInfo dayInfo = new ActivityInfo(TagInfo.faculties[l], data[k][l], stTime, interval);
237
                    loignInfo.Add(dayInfo);
238
                }
239
            }
240

  
241
            return loignInfo;
135 242
        }
136 243

  
137 244
    }
138
}
245
}
Server/ServerApp/ServerApp.csproj
88 88
    <None Include="data\login\OD_ZCU_STROJE_11_2019.CSV">
89 89
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
90 90
    </None>
91
    <None Include="data\login\OD_ZCU_STROJE_12_2019.CSV">
91
    <None Include="data\login\OD_ZCU_STROJE_12_2019 - Copy.CSV">
92
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
93
    </None>
94
    <None Include="data\login\OD_ZCU_STROJE_13_2019.CSV">
95
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
96
    </None>
97
    <None Include="data\weather\OD_ZCU_POCASI_13_2019.CSV">
92 98
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
93 99
    </None>
94 100
    <None Include="data\weather\OD_ZCU_POCASI_06_2019.CSV">
Server/ServerApp/bin/Debug/data/login/OD_ZCU_STROJE_12_2019.CSV
1
"01.12.2019 00:00:00";4;2;"08:25";"09:10";"UL";"Laboratoř";"UL-109";"ul109p01-kks"
2
"01.12.2019 00:00:00";4;2;"08:25";"09:10";"UL";"Laboratoř";"UL-109";"ul109p04-kks"
3
"01.12.2019 00:00:00";4;3;"09:20";"10:05";"UL";"Laboratoř";"UL-109";"ul109p04-kks"
4
"01.12.2019 00:00:00";4;2;"08:25";"09:10";"UL";"Laboratoř";"UL-109";"ul109p03-kks"
5
"01.12.2019 00:00:00";4;2;"08:25";"09:10";"UL";"Laboratoř";"UL-109";"ul109p02-kks"
6
"01.12.2019 00:00:00";4;3;"09:20";"10:05";"UL";"Laboratoř";"UL-109";"ul109p02-kks"
7
"02.12.2019 00:00:00";4;8;"13:55";"14:40";"UL";"Laboratoř";"UL-107";"ul107p07-kks"
8
"02.12.2019 00:00:00";6;5;"11:10";"11:55";"UB";"Jiná";"UB-211";"ub211p63-uk"
9
"02.12.2019 00:00:00";1;2;"08:25";"09:10";"CD";"Učebna";"CD-203";"cd203p16-fek"
10
"02.12.2019 00:00:00";1;2;"08:25";"09:10";"EU";"Laboratoř";"EU-505";"eu505x14-fel"
11
"02.12.2019 00:00:00";1;11;"16:40";"17:25";"UC";"Laboratoř";"UC-411";"uc411p12-kme"
12
"02.12.2019 00:00:00";6;6;"12:05";"12:50";"UB";"Jiná";"UB-211";"ub211p39-uk"
13
"02.12.2019 00:00:00";6;3;"09:20";"10:05";"UI";"Učebna";"UI-202";"ui202p06-sup"
14
"02.12.2019 00:00:00";6;6;"12:05";"12:50";"UI";"Učebna";"UI-202";"ui202p18-sup"
15
"02.12.2019 00:00:00";12;11;"16:40";"17:25";"LS";"Učebna";"LS-234";"ls233p02-fdu"
16
"02.12.2019 00:00:00";1;1;"07:30";"08:15";"EU";"Laboratoř";"EU-505";"eu505x08-fel"
17
"02.12.2019 00:00:00";1;5;"11:10";"11:55";"KL";"Učebna";"KL-206";"kl206p03-kvd"
18
"02.12.2019 00:00:00";1;4;"10:15";"11:00";"KL";"Učebna";"KL-206";"kl206p05-kvd"
19
"02.12.2019 00:00:00";1;2;"08:25";"09:10";"KL";"Učebna";"KL-206";"kl206p15-kvd"
20
"02.12.2019 00:00:00";6;6;"12:05";"12:50";"LS";"Učebna";"LS-234";"ls234p45-fdu"
21
"02.12.2019 00:00:00";1;7;"13:00";"13:45";"PS";"Jiná";"PS-303";"ps303p24-uk"
22
"02.12.2019 00:00:00";6;4;"10:15";"11:00";"UI";"Učebna";"UI-202";"ui202p13-sup"
23
"02.12.2019 00:00:00";6;6;"12:05";"12:50";"UI";"Učebna";"UI-202";"ui202p06-sup"
24
"02.12.2019 00:00:00";6;3;"09:20";"10:05";"LS";"Učebna";"LS-234";"ls234p40-fdu"
25
"02.12.2019 00:00:00";1;2;"08:25";"09:10";"EU";"Laboratoř";"EU-503";"eu503x09-kev"
26
"02.12.2019 00:00:00";6;5;"11:10";"11:55";"UL";"Laboratoř";"UL-602";"ul602p15-sup"
27
"02.12.2019 00:00:00";6;10;"15:45";"16:30";"UB";"Jiná";"UB-211";"ub211p43-uk"
28
"02.12.2019 00:00:00";1;3;"09:20";"10:05";"EU";"Laboratoř";"EU-505";"eu505x01-fel"
29
"02.12.2019 00:00:00";6;6;"12:05";"12:50";"LS";"Učebna";"LS-234";"ls234p33-fdu"
30
"02.12.2019 00:00:00";1;2;"08:25";"09:10";"KL";"Učebna";"KL-206";"kl206p10-kvd"
31
"02.12.2019 00:00:00";6;2;"08:25";"09:10";"UL";"Laboratoř";"UL-602";"ul602p25-sup"
32
"02.12.2019 00:00:00";6;3;"09:20";"10:05";"LS";"Laboratoř";"LS-146";"ls146p02-fdu"
33
"02.12.2019 00:00:00";12;5;"11:10";"11:55";"LS";"Učebna";"LS-234";"ls234p47-fdu"
34
"02.12.2019 00:00:00";1;12;"17:35";"18:20";"EU";"Laboratoř";"EU-505";"eu505x07-fel"
35
"02.12.2019 00:00:00";1;5;"11:10";"11:55";"KL";"Učebna";"KL-206";"kl206p05-kvd"
36
"02.12.2019 00:00:00";1;2;"08:25";"09:10";"UI";"Učebna";"UI-312";"ui312p55-sup"
37
"02.12.2019 00:00:00";6;10;"15:45";"16:30";"PS";"Jiná";"PS-103";"ps103p31-uk"
38
"02.12.2019 00:00:00";6;5;"11:10";"11:55";"UI";"Učebna";"UI-202";"ui202p01-sup"
39
"02.12.2019 00:00:00";4;10;"15:45";"16:30";"UL";"Laboratoř";"UL-109";"ul109p05-kks"
40
"02.12.2019 00:00:00";1;2;"08:25";"09:10";"KL";"Učebna";"KL-206";"kl206p01-kvd"
41
"02.12.2019 00:00:00";6;2;"08:25";"09:10";"UL";"Laboratoř";"UL-602";"ul602p19-sup"
42
"02.12.2019 00:00:00";1;9;"14:50";"15:35";"EU";"Laboratoř";"EU-505";"eu505x13-fel"
43
"02.12.2019 00:00:00";1;9;"14:50";"15:35";"PS";"Jiná";"PS-303";"ps303p24-uk"
44
"02.12.2019 00:00:00";6;5;"11:10";"11:55";"LS";"Učebna";"LS-234";"ls234p40-fdu"
45
"02.12.2019 00:00:00";1;6;"12:05";"12:50";"EU";"Laboratoř";"EU-503";"eu503x09-kev"
46
"02.12.2019 00:00:00";1;11;"16:40";"17:25";"ST";"Učebna";"ST-407";"st407p10-uk"
47
"02.12.2019 00:00:00";6;11;"16:40";"17:25";"LS";"Učebna";"LS-234";"ls234p40-fdu"
48
"02.12.2019 00:00:00";6;9;"14:50";"15:35";"LS";"Učebna";"LS-234";"ls234p45-fdu"
49
"02.12.2019 00:00:00";1;3;"09:20";"10:05";"UB";"Jiná";"UB-211";"ub211n05-uk"
50
"02.12.2019 00:00:00";6;2;"08:25";"09:10";"UL";"Laboratoř";"UL-602";"ul602p17-sup"
51
"02.12.2019 00:00:00";6;2;"08:25";"09:10";"UB";"Jiná";"UB-211";"ub211p36-uk"
52
"02.12.2019 00:00:00";4;6;"12:05";"12:50";"UL";"Laboratoř";"UL-109";"ul109p02-kks"
53
"02.12.2019 00:00:00";1;5;"11:10";"11:55";"PS";"Jiná";"PS-203";"ps203p20-uk"
54
"02.12.2019 00:00:00";1;1;"07:30";"08:15";"PS";"Jiná";"PS-203";"ps203p08-uk"
55
"02.12.2019 00:00:00";4;9;"14:50";"15:35";"UL";"Laboratoř";"UL-107";"ul107p02-kks"
56
"02.12.2019 00:00:00";1;5;"11:10";"11:55";"PS";"Jiná";"PS-303";"ps303p27-uk"
57
"02.12.2019 00:00:00";6;9;"14:50";"15:35";"LS";"Učebna";"LS-234";"ls234p41-fdu"
58
"02.12.2019 00:00:00";6;7;"13:00";"13:45";"UB";"Jiná";"UB-211";"ub211p36-uk"
59
"02.12.2019 00:00:00";2;9;"14:50";"15:35";"PS";"Jiná";"PS-303";"ps303p23-uk"
60
"02.12.2019 00:00:00";1;12;"17:35";"18:20";"PS";"Jiná";"PS-203";"ps203p22-uk"
61
"02.12.2019 00:00:00";6;14;"19:25";"20:10";"LS";"Učebna";"LS-234";"ls233p02-fdu"
62
"02.12.2019 00:00:00";1;6;"12:05";"12:50";"ST";"Učebna";"ST-407";"st407p10-uk"
63
"02.12.2019 00:00:00";1;5;"11:10";"11:55";"EU";"Laboratoř";"EU-505";"eu505x23-fel"
64
"02.12.2019 00:00:00";1;4;"10:15";"11:00";"PS";"Jiná";"PS-303";"ps303p27-uk"
65
"02.12.2019 00:00:00";6;5;"11:10";"11:55";"UB";"Jiná";"UB-211";"ub211p61-uk"
66
"02.12.2019 00:00:00";2;6;"12:05";"12:50";"EU";"Laboratoř";"EU-503";"eu503x03-kev"
67
"02.12.2019 00:00:00";1;12;"17:35";"18:20";"PS";"Jiná";"PS-303";"ps303p21-uk"
68
"02.12.2019 00:00:00";6;10;"15:45";"16:30";"EP";"Laboratoř";"EP-207";"ep207p13-sup"
69
"02.12.2019 00:00:00";1;2;"08:25";"09:10";"EU";"Laboratoř";"EU-505";"eu505x25-fel"
70
"02.12.2019 00:00:00";6;11;"16:40";"17:25";"LS";"Učebna";"LS-234";"ls234p43-fdu"
71
"02.12.2019 00:00:00";1;1;"07:30";"08:15";"PS";"Jiná";"PS-303";"ps303p25-uk"
72
"02.12.2019 00:00:00";1;1;"07:30";"08:15";"EU";"Laboratoř";"EU-505";"eu505x07-fel"
73
"02.12.2019 00:00:00";1;7;"13:00";"13:45";"PS";"Jiná";"PS-303";"ps303p26-uk"
74
"02.12.2019 00:00:00";1;8;"13:55";"14:40";"CD";"Učebna";"CD-203";"cd203p15-fek"
75
"02.12.2019 00:00:00";6;7;"13:00";"13:45";"EP";"Laboratoř";"EP-207";"ep207p13-sup"
76
"02.12.2019 00:00:00";1;3;"09:20";"10:05";"EU";"Laboratoř";"EU-505";"eu505x13-fel"
77
"02.12.2019 00:00:00";30;6;"12:05";"12:50";"LS";"Učebna";"LS-234";"ls233p02-fdu"
78
"02.12.2019 00:00:00";1;2;"08:25";"09:10";"KL";"Učebna";"KL-206";"kl206p05-kvd"
79
"02.12.2019 00:00:00";6;2;"08:25";"09:10";"UL";"Laboratoř";"UL-602";"ul602p23-sup"
80
"02.12.2019 00:00:00";2;5;"11:10";"11:55";"PS";"Jiná";"PS-203";"ps203p08-uk"
81
"02.12.2019 00:00:00";6;8;"13:55";"14:40";"LS";"Učebna";"LS-234";"ls234p48-fdu"
82
"02.12.2019 00:00:00";6;7;"13:00";"13:45";"LS";"Učebna";"LS-234";"ls234p49-fdu"
83
"02.12.2019 00:00:00";6;1;"07:30";"08:15";"LS";"Učebna";"LS-235";"ls235p36-fdu"
84
"02.12.2019 00:00:00";1;1;"07:30";"08:15";"KL";"Učebna";"KL-206";"kl206p11-kvd"
85
"02.12.2019 00:00:00";6;7;"13:00";"13:45";"UB";"Jiná";"UB-211";"ub211p64-uk"
86
"02.12.2019 00:00:00";1;5;"11:10";"11:55";"KL";"Učebna";"KL-206";"kl206p07-kvd"
87
"02.12.2019 00:00:00";1;8;"13:55";"14:40";"PS";"Jiná";"PS-303";"ps303p21-uk"
88
"02.12.2019 00:00:00";6;5;"11:10";"11:55";"UL";"Laboratoř";"UL-602";"ul602p08-sup"
89
"02.12.2019 00:00:00";6;3;"09:20";"10:05";"UB";"Jiná";"UB-211";"ub211p35-uk"
90
"02.12.2019 00:00:00";2;8;"13:55";"14:40";"PS";"Jiná";"PS-203";"ps203p08-uk"
91
"02.12.2019 00:00:00";1;5;"11:10";"11:55";"KL";"Učebna";"KL-206";"kl206p08-kvd"
92
"02.12.2019 00:00:00";1;3;"09:20";"10:05";"EU";"Laboratoř";"EU-505";"eu505x16-fel"
93
"02.12.2019 00:00:00";1;9;"14:50";"15:35";"UI";"Učebna";"UI-312";"ui312p51-sup"
94
"02.12.2019 00:00:00";6;5;"11:10";"11:55";"LS";"Učebna";"LS-234";"ls233p02-fdu"
95
"02.12.2019 00:00:00";6;4;"10:15";"11:00";"UB";"Jiná";"UB-211";"ub211p37-uk"
96
"02.12.2019 00:00:00";12;5;"11:10";"11:55";"LS";"Učebna";"LS-234";"ls234p43-fdu"
97
"02.12.2019 00:00:00";6;9;"14:50";"15:35";"UB";"Jiná";"UB-211";"ub211p36-uk"
98
"02.12.2019 00:00:00";1;8;"13:55";"14:40";"CD";"Učebna";"CD-203";"cd203p14-fek"
99
"02.12.2019 00:00:00";1;5;"11:10";"11:55";"EU";"Laboratoř";"EU-505";"eu505x19-fel"
100
"02.12.2019 00:00:00";6;5;"11:10";"11:55";"UB";"Jiná";"UB-211";"ub211p50-uk"
101
"02.12.2019 00:00:00";1;2;"08:25";"09:10";"EU";"Učebna";"EU-506";"eu506p67-fel"
102
"02.12.2019 00:00:00";1;4;"10:15";"11:00";"UC";"Laboratoř";"UC-411";"uc411p13-kme"
103
"02.12.2019 00:00:00";6;2;"08:25";"09:10";"UI";"Učebna";"UI-202";"ui202p07-sup"
104
"02.12.2019 00:00:00";6;3;"09:20";"10:05";"UB";"Jiná";"UB-229";"ub211p45-uk"
105
"02.12.2019 00:00:00";6;6;"12:05";"12:50";"LS";"Učebna";"LS-234";"ls234p50-fdu"
106
"02.12.2019 00:00:00";6;11;"16:40";"17:25";"UB";"Jiná";"UB-211";"ub211p62-uk"
107
"02.12.2019 00:00:00";6;4;"10:15";"11:00";"LS";"Učebna";"LS-234";"ls234p45-fdu"
108
"02.12.2019 00:00:00";4;9;"14:50";"15:35";"UL";"Laboratoř";"UL-107";"ul107p01-kks"
109
"02.12.2019 00:00:00";2;6;"12:05";"12:50";"PS";"Jiná";"PS-303";"ps303p24-uk"
110
"02.12.2019 00:00:00";1;3;"09:20";"10:05";"EU";"Laboratoř";"EU-505";"eu505x03-fel"
111
"02.12.2019 00:00:00";4;3;"09:20";"10:05";"UL";"Laboratoř";"UL-107";"ul107p14-kks"
112
"02.12.2019 00:00:00";6;10;"15:45";"16:30";"LS";"Učebna";"LS-234";"ls234p47-fdu"
113
"02.12.2019 00:00:00";1;1;"07:30";"08:15";"ST";"Jiná";"ST-405";"st405p30-uk"
114
"02.12.2019 00:00:00";6;11;"16:40";"17:25";"LS";"Učebna";"LS-234";"ls234p47-fdu"
115
"02.12.2019 00:00:00";1;1;"07:30";"08:15";"PS";"Jiná";"PS-303";"ps303p28-uk"
116
"02.12.2019 00:00:00";1;7;"13:00";"13:45";"PS";"Jiná";"PS-303";"ps303p28-uk"
117
"02.12.2019 00:00:00";24;3;"09:20";"10:05";"LS";"Učebna";"LS-234";"ls233p02-fdu"
118
"02.12.2019 00:00:00";6;6;"12:05";"12:50";"UI";"Učebna";"UI-202";"ui202p01-sup"
119
"02.12.2019 00:00:00";1;10;"15:45";"16:30";"PS";"Jiná";"PS-203";"ps203p19-uk"
120
"02.12.2019 00:00:00";1;5;"11:10";"11:55";"PS";"Jiná";"PS-303";"ps303p23-uk"
121
"02.12.2019 00:00:00";1;10;"15:45";"16:30";"EU";"Laboratoř";"EU-505";"eu505x25-fel"
122
"02.12.2019 00:00:00";4;3;"09:20";"10:05";"UL";"Laboratoř";"UL-107";"ul107p04-kks"
123
"02.12.2019 00:00:00";4;6;"12:05";"12:50";"UL";"Laboratoř";"UL-107";"ul107p14-kks"
124
"02.12.2019 00:00:00";1;2;"08:25";"09:10";"EU";"Laboratoř";"EU-505";"eu505x21-fel"
125
"02.12.2019 00:00:00";6;5;"11:10";"11:55";"UC";"Laboratoř";"UC-411";"uc411p11-kme"
126
"02.12.2019 00:00:00";6;6;"12:05";"12:50";"LS";"Učebna";"LS-234";"ls234p34-fdu"
127
"02.12.2019 00:00:00";6;8;"13:55";"14:40";"UI";"Učebna";"UI-202";"ui202p07-sup"
128
"02.12.2019 00:00:00";6;6;"12:05";"12:50";"LS";"Učebna";"LS-234";"ls234p44-fdu"
129
"02.12.2019 00:00:00";6;3;"09:20";"10:05";"UI";"Učebna";"UI-202";"ui202p03-sup"
130
"02.12.2019 00:00:00";4;7;"13:00";"13:45";"UL";"Laboratoř";"UL-107";"ul109p07-kks"
131
"02.12.2019 00:00:00";6;7;"13:00";"13:45";"UB";"Jiná";"UB-211";"ub211p65-uk"
132
"02.12.2019 00:00:00";2;7;"13:00";"13:45";"UI";"Učebna";"UI-312";"ui312p51-sup"
133
"02.12.2019 00:00:00";6;3;"09:20";"10:05";"LS";"Učebna";"LS-234";"ls234p48-fdu"
134
"02.12.2019 00:00:00";6;3;"09:20";"10:05";"LS";"Učebna";"LS-234";"ls234p42-fdu"
135
"02.12.2019 00:00:00";1;2;"08:25";"09:10";"KL";"Učebna";"KL-206";"kl206p17-kvd"
136
"02.12.2019 00:00:00";1;5;"11:10";"11:55";"KL";"Učebna";"KL-206";"kl206p17-kvd"
137
"02.12.2019 00:00:00";6;5;"11:10";"11:55";"LS";"Učebna";"LS-234";"ls234p37-fdu"
138
"02.12.2019 00:00:00";6;5;"11:10";"11:55";"LS";"Učebna";"LS-234";"ls234p39-fdu"
139
"02.12.2019 00:00:00";6;6;"12:05";"12:50";"LS";"Učebna";"LS-235";"ls235p48-fdu"
140
"02.12.2019 00:00:00";1;10;"15:45";"16:30";"EU";"Laboratoř";"EU-505";"eu505x18-fel"
141
"02.12.2019 00:00:00";1;4;"10:15";"11:00";"UC";"Laboratoř";"UC-411";"uc411p01-kme"
142
"02.12.2019 00:00:00";6;6;"12:05";"12:50";"PS";"Jiná";"PS-103";"ps103p31-uk"
143
"02.12.2019 00:00:00";6;5;"11:10";"11:55";"UI";"Učebna";"UI-202";"ui202p02-sup"
144
"02.12.2019 00:00:00";1;5;"11:10";"11:55";"PS";"Jiná";"PS-303";"ps303p22-uk"
145
"02.12.2019 00:00:00";4;2;"08:25";"09:10";"UL";"Laboratoř";"UL-109";"ul109p05-kks"
146
"02.12.2019 00:00:00";6;3;"09:20";"10:05";"UB";"Jiná";"UB-211";"ub211p34-uk"
147
"02.12.2019 00:00:00";1;9;"14:50";"15:35";"PS";"Jiná";"PS-303";"ps303p21-uk"
148
"02.12.2019 00:00:00";6;5;"11:10";"11:55";"UB";"Jiná";"UB-211";"ub211p55-uk"
149
"02.12.2019 00:00:00";6;1;"07:30";"08:15";"PS";"Jiná";"PS-103";"ps103p30-uk"
150
"02.12.2019 00:00:00";2;7;"13:00";"13:45";"PS";"Jiná";"PS-303";"ps303p21-uk"
151
"02.12.2019 00:00:00";1;2;"08:25";"09:10";"KL";"Učebna";"KL-206";"kl206p14-kvd"
152
"02.12.2019 00:00:00";1;5;"11:10";"11:55";"KL";"Učebna";"KL-206";"kl206p02-kvd"
153
"02.12.2019 00:00:00";1;4;"10:15";"11:00";"PS";"Jiná";"PS-203";"ps203p22-uk"
154
"02.12.2019 00:00:00";1;2;"08:25";"09:10";"KL";"Učebna";"KL-206";"kl206p11-kvd"
155
"02.12.2019 00:00:00";6;13;"18:30";"19:15";"UB";"Jiná";"UB-211";"ub211p39-uk"
156
"02.12.2019 00:00:00";1;4;"10:15";"11:00";"KL";"Učebna";"KL-206";"kl206p08-kvd"
157
"02.12.2019 00:00:00";1;9;"14:50";"15:35";"UU";"Laboratoř";"UU-107";"uu107p01-kks"
158
"02.12.2019 00:00:00";6;9;"14:50";"15:35";"UB";"Jiná";"UB-211";"ub211p62-uk"
159
"02.12.2019 00:00:00";1;3;"09:20";"10:05";"EU";"Laboratoř";"EU-505";"eu505x06-fel"
160
"02.12.2019 00:00:00";6;1;"07:30";"08:15";"LS";"Učebna";"LS-235";"ls235p30-fdu"
161
"02.12.2019 00:00:00";1;9;"14:50";"15:35";"PS";"Jiná";"PS-303";"ps303p25-uk"
162
"02.12.2019 00:00:00";1;5;"11:10";"11:55";"CD";"Učebna";"CD-203";"cd203p29-fek"
163
"02.12.2019 00:00:00";1;6;"12:05";"12:50";"EU";"Laboratoř";"EU-505";"eu505x12-fel"
164
"02.12.2019 00:00:00";1;10;"15:45";"16:30";"EU";"Laboratoř";"EU-505";"eu505x12-fel"
165
"02.12.2019 00:00:00";1;10;"15:45";"16:30";"PS";"Jiná";"PS-203";"ps203p08-uk"
166
"02.12.2019 00:00:00";4;6;"12:05";"12:50";"UL";"Laboratoř";"UL-109";"ul109p13-kks"
167
"02.12.2019 00:00:00";4;9;"14:50";"15:35";"UL";"Laboratoř";"UL-107";"ul107p12-kks"
168
"02.12.2019 00:00:00";4;7;"13:00";"13:45";"UL";"Laboratoř";"UL-109";"ul109p02-kks"
169
"02.12.2019 00:00:00";6;6;"12:05";"12:50";"LS";"Učebna";"LS-235";"ls235p30-fdu"
170
"02.12.2019 00:00:00";6;8;"13:55";"14:40";"UI";"Učebna";"UI-202";"ui202p17-sup"
171
"02.12.2019 00:00:00";1;2;"08:25";"09:10";"KL";"Učebna";"KL-206";"kl206p04-kvd"
172
"02.12.2019 00:00:00";6;6;"12:05";"12:50";"UB";"Jiná";"UB-211";"ub211p35-uk"
173
"02.12.2019 00:00:00";6;5;"11:10";"11:55";"EP";"Laboratoř";"EP-207";"ep207p05-sup"
174
"02.12.2019 00:00:00";6;5;"11:10";"11:55";"UL";"Laboratoř";"UL-602";"ul602p13-sup"
175
"02.12.2019 00:00:00";6;5;"11:10";"11:55";"LS";"Učebna";"LS-234";"ls234p35-fdu"
176
"02.12.2019 00:00:00";6;2;"08:25";"09:10";"UL";"Laboratoř";"UL-602";"ul602p12-sup"
177
"02.12.2019 00:00:00";6;10;"15:45";"16:30";"UI";"Učebna";"UI-202";"ui202p10-sup"
178
"02.12.2019 00:00:00";1;3;"09:20";"10:05";"LS";"Laboratoř";"LS-133";"ls133p01-fdu"
179
"02.12.2019 00:00:00";6;3;"09:20";"10:05";"UB";"Jiná";"UB-211";"ub211p68-uk"
180
"02.12.2019 00:00:00";1;5;"11:10";"11:55";"ST";"Jiná";"ST-405";"st405p30-uk"
181
"02.12.2019 00:00:00";1;2;"08:25";"09:10";"KL";"Učebna";"KL-206";"kl206p08-kvd"
182
"02.12.2019 00:00:00";3;6;"12:05";"12:50";"PS";"Jiná";"PS-203";"ps203p08-uk"
183
"02.12.2019 00:00:00";6;9;"14:50";"15:35";"UI";"Učebna";"UI-202";"ui202p19-sup"
184
"02.12.2019 00:00:00";1;1;"07:30";"08:15";"UB";"Jiná";"UB-111";"ub111p32-uk"
185
"02.12.2019 00:00:00";1;7;"13:00";"13:45";"PS";"Jiná";"PS-203";"ps203p20-uk"
186
"02.12.2019 00:00:00";1;9;"14:50";"15:35";"EU";"Laboratoř";"EU-505";"eu505x01-fel"
187
"02.12.2019 00:00:00";2;4;"10:15";"11:00";"UB";"Jiná";"UB-111";"ub111p23-uk"
188
"02.12.2019 00:00:00";6;1;"07:30";"08:15";"UL";"Laboratoř";"UL-602";"ul602p04-sup"
189
"02.12.2019 00:00:00";6;1;"07:30";"08:15";"UL";"Laboratoř";"UL-602";"ul602p15-sup"
190
"02.12.2019 00:00:00";6;5;"11:10";"11:55";"LS";"Učebna";"LS-234";"ls234p31-fdu"
191
"02.12.2019 00:00:00";6;13;"18:30";"19:15";"LS";"Učebna";"LS-234";"ls233p02-fdu"
192
"02.12.2019 00:00:00";6;5;"11:10";"11:55";"LS";"Učebna";"LS-234";"ls234p49-fdu"
193
"02.12.2019 00:00:00";1;4;"10:15";"11:00";"KL";"Učebna";"KL-206";"kl206p17-kvd"
194
"02.12.2019 00:00:00";1;8;"13:55";"14:40";"PS";"Jiná";"PS-303";"ps303p26-uk"
195
"02.12.2019 00:00:00";4;3;"09:20";"10:05";"UL";"Laboratoř";"UL-107";"ul107p07-kks"
196
"02.12.2019 00:00:00";1;7;"13:00";"13:45";"PS";"Jiná";"PS-303";"ps303p23-uk"
197
"02.12.2019 00:00:00";1;4;"10:15";"11:00";"KL";"Učebna";"KL-206";"kl206p09-kvd"
198
"02.12.2019 00:00:00";6;7;"13:00";"13:45";"LS";"Učebna";"LS-235";"ls235p41-fdu"
199
"02.12.2019 00:00:00";1;5;"11:10";"11:55";"PS";"Jiná";"PS-303";"ps303p25-uk"
200
"02.12.2019 00:00:00";1;10;"15:45";"16:30";"EU";"Laboratoř";"EU-505";"eu505x15-fel"
201
"02.12.2019 00:00:00";1;2;"08:25";"09:10";"EU";"Laboratoř";"EU-505";"eu505x13-fel"
202
"02.12.2019 00:00:00";6;9;"14:50";"15:35";"UB";"Jiná";"UB-211";"ub211p61-uk"
203
"02.12.2019 00:00:00";4;2;"08:25";"09:10";"UL";"Laboratoř";"UL-109";"ul109p12-kks"
204
"02.12.2019 00:00:00";6;6;"12:05";"12:50";"UB";"Jiná";"UB-211";"ub211p52-uk"
205
"02.12.2019 00:00:00";1;5;"11:10";"11:55";"KL";"Učebna";"KL-206";"kl206p04-kvd"
206
"02.12.2019 00:00:00";6;9;"14:50";"15:35";"UI";"Učebna";"UI-202";"ui202p12-sup"
207
"02.12.2019 00:00:00";1;7;"13:00";"13:45";"CD";"Učebna";"CD-203";"cd203p30-fek"
208
"02.12.2019 00:00:00";1;2;"08:25";"09:10";"EU";"Laboratoř";"EU-505";"eu505x04-fel"
209
"02.12.2019 00:00:00";6;9;"14:50";"15:35";"LS";"Učebna";"LS-234";"ls234p43-fdu"
210
"02.12.2019 00:00:00";1;3;"09:20";"10:05";"PS";"Jiná";"PS-203";"ps203p21-uk"
211
"02.12.2019 00:00:00";6;6;"12:05";"12:50";"EP";"Laboratoř";"EP-207";"ep207p09-sup"
212
"02.12.2019 00:00:00";6;8;"13:55";"14:40";"LS";"Učebna";"LS-235";"ls235p50-fdu"
213
"02.12.2019 00:00:00";1;4;"10:15";"11:00";"KL";"Učebna";"KL-206";"kl206p07-kvd"
214
"02.12.2019 00:00:00";4;9;"14:50";"15:35";"UL";"Laboratoř";"UL-109";"ul109p01-kks"
215
"02.12.2019 00:00:00";6;10;"15:45";"16:30";"UB";"Jiná";"UB-211";"ub211p41-uk"
216
"02.12.2019 00:00:00";1;1;"07:30";"08:15";"PS";"Jiná";"PS-203";"ps203p20-uk"
217
"02.12.2019 00:00:00";1;7;"13:00";"13:45";"EU";"Laboratoř";"EU-503";"eu503x08-kev"
218
"02.12.2019 00:00:00";6;8;"13:55";"14:40";"LS";"Učebna";"LS-234";"ls234p49-fdu"
219
"02.12.2019 00:00:00";6;2;"08:25";"09:10";"LS";"Učebna";"LS-236";"ls236p06-fdu"
220
"02.12.2019 00:00:00";1;1;"07:30";"08:15";"UI";"Učebna";"UI-213";"ui213p01-ipc"
221
"02.12.2019 00:00:00";1;2;"08:25";"09:10";"EU";"Laboratoř";"EU-505";"eu505x15-fel"
222
"02.12.2019 00:00:00";1;3;"09:20";"10:05";"EU";"Laboratoř";"EU-505";"eu505x07-fel"
223
"02.12.2019 00:00:00";1;5;"11:10";"11:55";"KL";"Učebna";"KL-206";"kl206p09-kvd"
224
"02.12.2019 00:00:00";1;4;"10:15";"11:00";"KL";"Učebna";"KL-206";"kl206p12-kvd"
225
"02.12.2019 00:00:00";6;7;"13:00";"13:45";"UB";"Jiná";"UB-211";"ub211p34-uk"
226
"02.12.2019 00:00:00";6;2;"08:25";"09:10";"UU";"Jiná";"UU-207";"uu207n01-ovz"
227
"02.12.2019 00:00:00";1;4;"10:15";"11:00";"CD";"Učebna";"CD-203";"cd203p28-fek"
228
"02.12.2019 00:00:00";6;5;"11:10";"11:55";"LS";"Učebna";"LS-234";"ls234p41-fdu"
229
"02.12.2019 00:00:00";1;10;"15:45";"16:30";"PS";"Jiná";"PS-303";"ps303p28-uk"
230
"02.12.2019 00:00:00";6;9;"14:50";"15:35";"UI";"Učebna";"UI-202";"ui202p09-sup"
231
"02.12.2019 00:00:00";6;4;"10:15";"11:00";"LS";"Učebna";"LS-234";"ls234p30-fdu"
232
"02.12.2019 00:00:00";1;5;"11:10";"11:55";"EU";"Laboratoř";"EU-505";"eu505x08-fel"
233
"02.12.2019 00:00:00";2;6;"12:05";"12:50";"UB";"Jiná";"UB-111";"ub111p23-uk"
234
"02.12.2019 00:00:00";2;8;"13:55";"14:40";"PS";"Jiná";"PS-303";"ps303p24-uk"
235
"02.12.2019 00:00:00";6;7;"13:00";"13:45";"UB";"Jiná";"UB-211";"ub211p59-uk"
236
"02.12.2019 00:00:00";1;6;"12:05";"12:50";"EU";"Laboratoř";"EU-505";"eu505x25-fel"
237
"02.12.2019 00:00:00";4;6;"12:05";"12:50";"UL";"Laboratoř";"UL-109";"ul109p12-kks"
238
"02.12.2019 00:00:00";6;8;"13:55";"14:40";"UL";"Laboratoř";"UL-107";"ul107p08-kks"
239
"02.12.2019 00:00:00";1;5;"11:10";"11:55";"PS";"Jiná";"PS-303";"ps303p20-uk"
240
"02.12.2019 00:00:00";6;6;"12:05";"12:50";"LS";"Učebna";"LS-234";"ls234p30-fdu"
241
"02.12.2019 00:00:00";1;2;"08:25";"09:10";"PS";"Jiná";"PS-203";"ps203p08-uk"
242
"02.12.2019 00:00:00";1;6;"12:05";"12:50";"EU";"Laboratoř";"EU-505";"eu505x11-fel"
243
"02.12.2019 00:00:00";1;6;"12:05";"12:50";"PS";"Jiná";"PS-303";"ps303p23-uk"
244
"02.12.2019 00:00:00";6;10;"15:45";"16:30";"PS";"Jiná";"PS-203";"ps203p51-uk"
245
"02.12.2019 00:00:00";6;11;"16:40";"17:25";"UI";"Učebna";"UI-202";"ui202p16-sup"
246
"02.12.2019 00:00:00";6;8;"13:55";"14:40";"LS";"Učebna";"LS-234";"ls234p41-fdu"
247
"02.12.2019 00:00:00";24;9;"14:50";"15:35";"LS";"Učebna";"LS-234";"ls233p02-fdu"
248
"02.12.2019 00:00:00";2;5;"11:10";"11:55";"UB";"Jiná";"UB-111";"ub111p23-uk"
249
"02.12.2019 00:00:00";4;2;"08:25";"09:10";"UL";"Laboratoř";"UL-109";"ul109p14-kks"
250
"02.12.2019 00:00:00";6;8;"13:55";"14:40";"UI";"Učebna";"UI-202";"ui202p09-sup"
251
"02.12.2019 00:00:00";6;6;"12:05";"12:50";"LS";"Učebna";"LS-234";"ls234p32-fdu"
252
"02.12.2019 00:00:00";6;5;"11:10";"11:55";"LS";"Učebna";"LS-235";"ls235p35-fdu"
253
"02.12.2019 00:00:00";6;4;"10:15";"11:00";"LS";"Učebna";"LS-234";"ls234p47-fdu"
254
"02.12.2019 00:00:00";6;1;"07:30";"08:15";"UL";"Laboratoř";"UL-602";"ul602p05-sup"
255
"02.12.2019 00:00:00";6;5;"11:10";"11:55";"UB";"Jiná";"UB-211";"ub211p40-uk"
256
"02.12.2019 00:00:00";1;2;"08:25";"09:10";"KL";"Učebna";"KL-206";"kl206p07-kvd"
257
"02.12.2019 00:00:00";6;5;"11:10";"11:55";"UB";"Jiná";"UB-111";"ub111p33-uk"
258
"02.12.2019 00:00:00";4;2;"08:25";"09:10";"UL";"Laboratoř";"UL-109";"ul109p11-kks"
259
"02.12.2019 00:00:00";6;9;"14:50";"15:35";"UB";"Jiná";"UB-211";"ub211p41-uk"
260
"02.12.2019 00:00:00";30;4;"10:15";"11:00";"LS";"Učebna";"LS-234";"ls233p02-fdu"
261
"02.12.2019 00:00:00";1;3;"09:20";"10:05";"EU";"Laboratoř";"EU-505";"eu505x15-fel"
262
"02.12.2019 00:00:00";6;6;"12:05";"12:50";"UI";"Učebna";"UI-202";"ui202p20-sup"
263
"02.12.2019 00:00:00";6;11;"16:40";"17:25";"LS";"Učebna";"LS-234";"ls234p34-fdu"
264
"02.12.2019 00:00:00";4;6;"12:05";"12:50";"UL";"Laboratoř";"UL-109";"ul109p14-kks"
265
"02.12.2019 00:00:00";6;6;"12:05";"12:50";"UB";"Jiná";"UB-211";"ub211p58-uk"
266
"02.12.2019 00:00:00";6;6;"12:05";"12:50";"UI";"Učebna";"UI-202";"ui202p04-sup"
267
"02.12.2019 00:00:00";6;2;"08:25";"09:10";"UL";"Laboratoř";"UL-602";"ul602p01-sup"
268
"02.12.2019 00:00:00";1;10;"15:45";"16:30";"PS";"Jiná";"PS-303";"ps303p22-uk"
269
"02.12.2019 00:00:00";1;4;"10:15";"11:00";"KL";"Učebna";"KL-206";"kl206p10-kvd"
270
"02.12.2019 00:00:00";6;9;"14:50";"15:35";"LS";"Učebna";"LS-234";"ls234p49-fdu"
271
"02.12.2019 00:00:00";6;8;"13:55";"14:40";"UI";"Učebna";"UI-202";"ui202p10-sup"
272
"02.12.2019 00:00:00";4;3;"09:20";"10:05";"UL";"Laboratoř";"UL-109";"ul109p13-kks"
273
"02.12.2019 00:00:00";6;3;"09:20";"10:05";"EP";"Laboratoř";"EP-207";"ep207p07-sup"
274
"02.12.2019 00:00:00";1;4;"10:15";"11:00";"KL";"Učebna";"KL-206";"kl206p04-kvd"
275
"02.12.2019 00:00:00";4;6;"12:05";"12:50";"UL";"Laboratoř";"UL-109";"ul109p01-kks"
276
"02.12.2019 00:00:00";1;8;"13:55";"14:40";"PS";"Jiná";"PS-303";"ps303p27-uk"
277
"02.12.2019 00:00:00";6;10;"15:45";"16:30";"UI";"Učebna";"UI-202";"ui202p08-sup"
278
"02.12.2019 00:00:00";6;7;"13:00";"13:45";"UB";"Jiná";"UB-211";"ub211p35-uk"
279
"02.12.2019 00:00:00";6;9;"14:50";"15:35";"KL";"Jiná";"KL-106";"ch106p05-kan"
280
"02.12.2019 00:00:00";6;9;"14:50";"15:35";"UI";"Učebna";"UI-202";"ui202p13-sup"
281
"02.12.2019 00:00:00";4;7;"13:00";"13:45";"UL";"Laboratoř";"UL-109";"ul109p16-kks"
282
"02.12.2019 00:00:00";6;5;"11:10";"11:55";"UL";"Laboratoř";"UL-602";"ul602p14-sup"
283
"02.12.2019 00:00:00";4;7;"13:00";"13:45";"UL";"Laboratoř";"UL-109";"ul109p10-kks"
284
"02.12.2019 00:00:00";1;5;"11:10";"11:55";"PS";"Jiná";"PS-203";"ps203p21-uk"
285
"02.12.2019 00:00:00";6;10;"15:45";"16:30";"UB";"Jiná";"UB-211";"ub211p68-uk"
286
"02.12.2019 00:00:00";2;4;"10:15";"11:00";"PS";"Jiná";"PS-303";"ps303p24-uk"
287
"02.12.2019 00:00:00";1;2;"08:25";"09:10";"KL";"Učebna";"KL-206";"kl206p03-kvd"
288
"02.12.2019 00:00:00";6;9;"14:50";"15:35";"UB";"Jiná";"UB-111";"ub111p33-uk"
289
"02.12.2019 00:00:00";6;2;"08:25";"09:10";"UI";"Učebna";"UI-202";"ui202p15-sup"
290
"02.12.2019 00:00:00";1;3;"09:20";"10:05";"EU";"Laboratoř";"EU-505";"eu505x17-fel"
291
"02.12.2019 00:00:00";1;2;"08:25";"09:10";"KL";"Učebna";"KL-206";"kl206p02-kvd"
292
"02.12.2019 00:00:00";1;1;"07:30";"08:15";"UB";"Jiná";"UB-211";"ub211p30-uk"
293
"02.12.2019 00:00:00";6;5;"11:10";"11:55";"UL";"Laboratoř";"UL-602";"ul602p12-sup"
294
"02.12.2019 00:00:00";6;8;"13:55";"14:40";"UI";"Učebna";"UI-202";"ui202p20-sup"
295
"02.12.2019 00:00:00";4;8;"13:55";"14:40";"UL";"Laboratoř";"UL-107";"ul107p01-kks"
296
"02.12.2019 00:00:00";18;7;"13:00";"13:45";"LS";"Učebna";"LS-234";"ls233p02-fdu"
297
"02.12.2019 00:00:00";6;2;"08:25";"09:10";"UL";"Laboratoř";"UL-602";"ul602p16-sup"
298
"02.12.2019 00:00:00";6;3;"09:20";"10:05";"LS";"Učebna";"LS-234";"ls234p41-fdu"
299
"02.12.2019 00:00:00";6;4;"10:15";"11:00";"LS";"Učebna";"LS-234";"ls234p43-fdu"
300
"02.12.2019 00:00:00";6;10;"15:45";"16:30";"UB";"Jiná";"UB-211";"ub211p35-uk"
301
"02.12.2019 00:00:00";1;6;"12:05";"12:50";"PS";"Jiná";"PS-203";"ps203p22-uk"
302
"02.12.2019 00:00:00";12;11;"16:40";"17:25";"LS";"Učebna";"LS-234";"ls234p50-fdu"
303
"02.12.2019 00:00:00";4;6;"12:05";"12:50";"UL";"Laboratoř";"UL-109";"ul109p11-kks"
304
"02.12.2019 00:00:00";6;10;"15:45";"16:30";"UB";"Jiná";"UB-228";"ub211p44-uk"
305
"02.12.2019 00:00:00";1;4;"10:15";"11:00";"EU";"Laboratoř";"EU-505";"eu505x19-fel"
306
"02.12.2019 00:00:00";6;2;"08:25";"09:10";"UL";"Laboratoř";"UL-602";"ul602p20-sup"
307
"02.12.2019 00:00:00";6;2;"08:25";"09:10";"UR";"Jiná";"UR-311";"ur311p51-rek"
308
"02.12.2019 00:00:00";6;11;"16:40";"17:25";"LS";"Učebna";"LS-234";"ls234p30-fdu"
309
"02.12.2019 00:00:00";6;6;"12:05";"12:50";"UB";"Jiná";"UB-211";"ub211p34-uk"
310
"02.12.2019 00:00:00";6;2;"08:25";"09:10";"LS";"Učebna";"LS-234";"ls234p43-fdu"
311
"02.12.2019 00:00:00";8;3;"09:20";"10:05";"UL";"Laboratoř";"UL-107";"ul107p02-kks"
312
"02.12.2019 00:00:00";6;8;"13:55";"14:40";"PS";"Jiná";"PS-103";"ps103p30-uk"
313
"02.12.2019 00:00:00";1;8;"13:55";"14:40";"PS";"Jiná";"PS-303";"ps303p22-uk"
314
"02.12.2019 00:00:00";1;6;"12:05";"12:50";"EU";"Laboratoř";"EU-505";"eu505x20-fel"
315
"02.12.2019 00:00:00";2;10;"15:45";"16:30";"UB";"Jiná";"UB-111";"ub111p32-uk"
316
"02.12.2019 00:00:00";1;4;"10:15";"11:00";"PS";"Jiná";"PS-203";"ps203p19-uk"
317
"02.12.2019 00:00:00";1;12;"17:35";"18:20";"EU";"Laboratoř";"EU-505";"eu505x14-fel"
318
"02.12.2019 00:00:00";1;2;"08:25";"09:10";"KL";"Učebna";"KL-206";"kl206p09-kvd"
319
"02.12.2019 00:00:00";1;6;"12:05";"12:50";"PS";"Jiná";"PS-203";"ps203p20-uk"
320
"02.12.2019 00:00:00";1;4;"10:15";"11:00";"KL";"Učebna";"KL-206";"kl206p01-kvd"
321
"02.12.2019 00:00:00";1;1;"07:30";"08:15";"UI";"Učebna";"UI-312";"ui312p51-sup"
322
"02.12.2019 00:00:00";1;1;"07:30";"08:15";"UI";"Učebna";"UI-213";"ui213p53-ipc"
323
"02.12.2019 00:00:00";1;3;"09:20";"10:05";"UU";"Laboratoř";"UU-107";"uu107p01-kks"
324
"02.12.2019 00:00:00";4;4;"10:15";"11:00";"PS";"Jiná";"PS-203";"ps203p08-uk"
325
"02.12.2019 00:00:00";1;3;"09:20";"10:05";"EU";"Laboratoř";"EU-505";"eu505x08-fel"
326
"02.12.2019 00:00:00";1;4;"10:15";"11:00";"PS";"Jiná";"PS-303";"ps303p22-uk"
327
"02.12.2019 00:00:00";1;10;"15:45";"16:30";"EU";"Učebna";"EU-506";"eu506p66-fel"
328
"02.12.2019 00:00:00";6;10;"15:45";"16:30";"UI";"Učebna";"UI-202";"ui202p07-sup"
329
"02.12.2019 00:00:00";1;3;"09:20";"10:05";"EU";"Laboratoř";"EU-505";"eu505x09-fel"
330
"02.12.2019 00:00:00";6;8;"13:55";"14:40";"LS";"Učebna";"LS-234";"ls234p38-fdu"
331
"02.12.2019 00:00:00";1;10;"15:45";"16:30";"EU";"Laboratoř";"EU-505";"eu505x14-fel"
332
"02.12.2019 00:00:00";1;5;"11:10";"11:55";"PS";"Jiná";"PS-303";"ps303p21-uk"
333
"02.12.2019 00:00:00";6;8;"13:55";"14:40";"EP";"Laboratoř";"EP-207";"ep207p14-sup"
334
"02.12.2019 00:00:00";6;3;"09:20";"10:05";"UI";"Učebna";"UI-202";"ui202p19-sup"
335
"02.12.2019 00:00:00";6;5;"11:10";"11:55";"UL";"Laboratoř";"UL-602";"ul602p11-sup"
336
"02.12.2019 00:00:00";1;3;"09:20";"10:05";"UI";"Učebna";"UI-312";"ui312n51-sup"
337
"02.12.2019 00:00:00";1;5;"11:10";"11:55";"KL";"Učebna";"KL-206";"kl206p10-kvd"
338
"02.12.2019 00:00:00";24;2;"08:25";"09:10";"LS";"Učebna";"LS-234";"ls233p02-fdu"
339
"02.12.2019 00:00:00";6;5;"11:10";"11:55";"UB";"Jiná";"UB-211";"ub211p51-uk"
340
"02.12.2019 00:00:00";6;1;"07:30";"08:15";"UL";"Jiná";"UL-223";"ul223p08-kke"
341
"02.12.2019 00:00:00";6;3;"09:20";"10:05";"LS";"Učebna";"LS-234";"ls234p39-fdu"
342
"02.12.2019 00:00:00";6;2;"08:25";"09:10";"UI";"Učebna";"UI-202";"ui202p09-sup"
343
"02.12.2019 00:00:00";6;1;"07:30";"08:15";"UL";"Laboratoř";"UL-602";"ul602p03-sup"
344
"02.12.2019 00:00:00";1;4;"10:15";"11:00";"KL";"Učebna";"KL-206";"kl206p15-kvd"
345
"02.12.2019 00:00:00";4;5;"11:10";"11:55";"UL";"Laboratoř";"UL-109";"ul109p06-kks"
346
"02.12.2019 00:00:00";6;6;"12:05";"12:50";"UI";"Učebna";"UI-202";"ui202p03-sup"
347
"02.12.2019 00:00:00";1;7;"13:00";"13:45";"PS";"Jiná";"PS-203";"ps203p08-uk"
348
"02.12.2019 00:00:00";6;3;"09:20";"10:05";"UB";"Jiná";"UB-211";"ub211p61-uk"
349
"02.12.2019 00:00:00";1;5;"11:10";"11:55";"KL";"Učebna";"KL-206";"kl206p12-kvd"
350
"02.12.2019 00:00:00";6;1;"07:30";"08:15";"LS";"Učebna";"LS-235";"ls235p50-fdu"
351
"02.12.2019 00:00:00";6;6;"12:05";"12:50";"ST";"Učebna";"ST-407";"st407p03-uk"
352
"02.12.2019 00:00:00";6;6;"12:05";"12:50";"EP";"Laboratoř";"EP-207";"ep207p07-sup"
353
"02.12.2019 00:00:00";1;4;"10:15";"11:00";"KL";"Učebna";"KL-206";"kl206p16-kvd"
354
"02.12.2019 00:00:00";6;5;"11:10";"11:55";"LS";"Učebna";"LS-235";"ls235p30-fdu"
355
"02.12.2019 00:00:00";1;5;"11:10";"11:55";"UI";"Učebna";"UI-312";"ui312p51-sup"
356
"02.12.2019 00:00:00";6;11;"16:40";"17:25";"UB";"Jiná";"UB-211";"ub211p35-uk"
357
"02.12.2019 00:00:00";1;10;"15:45";"16:30";"PS";"Jiná";"PS-303";"ps303p23-uk"
358
"02.12.2019 00:00:00";30;8;"13:55";"14:40";"LS";"Učebna";"LS-234";"ls233p02-fdu"
359
"02.12.2019 00:00:00";6;2;"08:25";"09:10";"LS";"Učebna";"LS-235";"ls235p48-fdu"
360
"02.12.2019 00:00:00";1;3;"09:20";"10:05";"EU";"Laboratoř";"EU-505";"eu505x02-fel"
361
"02.12.2019 00:00:00";1;4;"10:15";"11:00";"KL";"Učebna";"KL-206";"kl206p03-kvd"
362
"02.12.2019 00:00:00";1;3;"09:20";"10:05";"EU";"Laboratoř";"EU-505";"eu505x11-fel"
363
"02.12.2019 00:00:00";1;1;"07:30";"08:15";"EU";"Laboratoř";"EU-505";"eu505x01-fel"
364
"02.12.2019 00:00:00";1;2;"08:25";"09:10";"PS";"Jiná";"PS-303";"ps303p26-uk"
365
"02.12.2019 00:00:00";12;4;"10:15";"11:00";"LS";"Učebna";"LS-234";"ls234p49-fdu"
366
"02.12.2019 00:00:00";6;5;"11:10";"11:55";"UB";"Jiná";"UB-211";"ub211p34-uk"
367
"02.12.2019 00:00:00";1;5;"11:10";"11:55";"KL";"Učebna";"KL-206";"kl206p16-kvd"
368
"02.12.2019 00:00:00";4;5;"11:10";"11:55";"UL";"Laboratoř";"UL-107";"ul107p02-kks"
369
"02.12.2019 00:00:00";1;3;"09:20";"10:05";"EU";"Laboratoř";"EU-505";"eu505x12-fel"
370
"02.12.2019 00:00:00";6;6;"12:05";"12:50";"LS";"Učebna";"LS-234";"ls234p43-fdu"
371
"02.12.2019 00:00:00";6;6;"12:05";"12:50";"UI";"Učebna";"UI-202";"ui202p14-sup"
372
"02.12.2019 00:00:00";4;2;"08:25";"09:10";"UL";"Laboratoř";"UL-107";"ul107p13-kks"
373
"02.12.2019 00:00:00";1;2;"08:25";"09:10";"EU";"Laboratoř";"EU-505";"eu505x20-fel"
374
"02.12.2019 00:00:00";1;5;"11:10";"11:55";"CD";"Učebna";"CD-203";"cd203p30-fek"
375
"02.12.2019 00:00:00";12;1;"07:30";"08:15";"UB";"Jiná";"UB-111";"ub111p33-uk"
376
"02.12.2019 00:00:00";12;5;"11:10";"11:55";"LS";"Učebna";"LS-234";"ls234p50-fdu"
377
"02.12.2019 00:00:00";6;9;"14:50";"15:35";"UI";"Učebna";"UI-202";"ui202p15-sup"
378
"02.12.2019 00:00:00";6;6;"12:05";"12:50";"UB";"Jiná";"UB-211";"ub211p55-uk"
379
"03.12.2019 00:00:00";1;5;"11:10";"11:55";"PS";"Jiná";"PS-203";"ps203p20-uk"
380
"03.12.2019 00:00:00";1;3;"09:20";"10:05";"EU";"Laboratoř";"EU-505";"eu505x13-fel"
381
"03.12.2019 00:00:00";6;3;"09:20";"10:05";"LS";"Učebna";"LS-234";"ls234p44-fdu"
382
"03.12.2019 00:00:00";6;1;"07:30";"08:15";"PS";"Jiná";"PS-203";"ps203p51-uk"
383
"03.12.2019 00:00:00";12;11;"16:40";"17:25";"UL";"Laboratoř";"UL-109";"ul109p02-kks"
384
"03.12.2019 00:00:00";4;6;"12:05";"12:50";"UL";"Laboratoř";"UL-107";"ul107p16-kks"
385
"03.12.2019 00:00:00";6;8;"13:55";"14:40";"EP";"Laboratoř";"EP-207";"ep207p13-sup"
386
"03.12.2019 00:00:00";6;2;"08:25";"09:10";"UI";"Učebna";"UI-202";"ui202p05-sup"
387
"03.12.2019 00:00:00";6;8;"13:55";"14:40";"LS";"Učebna";"LS-234";"ls234p37-fdu"
388
"03.12.2019 00:00:00";6;10;"15:45";"16:30";"KL";"Učebna";"KL-208";"kl208p06-sup"
389
"03.12.2019 00:00:00";1;3;"09:20";"10:05";"CD";"Učebna";"CD-203";"cd203p29-fek"
390
"03.12.2019 00:00:00";4;7;"13:00";"13:45";"UL";"Laboratoř";"UL-107";"ul107p14-kks"
391
"03.12.2019 00:00:00";4;6;"12:05";"12:50";"UL";"Laboratoř";"UL-109";"ul109p06-kks"
392
"03.12.2019 00:00:00";1;6;"12:05";"12:50";"EU";"Laboratoř";"EU-505";"eu505x14-fel"
393
"03.12.2019 00:00:00";1;7;"13:00";"13:45";"VC";"Učebna";"VC-223";"vc223p02-krf"
394
"03.12.2019 00:00:00";6;8;"13:55";"14:40";"UB";"Jiná";"UB-211";"ub211p53-uk"
395
"03.12.2019 00:00:00";4;7;"13:00";"13:45";"UL";"Laboratoř";"UL-109";"ul109p12-kks"
396
"03.12.2019 00:00:00";6;8;"13:55";"14:40";"LS";"Učebna";"LS-236";"ls236p06-fdu"
397
"03.12.2019 00:00:00";6;3;"09:20";"10:05";"LS";"Učebna";"LS-234";"ls234p40-fdu"
398
"03.12.2019 00:00:00";6;1;"07:30";"08:15";"PS";"Jiná";"PS-103";"ps103p31-uk"
399
"03.12.2019 00:00:00";4;11;"16:40";"17:25";"UL";"Laboratoř";"UL-107";"ul107p13-kks"
400
"03.12.2019 00:00:00";6;5;"11:10";"11:55";"UI";"Učebna";"UI-202";"ui202p03-sup"
401
"03.12.2019 00:00:00";6;3;"09:20";"10:05";"UB";"Jiná";"UB-211";"ub211p36-uk"
402
"03.12.2019 00:00:00";1;7;"13:00";"13:45";"EU";"Laboratoř";"EU-505";"eu505x25-fel"
403
"03.12.2019 00:00:00";6;6;"12:05";"12:50";"LS";"Učebna";"LS-235";"ls235p39-fdu"
404
"03.12.2019 00:00:00";1;6;"12:05";"12:50";"PS";"Jiná";"PS-203";"ps203p08-uk"
405
"03.12.2019 00:00:00";1;6;"12:05";"12:50";"EU";"Laboratoř";"EU-505";"eu505x15-fel"
406
"03.12.2019 00:00:00";6;6;"12:05";"12:50";"PS";"Jiná";"PS-103";"ps103p30-uk"
407
"03.12.2019 00:00:00";6;2;"08:25";"09:10";"UL";"Laboratoř";"UL-602";"ul602p10-sup"
408
"03.12.2019 00:00:00";6;6;"12:05";"12:50";"LS";"Učebna";"LS-234";"ls234p34-fdu"
409
"03.12.2019 00:00:00";12;4;"10:15";"11:00";"LS";"Učebna";"LS-234";"ls234p49-fdu"
410
"03.12.2019 00:00:00";1;1;"07:30";"08:15";"UI";"Učebna";"UI-312";"ui312p52-sup"
411
"03.12.2019 00:00:00";12;6;"12:05";"12:50";"UI";"Učebna";"UI-202";"ui202p19-sup"
412
"03.12.2019 00:00:00";1;11;"16:40";"17:25";"PS";"Jiná";"PS-203";"ps203p08-uk"
413
"03.12.2019 00:00:00";6;2;"08:25";"09:10";"UL";"Laboratoř";"UL-602";"ul602p12-sup"
414
"03.12.2019 00:00:00";1;1;"07:30";"08:15";"UI";"Učebna";"UI-213";"ui213p53-ipc"
415
"03.12.2019 00:00:00";6;3;"09:20";"10:05";"KL";"Učebna";"KL-208";"kl208p07-sup"
416
"03.12.2019 00:00:00";6;2;"08:25";"09:10";"UL";"Laboratoř";"UL-602";"ul602p26-sup"
417
"03.12.2019 00:00:00";3;8;"13:55";"14:40";"PS";"Jiná";"PS-203";"ps203p08-uk"
418
"03.12.2019 00:00:00";1;1;"07:30";"08:15";"KL";"Učebna";"KL-206";"kl210p06-kvd"
419
"03.12.2019 00:00:00";6;4;"10:15";"11:00";"LS";"Učebna";"LS-234";"ls234p42-fdu"
420
"03.12.2019 00:00:00";6;10;"15:45";"16:30";"PS";"Jiná";"PS-203";"ps203p51-uk"
421
"03.12.2019 00:00:00";6;8;"13:55";"14:40";"EP";"Laboratoř";"EP-207";"ep207p06-sup"
422
"03.12.2019 00:00:00";4;11;"16:40";"17:25";"UL";"Laboratoř";"UL-107";"ul107p16-kks"
423
"03.12.2019 00:00:00";1;13;"18:30";"19:15";"UI";"Učebna";"UI-312";"ui312p55-sup"
424
"03.12.2019 00:00:00";6;4;"10:15";"11:00";"UL";"Laboratoř";"UL-602";"ul602p27-sup"
425
"03.12.2019 00:00:00";6;5;"11:10";"11:55";"UI";"Učebna";"UI-202";"ui202p02-sup"
426
"03.12.2019 00:00:00";6;6;"12:05";"12:50";"UB";"Jiná";"UB-211";"ub211p43-uk"
427
"03.12.2019 00:00:00";6;8;"13:55";"14:40";"UI";"Učebna";"UI-202";"ui202p20-sup"
428
"03.12.2019 00:00:00";4;6;"12:05";"12:50";"UL";"Laboratoř";"UL-109";"ul109p04-kks"
429
"03.12.2019 00:00:00";1;10;"15:45";"16:30";"PS";"Jiná";"PS-203";"ps203p19-uk"
430
"03.12.2019 00:00:00";1;9;"14:50";"15:35";"PS";"Jiná";"PS-203";"ps203p21-uk"
431
"03.12.2019 00:00:00";6;3;"09:20";"10:05";"LS";"Učebna";"LS-235";"ls235p36-fdu"
432
"03.12.2019 00:00:00";6;11;"16:40";"17:25";"UB";"Jiná";"UB-211";"ub211p36-uk"
433
"03.12.2019 00:00:00";6;3;"09:20";"10:05";"LS";"Učebna";"LS-235";"ls235p32-fdu"
434
"03.12.2019 00:00:00";1;7;"13:00";"13:45";"PS";"Jiná";"PS-203";"ps203p21-uk"
435
"03.12.2019 00:00:00";6;8;"13:55";"14:40";"US";"Aula";"US-207";"us207p01-ntis"
436
"03.12.2019 00:00:00";24;8;"13:55";"14:40";"LS";"Učebna";"LS-234";"ls233p02-fdu"
437
"03.12.2019 00:00:00";6;5;"11:10";"11:55";"LS";"Učebna";"LS-234";"ls234p43-fdu"
438
"03.12.2019 00:00:00";6;7;"13:00";"13:45";"UB";"Jiná";"UB-211";"ub211p65-uk"
439
"03.12.2019 00:00:00";1;6;"12:05";"12:50";"CD";"Učebna";"CD-203";"cd203p28-fek"
440
"03.12.2019 00:00:00";1;6;"12:05";"12:50";"EU";"Laboratoř";"EU-505";"eu505x13-fel"
441
"03.12.2019 00:00:00";6;1;"07:30";"08:15";"UN";"Laboratoř";"UN-437";"un437p09-kme"
442
"03.12.2019 00:00:00";1;6;"12:05";"12:50";"EU";"Laboratoř";"EU-505";"eu505x03-fel"
443
"03.12.2019 00:00:00";6;2;"08:25";"09:10";"UL";"Laboratoř";"UL-602";"ul602p27-sup"
444
"03.12.2019 00:00:00";1;9;"14:50";"15:35";"PS";"Jiná";"PS-303";"ps303p26-uk"
445
"03.12.2019 00:00:00";6;2;"08:25";"09:10";"LS";"Učebna";"LS-235";"ls235p35-fdu"
446
"03.12.2019 00:00:00";6;2;"08:25";"09:10";"LS";"Učebna";"LS-235";"ls235p41-fdu"
447
"03.12.2019 00:00:00";6;5;"11:10";"11:55";"EP";"Laboratoř";"EP-207";"ep207p08-sup"
448
"03.12.2019 00:00:00";30;9;"14:50";"15:35";"LS";"Učebna";"LS-234";"ls233p02-fdu"
449
"03.12.2019 00:00:00";6;4;"10:15";"11:00";"UB";"Jiná";"UB-211";"ub211p34-uk"
450
"03.12.2019 00:00:00";6;6;"12:05";"12:50";"UB";"Jiná";"UB-211";"ub211p62-uk"
451
"03.12.2019 00:00:00";6;7;"13:00";"13:45";"UI";"Učebna";"UI-202";"ui202p08-sup"
452
"03.12.2019 00:00:00";6;8;"13:55";"14:40";"UI";"Učebna";"UI-202";"ui202p05-sup"
453
"03.12.2019 00:00:00";6;10;"15:45";"16:30";"LS";"Učebna";"LS-234";"ls234p47-fdu"
454
"03.12.2019 00:00:00";2;3;"09:20";"10:05";"KL";"Učebna";"KL-206";"kl210p06-kvd"
455
"03.12.2019 00:00:00";6;3;"09:20";"10:05";"UB";"Jiná";"UB-211";"ub211p35-uk"
456
"03.12.2019 00:00:00";1;3;"09:20";"10:05";"EU";"Laboratoř";"EU-503";"eu503x04-kev"
457
"03.12.2019 00:00:00";1;1;"07:30";"08:15";"UB";"Jiná";"UB-211";"ub211p30-uk"
458
"03.12.2019 00:00:00";6;11;"16:40";"17:25";"LS";"Učebna";"LS-235";"ls235p49-fdu"
459
"03.12.2019 00:00:00";6;6;"12:05";"12:50";"UI";"Učebna";"UI-202";"ui202p07-sup"
460
"03.12.2019 00:00:00";1;3;"09:20";"10:05";"KL";"Učebna";"KL-210";"kl210p03-kvd"
461
"03.12.2019 00:00:00";6;7;"13:00";"13:45";"UB";"Jiná";"UB-211";"ub211p55-uk"
462
"03.12.2019 00:00:00";6;12;"17:35";"18:20";"LS";"Učebna";"LS-234";"ls234p50-fdu"
463
"03.12.2019 00:00:00";6;7;"13:00";"13:45";"LS";"Učebna";"LS-234";"ls234p48-fdu"
464
"03.12.2019 00:00:00";4;11;"16:40";"17:25";"UL";"Laboratoř";"UL-107";"ul107p12-kks"
465
"03.12.2019 00:00:00";6;6;"12:05";"12:50";"UL";"Laboratoř";"UL-107";"ul107p15-kks"
466
"03.12.2019 00:00:00";6;4;"10:15";"11:00";"LS";"Učebna";"LS-235";"ls235p39-fdu"
467
"03.12.2019 00:00:00";1;3;"09:20";"10:05";"EU";"Laboratoř";"EU-503";"eu503x13-kev"
468
"03.12.2019 00:00:00";6;3;"09:20";"10:05";"LS";"Učebna";"LS-235";"ls235p49-fdu"
469
"03.12.2019 00:00:00";6;6;"12:05";"12:50";"LS";"Učebna";"LS-234";"ls234p47-fdu"
470
"03.12.2019 00:00:00";6;5;"11:10";"11:55";"UB";"Jiná";"UB-211";"ub211p64-uk"
471
"03.12.2019 00:00:00";1;3;"09:20";"10:05";"PS";"Jiná";"PS-303";"ps303p24-uk"
472
"03.12.2019 00:00:00";6;10;"15:45";"16:30";"PS";"Jiná";"PS-103";"ps103p31-uk"
473
"03.12.2019 00:00:00";6;7;"13:00";"13:45";"UI";"Učebna";"UI-202";"ui202p13-sup"
474
"03.12.2019 00:00:00";1;1;"07:30";"08:15";"UB";"Jiná";"UB-111";"ub111p32-uk"
475
"03.12.2019 00:00:00";12;9;"14:50";"15:35";"UB";"Jiná";"UB-211";"ub211p52-uk"
476
"03.12.2019 00:00:00";6;2;"08:25";"09:10";"UL";"Laboratoř";"UL-602";"ul602p28-sup"
477
"03.12.2019 00:00:00";1;13;"18:30";"19:15";"PS";"Jiná";"PS-203";"ps203p22-uk"
478
"03.12.2019 00:00:00";1;3;"09:20";"10:05";"CD";"Učebna";"CD-203";"cd203p19-fek"
479
"03.12.2019 00:00:00";6;6;"12:05";"12:50";"LS";"Učebna";"LS-235";"ls235p45-fdu"
480
"03.12.2019 00:00:00";6;3;"09:20";"10:05";"KL";"Učebna";"KL-208";"kl208p01-sup"
481
"03.12.2019 00:00:00";1;6;"12:05";"12:50";"UC";"Laboratoř";"UC-411";"uc411p17-kme"
482
"03.12.2019 00:00:00";1;5;"11:10";"11:55";"PS";"Jiná";"PS-303";"ps303p20-uk"
483
"03.12.2019 00:00:00";4;2;"08:25";"09:10";"UL";"Laboratoř";"UL-107";"ul107p13-kks"
484
"03.12.2019 00:00:00";6;5;"11:10";"11:55";"EP";"Laboratoř";"EP-207";"ep207p10-sup"
485
"03.12.2019 00:00:00";12;8;"13:55";"14:40";"UB";"Jiná";"UB-211";"ub211p52-uk"
486
"03.12.2019 00:00:00";6;8;"13:55";"14:40";"UB";"Jiná";"UB-211";"ub211p58-uk"
487
"03.12.2019 00:00:00";1;8;"13:55";"14:40";"EU";"Laboratoř";"EU-505";"eu505x08-fel"
488
"03.12.2019 00:00:00";6;12;"17:35";"18:20";"LS";"Učebna";"LS-234";"ls234p39-fdu"
489
"03.12.2019 00:00:00";6;5;"11:10";"11:55";"UB";"Jiná";"UB-211";"ub211p53-uk"
490
"03.12.2019 00:00:00";6;4;"10:15";"11:00";"UI";"Učebna";"UI-202";"ui202p10-sup"
491
"03.12.2019 00:00:00";1;7;"13:00";"13:45";"PS";"Jiná";"PS-203";"ps203p22-uk"
492
"03.12.2019 00:00:00";6;2;"08:25";"09:10";"UL";"Laboratoř";"UL-602";"ul602p13-sup"
493
"03.12.2019 00:00:00";6;4;"10:15";"11:00";"UI";"Učebna";"UI-202";"ui202p14-sup"
494
"03.12.2019 00:00:00";1;6;"12:05";"12:50";"EU";"Učebna";"EU-506";"eu506p57-fel"
495
"03.12.2019 00:00:00";6;4;"10:15";"11:00";"EP";"Laboratoř";"EP-207";"ep207p10-sup"
496
"03.12.2019 00:00:00";6;6;"12:05";"12:50";"UI";"Učebna";"UI-202";"ui202p05-sup"
497
"03.12.2019 00:00:00";1;7;"13:00";"13:45";"UU";"Laboratoř";"UU-107";"uu107p01-kks"
498
"03.12.2019 00:00:00";1;6;"12:05";"12:50";"EU";"Laboratoř";"EU-505";"eu505x09-fel"
499
"03.12.2019 00:00:00";1;2;"08:25";"09:10";"UU";"Jiná";"UU-109";"uu109p02-uk"
500
"03.12.2019 00:00:00";4;9;"14:50";"15:35";"UL";"Laboratoř";"UL-107";"ul107p02-kks"
501
"03.12.2019 00:00:00";4;6;"12:05";"12:50";"UL";"Laboratoř";"UL-109";"ul109p12-kks"
502
"03.12.2019 00:00:00";6;5;"11:10";"11:55";"UB";"Jiná";"UB-211";"ub211p51-uk"
503
"03.12.2019 00:00:00";6;1;"07:30";"08:15";"EP";"Laboratoř";"EP-207";"ep207p06-sup"
504
"03.12.2019 00:00:00";1;5;"11:10";"11:55";"KL";"Učebna";"KL-326";"kl326p05-kvk"
505
"03.12.2019 00:00:00";6;4;"10:15";"11:00";"LS";"Učebna";"LS-234";"ls234p30-fdu"
506
"03.12.2019 00:00:00";6;3;"09:20";"10:05";"KL";"Učebna";"KL-208";"kl208p06-sup"
507
"03.12.2019 00:00:00";6;5;"11:10";"11:55";"EP";"Laboratoř";"EP-207";"ep207p07-sup"
508
"03.12.2019 00:00:00";1;4;"10:15";"11:00";"EU";"Laboratoř";"EU-505";"eu505x07-fel"
509
"03.12.2019 00:00:00";6;8;"13:55";"14:40";"UB";"Jiná";"UB-211";"ub211p40-uk"
510
"03.12.2019 00:00:00";1;7;"13:00";"13:45";"PS";"Jiná";"PS-303";"ps303p22-uk"
511
"03.12.2019 00:00:00";18;6;"12:05";"12:50";"LS";"Učebna";"LS-234";"ls233p02-fdu"
512
"03.12.2019 00:00:00";6;2;"08:25";"09:10";"UL";"Laboratoř";"UL-602";"ul602p29-sup"
513
"03.12.2019 00:00:00";2;1;"07:30";"08:15";"PS";"Jiná";"PS-203";"ps203p08-uk"
514
"03.12.2019 00:00:00";6;9;"14:50";"15:35";"UB";"Jiná";"UB-233";"ub211p49-uk"
515
"03.12.2019 00:00:00";6;3;"09:20";"10:05";"LS";"Učebna";"LS-235";"ls235p45-fdu"
516
"03.12.2019 00:00:00";1;6;"12:05";"12:50";"EU";"Laboratoř";"EU-505";"eu505x10-fel"
517
"03.12.2019 00:00:00";4;7;"13:00";"13:45";"UL";"Laboratoř";"UL-107";"ul107p13-kks"
518
"03.12.2019 00:00:00";4;6;"12:05";"12:50";"UL";"Laboratoř";"UL-107";"ul107p13-kks"
519
"03.12.2019 00:00:00";1;2;"08:25";"09:10";"EU";"Laboratoř";"EU-505";"eu505x07-fel"
520
"03.12.2019 00:00:00";4;8;"13:55";"14:40";"UL";"Laboratoř";"UL-109";"ul109p02-kks"
521
"03.12.2019 00:00:00";6;3;"09:20";"10:05";"LS";"Učebna";"LS-235";"ls235p38-fdu"
522
"03.12.2019 00:00:00";1;3;"09:20";"10:05";"KL";"Učebna";"KL-206";"kl210p08-kvd"
523
"03.12.2019 00:00:00";1;8;"13:55";"14:40";"EU";"Laboratoř";"EU-505";"eu505x07-fel"
524
"03.12.2019 00:00:00";2;3;"09:20";"10:05";"KL";"Učebna";"KL-242";"kl242p12-kmt"
525
"03.12.2019 00:00:00";6;7;"13:00";"13:45";"UB";"Jiná";"UB-211";"ub211p66-uk"
526
"03.12.2019 00:00:00";6;6;"12:05";"12:50";"UB";"Jiná";"UB-211";"ub211p37-uk"
527
"03.12.2019 00:00:00";1;1;"07:30";"08:15";"KL";"Učebna";"KL-206";"kl210p09-kvd"
528
"03.12.2019 00:00:00";6;1;"07:30";"08:15";"UI";"Učebna";"UI-202";"ui202p06-sup"
529
"03.12.2019 00:00:00";1;6;"12:05";"12:50";"EU";"Laboratoř";"EU-503";"eu503x12-kev"
530
"03.12.2019 00:00:00";6;8;"13:55";"14:40";"UI";"Učebna";"UI-202";"ui202p18-sup"
531
"03.12.2019 00:00:00";4;6;"12:05";"12:50";"UL";"Laboratoř";"UL-109";"ul109p11-kks"
532
"03.12.2019 00:00:00";1;6;"12:05";"12:50";"UC";"Laboratoř";"UC-411";"uc411p14-kme"
533
"03.12.2019 00:00:00";1;1;"07:30";"08:15";"UC";"Laboratoř";"UC-411";"uc411p12-kme"
534
"03.12.2019 00:00:00";1;9;"14:50";"15:35";"EU";"Laboratoř";"EU-503";"eu503x01-kev"
535
"03.12.2019 00:00:00";6;5;"11:10";"11:55";"UB";"Jiná";"UB-211";"ub211p54-uk"
536
"03.12.2019 00:00:00";6;5;"11:10";"11:55";"UB";"Jiná";"UB-211";"ub211p55-uk"
537
"03.12.2019 00:00:00";6;10;"15:45";"16:30";"UB";"Jiná";"UB-211";"ub211p61-uk"
538
"03.12.2019 00:00:00";1;3;"09:20";"10:05";"KL";"Učebna";"KL-206";"kl210p05-kvd"
539
"03.12.2019 00:00:00";1;6;"12:05";"12:50";"EU";"Laboratoř";"EU-505";"eu505x02-fel"
540
"03.12.2019 00:00:00";1;1;"07:30";"08:15";"KL";"Učebna";"KL-206";"kl210p07-kvd"
541
"03.12.2019 00:00:00";4;6;"12:05";"12:50";"UL";"Laboratoř";"UL-107";"ul107p05-kks"
542
"03.12.2019 00:00:00";6;11;"16:40";"17:25";"LS";"Učebna";"LS-235";"ls235p43-fdu"
543
"03.12.2019 00:00:00";12;7;"13:00";"13:45";"LS";"Učebna";"LS-234";"ls234p36-fdu"
544
"03.12.2019 00:00:00";12;6;"12:05";"12:50";"LS";"Učebna";"LS-234";"ls234p45-fdu"
545
"03.12.2019 00:00:00";6;11;"16:40";"17:25";"LS";"Učebna";"LS-235";"ls235p48-fdu"
546
"03.12.2019 00:00:00";1;4;"10:15";"11:00";"EU";"Laboratoř";"EU-505";"eu505x15-fel"
547
"03.12.2019 00:00:00";6;6;"12:05";"12:50";"EP";"Laboratoř";"EP-207";"ep207p05-sup"
548
"03.12.2019 00:00:00";6;5;"11:10";"11:55";"UI";"Učebna";"UI-202";"ui202p17-sup"
549
"03.12.2019 00:00:00";6;5;"11:10";"11:55";"UB";"Jiná";"UB-211";"ub211p41-uk"
550
"03.12.2019 00:00:00";6;8;"13:55";"14:40";"UI";"Učebna";"UI-202";"ui202p16-sup"
551
"03.12.2019 00:00:00";2;8;"13:55";"14:40";"UB";"Jiná";"UB-111";"ub111p23-uk"
552
"03.12.2019 00:00:00";4;11;"16:40";"17:25";"UL";"Laboratoř";"UL-107";"ul107p06-kks"
553
"03.12.2019 00:00:00";6;10;"15:45";"16:30";"LS";"Učebna";"LS-234";"ls234p44-fdu"
554
"03.12.2019 00:00:00";6;9;"14:50";"15:35";"LS";"Učebna";"LS-234";"ls234p50-fdu"
555
"03.12.2019 00:00:00";6;4;"10:15";"11:00";"UL";"Laboratoř";"UL-602";"ul602p12-sup"
556
"03.12.2019 00:00:00";1;1;"07:30";"08:15";"TY";"Jiná";"TY-307";"ty307ap01-kfu"
557
"03.12.2019 00:00:00";1;4;"10:15";"11:00";"PS";"Jiná";"PS-203";"ps203p22-uk"
558
"03.12.2019 00:00:00";6;4;"10:15";"11:00";"UB";"Jiná";"UB-233";"ub211p49-uk"
559
"03.12.2019 00:00:00";6;10;"15:45";"16:30";"UB";"Jiná";"UB-211";"ub211p66-uk"
560
"03.12.2019 00:00:00";6;6;"12:05";"12:50";"LS";"Učebna";"LS-235";"ls235p32-fdu"
561
"03.12.2019 00:00:00";1;3;"09:20";"10:05";"KL";"Učebna";"KL-210";"kl210p02-kvd"
562
"03.12.2019 00:00:00";6;7;"13:00";"13:45";"UI";"Učebna";"UI-202";"ui202p09-sup"
563
"03.12.2019 00:00:00";1;8;"13:55";"14:40";"UI";"Učebna";"UI-312";"ui312p51-sup"
564
"03.12.2019 00:00:00";6;6;"12:05";"12:50";"UB";"Jiná";"UB-211";"ub211p51-uk"
565
"03.12.2019 00:00:00";2;6;"12:05";"12:50";"PS";"Jiná";"PS-203";"ps203p21-uk"
566
"03.12.2019 00:00:00";8;6;"12:05";"12:50";"UL";"Laboratoř";"UL-107";"ul107p14-kks"
567
"03.12.2019 00:00:00";1;1;"07:30";"08:15";"KL";"Učebna";"KL-210";"kl210p03-kvd"
568
"03.12.2019 00:00:00";6;12;"17:35";"18:20";"UB";"Jiná";"UB-211";"ub211p38-uk"
569
"03.12.2019 00:00:00";6;12;"17:35";"18:20";"LS";"Učebna";"LS-234";"ls234p47-fdu"
570
"03.12.2019 00:00:00";1;3;"09:20";"10:05";"KL";"Učebna";"KL-206";"kl210p09-kvd"
571
"03.12.2019 00:00:00";6;7;"13:00";"13:45";"UB";"Jiná";"UB-211";"ub211p50-uk"
572
"03.12.2019 00:00:00";1;1;"07:30";"08:15";"UI";"Učebna";"UI-213";"ui213p01-ipc"
573
"03.12.2019 00:00:00";1;8;"13:55";"14:40";"PS";"Jiná";"PS-303";"ps303p23-uk"
574
"03.12.2019 00:00:00";12;7;"13:00";"13:45";"LS";"Učebna";"LS-234";"ls234p49-fdu"
575
"03.12.2019 00:00:00";1;6;"12:05";"12:50";"EU";"Laboratoř";"EU-503";"eu503x08-kev"
576
"03.12.2019 00:00:00";1;11;"16:40";"17:25";"PS";"Jiná";"PS-203";"ps203p22-uk"
577
"03.12.2019 00:00:00";6;5;"11:10";"11:55";"UB";"Jiná";"UB-211";"ub211p52-uk"
578
"03.12.2019 00:00:00";12;11;"16:40";"17:25";"LS";"Učebna";"LS-234";"ls234p49-fdu"
579
"03.12.2019 00:00:00";6;1;"07:30";"08:15";"UB";"Jiná";"UB-111";"ub111p33-uk"
580
"03.12.2019 00:00:00";6;8;"13:55";"14:40";"LS";"Učebna";"LS-234";"ls234p48-fdu"
581
"03.12.2019 00:00:00";12;14;"19:25";"20:10";"LS";"Učebna";"LS-234";"ls234p37-fdu"
582
"03.12.2019 00:00:00";6;10;"15:45";"16:30";"LS";"Učebna";"LS-234";"ls234p48-fdu"
583
"03.12.2019 00:00:00";6;5;"11:10";"11:55";"HJ";"Učebna";"HJ-108";"hj108p01-fzs"
584
"03.12.2019 00:00:00";6;2;"08:25";"09:10";"UL";"Laboratoř";"UL-602";"ul602p17-sup"
585
"03.12.2019 00:00:00";6;2;"08:25";"09:10";"UL";"Laboratoř";"UL-602";"ul602p19-sup"
586
"03.12.2019 00:00:00";6;6;"12:05";"12:50";"EP";"Laboratoř";"EP-207";"ep207p13-sup"
587
"03.12.2019 00:00:00";6;5;"11:10";"11:55";"UB";"Jiná";"UB-211";"ub211p65-uk"
588
"03.12.2019 00:00:00";6;5;"11:10";"11:55";"EP";"Laboratoř";"EP-207";"ep207p03-sup"
589
"03.12.2019 00:00:00";6;10;"15:45";"16:30";"UB";"Jiná";"UB-211";"ub211p60-uk"
590
"03.12.2019 00:00:00";4;11;"16:40";"17:25";"UL";"Laboratoř";"UL-107";"ul107p03-kks"
591
"03.12.2019 00:00:00";6;3;"09:20";"10:05";"UB";"Jiná";"UB-211";"ub211p59-uk"
592
"03.12.2019 00:00:00";1;2;"08:25";"09:10";"UU";"Jiná";"UU-207";"uu207n13-ovz"
593
"03.12.2019 00:00:00";1;4;"10:15";"11:00";"EU";"Laboratoř";"EU-503";"eu503x03-kev"
594
"03.12.2019 00:00:00";1;7;"13:00";"13:45";"PS";"Jiná";"PS-303";"ps303p20-uk"
595
"03.12.2019 00:00:00";1;4;"10:15";"11:00";"EU";"Laboratoř";"EU-503";"eu503x09-kev"
596
"03.12.2019 00:00:00";4;6;"12:05";"12:50";"UL";"Laboratoř";"UL-107";"ul107p09-kks"
597
"03.12.2019 00:00:00";6;7;"13:00";"13:45";"UI";"Učebna";"UI-202";"ui202p07-sup"
598
"03.12.2019 00:00:00";12;8;"13:55";"14:40";"LS";"Učebna";"LS-234";"ls234p45-fdu"
599
"03.12.2019 00:00:00";1;6;"12:05";"12:50";"PS";"Jiná";"PS-303";"ps303p22-uk"
600
"03.12.2019 00:00:00";12;7;"13:00";"13:45";"LS";"Učebna";"LS-234";"ls234p35-fdu"
601
"03.12.2019 00:00:00";6;6;"12:05";"12:50";"UI";"Učebna";"UI-202";"ui202p08-sup"
602
"03.12.2019 00:00:00";6;8;"13:55";"14:40";"LS";"Učebna";"LS-234";"ls234p42-fdu"
603
"03.12.2019 00:00:00";1;3;"09:20";"10:05";"EU";"Laboratoř";"EU-503";"eu503x07-kev"
604
"03.12.2019 00:00:00";4;6;"12:05";"12:50";"UL";"Laboratoř";"UL-109";"ul109p10-kks"
605
"03.12.2019 00:00:00";6;5;"11:10";"11:55";"UB";"Jiná";"UB-211";"ub211p62-uk"
606
"03.12.2019 00:00:00";1;8;"13:55";"14:40";"EU";"Laboratoř";"EU-505";"eu505x15-fel"
607
"03.12.2019 00:00:00";6;3;"09:20";"10:05";"UB";"Jiná";"UB-211";"ub211p42-uk"
608
"03.12.2019 00:00:00";6;3;"09:20";"10:05";"EP";"Laboratoř";"EP-207";"ep207p13-sup"
609
"03.12.2019 00:00:00";6;9;"14:50";"15:35";"LS";"Učebna";"LS-234";"ls234p49-fdu"
610
"03.12.2019 00:00:00";6;6;"12:05";"12:50";"LS";"Učebna";"LS-234";"ls234p48-fdu"
611
"03.12.2019 00:00:00";1;1;"07:30";"08:15";"KL";"Učebna";"KL-206";"kl210p04-kvd"
612
"03.12.2019 00:00:00";1;3;"09:20";"10:05";"EU";"Učebna";"EU-506";"eu506p57-fel"
613
"03.12.2019 00:00:00";1;4;"10:15";"11:00";"PS";"Jiná";"PS-303";"ps303p25-uk"
614
"03.12.2019 00:00:00";2;3;"09:20";"10:05";"UU";"Jiná";"UU-109";"uu109p02-uk"
615
"03.12.2019 00:00:00";6;8;"13:55";"14:40";"UB";"Jiná";"UB-211";"ub211p55-uk"
616
"03.12.2019 00:00:00";1;6;"12:05";"12:50";"EU";"Laboratoř";"EU-505";"eu505x16-fel"
617
"03.12.2019 00:00:00";1;3;"09:20";"10:05";"EU";"Laboratoř";"EU-505";"eu505x15-fel"
618
"03.12.2019 00:00:00";6;14;"19:25";"20:10";"LS";"Učebna";"LS-234";"ls234p44-fdu"
619
"03.12.2019 00:00:00";6;1;"07:30";"08:15";"UL";"Laboratoř";"UL-602";"ul602p06-sup"
620
"03.12.2019 00:00:00";1;3;"09:20";"10:05";"PS";"Jiná";"PS-303";"ps303p21-uk"
621
"03.12.2019 00:00:00";6;7;"13:00";"13:45";"UI";"Učebna";"UI-202";"ui202p15-sup"
622
"03.12.2019 00:00:00";6;3;"09:20";"10:05";"PS";"Jiná";"PS-103";"ps103p30-uk"
623
"03.12.2019 00:00:00";6;4;"10:15";"11:00";"UL";"Laboratoř";"UL-602";"ul602p13-sup"
624
"03.12.2019 00:00:00";6;1;"07:30";"08:15";"UN";"Laboratoř";"UN-437";"un437p02-kme"
625
"03.12.2019 00:00:00";6;8;"13:55";"14:40";"EP";"Laboratoř";"EP-207";"ep207p03-sup"
626
"03.12.2019 00:00:00";1;5;"11:10";"11:55";"KL";"Učebna";"KL-326";"kl326p06-kvk"
627
"03.12.2019 00:00:00";1;4;"10:15";"11:00";"EU";"Laboratoř";"EU-503";"eu503x08-kev"
628
"03.12.2019 00:00:00";1;6;"12:05";"12:50";"EU";"Laboratoř";"EU-505";"eu505x07-fel"
629
"03.12.2019 00:00:00";6;6;"12:05";"12:50";"LS";"Učebna";"LS-234";"ls234p41-fdu"
630
"03.12.2019 00:00:00";6;11;"16:40";"17:25";"UI";"Učebna";"UI-202";"ui202p07-sup"
631
"03.12.2019 00:00:00";6;2;"08:25";"09:10";"UL";"Laboratoř";"UL-602";"ul602p25-sup"
632
"03.12.2019 00:00:00";4;6;"12:05";"12:50";"UL";"Laboratoř";"UL-107";"ul107p03-kks"
633
"03.12.2019 00:00:00";6;2;"08:25";"09:10";"UL";"Laboratoř";"UL-602";"ul602p20-sup"
634
"03.12.2019 00:00:00";1;2;"08:25";"09:10";"CD";"Učebna";"CD-203";"cd203p28-fek"
635
"03.12.2019 00:00:00";1;3;"09:20";"10:05";"UI";"Učebna";"UI-312";"ui312p55-sup"
636
"03.12.2019 00:00:00";6;3;"09:20";"10:05";"PS";"Jiná";"PS-103";"ps103p31-uk"
637
"03.12.2019 00:00:00";6;7;"13:00";"13:45";"UB";"Jiná";"UB-211";"ub211p38-uk"
638
"03.12.2019 00:00:00";8;6;"12:05";"12:50";"UL";"Laboratoř";"UL-107";"ul107p04-kks"
639
"03.12.2019 00:00:00";6;7;"13:00";"13:45";"LS";"Laboratoř";"LS-146";"ls146p02-fdu"
640
"03.12.2019 00:00:00";6;11;"16:40";"17:25";"LS";"Učebna";"LS-234";"ls234p45-fdu"
641
"03.12.2019 00:00:00";2;2;"08:25";"09:10";"PS";"Jiná";"PS-203";"ps203p08-uk"
642
"03.12.2019 00:00:00";6;5;"11:10";"11:55";"EP";"Laboratoř";"EP-207";"ep207p11-sup"
643
"03.12.2019 00:00:00";6;11;"16:40";"17:25";"UI";"Učebna";"UI-202";"ui202p15-sup"
644
"03.12.2019 00:00:00";6;3;"09:20";"10:05";"LS";"Učebna";"LS-235";"ls235p31-fdu"
645
"03.12.2019 00:00:00";1;6;"12:05";"12:50";"EU";"Laboratoř";"EU-505";"eu505x11-fel"
646
"03.12.2019 00:00:00";6;9;"14:50";"15:35";"EP";"Posluchárna";"EP-130";"ep130p01-civ"
647
"03.12.2019 00:00:00";1;4;"10:15";"11:00";"EU";"Laboratoř";"EU-505";"eu505x18-fel"
648
"03.12.2019 00:00:00";6;2;"08:25";"09:10";"UB";"Jiná";"UB-211";"ub211p38-uk"
649
"03.12.2019 00:00:00";6;11;"16:40";"17:25";"LS";"Učebna";"LS-234";"ls234p42-fdu"
650
"03.12.2019 00:00:00";6;6;"12:05";"12:50";"UL";"Laboratoř";"UL-107";"ul107p08-kks"
651
"03.12.2019 00:00:00";6;3;"09:20";"10:05";"UB";"Jiná";"UB-232";"ub211p48-uk"
652
"03.12.2019 00:00:00";1;4;"10:15";"11:00";"EU";"Laboratoř";"EU-505";"eu505x08-fel"
653
"03.12.2019 00:00:00";1;3;"09:20";"10:05";"EU";"Laboratoř";"EU-505";"eu505x10-fel"
654
"03.12.2019 00:00:00";1;10;"15:45";"16:30";"PS";"Jiná";"PS-303";"ps303p23-uk"
655
"03.12.2019 00:00:00";6;3;"09:20";"10:05";"LS";"Učebna";"LS-235";"ls235p34-fdu"
656
"03.12.2019 00:00:00";6;12;"17:35";"18:20";"LS";"Učebna";"LS-234";"ls234p40-fdu"
657
"03.12.2019 00:00:00";1;5;"11:10";"11:55";"EU";"Učebna";"EU-506";"eu506p66-fel"
658
"03.12.2019 00:00:00";6;5;"11:10";"11:55";"UI";"Učebna";"UI-202";"ui202p01-sup"
659
"03.12.2019 00:00:00";2;3;"09:20";"10:05";"UB";"Jiná";"UB-111";"ub111p23-uk"
660
"03.12.2019 00:00:00";6;5;"11:10";"11:55";"EP";"Laboratoř";"EP-207";"ep207p05-sup"
661
"03.12.2019 00:00:00";1;2;"08:25";"09:10";"UI";"Učebna";"UI-213";"ui213p52-ipc"
662
"03.12.2019 00:00:00";4;9;"14:50";"15:35";"UL";"Laboratoř";"UL-109";"ul109p15-kks"
663
"03.12.2019 00:00:00";6;4;"10:15";"11:00";"UB";"Jiná";"UB-230";"ub211p46-uk"
664
"03.12.2019 00:00:00";6;8;"13:55";"14:40";"EP";"Laboratoř";"EP-207";"ep207p07-sup"
665
"03.12.2019 00:00:00";1;1;"07:30";"08:15";"KL";"Učebna";"KL-206";"kl210p05-kvd"
666
"03.12.2019 00:00:00";4;6;"12:05";"12:50";"UL";"Laboratoř";"UL-107";"ul107p07-kks"
667
"03.12.2019 00:00:00";1;1;"07:30";"08:15";"KL";"Učebna";"KL-210";"kl210p01-kvd"
668
"03.12.2019 00:00:00";6;3;"09:20";"10:05";"LS";"Učebna";"LS-235";"ls236p05-fdu"
669
"03.12.2019 00:00:00";4;4;"10:15";"11:00";"UL";"Laboratoř";"UL-107";"ul107p11-kks"
670
"03.12.2019 00:00:00";6;4;"10:15";"11:00";"UB";"Jiná";"UB-211";"ub211p39-uk"
671
"03.12.2019 00:00:00";1;12;"17:35";"18:20";"PS";"Jiná";"PS-203";"ps203p19-uk"
672
"03.12.2019 00:00:00";1;8;"13:55";"14:40";"PS";"Jiná";"PS-303";"ps303p28-uk"
673
"03.12.2019 00:00:00";1;4;"10:15";"11:00";"EU";"Laboratoř";"EU-503";"eu503x06-kev"
674
"03.12.2019 00:00:00";6;3;"09:20";"10:05";"UB";"Jiná";"UB-211";"ub211p43-uk"
675
"03.12.2019 00:00:00";6;2;"08:25";"09:10";"LS";"Učebna";"LS-234";"ls234p47-fdu"
676
"03.12.2019 00:00:00";6;1;"07:30";"08:15";"UL";"Laboratoř";"UL-602";"ul602p03-sup"
677
"03.12.2019 00:00:00";6;8;"13:55";"14:40";"UB";"Jiná";"UB-211";"ub211p61-uk"
678
"03.12.2019 00:00:00";4;11;"16:40";"17:25";"UL";"Laboratoř";"UL-107";"ul107p05-kks"
679
"03.12.2019 00:00:00";4;4;"10:15";"11:00";"UL";"Laboratoř";"UL-107";"ul107p01-kks"
680
"03.12.2019 00:00:00";6;11;"16:40";"17:25";"UB";"Jiná";"UB-211";"ub211p37-uk"
681
"03.12.2019 00:00:00";6;3;"09:20";"10:05";"UB";"Jiná";"UB-231";"ub211p47-uk"
682
"03.12.2019 00:00:00";2;9;"14:50";"15:35";"UB";"Jiná";"UB-111";"ub111p23-uk"
683
"03.12.2019 00:00:00";6;6;"12:05";"12:50";"LS";"Učebna";"LS-234";"ls234p36-fdu"
684
"03.12.2019 00:00:00";4;7;"13:00";"13:45";"UL";"Laboratoř";"UL-107";"ul107p12-kks"
685
"03.12.2019 00:00:00";1;3;"09:20";"10:05";"EU";"Laboratoř";"EU-505";"eu505x09-fel"
686
"03.12.2019 00:00:00";6;4;"10:15";"11:00";"UI";"Učebna";"UI-202";"ui202p13-sup"
687
"03.12.2019 00:00:00";4;8;"13:55";"14:40";"UL";"Laboratoř";"UL-109";"ul109p16-kks"
688
"03.12.2019 00:00:00";2;1;"07:30";"08:15";"KL";"Učebna";"KL-206";"kl210p11-kvd"
689
"03.12.2019 00:00:00";6;6;"12:05";"12:50";"LS";"Učebna";"LS-234";"ls234p49-fdu"
690
"03.12.2019 00:00:00";6;10;"15:45";"16:30";"UB";"Jiná";"UB-211";"ub211p63-uk"
691
"03.12.2019 00:00:00";6;2;"08:25";"09:10";"UL";"Laboratoř";"UL-602";"ul602p11-sup"
692
"03.12.2019 00:00:00";6;3;"09:20";"10:05";"LS";"Učebna";"LS-235";"ls235p50-fdu"
693
"03.12.2019 00:00:00";12;6;"12:05";"12:50";"UL";"Laboratoř";"UL-107";"ul107p11-kks"
694
"03.12.2019 00:00:00";6;6;"12:05";"12:50";"EP";"Laboratoř";"EP-207";"ep207p01-sup"
695
"03.12.2019 00:00:00";6;3;"09:20";"10:05";"LS";"Učebna";"LS-235";"ls235p44-fdu"
696
"03.12.2019 00:00:00";6;3;"09:20";"10:05";"LS";"Učebna";"LS-235";"ls235p33-fdu"
697
"03.12.2019 00:00:00";6;6;"12:05";"12:50";"LS";"Učebna";"LS-235";"ls235p34-fdu"
698
"03.12.2019 00:00:00";6;10;"15:45";"16:30";"LS";"Učebna";"LS-234";"ls234p42-fdu"
699
"03.12.2019 00:00:00";6;3;"09:20";"10:05";"LS";"Laboratoř";"LS-147";"ls147p01-fdu"
700
"03.12.2019 00:00:00";18;4;"10:15";"11:00";"LS";"Učebna";"LS-234";"ls233p02-fdu"
701
"03.12.2019 00:00:00";6;3;"09:20";"10:05";"UB";"Jiná";"UB-211";"ub211p56-uk"
702
"03.12.2019 00:00:00";6;6;"12:05";"12:50";"UI";"Učebna";"UI-202";"ui202p04-sup"
703
"03.12.2019 00:00:00";12;2;"08:25";"09:10";"LS";"Učebna";"LS-234";"ls233p02-fdu"
704
"03.12.2019 00:00:00";6;6;"12:05";"12:50";"LS";"Učebna";"LS-235";"ls236p05-fdu"
705
"03.12.2019 00:00:00";1;7;"13:00";"13:45";"PS";"Jiná";"PS-303";"ps303p27-uk"
706
"03.12.2019 00:00:00";6;4;"10:15";"11:00";"UL";"Laboratoř";"UL-602";"ul602p09-sup"
707
"03.12.2019 00:00:00";4;7;"13:00";"13:45";"UL";"Laboratoř";"UL-109";"ul109p09-kks"
708
"03.12.2019 00:00:00";4;5;"11:10";"11:55";"PS";"Jiná";"PS-203";"ps203p08-uk"
709
"03.12.2019 00:00:00";6;1;"07:30";"08:15";"LS";"Učebna";"LS-234";"ls233p02-fdu"
710
"03.12.2019 00:00:00";6;8;"13:55";"14:40";"UB";"Jiná";"UB-211";"ub211p39-uk"
711
"03.12.2019 00:00:00";6;4;"10:15";"11:00";"LS";"Učebna";"LS-234";"ls234p38-fdu"
712
"03.12.2019 00:00:00";6;8;"13:55";"14:40";"UL";"Laboratoř";"UL-107";"ul107p15-kks"
713
"03.12.2019 00:00:00";6;10;"15:45";"16:30";"UB";"Jiná";"UB-211";"ub211p62-uk"
714
"03.12.2019 00:00:00";12;4;"10:15";"11:00";"LS";"Učebna";"LS-234";"ls234p50-fdu"
715
"03.12.2019 00:00:00";1;7;"13:00";"13:45";"PS";"Jiná";"PS-203";"ps203p20-uk"
716
"03.12.2019 00:00:00";6;11;"16:40";"17:25";"UL";"Laboratoř";"UL-107";"ul107p15-kks"
717
"03.12.2019 00:00:00";4;6;"12:05";"12:50";"UL";"Laboratoř";"UL-107";"ul109p07-kks"
718
"03.12.2019 00:00:00";6;6;"12:05";"12:50";"LS";"Učebna";"LS-235";"ls235p40-fdu"
719
"03.12.2019 00:00:00";1;1;"07:30";"08:15";"KL";"Učebna";"KL-206";"kl210p08-kvd"
720
"03.12.2019 00:00:00";1;6;"12:05";"12:50";"EU";"Laboratoř";"EU-503";"eu503x05-kev"
721
"03.12.2019 00:00:00";1;5;"11:10";"11:55";"ST";"Jiná";"ST-405";"st405p30-uk"
722
"03.12.2019 00:00:00";6;8;"13:55";"14:40";"LS";"Laboratoř";"LS-119";"ls213jp01-fdu"
723
"03.12.2019 00:00:00";1;8;"13:55";"14:40";"EU";"Laboratoř";"EU-505";"eu505x10-fel"
724
"03.12.2019 00:00:00";1;5;"11:10";"11:55";"PS";"Jiná";"PS-203";"ps203p21-uk"
725
"03.12.2019 00:00:00";6;2;"08:25";"09:10";"UL";"Laboratoř";"UL-602";"ul602p01-sup"
726
"03.12.2019 00:00:00";6;2;"08:25";"09:10";"UL";"Laboratoř";"UL-602";"ul602p07-sup"
727
"03.12.2019 00:00:00";1;3;"09:20";"10:05";"KL";"Učebna";"KL-206";"kl210p10-kvd"
728
"03.12.2019 00:00:00";1;4;"10:15";"11:00";"EU";"Laboratoř";"EU-505";"eu505x05-fel"
729
"03.12.2019 00:00:00";1;6;"12:05";"12:50";"EU";"Laboratoř";"EU-505";"eu505x04-fel"
730
"03.12.2019 00:00:00";1;1;"07:30";"08:15";"ST";"Jiná";"ST-405";"st405p30-uk"
731
"03.12.2019 00:00:00";6;6;"12:05";"12:50";"UL";"Jiná";"UL-227";"ul227p27-kke"
732
"03.12.2019 00:00:00";6;8;"13:55";"14:40";"LS";"Učebna";"LS-235";"ls235p30-fdu"
733
"03.12.2019 00:00:00";1;7;"13:00";"13:45";"PS";"Jiná";"PS-303";"ps303p23-uk"
734
"03.12.2019 00:00:00";6;4;"10:15";"11:00";"UB";"Jiná";"UB-211";"ub211p60-uk"
735
"03.12.2019 00:00:00";6;6;"12:05";"12:50";"UC";"Laboratoř";"UC-411";"uc411p10-kme"
736
"03.12.2019 00:00:00";1;8;"13:55";"14:40";"EU";"Laboratoř";"EU-505";"eu505x14-fel"
737
"03.12.2019 00:00:00";6;7;"13:00";"13:45";"UB";"Jiná";"UB-211";"ub211p63-uk"
738
"03.12.2019 00:00:00";1;3;"09:20";"10:05";"PS";"Jiná";"PS-203";"ps203p21-uk"
739
"03.12.2019 00:00:00";6;2;"08:25";"09:10";"LS";"Učebna";"LS-235";"ls235p42-fdu"
740
"03.12.2019 00:00:00";1;7;"13:00";"13:45";"PS";"Jiná";"PS-303";"ps303p21-uk"
741
"03.12.2019 00:00:00";6;2;"08:25";"09:10";"UR";"Jiná";"UR-311";"ur311p51-rek"
742
"03.12.2019 00:00:00";6;11;"16:40";"17:25";"PS";"Jiná";"PS-103";"ps103p30-uk"
743
"03.12.2019 00:00:00";6;6;"12:05";"12:50";"EP";"Laboratoř";"EP-207";"ep207p06-sup"
744
"03.12.2019 00:00:00";2;7;"13:00";"13:45";"PS";"Jiná";"PS-203";"ps203p08-uk"
745
"03.12.2019 00:00:00";4;8;"13:55";"14:40";"UL";"Laboratoř";"UL-107";"ul107p02-kks"
746
"03.12.2019 00:00:00";1;4;"10:15";"11:00";"EU";"Laboratoř";"EU-505";"eu505x12-fel"
747
"03.12.2019 00:00:00";6;8;"13:55";"14:40";"LS";"Učebna";"LS-234";"ls234p40-fdu"
748
"03.12.2019 00:00:00";6;7;"13:00";"13:45";"UB";"Jiná";"UB-211";"ub211p35-uk"
749
"03.12.2019 00:00:00";6;8;"13:55";"14:40";"ST";"Učebna";"ST-407";"st407p03-uk"
750
"03.12.2019 00:00:00";1;3;"09:20";"10:05";"EU";"Laboratoř";"EU-505";"eu505x14-fel"
751
"03.12.2019 00:00:00";1;5;"11:10";"11:55";"PS";"Jiná";"PS-303";"ps303p24-uk"
752
"03.12.2019 00:00:00";4;4;"10:15";"11:00";"UL";"Laboratoř";"UL-107";"ul107p02-kks"
753
"03.12.2019 00:00:00";6;5;"11:10";"11:55";"LS";"Učebna";"LS-234";"ls234p50-fdu"
754
"03.12.2019 00:00:00";5;4;"10:15";"11:00";"PS";"Jiná";"PS-203";"ps203p08-uk"
755
"03.12.2019 00:00:00";1;4;"10:15";"11:00";"UB";"Jiná";"UB-111";"ub111p31-uk"
756
"03.12.2019 00:00:00";8;6;"12:05";"12:50";"UL";"Laboratoř";"UL-107";"ul107p10-kks"
757
"03.12.2019 00:00:00";6;11;"16:40";"17:25";"LS";"Učebna";"LS-234";"ls234p50-fdu"
758
"03.12.2019 00:00:00";6;7;"13:00";"13:45";"UI";"Učebna";"UI-202";"ui202p10-sup"
759
"03.12.2019 00:00:00";6;7;"13:00";"13:45";"UB";"Jiná";"UB-231";"ub211p47-uk"
760
"03.12.2019 00:00:00";12;11;"16:40";"17:25";"LS";"Učebna";"LS-234";"ls234p43-fdu"
761
"03.12.2019 00:00:00";1;5;"11:10";"11:55";"UC";"Laboratoř";"UC-411";"uc411p16-kme"
762
"03.12.2019 00:00:00";6;12;"17:35";"18:20";"UB";"Jiná";"UB-211";"ub211p62-uk"
763
"03.12.2019 00:00:00";6;7;"13:00";"13:45";"UB";"Jiná";"UB-211";"ub211p37-uk"
764
"03.12.2019 00:00:00";1;1;"07:30";"08:15";"KL";"Učebna";"KL-206";"kl210p10-kvd"
765
"03.12.2019 00:00:00";6;2;"08:25";"09:10";"UL";"Laboratoř";"UL-602";"ul602p30-sup"
766
"03.12.2019 00:00:00";1;8;"13:55";"14:40";"EU";"Laboratoř";"EU-505";"eu505x09-fel"
767
"03.12.2019 00:00:00";1;12;"17:35";"18:20";"PS";"Jiná";"PS-203";"ps203p08-uk"
768
"03.12.2019 00:00:00";1;1;"07:30";"08:15";"KL";"Učebna";"KL-210";"kl210p02-kvd"
769
"03.12.2019 00:00:00";4;11;"16:40";"17:25";"UL";"Laboratoř";"UL-107";"ul107p04-kks"
770
"03.12.2019 00:00:00";6;12;"17:35";"18:20";"LS";"Učebna";"LS-234";"ls234p49-fdu"
771
"03.12.2019 00:00:00";1;2;"08:25";"09:10";"CD";"Učebna";"CD-203";"cd203p30-fek"
772
"03.12.2019 00:00:00";6;4;"10:15";"11:00";"UB";"Jiná";"UB-211";"ub211p36-uk"
773
"03.12.2019 00:00:00";6;4;"10:15";"11:00";"UL";"Laboratoř";"UL-602";"ul602p25-sup"
774
"03.12.2019 00:00:00";1;9;"14:50";"15:35";"PS";"Jiná";"PS-203";"ps203p20-uk"
775
"03.12.2019 00:00:00";1;11;"16:40";"17:25";"PS";"Jiná";"PS-303";"ps303p24-uk"
776
"03.12.2019 00:00:00";1;3;"09:20";"10:05";"EU";"Laboratoř";"EU-505";"eu505x05-fel"
777
"03.12.2019 00:00:00";4;11;"16:40";"17:25";"UL";"Laboratoř";"UL-107";"ul107p14-kks"
778
"03.12.2019 00:00:00";1;1;"07:30";"08:15";"UI";"Učebna";"UI-312";"ui312p51-sup"
779
"03.12.2019 00:00:00";1;3;"09:20";"10:05";"KL";"Učebna";"KL-206";"kl210p04-kvd"
780
"03.12.2019 00:00:00";1;4;"10:15";"11:00";"EU";"Laboratoř";"EU-503";"eu503x02-kev"
781
"03.12.2019 00:00:00";4;8;"13:55";"14:40";"UL";"Laboratoř";"UL-107";"ul107p04-kks"
782
"03.12.2019 00:00:00";1;10;"15:45";"16:30";"UC";"Laboratoř";"UC-411";"uc411p14-kme"
783
"03.12.2019 00:00:00";6;7;"13:00";"13:45";"LS";"Učebna";"LS-235";"ls235p40-fdu"
784
"03.12.2019 00:00:00";4;6;"12:05";"12:50";"UL";"Laboratoř";"UL-107";"ul107p12-kks"
785
"03.12.2019 00:00:00";6;5;"11:10";"11:55";"UB";"Jiná";"UB-211";"ub211p33-uk"
786
"03.12.2019 00:00:00";1;4;"10:15";"11:00";"UU";"Jiná";"UU-109";"uu109p02-uk"
787
"03.12.2019 00:00:00";6;8;"13:55";"14:40";"UB";"Jiná";"UB-211";"ub211p42-uk"
788
"03.12.2019 00:00:00";24;7;"13:00";"13:45";"LS";"Učebna";"LS-234";"ls233p02-fdu"
789
"03.12.2019 00:00:00";6;4;"10:15";"11:00";"KL";"Jiná";"KL-106";"ch106p05-kan"
790
"03.12.2019 00:00:00";6;9;"14:50";"15:35";"UB";"Jiná";"UB-111";"ub111p33-uk"
791
"03.12.2019 00:00:00";1;10;"15:45";"16:30";"UB";"Jiná";"UB-111";"ub111p32-uk"
792
"03.12.2019 00:00:00";6;5;"11:10";"11:55";"UB";"Jiná";"UB-211";"ub211p58-uk"
793
"03.12.2019 00:00:00";12;4;"10:15";"11:00";"UL";"Laboratoř";"UL-107";"ul107p08-kks"
794
"03.12.2019 00:00:00";1;3;"09:20";"10:05";"KL";"Učebna";"KL-206";"kl210p11-kvd"
795
"03.12.2019 00:00:00";1;6;"12:05";"12:50";"UC";"Laboratoř";"UC-411";"uc411p12-kme"
796
"03.12.2019 00:00:00";1;3;"09:20";"10:05";"CD";"Učebna";"CD-203";"cd203p20-fek"
797
"03.12.2019 00:00:00";6;3;"09:20";"10:05";"LS";"Učebna";"LS-235";"ls235p30-fdu"
Server/ServerApp/data/login/OD_ZCU_STROJE_12_2019 - Copy.CSV
1
"01.12.2019 00:00:00";4;2;"08:25";"09:10";"UL";"Laboratoř";"UL-109";"ul109p01-kks"
2
"01.12.2019 00:00:00";4;2;"08:25";"09:10";"UL";"Laboratoř";"UL-109";"ul109p04-kks"
3
"01.12.2019 00:00:00";4;3;"09:20";"10:05";"UL";"Laboratoř";"UL-109";"ul109p04-kks"
4
"01.12.2019 00:00:00";4;2;"08:25";"09:10";"UL";"Laboratoř";"UL-109";"ul109p03-kks"
5
"01.12.2019 00:00:00";4;2;"08:25";"09:10";"UL";"Laboratoř";"UL-109";"ul109p02-kks"
6
"01.12.2019 00:00:00";4;3;"09:20";"10:05";"UL";"Laboratoř";"UL-109";"ul109p02-kks"
7
"02.12.2019 00:00:00";4;8;"13:55";"14:40";"UL";"Laboratoř";"UL-107";"ul107p07-kks"
8
"02.12.2019 00:00:00";6;5;"11:10";"11:55";"UB";"Jiná";"UB-211";"ub211p63-uk"
9
"02.12.2019 00:00:00";1;2;"08:25";"09:10";"CD";"Učebna";"CD-203";"cd203p16-fek"
10
"02.12.2019 00:00:00";1;2;"08:25";"09:10";"EU";"Laboratoř";"EU-505";"eu505x14-fel"
11
"02.12.2019 00:00:00";1;11;"16:40";"17:25";"UC";"Laboratoř";"UC-411";"uc411p12-kme"
12
"02.12.2019 00:00:00";6;6;"12:05";"12:50";"UB";"Jiná";"UB-211";"ub211p39-uk"
13
"02.12.2019 00:00:00";6;3;"09:20";"10:05";"UI";"Učebna";"UI-202";"ui202p06-sup"
14
"02.12.2019 00:00:00";6;6;"12:05";"12:50";"UI";"Učebna";"UI-202";"ui202p18-sup"
15
"02.12.2019 00:00:00";12;11;"16:40";"17:25";"LS";"Učebna";"LS-234";"ls233p02-fdu"
16
"02.12.2019 00:00:00";1;1;"07:30";"08:15";"EU";"Laboratoř";"EU-505";"eu505x08-fel"
17
"02.12.2019 00:00:00";1;5;"11:10";"11:55";"KL";"Učebna";"KL-206";"kl206p03-kvd"
18
"02.12.2019 00:00:00";1;4;"10:15";"11:00";"KL";"Učebna";"KL-206";"kl206p05-kvd"
19
"02.12.2019 00:00:00";1;2;"08:25";"09:10";"KL";"Učebna";"KL-206";"kl206p15-kvd"
20
"02.12.2019 00:00:00";6;6;"12:05";"12:50";"LS";"Učebna";"LS-234";"ls234p45-fdu"
21
"02.12.2019 00:00:00";1;7;"13:00";"13:45";"PS";"Jiná";"PS-303";"ps303p24-uk"
22
"02.12.2019 00:00:00";6;4;"10:15";"11:00";"UI";"Učebna";"UI-202";"ui202p13-sup"
23
"02.12.2019 00:00:00";6;6;"12:05";"12:50";"UI";"Učebna";"UI-202";"ui202p06-sup"
24
"02.12.2019 00:00:00";6;3;"09:20";"10:05";"LS";"Učebna";"LS-234";"ls234p40-fdu"
25
"02.12.2019 00:00:00";1;2;"08:25";"09:10";"EU";"Laboratoř";"EU-503";"eu503x09-kev"
26
"02.12.2019 00:00:00";6;5;"11:10";"11:55";"UL";"Laboratoř";"UL-602";"ul602p15-sup"
27
"02.12.2019 00:00:00";6;10;"15:45";"16:30";"UB";"Jiná";"UB-211";"ub211p43-uk"
28
"02.12.2019 00:00:00";1;3;"09:20";"10:05";"EU";"Laboratoř";"EU-505";"eu505x01-fel"
29
"02.12.2019 00:00:00";6;6;"12:05";"12:50";"LS";"Učebna";"LS-234";"ls234p33-fdu"
30
"02.12.2019 00:00:00";1;2;"08:25";"09:10";"KL";"Učebna";"KL-206";"kl206p10-kvd"
31
"02.12.2019 00:00:00";6;2;"08:25";"09:10";"UL";"Laboratoř";"UL-602";"ul602p25-sup"
32
"02.12.2019 00:00:00";6;3;"09:20";"10:05";"LS";"Laboratoř";"LS-146";"ls146p02-fdu"
33
"02.12.2019 00:00:00";12;5;"11:10";"11:55";"LS";"Učebna";"LS-234";"ls234p47-fdu"
34
"02.12.2019 00:00:00";1;12;"17:35";"18:20";"EU";"Laboratoř";"EU-505";"eu505x07-fel"
35
"02.12.2019 00:00:00";1;5;"11:10";"11:55";"KL";"Učebna";"KL-206";"kl206p05-kvd"
36
"02.12.2019 00:00:00";1;2;"08:25";"09:10";"UI";"Učebna";"UI-312";"ui312p55-sup"
37
"02.12.2019 00:00:00";6;10;"15:45";"16:30";"PS";"Jiná";"PS-103";"ps103p31-uk"
38
"02.12.2019 00:00:00";6;5;"11:10";"11:55";"UI";"Učebna";"UI-202";"ui202p01-sup"
39
"02.12.2019 00:00:00";4;10;"15:45";"16:30";"UL";"Laboratoř";"UL-109";"ul109p05-kks"
40
"02.12.2019 00:00:00";1;2;"08:25";"09:10";"KL";"Učebna";"KL-206";"kl206p01-kvd"
41
"02.12.2019 00:00:00";6;2;"08:25";"09:10";"UL";"Laboratoř";"UL-602";"ul602p19-sup"
42
"02.12.2019 00:00:00";1;9;"14:50";"15:35";"EU";"Laboratoř";"EU-505";"eu505x13-fel"
43
"02.12.2019 00:00:00";1;9;"14:50";"15:35";"PS";"Jiná";"PS-303";"ps303p24-uk"
44
"02.12.2019 00:00:00";6;5;"11:10";"11:55";"LS";"Učebna";"LS-234";"ls234p40-fdu"
45
"02.12.2019 00:00:00";1;6;"12:05";"12:50";"EU";"Laboratoř";"EU-503";"eu503x09-kev"
46
"02.12.2019 00:00:00";1;11;"16:40";"17:25";"ST";"Učebna";"ST-407";"st407p10-uk"
47
"02.12.2019 00:00:00";6;11;"16:40";"17:25";"LS";"Učebna";"LS-234";"ls234p40-fdu"
48
"02.12.2019 00:00:00";6;9;"14:50";"15:35";"LS";"Učebna";"LS-234";"ls234p45-fdu"
49
"02.12.2019 00:00:00";1;3;"09:20";"10:05";"UB";"Jiná";"UB-211";"ub211n05-uk"
50
"02.12.2019 00:00:00";6;2;"08:25";"09:10";"UL";"Laboratoř";"UL-602";"ul602p17-sup"
51
"02.12.2019 00:00:00";6;2;"08:25";"09:10";"UB";"Jiná";"UB-211";"ub211p36-uk"
52
"02.12.2019 00:00:00";4;6;"12:05";"12:50";"UL";"Laboratoř";"UL-109";"ul109p02-kks"
53
"02.12.2019 00:00:00";1;5;"11:10";"11:55";"PS";"Jiná";"PS-203";"ps203p20-uk"
54
"02.12.2019 00:00:00";1;1;"07:30";"08:15";"PS";"Jiná";"PS-203";"ps203p08-uk"
55
"02.12.2019 00:00:00";4;9;"14:50";"15:35";"UL";"Laboratoř";"UL-107";"ul107p02-kks"
56
"02.12.2019 00:00:00";1;5;"11:10";"11:55";"PS";"Jiná";"PS-303";"ps303p27-uk"
57
"02.12.2019 00:00:00";6;9;"14:50";"15:35";"LS";"Učebna";"LS-234";"ls234p41-fdu"
58
"02.12.2019 00:00:00";6;7;"13:00";"13:45";"UB";"Jiná";"UB-211";"ub211p36-uk"
59
"02.12.2019 00:00:00";2;9;"14:50";"15:35";"PS";"Jiná";"PS-303";"ps303p23-uk"
60
"02.12.2019 00:00:00";1;12;"17:35";"18:20";"PS";"Jiná";"PS-203";"ps203p22-uk"
61
"02.12.2019 00:00:00";6;14;"19:25";"20:10";"LS";"Učebna";"LS-234";"ls233p02-fdu"
62
"02.12.2019 00:00:00";1;6;"12:05";"12:50";"ST";"Učebna";"ST-407";"st407p10-uk"
63
"02.12.2019 00:00:00";1;5;"11:10";"11:55";"EU";"Laboratoř";"EU-505";"eu505x23-fel"
64
"02.12.2019 00:00:00";1;4;"10:15";"11:00";"PS";"Jiná";"PS-303";"ps303p27-uk"
65
"02.12.2019 00:00:00";6;5;"11:10";"11:55";"UB";"Jiná";"UB-211";"ub211p61-uk"
66
"02.12.2019 00:00:00";2;6;"12:05";"12:50";"EU";"Laboratoř";"EU-503";"eu503x03-kev"
67
"02.12.2019 00:00:00";1;12;"17:35";"18:20";"PS";"Jiná";"PS-303";"ps303p21-uk"
68
"02.12.2019 00:00:00";6;10;"15:45";"16:30";"EP";"Laboratoř";"EP-207";"ep207p13-sup"
69
"02.12.2019 00:00:00";1;2;"08:25";"09:10";"EU";"Laboratoř";"EU-505";"eu505x25-fel"
70
"02.12.2019 00:00:00";6;11;"16:40";"17:25";"LS";"Učebna";"LS-234";"ls234p43-fdu"
71
"02.12.2019 00:00:00";1;1;"07:30";"08:15";"PS";"Jiná";"PS-303";"ps303p25-uk"
72
"02.12.2019 00:00:00";1;1;"07:30";"08:15";"EU";"Laboratoř";"EU-505";"eu505x07-fel"
73
"02.12.2019 00:00:00";1;7;"13:00";"13:45";"PS";"Jiná";"PS-303";"ps303p26-uk"
74
"02.12.2019 00:00:00";1;8;"13:55";"14:40";"CD";"Učebna";"CD-203";"cd203p15-fek"
75
"02.12.2019 00:00:00";6;7;"13:00";"13:45";"EP";"Laboratoř";"EP-207";"ep207p13-sup"
76
"02.12.2019 00:00:00";1;3;"09:20";"10:05";"EU";"Laboratoř";"EU-505";"eu505x13-fel"
77
"02.12.2019 00:00:00";30;6;"12:05";"12:50";"LS";"Učebna";"LS-234";"ls233p02-fdu"
78
"02.12.2019 00:00:00";1;2;"08:25";"09:10";"KL";"Učebna";"KL-206";"kl206p05-kvd"
79
"02.12.2019 00:00:00";6;2;"08:25";"09:10";"UL";"Laboratoř";"UL-602";"ul602p23-sup"
80
"02.12.2019 00:00:00";2;5;"11:10";"11:55";"PS";"Jiná";"PS-203";"ps203p08-uk"
81
"02.12.2019 00:00:00";6;8;"13:55";"14:40";"LS";"Učebna";"LS-234";"ls234p48-fdu"
82
"02.12.2019 00:00:00";6;7;"13:00";"13:45";"LS";"Učebna";"LS-234";"ls234p49-fdu"
83
"02.12.2019 00:00:00";6;1;"07:30";"08:15";"LS";"Učebna";"LS-235";"ls235p36-fdu"
84
"02.12.2019 00:00:00";1;1;"07:30";"08:15";"KL";"Učebna";"KL-206";"kl206p11-kvd"
85
"02.12.2019 00:00:00";6;7;"13:00";"13:45";"UB";"Jiná";"UB-211";"ub211p64-uk"
86
"02.12.2019 00:00:00";1;5;"11:10";"11:55";"KL";"Učebna";"KL-206";"kl206p07-kvd"
87
"02.12.2019 00:00:00";1;8;"13:55";"14:40";"PS";"Jiná";"PS-303";"ps303p21-uk"
88
"02.12.2019 00:00:00";6;5;"11:10";"11:55";"UL";"Laboratoř";"UL-602";"ul602p08-sup"
89
"02.12.2019 00:00:00";6;3;"09:20";"10:05";"UB";"Jiná";"UB-211";"ub211p35-uk"
90
"02.12.2019 00:00:00";2;8;"13:55";"14:40";"PS";"Jiná";"PS-203";"ps203p08-uk"
91
"02.12.2019 00:00:00";1;5;"11:10";"11:55";"KL";"Učebna";"KL-206";"kl206p08-kvd"
92
"02.12.2019 00:00:00";1;3;"09:20";"10:05";"EU";"Laboratoř";"EU-505";"eu505x16-fel"
93
"02.12.2019 00:00:00";1;9;"14:50";"15:35";"UI";"Učebna";"UI-312";"ui312p51-sup"
94
"02.12.2019 00:00:00";6;5;"11:10";"11:55";"LS";"Učebna";"LS-234";"ls233p02-fdu"
95
"02.12.2019 00:00:00";6;4;"10:15";"11:00";"UB";"Jiná";"UB-211";"ub211p37-uk"
96
"02.12.2019 00:00:00";12;5;"11:10";"11:55";"LS";"Učebna";"LS-234";"ls234p43-fdu"
97
"02.12.2019 00:00:00";6;9;"14:50";"15:35";"UB";"Jiná";"UB-211";"ub211p36-uk"
98
"02.12.2019 00:00:00";1;8;"13:55";"14:40";"CD";"Učebna";"CD-203";"cd203p14-fek"
99
"02.12.2019 00:00:00";1;5;"11:10";"11:55";"EU";"Laboratoř";"EU-505";"eu505x19-fel"
100
"02.12.2019 00:00:00";6;5;"11:10";"11:55";"UB";"Jiná";"UB-211";"ub211p50-uk"
101
"02.12.2019 00:00:00";1;2;"08:25";"09:10";"EU";"Učebna";"EU-506";"eu506p67-fel"
102
"02.12.2019 00:00:00";1;4;"10:15";"11:00";"UC";"Laboratoř";"UC-411";"uc411p13-kme"
103
"02.12.2019 00:00:00";6;2;"08:25";"09:10";"UI";"Učebna";"UI-202";"ui202p07-sup"
104
"02.12.2019 00:00:00";6;3;"09:20";"10:05";"UB";"Jiná";"UB-229";"ub211p45-uk"
105
"02.12.2019 00:00:00";6;6;"12:05";"12:50";"LS";"Učebna";"LS-234";"ls234p50-fdu"
106
"02.12.2019 00:00:00";6;11;"16:40";"17:25";"UB";"Jiná";"UB-211";"ub211p62-uk"
107
"02.12.2019 00:00:00";6;4;"10:15";"11:00";"LS";"Učebna";"LS-234";"ls234p45-fdu"
108
"02.12.2019 00:00:00";4;9;"14:50";"15:35";"UL";"Laboratoř";"UL-107";"ul107p01-kks"
109
"02.12.2019 00:00:00";2;6;"12:05";"12:50";"PS";"Jiná";"PS-303";"ps303p24-uk"
110
"02.12.2019 00:00:00";1;3;"09:20";"10:05";"EU";"Laboratoř";"EU-505";"eu505x03-fel"
111
"02.12.2019 00:00:00";4;3;"09:20";"10:05";"UL";"Laboratoř";"UL-107";"ul107p14-kks"
112
"02.12.2019 00:00:00";6;10;"15:45";"16:30";"LS";"Učebna";"LS-234";"ls234p47-fdu"
113
"02.12.2019 00:00:00";1;1;"07:30";"08:15";"ST";"Jiná";"ST-405";"st405p30-uk"
114
"02.12.2019 00:00:00";6;11;"16:40";"17:25";"LS";"Učebna";"LS-234";"ls234p47-fdu"
115
"02.12.2019 00:00:00";1;1;"07:30";"08:15";"PS";"Jiná";"PS-303";"ps303p28-uk"
116
"02.12.2019 00:00:00";1;7;"13:00";"13:45";"PS";"Jiná";"PS-303";"ps303p28-uk"
... Rozdílový soubor je zkrácen, protože jeho délka přesahuje max. limit.

Také k dispozici: Unified diff