blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
919c800c3695a7039ce496a08804ef336211a44b | 60d2946d7c1c8c41c6938ce268da3bd092d58de6 | /app/src/main/java/meuestudo/wave/br/meuestudo/BancoController.java | c971575b97b6dc1bc25fcec0fd3ccec1df112b5f | [] | no_license | Amancio302/Meu_estudo | 8da821abe30d3dc450c3794730f67395cc4782ea | 508f64f7aeccc8bee841753becbb029d4b30ad28 | refs/heads/master | 2020-03-27T11:31:02.850954 | 2018-08-29T00:03:45 | 2018-08-29T00:03:45 | 146,491,685 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,731 | java | package meuestudo.wave.br.meuestudo;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
public class BancoController {
private SQLiteDatabase db;
private CriaBanco banco;
public BancoController(Context conte... | [
"matheusamancioferreira@gmail.com"
] | matheusamancioferreira@gmail.com |
cee9c6eda15a90fd2690d968ebdb3f1eddce2f51 | c15be76f89d9d600c95e9f7535969f222e2943b0 | /src/main/java/ContratAuto.java | d2864f006ca5d36e41eb8496e7d82201d2a5f9c0 | [] | no_license | AntoineColin/TP_NOTE | 8244be40d9f2209cc9491f3499cb11254391f00c | 1897623838c0c55ad70513d5f51c1c224cd2f51f | refs/heads/master | 2021-08-28T08:18:22.985124 | 2017-12-11T17:20:49 | 2017-12-11T17:20:49 | 113,868,685 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 573 | java | import java.util.List;
public class ContratAuto extends Contrat{
public ContratAuto() {
cotisation = 150.0;
Contrat.instances.add(this);
}
public List<String> determinerGaranties(){
System.out.println("Souhaitez vous la garantie Accident? Y/N");
//demande de sélection à faire
garanties.add("Accidents"... | [
"antoine35.colin@gmail.com"
] | antoine35.colin@gmail.com |
21e35e67df1fed81d7634faeee7553757569b406 | 1ed05a47ad9e368d7de6a1b0c0b54aaf5d3dab1b | /Bharti-Class-Code/TestNgDec2015/src/com/test/StringOperationsNegTest.java | 5f468a80d0a97119bc33b126fd649e2abdfeefa5 | [] | no_license | sangameshwar2804/Framework | 4b874c8fbc3e92fe77cc0b9c9239825625635dc9 | 970efe9fd37b98450160ebc873c2e212523c325e | refs/heads/master | 2020-04-30T11:03:33.982098 | 2019-03-20T20:09:51 | 2019-03-20T20:09:51 | 176,792,355 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 449 | java | package com.test;
import static org.testng.AssertJUnit.assertEquals;
import org.testng.annotations.Test;
import com.main.StringOperations;
public class StringOperationsNegTest extends GetTestData {
@Test(expectedExceptions=NullPointerException.class)
public void method7()
{
String str = null;
StringOperatio... | [
"Aryav"
] | Aryav |
60e2d831e5e74d6046a7208387a0de93ff1e950a | 711b1eb036f4f939ac231ae5ca6ec12033a92444 | /TJWspringCloud-consumer-feign/src/main/java/com/tianjunwei/consumer/ConsumerFeignApplication.java | 515ca565ab2597c9a141c7985a60764eeb261263 | [
"Apache-2.0"
] | permissive | tian-junwei/TJWspringCloud | 96fe02ffa689c20cc9937197553d7e846765bb59 | fd9b2781cffa56fef1ea80a9d13492deef73b903 | refs/heads/master | 2021-10-11T00:01:14.656750 | 2019-01-19T13:32:03 | 2019-01-19T13:32:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 524 | java | package com.tianjunwei.consumer;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
import org.springframework.cloud.netflix.feign.EnableFeignClients;
@EnableFeignClient... | [
"924862077@qq.com"
] | 924862077@qq.com |
73b062a8e0cc7d589b8585445bb386f0ccfebdf2 | bd44432a74ebbfc83d60974247d6d92d460766e8 | /avalon-common/src/main/java/com/avalon/common/util/CookieUtil.java | e8571190f3d7f4e9beb9a2beff9375365bbb25ac | [] | no_license | Suppercell/avalon-master | a52d83d0c6575566f7a3e2458bd1d4fbc24122cb | ddabe18629e6de8f944f69c683b07e9f43aa3f25 | refs/heads/master | 2020-03-29T18:41:22.934533 | 2018-09-25T08:24:02 | 2018-09-25T08:24:02 | 150,226,577 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,681 | java | package com.avalon.common.util;
import java.util.HashMap;
import java.util.Map;
import javax.servlet.http.Cookie;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
public class CookieUtil {
public static void addCookie(HttpServletResponse response, String domain, Strin... | [
"18767121749@163.com"
] | 18767121749@163.com |
c602d871bbb7a20f04e75464d23d0f4580d72184 | 8e39c0f99ae814daa38c01e58eb5458b209daa21 | /app/src/main/java/br/edu/ifsp/scl/sdm/pedrapapeltesoura/CondicaoPedra.java | 03e6329bc2f9517a455eee6c9ced2a53c61310f9 | [] | no_license | JosePicharillo/PedraPapelTesoura | d29be22ea8da2e6ea1b15f98f4e1b3437a4b9b6e | af97f361da25e1caf914a826c8874c131c9630d0 | refs/heads/master | 2023-08-14T04:43:54.606517 | 2021-09-17T00:23:10 | 2021-09-17T00:23:10 | 402,577,762 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,255 | java | package br.edu.ifsp.scl.sdm.pedrapapeltesoura;
public class CondicaoPedra {
/**
* Calcula se a condição do jogador for PEDRA
*/
public String calculoCondicaoPedra(Opcoes jogadaComputador01, Opcoes jogadaComputador02) {
String resposta = "";
if (jogadaComputador01 == Opcoes.PEDRA &&... | [
"josepicharillo@tecnomotor.com.br"
] | josepicharillo@tecnomotor.com.br |
fafdf165e38f7c6fc435d275f7ac4ecf5073f1da | 9e9a76feb62fd0e6e39d6eabc8f3aa057e93f3fe | /rear-end/guli-framework-parent/guli-microservice-edu/src/main/java/com/guli/edu/entity/query/QueryTeacher.java | b30cf3506c092c9b429dc36885db15f3b0972a55 | [] | no_license | Xuxuehua1229/Project01-edu | 1c7ee4b3168ec8ff83dea0e2c5b7e0729c2bdb01 | 663a725cf3e02dda01284550570c1294d611c10b | refs/heads/master | 2023-03-19T08:11:44.085572 | 2021-03-14T14:09:34 | 2021-03-14T14:09:34 | 347,643,527 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 203 | java | package com.guli.edu.entity.query;
import lombok.Data;
@Data
public class QueryTeacher {
private String name;
private String level;
private String beginDate;
private String endDate;
}
| [
"xuxuehua1229@163.com"
] | xuxuehua1229@163.com |
685dbc0f3810d187fb5b9f54a3e8c8254846b4a7 | b08f92afb8168783d2fb1c74e821eebbba343eb5 | /src/main/java/com/train/collection/comparison/javolution/MultisetTest.java | 92a2da18077db13d6ccd1c1a0191fbd6b9a9af66 | [] | no_license | lemon-jh/test | 2f73eee03e0c428a778fd379cb6aa55acfc37a84 | 7c08cd02afe6c6bf76ab7fc1b7bb60913e6a72ca | refs/heads/master | 2021-05-31T13:20:35.084886 | 2016-02-29T15:02:55 | 2016-02-29T15:02:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 497 | java | package com.train.collection.comparison.javolution;
import java.util.Arrays;
import java.util.List;
import com.google.common.collect.HashMultiset;
public class MultisetTest {
private static final String [] temp = new String[]{"1","2","1"};
public static void main(String[] args) {
HashMultiset<... | [
"zhang_91026@163.com"
] | zhang_91026@163.com |
3a4acf0b26a2fd32d31a6a1b26ad5ad4d65e333e | 662789816652f0b915ec373a48e2dc3b241d87e9 | /xflow-designer/src/main/java/net/ms/designer/editors/componentdetail/commands/ReorderPartCommand.java | 015dc6cba6a5c2090706c45b1534c1f664a51448 | [] | no_license | fengweijp/xflow | 4ff989b5411afed949ab4c50eada12e7ddb64591 | 808705586aa6eac99b9168f4bc1bf9d970d25024 | refs/heads/master | 2020-04-06T06:27:27.424150 | 2014-09-12T11:12:40 | 2014-09-12T11:12:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 924 | java | package net.ms.designer.editors.componentdetail.commands;
import net.ms.designer.editors.componentdetail.models.Container;
import net.ms.designer.editors.componentdetail.models.Element;
import net.ms.designer.editors.componentdetail.models.Messages;
import org.eclipse.gef.commands.Command;
public class Reo... | [
"basuyi@gmail.com"
] | basuyi@gmail.com |
5c924950911ade4e9ed3046677a0f02a6995e23d | 5fbeaa2d0b1f4c13b812ab53af645657eb295fcf | /bundles/org.eclipse.ecf.salvo.ui/src/org/eclipse/ecf/salvo/ui/internal/resources/ISalvoResource.java | 58e485a18e93fdc4f0f875dfc2d5c4d1b1e0539a | [] | no_license | ECF/Newsreader | 3f0b2db62d9db9e2283ac990b05f87c9fad35b89 | 309cf81049a8315c6417e67581c297b4d5e19a7c | refs/heads/master | 2016-09-02T01:15:25.597593 | 2015-05-11T11:30:58 | 2015-05-11T11:30:58 | 764,856 | 3 | 4 | null | null | null | null | UTF-8 | Java | false | false | 1,555 | java | /*******************************************************************************
* Copyright (c) 2010 Weltevree Beheer BV, Remain Software & Industrial-TSI
*
* All rights reserved. This program and the accompanying materials
* are made avai... | [
"wim.jongman@remainsoftware.com"
] | wim.jongman@remainsoftware.com |
eba0a3a038b54ac28cf78d9a0737d9246c1c3dec | e18bcaf6953432c77730c1f39925a378cd55c5a9 | /samuel.catalano.external/src/main/java/com/oodlefinance/samuel/catalano/external/handler/ErrorResponse.java | 4676506dd710b4d65abb578e286b73d57916ed20 | [] | no_license | samuelcatalano/oodle-finance-technical-challenge | e990a242d94c35d179cbc9029a9106d900ab0c1d | 6f01cf5a267d0d4fc250c95008e204a2bc896565 | refs/heads/main | 2023-03-19T01:01:48.856982 | 2023-02-11T23:25:58 | 2023-02-11T23:25:58 | 555,071,736 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 136 | java | package com.oodlefinance.samuel.catalano.external.handler;
public record ErrorResponse(String status, String message, Integer code) {
} | [
"samuel.catalano@gmail.com"
] | samuel.catalano@gmail.com |
eba72342474e541b4ce01e2c664ba22d228190b7 | e60068ba8e8c1b77eac7f863928873ed8c1c6040 | /src/com/sumit/noticeP/StarPrintPyramid.java | 2728896956a99f61a8b49251b77280698d5216d6 | [] | no_license | sumitkamboj/algopractice | 77836a8d487940694a7a62e9e7258ca0e6316fc2 | 1e0add09f8fffe8a30cbd08a0eb33726e6946a05 | refs/heads/master | 2023-01-04T12:11:00.717877 | 2020-11-04T10:44:16 | 2020-11-04T10:44:16 | 292,478,321 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 577 | java | package com.sumit.noticeP;
import java.io.IOException;
import java.util.Scanner;
public class StarPrintPyramid {
public static void main(String args[]) {
System.out.println("please enter number of rows");
int n = 0;
try {
Scanner in = new Scanner(System.in);
n = in.nextInt();
}catch(Exception e) {
S... | [
"sumitkamboj88@gmail.com"
] | sumitkamboj88@gmail.com |
02b0bd897d401b07164341bee7259b9dc8d3182f | dc7534f5b290382463748d192e06fab2b2c7bbbb | /src/main/java/web/services/UserService.java | b7c080bbf94d29e82bbe5b3dffc1638c726d8b59 | [] | no_license | pavel203/2.3.1.App | 3409c567454b95a39aa790e6656dc8aafe1bdb8c | 39694c9953f58fb765bcf4fa16f529e84bca8125 | refs/heads/master | 2023-08-08T09:57:35.970216 | 2021-08-17T22:03:16 | 2021-08-17T22:03:16 | 396,938,989 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 312 | java | package web.services;
import org.springframework.stereotype.Service;
import web.models.User;
import java.util.List;
@Service
public interface UserService {
List<User> getAllUsers();
void addUser(User user);
void deleteUser(long id);
void updateUser(User user);
User getUserById(long id);
}
| [
"pavel.tarasov799@gmail.com"
] | pavel.tarasov799@gmail.com |
61701564279aeba3ad232623f4e04a7447289249 | c470af36975194670cfb88e8aca992547a28e7b1 | /src/main/java/fxc/rest/Vehicle/VehicleRestController.java | 47072947476f9961b0e4e6bd24554d15da6d5267 | [] | no_license | qeqewewr/Logistics-Website | 573b1269215ac943f70cea729fa0741e08be4a04 | 5ea851d971a0ad09ed7e4dbcda0b7ac9f741982a | refs/heads/master | 2016-09-13T15:46:56.216124 | 2016-04-27T06:48:30 | 2016-04-27T06:48:30 | 57,190,565 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,278 | java | package fxc.rest.Vehicle;
import java.io.UnsupportedEncodingException;
import java.net.URLDecoder;
import java.net.URLEncoder;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.st... | [
"suffix1991@gmail.com"
] | suffix1991@gmail.com |
45a4ebce34c85402b666b792fef49278aa5e5b0b | f80f53a97e922d10d48ea44b0d2822dbb2e0d19d | /Tugas/4/Matic.java | a48b254eace2a22048b9609040625adce5c79c84 | [] | no_license | canuesp/ProLan-11 | 151422122519c2564d8b0957b3ce33b9a13438da | f2c485e8c167f8f2ac151bc9dc646bb1724f7a57 | refs/heads/master | 2021-01-21T10:22:12.404559 | 2017-03-18T15:59:23 | 2017-03-18T15:59:23 | 83,414,847 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 334 | java | public class Matic {
protected String merk, nama;
protected Integer harga;
public void informasi_matic() {
System.out.print("Merk : " + merk + "\n");
System.out.print("Nama Motor : " + nama + " \n");
System.out.print("Harga Motor : " + harga + "\n");
System.out.print(... | [
"noreply@github.com"
] | canuesp.noreply@github.com |
4bb5c06cb6d114199dcd5a64785f0e534338413b | 8814f082e2f2e02192d47c0131d53925bbf8eae7 | /Set-Theory/src/com/adil/set/AverageOfAllSubset.java | b54f9e55726f77c13e90a5647eb1cf6fe8212d4c | [] | no_license | adilazmi786/Mathematical-Programing | dd7970fa07916db740e3c3212e461b6ebda2fe62 | 9612c3d0adbfe9876e9e52dd65650b5496968331 | refs/heads/master | 2020-04-18T10:31:45.856782 | 2019-03-04T02:57:48 | 2019-03-04T02:57:48 | 167,469,982 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 741 | java | package com.adil.set;
public class AverageOfAllSubset {
public static void main(String[] args) {
// TODO Auto-generated method stub
int powSet[]= {1,2,3};
double avgSum=sumOfAverageOfSubset(powSet,powSet.length);
System.out.println("Avg of power subset: "+avgSum);
}
private static double sumO... | [
"dell@DESKTOP-PF23KL2"
] | dell@DESKTOP-PF23KL2 |
1b7829b5637635d787ecebc73683cbaac3d59dd7 | 2c76426d8217b90102393b6b5ffef8e2f563e47d | /xmlcustomize/src/androidTest/java/com/example/xmlcustomize/ExampleInstrumentedTest.java | 2feedf39f6eb9fcc39823883c59a60e11813d795 | [] | no_license | yuheng0001/androidUI | bd9152b62ca3ba7b574b4421a18b12adc3f14cd5 | 80345351fc8963ba85f467839d53168a47702879 | refs/heads/master | 2023-01-04T17:22:10.832982 | 2020-10-27T03:41:05 | 2020-10-27T03:41:05 | 303,630,710 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 764 | java | package com.example.xmlcustomize;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute o... | [
"690069184@qq.com"
] | 690069184@qq.com |
89eccdc9a4b060a01fb121c8bc79ad258f7b960c | cf54d771a2c209920a19af8b5dda8430e2b247c1 | /src/SettingsDialog.java | 9c1129a74e54e175a5d05a0c8201ecf52ee22e1c | [] | no_license | BauerJustin/TriangleClassifier | 781c0a50714ea8b80388b934d7aa95675d218b4c | 08e1ef8b8d62de21e29b0bf20f0e4502246bccd7 | refs/heads/master | 2022-09-17T17:28:12.926508 | 2020-06-04T03:27:34 | 2020-06-04T03:27:34 | null | 0 | 0 | null | null | null | null | IBM852 | Java | false | false | 4,366 | java | import java.awt.BorderLayout;
import java.awt.FlowLayout;
import java.util.Locale;
import javax.swing.ButtonGroup;
import javax.swing.JButton;
import javax.swing.JDialog;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import javax.swing.JRadioButton;
import java.awt.Color;
import java.awt... | [
"noreply@github.com"
] | BauerJustin.noreply@github.com |
9692049a5cbf765bd91db90e64ae51ed8937d6dc | fa93c9be2923e697fb8a2066f8fb65c7718cdec7 | /sources/com/avito/android/component/timer/Counter.java | d6acd327eee0be23730a1baac6523a9e1a59e95f | [] | no_license | Auch-Auch/avito_source | b6c9f4b0e5c977b36d5fbc88c52f23ff908b7f8b | 76fdcc5b7e036c57ecc193e790b0582481768cdc | refs/heads/master | 2023-05-06T01:32:43.014668 | 2021-05-25T10:19:22 | 2021-05-25T10:19:22 | 370,650,685 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,486 | java | package com.avito.android.component.timer;
import android.os.CountDownTimer;
import com.avito.android.remote.auth.AuthSource;
import com.yandex.mobile.ads.video.tracking.Tracker;
import java.util.Arrays;
import java.util.Date;
import java.util.Objects;
import java.util.concurrent.TimeUnit;
import kotlin.Metadata;
impo... | [
"auchhunter@gmail.com"
] | auchhunter@gmail.com |
b2dac09be3865f0564b72ae450d0b037800ba5fd | 49d9d8dc18b3524afa7ed3d9ab63e0d446d67f31 | /T5/scope/of/variable/PrivateModifier.java | ed07dcb354180e8e2e820ca52661eb1902037440 | [] | no_license | angadisharan/mathrusoft_java_tutorial | 89d767d310969b8a570c79b857763bd53dd3609e | 8453eeaabf25c68e86b3a372f9bc526f5f1173f8 | refs/heads/master | 2021-01-17T17:09:52.479998 | 2016-10-20T06:37:10 | 2016-10-20T06:37:10 | 69,086,009 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 330 | java | package scope.of.variable;
public class PrivateModifier {
public static void main(String[] args) {
Data data = new Data();
data.dataInteger = 3;
System.out.println(data.getDataInteger());
}
class SubClass {
public void subClassMethod() {
Data data = new Data();
data.dataInteger = 23;
}
... | [
"sharan@mathrusoft.com"
] | sharan@mathrusoft.com |
c4fb4fc9ca053d27eee9e82dc3b7682369edb03a | 14da20b02d3d2d2a8b6aca3db841b08166388027 | /src/clock_v2/Clock.java | e74c62e35b3c39191b9a758445f1d115416bb5f6 | [
"MIT"
] | permissive | AlbertHambardzumyan/clock | c73437b2a9ad532b547a044712f869465df0970a | 5e6dff4c592fee85e2d4e79a0daf31ea8c6e00d5 | refs/heads/master | 2021-07-14T18:38:12.568707 | 2017-10-14T10:09:53 | 2017-10-14T10:09:53 | 106,915,670 | 9 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,396 | java | package clock_v2;
import java.awt.*;
import java.util.Date;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
public class Clock extends Animator {
private Point center;
private Arm h, m, s;
public void init() {
Date time = new Date(System.currentTimeMillis());
... | [
"hambardzumyan.albert@gmail.com"
] | hambardzumyan.albert@gmail.com |
6828fc2396dcca1d9df974437f6cc3b201e46a54 | 1b81ae13f689915a9484698006fbbfd420592daf | /Monitoreo/src/com/bancoazteca/monitoreo/consulta/ConsultaForm.java | 1a06875aa750bc331d0e0c3395a1e65bd8444c77 | [] | no_license | gvilchis23/eservice | 079e3112ed3e7d7a340028d751d6b648741f2e12 | 7f6985cd46af1b305fd8e68e1fabf6d9eabacafe | refs/heads/master | 2021-01-19T10:11:12.124456 | 2013-01-29T23:43:30 | 2013-01-29T23:43:30 | 7,904,272 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,468 | java | package com.bancoazteca.monitoreo.consulta;
import java.text.DecimalFormat;
import javax.servlet.http.HttpServletRequest;
import org.apache.struts.action.ActionErrors;
import org.apache.struts.action.ActionMapping;
import org.apache.struts.action.ActionMessage;
import com.bancoazteca.monitoreo.utileria.Va... | [
"gvilchis23@gmail.com"
] | gvilchis23@gmail.com |
025cf97513834ef2a0010c4a54be49e8fa2309f4 | 15135d47295da05435310e81a0595296f8033057 | /src/main/java/ru/msm/framework/pages/ContributionsPage.java | 6556f30e4302289578ee3954dde6f33feb8943fc | [] | no_license | msm1323/rencreditContributions | 7ab78a2a497b959403a92755fddbae6ccc73abab | 0540f1dcfacfd6c7d3476dd04cb0352d3b092168 | refs/heads/master | 2023-09-02T18:15:55.387928 | 2021-10-16T12:41:51 | 2021-10-16T12:41:51 | 417,811,917 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,480 | java | package ru.msm.framework.pages;
import org.junit.jupiter.api.Assertions;
import org.openqa.selenium.*;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.ui.ExpectedConditions;
import org.openqa.selenium.support.ui.Select;
import java.util.List;
public class ContributionsPage extends BaseP... | [
"svetlana.magomedova.1998@gmail.com"
] | svetlana.magomedova.1998@gmail.com |
a3e54b5092bb75be6e047376d76aa0f9d652b4fe | d6ceeb111b0009d821973ae94ad980ed251aba41 | /subprojects/execution/src/main/java/org/gradle/internal/execution/SnapshotResult.java | 8b37ab1e2755baa2e643f2709e92487d3f4947ef | [
"BSD-3-Clause",
"LGPL-2.1-or-later",
"LicenseRef-scancode-mit-old-style",
"EPL-2.0",
"CDDL-1.0",
"MIT",
"LGPL-2.1-only",
"Apache-2.0",
"MPL-2.0",
"EPL-1.0"
] | permissive | johnuno11/gradle | dd42d125bbf182a2716b16b7012b359f9989ee1a | 9223c47cb3b8f1f8232b55d474293b75580c529f | refs/heads/master | 2023-01-11T14:24:49.993755 | 2020-11-21T04:00:51 | 2020-11-21T04:00:51 | 314,797,722 | 0 | 0 | Apache-2.0 | 2021-03-22T19:33:05 | 2020-11-21T11:37:42 | null | UTF-8 | Java | false | false | 1,207 | java | /*
* Copyright 2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | [
"lorant@gradle.com"
] | lorant@gradle.com |
ac1af259dc1de0c804394bcab1a25ffc887880d9 | a62a856158bf6dd7f79b55df088f399617fe0a12 | /src/main/java/api/RaiderIoApi.java | 0dbbe581939d7819f291b15ffe0cb2362e33194d | [] | no_license | Glis6/GuildProgressTracker | 7abb5c81bc71d4a4ff925dba81ed5ce2cf8c54e0 | d7de373f9aabdbd6d57c46748d0c7f37d0fb5025 | refs/heads/master | 2021-10-10T06:51:13.018613 | 2019-01-07T20:09:07 | 2019-01-07T20:09:07 | 164,487,409 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,092 | java | package api;
import com.google.gson.JsonObject;
import com.google.gson.JsonParser;
import lombok.NonNull;
import javax.ws.rs.client.Client;
import javax.ws.rs.client.ClientBuilder;
import javax.ws.rs.client.WebTarget;
import javax.ws.rs.core.MediaType;
import java.util.function.Function;
/**
* @author Glis
*/
publ... | [
"gilles.vercammen@delaware.pro"
] | gilles.vercammen@delaware.pro |
5db9010091a3633072e079cbe09c998e8a625c30 | 6846119807c72186c6409081faaf7d516d666858 | /src/Codiiiin/TestersObject.java | f38722e36b301c444839e66729f0c82e0bd59ed7 | [] | no_license | Turkanbozdag/JavaSpringPractice2020 | 19c2272b9fd2f1a4e36f9764c902eca772ccde82 | f9480346761f22668ce0001f8ec5fb5582e183b8 | refs/heads/master | 2022-12-17T00:03:33.499504 | 2020-09-20T12:43:45 | 2020-09-20T12:43:45 | 258,096,892 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 513 | java | package Codiiiin;
public class TestersObject {
public static void main(String[] args) {
Tester tester1 =new Tester();
tester1.name=" turkan";
tester1.jobTitle="SDET";
tester1.salary=120000;
tester1.employeeId=1234;
System.out.println(tester1);
Tester tester2=new Tester();
tester2.se... | [
"turkanbozdag@yahoo.com"
] | turkanbozdag@yahoo.com |
a49da3b04ba41e395b28b02fe92d3fb45fc75e6a | f17e0b3bfb4c32fddf4b7ca43bb13c7d782731b9 | /wp-exam-master/wp-exam-master/wp-exam-master/src/main/java/mk/ukim/finki/wp/exam/example/model/exceptions/InvalidBookIdException.java | 422c85539cd22397e80349e2d44f5f9086ed4d0b | [] | no_license | FINKI-ALST/Book | 39b00f59a79259a47f995f5ba66bfc1a7a28136c | a37a3c2edbbee41d118a3775e27ba4f1e83c412d | refs/heads/master | 2023-05-12T00:14:33.941134 | 2021-05-30T17:00:21 | 2021-05-30T17:00:21 | 372,231,437 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 122 | java | package mk.ukim.finki.wp.exam.example.model.exceptions;
public class InvalidBookIdException extends RuntimeException {
}
| [
"ane.stefanovska99@gmail.com"
] | ane.stefanovska99@gmail.com |
cf8d336fe6d2a50ef894e702b2a5aadedd22d64c | b9033f1009bdda0e8eda3c55e163008fd3d51158 | /springboot-jasypt/src/main/java/org/dante/springboot/controller/PersonController.java | d7f4d0e97ccf009af91fcfd9c5bae1ca48a36ccf | [] | no_license | lcpsky1991/springboot | b351eca7afae6ef95d1deb61846eefd111f97b6e | 6e9a197d4979a950b53d2b183f8a482d477d2762 | refs/heads/master | 2021-08-29T08:25:49.772650 | 2017-12-13T14:13:06 | 2017-12-13T14:13:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 699 | java | package org.dante.springboot.controller;
import java.util.List;
import org.dante.springboot.dao.PersonDAO;
import org.dante.springboot.po.PersonPO;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.web.bind.annotation.G... | [
"sunchao.0129@163.com"
] | sunchao.0129@163.com |
e790147f4892e6fd366f696cb20e8c3466efba7e | cc401926a86ae8e68106330bf658d658e2360efc | /1.16.3/src/main/java/com/congueror/clib/blocks/alloysmelter/AlloySmelterContainer.java | 1ebcc85fec258ed499431ad30697c03b4f9c791c | [] | no_license | congueror/CLib | e3323fefd482fe687b89c792c4934195055b02d2 | 65f2da4fece1f62d6513f68cd7495f538b648d0a | refs/heads/master | 2023-03-02T21:46:43.442494 | 2021-02-08T14:55:41 | 2021-02-08T14:55:41 | 272,241,626 | 2 | 1 | null | 2021-02-08T14:55:42 | 2020-06-14T16:34:37 | Java | UTF-8 | Java | false | false | 2,894 | java | package com.congueror.clib.blocks.alloysmelter;
/*import java.util.Objects;
import com.congueror.clib.init.BlockInit;
import com.congueror.clib.init.ContainerTypes;
import com.congueror.clib.util.FunctionalIntReferenceHolder;
import net.minecraft.entity.player.PlayerEntity;
import net.minecraft.entity.player.PlayerI... | [
"mariovionikos@gmail.com"
] | mariovionikos@gmail.com |
9b1ce3bba4c71fdcfd79498f36a791f2dda5e1a2 | 6d98821adacfdf585d37e025364d43872636453c | /DUT Informatique 2/Java/BLOC1/src/Hierarchie_et_comportements/HumanTest.java | d0d1aa21ddb197686d0ebb373bcd2cbb439acca0 | [] | no_license | Gratic/University | fd295c7a41b75a3cdf1be0b5e7e62ee10d7ccbab | 2e5a89f0e12db0b3a9c90aa15c567ff556f5e534 | refs/heads/master | 2020-05-18T09:17:21.289388 | 2019-12-16T21:01:02 | 2019-12-16T21:01:02 | 184,320,294 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 843 | java | package Hierarchie_et_comportements;
import static org.junit.Assert.*;
public class HumanTest {
@org.junit.Test
public void TestStudent_work()
{
Student s = new Student("Alexis", "Strappazzon");
assertEquals("Dormir au fond de l'amphi.", s.work());
}
@org.junit.Test
public v... | [
"47945031+Gratic@users.noreply.github.com"
] | 47945031+Gratic@users.noreply.github.com |
513886a2c8b2382b33b2ffa05b76ad600a996122 | 3ce0de4358184427a543225b080d5fdc4252e305 | /src/com/thingzdo/smartplug/udpserver/Function/ModuleUpgradeStartTask.java | e932e19b60e2b65327d9686587492b140f3d7c8e | [] | no_license | smli123/LSM-Server | 979a9641796c7e8d908fc63438f7247714be2688 | 69d16ca993f7eac003c95bd92ade668a0a5ddcfd | refs/heads/master | 2020-03-20T09:16:25.232991 | 2018-06-14T09:14:31 | 2018-06-14T09:14:31 | 137,332,897 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,609 | java | package com.thingzdo.smartplug.udpserver.Function;
import java.io.IOException;
import java.util.TimerTask;
import com.thingzdo.platform.LogTool.LogWriter;
import com.thingzdo.smartplug.udpserver.ModuleUpgradeOnLineMgr;
import com.thingzdo.smartplug.udpserver.ServerWorkThread;
import com.thingzdo.smartplug.udp... | [
"smli123@a9a16a3e-c00a-4ab3-988f-67dfe284af05"
] | smli123@a9a16a3e-c00a-4ab3-988f-67dfe284af05 |
63684cc0b46e3a9e8e84ab91cb90479a120973ad | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/5/5_9730978d754e5658c32209238b1ba8b15a260c58/IntegrityTestRunnerView/5_9730978d754e5658c32209238b1ba8b15a260c58_IntegrityTestRunnerView_t.java | c7f0ba27e91385dde1aa84480bee288b4c391b10 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 63,846 | java | package de.gebit.integrity.eclipse.views;
import java.io.IOException;
import java.io.Serializable;
import java.net.UnknownHostException;
import java.util.Collections;
import java.util.HashSet;
import java.util.LinkedList;
import java.util.List;
import java.util.Set;
import java.util.regex.Matcher;
import j... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
0fe9e086646db200550be680038d8f7af6d64864 | 2df5568d53e2de3e42543ff195d1c81f3043f33c | /src/test/java/ArrayHelperTest.java | 322726fe871ade71c0e1ea9e747cc26596057bca | [] | no_license | kikimarik/gb_java_3 | f7bdcd57e1da9d5e0d05840e01d9db63b621efd8 | 72e250fc5b0b639726e9c695d3c8016a5d60d8bd | refs/heads/main | 2023-08-24T18:17:32.844429 | 2021-10-18T17:16:49 | 2021-10-18T17:16:49 | 410,074,853 | 0 | 0 | null | 2021-10-14T22:32:33 | 2021-09-24T19:07:55 | Java | UTF-8 | Java | false | false | 2,383 | java | import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.Arguments;
import org.junit.jupiter.params.provider.MethodSource;
import java.util.ArrayList;
import java.util.List;
import java.util.stream.Stream;
public class ArrayHelperTest {
p... | [
"kikimarik@inbox.ru"
] | kikimarik@inbox.ru |
4d0928b838894b8a405a9cee8b29fe552fd93266 | a2097209d9ccbd36faa4ce7eab1ec9de3237362b | /Toolbar.java | 320aab8010cad862e0ca630afcb4a1e656737984 | [] | no_license | oguzelyte/simple-java-web-browser | dd9b41b5c52ef03443e0dedffd233e308ec0aae0 | a71db522d7e6fee784f0782b1df012885147c60e | refs/heads/master | 2022-11-24T23:14:39.655836 | 2020-07-22T13:23:51 | 2020-07-22T13:23:51 | 281,684,031 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,711 | java | package websitePack;
import java.io.IOException;
import javax.swing.BorderFactory;
import javax.swing.BoxLayout;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import javax.swing.border.EtchedBorder;
/*
*
* @author: Olivija Guzelyte (160421859)
* @version: 03/05/2017
*
*/
public class Tool... | [
"o.guzelyte@gmail.com"
] | o.guzelyte@gmail.com |
2d6545d451cbea58daea573bfc69153910dbe534 | c2682f48b24cdad0569b0e10c75ae98c1d355de7 | /src/main/java/br/uem/din/bibliotec/config/model/Multa.java | afccfb0a75d28d4092c2766c76b1e4d76676468a | [] | no_license | Luiz1996/Trab2_ISS | 9fcf432f66d403c65fa267205c2afd28ae339b1c | cd0058616a69890cce0b1a261729859a7999fa73 | refs/heads/master | 2022-07-09T21:57:39.902864 | 2020-01-12T20:31:00 | 2020-01-12T20:31:00 | 233,453,649 | 1 | 0 | null | 2022-06-29T17:54:14 | 2020-01-12T20:25:54 | HTML | UTF-8 | Java | false | false | 6,128 | java | package br.uem.din.bibliotec.config.model;
import java.util.Objects;
public class Multa {
//atributos persistentes
private int codMulta;
private int codLivro;
private int codUsuario;
private int codEmprestimo;
private int codCotacao;
private String dataCad;
private String dataAlt;
... | [
"luiz_flavio_p@hotmail.com"
] | luiz_flavio_p@hotmail.com |
5f7ee17a5d81d6c00f178b72caed8af2fb50d9f8 | 028cbe18b4e5c347f664c592cbc7f56729b74060 | /v2/appserv-tests/devtests/web/networkListenerDynamicConfigEnabled/WebTest2.java | 0f67a4246697420bf45d1f6606e9646c5a3c5004 | [] | no_license | dmatej/Glassfish-SVN-Patched | 8d355ff753b23a9a1bd9d7475fa4b2cfd3b40f9e | 269e29ba90db6d9c38271f7acd2affcacf2416f1 | refs/heads/master | 2021-05-28T12:55:06.267463 | 2014-11-11T04:21:44 | 2014-11-11T04:21:44 | 23,610,469 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,011 | java | /*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 1997-2010 Oracle and/or its affiliates. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
* and Distribution Licens... | [
"swchan2@6f3ba3e3-413c-0410-a8aa-90bee3ab43b5"
] | swchan2@6f3ba3e3-413c-0410-a8aa-90bee3ab43b5 |
d1b1df38dde78ca47e302494a821ad1f6224df6b | ff3a8cf2361c29c25c10a770422afb985d4c8d35 | /app/src/main/java/com/avanzados/lenguajes/basedatos/NewActivity.java | 9763314054c68f8c86ff0f56a890dfd740d2e62a | [] | no_license | andresRA30/BaseDatosAndroid | e853eb592099cde5fe87bb4206b9f794f6161d47 | 50078576cb16da6e2e95ed34fc06ce856c749f10 | refs/heads/master | 2020-06-01T13:53:11.769309 | 2015-10-07T13:38:51 | 2015-10-07T13:38:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 457 | java | package com.avanzados.lenguajes.basedatos;
import android.app.Activity;
import android.os.Bundle;
import android.widget.Toast;
/**
* Created by estudiante on 29/09/2015.
*/
public class NewActivity extends Activity{
protected void onCreate(Bundle bundle){
super.onCreate(bundle);
setContentView(... | [
"eisnerh80@hotmail.com"
] | eisnerh80@hotmail.com |
92b3c8c9d58143b720385a0e54689447460e8390 | c47e88a4bc34d66c158215b4bbe6073d6c0c924b | /android/SnacksPop_buyer/app/src/main/java/com/snackspop/snackspopnew/Location/LocationUpdateService.java | 43ec6ba33406a039193185db1ec7264de29e2b22 | [] | no_license | vanguard1127/Snackspop_final | 3ad5ffb016918fc2908e07808507c7706ce3919c | 49cf1179afe92663909bd610e4087cec3e84313a | refs/heads/master | 2022-11-13T03:03:57.354150 | 2020-07-09T15:17:25 | 2020-07-09T15:17:25 | 278,395,934 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,630 | java | package com.snackspop.snackspopnew.Location;
import android.app.Service;
import android.content.BroadcastReceiver;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.content.SharedPreferences;
import android.content.p... | [
"vanguard_K1127@outlook.com"
] | vanguard_K1127@outlook.com |
5ae5613ca84c85b86b534b246bedbb99fd9184a8 | 01cc71f0a70410fbfd4d3101973ff3ddf35f7f19 | /src/main/java/life/majiang/community/community/dto/QuestionDTO.java | a0113357b1e8aa6118b5e4f1bc63371037fff954 | [] | no_license | ericzhou2016/community | ecb75bb670844d0fff12a8850f8a546ef06817e5 | d55e051d23c493a729d56c988d9c37c726c0aa9f | refs/heads/master | 2022-06-24T11:31:07.836380 | 2020-06-10T03:16:34 | 2020-06-10T03:16:34 | 229,508,757 | 3 | 0 | null | 2022-06-17T02:59:44 | 2019-12-22T02:33:40 | Java | UTF-8 | Java | false | false | 473 | java | package life.majiang.community.community.dto;
import life.majiang.community.community.model.User;
import lombok.Data;
@Data
public class QuestionDTO {
private Integer id;
private String title;
private String description;
private String tag;
private long gmtCreater;
private long gmtModified;
... | [
"ericzhou2012@163.com"
] | ericzhou2012@163.com |
49272a67e34bade527570a583ab958f4affe035c | 122e71e2adfb52afeb6f1a9e9e1b9a83634cd635 | /team/wt.javalearn/java/src/main/day10/socket/SocketOptionTest.java | 915864dbd0c49082cefb1768a67f7691143a8af8 | [] | no_license | youboyTizzyT/Java-grammar1 | b6985c532ba0c278fa6c069bfde260dddd386f9d | 20b103c8f442eaffc62b2abb0eec7bfcf3a4fe6d | refs/heads/master | 2022-12-29T18:55:23.571748 | 2021-06-24T03:36:16 | 2021-06-24T03:36:16 | 125,482,532 | 3 | 0 | null | 2022-12-10T03:06:22 | 2018-03-16T07:53:36 | Java | UTF-8 | Java | false | false | 4,462 | java | package day10.socket;
import java.io.IOException;
import java.net.ServerSocket;
import java.net.Socket;
/**
* @author weicong
* @date 2018/5/8 0008
*/
public class SocketOptionTest {
public static void main(String[] args) throws IOException {
Socket socket = new Socket("127.0.0.1",30000);
// Na... | [
"920935200@qq.com"
] | 920935200@qq.com |
e543867f9a32b01ac9c6175c35a4bd189c137c3c | dbc099539d83473b2c259f5f2b70504f485712d4 | /PubMedBA/src/de/ur/jonbrem/pubmed/indexing/combined_way/ThirdFormula.java | ebc8dc5742eb722ded389da0341c226c88ec5c86 | [] | no_license | JonBrem/PubMed-Bachelorarbeit | ca534779759448c22ceb1246d08d64c181e86f63 | 2b9573497f7b980e8c1258a95b93a56ed75df0d1 | refs/heads/master | 2021-01-04T02:37:42.347467 | 2015-09-30T12:05:30 | 2015-09-30T12:05:30 | 42,414,937 | 0 | 0 | null | null | null | null | MacCentralEurope | Java | false | false | 10,034 | java | package de.ur.jonbrem.pubmed.indexing.combined_way;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.apache.solr.client.solrj.SolrQuery;
import org.apache.solr.client.solrj.respon... | [
"jon.brem@t-online.de"
] | jon.brem@t-online.de |
4a0c7a047ff23d92b43d2660c8a7c132afad3751 | 9208ba403c8902b1374444a895ef2438a029ed5c | /sources/io/reactivex/subjects/AsyncSubject.java | a5aa6e773a56f398e695e242ddfec6592f2dedc5 | [] | no_license | MewX/kantv-decompiled-v3.1.2 | 3e68b7046cebd8810e4f852601b1ee6a60d050a8 | d70dfaedf66cdde267d99ad22d0089505a355aa1 | refs/heads/main | 2023-02-27T05:32:32.517948 | 2021-02-02T13:38:05 | 2021-02-02T13:44:31 | 335,299,807 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,095 | java | package io.reactivex.subjects;
import io.reactivex.Observer;
import io.reactivex.annotations.CheckReturnValue;
import io.reactivex.annotations.NonNull;
import io.reactivex.annotations.Nullable;
import io.reactivex.disposables.Disposable;
import io.reactivex.internal.functions.ObjectHelper;
import io.reactivex.internal... | [
"xiayuanzhong@gmail.com"
] | xiayuanzhong@gmail.com |
453023ce6d0f536411cd3dcde336b070cf03f70e | c885ef92397be9d54b87741f01557f61d3f794f3 | /results/Codec-13/org.apache.commons.codec.binary.StringUtils/BBC-F0-opt-80/tests/5/org/apache/commons/codec/binary/StringUtils_ESTest_scaffolding.java | 4a534aee258d14317733a770d037cc59e789507d | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 3,309 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Wed Oct 13 19:16:39 GMT 2021
*/
package org.apache.commons.codec.binary;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.j... | [
"pderakhshanfar@serg2.ewi.tudelft.nl"
] | pderakhshanfar@serg2.ewi.tudelft.nl |
c3dfbe79d92ad7444423eeee8d526ae4002355c0 | fd3a63458b10935e9322879b1a1c05d7561a8d9b | /app/src/main/java/com/priteshjain/popularmovies/presenters/IMoviesListingView.java | 08a29f8c69989234f1e92da8fc6bcdb509686f9e | [] | no_license | PriteshJain/PopularMovies | 250fecfec25367f9e95709758acaa944c81498c5 | 0b93b1e6aa00f1054067f4569fc7f1a11e82db24 | refs/heads/master | 2021-01-16T21:46:38.432085 | 2016-07-21T13:14:19 | 2016-07-21T13:14:19 | 62,074,519 | 1 | 0 | null | 2016-07-19T19:40:21 | 2016-06-27T17:25:20 | Java | UTF-8 | Java | false | false | 367 | java | package com.priteshjain.popularmovies.presenters;
import com.priteshjain.popularmovies.models.Movie;
import java.util.List;
public interface IMoviesListingView {
void listMovies(List<Movie> movies, String currentPage);
void onMovieClicked(Movie movie);
void loadingStarted();
void loadingFailed(String... | [
"prit.jain86@gmail.com"
] | prit.jain86@gmail.com |
d66786e6100bf59dd911ea341bd9603c8136ef62 | b616680ab58cb7552ffc621bb95946f490eefa33 | /NawadnianieWindows/src/MainThread.java | 0c57c5402e89f9a3b5bd81fd2b0a5c4d497eb16b | [] | no_license | KatangaDev/nawadnianie | d41c2db8f6d580161ad4b4c3ef157180ec197363 | 994c374540f3d7f4ea456f0573be7b8d879b9b12 | refs/heads/master | 2021-04-13T19:14:56.982355 | 2020-03-22T11:54:59 | 2020-03-22T11:54:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 575 | java |
public class MainThread {
public static int a=0, b=50;
public static NetworkManager networkThread;
public static GuiThread gui;
//public static GuiThread guiThread;
public static void main(String[] args) {
// TODO Auto-generated method stub
networkThread = new NetworkManager();
gui = new GuiThread();
... | [
"gr@home.com"
] | gr@home.com |
36fe3f70dabda83317f9ab9d507beac453374281 | da2bdd5e4e784725622b3af07958e8b86ee14c07 | /post-service/src/main/java/com/trilogyed/post/viewmodel/PostViewModel.java | ca6c1411c3e838207aa1fd47afb4ff0c29da844c | [] | no_license | raghir01/stwitter_system | 5f83d104beff3c82c07f12450ff509c31ee92b73 | 735f041cba1edb48061e961c66aaa08fcb5e5c74 | refs/heads/master | 2022-12-01T16:53:00.145867 | 2019-09-06T02:05:13 | 2019-09-06T02:05:13 | 206,692,178 | 0 | 0 | null | 2022-11-16T12:23:24 | 2019-09-06T01:58:56 | Java | UTF-8 | Java | false | false | 1,649 | java | package com.trilogyed.post.viewmodel;
import java.time.LocalDate;
import java.util.Objects;
public class PostViewModel {
private int postId;
private LocalDate postDate;
private String posterName;
private String post;
public int getPostId() {
return postId;
}
public void setPostId... | [
"raghir01@gmail.com"
] | raghir01@gmail.com |
6df142c938820d24a0e955e546eb4da889a68130 | 6c688653c87ae43218f2d0a7a2570b7551d58c47 | /src/main/java/com/cn/common/CrossDomainFilter.java | c618b36b441c484887624eec861eb2bed8f29fb0 | [] | no_license | songzhili111111/all-union-activity | c4842427645e1dc6292e7a2f9fd79f4090ac4661 | a4c34d774ff6c2d6859d8384c1f4368af9187e3d | refs/heads/master | 2020-04-06T07:19:16.180944 | 2016-09-01T04:51:07 | 2016-09-01T04:51:07 | 63,564,910 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,336 | java | package com.cn.common;
import java.io.IOException;
import java.util.Arrays;
import java.util.List;
import javax.servlet.Filter;
import javax.servlet.FilterChain;
import javax.servlet.FilterConfig;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import ... | [
"13051701380@1663.com"
] | 13051701380@1663.com |
b18b223954225db850724c4fa0753b6111408290 | e62b2321dd23bbf98ae83cbb17f6e8343be70ea1 | /mbennett20-U3-ParkingApp/src/com/company/first/Garage.java | 917a1919a402a98217739fb8c99f9109209504a7 | [] | no_license | michaelmunkwitzbennett/mbennett20-U3-ParkingApp | f973ae77826e1856ebdbfa855a77ae08584923b2 | 2f5909f8f4da1e6b80f583d92422435bd7f7ef44 | refs/heads/master | 2020-09-30T06:16:32.703518 | 2019-12-10T22:19:32 | 2019-12-10T22:19:32 | 227,225,842 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,209 | java | package com.company.first;
import java.text.DecimalFormat;
import java.util.List;
/**
* This class represents the real world object of the garage
*/
public class Garage {
public int checkInCount;
public double moneyFromCheckIns;
public int lostTicketCount;
public double moneyFromLostTick... | [
"noreply@github.com"
] | michaelmunkwitzbennett.noreply@github.com |
3498f0e75155c7c600cfbf6c38071fbbfb567124 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/6/6_26b62dcbd4fed716da3399e739b2bb7c9dd02bc4/FindReplaceDocumentAdapter/6_26b62dcbd4fed716da3399e739b2bb7c9dd02bc4_FindReplaceDocumentAdapter_s.java | b49e1434cf25873c9faf8bcbd6339f07c994347a | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 11,133 | java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distributio... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
dc196511ecd72d3279add5dbac3b0d7743bbab74 | 2254bb23dc727ae9bc5123573fe44e6c1abbc952 | /SpringDataMongoDB-06-SpecialTypes-Collection-OneToMany/src/main/java/org/rose/dto/PersonDTO.java | 559b015d88de22117b1b4eb0e1eed69ef4f47529 | [] | no_license | Nilesh-Shinde1/NTSP713 | dd4558f450ca0071323e8df4d558889a818488b0 | 635cef85dd04f48709a0eb8ca06748a5f1e62db3 | refs/heads/main | 2023-03-26T17:13:48.806906 | 2021-03-09T17:18:24 | 2021-03-09T17:18:24 | 321,302,031 | 0 | 0 | null | 2020-12-14T10:35:48 | 2020-12-14T09:47:09 | Java | UTF-8 | Java | false | false | 506 | java | package org.rose.dto;
import java.util.Map;
import java.util.Set;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Document;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
@Document
@Data
@AllArgsConstructor
@NoArgsConstructo... | [
"nilesh.shinde.personal@gmail.com"
] | nilesh.shinde.personal@gmail.com |
dbfb261d970d931bea4c7358ad7d2d1962beb19b | 8fb52cc2f274f7276498ae7cf3512f34049b76f9 | /vertx-stock-broker/src/main/java/com/ilham/github/broker/assets/GetAssetsHandler.java | 7552a86f2bc71da3efbbd73ed222876286967301 | [] | no_license | ilham-raslan/java-vertx-tutorials | 3209947dedd936b5316eef9321afe071454b9e88 | 61ab9cd52b82c3301eb630c705a41ef11ce27084 | refs/heads/master | 2023-06-12T01:46:44.337469 | 2021-06-28T10:56:41 | 2021-06-28T10:56:41 | 377,758,889 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 902 | java | package com.ilham.github.broker.assets;
import io.netty.handler.codec.http.HttpHeaderValues;
import io.vertx.core.Handler;
import io.vertx.core.http.HttpHeaders;
import io.vertx.core.json.JsonArray;
import io.vertx.ext.web.RoutingContext;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class GetAssets... | [
"ilhamraslan@yahoo.com"
] | ilhamraslan@yahoo.com |
578f4fffe93c2180e9c34f9a04898b4f88fb5b0b | 3916559346d2588093e05cfb3abbc6b84aaa651f | /MainModule/src/test/java/com/sire/hefeilife/ExampleUnitTest.java | 1b6f40ab8c70d5e1bf826d23323d8e0925f224da | [] | no_license | SireAI/HeFeiLife | 5953044d44d4ff5295330cffb22a7304d54fee63 | 1ec062e75797841b5bfcb488daabba94405c4158 | refs/heads/master | 2021-09-13T09:45:46.274585 | 2017-09-12T01:22:36 | 2017-09-12T01:22:36 | 103,205,738 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 396 | java | package com.sire.hefeilife;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void add... | [
"wangkai@yapingguo.com"
] | wangkai@yapingguo.com |
8c81aa3278f5cf2ae01f17011937400f719922ea | a5d01febfd8d45a61f815b6f5ed447e25fad4959 | /Source Code/5.27.0/sources/okhttp3/internal/platform/OptionalMethod.java | a6bb700a24d4bfdc27b2531bd35b0cf86ed6d88e | [] | no_license | kkagill/Decompiler-IQ-Option | 7fe5911f90ed2490687f5d216cb2940f07b57194 | c2a9dbbe79a959aa1ab8bb7a89c735e8f9dbc5a6 | refs/heads/master | 2020-09-14T20:44:49.115289 | 2019-11-04T06:58:55 | 2019-11-04T06:58:55 | 223,236,327 | 1 | 0 | null | 2019-11-21T18:17:17 | 2019-11-21T18:17:16 | null | UTF-8 | Java | false | false | 3,893 | java | package okhttp3.internal.platform;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
class OptionalMethod<T> {
private final String methodName;
private final Class[] methodParams;
private final Class<?> returnType;
OptionalMethod(Class<?> cls, String str, Class... c... | [
"yihsun1992@gmail.com"
] | yihsun1992@gmail.com |
6707bcdc62a3133c050171d8cac4b067b697e205 | 85f8f7b86b3c0679f8e92494f3c16968a86e9105 | /Java/Introduction/JavaCurrencyFormatter.java | ad75feca78d53ef8bb0e172b17760de0cf929541 | [] | no_license | jerrychlee/HackerRank | cc5d81ae520a9a31d402e4acb675071376423586 | 6de5d978b0c0bf8dd4e94de4e07c2dee84633696 | refs/heads/master | 2022-06-06T10:04:18.592315 | 2022-05-22T12:35:05 | 2022-05-22T12:35:05 | 109,255,473 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 774 | java | import java.util.*;
import java.text.*;
public class Solution {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
double payment = scanner.nextDouble();
scanner.close();
NumberFormat np;
np = NumberFormat.getCurrencyInstance(Locale.US)... | [
"jerrychlee@gmail.com"
] | jerrychlee@gmail.com |
1720bfbfe04278e314366ee85e5f567041eff401 | 7081452bbe86b4b48f0133cb4f2c921509fe1dd7 | /src/test/java/gov/nist/itl/versus/similarity/comparisons/measure/impl/RandIndexMeasureTest.java | 29a630def3ca738d73c8cf74ce8ef5c6697ca2fc | [] | no_license | VersusProject/similarity-2d | 8c21d4ad26a98711c65cc3ccaa7cd8c4d5161ea5 | 3e7801ed27e4aa89332c718b82500aa0af28011b | refs/heads/master | 2021-01-18T13:53:51.224029 | 2013-08-08T15:03:18 | 2013-08-08T15:03:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,655 | java | /*
* This software was developed at the National Institute of Standards and
* Technology by employees of the Federal Government in the course of
* their official duties. Pursuant to title 17 Section 105 of the United
* States Code this software is not subject to copyright protection and is
* in the public domain. ... | [
"blong@P636487.nist.gov"
] | blong@P636487.nist.gov |
12f2b09defa8fa93d0bd692a3b7e6ecf1175653c | 4aec4eabc56635efd9eedef44ada7ef389d3bf48 | /plugins/org.eclipse.wst.sse.sieditor.model/api/org/eclipse/wst/sse/sieditor/model/wsdl/api/IDescription.java | c06f7a85892524f2be8f9d4f5ffe8d6a3658e305 | [] | no_license | HarshPath/org.eclipse.wst.sse.sieditor | 060a05e3c4a84e9126e75e32838097bf9b39c7bf | e7f85698571b7428d9f3af28387d8b1a3282f631 | refs/heads/master | 2020-04-30T06:48:35.341020 | 2011-07-11T13:47:48 | 2011-07-11T13:47:48 | 176,663,700 | 0 | 0 | null | 2019-03-20T06:00:11 | 2019-03-20T05:49:50 | Java | UTF-8 | Java | false | false | 2,291 | java | /*******************************************************************************
* Copyright (c) 2010 SAP AG.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http:... | [
"dimitar.tenev@sap.com"
] | dimitar.tenev@sap.com |
eaf1dac36aa5afa237a997d10e49eb81a11b757c | f03de1f7c51c977036becdce1706516a04b84d74 | /src/main/java/com/learninspringboot/ecofootprintapi/repo/EcoFootprintRepo.java | d71e53771e502ddcd86af777df2eec5387cacde1 | [] | no_license | rlrc40/eco-footprint-api | 1c8cde6123d6e623957e29741937c70f60791d8b | 66a7f8ba5f6e671cf4b3b741e3f67d44b9347ff4 | refs/heads/master | 2022-12-04T06:33:13.745852 | 2020-08-14T15:54:06 | 2020-08-14T15:54:06 | 291,242,009 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 418 | java | package com.learninspringboot.ecofootprintapi.repo;
import java.util.List;
import org.springframework.data.mongodb.repository.MongoRepository;
import com.learninspringboot.ecofootprintapi.model.EcoFootprint;
public interface EcoFootprintRepo extends MongoRepository<EcoFootprint, String> {
public EcoFootprint fi... | [
"raul.rodriguez.c@outlook.com"
] | raul.rodriguez.c@outlook.com |
7c4a6434326454666cc264b5020611399344a9d0 | f5be62eebe42fb789d367ec8fc7c3d6ab2dba1bf | /src/test/java/StepsDefinition/AgileProjectSteps.java | a0527b203ae229949f0e1443d38ccbef6a41a7d6 | [] | no_license | Nusik/DemoCucumber | e8e774df7c163c61aa8831bb3c5f0519b08bf7e3 | 76874d60817eaad0e83cb70e83cbd5cb6025e2a7 | refs/heads/master | 2023-01-24T23:22:53.284919 | 2020-12-09T20:12:18 | 2020-12-09T20:12:18 | 310,933,170 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,545 | java | package StepsDefinition;
import com.codeborne.selenide.Selenide;
import cucumber.api.java.en.And;
import cucumber.api.java.en.Given;
import cucumber.api.java.en.Then;
import cucumber.api.java.en.When;
import pages.AgileProjectPage;
import pages.HomePage;
import static org.junit.Assert.assertEquals;
import static org.... | [
"inna@y-tree.com"
] | inna@y-tree.com |
98c0f0697570729b07d576c4f3c2a6c27a1fa06b | ce8b0c8ea8875e97656cfe0ab0efd0e661da6cc4 | /src/main/java/shopex/toolkit/ToolkitApplication.java | 5a30bb7ca62f2a33c488f81dad8bf93cb65415ca | [] | no_license | Karlenkko/javatoolkit | 56b76146d5c0cd44041542b5f51d7be2e8cc0907 | 72a740f165555c410dba5e91a8b13842c269c468 | refs/heads/master | 2022-11-29T15:37:03.314127 | 2020-08-11T10:42:33 | 2020-08-11T10:42:33 | 286,373,872 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 446 | java | package shopex.toolkit;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
@SpringBootApplication(exclude = DataSourceAutoConfiguration.class)
public class ToolkitApplic... | [
"48716383+Karlenkko@users.noreply.github.com"
] | 48716383+Karlenkko@users.noreply.github.com |
6759184948d52e60f4dcb2931e182e7c9d805eb9 | 568d1eb8b082cc403db5eeea06753f7d5db0d141 | /abstract-factory/src/main/java/org/junbin/af/servlet/LaunchServlet.java | f6f03dc1e35906ccac7bd7b69455371c0710851d | [] | no_license | Reka-Downey/design-pattern | 8da40e842b84b9411265d97e719e1f443c507833 | 1b986e3049925822804080fb68cd3df81c99d026 | refs/heads/master | 2021-01-10T16:10:09.224159 | 2016-04-03T14:05:22 | 2016-04-03T14:05:22 | 54,314,874 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,414 | java | package org.junbin.af.servlet;
import org.junbin.af.enumerations.FactoryType;
import org.junbin.af.enumerations.ProductType;
import org.junbin.af.factory.AbstractFactory;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.ht... | [
"seraphstorm@163.com"
] | seraphstorm@163.com |
c9db07a223ba6d77071725b6d54c48fb5296deef | 8f62007331126cd2bb729f746d2b4695ebcd3ced | /app/build/generated/source/r/debug/com/twocentscode/nlevelexpandablelistview/R.java | d07806ce79e3ad19f61e5de08fa6fcfbab8cf811 | [] | no_license | Scatum/NlevelListAndroid | 5bb7c97f0898462cfa426344f8be42a8f3024ba5 | 6618fab70059c50ec3264a9c56307a8e75bc7677 | refs/heads/master | 2021-01-22T04:43:54.781401 | 2017-02-10T15:18:21 | 2017-02-10T15:18:21 | 81,576,667 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,948 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.twocentscode.nlevelexpandablelistview;
public final class R {
public static final class attr {
}
public static fi... | [
"jr.arakelyan@gmail.com"
] | jr.arakelyan@gmail.com |
30ff9b27d37c133a8a4c46def8b0895a22e3b682 | 48a80995cb543c18eb1656c1e8f4b556188a1497 | /src/main/java/br/com/palm/pontointeligente/api/services/impl/LancamentoServiceImpl.java | dd9299ddf9c60ad126ac86269736329bb4961a24 | [
"MIT"
] | permissive | piedroalex/pontointeligente-api | 0fc1c659a7f5b75fccfbbcb2e1d025387e8fee3d | 690eff3df215a5fa58da506c5376862ed46e0f8f | refs/heads/master | 2023-03-28T06:13:49.376857 | 2021-03-31T02:57:00 | 2021-03-31T02:57:00 | 276,266,696 | 0 | 0 | MIT | 2020-07-10T15:27:14 | 2020-07-01T03:24:25 | Java | UTF-8 | Java | false | false | 1,693 | java | package br.com.palm.pontointeligente.api.services.impl;
import java.util.Optional;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.cache.annotation.CachePut;
import org.springframework.cache.annotation.Cacheable;
import... | [
"piedroalex@gmail.com"
] | piedroalex@gmail.com |
918b01332677bedbc81808ec654c86dcae9fb861 | e01bf9ee203302cb5de8a98c7880f5f2df0f28a3 | /src/com/cxy/studydemo/layout/FrameLayoutActivity.java | 68ab9e696c68cf249df1c816570ba45207a41757 | [] | no_license | cxy200927099/AndroidBaseDemo | 0e31ff0f4cd9f1d7571ffdf38e38157357f5e89e | 6b250fab448ad3fedaa7ea6cac643e8f536188ba | refs/heads/master | 2021-01-10T12:41:27.758530 | 2016-03-20T07:11:00 | 2016-03-20T07:11:00 | 54,255,308 | 1 | 0 | null | null | null | null | GB18030 | Java | false | false | 612 | java | package com.cxy.studydemo.layout;
import com.cxy.studydemo.R;
import android.app.Activity;
import android.os.Bundle;
public class FrameLayoutActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
//这是一个仿照乐视手机的计算器的布局,主要都是使用了linearLayout来实... | [
"chenxingyi90@163.com"
] | chenxingyi90@163.com |
f4a924b165cf8f2f0cfd4d4be61cde4436c91f33 | eee49f6611a901ef602f65b023a9dac79af0d8ae | /src/main/java/br/com/demo/clientsapi/application/adapter/http/client/ClientFeign.java | 61dfddde77fe24f8b76183ac24b27e541fb74fdb | [] | no_license | rogeriofontes/demo-hexagonal-api | bc908fc2508847c959932c54ea111523871cee1e | 7cfafc7a7dec24557e2b4518f9f0f2ad85f9e64d | refs/heads/main | 2023-05-31T17:56:28.919160 | 2021-06-17T19:27:45 | 2021-06-17T19:27:45 | 368,574,422 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 642 | java | package br.com.demo.clientsapi.application.adapter.http.client;
import br.com.demo.clientsapi.core.model.Cliente;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.data.domain.Page;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotatio... | [
"fontestz@gmail.com"
] | fontestz@gmail.com |
b1fc9d04de5ba97625568b5b434bc67c72897dd8 | adeea15381f73ddb6f069724cc8346f36b169f94 | /src/main/java/HW3/ManagerProfile.java | 757457437dd559a81a73e1a016bfd8076d130c18 | [] | no_license | pirooz193/maktab39 | 445ceaa989d503cc6797c8531726d8e961435874 | 186cb04d8badb0fcf3ba220b6c8b1dbb47fdecb1 | refs/heads/main | 2022-12-28T01:39:43.311843 | 2020-10-09T04:49:28 | 2020-10-09T04:49:28 | 300,698,432 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 538 | java | package HW3;
public class ManagerProfile extends UserProfile{
@Override
public void setName(String name) {
super.setName(name);
}
@Override
public String getName() {
return super.getName();
}
@Override
public void setLastName(String lastName) {
super.setLastNa... | [
"piroozazaraba@gmail.com"
] | piroozazaraba@gmail.com |
84b8b643b268273b04880f0fe88e6cc6c2c02c6d | 8a4d6708416d74905bd64789b1b96234ae1f8072 | /pippo-security-parent/pippo-pac4j/src/test/java/ro/pippo/pac4j/PippoSessionStoreTest.java | 3a674646407fcbda0a2ee8cbad43e920fce629d2 | [
"Apache-2.0"
] | permissive | mhagnumdw/pippo | 453052f4e79df7b27dcd837de5a1a02eb4681e74 | 1af56321c528870a087ad14577d51237ba00e107 | refs/heads/master | 2021-11-26T03:22:29.928990 | 2021-11-19T08:11:01 | 2021-11-19T08:11:01 | 126,986,546 | 0 | 0 | Apache-2.0 | 2018-03-27T12:58:00 | 2018-03-27T12:57:58 | null | UTF-8 | Java | false | false | 6,827 | java | /*
* Copyright (C) 2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | [
"noreply@github.com"
] | mhagnumdw.noreply@github.com |
c4c50ebea48b93b0f7145d1d372f77e0c5124d19 | c252c61e377499304d4eaba3377bc2d4264c18cd | /app/src/main/java/com/example/tatangit/umrota_maker/View/Lisence/Fragment_Lisence.java | 2929a8e6835d78f46e6e15f0200bd20778cb680e | [] | no_license | id10111137/UmrotaMaker | e8d5ccf01c60e736bcbddaaef96b410aefb5d1a0 | ca22e7925cb3a68699ac34187bff4fe1a175c09e | refs/heads/master | 2020-04-14T09:02:26.791797 | 2019-06-15T14:20:00 | 2019-06-15T14:20:00 | 163,750,402 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,241 | java | package com.example.tatangit.umrota_maker.View.Lisence;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.widget.Toolbar;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;... | [
"id.10111137@gmail.com"
] | id.10111137@gmail.com |
42a7c09cce951fd81a11bdbaeda4930a4707576c | 6250e8c9f8d11cb1451f5a9cf477749b92716408 | /nano-server/src/main/java/org/util/ServerRunner.java | 0e876da19c0af0390ba6a8d2f187a6bccc825b11 | [
"Apache-2.0"
] | permissive | feijeff0486/JUPnP | df01213c47da6004ff4c09df4188c1513022f16e | e3e28968cc647158b065c879893a5f549419eaa6 | refs/heads/master | 2022-12-18T12:20:25.872205 | 2020-08-28T05:58:54 | 2020-08-28T05:58:54 | 290,435,737 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,703 | java | package org.util;
/*
* #%L
* NanoHttpd-Webserver
* %%
* Copyright (C) 2012 - 2015 nanohttpd
* %%
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyr... | [
"feijeff0486@gmail.com"
] | feijeff0486@gmail.com |
a125d281da49d47b40a0b839f9f42716b8dcf1b5 | 84c05931d9a651c61fad77df7d67732cdecd15b2 | /src/org/dvijok/widgets/gallery/GalleryItem.java | 8a858df9fb44b815b8f1e6e857e7b7e8460dab7e | [] | no_license | parilo/dvijok | ab56ba187550b504db258e7db591554957255ea8 | f0abe9c3dad061af1cf02eb399b07f8cf6d96181 | refs/heads/master | 2020-03-31T01:10:05.559005 | 2014-02-18T15:47:17 | 2014-02-18T15:47:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,146 | java | // dvijok - cms written in gwt
// Copyright (C) 2010 Pechenko Anton Vladimirovich aka Parilo
// mailto: forpost78 at gmail dot com
//
// 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 Fo... | [
"forpost78@gmail.com"
] | forpost78@gmail.com |
4e9157894d55651396077b69094b752d854fce40 | 8ed9f95fd028b7d89e7276847573878e32f12674 | /docx4j-openxml-objects/src/main/java/org/docx4j/dml/chart/CTSkip.java | daf5e5306cfd53fe2cd1925de1a7793e0e5e3ba2 | [
"Apache-2.0"
] | permissive | plutext/docx4j | a75b7502841a06f314cb31bbaa219b416f35d8a8 | 1f496eca1f70e07d8c112168857bee4c8e6b0514 | refs/heads/VERSION_11_4_8 | 2023-06-23T10:02:08.676214 | 2023-03-11T23:02:44 | 2023-03-11T23:02:44 | 4,302,287 | 1,826 | 1,024 | null | 2023-03-11T23:02:45 | 2012-05-11T22:13:30 | Java | UTF-8 | Java | false | false | 2,740 | java | /*
* Copyright 2007-2008, Plutext Pty Ltd.
*
* This file is part of docx4j.
docx4j is licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/... | [
"jason@plutext.org"
] | jason@plutext.org |
2a636d170ac02831fb52dca19596fa38ee33358f | 2c566fb62ac4b8d9b3b905af562bb9c427e493a2 | /InclusaoEnderecosClientes/src/main/java/com/algaworks/pedidovenda/controller/CadastroUsuarioBean.java | 814f5075b2db0902a7a023ac364f05aa2809d62d | [] | no_license | tvttavares/java-EE-primefaces | aa4d2be02aea979244a0e9cdb28d107ccf95c3b4 | c9aebad883590a3538fcda84031ea0d032f6bdfc | refs/heads/master | 2022-12-07T05:07:21.533168 | 2019-11-26T12:40:39 | 2019-11-26T12:40:39 | 208,525,974 | 1 | 0 | null | 2022-11-24T06:13:43 | 2019-09-15T01:30:18 | Java | UTF-8 | Java | false | false | 1,947 | java | package com.algaworks.pedidovenda.controller;
import java.io.Serializable;
import java.util.List;
import javax.faces.bean.ViewScoped;
import javax.inject.Inject;
import javax.inject.Named;
import com.algaworks.pedidovenda.model.Grupo;
import com.algaworks.pedidovenda.model.Usuario;
import com.algaworks.pedidovenda.r... | [
"tvttavares@gmail.com"
] | tvttavares@gmail.com |
6e1c097fdb09fbc24f03b24e121f1cfbe8b928f0 | cccfb7be281ca89f8682c144eac0d5d5559b2deb | /content/public/android/java/src/org/chromium/content_public/browser/AttributionReporter.java | 26eca1e6ed04b890860e7795c9b1d58f3be78a51 | [
"BSD-3-Clause"
] | permissive | SREERAGI18/chromium | 172b23d07568a4e3873983bf49b37adc92453dd0 | fd8a8914ca0183f0add65ae55f04e287543c7d4a | refs/heads/master | 2023-08-27T17:45:48.928019 | 2021-11-11T22:24:28 | 2021-11-11T22:24:28 | 428,659,250 | 1 | 0 | BSD-3-Clause | 2021-11-16T13:08:14 | 2021-11-16T13:08:14 | null | UTF-8 | Java | false | false | 2,514 | java | // Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.content_public.browser;
import org.chromium.content.browser.AttributionReporterImpl;
/**
* Allows attributions to be reported inde... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
ef7af7fb08efb80cf93dbf55903ebe3c9cca097d | 96f8d42c474f8dd42ecc6811b6e555363f168d3e | /budejie/sources/cn/v6/sixrooms/ui/fragment/o.java | a2e210944405917d1e0a3c907906f5e818888908 | [] | no_license | aheadlcx/analyzeApk | 050b261595cecc85790558a02d79739a789ae3a3 | 25cecc394dde4ed7d4971baf0e9504dcb7fabaca | refs/heads/master | 2020-03-10T10:24:49.773318 | 2018-04-13T09:44:45 | 2018-04-13T09:44:45 | 129,332,351 | 6 | 2 | null | null | null | null | UTF-8 | Java | false | false | 568 | java | package cn.v6.sixrooms.ui.fragment;
import cn.v6.sixrooms.widgets.phone.HideOrDisplayThePasswordView.OnHideOrDisplayListener;
final class o implements OnHideOrDisplayListener {
final /* synthetic */ LoginFragment a;
o(LoginFragment loginFragment) {
this.a = loginFragment;
}
public final void... | [
"aheadlcxzhang@gmail.com"
] | aheadlcxzhang@gmail.com |
80963460b16153a08a047200e548336c92d5f35f | 04de9695c1e095d4832fe05643442c47c5ea3fe7 | /app/src/main/java/info/palamarchuk/api/cooking/RecipeIngredientEndpoint.java | 4bd05c0ef97e97f4428068fe1eb564b3e526f63f | [] | no_license | fankandin/cooking-app-endpoint | 3c8327ea667ae61e5ec65286ea310de776a92afc | 7d2a5ce6848db471b08bad94de77db38a0b837e1 | refs/heads/master | 2021-06-07T10:47:22.993376 | 2017-07-03T02:11:00 | 2017-07-03T02:11:00 | 95,615,857 | 5 | 0 | null | 2017-07-03T02:11:01 | 2017-06-28T01:28:50 | Java | UTF-8 | Java | false | false | 3,882 | java | package info.palamarchuk.api.cooking;
import info.palamarchuk.api.cooking.data.RecipeIngredientPatch;
import info.palamarchuk.api.cooking.entity.RecipeIngredient;
import info.palamarchuk.api.cooking.service.RecipeIngredientService;
import info.palamarchuk.api.cooking.util.CurrentUrlService;
import info.palamarchuk.api... | [
"a@palamarchuk.info"
] | a@palamarchuk.info |
fde7568f11b2d661ab05baa842271b7b64020835 | 41297b5c6d38649d2f1461f5d7846d34fe55791f | /backend/src/main/java/app/service/TreatmentService.java | 9aba7dff5f22ea101e8e0f2ef5d020bf1ced337b | [] | no_license | vsostaric/alert-test | 0fc587ca764c3a8483139becb8c6dd432237ad19 | dafeee199fc6443d2801177fb3dd6ca7b6339b2f | refs/heads/master | 2020-04-06T13:59:39.779672 | 2018-12-18T09:43:45 | 2018-12-18T09:43:45 | 157,523,105 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 282 | java | package app.service;
import app.model.Alert;
import app.model.Treatment;
import java.util.List;
public interface TreatmentService {
Treatment saveTreatment(Treatment treatment);
List<Treatment> findTreatments();
List<Alert> checkForAlerts(Treatment treatment);
}
| [
"vladimirsostaric3390@gmail.com"
] | vladimirsostaric3390@gmail.com |
591705ef327ddfb52276cf3d6c55e08e4bb16e2e | 31f043184e2839ad5c3acbaf46eb1a26408d4296 | /src/main/java/com/github/highcharts4gwt/model/highcharts/option/jso/plotoptions/polygon/JsoStates.java | a7ec4c97626401365a1097f158c9dc4e27ce4cc1 | [] | no_license | highcharts4gwt/highchart-wrapper | 52ffa84f2f441aa85de52adb3503266aec66e0ac | 0a4278ddfa829998deb750de0a5bd635050b4430 | refs/heads/master | 2021-01-17T20:25:22.231745 | 2015-06-30T15:05:01 | 2015-06-30T15:05:01 | 24,794,406 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,736 | java |
package com.github.highcharts4gwt.model.highcharts.option.jso.plotoptions.polygon;
import com.github.highcharts4gwt.model.highcharts.option.api.plotoptions.polygon.States;
import com.github.highcharts4gwt.model.highcharts.option.api.plotoptions.polygon.states.Hover;
import com.google.gwt.core.client.JavaScriptObject;... | [
"ronan.quillevere@gmail.com"
] | ronan.quillevere@gmail.com |
80763f5ed39896010b468003c2c634d9e4a15587 | 7a621cd3d645a2a4a4e77af6d3286cd53fb6976c | /HumanResourceManagementSystem/src/main/java/kodlamaio/HumanResourceManagementSystem/api/SchoolController.java | cb224a7d0672a59f8ee609a19d4551dff72f7bb0 | [] | no_license | emresimsek05/HumanResourceManagementSystem | eed34cc5fb0e2c415b571f03174e7c99a477c38e | 26158711d57846e4f40661d308f5011552af2f1c | refs/heads/main | 2023-05-27T13:05:11.292005 | 2021-06-15T21:36:17 | 2021-06-15T21:36:17 | 377,298,211 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 953 | java | package kodlamaio.HumanResourceManagementSystem.api;
import kodlamaio.HumanResourceManagementSystem.business.abstracts.SchoolService;
import kodlamaio.HumanResourceManagementSystem.entities.concretes.School;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
... | [
"64737812+emresimsek05@users.noreply.github.com"
] | 64737812+emresimsek05@users.noreply.github.com |
06d2e8f1ea3de5d8ce452d257902754e3dddd3e8 | bba740d5626524f14d082e903d70f0a9e28ced96 | /src/lab5/ex5.java | 097361ed41b7be21f873139250b3a3140085cebe | [] | no_license | Numtip1/360411760009 | 03c5428ba82350df203a3025a0dd88764e2768a6 | c8c46f82eb39522bc8118b195de3c57d00e41ec5 | refs/heads/master | 2020-03-21T15:18:19.843886 | 2018-10-16T09:07:29 | 2018-10-16T09:07:29 | 138,705,001 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,101 | java | package lab5;
public class ex5 {
public static void main(String[] args) {
String msg1 = " Hallo ";
//length();
System.out.println(msg1.length());
System.out.println("*"+msg1+"*");
System.out.println("*"+msg1.trim()+"*");
//compare String
String msg2 = "MIT... | [
"noomthip7674@gmail.com"
] | noomthip7674@gmail.com |
35e51a03d1869ac94cd264120796bd37cb689a59 | 2bdc54629d9dec9ad519ac5f0bf5cbccefaabfb7 | /src/main/java/com/finedu/springboot/controller/FrontController.java | 3f75da69c69f922f6244dc8b48caa77d45a8f746 | [] | no_license | simhw/Springboot-Fintech | adf700c12725fb258b5bbcef4de6b4ddfcb6ea7d | 25d8f3ed0520ac75107fcf6bfccc0d1f7d0e3034 | refs/heads/master | 2023-06-30T14:50:36.173284 | 2021-08-07T04:27:25 | 2021-08-07T04:27:25 | 393,544,491 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 74 | java | package com.finedu.springboot.controller;public class FrontController {
}
| [
"shimhyunwoo@simhyeon-uui-MacBookAir.local"
] | shimhyunwoo@simhyeon-uui-MacBookAir.local |
0afcf5d4f6e4cb85797e090198134a82fca1509e | 230f7a01d816dc4106a48555efdff63cbac5d4d3 | /结构型模式/组合模式/Client.java | c8605cec7f18dc7ec8d7514870f418f1e8da2bd9 | [] | no_license | GuoWeize/Design_Patterns | 6326b24e1442301afb67d9683d371d94b28e85d3 | c8b55147b4fb59f809c11e264b909b769238d38c | refs/heads/master | 2020-04-14T19:20:21.533588 | 2019-01-04T03:37:33 | 2019-01-04T03:37:33 | 164,053,904 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 48 | java | package 组合模式;
public class Client {
}
| [
"2668867597@qq.com"
] | 2668867597@qq.com |
0a49ef6d3ece558b621217fe06ea9c54398ea78f | c2db8a01b396117f18bed8e83ee81ada86465809 | /src/com/bawei/version_update/Httputils.java | a6a51b70eba6cc7e67a6d7c83dc1d19597312aa3 | [] | no_license | wxpsudichina/app_update | d442ec6bda6fc92caa23e8e4244d3bfe7650ac53 | 4c164d46ff1bcfc6c7a9199d1237d95ca785b12d | refs/heads/master | 2021-01-11T07:16:13.258577 | 2016-11-01T08:28:28 | 2016-11-01T08:28:28 | 72,517,526 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,174 | java | package com.bawei.version_update;
import java.util.List;
import org.apache.http.HttpResponse;
import org.apache.http.NameValuePair;
import org.apache.http.client.entity.UrlEncodedFormEntity;
import org.apache.http.client.methods.HttpPost;
import org.apache.http.impl.client.DefaultHttpClient;
import org.apache.http.pr... | [
"13716556242@163.com"
] | 13716556242@163.com |
9531ee953f383fcefeab1a5ea3c1b8e2a41ed44b | 5ef559cacea10daba53c4b0784bc3553e3931837 | /src/main/java/ru/finam/canvasui/client/js/Array.java | 7a2c40bb9f403edd8b9cb8b669e5f09281ac847f | [] | no_license | BenjaminLinus/pixi-ui | 66f52db5071ec972438c29fc91c1fc91f30e4c13 | 093d66e5518c7962be53d2f0b29b6a847fdceb47 | refs/heads/master | 2021-01-15T20:28:12.716430 | 2014-10-17T14:30:44 | 2014-10-17T14:30:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 694 | java | package ru.finam.canvasui.client.js;
import com.google.gwt.core.client.js.JsProperty;
import com.google.gwt.core.client.js.JsType;
/**
* Created by ikusch on 19.08.14.
*/
@JsType(isNative = true, prototype = "Array")
public interface Array<T extends JsObject> extends JsObject{
void push(T data);
T pop();
... | [
"ikusch@corp.finam.ru"
] | ikusch@corp.finam.ru |
b9e6d1c6c349e812c05aa4cf4bfc2b82f74f4cb3 | d80b5395e72407e1d75e51d9da3f357efa4fbf1a | /PumaPayload/yoctolib/src/main/java/com/yoctopuce/YoctoAPI/YGroundSpeed.java | b5334c4bfa088af69dc9528bdb48fd24a63a5dc2 | [] | no_license | Taylorjtt/PumaPayloadTool | 46bf127690734ca0007a2672be9a2cb0b29eabeb | 405aa5dd2ac967f9afcad6d77c6bde8356e80f1b | refs/heads/master | 2021-01-21T21:55:48.555068 | 2017-06-22T15:47:49 | 2017-06-22T15:47:49 | 95,131,619 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,287 | java | /*********************************************************************
*
* $Id: YGroundSpeed.java 27277 2017-04-25 15:41:31Z seb $
*
* Implements FindGroundSpeed(), the high-level API for GroundSpeed functions
*
* - - - - - - - - - License information: - - - - - - - - -
*
* Copyright (C) 2011 and beyond by Yo... | [
"john.taylor@myolyn.com"
] | john.taylor@myolyn.com |
bbecc895e609b96f9f1ddb0aaa1ef0fd020afb48 | c5de69afc4f112d280f67536ddf2b3a13e24002a | /ndp-kernel/src/main/java/com/novbank/ndp/kernel/core/metadata/schema/SimpleClass.java | 8e117f7aadceb2adb9b2116fee3fc1e45c3bf2ae | [
"Apache-2.0"
] | permissive | hitakaken/ndp | f381d95b8ff23a441cd9d4fe992053803c9e7f47 | 659ce2dd6dd8233a8a745fbe54ee0799c75879cc | refs/heads/master | 2016-09-06T12:02:41.066243 | 2015-06-09T00:03:57 | 2015-06-09T00:03:57 | 35,423,284 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 122 | java | package com.novbank.ndp.kernel.core.metadata.schema;
/**
* Created by hp on 2015/5/27.
*/
public class SimpleClass {
}
| [
"hitakaken@gmail.com"
] | hitakaken@gmail.com |
4c3ced6afd9ce4fd73a75f86de93879466781d45 | 0a371ccc1b4e5932dd1e6c2f8b8c8d345c98ee03 | /src/main/java/com/hyf/servlet/http/HttpSessionListener.java | 3a45c52c513c36215d52c1e09c248aa1a3cea426 | [] | no_license | hyfsy/learn-servlet | 4b31bf145132213389f5da256a10ac58a77b8a43 | e6623009520e39888c6809ec6ae3309be55a121e | refs/heads/master | 2023-04-18T03:17:14.631877 | 2021-04-18T06:42:50 | 2021-04-18T06:42:50 | 226,457,892 | 0 | 0 | null | 2020-10-13T18:02:25 | 2019-12-07T04:55:10 | Java | UTF-8 | Java | false | false | 1,057 | java | package com.hyf.servlet.http;
import com.hyf.servlet.ServletContext;
/**
* 用于接收关于HttpSession生命周期更改的通知事件
* <p>
* 为了接收这些通知事件,实现类必须在web应用程序的部署描述符中声明,
* 并使用{@link com.hyf.servlet.annotation.WebListener}注解注释或通过定义在{@link ServletContext}上
* 的addListener方法之一注册
* <p>
* 此接口的实现在其{@link #sessionCreated}方法中按声明的顺... | [
"1577975140@qq.com"
] | 1577975140@qq.com |
95078a32532c54f1a443d4bab96b334ddac1ae3d | f6e94910c3f79cab62dfd889d73b076278ab748d | /GojekApp PratiktoAryaWicaksana/src/com/lawencon/service/GoSendServiceImpl.java | 24af6dc71f03e82fab2f633d813abb6d7408112b | [] | no_license | tiktostarting/practice_java | cf0c3818612f1d9e6f16f5f432efea9103892ac0 | 31affa7d8b2232ca9c0088a37db37e915eaf4cda | refs/heads/main | 2023-08-24T16:05:04.705773 | 2021-10-23T04:12:37 | 2021-10-23T04:12:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 624 | java | package com.lawencon.service;
import com.lawencon.model.Drivers;
public class GoSendServiceImpl implements GoSendService {
@Override
public Integer calculatePrice(String source, String dest, String receiver, Integer weight, Integer qty,
String type) {
return defaultPrice * (type.length() + (weight * qty) / re... | [
"pratikto51@gmail.com"
] | pratikto51@gmail.com |
7fcf9222f4a53d39f88fc61a6d2533c59d85a482 | 22721368a5f76424e6f759d78e41740575f2ea75 | /src/main/java/com/istiak/blooddb/utils/SimpleCORSFilter.java | dd4be75c067a7104ad3251bce90876ebeecda7be | [] | no_license | Istiakmorsalin/Spring-Boot-REST-API-BloodDB | 6f0f4c47203279a39e3c811590d40d52333df5af | 525abe6cf596a2a723261d43d101532b5c36834c | refs/heads/master | 2021-08-26T04:54:49.259977 | 2021-08-23T22:07:20 | 2021-08-23T22:07:20 | 72,204,802 | 0 | 1 | null | 2017-06-07T11:40:59 | 2016-10-28T12:17:53 | Java | UTF-8 | Java | false | false | 1,610 | java | package com.istiak.blooddb.utils;
/**
* Created by Istiak-Morsalin on 6/7/2017.
*/
import java.io.IOException;
import javax.servlet.Filter;
import javax.servlet.FilterChain;
import javax.servlet.FilterConfig;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResp... | [
"Istiakmorsalin@users.noreply.github.com"
] | Istiakmorsalin@users.noreply.github.com |
3c5bdea6397f0eb9757109b0e7ad52104c1c1352 | c343802f337b1965d5c1bb997f3dbb5e46bdb188 | /src/main/java/com/test/quiz/model/Question.java | 0ec5dc4bd15f8cb6cda8316ead11c057f1792711 | [] | no_license | akhrulenko/quiz | ef7642bcd6f711f7cd4fccf7889be95b42a2d25c | c3979ac87ee97b4088929b53077ca6e27933288f | refs/heads/master | 2023-05-28T07:09:14.119823 | 2021-02-19T12:22:17 | 2021-02-19T12:22:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,216 | java | package com.test.quiz.model;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
im... | [
"alex-khrulenko2@yandex.ru"
] | alex-khrulenko2@yandex.ru |
52811a78b5079b655c2162e2aaee7401fcf3a870 | a7b5c58e5b5c92f8ac8230ba74bae5d974649ec8 | /src/com/javarush/test/level08/lesson11/home01/Solution.java | af09d03a533770a2cd96534572a11b249f804d6f | [] | no_license | olegmur/Rush | 956d650118a703f3f5c2e12a5edb450203764172 | eb07f73a804d078ed3d4e73980457fefdf7849b1 | refs/heads/master | 2021-01-10T05:54:34.174926 | 2016-02-08T13:50:20 | 2016-02-08T13:50:20 | 50,169,429 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,462 | java | package com.javarush.test.level08.lesson11.home01;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Set;
/* Set из котов
1. Внутри класса Solution создать public static класс кот – Cat.
2. Реализовать метод createCats, он должен создавать множество (Set) котов и добавлять в него 3 кота.
3. В мето... | [
"olegmur@yandex.ru"
] | olegmur@yandex.ru |
ec8339b9524e31ec3b7f363a7bbe51f8a05d7e63 | 6a95484a8989e92db07325c7acd77868cb0ac3bc | /modules/dfp_axis/src/main/java/com/google/api/ads/dfp/axis/v201411/ActivateProducts.java | 6bd1eb2069015f64d378f50108a904ca8d682e80 | [
"Apache-2.0"
] | permissive | popovsh6/googleads-java-lib | 776687dd86db0ce785b9d56555fe83571db9570a | d3cabb6fb0621c2920e3725a95622ea934117daf | refs/heads/master | 2020-04-05T23:21:57.987610 | 2015-03-12T19:59:29 | 2015-03-12T19:59:29 | 33,672,406 | 1 | 0 | null | 2015-04-09T14:06:00 | 2015-04-09T14:06:00 | null | UTF-8 | Java | false | false | 2,599 | java | /**
* ActivateProducts.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Mar 02, 2009 (07:08:06 PST) WSDL2Java emitter.
*/
package com.google.api.ads.dfp.axis.v201411;
/**
* The action used to activate products.
*/
public class ActivateProducts extends com.google.api.ads.dfp.axis.v2014... | [
"api.cseeley@gmail.com"
] | api.cseeley@gmail.com |
673dc102d1e688bf6d4ca45d592653a71586761b | 4266e5085a5632df04c63dc3b11b146ef4be40fa | /exercises/week2/exercise2/src/main/java/academy/everyonecodes/basicyml/Message.java | 2238a53262cf9a2dcd144ecf48f2d560ad6196b5 | [] | no_license | uanave/springboot-module | ab918e8e4d6b228dcabcfb1b040458eb9c705977 | 3842925501ef3f08add19ca7ed055a3f84260088 | refs/heads/master | 2022-12-27T17:29:22.130619 | 2020-10-13T14:04:33 | 2020-10-13T14:04:33 | 246,023,900 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 376 | java | package academy.everyonecodes.basicyml;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Service;
@Service
public class Message {
private final String message;
public Message(@Value("${basic.message}") String message) {
this.message = message;
}
... | [
"uanavasile@gmail.com"
] | uanavasile@gmail.com |
2948a4705258f4fe9847b2f4219fb20a52e869ee | aba6f7d04d9d8898263927dfb4eb5bb9d2e9449c | /app/src/main/java/android/edu/itunes_acdc/DetalleCancion.java | 658b55d53b2ba24c7e4b6c6617f97b882f951a86 | [] | no_license | jcobreti/Itunes_ACDC | ab8782df2faa415d6785ccb3f3ac1285ed337529 | ce3cdae07049ba763927f268b1e05225ae62b778 | refs/heads/master | 2020-04-28T04:23:26.374835 | 2019-03-12T12:38:02 | 2019-03-12T12:38:02 | 174,976,605 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,016 | java | package android.edu.itunes_acdc;
import android.edu.itunes_acdc.Utils.Cancion;
import android.support.v7.app.ActionBar;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.TextView;
public class DetalleCancion extends AppCompatActivity {
@Override
p... | [
"jnavamuel@gmail.com"
] | jnavamuel@gmail.com |
340158630dedfe582f7cfb80f76c66670fa6d3b6 | 048f85f0c623a2225d212e511d0f6104277cb52a | /dsmanage/ds-manage-service/src/main/java/ds/service/impl/ItemForItemsServiceImpl.java | 9371e947a823fadbbde59a2a0f945022e12fafcc | [] | no_license | Crepho/pro | 64050470676e4e1b5a063f9d1f5216a911e54323 | 618e653b4ecb8762133a0a815593333da16e56c7 | refs/heads/master | 2020-04-14T20:52:16.570748 | 2018-12-25T09:23:10 | 2018-12-25T09:23:10 | 164,109,276 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,211 | java | package ds.service.impl;
import com.github.pagehelper.PageHelper;
import com.github.pagehelper.PageInfo;
import ds.common.pojo.DataGridResult;
import ds.mapper.ItemForItemsMapper;
import ds.pojo.ItemForItems;
import ds.pojo.ItemForItemsExample;
import ds.service.ItemForItemsService;
import org.springframework.beans.fa... | [
"498523614@qq.com"
] | 498523614@qq.com |
432265ac6c6ba2a7bdca54fba6858f4af307d7c8 | 5e15ab3e12c5e59419cc957813a9faf8e0546ce8 | /CellSim.java | 7c6708361bd0f2d478242df7cd85994700646989 | [] | no_license | emilysarinaorr/CellSimulator | aedfc37308f29430a3d231b098b0a8619f60876a | d764b34745ab041ec21c0396747e6cf12dbacd8d | refs/heads/master | 2021-01-19T15:01:21.567940 | 2015-02-27T22:01:11 | 2015-02-27T22:01:11 | 31,437,955 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,413 | java | import java.util.Random;
import java.util.Arrays;
import java.awt.Color;
public class CellSim{
public static void main(String[] args){
// Create a n x n 2-D character array representing the tissue sample
// You can pick n
// Write your code to test your methods here
System.out.println("Enter an i... | [
"sarina.orr@gmail.com"
] | sarina.orr@gmail.com |
5e6026430b0166200f136f1b04e513502bbe1d27 | a62801bf9452189b2937bb4fd116ec7fa0187250 | /sp2p_shha.wechat/.svn/pristine/5e/5e6026430b0166200f136f1b04e513502bbe1d27.svn-base | f8059a7f9837e8a96b59da7a896851affe9b1f9b | [] | no_license | git-9522/play | da5cd4245cf5022a05ef426da80b6a6a013ea23b | 2460fbbbd5616db960af68f422c4d40b88c586e9 | refs/heads/master | 2020-03-16T15:05:53.858084 | 2017-11-20T05:21:17 | 2017-11-20T05:21:17 | 132,727,879 | 0 | 3 | null | null | null | null | UTF-8 | Java | false | false | 3,394 | package dao.wechat;
import java.util.HashMap;
import java.util.Map;
import models.common.entity.t_deal_user;
import models.wechat.bean.WXUserFundInfo;
import daos.common.UserDao;
/**
* 微信userdao拓展
*
* @author liudong
* @createDate 2016年5月9日
*/
public class UserWechatDao extends UserDao {
/*... | [
"shianliang@126.com"
] | shianliang@126.com | |
80820fa4a0e87f132180a0747c611c54de59f7fc | 9fae85def2d6721b1b9eea5ed463dc7af5714b94 | /src/main/java/com/SecurityConfig.java | 2e8b021dd4f184ba0ececa076e740ed71e091845 | [] | no_license | ucsb-cs56-f19/springboot-postgres-flyway-migrations | f952b6cb4d1cbc433596b2bc2df5e391ed798812 | d02f0d53e99ef89a959d02b4365cb7c5129a57c6 | refs/heads/master | 2022-02-28T17:22:26.137019 | 2019-11-06T00:38:09 | 2019-11-06T00:38:09 | 219,835,742 | 0 | 0 | null | 2022-01-21T23:33:35 | 2019-11-05T19:38:43 | Java | UTF-8 | Java | false | false | 1,039 | java | package com;
import org.springframework.security.web.csrf.CsrfToken; //for csrf
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder;
import... | [
"z_ye@ucsb.edu"
] | z_ye@ucsb.edu |
ae398995c2563fc7e8bca25236422512d28073c2 | 1a8054ea97f51738517492790e83ddbcd33b04f9 | /08_01_20/src/myonlineshop/Product.java | c39a0ca3754c4e683b77301619485319849bc7c4 | [] | no_license | sakshiKkhatri/ctsfsd1 | 38c2cd7a616ab60076c6f9093c970cdff5579c74 | a63e7350166f9aa262bb81573303b70ad7ed4566 | refs/heads/master | 2020-12-17T03:19:30.806084 | 2020-02-07T09:40:47 | 2020-02-07T09:40:47 | 235,282,132 | 0 | 0 | null | 2020-01-21T07:39:46 | 2020-01-21T07:39:45 | null | UTF-8 | Java | false | false | 561 | java |
package myonlineshop;
// Product class is now an abstract class
public abstract class Product {
private double regularPrice;
/** Creates a new instance of Product */
public Product(double regularPrice) {
this.regularPrice = regularPrice;
}
// computeSalePrice() is now an abstrac... | [
"mailnilaydas@gmail.com"
] | mailnilaydas@gmail.com |
80cdf4f10d197aab45ed5a032dc2ec5a595c9bf3 | 48a6748db54943ad83e6d99258235d61b86798ee | /src/main/java/uk/ac/ebi/pride/utilities/data/core/Reference.java | 9326c3d712c4669da5f5ab43da0b1f7d35b5401f | [] | no_license | ouyoungchao/protein02 | 548cf037bd926acc712942091e7c829f6e07b1ba | 4c65b267b5095007ca4de8599bca7566bc35e6ad | refs/heads/master | 2021-05-31T05:24:17.423577 | 2016-04-11T03:27:39 | 2016-04-11T03:27:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,177 | java | package uk.ac.ebi.pride.utilities.data.core;
import java.util.List;
/**
* Reference is added by PRIDE XML 2.0., also a generic reference for mzIdentML References.
* <p/>
* This object represents the information for MzIdentMl and PRIDE Reference Objects.
* <p/>
* @author Rui Wang
* Date: 27-Jan-2010
* Time: 09... | [
"122672509@qq.com"
] | 122672509@qq.com |
48043803254d6ca472b3f84398131c50a12dbc61 | c2882688b3d1bb00785e745cce06063e5663afc7 | /rest/client/client-impl/src/main/java/org/bndly/rest/client/impl/hateoas/UnknownResourceErrorExceptionThrowerStrategy.java | 90c9c2216d690c70b78d2e91c7b4b52c9e0aeb28 | [
"Apache-2.0"
] | permissive | bndly/bndly-commons | e04be01aabcb9e5ff6d15287a3cfa354054a26fe | 6734e6a98f7e253ed225a4f2cce47572c5a969cb | refs/heads/master | 2023-04-03T04:20:47.954354 | 2023-03-17T13:49:57 | 2023-03-17T13:49:57 | 275,222,708 | 1 | 2 | Apache-2.0 | 2023-01-02T21:59:50 | 2020-06-26T18:31:34 | Java | UTF-8 | Java | false | false | 1,371 | java | package org.bndly.rest.client.impl.hateoas;
/*-
* #%L
* REST Client Impl
* %%
* Copyright (C) 2013 - 2020 Cybercon GmbH
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* ... | [
"mika.goeckel@cybercon.de"
] | mika.goeckel@cybercon.de |
3263ec1b277240e96f4600ff987a0d4e52e265cd | 18cfdc9c91ac787199017ff6ba8f1a77249ebd8b | /src/com/basic/Runtime.java | fefceff68b1349c1a69b051867a5f25bef85e145 | [] | no_license | sakthiskv/javabasics | 03511ecc5ce918957e08177cab9a41fc94e0d90d | 92c239ee1b5e5df621e82f8302e9156b37afe24f | refs/heads/master | 2020-03-18T21:12:08.443934 | 2018-06-27T13:08:08 | 2018-06-27T13:08:08 | 135,266,058 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 556 | java | package com.basic;
import java.util.*;
public class Runtime {
public static void main(String args[]){
String input = "10 tea 20 coffee 30 tea buiscuits";
Scanner a = new Scanner(input).useDelimiter("\\s");
System.out.println(a.next());
System.out.println(a.next());
... | [
"romansakthi18@gmail.com"
] | romansakthi18@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.