blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ccfd2704ec9aca27facbcf6778b3b85aa477b629 | 4dd715e16a8c4a2cb89fc68e761ab1dc4d15c6ca | /Unit 03/src/DistanceRunner.java | 24f078e5551ae9ecb6f69d7afd0b9a3eeea9c5bb | [] | no_license | SerenaG19/geroe_serena_apcsa-p222 | 577312d47d904d15812f12904e2e0bd7e9a030f4 | 8daa46353c246d7e666f7793cc17f396b79799dc | refs/heads/master | 2020-04-20T08:33:36.858613 | 2019-05-22T21:12:35 | 2019-05-22T21:12:35 | 168,742,747 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,615 | java | //(c) A+ Computer Science
//www.apluscompsci.com
//Name - Serena Geroe
//Date - 02/06/19
//Class - APCSA
//Lab - Distance Formula
import java.util.Scanner;
import static java.lang.System.*;
import static java.lang.Math.*;
public class DistanceRunner
{
public static void main( String[] args )
{
//add test cases... | [
"47190047+SerenaG19@users.noreply.github.com"
] | 47190047+SerenaG19@users.noreply.github.com |
951056cc39801e58050ea5f1332ab39619ae76af | e708706304267157beeef4c49b028b46672243c3 | /Documents/NetBeansProjects/Java8SE/src/Test.java | 5da90f6b48956bacf55bbd0b5264aaedc7496109 | [] | no_license | vmonterrubio/CursoJavaSE8 | 2ed0d3c2f11be25b6c9c7a21627b30feebd73322 | ca0a52ec90a8d50eb09b8f51dff55eb64532f4cb | refs/heads/master | 2021-01-16T18:16:42.588663 | 2017-08-11T20:52:46 | 2017-08-11T20:52:46 | 100,052,724 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 339 | java | public class Test {
enum Month { JAN, FEB, MAR };
public static void main(String [] args) {
Month m1 = Month.JAN;
Month m2 = Month.JAN;
Month m3 = Month.FEB;
System.out.println(m1 == m2);
System.out.println(m1.equals(m2));
System.out.println(m1 == m3);
System.out.println(m... | [
"victor.monterrubio@gmail.com"
] | victor.monterrubio@gmail.com |
d47f7f1b6faaa3062b37d893e31dcde1f35022bc | d1420c6331d2d129dc5247f4267c23a77edfc1b5 | /app/src/test/java/com/counsellor/Qspider/ExampleUnitTest.java | cdc1e8eeb5b5884a8fab3c7b396b457de1daa187 | [] | no_license | manishasinghkuntal/QspiderCounsellor | fd55e767273a564b39a1f530efc77b8d86455857 | 2834a20593f648632eada6a395e7a087ffd82194 | refs/heads/master | 2022-11-30T19:18:28.852255 | 2020-08-12T08:36:13 | 2020-08-12T08:36:13 | 285,608,122 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 383 | java | package com.counsellor.Qspider;
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... | [
"manisha.s.kuntal@gmail.com"
] | manisha.s.kuntal@gmail.com |
f799846ad2272120f5a77f66efc9d38a61566655 | df16bfeb2f1526be067fc0df829b251b20230fa3 | /common/src/main/java/cn/lds/common/data/DealerListModel.java | c268480bff7ebff26caae281dd33fa6add4ab214 | [] | no_license | binbin5257/A001 | da727e95d81677fd9d5e6f4aa6d89c5c051aa310 | 8ebdc93935e1833311d10acc12508c489d1ff4cd | refs/heads/master | 2020-04-06T08:12:02.443207 | 2019-08-08T01:34:43 | 2019-08-08T01:34:43 | 157,298,109 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,077 | java | package cn.lds.common.data;
import java.util.List;
import cn.lds.common.data.base.BaseModel;
/**
* 经销商列表数据模型
* Created by leadingsoft on 17/12/26.
*/
public class DealerListModel extends BaseModel {
private List<DataBean> data;
public List<DataBean> getData() {
return data;
}
public vo... | [
"sibinbin@adsl-172-10-1-182.dsl.sndg02.sbcglobal.net"
] | sibinbin@adsl-172-10-1-182.dsl.sndg02.sbcglobal.net |
82d11ee0b47958bff79a56ecf607a9c937bffebe | 90878ded97b8549277bf218b5124bb79de14a134 | /MediPiPatient/javax-usb/src/main/java/javax/usb/UsbException.java | f95b084153235db4e93b7dd03530eae2f0eeeb94 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | igorsirkovich/MediPi | 669ae9dad924e60017ae443e1b5f02de34a67700 | fcc9b2e74a1258d2727f04ee65414442314de2ca | refs/heads/master | 2021-06-03T18:36:36.469150 | 2016-09-15T15:36:50 | 2016-09-15T15:36:50 | 68,408,387 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 624 | java | package javax.usb;
/**
* Copyright (c) 1999 - 2001, International Business Machines Corporation.
* All Rights Reserved.
*
* This software is provided and licensed under the terms and conditions
* of the Common Public License:
* http://oss.software.ibm.com/developerworks/opensource/license-cpl.html
*/
/**
* Ex... | [
"kuntala.krishna@mastek.com"
] | kuntala.krishna@mastek.com |
8b88e954e25db7a64bd9d3d4b53a119fdbf28a00 | 755a5432e9b53191a8941591f560e7a4fc28b1a0 | /java-basic/src/main/java/ch23/e/CalculatorServer2.java | 803a9a6e4f5db2a950c487b8ff5a6b8c7269cc94 | [] | no_license | SeungWanWoo/bitcamp-java-2018-12 | 4cff763ddab52721f24ce8abcebcec998dacc9e3 | d14a8a935ef7a4d24eb633fedea892378e59168d | refs/heads/master | 2021-08-06T22:11:24.954160 | 2019-08-06T08:17:07 | 2019-08-06T08:17:07 | 163,650,664 | 0 | 0 | null | 2020-04-30T03:39:17 | 2018-12-31T08:00:39 | Java | UTF-8 | Java | false | false | 2,682 | java | // Stateful 응용 - 클라이언트의 작업 계산 결과를 서버에 유지하기
package ch23.e;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.PrintStream;
import java.net.ServerSocket;
import java.net.Socket;
public class CalculatorServer2 {
public static void main(String[] args) {
try (ServerSocket serverSocket =... | [
"seungwan.woo94@gmail.com"
] | seungwan.woo94@gmail.com |
962ede61c5e093dc74bc5fcd8c7908368ab6de2f | 0a25f0a373a218501c64eae4d47ccf12d20e0145 | /src/main/java/com/b2b/zadania/Division.java | 5cc22d913379125c7cb401bff94baa01905acef7 | [] | no_license | AleksandraSieg/ZadaniaPierwszyTydzien | 40a2e4fb442774e853a0bc12aacb1901567135c9 | 06a9ba554b439f383929325be37c093bf258df32 | refs/heads/master | 2021-09-04T00:52:11.414211 | 2018-01-13T16:13:30 | 2018-01-13T16:13:30 | 115,829,744 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 483 | java | package com.b2b.zadania;
public class Division {
public String division(double no1, double no2) {
String statement = "";
if (no2 != 0) {
double result = no1 / no2;
double result2 = result * 100;
double result3 = Math.round(result2);
double result4 =... | [
"aleksandra.sieg@gmail.com"
] | aleksandra.sieg@gmail.com |
9eb0b436905a0e2063f124aa25821a004e327894 | da4574a3c7d62d45028818cc0c095877d98c8122 | /src/test/java/befaster/solutions/FizzBuzzR3Test.java | 683fc2636ebaa9090be18a40432261325980d231 | [
"Apache-2.0"
] | permissive | CX-FizzDeluxe/itqb01 | 36addc178e642f92b81969645606af9b4ef9540d | c57147f44c12633d389d563721d939ada3f8f18e | refs/heads/master | 2021-09-14T17:14:12.244222 | 2017-10-06T11:55:37 | 2017-10-08T20:21:25 | 106,056,712 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,639 | java | package befaster.solutions;
import org.junit.Assert;
import org.junit.Test;
public class FizzBuzzR3Test {
@Test
public void test_is_fizz() {
Assert.assertEquals("fizz", FizzBuzz.fizzBuzz(3));
Assert.assertEquals("fizz", FizzBuzz.fizzBuzz(21));
Assert.assertEquals("fizz", FizzBuzz.fizz... | [
"iulian.ghionoiu@gmail.com"
] | iulian.ghionoiu@gmail.com |
9dd0fd2ffbecc1997746f8472f78b30a3919710b | 05eac30d8e83fe8e6f69da174164d629ee29015b | /android/app/src/main/java/com/cool_scene_25128/MainApplication.java | 961958085cc29c896dc556b242e81e7016b37b30 | [] | no_license | crowdbotics-apps/cool-scene-25128 | 8b3e21367f232e356892d4266c8257afec668693 | 2b658e3f7174ab7ef2fa349dc4c6c10fec850b10 | refs/heads/master | 2023-04-02T04:41:54.397063 | 2021-03-19T20:18:12 | 2021-03-19T20:18:12 | 349,545,394 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,693 | java | package com.cool_scene_25128;
import android.app.Application;
import android.content.Context;
import com.facebook.react.PackageList;
import com.facebook.react.ReactInstanceManager;
import com.facebook.react.ReactApplication;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com.... | [
"team@crowdbotics.com"
] | team@crowdbotics.com |
ff26b02dda5adf338c36d2c81b113fd871631dd2 | 16fede143b06202d918eaadd30698b9d91a2f097 | /src/com/liangyt/thread/ThreadLocalTest.java | ad20d428296cd58d17cb2176bfbba1c6f817eb11 | [] | no_license | liangyt/ThreadSync | d2b0b5c47b12b4e6e0b920b170a686a515177c7e | 7fd8119361f20734b944af8037ec1b9a8b66ec1d | refs/heads/master | 2021-09-04T04:57:16.430592 | 2018-01-16T03:25:21 | 2018-01-16T03:25:21 | 112,438,010 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 910 | java | package com.liangyt.thread;
import java.util.concurrent.atomic.AtomicInteger;
/**
* 描述:每个线程自已有自已的一个安全备份,互不影响
*
* @author tony
* @创建时间 2017-11-28 10:21
*/
@SuppressWarnings("all")
public class ThreadLocalTest {
public static void main(String[] args) {
CopyThread ct1 = new CopyThread("ct1");
Co... | [
"liangyongtong@foxmail.com"
] | liangyongtong@foxmail.com |
b4cd2fe838088dd79f3b38e49e52da56b37acd6f | eddb2c3a4de2cdcc6de7e0e914416a11008471c8 | /src/main/java/com/blog/demo/configuration/enableScheduling/SpringSchedulingConfig.java | ba52ac70b85ed21ce2f272273000a115716233f5 | [] | no_license | orestwojtowicz/spring-blog | 87e2323741308149fbd5436b9c76f2af8a09b894 | 41ab57035b79d64ed9031b321bd64f5367e0c09a | refs/heads/master | 2022-02-04T08:56:29.832276 | 2019-12-05T15:48:12 | 2019-12-05T15:48:12 | 212,022,986 | 0 | 0 | null | 2022-01-21T23:30:59 | 2019-10-01T05:59:18 | Java | UTF-8 | Java | false | false | 302 | java | package com.blog.demo.configuration.enableScheduling;
import org.springframework.context.annotation.Configuration;
import org.springframework.scheduling.annotation.EnableScheduling;
/**
* Created by damiass on Oct, 2019
*/
@Configuration
@EnableScheduling
public class SpringSchedulingConfig {
}
| [
"orestwojtowicz94@gmail.com"
] | orestwojtowicz94@gmail.com |
09fcc854599a399d386429e8ea5bebafef1dd45d | 5232b696345052a1a889c281dc3269a417bca6ac | /ToDoList/src/main/java/com/task/service/TaskServiceImpl.java | 031e1bfd68d0d81a8654c4615579f395467e94d0 | [] | no_license | smleecode/Todolist | ab926fa736821118b73171ab17eb3fa848e7eaa4 | 1216078f69a96dbd304decea0e59edbfd4e3c879 | refs/heads/master | 2020-04-20T14:31:27.631567 | 2019-02-11T14:47:48 | 2019-02-11T14:47:48 | 168,901,075 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 807 | java | package com.task.service;
import java.util.List;
import java.util.Map;
import javax.inject.Inject;
import org.springframework.stereotype.Service;
import com.task.dao.TaskDao;
@Service
public class TaskServiceImpl implements TaskService {
@Inject
TaskDao taskDao;
@Override
public List<Map<S... | [
"leesumin90@naver.com"
] | leesumin90@naver.com |
245417bafa1750b19f177dda03d1904afa15d73b | 19183087a9ceea0b7b3ee632ba0452c836242c47 | /InglesAventurero/app/src/androidTest/java/com/olfybsppa/inglesaventurero/tests/collectorstests/ReplyParcelableTest.java | 9b0280ae2e93e6bde5155d58d951ab69c885df49 | [] | no_license | flocela/IngAve-Android | ce28feb7e0ffbe08d28389978197916b0437d7f0 | 6111159f27f2eeefce4bf0d1391ff6c5d28f2d42 | refs/heads/master | 2023-08-21T17:10:22.010072 | 2021-09-27T21:32:17 | 2021-09-27T21:32:17 | 212,629,837 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,343 | java | package com.olfybsppa.inglesaventurero.tests.collectorstests;
import android.os.Parcel;
import com.olfybsppa.inglesaventurero.stageactivity.collectors.Reply;
import org.junit.Test;
import java.util.ArrayList;
import static junit.framework.Assert.assertEquals;
public class ReplyParcelableTest {
@Test
public v... | [
"flocela@gmail.com"
] | flocela@gmail.com |
9f00f6b249a4040b419109bb7d6f8621e55bee96 | 99c4ca15ecb7907d474e15391c658705e11a0004 | /src/main/java/com/wdd/thrift/service/impl/TestThriftServiceImpl.java | fb2e390a71d500c2a6f26529a809815204626d67 | [] | no_license | wongdongd/boss-learn | d7772702faaabe91b2b2187d6dd8126f9fa2970c | 2c2f31bceca51552a3bfb7117c1f92301bf66a15 | refs/heads/master | 2023-04-03T09:52:33.055667 | 2021-04-19T13:33:03 | 2021-04-19T13:33:03 | 359,394,871 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 417 | java | package com.wdd.thrift.service.impl;
import com.wdd.thrift.service.TestThrift;
import org.apache.thrift.TException;
public class TestThriftServiceImpl implements TestThrift.Iface {
@Override
public String getStr(String str1, String str2) throws TException {
return str1 + str2;
}
@Override
... | [
"wongdongd@163.com"
] | wongdongd@163.com |
88518c07cb63029b647d5f4075c5d47d2ac93ce1 | 4e93c798912f2eb3ed5e46de368944dc469adba9 | /java-client/src/main/java/co/elastic/clients/elasticsearch/ml/DeleteModelSnapshotResponse.java | 795043dad9e771028f83797da1529aa5e7d780a3 | [
"Apache-2.0"
] | permissive | ahmadimt/elasticsearch-java | b3d2abd65ac5e16085327d9ef918789805d5738b | 1778b1aa5a8a827ed902b9ad7f636e3a137278ae | refs/heads/main | 2023-05-12T08:34:36.970807 | 2021-06-02T13:01:35 | 2021-06-02T13:01:35 | 373,423,961 | 0 | 0 | Apache-2.0 | 2021-06-03T07:47:08 | 2021-06-03T07:47:08 | null | UTF-8 | Java | false | false | 2,916 | java | /*
* Licensed to Elasticsearch B.V. under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not u... | [
"sylvain@elastic.co"
] | sylvain@elastic.co |
3800d13aa28fc5699be0018b8637ff736ef55c24 | 018adaf5f1e17065845e1b8fcad32e7c3eab74c6 | /paascloud-common/paascloud-security-core/src/main/java/com/paascloud/security/core/validate/code/ValidateCodeException.java | 2018cf310fb06777f2bc64d292826f75b1773d3a | [] | no_license | wangwuuw/surpermarket | e367f4daf9581acb48abf9c415ce718fb6b3e5ef | 5f0a1b7643d6bbfe276937eafbb99c5bc887100d | refs/heads/master | 2020-04-28T15:12:43.642801 | 2019-03-13T07:54:43 | 2019-03-13T07:54:43 | 175,364,625 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 519 | java | package com.paascloud.security.core.validate.code;
import org.springframework.security.core.AuthenticationException;
/**
* The class Validate code exception.
*
* @author paascloud.net@gmail.com
*/
public class ValidateCodeException extends AuthenticationException {
private static final long seria... | [
"wangwu123mtr@sina.com"
] | wangwu123mtr@sina.com |
be5602a873d917d1f33facbb335d118bab14a8d2 | 78a8bd2c5596163b26f6c55160bd64b3c4cd17fa | /v1_13_R1/src/main/java/uk/co/harieo/seasons/core/v1_13_R1/bad/Devastation.java | 3b8d90736c681decbb182798ac1e3357105c6383 | [
"Apache-2.0"
] | permissive | MinersGlory/Seasons | f98e3e52d57e19a45bb09cac471e766cee34b10a | 97373997b2f4712f4e04803718b70e7bf9cda8e0 | refs/heads/master | 2020-03-30T11:48:23.562145 | 2018-10-24T01:32:08 | 2018-10-24T01:32:08 | 151,193,962 | 0 | 0 | null | 2018-10-02T03:12:56 | 2018-10-02T03:12:56 | null | UTF-8 | Java | false | false | 1,165 | java | package uk.co.harieo.seasons.core.v1_13_R1.bad;
import org.bukkit.ChatColor;
import org.bukkit.World;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.entity.EntityRegainHealthEvent;
import java.util.Collections;
import uk.co.harieo.seasons.plugin.Seasons;
import uk.co.ha... | [
"harieo@hotmail.com"
] | harieo@hotmail.com |
3f6f1418aff750ba4b72b920eeeb4a4be7174a80 | 192e5a39ac95f9acd19a9dc91cc66287de15fb7e | /src/Filosof.java | a54a8e949d3853511939011ebb5179ce6fcee63f | [] | no_license | Killor1/Filosofs | ef4cf363c6c78a5b5a35cac9c7162342456de821 | e7c66379d5e9b030bf693e11b06e42aa2cc1ebff | refs/heads/master | 2021-01-21T21:05:41.889085 | 2017-06-19T12:27:45 | 2017-06-19T12:27:45 | 94,774,252 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 805 | java | public class Filosof extends Thread {
Cobert cobert1;
Cobert cobert2;
public Filosof(String name, Cobert cobert1, Cobert cobert2) {
super(name);
this.cobert1 = cobert1;
this.cobert2 = cobert2;
}
@Override
public void run() {
for(;;) {
cobert1.agafar();
cobert2.agafar();
menjar();
cobert1.... | [
"heylord-@hotmail.com"
] | heylord-@hotmail.com |
b3405bd6158ad0443a7f9417e35104982d55f147 | 67c9b7c453141a16522bff61c41745582256d89d | /charts/src/main/java/io/jmix/charts/model/GaugeBand.java | 9348b4ab8007e36d348262a32a187fc205f1a782 | [
"Apache-2.0"
] | permissive | stvliu/jmix-ui | c96ff392bbdb1249316a771ed36d2c7573f226a1 | 2cabf5019becb2143449f97bd61a81df68b47979 | refs/heads/master | 2023-04-04T09:32:07.777766 | 2021-03-28T11:52:03 | 2021-03-28T11:52:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,363 | java | /*
* Copyright 2021 Haulmont.
*
* 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 agreed to in... | [
"orlova@haulmont.com"
] | orlova@haulmont.com |
2427f0e99d4305f057c6382964232385e6819a18 | 47b61e17efca8d547fa74f56a58c1fea1838fdac | /src/main/java/guru/springframework/domain/Recipe.java | d43fedc36f2e1ea8be4f29da97096aa1bcc51bab | [] | no_license | slr1983/spring5-recipe-app | 90145d6ce3b0798ccb30745b65a2572bf655ac27 | 6665debb28371bbc06d17394fbaca6669f65ae81 | refs/heads/main | 2023-04-03T16:35:34.700982 | 2021-04-09T11:54:09 | 2021-04-09T11:54:09 | 318,158,099 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,299 | java | package guru.springframework.domain;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.EnumType;
import javax.persistence.Enumerated;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import j... | [
"[sumit.l.ramteke@gmail.com]"
] | [sumit.l.ramteke@gmail.com] |
9dd6e2faf51b2c48a1391906495e522ace01eb46 | 168a79723a06dbfcef923b46cb31978cee9e1106 | /OpenCV-for-Java/opencv2.4.13/ch05/Ch05_11_3ContrastUseEqualizeHistWithAddWeightedForRBG.java | f9697ad63257c659c650d291168e2c20af369635 | [] | no_license | jash-git/OpenCV-for-Java_code | 69a505fd6bc3c77bbc3b82f80e9e33de18c1e041 | c3536aa286a0e1433ff13962612cffb06d1bb994 | refs/heads/master | 2020-12-02T14:00:57.215225 | 2019-12-31T05:18:05 | 2019-12-31T05:18:05 | 231,030,154 | 2 | 0 | null | null | null | null | BIG5 | Java | false | false | 6,074 | java | package ch05;
import java.awt.EventQueue;
import javax.swing.ImageIcon;
import javax.swing.JFrame;
import javax.swing.JLabel;
import java.awt.image.BufferedImage;
import java.util.ArrayList;
import java.util.List;
import org.opencv.core.Core;
import org.opencv.core.Mat;
import org.opencv.highgui.Highgui;
import org.o... | [
"gitea@fake.local"
] | gitea@fake.local |
3962decaec450fcac34f7a1505626d7f5a8c2ee9 | 616f21c82212701d744a1dd9475bd0816eafb7d6 | /app/src/main/java/pro/kulebyakin/commonshoppinglist/fragments/HomeFragment.java | bcd5d2b896be99a0e509de6d9cbfc21de62eeace | [] | no_license | akulebyakin/CommonShoppingList | 04c90c351bdcf209b58fae056780cac5d2634a09 | 8a870a3cd3991f4fae4d8658fe9acad1f212a0da | refs/heads/master | 2021-07-22T22:14:05.787535 | 2020-08-30T07:24:35 | 2020-08-30T07:24:35 | 210,118,446 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,193 | java | package pro.kulebyakin.commonshoppinglist.fragments;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import andro... | [
"wowand@gmail.com"
] | wowand@gmail.com |
78bba723954f08f9737af42306f1557448a01a07 | d78b6a6623563585a14845b0ead5d272337a9ecd | /app/src/main/java/com/vonnie/mynewsapp/global/MyApplication.java | 32f3ef98ab1ea3a15d9970eb9a008a5cab241ce7 | [] | no_license | SparrowC/NewsAPP | ead073b833838ea8c927b2f5b58ec1f928d828ed | 40e9807c390f1b28207ff94a0ec4774f6270fc90 | refs/heads/master | 2021-01-10T15:45:42.334256 | 2016-07-11T10:35:38 | 2016-07-11T10:35:38 | 53,493,829 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 682 | java | package com.vonnie.mynewsapp.global;
import android.app.Application;
import com.vonnie.mynewsapp.utils.SharedPreferencesUtils;
/**
* Created by Vonnie on 2016/4/17.
*/
public class MyApplication extends Application {
private String username;
public String getUsername() {
return username;
}
... | [
"kun.j@foxmail.com"
] | kun.j@foxmail.com |
8405e65ae711c853a04135d06c6de7f8d48d6f46 | e76364e90190ec020feddc730c78192b32fe88c1 | /neo4j/doc/src/test/java/com/buschmais/xo/neo4j/doc/relation/typed/Director.java | 7f5db6debb458980f1275bd1725c801213076e92 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | buschmais/extended-objects | 2a8411d81469439a034c11116e34ae799eb57e97 | 0b91a5d55c9a76adba28ddccd6caba699eeaa1fc | refs/heads/master | 2023-08-16T13:33:54.936349 | 2023-06-10T13:44:10 | 2023-06-10T13:44:10 | 14,117,014 | 15 | 5 | Apache-2.0 | 2022-11-02T09:44:17 | 2013-11-04T16:45:59 | Java | UTF-8 | Java | false | false | 300 | java | package com.buschmais.xo.neo4j.doc.relation.typed;
import java.util.List;
import com.buschmais.xo.neo4j.api.annotation.Label;
import com.buschmais.xo.neo4j.doc.relation.Person;
// tag::Class[]
@Label
public interface Director extends Person {
List<Directed> getDirected();
}
// end::Class[]
| [
"dirk.mahler@buschmais.com"
] | dirk.mahler@buschmais.com |
cee7d9b4fe9a2ad96cedd3321c0124458a62d261 | 47d3f6141d136a222296297c2b233cd71b898963 | /MyQueue/src/MyQueueDriver.java | 3657e21213db055f7458bb700b5c17eb6cd46aca | [] | no_license | Marissa1999/Data-Structures-Demos | cd891708ceb63ef68ad9ce0661972e14ac18a346 | 311a7aed2ae132a332b4684c2ea731d43f092846 | refs/heads/master | 2023-02-13T21:49:50.078330 | 2021-01-05T22:12:48 | 2021-01-05T22:12:48 | 327,132,372 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,440 | java | import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.Deque;
import java.util.LinkedList;
import java.util.List;
import java.util.PriorityQueue;
import java.util.Queue;
/**
* Programmer: Marissa
* Date: September 19, 2018
*/
public class MyQueueDriver
{
publ... | [
"marissagoncalves13@gmail.com"
] | marissagoncalves13@gmail.com |
2c59a123ac6ec969925588161975cec8fe97f7a0 | 7bef0b41e3dbc8ff19971aa392d015f80fad6fd2 | /Exception/src/HW8/ReturnExEvetInfo.java | c7914c3871f02a42b71f63c5191166811757fcdf | [] | no_license | shilratna/JavaOldStuff | 7c0fc4d32509f21160cfc753a57a77d6be41151d | 628c1adf0991e49466956752b4d314d5b38adf21 | refs/heads/master | 2022-11-21T01:58:50.847014 | 2020-07-22T03:41:55 | 2020-07-22T03:41:55 | 281,565,300 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 540 | java | /*
* Write a java program to return exception event information
* from user defined method to main method.
*/
package HW8;
public class ReturnExEvetInfo {
ArithmeticException test()
{
try {
System.out.println(10/0);
}
catch(ArithmeticException ae){
System.out.println("Exception Handled...");
ret... | [
"shilratna05@gmail.com"
] | shilratna05@gmail.com |
4e4e66920a43e70012c25ac977e9d3408b3798cf | 76852b1b29410436817bafa34c6dedaedd0786cd | /sources-2020-07-19-tempmail/sources/com/google/android/gms/internal/ads/zzbke.java | 0ea2a7ce11536c1a86e71f492369bd4e8f435b5c | [] | no_license | zteeed/tempmail-apks | 040e64e07beadd8f5e48cd7bea8b47233e99611c | 19f8da1993c2f783b8847234afb52d94b9d1aa4c | refs/heads/master | 2023-01-09T06:43:40.830942 | 2020-11-04T18:55:05 | 2020-11-04T18:55:05 | 310,075,224 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 529 | java | package com.google.android.gms.internal.ads;
/* compiled from: com.google.android.gms:play-services-ads@@19.2.0 */
public final class zzbke implements zzela<zzaqp> {
/* renamed from: a reason: collision with root package name */
private final zzbkb f6293a;
public zzbke(zzbkb zzbkb) {
this.f6293a... | [
"zteeed@minet.net"
] | zteeed@minet.net |
877fea8a68d1cc4e052334a5704093b48c12ab29 | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XWIKI-14263-31-28-PESA_II-WeightedSum:TestLen:CallDiversity/org/xwiki/velocity/internal/DefaultVelocityEngine_ESTest.java | da2d7f8fd6d3281639a4809971de67d696be1551 | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 576 | java | /*
* This file was automatically generated by EvoSuite
* Sat Apr 04 05:38:31 UTC 2020
*/
package org.xwiki.velocity.internal;
import org.junit.Test;
import static org.junit.Assert.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.junit.runner.RunWith;
@RunWith(E... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
215b3d0f0d8b1c9dba2d298dbc8a7baf86a5d88f | dd76d0b680549acb07278b2ecd387cb05ec84d64 | /divestory-Fernflower/androidx/core/app/RemoteInput.java | 49a5abee65a8cbd8ebfbcf8e047e9709af6f6939 | [] | no_license | ryangardner/excursion-decompiling | 43c99a799ce75a417e636da85bddd5d1d9a9109c | 4b6d11d6f118cdab31328c877c268f3d56b95c58 | refs/heads/master | 2023-07-02T13:32:30.872241 | 2021-08-09T19:33:37 | 2021-08-09T19:33:37 | 299,657,052 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,231 | java | package androidx.core.app;
import android.content.ClipData;
import android.content.ClipDescription;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.os.Build.VERSION;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.util.Hash... | [
"ryan.gardner@coxautoinc.com"
] | ryan.gardner@coxautoinc.com |
884b744cfb62af9130c03c4ed0d2a7c9c65f726a | 27a5f87525e7ba66568f4f35a08bbd4fce0f3564 | /src/test/java/com/item_bank/springboot/ApplicationTests.java | 9e42f69b5fb3144b3ab166bf768a40c71d656d0a | [] | no_license | LiWentao98/springboot | 43423583fc411a709f665389464e72b50d6403c0 | 409b11ed6bc7524267df0c0011bd0cd5d28e38a5 | refs/heads/master | 2022-06-25T09:07:48.318635 | 2019-11-02T01:52:38 | 2019-11-02T01:52:38 | 219,090,304 | 0 | 0 | null | 2022-06-21T02:09:35 | 2019-11-02T02:01:37 | Java | UTF-8 | Java | false | false | 270 | java | package com.item_bank.springboot;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class ApplicationTests {
}
| [
"1714015226@qq.com"
] | 1714015226@qq.com |
bde3007b26bbdb8c47e8184330284a99647f31fb | 637839fbadc698d027f798c165a8ffe492c8e291 | /src/GameField.java | 540d4e49cf99643a47f981d4d3aaf1b2149cdf3a | [] | no_license | furkanmumcu/Light-Game | ef71f00bd490f57376ea1efa496f05c201d5f50d | a4956aee0453cfc9a7ed593dbf0e54e3f636af2f | refs/heads/master | 2020-04-02T07:34:35.756379 | 2016-06-15T23:25:54 | 2016-06-15T23:25:54 | 61,247,465 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 242 | java | import java.awt.*;
import java.util.*;
public class GameField {
ArrayList<LightObject> objects;
ArrayList<LightSource> lights;
public GameField(){
objects = new ArrayList();
lights = new ArrayList();
}
}
| [
"furkanmumcucs@gmail.com"
] | furkanmumcucs@gmail.com |
f70318ca08007f3787c0c80ed408364d139420a0 | de9692ea8116a0d761efc7827dbe251ef78890a9 | /ArcFaceDemo-master/src/main/java/com/arcsoft/sdk_demo/DetecterActivity.java | 1bb372272cc7bfe5139313fcd940e2d6870f8cb5 | [] | no_license | gaowei059/FaceLock | 9491caac8c01bb6e958f91d959eb5a8dc4b75102 | 4580d5ce7a9e58c2098544957cdb4460ae2a7b56 | refs/heads/master | 2020-03-20T13:48:57.691152 | 2018-06-15T09:16:02 | 2018-06-15T09:16:02 | 137,463,906 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,134 | java | package com.arcsoft.sdk_demo;
import android.app.Activity;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Color;
import android.graphics.ImageFormat;
import android.graphics.Rect;
import android.graphics.YuvImage;
import android.hardware.Ca... | [
"you@example.com"
] | you@example.com |
285ddae787bc9552265f2309221ceafdb769128d | 1cf0b121517795896e0113980e0d4ee2249532ad | /back-end/AniChew/src/main/java/com/anichew/Entity/Anime.java | d2be8560fa9c5586333f90e632696ec39fa0461f | [
"MIT"
] | permissive | munimun/AniChew | bda723df6cb96dccd4be08c64bf0cd54b04c48ce | e46b790c9080810d49dd637e3f165ded06d80cb4 | refs/heads/master | 2023-08-12T21:59:51.496932 | 2021-10-14T12:02:13 | 2021-10-14T12:02:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,593 | java | package com.anichew.Entity;
import java.time.LocalDate;
import java.util.List;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.EnumType;
import javax.persistence.Enumerated;
import javax.persistence.FetchType;
import javax.persistence.Id;
import javax.persistence.OneToMany;
... | [
"shining8543@naver.com"
] | shining8543@naver.com |
4d0e17d790a5f038ad4e2b1ea9240ffcdd0cc567 | a73ae671a71762a79f3004f26316b9370fc94831 | /AcaciaBusinessAce/SwingB/src/com/cosmos/swingb/JBFrame.java | e514349f4fab4f09e97a74e8455e5573a72a62c5 | [] | no_license | pavor84/acacia-business-ace | 913dab0f10aac69850c7e9e4e068287a601ef058 | c2fa4a2f21b3b5cb4068be2650d327211812e5fd | refs/heads/master | 2016-09-05T09:25:48.606556 | 2010-06-20T22:44:44 | 2010-06-20T22:44:44 | 32,273,591 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 435 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.cosmos.swingb;
import org.jdesktop.swingx.JXFrame;
/**
*
* @author Miro
*/
public class JBFrame
extends JXFrame
{
public JBFrame() {
}
public JBFrame(String title) {
super(title... | [
"mnachev@7201ef80-233e-0410-912c-3706d87a3af7"
] | mnachev@7201ef80-233e-0410-912c-3706d87a3af7 |
0e96a99ca4c62da264b9a187b219d2d7ffc8e7e0 | 174ed0b7b31b157d1d6eb8d9d64d7c99e4f5ce68 | /src/main/java/com/formcontact/security/WebSecurityConfig.java | 03edda48168b33dd91cf11fc569c248a1391ed5a | [] | no_license | yohanscar/formcontact | 8287c604bfda4a7201ddf8b8fc240561970b1de5 | de43a3e19e30975a35dd1b91bff296c4540c530d | refs/heads/master | 2020-04-06T20:28:31.001879 | 2019-03-13T01:38:35 | 2019-03-13T01:38:35 | 157,773,534 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,317 | java | package com.formcontact.security;
import org.springframework.context.annotation.Configuration;
import org.springframework.http.HttpMethod;
import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder;
import org.springframework.security.config.annotation.web.builders.HttpS... | [
"wyohan@gmail.com"
] | wyohan@gmail.com |
20f0c49a1767c04a1ff71601aeb905503f97dfc7 | 2a7f71f5315f1873c1e7e24f08bfc2b57c650a91 | /spring/spring-bean/src/main/java/com/xs/factory/DefaultUserFactory.java | 5def37932268e767b1b6a74c260629535ed05a08 | [] | no_license | X-Shuai/learn_root | 484c40eecb644d6cb3d35d0a7e85a1f73fe9dbc9 | 2a09389f5821c7f14a2be66d623c14e2c11f2779 | refs/heads/master | 2023-06-30T02:15:22.672283 | 2020-11-13T09:55:43 | 2020-11-13T09:55:43 | 244,151,545 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 733 | java | package com.xs.factory;
import org.springframework.beans.factory.InitializingBean;
import javax.annotation.PostConstruct;
/**
* @program: learn_root
* @description: 工厂类
* @author: xs-shuai.com
* @create: 2020-11-12 22:29
**/
public class DefaultUserFactory implements UserFactory, InitializingBean{
@PostC... | [
"xs-shuai@qq.com"
] | xs-shuai@qq.com |
f262da59433a1900b9916e75af14c01fdc843ac9 | e81ed832a63207885c6c072e03566fb5da2fbf62 | /src/main/java/classwork/apr18/observer/IObserver.java | 001d3ecd0a9d4a662186d06762f74e4529d4eda0 | [] | no_license | valeriy-leshchuk/hillel | 44d698e8eb9dc382c083f187043919ed3bbbddc1 | 66a93487c732f5231311159a6b71aa2f1cdb5c10 | refs/heads/master | 2023-05-04T04:32:34.604109 | 2019-06-29T13:24:33 | 2019-06-29T13:24:33 | 175,989,992 | 0 | 0 | null | 2023-04-14T17:47:38 | 2019-03-16T15:32:48 | Java | UTF-8 | Java | false | false | 108 | java | package classwork.apr18.observer;
public interface IObserver
{
void react(Event event, Object data);
}
| [
"valeriy.leshchuk@gmail.com"
] | valeriy.leshchuk@gmail.com |
71214f4dacd021a622b1120ea01f831a0a340dd4 | 4abbe25c8ab60d47d6d715f921f4004515a1e36f | /src/com/shopping/foundation/dao/AdvertPositionDAO.java | 5d108aa23cbf22e7fd3b01394a2d5a75f21db7f4 | [] | no_license | tsingning/likejd | cde46b17c19694b06835364ac5720ebbd29f3290 | c5184d8e416bb1c9f5ff0e9e843c1368145168ba | refs/heads/master | 2021-05-09T22:48:05.083383 | 2018-01-25T02:07:49 | 2018-01-25T02:07:49 | 118,762,828 | 0 | 0 | null | 2018-01-24T12:32:12 | 2018-01-24T12:32:11 | null | UTF-8 | Java | false | false | 300 | java | package com.shopping.foundation.dao;
import com.shopping.core.base.GenericDAO;
import com.shopping.foundation.domain.AdvertPosition;
import org.springframework.stereotype.Repository;
@Repository("advertPositionDAO")
public class AdvertPositionDAO extends GenericDAO<AdvertPosition>
{
}
| [
"Sale@SaleComputer"
] | Sale@SaleComputer |
2404c99ed141437aad57cd4d4a72f39b087ae33b | f62b80bf6a8df55c83f035e79639ef279c677d01 | /src/main/java/com/ringcentral/definitions/RcwHistoryListParticipantsParameters.java | 1ad876c458b2089d1b271ff09541d6e710dbdb75 | [] | no_license | ringcentral/ringcentral-java | 2776c83b7ec822b2ac01b8abed6a29e9d288d9da | b0fb081ffa48151d1a9b72517d2a5144a41144a5 | refs/heads/master | 2023-09-01T19:01:31.720178 | 2023-08-21T20:51:29 | 2023-08-21T20:51:29 | 55,440,696 | 17 | 27 | null | 2023-08-21T20:27:22 | 2016-04-04T20:00:47 | Java | UTF-8 | Java | false | false | 1,450 | java | package com.ringcentral.definitions;
/**
* Query parameters for operation rcwHistoryListParticipants
*/
public class RcwHistoryListParticipantsParameters {
/**
* The role of the invitee/participant.
* Enum: Panelist, CoHost, Host, Attendee
*/
public String[] role;
/**
* The original ... | [
"tyler4long@gmail.com"
] | tyler4long@gmail.com |
03833c42713b07b6274dcd2e1af9cfa4dc0bb314 | 2d22a88a7a342385c00ed1803631b3dff5e47cc9 | /orange-demo-multi-service-for-app/common/common-core/src/main/java/com/orange/demo/common/core/object/ResponseResult.java | 48c7d63dfeecbeeece4bc2f5bcf2d63725731d3f | [
"Apache-2.0"
] | permissive | sgzwiz/orange-admin | b73bfc881bb37300a6687923a1b1ad2c1f8abe64 | 516cda3d29c52ccf6de8af1427f0b9962ea5d6e1 | refs/heads/master | 2023-01-31T12:05:45.694258 | 2020-12-18T15:01:55 | 2020-12-18T15:01:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,165 | java | package com.orange.demo.common.core.object;
import com.alibaba.fastjson.JSON;
import com.orange.demo.common.core.constant.ErrorCodeEnum;
import com.orange.demo.common.core.util.ContextUtil;
import lombok.Data;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
import java.io.PrintWriter;
/**
... | [
"707344974@qq.com"
] | 707344974@qq.com |
586a7e5fde472fe06cb5cf5dd430b31b281f1272 | bd12c020c908572b8e65092c25a87658b583eee0 | /simple-zuul-service/src/main/java/pers/jz/GatewayApplication.java | aa16bf2ed9fa2db487980102efdef209171a6792 | [] | no_license | jemmyzhang/simple-spring-cloud-sample | 212f84f26d8974e364937d9f1c328bedb232a622 | 1f2d66daa7d4fc375381747a6f1da31f7671fc67 | refs/heads/master | 2021-09-10T12:45:58.139491 | 2018-03-26T13:58:42 | 2018-03-26T13:58:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 468 | java | package pers.jz;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.cloud.client.SpringCloudApplication;
import org.springframework.cloud.netflix.zuul.EnableZuulProxy;
/**
* @author jemmyzhang on 2018/2/22.
*/
@EnableZuulProxy
@SpringCloudApplication
public class GatewayApp... | [
"hzdan360@163.com"
] | hzdan360@163.com |
d5b503618ce563a9eaaef6c36f4f4c35a49cb363 | 72a5ef819dec45fb80925f40363eef6dbdd5a1c9 | /16주차/1753_이가은.java | ba008bc37ae607fffd6164a6feca1c92e116efb8 | [] | no_license | lgaeun/algorithm_study | 50efb2037492755bc259484b61376108f0b56676 | 0c1cdf259623a19b0b3a3d8d8dd1005912c2052a | refs/heads/main | 2023-06-08T18:19:30.866671 | 2021-06-25T07:35:43 | 2021-06-25T07:35:43 | 312,276,963 | 1 | 2 | null | 2021-01-07T08:05:38 | 2020-11-12T12:56:18 | Java | UTF-8 | Java | false | false | 2,653 | java | import java.io.*;
import java.util.*;
class Edge implements Comparable<Edge>{
public int v,w;
public Edge(int v, int w) {
this.v = v;
this.w = w;
}
@Override
public int compareTo(Edge o) {
return w - o.w;
}
}
public class Main {
public static void main(String[] args) throws IOException {
BufferedReader... | [
"noreply@github.com"
] | noreply@github.com |
175599b49f146a56cfdcbb2123db5ea0ec623f6d | 9b6e669381193a97728001e9de0ccdc15ff4d892 | /app/src/main/java/com/yksj/consultation/adapter/NewsPlaceAdapter.java | d459464c834d5757b91e941a0b2f7ba6cda4157b | [] | no_license | 13525846841/ConSonP | 94d0e14a67a0930ac65aacfae668ab6820287650 | 2a469de7b0e8c7547cbff23b88e0e036683a3bc6 | refs/heads/master | 2020-05-22T07:26:40.576191 | 2019-06-05T09:56:35 | 2019-06-05T09:56:35 | 186,260,855 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,334 | java | package com.yksj.consultation.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
import com.yksj.consultation.son.R;
import org.json.JSONObject;
import java.util.ArrayL... | [
"2965378806"
] | 2965378806 |
6a0febbdb656f4d0e43ff87f06933a21034bfe96 | 4381e4f433a4adf2a08552de892d1d87a66a04d0 | /rts-manager/rts-manager-pojo/src/main/java/cn/ylx/pojo/TbOrder.java | 613b62fc7c2c3f349c033cfb03a42c9fc4c9c9e5 | [] | no_license | storm9527/rts_ylx | 880b3ea48bbb2c203b2888689209695b05c4d977 | c1247d766bf49fb32f1897d701e37cc1c9b48555 | refs/heads/master | 2021-09-15T12:57:12.111637 | 2018-06-02T08:06:11 | 2018-06-02T08:06:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,597 | java | package cn.ylx.pojo;
import java.io.Serializable;
import java.util.Date;
public class TbOrder implements Serializable{
private String orderId;
private String payment;
private Integer paymentType;
private String postFee;
private Integer status;
private Date createTime;
private Date up... | [
"yanglingxiao_qd@caxins.com"
] | yanglingxiao_qd@caxins.com |
d056887e241d694b8efa757b54feaa0fb7b7e4c5 | 947e2d199cdd0adb5f34befb17e639c9e0cc8867 | /按键流程分析/WindowManagerPolicy.java | ba8dbf457152a7970f05b678595fe25df1c93085 | [] | no_license | qfkongyan/AndroidFramework | 9b11a9d273c820d2db23cc8fa158e38d554e40da | 3cd1c042b13f0048b8bd59ae8092cc6f81a94738 | refs/heads/master | 2022-12-14T07:22:39.986361 | 2020-09-14T13:37:05 | 2020-09-14T13:37:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 48,292 | java | /*
* Copyright (C) 2006 The Android Open Source Project
*
* 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 app... | [
"wl5201314_@126.com"
] | wl5201314_@126.com |
ae707f0c7c4fd1308ebf3d0bd8d5d72b6811bfca | a2da1723883d0d17d08f539cb303825a239465f2 | /src/main/java/com/thisarattr/grocery/controllers/CategoryController.java | 482fc034a6a9d9336c03c21b898f9d3afb8fa306 | [] | no_license | thisarattr/grocery | bdc64795cce9bb524ffd1ba59f9a0525a38866df | 3d64aa82408e93443b2784a98adfd50dc44a2dad | refs/heads/master | 2023-01-23T14:43:58.577211 | 2019-06-10T09:49:14 | 2019-06-10T10:26:05 | 191,089,009 | 0 | 0 | null | 2023-01-07T06:14:35 | 2019-06-10T03:19:03 | Java | UTF-8 | Java | false | false | 833 | java | package com.thisarattr.grocery.controllers;
import com.thisarattr.grocery.models.ListCategoryResponse;
import com.thisarattr.grocery.services.CategoryService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.a... | [
"thisara.rupasinghe@auspost.com.au"
] | thisara.rupasinghe@auspost.com.au |
65cebdff13b239b3fb2da7e3cacb5c0f8ce1e6a1 | d7fe718f39b8fdd961b93c9a3e390e915edb84f1 | /src/main/java/hu/dpara/webfejl/controller/DeptManagerController.java | 1db4cda5d6d530f95f37130dd75ee66f066f47e8 | [] | no_license | dankozsolti/webfejl | fc7afa11a023287502aa17cb26e91a6bb911624a | 421e796f83719e5fd90d5ed5de14ca2b2277b8ab | refs/heads/main | 2023-01-24T05:30:04.807230 | 2020-12-10T08:10:48 | 2020-12-10T08:10:48 | 317,265,924 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,702 | java | package hu.dpara.webfejl.controller;
import hu.dpara.webfejl.controller.dto.*;
import hu.dpara.webfejl.controller.dto.DeptManagerDto;
import hu.dpara.webfejl.controller.dto.DeptManagerRequestDto;
import hu.dpara.webfejl.dao.entity.DepartmentEntity;
import hu.dpara.webfejl.dao.entity.EmployeeEntity;
import hu.dpara.web... | [
"dankozsolti@freemail.hu"
] | dankozsolti@freemail.hu |
c4fbb5dd62111c4453ee01a83dfcc002b1955d08 | 11e2fe61172abe50a3ecbd70b334f1ec063abacf | /app/src/test/java/com/example/camilogarcia/calculator/ExampleUnitTest.java | dbd383c33a4000b9c8c4e798da5f8e2774716e5d | [] | no_license | CamiloGarC/Lab7Cosw | b99e2792b42cc83c654dea6ddf9311c8cba188f0 | 2b98bf16689fe3361e71ed564d5f77129caf86d8 | refs/heads/master | 2021-04-09T17:32:18.082495 | 2018-03-17T05:44:23 | 2018-03-17T05:44:23 | 125,600,521 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 413 | java | package com.example.davillarraga.calculator;
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
... | [
"camilo.garcia-c@mail.escuelaing.edu.co"
] | camilo.garcia-c@mail.escuelaing.edu.co |
08a8e5c3d32a4c53640952df89075264ce145b9b | fc57fb2b97b550cd5e941151ba1d5667d509d56a | /src/test/java/fr/istic/taa/service/MailServiceIT.java | 9d896f0f7bd497777c672af3b67f3cec2d548459 | [] | no_license | QQQIANQ/TAACorrection2019 | b9bc1d7b321832b0f5f142540e23e70261d5d5d8 | 09763972d376a99a77a697722166aeeddb6f18da | refs/heads/main | 2023-09-03T23:39:10.833371 | 2021-10-07T16:58:57 | 2021-10-07T16:58:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,270 | java | package fr.istic.taa.service;
import static org.assertj.core.api.Assertions.*;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.Mockito.*;
import fr.istic.taa.IntegrationTest;
import fr.istic.taa.config.Constants;
import fr.istic.taa.domain.User;
import java.io.ByteArrayOutputStream;
import j... | [
"olivieR.barais@gmail.com"
] | olivieR.barais@gmail.com |
8b2599e2bc29ac0f033358a8175b5d1b83cbae35 | 8f78ab591f8c0ae0c19a88b2460bb8b3460993e8 | /src/main/java/com/eshare/visitor/example5/Visitor.java | 3ea8493110b4dd6a1116455e418bba214d875270 | [] | no_license | EvanLeung08/designPattern | ccab257aceddd32ff9d0c68f1309c59ba1de1931 | d72c3b2279b62c5cdfe834f79b2cc9e1645243b0 | refs/heads/master | 2021-09-02T06:31:44.382749 | 2017-12-31T02:41:33 | 2017-12-31T02:41:33 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 435 | java | package com.eshare.visitor.example5;
/**
* 访问组合对象结构的访问者接口
*/
public interface Visitor {
/**
* 访问组合对象,相当于给组合对象添加访问者的功能
* @param composite 组合对象
*/
public void visitComposite(Composite composite);
/**
* 访问叶子对象,相当于给叶子对象添加访问者的功能
* @param leaf 叶子对象
*/
public void visitLeaf(Leaf leaf);
} | [
"10856214@163.com"
] | 10856214@163.com |
c746a9d374c631ccd634e1269067cccf79475551 | c6b2eadc887209d9304b01fd4555c22e16f0c4c4 | /Ch07_proj_04_DiceRoller/src/droll/Die.java | d09b79820c0d7e0083b6c9a0109b089d2f618b7b | [] | no_license | rmaho31/java | 5a454d5ee15d53d33214febe1bd683f63b577b7b | f8212608232a5368f11d82aad84b912475d80643 | refs/heads/master | 2020-03-27T23:52:46.113414 | 2018-10-26T01:30:41 | 2018-10-26T01:30:41 | 147,355,000 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 216 | java | package droll;
public class Die {
private int num1;
public Die() {
this.num1 = 0;
}
public void roll() {
this.num1 = (int) (Math.random() * 6) + 1;
}
public int getValue() {
return this.num1;
}
}
| [
"robert.w.mahoney@gmail.com"
] | robert.w.mahoney@gmail.com |
7046e8d7286d518487f4446d456fdb1c4cc23fc0 | 20ba0e4eae87cb2f08cf3df42a73630027c797ce | /src/main/java/com/languagedetection/LanguageDetection.java | 6232c67866e70528bb3471fafb029dbf4b635244 | [] | no_license | stephensebastin/amazonaurora | b54183fd0fa37dd81e158992e0c3308358d59897 | 3cbbb1fb233740addf9a5315c5945a7c1ff4b4b6 | refs/heads/master | 2020-05-28T01:22:26.783725 | 2018-11-04T08:19:08 | 2018-11-04T08:19:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,299 | java | package com.languagedetection;
import amazonaurora.core.parser.JsoupDomService;
import com.optimaize.langdetect.DetectedLanguage;
import com.optimaize.langdetect.LanguageDetector;
import com.optimaize.langdetect.LanguageDetectorBuilder;
import com.optimaize.langdetect.ngram.NgramExtractors;
import com.optimaize.langde... | [
"Springboot%%1234"
] | Springboot%%1234 |
21c9313662d836bd02908bc93dee249df7b143ae | f93a0c38c52e5e0b15d924a052d6f589fd2ecb13 | /collect_app/src/androidTest/java/org/cimsbioko/forms/ServerNameIndicationTest.java | a8f1e25bc32af206d29767887a021ae7e59310b5 | [
"Apache-2.0"
] | permissive | cims-bioko/cims-forms | cd79dd91a94bb20962d51b9a73fdd49bd2bc0a5e | 8608d1098acdf8e910be0cd58393eea8cb7335ca | refs/heads/master | 2021-06-24T01:46:00.538703 | 2021-01-21T01:05:27 | 2021-01-21T01:05:27 | 190,272,860 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,702 | java | package org.cimsbioko.forms;
import androidx.test.filters.Suppress;
import androidx.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.cimsbioko.forms.http.CollectServerClient;
import org.cimsbioko.forms.http.HttpGetResult;
import org.cimsbioko.forms.http.OpenRosaHttpInterfa... | [
"brent.atkinson@gmail.com"
] | brent.atkinson@gmail.com |
9601f3f4b177abdb274d2d839cf57e789c844b94 | 7168c959ca6b8a51baaa6deb46406ea60b38b685 | /src/main/java/com/reactbase/packedobject/PackedDouble.java | 1e5e65b97963cd1f893b35bbab7b7f2fe092b7b0 | [
"Apache-2.0"
] | permissive | alexshvid/react | 5db5afa41a38ac7658fb335b692a2568ccfcf988 | 8cc6f5e223a03196d6bac3507d3bfaa4226d9005 | refs/heads/master | 2021-01-17T23:34:39.135013 | 2013-11-05T19:12:49 | 2013-11-05T19:12:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,424 | java | package com.reactbase.packedobject;
import java.nio.ByteBuffer;
public final class PackedDouble extends PackedObject {
final double defaultValue;
public PackedDouble(long offset) {
this(offset, TypeDefaults.DOUBLE);
}
public PackedDouble(long offset, double defaultValue) {
super(offset);
this.defaultVa... | [
"a@shvid.com"
] | a@shvid.com |
20407afe9189be41189fc916f892719b0bb21184 | fc160694094b89ab09e5c9a0f03db80437eabc93 | /java-vision/samples/snippets/generated/com/google/cloud/vision/v1p4beta1/stub/productsearchstubsettings/createproductset/SyncCreateProductSet.java | 899f90bf2134e0ba19c5a7348772c4de2798f395 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | googleapis/google-cloud-java | 4f4d97a145e0310db142ecbc3340ce3a2a444e5e | 6e23c3a406e19af410a1a1dd0d0487329875040e | refs/heads/main | 2023-09-04T09:09:02.481897 | 2023-08-31T20:45:11 | 2023-08-31T20:45:11 | 26,181,278 | 1,122 | 685 | Apache-2.0 | 2023-09-13T21:21:23 | 2014-11-04T17:57:16 | Java | UTF-8 | Java | false | false | 2,076 | java | /*
* Copyright 2023 Google LLC
*
* 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | [
"noreply@github.com"
] | noreply@github.com |
a5d353a746e31ecfe4bf85c6b41ad3640a74f360 | 6748f41a13574f8e4ccf2e5e3f3e57b4e1a5b0e4 | /src/com/componenthouse/simplistic3d/math/PlaneEquation.java | 56181dfa660fafd415390c9a1b7b0839a78d9b6b | [] | no_license | hvidal/Simplistic3D | 6afebf4c0709d1c6b4b79a94cbb7fd94fdcc0e40 | 3c6d33e2f8177791c83305b1ea29ac20f259de90 | refs/heads/master | 2022-11-07T17:28:34.880226 | 2020-06-29T19:16:55 | 2020-06-29T19:16:55 | 275,506,751 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,559 | java | /*
Copyright (c) 2004 Hugo Vidal Teixeira
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, dist... | [
"hugo.tech@gmail.com"
] | hugo.tech@gmail.com |
0e54b4f00882d58af59ffc4e537acd13c3e193ce | ea36b46a3b0e1f5dd5ca4b32db2894d6b7f5a662 | /customerbase/src/main/java/in/myecash/customerbase/CashbackListFragment.java | b7cf8e5982627992b75176552ae28e3a72009b65 | [] | no_license | aditya-gangwar/MyeCash2 | e288f663f0a45a04ed5d351b88b3a196e6022727 | 84e79bd2bb01337c4c2d5e511f4e3cebea61705a | refs/heads/master | 2020-04-05T22:56:41.904453 | 2017-09-06T17:31:56 | 2017-09-06T17:31:56 | 68,152,450 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,013 | java | package in.myecash.customerbase;
import android.app.Activity;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widge... | [
"aditya_gang@yahoo.com"
] | aditya_gang@yahoo.com |
2ae382bf8b6321751e851e934053c7157cbc8d1d | 01751c32ad7fcc36235dce533b4174dbf25db367 | /SparkBatching/src/main/java/Spark/SparkClient.java | 7e59e6dea25ad1d75081b07591145790638ea16a | [] | no_license | slengieza/MDP-Cloud-Winter-2017 | 39f24b569449ed78189fbadb6c9c0b88a23817e2 | e0d7585d4df48118a6c23f1c5b89ec099e24b2aa | refs/heads/master | 2021-01-12T08:30:21.882687 | 2018-01-25T19:21:57 | 2018-01-25T19:21:57 | 76,596,735 | 1 | 4 | null | 2017-08-25T18:57:41 | 2016-12-15T21:17:00 | Java | UTF-8 | Java | false | false | 1,555 | java | package com.mdp.sparkbatching;
import java.io.*;
import java.lang.*;
import java.util.*;
import org.apache.spark.api.java.*;
import org.apache.spark.SparkConf;
import org.apache.spark.api.java.function.Function;
import org.apache.spark.sql.*;
import org.json.JSONObject;
public class SparkClient {
public static ... | [
"hkardos@umich.edu"
] | hkardos@umich.edu |
156e7f094325706bd495e0f8c9a7952bc1ac2ea6 | d105d5827353d8f3dcddace3b6136f78fa0b7645 | /HighLevelSolution.java | 28d75abbbe5a69fb1a168bef37122a7a5833dcb6 | [] | no_license | tjpro/CoE147-Project1 | 7bca1536d7008b9255c6a84f35c63863eb8bd9de | 08562a9f80c02921e8dcce68428ddc506d9ce485 | refs/heads/master | 2021-01-10T02:41:31.324626 | 2016-03-23T20:54:16 | 2016-03-23T20:54:16 | 54,592,268 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,060 | java | /*
#University of Pittsburgh
#COE-147 Project Euler 150
#Instructor: Samuel J. Dickerson
#Teaching Assistants: Shivam Swami (shs173) and Bonan Yan (boy12)
#------------------------------------------------------------------------------------------------------------------------------------
#Submitted by: Tyler Protivnak... | [
"tprotivnak@gmail.com"
] | tprotivnak@gmail.com |
b9dcb77d12c8268cdae9584dc57fc1d9f5621bce | d5a7b87b8ea34ec06d5c7dafc05127dbac999f30 | /src/main/java/ir/ac/kntu/Client.java | 1753a867d286109225cab62f426a511d9c0b8586 | [] | no_license | Arinaakh/post | 938146b795038db558a0304d8f50482402ebfebd | 7f501cc84de482b144aab74bbe0096bdae32ab96 | refs/heads/master | 2023-08-09T17:13:11.583426 | 2019-11-11T09:21:20 | 2019-11-11T09:21:20 | 220,933,716 | 0 | 0 | null | 2023-07-22T21:14:08 | 2019-11-11T08:22:07 | Java | UTF-8 | Java | false | false | 1,185 | java | package ir.ac.kntu;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Objects;
public class Client {
private String name;
private String nationalID;
static ArrayList<Client> clients = new ArrayList<>();
public Client(String name, String nationalID) {
... | [
"arina.khoshraftar2000@gmail.com"
] | arina.khoshraftar2000@gmail.com |
1342784ed0000edc7335cf6023c12d4767b63bba | 6a002dbf3e2ee041da104005b3413df703049d92 | /app/src/androidTest/java/inject/wootalk/com/wootalkinjectapplication/ApplicationTest.java | eeb155cc281906fa88ef16c04247d85b351e5a51 | [] | no_license | zhang699/WooTalkInject | 20f4a471dbad655ca0e1723ec3540d8b99afbc6e | 8d78a53b2b56ea1958001174805e0a8645a109fd | refs/heads/master | 2021-09-10T16:47:35.865115 | 2018-03-29T15:50:30 | 2018-03-29T15:50:30 | 54,189,116 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 374 | java | package inject.wootalk.com.wootalkinjectapplication;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public Applica... | [
"JimmyJhang@via.com.tw"
] | JimmyJhang@via.com.tw |
f1153824e653a8b88b126bf3edea6f8e33dd8c0d | 7b921d35566f056dc5ceee90bfb54487cfe136c2 | /Datapack/gameserver/data/scripts/org.l2j.scripts/handlers/effecthandlers/AttackTrait.java | ace1658d555cbdc073f2c752e4a7b7a9e82c8793 | [] | no_license | format686/L2jOrg | 2013155b7902d3e17626c5232f758c62a81661f9 | fbfd1096ea0adfea9f990a13cfa03d042b79a345 | refs/heads/master | 2021-08-27T21:48:46.792052 | 2021-08-20T01:13:53 | 2021-08-20T01:13:53 | 183,562,706 | 0 | 0 | null | 2019-04-26T05:27:11 | 2019-04-26T05:27:11 | null | UTF-8 | Java | false | false | 2,577 | java | /*
* This file is part of the L2J Mobius project.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This p... | [
"joe.alisson@gmail.com"
] | joe.alisson@gmail.com |
e04289b6355bb7d16b5d39325254665bb56991eb | 820267f7dcf8c7736f3994f29746abf0af507af5 | /ribs/src/main/java/io/netlibs/bgp/config/nodes/RoutingInstanceConfiguration.java | 21550d17ef17c13ab9846c9a948a0084a7646c92 | [] | no_license | netlibs/io.netlibs.bgp | 89d254360fb69fd6a366af4b8855491004075460 | afbac4dcef277910ff3982e9a6b39d2221c2220e | refs/heads/master | 2020-12-14T07:18:31.563360 | 2016-04-19T16:32:13 | 2016-04-19T16:32:13 | 44,783,938 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 280 | java | /**
*
*/
package io.netlibs.bgp.config.nodes;
/**
* @author rainer
*
*/
public interface RoutingInstanceConfiguration extends Comparable<RoutingInstanceConfiguration> {
public RoutingPeerConfiguration getFirstPeer();
public RoutingPeerConfiguration getSecondPeer();
}
| [
"theo@jive.com"
] | theo@jive.com |
c0e4a46fc3617aa228f35559bf62738dd122a062 | ef676f20617b3e3cb39c736e97035d93bebc9dd2 | /Source/M1.01/src/com/innovation/daolife/service/impl/DlDaoService.java | 55b2b851657800f9d70bdc520960270bdb4c9ffa | [] | no_license | wlwinston/daolifev1 | abfedd3c1c4b9028637adeacd3a01a034b3efbeb | fea203b895a277ee22f06bcf7654133a6b3b4bbe | refs/heads/master | 2021-01-17T11:48:11.111946 | 2010-11-30T12:51:31 | 2010-11-30T12:51:31 | 34,557,588 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,409 | java | /**
* @author Winston
* @version 1.0
* Creation date: MAR 8, 2010 22:46:49
*/
package com.innovation.daolife.service.impl;
import java.io.UnsupportedEncodingException;
import java.security.NoSuchAlgorithmException;
import java.sql.SQLException;
import java.text.SimpleDateFormat;
import java.util.Date... | [
"winston.wanglei@5f9af298-2853-11df-ab0a-9f3f633ae91d"
] | winston.wanglei@5f9af298-2853-11df-ab0a-9f3f633ae91d |
a30a3f42976461936541cfecfcce5a1eaa1bee4a | 8f2d7b4926fb10bb6d7482800628a2d5b46631c3 | /src/test/java/gn/diallotelly/projet/web/ecole/primaire/web/rest/AccountResourceIT.java | 83f2f22823dd8faefead3323e964e5fd64601627 | [] | no_license | celloupro/projetwebecoleprimaire | d3ba2ec07e2bfecd4c01705394a0d4125ddd3479 | bf533014028f614b8fb1643ce64c6c8a13f502ba | refs/heads/master | 2023-02-25T22:17:19.340908 | 2021-01-31T14:58:42 | 2021-01-31T14:58:42 | 334,528,544 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 33,483 | java | package gn.diallotelly.projet.web.ecole.primaire.web.rest;
import static gn.diallotelly.projet.web.ecole.primaire.web.rest.AccountResourceIT.TEST_USER_LOGIN;
import static org.assertj.core.api.Assertions.assertThat;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*;
import static org.... | [
"mamadoucelloudiallo24@gmail.com"
] | mamadoucelloudiallo24@gmail.com |
251d03a50d45fbe674954674f3f9c2561c4c2a8f | a151d90d10c2dd4161bb86bbfbdecc10dfc9b349 | /src/main/java/com/prajna/production/ssm/domain/EmployeeExample.java | 38c5790f72b80d50773633d4db3d3957d051f578 | [] | no_license | Zhangting89/production_ssm | 0eb451b5deb8e979573a777f2c81a94ad8d8d3c7 | 75182be67f83ebe20dcfba2d23aedec574b1726e | refs/heads/master | 2022-12-27T20:34:11.670477 | 2020-01-09T03:45:15 | 2020-01-09T03:45:15 | 232,717,360 | 0 | 0 | null | 2022-12-16T04:52:01 | 2020-01-09T03:51:21 | Java | UTF-8 | Java | false | false | 37,066 | java | package com.prajna.production.ssm.domain;
import java.util.ArrayList;
import java.util.Date;
import java.util.Iterator;
import java.util.List;
public class EmployeeExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public EmployeeExample() {... | [
"964018625@qq.com"
] | 964018625@qq.com |
0b3b48eefd62e541577e4faf5fdd212a57d7c811 | 736d52af62202656e6623ffe92528d1315f9980c | /batik/classes/org/apache/batik/svggen/SVGGeneratorContext.java | ab15e94eb8db3fb5a29f027fa756341ec5540539 | [
"Apache-2.0"
] | permissive | anthonycanino1/entbench-pi | 1548ef975c7112881f053fd8930b3746d0fbf456 | 0fa0ae889aec3883138a547bdb8231e669c6eda1 | refs/heads/master | 2020-02-26T14:32:23.975709 | 2016-08-15T17:37:47 | 2016-08-15T17:37:47 | 65,744,715 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 50,829 | java | package org.apache.batik.svggen;
public class SVGGeneratorContext implements org.apache.batik.svggen.ErrorConstants {
org.w3c.dom.Document domFactory;
org.apache.batik.svggen.ImageHandler imageHandler;
org.apache.batik.svggen.GenericImageHandler genericImageHandler;
org.apache.batik.svggen.ExtensionHand... | [
"anthony.canino1@gmail.com"
] | anthony.canino1@gmail.com |
aa89d477ce1dc7dea5b6d8f32b3a8a35c6484331 | 454d0047936788909ac2b818d650eaafcac402bc | /net/minecraft/server/BlockJukeBox.java | 0b6c6faf5e44a860ba3d60b70dc7d2fe37805f82 | [] | no_license | Massacrer/mc-dev | 6ddc2f6c9e3e1e1a449fb06eb642f0e7c813210e | 5c511d8ae4bbf4fab38f4127a2b9e519c17c8ec7 | refs/heads/master | 2021-01-15T17:50:58.828066 | 2011-05-31T13:18:48 | 2011-05-31T13:20:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,362 | java | package net.minecraft.server;
public class BlockJukeBox extends BlockContainer {
protected BlockJukeBox(int i, int j) {
super(i, j, Material.WOOD);
}
public int a(int i) {
return this.textureId + (i == 1 ? 1 : 0);
}
public boolean interact(World world, int i, int j, int k, Entity... | [
"erikbroes@grum.nl"
] | erikbroes@grum.nl |
78d7286328d06994f2cba194cda1e9a225d87536 | b061e932bf80e43c52c7b4c0ab87814558f8cf94 | /ShareLib/src/main/java/com/share/api/SimpleShareCallback.java | ca22fce0043ddd60c3ad0b4458924d1b6a528184 | [
"MIT"
] | permissive | lynnzc/AndroidSNCN | 40ae73176cacec060dc449d1deeb23919dd902eb | c7399fdaaa9c059c8bba07df06a1334b517573d7 | refs/heads/master | 2021-01-13T11:31:55.279689 | 2017-05-01T05:40:27 | 2017-05-01T05:43:55 | 54,707,061 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 588 | java | package com.share.api;
import android.util.Log;
/**
* 简单的share回调
* Created by Lynn on 3/25/16.
*/
public abstract class SimpleShareCallback implements IShareCallback {
@Override
public void onCancel() {
Log.d(SimpleShareCallback.class + "自定义回调方法", "分享取消");
}
@Override
public void onFa... | [
"Lynn@ganguo.hk"
] | Lynn@ganguo.hk |
8545bbb8066bb334dbdae8c5980eaea669734d2e | 1229cc4eb74b747392b7c291a9dd306eee8c7702 | /mall-manager-web/src/main/java/com/jisen/mallmanagerweb/controller/ContentController.java | 45a0987db68b8e3512753c4b72e8a962c1150df9 | [] | no_license | qq289736032/mall | 988fde66dff20243edb9b33e9f0c78a9d76a57b1 | 5925eec810a2436117f217302db1631c80a52fdd | refs/heads/master | 2020-04-01T21:23:29.606222 | 2018-10-18T16:28:57 | 2018-10-18T16:29:11 | 153,653,361 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,081 | java | //package com.jisen.mallmanagerweb.controller;
//
//import com.alibaba.dubbo.config.annotation.Reference;
//import guo.ping.e3mall.common.pojo.E3Result;
//import guo.ping.e3mall.common.pojo.EasyUIDataGridResult;
//import guo.ping.e3mall.content.mallmanagerservice.ContentService;
//import guo.ping.e3mall.pojo.TbContent;... | [
"289736032@qq.com"
] | 289736032@qq.com |
2782552d2fbf91387f3287e119f4ab2dfeec0a86 | 7c00eee6c64fdb8bf0458adff5b451763387dc32 | /slr1parser/src/main/java/cristina/compint/slr1parser/parser/ActionGotoTable.java | eaeea9e746443d84b0a1bbc0e1095cffb5251f64 | [] | no_license | cristinalombardo/slr1parser | 9b44fe5c58700f4ebc295e060ee468456c9d571d | b677c486d6c68b30f5d4530ed76d0aeac54e8313 | refs/heads/master | 2016-09-10T09:18:11.867742 | 2015-03-15T10:39:47 | 2015-03-15T10:39:47 | 26,089,617 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,711 | java | package cristina.compint.slr1parser.parser;
import java.io.Serializable;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import cristina.compint.slr1parser.cfsm.State;
import cristina.compint.slr1parser.grammar.NonTerminal;
import cristina.compint.slr1parser.grammar.Terminal;
public class Acti... | [
"lombardo.cristina84@gmail.com"
] | lombardo.cristina84@gmail.com |
e57053e92ed2a85414b1bbd94b0bfa351c596660 | 745b525c360a2b15b8d73841b36c1e8d6cdc9b03 | /jun_java_plugins/jun_poi/src/main/java/com/jun/plugin/poitest/exception/PoiElErrorCode.java | c1df76c8fb605064eb24abe19d10aeeb4cf2bdbf | [] | no_license | wujun728/jun_java_plugin | 1f3025204ef5da5ad74f8892adead7ee03f3fe4c | e031bc451c817c6d665707852308fc3b31f47cb2 | refs/heads/master | 2023-09-04T08:23:52.095971 | 2023-08-18T06:54:29 | 2023-08-18T06:54:29 | 62,047,478 | 117 | 42 | null | 2023-08-21T16:02:15 | 2016-06-27T10:23:58 | Java | UTF-8 | Java | false | false | 1,557 | java | package com.jun.plugin.poitest.exception;
import java.text.MessageFormat;
/**
* 异常码区段:[1001-1999]
* @author wzy
* @date 2017年6月20日 上午11:59:32
*/
public enum PoiElErrorCode implements IErrors {
TAG_NOT_FOUND(1001, "[{0}]中找不到tag:[{1}]"),
TEMPLATE_FILE_NOT_FOUND(1002, "找不到模板[{0}]"),
EXCEL_FILE_NOT_FOUND(1003, "找不到被导... | [
"wujun728@163.com"
] | wujun728@163.com |
46ad77e5cf1f8b0cac206ecf7f1c52c744066320 | 73267be654cd1fd76cf2cb9ea3a75630d9f58a41 | /services/dsc/src/main/java/com/huaweicloud/sdk/dsc/v1/model/RuleRequest.java | f944c644cdd2e873d20bcd39fc6d17b7d9b3c62b | [
"Apache-2.0"
] | permissive | huaweicloud/huaweicloud-sdk-java-v3 | 51b32a451fac321a0affe2176663fed8a9cd8042 | 2f8543d0d037b35c2664298ba39a89cc9d8ed9a3 | refs/heads/master | 2023-08-29T06:50:15.642693 | 2023-08-24T08:34:48 | 2023-08-24T08:34:48 | 262,207,545 | 91 | 57 | NOASSERTION | 2023-09-08T12:24:55 | 2020-05-08T02:27:00 | Java | UTF-8 | Java | false | false | 11,221 | java | package com.huaweicloud.sdk.dsc.v1.model;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonValue;
import java.util.Collections;
import java.util.HashMap;
import ja... | [
"hwcloudsdk@huawei.com"
] | hwcloudsdk@huawei.com |
af668ac4528c08bc3a1aa6f2addbc44660fb5fe5 | 49dd4168fa682f5481cdc2b6b22c8b409fc057a4 | /db4all-api/src/main/java/fr/grozeille/db4all/entity/repositories/EntitySearchItemRepository.java | 6312c336cc272c295c8f2e27af3fca141882f6d3 | [] | no_license | alincc/db4all | 09305f761cdbf5ccada435f6fb188e32ffa33f43 | 612ad1dd447a37d8905f5a945da9773780fefb71 | refs/heads/master | 2023-05-09T18:09:16.783500 | 2019-02-08T03:06:46 | 2019-02-08T03:06:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 873 | java | package fr.grozeille.db4all.entity.repositories;
import fr.grozeille.db4all.entity.model.EntitySearchItem;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.data.repository.NoRepositoryBean;
import org.springframework.data.solr.repository.Query;
im... | [
"mathias.kluba@gmail.com"
] | mathias.kluba@gmail.com |
91269e6be3818600f719e265ff3c5e01c3bbb3f1 | 933aa3b2f3161517ab78b1018d6af229d3ebc160 | /src/main/java/cn/com/sky/rocketmq/utils/TopicInfo.java | b303a0a953b556dc1c2e5084061953847902a07c | [] | no_license | git-sky/mq_demo | 41c8a79b2321abfe876e0dd83ea4e167f0971d10 | 4a3f3ad2f74f533ab27a01e7f0b9a0f4e484f1df | refs/heads/master | 2021-01-01T16:47:25.212604 | 2017-07-21T07:53:31 | 2017-07-21T07:53:31 | 97,921,704 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 692 | java | package cn.com.sky.rocketmq.utils;
public class TopicInfo {
String groupName;
String namesrvAddr;
String instanceName;
String topic;
public String getGroupName() {
return groupName;
}
public void setGroupName(String groupName) {
this.groupName = groupName;
}
public String getNamesrvAddr() {
return n... | [
"linkme2008@sina.com"
] | linkme2008@sina.com |
9d9bfc936ed2870fe8285c938078fbac5b8ca065 | 9dfbff3733a905d18b15dfdec20c680fe2646e31 | /one-java-basic/src/main/java/com/hang/thread/threadfunction/ThreadDaemon.java | 53741f07e3891e6058678d7e5ccd1b268033a08e | [] | no_license | hang1810/cloud-learn | 64f92682e8b50ddf222adb97045b3e6d6c17fa6c | 07d619a67743a70cf8617daefcc7aaf9e7eb787e | refs/heads/master | 2022-12-28T00:48:55.072405 | 2020-10-13T07:15:48 | 2020-10-13T07:15:48 | 296,361,612 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 892 | java | package com.hang.thread.threadfunction;
/**
* @author Hang
* @date 2020-09-26 21:04
* 守护线程
*/
public class ThreadDaemon {
public static void main(String[] args) {
You you = new You();
Earth earth = new Earth();
Thread earthThread = new Thread(earth);
earthThread.setDaemon(true... | [
"137628022@qq.com"
] | 137628022@qq.com |
c7169decf27a22f84837510ba82923d1a355d297 | c87591f0373b3d8af0c5596d8d79c5b44e1e0dfb | /Head_First_Android/18.10.22.starbuzz/app/src/androidTest/java/com/hfad/starbuzz2/ExampleInstrumentedTest.java | 09ad49ca5f43eb37e95a4597742775c7a2a7bc06 | [] | no_license | HOEINNKIM/Self_Study | 79c36345cfd66dc9c1cd80b05bfc3670298d4531 | 33bbf30c61fd5a8f1fcc65c50efb982a49ff1a71 | refs/heads/master | 2021-06-26T03:48:14.167929 | 2020-10-24T12:08:25 | 2020-10-24T12:08:25 | 159,029,720 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 720 | java | package com.hfad.starbuzz2;
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 Android devi... | [
"43197755+HOEINNKIM@users.noreply.github.com"
] | 43197755+HOEINNKIM@users.noreply.github.com |
b41f53b5814044f8a536b534444d919a47890add | 8625b5c5c49d6d44920be34a526fe3496c857ab1 | /src/main/java/br/com/ranyel/projetozero/dao/repository/UsuarioRepository.java | 686b221c8f59fe5924e8b4cfcdc23c8cc8e59c40 | [] | no_license | dfsilva/projetoZero | 2190661495a9b8212665de4e6bc26a866b6fc53b | b2c82827bb007f9b29c8e42d9700df0dd842c1bd | refs/heads/master | 2020-12-01T03:05:26.258829 | 2013-02-26T01:12:34 | 2013-02-26T01:12:34 | 8,530,832 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 870 | java | package br.com.ranyel.projetozero.dao.repository;
import java.util.List;
import br.com.ranyel.projetozero.domain.Usuario;
import br.com.ranyel.projetozero.exception.RepositoryException;
/**
* @author ranyel
* Uso do pattern Repository, para a classe de domínio Usuario.
*/
public interface UsuarioRepository {
/... | [
"ranyel_lelis@yahoo.com.br"
] | ranyel_lelis@yahoo.com.br |
db1f5414acda67668ff2f71afc19cdd11cd1983a | 608f54b249c7ebaf0b16878a89af3dc2c15292d4 | /src/org/fujix/irairan/Player.java | cb8c6ab5a7cfc837b58ff6cac866865f23581a8e | [] | no_license | FujiX55/irairan | 57374fbb5554af2746d77b780ed300ad3a19e095 | 2111e478026284821cf7a8ae55ed42b6d04890ef | refs/heads/master | 2020-05-28T03:57:41.057403 | 2015-03-08T05:56:15 | 2015-03-08T05:56:15 | 14,254,786 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,819 | java | package org.fujix.irairan;
import android.graphics.*;
import java.util.*;
import android.widget.*;
import android.util.*;
import android.content.*;
public class Player extends Task
{
private Bitmap mPic;
private int mPic_w, mPic_h;
private final static float MAX_SPEED = 20; //移動する最大スピード
private final static flo... | [
"hnishi2000@gmail.com"
] | hnishi2000@gmail.com |
9c3d894885a2e8ea7e1bcbdb8f133eca6e894394 | b5f161b238e45f1cada8f74875629a2e7ad50352 | /nascenttoolkit/src/main/java/com/nascentdigital/communication/ServiceResponseFormat.java | d4889d9bf45ed2affe82c5aec65a9698ae768073 | [] | no_license | nascentdigital/nascent-toolkit-android | 3b17c6c100a8b9ef9b1aa0b03d2ce4bfbae3648a | 8761d80cbf748951cedc71821d052e37d42541b6 | refs/heads/master | 2020-04-05T14:39:34.491311 | 2016-11-04T15:29:42 | 2016-11-04T15:29:42 | 11,161,598 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,387 | java | package com.nascentdigital.communication;
import java.util.Map;
import org.json.JSONObject;
import org.w3c.dom.Document;
import com.google.gson.JsonElement;
public abstract class ServiceResponseFormat<T>
{
// [region] constants
public static final ServiceResponseFormat<byte[]> RAW = new RawFormat();
public stati... | [
"ahinton@nascentdigital.com"
] | ahinton@nascentdigital.com |
a8f9c164718118e60f01f93913f999aeba33833e | 6852ec875303d894832cbf50f3647b35ff94772b | /javaexam/src/mapper/teacher/TeacherMapperCustom.java | 87d7bf201062ff91de7f5161906aaa6c6181c6d1 | [] | no_license | 1zhichuanyunjian/javaexam | 0373b0c4f17a218eb22675377cff7d731fa63d0d | 556b2679567ee073571decd7b90562f923ec4f46 | refs/heads/master | 2021-03-29T02:37:11.449395 | 2016-04-05T09:58:31 | 2016-04-05T09:58:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 73 | java | package mapper.teacher;
public interface TeacherMapperCustom {
} | [
"1026100702@qq.com"
] | 1026100702@qq.com |
24a053735514cf1c1180a3c54b76355149b37fd9 | 4eb7a36d53f4f787baec49f22f61b09b814e3f21 | /app/build/generated/source/r/debug/me/dm7/barcodescanner/zxing/R.java | 6098050f13d437294a7442fe40a44d382c8191a8 | [] | no_license | 00hacktheworld00/ScanandGoProject | 4918e063493dcbf6440e853cd84165150397ec0d | ebdd132dfff3c9f6d9078a5e72aab569e146a6de | refs/heads/master | 2020-03-23T20:50:43.916985 | 2018-07-23T20:27:41 | 2018-07-23T20:28:59 | 142,066,091 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,497 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package me.dm7.barcodescanner.zxing;
public final class R {
public static final class attr {
public static final int border... | [
"sadashiv.sinha@metronomic.in"
] | sadashiv.sinha@metronomic.in |
3604265e9c1228bee269a6f3f17271d1777bb95e | 39cfa3639f26161dd54f6b79b893938b26cb570a | /xAthlon/app/src/main/java/com/abacus/xathlon/MainActivity.java | 53c7bfe46ee04432affd611d0e9ad288e2e090cd | [] | no_license | ioanchatzip/uni_projects | 653bad55d8b628bb9595c46308b081312e5eb40c | bee0d6bbb0a50336392023782e875e74ddc5d9e8 | refs/heads/master | 2023-01-19T10:33:23.534456 | 2020-11-18T19:22:23 | 2020-11-18T19:22:23 | 314,018,541 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,164 | java | package com.abacus.xathlon;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.MenuItem;
import android.view.View;
import android.widget.Toast;
import android.util.Log;
import com.goog... | [
"ioanchatzip@outlook.com"
] | ioanchatzip@outlook.com |
914784e204cdcb4cb0a315d28053a4fb51494125 | 51a42bfc1eea40359eaeb1066f78be04e5ac9f7a | /PlacementManagmentSystemB50/src/com/nacre/pms/bo/LevelBO.java | af13bb0bbd3719443d2559196bf3bb5f0cee745f | [] | no_license | armanjavaprojec/placementmanagementsystem | 6400347b23dc59b079c0753a0fd105289be38a41 | 7c64032a32e634396a5d54755a57c255b3b24909 | refs/heads/master | 2020-04-05T21:43:44.455774 | 2018-11-12T15:26:38 | 2018-11-12T15:26:38 | 157,230,864 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 471 | java | package com.nacre.pms.bo;
public class LevelBO {
private Integer levelId;
private String level;
public Integer getLevelId() {
return levelId;
}
public void setLevelId(Integer levelId) {
this.levelId = levelId;
}
public String getLevel() {
return level;
}
public void setLevel(String level... | [
"Armaan@DESKTOP-5JB57O4"
] | Armaan@DESKTOP-5JB57O4 |
59c4eb830bed0c7a45c62b259d2a1044784af818 | 8459f92a919923eea639d45cff66cd62dbbb3cb4 | /src/main/java/cc/royao/mana/exception/BusinessException.java | 8d9bc8dc9da43da0220c87d6106ddadba8f8a7b9 | [] | no_license | libiao5320/wx_manage | 40d161f6a4a030db5c725e14c7895c1feec42b10 | 22fd929683b2638b632be3dd9b3c25ecc3568e26 | refs/heads/master | 2020-04-08T11:26:59.112686 | 2018-11-28T02:13:20 | 2018-11-28T02:13:20 | 159,306,397 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 671 | java | package cc.royao.mana.exception;
/**
* Created by libia on 2016/2/3.
*/
public class BusinessException extends Exception {
private static final long serialVersionUID = 1L;
public BusinessException() {
// TODO Auto-generated constructor stub
}
public BusinessException(String message) {
... | [
"libiao_com@aliyun.com"
] | libiao_com@aliyun.com |
9207ee18d4c874529562f6d5a9ef9b458c00a570 | e0a1ee95bbe1adef3cf98ba8744ac9bba121824d | /tensquare_base/src/test/java/io/wooo/tensquare/base/TensquareBaseApplicationTests.java | 78148c22c5dbd1bc82ff4f5b3e60305c30238861 | [] | no_license | wushuaiping/tensquare | c404579cd49a659992a95f183b833816453f7215 | eda727b6b7c023bc314c60b37dd9f8f2cbd2f11d | refs/heads/master | 2021-06-12T17:09:05.760446 | 2019-11-25T09:36:55 | 2019-11-25T09:36:55 | 157,511,935 | 8 | 3 | null | 2021-06-04T01:40:15 | 2018-11-14T07:56:48 | Java | UTF-8 | Java | false | false | 346 | java | package io.wooo.tensquare.base;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class TensquareBaseApplicationTests {
@Test
public vo... | [
"spwu@creams.io"
] | spwu@creams.io |
4c656897bbf8e60239109def9731943d3ba95cb6 | ecb45d13e48bc7d34682ac24c972589b97e949c5 | /code/com/jivesoftware/os/jive-utils/map-store/src/main/java/com/jivesoftware/os/jive/utils/map/store/SkipListComparator.java | 69c9c2fd767f9ab35eb20fe16d9f7673867335ec | [
"Apache-2.0"
] | permissive | patlachance/jive-utils | 437139939ecda0388334fc14e73cd885b89d4b79 | 68db25b75d2ad0c4ed0682d41bce06a9cedb8b87 | refs/heads/master | 2020-12-24T12:47:50.393556 | 2014-05-16T03:40:03 | 2014-05-16T03:40:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 737 | java | package com.jivesoftware.os.jive.utils.map.store;
/**
*
* @author jonathan
*/
public interface SkipListComparator {
/**
* Same behavior as javas Comparator.
*
* @param a
* @param astart
* @param b
* @param bstart
* @param length
* @return
*/
public int compare(M... | [
"jonathan.colt@jivesoftware.com"
] | jonathan.colt@jivesoftware.com |
f8859a239ccce6de4a104d7ae09d168778b996b8 | d3f02a3469412c3609199bd5bfdb33537786f636 | /src/wordsimilarity/Primitive.java | 1187f1b81df55c0aa6cd52db9fe18c03e74d7e53 | [] | no_license | Karen928/SentenceSim | 93cf6fa09800d3e25cbb1b369a4e5aba219d1fb2 | fe0d66b55b60e18e9a7b31359dda86a98e0daf71 | refs/heads/master | 2021-09-16T01:02:43.209096 | 2018-06-14T02:36:18 | 2018-06-14T02:36:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,844 | java | package wordsimilarity;
import java.io.BufferedReader;
import java.io.FileReader;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
* ��ԭ
*/
public class Primitive {
/**
* DOCUMENT ME!
*/
public static Map<Integer, Primitive> ALLPRIMITIVES = new... | [
"fssqawj@163.com"
] | fssqawj@163.com |
31a6b467e5c22537407b97e1bafb7e1ee5eb6882 | 22ab47fc9e64f9537f782ce0cac7b024a4b64434 | /simpledb/materialize/GroupValue.java | 07d9ea33e2a4a250a07cb362b099a4280033ad42 | [] | no_license | jcscheide/DB2Proj2 | c6334eee5744452f8569d04085c793c1ca3997bf | d539956734c57b01efbdd6d65bd78997a366c2d5 | refs/heads/master | 2020-05-15T13:49:00.327735 | 2019-04-22T18:56:24 | 2019-04-22T18:56:24 | 182,314,002 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,619 | java | package materialize;
import query.*;
import java.util.*;
/**
* An object that holds the values of the grouping fields for the current record
* of a scan.
*
* @author Edward Sciore
*/
public class GroupValue {
private Map<String, Constant> vals;
/**
* Creates a new group value, given the specified scan and... | [
"jcscheide@wpi.edu"
] | jcscheide@wpi.edu |
a7c627ed8ab11f4d19cbd40b2e6206a703a28b3c | ff9ac9e0e81ad8196f883fe7a892339cdcf986f2 | /src/main/java/com/salesliant/entity/PoleDisplayMessage.java | 0b91b897e1b4b5a5c4d39cde4f0be908955b36d5 | [] | no_license | salesliant/salesliant | 25b324d90e3a9dbbe91d75b70e6ce786a401bccc | 5d472c193c91555abcd99ea5db64304a9e4c442c | refs/heads/master | 2023-02-24T00:39:13.320749 | 2021-02-02T04:06:49 | 2021-02-02T04:06:49 | 334,688,522 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,525 | java | /**
* Copyright (c) minuteproject, minuteproject@gmail.com
* 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
*
... | [
""
] | |
25f2d4573caa361ba65978f249ebd368322b375a | c02d7bbec6593547842403e7c519f4d17caebedd | /src/main/java/com/zhoga/akka/task3/Main.java | 3fad570b94b357bad444183885798923da56635b | [] | no_license | ximera239/akka-java | a3ab7a54a0f46d15551d088e713dff553a104d0a | 290b5a4370da135e126cbe913f6b0d6ef1657940 | refs/heads/master | 2021-04-15T15:05:56.299693 | 2018-03-23T13:28:07 | 2018-03-23T13:28:07 | 126,488,760 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,216 | java | package com.zhoga.akka.task3;
import akka.actor.ActorRef;
import akka.actor.ActorSystem;
import akka.actor.Props;
import java.util.Random;
/**
* Main class to run simulation
*
* Simulation description: created n actors with unique ids
* from 1 to n. THey are organized in "ring", where each actor
* has prev and ... | [
"ezhoga@MacBook-Pro-Evgeny.fritz.box"
] | ezhoga@MacBook-Pro-Evgeny.fritz.box |
43f69883a1f1e46cc698bb40dff4068d6eb88de3 | e119cd833db9ffbb7783ccdc6982075b91dc6542 | /police-stories-lastaflute/src/main/java/org/docksidestage/dbflute/bsentity/dbmeta/PurchasePaymentDbm.java | 244a23f74ec5ac3fbc9747c502152f8808705ed3 | [
"Apache-2.0"
] | permissive | dbflute-utflute/police-stories | be3d414e30142ee0765c119cbc2b6793b6afe46f | b06c32b5d723ebb17ea952f12e47c1df8e6d8ade | refs/heads/master | 2021-04-15T16:33:35.633065 | 2018-03-25T23:50:38 | 2018-03-25T23:50:38 | 126,748,544 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,492 | java | /*
* Copyright 2014-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 app... | [
"dbflute@gmail.com"
] | dbflute@gmail.com |
80d81b52bdb824148678ffe4ab8207636fb92ff8 | b4a2203f557a8adc20c8a55c24d587f1a4fdecef | /app/src/main/java/com/example/shreyash/myapplication/Dashboard.java | 1a98be0a2df9d1a14a42a4e610c43fcd259788a2 | [] | no_license | AnantGowadiya/sattvik | c7ef94d8a5639c5b28c1e9bfda6ea50434b4d972 | 66e984a8b41a092b22c8d09360fb9850f36435c1 | refs/heads/master | 2021-04-09T16:28:03.784127 | 2018-03-08T15:58:29 | 2018-03-08T15:58:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,872 | java | package com.example.shreyash.myapplication;
import android.app.Activity;
import android.content.Intent;
import android.content.res.Configuration;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v4.app.Fragment;
i... | [
"37185812+shreyash-jain@users.noreply.github.com"
] | 37185812+shreyash-jain@users.noreply.github.com |
baec58d3c27d8c95f0f89f889cf947c8c06af186 | 2a8e4b58382542f2348f25c215bc0da1d9690dec | /Main.java | 3b075962b15351fa5a5cf6999a8f1fd2e7c2f8fd | [] | no_license | andreinnanu/Emergency-Room-Simulator | a875eb1c577d7f0328dba202a3f34086032ac6f8 | f6ba8321836a36345fd345e611c8182099b59d36 | refs/heads/master | 2022-06-29T10:04:32.729049 | 2019-03-03T19:59:55 | 2019-03-03T19:59:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,015 | java | import com.fasterxml.jackson.databind.ObjectMapper;
import java.io.File;
public final class Main {
private Main() {
}
public static void main(String[] args) throws Exception {
ObjectMapper objectMapper = new ObjectMapper();
Hospital hospital = objectMapper.readValue(new File(args[... | [
"noreply@github.com"
] | noreply@github.com |
967de12610d68698313c39319cf9c287cbd2ea99 | 15b759248ca9e56df034e362d8d84581b2d36ebf | /MovieApp/app/build/generated/source/r/debug/com/example/android/movieapp/R.java | 32633f71b2d7023fb642ff4a86c20de118504d77 | [] | no_license | terrancen47/Andela_Udacity_PopularMoviesStage2 | ff6435133c2d6440f5383bf94ffc0f0c12615d87 | ea06112a2f0f6fabd572760bb215a4d79425fce9 | refs/heads/master | 2022-10-21T05:45:27.446072 | 2020-06-10T20:20:32 | 2020-06-10T20:20:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 872,856 | 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.example.android.movieapp;
public final class R {
public static final class anim {
public static final int abc_fade_in=0x7... | [
"kennydukor@gmail.com"
] | kennydukor@gmail.com |
1a4d7b17cc8b3cf3060266b9152bdd82fc6afc81 | d6fa19d28715394902b65cb26bbb3e61d11ca9cc | /docs/DocGen/Project/com/mentor/capital/project/Printregioninfo.java | 3e745e4fcfccbd8c77f3e6cdc3646e20bd69c4b8 | [] | no_license | burnszp/capitaleasygo | bee6a9007ee9c49ed70c660e3ee82cedf2e568d4 | b8b01770b9c78a151f5badb5784fb83d627f99df | refs/heads/master | 2022-07-07T19:12:09.459756 | 2019-11-15T05:27:10 | 2019-11-15T05:27:10 | 215,234,754 | 0 | 0 | null | 2022-06-29T17:42:46 | 2019-10-15T07:28:01 | Java | UTF-8 | Java | false | false | 4,765 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2019.11.13 at 1... | [
"35725@DESKTOP-LOQT6LN"
] | 35725@DESKTOP-LOQT6LN |
6fc391115089ff739e93932d4daf786d4128af2b | 7de0281bd1f9ddbe0da55614c776a14c25060430 | /app/src/main/java/com/example/chand/weathersamp/InstallActivity.java | 9aa1a4afbc1c50e438726805196bf9f4c3446c71 | [] | no_license | chandrugceb/WeatherSAMP | 9795ca2f45b50d74a3ff6892c51f230ef74b61fa | 862ce6989502aaf6365d880ffdf0e45d33f296c4 | refs/heads/master | 2021-01-02T09:01:05.839751 | 2017-11-12T13:45:42 | 2017-11-12T13:45:42 | 99,124,784 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 22,527 | java | package com.example.chand.weathersamp;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.location.Location;
import android.location.LocationListener;
import android.location.LocationManager;
import android.opengl.Visibil... | [
"chandramohan.nataraj@fulcrum.net"
] | chandramohan.nataraj@fulcrum.net |
0b450f1222f79dcdfd5b44c9da49b9de624bf47b | a03c87a4fccaaf52545b4ae837359dd7c0edbce9 | /src/connectfour/Register.java | f6faa2df0f9a4926844f98a8d244d051f8114ba0 | [] | no_license | Vacster/Proyecto-Final-Programacion-1 | 83513ae307fb00ff404ba797c99a446e9dbf11e3 | 39184f1a1e162d0a21742750709e552f5db4a0c1 | refs/heads/master | 2016-09-06T00:35:29.114671 | 2015-03-23T04:36:07 | 2015-03-23T04:36:07 | 32,709,431 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,269 | 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 connectfour;
import javax.swing.JOptionPane;
/**
*
* @author Kamil I
*/
public class Register extends javax.swing.JFrame ... | [
"kamil@unitec.edu"
] | kamil@unitec.edu |
8fc948055ea47113d9d9aee3a86263fa10ec9cca | 54c511f41226724ae7fb7706d49847227c915511 | /src/main/java/com/zyjz/plan/dao/ConsumerSoilMapper.java | f27ffbc894254b8b162cf6ae1c9a752fbd05396e | [] | no_license | Tomororow/sw | 8b64ab35d8d4974a878d36bfa4cfd39fd246d1e2 | 648212375e8fc2f0ea3b04d2a8af21c43730b6c7 | refs/heads/main | 2022-12-25T21:29:21.843596 | 2020-10-10T07:02:36 | 2020-10-10T07:02:36 | 302,779,944 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 587 | java | package com.zyjz.plan.dao;
import java.util.List;
import com.zyjz.plan.entity.ConsumerSoil;
public interface ConsumerSoilMapper {
int deleteByPrimaryKey(String id);
int insert(ConsumerSoil record);
int insertSelective(ConsumerSoil record);
ConsumerSoil selectByPrimaryKey(String id);
int upd... | [
"lnpb2014@sina.com"
] | lnpb2014@sina.com |
46ff75bc544ad581915db0f1292724728be4f21c | 995f73d30450a6dce6bc7145d89344b4ad6e0622 | /Mate20-9.0/src/main/java/android/rms/resource/ActivityResource.java | 5b9fdb9afd4c142fcde6bc30df17842eaa7b3a13 | [] | no_license | morningblu/HWFramework | 0ceb02cbe42585d0169d9b6c4964a41b436039f5 | 672bb34094b8780806a10ba9b1d21036fd808b8e | refs/heads/master | 2023-07-29T05:26:14.603817 | 2021-09-03T05:23:34 | 2021-09-03T05:23:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,423 | java | package android.rms.resource;
import android.os.Bundle;
import android.rms.HwSysCountRes;
import android.rms.config.ResourceConfig;
import android.rms.control.ResourceCountControl;
import android.rms.utils.Utils;
import android.util.Log;
public final class ActivityResource extends HwSysCountRes {
private static f... | [
"dstmath@163.com"
] | dstmath@163.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.