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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b148a57fb804caa7243809abf6cde670237cc906 | 57e3929533d9af36c163a0fc2a0f08e813a8a214 | /src/main/java/com/qatix/base/lang/string/StringMultiply.java | 98a473e96dd0d7f855a24c0a9f4186609b25adb5 | [
"MIT"
] | permissive | qatix/JavaBase | 866c9b87520e9668764bbadb56a20322e80505be | 12fd0ba643918a26ba88077e491f178a461a9aed | refs/heads/master | 2022-11-28T04:26:45.684298 | 2022-06-01T07:21:12 | 2022-06-01T07:21:12 | 153,476,220 | 1 | 1 | MIT | 2023-09-05T21:58:14 | 2018-10-17T15:01:00 | Java | UTF-8 | Java | false | false | 2,421 | java | package com.qatix.base.lang.string;
public class StringMultiply {
public static void main(String[] args) {
String a = "721";
String b = "0";
System.out.println(multiply(a, b));
}
public static String multiply(String num1, String num2) {
if ("0".equals(num1) || "0".equals(nu... | [
"[email protected]"
] | |
ad9a50085d3b045c15e29d54526ab58403a818f7 | e9ba0cb5188329bf9e97c39d349e193a88235e57 | /app/src/main/java/com/zhishen/aixuexue/weight/tag/TagAdapter.java | 38c779296b1af870b18df822d30950b3245ede5e | [] | no_license | GoogleJ/laji | c64801d24b73de3fe4de04f5f2261c2c260b326e | ebaa18b84fb928d06883979d575d2c006b2fa29e | refs/heads/master | 2020-04-06T14:42:00.556562 | 2019-03-12T14:09:10 | 2019-03-12T14:09:10 | 157,550,077 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,070 | java | package com.zhishen.aixuexue.weight.tag;
import android.util.Log;
import android.view.View;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
/**
* Created by Jerome on 2018/6/30
*/
public abstract class TagAdapter<T> {
private List<T> m... | [
"[email protected]"
] | |
22c2afc27891b49d2bd32dd8d63824888446d778 | 18b372f96eccbe9ad08b42dda7324c7e9d0348ef | /microservices/clients/flagging-client/src/main/java/org/xcolab/client/flagging/pojo/Report.java | f5067c9ed31c9db9fa4854b9bd4f224b81e71051 | [
"MIT"
] | permissive | mikirockerful/XCoLab | ea1e0cdfb9d438d355b479c52420fbcdd9d36bf1 | b83e9e612081b97e2cd53d70e7655a140abc14ff | refs/heads/master | 2020-04-27T22:05:50.837028 | 2019-03-09T02:52:26 | 2019-03-09T02:52:26 | 174,723,153 | 0 | 0 | null | 2019-03-09T17:12:38 | 2019-03-09T17:12:38 | null | UTF-8 | Java | false | false | 4,212 | java | package org.xcolab.client.flagging.pojo;
import org.springframework.core.ParameterizedTypeReference;
import org.xcolab.util.http.client.types.TypeProvider;
import java.io.Serializable;
import java.sql.Timestamp;
import java.util.List;
public class Report implements Serializable {
private static final long seri... | [
"[email protected]"
] | |
efcce711171602972dbdfd32cc727cc6f69390fd | 184ca59b6a1bdc7bb9cd802e854a97b552f72767 | /src/main/java/org/smartdeveloperhub/curator/protocol/ResponseMessage.java | a7318935239871246eb326f179eb99b80480359c | [
"Apache-2.0"
] | permissive | SmartDeveloperHub/sdh-curator-connector | a14c418797d516d417665186c55093bc5eec5fcc | ddfbaf6c76eae09f87550aeda981f3ea44a71dcb | refs/heads/master | 2021-01-17T14:20:44.162174 | 2016-07-07T07:45:07 | 2016-07-07T07:45:07 | 43,059,330 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,561 | java | /**
* #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=#
* This file is part of the Smart Developer Hub Project:
* http://www.smartdeveloperhub.org/
*
* Center for Open Middleware
* http://www.centeropenmiddleware.com/
* #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=... | [
"[email protected]"
] | |
3bd23471956d1e7140dd0334751e7ea7579670a2 | 0b657fbc76dcbb2544b01e8dbbe83e30289c142f | /528/20210601.java | 6c6548adb1259ae270e33bf6fde3c9ba3fc8afa4 | [] | no_license | MaCoredroid/leetcode | 68cbd343ea4a99067a497d9c034e5ab1ca3525e6 | 58080590f3a4f4d1f8082474a3ec344b87b18b4d | refs/heads/master | 2022-03-11T07:17:45.908007 | 2022-02-08T01:41:24 | 2022-02-08T01:41:24 | 227,243,204 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 722 | java | class Solution {
List<Integer> sum=new ArrayList<>();
int pre=0;
Random rand=new Random();
public Solution(int[] w) {
for(int x:w){
pre+=x;
sum.add(pre);
}
}
public int pickIndex() {
int target=rand.nextInt(pre);
int left=0;
in... | [
"[email protected]"
] | |
686c09c4a4e2a079aef9a00370bb9bbfd6f1ec2d | fef6e599164ab8b26cc3b628dc14a016dd93367c | /univocity-trader-iqfeed/src/main/java/com/univocity/trader/iqfeed/IQFeedExchange.java | 85e2d9945808b9e6b378f3cd854cf5ba006bef12 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | redtramp/univocity-trader | 4614f310ace30e0b8d55c1287e9daf1133151a84 | 16e45f72bfeb1aa72a9676d558ab1cd95ff67033 | refs/heads/master | 2021-02-14T21:54:20.201629 | 2020-02-16T20:07:28 | 2020-02-16T20:07:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,282 | java | package com.univocity.trader.iqfeed;
import com.univocity.trader.*;
import com.univocity.trader.candles.*;
import com.univocity.trader.indicators.base.*;
import com.univocity.trader.iqfeed.api.*;
import com.univocity.trader.iqfeed.api.domain.candles.*;
import com.univocity.trader.iqfeed.api.domain.request.*;
import co... | [
"[email protected]"
] | |
8ef07700addd0c04c89de98387245b5a663b7164 | c9dccd9b91885c4f932cb6288a4a8ccdc70c4944 | /src/main/java/com/github/lwhite1/tablesaw/filtering/IntGreaterThan.java | 8e61c3dfc918401b580005636d56d19f35f27dbc | [
"Apache-2.0"
] | permissive | awclives/tablesaw | bcc2d1eab77d283d6d8249f758f6c92d16c4f4ee | 0015c27b9e04fdc27d0387d3d7211734c678b664 | refs/heads/master | 2020-12-24T09:24:35.224047 | 2016-07-01T13:33:04 | 2016-07-01T13:33:04 | 62,394,863 | 0 | 0 | null | 2016-07-01T13:28:24 | 2016-07-01T13:28:24 | null | UTF-8 | Java | false | false | 1,413 | java | package com.github.lwhite1.tablesaw.filtering;
import com.github.lwhite1.tablesaw.api.ColumnType;
import com.github.lwhite1.tablesaw.api.Table;
import com.github.lwhite1.tablesaw.columns.Column;
import com.github.lwhite1.tablesaw.columns.ColumnReference;
import com.github.lwhite1.tablesaw.api.IntColumn;
import com.git... | [
"[email protected]"
] | |
742daaf9850c72d1504fd4f714a6c96d4df06a41 | 352f6ae2cc37cf37adf79e48071581e6082715e8 | /src/main/java/com/lam/coder/codeChef/CompilersAndParsers.java | 5f819f22eeab3e65e8067c7f2933eb2b21fc4c81 | [] | no_license | ludoviko/codeRacing | 91380a38a096c023648f315eb73fee30bb1d81f8 | 253d70779c886092e256f752d8b530acc8894aee | refs/heads/master | 2021-01-23T21:01:48.362779 | 2020-05-02T23:38:58 | 2020-05-02T23:38:58 | 40,973,712 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 5,037 | java | package com.lam.coder.codeChef;
import java.io.IOException;
import java.io.PrintStream;
import java.util.Deque;
import java.util.InputMismatchException;
import java.util.LinkedList;
/**
* @author Code Chef.
* <p/>
* Solution by: L.Azuaje.
* <p/>
* Problem: https://www.codechef.com/problems/COMPILER.
*/
public ... | [
"[email protected]"
] | |
8ac2c9bc71a7695eec59a2da40a4fc2f6437fdd8 | 464f36e710b08f67dcf833139c3c233b7eeb7837 | /libCompiler/src/main/java/com/duy/pascal/backend/runtime_exception/HeapOverflowError.java | d80a328a2c41a26d978b01ad2042ee36dd964ae7 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Traider09/pascalnide | 887fe92b58281dbfedd623ac72b6252657998baa | fbd0407392de7bbc7856b37f619b24c5d22bfe24 | refs/heads/master | 2020-12-02T16:41:46.153868 | 2017-06-29T07:42:46 | 2017-06-29T07:42:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 599 | java | package com.duy.pascal.backend.runtime_exception;
/**
* The heap has grown beyond its boundaries. This is caused when trying to allocate memory
* explicitly with New, GetMem or ReallocMem, or when a class or object instance is created
* and no memory is left. Please note that, by default, Free Pascal provides a gro... | [
"[email protected]"
] | |
7c9c970e0c16b48f35138ac6bf45b68e02c7be6c | 042342f9dc0e8662a1a7da671ab5dc9d82ccd835 | /registry/org.wso2.developerstudio.eclipse.greg.manager.remote/src/org/wso2/developerstudio/eclipse/greg/manager/remote/wizards/SetPermissionWizardPage1.java | 2ea9ec5631249c34862800c81e70210bffc40e94 | [
"Apache-2.0"
] | permissive | ksdperera/developer-studio | 6fe6d50a66e4fb73de3a4dbeef8d68b461da1ab6 | 9c0f601b91cc34dda036c660598a93c232260e08 | refs/heads/developer-studio-3.8.0 | 2021-01-15T08:50:21.571267 | 2018-10-26T12:59:17 | 2018-10-26T12:59:17 | 39,486,894 | 0 | 1 | Apache-2.0 | 2018-10-26T12:59:18 | 2015-07-22T05:13:13 | Java | UTF-8 | Java | false | false | 3,978 | java | /*
* Copyright (c) 2010, WSO2 Inc. (http://www.wso2.org) 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
*
* ... | [
"[email protected]"
] | |
2f426d6fe3a4380816ada4461c270320b9835575 | 6cd31c3fb9e69ada922611d34639b63380027107 | /vergilyn-seata-examples/vergilyn-storage-examples/src/main/java/com/vergilyn/examples/storage/service/impl/StorageServiceImpl.java | 966bb6527290447ef974ae3824a8995d0c21f49a | [
"Apache-2.0"
] | permissive | vergilyn/seata-fork | 6d7c40a25a14c18acd13a58426a849aca9588c2e | 11871c49295f7975b3676f31797bd974f7110993 | refs/heads/branch-1.0.0-vergilyn | 2020-12-19T09:21:06.889807 | 2020-03-04T08:21:51 | 2020-03-04T08:21:51 | 235,693,530 | 0 | 0 | Apache-2.0 | 2020-07-28T04:39:49 | 2020-01-23T00:12:14 | Java | UTF-8 | Java | false | false | 1,192 | java | package com.vergilyn.examples.storage.service.impl;
import javax.transaction.Transactional;
import com.vergilyn.examples.response.ObjectResponse;
import com.vergilyn.examples.storage.entity.Storage;
import com.vergilyn.examples.storage.repository.StorageRepository;
import com.vergilyn.examples.storage.service.Storage... | [
"[email protected]"
] | |
eb6a0e3a4eff87b24daafec9d051c49c68f20296 | d86f114539dc4d17461c828432358cca45cd622d | /jslack-api-client/src/test/java/util/sample_json_generation/JsonDataRecordingListener.java | 9630133e5299ce8fdac1499423d9f4d7782b5c77 | [
"MIT"
] | permissive | darkmatterbiz/jslack | 607f7e2c83c9736627df16dd686b8f0334d5c13b | 6499a314638ff320d93afc6a633bd529cda9cbd4 | refs/heads/master | 2020-09-06T16:40:46.786046 | 2019-12-11T23:33:44 | 2019-12-11T23:33:44 | 220,483,599 | 0 | 0 | MIT | 2019-11-08T14:30:00 | 2019-11-08T14:30:00 | null | UTF-8 | Java | false | false | 648 | java | package util.sample_json_generation;
import com.github.seratch.jslack.common.http.listener.HttpResponseListener;
import lombok.extern.slf4j.Slf4j;
import java.io.IOException;
@Slf4j
public class JsonDataRecordingListener extends HttpResponseListener {
@Override
public void accept(State state) {
try ... | [
"[email protected]"
] | |
6593fef40d6e3311a19468c8fe1d100856534f46 | 1e694075179ff36e8bb4ccb900f1212f4f71e137 | /crm-spi/src/main/java/com/kycrm/member/service/user/IUserBillInfoService.java | 60bf01507549e704ec3334f7a9be0ba0215f1adb | [] | no_license | benling1/bd | 6d544203c51163b1d986789db5b3851a01d4d9e0 | 8847d9178ceca0e6cff59c23c1efe9a7be136240 | refs/heads/master | 2022-12-20T17:02:30.599118 | 2019-08-22T14:06:59 | 2019-08-22T14:06:59 | 203,808,240 | 1 | 0 | null | 2022-12-16T11:54:10 | 2019-08-22T14:08:43 | Java | UTF-8 | Java | false | false | 435 | java | package com.kycrm.member.service.user;
import com.kycrm.member.domain.entity.user.UserBillInfo;
import com.kycrm.member.domain.entity.user.UserInfo;
import com.kycrm.member.domain.vo.user.UserBillInfoVO;
public interface IUserBillInfoService {
Integer saveBillInfo(UserInfo user, UserBillInfoVO userBillInfoVO);
... | [
"[email protected]"
] | |
79bd7eab5cd9430e3cf28bba61aa72155be241ec | d48eb49021c591b0eadd3e7328d8b4bcf67796be | /mvi-integration-test/src/main/java/com/hannesdorfmann/mosby3/mvi/integrationtest/lifecycle/fragment/backstack/MviLifecycleBackstackActivity.java | b886955cde87bb287ed7da1d0531b4a331187728 | [
"Apache-2.0"
] | permissive | Sherchen/ArchitectureTemplate | d83bb28c7c94e4515277a1a59db43699738fe1bf | 282ad608b392352e8361329a4ec82a6b3fbb3fe8 | refs/heads/master | 2021-01-21T10:00:06.904555 | 2017-07-07T11:46:22 | 2017-07-07T11:46:22 | 91,676,515 | 4 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,126 | java | /*
* Copyright 2016 Hannes Dorfmann.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | [
"[email protected]"
] | |
84d83dbc7e339f5b863e8cb53220e3ad3acaf1d7 | 7c1a70d7c314c67930b09131ded68da5a5a698a5 | /src/com/kan/hro/dao/mybatis/impl/biz/settlement/SettlementAdjustmentImportHeaderDaoImpl.java | 837ee95dcb32e9a6a3aaa6b27ee4b280d4253b53 | [] | no_license | sunwenjie/hris_pro | 8d21c8e2955438086d3bbbacaad7511b3423b3a0 | dfd2a598604f4dc98d5e6e57671e3d479974610c | refs/heads/master | 2020-12-02T22:17:10.263131 | 2017-07-03T12:36:41 | 2017-07-03T12:36:41 | 96,108,657 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,920 | java | package com.kan.hro.dao.mybatis.impl.biz.settlement;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.ibatis.session.RowBounds;
import com.kan.base.core.Context;
import com.kan.base.util.KANException;
import com.kan.hro.dao.inf.biz.settlement.SettlementAdjustmentImpo... | [
"[email protected]"
] | |
7ba91f858cc8decf39b36a63a1c709e93b912674 | 7af846ccf54082cd1832c282ccd3c98eae7ad69a | /ftmap/src/main/java/taxi/nicecode/com/ftmap/generated/package_22/Foo92.java | fcdcedd74fdee1eae0d156b3cc65d3f64cf39a51 | [] | no_license | Kadanza/TestModules | 821f216be53897d7255b8997b426b359ef53971f | 342b7b8930e9491251de972e45b16f85dcf91bd4 | refs/heads/master | 2020-03-25T08:13:09.316581 | 2018-08-08T10:47:25 | 2018-08-08T10:47:25 | 143,602,647 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 268 | java | package taxi.nicecode.com.ftmap.generated.package_22;
public class Foo92 {
public void foo0(){
new Foo91().foo5();
}
public void foo1(){
foo0();
}
public void foo2(){
foo1();
}
public void foo3(){
foo2();
}
public void foo4(){
foo3();
}
public void foo5(){
foo4();
}
} | [
"1"
] | 1 |
aa441624eb62bccd99146ea9852bd7adeb5a9762 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/21/21_91199bf4788cff955662226dbbc828215eb003b5/UtilTags/21_91199bf4788cff955662226dbbc828215eb003b5_UtilTags_t.java | e0ea388ff97e02fc8b307d9b5d3b5f20020f730a | [] | 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 | 4,286 | java | package net.aufdemrand.denizen.tags.core;
import net.aufdemrand.denizen.Denizen;
import net.aufdemrand.denizen.events.ReplaceableTagEvent;
import net.aufdemrand.denizen.utilities.arguments.aH;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import java.text.SimpleDateFormat;... | [
"[email protected]"
] | |
40fe44a4d68d704a382b22f32471851f22b6a654 | e7897d8841d609c2dad786ac805f4ed2c2910f63 | /src/main/java/contentmod/fr/craftechmc/contentmod/common/blocks/customs/BlockCustomSlab.java | b8781da57119a1d306ed98a7621453b8ba09dff0 | [
"Apache-2.0"
] | permissive | CraftechMC/Mods | 4157f6b6bd796a3ddde85c955a2df57496e371d1 | 61302bbe4eb1c3168f599bb18c88b3669c845229 | refs/heads/master | 2021-01-13T02:55:30.081712 | 2016-12-21T21:29:03 | 2016-12-21T21:29:03 | 77,086,874 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,150 | java | package fr.craftechmc.contentmod.common.blocks.customs;
import java.util.Random;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import fr.craftechmc.core.common.tab.CTabManager;
import net.minecraft.block.BlockSlab;
import net.minecraft.client.renderer.texture.IIconRegister;
import net.... | [
"[email protected]"
] | |
d572a5df7330255d5c1cc10cf5fbafb0e51c8dcc | 809b0e78d1665230a2c3df179501fd6d4f3e089a | /datastructure-amazonQuestions/walmartPreparation/src/com/practise/tree/NutsAndBolts.java | 1e08659ec803441f4c36984fb3703d03773967c1 | [] | no_license | vinay25788/datastructure-amazonQuestions | c4b67cbd783c9990e7335c1dce1225b4bce988a5 | 7de42100f3b70492984b98aebc9fd44dfa17a415 | refs/heads/master | 2020-05-20T04:25:02.347694 | 2020-01-19T08:23:13 | 2020-01-19T08:23:13 | 185,382,625 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 894 | java | package com.practise.tree;
import java.util.Iterator;
import java.util.LinkedHashSet;
import java.util.Set;
public class NutsAndBolts {
public static void main(String[] args) {
char nuts[] = {'@', '#', '$', '%', '^', '&'};
char bolts[] = {'$', '%', '&', '^', '@', '#'};
findMatch(nuts,bolts);
}
... | [
"[email protected]"
] | |
25abe2ce33778d7f6dae4eee4fd671af2f5917f2 | 0ca8bfc45aab4edd504ca866dc6017293b0fb00c | /tfkc_shop/src/com/koala/foundation/service/impl/ActivityServiceImpl.java | edefd5d2c63c420ee0b50332ecf52c6659c84775 | [] | no_license | kkhsl/MetooRespository | 939969c5627aaec0824394450b00d47a9f222e7b | 920373344a6b4e5dafdf69e06bb3418d9492a8c7 | refs/heads/master | 2022-12-23T13:08:02.019395 | 2019-03-29T11:26:51 | 2019-03-29T11:26:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,562 | java | package com.koala.foundation.service.impl;
import java.io.Serializable;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import com.koala.core.query.PageObject;
import com.koala.core.query.support.IPageList;
import com.koala.core.query.support.IQueryObject;
import org.springfra... | [
"[email protected]"
] | |
24c72dd7a29c8bc1e56d28aa40319a3d472271ff | 7ef841751c77207651aebf81273fcc972396c836 | /astream/src/main/java/com/loki/astream/stubs/SampleClass588.java | e5c3292115fd0b7bac886f4486cc568714e1e58a | [] | no_license | SergiiGrechukha/ModuleApp | e28e4dd39505924f0d36b4a0c3acd76a67ed4118 | 00e22d51c8f7100e171217bcc61f440f94ab9c52 | refs/heads/master | 2022-05-07T13:27:37.704233 | 2019-11-22T07:11:19 | 2019-11-22T07:11:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 371 | java | package com.loki.astream.stubs;import com.jenzz.pojobuilder.api.Builder;import com.jenzz.pojobuilder.api.Ignore;
@Builder public class SampleClass588 {
@Ignore private SampleClass589 sampleClass;
public SampleClass588(){
sampleClass = new SampleClass589();
}
public String getClassName() {... | [
"[email protected]"
] | |
d1409cd5cabbd947566af58cdd025e4a9fd61f97 | cc4e954a2fce90a835b648d5cb5a61097837749f | /projectlibre/openproj_ui/src/com/projity/pm/graphic/spreadsheet/common/GradientCorner.java | ec7568e753a17f97222b133d5981d5cdadb3baac | [] | no_license | vmazurashu/lp-pl-integration | dc9cac67e12e85540ce5e4dffe5e73f414cf13b4 | f1eff6232a36a895b48d4cd6486aca822dab9ea2 | refs/heads/master | 2020-04-08T23:22:14.044103 | 2018-11-30T12:42:20 | 2018-11-30T12:42:20 | 159,821,841 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,827 | java | /*
The contents of this file are subject to the Common Public Attribution License
Version 1.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.projity.com/license . The License is based on the Mozilla Public
License Version 1.1 but ... | [
"[email protected]"
] | |
5e7c2659cbd086cb3d5412f84249bba9b301ae84 | 447520f40e82a060368a0802a391697bc00be96f | /apks/test_apks/insecurebank/source/com/google/android/gms/internal/zzov.java | bad75cce6b07bdee78e071a9798c94861359c605 | [
"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 | 4,059 | java | package com.google.android.gms.internal;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.os.RemoteException;
import com.google.android.gms.common.api.GoogleApiClient;
import com.google.android.gms.common.a... | [
"[email protected]"
] | |
0781e43237a469d659156be6b84fd3141d5dfbfd | a263d163cc786e5c49b1fd8929a24f695379de34 | /products/src/main/java/org/example/sample/ProductsResource.java | 00745dc77276cc995a053d3aa664b9772cdc23cd | [] | no_license | hpfloresj/quarkus-robotostore | f21b6085e3a70997a1516b8ccf9f978fd93f1dbf | 80b98608fb7708b145669e75a6fd10997129ef05 | refs/heads/master | 2023-01-04T21:31:03.628183 | 2020-10-31T18:18:25 | 2020-10-31T18:18:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,779 | java | package org.example.sample;
import io.smallrye.mutiny.Multi;
import io.smallrye.mutiny.Uni;
import lombok.extern.slf4j.Slf4j;
import org.bson.types.ObjectId;
import org.eclipse.microprofile.reactive.messaging.Channel;
import org.example.sample.products.model.Product;
import org.example.sample.products.repository.Produ... | [
"[email protected]"
] | |
b3ffe249557b291d34330ffabd257c13faf14866 | d7a761a9b1e091b585dc9511cffea7ecc2fa87f3 | /src/com/example/projectcircle/util/StringUtil.java | 7c514f4ef5ab8e6fb1ec142544aaf3ecf972a0be | [] | no_license | bingdon/ProCir | 2cfdfad22830b44d5b3575781c8c2fddfeaba675 | d05c2421bb0ac8a9b05fbc0ff8e16bdaa96b4784 | refs/heads/master | 2021-01-25T10:29:25.898877 | 2014-08-28T02:36:22 | 2014-08-28T02:36:22 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 962 | java | package com.example.projectcircle.util;
public class StringUtil {
public static String bSubstring(String s, int length) throws Exception {
byte[] bytes = s.getBytes("Unicode");
int n = 0; // 表示当前的字节数
int i = 2; // 要截取的字节数,从第3个字节开始
for (; i < bytes.length && n < length; i++) {
// 奇数位置,如3、5、7等,为UCS2编码中两个字节的... | [
"[email protected]"
] | |
64e1b4199b30f025250c6aa99d9dad2106eb8f21 | 6500848c3661afda83a024f9792bc6e2e8e8a14e | /gp_JADX/com/google/android/finsky/billing/lightpurchase/vr/p163a/ak.java | d5020b8db283a354682bd4f6941f5910cb906ac9 | [] | no_license | enaawy/gproject | fd71d3adb3784d12c52daf4eecd4b2cb5c81a032 | 91cb88559c60ac741d4418658d0416f26722e789 | refs/heads/master | 2021-09-03T03:49:37.813805 | 2018-01-05T09:35:06 | 2018-01-05T09:35:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 504 | java | package com.google.android.finsky.billing.lightpurchase.vr.p163a;
import com.google.vr.a.a.a.c;
import com.google.vr.a.a.a.d;
public final class ak implements d {
public final /* synthetic */ C1978o f10006a;
public final /* synthetic */ C1986w f10007b;
public ak(C1986w c1986w, C1978o c1978o) {
th... | [
"[email protected]"
] | |
d99cbbfcef91c2dc520c84caacc287adfcb74d8b | bba1ebf0b3023e1827deaec37ec593e6d3e23af3 | /catalogo-web/src/main/java/br/com/vivo/catalogoPRS/ws/catalogoServico/sn/ParametrizacaoRetornoBuscarListaServicoParametrizacaoInCatalogo.java | c4b9c12261fef46349248901dd00b593d8874d50 | [] | no_license | douglasikoshima/teste-repositorio | 91a2844c2b8a7cc4f5d423ed25bfd24bfd1eff28 | c85512ec57b9a1fd450bba950b6e71c019ca14c3 | refs/heads/master | 2021-01-19T09:00:23.590328 | 2017-02-15T19:46:02 | 2017-02-15T19:46:02 | 82,079,552 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,484 | java | /**
* ResultadoBuscarListaServicoParametrizacaoListaBuscarListaServicoParametrizacaoRetornoBuscarListaServicoParametrizacaoInDisponibilidadeCatalogo.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package br.com.vivo.catalogoPRS.ws.catalog... | [
"[email protected]"
] | |
5e8a29c1b6e2d9a0d39bc27a0aeb1dcaeccc994e | b95f32b4d4799b940f61feab492fdaf3e709d6d4 | /invoice/src/main/java/io/polarpoint/invoice/web/rest/ShipmentResource.java | 765c3d27b88ccd14701ee130cdcb4b22d1392021 | [] | no_license | polarpoint-io/istio-demo | ccef4765695dbd692490a674c08a522e36f1acd4 | 29c8623eed327cf06e572f6418b21f5f1a4ba497 | refs/heads/master | 2020-12-12T17:09:05.739609 | 2020-01-20T08:53:46 | 2020-01-20T08:53:46 | 234,182,157 | 0 | 0 | null | 2020-07-19T08:45:49 | 2020-01-15T22:01:41 | Java | UTF-8 | Java | false | false | 5,530 | java | package io.polarpoint.invoice.web.rest;
import io.polarpoint.invoice.domain.Shipment;
import io.polarpoint.invoice.service.ShipmentService;
import io.polarpoint.invoice.web.rest.errors.BadRequestAlertException;
import io.github.jhipster.web.util.HeaderUtil;
import io.github.jhipster.web.util.PaginationUtil;
import io... | [
"[email protected]"
] | |
f683dd8962035b327ae619b427fcb0207a0f1526 | 53d677a55e4ece8883526738f1c9d00fa6560ff7 | /com/tencent/mm/plugin/qqmail/b/ac.java | 478ee611551c1b64fc3d757ce162480a7d0f8d9c | [] | no_license | 0jinxing/wechat-apk-source | 544c2d79bfc10261eb36389c1edfdf553d8f312a | f75eefd87e9b9ecf2f76fc6d48dbba8e24afcf3d | refs/heads/master | 2020-06-07T20:06:03.580028 | 2019-06-21T09:17:26 | 2019-06-21T09:17:26 | 193,069,132 | 9 | 4 | null | null | null | null | UTF-8 | Java | false | false | 2,369 | java | package com.tencent.mm.plugin.qqmail.b;
import com.tencent.matrix.trace.core.AppMethodBeat;
import com.tencent.mm.cd.h.d;
import com.tencent.mm.kernel.g;
import com.tencent.mm.model.at;
import com.tencent.mm.model.bf;
import com.tencent.mm.model.q;
import com.tencent.mm.plugin.messenger.foundation.a.j;
import... | [
"[email protected]"
] | |
1ac0af439ae267058475c74aff3857f738335606 | 0e4adc5b9d3b560a14e3e133d56c2f3388220e87 | /src/test/java/data/daos/AllDaosITests.java | ad9b2449d5e57a8a5a3075734ecf4edf68e932d0 | [] | no_license | mduenast/JEE.Paddle | 7fb6c1289cc33a62c8379c11699577ee6444081a | cf041b9a4ef24e88773494e3fe8c23c3e17cd472 | refs/heads/master | 2021-06-13T08:57:15.583737 | 2017-02-25T18:32:24 | 2017-02-25T18:32:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 328 | java | package data.daos;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
@RunWith(Suite.class)
@SuiteClasses({
TokenDaoITest.class,
UserDaoITest.class,
AuthorizationDaoITest.class,
ReserveDaoITest.class
})
public class AllDaosITests ... | [
"[email protected]"
] | |
f8b430730f5cfa591b591d0fa122b9a6fd9f4d35 | 4cd34a06cb14a5670ebae7feab52e665f3d29aa0 | /junior1_kuangshen_case1/src/main/java/com/ryzezhao/example7/Main.java | 9b65343625f073f4f43d1fb6913f75b34c0eb250 | [] | no_license | Ryze-Zhao/basic-spring-framework | cbd684bd59eb0a15220500355737c695739a1ded | c6aec0a53b5fd5e1d623e91d86923ad0ef103d61 | refs/heads/master | 2022-04-21T21:42:07.432339 | 2020-04-24T10:01:40 | 2020-04-24T10:01:40 | 256,726,844 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 436 | java | package com.ryzezhao.example7;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class Main {
public static void main(String[] args) {
ApplicationContext context = new ClassPathXmlApplicationContext("example7.xml");
... | [
"[email protected]"
] | |
8e7c4fb78d27b6af526588a3ae7a4a25b9faeaf9 | 3e4ab592071e8d58fc6867eed9bee1424f89ca27 | /EMWMatrix3/src/main/java/cc/emw/mobile/chat/imagepicker/ui/ImagePreviewBaseActivity.java | d2f7a8a169844231e319448eacf7601f38d1ef6e | [] | no_license | Jeffery336699/EMWMatrix | 8e7a2d7ff1866849e7669716bc2ddf75c2c52ba5 | 1a47328cf63fb3b10635de113003d95f23b8df2f | refs/heads/master | 2020-04-13T17:39:37.665204 | 2019-01-09T05:59:26 | 2019-01-09T05:59:26 | 163,353,607 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,042 | java | package cc.emw.mobile.chat.imagepicker.ui;
import android.os.Build;
import android.os.Bundle;
import android.view.View;
import android.widget.RelativeLayout;
import android.widget.TextView;
import java.util.ArrayList;
import cc.emw.mobile.R;
import cc.emw.mobile.chat.imagepicker.DataHolder;
import cc.emw.mobile.chat.... | [
"[email protected]"
] | |
f77c80375b5518dfc19f0c7d6a2c5739839b9d18 | 03eddd8bd97847de405494ac6119d76191bf819b | /hapi-fhir-structures-hl7org-dstu2/src/main/java/org/hl7/fhir/instance/model/valuesets/V3EntityStatusEnumFactory.java | aaec22092c515e4452bc6e956e7e8455388b4eb5 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | sashrika/hapi-fhir | e9cc8430a869cd2de78d8317c6656b77dfb61fd9 | 3fa7c545265942290c3cd06152c2ca7f9935105c | refs/heads/master | 2021-01-17T23:19:20.982619 | 2015-07-13T14:31:02 | 2015-07-13T14:31:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,741 | java | package org.hl7.fhir.instance.model.valuesets;
/*
Copyright (c) 2011+, HL7, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain th... | [
"[email protected]"
] | |
5d2ade7939b3e606f3d6f0cc05e2bdd8efb21138 | e4da97ab81ec813fbecade1ad1fc4f346aed35e6 | /src/core/ref-impl/resource-access-advanced/src/test/java/org/ogema/pattern/test/pattern/ContainerPattern.java | 45ae11b25c6b8beeb04d272b32b2aef12e3ab7ae | [
"Apache-2.0"
] | permissive | JoKoo619/ogema | 49ae2afbdfed4141e1e2c9c4375b0788219ea6ed | 21e3d6827e416893461e9e8a8b80c01d75d135f9 | refs/heads/public | 2020-12-11T09:30:27.575002 | 2015-11-27T09:42:42 | 2015-11-27T09:42:42 | 49,029,409 | 0 | 1 | null | 2016-01-04T23:23:52 | 2016-01-04T23:23:48 | null | UTF-8 | Java | false | false | 1,636 | java | /**
* This file is part of OGEMA.
*
* OGEMA is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 3
* as published by the Free Software Foundation.
*
* OGEMA is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without ev... | [
"[email protected]"
] | |
5fa316b8681857001f59247df5ada87f2fb6856d | d295f598ad9cf3e3b0f478c09bc2461865fd7799 | /chapter15/c15_p2/src/mymodapp/appsrc/userfuncsimp/module-info.java | adb553fca6019571e3f1f3e303535e7607899938 | [] | no_license | theagoliveira/java-beginners-guide | 71286d2d5ea32991e35adc172b03694ac16c1695 | eec45916fd2d5261c76bec13ffaa004451f80049 | refs/heads/main | 2023-07-11T22:12:15.439510 | 2021-08-16T19:30:17 | 2021-08-16T19:30:17 | 350,165,622 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 208 | java | module userfuncsimp {
requires userfuncs;
provides userfuncs.binaryfuncs.BinFuncProvider with userfuncsimp.binaryfuncsimp.AbsPlusProvider,
userfuncsimp.binaryfuncsimp.AbsMinusProvider;
}
| [
"[email protected]"
] | |
b31ae0ed9fad849e2da724c0c4b1f5b475ea801d | 17a0a0934f604119d0e2267bee263b4a6ff80244 | /app/src/main/java/com/innoviussoftwaresolution/tjss/APIcalls/APIClient.java | fac15605fb1ee2d82747c3cda8df11b2e03a1c60 | [] | no_license | iamRAJASHEKAR/TJSS_fixed | b9473c266fab341917716167e6661b1800f4e28b | e0ae291f8e760c3b549cd8df870a0d98d5db2dae | refs/heads/master | 2020-03-24T20:42:19.219014 | 2018-07-31T09:32:18 | 2018-07-31T09:32:18 | 142,992,676 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,305 | java | package com.innoviussoftwaresolution.tjss.APIcalls;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.innoviussoftwaresolution.tjss.BuildConfig;
import okhttp3.logging.HttpLoggingInterceptor;
import retrofit2.Retrofit;
import retrofit2.converter.gson.GsonConverterFactory;
/**
* Created by ... | [
"[email protected]"
] | |
4629349008f833826139259949b99241a1cd396d | 2b8c47031dddd10fede8bcf16f8db2b52521cb4f | /subject SPLs and test cases/Lampiro(6)/Lampiro_P6/evosuite-tests4/it/yup/util/StderrConsumer_ESTest4.java | c9a14e7736ddb26339e472684faf14ac5aa393c6 | [] | no_license | psjung/SRTST_experiments | 6f1ff67121ef43c00c01c9f48ce34f31724676b6 | 40961cb4b4a1e968d1e0857262df36832efb4910 | refs/heads/master | 2021-06-20T04:45:54.440905 | 2019-09-06T04:05:38 | 2019-09-06T04:05:38 | 206,693,757 | 1 | 0 | null | 2020-10-13T15:50:41 | 2019-09-06T02:10:06 | Java | UTF-8 | Java | false | false | 793 | java | /*
* This file was automatically generated by EvoSuite
* Sun Jul 01 16:00:12 KST 2018
*/
package it.yup.util;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.junit.Test;
import org.junit.runner.RunWith;
@RunWith(EvoRunner.class) @EvoRunnerParameters(useVNET = tru... | [
"[email protected]"
] | |
8eb70bd3423e40bd2ba48bf59b30571ee66b8be6 | cc8d0547d04461fdd78adc4268fafa662f799dcb | /Bug_Venture_App/app/build/generated/source/buildConfig/debug/com/example/bug_venture_app/BuildConfig.java | a66dbde0b6e54f0445242da0d316c69bbcccc808 | [] | no_license | MFC-VIT/Bug-Venture-Quiz-App | 4ede0458044d6046e08e8a1d9d151eca80530d12 | a6ae5c641f8a12e35aa121d13b174e5e79c1af7c | refs/heads/master | 2022-12-24T13:24:20.442054 | 2020-10-03T14:01:17 | 2020-10-03T14:01:17 | 288,651,415 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 419 | java | /**
* Automatically generated file. DO NOT MODIFY
*/
package com.example.bug_venture_app;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.example.bug_venture_app";
public static final String BUILD_TYPE = "debug"... | [
"[email protected]"
] | |
e9bb08bf85fe348e9d35a9a6bb2f6a2a46f1e5e9 | 48e835e6f176a8ac9ae3ca718e8922891f1e5a18 | /benchmark/validation/org/apache/activemq/shiro/subject/ConnectionSubjectResolverTest.java | c1ae59b1777760ded9901d5f9b47db8217cd6780 | [] | no_license | STAMP-project/dspot-experiments | f2c7a639d6616ae0adfc491b4cb4eefcb83d04e5 | 121487e65cdce6988081b67f21bbc6731354a47f | refs/heads/master | 2023-02-07T14:40:12.919811 | 2019-11-06T07:17:09 | 2019-11-06T07:17:09 | 75,710,758 | 14 | 19 | null | 2023-01-26T23:57:41 | 2016-12-06T08:27:42 | null | UTF-8 | Java | false | false | 2,905 | 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... | [
"[email protected]"
] | |
e6c0a4e41e0234ac37a4e09a5312c25eece7230f | e4851ef058c1bb230f9c57e5758b245aa70f5092 | /JML+Kelinci_Examples/StudentEnrollment/bug1/jml/StudentEnrollment.java | c4dbbcaf5a52613540d5fc1ea4c5ea18388530be | [] | no_license | Amirfarhad-Nilizadeh/GSoC_Fuzzer_RAC | 29b3c19eadb04e896313bae188fb5faeb6ab6262 | bc146c3dd9fa3905db0e22b4a0b19eadada4a73f | refs/heads/main | 2023-07-17T18:12:05.458473 | 2021-08-25T03:21:54 | 2021-08-25T03:21:54 | 373,240,258 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,173 | java | public class StudentEnrollment {
public static final int costPerCredit = 200;
public static final int totalCredits = 120;
public static final int maxSemesterCredits = 20;
/*@ spec_public @*/ private String firstName;
/*@ spec_public @*/ private String lastName;
StudentEnrollment(/*@ non_null ... | [
"[email protected]"
] | |
6a9e28f434b14229242726e1df685efc1a4f5374 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/10/10_5a0fc6e49ce0a70caba2d1a6fd1bb86c2898a8ee/ResourceLocator/10_5a0fc6e49ce0a70caba2d1a6fd1bb86c2898a8ee_ResourceLocator_s.java | 572333ab90024954e5ad373b8da18908e0ddfc20 | [] | 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,519 | java | /*
* (c) Copyright 2010-2011 AgileBirds
*
* This file is part of OpenFlexo.
*
* OpenFlexo 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)... | [
"[email protected]"
] | |
9b877a78482855b9077e9689595f535f5359e4fe | aa97f7091839a6e755713fd7e709d0c3005839b6 | /app/src/main/java/tv/merabihar/app/merabihar/UI/Activity/ContentList.java | 75bc330b04127f1885da2911b5f21ddb96f04266 | [] | no_license | nisharzingo/BiharMera | 0f9d9fe878b26c88dfb0442eead80f376b3bd887 | b6ba5834e568f7210fe4b94b908c416d780486ca | refs/heads/master | 2020-04-03T16:00:09.928133 | 2018-12-04T12:15:56 | 2018-12-04T12:15:56 | 155,386,848 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 490 | java | package tv.merabihar.app.merabihar.UI.Activity;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import tv.merabihar.app.merabihar.R;
public class ContentList extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInst... | [
"[email protected]"
] | |
d72ed8314164b573fa47286ca47985bc0e683952 | 47b10920de379d354e043708aea7d736981979bb | /RxJava_Demos/RxJavaRetrofit/app/src/main/java/com/fmtech/rxjavaretrofit/modules/zip/ZipFragment.java | 77ade8ca1904a699a5e6934c2346076f3c51c786 | [
"Apache-2.0"
] | permissive | kenkieo/FMTech | 7e3cfe3a7321faccc4b6ae3e3728061918f8cf3f | 1ad94f68283ec91c56a9e25a366fc3770c3b648b | refs/heads/master | 2020-05-31T07:55:08.213772 | 2018-10-05T07:25:58 | 2018-10-05T07:25:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,035 | java | package com.fmtech.rxjavaretrofit.modules.zip;
import android.content.ClipData;
import android.graphics.Color;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.widget.SwipeRefreshLayout;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.... | [
"[email protected]"
] | |
8b173ccef875d8b9cc8a82e6233c5462023ead2e | 61f0a3924ce3433b178cf032a8cda24ddff3000b | /moduli-wp-neural/src/main/java/edu/tigers/sumatra/wp/neural/NeuralRobotPredictionData.java | beac575b5a3cfc273261c70b098d554d1d9666a0 | [] | no_license | orochigalois/ROBOCUP_SSL_EDU_PLATFORM | 46e0e011baedea8e9f4643656a8319bf65208175 | 5e7b39559cf32d6682e3a78ace199d9df8ccf395 | refs/heads/master | 2021-07-16T08:08:36.893055 | 2017-10-21T03:20:27 | 2017-10-21T03:20:27 | 107,742,374 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,828 | java | /*
* *********************************************************
* Copyright (c) 2017 智动天地(北京)科技有限公司
* All rights reserved.
* Project: 标准平台决策开发系统
* Authors:
* 智动天地(北京)科技有限公司
* *********************************************************
*/
package edu.tigers.sumatra.wp.neural;
import edu.tigers.sumatra.cam.data.CamRobot;
... | [
"[email protected]"
] | |
7c78c98e60e5118f435c9a9a1a1edc6e105d5654 | e9a1c617df2bc7744a3e890892f260c050a6ef30 | /server/catgenome/src/main/java/com/epam/catgenome/controller/vo/ProjectVO.java | ac0b5add2eefcba86091d6262264887dd05a5f20 | [
"MIT"
] | permissive | XingGao-PKI/NGB | 30ade1f2324fe30b4095e7ad1dd86c129f2306dd | 2e15927ba31e74717ad49e3a2477622ee26fba09 | refs/heads/develop | 2023-05-07T22:08:56.843359 | 2021-05-27T10:36:12 | 2021-05-27T10:36:12 | 371,596,017 | 0 | 0 | MIT | 2021-05-28T06:00:08 | 2021-05-28T06:00:08 | null | UTF-8 | Java | false | false | 3,825 | java | /*
* MIT License
*
* Copyright (c) 2016 EPAM Systems
*
* 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, mod... | [
"[email protected]"
] | |
2e9c0676171d72fd3281f24a9f2cb408916bd2e8 | 91682c22fa06d64b6fff5008e86260297f28ce0b | /mobile-runescape-client/src/main/java/com/jagex/mobilesdk/payments/CategoryListRecyclerViewAdapter$2.java | 37d8c954bd6d6fe5f4fff97e658ee3145552388e | [
"BSD-2-Clause"
] | permissive | morscape/mors-desktop | a32b441b08605bd4cd16604dc3d1bc0b9da62ec9 | 230174cdfd2e409816c7699756f1a98e89c908d9 | refs/heads/master | 2023-02-06T15:35:04.524188 | 2020-12-27T22:00:22 | 2020-12-27T22:00:22 | 324,747,526 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,910 | java | /*
* Decompiled with CFR 0.150.
*
* Could not load the following classes:
* android.graphics.Bitmap
* android.graphics.drawable.BitmapDrawable
* android.graphics.drawable.Drawable
* com.jagex.mobilesdk.payments.CategoryListRecyclerViewAdapter
* net.runelite.mapping.Implements
*/
package com.jagex.mobiles... | [
"[email protected]"
] | |
b7a730523a17024b73786de957d0ce773750850a | ef44d044ff58ebc6c0052962b04b0130025a102b | /com.freevisiontech.fvmobile_source_from_JADX/sources/p010me/iwf/photopicker/entity/PhotoDirectory.java | c8877118a3ee889ecc603106ede0446f9a37befa | [] | no_license | thedemoncat/FVShare | e610bac0f2dc394534ac0ccec86941ff523e2dfd | bd1e52defaec868f0d1f9b4f2039625c8ff3ee4a | refs/heads/master | 2023-08-06T04:11:16.403943 | 2021-09-25T10:11:13 | 2021-09-25T10:11:13 | 410,232,121 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,161 | java | package p010me.iwf.photopicker.entity;
import android.text.TextUtils;
import java.util.ArrayList;
import java.util.List;
import p010me.iwf.photopicker.utils.FileUtils;
/* renamed from: me.iwf.photopicker.entity.PhotoDirectory */
public class PhotoDirectory {
private String coverPath;
private long dateAdded;
... | [
"[email protected]"
] | |
9d49cc54ea411fa559580c8a1972c97091c6c3a9 | 2edbc7267d9a2431ee3b58fc19c4ec4eef900655 | /AL-Game/src/com/aionemu/gameserver/model/autogroup/AutoEngulfedOphidanBridgeInstance.java | 8f029bc7f5c167c61236d1809d4358b1e3ba636f | [] | no_license | EmuZONE/Aion-Lightning-5.1 | 3c93b8bc5e63fd9205446c52be9b324193695089 | f4cfc45f6aa66dfbfdaa6c0f140b1861bdcd13c5 | refs/heads/master | 2020-03-08T14:38:42.579437 | 2018-04-06T04:18:19 | 2018-04-06T04:18:19 | 128,191,634 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,925 | java | /*
* This file is part of Encom. **ENCOM FUCK OTHER SVN**
*
* Encom is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Enc... | [
"[email protected]"
] | |
f3b8040690ad278104f69f5d345260333f8a48a2 | 43b6aa98e66e06711c018ea441abfbaf33bc7f38 | /sources/android/support/p003v7/graphics/drawable/DrawableWrapper.java | 4bc01833cb77112bd6efd6adcd1dccdee573ecd2 | [] | no_license | nagpalShaurya/tic-tac-toe | 8d4c6c093f923d0d27419f8da2b8c50c4a3a78de | 28cb820916a591ab5137df43343fee8fd0df9482 | refs/heads/master | 2020-07-06T23:51:50.683624 | 2019-08-21T09:41:55 | 2019-08-21T09:41:55 | 203,176,484 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,646 | java | package android.support.p003v7.graphics.drawable;
import android.content.res.ColorStateList;
import android.graphics.Canvas;
import android.graphics.ColorFilter;
import android.graphics.PorterDuff.Mode;
import android.graphics.Rect;
import android.graphics.Region;
import android.graphics.drawable.Drawable;
import andr... | [
"[email protected]"
] | |
853ad80098a3655c77b2631420edcf6c8ca0e49c | e635fb4ec1a29afd113145531e661eb644ea84ce | /inference-framework/checker-framework/checkers/inference-tests/swift/src/webil/runtime/client/WilService.java | 0f859fbf5fa1155071e6c56a130ca761a9b42470 | [] | no_license | flankerhqd/type-inference | 82f4538db3dd46021403cd3867faab2ee09aa6e3 | 437af6525c050bb6689d8626e696d14cb6742cbf | refs/heads/master | 2016-08-04T00:38:21.756067 | 2015-05-04T03:10:56 | 2015-05-04T03:10:56 | 35,372,790 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 515 | java | package webil.runtime.client;
import webil.runtime.common.ExtendedClosure;
import webil.runtime.common.ObjectID;
import webil.runtime.common.WilServiceException;
import com.google.gwt.user.client.rpc.RemoteService;
/**
* GWT remote service RPC interface for WebIL's runtime.
*/
public interface WilService extends R... | [
"[email protected]@e039eaa7-eea3-5927-096b-721137851c37"
] | [email protected]@e039eaa7-eea3-5927-096b-721137851c37 |
9da96e05be51bff0edb8954544f87f3e5e3a7c3e | 60396b0de6562a3bf63b5b2d3a9915ec2bc35688 | /src/com/esup/module/ProductsModule.java | b0069736d07ccf8237d79ceb61a3fc775b0088da | [] | no_license | howe/interface | ca330145b4331dd3f22d2bdb17bf005160098085 | 84d5e1fae13cbe00deb8b4dd548ce478d6461a1a | refs/heads/master | 2020-06-04T09:00:48.381606 | 2012-09-14T08:03:56 | 2012-09-14T08:03:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,570 | java | package com.esup.module;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.nutz.dao.pager.Pager;
import org.nutz.ioc.loader.annotation.IocBean;
import org.nutz.mvc.annotation.At;
import org.nutz.mvc.annotation.Param;
import org.nutz.service.EntityService;
import org.nutz.log.Log;
impo... | [
"[email protected]"
] | |
04bcd624762a9e2325874d0630df1a85cd0a703d | e70abc02efbb8a7637eb3655f287b0a409cfa23b | /hyjf-admin/src/main/java/com/hyjf/admin/manager/borrow/batchcenter/batchborrowrepay/BatchBorrowRepayDefine.java | b47e0ea3f2c2544eb945b7c0fcb1cc6d98b83f3e | [] | no_license | WangYouzheng1994/hyjf | ecb221560460e30439f6915574251266c1a49042 | 6cbc76c109675bb1f120737f29a786fea69852fc | refs/heads/master | 2023-05-12T03:29:02.563411 | 2020-05-19T13:49:56 | 2020-05-19T13:49:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,812 | java | package com.hyjf.admin.manager.borrow.batchcenter.batchborrowrepay;
import com.hyjf.admin.BaseDefine;
import com.hyjf.common.util.ShiroConstants;
import com.hyjf.common.util.StringPool;
public class BatchBorrowRepayDefine extends BaseDefine {
/** 权限 CONTROLLOR @RequestMapping值 */
public static final String REQUEST... | [
"[email protected]"
] | |
d857e7695d7e64cd3a22f7b1a7dbd6fb2aacd94e | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/19/19_e9277875d940ba5a06408b0e35f073755c07b1f0/AtomQueryItemServiceImpl/19_e9277875d940ba5a06408b0e35f073755c07b1f0_AtomQueryItemServiceImpl_t.java | da6bfea58fb13ec661a20142391f8385f1e3faeb | [] | 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,723 | java | package com.abudko.reseller.huuto.query.service.item.atom;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Component;
import org.springframework.web.client.RestTemplate;
import com.abudko... | [
"[email protected]"
] | |
9e5f44cde16eb44a088bb76e31a3156d378692aa | 1f742409cbab86f55d310ab282359fccf5f907c0 | /day16/Client.java | 02bc5b294d62347348fe777e06e98b486bcf6738 | [] | no_license | sriramselvaraj21/Java | fc675550a4476b9e5975c69db7218253ae920897 | 6b9df408fcc439308148c54a5b4cad55adafe5af | refs/heads/main | 2023-04-25T10:48:30.105298 | 2021-04-27T05:35:35 | 2021-04-27T05:35:35 | 353,292,828 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 885 | java | package day16;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.net.ServerSocket;
import java.net.Socket;
public class Client {
ServerSocket ss;
Socket s;
PrintWriter out;
BufferedReader br, in;
public Client() {
try {
while (true) {
s = new Socke... | [
"[email protected]"
] | |
23b287291e91a1aa19c49fe18baf01f1e6bef805 | fe94bb01bbaf452ab1752cb3c1d1e4ecf297b9be | /src/main/java/com/opencart/entity/OcProductToStoreId.java | 7f9fed533cdebf2b7e94a39898e4a40463667a35 | [] | no_license | gmai2006/opencart | 9d3b037f09294973112bafbadd22d5edd8457de5 | dba44adabf4b8eab3bdb07062c887ba0a2a5405f | refs/heads/master | 2020-12-31T06:13:33.113098 | 2018-01-24T07:35:45 | 2018-01-24T07:35:45 | 80,637,392 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 850 | java |
package com.opencart.entity;
import java.util.*;
import javax.persistence.*;
import java.io.Serializable;
/**
This class is auto generated from database schema
*/
public class OcProductToStoreId implements Serializable {
@Column(name="store_id")
private Integer store_id;
@Column(name="product_id")
private... | [
"[email protected]"
] | |
eedd6ff534ac7dd32d8582c3a1111b7ba0f232b9 | 445c3cf84dd4bbcbbccf787b2d3c9eb8ed805602 | /aliyun-java-sdk-dataworks-public/src/main/java/com/aliyuncs/dataworks_public/model/v20200518/DeleteTableThemeResponse.java | 6970101513ebc1fe04152d26c8c26b1292327f62 | [
"Apache-2.0"
] | permissive | caojiele/aliyun-openapi-java-sdk | b6367cc95469ac32249c3d9c119474bf76fe6db2 | ecc1c949681276b3eed2500ec230637b039771b8 | refs/heads/master | 2023-06-02T02:30:02.232397 | 2021-06-18T04:08:36 | 2021-06-18T04:08:36 | 172,076,930 | 0 | 0 | NOASSERTION | 2019-02-22T14:08:29 | 2019-02-22T14:08:29 | null | UTF-8 | Java | false | false | 2,295 | java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | [
"[email protected]"
] | |
76f844bd20d48628f4691f4ef9e520aff22a27ba | ee461488c62d86f729eda976b421ac75a964114c | /trunk/flash/src/main/java/org/apache/flex/forks/batik/ext/awt/image/rendered/RenderedImageCachableRed.java | 59e16dff03b73c89beb2de1928ea21c24a45a506 | [] | no_license | 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 | 4,090 | java | /*
Copyright 2001,2003 The Apache Software Foundation
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... | [
"asashour@5f5364db-9458-4db8-a492-e30667be6df6"
] | asashour@5f5364db-9458-4db8-a492-e30667be6df6 |
f391bb37416484fb42dd25f20606a82be93aa945 | 3343050b340a8594d802598cddfd0d8709ccc45a | /src/share/classes/sun/tracing/dtrace/DTraceProbe.java | eedd5d44f54538188763e359b8644599e55e8b0d | [
"Apache-2.0"
] | permissive | lcyanxi/jdk8 | be07ce687ca610c9e543bf3c1168be8228c1f2b3 | 4f4c2d72670a30dafaf9bb09b908d4da79119cf6 | refs/heads/master | 2022-05-25T18:11:28.236578 | 2022-05-03T15:28:01 | 2022-05-03T15:28:01 | 228,209,646 | 0 | 0 | Apache-2.0 | 2022-05-03T15:28:03 | 2019-12-15T15:49:24 | Java | UTF-8 | Java | false | false | 2,761 | java | /*
* Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Softwa... | [
"[email protected]"
] | |
601263bf0dab931da6872d1e8cde2eda5bf124d6 | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_5690574640250880_1/java/Bench/MinesweeperMaster.java | 380b37148acb1651a6e0ecd10a79f5d9dd2534f9 | [] | no_license | alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417992 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | UTF-8 | Java | false | false | 5,260 | java | import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileWriter;
import java.io.IOException;
import java.util.Scanner;
public class MinesweeperMaster {
public static void main(String[] args) {
Scanner scanner = null;
try {
scanner = new Scanner(new File("input.txt"));
} catc... | [
"[email protected]"
] | |
c351cb8b61fd2c2b4d745e4295cf998b377817ac | 816e53ced1f741006ed5dd568365aba0ec03f0cf | /TeamBattle/temp/src/minecraft/net/minecraft/scoreboard/ServerScoreboard.java | 816a275f22f5066fc338b63f8f045671375c9a51 | [] | no_license | TeamBattleClient/TeamBattleRemake | ad4eb8379ebc673ef1e58d0f2c1a34e900bd85fe | 859afd1ff2cd7527abedfbfe0b3d1dae09d5cbbc | refs/heads/master | 2021-03-12T19:41:51.521287 | 2015-03-08T21:34:32 | 2015-03-08T21:34:32 | 31,624,440 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,111 | java | package net.minecraft.scoreboard;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Set;
import net.minecraft.entity.player.EntityPlayerMP;
import net.minecraft.network.Packet;
import net.minecraft.network.play.server.S3BPa... | [
"[email protected]"
] | |
88a80e0dfaf7923a19990c9909ba361db73b1d1e | f0397daab2782944f01d49de38849d8ebce754cc | /OLink-kernel/OLink-bpm/src/main/java/OLink/bpm/core/user/action/OnlineUserBindingListener.java | cc592c716bb9b235dc2fde076b174f42a9c04e3a | [] | no_license | jameszgw/account-kernel | 2687949a94cb1c79d62ae5fd8bbeb15dc1368ed8 | ef6f7d2cfea0592abc4a8cac6ca875392fddc851 | refs/heads/master | 2023-05-14T12:30:07.501608 | 2018-05-04T03:18:40 | 2018-05-04T03:18:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,142 | java | /*
* Created on 2005-4-25
*
* Window - Preferences - Java - Code Style - Code Templates
*/
package OLink.bpm.core.user.action;
/**
* @author Administrator
*
* Preferences - Java - Code Style - Code Templates
*/
import java.io.Serializable;
import javax.servlet.http.HttpSessionBindingEvent;
import javax.servl... | [
"[email protected]"
] | |
6e5a178677869a5a8bfae1e8fb46d15bc4afb03f | 19b0ddc45e90a6d938bacc65648d805a941fc90d | /Server/InformationAcquisition/src/jma/handlers/preprocess/cashloan/CheckUserCreditOnTdPreprocessor.java | 2eeaa89bc2df87d49dd3e7a1280b3255220f09ef | [] | no_license | dachengzi-software/ap | bec5371a4004eb318258646a7e34fc0352e641c2 | ccca3d6c4fb86a698a064c3005eba2b405e8d822 | refs/heads/master | 2021-12-23T09:26:24.595456 | 2017-11-10T02:33:18 | 2017-11-10T02:33:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 898 | java | package jma.handlers.preprocess.cashloan;
import grasscarp.account.model.Account;
import grasscarp.user.model.User;
import catfish.cowfish.application.model.ApplicationModel;
import jma.handlers.preprocess.IPreprocessor;
import jma.handlers.preprocess.model.CheckUserCreditOnTdPreModel;
import jma.resource.CLApplicatio... | [
"[email protected]"
] | |
2bca0b42d0cb9c6835d0ff3e6837e461d5eb706e | 75f821238e6b2570986c1809925bdb638b7a9264 | /app/src/main/java/com/tonfun/codecsnetty/bll/protocol/t808/T0302.java | cab887d699315b572df3992502fbf0acbad83fb9 | [] | no_license | zgy520/Android808 | 16d9dcf75de1e5c097629e9c1fa1fb94d640a827 | 4643bca92228366eadbbde8a3566da3319ea4462 | refs/heads/master | 2023-04-09T20:59:56.352962 | 2021-04-10T03:40:14 | 2021-04-10T03:40:14 | 356,259,966 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 988 | java | package com.tonfun.codecsnetty.bll.protocol.t808;
import com.tonfun.codecsnetty.bll.protocol.basics.JTMessage;
import com.tonfun.codecsnetty.bll.protocol.commons.JT808;
import io.github.yezhihao.protostar.DataType;
import io.github.yezhihao.protostar.annotation.Field;
import io.github.yezhihao.protostar.annotation.Me... | [
"[email protected]"
] | |
bc772373a3d37ec985a90053ea3a6c76ff88b742 | de5a5c6c2f6a92240bf59d45810a12c0802c9cad | /Graph Udemy/src/spanningTreePrimsLazy/PrimsAlgorithm.java | 40a2ede8b08f8c53b7e3b0d03b7c972dc5cef05d | [] | no_license | AkashMaharana/Playing_With_DS_ALGO | 08daed71a4a4a5a0fe580a880ebb8e679991bedd | 459e7af0a625edfa2debd0409a95bb7bd23c39b3 | refs/heads/main | 2023-07-01T18:00:44.398251 | 2021-07-19T15:40:34 | 2021-07-19T15:40:34 | 387,494,253 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,393 | java | package spanningTreePrimsLazy;
import java.util.PriorityQueue;
import java.util.List;
import java.util.ArrayList;
public class PrimsAlgorithm {
private List<Vertex> unvisitedVertex;
private List<Edge> spanningTree;
private PriorityQueue<Edge> edgeHeap;
private double fullCost;
public PrimsAlgorithm(List<Vert... | [
"[email protected]"
] | |
0b401fc2e2feb2b3e18c0ecd6ec12f7b9ea37ad0 | a6a217a2da016648a4d42971071437b8adf93781 | /bin/custom/myb2bhybris/myb2bhybrisstorefront/web/src/mx/myb2bhybris/storefront/interceptors/beforecontroller/RequireHardLoginBeforeControllerHandler.java | cc2c118864b0e610b7d239a2f9aef4a57656e7af | [] | no_license | lmartinezmx/MyB2BStoreHybris | 87d67900b85105e905b53e7059b32f93fb3e6a3c | 62f1ff8c925fcb22087568c8c7c35b8f43b44fe2 | refs/heads/master | 2020-12-28T12:07:25.332179 | 2020-02-06T17:25:26 | 2020-02-06T17:25:26 | 238,326,664 | 0 | 0 | null | 2020-04-30T14:35:53 | 2020-02-04T23:16:20 | Java | UTF-8 | Java | false | false | 3,476 | java | /*
* Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved.
*/
package mx.myb2bhybris.storefront.interceptors.beforecontroller;
import java.lang.annotation.Annotation;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.log4j.Logger;
i... | [
"[email protected]"
] | |
c4b0e6a9855d62b7b3eab67ec19747227c5a8a7c | 48a2135f2f05fc09c1bc367ef594ee9f704a4289 | /ovh-java-sdk-price/src/main/java/net/minidev/ovh/api/price/dedicatedcloud/_2018v3/rbx2b/infrastructure/filer/OvhHourlyEnum.java | e124a4cdc36c16376bbf8a80172041d0c12f219e | [
"BSD-3-Clause"
] | permissive | UrielCh/ovh-java-sdk | 913c1fbd4d3ea1ff91de8e1c2671835af67a8134 | e41af6a75f508a065a6177ccde9c2491d072c117 | refs/heads/master | 2022-09-27T11:15:23.115006 | 2022-09-02T04:41:33 | 2022-09-02T04:41:33 | 87,030,166 | 13 | 4 | BSD-3-Clause | 2022-09-02T04:41:34 | 2017-04-03T01:59:23 | Java | UTF-8 | Java | false | false | 735 | java | package net.minidev.ovh.api.price.dedicatedcloud._2018v3.rbx2b.infrastructure.filer;
import com.fasterxml.jackson.annotation.JsonProperty;
/**
* Enum of Hourlys
*/
public enum OvhHourlyEnum {
@JsonProperty("nfs-1200-GB")
nfs_1200_GB("nfs-1200-GB"),
@JsonProperty("nfs-13200-GB")
nfs_13200_GB("nfs-13200-GB"),
@J... | [
"[email protected]"
] | |
01fa94d370ea0ee03701b4d8906ba38699790b97 | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XRENDERING-418-33-18-MOEAD-WeightedSum:TestLen:CallDiversity/org/xwiki/rendering/wikimodel/xhtml/filter/DefaultXMLFilter_ESTest.java | 0be6f66ef0f22d072715fa4b94307ef4c2286006 | [] | 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 | 581 | java | /*
* This file was automatically generated by EvoSuite
* Wed Apr 08 04:40:19 UTC 2020
*/
package org.xwiki.rendering.wikimodel.xhtml.filter;
import org.junit.Test;
import static org.junit.Assert.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.junit.runner.RunWi... | [
"[email protected]"
] | |
a0f802da38cfc5db616cb3e4b0f7e75a194aea04 | 39390e1c0bf53d7f2e44b5242f1fb2b47300aaf7 | /trunk/EZMIS/jteap-question/com/jteap/question/web/QuestionFeedbackAction.java | 3326a0733578ea7dc3adf5540d8a087383e2666f | [] | no_license | BGCX067/ezmis-svn-to-git | 3e061173c86055de6a1c0204271b3d3276cea7cf | 24b15ab52a8d750a0ce782a6b64226583c859e03 | refs/heads/master | 2021-01-11T11:08:51.702990 | 2015-12-28T14:08:08 | 2015-12-28T14:08:08 | 48,874,376 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,382 | java | package com.jteap.question.web;
import java.text.SimpleDateFormat;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.jteap.core.dao.HibernateEntityDao;
import com.jteap.core.utils.HqlUtil;
import com.jteap.core.utils.StringUtil;
import com.jteap.core.web.Ab... | [
"[email protected]"
] | |
f675a87406ec27d68c51dc0fa066089ae532f014 | 6252c165657baa6aa605337ebc38dd44b3f694e2 | /org.eclipse.epsilon.egl.sync/Scalability-Tests/boiler-To-Generate-600-Files/boiler-To-Generate-600-Files/syncregions-600Files/BoilerActuator1702.java | a81a970f32b5a55b99bb711e57e87ffc74acce83 | [] | no_license | soha500/EglSync | 00fc49bcc73f7f7f7fb7641d0561ca2b9a8ea638 | 55101bc781349bb14fefc178bf3486e2b778aed6 | refs/heads/master | 2021-06-23T02:55:13.464889 | 2020-12-11T19:10:01 | 2020-12-11T19:10:01 | 139,832,721 | 0 | 1 | null | 2019-05-31T11:34:02 | 2018-07-05T10:20:00 | Java | UTF-8 | Java | false | false | 263 | java | package syncregions;
public class BoilerActuator1702 {
public execute(int temperatureDifference1702, boolean boilerStatus1702) {
//sync _bfpnGUbFEeqXnfGWlV1702, behaviour
Half Change - return temperature - targetTemperature;
//endSync
}
}
| [
"[email protected]"
] | |
584838e026d72fe1be40e6b83a6c0becc328fe8b | edfc9119d058ce549ce1021da06ca6c8881ef3e5 | /src/main/java/com/belong/service/ArticleServiceImpl.java | bf70f9dfb13aabf1ad2fad1f204ce4fb49a54ce2 | [] | no_license | BarryPro/My_Video | 9d5b461befc125a4477295ffd8c3e61602c9f566 | e3650dd4201c51cae1b60a08a01210baddcc314f | refs/heads/master | 2021-09-16T13:49:55.324440 | 2018-03-18T02:19:41 | 2018-03-18T02:19:41 | 78,999,735 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,182 | java | package com.belong.service;
import com.belong.dao.ArticleMapper;
import com.belong.dao.PageMapper;
import com.belong.model.Article;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.ArrayList;
import java.util.Map;
/**
* Created by belong ... | [
"[email protected]"
] | |
c2929555b94faa01ec6c5148423da3429b1d8724 | b9ba39b54063408004244365d2d274b781ab0087 | /app/src/main/java/com/nfu/old/utils/LogUtil.java | a765d668c99ba6a699ed46fb2a10dab3e38b098f | [] | no_license | magichill33/older | 844505af1d45969d14b728a677e001eb7da187b4 | 63972143744d868acad3303f647505269cfd9097 | refs/heads/master | 2021-01-01T17:13:58.745465 | 2017-08-22T07:50:30 | 2017-08-22T07:50:30 | 98,029,659 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,336 | java | package com.nfu.old.utils;
import android.util.Log;
public class LogUtil {
private static String TAG = "NFU";
private static final byte LV = 0x20;
private static final byte LD = 0x10;
private static final byte LI = 0x08;
private static final byte LW = 0x04;
private static final byte LE = 0x02;
private static... | [
"[email protected]"
] | |
8188a06b297f5a83a56d7c42ac3f97060f34a2c6 | 7b12f67da8c10785efaebe313547a15543a39c77 | /jjg-security-core/src/main/java/com/xdl/jjg/code/ValidateCodeBeanConfig.java | b2cac455e60127560b171fc9a5d331df8e5c03f1 | [] | no_license | liujinguo1994/xdl-jjg | 071eaa5a8fb566db6b47dbe046daf85dd2b9bcd8 | 051da0a0dba18e6e5021ecb4ef3debca16b01a93 | refs/heads/master | 2023-01-06T09:11:30.487559 | 2020-11-06T14:42:45 | 2020-11-06T14:42:45 | 299,525,315 | 1 | 3 | null | null | null | null | UTF-8 | Java | false | false | 1,168 | java | package com.xdl.jjg.code;
import com.xdl.jjg.code.image.ImageCodeGenerator;
import com.xdl.jjg.code.sms.DefaultSmsCodeSenderImpl;
import com.xdl.jjg.code.sms.SmsCodeSender;
import com.xdl.jjg.properties.SecurityProperties;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframewo... | [
"[email protected]"
] | |
42f0079ba6db7af9b28f73725fa0bfeed3a05b73 | 5a0bfac7ad00c079fe8e0bdf1482f4271c46eeab | /app/src/main/wechat6.5.3/com/tencent/mm/modelvoice/RemoteController.java | c701e82bdcb0f9a23fd2c7a9ea080d35edc5c190 | [] | no_license | newtonker/wechat6.5.3 | 8af53a870a752bb9e3c92ec92a63c1252cb81c10 | 637a69732afa3a936afc9f4679994b79a9222680 | refs/heads/master | 2020-04-16T03:32:32.230996 | 2017-06-15T09:54:10 | 2017-06-15T09:54:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,253 | java | package com.tencent.mm.modelvoice;
import android.content.BroadcastReceiver;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.media.AudioManager;
import com.tencent.mm.sdk.platformtools.ah;
import com.tencent.mm.sdk.platformtools.v;
import java.lang.re... | [
"[email protected]"
] | |
d6b860a17f9c0a7dacc5278b84433f136307c4e5 | f07bd2f4a84e81de267d2f274c417173b8a35625 | /book_second/src/pojo/Order.java | 763045225b6fb19f7e0d5ab82ad4260d07a91b49 | [] | no_license | ckong-start/javawebExer | 5e66b8cd5523534ebbb602ea36891df8a44ba953 | 64461e6ec0e7e8374907bb39bce70614c2102cce | refs/heads/master | 2021-01-09T11:08:20.971213 | 2020-02-22T06:15:24 | 2020-02-22T06:15:38 | 242,276,693 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,489 | java | package pojo;
import java.math.BigDecimal;
import java.util.Date;
public class Order {
// 订单号
private String orderId;
// 生成订单的时间
private Date createDate;
// 订单的金额
private BigDecimal price;
// 订单状态 0未发货,1已发货,2已签收
private Integer status;
// 用户编号
private Integer userId;
public Order() {
sup... | [
"[email protected]"
] | |
3fd3be01f9611b743b138e1b15a532166c1e8150 | 5b89acddd55d942b87f217fc03f98de3ed24004e | /innodev-pdp-core/src/main/java/cn/com/innodev/pdp/community/persistence/object/ComRoomDO.java | 1eb8a764fb54b6fcde548173ef05582cfea8d3fb | [] | no_license | soltex/pdp | 5acd4a79c222fa2302f92138d05ac3bb6bb55e48 | 10d39984c51ad2cb9d85251b43d7d4fc6c32e423 | refs/heads/master | 2021-01-25T08:55:18.856224 | 2014-11-24T07:16:30 | 2014-11-24T07:16:30 | 26,630,100 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 877 | java | package cn.com.innodev.pdp.community.persistence.object;
public class ComRoomDO {
private Integer id;
private String roomNo;
private Integer proprietorCount;
private Integer buildingId;
public Integer getId() {
return id;
}
public void setId(Integer id) {
... | [
"[email protected]"
] | |
4dbc68b56c894cf7e09cfeb52af4deb81b33b00b | 7c8a313363e7ef0a04fa95d60c69d6d17a128873 | /hapi-fhir-structures-r4/src/main/java/org/hl7/fhir/r4/model/codesystems/DoseRateTypeEnumFactory.java | 3a59a68380d4fb5328c497425f95317f8bc58d19 | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | radmilabord/hapi-fhir | 5c8f404e7549ae750ad7716e6b305909f7737cb1 | f7ec81ac3c6592c281f8fd9a30a95f76621411d8 | refs/heads/master | 2020-03-11T11:40:08.633791 | 2018-04-25T13:50:50 | 2018-04-25T13:50:50 | 129,975,425 | 0 | 0 | Apache-2.0 | 2018-04-17T23:13:57 | 2018-04-17T23:13:57 | null | UTF-8 | Java | false | false | 2,525 | java | package org.hl7.fhir.r4.model.codesystems;
/*
Copyright (c) 2011+, HL7, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the ab... | [
"[email protected]"
] | |
d6737e868c9f3efcfb9f005049536ecc41467514 | 40665051fadf3fb75e5a8f655362126c1a2a3af6 | /chaokunyang-jkes/eb2458473277d01dde8834df5852f537fd97f998/75/EsKafkaUtils.java | 71065e5435fdc752fe87032e11d1600384b31416 | [] | no_license | fermadeiral/StyleErrors | 6f44379207e8490ba618365c54bdfef554fc4fde | d1a6149d9526eb757cf053bc971dbd92b2bfcdf1 | refs/heads/master | 2020-07-15T12:55:10.564494 | 2019-10-24T02:30:45 | 2019-10-24T02:30:45 | 205,546,543 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,061 | java | package com.timeyang.jkes.core.kafka.util;
import com.timeyang.jkes.core.annotation.Document;
import com.timeyang.jkes.core.util.Asserts;
import com.timeyang.jkes.core.support.Config;
import com.timeyang.jkes.core.util.DocumentUtils;
import com.timeyang.jkes.core.annotation.DocumentId;
import com.timeyang.jkes.core.el... | [
"[email protected]"
] | |
ee92bc87946de3d61356572665ecbaac67bb1789 | cd602223060180939d6eb2a02729f1bfa35a4fa5 | /app/src/main/java/com/chunsun/redenvelope/entities/BaseEntity.java | 6b41858d400b92c879928048faef4146d5ca3942 | [] | no_license | himon/ChunSunRE | 25c351ea2385b9c7c0ef494e5604a09fa315c07e | 44cfdec4ad97eaecc9913f48dcec278aba84f963 | refs/heads/master | 2021-01-18T22:09:20.095786 | 2016-04-28T14:25:01 | 2016-04-28T14:25:01 | 41,711,612 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 603 | java | package com.chunsun.redenvelope.entities;
/**
* Created by Administrator on 2015/7/29.
*/
public class BaseEntity {
private boolean success;
private String code;
private String msg;
public boolean isSuccess() {
return success;
}
public void setSuccess(boolean success) {
thi... | [
"[email protected]"
] | |
33fbc489a3bb38942d7e149bcb9913aeb3563cd9 | 0f9e2962e6d881b2ae6e449d2c8aa96cfb64e9e1 | /app/src/main/java/com/indtel/mcf/ui/home/sse/SseHomeViewModel.java | 2c4efe64f7f487afc40b9d0ac6c946ada964facc | [
"Apache-2.0"
] | permissive | Arvindo9/MCF | f3aca80978042fc3d9f30921b6019b7bd21c29a8 | aa83ee08346b36c1845b26c8e6b2aa447cb30a99 | refs/heads/master | 2020-06-25T05:47:33.834297 | 2019-12-03T18:41:12 | 2019-12-03T18:41:12 | 199,219,359 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,790 | java | package com.indtel.mcf.ui.home.sse;
import androidx.databinding.ObservableField;
import com.indtel.mcf.base.BaseViewModel;
import com.indtel.mcf.data.DataManager;
import com.indtel.mcf.utils.rx.SchedulerProvider;
/**
* Author : Arvindo Mondal
* Created on : 22-08-2019
* Email : [email protected]
*... | [
"[email protected]"
] | |
cb9f57bf4c990a16632efc1ff818cfa2bc9a33c0 | c3a040404912172ca92ed2096836978947275442 | /fUML/implementations/MonolithicRevisitor/org.modelexecution.operationalsemantics.ad.monolithicrevisitor/src/monolithicactivitydiagram/revisitor/operations/BooleanBinaryExpressionOperation.java | 5ae996d6c911caf18fcd066fa56af3241592a560 | [] | no_license | manuelleduc/ale-compiler-benchmarks | c7f632f5556e5bac171ca2bb8a84dbbda514d278 | 6e4a2c13ec35f5598fed57bd3eeff74e86e05b03 | refs/heads/master | 2021-01-20T02:01:57.243459 | 2017-07-08T14:15:54 | 2017-07-08T14:15:54 | 89,361,724 | 0 | 3 | null | null | null | null | UTF-8 | Java | false | false | 210 | java | package monolithicactivitydiagram.revisitor.operations;
public interface BooleanBinaryExpressionOperation extends monolithicactivitydiagram.revisitor.operations.BooleanExpressionOperation {
void execute();
}
| [
"[email protected]"
] | |
d20b819347cda58da16d8ae19d74cc1a1c95b1c6 | 43ca534032faa722e206f4585f3075e8dd43de6c | /src/com/instagram/android/people/widget/b.java | 5bf3d4afeec42f79c6311f683d5a47bee08ab347 | [] | no_license | dnoise/IG-6.9.1-decompiled | 3e87ba382a60ba995e582fc50278a31505109684 | 316612d5e1bfd4a74cee47da9063a38e9d50af68 | refs/heads/master | 2021-01-15T12:42:37.833988 | 2014-10-29T13:17:01 | 2014-10-29T13:17:01 | 26,952,948 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 762 | java | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.instagram.android.people.widget;
import com.android.internal.util.Predicate;
import com.instagram.user.c.a;
// Referenced classes o... | [
"[email protected]"
] | |
2a344fe896d9cb6e482647669ea60187542d70c3 | c036169035069f6f9ea16f089e47aa8a707f947e | /manifold-deps-parent/manifold-json/src/main/java/manifold/api/json/schema/JsonSchemaType.java | a44db077c1a4e59f5285697256c48e6788895163 | [
"Apache-2.0"
] | permissive | vsch/manifold | 94fe50cc51b59de6801f8d96b31a774cb0870adf | 16e6768046adb780c071c0226c6439f3c1cd6459 | refs/heads/master | 2023-06-20T05:45:10.660098 | 2018-05-19T16:50:26 | 2018-05-19T16:50:26 | 134,075,748 | 1 | 0 | null | 2018-05-19T15:47:59 | 2018-05-19T15:47:59 | null | UTF-8 | Java | false | false | 3,209 | java | package manifold.api.json.schema;
import java.net.URL;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Map;
import manifold.api.json.IJsonParentType;
import manifold.api.json.IJsonType;
import manifold.api.json.Json;
import manifold.api.json.JsonIssue;
import manifold.... | [
"[email protected]"
] | |
cd7a23a9e1652788b636c81391dea4f3ae4310dd | 5598faaaaa6b3d1d8502cbdaca903f9037d99600 | /code_changes/Apache_projects/HDFS-162/586bd479cb4cb90dab6a49f5e9ec3976901ffd58/ResourceBundles.java | b65a697d8d0c1ed38e470f17b31e7b6d291ace2d | [] | no_license | SPEAR-SE/LogInBugReportsEmpirical_Data | 94d1178346b4624ebe90cf515702fac86f8e2672 | ab9603c66899b48b0b86bdf63ae7f7a604212b29 | refs/heads/master | 2022-12-18T02:07:18.084659 | 2020-09-09T16:49:34 | 2020-09-09T16:49:34 | 286,338,252 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 3,222 | 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")... | [
"[email protected]"
] | |
ae0d19b3b537ab881665bc82aab7936f7262a87c | dcf58cd350b4f414b5e7075a7444883167e4e47d | /src/main/java/de/ad/tools/redmine/cli/util/HashMapDuplicates.java | 68935aaa0d5e30199170e1eff94c939ae3d1b5cb | [
"MIT"
] | permissive | albfan/RedmineJavaCLI | 1bcfa5744ad2f5850ec5fbdbe05f08532adfe32a | 510ebcdf9d8c6b16d2515c39231e89fa6be1965f | refs/heads/master | 2020-04-05T22:51:38.000306 | 2017-02-11T20:54:50 | 2017-02-11T20:54:50 | 62,551,026 | 6 | 1 | null | 2016-07-04T09:46:21 | 2016-07-04T09:46:20 | null | UTF-8 | Java | false | false | 2,185 | java | package de.ad.tools.redmine.cli.util;
import java.util.*;
public class HashMapDuplicates extends HashMap<String, String> {
Set<Entry<String, String>> entries;
@Override
public Set<Entry<String, String>> entrySet() {
if (entries == null) {
entries = new AbstractSet<Entry<String, String>>() {
... | [
"[email protected]"
] | |
0e3d3ffa70e33eaa9e243f320eaa7c536d4793c8 | 0f16fefcf3e11a7539d4e3636527ee06af8ee89c | /price/src/main/java/com/abt/price/core/bean/price/SimplePriceBean.java | 1dc02b7238a67f7a0b0a686c02d22c508303ebab | [] | no_license | AppOpenSource/April | b7f1b370a1c49574dec2f6c07661330d6743bbc8 | 82ff98b1c1a3082c93e97f7e15d8fa5c6e6935ab | refs/heads/master | 2021-07-07T23:55:10.593085 | 2019-01-06T02:33:51 | 2019-01-06T02:33:51 | 128,861,089 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 778 | java | package com.abt.price.core.bean.price;
import android.databinding.ObservableBoolean;
import android.databinding.ObservableField;
import android.databinding.ObservableInt;
/**
* @描述: @SimplePriceBean
* @作者: @黄卫旗
* @创建时间: @08/06/2018
*/
public class SimplePriceBean {
public ObservableInt id = new ObservableInt(... | [
"[email protected]"
] | |
dc04e0de22293d54978fb4dafe995821f1058969 | 4370971acf1f422557e3f7de83d47f7705fd3719 | /ph-oton-datatables/src/main/java/com/helger/photon/uictrls/datatables/EDataTablesOrderDirectionType.java | 99109e2e861030679a3e8d2f982a181bd860dd84 | [
"Apache-2.0"
] | permissive | phax/ph-oton | 848676b328507b5ea96877d0b8ba80d286fd9fb7 | 6d28dcb7de123f4deb77de1bc022faf77ac37e49 | refs/heads/master | 2023-08-27T20:41:11.706035 | 2023-08-20T15:30:44 | 2023-08-20T15:30:44 | 35,175,824 | 5 | 5 | Apache-2.0 | 2023-02-23T20:20:41 | 2015-05-06T18:27:20 | JavaScript | UTF-8 | Java | false | false | 2,165 | java | /*
* Copyright (C) 2014-2023 Philip Helger (www.helger.com)
* philip[at]helger[dot]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/LICEN... | [
"[email protected]"
] | |
4fa7e7906289280683ead0851fc62940c0fe8b90 | 92225460ebca1bb6a594d77b6559b3629b7a94fa | /src/com/kingdee/eas/fdc/sellhouse/ISignManage.java | b50ef2b37b9bfc1e1cfd07b6666fb3571d1ef2a5 | [] | no_license | yangfan0725/sd | 45182d34575381be3bbdd55f3f68854a6900a362 | 39ebad6e2eb76286d551a9e21967f3f5dc4880da | refs/heads/master | 2023-04-29T01:56:43.770005 | 2023-04-24T05:41:13 | 2023-04-24T05:41:13 | 512,073,641 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,009 | java | package com.kingdee.eas.fdc.sellhouse;
import com.kingdee.bos.BOSException;
//import com.kingdee.bos.metadata.*;
import com.kingdee.bos.framework.*;
import com.kingdee.bos.util.*;
import com.kingdee.bos.Context;
import java.lang.String;
import com.kingdee.bos.metadata.entity.EntityViewInfo;
import com.kingdee.eas.com... | [
"[email protected]"
] | |
7481bb161152cd193ea465e9d1b171aeff039f91 | 4641944d785740726bb4b78accc0c3cb8a442acb | /spring-jdbc/src/main/java/org/springframework/jdbc/core/ConnectionCallback.java | 0145813aad6c68351122876855bc5d24d9558c71 | [
"Apache-2.0"
] | permissive | sdisk/springSourceCode | 6f15fa164bd47e1099c9a65c6dcd73fcf5b6a5b4 | 6b1d89fd76d07c0188e560975dc8c2b22af6e84b | refs/heads/master | 2020-07-24T18:47:01.212418 | 2020-05-28T02:52:45 | 2020-05-28T02:52:45 | 208,012,379 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,956 | java | /*
* Copyright 2002-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"[email protected]"
] | |
710c33c9e5a4b338ef394b21b3f8c20cb7690656 | 9f1c65d3a3a203a9ec9e663c22e47910afb2defb | /department.business.war/src/com/wiiy/business/service/ContractAgreementService.java | 0cff6f4609d3b76c6d09804dc7943fdc00188f94 | [] | no_license | qiandonghf/wiiy_work | 0bbcd56088134a6495cbbc9f133bd85049e0bd2a | 157a8c5449566b8bcfa4c007974a0aa286c2981e | refs/heads/master | 2020-06-01T10:11:26.696646 | 2015-05-07T01:46:12 | 2015-05-07T01:46:12 | 35,191,422 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 474 | java | package com.wiiy.business.service;
import java.util.List;
import com.wiiy.business.entity.ContractAgreement;
import com.wiiy.business.entity.ContractAgreementAtt;
import com.wiiy.commons.service.IService;
import com.wiiy.hibernate.Result;
/**
* @author my
*/
public interface ContractAgreementService ex... | [
"[email protected]"
] | |
6817adaaef3ca9664844feed39f33270e034128b | b9efc2abc0fd1d64cdc35f61641bd5203c5ab07c | /app/src/main/java/com/deity/bedtimestory/adapter/NewContentAdapter.java | a1fa62665e475d6883b520749edfae6565a72429 | [] | no_license | langrenbule/BedtimeStory | dfacc9acd26ef6846046b2b6cf5db75bd1bc1a8c | 800096e22e4962f66bd52c2388e3573b8128faee | refs/heads/master | 2021-05-15T01:09:28.210668 | 2016-11-08T14:21:19 | 2016-11-08T14:21:19 | 55,953,631 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,647 | java | package com.deity.bedtimestory.adapter;
import android.content.Context;
import android.graphics.Bitmap;
import android.support.v7.widget.RecyclerView;
import android.text.Html;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.... | [
"[email protected]"
] | |
4d08a63eba94a6ea59483ddf40a622f25b6efc13 | 34bb6be9f81d8a052d05318ab7cd63eadf4bf9c2 | /student-gateway/src/main/java/com/microservice/gateway/student/security/SpringSecurityAuditorAware.java | 747ba8a1edf70df6297063c099c4cd07f8bbd167 | [] | no_license | jreyesromero/jhipster-microservices | 4a3786f22e44bb8c9dcecb737bf78d6e65bc9aaa | b809f19226487f5617f7915143542525624f994f | refs/heads/master | 2021-01-18T13:16:21.511903 | 2017-03-10T17:08:13 | 2017-03-10T17:08:13 | 80,745,458 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 564 | java | package com.microservice.gateway.student.security;
import com.microservice.gateway.student.config.Constants;
import org.springframework.data.domain.AuditorAware;
import org.springframework.stereotype.Component;
/**
* Implementation of AuditorAware based on Spring Security.
*/
@Component
public class SpringSecurity... | [
"[email protected]"
] | |
904ae8d2d4f3d1f87a801bc4d7e3a0e43e41c289 | c68d8507620d3b9f0c04745245bd4f77a5fec9ea | /src/test/java/com/netflix/astyanax/fake/TestConnectionPool.java | 10599a95e8c2210c8acd3d76ad7aa242a111ac30 | [
"Apache-2.0",
"LicenseRef-scancode-public-domain"
] | permissive | arankin/astyanax | e039d70a200682bf3b8dbfc61fc22548000f0925 | 0157d6409b9d587d711db2cfb172d329fa85302d | refs/heads/master | 2021-01-18T09:14:03.465244 | 2012-03-02T18:35:31 | 2012-03-02T18:35:31 | 3,541,178 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,453 | java | /*******************************************************************************
* Copyright 2011 Netflix
*
* 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/... | [
"[email protected]"
] | |
3ff0eeee02a3a1901ecd024b4b27ab90474a3edd | f127d54e14b4b7ad7c5e04a84f27254fca273847 | /src/org/mindinformatics/gwt/domeo/plugins/annotation/micropubs/serialization/JsoMicroPublicationAnnotation.java | 88f02941fec8ce1214e45d7eff39a51ab21d27d7 | [
"Apache-2.0"
] | permissive | rkboyce/DomeoClient | 98674b8c043c60182479b4799da8ff12ae9fdd27 | f247733cc9a67c34d0d983defcec74124c3b0dc5 | refs/heads/master | 2020-12-25T03:21:00.695112 | 2015-11-19T20:50:22 | 2015-11-19T20:50:22 | 10,744,526 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,958 | java | package org.mindinformatics.gwt.domeo.plugins.annotation.micropubs.serialization;
import java.util.Date;
import org.mindinformatics.gwt.domeo.plugins.persistence.json.model.JsAnnotationTarget;
import com.google.gwt.core.client.JavaScriptObject;
import com.google.gwt.core.client.JsArray;
import com.google.gwt.i18n.cl... | [
"[email protected]"
] | |
50b9753711c6766a6727cfd8c18c5c53f3f9d1d0 | 421f0a75a6b62c5af62f89595be61f406328113b | /generated_tests/model_seeding/33_javaviewcontrol-com.pmdesigns.jvc.tools.JVCBootstrapGenerator-0.5-7/com/pmdesigns/jvc/tools/JVCBootstrapGenerator_ESTest.java | 45b558674f9982b57488c64edcc4d626a9e41612 | [] | no_license | tigerqiu712/evosuite-model-seeding-empirical-evaluation | c78c4b775e5c074aaa5e6ca56bc394ec03c2c7c6 | 11a920b8213d9855082d3946233731c843baf7bc | refs/heads/master | 2020-12-23T21:04:12.152289 | 2019-10-30T08:02:29 | 2019-10-30T08:02:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 671 | java | /*
* This file was automatically generated by EvoSuite
* Tue Oct 29 15:08:08 GMT 2019
*/
package com.pmdesigns.jvc.tools;
import org.junit.Test;
import static org.junit.Assert.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.junit.runner.RunWith;
@RunWith(EvoRu... | [
"[email protected]"
] | |
5ed0775f05edc3377aadfad1ab3b60548f4017ba | 86215bd7ab2457497727be0193d3960feec3b524 | /demo-fpml/src/main/generated-source/org/fpml/reporting/Currency.java | 18c4d573be360789ed9fda4d1fe7d3fe0a20588b | [] | no_license | prasobhpk/stephennimmo-templates | 4770d5619488fe39ffa289b6ede36578c29d6c4d | ce2b04c09b6352311df65ad8643f682452f9d6a7 | refs/heads/master | 2016-09-11T13:47:44.366025 | 2013-08-21T18:29:55 | 2013-08-21T18:29:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,301 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833
// 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: ... | [
"[email protected]@ea902603-27ce-0092-70ca-3da810587992"
] | [email protected]@ea902603-27ce-0092-70ca-3da810587992 |
7591855aef0c44a4ed18bfa33c4820c5fa3c7759 | 2eabca5167cc1d5c669c35febdd9574a7e0392a9 | /src/main/java/com/waylau/lite/news/security/WebSecurityConfig.java | e09fb35259be8ab575da9f78e8166b3cc07736b8 | [] | no_license | waylau/lite-news-server | de9a6bf136ebe2c34de63e2daf544a613eef16f8 | 5a4de8c2bfa4a739bda7a8ae9a16727d18f83eee | refs/heads/master | 2020-03-26T19:49:26.892579 | 2019-02-14T18:12:22 | 2019-02-14T18:12:22 | 145,288,885 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,732 | java | /**
* Welcome to https://waylau.com
*/
package com.waylau.lite.news.security;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.core.annotation.Order;
import org.springframework.security.authentication.AuthenticationP... | [
"[email protected]"
] | |
84019cd842deeb2a232b5361140ccbd8bbbd882f | 1caf423dc5eeb40df34e0b75c08900562f881d66 | /stratosphere-runtime/src/test/java/eu/stratosphere/pact/runtime/test/util/UniformIntPairGenerator.java | bf8f93161ca64512ea08697a2b79528bdd673e51 | [] | no_license | tuantrieu/stratosphere-1 | 50e3ccee0f3dcd568e57b2ad2a03609e0de31aa7 | 58c7babd2a120ce9cb7d410a9dfe1d2ff4ee831d | refs/heads/master | 2021-01-22T19:14:38.365217 | 2014-03-18T15:26:07 | 2014-03-18T15:26:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,837 | java | /***********************************************************************************************************************
* Copyright (C) 2010-2013 by the Stratosphere project (http://stratosphere.eu)
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance wi... | [
"[email protected]"
] | |
48e88fe1b6f48f3e2d704d39f82224eeb99f4922 | f2b6d20a53b6c5fb451914188e32ce932bdff831 | /src/com/linkedin/android/pegasus/gen/voyager/entities/shared/JobApplyingInfoBuilder.java | e990c976e3f1934b01b1bf8218910688b514f7ed | [] | no_license | reverseengineeringer/com.linkedin.android | 08068c28267335a27a8571d53a706604b151faee | 4e7235e12a1984915075f82b102420392223b44d | refs/heads/master | 2021-04-09T11:30:00.434542 | 2016-07-21T03:54:43 | 2016-07-21T03:54:43 | 63,835,028 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,810 | java | package com.linkedin.android.pegasus.gen.voyager.entities.shared;
import com.linkedin.android.fission.interfaces.FissileDataModelBuilder;
import com.linkedin.android.fission.interfaces.FissionAdapter;
import com.linkedin.android.fission.interfaces.FissionTransaction;
import com.linkedin.android.pegasus.gen.common.Urn;... | [
"[email protected]"
] | |
b061f08d95bb201f2255d2892a4ebbb521401e03 | 03e77254906627f81d7918f2a050d2d25e0c0075 | /tests/unit_Java/org/fudgemsg/proto/PolymorphismTest.java | d4a39e0c444daa38f672298a86d359fe7fd73b42 | [
"Apache-2.0"
] | permissive | sparks1372/Fudge-Proto | 8d296b8b4f3bbe4e47b5ef7d677f8b10b0d69294 | 741623fa40b6a6ca1d4d1065a35991fd4765107c | refs/heads/master | 2021-01-16T21:26:03.877122 | 2011-03-07T11:27:58 | 2011-03-07T11:27:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,687 | java | /* Copyright 2009 by OpenGamma Inc and other contributors.
*
* 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 a... | [
"[email protected]"
] | |
902e4dd59e5998f442089b805b05aeb7599d705f | 5877c1186447bb5b835ec57d177c30e3f5a36c55 | /app/src/main/java/com/finance/ymt/sgr/finance/model/GsonTip.java | 7548b73fedfa8b353f89e174e06666c68a524f91 | [] | no_license | 514721857/Finance | 23002f972bf24ea0932d25132a3ee88b5d4dfe50 | 2d9fb85b769d1b81ebf00456cc4d0e9ab1922384 | refs/heads/master | 2020-03-21T00:47:53.671012 | 2018-12-06T14:33:23 | 2018-12-06T14:33:23 | 137,910,398 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 785 | java | package com.finance.ymt.sgr.finance.model;
/**
* Data:2018/11/27/027-16:49
* By 沈国荣
* Description:推送过来的json数据
*/
public class GsonTip {
String orderId;
int type;
String shopId;
int status;
public String getOrderId() {
return orderId;
}
public void setOrderId(String orderId) {... | [
"[email protected]"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.