blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 132
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
83c36b4715977a6a68b66b6bb19169672190d4ff | 7190b326f828ef3b7549da6e3140460d094c68bf | /src/model/fileuser/DirectoryItem.java | edbf7a2abc6a88629d6bb78d95e56a36122287cf | [] | no_license | ZeroZeroLin/pro_os | 3f2125aa72e0ccff6600d9c140c0fd1ccf2529ce | 7919a2568858e33dcc5cc4fc2acf58aaacf65dde | refs/heads/master | 2022-12-28T01:19:10.172828 | 2020-10-16T03:44:36 | 2020-10-16T03:44:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,027 | java | package model.fileuser;
/*
该类是文件的目录项
*/
public class DirectoryItem {
private int typeOfFile ; //文件类型,三种 0目录、1普通文件.txt、2执行文件.e 2B
//文件属性 1B 0只读文件 1系统文件 2普通文件 3目录属性 其余几位是无效位
private boolean isOnlyRead ; //只读文件
private boolean isSystemFile ; //系统文件
private boolean isFile ; //普通文件
private bool... | [
"839395879@qq.com"
] | 839395879@qq.com |
69bf1a46664e71b7873f7a815d06f7748cc49207 | 2158950cb11bbcf1f111dc069fb37efe8afe7ea1 | /squidb/src/com/yahoo/squidb/sql/Update.java | 5264ce0da3b6d0a650be35f4b1e1cbaba28b1a52 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | taimur97/squidb | 9712d049a2eba1c31028634ed32e75c096e27499 | cd74ea6b095c7cf1dd12021e4b36b35a96359ac6 | refs/heads/master | 2020-12-02T22:36:20.610594 | 2015-04-23T17:30:57 | 2015-04-23T17:30:57 | 34,612,625 | 1 | 0 | null | 2015-04-26T13:29:31 | 2015-04-26T13:29:30 | null | UTF-8 | Java | false | false | 6,191 | java | /*
* Copyright 2015, Yahoo Inc.
* Copyrights licensed under the Apache 2.0 License.
* See the accompanying LICENSE file for terms.
*/
package com.yahoo.squidb.sql;
import android.content.ContentValues;
import com.yahoo.squidb.data.AbstractModel;
import java.util.ArrayList;
import java.util.HashMap;
import java.u... | [
"sboz88@gmail.com"
] | sboz88@gmail.com |
6a0488ccbb0f46e175cc510dc2b1d03d41700964 | bd323106133c44558e7a5189881b66728f789dcb | /Maws/src/main/java/com/company/maws/MyUtil.java | d37dbaad0624d76b147d5dfcd49553b019d50347 | [] | no_license | LeeKangWon/Maws | 5d12551a3e3b72d18133f4ba0ab26fa59e7e1cd8 | b4b76200263f7fe8e344de974fa2723e65ae3207 | refs/heads/master | 2021-01-20T19:13:12.231034 | 2016-11-04T17:43:53 | 2016-11-04T17:43:53 | 63,134,659 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 1,975 | java | package com.company.maws;
import java.lang.*;
import java.io.*;
import java.sql.*;
import java.text.*;
import java.util.*;
//import javax.mail.*;
//import javax.mail.internet.*;
//import javax.activation.*;
public class MyUtil {
//8859_1을 KSC5601로 변환
public String toKorean(String str) {
String convStr = null;... | [
"wangchozza1@gmail.com"
] | wangchozza1@gmail.com |
a1cb1192689f5add7ddb1bc74e478102276698e7 | eb759600b01ed1013236e6461d10a4b9fa404874 | /foreword/src/main/java/com/myos/design/observe/WechatServer.java | f6c388c2ab13524f4b5406b1525cfcd87d5182a8 | [] | no_license | zzsymyos/MyosRpc | d017be670d6864cd7515e13f306780c6b112b07d | 6e5a10e7b821a6d9c62b9de0f709cc72cc822891 | refs/heads/master | 2022-01-18T23:56:41.747790 | 2021-04-10T02:37:30 | 2021-04-10T02:37:30 | 228,414,143 | 0 | 0 | null | 2022-01-12T23:06:42 | 2019-12-16T15:12:27 | Java | UTF-8 | Java | false | false | 748 | java | package com.myos.design.observe;
import java.util.ArrayList;
import java.util.List;
/**
* @Author: wu sir
* @Date: 2020/8/16 10:09 下午
*/
public class WechatServer implements Observerable {
private List<Observer> list;
private String message;
public WechatServer(){
list = new ArrayList<>();
... | [
"wuwenbin@daojia-inc.com"
] | wuwenbin@daojia-inc.com |
0d981a7edf79ae3d05a3f5af68bf616c1305c944 | e9f77cc80015bc81cea0ee4418e179b2112d808c | /main/plugins/kafka/src/main/java/de/tweerlei/dbgrazer/plugins/kafka/types/MessageHeadersQueryType.java | a24a5ecdcfd7fea24340bcdd7c0c3541082379b5 | [
"Apache-2.0"
] | permissive | tweerlei/dbgrazer | 2d3754596a51e293ed0a232d7b0128bf523789c2 | 2cec20e9730c14e6e6c18c274765647a369f7175 | refs/heads/master | 2023-08-08T22:28:11.633335 | 2023-07-26T13:05:30 | 2023-07-26T13:05:30 | 144,776,073 | 4 | 1 | Apache-2.0 | 2023-03-27T14:00:05 | 2018-08-14T21:58:01 | Java | UTF-8 | Java | false | false | 1,199 | java | /*
* Copyright 2018 tweerlei Wruck + Buchmeier GbR - http://www.tweerlei.de/
*
* 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
*
* Unl... | [
"wruck@tweerlei.de"
] | wruck@tweerlei.de |
1e04d97fdf58b52f7dbabb48e5a3b9ea727ab7bf | b3d9e98f353eaba1cf92e3f1fc1ccd56e7cecbc5 | /xy-games/game-logic/trunk/src/main/java/com/cai/game/mj/hunan/syhz/MJHandlerChiPeng_SYHZ.java | b4f6a601d353a1860ffb933e4ac76bc5f51aface | [] | no_license | konser/repository | 9e83dd89a8ec9de75d536992f97fb63c33a1a026 | f5fef053d2f60c7e27d22fee888f46095fb19408 | refs/heads/master | 2020-09-29T09:17:22.286107 | 2018-10-12T03:52:12 | 2018-10-12T03:52:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,242 | java | package com.cai.game.mj.hunan.syhz;
import com.cai.common.constant.GameConstants;
import com.cai.common.constant.MsgConstants;
import com.cai.common.domain.ChiHuRight;
import com.cai.common.domain.GangCardResult;
import com.cai.common.domain.PlayerStatus;
import com.cai.common.domain.WeaveItem;
import com.cai.... | [
"905202059@qq.com"
] | 905202059@qq.com |
28a8f3bc6ddfad4ab83035275a3803eec38e0b97 | f0d465b53f66ef3a0640f0f3fb0b5e3b42f53875 | /app/src/main/java/com/mad/mycamera/ChangePaintThicknessView.java | 9c909aa4962cecb266e8c874d4d538bc88fb9876 | [] | no_license | Antony-madonnaD/Phote_Editor_MadLab | 245e5e68a17d67c93d116d2158da6f88e24a0d71 | 7de1538784ca6db7b262803d3572104c9b9ce37a | refs/heads/master | 2023-07-11T01:44:52.315721 | 2021-08-20T14:21:40 | 2021-08-20T14:21:40 | 398,297,017 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,608 | java | package com.mad.mycamera;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.util.AttributeSet;
import android.view.View;
import androidx.annotation.Nullable;
import androidx.core.content.ContextCompat;
public class ChangePaintThicknessView extends View {
... | [
"antonymadonna14@gmail.com"
] | antonymadonna14@gmail.com |
3dfbb78430eeddcede56969bac3fe7a9eb494f59 | fd351499a86dbcada48c3110557df5bb195ed83e | /src/main/java/com/deepak/codility/MissingInteger.java | 3980b407e73f0876f3b1d20e89b4270a1498fd25 | [] | no_license | spdeepak/Codility | a756c36c1e09f06dfb83ce173c5ae49c4bce7eb9 | 9eea920fb8f7bd1b6ef802ee42a9f81491becb85 | refs/heads/master | 2020-01-23T21:44:25.176786 | 2016-11-24T17:59:04 | 2016-11-24T17:59:04 | 74,694,966 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,244 | java | package com.deepak.codility;
import java.util.HashSet;
import java.util.Set;
/**
* @author Deepak
*
*/
public class MissingInteger {
public int solution(int[] A) {
Set<Integer> set = new HashSet<Integer>();
for (int i = 0; i < A.length; i++) {
set.add(i + 1);
... | [
"speedpak1991@gmail.com"
] | speedpak1991@gmail.com |
482b1108dabc08aaba4f500b6ef2fe0a55650f3f | 6b229059893f2106e19c77b5d7d66d0357ac31a2 | /old/junit_test_by_spring/src/main/java/com/test/domain/es/Repository.java | e0793d5841d318778c0557a0980a8ffea6ead410 | [] | no_license | zacscoding/spring-example | 33ce7ce26bb72e91cdca8c4c02fea5108eb4ed4b | d538cbfad328b0c12913560133fef9d71c20b43d | refs/heads/master | 2018-12-10T06:44:22.668988 | 2018-09-13T14:02:11 | 2018-09-13T14:02:11 | 115,132,696 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 798 | java | package com.test.domain.es;
import java.util.List;
import com.google.gson.Gson;
public class Repository {
private String ip;
private List<String> prepared;
private List<String[]> values;
private List<String> labels;
public String getIp() {
return ip;
}
public void setIp(String ip) {
this.ip = ip;
}
... | [
"zaccoding725@gmail.com"
] | zaccoding725@gmail.com |
f56a4851f7dc292737f98dc2b2f72cfb6b8f4e79 | 00e0ad2c31263b1ad468d7891171c81a6554d690 | /MyProjects/Individual_work/ATMMachine/ATMController.java | 4a9db655b2ca48f96e266ada641debc0ab4b226e | [] | no_license | bolohori/software-guild-projects | 9e4774bb0487bdf3345feaaafa03c849a0e91325 | 7ed4e5cb58c586874d0a534dd26493e4f6ff462a | refs/heads/master | 2023-03-18T07:06:55.151946 | 2017-01-09T22:58:56 | 2017-01-09T22:58:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,059 | 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 ATMMachine;
import java.util.List;
/**
*
* @author apprentice
*/
public class ATMController {
private ConsoleIO conso... | [
"floydchris@hotmail.com"
] | floydchris@hotmail.com |
aa216c478d3cbee6066ff4454d05dae56b8fdc77 | 2c67fe5879cab5d5b201572f9e32ab35e5794a50 | /sessionServer/src/main/java/com/zero/service/ChattingRoomRepository.java | 66263466a506d0dae772243a0a70fd6021434365 | [] | no_license | pyuuuuuu/MSAserver | 93723cb64f2ba9767fb2766fdad1c9d0025891ba | fffcdb3d0c030ff26bfe368accaa320b9ce0031e | refs/heads/master | 2022-04-03T05:25:18.504461 | 2020-02-09T18:06:57 | 2020-02-09T18:06:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 906 | java | /*
package com.zero.service;
import com.zero.dao.ChattingRoom;
import org.springframework.stereotype.Repository;
import javax.annotation.PostConstruct;
import java.util.*;
@Repository
public class ChattingRoomRepository {
private Map<String, ChattingRoom> chattingRoomMap;
@PostConstruct
private void in... | [
"4whomtbts@gmail.com"
] | 4whomtbts@gmail.com |
dd201c60d37775ebb2dbe12904199d57a60dccee | 00153a83ce34a999f5cde651080dcfd577f15bb4 | /buildSrc/src/main/java/org/springframework/build/KotlinConventions.java | f0ef7f3d59c7122c0186886175eb28f722bc44b1 | [
"Apache-2.0"
] | permissive | zhaobingss/spring-framework | c3d94261fca7576d8ee0aa684f1d2baea097652c | af40a124bb4407d3615105725b8f3eda4474863d | refs/heads/main | 2023-03-16T17:19:48.021152 | 2022-11-18T17:24:43 | 2022-11-18T17:24:43 | 380,640,502 | 0 | 0 | Apache-2.0 | 2021-06-27T03:14:01 | 2021-06-27T03:14:01 | null | UTF-8 | Java | false | false | 1,667 | java | /*
* Copyright 2002-2022 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"bclozel@vmware.com"
] | bclozel@vmware.com |
670d69a084dc3592bdc38331f3530af9bcc47300 | 6b70281f38c54a561bb6a80061e662e784880e32 | /src/test/java/com/smartertravel/metrics/aop/backend/MetricSinkDropWizardTest.java | 5fd8f95f2d3d435104351ce8c237586d7759ba5a | [
"MIT"
] | permissive | smarter-travel-media/st-metrics | 13dbd2554d05907e9c9369a8329471bf8b6bc1d2 | e6296afe6aead516732835ec1ebe1d88571c7af5 | refs/heads/master | 2020-12-29T02:32:05.857913 | 2018-04-12T22:45:08 | 2018-04-12T22:45:08 | 35,183,941 | 3 | 2 | null | 2017-05-16T20:05:33 | 2015-05-06T21:31:05 | Java | UTF-8 | Java | false | false | 943 | java | package com.smartertravel.metrics.aop.backend;
import com.codahale.metrics.MetricRegistry;
import com.codahale.metrics.Timer;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.InjectMocks;
import org.mockito.Mock;
import org.mockito.runners.MockitoJUnitRunner;
import java.util.concurrent.Time... | [
"nickp@smartertravelmedia.com"
] | nickp@smartertravelmedia.com |
6fa0e44db8a989fbbdbc5be2316c1fb4eefcf730 | 9f554ef007390d838a9de998f79c6dd81a220f3a | /app/src/main/java/Database/DatabaseUserContract.java | cc57a36a9d96cc0616a879297648a518448c8895 | [] | no_license | Ben10B/grind-for-the-grail | 136b46b19fbd3435c06669a9b161d8c07b32ef41 | b8ea07e8479b16388557a209898521ae6808658a | refs/heads/master | 2020-03-17T11:52:13.407807 | 2018-06-06T04:17:04 | 2018-06-06T04:17:04 | 133,566,838 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 303 | java | package Database;
public final class DatabaseUserContract {
public DatabaseUserContract(){}
public static class ContractEntry {
public static final String TABLE_NAME = "user";
public static final String NAME = "name";
public static final String EMAIL = "email";
}
}
| [
"mbrannen747@yahoo.com"
] | mbrannen747@yahoo.com |
bad59f61fb8719ae2ffb99aa1117e5f6f7340669 | e82c1473b49df5114f0332c14781d677f88f363f | /MED-CLOUD/med-service/src/main/java/nta/med/service/ihis/handler/ocsa/OCS0118U00GrdOCS0118Handler.java | d2ad1f4e7563ddd63c2bad44de259c19c7073802 | [] | no_license | zhiji6/mih | fa1d2279388976c901dc90762bc0b5c30a2325fc | 2714d15853162a492db7ea8b953d5b863c3a8000 | refs/heads/master | 2023-08-16T18:35:19.836018 | 2017-12-28T09:33:19 | 2017-12-28T09:33:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,375 | java | package nta.med.service.ihis.handler.ocsa;
import java.util.List;
import javax.annotation.Resource;
import nta.med.core.utils.BeanUtils;
import nta.med.data.dao.medi.ocs.Ocs0103Repository;
import nta.med.data.model.ihis.ocsa.OCS0118U00GrdOCS0118Info;
import nta.med.core.infrastructure.socket.handler.ScreenHandler;
i... | [
"duc_nt@nittsusystem-vn.com"
] | duc_nt@nittsusystem-vn.com |
c51f88a2d2551a310bf852e983fc1e0d98b4e9ba | 028cbe18b4e5c347f664c592cbc7f56729b74060 | /v2/admin/mbeans/src/java/com/sun/enterprise/management/model/J2EEServerMdl.java | 32ebc251cc9b3c362faf524d278e149523a9ea83 | [] | no_license | dmatej/Glassfish-SVN-Patched | 8d355ff753b23a9a1bd9d7475fa4b2cfd3b40f9e | 269e29ba90db6d9c38271f7acd2affcacf2416f1 | refs/heads/master | 2021-05-28T12:55:06.267463 | 2014-11-11T04:21:44 | 2014-11-11T04:21:44 | 23,610,469 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,988 | java | /*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
* and Distribution License("CDDL")... | [
"kohsuke@6f3ba3e3-413c-0410-a8aa-90bee3ab43b5"
] | kohsuke@6f3ba3e3-413c-0410-a8aa-90bee3ab43b5 |
f55136040852b5b3ff35af517d1226d74b853fe2 | beb7e790ec9f6b1b86ce962eef9a99a778f0c01e | /kopipe/AbstractFactory/A2/listfactory/ListFactory.java | cdd209fc6ea99f47992e19f27e992a3cea148114 | [] | no_license | kakazu-takaki-gn/DesignPatternStudy | 4fdfa66642792ab1eacf1c2bc6619702fa91aea1 | a2ad7ff89255344498bd68e4aee5a04af51cf47e | refs/heads/master | 2020-04-06T16:42:51.103141 | 2018-11-15T01:36:44 | 2018-11-15T01:36:44 | 157,631,297 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 414 | java | package kopipe.AbstractFactory.A2.listfactory;
import factory.*;
public class ListFactory extends Factory {
public Link createLink(String caption, String url) {
return new ListLink(caption, url);
}
public Tray createTray(String caption) {
return new ListTray(caption);
}
public Page ... | [
"kakazu_takaki_gn@cyberagent.co.jp"
] | kakazu_takaki_gn@cyberagent.co.jp |
95b2ff79fae2942c9361d0917bc037df3e909628 | 2260fe537906977dd5c3f0a1e2073cff1f627c58 | /OOPs-Inheritance/Inheritance/src/Employee.java | d4bc4f8c31295213211afd0c65fb02b330e8d14f | [] | no_license | android-kunjapppan/wipro-pjp-java | ec53267791a7c34d973f1510baa35df0f44ff753 | 7604b9e7ac0ed9ebf760eb3c4ec514549c68b26d | refs/heads/master | 2022-08-05T14:24:50.008775 | 2020-05-22T21:47:44 | 2020-05-22T21:47:44 | 259,070,556 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 708 | java | class Employee extends Person {
double annualSalary;
int yearOfStart;
String insuranceNumber;
Employee() {
name = "NoName";
annualSalary = 1000000;
yearOfStart = 2017;
insuranceNumber = "0142512";
}
Employee(String name, double salary, int year, String insurance... | [
"42858846+maheer23@users.noreply.github.com"
] | 42858846+maheer23@users.noreply.github.com |
76d4dffeb7730c66eeeddf67d9e496f2a95420ba | ba3d47e78f52f83625b1b9319497c7c9546907e1 | /app/src/main/java/com/yzx/chat/broadcast/NetworkStateReceive.java | 02dd38a6f881c83c16a7475866cbde562f5c58cd | [] | no_license | VN0/ChatProject | ec7ad7a179757fcaa8ac978fd431988398a27ecc | 475ec6d81c5f851620c0b9573c5866f4f4434c15 | refs/heads/master | 2020-04-28T00:49:32.004506 | 2019-02-27T11:32:36 | 2019-02-27T11:32:36 | 174,830,471 | 1 | 0 | null | 2019-03-10T13:54:26 | 2019-03-10T13:54:26 | null | UTF-8 | Java | false | false | 3,471 | java | package com.yzx.chat.broadcast;
import android.app.Application;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import java.util.LinkedList;
... | [
"244546875@qq.com"
] | 244546875@qq.com |
8b150553a7c7d8d17faf3dd5fef221cfe25b449b | 1fddbc1211d5e4ae5846dec7ee26e7f5f51f8e18 | /Adlib/src/com/mobilead/adlib/ads/SubAdlibAdViewAdmob.java | 14b9dec6c8c69b06feb9934188d059e8075afba1 | [] | no_license | wikibook/mobileappad | fc5ab90ce010ef480d93ffc25432fdf1d6e1776a | 6a98f74ee4e9a28f1f127960d12fb36b40cdc6af | refs/heads/master | 2016-09-06T13:12:33.252530 | 2013-10-25T07:59:30 | 2013-10-25T07:59:30 | 13,854,820 | 1 | 1 | null | null | null | null | UHC | Java | false | false | 2,509 | java | /*
* adlibr - Library for mobile AD mediation.
* http://adlibr.com
* Copyright (c) 2012 Mocoplex, Inc. All rights reserved.
* Licensed under the BSD open source license.
*/
/*
* confirmed compatible with admob SDK 6.0.1
*/
package com.mobilead.adlib.ads;
import android.app.Activity;
import andr... | [
"dylee@wikibook.co.kr"
] | dylee@wikibook.co.kr |
2538ae52c4428d6687338da9d1a74fd369462528 | 3fa209ae326ab46f6e5b9a5b96418430c045eea4 | /core/src/main/java/io/undertow/predicate/Predicates.java | 714853ae63c652d7cadf689e85ce963beb31edb5 | [
"Apache-2.0"
] | permissive | hongjiang/undertow | f74f9ac827ff42fa5692789fb2a2b60c8222133f | 7d8aa461aedccfad5d07bf7fd398afe96127430f | refs/heads/master | 2020-12-07T13:36:52.152666 | 2013-10-22T14:51:04 | 2013-10-22T14:51:04 | 13,830,431 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,606 | java | package io.undertow.predicate;
import io.undertow.attribute.ExchangeAttribute;
import io.undertow.attribute.ExchangeAttributes;
/**
* @author Stuart Douglas
*/
public class Predicates {
/**
* Creates a predicate that returns true if an only if the given predicates all
* return true.
*/
publi... | [
"stuart.w.douglas@gmail.com"
] | stuart.w.douglas@gmail.com |
bcffc2b989ff769137b97140871a64add31b5a06 | e7b8c70aa0558d8143fe0122f56b3ecaa8527e87 | /app/src/main/java/zhangz/com/imoocmusic/constants/SPContants.java | 3ef849907b4599132236774c7478fedb12d57dc8 | [] | no_license | zhangzhenoooo/ImoocMusic | 4250abaecfd4259b3d2efafe4e08a02d58d41201 | baba3a99adf8acd4606663758da6ef383ede3c6b | refs/heads/master | 2022-09-09T19:13:59.829233 | 2020-05-25T08:20:48 | 2020-05-25T08:20:48 | 266,723,573 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 266 | java | package zhangz.com.imoocmusic.constants;
/**
* Created by zhangz on 2019/9/30.
* SharedPreferences 常量类
*/
public class SPContants {
public static final String SP_NAME_USER = "user";
public static final String SP_KEY_USERNAME = "nsername";
}
| [
"1804919062@qq.com"
] | 1804919062@qq.com |
e135ed1e28fcd8640808fc59a31304a1143477a9 | 2439a07f4cbaa7ac3e06de98b6675a1fdd10acf3 | /app/src/main/java/com/wind/designpattern_observer/JiaoLongAmryControlCenter.java | 9a5fadf56ce72e7b4546fc359a2d4079c1244fa4 | [] | no_license | Simon986793021/DesignPattern_Observer | c17f54f83a0d7ce44211f8bc5254135f07503cae | a051e1edd9f9e487a324684f597388c5d6d4ee47 | refs/heads/master | 2021-04-09T11:51:05.088300 | 2018-03-16T10:06:38 | 2018-03-16T10:06:38 | 125,498,835 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 551 | java | package com.wind.designpattern_observer;
/**
* Created by zhangcong on 2018/3/16.
*/
public class JiaoLongAmryControlCenter extends AmryControlCenter {
private String armyName;
public JiaoLongAmryControlCenter(String name){
armyName=name;
System.out.println(name+"战队组建成功");
}
@Overrid... | [
"986793021@qq.com"
] | 986793021@qq.com |
dd45810c1507da37fae07abf6eff9d737d63dd66 | ccc7a9e44d486bebbc9788e615edb1bb2698139c | /src/main/java/com/sistema/finacx/security/WebSecurityConfig.java | b65d2604709025742f115f471ef07ea22ea3e7a9 | [] | no_license | gerlingabriel/finacx | b7bb47ddad9e4e9e70105d7af21fa273792b1d8b | fd0aa15dee509344f089d031cf4f17368e6393c3 | refs/heads/master | 2023-04-16T13:33:00.171478 | 2021-04-30T00:30:27 | 2021-04-30T00:30:27 | 362,985,951 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,393 | java | package com.sistema.finacx.security;
import com.sistema.finacx.service.ImplementUserDetails;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder;
import org.springframework.security.config.annotation.... | [
"75265629+gerlingabriel@users.noreply.github.com"
] | 75265629+gerlingabriel@users.noreply.github.com |
1ae0f3d184bfc95eaea39dc5b4b8e9b723d82ca7 | 55be1659a048fb208cf3c10115068846bb134265 | /addressbook-web-tests/src/test/java/com/telran/qa16/generators/ContactDataGenerator.java | cf483d703ff979f4ef92dd3ba2f1e3d83353a35b | [
"Apache-2.0"
] | permissive | IrinaYukh/IrinaYukhQA16 | f93bd6a29127fc3af343173c5e370694c785534a | cb54183fe86c025b9531c5b540416f8fb233cd2a | refs/heads/master | 2020-03-22T10:03:52.380188 | 2018-09-18T13:20:49 | 2018-09-18T13:20:49 | 139,878,522 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,302 | java | package com.telran.qa16.generators;
import com.telran.qa16.model.ContactData;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.io.Writer;
import java.util.ArrayList;
import java.util.List;
public class ContactDataGenerator
{
public static void main (String [] args) throws I... | [
"40866840+IrinaYukh@users.noreply.github.com"
] | 40866840+IrinaYukh@users.noreply.github.com |
d4392b092a62219977aef98fc63934cafce05840 | 16128b54ed0ef0bc7b8c2cf4d87058baa5517543 | /src/test/java/com/shinelon/credit/crawler/html/TargetHtmlTest.java | 0d3e738f2d869ee822a454488ffdba1ea482a805 | [] | no_license | shinelon/webmagic-crawler | 86549f0df01ac56a3b9fbe3dc942c689ef203b7f | 200f97e619a515a3b388e69a1ad5d2e003f406b3 | refs/heads/master | 2023-08-09T04:29:20.238295 | 2019-12-17T06:15:54 | 2019-12-17T06:15:54 | 159,316,541 | 0 | 2 | null | 2023-07-20T07:00:45 | 2018-11-27T10:18:50 | Java | UTF-8 | Java | false | false | 66,389 | java | /**
*TargetHtmlTest.java
*
* 2018年11月26日
*
* @author shinelon
*/
package com.shinelon.credit.crawler.html;
import org.apache.commons.lang3.StringUtils;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import... | [
"syq_sunshine@163.com"
] | syq_sunshine@163.com |
89e21130fada41cf39c096436b80d9e1e0f3df69 | d9fac47c932274973b799805f3ddb56afb9392c5 | /src/main/java/org/dimdev/dimdoors/shared/blocks/BlockFloatingRift.java | 29aa8a19482f92031422b9e7ba261599e9b5a796 | [
"MIT"
] | permissive | CreepyCre/DimDoors | f158f7140f6acb42591e6b8abced6cc8ae0dab5d | a3f5937771dbd59bb81f4c463f8cd101011d4f50 | refs/heads/master | 2021-06-17T01:23:28.007061 | 2020-04-30T22:41:49 | 2020-04-30T22:41:49 | 333,097,195 | 0 | 0 | MIT | 2021-01-26T13:42:07 | 2021-01-26T13:42:06 | null | UTF-8 | Java | false | false | 4,519 | java | package org.dimdev.dimdoors.shared.blocks;
import java.util.*;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.util.math.AxisAlignedBB;
import org.dimdev.dimdoors.DimDoors;
import org.dimdev.dimdoors.client.ParticleRiftEffect;
import org.dimdev.dimdoors.shared.ModConfig;
import org.dimdev.dimdoors.sh... | [
"runemoro@users.noreply.github.com"
] | runemoro@users.noreply.github.com |
1163e027aa6c622f739bc57baa7e7896e874c7c3 | 8c9bbfcfe2b13856a98a8f61c1005f178c728ae4 | /src/test/java/stepDefinitions/MyAccountLoginStepDefinitions.old.java | 4a964df6149922758196ae347be0ab26ec08136f | [] | no_license | APG-PPTG/Cucumber | c58b1e9c627161efb2816044b5ac044a219aca28 | 322b7b11d6ea67a1b6c08fdc225f27c0e435e391 | refs/heads/master | 2023-04-01T04:28:53.903170 | 2023-03-16T18:01:28 | 2023-03-16T18:01:28 | 338,462,781 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,282 | java | package stepDefinitions;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.chrome.ChromeOptions;
import cucumber.api.java.en.And;
import cucumber.api.java.en.Given;
import cucumber.api.java.en.Then;
import cucumber.api.java.... | [
"gomesme.peter@gmail.com"
] | gomesme.peter@gmail.com |
ea8e9d72590034f3d288908c2067a983901faf11 | 946da782892e4612b67b8b843c9d9ac56df7bcd0 | /src/episode_27/VBOModels.java | 45fce2ba840d52f9690d446acaba694d59043f73 | [
"BSD-3-Clause",
"LicenseRef-scancode-jdom",
"BSD-2-Clause",
"BSD-2-Clause-Views"
] | permissive | hunterg325/YouTube-tutorials | 46789c5b5623ec559febb9ad24aa73846bfd35ca | be8c78051c4cc4997d5998b009ed52a33191789a | refs/heads/master | 2021-01-16T18:50:25.844734 | 2012-09-24T15:36:43 | 2012-09-24T15:36:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,474 | java | /*
* Copyright (c) 2012, Oskar Veerhoek
* 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 retain the above copyright notice, this
* list of cond... | [
"support@thecodinguniverse.com"
] | support@thecodinguniverse.com |
c17b23a28b96c25603bf1ac0846cf0025fbf1152 | b383d4178c38392d901dfcd2875b36ce4dc872f9 | /biz.aQute.repository/src/aQute/maven/dto/BuildBaseDTO.java | 895799dbf348a5e2b8c9dd75f8316d05168a2b6e | [
"Apache-2.0"
] | permissive | atlassian/bnd | 6cc323f9f1a66d1693772b97746c692159c5b453 | 1544d4ba2c9fc2f60945d4712502d641235d5512 | refs/heads/master | 2023-08-21T14:22:00.971810 | 2016-04-28T00:23:50 | 2016-04-28T00:28:53 | 57,100,267 | 0 | 1 | Apache-2.0 | 2023-08-15T17:43:08 | 2016-04-26T05:24:14 | Java | UTF-8 | Java | false | false | 1,983 | java | package aQute.maven.dto;
import aQute.bnd.util.dto.DTO;
/**
* Generic informations for a build.
*
*/
public class BuildBaseDTO extends DTO {
/**
* The default goal (or phase in Maven 2) to execute when none is specified
* for the project. Note that in case of a multi-module build, only the
* default goal of... | [
"bj@bjhargrave.com"
] | bj@bjhargrave.com |
cdfc94b6523b86310528f01293b94da76602bf94 | cec522fed36a26b903aaf95a68588528a76ff92b | /app/src/main/java/com/raul/rsd/android/popularmovies/AppModule.java | ca8b758d004741f019063b70482389b1af353d90 | [
"Apache-2.0"
] | permissive | rsd-raul/PopularMovies | d7024e40cb09c7a025d0336474e25c57a0d734e0 | 6ef857330e7fb750ae276171aca3ca052b241e12 | refs/heads/master | 2021-01-18T13:08:04.340753 | 2017-03-28T20:03:36 | 2017-03-28T20:03:36 | 80,721,508 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,750 | java | package com.raul.rsd.android.popularmovies;
import android.app.Application;
import android.content.ContentResolver;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import com.mikepenz.fastadapter.IItem;
import com.mikepenz.fastadapter.commons.adapters.FastItemAdapter;
import com.raul.rs... | [
"rsd_raul@yahoo.es"
] | rsd_raul@yahoo.es |
fd9f435da05e1fcd5c16b7d56db9739fc736d7ad | 81f92846344bab3f914acca2ea608862338364a8 | /src/main/java/io/vertx/ext/warp10/impl/VertxMetricsImpl.java | 2ba172c8a4e5f796c63964046497e67363d99348 | [
"Apache-2.0"
] | permissive | slambour/vertx-warp10-metrics | e05f9e65373de9eeb940e5fdb9f5577555bb1a26 | 77a0e2a5984e2e28ab8dcaa3477c16353f7d6528 | refs/heads/master | 2021-01-15T15:31:29.836218 | 2016-09-02T14:33:42 | 2016-09-02T14:33:42 | 59,279,301 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,544 | java | //
// Copyright 2016 Cityzen Data
//
// 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... | [
"sebastien.lambour@cityzendata.com"
] | sebastien.lambour@cityzendata.com |
6d8a0a21bd415135e03c68f70bf6b8b0ac812a84 | 0cdab0464b878574b8cd78ab53c898304892a3ac | /src/main/java/org/apache/ibatis/logging/stdout/package-info.java | 86bba2a471d10f0841d8a0e99f7d70aba61969e2 | [
"Apache-2.0"
] | permissive | yeecode/MyBatisCN | e600f660b0975c6d58996cd5e578d615dffe0d1f | 489e130b318d4e46f0b2e70a5ed71b25914bda20 | refs/heads/master | 2023-08-17T02:58:42.922095 | 2022-01-18T13:26:05 | 2022-01-18T13:26:05 | 218,516,578 | 366 | 287 | Apache-2.0 | 2023-07-22T20:12:22 | 2019-10-30T11:55:10 | Java | UTF-8 | Java | false | false | 730 | java | /**
* Copyright 2009-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unle... | [
"yeecode@126.com"
] | yeecode@126.com |
ca0965ac79db9f6b63e0e566788dfa1732074539 | a31b3a15a8b6450cb655415afc84b80c75769b71 | /src/main/java/com/mlh/spider/handle/PageHandler.java | 962d6ef1cbdac0bd14220f6baba57827911cd70b | [] | no_license | yuan-hui/garden-spider | cbef91e9b3a9c748025e55122fb4712447dd0288 | fe65b1f93c63db1978d37c46575a699374c235ff | refs/heads/master | 2022-09-12T06:51:03.841831 | 2020-05-22T09:07:55 | 2020-05-22T09:07:55 | 67,979,517 | 2 | 0 | null | 2022-09-01T22:18:24 | 2016-09-12T05:46:27 | Java | UTF-8 | Java | false | false | 2,863 | java | package com.mlh.spider.handle;
import java.util.Date;
import java.util.LinkedList;
import java.util.List;
import org.apache.commons.lang3.StringUtils;
import com.mlh.common.AppRun;
import com.mlh.enums.BussCode;
import com.mlh.enums.Confirm;
import com.mlh.model.DownloaderConfig;
import com.mlh.model.Pag... | [
"wind123456"
] | wind123456 |
cf3ffb05a21781291c8f31162d4a7c18e75059a0 | e89dc01c95b8b45404f971517c2789fd21657749 | /src/main/java/com/alipay/api/domain/AntMerchantExpandFrontcategorySecurityModifyModel.java | c5107ac5215365ec90bd832ff8cc7c75161c6183 | [
"Apache-2.0"
] | permissive | guoweiecust/alipay-sdk-java-all | 3370466eec70c5422c8916c62a99b1e8f37a3f46 | bb2b0dc8208a7a0ab8521a52f8a5e1fcef61aeb9 | refs/heads/master | 2023-05-05T07:06:47.823723 | 2021-05-25T15:26:21 | 2021-05-25T15:26:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,628 | java | package com.alipay.api.domain;
import java.util.List;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.internal.mapping.ApiListField;
/**
* 前台类目更新
*
* @author auto create
* @since 1.0, 2021-01-15 11:35:37
*/
public class AntMerchantExpandFr... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
a83d9f770e53234adff457709e3e5bdb3bbce509 | 647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4 | /com.tencent.mm/classes.jar/com/tencent/mm/plugin/mvvmlist/a/d.java | a6362acba0930b9f5b3d53b78b4d4bc936f18614 | [] | no_license | tsuzcx/qq_apk | 0d5e792c3c7351ab781957bac465c55c505caf61 | afe46ef5640d0ba6850cdefd3c11badbd725a3f6 | refs/heads/main | 2022-07-02T10:32:11.651957 | 2022-02-01T12:41:38 | 2022-02-01T12:41:38 | 453,860,108 | 36 | 9 | null | 2022-01-31T09:46:26 | 2022-01-31T02:43:22 | Java | UTF-8 | Java | false | false | 1,149 | java | package com.tencent.mm.plugin.mvvmlist.a;
import com.tencent.matrix.trace.core.AppMethodBeat;
import java.util.ArrayList;
import kotlin.Metadata;
@Metadata(d1={""}, d2={"Lcom/tencent/mm/plugin/mvvmlist/datasource/DataResponse;", "T", "", "request", "Lcom/tencent/mm/plugin/mvvmlist/datasource/DataRequest;", "(Lc... | [
"98632993+tsuzcx@users.noreply.github.com"
] | 98632993+tsuzcx@users.noreply.github.com |
6eb8646a19e18197f80dfc0dc9237ee3ddb1b24c | 3245f856a72e34de1f5c1c2092446425f21ebfab | /src/main/java/ru/itprogram/repository/ProductTypeRepository.java | 538ebce2b2da2f9249a8eedcb71a842cf4c21163 | [] | no_license | VladimirPanchenko/SpringOnlineStore | 5837bbe58d5ca09bea928d0f8e0f5cf4a98e4508 | d71c29d4125dc535c39d2a90ae97f3361d194163 | refs/heads/master | 2021-07-03T16:11:08.341179 | 2019-05-23T01:55:55 | 2019-05-23T01:55:55 | 187,550,465 | 0 | 0 | null | 2020-10-13T13:20:15 | 2019-05-20T01:52:31 | Java | UTF-8 | Java | false | false | 2,359 | java | package ru.itprogram.repository;
import org.springframework.beans.factory.annotation.Autowired;
import ru.itprogram.entity.dao.ProductType;
import ru.itprogram.utils.*;
import ru.itprogram.utils.generater.ArrayListGenerate;
import ru.itprogram.utils.generater.CurrentConnectionGenerate;
import ru.itprogram.utils.genera... | [
"kapcap4@gmail.com"
] | kapcap4@gmail.com |
c15435523481f7a2b745d7b7bd631b5ffea700ce | bddc06ee551bbb2d54e608fc9df7e2fc923a5df2 | /uo-server/src/main/java/com/wd/cloud/uoserver/pojo/entity/OrgDept.java | 855e2eaee540b1f9e166aa59dd0ed5369a6fc315 | [] | no_license | DimonHo/api-root | c3f330bffa4ea69d6e52159adf572db5ce3f5753 | d30590f5ebc7dcc800d1ecbefde018ecb5ec7f05 | refs/heads/master | 2022-04-20T14:45:59.559090 | 2019-05-09T01:32:17 | 2019-05-09T01:32:17 | 251,194,121 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 836 | java | package com.wd.cloud.uoserver.pojo.entity;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.experimental.Accessors;
import org.hibernate.annotations.DynamicInsert;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Table;
import javax.persistence.UniqueConstra... | [
"hezhigang@hnwdkj.com"
] | hezhigang@hnwdkj.com |
03a965766c57f6a2816200bf7be278406b273e3a | dcc34918cff185c7a33783e9049d7e46765b163a | /source code/LHD/src/trunk/parallel/engine/opt/ExhOptimiser.java | 4cf757961125ad37223344b58c31d4720782a411 | [
"Apache-2.0"
] | permissive | dice-group/CostBased-FedEval | 9b6a081dbd8a1d533ab664a031522c4e78c1a882 | eb7b6a6972a53cc774be53362fe6dcfba4dadf28 | refs/heads/master | 2022-02-28T02:43:36.074550 | 2021-04-06T10:31:52 | 2021-04-06T10:31:52 | 178,651,394 | 0 | 4 | Apache-2.0 | 2022-02-10T16:16:13 | 2019-03-31T06:30:11 | Java | UTF-8 | Java | false | false | 12,816 | java | package trunk.parallel.engine.opt;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Set;
import trunk.config.Config;
import trunk.graph.Edge;
import trunk.graph.SimpleGr... | [
"umair.qudus@hotmail.com"
] | umair.qudus@hotmail.com |
d295b98f6dcf728366485bafa69b30a74ebd17a2 | 7e2023cbe43e68ba90a58742d329fe8caa87efbf | /src/main/java/ru/director/SpringDiaryLern/model/Student.java | 36c3b28ca3294747d31b21d2006a1b37ab7c9a77 | [] | no_license | directorPandy/SpringDiaryLern | 0e3413278e683166e5095a2e511103c3a45dd26f | afb6a0d674b2405dba743afe4027c66a52782b3e | refs/heads/master | 2023-04-19T14:33:19.163424 | 2021-05-04T12:27:51 | 2021-05-04T12:27:51 | 358,207,615 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,076 | java | package ru.director.SpringDiaryLern.model;
import lombok.Getter;
import lombok.Setter;
import javax.persistence.*;
@Entity(name = "Student")
@Table(name="student")
@Getter
@Setter
public class Student {
@Id
@GeneratedValue
@Column(name = "id",
updatable = false)
private Long id;
@Column(nam... | [
"81641257+directorPandy@users.noreply.github.com"
] | 81641257+directorPandy@users.noreply.github.com |
9e7dacce6ec43169c01259570cf3416f42bd3ef2 | f68b98faf0cb902d77bafb1b86106870f7edf8c5 | /spooned/fil/iagl/opl/rendu/two/insert/impl/CatchInsert.java | bdd54be8cd1fb6db62427210de7252f567f59121 | [] | no_license | Ly4m/idlScrum | 193933fea531bf68d07e689952e4459882d5300e | 9c5cf2928fb19eeaafc3d024216dfbaf9f54b50f | refs/heads/master | 2021-01-10T16:56:31.593010 | 2016-02-08T23:16:42 | 2016-02-08T23:16:42 | 50,840,013 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,880 | java | package fil.iagl.opl.rendu.two.insert.impl;
import spoon.processing.AbstractProcessor;
import fil.iagl.opl.rendu.two.processors.AddWatcherProcessor;
import java.util.Arrays;
import org.fest.assertions.Assertions;
import fil.iagl.opl.rendu.two.processors.BeforeInsertTest;
import fil.iagl.opl.rendu.two.samples.BeforeSam... | [
"jordan.piorun@gmail.com"
] | jordan.piorun@gmail.com |
1d67ed9f4d301ce9c46037be9264fbaaf8113ba3 | aaaac917b0dcb9a996461f2e8d3ccaea60f60aae | /src/main/java/com/work/entity/TPubAttachinfo.java | 4e628ac1e00b5927d02126e405f18afc56f1ef1f | [] | no_license | zijinlian/TeamTaleApi | 9b8cff28e7c76576db0e82e255e6cfc8ac9364c5 | 3f048ae3f993cf13b8ec5eedfd81fcb78bc0a66d | refs/heads/master | 2022-12-21T12:28:01.106868 | 2019-08-27T05:12:18 | 2019-08-27T05:12:18 | 204,605,642 | 1 | 0 | null | 2022-12-16T07:46:39 | 2019-08-27T02:46:07 | Java | UTF-8 | Java | false | false | 2,031 | java | package com.work.entity;
import java.math.BigDecimal;
public class TPubAttachinfo {
private String fdAttachid;
private String fdAttachtyp;
private String fdSourcenme;
private String fdNewnme;
private String fdStorepath;
private String fdUploaderid;
private String fdUploadernme;
private String fdUplo... | [
"1176496178@qq.com"
] | 1176496178@qq.com |
92293ba10df5224ae53b47d1ee17eacd1f231edb | 72c02268078a70973d3f92aee657623b6c2e0c6f | /micro-service-server-reactive/src/main/java/edu/ustc/server/domain/User.java | 43bb478e7f3a77b8f0c06da12eefeb69b4517b5a | [
"MIT"
] | permissive | colddew/micro-service | f4a18c43366bf74b0d5dfffb4f71c6b51ecd36a9 | a1fe10037196f1d42f0e75722357cb3c6449e46c | refs/heads/master | 2023-05-27T05:04:31.564412 | 2021-09-13T16:07:09 | 2021-09-13T16:07:09 | 40,712,527 | 27 | 11 | MIT | 2023-05-09T18:07:28 | 2015-08-14T11:51:12 | Java | UTF-8 | Java | false | false | 398 | java | package edu.ustc.server.domain;
/**
* Created by colddew on 2019/5/7.
*/
public class User {
private Integer id;
private String name;
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public String getName() {
return name;
... | [
"88028842@qq.com"
] | 88028842@qq.com |
42b3aceabe609730dc1a87c954dd93db71246635 | 3e24cc42539db6cfaa51586c55854e0bf14a4a65 | /src/org/jonix/codelist/PriceCodeTypes.java | 6a94cd0ce58620387745d5e8ddb98fddfec712bf | [] | no_license | MiladRamsys/jonix | 08dc77edff0f0addc49a5d20f45534c818b3a0e2 | fc493bb2e354686488ad63c2c051e73039c468a7 | refs/heads/master | 2021-01-10T21:23:41.811111 | 2013-04-04T14:39:26 | 2013-04-04T14:39:26 | 32,104,199 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 859 | java | package org.jonix.codelist;
/**
* Enum that corresponds to Onix's CodeList 179
*
* @author Zach Melamed
*
*/
public enum PriceCodeTypes
{
/**
* A publisher or retailer’s proprietary code list which identifies particular codes with particular price points, price tiers or bands.
*/
Proprietary("01"),
/**
... | [
"tsahim@gmail.com@d7478ce8-731c-9f3f-b499-ac6574b89192"
] | tsahim@gmail.com@d7478ce8-731c-9f3f-b499-ac6574b89192 |
caf67140a84847e57d8dec4ea992f4f4c5f2b8df | 468469f70f11190e583cb61994f5a7e08a9ebd84 | /project-code/src/player/subclasses/Human.java | 49937035b1cfcff0fadb750ea53134e782940c0c | [] | no_license | Mattie432/Civilization-Wars-Advanced | 406c5c739d06fe4dabf5d808a6d0fd7cb88f2a1b | e2c02dfbda0a7038dee6ffc4a69bf42867499b26 | refs/heads/master | 2021-01-22T19:40:37.062802 | 2015-04-28T18:52:34 | 2015-04-28T18:52:34 | 20,933,824 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 523 | java | package player.subclasses;
import player.Player;
/**
* The player type Human
* @author Matt
*
*/
@SuppressWarnings("serial")
public class Human extends Player {
/**
* Constructor to create player. This adds the player to the team specified
*
* @param team
* : Teams - the Teams object
* @pa... | [
"mattie432@icloud.com"
] | mattie432@icloud.com |
54e69ae95a9a7d60b98838859f0b7e5721bd1c83 | 627dafa165ee4420680b4144c849e141596ae0b0 | /wecardio/wecardio/src/main/java/com/borsam/plugin/file/FilePlugin.java | f2128a364c4c5e4f492d02db8b581f46d3968c0c | [] | no_license | tan-tian/wecardio | 97339383a00ecd090dd952ea3c4c3f32dac8a6f2 | 5e291d19bce2d4cebd43040e4195a26d18d947c3 | refs/heads/master | 2020-04-03T01:01:57.429064 | 2018-10-25T15:26:50 | 2018-10-25T15:26:50 | 154,917,227 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,878 | java | package com.borsam.plugin.file;
import com.borsam.plugin.StoragePlugin;
import com.borsam.pojo.file.FileInfo;
import com.hiteam.common.util.ConfigUtils;
import org.apache.commons.io.FileUtils;
import org.springframework.stereotype.Component;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;... | [
"tantiant@126.com"
] | tantiant@126.com |
4cef5b3d37bf6c65368fa905c06ad447f14b3da0 | bccecf3541fac152969ce01ea8151b42e327ec74 | /parasite-lib/src/main/java/com/hu/parasite/util/ReflectUtil.java | ca6fc2525ad008236b1d050c5ae37a868a0d371c | [] | no_license | guyueyingmu/Parasite | a6a00a82d9bc192b948be0a5e1cb0bbac4650936 | 76a994955e80d42fbad7f1f440ba26f669b242c9 | refs/heads/master | 2020-03-23T23:28:34.746447 | 2018-01-20T18:10:43 | 2018-01-20T18:10:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 25,002 | java | package com.hu.parasite.util;
import java.io.InputStream;
import java.lang.reflect.Constructor;
import java.lang.reflect.Field;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.net.URL;
import java.util.NoSuchElementException;
/**
* Created by HuJi on 2017/12/29.
*/
... | [
"669898595@qq.com"
] | 669898595@qq.com |
5bc555cd549ee397cc58a3e313435e247d52102b | 648c1ff7e38ea98b93d9dc33c1a8c0f43f50d8e5 | /src/main/java/action/ProfileActionFactory.java | 9e0c6bbc71f51a725338e542edbb4b06244b5556 | [] | no_license | executed/nano-medical-ss | c588d565cb10cc7150660d9bf23c50e105abb4f2 | fc29ed7ca3998bee5d30adf896e6ef943b060a93 | refs/heads/master | 2021-12-24T23:40:11.152388 | 2018-11-23T20:44:11 | 2018-11-23T20:44:11 | 166,433,581 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 762 | java | package action;
import dto.ClientProfileInputDTO;
import dto.DoctorProfileInputDTO;
import dto.UserProfileInputDTO;
import entity.Client;
import entity.Doctor;
import entity.IUser;
import javax.servlet.http.HttpServletRequest;
public class ProfileActionFactory {
public UserProfileInputDTO resolveInputDTO(HttpSe... | [
"denis.serbyn@gmail.com"
] | denis.serbyn@gmail.com |
3898aa020387daad70603b245b023f5f576b8cf5 | a697c984c33afa66ef7a9a5c61f03de59ce63f36 | /security-app/src/main/java/lab/zlren/security/app/SpringSocialConfigurerPostProcessor.java | b5ae7ddeb708b5958a5e59825cc3129fc124c030 | [] | no_license | zlren/SpringSecurity | a4b5b3cd384bc11a9b165b531ec17cbb70207d73 | f2c5e0b506f2c99979ba3ff1a2cb3508fe561d37 | refs/heads/master | 2021-07-21T12:21:20.056112 | 2017-10-30T14:42:35 | 2017-10-30T14:42:35 | 106,522,942 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,295 | java | package lab.zlren.security.app;
import lab.zlren.security.core.social.qq.MySpringSocialConfigurer;
import org.apache.commons.lang.StringUtils;
import org.springframework.beans.BeansException;
import org.springframework.beans.factory.config.BeanPostProcessor;
import org.springframework.stereotype.Component;
/**
* 在ap... | [
"zlren2012@163.com"
] | zlren2012@163.com |
faed2332b9a49062468790ec6936acafb180b693 | 6d83845b420462c48dcf21caf9130cb4f1840d5c | /ui/src/test/java/com/stanfy/enroscar/fragments/ListLoaderFragmentTest.java | 40dfefb52c5ded5ce6b28dbd65490d3098abc033 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | mkodekar/enroscar | cba14369cd698de59cbe9097935a18f908bf501f | d7085d6eb5906db0cbe6f3748531c3b1c903e549 | refs/heads/master | 2020-12-11T05:28:45.298750 | 2015-09-29T06:12:42 | 2015-09-29T06:12:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,750 | java | package com.stanfy.enroscar.fragments;
import android.content.Context;
import android.os.Build;
import android.os.Bundle;
import android.support.v4.app.FragmentActivity;
import android.support.v4.content.Loader;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.st... | [
"rivne2@gmail.com"
] | rivne2@gmail.com |
1a275365b6a6a1baf53a58e9eed5352ce22ad1c7 | 96880c093a31644fd6fb556d5367adfd11feb650 | /choerodon-study-service/src/main/java/io/choerodon/exam/app/service/OrganizationService.java | 7efe275eddec273630f4073dbfaaddec0356eed1 | [] | no_license | bgzyy/StudyService | 64edd76631e73fc90741c0257e9baf837feead2d | af949d40cb3ccd8a5d754cc50f4dd6017cfaafe9 | refs/heads/master | 2022-06-24T04:33:22.520501 | 2019-08-03T08:22:55 | 2019-08-03T08:22:55 | 200,348,069 | 0 | 0 | null | 2022-06-21T01:35:42 | 2019-08-03T07:49:00 | Java | UTF-8 | Java | false | false | 400 | java | package io.choerodon.exam.app.service;
import io.choerodon.exam.api.vo.UserResult;
import io.choerodon.exam.infa.dto.OrganizationDTO;
/**
* Created by zhao'yin
* Date 2019/8/3.
*/
public interface OrganizationService {
OrganizationDTO getOrganizationById(Long id);
UserResult getUserResult(Long organizati... | [
"bg_zyy@foxmial.com"
] | bg_zyy@foxmial.com |
2b13fd9cb269e3b4fe7c92286620507d3505c051 | b90382aea9fd27a7ee8c9d3198c7f6e57ecdad8c | /gmall-api/src/main/java/com/topjia/gmall/pms/service/ProductAttributeService.java | 2965fa65ca1ce654c29b124784adaa9e880431bc | [] | no_license | topjia-vip/gmall | 7a26a78dbd33beb99ce836a5e6b50336dd78827a | 29b1cc2eda939a34dafd3c4a5e887730fcbb5929 | refs/heads/master | 2022-06-22T17:44:54.470948 | 2019-11-24T07:46:15 | 2019-11-24T07:46:15 | 223,708,602 | 0 | 0 | null | 2022-06-21T02:18:06 | 2019-11-24T07:34:43 | Java | UTF-8 | Java | false | false | 331 | java | package com.topjia.gmall.pms.service;
import com.topjia.gmall.pms.entity.ProductAttribute;
import com.baomidou.mybatisplus.extension.service.IService;
/**
* <p>
* 商品属性参数表 服务类
* </p>
*
* @author wjh
* @since 2019-11-24
*/
public interface ProductAttributeService extends IService<ProductAttribute> {
}
| [
"1256957450@qq.com"
] | 1256957450@qq.com |
36ec804d5c1e093c8d9b6afca5bd758062585340 | 6730151ee3d1213d130b606f68fd919360154e29 | /app/src/main/java/com/rd/qnz/tools/MyListView.java | 1c9ccef3b2e8a2e2ec7a85b6fb3ccfad6dbcf0f8 | [] | no_license | z610384064/Qnz | 87c0cf1d443cea068224cb94a136f49a13b2783d | ee080c15ba872abe1190069af2b3554a661d27ff | refs/heads/master | 2020-04-24T08:10:04.413590 | 2019-02-21T08:03:57 | 2019-02-21T08:03:57 | 171,822,530 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 867 | java | package com.rd.qnz.tools;
import android.content.Context;
import android.util.AttributeSet;
import android.widget.ListView;
/**
* 可以嵌套在scrollView里面使用的listview 2017/5/11 0011.
*/
public class MyListView extends ListView {
public MyListView(Context context) {
super(context);
}
pub... | [
"610384064@qq.com"
] | 610384064@qq.com |
be665eaf82328edc7b7a12034112c24d9b0faa94 | c31b65267327c64f2ef79d015908c8224dd566df | /opencga-storage/opencga-storage-core/src/main/java/org/opencb/opencga/storage/core/variant/adaptors/iterators/DelegatedVariantDBIterator.java | a593a1c2a8c869e7a316f0163da067ddae355c50 | [
"Apache-2.0"
] | permissive | sconeill/opencga | 5676a4a415ff6fd4383a2ad8800264d26598a662 | dad91554c874e14023d7038644d1257d8d5c04f4 | refs/heads/master | 2020-06-26T12:43:00.547022 | 2019-04-04T14:49:23 | 2019-04-04T14:49:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,265 | java | package org.opencb.opencga.storage.core.variant.adaptors.iterators;
import org.opencb.biodata.models.variant.Variant;
import org.opencb.commons.datastore.core.QueryResult;
import org.opencb.opencga.core.results.VariantQueryResult;
import java.util.List;
import java.util.Map;
import java.util.function.Consumer;
/**
... | [
"jacobo167@gmail.com"
] | jacobo167@gmail.com |
da854aaf8279d5a76defd1a156105d286c0d065d | aaa7a630d2bb0036aeb7bbe4891c1e0ec91f449a | /src/designpattern/action/visitor/VisitorImpl.java | 7af8d11e57d230f6326a6b6a9a1dce8638db7344 | [] | no_license | JackyZhangFuDan/DesignPattern | 4b01754ca174d877809594100af74dd928e33991 | ae278a1c53185e5b9c4e3a7d465f754aad52c4d2 | refs/heads/master | 2022-06-28T04:54:54.546140 | 2022-06-12T12:59:04 | 2022-06-12T12:59:04 | 192,246,763 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 355 | java | package designpattern.action.visitor;
public class VisitorImpl implements Visitor {
@Override
public void definition() {
System.out.println("Role: Visitor");
}
@Override
public void visit(Subject subject) {
System.out.println("Visitor starts to deal with subject's data");
System.out.println("Visitor got d... | [
"jacky01.zhang@outlook.com"
] | jacky01.zhang@outlook.com |
fa8a5c0718a5973bf3ac33c198bda0d2092e0509 | b981805ec07b74f5e7701eb94ea5cc85431c3069 | /spring-security-jpa/src/main/java/com/vikram/bishwajit/springsecurityjpa/Model/User.java | 3be1ffc7a0dfbb3494b786e51e8f566b16982547 | [] | no_license | bishwajit01/spring-security-jwt | 801c041a585a3fbea44708dec3c643e32827614a | e25671b902c448a3e2b4b6a1ade49e5a87affc18 | refs/heads/master | 2022-04-27T13:13:45.624541 | 2020-04-27T13:40:47 | 2020-04-27T13:40:47 | 255,799,186 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,614 | java | package com.vikram.bishwajit.springsecurityjpa.Model;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
/**
* @author Bishwajit.
*
*/
@Entity
@Table(name = ... | [
"bishwajit.vikram@gmail.com"
] | bishwajit.vikram@gmail.com |
495ae89f7e47a12110d7e03a95092412d5894d5d | f5d9efea9161401fdc561d97a0972645e52f67dd | /SpringBootDemo/src/main/java/com/yuyuda/service/impl/UserServiceImpl.java | 1b998ed2171b0a70578e69fae33dd00b618665bd | [] | no_license | yuyudaedu/spring-test | d6b1b498fa04237304068e3b728a303570ac7e01 | 94c95ef0cae00c96ed7de74bf777757c476c1b8e | refs/heads/master | 2020-04-04T17:49:22.200525 | 2019-01-05T10:15:50 | 2019-01-05T10:15:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 741 | java | package com.yuyuda.service.impl;
import com.yuyuda.mapper.UserMapper;
import com.yuyuda.pojo.User;
import com.yuyuda.service.UserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.cache.annotation.Cacheable;
import org.springframework.stereotype.Service;
import org.sprin... | [
"lzx123163@gmail.com"
] | lzx123163@gmail.com |
5fde5f790ef3d27a8d102be33ea19cbe3c264dc4 | d053ed8b16de314101644335fce960633e3a8dda | /Nutmeg/src/com/tutorial/nutmeg/Game.java | 37d94bb1f5114f66dc7e34803f1862bc9b57c369 | [] | no_license | rpagyc/Nutmeg-part-1 | c0c1434b8e0702b97b467ba87c9258d1f1313dd1 | 920343e33a9e0aa6bf78b113c64a9d0b3d0db387 | refs/heads/master | 2021-01-20T07:51:01.138369 | 2013-12-02T12:03:23 | 2013-12-02T12:03:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 171 | java | package com.tutorial.nutmeg;
import org.flixel.FlxGame;
public class Game extends FlxGame
{
public Game()
{
super(320, 240, PlayState.class, 2, 50, 50, false);
}
}
| [
"rpagyc@gmail.com"
] | rpagyc@gmail.com |
74e6a47673ce08f6c272a66f52eb602228611466 | 464f36e710b08f67dcf833139c3c233b7eeb7837 | /libCompiler/src/test/java/com/duy/pascal/lexer/NumberTest.java | 2c6e8fc9e0bc6d4e30e39e8cad4cca45e4102bb0 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Traider09/pascalnide | 887fe92b58281dbfedd623ac72b6252657998baa | fbd0407392de7bbc7856b37f619b24c5d22bfe24 | refs/heads/master | 2020-12-02T16:41:46.153868 | 2017-06-29T07:42:46 | 2017-06-29T07:42:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 884 | java | /*
* Copyright (c) 2017 Tran Le Duy
*
* 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 agree... | [
"tranleduy1233@gmail.com"
] | tranleduy1233@gmail.com |
c0f8584e31629b1a94afdacd2a36ef44390efa78 | dfa8d3e26e66f0cb6d55199321786080a2867dd2 | /transaction-client/datasource/src/main/java/com/jef/transaction/datasource/datasource/DataCompareUtils.java | e83d2d7382230a4389ba168b9ad2d4a91faddff6 | [] | no_license | s1991721/cloud_transaction | e61b2eae4a283bf772b56c646f2d897215eb5dec | 015507cd87b5ba95905e7fefeb462be94c4660c4 | refs/heads/main | 2023-08-04T01:41:02.147299 | 2021-09-10T08:01:53 | 2021-09-10T08:01:53 | 401,238,251 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,333 | java | /*
* Copyright 1999-2019 Seata.io Group.
*
* 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 l... | [
"278971585@qq.com"
] | 278971585@qq.com |
801fb5dc561dadea851a7d33a108cb3a10d2128d | b5bf19be663a1038bd02a37f864d94af64830493 | /FtcRobotController/app/src/main/java/com/ftdi/j2xx/interfaces/SpiSlave.java | 004c55e64a1826cd748786916a0961676e01f629 | [] | no_license | rgatkinson/Information | 0bc60277e8b37acd6e3e27e2d75d0facc49aebe8 | e2c8beba09201cc106ed07fe956bf074f403611c | refs/heads/master | 2021-01-10T05:09:47.016720 | 2017-03-27T22:46:35 | 2017-03-27T22:46:35 | 43,043,971 | 0 | 4 | null | 2015-10-14T19:14:08 | 2015-09-24T04:04:49 | Java | UTF-8 | Java | false | false | 242 | java | package com.ftdi.j2xx.interfaces;
public interface SpiSlave {
int getRxStatus(int[] var1);
int init();
int read(byte[] var1, int var2, int[] var3);
int reset();
int write(byte[] var1, int var2, int[] var3);
}
| [
"bob@theatkinsons.org"
] | bob@theatkinsons.org |
632ba3f65c77812725d4a78b6489755e5785857d | f2623a4700b34b52aad0502356f4f8953296dc09 | /src/test/java/cn/store/repository/CustomAuditEventRepositoryIT.java | 047ebc5bb6282826acb00bb1e1ffb469a96529a5 | [] | no_license | LafeBelief/store | 0f85c3dec0eae3fce5702e26cb2001b8b5ae3f63 | 8b36d73922c7df212268a38c328615d6dd17131f | refs/heads/master | 2022-12-21T10:26:29.733354 | 2019-10-31T07:45:11 | 2019-10-31T07:45:11 | 218,711,090 | 0 | 0 | null | 2022-12-16T04:40:47 | 2019-10-31T07:43:44 | Java | UTF-8 | Java | false | false | 7,587 | java | package cn.store.repository;
import cn.store.StoreApp;
import cn.store.config.Constants;
import cn.store.config.audit.AuditEventConverter;
import cn.store.domain.PersistentAuditEvent;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowir... | [
"wbw_0117@163.com"
] | wbw_0117@163.com |
cfb5307f3fd889af586a3b99527a97dbd51a5b30 | c8b24cd38709878c2b9709956d05871edc433a35 | /com/mmallstudy/src/main/java/com/mmall/service/impl/UserServiceImpl.java | 39b9f77de936f5cebbc557f2d3851c35cbcdf69e | [] | no_license | yangyangsmile/mmall_learing | 65dd8c8129de33c1b94de9a4479b41390ccdbb7e | 2f60f62b8a2177b915021d25a45deb105a2589a7 | refs/heads/master | 2021-01-19T18:41:30.884150 | 2017-08-23T13:17:40 | 2017-08-23T13:17:40 | 101,153,778 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,117 | java | package com.mmall.service.impl;
import com.mmall.common.Const;
import com.mmall.common.ServerResponse;
import com.mmall.common.TokenCache;
import com.mmall.dao.UserMapper;
import com.mmall.pojo.User;
import com.mmall.service.IUserService;
import com.mmall.util.MD5Util;
import org.apache.commons.lang.StringUtils;
impor... | [
"1542232999@qq.com"
] | 1542232999@qq.com |
e8edac35571bb7cca8cb6cf4742d856b290b22b6 | 37fdbb96848e5c23efa2512f92315d30ebb7132f | /CCPA-2020/Credit Card Processing/src/main/java/com/ics/creditcardreader/CreateSaleActivity.java | b3cf80e6a7a463a2ed60b8e95c253d77ae17b244 | [] | no_license | iamsfs/LeadsApps2020 | a3175d092136585f29e36674228fe9c8396f04d2 | c3886acc72e7418b8e7fd6da38c7e9301bda22c1 | refs/heads/master | 2023-03-21T23:38:08.392433 | 2021-03-18T17:11:55 | 2021-03-18T17:11:55 | 264,826,826 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,805 | java | package com.ics.creditcardprocessing;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.text.Editable;
import android.text.Selection;
import android.text.TextWatcher;
import android.util.Log;
import android.view.View;
import android.view.View.OnClickListener;
import a... | [
"33027759+TalhaTZA@users.noreply.github.com"
] | 33027759+TalhaTZA@users.noreply.github.com |
c65ef28ee2c75e03dc433b1c7a885de4963a29ec | 0ea4172096aa474661ca0d576e66b849f5ad47d0 | /exorg/backend/src/java/ru.exorg.backend/handler/YaletHandler.java | efede780ae5903926461f33df1ad871f1017700a | [] | no_license | SmartHub/ExcursionOrganizer | 739f4e5589053bbc71192c2b97b78a88fe9bb627 | d37c960e0e4f1b23b376b1bd355f6dd5a5bab8f2 | refs/heads/master | 2021-01-19T07:56:34.510246 | 2011-05-29T19:37:52 | 2011-05-29T19:37:52 | 1,371,967 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 372 | java | package ru.exorg.backend.handler;
import net.sf.xfresh.core.YaletProcessor2;
import org.eclipse.jetty.server.handler.AbstractHandler;
public abstract class YaletHandler extends AbstractHandler {
/* When genericity is an evil... */
protected YaletProcessor2 processor;
public void setYaletProcessor(YaletP... | [
"aleksandr.kartashov.aptu.se@gmail.com"
] | aleksandr.kartashov.aptu.se@gmail.com |
541e1cc265e1bcaee604578e258d668b25fe2e1d | 9742a1695c33cfcfd79b056e7f7b4b642a441825 | /exercise/src/pr6/Ex7.java | 6ba839de6148975b4300782251e879d0de380ec8 | [] | no_license | howoo101/java | 21ca5dd26016060a96cb6e7a79c1ff4b9b1b1969 | ed108068d963af9689558ebd33ec03c7438220ab | refs/heads/master | 2020-05-18T15:40:14.330426 | 2019-06-30T04:38:53 | 2019-06-30T04:38:53 | 184,505,851 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 347 | java | package pr6;
class MyPoint {
int x;
int y;
MyPoint(int x, int y) {
this.x = x;
this.y = y;
}
public double getDistance(int x, int y) {
return Ex6.getDistance(x, y, this.x, this.y);
}
}
public class Ex7 {
public static void main(String[] args) {
MyPoint p = new MyPoint(1,1);
System.out.println(p... | [
"minho0719@a.ut.ac.kr"
] | minho0719@a.ut.ac.kr |
0db38bff3c9ec2609645526b55a5eaebe9547d0a | 0e35ca3e5a94a4575e787775651b48fbd8a5997c | /SimpleReminder/src/com/dushantha/util/ReturnData.java | 9a943085353392bd5bd2e960938b1e8e894bad3c | [] | no_license | thilankadileepa/mobile | 7c230d390adf02fa84fdb8910ca0ff4cd17e1317 | 0d675c5a93a2e538f7fb19a42ed36c8b5193c09f | refs/heads/master | 2021-01-02T22:18:04.674942 | 2014-03-06T17:05:45 | 2014-03-06T17:05:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 654 | java | package com.dushantha.util;
/**
* composite return data object
* purpose is to return a status and a data from a method
*
* @author Thilanka
*
* @param <T>
*/
public class ReturnData<T> {
private boolean sucsess;
private T data;
public ReturnData() {
super();
}
public ReturnData(... | [
"thilankadileepa@gmail.com"
] | thilankadileepa@gmail.com |
bcfb022e3f1736e226adbd029d8e25ade3a4be09 | c2e8c9dab9ff62b8fd2dc727a84f329a9de18796 | /src/main/java/eu/wauz/wauzcore/commands/CmdGrp.java | bec8ec168f1aa5d8fd70d291fb6c8dfafd3d3b81 | [
"Apache-2.0"
] | permissive | Jassuuu/WauzCore | 601c5a728a766443a0cef504ed0a26282c4183d1 | 8d86f4d3114af554849041106b4536f2b7456eda | refs/heads/master | 2023-02-27T23:26:33.633234 | 2021-02-07T01:13:59 | 2021-02-07T01:13:59 | 323,674,851 | 0 | 0 | Apache-2.0 | 2020-12-22T16:15:32 | 2020-12-22T16:15:31 | null | UTF-8 | Java | false | false | 1,326 | java | package eu.wauz.wauzcore.commands;
import java.util.Arrays;
import java.util.List;
import org.bukkit.command.CommandSender;
import org.bukkit.craftbukkit.libs.org.apache.commons.lang3.StringUtils;
import org.bukkit.entity.Player;
import eu.wauz.wauzcore.commands.execution.WauzCommand;
import eu.wauz.wauzcore.command... | [
"dev@wauz.eu"
] | dev@wauz.eu |
fdee845c2d2b83c49034d2a8a690990eab7d4a41 | 0e972ff378bbafa297b4b77dbe7fb29fc6358e8c | /test/unit/org/apache/cassandra/utils/btree/BTreeRemovalTest.java | a9cf383805be36c3792b794c8a66922b30c1d1ef | [
"BSD-3-Clause",
"Apache-2.0",
"LicenseRef-scancode-public-domain"
] | permissive | Instagram/cassandra | 27a87c7ab6c5c35ca575a2314c1d0c9deda86d47 | 90a4672970837e674972861f3cc7020e3c3caba6 | refs/heads/trunk | 2023-04-12T14:41:21.431744 | 2019-07-15T16:48:18 | 2019-07-15T16:48:18 | 10,067,580 | 487 | 64 | Apache-2.0 | 2023-03-21T23:03:09 | 2013-05-15T00:07:43 | Java | UTF-8 | Java | false | false | 13,066 | 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 ... | [
"sylvain@datastax.com"
] | sylvain@datastax.com |
7f436a765eef3f25670961cbe22a04f73adbe605 | a3d0a500fd07b444ec5eca57a1100cd322a61190 | /itcastTax/src/cn/itcast/nsfw/user/dao/UserDao.java | e1ff2c132efbb9d2eeadcf82444fa3dac33201c3 | [] | no_license | hms861972/test | 8c3c78d747825fb812a1225d79020748390d8f1a | de365988e052eab731fa13193330aa8d7c183603 | refs/heads/master | 2020-12-01T12:49:47.505441 | 2019-12-28T16:16:17 | 2019-12-28T16:16:17 | 230,631,175 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 518 | java | package cn.itcast.nsfw.user.dao;
import cn.itcast.core.dao.BaseDao;
import cn.itcast.nsfw.user.entity.User;
import cn.itcast.nsfw.user.entity.UserRole;
import java.util.List;
public interface UserDao extends BaseDao<User> {
List<User> selectUserByAccount(String id, String account);
void insertUserRole(User... | [
"674948169@qq.com"
] | 674948169@qq.com |
521e4bbc24d9012bad1176d7a83c67d84b31c5e6 | 4d752bb0d5de25ae9f7efcef53338750c63a3bef | /scen-core-parent/scen-dao/src/main/java/com/scen/dao/AdminUserDao.java | ea860d02a32f841f50b7a65dfb21e14f719048d0 | [
"Apache-2.0"
] | permissive | Scenx/scen-springcloud-store | 96f3b434af148deba3ab71ff306f0f0af587946e | 6eeceef12c57ba1a0fd735b7a7a16de84aadf1c4 | refs/heads/master | 2020-03-16T21:20:40.009598 | 2018-06-11T09:52:03 | 2018-06-11T09:52:03 | 132,995,221 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 545 | java | package com.scen.dao;
import com.scen.basedao.BaseDao;
import com.scen.pojo.AdminUser;
import java.util.Set;
/**
* 管理员持久层
*
* @author Scen
* @date 2018/5/11 19:44
*/
public interface AdminUserDao extends BaseDao<AdminUser> {
/**
* 通过用户名查询角色信息
*
* @param username
* @return
*/
Se... | [
"scen@vip.qq.com"
] | scen@vip.qq.com |
1e4d4f6590d2f090e7a83c761ab8421793d346ea | 6f6d6dc3afdbf4a3911545cdbdc692a96abfeb2e | /app/src/main/java/com/example/postgresql/ui/dashboard/ResultadosFragment.java | 34ad37c94c6558cbf7dc545f4c1316311bca2f1b | [] | no_license | cf18gastonrossi/PostgreSQL | 3dae2a8a3844a2173bd3db767d1129aa8c581d7d | 3836d7ec7f34b4e6f6f32a69d1741edd2646a373 | refs/heads/master | 2022-09-14T16:00:18.598236 | 2020-05-31T20:48:34 | 2020-05-31T20:48:34 | 268,095,875 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,088 | java | package com.example.postgresql.ui.dashboard;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.fragment.app.Fragment;
import androidx.lifecycle.Observer;
import androidx.lifecycle.ViewModelProvider... | [
"gaston.rossi@basetis.com"
] | gaston.rossi@basetis.com |
01ef8b1600cec60674f8765ccc132f259027760c | 2eeeb3ede8926c5c2313ed82068e23e7e868c566 | /app/src/main/java/cn/leeii/simple/ui/ref/RefreshTestContract.java | f5c2df931bf356602549da64662be206099bc7f9 | [] | no_license | JasonFengHot/LeeFream | 4f515c2908aa76de5073e8a0940f34684df9ef85 | cd422601fc724d4b5249be250b1cd17d743b0bfd | refs/heads/master | 2021-01-21T10:16:07.819173 | 2017-07-26T09:49:20 | 2017-07-26T09:49:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 317 | java | package cn.leeii.simple.ui.ref;
import com.leeiidesu.libmvp.mvp.IContract;
/**
* Created by leeiidesu on 2017/6/30.
*/
public interface RefreshTestContract {
interface IRefreshTestView extends IContract.IView<RefreshTestPresenter> {
}
interface IRefreshTestModel extends IContract.IModel {
}
}
| [
"leeiidesu@gmail.com"
] | leeiidesu@gmail.com |
b3c7502109b3304c77576f1f54f9d6789359e5b1 | 8971ca734e67d07b6694d52dd0101c2a41ee9b7c | /src/org/review/dal/ConnectionManager.java | c1d5cd04321682f0432021fb700858a63beb6f4b | [] | no_license | ivyqxy/ReviewApplication | 6090e6768b308017592dd81db49a82a017b33fc8 | 4b1c5c756960908d8e709c0a665935a1fbdae06a | refs/heads/master | 2021-06-06T07:00:53.369208 | 2016-11-09T11:26:15 | 2016-11-09T11:26:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,339 | java | // PRAKASH SOMASUNDARAM
package org.review.dal;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.util.Properties;
//import javax.servlet.ServletException;
/**
* Use ConnectionManager to connect to your database instance.
*
* ConnectionManager uses the MySQL Con... | [
"somasundaram.p@husky.neu.edu"
] | somasundaram.p@husky.neu.edu |
cd3728dc88a3f65e7105979ec3be5686d73fbc43 | 9edae0eb8b4e8dc522aea0c0964943541581f4a2 | /core/src/lando/systems/prototype/accessors/Vector2Accessor.java | 9c235da50e5fc9d3c22d34554a6c446b7918d50f | [] | no_license | bploeckelman/FlingerPrototype | 51ad725c9d0a80f6701107b63a8e14494fef8106 | 6c1f0b9eb8037f9cff4ced44a3e46b5c3de2f47a | refs/heads/master | 2020-06-05T23:20:14.983582 | 2015-01-18T00:12:08 | 2015-01-18T00:12:08 | 29,379,045 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,200 | java | package lando.systems.prototype.accessors;
import aurelienribon.tweenengine.TweenAccessor;
import com.badlogic.gdx.math.Vector2;
/**
* Brian Ploeckelman created on 7/21/2014.
*/
public class Vector2Accessor implements TweenAccessor<Vector2> {
public static final int X = 1;
public static final int Y = 2;
... | [
"brian.ploeckelman@gmail.com"
] | brian.ploeckelman@gmail.com |
2c853ff25a067bb4ad46cebf59dbfd2a549ec138 | f2740cb6c3e47d362ba7b8275a23f5b1e4e21c01 | /spring4-code/chapter7/src/main/java/com/smart/advice/GreetingBeforeAdvice.java | f9bdd8af170f97f0b4fc6ebd4d550427b585b233 | [] | no_license | peterlxb/coding-demo | dd94a8a5471309e075c729e5ab85d970c8d8b705 | c5d52d03dcefe4a2663a5055621afcd889e2f4d9 | refs/heads/master | 2023-03-05T18:15:07.499938 | 2021-02-04T14:13:26 | 2021-02-04T14:13:26 | 257,637,242 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 374 | java | package com.smart.advice;
import java.lang.reflect.Method;
import org.springframework.aop.MethodBeforeAdvice;
public class GreetingBeforeAdvice implements MethodBeforeAdvice {
public void before(Method method, Object[] args, Object obj) throws Throwable {
String clientName = (String)args[0];
System.out... | [
"p_lxboliu@tencent.com"
] | p_lxboliu@tencent.com |
aae028be1385e5b1e20a5f1d8e6a138f864866d3 | 23bcf8dbee07b800585df29c5237db74600c4931 | /dripop-dao/src/main/java/com/dripop/entity/TParam.java | 58980aa60a8f0c2645dbdb29be0f7d776f768d86 | [] | no_license | chaolm/myWeb | cdb5ce3f28ff97104f487b4e1f1b736129d04b34 | 366ded1e0ef04dedc872e7cd26d0c5bef817878b | refs/heads/master | 2022-07-25T19:09:05.065025 | 2019-04-30T06:09:17 | 2019-04-30T06:09:17 | 184,199,647 | 0 | 0 | null | 2022-06-29T17:20:49 | 2019-04-30T05:49:59 | Java | UTF-8 | Java | false | false | 3,520 | java | package com.dripop.entity;
import javax.persistence.Column;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.Table;
import java.io.Serializable;
import java.util.Date;
/**
* Created by liyou on 2017/6/14.
*/
@javax.persistence.Entity
@Table(name = "t_param")
public clas... | [
"1054490510@qq.com"
] | 1054490510@qq.com |
12a830609c32a44ec06da2ed66817747aa52d08f | f4fd782488b9cf6d99d4375d5718aead62b63c69 | /com/planet_ink/coffee_mud/Abilities/Properties/Prop_LanguageSpeaker.java | 73d8e77eb0a9a3292578e583f4add029c5a1718c | [
"Apache-2.0"
] | permissive | sfunk1x/CoffeeMud | 89a8ca1267ecb0c2ca48280e3b3930ee1484c93e | 0ac2a21c16dfe3e1637627cb6373d34615afe109 | refs/heads/master | 2021-01-18T11:20:53.213200 | 2015-09-17T19:16:30 | 2015-09-17T19:16:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,781 | java | package com.planet_ink.coffee_mud.Abilities.Properties;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
im... | [
"bo@zimmers.net"
] | bo@zimmers.net |
1d9e70f00bbd4dd9c70f839925139fa8872761d6 | 8f5c2096db1b493fc7ad6e84688cb6afe8edb649 | /PracticaFinalDejean/src/playlist/OtrosMetodos.java | e0b22f488caef120c290c7cc0e0de945d57f400a | [] | no_license | maxi-89/RepasoFinalDejean | b433cac7a6a16ca56853354f99dd4675ef0307a3 | 9f5016e2788f10dae0294b01b383a1e08ea2e415 | refs/heads/master | 2020-11-23T18:27:11.252491 | 2019-12-13T13:22:27 | 2019-12-13T13:22:27 | 227,766,325 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,424 | java | /**package playlist;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Scanner;
import java.util.TreeMap;
public class OtrosMetodos {
public static void descubrirNombresRepetidos(String miArchiv... | [
"maxirodriguez@maxirodriguez-VJF155F11UAR"
] | maxirodriguez@maxirodriguez-VJF155F11UAR |
56b5817af832cabff6927595d4043158787c46e8 | 1193bc051f813f6533bef4e9d45a448c83a23531 | /src/main/java/net/htjs/blog/entity/SysPermission.java | 20c26f9a724e2537cae09a3fe0dc95b565730397 | [] | no_license | jiyulongxu/blog | cdf5d468601d6d52e364e6aafa5654dc67a4af33 | b4131a9baa77e288b119f79bc596b26c9c0f8d99 | refs/heads/master | 2020-03-27T07:15:34.785948 | 2018-08-25T02:28:56 | 2018-08-25T02:28:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 647 | java | package net.htjs.blog.entity;
import lombok.Getter;
import lombok.Setter;
import java.util.Date;
/**
* blog/net.htjs.blog.entity
*
* @Description:
* @Author: dingdongliang
* @Date: 2018/8/13 17:35
*/
@Getter
@Setter
public class SysPermission extends BaseDomain {
private String pmsnId;
private String m... | [
"Ks10Kslhk"
] | Ks10Kslhk |
eef5776646a16df25ccb6b68f15dfdca41682dde | f7a0cd516f20d3cf58d643926a6a71fae69020f4 | /src/main/java/org/eumetsat/metop/sounder/FlagReader.java | e8ca88cf7e3baa57f06ff55b4a74df374456e357 | [] | no_license | bcdev/metop-sounder-tools | 52d6166dd9f775207e0fced6958a0c00fc7cdd5f | ac0b1f20b136388c3c3feece17f20141bab1afbb | refs/heads/master | 2020-05-24T05:50:25.584835 | 2017-03-13T13:14:26 | 2017-03-13T13:14:26 | 84,827,981 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,568 | java | /*
* $Id: $
*
* Copyright (C) 2009 by Brockmann Consult (info@brockmann-consult.de)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation. This program is distributed in the hope it wil... | [
"marcoz@fc2be322-dc32-0410-aa07-d0f95ae639be"
] | marcoz@fc2be322-dc32-0410-aa07-d0f95ae639be |
4886525992c5eff7721ac1caa08b4d1193dcb1f0 | 9374735a873b24244b6e382f931a599e157be645 | /gen/com/cs314/p4/R.java | 0a729eae174950be5d72f0fba61e480c8f867eb2 | [] | no_license | Mamill42/p4android | e74c30ddd44ab78385f69e646b3bfc9ee7535628 | e5adcc2432c80d08252569ff213359ac4a92c262 | refs/heads/master | 2016-09-05T20:35:29.286820 | 2014-11-30T21:59:05 | 2014-11-30T21:59:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,495 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.cs314.p4;
public final class R {
public static final class attr {
}
public static final class dimen {
/**... | [
"mamill42@rams.colostate.edu"
] | mamill42@rams.colostate.edu |
12a177cc6d4183e1149eae09e5bd14dc3af70631 | 622dce249f6052f864e42aa1d13194b7ec26abba | /src/main/java/zadania_5/kolekcje_listy/zad6_DOKONCZ/Main.java | dc3bdb59aa6d8623aa169393dbbd829c784ecf80 | [] | no_license | DorotaPotulska/HomeworkFromTheCourseSDA | d14aaaf5d0e235a033072af40c385398021eea97 | d88c32ea3bcd6e7412bb624bbc154e520446acf2 | refs/heads/master | 2022-07-26T01:57:53.782654 | 2020-05-14T17:22:58 | 2020-05-14T17:22:58 | 263,979,409 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,296 | java | package zadania_5.kolekcje_listy.zad6_DOKONCZ;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
/*6. Stwórz aplikację, a w niej klasę Dziennik i student .
Stwórz również klasę Student. Klasa Student powinna:
- posiadać listę ocen studenta (List<Double>)
- posiadać (p... | [
"dorota-chajewska@wp.pl"
] | dorota-chajewska@wp.pl |
ea4253133f46cf215787f8891fdd38b915188030 | 0e06e096a9f95ab094b8078ea2cd310759af008b | /sources/rx/observers/Observers.java | 6444963cd8878fe16829fe2e07dad33059cb7769 | [] | no_license | Manifold0/adcom_decompile | 4bc2907a057c73703cf141dc0749ed4c014ebe55 | fce3d59b59480abe91f90ba05b0df4eaadd849f7 | refs/heads/master | 2020-05-21T02:01:59.787840 | 2019-05-10T00:36:27 | 2019-05-10T00:36:27 | 185,856,424 | 1 | 2 | null | 2019-05-10T00:36:28 | 2019-05-09T19:04:28 | Java | UTF-8 | Java | false | false | 2,943 | java | package rx.observers;
import rx.Observer;
import rx.exceptions.OnErrorNotImplementedException;
import rx.functions.Action0;
import rx.functions.Action1;
public final class Observers {
private static final Observer<Object> EMPTY = new C33261();
/* renamed from: rx.observers.Observers$1 */
static class C33... | [
"querky1231@gmail.com"
] | querky1231@gmail.com |
f8e38c4c776d3538d31d1730bee626193d7ada5a | eeea2b91656bfb54c68d418807cf9ebb8296c986 | /src/main/java/pl/mobilkiwspa/avangarde/models/services/ServeService.java | e4f6c3fbef396f51132c8bdac11bbcb627cafc9c | [] | no_license | MaciejSzc/avangarde_backend_prototype | 7a0854dd0cdb1bbee2c3732b40a90292643f68c9 | b786b305a329707825a880a0c4a73c34dcb0d1ff | refs/heads/master | 2022-05-31T21:37:01.364999 | 2019-07-05T06:31:38 | 2019-07-05T06:31:38 | 194,565,798 | 0 | 0 | null | 2022-05-20T21:01:21 | 2019-06-30T22:09:03 | JavaScript | UTF-8 | Java | false | false | 1,449 | java | package pl.mobilkiwspa.avangarde.models.services;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import pl.mobilkiwspa.avangarde.models.entities.EmployeeEntity;
import pl.mobilkiwspa.avangarde.models.entities.ServeEntity;
import pl.mobilkiwspa.avangarde.mo... | [
"maciej.szczesny.orzesze@gmail.com"
] | maciej.szczesny.orzesze@gmail.com |
95631a8d6a9f20d5986946b42ce7fd2cebd45ac4 | 4b2be8355c1cbb93a2f90bcbd9b7732ae54ef82c | /src/main/java/chapter4/ex9ex11/Ref.java | 75cfa577d8bc55c76dfe4bf447bf2a15e8e5b2d3 | [] | no_license | DimaLaguta/Tasks | f16aa5a7229884dd979f682d9efac99cf7467940 | 08cebdbfb468f48113d64f3b1d3dca3644d1ba44 | refs/heads/master | 2022-11-26T19:08:35.240401 | 2020-03-28T22:09:23 | 2020-03-28T22:09:23 | 246,691,934 | 0 | 0 | null | 2022-11-16T00:53:58 | 2020-03-11T22:24:53 | Java | UTF-8 | Java | false | false | 1,412 | java | package chapter4.ex9ex11;
import java.lang.reflect.Field;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
public class Ref {
public static String ToString(Object object) throws IllegalAccessException {
String result = "";
Class classObject = object.getClass();... | [
"dimalaguta4@gmail.com"
] | dimalaguta4@gmail.com |
952cfc9b301f132dd5db19f231868fd1ce402f86 | 082e26b011e30dc62a62fae95f375e4f87d9e99c | /docs/weixin_7.0.4_source/反编译源码/未反混淆/src/main/java/com/tencent/mm/plugin/webview/e/e.java | 02e153f07b7878b9e5bf2c13e07b8d38fe2aaf41 | [] | no_license | xsren/AndroidReverseNotes | 9631a5aabc031006e795a112b7ac756a8edd4385 | 9202c276fe9f04a978e4e08b08e42645d97ca94b | refs/heads/master | 2021-04-07T22:50:51.072197 | 2019-07-16T02:24:43 | 2019-07-16T02:24:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,928 | java | package com.tencent.mm.plugin.webview.e;
import android.content.Context;
import android.content.SharedPreferences.Editor;
import android.net.Uri;
import android.text.TextUtils;
import com.tencent.matrix.trace.core.AppMethodBeat;
import java.util.List;
import java.util.regex.Pattern;
public final class e {
public ... | [
"alwangsisi@163.com"
] | alwangsisi@163.com |
11586b8dec1bc76ad9c43f54f4b443000239717a | 85e1a5259fc6501ffb53b691e8a7891762727e56 | /AppDataLibrary/src/main/java/com/sn/app/net/data/app/XianYunApiService.java | 4f996c5e98bcc3aea1c717fd17a17abb7630ff87 | [] | no_license | sengeiou/New_And_WellGo | 32f30c509c03868bb9e5469811a7e9861ced90c1 | 80791b64d3127de5a0acc847f18b46462859028e | refs/heads/master | 2023-08-16T22:11:04.393563 | 2021-10-11T18:26:42 | 2021-10-11T18:26:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 128 | java | package com.sn.app.net.data.app;
/**
* 作者:东芝(2018/1/19).
* 功能:祥云
*/
public interface XianYunApiService {
}
| [
"758378737@qq.com"
] | 758378737@qq.com |
65b8980cd5c5b7b0e43bd98e2717b6112056e7d1 | 0a1b434de0434dbb50957eeb72ddf0819097691f | /app/src/main/java/com/hi/gpsmaps/fragment/RouteFragment.java | 883c504dbfeeedac8b88bb97fd756edf47ab082c | [] | no_license | NirajBhat/GpsMaps | 9ba694e86da97824c6b66da6326f5851433849f2 | 9b7c77209450f3832664f72e9fea1be62ca08e17 | refs/heads/master | 2020-03-23T22:02:00.108496 | 2018-07-24T11:45:39 | 2018-07-24T11:45:39 | 142,148,667 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,641 | java | package com.hi.gpsmaps.fragment;
import android.content.Context;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
impo... | [
"nirajbhatpujari@gmail.com"
] | nirajbhatpujari@gmail.com |
f433aac803494c5a8bc7c082f489943cfa5a9437 | 1969c565c241182f4c41617c6ffee30ebad4cafc | /NotificationWS/src/main/java/com/servercentral/communication/hub/job/MainClass.java | e321124f127837a5cece3217722d927f0a1b80f7 | [] | no_license | rahatjaan/NotificationHub | 222a1bcd821000b06e51be700aafbfb62769c29e | 50cd664141fe0888c3dc48fc429ce3e53c1d4c7f | refs/heads/master | 2021-01-22T20:49:24.224725 | 2013-12-16T11:59:41 | 2013-12-16T11:59:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 507 | java | package com.servercentral.communication.hub.job;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class MainClass {
public static void main(String[] args) {
new ClassPathXmlApplicationContext("spring\\spring-config.xml");
/// new ClassPathXmlApplicationContext("schedule-basicUsage... | [
"rahat.jaan@gmail.com"
] | rahat.jaan@gmail.com |
70c0f3a2621858d0925ed7714c703f9847e03f8e | 3c629c4bec16c1ec07e8ad3973eddad7d018a229 | /src/com/conducivetech/cache/airports/v1/AirportByFsCodeResponse.java | 62034e21af731a1e54d0f8481b86b46aa362397a | [] | no_license | carlovendiola/HappyHeavenWebApp | 61f7e1906811b2223e8fd88a71f4126b3e57f561 | b42eeb5771eef893d8f7fb3b85ef6f69890c6313 | refs/heads/master | 2020-05-23T08:01:32.388034 | 2017-07-13T00:58:27 | 2017-07-13T00:58:27 | 80,487,179 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,899 | java |
package com.conducivetech.cache.airports.v1;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for airportByF... | [
"carlovendiola5287@gmail.com"
] | carlovendiola5287@gmail.com |
9204f2df4f31abadc952346a86c85220fff34bac | 1867e64fba84ddbb318e48086b3d68e193aa8945 | /com.tdd/src/test/java/Runner/Test_Runner.java | 5ffb4cab349d9788b61f6cc2604b8bd741b88789 | [] | no_license | UmaMahiswari/FinalTestNG | 514d8905d4f7a58fbf66797ff7e1f22802a3d912 | 9cf1a922d01a51ecc22067515929577ba2d5ae62 | refs/heads/master | 2020-03-27T14:29:52.724727 | 2018-08-29T22:27:49 | 2018-08-29T22:27:49 | 146,665,686 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 373 | java | package Runner;
import org.testng.annotations.AfterTest;
import org.testng.annotations.BeforeTest;
import org.testng.annotations.Test;
public class Test_Runner {
@Test
public void test()
{
System.out.println("");
}
@BeforeTest
public void beforeTest()
{
System.out.println("");
}
@AfterTest
publi... | [
"umamahiswari.r@gmail.com"
] | umamahiswari.r@gmail.com |
f1392bb2558fc1c5c52c09de88faf46c2568d201 | fe7fe709bdfc8316a89c32a0dfc405e515cd63cb | /product/src/main/java/io/github/thesixonenine/product/service/SpuCommentService.java | 0d8b164d9ce44714271cd70ac4b33e2bfa11cf62 | [
"MIT"
] | permissive | thesixonenine/619 | 70aeab40abef98a3d38600d7300fec394139ad75 | f8b9d44f77a2eb81bd1fec6d747d8860433b0d2c | refs/heads/master | 2023-02-08T03:26:35.156276 | 2020-12-27T16:04:10 | 2020-12-27T16:04:10 | 269,237,555 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 463 | java | package io.github.thesixonenine.product.service;
import com.baomidou.mybatisplus.extension.service.IService;
import io.github.thesixonenine.common.utils.PageUtils;
import io.github.thesixonenine.product.entity.SpuCommentEntity;
import java.util.Map;
/**
* 商品评价
*
* @author thesixonenine
* @date 2020-06-06 00:59:3... | [
"huyang1994822@gmail.com"
] | huyang1994822@gmail.com |
8b5acc037796be9667f204de32aca4a643119815 | fac77f817341a0015f659d39122ea3cd9c123ace | /src/test/java/mybatisPlus/MybatisPlusGenerate.java | bc996f23620c44c1114218e336c1e3cb6dfa1ea1 | [] | no_license | xuchen93/MyManage | 8a996de6162546bfb7055a182134668bd8763ede | 1dff73b9c0f6af0d00d3930f0d64183e252c7c87 | refs/heads/master | 2021-09-22T11:08:02.052485 | 2018-09-09T03:21:20 | 2018-09-09T03:21:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,217 | java | package mybatisPlus;
import com.baomidou.mybatisplus.generator.AutoGenerator;
import com.baomidou.mybatisplus.generator.config.DataSourceConfig;
import com.baomidou.mybatisplus.generator.config.GlobalConfig;
import com.baomidou.mybatisplus.generator.config.PackageConfig;
import com.baomidou.mybatisplus.generator.confi... | [
"599268367@qq.com"
] | 599268367@qq.com |
a55636edfcdecd011d97fd437048097bdabb7705 | c55090010a2cf1b3d91a89f073de6a052854c105 | /src/main/java/com/gdosoftware/mercadopago/domain/MPPreference.java | 11dfee0db3fcbfdfa0d1bc4802ae16cc4f827e8a | [] | no_license | gdosoftware/mercadopagos | febf3979d586008b11e06c7920eabe9299398884 | 37d85c779245b78780411e929ff5c363628b34a6 | refs/heads/master | 2021-04-15T18:00:35.527910 | 2018-04-11T17:52:34 | 2018-04-11T17:52:34 | 126,530,100 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,186 | 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 com.gdosoftware.mercadopago.domain;
import java.util.Date;
/**
*
* @author Daniel Gago
*/
public class MPPreference {
... | [
"Dani@Daniel-PC"
] | Dani@Daniel-PC |
fe73896c7ba992782fbbfb83e3bb516a91ac9503 | 97ecee3e3df91630105e96c1d171bafee91b582f | /CSC 307/IntelliJ TestTool Collection/TestToolv8/TestTool/Model/TestBank/StudentTestBank.java | da6f4edc41fe5d1ee1d653ff0b32224629895a92 | [] | no_license | bsugiarto24/PastClasses | cb222b4c1ad086d790a99ea39ab70a7564c81546 | a6bdac4d8f534875a4fd88fda023d209302043cc | refs/heads/master | 2021-01-10T12:54:37.076981 | 2016-02-23T23:36:19 | 2016-02-23T23:36:19 | 52,399,274 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,668 | java | package TestTool.Model.TestBank;
import TestTool.Model.TestCreation.StudentTest;
import java.util.ArrayList;
import java.util.HashMap;
/**
* A StudentTestBank is a collection of StudentTest objects in a hashmap.
* The key is the name of the student and the value is the list of StudentTest objects assigned to each ... | [
"bsugiarto@bsugiarto-ltm.internal.salesforce.com"
] | bsugiarto@bsugiarto-ltm.internal.salesforce.com |
08dc411921cf4ce5016629c8e5a1d733fe5a8623 | d9b78a17eeb401d6bd5d364cfb417bc83c78fcaa | /Android/app/src/main/java/com/example/quanlynhahang/ui/share/DanhSachTrangThaiThucDon.java | f0cf6c52d2c373ba4074d79d373023f835e13a77 | [] | no_license | MinhLuongVu/PhanMemQuanLyNhaHang | 5cefa840922cdcba2744f4bc97491d8473f0632c | 7e7f8cd7eb64893406efb723ffd3015ecbfc7572 | refs/heads/master | 2022-11-22T17:35:39.674667 | 2020-07-15T13:51:40 | 2020-07-15T13:51:40 | 279,876,391 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,778 | java | package com.example.quanlynhahang.ui.share;
import com.example.quanlynhahang.Database.ConnectionDB;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.util.ArrayList;
public class DanhSachTrangThaiThucDon {
ResultSet resultSet;
ConnectionDB connectionDB=new ... | [
"vuminhluong3@gmail.com"
] | vuminhluong3@gmail.com |
6d99d19fa0a5ed6b40a05a0382efae9805dcec99 | 2c7ffea09a8b6f7933a30d63992e067e648eda33 | /app/src/main/java/com/zcl/hxqh/liangqingmanagement/record/ParsedNdefRecord.java | 0db990f3a858e780f48ecb12ee262512bedce564 | [] | no_license | cd-hxqh/LiangQingProject | 5760faa94750d38de87413db4c07533526c41208 | cc0a300977d5279708076d80f4e4028a3fc572aa | refs/heads/master | 2021-01-13T15:47:32.996150 | 2017-10-12T08:13:15 | 2017-10-12T08:13:15 | 76,842,987 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,020 | java | /*
* Copyright (C) 2010 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... | [
"278233503@qq.com"
] | 278233503@qq.com |
8feb302e1003803b31a881c5007b18d781c1b76f | 24096daba0c54e911cde43607b553280051748f7 | /NS_COMMONS/src/main/java/com/creditease/framework/listener/ExceptionEvent.java | 843cbd7caae368b0499f55b4fbee044406fe5476 | [
"Apache-2.0"
] | permissive | zhenyanlab/ns4_frame | 743dfff816ed37e4e4ea000de801b0e21d114f45 | 87f494dc2cb20c673d545a1a5a8835b253d419bf | refs/heads/master | 2022-05-30T16:35:39.570516 | 2019-04-01T06:03:22 | 2019-04-01T06:03:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 268 | java | package com.creditease.framework.listener;
public class ExceptionEvent implements Event{
private Throwable exception;
public Throwable getException() {
return exception;
}
public void setException(Throwable exception) {
this.exception = exception;
}
}
| [
"1573885251@qq.com"
] | 1573885251@qq.com |
39ce5292781c602d5694e9f6885670da666cc76b | da145c7676db329c7c41ee821b203dfb6ac86143 | /src/main/java/com/diloso/app/persist/entities/MultiText.java | de6de60cbe26a396f5464f54d8d09508e196246b | [] | no_license | javihsan/diloso | 62ada6ed23a6985369273b4ab2c44c82530397b2 | 0749f8595a9a9d485d12bdac4987f1d0f538d856 | refs/heads/master | 2020-04-10T05:01:52.071337 | 2018-12-07T11:42:00 | 2018-12-07T11:42:00 | 160,815,810 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,831 | java | package com.diloso.app.persist.entities;
import java.io.Serializable;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.NamedQueries;
import javax.persistence.NamedQuery;
/**
* The persistent class... | [
"javihsan@gmail.com"
] | javihsan@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.