- Teczka (Do odebrania za darmo w dziekanacie)
- Czytelne, drukowane litery napisane grubym czarnym markerem (grubość 1mm max)
- Przy wybranej formie pracy na pierwszej stronie dopisać tryb studiów (S - Stacjonarnie, N - Zaoczne (Niestacjonarne))
- Wydrukowana praca dyplomowa
- Kolor dowolny, nie musi być kolorowy, może być czarno-biały
- Strona tytułowa zgodna z wzorem (Jedyna strona w oryginalnej wielkości!)
- Druk dwustronny, dwie strony na jednej stronie (4 strony na jednej kartce, dwie po jednej stronie, dwie po drugiej po drugiej, przewrót wzdłuż dłuższego boku)
- Koperta (nie musi być B5, może być C5) wraz z płytą na końcu teczki (Płyta oraz koperta podpisana: imię, nazwisko i numer indeksu) - NIE ZAKLEJAMY KOPERTY
This file contains hidden or 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
| ~ | |
| _ _ .____ | |
| | |_| | | _ \ | |
| | _ | | (_)) | |
| | |-| | | | | |
| |_| |_| |_| .. | |
| _ _ ____ _ | |
| | | | | | __ ) ___ ___ | |_ | |
| | | | |___| _ \ / _ \ / _ \| __| | |
| | |_| |___| |_) | (_) | (_) | |_ |
This file contains hidden or 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
| <?php | |
| // This works best on Apache, and if you have enable_post_data_reading off. | |
| // Set "php_flag enable_post_data_reading off" in your htaccess. It'll avoid having to parse multipart forms. | |
| // enter the sock to connect to here | |
| const SOCK_TO_CONNECT_TO = './run.sock'; | |
| // Close the session right now, because it might make everything faster, and we don't know how long the response will last for. | |
| session_write_close(); |
This file contains hidden or 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
| // Using the Jenkins Groovy Post build plugin to execute the following after every build | |
| // https://wiki.jenkins-ci.org/display/JENKINS/Groovy+Postbuild+Plugin | |
| // It would be nice not to have to specify these here... the repo name should be available within the hudson | |
| // api somehow, but I didn't know how to get it. The access token should maybe be saved in a config file, and | |
| // read in at runtime? | |
| GITHUB_REPO_NAME = 'myusername/myreponame' | |
| GITHUB_ACCESS_TOKEN = 'my_github_api_v3_access_token' |
This file contains hidden or 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
| #!/bin/sh | |
| # Wrapper script around yay to try to ignore errors | |
| # Copyright © 2019 Ashkan Kiani | |
| # This program is free software: you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation, either version 3 of the License, or | |
| # (at your option) any later version. | |
| # This program is distributed in the hope that it will be useful, |
This file contains hidden or 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
| #!/usr/bin/env python3 | |
| '''VGASimulator.py - Pedro José Pereira Vieito © 2016 | |
| View VGA output from a VHDL simulation. | |
| Ported from VGA Simulator: | |
| https://github.com/MadLittleMods/vga-simulator | |
| by Eric Eastwood <contact@ericeastwood.com> | |
| More info about how to generate VGA output from VHDL simulation here: | |
| http://ericeastwood.com/blog/8/vga-simulator-getting-started |
This file contains hidden or 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
| #include <stdio.h> | |
| #define $x ,x | |
| #define $i ,i | |
| #define eval int | |
| #define read scanf | |
| #define $scanfpat "%d", & | |
| #define $(x) ,(x) | |
| #define $open ( | |
| #define $close ) | |
| #define do { |
This file contains hidden or 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
| #!/usr/bin/env bash | |
| # https://code.google.com/p/chromium/issues/detail?id=226801 | |
| url='https://chromium.googlesource.com/chromium/src/net/+/master/http/transport_security_state_static.json?format=TEXT'; | |
| curl -#s "${url}" | \ | |
| base64 --decode | \ | |
| sed '/^ *\/\// d' | \ | |
| sed '/^\s*$/d' > hsts.json; |
Use this better tutorial: https://gist.github.com/karolba/a3f1c5f8d50c67f5a19e6c8f38e53e12
- Reboot into the rescue image
- Then execute these commands:
cd /dev/shm
mkdir alpine
cd alpine
- Download
script.pacto/home/user/script.pac - Go to FF network settings and select 'Automatic proxy configuration URL'
- Enter
file:///home/user/script.pac - Enjoy
Note: If you're using SOCKS v5 you might want to also select 'Proxy DNS when using SOCKS v5'
Tested on 116.0.2 (64 bit) Arch Linux
OlderNewer