Skip to content

Instantly share code, notes, and snippets.

View mbszarek's full-sized avatar

Mateusz Szarek mbszarek

View GitHub Profile
package webcrawler
import java.io.File
import java.net.URL
import java.nio.charset.Charset
import java.nio.file.{Files, Paths}
import java.util.{Comparator, Scanner}
import monix.eval.Task
import monix.execution.Scheduler.Implicits.global

Keybase proof

I hereby claim:

  • I am mbszarek on github.
  • I am mszarek (https://keybase.io/mszarek) on keybase.
  • I have a public key ASCfBgEPsppit7OSDMDFXlO0kFgx-8Sg4qV0EmhtPqASuAo

To claim this, I am signing this object:

#include <fstream>
#include <iostream>
using namespace std;
int main(){
ifstream inputfile;
inputfile.open("dane.bin");
int students=0;
double math,cs;
(*
* Tomasz Zdybel
* Zadanie domowe 1, czesc 1
* structure file
*)
structure id291585 :> PART_ONE =
struct
exception NotImplemented
datatype 'a tree= Leaf of 'a | Node of 'a tree * 'a * 'a tree
#include <stdio.h>
int nwd(int a, int b){
int c;
while(b!=0){
c=a%b;
a=b;
b=c;
}
return a;
do{
l1;
if(!w1) l2;
}while((!w1) && w2);
if(!w2 && !w1) l3;