file_id stringlengths 5 10 | content stringlengths 57 33.1k | repo stringlengths 8 77 | path stringlengths 6 174 | token_length int64 19 8.19k | original_comment stringlengths 7 10.6k | comment_type stringclasses 2
values | detected_lang stringclasses 1
value | prompt stringlengths 21 33.1k |
|---|---|---|---|---|---|---|---|---|
6272_10 | package mines.model;
import java.util.Random;
import mines.commons.MinesPack;
import mines.commons.NewBoardPack;
import mines.model.board.Board;
import mines.model.hint.DefuseMine;
import mines.model.hint.HintControl;
import mines.model.hint.SafeCheck;
/**
* Model z Model-View-Controller jest pewną reprezentacją pro... | shoter/Saper | src/mines/model/Model.java | 2,337 | /**
* Kostruktor tworzy pierwsza rozgrywke wyswietlna. Oraz inicjalizuje
* odliczanie czasu.
*/ | block_comment | pl | package mines.model;
import java.util.Random;
import mines.commons.MinesPack;
import mines.commons.NewBoardPack;
import mines.model.board.Board;
import mines.model.hint.DefuseMine;
import mines.model.hint.HintControl;
import mines.model.hint.SafeCheck;
/**
* Model z Model-View-Controller jest pewną reprezentacją pro... |
6272_11 | package mines.model;
import java.util.Random;
import mines.commons.MinesPack;
import mines.commons.NewBoardPack;
import mines.model.board.Board;
import mines.model.hint.DefuseMine;
import mines.model.hint.HintControl;
import mines.model.hint.SafeCheck;
/**
* Model z Model-View-Controller jest pewną reprezentacją pro... | shoter/Saper | src/mines/model/Model.java | 2,337 | /**
* Tworzy nowa rozgrywke w oparciu o parametr planszy zawarte w boardPack,
*
* @param boardPack Parametry
*/ | block_comment | pl | package mines.model;
import java.util.Random;
import mines.commons.MinesPack;
import mines.commons.NewBoardPack;
import mines.model.board.Board;
import mines.model.hint.DefuseMine;
import mines.model.hint.HintControl;
import mines.model.hint.SafeCheck;
/**
* Model z Model-View-Controller jest pewną reprezentacją pro... |
6272_12 | package mines.model;
import java.util.Random;
import mines.commons.MinesPack;
import mines.commons.NewBoardPack;
import mines.model.board.Board;
import mines.model.hint.DefuseMine;
import mines.model.hint.HintControl;
import mines.model.hint.SafeCheck;
/**
* Model z Model-View-Controller jest pewną reprezentacją pro... | shoter/Saper | src/mines/model/Model.java | 2,337 | /**
* Powtarza parametry poprzedniej rozgrywki
*/ | block_comment | pl | package mines.model;
import java.util.Random;
import mines.commons.MinesPack;
import mines.commons.NewBoardPack;
import mines.model.board.Board;
import mines.model.hint.DefuseMine;
import mines.model.hint.HintControl;
import mines.model.hint.SafeCheck;
/**
* Model z Model-View-Controller jest pewną reprezentacją pro... |
6272_13 | package mines.model;
import java.util.Random;
import mines.commons.MinesPack;
import mines.commons.NewBoardPack;
import mines.model.board.Board;
import mines.model.hint.DefuseMine;
import mines.model.hint.HintControl;
import mines.model.hint.SafeCheck;
/**
* Model z Model-View-Controller jest pewną reprezentacją pro... | shoter/Saper | src/mines/model/Model.java | 2,337 | /**
* W oparciu o status gry rostrzyga jak pole powinno się odsłonić
*
* @param y
* @param x
*/ | block_comment | pl | package mines.model;
import java.util.Random;
import mines.commons.MinesPack;
import mines.commons.NewBoardPack;
import mines.model.board.Board;
import mines.model.hint.DefuseMine;
import mines.model.hint.HintControl;
import mines.model.hint.SafeCheck;
/**
* Model z Model-View-Controller jest pewną reprezentacją pro... |
6272_14 | package mines.model;
import java.util.Random;
import mines.commons.MinesPack;
import mines.commons.NewBoardPack;
import mines.model.board.Board;
import mines.model.hint.DefuseMine;
import mines.model.hint.HintControl;
import mines.model.hint.SafeCheck;
/**
* Model z Model-View-Controller jest pewną reprezentacją pro... | shoter/Saper | src/mines/model/Model.java | 2,337 | /**
* Wykonuje pierwszy bezpieczny ruch.
*/ | block_comment | pl | package mines.model;
import java.util.Random;
import mines.commons.MinesPack;
import mines.commons.NewBoardPack;
import mines.model.board.Board;
import mines.model.hint.DefuseMine;
import mines.model.hint.HintControl;
import mines.model.hint.SafeCheck;
/**
* Model z Model-View-Controller jest pewną reprezentacją pro... |
6272_15 | package mines.model;
import java.util.Random;
import mines.commons.MinesPack;
import mines.commons.NewBoardPack;
import mines.model.board.Board;
import mines.model.hint.DefuseMine;
import mines.model.hint.HintControl;
import mines.model.hint.SafeCheck;
/**
* Model z Model-View-Controller jest pewną reprezentacją pro... | shoter/Saper | src/mines/model/Model.java | 2,337 | /**
* W oparciu o status gry i stan wskazowki decyduje czy gracz może rozbroić
* mine
*
* @param y
* @param x
* @return true jeżeli może rozbroić.
*/ | block_comment | pl | package mines.model;
import java.util.Random;
import mines.commons.MinesPack;
import mines.commons.NewBoardPack;
import mines.model.board.Board;
import mines.model.hint.DefuseMine;
import mines.model.hint.HintControl;
import mines.model.hint.SafeCheck;
/**
* Model z Model-View-Controller jest pewną reprezentacją pro... |
6272_17 | package mines.model;
import java.util.Random;
import mines.commons.MinesPack;
import mines.commons.NewBoardPack;
import mines.model.board.Board;
import mines.model.hint.DefuseMine;
import mines.model.hint.HintControl;
import mines.model.hint.SafeCheck;
/**
* Model z Model-View-Controller jest pewną reprezentacją pro... | shoter/Saper | src/mines/model/Model.java | 2,337 | /**
* Obsługa oznaczenia flagą pola
*
* @param y
* @param x
*/ | block_comment | pl | package mines.model;
import java.util.Random;
import mines.commons.MinesPack;
import mines.commons.NewBoardPack;
import mines.model.board.Board;
import mines.model.hint.DefuseMine;
import mines.model.hint.HintControl;
import mines.model.hint.SafeCheck;
/**
* Model z Model-View-Controller jest pewną reprezentacją pro... |
6272_18 | package mines.model;
import java.util.Random;
import mines.commons.MinesPack;
import mines.commons.NewBoardPack;
import mines.model.board.Board;
import mines.model.hint.DefuseMine;
import mines.model.hint.HintControl;
import mines.model.hint.SafeCheck;
/**
* Model z Model-View-Controller jest pewną reprezentacją pro... | shoter/Saper | src/mines/model/Model.java | 2,337 | /**
* W oparciu o status gry wybiera który zestaw paczki wybrać do wyswietlenia
* na panelu
*
* @return
*/ | block_comment | pl | package mines.model;
import java.util.Random;
import mines.commons.MinesPack;
import mines.commons.NewBoardPack;
import mines.model.board.Board;
import mines.model.hint.DefuseMine;
import mines.model.hint.HintControl;
import mines.model.hint.SafeCheck;
/**
* Model z Model-View-Controller jest pewną reprezentacją pro... |
6272_19 | package mines.model;
import java.util.Random;
import mines.commons.MinesPack;
import mines.commons.NewBoardPack;
import mines.model.board.Board;
import mines.model.hint.DefuseMine;
import mines.model.hint.HintControl;
import mines.model.hint.SafeCheck;
/**
* Model z Model-View-Controller jest pewną reprezentacją pro... | shoter/Saper | src/mines/model/Model.java | 2,337 | /**
* Ustawia status gry na pauze
*/ | block_comment | pl | package mines.model;
import java.util.Random;
import mines.commons.MinesPack;
import mines.commons.NewBoardPack;
import mines.model.board.Board;
import mines.model.hint.DefuseMine;
import mines.model.hint.HintControl;
import mines.model.hint.SafeCheck;
/**
* Model z Model-View-Controller jest pewną reprezentacją pro... |
6272_20 | package mines.model;
import java.util.Random;
import mines.commons.MinesPack;
import mines.commons.NewBoardPack;
import mines.model.board.Board;
import mines.model.hint.DefuseMine;
import mines.model.hint.HintControl;
import mines.model.hint.SafeCheck;
/**
* Model z Model-View-Controller jest pewną reprezentacją pro... | shoter/Saper | src/mines/model/Model.java | 2,337 | /**
* Zwiększa czas gry
*/ | block_comment | pl | package mines.model;
import java.util.Random;
import mines.commons.MinesPack;
import mines.commons.NewBoardPack;
import mines.model.board.Board;
import mines.model.hint.DefuseMine;
import mines.model.hint.HintControl;
import mines.model.hint.SafeCheck;
/**
* Model z Model-View-Controller jest pewną reprezentacją pro... |
6272_21 | package mines.model;
import java.util.Random;
import mines.commons.MinesPack;
import mines.commons.NewBoardPack;
import mines.model.board.Board;
import mines.model.hint.DefuseMine;
import mines.model.hint.HintControl;
import mines.model.hint.SafeCheck;
/**
* Model z Model-View-Controller jest pewną reprezentacją pro... | shoter/Saper | src/mines/model/Model.java | 2,337 | /**
* Przywraca status gry PLAYING. Konczy status END lub HINT.
*/ | block_comment | pl | package mines.model;
import java.util.Random;
import mines.commons.MinesPack;
import mines.commons.NewBoardPack;
import mines.model.board.Board;
import mines.model.hint.DefuseMine;
import mines.model.hint.HintControl;
import mines.model.hint.SafeCheck;
/**
* Model z Model-View-Controller jest pewną reprezentacją pro... |
6272_22 | package mines.model;
import java.util.Random;
import mines.commons.MinesPack;
import mines.commons.NewBoardPack;
import mines.model.board.Board;
import mines.model.hint.DefuseMine;
import mines.model.hint.HintControl;
import mines.model.hint.SafeCheck;
/**
* Model z Model-View-Controller jest pewną reprezentacją pro... | shoter/Saper | src/mines/model/Model.java | 2,337 | /**
* Do sprawdzenia statusu gry
*
* @return true jeżeli gra zakończyła się wygraną
*/ | block_comment | pl | package mines.model;
import java.util.Random;
import mines.commons.MinesPack;
import mines.commons.NewBoardPack;
import mines.model.board.Board;
import mines.model.hint.DefuseMine;
import mines.model.hint.HintControl;
import mines.model.hint.SafeCheck;
/**
* Model z Model-View-Controller jest pewną reprezentacją pro... |
6272_23 | package mines.model;
import java.util.Random;
import mines.commons.MinesPack;
import mines.commons.NewBoardPack;
import mines.model.board.Board;
import mines.model.hint.DefuseMine;
import mines.model.hint.HintControl;
import mines.model.hint.SafeCheck;
/**
* Model z Model-View-Controller jest pewną reprezentacją pro... | shoter/Saper | src/mines/model/Model.java | 2,337 | /**
* Do sprawdzenia statusu gry
*
* @return true jeżeli gra zakończyła się przegraną
*/ | block_comment | pl | package mines.model;
import java.util.Random;
import mines.commons.MinesPack;
import mines.commons.NewBoardPack;
import mines.model.board.Board;
import mines.model.hint.DefuseMine;
import mines.model.hint.HintControl;
import mines.model.hint.SafeCheck;
/**
* Model z Model-View-Controller jest pewną reprezentacją pro... |
6272_24 | package mines.model;
import java.util.Random;
import mines.commons.MinesPack;
import mines.commons.NewBoardPack;
import mines.model.board.Board;
import mines.model.hint.DefuseMine;
import mines.model.hint.HintControl;
import mines.model.hint.SafeCheck;
/**
* Model z Model-View-Controller jest pewną reprezentacją pro... | shoter/Saper | src/mines/model/Model.java | 2,337 | /**
* Do sprawdzenia statusu gry
*
* @return true jeżeli gra jest w stanie pauzy
*/ | block_comment | pl | package mines.model;
import java.util.Random;
import mines.commons.MinesPack;
import mines.commons.NewBoardPack;
import mines.model.board.Board;
import mines.model.hint.DefuseMine;
import mines.model.hint.HintControl;
import mines.model.hint.SafeCheck;
/**
* Model z Model-View-Controller jest pewną reprezentacją pro... |
6272_25 | package mines.model;
import java.util.Random;
import mines.commons.MinesPack;
import mines.commons.NewBoardPack;
import mines.model.board.Board;
import mines.model.hint.DefuseMine;
import mines.model.hint.HintControl;
import mines.model.hint.SafeCheck;
/**
* Model z Model-View-Controller jest pewną reprezentacją pro... | shoter/Saper | src/mines/model/Model.java | 2,337 | /**
* Obsługa wskaz. odkrycia min
*/ | block_comment | pl | package mines.model;
import java.util.Random;
import mines.commons.MinesPack;
import mines.commons.NewBoardPack;
import mines.model.board.Board;
import mines.model.hint.DefuseMine;
import mines.model.hint.HintControl;
import mines.model.hint.SafeCheck;
/**
* Model z Model-View-Controller jest pewną reprezentacją pro... |
6272_26 | package mines.model;
import java.util.Random;
import mines.commons.MinesPack;
import mines.commons.NewBoardPack;
import mines.model.board.Board;
import mines.model.hint.DefuseMine;
import mines.model.hint.HintControl;
import mines.model.hint.SafeCheck;
/**
* Model z Model-View-Controller jest pewną reprezentacją pro... | shoter/Saper | src/mines/model/Model.java | 2,337 | /**
* Zwraca decyzje czy graczowi udało się rozbroić minę
*
* @return
*/ | block_comment | pl | package mines.model;
import java.util.Random;
import mines.commons.MinesPack;
import mines.commons.NewBoardPack;
import mines.model.board.Board;
import mines.model.hint.DefuseMine;
import mines.model.hint.HintControl;
import mines.model.hint.SafeCheck;
/**
* Model z Model-View-Controller jest pewną reprezentacją pro... |
6272_27 | package mines.model;
import java.util.Random;
import mines.commons.MinesPack;
import mines.commons.NewBoardPack;
import mines.model.board.Board;
import mines.model.hint.DefuseMine;
import mines.model.hint.HintControl;
import mines.model.hint.SafeCheck;
/**
* Model z Model-View-Controller jest pewną reprezentacją pro... | shoter/Saper | src/mines/model/Model.java | 2,337 | /**
* Zwraca czas w sekundach od rozpoczecia pojedynczej rozgrywki
*
* @return
*/ | block_comment | pl | package mines.model;
import java.util.Random;
import mines.commons.MinesPack;
import mines.commons.NewBoardPack;
import mines.model.board.Board;
import mines.model.hint.DefuseMine;
import mines.model.hint.HintControl;
import mines.model.hint.SafeCheck;
/**
* Model z Model-View-Controller jest pewną reprezentacją pro... |
6273_2 | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package eltharis.wsn;
import eltharis.wsn.classes.User;
import android.app.ListActivity;
import android.app.ProgressDialog;
import and... | KPyda/Django | DjangoTest/src/eltharis/wsn/showAllActivity.java | 1,124 | //Korzystamy z Apache, który jest w Android | line_comment | pl | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package eltharis.wsn;
import eltharis.wsn.classes.User;
import android.app.ListActivity;
import android.app.ProgressDialog;
import and... |
6273_8 | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package eltharis.wsn;
import eltharis.wsn.classes.User;
import android.app.ListActivity;
import android.app.ProgressDialog;
import and... | KPyda/Django | DjangoTest/src/eltharis/wsn/showAllActivity.java | 1,124 | //nasłuchiwanie, czy jakiś z użytkowników był naciśnięty | line_comment | pl | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package eltharis.wsn;
import eltharis.wsn.classes.User;
import android.app.ListActivity;
import android.app.ProgressDialog;
import and... |
6276_1 | /*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
*
* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIA... | bartprokop/fiscal-printers | src/main/java/name/prokop/bart/fps/drivers/ElzabMera.java | 6,299 | /**
* Sterownik do drukarki ELZAB MERA
*
* @author Bart
*/ | block_comment | pl | /*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
*
* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIA... |
6276_3 | /*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
*
* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIA... | bartprokop/fiscal-printers | src/main/java/name/prokop/bart/fps/drivers/ElzabMera.java | 6,299 | // Koniec wszystkich pozycji sprzedaży | line_comment | pl | /*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
*
* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIA... |
6276_4 | /*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
*
* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIA... | bartprokop/fiscal-printers | src/main/java/name/prokop/bart/fps/drivers/ElzabMera.java | 6,299 | /**
* Sprawdzenie gotowości do pracy
*
* @return drukarka gotowa do wydruku paragonu
* @throws FiscalPrinterException
*/ | block_comment | pl | /*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
*
* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIA... |
6276_10 | /*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
*
* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIA... | bartprokop/fiscal-printers | src/main/java/name/prokop/bart/fps/drivers/ElzabMera.java | 6,299 | /**
* Wysyła linijkę paragonu do drukarki
*
* @param slipLine linijka paragonu
* @throws FiscalPrinterException
*/ | block_comment | pl | /*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
*
* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIA... |
6277_1 | /*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
*
* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIA... | bartprokop/fiscal-printers | src/main/java/name/prokop/bart/fps/drivers/ElzabOmega2.java | 5,708 | /**
* Sterownik do drukarki Omega II generacji (sprzedawanych od 1 lipca 2001 roku)
* i MERA
*
* @author Bart
*/ | block_comment | pl | /*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
*
* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIA... |
6277_4 | /*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
*
* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIA... | bartprokop/fiscal-printers | src/main/java/name/prokop/bart/fps/drivers/ElzabOmega2.java | 5,708 | // Koniec wszystkich pozycji sprzedaży | line_comment | pl | /*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
*
* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIA... |
6278_0 | package DROGA;
import java.io.Serializable;
import java.util.LinkedList;
import java.util.List;
import MAIN.PunktMapy;
import POJAZD.Pojazd;
/**
*
* @author Kamil Piotrowski
* Klasa określająca drogę w naszym ściecie
* Zawiera punkt A oraz listę jego następników B To był jednak zły pomysł, bardzo zły :(
* Dr... | kpiotrowski/OOPProject_JAVA | SymulacjaSwiata_K.Piotrowski/src/DROGA/Droga.java | 1,847 | /**
*
* @author Kamil Piotrowski
* Klasa określająca drogę w naszym ściecie
* Zawiera punkt A oraz listę jego następników B To był jednak zły pomysł, bardzo zły :(
* Droga określa jednak tylko 1 ! odcinek między 2 punktami
* Jako drogę rozumie się najmniejszy możliwy odcinek trasy np miasto - skrzyżowanie
*
... | block_comment | pl | package DROGA;
import java.io.Serializable;
import java.util.LinkedList;
import java.util.List;
import MAIN.PunktMapy;
import POJAZD.Pojazd;
/**
*
* @author Kamil Piotrowski <SUF>*/
public class Droga implements Serializable {
/**
* serialVersionUID
*/
private static final long serialVersionUID = -796392799... |
6278_2 | package DROGA;
import java.io.Serializable;
import java.util.LinkedList;
import java.util.List;
import MAIN.PunktMapy;
import POJAZD.Pojazd;
/**
*
* @author Kamil Piotrowski
* Klasa określająca drogę w naszym ściecie
* Zawiera punkt A oraz listę jego następników B To był jednak zły pomysł, bardzo zły :(
* Dr... | kpiotrowski/OOPProject_JAVA | SymulacjaSwiata_K.Piotrowski/src/DROGA/Droga.java | 1,847 | /**
* Punkt startowy naszej drogi
*/ | block_comment | pl | package DROGA;
import java.io.Serializable;
import java.util.LinkedList;
import java.util.List;
import MAIN.PunktMapy;
import POJAZD.Pojazd;
/**
*
* @author Kamil Piotrowski
* Klasa określająca drogę w naszym ściecie
* Zawiera punkt A oraz listę jego następników B To był jednak zły pomysł, bardzo zły :(
* Dr... |
6278_3 | package DROGA;
import java.io.Serializable;
import java.util.LinkedList;
import java.util.List;
import MAIN.PunktMapy;
import POJAZD.Pojazd;
/**
*
* @author Kamil Piotrowski
* Klasa określająca drogę w naszym ściecie
* Zawiera punkt A oraz listę jego następników B To był jednak zły pomysł, bardzo zły :(
* Dr... | kpiotrowski/OOPProject_JAVA | SymulacjaSwiata_K.Piotrowski/src/DROGA/Droga.java | 1,847 | /**
* Następnik (1) punktu A(punktu startowego drogi)
*/ | block_comment | pl | package DROGA;
import java.io.Serializable;
import java.util.LinkedList;
import java.util.List;
import MAIN.PunktMapy;
import POJAZD.Pojazd;
/**
*
* @author Kamil Piotrowski
* Klasa określająca drogę w naszym ściecie
* Zawiera punkt A oraz listę jego następników B To był jednak zły pomysł, bardzo zły :(
* Dr... |
6278_4 | package DROGA;
import java.io.Serializable;
import java.util.LinkedList;
import java.util.List;
import MAIN.PunktMapy;
import POJAZD.Pojazd;
/**
*
* @author Kamil Piotrowski
* Klasa określająca drogę w naszym ściecie
* Zawiera punkt A oraz listę jego następników B To był jednak zły pomysł, bardzo zły :(
* Dr... | kpiotrowski/OOPProject_JAVA | SymulacjaSwiata_K.Piotrowski/src/DROGA/Droga.java | 1,847 | /**
* Lista pojazdów znajdujących się na drodze
* Używane podaczas wykrywania kolizji
*/ | block_comment | pl | package DROGA;
import java.io.Serializable;
import java.util.LinkedList;
import java.util.List;
import MAIN.PunktMapy;
import POJAZD.Pojazd;
/**
*
* @author Kamil Piotrowski
* Klasa określająca drogę w naszym ściecie
* Zawiera punkt A oraz listę jego następników B To był jednak zły pomysł, bardzo zły :(
* Dr... |
6278_5 | package DROGA;
import java.io.Serializable;
import java.util.LinkedList;
import java.util.List;
import MAIN.PunktMapy;
import POJAZD.Pojazd;
/**
*
* @author Kamil Piotrowski
* Klasa określająca drogę w naszym ściecie
* Zawiera punkt A oraz listę jego następników B To był jednak zły pomysł, bardzo zły :(
* Dr... | kpiotrowski/OOPProject_JAVA | SymulacjaSwiata_K.Piotrowski/src/DROGA/Droga.java | 1,847 | /**
* Współczynnik kierunkowy prostej zawierającej naszą drogę
*/ | block_comment | pl | package DROGA;
import java.io.Serializable;
import java.util.LinkedList;
import java.util.List;
import MAIN.PunktMapy;
import POJAZD.Pojazd;
/**
*
* @author Kamil Piotrowski
* Klasa określająca drogę w naszym ściecie
* Zawiera punkt A oraz listę jego następników B To był jednak zły pomysł, bardzo zły :(
* Dr... |
6278_6 | package DROGA;
import java.io.Serializable;
import java.util.LinkedList;
import java.util.List;
import MAIN.PunktMapy;
import POJAZD.Pojazd;
/**
*
* @author Kamil Piotrowski
* Klasa określająca drogę w naszym ściecie
* Zawiera punkt A oraz listę jego następników B To był jednak zły pomysł, bardzo zły :(
* Dr... | kpiotrowski/OOPProject_JAVA | SymulacjaSwiata_K.Piotrowski/src/DROGA/Droga.java | 1,847 | /**
* Kąt a naszej prostej (kierunek = tg(katProstej))
*/ | block_comment | pl | package DROGA;
import java.io.Serializable;
import java.util.LinkedList;
import java.util.List;
import MAIN.PunktMapy;
import POJAZD.Pojazd;
/**
*
* @author Kamil Piotrowski
* Klasa określająca drogę w naszym ściecie
* Zawiera punkt A oraz listę jego następników B To był jednak zły pomysł, bardzo zły :(
* Dr... |
6278_7 | package DROGA;
import java.io.Serializable;
import java.util.LinkedList;
import java.util.List;
import MAIN.PunktMapy;
import POJAZD.Pojazd;
/**
*
* @author Kamil Piotrowski
* Klasa określająca drogę w naszym ściecie
* Zawiera punkt A oraz listę jego następników B To był jednak zły pomysł, bardzo zły :(
* Dr... | kpiotrowski/OOPProject_JAVA | SymulacjaSwiata_K.Piotrowski/src/DROGA/Droga.java | 1,847 | /**
* Mówi nam ile trasa (do rysowania ) jest oddalona na osi X od odcinka łączącego miasta (A - B)
*/ | block_comment | pl | package DROGA;
import java.io.Serializable;
import java.util.LinkedList;
import java.util.List;
import MAIN.PunktMapy;
import POJAZD.Pojazd;
/**
*
* @author Kamil Piotrowski
* Klasa określająca drogę w naszym ściecie
* Zawiera punkt A oraz listę jego następników B To był jednak zły pomysł, bardzo zły :(
* Dr... |
6278_8 | package DROGA;
import java.io.Serializable;
import java.util.LinkedList;
import java.util.List;
import MAIN.PunktMapy;
import POJAZD.Pojazd;
/**
*
* @author Kamil Piotrowski
* Klasa określająca drogę w naszym ściecie
* Zawiera punkt A oraz listę jego następników B To był jednak zły pomysł, bardzo zły :(
* Dr... | kpiotrowski/OOPProject_JAVA | SymulacjaSwiata_K.Piotrowski/src/DROGA/Droga.java | 1,847 | /**
* Mówi nam ile trasa (do rysowania ) jest oddalona na osi Y od odcinka łączącego miasta (A - B)
*/ | block_comment | pl | package DROGA;
import java.io.Serializable;
import java.util.LinkedList;
import java.util.List;
import MAIN.PunktMapy;
import POJAZD.Pojazd;
/**
*
* @author Kamil Piotrowski
* Klasa określająca drogę w naszym ściecie
* Zawiera punkt A oraz listę jego następników B To był jednak zły pomysł, bardzo zły :(
* Dr... |
6278_9 | package DROGA;
import java.io.Serializable;
import java.util.LinkedList;
import java.util.List;
import MAIN.PunktMapy;
import POJAZD.Pojazd;
/**
*
* @author Kamil Piotrowski
* Klasa określająca drogę w naszym ściecie
* Zawiera punkt A oraz listę jego następników B To był jednak zły pomysł, bardzo zły :(
* Dr... | kpiotrowski/OOPProject_JAVA | SymulacjaSwiata_K.Piotrowski/src/DROGA/Droga.java | 1,847 | /**
*
* @param a - punkt A
* @param b - następnik punktu a
* Droga jest tworzona na podstawie tych 2 punktów
*/ | block_comment | pl | package DROGA;
import java.io.Serializable;
import java.util.LinkedList;
import java.util.List;
import MAIN.PunktMapy;
import POJAZD.Pojazd;
/**
*
* @author Kamil Piotrowski
* Klasa określająca drogę w naszym ściecie
* Zawiera punkt A oraz listę jego następników B To był jednak zły pomysł, bardzo zły :(
* Dr... |
6278_10 | package DROGA;
import java.io.Serializable;
import java.util.LinkedList;
import java.util.List;
import MAIN.PunktMapy;
import POJAZD.Pojazd;
/**
*
* @author Kamil Piotrowski
* Klasa określająca drogę w naszym ściecie
* Zawiera punkt A oraz listę jego następników B To był jednak zły pomysł, bardzo zły :(
* Dr... | kpiotrowski/OOPProject_JAVA | SymulacjaSwiata_K.Piotrowski/src/DROGA/Droga.java | 1,847 | /**
* Metoda która z funkcji trygonometrycznych wylicza takie wartości jak kąt nachylenia / kierunek
* Oraz najważenijsze : odsunięcie które używamy podczas rysowania pojazdów
*/ | block_comment | pl | package DROGA;
import java.io.Serializable;
import java.util.LinkedList;
import java.util.List;
import MAIN.PunktMapy;
import POJAZD.Pojazd;
/**
*
* @author Kamil Piotrowski
* Klasa określająca drogę w naszym ściecie
* Zawiera punkt A oraz listę jego następników B To był jednak zły pomysł, bardzo zły :(
* Dr... |
6279_1 | package zad9;
import java.util.*;
/**
* Created by tomasz.lelek on 20/02/15.
*/
class RoomsAllocationSystem implements RoomsAllocationSystemInterface {
public static class RoomSchedule{
private final int day;
private final int hourFrom;
private final int hourTo;
public RoomS... | tomekl007/uj_zadania | src/main/java/zad9/RoomsAllocationSystem.java | 2,607 | //W przypadku atrybutów o wartości liczbowek | line_comment | pl | package zad9;
import java.util.*;
/**
* Created by tomasz.lelek on 20/02/15.
*/
class RoomsAllocationSystem implements RoomsAllocationSystemInterface {
public static class RoomSchedule{
private final int day;
private final int hourFrom;
private final int hourTo;
public RoomS... |
6279_2 | package zad9;
import java.util.*;
/**
* Created by tomasz.lelek on 20/02/15.
*/
class RoomsAllocationSystem implements RoomsAllocationSystemInterface {
public static class RoomSchedule{
private final int day;
private final int hourFrom;
private final int hourTo;
public RoomS... | tomekl007/uj_zadania | src/main/java/zad9/RoomsAllocationSystem.java | 2,607 | // mnożymy punktację atrybutu przez różnicę | line_comment | pl | package zad9;
import java.util.*;
/**
* Created by tomasz.lelek on 20/02/15.
*/
class RoomsAllocationSystem implements RoomsAllocationSystemInterface {
public static class RoomSchedule{
private final int day;
private final int hourFrom;
private final int hourTo;
public RoomS... |
6279_3 | package zad9;
import java.util.*;
/**
* Created by tomasz.lelek on 20/02/15.
*/
class RoomsAllocationSystem implements RoomsAllocationSystemInterface {
public static class RoomSchedule{
private final int day;
private final int hourFrom;
private final int hourTo;
public RoomS... | tomekl007/uj_zadania | src/main/java/zad9/RoomsAllocationSystem.java | 2,607 | // jego wartości dla danej sali i limitu | line_comment | pl | package zad9;
import java.util.*;
/**
* Created by tomasz.lelek on 20/02/15.
*/
class RoomsAllocationSystem implements RoomsAllocationSystemInterface {
public static class RoomSchedule{
private final int day;
private final int hourFrom;
private final int hourTo;
public RoomS... |
6279_4 | package zad9;
import java.util.*;
/**
* Created by tomasz.lelek on 20/02/15.
*/
class RoomsAllocationSystem implements RoomsAllocationSystemInterface {
public static class RoomSchedule{
private final int day;
private final int hourFrom;
private final int hourTo;
public RoomS... | tomekl007/uj_zadania | src/main/java/zad9/RoomsAllocationSystem.java | 2,607 | // (o ile był on podany, jeśli nie to zakładamy, że wynosi on zero). | line_comment | pl | package zad9;
import java.util.*;
/**
* Created by tomasz.lelek on 20/02/15.
*/
class RoomsAllocationSystem implements RoomsAllocationSystemInterface {
public static class RoomSchedule{
private final int day;
private final int hourFrom;
private final int hourTo;
public RoomS... |
6279_5 | package zad9;
import java.util.*;
/**
* Created by tomasz.lelek on 20/02/15.
*/
class RoomsAllocationSystem implements RoomsAllocationSystemInterface {
public static class RoomSchedule{
private final int day;
private final int hourFrom;
private final int hourTo;
public RoomS... | tomekl007/uj_zadania | src/main/java/zad9/RoomsAllocationSystem.java | 2,607 | //Przykład: Limit liczbowy uzyty do przeszukiwania sal | line_comment | pl | package zad9;
import java.util.*;
/**
* Created by tomasz.lelek on 20/02/15.
*/
class RoomsAllocationSystem implements RoomsAllocationSystemInterface {
public static class RoomSchedule{
private final int day;
private final int hourFrom;
private final int hourTo;
public RoomS... |
6279_6 | package zad9;
import java.util.*;
/**
* Created by tomasz.lelek on 20/02/15.
*/
class RoomsAllocationSystem implements RoomsAllocationSystemInterface {
public static class RoomSchedule{
private final int day;
private final int hourFrom;
private final int hourTo;
public RoomS... | tomekl007/uj_zadania | src/main/java/zad9/RoomsAllocationSystem.java | 2,607 | // okreslał minimalną liczbę wymian powietrza na 5. Do porządkowania | line_comment | pl | package zad9;
import java.util.*;
/**
* Created by tomasz.lelek on 20/02/15.
*/
class RoomsAllocationSystem implements RoomsAllocationSystemInterface {
public static class RoomSchedule{
private final int day;
private final int hourFrom;
private final int hourTo;
public RoomS... |
6279_7 | package zad9;
import java.util.*;
/**
* Created by tomasz.lelek on 20/02/15.
*/
class RoomsAllocationSystem implements RoomsAllocationSystemInterface {
public static class RoomSchedule{
private final int day;
private final int hourFrom;
private final int hourTo;
public RoomS... | tomekl007/uj_zadania | src/main/java/zad9/RoomsAllocationSystem.java | 2,607 | // wyników przesłana została mapa zawierająca: "zielone sciany" -> 20, | line_comment | pl | package zad9;
import java.util.*;
/**
* Created by tomasz.lelek on 20/02/15.
*/
class RoomsAllocationSystem implements RoomsAllocationSystemInterface {
public static class RoomSchedule{
private final int day;
private final int hourFrom;
private final int hourTo;
public RoomS... |
6279_8 | package zad9;
import java.util.*;
/**
* Created by tomasz.lelek on 20/02/15.
*/
class RoomsAllocationSystem implements RoomsAllocationSystemInterface {
public static class RoomSchedule{
private final int day;
private final int hourFrom;
private final int hourTo;
public RoomS... | tomekl007/uj_zadania | src/main/java/zad9/RoomsAllocationSystem.java | 2,607 | // "sala nasloneczniona" -> 30, "liczba wymian powietrza na godzine" -> 10. | line_comment | pl | package zad9;
import java.util.*;
/**
* Created by tomasz.lelek on 20/02/15.
*/
class RoomsAllocationSystem implements RoomsAllocationSystemInterface {
public static class RoomSchedule{
private final int day;
private final int hourFrom;
private final int hourTo;
public RoomS... |
6279_9 | package zad9;
import java.util.*;
/**
* Created by tomasz.lelek on 20/02/15.
*/
class RoomsAllocationSystem implements RoomsAllocationSystemInterface {
public static class RoomSchedule{
private final int day;
private final int hourFrom;
private final int hourTo;
public RoomS... | tomekl007/uj_zadania | src/main/java/zad9/RoomsAllocationSystem.java | 2,607 | // Mamy nastepujace podlegające sortowaniu sale: | line_comment | pl | package zad9;
import java.util.*;
/**
* Created by tomasz.lelek on 20/02/15.
*/
class RoomsAllocationSystem implements RoomsAllocationSystemInterface {
public static class RoomSchedule{
private final int day;
private final int hourFrom;
private final int hourTo;
public RoomS... |
6280_0 | package pl.lodz.p.it.ssbd2022.ssbd02.entity;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import pl.lodz.p.it.ssbd2022.ssbd02.util.ManagedEntity;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
import java.util.Objects;
/**
* Encja reprezentująca stare hasło ... | oskarkurczewski/Shutter.app | src/main/java/pl/lodz/p/it/ssbd2022/ssbd02/entity/OldPassword.java | 490 | /**
* Encja reprezentująca stare hasło użytkownika
*/ | block_comment | pl | package pl.lodz.p.it.ssbd2022.ssbd02.entity;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import pl.lodz.p.it.ssbd2022.ssbd02.util.ManagedEntity;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
import java.util.Objects;
/**
* Encja reprezentująca stare <SUF>*... |
6280_1 | package pl.lodz.p.it.ssbd2022.ssbd02.entity;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import pl.lodz.p.it.ssbd2022.ssbd02.util.ManagedEntity;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
import java.util.Objects;
/**
* Encja reprezentująca stare hasło ... | oskarkurczewski/Shutter.app | src/main/java/pl/lodz/p/it/ssbd2022/ssbd02/entity/OldPassword.java | 490 | /**
* Stare hasło danego użytkownika
*/ | block_comment | pl | package pl.lodz.p.it.ssbd2022.ssbd02.entity;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import pl.lodz.p.it.ssbd2022.ssbd02.util.ManagedEntity;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
import java.util.Objects;
/**
* Encja reprezentująca stare hasło ... |
6280_2 | package pl.lodz.p.it.ssbd2022.ssbd02.entity;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import pl.lodz.p.it.ssbd2022.ssbd02.util.ManagedEntity;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
import java.util.Objects;
/**
* Encja reprezentująca stare hasło ... | oskarkurczewski/Shutter.app | src/main/java/pl/lodz/p/it/ssbd2022/ssbd02/entity/OldPassword.java | 490 | /**
* Konto użytkownika, który był posiadaczem tego hasła
*
* @see Account
*/ | block_comment | pl | package pl.lodz.p.it.ssbd2022.ssbd02.entity;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import pl.lodz.p.it.ssbd2022.ssbd02.util.ManagedEntity;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
import java.util.Objects;
/**
* Encja reprezentująca stare hasło ... |
6281_3 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // odczytujemy ścieżkę do bibliotek z właściwości systemowych | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_4 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // wczytujemy plik główny | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_5 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // tworzymy obiekt pliku i wstawiamy linijkę <fsnum | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_6 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // dodajemy znacznik endOfFile | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_7 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // dodajemy linię <fe | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_8 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // analizujemy pod kątem <fs i <fe | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_9 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // zamieniamy linię na jeden ciąg | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_10 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // jeżeli lastFile to dodajemy nowy przedział | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_11 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // pobieramy wartość num | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_12 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // pobieramy plik pod tym numerem | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_13 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // ustawiamy fromList na aktualną zawartość stosu | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_14 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // wrzucamy na stos | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_15 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // ściągamy ze stosu | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_16 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // jeżeli nie ma nic więcej na stosie, kończymy | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_18 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // od zera, bo pierwsza linijka to <fs | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_19 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // jeżeli dyrektywa preprocesora | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_20 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // ścieżka do aktualnego pliku (używana przy wypisywaniu błędów) | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_21 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // obcinamy początkowe i końcowe białe znaki | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_22 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // sprawdzamy czy linia pasuje do wzorca include | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_23 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // pobieramy ścieżkę do pliku | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_24 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // sprawdzamy czy nie zaczyna się od < | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_25 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // sprawdzamy czy kończy się na > | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_26 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // obcinamy pierwszy i ostatni znak (< i >) | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_27 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // dodajemy na początek ścieżkę do katalogu z bibliotekami | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_28 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // próbujemy utworzyć obiekt Path | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_29 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // jeżeli podana ścieżka jest absolutna nie robimy z nią nic | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_30 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // inaczej tworzymy ścieżkę relatywną do aktualnej | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_31 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // wczytujemy linijki z pliku i przetwarzamy rekurencyjnie | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_32 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // jeżeli plik nie był do tej pory wczytany | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_33 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // tworzymy obiekt pliku i wstawiamy linijkę <fsnum | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_34 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // analizujemy rekurencyjnie linie | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_35 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // jeżeli plik nie był do tej pory wczytany | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_36 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // na koniec dodajemy linię <fe | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_37 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // w tym miejscu wstawiamy pustą linię za dyrektywę #INCLUDE | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_38 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // dodajemy linijki do wynikowych | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_39 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // sprawdzamy czy linia pasuje do wzorca import | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_40 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // pobieramy nazwę importowanego modułu i dodajemy | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_41 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // w tym miejscu wstawiamy pustą linijkę | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_42 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // sprawdzamy czy linia pasuje do wzorca define | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_44 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // sprawdzamy czy expr kończy się nawiasem | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_45 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // usuwamy ostatni nawias i białe znaki | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_46 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // sprawdzamy czy id się nie powtarza | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_48 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // w tym miejscu wstawiamy pustą linijkę | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_49 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // usuwamy ostatni znak nowej lini | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_50 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // sprawdzamy czy plik istnieje | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_51 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // jeżeli nie to rzucamy wyjątek | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6281_52 | /*
* Copyright (C) 2016 robert
*
* 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... | bercik/BIO | impl/bioc/src/pl/rcebula/preprocessor/Preprocessor.java | 4,074 | // zwróc listę z jednym elementem | line_comment | pl | /*
* Copyright (C) 2016 robert
*
* 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... |
6282_0 | import org.omg.PortableInterceptor.SYSTEM_EXCEPTION;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Scanner;
/**
*
* @author Jakub Duda, Mateusz Laskowski, Pjoter, Mikis
*
... | Mat00000/KLDD | Analizator/Java/Analizator.java | 2,086 | /**
*
* @author Jakub Duda, Mateusz Laskowski, Pjoter, Mikis
*
*/ | block_comment | pl | import org.omg.PortableInterceptor.SYSTEM_EXCEPTION;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Scanner;
/**
*
* @author Jakub Duda, <SUF>*/
public class Analizator {
... |
6282_1 | import org.omg.PortableInterceptor.SYSTEM_EXCEPTION;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Scanner;
/**
*
* @author Jakub Duda, Mateusz Laskowski, Pjoter, Mikis
*
... | Mat00000/KLDD | Analizator/Java/Analizator.java | 2,086 | //odległość miedzy środkami | line_comment | pl | import org.omg.PortableInterceptor.SYSTEM_EXCEPTION;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Scanner;
/**
*
* @author Jakub Duda, Mateusz Laskowski, Pjoter, Mikis
*
... |
6282_2 | import org.omg.PortableInterceptor.SYSTEM_EXCEPTION;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Scanner;
/**
*
* @author Jakub Duda, Mateusz Laskowski, Pjoter, Mikis
*
... | Mat00000/KLDD | Analizator/Java/Analizator.java | 2,086 | // czas życia busa | line_comment | pl | import org.omg.PortableInterceptor.SYSTEM_EXCEPTION;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Scanner;
/**
*
* @author Jakub Duda, Mateusz Laskowski, Pjoter, Mikis
*
... |
6282_3 | import org.omg.PortableInterceptor.SYSTEM_EXCEPTION;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Scanner;
/**
*
* @author Jakub Duda, Mateusz Laskowski, Pjoter, Mikis
*
... | Mat00000/KLDD | Analizator/Java/Analizator.java | 2,086 | //Busy w pamięci/ pamięta tylko poprzednią klatke | line_comment | pl | import org.omg.PortableInterceptor.SYSTEM_EXCEPTION;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Scanner;
/**
*
* @author Jakub Duda, Mateusz Laskowski, Pjoter, Mikis
*
... |
6282_4 | import org.omg.PortableInterceptor.SYSTEM_EXCEPTION;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Scanner;
/**
*
* @author Jakub Duda, Mateusz Laskowski, Pjoter, Mikis
*
... | Mat00000/KLDD | Analizator/Java/Analizator.java | 2,086 | //Busy które przejechały (zliczone) | line_comment | pl | import org.omg.PortableInterceptor.SYSTEM_EXCEPTION;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Scanner;
/**
*
* @author Jakub Duda, Mateusz Laskowski, Pjoter, Mikis
*
... |
6282_5 | import org.omg.PortableInterceptor.SYSTEM_EXCEPTION;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Scanner;
/**
*
* @author Jakub Duda, Mateusz Laskowski, Pjoter, Mikis
*
... | Mat00000/KLDD | Analizator/Java/Analizator.java | 2,086 | // Busy do usunięcia | line_comment | pl | import org.omg.PortableInterceptor.SYSTEM_EXCEPTION;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Scanner;
/**
*
* @author Jakub Duda, Mateusz Laskowski, Pjoter, Mikis
*
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.