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 |
|---|---|---|---|---|---|---|---|---|
38393_30 | package FunctionalInteface;
import org.junit.jupiter.api.Test;
import java.util.*;
import java.util.function.Consumer;
import java.util.function.Function;
import java.util.function.Predicate;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class FunctionalInterface {
// Interfejsy funkcy... | gkowalczyk/Grzegorz-Kowalczyk-kodilla-java | exercises/src/test/java/FunctionalInteface/FunctionalInterface.java | 3,468 | // ale nie zwraca niczego. Najprostszym | line_comment | pl | package FunctionalInteface;
import org.junit.jupiter.api.Test;
import java.util.*;
import java.util.function.Consumer;
import java.util.function.Function;
import java.util.function.Predicate;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class FunctionalInterface {
// Interfejsy funkcy... |
38393_31 | package FunctionalInteface;
import org.junit.jupiter.api.Test;
import java.util.*;
import java.util.function.Consumer;
import java.util.function.Function;
import java.util.function.Predicate;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class FunctionalInterface {
// Interfejsy funkcy... | gkowalczyk/Grzegorz-Kowalczyk-kodilla-java | exercises/src/test/java/FunctionalInteface/FunctionalInterface.java | 3,468 | // przykładem wykorzystania implementacji | line_comment | pl | package FunctionalInteface;
import org.junit.jupiter.api.Test;
import java.util.*;
import java.util.function.Consumer;
import java.util.function.Function;
import java.util.function.Predicate;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class FunctionalInterface {
// Interfejsy funkcy... |
38393_32 | package FunctionalInteface;
import org.junit.jupiter.api.Test;
import java.util.*;
import java.util.function.Consumer;
import java.util.function.Function;
import java.util.function.Predicate;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class FunctionalInterface {
// Interfejsy funkcy... | gkowalczyk/Grzegorz-Kowalczyk-kodilla-java | exercises/src/test/java/FunctionalInteface/FunctionalInterface.java | 3,468 | // takiego interfejsu jest chociażby | line_comment | pl | package FunctionalInteface;
import org.junit.jupiter.api.Test;
import java.util.*;
import java.util.function.Consumer;
import java.util.function.Function;
import java.util.function.Predicate;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class FunctionalInterface {
// Interfejsy funkcy... |
38393_33 | package FunctionalInteface;
import org.junit.jupiter.api.Test;
import java.util.*;
import java.util.function.Consumer;
import java.util.function.Function;
import java.util.function.Predicate;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class FunctionalInterface {
// Interfejsy funkcy... | gkowalczyk/Grzegorz-Kowalczyk-kodilla-java | exercises/src/test/java/FunctionalInteface/FunctionalInterface.java | 3,468 | // System.out.println. Nic nie zwraca, | line_comment | pl | package FunctionalInteface;
import org.junit.jupiter.api.Test;
import java.util.*;
import java.util.function.Consumer;
import java.util.function.Function;
import java.util.function.Predicate;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class FunctionalInterface {
// Interfejsy funkcy... |
38393_34 | package FunctionalInteface;
import org.junit.jupiter.api.Test;
import java.util.*;
import java.util.function.Consumer;
import java.util.function.Function;
import java.util.function.Predicate;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class FunctionalInterface {
// Interfejsy funkcy... | gkowalczyk/Grzegorz-Kowalczyk-kodilla-java | exercises/src/test/java/FunctionalInteface/FunctionalInterface.java | 3,468 | // za to przyjmuje jeden argument – String | line_comment | pl | package FunctionalInteface;
import org.junit.jupiter.api.Test;
import java.util.*;
import java.util.function.Consumer;
import java.util.function.Function;
import java.util.function.Predicate;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class FunctionalInterface {
// Interfejsy funkcy... |
38393_35 | package FunctionalInteface;
import org.junit.jupiter.api.Test;
import java.util.*;
import java.util.function.Consumer;
import java.util.function.Function;
import java.util.function.Predicate;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class FunctionalInterface {
// Interfejsy funkcy... | gkowalczyk/Grzegorz-Kowalczyk-kodilla-java | exercises/src/test/java/FunctionalInteface/FunctionalInterface.java | 3,468 | // i wypisuje go na standardowym wyjściu, | line_comment | pl | package FunctionalInteface;
import org.junit.jupiter.api.Test;
import java.util.*;
import java.util.function.Consumer;
import java.util.function.Function;
import java.util.function.Predicate;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class FunctionalInterface {
// Interfejsy funkcy... |
38393_53 | package FunctionalInteface;
import org.junit.jupiter.api.Test;
import java.util.*;
import java.util.function.Consumer;
import java.util.function.Function;
import java.util.function.Predicate;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class FunctionalInterface {
// Interfejsy funkcy... | gkowalczyk/Grzegorz-Kowalczyk-kodilla-java | exercises/src/test/java/FunctionalInteface/FunctionalInterface.java | 3,468 | // przy użyciu tablicy | line_comment | pl | package FunctionalInteface;
import org.junit.jupiter.api.Test;
import java.util.*;
import java.util.function.Consumer;
import java.util.function.Function;
import java.util.function.Predicate;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class FunctionalInterface {
// Interfejsy funkcy... |
38393_54 | package FunctionalInteface;
import org.junit.jupiter.api.Test;
import java.util.*;
import java.util.function.Consumer;
import java.util.function.Function;
import java.util.function.Predicate;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class FunctionalInterface {
// Interfejsy funkcy... | gkowalczyk/Grzegorz-Kowalczyk-kodilla-java | exercises/src/test/java/FunctionalInteface/FunctionalInterface.java | 3,468 | // przy uzyciu tablicy oszukujemy final który sprawdza referencje | line_comment | pl | package FunctionalInteface;
import org.junit.jupiter.api.Test;
import java.util.*;
import java.util.function.Consumer;
import java.util.function.Function;
import java.util.function.Predicate;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class FunctionalInterface {
// Interfejsy funkcy... |
38393_55 | package FunctionalInteface;
import org.junit.jupiter.api.Test;
import java.util.*;
import java.util.function.Consumer;
import java.util.function.Function;
import java.util.function.Predicate;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class FunctionalInterface {
// Interfejsy funkcy... | gkowalczyk/Grzegorz-Kowalczyk-kodilla-java | exercises/src/test/java/FunctionalInteface/FunctionalInterface.java | 3,468 | //wynik będzie inny bo Java interface korzysta z lazy initialization | line_comment | pl | package FunctionalInteface;
import org.junit.jupiter.api.Test;
import java.util.*;
import java.util.function.Consumer;
import java.util.function.Function;
import java.util.function.Predicate;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class FunctionalInterface {
// Interfejsy funkcy... |
38400_0 | package pl.edu.icm.saos.persistence.repository;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import java.util.Arrays;
import java.ut... | CeON/saos | saos-persistence/src/test/java/pl/edu/icm/saos/persistence/repository/JudgmentKeywordRepositoryTest.java | 2,065 | /**
* @author Łukasz Dumiszewski
*/ | block_comment | pl | package pl.edu.icm.saos.persistence.repository;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import java.util.Arrays;
import java.ut... |
38409_0 | package w3.zadania.mmarkowski321;
import java.util.*;
public class wyklad3 {
public static void main (String[] args){
//zadanie 9
int[] tab9 = new int[10];
Scanner scanner = new Scanner(System.in);
for (int i=0;i< tab9.length;i++){
System.out.println("Enter integer nu... | WebAce-Group/java101-edycja1 | w3/zadania/mmarkowski321/wyklad3.java | 1,531 | //w tym miejscu nie wiem jak od razu zmienna score wlozyc do switcha jakbys mial pomysl prosze o komentarz, dzieki! | line_comment | pl | package w3.zadania.mmarkowski321;
import java.util.*;
public class wyklad3 {
public static void main (String[] args){
//zadanie 9
int[] tab9 = new int[10];
Scanner scanner = new Scanner(System.in);
for (int i=0;i< tab9.length;i++){
System.out.println("Enter integer nu... |
38412_0 | //TODO czy będziemy jakoś sprawdzać język (np w jakim języku została napisana ulica)
//TODO powiaty oraz wojewodztwa jako enum
//TODO custom walidator dla sprawdzenia daty urodzenia (min n lat)
package com.study.PO.entities.wniosek.dane;
import jakarta.persistence.Entity;
import jakarta.persistence.Table;
import jaka... | INJUSTIC/Univesity-Recrutation-System | src/main/java/com/study/PO/entities/wniosek/dane/DanePersonalne.java | 1,521 | //TODO czy będziemy jakoś sprawdzać język (np w jakim języku została napisana ulica) | line_comment | pl | //TODO czy <SUF>
//TODO powiaty oraz wojewodztwa jako enum
//TODO custom walidator dla sprawdzenia daty urodzenia (min n lat)
package com.study.PO.entities.wniosek.dane;
import jakarta.persistence.Entity;
import jakarta.persistence.Table;
import jakarta.validation.constraints.*;
import lombok.AllArgsConstructor;
impo... |
38412_1 | //TODO czy będziemy jakoś sprawdzać język (np w jakim języku została napisana ulica)
//TODO powiaty oraz wojewodztwa jako enum
//TODO custom walidator dla sprawdzenia daty urodzenia (min n lat)
package com.study.PO.entities.wniosek.dane;
import jakarta.persistence.Entity;
import jakarta.persistence.Table;
import jaka... | INJUSTIC/Univesity-Recrutation-System | src/main/java/com/study/PO/entities/wniosek/dane/DanePersonalne.java | 1,521 | //TODO powiaty oraz wojewodztwa jako enum | line_comment | pl | //TODO czy będziemy jakoś sprawdzać język (np w jakim języku została napisana ulica)
//TODO powiaty <SUF>
//TODO custom walidator dla sprawdzenia daty urodzenia (min n lat)
package com.study.PO.entities.wniosek.dane;
import jakarta.persistence.Entity;
import jakarta.persistence.Table;
import jakarta.validation.constr... |
38412_2 | //TODO czy będziemy jakoś sprawdzać język (np w jakim języku została napisana ulica)
//TODO powiaty oraz wojewodztwa jako enum
//TODO custom walidator dla sprawdzenia daty urodzenia (min n lat)
package com.study.PO.entities.wniosek.dane;
import jakarta.persistence.Entity;
import jakarta.persistence.Table;
import jaka... | INJUSTIC/Univesity-Recrutation-System | src/main/java/com/study/PO/entities/wniosek/dane/DanePersonalne.java | 1,521 | //TODO custom walidator dla sprawdzenia daty urodzenia (min n lat) | line_comment | pl | //TODO czy będziemy jakoś sprawdzać język (np w jakim języku została napisana ulica)
//TODO powiaty oraz wojewodztwa jako enum
//TODO custom <SUF>
package com.study.PO.entities.wniosek.dane;
import jakarta.persistence.Entity;
import jakarta.persistence.Table;
import jakarta.validation.constraints.*;
import lombok.All... |
38413_0 | package pl.moja.biblioteczka;
import javafx.application.Application;
import javafx.scene.Scene;
import javafx.scene.layout.Pane;
import javafx.stage.Stage;
import pl.moja.biblioteczka.database.dbuitls.DbManager;
import pl.moja.biblioteczka.utils.FillDatabase;
import pl.moja.biblioteczka.utils.FxmlUtils;
/**
* Create... | ZacznijProgramowac/MojaBiblioteczka | src/main/java/pl/moja/biblioteczka/Main.java | 337 | /**
* Created by ZacznijProgramowac on 09.11.2016.
*/ | block_comment | pl | package pl.moja.biblioteczka;
import javafx.application.Application;
import javafx.scene.Scene;
import javafx.scene.layout.Pane;
import javafx.stage.Stage;
import pl.moja.biblioteczka.database.dbuitls.DbManager;
import pl.moja.biblioteczka.utils.FillDatabase;
import pl.moja.biblioteczka.utils.FxmlUtils;
/**
* Create... |
38413_1 | package pl.moja.biblioteczka;
import javafx.application.Application;
import javafx.scene.Scene;
import javafx.scene.layout.Pane;
import javafx.stage.Stage;
import pl.moja.biblioteczka.database.dbuitls.DbManager;
import pl.moja.biblioteczka.utils.FillDatabase;
import pl.moja.biblioteczka.utils.FxmlUtils;
/**
* Create... | ZacznijProgramowac/MojaBiblioteczka | src/main/java/pl/moja/biblioteczka/Main.java | 337 | // w tym miejscu uruchamiam dodatkowy kod, który wypełnia bazę danych | line_comment | pl | package pl.moja.biblioteczka;
import javafx.application.Application;
import javafx.scene.Scene;
import javafx.scene.layout.Pane;
import javafx.stage.Stage;
import pl.moja.biblioteczka.database.dbuitls.DbManager;
import pl.moja.biblioteczka.utils.FillDatabase;
import pl.moja.biblioteczka.utils.FxmlUtils;
/**
* Create... |
38421_0 | public class ZmiennaWBlokuIf {
public static void main(String[] args) {
int licznik = 9;
int mianownik = 3;
if (mianownik != 0) {
double wynik = licznik / mianownik;
}
// blad! kod sie nie skompiluje - zmienna wynik
// w tym miejscu juz nie istnieje!
System.out.println("Wynik = " +... | przemyslaw-kruglej/kursjava_przyklady | Rozdzial_04__Instrukcje_warunkowe/ZmiennaWBlokuIf.java | 130 | // blad! kod sie nie skompiluje - zmienna wynik | line_comment | pl | public class ZmiennaWBlokuIf {
public static void main(String[] args) {
int licznik = 9;
int mianownik = 3;
if (mianownik != 0) {
double wynik = licznik / mianownik;
}
// blad! kod <SUF>
// w tym miejscu juz nie istnieje!
System.out.println("Wynik = " + wynik);
}
} |
38421_1 | public class ZmiennaWBlokuIf {
public static void main(String[] args) {
int licznik = 9;
int mianownik = 3;
if (mianownik != 0) {
double wynik = licznik / mianownik;
}
// blad! kod sie nie skompiluje - zmienna wynik
// w tym miejscu juz nie istnieje!
System.out.println("Wynik = " +... | przemyslaw-kruglej/kursjava_przyklady | Rozdzial_04__Instrukcje_warunkowe/ZmiennaWBlokuIf.java | 130 | // w tym miejscu juz nie istnieje! | line_comment | pl | public class ZmiennaWBlokuIf {
public static void main(String[] args) {
int licznik = 9;
int mianownik = 3;
if (mianownik != 0) {
double wynik = licznik / mianownik;
}
// blad! kod sie nie skompiluje - zmienna wynik
// w tym <SUF>
System.out.println("Wynik = " + wynik);
}
} |
38422_0 | package com.library.config;
/**
* Zawiera stałe i zmienne statyczne potrzebne do implementacji logiki
*
*Ze względu na możliwość potrzeby zmiany pewnych ustawień gromadzimy je w jednym miejscu
*/
public class LibrarySetupConfig {
public static double FEE = 0.5;
public static int BORROW_NOTIFICATION_DAYS ... | KryniuPL/Library_managment_system | src/main/java/com/library/config/LibrarySetupConfig.java | 242 | /**
* Zawiera stałe i zmienne statyczne potrzebne do implementacji logiki
*
*Ze względu na możliwość potrzeby zmiany pewnych ustawień gromadzimy je w jednym miejscu
*/ | block_comment | pl | package com.library.config;
/**
* Zawiera stałe i <SUF>*/
public class LibrarySetupConfig {
public static double FEE = 0.5;
public static int BORROW_NOTIFICATION_DAYS = 7;
public static int BORROW_TIME_DAYS = 90;
//BORROWSTATES
public static final int TERM_REACHED = -1;
public static final... |
38432_0 | package pl.waw.sgh;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class Lists {
public static void main(String[] args) {
List<Integer> myList = new ArrayList<>();
myList.add(35);
myList.add(76);
myList.add(3525);
myList.add(1, 8987);... | BeataWalo/CP_summer_2020 | src/pl/waw/sgh/Lists.java | 362 | //dodaje 8987 na miejscu nr 1 | line_comment | pl | package pl.waw.sgh;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class Lists {
public static void main(String[] args) {
List<Integer> myList = new ArrayList<>();
myList.add(35);
myList.add(76);
myList.add(3525);
myList.add(1, 8987);... |
38432_1 | package pl.waw.sgh;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class Lists {
public static void main(String[] args) {
List<Integer> myList = new ArrayList<>();
myList.add(35);
myList.add(76);
myList.add(3525);
myList.add(1, 8987);... | BeataWalo/CP_summer_2020 | src/pl/waw/sgh/Lists.java | 362 | //zamienia liczbę z miejsca 0 na 667 | line_comment | pl | package pl.waw.sgh;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class Lists {
public static void main(String[] args) {
List<Integer> myList = new ArrayList<>();
myList.add(35);
myList.add(76);
myList.add(3525);
myList.add(1, 8987);... |
38432_2 | package pl.waw.sgh;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class Lists {
public static void main(String[] args) {
List<Integer> myList = new ArrayList<>();
myList.add(35);
myList.add(76);
myList.add(3525);
myList.add(1, 8987);... | BeataWalo/CP_summer_2020 | src/pl/waw/sgh/Lists.java | 362 | //usuwa element o wartości 677 | line_comment | pl | package pl.waw.sgh;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class Lists {
public static void main(String[] args) {
List<Integer> myList = new ArrayList<>();
myList.add(35);
myList.add(76);
myList.add(3525);
myList.add(1, 8987);... |
38432_3 | package pl.waw.sgh;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class Lists {
public static void main(String[] args) {
List<Integer> myList = new ArrayList<>();
myList.add(35);
myList.add(76);
myList.add(3525);
myList.add(1, 8987);... | BeataWalo/CP_summer_2020 | src/pl/waw/sgh/Lists.java | 362 | //pisze ile mam elementów na liście | line_comment | pl | package pl.waw.sgh;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class Lists {
public static void main(String[] args) {
List<Integer> myList = new ArrayList<>();
myList.add(35);
myList.add(76);
myList.add(3525);
myList.add(1, 8987);... |
38432_4 | package pl.waw.sgh;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class Lists {
public static void main(String[] args) {
List<Integer> myList = new ArrayList<>();
myList.add(35);
myList.add(76);
myList.add(3525);
myList.add(1, 8987);... | BeataWalo/CP_summer_2020 | src/pl/waw/sgh/Lists.java | 362 | //da mi trzeci element z listy (który stoi na 2. miejscu) | line_comment | pl | package pl.waw.sgh;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class Lists {
public static void main(String[] args) {
List<Integer> myList = new ArrayList<>();
myList.add(35);
myList.add(76);
myList.add(3525);
myList.add(1, 8987);... |
38434_0 | package com.HighLand;
import javax.swing.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
public class MyFrame6 extends JFrame {
JButton button1 = new JButton("Button 1");
JButton button2 = new JButton("Button 2");
JButton button3 = new JButton("Button 3");
MyFrame6() {
... | sewerynstawiarski/Learning-Programming-Academy | KursYouTube/MyFrame6.java | 515 | // tworzysz bezimienną klasę "jednorazową"specjalnie lda tego przycisku, nie musisz implementować interfejsu | line_comment | pl | package com.HighLand;
import javax.swing.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
public class MyFrame6 extends JFrame {
JButton button1 = new JButton("Button 1");
JButton button2 = new JButton("Button 2");
JButton button3 = new JButton("Button 3");
MyFrame6() {
... |
38434_1 | package com.HighLand;
import javax.swing.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
public class MyFrame6 extends JFrame {
JButton button1 = new JButton("Button 1");
JButton button2 = new JButton("Button 2");
JButton button3 = new JButton("Button 3");
MyFrame6() {
... | sewerynstawiarski/Learning-Programming-Academy | KursYouTube/MyFrame6.java | 515 | // zamiast tworzyć osobne klasy, przywołujesz w tym miejscu jedną bezimienną poprzez new ActionListener i nadajesz jej jeden cel | line_comment | pl | package com.HighLand;
import javax.swing.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
public class MyFrame6 extends JFrame {
JButton button1 = new JButton("Button 1");
JButton button2 = new JButton("Button 2");
JButton button3 = new JButton("Button 3");
MyFrame6() {
... |
38437_1 | package rts.model.map;
//import terrain.*;
//import units.*;
import java.util.ArrayList;
import java.util.List;
import rts.misc.ConstRect;
import rts.misc.Coords;
import rts.misc.TileDimensions;
import rts.misc.exceptions.OutOfMapException;
import rts.view.clientModel.BuildingImage;
// TODO: Auto-generated Javadoc
/*... | PiotrTrzpil/rts | src/main/java/rts/model/map/BuildMap.java | 1,842 | /**
* Mapa budynkow.
*/ | block_comment | pl | package rts.model.map;
//import terrain.*;
//import units.*;
import java.util.ArrayList;
import java.util.List;
import rts.misc.ConstRect;
import rts.misc.Coords;
import rts.misc.TileDimensions;
import rts.misc.exceptions.OutOfMapException;
import rts.view.clientModel.BuildingImage;
// TODO: Auto-generated Javadoc
/*... |
38437_3 | package rts.model.map;
//import terrain.*;
//import units.*;
import java.util.ArrayList;
import java.util.List;
import rts.misc.ConstRect;
import rts.misc.Coords;
import rts.misc.TileDimensions;
import rts.misc.exceptions.OutOfMapException;
import rts.view.clientModel.BuildingImage;
// TODO: Auto-generated Javadoc
/*... | PiotrTrzpil/rts | src/main/java/rts/model/map/BuildMap.java | 1,842 | /** Szerokosc w pikselach. */ | block_comment | pl | package rts.model.map;
//import terrain.*;
//import units.*;
import java.util.ArrayList;
import java.util.List;
import rts.misc.ConstRect;
import rts.misc.Coords;
import rts.misc.TileDimensions;
import rts.misc.exceptions.OutOfMapException;
import rts.view.clientModel.BuildingImage;
// TODO: Auto-generated Javadoc
/*... |
38437_4 | package rts.model.map;
//import terrain.*;
//import units.*;
import java.util.ArrayList;
import java.util.List;
import rts.misc.ConstRect;
import rts.misc.Coords;
import rts.misc.TileDimensions;
import rts.misc.exceptions.OutOfMapException;
import rts.view.clientModel.BuildingImage;
// TODO: Auto-generated Javadoc
/*... | PiotrTrzpil/rts | src/main/java/rts/model/map/BuildMap.java | 1,842 | /** Wysokosc w pikselach. */ | block_comment | pl | package rts.model.map;
//import terrain.*;
//import units.*;
import java.util.ArrayList;
import java.util.List;
import rts.misc.ConstRect;
import rts.misc.Coords;
import rts.misc.TileDimensions;
import rts.misc.exceptions.OutOfMapException;
import rts.view.clientModel.BuildingImage;
// TODO: Auto-generated Javadoc
/*... |
38437_5 | package rts.model.map;
//import terrain.*;
//import units.*;
import java.util.ArrayList;
import java.util.List;
import rts.misc.ConstRect;
import rts.misc.Coords;
import rts.misc.TileDimensions;
import rts.misc.exceptions.OutOfMapException;
import rts.view.clientModel.BuildingImage;
// TODO: Auto-generated Javadoc
/*... | PiotrTrzpil/rts | src/main/java/rts/model/map/BuildMap.java | 1,842 | /** Szerokosc w polach terenu. */ | block_comment | pl | package rts.model.map;
//import terrain.*;
//import units.*;
import java.util.ArrayList;
import java.util.List;
import rts.misc.ConstRect;
import rts.misc.Coords;
import rts.misc.TileDimensions;
import rts.misc.exceptions.OutOfMapException;
import rts.view.clientModel.BuildingImage;
// TODO: Auto-generated Javadoc
/*... |
38437_6 | package rts.model.map;
//import terrain.*;
//import units.*;
import java.util.ArrayList;
import java.util.List;
import rts.misc.ConstRect;
import rts.misc.Coords;
import rts.misc.TileDimensions;
import rts.misc.exceptions.OutOfMapException;
import rts.view.clientModel.BuildingImage;
// TODO: Auto-generated Javadoc
/*... | PiotrTrzpil/rts | src/main/java/rts/model/map/BuildMap.java | 1,842 | /** Wysokosc w polach terenu. */ | block_comment | pl | package rts.model.map;
//import terrain.*;
//import units.*;
import java.util.ArrayList;
import java.util.List;
import rts.misc.ConstRect;
import rts.misc.Coords;
import rts.misc.TileDimensions;
import rts.misc.exceptions.OutOfMapException;
import rts.view.clientModel.BuildingImage;
// TODO: Auto-generated Javadoc
/*... |
38437_8 | package rts.model.map;
//import terrain.*;
//import units.*;
import java.util.ArrayList;
import java.util.List;
import rts.misc.ConstRect;
import rts.misc.Coords;
import rts.misc.TileDimensions;
import rts.misc.exceptions.OutOfMapException;
import rts.view.clientModel.BuildingImage;
// TODO: Auto-generated Javadoc
/*... | PiotrTrzpil/rts | src/main/java/rts/model/map/BuildMap.java | 1,842 | /**
* Sprawia, ze na brzegu mapy nie mozna wybudowac budynku
*/ | block_comment | pl | package rts.model.map;
//import terrain.*;
//import units.*;
import java.util.ArrayList;
import java.util.List;
import rts.misc.ConstRect;
import rts.misc.Coords;
import rts.misc.TileDimensions;
import rts.misc.exceptions.OutOfMapException;
import rts.view.clientModel.BuildingImage;
// TODO: Auto-generated Javadoc
/*... |
38437_12 | package rts.model.map;
//import terrain.*;
//import units.*;
import java.util.ArrayList;
import java.util.List;
import rts.misc.ConstRect;
import rts.misc.Coords;
import rts.misc.TileDimensions;
import rts.misc.exceptions.OutOfMapException;
import rts.view.clientModel.BuildingImage;
// TODO: Auto-generated Javadoc
/*... | PiotrTrzpil/rts | src/main/java/rts/model/map/BuildMap.java | 1,842 | /**
* Sprawdza czy budynek moze zostac zbudowany w danym miejscu.
*
* @param buildingImage sprite okreslajacy obszar zajmowany przez budynek.
* @param buildPoint punkt okreslajacy polozenie.
* @return true, jesli budynek moze zostac zbudowany w danym miejscu.
*/ | block_comment | pl | package rts.model.map;
//import terrain.*;
//import units.*;
import java.util.ArrayList;
import java.util.List;
import rts.misc.ConstRect;
import rts.misc.Coords;
import rts.misc.TileDimensions;
import rts.misc.exceptions.OutOfMapException;
import rts.view.clientModel.BuildingImage;
// TODO: Auto-generated Javadoc
/*... |
38437_13 | package rts.model.map;
//import terrain.*;
//import units.*;
import java.util.ArrayList;
import java.util.List;
import rts.misc.ConstRect;
import rts.misc.Coords;
import rts.misc.TileDimensions;
import rts.misc.exceptions.OutOfMapException;
import rts.view.clientModel.BuildingImage;
// TODO: Auto-generated Javadoc
/*... | PiotrTrzpil/rts | src/main/java/rts/model/map/BuildMap.java | 1,842 | /**
* Sprawia, ze teren pod budynkiem staje sie nie do przejscia, i nie do
* zbudowania
*
* @param bounds prostokat
*/ | block_comment | pl | package rts.model.map;
//import terrain.*;
//import units.*;
import java.util.ArrayList;
import java.util.List;
import rts.misc.ConstRect;
import rts.misc.Coords;
import rts.misc.TileDimensions;
import rts.misc.exceptions.OutOfMapException;
import rts.view.clientModel.BuildingImage;
// TODO: Auto-generated Javadoc
/*... |
38437_14 | package rts.model.map;
//import terrain.*;
//import units.*;
import java.util.ArrayList;
import java.util.List;
import rts.misc.ConstRect;
import rts.misc.Coords;
import rts.misc.TileDimensions;
import rts.misc.exceptions.OutOfMapException;
import rts.view.clientModel.BuildingImage;
// TODO: Auto-generated Javadoc
/*... | PiotrTrzpil/rts | src/main/java/rts/model/map/BuildMap.java | 1,842 | /**
* Teren pod prostokatem ponownie staje sie budowalny.
*
* @param bounds prostokat
*/ | block_comment | pl | package rts.model.map;
//import terrain.*;
//import units.*;
import java.util.ArrayList;
import java.util.List;
import rts.misc.ConstRect;
import rts.misc.Coords;
import rts.misc.TileDimensions;
import rts.misc.exceptions.OutOfMapException;
import rts.view.clientModel.BuildingImage;
// TODO: Auto-generated Javadoc
/*... |
38439_0 | /**
* Interfejs zawierający wszystkie potrzebne metody do interakcji z figruą.
*
* Klasa implementująca ten interfejs powinna rozszerzać, którąś z fxowych
* <b>Shape</b>
*/
public interface LIShape {
/**
* Przesuwa figurę o wektor (x, y).
*
* @param x pierwsza składowa wektora
... | Kawyn/studia | kurs programowania/lista 5/LIShape.java | 283 | /**
* Interfejs zawierający wszystkie potrzebne metody do interakcji z figruą.
*
* Klasa implementująca ten interfejs powinna rozszerzać, którąś z fxowych
* <b>Shape</b>
*/ | block_comment | pl | /**
* Interfejs zawierający wszystkie <SUF>*/
public interface LIShape {
/**
* Przesuwa figurę o wektor (x, y).
*
* @param x pierwsza składowa wektora
* @param y druga składowa wektora
*/
public void move(double x, double y);
/**
* Skaluje figurę f razy, zachow... |
38439_1 | /**
* Interfejs zawierający wszystkie potrzebne metody do interakcji z figruą.
*
* Klasa implementująca ten interfejs powinna rozszerzać, którąś z fxowych
* <b>Shape</b>
*/
public interface LIShape {
/**
* Przesuwa figurę o wektor (x, y).
*
* @param x pierwsza składowa wektora
... | Kawyn/studia | kurs programowania/lista 5/LIShape.java | 283 | /**
* Przesuwa figurę o wektor (x, y).
*
* @param x pierwsza składowa wektora
* @param y druga składowa wektora
*/ | block_comment | pl | /**
* Interfejs zawierający wszystkie potrzebne metody do interakcji z figruą.
*
* Klasa implementująca ten interfejs powinna rozszerzać, którąś z fxowych
* <b>Shape</b>
*/
public interface LIShape {
/**
* Przesuwa figurę o <SUF>*/
public void move(double x, double y);
/**
* S... |
38439_2 | /**
* Interfejs zawierający wszystkie potrzebne metody do interakcji z figruą.
*
* Klasa implementująca ten interfejs powinna rozszerzać, którąś z fxowych
* <b>Shape</b>
*/
public interface LIShape {
/**
* Przesuwa figurę o wektor (x, y).
*
* @param x pierwsza składowa wektora
... | Kawyn/studia | kurs programowania/lista 5/LIShape.java | 283 | /**
* Skaluje figurę f razy, zachowując środek figury w tym samym miejscu.
*
* @param f czynnik skalujący
*/ | block_comment | pl | /**
* Interfejs zawierający wszystkie potrzebne metody do interakcji z figruą.
*
* Klasa implementująca ten interfejs powinna rozszerzać, którąś z fxowych
* <b>Shape</b>
*/
public interface LIShape {
/**
* Przesuwa figurę o wektor (x, y).
*
* @param x pierwsza składowa wektora
... |
38439_3 | /**
* Interfejs zawierający wszystkie potrzebne metody do interakcji z figruą.
*
* Klasa implementująca ten interfejs powinna rozszerzać, którąś z fxowych
* <b>Shape</b>
*/
public interface LIShape {
/**
* Przesuwa figurę o wektor (x, y).
*
* @param x pierwsza składowa wektora
... | Kawyn/studia | kurs programowania/lista 5/LIShape.java | 283 | /**
* Obraca figurę o angle (w stopniach), wokół środka figury.
*
* @param angle kąt obrotu (w stopniach)
*/ | block_comment | pl | /**
* Interfejs zawierający wszystkie potrzebne metody do interakcji z figruą.
*
* Klasa implementująca ten interfejs powinna rozszerzać, którąś z fxowych
* <b>Shape</b>
*/
public interface LIShape {
/**
* Przesuwa figurę o wektor (x, y).
*
* @param x pierwsza składowa wektora
... |
38440_0 | import javax.imageio.ImageIO;
import javax.swing.*;
import java.awt.*;
import java.awt.image.BufferedImage;
import java.io.IOException;
import java.util.Objects;
public class Zombie implements Sprite {
BufferedImage tape;
int x = 500;
int y = 500;
double scale = 1;
int index = 0; // ... | jmardyla/pz1 | lab14-zombie/src/Zombie.java | 748 | // numer wyświetlanego obrazka
| line_comment | pl | import javax.imageio.ImageIO;
import javax.swing.*;
import java.awt.*;
import java.awt.image.BufferedImage;
import java.io.IOException;
import java.util.Objects;
public class Zombie implements Sprite {
BufferedImage tape;
int x = 500;
int y = 500;
double scale = 1;
int index = 0; // ... |
38440_1 | import javax.imageio.ImageIO;
import javax.swing.*;
import java.awt.*;
import java.awt.image.BufferedImage;
import java.io.IOException;
import java.util.Objects;
public class Zombie implements Sprite {
BufferedImage tape;
int x = 500;
int y = 500;
double scale = 1;
int index = 0; // ... | jmardyla/pz1 | lab14-zombie/src/Zombie.java | 748 | /**
* Pobierz odpowiedni podobraz klatki (odpowiadającej wartości zmiennej index)
* i wyświetl go w miejscu o współrzędnych (x,y)
*
* @param g
* @param parent
*/ | block_comment | pl | import javax.imageio.ImageIO;
import javax.swing.*;
import java.awt.*;
import java.awt.image.BufferedImage;
import java.io.IOException;
import java.util.Objects;
public class Zombie implements Sprite {
BufferedImage tape;
int x = 500;
int y = 500;
double scale = 1;
int index = 0; // ... |
38440_2 | import javax.imageio.ImageIO;
import javax.swing.*;
import java.awt.*;
import java.awt.image.BufferedImage;
import java.io.IOException;
import java.util.Objects;
public class Zombie implements Sprite {
BufferedImage tape;
int x = 500;
int y = 500;
double scale = 1;
int index = 0; // ... | jmardyla/pz1 | lab14-zombie/src/Zombie.java | 748 | /**
* Zmień stan - przejdź do kolejnej klatki
*/ | block_comment | pl | import javax.imageio.ImageIO;
import javax.swing.*;
import java.awt.*;
import java.awt.image.BufferedImage;
import java.io.IOException;
import java.util.Objects;
public class Zombie implements Sprite {
BufferedImage tape;
int x = 500;
int y = 500;
double scale = 1;
int index = 0; // ... |
38441_0 | package edu.san;
import java.util.concurrent.Semaphore;
public class ThinIce {
private Semaphore s1 = new Semaphore(1, true);
public void runme1(Runnable body) {
synchronized (this) {
body.run(); // Sekcja krytyczna 1
}
}
public void runme2(Runnable body) {
try {
s1.acquire();
... | kongra/SAN | 2021 zimowy/Współbieżne (wykład, dzienne)/Conc/src/edu/san/ThinIce.java | 410 | // Sekcja krytyczna 1 | line_comment | pl | package edu.san;
import java.util.concurrent.Semaphore;
public class ThinIce {
private Semaphore s1 = new Semaphore(1, true);
public void runme1(Runnable body) {
synchronized (this) {
body.run(); // Sekcja krytyczna <SUF>
}
}
public void runme2(Runnable body) {
try {
s1.acquire();
... |
38441_1 | package edu.san;
import java.util.concurrent.Semaphore;
public class ThinIce {
private Semaphore s1 = new Semaphore(1, true);
public void runme1(Runnable body) {
synchronized (this) {
body.run(); // Sekcja krytyczna 1
}
}
public void runme2(Runnable body) {
try {
s1.acquire();
... | kongra/SAN | 2021 zimowy/Współbieżne (wykład, dzienne)/Conc/src/edu/san/ThinIce.java | 410 | // Sekcja krytyczna 2 | line_comment | pl | package edu.san;
import java.util.concurrent.Semaphore;
public class ThinIce {
private Semaphore s1 = new Semaphore(1, true);
public void runme1(Runnable body) {
synchronized (this) {
body.run(); // Sekcja krytyczna 1
}
}
public void runme2(Runnable body) {
try {
s1.acquire();
... |
38441_2 | package edu.san;
import java.util.concurrent.Semaphore;
public class ThinIce {
private Semaphore s1 = new Semaphore(1, true);
public void runme1(Runnable body) {
synchronized (this) {
body.run(); // Sekcja krytyczna 1
}
}
public void runme2(Runnable body) {
try {
s1.acquire();
... | kongra/SAN | 2021 zimowy/Współbieżne (wykład, dzienne)/Conc/src/edu/san/ThinIce.java | 410 | // Q: Co jest nie tak? | line_comment | pl | package edu.san;
import java.util.concurrent.Semaphore;
public class ThinIce {
private Semaphore s1 = new Semaphore(1, true);
public void runme1(Runnable body) {
synchronized (this) {
body.run(); // Sekcja krytyczna 1
}
}
public void runme2(Runnable body) {
try {
s1.acquire();
... |
38441_3 | package edu.san;
import java.util.concurrent.Semaphore;
public class ThinIce {
private Semaphore s1 = new Semaphore(1, true);
public void runme1(Runnable body) {
synchronized (this) {
body.run(); // Sekcja krytyczna 1
}
}
public void runme2(Runnable body) {
try {
s1.acquire();
... | kongra/SAN | 2021 zimowy/Współbieżne (wykład, dzienne)/Conc/src/edu/san/ThinIce.java | 410 | // A1: Tworzenie wątków w dowolnym miejscu jest katastrofą | line_comment | pl | package edu.san;
import java.util.concurrent.Semaphore;
public class ThinIce {
private Semaphore s1 = new Semaphore(1, true);
public void runme1(Runnable body) {
synchronized (this) {
body.run(); // Sekcja krytyczna 1
}
}
public void runme2(Runnable body) {
try {
s1.acquire();
... |
38441_4 | package edu.san;
import java.util.concurrent.Semaphore;
public class ThinIce {
private Semaphore s1 = new Semaphore(1, true);
public void runme1(Runnable body) {
synchronized (this) {
body.run(); // Sekcja krytyczna 1
}
}
public void runme2(Runnable body) {
try {
s1.acquire();
... | kongra/SAN | 2021 zimowy/Współbieżne (wykład, dzienne)/Conc/src/edu/san/ThinIce.java | 410 | // A2: Nie wolno w sekcji krytycznej wywoływać CUDZEGO, NIEZNANEGO KODU, np. | line_comment | pl | package edu.san;
import java.util.concurrent.Semaphore;
public class ThinIce {
private Semaphore s1 = new Semaphore(1, true);
public void runme1(Runnable body) {
synchronized (this) {
body.run(); // Sekcja krytyczna 1
}
}
public void runme2(Runnable body) {
try {
s1.acquire();
... |
38444_0 | package staticInitBlocks;
public class Cup extends Artist {
public static String color;
private String name;
static {
System.out.println("hello, Static Cup there! :D ");
color = "static Brown Cup";
// name = "stacic favourite one"; >>> tego nie mozemy zainicjalizowac w tym miejsc... | primalCodeMaker/JavaLearning | Static/src/staticInitBlocks/Cup.java | 195 | // name = "stacic favourite one"; >>> tego nie mozemy zainicjalizowac w tym miejscu bo string name mozna wywolac na obiekcie a na tym poziomie kompilacji to jeszcze nie isnieje | line_comment | pl | package staticInitBlocks;
public class Cup extends Artist {
public static String color;
private String name;
static {
System.out.println("hello, Static Cup there! :D ");
color = "static Brown Cup";
// name = <SUF>
}
{
System.out.println("hay! non static Cup is her... |
38445_1 | package gui.frame;
import java.awt.event.ActionEvent;
import javax.swing.AbstractAction;
import javax.swing.ComboBoxModel;
import javax.swing.DefaultComboBoxModel;
import javax.swing.GroupLayout;
import javax.swing.JButton;
import javax.swing.JComboBox;
import javax.swing.JComponent;
import javax.swing.JFrame;
import... | DennetM/Centrum-Rek-Konf | Pierwsza Integracja/src/gui/frame/OverseerFrame.java | 1,355 | //W tym miejscu automatycznie wygenerowaly sie 2 stringi | line_comment | pl | package gui.frame;
import java.awt.event.ActionEvent;
import javax.swing.AbstractAction;
import javax.swing.ComboBoxModel;
import javax.swing.DefaultComboBoxModel;
import javax.swing.GroupLayout;
import javax.swing.JButton;
import javax.swing.JComboBox;
import javax.swing.JComponent;
import javax.swing.JFrame;
import... |
38445_2 | package gui.frame;
import java.awt.event.ActionEvent;
import javax.swing.AbstractAction;
import javax.swing.ComboBoxModel;
import javax.swing.DefaultComboBoxModel;
import javax.swing.GroupLayout;
import javax.swing.JButton;
import javax.swing.JComboBox;
import javax.swing.JComponent;
import javax.swing.JFrame;
import... | DennetM/Centrum-Rek-Konf | Pierwsza Integracja/src/gui/frame/OverseerFrame.java | 1,355 | //Chyba tutaj powinna znajdowac sie funkcja wybierajaca pracownikow | line_comment | pl | package gui.frame;
import java.awt.event.ActionEvent;
import javax.swing.AbstractAction;
import javax.swing.ComboBoxModel;
import javax.swing.DefaultComboBoxModel;
import javax.swing.GroupLayout;
import javax.swing.JButton;
import javax.swing.JComboBox;
import javax.swing.JComponent;
import javax.swing.JFrame;
import... |
38449_0 | package spirites;
import javax.swing.*;
import java.awt.*;
import java.awt.image.BufferedImage;
//TODO Ogółnie Sprite zamiast wszsytkich hitboxu, pośredni jest wewnątrz.
// najpierw sprawdzamy se, ogólny / główny hitbox, i dopiero jeśli jest w tym dużym, no to dopiero w tedy sprawdzamy konkretne hitboxy.
// dzięki te... | Mateoswiatek/JavaZombieGame | src/spirites/Zombie.java | 916 | //TODO Ogółnie Sprite zamiast wszsytkich hitboxu, pośredni jest wewnątrz. | line_comment | pl | package spirites;
import javax.swing.*;
import java.awt.*;
import java.awt.image.BufferedImage;
//TODO Ogółnie <SUF>
// najpierw sprawdzamy se, ogólny / główny hitbox, i dopiero jeśli jest w tym dużym, no to dopiero w tedy sprawdzamy konkretne hitboxy.
// dzięki temu oszczędzamy na obliczeniach. sprawdzamy najbardzie... |
38449_1 | package spirites;
import javax.swing.*;
import java.awt.*;
import java.awt.image.BufferedImage;
//TODO Ogółnie Sprite zamiast wszsytkich hitboxu, pośredni jest wewnątrz.
// najpierw sprawdzamy se, ogólny / główny hitbox, i dopiero jeśli jest w tym dużym, no to dopiero w tedy sprawdzamy konkretne hitboxy.
// dzięki te... | Mateoswiatek/JavaZombieGame | src/spirites/Zombie.java | 916 | // najpierw sprawdzamy se, ogólny / główny hitbox, i dopiero jeśli jest w tym dużym, no to dopiero w tedy sprawdzamy konkretne hitboxy. | line_comment | pl | package spirites;
import javax.swing.*;
import java.awt.*;
import java.awt.image.BufferedImage;
//TODO Ogółnie Sprite zamiast wszsytkich hitboxu, pośredni jest wewnątrz.
// najpierw sprawdzamy <SUF>
// dzięki temu oszczędzamy na obliczeniach. sprawdzamy najbardziej ogółny hitbox w którym zawierają się wszytkie inne.
... |
38449_2 | package spirites;
import javax.swing.*;
import java.awt.*;
import java.awt.image.BufferedImage;
//TODO Ogółnie Sprite zamiast wszsytkich hitboxu, pośredni jest wewnątrz.
// najpierw sprawdzamy se, ogólny / główny hitbox, i dopiero jeśli jest w tym dużym, no to dopiero w tedy sprawdzamy konkretne hitboxy.
// dzięki te... | Mateoswiatek/JavaZombieGame | src/spirites/Zombie.java | 916 | // dzięki temu oszczędzamy na obliczeniach. sprawdzamy najbardziej ogółny hitbox w którym zawierają się wszytkie inne. | line_comment | pl | package spirites;
import javax.swing.*;
import java.awt.*;
import java.awt.image.BufferedImage;
//TODO Ogółnie Sprite zamiast wszsytkich hitboxu, pośredni jest wewnątrz.
// najpierw sprawdzamy se, ogólny / główny hitbox, i dopiero jeśli jest w tym dużym, no to dopiero w tedy sprawdzamy konkretne hitboxy.
// dzięki te... |
38449_3 | package spirites;
import javax.swing.*;
import java.awt.*;
import java.awt.image.BufferedImage;
//TODO Ogółnie Sprite zamiast wszsytkich hitboxu, pośredni jest wewnątrz.
// najpierw sprawdzamy se, ogólny / główny hitbox, i dopiero jeśli jest w tym dużym, no to dopiero w tedy sprawdzamy konkretne hitboxy.
// dzięki te... | Mateoswiatek/JavaZombieGame | src/spirites/Zombie.java | 916 | // numer wyświetlanego obrazka | line_comment | pl | package spirites;
import javax.swing.*;
import java.awt.*;
import java.awt.image.BufferedImage;
//TODO Ogółnie Sprite zamiast wszsytkich hitboxu, pośredni jest wewnątrz.
// najpierw sprawdzamy se, ogólny / główny hitbox, i dopiero jeśli jest w tym dużym, no to dopiero w tedy sprawdzamy konkretne hitboxy.
// dzięki te... |
38449_4 | package spirites;
import javax.swing.*;
import java.awt.*;
import java.awt.image.BufferedImage;
//TODO Ogółnie Sprite zamiast wszsytkich hitboxu, pośredni jest wewnątrz.
// najpierw sprawdzamy se, ogólny / główny hitbox, i dopiero jeśli jest w tym dużym, no to dopiero w tedy sprawdzamy konkretne hitboxy.
// dzięki te... | Mateoswiatek/JavaZombieGame | src/spirites/Zombie.java | 916 | // +1 tak orientacyjnie, na wszelki wypadek | line_comment | pl | package spirites;
import javax.swing.*;
import java.awt.*;
import java.awt.image.BufferedImage;
//TODO Ogółnie Sprite zamiast wszsytkich hitboxu, pośredni jest wewnątrz.
// najpierw sprawdzamy se, ogólny / główny hitbox, i dopiero jeśli jest w tym dużym, no to dopiero w tedy sprawdzamy konkretne hitboxy.
// dzięki te... |
38449_5 | package spirites;
import javax.swing.*;
import java.awt.*;
import java.awt.image.BufferedImage;
//TODO Ogółnie Sprite zamiast wszsytkich hitboxu, pośredni jest wewnątrz.
// najpierw sprawdzamy se, ogólny / główny hitbox, i dopiero jeśli jest w tym dużym, no to dopiero w tedy sprawdzamy konkretne hitboxy.
// dzięki te... | Mateoswiatek/JavaZombieGame | src/spirites/Zombie.java | 916 | /**
* Pobierz odpowiedni podobraz klatki (odpowiadającej wartości zmiennej index)
* i wyświetl go w miejscu o współrzędnych (x,y)
*
* @param g
* @param parent
*/ | block_comment | pl | package spirites;
import javax.swing.*;
import java.awt.*;
import java.awt.image.BufferedImage;
//TODO Ogółnie Sprite zamiast wszsytkich hitboxu, pośredni jest wewnątrz.
// najpierw sprawdzamy se, ogólny / główny hitbox, i dopiero jeśli jest w tym dużym, no to dopiero w tedy sprawdzamy konkretne hitboxy.
// dzięki te... |
38449_8 | package spirites;
import javax.swing.*;
import java.awt.*;
import java.awt.image.BufferedImage;
//TODO Ogółnie Sprite zamiast wszsytkich hitboxu, pośredni jest wewnątrz.
// najpierw sprawdzamy se, ogólny / główny hitbox, i dopiero jeśli jest w tym dużym, no to dopiero w tedy sprawdzamy konkretne hitboxy.
// dzięki te... | Mateoswiatek/JavaZombieGame | src/spirites/Zombie.java | 916 | // int dotSize = 10; // Rozmiar kropki | line_comment | pl | package spirites;
import javax.swing.*;
import java.awt.*;
import java.awt.image.BufferedImage;
//TODO Ogółnie Sprite zamiast wszsytkich hitboxu, pośredni jest wewnątrz.
// najpierw sprawdzamy se, ogólny / główny hitbox, i dopiero jeśli jest w tym dużym, no to dopiero w tedy sprawdzamy konkretne hitboxy.
// dzięki te... |
38449_10 | package spirites;
import javax.swing.*;
import java.awt.*;
import java.awt.image.BufferedImage;
//TODO Ogółnie Sprite zamiast wszsytkich hitboxu, pośredni jest wewnątrz.
// najpierw sprawdzamy se, ogólny / główny hitbox, i dopiero jeśli jest w tym dużym, no to dopiero w tedy sprawdzamy konkretne hitboxy.
// dzięki te... | Mateoswiatek/JavaZombieGame | src/spirites/Zombie.java | 916 | /**
* Zmień stan - przejdź do kolejnej klatki
*/ | block_comment | pl | package spirites;
import javax.swing.*;
import java.awt.*;
import java.awt.image.BufferedImage;
//TODO Ogółnie Sprite zamiast wszsytkich hitboxu, pośredni jest wewnątrz.
// najpierw sprawdzamy se, ogólny / główny hitbox, i dopiero jeśli jest w tym dużym, no to dopiero w tedy sprawdzamy konkretne hitboxy.
// dzięki te... |
38449_11 | package spirites;
import javax.swing.*;
import java.awt.*;
import java.awt.image.BufferedImage;
//TODO Ogółnie Sprite zamiast wszsytkich hitboxu, pośredni jest wewnątrz.
// najpierw sprawdzamy se, ogólny / główny hitbox, i dopiero jeśli jest w tym dużym, no to dopiero w tedy sprawdzamy konkretne hitboxy.
// dzięki te... | Mateoswiatek/JavaZombieGame | src/spirites/Zombie.java | 916 | // kiedy caly wyjdzie poza ramke lewa. lewa ramka jest na 0 | line_comment | pl | package spirites;
import javax.swing.*;
import java.awt.*;
import java.awt.image.BufferedImage;
//TODO Ogółnie Sprite zamiast wszsytkich hitboxu, pośredni jest wewnątrz.
// najpierw sprawdzamy se, ogólny / główny hitbox, i dopiero jeśli jest w tym dużym, no to dopiero w tedy sprawdzamy konkretne hitboxy.
// dzięki te... |
38454_1 | import java.rmi.server.UID;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class Pasazer implements Runnable{
//Dane personalne pasażera
//Tylko po odczytu - losowane przy tworzeniu pasażera
private UID Id;
private ImieRandom imie;
private NazwiskoRandom nazwisko;
private ... | kpiotrowski/OOPProject_JAVA | SymulacjaSwiata_K.Piotrowski/src/Pasazer.java | 1,985 | //Tylko po odczytu - losowane przy tworzeniu pasażera | line_comment | pl | import java.rmi.server.UID;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class Pasazer implements Runnable{
//Dane personalne pasażera
//Tylko po <SUF>
private UID Id;
private ImieRandom imie;
private NazwiskoRandom nazwisko;
private int wiek;
private long pesel;
//T... |
38454_2 | import java.rmi.server.UID;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class Pasazer implements Runnable{
//Dane personalne pasażera
//Tylko po odczytu - losowane przy tworzeniu pasażera
private UID Id;
private ImieRandom imie;
private NazwiskoRandom nazwisko;
private ... | kpiotrowski/OOPProject_JAVA | SymulacjaSwiata_K.Piotrowski/src/Pasazer.java | 1,985 | //Typ podruży : 0- prywatna 1-służbowa | line_comment | pl | import java.rmi.server.UID;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class Pasazer implements Runnable{
//Dane personalne pasażera
//Tylko po odczytu - losowane przy tworzeniu pasażera
private UID Id;
private ImieRandom imie;
private NazwiskoRandom nazwisko;
private ... |
38454_3 | import java.rmi.server.UID;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class Pasazer implements Runnable{
//Dane personalne pasażera
//Tylko po odczytu - losowane przy tworzeniu pasażera
private UID Id;
private ImieRandom imie;
private NazwiskoRandom nazwisko;
private ... | kpiotrowski/OOPProject_JAVA | SymulacjaSwiata_K.Piotrowski/src/Pasazer.java | 1,985 | //Informacje o podróży | line_comment | pl | import java.rmi.server.UID;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class Pasazer implements Runnable{
//Dane personalne pasażera
//Tylko po odczytu - losowane przy tworzeniu pasażera
private UID Id;
private ImieRandom imie;
private NazwiskoRandom nazwisko;
private ... |
38454_4 | import java.rmi.server.UID;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class Pasazer implements Runnable{
//Dane personalne pasażera
//Tylko po odczytu - losowane przy tworzeniu pasażera
private UID Id;
private ImieRandom imie;
private NazwiskoRandom nazwisko;
private ... | kpiotrowski/OOPProject_JAVA | SymulacjaSwiata_K.Piotrowski/src/Pasazer.java | 1,985 | //Trasa : a - b - c - d - e - f - g - h - ciąg samych miast. bez obecnego, ale łącznie z końcowym!!! | line_comment | pl | import java.rmi.server.UID;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class Pasazer implements Runnable{
//Dane personalne pasażera
//Tylko po odczytu - losowane przy tworzeniu pasażera
private UID Id;
private ImieRandom imie;
private NazwiskoRandom nazwisko;
private ... |
38454_5 | import java.rmi.server.UID;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class Pasazer implements Runnable{
//Dane personalne pasażera
//Tylko po odczytu - losowane przy tworzeniu pasażera
private UID Id;
private ImieRandom imie;
private NazwiskoRandom nazwisko;
private ... | kpiotrowski/OOPProject_JAVA | SymulacjaSwiata_K.Piotrowski/src/Pasazer.java | 1,985 | /*
* Status :
* 0- czeka na wylosowanie trasy
* 1- W punkcie - czeka
* 2- W pojezdzie
* 3- Oczekuje w miejscu docelowym
* 4- W miejscu docelowym - oczekuje na wylosowanie trasy
* 5- Powrócił do domu, oczekuje na zmianę statusu w celu wylosowania kolejnej trasy
*
*/ | block_comment | pl | import java.rmi.server.UID;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class Pasazer implements Runnable{
//Dane personalne pasażera
//Tylko po odczytu - losowane przy tworzeniu pasażera
private UID Id;
private ImieRandom imie;
private NazwiskoRandom nazwisko;
private ... |
38454_8 | import java.rmi.server.UID;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class Pasazer implements Runnable{
//Dane personalne pasażera
//Tylko po odczytu - losowane przy tworzeniu pasażera
private UID Id;
private ImieRandom imie;
private NazwiskoRandom nazwisko;
private ... | kpiotrowski/OOPProject_JAVA | SymulacjaSwiata_K.Piotrowski/src/Pasazer.java | 1,985 | //9 - 12 są lotniska wojskowe | line_comment | pl | import java.rmi.server.UID;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class Pasazer implements Runnable{
//Dane personalne pasażera
//Tylko po odczytu - losowane przy tworzeniu pasażera
private UID Id;
private ImieRandom imie;
private NazwiskoRandom nazwisko;
private ... |
38454_9 | import java.rmi.server.UID;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class Pasazer implements Runnable{
//Dane personalne pasażera
//Tylko po odczytu - losowane przy tworzeniu pasażera
private UID Id;
private ImieRandom imie;
private NazwiskoRandom nazwisko;
private ... | kpiotrowski/OOPProject_JAVA | SymulacjaSwiata_K.Piotrowski/src/Pasazer.java | 1,985 | //Akcje dla poszczególnych stanów pasazera | line_comment | pl | import java.rmi.server.UID;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class Pasazer implements Runnable{
//Dane personalne pasażera
//Tylko po odczytu - losowane przy tworzeniu pasażera
private UID Id;
private ImieRandom imie;
private NazwiskoRandom nazwisko;
private ... |
38454_10 | import java.rmi.server.UID;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class Pasazer implements Runnable{
//Dane personalne pasażera
//Tylko po odczytu - losowane przy tworzeniu pasażera
private UID Id;
private ImieRandom imie;
private NazwiskoRandom nazwisko;
private ... | kpiotrowski/OOPProject_JAVA | SymulacjaSwiata_K.Piotrowski/src/Pasazer.java | 1,985 | //Sprawdzenie czy nie przesiada się z lotniska / port lub odwrotnie | line_comment | pl | import java.rmi.server.UID;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class Pasazer implements Runnable{
//Dane personalne pasażera
//Tylko po odczytu - losowane przy tworzeniu pasażera
private UID Id;
private ImieRandom imie;
private NazwiskoRandom nazwisko;
private ... |
38454_11 | import java.rmi.server.UID;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class Pasazer implements Runnable{
//Dane personalne pasażera
//Tylko po odczytu - losowane przy tworzeniu pasażera
private UID Id;
private ImieRandom imie;
private NazwiskoRandom nazwisko;
private ... | kpiotrowski/OOPProject_JAVA | SymulacjaSwiata_K.Piotrowski/src/Pasazer.java | 1,985 | //Sprawdzenie czy dotarł już do końca trasy | line_comment | pl | import java.rmi.server.UID;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class Pasazer implements Runnable{
//Dane personalne pasażera
//Tylko po odczytu - losowane przy tworzeniu pasażera
private UID Id;
private ImieRandom imie;
private NazwiskoRandom nazwisko;
private ... |
38454_12 | import java.rmi.server.UID;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class Pasazer implements Runnable{
//Dane personalne pasażera
//Tylko po odczytu - losowane przy tworzeniu pasażera
private UID Id;
private ImieRandom imie;
private NazwiskoRandom nazwisko;
private ... | kpiotrowski/OOPProject_JAVA | SymulacjaSwiata_K.Piotrowski/src/Pasazer.java | 1,985 | //Dodatkowe sprawdzenie czy powrócił do domu | line_comment | pl | import java.rmi.server.UID;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class Pasazer implements Runnable{
//Dane personalne pasażera
//Tylko po odczytu - losowane przy tworzeniu pasażera
private UID Id;
private ImieRandom imie;
private NazwiskoRandom nazwisko;
private ... |
38454_13 | import java.rmi.server.UID;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class Pasazer implements Runnable{
//Dane personalne pasażera
//Tylko po odczytu - losowane przy tworzeniu pasażera
private UID Id;
private ImieRandom imie;
private NazwiskoRandom nazwisko;
private ... | kpiotrowski/OOPProject_JAVA | SymulacjaSwiata_K.Piotrowski/src/Pasazer.java | 1,985 | //Przeszukanie czy w obecnym miejscu znajduje się odpowiedni pojazd | line_comment | pl | import java.rmi.server.UID;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class Pasazer implements Runnable{
//Dane personalne pasażera
//Tylko po odczytu - losowane przy tworzeniu pasażera
private UID Id;
private ImieRandom imie;
private NazwiskoRandom nazwisko;
private ... |
38455_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/analysis/tree/ProgramTreeCreator.java | 3,827 | // token z informacją na drugim miejscu | 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... |
38455_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/analysis/tree/ProgramTreeCreator.java | 3,827 | // przesuwamy o 3 | 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... |
38455_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/analysis/tree/ProgramTreeCreator.java | 3,827 | // tworzymy funkcję użytkownika | 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... |
38455_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/analysis/tree/ProgramTreeCreator.java | 3,827 | // koniec parametrów funkcji użytkownika | 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... |
38455_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/analysis/tree/ProgramTreeCreator.java | 3,827 | // przesuwamy o 1 | 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... |
38455_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/analysis/tree/ProgramTreeCreator.java | 3,827 | // parametr funkcji użytkownika | 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... |
38455_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/analysis/tree/ProgramTreeCreator.java | 3,827 | // token z informacją na pierwszym miejscu | 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... |
38455_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/analysis/tree/ProgramTreeCreator.java | 3,827 | // przesuwamy o 1 | 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... |
38455_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/analysis/tree/ProgramTreeCreator.java | 3,827 | // dodajemy do parametrów funkcji użytkownika | 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... |
38455_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/analysis/tree/ProgramTreeCreator.java | 3,827 | // kolejny parametr funkcji użytkownika | 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... |
38455_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/analysis/tree/ProgramTreeCreator.java | 3,827 | // przesuwamy o 1 | 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... |
38455_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/analysis/tree/ProgramTreeCreator.java | 3,827 | // parametr z wart. domyślną | 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... |
38455_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/analysis/tree/ProgramTreeCreator.java | 3,827 | // przesuwamy o 1 | 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... |
38455_17 | /*
* 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/analysis/tree/ProgramTreeCreator.java | 3,827 | // kolejny parametr z wart. domyślną | 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... |
38455_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/analysis/tree/ProgramTreeCreator.java | 3,827 | // token z informacją na drugim miejscu | 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... |
38455_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/analysis/tree/ProgramTreeCreator.java | 3,827 | // przesuwamy o 3 | 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... |
38455_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/analysis/tree/ProgramTreeCreator.java | 3,827 | // dodajemy parametr funkcji użytkownika | 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... |
38455_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/analysis/tree/ProgramTreeCreator.java | 3,827 | // domyślna wartość parametru funkcji użytkownika jako stała | 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... |
38455_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/analysis/tree/ProgramTreeCreator.java | 3,827 | // informacja na pierwszym miejscu | 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... |
38455_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/analysis/tree/ProgramTreeCreator.java | 3,827 | // przesuwamy o 1 | 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... |
38455_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/analysis/tree/ProgramTreeCreator.java | 3,827 | // dodajemy jako domyślny parametr | 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... |
38455_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/analysis/tree/ProgramTreeCreator.java | 3,827 | // domyślna wartość parametru funkcji użytkownika jako wywołanie funkcyjne | 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... |
38455_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/analysis/tree/ProgramTreeCreator.java | 3,827 | // informacja na pierwszym miejscu | 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... |
38455_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/analysis/tree/ProgramTreeCreator.java | 3,827 | // przesuwamy o 2 | 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... |
38455_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/analysis/tree/ProgramTreeCreator.java | 3,827 | // wyciągamy nazwę funkcji | 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... |
38455_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/analysis/tree/ProgramTreeCreator.java | 3,827 | // tworzymy nowe wywołanie | 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... |
38455_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/analysis/tree/ProgramTreeCreator.java | 3,827 | // koniec wywołania funkcyjnego parametru domyślnego (rekursywne wyjście) | 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... |
38455_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/analysis/tree/ProgramTreeCreator.java | 3,827 | // przesuwamy o 1 | 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... |
38455_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/analysis/tree/ProgramTreeCreator.java | 3,827 | // jeżeli to korzeń to dodajemy jako domyślny parametr | 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... |
38455_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/analysis/tree/ProgramTreeCreator.java | 3,827 | // stała wartość jako kolejny parametr wywołania funkcyjnego dla parametru domyślnego | 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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.