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
| import json | |
| import requests | |
| import re | |
| print("Hello I am, checking your passport!\n") | |
| firstUrl = "https://obywatel.gov.pl/wyjazd-za-granice/sprawdz-czy-twoj-paszport-jest-gotowy" | |
| checkUrl = "https://obywatel.gov.pl/wyjazd-za-granice/sprawdz-czy-twoj-paszport-jest-gotowy?p_p_id" \ |
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 <iostream> | |
| #include <chrono> | |
| #include <stdexcept> | |
| #include <string> | |
| #include <math.h> | |
| #include "mpi.h" | |
| #define MASTER 0 |
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
| javascript:( | |
| function() { | |
| function plusuj(selector) { | |
| var $plusArea = $(selector); | |
| $.each($plusArea, function(i, $val) { | |
| if(!$($val).find("b").hasClass("voted")) { | |
| $($val).find("a").click(); | |
| } | |
| }); |
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/bash | |
| for i in {0..3} | |
| do | |
| echo "zapisuje wyniki dla $((i+1)) watku" | |
| cat wyniki.txt | grep "$i\$" > temp | |
| sort temp > $i | |
| done | |
| #echo 'set terminal png font "/usr/share/fonts/dejavu/DejaVuSans.ttf" 20 size 1200,1000' > gnuplot.gnu |