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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
154147b8410f32e03f6e0747e4d43151602859a9 | 97bde7638a5d921903134b4902048866b89a6a9e | /app/src/main/java/com/shen/baidu/doglost/ui/dialog/FenceCreateDialog.java | 4506a3884d51afac3c69554f55347514882b03b1 | [] | no_license | sxysxys/doglost | 640f70e883347d561dda7ab5436ace9363fc82b0 | 334aa06e24bd088361d1582a2f9bd7f098ad3a9a | refs/heads/master | 2022-12-28T11:58:13.299988 | 2020-10-16T09:26:16 | 2020-10-16T09:26:16 | 294,704,378 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,524 | java | package com.shen.baidu.doglost.ui.dialog;
import android.app.Activity;
import android.app.Dialog;
import android.content.Context;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.View;
import android.view.Window;
import android.widget.Button;
import android.widget.EditText;
import android.w... | [
"sxy@sxydeMacBook-Pro.local"
] | sxy@sxydeMacBook-Pro.local |
c639a8cc0483ff537f871ae3167bd2562c105013 | c05ef7bb9cf5eeb50f233531ee63fae5a2e2210d | /15. 3Sum.java | 176888dc51a97a3f4f96c679c908ca4be9b23ba6 | [] | no_license | ck1994125/leetcode | 0de3a4912ae515774ab05fb141c82beb9f3b4510 | 9e23af0eadece65ff8aa5e4f5f743b254daf4154 | refs/heads/master | 2021-09-06T08:34:35.734606 | 2018-02-04T10:57:27 | 2018-02-04T10:57:27 | 108,250,034 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,629 | java | /*
题目:
15. 3Sum
Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0?
Find all unique triplets in the array which gives the sum of zero.
分析:
时间复杂度:O(n2)
先排序,然后两层循环
第一层循环依次遍历每个数;
第二次循环从两侧向中间夹逼遍历。
注意:
1.注意越过相等数值,否则结果会有重复(第一层和第二层都是)
*/
class Solution {
publi... | [
"ck3621863@163.com"
] | ck3621863@163.com |
16724e064beed813b70b5354120114daa49d0e94 | 6a54c399f150a14939b540129fe6ee13d65d8c3d | /server/src/main/java/com/ljy/mrg/ChannelWriteMrg.java | 16c30be9379085b6acd648f06fb997da0c61b83c | [] | no_license | liujinyonggiyt/temperature | 2b24871d1a9a87f783708a7ed097421052e60e8f | ad0418f185bb8479af811d6c37ba1a471b27dec6 | refs/heads/master | 2022-06-22T14:45:20.511815 | 2019-07-03T10:40:25 | 2019-07-03T10:40:25 | 182,944,999 | 0 | 1 | null | 2019-10-31T00:42:36 | 2019-04-23T06:06:23 | Java | UTF-8 | Java | false | false | 1,084 | java | package com.ljy.mrg;
import com.google.inject.Inject;
import io.netty.channel.Channel;
import io.netty.channel.ChannelFuture;
/**
* Created by lishile
* 写channel的管理器,作为向channel中发送消息的统一接口
*/
public class ChannelWriteMrg {
private long totalSendNum=0;
private int onSecondSendNum =0;
@Inject
publi... | [
"295528602@qq.com"
] | 295528602@qq.com |
5b9e55922fba258415687ef772cafce2e54859c4 | 357901589108781b0885ee437971aeaa1b545b10 | /app/src/main/java/com/cdt/bombeachguide/ui/HorizontalListView.java | caa86991f6c1d748b7eafa8e511722502c89e8a8 | [] | no_license | trangminie/BomBeachGuide | 3e43515ef5a79b4fdd47c893d2b9a329430f2a75 | 8c72d514c10eed664077669c2fc144e59eea86cc | refs/heads/master | 2020-12-27T09:32:12.020095 | 2016-06-21T13:42:45 | 2016-06-21T13:42:45 | 58,939,586 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,806 | java | package com.cdt.bombeachguide.ui;
/**
* Created by Trang on 5/31/2015.
*/
import android.content.Context;
import android.database.DataSetObserver;
import android.graphics.Rect;
import android.util.AttributeSet;
import android.view.GestureDetector;
import android.view.GestureDetector.OnGestureListener;
import androi... | [
"trangminie@gmail.com"
] | trangminie@gmail.com |
2c5c8198f741a2228d1a2fa8276a582a80a53bc3 | 82535c75aa9756820b82921054ac9e138485fc81 | /src/org/fkit/mapper/AllMapper.java | e419f8283ead036997c86621a2e6bb1c4ae0f4e1 | [] | no_license | ganlulululu/6.13nyjd2 | 812bb53452035bf27d6dada88b599e1bc3bb8a7a | 71bea94a4fb0a97f830aa3d2ee79a312ce51104c | refs/heads/master | 2021-06-20T15:59:41.422945 | 2017-06-15T14:06:35 | 2017-06-15T14:06:35 | 94,445,406 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,349 | java | package org.fkit.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Select;
import org.apache.ibatis.annotations.Update;
import org.fkit.domain.Module;
import org.fkit.domain.Nav;
import org.fkit.domain.ThirdPage;
import org.fkit.domain.WebInfor;
import org... | [
"270458805@qq.com"
] | 270458805@qq.com |
30451e801cf693c26d73dec37552d49044b474a3 | eccb54cfec122468d7323232a774c531f78e7962 | /app/src/main/java/com/silicontechnnologies/propertymediator/utils/ConnectionDetector.java | fd696c6cce7786a314c7175545e4830ed7c07c0e | [] | no_license | rajajawahar/Property-Mediator-Android | 5ebaf63d89b252819f1eec9e060881c38e67aad5 | 16a02a4829eadb5a8df690e74a61be445429aa6f | refs/heads/master | 2020-12-02T06:44:23.586036 | 2017-07-11T12:55:17 | 2017-07-11T12:55:17 | 96,891,653 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 932 | java | package com.silicontechnnologies.propertymediator.utils;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
public class ConnectionDetector {
private Context _context;
public ConnectionDetector(Context context){
this._context = context;
... | [
"rajajawahar77@gmail.com"
] | rajajawahar77@gmail.com |
f733646d0029df92c323f5a9b1b1bed2f19eed82 | d864d9d358e35566a35ba800b81445eea0400a23 | /HelloWorld/src/bussireisid/Reisija.java | fa2f006e7ecc2a5c157bee72a63253de7652adbc | [] | no_license | Ramses-Laursoo/java-KonsjaHar | 12429d24c15a583dd265c793f51b20afcf7286db | edf1fb1c2eaf5fa2b669119654c98b6b8996f2a9 | refs/heads/main | 2023-07-25T18:23:54.129662 | 2021-09-02T10:50:11 | 2021-09-02T10:50:11 | 402,382,710 | 0 | 0 | null | null | null | null | ISO-8859-2 | Java | false | false | 410 | java | //Koostaja: Ramses Laursoo, IS20
//Konspekt: 10
//Ülesanne: Java - Klasside omavahelised seosed
package bussireisid;
public class Reisija {
private String nimi;
public Reisija() {
nimi="<puudub>";
}
public Reisija(String nimi) {
this.nimi = nimi;
}
public String getNimi() {
... | [
"noreply@github.com"
] | noreply@github.com |
2c15de96321c96c3e2752e218af2d57e9da23a8d | 9c3971280f440834e89062178a60134723edd310 | /src/com/criconline/actions/ActionListener.java | 87860b0ddd74e7599f4086052d55c9d69d986f57 | [] | no_license | gitibeyonde/cricket | 4463f123c0e7cbf45deb63353f4d8912a2fdc59d | 8150fe0a1d1acd021c8107f5aec872faceda7802 | refs/heads/master | 2020-06-02T23:18:54.492758 | 2013-08-03T10:04:52 | 2013-08-03T10:04:52 | 191,340,809 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 219 | java | package com.criconline.actions;
import com.criconline.actions.Action;
public interface ActionListener {
/**
* Invoked when an action occurs.
*/
public void actionPerformed(Action a);
}
| [
"aprateek@apache.org"
] | aprateek@apache.org |
d2f941adc2c4bbb1dbcda3b0ca22ebb0292baf6d | a1a1e4e004e82f3798089099919054a0f3eda823 | /app/src/main/java/com/englishapps/com/checkyourenglishvocabulary/YourStatistics.java | 02f3c5e0142900165b75320d73658fb14ad43897 | [] | no_license | mk148a/CheckYourEnglishVocabulary | 155891f54bb8f1cbba7d4f6a608bfe50fc4a5d2d | 9539038cad1db7c00a3c4cb0e1ee4f9ff29afa90 | refs/heads/master | 2020-04-08T23:06:59.120156 | 2018-12-22T22:37:35 | 2018-12-22T22:37:35 | 159,812,154 | 0 | 0 | null | 2018-12-22T22:37:36 | 2018-11-30T11:11:40 | Java | UTF-8 | Java | false | false | 39,404 | java | package com.englishapps.com.checkyourenglishvocabulary;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.media.MediaPlayer;
import android.os.Bundle;
import android.provider.Settings;
import android.support.v7.app.AlertDialog;
import android.support.... | [
"Mk148a@hotmail.com"
] | Mk148a@hotmail.com |
24fd09adf5f9dbbe53f110ee3564d0c8d697ab12 | 03ff74cf94e8c8a77d47d260e2a47b38a21a3134 | /app/src/main/java/com/kangce/finance/ui/fixedassets/FixedAssetsAdapter.java | 88bfb889e08066e6cca69d5f0d50c297a5096852 | [] | no_license | JinYanjie/finance-project-app | 901fb62df80782f0f95bdd900ca19ff51d0c4496 | 8ca1676b83c0fcbf1624f6dfa3d52a310793b278 | refs/heads/master | 2020-05-20T03:29:31.686410 | 2019-04-18T11:43:46 | 2019-04-18T11:43:46 | 185,359,835 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,042 | java | package com.kangce.finance.ui.fixedassets;
import com.chad.library.adapter.base.BaseQuickAdapter;
import com.chad.library.adapter.base.BaseViewHolder;
import com.kangce.finance.R;
import com.kangce.finance.bean.FixedAssetsEntity;
import java.text.SimpleDateFormat;
public class FixedAssetsAdapter extends BaseQuickAda... | [
"1244797924@qq.com"
] | 1244797924@qq.com |
af9e610a3cffcc56e4186d5b973c5a276110a609 | dfe911b940673d2fecd9db7bbf07a071d0a176c4 | /down/src/down/jframe.java | 2761f19586f701b330f9e9fb3048abb6c12cf6b9 | [] | no_license | sanchit-zeus/sanchit | 03e3ca898880a0ede4b7b8356a59b61627783d22 | 4568a5ada8ef8d43db55a36201afdd8f8a1b2452 | refs/heads/master | 2021-05-12T12:55:34.385762 | 2020-07-11T17:01:02 | 2020-07-11T17:01:02 | 117,424,064 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 257 | 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 down;
/**
*
* @author Sahil Seewal
*/
class jframe {
}
| [
"35419687+sanchit-zeus@users.noreply.github.com"
] | 35419687+sanchit-zeus@users.noreply.github.com |
b513e1722c2fd8ce4f84af0ccc5b1565d822df76 | 21bdaed4646ff6847a3378f1202e7de314c85a9b | /test/ball/model/BounceTest.java | 0f3f3a8feb5f6766adf161138068b6322d5efd5a | [] | no_license | rhuanhuan/BallBehavior | f2262948f813cbbb4a56f9a289577f850e1f1e7d | 0dad854403bb1634f76cd6a996d76763142619aa | refs/heads/master | 2021-01-11T04:10:40.447428 | 2016-10-18T10:35:58 | 2016-10-18T10:35:58 | 71,237,604 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,413 | java | //package ball.model;
//
//import ball.model.Ball;
//import ball.ui.BallWorld;
//import org.junit.Test;
//
//import static ball.BallTestHarness.*;
//
//public class BounceTest {
// @Test
// public void shouldGoDown() throws Exception {
// Ball bouncingBall = BallFactory.Ball(0, 100,50, Bounce.DOWN);
//
// ... | [
"1210098674@qq.com"
] | 1210098674@qq.com |
7eb1ab02f2ebd1d654e528442b57407fd9a623c0 | 53d677a55e4ece8883526738f1c9d00fa6560ff7 | /com/bumptech/glide/manager/e.java | 8ccb1400cb608e78e49be1b7508b8946ff55da61 | [] | no_license | 0jinxing/wechat-apk-source | 544c2d79bfc10261eb36389c1edfdf553d8f312a | f75eefd87e9b9ecf2f76fc6d48dbba8e24afcf3d | refs/heads/master | 2020-06-07T20:06:03.580028 | 2019-06-21T09:17:26 | 2019-06-21T09:17:26 | 193,069,132 | 9 | 4 | null | null | null | null | UTF-8 | Java | false | false | 2,803 | java | package com.bumptech.glide.manager;
import android.annotation.SuppressLint;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.IntentFilter;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.util.Log;
import com.bumptech.glide.... | [
"172601673@qq.com"
] | 172601673@qq.com |
290251226e6234520fdffbdaac88c7c20a01c8f5 | b7f3edb5b7c62174bed808079c3b21fb9ea51d52 | /components/cronet/android/test/smoketests/src/org/chromium/net/smoke/Http2Test.java | 17abeb0b55fff0a48f1a83c16676a63e51e5b2ef | [
"BSD-3-Clause"
] | permissive | otcshare/chromium-src | 26a7372773b53b236784c51677c566dc0ad839e4 | 64bee65c921db7e78e25d08f1e98da2668b57be5 | refs/heads/webml | 2023-03-21T03:20:15.377034 | 2020-11-16T01:40:14 | 2020-11-16T01:40:14 | 209,262,645 | 18 | 21 | BSD-3-Clause | 2023-03-23T06:20:07 | 2019-09-18T08:52:07 | null | UTF-8 | Java | false | false | 1,859 | java | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.net.smoke;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import androidx.t... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
71eceddbe52978f5c9e36ae94e5919ca22567692 | 1902dcf578e09449b75149b8525d46d9dabd7bfe | /encephalon/api/src/main/java/com/devonfw/application/encephalon/collaboratormanagement/logic/api/usecase/UcFindCollaborator.java | 9c0873007da013aedff002b9acb909de97514429 | [] | no_license | victord96/encephalon | 32cc2611f13e08b3bd03891033d550d100df4488 | 2d9113b1a904bbf643b93ac60e2d80cf5cf46b9a | refs/heads/master | 2023-03-29T03:20:57.706122 | 2020-06-19T12:14:01 | 2020-06-19T12:14:01 | 273,021,634 | 0 | 0 | null | 2021-03-31T22:12:29 | 2020-06-17T16:13:14 | Java | UTF-8 | Java | false | false | 918 | java | package com.devonfw.application.encephalon.collaboratormanagement.logic.api.usecase;
import java.util.List;
import org.springframework.data.domain.Page;
import com.devonfw.application.encephalon.collaboratormanagement.logic.api.to.CollaboratorEto;
import com.devonfw.application.encephalon.collaboratormanagement.logi... | [
"victor1996d@gmail.com"
] | victor1996d@gmail.com |
f6cbd4b8c739f07f40050211296a814081f2ef46 | 7a3b2503a14193c175e2e0b02261d6b8ab929c25 | /01_java/src/lec15/Test04.java | da5f5242e4f5fa3d2e7c48d3b40fc47c2e9a1339 | [] | no_license | qlccks789/Web-Study | 0ff2f3453daae5dc18c4f598fdf1037aac16251c | 06dfd1efad305078b33836c554240d06274fbca5 | refs/heads/master | 2022-12-22T13:47:09.479989 | 2019-07-28T07:21:28 | 2019-07-28T07:21:28 | 183,115,286 | 0 | 0 | null | 2022-12-16T00:26:19 | 2019-04-24T00:22:10 | Java | UTF-8 | Java | false | false | 705 | java | /**
* Stack --> LIFO ( Last In First Out)
*
* push : 입력
* pop : 데이터를 꺼내고 삭제
* peek : 꺼내고 삭제X
*/
package lec15;
import java.util.Stack;
public class Test04 {
public static void main(String[] args) {
Stack<String> s = new Stack<>();
s.push("a");
s.push("b");
s.push("c");
s.push("d");
s.push("... | [
"qlccks789@naver.com"
] | qlccks789@naver.com |
2d4f5c7a636fc894eb1502098324c40234d38698 | 29345337bf86edc938f3b5652702d551bfc3f11a | /core/src/main/java/com/alibaba/alink/params/xgboost/HasLambda.java | 41beaf666cb853cf18e868e72c9222134822908e | [
"Apache-2.0"
] | permissive | vacaly/Alink | 32b71ac4572ae3509d343e3d1ff31a4da2321b6d | edb543ee05260a1dd314b11384d918fa1622d9c1 | refs/heads/master | 2023-07-21T03:29:07.612507 | 2023-07-12T12:41:31 | 2023-07-12T12:41:31 | 283,079,072 | 0 | 0 | Apache-2.0 | 2020-07-28T02:46:14 | 2020-07-28T02:46:13 | null | UTF-8 | Java | false | false | 734 | java | package com.alibaba.alink.params.xgboost;
import org.apache.flink.ml.api.misc.param.ParamInfo;
import org.apache.flink.ml.api.misc.param.ParamInfoFactory;
import org.apache.flink.ml.api.misc.param.WithParams;
import com.alibaba.alink.common.annotation.DescCn;
import com.alibaba.alink.common.annotation.NameCn;
public... | [
"shaomeng.wang.w@gmail.com"
] | shaomeng.wang.w@gmail.com |
aa0a26f5b49030682f0f4fed7cbddb20b1ec92d3 | 54f97f2f6263c951cd475d91111cc4b7a18911f2 | /src/main/java/com/incretio/creditmanager/demo/AnnuityCredit.java | 7e06c2386aea8408e04f02489c700e67f49a877d | [] | no_license | Incretio/credit-manager | 0a8ba968ae4e25bb1397bf24425a2b6ad73cf699 | 46a1a711608dbabdb811863d1993ec8c6e4606da | refs/heads/master | 2022-05-25T02:15:37.612179 | 2020-05-02T10:35:35 | 2020-05-02T10:48:55 | 259,709,403 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,963 | java | package com.incretio.creditmanager.demo;
import com.incretio.creditmanager.util.DateUtils;
import java.text.ParseException;
import java.util.Calendar;
import java.util.Date;
import java.util.GregorianCalendar;
public class AnnuityCredit extends Credit {
public AnnuityCredit(double objectPrice, double firstPayme... | [
"oleg.rodin@gridnine.com"
] | oleg.rodin@gridnine.com |
41303b2147367979f0edd92d4804edb2b5e819e2 | 1be7f12b2d13e9e7bbd75444171a276802e0774f | /src/main/java/com/projectx/mvc/exception/repository/completeregister/UpdateMobileInDetailsAndAuthentionDetailsFailedException.java | 209a1ecf403bb51887e307868fa7cc74c1b6f1f8 | [] | no_license | DineshShende/MVC | eed992ea31a05c789c055f4254d2a655cacca528 | 9953a678b321039abca9f161047d03679742d0af | refs/heads/master | 2020-03-26T20:16:19.447925 | 2015-05-25T09:22:35 | 2015-05-25T09:22:35 | 23,736,736 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 616 | java | package com.projectx.mvc.exception.repository.completeregister;
public class UpdateMobileInDetailsAndAuthentionDetailsFailedException extends RuntimeException{
public UpdateMobileInDetailsAndAuthentionDetailsFailedException(Throwable cause) {
super(cause);
}
public UpdateMobileInDetailsAndAuthentio... | [
"dineshshe@gmail.com"
] | dineshshe@gmail.com |
6ebe9ba61b227c88e840040eb207b8bad6b5cb78 | 75aeccc2ab54af8578460d7acfd6f3f3f9823122 | /remotebundle/src/androidTest/java/com/horsege/remotebundle/ExampleInstrumentedTest.java | 01cff08ff6b00f843dbe77a7dd91fddba68dc6a8 | [] | no_license | mamingzhang/AtlasJavaTest | a44774edb70690939872aab9db16c2b62a74fc99 | 04faace6f168352dd8c9474163353d1344132575 | refs/heads/master | 2021-01-21T00:08:01.184006 | 2017-09-08T01:44:38 | 2017-09-08T01:44:38 | 101,861,064 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 757 | java | package com.horsege.remotebundle;
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.*;
/**
* Instrumentation test, which will execute on an And... | [
"mamingzhang@shuzijiayuan.com"
] | mamingzhang@shuzijiayuan.com |
6a79b0a0413765ae80d752bd6641f293f99564a9 | 3350694b33e2e065ce6902bd924bf0cf0c9d9dea | /lagou_edu_home_parent/ssm-dao/src/main/java/com/lagou/dao/PromotionAdMapper.java | a6852083c2e6a71a0de0e7df27274c490a55ee47 | [] | no_license | lahayla/repo2 | f2180746b16eacba8f9155f1571bdd5fb7a04053 | 4643bc12869fb5792c3fe7230dcc6f95ade223f9 | refs/heads/master | 2023-06-22T14:24:54.563882 | 2021-07-16T08:22:28 | 2021-07-16T08:22:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 698 | java | package com.lagou.dao;
import com.lagou.domain.PromotionAd;
import java.util.List;
/**
* @author liu
* @description 广告Dao层接口
* @date 2021/7/13 20:44
*/
public interface PromotionAdMapper {
/*
分页查询广告信息
*/
List<PromotionAd> findAllPromotionAdByPage();
/*
修改广告状态
*/
void up... | [
"2237306579@qq.com"
] | 2237306579@qq.com |
da09eb17301859e90f6ccfea4cf42d87fa1d020f | 61362251437056dec025b96785f2ef9fa040c584 | /streams-core/src/main/java/org/apache/streams/core/StreamsFilter.java | 11e9539c03007a3357884896020b2336822312f3 | [
"Apache-2.0"
] | permissive | w2ogroup/incubator-streams | 3dcf0b2ad70e671435fd6adff72610b7c55453fa | 93a603c3e530b5a3b25f78a086d664c22136b786 | refs/heads/master | 2023-08-23T01:15:18.157221 | 2015-10-15T18:19:54 | 2015-10-15T18:19:54 | 19,159,644 | 0 | 1 | Apache-2.0 | 2023-08-07T19:27:35 | 2014-04-25T20:26:15 | Java | UTF-8 | Java | false | false | 1,257 | 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 ... | [
"sblackmon@unknown"
] | sblackmon@unknown |
2a2f514991e8522aa2180591264c989bdab13f65 | f54bf6528178972c4860c67689a07d0fdc9cd367 | /src/main/java/com/openpojo/reflection/java/bytecode/asm/ASMService.java | 0d4640f9a1848fc11dff78fc093be840c6c699eb | [
"Apache-2.0"
] | permissive | mustaphazorgati/openpojo | 8701eefba1cd46249d33a50c00ed7cdcac43a18c | 23678f8859bdc767c20861dd143a0af1f3f2fc9f | refs/heads/master | 2023-04-20T13:20:33.336691 | 2021-05-16T00:08:22 | 2021-05-16T00:08:22 | 358,039,597 | 0 | 0 | Apache-2.0 | 2021-05-17T01:05:59 | 2021-04-14T20:53:49 | Java | UTF-8 | Java | false | false | 2,950 | java | /*
* Copyright (c) 2010-2018 Osman Shoukry
*
* 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... | [
"oshoukry@openpojo.com"
] | oshoukry@openpojo.com |
063dcafb485b926655db3d6b957d9e48151e6472 | c6b0df8dfbe675dd3a7fa2fee296fcdff315e54a | /core/src/test/java/org/elasticsearch/search/slice/SliceBuilderTests.java | 554b9436e58a7353654fbce4b38a347c3a7fb51c | [
"Apache-2.0"
] | permissive | arjungulzzz/elasticsearch | e70676797d1a47fef6281af047bb79d1465dd5c9 | 762bbdbd0c047321e1464bbbd88b76378c99d78f | refs/heads/master | 2021-01-21T00:12:28.367366 | 2016-06-07T21:07:37 | 2016-06-07T21:07:37 | 60,669,837 | 1 | 0 | null | 2016-06-08T05:05:19 | 2016-06-08T05:05:19 | null | UTF-8 | Java | false | false | 15,822 | java | /*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this fi... | [
"jim.ferenczi@elastic.co"
] | jim.ferenczi@elastic.co |
7d5226139b6ec3b407ce1105fcbb6f57008f0d4e | d0cdb298c4ff691cd71f2cdb7900dcdeb6156cad | /app/src/main/java/com/flickerapp/database/FlickerDbTableSchema.java | 34b7167c19dc5447bdf3cb19246046969253e63e | [] | no_license | anup316/FlickrApp | 5275ba2c7dac15db2e5c2e2eb3172cbf5dfa12c1 | dba78cc500b6dcc3f37d94041fdbce3aea7dde56 | refs/heads/master | 2020-03-27T03:27:03.039107 | 2018-08-24T12:06:37 | 2018-08-24T12:06:37 | 145,863,389 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 348 | java | package com.flickerapp.database;
import com.flickerapp.utility.Constants;
public class FlickerDbTableSchema {
public static final String DATABASE_CREATE_PLATE_INFO = "create table if not exists " + Constants.FLICKER_PHOTO_TABLE + "("
+ Constants.V_ID + " string PRIMARY KEY null, " + Constants.V_IMAGE... | [
"anup.lal@ARICENT.COM"
] | anup.lal@ARICENT.COM |
d76e112dffe999712b9a9bd2491ea07a2e76345f | aecc16a768cfdc487760e30872ee4a5076fb6b89 | /3 course/1 semester/Course/projects/1/project/ServerCourseWork/src/database/AbstractFactory.java | 3f4ad8737e27118507a9b591dce20547a3a64eef | [] | no_license | SKupreeva/University | 30e0e6d2f8c40a7e3b8b0d1430e78a4df89a93da | 70c4fff1f352585e771a6ac3a6850731c030fb1e | refs/heads/master | 2023-08-15T04:36:24.523246 | 2021-09-29T21:00:19 | 2021-09-29T21:00:19 | 306,969,486 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 474 | java | package database;
public abstract class AbstractFactory {
public abstract SQLUsers getUsers();
public abstract SQLPlane getPlane();
public abstract SQLSchedule getSchedule();
public abstract SQLRout getRout();
public abstract SQLDate getDate();
public abstract SQLIndexOfPrice getIndexOfPrice();... | [
"kupreeva218@gmail.com"
] | kupreeva218@gmail.com |
5bb80a8da9e7e3354aeaa6bedae98bbdd6dd76fa | fa93c9be2923e697fb8a2066f8fb65c7718cdec7 | /sources/com/yandex/mobile/ads/impl/mn.java | 02cdce2d31e291155e4a6a285528b7f8527bade4 | [] | no_license | Auch-Auch/avito_source | b6c9f4b0e5c977b36d5fbc88c52f23ff908b7f8b | 76fdcc5b7e036c57ecc193e790b0582481768cdc | refs/heads/master | 2023-05-06T01:32:43.014668 | 2021-05-25T10:19:22 | 2021-05-25T10:19:22 | 370,650,685 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,680 | java | package com.yandex.mobile.ads.impl;
import android.support.annotation.NonNull;
import com.yandex.mobile.ads.nativeads.MediaView;
public final class mn extends mf {
@NonNull
private final ml<es, ov> a;
public mn(@NonNull MediaView mediaView, @NonNull mh mhVar) {
super(mediaView);
this.a = n... | [
"auchhunter@gmail.com"
] | auchhunter@gmail.com |
0522b0b69c8fed47bee14aa5a704139c0ef3938c | 20f098a5364c0dcd2e1ce6871dc5801a89283f38 | /SmartScreenLock_Branch/src/com/cc/huangmabisheng/model/AppIntroMap.java | 4ad27a4d47c01ae9508d2c34d170adac9c77c51d | [] | no_license | kingzqwang/my_hackathon | c4a8969250a35259e7cf55378b20cf021e067afc | 1e77f6a402fecd78f23b1fbe9d8c936e18ec1f7d | refs/heads/master | 2020-04-11T03:01:21.724450 | 2014-08-07T07:34:07 | 2014-08-07T07:34:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,959 | java | package com.cc.huangmabisheng.model;
import java.io.File;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import android.content.Context;
i... | [
"876325975@qq.com"
] | 876325975@qq.com |
e1a1d88d36d16b9e648b863a043b038c1d8d4bf1 | 76910e26b7074963372fc3d4dd0a318f4830bfcd | /Hashmap/src/java_hashmap/TipeLain.java | aca47c4f3b4ff8956f6903559738613d80c9efb0 | [] | no_license | syahrulridho/TUGAS-AKHIR-OOP | a6561d3fe2b7c35de0701cd73554bed88be01d08 | d36fec17d7dfb173b7fd3832c32382bdc3f2c97a | refs/heads/master | 2020-12-11T03:02:53.978898 | 2020-01-14T07:09:17 | 2020-01-14T07:09:17 | 233,773,435 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 758 | 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 java_hashmap;
/**
*
* @author windows
*/
// Import the HashMap class
import java.util.HashMap;
public cl... | [
"noreply@github.com"
] | noreply@github.com |
10c6b8098a2ef275242460d00bd0a7a278e20ca8 | cbc90a04b310a2d619a417f3904298a23794c7e5 | /Android/AndroidFlowerDetection-0618/app/src/main/java/com/test/flowerdetection/Config.java | d7db8d7c53ea7b2241981ef3903bfc554a10fcd5 | [] | no_license | xinseesea/Android_Flower_Detection | 5284f5442146bb8d60e478a9c662fd6b5d0dcf7c | 6809cbd1c19b626faa5d1fca10eefd0db77963af | refs/heads/master | 2022-11-28T06:20:55.372889 | 2020-08-04T04:25:47 | 2020-08-04T04:25:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 136 | java | package com.test.flowerdetection;
public class Config {
public static final String IMAGE_DIRECTORY_NAME = "Android File Upload";
}
| [
"pingchen900807@gmail.com"
] | pingchen900807@gmail.com |
eb039b39b1271fbdcb4d932c837d357cad74e1b5 | 74b47b895b2f739612371f871c7f940502e7165b | /aws-java-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/DetectProtectiveEquipmentRequest.java | d87e630d853c6360838692a132c30aa326d14201 | [
"Apache-2.0"
] | permissive | baganda07/aws-sdk-java | fe1958ed679cd95b4c48f971393bf03eb5512799 | f19bdb30177106b5d6394223a40a382b87adf742 | refs/heads/master | 2022-11-09T21:55:43.857201 | 2022-10-24T21:08:19 | 2022-10-24T21:08:19 | 221,028,223 | 0 | 0 | Apache-2.0 | 2019-11-11T16:57:12 | 2019-11-11T16:57:11 | null | UTF-8 | Java | false | false | 6,308 | java | /*
* Copyright 2017-2022 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... | [
""
] | |
c41496c69d1bc20cf68eeb529f0d4490e7b46827 | b2ba372b18a4c758a65eb1dfa5b1ac24ed2f0311 | /Framework/GamePad.java | 48a43a89afcd5fa0508f05ca25477b708ec4f613 | [] | no_license | Atomatrons/VirtualAtomobot | 1721cb848c4ea7f79cf6ff5d313a95b3442c3599 | 3bd651a2478c25ca0b3fbbd196cf1a95f100448b | refs/heads/master | 2023-08-11T11:22:08.833917 | 2021-09-28T03:57:05 | 2021-09-28T03:57:05 | 411,130,363 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,889 | java | package shiva.virtualatomobot;
import java.util.*;
public class GamePad {
private String name;
public float left_stick_x;
public float left_stick_y;
public boolean left_stick_button;
public float right_stick_x;
public float right_stick_y;
public boolean right_stick_button;
public boolean a;
publi... | [
"55003931+Atomatrons@users.noreply.github.com"
] | 55003931+Atomatrons@users.noreply.github.com |
86759b8d71149d6f93daf75d445fe01b1eac92bf | 2a9988d4e3e6517ee62b68efd3319546e58ad2bc | /book-service/src/main/java/io/github/wellingtoncosta/sescomp/bookservice/app/web/controller/BookController.java | d8d0d1a51b24c0913adb7f152999f7a7501dc8b1 | [
"MIT"
] | permissive | wellingtoncosta/spring-cloud-microservices | 16a3e87bf6f52e4a7eb141e950460a2839ff79f4 | d686fc94063b4fd66bac332cd7820579be682ebd | refs/heads/master | 2020-08-11T03:34:17.150592 | 2019-10-11T16:54:24 | 2019-10-11T16:54:24 | 214,482,994 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,055 | java | package io.github.wellingtoncosta.sescomp.bookservice.app.web.controller;
import io.github.wellingtoncosta.sescomp.bookservice.app.web.dto.BookDto;
import io.github.wellingtoncosta.sescomp.bookservice.domain.service.BookService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.... | [
"wellington.costa128@gmail.com"
] | wellington.costa128@gmail.com |
e1ca3700bf51976223670be436d381771de99628 | 6e57bdc0a6cd18f9f546559875256c4570256c45 | /cts/hostsidetests/deviceidle/src/com/android/cts/deviceidle/DeviceIdleWhitelistTest.java | bdba196e1e777df53510cd3568a4a2f1719f605d | [] | no_license | dongdong331/test | 969d6e945f7f21a5819cd1d5f536d12c552e825c | 2ba7bcea4f9d9715cbb1c4e69271f7b185a0786e | refs/heads/master | 2023-03-07T06:56:55.210503 | 2020-12-07T04:15:33 | 2020-12-07T04:15:33 | 134,398,935 | 2 | 1 | null | 2022-11-21T07:53:41 | 2018-05-22T10:26:42 | null | UTF-8 | Java | false | false | 3,910 | java | /*
* Copyright (C) 2017 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... | [
"dongdong331@163.com"
] | dongdong331@163.com |
5908567e008dacfc0242bc0a3f29815ccbe650ca | 6dacfdf63b1aee9f5afc166c83c5b4b46304b5e4 | /orderFood/src/main/java/com/niit/foodorder/rest/UserRestController.java | 64ec2d402f265c6f218007cd0c6b70787372aab6 | [] | no_license | Vartika8/AngularMeal-Spring | 331919ba86345cf2f6739809328549e1dd377fdf | 8027c5a9f80ce34baec2957486d8cd24b664322a | refs/heads/master | 2022-09-21T11:18:58.799116 | 2020-06-03T13:19:52 | 2020-06-03T13:19:52 | 256,936,302 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,733 | java | package com.niit.foodorder.rest;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springfram... | [
"60868327+Jatin-Puri@users.noreply.github.com"
] | 60868327+Jatin-Puri@users.noreply.github.com |
c4dcb6c0928c5644570cb8a3249441939df0bbec | c8aae03321bcef1b219fb17c015503becd52085c | /cdi/exercise1/src/test/java/com/mitrais/bootcamp/cdi/exercise1/Test1.java | 08207567e12a6ac60ad9ffd6404515aa364c273e | [] | no_license | made-susantho/exercises | d0c12ba32543532498b3922a8690632f2e73b0ec | 0a961895f7d4adb0ac0208b5ff488772196d64b8 | refs/heads/master | 2021-01-17T21:02:20.114711 | 2016-04-28T09:25:14 | 2016-04-28T09:25:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,110 | java | package com.mitrais.bootcamp.cdi.exercise1;
import com.mitrais.bootcamp.cdi.common.payment.BitCoinGateway;
import com.mitrais.bootcamp.cdi.common.payment.CashGateway;
import com.mitrais.bootcamp.cdi.common.payment.GenericPaymentService;
import com.mitrais.bootcamp.cdi.common.payment.PaymentService;
import com.mitrais.... | [
"kustian@mitrais.com"
] | kustian@mitrais.com |
6a302a2b94c2af2702b81793a3e210b6f0bf10c7 | 52d3dbe2ce681b0489776c00026cf6914bf6314e | /demo-service-consumer-ribbon/src/main/java/jj/fly/spring/cloud/demo/consumer/ribbon/ConsumerRibbonCustomApplication.java | 5472ebfa673a8b4e886aefa79edd0616bf668662 | [] | no_license | jiangjun0130/spring-cloud-demo | 5596729ef4a80d9945d7c3a31e7d8e253a299a9c | 4e7b362f3f811d3ca682fdbfefa1177acbca067a | refs/heads/master | 2021-09-01T19:21:05.583581 | 2017-12-28T12:03:53 | 2017-12-28T12:03:53 | 115,619,153 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,037 | java | package jj.fly.spring.cloud.demo.consumer.ribbon;
import jj.fly.spring.cloud.demo.consumer.config.TestConfiguration;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.cloud.client.loadbalancer.LoadBalanced;
... | [
"jiangjun@guozi"
] | jiangjun@guozi |
80d1ee9af2cee6f5dc3c54a783f5a1042a0a30c7 | 5808754e06773ee35ce51e7d6f15830dcaa1f610 | /data/src/main/java/com/kramar/data/dbo/UserDbo.java | 9f11a173cc9e73a88b88877593ec89ef96bcc2a3 | [] | no_license | KramerIT/baraholka | 0aebc25e61acee2ca25290bbb39e43e63d0a1653 | 3b7a6c79479939648cfcfcc1ed5a361939b6a57b | refs/heads/master | 2021-07-18T18:59:41.161409 | 2017-10-24T17:27:17 | 2017-10-24T17:27:17 | 104,470,126 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,224 | java | package com.kramar.data.dbo;
import com.kramar.data.type.UserRole;
import com.kramar.data.type.UserStatus;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.NoArgsConstructor;
import javax.persistence.*;
import java.util.List;
import java.util.UUID;
@Entity
@Table(name = "users")
@Data
@NoArgsConstr... | [
"y.kramar@gpsolutions.com"
] | y.kramar@gpsolutions.com |
aaab191d9483a3b6d905dd30f8fba106fc26f51f | 64549db26c8409600023a13ad566126eda265e77 | /AppProgrammer.java | 28c6c7e9cea528b17db5b2d17de7cd1430fd0e19 | [] | no_license | p0drickpayne/ITHS-uppgifter | 8bfc203398a28e8c60fb35d247d11b9f7d0e6fb2 | 42a9fff6c00a4d9b1721ae0a6bb05f8f5a66f1d5 | refs/heads/master | 2020-07-15T23:16:28.349415 | 2019-09-19T17:51:15 | 2019-09-19T17:51:15 | 205,669,759 | 0 | 0 | null | 2019-09-19T17:55:10 | 2019-09-01T11:56:01 | Java | UTF-8 | Java | false | false | 82 | java | package com.company;
public class AppProgrammer extends DotNetProgrammer {
}
| [
"noreply@github.com"
] | noreply@github.com |
917dfdb9eb71fd57e258b85819b201d926ba4816 | eed172282d200f26109766a6eff9cf8e60000d32 | /src/test/java/br/com/pedrosa/api/SaleServiceTest.java | 8d3ea91c2b1125b7afee4034de5d71076894dc8c | [] | no_license | fabiopedrosa1980/api-demo | a0d0f6ca51dadeb5146815a1a531347d45cf2b2f | 61d60ff864d40d696b079ac02b142d45beb9405a | refs/heads/master | 2020-04-29T09:24:56.562064 | 2019-06-15T16:17:54 | 2019-06-15T16:17:54 | 176,024,018 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,361 | java | package br.com.pedrosa.api;
import static org.junit.Assert.assertNotNull;
import java.util.HashSet;
import java.util.Set;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.spri... | [
"bito.pedrosa@gmail.com"
] | bito.pedrosa@gmail.com |
597478d77bc06341a630eab161b511e56260902c | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/orientechnologies--orientdb/7eee8cbbfecaf3345a7a80a55b74f2225ffbd60f/before/ODistributedWorker.java | 01182e542b092c662ee6ef6306134f9a1ff208d5 | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,747 | java | /*
*
* * Copyright 2010-2016 OrientDB LTD (http://orientdb.com)
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* *
* * http://www.apache.org/licenses/LICENSE... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
2f56ecca2a6c5062ee38847485f739050e80d028 | 62c86862658badb07b92e5b304f012f675f6a14a | /src/java/Controller/OdemeController.java | 4512e0cd243f8aa85b76a3d7593794392f0c2a2b | [] | no_license | beyanerrahim/otel | df105ea164d1ccf8999e4b805fc65e32d74f63bd | 381d0601421572d35db8a95b38c632d820c627b9 | refs/heads/master | 2022-10-22T02:30:17.166186 | 2020-06-16T19:51:11 | 2020-06-16T19:51:11 | 272,798,186 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,268 | java |
package Controller;
import Dao.OdemeDAO;
import Dao.musteriDao;
import Entity.Musteri;
import Entity.Odeme;
import java.io.Serializable;
import java.util.List;
import javax.enterprise.context.SessionScoped;
import javax.inject.Named;
@Named
@SessionScoped
public class OdemeController implements Ser... | [
"63136137+beyanerrahim@users.noreply.github.com"
] | 63136137+beyanerrahim@users.noreply.github.com |
f27ed0caa94740d6ef69e8fb9fb96bed934bd4da | 74153e5d64194897940bd4dce572687312780d52 | /TenableInterview/backend/src/main/java/tenable/interview/ApplicationStartup/ServletInitializer.java | 271fb8c51ba4ee65bda18871e6c428fb8c6c5606 | [] | no_license | danlesko/Tenable-Challenge | 6d1ef23cc40d535fc75f61341313e9ecddbace1b | cf4cfe27dd08b2c6602ecc2d94d6e32e75416d4e | refs/heads/master | 2021-06-17T20:12:38.631989 | 2017-05-02T04:30:23 | 2017-05-02T04:30:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 448 | java | package tenable.interview.ApplicationStartup;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.support.SpringBootServletInitializer;
public class ServletInitializer extends SpringBootServletInitializer {
@Override
protected SpringApplicationBuilder... | [
"dale2@umbc.edu"
] | dale2@umbc.edu |
129b23a129dd2047f5e13738277e9a3d82481f2e | e7e497b20442a4220296dea1550091a457df5a38 | /java_workplace/sns-xiaonei/xiaonei-guide/branches/shuguo.zhang/trunk/src/main/java/com/xiaonei/reg/guide/action/NoStageFillInfoAction.java | 0148ea93c48b63577e506eecdb214cc503e2daf1 | [] | no_license | gunner14/old_rr_code | cf17a2dedf8dfcdcf441d49139adaadc770c0eea | bb047dc88fa7243ded61d840af0f8bad22d68dee | refs/heads/master | 2021-01-17T18:23:28.154228 | 2013-12-02T23:45:33 | 2013-12-02T23:45:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,575 | java | /**
*
*/
package com.xiaonei.reg.guide.action;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.commons.lang.StringUtils;
import org.apache.struts.action.ActionForm;
impor... | [
"liyong19861014@gmail.com"
] | liyong19861014@gmail.com |
e7c1c97a74c100476b87e7413d7b57098846bd50 | 708f214c079455baf1c25d2e5bb16920e7b4d436 | /Game_01/src/com/pa/world/FloorTile.java | 4170de4807c90f21ecb38e286ae40f9391cc2f72 | [] | no_license | LostReny/Zelda_clone | 5d1547184dbf56f57de3543a972729693389cd63 | d2b7f0562c3332ca2aba2827b46c310dd5ee0a36 | refs/heads/main | 2023-07-02T18:45:35.837592 | 2021-07-28T23:14:32 | 2021-07-28T23:14:32 | 351,219,944 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 185 | java | package com.pa.world;
import java.awt.image.BufferedImage;
public class FloorTile extends Tile {
public FloorTile(int x, int y, BufferedImage sprite) {
super(x, y, sprite);
}
}
| [
"68451719+LostReny@users.noreply.github.com"
] | 68451719+LostReny@users.noreply.github.com |
35c35b9378e0402995301b78aabdfa77b9eb6c7f | fe5c89d2bbeb16546f490b1ec71068f466d1363a | /blog/src/test/java/cn/fenrana/blog/BlogApplicationTests.java | 2c822458927949eabe6f3d71f8be97bcf48b8b29 | [] | no_license | Fenranaa/fenrana-blog | 8ed26c3e0ddc5f4be8aa41930db63178374432d2 | 327fd457fc230f9580b3ab68539c966f1bae591b | refs/heads/master | 2023-01-20T11:02:38.828312 | 2021-03-14T06:20:34 | 2021-03-14T06:20:34 | 238,834,118 | 0 | 0 | null | 2023-01-06T02:32:16 | 2020-02-07T03:15:13 | Vue | UTF-8 | Java | false | false | 1,459 | java | package cn.fenrana.blog;
import cn.fenrana.blog.entity.Tag;
import cn.fenrana.blog.mapper.ArticleCategoryMapper;
import cn.fenrana.blog.mapper.ArticleMapper;
import cn.fenrana.blog.mapper.ArticleTagMapper;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.spr... | [
"fenranaa@gmail.com"
] | fenranaa@gmail.com |
8d6cc1641093d2d34b72c3cb83b3d405da0b8d23 | 4ff94b58cf007b64e8d7f01214f9ba4200123c44 | /src/test/groovy/com/docutools/assignees/AssigneesRequests.java | 12542fc79cfcf3e7d2446aad22b1d693a024d17e | [] | no_license | 8secz-johndpope/users | 82908fffa6d4b5fc6ef2397265bb9e48b582cba6 | 53903317283964090dd69fb914d8533e88f00b90 | refs/heads/master | 2022-01-19T03:26:50.225437 | 2019-07-22T11:33:14 | 2019-07-22T11:33:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,781 | java | package com.docutools.assignees;
import com.docutools.users.DocutoolsUser;
import com.docutools.team.MembershipState;
import com.docutools.contacts.ProjectContact;
import com.docutools.team.TeamMembership;
import com.docutools.contacts.ProjectContactRepository;
import com.docutools.team.TeamMembershipRepo;
import com.... | [
"vikram.singh@daffodilsw.com"
] | vikram.singh@daffodilsw.com |
63dd9685711188b9bfff53af51a57843f6a425ba | 8493769ffcb33aa4e70e57e76619b8d82d7c0788 | /starting/src/main/java/ru/example/lesson1/Main.java | ab50e8761ee8c482c1dcaebaeae94ad2c8c8948a | [] | no_license | MarsMoldobekov/AlgorithmsAndDataStructures | a18f7c32b1dc1393b5b49c4645222bf5ecc551cc | 18936717c8f9e4730ad6c1f9b3fa38d07cb16ca8 | refs/heads/master | 2023-04-04T03:47:03.324189 | 2021-04-16T12:27:22 | 2021-04-16T12:27:22 | 350,084,690 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,022 | java | package ru.example.lesson1;
import java.util.Arrays;
import java.util.Random;
public class Main {
private static record Person(String name) {
}
private static final int ARRAY_SIZE = 400;
public static void main(String[] args) {
/*
Задание 2.1
На основе программного кода ... | [
"marsmoldobekov13144@gmail.com"
] | marsmoldobekov13144@gmail.com |
1d5fd3e34526d035d32184384ee5547ab51b37da | 52dd0f65135edc1aa57e36d5d4de5db9fde51c3b | /TwitterExtractor/src/persistence/entities/hibernate/RegularRecommendationID.java | 811eb3418c56cb09c762e69eda21153c373d8d46 | [] | no_license | mitchbr91/Semantic-Recommendation---Master | a380ce61418db16e6369d04001864318b293a962 | c7893252fdbd882a74183ceaa8ef41fffd404a39 | refs/heads/master | 2021-01-19T03:51:41.864417 | 2016-12-06T01:12:30 | 2016-12-06T01:12:30 | 50,472,778 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,517 | java | package persistence.entities.hibernate;
import javax.persistence.Column;
import javax.persistence.Embeddable;
@Embeddable
public class RegularRecommendationID implements java.io.Serializable{
/**
*
*/
private static final long serialVersionUID = 1L;
@Column(name = "user_id")
private Long us... | [
"s.sjmick@gmail.com"
] | s.sjmick@gmail.com |
5d0cec37db86d9859c023792cf8fdd458b316bfd | c34c16c923802c7bd63ba7666da7406ea179c8db | /百联-android-20210807/az/skWeiChatBaidu/src/main/java/com/ydd/im/audio/MessageEventVoice.java | b70c132aa7a6420ce25b417b942c0949f8c40a0b | [] | no_license | xeon-ye/bailian | 36f322b40a4bc3a9f4cc6ad76e95efe3216258ed | ec84ac59617015a5b7529845f551d4fa136eef4e | refs/heads/main | 2023-06-29T06:12:53.074219 | 2021-08-07T11:56:38 | 2021-08-07T11:56:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 304 | java | package com.ydd.im.audio;
/**
* Created by Administrator on 2017/6/26 0026.
*/
public class MessageEventVoice {
public final String event;
public final long timelen;
public MessageEventVoice(String event, long timelen) {
this.event = event;
this.timelen = timelen;
}
} | [
"xiexun6943@gmail.com"
] | xiexun6943@gmail.com |
0c2af10148bb5e94ebb63633a707c4f20d98b781 | 0a9ea6bf15b0899c6ff851f0c80e3646f09d2cac | /src/vrpApp/Main.java | e380a6561d7e9f80a42025ee3e156a9b7ea88e0b | [] | no_license | ecobost/VRPTec | 6f5a401d0ef8835fc9f6d56ddf581b8c96cf63c2 | dd45c26b751eb2f270c6d68cd437b0b2581c6fc6 | refs/heads/master | 2021-01-24T23:01:00.944870 | 2015-09-26T08:50:41 | 2015-09-26T08:50:41 | 27,244,879 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 282 | java | package vrpApp;
public class Main {
public static void main(String[] args) {
Controller controller = new Controller();
final GUI gui = new GUI(controller);
java.awt.EventQueue.invokeLater(new Runnable() {
public void run() {
gui.setVisible(true);
}
});
}
}
| [
"ecobos21@hotmail.com"
] | ecobos21@hotmail.com |
b024254a07a06ea8ce78d0152df96e92c3e884c8 | 9c66f726a3f346fe383c5656046a2dbeea1caa82 | /myrobotlab/src/org/myrobotlab/oculus/lwjgl/models/RawModel.java | c7386259478e6a64033a1a182886b5d3e0edba5b | [
"Apache-2.0"
] | permissive | Navi-nk/Bernard-InMoov | c6c9e9ba22a13aa5cbe812b4c1bf5f9f9b03dd21 | 686fa377141589a38d4c9bed54de8ddd128e2bca | refs/heads/master | 2021-01-21T10:29:28.949744 | 2017-05-23T05:39:28 | 2017-05-23T05:39:28 | 91,690,887 | 0 | 5 | null | null | null | null | UTF-8 | Java | false | false | 686 | java | package org.myrobotlab.oculus.lwjgl.models;
/**
* Object representing an untextured model.
*
* @author kwatters
*
*/
public class RawModel {
// the vertex array object id
private int vaoID;
// count of vertices
private int vertexCount;
// constructor
public RawModel(int vaoID, int vertexCount) {
... | [
"naval.kumar99@gmail.com"
] | naval.kumar99@gmail.com |
a57baddd1187dd34572ba5a2b82c70d593e975e7 | d2e042565654b3e75cc710b6b9c64a6b73d36fbf | /springboot/src/main/java/com/ustglobal/springboot/service/EmployeeServiceImpl.java | cfc1f1d61345946dd40b2cc31dc63906a618cb04 | [] | no_license | Abhipsha8/USTGlobal-16Sep19-Abhipsha-Satpathy | 97cda1f944c781f809b7f69da21b1fb33d064c67 | 52836cd16c3370950da2241e313e6577214255d0 | refs/heads/master | 2023-01-09T00:38:44.198535 | 2019-12-21T14:06:46 | 2019-12-21T14:06:46 | 215,537,537 | 0 | 0 | null | 2023-01-07T17:14:22 | 2019-10-16T12:01:01 | JavaScript | UTF-8 | Java | false | false | 1,137 | java | package com.ustglobal.springboot.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.ustglobal.springboot.dao.EmployeeDAO;
import com.ustglobal.springboot.dto.EmployeeBean;
//@Service
public class EmployeeServiceImpl... | [
"abhipsha.satpathy1998@gmail.com"
] | abhipsha.satpathy1998@gmail.com |
4c117398530759f78dd7f017349c2e4c369d61f3 | 42b6141554181cda2db10f5b74be5b3a06af0456 | /src/main/java/duke/Storage/TaskListEncoder.java | 001c60c40a0d82c4962a8400c2347402867943ea | [] | no_license | franceneee/ip | 97e803b574ef0ba1e30bd70c7727b49bfe9e2e02 | 76d98438ce83345cd091ddfa58de5bd3adefe40c | refs/heads/master | 2022-12-27T01:26:40.899653 | 2020-09-28T04:04:04 | 2020-09-28T04:04:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,149 | java | package duke.Storage;
import duke.task.Deadline;
import duke.task.Event;
import duke.task.Task;
import duke.task.ToDo;
/**
* Encodes TaskList data into a data file for storage.
*/
public class TaskListEncoder {
/**
* Formats the task to be printed in text file.
*
* @param task task to be formatte... | [
"francenemooi@gmail.com"
] | francenemooi@gmail.com |
6349be8cbd4c2bf9c02c411ddb21286f31f1566a | e769b94e358f154a0364ff98b68b453ceb41933a | /src/main/java/com/course/model/dataCase.java | f7a54025024cfe698758a09221f340b79557b1af | [] | no_license | Lvt-f/InterFaceAutomation | bb0338469049615fd8df99a3a8d44c90b8f570e1 | 51e6bab802bdff460cc7067390040034d710ebc4 | refs/heads/master | 2020-04-28T00:55:37.914651 | 2019-03-10T14:31:23 | 2019-03-10T14:31:23 | 174,834,247 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,757 | java | package com.course.model;
//解绑时所需的数据
public class dataCase {
private String fsseed;
private String fsshopguid;
private String fsshopstauts;
private String fstoken;
private String fsupdatetime;
public String getFsseed() {
return fsseed;
}
public void setFsseed(String fss... | [
"vincent@Vincent.local"
] | vincent@Vincent.local |
c9e7c020390743f14d129a8568e3be64fc71fd95 | c7981c1d8d3398a0a3a6f8a10fe6aeae89368550 | /spring-boot/spring-boot-payment/src/main/java/tw/waterball/ddd/waber/springboot/payment/presenters/PaymentPresenter.java | 27010ba8ebaa27155e2cddc562633a249f03b878 | [] | no_license | trend-ouki-wang/Waber | 0974e7a57baf8bd482de13598cdf292ae7a7ffcb | bae73379baf18a3a47188e21c344f4725cd0117b | refs/heads/master | 2023-06-10T07:35:43.761588 | 2021-06-29T08:50:09 | 2021-06-29T08:50:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 589 | java | package tw.waterball.ddd.waber.springboot.payment.presenters;
import tw.waterball.ddd.model.payment.Payment;
import tw.waterball.ddd.waber.api.payment.PaymentView;
import tw.waterball.ddd.waber.pricing.usecases.CheckoutPayment;
/**
* @author Waterball (johnny850807@gmail.com)
*/
public class PaymentPresenter implem... | [
"johnny.pan@linecorp.com"
] | johnny.pan@linecorp.com |
f348e308a20ef5b40a1182d304dccf3caf8bc377 | fc180e591e97ac0bd02c345570c3bd66a1c0de64 | /lms/lms-spi/src/main/java/com/github/shimonxin/lms/spi/subscriptions/Token.java | bdb103efbfa16fd2274c77720790eb7d99042172 | [
"Apache-2.0"
] | permissive | shimonxin/light-mqtt-server | e9ff870faa8f72f71782b0f24ab4aa69b78ff2ca | 2a28fe74b75f8ab63e4ad467ba1d816537579729 | refs/heads/master | 2021-01-23T07:30:08.160788 | 2021-01-12T23:47:52 | 2021-01-12T23:47:52 | 15,390,496 | 10 | 10 | null | 2021-01-12T23:38:49 | 2013-12-23T07:54:13 | Java | UTF-8 | Java | false | false | 1,217 | java | package com.github.shimonxin.lms.spi.subscriptions;
public class Token {
public static final Token EMPTY = new Token("");
public static final Token MULTI = new Token("#");
public static final Token SINGLE = new Token("+");
String name;
public Token(String s) {
name = s;
}
public String na... | [
"shimon.xin@gmail.com"
] | shimon.xin@gmail.com |
6076f3f48bcce7816f0fa247f8a1717abe815493 | 43067c59ecd06c166c65c3a03252dbc5877aaa34 | /src/main/java/repository/jdbc/util/actions/impl/ProjectDeleteAction.java | 37dded6a4a5923df6f65b6bd1cbba25062a69572 | [] | no_license | agarkovand/pms | 47ed59f4f0ef0433b619119dc23a41082f2bb694 | 40dfb7bae994bc9c50548cd2e57efc4259bdf873 | refs/heads/master | 2020-03-21T04:02:17.483561 | 2018-07-07T17:39:10 | 2018-07-07T17:39:10 | 138,087,084 | 0 | 0 | null | 2018-07-07T17:39:11 | 2018-06-20T21:21:00 | null | UTF-8 | Java | false | false | 534 | java | package repository.jdbc.util.actions.impl;
import java.sql.Connection;
import model.Project;
import repository.exception.DAOException;
import repository.jdbc.util.actions.ProjectAction;
public class ProjectDeleteAction
extends ProjectAction {
public ProjectDeleteAction(Project existingProject) {
this.project ... | [
"agarkovand@gmail.com"
] | agarkovand@gmail.com |
3a32a3384f136017c0f7563e5d5076cd418864ee | f8b745ef5159a9cb496508fd3bf6d7cdd4c487bb | /spring/src/main/java/com/zhaolin81/spring/framework/configproperties/annotation/bean/IBean.java | 420a6c01784dcc607129bb7f66ee31ec0737f4ee | [
"Apache-2.0"
] | permissive | zhaolin81/tutorial | 73078e0ec95b45dca44efd5e05651279a96f17c5 | 6841586186e510550deacbb5744cc2a214f38b2d | refs/heads/master | 2020-03-11T01:39:02.143282 | 2018-04-26T11:34:52 | 2018-04-26T11:34:52 | 129,697,614 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 273 | java | package com.zhaolin81.spring.framework.configproperties.annotation.bean;
/**
* Created by zhaolin on 4/16/2018.
*/
public interface IBean {
public String getData();
public void setData(String data);
public int getNum();
public void setNum(int num);
}
| [
"zhaolin@ekeyfund.com"
] | zhaolin@ekeyfund.com |
6bc8b3ab508f8454f09cd18f38534865c4487481 | 39e32f672b6ef972ebf36adcb6a0ca899f49a094 | /dcm4jboss-all/tags/DCM4CHEE_2_9_4/dcm4jboss-sar/src/java/org/dcm4chex/archive/util/XSLTUtils.java | bd030f8e2b38d48b0ed7a5f29a1b1b0b0210379c | [
"Apache-2.0"
] | permissive | medicayun/medicayundicom | 6a5812254e1baf88ad3786d1b4cf544821d4ca0b | 47827007f2b3e424a1c47863bcf7d4781e15e814 | refs/heads/master | 2021-01-23T11:20:41.530293 | 2017-06-05T03:11:47 | 2017-06-05T03:11:47 | 93,123,541 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 4,226 | java | /* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (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.mozilla.org/MPL/
*
... | [
"liliang_lz@icloud.com"
] | liliang_lz@icloud.com |
0b7536e2f6f54a145f94d9f275be82013e9ea047 | e8b5267df0d6c0b0a0c7135baa9e4b39a3c458f5 | /cashbackapp/src/main/java/ma/cashback/app/service/AuditEventService.java | 9a153e228c7811aacaad73e9a29c2acc1df61f3c | [] | no_license | zarrouq/cashback | ca47b9f1b71bfd79386dc987c5185c1140a7363d | 9cda321fba058fd27e0d1e0b3496a313a70dba4d | refs/heads/master | 2021-04-30T15:54:58.320661 | 2018-02-13T10:53:48 | 2018-02-13T10:53:48 | 121,251,726 | 0 | 0 | null | 2020-09-18T14:39:42 | 2018-02-12T13:45:59 | Java | UTF-8 | Java | false | false | 1,773 | java | package ma.cashback.app.service;
import ma.cashback.app.config.audit.AuditEventConverter;
import ma.cashback.app.repository.PersistenceAuditEventRepository;
import org.springframework.boot.actuate.audit.AuditEvent;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org... | [
"badraffinity@gmail.com"
] | badraffinity@gmail.com |
4b6e09f799448e59dc62aefcdf0b365cf3ee4bec | b9a7e4fb23eb305ceb905acb98ba5c952a9a3e94 | /src/main/java/sk/tsystems/akademia/VideoArt/Dao/GenreDao.java | 5f2d313cb98b1d4abafe53eaa40e4e318e8c6d45 | [] | no_license | TSSKDevAcademy1/MMarek1_VideoArt | be879c9f1143f571deaa7c381cd67d2eddaf5fdc | 1c3f7926beba158a5b0fc7343ab5d6a23df8c85f | refs/heads/master | 2016-09-05T22:23:46.555769 | 2015-08-26T07:14:23 | 2015-08-26T07:14:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 673 | java | package sk.tsystems.akademia.VideoArt.Dao;
import java.util.List;
import sk.tsystems.akademia.VideoArt.JpaHelper;
import sk.tsystems.akademia.VideoArt.Model.Genre;
public class GenreDao {
public void saveGenre(Genre genre) {
JpaHelper.beginTransaction();
JpaHelper.getEntityManager().persist(genre);
JpaHelper.... | [
"martin.mat.marek@gmail.com"
] | martin.mat.marek@gmail.com |
92010775c183cad0eebe2e2e85eb3a5c71df9a7c | 9a964deb156e8b4b822f34387ef97232a6011f0f | /src/main/java/com/kronosad/projects/twitter/kronostwit/data/Version.java | f4929503f57d879e44554dfd700f6c5a7b6ef0b4 | [] | no_license | russjr08/KronosTwit | 46c14cd23c6b74fbd8feb162367ea7873dec1e17 | 09c6dbdc6986df9d743984d03e6ba17cda281fd6 | refs/heads/master | 2016-09-05T14:06:26.102304 | 2014-03-30T22:45:17 | 2014-03-30T22:45:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,392 | java | package com.kronosad.projects.twitter.kronostwit.data;
import com.kronosad.projects.twitter.kronostwit.enums.ReleaseType;
import java.net.MalformedURLException;
import java.net.URL;
/**
* User: russjr08
* Date: 12/27/13
* Time: 4:44 PM
*/
public class Version {
private Double version;
private String dow... | [
"Russell@KronosAD.com"
] | Russell@KronosAD.com |
86741619dc54bfb6e4da3839ab82215f04ae3b7a | 4d4450e26c7fabfb126935044cb23979325a2659 | /src/communication/test8/MyThread1.java | 373269d2e90b3e1124dc9503f6ff35ba9ee182bd | [] | no_license | 918273244/hello-word | 5e6e8d121b3b25d8a20660c23b109f60b511d7fe | cfb3c2955cf67f9b8600a82a9ca2c54848374e99 | refs/heads/master | 2020-05-22T15:17:40.029008 | 2017-03-14T06:15:00 | 2017-03-14T06:15:02 | 84,698,197 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 267 | java | package communication.test8;
public class MyThread1 extends Thread{
private Object list;
public MyThread1(Object list) {
this.list = list;
}
@Override
public void run() {
super.run();
Service service = new Service();
service.testMethod(list);
}
}
| [
"918273244@qq.com"
] | 918273244@qq.com |
b9a52112d65f03b961b596860cfdd9cf3dae6d99 | f8237f7807715f7c947f2d87aafb652a8d07c170 | /advanced/gis/gisbus/src/main/java/org/arakhne/afc/gis/bus/network/BusContainer.java | 713bb0973369320e9559cc85457461b690bbc9ae | [
"Apache-2.0"
] | permissive | TeigLevingston/afc | 04ebe94d857ee0c8543a019531867804fa5f124b | 45d14d73c288fef6c7da9ce72cb2d2dfa5c8e0d1 | refs/heads/master | 2023-08-25T03:33:36.320679 | 2021-10-10T19:46:33 | 2021-10-10T19:46:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,418 | java | /*
* $Id$
* This file is a part of the Arakhne Foundation Classes, http://www.arakhne.org/afc
*
* Copyright (c) 2000-2012 Stephane GALLAND.
* Copyright (c) 2005-10, Multiagent Team, Laboratoire Systemes et Transports,
* Universite de Technologie de Belfort-Montbeliard.
* Copyright (c) 2013... | [
"galland@arakhne.org"
] | galland@arakhne.org |
8dc74fec00a4923e3cfaaab061516dc4ec282714 | 31a18060483c4f22437361fdcb4fb7a19e7c5557 | /cloud-consumeropenfeign-order80/src/main/java/com/mlz/sprigncloud/controller/OrderFeignController.java | 5efb2355e28b1eef1ea10a2d023fb3fd286769f3 | [] | no_license | malingzhao/cloud-mage | 2a4a60a19bd678cc7c1d3befb31eeae0eee36cfb | a69af69782919b129dfe7f1c5dc7d97f77cd13b6 | refs/heads/master | 2022-06-25T07:42:06.405683 | 2020-03-25T09:48:15 | 2020-03-25T09:48:15 | 249,853,458 | 0 | 0 | null | 2022-06-21T03:03:43 | 2020-03-25T00:56:34 | Java | UTF-8 | Java | false | false | 1,026 | java | package com.mlz.sprigncloud.controller;
import com.mlz.sprigncloud.service.PaymentFeignService;
import com.mlz.springcloud.entities.CommonResult;
import com.mlz.springcloud.entities.Payment;
import lombok.extern.slf4j.Slf4j;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind... | [
"mage@magedeMacBook-Pro.local"
] | mage@magedeMacBook-Pro.local |
5f7a1378b5cd172291bf321c81f3ad59b95a5b31 | 72a29294de4ddffe25b537ee7d00fe038ee10a81 | /ShoeProjectDemo/src/main/java/com/project/repository/ProductRepository.java | 9c7266aa36f231a055ebe051da3d7bec8ec8be89 | [] | no_license | tuan15199/finalProjectRepo | d170137ef1b96a8b01b435c2e09d47775e7b41f2 | 9db0a41b95131f62681fc0f5c4eb8e6e7c8bf592 | refs/heads/master | 2022-12-26T14:56:28.131677 | 2020-10-08T17:14:03 | 2020-10-08T17:14:03 | 302,334,330 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,361 | java | package com.project.repository;
import java.util.List;
import java.util.Set;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.query.Param;
import com.project.dtos.CatalogDto;
import com.project.dtos.ProductD... | [
"anhtuan15199@gmail.com"
] | anhtuan15199@gmail.com |
102e2b7c4d83a469d9ab7eb48acc0e39f9129286 | 77119929cf14702d557e9bc352909ac04d1516c2 | /byh-api/src/main/java/FhirModel/Device.java | 3326885c98363fd747a6e065c88eda22bc511ba1 | [] | no_license | CheyenneJirout/BookYourHospitalTest | 563feb49512da80870cb810cbf84d8a7f17d7c4b | 40d1f68686df09b1962e58f326f1c0de929cbcaf | refs/heads/master | 2023-03-12T01:08:19.556707 | 2021-02-27T17:29:25 | 2021-02-27T17:29:25 | 342,913,568 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 424 | java | package FhirModel;
public class Device {
public Reference owner;
public Reference getOwner() {
return owner;
}
public void setOwner(Reference owner) {
this.owner = owner;
}
public DeviceName getDeviceName() {
return deviceName;
}
public void setDeviceName(De... | [
"jir17518@spengergasse.at"
] | jir17518@spengergasse.at |
6a1c7a0d94fb955b600af24fdeefa48b716b0a72 | 8d09b4410bd574cc4e4b37c7e6008d9d6d821244 | /Hotel Management System/src/DBOperations/Room.java | dc6e3e1d88785ad296b4cf938edc8c39d4fc2264 | [] | no_license | MHWije/Hotel-System | b9372201aeaa8286d840347d8eef5b0ddfb83f9f | 50e12d8c7d768a1553bd837ba53d4fb14d9dc1ed | refs/heads/master | 2021-05-05T09:18:39.490548 | 2017-11-04T03:51:12 | 2017-11-04T03:51:12 | 105,867,987 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,280 | 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 DBOperations;
import Classes.RoomModel;
import Connection.MySQLConnection;
import java.sql.Connection;
import java.sql.Prepare... | [
"mihiran.wije@gmail.com"
] | mihiran.wije@gmail.com |
cd91fddc2646154983fff0a6206e582c9fa633d4 | 537fb6f51d2ab46a46f3ab451378887fbb5417f2 | /src/subject/Pro68.java | 89f1cbfb97944f823c03196a7a919a80c526ebb9 | [] | no_license | defineYIDA/offer | 40b9ab14aff8ad1fc14ec793c01987f4b8913485 | 41801fcdbf2e41acc3f150962b7aa2e7f53d295c | refs/heads/master | 2020-04-26T05:16:18.019780 | 2019-11-05T13:31:19 | 2019-11-05T13:31:19 | 173,328,906 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,368 | java | package subject;
import stack.Stack;
/**
* @Author: zl
* @Date: 2019/6/6 16:46
*/
public class Pro68 {
public TreeNode lowestCommonAncestor(TreeNode root, TreeNode p, TreeNode q) {
if (root == null || p == null || q == null) {
return null;
}
while (root != null) {
... | [
"1610130044@vip.henu.edu.cn"
] | 1610130044@vip.henu.edu.cn |
0fbc30b832240a8fcbea871f78d78b523d46c2bf | 30b34e048aeb2c86dccc3f537841e491e657508e | /src/com/example/Kekeo/util/HttpRequest.java | 82a95d6ddb36dc8a307af980be4dda266ace3a14 | [] | no_license | gkpoter/Tuling | f6d64749f3e44c054814aa8bb909904ba59128a4 | 93ca6c26f46367429e6fb684112211af568e33b4 | refs/heads/master | 2020-12-25T15:09:06.059783 | 2016-09-03T08:56:23 | 2016-09-03T08:56:23 | 67,206,805 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,702 | java | package com.example.Kekeo.util;
/**
* Created by dy on 2016/8/31.
*/
import android.content.Context;
import com.loopj.android.http.AsyncHttpClient;
import com.loopj.android.http.AsyncHttpResponseHandler;
import com.loopj.android.http.RequestParams;
/**
* @author HUPENG
* 网络访问辅助类
* @version 1.0.1
*/
public clas... | [
"1215356195@qq.com"
] | 1215356195@qq.com |
05f50a07772d9f77ab18b66f5063130064182af8 | dc1e9b70062d3635fef2b42a1db16544081ee299 | /Project-Andoird/app/src/main/java/com/example/quananvat/obj/DonHang.java | f66f5904f897ca1284e714dd82619a4f8eb57bc1 | [] | no_license | nvdtrieu99/Project-HCI | 371da14f9dd39c53a2b9201b2fadbb26f366d9c2 | 0a8ca928b52219ac69bbeedd1428f2545740dc55 | refs/heads/main | 2023-02-26T11:00:59.648824 | 2021-01-30T03:16:40 | 2021-01-30T03:16:40 | 334,308,080 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,849 | java | package com.example.quananvat.obj;
import java.io.Serializable;
import java.util.ArrayList;
public class DonHang implements Serializable {
private String idnguoidathang;
private String tennguoinhan;
private String sdtnguoinhan;
private String diachinguoinhan;
private String thoigiandathang;
pr... | [
"ngtrieu.99@gmail.com"
] | ngtrieu.99@gmail.com |
11f860b3027273e6fd1ce5d2b6ad230a221ca92d | 347a0e5f0e19ca6c2706450b2ecd15813d94b574 | /src/main/java/com/acme/tvshows/video/api/v1/model/NavigationAction.java | bfd867a3be9a469e523323060fbb676416f984ee | [] | no_license | mrtxema/tvshows | 2e22f0e07f669afca2ac37897d02beb990af3d17 | b17b0cca53fb79654aed4ca600c692fc63109970 | refs/heads/master | 2020-04-16T13:17:51.155707 | 2017-02-11T23:16:47 | 2017-02-11T23:16:47 | 28,198,063 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 375 | java | package com.acme.tvshows.video.api.v1.model;
public class NavigationAction {
final String uri;
final String postData;
public NavigationAction(String uri, String postData) {
this.uri = uri;
this.postData = postData;
}
public String getUri() {
return uri;
}
public S... | [
"xem76@yahoo.es"
] | xem76@yahoo.es |
5cf623a4cd1e02f8d837f583d6155b9f0918addc | b4a17bb5aaacfa292420dbd8097d8d62646122ed | /app/src/main/java/info/expensemanager/expfile/activity/AddingFragment.java | defa060b1c6c294d505fbe72926300d59be05b59 | [] | no_license | eashwerks/MaterialDesign | bb003202cffe964836c973fdce985799898b5477 | a9954bd5268eb961747639bfe76c510d94fe9970 | refs/heads/master | 2020-06-14T14:44:25.370082 | 2016-11-30T09:24:16 | 2016-11-30T09:24:16 | 75,059,892 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,024 | java | package info.expensemanager.expfile.activity;
import android.app.Activity;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import info.expensemanager.expfile.R;
/**
* Created by Rahul on 10/31/2015.
*/
p... | [
"eashwerks@gmail.com"
] | eashwerks@gmail.com |
8fb5ca5c6dfc4dac534b9df40e0d3835ab939c2b | 1e8b4a3fe2945d1d61a8382f7bae59eb847a0cf8 | /hamcrest-matchers/java7-hamcrest-matchers/src/main/java/it/ozimov/cirneco/hamcrest/java7/collect/IsIterableContainingInRelativeOrder.java | ebea8ba794ebba86b28498e233344beda7678ef4 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | cortilia/cirneco | ed6ce5f073a746b41bf6d7edf22e3974eae78082 | 35715bcb2fe8888ba977382d5837f03f4ee188b8 | refs/heads/master | 2020-12-25T03:41:02.062941 | 2016-01-29T21:40:22 | 2016-01-29T21:40:22 | 50,934,514 | 0 | 0 | null | 2016-02-02T16:31:27 | 2016-02-02T16:31:26 | null | UTF-8 | Java | false | false | 1,670 | java | package it.ozimov.cirneco.hamcrest.java7.collect;
import static org.hamcrest.Matchers.equalTo;
import static it.ozimov.cirneco.hamcrest.java7.collect.utils.IterableUtils.listCopy;
import java.util.ArrayList;
import java.util.Collection;
import org.hamcrest.Matcher;
/**
* {@inheritDoc}
*/
public class IsIterableC... | [
"roberto.trunfio@zalando.de"
] | roberto.trunfio@zalando.de |
7366ffa8ae60a59c5174878b0d9e29eb6fb619ba | a853656ca294e0c6d852542d75e42e0802cc7d37 | /src/main/java/com/wxd/my_mall/services/OmsOrderReturnApplyService.java | 23ee745786f6314dc8323de761f12ad25a5e11e8 | [] | no_license | wxd123456789/first_spring | d3546d909d7ec9b4054b7d86f1923c286ffcd9d9 | 345c90fdeffaa263fd6c8c2121fb5249f00d0fc7 | refs/heads/master | 2023-02-05T18:49:15.439025 | 2020-12-31T08:38:59 | 2020-12-31T08:38:59 | 291,776,463 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 786 | java | package com.wxd.my_mall.services;
import com.wxd.my_mall.dto.OmsOrderReturnApplyResult;
import com.wxd.my_mall.dto.OmsReturnApplyQueryParam;
import com.wxd.my_mall.dto.OmsUpdateStatusParam;
import com.wxd.my_mall.mbg.model.OmsOrderReturnApply;
import java.util.List;
/**
* 退货申请管理Service
*/
public interface OmsOrde... | [
"1042873383@qq.com"
] | 1042873383@qq.com |
15b7132bfccd7bf4b94f475478a3a9896f3cf112 | 763773ad383e67102d4b41845cf53521b057f213 | /app/src/test/java/hsleiden/ikpmd3/ExampleUnitTest.java | 2ff87751f00d9d501c0a821568f9bfb8577b130a | [] | no_license | jehoofd3/IKPMD | 46f9f87f9568818f3e697f7158cbb6cb7ee3137c | 5402376f0bbf9aa664ee0fd2d6afc051ca2c3504 | refs/heads/master | 2021-01-10T09:03:28.477893 | 2016-01-07T19:10:29 | 2016-01-07T19:10:29 | 46,347,508 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 293 | java | package hsleiden.ikpmd3;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
}
} | [
"richardjongenburger@hotmail.com"
] | richardjongenburger@hotmail.com |
a2845734200ce51a63d24ed945316fa43b02cc98 | 0c566a055a2a6bfacbd8a3cb8e6f597e6ba3119a | /app/src/main/java/com/jacob/google/map/offical/CircleDemoActivity.java | 1412a89096eda14c14d160399d2d8234c9a9c992 | [] | no_license | wangjia55/GoogleMapDemo | 8fc819c0de69e3c0deeeab109da38ff457e49be1 | 04dd3dfa2dafe32d57a189e897f8d3fb6b99cc58 | refs/heads/master | 2016-09-02T01:57:18.143734 | 2015-08-04T08:51:14 | 2015-08-04T08:51:14 | 40,173,319 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,409 | java | /* Copyright (C) 2012 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 applic... | [
"wangjia@cvte.cn"
] | wangjia@cvte.cn |
dbb6106311062d2d39d99b36442cb4b7b2fa6dae | 5700d9c0d9bce8f1a30283accdd7595c29aa9a04 | /Simulador/src/drcl/comp/Port.java | 5c2c3a07a3bbc6f0173511a14b2a2e4676e50d74 | [
"Apache-2.0"
] | permissive | yunxao/JN-Sim | a6588578671d11952bf23723526fa27303630af4 | 313fad9818968b688275147b129ecf83ecc2d734 | refs/heads/master | 2016-09-02T02:51:56.785806 | 2015-01-23T15:10:06 | 2015-01-23T15:10:06 | 29,734,723 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 44,666 | java | // @(#)Port.java 2/2004
// Copyright (c) 1998-2004, Distributed Real-time Computing Lab (DRCL)
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// 1. Redistributions of source code must... | [
"pacohuertas@gmail.com"
] | pacohuertas@gmail.com |
cb3f2003eadc28e9b7ba3cf38bbd059000ba8fb5 | 839389d2c19b031385b1ce0ab475e8d3d53f78a2 | /DesignPattern/src/com/ss/design/impl/Male.java | 87104fb722d71c246a6aa36d91254ba13aa793a7 | [] | no_license | ShowLuu/JavaDesignPattern | 30e0e3dd031f471d93662303de0d135374f71e22 | c5bd6f6737d884dd040b35e07a118ee0fe68e396 | refs/heads/master | 2021-01-25T09:43:51.819647 | 2018-03-08T09:07:04 | 2018-03-08T09:07:04 | 123,311,542 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 334 | java | package com.ss.design.impl;
import com.ss.design.inte.Human;
public class Male implements Human {
@Override
public void eat() {
System.out.println("Male can eat.");
}
@Override
public void sleep() {
System.out.println("Male can sleep.");
}
@Override
public void beat() {
System.out.println("Male can b... | [
"1309617271@qq.com"
] | 1309617271@qq.com |
dcc6721f30c5979dd6f69b228c8bec07e369fad8 | 46da4bfdecec9ee8e528608f00a7d1cff14037ca | /app/src/main/java/com/rahul/blx/ElectronicsResponseClasses/LocationsResolvedElectronicClasses.java | 39ce8bc13d7966cfdc747bbbb6e0764485ad8fc4 | [] | no_license | rahul6975/BLX | 54916abda956c1c7ac1e31064507ccce30524b85 | 843b01166f8e139f3a7c27ed8e8f3ad5b2de4e62 | refs/heads/master | 2023-05-06T07:23:51.364724 | 2021-05-29T06:52:39 | 2021-05-29T06:52:39 | 371,899,921 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,388 | java | package com.rahul.blx.ElectronicsResponseClasses;
import javax.annotation.Generated;
import com.google.gson.annotations.SerializedName;
import java.io.Serializable;
@Generated("com.robohorse.robopojogenerator")
public class LocationsResolvedElectronicClasses implements Serializable {
@SerializedName("COUNTRY_id")
... | [
"rahulya7569@gmail.com"
] | rahulya7569@gmail.com |
e4ab7ff9b4b68ad83201fc6c2c867afd11d47021 | 1f0cb0b6f4c74ff706254baf5b028bc9417615f9 | /spring-micro-repositories/spring-micro-repositories-mysql/spring-micro-repositories-mysql-modules_2/spring-micro-repositories-mysql-auth_2/src/main/java/org/example/spring/repositories/mysql/auth/dao/impl/TDepartmentDaoImpl.java | f6e3d2a96b74cfd96918fa944fdf961c99567654 | [] | no_license | yuan50697105/spring-build-project-1 | af448da5e3676a99c22aaaca6de4fb9e8ea55811 | 967fc586637146d8ab3f80bd518ed50bf70dae90 | refs/heads/master | 2022-07-22T13:45:00.442964 | 2021-06-03T02:53:19 | 2021-06-03T02:53:19 | 359,333,990 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,287 | java | package org.example.spring.repositories.mysql.auth.dao.impl;
import com.baomidou.mybatisplus.core.conditions.Wrapper;
import com.baomidou.mybatisplus.extension.toolkit.SqlHelper;
import lombok.AllArgsConstructor;
import org.example.spring.plugins.mybatis.dao.impl.TkBaseDaoImpl;
import org.example.spring.repositories.m... | [
"710575900@qq.com"
] | 710575900@qq.com |
2fb6877fe10cd4a368483a77e344ddd69c4ebd4a | 4e8a6f9ee707604c47a5c025c9029bb64cbd836b | /src/mseg/erp/dao/tipoadministracion/TipoAdministracionDAOImpl.java | 93b68e4aa40e30171ee76ea64cf69e4351535978 | [] | no_license | fabricioscianda/gdp | df2197568448f86b149299c88f6978563fa1e5c7 | 0eec29a0200434bf4e260ca2d16836254b4db22e | refs/heads/master | 2021-01-23T13:58:08.630600 | 2015-04-28T03:32:53 | 2015-04-28T03:32:53 | 27,416,779 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 535 | java | package mseg.erp.dao.tipoadministracion;
import mseg.erp.model.TipoAdministracion;
import mseg.erp.dao.generic.GenericDAOImpl;
import mseg.erp.vomodel.VOTipoAdministracion;
public class TipoAdministracionDAOImpl extends GenericDAOImpl<VOTipoAdministracion, TipoAdministracion> implements ITipoAdministracionDAO {... | [
"fabricio.scianda@gmail.com"
] | fabricio.scianda@gmail.com |
aae3ded0c14b1bf5c5c70e74131a177a336716cb | 2e976b8d19c7c6389fdf6e374f799fdeb01d8ac0 | /BestTimetoBuyandSellStock.java | c1375e226cd5c2b39ec90d27480096b73b027788 | [] | no_license | Arpit-Sharma-USC/LeetCode | db4eb6aa0c5bbbb78e6ea27c0a767bcc99cd37c4 | ba542241ef08c30bb45cef8c92b8d395c0db753e | refs/heads/master | 2020-05-04T05:56:43.116284 | 2019-06-28T21:53:49 | 2019-06-28T21:53:49 | 178,995,678 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 399 | java | class Solution {
public int maxProfit(int[] prices) {
int minPrice=Integer.MAX_VALUE;
int maxProf= 0;
for(int i =0;i<prices.length;i++)
{
if(prices[i]<minPrice)
minPrice=prices[i];
else if((prices[i]-minPrice)>maxProf)
... | [
"noreply@github.com"
] | noreply@github.com |
cff18da6a05c2c75ca4d0a866439cb708afdc95b | 1b7ebd3409dfca48ef6afc9986d47b744d7cfe84 | /MyEclipse_2017_CI/permission-shiro/src/com/hdquan/service/MenuService.java | 4763d8b3f074dcb524b0eaa848af0db893029f4e | [] | no_license | hedingquan/javaForHdquan | dc1471702abb2212143cc180a7299c3746605e08 | 971d4877d3bcbfb8ad90644251e36400233d1bd0 | refs/heads/master | 2021-03-07T21:57:29.262416 | 2020-03-10T13:37:33 | 2020-03-10T13:37:33 | 246,299,378 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 136 | java | package com.hdquan.service;
import java.util.List;
import com.hdquan.pojo.Menu;
public interface MenuService {
List<Menu> show();
}
| [
"hedingna123"
] | hedingna123 |
76dd049f9560379dece381c4badeb0813604129b | a840ad11c5313a362827e2f50788ef0a14561fed | /21.Arrays/src/ConvertToTest.java | 3dbcfaf5a72f8089b8d2240567a6de2c64ba154e | [] | no_license | denglitong/thingking_in_java | 4f3d5cc4341877978b21b3123b57b45f0f157c0c | 76addcb8758e6d5f720760ab58b9db6cf5c1ef46 | refs/heads/master | 2023-05-04T13:43:07.119064 | 2021-05-27T09:59:45 | 2021-05-27T09:59:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 450 | java | import java.util.Arrays;
/**
* @author denglitong
* @date 2021/1/23
*/
public class ConvertToTest {
static final int SIZE = 6;
public static void main(String[] args) {
Boolean[] a1 = new Boolean[SIZE];
Arrays.setAll(a1, new Rand.Boolean()::get);
boolean[] a1p = ConvertTo.primitive(a... | [
"litongdeng@qq.com"
] | litongdeng@qq.com |
2c17780747e2e50c8cf2cb529d8e6e3e7114fb56 | 43145c76d8088adb3ea4911735be23108c273f01 | /soot3/src/soot/JastAddJ/BodyDecl.java | 109ca45298e03b1c795055e052ce3efe3f099e38 | [] | no_license | sanchuanchen/soot-dex | 207853149ddbbbe43e2a2ff2a411192802f914b5 | 65e50dc293734d5ebeaa366e78817ef86b47b8c4 | refs/heads/master | 2020-12-24T18:03:13.314462 | 2013-12-12T17:54:08 | 2013-12-12T17:54:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,043 | java | /* This file was generated with JastAdd2 (http://jastadd.org) version R20121122 (r889) */
package soot.JastAddJ;
import java.util.HashSet;
import java.util.LinkedHashSet;
import java.io.File;
import java.util.*;
import beaver.*;
import java.util.ArrayList;
import java.util.zip.*;
import java.io.*;
import java.io.FileN... | [
"wssgcsc@163.com"
] | wssgcsc@163.com |
6a84196bd18d3d193c229ae3356c19f5396de3e3 | 8697ce452be0166a3852c35f654af315f3630582 | /venom-main/src/main/java/tk/clawhub/controller/DownloaderController.java | 04fbbf79d62ceae9910b9755f0b5ddeccaa9b847 | [] | no_license | ClawHub/venom | 96688fba370b2acdd56c6a63a093f3063e8ace7a | 089054882da6303d261999a4658c1be65ca4f16e | refs/heads/master | 2020-03-27T17:43:40.012159 | 2018-08-31T09:21:36 | 2018-08-31T09:21:36 | 146,869,953 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 291 | java | package tk.clawhub.controller;
import org.springframework.web.bind.annotation.RestController;
/**
* <Description>Downloader controller <br>
*
* @author LiZhiming<br>
* @version 1.0<br>
* @taskId <br>
* @date 2018 -07-24 <br>
*/
@RestController
public class DownloaderController {
}
| [
"lizhiming@minivision.cn"
] | lizhiming@minivision.cn |
f3773be75bcb426ee103c013379d5ede06339456 | cb8da6414075bc4308ce669b86299876c3c61aea | /app/src/test/java/com/app/andrew/moviesviewer/ExampleUnitTest.java | 910084e98818e7d4e9e3929434c1a3925f8cb418 | [] | no_license | andyalbert/MovieViewer | dd29a1666dcfa9346b839ec0758c4aa56666c6e7 | 5e2ff5b567ae8292209e1677adf771558eb06602 | refs/heads/master | 2021-01-01T06:01:17.118304 | 2017-07-15T18:28:48 | 2017-07-15T18:28:48 | 97,330,040 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 405 | java | package com.app.andrew.moviesviewer;
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... | [
"andrew.albert@live.com"
] | andrew.albert@live.com |
fbe8cc7875c014afda2a4f6a5e3dfa4eaaec2258 | 237b9d11b56b0f5308b0a78d2f4e75a8f1d1de3e | /streams/src/ByteFile.java | 6fb5cf5e311ab23aecb9d67adac05ded8f767a2c | [] | no_license | petrol95/java-core | 5c037623350ca0a0f308bdcd2d9a234fcfb34056 | f1bb0205ba4e86df1dfda17f40d26baf7bb5f7ef | refs/heads/master | 2021-07-03T23:52:22.632376 | 2020-02-09T20:51:46 | 2020-02-09T20:51:46 | 188,416,553 | 0 | 0 | null | 2020-10-13T16:27:28 | 2019-05-24T12:16:22 | Java | UTF-8 | Java | false | false | 1,066 | java | import java.io.*;
import java.io.FileInputStream;
/**
* Прочитать файл (около 50 байт) в байтовый массив и вывести этот массив в консоль
*/
public class ByteFile {
private static final String FILE_NAME = "streams\\byteFile.txt";
private static OutputStream os;
private static FileInputStream is;
pu... | [
"petrol195@yandex.ru"
] | petrol195@yandex.ru |
4aa9c6b04a7d4fda33bf9e0d97118870d19f41ff | 6eeac3e88ec3a620bf3da1ba53cef6ab2d302df6 | /src/main/java/com/brahma/loganalyzer/LogAnalyzerApplication.java | 1230e0c56ece85b7d03a6641e0a822375dc78e73 | [] | no_license | stratzoomer/LogAnalyzer | 8d285fb7a24edef038feb07ac88cc5a10bf09cb3 | 78842ab26ebfa50df3931d15405bf00e3b2592b2 | refs/heads/master | 2016-09-05T09:06:20.083441 | 2014-06-01T21:10:55 | 2014-06-01T21:10:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,179 | java | package com.brahma.loganalyzer;
import java.util.HashMap;
import java.util.concurrent.atomic.AtomicLong;
import io.dropwizard.Application;
import io.dropwizard.setup.Bootstrap;
import io.dropwizard.views.ViewBundle;
import io.dropwizard.setup.Environment;
import io.dropwizard.assets.AssetsBundle;
import org.slf4j.Lo... | [
"stratzoomer@users.noreply.github.com"
] | stratzoomer@users.noreply.github.com |
866e7e19a3f06e971619cd851fe21c5f296cef99 | 5ae001fbd81ae893d7c78ce020382e4c73cdf6a3 | /app-client/src/test/java/marc/nguyen/minesweeper/client/data/repositories/MinefieldRepositoryImplTest.java | 64a877e10e5e529d273c79d678a1cc62e537ae33 | [
"Unlicense"
] | permissive | Darkness4/minesweeper | 1ba1c8c20baea7416248fe75575fa5b0b730e27c | bab4c1f4f0999aae57d03352fcd81e85473542c5 | refs/heads/master | 2022-12-24T17:55:38.762973 | 2020-10-05T22:47:03 | 2020-10-05T22:47:03 | 293,356,173 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,425 | java | package marc.nguyen.minesweeper.client.data.repositories;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;
import dagger.Lazy;
import io.reactivex.rxjava3.core.Observable;
import io.reactivex.rxjava3.observers.TestObserver;
import marc.nguyen.minesweeper.client.data.devices.ServerSock... | [
"nguyen_marc@live.fr"
] | nguyen_marc@live.fr |
defce1255c30afb1665142a19003f023f63a82e6 | c7907547af0aaf15d3bb87e14142e156d0ba85de | /trunk/BHSC/app/src/main/java/com/bhsc/mobile/net/NewsResponse.java | 999ed3264143e4bb0c87dbb9512c0e3dc3186f1b | [] | no_license | bdyz1016/BHVoice | 03ffd316aa27a562aaf1326c5ac688b04b05c748 | 090ab9522410a5bddea91121f4ab7e6479be8004 | refs/heads/master | 2021-05-24T04:14:38.309919 | 2020-11-10T06:24:53 | 2020-11-10T06:24:53 | 42,421,576 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 525 | java | package com.bhsc.mobile.net;
import com.bhsc.mobile.dataclass.Data_DB_News;
import java.util.List;
/**
* Created by lynn on 11/2/15.
*/
public class NewsResponse extends Response{
private int code;
private List<Data_DB_News> list;
public int getCode() {
return code;
}
public void setC... | [
"bdyz1016@126.com"
] | bdyz1016@126.com |
a3dc4f04baef9d063e5386390062859e4fa53b8c | 5e6b13a4d00453b700c34a4c1028d41393404290 | /tensquare_friend/src/main/java/com.tensquare.friend/config/InterceptorConfig.java | 624d59fd104bf34bb77cfd5a23225d88f01b6001 | [] | no_license | liyunhe174/tensquare | 27ed4157498043da7c658a4871c3b38795c0f555 | 539491499acf388822591b348eb4c4d890c201f8 | refs/heads/master | 2020-12-28T14:26:13.984631 | 2020-04-17T09:37:20 | 2020-04-17T09:37:20 | 238,369,221 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 781 | java | package com.tensquare.friend.config;
import com.tensquare.friend.filter.JwtFilter;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
import org.springframework.web.servlet.config.... | [
"1174429497@qq.com"
] | 1174429497@qq.com |
e40eebe4df0b9d5f60dc388e2ef9987307ca6137 | e9affefd4e89b3c7e2064fee8833d7838c0e0abc | /aws-java-sdk-health/src/main/java/com/amazonaws/services/health/model/transform/OrganizationEventDetailsMarshaller.java | 4c82cbb3299474dc77e799216a3f939f87b08876 | [
"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 | 3,067 | 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... | [
""
] | |
43314ab67cd225ee7432cac95beb7980be5c896c | f1e0b51e22c88fd0f1763bafdd349c1b3582c085 | /app/src/main/java/com/rikkathewrold/rikkamusic/search/mvp/view/fragments/SingerSearchFragment.java | acca98eb5cc4e23d4f8291b4cb172f1d0594e49b | [] | no_license | yiwanwanwan/RikkaMusic | 43c8f8396661fef29ae42a09d3fbf79f8cb7fc18 | 235598fbcc7a9cc2803006169d16ce1d7051ef8c | refs/heads/master | 2023-02-11T02:31:53.936500 | 2021-01-08T02:34:41 | 2021-01-08T02:34:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,383 | java | package com.rikkathewrold.rikkamusic.search.mvp.view.fragments;
import android.annotation.SuppressLint;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.text.TextUtils;
import android.view.Layout... | [
"rikkatheworld.xie@narwel.com"
] | rikkatheworld.xie@narwel.com |
2177274ccbf5e9e29605c09e6d501303e08b307f | 1384811d9229c71776775afc48fb317d8220e8cf | /fetch_api/LessonExample/src/main/java/LessonExample/Controllers/HomeController.java | 7df16b2dbba21bd5cfef35666d88e38d01d33177 | [] | no_license | jacksnett/home-projects | 2ab74e60147fb80a5133d810a5b4dc918d0bccaa | d54bd63a30cac26a7f9fdac43a85b890d7d0854c | refs/heads/master | 2023-03-03T04:34:45.249467 | 2021-02-07T07:19:02 | 2021-02-07T07:19:02 | 332,538,798 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 290 | java | package LessonExample.Controllers;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller
public class HomeController {
@RequestMapping("/")
public String home() {
return ("views/index.html");
}
}
| [
"Yaakovsnett2@gmail.com"
] | Yaakovsnett2@gmail.com |
913ac0e79a2207d2515dc15cbb991851dfa28d5b | 08dbac1864b25939040fcedc38b08774b9547aec | /app/src/main/java/com/siweisoft/heavycenter/module/main/order/detail/OrderDetailCT.java | 3af57547b20a1ef476cc916e81f8639f83b73dc0 | [] | no_license | summerviwox/heavycenter | b605346bc620ec340d560351db72b312e522d261 | 273adc2d51cdea5c0156bb5919eb28a19248cc8c | refs/heads/master | 2020-12-05T22:06:07.129014 | 2020-01-07T18:38:36 | 2020-01-07T18:38:36 | 232,259,809 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 193 | java | package com.siweisoft.heavycenter.module.main.order.detail;
import com.summer.x.base.ui.XFragment;
public class OrderDetailCT extends XFragment<OrderDetailUI,OrderDetailDE,OrderDetailVA> {
}
| [
"summerviwox@gmail.com"
] | summerviwox@gmail.com |
7692a3697d48a6719d784b1779580dcf6feacd65 | 5b37a090857da63a2318c74116f683851b51863e | /src/main/java/com/rnctech/nrdataservice/resource/ResourceSet.java | 4d77c465f68b7fae763a4d487c7b3f3dff2cd349 | [] | no_license | rnctechnology/ExecService | 273f1e4281a7855f7684833f65ec2b9ded7f096f | fe877e8af5aa9b4abacf7dc5bc9ef39726bddd58 | refs/heads/master | 2023-02-02T15:52:38.682801 | 2023-01-29T18:57:31 | 2023-01-29T18:57:31 | 216,975,718 | 0 | 0 | null | 2022-11-16T02:41:22 | 2019-10-23T05:31:57 | Java | UTF-8 | Java | false | false | 2,318 | java | package com.rnctech.nrdataservice.resource;
import com.google.gson.Gson;
import java.util.Collection;
import java.util.LinkedList;
import java.util.regex.Pattern;
/**
* Set of resources
*
* @author zilin 2020.09
*/
public class ResourceSet extends LinkedList<Resource> {
private static final long serialVersion... | [
"zilinchen@yahoo.com"
] | zilinchen@yahoo.com |
11bed928072669e9544ecd169d321979fcf4d29f | f52981eb9dd91030872b2b99c694ca73fb2b46a8 | /Source/Plugins/Applet/com.tle.common.applet/src/com/tle/admin/helper/GeneralDialog.java | a8f19e6c95433d528d588dc76e90e1aa790ac7a3 | [
"BSD-3-Clause",
"LGPL-2.0-or-later",
"LGPL-2.1-only",
"LicenseRef-scancode-jdom",
"GPL-1.0-or-later",
"ICU",
"CDDL-1.0",
"LGPL-3.0-only",
"LicenseRef-scancode-other-permissive",
"CPL-1.0",
"MIT",
"GPL-2.0-only",
"Apache-2.0",
"NetCDF",
"Apache-1.1",
"EPL-1.0",
"Classpath-exception-2.... | permissive | phette23/Equella | baa41291b91d666bf169bf888ad7e9f0b0db9fdb | 56c0d63cc1701a8a53434858a79d258605834e07 | refs/heads/master | 2020-04-19T20:55:13.609264 | 2019-01-29T03:27:40 | 2019-01-29T22:31:24 | 168,427,559 | 0 | 0 | Apache-2.0 | 2019-01-30T22:49:08 | 2019-01-30T22:49:08 | null | UTF-8 | Java | false | false | 4,658 | java | /*
* Copyright 2017 Apereo
*
* 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 wr... | [
"doolse@gmail.com"
] | doolse@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.