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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0ab64c273ddbb270f5cdfe0f4dc6634a30392268 | 69a4f2d51ebeea36c4d8192e25cfb5f3f77bef5e | /methods/Method_14872.java | 6f975f43581609eba70a6f2f010892f4bc702e1b | [] | no_license | P79N6A/icse_20_user_study | 5b9c42c6384502fdc9588430899f257761f1f506 | 8a3676bc96059ea2c4f6d209016f5088a5628f3c | refs/heads/master | 2020-06-24T08:25:22.606717 | 2019-07-25T15:31:16 | 2019-07-25T15:31:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 158 | java | @Override public void onDragBottom(boolean rightToLeft){
if (rightToLeft) {
SettingUtil.restoreDefault();
initData();
return;
}
finish();
}
| [
"sonnguyen@utdallas.edu"
] | sonnguyen@utdallas.edu |
01bc287711b77bb25c50a5654ef2b9860baf6d64 | 4881186576e35e46f03182ec91d60c4078c84471 | /src/main/java/com/fayayo/study/juc/cache/CacheV4.java | 298f8cffb57d0b254ee6881e377f655fb861e624 | [] | no_license | lizu18xz/study | 6adc45cbb0e9f4e694e4ae6865ba675a8231c364 | dc680f1f781bc9cc2acf6ee717d7dea51161007e | refs/heads/master | 2022-07-04T13:36:39.936825 | 2020-03-01T07:18:50 | 2020-03-01T07:18:50 | 150,547,064 | 0 | 1 | null | 2022-06-20T22:54:03 | 2018-09-27T07:30:39 | Java | UTF-8 | Java | false | false | 2,467 | java | package com.fayayo.study.juc.cache;
import com.fayayo.study.juc.cache.compute.Computable;
import com.fayayo.study.juc.cache.compute.ExpensiveFunction;
import java.util.concurrent.Callable;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.Future;
import java.util.concurrent.FutureTask;
/**
... | [
"535733495@qq.com"
] | 535733495@qq.com |
95bf91dd23aba680f76bea5207faa00ff705b86b | 8b35595039bb04f5545e53aead05a60e01faba0f | /src/test/java/fr/brouillard/oss/jgitver/strategy/maven/others/Scenario13GitflowWithNonQualifierAndPartialNameTest.java | 5096cd7953dc08b10aaee3063685bc229d8ab105 | [
"Apache-2.0"
] | permissive | djarosz/jgitver | e8c47fbd6343871be7a386d5e55aa8880c645474 | af9cd4f59c1402cc67bd146d74ebf295c5b55880 | refs/heads/master | 2020-03-31T00:34:54.428890 | 2018-11-01T11:03:04 | 2018-11-01T11:03:04 | 151,746,082 | 0 | 0 | Apache-2.0 | 2018-10-05T16:03:37 | 2018-10-05T16:03:48 | null | UTF-8 | Java | false | false | 4,030 | java | /**
* Copyright (C) 2016 Matthieu Brouillard [http://oss.brouillard.fr/jgitver] (matthieu@brouillard.fr)
*
* 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.o... | [
"matthieu@brouillard.fr"
] | matthieu@brouillard.fr |
ae4db2fcb36a1c717651fea8e718337e479d0312 | f3d48fc31d73f8e10ca0e987e77055496dc3f3c7 | /src/main/java/com/ddlab/rnd/repository/one2many1/PostComment.java | ca554cbb2cab596241ed6b60c4e063a9f3f9ae8a | [] | no_license | debjava/spring-boot-postgresql-jpa-hibernate | e81c3a35a5973f58349e47a96f71940b0d1506f6 | fd9a6b06817dfc5b37392b66a4d3e5eef37e7242 | refs/heads/master | 2023-07-14T12:26:35.164043 | 2021-08-18T19:04:46 | 2021-08-18T19:04:46 | 397,708,202 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 544 | java | package com.ddlab.rnd.repository.one2many1;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.Table;
import lombok.Data;
@Data
@Entity(name = "PostComment")
@Table(name = "post_comment")
public class PostComment {
@Id
@Ge... | [
"deba.java@gmail.com"
] | deba.java@gmail.com |
f45abff8507650cb56dffba8ecf456af1b3cdbf7 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/33/33_dd7aabc8e106b426744ec4d0aeab2608ae28b98a/PackageChange/33_dd7aabc8e106b426744ec4d0aeab2608ae28b98a_PackageChange_s.java | d9e67de0961bd34f4077f09d0621f9c0c32d00ba | [] | 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 | 6,664 | java | package biz.bokhorst.xprivacy;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.support.v4.app.Notification... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
d58ef5471f81893ebab77bb97ae12018f0fa6ebd | 76707a749c77d687d347207d4e5bd1f00f298e5a | /demo-testing-archunit/src/main/java/com/acme/example/archunit/user/service/UserService.java | 9f4bb336f2fd83536ae5e044b31734b3a6ddb896 | [
"MIT"
] | permissive | vjmadrid/enmilocalfunciona-archunit | 6d77374fb03141e7188d3f1f11c5e114ded9577e | ad39e405db71c27e52c788c2756cbab13c91a6e3 | refs/heads/master | 2023-03-02T02:29:40.837842 | 2021-02-11T18:46:40 | 2021-02-11T18:46:40 | 319,269,273 | 2 | 3 | null | null | null | null | UTF-8 | Java | false | false | 163 | java | package com.acme.example.archunit.user.service;
import com.acme.example.archunit.user.entity.User;
public interface UserService {
User findUser(Long id);
}
| [
"vjmadrid@atsistemas.com"
] | vjmadrid@atsistemas.com |
46716ffd78b8112042c7fe3d769172a2a8c39f30 | c5155d951792f8bb3cc3c0c8fc471b29a9c85df4 | /cloud-guanli-module8003/src/main/java/com/donglan/service/UserInfoService.java | a5ca0e4b4fae417acf9c8e2ada79ea5dab932540 | [] | no_license | taojian9706/springcloud-2021 | 23b88e514ef265ee34a6b6446618a0ef5c00a0e5 | 63a6619aec197b8ed89e3cd16ff64e735938bfdd | refs/heads/master | 2023-02-27T06:58:13.215612 | 2021-02-03T03:17:48 | 2021-02-03T03:17:48 | 332,134,735 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 267 | java | package com.donglan.service;
import com.donglan.pojo.UserInfo;
/**
* @author TAOJIAN
* @version 1.0
* @since 2021-01-29 19:24:35
*/
public interface UserInfoService {
int addUser(UserInfo userInfo);
UserInfo login(String username, String password);
}
| [
"="
] | = |
af03a6a1571730445951b903f0ea65dc99a2f30f | f44d72a15eb0d8e86f95855bdae5fb7c490b61d3 | /laicode_java/src/laicode_java/Solution238.java | 76dbdb87246aeb59e063cb2303408395bc1dbc6d | [] | no_license | conmillet/laicode_algorithm | 94eedea0a234545a164b33d51f2e709edce32118 | 5e1810b45ca3f291030731e11e795bbb083ecffa | refs/heads/master | 2021-01-01T08:06:30.334383 | 2019-03-25T06:08:39 | 2019-03-25T06:08:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,038 | java | package laicode_java;
import java.util.*;
//Next Permutation
//Implement next permutation, which rearranges numbers into the lexicographically next greater permutation of numbers. If such arrangement is not possible, it must rearrange it as the lowest possible order (ie, sorted in ascending order).
//The replacement ... | [
"shenfei2031@gmail.com"
] | shenfei2031@gmail.com |
6fd554d1b52ab668bd4abac355c8f57cf76a2ad7 | 995f73d30450a6dce6bc7145d89344b4ad6e0622 | /MATE-20_EMUI_11.0.0/src/main/java/com/android/server/policy/EventLogTags.java | c1c596d9bb52d9206f7e83c43eaf17343dcb04d4 | [] | no_license | morningblu/HWFramework | 0ceb02cbe42585d0169d9b6c4964a41b436039f5 | 672bb34094b8780806a10ba9b1d21036fd808b8e | refs/heads/master | 2023-07-29T05:26:14.603817 | 2021-09-03T05:23:34 | 2021-09-03T05:23:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 621 | java | package com.android.server.policy;
import android.util.EventLog;
public class EventLogTags {
public static final int INTERCEPT_POWER = 70001;
public static final int SCREEN_TOGGLED = 70000;
private EventLogTags() {
}
public static void writeScreenToggled(int screenState) {
EventLog.write... | [
"dstmath@163.com"
] | dstmath@163.com |
101f99b65b721a6eb3fc1cef9edb4e19458e8df1 | a0caa255f3dbe524437715adaee2094ac8eff9df | /src/main/java/p000/ccn.java | b98b13d76959db7f842fe67d846de1feb830c5ac | [] | no_license | AndroidTVDeveloper/com.google.android.tvlauncher | 16526208b5b48fd48931b09ed702fe606fe7d694 | 0f959c41bbb5a93e981145f371afdec2b3e207bc | refs/heads/master | 2021-01-26T07:47:23.091351 | 2020-02-26T20:58:19 | 2020-02-26T20:58:19 | 243,363,961 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 158 | java | package p000;
/* renamed from: ccn */
/* compiled from: PG */
interface ccn {
/* renamed from: a */
dhb mo2604a(ccm ccm, String str, String str2);
}
| [
"eliminater74@gmail.com"
] | eliminater74@gmail.com |
6ebe20d35782e6b191ed5bcbb81b4f0142141f02 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/5/5_f1e1cf992bb1bd48ff6c3e7ec06231012e3ae29d/FlatFileItemReader/5_f1e1cf992bb1bd48ff6c3e7ec06231012e3ae29d_FlatFileItemReader_s.java | 56427aec34ccd9a33812d0677d532d2ee633230a | [] | 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 | 6,861 | java | package org.springframework.batch.item.file;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.nio.charset.Charset;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.batch.item.ItemR... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
b4593ad2b422c6b36d8bd08f734d8393b7fa6453 | b2f07f3e27b2162b5ee6896814f96c59c2c17405 | /com/sun/jmx/remote/protocol/rmi/ServerProvider.java | 5e11bb8a8cdcb6bf6546f9c3a0ae61412c913dce | [] | no_license | weiju-xi/RT-JAR-CODE | e33d4ccd9306d9e63029ddb0c145e620921d2dbd | d5b2590518ffb83596a3aa3849249cf871ab6d4e | refs/heads/master | 2021-09-08T02:36:06.675911 | 2018-03-06T05:27:49 | 2018-03-06T05:27:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,258 | java | /* */ package com.sun.jmx.remote.protocol.rmi;
/* */
/* */ import java.io.IOException;
/* */ import java.net.MalformedURLException;
/* */ import java.util.Map;
/* */ import javax.management.MBeanServer;
/* */ import javax.management.remote.JMXConnectorServer;
/* */ import javax.management.remot... | [
"yuexiahandao@gmail.com"
] | yuexiahandao@gmail.com |
ccb457cb0afcaa9ca7bd1477856520a56163da3f | aae49c4e518bb8cb342044758c205a3e456f2729 | /GeogebraiOS/javasources/org/geogebra/common/kernel/algos/DrawInformationAlgo.java | f3960c0161db2d5c05e15c0d1ab82e9e8bc6f149 | [] | no_license | kwangkim/GeogebraiOS | 00919813240555d1f2da9831de4544f8c2d9776d | ca3b9801dd79a889da6cb2fdf24b761841fd3f05 | refs/heads/master | 2021-01-18T05:29:52.050694 | 2015-10-04T02:29:03 | 2015-10-04T02:29:03 | 45,118,575 | 4 | 2 | null | 2015-10-28T14:36:32 | 2015-10-28T14:36:31 | null | UTF-8 | Java | false | false | 341 | java | package org.geogebra.common.kernel.algos;
/**
* Algos that contain information needed for object drawing
*
* @author kondr
*
*/
public interface DrawInformationAlgo {
/**
* Make a placeholder for this algo containing all info necessary for
* drawing
*
* @return algo placeholder
*/
public DrawInform... | [
"kuoyichun1102@gmail.com"
] | kuoyichun1102@gmail.com |
b90fa65ab2d59e5165d1d0905298d798070475c2 | 1d11d02630949f18654d76ed8d5142520e559b22 | /TreeGrow/src/org/tolweb/treegrow/tree/undo/CollapseRestOfTreeUndoableEdit.java | bba7181402c91a772c45b38db9d3aec403b333c5 | [] | no_license | tolweb/tolweb-app | ca588ff8f76377ffa2f680a3178351c46ea2e7ea | 3a7b5c715f32f71d7033b18796d49a35b349db38 | refs/heads/master | 2021-01-02T14:46:52.512568 | 2012-03-31T19:22:24 | 2012-03-31T19:22:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,892 | java | package org.tolweb.treegrow.tree.undo;
import java.util.*;
import org.tolweb.treegrow.tree.*;
/**
*Given a node, identify the most recent common ancestor (MRCA) with a page.
*Collapse that node's decendants onto it (as in "CollapseSubTreeUndoableEdit",
*collapsing all nodes within that node's 1-page-depth subtree),... | [
"lenards@iplantcollaborative.org"
] | lenards@iplantcollaborative.org |
a956586accbe3305b55df9a45441f55f7fa610ed | d3ada400b9221986cff2b4aa1636113f2554854a | /app/src/main/java/com/sjl/lbox/app/mobile/QRCode/MyQRCode/decode/PlanarYUVLuminanceSource.java | 9abba058167fbcdd075c8945421a9d8169fef876 | [] | no_license | q1113225201/LBOX | 790c09370abc434feef338c722ccb1a7b10b667f | d2a65d96befc82d7c912e0a134edee4bcf3b021f | refs/heads/master | 2021-05-01T09:17:57.446530 | 2019-03-06T13:32:21 | 2019-03-06T13:32:21 | 65,086,547 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 5,283 | java | /*
* Copyright 2009 ZXing 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 applicable law or agreed ... | [
"1113225201@qq.com"
] | 1113225201@qq.com |
93030b4f81bbb7b65829ca1e96b165db3a1e56be | ee18387bab172831a36965bd0695db60523d226a | /maihama-orleans/src/main/java/org/docksidestage/app/logic/DanceSongLogic.java | 6aff635334b0b162233b5bcfb39085eaa6f1ad56 | [
"Apache-2.0"
] | permissive | EgumaYuto/lasstaflute-micro-service | 2c28854c40c8de54b38e9c47de4c0abdf52f7809 | bd2e6f672e05b50c5efe7e2c23982e790e667f5f | refs/heads/master | 2020-04-18T12:32:41.542483 | 2019-01-31T12:30:54 | 2019-01-31T12:30:54 | 167,536,812 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 956 | java | /*
* Copyright 2015-2017 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... | [
"dbflute@gmail.com"
] | dbflute@gmail.com |
0e9d44e7358c62d05bf6fc36013e2d25c61327ac | 383e578ec8ac3043ddece8223494f27f4a4c76dd | /legend.biz/src/main/java/com/tqmall/legend/facade/report/convert/BusinessPaidOutConvert.java | 90d1a7d9be340919ba12ee45857e060d59441757 | [] | no_license | xie-summer/legend | 0018ee61f9e864204382cd202fe595b63d58343a | 7e7bb14d209e03445a098b84cf63566702e07f15 | refs/heads/master | 2021-06-19T13:44:58.640870 | 2017-05-18T08:34:13 | 2017-05-18T08:34:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,800 | java | package com.tqmall.legend.facade.report.convert;
import com.google.common.collect.Lists;
import com.tqmall.cube.shop.result.businessoverview.BusinessPaidAmount;
import com.tqmall.cube.shop.result.businessoverview.PaidOutStatisticsDTO;
import com.tqmall.legend.facade.report.vo.BusinessPaidOutAmountVo;
import com.tqmall... | [
"zhangting.huang@tqmall.com"
] | zhangting.huang@tqmall.com |
120aca8f48d19c7c3d9bbeda5900328297dc48b0 | 6494431bcd79c7de8e465481c7fc0914b5ef89d5 | /src/main/java/com/google/zxing/oned/EAN13Writer.java | 2e8d3c8af3888ca1f4028d7777b4d1ea9bad094f | [] | no_license | maisamali/coinbase_decompile | 97975a22962e7c8623bdec5c201e015d7f2c911d | 8cb94962be91a7734a2182cc625efc64feae21bf | refs/heads/master | 2020-06-04T07:10:24.589247 | 2018-07-18T05:11:02 | 2018-07-18T05:11:02 | 191,918,070 | 2 | 0 | null | 2019-06-14T09:45:43 | 2019-06-14T09:45:43 | null | UTF-8 | Java | false | false | 2,373 | java | package com.google.zxing.oned;
import com.google.zxing.BarcodeFormat;
import com.google.zxing.EncodeHintType;
import com.google.zxing.FormatException;
import com.google.zxing.WriterException;
import com.google.zxing.common.BitMatrix;
import java.util.Map;
public final class EAN13Writer extends UPCEANWriter {
publ... | [
"gulincheng@droi.com"
] | gulincheng@droi.com |
838db16411fdc4a7d11196b1942c334b84865a6f | 95cd21c6bfd537886adefa1dd7e5916ca4dcf559 | /net/optifine/entity/model/ModelAdapterIllager.java | cdb3205fbbd11e2597e0c9f6a0fc45648543fd0c | [] | no_license | RavenLeaks/BetterCraft-src | acd3653e9259b46571e102480164d86dc75fb93f | fca1f0f3345b6b75eef038458c990726f16c7ee8 | refs/heads/master | 2022-10-27T23:36:27.113266 | 2020-06-09T15:50:17 | 2020-06-09T15:50:17 | 271,044,072 | 4 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,005 | java | /* */ package net.optifine.entity.model;
/* */
/* */ import net.minecraft.client.model.ModelBase;
/* */ import net.minecraft.client.model.ModelIllager;
/* */ import net.minecraft.client.model.ModelRenderer;
/* */
/* */ public abstract class ModelAdapterIllager
/* */ extends ModelAdapter
/* ... | [
"emlin2021@gmail.com"
] | emlin2021@gmail.com |
f5c7810e826e84179f8abad5d7cb888c6187c6da | fa0cf934703768baac2390a0849af9c8141a94e3 | /ltybd-offline/src/main/java/com/ltybd/controller/StagnationOntimeController.java | 1fcd6546fb9c7d8ab3b161ccf2deddbbb9447497 | [] | no_license | NONO9527/ltybd-root | 44c4a8bbef3d708c82772874fb14ae654ca05229 | c8a650f3f204ff1abeecdc9178869e3a47bdde93 | refs/heads/master | 2021-12-30T09:23:46.933731 | 2018-02-08T01:24:14 | 2018-02-08T01:24:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,968 | java | package com.ltybd.controller;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.util.StringUtils;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springf... | [
"shuai.hong@lantaiyuan.com"
] | shuai.hong@lantaiyuan.com |
054bf45245a39d218a9e774e91c359756a66a2b0 | 48e835e6f176a8ac9ae3ca718e8922891f1e5a18 | /benchmark/training/org/glassfish/jersey/tests/cdi/resources/StutterEchoTest.java | 3d9a0cf7ec59a2a8bc32d5eb2b2c379081c4f8c4 | [] | 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,850 | java | /**
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 2013-2017 Oracle and/or its affiliates. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
* and Distribution Licen... | [
"benjamin.danglot@inria.fr"
] | benjamin.danglot@inria.fr |
8c048434b3dbe1006ea9c6e8a1b21a4c2a2edf6c | 8cdd371c37221d3e04cdfa92dc9a31d9e9f6528c | /src/main/java/edu/utexas/libra/themis/impl/stmt/ThemisReturnStmt.java | bfae2ce0df0f2847802fde0dfac19ab0ad75a2c5 | [] | no_license | fredfeng/Themis-taint | 4e736dfa9d0f5590b9ceaeed39026718a057080f | 203982638526fe2a49034a31c85955aef33529e2 | refs/heads/master | 2021-09-04T00:08:09.556676 | 2018-01-13T05:33:16 | 2018-01-13T05:33:16 | 105,617,517 | 3 | 2 | null | null | null | null | UTF-8 | Java | false | false | 614 | java | package edu.utexas.libra.themis.impl.stmt;
import edu.utexas.libra.themis.ast.expr.Expr;
import edu.utexas.libra.themis.ast.stmt.ReturnStmt;
import edu.utexas.libra.themis.visitor.StmtVisitor;
class ThemisReturnStmt extends ThemisStmt implements ReturnStmt {
private Expr expr;
ThemisReturnStmt(Expr expr) {
... | [
"fengyu8299@gmail.com"
] | fengyu8299@gmail.com |
048d76a24a3268ce3d12b42cb239545917f966c1 | d2696bed743c2e501839a1d3d75b9ad589da92b2 | /spring-boot-examples/spring-boot-cloud-sso/spring-boot-user-center2/src/main/java/com/yin/springboot/user/center/server/service/ClientdetailsServiceImpl.java | 90609891a2b6d7a6dafc88b58411b4245bd9b33b | [
"Apache-2.0"
] | permissive | yinfuquan/spring-boot-examples | 168fa76e15f04e3c234894072a8e4c8b37c415a7 | 702cbf46ce894f499f2b4727c85c5e99c27f5690 | refs/heads/master | 2022-06-21T22:03:45.884293 | 2019-08-11T13:47:54 | 2019-08-11T13:47:54 | 200,501,734 | 0 | 0 | Apache-2.0 | 2022-06-17T02:23:02 | 2019-08-04T14:19:05 | JavaScript | UTF-8 | Java | false | false | 1,050 | java | package com.yin.springboot.user.center.server.service;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
import com.yin.springboot.user.center.mapper.ClientdetailsMapper;
import com.yin.springboot.user.center.domain.Clientdetails;
import java.util.List;
import com.yin.springboot.user.cen... | [
"1257791382@qq.com"
] | 1257791382@qq.com |
fd8942317e94c5699dc5bc63c793e09d100d5cda | a83cf28d3adbc706b754a2d9a8e84162351ddc30 | /PrototypeDP-Solution-ShallowCloning/src/com/nt/comp/FictionalBooksCollection.java | d2ac496370595ff7eb93d41f901d6d0250699d32 | [] | no_license | nerdseeker365/NTDP912 | 411cbf12395202d4bf0589fc3b6ac5510181e839 | 9c3b7231d3738b96c4f18480a919da23c7764169 | refs/heads/master | 2022-03-24T06:55:33.059743 | 2020-01-01T05:11:40 | 2020-01-01T05:11:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 464 | java | package com.nt.comp;
public class FictionalBooksCollection extends BooksCollection {
public FictionalBooksCollection() {
System.out.println("FictionalBooksCollection:: 0-param constructor");
}
@Override
public void loadBooks() {
Book b=null;
// collect these books DB s/w..
setType("fictional... | [
"karrasankar09@gmail.com"
] | karrasankar09@gmail.com |
446ce5f46b13ef44e6be7141fbbca3121a8367a0 | a3fe5db4cf9f5dc75b8331b1fe69de13e0549587 | /activemq/command/DataStructure.java | 7beed0149faa1a47b390a0d092109ac8cd4b42f6 | [] | no_license | ShengtaoHou/software-recovery | 7cd8e1a0aabadb808a0f00e5b0503a582c8d3c89 | 72a3dde6a0cba56f851c29008df94ae129a05d03 | refs/heads/master | 2020-09-26T08:25:54.952083 | 2019-12-11T07:32:57 | 2019-12-11T07:32:57 | 226,215,103 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 184 | java | //
// Decompiled by Procyon v0.5.36
//
package org.apache.activemq.command;
public interface DataStructure
{
byte getDataStructureType();
boolean isMarshallAware();
}
| [
"shengtao@ShengtaoHous-MacBook-Pro.local"
] | shengtao@ShengtaoHous-MacBook-Pro.local |
7e3b61d96d08664e4c2620914225c3b15d77ce4c | f7160c0f0526cc5afc0fe4e6f06d384394059aa1 | /fsa/fs-uicommons/src/impl/java/com/fs/uicommons/impl/gwt/client/handler/EndpointBondHandler.java | d17dad258dc3e17a77cba99fc63aa5f71faed816 | [] | no_license | o1711/somecode | e2461c4fb51b3d75421c4827c43be52885df3a56 | a084f71786e886bac8f217255f54f5740fa786de | refs/heads/master | 2021-09-14T14:51:58.704495 | 2018-05-15T07:51:05 | 2018-05-15T07:51:05 | 112,574,683 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,022 | java | /**
* Jan 31, 2013
*/
package com.fs.uicommons.impl.gwt.client.handler;
import com.fs.uicommons.api.gwt.client.event.RegisterUserLoginEvent;
import com.fs.uicommons.api.gwt.client.event.UserLoginEvent;
import com.fs.uicommons.api.gwt.client.mvc.support.UiHandlerSupport;
import com.fs.uicore.api.gwt.client.C... | [
"wkz808@163.com"
] | wkz808@163.com |
4329ade769d36997bab506e60090aee43a25aa1f | de12a61f864303688d2c9e748eb58e319c26e52d | /Core/SDK/org.emftext.sdk.concretesyntax.resource.cs/src/org/emftext/sdk/concretesyntax/resource/cs/postprocessing/syntax_analysis/CyclicTokenDefinitionAnalyser.java | 455116378590b3336c99b05cf3d02a0086be8dc8 | [] | no_license | DevBoost/EMFText | 800701e60c822b9cea002f3a8ffed18d011d43b1 | 79d1f63411e023c2e4ee75aaba99299c60922b35 | refs/heads/master | 2020-05-22T01:12:40.750399 | 2019-06-02T17:23:44 | 2019-06-02T19:06:28 | 5,324,334 | 6 | 10 | null | 2016-03-21T20:05:01 | 2012-08-07T06:36:34 | Java | UTF-8 | Java | false | false | 4,091 | java | /*******************************************************************************
* Copyright (c) 2006-2012
* Software Technology Group, Dresden University of Technology
* DevBoost GmbH, Berlin, Amtsgericht Charlottenburg, HRB 140026
*
* All rights reserved. This program and the accompanying materials
* are... | [
"jendrik.johannes@devboost.de"
] | jendrik.johannes@devboost.de |
f53992c20ba98b1445048eecec76b1573e31ebc4 | a626e7393b819c2a5ac16f4ecd409552bd64f83f | /src/main/java/com/dj/mzmanagement/service/MailService.java | 9014a9f7c1feb90443e9a4e622e0468d5862247f | [] | no_license | djamel2288/mz-management | a800d736e03e12bdebf6013f3686896c83c5333b | f736ceaf8b07ace72873c8433185b2c9f494ea08 | refs/heads/main | 2023-04-03T14:02:53.646940 | 2021-04-14T14:26:18 | 2021-04-14T14:26:18 | 357,933,558 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,087 | java | package com.dj.mzmanagement.service;
import com.dj.mzmanagement.domain.User;
import java.nio.charset.StandardCharsets;
import java.util.Locale;
import javax.mail.MessagingException;
import javax.mail.internet.MimeMessage;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.context.Messa... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
39f009cd72838bc0016013aea127ba776d30eba3 | b761ee9c0940728545884c7e5f46afcd06b928ff | /data-exchange-center-service-meishan-dongpo/src/main/java/data/exchange/center/service/meishan/controller/MeishanController.java | 6f7cc73b1ead4acb29ed5b0f5f8b3e127c8fc513 | [] | no_license | fendaq/data-exchange-center | a55b04335966905b7a26e94bac344d2a4380d301 | 57c112d37c75ea40ac6c2465c6a7e9c5626f1be7 | refs/heads/master | 2020-06-22T16:21:12.555502 | 2018-11-08T08:49:08 | 2018-11-08T08:49:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,705 | java | package data.exchange.center.service.meishan.controller;
import java.util.Map;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.R... | [
"yuguang wen"
] | yuguang wen |
9774cf43678012e3583c2f442cd8f1b8f50d0758 | b4be6ce60105b72d01e32754d07782d141b201b1 | /baymax-security/baymax-security-oauth/baymax-security-oauth-server/src/main/java/com/info/baymax/security/oauth/security/authentication/manager/NoGrantedAnyAuthorityException.java | b8c1183e7175e6a0f4dd2bc588e7166f14d35160 | [] | no_license | cgb-datav/woven-dsp | 62a56099987cc2e08019aceb6e914e538607ca28 | b0b2ebd6af3ac42b71d6d9eedc5c6dfa9bd4e316 | refs/heads/master | 2023-08-28T02:55:19.375074 | 2021-07-05T04:02:57 | 2021-07-05T04:02:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 616 | java | package com.info.baymax.security.oauth.security.authentication.manager;
import org.springframework.security.authentication.AuthenticationServiceException;
/**
* 说明:没有授予任何权限. <br>
*
* @author jingwei.yang
* @date 2017年11月14日 下午2:31:26
*/
public class NoGrantedAnyAuthorityException extends AuthenticationServiceExc... | [
"760374564@qq.com"
] | 760374564@qq.com |
8b0e75bad17cf83e6d8e36461e536f8f1e9067a3 | ee7e3a88c571e6a59d500035a357645c5ce69593 | /DaoPattern02/src/dao/example/pgsql/EmployeeDAOImpl.java | 4a09f19eeaddb6c30cf522e07ec9c1b757647f7d | [] | no_license | DiegOliveros/foo-org-ve | 6c91638d31570971f543968ccfbe92bc7cdef707 | fef2c796d8c22cbf236500f94055c4006a61ddd2 | refs/heads/master | 2021-01-10T18:00:54.701851 | 2013-11-06T21:06:54 | 2013-11-06T21:06:54 | 55,300,195 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,815 | java | //package dao.example.pgsql;
//
//import java.sql.ResultSet;
//
//import dao.base.api.IDTO;
//import dao.base.impl.Reference;
//import dao.example.base.AbstractFactoryDAO;
//import dao.example.base.DeptDAO;
//import dao.example.base.DeptDTO;
//import dao.example.base.ProfDAO;
//import dao.example.base.ProfDTO;
//
///**... | [
"piojosnos@gmail.com"
] | piojosnos@gmail.com |
87bf51149d7a5360719ad016b1fe6527065db00e | 23f42b163c0a58ad61c38498befa1219f53a2c10 | /src/main/java/weldstartup/c/AppScopedBean2660.java | 506e8ea4175ae47e27fa52e3a819e4f2be4530fd | [] | no_license | 99sono/wls-jsf-2-2-12-jersey-weldstartup-bottleneck | 9637d2f14a1053159c6fc3c5898a91057a65db9d | b81697634cceca79f1b9a999002a1a02c70b8648 | refs/heads/master | 2021-05-15T17:54:39.040635 | 2017-10-24T07:27:23 | 2017-10-24T07:27:23 | 107,673,776 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,630 | java | package weldstartup.c;
import javax.annotation.PostConstruct;
import javax.annotation.PreDestroy;
import javax.annotation.Resource;
import javax.enterprise.context.ApplicationScoped;
import javax.enterprise.inject.spi.BeanManager;
import javax.inject.Inject;
import javax.transaction.TransactionSynchronizationRegistry;... | [
"99sono@users.noreply.github.com"
] | 99sono@users.noreply.github.com |
f68c3e36dd5d4e2f477570b650ed831d33529fae | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/16/16_2e7498e7dc16703e62ddefeaf243730945cc983f/ContextualProviderInjector/16_2e7498e7dc16703e62ddefeaf243730945cc983f_ContextualProviderInjector_t.java | 45632a882f9d8ae2cfe951925d1553a0188889b3 | [] | 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,957 | java | /*
* Copyright 2010 JBoss, a divison Red Hat, 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 a... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
f10fa12f8f2d16bca52eed7de36e1d1d17804338 | 455c2df145dabfaa1352c5d0bbe556fcdc6c0016 | /sharkapp/src/main/java/com/shark/app/business/adapter/TestRecycleAdapter.java | 595bf3b09e25a1936167420dfd829e11e1f9c249 | [] | no_license | srxffcc1/SingleShark | e35a3159e87c0984533ec5fced7c77fec9a8df44 | 09cfbd6bc319dcdb464a3b4a980c42976031042a | refs/heads/master | 2021-08-18T08:11:27.707463 | 2018-10-31T01:25:06 | 2018-10-31T01:25:06 | 94,157,210 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,967 | java | package com.shark.app.business.adapter;
import android.app.Activity;
import android.app.Fragment;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.shark.app.R;
import com.zhy.autolayou... | [
"3521829873@qq.com"
] | 3521829873@qq.com |
3f62a6e1a516ffaec25926aa5e8758aac72da1df | 7364144e8fd7b0382a8dbc2a91dcefbee1b5ee10 | /qiankun/pure-html/src/com/key/dwsurvey/service/imp/QuScoreManagerImpl.java | ebe23801f167f9d3c6a1ab62e1745652b67ba521 | [] | no_license | libyasdf/frame-learn | 2b9ba596d12cb014b7ef9f9689f19142f90b2374 | 322fbd21cf4389d5f453de2568d1f9b11888ec10 | refs/heads/master | 2023-01-12T16:36:10.205017 | 2020-10-11T12:48:00 | 2020-10-11T12:48:00 | 299,892,834 | 0 | 0 | null | 2020-10-01T14:10:32 | 2020-09-30T11:08:35 | HTML | UTF-8 | Java | false | false | 3,183 | java | package com.key.dwsurvey.service.imp;
import java.util.ArrayList;
import java.util.List;
import com.key.dwsurvey.service.QuScoreManager;
import org.hibernate.criterion.Criterion;
import org.hibernate.criterion.Restrictions;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframe... | [
"liby1994@126.com"
] | liby1994@126.com |
198aad1c159611e67ab38e06fcae60fd8e82293a | a8cf13978723e486605a32f0d9ad01d3373753e1 | /Algorithms/src/searches/SearchAlgorithm.java | 566b07b70889844c4915898525281d03d8b5c418 | [] | no_license | jiayibing1987/Algorithms | 9bad397c23a0e62ef6e25bef5fa1e6040e703c96 | 274faf4d8bb604470d279814923298af948013dd | refs/heads/master | 2020-06-26T12:51:16.395552 | 2019-08-05T14:04:09 | 2019-08-05T14:04:09 | 199,636,906 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 434 | java | package searches;
/**
* The common interface of most searching algorithms
*@author Ryan
**/
public interface SearchAlgorithm {
/**
* @param key is an element which should be found
* @param array is an array where the element should be found
* @param <T> Comparable type
* @... | [
"jiayibing1987@gmail.com"
] | jiayibing1987@gmail.com |
386b4fbb2fae21b1e30177d31c65227d2a38cc5c | 1084fe97ca4f7ffba6584cdae0f29af7fd882bfe | /schema/core/src/main/java/net/meerkat/identifier/IdSet.java | b5c5917b638a2f35b82112039ddd3f6b03bcc6ab | [] | no_license | ollierob/meerkat | 668a59d839adf01dcb04dcd35e3185ffe55888a8 | 5c88d567355eb4cb4fee62613b3f6be290dcc19d | refs/heads/master | 2022-11-13T21:14:52.829245 | 2022-10-18T19:53:49 | 2022-10-18T19:53:49 | 54,719,015 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 931 | java | package net.meerkat.identifier;
import net.coljate.set.ImmutableSet;
import net.coljate.set.Set;
import net.meerkat.objects.Castable;
import javax.annotation.Nonnull;
import java.util.function.Consumer;
/**
*
* @author ollie
*/
public abstract class IdSet<T extends Castable<T>> implements Ids<T> {
... | [
"ollie.robertshaw@gmail.com"
] | ollie.robertshaw@gmail.com |
8c43f0814efbbd156a21fd42935b815b0ffbbabc | 1323d04fe15795263379f1f91cb65745d4a3820f | /nitrite-android-example/src/main/java/org/dizitart/no2/example/android/UserAdapter.java | 700e1be02e4c2d67631100a12a7e8a6d3772924e | [] | no_license | anidotnet/nitrite-java | 211963ba9d88a5ddd2bc6eb929edafb2077fcec3 | 3aa84ca4e3ecd24f51b148e69b361c8e040fa571 | refs/heads/master | 2020-09-09T07:37:01.448266 | 2020-06-26T06:10:52 | 2020-06-26T06:10:52 | 221,388,811 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,228 | java | /*
* Copyright (c) 2017-2020. Nitrite 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... | [
"anidotnet@gmail.com"
] | anidotnet@gmail.com |
c16beaebc444e04d9bf95430e0d6cafdfe45fbb3 | 3ca7c0bbf92635c21bdd17f39fbcf666ba6df69e | /src/main/java/net/minecraft/world/gen/FlatLayerInfo.java | b4bc06cc6bcb90c13638d4ca73550446deb4cc81 | [] | no_license | Liquirh/UprizingClient | 13c4a98b66f1debeb182111674b1470bb486dd22 | e456be9f938bd645a0fccd951e437479f1ad7e6e | refs/heads/master | 2020-03-21T23:21:09.106317 | 2018-06-29T17:27:32 | 2018-06-29T17:27:32 | 139,182,386 | 1 | 0 | null | 2018-06-29T18:23:22 | 2018-06-29T18:23:22 | null | UTF-8 | Java | false | false | 1,858 | java | package net.minecraft.world.gen;
import net.minecraft.block.Block;
public class FlatLayerInfo
{
private final Block field_151537_a;
/** Amount of layers for this set of layers. */
private int layerCount;
/** Block metadata used on this set of laeyrs. */
private int layerFillBlockMeta;
privat... | [
"stawlker@hotmail.com"
] | stawlker@hotmail.com |
56c7d131740f15c4a4fbe2de68223b6ac808362d | de3e295b4430a4f49edbed938dcad22f445d2911 | /RotateTabRuns/src/java/example/MainPanel.java | d4fc6efb679dcbe3381e72f8de216a640dcb73fc | [
"MIT"
] | permissive | kansasSamurai/java-swing-tips | 5fd5e8dfada438e730ca4f440cc2c082b32cce56 | 649a738acf2a2560649ad8bd3634cb7042e1fa13 | refs/heads/master | 2022-11-17T14:44:13.562782 | 2022-10-30T15:05:02 | 2022-10-30T15:05:02 | 204,076,715 | 0 | 0 | null | 2019-08-23T22:15:06 | 2019-08-23T22:15:06 | null | UTF-8 | Java | false | false | 5,329 | java | // -*- mode:java; encoding:utf-8 -*-
// vim:set fileencoding=utf-8:
// @homepage@
package example;
import com.sun.java.swing.plaf.windows.WindowsTabbedPaneUI;
import java.awt.*;
import javax.swing.*;
import javax.swing.plaf.metal.MetalTabbedPaneUI;
public final class MainPanel extends JPanel {
private MainPanel() ... | [
"aterai@outlook.com"
] | aterai@outlook.com |
0075eb1124e2f1c22f3051e629861103fcae088f | 2bc2eadc9b0f70d6d1286ef474902466988a880f | /tags/mule-1.4.0/transports/email/src/main/java/org/mule/providers/email/SmtpConnector.java | 2436356e36026f06f237885a4aaad30541a57d5b | [] | no_license | OrgSmells/codehaus-mule-git | 085434a4b7781a5def2b9b4e37396081eaeba394 | f8584627c7acb13efdf3276396015439ea6a0721 | refs/heads/master | 2022-12-24T07:33:30.190368 | 2020-02-27T19:10:29 | 2020-02-27T19:10:29 | 243,593,543 | 0 | 0 | null | 2022-12-15T23:30:00 | 2020-02-27T18:56:48 | null | UTF-8 | Java | false | false | 4,452 | java | /*
* $Id$
* --------------------------------------------------------------------------------------
* Copyright (c) MuleSource, Inc. All rights reserved. http://www.mulesource.com
*
* The software in this package is published under the terms of the MuleSource MPL
* license, a copy of which has been included with... | [
"dirk.olmes@bf997673-6b11-0410-b953-e057580c5b09"
] | dirk.olmes@bf997673-6b11-0410-b953-e057580c5b09 |
b6ce72c1e5b46e072c5b2f45196566e35b7cdd63 | 57edb737df8e9de3822d4f08d0de81f028403209 | /spring-core/src/main/java/org/springframework/core/type/StandardAnnotationMetadata.java | 4ba7b40b681b67f990037573e0f2d045b8e51417 | [
"Apache-2.0"
] | permissive | haoxianrui/spring-framework | 20d904fffe7ddddcd7d78445537f66e0b4cf65f5 | e5163351c47feb69483e79fa782eec3e4d8613e8 | refs/heads/master | 2023-05-25T14:27:18.935575 | 2020-10-23T01:04:05 | 2020-10-23T01:04:05 | 260,652,424 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 6,674 | java | /*
* Copyright 2002-2020 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... | [
"1490493387@qq.com"
] | 1490493387@qq.com |
a337e0ae67971bea5f8eabd4e4a1a34f87059920 | 192ec7880ba7d82d8161f2de1f0d8adcf50874e0 | /modeshape-boot/modeshape-jcr-boot/src/main/java/org/modeshape/web/jcr/WebLogger.java | af81699625f639b6e110be0ec7eb712c651c03f4 | [] | no_license | FrankLi999/wcm-bpm | 932a3f41f9716897bcbf1fd654910276133b109b | 7b9bea30798701c99bd2096e2011cb7a7a35924a | refs/heads/master | 2023-07-27T19:28:36.410402 | 2021-03-29T02:49:50 | 2021-03-29T02:49:50 | 136,976,607 | 2 | 1 | null | 2023-07-17T00:26:38 | 2018-06-11T20:19:08 | JavaScript | UTF-8 | Java | false | false | 4,001 | java | /*
* ModeShape (http://www.modeshape.org)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | [
"frank.x.li@gmail.com"
] | frank.x.li@gmail.com |
7421a26af41ed91538fd39e85e87744867a5ffb0 | 88d8fab5a8644fda6134ff23cc6d30211bfcca27 | /src/main/java/org/erp/distribution/kontrolstok/lapsaldostok/LapSaldoStockView.java | c0b6d26811f8ae05c849cd5186f0077c7d607156 | [] | no_license | bagus-stimata/erp-distribution | c08396c0adc3b1ce3b8045fca9d77dff44b8e96a | 45861792a724d02597b78ca5cbf53bd1fbd06174 | refs/heads/master | 2021-01-21T12:11:43.744257 | 2016-04-08T07:29:20 | 2016-04-08T07:29:20 | 32,978,292 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,099 | java | package org.erp.distribution.kontrolstok.lapsaldostok;
import com.vaadin.shared.ui.combobox.FilteringMode;
import com.vaadin.ui.Button;
import com.vaadin.ui.CheckBox;
import com.vaadin.ui.ComboBox;
import com.vaadin.ui.CustomComponent;
import com.vaadin.ui.DateField;
import com.vaadin.ui.HorizontalLayout;
import com.... | [
"bagus.stimata@gmail.com"
] | bagus.stimata@gmail.com |
4248c80c673a993aee580ea7ddb111a55e8c7ebf | 0ef73cce4e325d636a260b895622084e70aefe65 | /protocollibrary/src/main/java/com/ubtechinc/protocollibrary/communite/ITimeoutEngine.java | 0983e98ee488b2c7f85742f06be36e41f929764d | [] | no_license | iPsych/androidMin | 3d7771c59fbc66171b12f7d3cbe8ba8a1af6c746 | 00c3a70d2dc6ea8144118fc9666b87b288e96be4 | refs/heads/master | 2023-03-18T06:22:16.246557 | 2018-07-18T07:07:14 | 2018-07-18T07:07:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,827 | java | package com.ubtechinc.protocollibrary.communite;
import android.util.Log;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
* IM 超时 管理类
* Created by ubt on 2017/12/2.
*/
public abstract class ITimeoutEngine {
private static final String TAG = "ITimeoutEngine";
Map<Integer, Robot... | [
"jason@comicool.cn"
] | jason@comicool.cn |
8abe619df705c89d923f1238ac77393657162b60 | e13d5ce096f651b5fce9db1f15319c503b181ae8 | /app/src/main/java/github/hotstu/tinyritrodemo/aop/DenyHandler.java | bd28aac91765c98752dae3f1812431a827fed718 | [
"Apache-2.0"
] | permissive | lvxiaohai/tinyritro | 3cc252cc76647ac551a513699a92feec59d944d2 | 8a1f8a57c8d3130f61bfffd4e046ed7166bfca28 | refs/heads/master | 2022-04-14T17:27:27.437605 | 2020-04-13T02:58:00 | 2020-04-13T02:58:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 179 | java | package github.hotstu.tinyritrodemo.aop;
/**
* @author hglf
* @since 2018/6/4
*/
public interface DenyHandler {
void onDenied(Object ac, Object permisson, String Tag);
}
| [
"hgleifeng@foxmail.com"
] | hgleifeng@foxmail.com |
4ba4a40df0c22a3a44926f618ae4fa0ebbf1ca3a | 24a3905149c370a107e08d6896b79d6d73d2593d | /branch/http_gateway/src/app/org/i4change/app/data/domain/daos/OrganisationsDiscountDaoImpl.java | 94076453d0aa1851bc7720560ec23052845223b3 | [] | no_license | lucyclevelromeeler/ezmodeler-svn-to-git | 2060dfb81b1441d3946ac8b7332675d3755cc208 | 030ccbaf4f22d28b2f3c34b52500b00e53bfe08e | refs/heads/master | 2023-03-18T06:39:16.243918 | 2015-12-28T14:38:20 | 2015-12-28T14:38:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,142 | java | package org.i4change.app.data.domain.daos;
import java.util.Date;
import java.util.List;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.hibernate.HibernateException;
import org.hibernate.Query;
import org.hibernate.Session;
import org.hibernate.Transaction;
import org.... | [
"you@example.com"
] | you@example.com |
739b8530cb0f32348da70289d71e4bbac6adf495 | cbc61ffb33570a1bc55bb1e754510192b0366de2 | /ole-app/olefs/src/main/java/org/kuali/ole/module/purap/batch/ExtractPdpImmediatesStep.java | d1874eea563933efcc0bd792964a2df611073154 | [
"ECL-2.0"
] | permissive | VU-libtech/OLE-INST | 42b3656d145a50deeb22f496f6f430f1d55283cb | 9f5efae4dfaf810fa671c6ac6670a6051303b43d | refs/heads/master | 2021-07-08T11:01:19.692655 | 2015-05-15T14:40:50 | 2015-05-15T14:40:50 | 24,459,494 | 1 | 0 | ECL-2.0 | 2021-04-26T17:01:11 | 2014-09-25T13:40:33 | Java | UTF-8 | Java | false | false | 2,277 | java | /*
* Copyright 2007 The Kuali Foundation
*
* Licensed under the Educational Community 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.opensource.org/licenses/ecl2.php
*
* Unless required by appl... | [
"david.lacy@villanova.edu"
] | david.lacy@villanova.edu |
f76ee26cf43beff571aea8f929527e2081429875 | 4aa90348abcb2119011728dc067afd501f275374 | /app/src/main/java/com/tencent/mm/plugin/appbrand/canvas/a/q.java | 286e4bbab614db6551994d7e76cc573f5ea77c58 | [] | 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 | 7,617 | java | package com.tencent.mm.plugin.appbrand.canvas.a;
import android.graphics.Bitmap;
import android.graphics.Bitmap.Config;
import android.graphics.BitmapShader;
import android.graphics.Canvas;
import android.graphics.LinearGradient;
import android.graphics.RadialGradient;
import android.graphics.Rect;
import android.grap... | [
"malin.myemail@163.com"
] | malin.myemail@163.com |
74d7a7f90402dbdd7fa9dfe67af5ba2697db559c | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/MATH-58b-4-19-PESA_II-WeightedSum:TestLen:CallDiversity/org/apache/commons/math/optimization/direct/BaseAbstractVectorialOptimizer_ESTest.java | 563e91b5f0a34324bfe8b41457f394077ad56d27 | [] | 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 | 610 | java | /*
* This file was automatically generated by EvoSuite
* Fri Apr 03 08:11:15 UTC 2020
*/
package org.apache.commons.math.optimization.direct;
import org.junit.Test;
import static org.junit.Assert.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.junit.runner.RunW... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
5d21e6b5399e2f19ced169616cd6b2efba4dd683 | 47e24981971894ec9d0a915dad70ec5b87c41ad9 | /Hibernate开发框架/HibernateComponentProject/src/cn/ustb/pojo/MemberBasic.java | 9e4a5fbd0c31487a70d6a41548682c29ec51f547 | [] | no_license | MouseZhang/Java-Development-Framework | 731dd0ee0d9e27a799dbb9775490c1bd41e4839c | e21e98e5ac3011aab694bef3191949af1e5e7b5d | refs/heads/master | 2020-12-26T15:48:42.944474 | 2020-03-29T06:57:15 | 2020-03-29T06:57:15 | 237,552,753 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 685 | java | package cn.ustb.pojo;
import java.util.Date;
@SuppressWarnings("serial")
public class MemberBasic implements java.io.Serializable {
private String name;
private Integer age;
private Date birthday;
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
publ... | [
"athope@163.com"
] | athope@163.com |
3eb776453b632882898e539e34ecf269fe80a1c2 | 597b0daa76ba28adf45359b5aa09cef5886f0e29 | /spring-webmvc/src/main/java/org/springframework/web/servlet/tags/ArgumentAware.java | 988b939d52314d3407d6127e9943d5651798ccd6 | [
"Apache-2.0"
] | permissive | wjmwss-zz/spring | 78e579e3ec4abc983aa80a4547fadc2b654ea959 | e94eb5efb79fc4bc5336d0b571609c141d35d5cb | refs/heads/master | 2023-02-21T09:26:25.768420 | 2021-01-23T19:04:30 | 2021-01-23T19:04:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,187 | java | /*
* Copyright 2002-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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"wjmcoo@outlook.com"
] | wjmcoo@outlook.com |
60ce287cd25a47a5acb50fe911e7299e52498966 | e0e854029229bf1ca82d475e05bea995af37ccbb | /pax-web-itest/pax-web-itest-container/pax-web-itest-container-common/src/main/java/org/ops4j/pax/web/itest/container/war/jsf/AbstractWarJSFEmbeddedIntegrationTest.java | b71b4ce89b8d709aac64baad6af8402205eff5fd | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | fykidwai/org.ops4j.pax.web | 8c07ffa81b2e57933557a1f71078ec983c8efab5 | 338246dd859cc8a078e2063182bfbcbf92d95520 | refs/heads/main | 2023-06-22T00:22:16.401474 | 2021-07-21T14:25:01 | 2021-07-21T14:25:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,807 | 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... | [
"gr.grzybek@gmail.com"
] | gr.grzybek@gmail.com |
790ff7077e65e308d7031ebf13ac97188f699d7d | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/12/12_80d878f18e65026ee0a36ea787337310b692153e/CoreTMASegmentHandler/12_80d878f18e65026ee0a36ea787337310b692153e_CoreTMASegmentHandler_t.java | 51d02c924f54a17c05c3e450e40b9fe706b27b9b | [] | 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,908 | java | package Debrief.ReaderWriter.XML.Tactical;
/**
* Title: Debrief 2000
* Description: Debrief 2000 Track Analysis Software
* Copyright: Copyright (c) 2000
* Company: MWC
* @author Ian Mayo
* @version 1.0
*/
import org.w3c.dom.Element;
import Debrief.Wrappers.Track.Core... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
689e3f08484eab5806645122d453ba8cf9ab7b26 | 95d0d319488eb2bc84557e0c63b152f8f7fb43b5 | /kaitou-ppp-manager/src/test/java/kaitou/ppp/manager/mock/manager/MockShopRTSManagerImpl.java | 2e7f0540257924c20b983d7795fdf5024d6e2dec | [] | no_license | kaitouzhao/kaitou-erp | b495867048b6a98bc9ab45d2d37962f71b7113ac | 27193e72a4a8455638db265c38b4293a032aa548 | refs/heads/master | 2020-03-29T09:55:58.480372 | 2015-07-06T02:06:04 | 2015-07-06T02:06:04 | 35,708,291 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 253 | java | package kaitou.ppp.manager.mock.manager;
import kaitou.ppp.manager.shop.impl.ShopRTSManagerImpl;
/**
* ShopRTSManagerImpl桩.
* User: 赵立伟
* Date: 2015/1/29
* Time: 21:56
*/
public class MockShopRTSManagerImpl extends ShopRTSManagerImpl {
}
| [
"Kid.Zhao@gmail.com"
] | Kid.Zhao@gmail.com |
113b0afce3d6cb231891aa05a1871935013ed0c7 | db2a87d7af621679921bfdcd93a212230684793a | /src/cn/javass/dp/visitor/example6/PrintNameVisitor.java | 56e9c8625510dac92d17500257c95066f19ad6b2 | [] | no_license | Wilsoncyf/designpattern | fa5f8a50e0d89f644ccb7edc1971465f3d21d3e4 | 11f62dd0753a7848c9de0453ee021a845347ebaa | refs/heads/master | 2022-12-05T02:48:24.323214 | 2020-08-31T15:50:02 | 2020-08-31T15:50:02 | 290,809,079 | 1 | 0 | null | null | null | null | GB18030 | Java | false | false | 528 | java | package cn.javass.dp.visitor.example6;
/**
* 具体的访问者,实现:输出对象的名称,在组合对象的名称前面添加"节点:",
* 在叶子对象的名称前面添加"叶子:"
*/
public class PrintNameVisitor implements Visitor {
public void visitComposite(Composite composite) {
//访问到组合对象的数据
System.out.println("节点:"+composite.getName());
}
public void visitLeaf(Leaf leaf) {
//访问到叶... | [
"417187306@qq.com"
] | 417187306@qq.com |
c703a19e915a4349eade3a50e98752af3ce9324a | 6bbbf5f5e84aa5a0108145e9344ccd1c147b6464 | /kikaha-modules/kikaha-urouting-api/source/kikaha/urouting/api/WrappedResponse.java | d42e7e519f8ff9c31e85914491b1feab625f318f | [
"Apache-2.0"
] | permissive | miere/kikaha | 054d213f5c1a6799ba361babf98591e8cc8140a9 | 6ea8156af2e95a3b3e349a93fbf00a14b0f32ef5 | refs/heads/master | 2020-03-13T17:52:33.184563 | 2018-03-18T23:38:00 | 2018-03-18T23:38:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 903 | java | package kikaha.urouting.api;
import lombok.RequiredArgsConstructor;
import lombok.Setter;
import lombok.experimental.Accessors;
@Setter
@Accessors( fluent=true )
@RequiredArgsConstructor
final public class WrappedResponse implements Response {
final Response wrapped;
Object entity;
int statusCode;
String encodi... | [
"miere00@gmail.com"
] | miere00@gmail.com |
8604c5f4693ab277802d48851dd34ad0e314424f | bfdb7a4a9fc8b23b9ca8eff94ec24bcab091f31b | /datacentre/accessPermission/oauthserver/src/main/java/com/standard/server/service/impl/OAthGrantedAuthorityServiceImpl.java | 16af5083f1f339b25d39ad87a5b02b0aa5d828af | [] | no_license | hzjianglf/standard | 1c8514fc2a9fdb8a8c4b128475904534903e8f32 | 06a777d6bd2cb70433e206673b470f75f7d4515d | refs/heads/master | 2020-07-27T02:08:20.298130 | 2019-07-07T10:47:19 | 2019-07-07T10:47:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 415 | java | package com.standard.server.service.impl;
import com.standard.base.service.impl.BaseServiceImpl;
import com.standard.server.entity.OAthGrantedAuthority;
import com.standard.server.service.OAthGrantedAuthorityService;
import org.springframework.stereotype.Service;
@Service
public class OAthGrantedAuthorityServiceImpl ... | [
"422375723@qq.com"
] | 422375723@qq.com |
c7a04d60aa1aee43d6d60e4c08947fc79d1e1320 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/alibaba--druid/99fe9112b4a51346922cf915cc36cbd6a16b6eba/after/SQLServerSchemaStatVisitor.java | e65b253abecab2e577bb34950cd1e6009373d8e5 | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,716 | java | /*
* Copyright 1999-2017 Alibaba Group Holding Ltd.
*
* 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... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
38349a526e30391872fa92b5d4729fd046628836 | ee5e362c7628cbf15c2e1a6e2105458bcba5b0bf | /retrolambda/src/main/java/net/orfjackal/retrolambda/LambdaSavingClassFileTransformer.java | f77bf286634283c96585fd7dbce7e8c81927f131 | [
"Apache-2.0"
] | permissive | yoyfook/retrolambda | a16daf219c8f782728a73c17d9152444ae09bc7d | 15b7f1eb33b9b57c2da0505f8b4aa435a60bf523 | refs/heads/master | 2020-12-25T06:06:41.935495 | 2013-08-28T12:33:37 | 2013-08-28T12:37:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,206 | java | // Copyright © 2013 Esko Luontola <www.orfjackal.net>
// This software is released under the Apache License 2.0.
// The license text is at http://www.apache.org/licenses/LICENSE-2.0
package net.orfjackal.retrolambda;
import java.io.IOException;
import java.lang.instrument.*;
import java.nio.file.*;
import java.securi... | [
"esko.luontola@gmail.com"
] | esko.luontola@gmail.com |
95833b49bca79cc6a23816efa405f7755a933b22 | 13cbb329807224bd736ff0ac38fd731eb6739389 | /javax/management/modelmbean/XMLParseException.java | 087868ea07d84b453f22ee680297c17775c8b621 | [] | no_license | ZhipingLi/rt-source | 5e2537ed5f25d9ba9a0f8009ff8eeca33930564c | 1a70a036a07b2c6b8a2aac6f71964192c89aae3c | refs/heads/master | 2023-07-14T15:00:33.100256 | 2021-09-01T04:49:04 | 2021-09-01T04:49:04 | 401,933,858 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,424 | java | package javax.management.modelmbean;
import com.sun.jmx.mbeanserver.GetPropertyAction;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.io.ObjectStreamField;
import java.security.AccessController;
public class XMLParseException extends Exception {
private ... | [
"michael__lee@yeah.net"
] | michael__lee@yeah.net |
ba0f7a3cba4e1a9a784cb19dccd1bb8d17284214 | a1826c2ed9c12cfc395fb1a14c1a2e1f097155cb | /uis-20180821/src/main/java/com/aliyun/uis20180821/models/DescribeUisNetworkInterfacesResponse.java | 7f839423e141cb0a3868e44edeae673279526074 | [
"Apache-2.0"
] | permissive | aliyun/alibabacloud-java-sdk | 83a6036a33c7278bca6f1bafccb0180940d58b0b | 008923f156adf2e4f4785a0419f60640273854ec | refs/heads/master | 2023-09-01T04:10:33.640756 | 2023-09-01T02:40:45 | 2023-09-01T02:40:45 | 288,968,318 | 40 | 45 | null | 2023-06-13T02:47:13 | 2020-08-20T09:51:08 | Java | UTF-8 | Java | false | false | 1,178 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.uis20180821.models;
import com.aliyun.tea.*;
public class DescribeUisNetworkInterfacesResponse extends TeaModel {
@NameInMap("headers")
@Validation(required = true)
public java.util.Map<String, String> headers;
@NameInMap("body... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
36ff7e9686c6062b7710b71db5f1d1227636eef8 | ba0c6c122042ca6a5635a9e9f2eab8b3fbb7e5be | /app/src/main/java/com/saiyi/oldmanwatch/utils/BitmapUtil.java | b3de1ff1e50f86136c6d35a40cb0c952867d115c | [] | no_license | WangZhouA/OldManWatch | b890afeeb6be13b214e03e85949f989d1df6200a | 74df1c14ce81f6e6e650f36f6cb73447f1b4e1ad | refs/heads/master | 2020-04-29T01:52:16.756760 | 2019-03-15T04:20:37 | 2019-03-15T04:20:37 | 175,744,613 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,761 | java | package com.saiyi.oldmanwatch.utils;
import android.content.Context;
import android.content.res.Resources;
import com.baidu.mapapi.map.BitmapDescriptor;
import com.baidu.mapapi.map.BitmapDescriptorFactory;
import com.saiyi.oldmanwatch.R;
/**
* Created by baidu on 17/3/8.
*/
public class BitmapUtil {
public s... | [
"514077686@qq.com"
] | 514077686@qq.com |
aa5e3135ba6ed3a9f8396a04c6d83de140fb770a | 24cb00af2472df8539a9280b1e3b3a4bb476bf5f | /src/officehours07_08_03/ListOfMaps.java | 91dd808c6ff8b4fc24f94ea030de69db9bdfb277 | [] | no_license | AygunEldar/java-programming | da28df8d9df4dd366f3c843f3e123d10a4e216e3 | 125d35600f2d823c77a90e7fbe9daf28dae3e482 | refs/heads/master | 2023-07-13T09:43:57.014483 | 2021-08-21T22:55:07 | 2021-08-21T22:55:07 | 360,311,676 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,143 | java | package officehours07_08_03;
import java.util.*;
public class ListOfMaps {
public static void main(String[] args) {
List<Map<String, String>> employees = new ArrayList<>();
Map<String, String> empData = new HashMap<>();
empData.put("EmpID", "5350");
empData.put("EmpName", "Joh... | [
"aygunalizadael@gmail.com"
] | aygunalizadael@gmail.com |
c967fd646646bcb46e93f8b252ea60c71e808ba9 | bf96e832cd390b2b46558c67371f5d0927596469 | /src/main/java/com/github/mkolisnyk/muto/reporter/MutoResult.java | e77203c0c04031e7f8c969912c3e5c7c69c4e68c | [
"Apache-2.0"
] | permissive | mkolisnyk/Muto | e2d3e7239baab8188ee35531857cbd8bbedd9e6e | 5720c2aa71e8dc77194f73eaa32e2f55c6b65e02 | refs/heads/master | 2020-07-21T11:31:19.676361 | 2014-06-21T19:04:20 | 2014-06-21T19:04:20 | 19,355,456 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,641 | java | package com.github.mkolisnyk.muto.reporter;
import java.io.File;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import javax.xml.bind.JAXB;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlTransient;
impor... | [
"kolesnik.nickolay@gmail.com"
] | kolesnik.nickolay@gmail.com |
96f39bb66904a99ec03437de05bc3d493fd36139 | b345f82f22f6607a6dcff8ef86c44dce80e8f378 | /subprojects/griffon-core/src/main/java/griffon/exceptions/InstanceMethodInvocationException.java | 5645f121c91400332f4d91b71ae8494ae383a1fc | [
"Apache-2.0"
] | permissive | eunsebi/griffon | 2296201165b0e4842e84d8764a7bde6f1f9ca56a | 52a2c4bb33953438d62fffd0e4b7d7740930bb0d | refs/heads/master | 2021-01-01T20:36:01.491286 | 2017-06-22T08:45:33 | 2017-06-22T08:45:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,435 | java | /*
* Copyright 2008-2017 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... | [
"aalmiray@gmail.com"
] | aalmiray@gmail.com |
f3f72be3537dde65c42f0b478a98c2b805ed2312 | bcdcfb873617f90c963f2a37718a1196b08a4501 | /workplace/MathUtils/src/com/math/.svn/text-base/Value_scale.java.svn-base | b8d0b51b545aaf7093210788068f250ba9068c9a | [] | no_license | realjune/androidCode | 13dc10be2becbdc4778ed2fb768c1acd199aee85 | 9437d3154ed01fa8a25ef918151e49bcd47fd9b6 | refs/heads/master | 2021-01-01T18:02:55.627149 | 2014-05-04T10:22:24 | 2014-05-04T10:22:24 | 11,117,339 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,217 | package com.math;
public class Value_scale {
/**根据数据范围计算数据轴刻度
* <pre>
* 单位刻度:一天
* 最多刻度数量:7个
* <1天:(step:1)0,1
* <=7天:(step:1)1,2,3,4,5,6,7
* 8天:(step:2)1,3,5,7,9
* 29天:(step:5)1,6,11,16,21,26,31
* >月:(月)
* 3个月:(step:15)1,16,31,56,71,96,111 或者(step:月):1,2,3
* 大于年:(step:n... | [
"7978241a@163.com"
] | 7978241a@163.com | |
5032de6d5c0634069461a978af5dc32fc056b99e | 4fae6e6985f17c247168691f7299e009c0541f0f | /src/main/java/com/aparapi/examples/extension/HistogramIdeal.java | 8e961352aa4b6dad6bfbf4a87f4c757892e2dead | [
"Apache-2.0"
] | permissive | KotaTsuboi/aparapi-examples | 45f45d2031dbd1c753263694fbb003644f25671a | c5c6a75ce4de470af6ffb06ec940a40b5f65fd9e | refs/heads/master | 2023-03-02T12:45:54.178207 | 2021-02-16T16:25:27 | 2021-02-16T16:25:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,219 | java | /**
* Copyright (c) 2016 - 2018 Syncleus, 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 la... | [
"jeffrey.freeman@syncleus.com"
] | jeffrey.freeman@syncleus.com |
b1f33396e8c5a023b3c97b680e4a6976692200de | 227846f62522142ae588214205025e732a7122da | /http-session/http-session-android/app/src/main/java/com/muhardin/endy/belajar/android/security/httpsession/helpers/RestClient.java | b52ca1ccd02a4443905025984f377d9c1ef495ec | [] | no_license | endymuhardin/belajar-android-security | 697bb55aa9e8aab13ebd64b150a60903495282bc | 2b6afec076605ab5f2358f2fa379e76d66b684d6 | refs/heads/master | 2021-01-01T05:25:28.082948 | 2016-04-20T04:50:08 | 2016-04-20T04:50:08 | 56,654,678 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 377 | java | package com.muhardin.endy.belajar.android.security.httpsession.helpers;
import java.util.HashMap;
import java.util.Map;
public class RestClient {
public void login(String username, String password){
}
public Map<String, Object> getUserInfo(){
Map<String, Object> hasil = new HashMap<>();
... | [
"endy.muhardin@gmail.com"
] | endy.muhardin@gmail.com |
b4cbb888e06b5d561ee161945f1829d8d6bd31f6 | 511909dece65ca69e44d89e7cb30013afe599b71 | /struts2-test1/src/main/java/com/lxf/timerintercepter/AuthIntercepter.java | 3637d8ac5efbf02c534121ecc64e9b8940bdf501 | [] | no_license | liangxifeng833/java | b0b84eb7cb719ebf588e6856ab7d8441573213ae | fe9fe02a91671df789ad45664752ffa1f9da7821 | refs/heads/master | 2023-05-25T21:02:32.522297 | 2023-05-12T03:37:33 | 2023-05-12T03:37:33 | 253,181,449 | 0 | 0 | null | 2022-12-16T15:27:56 | 2020-04-05T07:44:02 | JavaScript | UTF-8 | Java | false | false | 891 | java | package com.lxf.timerintercepter;
/**
* 拦截器,用来验证用户登录
*/
import java.util.Map;
import com.opensymphony.xwork2.ActionContext;
import com.opensymphony.xwork2.ActionInvocation;
import com.opensymphony.xwork2.interceptor.AbstractInterceptor;
public class AuthIntercepter extends AbstractInterceptor {
/**
* 自动调... | [
"liangxifeng833@163.com"
] | liangxifeng833@163.com |
e43b936b7d0d3c6868c6b1ea148a91d7bb31fd27 | 39324b6382a128a39a5ba20344cd88524ac48ab2 | /src/main/java/com/example/godcode/ui/fragment/deatailFragment/EditAssetFragment.java | 4789300c51dd2792a2c67b4521e9038dd485c36f | [] | no_license | huanglonghu/GodCode_CN | 804d9123844486e909e2b461a0533378e62d470b | 50280476046865efb0d08c262af03fd28b625808 | refs/heads/master | 2021-03-17T09:01:12.841965 | 2020-03-13T03:20:48 | 2020-03-13T03:20:48 | 246,978,686 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,618 | java | package com.example.godcode.ui.fragment.deatailFragment;
import android.databinding.DataBindingUtil;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.text.TextUtils;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.To... | [
"952204748@qq.com"
] | 952204748@qq.com |
d2e01ae5ae66223fd88ceadd48b01cddf7efa0fc | f80b63052b690ef6c145727c4c0a46b94ec33394 | /ylc/src/com/nangua/xiaomanjflc/UmengManager.java | 578c8491873cd438c5c2ad7dc194422bd95f394a | [] | no_license | dougisadog/xiaoman | dbd31ff957ec4e90606ed395c57275561d9a9b40 | 5dc8bb23f4680eaeded0fd6421c39aeb62ca1eee | refs/heads/master | 2020-12-11T07:19:04.544002 | 2017-09-06T09:18:58 | 2017-09-06T09:18:59 | 68,798,640 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,567 | java | package com.nangua.xiaomanjflc;
import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.lang.reflect.Method;
import java.util.Date;
import java.util.List;
import java.util.Map.Entry;
import com.louding.frame.KJDB;
import com.nangua.xiaoma... | [
"wzc2542736@163.com"
] | wzc2542736@163.com |
18fe0ebc88cdcb604f3e6b5151c64d00ddf482ee | 82a0c3f367d274a2c5a791945f320fc29f971e31 | /src/main/java/com/somoplay/artonexpress/fedex/Rate/B13AFilingOptionType.java | 850470d0b1a412c9c0f0b64739474f772414776e | [] | no_license | zl20072008zl/arton_nov | a21e682e40a2ee4d9e1b416565942c8a62a8951f | c3571a7b31c561691a785e3d2640ea0b5ab770a7 | refs/heads/master | 2020-03-19T02:22:35.567584 | 2018-05-20T14:16:43 | 2018-05-20T14:16:43 | 135,623,385 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,420 | java | /**
* B13AFilingOptionType.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.somoplay.artonexpress.fedex.Rate;
public class B13AFilingOptionType implements java.io.Serializable {
private java.lang.String _value_;
private... | [
"lmywilks@hotmail.com"
] | lmywilks@hotmail.com |
38cd250d865150b2ebdacd2b88c19262c39468c5 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/15/15_50c501127e82245664d3837c395c40448a5bc507/InvariantLhsGivenTargetPhraseFeature/15_50c501127e82245664d3837c395c40448a5bc507_InvariantLhsGivenTargetPhraseFeature_t.java | 7bb45a7f9ad9bed3e8d9c8c5bdb918ceba2e8e60 | [] | 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,527 | java | package edu.jhu.thrax.hadoop.features.mapred;
import java.io.IOException;
import org.apache.hadoop.io.DoubleWritable;
import org.apache.hadoop.io.IntWritable;
import org.apache.hadoop.io.NullWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.io.Writable;
import org.apache.hadoop.io.Writabl... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
980f62c2de64b9c1a3585bfa69aa3b4642e74d72 | 1c53d5257ea7be9450919e6b9e0491944a93ba80 | /merge-scenarios/MPAndroidChart/bc7ce8d0-MPChartLib-src-com-github-mikephil-charting-data-BarDataSet/expected.java | e03e076ffe6cda491a3b83065835f93e8995bc4c | [] | no_license | anonyFVer/mastery-material | 89062928807a1f859e9e8b9a113b2d2d123dc3f1 | db76ee571b84be5db2d245f3b593b29ebfaaf458 | refs/heads/master | 2023-03-16T13:13:49.798374 | 2021-02-26T04:19:19 | 2021-02-26T04:19:19 | 342,556,129 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,946 | java | package com.github.mikephil.charting.data;
import android.graphics.Color;
import com.github.mikephil.charting.interfaces.datasets.IBarDataSet;
import java.util.ArrayList;
import java.util.List;
public class BarDataSet extends BarLineScatterCandleBubbleDataSet<BarEntry> implements IBarDataSet {
private float mBar... | [
"namasikanam@gmail.com"
] | namasikanam@gmail.com |
879b2b54fe8c122e7f5db3e8c4e2a624f986c96b | d4a894f065c3a31746b25bcdb03fc44aba96b397 | /src/com/javacore/chapter21/ex6/ShowFile.java | 698ec119c3e6286a3546d160a7a682832308eb21 | [] | no_license | taorusb/JavaCore | 4db648b6373d037176d0cc7dfb471541947719da | 769d391ebdf3e36f8e580a3aa3c0c30dd98670b0 | refs/heads/main | 2023-03-06T11:05:28.712215 | 2021-02-17T15:51:05 | 2021-02-17T15:51:05 | 331,033,933 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,729 | java | package com.javacore.chapter21.ex6;
import java.io.IOException;
import java.io.InputStream;
import java.nio.file.Files;
import java.nio.file.InvalidPathException;
import java.nio.file.Path;
/*
Эта программа выводит текстовой файл, используя код
потокового ввода-вывода на основе системы NIO.
Требуется установка JDK... | [
"taorus@inbox.ru"
] | taorus@inbox.ru |
2c0e43ede22994a7feab71298ab254725bdf7bbf | 9f8bda0c1e7d1176e9600030b089d5c45e7ccafc | /src/main/java/com/zsw/demo/serializer/protostuff/ProtostuffEncoder.java | 6e629c0669a694c0ad18701eeb4f9dc23abc8065 | [
"Apache-2.0"
] | permissive | MasterOogwayis/java-io | 60d50ccaf6152b042fe742720330f970edbbf4d1 | 30f42eee6ba2f59d9717f46994f97fa262e6acc2 | refs/heads/master | 2022-06-18T18:00:32.954437 | 2019-10-21T06:58:15 | 2019-10-21T06:58:15 | 191,671,242 | 0 | 0 | Apache-2.0 | 2022-05-20T21:10:01 | 2019-06-13T01:48:27 | Java | UTF-8 | Java | false | false | 508 | java | package com.zsw.demo.serializer.protostuff;
import io.netty.buffer.ByteBuf;
import io.netty.channel.ChannelHandlerContext;
import io.netty.handler.codec.MessageToByteEncoder;
/**
* @author ZhangShaowei on 2019/9/26 15:14
**/
public class ProtostuffEncoder extends MessageToByteEncoder<Object> {
@Override
pr... | [
"499504777@qq.com"
] | 499504777@qq.com |
98c94451970d35b676fd20197c093b7ea10ff9fb | 79595075622ded0bf43023f716389f61d8e96e94 | /app/src/main/java/android/content/CursorEntityIterator.java | bad58327c7a3587e7bc02f67bb28632f94b128e1 | [] | no_license | dstmath/OppoR15 | 96f1f7bb4d9cfad47609316debc55095edcd6b56 | b9a4da845af251213d7b4c1b35db3e2415290c96 | refs/heads/master | 2020-03-24T16:52:14.198588 | 2019-05-27T02:24:53 | 2019-05-27T02:24:53 | 142,840,716 | 7 | 4 | null | null | null | null | UTF-8 | Java | false | false | 1,785 | java | package android.content;
import android.database.Cursor;
import android.os.RemoteException;
public abstract class CursorEntityIterator implements EntityIterator {
private final Cursor mCursor;
private boolean mIsClosed = false;
public abstract Entity getEntityAndIncrementCursor(Cursor cursor) throws Remo... | [
"toor@debian.toor"
] | toor@debian.toor |
f394602018955019e6da36bc4aa1399dd68878bb | 4c9d35da30abf3ec157e6bad03637ebea626da3f | /eclipse/src/org/ripple/power/ui/RPLabel.java | a373cd0ff1747da3f722ade7851873e823ee1685 | [
"Apache-2.0"
] | permissive | youweixue/RipplePower | 9e6029b94a057e7109db5b0df3b9fd89c302f743 | 61c0422fa50c79533e9d6486386a517565cd46d2 | refs/heads/master | 2020-04-06T04:40:53.955070 | 2015-04-02T12:22:30 | 2015-04-02T12:22:30 | 33,860,735 | 0 | 0 | null | 2015-04-13T09:52:14 | 2015-04-13T09:52:11 | null | UTF-8 | Java | false | false | 521 | java | package org.ripple.power.ui;
import javax.swing.ImageIcon;
import javax.swing.JLabel;
import org.ripple.power.ui.graphics.LColor;
public class RPLabel extends JLabel{
/**
*
*/
private static final long serialVersionUID = 1L;
public RPLabel(String name){
super(name);
setBackground(new LColor(70, 70, 70)... | [
"longwind2012@hotmail.com"
] | longwind2012@hotmail.com |
a0c51c20b90f2875925456631b42bfee44c9669a | 6baf1fe00541560788e78de5244ae17a7a2b375a | /hollywood/com.oculus.updater-OSUpdater/sources/com/fasterxml/jackson/core/base/ParserMinimalBase.java | 2111eafe457bde8c333acc1733d9a68ed9418302 | [] | 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 | 5,279 | java | package com.fasterxml.jackson.core.base;
import com.fasterxml.jackson.core.Base64Variant;
import com.fasterxml.jackson.core.JsonParseException;
import com.fasterxml.jackson.core.JsonParser;
import com.fasterxml.jackson.core.JsonToken;
import com.fasterxml.jackson.core.Version;
import com.fasterxml.jackson.core.io.Numb... | [
"cyuubiapps@gmail.com"
] | cyuubiapps@gmail.com |
e24046d49ff48c6841981426eaa5aeffc322f4ce | f71a9af6f6e6c5eb0022eef9e6ef6553a82443fd | /sdk/src/main/java/com/sdf/sdk/widgets/WaitPorgressDialog.java | 74acdaefa02c4cbc454fb0fbec3d0bbdb803b654 | [] | no_license | Emmptee/Daily | 96466440ff9639944bb1adef957d4ecc65788b5b | f213c704ed01c334608fd0adc61b995ac159c3e7 | refs/heads/master | 2020-03-24T16:15:11.307118 | 2018-08-08T09:12:43 | 2018-08-08T09:12:43 | 142,817,995 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 456 | java | package com.sdf.sdk.widgets;
import android.app.ProgressDialog;
import android.content.Context;
/**
* Created by Horrarndoo on 2017/4/17.
* <p>
* 等待提示dialog
*/
public class WaitPorgressDialog extends ProgressDialog {
public WaitPorgressDialog(Context context) {
this(context, 0);
}
public Wa... | [
"dds.c@163.com"
] | dds.c@163.com |
01789e1498a3ee45b638cee8032fd767d3ae9289 | 31f4cab278d83a755f1e434f35273223b049d172 | /repositories/jackrabbit-oak/oak-commons/src/test/java/org/apache/jackrabbit/oak/commons/ArrayUtilsTest.java | d886d2eada4fad6c627bf95adef27bf177dbbe93 | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | JenniferJohnson89/bugs_dot_jar_dissection | 2a017f5f77772ddb2b9a5e45423ae084fa1bd7a0 | 7012cccce9a3fdbfc97a0ca507420c24650f6bcf | refs/heads/main | 2022-12-28T16:38:18.039203 | 2020-10-20T09:45:47 | 2020-10-20T09:45:47 | 305,639,612 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,770 | 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 ... | [
"JenniferJonhnson89@163.com"
] | JenniferJonhnson89@163.com |
7badd9cdfc992c0417808e45edb9e2662f7b8e4a | 82b3237fb7dc5abaf282242477a0bb15ba36975e | /src/main/java/org/drip/graph/asymptote/BinomialHeapTimeComplexity.java | 64877e65c89558e81bf03344c437975c53518d54 | [
"Apache-2.0"
] | permissive | chengjon/DROP | 6d7cbf5fa066d33203e4d9a7dc0c90c9eea1f246 | 0909c1da1297cc1baac6ea135946afe5b214e47a | refs/heads/master | 2023-03-15T07:53:34.940497 | 2021-03-02T04:36:42 | 2021-03-02T04:36:42 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 8,062 | java |
package org.drip.graph.asymptote;
/*
* -*- mode: java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*/
/*!
* Copyright (C) 2020 Lakshmi Krishnamurthy
*
* This file is part of DROP, an open-source library targeting analytics/risk, transaction cost analytics,
* asset liability management analyt... | [
"lakshmimv7977@gmail.com"
] | lakshmimv7977@gmail.com |
8137e1f3491020a60963ece5454ab17d722472aa | e21d17cdcd99c5d53300a7295ebb41e0f876bbcb | /22_Chapters_Edition/src/main/resources/ExampleCodes/strings/Rudolph.java | 55db08245b301f1f2261e85be59bc1001b779028 | [] | no_license | lypgod/Thinking_In_Java_4th_Edition | dc42a377de28ae51de2c4000a860cd3bc93d0620 | 5dae477f1a44b15b9aa4944ecae2175bd5d8c10e | refs/heads/master | 2020-04-05T17:39:55.720961 | 2018-11-11T12:07:56 | 2018-11-11T12:08:26 | 157,070,646 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 322 | java | package ExampleCodes.strings;//: strings/Rudolph.java
public class Rudolph {
public static void main(String[] args) {
for(String pattern : new String[]{ "Rudolph",
"[rR]udolph", "[rR][aeiou][a-z]ol.*", "R.*" })
System.out.println("Rudolph".matches(pattern));
}
} /* Output:
true
true
true
true
*///:... | [
"lypgod@hotmail.com"
] | lypgod@hotmail.com |
de5248067d0ffb8079bcb9752a2336fce73cec5b | 6635387159b685ab34f9c927b878734bd6040e7e | /src/boz.java | 8f5266abfc053879f434db36f565305c97f6fecc | [] | no_license | RepoForks/com.snapchat.android | 987dd3d4a72c2f43bc52f5dea9d55bfb190966e2 | 6e28a32ad495cf14f87e512dd0be700f5186b4c6 | refs/heads/master | 2021-05-05T10:36:16.396377 | 2015-07-16T16:46:26 | 2015-07-16T16:46:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 264 | java | public abstract interface boz
{
public abstract bok a(cax paramcax, boolean paramBoolean);
public abstract bol a(caw paramcaw, boolean paramBoolean);
}
/* Location:
* Qualified Name: boz
* Java Class Version: 6 (50.0)
* JD-Core Version: 0.7.1
*/ | [
"reverseengineeringer@hackeradmin.com"
] | reverseengineeringer@hackeradmin.com |
fcf3b2f642bd9d0fa9369fce56ff9cf0e624c7c3 | a67000deb8efbe45304c6071bba5182fff747d56 | /src/f_cadenasCaracteres/a_cadenas.java | 41e66c555ff99b566a3d57deb591a8c61495a8bc | [] | no_license | jorgelfant/javaCourse | c406dce78f3ce1ca4c52eb194cec04830e1ffe2f | 493707bc3f3728e92ae73f264afaed8895a377a1 | refs/heads/master | 2022-12-06T05:59:08.671126 | 2020-09-07T17:48:16 | 2020-09-07T17:48:16 | 254,644,862 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 761 | java | package f_cadenasCaracteres;
public class a_cadenas {
public static void main(String[] args) {
String hola = "Hola jorge";
String hola2 = " que tal";
String num = "15";
int numero = 15;
System.out.println(hola.length());//da 10
System.out.println(hola.substring(0, 6));//da hola j 0<6 no aba... | [
"jorgel_fant@yahoo.com"
] | jorgel_fant@yahoo.com |
1838e8f1710f668067ac28dc738b5163131fed02 | df5d6a911400cbc26a990349891310f2ee118ef1 | /smoothcsv-commons/src/main/java/com/smoothcsv/commons/utils/ArrayUtils.java | 6be2db71764683832a2a39402d226adc00d184ee | [
"Apache-2.0"
] | permissive | k-hatano/smoothcsv | 8df0eb4a9d66e24e08b547f5aa20d6cbb2b8254c | ab37ddd2c9f45d05872c8bf1d43ff49e3de2c18a | refs/heads/master | 2022-05-22T17:35:16.465561 | 2020-06-06T01:28:18 | 2020-06-06T01:39:45 | 204,708,583 | 1 | 0 | null | 2019-08-27T22:24:14 | 2019-08-27T13:24:13 | null | UTF-8 | Java | false | false | 5,133 | java | /*
* Copyright 2016 kohii
*
* 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, s... | [
"kohii.git@gmail.com"
] | kohii.git@gmail.com |
14459b009131c9b20cd3fa049e829a601210e786 | a634abe28714c187057cdf9e0b469a6de1b3647e | /app/src/test/java/org/jboss/hal/processor/mbui/masterdetail/MasterDetailTest.java | 54f3cf31ab59a63e475a82be527b95feb09dd5e5 | [
"Apache-2.0"
] | permissive | hal/console | 23328a2ee8dd640e53cff81eaf1c519e3a98f024 | 32cbfefaa7ca9254e439dbd787bda58d8490b6e7 | refs/heads/main | 2023-08-21T11:06:39.446971 | 2023-08-16T06:17:17 | 2023-08-16T06:17:17 | 38,317,187 | 31 | 105 | Apache-2.0 | 2023-09-14T21:26:53 | 2015-06-30T15:26:19 | Java | UTF-8 | Java | false | false | 1,252 | java | /*
* Copyright 2022 Red Hat
*
* 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 applicable law or agreed ... | [
"harald.pehl@gmail.com"
] | harald.pehl@gmail.com |
762f41719e9c7737361dc7f8dbd5a8eea8f0b2c2 | 6679b6728c7669fd80feb974e720bc3af66ecb30 | /client/src/main/java/com/threerings/gardens/client/ReconnectPanel.java | f55be5695f5eda6016a808665bc5e868b7d82b28 | [] | no_license | threerings/game-gardens | 5b4d771d073585284d1e7e804353f785113fa996 | ac7d95dcafb21ba2fb5b5b8ca89b3d6662581fb3 | refs/heads/master | 2016-09-06T06:38:36.504000 | 2013-05-24T23:03:55 | 2013-05-24T23:35:09 | 1,583,758 | 10 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,145 | java | //
// Game Gardens - a platform for hosting simple multiplayer Java games
// Copyright (c) 2005-2013, Three Rings Design, Inc. - All rights reserved.
// https://github.com/threerings/game-gardens/blob/master/LICENSE
package com.threerings.gardens.client;
import com.google.gwt.event.dom.client.ClickEvent;
import com.g... | [
"mdb@samskivert.com"
] | mdb@samskivert.com |
73a7901279f64aa8e45d965a850e461a975f66de | 6c7e279a45b37d597297f999d5ee0c5adde8a29e | /src/main/java/com/alipay/api/request/KoubeiMarketingDataSmartactivityConfigRequest.java | a0c526b422cb1e0f557a4bd3cfd7a64b6a0386ef | [] | no_license | tomowork/alipay-sdk-java | a09fffb8a48c41561b36b903c87bdf5e881451f6 | 387489e4a326c27a7b9fb6d38ee0b33aa1a3568f | refs/heads/master | 2021-01-18T03:55:00.944718 | 2017-03-22T03:52:16 | 2017-03-22T03:59:16 | 85,776,800 | 1 | 2 | null | 2017-03-22T03:59:18 | 2017-03-22T02:37:45 | Java | UTF-8 | Java | false | false | 3,082 | java | package com.alipay.api.request;
import com.alipay.api.domain.KoubeiMarketingDataSmartactivityConfigModel;
import java.util.Map;
import com.alipay.api.AlipayRequest;
import com.alipay.api.internal.util.AlipayHashMap;
import com.alipay.api.response.KoubeiMarketingDataSmartactivityConfigResponse;
import com.alipay.api.A... | [
"zlei.huang@tomowork.com"
] | zlei.huang@tomowork.com |
7e11b42aed4fb8d3bd39161e00a0030e55f403cf | 1c2fc95d66ea34fdcb4f2352c8d2d362b3b5b367 | /Test/design/组合模式/example7/Component.java | e884186da1f795ea334c227e4a60bef5fdc77e63 | [] | no_license | lryxxh/Study | 2473647837535055af9cf3f6c048a81cc09be2bb | 47c556afeff8223aba3e324407fe6af97071884a | refs/heads/master | 2020-12-02T12:46:27.455563 | 2017-07-08T03:07:22 | 2017-07-08T03:07:22 | 96,589,823 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,806 | java | package 组合模式.example7;
/**
* 抽象的组件对象
*/
public abstract class Component {
/**
* 记录每个组件的路径
*/
private String componentPath = "";
/**
* 获取组件的路径
*
* @return 组件的路径
*/
public String getComponentPath() {
return componentPath;
}
/**
* 设置组件的路径
*
* @param componentPath
* 组件的路径
*/
... | [
"lryxxh@163.com"
] | lryxxh@163.com |
a6722449a0797931c32a5b7b5df93f9a0f896b02 | 09960b68707da3891f45ac2eda90e177a742b28d | /web/ahnew/src/main/java/com/szty/aihao/service/mvnforumvideo_service.java | 88be7a14cb7861ec66cc3d38a26161168e6af7bc | [] | no_license | jiangyiman/szty | a72434d586f836f8a9039b3a5a293f614a1e4b99 | 9087733b2b88b6ac0e0cd7d13652f02b42cdb848 | refs/heads/master | 2021-05-30T22:03:01.114487 | 2016-03-25T06:25:18 | 2016-03-25T06:25:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,887 | java | /*
*@===================================================================
*@项目说明
*@作者:宋春林
*@版本信息:@Copy Right 2011-2015
*@文件: iDataMvnforumvideo.java
*@项目名称:JAVA项目管理
*@创建时间:2015/10/15
*@===================================================================
*/
package com.szty.aihao.service;
import com.szty.aiha... | [
"279941737@qq.com"
] | 279941737@qq.com |
40d527f3a10aff12e53c505166eb48ebc22b3172 | 7f17c2ad530ace1ba3467c787a3cca39c2a417bc | /core/src/main/java/io/machinecode/chainlink/core/jsl/impl/task/ItemWriterImpl.java | 8dd6787fab9fa2c49e7f00002ed8bbd6364ab513 | [
"Apache-2.0"
] | permissive | BrentDouglas/chainlink | acc3c197a07bc199425f5458f6253c8f5a3e4c92 | 376e194ccdd2e6e2f1a4a4b39c7e7f0a4dd81ca3 | refs/heads/master | 2021-01-15T13:48:23.808562 | 2015-11-16T19:19:11 | 2015-11-16T19:19:11 | 17,303,791 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,909 | java | /*
* Copyright 2015 Brent Douglas and other contributors
* as indicated by the @author tags. 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.or... | [
"brent.n.douglas@gmail.com"
] | brent.n.douglas@gmail.com |
64a05034e5560b0ca3f4fd658318073e2f8dd67c | 2bc2eadc9b0f70d6d1286ef474902466988a880f | /tags/mule-1.3.1/mule/tests/core/src/test/java/org/mule/test/transformers/ObjectByteArrayTransformersWithStringsTestCase.java | 00ef882638e93dcc8c123b33d43af37a0b6176ba | [] | no_license | OrgSmells/codehaus-mule-git | 085434a4b7781a5def2b9b4e37396081eaeba394 | f8584627c7acb13efdf3276396015439ea6a0721 | refs/heads/master | 2022-12-24T07:33:30.190368 | 2020-02-27T19:10:29 | 2020-02-27T19:10:29 | 243,593,543 | 0 | 0 | null | 2022-12-15T23:30:00 | 2020-02-27T18:56:48 | null | UTF-8 | Java | false | false | 1,251 | java | /*
* $Id$
* --------------------------------------------------------------------------------------
* Copyright (c) MuleSource, Inc. All rights reserved. http://www.mulesource.com
*
* The software in this package is published under the terms of the MuleSource MPL
* license, a copy of which has been included with... | [
"lajos@bf997673-6b11-0410-b953-e057580c5b09"
] | lajos@bf997673-6b11-0410-b953-e057580c5b09 |
6ffb7bd1e762cec5520b1e6830d2c16cca91d88a | a33aac97878b2cb15677be26e308cbc46e2862d2 | /data/libgdx/btPersistentManifoldArray_push_back.java | 03b39c4e06675830c0d630aa4f5002447b204be7 | [] | no_license | GabeOchieng/ggnn.tensorflow | f5d7d0bca52258336fc12c9de6ae38223f28f786 | 7c62c0e8427bea6c8bec2cebf157b6f1ea70a213 | refs/heads/master | 2022-05-30T11:17:42.278048 | 2020-05-02T11:33:31 | 2020-05-02T11:33:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 165 | java | public void push_back(btPersistentManifold _Val) {
CollisionJNI.btPersistentManifoldArray_push_back(swigCPtr, this, btPersistentManifold.getCPtr(_Val), _Val);
}
| [
"bdqnghi@gmail.com"
] | bdqnghi@gmail.com |
12e5cfe1cdde5211267231db2dda2b0f61b6d6ba | ed952f6f85093489b36fc3553f03aed0126493b3 | /src/main/java/com/minea/sisas/web/rest/BannerResource.java | 71279815ad07bf1cfa4f784d9090bd66d5796cbe | [] | no_license | kaduart/sisas-system | f32169c72953cfb20da3f6fefffb30db81aac02e | 809fdc2e4991cdb3a3c43e884d6ff78bdc53b84b | refs/heads/master | 2022-12-15T13:43:49.280832 | 2020-08-23T17:23:34 | 2020-08-23T17:23:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,835 | java | package com.minea.sisas.web.rest;
import com.codahale.metrics.annotation.Timed;
import com.minea.sisas.domain.Banner;
import com.minea.sisas.service.BannerService;
import com.minea.sisas.web.rest.errors.BadRequestAlertException;
import com.minea.sisas.web.rest.util.HeaderUtil;
import com.minea.sisas.web.rest.util.Pagi... | [
"unknown@example.com"
] | unknown@example.com |
1d31eab398ef3dee0d7b2180a7048bcc750b8ff3 | 69bccb8a384c223d9c70d9530d8aab8bb738290a | /app/src/main/java/com/yuwei/utils/Ultralight.java | da43d30bbfca281d18e3ba6b6c9ea47b2bf86983 | [] | no_license | xiaohualaila/ImageDoor | f0964fe10407641499e88634073891e7c9203585 | 4e46876ffae460fd85d22af33af6e9f0dc35588b | refs/heads/master | 2021-08-28T05:32:05.442270 | 2017-12-11T09:29:59 | 2017-12-11T09:29:59 | 113,839,016 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,818 | java | package com.yuwei.utils;
/**
* Created by Administrator on 2016/12/23.
*/
public class Ultralight extends CardCommon {
public static void end() {
ICCRF.rf_rfinf_reset(id, (byte) 0);//0区清零;
}
public static boolean start() {
ICCRF.rf_rfinf_reset(id, (byte) 1);//1区写
rf_UL_findcard... | [
"380129462@qq.com"
] | 380129462@qq.com |
21cf3b8ebd0933c45c2062ddd351dee8246f679e | b5fcd64be1a8cf669b6a5607bfe332e5e6c66b09 | /src/main/java/io/manebot/plugin/audio/mixer/output/NativeMixerSink.java | 5a304fabda4d55af10d87a355a37dd0525d36cbd | [
"Apache-2.0"
] | permissive | Manebot/audio | f5b500c50ed8c11ad22bf184bc6ec6ca3736f665 | 722924fe583c8dc23078666ea73d3f11b3373f6c | refs/heads/master | 2023-02-24T08:50:02.884762 | 2023-02-17T23:04:15 | 2023-02-17T23:04:15 | 175,074,254 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 592 | java | package io.manebot.plugin.audio.mixer.output;
import javax.sound.sampled.AudioFormat;
import javax.sound.sampled.AudioSystem;
import javax.sound.sampled.LineUnavailableException;
/**
* Wraps the Java mixer sink. This sink uses the Java audio layer. Used by TeamSpeak (+ generic Audio plugin stuff)
*/
public class ... | [
"teamlixo@gmail.com"
] | teamlixo@gmail.com |
5b609787a98035ab5c522be2a9fce17657a81c12 | 052977a9eb0fafd34efe5b2de8f61da50fce8fc4 | /2016-04-16_lab/model-jpa/src/main/java/swt6/orm/domain/annotated/Project.java | b4168f5ae32d3458a49fb3a0acd3c8b49c944b82 | [] | no_license | FH-Thomas-Herzog/SWT6 | 6f72cbf5d2b24bbf537cb10deca5a580b66fb041 | 9582073d2e9749501813b3f296cf4869c476c352 | refs/heads/master | 2021-01-18T22:49:38.958060 | 2016-06-03T17:21:47 | 2016-06-03T17:21:47 | 52,601,828 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,176 | java | package swt6.orm.domain.annotated;
import java.io.Serializable;
import java.util.HashSet;
import java.util.Set;
public class Project implements Serializable {
private static final long serialVersionUID = 1L;
private Long id;
private String name;
// private Employee manager;
private Set<Employee> ... | [
"herzog.thomas81@gmail.com"
] | herzog.thomas81@gmail.com |
23d7b1b2ea307662a714a7aef09ac8172169e729 | 11fa8dcb980983e49877c52ed7e5713e0dca4aad | /trunk/src/net/sourceforge/service/admin/impl/CountryManagerImpl.java | dfa5888b3809e2ede2f6223db1a7764e59bf9f66 | [] | no_license | Novthirteen/oa-system | 0262a6538aa023ededa1254c26c42bc19a70357c | c698a0c09bbd6b902700e9ccab7018470c538e70 | refs/heads/master | 2021-01-15T16:29:18.465902 | 2009-03-20T12:41:16 | 2009-03-20T12:41:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,507 | java | /* =====================================================================
*
* Copyright (c) Sourceforge INFORMATION TECHNOLOGY All rights reserved.
*
* =====================================================================
*/
package net.sourceforge.service.admin.impl;
import java.util.ArrayList;
import ... | [
"novthirteen@1ac4a774-0534-11de-a6e9-d320b29efae0"
] | novthirteen@1ac4a774-0534-11de-a6e9-d320b29efae0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.