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 |
|---|---|---|---|---|---|---|---|---|
35607_4 | package org.example.ZestawD;
import java.util.concurrent.*;
import java.util.*;
class Worker extends Thread {
private final BlockingQueue<Task> queue;
public Worker(BlockingQueue<Task> queue) {
this.queue = queue;
}
@Override
public void run() {
while (true) {
try {
... | Septi9/concurrent-programming | main/java/org/example/ZestawD/Exercise3.java | 642 | // Sygnalizuje koniec pracy | line_comment | pl | package org.example.ZestawD;
import java.util.concurrent.*;
import java.util.*;
class Worker extends Thread {
private final BlockingQueue<Task> queue;
public Worker(BlockingQueue<Task> queue) {
this.queue = queue;
}
@Override
public void run() {
while (true) {
try {
... |
35607_5 | package org.example.ZestawD;
import java.util.concurrent.*;
import java.util.*;
class Worker extends Thread {
private final BlockingQueue<Task> queue;
public Worker(BlockingQueue<Task> queue) {
this.queue = queue;
}
@Override
public void run() {
while (true) {
try {
... | Septi9/concurrent-programming | main/java/org/example/ZestawD/Exercise3.java | 642 | // Czekaj na zakończenie pracy wątków | line_comment | pl | package org.example.ZestawD;
import java.util.concurrent.*;
import java.util.*;
class Worker extends Thread {
private final BlockingQueue<Task> queue;
public Worker(BlockingQueue<Task> queue) {
this.queue = queue;
}
@Override
public void run() {
while (true) {
try {
... |
35607_6 | package org.example.ZestawD;
import java.util.concurrent.*;
import java.util.*;
class Worker extends Thread {
private final BlockingQueue<Task> queue;
public Worker(BlockingQueue<Task> queue) {
this.queue = queue;
}
@Override
public void run() {
while (true) {
try {
... | Septi9/concurrent-programming | main/java/org/example/ZestawD/Exercise3.java | 642 | // Oblicz sumę kontrolną wyników | line_comment | pl | package org.example.ZestawD;
import java.util.concurrent.*;
import java.util.*;
class Worker extends Thread {
private final BlockingQueue<Task> queue;
public Worker(BlockingQueue<Task> queue) {
this.queue = queue;
}
@Override
public void run() {
while (true) {
try {
... |
35608_0 | package com.treeter_client;
import com.treeter_client.Message.MessageRequest;
import com.treeter_client.Message.MessageResponse;
import javax.swing.*;
import java.io.*;
import java.net.*;
import java.security.GeneralSecurityException;
import java.util.concurrent.LinkedBlockingQueue;
public class Client
{
private... | psrok1/Treeter | Treeter-Client/src/com/treeter_client/Client.java | 2,035 | // Czekaj i odbierz wiadomość | line_comment | pl | package com.treeter_client;
import com.treeter_client.Message.MessageRequest;
import com.treeter_client.Message.MessageResponse;
import javax.swing.*;
import java.io.*;
import java.net.*;
import java.security.GeneralSecurityException;
import java.util.concurrent.LinkedBlockingQueue;
public class Client
{
private... |
35608_1 | package com.treeter_client;
import com.treeter_client.Message.MessageRequest;
import com.treeter_client.Message.MessageResponse;
import javax.swing.*;
import java.io.*;
import java.net.*;
import java.security.GeneralSecurityException;
import java.util.concurrent.LinkedBlockingQueue;
public class Client
{
private... | psrok1/Treeter | Treeter-Client/src/com/treeter_client/Client.java | 2,035 | // Wczytaj dlugosc wiadomosci | line_comment | pl | package com.treeter_client;
import com.treeter_client.Message.MessageRequest;
import com.treeter_client.Message.MessageResponse;
import javax.swing.*;
import java.io.*;
import java.net.*;
import java.security.GeneralSecurityException;
import java.util.concurrent.LinkedBlockingQueue;
public class Client
{
private... |
35608_2 | package com.treeter_client;
import com.treeter_client.Message.MessageRequest;
import com.treeter_client.Message.MessageResponse;
import javax.swing.*;
import java.io.*;
import java.net.*;
import java.security.GeneralSecurityException;
import java.util.concurrent.LinkedBlockingQueue;
public class Client
{
private... | psrok1/Treeter | Treeter-Client/src/com/treeter_client/Client.java | 2,035 | // Zdeszyfruj, jesli szyfrowanie jest aktywne | line_comment | pl | package com.treeter_client;
import com.treeter_client.Message.MessageRequest;
import com.treeter_client.Message.MessageResponse;
import javax.swing.*;
import java.io.*;
import java.net.*;
import java.security.GeneralSecurityException;
import java.util.concurrent.LinkedBlockingQueue;
public class Client
{
private... |
35608_3 | package com.treeter_client;
import com.treeter_client.Message.MessageRequest;
import com.treeter_client.Message.MessageResponse;
import javax.swing.*;
import java.io.*;
import java.net.*;
import java.security.GeneralSecurityException;
import java.util.concurrent.LinkedBlockingQueue;
public class Client
{
private... | psrok1/Treeter | Treeter-Client/src/com/treeter_client/Client.java | 2,035 | //Główna pętla nasłuchująca | line_comment | pl | package com.treeter_client;
import com.treeter_client.Message.MessageRequest;
import com.treeter_client.Message.MessageResponse;
import javax.swing.*;
import java.io.*;
import java.net.*;
import java.security.GeneralSecurityException;
import java.util.concurrent.LinkedBlockingQueue;
public class Client
{
private... |
35608_5 | package com.treeter_client;
import com.treeter_client.Message.MessageRequest;
import com.treeter_client.Message.MessageResponse;
import javax.swing.*;
import java.io.*;
import java.net.*;
import java.security.GeneralSecurityException;
import java.util.concurrent.LinkedBlockingQueue;
public class Client
{
private... | psrok1/Treeter | Treeter-Client/src/com/treeter_client/Client.java | 2,035 | // Powolanie watku listenera | line_comment | pl | package com.treeter_client;
import com.treeter_client.Message.MessageRequest;
import com.treeter_client.Message.MessageResponse;
import javax.swing.*;
import java.io.*;
import java.net.*;
import java.security.GeneralSecurityException;
import java.util.concurrent.LinkedBlockingQueue;
public class Client
{
private... |
35608_7 | package com.treeter_client;
import com.treeter_client.Message.MessageRequest;
import com.treeter_client.Message.MessageResponse;
import javax.swing.*;
import java.io.*;
import java.net.*;
import java.security.GeneralSecurityException;
import java.util.concurrent.LinkedBlockingQueue;
public class Client
{
private... | psrok1/Treeter | Treeter-Client/src/com/treeter_client/Client.java | 2,035 | // Powolanie zdarzenia onConnect | line_comment | pl | package com.treeter_client;
import com.treeter_client.Message.MessageRequest;
import com.treeter_client.Message.MessageResponse;
import javax.swing.*;
import java.io.*;
import java.net.*;
import java.security.GeneralSecurityException;
import java.util.concurrent.LinkedBlockingQueue;
public class Client
{
private... |
35613_1 | /*******************************************************************************
* This file is part of the RozkladPKP project.
*
* RozkladPKP 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, ... | KrzysztofT/rozkladpkp-android | src/org/tyszecki/rozkladpkp/TimetableActivity.java | 2,727 | //Włączanie informacji o pociągu - potrzebnego do tego są identyfikatory stacji. | line_comment | pl | /*******************************************************************************
* This file is part of the RozkladPKP project.
*
* RozkladPKP 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, ... |
35613_2 | /*******************************************************************************
* This file is part of the RozkladPKP project.
*
* RozkladPKP 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, ... | KrzysztofT/rozkladpkp-android | src/org/tyszecki/rozkladpkp/TimetableActivity.java | 2,727 | //Ponieważ nie rozpracowałem jeszcze formatu PLN, używana jest wyszukiwarka. | line_comment | pl | /*******************************************************************************
* This file is part of the RozkladPKP project.
*
* RozkladPKP 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, ... |
35615_0 | package mainApp;
import java.awt.CardLayout;
import java.awt.Color;
import java.awt.Font;
import java.awt.GradientPaint;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Image;
import java.awt.Point;
import java.awt.Rectangle;
import java.awt.event.ActionEvent;
import java.awt.event.Ac... | kamil5555579/tinder-java | src/mainApp/SwipePanel.java | 5,402 | //initializeMe(id); tutaj raczej niepotrzebne | line_comment | pl | package mainApp;
import java.awt.CardLayout;
import java.awt.Color;
import java.awt.Font;
import java.awt.GradientPaint;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Image;
import java.awt.Point;
import java.awt.Rectangle;
import java.awt.event.ActionEvent;
import java.awt.event.Ac... |
35615_1 | package mainApp;
import java.awt.CardLayout;
import java.awt.Color;
import java.awt.Font;
import java.awt.GradientPaint;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Image;
import java.awt.Point;
import java.awt.Rectangle;
import java.awt.event.ActionEvent;
import java.awt.event.Ac... | kamil5555579/tinder-java | src/mainApp/SwipePanel.java | 5,402 | // przycisk przejscia do wiadomosci
| line_comment | pl | package mainApp;
import java.awt.CardLayout;
import java.awt.Color;
import java.awt.Font;
import java.awt.GradientPaint;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Image;
import java.awt.Point;
import java.awt.Rectangle;
import java.awt.event.ActionEvent;
import java.awt.event.Ac... |
35615_2 | package mainApp;
import java.awt.CardLayout;
import java.awt.Color;
import java.awt.Font;
import java.awt.GradientPaint;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Image;
import java.awt.Point;
import java.awt.Rectangle;
import java.awt.event.ActionEvent;
import java.awt.event.Ac... | kamil5555579/tinder-java | src/mainApp/SwipePanel.java | 5,402 | // przycisk przejscia do ustawień | line_comment | pl | package mainApp;
import java.awt.CardLayout;
import java.awt.Color;
import java.awt.Font;
import java.awt.GradientPaint;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Image;
import java.awt.Point;
import java.awt.Rectangle;
import java.awt.event.ActionEvent;
import java.awt.event.Ac... |
35615_3 | package mainApp;
import java.awt.CardLayout;
import java.awt.Color;
import java.awt.Font;
import java.awt.GradientPaint;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Image;
import java.awt.Point;
import java.awt.Rectangle;
import java.awt.event.ActionEvent;
import java.awt.event.Ac... | kamil5555579/tinder-java | src/mainApp/SwipePanel.java | 5,402 | // funkcja ładująca dane użytkownika | line_comment | pl | package mainApp;
import java.awt.CardLayout;
import java.awt.Color;
import java.awt.Font;
import java.awt.GradientPaint;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Image;
import java.awt.Point;
import java.awt.Rectangle;
import java.awt.event.ActionEvent;
import java.awt.event.Ac... |
35615_4 | package mainApp;
import java.awt.CardLayout;
import java.awt.Color;
import java.awt.Font;
import java.awt.GradientPaint;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Image;
import java.awt.Point;
import java.awt.Rectangle;
import java.awt.event.ActionEvent;
import java.awt.event.Ac... | kamil5555579/tinder-java | src/mainApp/SwipePanel.java | 5,402 | // funkcja ładująca innych użytkowników | line_comment | pl | package mainApp;
import java.awt.CardLayout;
import java.awt.Color;
import java.awt.Font;
import java.awt.GradientPaint;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Image;
import java.awt.Point;
import java.awt.Rectangle;
import java.awt.event.ActionEvent;
import java.awt.event.Ac... |
35617_0 | package org.example.Lab_3.Zad2;
public class TestWatek {
public static void main(String[] args) {
int tnum = Integer.parseInt(args[0]); // liczba wątków
int count = Integer.parseInt(args[1]); // liczba powtórzeń pętli w run()
// Tworzymy obiekt klasy balance
LicznikWatkow licznik = new Licz... | DziedzicGrzegorz/PWiR | src/main/java/org/example/Lab_3/Zad2/TestWatek.java | 299 | // liczba powtórzeń pętli w run() | line_comment | pl | package org.example.Lab_3.Zad2;
public class TestWatek {
public static void main(String[] args) {
int tnum = Integer.parseInt(args[0]); // liczba wątków
int count = Integer.parseInt(args[1]); // liczba powtórzeń <SUF>
// Tworzymy obiekt klasy balance
LicznikWatkow licznik = new LicznikWatko... |
35617_1 | package org.example.Lab_3.Zad2;
public class TestWatek {
public static void main(String[] args) {
int tnum = Integer.parseInt(args[0]); // liczba wątków
int count = Integer.parseInt(args[1]); // liczba powtórzeń pętli w run()
// Tworzymy obiekt klasy balance
LicznikWatkow licznik = new Licz... | DziedzicGrzegorz/PWiR | src/main/java/org/example/Lab_3/Zad2/TestWatek.java | 299 | // Tworzymy obiekt klasy balance | line_comment | pl | package org.example.Lab_3.Zad2;
public class TestWatek {
public static void main(String[] args) {
int tnum = Integer.parseInt(args[0]); // liczba wątków
int count = Integer.parseInt(args[1]); // liczba powtórzeń pętli w run()
// Tworzymy obiekt <SUF>
LicznikWatkow licznik = new LicznikWatko... |
35617_2 | package org.example.Lab_3.Zad2;
public class TestWatek {
public static void main(String[] args) {
int tnum = Integer.parseInt(args[0]); // liczba wątków
int count = Integer.parseInt(args[1]); // liczba powtórzeń pętli w run()
// Tworzymy obiekt klasy balance
LicznikWatkow licznik = new Licz... | DziedzicGrzegorz/PWiR | src/main/java/org/example/Lab_3/Zad2/TestWatek.java | 299 | // Tworzymy i uruchamiamy wątki | line_comment | pl | package org.example.Lab_3.Zad2;
public class TestWatek {
public static void main(String[] args) {
int tnum = Integer.parseInt(args[0]); // liczba wątków
int count = Integer.parseInt(args[1]); // liczba powtórzeń pętli w run()
// Tworzymy obiekt klasy balance
LicznikWatkow licznik = new Licz... |
35617_3 | package org.example.Lab_3.Zad2;
public class TestWatek {
public static void main(String[] args) {
int tnum = Integer.parseInt(args[0]); // liczba wątków
int count = Integer.parseInt(args[1]); // liczba powtórzeń pętli w run()
// Tworzymy obiekt klasy balance
LicznikWatkow licznik = new Licz... | DziedzicGrzegorz/PWiR | src/main/java/org/example/Lab_3/Zad2/TestWatek.java | 299 | // czekaj na zakończenie wszystkich wątków | line_comment | pl | package org.example.Lab_3.Zad2;
public class TestWatek {
public static void main(String[] args) {
int tnum = Integer.parseInt(args[0]); // liczba wątków
int count = Integer.parseInt(args[1]); // liczba powtórzeń pętli w run()
// Tworzymy obiekt klasy balance
LicznikWatkow licznik = new Licz... |
35620_0 | import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
import java.text.DateFormat;
import java.t... | KOSMiPOLITA/ZTPD | Język EPL/src/main/java/InputStream.java | 3,152 | // Przesuniecie do pierwszych notowan z zakresu dat
| line_comment | pl | import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
import java.text.DateFormat;
import java.t... |
35620_1 | import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
import java.text.DateFormat;
import java.t... | KOSMiPOLITA/ZTPD | Język EPL/src/main/java/InputStream.java | 3,152 | // Data ostatnio wczytanego notowania wczesniejsza niz
| line_comment | pl | import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
import java.text.DateFormat;
import java.t... |
35620_2 | import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
import java.text.DateFormat;
import java.t... | KOSMiPOLITA/ZTPD | Język EPL/src/main/java/InputStream.java | 3,152 | // biezaca data - pobierz kolejne notowanie!
| line_comment | pl | import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
import java.text.DateFormat;
import java.t... |
35620_3 | import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
import java.text.DateFormat;
import java.t... | KOSMiPOLITA/ZTPD | Język EPL/src/main/java/InputStream.java | 3,152 | // Data ostatnio wczytanego notowania poniejsza niz
| line_comment | pl | import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
import java.text.DateFormat;
import java.t... |
35620_4 | import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
import java.text.DateFormat;
import java.t... | KOSMiPOLITA/ZTPD | Język EPL/src/main/java/InputStream.java | 3,152 | // biezaca data - czekaj!
| line_comment | pl | import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
import java.text.DateFormat;
import java.t... |
35620_5 | import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
import java.text.DateFormat;
import java.t... | KOSMiPOLITA/ZTPD | Język EPL/src/main/java/InputStream.java | 3,152 | // Tworzenie obiektu notowania
| line_comment | pl | import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
import java.text.DateFormat;
import java.t... |
35623_0 | import com.espertech.esper.runtime.client.EPEventService;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.chann... | zuznnjus/ZTPD | Esper-projekt/src/main/java/InputStream.java | 3,151 | // Przesuniecie do pierwszych notowan z zakresu dat
| line_comment | pl | import com.espertech.esper.runtime.client.EPEventService;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.chann... |
35623_1 | import com.espertech.esper.runtime.client.EPEventService;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.chann... | zuznnjus/ZTPD | Esper-projekt/src/main/java/InputStream.java | 3,151 | // Data ostatnio wczytanego notowania wczesniejsza niz
| line_comment | pl | import com.espertech.esper.runtime.client.EPEventService;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.chann... |
35623_2 | import com.espertech.esper.runtime.client.EPEventService;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.chann... | zuznnjus/ZTPD | Esper-projekt/src/main/java/InputStream.java | 3,151 | // biezaca data - pobierz kolejne notowanie!
| line_comment | pl | import com.espertech.esper.runtime.client.EPEventService;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.chann... |
35623_3 | import com.espertech.esper.runtime.client.EPEventService;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.chann... | zuznnjus/ZTPD | Esper-projekt/src/main/java/InputStream.java | 3,151 | // Data ostatnio wczytanego notowania poniejsza niz
| line_comment | pl | import com.espertech.esper.runtime.client.EPEventService;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.chann... |
35623_4 | import com.espertech.esper.runtime.client.EPEventService;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.chann... | zuznnjus/ZTPD | Esper-projekt/src/main/java/InputStream.java | 3,151 | // biezaca data - czekaj!
| line_comment | pl | import com.espertech.esper.runtime.client.EPEventService;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.chann... |
35623_5 | import com.espertech.esper.runtime.client.EPEventService;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.chann... | zuznnjus/ZTPD | Esper-projekt/src/main/java/InputStream.java | 3,151 | // Tworzenie obiektu notowania
| line_comment | pl | import com.espertech.esper.runtime.client.EPEventService;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.chann... |
35627_0 | import java.io.*;
import java.net.*;
public class Serwer {
public static final int PORT = 50007;
public static void main(String args[]) throws IOException {
// Tworzenie gniazda serwerowego
ServerSocket serv = new ServerSocket(PORT);
// Oczekiwanie na połączenie i tworzenie gniazda si... | V3X3N/Studies | Java/zestaw5/komunikator2/src/Serwer.java | 340 | // Tworzenie gniazda serwerowego | line_comment | pl | import java.io.*;
import java.net.*;
public class Serwer {
public static final int PORT = 50007;
public static void main(String args[]) throws IOException {
// Tworzenie gniazda <SUF>
ServerSocket serv = new ServerSocket(PORT);
// Oczekiwanie na połączenie i tworzenie gniazda sieciowe... |
35627_1 | import java.io.*;
import java.net.*;
public class Serwer {
public static final int PORT = 50007;
public static void main(String args[]) throws IOException {
// Tworzenie gniazda serwerowego
ServerSocket serv = new ServerSocket(PORT);
// Oczekiwanie na połączenie i tworzenie gniazda si... | V3X3N/Studies | Java/zestaw5/komunikator2/src/Serwer.java | 340 | // Oczekiwanie na połączenie i tworzenie gniazda sieciowego | line_comment | pl | import java.io.*;
import java.net.*;
public class Serwer {
public static final int PORT = 50007;
public static void main(String args[]) throws IOException {
// Tworzenie gniazda serwerowego
ServerSocket serv = new ServerSocket(PORT);
// Oczekiwanie na <SUF>
System.out.println(... |
35627_2 | import java.io.*;
import java.net.*;
public class Serwer {
public static final int PORT = 50007;
public static void main(String args[]) throws IOException {
// Tworzenie gniazda serwerowego
ServerSocket serv = new ServerSocket(PORT);
// Oczekiwanie na połączenie i tworzenie gniazda si... | V3X3N/Studies | Java/zestaw5/komunikator2/src/Serwer.java | 340 | // Tworzenie wątków do odbierania i wysyłania | line_comment | pl | import java.io.*;
import java.net.*;
public class Serwer {
public static final int PORT = 50007;
public static void main(String args[]) throws IOException {
// Tworzenie gniazda serwerowego
ServerSocket serv = new ServerSocket(PORT);
// Oczekiwanie na połączenie i tworzenie gniazda si... |
35627_3 | import java.io.*;
import java.net.*;
public class Serwer {
public static final int PORT = 50007;
public static void main(String args[]) throws IOException {
// Tworzenie gniazda serwerowego
ServerSocket serv = new ServerSocket(PORT);
// Oczekiwanie na połączenie i tworzenie gniazda si... | V3X3N/Studies | Java/zestaw5/komunikator2/src/Serwer.java | 340 | // Czekaj na zakończenie wątków | line_comment | pl | import java.io.*;
import java.net.*;
public class Serwer {
public static final int PORT = 50007;
public static void main(String args[]) throws IOException {
// Tworzenie gniazda serwerowego
ServerSocket serv = new ServerSocket(PORT);
// Oczekiwanie na połączenie i tworzenie gniazda si... |
35628_0 | import java.io.*;
import java.net.*;
public class Klient {
public static final int PORT = 50007;
public static final String HOST = "127.0.0.1";
public static void main(String[] args) throws IOException {
Socket sock = new Socket(HOST, PORT);
System.out.println("Nawiazalem polaczenie: " + s... | V3X3N/Studies | Java/zestaw5/komunikator2/src/Klient.java | 295 | // Tworzenie wątków do odbierania i wysyłania | line_comment | pl | import java.io.*;
import java.net.*;
public class Klient {
public static final int PORT = 50007;
public static final String HOST = "127.0.0.1";
public static void main(String[] args) throws IOException {
Socket sock = new Socket(HOST, PORT);
System.out.println("Nawiazalem polaczenie: " + s... |
35628_1 | import java.io.*;
import java.net.*;
public class Klient {
public static final int PORT = 50007;
public static final String HOST = "127.0.0.1";
public static void main(String[] args) throws IOException {
Socket sock = new Socket(HOST, PORT);
System.out.println("Nawiazalem polaczenie: " + s... | V3X3N/Studies | Java/zestaw5/komunikator2/src/Klient.java | 295 | // Czekaj na zakończenie wątków | line_comment | pl | import java.io.*;
import java.net.*;
public class Klient {
public static final int PORT = 50007;
public static final String HOST = "127.0.0.1";
public static void main(String[] args) throws IOException {
Socket sock = new Socket(HOST, PORT);
System.out.println("Nawiazalem polaczenie: " + s... |
35629_0 | import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.time.Duration;
import java.time.Instant;
import java.util.ArrayList;
i... | lukaszFD/SpringBoot | SpringBoot.GenericServiceForInsertData.BatchSize/GenericService.java | 1,104 | // Czekaj, aż wszystkie wątki zakończą pracę | line_comment | pl | import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.time.Duration;
import java.time.Instant;
import java.util.ArrayList;
i... |
35629_1 | import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.time.Duration;
import java.time.Instant;
import java.util.ArrayList;
i... | lukaszFD/SpringBoot | SpringBoot.GenericServiceForInsertData.BatchSize/GenericService.java | 1,104 | // Zapisz wsad do odpowiedniej tabeli | line_comment | pl | import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.time.Duration;
import java.time.Instant;
import java.util.ArrayList;
i... |
35629_2 | import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.time.Duration;
import java.time.Instant;
import java.util.ArrayList;
i... | lukaszFD/SpringBoot | SpringBoot.GenericServiceForInsertData.BatchSize/GenericService.java | 1,104 | // Pobierz dane statystyczne dla danej tabeli | line_comment | pl | import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.time.Duration;
import java.time.Instant;
import java.util.ArrayList;
i... |
35629_3 | import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.time.Duration;
import java.time.Instant;
import java.util.ArrayList;
i... | lukaszFD/SpringBoot | SpringBoot.GenericServiceForInsertData.BatchSize/GenericService.java | 1,104 | // Jeśli brak danych statystycznych, zwróć domyślny rozmiar wsadu | line_comment | pl | import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.time.Duration;
import java.time.Instant;
import java.util.ArrayList;
i... |
35629_4 | import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.time.Duration;
import java.time.Instant;
import java.util.ArrayList;
i... | lukaszFD/SpringBoot | SpringBoot.GenericServiceForInsertData.BatchSize/GenericService.java | 1,104 | // Posortuj dane statystyczne według czasu wykonania | line_comment | pl | import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.time.Duration;
import java.time.Instant;
import java.util.ArrayList;
i... |
35629_5 | import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.time.Duration;
import java.time.Instant;
import java.util.ArrayList;
i... | lukaszFD/SpringBoot | SpringBoot.GenericServiceForInsertData.BatchSize/GenericService.java | 1,104 | // Wybierz rozmiar wsadu na podstawie przykładowej logiki | line_comment | pl | import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.time.Duration;
import java.time.Instant;
import java.util.ArrayList;
i... |
35629_6 | import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.time.Duration;
import java.time.Instant;
import java.util.ArrayList;
i... | lukaszFD/SpringBoot | SpringBoot.GenericServiceForInsertData.BatchSize/GenericService.java | 1,104 | // Tutaj możesz przeprowadzić bardziej zaawansowaną analizę danych historycznych | line_comment | pl | import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.time.Duration;
import java.time.Instant;
import java.util.ArrayList;
i... |
35629_7 | import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.time.Duration;
import java.time.Instant;
import java.util.ArrayList;
i... | lukaszFD/SpringBoot | SpringBoot.GenericServiceForInsertData.BatchSize/GenericService.java | 1,104 | // i dostosować strategię wyboru rozmiaru wsadu w zależności od wcześniejszych doświadczeń | line_comment | pl | import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.time.Duration;
import java.time.Instant;
import java.util.ArrayList;
i... |
35630_8 | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package mail;
import dao.FakturaDAO;
import embeddable.FakturaPodatnikRozliczenie;
import entity.SMTPSettings;
import format.F;
import... | brzaskun/NetBeansProjects | npkpir_23/src/java/mail/MailFaktRozrach.java | 3,062 | // Msg.msg("e", "Nie odnaleziono pliku załącznika"); | line_comment | pl | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package mail;
import dao.FakturaDAO;
import embeddable.FakturaPodatnikRozliczenie;
import entity.SMTPSettings;
import format.F;
import... |
35630_16 | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package mail;
import dao.FakturaDAO;
import embeddable.FakturaPodatnikRozliczenie;
import entity.SMTPSettings;
import format.F;
import... | brzaskun/NetBeansProjects | npkpir_23/src/java/mail/MailFaktRozrach.java | 3,062 | // Msg.msg("e", "Nieudane usunięcie pliku rozrachunku"); | line_comment | pl | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package mail;
import dao.FakturaDAO;
import embeddable.FakturaPodatnikRozliczenie;
import entity.SMTPSettings;
import format.F;
import... |
35632_8 | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package mail;
import dao.FakturaDAO;
import embeddable.FakturaPodatnikRozliczenie;
import entity.SMTPSettings;
import format... | brzaskun/NetBeansProjects | taxmanfk/src/main/java/mail/MailFaktRozrach.java | 2,451 | // Msg.msg("e", "Nie odnaleziono pliku załącznika");
| line_comment | pl | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package mail;
import dao.FakturaDAO;
import embeddable.FakturaPodatnikRozliczenie;
import entity.SMTPSettings;
import format... |
35632_11 | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package mail;
import dao.FakturaDAO;
import embeddable.FakturaPodatnikRozliczenie;
import entity.SMTPSettings;
import format... | brzaskun/NetBeansProjects | taxmanfk/src/main/java/mail/MailFaktRozrach.java | 2,451 | //FileDataSource fds = new FileDataSource(realPath+"wydruki/"+ nazwa+".pdf");
| line_comment | pl | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package mail;
import dao.FakturaDAO;
import embeddable.FakturaPodatnikRozliczenie;
import entity.SMTPSettings;
import format... |
35632_16 | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package mail;
import dao.FakturaDAO;
import embeddable.FakturaPodatnikRozliczenie;
import entity.SMTPSettings;
import format... | brzaskun/NetBeansProjects | taxmanfk/src/main/java/mail/MailFaktRozrach.java | 2,451 | // Msg.msg("e", "Nieudane usunięcie pliku rozrachunku");
| line_comment | pl | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package mail;
import dao.FakturaDAO;
import embeddable.FakturaPodatnikRozliczenie;
import entity.SMTPSettings;
import format... |
35633_0 | import com.espertech.esper.runtime.client.EPEventService;
import java.io.*;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
public class Input... | Guslarz/ztpd | 08/src/main/java/InputStream.java | 3,100 | // Przesuniecie do pierwszych notowan z zakresu dat
| line_comment | pl | import com.espertech.esper.runtime.client.EPEventService;
import java.io.*;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
public class Input... |
35633_1 | import com.espertech.esper.runtime.client.EPEventService;
import java.io.*;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
public class Input... | Guslarz/ztpd | 08/src/main/java/InputStream.java | 3,100 | // Data ostatnio wczytanego notowania wczesniejsza niz
| line_comment | pl | import com.espertech.esper.runtime.client.EPEventService;
import java.io.*;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
public class Input... |
35633_2 | import com.espertech.esper.runtime.client.EPEventService;
import java.io.*;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
public class Input... | Guslarz/ztpd | 08/src/main/java/InputStream.java | 3,100 | // biezaca data - pobierz kolejne notowanie!
| line_comment | pl | import com.espertech.esper.runtime.client.EPEventService;
import java.io.*;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
public class Input... |
35633_3 | import com.espertech.esper.runtime.client.EPEventService;
import java.io.*;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
public class Input... | Guslarz/ztpd | 08/src/main/java/InputStream.java | 3,100 | // Data ostatnio wczytanego notowania poniejsza niz
| line_comment | pl | import com.espertech.esper.runtime.client.EPEventService;
import java.io.*;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
public class Input... |
35633_4 | import com.espertech.esper.runtime.client.EPEventService;
import java.io.*;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
public class Input... | Guslarz/ztpd | 08/src/main/java/InputStream.java | 3,100 | // biezaca data - czekaj!
| line_comment | pl | import com.espertech.esper.runtime.client.EPEventService;
import java.io.*;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
public class Input... |
35633_5 | import com.espertech.esper.runtime.client.EPEventService;
import java.io.*;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
public class Input... | Guslarz/ztpd | 08/src/main/java/InputStream.java | 3,100 | // Tworzenie obiektu notowania
| line_comment | pl | import com.espertech.esper.runtime.client.EPEventService;
import java.io.*;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
public class Input... |
35634_0 | import com.espertech.esper.runtime.client.EPEventService;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.chann... | Radziu1202/ZTPD | Esper-projekt/src/main/java/InputStream.java | 3,152 | // Przesuniecie do pierwszych notowan z zakresu dat
| line_comment | pl | import com.espertech.esper.runtime.client.EPEventService;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.chann... |
35634_1 | import com.espertech.esper.runtime.client.EPEventService;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.chann... | Radziu1202/ZTPD | Esper-projekt/src/main/java/InputStream.java | 3,152 | // Data ostatnio wczytanego notowania wczesniejsza niz
| line_comment | pl | import com.espertech.esper.runtime.client.EPEventService;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.chann... |
35634_2 | import com.espertech.esper.runtime.client.EPEventService;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.chann... | Radziu1202/ZTPD | Esper-projekt/src/main/java/InputStream.java | 3,152 | // biezaca data - pobierz kolejne notowanie!
| line_comment | pl | import com.espertech.esper.runtime.client.EPEventService;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.chann... |
35634_3 | import com.espertech.esper.runtime.client.EPEventService;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.chann... | Radziu1202/ZTPD | Esper-projekt/src/main/java/InputStream.java | 3,152 | // Data ostatnio wczytanego notowania poniejsza niz
| line_comment | pl | import com.espertech.esper.runtime.client.EPEventService;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.chann... |
35634_4 | import com.espertech.esper.runtime.client.EPEventService;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.chann... | Radziu1202/ZTPD | Esper-projekt/src/main/java/InputStream.java | 3,152 | // biezaca data - czekaj!
| line_comment | pl | import com.espertech.esper.runtime.client.EPEventService;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.chann... |
35634_5 | import com.espertech.esper.runtime.client.EPEventService;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.chann... | Radziu1202/ZTPD | Esper-projekt/src/main/java/InputStream.java | 3,152 | // Tworzenie obiektu notowania
| line_comment | pl | import com.espertech.esper.runtime.client.EPEventService;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.chann... |
35638_44 | package com.example.artbaryl.firehelper;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.location.Location;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.NonNull... | Aifryz/FireHelper | android_app/app/src/main/java/com/example/artbaryl/firehelper/MapsActivityCurrentPlace.java | 5,684 | // okienko dialogowe, które każe użytkownikowi czekać | line_comment | pl | package com.example.artbaryl.firehelper;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.location.Location;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.NonNull... |
35638_45 | package com.example.artbaryl.firehelper;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.location.Location;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.NonNull... | Aifryz/FireHelper | android_app/app/src/main/java/com/example/artbaryl/firehelper/MapsActivityCurrentPlace.java | 5,684 | // metoda wykonywana jest zaraz przed główną operacją (doInBackground()) | line_comment | pl | package com.example.artbaryl.firehelper;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.location.Location;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.NonNull... |
35638_46 | package com.example.artbaryl.firehelper;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.location.Location;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.NonNull... | Aifryz/FireHelper | android_app/app/src/main/java/com/example/artbaryl/firehelper/MapsActivityCurrentPlace.java | 5,684 | // mamy w niej dostęp do elementów UI | line_comment | pl | package com.example.artbaryl.firehelper;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.location.Location;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.NonNull... |
35638_47 | package com.example.artbaryl.firehelper;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.location.Location;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.NonNull... | Aifryz/FireHelper | android_app/app/src/main/java/com/example/artbaryl/firehelper/MapsActivityCurrentPlace.java | 5,684 | // wyświetlamy okienko dialogowe każące czekać | line_comment | pl | package com.example.artbaryl.firehelper;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.location.Location;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.NonNull... |
35638_48 | package com.example.artbaryl.firehelper;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.location.Location;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.NonNull... | Aifryz/FireHelper | android_app/app/src/main/java/com/example/artbaryl/firehelper/MapsActivityCurrentPlace.java | 5,684 | // główna operacja, która wykona się w osobnym wątku | line_comment | pl | package com.example.artbaryl.firehelper;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.location.Location;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.NonNull... |
35638_49 | package com.example.artbaryl.firehelper;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.location.Location;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.NonNull... | Aifryz/FireHelper | android_app/app/src/main/java/com/example/artbaryl/firehelper/MapsActivityCurrentPlace.java | 5,684 | // nie ma w niej dostępu do elementów UI | line_comment | pl | package com.example.artbaryl.firehelper;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.location.Location;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.NonNull... |
35638_50 | package com.example.artbaryl.firehelper;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.location.Location;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.NonNull... | Aifryz/FireHelper | android_app/app/src/main/java/com/example/artbaryl/firehelper/MapsActivityCurrentPlace.java | 5,684 | // zakładamy, że jest tylko jeden URL | line_comment | pl | package com.example.artbaryl.firehelper;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.location.Location;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.NonNull... |
35638_51 | package com.example.artbaryl.firehelper;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.location.Location;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.NonNull... | Aifryz/FireHelper | android_app/app/src/main/java/com/example/artbaryl/firehelper/MapsActivityCurrentPlace.java | 5,684 | // pobranie danych do InputStream | line_comment | pl | package com.example.artbaryl.firehelper;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.location.Location;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.NonNull... |
35638_53 | package com.example.artbaryl.firehelper;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.location.Location;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.NonNull... | Aifryz/FireHelper | android_app/app/src/main/java/com/example/artbaryl/firehelper/MapsActivityCurrentPlace.java | 5,684 | // wynik będzie przekazany do metody onPostExecute() | line_comment | pl | package com.example.artbaryl.firehelper;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.location.Location;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.NonNull... |
35638_54 | package com.example.artbaryl.firehelper;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.location.Location;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.NonNull... | Aifryz/FireHelper | android_app/app/src/main/java/com/example/artbaryl/firehelper/MapsActivityCurrentPlace.java | 5,684 | // metoda wykonuje się po zakończeniu metody głównej, | line_comment | pl | package com.example.artbaryl.firehelper;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.location.Location;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.NonNull... |
35638_55 | package com.example.artbaryl.firehelper;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.location.Location;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.NonNull... | Aifryz/FireHelper | android_app/app/src/main/java/com/example/artbaryl/firehelper/MapsActivityCurrentPlace.java | 5,684 | // której wynik będzie przekazany; | line_comment | pl | package com.example.artbaryl.firehelper;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.location.Location;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.NonNull... |
35638_56 | package com.example.artbaryl.firehelper;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.location.Location;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.NonNull... | Aifryz/FireHelper | android_app/app/src/main/java/com/example/artbaryl/firehelper/MapsActivityCurrentPlace.java | 5,684 | // w tej metodzie mamy dostęp do UI | line_comment | pl | package com.example.artbaryl.firehelper;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.location.Location;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.NonNull... |
35638_57 | package com.example.artbaryl.firehelper;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.location.Location;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.NonNull... | Aifryz/FireHelper | android_app/app/src/main/java/com/example/artbaryl/firehelper/MapsActivityCurrentPlace.java | 5,684 | // chowamy okno dialogowe | line_comment | pl | package com.example.artbaryl.firehelper;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.location.Location;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.NonNull... |
35638_58 | package com.example.artbaryl.firehelper;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.location.Location;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.NonNull... | Aifryz/FireHelper | android_app/app/src/main/java/com/example/artbaryl/firehelper/MapsActivityCurrentPlace.java | 5,684 | // reprezentacja obiektu JSON w Javie | line_comment | pl | package com.example.artbaryl.firehelper;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.location.Location;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.NonNull... |
35640_0 | import com.espertech.esper.runtime.client.EPEventService;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.channels.FileC... | kaczmareka407/ZTPD | lab9_esper2/src/main/java/InputStream.java | 3,062 | // Przesuniecie do pierwszych notowan z zakresu dat | line_comment | pl | import com.espertech.esper.runtime.client.EPEventService;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.channels.FileC... |
35640_1 | import com.espertech.esper.runtime.client.EPEventService;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.channels.FileC... | kaczmareka407/ZTPD | lab9_esper2/src/main/java/InputStream.java | 3,062 | // Data ostatnio wczytanego notowania wczesniejsza niz | line_comment | pl | import com.espertech.esper.runtime.client.EPEventService;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.channels.FileC... |
35640_2 | import com.espertech.esper.runtime.client.EPEventService;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.channels.FileC... | kaczmareka407/ZTPD | lab9_esper2/src/main/java/InputStream.java | 3,062 | // biezaca data - pobierz kolejne notowanie! | line_comment | pl | import com.espertech.esper.runtime.client.EPEventService;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.channels.FileC... |
35640_3 | import com.espertech.esper.runtime.client.EPEventService;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.channels.FileC... | kaczmareka407/ZTPD | lab9_esper2/src/main/java/InputStream.java | 3,062 | // Data ostatnio wczytanego notowania poniejsza niz | line_comment | pl | import com.espertech.esper.runtime.client.EPEventService;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.channels.FileC... |
35640_4 | import com.espertech.esper.runtime.client.EPEventService;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.channels.FileC... | kaczmareka407/ZTPD | lab9_esper2/src/main/java/InputStream.java | 3,062 | // biezaca data - czekaj! | line_comment | pl | import com.espertech.esper.runtime.client.EPEventService;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.channels.FileC... |
35640_5 | import com.espertech.esper.runtime.client.EPEventService;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.channels.FileC... | kaczmareka407/ZTPD | lab9_esper2/src/main/java/InputStream.java | 3,062 | // Tworzenie obiektu notowania | line_comment | pl | import com.espertech.esper.runtime.client.EPEventService;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.nio.channels.FileC... |
35642_2 | package tracker.transactionstracker.extractor.handlers.utils;
import com.microsoft.playwright.*;
import com.microsoft.playwright.options.LoadState;
import lombok.extern.slf4j.Slf4j;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.time.*;
import java.time.format.DateTimeFormatter;
import java.util.c... | ShantyCottageCheese/TransactionsTracker | src/main/java/tracker/transactionstracker/extractor/handlers/utils/Utils.java | 1,242 | // Czekaj na zakończenie pobierania | line_comment | pl | package tracker.transactionstracker.extractor.handlers.utils;
import com.microsoft.playwright.*;
import com.microsoft.playwright.options.LoadState;
import lombok.extern.slf4j.Slf4j;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.time.*;
import java.time.format.DateTimeFormatter;
import java.util.c... |
35643_10 | package legacy;
import lejos.nxt.Motor;
public class Controller {
// static int[] startingPosition;
// static float przelozenieA;
// static float przelozenieB;
// static int startSpeed, startSpeedA, startSpeedB, startSpeedC;
//
// static{
// startingPosition = getMotorPositions();
// //Sets starting ... | Terverok/manipulator2016 | Manipulator/legacy/Controller.java | 2,485 | // przelozenieA = 2.8f*4.f;
| line_comment | pl | package legacy;
import lejos.nxt.Motor;
public class Controller {
// static int[] startingPosition;
// static float przelozenieA;
// static float przelozenieB;
// static int startSpeed, startSpeedA, startSpeedB, startSpeedC;
//
// static{
// startingPosition = getMotorPositions();
// //Sets starting ... |
35643_11 | package legacy;
import lejos.nxt.Motor;
public class Controller {
// static int[] startingPosition;
// static float przelozenieA;
// static float przelozenieB;
// static int startSpeed, startSpeedA, startSpeedB, startSpeedC;
//
// static{
// startingPosition = getMotorPositions();
// //Sets starting ... | Terverok/manipulator2016 | Manipulator/legacy/Controller.java | 2,485 | // przelozenieB = 5.f;
| line_comment | pl | package legacy;
import lejos.nxt.Motor;
public class Controller {
// static int[] startingPosition;
// static float przelozenieA;
// static float przelozenieB;
// static int startSpeed, startSpeedA, startSpeedB, startSpeedC;
//
// static{
// startingPosition = getMotorPositions();
// //Sets starting ... |
35643_40 | package legacy;
import lejos.nxt.Motor;
public class Controller {
// static int[] startingPosition;
// static float przelozenieA;
// static float przelozenieB;
// static int startSpeed, startSpeedA, startSpeedB, startSpeedC;
//
// static{
// startingPosition = getMotorPositions();
// //Sets starting ... | Terverok/manipulator2016 | Manipulator/legacy/Controller.java | 2,485 | // Math.round(alpha * przelozenieA),
| line_comment | pl | package legacy;
import lejos.nxt.Motor;
public class Controller {
// static int[] startingPosition;
// static float przelozenieA;
// static float przelozenieB;
// static int startSpeed, startSpeedA, startSpeedB, startSpeedC;
//
// static{
// startingPosition = getMotorPositions();
// //Sets starting ... |
35643_41 | package legacy;
import lejos.nxt.Motor;
public class Controller {
// static int[] startingPosition;
// static float przelozenieA;
// static float przelozenieB;
// static int startSpeed, startSpeedA, startSpeedB, startSpeedC;
//
// static{
// startingPosition = getMotorPositions();
// //Sets starting ... | Terverok/manipulator2016 | Manipulator/legacy/Controller.java | 2,485 | // Math.round(beta * przelozenieB),
| line_comment | pl | package legacy;
import lejos.nxt.Motor;
public class Controller {
// static int[] startingPosition;
// static float przelozenieA;
// static float przelozenieB;
// static int startSpeed, startSpeedA, startSpeedB, startSpeedC;
//
// static{
// startingPosition = getMotorPositions();
// //Sets starting ... |
35643_44 | package legacy;
import lejos.nxt.Motor;
public class Controller {
// static int[] startingPosition;
// static float przelozenieA;
// static float przelozenieB;
// static int startSpeed, startSpeedA, startSpeedB, startSpeedC;
//
// static{
// startingPosition = getMotorPositions();
// //Sets starting ... | Terverok/manipulator2016 | Manipulator/legacy/Controller.java | 2,485 | // angles[0] / przelozenieA,
| line_comment | pl | package legacy;
import lejos.nxt.Motor;
public class Controller {
// static int[] startingPosition;
// static float przelozenieA;
// static float przelozenieB;
// static int startSpeed, startSpeedA, startSpeedB, startSpeedC;
//
// static{
// startingPosition = getMotorPositions();
// //Sets starting ... |
35643_45 | package legacy;
import lejos.nxt.Motor;
public class Controller {
// static int[] startingPosition;
// static float przelozenieA;
// static float przelozenieB;
// static int startSpeed, startSpeedA, startSpeedB, startSpeedC;
//
// static{
// startingPosition = getMotorPositions();
// //Sets starting ... | Terverok/manipulator2016 | Manipulator/legacy/Controller.java | 2,485 | // angles[1] / przelozenieB,
| line_comment | pl | package legacy;
import lejos.nxt.Motor;
public class Controller {
// static int[] startingPosition;
// static float przelozenieA;
// static float przelozenieB;
// static int startSpeed, startSpeedA, startSpeedB, startSpeedC;
//
// static{
// startingPosition = getMotorPositions();
// //Sets starting ... |
35643_50 | package legacy;
import lejos.nxt.Motor;
public class Controller {
// static int[] startingPosition;
// static float przelozenieA;
// static float przelozenieB;
// static int startSpeed, startSpeedA, startSpeedB, startSpeedC;
//
// static{
// startingPosition = getMotorPositions();
// //Sets starting ... | Terverok/manipulator2016 | Manipulator/legacy/Controller.java | 2,485 | // } //poczekaj a� silniki si� zatrzymaj�
| line_comment | pl | package legacy;
import lejos.nxt.Motor;
public class Controller {
// static int[] startingPosition;
// static float przelozenieA;
// static float przelozenieB;
// static int startSpeed, startSpeedA, startSpeedB, startSpeedC;
//
// static{
// startingPosition = getMotorPositions();
// //Sets starting ... |
35643_52 | package legacy;
import lejos.nxt.Motor;
public class Controller {
// static int[] startingPosition;
// static float przelozenieA;
// static float przelozenieB;
// static int startSpeed, startSpeedA, startSpeedB, startSpeedC;
//
// static{
// startingPosition = getMotorPositions();
// //Sets starting ... | Terverok/manipulator2016 | Manipulator/legacy/Controller.java | 2,485 | // //zabezpieczenia prze groźnymi kątami
| line_comment | pl | package legacy;
import lejos.nxt.Motor;
public class Controller {
// static int[] startingPosition;
// static float przelozenieA;
// static float przelozenieB;
// static int startSpeed, startSpeedA, startSpeedB, startSpeedC;
//
// static{
// startingPosition = getMotorPositions();
// //Sets starting ... |
35643_66 | package legacy;
import lejos.nxt.Motor;
public class Controller {
// static int[] startingPosition;
// static float przelozenieA;
// static float przelozenieB;
// static int startSpeed, startSpeedA, startSpeedB, startSpeedC;
//
// static{
// startingPosition = getMotorPositions();
// //Sets starting ... | Terverok/manipulator2016 | Manipulator/legacy/Controller.java | 2,485 | // while (isMoving()) continue; //poczekaj a� silniki si� zatrzymaj�
| line_comment | pl | package legacy;
import lejos.nxt.Motor;
public class Controller {
// static int[] startingPosition;
// static float przelozenieA;
// static float przelozenieB;
// static int startSpeed, startSpeedA, startSpeedB, startSpeedC;
//
// static{
// startingPosition = getMotorPositions();
// //Sets starting ... |
35643_68 | package legacy;
import lejos.nxt.Motor;
public class Controller {
// static int[] startingPosition;
// static float przelozenieA;
// static float przelozenieB;
// static int startSpeed, startSpeedA, startSpeedB, startSpeedC;
//
// static{
// startingPosition = getMotorPositions();
// //Sets starting ... | Terverok/manipulator2016 | Manipulator/legacy/Controller.java | 2,485 | // while (isMoving()) {} //poczekaj a� silniki si� zatrzymaj�
| line_comment | pl | package legacy;
import lejos.nxt.Motor;
public class Controller {
// static int[] startingPosition;
// static float przelozenieA;
// static float przelozenieB;
// static int startSpeed, startSpeedA, startSpeedB, startSpeedC;
//
// static{
// startingPosition = getMotorPositions();
// //Sets starting ... |
35643_72 | package legacy;
import lejos.nxt.Motor;
public class Controller {
// static int[] startingPosition;
// static float przelozenieA;
// static float przelozenieB;
// static int startSpeed, startSpeedA, startSpeedB, startSpeedC;
//
// static{
// startingPosition = getMotorPositions();
// //Sets starting ... | Terverok/manipulator2016 | Manipulator/legacy/Controller.java | 2,485 | // while (isMoving()) continue; //poczekaj a� silniki si� zatrzymaj�
| line_comment | pl | package legacy;
import lejos.nxt.Motor;
public class Controller {
// static int[] startingPosition;
// static float przelozenieA;
// static float przelozenieB;
// static int startSpeed, startSpeedA, startSpeedB, startSpeedC;
//
// static{
// startingPosition = getMotorPositions();
// //Sets starting ... |
35645_0 | package org.example;
import javax.swing.*;
public class GameFrame extends JFrame{
JButton a=new JButton("a");//a
JButton b=new JButton("b");//b
JButton c=new JButton("c");//c
JButton d=new JButton("d");//d
JButton ok=new JButton("ok");//ok
JButton wyslij=new JButton("wyslij");//wyslij
JBu... | AleksandraGorska02/Kahoot-klient-serwer | projekt-klient/sieci-klient/src/main/java/org/example/GameFrame.java | 2,720 | //tylko jedna odpowiedz moze byc poprawna | line_comment | pl | package org.example;
import javax.swing.*;
public class GameFrame extends JFrame{
JButton a=new JButton("a");//a
JButton b=new JButton("b");//b
JButton c=new JButton("c");//c
JButton d=new JButton("d");//d
JButton ok=new JButton("ok");//ok
JButton wyslij=new JButton("wyslij");//wyslij
JBu... |
35645_1 | package org.example;
import javax.swing.*;
public class GameFrame extends JFrame{
JButton a=new JButton("a");//a
JButton b=new JButton("b");//b
JButton c=new JButton("c");//c
JButton d=new JButton("d");//d
JButton ok=new JButton("ok");//ok
JButton wyslij=new JButton("wyslij");//wyslij
JBu... | AleksandraGorska02/Kahoot-klient-serwer | projekt-klient/sieci-klient/src/main/java/org/example/GameFrame.java | 2,720 | //tylko jeden radio mozna zaznaczyc | line_comment | pl | package org.example;
import javax.swing.*;
public class GameFrame extends JFrame{
JButton a=new JButton("a");//a
JButton b=new JButton("b");//b
JButton c=new JButton("c");//c
JButton d=new JButton("d");//d
JButton ok=new JButton("ok");//ok
JButton wyslij=new JButton("wyslij");//wyslij
JBu... |
35648_0 | import komendy.Co;
import komendy.Spam;
import komendy.Witaj;
import komendy.Test;
import muzyka.MusicBot;
import net.dv8tion.jda.api.JDA;
import net.dv8tion.jda.api.JDABuilder;
import net.dv8tion.jda.api.OnlineStatus;
import net.dv8tion.jda.api.entities.Activity;
import net.dv8tion.jda.api.requests.GatewayIntent;
imp... | Prawy126/Bot_discord | src/main/java/Main.java | 503 | // Utwórz JDA i włącz intencje w jednym wywołaniu | line_comment | pl | import komendy.Co;
import komendy.Spam;
import komendy.Witaj;
import komendy.Test;
import muzyka.MusicBot;
import net.dv8tion.jda.api.JDA;
import net.dv8tion.jda.api.JDABuilder;
import net.dv8tion.jda.api.OnlineStatus;
import net.dv8tion.jda.api.entities.Activity;
import net.dv8tion.jda.api.requests.GatewayIntent;
imp... |
35648_1 | import komendy.Co;
import komendy.Spam;
import komendy.Witaj;
import komendy.Test;
import muzyka.MusicBot;
import net.dv8tion.jda.api.JDA;
import net.dv8tion.jda.api.JDABuilder;
import net.dv8tion.jda.api.OnlineStatus;
import net.dv8tion.jda.api.entities.Activity;
import net.dv8tion.jda.api.requests.GatewayIntent;
imp... | Prawy126/Bot_discord | src/main/java/Main.java | 503 | // Czekaj na gotowość JDA przed dodaniem słuchaczy | line_comment | pl | import komendy.Co;
import komendy.Spam;
import komendy.Witaj;
import komendy.Test;
import muzyka.MusicBot;
import net.dv8tion.jda.api.JDA;
import net.dv8tion.jda.api.JDABuilder;
import net.dv8tion.jda.api.OnlineStatus;
import net.dv8tion.jda.api.entities.Activity;
import net.dv8tion.jda.api.requests.GatewayIntent;
imp... |
35648_2 | import komendy.Co;
import komendy.Spam;
import komendy.Witaj;
import komendy.Test;
import muzyka.MusicBot;
import net.dv8tion.jda.api.JDA;
import net.dv8tion.jda.api.JDABuilder;
import net.dv8tion.jda.api.OnlineStatus;
import net.dv8tion.jda.api.entities.Activity;
import net.dv8tion.jda.api.requests.GatewayIntent;
imp... | Prawy126/Bot_discord | src/main/java/Main.java | 503 | // Czekaj, aż JDA będzie gotowe. To jest wywołanie blokujące. | line_comment | pl | import komendy.Co;
import komendy.Spam;
import komendy.Witaj;
import komendy.Test;
import muzyka.MusicBot;
import net.dv8tion.jda.api.JDA;
import net.dv8tion.jda.api.JDABuilder;
import net.dv8tion.jda.api.OnlineStatus;
import net.dv8tion.jda.api.entities.Activity;
import net.dv8tion.jda.api.requests.GatewayIntent;
imp... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.