blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 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 684M ⌀ | 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 132
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 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ab29a9c2cbb569934e97426bb2e669b7d40e1463 | d81498a7829c1c9dd49bfac6a04431b34ed9905b | /Week1/Union-Find/Union-Find/java/Union-Find/src/QuickFindTest.java | 5a0c1052d8f90b659465ed44b81ef8e6202b8e6d | [] | no_license | danielcu888/AlgorithmsI | e9bb84d5cd1fb80317d59ffe93580863a50e9911 | 39f08af62d99067dbfb4be29ce582884bf5bd5ad | refs/heads/master | 2020-03-28T06:42:58.636638 | 2019-04-14T17:40:43 | 2019-04-14T17:40:43 | 145,209,820 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,315 | java | import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Test;
class QuickFindTest {
private QuickFind qf;
@Test
void testConstructor() {
qf = new QuickFind(5);
final String actual = qf.toString();
final String expected = "0 1 2 3 4 ";
assertEquals(actual.compareTo(expected), 0);
... | [
"daniel.cumberbatch1@gmail.com"
] | daniel.cumberbatch1@gmail.com |
ff10dcb0b15406b5f4abb6cf1244c93ce99462eb | fb14f232078235e351a2e64b74baae16b0f4b677 | /src/main/java/com/refinitiv/ejvqa/service/SampleDataMigration.java | aec7436bdef977ed25288003db5d401931204f58 | [] | no_license | liuxiaopiao/database-compare-preprocessor-AWS | 52287dfc1f574172832d59a26e38485e687a7d33 | ca596e190778d221a0528b5df814b09beda5554a | refs/heads/master | 2022-04-18T08:18:38.198855 | 2020-04-13T07:33:41 | 2020-04-13T07:33:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,536 | java | package com.refinitiv.ejvqa.service;
import com.refinitiv.ejvqa.util.CommonUtil;
import java.sql.*;
public class SampleDataMigration {
public static void main(String[] args) {
try {
Connection conn = null;
conn = CommonUtil.createConnection("mssql", conn, "192.168.99.100:1433", "... | [
"jiaxing.wu@thomsonreuters.com"
] | jiaxing.wu@thomsonreuters.com |
28be074aebbd3f2aab6024b3f5581b59c5e29d9d | e54e7c58f38bd7a0dd39626704a5c4c1a77a6d89 | /src/main/java/com/jin/poetry/vo/NoticeVo.java | 5ba9d79da8f644cd83ad28931ed9c4fce94f868d | [] | no_license | Mlimit/poetry | 4dbaf597ff8922db40ec2fb3ff616f4169061616 | ffe0283eb03234419b55fe1e4a130f12f9eb029a | refs/heads/master | 2022-12-26T21:14:05.580209 | 2020-10-13T11:16:54 | 2020-10-13T11:16:54 | 294,005,527 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 598 | java | package com.jin.poetry.vo;
import java.util.Date;
import org.springframework.format.annotation.DateTimeFormat;
import com.jin.poetry.domain.Notice;
import lombok.Data;
import lombok.EqualsAndHashCode;
@Data
@EqualsAndHashCode(callSuper=false)
public class NoticeVo extends Notice{/**
*
*/
private static final... | [
"1172507529@qq.com"
] | 1172507529@qq.com |
1b0b0ea4f1992ee08ba743adcf01e60a88196f14 | b2b29aa9ac52ce9a5842d2e00cf2f1f211988caa | /Ordrit/src/com/ordrit/model/Order.java | 6e09daafb69c6cfbf7af5ceea68de4c495d13850 | [] | no_license | tnyadav/NewOrdrIt | f033bd836e40f311d8f96929f6c3f2eabc872ad8 | 760c838d11b9229c30c3bc56a4146620a88b1767 | refs/heads/master | 2021-01-10T19:57:43.997974 | 2014-09-14T04:58:53 | 2014-09-14T04:58:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,325 | java | package com.ordrit.model;
import java.io.Serializable;
import java.util.List;
public class Order implements Serializable{
private static final long serialVersionUID = 1L;
private String id;
private String status;
private String creationDate;
private List<Item> itemsInOrder;
public String getId() {
return i... | [
"tny0485@gmail.com"
] | tny0485@gmail.com |
0f52c4a11b4a176f4a421f80449af648a17c1a15 | 963a2d17f03a6c18a120687b03f9a624b78a7423 | /crux-dev/src/main/java/org/cruxframework/crux/core/client/screen/RootViewContainer.java | 9dee6a60a34413965612b2f03fe831349ac8e11f | [] | no_license | MiskaRoming/crux | 3f3026ec20d87d2808846dc10ea00c0d4479c496 | 03c02cc10866d6509112b7b5a5f577ff6e9aedf3 | refs/heads/master | 2021-01-24T15:33:31.007204 | 2015-06-02T18:08:42 | 2015-06-02T18:08:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,257 | java | /*
* Copyright 2011 cruxframework.org.
*
* 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 applicable law or agre... | [
"thiago@cruxframework.org"
] | thiago@cruxframework.org |
a98385d55590c833e518290991703521caf9c81c | c8682f670d46a897d42bc14be978dea9487371c3 | /jhaws/swing/src/test/java/org/swingeasy/RoundedBorderDemo.java | 3c7cd606be16006b130d952384f3134926061148 | [
"MIT"
] | permissive | jurgendl/jhaws | 04322a1d7073b6e3509040ef2ddcaa587e5d365a | 871af0de8a23f618bfd0d47b879a0e8de35b785d | refs/heads/master | 2023-08-09T03:03:09.106795 | 2023-07-29T10:51:08 | 2023-07-29T10:51:08 | 32,465,714 | 4 | 0 | MIT | 2023-08-27T15:43:08 | 2015-03-18T15:03:58 | JavaScript | UTF-8 | Java | false | false | 3,426 | java | package org.swingeasy;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Window;
import java.text.DateFormat;
import java.util.Date;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.SwingConstants;
import javax.swing.Timer;
import javax.swing.Windo... | [
"jurgen.de.landsheer@gmail.com"
] | jurgen.de.landsheer@gmail.com |
16009e042fa3d7512d26b600ca32638149cf4453 | 998d4f0f5120e2da14830c5c46c3c4c697bf13b5 | /app/src/main/java/com/fikarnot/ui/main/AccountsFragment.java | f38e4b4197f0dd2b5929d8c6ef2ef9e2b6d69c0e | [
"MIT"
] | permissive | hawk-lib/password-manager | 9cd8cdbf9b2d272cc6cb496899985f7b85109dc3 | 253041d98dcf194d3a850d1b01c76d76ffa40962 | refs/heads/master | 2023-08-20T06:12:35.038578 | 2021-09-28T03:36:09 | 2021-09-28T03:36:09 | 398,974,447 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 27,122 | java | package com.fikarnot.ui.main;
import android.app.AlertDialog;
import android.app.Dialog;
import android.content.ClipData;
import android.content.ClipboardManager;
import android.content.Context;
import android.content.DialogInterface;
import android.graphics.Canvas;
import android.graphics.Color;
import android.net.C... | [
"whawk2021@gmail.com"
] | whawk2021@gmail.com |
a588cef0227e9cd6138c4e4904debcecc97d24e7 | 6443580ba6a8015c0c5f0397b23fd9cd28b4d7bf | /guice/src/test/java/me/marianonavas/learningtests/guice/ScopesTest.java | 09956234305d5e62258c68ac656ec552c0925824 | [] | no_license | marianudo/learningtests | ef74e834256c4f5914f0175c2ff5501cbd119aeb | 4d0e4d777632f78058f11907f494edbc7de817f0 | refs/heads/master | 2020-06-09T01:37:00.421786 | 2014-02-03T13:25:39 | 2014-02-03T13:25:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 795 | java | package me.marianonavas.learningtests.guice;
import static org.junit.Assert.*;
import org.junit.Before;
import org.junit.Test;
import com.google.inject.AbstractModule;
import com.google.inject.Guice;
import com.google.inject.Injector;
import com.google.inject.Singleton;
public class ScopesTest {
static class MyCla... | [
"mariano.navas@taptapnetworks.com"
] | mariano.navas@taptapnetworks.com |
01fa4438146c60e0e8c0ee64e5d32c1cc5572654 | 14e7c43264d2f33f4487ff5c2eac5ec07e687c9b | /aiga3/src/main/java/com/ai/aiga/view/controller/specialAdministration/dto/ArchDbConnectHeatBaseCoreTable.java | 56d5238daa5f93639726075720283241b4ceddda | [] | no_license | wang-shun/aiga3 | 0f7e822b28d910b7054f8feb2a81ca05decbd213 | 8eb83d19214dc3637a53178ccc670cb038c052a7 | refs/heads/master | 2020-04-02T06:48:10.308384 | 2018-08-27T10:29:20 | 2018-08-27T10:29:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 522 | java | package com.ai.aiga.view.controller.specialAdministration.dto;
import java.io.Serializable;
import lombok.Data;
@Data
public class ArchDbConnectHeatBaseCoreTable implements Serializable {
private String indexName;
private String center;
private String module;
private String db;
private Lon... | [
"liuyang19@asiainfo.com"
] | liuyang19@asiainfo.com |
72cd8ac5a14d4588e36f52065a36b0b8bbfb6e58 | f2488e535c7ae345e9f49e33433a6ebf567a8ba4 | /Code/17/168/Project/2048Game/app/src/main/java/com/mingrisoft/a2048game/MainGame.java | 4a632ea09c70a240ff416b80be5c77792fc5dae6 | [] | no_license | stytooldex/Test | d4f0241a0a35100219ba8c0b21b76200f16914b8 | 993080d7ec0032230b26563f01a1554ff7f8fe3d | refs/heads/master | 2022-03-15T01:01:08.465767 | 2019-12-03T05:36:58 | 2019-12-03T05:36:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,173 | java | package com.mingrisoft.a2048game;
import android.content.Context;
import android.content.SharedPreferences;
import android.preference.PreferenceManager;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
public class MainGame {
public static final int SPAWN_ANIMATION = -1;
publ... | [
"1581184882@qq.com"
] | 1581184882@qq.com |
f4b79de1006c3ca109c6eab084a6c72092be3fba | daa9c929ee9242b5cfdfeb3a9937aaaee68c3a31 | /src/main/java/ioc/dao/UserDaoImpl.java | a4dcb185b1599f1f280d938e37e362921db1f0e3 | [] | no_license | bleach-beach/JavaLearning | e5aac30d2dd3ddddbc49d94cf90eab26b3ee7200 | 3ecf0d00756a6ca4f8f69fb7a121e812e6d0fc62 | refs/heads/master | 2021-08-26T04:46:30.500158 | 2021-08-25T16:16:35 | 2021-08-25T16:16:35 | 74,335,531 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 147 | java | package ioc.dao;
public class UserDaoImpl implements UserDao {
@Override
public void query() {
System.out.println("dao");
}
}
| [
"594127594@qq.com"
] | 594127594@qq.com |
d529487b5941b7dd9de2a568ee779bc127628b61 | 94d9c008f66200cd1127f8246d046ee16323e8d2 | /app/src/main/java/com/example/ishaycena/tabfragments/SignupService/PlaceAutoCompleteAdapter.java | 45315d18caf06d85a4830857447d0c461518dc86 | [] | no_license | ishay3000/Lost-it | 95f1692cebce63ff0aa1cec31f673f75cde33142 | 166b8ec86469c4ba5a33ad23dddc9154b0eb90c2 | refs/heads/master | 2021-10-10T08:14:19.711991 | 2018-10-31T13:12:08 | 2018-10-31T13:12:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,127 | java | package com.example.ishaycena.tabfragments.SignupService;
/*
* Copyright (C) 2015 Google Inc. All Rights Reserved.
*
* 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://w... | [
"ishay3000@gmail.com"
] | ishay3000@gmail.com |
92d00103c832977da5056320524c625be90abf5c | 48d7f3d820c6fe2924c0297d24f40fc70c5ff0e9 | /vertx-gaia/vertx-co/src/main/java/io/vertx/up/util/Stream.java | 4568385ad13d45d252dd5bb7d232da6f4dc7cf9b | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | evgreenhua/vertx-zero | a3ada0c7dbcc6a3b9e09fb8aed3094caa5ca35fd | 637f4540c06a6b030c24354e298c2a10cfbd4b22 | refs/heads/master | 2023-03-17T13:06:34.294589 | 2022-09-29T02:44:55 | 2022-09-29T02:44:55 | 423,061,256 | 0 | 0 | Apache-2.0 | 2021-10-31T05:26:05 | 2021-10-31T05:26:05 | null | UTF-8 | Java | false | false | 9,170 | java | package io.vertx.up.util;
import io.vertx.core.buffer.Buffer;
import io.vertx.up.eon.FileSuffix;
import io.vertx.up.eon.Protocols;
import io.vertx.up.eon.Strings;
import io.vertx.up.eon.Values;
import io.vertx.up.exception.heart.EmptyStreamException;
import io.vertx.up.fn.Actuator;
import io.vertx.up.fn.Fn;
import io.... | [
"silentbalanceyh@126.com"
] | silentbalanceyh@126.com |
96462a1cb44d400bc0ba752b39076e465f43cb34 | 89afcfd9822ecfef1f696fd62c27218e0f874744 | /app/src/main/java/com/whatmedia/ttia/response/GetRestaurantInfoResponse.java | 599b578fb4ac3a36aecff1638a2e233b90252f74 | [] | no_license | ilikekobe0502/Airport | d99647a98abfda4ef42ed10613cdc07b380b943e | a346d59e411377045503d4bd8e48f12aa1461b64 | refs/heads/master | 2021-01-15T14:28:36.573681 | 2017-09-29T12:34:44 | 2017-09-29T12:34:44 | 99,692,168 | 0 | 1 | null | 2018-02-12T05:17:56 | 2017-08-08T12:49:42 | Java | UTF-8 | Java | false | false | 969 | java | package com.whatmedia.ttia.response;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import com.google.gson.reflect.TypeToken;
import com.whatmedia.ttia.response.data.RestaurantInfoData;
import java.lang.reflect.Type;
import java.util.ArrayList;
import java.util.List;
/**
* Created b... | [
"hu.yu.huei@gmail.com"
] | hu.yu.huei@gmail.com |
915b233c9f251c490abfc40f9c1fc401f220a79e | 6a6d6cbf921f9d6b1293e828e047ed1727b04962 | /src/storage/MemoryStorage.java | 80bcb435906132c7118f0a3bd98452b69643bded | [] | no_license | cyrilleio/Kinetics | fee6315a568d4d5dfc37b3c1c908bc34eb93336d | 5d7d49e0905fb18408efb0ede2e14cfb98db01f6 | refs/heads/master | 2022-11-21T20:10:20.992979 | 2020-07-29T13:55:46 | 2020-07-29T13:55:46 | 267,106,871 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 49 | java | package storage;
public class MemoryStorage {
}
| [
"penanklihicyrille@yahoo.com"
] | penanklihicyrille@yahoo.com |
9121545b5f8d8b29399674590daa98261d39885f | b6b3cc301bdc70efc8593519841add5f804a53fa | /src/evaluación/ObtieneInfo.java | 767be8105c243b288e83aeb33ba7da1ec7712e6a | [] | no_license | AValeriaCM/Evaluacion | 52b89649630e28fd8b4a48c5f441d3c863faefc8 | bb6a3b1fef142e92e1d6ce6c78391b2736429789 | refs/heads/master | 2021-06-23T16:21:34.762180 | 2017-09-10T01:14:43 | 2017-09-10T01:14:43 | 102,994,624 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 379 | java | /*
* 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 evaluación;
/**
*
* @author Angie Castañeda
*/
public class ObtieneInfo {
public ObtieneInfo() {
... | [
"SPC7Z@ANGIEVCM"
] | SPC7Z@ANGIEVCM |
af4cacc843b997c32ca9dc04536ddb53ce04696e | c998a1bb4ccc5d49fe36ef934500a740d5aefbf5 | /src/main/java/com/myapp/entity/ec/budget/BudgetingDetailInfo.java | 101141c0524f10fdba461de1e3fa1f3157b8607e | [] | no_license | cqMySong/myapp | 181d5e16f607a07f48cf40bff61068dac673bebe | 77db2d414388ef6a6965d606c732b63ee4e2d59e | refs/heads/master | 2021-01-20T13:22:21.488675 | 2018-06-19T14:55:12 | 2018-06-19T14:55:12 | 90,429,201 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,695 | java | package com.myapp.entity.ec.budget;
import com.myapp.core.annotation.MyEntityAnn;
import com.myapp.core.base.entity.CoreBaseEntryInfo;
import com.myapp.core.entity.MaterialInfo;
import com.myapp.core.entity.MeasureUnitInfo;
import com.myapp.core.enums.MaterialType;
import org.hibernate.annotations.Type;
import javax.... | [
"466696880@qq.com"
] | 466696880@qq.com |
c69bec555c5829a6071fde7bc763e34e7748a209 | 8fb8beccd82c8fbe259fe4cddb32fad47a6716f3 | /JavaLanguage/Strings/String2/src/OrderLexicographically.java | 068addbf300b3402b027687f473c89d65c2cb5d8 | [] | no_license | BrandstadterViktoria/JavaExercises | 588dec21e3163a0bba94048dfaec35d8b3d98c9d | d0da134f99a987768a25939879295ce58518650e | refs/heads/master | 2021-01-01T18:19:53.895297 | 2018-10-26T14:25:27 | 2018-10-26T14:25:27 | 98,305,689 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 889 | java | import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Scanner;
public class OrderLexicographically {
public static String getSmallestAndLargest(String s, int k) {
String smallest = "";
String largest = "";
List<String> list = new ArrayList<String... | [
"nunviktoria@gmail.com"
] | nunviktoria@gmail.com |
e77f5dcd0c6fce35cebfa0cb49376c19ca5c8e97 | 6a226757400a447a8672ae1bc4f7fd7f5c97f844 | /chess/DroidFish/src/com/chess/android/appdevthree/engine/cuckoochess/DroidEngineControl.java | 180de4542c34585e1111e0c8b4b30663846c211c | [] | no_license | freeandroapp/Ultimate-Chess | ffc4a3b6fb65bba95cfe2ff5abab0c4a8972a224 | 39c11b98d6abd19dfe788a87f4da6c67fad64925 | refs/heads/master | 2016-09-05T15:33:40.708990 | 2012-10-13T17:41:55 | 2012-10-13T17:41:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,326 | java | /*
DroidFish - An Android chess program.
Copyright (C) 2011 Peter Österlund, peterosterlund2@gmail.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 Foundation, either version 3 of the Lic... | [
"freeandroapp@gmail.com"
] | freeandroapp@gmail.com |
97a0a100198acea532863c896e2acd1f813a69bd | 650b8ea492717651c4342ddf3aac633ff4ac1779 | /src/test/java/jfxtras/labs/scene/control/triple/EmailConverter.java | 9413d2e29ea09198af982f1219dda257692ef0af | [
"BSD-3-Clause"
] | permissive | goto1134/jfxtras-labs | ab638f7a421cf2f80da0b0ff93ec77c2441b51f5 | 2c510a431e370237948469b0567c1d2b6220e0d4 | refs/heads/8.0 | 2021-01-18T17:06:42.735051 | 2017-08-09T11:27:13 | 2017-08-09T11:27:13 | 100,485,846 | 0 | 0 | null | 2017-08-16T12:16:17 | 2017-08-16T12:16:17 | null | UTF-8 | Java | false | false | 617 | java | package jfxtras.labs.scene.control.triple;
import jfxtras.labs.scene.control.edittable.triple.Triple;
import jfxtras.labs.scene.control.edittable.triple.TripleConverter;
public class EmailConverter implements TripleConverter<Email,String,String,Boolean>
{
@Override
public Triple<String,String,Boolean> fromBeanEleme... | [
"david.bal37@gmail.com"
] | david.bal37@gmail.com |
0ec1fe475b3cb6a885582c4db8670dfccf3a09f1 | de7453cd7f99ef132a8f07ae4d8810260052f8e2 | /src/com/rainbow/es/test/ESTools.java | a20d328ccc0a257aecbba0aa7ffcde98b872ff17 | [] | no_license | Xjun-j/rainbow | 5e73461e05872feef06e4c965a5886643a5b8913 | b431ed3c308c967e362e1716aea2f2333c4bfdfb | refs/heads/master | 2021-01-18T03:35:05.840030 | 2017-03-22T09:23:30 | 2017-03-22T09:23:30 | 85,808,361 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,097 | java | package com.rainbow.es.test;
import java.net.InetAddress;
import org.elasticsearch.client.Client;
import org.elasticsearch.client.transport.TransportClient;
import org.elasticsearch.common.settings.Settings;
import org.elasticsearch.common.transport.InetSocketTransportAddress;
public class ESTools {
publ... | [
"xjr1107@163.com"
] | xjr1107@163.com |
0cbce173b773089ca12071a7462e8ff8c958173c | a4082921471f4a22f59b6698aef54900317f5709 | /01SourceCode/lambda-mls/lambda-portal/src/main/java/com/yatop/lambda/portal/job/controller/JobController.java | 37346925370af31811d86e7dde9030fa0f131e84 | [] | no_license | P79N6A/lambda-xxoo | 3aae11893a78ce863a4f96b821a500dcb7f35500 | 75c41019282d53eaa59aaa220e6fff49a337d01f | refs/heads/master | 2020-04-29T07:35:36.491014 | 2019-03-16T10:34:03 | 2019-03-16T10:34:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,696 | java | package com.yatop.lambda.portal.job.controller;
import com.yatop.lambda.portal.common.annotation.Log;
import com.yatop.lambda.portal.common.controller.BaseController;
import com.yatop.lambda.portal.common.domain.QueryRequest;
import com.yatop.lambda.portal.common.exception.PortalException;
import com.yatop.lambda.port... | [
"tomlee714@126.com"
] | tomlee714@126.com |
197adda4badb154c9b635143b4659d8353635081 | f596d88e46a859b3ccc8fe0deabc9b7e017be682 | /app/src/main/java/com/project/group2/attendancetool/response/GetTermByTeacherResponse.java | 91feb3df39a70f17a0d4096c3e87595466c2cef2 | [] | no_license | minhnq97/PRM391 | cbeba3280fbcc0cb89cf747a680c907d4d3a7e5a | 9eb7522baea6e460212eef3ffcd5c45bddb6ca1d | refs/heads/master | 2020-03-23T15:06:43.811733 | 2018-03-26T02:54:33 | 2018-03-26T02:54:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 436 | java | package com.project.group2.attendancetool.response;
import com.project.group2.attendancetool.model.Slot;
import com.project.group2.attendancetool.model.SlotInformation;
import java.util.List;
/**
* Created by User on 3/3/2018.
*/
public class GetTermByTeacherResponse {
private List<SlotInformation> SlotInform... | [
"minhh.nguyen.97@gmail.com"
] | minhh.nguyen.97@gmail.com |
ddfcebdbab748d802cf49c55b3449d64f900215e | f5ba09b5f6c56fda153ad162c5991daad0a23e6a | /app/src/main/java/com/example/jacekpodwysocki/soundie/MarkerTag.java | bc7d01610f380d7e3b82a0bd4c8f2d1a037d6b5b | [] | no_license | jacekpodwysocki/aplikacjamgr | af225643b56473f2388bf635a3733ddb43d31eb5 | 03d335386675b78943d998ff329724dd9d8e87a2 | refs/heads/master | 2021-01-18T23:57:07.926566 | 2019-03-15T14:08:41 | 2019-03-15T14:08:41 | 44,387,035 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 418 | java | package com.example.jacekpodwysocki.soundie;
/**
* Created by jacekpodwysocki on 04/11/2016.
*/
public class MarkerTag {
private Integer userid;
private Boolean activearker;
public MarkerTag(Integer userId,Boolean activeMarker) {
userid=userId;
activearker=activeMarker;
}
pub... | [
"jpodwysocki@gmail.com"
] | jpodwysocki@gmail.com |
d041893c064514d2fcbf1aefb4855f1983a5eba5 | 5122a4619b344c36bfc969283076c12419f198ea | /src/test/java/com/snapwiz/selenium/tests/staf/learningspaces/testcases/IT15/R1593/HidingPerspectiveAsStudentForDWAssignmentWithGradeReleased.java | 1bba97bac0c1e2f206174e58d4e009f4a24c0555 | [] | no_license | mukesh89m/automation | 0c1e8ff4e38e8e371cc121e64aacc6dc91915d3a | a0b4c939204af946cf7ca7954097660b2a0dfa8d | refs/heads/master | 2020-05-18T15:30:22.681006 | 2018-06-09T15:14:11 | 2018-06-09T15:14:11 | 32,666,214 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,579 | java | package com.snapwiz.selenium.tests.staf.learningspaces.testcases.IT15.R1593;
import com.snapwiz.selenium.tests.staf.learningspaces.uihelper.Click;
import com.snapwiz.selenium.tests.staf.learningspaces.uihelper.MouseHover;
import org.openqa.selenium.By;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.s... | [
"mukesh.mandal@github.com"
] | mukesh.mandal@github.com |
efe48426c7c84e610609c08e043d31b30b198856 | 947f32edb502fa95511ad2ed10841d7e082fd6a4 | /common/src/main/java/com/serenegiant/mediastore/MediaStoreImageAdapter.java | c443d8c1676c63054585c55f391d8dac6ace6c1c | [
"Apache-2.0"
] | permissive | xvsd247/libcommon | 15a44b5b9f28030d33c39bcbdd47e594b4a6d1ec | f0fa8e3384bb76ecc40cd69a11d2fc3fdeb892d1 | refs/heads/master | 2020-12-01T06:46:22.108886 | 2020-08-21T08:30:13 | 2020-08-21T08:30:13 | 230,576,313 | 0 | 0 | Apache-2.0 | 2020-08-21T08:30:14 | 2019-12-28T07:37:39 | null | UTF-8 | Java | false | false | 12,706 | java | package com.serenegiant.mediastore;
/*
* libcommon
* utility/helper classes for myself
*
* Copyright (c) 2014-2020 saki t_saki@serenegiant.com
*
* 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 Li... | [
"saki4510t@gmail.com"
] | saki4510t@gmail.com |
432184521298bc555b4e7bdb72ca426ee66fdb80 | fdcf2d186639aabd6f112c954cd8f4a304b03264 | /attence-service/attence-employee-service/src/main/java/com/attence/employee/controller/ConfigController.java | 7ba24ec58908c4927ab01a29b4c4b449cfdb523c | [] | no_license | softthink-csp/attence-server | cc81751540185411bff15e0bff0273e9a9c3bf13 | bd1580c119ce839b7bca65785dd9679dc8d89122 | refs/heads/master | 2023-02-08T09:27:28.004691 | 2021-01-05T02:00:21 | 2021-01-05T02:00:21 | 324,958,279 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 791 | java | package com.attence.employee.controller;
import com.attence.employee.service.RouteService;
import com.attence.employee.vo.Route;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
imp... | [
"bing527309700@sina.com"
] | bing527309700@sina.com |
5d579b8dd790b9d9dd32f1f4e5f79801c8a57d05 | 04efca1e7edc5abe498434d9923736326f16c367 | /src/ru/geekbrains/Dz/Dz4/Worksheet.java | d753aa368e8bf3665baddb42733399d69f6f9571 | [] | no_license | Jhon-Mosk/EvgenyPolitiko | fa296c67c1012755b919c2e230af5d85c761b68d | 28033924553856b39748531ad9b35f279be10e0e | refs/heads/master | 2020-03-22T17:44:29.300534 | 2018-08-08T14:59:59 | 2018-08-08T14:59:59 | 139,558,416 | 0 | 0 | null | 2018-07-10T09:33:48 | 2018-07-03T09:15:40 | Java | UTF-8 | Java | false | false | 5,603 | java | package ru.geekbrains.Dz.Dz4;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
/*Создать окно с тремя полями и кнопкой (поля не активные)
при нажатии на копку появляется новое окно куда можно внести ФИО нажимаем кнопку ОК и окно скрывается
данные перехо... | [
"Jhon-mosk@yandex.ru"
] | Jhon-mosk@yandex.ru |
cb81677444275d9cc9a7dddf8408825433ab8bc7 | 8890bed3cbef089a970661878c17474b0040d0af | /src/main/duke/command/DoneCommand.java | 5a6074114d8da40ed13545f28e89ff933c164778 | [] | no_license | jazerler/ip | 49099bd432da93f731b45356b7ddbe3745a0ad53 | a494fd63e7642b3dab964366167fc42ddfa782f0 | refs/heads/master | 2022-12-19T10:22:40.449744 | 2020-09-12T11:05:20 | 2020-09-12T11:05:27 | 287,671,790 | 0 | 0 | null | 2020-08-15T03:42:36 | 2020-08-15T03:42:35 | null | UTF-8 | Java | false | false | 1,872 | java | package duke.command;
import duke.exception.DukeArgumentException;
import duke.exception.DukeExecutionException;
import duke.exception.DukeIoException;
import duke.storage.Storage;
/**
* Represents an request by the user to mark a Task object at the given index from the list of Tasks as completed.
*/
publ... | [
"lerjazer@gmail.com"
] | lerjazer@gmail.com |
64310a05c5baa7ca247c26309c1612c8de9a5d51 | 55f87e1ca4880be185c2b8e5fa87a8d075a71fdb | /app/src/main/java/com/android/lq/p2p/lili/adapter/AddNewFeatuersAdapter.java | f5dfd3695a209331a967c39793d2ddfde077cabe | [] | no_license | AndroidLQ/AiLi | 4dc7b4dcf9af61a3136239ee110b41f0fce342dc | e9a2e6483f5c05545ee02655750f993ffdb441fe | refs/heads/master | 2021-01-12T06:32:33.415169 | 2016-12-29T12:26:28 | 2016-12-29T12:26:28 | 77,379,635 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,959 | java | package com.android.lq.p2p.lili.adapter;
import android.graphics.BitmapFactory;
import android.support.v7.widget.RecyclerView;
import android.view.ViewGroup;
import com.android.lq.p2p.lili.R;
import com.android.lq.p2p.lili.base.Constants;
import com.android.lq.p2p.lili.model.InvestGirdModel;
import cn.bingoogolapple... | [
"lvqiang593594@163.com"
] | lvqiang593594@163.com |
f0f28e7f50706eebc8b869daeca238d1a2418cac | 768f506ef2a4bd9099dda9e7e4a51679dea7efa5 | /stc05.studentsMVC-master/src/main/controllers/HelloServlet.java | a92a03d96ab2fcd8dcf410dab05565f2a546201b | [] | no_license | wohan/PracticeAdapterObserver-master | a5a211dace48931d1598a3dd8a9183f4238a6cf2 | a68c963792e79dbd029c72f15c55fbddf024d8cc | refs/heads/master | 2021-01-20T12:23:13.548655 | 2017-05-05T09:10:44 | 2017-05-05T09:10:44 | 90,357,992 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 841 | java | package main.controllers;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
/**
* Created by admin on 18.04.2017.
*/
public cla... | [
"you@example.com"
] | you@example.com |
9e1cb2078b7026afc2a2ec6f3bf4cd46a4353398 | ff3dfce1e20ad81adcd57c706d975d8a47151882 | /src/Ship.java | 418f9788179e40c9b676b1cdd84e0e9a1d19b7a8 | [] | no_license | Keos99/MySeaBattle | c33c4158a83e7d4d80045377bcaade32ff94b809 | 8046767a0454ced47804bb4c9370fa8903f54e92 | refs/heads/master | 2020-06-27T11:34:01.145627 | 2017-08-15T20:24:15 | 2017-08-15T20:24:15 | 97,043,391 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,273 | java | /**
* Created by Keos99 on 15.06.2017.
*/
public class Ship {
private int decknum = 0; // Количество палуб
private int count = 0; // Счетчик
Field field;
Verification verifi;
void shipGeneration(Field field, Verification verifi, char[][] gamefield) {
int decknum;
int count;
... | [
"keos99@bk.ru"
] | keos99@bk.ru |
d8ea033596dcb3ae6e07eac3e64a98e69d036e2b | aa6e7d0d396d9f0e6419887500e4fe4c044a3aed | /app/src/main/java/com/example/administrator/myapplication/MainActivity.java | 70b1559bc8023b0ce1063bef088a24d4145691d6 | [] | no_license | fhdis/androidstudioworkspace | 092750c10ada9f82b3b2f555bd1d3f5c37aff6c6 | 083060bf7a58290fbfbed67517ae2f58c712ac34 | refs/heads/master | 2020-03-19T09:27:28.961567 | 2018-06-30T09:05:06 | 2018-06-30T09:05:06 | 136,290,361 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,827 | java | package com.example.administrator.myapplication;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentTransaction;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.... | [
"1256021532@qq.com"
] | 1256021532@qq.com |
09775e90550c7a9ce6e16ebbd302cd9c1a6efbb4 | 6b63ef1bf7bf75b90d520c2b16d7f74bf8358ceb | /ResearchPortlet/src/th/ac/kmutt/research/form/PositionMasterForm.java | b7b0c15fb7df5ec1ec7f71abac6d69108e40f99e | [] | no_license | GJ-jirayu/Kmutt-Research | 868ec5d28e68a930d9d267ca733c91eadab108be | e5c929e7b609d9ef3477a8be1e7954de63ffce80 | refs/heads/master | 2021-01-17T10:23:49.339311 | 2016-06-15T10:54:52 | 2016-06-15T10:54:52 | 58,120,639 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 747 | java | package th.ac.kmutt.research.form;
import java.io.Serializable;
import th.ac.kmutt.research.model.PositionM;
public class PositionMasterForm extends CommonForm implements Serializable {
/**
*
*/
private static final long serialVersionUID = 1L;
/**
*
*/
private PositionM positionM... | [
"wirun@goingjesse.com"
] | wirun@goingjesse.com |
dfa975a65eb4699557ece73cd0a4460acd614fbc | 97fd02f71b45aa235f917e79dd68b61c62b56c1c | /src/main/java/com/tencentcloudapi/dasb/v20191018/models/ResetUserResponse.java | c1d13473533dfb0cf151bbb62c5d6f44500881b1 | [
"Apache-2.0"
] | permissive | TencentCloud/tencentcloud-sdk-java | 7df922f7c5826732e35edeab3320035e0cdfba05 | 09fa672d75e5ca33319a23fcd8b9ca3d2afab1ec | refs/heads/master | 2023-09-04T10:51:57.854153 | 2023-09-01T03:21:09 | 2023-09-01T03:21:09 | 129,837,505 | 537 | 317 | Apache-2.0 | 2023-09-13T02:42:03 | 2018-04-17T02:58:16 | Java | UTF-8 | Java | false | false | 2,433 | java | /*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* 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
... | [
"tencentcloudapi@tencent.com"
] | tencentcloudapi@tencent.com |
6d37628cc0720f91ebaefdd567a4f67b717bd466 | b35416bc8d54516e19ffe9d883bc7b886e65bfe5 | /J_WB-master/src/workbook/StepD/D08.java | 14cf8283df95870f98d930433997768d3773034c | [] | no_license | Hyunoopark/java-workbook-2019 | 7d777097624fc83165886c26f08ddb90fa57dc84 | eb1eb16e0712ee290bea8778f12ac6aba4d8974c | refs/heads/master | 2020-04-11T18:15:50.803328 | 2019-01-27T06:46:52 | 2019-01-27T06:46:52 | 161,991,892 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 709 | java | package workbook.StepD;
import java.util.Scanner;
public class D08 {
private int a, b, c;
private int x_begin, x_end;
private int x, y;
public D08() {
input();
}
public void print2() {
for(x = x_begin; x <= x_end; x++) {
y = a * x * x + b * x + c;
System.out.printf("좌표 (%d, %d) \n"... | [
"현우@192.168.25.30"
] | 현우@192.168.25.30 |
901df3a5e8c5f8d51251fdde7bce3ef5a77f66ca | 440bd74d0acaa9a2d68dfae4b85ae4999a71b9a9 | /app/src/main/java/com/model/andreymurzin/modelapp/navigation/SplashActivityNavigator.java | 2f2a10f432968dd93d13a0ec2846c693e59e78d4 | [] | no_license | rapprotest/model | 19620e8b4f86e37fbd305eb9368c41dab808f7f1 | dbede02ebf96630b408d42eaaf10e750b7c8ab7f | refs/heads/master | 2021-01-25T13:28:35.659322 | 2018-03-02T13:30:09 | 2018-03-02T13:30:09 | 123,575,074 | 0 | 0 | null | 2018-03-02T13:30:09 | 2018-03-02T12:12:02 | Java | UTF-8 | Java | false | false | 979 | java | package com.model.andreymurzin.modelapp.navigation;
import android.content.Intent;
import android.support.v4.app.Fragment;
import com.model.andreymurzin.modelapp.presentation.main.MainActivity;
import com.model.andreymurzin.modelapp.presentation.splash.StartActivity;
import ru.terrakok.cicerone.android.SupportAppNav... | [
"lefthanderomg@gmail.com"
] | lefthanderomg@gmail.com |
869bd72db579f1b0fc96ed3389b32c478a34beb5 | a4a0979dd18d16d9a53d7f26f39044dda2a48f78 | /app/src/main/java/com/example/apple/lingyongqian/xianjindai/entity/ImagerBean.java | 0c19da6d02a6599fd17e288c0ad43d797d9faed6 | [] | no_license | doubletan/51lingyongqian | 29ba57467c2cbd6820ae0eabcfeabae6415c7bd8 | 6c7e5301eafa1aaf7aa2333577a0e42a49999032 | refs/heads/master | 2021-08-22T13:49:46.949842 | 2017-11-30T10:30:48 | 2017-11-30T10:30:48 | 112,590,955 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,646 | java | package com.example.apple.lingyongqian.xianjindai.entity;
import android.support.annotation.NonNull;
import java.io.Serializable;
import java.util.ArrayList;
/**
* Created by apple on 2017/4/11.
*/
public class ImagerBean implements Serializable {
private ArrayList<DaohangProduct> Daohang;
public ArrayL... | [
"tantan19900701@163.com"
] | tantan19900701@163.com |
ea13bda7a3683ba0cef850c8195aab1ff1a92970 | b404ef9c6b4cbe4e97031f53f4202e25e744e61d | /src/Commande/Telecommande.java | 339f3ed64369e567f53a775698191afbd8a5c0ee | [] | no_license | profyao90/ACODPCommand | a6e0fd017fe607c82fcef814b197d542ffa8960d | fd06baafab4e4cd241c9f303bb0f608f51702364 | refs/heads/master | 2021-05-07T22:31:13.423316 | 2017-10-17T21:00:30 | 2017-10-17T21:00:30 | 107,328,843 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 211 | java | package Commande;
public class Telecommande {
Commands commande0;
public Telecommande(Commands commande0) {
super();
this.commande0 = commande0;
}
public void lancer(){
commande0.execute();
}
}
| [
"aubinyao90@gmail.com"
] | aubinyao90@gmail.com |
a087b55a2bcd0f16289928c56c1fb19a8b90bf9b | 674f464c8cf8ae6724fd67c36d41e96f89074ca5 | /datetime/src/main/java/com/github/nhojpatrick/hamcrest/datetime/IsAfterDateTime.java | e40755c0e644fd3ab652e9679f59d1da6900c685 | [
"Apache-2.0"
] | permissive | nhojpatrick/nhojpatrick-hamcrest | 9ee7683b0bbb775338338f99a0ce9ae1d5684e9f | 825b1b4235e5ff5b8560c19db928d8d00de96b44 | refs/heads/develop | 2023-08-22T23:42:42.652945 | 2023-08-14T22:38:42 | 2023-08-14T22:53:31 | 146,892,518 | 0 | 1 | Apache-2.0 | 2023-09-10T20:02:44 | 2018-08-31T13:00:29 | Java | UTF-8 | Java | false | false | 6,941 | java | package com.github.nhojpatrick.hamcrest.datetime;
import com.github.nhojpatrick.hamcrest.datetime.flags.CompareType;
import com.github.nhojpatrick.hamcrest.datetime.flags.RoundingType;
import com.github.nhojpatrick.hamcrest.datetime.internal.after.IsAfterLocalDateTime;
import com.github.nhojpatrick.hamcrest.datetime.i... | [
"142304+nhojpatrick@users.noreply.github.com"
] | 142304+nhojpatrick@users.noreply.github.com |
62008ffd194e98f55efbaca4e5ea6716cf3c98fa | 182f1864d76dc3bce121807c52080839d20eea1e | /wolips/core/plugins/org.objectstyle.wolips.wodclipse.core/java/jp/aonir/fuzzyxml/internal/Entities.java | 9275d1586fccb31da695333b709eb3ca7b7cf368 | [] | no_license | adalbert-w/wolips | eaa08063190c6e514cde0ac4ed074d16ff0456c2 | 470f8f4516fbf062586e2b730f6d977d812f750c | refs/heads/master | 2021-01-18T01:24:35.160339 | 2014-11-04T06:52:18 | 2014-11-04T06:52:18 | 26,087,553 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 39,913 | java | /*
* Copyright 2002-2005 The Apache Software Foundation.
*
* 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... | [
"mschrag@930f2ab1-3212-0410-a8ea-d1eb4cc50a93"
] | mschrag@930f2ab1-3212-0410-a8ea-d1eb4cc50a93 |
c86580dc8d0395a3e006f6eaa6f461680850ea0e | f7def0ab5b7bfbb0f2f9fbb989238f09bf18a93f | /servlet/src/test/java/io/undertow/servlet/test/listener/request/async/onError/AsyncServlet3.java | 8dd8b49205c6087291662cf31acf5d031ef81327 | [
"Apache-2.0"
] | permissive | stuartwdouglas/undertow | 9f12ead5426c05b7414dac33b66663fc8112298d | 1609b26b67030f9ca5a62869f5088087f2d1ecbf | refs/heads/master | 2023-01-11T00:33:15.464202 | 2020-07-28T06:26:37 | 2020-07-28T06:26:37 | 5,106,225 | 1 | 1 | Apache-2.0 | 2020-07-30T11:07:44 | 2012-07-19T06:22:19 | Java | UTF-8 | Java | false | false | 1,551 | java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2014 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* 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 Licen... | [
"stuart.w.douglas@gmail.com"
] | stuart.w.douglas@gmail.com |
2a7be519e6f5538ec251973c56ec9f8a829d76fa | 97b7aff209ae51cbeed468258e99605b4722736e | /PM/app/src/androidTest/java/com/pofilemanager/wasif/pm/ExampleInstrumentedTest.java | 725ae99be9ed8c88ab910bb7bda6a62975cf413c | [] | no_license | Wasifur96/Profile-Manager-Android | b8aa3d17f1cd0b5ebd08e35bb6f53387b78d16d6 | 10efb71cff7af2ff6d5569638d03e09b15fb8b3f | refs/heads/master | 2020-03-28T21:16:42.987446 | 2018-09-17T15:04:55 | 2018-09-17T15:04:55 | 149,143,578 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 753 | java | package com.pofilemanager.wasif.pm;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Andr... | [
"wasif.nov95@gmail.com"
] | wasif.nov95@gmail.com |
fa52363a44234e032b1a75924f98b9f052bdf2f6 | 8777c33487e92efc05e4c73bc82289687e88447d | /src/main/java/com/weather/model/WeatherDetails.java | 50ac804b154b233a4eab8e6357beb85f175c719b | [] | no_license | kamalmeetsingh/weatherapi | 1870d92c706102a0801adef717bf1c542fc01bfc | 26df23dafc6aa32125695b46dcfd9bedfd1b3095 | refs/heads/master | 2022-11-13T14:19:00.678803 | 2020-07-11T11:49:43 | 2020-07-11T11:49:43 | 278,822,298 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 731 | java | package com.weather.model;
/**
* Model class to manager Weather Details data
* @author kamalmeet.s
*
*/
public class WeatherDetails {
String prediction;
double minimumTemprature;
double maximumTemprature;
public double getMinimumTemprature() {
return minimumTemprature;
}
public void setMinimumTempratur... | [
"kamalmeet.s@hiring.publicissapient.com"
] | kamalmeet.s@hiring.publicissapient.com |
2ea5d64ba0a30fce572340b897ff0508d5a0d6d5 | e7f289bc0e5a6478eafa559546dde0d83ebca470 | /src/main/java/mate/exception/IllegalArgumentException.java | 5533c5d1d3e4ee39128f76b68279d9c7d50ff9b6 | [] | no_license | VladGural/taxi-service | 988bbd3d3c289ef482ae90c1698f667c08fee580 | 372b8a2513cff7bbc21bd6e8e6be5eb1a45d7dc3 | refs/heads/master | 2023-08-19T21:07:43.371314 | 2021-10-21T08:23:34 | 2021-10-21T08:23:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 169 | java | package mate.exception;
public class IllegalArgumentException extends Exception {
public IllegalArgumentException(String message) {
super(message);
}
}
| [
"vladgural@gmail.com"
] | vladgural@gmail.com |
34d6ec86b230e099a6d7a11388ea3d12bdc22094 | 635b5f6b5de61514df171b0bee305bed2f6443e6 | /app/src/test/java/de/rvwbk/eit72/bombenentschaerfenapp/ExampleUnitTest.java | 627d336c7b3cf7eba43de3333813e0a9d578804b | [] | no_license | eit72/BombenEntschaerfenApp | 0ccd0af2af03d996c1124cfbce68ac22aafd4175 | f4df00cd2f6b6f2ae34f75b1ff84b20833fdc17d | refs/heads/develop | 2020-05-28T00:09:36.073616 | 2019-06-17T09:49:28 | 2019-06-17T09:49:28 | 188,828,146 | 0 | 2 | null | 2019-06-17T09:38:04 | 2019-05-27T11:10:59 | Java | UTF-8 | Java | false | false | 397 | java | package de.rvwbk.eit72.bombenentschaerfenapp;
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
... | [
"kaemperlars@googlemail.com"
] | kaemperlars@googlemail.com |
294c7c958028c10fdceccb254282b3ec018ff9d3 | c13f289ee178097e75bc253ee55b7261ee23fb53 | /AndBCompileError.java | 660a749c9f3dc09d03049d9f9ddb31198074aa71 | [] | no_license | Luciferved/Codeforces | 84e2d97ad1abe9433b4eb6079299f7a503283ed5 | 6b3010bdc6caf4c1216b63a930c8c9aec307b534 | refs/heads/master | 2021-01-10T16:56:55.134471 | 2016-03-06T17:59:12 | 2016-03-06T17:59:12 | 53,268,092 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,318 | java | import java.util.*;
import java.io.*;
class AndBCompileError
{
public static void main(String args[])throws IOException
{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
int n = Integer.parseInt(br.readLine());
//String str = br.readLine();
ArrayList<Integer>ts1 = new ArrayList<Integ... | [
"lucifer_ved@yahoo.com"
] | lucifer_ved@yahoo.com |
8fc29b295af16f8c07ce1b9d59df4e3255c43b8d | 21a603d64cd1d27d1d81de1bc901e4e1f2c4fce0 | /ITE Release/eu.fittest.fbk/eu.fittest.cte2selenium/src/main/java/eu/fbk/se/transform/IProgressListener.java | 0c70c3be2973908d688542ed446c1e823ccc2d98 | [] | no_license | alebagnato/FITTEST | 3dc511146a134c0f8d836a8a6af67fcce498cca9 | b8839c5bd8186b79f3668a4b195836315a8929a0 | refs/heads/master | 2016-09-11T07:03:22.224713 | 2014-02-10T12:12:10 | 2014-02-10T12:12:10 | 32,155,665 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 170 | java | package eu.fbk.se.transform;
public interface IProgressListener {
public void start(int totalWorkLoad);
public void progress(int workload);
public void finish();
}
| [
"urko.rueda"
] | urko.rueda |
eae0a8b7789b25175f95a01ee7c96ea49189c93b | 412c0219b8b005ca2cfa8a53b78e755e96232de6 | /MyBatisLearn/src/com/sxt/mybatislearn/TbContentExample.java | aac8b94d957096568da58da65729773ea28b839c | [] | no_license | hackaming/btoc | d72d73606361c470e4709cb90da99271b4678034 | 5f5f4dadd0bb6d9cc8ecdb48f95e0f8f0298ab26 | refs/heads/master | 2022-12-19T13:21:51.018801 | 2019-10-22T00:23:17 | 2019-10-22T00:23:17 | 203,745,754 | 0 | 0 | null | 2022-12-16T05:46:24 | 2019-08-22T08:09:03 | Java | UTF-8 | Java | false | false | 30,066 | java | package com.sxt.mybatislearn;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class TbContentExample {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table tb_content
*
* @mbg.generated Sun Aug 26 18:16:17 CST 2018... | [
"2251275876@qq.com"
] | 2251275876@qq.com |
757e305d7aa11c5a028e45813da465d4de3fc46b | b4683f30f29e64b33589a12e1e9b67fc91ec59c1 | /BigProject/Code/winterShop/src/main/java/com/winterShop/service/model/product/RidingLevelDTO.java | 77df475e79a0a26f842e71444b3b8cd7220504c6 | [] | no_license | VictorO10/SoftwareDesign | 2a548993815712ccf9f4e3cd5e34aa50968109cf | 65dcdd2b6b6bdb7e1a69354c869e8699befa4fdc | refs/heads/master | 2021-04-15T12:02:34.614296 | 2018-05-28T22:48:48 | 2018-05-28T22:48:48 | 126,187,457 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,499 | java | package com.winterShop.service.model.product;
import com.fasterxml.jackson.annotation.JsonBackReference;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.winterShop.service.model.product.snowboard.SnowboardBaseDTO;
import com.winterShop.service.m... | [
"victor.oltean@student.uibk.ac.at"
] | victor.oltean@student.uibk.ac.at |
f7f2497f46cd3e3607cc5c0ec5940dca647e71c8 | fb1843a5eb11059b5b399bb2f75d18ba7c057aa0 | /src/test/java/com/downloader/image/AppTest.java | 9d01108d4a720003228645c205f61d80b2f70775 | [] | no_license | smaximiliano/ImageDownloader | f2f45c4079710d5a304d7f5ecb3fab8ddc67d1ed | 5f043ac2ebb130702a368eaa4445553d80970393 | refs/heads/master | 2021-01-10T03:24:41.768561 | 2015-06-02T20:48:09 | 2015-06-02T20:48:09 | 36,759,819 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 648 | java | package com.downloader.image;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* Unit test for simple App.
*/
public class AppTest
extends TestCase
{
/**
* Create the test case
*
* @param testName name of the test case
*/
public App... | [
"maxsos92@gmail.com"
] | maxsos92@gmail.com |
7e5e65c3865b2670dbbf000069e6f0eea06eb595 | d992804c678e744e50583d736764c296f3f1ce8f | /analyzer-service/src/main/java/com/qianyitian/hope2/analyzer/engine/function/Grl2YearFunction.java | d44ece2a446ca1399e439c3956de004e7948bbeb | [
"Apache-2.0"
] | permissive | jedixxx007/hope2 | cb2fe8269bd67a42ac360a079287c6c53f79d1a6 | aa532258da05a8fbecafda9e31e3061354d15a77 | refs/heads/master | 2023-06-28T19:35:13.117567 | 2021-08-03T12:48:11 | 2021-08-03T12:48:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 672 | java | package com.qianyitian.hope2.analyzer.engine.function;
import com.googlecode.aviator.runtime.function.AbstractFunction;
import com.googlecode.aviator.runtime.type.AviatorDouble;
import com.googlecode.aviator.runtime.type.AviatorObject;
import com.qianyitian.hope2.analyzer.funds.model.FundProfileInfo;
import java.util... | [
"qianyitiandedie@qq.com"
] | qianyitiandedie@qq.com |
995a672c9d29774bcfb66145058ef11195b7d385 | 0fc4f527c4ecc706382be7927931ded11d1e74ee | /src/main/java/com/example/techthink/persistence/model/Role.java | 99310109a06395c0235d6ec99799af38cf9244c1 | [] | no_license | vahe523/techthink | 6875e47e38d503e438c8ad356744f70b91dc7128 | 72b002eab34d0202eac468a78a1dacc6d8f43aad | refs/heads/main | 2023-07-31T12:11:00.879820 | 2021-09-22T07:28:32 | 2021-09-22T07:28:32 | 400,742,336 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 596 | java | package com.example.techthink.persistence.model;
import javax.persistence.*;
@Entity
public class Role {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;
@Enumerated(EnumType.STRING)
private RoleName name;
public Role() {
}
public Role(RoleName name) {
... | [
"vahetorosyan98@gmail.com"
] | vahetorosyan98@gmail.com |
fe7ef85ee3f262cf3c63f72b1439cb0d6068fb94 | 26b7f30c6640b8017a06786e4a2414ad8a4d71dd | /src/number_of_direct_superinterfaces/i5501.java | 124c00d51115ea72261c51a14afc25823c889d9e | [] | no_license | vincentclee/jvm-limits | b72a2f2dcc18caa458f1e77924221d585f23316b | 2fd1c26d1f7984ea8163bc103ad14b6d72282281 | refs/heads/master | 2020-05-18T11:18:41.711400 | 2014-09-14T04:25:18 | 2014-09-14T04:25:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 68 | java | package number_of_direct_superinterfaces;
public interface i5501 {} | [
"vincentlee.dolbydigital@yahoo.com"
] | vincentlee.dolbydigital@yahoo.com |
a1a93233ff7b569fd99fa5fdbb4b2eef58d6e9e1 | 592e33fd3bce23548b55d8a239937876d4b26be1 | /Lesson15 Introduction to OOP. Classes and Objects/telephone/DemoPhone.java | faa6f79eb622639515b3fc8ebdfbb5e2b61c1fd1 | [] | no_license | yordanovMario/ITTalentsTrainingCamp | 0c3c35ec304cd0be30cf7524f6124e58da5dc744 | 14160d3087ec3f14f9b0d864e0f360dcca52e307 | refs/heads/master | 2021-01-21T11:23:04.800171 | 2017-05-16T11:32:55 | 2017-05-16T11:32:55 | 83,560,502 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 627 | java | package telephone;
public class DemoPhone {
public static void main(String[] args) {
Gsm iphone = new Gsm("iPhone 6");
Gsm samsung = new Gsm("Samsung Galaxy S4");
iphone.insertSimCard("0888732573");
samsung.insertSimCard("0879274037");
iphone.call(samsung, 6);
samsung.call(iphone, 3.5);
iphone.ca... | [
"yordanov.mario@yahoo.com"
] | yordanov.mario@yahoo.com |
5dcd5dfd96f48a4e72d82203863f701fbda73ba1 | 8da8939acab7f01279b78e09bc7c4536187694d7 | /src/main/java/com/bridgelabz/fundoo/note/controller/LabelController.java | dfbabdaa05191332cf3429fa929a97eb2de858e8 | [] | no_license | poojatodkar1407/GlobalException | 560aaa032c4efffcbe2df7b6a2ed81bfba2ca8d7 | 6169dd545660b1c12db0a9c7242dac112befeaf5 | refs/heads/master | 2020-06-30T13:52:24.440168 | 2019-08-06T12:34:12 | 2019-08-06T12:34:12 | 200,846,928 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,524 | java | package com.bridgelabz.fundoo.note.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bi... | [
"poojatodkar124@gmail.com"
] | poojatodkar124@gmail.com |
28794666241ead2ae846adee89c5bccb69ce0660 | ce83a5410333611a1564daceaec103a571549926 | /WelcometoUT/app/src/test/java/jdo589/welcometout/ExampleUnitTest.java | d18e4b3548da084f9d8dac475fc571d97e73e0cb | [] | no_license | savethequinn/MobileHW4 | a02ac022ce9f70aa5d80fe29fec7692f3183ebc7 | ac21669410263c88bcaa7e05c48fbb49c7cf9b8b | refs/heads/master | 2016-09-14T08:03:42.162010 | 2016-04-25T00:04:16 | 2016-04-25T00:04:16 | 56,599,141 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 311 | java | package jdo589.welcometout;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
}
} | [
"owens.justin12@gmail.com"
] | owens.justin12@gmail.com |
286e65ebc6db509964a2c674bf2b9b192a37fa06 | c5700d50a420daa2439ae9aad30b31eae59fa430 | /src/patterns/behavioral/memento/wihte/CareTaker.java | a3f10236ec23f823812f3a074e93ae9a2ce38252 | [] | no_license | lemon-trees/design-pattern | bd0d228a071cad4843e0d29791215536efac4dca | ab05549212fb290d3142a6d1c74a887047b3cc1a | refs/heads/master | 2020-08-03T03:27:34.025644 | 2019-11-10T12:09:09 | 2019-11-10T12:09:09 | 211,611,657 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 296 | java | package patterns.behavioral.memento.wihte;
public class CareTaker
{
private Memento memento;
public Memento retrieveMemento()
{
return this.memento;
}
public void saveMemento(Memento memento)
{
this.memento = memento;
}
}
| [
"lanmengxi@viomi.com"
] | lanmengxi@viomi.com |
47726d21b603f381abadef5a1851771670a3bdf2 | 97a0bb5f403470f5dda239002651f7b3bbca5bf6 | /SillyChildClient/app/src/main/java/com/sillykid/app/mine/myorder/charterorder/OngoingCharterFragment.java | d21bd150a948dd4632cf2a2c6c13a376083a7d59 | [
"Apache-2.0"
] | permissive | 921668753/SillyChildClient-Android | c71fdf11bd5202fc4cc6dba1e001f00fc2480079 | 6b195724ea0537a399d16e8ab0d5bbfa1e8692f3 | refs/heads/master | 2020-03-15T03:08:04.858691 | 2018-08-02T11:47:04 | 2018-08-02T11:47:04 | 131,935,279 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,304 | java | package com.sillykid.app.mine.myorder.charterorder;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.ImageView;
import android.widget.LinearLayout;
import androi... | [
"921668753@qq.com"
] | 921668753@qq.com |
bf1b86e640fa952673aea33f9ed360ab8a1a2f25 | 3913a14e2cc38ffc08f5ac46b47494170ed451dd | /java/src/main/java/com/ibm/watson/data/client/model/SearchResultCategories.java | f057e88072d08ae42e4480d9d725e2740147f6db | [
"Apache-2.0"
] | permissive | samirvikash/watson-data-api-clients | 0c143e16ebe7b94f4c643c4748d8e641562e56a6 | a871aad7d4189ea28b04c2887a63592ae24034fd | refs/heads/master | 2023-06-12T09:27:41.854074 | 2021-05-24T10:05:44 | 2021-05-24T10:05:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,124 | java | /*
* Copyright 2020 IBM Corp. All Rights Reserved.
*
* 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 applicable la... | [
"chris@thegrotes.net"
] | chris@thegrotes.net |
1d9549402825f5782f1d9ce3cb49dc3b7dda71fa | 070a7be0909cda4df4ed88af531e8b0d7111d239 | /WEB-INF/src/Action/ChatRoomAction.java | 50251e8eb068bcd17887b7e08772c49efb8776f7 | [] | no_license | shitake4/ChatSystem | 5c15c264724cb53a8ca0fbc50a754da36b328172 | cf0581887bedca7671a05558538dcfff7978071c | refs/heads/master | 2021-01-10T18:26:11.186699 | 2015-04-08T05:07:47 | 2015-04-08T05:07:47 | 30,230,290 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,171 | java | package Action;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.ResourceBundle;
import javax.mail.internet.AddressException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import org.slf4j.Logger;
im... | [
"tkggood@gmail.com"
] | tkggood@gmail.com |
4b1196d0ff862798a261cf25c730762ef5d187ae | 67efd2f4dfd0e516b4382b316c7ca03c2e2f80c1 | /JavaTest/src/Slogan/Slogan.java | 89719e68d5b2e43edf9f6aa3d724fe6638bb67f5 | [
"MIT"
] | permissive | mhcrnl/NetBeansProjectsUbuntu2016 | cf3661ea2983a94ff041af0e6ccd947843b747d1 | f5c5587bdcb7134784adb9dad5e27f2726c41dee | refs/heads/master | 2020-03-12T05:14:27.789920 | 2018-04-22T06:53:32 | 2018-04-22T06:53:32 | 130,459,881 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 849 | java | /*
* 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 Slogan;
/**
* Slogan.java
* @author mhcrnl
* Reprezinta o clasa care returneaza un string.
*/
public class Slogan {
... | [
"mhcrnl@gmail.com"
] | mhcrnl@gmail.com |
5586bcc98438f20941c4622ee9b5bb87831260d2 | ec8aaa2f14318741f2aa06d43fd7ef1d5d5d0bf7 | /src/main/java/com/vague/code_challenge/repository/UserRepository.java | 04201110bc8ccfbfb8a0d37fcf33cdae5a3815b7 | [
"MIT"
] | permissive | lgfcruz/code_challenge | 0537c087dc3acfa8bd28e5d3606f82d1fbd890d4 | c05eec9c86402e215150554b01431ce7ca5bf0d8 | refs/heads/master | 2020-03-17T12:50:35.316564 | 2018-06-03T02:24:43 | 2018-06-03T02:24:43 | 133,605,539 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 593 | java | package com.vague.code_challenge.repository;
import java.util.List;
import org.springframework.data.repository.PagingAndSortingRepository;
import org.springframework.data.repository.query.Param;
import org.springframework.data.rest.core.annotation.RepositoryRestResource;
import com.vague.code_challenge.model.entity.... | [
"lgfcruz@gmail.com"
] | lgfcruz@gmail.com |
ae744b70c256ef787a2dfacd4d2f4ca67b1b3407 | 79595075622ded0bf43023f716389f61d8e96e94 | /app/src/main/java/com/android/org/bouncycastle/crypto/signers/ECDSASigner.java | 4defa02c4906be09b88f8c5cd37d74b7bb593f78 | [] | no_license | dstmath/OppoR15 | 96f1f7bb4d9cfad47609316debc55095edcd6b56 | b9a4da845af251213d7b4c1b35db3e2415290c96 | refs/heads/master | 2020-03-24T16:52:14.198588 | 2019-05-27T02:24:53 | 2019-05-27T02:24:53 | 142,840,716 | 7 | 4 | null | null | null | null | UTF-8 | Java | false | false | 5,576 | java | package com.android.org.bouncycastle.crypto.signers;
import com.android.org.bouncycastle.crypto.CipherParameters;
import com.android.org.bouncycastle.crypto.DSA;
import com.android.org.bouncycastle.crypto.params.ECDomainParameters;
import com.android.org.bouncycastle.crypto.params.ECKeyParameters;
import com.android.o... | [
"toor@debian.toor"
] | toor@debian.toor |
1560e2815ad291ce1c6fa25c759a974540fce7c9 | 783ec023a43eef000c741d8ceaa97d5d5f1c20fa | /java/MultiThreadTest/src/com/wardensky/multithread/waitnotify/WaitNotifyDemo2.java | 4061fc8ea333f342a2c2251a2a6791fb05732028 | [
"Apache-2.0"
] | permissive | wardensky/wardensky-demo | da21e1e1757e5eec6fa41b4a54ef6c3261f42259 | 9faf1653e8d648799104fe21a4ddd08b0c43a240 | refs/heads/master | 2021-09-14T07:02:53.037353 | 2018-05-09T05:37:29 | 2018-05-09T05:37:29 | 107,880,183 | 0 | 0 | Apache-2.0 | 2018-05-09T06:45:15 | 2017-10-22T15:51:02 | JavaScript | UTF-8 | Java | false | false | 1,414 | java | package com.wardensky.multithread.waitnotify;
public class WaitNotifyDemo2 {
public static Object obj = new Object();
public static void main(String[] args) {
Thread2_1 t1 = new Thread2_1();
Thread2_2 t2 = new Thread2_2("Thread Apple");
Thread2_2 t3 = new Thread2_2("Thread Orange");
t2.start();
t3.start(... | [
"zhaochunhui1985@gmail.com"
] | zhaochunhui1985@gmail.com |
84c1512728cbe3db30b56547e367bf34b67563da | ec3c73907aaacc3b7edfd6607a0e4b38cfe36f2f | /src/test/java/com/chriswlucas/echo/EchoServerIntegrationTest.java | 3024ebe4a2e506ae5d2427f6c48ca686081bfd8c | [] | no_license | cwlucas41/measurement-server | e650190b86dc1c69f83c2ea9f605ff080753d12b | bc25f22e5a143aacbd8cd0418dba1c865bf2a2f0 | refs/heads/master | 2021-01-12T10:40:17.844710 | 2017-02-22T05:42:06 | 2017-02-22T05:42:06 | 81,367,021 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 830 | java | package com.chriswlucas.echo;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import com.chriswlucas.client_server_arch.AppHandlerInegrationLogic;
public class EchoServerIntegrationTest extends AppHandlerIn... | [
"cwlucas41@orodruin.local"
] | cwlucas41@orodruin.local |
0c0176852fb721b6bc588f47cad009b0fbd13601 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/16/16_b15d8f142327a74c90f47701153318b4f0431fbc/RINManager/16_b15d8f142327a74c90f47701153318b4f0431fbc_RINManager_s.java | ca6c32efc4d1e60ae6748b4e88352d76bf160443 | [] | 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 | 38,582 | java | package edu.ucsf.rbvi.structureViz2.internal.model;
import java.awt.Color;
import java.awt.Paint;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.cytoscape.model.CyEdge;
import org... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
96ecbd8a5f60a7b0b1277576346c69474a0d85fd | 938f74d7f0706f272836e11a3c0e5283e34f6ccf | /src/main/java/ua/itea/view/swing/MonochromePixels.java | e906dae1af9fa41f5a724c1c75053ab17a95fad0 | [] | no_license | yaroslav36455/Battlefield | 4e73c52f976c4b51eae40826117f29d61fc982cf | 6b5cb56afa40c232827191b17bfee5a95266de7f | refs/heads/master | 2023-04-08T21:01:36.044235 | 2021-04-24T21:57:08 | 2021-04-24T21:57:08 | 312,948,706 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 369 | java | package ua.itea.view.swing;
import java.awt.Color;
import java.util.ArrayList;
import ua.itea.model.util.Position;
public class MonochromePixels extends ArrayList<Position> {
private static final long serialVersionUID = 1L;
private Color color;
public MonochromePixels(Color color) {
this.color = color;
}
... | [
"yaroslav36455@gmail.com"
] | yaroslav36455@gmail.com |
29d15a5b07ec70d59842976c358f45cc1c044851 | 2ea78ebb0e630fc9711bef9135076aa8dd64a8c2 | /app/src/main/java/com/example/simpletodo/EditActivity.java | 83bfcb6d94ce3aaf106cf42faad81c4924ed755e | [
"Apache-2.0"
] | permissive | victormmontano/SimpleTodo | 678918ba3553595371263edda33a5f19dea1aa2a | 60bbd55c48780930f958c5d7e88a4486f13da901 | refs/heads/main | 2023-02-06T04:14:41.746118 | 2020-12-28T18:08:25 | 2020-12-28T18:08:25 | 324,930,044 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,775 | java | package com.example.simpletodo;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Spinner;
import androidx.appcompat.app.AppCompatActivity;
public class EditActivity extends AppCompatActivity {
... | [
"victormontano172@gmail.com"
] | victormontano172@gmail.com |
4197f186fc9c598be629caca7ab46f1538695fb9 | e9cd71322a57685336933b5e9500feed10783faf | /src/org/apache/catalina/util/LifecycleSupport.java | 19f0b013ad674ba513cadd1e2e5e2faef1592283 | [] | no_license | thewangzl/tomcat_learn | bceaa19e0839fac1acfbd77dfbf65c11861d6c6e | e34758912fe8eeabfece3032e1cb69f74579853f | refs/heads/master | 2020-12-02T12:46:11.806326 | 2017-07-26T03:49:06 | 2017-07-26T03:49:06 | 96,507,848 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,626 | java | package org.apache.catalina.util;
import org.apache.catalina.Lifecycle;
import org.apache.catalina.LifecycleEvent;
import org.apache.catalina.LifecycleListener;
public final class LifecycleSupport {
private Lifecycle lifecycle;
private LifecycleListener[] listeners = new LifecycleListener[0];
public LifecycleS... | [
"thewangzl@gmail.com"
] | thewangzl@gmail.com |
2a3a15e3210edd0154202e552809f5be0ee5fc73 | 4bec34f9f496db1f092d71b3dedbc77e2b9d2ee1 | /cbs.api.contest.dao/src/main/java/com/lifeix/cbs/contest/dto/fb/FbContestExt.java | b873db3182ba34d118465aae9ed39c994432795e | [] | no_license | 888xin/cbs.api | 08ec358363f1d7a0fc9037cf6746cc441c879497 | d9667aa1933fd9f0e02d2be97bc8aa7b8c8fe782 | refs/heads/master | 2020-03-27T07:14:56.367782 | 2018-08-26T11:49:04 | 2018-08-26T11:50:00 | 146,175,221 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,430 | java | package com.lifeix.cbs.contest.dto.fb;
import java.io.Serializable;
public class FbContestExt implements Serializable {
private static final long serialVersionUID = -8991527363577124824L;
private Long contestId;
private Long targetId;
private String homeTeamExt;
private String awayTeamExt;
... | [
"888xin@sina.com"
] | 888xin@sina.com |
ccb4136cf647607feaebb986cc2f2e58b515aff3 | 39eb7fb0a70928e424845b91ef74f6accc687299 | /JavaProjects/JavaLanguageExercises/src/streams/courses/shared/CourseType.java | 42f1cf604a3ded78190bb699d4da1acfe5b7a2b0 | [] | no_license | michaldurinik/Liberty-training-academy | 8b15518fca13d326a1abb56b70689da47a97b414 | 0f48b77571deb15c24891e5d4d0b21d8ea1f94e9 | refs/heads/master | 2023-01-23T15:03:42.901945 | 2019-07-24T16:23:21 | 2019-07-24T16:23:21 | 195,797,287 | 0 | 0 | null | 2023-01-07T07:36:42 | 2019-07-08T11:19:34 | JavaScript | UTF-8 | Java | false | false | 96 | java | package streams.courses.shared;
public enum CourseType {
BEGINNER,
INTERMEDIATE,
ADVANCED
}
| [
"Michal.Durinik@liberty-it.co.uk"
] | Michal.Durinik@liberty-it.co.uk |
5ecf6f2ca405c5567d390d22932203504ab46483 | 2f9b2832cbb8e78675690a6dfe261ad2919d0a0e | /src/com/browser/command/SaveCommand.java | 45c83c70944556a08de87547c5733208d8fc5705 | [] | no_license | abpawask/Voice-based-Browser | 04f3336201ddd2c49defdfed278f636bd829b3ed | c52403261b1b67249d7f2aa29e9a5c29b41be108 | refs/heads/master | 2021-01-23T08:04:35.300054 | 2014-02-19T02:09:41 | 2014-02-19T02:09:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,085 | java | /**
* This command class represents the functionality
* to save all the smart notes added in the sidebar
* view to a "smartnotes.txt" file.
*/
package com.browser.command;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.util.Ite... | [
"abpawask@jerboa.soic.indiana.edu"
] | abpawask@jerboa.soic.indiana.edu |
8cf2f96d12f178231141192e49dfba0426950096 | 445210861dd9b4c0e7e0f1550e4def2541d4f031 | /src/SrvPeriodo.java | 33a8d5717c288ff9dff048f0efe7f5836c12983c | [] | no_license | santiagoyepez/debint | 5fe322c77b3bb3d62b395bdfe3134256d15c3a79 | 6fb8eef58257bfe097abdc0bc03e3766a8a108b0 | refs/heads/master | 2021-01-20T18:47:34.983636 | 2016-08-09T03:33:52 | 2016-08-09T03:33:52 | 60,980,706 | 0 | 0 | null | 2016-08-05T04:47:44 | 2016-06-12T17:42:21 | JavaScript | UTF-8 | Java | false | false | 1,046 | java | import java.util.List;
import javax.ws.rs.Consumes;
import javax.ws.rs.GET;
import javax.ws.rs.POST;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
import javax.ws.rs.Produces;
import model.Periodo;
import model.Recurso;
import operador.TablaPeriodo;
import operador.TablaRecurso;
@Path("/periodo")
@Produces(... | [
"santymatarata@gmail.com"
] | santymatarata@gmail.com |
0cf1254b8ae40fa59e519062452e8a4015255128 | ca71b8ab4e9f1780b82718710e9f7c7e436683a3 | /src/main/java/com/rtbasia/difmerge/http/ListJobResponse.java | 77dbc71ad0e95789299612ec6f4cc868185864ab | [] | no_license | tagphi/dif-merge | 543c6c4bce83e4bdc8b1204a31d39f11a480e6a3 | 5ccf6e2de389bb986cec71b670d33f9bdcb0f1c1 | refs/heads/master | 2020-04-08T16:07:07.361427 | 2019-03-19T08:05:23 | 2019-03-19T08:05:23 | 159,504,881 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 451 | java | package com.rtbasia.difmerge.http;
import com.rtbasia.difmerge.entity.Job;
import java.util.List;
public class ListJobResponse {
private int total;
private List<Job> jobs;
public int getTotal() {
return total;
}
public void setTotal(int total) {
this.total = total;
}
pu... | [
"cong.liu@rtbasia.com"
] | cong.liu@rtbasia.com |
dc14cd3c513535f57c5f80e175f67a2936928176 | a744882fb7cf18944bd6719408e5a9f2f0d6c0dd | /sourcecode8/src/sun/net/www/content/text/plain.java | 98225450da41b99fc67c552a12f9bcfa176cdde9 | [
"Apache-2.0"
] | permissive | hanekawasann/learn | a39b8d17fd50fa8438baaa5b41fdbe8bd299ab33 | eef678f1b8e14b7aab966e79a8b5a777cfc7ab14 | refs/heads/master | 2022-09-13T02:18:07.127489 | 2020-04-26T07:58:35 | 2020-04-26T07:58:35 | 176,686,231 | 0 | 0 | Apache-2.0 | 2022-09-01T23:21:38 | 2019-03-20T08:16:05 | Java | UTF-8 | Java | false | false | 1,826 | java | /*
* Copyright (c) 1994, 1996, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | [
"763803382@qq.com"
] | 763803382@qq.com |
15947139c0042acd19c795547897ff4b502131f2 | 0c8d6027fe35e700bbf8bb1a5a7932b9b4f1a051 | /ENI-Enchere/src/dal/CategorieDAO.java | c703ec0f03d579462874210b3700f1f00b63fc88 | [] | no_license | eHervouet/ENI-Enchere | 67dafd8d4ea46642e61f03714bbdac818947b70b | e37fa6116cdc2588d012712828699a4711480e3d | refs/heads/master | 2022-12-02T22:34:12.853445 | 2020-08-14T08:11:31 | 2020-08-14T08:11:31 | 284,653,348 | 0 | 0 | null | 2020-08-14T08:11:32 | 2020-08-03T09:06:19 | Java | UTF-8 | Java | false | false | 131 | java | package dal;
import java.util.List;
import bo.Categorie;
public interface CategorieDAO {
public List<Categorie> selectAll();
}
| [
"hervouet.etienne@gmail.com"
] | hervouet.etienne@gmail.com |
8e0d881875eb086842a5fd08cf51b29457822be3 | 9cae58e762ac53afc482cc7aa2ce67c12ac7a2d9 | /rest-jersey-1.9/src/com/poc/webservices/rest/jersey/exceptions/NotFoundException.java | 6ff88c1db5982d7f57a9707d9e4bcf32d6910658 | [] | no_license | srikarrao/rest-jersey-demo | fa2ce3f9b4c4acb9b15039610fe4b86f6e7e2d0e | 54af38b9add33fe3fbd4302dfca211245c3dfa4a | refs/heads/master | 2021-01-12T10:49:00.657503 | 2017-01-23T19:14:25 | 2017-01-23T19:14:25 | 72,712,947 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 724 | java | package com.poc.webservices.rest.jersey.exceptions;
import javax.ws.rs.WebApplicationException;
import javax.ws.rs.core.Response;
import com.sun.jersey.api.Responses;
public class NotFoundException extends WebApplicationException {
/**
*
*/
private static final long serialVersionUID = 15555589L;
/**
* Cre... | [
"srikar.sirks@gmail.com"
] | srikar.sirks@gmail.com |
9e1d53741ee19a96ec161b60cbc5f14a659e4be2 | e90a6626427539a61543ad40551d325a98cdf925 | /src/main/java/com/google/zxing/qrcode/encoder/Encoder.java | 09e22dfd0a01b223d390291c32536f186759c29e | [] | no_license | turfaa/sambhar | d0d82e0244a7e3535fc4ca7a67de47e0b309fadf | 18e498dca941acbc00468244c0143b48585cd7b9 | refs/heads/master | 2020-04-27T21:05:51.745102 | 2019-03-09T11:10:35 | 2019-03-09T11:10:35 | 174,684,008 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,768 | java | package com.google.zxing.qrcode.encoder;
import com.google.zxing.EncodeHintType;
import com.google.zxing.WriterException;
import com.google.zxing.common.BitArray;
import com.google.zxing.common.CharacterSetECI;
import com.google.zxing.common.reedsolomon.GenericGF;
import com.google.zxing.common.reedsolomon.ReedSolomon... | [
"turfa_auliarachman@rocketmail.com"
] | turfa_auliarachman@rocketmail.com |
86302c2b0ac741f4e0beb486978f6ae97f53a267 | bfcd3c3d2349a5a1ce67b307463f73dbd2f82364 | /core/src/test/java/cn/leancloud/LCLeaderboardUserTests.java | 9d8a51086b1557884ff7c935b1e1f8a3792a4551 | [
"Apache-2.0"
] | permissive | leancloud/java-unified-sdk | 02bf727fdcde33d9172a2eac46976f8dd5e71f62 | 4dee5b1ff167493a001052b56fd817c8865fdd2b | refs/heads/master | 2023-06-26T05:10:08.906059 | 2023-06-14T08:04:54 | 2023-06-14T08:04:54 | 121,136,295 | 51 | 27 | Apache-2.0 | 2023-06-14T08:01:37 | 2018-02-11T15:20:02 | Java | UTF-8 | Java | false | false | 23,044 | java | package cn.leancloud;
import cn.leancloud.auth.UserBasedTestCase;
import cn.leancloud.json.JSON;
import cn.leancloud.json.JSONObject;
import io.reactivex.Observable;
import io.reactivex.Observer;
import io.reactivex.disposables.Disposable;
import junit.framework.Test;
import junit.framework.TestSuite;
import org.jetbr... | [
"jwfing@gmail.com"
] | jwfing@gmail.com |
1c8ab91e7f6c6ab04f924aa075e238f14039cf01 | 0293904c0b538eb94b9e8ec3cce47af762867333 | /src/main/java/ssm/domain/User.java | 8497af4e2c33ad6935c52c391b4b64a524a16e5d | [] | no_license | ymzh9511/ssm-easyui | b4f47ed357c1dcc51e6fc394fae8d98624e11034 | eaeda9d89a44c0a901a3b4e5a259a23a6030e565 | refs/heads/master | 2021-04-15T16:08:54.915004 | 2018-03-23T03:43:52 | 2018-03-23T03:43:52 | 126,428,234 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,008 | java | package ssm.domain;
public class User {
private String name;
private Integer id;
private Integer age;
private String des;
private String username;
private String password;
public String getName() {
return name;
}
public Integer getId() {
return id;
}
publi... | [
"429460719@qq.com"
] | 429460719@qq.com |
ea2542bada7f79e75e04d316a3cd5547f7f35ffe | fd23bd0a122c5d65d34d9e27559028df521894d6 | /ecommerce/src/br/com/ecommerce/beans/Venda.java | dfce2669db1b106f3e4c5911aa3073262459ba0f | [] | no_license | rodrigoggsilva/workspace | bd56d490968ce214105b0d5ff5a8cc8597154cb9 | 2cd3395efb49fe821fce277fb0089c9753a76761 | refs/heads/main | 2022-12-26T07:50:23.113928 | 2020-10-05T20:39:58 | 2020-10-05T20:39:58 | 301,442,082 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,534 | java | package br.com.ecommerce.beans;
public class Venda {
private int notaFiscal;
private String data;
private float total;
private Produto produto;
private Cliente cliente;
public Venda() {
super();
}
public Venda(int notaFiscal, String data, float total, Produto produto, Cliente cliente) {
super();
... | [
"rodrigoggsilva@gmail.com"
] | rodrigoggsilva@gmail.com |
ff64e8d1d9fbebb71bad5b2d7177db6d34fc7d2f | 39bfdc7a000ddcac63ab4a636b58eafe91fb267d | /MioModello.java | ad0143e5f3e2f055ac26cb27e64d7353ff6f5ae6 | [] | no_license | amosth/EasyTrain | e8532922c3d84ddc1bd3c46c6a2869a01aedd49f | d40d08003dfd2a0818e321c5a48769d078810be6 | refs/heads/master | 2023-01-16T03:46:32.377967 | 2020-11-28T10:40:29 | 2020-11-28T10:40:29 | 316,709,255 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,169 | java | import javax.swing.*;
/**
* MioModello è la classe che ha il solo scopo di modellare un oggetto che contenga una stringa da stanpare da stampare
* all'interno della lista degli orari (componente grafico JList)
*
* @author Amos Cappellaro
* @author Luca Dal Poz
* @author Marco Castagnera
*... | [
"amosc@student.chalmers.se"
] | amosc@student.chalmers.se |
512c32e531ffd2d302a51b5e735b26b28e11f9bc | 55316982556dc7b41093ecc83003e0426f7490bb | /server/src/main/java/com/wxmetro/ic/modules/gen/service/GenTableService.java | 3c604aab1b80b48a48499002e9ef27d09a25b8cd | [
"Apache-2.0"
] | permissive | wxmetroinfocenter/IntelligentContainer | 977f4bd2aaac6a2f8ac25c0a22e88255ab3e0d2f | 49d7ca632ed3df50c5f6870885a9cdb0e59dc16b | refs/heads/master | 2022-12-22T01:37:22.168548 | 2020-04-22T01:53:18 | 2020-04-22T01:53:18 | 219,893,172 | 0 | 0 | null | 2022-12-16T06:11:56 | 2019-11-06T02:17:34 | JavaScript | UTF-8 | Java | false | false | 5,031 | java | /**
* Copyright © 2020-2022 <a href="https://www.wxmetro.com">wxmetro</a> All rights reserved.
*/
package com.wxmetro.ic.modules.gen.service;
import java.util.List;
import com.wxmetro.ic.common.persistence.Page;
import com.wxmetro.ic.common.service.BaseService;
import com.wxmetro.ic.common.utils.StringUtils;
i... | [
"h455438081@163.com"
] | h455438081@163.com |
31f57e19587492a8bbebb55c6dcf2455e463344d | 9d76ae17001e3181285fce3b9e7dcea58860e1d0 | /src/main/java/com/pageUIs/bankguru/PaymentDepositPUI.java | b17619e833901be013311c1fa74e0bb68b97b19c | [] | no_license | tam12345678910/web-hydrid-automation-framework-bankguru | 5acdcbb88188ecd7b83f416bddf2401ec63bbae0 | 40789708074ef7a1ce05e3802a18b08e6a8b7e85 | refs/heads/master | 2023-05-04T06:01:19.627935 | 2021-05-27T16:30:17 | 2021-05-27T16:30:17 | 371,428,556 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 499 | java | package com.pageUIs.bankguru;
public class PaymentDepositPUI {
public static final String ACCOUNT_NO_AT_DEPOSIT_FORM = "//input[@name='accountno']";
public static final String AMOUNT_AT_DEPOSIT_FORM = "//input[@name='ammount']";
public static final String DESCRIPTION_AT_DEPOSIT_FORM = "//input[@name='desc']";
pub... | [
"vinhtam840@gmail.com"
] | vinhtam840@gmail.com |
02149af677ca7750cdb159a4a1e7c83f5894b6f5 | a59f05a19693f1fb0092d1acce1d48c25c125919 | /CoreJavaHW/src/com/hw1/q7/Employee.java | 925def421bc77eb307bae43bbffd6b140b92edc5 | [] | no_license | 1909sept03java/tomi-adegbenro | 8ca9b258e7d10894d518aa3fe528eb42069056a9 | 1ef8e111c1022112837386396baf48900adca217 | refs/heads/master | 2023-01-12T09:51:41.184835 | 2020-02-12T02:27:12 | 2020-02-12T02:27:12 | 207,335,163 | 0 | 0 | null | 2023-01-07T10:15:16 | 2019-09-09T14:56:33 | Java | UTF-8 | Java | false | false | 1,222 | java | package com.hw1.q7;
import java.util.Comparator;
public class Employee {
private String name;
private String department;
private int age;
Employee(String nm, String dept, int a) {
this.name = nm;
this.department = dept;
this.age = a;
}
public String getName() {
return name;
}
public void setName(S... | [
"tomi.adegbenro@gmail.com"
] | tomi.adegbenro@gmail.com |
19be5ef3dc76da7ab12fada49200c0e658383599 | 4afeeddf4b71e27af5e5ecb9f3564a1d3b1c392d | /app/src - 副本/main/java/com/ming/sjll/message/view/MessageSystemNotificationView.java | dfe1387948671b84be85d33c3d3d1f3df066d9bd | [] | no_license | idaretobe/kpsd | 2e3a6a14727d136bed00652d55939d524cab88e3 | 34291390c3daaf6c296bf5c12f2b5164d6a8df4b | refs/heads/master | 2023-02-23T08:10:25.907125 | 2021-01-31T11:41:04 | 2021-01-31T11:41:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 329 | java | package com.ming.sjll.Message.view;
import com.ming.sjll.base.view.MvpView;
import com.ming.sjll.Message.viewmodel.MessageSystemNotificationBean;
import java.util.List;
public interface MessageSystemNotificationView extends MvpView {
void onShowData(List<MessageSystemNotificationBean.DataBean.DataBeanX> dataBe... | [
"593523111@qq.com"
] | 593523111@qq.com |
324d6d5a825ba5910d47ab915257f75b971130ce | 4f20025fd9a9537aa3082803eca1895afa15fd3b | /net/src/test/java/com/zfoo/net/zookeeper/curator/cache/CuratorCacheTest.java | f414f8642bf25f8b13e0621fb9de76298b047558 | [
"Apache-2.0"
] | permissive | guass/zfoo | 13f57b0aedde93a299c399b60b9330d0dade39a5 | 034f8bd55bfa3c71a149aa5427a047842c1508e9 | refs/heads/main | 2023-08-30T07:34:33.143620 | 2021-11-08T12:35:33 | 2021-11-08T12:35:33 | 427,328,215 | 1 | 0 | Apache-2.0 | 2021-11-12T11:03:03 | 2021-11-12T11:03:02 | null | UTF-8 | Java | false | false | 1,568 | java | package com.zfoo.net.zookeeper.curator.cache;
import com.zfoo.util.ThreadUtils;
import org.apache.curator.framework.CuratorFramework;
import org.apache.curator.framework.CuratorFrameworkFactory;
import org.apache.curator.framework.recipes.cache.ChildData;
import org.apache.curator.framework.recipes.cache.CuratorCache... | [
"jaysunxiao.gmail.com"
] | jaysunxiao.gmail.com |
f80f84a4e626e68532967fe55d9099ea408f7cd4 | 459db6c67d542c715855270c5904e652f7851f77 | /SMT/smt-backend/src/main/java/com/smt/example/controller/rest/TaskController.java | daea9b978743d61144356deba68c0fd66db54f7c | [
"MIT"
] | permissive | Tuvshintur/CS425 | 5827daa525567ffc473fb3bdb4f1e02413540231 | 02e92d0489cb7338ce47be1ad133537262fb9980 | refs/heads/master | 2023-03-11T03:43:48.325338 | 2019-11-11T21:19:51 | 2019-11-11T21:19:51 | 216,063,208 | 2 | 0 | null | 2023-03-02T04:59:53 | 2019-10-18T16:16:40 | Java | UTF-8 | Java | false | false | 11,093 | java | package com.smt.example.controller.rest;
import com.smt.example.constant.Constants;
import com.smt.example.dto.ErrorDTO;
import com.smt.example.dto.ResponseDTO;
import com.smt.example.dto.SearcherDTO;
import com.smt.example.entity.*;
import com.smt.example.exception.ValidationException;
import com.smt.example.security... | [
"tuvshintubatzorig@gmail.com"
] | tuvshintubatzorig@gmail.com |
003bad3a16341830d0b7c39d938847f30d577e93 | a6b70bea1dd67544febe98b96483967a150d49dd | /java-datas/src/main/java/classeDate/AplicacaoExercicio.java | 6bac2cf9dde801917fdfd6bc572596770c01005f | [] | no_license | rafaelgauderio/java-maven-grandle | 1f6f87827f593943ba1900bb13ebfd4e199cf26a | ee7a203c1919eee22576b0c6d5696c6ba6f9491c | refs/heads/main | 2023-05-08T04:07:44.461230 | 2021-05-30T23:01:44 | 2021-05-30T23:01:44 | 370,816,456 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 495 | java | package classeDate;
import java.util.Date;
public class AplicacaoExercicio {
public static void main(String [] args ) {
AplicacaoExercicio exercicio = new AplicacaoExercicio();
exercicio.checarLong(1563385317992L);
exercicio.dateToLong();
}
public Date checarLong(long epoch)
... | [
"deluca1712@gmail.com"
] | deluca1712@gmail.com |
bd0ed47a7219fc3df0f549b048080c480eb49916 | 473b76b1043df2f09214f8c335d4359d3a8151e0 | /benchmark/bigclonebenchdata_completed/13368520.java | 748616a69c7c10a3bed76895c19e92c31e21cb09 | [] | no_license | whatafree/JCoffee | 08dc47f79f8369af32e755de01c52d9a8479d44c | fa7194635a5bd48259d325e5b0a190780a53c55f | refs/heads/master | 2022-11-16T01:58:04.254688 | 2020-07-13T20:11:17 | 2020-07-13T20:11:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,100 | java |
class c13368520 {
public MyHelperClass Streams;
public MyHelperClass getWriter(){ return null; }
public MyHelperClass _getFile(String o0){ return null; }
public void sendTextFile(String filename) throws IOException {
MyHelperClass Checker = new MyHelperClass();
Checker.checkEmpty(filename, "fi... | [
"piyush16066@iiitd.ac.in"
] | piyush16066@iiitd.ac.in |
7825f590711fc58fc092a1a5c1e820c7df6e5660 | 92c1674aacda6c550402a52a96281ff17cfe5cff | /module22/module11/module2/src/main/java/com/android/example/module22_module11_module2/ClassAAD.java | c4052dcc65f2c57f4ebf4eaf8c60aa7dbea33f1f | [] | no_license | bingranl/android-benchmark-project | 2815c926df6a377895bd02ad894455c8b8c6d4d5 | 28738e2a94406bd212c5f74a79179424dd72722a | refs/heads/main | 2023-03-18T20:29:59.335650 | 2021-03-12T11:47:03 | 2021-03-12T11:47:03 | 336,009,838 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,685 | java | package com.android.example.module22_module11_module2;
public class ClassAAD {
private com.android.example.module06_module061_module4.ClassAAJ instance_var_1_0 = new com.android.example.module06_module061_module4.ClassAAJ();
private com.android.example.module06_module165_module6.ClassAAD instance_var_1_1 = new com... | [
"bingran@google.com"
] | bingran@google.com |
508f9ab1bf716c844b127b0a15a888d802d94d6c | 01bc5ba61ca8e1cf0773d98bbadba4acd50302bd | /src/ch2/StringTest.java | 0510fe367a1219ed1003a8ba07b382429dbfffa3 | [] | no_license | jsw2060/JavaPractice | 81ae0336f0083b592fbdca206a01958e47d88b85 | 90c36a96b8e204b8084502cc09b82813d24073bd | refs/heads/master | 2021-07-13T17:11:53.751108 | 2020-12-02T09:15:07 | 2020-12-02T09:15:07 | 220,875,475 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 448 | java | package ch2;
public class StringTest {
public static void main(String[] args) {
String a = 7 + " ";
String b = " " + 7;
String c = 7 + "";
String d = "" + 7;
String e = "" + "";
String f = 7 + 7 + "";
String g = "" + 7 + 7;
System.out.println(a);
System.out.println(b);
System.ou... | [
"jsw2060@gmail.com"
] | jsw2060@gmail.com |
4e70559ac4f2d524e7aca15ce4840ba78c5c938c | fe82052d1db9e6c0e0c18ac50dafb60c5be045f1 | /sunbird/src/main/java/com/org/sunbird/App.java | 7c9ebc8cd30ccbd7ac879cd0ca6653e121144c15 | [] | no_license | dksarvan/sunbird | 6007fdad68516c29af9db48e9897cd503182504f | b877c511b96ea32433d1c44cd8d507ff2a157027 | refs/heads/master | 2021-09-06T19:18:14.911205 | 2018-02-10T09:48:53 | 2018-02-10T09:48:53 | 100,264,676 | 0 | 0 | null | 2017-08-14T14:13:48 | 2017-08-14T12:23:35 | Java | UTF-8 | Java | false | false | 182 | java | package com.org.sunbird;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args ) {
System.out.println( "Hello Sarvan!" );
}
}
| [
"dksarvan@gmail.com"
] | dksarvan@gmail.com |
1cf388298ac40c1aa4c854f371123056d6ec9f56 | 519ce4e6adf10bb2a4e416d493b8ab577ab37f0a | /src/Chapter1/Question1_5.java | 207f97def4ec869b90bf60d6721287253088a373 | [] | no_license | lemena86/CrackingTheCodeInterview | 7a4aaf11a2fe1451ccff68fcbc60f1d254eb18b3 | e8395abb7fd6f65d60cf9d00eba485dba4627882 | refs/heads/master | 2021-05-06T14:30:25.766236 | 2019-10-27T14:49:37 | 2019-10-27T14:49:37 | 113,374,953 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,875 | java | package Chapter1;
import java.util.HashMap;
import java.util.Map;
public class Question1_5 {
static boolean oneAway(String a, String b) {
if (b.length() > a.length() + 1) return false; //more than one insert
if (b.length() < a.length() - 1) return false; //more than one delete
int count ... | [
"lemena86@gmail.com"
] | lemena86@gmail.com |
f81de920f840a8e198d84069861247c65052c180 | 436c32b8c19096231a767c45e0cac112d71a608f | /src/Grid.java | 5513a3429310f83fc6df7d41d645b2466b4ef872 | [] | no_license | EmilyLDavis/SpaceInvaders | 5d937cf37bc1e14083e285f162021b4baf14f66a | 110060290ccb49c8be8119ce383f84645e796722 | refs/heads/master | 2021-01-12T09:13:18.336899 | 2017-04-23T14:51:32 | 2017-04-23T14:51:32 | 76,783,862 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,047 | java | import java.util.ArrayList;
/**
* Created by emily on 18/12/2016.
*/
public class Grid {
private char empty = ' ';
private ArrayList<ArrayList<Character>> grid = new ArrayList<>();
private int width = 10;
private int height = 5;
public Grid(){
makeGrid();
}
public void makeGrid... | [
"qd04759@student.reading.ac.uk"
] | qd04759@student.reading.ac.uk |
60bd60872a6bddb57a4b4e8d750dd6735c24fc4d | 9e7b35acdfa12fb5d1d7fdc4860f179ee17930b7 | /MovieCatalogue/app/src/main/java/id/shobrun/moviecatalogue/views/iview/IConsumerMovieFavoriteView.java | ee0a37f836a8238f76ddfadbd2a0525f26637fd8 | [] | no_license | galihsatriawan/Dicoding_MADE | 031322877ac589ca5d42d1f072362b452e0acdb0 | e314e32b1a2b58ddfdec581bd459a13694ca27cd | refs/heads/master | 2020-06-08T15:16:29.245058 | 2019-09-23T12:45:27 | 2019-09-23T12:45:27 | 193,249,846 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 359 | java | package id.shobrun.moviecatalogue.views.iview;
import java.util.ArrayList;
import id.shobrun.moviecatalogue.models.data.Movie;
public interface IConsumerMovieFavoriteView {
void initUI();
void initViewModel();
void hideProgress();
void showProgress();
void showMessage(String msg);
void showLi... | [
"satriawan.galih99@gmail.com"
] | satriawan.galih99@gmail.com |
8baed4a088df5df119ef238fa7a0e2c0a7512f39 | e0e41970f287dd868b01a41f197e4844c1e43973 | /BackEnd/transport_manager/src/main/java/com/transportmanager/auth/repository/BusRepository.java | 9e9420f17785572fb5897a1422ccdccb133e912c | [] | no_license | kavindu12/SpringBootApplication | fecd49cf6764c0a1636a2bb71b3816ee696d103a | 0363e2c091ea5f660b70f287099e6e70262e239d | refs/heads/master | 2020-07-26T00:54:33.756814 | 2019-09-14T17:41:04 | 2019-09-14T17:41:04 | 208,478,398 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 325 | java | package com.transportmanager.auth.repository;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
import com.transportmanager.auth.entity.Bus;
/**
* The Interface BusRepository.
*/
@Repository
public interface BusRepository extends CrudRepository<Bus, Long> ... | [
"kavindu.amarawansha@gmail.com"
] | kavindu.amarawansha@gmail.com |
175cb45717b0c5aa00dd6b7b516d2cd0c2d42fe6 | b47329a1d8e0fd658f8d25b925af41ecb82bea9e | /app/src/main/java/com/example/quizapp/Question.java | ba313296e65b5b3861c32e1b002a507885cc6d12 | [] | no_license | Gouri12/Quiz_APP | 4225e5be72ad3c8810c72eaa42e20551508d8d27 | 4293a42a970b4f0c5c5d76585b2ade8baceb466c | refs/heads/master | 2023-04-16T19:25:43.980709 | 2021-05-04T05:37:36 | 2021-05-04T05:37:36 | 364,154,597 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,290 | java | package com.example.quizapp;
public class Question {
String question;
String optA;
String optB;
String optC;
String optD;
int correctAns;
public Question(String question, String optA, String optB, String optC, String optD, int correctAns) {
this.question = question;
this.op... | [
"gourisuresh2018@gmail.com"
] | gourisuresh2018@gmail.com |
263357217116cb6c1453ec905d9595b2f7f38b6d | f506032a8d2cfaa7f9ea54d3bd90cd97609af890 | /ClusterWiseLinearRegression/src/execute/RunOriginalModel.java | d824b09d2637a5243651eea0bb2f72ad29035725 | [] | no_license | hadipanahi/cw_rg | 2ee7ce1b8674c3deb30f10bacc8ddfa0f782b2c1 | 703ec4934d901e420b8e6cd366c312271f6d8c71 | refs/heads/master | 2021-08-30T20:09:47.599044 | 2017-12-14T07:26:17 | 2017-12-14T07:26:17 | 112,997,544 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,343 | java | package execute;
import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import org.neos.client.NeosClient;
import org.neos.client.NeosJobXml;
import dataSource.DataSource;
import ilog.concert.IloException;
import models.OriginalModel;
... | [
"panahi@gmail.com"
] | panahi@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.