-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ bme-db-lab/bme-db-lab.github.io-internal@d…
…5b2c9a 🚀
- Loading branch information
0 parents
commit d13389e
Showing
30,309 changed files
with
48,702 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
layout: default | ||
--- | ||
|
||
<style type="text/css" media="screen"> | ||
.container { | ||
margin: 10px auto; | ||
max-width: 600px; | ||
text-align: center; | ||
} | ||
h1 { | ||
margin: 30px 0; | ||
font-size: 4em; | ||
line-height: 1; | ||
letter-spacing: -1px; | ||
} | ||
</style> | ||
|
||
<div class="container"> | ||
<h1>404</h1> | ||
|
||
<p><strong>Page not found :(</strong></p> | ||
<p>The requested page could not be found.</p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
layout: page | ||
title: Adatbáziskezelés (VITMA027) | ||
--- | ||
A TTK matematika szakos hallgatói számára. | ||
|
||
TBD... | ||
|
||
|
||
|
||
Felkészülési segédanyagok, javaslat: | ||
|
||
- Jegyzet: Gajdos S.: Adatbázisok 2019. Az előző évek kiadásai szintén használhatók, viszont 2015. után a legkevesebb sajtóhibát az egyre későbbi kiadások tartalmaznak. | ||
Letölthető a jegyzet [itt](https://db.bme.hu/~gajdos/Adatbazisok2019.pdf). | ||
- Ajánlott: The Social Dilemma, Netflix 2020. | ||
- A tantárgy adatlapban jelzett tankönyveken túlmenően kifejezetten javasolt a jegyzet feladatgyűjteménye releváns részének önálló feldolgozása, továbbá – kellő körültekintéssel – használhatóak a [Wiki Adatbázisok oldalai](https://wiki.sch.bme.hu/Adatb%C3%A1zisok) és az ott olvasható [tippek](https://wiki.sch.bme.hu/Adatb%C3%A1zisok#Tippek) is. | ||
- Rossz módszer: típusfeladatok megoldásának betanulása. Ez garantáltan nem lesz eredményes, ha nem párosul az elmélet elmélyült megértésével és alkalmazásának képességével. Mivel a vizsgán az alkotóképes tudást kívánjuk lemérni, ezért teljesen felesleges egy áttanult éjszaka után vizsgával próbálkozni. A memóriából előhívott emléktöredékek a sikeres vizsgához tapasztalat szerint nem elegendőek. | ||
- [Gyakran ismételt kérdések](files/AB_GYIK_v1.1.pdf) a tanulásról | ||
- [További segédanyagok](segedanyagok) | ||
- [Jegyzet sajtóhibák](jegyzet-sajtohibak) | ||
- [Adatbázisok gyakorlóalkalmazás](files/gyakorlo.zip) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
www.db.bme.hu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
source "https://rubygems.org" | ||
|
||
# Hello! This is where you manage which Jekyll version is used to run. | ||
# When you want to use a different version, change it below, save the | ||
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: | ||
# | ||
# bundle exec jekyll serve | ||
# | ||
# This will help ensure the proper Jekyll version is running. | ||
# Happy Jekylling! | ||
gem "jekyll", "~> 3.8.0" | ||
|
||
# This is the default theme for new Jekyll sites. You may change this to anything you like. | ||
# gem "minima", "~> 2.0" | ||
|
||
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and | ||
# uncomment the line below. To upgrade, run `bundle update github-pages`. | ||
# gem "github-pages", group: :jekyll_plugins | ||
|
||
# If you have any plugins, put them here! | ||
group :jekyll_plugins do | ||
gem "jekyll-feed", "~> 0.6" | ||
end | ||
|
||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] | ||
|
||
# Performance-booster for watching directories on Windows | ||
gem "wdm", "~> 0.1.0" if Gem.win_platform? | ||
|
||
gem "jekyll-redirect-from" |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
# Welcome to Jekyll! | ||
# | ||
# This config file is meant for settings that affect your whole blog, values | ||
# which you are expected to set up once and rarely edit after that. If you find | ||
# yourself editing this file very often, consider using Jekyll's data files | ||
# feature for the data you need to update frequently. | ||
# | ||
# For technical reasons, this file is *NOT* reloaded automatically when you use | ||
# 'bundle exec jekyll serve'. If you change this file, please restart the server process. | ||
|
||
# Site settings | ||
# These are used to personalize your new site. If you look in the HTML files, | ||
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. | ||
# You can create any custom variable you would like, and they will be accessible | ||
# in the templates via {{ site.myvariable }}. | ||
title: Adatbázisok Laboratórium | ||
#email: [email protected] | ||
description: >- # this means to ignore newlines until "baseurl:" | ||
BME Adatbázisok Labor | ||
- Ne halat adj az éhezőnek, hanem tanítsd meg halat fogni. | ||
baseurl: "" # the subpath of your site, e.g. /blog | ||
url: "" # the base hostname & protocol for your site, e.g. http://example.com | ||
#twitter_username: jekyllrb | ||
#github_username: jekyll | ||
|
||
# sass | ||
sass: | ||
style: compressed | ||
|
||
# Build settings | ||
markdown: kramdown | ||
# theme: minima | ||
#plugins: | ||
# - jekyll-feed | ||
plugins: | ||
- jekyll-redirect-from | ||
|
||
# Exclude from processing. | ||
# The following items will not be processed, by default. Create a custom list | ||
# to override the default setting. | ||
# exclude: | ||
# - Gemfile | ||
# - Gemfile.lock | ||
# - node_modules | ||
# - vendor/bundle/ | ||
# - vendor/cache/ | ||
# - vendor/gems/ | ||
# - vendor/ruby/ | ||
|
||
header_pages: | ||
- adatbazisok/index.md | ||
- adatb-elmelete/index.md | ||
- Adatbaziskezeles/index.md | ||
- adatkezeles/index.md | ||
- databases/index.md | ||
- halozati-adatb/index.md | ||
- adatbazisok-labor/index.md | ||
- jegyzokonyv/tudnivalok/index.md | ||
- temakiirasok.md | ||
- szines.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<span style="font-size: larger; color: red;">**Figyelem! Kifutó tárgy**, 2017. őszétől</span> kezdődően az [Adatbázisok](/adatbazisok) tárgyhoz kapcsolódó laborfoglalkozások jelentősen redukált tartalommal, a tárgy [labor részeként](/adatbazisok/labor) kerülnek sorra a mintatanterv szerint haladó hallgatók részére. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<footer class="flex p-16 border-solid border-0 border-t"> | ||
<p class="text-gray-500">{{- site.description | escape -}}</p> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="{{ site.baseurl }}/css/main.css"> | ||
<link rel="shortcut icon" type="image/png" href="{{ site.baseurl }}/assets/images/logo.png" /> | ||
</head> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<button class="menu-icon border-none bg-transparent outline-none absolute lg:hidden m-3 mt-5 z-10"> | ||
<img src="{{ site.baseurl }}/assets/images/logo.png" alt="bme-db-lab-logo"> | ||
</button> | ||
|
||
<header id="nav-header" class="bg-yellow-100 overflow-x-hidden hidden lg:flex flex-col shadow-xl py-10 px-5 lg:px-10"> | ||
{%- assign default_paths = site.pages | map: "path" -%} | ||
{%- assign page_paths = site.header_pages | default: default_paths -%} | ||
{%- assign titles_size = site.pages | map: 'title' | join: '' | size -%} | ||
|
||
|
||
<a class="site-title flex" rel="author" href="{{ "/" | relative_url }}"> | ||
<img src="{{ site.baseurl }}/assets/images/logo.png" alt="bme-db-lab-logo" class="hidden lg:block ml-2 mr-3"> | ||
<span>{{ site.title | escape }}</span> | ||
</a> | ||
|
||
{%- if titles_size > 0 -%} | ||
<nav class="flex flex-col mt-4 mx-auto"> | ||
{%- for path in page_paths -%} | ||
{%- assign my_page = site.pages | where: "path", path | first -%} | ||
{%- if my_page.title -%} | ||
<div class="p-1 flex items-center"> | ||
<div class="svg-wrapper flex items-center h-full"> | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" class="my-0 mx-auto" width="20px" height="20px"><path d="M327.1 96c-89.97 0-168.54 54.77-212.27 101.63L27.5 131.58c-12.13-9.18-30.24.6-27.14 14.66L24.54 256 .35 365.77c-3.1 14.06 15.01 23.83 27.14 14.66l87.33-66.05C158.55 361.23 237.13 416 327.1 416 464.56 416 576 288 576 256S464.56 96 327.1 96zm87.43 184c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24 13.26 0 24 10.74 24 24 0 13.25-10.75 24-24 24z"/></svg> | ||
</div> | ||
<a class="page-link pl-2" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a> | ||
</div> | ||
{%- endif -%} | ||
{%- endfor -%} | ||
</nav> | ||
{%- endif -%} | ||
|
||
</header> | ||
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" charset="utf-8"></script> | ||
|
||
<script type="text/javascript"> | ||
$(".menu-icon").click(function () { | ||
$("#nav-header").toggleClass("hidden"); | ||
}); | ||
|
||
$(window).resize(function() { | ||
if (window.outerWidth <= 1024) { | ||
$("#nav-header").addClass("hidden"); | ||
} | ||
else { | ||
$("#nav-header").removeClass("hidden"); | ||
} | ||
}); | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[ORA-PLSQLREF]: https://docs.oracle.com/en/database/oracle/oracle-database/19/lnpls/index.html | ||
[ORA-SQLREF]: https://docs.oracle.com/en/database/oracle/oracle-database/19/sqlrf/index.html | ||
[ORA-SQLQUICKREF]: https://docs.oracle.com/en/database/oracle/oracle-database/19/sqlqr/index.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[VITMAB00]: https://www.vik.bme.hu/kepzes/targyak/VITMAB00/ | ||
[VITMAB02]: https://www.vik.bme.hu/kepzes/targyak/VITMAB02/ | ||
[VITMAB04]: https://www.vik.bme.hu/kepzes/targyak/VITMAB04/ | ||
[VITMA308]: https://www.vik.bme.hu/kepzes/targyak/VITMA308/ | ||
[VITMA311]: https://www.vik.bme.hu/kepzes/targyak/VITMA311/ | ||
[VITMMA13]: https://www.vik.bme.hu/kepzes/targyak/VITMMA13/ | ||
[VITMM100]: https://www.vik.bme.hu/kepzes/targyak/VITMMA13/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
{%- include head.html -%} | ||
<body class="flex h-screen"> | ||
{%- include header.html -%} | ||
<main class="flex flex-col overflow-y-scroll"> | ||
<div class="p-12 flex-grow" aria-label="Content"> | ||
{{ content }} | ||
</div> | ||
{%- include footer.html -%} | ||
</main> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
layout: default | ||
--- | ||
|
||
<div class="home"> | ||
{%- if page.title -%} | ||
<h1 class="page-heading">{{ page.title }}</h1> | ||
{%- endif -%} | ||
|
||
<div class="post-content"> | ||
{{ content }} | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
layout: default | ||
--- | ||
<article class="post"> | ||
|
||
<header class="post-header"> | ||
<h1 class="post-title">{{ page.title | escape }}</h1> | ||
</header> | ||
|
||
<div class="post-content"> | ||
{{ content }} | ||
</div> | ||
|
||
</article> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
layout: default | ||
--- | ||
<article class="post"> | ||
|
||
<header class="post-header"> | ||
<h1 class="post-title">{{ page.title | escape }}</h1> | ||
</header> | ||
|
||
<div class="post-content"> | ||
{{ content }} | ||
</div> | ||
|
||
</article> |
Oops, something went wrong.