blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 390 | content_id stringlengths 40 40 | detected_licenses listlengths 0 35 | license_type stringclasses 2
values | repo_name stringlengths 6 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 539
values | visit_date timestamp[us]date 2016-08-02 21:09:20 2023-09-06 10:10:07 | revision_date timestamp[us]date 1990-01-30 01:55:47 2023-09-05 21:45:37 | committer_date timestamp[us]date 2003-07-12 18:48:29 2023-09-05 21:45:37 | github_id int64 7.28k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 13
values | gha_event_created_at timestamp[us]date 2012-06-11 04:05:37 2023-09-14 21:59:18 ⌀ | gha_created_at timestamp[us]date 2008-05-22 07:58:19 2023-08-28 02:39:21 ⌀ | gha_language stringclasses 62
values | src_encoding stringclasses 26
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 128 12.8k | extension stringclasses 11
values | content stringlengths 128 8.19k | authors listlengths 1 1 | author_id stringlengths 1 79 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7baea3be212e1f0b221a079713db8e1a00d79a67 | e087ef4984a8658c287d955276f08f06da358397 | /src/com/javarush/test/level09/lesson11/home06/Solution.java | 47aeb99cc054e1b8e40d35bcf485799a040e104d | [] | no_license | YuriiLosinets/javacore | f08fd93623bc5c90fcb4eb13a03a3360b702a5fb | 552117fd18a96ff99c6bd5455f16f4bb234d2bdc | refs/heads/master | 2021-01-10T14:39:57.494858 | 2016-03-25T08:40:31 | 2016-03-25T08:40:31 | 53,958,241 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,880 | java | package com.javarush.test.level09.lesson11.home06;
import java.util.ArrayList;
/* Сказка «Красная Шапочка»
1. Есть пять классов: красная шапочка, бабушка, пирожок, дровосек, волк.
2. У каждого класса есть 2 поля: убил (killed ArrayList) и съел (ate ArrayList).
3. Необходимые объекты созданы (hood, grandmother, ...).
... | [
"yuri.losinets@gmail.com"
] | yuri.losinets@gmail.com |
1f4da5540dc5af7c29f4f3bb1fa5227c92452a46 | 2e866fa46692a58b88e3b33cb0ff1a3693432795 | /plugins/jps-cache/src/com/intellij/jps/cache/client/ArtifactoryEntryDto.java | d2bd7381be5e2b2dd8e4a0365aa434237ef1e08d | [
"Apache-2.0"
] | permissive | ForNeVeR/intellij-community | 44fd60cac8854984088afb668f97bf18ade89ec3 | 0f9b0c5e806ca9532a128cc9c622601700e24aa7 | refs/heads/master | 2020-09-11T15:08:09.707044 | 2019-11-15T23:24:56 | 2019-11-15T23:41:38 | 222,079,787 | 0 | 1 | Apache-2.0 | 2019-12-02T21:03:37 | 2019-11-16T10:01:54 | null | UTF-8 | Java | false | false | 1,306 | java | package com.intellij.jps.cache.client;
import java.util.Objects;
public class ArtifactoryEntryDto {
private String repo;
private String path;
private String name;
private String type;
private Long size;
public String getRepo() {
return repo;
}
public void setRepo(String repo) {
this.repo = r... | [
"intellij-monorepo-bot-no-reply@jetbrains.com"
] | intellij-monorepo-bot-no-reply@jetbrains.com |
15b3e5f5eb91553afad897ff334bf7200024bc5a | 400fa6f7950fcbc93f230559d649a7bfc50975fe | /src/com/jagex/NativeTexture.java | 6b4ef7da123693a60786a182672ac7cf6df06546 | [] | no_license | Rune-Status/Major--Renamed-839 | bd242a9b230c104a4021ec679e527fe752c27c4f | 0e9039aa22f7ecd0ebcf2473a4acb5e91f6c8f76 | refs/heads/master | 2021-07-15T08:58:15.963040 | 2017-10-22T20:14:35 | 2017-10-22T20:14:35 | 107,897,914 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 150 | java | package com.jagex;
public interface NativeTexture {
void method296(Class318 class318);
void method301();
void deleteImmediately();
} | [
"iano2k4@hotmail.com"
] | iano2k4@hotmail.com |
73acb47dd48bfcb5991e31b3749291154ea3e8cc | 22ca777d5fb55d7270f5b7b12af409e42721d4fa | /src/main/java/com/basic/designpattern/creationalPatterns/builderPattern/burger/VegBurger.java | 031834423ed87472399273852c9023f4dc8bef90 | [] | no_license | Yommmm/Java-Basic | 73d1f8ef59ba6186f7169f0dd885cbe7a21d2094 | fec3793a1284ac53676daf71547f53469b33e042 | refs/heads/master | 2021-05-26T05:14:27.590319 | 2020-05-15T15:43:04 | 2020-05-15T15:43:04 | 127,542,927 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 235 | java | package com.basic.designpattern.creationalPatterns.builderPattern.burger;
public class VegBurger extends Burger {
@Override
public String name() {
return "Veg Burger";
}
@Override
public float price() {
return 18.8f;
}
}
| [
"yangzhiwen@chalco-steering.com"
] | yangzhiwen@chalco-steering.com |
90a673e0d4e0c794eca4c4c9b3bb7f648daa356e | 95b50a95a920d2e09de11e1b471c24a8ae0e72b2 | /MOOC_JAVA_OFFER/src/thread/WaitSleepDemo.java | 284443437f1d88e2a9b4419dfbeac5ebe5b2e712 | [] | no_license | HongbinW/Java | 5db4668d263681ce52b9cfb8a6148abadd967969 | e8a9c952a860fcae8c382c93039f939d334e4ec8 | refs/heads/master | 2021-07-01T21:04:11.933749 | 2020-09-16T05:43:05 | 2020-09-16T05:43:05 | 162,947,163 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,113 | java | package thread;
/**
* @Author: HongbinW
* @Date: 2019/8/3 22:01
* @Version 1.0
* @Description:
*/
public class WaitSleepDemo {
public static void main(String[] args){
final Object lock = new Object();
new Thread(new Runnable() {
@Override
public void run() {
... | [
"501245176@qq.com"
] | 501245176@qq.com |
a74522040ec146deae6f1942ab5afd179ab67873 | b01332bd1b0eac2adb901ce121b0ba481e82a126 | /beike/ops-order/src/main/java/com/meitianhui/order/entity/FgOrderRefundLog.java | 48ecfe29d19e0e92bb563135fd21e81d9534a978 | [] | no_license | xlh198593/resin | 5783690411bd23723c27f942b9ebaa6b992c4c3b | 9632d32feaeeac3792118269552d3ff5ba976b39 | refs/heads/master | 2022-12-21T00:17:43.048802 | 2019-07-17T02:13:54 | 2019-07-17T02:13:54 | 81,401,320 | 0 | 2 | null | 2022-12-16T05:02:24 | 2017-02-09T02:49:12 | Java | UTF-8 | Java | false | false | 1,961 | java | package com.meitianhui.order.entity;
import java.io.Serializable;
import java.util.Date;
/**
* 领了么退款订单信息
*
* @author Tiny
*
*/
public class FgOrderRefundLog implements Serializable {
private static final long serialVersionUID = 1L;
/** 订单标识**/
private String log_id;
/** 订单编号**/
private String order_no;
... | [
"longjiangxia@la-inc.cn"
] | longjiangxia@la-inc.cn |
a794769eb28c091d4c993ad479f1660ee2f2bdb5 | fe1f2c68a0540195b227ebee1621819766ac073b | /OVO_jdgui/android/support/design/widget/TabItem.java | 9254542d354dfef52eee7f6bbfd58f693a2c81b5 | [] | no_license | Sulley01/KPI_4 | 41d1fd816a3c0b2ab42cff54a4d83c1d536e19d3 | 04ed45324f255746869510f0b201120bbe4785e3 | refs/heads/master | 2020-03-09T05:03:37.279585 | 2018-04-18T16:52:10 | 2018-04-18T16:52:10 | 128,602,787 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,024 | java | package android.support.design.widget;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.drawable.Drawable;
import android.util.AttributeSet;
import android.view.View;
import myobfuscated.mv;
import myobfuscated.z.k;
public final class TabItem
extends View
{
final Char... | [
"sullivan.alvin@ymail.com"
] | sullivan.alvin@ymail.com |
4d877ac3815e7df537c09e67bf398ac0bd942d50 | ccd9dbdb429f2fca740c43c054f909d6940778df | /src/main/java/net/hasor/core/binder/ApiBinderWrap.java | af3842ee907b321164c2a3715ea2b063f414b6f7 | [
"Apache-2.0"
] | permissive | qiukeren/hasor | e6fdd64b24c5852cfe5a3553273ec053d84412e6 | a136142d3ec11a7b83ce852f88bbd80c4bececbf | refs/heads/master | 2020-06-10T12:22:47.686177 | 2016-12-01T02:45:23 | 2016-12-01T02:45:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,063 | java | /*
* Copyright 2008-2009 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | [
"zyc@hasor.net"
] | zyc@hasor.net |
d128b72c91be0dba9a347b1c7522f0998771350b | 6b9588d36a20f37323724d39cf196feb31dc3103 | /skycloset_malware/src/com/facebook/react/fabric/mounting/mountitems/f.java | 37c2ac9accaca2607d94c79a1ca3e0e1b35cef40 | [] | no_license | won21kr/Malware_Project_Skycloset | f7728bef47c0b231528fdf002e3da4fea797e466 | 1ad90be1a68a4e9782a81ef1490f107489429c32 | refs/heads/master | 2022-12-07T11:27:48.119778 | 2019-12-16T21:39:19 | 2019-12-16T21:39:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 720 | java | package com.facebook.react.fabric.mounting.mountitems;
import com.facebook.react.fabric.mounting.c;
import com.facebook.react.uimanager.af;
public class f implements e {
private final String a;
private final int b;
private final af c;
public f(af paramaf, int paramInt, String paramString) {
this.... | [
"root@localhost.localdomain"
] | root@localhost.localdomain |
071153220d1d9475164b0209ee5e1f96597778e0 | ad5f5574d004586e1def903de4c2824ab99edd51 | /BANDI_PROJECT/src/com/semi/bandi/controller/member/logoutServlet.java | e40315201b6a940c3b3336c343b24694dfb34185 | [] | no_license | parkjy0629/BANDI_PROJECT_JY | b3ef6e6e1b416bdc574b124a777c287f230ab100 | ca0b8dd36def407516f55e056766cb82767d2464 | refs/heads/master | 2020-03-18T19:13:14.332434 | 2018-06-04T06:21:31 | 2018-06-04T06:21:31 | 135,141,832 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,765 | java | package com.semi.bandi.controller.member;
import java.io.IOException;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpS... | [
"user2@KH_H"
] | user2@KH_H |
626d9158ca2bc41fbe0e36161f8f3fc36a8be597 | 5e224ff6d555ee74e0fda6dfa9a645fb7de60989 | /database/src/main/java/adila/db/jfltecan_sgh2dm919v.java | 0151a722e72b9dcec1580c6538d92533ce814e68 | [
"MIT"
] | permissive | karim/adila | 8b0b6ba56d83f3f29f6354a2964377e6197761c4 | 00f262f6d5352b9d535ae54a2023e4a807449faa | refs/heads/master | 2021-01-18T22:52:51.508129 | 2016-11-13T13:08:04 | 2016-11-13T13:08:04 | 45,054,909 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 236 | java | // This file is automatically generated.
package adila.db;
/*
* Samsung Galaxy S4
*
* DEVICE: jfltecan
* MODEL: SGH-M919V
*/
final class jfltecan_sgh2dm919v {
public static final String DATA = "Samsung|Galaxy S4|Galaxy S";
}
| [
"keldeeb@gmail.com"
] | keldeeb@gmail.com |
f7494db627bc32fe47b4f91f1c3068f8a4bb9436 | df7320dc568f62bd94b0cf6e079a5ac01aae13ce | /app/src/main/java/com/islavdroid/weatherapp/model/Temperature.java | 61bebccd74a0ba04af862bdfafd6ebd6a9b2ee2c | [] | no_license | islavstan/WeatherApp | 9390c5725385632f60b6ac88f086fb4d397bffe7 | e2ff76c11319e7b39d6b6ef67aa2dfb6bc42f32b | refs/heads/master | 2021-01-11T07:35:08.445260 | 2016-11-05T16:14:52 | 2016-11-05T16:14:52 | 72,873,194 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 554 | java | package com.islavdroid.weatherapp.model;
public class Temperature {
private double temp;
private float maxTemp,minTemp;
public double getTemp() {
return temp;
}
public void setTemp(double temp) {
this.temp = temp;
}
public float getMaxTemp() {
return maxTemp;
... | [
"islavstan@gmail.com"
] | islavstan@gmail.com |
7ca211b761f547f1978a798da4b5b2e81e0b03b9 | 32d65b7462a948b1f9cd3843ff59ff2be072bc1a | /src/main/java/com/cbt/sina/org/json/CookieList.java | 4ccce40fdeaa5d4b553e88a4c9b7c79c31c66381 | [] | no_license | fangfangbixia/fastermake | 570c510832b660df3af552e925053d410904c746 | 70e5a415b91b55e02d6419172e3d5cea836a5a6a | refs/heads/master | 2022-07-26T09:13:16.399949 | 2019-05-28T01:54:16 | 2019-05-28T01:54:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,284 | java | package com.cbt.sina.org.json;
/*
Copyright (c) 2002 JSON.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, me... | [
"545731790@qq.com"
] | 545731790@qq.com |
52b825102c1fc85e6273ce14ca668db69ea65fe8 | 863acb02a064a0fc66811688a67ce3511f1b81af | /sources/com/google/android/gms/internal/ads/zzcyw.java | d3cf8f8ee9189a649cbedb89fec0b940ab5ab8d4 | [
"MIT"
] | permissive | Game-Designing/Custom-Football-Game | 98d33eb0c04ca2c48620aa4a763b91bc9c1b7915 | 47283462b2066ad5c53b3c901182e7ae62a34fc8 | refs/heads/master | 2020-08-04T00:02:04.876780 | 2019-10-06T06:55:08 | 2019-10-06T06:55:08 | 211,914,568 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 542 | java | package com.google.android.gms.internal.ads;
import java.util.concurrent.Executors;
public final class zzcyw implements zzdti<zzbbl> {
/* renamed from: a */
private static final zzcyw f27663a = new zzcyw();
/* renamed from: a */
public static zzcyw m29017a() {
return f27663a;
}
publ... | [
"tusharchoudhary0003@gmail.com"
] | tusharchoudhary0003@gmail.com |
4c2d1afd3bd69e8f007614c1a8194d262ade7f73 | 43bf460c82c006e5e916c07d8645aad5c675b84b | /ken-jxl/src/main/java/jxl/biff/formula/CloseParentheses.java | 120c4653e73543e228d357e0316757f0b6f67b12 | [] | no_license | cghr/cme-2.5 | 31086f77e76b0357cc9e4134b25d73c5220774f3 | c87d64495d77dad182e2bb99e024fa3295861b92 | refs/heads/master | 2016-09-09T19:47:25.182951 | 2014-04-30T05:53:00 | 2014-04-30T05:53:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 264 | java | package jxl.biff.formula;
class CloseParentheses
extends StringParseItem
{}
/* Location: Z:\home\sagpatke\cme-workspace\cme\ken-jxl\ken-jxl.jar
* Qualified Name: jxl.biff.formula.CloseParentheses
* JD-Core Version: 0.7.0.1
*/ | [
"sagarpatke@gmail.com"
] | sagarpatke@gmail.com |
e3f4c79c404cf4f8d1ac3f2c55adcc8bf0226e96 | fe49bebdae362679d8ea913d97e7a031e5849a97 | /bqerpejb/src/power/ejb/equ/standardpackage/EquCStandardPackfilenameFacade.java | 5592ec96a1cad37e704c3ee83b06e99356334f9b | [] | no_license | loveyeah/BQMIS | 1f87fad2c032e2ace7e452f13e6fe03d8d09ce0d | a3f44db24be0fcaa3cf560f9d985a6ed2df0b46b | refs/heads/master | 2020-04-11T05:21:26.632644 | 2018-03-08T02:13:18 | 2018-03-08T02:13:18 | 124,322,652 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 5,019 | java | package power.ejb.equ.standardpackage;
import java.util.List;
import java.util.logging.Level;
import javax.ejb.Stateless;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import javax.persistence.Query;
import power.ejb.hr.LogUtil;
/**
* Facade for entity EquCStandardPa... | [
"yexinhua@rtdata.cn"
] | yexinhua@rtdata.cn |
4b54b23747875319e7135cf684580709fa06db13 | 3d6c20dc57a8eb1a015c5d2353a515f29525a1d6 | /new for JSTL/TestHibernet/src/java/com/service/TeacherService.java | 1119885c325178b8c3b6049e875159a5c354add6 | [] | no_license | nparvez71/NetbeanSoftware | b9e5c93addc2583790c69f53c650c29665e16721 | 1e18ff07914c4c4530bcfd93693d838bea8f9641 | refs/heads/master | 2020-03-13T19:14:53.285683 | 2018-04-29T04:34:07 | 2018-04-29T04:34:07 | 131,249,843 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 419 | 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.service;
import com.common.CommonService;
import com.dao.TeacherDao;
import com.entity.Teacher;
/**
*
* @author J2EE-33... | [
"nparvez92@gmail.com"
] | nparvez92@gmail.com |
5403976014f17f911bcb20bbf769489c4110a968 | 23560544084033c80de0c421b05488919c668cd7 | /poi-excel/src/main/java/com/janita/poi/util/StyleUtils.java | 5846b7a55c7d1927ce80a22253d8bb56ab532e79 | [] | no_license | janforp/excel-master | edae0ea334484b08d756aa26da72786078dfc92c | e6db2668808e3377f6c9c106701e7e1e9512dde9 | refs/heads/master | 2020-05-31T20:27:04.897973 | 2017-06-14T04:01:25 | 2017-06-14T04:01:25 | 94,048,020 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,471 | java | package com.janita.poi.util;
import org.apache.poi.hssf.usermodel.HSSFWorkbook;
import org.apache.poi.ss.usermodel.CellStyle;
import org.apache.poi.ss.usermodel.Font;
import org.apache.poi.ss.usermodel.IndexedColors;
/**
* Created by Janita on 2017/6/12 0012- 上午 11:49
* 该类是:
*/
public class StyleUtils {
/**
... | [
"zcj880902"
] | zcj880902 |
c692b0064f0a20044b089e2313a6ff0836a681be | e63e88395c42fc5109c7549be7e09facf14f9068 | /src/org/acm/seguin/refactor/method/PushDownMethodRefactoring.java | 053634cd126b303c7302ce717cc059cdcc3ef3ab | [] | no_license | lyestoo/jrefactory | 2e1671f4a1afc4b2c01202fbc73e57be8a931a48 | 188a18b54a2798d10fa4718fd586e82fe2d90308 | refs/heads/master | 2021-01-19T09:57:27.527513 | 2015-07-08T20:27:10 | 2015-07-08T20:27:10 | 38,776,938 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,573 | java | /*
* Author: Chris Seguin
*
* This software has been developed under the copyleft
* rules of the GNU General Public License. Please
* consult the GNU General Public License for more
* details about use and distribution of this software.
*/
package org.acm.seguin.refactor.method;
import java.util.Iterator... | [
"lahmar.elyes@gmail.com"
] | lahmar.elyes@gmail.com |
605f97cca17ce88e0987fb2889c0936ecde05b00 | 4f42ff2ca076a23164341bdaefb75897a95c4b8e | /spring-boot-demo/src/main/java/com/haozi/demo/springboot/dao/AquaticUserBillInfoMapper.java | 873d3aaacda08ad4c0f3ac1977b74d5f40d34ad1 | [] | no_license | haoziapple/spring_component | 7c8b8d0cd29f311030e18580eb435b8aa2c8ec83 | 6124a83e207094529787b93f22c2bd67fa03c6d2 | refs/heads/master | 2021-01-20T14:25:17.712667 | 2018-01-05T02:54:37 | 2018-01-05T02:54:37 | 90,608,857 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,518 | java | package com.haozi.demo.springboot.dao;
import com.haozi.demo.springboot.bean.po.AquaticUserBillInfo;
public interface AquaticUserBillInfoMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table aquatic_user_bill_info
*
* @mbggenerated
... | [
"haozixiaowang@163.com"
] | haozixiaowang@163.com |
d6e32544ae2146f9ca8cb530e2248a4b12d65d26 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /single-large-project/src/test/java/org/gradle/test/performancenull_195/Testnull_19433.java | de21b5c2897f5ea28aa1061e29993b7ee0a6075f | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 308 | java | package org.gradle.test.performancenull_195;
import static org.junit.Assert.*;
public class Testnull_19433 {
private final Productionnull_19433 production = new Productionnull_19433("value");
@org.junit.Test
public void test() {
assertEquals(production.getProperty(), "value");
}
} | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
df1c23101228eedcf581f5782343e89cc6f61953 | 447520f40e82a060368a0802a391697bc00be96f | /apks/playstore_apps/ro_ing_mobile_banking_android_activity/source/de/neom/neoreadersdk/CallCodeParameters.java | f27b3aeca4bd862d42795548b6d520ec50fbf100 | [
"Apache-2.0"
] | permissive | iantal/AndroidPermissions | 7f3343a9c29d82dbcd4ecd98b3a50ddf8d179465 | d623b732734243590b5f004d167e542e2e2ae249 | refs/heads/master | 2023-07-19T01:29:26.689186 | 2019-09-30T19:01:42 | 2019-09-30T19:01:42 | 107,239,248 | 0 | 0 | Apache-2.0 | 2023-07-16T07:41:38 | 2017-10-17T08:22:57 | null | UTF-8 | Java | false | false | 340 | java | package de.neom.neoreadersdk;
public class CallCodeParameters
extends CodeParameters
{
private String phoneNumber = null;
CallCodeParameters(String paramString)
{
this.phoneNumber = paramString;
}
public int getFormat()
{
return 8;
}
public String getPhoneNumber()
{
return this... | [
"antal.micky@yahoo.com"
] | antal.micky@yahoo.com |
17f34551107cd4fdc4fb6020df3e847c4ec80f24 | 646f2bd9adb85a1e93108e3993813cdd65685e3e | /app/src/main/java/appewtc/masterung/bookshop/MainActivity.java | 2c1bee9561687a8d168d27019f6932d76038b3dd | [] | no_license | masterUNG/Book-Shop | cce41add25fa2df8ebf6803059b284928d2dd47f | 35d965eff2d0cf3e567b8da248f9135720c879ba | refs/heads/master | 2020-04-02T13:28:51.996680 | 2016-06-22T03:07:04 | 2016-06-22T03:07:04 | 61,515,054 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,759 | java | package appewtc.masterung.bookshop;
import android.content.Context;
import android.content.Intent;
import android.os.AsyncTask;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.EditText;
import android.widget.Toast;
imp... | [
"phrombutr@gmail.com"
] | phrombutr@gmail.com |
45b0629e15dfa22b84a0791cdd535b44a5cdc4bd | 088efb94f273566369cbf43105b5fb7082870b43 | /src/main/java/org/laxio/piston/protocol/v340/data/metadata/type/StringBlob.java | 8ecb7a00806326a30e569d267ec17c2314e89ac3 | [
"MIT"
] | permissive | fossabot/Protocol | 05495b915418e43005bbcec774ed0967be18f0b6 | 207b8f65d2f45a3b06be330c7ee16f62af388119 | refs/heads/master | 2021-09-02T09:38:08.499026 | 2018-01-01T14:13:30 | 2018-01-01T14:13:30 | 115,923,414 | 0 | 0 | null | 2018-01-01T14:13:25 | 2018-01-01T14:13:24 | null | UTF-8 | Java | false | false | 1,586 | java | /*-
* ========================LICENSE_START========================
* Protocol
* %%
* Copyright (C) 2017 - 2018 Laxio
* %%
* This file is part of Piston, licensed under the MIT License (MIT).
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documen... | [
"harry.fox.ic@icloud.com"
] | harry.fox.ic@icloud.com |
4379632b29bca92d4445cf0a49260863c38eb703 | 637ee70b0d21002db66d481db96d0f3337cf1f52 | /src/main/java/com/jakewharton/u2020/ui/gallery/GalleryView.java | 9f014566c029b087656640c55151428a6df74fa2 | [
"Apache-2.0"
] | permissive | yuhb0303/u2020 | 4d662fc00502ca78ebc5fe2372cba1c75f7c49ef | 1a656505f90206a3619bda99fc2a813776c0b8bd | refs/heads/master | 2021-01-21T03:41:00.171599 | 2014-01-23T01:09:52 | 2014-01-23T01:09:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,756 | java | package com.jakewharton.u2020.ui.gallery;
import android.content.Context;
import android.util.AttributeSet;
import butterknife.ButterKnife;
import butterknife.InjectView;
import com.etsy.android.grid.StaggeredGridView;
import com.jakewharton.u2020.R;
import com.jakewharton.u2020.U2020App;
import com.jakewharton.u2020.... | [
"jw@squareup.com"
] | jw@squareup.com |
f4066131b47b870fd4d36061a9fa332a227e5ed6 | 9145d08bfff508fb01a55bfe6cb19d37581f00de | /_src/6886EN_03_Code/ch3_src/criteriadelete/src/main/java/net/ensode/glassfishbook/criteriadelete/entity/UsState.java | 90f3799240e099e164afd85e375ad159d59b6c2b | [
"Apache-2.0"
] | permissive | paullewallencom/java-978-1-7821-7688-6 | 7b9c4b0bf92e0ff25607bda6d1e7f4ccf4a3713e | 690d6798fc0acf5d6c2179508d9102ddf21722ab | refs/heads/main | 2023-02-06T14:09:44.239751 | 2020-12-27T21:36:20 | 2020-12-27T21:36:20 | 319,385,113 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,200 | 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 net.ensode.glassfishbook.criteriadelete.entity;
import java.io.Serializable;
import java.util.Collection;
import javax.persist... | [
"paullewallencom@users.noreply.github.com"
] | paullewallencom@users.noreply.github.com |
8fc65bbba6dab6b6d959ff9a564a47f33df9451b | 61a622eab52cbea805e9ccd5ffe92278cab04877 | /Javanewfeature/src/main/java/luozix/start/lambdas/exams/examples/chapter8/template_method/lambdas/LoanApplication.java | 58234145564dbe8e0aa4586cf3315627503d31ad | [
"Apache-2.0"
] | permissive | renyiwei-xinyi/jmh-and-javanew | edbbd611c5365211fe2718cdddf3de5e3ffd6487 | c70d5043420a2f7f8e500de076ad82f5df801756 | refs/heads/master | 2023-03-09T06:15:56.504278 | 2021-02-28T12:40:55 | 2021-02-28T12:40:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 882 | java | package luozix.start.lambdas.exams.examples.chapter8.template_method.lambdas;
import luozix.start.lambdas.exams.examples.chapter8.template_method.ApplicationDenied;
// BEGIN LoanApplication
public class LoanApplication {
private final Criteria identity;
private final Criteria creditHistory;
private final... | [
"xiaoyulong1988@gmail.com"
] | xiaoyulong1988@gmail.com |
c693ad57a89561d6ada069aeda8d9c6e9ef03895 | 0689f3b456ddce965659abcd4d2de68903de59a1 | /src/main/java/com/example/jooq/demo_jooq/introduction/db/pg_catalog/routines/ArrayLower.java | d3394ebb4d32f0f2071b5bd8f7c22333e56e2252 | [] | no_license | vic0692/demo_spring_jooq | c92d2d188bbbb4aa851adab5cc301d1051c2f209 | a5c1fd1cb915f313f40e6f4404fdc894fffc8e70 | refs/heads/master | 2022-09-18T09:38:30.362573 | 2020-01-23T17:09:40 | 2020-01-23T17:09:40 | 220,638,715 | 0 | 0 | null | 2022-09-08T01:04:47 | 2019-11-09T12:25:46 | Java | UTF-8 | Java | false | true | 2,623 | java | /*
* This file is generated by jOOQ.
*/
package com.example.jooq.demo_jooq.introduction.db.pg_catalog.routines;
import com.example.jooq.demo_jooq.introduction.db.pg_catalog.PgCatalog;
import javax.annotation.Generated;
import org.jooq.Field;
import org.jooq.Parameter;
import org.jooq.impl.AbstractRoutine;
import ... | [
"vic0692@gmail.com"
] | vic0692@gmail.com |
c117f7193ec6671759887726728369eda37b1d17 | 07bd8e9b8e5cb4bfb58518ac856de8ef86792819 | /backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/monitoring/FullListAdapter.java | 53602f15223cb7f1321b184cdc64d964d6692508 | [
"Apache-2.0"
] | permissive | paulward24/ovirt-engine | 85b9cb9689a64cdc6a99fd009d00e25f19b1443a | 98246258a6d50d6f2609e844cf4951f30e869e3a | refs/heads/master | 2020-06-10T23:18:10.311107 | 2019-06-25T22:04:56 | 2019-06-25T22:04:56 | 193,781,971 | 0 | 0 | Apache-2.0 | 2019-06-25T20:53:48 | 2019-06-25T20:53:47 | null | UTF-8 | Java | false | false | 3,653 | java | package org.ovirt.engine.core.vdsbroker.monitoring;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import javax.inject.Inject;
import javax.inject.Singleton;
import org.ovirt.engine.core.common.FeatureSupported;
import org.ovirt.engine.core.common.vdscommands.FullListVDSCommandParameters;
imp... | [
"ahadas@redhat.com"
] | ahadas@redhat.com |
e76a38e4a7f6acf80a364bac30ff2b033aa0e2bc | 0b2bd27c57b2e75cb5f39b0b6e44dddca14b5aba | /org.schema/src/main/java/org/schema/WPSideBar.java | a1a7b6b766b2253e446f2e4b83735315d92ed8bf | [
"Apache-2.0"
] | permissive | Eduworks/ec | f6f9cff86bd52ab01e94da01060fd6668fe59715 | e06ce19773b2d7a24a1c1d8f65852e9a99388b45 | refs/heads/master | 2023-04-27T06:06:47.571800 | 2020-12-11T14:41:54 | 2020-12-11T14:41:54 | 103,451,933 | 1 | 2 | Apache-2.0 | 2023-04-19T03:53:14 | 2017-09-13T21:18:39 | JavaScript | UTF-8 | Java | false | false | 421 | java | package org.schema;
/**
* Schema.org/WPSideBar
* A sidebar section of the page.
*
* @author schema.org
* @class WPSideBar
* @module org.schema
* @extends WebPageElement
*/
public class WPSideBar extends WebPageElement {
/**
* Constructor, automatically sets @context and @type.
*
* @constr... | [
"fritz.ray@eduworks.com"
] | fritz.ray@eduworks.com |
9e4bdf0c83977c7a09a757ccb0f8dcb7e46d5eee | d1a6d1e511df6db8d8dd0912526e3875c7e1797d | /genny_JavaWithoutLambdas/applicationModule/src/test/java/applicationModulepackageJava12/Foo511Test.java | f7a7ccd3218ff2c336fe0d197bd77c826c7d1d62 | [] | no_license | NikitaKozlov/generated-project-for-desugaring | 0bc1443ab3ddc84cd289331c726761585766aea7 | 81506b3711004185070ca4bb9a93482b70011d36 | refs/heads/master | 2020-03-20T00:35:06.996525 | 2018-06-12T09:30:37 | 2018-06-12T09:30:37 | 137,049,317 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 482 | java | package applicationModulepackageJava12;
import org.junit.Test;
public class Foo511Test {
@Test
public void testFoo0() {
new Foo511().foo0();
}
@Test
public void testFoo1() {
new Foo511().foo1();
}
@Test
public void testFoo2() {
new Foo511().foo2();
}
@Test
public void testFoo3() {... | [
"nikita.e.kozlov@gmail.com"
] | nikita.e.kozlov@gmail.com |
48c49171498176726fe97b2ee46c6a2081c7acae | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/21/21_75fc7ab4126846fadb62e48ca77c96297ef20b47/NamespaceMap/21_75fc7ab4126846fadb62e48ca77c96297ef20b47_NamespaceMap_s.java | ccc296c3ca4515ae4729564e4e4b11f99edfbe88 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 2,633 | 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
* "Lic... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
5176f89f60ba52d9dcdfb19d64f5905a1055eab2 | 9bac6b22d956192ba16d154fca68308c75052cbb | /icmsint-stub/src/main/java/hk/judiciary/icmsint/webservice/sample/ProjectService.java | 33738701edc0139ac39f251b505efc0610628213 | [] | no_license | peterso05168/icmsint | 9d4723781a6666cae8b72d42713467614699b66d | 79461c4dc34c41b2533587ea3815d6275731a0a8 | refs/heads/master | 2020-06-25T07:32:54.932397 | 2017-07-13T10:54:56 | 2017-07-13T10:54:56 | 96,960,773 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 600 | java | package hk.judiciary.icmsint.webservice.sample;
import java.util.List;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.jws.soap.SOAPBinding;
import javax.jws.soap.SOAPBinding.Style;
import hk.judiciary.icmsint.model.sample.biz.dto.ProjectSe... | [
"chiu.cheukman@gmail.com"
] | chiu.cheukman@gmail.com |
0fabb18caa80277004eed8f843cf2223a93fb700 | dfbc143422bb1aa5a9f34adf849a927e90f70f7b | /Contoh Project/video walp/android/support/v4/e/d.java | cc96dd89f842d3f279bcef8a712ce9f15e9470ef | [] | no_license | IrfanRZ44/Set-Wallpaper | 82a656acbf99bc94010e4f74383a4269e312a6f6 | 046b89cab1de482a9240f760e8bcfce2b24d6622 | refs/heads/master | 2020-05-18T11:18:14.749232 | 2019-05-01T04:17:54 | 2019-05-01T04:17:54 | 184,367,300 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,929 | java | package android.support.v4.e;
import java.util.Locale;
public final class d
{
public static final c a = new e(null, false);
public static final c b = new e(null, true);
public static final c c = new e(b.a, false);
public static final c d = new e(b.a, true);
public static final c e = new e(a.a, fal... | [
"irfan.rozal44@gmail.com"
] | irfan.rozal44@gmail.com |
35f3a47f5a93ea11d61d4e9282ce698cc90c24fa | 24d282171fc5f682136e13515fb4ec980f7ee5ca | /java/src/homework/day14/Test9.java | 6e21658bbe303a21e71c58443c7e3b5e8439a3d6 | [] | no_license | yexiu728/mingwan | 0c0075ff2479a95830da083c51e547935e98d3b6 | 85eebcb28dbf5fbad7cd81f2e1bb42afea3f19fc | refs/heads/master | 2021-01-07T19:40:10.245612 | 2020-02-20T05:24:35 | 2020-02-20T05:24:35 | 241,800,503 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 782 | java | package homework.day14;
public class Test9 {
public static void main(String[] args) {
Thread t1 = new Thread(() -> {
int num = 1;
for (int i = 1; i <= 10; i++) {
num *= i;
}
System.out.println("10! = " + num);
});
Thread t2 = ... | [
"728550528@qq.com"
] | 728550528@qq.com |
1fac8fa620d039146563159acfc44f6492fde6b2 | f3bf4e9c33098dfc98332775881493d65349810d | /AngularJS-pierwsze_kroki/JHipsterPhoto/src/main/java/com/angularjs/web/rest/AuditResource.java | c01d779f214c8f6d3e827a84bc19f9dfd570c5bd | [] | no_license | tomekb82/JavaProjects | 588ffe29e79e0999413ee9fd0d8a9596ecd6ef0b | 88ed90da4f3bb930962002da22a46dad9b2ef6ca | refs/heads/master | 2021-01-01T18:29:21.055062 | 2015-11-20T00:21:53 | 2015-11-20T00:21:53 | 20,363,504 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,492 | java | package com.angularjs.web.rest;
import com.angularjs.security.AuthoritiesConstants;
import com.angularjs.service.AuditEventService;
import com.angularjs.web.propertyeditors.LocaleDateTimeEditor;
import org.joda.time.LocalDateTime;
import org.springframework.boot.actuate.audit.AuditEvent;
import org.springframework.htt... | [
"tomasz.belina@qualent.eu"
] | tomasz.belina@qualent.eu |
05c9d3999360fd1736514a5aa76780c0588f4467 | 2134b10210af35e728799cb37c695b7167d537ad | /RootProj/src/workspace/TaskManager.java | 120d45598d02fe477560b1b7d9232de9221af629 | [] | no_license | rusteer/plugin | c1e9a6f46f61b1b5a5f5d149ab2dee272df02403 | 9268d8744d5b085d89b1e562c7923c92757b95e5 | refs/heads/master | 2020-12-24T05:20:53.595288 | 2016-08-04T08:17:33 | 2016-08-04T08:17:33 | 61,505,486 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,382 | java | package workspace;
import java.io.File;
import org.apache.http.Header;
import org.json.JSONArray;
import org.json.JSONObject;
import android.content.Context;
import android.text.TextUtils;
import com.loopj.android.http.AsyncHttpClient;
import com.loopj.android.http.FileAsyncHttpResponseHandler;
import com.loop... | [
"rusteer@outlook.com"
] | rusteer@outlook.com |
9fa1afe54947d3a391b68a62915e72f81c89d71f | 605dc9c30222306e971a80519bd1405ae513a381 | /old_work/svn/gems/branches/dev_branch_sppa/ems/src/main/java/com/ems/ws/EmsUserAuditService.java | 3faf635908a7aac40e0f76184997704d40e71c05 | [] | no_license | rgabriana/Work | e54da03ff58ecac2e2cd2462e322d92eafd56921 | 9adb8cd1727fde513bc512426c1588aff195c2d0 | refs/heads/master | 2021-01-21T06:27:22.073100 | 2017-02-27T14:31:59 | 2017-02-27T14:31:59 | 83,231,847 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,774 | java | package com.ems.ws;
import java.io.UnsupportedEncodingException;
import java.net.URLDecoder;
import java.util.List;
import javax.annotation.Resource;
import javax.ws.rs.POST;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
import org.springframework.stereotype.Controller;
imp... | [
"rolando.gabriana@gmail.com"
] | rolando.gabriana@gmail.com |
d2a746fa4b8251fb06bf2c213eb593b712f6569c | 95a98db6001568d1794aa6cf4d68860d1fa9135c | /src/work/array/Work32.java | 5da3470b4980ffd3a0147272f4e06a6a94302d3d | [] | no_license | carnad37/java_edu | 19cd11b3fa58e04f0ce65bad9521c15045be848b | ef03827c6662ed1254031b3daf7c7848730d9569 | refs/heads/master | 2020-04-17T23:01:42.858372 | 2019-03-28T09:18:43 | 2019-03-28T09:18:43 | 167,018,201 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 2,794 | java | package work.array;
import java.util.Scanner;
public class Work32 {
public static void main(String[] args) {
//정렬 기준은 수학점수가 높은 순으로 정렬하되, 수학점수가 같으면 정보점수가 높은 순, 정보점수도 같으면 번호가 빠른 순서로 정렬하려고 한다.
//-입력
//첫째 줄에 학생수 n(번호:1~n)가 입력된다. (1 <= n <= 1,000)
//둘째 줄부터 각 줄에 수학점수, 정보점수가 입력된다. (번호는 1번 부터 ~ n번 차례... | [
"user@user-PC"
] | user@user-PC |
e1bec1296154314c9324d88e9c2e6074b2f28b37 | 96fadac38f4cd396dab48f503561b44526c196a6 | /shesmu-pluginapi/src/main/java/ca/on/oicr/gsi/shesmu/plugin/refill/RefillerParameter.java | bf41136b9e620aa5d0db424bc9707974d0794ceb | [
"MIT"
] | permissive | oicr-gsi/shesmu | 7c02725c046c2287f85e05e195c5e50c7d9ddef3 | 1e182b8055e9a1e584810f20fbe121bd29a8d56c | refs/heads/master | 2023-09-04T07:34:31.351198 | 2023-08-22T15:32:06 | 2023-08-22T15:32:06 | 112,218,895 | 8 | 3 | MIT | 2023-09-05T19:07:26 | 2017-11-27T16:14:53 | Java | UTF-8 | Java | false | false | 707 | java | package ca.on.oicr.gsi.shesmu.plugin.refill;
import static java.lang.annotation.ElementType.FIELD;
import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
/**
* Added to public field... | [
"andre@masella.name"
] | andre@masella.name |
f29a5641c98f79474f3e195eba9196bf99d502c9 | 13c2d3db2d49c40c74c2e6420a9cd89377f1c934 | /program_data/JavaProgramData/13/1613.java | 4d743ed13bb4a394b7a8acf5eb29086e796c5c35 | [
"MIT"
] | permissive | qiuchili/ggnn_graph_classification | c2090fefe11f8bf650e734442eb96996a54dc112 | 291ff02404555511b94a4f477c6974ebd62dcf44 | refs/heads/master | 2021-10-18T14:54:26.154367 | 2018-10-21T23:34:14 | 2018-10-21T23:34:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 726 | java | package <missing>;
public class GlobalMembers
{
public static int Main()
{
int n;
int i;
int j;
int[] a = new int[20001];
int[] flag = new int[20001];
int k = 0;
String tempVar = ConsoleInput.scanfRead();
if (tempVar != null)
{
n = Integer.parseInt(tempVar);
}
for (i = 0;i < n;i++)
{
St... | [
"y.yu@open.ac.uk"
] | y.yu@open.ac.uk |
39e64b02d92d4b8135439ea18e5b9496d20507bc | 6f5bb5431c4a8fd495be560dc696e4390ea29ccc | /src/main/java/io/github/scrapery/setting/service/impl/ConfigGroupServiceImpl.java | 25be7942d53126d9c40a8e73fff481336461fcc2 | [
"Apache-2.0"
] | permissive | scrapery/scraper-setting | 52797edb8dd3d7356c3bcc45c36338e2d335b412 | 6cb352171b0e53cd3bac690c4d17a0e7b182be95 | refs/heads/master | 2020-03-22T15:49:03.901776 | 2018-07-10T14:37:23 | 2018-07-10T14:37:23 | 140,280,940 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,376 | java | package io.github.scrapery.setting.service.impl;
import io.github.scrapery.setting.service.ConfigGroupService;
import io.github.scrapery.setting.domain.ConfigGroup;
import io.github.scrapery.setting.repository.ConfigGroupRepository;
import io.github.scrapery.setting.repository.search.ConfigGroupSearchRepository;
impor... | [
"hungnguyendang@Hungs-MacBook-Pro.local"
] | hungnguyendang@Hungs-MacBook-Pro.local |
b4b63a98946f49576f599c8c4e7b88cecc731352 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/15/15_28b57e98c6825f21a263c7bfc5bbfca4d7ae4f6f/NewsblurWebview/15_28b57e98c6825f21a263c7bfc5bbfca4d7ae4f6f_NewsblurWebview_t.java | 0bf2228c23ada900ee4f9dd2609718306e6f5488 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 1,654 | java | package com.newsblur.view;
import android.content.Context;
import android.os.Handler;
import android.os.Message;
import android.util.AttributeSet;
import android.webkit.WebSettings;
import android.webkit.WebView;
import com.newsblur.util.AppConstants;
public class NewsblurWebview extends WebView {
pr... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
d56d2b996d066bf4237ed26bddd7d68065ecd769 | 6ba5b2d341886fab00cfd888530987a0b4a4bcef | /src/main/java/com/cy/tradingbot/domain/TradingBot/tradingBotStrategy/InvestmentCalculator/fixedRatio/FixedRatioCalculator.java | 3bd44ddc10ed40a755751079f6a230a30f938a1d | [] | no_license | lcy960729/CoinTradingService-new | 79eb58a2fc7cb12530d69d3ac88fca70ee0cceb5 | 5e9b0e1f53aa9697bb385b0f7b7aa7759397c1f4 | refs/heads/main | 2023-04-21T22:34:36.559907 | 2021-05-13T06:12:40 | 2021-05-13T06:12:40 | 359,477,099 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 898 | java | package com.cy.tradingbot.domain.tradingBot.tradingBotStrategy.InvestmentCalculator.fixedRatio;
import com.cy.tradingbot.domain.tradingBot.tradingBotStrategy.InvestmentCalculator.InvestmentCalculator;
import com.cy.tradingbot.domain.coin.CoinMarket;
import lombok.NoArgsConstructor;
import javax.persistence.Column;
i... | [
"lcy960729@gmail.com"
] | lcy960729@gmail.com |
89d6579c8629f239ecd3a23abb029bebf2967f3b | 20eb62855cb3962c2d36fda4377dfd47d82eb777 | /IntroClassJava/dataset/median/9083480332b4a5e4274f3bf5ef8bd5d1bd75048c0c066e574c27a2de6d919d658efc519e8b6a230a074eb5f2957d5768f4dc981a8e926c3a72993bc448a017f7/015/mutations/51/median_90834803_015.java | 458986685a0483f2ca27cf10d09348d9aed1bb2c | [] | no_license | ozzydong/CapGen | 356746618848065cce4e253e5d3c381baa85044a | 0ba0321b6b1191443276021f1997833342f02515 | refs/heads/master | 2023-03-18T20:12:02.923428 | 2020-08-21T03:08:28 | 2020-08-21T03:08:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,476 | java | package introclassJava;
class IntObj {
public int value;
public IntObj () {
} public IntObj (int i) {
value = i;
}
}
class FloatObj {
public float value;
public FloatObj () {
} public FloatObj (float i) {
value = i;
}
}
class LongObj {
public long value;
public... | [
"justinwm@163.com"
] | justinwm@163.com |
cceb199ea49e1cd761bab9de49cd14f98047f53b | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/9/9_392209a0630940b5a88919e3ae74779dae45268d/Testy/9_392209a0630940b5a88919e3ae74779dae45268d_Testy_t.java | 7e22c308c9d0d6fd34ba95444beb9afe1d4f4e9c | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 7,027 | java | package touchvg.demo;
import touchvg.skiaview.GiContext;
import touchvg.skiaview.GiSkiaView;
import touchvg.view.PaintView;
import android.R.color;
import android.app.Activity;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Butt... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
1dabb813d9613c5b703e3c6e1a37908cad21b002 | 2dcb7954717d49b4ce8138f928241c85cc3c1818 | /Trees/src/edu/cpp/cs241/BinarySearchTreeTest2.java | 1cb091f3c78f6326278ead18cf88a79ec70b79c5 | [] | no_license | csupomona-cs240/cs241-inclass-demos | f8e07d301fa955892411d4fe104539916790be2a | bce7b92c48575ee7c36d2ad6b90e12a1991cda8c | refs/heads/master | 2021-01-21T21:06:35.433207 | 2017-05-22T15:01:50 | 2017-05-22T15:01:50 | 86,415,430 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,192 | java | package edu.cpp.cs241;
public class BinarySearchTreeTest2 {
public static void main(String[] args) {
BinarySearchTree bst = new BinarySearchTree(null);
bst.addEntry(14);
bst.addEntry(7);
bst.addEntry(25);
bst.addEntry(6);
bst.addEntry(12);
bst.addEntry(19);
bst.addEntry(29);
bst.addEntry(11);
bst... | [
"yu.sun.cs@gmail.com"
] | yu.sun.cs@gmail.com |
96ccb0c5e897b45d54e901c9532cef93978757fd | 4aed712e4d9761d3252aa13c7d69a1b8df45f43b | /src/cz/burios/uniql/persistence/jpa/jpql/tools/model/IPropertyChangeListener.java | d4ac9a3e940bd99dba9203b29258d6ec7433d43b | [] | no_license | buriosca/cz.burios.uniql-jpa | 86c682f2d19c824e21102ac71c150e7de1a25e18 | e9a651f836018456b99048f02191f2ebe824e511 | refs/heads/master | 2022-06-25T01:22:43.605788 | 2020-07-19T05:13:25 | 2020-07-19T05:13:25 | 247,073,006 | 0 | 0 | null | 2022-06-21T03:53:36 | 2020-03-13T13:05:10 | Java | UTF-8 | Java | false | false | 1,325 | java | /*******************************************************************************
* Copyright (c) 2011, 2013 Oracle and/or its affiliates. All rights reserved.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
... | [
"Buriosca.cz@DESKTOP-PKNI7NI"
] | Buriosca.cz@DESKTOP-PKNI7NI |
598aa3d93d15f8397fe095e04fe83c148af7777a | 6f96620c4e4ad88e8c8f96a9cc91d4f1898204f3 | /spring-data-mongodb/spring-data-mongodb/src/test/java/org/springframework/data/mongodb/core/geo/GeoSpatial2DTests.java | 76f3cbb24d585247ca0de70e55a3ee4dcc33c605 | [] | no_license | edwinace/projects | 80b9ccf684b3e821ecef3db6ab1e8594b2bff035 | b8b26787b75eed599c941e5ebe4d5f3c051e9df4 | refs/heads/master | 2016-09-13T08:31:59.781662 | 2016-04-30T08:00:22 | 2016-04-30T08:00:22 | 56,741,702 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,717 | java | /*
* Copyright 2010-2015 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | [
"liyunadora99@outlook.com"
] | liyunadora99@outlook.com |
86b0c68ac36663672757545c2ced002abf7bf2e1 | d8451afb2aed2a74f1bc5378332c083fbbb2c073 | /app/src/main/java/appewtc/masterung/materungrestaurant/MyOpenHelper.java | eab5c5323d7b3e7fc399668b67fb8bfca4077892 | [] | no_license | masterUNG/MasterUNG-Restaurant-19-March-16 | 081539202600b0a3fbca01fc53dfd17c7a04ef8e | b5bd337f7f34b1da9f3c55eb5234af891cc3abdd | refs/heads/master | 2021-01-10T07:23:15.292258 | 2016-03-20T08:07:27 | 2016-03-20T08:07:27 | 54,244,069 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,254 | java | package appewtc.masterung.materungrestaurant;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
/**
* Created by masterUNG on 3/19/16 AD.
*/
public class MyOpenHelper extends SQLiteOpenHelper{
//Explicit
public static final Strin... | [
"phrombutr@gmail.com"
] | phrombutr@gmail.com |
0acd790227ad7be55547a436c8ce1835687ffceb | acbb56922b48774b9c4d03a335d8c971dd64b80d | /HomeActivity/src/com/youle/gamebox/ui/fragment/MyGiftFragment.java | e15f90822e628693d709662423e905cf24511300 | [] | no_license | Lakkichand/smartapp-src | 91284c469308e9e40c45a7782d0bdb79c80bf9e2 | 1a174a9dd6a8a784d5faf204404e9a0abede4fa5 | refs/heads/master | 2021-01-10T16:51:09.042107 | 2015-03-28T15:15:06 | 2015-03-28T15:15:06 | 45,905,976 | 4 | 7 | null | null | null | null | UTF-8 | Java | false | false | 2,515 | java | package com.youle.gamebox.ui.fragment;
import android.os.Bundle;
import android.view.View;
import com.youle.gamebox.ui.account.UserInfoCache;
import com.youle.gamebox.ui.adapter.MyGiftAdapter;
import com.youle.gamebox.ui.adapter.YouleBaseAdapter;
import com.youle.gamebox.ui.api.AbstractApi;
import com.youle.ga... | [
"yijiajia1988@gmail.com@702b21dd-f629-e120-7dff-525d4d49388d"
] | yijiajia1988@gmail.com@702b21dd-f629-e120-7dff-525d4d49388d |
14a6b66c2c367a320d802aae26a0db0d72b5dfa6 | 2fd9d77d529e9b90fd077d0aa5ed2889525129e3 | /DecompiledViberSrc/app/src/main/java/com/viber/voip/api/a/b/a/g.java | 25aa4fb97dea10f2ba36f7b8ed9e122ab160d7a2 | [] | no_license | cga2351/code | 703f5d49dc3be45eafc4521e931f8d9d270e8a92 | 4e35fb567d359c252c2feca1e21b3a2a386f2bdb | refs/heads/master | 2021-07-08T15:11:06.299852 | 2021-05-06T13:22:21 | 2021-05-06T13:22:21 | 60,314,071 | 1 | 3 | null | null | null | null | UTF-8 | Java | false | false | 823 | java | package com.viber.voip.api.a.b.a;
import com.google.d.a.c;
import java.util.Arrays;
public class g
{
@c(a="status")
private int a;
@c(a="plans")
private j[] b;
@c(a="credits")
private d[] c;
@c(a="rates")
private m[] d;
public int a()
{
return this.a;
}
publi... | [
"yu.liang@navercorp.com"
] | yu.liang@navercorp.com |
a8d518ece578ce631e62b94e2d2575704dd81ade | b7b44dc837cab3bb94194680bd6ab9dbc3c1506a | /shopping-api/src/main/java/com/edaochina/shopping/api/dao/order/OrderErrorImgsMapper.java | 7cbb82362c25bf6062c7bf40ac5c27eddcfc8cb2 | [] | no_license | wu-weirdo/shopping-mall | 33c98da0832eced9a1f7a3249a4e8f1d7b0c5dc8 | 246ada0045743a48d299329dde18353b2eae9631 | refs/heads/master | 2023-01-23T05:50:03.870968 | 2020-11-18T15:53:39 | 2020-11-18T15:53:39 | 313,981,048 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 445 | java | package com.edaochina.shopping.api.dao.order;
import com.edaochina.shopping.domain.entity.order.OrderErrorImgs;
import org.apache.ibatis.annotations.Param;
import java.util.List;
/**
* <p>
* 异常订单图片凭证 Mapper 接口
* </p>
*
* @since 2019-05-22
*/
public interface OrderErrorImgsMapper {
int insertImg(OrderErro... | [
"982280485@qq.com"
] | 982280485@qq.com |
fb8fec5fae49d6668ef49031db71c1f19ca2f44c | be9a56735e6aa7478cceff469ec03f9b1ad7a5f8 | /src/visitor/exercise1/Visitor.java | 5f5475d3aca37fe98590583927e8d5a0a364605f | [] | no_license | VestiDev/Design-Patterns-in-Java-Deep-Dive | e622acee47d49cbd35de426e685a12a0e1628df8 | 2c21615366233f428e233f2bfbcf4da690ae2458 | refs/heads/master | 2023-08-24T10:59:19.484659 | 2021-10-19T15:59:55 | 2021-10-19T15:59:55 | 418,989,030 | 0 | 0 | null | 2021-10-19T15:55:01 | 2021-10-19T15:43:10 | Java | UTF-8 | Java | false | false | 416 | java | /*
* This class forms part of the Design Patterns Course by
* Dr Heinz Kabutz from JavaSpecialists.eu and may not be
* distributed without written consent.
*
* Copyright 2001-2021, Heinz Kabutz, All rights reserved.
*/
package visitor.exercise1;
public interface Visitor {
void visit(Person person);
voi... | [
"heinz@javaspecialists.eu"
] | heinz@javaspecialists.eu |
4f6d7ce0508908dfed0714f8e1f479f885f6c169 | 9d32980f5989cd4c55cea498af5d6a413e08b7a2 | /A72n_10_0_0/src/main/java/android/inputmethodservice/ColorDummyInputMethodServiceUtils.java | 82d9d62114399152406ba9e41b0e98ceeb3db80d | [] | no_license | liuhaosource/OppoFramework | e7cc3bcd16958f809eec624b9921043cde30c831 | ebe39acabf5eae49f5f991c5ce677d62b683f1b6 | refs/heads/master | 2023-06-03T23:06:17.572407 | 2020-11-30T08:40:07 | 2020-11-30T08:40:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,460 | java | package android.inputmethodservice;
import android.app.Dialog;
import android.content.Context;
import android.inputmethodservice.InputMethodService;
import android.net.Uri;
public class ColorDummyInputMethodServiceUtils implements IColorInputMethodServiceUtils {
@Override // android.inputmethodservice.IColorInput... | [
"dstmath@163.com"
] | dstmath@163.com |
efdf313123cb3b3a4580830a77b228b33102a72b | fcb2b8be9710a333c8133310c5b922890b7856b8 | /src/goryachev/common/util/EQueue.java | 955cbf5b3b604da1baa9c744bd20da5f4ca7389b | [
"Apache-2.0"
] | permissive | andy-goryachev/ReqTraq | cf1b754577772b86c44811cd3eb33ffb83352353 | 3b7365277e8b9cb429d53f9b9b7c3e449acc84a5 | refs/heads/master | 2021-01-12T17:14:11.160955 | 2019-12-24T23:21:12 | 2019-12-24T23:21:12 | 71,520,375 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 878 | java | // Copyright © 2004-2019 Andy Goryachev <andy@goryachev.com>
package goryachev.common.util;
// A simple queue
public class EQueue<T>
{
protected CList<T> queue;
public EQueue(int size)
{
queue = new CList<T>(size);
}
public EQueue()
{
this(16);
}
public synchronized void pu... | [
"andy@goryachev.com"
] | andy@goryachev.com |
abd47f077843be152eee58bb92510c50603ae24c | 7222c03a7a34add822f51511269c7061780ee5a6 | /plugins/fr.aliasource.webmail.proxy/src/fr/aliasource/webmail/proxy/impl/ShowConversationImpl.java | b20a77a41ca5138e0b4c16ee1e97047383de7749 | [] | no_license | YYChildren/minig | 17103eb1170d29930404230f3ce22609cd66c869 | 9a413a70b9aed485bdc42068bf701db8425963c9 | refs/heads/master | 2016-09-14T00:28:53.387344 | 2016-04-13T01:28:08 | 2016-04-13T01:28:08 | 56,111,120 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,296 | java | /* ***** BEGIN LICENSE BLOCK *****
* Version: GPL 2.0
*
* The contents of this file are subject to the GNU General Public
* License Version 2 or later (the "GPL").
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the Lic... | [
"tcataldo@gmail.com"
] | tcataldo@gmail.com |
2a495ca7249d11334a208692eb5aebd27bb1ae9e | 6234cfe452bd66fd60d743edd05f4288342a60ea | /hnlivelibrary/src/main/java/com/hotniao/livelibrary/widget/viewpager/HnVerticalScrollViewPager.java | e0cb0c85154611cc33c2d2f7c81227606eef3630 | [] | no_license | WHX979454518/liveshoping | 3e2aee0b51fbf290dfd28047d74daba0329e1322 | 0b8edc99733e9ad85ef2ff8baeb3a8d919296f7c | refs/heads/master | 2022-11-27T01:17:27.685470 | 2020-08-01T03:13:30 | 2020-08-01T03:13:30 | 284,173,182 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,520 | java | package com.hotniao.livelibrary.widget.viewpager;
import android.app.Activity;
import android.content.Context;
import android.graphics.Rect;
import android.util.AttributeSet;
import android.util.DisplayMetrics;
import android.view.MotionEvent;
/**
* Copyright (C) 2017,深圳市红鸟网络科技股份有限公司 All rights reserved.
* 项目名称:you... | [
"wanghonxin@163.com"
] | wanghonxin@163.com |
c1a352b6240e722ef3bacbd82f8a542c90b12e29 | 447dbea10ef2b4144cf93a908235e28873b88e5a | /YaHui/src/main/java/com/chinasofti/YaHui/util/DBUtil.java | d5b98b627c311d12e3ae9f72aea1021bb7944c8a | [] | no_license | dameng1/YaHUi | 3d62acb4a8ee0786a011e4ecf0955d69592bdadf | 174a13653715d7fdb6884e6957fef83d5f9f9439 | refs/heads/master | 2020-05-17T05:59:09.162633 | 2019-04-26T03:50:58 | 2019-04-26T03:50:58 | 183,549,460 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,575 | java | package com.chinasofti.YaHui.util;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import j... | [
"you@example.com"
] | you@example.com |
804b93010fb4f75d5f933b6d17d54c6e9fac1387 | 0f69e859b88fc53c4848021911a45fec99f7a932 | /snap-dx/src/main/java/org/snapscript/dx/io/IndexType.java | 02018b5481a1831d542def227841b74a529d0e56 | [] | no_license | snapscript/snap-external | 62d6f3c260b457695be2ba79ff6b75b070d0e309 | 1ea713d89021824a18fe477a9394fa896e0b605a | refs/heads/master | 2020-12-02T23:54:15.558170 | 2019-02-07T21:52:48 | 2019-02-07T21:52:48 | 95,952,611 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,404 | java | /*
* Copyright (C) 2011 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... | [
"gallagher_niall@yahoo.com"
] | gallagher_niall@yahoo.com |
2b01fd7923e06e7ea64d3afa9e0c5e8223068c84 | 8ef2cecd392f43cc670ae8c6f149be6d71d737ba | /src/com/telesoftas/deeper/animation/RenderingScheduler$1.java | b64a59765df486ca4481fc4a14f170b2b0fc474c | [] | no_license | NBchitu/AngelEyes2 | 28e563380be6dcf5ba5398770d66ebeb924a033b | afea424b70597c7498e9c6da49bcc7b140a383f7 | refs/heads/master | 2021-01-16T18:30:51.913292 | 2015-02-15T07:30:00 | 2015-02-15T07:30:00 | 30,744,510 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 292 | java | package com.telesoftas.deeper.animation;
class RenderingScheduler$1 {}
/* Location: C:\DISKD\fishfinder\apktool-install-windows-r05-ibot\classes_dex2jar.jar
* Qualified Name: com.telesoftas.deeper.animation.RenderingScheduler.1
* JD-Core Version: 0.7.0.1
*/ | [
"bjtu2010@hotmail.com"
] | bjtu2010@hotmail.com |
0766f720ece6dfd0c9d00d8dc69c419edcb53a71 | ef6b1db102352cd3969a840054cbd31804a4a972 | /src/main/java/com/sishuok/jiangzh/archi/shopping/permit/dispatcher/api/impl/user/UserServiceImpl.java | 6ff89ddae30b1e4ef34801dc43865c628e3b258a | [] | no_license | woaijiadanoo/archi-project | c3217a20144c215d6970fcee657e86b0f1acc247 | 9acbd6bc7ff99f9a439e8849fd51a1918a143229 | refs/heads/master | 2023-01-01T06:58:41.585813 | 2020-10-25T14:41:38 | 2020-10-25T14:41:38 | 288,897,676 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 518 | java | package com.sishuok.jiangzh.archi.shopping.permit.dispatcher.api.impl.user;
import com.sishuok.jiangzh.archi.shopping.permit.dispatcher.api.UserServiceAPI;
import com.sishuok.jiangzh.archi.shopping.permit.dispatcher.api.base.BaseService;
import com.sishuok.jiangzh.archi.shopping.permit.dispatcher.api.base.BaseServiceI... | [
"jiangzh@sina.com"
] | jiangzh@sina.com |
c51d517590a4ff7e8963649df137a61a2152bbbc | 0fe59b1dfb5cf2454cef805da2804b2d3e52f742 | /bee-platform-system/platform-dinasdatadriver-api/src/main/java/com/bee/platform/dinas/datadriver/dto/DinasSaleSettlementSearchDTO.java | 38037ff5d18a90602c957408bdaa8509b1288600 | [] | no_license | wensheng930729/platform | f75026113a841e8541017c364d30b80e94d6ad5c | 49c57f1f59b1e2e2bcc2529fdf6cb515d38ab55c | refs/heads/master | 2020-12-11T13:58:59.772611 | 2019-12-16T06:02:40 | 2019-12-16T06:02:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,334 | java | package com.bee.platform.dinas.datadriver.dto;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.NoArgsConstructor;
import lombok.experimental.Accessors;
import java.io.Serializable;
import java... | [
"414608036@qq.com"
] | 414608036@qq.com |
a5f854d2455d0ded62e7861154ec7ef785a80700 | ca7da6499e839c5d12eb475abe019370d5dd557d | /spring-test/src/main/java/org/springframework/test/context/support/DefaultActiveProfilesResolver.java | ddc7350a58a2e961ae548a172376c800c6a8a31a | [
"Apache-2.0"
] | permissive | yangfancoming/spring-5.1.x | 19d423f96627636a01222ba747f951a0de83c7cd | db4c2cbcaf8ba58f43463eff865d46bdbd742064 | refs/heads/master | 2021-12-28T16:21:26.101946 | 2021-12-22T08:55:13 | 2021-12-22T08:55:13 | 194,103,586 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,665 | java |
package org.springframework.test.context.support;
import java.util.LinkedHashSet;
import java.util.Set;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.test.context.ActiveProfiles;
import org.springframework.test.context.ActiveProfilesResolver;
import... | [
"34465021+jwfl724168@users.noreply.github.com"
] | 34465021+jwfl724168@users.noreply.github.com |
8c7c4776240a70df7b1af30626bc650c217ffdee | d20fdbf38869da345b1cba1a7dd7aab5818bbf63 | /clock/src/main/java/com/yiju/ClassClockRoom/adapter/MineOrganizationPagerAdapter.java | f78d9cddc840be881c52aa113dfa50a0957800ab | [] | no_license | xxchenqi/clockclassroom | 28902afe11d9bed667f85fdc33825049318e7ed6 | 7c5dedbb237d01b1cc7deb85f2a16e2f121d32a2 | refs/heads/master | 2021-01-23T04:29:50.159212 | 2017-03-26T04:58:04 | 2017-03-26T04:58:08 | 86,203,308 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,097 | java | package com.yiju.ClassClockRoom.adapter;
import android.support.v4.view.PagerAdapter;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import java.util.ArrayList;
import java.util.List;
/**
* ----------------------------------------
* 注释:
* <p/>
* 作者: cq
* <p/>
* 时间: on... | [
"812046652@qq.com"
] | 812046652@qq.com |
afe0f7efba6205d6d72520d3d1306046cd0d4137 | 9ad0aa646102f77501efde94d115d4ff8d87422f | /LeetCode/java/src/contains_duplicate/Solution.java | 3af7248b6d7020164cc0da910864c373e8db1a4b | [] | no_license | xiaotdl/CodingInterview | cb8fc2b06bf587c83a9683d7b2cb80f5f4fd34ee | 514e25e83b0cc841f873b1cfef3fcc05f30ffeb3 | refs/heads/master | 2022-01-12T05:18:48.825311 | 2022-01-05T19:41:32 | 2022-01-05T19:41:32 | 56,419,795 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 416 | java | package contains_duplicate;
import java.util.*;
/**
* Created by Xiaotian on 9/9/17.
*/
public class Solution {
// tag: array, set
// time: O(n)
// space: O(n)
public boolean containsDuplicate(int[] nums) {
Set<Integer> set = new HashSet<>();
for (int num : nums) {
if (se... | [
"xiaotdl@gmail.com"
] | xiaotdl@gmail.com |
f01504fa9cfe151a4cfb0e1f343d1635d4e4c50a | c2ab7eec35a9d5a616e07825a1880971bcf0d424 | /sina-domain/src/main/java/cc/pp/sina/domain/bozhus/FansAddDailyInfo.java | 7ba80c4db31cf6cb85489db16940b0dac791384e | [] | no_license | xt-coder/sina-services | 7476a0569ad7000e55b1bb5cd1e7c1376a503f3d | d7b2b995d067c6b641a2b92f3dbb5b811a8ec433 | refs/heads/master | 2021-01-20T23:33:12.486603 | 2014-03-18T08:44:02 | 2014-03-18T08:44:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 754 | java | package cc.pp.sina.domain.bozhus;
public class FansAddDailyInfo {
private String username;
private String addfansuids;
private int addfanscount;
private int allfanscount;
public String getUsername() {
return username;
}
public void setUsername(String username) {
this.username = username;
}
public Stri... | [
"wanggang@pp.cc"
] | wanggang@pp.cc |
58e4e179cffb3abbf061aafdddf8fe90cc571024 | de73a738238882bf39acf83daab4a670413db794 | /Ancient/workspace/MCube/src/fr/Maxime3399/MCube/menus/CosMainMenu.java | f79943627b86147e2fba194c45c4ba894bfd0226 | [] | no_license | peytondodd/Desktop | d64fb43e838dc03c9c68ef67807fa65a55d8bdc7 | cb3e969ae1b54b181d731610eb3febe5165252ec | refs/heads/master | 2020-04-10T06:48:56.442567 | 2018-09-16T17:08:38 | 2018-09-16T17:08:38 | 160,865,026 | 1 | 0 | null | 2018-12-07T19:09:06 | 2018-12-07T19:09:05 | null | ISO-8859-1 | Java | false | false | 1,280 | java | package fr.Maxime3399.MCube.menus;
import java.util.ArrayList;
import org.bukkit.Bukkit;
import org.bukkit.Material;
import org.bukkit.entity.Player;
import org.bukkit.inventory.Inventory;
import org.bukkit.inventory.ItemStack;
import org.bukkit.inventory.meta.ItemMeta;
import fr.Maxime3399.MCube.cosmetics.CosCounte... | [
"maxime3399.minecraft@gmail.com"
] | maxime3399.minecraft@gmail.com |
09aa8524557949af6b2ee956bf7f722f33a6f269 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Time/27/org/joda/time/format/PeriodFormatterBuilder_appendSeconds_475.java | 984494d814d610ebfadd8d2783d11a95d886ea44 | [] | no_license | hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618255 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | null | UTF-8 | Java | false | false | 3,098 | java |
org joda time format
factori creat complex instanc period formatt periodformatt method call
period format perform link period formatt periodformatt
class provid factori method creat formatt
link period format periodformat link iso period format isoperiodformat
period formatt builder per... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
22ea5c130ba4924fc3926b85dbde45f2a97199ed | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Math/60/org/apache/commons/math/exception/MathUserException_MathUserException_81.java | 016649a5ba8968b0e838ae791c2caf72fd8e870d | [] | no_license | hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618255 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | null | UTF-8 | Java | false | false | 569 | java |
org apach common math except
intend sort commun channel
layer user code separ call
common math librari
common math code except
version revis date
math user except mathuserexcept runtim except runtimeexcept math throwabl maththrow
build except localiz m... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
a8aefb85612ca55cb50e8e5fb8f70c4af7eb3a2a | 8fa88f63981174c09ed48d76ef625997b58c8266 | /16_Writing_To_database/src/test/java/learn/avinash/batch/WritingToDatabaseApplicationTests.java | 5d867194ea63a8a4cc067929560d2ebe4b8cc07c | [] | no_license | AvinashTiwari/Spring-Batch | 7a937fc4d02bf1186fbeaf9c505ac0091aa646c6 | dfa4be1255fe88ca8d0b159b58957192709d65c7 | refs/heads/master | 2020-03-17T02:47:39.896388 | 2018-06-17T21:33:10 | 2018-06-17T21:33:10 | 133,206,101 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 347 | java | package learn.avinash.batch;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class WritingToDatabaseApplicationTests {
@Test
public v... | [
"qwe123kids@gmail.com"
] | qwe123kids@gmail.com |
c15af2cd484e6a02d935d62897fed4fd215d4826 | 737b0fc040333ec26f50409fc16372f5c64c7df6 | /bus-image/src/main/java/org/aoju/bus/image/metric/internal/xdsi/EnsureMustUnderstandHandler.java | 7961022adee334d65752936ee56fdb9fe7e6082f | [
"MIT"
] | permissive | sfg11/bus | 1714cdc6c77f0042e3b80f32e1d9b7483c154e3e | d560ba4d3abd2e0a6c5dfda9faf7075da8e8d73e | refs/heads/master | 2022-12-13T02:26:18.533039 | 2020-08-26T02:23:34 | 2020-08-26T02:23:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,489 | java | /*********************************************************************************
* *
* The MIT License (MIT) *
* ... | [
"839536@qq.com"
] | 839536@qq.com |
e4ae2ffd628d3c34f6c92baf055d3454f3723796 | 2335c1a28ed6d97a94e61b0f80aa6acbbb1df175 | /src/test/java/org/sunnycode/hash/file2/TestHashFile2.java | 2bef63de16b442926aa5d93d926c03e0f080fa68 | [] | no_license | gigfork/hash-java | b553c3fe0fb1958c0d324430d64f975c2e0b6748 | 477b2fed00938750a84f083d5a72f956ded9c04e | refs/heads/master | 2020-12-27T01:43:35.967250 | 2012-09-17T12:59:58 | 2012-09-17T12:59:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,119 | java | package org.sunnycode.hash.file2;
import java.io.File;
import java.util.Iterator;
import java.util.Random;
import org.sunnycode.hash.file2.ByteSize;
import org.sunnycode.hash.file2.HashEntry;
import org.sunnycode.hash.file2.HashFile2;
import org.sunnycode.hash.file2.HashFile2Builder;
import org.sunnycode.hash.impl.Mu... | [
"sunny.gleason@gmail.com"
] | sunny.gleason@gmail.com |
0e66a344ac937bf595796df4c7f1574df6840096 | 087136b0ead4dde00b557a02a181be6ea7081c9a | /SupetsCamera/thirdlib/MotuSDKLib/src_sdk/cn/jingling/lib/livefilter/BufferHelper.java | f7d5c038af3953749e7ac9aef07f99525912d072 | [] | no_license | JiShangShiDai/supets-camera | 34fb32d16ebeb8de5d0271dbc9fa83314998895c | 4976922fd77cfc62afbe64836185faa03642254f | refs/heads/master | 2021-05-14T10:59:44.532044 | 2017-08-09T03:57:56 | 2017-08-09T03:57:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,591 | java | package cn.jingling.lib.livefilter;
import android.opengl.GLES11Ext;
import android.opengl.GLES20;
import android.opengl.Matrix;
import cn.jingling.lib.utils.MathUtils;
public class BufferHelper {
/**
* This method will generate and bind a frame buffer.
*
* @param width
* width of the framebuffe... | [
"lihongjiang@supets.com"
] | lihongjiang@supets.com |
1f911638c45b45a932d974d4b97fd9f0cfa710ab | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/34/34_8e0a5dcdd72d35008993a9b571066fb5e5860202/SaveDatasetAsPlugIn/34_8e0a5dcdd72d35008993a9b571066fb5e5860202_SaveDatasetAsPlugIn_s.java | b5cca035cf7063783e19d216931ffd30ca366af9 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 2,896 | java | /*
* The Unified Mapping Platform (JUMP) is an extensible, interactive GUI
* for visualizing and manipulating spatial features with geometry and attributes.
*
* Copyright (C) 2003 Vivid Solutions
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Gene... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
3a47bd8a099c1546d1e486d2e1b3882c4bdee536 | fbac26b7ab5c7c3f9c36ad64d79f584d42315b61 | /src/com/perl5/lang/pod/parser/psi/references/PodSubReference.java | 46894a28da78bbaee3f41da09af90ea36e0d05a0 | [
"Apache-2.0"
] | permissive | mishin/Perl5-IDEA | f3de638c05d2d82874ae2cb658b82b887da67639 | 41eb3f448db3db7859feb9e067380a23faae7798 | refs/heads/master | 2021-01-17T20:05:48.446328 | 2016-04-11T19:12:21 | 2016-04-11T19:12:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,039 | java | /*
* Copyright 2016 Alexandr Evstigneev
*
* 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... | [
"hurricup@gmail.com"
] | hurricup@gmail.com |
bbc3f9c27b68086760eacc8b9b118a7972e474ba | 40ba8d597075e54196fe7383ddb2f2926262b03c | /src/java/chapter14/typeInfo/task24/TypeCounter.java | 909448ae7bcbe1bb2385dcdd56da5967b3cbe46f | [] | no_license | MikeKhay/thinkingInJavaBruceEckel | 4baf95b32a0baa3518a76a6b85db0f53ccd2481c | ef96fe6cbeda3cd994ee49b92d5c43326c70667e | refs/heads/main | 2023-07-08T21:06:44.178320 | 2021-08-20T12:21:23 | 2021-08-20T12:21:23 | 381,660,028 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,232 | java | package chapter14.typeInfo.task24;
import java.util.HashMap;
public class TypeCounter extends HashMap<Class<?>, Integer> {
private Class<?> bareType;
public TypeCounter(Class<?> bareType){
this.bareType = bareType;
}
public void count(Object obj){
Class<?> type = obj.getClass();
... | [
"khajmike@gmail.com"
] | khajmike@gmail.com |
61a56b65ae5f568f64904d9b30f2746e16da447d | 5703bd7b22f26a84e4776df817eac0764515a79d | /core/src/main/java/com/google/errorprone/bugpatterns/InfiniteRecursion.java | 43b6993c3cae51bf0d3457b1435358821d1a9380 | [
"Apache-2.0"
] | permissive | jackass0528/error-prone | f0f5da6f2abe1fe3caa481538699f84f29b93acd | bf8560b2aed79ff7f91c24b6e7de33bec3db4c34 | refs/heads/master | 2021-01-20T11:05:23.935866 | 2017-03-02T22:21:08 | 2017-03-02T23:08:37 | 83,941,712 | 1 | 0 | null | 2017-03-05T03:28:31 | 2017-03-05T03:28:31 | null | UTF-8 | Java | false | false | 3,571 | java | /*
* Copyright 2016 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | [
"cushon@google.com"
] | cushon@google.com |
fd6a3c02c922725aa915b0aaa098473659fd2758 | 9601874ddc706148e8e3b1ff34af69e9fafa8b60 | /src/test/java/sn/ssi/sygmap/web/rest/ClientForwardControllerTest.java | a7f2ee6e784f133e92f9aaea0f151a45a5675f5a | [] | no_license | JeanNoelNdiaye/jhipster-sample-application | de2aabbed868cb28c29227f1af7982aebf5f9dc1 | c6265bb7a2883b1cb6e9da1c47dc32e207a4acae | refs/heads/master | 2023-01-09T11:13:51.772315 | 2020-11-09T18:26:22 | 2020-11-09T18:26:22 | 311,428,762 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,133 | java | package sn.ssi.sygmap.web.rest;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get;
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.content;
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.forwardedUrl;
import static org... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
dddc1c49188d8ccb61c851a3a8c29247826e9ad8 | 5180646a7afc4cd180401c6859527078661144c8 | /Clase4Java/src/Ordenamiento/Programa.java | fb465e70dd89852a430166baf040442a4afd0c7f | [] | no_license | milmullins/ClasesJavaMeLi | b130025d6012a913507295736dfc9b830927a84a | 74bdda1df82b05d2dcdee2e88f341082b802bc14 | refs/heads/main | 2023-03-27T08:20:18.741442 | 2021-03-29T12:02:21 | 2021-03-29T12:02:21 | 351,779,870 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,416 | java | package Ordenamiento;
import java.util.Comparator;
public class Programa {
public static void main(String[] args) throws InterruptedException {
Integer[] intArray = {231, 54, 12, 1, 54, -65, 86, -1};
String[] stringArray = {"f", "c", "a", "d", "b", "e", "g"};
Sorter sorter = (Sorter)MiFac... | [
"you@example.com"
] | you@example.com |
19352aafc2ecfc46889c10ad025a0e918f614e13 | f9f664fade2b9936e3a450d9d0bba19fe50fbeb2 | /camel-blueprint-salesforce-test/src/main/java/org/apache/camel/salesforce/dto/WebLink.java | c0627eb59acc772e96c02875f7595681ea2fcba3 | [] | no_license | 1984shekhar/fuse-my-examples | 78c2898c2366649504bbe22480b894d29952d2a7 | 761db030c603b8398ea78a18a4cb2ade1a55b34f | refs/heads/master | 2022-12-07T05:03:06.826126 | 2019-10-13T16:21:28 | 2019-10-13T16:21:28 | 30,963,768 | 0 | 4 | null | 2022-11-24T03:57:27 | 2015-02-18T11:58:40 | Java | UTF-8 | Java | false | false | 7,192 | java | /*
* Salesforce DTO generated by camel-salesforce-maven-plugin
* Generated on: Wed Apr 08 20:26:47 IST 2015
*/
package org.apache.camel.salesforce.dto;
import com.thoughtworks.xstream.annotations.XStreamAlias;
import com.thoughtworks.xstream.annotations.XStreamConverter;
import org.codehaus.jackson.annotate.JsonPro... | [
"shekhar.csp84@yahoo.co.in"
] | shekhar.csp84@yahoo.co.in |
b412a2d8056367acafcb79af315eafd25888bbe4 | 67f2a9eb7c449ab3a9ddf5044602cba45feacee2 | /modules/utility/geotk-utility/src/test/java/org/geotoolkit/math/VectorTest.java | 70311e8e152c77e054abf79ca9399f861755c7a4 | [] | no_license | lvvi/geotoolkit | f01deb47de18ffd591852922e7f432f5f615f2b7 | 5f02a6e9cd236ec37cb041f8f35cbab283278cea | refs/heads/master | 2020-12-31T02:14:55.570737 | 2016-04-25T20:57:14 | 2016-04-25T20:57:14 | 58,119,390 | 1 | 0 | null | 2016-05-05T09:18:34 | 2016-05-05T09:18:34 | null | UTF-8 | Java | false | false | 7,507 | java | /*
* Geotoolkit.org - An Open Source Java GIS Toolkit
* http://www.geotoolkit.org
*
* (C) 2009-2012, Open Source Geospatial Foundation (OSGeo)
* (C) 2009-2012, Geomatys
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Publi... | [
"martin.desruisseaux@geomatys.fr"
] | martin.desruisseaux@geomatys.fr |
394e0a8301c00ba851878ecada9ee711904eba7c | 85cba2af15412743eca8b52ab1854d7d7b5752b4 | /src/java/Biblioteca/Unpa/LB/TEST/TEST_Login.java | 1fc430f285a6e524359c618e83f685339c654f25 | [] | no_license | GenaroSMO/Proyecto1 | 3d0e6a6ccddcc2d15a5bee6f0fb7693aaf191682 | 4c187ed7c94c2bb1c339b2ddfc4275bea8936149 | refs/heads/main | 2023-01-22T03:02:36.022030 | 2020-12-04T01:45:59 | 2020-12-04T01:45:59 | 318,366,209 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 928 | 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 Biblioteca.Unpa.LB.TEST;
import Biblioteca.Unpa.LB.BLL.BLL_LoginUsuario;
import Biblioteca.Unpa.LB.EL.LoginUsuario;
import Bib... | [
"you@example.com"
] | you@example.com |
3c3690aa18e1a5dcbdaa54e78438ed34d1c6661f | 85f573af305c07112cf3296c4c9e26935b0350ad | /app/src/main/java/com/haoyigou/hyg/entity/VoucherEntry.java | 5b4c7aca86b72169f909edb89b2f768571935c7e | [] | no_license | wuliang6661/Turuk | 0cc8c483c4a8cb536874e7025437042dcbb00a11 | 4e3a4c0562f0f0f2e7bf9fd47166541550959d62 | refs/heads/main | 2023-07-20T17:58:56.764287 | 2021-09-03T14:26:18 | 2021-09-03T14:26:18 | 402,777,968 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,135 | java | package com.haoyigou.hyg.entity;
import java.util.List;
/**
* Created by wuliang on 2017/3/31.
* <p>
* 充值数据封装bean
*/
public class VoucherEntry {
/**
* disprice : 0.01
* id : 19
* isShowIcon : 1
* ordertype : 01
* price : 10.0
* pricetemp : 0.01
... | [
"wy19941007"
] | wy19941007 |
8d8bd2a9557e00a104a08ca79d538ce92eb41588 | 259c101b7bbeef9efcc25134e7e21f037a7a4092 | /DTSEmbed_LSC_solve_path/src/softtest/fsmanalysis/c/AnalysisElement.java | d6c3284a9944230a65d987a1fd21e5bdc3dddac6 | [] | no_license | 13001090108/dts-solve-path | a95c71c31d38afb2c55d85884b931f2938c1f75d | 649b92eddcc76705bbb4926b33da00009303c04a | refs/heads/master | 2020-04-16T23:17:21.340218 | 2019-01-24T09:34:50 | 2019-01-24T09:37:09 | 166,005,614 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 2,615 | java | package softtest.fsmanalysis.c;
/**
* DTSC一次分析的最小单元是.C文件,而具体分析过程中是分析预处理得到的中间文件,
* 因此这个类记录分析单元对应的信息
* @author
*
*/
public class AnalysisElement implements Comparable<AnalysisElement> {
private String fileName;
private String interFileName;
private boolean cppError = false;
/**
* 该分析单... | [
"lishaochun@bupt.edu.cn"
] | lishaochun@bupt.edu.cn |
fbee857dcfe1879798a837d0cb0733efe565bfbe | b4b95c21572ac6573706df0edba99e4abb947924 | /component-api/src/main/java/org/talend/sdk/component/api/configuration/ui/OptionsOrder.java | 2dd481ae59d4d1c71e7a33103339f770784ca99d | [
"Apache-2.0"
] | permissive | RyanSkraba/component-runtime | 33d3231658cda17c3861f16f0cceca628c27a4c2 | cae7b10238ee5b62256a72a780c781c40fc52822 | refs/heads/master | 2023-02-18T02:38:37.859335 | 2021-01-18T15:31:32 | 2021-01-18T18:07:04 | 126,361,369 | 0 | 0 | Apache-2.0 | 2018-03-22T16:07:04 | 2018-03-22T16:07:01 | null | UTF-8 | Java | false | false | 1,132 | java | /**
* Copyright (C) 2006-2020 Talend Inc. - www.talend.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-2.0
*
* Unless required by appli... | [
"rmannibucau@gmail.com"
] | rmannibucau@gmail.com |
8590971fdefa20df6737a434d8645a249d609340 | 8b46b9c92e7b35919618b0696b3657ee13010945 | /src/main/java/org/codelibs/fione/h2o/bindings/pojos/NetworkEvent.java | 5e81a188cb0fe25dffa76a4c41aaa008b9251899 | [
"Apache-2.0"
] | permissive | fireae/fione | 837bebc22f7b7d42ed3079ff212eaf17cbcfebc6 | b26f74d2fff6b9c34f64446503dd45edf0716ed8 | refs/heads/master | 2021-03-11T05:02:53.309517 | 2020-03-09T20:49:31 | 2020-03-09T20:49:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,471 | java | /*
* Copyright 2012-2020 CodeLibs Project and the Others.
*
* 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 ap... | [
"shinsuke@apache.org"
] | shinsuke@apache.org |
b27b00a2f5b03c61e3f706d269a973b8bf76d6b5 | 9c7074a2467350bd855cbacba2857199cda5ebc7 | /20210809(ZJYD_v2.6.0)/app/src/main/java/com/pukka/ydepg/common/http/v6bean/v6request/GetAlacarteChoosedContentsRequest.java | a48a1dc860df06d8d8d5d9bb8ad45434a14bbbf5 | [] | no_license | wangkk24/testgit | ce6c3f371bcac56832f62f9631cdffb32d9f2ed2 | 0eb6d2cc42f61cf28ce50b77d754dcfbd152d91c | refs/heads/main | 2023-07-15T21:45:24.674154 | 2021-08-31T07:13:14 | 2021-08-31T07:13:14 | 401,544,031 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,213 | java | package com.pukka.ydepg.common.http.v6bean.v6request;
import com.google.gson.annotations.SerializedName;
public class GetAlacarteChoosedContentsRequest {
/*
*订购自选包用户ID
*/
@SerializedName("userID")
private String userID;
/*
*自选包产品ID
*如果非自选包产品,则请求拒绝
*/
@SerializedName("pro... | [
"wangkk@easier.cn"
] | wangkk@easier.cn |
1f106ad41b52065686a9d0af1578c4197ccbb190 | 6cecfc95ae02243937d1c5046c74f410dc63c22a | /androidtoolbox/src/main/java/me/xiaopan/android/graphics/MatrixUtils.java | 69124709c338f59d4e6d2929e15fc4bd9a973f50 | [
"Apache-2.0"
] | permissive | lionoggo/AndroidToolbox | 14749e4c48d4bf72418fe673514cb96e6bfcdd9b | 5a9ca975380e67bce7209338d4c0e4eaa7c60ab1 | refs/heads/master | 2021-06-18T07:29:56.109941 | 2017-07-03T08:15:02 | 2017-07-03T08:15:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,687 | java | /*
* Copyright (C) 2016 Peng fei Pan <sky@xiaopan.me>
*
* 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 applicab... | [
"sky@xiaopan.me"
] | sky@xiaopan.me |
d16640f2ac6e80d963aad76b71369d4248d9dc0c | d44961b736d956be5e294d3e6def8ffb008376ee | /crp-rule-stomach/src/main/java/com/clinical/dao/master/ZjTemOperationRecordMapper.java | cc742c85add54246af0915f1bb818ae0ae1844f9 | [] | no_license | zhiji6/rule-2 | 2b5062f2e77797a87e43061b190d90fef5bbdbd8 | cb58cde99257242bd0c394f75f1f2d02dd00b5c2 | refs/heads/master | 2023-08-15T06:21:07.833357 | 2021-03-06T08:28:14 | 2021-03-06T08:28:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 301 | java | package com.clinical.dao.master;
import com.clinical.model.master.TEM_OPERATION_RECORD;
import java.util.List;
public interface ZjTemOperationRecordMapper {
List<TEM_OPERATION_RECORD> findZjTemOperationRecordByUniqueId(String unique_id_lv2);
List<String> findZjTemOperationRecordByIncr();
} | [
"sdlqmc@yeah.net"
] | sdlqmc@yeah.net |
0ee5be36e9b4757e09f125bd86c0a511e8e5b04c | 69a4f2d51ebeea36c4d8192e25cfb5f3f77bef5e | /methods/Method_54285.java | 34a2617bc12e966dacbe0c9a6bf66901469434aa | [] | no_license | P79N6A/icse_20_user_study | 5b9c42c6384502fdc9588430899f257761f1f506 | 8a3676bc96059ea2c4f6d209016f5088a5628f3c | refs/heads/master | 2020-06-24T08:25:22.606717 | 2019-07-25T15:31:16 | 2019-07-25T15:31:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 175 | java | @NativeType("uint64_t") public static long BGFX_STATE_BLEND_EQUATION_SEPARATE(@NativeType("uint64_t") long _rgb,@NativeType("uint64_t") long _a){
return _rgb | (_a << 3);
}
| [
"sonnguyen@utdallas.edu"
] | sonnguyen@utdallas.edu |
aaff6f97694d7394998f18edbfa17feac41e696a | 7738a40c403f0e8342aa36475a6f152cf8a172aa | /app/src/main/java/com/abhidev/adapters/SearchFragmmentAdapter.java | 067e02377f134f2ddf4dd2c574f4439f0d5bebbe | [] | no_license | rishabhjainj/AbhiDev | 33343755f5775ac71d6d202a5c77920dafe0c1ae | beb29c30b0889fb5053456a4c0923059e0fb6ab2 | refs/heads/master | 2022-02-26T09:29:34.390585 | 2019-09-17T08:26:27 | 2019-09-17T08:26:27 | 208,992,239 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,553 | java | package com.abhidev.adapters;
import android.content.Context;
import android.graphics.Color;
import androidx.recyclerview.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import com.abhidev.Fragments.SearchFragment;
impor... | [
"parasjain.jain@outlook.com"
] | parasjain.jain@outlook.com |
8d31a433772dcb18ec9c95dfd4fad3467b8ccf4f | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/33/33_0dba0c773145d1ac0304f6995691912739171ca3/ResultsFactory/33_0dba0c773145d1ac0304f6995691912739171ca3_ResultsFactory_s.java | 7ef26a68fdf2722c40c13ec873626bb1861623c9 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 1,465 | java | package com.datascience.core.results;
import com.datascience.core.base.Category;
import com.datascience.core.base.ContValue;
import com.datascience.core.base.LObject;
import com.datascience.core.base.Worker;
import java.util.Collection;
/**
* User: artur
*/
public class ResultsFactory {
public in... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
ef8e8e6382bfb06f47e78c22862489b0f2fd0a4c | a23b277bd41edbf569437bdfedad22c2d7733dbe | /acm/P2593__Max_Sequence/Main.java | 48f3be07bcc9cf9e022967f6d624d3509afed0c0 | [] | no_license | alexandrofernando/java | 155ed38df33ae8dae641d327be3c6c355b28082a | a783407eaba29a88123152dd5b2febe10eb7bf1d | refs/heads/master | 2021-01-17T06:49:57.241130 | 2019-07-19T11:34:44 | 2019-07-19T11:34:44 | 52,783,678 | 1 | 0 | null | 2017-07-03T21:46:00 | 2016-02-29T10:38:28 | Java | UTF-8 | Java | false | false | 1,954 | java | package P2593__Max_Sequence;
import java.util.Scanner;
import java.io.File;
/**
* <p>Title: </p>
*
* <p>Description: </p>
*
* <p>Copyright: Copyright (c) 2006</p>
*
* <p>Company: </p>
*
* @author not attributable
* @version 1.0
*/
public class Main {
static int N;
static int numbers[];
static i... | [
"alexandrofernando@gmail.com"
] | alexandrofernando@gmail.com |
f20296f435ff64d762fbd993c98b9c1d59def68e | 7291377a5a469f73579e946c1cd5e85ff76262f9 | /BT_JAVA/Bai1/src/bai1/model/KhachHang.java | 25977be27a74274cd2d7f9b4017a5c603f200d4b | [] | no_license | HrBbCi/Netbean | 487fb25b14c449fc88f34dd88ebd9f5768b0a5e5 | 1e3fdab1b43c0cb7e3f2e0b58d816a59b2f9a137 | refs/heads/master | 2020-07-11T20:42:04.057658 | 2019-08-27T06:55:35 | 2019-08-27T06:55:35 | 204,639,423 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,420 | java | package bai1.model;
import java.io.Serializable;
public class KhachHang implements Serializable{
private int maKH;
private String tenKH;
private String diaChi;
private String soDT;
private MatHang mh;
private double soTien;
public KhachHang() {
}
public KhachHang(int maKH, S... | [
"kienbtptit@gmail.com"
] | kienbtptit@gmail.com |
53452ecb82f6a9e10497d88fbf17f3d52593314b | 10186b7d128e5e61f6baf491e0947db76b0dadbc | /jp/cssj/homare/css/f/a/h.java | fe9bb787930c499a6f7cbfbee3206f5aff5595c8 | [
"SMLNJ",
"Apache-1.1",
"Apache-2.0",
"BSD-2-Clause"
] | permissive | MewX/contendo-viewer-v1.6.3 | 7aa1021e8290378315a480ede6640fd1ef5fdfd7 | 69fba3cea4f9a43e48f43148774cfa61b388e7de | refs/heads/main | 2022-07-30T04:51:40.637912 | 2021-03-28T05:06:26 | 2021-03-28T05:06:26 | 351,630,911 | 2 | 0 | Apache-2.0 | 2021-10-12T22:24:53 | 2021-03-26T01:53:24 | Java | UTF-8 | Java | false | false | 1,443 | java | /* */ package jp.cssj.homare.css.f.a;
/* */
/* */ import jp.cssj.homare.css.c;
/* */ import jp.cssj.homare.css.f.E;
/* */ import jp.cssj.homare.css.f.a;
/* */ import jp.cssj.homare.impl.a.c.I;
/* */
/* */
/* */
/* */ public class h
/* */ implements E
/* */ {
/* 13 */ private ... | [
"xiayuanzhong+gpg2020@gmail.com"
] | xiayuanzhong+gpg2020@gmail.com |
689ad3363fe88b46e191a9557d75886b9ae14029 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/elastic--elasticsearch/610ce078fb3c84c47d6d32aff7d77ba850e28f9d/before/NumericAnalyzer.java | 5484bc6e70b23bc3d327268b1332eb5872639b1e | [] | 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 | 1,606 | 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... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
fd403bd78ca81ec88508532f76c060e511a9d7d3 | c885ef92397be9d54b87741f01557f61d3f794f3 | /results/JacksonDatabind-105/com.fasterxml.jackson.databind.deser.std.JdkDeserializers/BBC-F0-opt-20/tests/10/com/fasterxml/jackson/databind/deser/std/JdkDeserializers_ESTest.java | 82243f12283eb81a08ff0dba721b9d4b127314f2 | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 2,802 | java | /*
* This file was automatically generated by EvoSuite
* Thu Oct 14 00:25:31 GMT 2021
*/
package com.fasterxml.jackson.databind.deser.std;
import org.junit.Test;
import static org.junit.Assert.*;
import com.fasterxml.jackson.databind.JsonDeserializer;
import com.fasterxml.jackson.databind.deser.std.JdkDeserializer... | [
"pderakhshanfar@serg2.ewi.tudelft.nl"
] | pderakhshanfar@serg2.ewi.tudelft.nl |
ee598175a191935ccb2098dd0db557253dba95de | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/hazelcast/2016/4/DefaultNearCacheManager.java | 8f6def1cc8e484a68bff548e51427c2421716bb7 | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | Java | false | false | 3,450 | java | /*
* Copyright (c) 2008-2016, Hazelcast, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required ... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
c21ff04eab6b584c9ca763e54533339ad77e1aa8 | 000a4b227d970cdc6c8db192f4437698cb782721 | /jps/jps-builders/src/org/jetbrains/jps/cache/statistics/JpsCacheLoadingSystemStats.java | 2239872f9b5e8911c2a595166acb7393edeceed8 | [
"Apache-2.0"
] | permissive | trinhanhngoc/intellij-community | 2eb2f66a2a3a9456e7a0c5e7be1eaba03c38815d | 1d4a962cfda308a73e0a7ef75186aaa4b15d1e17 | refs/heads/master | 2022-11-03T21:50:47.859675 | 2022-10-19T16:39:57 | 2022-10-19T23:25:35 | 205,765,945 | 1 | 0 | Apache-2.0 | 2019-09-02T02:55:15 | 2019-09-02T02:55:15 | null | UTF-8 | Java | false | false | 1,122 | java | // Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package org.jetbrains.jps.cache.statistics;
public class JpsCacheLoadingSystemStats {
private static long decompressionSpeedBytesPesSec;
private static long... | [
"intellij-monorepo-bot-no-reply@jetbrains.com"
] | intellij-monorepo-bot-no-reply@jetbrains.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.