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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
44068968818f1da5476766f23aa0e632647fc69d | 8c8b2c512c0bb2149a8c15b5968c57f83b028f1b | /TowerDefence/src/Block.java | df1c733a7af1516c318de6b7c9ac74a299ae1b35 | [] | no_license | BetaQQ/TowerDefence | 57b6e93e40b5cee462c89d0b1f2626cd509f056b | 49230a7c3b7e1d6013e0164a3befbdb4f18b377a | refs/heads/master | 2023-02-25T06:14:49.199640 | 2021-01-31T09:13:18 | 2021-01-31T09:13:18 | 334,612,813 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 365 | java | import java.awt.Image;
import java.awt.Graphics;
import java.awt.Rectangle;
public class Block extends Rectangle{
// Constructor
public Block(int x, int y, int width, int height){
super(x, y, width, height);
}
public void drawBlock(Graphics g, Image img){
g.drawImage... | [
"serhat.yokusoglu@tedu.edu.tr"
] | serhat.yokusoglu@tedu.edu.tr |
68946c44d386d1c3c8cb60a452d5926cf583cdec | 867a6a80536c6283f5a2ad865a66740e33300228 | /src/test/java/com/basic1/basic/compareEntireJson/RunCompareJsonTest.java | b480c66e4dac0f54b37160951bf76d8046a87944 | [] | no_license | namratac339/CuCuRestAssuredRepo | bdd7ecef8da418fbde68c5daf012a7db75772ebb | c69018af03ebf52dc61478ddb28ac54a9b1285ce | refs/heads/master | 2020-05-19T05:38:02.829123 | 2019-05-05T04:43:35 | 2019-05-05T04:43:35 | 184,853,713 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 461 | java | package com.basic1.basic.compareEntireJson;
import org.junit.runner.RunWith;
import cucumber.api.CucumberOptions;
import cucumber.api.junit.Cucumber;
@RunWith(Cucumber.class)
@CucumberOptions(
plugin={"pretty",
"html:target/cucumber-htmlreport",
"json:target/cucumber-report105.json",... | [
"sujeet@Ved"
] | sujeet@Ved |
84517831a484feeaa3af6a1363e32c2bb30ef536 | bb5ad4935bdebf95d511a0b0a2089cdca35b5274 | /Homework10/BinomialHeap/BinomialTreeNode.java | 214244c642ef76a06790e034dd18b8e690539ce7 | [] | no_license | Svilen-Stefanov/Algorithms-and-data-structures-course | a0151d56ac0afec6aa9785ca43b398c3ce566204 | 400b41cc64cb3c10b479e0fa3c9ed072db73cd64 | refs/heads/master | 2020-03-09T07:27:55.117757 | 2018-04-08T17:30:18 | 2018-04-08T17:30:18 | 128,665,210 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,938 | java | package com.svilenstefanov.blatt10.a6;
import java.util.Arrays;
import com.svilenstefanov.blatt7b.BinomiliaTest;
/**
* Homework 10
* @author Svilen Stefanov
*/
public class BinomialTreeNode<T extends Comparable<T>>{
private T root;
private BinomialTreeNode<T>[] children;
public BinomialTreeNode(T root){
t... | [
"svilen.ks@gmail.com"
] | svilen.ks@gmail.com |
e0e638c924ebb5f368d770e7415a345857bbfa65 | 045d58477ba23f9c909e6c68bdf62c7bdbf5e346 | /sdk/src/main/java/org/ovirt/engine/sdk/entities/DetailedLink.java | f7f4ec32d7f4832d83edd7e4a4af114f09eb2618 | [
"Apache-2.0"
] | permissive | dennischen/ovirt-engine-sdk-java | 091304a4a4b3008b68822e22c0a0fdafeaebdd6f | e9a42126e5001ec934d851ff0c8efea4bf6a436f | refs/heads/master | 2021-01-14T12:58:20.224170 | 2015-06-23T11:22:10 | 2015-06-23T14:51:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,407 | java | //
// Copyright (c) 2012 Red Hat, Inc.
//
// 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 o... | [
"mpastern@redhat.com"
] | mpastern@redhat.com |
49ea8a1343351dfd3c22119911bee0b120cdc95f | 03a2e0a30587609397d2621e737ca93f1bf5977e | /src/org/nrnb/noa/settings/MFNodeAppearanceCalculator.java | 14ca69e593897de2fb937b45ba8518cd38042489 | [] | no_license | nrnb/gsoc2012chao | dc82cc803c88a67df4291dd06a96ca5c8ecb7832 | 51d50815e15e7759c1a11d2fc25ba0091cb31aa7 | refs/heads/master | 2016-09-15T19:03:51.562762 | 2015-03-17T00:06:30 | 2015-03-17T00:06:30 | 32,360,590 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,295 | java | /*******************************************************************************
* Copyright 2010 Alexander Pico
*
* 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.apac... | [
"apico@gladstone.ucsf.edu"
] | apico@gladstone.ucsf.edu |
42fc541a3ebd9f2143243b08afb5ff4c9c34d62a | 6d72b6be2d7d3df51ca3e18f0c8bbbd2e3c4c18b | /google-cloudevent-types/src/main/java/com/google/events/cloud/vmmigration/v1/UtilizationReport.java | 1e0e59bcda9208e55a80100d46302f67e839de0e | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | googleapis/google-cloudevents-java | cbdbd218eb473f90ca9294b85bfe90e552654abe | 2308afc7de22697122fa2c46ec73f2cf5145d5e5 | refs/heads/main | 2023-07-20T19:09:26.548860 | 2023-07-20T16:17:59 | 2023-07-20T16:17:59 | 273,051,100 | 14 | 8 | Apache-2.0 | 2023-07-20T16:18:01 | 2020-06-17T18:33:37 | Java | UTF-8 | Java | false | false | 97,750 | 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 |
301762394f9242de2c29fc469fec38b08da02276 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /large-multiproject/project84/src/test/java/org/gradle/test/performance84_2/Test84_139.java | 2a847b5203d4f8bbde4e541650c8d0d1223cf9ed | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 292 | java | package org.gradle.test.performance84_2;
import static org.junit.Assert.*;
public class Test84_139 {
private final Production84_139 production = new Production84_139("value");
@org.junit.Test
public void test() {
assertEquals(production.getProperty(), "value");
}
} | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
b0a70ed4861d47e3b33bea34d42ef3a50342233d | 05814a95b94d66f1c5e19d088b5c8ca7ba972c4e | /MTA2/src/MovieTestDrive.java | ae08d63dab7c8bb39a242e6d6fa7078ab9c64694 | [] | no_license | Dannylost/Ejercicios | 08037c28f9b2bcd39ccf7fab6ff3da1e8bf82b1f | 9bc7bd0113e1c92b2a90c9b6226c3a55cc95883b | refs/heads/master | 2021-01-22T07:10:30.650117 | 2012-07-12T10:22:13 | 2012-07-12T10:22:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 461 | java |
public class MovieTestDrive {
public static void main(String[] args) {
Movie one = new Movie();
one.title = "Gone with the stock";
one.genere = "Tragic";
one.rating = -2;
Movie two = new Movie();
two.title = "Lost in the Cibicle Space";
two.genere = "Comedy";
two.rating = 5;
two.playIt();
... | [
"dannylost_13@hotmail.com"
] | dannylost_13@hotmail.com |
4367d54ff12ae3dc2c7c91663148baadc03eb8af | ff4c7126d9b77d3e1b6e6e45a2565d44ba39bf12 | /mobile/src/main/java/service/ManualLoggingService.java | d372c6888dfce265b68fbecfc8c5e757edd4af74 | [
"Apache-2.0"
] | permissive | flowolf86/OnTheJob | 22ad6fc8420dd98ccc29e46c8638e80af6d8b0bf | 866b9a216b91ee9b1ebc5f157cd9f4f057574289 | refs/heads/master | 2021-01-10T11:41:46.721175 | 2015-12-21T14:24:39 | 2015-12-21T14:24:39 | 46,287,608 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,456 | java | package service;
import android.app.Service;
import android.content.Intent;
import android.os.Binder;
import android.os.IBinder;
import android.support.annotation.Nullable;
import com.florianwolf.onthejob.R;
import cache.DataCacheHelper;
import data.WorkBlock;
import data.WorkEntry;
import data.factory.WorkEntryFact... | [
"florian.wolf@maibornwolff.de"
] | florian.wolf@maibornwolff.de |
d3ea77df5b6d9b34e2caf2a88a28071a352116dc | 0d320180c0b7d05bad581ea2fd4edbd37b4d8322 | /src/me/legofreak107/rollercoaster/objects/Receiver.java | bb8b8db033a3a0e364772e817aa27f768f0094a9 | [] | no_license | GustaveHooghmoed/RollercoasterClean | 94ae57ba09c1a502e0636222aff2cb03b700c20e | 10ff6b30a1ed27d90d412e94b051b0a44becbf56 | refs/heads/master | 2020-03-12T01:50:08.707189 | 2018-04-20T16:16:11 | 2018-04-20T16:16:11 | 130,385,652 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 192 | java | package me.legofreak107.rollercoaster.objects;
import org.bukkit.Location;
public class Receiver {
public Integer id;
public Location loc;
public String name;
public Boolean active;
}
| [
"bart.kouwenberg@hotmail.com"
] | bart.kouwenberg@hotmail.com |
2157093bb9d074dab86b22f402524f8c03abf5ac | ab59a443936b130512bf268d70a4024eb905e26f | /base-client/src/main/java/com/cyc/baseclient/datatype/AbstractTimeInterval.java | b40240183b869b66437ac528bc4ffe1682084f24 | [
"Apache-2.0"
] | permissive | nwinant/api-clients | 3b8e3e956562e8284e57ff04aa1ef16fc304591e | a890afc35f5c72e607c671a226abb19e697d7615 | refs/heads/master | 2021-05-21T03:07:15.044237 | 2018-01-17T19:12:47 | 2018-01-17T19:12:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,566 | java | package com.cyc.baseclient.datatype;
/*
* #%L
* File: AbstractTimeInterval.java
* Project: Base Client
* %%
* Copyright (C) 2013 - 2018 Cycorp, Inc.
* %%
* 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... | [
"nw@exegetic.net"
] | nw@exegetic.net |
074a3d4993691a6a5ceb90e592ae5f49e3e61ece | 1a9086944399c374672a87b3da13ccc088452f7a | /cengle_generate/src/com/cg/service/RoleService.java | 69859b909cdc19d56c6fb6c840396c15858db58c | [] | no_license | wy243808263/Spring-action | 115761a20b105a528c5adc81339161ae86417519 | 3eb2f5f6c3e3556a1dcb6ea86d8f5fb2f0d03d0d | refs/heads/master | 2021-01-01T04:27:58.310629 | 2017-07-14T01:11:33 | 2017-07-14T01:11:33 | 97,178,680 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 171 | java | package com.cg.service;
import com.base.service.BaseService;
/**
*
* <br>
* <b>功能:</b>RoleService<br>
*/
public interface RoleService extends BaseService {
}
| [
"wangyongh49@163.com"
] | wangyongh49@163.com |
aebadbee8044cbe32024ee134c3f554eb198d77f | 956ab6b48e41b53499b80b1fe1d5b586ee1e5ad5 | /src/main/java/com/demo/rsademo/consts/SessionKeyType.java | b202e388eb097c9b66a54556bb30403830096089 | [] | no_license | ZengYuming/rsa-demo | c8efcb0fc827f05cdc1f55880a455c956e9767b0 | dc569314ab5b92a62c1f71da9208a967f3c45502 | refs/heads/master | 2020-04-11T02:33:02.838307 | 2019-01-04T03:44:28 | 2019-01-04T03:44:28 | 161,448,072 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 292 | java | package com.demo.rsademo.consts;
/**
* Session key
*/
public class SessionKeyType {
/**
* 服公钥(base64字符串)
*/
public static String PUBLIC_KEY = "PUBLIC_KEY";
/**
* 私钥(base64字符串)
*/
public static String PRIVATE_KEY = "PRIVATE_KEY";
}
| [
"605975553@qq.com"
] | 605975553@qq.com |
7e4df9f74db52a879214d4a2a80773b521ef5fb5 | bb4c542c3dd730ab7a3a2e7591dd0b1647831912 | /src/main/java/com/weather/model/Forecast.java | bce71f59df416d5a1ec330a71d480ef1fbc4318f | [] | no_license | satishjs2297/standalone-weather-api | 23df8fb295d7cf2ffd69ba93cec77a40b9c12187 | 93aa1b0cc926fcfd118ae2d412f7b162e1f1a0b3 | refs/heads/master | 2022-09-23T21:34:03.997778 | 2020-06-05T15:10:56 | 2020-06-05T15:10:56 | 268,862,814 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,057 | java | package com.weather.model;
import org.codehaus.jackson.annotate.JsonIgnoreProperties;
import org.codehaus.jackson.annotate.JsonProperty;
import java.util.ArrayList;
import java.util.List;
import java.util.Objects;
@JsonIgnoreProperties(ignoreUnknown = true)
public class Forecast {
@JsonProperty("periods")
p... | [
"satishjs2297@gmail.com"
] | satishjs2297@gmail.com |
17ea6b069e5bd6bbace3c9680a5b178dfbe85a8d | b5315139049b3201091a3fa66c68b5ee61446d42 | /app/src/test/java/com/example/ichanghyeon/application02/ExampleUnitTest.java | cfafbea2e7306be08dfa4199a008489722b981d1 | [] | no_license | changhyeon743/Fragment_practice | 77c79f7a954f838a6ff071ab59e2e54f103f1c74 | 3556c87757868a81bf7644925489a9b2c6069bbb | refs/heads/master | 2020-03-19T20:54:22.386615 | 2018-06-11T13:25:04 | 2018-06-11T13:25:04 | 136,921,980 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 415 | java | package com.example.ichanghyeon.application02;
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
... | [
"changhyeon743@gmail.com"
] | changhyeon743@gmail.com |
9ca9da106b9a90da009e7342dd013ea39f942390 | c4bf53c591d57c6b949266ce7db1ea8d6c95646c | /clientname/gui/cosmetic/CosmeticComponent.java | e4bc6104a74649e7210737c57a5d41e23373cb67 | [] | no_license | ClientPlayground/Juice-Client | 80d0b051812c289dc868cb8ed540c2a6c18008fd | a298ecd154000b9ac435362234301b46404e836a | refs/heads/master | 2023-04-04T04:44:15.169324 | 2021-04-28T15:55:49 | 2021-04-28T15:55:49 | 362,526,187 | 10 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,134 | java | package clientname.gui.cosmetic;
import java.awt.Color;
import clientname.cosmetics.CosmeticBase;
import clientname.util.render.DrawUtil;
import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.FontRenderer;
import net.minecraft.client.gui.Gui;
public class CosmeticComponent {
Minecraft mc = Minecr... | [
"paymentstdm@gmail.com"
] | paymentstdm@gmail.com |
3e2b5411f3f7baf0846024dcd57b944c5d86368f | 2da8a347a4316e59e5a3f749d80832ecf1d4aebc | /app/src/test/java/io/github/mikeborodin/neurochrome/ExampleUnitTest.java | c942bea2cd5c2260a652f3220005a05d04a03c97 | [] | no_license | Romik9415/NeiroChrome | b564a14655e12134991c16c240214404999b3acb | e8dcc19f3c85fcb1e756f965b2c3238c30db7d7c | refs/heads/master | 2021-01-18T18:34:18.097880 | 2017-02-20T22:04:25 | 2017-02-20T22:04:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 411 | java | package io.github.mikeborodin.neurochrome;
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
... | [
"streamofbee@gmail.com"
] | streamofbee@gmail.com |
34d08273606c29f68646b47649ab9d17a5f3e5d8 | 0925e1fa1a6ca3e42ec5cb6f9612ad3a39172618 | /src/main/java/com/marsss/marsss_will_do/utils/date/MyDateUtil.java | 519796adcefb1c8a7cc12ca70e950d5dab952355 | [
"Apache-2.0"
] | permissive | lanlandetiankong/marsss_will_do | c924123f1d5788ebe56b35e07d8cac739df36230 | 2b5fd4ed5b190cc19352367ef568132c977092e2 | refs/heads/master | 2022-07-03T15:06:09.518287 | 2019-08-26T16:06:02 | 2019-08-26T16:06:02 | 200,342,349 | 0 | 0 | Apache-2.0 | 2021-08-02T17:18:08 | 2019-08-03T06:46:24 | Java | UTF-8 | Java | false | false | 24,964 | java | package com.marsss.marsss_will_do.utils.date;
import java.text.ParsePosition;
import java.text.SimpleDateFormat;
import java.util.*;
/**
*
* 日期工具
*
* @author 段
*
*/
public class MyDateUtil {
private static final ThreadLocal<SimpleDateFormat> threadLocal = new ThreadLocal<SimpleDateFormat>();
private s... | [
"695605813@qq.com"
] | 695605813@qq.com |
8698b7ee2b8177598a144cf49dc9c23ef59f1c51 | af402cb9675c566b2ba4bfc2324b09b397869ec8 | /EthanDriver.java | ebd60c202a59853a28216b60280397f50b4ca63c | [] | no_license | kaitlynduong21/MKS21X-OrderedArrayList | 757e1bc7ef4e516539ecaccd8d3307570156bc76 | 60ef81ec3d6932f84c52f3dff71f6c7ea1515af0 | refs/heads/master | 2020-04-04T03:51:18.853501 | 2018-11-03T22:42:24 | 2018-11-03T22:42:24 | 155,728,507 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,942 | java | public class EthanDriver {
public static void main(String[] args) {
int c = 0;
NoNullArrayList<String> array = new NoNullArrayList<>();
try {
array.add("x");
if (!(""+array).equals("[x]")) System.out.println(++c+". You aren't adding properly when NoNullArrayList.add(T) is called.");
array.a... | [
"kduong@stuy.edu"
] | kduong@stuy.edu |
df6d586882967b25869efeafb8d35c486e26a62e | 1c70dd4d2c33fe1e917c576d9b30667d8cfd701f | /src/fileio/DirectoryTools.java | e434ac5c618e01a835a79f17e9caf13b94cee232 | [] | no_license | Carrotlord/graph-diagram | 2761e3215fd4c8c123da3efd1af59a38e638e441 | 30a1bb1fbe408888953142cea49244d9936cb8ff | refs/heads/master | 2020-12-02T06:34:48.890278 | 2017-09-02T08:12:59 | 2017-09-02T08:12:59 | 96,858,611 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 687 | java | package fileio;
import java.io.File;
import java.util.ArrayList;
/**
*
* @author Oliver Chu
*/
public class DirectoryTools {
public static String getCurrentDirectory() {
return System.getProperty("user.dir");
}
public static String[] listFilepaths(String path) {
File[] files = (new... | [
"j.oliverchu@berkeley.edu"
] | j.oliverchu@berkeley.edu |
f142bde03e827a9ae2e9d2f52bdf84b31d3ed7f5 | 713258f52219c66c6f521d41fb9b85fcbb3ec175 | /FavouriteToys/app/src/androidTest/java/com/example/rhyde/favouritetoys/ExampleInstrumentedTest.java | cc74d39d370aafe2ed6c1bcc076606c1781a97c0 | [] | no_license | rhyderQuinlan/AndroidStudioProjects | b77b646630db259300f919437d0cd8cfa3c0d79c | 8d6252728d4ce907f472e928759a440690f8a7d3 | refs/heads/master | 2020-03-17T12:07:35.340942 | 2018-05-15T21:39:39 | 2018-05-15T21:39:39 | 133,575,397 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 746 | java | package com.example.rhyde.favouritetoys;
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... | [
"rhyderquinlan@gmail.com"
] | rhyderquinlan@gmail.com |
2875f20185285d7b9e2de1395ca379b74eee1d39 | 97fd02f71b45aa235f917e79dd68b61c62b56c1c | /src/main/java/com/tencentcloudapi/dcdb/v20180411/models/ViewPrivileges.java | 7914dad11269a8cefa49b7d2e1eb9af881481dbc | [
"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 | 3,332 | 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 |
fb1eee8f49cb44cd3760795aadf79217e4419e88 | d75ff958fb1f81adb68d64c2bb466cd321f13064 | /src/main/java/UnderSpire/Patches/InventoryGroup.java | d638382f05c89740bc8aaf7631b77a0bff2d5e2e | [] | no_license | Alchyr/Underspire | 8d5165ed676a419615f0a6471f0cde9121bd17a6 | 1970cfd6eae29e28e5fea9a76b01f58e6a59b78e | refs/heads/master | 2020-04-29T19:26:04.499862 | 2019-03-18T19:20:31 | 2019-03-18T19:20:31 | 176,354,347 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 497 | java | package UnderSpire.Patches;
import com.evacipated.cardcrawl.modthespire.lib.SpireField;
import com.evacipated.cardcrawl.modthespire.lib.SpirePatch;
import com.megacrit.cardcrawl.cards.CardGroup;
import com.megacrit.cardcrawl.characters.AbstractPlayer;
@SpirePatch(
clz = AbstractPlayer.class,
method = ... | [
"IsithAlchyr@gmail.com"
] | IsithAlchyr@gmail.com |
11e7db5c35f83b8d89901ea20b2ecd95a22405f8 | acd9b11687fd0b5d536823daf4183a596d4502b2 | /java-client/src/main/java/co/elastic/clients/elasticsearch/indices/shard_stores/ShardStoreWrapper.java | 482359d9f4cfbc5d2f340f2779f7103239dc0806 | [
"Apache-2.0"
] | permissive | szabosteve/elasticsearch-java | 75be71df80a4e010abe334a5288b53fa4a2d6d5e | 79a1249ae77be2ce9ebd5075c1719f3c8be49013 | refs/heads/main | 2023-08-24T15:36:51.047105 | 2021-10-01T14:23:34 | 2021-10-01T14:23:34 | 399,091,850 | 0 | 0 | Apache-2.0 | 2021-08-23T12:15:19 | 2021-08-23T12:15:19 | null | UTF-8 | Java | false | false | 4,868 | 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 |
6fd4ab0652f293341b52bcc9d919f596d7c268fe | 79642f37c08311bdb977bae1243cc9a3870692f6 | /mingrui-shop-basics/mingrui-shop-basics-upload-server/src/main/java/com/baidu/config/FastClientImporter.java | 43be00adb41733936c6830e91eba207445ee6846 | [] | no_license | fuguanglong/mingrui-shop-parent2 | 18981dc11fcb4ce22c9566189df4ded6dac79442 | 6996de7d399246063c7c9a24dd96319480c7e1e9 | refs/heads/master | 2023-02-23T01:36:34.779439 | 2021-01-23T08:26:48 | 2021-01-23T08:26:48 | 332,162,239 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 601 | java | package com.baidu.config;
import com.github.tobato.fastdfs.FdfsClientConfig;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.EnableMBeanExport;
import org.springframework.context.annotation.Import;
import org.springframework.jmx.support.RegistrationPolicy;
/*... | [
"fglone@163.com"
] | fglone@163.com |
4a387101aba79a057cb2732eee2ba397b3870f2b | c27a1d02af09be824c71e01e744b918f91a2b1f4 | /Spring3_myspring/src/main/java/com/yc/Test.java | 165ecb40b6e9faa2c3dba7152d8b5cb3d3e32805 | [] | no_license | ouyang2086/springLearningStepbyStep | e86917874b7bead773805de7d84d7cd9df32e4e4 | cbc6473694826f59e48ac0b390706e05bfff384c | refs/heads/main | 2023-03-30T13:09:00.178931 | 2021-04-10T10:22:39 | 2021-04-10T10:22:39 | 356,521,248 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 454 | java | package com.yc;
import com.yc.MyAppConfig;
import com.yc.bean.HelloWorld;
import com.yc.springframework.context.MyAnnotationConfigApplicationContext;
import com.yc.springframework.context.MyApplicationContext;
public class Test {
public static void main(String[] args){
MyApplicationContext ac = new MyAnn... | [
"2086773714@qq.com"
] | 2086773714@qq.com |
afaa5e173f1f5cdafa133c35dd1093c71d223b86 | 657ca677b6c6dc786db1b36aaa0b94802fc3e5e7 | /src/com/tastyplanner/objects/ShoppingCategory.java | 1eb82cf9697bd7f38692dceb41272599a8dde367 | [
"MIT"
] | permissive | satoukum/TastyPlanner | ceda0161572d21de1085ebbb0272b4ac4e0c9b53 | 8ff74f21c4f4958e0d46dc182b9b330149e4cf02 | refs/heads/master | 2020-03-27T21:58:08.988460 | 2013-09-07T22:26:09 | 2013-09-07T22:26:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,416 | java | package com.tastyplanner.objects;
import java.io.Serializable;
import java.util.ArrayList;
public class ShoppingCategory implements Serializable {
private static final long serialVersionUID = 5543500557655301047L;
public String Name; // Category Name
public int number;
public ArrayList<Ingredient> ingred... | [
"nielsen.marissa@gmail.com"
] | nielsen.marissa@gmail.com |
bdee2668ebbfae970f18c8e3b7238645c1bfcd01 | 4f771249ad995e71fd038633a3d8e55a4ab963de | /app/src/main/java/com/example/smmousavi/maktab_hw82_remindemelater/mvc/controller/fragments/UserLoginFragment.java | e10db82a2f4629729d2ac71fcd5d3b2b225664d7 | [] | no_license | smmousavi8872/Maktab_HW8_RemindeMeLater | d3fb8428a49d80c7cd3ff18720454d36e06991ef | 48a93d5a37eb64e03535fd0dbd6e3d78b5a55a7b | refs/heads/master | 2020-03-25T16:06:20.530136 | 2018-08-07T18:54:43 | 2018-08-07T18:54:43 | 143,914,761 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,470 | java | package com.example.smmousavi.maktab_hw82_remindemelater.mvc.controller.fragments;
import android.content.Intent;
import android.os.Bundle;
import android.support.design.widget.Snackbar;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup... | [
"smmousavi.developer@gmail.com"
] | smmousavi.developer@gmail.com |
0687515bbbe29b5927fd9e56327e5d284d8672c5 | 99a8722d0d16e123b69e345df7aadad409649f6c | /jpa/deferred/src/main/java/example/repo/Customer721Repository.java | 4e2223d3c0d52b31e8752f86f6e9865a87680177 | [
"Apache-2.0"
] | permissive | spring-projects/spring-data-examples | 9c69a0e9f3e2e73c4533dbbab00deae77b2aacd7 | c4d1ca270fcf32a93c2a5e9d7e91a5592b7720ff | refs/heads/main | 2023-09-01T14:17:56.622729 | 2023-08-22T16:51:10 | 2023-08-24T19:48:04 | 16,381,571 | 5,331 | 3,985 | Apache-2.0 | 2023-08-25T09:02:19 | 2014-01-30T15:42:43 | Java | UTF-8 | Java | false | false | 280 | java | package example.repo;
import example.model.Customer721;
import java.util.List;
import org.springframework.data.repository.CrudRepository;
public interface Customer721Repository extends CrudRepository<Customer721, Long> {
List<Customer721> findByLastName(String lastName);
}
| [
"ogierke@pivotal.io"
] | ogierke@pivotal.io |
dce85fe7ce3f19654c224b4d6bf4267b10fd9693 | 500c6c4a9cbb1dce692ddd471f035f0c2efd1d6e | /Codeeval/easy/SimpleSorting/Main.java | 6df6da674bf79be0711d08278fc3267a903f010a | [] | no_license | ayemos/algorithm | c31a0ac7ad3ee18aa626ff0d99f95f797b32fe68 | a68eb1bd3941a4809fdf417c0a082a1869782004 | refs/heads/master | 2021-01-21T13:25:42.648835 | 2016-06-03T06:16:49 | 2016-06-03T06:16:49 | 30,368,227 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,228 | java | import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.List;
import java.util.ArrayList;
import java.util.Arrays;
public class Main {
final BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
final String LINE_SPR = System.getProperty("line.separator");
voi... | [
"ayemos.y@gmail.com"
] | ayemos.y@gmail.com |
43e49410098063cf3fd21ea45b20e34763d815b1 | d00ade2c3b51771c4bc722039283dc8ee88b8c76 | /src/main/java/com/allmsi/flow/model/ovo/FlowInstanceLogOVO.java | 0f7d90519fc3371f3cd517255a7f51ef99ae611d | [] | no_license | nannan07/im-flow-spring-boot | e21eaeab6b5ba17a8e4e089b7681078790a1e2b1 | 7c1295920d638c2851b78970986fc509c14f080d | refs/heads/master | 2020-04-26T17:22:05.128842 | 2019-03-04T09:07:48 | 2019-03-04T09:07:48 | 173,710,741 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,226 | java | package com.allmsi.flow.model.ovo;
import java.util.Date;
import com.allmsi.flow.model.FlowInstanceLog;
import com.allmsi.flow.model.external.FlowUserModel;
public class FlowInstanceLogOVO {
private String id;
private String instanceId;
private String remark;
private Date cTime;
private FlowUserModel user;... | [
"15711021520@163.com"
] | 15711021520@163.com |
80a9f8b0494ee95d7be951e03db1805dced64d52 | ae01ce410b3f0b539e7707d9b2c0b789f6038d5c | /BitsandPizzas/app/src/main/java/com/example/kien/bitsandpizzas/StoresFragment.java | cbfb51799e9cdf2a343ad0e52f774cd55bc65b84 | [] | no_license | kxdang/Android-Development | 42a7b439b8cb3ccb07b46685688deedbf43a2426 | d9e81efb1f6e6ff5692ea13c8250842d6e86a186 | refs/heads/master | 2020-04-14T22:15:06.123536 | 2019-04-21T22:11:57 | 2019-04-21T22:11:57 | 164,156,054 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 845 | java | package com.example.kien.bitsandpizzas;
import android.content.Context;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.ListFragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widge... | [
"ikien.dang@gmail.com"
] | ikien.dang@gmail.com |
146ed7669a4665e163248a9bad50972c1f0b8d2a | d0fd19b62f95c7df76ba14ef94a559b550076f27 | /src/test/java/com/codepandablog/core/test/junit/TestJunit2.java | 7f6b2f2194dfbb5fb6c0163613e46ab7386be166 | [
"Apache-2.0"
] | permissive | beercafeguy/junit-testing | 337a1fd58d98588619cab452883b7ae19e6d4124 | de9e926dfd2cacb977c9f9f7c4beb8a56d3be7aa | refs/heads/master | 2021-05-09T17:48:38.393925 | 2018-01-27T09:03:04 | 2018-01-27T09:03:04 | 119,148,785 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 807 | java | package com.codepandablog.core.test.junit;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotNull;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import junit.framework.TestCase;
public class TestJunit2 extends T... | [
"hemchandra@outlook.com"
] | hemchandra@outlook.com |
5651188e3ad38d495529596970934532af614a1b | ca030864a3a1c24be6b9d1802c2353da4ca0d441 | /classes9.dex_source_from_JADX/com/facebook/messaging/composershortcuts/Boolean_IsPlatformSampleContentEnabledGatekeeperAutoProvider.java | 0d599b234c83f04e3553362682367ae70ea50ea8 | [] | no_license | pxson001/facebook-app | 87aa51e29195eeaae69adeb30219547f83a5b7b1 | 640630f078980f9818049625ebc42569c67c69f7 | refs/heads/master | 2020-04-07T20:36:45.758523 | 2018-03-07T09:04:57 | 2018-03-07T09:04:57 | 124,208,458 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 442 | java | package com.facebook.messaging.composershortcuts;
import com.facebook.gk.GatekeeperStoreImplMethodAutoProvider;
import com.facebook.inject.AbstractProvider;
/* compiled from: messenger_composer_order */
public class Boolean_IsPlatformSampleContentEnabledGatekeeperAutoProvider extends AbstractProvider<Boolean> {
p... | [
"son.pham@jmango360.com"
] | son.pham@jmango360.com |
af1ebe707a12129951c33eb429fc053be5d35fca | 3a42f7c7dd05d4caa114eda775d61dc44bc17bd5 | /src/main/java/service/Bank.java | c61509cee386eec04334953df0cc8dc33c509063 | [] | no_license | natka853/junit5-test-examples | 84cef4cf489b39a4cdc502b86e7d880ac249d55c | 663c88c6668087699bcf0e3b0938c1e5afa4b848 | refs/heads/master | 2023-03-28T21:03:55.196826 | 2021-03-28T20:07:28 | 2021-03-28T20:07:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,171 | java | package service;
import model.AccountOperation;
import java.math.BigDecimal;
import java.util.List;
public interface Bank {
/**
* Tworzy nowe lub zwraca id istniejącego konta.
*
* @param name imie i nazwisko własciciela
* @param address adres własciciela
* @return id utworzonego lub i... | [
"mivchal@hotmail.com"
] | mivchal@hotmail.com |
e5865072168d650f28d08671d72e9f850324c756 | b770ab8994ed2d7e2020d2ae1081dec253aff761 | /gulimall-ware/src/main/java/com/atguigu/gulimall/ware/entity/WareOrderTaskEntity.java | 808bd9f33a2aaadfe508897544af25d77cd93774 | [] | no_license | gcq9527/gulimall | d555975cd0dd2801e5051ce4607ee550b6cc3821 | 12701078fbbd81cb56b3a880872982e768187227 | refs/heads/master | 2022-12-02T19:34:03.897870 | 2020-08-19T12:51:44 | 2020-08-19T12:51:44 | 288,726,354 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,262 | java | package com.atguigu.gulimall.ware.entity;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import java.io.Serializable;
import java.util.Date;
import lombok.Data;
/**
* 库存工作单
*
* @author Guo
* @email sunlightcs@gmail.com
* @date 2020-07-10 13:41:33
*/
@... | [
"1950105527@qq.com"
] | 1950105527@qq.com |
691588673f71852f82fc79832745dcb626d2972b | 00732208063676d399de54bd3a9c4188fa61fc41 | /slideshowfx-app/src/integrationTest/java/com/twasyl/slideshowfx/ui/InformationSceneTest.java | 4e977ea65509870a10e87255aa644a1b32470f7d | [
"Apache-2.0"
] | permissive | twasyl/SlideshowFX | ef3731ee5023b35ddbce6f930f07f0e801c08314 | c24ea95aed8a050a79cddfd1809a5013c16c25cd | refs/heads/master | 2021-07-06T00:12:08.096559 | 2021-06-03T11:31:20 | 2021-06-03T11:31:20 | 30,044,052 | 48 | 8 | NOASSERTION | 2020-06-11T06:34:00 | 2015-01-29T22:16:34 | Java | UTF-8 | Java | false | false | 1,247 | java | package com.twasyl.slideshowfx.ui;
import com.twasyl.slideshowfx.controls.slideshow.Context;
import com.twasyl.slideshowfx.controls.slideshow.InformationPane;
import com.twasyl.slideshowfx.engine.presentation.PresentationEngine;
import javafx.application.Application;
import javafx.scene.Scene;
import javafx.stage.Stag... | [
"thierry.wasylczenko@gmail.com"
] | thierry.wasylczenko@gmail.com |
a03d628c7e10e34a23fafe66bdf89ad92633d60d | aef6b7c29e439827900b7dca675b3579d5460036 | /src/stonesPuzzle/consoleui/ConsoleUI.java | 757c3d5f5863fe2853154206b43b133a1e34d193 | [] | no_license | PeterDobes/Kamene | 0b9f9f159b7c742736a942bf184126f05072eeea | d5c5df9103557d8c04c282510a64d1aaa50d7c34 | refs/heads/master | 2020-03-16T15:28:22.780863 | 2018-05-09T11:11:02 | 2018-05-09T11:11:02 | 132,744,842 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,656 | java | package stonesPuzzle.consoleui;
import stonesPuzzle.BestTimes;
import stonesPuzzle.StonesPuzzle;
import stonesPuzzle.UserInterface;
import stonesPuzzle.engine.Field;
import stonesPuzzle.engine.Space;
import stonesPuzzle.engine.Stone;
import java.io.*;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
p... | [
"peter.dobes@fpt.sk"
] | peter.dobes@fpt.sk |
d482451771ca5ef4c6c8623ecb3b591401f93c81 | 25b41784406eb1e86c27f72293e6d3b859f3bad4 | /org.insightech.er/src/org/insightech/er/editor/model/testdata/RepeatTestDataDef.java | 1bf323786e75e1b5ab8a4e1bbed7b4b80ac64240 | [] | no_license | crow-misia/ermaster | 6caa6aeda315ce8b613f6a795576dba4fec799aa | b95eb3924aebd8b15614e3fb315fda05ac093284 | refs/heads/master | 2021-01-10T21:13:29.980161 | 2013-12-15T00:45:31 | 2013-12-15T00:45:31 | 9,947,601 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,725 | java | package org.insightech.er.editor.model.testdata;
import java.util.HashMap;
import java.util.Map;
import org.insightech.er.ResourceString;
public class RepeatTestDataDef implements Cloneable {
public static final String TYPE_FORMAT = ResourceString
.getResourceString("label.testdata.repeat.type.format"... | [
"h_nakajima@262b1df3-3705-4e7d-84bc-ae5d46f3fe09"
] | h_nakajima@262b1df3-3705-4e7d-84bc-ae5d46f3fe09 |
88d8357cc79937d6abcdd18cafc44ecfaed114a5 | 065206cbb3e40c9c6912f8febd88fd9dd1396295 | /app/src/main/java/ru/pavlenty/roomexample/room/Task.java | 0d0506440d25f7c781db5a4fbcc9c4758957603e | [] | no_license | pavlentytest/RoomExample_toFix | 45660db3535655edc8e5ae279fb7741b5171935a | daa8fa6f65694ba63b18023004ce29127e9620c0 | refs/heads/master | 2022-03-03T13:56:54.377659 | 2022-02-24T15:23:17 | 2022-02-24T15:23:17 | 241,806,177 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,227 | java | package ru.pavlenty.roomexample.room;
import java.io.Serializable;
import java.util.Date;
import androidx.room.ColumnInfo;
import androidx.room.Entity;
import androidx.room.PrimaryKey;
@Entity
public class Task implements Serializable {
@PrimaryKey(autoGenerate = true)
private int id;
@ColumnInfo(name ... | [
"impetus@yandex.ru"
] | impetus@yandex.ru |
cb346ec4ada3a91cdf07111d32e331b3ecd720a6 | 9b4321001a61cef8874b19edc8acd2044ba5a772 | /app/src/main/java/edu/columbia/ee/catmouseelephant/GameActivity.java | 14473b864dfbe3c9bbd6382c830625832292f271 | [
"MIT"
] | permissive | shf0328/CatMouseElephant | 489b476a1e81ee9636248334da0c985191b172dc | 472c40182d9c76867f01785db78eb145f9b927b9 | refs/heads/master | 2021-01-20T12:55:47.649980 | 2017-05-06T01:04:30 | 2017-05-06T01:04:30 | 90,427,798 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,407 | java | package edu.columbia.ee.catmouseelephant;
import android.content.SharedPreferences;
import android.media.MediaPlayer;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.TextView;
publ... | [
"hs2917@columbia.edu"
] | hs2917@columbia.edu |
ea0c58244fc4671f0c1e24bc010075083c4f153c | 7d499b424b4c2a7ba9c2e8de7d680dd719745190 | /app/src/main/java/com/example/aditya/shareit/Server.java | f67fd461843f128edb3410832b0a041bf622e38d | [] | no_license | o0aditya0o/File-Share-Android- | 64cb2ea1157f456ed56a0da72696e3e74b8be230 | fb589c9b8b1388e3a7b64b5919518bc5634ba837 | refs/heads/master | 2020-04-02T13:36:01.064536 | 2016-07-31T18:51:22 | 2016-07-31T18:51:22 | 64,609,761 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,078 | java | package com.example.aditya.shareit;
import android.content.Context;
import android.net.Uri;
import android.net.wifi.WifiInfo;
import android.net.wifi.WifiManager;
import android.os.AsyncTask;
import android.text.format.Formatter;
import android.widget.TextView;
import java.io.BufferedInputStream;
import java.io.DataO... | [
"aditya.mnnit@gmail.com"
] | aditya.mnnit@gmail.com |
0d6cacbfdb1fd69f58aa3292e539172a8e9acf0c | 6f753d093310a5e0c0081dceb6ba73f1f8ede1b4 | /org.eclipse.emf.refactor.comrel.diagram/src/comrel/diagram/edit/policies/ParallelQueuedUnit4ItemSemanticEditPolicy.java | c114bec9d8bb4dc2978d2a95a1fe0b65fb336b25 | [] | no_license | ambrusthomas/MeDeR.refactor.refactoring | fc69a9ba3000833f9bc781c6b321cebe325a7e0e | 6cdace0efe8453050437b0e2b61a2409d163fe00 | refs/heads/master | 2021-01-22T19:09:40.966554 | 2017-03-29T16:21:41 | 2017-03-29T16:21:41 | 85,172,883 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,425 | java | /*
*
*/
package comrel.diagram.edit.policies;
import java.util.Iterator;
import org.eclipse.emf.ecore.EAnnotation;
import org.eclipse.gef.commands.Command;
import org.eclipse.gmf.runtime.common.core.command.ICompositeCommand;
import org.eclipse.gmf.runtime.diagram.core.commands.DeleteCommand;
import org... | [
"tarendt"
] | tarendt |
0bdcc699c8bf541111017e2d257d3803d159b75e | ff802ffe951bef32d25a51df1bfd41db8621dbfb | /src/main/java/org/weight/jmeter/timers/RDistributedSyncTimer.java | 447878c6902f3efe671655f8afb79b51f79e5445 | [] | no_license | xreztento/JWeight | 1fc9b7c2235614bff9e39a130b28c42e0715896f | 3ea94c792f62cfa1e907d4dd82ec0a56c1627640 | refs/heads/master | 2021-05-16T12:13:02.246928 | 2018-12-19T09:11:09 | 2018-12-19T09:11:09 | 105,222,984 | 9 | 3 | null | null | null | null | UTF-8 | Java | false | false | 11,551 | java | package org.weight.jmeter.timers;
import java.io.Serializable;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.concurrent.BrokenBarrierException;
import java.util.concurrent.CyclicBarrier;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.TimeoutException;
import org.apache.j... | [
"liushuai@tiandetech.com"
] | liushuai@tiandetech.com |
b70b55cb380147fc1152cc618998e7bf94f485aa | c91fca097bbf00ef0a6e9e9e77c5555cf5d042aa | /src/main/java/customExceptions/InvalidPasswordException.java | bb7b3163e2bef6f2465f0ad3e5e4eaec18714bfa | [] | no_license | Stanly0407/JavaLearning | 283b73009e1e35eb86cc12f10b9f6f0a799d3b39 | df659ebc3bffef13d1f51a46031117230040e0d4 | refs/heads/master | 2023-03-18T10:44:25.131395 | 2021-03-04T16:13:56 | 2021-03-04T16:13:56 | 283,487,992 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 232 | java | package customExceptions;
// example
public class InvalidPasswordException extends Exception {
public InvalidPasswordException(String username) {
super(String.format("Invalid password for user %s", username));
}
}
| [
"Shelestova_S_V@mail.ru"
] | Shelestova_S_V@mail.ru |
23109a1935e96376f7465b4ead3ae8d9df6cdf54 | 9fecd19ccc2a679bcc106781c29d084362509d6c | /classlib/java.desktop/src/main/resources/META-INF/modules/java.desktop/classes/javax/swing/text/PasswordView.java | 38bb0eec13ea1c1f0bf5daeb926ea454e192c0ca | [
"Apache-2.0"
] | permissive | renesugar/Bytecoder | f0c4eb2547fb2ee87f06f9544fa73bc9026bf8e9 | e28cb615c2d4e2afa3aa5d29571c8815e0b9d3f5 | refs/heads/master | 2023-01-06T19:27:17.049721 | 2020-10-30T22:20:41 | 2020-10-30T22:20:41 | 297,577,126 | 0 | 0 | Apache-2.0 | 2020-10-30T22:20:43 | 2020-09-22T07:58:05 | null | UTF-8 | Java | false | false | 13,108 | java | /*
* Copyright (c) 1997, 2013, 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 ... | [
"noreply@github.com"
] | noreply@github.com |
8627acc2c653f0acf4aa3ea0bf15d2814750a2cd | 8a6453cd49949798c11f57462d3f64a1fa2fc441 | /aws-java-sdk-logs/src/main/java/com/amazonaws/services/logs/model/transform/DescribeQueriesRequestMarshaller.java | 4350e6b13f8c514893f72fba98a0b0e847009501 | [
"Apache-2.0"
] | permissive | tedyu/aws-sdk-java | 138837a2be45ecb73c14c0d1b5b021e7470520e1 | c97c472fd66d7fc8982cb4cf3c4ae78de590cfe8 | refs/heads/master | 2020-04-14T14:17:28.985045 | 2019-01-02T21:46:53 | 2019-01-02T21:46:53 | 163,892,339 | 0 | 0 | Apache-2.0 | 2019-01-02T21:38:39 | 2019-01-02T21:38:39 | null | UTF-8 | Java | false | false | 2,964 | java | /*
* Copyright 2013-2018 Amazon.com, Inc. or its affiliates. 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. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
422d35e0258530d06c53e55593848116ef3b959b | feb5bede307c77093ce4c6ad597678a006cb2690 | /spring-hnservice/src/main/java/edu/hanoi/service/ContextStartEventHandler.java | ddffdfc3583c01edd63ffdcaee90e130e6c120d8 | [] | no_license | trungdovan87/spring-lab | e6e3734d879ece916790d1d256300e564022bce2 | debbfedabf04036775837d9883aa7e94b89a409c | refs/heads/master | 2021-01-22T03:44:04.527162 | 2018-08-30T06:33:10 | 2018-08-30T06:33:10 | 81,454,538 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,625 | java | package edu.hanoi.service;
import edu.hanoi.service.dao.GroupDAO;
import edu.hanoi.service.dao.UserDao;
import edu.hanoi.service.model.Group;
import edu.hanoi.service.model.User;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.event.Cont... | [
"trungdovan87@gmail.com"
] | trungdovan87@gmail.com |
abe856a047b7fb4984a5843e427ac5e8c19085ad | ddf80834af5e23cc9b101232dbd0ac9ff29ad41d | /src/main/java/com/qh/venus/achilles/pts/sys/domain/TSysSerialNumber.java | b7fdfa946374d24a97e51f5a5ed6e23da68a217c | [] | no_license | wweevv-johndpope/wedding-manager-v2 | 8f319395c7721acdf0821dc6eebe71d52c3f40b3 | 5a888f5e0d068a13abaca609b34e80564af838e6 | refs/heads/main | 2023-03-16T14:12:41.030778 | 2020-12-11T03:59:06 | 2020-12-11T03:59:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,633 | java | package com.qh.venus.achilles.pts.sys.domain;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
import com.qh.venus.achilles.framework.aspectj.lang.annotation.Excel;
import com.qh.venus.achilles.framework.aspectj.lang.annotation.Excel.Type;
import com.qh.ve... | [
"caoxd@133.cn"
] | caoxd@133.cn |
1dcfc48ffd2191a440d516873e1175775d81346e | cd283526fc0cbfc191347d739a33e3bab581eb93 | /feign/src/main/java/com/shang/controller/indexController.java | 5130d59ae03f58adad5f42b3901636743304bd2d | [] | no_license | Dong929/Learning | 0feb5c60249fc6a4177c49c7cd0898662b95e0ce | c80cabe7f63070ad3eb6e885f84bd78eda1b497a | refs/heads/master | 2023-03-10T04:31:38.976587 | 2021-02-26T17:29:48 | 2021-02-26T17:29:48 | 340,942,497 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 716 | java | package com.shang.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller
public class indexController {
@RequestMapping("/index")
public String index(){
return "index";
}
@RequestMapping("/login")
public S... | [
"2212267271@qq.com"
] | 2212267271@qq.com |
6f1a8607c473947f09d2cd6aebc6375ac4806c7d | 48b706a0930ce5e8bb05b537ac552046436e5b0a | /src/game/Game.java | a396b833a8a276e798ccdc238151844615ede21a | [] | no_license | roflmbo/GrappleRock | b8165a36b74063c65a3e44d0469ee51e6fd27031 | 65e2e63a13be35273b5d6fc25a85b6cff905ebc4 | refs/heads/master | 2021-01-22T03:22:41.721066 | 2013-11-07T06:56:35 | 2013-11-07T06:56:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,381 | java | package game;
import gameObjects.IGameObject;
import gameObjects.Obstacle;
import gameObjects.SampleBox;
import gameObjects.SampleObject;
import java.util.HashSet;
import java.util.Set;
import org.jbox2d.common.Vec2;
import org.jbox2d.dynamics.World;
import org.lwjgl.LWJGLException;
import org.lwjgl.opengl.Display;
... | [
"colton.ramos567@topper.wku.edu"
] | colton.ramos567@topper.wku.edu |
3f07ceb70479e7690e12f71c6ebb11f8e03eb732 | bec05445444e7567cc09b80378586f0fc941e380 | /WhenWeMet/src/main/java/com/spring/project/dto/MeetingDTO.java | b6ff3af9fa8a387a1df04f0b94464a5afdc73510 | [] | no_license | pkhd5454/WhenWeMet | 526cec99b488ca020a46b5489df6928739dac5fb | 8b801d0fd4756b17445162a9d967d6e7192018c5 | refs/heads/master | 2022-03-10T19:36:09.367626 | 2019-10-29T02:48:14 | 2019-10-29T02:48:14 | 208,961,300 | 0 | 0 | null | 2019-09-17T04:45:40 | 2019-09-17T04:45:40 | null | UTF-8 | Java | false | false | 551 | java | package com.spring.project.dto;
public class MeetingDTO {
private int mid;
private String mname;
private String creator;
public int getMid() {
return mid;
}
public String getMname() {
return mname;
}
public void setMname(String mname) {
this.mname = mname;
}
public String getCreator() {
return creato... | [
"51411433+ngm95@users.noreply.github.com"
] | 51411433+ngm95@users.noreply.github.com |
2af48276d0cce119870c0b7335fa4778f2a9d0a3 | e26c14eee7006b41f5d5ef9270dfce3d68a0c75c | /app/src/main/java/com/example/ashutosh/networkingdemo/model/Contact.java | cf9e1f146729736076ad0ace38cade811f8ca71e | [] | no_license | ashu9326/NetworkingDemo | 11f978f854fdec0e9c4924ca12b87652bb63847d | 1a38bbc96d380eca15ff0630c0b5fb27a95c49f9 | refs/heads/master | 2021-01-17T17:44:44.744072 | 2016-09-25T16:27:12 | 2016-09-25T16:27:12 | 69,176,225 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 487 | java | package com.example.ashutosh.networkingdemo.model;
/**
* Created by Ashutosh on 24-09-2016.
*/
public class Contact {
private String name,email,phone;
public Contact(String name, String email, String phone)
{
this.name=name;
this.email=email;
this.phone=phone;
}
public S... | [
"Ashutosh Gupta"
] | Ashutosh Gupta |
045bccb5fe4a98d8b4afe5e3e15fb389dac5bc21 | c298362f5b81be4fdaafcd5409e12046ef2022d7 | /src/ArrayLists.java | 7348a3d94c6f2d42d5c9ce45b5caeb348d39bdc1 | [] | no_license | RyanMcGuire1/codeup-java-exercises | c40e874200eea6fe7227c0a8c02c943431ab4ebb | 09f531e0b99b20044f536fb239e3a9ed15a8204b | refs/heads/main | 2023-02-15T18:19:58.356708 | 2021-01-07T02:48:30 | 2021-01-07T02:48:30 | 317,649,208 | 0 | 0 | null | 2020-12-30T23:14:32 | 2020-12-01T19:41:21 | Java | UTF-8 | Java | false | false | 1,961 | java | import java.util.ArrayList;
public class ArrayLists {
public static void main(String[] args) {
ArrayList<Integer> numbers = new ArrayList<>();
// Add elements to an ArrayList. The element type is the determined by the Object type within the angle brackets <>
numbers.add(10);
numbe... | [
"ryan.wayne.mcguire@gmail.com"
] | ryan.wayne.mcguire@gmail.com |
eca76579ae307a182413978b14d22fd48c44d29e | 4760c3fa7f6eea302dc443d65fa4ee2db7277eb5 | /app/src/test/java/com/example/dino/ExampleUnitTest.java | 0f8e0e6f80d6fb1ef0f144d1d2016b6b1ed6a7ff | [] | no_license | vedaty/dino | 7b561579b509c544a17a8a92bfc6a13bda3f169c | 84273da707a0d9d35f4ab1e623c8f6012625e03b | refs/heads/master | 2021-01-12T10:22:34.118462 | 2016-12-14T07:59:31 | 2016-12-14T07:59:31 | 76,437,692 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 394 | java | package com.example.dino;
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 addit... | [
"vedaty@outlook.com"
] | vedaty@outlook.com |
d6311b3ff9760fc22faea1c5ff408c7c68dbe95a | c4257dfd084fce5e19a73ce9a8bd3febec2dfde1 | /model/src/main/java/org/panteleyev/money/model/CategoryType.java | bc3d660cc9c866ee31b4939853b537bc633edd18 | [
"BSD-2-Clause"
] | permissive | petr-panteleyev/money-manager | c285592581da0cff15a75b4b445e187d051b97a2 | 6f22fa20067e98d7adf5e11e1f4d3f24958fde36 | refs/heads/master | 2023-09-01T09:24:14.523393 | 2023-08-20T14:42:59 | 2023-08-20T17:06:01 | 82,479,243 | 0 | 0 | BSD-2-Clause | 2022-11-25T19:09:15 | 2017-02-19T18:14:37 | Java | UTF-8 | Java | false | false | 271 | java | /*
Copyright © 2017-2022 Petr Panteleyev <petr@panteleyev.org>
SPDX-License-Identifier: BSD-2-Clause
*/
package org.panteleyev.money.model;
public enum CategoryType {
BANKS_AND_CASH,
INCOMES,
EXPENSES,
DEBTS,
PORTFOLIO,
ASSETS,
STARTUP
}
| [
"petr-panteleyev@yandex.ru"
] | petr-panteleyev@yandex.ru |
f4f7f42c1ff47ddc0b13db2deefa7fd38b192341 | 16d013d4bdc0375edff0472af1e4d555025a42f4 | /Shapes/src/simpleshapes/Triangle.java | eaf4d7064ab360ade489693bd58f9a2cdf803ded | [] | no_license | aworld1/FinalProjectCompSci | 4a4242bb2a411505a7c6ad6043cc011cfad84943 | 0d2768bdb3fbdea478aa8c345892636dfa502c48 | refs/heads/master | 2020-03-16T03:21:43.766408 | 2018-06-07T16:52:06 | 2018-06-07T16:52:06 | 131,674,734 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 334 | java | package simpleshapes;
import handlers.Player;
import superclasses.SimpleShape;
public class Triangle extends SimpleShape{
public Triangle (Player o) {
super(o);
value = 3;
cost = 30;
}
public void process() {
if (img == null)
img = myGame.getUI().readImage("triangle.png");
super.proce... | [
"noreply@github.com"
] | noreply@github.com |
8128be9f34bae222b22ff586d82aabe1f4debffb | eaf0d78553c3765fe2bfed0d96694f493e8d94a6 | /src/main/java/aka/jmetadata/main/helper/DateTimeHelper.java | 515912b27a13c1e2d77f443ff08cbc9fd56517e9 | [] | no_license | welle/JMetaData | ff76efee1aaecc3a20f0085d843fec4a5e4b26f8 | d6552281ee82764b3e7fd25234a3c544f73210e4 | refs/heads/master | 2020-12-03T00:44:48.409194 | 2018-08-06T12:13:30 | 2018-08-06T12:13:30 | 96,074,116 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,255 | java | package aka.jmetadata.main.helper;
import java.time.LocalDateTime;
import java.time.LocalTime;
import java.time.format.DateTimeParseException;
import java.util.regex.Pattern;
import org.eclipse.jdt.annotation.NonNull;
import org.eclipse.jdt.annotation.Nullable;
/**
* All methods linked to date manipulation.
*
* @... | [
"charlottewelle@yahoo.fr"
] | charlottewelle@yahoo.fr |
36f8457a3251117d5bdaf6afed2439e5876eaf5c | de9a357c5c3b8806b3fbdae55702849d886229ac | /src/main/java/br/com/bexs/tourworld/domain/model/Preto.java | 45acd45103f463306af97ba9a53b1661550b3aff | [] | no_license | ederpbrito/tourworld | 3ba927def845f09164b332747c6416cb1a24b9ea | ebe7db799ee9d30e149bbae31d73c8de8b41dca4 | refs/heads/master | 2020-05-16T08:00:42.263269 | 2019-04-23T01:18:56 | 2019-04-23T01:18:56 | 182,895,393 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 327 | java | package br.com.bexs.tourworld.domain.model;
import java.util.List;
public class Preto extends Cor {
public void assumiu(Aeroporto aeroporto, List<Aeroporto> list) {
if(aeroporto.getMelhorRota() != null) {
list.add(aeroporto.getMelhorRota());
}
if(aeroporto.isOrigemInicial())
list.add(aeroporto)... | [
"ederpsilva@hotmail.com"
] | ederpsilva@hotmail.com |
d7507f05ea70fd979dd51d64965ec74ced23bc38 | de76d31cb027eba7e8e569da7c37c1d33508f431 | /src/arrays/E12_GeneratedDArray.java | dfa1e0daca9c71a749734bef2bf55bbf934ca05a | [] | no_license | BingYu-track/Thinking-In-Java-Learning | 83e4235c66b46e7a3525fc19bb0542f9688f331b | 44da040a6ae50b634e793fc50ef97bdfcdbd1acf | refs/heads/master | 2023-06-12T09:42:08.872559 | 2021-07-04T15:00:06 | 2021-07-04T15:00:06 | 122,946,178 | 5 | 2 | null | null | null | null | UTF-8 | Java | false | false | 489 | java | package arrays;
import net.mindview.util.ConvertTo;
import net.mindview.util.CountingGenerator;
import net.mindview.util.Generated;
import java.util.Arrays;
/**
* @version 1.0
* @Description:
* @author: hxw
* @date: 2019/1/13 21:15
*/
public class E12_GeneratedDArray {
public static void main(String[] args... | [
"525782303@qq.com"
] | 525782303@qq.com |
cb8fcac16724b6fa8d873d7377d102655a6332de | d5fdedea2ef6c5257ff05f8e7201d51c802380e5 | /WX_SDK_LoginAuthDemo-V3.1.1/src/com/epoint/wssb/sucheng/wxapi/WXEntryActivity.java | 066c9d1de9fe299c1b66749d88debc530c4e2d98 | [] | no_license | andli0626/wx_authlogin_eclipse | acbaf01cc2164d6987d5659377f67812a611ae53 | 92c2dea5e897a35bdd23dbbcc7c6111a68860cd4 | refs/heads/master | 2021-01-18T19:30:12.792606 | 2016-07-11T13:16:57 | 2016-07-11T13:16:57 | 63,069,501 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,759 | java | package com.epoint.wssb.sucheng.wxapi;
import java.io.BufferedReader;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.os... | [
"ww1095@163.com"
] | ww1095@163.com |
b79ddeacbc5b464f050aaa52b3c9b92139adb20a | 6878bcf15c2d57ceaf9af888b9275527616cb4cb | /modul3/app/src/main/java/com/example/modul3/OptionDialogFragment.java | dfda2b91515b32b6205646f0c344f021a32b11c6 | [] | no_license | Boooobbbyy/Android | 6f9d46fc1f9de534bdf913d7fa3cb1ec2ea85db1 | 9a497b68611b7acbcd2b74f617a40f017abffad0 | refs/heads/master | 2023-02-24T00:16:15.700735 | 2021-01-22T03:25:42 | 2021-01-22T03:25:42 | 304,010,171 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 3,056 | java | package com.example.modul3;
import android.os.Bundle;
import android.support.v4.app.DialogFragment;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.RadioButton;
import android.widget... | [
"macvermilion@gmail.com"
] | macvermilion@gmail.com |
55147c13c5598040485c9064b40095ee22cedecd | 8b507d8a34d162900b86e33bcf863803c131450e | /src/main/java/SingleMayBeCompletable.java | a2cf94643b47394bedca369bf55ed012e8b29624 | [] | no_license | khatwaniswati/Reactive | 8a78d517ecf88bac2daa386c8e3f6e1e3c049632 | 38b7a3884b90d2e8be9cb2ca0bd1ecb416acafb4 | refs/heads/master | 2022-09-02T23:41:22.103287 | 2020-05-31T19:00:36 | 2020-05-31T19:00:36 | 266,166,445 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,993 | java | import io.reactivex.rxjava3.core.Completable;
import io.reactivex.rxjava3.core.Maybe;
import io.reactivex.rxjava3.core.MaybeObserver;
import io.reactivex.rxjava3.core.Single;
import io.reactivex.rxjava3.disposables.Disposable;
public class SingleMayBeCompletable {
public static void main(String[] args) {
c... | [
"swati22khatwani@gmail.com"
] | swati22khatwani@gmail.com |
c1e092e1a8481f65da054fcac756526d48d8c5cb | 957852f2339da953ee98948ab04df2ef937e38d1 | /src ref/classes-dex2jar_source_from_jdcore/com/google/android/gms/location/places/zzj.java | b0bae6799cb86ce6262d89ef67a5332f84b4ef78 | [] | no_license | nvcervantes/apc_softdev_mi151_04 | c58fdc7d9e7450654fcb3ce2da48ee62cda5394f | 1d23bd19466d2528934110878fdc930c00777636 | refs/heads/master | 2020-03-22T03:00:40.022931 | 2019-05-06T04:48:09 | 2019-05-06T04:48:09 | 139,407,767 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 249 | java | package com.google.android.gms.location.places;
import android.os.Parcelable.Creator;
import com.google.android.gms.common.internal.Hide;
@Hide
public final class zzj
implements Parcelable.Creator<PlacePhotoMetadataResult>
{
public zzj() {}
}
| [
"shierenecervantes23@gmail.com"
] | shierenecervantes23@gmail.com |
2059759164edeaf2babf0651a7e84ef288093987 | 90943e8c10a3e7459964a8e2c94f03a4d73c9553 | /app/src/main/java/com/mhl/shop/me/WriteLogisticsActivity.java | d013400ff553e0deb98eca66f9f621ad3a055b89 | [] | no_license | fengfenglei/android_app | 458aadb1b0f3163feca50f3af6083a00736cfed7 | 17225d2ea3c909e899e00d95455359084bb42d45 | refs/heads/master | 2021-01-23T05:25:13.313260 | 2017-03-27T07:42:54 | 2017-03-27T07:42:54 | 86,305,466 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 13,784 | java | package com.mhl.shop.me;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.text.TextUtils;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import and... | [
"19891124**"
] | 19891124** |
6e4764e742e277613f61d88f8b7f78941f93c1eb | 6675a1a9e2aefd5668c1238c330f3237b253299a | /2.15/dhis-2/dhis-api/src/main/java/org/hisp/dhis/period/FinancialOctoberPeriodType.java | b3ed7cae4a7ffd820035f922a8714abfedc43e96 | [
"BSD-3-Clause"
] | permissive | hispindia/dhis-2.15 | 9e5bd360bf50eb1f770ac75cf01dc848500882c2 | f61f791bf9df8d681ec442e289d67638b16f99bf | refs/heads/master | 2021-01-12T06:32:38.660800 | 2016-12-27T07:44:32 | 2016-12-27T07:44:32 | 77,379,159 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,496 | java | package org.hisp.dhis.period;
/*
* Copyright (c) 2004-2014, University of Oslo
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyrig... | [
"[sagarb.4488@gmail.com]"
] | [sagarb.4488@gmail.com] |
6e4f9a86a329f1c9d417ad12213d02a357cc6bcc | 74e8db1e680082407c7ca0a86ebedefc2cccd881 | /src/test/java/testng/Sleep.java | a7c855d11ed7fe1405e32e0e28b7767dde7150b8 | [] | no_license | svolchek/calculator | 28b2e77fcadefde26ee9b4418b5ea5932d856982 | 52de3198ec33ce7dbb882a0927c1093ac77db687 | refs/heads/master | 2020-03-26T16:46:33.472370 | 2018-08-28T11:43:06 | 2018-08-28T11:43:06 | 145,122,199 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 296 | java | package testng;
import java.util.concurrent.TimeUnit;
public interface Sleep {
default void sleep(){
final short PERIOD=500;
try {
TimeUnit.MILLISECONDS.sleep(PERIOD);
} catch (InterruptedException e) {
e.printStackTrace();
}
}
}
| [
"Siarhei_Volchak@epam.com"
] | Siarhei_Volchak@epam.com |
7c7483bfc14b67224a9cb4372a670e610710186f | fa444cda81bf78a21b634718d1b30f078b7087e1 | /src/main/java/com/learn/core/multithreading/cookbook/Chapter4/ch4_recipe03/src/com/packtpub/java7/concurrency/chapter4/recipe3/trainings/Main.java | 6bae1b17463d6214c615919f1870140f9ff36372 | [] | no_license | dmitrybilyk/interviews | 8fb4356a77ef63d74db613295bbbb296e3e652b7 | f48d00bd348bab871304578c0c6c423c24db175e | refs/heads/master | 2022-12-22T08:11:35.366586 | 2022-04-29T17:36:20 | 2022-04-29T17:36:20 | 23,141,851 | 4 | 0 | null | 2022-12-16T03:39:20 | 2014-08-20T08:42:27 | Java | UTF-8 | Java | false | false | 1,150 | java | package com.learn.core.multithreading.cookbook.Chapter4.ch4_recipe03.src.com.packtpub.java7.concurrency.chapter4.recipe3.trainings;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.*;
/**
* Created by dmitry on 17.05.17.
*/
public class Main {
public static void main(String[] args)... | [
"dmitry.bilyk@gmail.com"
] | dmitry.bilyk@gmail.com |
f4d698e429654ee90d39ac743ced7be0ac7cd92e | 6e87bc0ae119b924231d2d1729aa6990f06e84f4 | /src/comparable/Main.java | 6c46a9aa39f6ac03b5e2bab69ec68f5a287ddd99 | [] | no_license | alexeysandler/Course_alexey | 448d6867b9e7ec3bd8ff1eb12010ade4355b6901 | 40903d4dcf09e43d72f39eb67799547ef971a758 | refs/heads/master | 2021-04-26T22:26:39.135190 | 2018-03-17T13:38:33 | 2018-03-17T13:38:33 | 124,092,450 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 395 | java | package comparable;
import java.util.ArrayList;
import java.util.Collections;
public class Main {
public static void main(String[] args) {
ArrayList<Person> persons = new ArrayList<Person>();
Person p1 = new Person("alex");
Person p2 = new Person("lior");
Person p3 = new Person("zu... | [
"as371x@att.com"
] | as371x@att.com |
561b1957f6b8672359d339f30730fde0ded9c2e4 | d2227e3fb3cfad48e190f3a3a63e20e61adedd68 | /Codigo_Android/app/src/main/java/com/usuarios_api/model/MessagesUserList.java | e423c71d3237bd41ec08654f5d69ba7f994aeca5 | [] | no_license | RComonfort/EntregaFinal_DesarrolloWeb | 8a6d08680c843408b2e84d8c4cdfb6c6f845bd9f | 74467a98076a906d4b3f95b301e6114e9ee9cfa2 | refs/heads/master | 2021-08-22T08:45:38.603001 | 2017-11-29T19:56:49 | 2017-11-29T19:56:49 | 112,520,454 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,730 | java | /*
* 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 writing, software distributed under t... | [
"a.comonfort@outlook.com"
] | a.comonfort@outlook.com |
24bafe847d8edcd9072d670b4d31591be1ad83ac | 19cea1723590baff98ac675de5c05ea1a0a4e330 | /src/day19varargsaccessmodifersnt/AcMo02.java | 2dd98554d2bbce154ec30f13e8642463ebc19212 | [] | no_license | ihsanalgul/techproedfall2020 | cf57a45558d4f9478109825273b6ebc42b246c9e | 6341e969a62cba4bb511b632827d45e50374d494 | refs/heads/master | 2023-01-05T16:36:33.436747 | 2020-11-02T18:08:25 | 2020-11-02T18:08:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,511 | java | package day19varargsaccessmodifersnt;
import day18passbyvaluepassbyreferencedatetime.AcMo03;
public class AcMo02 extends AcMo03{
public static void main(String[] args) {
/*
1) In AcMo01, I created private, protected, default, and public instance variables.
In AcMo02, I created an object to access them... | [
"apple@apples-imac-6.attlocal.net"
] | apple@apples-imac-6.attlocal.net |
1724bc53603e283ef607b879a4e4aac77c968550 | 7bd7292ebf565f062e89e80ed8b76549893cf909 | /src/main/JavaEE_Test/Two/ReflectMainTest.java | da32e1c4d9ef08f682867ace67d8a71ae15411d5 | [] | no_license | liucc0413/MyMVCLearning | 2d9511178e37b4dd8a7d3ea5bcfc0bbbc911b433 | 3935aff88b0a1da3c15573c49aab3d019936b176 | refs/heads/master | 2020-04-23T00:49:17.568986 | 2019-02-15T03:01:14 | 2019-02-15T03:01:14 | 170,793,153 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,098 | java | package Two;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
public class ReflectMainTest {
public static void main(String[] args) {
try {
ReflectImpl target = (ReflectImpl) Class.forName("Two.ReflectImpl").getConstructor(String.class).newInstance("有参数的狗做器"... | [
"liucc@dtdream.com"
] | liucc@dtdream.com |
f470d6980140bc6e879ecf516decab3e46d9a51b | add554d49171aecfb2ca4d504db7c6e9c50e9124 | /app/src/main/java/com/csjbot/blackgaga/ai/NaviAI.java | 59170575e457f4fe0e97d758e3b8be5fb58cdf9f | [] | no_license | iamkhan001/RoboDemo | 2a9ae5e359bafdfc5cd991ddde7c14067b8de088 | 11b5e4a7a0bc45c34af593b369cd85dcc74b7a67 | refs/heads/master | 2020-05-25T10:23:25.479284 | 2019-05-21T03:53:30 | 2019-05-21T03:53:30 | 187,757,641 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,709 | java | package com.csjbot.blackgaga.ai;
import android.util.Log;
import com.csjbot.blackgaga.R;
import com.csjbot.blackgaga.feature.navigation.NaviActivity;
import com.csjbot.blackgaga.feature.navigation.TaskStatusManager;
import com.csjbot.blackgaga.localbean.NaviBean;
import com.csjbot.blackgaga.util.BlackgagaLogger;
imp... | [
"imran.k@in.adoroi.com"
] | imran.k@in.adoroi.com |
c661d430af5c2561030ffd2366b915f37ca233ae | 2cce30032e705abe44ddb41954a8fadba0497dce | /AlyonaAndNumbers.java | d5bb23c4833cccda34b38bd47c4ca47d2a7d2edf | [] | no_license | 69-LoVeRGuY/Problems-Solved-Code | f17b4a2268d4a30fc8882d62c92a8c703a270160 | 91378d4fbe41f191a133995949502f07be5127cb | refs/heads/master | 2023-05-20T16:23:02.726278 | 2021-06-15T01:27:45 | 2021-06-15T01:27:45 | 376,980,220 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,781 | java | import java.io.*;
import java.util.*;
public class AlyonaAndNumbers
{
static class FastReader
{
BufferedReader br;
StringTokenizer st;
public FastReader()
{
br = new BufferedReader(new InputStreamReader(System.in));
}
String next(... | [
"abhishek.mehrotra27@gmail.com"
] | abhishek.mehrotra27@gmail.com |
66a21137eb9f0cd4b14a4763aa52f813f9a39147 | 9823434492626672b0288687b0612eff667e25f3 | /JARAssign.java | e16b766cb4c08ec1af7587961839bdfbf1cbe6c7 | [] | no_license | AnInconvenience/javacc-ohnoes | a234c1a99e83bed78e86428681d3cdc6ff135a52 | 8c852826d6ca4f83c5be52124a2ff8686776cc93 | refs/heads/master | 2020-04-02T08:17:50.340742 | 2015-04-18T16:45:10 | 2015-04-18T16:45:10 | 32,636,386 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 634 | java | /* Generated By:JJTree: Do not edit this line. JARAssign.java Version 4.3 */
/* JavaCCOptions:MULTI=true,NODE_USES_PARSER=false,VISITOR=false,TRACK_TOKENS=true,NODE_PREFIX=JAR,NODE_EXTENDS=MyNode,NODE_FACTORY=,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */
public
class JARAssign extends SimpleNode {
public JARAssign(int id)... | [
"nslmdrhr@gmail.com"
] | nslmdrhr@gmail.com |
c7cd987409a67bce24c45307f89a5c90f0c99bed | 58d43961a774dfec3331e955366b48df763b3f71 | /mutool-box-plugin/develop-tools/DirectoryTreeTool/src/main/java/com/xwintop/xJavaFxTool/Main.java | 46f1db5ee67f6e612435ef0516935854886c7144 | [
"Apache-2.0"
] | permissive | liershuang/mutool-box | e9ddac66fc77c7e7317504dd378a3a5872d7ff75 | aba5686f8565e193eda36f952cf9c9433d3d3551 | refs/heads/main | 2023-02-07T11:13:30.326914 | 2020-12-30T11:31:58 | 2020-12-30T11:31:58 | 309,330,684 | 4 | 3 | null | null | null | null | UTF-8 | Java | false | false | 1,621 | java | package com.xwintop.xJavaFxTool;
import javafx.application.Application;
import javafx.event.EventHandler;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.stage.Stage;
import javafx.stage.WindowEvent;
import lombok.extern.slf4j.Slf4j;
import java.net.URL;
import java... | [
"6203"
] | 6203 |
5c9641f577160362f8187a90765737809e2c4d6e | 697e8d0a012693876df14ce2440b42d7818149ac | /XChange-develop/xchange-examples/src/main/java/com/xeiam/xchange/examples/kraken/trade/KrakenMarketOrderDemo.java | 324ebf6b706db4f133e4f9fbb8f990d9894cb536 | [
"MIT"
] | permissive | tochkov/coin-eye | 0bdadf195408d77dda220d6558ebc775330ee75c | f04bb141cab3a04d348b04bbf9f00351176bb8d3 | refs/heads/master | 2021-01-01T04:26:00.984029 | 2016-04-15T14:22:17 | 2016-04-15T14:22:17 | 56,127,186 | 2 | 5 | null | null | null | null | UTF-8 | Java | false | false | 2,020 | java | package com.xeiam.xchange.examples.kraken.trade;
import java.io.IOException;
import java.math.BigDecimal;
import com.xeiam.xchange.Exchange;
import com.xeiam.xchange.currency.CurrencyPair;
import com.xeiam.xchange.dto.Order.OrderType;
import com.xeiam.xchange.dto.trade.MarketOrder;
import com.xeiam.xchange.examples.k... | [
"philip.tochkov@gmail.com"
] | philip.tochkov@gmail.com |
6c092d5a316a01efae1cc7a712bc01a54d5d0e08 | 888521cd8198760ded09e9fe0b47f27f2bcac6fa | /Restaurante/Res/src/interfaces/Camareros.java | 36202da22806b62abeb9a4ccae40f4bd871b6302 | [] | no_license | amrMoreno/Restaurante | c4e7f42a49d3396c44c7cc43810c22887675e4bb | 65cd841234d4357ac89af5850c73f16edfb60e8b | refs/heads/master | 2020-05-07T18:45:45.300482 | 2019-05-31T12:33:47 | 2019-05-31T12:33:47 | 180,782,653 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,173 | java | package interfaces;
import java.awt.BorderLayout;
import java.awt.EventQueue;
import java.awt.Font;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import clases.Camarero;
import clases.Mesa;
import clases.Productos;
import clases.Productos.TipoProducto;
import excepcione... | [
"adrianmorenoruiz@gmail.com"
] | adrianmorenoruiz@gmail.com |
ac4c74bfc8d30155327d67d46624b1aa26376be5 | 4f1693c50004ecac73386f94b4cc2c0d7cfc32d3 | /安卓开发/单元测试/src/com/example/unitTest/CalcTest.java | fe2797fcbd006a1cf1256433008768d9cdb52d61 | [] | no_license | MOIPA/MyStudy | 57c1ba293d89e5cf937be6b119cde21b46f0fb97 | 69ca8b4adc8a802b628d39cbf253c5bb040b7c26 | refs/heads/master | 2021-06-21T05:35:43.289857 | 2020-02-21T00:47:53 | 2020-02-21T00:47:53 | 74,568,907 | 0 | 0 | null | 2020-10-13T07:13:10 | 2016-11-23T11:08:41 | Java | UTF-8 | Java | false | false | 233 | java | package com.example.unitTest;
import android.test.AndroidTestCase;
public class CalcTest extends AndroidTestCase {
public void testAdd(){
Calc calc = new Calc();
int result = calc.add(4, 5);
assertEquals(9, result);
}
}
| [
"tassassin@sina.com"
] | tassassin@sina.com |
f087e9bc430f8e29d9f9652904cfe8bea3ffbc0b | 4008d30a8294d1ab3aa6336f1052ac5ad009731b | /Uebung2/Uebung2/src/ClientUe2.java | 52164d906f5796f48fd1fac5f9c2358cc925347a | [] | no_license | JonasFaller/ClientServer_Uebungen | 91edf3a9a3eca9f28633b52169de32021533de94 | dd69b3d45459e8efd2418694825eb6779f3ce467 | refs/heads/master | 2021-05-11T13:18:52.439584 | 2018-03-21T07:10:07 | 2018-03-21T07:10:07 | 117,676,181 | 0 | 0 | null | null | null | null | ISO-8859-3 | Java | false | false | 1,875 | java | import java.io.*;
import java.net.*;
public class ClientUe2{
public static void main(String[] args) throws UnknownHostException, IOException{
Socket client = new Socket("localhost", 2222);
System.out.println("Client wird gestartet");
BufferedReader in = n... | [
"noreply@github.com"
] | noreply@github.com |
c9ce63020449ad97a1717488e3df2b352af9cd6b | c4a8bede8124116ac06ba7f27fa13952c06c6825 | /lib/taskana-data/src/test/java/pro/taskana/sampledata/SampleDataProviderTest.java | d1021605ac711f398d5851184811232b3ae8ef76 | [
"Apache-2.0"
] | permissive | generaliinformatik/taskana | 4521462accb9a95c5048b065694e311efb49ef1c | bff244543f166b04225a970ea841bf42a0cfa80e | refs/heads/master | 2021-01-02T04:09:41.106967 | 2020-03-03T10:50:37 | 2020-03-03T15:03:52 | 239,483,609 | 4 | 0 | Apache-2.0 | 2020-03-03T15:03:54 | 2020-02-10T10:21:56 | null | UTF-8 | Java | false | false | 800 | java | package pro.taskana.sampledata;
import static org.assertj.core.api.Assertions.assertThat;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
/** Test SampleDataGenerator. */
class SampleDataProviderTest {
@Test
void getScriptsNotNull() {
assertThat(SampleDataProvider.getDefaultScrip... | [
"zorgati.mustapha@gmail.com"
] | zorgati.mustapha@gmail.com |
d6f3d3a089e6d8fdbb88589607b280fcfa7e2a1b | 6aa82336675adc8d21c05cedbe9c448a8b1a2d4c | /hybris/bin/custom/myaccelerator/myacceleratorcore/src/com/demo/core/search/solrfacetsearch/provider/impl/GenderFacetDisplayNameProvider.java | 4573ba9a4292007db17ec1ab06028741f1eb0fbb | [] | no_license | ronaldkonjer/mycommerce | d6b8df099ad958857d9bd9188a04b42c7f4ffde7 | 45372746b36fef1a1e0f8f6dbb301dd8e930c250 | refs/heads/master | 2020-04-19T23:17:16.309603 | 2018-06-18T11:42:26 | 2018-06-18T11:42:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,836 | java | /*
* [y] hybris Platform
*
* Copyright (c) 2018 SAP SE or an SAP affiliate company. All rights reserved.
*
* This software is the confidential and proprietary information of SAP
* ("Confidential Information"). You shall not disclose such Confidential
* Information and shall use it only in accordance with... | [
"m.perndorfer@gmx.at"
] | m.perndorfer@gmx.at |
27f2d25c371433e1a6d9535d3116f6e8d85dc0f1 | 10dc1906a257739c5d8380d17f59cae23d6b3b10 | /ShadowStrugglesOnline_Servidor/src/br/edu/ifsp/pds/shadowstrugglesonline/servidor/estrutura/GerenciadorFila.java | c422c2eede37285eaa24dc0d670e6eeec131e873 | [] | no_license | doanhtdpl/shadowstruggles | 6125ba2230cae1bd6aee55f236d4e7c17da33c02 | 7306e6d1a4cd5c55c77ab9e8d9bd53a79d1292b5 | refs/heads/master | 2016-09-06T21:52:13.183571 | 2013-11-28T17:55:05 | 2013-11-28T17:55:05 | 40,475,374 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 709 | java | package br.edu.ifsp.pds.shadowstrugglesonline.servidor.estrutura;
import java.util.ArrayList;
public class GerenciadorFila {
private ArrayList<UsuarioFila> fila;
private Servidor servidor;
public GerenciadorFila(Servidor servidor) {
super();
this.servidor = servidor;
}
public void run(){... | [
"gmerencio.santos@gmail.com"
] | gmerencio.santos@gmail.com |
4c34ff8730467eaeeaa8d960668452211446302a | e9affefd4e89b3c7e2064fee8833d7838c0e0abc | /aws-java-sdk-ivs/src/main/java/com/amazonaws/services/ivs/model/transform/S3DestinationConfigurationMarshaller.java | bed8da33c806dc9c8ce14cfcb4c62b3e2742f6f7 | [
"Apache-2.0"
] | permissive | aws/aws-sdk-java | 2c6199b12b47345b5d3c50e425dabba56e279190 | bab987ab604575f41a76864f755f49386e3264b4 | refs/heads/master | 2023-08-29T10:49:07.379135 | 2023-08-28T21:05:55 | 2023-08-28T21:05:55 | 574,877 | 3,695 | 3,092 | Apache-2.0 | 2023-09-13T23:35:28 | 2010-03-22T23:34:58 | null | UTF-8 | Java | false | false | 2,051 | java | /*
* Copyright 2018-2023 Amazon.com, Inc. or its affiliates. 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. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
3631716aca3f88518796cde1a798243d4239d29f | ee8f4bd0b5db983f3eecccd07d565e6a8c135e6b | /server/src/main/java/org/apache/iotdb/db/query/udf/api/exception/UDFInputSeriesIndexNotValidException.java | 7c100407666d09f922158b25239d6d5dbc8ba8b4 | [
"Apache-2.0",
"BSD-3-Clause",
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference",
"MIT",
"EPL-1.0",
"CDDL-1.1"
] | permissive | phoenix-elite1050/iotdb | 3c38ef9eea73f3f973743adf167ad37d21831749 | 98984d51080e00d641c4bc2e244a7a161eafb0aa | refs/heads/master | 2023-03-15T18:59:35.541610 | 2021-03-05T07:26:25 | 2021-03-05T07:26:25 | 339,314,311 | 0 | 1 | Apache-2.0 | 2021-03-05T16:58:51 | 2021-02-16T07:13:03 | Java | UTF-8 | Java | false | false | 1,219 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | [
"noreply@github.com"
] | noreply@github.com |
3929d2d2820b8255c0998b1fb7c799b261dbc1b9 | d4753523b08243beada98b931a7180ca0a5e1435 | /Chapter_02/stereo-xmlconfig/src/main/java/soundsystem/CDPlayerConfig.java | 278ae30042ae16a41a5933234c2c658740d9632b | [] | no_license | mzaort/SpringInAction4 | 5c6f170c4d97c46c6ed5903e4d7b20d5ae7174ed | 25fa2aab7874f4b677f8cb31d646b2370de228bd | refs/heads/master | 2021-01-24T02:11:49.220282 | 2017-11-28T00:17:32 | 2017-11-28T00:17:32 | 122,840,368 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 337 | java | package soundsystem;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
@Configuration
public class CDPlayerConfig {
@Bean
public CompactDisc compactDisc() {
return new SgtPeppers();
}
@Bean
public CDPlayer cdPlayer() {
return new CDPlayer(compa... | [
"mzaort@gmail.com"
] | mzaort@gmail.com |
d26ac7553afd73a80c6c9e2eb9d69acd5f3c5a03 | cf6531e26372d6b35b97a58a861985e38321414a | /lib/slf4j-1.7.21/slf4j-api/src/main/java/org/slf4j/helpers/BasicMarker.java | fdc1ca4028b39b7efcaa2abb3620ade85cfd56b8 | [
"MIT",
"Apache-2.0"
] | permissive | yongquanf/RDA | 9ce34f98ab71da5edb637b5cfc4c15b9ee70d523 | 759ff19d37c3a196b798c55b18819fb06e222a3d | refs/heads/master | 2020-12-01T18:27:22.579473 | 2019-12-29T09:50:18 | 2019-12-29T09:50:18 | 230,726,676 | 3 | 0 | Apache-2.0 | 2020-10-13T18:31:02 | 2019-12-29T09:01:15 | HTML | UTF-8 | Java | false | false | 5,568 | java | /**
* Copyright (c) 2004-2011 QOS.ch
* All rights reserved.
*
* 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... | [
"quanyongf@126.com"
] | quanyongf@126.com |
3627ff312c671a7766c474394036ef898647a605 | 3647f3da5e8348d5449e2e6f7575a99a2b244849 | /高级教程/黑马程序员_Springmvc视频教程video/03_maven_ssh/src/main/java/cn/li/service/CustomerService.java | bffff1d5802e691ac910aba1aecf08d79c436f75 | [] | no_license | NianDUI/chuanzhi | f3f04b5da5c15797a9134846b1d20013363e853d | 9d4a60b14801ee1483ddade080cf059a4037eacb | refs/heads/master | 2022-07-02T01:14:07.768575 | 2019-11-24T12:45:15 | 2019-11-24T12:45:15 | 223,742,493 | 0 | 0 | null | 2022-06-21T02:18:19 | 2019-11-24T12:43:30 | Java | UTF-8 | Java | false | false | 62 | java | package cn.li.service;
public interface CustomerService {
}
| [
"760664212@qq.com"
] | 760664212@qq.com |
93c97299f59a4d6bf75e11368d8ed6cdf82bf806 | b72f4ff642e42e83eb030d06b25d8cdf80a79bf2 | /JavaTrainingClass/src/OOPConceptPart2/methodOverRiding.java | 10edd0dcd5295d75c04612ea562e127665c3b770 | [] | no_license | Ashu7106/JavaPrograms | ba1d0a1778dd9b0ee40642b20f2420d4ca3ee222 | 4513523e735cb97bf097617236da90c98b4d62e8 | refs/heads/master | 2023-07-08T17:56:40.164841 | 2021-08-11T17:25:50 | 2021-08-11T17:25:50 | 395,059,126 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 145 | java | package OOPConceptPart2;
public class methodOverRiding {
public static void main(String[] args) {
// TODO Auto-generated method stub
}
}
| [
"ashishyadgire2@gmail.com"
] | ashishyadgire2@gmail.com |
c4946e096809271ce22630e497d9873d2d51f167 | 9aa4efd977e264506f4be36be45b59079939ba4f | /src/main/java/com/mlinvest/construction/service/exception/IssuerActionNotFoundException.java | 5be6ac7df41857259b53d4ef8b3ccb4ab49c1116 | [
"MIT"
] | permissive | illusi0n/construction | 228b0df1f7c74e245fedd354cd8a97382772d699 | 44cd402446b4a8b2b1fef0f66ed2fdf975df1a83 | refs/heads/main | 2023-02-22T07:26:04.005412 | 2021-01-25T07:43:34 | 2021-01-25T07:43:34 | 331,772,503 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 306 | java | package com.mlinvest.construction.service.exception;
import lombok.Getter;
@Getter
public class IssuerActionNotFoundException extends Exception {
private final Long issuerActionId;
public IssuerActionNotFoundException(Long issuerActionId) {
this.issuerActionId = issuerActionId;
}
}
| [
"milosbiljanovic@gmail.com"
] | milosbiljanovic@gmail.com |
be20e7ccb749992e572e3c6d208293d509a37c99 | d62d26b35010f52638f87cdcab0618b50ad19b69 | /quora-api/target/generated-sources/com/upgrad/quora/api/model/UserDetailsResponse.java | 88071bf4b40946cbabfc38301e6862aab47efac2 | [] | no_license | CodeVishal/Course5--Project | f05bfee368c6b77cbde7b1bc9142c31b3c799e50 | 74b7343faca7b7bf8313514928e85b5ad70a3ffa | refs/heads/master | 2022-12-24T07:28:25.641913 | 2020-01-02T16:46:52 | 2020-01-02T16:46:52 | 231,296,341 | 0 | 0 | null | 2022-12-10T05:17:23 | 2020-01-02T02:53:49 | Java | UTF-8 | Java | false | false | 6,140 | java | package com.upgrad.quora.api.model;
import java.util.Objects;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import org.springframework.validation.annotation.Validated;
im... | [
"vishal.pawar57@gmail.com"
] | vishal.pawar57@gmail.com |
c00b960ecda745d2d5fe26eaa983c79652c8fb0e | db5e2811d3988a5e689b5fa63e748c232943b4a0 | /jadx/sources/o/C1684.java | 0941f138fe7863d8172bf5552d5bfb009cdca59d | [] | no_license | ghuntley/TraceTogether_1.6.1.apk | 914885d8be7b23758d161bcd066a4caf5ec03233 | b5c515577902482d741cabdbd30f883a016242f8 | refs/heads/master | 2022-04-23T16:59:33.038690 | 2020-04-27T05:44:49 | 2020-04-27T05:44:49 | 259,217,124 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,253 | java | package o;
import androidx.recyclerview.widget.RecyclerView;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
/* renamed from: o.ʟɪ reason: contains not printable characters */
public final class C1684 extends RecyclerView.C3243aUx {
/* renamed from: ı reason: contains not printabl... | [
"ghuntley@ghuntley.com"
] | ghuntley@ghuntley.com |
913ca93bc81033ede353fd06606ed84e4536a4e3 | 646fa56970e74a17d10542fec62e0491b5202908 | /app/src/test/java/com/gda/criminalintent/ExampleUnitTest.java | f862ba290be908edae5ffd637893a84f65e05944 | [] | no_license | geghetsikd/CriminalIntent | 3647e759b0da4b422810ab1bdc01bc753be923b9 | 40757d5f64fdb4a35233cb6e39f1fae28d97ec87 | refs/heads/master | 2022-10-24T14:38:30.313987 | 2020-02-25T20:32:19 | 2020-02-25T20:32:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 383 | java | package com.gda.criminalintent;
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... | [
"geghetsikd@gmail.com"
] | geghetsikd@gmail.com |
d56f66714cb4eab9d41333b3c6a450a2ad6404fd | 66157eb833c0c00b2db2c691cc123bc8eebe37cb | /appdear25/src/testapi/WangUtil.java | db77773af94ef838e7f48d8efdfe83af99912f0a | [] | no_license | gaoguibao1921/android_download | ed7ea81ef8bad31c7ac890336fb5466ab2f8bf4d | b2c3924bb37277b68533b79f0e9b8f01b88583a3 | refs/heads/master | 2020-12-25T05:37:58.573703 | 2013-09-09T09:52:52 | 2013-09-09T09:52:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,286 | java | package testapi;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.List;
import com.alibaba.fastjson.JSON;
import com.appdear.client.model.SoftlistInfo;
import com.appdear.client.service.api.ApiSoftListResult;
public class WangUtil
{
public static String wangUrl="http://media.aishangdian.com/... | [
"359756389@qq.com"
] | 359756389@qq.com |
916cae2d27248e11c66da2622e5479a81de4a0db | 2cdc8232434d36ecb0503a5c71849731b5c931d9 | /src/main/java/com/fileUploader/exception/StorageFileNotFoundException.java | e2a151df9f6a712aad917f7e9d4bb1d59f597f0c | [] | no_license | bwc0/File-Uploader | 3bc39aa655fee219a9f141a2dcea4e6377c87eef | d19e829b7dc30944919e0a2b636dd646c77f3df1 | refs/heads/master | 2020-03-30T00:32:06.344475 | 2018-11-07T17:36:52 | 2018-11-07T17:36:52 | 150,528,945 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 310 | java | package com.fileUploader.exception;
public class StorageFileNotFoundException extends RuntimeException {
public StorageFileNotFoundException(String message) {
super(message);
}
public StorageFileNotFoundException(String message, Throwable cause) {
super(message, cause);
}
}
| [
"bryantcason32@gmail.com"
] | bryantcason32@gmail.com |
c2c3face9407f2ad140c1a069490c3f4125e7633 | e396a5615054b94db6f8d029f2be415e764e2aa1 | /_2292.java | 1b03ee34eac0e44189cdc186d8b461301337fb99 | [] | no_license | bactoria/Algorithm-java | 7b4380eb035386a217533c903f96b3c7e77cf74d | bf9ea050965733e692e3f54d1997e7469bd3fada | refs/heads/master | 2021-10-23T01:05:00.681567 | 2019-03-14T03:59:37 | 2019-03-14T03:59:37 | 117,311,128 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 467 | java | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class _2292 {
public static void main(String[] args) throws IOException {
// TODO Auto-generated method stub
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
final int N = Integer.parseI... | [
"bactoria@gmail.com"
] | bactoria@gmail.com |
2189498a5a451666be1bf857398805598a98633e | 03906875786a9411bf10030d47146ba81e264549 | /cocos2d/cocos/platform/android/java/src/org/cocos2dx/lib/Cocos2dxActivity.java | b58c4800680e01c4485b61fe96825334b414f0c2 | [
"MIT"
] | permissive | kudrykun/Puzzle | 1e05c43964f5de3a5522e5c43ac2c692010600d6 | cd2d3c170303f4f21e7e81c647d51c3f4101ab4d | refs/heads/master | 2021-03-19T12:31:24.275358 | 2018-01-26T15:41:18 | 2018-01-26T15:41:18 | 119,068,002 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,158 | java | /****************************************************************************
Copyright (c) 2010-2013 cocos2d-x.org
http://www.cocos2d-x.org
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 withou... | [
"kudrykun@gmail.com"
] | kudrykun@gmail.com |
6ea8f43d3a42c75d04580eba5a06ec5e477634b2 | e9df3a9d1051f0e2755aa89797cc8df97a4f399a | /AMediaEditorCollection/src/main/java/hu/csega/editors/common/dndview/DragAndDropHitTriangle.java | e0b232d30dc2d2afceca3493e9f1341f7a0a74ca | [] | no_license | petercsengodi/games | 880fb62e77e1fcc2cbf72f78f70f1b5ca53e19b1 | 7af98b0a89f4b858ba2cef4c63c4973e17689064 | refs/heads/master | 2023-05-07T03:11:22.268658 | 2022-10-07T09:28:07 | 2022-10-07T09:28:07 | 32,595,357 | 1 | 0 | null | 2023-04-14T17:08:38 | 2015-03-20T16:43:00 | Java | UTF-8 | Java | false | false | 2,325 | java | package hu.csega.editors.common.dndview;
import java.awt.Color;
import java.awt.Graphics2D;
public class DragAndDropHitTriangle implements DragAndDropHitShape {
private double x1;
private double y1;
private double x2;
private double y2;
private double x3;
private double y3;
public DragAndDropHitTriangle(doub... | [
"petercsengodi@users.noreply.github.com"
] | petercsengodi@users.noreply.github.com |
7e12d35f8364ea8056c8fba34938aba1ee0bd976 | 8d5cca9ef5fbee0ae29d5eeb48fdd3dace2cd54f | /src/main/java/com/cat/service/IDiaryService.java | 88bd649ce807ac3b388ec810d30203a120af1d18 | [
"Apache-2.0"
] | permissive | RobinJason/cat | 67b274e50340675411d98a4da9984c1fadacb9a7 | 6d2783c6040f46e9ee77e00ab04a039b630467e4 | refs/heads/master | 2020-03-23T04:16:57.682683 | 2018-07-28T07:59:20 | 2018-07-28T07:59:20 | 141,074,051 | 0 | 0 | Apache-2.0 | 2018-07-30T07:00:10 | 2018-07-16T01:58:04 | Java | UTF-8 | Java | false | false | 274 | java | package com.cat.service;
import com.cat.common.ServerResponse;
/**
* @Author: LR
* @Descriprition:
* @Date: Created in 9:25 2018/7/17
* @Modified By:
**/
public interface IDiaryService {
ServerResponse getDetail(Integer userId, String username);
}
| [
"1875906058@qq.com"
] | 1875906058@qq.com |
5120c1a97c92b797c4dc1b3d592b5070d801ef3f | a962d3ba6fbcbe84dc70cca5ba51dcd656695c5c | /src/main/java/com/example/course/resources/ProductResource.java | 845389a8128360a287bc6abd09ef5654ec88c9a3 | [] | no_license | felipe7147/course_spring_java | 46c77ea9a638f7426ee1091c7d8f5d5efea759a5 | 2039e10062ed7f81a8b1b6016a8daa8308b12f16 | refs/heads/master | 2020-08-24T19:25:20.369782 | 2019-11-06T12:23:50 | 2019-11-06T12:23:50 | 216,890,739 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 993 | java | package com.example.course.resources;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework... | [
"felipe_nunesrodrigues@hotmail.com"
] | felipe_nunesrodrigues@hotmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.