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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4ba88cf19b451a0d7a0a9bee485d2d218973e442 | 8343bc747a99c511fc1cd7f17744a084e2b6cbbc | /jodconverter-core/src/main/java/org/jodconverter/office/OfficeContext.java | 4b359c98ec38780dba0fc4c7a290a2a3678640b4 | [
"Apache-2.0"
] | permissive | zhouyinyan/jodconverter | 36565f460eb7c587ed018965f9abdda1ecbe2c28 | dc894bd1f767769ab14eee0d3e8afb06da1da984 | refs/heads/master | 2020-12-25T18:42:59.132322 | 2017-06-09T10:24:48 | 2017-06-09T10:24:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,205 | java | /*
* Copyright 2004 - 2012 Mirko Nasato and contributors
* 2016 - 2017 Simon Braconnier and contributors
*
* This file is part of JODConverter - Java OpenDocument Converter.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the Lic... | [
"[email protected]"
] | |
2fdd415f7e8ae188d7b881bb17138805d426dc54 | 642e90aa1c85330cee8bbe8660ca277655bc4f78 | /gameserver/src/main/java/l2s/gameserver/skills/effects/EffectCurseOfLifeFlow.java | 4cb194e92eff58c9dbb0ed1c37dc46ac929fc32a | [] | no_license | BETAJIb/Studious | ac329f850d8c670d6e355ef68138c9e8fd525986 | 328e344c2eaa70238c403754566865e51629bd7b | refs/heads/master | 2020-04-04T08:41:21.112223 | 2018-10-31T20:18:49 | 2018-10-31T20:18:49 | 155,790,706 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,608 | java | package l2s.gameserver.skills.effects;
import gnu.trove.iterator.TObjectIntIterator;
import gnu.trove.map.hash.TObjectIntHashMap;
import l2s.commons.lang.reference.HardReference;
import l2s.gameserver.listener.actor.OnCurrentHpDamageListener;
import l2s.gameserver.model.Creature;
import l2s.gameserver.model.Skill;
im... | [
"[email protected]"
] | |
a3f0ce8f37541aa123a75b3a46636247a7073dec | ade701706d2c973aaf7d99d32118a998164541f4 | /MiniProject_spring/src/main/java/com/model2/mvc/service/purchase/PurchaseService.java | eea44b6f12a5104d53f9556b9efb38fdc8c4a64d | [] | no_license | tazesign/PJT_Spring | e680b09f0472ae0f14f0a6b9e849badfaa91e2b2 | 2c16952d5ac7864f949eab16b8a502fbc4a3c4b6 | refs/heads/master | 2020-03-15T10:19:03.157361 | 2018-06-10T14:43:33 | 2018-06-10T14:43:33 | 132,095,785 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 1,002 | java | package com.model2.mvc.service.purchase;
import java.util.Map;
import com.model2.mvc.common.Search;
import com.model2.mvc.service.domain.Purchase;
public interface PurchaseService {
public void addPurchase(Purchase purchase) throws Exception;
public Map<String,Object> getPurchaseList(Search search, St... | [
"Bit@Bitcamp"
] | Bit@Bitcamp |
c5a0b598e8268f1a823c742d3fe0edfa6b5bda56 | 182b7e5ca415043908753d8153c541ee0e34711c | /Java9AndAbove/src/main/java/com/vinay/java9/OptionalExample.java | f75d307836005220c4173872b49fe88137ee25a4 | [] | no_license | akamatagi/Java9AndAbove | 2b62886441241ef4cd62990243d7b29e895452f7 | ff002a2395edf506091b3571a470c15fa0742550 | refs/heads/master | 2023-02-09T17:38:21.467950 | 2020-12-30T14:47:59 | 2020-12-30T14:47:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,111 | java | package com.vinay.java9;
import java.util.*;
import java.util.stream.*;
public class OptionalExample {
// Please don't do this at home or office
private static void process(Optional<Integer> result) {
// System.out.println(result.get()); // Don't
// System.out.println(result.orElseThrow());
... | [
"[email protected]"
] | |
e85d8135fcd96b5690d2b0ff2a2135971e3cfe02 | 4bbb3ece3857c7ac905091c2c01e5439e6a99780 | /dede-bo/src/main/java/net/frank/dede/bean/DedeSearchCache.java | 6d62040079ab89476ff11841d6f9cf1e0b39570b | [] | no_license | frankzhf/dream | b98d77de2ea13209aed52a0499cced0be7b99d3c | c90edbdd8dcdb4b0e7c8c22c1fccdefadeb85791 | refs/heads/master | 2022-12-22T12:20:29.710989 | 2020-10-13T02:41:37 | 2020-10-13T02:41:37 | 38,374,538 | 0 | 1 | null | 2022-12-16T01:03:37 | 2015-07-01T14:06:19 | JavaScript | UTF-8 | Java | false | false | 890 | java | package net.frank.dede.bean;
public class DedeSearchCache extends net.frank.framework.bo.BaseEntity{
private String hash;
private Integer lasttime;
private Integer rsnum;
private char[] ids;
public String getHash(){
return this.hash;
}
public void setHash(String hash){
thi... | [
"[email protected]"
] | |
b3e186111e33e3543b72f976b2b6559208afaec5 | 713a28582a2083e7c9db7e6f96a8180622fb20da | /src/main/java/austeretony/oxygen_friendslist/server/FriendsListManagerServer.java | ccc12608060e072decfa21a32250084824a699e8 | [] | no_license | AustereTony-MCMods/Oxygen-Friends-List | 14c37bc1882e2c2e18c5f16ef396b994ddfb8218 | cf7d21c593346894ed0ac489c1fda4f1738f9793 | refs/heads/master | 2020-06-22T16:04:39.558601 | 2020-06-07T14:06:07 | 2020-06-07T14:06:07 | 197,742,288 | 2 | 4 | null | 2020-06-07T14:06:09 | 2019-07-19T09:15:29 | Java | UTF-8 | Java | false | false | 1,768 | java | package austeretony.oxygen_friendslist.server;
import austeretony.oxygen_core.common.api.CommonReference;
import austeretony.oxygen_core.server.api.OxygenHelperServer;
import austeretony.oxygen_friendslist.common.main.EnumFriendsListStatusMessage;
import austeretony.oxygen_friendslist.common.main.FriendsListMain;
impo... | [
"[email protected]"
] | |
b165326ba42e11a2ded73795f30e26c8c102bb74 | 41589b12242fd642cb7bde960a8a4ca7a61dad66 | /teams/codetester/RobotPlayer.java | df943b80ac8ccb28b30365253d1be420cd70f173 | [] | no_license | Cixelyn/bcode2011 | 8e51e467b67b9ce3d9cf1160d9bd0e9f20114f96 | eccb2c011565c46db942b3f38eb3098b414c154c | refs/heads/master | 2022-11-05T12:52:17.671674 | 2011-01-27T04:49:12 | 2011-01-27T04:49:12 | 275,731,519 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 364 | java | package codetester;
import java.util.ArrayList;
import battlecode.common.*;
public class RobotPlayer implements Runnable {
private final RobotController myRC;
public RobotPlayer(RobotController rc) {
myRC = rc;
}
public void run() {
System.out.println(GameConstants.MINE_ROU... | [
"[email protected]"
] | |
e171485d47ecb504ee53ea759dc9ca046d0eae39 | 350a535e3e0fd67af9ad130d1342a8f5deb759df | /src/main/java/com/ileng/core/tags/html/resolver/HtmlComponentDTDEntityResolver.java | a8dc41e983df273b46e1270cf97301323e5f67f3 | [] | no_license | xjLeng/forum | a6088173ea98009ba9f698b52b7ec631b2b0c550 | fd9fea3a28b5ee401788f45eb3f4061902b4bea9 | refs/heads/master | 2020-06-26T07:11:48.161650 | 2017-08-27T08:40:21 | 2017-08-27T08:40:21 | 96,981,373 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,704 | java | package com.ileng.core.tags.html.resolver;
import java.io.InputStream;
import java.io.Serializable;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.xml.sax.EntityResolver;
import org.xml.sax.InputSource;
/**
* hibernate动态sql dtd解析器
* http://blog.csdn.net/hailanzhijia/article/details/6004947
* ... | [
"[email protected]"
] | |
3834bb3b879061ca70bb92b9fbe3af42f90583eb | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XWIKI-14122-25-2-PESA_II-WeightedSum:TestLen:CallDiversity/com/xpn/xwiki/store/XWikiCacheStore_ESTest_scaffolding.java | 2b9fe3a0ecbb3fbee4530cacd56e922d8f51da0f | [] | 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 | 439 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Sat Apr 04 11:30:52 UTC 2020
*/
package com.xpn.xwiki.store;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.After;
... | [
"[email protected]"
] | |
51fdd28f325f22fdf3ddc0fa0133fdc42d0ab63f | 3ab0c599279515d8eea2cd06f10d5ffffcb8527e | /src/org/qihuasoft/codegenerate/util/def/JeecgKey.java | 072ce627bec7cf25134b055e7b3da79ba114a7c5 | [] | no_license | stillywud/gdzc-1228 | 452455da57f2bcbe57195c315a259f4235a265f3 | 25f0aa58416bbc7779a60a145a70706b7d723277 | refs/heads/master | 2021-10-09T12:54:26.393355 | 2018-12-28T07:18:25 | 2018-12-28T07:18:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 214 | java | package org.qihuasoft.codegenerate.util.def;
public final class JeecgKey
{
public static String UUID = "uuid";
public static String IDENTITY = "identity";
public static String SEQUENCE = "sequence";
} | [
"yumang@"
] | yumang@ |
77e2b3f641e5230bbc4493f1c0ee9ee2c3326d89 | b692a26e0fd0f4bea7a8e43136db381b0a9bc213 | /dev/src/org/proteomecommons/io/fasta/ipi/IPIFASTAReaderFactory.java | b8111dbd173f76b25bae1b0e4e08329d2c21f540 | [] | no_license | mrjato/IO | afdfaf55389c998058a204fb8c33cf6820f233c0 | aedd2aa8e9012c0530b8fff98b32bfd3b291a85d | refs/heads/master | 2021-01-15T17:54:55.126453 | 2013-09-19T06:02:27 | 2013-09-19T06:02:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,464 | java | /*
* Copyright 2005 The Regents of the University of Michigan
*
* 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
*
* Unles... | [
"[email protected]"
] | |
35fc9d6998c1ff1f061ddfd6266257f94300f256 | 5741045375dcbbafcf7288d65a11c44de2e56484 | /reddit-decompilada/com/raizlabs/android/dbflow/rx2/kotlinextensions/QueryExtensionsKt$save$2.java | 6714d58394d9ff1d05834b3fe25b871f437675b4 | [] | no_license | miarevalo10/ReporteReddit | 18dd19bcec46c42ff933bb330ba65280615c281c | a0db5538e85e9a081bf268cb1590f0eeb113ed77 | refs/heads/master | 2020-03-16T17:42:34.840154 | 2018-05-11T10:16:04 | 2018-05-11T10:16:04 | 132,843,706 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,006 | java | package com.raizlabs.android.dbflow.rx2.kotlinextensions;
import io.reactivex.functions.Consumer;
import kotlin.Metadata;
import kotlin.jvm.functions.Function1;
import kotlin.jvm.internal.Intrinsics;
@Metadata(bv = {1, 0, 2}, d1 = {"\u0000\u0010\n\u0000\n\u0002\u0010\u0002\n\u0000\n\u0002\u0010\u000b\n\u0002\b\u0003\... | [
"[email protected]"
] | |
92c4fb7b02d50d902386aed7f87e10d1a6b97615 | 29507a23de28705881e0bc0c58ca81e8cc92276d | /advancedJava/src/main/java/com/ecvlearning/javaee/reflection/Client.java | d90c5d0adf5c7472545c022efa71430c1db9aff7 | [
"Apache-2.0"
] | permissive | liangduo1993/javaee | cdbe96b25213aeba5ac15a3fd6118d08b873c3d6 | 785365f190d064ee7042dfd3c693f8f9b1e481e1 | refs/heads/master | 2021-04-26T23:43:24.874331 | 2018-01-08T02:58:35 | 2018-01-08T02:58:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 632 | java | package com.ecvlearning.javaee.reflection;
public class Client {
public static void main(String[] ars) throws ClassNotFoundException, IllegalAccessException, InstantiationException {
// ReflectionExample re = new ReflectionExample();
// re.test();
String cretiria = "c";
String class... | [
"[email protected]"
] | |
f06ba59fdf44c36806dd358ff7716b0d9b1fd25b | 573b9c497f644aeefd5c05def17315f497bd9536 | /src/main/java/com/alipay/api/response/KoubeiRetailWmsWorkQueryResponse.java | 51ea587ae75e9efd0234f95cb5ab0a515c5ad197 | [
"Apache-2.0"
] | permissive | zzzyw-work/alipay-sdk-java-all | 44d72874f95cd70ca42083b927a31a277694b672 | 294cc314cd40f5446a0f7f10acbb5e9740c9cce4 | refs/heads/master | 2022-04-15T21:17:33.204840 | 2020-04-14T12:17:20 | 2020-04-14T12:17:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,714 | java | package com.alipay.api.response;
import java.util.Date;
import java.util.List;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.internal.mapping.ApiListField;
import com.alipay.api.domain.WorkDetail;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: koubei.retail.wms.work.quer... | [
"[email protected]"
] | |
bc53285141835d6b0fe6d2a2d313fb72407cbb5f | 80403ec5838e300c53fcb96aeb84d409bdce1c0c | /server/test/src/org/labkey/test/selenium/RefindingWebElement.java | 04491a4cfb1d6f245196b1e7f63de617bbc29f9a | [] | no_license | scchess/LabKey | 7e073656ea494026b0020ad7f9d9179f03d87b41 | ce5f7a903c78c0d480002f738bccdbef97d6aeb9 | refs/heads/master | 2021-09-17T10:49:48.147439 | 2018-03-22T13:01:41 | 2018-03-22T13:01:41 | 126,447,224 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,578 | java | /*
* Copyright (c) 2016-2017 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... | [
"[email protected]"
] | |
7f0cf7a2e494bcf6255dcf27fa205cc7a1967471 | 1487c5a0f4722393f21bd775af44cb21d1cfa578 | /src/com/thread/ThreadState.java | 563d471c2dc5a0dbaa1b4bc31c9c7ab7126aa221 | [] | no_license | Fish-Fan/JavaConcurrentBase | dfd1ae073f8f3c544908a24d0295ab1bdc6e486f | 5c2d0ef886f628664122ad5e72a485735bc9e468 | refs/heads/master | 2021-05-07T04:22:19.685012 | 2017-11-19T11:44:24 | 2017-11-19T11:44:24 | 111,289,719 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,601 | java | package com.thread;
import java.util.concurrent.TimeUnit;
/**
* Created by yanfeng-mac on 2017/11/4.
*/
public class ThreadState {
public static void main(String[] args) {
new Thread(new TimeWaiting(),"TimeWaiting start").start();
new Thread(new Waiting(),"WaitingThread").start();
new Th... | [
"[email protected]"
] | |
ffd118da62411022308966189d87d009f5951c25 | 22b1fe6a0af8ab3c662551185967bf2a6034a5d2 | /experimenting-rounds/massive-count-of-annotated-classes/src/main/java/fr/javatronic/blog/massive/annotation1/sub1/Class_8202.java | 023f6ec7a7d80f60301f8d6a77462448d011159e | [
"Apache-2.0"
] | permissive | lesaint/experimenting-annotation-processing | b64ed2182570007cb65e9b62bb2b1b3f69d168d6 | 1e9692ceb0d3d2cda709e06ccc13290262f51b39 | refs/heads/master | 2021-01-23T11:20:19.836331 | 2014-11-13T10:37:14 | 2014-11-13T10:37:14 | 26,336,984 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 151 | java | package fr.javatronic.blog.massive.annotation1.sub1;
import fr.javatronic.blog.processor.Annotation_001;
@Annotation_001
public class Class_8202 {
}
| [
"[email protected]"
] | |
f25d5ee26033ea3d2be1ab630facab5be59233ab | 1a60f769967ff59c16883bee8b69a670877307e5 | /src/main/java/org/biac/manage/dao/CompanyUserMapper.java | 94db5902b7d13fd3493cfa6fd1b4bfcc2772742b | [] | no_license | Sonlan/manage | 170fd3fee0d13b03f745e6b01ef3ec8ea3bd40bf | ecefc1365453d08615f601d283f51991dff810df | refs/heads/master | 2020-04-06T07:10:38.808017 | 2016-09-08T07:56:37 | 2016-09-08T07:56:37 | 63,243,502 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,410 | java | package org.biac.manage.dao;
import org.biac.manage.entity.CompanyUser;
import java.util.List;
import java.util.Map;
public interface CompanyUserMapper {
/**
* 根据用户名查找用户,用户名不能重复
* @param account
* @return
*/
CompanyUser selectByAccount(String account);
/**
* 用户登录,检查用户名,密码以及当前用户状... | [
"[email protected]"
] | |
ea271fa66a4634070389054d347bd9a6cbef6b6b | a66b608b30e312bfdcf59b5922544b0fa99346fc | /thymeleaf&controllers/residentevil/src/main/java/softuni/residentevil/validators/IsBeforeValidator.java | 8d05d7f9ef615bba80f7d3c884cc09d9a1fbb0ee | [
"MIT"
] | permissive | allsi89/Java-Web-MVC-Frameworks---Spring | 3bf9b0280f8ff7f9579c5da35fc046638741b873 | 0ec212aea8458f3e1d6163f55e8bfe4e409fa1a5 | refs/heads/master | 2020-04-25T05:57:10.309767 | 2019-03-28T18:57:45 | 2019-03-28T18:57:45 | 172,561,080 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 634 | java | package softuni.residentevil.validators;
import softuni.residentevil.annotations.IsBefore;
import javax.validation.ConstraintValidator;
import javax.validation.ConstraintValidatorContext;
import java.time.LocalDate;
public class IsBeforeValidator implements ConstraintValidator<IsBefore, LocalDate> {
@Override
p... | [
"[email protected]"
] | |
f1d70b3ea0932849dbc09273e6f811a29e7360a5 | 4a0b08f12e9cb8af4e7644511d38627200f81c8e | /zuihou-backend/zuihou-authority/zuihou-authority-entity/src/main/java/com/github/zuihou/authority/dto/auth/RoleDTO.java | 3f20722839af33a3c8251de16c1cb04271bcbfdb | [
"Apache-2.0"
] | permissive | gzush/zuihou-admin-cloud | 4db4ce73a5aa51d608e1788b689bcca963b66d51 | 67cf0688715ff59f984b221c3e8c9e4384e7fd43 | refs/heads/master | 2020-06-11T19:24:05.420709 | 2019-06-26T07:37:48 | 2019-06-26T07:37:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 968 | java | package com.github.zuihou.authority.dto.auth;
import java.io.Serializable;
import com.github.zuihou.authority.entity.auth.Role;
import io.swagger.annotations.ApiModel;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.NoArgsConstructor;
import lombok.ToString;
import lombok.experimental.Accessors;
... | [
"[email protected]"
] | |
1271a845e10653f7d6fa57b08b97f1a869a35f44 | 082e26b011e30dc62a62fae95f375e4f87d9e99c | /docs/weixin_7.0.4_source/反编译源码/未反混淆/src/main/java/com/google/android/gms/common/api/internal/GooglePlayServicesUpdatedReceiver.java | 10f6ded7e287a1817ca1a495635c0ba328be1f5e | [] | no_license | xsren/AndroidReverseNotes | 9631a5aabc031006e795a112b7ac756a8edd4385 | 9202c276fe9f04a978e4e08b08e42645d97ca94b | refs/heads/master | 2021-04-07T22:50:51.072197 | 2019-07-16T02:24:43 | 2019-07-16T02:24:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,310 | java | package com.google.android.gms.common.api.internal;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import com.tencent.matrix.trace.core.AppMethodBeat;
public final class GooglePlayServicesUpdatedReceiver extends BroadcastReceiver {
... | [
"[email protected]"
] | |
5c59a8d8f70190489751dae111c4e81d41cf2078 | e1e5bd6b116e71a60040ec1e1642289217d527b0 | /H5/L2jMaster_org/L2jMaster_org_2019_07_02/L2JMaster_Server/src/main/java/com/l2jserver/gameserver/network/serverpackets/ExAirShipTeleportList.java | 8df6f21aadde1a65416f35053be2f4ff7230ecb9 | [] | no_license | serk123/L2jOpenSource | 6d6e1988a421763a9467bba0e4ac1fe3796b34b3 | 603e784e5f58f7fd07b01f6282218e8492f7090b | refs/heads/master | 2023-03-18T01:51:23.867273 | 2020-04-23T10:44:41 | 2020-04-23T10:44:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,769 | java | /*
* Copyright (C) 2004-2019 L2J Server
*
* This file is part of L2J Server.
*
* L2J 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 opti... | [
"[email protected]"
] | |
01f5f3e787c51acd69e1d698ebda0e9c82396a7f | 691f0f7ecd1a74e6a3203b3d2505cd3c86d73a87 | /src/main/resources/archetype-resources/src/test/java/echo/TestEchoService.java | c825e538e32e24882dfedd2150109b3f83168396 | [] | no_license | McFoggy/jee-war-archetype | 5602fac571f1be6e8b04d11849f95ac8e7aaed70 | c97532f9364fcf2b789d7033c52514aa8dd8ccce | refs/heads/master | 2021-05-04T10:20:59.184777 | 2016-11-20T08:06:04 | 2016-11-20T08:06:04 | 51,308,193 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 870 | java | #set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
package ${package}.echo;
import static org.junit.Assert.assertThat;
import org.junit.Test;
import static org.hamcrest.CoreMatchers.is;
import static org.hamcrest.core.IsNull.nullValue;
public class TestEchoService {
@Test
... | [
"[email protected]"
] | |
b0807760e10b0b22ccad9f76301a72d662bd25f2 | 235d06d08187ae4af8c073e39c74572eff4a3afa | /spring-boot-api-rest-ii/src/main/java/br/com/cmdev/sbootapirestii/controller/HelloController.java | af8f6e602b04c0eecdb6972eba988199a307538b | [] | no_license | calixtomacedo/alura-formacao-spring-framework | 9e56aff574c7ab2e417ef15cbbf42bf10dadbca6 | 4a85223f9c143997d093433f0c909bc297513647 | refs/heads/master | 2023-07-14T14:06:14.532558 | 2021-08-19T03:13:10 | 2021-08-19T03:13:10 | 384,835,010 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 360 | java | package br.com.cmdev.sbootapirestii.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
@Controller
public class HelloController {
@RequestMapping("/")
@ResponseBody
public String ... | [
"[email protected]"
] | |
31a13d4754a025be11955aabe3af1fd633f0ea09 | 17e8438486cb3e3073966ca2c14956d3ba9209ea | /dso/tags/3.2.0/code/base/dso-l2/src/com/tc/objectserver/managedobject/LinkedHashMapManagedObjectState.java | 3c753fc8baff8b242755732d786c9fd90348eea5 | [] | no_license | sirinath/Terracotta | fedfc2c4f0f06c990f94b8b6c3b9c93293334345 | 00a7662b9cf530dfdb43f2dd821fa559e998c892 | refs/heads/master | 2021-01-23T05:41:52.414211 | 2015-07-02T15:21:54 | 2015-07-02T15:21:54 | 38,613,711 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,349 | java | /*
* All content copyright (c) 2003-2008 Terracotta, Inc., except as may otherwise be noted in a separate copyright notice. All rights reserved.
*/
package com.tc.objectserver.managedobject;
import com.tc.object.ObjectID;
import com.tc.object.SerializationUtil;
import com.tc.object.dna.api.DNACursor;
import com.tc.... | [
"jvoegele@7fc7bbf3-cf45-46d4-be06-341739edd864"
] | jvoegele@7fc7bbf3-cf45-46d4-be06-341739edd864 |
2690f450c0ed9a5f094555cc6bad6e7b377ac282 | 53d677a55e4ece8883526738f1c9d00fa6560ff7 | /com/tencent/mm/plugin/webview/ui/tools/game/GameChattingRoomWebViewUI$2.java | 3eadce560262adbc940221a71bc3247d7b582629 | [] | 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 | 957 | java | package com.tencent.mm.plugin.webview.ui.tools.game;
import android.content.Intent;
import com.tencent.matrix.trace.core.AppMethodBeat;
import com.tencent.mm.pluginsdk.ui.applet.q.a;
final class GameChattingRoomWebViewUI$2
implements q.a
{
GameChattingRoomWebViewUI$2(GameChattingRoomWebViewUI paramGameCh... | [
"[email protected]"
] | |
630328b784c502f59b8905b650b6f6057e42bc3b | c2af0e9f998bbc444579455c92c519e5c8a43435 | /src/test/java/MyTests/BaseTest.java | c65e308f425306961f8c56638ff6db052c9c185c | [] | no_license | vrpavan/Jan2021SeleniumSessions | 86a46719d0e4c93fc538daff6de59228bb1c3c5c | 7ad9c733cf8bbeefdd239eca99bb02b7df850e51 | refs/heads/master | 2023-04-18T01:24:05.179908 | 2021-04-20T02:23:58 | 2021-04-20T02:23:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,268 | java | package MyTests;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.safari.SafariDriver;
import org.testng.annotations.AfterTest;
import org.testng.annotations.BeforeTe... | [
"[email protected]"
] | |
5bbc6f472c9f3394912c3df4a5f05674109d8350 | 536d5ccc58a6461d47abb199329c899d654e7357 | /text-pattern/src/test/java/nl/inl/blacklab/search/TestTextPatternWildcard.java | c8414199c2078435e99c1b231b794a50993e790b | [
"Apache-2.0"
] | permissive | lexionai/BlackLab | 560aff91d9c3be33d2a60ad3045f7166ffb9ccfb | 358d1c741072e8d5803699fc1fe57a7f746e6f3e | refs/heads/ai2-dev | 2023-03-05T01:39:32.463958 | 2022-11-09T17:59:22 | 2022-11-09T17:59:22 | 161,707,222 | 0 | 0 | Apache-2.0 | 2022-11-09T17:59:24 | 2018-12-13T23:34:27 | Java | UTF-8 | Java | false | false | 1,968 | java | /*******************************************************************************
* Copyright (c) 2010, 2012 Institute for Dutch Lexicology
*
* 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... | [
"[email protected]"
] | |
c4193ce4588b808bc17ff8abd593b885757c05bd | 7ce021205687faad6654e04623b3cd49bdad452d | /hvacrepo/timetrackersetup-service-impl/src/main/java/com/key2act/timetracker/builder/ConfigureBatchSetting.java | d966df714d1561b391f4a17cc5d7222927837c94 | [] | no_license | venkateshm383/roibackupprojects | 4ad9094d25dad9fe60da5f557069ecb36f627e4d | a78467028950c8eafdd662113870f633e61304d2 | refs/heads/master | 2020-04-18T21:52:10.308611 | 2016-09-02T04:32:21 | 2016-09-02T04:32:21 | 67,107,627 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,670 | java | package com.key2act.timetracker.builder;
import static com.key2act.timetracker.util.TimeTrackerConstants.*;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import org.apache.camel.Exchange;
import org.apache.metamodel.DataContext;
import org.apache.metamodel.data.DataSet;
import org.a... | [
"[email protected]"
] | |
67b8e7d64d73f6ec50874d71088131091bdb0b4c | ed5159d056e98d6715357d0d14a9b3f20b764f89 | /test/irvine/oeis/a228/A228545Test.java | b7de97146c2fb5004e4d22b16974404b0d49aff2 | [] | no_license | flywind2/joeis | c5753169cf562939b04dd246f8a2958e97f74558 | e5efd6971a0062ac99f4fae21a7c78c9f9e74fea | refs/heads/master | 2020-09-13T18:34:35.080552 | 2019-11-19T05:40:55 | 2019-11-19T05:40:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 195 | java | package irvine.oeis.a228;
import irvine.oeis.AbstractSequenceTest;
/**
* Tests the corresponding class.
* @author Sean A. Irvine
*/
public class A228545Test extends AbstractSequenceTest {
}
| [
"[email protected]"
] | |
1e811914d83f5b82450ddef3ca8a572ad83bbcd3 | 60e04f77d2a9a3f09ede9c7dfbebcac329c7436e | /NotVerified/Overfitting/ArjaE/FindInArray/bug5/Repaired/FindInArray.java | d1adb3a1499e0c22c6f4b97612df54911ead3932 | [] | no_license | Amirfarhad-Nilizadeh/BuggyJavaJML | 080ea9799955709774a5cb4cad6abdd9e7ddfcae | ae8e6a6b0bced50fcb6d45ea526f3541be0ccdd8 | refs/heads/master | 2023-05-10T07:27:46.438117 | 2021-06-07T23:40:18 | 2021-06-07T23:40:18 | 305,563,884 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,372 | java | class FindInArray {
private /*@ spec_public @*/ int key;
private /*@ spec_public @*/ int arr[];
//@ ensures (\forall int i; 0 <= i && i < inputArr.length; inputArr[i] == arr[i]);
//@ ensures key == 0;
FindInArray(int inputArr[])
{
int size = inputArr.length;
arr = new int[size];
arr = inputA... | [
"[email protected]"
] | |
9ac417f4d1fe16630bf6ce84dc6ee2c3f4fe2a30 | 9a52fe3bcdd090a396e59c68c63130f32c54a7a8 | /sources/com/google/android/gms/internal/ads/zzbel.java | 66d85ac84851ae660cbc82d6c74fb98e7c1f3bfa | [] | no_license | mzkh/LudoKing | 19d7c76a298ee5bd1454736063bc392e103a8203 | ee0d0e75ed9fa8894ed9877576d8e5589813b1ba | refs/heads/master | 2022-04-25T06:08:41.916017 | 2020-04-14T17:00:45 | 2020-04-14T17:00:45 | 255,670,636 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,794 | java | package com.google.android.gms.internal.ads;
import android.content.Context;
import com.google.android.gms.ads.internal.zzq;
import java.lang.ref.WeakReference;
/* compiled from: com.google.android.gms:play-services-ads@@18.2.0 */
public class zzbel {
private final zzaxl zzblh;
private final WeakReference<Con... | [
"[email protected]"
] | |
a41c6e89879a24045cc5e296b661ad673f014cd8 | 7e1511cdceeec0c0aad2b9b916431fc39bc71d9b | /flakiness-predicter/input_data/original_tests/zxing-zxing/nonFlakyMethods/com.google.zxing.oned.CodaBarWriterTestCase-testEncode.java | b936fefbc1864fcf555c92420f7fa75f887bc00a | [
"BSD-3-Clause"
] | permissive | Taher-Ghaleb/FlakeFlagger | 6fd7c95d2710632fd093346ce787fd70923a1435 | 45f3d4bc5b790a80daeb4d28ec84f5e46433e060 | refs/heads/main | 2023-07-14T16:57:24.507743 | 2021-08-26T14:50:16 | 2021-08-26T14:50:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 429 | java | @Test public void testEncode() throws WriterException {
CharSequence resultStr="0000000000" + "1001001011011010100101010110010110101001010100110101100101010110110101101001001011" + "0000000000";
BitMatrix result=new CodaBarWriter().encode("B515-3/B",BarcodeFormat.CODABAR,resultStr.length(),0);
for (int i=0; i < r... | [
"[email protected]"
] | |
8f3f579487195c9794716ad7a4a8f56fd2c992c5 | 0ea271177f5c42920ac53cd7f01f053dba5c14e4 | /5.3.5/sources/utils/view/bottombar/BottomNavigationBehavior.java | 09c3d96143767ef7d589281a308f96f14c1de73c | [] | no_license | alireza-ebrahimi/telegram-talaeii | 367a81a77f9bc447e729b2ca339f9512a4c2860e | 68a67e6f104ab8a0888e63c605e8bbad12c4a20e | refs/heads/master | 2020-03-21T13:44:29.008002 | 2018-12-09T10:30:29 | 2018-12-09T10:30:29 | 138,622,926 | 12 | 1 | null | null | null | null | UTF-8 | Java | false | false | 7,246 | java | package utils.view.bottombar;
import android.os.Build.VERSION;
import android.support.annotation.NonNull;
import android.support.design.widget.CoordinatorLayout;
import android.support.design.widget.CoordinatorLayout.Behavior;
import android.support.design.widget.Snackbar.SnackbarLayout;
import android.support.v4.view... | [
"[email protected]"
] | |
6f396e7c21db833a4579bdc0cf9f813fc9c6c772 | 5a782636974322ef79e41f31cbb00900dfbe71c9 | /src/main/java/de/ellpeck/actuallyadditions/mod/blocks/BlockGiantChest.java | 2f6e99e5e8af88a05b234c59fefdf02f45932328 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | Dawn-MC/ActuallyAdditions | d0a3beed4da6e3d8983699d607f5e8cc37c06abb | 544c4020ee775f7cf58d542e65ed4ff3557a11cb | refs/heads/master | 2021-01-23T15:52:03.861823 | 2017-05-28T12:15:11 | 2017-05-28T12:15:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,103 | java | /*
* This file ("BlockGiantChest.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions
*
* © 20... | [
"[email protected]"
] | |
e79ba35031f0c1a9e3f3a1f3f8bcdabd7d67e8ae | f7295dfe3c303e1d656e7dd97c67e49f52685564 | /smali/com/google/zxing/aztec/encoder/SimpleToken.java | 904fadaa1c3771ccb0f59e2457de4fd3eb3332d7 | [] | no_license | Eason-Chen0452/XiaoMiGame | 36a5df0cab79afc83120dab307c3014e31f36b93 | ba05d72a0a0c7096d35d57d3b396f8b5d15729ef | refs/heads/master | 2022-04-14T11:08:31.280151 | 2020-04-14T08:57:25 | 2020-04-14T08:57:25 | 255,541,211 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 929 | java | package com.google.zxing.aztec.encoder;
import com.google.zxing.common.BitArray;
final class SimpleToken
extends Token
{
private final short bitCount;
private final short value;
SimpleToken(Token paramToken, int paramInt1, int paramInt2)
{
super(paramToken);
this.value = ((short)paramInt1);
t... | [
"[email protected]"
] | |
7406852ab3cb48d10fb56e629f851e82a4bdde21 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/12/12_6043bc614d254d7bd8c72a1767134aafb7dd7c2d/AbstractJBehaveStory/12_6043bc614d254d7bd8c72a1767134aafb7dd7c2d_AbstractJBehaveStory_t.java | a6e549fa53e3e3909873f642ad71ac591ca05d60 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 2,358 | java | package net.thucydides.jbehave;
import net.thucydides.core.model.TestOutcome;
import net.thucydides.core.reports.xml.XMLTestOutcomeReporter;
import net.thucydides.core.util.MockEnvironmentVariables;
import net.thucydides.core.webdriver.Configuration;
import net.thucydides.core.webdriver.SystemPropertiesConfigur... | [
"[email protected]"
] | |
dae55c534f90f5b878bb1c26085d3021c39806b5 | 6baf1fe00541560788e78de5244ae17a7a2b375a | /hollywood/com.oculus.appsafety-AppSafety/sources/java/nio/FloatBuffer.java | fa905aed01d2355ab1ae5379b6f5d486020f1fa8 | [] | no_license | phwd/quest-tracker | 286e605644fc05f00f4904e51f73d77444a78003 | 3d46fbb467ba11bee5827f7cae7dfeabeb1fd2ba | refs/heads/main | 2023-03-29T20:33:10.959529 | 2021-04-10T22:14:11 | 2021-04-10T22:14:11 | 357,185,040 | 4 | 2 | null | 2021-04-12T12:28:09 | 2021-04-12T12:28:08 | null | UTF-8 | Java | false | false | 6,471 | java | package java.nio;
public abstract class FloatBuffer extends Buffer implements Comparable<FloatBuffer> {
final float[] hb;
boolean isReadOnly;
final int offset;
public abstract FloatBuffer asReadOnlyBuffer();
public abstract FloatBuffer compact();
public abstract FloatBuffer duplicate();
... | [
"[email protected]"
] | |
752dfbb52f11dd30fe228f212213d82b0c7fbc8d | 830e128e7f8fa3145f30b4393fd3cf9f1d84bf45 | /samples/tests/SendingAndReceivingEvents.java | 4c1e2bfac5280c752b69318bac96698b5be0d4a9 | [
"Apache-2.0"
] | permissive | mxmind/mod-socket-io | c91288c9d0747513f6ccd1191de314299d071621 | 8ca5d8698961d6dff5d75c54fe79cf55dd00f5ca | refs/heads/master | 2021-01-16T22:24:41.027785 | 2012-11-28T09:38:35 | 2012-11-28T09:38:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,710 | java | import com.nhncorp.mods.socket.io.SocketIOServer;
import com.nhncorp.mods.socket.io.SocketIOSocket;
import com.nhncorp.mods.socket.io.impl.DefaultSocketIOServer;
import org.vertx.java.core.Handler;
import org.vertx.java.core.Vertx;
import org.vertx.java.core.http.HttpServer;
import org.vertx.java.core.json.JsonObject;
... | [
"[email protected]"
] | |
f12f18adf5bbd4c3153da8e7be24969a0ee9a4b0 | 3c73a700a7d89b1028f6b5f907d4d0bbe640bf9a | /android/src/main/kotlin/lib/org/bouncycastle/jce/provider/X509CertParser.java | f19f6afb2d372061b2ab87e4be3fe678b36ab61d | [] | no_license | afterlogic/flutter_crypto_stream | 45efd60802261faa28ab6d10c2390a84231cf941 | 9d5684d5a7e63d3a4b2168395d454474b3ca4683 | refs/heads/master | 2022-11-02T02:56:45.066787 | 2021-03-25T17:45:58 | 2021-03-25T17:45:58 | 252,140,910 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,541 | java | package lib.org.bouncycastle.jce.provider;
import java.io.BufferedInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.security.cert.Certificate;
import java.security.cert.CertificateParsingException;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import li... | [
"[email protected]"
] | |
a312c6ae8493c9911dc418caf66da753e2edfd70 | ee99c44457879e56bdfdb9004072bd088aa85b15 | /live-domain/src/main/java/cn/idongjia/live/restructure/dto/LiveTagDTO.java | b3b65641f610368dee9e5ccd79838b7d08eedbd7 | [] | no_license | maikezhang/maike_live | b91328b8694877f3a2a8132dcdd43c130b66e632 | a16be995e4e3f8627a6168d348f8fefd1a205cb3 | refs/heads/master | 2020-04-07T15:10:52.210492 | 2018-11-21T03:21:18 | 2018-11-21T03:21:18 | 158,475,020 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,300 | java | package cn.idongjia.live.restructure.dto;
import cn.idongjia.live.db.mybatis.po.LiveTagPO;
import cn.idongjia.live.pojo.purelive.tag.ColumnTag;
import cn.idongjia.live.pojo.purelive.tag.PureLiveTagDO;
import cn.idongjia.live.pojo.purelive.tag.PureLiveTagRelDO;
import cn.idongjia.live.pojo.purelive.tag.TemplateTagRelDO... | [
"[email protected]"
] | |
cf9098e1cbbd212314f5bf06da5465d36ffa60c3 | 0907c886f81331111e4e116ff0c274f47be71805 | /sources/com/google/android/gms/internal/ads/zzaap.java | 4ac453dc7f65df07c5bb33d7be63c4be95cdb5c7 | [
"MIT"
] | permissive | Minionguyjpro/Ghostly-Skills | 18756dcdf351032c9af31ec08fdbd02db8f3f991 | d1a1fb2498aec461da09deb3ef8d98083542baaf | refs/heads/Android-OS | 2022-07-27T19:58:16.442419 | 2022-04-15T07:49:53 | 2022-04-15T07:49:53 | 415,272,874 | 2 | 0 | MIT | 2021-12-21T10:23:50 | 2021-10-09T10:12:36 | Java | UTF-8 | Java | false | false | 948 | java | package com.google.android.gms.internal.ads;
import android.content.Intent;
import android.os.Bundle;
import android.os.IInterface;
import android.os.RemoteException;
import com.google.android.gms.dynamic.IObjectWrapper;
public interface zzaap extends IInterface {
void onActivityResult(int i, int i2, Intent inten... | [
"[email protected]"
] | |
25c0a6910249dc1ed88a63b710de8ab92204e733 | 3d8ad313e8bee83e81b729ee7e95a34014bdcc45 | /app/src/main/java/com/example/mobilprogramlamaodev2/utils/ConstantUtil.java | 62e3b0f1d9caa81724e618b8d58877ccb6b5dddd | [] | no_license | G1NF/MobilOdev2 | f78851b9290ba9d151e340adecc43b74dbaff867 | 6c9d7416e9e78b1fdfd998045d18eee5606544ec | refs/heads/master | 2022-04-18T18:33:39.668826 | 2020-04-17T19:12:27 | 2020-04-17T19:12:27 | 256,583,834 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 487 | java | package com.example.mobilprogramlamaodev2.utils;
public class ConstantUtil {
public static final String NAME = "password";
public static final String PASSWORD = "password";
public static final String PIC_PATH = "pic_path";
public static final String AGE = "age";
public static final String WEIGHT = ... | [
"aaa"
] | aaa |
0e9597a209369adfd0f47ee47a93a567cf567361 | 285f3ac40bf51d2b7ab59cd6aab24ba080ccfd9f | /sparqlify-core/src/main/java/mapping/ExceptionUtils.java | 4d8bd046c633927014c4359cd82162ea1f8b4284 | [
"Apache-2.0"
] | permissive | sbrunk/Sparqlify | cbdf846c8e9e0e57577a945ceb1a7ea88a4e62bd | e2a7a477a1105dfac05af674a3b615c31315e128 | refs/heads/master | 2021-01-16T20:36:50.875519 | 2013-01-07T15:14:15 | 2013-01-07T15:14:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,451 | java | package mapping;
import static com.google.common.collect.Lists.newArrayList;
import static com.google.common.collect.Sets.newHashSet;
import java.io.PrintWriter;
import java.io.StringWriter;
import java.util.List;
import java.util.Set;
/**
* This code is based on
* http://squirrelsewer.blogspot.com/2010/03/filter-... | [
"[email protected]"
] | |
0cbeef1b18faf17eaaee8fcb75edd7e23dc8e391 | 5cd2bfafae832b7258c9c6dd7eb31eed53dcf95d | /jeeplus-test/src/main/java/com/jeeplus/modules/test/treetable/dialog/service/Car1Service.java | a85463d188d57407ea34defed206af6402ba040f | [] | no_license | PinPinErKeJi/qgkj | 44eddb3f33c1a4f276da327b847337b1fcd82b7c | 84a0225ce5756928b7ba939a3df3dfa23125e22e | refs/heads/master | 2022-12-13T07:11:31.805580 | 2019-07-02T07:49:56 | 2019-07-02T07:49:56 | 194,814,379 | 0 | 1 | null | 2022-12-06T00:32:14 | 2019-07-02T07:45:16 | JavaScript | UTF-8 | Java | false | false | 1,107 | java | /**
* Copyright © 2015-2020 <a href="http://www.hzqnwl.com/">qnwl</a> All rights reserved.
*/
package com.jeeplus.modules.test.treetable.dialog.service;
import java.util.List;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.jeeplus.cor... | [
"[email protected]"
] | |
d59218103997826f7b8f7e1c9b6291226930fef5 | f66fc1aca1c2ed178ac3f8c2cf5185b385558710 | /reladomo/src/main/java/com/gs/fw/common/mithra/cacheloader/CacheLoaderManager.java | 3d34ee0dbd037a7c8d1e003877d72fb38d9e2d1b | [
"Apache-2.0",
"BSD-3-Clause",
"MIT",
"LicenseRef-scancode-public-domain"
] | permissive | goldmansachs/reladomo | 9cd3e60e92dbc6b0eb59ea24d112244ffe01bc35 | a4f4e39290d8012573f5737a4edc45d603be07a5 | refs/heads/master | 2023-09-04T10:30:12.542924 | 2023-07-20T09:29:44 | 2023-07-20T09:29:44 | 68,020,885 | 431 | 122 | Apache-2.0 | 2023-07-07T21:29:52 | 2016-09-12T15:17:34 | Java | UTF-8 | Java | false | false | 3,385 | java | /*
Copyright 2016 Goldman Sachs.
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... | [
"[email protected]"
] | |
75a4f7fab666a02865b17eda9ccb6eb7c3f4db3e | 41b7bff6c89777f2c0871dc81e9bd25462eae080 | /src/main/java/com/github/kahlkn/artoria/codec/Unicode.java | 677fbf5dbe45e69eeea69f7115d4b76d099363ee | [
"Apache-2.0"
] | permissive | yh1968684316/artoria | e09a1771d9e75a988108d5f027d2d3867b5e16d8 | 363dedd6f2cb2e7fee471abc481ec5b334bca507 | refs/heads/master | 2020-03-07T21:59:08.010668 | 2018-03-16T14:58:12 | 2018-03-16T14:58:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,454 | java | package com.github.kahlkn.artoria.codec;
import com.github.kahlkn.artoria.util.Assert;
/**
* Unicode encode and decode tools.
* @author Kahle
*/
public class Unicode {
private static final String BACKLASH_U = "\\u";
private static final int RADIX = 16;
public static String encode(String string) {
... | [
"[email protected]"
] | |
e113f8533873871160be5d0ae80f4b937f506f37 | fa9467194718f6997496278b53fb395490ec6c4a | /src/main/java/org/jacop/constraints/DisjointCondVarValue.java | f153b57ea439348fdacccde550bcfabf06af8392 | [] | no_license | valerian-at-pellucid/jacop | 90bbced076a3a8aa3a4ca348a9361580051f6196 | 8fa97c2e32e9b51896c73f6439c783c13574c305 | refs/heads/master | 2021-01-22T07:22:26.281870 | 2014-05-16T17:45:29 | 2014-05-16T17:45:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,864 | java | /**
* DisjointCondVarValue.java
* This file is part of JaCoP.
*
* JaCoP is a Java Constraint Programming solver.
*
* Copyright (C) 2000-2008 Krzysztof Kuchcinski and Radoslaw Szymanek
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General... | [
"[email protected]"
] | |
6fc6072a986dd652f56980483ee453cbaaef8fcf | 7af846ccf54082cd1832c282ccd3c98eae7ad69a | /ftmap/src/main/java/taxi/nicecode/com/ftmap/generated/package_9/Foo124.java | 598fd8c4ebfc12202501056c96ae371d4c741c50 | [] | 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 | 269 | java | package taxi.nicecode.com.ftmap.generated.package_9;
public class Foo124 {
public void foo0(){
new Foo123().foo5();
}
public void foo1(){
foo0();
}
public void foo2(){
foo1();
}
public void foo3(){
foo2();
}
public void foo4(){
foo3();
}
public void foo5(){
foo4();
}
} | [
"1"
] | 1 |
5ffdfa5dbb12d2b576c5c79987ca5ddfc26e981e | 4be72dee04ebb3f70d6e342aeb01467e7e8b3129 | /bin/ext-integration/sap/pointofsale/sapcarintegration/testsrc/de/hybris/platform/sap/sapcarintegration/services/impl/DefaultMultichannelOrderHistoryExtractorServiceTest.java | 8cc518826c668b66b15682b1d40a04098e5d3622 | [] | no_license | lun130220/hybris | da00774767ba6246d04cdcbc49d87f0f4b0b1b26 | 03c074ea76779f96f2db7efcdaa0b0538d1ce917 | refs/heads/master | 2021-05-14T01:48:42.351698 | 2018-01-07T07:21:53 | 2018-01-07T07:21:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,177 | java | package de.hybris.platform.sap.sapcarintegration.services.impl;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import java.util.Date;
import java.util.List;
import javax.annotation.Resource;
import org.apache.olingo.odata2.api.ep... | [
"[email protected]"
] | |
4535cb201e466d83d5fc4d889c649f59f587bb3b | 175604ea752c2c1b932409897862ff56c1f83d05 | /app/src/main/java/com/jiepier/filemanager/event/ItemTotalJunkSizeEvent.java | fd3a1e1f4142fd23a0792862fe67b2242fb49673 | [
"Apache-2.0"
] | permissive | greatyingzi/FileManager | ba6b6ac12cd04a9d388f655e5523351871c77986 | 26fc321da47510044b7851d6c729c86aeefb9c06 | refs/heads/master | 2021-02-04T22:21:30.745659 | 2020-03-10T06:43:07 | 2020-03-10T06:43:07 | 243,715,863 | 0 | 0 | Apache-2.0 | 2020-02-28T08:39:29 | 2020-02-28T08:39:28 | null | UTF-8 | Java | false | false | 635 | java | package com.jiepier.filemanager.event;
/**
* Created by panruijie on 2017/2/22.
* Email : [email protected]
*/
public class ItemTotalJunkSizeEvent {
private int index;
private String totalSize;
public int getIndex() {
return index;
}
public void setIndex(int index) {
this.inde... | [
"[email protected]"
] | |
6c5fa781f3d23f25fedb4f44fb17467126d3eec5 | 31f63618c7f57253140e333fc21bac2d71bc4000 | /maihama-common/src/main/java/org/dbflute/maihama/dbflute/exbhv/MemberSecurityBhv.java | a929db5dc617b712119ee4e3ac9bead20e192fa9 | [
"Apache-2.0"
] | permissive | dbflute-session/memorable-saflute | b6507d3a54dad5e9c67539a9178ff74287c0fe2b | c5c6cfe19c9dd52c429d160264e1c8e30b4d51c5 | refs/heads/master | 2023-03-07T11:02:15.495590 | 2023-02-22T13:20:03 | 2023-02-22T13:20:03 | 50,719,958 | 0 | 1 | null | 2023-02-22T13:20:05 | 2016-01-30T10:26:15 | Java | UTF-8 | Java | false | false | 974 | java | /*
* Copyright 2014-2015 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"[email protected]"
] | |
d91b256a1d1f4f11bfdbc544fa05f07222ac11fc | 78f284cd59ae5795f0717173f50e0ebe96228e96 | /factura-negocio/src/cl/stotomas/factura/negocio/ia_19/copy/copy/copy/TestingFinalTry.java | f19a40b8ae61f300f5d612d1444c42ecf12e7931 | [] | no_license | Pattricio/Factura | ebb394e525dfebc97ee2225ffc5fca10962ff477 | eae66593ac653f85d05071b6ccb97fb1e058502d | refs/heads/master | 2020-03-16T03:08:45.822070 | 2018-05-07T15:29:25 | 2018-05-07T15:29:25 | 132,481,305 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 1,813 | java | package cl.stotomas.factura.negocio.ia_19.copy.copy.copy;
import java.applet.Applet;
import javax.crypto.Cipher;
import javax.crypto.spec.SecretKeySpec;
public class TestingFinalTry {
public static String decryptMessage(final byte[] message, byte[] secretKey)
{
try {
// CÓDIGO VULNERABLE
... | [
"Adriana Molano@DESKTOP-GQ96FK8"
] | Adriana Molano@DESKTOP-GQ96FK8 |
92e10d791b9217769996fc81edd8c70ca1389049 | a590cf3293c9d5f83a880a706e1686f8aede1377 | /Daily Byte/NoDuplicates.java | d9801591155c33b6a969eac19e8e4bb2e4915239 | [] | no_license | pushker-git/LeetCodeTopInterviewQuestions | 168b9f8fc1054807eeba9ee444745dd2b1a74a29 | 43c605e6353575fdef5fcdb20b83c047e284534d | refs/heads/master | 2023-06-16T21:26:11.614311 | 2021-07-10T14:12:34 | 2021-07-10T14:12:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 752 | java | /*
Given a sorted integer array, nums, remove duplicates from the array in-place such that each element only appears once. Once you’ve removed all the duplicates, return the length of the new array.
Note: The values you leave beyond the new length of the array does not matter.
Ex: Given the following nums…
nums = [1,... | [
"[email protected]"
] | |
17689b00db466f34445dc71f1e2415e11727df52 | ed3cb95dcc590e98d09117ea0b4768df18e8f99e | /project_1_1/src/b/d/a/c/Calc_1_1_13022.java | b6750fec3af3022a64594662f50bde47c0768e29 | [] | no_license | chalstrick/bigRepo1 | ac7fd5785d475b3c38f1328e370ba9a85a751cff | dad1852eef66fcec200df10083959c674fdcc55d | refs/heads/master | 2016-08-11T17:59:16.079541 | 2015-12-18T14:26:49 | 2015-12-18T14:26:49 | 48,244,030 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 134 | java | package b.d.a.c;
public class Calc_1_1_13022 {
/** @return the sum of a and b */
public int add(int a, int b) {
return a+b;
}
}
| [
"[email protected]"
] | |
50fea2251e57a10e22ed0147d3fd3e908f64ef5e | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/33/33_77183bdf980ad121c3d94019fb256807e7c40a0f/SpringDataSourceBeanPostProcessor/33_77183bdf980ad121c3d94019fb256807e7c40a0f_SpringDataSourceBeanPostProcessor_t.java | 9201fbfaa63724b328ef4a9c3603af5e062541d4 | [] | 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 | 5,478 | java | /*
* Copyright 2008-2010 by Emeric Vernat
*
* This file is part of Java Melody.
*
* Java Melody 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 3 of the License,... | [
"[email protected]"
] | |
5153691df01a116dcfe98c7a832eadde281cec55 | 50c8fc4641d3d237d4e65afdee63803a1e76c98e | /src/com/fs/starfarer/api/impl/campaign/skills/PlanetaryOperations.java | b24d218993a2fb9227cc9e452158aea62287387b | [] | no_license | jaghaimo/starsector-api | 7e8ea70471f45581c8d337e43b711a68f262f0ed | 5b1af3542e8ce257b2e6efa69e14d63a25746004 | refs/heads/master | 2023-06-07T00:48:29.078933 | 2023-06-01T19:14:30 | 2023-06-01T20:05:31 | 315,633,840 | 2 | 2 | null | 2022-04-20T15:11:11 | 2020-11-24T13:02:20 | Java | UTF-8 | Java | false | false | 4,979 | java | package com.fs.starfarer.api.impl.campaign.skills;
import java.awt.Color;
import com.fs.starfarer.api.campaign.econ.MarketAPI;
import com.fs.starfarer.api.characters.FleetStatsSkillEffect;
import com.fs.starfarer.api.characters.MarketSkillEffect;
import com.fs.starfarer.api.characters.MutableCharacterStatsAPI;... | [
"[email protected]"
] | |
0d9ca01f042bfcc5fcb1ef7ebf343d860f58a2a2 | b39898ac4e47e78142a4d1d87fc67cc5356782ea | /jetlinks-components/relation-component/src/main/java/org/jetlinks/community/relation/service/RelationHandler.java | 3d42ef1bf4618ff90d7d0b752034f1c6069bacc4 | [
"Apache-2.0"
] | permissive | jetlinks/jetlinks-community | 8147b61715786de25f5a5d121daf895bc8bc1bc4 | b0027125ea2c5a1edfe9bbb0c4a6780efce24ebe | refs/heads/master | 2023-08-28T05:14:44.536575 | 2023-08-18T03:50:11 | 2023-08-18T03:50:11 | 231,329,990 | 4,655 | 1,551 | Apache-2.0 | 2023-09-13T06:49:54 | 2020-01-02T07:27:34 | Java | UTF-8 | Java | false | false | 1,062 | java | package org.jetlinks.community.relation.service;
import org.hswebframework.web.crud.events.EntityBeforeDeleteEvent;
import org.jetlinks.community.reference.DataReferenceManager;
import org.jetlinks.community.relation.entity.RelationEntity;
import org.springframework.context.event.EventListener;
import org.springframew... | [
"[email protected]"
] | |
6937b49144497c06340b3ef3ec36ffd8882ff817 | 230ec7c82ba14b6ec340afa3ea0cea2ccc56abe0 | /Documentation/4.0/Samples/java/src/test/java/net/ravendb/Indexes/Boosting.java | b7fdf0fa7eec710762c20760046dadd72b096e9a | [] | no_license | ravendb/docs | 2fd1aec3194132cd636eaa84f6b2859ba00c2795 | 3941a394633556f70b149d92873ee62f538858a1 | refs/heads/master | 2023-08-31T08:14:22.735710 | 2023-08-28T09:13:30 | 2023-08-28T09:13:30 | 961,487 | 79 | 139 | null | 2023-09-14T12:04:02 | 2010-10-04T19:12:52 | JavaScript | UTF-8 | Java | false | false | 2,105 | java | package net.ravendb.Indexes;
import net.ravendb.client.documents.DocumentStore;
import net.ravendb.client.documents.IDocumentStore;
import net.ravendb.client.documents.indexes.AbstractIndexCreationTask;
import net.ravendb.client.documents.indexes.IndexDefinition;
import net.ravendb.client.documents.operations.indexes.... | [
"[email protected]"
] | |
29c4491816e13e24ef33f021ba992cc48b13bc51 | 491c0c290027f371a5840de868677beba96f1c73 | /a-foundation/src/main/java/com/ajjpj/afoundation/collection/immutable/ALongRedBlackTreeSet.java | f54958fba00b398ef77a3714159d8c7d1a5c04e8 | [
"Apache-2.0"
] | permissive | arnohaase/a-foundation | 1c1a2c102ac3cae92f3752da1cc81d2b1d2439a8 | f3eef2ca89d67775f202a4c28140230a6229291e | refs/heads/master | 2023-04-12T13:17:33.865448 | 2016-08-22T00:52:47 | 2016-08-22T00:52:47 | 17,586,846 | 34 | 7 | null | null | null | null | UTF-8 | Java | false | false | 1,303 | java | package com.ajjpj.afoundation.collection.immutable;
import java.util.Arrays;
/**
* @author arno
*/
public class ALongRedBlackTreeSet extends MapAsSetWrapper<Long, ALongRedBlackTreeSet> {
public static ALongRedBlackTreeSet empty () {
return new ALongRedBlackTreeSet (ALongRedBlackTreeMap.<Boolean> empty ... | [
"[email protected]"
] | |
2c894db576131dd504419dcd5e9913c6d2ba9cad | bf5cd2ad1edeb2daf92475d95a380ddc66899789 | /study-day01/asynchronous/src/com/microwu/cxd/asynchronous/server/B.java | 66d60a0dca3eb2fe2640b5db3052de19a7ac0bfa | [] | no_license | MarsGravitation/demo | 4ca7cb8d8021bdc3924902946cc9bb533445a31e | 53708b78dcf13367d20fd5c290cf446b02a73093 | refs/heads/master | 2022-11-27T10:17:18.130657 | 2022-04-26T08:02:59 | 2022-04-26T08:02:59 | 250,443,561 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 759 | java | package com.microwu.cxd.asynchronous.server;
import com.microwu.cxd.asynchronous.callback.CallBack2;
/**
* Description:
* Author: Administration [email protected]
* Date: 2019/4/19 11:09
* Copyright 北京小悟科技有限公司 http://www.microwu.com
* Update History:
* Author ... | [
"[email protected]"
] | |
262a4c6fe4b617c7fd23aba9c1e2112064ec55a8 | 3da0ad0988776c7c471749c34adc863f863142a6 | /iextrading4j-client-rest/src/main/java/pl/zankowski/iextrading4j/client/endpoint/stocks/StocksEndpoint.java | 66f60ec8b6fa19423ab4375442b0271e591aab8b | [
"Apache-2.0"
] | permissive | hpdrago/iextrading4j | b20eea3259f0007daa9975cad2f1331e2f9a7a73 | 0f0d219ba5e19eafdcf4af20c2782f39903d27cb | refs/heads/master | 2021-09-15T00:12:27.053423 | 2017-12-28T11:05:47 | 2017-12-28T11:05:47 | 109,058,093 | 1 | 0 | null | 2017-10-31T22:19:24 | 2017-10-31T22:19:23 | null | UTF-8 | Java | false | false | 974 | java | package pl.zankowski.iextrading4j.client.endpoint.stocks;
import pl.zankowski.iextrading4j.client.endpoint.stocks.request.ChartRequest;
import pl.zankowski.iextrading4j.client.endpoint.stocks.request.NewsRequest;
import pl.zankowski.iextrading4j.api.stocks.*;
import pl.zankowski.iextrading4j.client.endpoint.stocks.req... | [
"[email protected]"
] | |
5590a7228a803ade5504999de4902b5dbc0aacaf | ebdcaff90c72bf9bb7871574b25602ec22e45c35 | /modules/dfp_appengine/src/main/java/com/google/api/ads/admanager/jaxws/v201805/CreativePolicyViolation.java | efbf7dacf07b43975277546f5bdaf49d52c4eb65 | [
"Apache-2.0"
] | permissive | ColleenKeegan/googleads-java-lib | 3c25ea93740b3abceb52bb0534aff66388d8abd1 | 3d38daadf66e5d9c3db220559f099fd5c5b19e70 | refs/heads/master | 2023-04-06T16:16:51.690975 | 2018-11-15T20:50:26 | 2018-11-15T20:50:26 | 158,986,306 | 1 | 0 | Apache-2.0 | 2023-04-04T01:42:56 | 2018-11-25T00:56:39 | Java | UTF-8 | Java | false | false | 5,095 | java | // Copyright 2018 Google LLC
//
// 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 writi... | [
"[email protected]"
] | |
64a9b5b842a120c6a86cec76bb2706e638228367 | 8bb9cbca395976f7bfa56563d772b1456446906e | /jOOQ/src/main/java/org/jooq/WithAsStep18.java | db5372b6fe4a8d76f80d825795d85fedebcb1890 | [
"Apache-2.0"
] | permissive | linqtosql/jOOQ | 2121d3d76b75c4c1721806bf86dbcdc69e710ddf | 5e780aad315f077a3c4e5e9cebc3f9fe2e1a208b | refs/heads/master | 2020-04-10T20:30:59.830292 | 2018-12-10T11:45:42 | 2018-12-10T11:45:42 | 161,270,393 | 0 | 1 | NOASSERTION | 2018-12-11T03:16:01 | 2018-12-11T03:16:01 | null | UTF-8 | Java | false | false | 2,037 | 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 ... | [
"[email protected]"
] | |
b49a0444d6850091983dbbb1f8c44da936f23f65 | 75fdfcd791691b9c50da0a765c3b9592ac250217 | /src/test/java/mr/hadinarimtic/agribank/service/mapper/UserMapperTest.java | 207fae9d7720ce89cb094688d61771d72dcb68a7 | [] | no_license | mockhtar/agribank-app | a65cd000a898ba03de235b167504411a9cce1056 | 1958823f4fed3d5b7ef53d93882a9b5928f1fef9 | refs/heads/main | 2023-06-28T18:40:25.531916 | 2021-08-03T14:30:03 | 2021-08-03T14:30:03 | 392,345,743 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,252 | java | package mr.hadinarimtic.agribank.service.mapper;
import static org.assertj.core.api.Assertions.assertThat;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import mr.hadinarimtic.agribank.domain.User;
import mr.hadinarimtic.agribank.service.dto.AdminUserDTO;
import mr... | [
"[email protected]"
] | |
c1bd1b2b8c6c97cc40045946824497f5bee294df | 8ee060eae1cfa9865687892ef9b57d7b65e81a83 | /01_Basics/01_HelloWorld/app/src/main/java/com/miguelcr/helloworld/MainActivity.java | bd53c1a58f34496fc846e7c925dc409eebf5df64 | [] | no_license | miguelcamposdev/lodz2020 | 7345787785c6708fbe6811c156cb23580e64cf33 | 0ca6d62e8ef779ebdb0302cfbf57bfc9ccc285b8 | refs/heads/master | 2022-04-08T01:17:41.261109 | 2020-01-30T16:35:16 | 2020-01-30T16:35:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 337 | java | package com.miguelcr.helloworld;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activit... | [
"[email protected]"
] | |
6aed05e1b9a053a3713e5d7aae132ede6fea3ed3 | 519de3b9fca2d6f905e7f3498884094546432c30 | /kk-4.x/external/apache-http/src/org/apache/http/HttpRequestFactory.java | 83b267299565484420fd7cf08dbd1ad8451b4ebc | [
"Apache-2.0"
] | permissive | hongshui3000/mt5507_android_4.4 | 2324e078190b97afbc7ceca22ec1b87b9367f52a | 880d4424989cf91f690ca187d6f0343df047da4f | refs/heads/master | 2020-03-24T10:34:21.213134 | 2016-02-24T05:57:53 | 2016-02-24T05:57:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,846 | java | /*
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/HttpRequestFactory.java $
* $Revision: #1 $
* $Date: 2014/10/13 $
*
* ====================================================================
* Licensed to the Apache Software Foundation (ASF) under... | [
"[email protected]"
] | |
3e13a46248350a94b1a94eaf7350db8efa7b58b5 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Chart/3/org/jfree/chart/needle/WindNeedle_drawNeedle_76.java | 5cd99973a4693fcfbf0abacef59c0db71d28c48f | [] | no_license | hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618255 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | null | UTF-8 | Java | false | false | 1,089 | java |
org jfree chart needl
needl wind direct
link org jfree chart plot compass plot compassplot
wind needl windneedl arrow needl arrowneedl
draw needl
param graphic devic
param plot area plotarea plot area
param rotat rotat point
param angl angl
draw needl dr... | [
"[email protected]"
] | |
1c2631d2762d2a99831735b489852b1da5be73ca | b0f4fac76ba921020b05968c6f9baad698b15cb3 | /app/src/main/java/cn/cbdi/AndroidSDK/FileCtlEnum.java | 69acd5a51898a6c4087e2b84651d1717d31a5902 | [] | no_license | goalgate/HuNanInstrument | 68eb13513793e42b6f2b3a3c62e4cf4ceae110a9 | ae32b107834045f3e8aa3d772518d1f6c4a1f525 | refs/heads/master | 2020-07-28T23:28:36.005472 | 2020-06-29T01:42:02 | 2020-06-29T01:42:02 | 209,577,834 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,209 | java | package cn.cbdi.AndroidSDK;
public class FileCtlEnum {
/* File Flag */
public final static int O_ACCMODE = 00000003;
public final static int O_RDONLY = 00000000;
public final static int O_WRONLY = 00000001;
public final static int O_RDWR = 00000002;
public final static int O_CREAT = 00000100;... | [
"[email protected]"
] | |
f7ee62f1ef73d6e798cdc8afdaf450360682d852 | 6be39fc2c882d0b9269f1530e0650fd3717df493 | /weixin反编译/sources/com/tencent/mm/boot/svg/a/a/vo.java | 6d87dcf9430dfebfa1f9e2fe801bf9e150eaecc7 | [] | no_license | sir-deng/res | f1819af90b366e8326bf23d1b2f1074dfe33848f | 3cf9b044e1f4744350e5e89648d27247c9dc9877 | refs/heads/master | 2022-06-11T21:54:36.725180 | 2020-05-07T06:03:23 | 2020-05-07T06:03:23 | 155,177,067 | 5 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,848 | java | package com.tencent.mm.boot.svg.a.a;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.Paint.Cap;
import android.graphics.Paint.Join;
import android.graphics.Paint.Style;
import android.graphics.Path;
import android.os.Looper;
import com.tencent.mm.svg.WeChatSVGRenderC2Java;
import... | [
"[email protected]"
] | |
fd3f3e75715ea39f7303ced4b2e218dfc47c2cf5 | ab0706034033e069f9fb0b0e1102a1c9f8e7be47 | /src/main/java/com/codeborne/selenide/testng/TextReport.java | 541199b2547e90f1eddeb98aa443b87b4ac63ffb | [
"MIT"
] | permissive | yavlanskiy/selenide | 67b6d97454bc9f747f1b9fb66a02e5fff9b0765d | d09a7433f6dcffec04a8b0b620e928a39b65027a | refs/heads/master | 2021-01-09T09:01:24.926110 | 2016-01-25T15:01:44 | 2016-01-25T15:01:44 | 56,587,434 | 1 | 0 | null | 2016-04-19T10:25:31 | 2016-04-19T10:25:30 | null | UTF-8 | Java | false | false | 806 | java | package com.codeborne.selenide.testng;
import com.codeborne.selenide.logevents.SimpleReport;
import org.testng.ITestResult;
import org.testng.reporters.ExitCodeListener;
/**
* Annotate your test class with {@code @Listeners({ TextReport.class})}
* @since Selenide 2.25
*/
public class TextReport extends ExitCodeLis... | [
"[email protected]"
] | |
45da8978d9064a047e411e0746aaacae1dc4ae74 | 1ca86d5d065372093c5f2eae3b1a146dc0ba4725 | /httpclient-simple/src/test/java/com/surya/httpclient/HttpClientPostingLiveTest.java | 5da18271a063e0e4c3705b289a838ea1f7f7133a | [] | no_license | Suryakanta97/DemoExample | 1e05d7f13a9bc30f581a69ce811fc4c6c97f2a6e | 5c6b831948e612bdc2d9d578a581df964ef89bfb | refs/heads/main | 2023-08-10T17:30:32.397265 | 2021-09-22T16:18:42 | 2021-09-22T16:18:42 | 391,087,435 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 6,385 | java | package com.surya.httpclient;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.NameValuePair;
import org.apache.http.auth.AuthenticationException;
import org.apache.http.auth.UsernamePasswordCredentials;
import org.apache.http.client.entity.UrlEncodedFormEntity;
import org... | [
"[email protected]"
] | |
3ef7d1cf0b8151755ac86bbe63f04d8abc067b57 | 7653e008384de73b57411b7748dab52b561d51e6 | /SrcGame/dwo/scripts/ai/player/DoDie.java | fc1f6a0597e78202f4e2ffa0881bb123d5054ab9 | [] | no_license | BloodyDawn/Ertheia | 14520ecd79c38acf079de05c316766280ae6c0e8 | d90d7f079aa370b57999d483c8309ce833ff8af0 | refs/heads/master | 2021-01-11T22:10:19.455110 | 2017-01-14T12:15:56 | 2017-01-14T12:15:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 339 | java | package dwo.scripts.ai.player;
import dwo.gameserver.engine.hookengine.HookType;
import dwo.gameserver.model.world.quest.Quest;
public class DoDie extends Quest
{
public DoDie(String name, String desc)
{
super(name, desc);
addEventId(HookType.ON_DIE);
}
public static void main(String[] args)
{
new DoDie("... | [
"[email protected]"
] | |
6c02bd13636f5295a49ea4f747900f4592c4f83a | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_aefb33b994f39f8cf264ce3e0c88d3873f4317a7/ItineraryAssignmentTest/2_aefb33b994f39f8cf264ce3e0c88d3873f4317a7_ItineraryAssignmentTest_s.java | 040189dc727759326b3c47aeb74a3da8c20a25b5 | [] | 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 | 5,111 | java | package org.drools.planner.examples.ras2012.model;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.Map;
import org.drools.planner.examples.ras2012.ProblemSolution;
import org.junit.Assert;
import org.junit.Test;
import org.junit.runners.Parameterized.Para... | [
"[email protected]"
] | |
b2cb8800be69410fd78c9374af67bc2e2c953596 | a869070931dc0156c339eb0952d749afa0f168e3 | /src/main/java/com/mytests/micronaut/data/Tab3.java | 30a55a0af39ebc54246350f1fdf309d98f5b06ac | [] | no_license | jb-tester/micronaut-jpa-rx | d46aee8773be6c8b6f62934b4c0f021366c639f6 | 6d6352dae9e113ba964ea77a87fe6515903e4682 | refs/heads/master | 2023-07-19T04:10:42.894797 | 2021-09-08T15:40:08 | 2021-09-08T15:40:08 | 404,400,958 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,187 | java | package com.mytests.micronaut.data;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
/**
* *
* <p>Created by irina on 07.09.2021.</p>
* <p>Project: micronaut-r2dbc-rx</p>
* *
*/
@Entity
public class Tab3 {
@Id
@GeneratedValue
int id;
String ... | [
"[email protected]"
] | |
eefe577ad4a3e0398a5f4f5c07bd2c81cf5173d3 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_241fbb539c6ce69dc15de39a7c633510f3aca2a7/DefaultCompiledTemplatesHolder/2_241fbb539c6ce69dc15de39a7c633510f3aca2a7_DefaultCompiledTemplatesHolder_s.java | b9fa91574180c6c40dbaa26268129ffb42f01107 | [] | 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,204 | java | package pl.matisoft.soy.holder;
import java.io.IOException;
import java.net.URL;
import java.util.Collection;
import com.google.common.base.Optional;
import com.google.common.base.Preconditions;
import com.google.template.soy.tofu.SoyTofu;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import or... | [
"[email protected]"
] | |
14011431a0d5cfe843055a457d33c4d0b796eba6 | 54c1dcb9a6fb9e257c6ebe7745d5008d29b0d6b6 | /app/src/main/java/com/p118pd/sdk/AbstractC6333illiL.java | 3eef3fdb2671e5979ff00d51d7d5db98d4739627 | [] | no_license | rcoolboy/guilvN | 3817397da465c34fcee82c0ca8c39f7292bcc7e1 | c779a8e2e5fd458d62503dc1344aa2185101f0f0 | refs/heads/master | 2023-05-31T10:04:41.992499 | 2021-07-07T09:58:05 | 2021-07-07T09:58:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 643 | java | package com.p118pd.sdk;
import java.io.IOException;
/* renamed from: com.pd.sdk.illiL reason: case insensitive filesystem */
public interface AbstractC6333illiL {
C11iil OooO00o() throws IOException;
/* renamed from: OooO00o reason: collision with other method in class */
AbstractC9429Il m17395OooO00o(... | [
"[email protected]"
] | |
7fc26f7445d32152a3392f1b66ca7b13eb5ae787 | 58da62dfc6e145a3c836a6be8ee11e4b69ff1878 | /src/main/java/com/alipay/api/response/AlipayFundCouponOrderPagePayResponse.java | ad100480de7d1cbeaf902ea2142d8659c808d3bc | [
"Apache-2.0"
] | permissive | zhoujiangzi/alipay-sdk-java-all | 00ef60ed9501c74d337eb582cdc9606159a49837 | 560d30b6817a590fd9d2c53c3cecac0dca4449b3 | refs/heads/master | 2022-12-26T00:27:31.553428 | 2020-09-07T03:39:05 | 2020-09-07T03:39:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,335 | java | package com.alipay.api.response;
import java.util.Date;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.fund.coupon.order.page.pay response.
*
* @author auto create
* @since 1.0, 2019-01-07 20:51:15
*/
public class AlipayFundCouponOrd... | [
"[email protected]"
] | |
41ee10643966916c539edebba4c6ce77c4b5b893 | 0e7f18f5c03553dac7edfb02945e4083a90cd854 | /src/main/resources/jooqgen/.../src/main/java/com/br/sp/posgresdocker/model/jooq/pg_catalog/routines/BitLength3.java | 1a9ff9cca368161836c421fdaa2560d5f86e4cad | [] | no_license | brunomathidios/PostgresqlWithDocker | 13604ecb5506b947a994cbb376407ab67ba7985f | 6b421c5f487f381eb79007fa8ec53da32977bed1 | refs/heads/master | 2020-03-22T00:54:07.750044 | 2018-07-02T22:20:17 | 2018-07-02T22:20:17 | 139,271,591 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | true | 1,725 | java | /*
* This file is generated by jOOQ.
*/
package com.br.sp.posgresdocker.model.jooq.pg_catalog.routines;
import com.br.sp.posgresdocker.model.jooq.pg_catalog.PgCatalog;
import javax.annotation.Generated;
import org.jooq.Field;
import org.jooq.Parameter;
import org.jooq.impl.AbstractRoutine;
/**
* This class is ... | [
"[email protected]"
] | |
8788df2d45d8133bd7ea9f5a8c8442515094d437 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/16/16_6e57ce3afd2da3efd0e10b10df14e390ffbdf897/EncodingManipulator/16_6e57ce3afd2da3efd0e10b10df14e390ffbdf897_EncodingManipulator_s.java | d029d43a75ac2ab10b939095d69ca541c9943f7e | [] | 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,721 | java | package de.fu_berlin.inf.dpp.preferences;
import org.apache.log4j.Logger;
import org.eclipse.core.resources.IProject;
import org.eclipse.core.runtime.CoreException;
import org.picocontainer.annotations.Nullable;
import de.fu_berlin.inf.dpp.util.BlockingProgressMonitor;
import de.fu_berlin.inf.dpp.util.StateC... | [
"[email protected]"
] | |
edaf1a7b4a2d12cf170b605df55ffce73dde743a | a5f1da80efdc5ae8dfda2e18af2a1042e2ff9234 | /src/com/cyb/thread/localthread/ClientThread.java | 96a73bdf87c0a27c3475acee160146ee305ccf52 | [] | no_license | iechenyb/sina1.0 | fb2b7b9247c7f6504e10d8301ee581a3b960bac2 | aac363143e920a418f0cc3a8e3cadcb91cdb3acf | refs/heads/master | 2021-05-23T04:47:39.852726 | 2020-05-15T00:32:27 | 2020-05-15T00:32:27 | 81,402,063 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 408 | java | package com.cyb.thread.localthread;
public class ClientThread extends Thread {
private SequenceA sequence;
public ClientThread(SequenceA sequence) {
this.sequence = sequence;
}
@Override
public void run() {
for (int i = 0; i < 3; i++) {
System.out.println... | [
"[email protected]"
] | |
b58ec7135b9adf1cec258170881d521b4dd66f54 | 4abd603f82fdfa5f5503c212605f35979b77c406 | /html/Programs/hw8/12af4313c0ee2d79552a8f9e6e173201/Clustering.java | 4176e6348af3abe25b6f8496d74cf961bfeb695d | [] | no_license | dn070017/1042-PDSA | b23070f51946c8ac708d3ab9f447ab8185bd2a34 | 5e7d7b1b2c9d751a93de9725316aa3b8f59652e6 | refs/heads/master | 2020-03-20T12:13:43.229042 | 2018-06-15T01:00:48 | 2018-06-15T01:00:48 | 137,424,305 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,316 | java | import java.io.BufferedReader;
import java.io.FileReader;
import java.util.Random;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
//import edu.princeton.cs.algs4.Point2D;
//import edu.princeton.cs.algs4.MaxPQ;
public class Clustering {
public static void main(String[] a... | [
"[email protected]"
] | |
db303c24e335993125679d60d1ee1d6d60d7964f | 49546d8dface7c6f55e2658d6c5286bbbbfb153a | /com/google/api/client/repackaged/com/google/common/base/Joiner$1.java | 6b13279c89982aa6851f94865192ab77a3a69ba8 | [
"MIT"
] | permissive | XeonLyfe/Backdoored-1.7-Deobf-Source-Leak | 257901da437959bbdb976025e1ff1057f98c49f1 | 942bb61216fbb47f7909372d5c733e13d103e0ed | refs/heads/master | 2022-03-18T17:09:16.301479 | 2019-11-18T01:42:56 | 2019-11-18T01:42:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 787 | java | package com.google.api.client.repackaged.com.google.common.base;
import javax.annotation.Nullable;
class Joiner$1 extends Joiner {
// $FF: synthetic field
final String val$nullText;
// $FF: synthetic field
final Joiner this$0;
Joiner$1(Joiner var1, Joiner x0, String var3) {
super(x0, (Joiner$1)n... | [
"[email protected]"
] | |
9b35b951a0010f1be4e4a7396c365f8c971d34cd | ab7857781114ff7bf28c0549ff53df541bb8b51a | /epicamsync/src/main/java/org/imogene/epicam/domain/entity/backup/PatientBck.java | 7303ea417e64e810b3ed348a42468bc735976e20 | [] | no_license | ummiscolirima/epicam_tb | e367eeebb02e69060fc435ac43b4ef6e58af090a | df0faf27cebcce49888485eb6481bfe4ed4a8658 | refs/heads/master | 2021-01-10T02:02:38.000112 | 2015-11-01T23:23:03 | 2015-11-01T23:23:03 | 45,359,211 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,939 | java | package org.imogene.epicam.domain.entity.backup;
import java.util.Date;
import javax.persistence.AttributeOverride;
import javax.persistence.AttributeOverrides;
import javax.persistence.Column;
import javax.persistence.Embedded;
import javax.persistence.Entity;
import javax.persistence.Table;
import javax.persistence... | [
"[email protected]"
] | |
dbd115038a4c4d787b14db69edef434ef6d1e11f | d8a0745524f7e07acab23be196bfe58c13e76784 | /src/main/java/af/gov/anar/assetmanagement/sample/repository/SampleEntityRepository.java | 39581a6ba86f4b70b48142581d71c87d60cd6c24 | [] | no_license | asr-registry/assetmanagement | def4c7e4ea103ac962803af4c5d3ee7808f24948 | c640a4c80b13a06c50cf9ca3554f45bfb7ce81cb | refs/heads/master | 2020-12-20T16:30:38.477431 | 2020-01-25T08:56:17 | 2020-01-25T08:56:17 | 236,138,117 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 329 | java | package af.gov.anar.assetmanagement.sample.repository;
import af.gov.anar.assetmanagement.sample.model.SampleEntity;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface SampleEntityRepository extends JpaRepository<SampleEntity, L... | [
"[email protected]"
] | |
f654fbeb99b40585ff9c370cc3bae872ea857c48 | 287c890c759181789c0e59e5c580ce51cb8a8a67 | /core/src/main/java/org/transcendencej/jni/NativeFutureCallback.java | 7cda11555adc75708bdfb1d7e57f758e0a6fd5ee | [
"MIT",
"Apache-2.0"
] | permissive | phoenixkonsole/transcendencej | 4ce43a73f66d122c6ffd5cbda94805bc379d20fa | ab450741d6676ef1770d5b6689ce4ca9e993f04f | refs/heads/master | 2020-04-28T15:36:14.447538 | 2019-10-23T17:28:03 | 2019-10-23T17:28:03 | 175,380,859 | 0 | 3 | NOASSERTION | 2019-10-23T17:28:04 | 2019-03-13T08:45:58 | Java | UTF-8 | Java | false | false | 1,142 | java | /*
* Copyright 2013 Google 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 or agreed to i... | [
"[email protected]"
] | |
d9ed35e44b17e25f3eb2866e3d364d767ca5c322 | fe1b82b3d058231d94ea751ead87603e9e1e7723 | /pms/src/main/java/com/axboot/pms/controllers/CKEditorController.java | 14552a0c2fa415fde9e1c739c3851f9d0fe8355a | [] | no_license | designreuse/projects | c5bf6ede5afd08be6804270ac24eaf07dcfd7fef | d4149db321840371d82a61adf927f68f8ac107cb | refs/heads/master | 2020-08-12T07:13:36.738560 | 2019-04-10T07:07:42 | 2019-04-10T07:07:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,174 | java | package com.axboot.pms.controllers;
import com.axboot.pms.domain.file.CKEditorUploadResponse;
import com.axboot.pms.domain.file.CommonFile;
import com.axboot.pms.domain.file.CommonFileService;
import com.axboot.pms.domain.file.UploadParameters;
import com.chequer.axboot.core.controllers.BaseController;
import org.apac... | [
"kwpark@localhost"
] | kwpark@localhost |
3117c27ddb388ae4ee903f8c4d1886e2225ca76a | be84b875b5d9df7a3b7d196253f01722afd80a68 | /springboot_mybatis/src/main/java/com/example/demo/mapper/UserMapper.java | 3b038146c8f65fc0c2906ab242f14facf7bf8f4e | [] | no_license | zhiguangg/SpringBoot-Bybatis-JUnit-or-SpringBoot-JPA-JUnit-Redis | b771c06813347f33ce4df11f475fbba1570dd94d | ee64c3f035ced8bce9db25606c55114be6b1c309 | refs/heads/master | 2022-04-28T04:46:22.650277 | 2020-04-28T16:36:43 | 2020-04-28T16:36:43 | 258,006,517 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 221 | java | package com.example.demo.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Mapper;
import com.example.demo.domain.User;
@Mapper
public interface UserMapper {
public List<User> queryUserList();
}
| [
"[email protected]"
] | |
17afb7f65d20530dc77ecb8ccf505c432dde959a | eeffa8e086068b3b1986b220a1a158de902a7ac1 | /architecture/src/main/java/com/kunminx/architecture/ui/layout_manager/WrapContentStaggeredGridLayoutManager.java | b88068a06f7879230b2f4bcc41d5942278f93701 | [
"Apache-2.0"
] | permissive | yangyugee/Jetpack-MVVM-Best-Practice | cc81a41c7122ac7302c95948aeb58c556172cf36 | 6b69074580a920aca6e5abb5b0e4c1363d76455c | refs/heads/master | 2023-07-07T08:57:15.101098 | 2020-07-18T17:25:36 | 2020-07-18T17:25:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,552 | java | /*
* Copyright 2018-2020 KunMinX
*
* 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]"
] | |
2f8ce964822c0731bd36adf8aa2cb11d32102282 | b4b161c350ad7381e8d262312098fae81a08ace4 | /ch-server-base/src/main/java/com/zifangdt/ch/base/dto/quote/BillScheme.java | e75090b00e87762b3f72682e6082582fed66e7cc | [] | no_license | snailhu/CRM | 53cfec167ddd4040487bdbb6e5b73554c80865a1 | e481fed1be654959b8ab053bd34ef79bbd2a79f9 | refs/heads/master | 2020-03-09T22:59:03.040725 | 2018-04-11T07:06:53 | 2018-04-11T07:07:01 | 129,047,954 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,174 | java | package com.zifangdt.ch.base.dto.quote;
import java.util.Date;
public class BillScheme {
private Long id;
private Long quoteBillId;
private String schemeName;
private String designImgurl;
private String description;
private Long designerId;
private String designerName;
private ... | [
"[email protected]"
] | |
e85b6f74f82367ba1374c83681d74b8de41ac538 | 4aa90348abcb2119011728dc067afd501f275374 | /app/src/main/java/com/tencent/mm/plugin/appbrand/widget/c$2.java | d536ef29d70bbfa08744334b2b424c8099431d13 | [] | no_license | jambestwick/HackWechat | 0d4ceb2d79ccddb45004ca667e9a6a984a80f0f6 | 6a34899c8bfd50d19e5a5ec36a58218598172a6b | refs/heads/master | 2022-01-27T12:48:43.446804 | 2021-12-29T10:36:30 | 2021-12-29T10:36:30 | 249,366,791 | 0 | 0 | null | 2020-03-23T07:48:32 | 2020-03-23T07:48:32 | null | UTF-8 | Java | false | false | 376 | java | package com.tencent.mm.plugin.appbrand.widget;
import android.view.View;
import android.view.View.OnClickListener;
class c$2 implements OnClickListener {
final /* synthetic */ c jUG;
public c$2(c cVar) {
this.jUG = cVar;
}
public final void onClick(View view) {
this.jUG.lR(c.b(this.j... | [
"[email protected]"
] | |
dd775acc9956492a31e704d1064462b77e2336d9 | dbc6ff39c4777a6afe65086e501979136c75a9ac | /app/src/main/java/net/doyouhike/app/bbs/biz/openapi/request/tags/UserTagsPut.java | 46ad841a3d14943c781981db063d5b5b765103e5 | [] | no_license | dongodngtang/jianghu_android | 9aef38bf2272b9ef500a1f87e3fa902f16b065e0 | 484d4f6e58adec61dd4e602e511b5c3ef86f5575 | refs/heads/master | 2021-05-10T07:50:45.068221 | 2018-01-25T04:09:51 | 2018-01-25T04:09:51 | 118,858,323 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,041 | java | package net.doyouhike.app.bbs.biz.openapi.request.tags;
import com.google.gson.annotations.Expose;
import com.yolanda.nohttp.RequestMethod;
import net.doyouhike.app.bbs.biz.newnetwork.model.base.BasePostRequest;
import net.doyouhike.app.bbs.biz.newnetwork.model.bean.BaseTag;
import net.doyouhike.app.bbs.biz.openapi.O... | [
"[email protected]"
] | |
32ec3109c79252aea8e90e18c7291f205771d184 | e82c1473b49df5114f0332c14781d677f88f363f | /MED-CLOUD/med-data/src/main/java/nta/med/data/dao/medi/xrt/Xrt0202Repository.java | b67f3532b6638a6e54361cc2b731a61422d2d049 | [] | no_license | zhiji6/mih | fa1d2279388976c901dc90762bc0b5c30a2325fc | 2714d15853162a492db7ea8b953d5b863c3a8000 | refs/heads/master | 2023-08-16T18:35:19.836018 | 2017-12-28T09:33:19 | 2017-12-28T09:33:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,448 | java | package nta.med.data.dao.medi.xrt;
import nta.med.core.domain.xrt.Xrt0202;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Modifying;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.query.Param;
import org.sp... | [
"[email protected]"
] | |
edc2924c56e17455c456ae5079cef8d52b38b164 | 23d21d575da06d8a0f0c3a266915df321b5154eb | /templates/reactive-systems/lines-sample-api/src/main/java/lines/module/sample/repository/BoardRepository.java | bac36067bf3b51cbe95bdb322dfdeec21903bc68 | [] | no_license | keepinmindsh/sample | 180431ce7fce20808e65d885eab1ca3dca4a76a9 | 4169918f432e9008b4715f59967f3c0bd619d3e6 | refs/heads/master | 2023-04-30T19:26:44.510319 | 2023-04-23T12:43:43 | 2023-04-23T12:43:43 | 248,352,910 | 4 | 0 | null | 2023-03-05T23:20:43 | 2020-03-18T22:03:16 | Java | UTF-8 | Java | false | false | 688 | java | package lines.module.sample.repository;
import lines.module.sample.model.Board;
import org.springframework.stereotype.Repository;
import reactor.core.publisher.Mono;
import java.util.List;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
@Repository
public class BoardRepository {
private long... | [
"[email protected]"
] | |
65bcc725022ddfe788bd0f92fa5089946b80d601 | e465358040c4de9d5dc9a3e1e08fa4eb27547810 | /asterixdb/asterix-app/src/test/java/edu/uci/ics/asterix/test/aql/AQLTestCase.java | 2236f492d725260286c7d10c4ffbce5cebe9c6ed | [] | no_license | zhaosheng-zhang/cdnc | 84ff7511b57c260e070fc0f3f1d941f39101116e | bc436a948ab1a7eb5df9857916592c7e7b39798c | refs/heads/master | 2016-08-04T18:43:31.480569 | 2013-10-15T17:29:04 | 2013-10-15T17:29:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,457 | java | /*
* Copyright 2009-2013 by The Regents of the University of California
* 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 from
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless... | [
"[email protected]"
] | |
90927a70e5160036d0bd1a27c927a723e95b2778 | 09ca502b44715c987b65fc3e06d41e60d4d08bc0 | /bonita-tests/src/main/java/org/ow2/bonita/facade/rest/httpurlconnection/api/RESTHttpURLConnectionCommandAPI.java | d62c3b0a3f49d3b1d093d245c25b496a31bbd857 | [] | no_license | fivegg/bbonita-runtime-5-10-1 | 29b51fe1fd18c7307809c50c28f3a33aab63786d | 585aa4ca3cf14771f03d087cfb82237aff99897d | refs/heads/master | 2016-09-05T09:47:31.631120 | 2013-12-20T03:03:11 | 2013-12-20T03:03:11 | 14,005,787 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,490 | java | /**
* Copyright (C) 2010 BonitaSoft S.A.
* BonitaSoft, 31 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.
* Thi... | [
"[email protected]"
] | |
d828e25a5f9425b9987bb8598832592a31be085c | 082e26b011e30dc62a62fae95f375e4f87d9e99c | /docs/weixin_7.0.4_source/反编译源码/反混淆后/src/main/java/com/google/android/gms/internal/measurement/zzkj.java | a8ddf01e11b14b4e2a5f5f5251832895b4aeb049 | [] | no_license | xsren/AndroidReverseNotes | 9631a5aabc031006e795a112b7ac756a8edd4385 | 9202c276fe9f04a978e4e08b08e42645d97ca94b | refs/heads/master | 2021-04-07T22:50:51.072197 | 2019-07-16T02:24:43 | 2019-07-16T02:24:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,802 | java | package com.google.android.gms.internal.measurement;
import com.tencent.matrix.trace.core.AppMethodBeat;
import com.tencent.p177mm.plugin.appbrand.jsapi.JsApiGetABTestConfig;
public final class zzkj extends zzaby<zzkj> {
private static volatile zzkj[] zzasl;
public String name;
public Boolean zzasm;
p... | [
"[email protected]"
] | |
641c5090090d642f96debc6b1bb8edd63f8a63a3 | 6d109557600329b936efe538957dfd0a707eeafb | /src/com/google/api/ads/dfp/v201311/CustomTargetingValueAction.java | b0d1f01a9ee6a2e3101b221c5de0d57abd7ef506 | [
"Apache-2.0"
] | permissive | google-code-export/google-api-dfp-java | 51b0142c19a34cd822a90e0350eb15ec4347790a | b852c716ef6e5d300363ed61e15cbd6242fbac85 | refs/heads/master | 2020-05-20T03:52:00.420915 | 2013-12-19T23:08:40 | 2013-12-19T23:08:40 | 32,133,590 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,070 | java | /**
* CustomTargetingValueAction.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package com.google.api.ads.dfp.v201311;
/**
* Represents the actions that can be performed on {@link CustomTargetingValue}
* objects.
*/
public abstract ... | [
"[email protected]@e5600b00-1bfd-11df-acd4-e1cde50d4098"
] | [email protected]@e5600b00-1bfd-11df-acd4-e1cde50d4098 |
bf0d42e658c7cf642d43f206827df4a8e6d8f3a5 | b67dc1ca27ecdfc5996dead4ca139cdd5db11756 | /app/src/main/java/com/zzu/fixedassets/service/ServiceStore.java | d254196afbbb0a0f8b291c450b637edab6443964 | [] | no_license | Mersens/fixedassets | 58225e70f900ff925d18edae428f16db59adaa69 | b7e1ae7e548840c4956c63408b08b90f1944a7fb | refs/heads/master | 2021-01-11T13:43:31.435013 | 2017-06-22T10:09:24 | 2017-06-22T10:09:24 | 95,102,411 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 892 | java | package com.zzu.fixedassets.service;
import com.zzu.fixedassets.entity.ResultsEntity;
import io.reactivex.Observable;
import okhttp3.ResponseBody;
import retrofit2.http.GET;
import retrofit2.http.Headers;
import retrofit2.http.POST;
import retrofit2.http.Path;
import retrofit2.http.Url;
/**
* Created by Mersens on ... | [
"[email protected]"
] | |
b91721740d4cc1bd6dcae7288b2d5f7d2783902c | 8e9e10734775849c1049840727b63de749c06aae | /src/java/com/webify/shared/edi/model/hipaa837i/beans/SegmentNM1_4.java | 65d371730a0085c748b792b94c84a59cd0c1333b | [] | no_license | mperham/edistuff | 6ee665082b7561d73cb2aa49e7e4b0142b14eced | ebb03626514d12e375fa593e413f1277a614ab76 | refs/heads/master | 2023-08-24T00:17:34.286847 | 2020-05-04T21:31:42 | 2020-05-04T21:31:42 | 261,299,559 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,498 | java | package com.webify.shared.edi.model.hipaa837i.beans;
import com.webify.shared.edi.model.*;
import java.io.*;
import java.util.*;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
/*
* AUTOGENERATED FILE - DO NOT EDIT!!!
*/
public class SegmentNM1_4 implements EDIElement... | [
"[email protected]"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.