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 |
|---|---|---|---|---|---|---|---|---|
24726_3 | package dyrektor;
/*
* 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.
*/
/**
*
* @author Strengol
*/
class Pracownicy {
/**
* @param args the command line arguments
*/... | DrStreng/OLD | pracownicy/src/dyrektor/Main.java | 730 | //konstruktor klasy pracownicy | line_comment | pl | package dyrektor;
/*
* 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.
*/
/**
*
* @author Strengol
*/
class Pracownicy {
/**
* @param args the command line arguments
*/... |
24726_4 | package dyrektor;
/*
* 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.
*/
/**
*
* @author Strengol
*/
class Pracownicy {
/**
* @param args the command line arguments
*/... | DrStreng/OLD | pracownicy/src/dyrektor/Main.java | 730 | //metoda wyswietlajaca wszystkie dane | line_comment | pl | package dyrektor;
/*
* 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.
*/
/**
*
* @author Strengol
*/
class Pracownicy {
/**
* @param args the command line arguments
*/... |
24726_5 | package dyrektor;
/*
* 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.
*/
/**
*
* @author Strengol
*/
class Pracownicy {
/**
* @param args the command line arguments
*/... | DrStreng/OLD | pracownicy/src/dyrektor/Main.java | 730 | //jakas metoda dzialajaca na danych | line_comment | pl | package dyrektor;
/*
* 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.
*/
/**
*
* @author Strengol
*/
class Pracownicy {
/**
* @param args the command line arguments
*/... |
24727_0 | package MP01;
/*
Piotr Wasilewski
S17918
*/
public class Obsluga_Skoczni extends Pracownik_Skoczni{
public String stanowiskoPracy;
public Obsluga_Skoczni(String Imie, String Nazwisko, String Plec, String Pesel, String dataZatrudnienia, int pensja, int premia, String stanowisko){
super(Imie, ... | wasilewski-piotr/PJATK | MAS/MP01/Obsluga_Skoczni.java | 193 | /*
Piotr Wasilewski
S17918
*/ | block_comment | pl | package MP01;
/*
Piotr Wasilewski
<SUF>*/
public class Obsluga_Skoczni extends Pracownik_Skoczni{
public String stanowiskoPracy;
public Obsluga_Skoczni(String Imie, String Nazwisko, String Plec, String Pesel, String dataZatrudnienia, int pensja, int premia, String stanowisko){
super(Imie, Nazwi... |
24737_0 | package com.games.racertc;
import android.content.Context;
import android.util.AttributeSet;
import android.view.SurfaceView;
/**
* Klasa przechowujaca View aplikacji i obslugujaca wejscie uzytkownika.
*/
public class RacerGameView extends SurfaceView {
public RacerGameView( Context context, Attribute... | racerTC/racerTC | src/com/games/racertc/RacerGameView.java | 326 | /**
* Klasa przechowujaca View aplikacji i obslugujaca wejscie uzytkownika.
*/ | block_comment | pl | package com.games.racertc;
import android.content.Context;
import android.util.AttributeSet;
import android.view.SurfaceView;
/**
* Klasa przechowujaca View <SUF>*/
public class RacerGameView extends SurfaceView {
public RacerGameView( Context context, AttributeSet attrs ) {
super( context, attrs ); ... |
24737_1 | package com.games.racertc;
import android.content.Context;
import android.util.AttributeSet;
import android.view.SurfaceView;
/**
* Klasa przechowujaca View aplikacji i obslugujaca wejscie uzytkownika.
*/
public class RacerGameView extends SurfaceView {
public RacerGameView( Context context, Attribute... | racerTC/racerTC | src/com/games/racertc/RacerGameView.java | 326 | /**
* Metoda powinna zostac wywolana po odebraniu klasy przez findViewById. Przygotowuje
* RacerView do pracy.
*/ | block_comment | pl | package com.games.racertc;
import android.content.Context;
import android.util.AttributeSet;
import android.view.SurfaceView;
/**
* Klasa przechowujaca View aplikacji i obslugujaca wejscie uzytkownika.
*/
public class RacerGameView extends SurfaceView {
public RacerGameView( Context context, Attribute... |
24737_2 | package com.games.racertc;
import android.content.Context;
import android.util.AttributeSet;
import android.view.SurfaceView;
/**
* Klasa przechowujaca View aplikacji i obslugujaca wejscie uzytkownika.
*/
public class RacerGameView extends SurfaceView {
public RacerGameView( Context context, Attribute... | racerTC/racerTC | src/com/games/racertc/RacerGameView.java | 326 | /*- Implementacja zdarzen okna: -*/ | block_comment | pl | package com.games.racertc;
import android.content.Context;
import android.util.AttributeSet;
import android.view.SurfaceView;
/**
* Klasa przechowujaca View aplikacji i obslugujaca wejscie uzytkownika.
*/
public class RacerGameView extends SurfaceView {
public RacerGameView( Context context, Attribute... |
24737_3 | package com.games.racertc;
import android.content.Context;
import android.util.AttributeSet;
import android.view.SurfaceView;
/**
* Klasa przechowujaca View aplikacji i obslugujaca wejscie uzytkownika.
*/
public class RacerGameView extends SurfaceView {
public RacerGameView( Context context, Attribute... | racerTC/racerTC | src/com/games/racertc/RacerGameView.java | 326 | /**
* Wolane, gdy aplikacja znajdzie sie w tle albo powroci
* na pierwszy plan.
*/ | block_comment | pl | package com.games.racertc;
import android.content.Context;
import android.util.AttributeSet;
import android.view.SurfaceView;
/**
* Klasa przechowujaca View aplikacji i obslugujaca wejscie uzytkownika.
*/
public class RacerGameView extends SurfaceView {
public RacerGameView( Context context, Attribute... |
24737_4 | package com.games.racertc;
import android.content.Context;
import android.util.AttributeSet;
import android.view.SurfaceView;
/**
* Klasa przechowujaca View aplikacji i obslugujaca wejscie uzytkownika.
*/
public class RacerGameView extends SurfaceView {
public RacerGameView( Context context, Attribute... | racerTC/racerTC | src/com/games/racertc/RacerGameView.java | 326 | //TODO: obsluga zmiany focusu (pauza).
| line_comment | pl | package com.games.racertc;
import android.content.Context;
import android.util.AttributeSet;
import android.view.SurfaceView;
/**
* Klasa przechowujaca View aplikacji i obslugujaca wejscie uzytkownika.
*/
public class RacerGameView extends SurfaceView {
public RacerGameView( Context context, Attribute... |
24746_4 | package strategies;
import internetz.Agent;
import internetz.Task;
import internetz.TaskInternals;
import internetz.TaskPool;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import java.util.SortedMap;
import java.util.TreeMap;
import logger... | wikiteams/aon-emerging-wikiteams | src/strategies/CentralPlanning.java | 1,687 | // ile pozostalo pracy
| line_comment | pl | package strategies;
import internetz.Agent;
import internetz.Task;
import internetz.TaskInternals;
import internetz.TaskPool;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import java.util.SortedMap;
import java.util.TreeMap;
import logger... |
24746_11 | package strategies;
import internetz.Agent;
import internetz.Task;
import internetz.TaskInternals;
import internetz.TaskPool;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import java.util.SortedMap;
import java.util.TreeMap;
import logger... | wikiteams/aon-emerging-wikiteams | src/strategies/CentralPlanning.java | 1,687 | // wiec pracujemy nad choc jednym wolnym!
| line_comment | pl | package strategies;
import internetz.Agent;
import internetz.Task;
import internetz.TaskInternals;
import internetz.TaskPool;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import java.util.SortedMap;
import java.util.TreeMap;
import logger... |
24746_12 | package strategies;
import internetz.Agent;
import internetz.Task;
import internetz.TaskInternals;
import internetz.TaskPool;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import java.util.SortedMap;
import java.util.TreeMap;
import logger... | wikiteams/aon-emerging-wikiteams | src/strategies/CentralPlanning.java | 1,687 | // zero w przypadku gdy agent nie ma w ogole doswiadczenia w tym tasku!
| line_comment | pl | package strategies;
import internetz.Agent;
import internetz.Task;
import internetz.TaskInternals;
import internetz.TaskPool;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import java.util.SortedMap;
import java.util.TreeMap;
import logger... |
24746_13 | package strategies;
import internetz.Agent;
import internetz.Task;
import internetz.TaskInternals;
import internetz.TaskPool;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import java.util.SortedMap;
import java.util.TreeMap;
import logger... | wikiteams/aon-emerging-wikiteams | src/strategies/CentralPlanning.java | 1,687 | // nie ma zadnego agenta o takich skillach, wybierz losowo !
| line_comment | pl | package strategies;
import internetz.Agent;
import internetz.Task;
import internetz.TaskInternals;
import internetz.TaskPool;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import java.util.SortedMap;
import java.util.TreeMap;
import logger... |
24754_0 | package com.games.racertc.utility;
/**
* Wektor dwuwymiarowy liczb zmiennoprzecinkowych.
*/
public class Vec2D {
private float x;
private float y;
/** Wspolczynnik konwersji metrow na piksele. */
public static final float PIXELS_PER_METER = 10.0f;
/**
* Dokonuje konwersji wektora repreze... | racerTC/racerTC | src/com/games/racertc/utility/Vec2D.java | 1,573 | /**
* Wektor dwuwymiarowy liczb zmiennoprzecinkowych.
*/ | block_comment | pl | package com.games.racertc.utility;
/**
* Wektor dwuwymiarowy liczb <SUF>*/
public class Vec2D {
private float x;
private float y;
/** Wspolczynnik konwersji metrow na piksele. */
public static final float PIXELS_PER_METER = 10.0f;
/**
* Dokonuje konwersji wektora reprezentujacego odleglosc... |
24754_1 | package com.games.racertc.utility;
/**
* Wektor dwuwymiarowy liczb zmiennoprzecinkowych.
*/
public class Vec2D {
private float x;
private float y;
/** Wspolczynnik konwersji metrow na piksele. */
public static final float PIXELS_PER_METER = 10.0f;
/**
* Dokonuje konwersji wektora repreze... | racerTC/racerTC | src/com/games/racertc/utility/Vec2D.java | 1,573 | /** Wspolczynnik konwersji metrow na piksele. */ | block_comment | pl | package com.games.racertc.utility;
/**
* Wektor dwuwymiarowy liczb zmiennoprzecinkowych.
*/
public class Vec2D {
private float x;
private float y;
/** Wspolczynnik konwersji metrow <SUF>*/
public static final float PIXELS_PER_METER = 10.0f;
/**
* Dokonuje konwersji wektora reprezentujace... |
24754_2 | package com.games.racertc.utility;
/**
* Wektor dwuwymiarowy liczb zmiennoprzecinkowych.
*/
public class Vec2D {
private float x;
private float y;
/** Wspolczynnik konwersji metrow na piksele. */
public static final float PIXELS_PER_METER = 10.0f;
/**
* Dokonuje konwersji wektora repreze... | racerTC/racerTC | src/com/games/racertc/utility/Vec2D.java | 1,573 | /**
* Dokonuje konwersji wektora reprezentujacego odleglosc w metrach na wektor
* okreslajacy odleglosc w pikselach. Operacja wykonywana jest na kopii obiektu.
* @return Wektor reprezentujacy odleglosc w pikselach.
*/ | block_comment | pl | package com.games.racertc.utility;
/**
* Wektor dwuwymiarowy liczb zmiennoprzecinkowych.
*/
public class Vec2D {
private float x;
private float y;
/** Wspolczynnik konwersji metrow na piksele. */
public static final float PIXELS_PER_METER = 10.0f;
/**
* Dokonuje konwersji wektora <SUF>*/... |
24754_3 | package com.games.racertc.utility;
/**
* Wektor dwuwymiarowy liczb zmiennoprzecinkowych.
*/
public class Vec2D {
private float x;
private float y;
/** Wspolczynnik konwersji metrow na piksele. */
public static final float PIXELS_PER_METER = 10.0f;
/**
* Dokonuje konwersji wektora repreze... | racerTC/racerTC | src/com/games/racertc/utility/Vec2D.java | 1,573 | /**
* Tworzy nowy wektor o wartosci (0,0).
*/ | block_comment | pl | package com.games.racertc.utility;
/**
* Wektor dwuwymiarowy liczb zmiennoprzecinkowych.
*/
public class Vec2D {
private float x;
private float y;
/** Wspolczynnik konwersji metrow na piksele. */
public static final float PIXELS_PER_METER = 10.0f;
/**
* Dokonuje konwersji wektora repreze... |
24754_4 | package com.games.racertc.utility;
/**
* Wektor dwuwymiarowy liczb zmiennoprzecinkowych.
*/
public class Vec2D {
private float x;
private float y;
/** Wspolczynnik konwersji metrow na piksele. */
public static final float PIXELS_PER_METER = 10.0f;
/**
* Dokonuje konwersji wektora repreze... | racerTC/racerTC | src/com/games/racertc/utility/Vec2D.java | 1,573 | /**
* Tworzy nowy wektor o wartosci (x,y).
* @param x Dlugosc x wektora.
* @param y Dlugosc y wektora.
*/ | block_comment | pl | package com.games.racertc.utility;
/**
* Wektor dwuwymiarowy liczb zmiennoprzecinkowych.
*/
public class Vec2D {
private float x;
private float y;
/** Wspolczynnik konwersji metrow na piksele. */
public static final float PIXELS_PER_METER = 10.0f;
/**
* Dokonuje konwersji wektora repreze... |
24754_5 | package com.games.racertc.utility;
/**
* Wektor dwuwymiarowy liczb zmiennoprzecinkowych.
*/
public class Vec2D {
private float x;
private float y;
/** Wspolczynnik konwersji metrow na piksele. */
public static final float PIXELS_PER_METER = 10.0f;
/**
* Dokonuje konwersji wektora repreze... | racerTC/racerTC | src/com/games/racertc/utility/Vec2D.java | 1,573 | /**
* Tworzy nowy wektor jenostkowy obrocony o kat a.
* @param f Kat obrotu wektora (w radianach).
*/ | block_comment | pl | package com.games.racertc.utility;
/**
* Wektor dwuwymiarowy liczb zmiennoprzecinkowych.
*/
public class Vec2D {
private float x;
private float y;
/** Wspolczynnik konwersji metrow na piksele. */
public static final float PIXELS_PER_METER = 10.0f;
/**
* Dokonuje konwersji wektora repreze... |
24754_6 | package com.games.racertc.utility;
/**
* Wektor dwuwymiarowy liczb zmiennoprzecinkowych.
*/
public class Vec2D {
private float x;
private float y;
/** Wspolczynnik konwersji metrow na piksele. */
public static final float PIXELS_PER_METER = 10.0f;
/**
* Dokonuje konwersji wektora repreze... | racerTC/racerTC | src/com/games/racertc/utility/Vec2D.java | 1,573 | /**
* Tworzy nowy wektor obrocony o zadany kat wzgledem obecnego wektora.
* @param a Kat obrotu nowego wektora.
* @return Nowy wektor obrocony o zadany kat wzgledem macierzystego wektora.
*/ | block_comment | pl | package com.games.racertc.utility;
/**
* Wektor dwuwymiarowy liczb zmiennoprzecinkowych.
*/
public class Vec2D {
private float x;
private float y;
/** Wspolczynnik konwersji metrow na piksele. */
public static final float PIXELS_PER_METER = 10.0f;
/**
* Dokonuje konwersji wektora repreze... |
24754_7 | package com.games.racertc.utility;
/**
* Wektor dwuwymiarowy liczb zmiennoprzecinkowych.
*/
public class Vec2D {
private float x;
private float y;
/** Wspolczynnik konwersji metrow na piksele. */
public static final float PIXELS_PER_METER = 10.0f;
/**
* Dokonuje konwersji wektora repreze... | racerTC/racerTC | src/com/games/racertc/utility/Vec2D.java | 1,573 | /**
* Obraca aktualny wektor o kat a.
* @param a Kat obrotu wektora (w radianach).
*/ | block_comment | pl | package com.games.racertc.utility;
/**
* Wektor dwuwymiarowy liczb zmiennoprzecinkowych.
*/
public class Vec2D {
private float x;
private float y;
/** Wspolczynnik konwersji metrow na piksele. */
public static final float PIXELS_PER_METER = 10.0f;
/**
* Dokonuje konwersji wektora repreze... |
24754_8 | package com.games.racertc.utility;
/**
* Wektor dwuwymiarowy liczb zmiennoprzecinkowych.
*/
public class Vec2D {
private float x;
private float y;
/** Wspolczynnik konwersji metrow na piksele. */
public static final float PIXELS_PER_METER = 10.0f;
/**
* Dokonuje konwersji wektora repreze... | racerTC/racerTC | src/com/games/racertc/utility/Vec2D.java | 1,573 | /**
* Pozwala zbadac nachylenia wektora do osi OX.
* @return Kat nachylenia wektora do osi OX.
*/ | block_comment | pl | package com.games.racertc.utility;
/**
* Wektor dwuwymiarowy liczb zmiennoprzecinkowych.
*/
public class Vec2D {
private float x;
private float y;
/** Wspolczynnik konwersji metrow na piksele. */
public static final float PIXELS_PER_METER = 10.0f;
/**
* Dokonuje konwersji wektora repreze... |
24754_9 | package com.games.racertc.utility;
/**
* Wektor dwuwymiarowy liczb zmiennoprzecinkowych.
*/
public class Vec2D {
private float x;
private float y;
/** Wspolczynnik konwersji metrow na piksele. */
public static final float PIXELS_PER_METER = 10.0f;
/**
* Dokonuje konwersji wektora repreze... | racerTC/racerTC | src/com/games/racertc/utility/Vec2D.java | 1,573 | /**
* Pozwala zbadac nachylenia wektora do osi OX. Funkcja zoptymalizowana do pracy z
* wektorami jednostkowymi.
* @return Kat nachylenia wektora do osi OX.
*/ | block_comment | pl | package com.games.racertc.utility;
/**
* Wektor dwuwymiarowy liczb zmiennoprzecinkowych.
*/
public class Vec2D {
private float x;
private float y;
/** Wspolczynnik konwersji metrow na piksele. */
public static final float PIXELS_PER_METER = 10.0f;
/**
* Dokonuje konwersji wektora repreze... |
24755_0 | package Frontend;
import Backend.*;
import javax.swing.*;
import javax.swing.border.EmptyBorder;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
public class PrzyciskDodajPracownikaBD{
public JFrame frame;
public PrzyciskDodajPracownikaBD() {
SwingUtilities... | mdudniczenko/Studia | Semestr 1/Programowanie Strukturalne i Obiektowe - laboratorium/lista7/src/Frontend/PrzyciskDodajPracownikaBD.java | 2,570 | //Asystent, Adiunkt, Profesor Nadzwyczajny, Profesor Zwyczajny, Wykładowca | line_comment | pl | package Frontend;
import Backend.*;
import javax.swing.*;
import javax.swing.border.EmptyBorder;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
public class PrzyciskDodajPracownikaBD{
public JFrame frame;
public PrzyciskDodajPracownikaBD() {
SwingUtilities... |
24764_4 | package rts.controller;
// TODO: Auto-generated Javadoc
/**
* The Class GameThread.
*/
public abstract class GameThread implements Runnable
{
/** Trwa dzialanie */
private boolean running;
/** Watek obslugujacy. */
private Thread thread;
/**
* Start.
*/
public void ... | PiotrTrzpil/rts | src/main/java/rts/controller/GameThread.java | 268 | /**
* Nieskonczona petla wykonania.
*/ | block_comment | pl | package rts.controller;
// TODO: Auto-generated Javadoc
/**
* The Class GameThread.
*/
public abstract class GameThread implements Runnable
{
/** Trwa dzialanie */
private boolean running;
/** Watek obslugujacy. */
private Thread thread;
/**
* Start.
*/
public void ... |
24764_5 | package rts.controller;
// TODO: Auto-generated Javadoc
/**
* The Class GameThread.
*/
public abstract class GameThread implements Runnable
{
/** Trwa dzialanie */
private boolean running;
/** Watek obslugujacy. */
private Thread thread;
/**
* Start.
*/
public void ... | PiotrTrzpil/rts | src/main/java/rts/controller/GameThread.java | 268 | /**
* Wykonanie jakiejs pracy
*/ | block_comment | pl | package rts.controller;
// TODO: Auto-generated Javadoc
/**
* The Class GameThread.
*/
public abstract class GameThread implements Runnable
{
/** Trwa dzialanie */
private boolean running;
/** Watek obslugujacy. */
private Thread thread;
/**
* Start.
*/
public void ... |
24766_0 | package elkadyplom.model;
/**
* Enum reprezentujący typ pracy dyplomowej.
*/
public enum ThesisType {
/**
* Praca inżynierska.
*/
TYPE_ENGINEER,
/**
* Praca magisterska.
*/
TYPE_MASTER;
}
| pik08/elkadyplom | src/main/java/elkadyplom/model/ThesisType.java | 92 | /**
* Enum reprezentujący typ pracy dyplomowej.
*/ | block_comment | pl | package elkadyplom.model;
/**
* Enum reprezentujący typ <SUF>*/
public enum ThesisType {
/**
* Praca inżynierska.
*/
TYPE_ENGINEER,
/**
* Praca magisterska.
*/
TYPE_MASTER;
}
|
24766_1 | package elkadyplom.model;
/**
* Enum reprezentujący typ pracy dyplomowej.
*/
public enum ThesisType {
/**
* Praca inżynierska.
*/
TYPE_ENGINEER,
/**
* Praca magisterska.
*/
TYPE_MASTER;
}
| pik08/elkadyplom | src/main/java/elkadyplom/model/ThesisType.java | 92 | /**
* Praca inżynierska.
*/ | block_comment | pl | package elkadyplom.model;
/**
* Enum reprezentujący typ pracy dyplomowej.
*/
public enum ThesisType {
/**
* Praca inżynierska.
<SUF>*/
TYPE_ENGINEER,
/**
* Praca magisterska.
*/
TYPE_MASTER;
}
|
24768_0 | package access.mypackage.debug;
/********************************************************
* Klasa Debug, pakiet access.mypackage.debug
*
* Klasa pomocnicza s�u��ca do wypisywania informacji na konsol� podczas
* testowania programu. W trakcie pracy nad projektem wystarczy zmieni� pakiet z
* access.mypackag... | plechowicz/LVSA | src/access/mypackage/debug/Debug.java | 246 | /********************************************************
* Klasa Debug, pakiet access.mypackage.debug
*
* Klasa pomocnicza s�u��ca do wypisywania informacji na konsol� podczas
* testowania programu. W trakcie pracy nad projektem wystarczy zmieni� pakiet z
* access.mypackage.offdebug na access.mypackage.debu... | block_comment | pl | package access.mypackage.debug;
/********************************************************
* Klasa Debug, pakiet <SUF>*/
public class Debug {
/**
* Wypisanie informacji na konsol�.
*
* @param message
* tre�� informacji
*/
public static void debug(String message) {
System.out.p... |
24768_1 | package access.mypackage.debug;
/********************************************************
* Klasa Debug, pakiet access.mypackage.debug
*
* Klasa pomocnicza s�u��ca do wypisywania informacji na konsol� podczas
* testowania programu. W trakcie pracy nad projektem wystarczy zmieni� pakiet z
* access.mypackag... | plechowicz/LVSA | src/access/mypackage/debug/Debug.java | 246 | /**
* Wypisanie informacji na konsol�.
*
* @param message
* tre�� informacji
*/ | block_comment | pl | package access.mypackage.debug;
/********************************************************
* Klasa Debug, pakiet access.mypackage.debug
*
* Klasa pomocnicza s�u��ca do wypisywania informacji na konsol� podczas
* testowania programu. W trakcie pracy nad projektem wystarczy zmieni� pakiet z
* access.mypackag... |
24771_0 | package pl.edu.icm.saos.persistence.model;
import javax.persistence.Cacheable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.SequenceGenerator;
import pl.edu.icm.... | CeON/saos | saos-persistence/src/main/java/pl/edu/icm/saos/persistence/model/CommonCourtDivisionType.java | 679 | /**
* pl. Typ wydziału sądu powszechnego
*
* Based on:
* https://github.com/CeON/saos/tree/master/saos-persistence/src/main/doc/commonCourtCodes.pdf
*
*
* @author Łukasz Dumiszewski
*/ | block_comment | pl | package pl.edu.icm.saos.persistence.model;
import javax.persistence.Cacheable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.SequenceGenerator;
import pl.edu.icm.... |
24771_2 | package pl.edu.icm.saos.persistence.model;
import javax.persistence.Cacheable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.SequenceGenerator;
import pl.edu.icm.... | CeON/saos | saos-persistence/src/main/java/pl/edu/icm/saos/persistence/model/CommonCourtDivisionType.java | 679 | /** e.g. (Wydział) Pracy */ | block_comment | pl | package pl.edu.icm.saos.persistence.model;
import javax.persistence.Cacheable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.SequenceGenerator;
import pl.edu.icm.... |
24773_0 | package pl.jeleniagora.mks.gui;
import java.awt.EventQueue;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import pl.jeleniagora.mks.setti... | SP8EBC/MKS_JG | src/pl/jeleniagora/mks/gui/StartWindow.java | 3,531 | /**
* Klasa obsługująca okno startowe służące do wyboru języka, podstawowych ustawień i przechodzenia do modułów funkcjonalnych
* aplikcaji. To okno będzie tworzone jako pierwsze po Splash screen.
*
* Klasa jest po części generowana automatycznie przez WindowBuilder
*/ | block_comment | pl | package pl.jeleniagora.mks.gui;
import java.awt.EventQueue;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import pl.jeleniagora.mks.setti... |
24773_1 | package pl.jeleniagora.mks.gui;
import java.awt.EventQueue;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import pl.jeleniagora.mks.setti... | SP8EBC/MKS_JG | src/pl/jeleniagora/mks/gui/StartWindow.java | 3,531 | /**
* Normalnie punkt wejści do aplikacji będzie przeniesiony do osobnej klasy
*/ | block_comment | pl | package pl.jeleniagora.mks.gui;
import java.awt.EventQueue;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import pl.jeleniagora.mks.setti... |
24773_2 | package pl.jeleniagora.mks.gui;
import java.awt.EventQueue;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import pl.jeleniagora.mks.setti... | SP8EBC/MKS_JG | src/pl/jeleniagora/mks/gui/StartWindow.java | 3,531 | /**
* Tworzenie okna i jego wszystkich elementów
*/ | block_comment | pl | package pl.jeleniagora.mks.gui;
import java.awt.EventQueue;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import pl.jeleniagora.mks.setti... |
24773_3 | package pl.jeleniagora.mks.gui;
import java.awt.EventQueue;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import pl.jeleniagora.mks.setti... | SP8EBC/MKS_JG | src/pl/jeleniagora/mks/gui/StartWindow.java | 3,531 | /*
* Panel statusu na dole okna wyświetlający aktualnie wybrany język i tryb pracy
*/ | block_comment | pl | package pl.jeleniagora.mks.gui;
import java.awt.EventQueue;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import pl.jeleniagora.mks.setti... |
24773_4 | package pl.jeleniagora.mks.gui;
import java.awt.EventQueue;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import pl.jeleniagora.mks.setti... | SP8EBC/MKS_JG | src/pl/jeleniagora/mks/gui/StartWindow.java | 3,531 | /*
* Przycisk wywołujący menadżera zawodników
*/ | block_comment | pl | package pl.jeleniagora.mks.gui;
import java.awt.EventQueue;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import pl.jeleniagora.mks.setti... |
24773_5 | package pl.jeleniagora.mks.gui;
import java.awt.EventQueue;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import pl.jeleniagora.mks.setti... | SP8EBC/MKS_JG | src/pl/jeleniagora/mks/gui/StartWindow.java | 3,531 | /*
* Przycik przechodzący do obsługi zawodników
*/ | block_comment | pl | package pl.jeleniagora.mks.gui;
import java.awt.EventQueue;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import pl.jeleniagora.mks.setti... |
24773_6 | package pl.jeleniagora.mks.gui;
import java.awt.EventQueue;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import pl.jeleniagora.mks.setti... | SP8EBC/MKS_JG | src/pl/jeleniagora/mks/gui/StartWindow.java | 3,531 | /*
* Layout ustawiający pozycję przycisków i opisu
*/ | block_comment | pl | package pl.jeleniagora.mks.gui;
import java.awt.EventQueue;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import pl.jeleniagora.mks.setti... |
24773_7 | package pl.jeleniagora.mks.gui;
import java.awt.EventQueue;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import pl.jeleniagora.mks.setti... | SP8EBC/MKS_JG | src/pl/jeleniagora/mks/gui/StartWindow.java | 3,531 | /*
* Etykiety w pasku statusu są zdeklarowane globalnie dla klasy żeby można je było modyfikować
* z metody obsługującej zdarzenia
*/ | block_comment | pl | package pl.jeleniagora.mks.gui;
import java.awt.EventQueue;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import pl.jeleniagora.mks.setti... |
24773_8 | package pl.jeleniagora.mks.gui;
import java.awt.EventQueue;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import pl.jeleniagora.mks.setti... | SP8EBC/MKS_JG | src/pl/jeleniagora/mks/gui/StartWindow.java | 3,531 | /*
* (non-Javadoc)
* @see java.awt.event.ActionListener#actionPerformed(java.awt.event.ActionEvent)
*
* Metoda obsługująca zdarzenia od kliknięć w pozycje menu i przyciski. Ta jest w pełni ręcznie pisana
*/ | block_comment | pl | package pl.jeleniagora.mks.gui;
import java.awt.EventQueue;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import pl.jeleniagora.mks.setti... |
24773_9 | package pl.jeleniagora.mks.gui;
import java.awt.EventQueue;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import pl.jeleniagora.mks.setti... | SP8EBC/MKS_JG | src/pl/jeleniagora/mks/gui/StartWindow.java | 3,531 | /* Wyciąganie obiektu który był źródłem akcji */ | block_comment | pl | package pl.jeleniagora.mks.gui;
import java.awt.EventQueue;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import pl.jeleniagora.mks.setti... |
24773_10 | package pl.jeleniagora.mks.gui;
import java.awt.EventQueue;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import pl.jeleniagora.mks.setti... | SP8EBC/MKS_JG | src/pl/jeleniagora/mks/gui/StartWindow.java | 3,531 | /* nazwa objektu który wygenerował akcję, na tej podstawie określa się konkretne przyciski/menu */ | block_comment | pl | package pl.jeleniagora.mks.gui;
import java.awt.EventQueue;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import pl.jeleniagora.mks.setti... |
24773_11 | package pl.jeleniagora.mks.gui;
import java.awt.EventQueue;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import pl.jeleniagora.mks.setti... | SP8EBC/MKS_JG | src/pl/jeleniagora/mks/gui/StartWindow.java | 3,531 | /* sprawdzanie jakiego typu jest obiekt generujący akcję (przycisk, pozycja menu) */ | block_comment | pl | package pl.jeleniagora.mks.gui;
import java.awt.EventQueue;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import pl.jeleniagora.mks.setti... |
24773_12 | package pl.jeleniagora.mks.gui;
import java.awt.EventQueue;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import pl.jeleniagora.mks.setti... | SP8EBC/MKS_JG | src/pl/jeleniagora/mks/gui/StartWindow.java | 3,531 | /* rzutowanie na konkretny typ i przepisywanie nazwy obiektu */ | block_comment | pl | package pl.jeleniagora.mks.gui;
import java.awt.EventQueue;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import pl.jeleniagora.mks.setti... |
24773_13 | package pl.jeleniagora.mks.gui;
import java.awt.EventQueue;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import pl.jeleniagora.mks.setti... | SP8EBC/MKS_JG | src/pl/jeleniagora/mks/gui/StartWindow.java | 3,531 | /* wykonywanie konkretnych akcji dla konkretnych przycisków, pozycji menu itp. */ | block_comment | pl | package pl.jeleniagora.mks.gui;
import java.awt.EventQueue;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import pl.jeleniagora.mks.setti... |
24778_0 | //cc ConfigWatcher Aplikacja wykrywająca aktualizacje właściwości w ZooKeeperze i wyświetlająca je w konsoli
import java.io.IOException;
import org.apache.zookeeper.KeeperException;
import org.apache.zookeeper.WatchedEvent;
import org.apache.zookeeper.Watcher;
import org.apache.zookeeper.Watcher.Event.EventType;
// v... | AlexRogalskiy/hadoop | ch21-zk/src/main/java/ConfigWatcher.java | 480 | //cc ConfigWatcher Aplikacja wykrywająca aktualizacje właściwości w ZooKeeperze i wyświetlająca je w konsoli | line_comment | pl | //cc ConfigWatcher <SUF>
import java.io.IOException;
import org.apache.zookeeper.KeeperException;
import org.apache.zookeeper.WatchedEvent;
import org.apache.zookeeper.Watcher;
import org.apache.zookeeper.Watcher.Event.EventType;
// vv ConfigWatcher
public class ConfigWatcher implements Watcher {
private ActiveK... |
24778_1 | //cc ConfigWatcher Aplikacja wykrywająca aktualizacje właściwości w ZooKeeperze i wyświetlająca je w konsoli
import java.io.IOException;
import org.apache.zookeeper.KeeperException;
import org.apache.zookeeper.WatchedEvent;
import org.apache.zookeeper.Watcher;
import org.apache.zookeeper.Watcher.Event.EventType;
// v... | AlexRogalskiy/hadoop | ch21-zk/src/main/java/ConfigWatcher.java | 480 | // Program działa do momentu zamknięcia procesu lub przerwania wątku | line_comment | pl | //cc ConfigWatcher Aplikacja wykrywająca aktualizacje właściwości w ZooKeeperze i wyświetlająca je w konsoli
import java.io.IOException;
import org.apache.zookeeper.KeeperException;
import org.apache.zookeeper.WatchedEvent;
import org.apache.zookeeper.Watcher;
import org.apache.zookeeper.Watcher.Event.EventType;
// v... |
24781_0 | package zad6;
/**
* Interfejs wykonawcy fragmentu pracy.
*
* @author oramus
*
*/
public interface OneStageWorkInterface {
/**
* Zleca wykonanie pracy przypadającej na okreslony jej etap.
* @param stage - numer etapu, dla ktorego nalezy wykonac prace.
*/
void work(int stage);
}
| tomekl007/uj_zadania | src/main/java/zad6/OneStageWorkInterface.java | 114 | /**
* Interfejs wykonawcy fragmentu pracy.
*
* @author oramus
*
*/ | block_comment | pl | package zad6;
/**
* Interfejs wykonawcy fragmentu <SUF>*/
public interface OneStageWorkInterface {
/**
* Zleca wykonanie pracy przypadającej na okreslony jej etap.
* @param stage - numer etapu, dla ktorego nalezy wykonac prace.
*/
void work(int stage);
}
|
24781_1 | package zad6;
/**
* Interfejs wykonawcy fragmentu pracy.
*
* @author oramus
*
*/
public interface OneStageWorkInterface {
/**
* Zleca wykonanie pracy przypadającej na okreslony jej etap.
* @param stage - numer etapu, dla ktorego nalezy wykonac prace.
*/
void work(int stage);
}
| tomekl007/uj_zadania | src/main/java/zad6/OneStageWorkInterface.java | 114 | /**
* Zleca wykonanie pracy przypadającej na okreslony jej etap.
* @param stage - numer etapu, dla ktorego nalezy wykonac prace.
*/ | block_comment | pl | package zad6;
/**
* Interfejs wykonawcy fragmentu pracy.
*
* @author oramus
*
*/
public interface OneStageWorkInterface {
/**
* Zleca wykonanie pracy <SUF>*/
void work(int stage);
}
|
24784_2 | /*
* Copyright (C) 2015 Haros
*
* 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 dist... | haldiraros/DataAcquisitor | src/hubOperations/HubControl.java | 4,785 | /**
* Getter dla pola trzymającego sesję pracy z DB
* @return odwołanie do obiektu sesji pracy z DB
*/ | block_comment | pl | /*
* Copyright (C) 2015 Haros
*
* 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 dist... |
24784_3 | /*
* Copyright (C) 2015 Haros
*
* 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 dist... | haldiraros/DataAcquisitor | src/hubOperations/HubControl.java | 4,785 | /**
* Setter pola trzymającego sesję pracy z DB
* @param dbSession odwołanie do sesji pracy z DB
*/ | block_comment | pl | /*
* Copyright (C) 2015 Haros
*
* 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 dist... |
24784_4 | /*
* Copyright (C) 2015 Haros
*
* 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 dist... | haldiraros/DataAcquisitor | src/hubOperations/HubControl.java | 4,785 | /**
* Konstruktor klasy hub wykorzystującej klasę Hub z biblioteki
*
* @param hubId identyfikator koncentratora
* @param comPortName nazwa portu, do którego podłączony jest koncentrator
*/ | block_comment | pl | /*
* Copyright (C) 2015 Haros
*
* 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 dist... |
24784_5 | /*
* Copyright (C) 2015 Haros
*
* 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 dist... | haldiraros/DataAcquisitor | src/hubOperations/HubControl.java | 4,785 | /**
* Konstruktor klasy hub wykorzystującej klasę Hub z biblioteki
*
* @param hexHubId heksadecymalny identyfikator koncentratora
* @param comPortName nazwa portu, do którego podłączony jest koncentrator
*/ | block_comment | pl | /*
* Copyright (C) 2015 Haros
*
* 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 dist... |
24784_6 | /*
* Copyright (C) 2015 Haros
*
* 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 dist... | haldiraros/DataAcquisitor | src/hubOperations/HubControl.java | 4,785 | /**
* Konstruktor klasy hub wykorzystującej klasę Hub z biblioteki -
* wraz z autoznajdowaniem huba
*
* @throws MeteringSessionException
*/ | block_comment | pl | /*
* Copyright (C) 2015 Haros
*
* 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 dist... |
24784_8 | /*
* Copyright (C) 2015 Haros
*
* 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 dist... | haldiraros/DataAcquisitor | src/hubOperations/HubControl.java | 4,785 | /**
* Funkcja zwracająca ID urządzenia hub w formie ASCII-HEX
* Dodatkowo ucinamy 4 pierwsze bity dodawane w bibliotece
*
* @return ID Huba - 8 znaków ASCII-HEX
*/ | block_comment | pl | /*
* Copyright (C) 2015 Haros
*
* 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 dist... |
24784_9 | /*
* Copyright (C) 2015 Haros
*
* 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 dist... | haldiraros/DataAcquisitor | src/hubOperations/HubControl.java | 4,785 | //TODO: Skasować pierwsze 4 bity
| line_comment | pl | /*
* Copyright (C) 2015 Haros
*
* 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 dist... |
24784_10 | /*
* Copyright (C) 2015 Haros
*
* 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 dist... | haldiraros/DataAcquisitor | src/hubOperations/HubControl.java | 4,785 | /**
* Ustawianie obiektu huba
*
* @param hub
*/ | block_comment | pl | /*
* Copyright (C) 2015 Haros
*
* 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 dist... |
24784_11 | /*
* Copyright (C) 2015 Haros
*
* 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 dist... | haldiraros/DataAcquisitor | src/hubOperations/HubControl.java | 4,785 | /**
* Funkcja zwracająca obiekt połączenia z Hubem
* @return obiekt połączenia z hubem
*/ | block_comment | pl | /*
* Copyright (C) 2015 Haros
*
* 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 dist... |
24784_12 | /*
* Copyright (C) 2015 Haros
*
* 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 dist... | haldiraros/DataAcquisitor | src/hubOperations/HubControl.java | 4,785 | /**
* Funkcja ustawiająca obiekt połączenia z hubem
* @param hubConn obiekt połączenia z hubem
*/ | block_comment | pl | /*
* Copyright (C) 2015 Haros
*
* 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 dist... |
24784_13 | /*
* Copyright (C) 2015 Haros
*
* 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 dist... | haldiraros/DataAcquisitor | src/hubOperations/HubControl.java | 4,785 | /**
* Funkcja otwierająca nowe połączenie z urządzeniem Hub
* @throws MeteringSessionException
*/ | block_comment | pl | /*
* Copyright (C) 2015 Haros
*
* 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 dist... |
24784_14 | /*
* Copyright (C) 2015 Haros
*
* 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 dist... | haldiraros/DataAcquisitor | src/hubOperations/HubControl.java | 4,785 | /**
* Funkcja zamykająca połączenie z urządzeniem Hub
*/ | block_comment | pl | /*
* Copyright (C) 2015 Haros
*
* 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 dist... |
24784_15 | /*
* Copyright (C) 2015 Haros
*
* 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 dist... | haldiraros/DataAcquisitor | src/hubOperations/HubControl.java | 4,785 | /**
* Funkcja zwracająca wersję Firmware urządzenia Hub
* @return wartość int z wersją Firmware
* @throws MeteringSessionException
*/ | block_comment | pl | /*
* Copyright (C) 2015 Haros
*
* 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 dist... |
24784_16 | /*
* Copyright (C) 2015 Haros
*
* 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 dist... | haldiraros/DataAcquisitor | src/hubOperations/HubControl.java | 4,785 | /**
* Funkcja zwracająca wersję Hardware urzadzenia Hub
* @return wartość int wyrażająca wersję Hardware urządzenia Hub
* @throws MeteringSessionException
*/ | block_comment | pl | /*
* Copyright (C) 2015 Haros
*
* 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 dist... |
24784_17 | /*
* Copyright (C) 2015 Haros
*
* 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 dist... | haldiraros/DataAcquisitor | src/hubOperations/HubControl.java | 4,785 | /**
* Funkcja pobierająca z urządzenia i zwracająca listę ID Loggerów
* zarejestrowanych w pamięci urzadzenia Hub
*
* @return tablica ID loggerów zarejestrowanych w pamięci urządzenia Hub
*/ | block_comment | pl | /*
* Copyright (C) 2015 Haros
*
* 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 dist... |
24784_18 | /*
* Copyright (C) 2015 Haros
*
* 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 dist... | haldiraros/DataAcquisitor | src/hubOperations/HubControl.java | 4,785 | /**
* Funkcja rejestrująca nowy logger na urządzeniu Hub
* Dane przesyłane przez zarejestrowane loggery są trzymane w pamięci Flash loggera
*
* @param loggerID - id loggera który chcemy zarejestrować w formie liczbowej
* @return -1 jeżeli się nie powiodło, id zarejestrowanego loggera on s... | block_comment | pl | /*
* Copyright (C) 2015 Haros
*
* 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 dist... |
24784_19 | /*
* Copyright (C) 2015 Haros
*
* 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 dist... | haldiraros/DataAcquisitor | src/hubOperations/HubControl.java | 4,785 | /**
* Funkcja wyrejestrowująca logger o podanym ID z pamięci urzadzenia
* @param registeredLoggerID ID zarejestrowanego loggera
* @throws MeteringSessionException
*/ | block_comment | pl | /*
* Copyright (C) 2015 Haros
*
* 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 dist... |
24784_20 | /*
* Copyright (C) 2015 Haros
*
* 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 dist... | haldiraros/DataAcquisitor | src/hubOperations/HubControl.java | 4,785 | /**
* Funkcja wyrejestrowująca wszystkie loggery zarejestrowane w pamięci urządzenia Hub
* @return ilość wyrejestrowanych loggerów
*/ | block_comment | pl | /*
* Copyright (C) 2015 Haros
*
* 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 dist... |
24784_21 | /*
* Copyright (C) 2015 Haros
*
* 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 dist... | haldiraros/DataAcquisitor | src/hubOperations/HubControl.java | 4,785 | /**
* Funkcja zamykająca wszelkie sesje wymiany danych otwarte na urzadzeniu HUB
*/ | block_comment | pl | /*
* Copyright (C) 2015 Haros
*
* 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 dist... |
24784_22 | /*
* Copyright (C) 2015 Haros
*
* 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 dist... | haldiraros/DataAcquisitor | src/hubOperations/HubControl.java | 4,785 | /**
* Funkcja zwracająca ID loggera położonego na urzadzeniu HUB
* @return ID loggera
* @throws MeteringSessionException
*/ | block_comment | pl | /*
* Copyright (C) 2015 Haros
*
* 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 dist... |
24784_23 | /*
* Copyright (C) 2015 Haros
*
* 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 dist... | haldiraros/DataAcquisitor | src/hubOperations/HubControl.java | 4,785 | /**
* Funkcja autorejestrująca logger umieszczony na urządzeniu HUB
* @return ID zarejestrowanego loggera
* @throws MeteringSessionException
*/ | block_comment | pl | /*
* Copyright (C) 2015 Haros
*
* 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 dist... |
24784_24 | /*
* Copyright (C) 2015 Haros
*
* 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 dist... | haldiraros/DataAcquisitor | src/hubOperations/HubControl.java | 4,785 | /**
* Funkcja do przetwarzania zaszyfrowanych pakietów danych
* są one wysyłane do lokalnej bazy danych
* @param pck zaszyfrowany pakiet danych otrzymany z urzadzenia Hub
* @throws Exception
*/ | block_comment | pl | /*
* Copyright (C) 2015 Haros
*
* 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 dist... |
24784_26 | /*
* Copyright (C) 2015 Haros
*
* 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 dist... | haldiraros/DataAcquisitor | src/hubOperations/HubControl.java | 4,785 | /**
* Funkcja do przetwarzania danych pobranych z pamięci loggera
* @param pck paczka danych reprezentująca stronę pamięci loggera
* @throws Exception
*/ | block_comment | pl | /*
* Copyright (C) 2015 Haros
*
* 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 dist... |
24784_27 | /*
* Copyright (C) 2015 Haros
*
* 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 dist... | haldiraros/DataAcquisitor | src/hubOperations/HubControl.java | 4,785 | //usunąć pierwsze 4 znaki
| line_comment | pl | /*
* Copyright (C) 2015 Haros
*
* 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 dist... |
24784_28 | /*
* Copyright (C) 2015 Haros
*
* 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 dist... | haldiraros/DataAcquisitor | src/hubOperations/HubControl.java | 4,785 | /**
* Funkcja czytająca pamięć flash loggera położonego na urzadzeniu Hub.
* Pamięć loggera jest czytana przez połączenie IR a następnie każda pobrana
* strona pamięci jest przetwarzana.
*
* @throws MeteringSessionException
*/ | block_comment | pl | /*
* Copyright (C) 2015 Haros
*
* 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 dist... |
24784_29 | /*
* Copyright (C) 2015 Haros
*
* 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 dist... | haldiraros/DataAcquisitor | src/hubOperations/HubControl.java | 4,785 | /**
* Funkcja czytająca dane z pamięci flash Huba.
* Każda pobrana z pamieci paczka danych jest następnie przekazywana do lokalnej bazy danych.
* @throws MeteringSessionException
*/ | block_comment | pl | /*
* Copyright (C) 2015 Haros
*
* 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 dist... |
24784_30 | /*
* Copyright (C) 2015 Haros
*
* 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 dist... | haldiraros/DataAcquisitor | src/hubOperations/HubControl.java | 4,785 | /**
* Funkcja otwierająca sesję radiową na urządzeniu Hub oraz tworząca wątek
* odpowiedzialny za odbieranie i przetwarzanie otrzymanych pakietów.
* @throws MeteringSessionException
*/ | block_comment | pl | /*
* Copyright (C) 2015 Haros
*
* 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 dist... |
24784_32 | /*
* Copyright (C) 2015 Haros
*
* 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 dist... | haldiraros/DataAcquisitor | src/hubOperations/HubControl.java | 4,785 | /**
* Funkcja kończąca sesję radiową na urzadzeniu Hub i niszćząca wątek odpowiedzialny
* za odbieranie pakietów.
* @throws MeteringSessionException
*/ | block_comment | pl | /*
* Copyright (C) 2015 Haros
*
* 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 dist... |
24784_33 | /*
* Copyright (C) 2015 Haros
*
* 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 dist... | haldiraros/DataAcquisitor | src/hubOperations/HubControl.java | 4,785 | /**
* Funkcja zamykająca wszystkie operacje wykonywane na Hubie
* Zakończone zostają wszystkie sesje, niszczony wątek sesji radiowej i zamykane
* połączenie z urządzeniem Hub
*/ | block_comment | pl | /*
* Copyright (C) 2015 Haros
*
* 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 dist... |
24784_34 | /*
* Copyright (C) 2015 Haros
*
* 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 dist... | haldiraros/DataAcquisitor | src/hubOperations/HubControl.java | 4,785 | /**
* Funkcja resetująca połączenie z urządzeniem Hub.
* Używana w przypadku blokady komunikacji.
*
* @throws MeteringSessionException
*/ | block_comment | pl | /*
* Copyright (C) 2015 Haros
*
* 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 dist... |
24785_0 | import jade.core.Agent;
import jade.core.behaviours.SimpleBehaviour;
import java.util.Scanner;
public class klasa_5 extends Agent {
protected void setup()
{
System.out.println("Agent "+ getLocalName() + " startuje");
addBehaviour(new CheckNumberBehaviour());
//System.out.println("Agent "+getL... | AMajkut/Rozproszona-Sztuczna-Inteligencja | Labolatorium 7/klasa_5.java | 301 | //System.out.println("Agent "+getLocalName()+" skonczyl dzialanie!");
| line_comment | pl | import jade.core.Agent;
import jade.core.behaviours.SimpleBehaviour;
import java.util.Scanner;
public class klasa_5 extends Agent {
protected void setup()
{
System.out.println("Agent "+ getLocalName() + " startuje");
addBehaviour(new CheckNumberBehaviour());
//System.out.println("Agent "+getL... |
24785_1 | import jade.core.Agent;
import jade.core.behaviours.SimpleBehaviour;
import java.util.Scanner;
public class klasa_5 extends Agent {
protected void setup()
{
System.out.println("Agent "+ getLocalName() + " startuje");
addBehaviour(new CheckNumberBehaviour());
//System.out.println("Agent "+getL... | AMajkut/Rozproszona-Sztuczna-Inteligencja | Labolatorium 7/klasa_5.java | 301 | //pobieranie z klawiatury
| line_comment | pl | import jade.core.Agent;
import jade.core.behaviours.SimpleBehaviour;
import java.util.Scanner;
public class klasa_5 extends Agent {
protected void setup()
{
System.out.println("Agent "+ getLocalName() + " startuje");
addBehaviour(new CheckNumberBehaviour());
//System.out.println("Agent "+getL... |
24787_0 | package prir.zad2;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.atomic.AtomicIntegerArray;
import java.util.concurrent.atomic.AtomicLongArray;
public class PMO_TaskHelper {
private static int MAX_LEVELS = 64;
private static int MAX_... | tomekl007/uj_zadania | src/main/java/prir/zad2/PMO_TaskHelper.java | 1,783 | // detekcja ilosci watkow na danym poziomie uprzejmosci | line_comment | pl | package prir.zad2;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.atomic.AtomicIntegerArray;
import java.util.concurrent.atomic.AtomicLongArray;
public class PMO_TaskHelper {
private static int MAX_LEVELS = 64;
private static int MAX_... |
24787_1 | package prir.zad2;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.atomic.AtomicIntegerArray;
import java.util.concurrent.atomic.AtomicLongArray;
public class PMO_TaskHelper {
private static int MAX_LEVELS = 64;
private static int MAX_... | tomekl007/uj_zadania | src/main/java/prir/zad2/PMO_TaskHelper.java | 1,783 | // najwieksza wykryta liczba zadan realizowanych na danym poziomie | line_comment | pl | package prir.zad2;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.atomic.AtomicIntegerArray;
import java.util.concurrent.atomic.AtomicLongArray;
public class PMO_TaskHelper {
private static int MAX_LEVELS = 64;
private static int MAX_... |
24787_2 | package prir.zad2;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.atomic.AtomicIntegerArray;
import java.util.concurrent.atomic.AtomicLongArray;
public class PMO_TaskHelper {
private static int MAX_LEVELS = 64;
private static int MAX_... | tomekl007/uj_zadania | src/main/java/prir/zad2/PMO_TaskHelper.java | 1,783 | // calkowita liczba uruchomionych jednoczesnie zadan | line_comment | pl | package prir.zad2;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.atomic.AtomicIntegerArray;
import java.util.concurrent.atomic.AtomicLongArray;
public class PMO_TaskHelper {
private static int MAX_LEVELS = 64;
private static int MAX_... |
24787_3 | package prir.zad2;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.atomic.AtomicIntegerArray;
import java.util.concurrent.atomic.AtomicLongArray;
public class PMO_TaskHelper {
private static int MAX_LEVELS = 64;
private static int MAX_... | tomekl007/uj_zadania | src/main/java/prir/zad2/PMO_TaskHelper.java | 1,783 | // wskaznik przekroczenia calkowitej liczby jednoczesnych zadan | line_comment | pl | package prir.zad2;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.atomic.AtomicIntegerArray;
import java.util.concurrent.atomic.AtomicLongArray;
public class PMO_TaskHelper {
private static int MAX_LEVELS = 64;
private static int MAX_... |
24787_4 | package prir.zad2;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.atomic.AtomicIntegerArray;
import java.util.concurrent.atomic.AtomicLongArray;
public class PMO_TaskHelper {
private static int MAX_LEVELS = 64;
private static int MAX_... | tomekl007/uj_zadania | src/main/java/prir/zad2/PMO_TaskHelper.java | 1,783 | // detekcja jednoczesnie dzialajacych zadan | line_comment | pl | package prir.zad2;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.atomic.AtomicIntegerArray;
import java.util.concurrent.atomic.AtomicLongArray;
public class PMO_TaskHelper {
private static int MAX_LEVELS = 64;
private static int MAX_... |
24787_5 | package prir.zad2;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.atomic.AtomicIntegerArray;
import java.util.concurrent.atomic.AtomicLongArray;
public class PMO_TaskHelper {
private static int MAX_LEVELS = 64;
private static int MAX_... | tomekl007/uj_zadania | src/main/java/prir/zad2/PMO_TaskHelper.java | 1,783 | // liczba zrealizowanych zadan | line_comment | pl | package prir.zad2;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.atomic.AtomicIntegerArray;
import java.util.concurrent.atomic.AtomicLongArray;
public class PMO_TaskHelper {
private static int MAX_LEVELS = 64;
private static int MAX_... |
24787_6 | package prir.zad2;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.atomic.AtomicIntegerArray;
import java.util.concurrent.atomic.AtomicLongArray;
public class PMO_TaskHelper {
private static int MAX_LEVELS = 64;
private static int MAX_... | tomekl007/uj_zadania | src/main/java/prir/zad2/PMO_TaskHelper.java | 1,783 | // sumaryczny czas oczekiwania na rozpoczenie pracy | line_comment | pl | package prir.zad2;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.atomic.AtomicIntegerArray;
import java.util.concurrent.atomic.AtomicLongArray;
public class PMO_TaskHelper {
private static int MAX_LEVELS = 64;
private static int MAX_... |
24787_8 | package prir.zad2;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.atomic.AtomicIntegerArray;
import java.util.concurrent.atomic.AtomicLongArray;
public class PMO_TaskHelper {
private static int MAX_LEVELS = 64;
private static int MAX_... | tomekl007/uj_zadania | src/main/java/prir/zad2/PMO_TaskHelper.java | 1,783 | /**
* Inicjuje obiekty
*/ | block_comment | pl | package prir.zad2;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.atomic.AtomicIntegerArray;
import java.util.concurrent.atomic.AtomicLongArray;
public class PMO_TaskHelper {
private static int MAX_LEVELS = 64;
private static int MAX_... |
24787_9 | package prir.zad2;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.atomic.AtomicIntegerArray;
import java.util.concurrent.atomic.AtomicLongArray;
public class PMO_TaskHelper {
private static int MAX_LEVELS = 64;
private static int MAX_... | tomekl007/uj_zadania | src/main/java/prir/zad2/PMO_TaskHelper.java | 1,783 | /**
* Ustawia maksymalna liczbe znalezionych jednoczesnych zadan na danym
* poziomie nice
*
* @param max
* - liczba zadan
* @param niceLevel
* - poziom uprzejmosci
*/ | block_comment | pl | package prir.zad2;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.atomic.AtomicIntegerArray;
import java.util.concurrent.atomic.AtomicLongArray;
public class PMO_TaskHelper {
private static int MAX_LEVELS = 64;
private static int MAX_... |
24787_10 | package prir.zad2;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.atomic.AtomicIntegerArray;
import java.util.concurrent.atomic.AtomicLongArray;
public class PMO_TaskHelper {
private static int MAX_LEVELS = 64;
private static int MAX_... | tomekl007/uj_zadania | src/main/java/prir/zad2/PMO_TaskHelper.java | 1,783 | /**
* Sprawdza czy nie przekroczono liczby jednoczesnych zadan
*
* @param tasks
* - liczba aktualnie realizowanych zadan
*/ | block_comment | pl | package prir.zad2;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.atomic.AtomicIntegerArray;
import java.util.concurrent.atomic.AtomicLongArray;
public class PMO_TaskHelper {
private static int MAX_LEVELS = 64;
private static int MAX_... |
24787_11 | package prir.zad2;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.atomic.AtomicIntegerArray;
import java.util.concurrent.atomic.AtomicLongArray;
public class PMO_TaskHelper {
private static int MAX_LEVELS = 64;
private static int MAX_... | tomekl007/uj_zadania | src/main/java/prir/zad2/PMO_TaskHelper.java | 1,783 | /**
* Sprawdza czy wszystkie zadania zostaly wykonane
*
* @param tasksPerLevel
* liczba zadan na dany poziom uprzejmosci
* @return wynik testu
*/ | block_comment | pl | package prir.zad2;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.atomic.AtomicIntegerArray;
import java.util.concurrent.atomic.AtomicLongArray;
public class PMO_TaskHelper {
private static int MAX_LEVELS = 64;
private static int MAX_... |
24787_12 | package prir.zad2;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.atomic.AtomicIntegerArray;
import java.util.concurrent.atomic.AtomicLongArray;
public class PMO_TaskHelper {
private static int MAX_LEVELS = 64;
private static int MAX_... | tomekl007/uj_zadania | src/main/java/prir/zad2/PMO_TaskHelper.java | 1,783 | /**
* Przelicza sume czasow oczekiwania na rozpoczecie wykonywania zadania na
* srednia
*
* @param tasksPerLevel
* liczba zadan na danym poziomie uprzejmosci
*/ | block_comment | pl | package prir.zad2;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.atomic.AtomicIntegerArray;
import java.util.concurrent.atomic.AtomicLongArray;
public class PMO_TaskHelper {
private static int MAX_LEVELS = 64;
private static int MAX_... |
24789_0 | package hud;
import core.Camera;
import core.GameStatus;
import core.LoadEntity;
import org.lwjgl.input.Mouse;
import org.newdawn.slick.GameContainer;
import org.newdawn.slick.Graphics;
import org.newdawn.slick.SlickException;
public class Console {
//współrzędne w rogu
int collisionTileID, npcTileID, itemTi... | Kalwador/Java-2D-Game | LegendaryAdventure/src/hud/Console.java | 1,557 | //współrzędne w rogu | line_comment | pl | package hud;
import core.Camera;
import core.GameStatus;
import core.LoadEntity;
import org.lwjgl.input.Mouse;
import org.newdawn.slick.GameContainer;
import org.newdawn.slick.Graphics;
import org.newdawn.slick.SlickException;
public class Console {
//współrzędne w <SUF>
int collisionTileID, npcTileID, itemT... |
24789_1 | package hud;
import core.Camera;
import core.GameStatus;
import core.LoadEntity;
import org.lwjgl.input.Mouse;
import org.newdawn.slick.GameContainer;
import org.newdawn.slick.Graphics;
import org.newdawn.slick.SlickException;
public class Console {
//współrzędne w rogu
int collisionTileID, npcTileID, itemTi... | Kalwador/Java-2D-Game | LegendaryAdventure/src/hud/Console.java | 1,557 | //tryby pracy konsoli | line_comment | pl | package hud;
import core.Camera;
import core.GameStatus;
import core.LoadEntity;
import org.lwjgl.input.Mouse;
import org.newdawn.slick.GameContainer;
import org.newdawn.slick.Graphics;
import org.newdawn.slick.SlickException;
public class Console {
//współrzędne w rogu
int collisionTileID, npcTileID, itemTi... |
24789_2 | package hud;
import core.Camera;
import core.GameStatus;
import core.LoadEntity;
import org.lwjgl.input.Mouse;
import org.newdawn.slick.GameContainer;
import org.newdawn.slick.Graphics;
import org.newdawn.slick.SlickException;
public class Console {
//współrzędne w rogu
int collisionTileID, npcTileID, itemTi... | Kalwador/Java-2D-Game | LegendaryAdventure/src/hud/Console.java | 1,557 | //współrzędne w rogu | line_comment | pl | package hud;
import core.Camera;
import core.GameStatus;
import core.LoadEntity;
import org.lwjgl.input.Mouse;
import org.newdawn.slick.GameContainer;
import org.newdawn.slick.Graphics;
import org.newdawn.slick.SlickException;
public class Console {
//współrzędne w rogu
int collisionTileID, npcTileID, itemTi... |
24789_3 | package hud;
import core.Camera;
import core.GameStatus;
import core.LoadEntity;
import org.lwjgl.input.Mouse;
import org.newdawn.slick.GameContainer;
import org.newdawn.slick.Graphics;
import org.newdawn.slick.SlickException;
public class Console {
//współrzędne w rogu
int collisionTileID, npcTileID, itemTi... | Kalwador/Java-2D-Game | LegendaryAdventure/src/hud/Console.java | 1,557 | //współrzędne w rogu ekranu | line_comment | pl | package hud;
import core.Camera;
import core.GameStatus;
import core.LoadEntity;
import org.lwjgl.input.Mouse;
import org.newdawn.slick.GameContainer;
import org.newdawn.slick.Graphics;
import org.newdawn.slick.SlickException;
public class Console {
//współrzędne w rogu
int collisionTileID, npcTileID, itemTi... |
24789_4 | package hud;
import core.Camera;
import core.GameStatus;
import core.LoadEntity;
import org.lwjgl.input.Mouse;
import org.newdawn.slick.GameContainer;
import org.newdawn.slick.Graphics;
import org.newdawn.slick.SlickException;
public class Console {
//współrzędne w rogu
int collisionTileID, npcTileID, itemTi... | Kalwador/Java-2D-Game | LegendaryAdventure/src/hud/Console.java | 1,557 | //stringPositonY zapewnia układ kolejnych stringów jeden pod drugim, bez pustych lini | line_comment | pl | package hud;
import core.Camera;
import core.GameStatus;
import core.LoadEntity;
import org.lwjgl.input.Mouse;
import org.newdawn.slick.GameContainer;
import org.newdawn.slick.Graphics;
import org.newdawn.slick.SlickException;
public class Console {
//współrzędne w rogu
int collisionTileID, npcTileID, itemTi... |
24802_0 | package pl.edu.wat.wel.fragmenttest;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
/**
* Aplikacja ma na celu pokazanie pracy z fragmentami oraz z RecyclerView (dawniej ListView)
* @author Michał Ciołek
* @version 1.0
*/
public c... | mg-wat/pum-lato-2014-2015 | Lab2-2/app/src/main/java/pl/edu/wat/wel/fragmenttest/MainActivity.java | 406 | /**
* Aplikacja ma na celu pokazanie pracy z fragmentami oraz z RecyclerView (dawniej ListView)
* @author Michał Ciołek
* @version 1.0
*/ | block_comment | pl | package pl.edu.wat.wel.fragmenttest;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
/**
* Aplikacja ma na <SUF>*/
public class MainActivity extends ActionBarActivity {
/**
* Utworzenie domyślnego widoku bieżącego activity
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.