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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a2c5170f67a08110126725f281d541cee0fdd750 | 866a321216d1cb2c35b6329d439f3b39e2fe1061 | /webapp/src/Servlets/Unsubscribe.java | fc7f4146ad05078784031714b26d4e5235bcc3f3 | [] | no_license | adnan27/ChatWebApp | bf8cd6fb9dc29c81c396d93caee4091accc7ee40 | 4f5156bd2e9730e9df41887fa51c28c44367a895 | refs/heads/master | 2021-01-17T14:56:34.063181 | 2017-03-06T18:09:52 | 2017-03-06T18:09:52 | 84,102,969 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,940 | java | package Servlets;
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import javax.naming.Context;
import javax.naming.InitialContext;
import javax.naming.NamingException;
import javax.servlet.ServletException;... | [
"User@User-PC"
] | User@User-PC |
7425be4c90ec08f9579df25c24734888f197ac67 | 8510169054c24a64a73013663a9aefa41c7f3047 | /app/src/main/java/com/abcew/model/proxy/section1/Client.java | 43bae713798133094b5efc7728cd026f6f0312ae | [] | no_license | joyoyao/Model | f06fb1006784072ff5fc3ad2b69f701d90b1586e | 16b153bdd8013b487384058c4ed6f5a94ecef108 | refs/heads/master | 2020-03-22T10:10:03.469309 | 2016-12-04T08:30:31 | 2016-12-04T08:30:31 | 74,377,041 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 681 | java | package com.abcew.model.proxy.section1;
/**
* @author cbf4Life cbf4life@126.com
* I'm glad to share my knowledge with you all.
* 场景类
*/
public class Client {
public static void main(String[] args) {
//定义一个痴迷的玩家
IGamePlayer player = new GamePlayer("张三");
//然后再定义一个代练者
IGamePlayer proxy = new GamePlayerPro... | [
"zaiyongs@gmail.com"
] | zaiyongs@gmail.com |
b223e04e40e3b1e67047ae3a10225827347bfe5f | 85659db6cd40fcbd0d4eca9654a018d3ac4d0925 | /packages/apps/SocialPlus/SocialCard2D/src/com/motorola/mmsp/socialGraph/socialGraphWidget/common/WaitDialog.java | 04f93a0eb115288f49a83f953a49fdd6cbddd470 | [] | no_license | qwe00921/switchui | 28e6e9e7da559c27a3a6663495a5f75593f48fb8 | 6d859b67402fb0cd9f7e7a9808428df108357e4d | refs/heads/master | 2021-01-17T06:34:05.414076 | 2014-01-15T15:40:35 | 2014-01-15T15:40:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 435 | java | package com.motorola.mmsp.socialGraph.socialGraphWidget.common;
import android.app.ProgressDialog;
import android.content.Context;
//maybe delete
public class WaitDialog extends ProgressDialog {
public WaitDialog(Context context) {
super(context);
}
/**
* This hook is called when the user signal... | [
"cheng.carmark@gmail.com"
] | cheng.carmark@gmail.com |
e40b2b9346811ed166c8a97d5bbb60ecaf78a620 | 95a92a0b1ad90c223e18c414c249ffbebd316d36 | /src/pagina90/exercicio3/A.java | f8cd6f322cf072c56274a0564db03f9200577a31 | [] | no_license | mucheniski/java-se-8-programmer-1 | 0b5285c1455b23c66c87f5dece64674ec60a9066 | bec177aa4994174f499c069745191ebf52956ce5 | refs/heads/master | 2020-09-13T13:51:09.708868 | 2019-12-24T20:24:34 | 2019-12-24T20:24:34 | 222,805,940 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 397 | java | package pagina90.exercicio3;
/*
3) Escolha a opção adequada ao tentar compilar e rodar o
arquivo a seguir:
a) Compila e 100 objetos do tipo B são criados, mas não
podemos falar nada sobre o garbage collector ter jogado os objetos
fora na linha do System.out .
*/
class A {
public static void main(String[... | [
"mucheniski@gmail.com"
] | mucheniski@gmail.com |
352cb70bb97e9cb2005d8ec4f6d88b59118375e7 | f29e821f27f3165ce242db21e6140223498a7c3b | /modules/jersey/src/test/java/org/atmosphere/jersey/MappingResourceTest.java | cfb1c00216ebe6e3a5491c88d222bae09ac06b69 | [] | no_license | mehrdadrafiee/atmosphere | e08eca721930b7d518873b7395b15acb272243e9 | 97993855734903536b046a41b1dbbe3f3558d463 | refs/heads/master | 2021-01-22T13:03:37.112032 | 2014-09-22T21:07:46 | 2014-09-22T21:07:46 | 24,354,618 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,980 | java | /*
* Copyright 2014 Jeanfrancois Arcand
*
* 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... | [
"jfarcand@apache.org"
] | jfarcand@apache.org |
47badaa6efac71104686a5e28b29c25bb35168b2 | aff91e5bc700d2f7221307cdb59ca248f5438482 | /AircraftDetails/src/com/um21/aircraft/dao/IDao.java | f8b23644be9936cf89be41e17f3a1eda9447034b | [] | no_license | ayyappan26/UM21-SrivasudevanNadarajan | b43f0ea1f9fbf9850babc7f76bd8c4e0e9f4c369 | 7bc3599ae3c0479cd6ae61d069d44f735f8f050e | refs/heads/master | 2023-07-27T06:45:11.585992 | 2021-09-09T05:27:48 | 2021-09-09T05:27:48 | 401,970,097 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 257 | java | package com.um21.aircraft.dao;
import java.sql.SQLException;
public interface IDao
{
public void registerAircraft() throws SQLException;
public void registerSector() throws SQLException;
public void viewSectorDetails() throws SQLException;
}
| [
"ELCOT@Lenovo"
] | ELCOT@Lenovo |
ce057e4ef2a95aa9557b610437baef75e24a65ba | c2fac9618557b73a49fb53e6f19121cdbcfab164 | /src/main/java/org/twister2/perf/io/TwitterInputReader.java | 6f03f72b68eebe89c5f99426ce25489f8145f0d5 | [] | no_license | DSC-SPIDAL/twister-perf | dde81f3445df4b617561f7c971ed5fd1c04d1590 | c4a651a9d4b3cea5b44ffd5e01027398066ce44c | refs/heads/master | 2022-05-28T00:01:39.728543 | 2020-10-21T16:41:13 | 2020-10-21T16:41:13 | 227,462,406 | 0 | 1 | null | 2022-04-12T21:57:53 | 2019-12-11T21:19:17 | Java | UTF-8 | Java | false | false | 2,039 | java | package org.twister2.perf.io;
import edu.iu.dsc.tws.api.comms.structs.Tuple;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.math.BigInteger;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
import java.nio.file.Paths;
import java.util.logging.Logger;
/**
* Read a tweetid:t... | [
"supun06@gmail.com"
] | supun06@gmail.com |
4694b4d24c7709d9ec9d8c2e38f8f28831027486 | b2018d92fdd74823768317307bc8e58087c1c1c9 | /src/com/igomall/entity/InstantMessage.java | a6465a7ac487b5b1f6c802ee94a50a3098a1ea8c | [] | no_license | hyerming/demo123 | 911d124b18934c093ff6c8be3046016d5f64ea61 | b3851e389adf83a2a9523dac631d72ecd5a065e8 | refs/heads/master | 2020-04-28T11:37:22.378116 | 2019-03-09T02:06:32 | 2019-03-09T02:06:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,981 | java |
package com.igomall.entity;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.ManyToOne;
import javax.validation.constraints.NotNull;
import org.hibernate.validator.constraints.Length;
import org.hibernate.validator.constraints.NotEmpty;
/... | [
"Liziyi521521"
] | Liziyi521521 |
75385d81fc6c80be1d19bf32be50813561610602 | 2f5cd5ba8a78edcddf99c7e3c9c19829f9dbd214 | /java/playgrounds/johannes/src/main/java/playground/johannes/socialnetworks/graph/analysis/CentralityTask.java | 23666e44377d643d7a4d73548ab16083d7d3246f | [] | no_license | HTplex/Storage | 5ff1f23dfe8c05a0a8fe5354bb6bbc57cfcd5789 | e94faac57b42d6f39c311f84bd4ccb32c52c2d30 | refs/heads/master | 2021-01-10T17:43:20.686441 | 2016-04-05T08:56:57 | 2016-04-05T08:56:57 | 55,478,274 | 1 | 1 | null | 2020-10-28T20:35:29 | 2016-04-05T07:43:17 | Java | UTF-8 | Java | false | false | 3,529 | java | /* *********************************************************************** *
* project: org.matsim.*
* CentralityTask.java
* *
* *********************************************************************** *
* ... | [
"htplex@gmail.com"
] | htplex@gmail.com |
eb919e5366c10d1324241a24c13cc54e2c425e2c | e21d3ae8e47b113a7c27524afd4525cc23130b71 | /IWXXM-JAVA/aero/aixm/CodeFlightStatusType.java | 3f1d3259660f7bf3619cd1d4fc8659c26344dc49 | [] | no_license | blchoy/iwxxm-java | dad020c19a9edb61ab3bc6b04def5579f6cbedca | 7c1b6fb1d0b0e9935a10b8e870b159c86a4ef1bb | refs/heads/master | 2023-05-25T12:14:10.205518 | 2023-05-22T08:40:56 | 2023-05-22T08:40:56 | 97,662,463 | 2 | 1 | null | 2021-11-17T03:40:50 | 2017-07-19T02:09:41 | Java | UTF-8 | Java | false | false | 2,314 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0-SNAPSHOT
// See <a href="https://jaxb.java.net/">https://jaxb.java.net/</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2023.05.22 at 02:50:00 P... | [
"blchoy.hko@gmail.com"
] | blchoy.hko@gmail.com |
ffdd37d30c00ac09b81dc65ffc1d1d75fcea0312 | 2a19b2f3eb1ed8a5393676724c77b4f03206dad8 | /src/main/java/org/acord/standards/life/_2/HoldingXLatType.java | d32ceeb531f49c6964929fcc6823b2e6c7534073 | [] | no_license | SamratChatterjee/xsdTowsdl | 489777c2d7d66e8e5379fec49dffe15a19cb5650 | 807f1c948490f2c021dd401ff9dd5937688a24b2 | refs/heads/master | 2021-05-15T03:45:56.250598 | 2017-11-15T10:55:24 | 2017-11-15T10:55:24 | 110,820,957 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,266 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2017.11.13 at 07:49:0... | [
"33487722+SamratChatterjee@users.noreply.github.com"
] | 33487722+SamratChatterjee@users.noreply.github.com |
e81a9e46a10548929851260b109a0ac9b4646a97 | 3dfe79e257c2bfe710b342cf67cc22f6692f9c9e | /src/ChapterTwelve/PrintfDemo.java | e216b26ea7948efa73e497c85877080f79a1816d | [] | no_license | Tzeentche/JavaVasiliev | d34dfea60b313030731a576989dd6e3601941593 | 3ca671079e889c038f4f4b2237c726de89d9b34d | refs/heads/master | 2022-02-06T08:52:08.993370 | 2019-08-09T09:58:30 | 2019-08-09T09:58:30 | 198,294,460 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,105 | java | package ChapterTwelve;
import java.util.*;
public class PrintfDemo {
public static void main(String[] args) {
String text = "Text string";
double x = 100.0 / 7.0;
double z = 130;
int n = 1234567;
int k = 7654321;
int m = 0xABC;
int l = 0123;
Date... | [
"ilyasugako87@gmail.com"
] | ilyasugako87@gmail.com |
cee99e4dce6adeaca41c5654c5385fe9ca7e493e | 2bf30c31677494a379831352befde4a5e3d8ed19 | /exportLibraries/recoverpoint/src/main/java/com/emc/storageos/recoverpoint/requests/CGRequestParams.java | 279f243cd5da6b1979c19b2729692cda3310af90 | [] | no_license | dennywangdengyu/coprhd-controller | fed783054a4970c5f891e83d696a4e1e8364c424 | 116c905ae2728131e19631844eecf49566e46db9 | refs/heads/master | 2020-12-30T22:43:41.462865 | 2015-07-23T18:09:30 | 2015-07-23T18:09:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,237 | java | /*
* Copyright 2015 EMC Corporation
* All Rights Reserved
*/
package com.emc.storageos.recoverpoint.requests;
/**
* Copyright (c) 2013 EMC Corporation
* All Rights Reserved
*
* This software contains the intellectual property of EMC Corporation
* or is licensed to EMC Corporation from third parties. Use of th... | [
"review-coprhd@coprhd.org"
] | review-coprhd@coprhd.org |
9373f0453015c5b1788929cbfae0b2d44f05e8a4 | 13c2d3db2d49c40c74c2e6420a9cd89377f1c934 | /program_data/JavaProgramData/85/2243.java | 4f4e0b6f3b406edd90ebad104c6f88f091dcdeed | [
"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 | 1,054 | java | package <missing>;
public class GlobalMembers
{
public static int Main()
{
String zs = new String(new char[max + 1]);
int n;
int i;
int j;
int c;
String tempVar = ConsoleInput.scanfRead();
if (tempVar != null)
{
n = Integer.parseInt(tempVar);
}
for (i = 0;i < n;i++)
{
String tempVar2 = Co... | [
"y.yu@open.ac.uk"
] | y.yu@open.ac.uk |
233aa857d8dd20e7370987cab671086ea4c811a9 | e92cda89f4a32f1e89d5862d0480d2e14c2d64ca | /teams/anatid16_dronesandlaunchers_defend/BotMissile.java | 4bcdf01ed212cfa4c25fe5f7a5491169961b426f | [] | no_license | TheDuck314/battlecode2015 | e2d29e518137c563c265f854a27faba2c78c16cf | 845e52bec1a7cb9f3f7f19a3415b5635d44a2fa6 | refs/heads/master | 2016-09-05T21:26:23.066985 | 2015-02-16T17:34:22 | 2015-02-16T17:34:22 | 28,834,784 | 14 | 5 | null | null | null | null | UTF-8 | Java | false | false | 2,031 | java | package anatid16_dronesandlaunchers_defend;
import battlecode.common.*;
public class BotMissile {
static RobotController rc;
public static void loop(RobotController theRC) throws GameActionException {
rc = theRC;
MissileGuidance.readMissileTarget(rc, rc.getLocation());
// rc... | [
"theduck314@gmail.com"
] | theduck314@gmail.com |
8c5004d6390f0cc8b9f3921bce194a11b91805d4 | 20f643a61db5ab891fd9b9d71cad1342b5a46e07 | /app/src/main/java/com/technext/blogger/view/fragment/BloglistPage.java | a0b17df82b9098515c2c9d9cf272e876e8008c1e | [] | no_license | Muhaiminur/TECH_BLOGGER | 29b4df985ae01f17ed5bf17745754ebac4ac453b | 7b639aca681d566141e578e3ee379550701f9c7e | refs/heads/main | 2023-04-15T07:01:11.481179 | 2021-04-25T11:19:22 | 2021-04-25T11:19:22 | 359,435,332 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,592 | java | package com.technext.blogger.view.fragment;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.annotation.Null... | [
"muhaiminurabir@gmail.com"
] | muhaiminurabir@gmail.com |
47a0a68a7509786a8214e7c09f35d96ac43e99a1 | f10a360bf297f320a4eca3ff711615705a3fcbd2 | /gameTest/src/main/java/com/buding/retry/LoadAccountAction.java | bef3ed41689752c654abf6ee16c030396ef09d60 | [] | no_license | panghu0826/zyqp | 2119957bac1ef5f92256d09b25b62661aa980ada | 03dcbb202e9d50b77df1db279f01e789fafcb5b5 | refs/heads/master | 2020-05-22T12:48:40.967025 | 2019-05-13T05:59:53 | 2019-05-13T05:59:53 | 185,728,700 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 403 | java | package com.buding.retry;
import com.buding.test.Player;
public class LoadAccountAction extends RetryAction {
Player player = null;
public LoadAccountAction(Player player) {
super("注册");
this.player = player;
}
@Override
public void doAct() {
player.loadAccount();
}
@Override
public boolean isDone() ... | [
"xiaokang_0826@163.com"
] | xiaokang_0826@163.com |
f87c80cea891365cfa60ebeda1eadee23a360e2f | f71a7ec87f7e90f8025a3079daced5dbf41aca9c | /sf-pay/src/main/java/com/alipay/api/domain/AlipayEcoMycarTradeOrderQueryModel.java | 618f6f00f56991d8c1425cb7f82e49b76ce4a295 | [] | no_license | luotianwen/yy | 5ff456507e9ee3dc1a890c9bead4491d350f393d | 083a05aac4271689419ee7457cd0727eb10a5847 | refs/heads/master | 2021-01-23T10:34:24.402548 | 2017-10-08T05:03:10 | 2017-10-08T05:03:10 | 102,618,007 | 1 | 3 | null | null | null | null | UTF-8 | Java | false | false | 1,415 | java | package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 交易订单查询接口
*
* @author auto create
* @since 1.0, 2016-12-22 21:53:37
*/
public class AlipayEcoMycarTradeOrderQueryModel extends AlipayObject {
private static final long serialVersionUID = 749... | [
"tw l"
] | tw l |
1923c935392f31b32524990d6a818ee13565876c | 403277853ddaa968e3a082020ff7219353d24e87 | /Shuangge/src/com/shuangge/english/network/ranklist/TaskReqRanklistClass.java | be6412795f9684d72cbf46147f17f676ecf624e1 | [] | no_license | dougisadog/eng | d2bdb4613592574b5ce8332ee9ac126320f10adc | 2a6d3083be1d1974dede04deb94f69643c44b4b3 | refs/heads/master | 2021-01-10T12:19:11.496701 | 2015-12-01T09:33:20 | 2015-12-01T09:33:20 | 47,179,202 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,155 | java | package com.shuangge.english.network.ranklist;
import com.shuangge.english.cache.GlobalRes;
import com.shuangge.english.config.ConfigConstants;
import com.shuangge.english.entity.server.RestResult;
import com.shuangge.english.entity.server.ranklist.ClassRanklistResult;
import com.shuangge.english.support.http.HttpReqF... | [
"wzc2542736@163.com"
] | wzc2542736@163.com |
5a086176f8291301340f4197a4ffb004048a26bb | 522db0ab1d3183efaf4be1f68b5f02895e65eb24 | /designpattern/thezenofdesignpatterns/template_method/src/main/java/com/company/section3/ConcreteClass2.java | 0cba92c6ee78ff9191029276255627362b7c7abd | [
"Apache-2.0"
] | permissive | zkzong/java | 036ab8c2312f1496f59ea551be8581b3a5e13808 | 9ace636f83234d204383d9b5f43dc86139552d93 | refs/heads/master | 2023-06-24T17:13:05.957929 | 2023-06-15T14:35:03 | 2023-06-15T14:35:03 | 190,161,389 | 0 | 1 | Apache-2.0 | 2022-12-16T11:11:26 | 2019-06-04T08:31:44 | Java | UTF-8 | Java | false | false | 318 | java | package com.company.section3;
/**
* @author cbf4Life cbf4life@126.com
* I'm glad to share my knowledge with you all.
*/
public class ConcreteClass2 extends AbstractClass {
//实现基本方法
protected void doAnything() {
//业务逻辑处理
}
protected void doSomething() {
//业务逻辑处理
}
}
| [
"zongzhankui@hotmail.com"
] | zongzhankui@hotmail.com |
dc90d73f0f472f2c6da50d6523f10f6e2215af1c | 166a99193149ffb70ed0f3c0a3aa7ecb607ba8d7 | /src/lia/Monitor/JiniClient/CommonGUI/Sphere/GridBagPanel.java | 9d198ff72864652f2bdf8ae155ee18ef86411601 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | costing/Monalisa | 735c99ab77a92f908564098a6474d6bb085b2e4f | 2e4ab0fa3e198313397edb5bd1d48549ce138a25 | refs/heads/master | 2021-05-02T12:05:18.501770 | 2020-10-09T20:10:32 | 2020-10-09T20:10:32 | 120,735,433 | 0 | 0 | null | 2018-02-08T08:50:04 | 2018-02-08T08:50:04 | null | UTF-8 | Java | false | false | 7,798 | java | /*
* @(#)GridBagPanel.java
*
* Copyright (c) 1999 Sun Microsystems, Inc. All Rights Reserved.
*
* Sun grants you ("Licensee") a non-exclusive, royalty free, license to use,
* modify and redistribute this software in source and binary code form,
* provided that i) this copyright notice and license appear on all c... | [
"juztas@gmail.com"
] | juztas@gmail.com |
4b7e94e4549f8e0db11a6b45d8288c07167a58a3 | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XRENDERING-422-12-24-NSGA_II-LineCoverage:ExceptionType:StackTraceSimilarity/org/xwiki/rendering/wikimodel/impl/WikiScannerContext_ESTest_scaffolding.java | 22d5289c6b3b248b227ca7b670ea1ea715597c71 | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 457 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Mon Apr 06 16:41:06 UTC 2020
*/
package org.xwiki.rendering.wikimodel.impl;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import or... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
7f59c7e1d181592eb568b5ec4f37db1e7bbd6fe6 | 5ac6a77211570002c4ac10e976d91eaf7b9731dd | /merchant/src/org/webpki/saturn/merchant/HomeServlet.java | f14ba6ac70c7382805ab64eb097d79c7506801d7 | [
"Apache-2.0"
] | permissive | rzari/saturn | e2b034a890ffe1dfa7793f692f30060bd2eb6d5a | 2634460875b45974b7330c2024b4d212819e0517 | refs/heads/master | 2020-05-30T05:21:41.682357 | 2019-05-20T19:27:52 | 2019-05-20T19:27:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,721 | java | /*
* Copyright 2015-2018 WebPKI.org (http://webpki.org).
*
* 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... | [
"anders.rundgren.net@gmail.com"
] | anders.rundgren.net@gmail.com |
2d802fe0faae825c13c81efd5d49eed86fc57259 | e82c5bb2aca46a66ec1ca97e3844027b33ed0d7e | /src/test/java/tec/uom/se/unit/PrefixTest.java | ad238db41abeaddfd1af7ce06ae2dc6d989158b5 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | ezidio/uom-se | 97222514caa33277d238e373118d8451ffa90092 | f2949856277d36bea0f53ab97d14512b6b5e4f30 | refs/heads/master | 2021-01-01T19:41:50.494688 | 2017-07-18T22:47:36 | 2017-07-18T22:47:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,482 | java | /*
* Units of Measurement Implementation for Java SE
* Copyright (c) 2005-2017, Jean-Marie Dautelle, Werner Keil, V2COM.
*
* 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. ... | [
"werner.keil@gmx.net"
] | werner.keil@gmx.net |
9c8554df700540248e8dae9fc4a33b2450cfd2b3 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/16/16_2799ce6a4594a668b4a332dbe78e38206e75abe2/SimpleTime/16_2799ce6a4594a668b4a332dbe78e38206e75abe2_SimpleTime_s.java | 70560299a7788ccaf50883d2ed33c7b9be4890f6 | [] | 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,879 | java | package quizweb;
import java.sql.Timestamp;
import java.util.Date;
public class SimpleTime {
public static String[] monthStr = {"", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"};
public static String getTime(Timestamp time) {
return getTime(time.getTi... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
10bdd1d084b4c9af4d75c18d638496909a22372f | 04394e58da3c089b7e520f26f64dd8dfc99838c6 | /java-workspace/java/src/com/bit/day05/prob/BookShop.java | be1c1d4829032b73e3967b7a33769c3b632ea9fe | [] | no_license | Ddock2/Bit-Study2 | be462e11239805472ebbf86c35ffc792eb0b237c | 7dcb18b1c01a5c182f5d7e5a1bc435cf5905fdf9 | refs/heads/master | 2020-04-15T08:17:11.057232 | 2019-05-17T08:46:26 | 2019-05-17T08:46:26 | 164,416,667 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,092 | java | package com.bit.day05.prob;
import java.util.Scanner;
// Prob2
// Book
public class BookShop {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
String[] titles = {"트와일라잇", "뉴문", "이클립스", "브레이킹던", "아리랑", "젊은그들", "아프니까 청춘이다", "귀천", "태백산맥", "풀하우스"};
String[] authors = {"스테파니메이어", "스... | [
"bmkwak22@gmail.com"
] | bmkwak22@gmail.com |
ababd93298c6546aa70d533f8dd91d32c8842d7d | 1abb500dd743e1c47376ea95dfdbc2f371b87e5e | /src/test/java/com/alibaba/tamper/ConfigTest.java | 53daef6f7017f674e327f4b4594e826f0072f5b7 | [
"Apache-2.0"
] | permissive | sdgdsffdsfff/tamper | 693985c9536926125cec15fc4c3328e1a8fe6706 | 9cc7a59afdd5c20886ac4fc4dbd7ca60f0f9dfc7 | refs/heads/master | 2021-01-15T10:51:29.051669 | 2020-02-15T05:49:43 | 2020-02-15T05:49:43 | 63,648,813 | 0 | 0 | Apache-2.0 | 2020-02-15T05:49:45 | 2016-07-19T01:21:15 | Java | UTF-8 | Java | false | false | 3,313 | java | package com.alibaba.tamper;
import java.util.HashMap;
import junit.framework.Assert;
import junit.framework.TestCase;
import org.apache.commons.lang.builder.ToStringBuilder;
import org.apache.commons.lang.builder.ToStringStyle;
import org.junit.Test;
import com.alibaba.tamper.core.config.BeanMappingBehavior;
import... | [
"jianghang115@gmail.com"
] | jianghang115@gmail.com |
ed8306e78dc64306c2c1c57304fa2f6f968419dc | f6151c14700ea51923099b63ff39e2afd196d900 | /test-osgi/src/test/java/org/cache2k/test/osgi/OsgiIT.java | f9cd616023ce0bc8d6e76090f9c163b61095b762 | [
"Apache-2.0"
] | permissive | restmad/cache2k | fa9ca84c40532d9b625343c8563870b5b2937085 | 804e389618e6de75ac4b9a3f6e568e5c7d84e5b6 | refs/heads/master | 2020-03-09T19:22:21.649127 | 2018-04-04T07:15:07 | 2018-04-04T07:15:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,726 | java | package org.cache2k.test.osgi;
/*
* #%L
* cache2k tests for OSGi
* %%
* Copyright (C) 2000 - 2018 headissue GmbH, Munich
* %%
* 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
*
* ... | [
"jw_github@headissue.com"
] | jw_github@headissue.com |
f700fb52266690f8fdd11967b1387bf81fa85f4b | ea37e3a75b1b3eb22a25b7fa053209825042a756 | /src/main/java/com/getinsured/repository/TenantRepository.java | 8ee0f22845d613a4b5495f51d1baf8412a14f053 | [] | no_license | sureshkancherla/advances | e4c3509bf3b2275ff68cdf54f21a850276ef1fd3 | 8d3fc56a738c7f50aad8a89fbe818ce59d09fb63 | refs/heads/master | 2021-08-28T16:38:14.583493 | 2017-12-12T19:39:45 | 2017-12-12T19:39:45 | 113,897,719 | 0 | 0 | null | 2017-12-12T19:39:46 | 2017-12-11T19:11:12 | Java | UTF-8 | Java | false | false | 352 | java | package com.getinsured.repository;
import com.getinsured.domain.Tenant;
import org.springframework.stereotype.Repository;
import org.springframework.data.jpa.repository.*;
/**
* Spring Data JPA repository for the Tenant entity.
*/
@SuppressWarnings("unused")
@Repository
public interface TenantRepository extends J... | [
"jhipster-bot@users.noreply.github.com"
] | jhipster-bot@users.noreply.github.com |
ca02df88379dd3df02e4b5fe0afbc413f5cd21a9 | c6d8dd7aba171163214253a3da841056ea2f6c87 | /serenity-model/src/main/java/net/thucydides/model/output/ResultsOutput.java | 79602a122163b14169c5d6fca85b2ed3db103855 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | serenity-bdd/serenity-core | 602b8369f9527bea21a30104a45ba9b6e4d48238 | ab6eaa5018e467b43e4f099e7682ce2924a9b12f | refs/heads/main | 2023-09-01T22:37:02.079831 | 2023-09-01T17:24:41 | 2023-09-01T17:24:41 | 26,201,720 | 738 | 656 | NOASSERTION | 2023-09-08T14:33:06 | 2014-11-05T03:44:57 | HTML | UTF-8 | Java | false | false | 413 | java | package net.thucydides.model.output;
import jxl.read.biff.BiffException;
import jxl.write.WriteException;
import net.thucydides.model.matchers.SimpleValueMatcher;
import java.io.IOException;
import java.util.List;
public interface ResultsOutput {
void recordResult(List<? extends Object> columnValues,
... | [
"john.smart@wakaleo.com"
] | john.smart@wakaleo.com |
079630171b3b2b81a79e2073d93ebdc50f251269 | 622259e01d8555d552ddeba045fafe6624d80312 | /edu.harvard.i2b2.eclipse.plugins.workplace/gensrc/edu/harvard/i2b2/crcxmljaxb/datavo/psm/query/InstanceResponseType.java | e0ad3f03223b02a63c8d3e2b8b4d923021fc80fb | [] | no_license | kmullins/i2b2-workbench-old | 93c8e7a3ec7fc70b68c4ce0ae9f2f2c5101f5774 | 8144b0b62924fa8a0e4076bf9672033bdff3b1ff | refs/heads/master | 2021-05-30T01:06:11.258874 | 2015-11-05T18:00:58 | 2015-11-05T18:00:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,480 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.1.2-b01-fcs
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.07.2... | [
"Janice@phs000774.partners.org"
] | Janice@phs000774.partners.org |
b83315e2ea7a045964f7840a87fab175857a6acc | 7d1609b510e3c97b2f00568e91cd9a51438275c8 | /Java/Java Fundamentals/02.Java OOP Basics - Jun 2018/01.02.Exercise Defining Classes/src/p08PokemonTrainer2/Trainer.java | a8a3f0f468d3565c7aca9fab5d3bae48dd3639fa | [
"MIT"
] | permissive | mgpavlov/SoftUni | 80a5d2cbd0348e895f6538651e86fcff65dcebf5 | cef1a7e4e475c69bbeb7bfdcaf7b3e64c88d604c | refs/heads/master | 2021-01-24T12:36:57.475329 | 2019-04-30T00:06:15 | 2019-04-30T00:06:15 | 123,138,723 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,286 | java | package p08PokemonTrainer2;
import java.util.ArrayList;
import java.util.List;
import java.util.stream.Collectors;
class Trainer {
private static final int LOST_HEALTH = 10;
private String Name;
private int Badges;
private List<Pokemon> Pokemons;
Trainer(String name, int badges) {
if (th... | [
"30524177+mgpavlov@users.noreply.github.com"
] | 30524177+mgpavlov@users.noreply.github.com |
99fcbf705325bd5834c54e4aba2252a0ba070c72 | a0caa255f3dbe524437715adaee2094ac8eff9df | /src/main/java/p000/C0429pv.java | 871a58d3d3b0ea9bd88c497f2b25e972fd4c9c30 | [] | no_license | AndroidTVDeveloper/com.google.android.tvlauncher | 16526208b5b48fd48931b09ed702fe606fe7d694 | 0f959c41bbb5a93e981145f371afdec2b3e207bc | refs/heads/master | 2021-01-26T07:47:23.091351 | 2020-02-26T20:58:19 | 2020-02-26T20:58:19 | 243,363,961 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 625 | java | package p000;
import android.os.Parcel;
import android.os.Parcelable;
/* renamed from: pv */
/* compiled from: PG */
public final class C0429pv extends C0445qk {
public static final Parcelable.Creator CREATOR = new C0428pu();
/* renamed from: a */
public String f10190a;
public C0429pv(Parcel parcel)... | [
"eliminater74@gmail.com"
] | eliminater74@gmail.com |
47cc1658c1b8675374d985d2d4ff7dcf637a0ec5 | 7b935c49a7fc98155136b191f837a7c58a632957 | /java-8-impatient/src/main/java/ch01_lambda/exec/Exec06.java | 1cce3a48ef7beed5a61f2e2022f309659b0e217d | [] | no_license | kwon37xi/research-java8 | 55d89b4f629262053bffc788de0deb5f541fac6a | 8e10a732f8133a0fcd5ecbed59c992014f7bca4a | refs/heads/master | 2020-04-12T02:31:28.176458 | 2018-06-25T13:23:08 | 2018-06-25T13:23:08 | 48,409,215 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 733 | java | package ch01_lambda.exec;
/**
* Callable 사용시에는 Void라 하더라도 lambda 표현식 내에서 return이 필요하다.
*/
public class Exec06 {
public interface RunnableEx {
void run() throws Exception;
}
public static Runnable uncheck(RunnableEx runnableEx) {
return () -> {
try {
runnableEx... | [
"kwon37xi@gmail.com"
] | kwon37xi@gmail.com |
21eaf0e6b7443e2968e492f48507ecfde3e0d0ef | f4b7924a03289706c769aff23abf4cce028de6bc | /smart_logic/src/main/java/plan_pro/modell/balisentechnik_etcs/_1_9_0/TCBezeichnungZUB.java | 4c928f7092eb5b71e5be9db8f3be617fab2c24b5 | [] | no_license | jimbok8/ebd | aa18a2066b4a873bad1551e1578a7a1215de9b8b | 9b0d5197bede5def2972cc44e63ac3711010eed4 | refs/heads/main | 2023-06-17T21:16:08.003689 | 2021-07-05T14:53:38 | 2021-07-05T14:53:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,961 | java | //
// Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 generiert
// Siehe <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren.
// Generiert: 202... | [
"iberl@verkehr.tu-darmstadt.de"
] | iberl@verkehr.tu-darmstadt.de |
812efafbbe96a8e82dd1447142d77695abe9572b | b280a34244a58fddd7e76bddb13bc25c83215010 | /scmv6/core-base-utils/src/main/java/com/smate/core/base/utils/wechat/OAuth2Service.java | 92f96cc7fd2e93439eafb7e0f59bec7f3cc90b47 | [] | no_license | hzr958/myProjects | 910d7b7473c33ef2754d79e67ced0245e987f522 | d2e8f61b7b99a92ffe19209fcda3c2db37315422 | refs/heads/master | 2022-12-24T16:43:21.527071 | 2019-08-16T01:46:18 | 2019-08-16T01:46:18 | 202,512,072 | 2 | 3 | null | 2022-12-16T05:31:05 | 2019-08-15T09:21:04 | Java | UTF-8 | Java | false | false | 1,664 | java | package com.smate.core.base.utils.wechat;
import java.util.Map;
/**
* 网页授权服务接口.
*
* @author xys
*
*/
public interface OAuth2Service {
/**
* 获取微信openid.
*
* @param code
* @return
* @throws Exception
*/
public String getWeChatOpenId(String code) throws Exception;
/**
* 获取access_token... | [
"zhiranhe@irissz.com"
] | zhiranhe@irissz.com |
226741c70e0f9d8db5cd7f607f30e4b2af7d36ae | 903e9488b0c794494ba25d812d1ad56db429ac62 | /src/main/java/io/github/jhipster/sygi/security/SecurityUtils.java | 6c3e7053779f81f7c7b827be7e53946e448193ca | [] | no_license | BulkSecurityGeneratorProject/sygi-app | 1aa077571a5900e6fb21e0147e3c74ef81cb3e26 | 2e0ee6120babda5bd4673d38daf9f5d84a3b9d09 | refs/heads/master | 2022-12-31T02:07:47.707701 | 2019-07-29T12:59:35 | 2019-07-29T12:59:35 | 296,648,856 | 0 | 0 | null | 2020-09-18T14:45:25 | 2020-09-18T14:45:23 | null | UTF-8 | Java | false | false | 2,997 | java | package io.github.jhipster.sygi.security;
import org.springframework.security.core.context.SecurityContext;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.security.core.userdetails.UserDetails;
import java.util.Optional;
/**
* Utility class for Spring Security.
*... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
9672aa09f54a263d0216401792f70663aad21d59 | 9628053e6d5f4c2bc7df4a32ce1d6d89a0a7a15b | /com.agileapes.motorex.tree/src/main/java/com/agileapes/motorex/tree/traverse/impl/UpGoingNodeTraverseCallbackAdapter.java | 467bde51e603088f16b9763483956be0d12dca0d | [
"MIT"
] | permissive | pooyaho/motorex | 26707ad1444e1ef3c529d1ae9afcabbdd16a769b | 0e432eda9b60c09e9c003580cc51c331a7b0b2ac | refs/heads/master | 2016-09-11T02:45:54.621887 | 2012-12-09T00:34:22 | 2012-12-09T00:34:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,079 | java | /*
* Copyright (c) 2012. AgileApes (http://www.agileapes.scom/), and
* associated organization.
*
* 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 ... | [
"m.m.naseri@gmail.com"
] | m.m.naseri@gmail.com |
081cccdf83d1c28c7112b6dca5082b7166eb316e | ba39bfacdd72261fb15d6dc6b93c69e0ff0562f3 | /src/org/apache/pivot/collections/LinkedQueue.java | 0b1ece1d9f98642cdd1d0ba3a2771b90024caa44 | [
"AFL-3.0",
"BSD-3-Clause",
"AFL-2.1",
"Apache-2.0"
] | permissive | andrescabrera/gwt-dojo-toolkit | 4cf0f7bf3061f1f1248dec731aca8d6fd91ac8dc | 4faf915c62871b2267a49ce0cd703dd98d986644 | refs/heads/master | 2020-05-30T03:49:29.199573 | 2013-06-17T10:57:52 | 2013-06-17T10:57:52 | 40,503,638 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,293 | 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 may ... | [
"georgopoulos.georgios@gmail.com"
] | georgopoulos.georgios@gmail.com |
0a13db76f9ce40c4b0ff729c50b7d1ae3c682791 | f567c98cb401fc7f6ad2439cd80c9bcb45e84ce9 | /src/main/java/com/alipay/api/domain/ArInvoiceLineOpenApiResponse.java | 4554b35d2b0159cfe2d49bb257321379064df51c | [
"Apache-2.0"
] | permissive | XuYingJie-cmd/alipay-sdk-java-all | 0887fa02f857dac538e6ea7a72d4d9279edbe0f3 | dd18a679f7543a65f8eba2467afa0b88e8ae5446 | refs/heads/master | 2023-07-15T23:01:02.139231 | 2021-09-06T07:57:09 | 2021-09-06T07:57:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,714 | java | package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 发票行信息
*
* @author auto create
* @since 1.0, 2021-08-20 15:44:15
*/
public class ArInvoiceLineOpenApiResponse extends AlipayObject {
private static final long serialVersionUID =... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
4e15e9915668ac0bd5f8b84a92c6d2c8decca03d | 702a611aac878e0a64933a86c9fc44568bfecca0 | /spring/src/main/java/com/jt/service/OrderServiceImpl.java | 2a32672c10cfaf4cc5305d51681eb8fa667b9734 | [
"Apache-2.0"
] | permissive | jt120/my-cabin | 404d240b9b4a6111fa5b27b0b67d9754cee68c6c | fa6655999cbf6f1878d48094f7c02af43f30924e | refs/heads/master | 2016-09-08T00:24:16.421015 | 2015-05-27T04:11:28 | 2015-05-27T04:11:28 | 31,362,861 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 864 | java | package com.jt.service;
import com.jt.bean.Order;
import com.jt.dao.OrderDao;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
import java.util.UUID;
/**
* Created by ze.liu on 2014/7/2.
*/
@Service
public class Order... | [
"jt120lz@gmail.com"
] | jt120lz@gmail.com |
6830f06b67c929aa8946a6f9ca5219720afd770c | 5eae683a6df0c4b97ab1ebcd4724a4bf062c1889 | /bin/ext-accelerator/b2bpunchout/src/org/cxml/TaxInformation.java | d5dcc3c51d6b0848648aa8622a4210b6fc80ecfb | [] | no_license | sujanrimal/GiftCardProject | 1c5e8fe494e5c59cca58bbc76a755b1b0c0333bb | e0398eec9f4ec436d20764898a0255f32aac3d0c | refs/heads/master | 2020-12-11T18:05:17.413472 | 2020-01-17T18:23:44 | 2020-01-17T18:23:44 | 233,911,127 | 0 | 0 | null | 2020-06-18T15:26:11 | 2020-01-14T18:44:18 | null | UTF-8 | Java | false | false | 3,548 | java | /*
* [y] hybris Platform
*
* Copyright (c) 2018 SAP SE or an SAP affiliate company. All rights reserved.
*
* This software is the confidential and proprietary information of SAP
* ("Confidential Information"). You shall not disclose such Confidential
* Information and shall use it only in accordance with the te... | [
"travis.d.crawford@accenture.com"
] | travis.d.crawford@accenture.com |
29177443498d4439419b94a122e7beecbaac52fb | 46238e7b847e7445a22d16fa4fd0458eab6a7aff | /src/com/rsia/madura/entity/MPenunjangGroup.java | d2f6edb93b01ec0d888477e011b6fd0275b0d127 | [] | no_license | ok-google/newrsia | 9d4dae59f44c36839ab8212dee4807410cfd4cfd | 81d5f164649ddd2b25a25f6281f03beb940fc49c | refs/heads/master | 2020-03-22T13:08:05.245571 | 2018-07-07T13:48:56 | 2018-07-07T13:48:56 | 140,085,841 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,308 | java | /*
* @Author: Pradesga Indonesia
* @Date: 2018-05-12 15:40:22
* @Last Modified by: Pradesga Indonesia
* @Last Modified time: 2018-05-12 17:14:43
*/
package com.rsia.madura.entity;
import java.sql.Timestamp;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
... | [
"rizkisetiawan.root@gmail.com"
] | rizkisetiawan.root@gmail.com |
76d4ec9ccc829022a36121738e91d93d4fb8b6f2 | bcb3cc7caabb3bd646de46dd191aeeb98b597248 | /src/main/java/com/adanac/demo/captcha/ImagePreProcess.java | 88593b9f9020addd27cc9e010d4bfbced5e471c9 | [] | no_license | adanac/demo-captcha | 35a2e28518578d8c0cf81346f05a6b81723379ed | ba76a9cb537412c0a9f1f42b6ad87ea743d70977 | refs/heads/master | 2021-01-19T02:30:40.926209 | 2016-06-08T09:27:39 | 2016-06-08T09:27:39 | 60,077,598 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,379 | java | package com.adanac.demo.captcha;
import java.awt.Color;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.FileOutputStream;
import java.io.InputStream;
import java.io.OutputStream;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.im... | [
"adanac@sina.com"
] | adanac@sina.com |
c89089590ccd08f7cea130580c7c6fd3025a5a8d | cc0458b38bf6d7bac7411a9c6fec9bc3b8282d3f | /thirdParty/CSharpParser/src/csmc/javacc/generated/syntaxtree/MoreOrderings.java | 63f4b4b69cda92d9e1b0eb2b0e4cfe458ffccd51 | [] | no_license | RinatGumarov/Code-metrics | 62f99c25b072dd56e9c953d40dac7076a4376180 | 2005b6671c174e09e6ea06431d4711993a33ecb6 | refs/heads/master | 2020-07-12T04:01:47.007860 | 2017-08-08T07:19:26 | 2017-08-08T07:19:26 | 94,275,456 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 765 | java | //
// Generated by JTB 1.3.2
//
package csmc.javacc.generated.syntaxtree;
/**
* Grammar production:
* f0 -> [ <COMMA> Ordering() MoreOrderings() ]
*/
public class MoreOrderings implements Node {
public NodeOptional f0;
public MoreOrderings(NodeOptional n0) {
f0 = n0;
}
public v... | [
"tiran678@icloud.com"
] | tiran678@icloud.com |
f933c69e7d943b1fa34adb9b29bcf769c4710e1d | d249ff066f6c4ae99c646ea859d4c8cabe94c27c | /src/test/java/nextstep/web/UserAcceptanceTest.java | 1b93c5001fec23c87e06f9bba1561be7e3650d2d | [] | no_license | CheolHoJung/java-qna-atdd | 4782aa209c409204d45a6c2a6e9046893a9544b7 | aabab2c63498ba6aa5b25a7bb746fca3e6058d30 | refs/heads/master | 2020-05-03T03:49:11.385541 | 2019-04-12T09:39:17 | 2019-04-12T09:39:17 | 178,406,532 | 0 | 0 | null | 2019-03-29T13:03:10 | 2019-03-29T13:03:10 | null | UTF-8 | Java | false | false | 4,313 | java | package nextstep.web;
import nextstep.domain.User;
import nextstep.domain.UserRepository;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.web.client.TestRestTemplate;
import org.springfra... | [
"javajigi@gmail.com"
] | javajigi@gmail.com |
4fc7f6fd2c34176e3f56b45c16f2c8681abedf80 | 7ec246471da0dddaa1a857adeb879807be64a0d9 | /src/main/java/programmerzamannow/spring/core/ScopeConfiguration.java | 70cc670848d6f3309183c4c178fb5f7c2c52dea2 | [] | no_license | sandipradana/belajar-spring-dasar | 4f92f9b9aa80bfde72d7b520c3bfb5535ed1eae9 | b6405f1646d224f5eac7dafaa7f0aee03b9fe95e | refs/heads/main | 2023-08-24T08:13:30.563412 | 2021-10-07T17:04:00 | 2021-10-07T17:04:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 965 | java | package programmerzamannow.spring.core;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.config.CustomScopeConfigurer;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Scope;
import p... | [
"echo.khannedy@gmail.com"
] | echo.khannedy@gmail.com |
f843a1c64efaf5ee1327cc8dbfa0d35a3b157994 | 29196e2d4adfb14ddd7c2ca8c1e60f8c10c26dad | /src/main/java/it/csi/appjwebsrv/business/package-info.java | 90915c51580a29813ba54f7db37d8f9a661938f7 | [] | no_license | unica-open/siacbilitf | bbeef5ceca40e9fb83d5b1176e7f54e8d84592bf | 85f3254c05c719a0016fe55cea1a105bcb6b89b2 | refs/heads/master | 2021-01-06T14:51:17.786934 | 2020-03-03T13:27:47 | 2020-03-03T13:27:47 | 241,366,581 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 219 | java | /*
*SPDX-FileCopyrightText: Copyright 2020 | CSI Piemonte
*SPDX-License-Identifier: EUPL-1.2
*/
@javax.xml.bind.annotation.XmlSchema(namespace = "http://business.appjwebsrv.csi.it/")
package it.csi.appjwebsrv.business;
| [
"barbara.malano@csi.it"
] | barbara.malano@csi.it |
0694a18161404a334109b599ff291328e41858dd | 6b4cdc6e5c461ed4ab0490de5a0e7e66a6a7d26f | /OpaArchLib/src/main/java/gov/nara/opa/common/valueobject/export/AccountExportStatusValueObject.java | 811e95b6a57ed1315a1f7253f0102a32177f0a48 | [
"CC0-1.0",
"LicenseRef-scancode-public-domain"
] | permissive | usnationalarchives/catalog-source | c281dd2963cc204313202c7d9bc2b4e5a942f089 | 74187b9096a388c033ff1f5ca4ec6634b5bba69e | refs/heads/master | 2022-12-23T10:25:40.725697 | 2018-10-01T14:34:56 | 2018-10-01T14:34:56 | 151,100,359 | 5 | 0 | NOASSERTION | 2022-12-16T01:33:10 | 2018-10-01T14:15:31 | Java | UTF-8 | Java | false | false | 3,034 | java | package gov.nara.opa.common.valueobject.export;
import gov.nara.opa.architecture.web.validation.AbstractRequestParameters;
import gov.nara.opa.architecture.web.valueobject.AbstractWebEntityValueObject;
import java.util.LinkedHashMap;
import java.util.Map;
/**
* The main reason this class was added is to allow for
... | [
"jason.clingerman@nara.gov"
] | jason.clingerman@nara.gov |
ad99519898984755f7d7f21ce8e8186f7eb23a44 | 385340c9e6ecd942b01d20e335307c1462ecb1b5 | /TeraGame/src/main/java/com/angelis/tera/game/models/creature/Monster.java | d63d830c17b25b73fc75bcc38fa7e96f64c4304f | [] | no_license | simon96523/jenova-project | 2beefdff505458df523da94a6fa51b823d6f0186 | 07169c83790188eb82ad34352a34fb5cb8e7fdf6 | refs/heads/master | 2021-01-15T23:20:55.970410 | 2014-07-16T13:31:08 | 2014-07-16T13:31:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 540 | java | package com.angelis.tera.game.models.creature;
public class Monster extends TeraCreature {
public Monster(final Integer id) {
super(id);
}
public Monster(final Monster monster) {
super(monster);
}
@Override
public boolean equals(final Object obj) {
if (this == obj) {
... | [
"mm.chyla@gmail.com"
] | mm.chyla@gmail.com |
dd4295f7cb3560cb926f34ad2286491a16b32433 | 518bf342bc4138982af3e2724e75f1d9ca3ba56c | /solutions/2739. Total Distance Traveled/2739.java | e929cc7f82254285ab078b497ea90846183469fc | [
"MIT"
] | permissive | walkccc/LeetCode | dae85af7cc689882a84ee5011f0a13a19ad97f18 | a27be41c174565d365cbfe785f0633f634a01b2a | refs/heads/main | 2023-08-28T01:32:43.384999 | 2023-08-20T19:00:45 | 2023-08-20T19:00:45 | 172,231,974 | 692 | 302 | MIT | 2023-08-13T14:48:42 | 2019-02-23T15:46:23 | C++ | UTF-8 | Java | false | false | 233 | java | class Solution {
public int distanceTraveled(int mainTank, int additionalTank) {
// M M M M M A M M M M A
// 1 [2 3 4 5] 6 [7 8 9 10] 11
return (mainTank + Math.min((mainTank - 1) / 4, additionalTank)) * 10;
}
}
| [
"me@pengyuc.com"
] | me@pengyuc.com |
8933945d5d7ae8dad55d42e890aee85e290be196 | dc41ef318c2b30b977f0d2ed7a0af5ddf31eaf99 | /joker-engine/src/test/java/cs/bilkent/joker/engine/pipeline/impl/downstreamtuplesender/DownstreamTupleSendersTest.java | 327d11eecb6cdfd8e1b4ccbee40c48b62bc62b54 | [] | no_license | serkan-ozal/joker | 67cf0e498f68e8a31c1aea4f79bce6066dca15b6 | 99df637a4fa645819a24c281fbe87d33d92dfbe8 | refs/heads/master | 2020-12-03T07:54:20.793391 | 2017-06-22T20:50:07 | 2017-06-22T20:50:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,391 | java | package cs.bilkent.joker.engine.pipeline.impl.downstreamtuplesender;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.mockito.runners.MockitoJUnitRunner;
import cs.bilkent.joker.engine.exception.JokerException;
import cs.bilkent.joker.engine.pipeline.DownstreamTupleSenderFai... | [
"ebkahveci@gmail.com"
] | ebkahveci@gmail.com |
f9f6750e4c7648bd07c5e98fe49b3583af5d2468 | 812dc434dea3b4c718027c6dde1858f0fc966e79 | /app/src/main/java/com/quinn/githubknife/model/GithubService.java | 41c5c01dc8770f9bc341e819eedf234d0deb2e5b | [
"Apache-2.0"
] | permissive | hai8108/WeGit | 705cb26cd17ebc24fc9a1cac45da406f830db965 | f113aea25f2ed6e0a5497076557e4ec1e3ec71ff | refs/heads/master | 2021-01-17T08:52:16.495327 | 2015-11-17T12:56:19 | 2015-11-17T12:56:19 | 46,398,870 | 1 | 0 | null | 2015-11-18T06:06:32 | 2015-11-18T06:06:31 | null | UTF-8 | Java | false | false | 4,626 | java | package com.quinn.githubknife.model;
import com.quinn.httpknife.github.Branch;
import com.quinn.httpknife.github.Empty;
import com.quinn.httpknife.github.Event;
import com.quinn.httpknife.github.RepoSearch;
import com.quinn.httpknife.github.Repository;
import com.quinn.httpknife.github.Token;
import com.quinn.httpknif... | [
"chenhuazhaoao@gmail.com"
] | chenhuazhaoao@gmail.com |
825f0f8b495d460a996318c530f74e1e25a4199d | 341ed102cd8c2e7ab9e07af58daed3c28253c1c9 | /SistemaFat/SistemaFaturamento/src/gcom/cadastro/empresa/RepositorioEmpresaHBM.java | ff02997609aa392de4ebf54da2fbfd916d072982 | [] | no_license | Relesi/Stream | a2a6772c4775a66a753d5cc830c92f1098329270 | 15710d5a2bfb5e32ff8563b6f2e318079bcf99d5 | refs/heads/master | 2021-01-01T17:40:52.530660 | 2017-08-21T22:57:02 | 2017-08-21T22:57:02 | 98,132,060 | 2 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 4,153 | java | /*
* Copyright (C) 2007-2007 the GSAN - Sistema Integrado de Gestão de Serviços de Saneamento
*
* This file is part of GSAN, an integrated service management system for Sanitation
*
* GSAN is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* th... | [
"renatolessa.2011@hotmail.com"
] | renatolessa.2011@hotmail.com |
17387741d5ba2115b6da0a38b69313597fe5056e | 66c766517e47b855af27641ed1334e1e3576922b | /car-server/web/CarEyeApi/src/com/careye/taxi/domain/IntercomGroupSearch.java | 7171335a38219e5b8b49c5c1b9d65d3a56a685c5 | [] | no_license | vincenlee/Car-eye-server | 21a6c2eda0fd3f096c842fdae6eea4c5af84d22e | 47f45a0596fddf65cda6fb7cf657aa716244e5b5 | refs/heads/master | 2022-05-04T22:09:50.411646 | 2018-09-28T08:03:03 | 2018-09-28T08:03:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,692 | java | package com.careye.taxi.domain;
/**
*
* @项目名称:car-eye
* @类名称:
* @类描述:
* @创建人:ll
* @创建时间:2016-5-5 下午02:03:36
* @修改人:ll
* @修改时间:2016-5-5 下午02:03:36
* @修改备注:
* @version 1.0
*/
public class IntercomGroupSearch {
/****/
private Integer id;
/**车辆id**/
private Integer carid;
private String carnumber;
... | [
"dengtieshan@shenghong-technology.com"
] | dengtieshan@shenghong-technology.com |
196a492ba5c6d574c2f8baef136cc13bbe0c0217 | 29ffa425a2773c0e891e26ee71233d4f66b4f26d | /src/main/java/lekcja5/program1/Program4.java | e5bc7cf25d83693907ec0b0ff7c0f1a9023092e6 | [] | no_license | 1Anina1/project | 927487d9c0c3e223332bb3347bde0ecdc4cc8607 | 4863d84c69115b1ce466f481a99a51af9f7f96d2 | refs/heads/master | 2020-05-31T17:39:54.290916 | 2015-01-21T19:18:33 | 2015-01-21T19:18:33 | 28,411,067 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 827 | java | package lekcja5.program1;
import java.util.Arrays;
/**
* Obliczenia na tablicach
* Author: Amina
*/
public class Program4 {
public static void main(String[] args){
String[] textsArray = new String[3];
String startsWith = "To jest pierwszy";
textsArray[0] = "To jest pierwszy napis";
... | [
"michalskidaniel2@gmail.com"
] | michalskidaniel2@gmail.com |
d1236662c838a757ea45fde1ed97e97fd63bd084 | fcaa2e6917b068dd51885a9f59330f6a277fe9cd | /src/main/java/cn/xuetang/common/shiro/realm/CaptchaUsernamePasswordToken.java | 1ec245585508c93772f091b66a6a76a94b97e015 | [] | no_license | pengyq/NutzWx | 2708bca95f8fb50fd2f30c73e944eedae152ab6c | 0805990e65945113f0a674a24c168f7ad202271a | refs/heads/master | 2021-01-17T04:50:49.023856 | 2014-09-29T08:19:05 | 2014-09-29T08:19:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 609 | java | package cn.xuetang.common.shiro.realm;
import org.apache.shiro.authc.UsernamePasswordToken;
public class CaptchaUsernamePasswordToken extends UsernamePasswordToken {
private static final long serialVersionUID = 4676958151524148623L;
private String captcha;
public String getCaptcha() {
return captcha;... | [
"koukou890@qq.com"
] | koukou890@qq.com |
a0e1f64458b91df97512960c8e1c11e0e24cec27 | 251861f3124c2b5c842c56470a240a88d1f0195d | /spf4j-core/src/main/java/org/spf4j/base/CheckedRunnable.java | 109e1e1f8bfe5b8d3238786601c53b2d3ffb3a06 | [] | no_license | zolyfarkas/spf4j | b8cc01ec017e2d422ef77bac546ce589ab76bc1c | 646004f6ce4a51c164a7736fd96ec788c57b3a5c | refs/heads/master | 2023-08-06T10:21:44.343987 | 2022-12-08T16:58:46 | 2023-07-15T18:06:39 | 7,158,649 | 197 | 40 | null | 2023-07-15T18:06:41 | 2012-12-14T02:06:21 | Java | UTF-8 | Java | false | false | 1,928 | java | /*
* Copyright (c) 2001-2017, Zoltan Farkas All Rights Reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later... | [
"zolyfarkas@yahoo.com"
] | zolyfarkas@yahoo.com |
820f8f581101aff2b3a8d389d5a044278010169b | 1a821ede149274a5d2fba89620fdd383f288b676 | /personal-web-project/src/main/java/proxy/proxy/RealSubject.java | d60e7b759d720915f809093ec6168744c30f03ef | [] | no_license | liubao19860416/personal-web-project | ce58fe52c779fc742de367028951f1a8401b58ac | 337de5a05551376051a5d751ba094e5ef4341022 | refs/heads/master | 2021-01-10T08:44:41.141554 | 2016-04-09T06:56:53 | 2016-04-09T06:56:53 | 44,898,562 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 199 | java | package proxy.proxy;
public class RealSubject extends Subject {
public RealSubject() {
}
public void request() {
System.out.println("From real subject.");
}
}
| [
"18611478781@163.com"
] | 18611478781@163.com |
1265969ecc9097327d43ba2298e14011972a9293 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/13/13_690d2d7375ebe51fa2926ecd3d540f1e7feb4552/MainRenderer/13_690d2d7375ebe51fa2926ecd3d540f1e7feb4552_MainRenderer_t.java | 087784c34ff60cecf090ddf6258ec775ce221ad6 | [] | 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 | 3,928 | java | package com.benjaminlanders.sloth.renderer;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.g2d.Animation;
import com.badlogic.gdx.graphics.g2d.BitmapFont;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
import com.badlogic.gdx.graphics.g2d.TextureRegion;
import com.badlogic.gdx.grap... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
1df528f4829a8c34709853bae4eb88d3a07b4e02 | 0cb2a9fa3d0346fed30c9dbc45174af9cfc46f15 | /linkedbicircularview/src/test/java/com/anwesh/uiprojects/linkedbicircularview/ExampleUnitTest.java | 3e0fd3753fc16926a95df2fa2c654e8194e21988 | [] | no_license | Anwesh43/KotlinLinkedBiCircularView | fa022e0ecb4b715ac0125d8c9d179beb58a9bce9 | 267629f619b061e9551de423b4705ad04cbee450 | refs/heads/master | 2020-03-19T13:11:32.066706 | 2018-06-08T04:35:31 | 2018-06-08T04:35:31 | 136,566,570 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 420 | java | package com.anwesh.uiprojects.linkedbicircularview;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@... | [
"anweshthecool0@gmail.com"
] | anweshthecool0@gmail.com |
d73994692eade0f964d3665407c76d3436d71889 | 922993618092ccb0c3b4ea389d55e76c7647e00f | /ZWBH-Android/app/src/main/java/com/ruitukeji/zwbh/main/cargoinformation/FillCargoReceiptFormContract.java | 2fdcd86b1b4e940d8b17fb4908bd7bc41008aa91 | [
"Apache-2.0"
] | permissive | 921668753/wztx-shipper-android | 6235f74f79a2afdb8f16cef9a5951ede58aa0168 | 73946a321e065c6d2ed4bd60d09912f058c606e9 | refs/heads/master | 2021-09-10T15:26:37.450248 | 2018-03-28T12:20:58 | 2018-03-28T12:20:58 | 113,812,702 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 586 | java | package com.ruitukeji.zwbh.main.cargoinformation;
import com.ruitukeji.zwbh.common.BaseNewView;
import com.ruitukeji.zwbh.common.BasePresenter;
/**
* Created by Administrator on 2017/2/15.
*/
public interface FillCargoReceiptFormContract {
interface Presenter extends BasePresenter {
/**
* 填写货... | [
"921668753@qq.com"
] | 921668753@qq.com |
52095180b31b3c6bed0e1376c9602f02197443bf | 87ffe6cef639e2b96b8d5236b5ace57e16499491 | /app/src/main/java/u/aly/as$c.java | 86e2e1834c22becfe4a414acd66037ad4664c73d | [] | no_license | leerduo/FoodsNutrition | 24ffeea902754b84a2b9fbd3299cf4fceb38da3f | a448a210e54f789201566da48cc44eceb719b212 | refs/heads/master | 2020-12-11T05:45:34.531682 | 2015-08-28T04:35:05 | 2015-08-28T04:35:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,074 | java | package u.aly;
import java.util.ArrayList;
import java.util.BitSet;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
class as$c
extends dj<as>
{
public void a(cy paramcy, as paramas)
{
de localde = (de)paramcy... | [
"1060221762@qq.com"
] | 1060221762@qq.com |
0938c434d5fb68face2ad21605668209a990bce1 | 866f02270d0b2c91194b2ca037e4fd41cf897ab4 | /OldTests/src/test/java/com/tle/webtests/remotetest/integration/moodle/tests/MoodleCALTest.java | 65f62ee50f0d36b47101764551d771a3f004dd16 | [] | no_license | cbeach47/equella-autotests | 3ebe82ab984240431bd22ef50530960235a8e001 | f5698103e681a08cd5f5cfab15af04c89404f2dd | refs/heads/master | 2021-01-21T23:21:05.328860 | 2017-06-22T04:48:58 | 2017-06-22T04:49:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,095 | java | package com.tle.webtests.remotetest.integration.moodle.tests;
import java.util.Date;
import java.util.Map;
import java.util.TimeZone;
import org.testng.Assert;
import org.testng.annotations.Test;
import com.google.common.collect.ImmutableMap;
import com.tle.webtests.framework.URLUtils;
import com.tle.webtests.pageob... | [
"doolse@gmail.com"
] | doolse@gmail.com |
5c7b563b9b702b0dac5ac210454dd43bc9117527 | 8489fb7190fb28db8fefb11773f33c33d3827760 | /_src/S2/VotingSystem - Part 4/src/main/java/com/eduonix/votingsystem/VotingSystemApplication.java | 20f9364bc7946ab0f46179ca28729d8dae4e05d3 | [
"Apache-2.0"
] | permissive | paullewallencom/java-978-1-7893-4177-5 | a5a6337c903feb724f7e5ab447a1a7b1a3d8b86a | 8a06c40b0893c20ec180541ba4c4b25ad8134dd6 | refs/heads/main | 2023-02-06T17:44:03.369161 | 2020-12-27T22:17:13 | 2020-12-27T22:17:13 | 319,389,889 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 328 | java | package com.eduonix.votingsystem;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class VotingSystemApplication {
public static void main(String[] args) {
SpringApplication.run(VotingSystemApplication.class, args... | [
"paullewallencom@users.noreply.github.com"
] | paullewallencom@users.noreply.github.com |
f33f3e2dc933733ce5030465b0a39995dbc17792 | ca7da6499e839c5d12eb475abe019370d5dd557d | /spring-context/src/test/java/org/springframework/jmx/export/assembler/MethodExclusionMBeanInfoAssemblerTests.java | eec52b4f66d8d6df2eb6736957b23459a886fb0c | [
"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,081 | java |
package org.springframework.jmx.export.assembler;
import java.lang.reflect.Method;
import java.util.Properties;
import javax.management.modelmbean.ModelMBeanAttributeInfo;
import javax.management.modelmbean.ModelMBeanInfo;
import org.junit.Test;
import org.springframework.jmx.JmxTestBean;
import static org.junit.... | [
"34465021+jwfl724168@users.noreply.github.com"
] | 34465021+jwfl724168@users.noreply.github.com |
8f2858c6614b1240e399630dbb65ed8661669a66 | 1132cef0ea0246b0ef505ee8daa3cdb342499fbc | /LeetCode/src/Hot100/Solution104.java | b2eeb680abb47fc31370f6552df5e2a94ab33ba5 | [] | no_license | zhhaochen/Algorithm | fd92a748fd727700abba8ad92db0d72663058666 | 509a8f29f00ed665182c8314c11c5a67b023701f | refs/heads/master | 2023-07-02T08:14:13.918245 | 2021-08-05T16:31:08 | 2021-08-05T16:31:08 | 288,951,652 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 278 | java | package Hot100;
import Top100.TreeNode;
public class Solution104 {
public int maxDepth(TreeNode root) {
if (root == null) return 0;
int left = maxDepth(root.left);
int right = maxDepth(root.right);
return Math.max(left, right) + 1;
}
}
| [
"zhhaochen@gmail.com"
] | zhhaochen@gmail.com |
9733302eed0ff9771ae32ec8ff30aa4231436e47 | 8782061b1e1223488a090f9f3f3b8dfe489e054a | /storeMongoDB/projects/ABCD/adangel_pmd/test/2Test.java | cca19bedbf990d90b8af1d45013336b00bc33da0 | [] | no_license | ryosuke-ku/TCS_init | 3cb79a46aa217e62d8fff13d600f2a9583df986c | e1207d68bdc9d2f1eed63ef44a672b5a37b45633 | refs/heads/master | 2020-08-08T18:40:17.929911 | 2019-10-18T01:06:32 | 2019-10-18T01:06:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 699 | java | private static void assertRuleSetReferenceId(final boolean expectedExternal, final String expectedRuleSetFileName,
final boolean expectedAllRules, final String expectedRuleName, final String expectedToString,
final RuleSetReferenceId reference) {
assertEquals("Wrong external", expectedExternal... | [
"naist1020@gmail.com"
] | naist1020@gmail.com |
5f5ca2a914d95a5ba53550508d15880c38a418c3 | 8852329ef35122fbd68e1cd925e74964dec4c852 | /lesson-3-sms-interface/src/main/java/com/dongnaoedu/springcloud/SmsController.java | 3f49ef4ed0c3a2d2db02767e0da42c1cce4c02e0 | [] | no_license | gouyan123/springcloud_1.5.8 | bb4b839a6fb201670f1832887ba3d7cfafabb7e2 | b48024a1e8a87ac8660fd1347815104160d8aa52 | refs/heads/master | 2020-05-04T07:41:41.260753 | 2019-04-12T03:29:28 | 2019-04-12T03:29:28 | 179,033,733 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 341 | java | package com.dongnaoedu.springcloud;
import org.springframework.data.repository.PagingAndSortingRepository;
import org.springframework.data.rest.core.annotation.RepositoryRestResource;
@RepositoryRestResource(collectionResourceRel = "sms", path = "sms")
public interface SmsController extends PagingAndSortingRepository... | [
"2637178209@qq.com"
] | 2637178209@qq.com |
a6493ee4debda32534a93e014e248df4d0dd1db3 | 26ee4581ef0609214fba489fb9aa2c2251eb6459 | /spring-demo-annotation/src/com/code/springdemo/SwimCoach.java | e6dbf500af3eae153b7713fb505f331088a41840 | [] | no_license | Fariha-Arifin/SpringProjects | 8c7f588c500e3d0ab128aaa61a426d312fec86ee | 6d084ea2defeb8ec6bc28997904cf6a198d4916f | refs/heads/master | 2022-12-23T17:28:22.455474 | 2020-10-02T19:40:27 | 2020-10-02T19:40:27 | 300,719,193 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 701 | java | package com.code.springdemo;
import org.springframework.beans.factory.annotation.Value;
public class SwimCoach implements Coach {
@Value("${foo.email}")
private String email;
@Value("${foo.team}")
private String team;
public String getEmail() {
return email;
}
public String getTeam() {
return team;
... | [
"farihaarifin@gmail.com"
] | farihaarifin@gmail.com |
0d1f82dfc8aa2ac0cc4345b762f95d524ae21990 | 1c6fe1c9ad917dc9dacaf03eade82d773ccf3c8a | /acm-common/src/main/java/com/wisdom/base/common/vo/wf/WfFormProcVo.java | 11f27476c03f4b525f5b5e58811a2695ddff63fa | [
"Apache-2.0"
] | permissive | daiqingsong2021/ord_project | 332056532ee0d3f7232a79a22e051744e777dc47 | a8167cee2fbdc79ea8457d706ec1ccd008f2ceca | refs/heads/master | 2023-09-04T12:11:51.519578 | 2021-10-28T01:58:43 | 2021-10-28T01:58:43 | 406,659,566 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 283 | java | package com.wisdom.base.common.vo.wf;
import lombok.Data;
@Data
public class WfFormProcVo {
/**
* 流程实例id
*/
private String procInstId;
/**
* 标题
*/
private String title;
/**
* 创建人
*/
private Integer creator;
}
| [
"homeli@126.com"
] | homeli@126.com |
fb1657560202770872bdab6a5d4ee1b4244b4420 | fccf059872ec75b11ffcbf633c5fe36cae1c00b0 | /iloomo/src/main/java/com/iloomo/widget/PTitleBar.java | 83a0da14e9b1cba05994099e97b630aad119b682 | [] | no_license | wupeitao88888/CityAntOld | 4e90b369438badef735dbace4157c58fe2c6ce8b | cfdbbd6b22c8762b5b9f61626fe1d4932fe0533e | refs/heads/master | 2021-01-20T05:19:38.734696 | 2016-08-09T15:53:21 | 2016-08-09T15:53:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,930 | java | package com.iloomo.widget;
import android.app.Activity;
import android.content.Context;
import android.os.Build;
import android.util.AttributeSet;
import android.view.View;
import android.widget.FrameLayout;
import android.widget.ImageView;
import android.widget.RelativeLayout;
import android.widget.TextView;
import... | [
"admin@example.com"
] | admin@example.com |
e59cf73a9e688a7b70ecb4b8a31aa42444907779 | 37c586e25ff25b0d46da70360fa338b4834a83ba | /mvc-demo/src/main/java/de/chkal/mvc/thymeleaf/CustomThymeleafConfiguration.java | 8bf130a9bb42026fcd13ce958564bd5836feeb36 | [] | no_license | chkal/wjax15-mvc | 6bac84230152db00e7b753f3345f088b88b6a04e | b19d2bb422944233b9314207d78fee8a88b311d6 | refs/heads/master | 2021-01-10T13:43:56.948156 | 2015-11-05T13:22:34 | 2015-11-05T13:22:34 | 43,900,266 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 859 | java | package de.chkal.mvc.thymeleaf;
import org.glassfish.ozark.engine.ViewEngineConfig;
import org.glassfish.ozark.ext.thymeleaf.DefaultTemplateEngineProducer;
import org.thymeleaf.TemplateEngine;
import org.thymeleaf.templateresolver.ServletContextTemplateResolver;
import org.thymeleaf.templateresolver.TemplateResolver;
... | [
"christian@kaltepoth.de"
] | christian@kaltepoth.de |
120c969c8606f986c95dba0c40564d01539300c9 | 35b710e9bc210a152cc6cda331e71e9116ba478c | /tc-common/src/main/java/com/topcoder/web/common/model/Notification.java | c8b37e736b6e3193634cc6f4880b1f728861eef5 | [] | no_license | appirio-tech/tc1-tcnode | d17649afb38998868f9a6d51920c4fe34c3e7174 | e05a425be705aca8f530caac1da907d9a6c4215a | refs/heads/master | 2023-08-04T19:58:39.617425 | 2016-05-15T00:22:36 | 2016-05-15T00:22:36 | 56,892,466 | 1 | 8 | null | 2022-04-05T00:47:40 | 2016-04-23T00:27:46 | Java | UTF-8 | Java | false | false | 1,824 | java | package com.topcoder.web.common.model;
import java.util.Collections;
import java.util.HashSet;
import java.util.Set;
/**
* @author dok
* @version $Revision: 64563 $ Date: 2005/01/01 00:00:00
* Create Date: Apr 7, 2006
*/
public class Notification extends Base implements Comparable {
private Integer i... | [
"dongzhengbin@winterflames-MacBook-Pro.local"
] | dongzhengbin@winterflames-MacBook-Pro.local |
46298b35cb4f006892135e19d64cad68f568d471 | c39cd76699b393a049b1e924a0cac53f024ba5ad | /src/costConfig/form/CostConfigForm.java | a6cd530c40fe26f0080e7d76932f356b7076b695 | [] | no_license | duranto2009/btcl-automation | 402f26dc6d8e745c0e8368c946f74a5eab703015 | 33ffa0b8e488d6a0d13c8f08e6b8058fe1b4764b | refs/heads/master | 2022-02-27T07:38:19.181886 | 2019-09-18T10:42:21 | 2019-09-18T10:42:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,408 | java | package costConfig.form;
import java.util.*;
import org.apache.struts.action.ActionForm;
import util.*;
public class CostConfigForm extends ActionForm {
/**
*
*/
private static final long serialVersionUID = 1L;
public List<RowDTO> rowList;
public List<ColumnDTO> columnList;
public int tableID;
public S... | [
"shariful.bony@gmail.com"
] | shariful.bony@gmail.com |
296c8791818c6d963814c1c437ee20f7b41cced6 | ee461488c62d86f729eda976b421ac75a964114c | /tags/HtmlUnit-2.16/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLQuoteElementTest.java | 9d6c1fdc22557d4bcbad0a41df5c74dd27a6976b | [
"Apache-2.0"
] | permissive | svn2github/htmlunit | 2c56f7abbd412e6d9e0efd0934fcd1277090af74 | 6fc1a7d70c08fb50fef1800673671fd9cada4899 | refs/heads/master | 2023-09-03T10:35:41.987099 | 2015-07-26T13:12:45 | 2015-07-26T13:12:45 | 37,107,064 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,752 | java | /*
* Copyright (c) 2002-2015 Gargoyle Software Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law ... | [
"asashour@5f5364db-9458-4db8-a492-e30667be6df6"
] | asashour@5f5364db-9458-4db8-a492-e30667be6df6 |
4f89c78ce330133e66b2f0d6875fc6cc4d654745 | 82ab571aca88fbe455a8f42f0e2f0369f556180e | /app/src/main/java/com/colpencil/redwood/bean/PostsComment.java | 147056878fb1e0892413d651c84f8e11ed239f1a | [] | no_license | zsj6102/zz | 61d5c28dc0a0faf53000d4d5c802ba6ab9184d25 | 618bd83fd936870c2458ac5928f75be00add8cdb | refs/heads/master | 2020-12-02T22:55:32.820302 | 2017-07-12T14:48:04 | 2017-07-12T14:48:04 | 96,203,483 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,516 | java | package com.colpencil.redwood.bean;
import java.io.Serializable;
/**
* @author 陈宝
* @Description:商品评论的实体类
* @Email DramaScript@outlook.com
* @date 2016/7/29
*/
public class PostsComment implements Serializable {
private String re_content;
private String nickname;
private int comment_id;
private ... | [
"610257110@qq.com"
] | 610257110@qq.com |
eb98c9293c5ff5cd4a0795d218cd15ca5d7a1e8a | cf6c8c741c188c241984494562650799dcab9468 | /src/main/java/tfar/beesourceful/block/CentrifugeBlock.java | 46fd3936c719bf00fa83dd86ff2637d96183da2d | [
"Unlicense"
] | permissive | Tfarcenim/Beesourceful | 4c19b729969407279b49a1db6971fb189a310dfe | 082b13a419c8384362908686e91b68e2b9b5ebed | refs/heads/master | 2020-12-09T17:00:31.537469 | 2020-07-01T15:42:25 | 2020-07-01T15:42:25 | 233,365,070 | 2 | 9 | Unlicense | 2020-11-12T13:38:31 | 2020-01-12T09:04:14 | Java | UTF-8 | Java | false | false | 3,739 | java | package tfar.beesourceful.block;
import tfar.beesourceful.blockentity.CentrifugeBlockEntity;
import net.minecraft.block.Block;
import net.minecraft.block.BlockState;
import net.minecraft.entity.player.PlayerEntity;
import net.minecraft.entity.player.ServerPlayerEntity;
import net.minecraft.inventory.InventoryHelper;
i... | [
"44327798+Gimpler@users.noreply.github.com"
] | 44327798+Gimpler@users.noreply.github.com |
1f1ee1fc567b71ece6b1726f3e4acf82cc288cea | 1db25343e50c98cdc9199054182b64ec330f86a7 | /projects/OG-Util/src/com/opengamma/extsql/SqlFragment.java | 12a0e48141c324b4281d65520b18d5c33ce85171 | [
"Apache-2.0"
] | permissive | satishv/OG-Platform | 76313090a59a89c4b7b12b93afe6156893b67599 | 1a2f2a7486f8b9bb6b4c545b342581f54c4489c4 | refs/heads/master | 2021-01-17T22:34:04.745012 | 2012-02-02T19:54:01 | 2012-02-02T19:54:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 678 | java | /**
* Copyright (C) 2009 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.extsql;
import org.springframework.jdbc.core.namedparam.SqlParameterSource;
/**
* Single fragment in the extsql AST.
*/
abstract class SqlFragment {
/**
... | [
"stephen@opengamma.com"
] | stephen@opengamma.com |
1ece46dbb38c505320a54c4f440657fa09d3c9e5 | 4e3c5dc1cfd033b0e7c1bea625f9ee64ae12871a | /com/vungle/publisher/na.java | 9e605f4d92b39765548671c5e1bb7189b90e71d6 | [] | no_license | haphan2014/idle_heroes | ced0f6301b7a618e470ebfa722bef3d4becdb6ba | 5bcc66f8e26bf9273a2a8da2913c27a133b7d60a | refs/heads/master | 2021-01-20T05:01:54.157508 | 2017-08-25T14:06:51 | 2017-08-25T14:06:51 | 101,409,563 | 1 | 4 | null | null | null | null | UTF-8 | Java | false | false | 886 | java | package com.vungle.publisher;
import com.vungle.publisher.mx.C1823a;
import dagger.MembersInjector;
import dagger.internal.Factory;
import dagger.internal.MembersInjectors;
/* compiled from: vungle */
public final class na implements Factory<C1823a> {
static final /* synthetic */ boolean f2612a = (!na.class.desir... | [
"hien.bui@vietis.com.vn"
] | hien.bui@vietis.com.vn |
f2772a7815633a8a82a795491dad41595b9c1ddc | 14f8e80f05020ae0416122248faf0262a2505b4b | /Java/Semester 1 usorteret/Test2/src/application/Rundvisning.java | 6302d68dc5727820b70742c8252d62ebda06a611 | [] | no_license | saphyron/randomstuff | 6befba6ffba0818b8f57683f028b425239cb92a9 | e21ba06758818ab11c28a19a608b3804bd589e3f | refs/heads/main | 2023-05-19T15:59:31.006362 | 2021-06-09T07:57:13 | 2021-06-09T07:57:13 | 360,878,053 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,260 | java | package application;
/**
* Nedavningsklasse med special attributter
* som dato, tid og antal besøgende
* (double).
*
* @author Gruppe 5
* @see Produkt
*/
import java.time.LocalDate;
import java.time.LocalTime;
public class Rundvisning extends Produkt implements java.io.Serializable {
//Attributter: Impor... | [
"30288325+saphyron@users.noreply.github.com"
] | 30288325+saphyron@users.noreply.github.com |
5d6a08c24d7c1b2b71a6566639440d3ba1428149 | 2122d24de66635b64ec2b46a7c3f6f664297edc4 | /spring/spring-boot/spring-boot-restful-authorization-sample/src/main/java/com/scienjus/config/Constants.java | 18431d2e08d648a8d1a75f6fbc03c91465996bc9 | [] | no_license | yiminyangguang520/Java-Learning | 8cfecc1b226ca905c4ee791300e9b025db40cc6a | 87ec6c09228f8ad3d154c96bd2a9e65c80fc4b25 | refs/heads/master | 2023-01-10T09:56:29.568765 | 2022-08-29T05:56:27 | 2022-08-29T05:56:27 | 92,575,777 | 5 | 1 | null | 2023-01-05T05:21:02 | 2017-05-27T06:16:40 | Java | UTF-8 | Java | false | false | 453 | java | package com.scienjus.config;
/**
* 常量
*
* @author ScienJus
* @date 2015/7/31.
*/
public class Constants {
/**
* 存储当前登录用户id的字段名
*/
public static final String CURRENT_USER_ID = "CURRENT_USER_ID";
/**
* token有效期(小时)
*/
public static final int TOKEN_EXPIRES_HOUR = 72;
/**
* 存放Authorization... | [
"litz-a@glodon.com"
] | litz-a@glodon.com |
8779252cd2be75eb521e76c44587ce386ca9b901 | 0c038f28915632cf0a5076d56b9300f060699cb2 | /core/cas-server-core-services-api/src/main/java/org/apereo/cas/services/PrincipalAttributeRegisteredServiceUsernameProvider.java | 78dbdfb89984d9c0e86fb2ea8b9fb0f4604364e1 | [
"LicenseRef-scancode-free-unknown",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | DeanSun/cas | f33a0f4e71deab87a35bacdb83f8f7928e0c2a36 | 47bd53edc2c003329732878a5073fc8f9db460c7 | refs/heads/master | 2022-11-22T20:16:29.814742 | 2022-11-03T07:57:37 | 2022-11-03T07:57:37 | 91,287,515 | 0 | 0 | Apache-2.0 | 2020-07-23T05:58:26 | 2017-05-15T02:33:26 | Java | UTF-8 | Java | false | false | 6,425 | java | package org.apereo.cas.services;
import org.apereo.cas.authentication.principal.Principal;
import org.apereo.cas.authentication.principal.Service;
import org.apereo.cas.util.CollectionUtils;
import com.fasterxml.jackson.annotation.JsonInclude;
import lombok.AllArgsConstructor;
import lombok.EqualsAndHashCode;
import ... | [
"mm1844@gmail.com"
] | mm1844@gmail.com |
33446f76d0b9d2986b51e2d35c838a9910730198 | 794473ff2ba2749db9c0782f5d281b00dd785a95 | /braches_20171206/qiubaotong-server/qbt-system-web/src/main/java/com/qbt/web/support/impl/FeedbackSupportImpl.java | 7772597a29937197700af64eb8594a893f229cfc | [] | no_license | hexilei/qbt | a0fbc9c1870da1bf1ec24bba0f508841ca1b9750 | 040e5fcc9fbb27d52712cc1678d71693b5c85cce | refs/heads/master | 2021-05-05T23:03:20.377229 | 2018-01-12T03:33:12 | 2018-01-12T03:33:12 | 116,363,833 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 936 | java | package com.qbt.web.support.impl;
import java.util.List;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import com.qbt.common.entity.PageEntity;
import com.qbt.common.util.BeanUtil;
import com.qbt.persistent.entity.Feedback;
import com.qbt.service.FeedbackService;
import com.qbt.we... | [
"louis.he@missionsky.com"
] | louis.he@missionsky.com |
13c89a84be055aad6d239492a711ad616f00c822 | 5cefafafa516d374fd600caa54956a1de7e4ce7d | /oasis/web/ePolicy/wsPolicy/test/src/com/delphi_tech/ows/common/CustomStatusCodeType.java | cdf50bb2fdf66b28a1507cb9a194cb2f074223c8 | [] | no_license | TrellixVulnTeam/demo_L223 | 18c641c1d842c5c6a47e949595b5f507daa4aa55 | 87c9ece01ebdd918343ff0c119e9c462ad069a81 | refs/heads/master | 2023-03-16T00:32:08.023444 | 2019-04-08T15:46:48 | 2019-04-08T15:46:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,101 | java |
package com.delphi_tech.ows.common;
import java.io.Serializable;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.XmlValue;
/**
* <p... | [
"athidevwork@gmail.com"
] | athidevwork@gmail.com |
e1d32e4953c1e4d4f0ea3e2fc754991e7cdc52fb | 1c02ea2eb17861a958cc661bb843a00a18582744 | /extension/src/main/java/com/maxdemarzi/posts/PostExceptions.java | 1171e1f8c2579bad0b08d943c7d9e639849aa59f | [
"MIT"
] | permissive | jknack/dating_site | 76c040a39ee0df9fe4d5d40b59a35eeaca7205ce | 6ef4a102a634468694242db4ffa9ff1466b85b6a | refs/heads/master | 2023-05-31T22:17:26.722390 | 2018-08-29T14:48:24 | 2018-08-29T16:11:56 | 146,362,969 | 0 | 0 | MIT | 2018-08-27T22:51:10 | 2018-08-27T22:51:09 | null | UTF-8 | Java | false | false | 495 | java | package com.maxdemarzi.posts;
import com.maxdemarzi.Exceptions;
public class PostExceptions extends Exceptions {
static final Exceptions missingStatusParameter = new Exceptions(400, "Missing status Parameter.");
static final Exceptions emptyStatusParameter = new Exceptions(400, "Empty status Parameter.");... | [
"maxdemarzi@hotmail.com"
] | maxdemarzi@hotmail.com |
2f2f7d414a5a2ab4576dfda8c1b40e098d768b6d | e8cd24201cbfadef0f267151ea5b8a90cc505766 | /group03/58555264/src/main/java/com/circle/download/DownloadThread.java | bdebd6ac9a2670234630c7c73ac0b481d386d8a1 | [] | no_license | XMT-CN/coding2017-s1 | 30dd4ee886dd0a021498108353c20360148a6065 | 382f6bfeeeda2e76ffe27b440df4f328f9eafbe2 | refs/heads/master | 2021-01-21T21:38:42.199253 | 2017-06-25T07:44:21 | 2017-06-25T07:44:21 | 94,863,023 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,408 | java | package com.circle.download;
import com.circle.download.api.Connection;
import com.circle.download.api.ConnectionException;
import com.circle.download.api.DownloadListener;
import java.io.*;
/**
* Created by keweiyang on 2017/3/10.
*/
public class DownloadThread extends Thread {
private Connectio... | [
"542194147@qq.com"
] | 542194147@qq.com |
afe0547ad647fdf1174b93fd2ace8ddc40a1aa4f | d7de50fc318ff59444caabc38d274f3931349f19 | /src/com/fasterxml/jackson/databind/ser/std/StdJdkSerializers.java | ee9669fe95ad4c305b0c54f77897808261824878 | [] | no_license | reverseengineeringer/fr.dvilleneuve.lockito | 7bbd077724d61e9a6eab4ff85ace35d9219a0246 | ad5dbd7eea9a802e5f7bc77e4179424a611d3c5b | refs/heads/master | 2021-01-20T17:21:27.500016 | 2016-07-19T16:23:04 | 2016-07-19T16:23:04 | 63,709,932 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 6,150 | java | package com.fasterxml.jackson.databind.ser.std;
import com.fasterxml.jackson.core.JsonGenerationException;
import com.fasterxml.jackson.core.JsonGenerator;
import com.fasterxml.jackson.core.JsonParser.NumberType;
import com.fasterxml.jackson.databind.JavaType;
import com.fasterxml.jackson.databind.JsonMappingException... | [
"reverseengineeringer@hackeradmin.com"
] | reverseengineeringer@hackeradmin.com |
f6efb352db6103fc2b60c42e442f00a2b1f10922 | 99993cee373542810763c6a037db527b86b0d4ac | /fluent/src/main/java/io/kubernetes/client/openapi/models/V1CapabilitiesBuilder.java | c0ca31a49b9a6f09b57a8af53db8ca7ec158ce0a | [
"Apache-2.0"
] | permissive | saparaj/java | b54c355f2276ac7ac2cd09f2f0cf3212f7c41b2d | a7266c798f16ab01e9ceac441de199bd8a5a839a | refs/heads/master | 2023-08-15T19:35:11.163843 | 2021-10-13T16:53:49 | 2021-10-13T16:53:49 | 269,235,029 | 0 | 0 | Apache-2.0 | 2020-06-04T01:46:44 | 2020-06-04T01:46:43 | null | UTF-8 | Java | false | false | 3,135 | java | package io.kubernetes.client.openapi.models;
import io.kubernetes.client.fluent.VisitableBuilder;
import java.lang.Object;
import java.lang.Boolean;
public class V1CapabilitiesBuilder extends io.kubernetes.client.openapi.models.V1CapabilitiesFluentImpl<io.kubernetes.client.openapi.models.V1CapabilitiesBuilder> implem... | [
"bburns@microsoft.com"
] | bburns@microsoft.com |
bc84afe7aae30081af8a2480da18b120df3e9892 | 15efb566b6ede8ff3dd5ac88eb3d391c031b40c0 | /bonita-integration-tests/bonita-integration-tests-services/src/test/java/org/bonitasoft/engine/persistence/PersistenceTestUtil.java | 5abf4559d1777586a11a4ef1f46cf128880fbc1e | [] | no_license | neoludo/bonita-engine | 0b184240231ce400243274a5ce1f7525661411bd | bba8bcebd7965e6ba501d025290f562f30374e8e | refs/heads/master | 2021-01-18T01:07:00.877702 | 2015-04-14T16:50:51 | 2015-04-15T07:04:18 | 34,102,320 | 0 | 0 | null | 2015-04-17T07:18:45 | 2015-04-17T07:18:44 | null | UTF-8 | Java | false | false | 2,473 | java | /**
* Copyright (C) 2015 BonitaSoft S.A.
* BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
* This library is free software; you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Foundation
* version 2.1 of the License.
* This libra... | [
"emmanuel.duchastenier@bonitasoft.com"
] | emmanuel.duchastenier@bonitasoft.com |
13dfaed5b156dc12e12298d4729444b701701400 | 56864db9eb0f96c03e64dbcb84c6caa104c2097f | /src/main/java/com/example/jaxrs/JaxrsActivator.java | 8e929fa86c5701ddb77d4c2adab9399f71a788ce | [
"MIT"
] | permissive | backpaper0/jakarta-ee-example | df82afec909897b8d0e60a123962ba8b584c12ad | 302f36f2657d7f1d0532e3d130339de3bf4c19eb | refs/heads/master | 2023-08-25T02:00:23.372341 | 2021-09-30T06:12:38 | 2021-09-30T06:12:38 | 324,758,864 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 178 | java | package com.example.jaxrs;
import javax.ws.rs.ApplicationPath;
import javax.ws.rs.core.Application;
@ApplicationPath("api")
public class JaxrsActivator extends Application {
}
| [
"backpaper0@gmail.com"
] | backpaper0@gmail.com |
56cd19be0efe70019e48cf2caa67c5a4fdecb491 | 4b5d5dc67970d34e7cb55040e849a9de9d77b612 | /part6_spring_aop/src/robin_permission_check/service/CustomerService.java | 3af499b89457d61669e6003cce50852f32576aa8 | [] | no_license | robin2017/cete28 | 9b74b36bda8139b59394e861b5ab0e446d7cfa2c | 4fe0feb2e890eadceed8d9f858fc55ee8649d1d1 | refs/heads/master | 2021-09-12T14:28:41.993102 | 2018-04-17T16:03:06 | 2018-04-17T16:03:06 | 100,281,174 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 162 | java | package robin_permission_check.service;
public interface CustomerService {
public void saveObject();
public void updateObject();
public void readObject();
}
| [
"robin.seu@foxmail.com"
] | robin.seu@foxmail.com |
3f2f63502459bf242293ed57cc2bfdcaf2f367a0 | c911cec851122d0c6c24f0e3864cb4c4def0da99 | /com/upsight/android/unitybindingpush/BuildConfig.java | 7c771185e8337bf8ad414ef4e1a11ba800484160 | [] | no_license | riskyend/PokemonGo_RE_0.47.1 | 3a468ad7b6fbda5b4f8b9ace30447db2211fc2ed | 2ca0c6970a909ae5e331a2430f18850948cc625c | refs/heads/master | 2020-01-23T22:04:35.799795 | 2016-11-19T01:01:46 | 2016-11-19T01:01:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 732 | java | package com.upsight.android.unitybindingpush;
public final class BuildConfig
{
public static final String APPLICATION_ID = "com.upsight.android.unitybindingpush";
public static final String BUILD_TYPE = "release";
public static final boolean DEBUG = false;
public static final String FLAVOR = "";
public stati... | [
"mohamedtajjiou@Mohameds-Air.SpeedportEntry2090126200030"
] | mohamedtajjiou@Mohameds-Air.SpeedportEntry2090126200030 |
94e582183ba690087268ab6d34f89a82a64dab5c | a85d2dccd5eab048b22b2d66a0c9b8a3fba4d6c2 | /rebellion_h5_realm/data/scripts/ai/den_of_evil/HestuiGuard.java | ee4daefaa7c1c918f736f199d11a4ac254a80a44 | [] | no_license | netvirus/reb_h5_storm | 96d29bf16c9068f4d65311f3d93c8794737d4f4e | 861f7845e1851eb3c22d2a48135ee88f3dd36f5c | refs/heads/master | 2023-04-11T18:23:59.957180 | 2021-04-18T02:53:10 | 2021-04-18T02:53:10 | 252,070,605 | 0 | 0 | null | 2021-04-18T02:53:11 | 2020-04-01T04:19:39 | HTML | UTF-8 | Java | false | false | 911 | java | package ai.den_of_evil;
import l2r.gameserver.ai.DefaultAI;
import l2r.gameserver.model.Player;
import l2r.gameserver.model.World;
import l2r.gameserver.model.instances.NpcInstance;
import l2r.gameserver.network.serverpackets.components.NpcString;
import l2r.gameserver.scripts.Functions;
/**
* @author VISTALL
* @da... | [
"l2agedev@gmail.com"
] | l2agedev@gmail.com |
10b87649e344d224daceecfcd6fd42286fb22836 | 0eab961b7cf24b155631983cacadd6405427bffd | /src/test/java/org/clafer/graph/TopologicalSortTest.java | 183f8bf5e177154063441eb843f144b765ad3dcc | [
"MIT"
] | permissive | rkamath3/chocosolver | fd322790c70b27af3a1645dcdeaefe6142eb3444 | 229ab5d3e6a304ccc52eeee0401ee4dade24484a | refs/heads/master | 2020-12-14T06:11:28.248255 | 2015-05-13T16:09:00 | 2015-05-13T16:09:00 | 36,599,453 | 0 | 0 | MIT | 2020-05-11T19:39:52 | 2015-05-31T11:07:19 | Java | UTF-8 | Java | false | false | 2,947 | java | package org.clafer.graph;
import java.util.Arrays;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import static org.junit.Assert.*;
import org.junit.Test;
/**
*
* @author jimmy
*/
public class TopologicalSortTest {
private static <T> HashSet<T> set(T... items) {
return new Hash... | [
"paradoxical.reasoning@gmail.com"
] | paradoxical.reasoning@gmail.com |
b0ca5ffac6142318113e76ad6f0f4eb33349f723 | 83943f941708b6db4d2597e3f3b0978bb34cb56d | /services/plansProposalsFacade/plansProposalsFacade-portlet-service/src/main/java/com/ext/portlet/service/persistence/ProposalMoveHistoryActionableDynamicQuery.java | 713ea42ff9bd946b97cd3d501580848910be8e14 | [
"MIT"
] | permissive | jccarrillo/XCoLab | 138b30061867cbba308bcc30057af61d07748198 | 647437de900229d8cb0c4248f99e399cfdddda44 | refs/heads/master | 2021-01-17T09:55:41.848269 | 2016-07-26T09:22:09 | 2016-07-26T09:22:09 | 62,179,305 | 0 | 0 | null | 2016-06-28T22:50:57 | 2016-06-28T22:50:54 | null | UTF-8 | Java | false | false | 804 | java | package com.ext.portlet.service.persistence;
import com.ext.portlet.model.ProposalMoveHistory;
import com.ext.portlet.service.ProposalMoveHistoryLocalServiceUtil;
import com.liferay.portal.kernel.dao.orm.BaseActionableDynamicQuery;
import com.liferay.portal.kernel.exception.SystemException;
/**
* @author Brian Wing... | [
"jobachhu@mit.edu"
] | jobachhu@mit.edu |
6c407ae83bc3e8a7aa9eaf145b8aa7a91496b62e | 8a787e93fea9c334122441717f15bd2f772e3843 | /odfdom/src/main/java/org/odftoolkit/odfdom/dom/attribute/smil/SmilValuesAttribute.java | 37577a8830521f7f98a8e40a00606000b91a34b3 | [
"BSD-3-Clause",
"MIT",
"W3C",
"LicenseRef-scancode-proprietary-license",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | apache/odftoolkit | 296ea9335bfdd78aa94829c915a6e9c24e5b5166 | 99975f3be40fc1c428167a3db7a9a63038acfa9f | refs/heads/trunk | 2023-07-02T16:30:24.946067 | 2018-10-02T11:11:40 | 2018-10-02T11:11:40 | 5,212,656 | 39 | 45 | Apache-2.0 | 2018-04-11T11:57:17 | 2012-07-28T07:00:12 | Java | UTF-8 | Java | false | false | 2,948 | java | /************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* Copyright 2008, 2010 Oracle and/or its affiliates. All rights reserved.
*
* Use is subject to license terms.
*
* Licensed under the Apache License, Version 2.0 (the "Lic... | [
"dev-null@apache.org"
] | dev-null@apache.org |
161b3fde2fc840e3d4bb774ac9a60e525ac918a5 | 5ecd15baa833422572480fad3946e0e16a389000 | /framework/Synergetics-Open/subsystems/cornerstone/main/api/java/com/volantis/shared/dependency/Freshness.java | 7e92f664f66a30f22851a507f2c232470cb80817 | [] | no_license | jabley/volmobserverce | 4c5db36ef72c3bb7ef20fb81855e18e9b53823b9 | 6d760f27ac5917533eca6708f389ed9347c7016d | refs/heads/master | 2021-01-01T05:31:21.902535 | 2009-02-04T02:29:06 | 2009-02-04T02:29:06 | 38,675,289 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,630 | java | /*
This file is part of Volantis Mobility Server.
Volantis Mobility Server is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Volantis Mobili... | [
"iwilloug@b642a0b7-b348-0410-9912-e4a34d632523"
] | iwilloug@b642a0b7-b348-0410-9912-e4a34d632523 |
5d8efe213cb35fe4ba7a90ead8dc3c9c2a359b25 | 6395a4761617ad37e0fadfad4ee2d98caf05eb97 | /.history/src/main/java/frc/robot/commands/cmdArmDrop_20191112145203.java | 59aaefed08c68d60a1475f9ab50da9bdce5af427 | [] | no_license | iNicole5/Cheesy_Drive | 78383e3664cf0aeca42fe14d583ee4a8af65c1a1 | 80e1593512a92dbbb53ede8a8af968cc1efa99c5 | refs/heads/master | 2020-09-22T06:38:04.415411 | 2019-12-01T00:50:53 | 2019-12-01T00:50:53 | 225,088,973 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,424 | java | /*----------------------------------------------------------------------------*/
/* Copyright (c) 2018 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of... | [
"40499551+iNicole5@users.noreply.github.com"
] | 40499551+iNicole5@users.noreply.github.com |
c37789892a14c3aec868269ddcab316ff2854645 | f2f150013db4269db7a69976575802318fae23e4 | /src/main/java/com/liuyang19900520/shiro/CredentialsMatcher.java | 95465b00ee681f6bd387e78033b1675574670b90 | [] | no_license | liuyang19900520/IOTPage_account | 901ad97862e18675c387175dd87f5ccfd05e0fc3 | 17a6eeff4559907476adb9208bd84622c5f7958b | refs/heads/master | 2021-04-09T10:21:11.767987 | 2018-05-24T12:17:23 | 2018-05-24T12:17:23 | 125,444,685 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,194 | java | package com.liuyang19900520.shiro;
import com.liuyang19900520.shiro.token.HmacToken;
import org.apache.shiro.authc.AuthenticationInfo;
import org.apache.shiro.authc.AuthenticationToken;
import org.apache.shiro.authc.credential.SimpleCredentialsMatcher;
/**
* Created by liuyang on 2018/3/16
* @author liuya
*/
publi... | [
"liuyang19900520@hotmail.com"
] | liuyang19900520@hotmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.