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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
836882eb9054e069df20891f1f6a843d192007e7 | fcde9046e14040dfc29a36c2f7644bf2cb89750c | /src/newbieprotect/Nprotect.java | c914b96ff0be6e3b112717cf1933cdaf0dd45185 | [] | no_license | Shevchik/NewbieProtect | 6996108a9fe56c356346f0bffbf4dbc2bf1f0ede | 00899254dd149d5605e3bebf111ac18bd1406743 | refs/heads/master | 2020-12-24T16:24:07.287945 | 2016-03-05T17:56:57 | 2016-03-05T17:56:57 | 13,032,548 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 740 | java | package newbieprotect;
import org.bukkit.event.HandlerList;
import org.bukkit.plugin.java.JavaPlugin;
public class Nprotect extends JavaPlugin {
private Config config;
private Storage storage;
private EventsListener listener;
@Override
public void onEnable() {
setNaggable(false);
config = new Config(this);... | [
"Shev4ik.den@gmail.com"
] | Shev4ik.den@gmail.com |
6784acf7c00b0eb779fb0853dd99c3ae2311c500 | c4e59c9741c47b99aa18a859042ec7093b363daa | /src/Job23DstIpPortInse6620.java | f58c304d14941bb9be9ae87af352866f37ca7889 | [] | no_license | srinathman/inse6620-project | e739d7bd58484af6fc2e4a5ffcd1ced66793b67c | 4f4a1a9fd89ea704c502b242f2de17457bf54365 | refs/heads/master | 2021-01-19T03:42:15.856769 | 2016-08-08T02:18:27 | 2016-08-08T02:18:27 | 63,834,218 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,161 | java | import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.io.IntWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Job;
import org.apache.hadoop.mapreduce.lib.input.FileInputFormat;
import org.apache.hadoop.mapreduce.lib.output.FileOutputFormat;
... | [
"cloudera@quickstart.cloudera"
] | cloudera@quickstart.cloudera |
43c54c87003a0f49b56ad4b09c5e4fd00137d0d3 | 7f996676ba54912119581e4585ed465637e99a9c | /maven-plugin/src/main/java/hudson/maven/FilteredChangeLogSet.java | 8b5461899d0781b2d435a6d4b7058e618687dc8c | [] | no_license | hudson3-plugins/legacy-maven-support | 8e5788360b75e827020b2dca50591689e85dc506 | 202878a281f1dace2489cef31c93a1048769f10e | refs/heads/master | 2023-05-31T13:10:47.716237 | 2014-05-27T23:25:44 | 2014-05-27T23:25:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,109 | java | /*
* The MIT License
*
* Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without l... | [
"mcculls@gmail.com"
] | mcculls@gmail.com |
35124d79da71b3c5fae6f9af4d97f64fc3142719 | 92dd6bc0a9435c359593a1f9b309bb58d3e3f103 | /src/Mar2021Leetcode/_0095UniqueBinarySearchTreesII.java | ba9435de2a056a042e1cb61928786ec6289794fd | [
"MIT"
] | permissive | darshanhs90/Java-Coding | bfb2eb84153a8a8a9429efc2833c47f6680f03f4 | da76ccd7851f102712f7d8dfa4659901c5de7a76 | refs/heads/master | 2023-05-27T03:17:45.055811 | 2021-06-16T06:18:08 | 2021-06-16T06:18:08 | 36,981,580 | 3 | 3 | null | null | null | null | UTF-8 | Java | false | false | 511 | java | package Mar2021Leetcode;
import java.util.List;
public class _0095UniqueBinarySearchTreesII {
static public class TreeNode {
int val;
TreeNode left;
TreeNode right;
TreeNode() {
}
TreeNode(int val) {
this.val = val;
}
TreeNode(int val, TreeNode left, TreeNode right) {
this.val = val;
this... | [
"hsdars@gmail.com"
] | hsdars@gmail.com |
3facd33a5b5dd213603bc40e12832fb8b4f67972 | 26da0aea2ab0a2266bbee962d94a96d98a770e5f | /nam/nam-view/src/main/java/nam/model/minion/MinionInfoManager.java | 4ea654434685b25f9ed7fcb3dd1c4182933e9712 | [
"Apache-2.0"
] | permissive | tfisher1226/ARIES | 1de2bc076cf83488703cf18f7e3f6e3c5ef1b40b | 814e3a4b4b48396bcd6d082e78f6519679ccaa01 | refs/heads/master | 2021-01-10T02:28:07.807313 | 2015-12-10T20:30:00 | 2015-12-10T20:30:00 | 44,076,313 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,346 | java | package nam.model.minion;
import java.io.Serializable;
import java.util.List;
import javax.enterprise.context.SessionScoped;
import javax.enterprise.event.Observes;
import javax.inject.Inject;
import javax.inject.Named;
import org.aries.runtime.BeanContext;
import org.aries.ui.Display;
import org.aries.ui.event.Add;... | [
"tfisher@kattare.com"
] | tfisher@kattare.com |
ae87a0cb6634c44b4f62f281ddf5d64e2af59291 | 883b7801d828a0994cae7367a7097000f2d2e06a | /python/experiments/projects/benetech-ServiceNet/real_error_dataset/1/2/LocationBasedImportServiceImpl.java | 7b2a743c3bc067f4ffa15cb921c60a49f3a72302 | [] | no_license | pombredanne/styler | 9c423917619912789289fe2f8982d9c0b331654b | f3d752d2785c2ab76bacbe5793bd8306ac7961a1 | refs/heads/master | 2023-07-08T05:55:18.284539 | 2020-11-06T05:09:47 | 2020-11-06T05:09:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,586 | java | package org.benetech.servicenet.service.impl;
import java.util.List;
import org.apache.commons.lang3.BooleanUtils;
import org.apache.commons.lang3.StringUtils;
import org.benetech.servicenet.domain.AccessibilityForDisabilities;
import org.benetech.servicenet.domain.DataImportReport;
import org.benetech.servicenet.doma... | [
"fer.madeiral@gmail.com"
] | fer.madeiral@gmail.com |
f4380e06d90b40b3fc9c53d2d316ba29ddbb2651 | 62ce3ebeff80dc21d9529d42d71db412a5f3001a | /app/src/main/java/com/example/ruolan/letgo/bean/Dish.java | b2b0025690ab3b43383ce4af57695c88e2d8f080 | [] | no_license | liuwen370494581/My_Novel | c53464809702b236e6b0d3c730a54b67c15c8b74 | 6ee79fa1cef68a76a6c1e3f9543a43a74ff5914b | refs/heads/master | 2020-04-05T13:33:20.850877 | 2017-10-17T07:33:30 | 2017-10-17T07:33:30 | 94,873,928 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,178 | java | package com.example.ruolan.letgo.bean;
import org.greenrobot.greendao.annotation.Entity;
import org.greenrobot.greendao.annotation.Id;
import java.io.Serializable;
import org.greenrobot.greendao.annotation.Generated;
/**
* Created by liuwen on 2017/6/22.
*/
@Entity
public class Dish implements Serializable {
... | [
"370494581@qq.com"
] | 370494581@qq.com |
6a192678a98ced1dab135c5989241b12868a5775 | fe1f2c68a0540195b227ebee1621819766ac073b | /OVO_jdgui/myobfuscated/yd.java | eb232efe0a1d1389f60a7ce1a3708043779f0774 | [] | no_license | Sulley01/KPI_4 | 41d1fd816a3c0b2ab42cff54a4d83c1d536e19d3 | 04ed45324f255746869510f0b201120bbe4785e3 | refs/heads/master | 2020-03-09T05:03:37.279585 | 2018-04-18T16:52:10 | 2018-04-18T16:52:10 | 128,602,787 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 254 | java | package myobfuscated;
public abstract interface yd
{
public abstract void a()
throws xt;
}
/* Location: C:\dex2jar-2.0\classes-dex2jar.jar!\myobfuscated\yd.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/ | [
"sullivan.alvin@ymail.com"
] | sullivan.alvin@ymail.com |
3cb2dc006df0c082cc7c9c91b35a2e60d9b6f258 | cc863da7a3f53f36c60fe06f598c2d5971107ce0 | /src/main/java/com/frobisher/linux/lv/EncryptionUtils.java | 6cd05d71e925855d14c684063befa856df2857d7 | [
"Apache-2.0"
] | permissive | MyDarcy/SSE | 71534fc6b2110154bd6c1949badd02b944896493 | 080c0310796ba0b8df1c41ea159dcc5594624445 | refs/heads/master | 2021-09-06T00:54:11.177570 | 2018-02-01T03:29:36 | 2018-02-01T03:29:36 | 112,193,865 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,561 | java | package com.frobisher.linux.lv;
import javax.crypto.BadPaddingException;
import javax.crypto.Cipher;
import javax.crypto.IllegalBlockSizeException;
import java.security.InvalidKeyException;
/*
* author: darcy
* date: 2017/11/8 15:59
* description:
*/
public class EncryptionUtils {
/**
* 加密字符数组.
* @param toB... | [
"darcy.q.cs@gmail.com"
] | darcy.q.cs@gmail.com |
9dfa7de8ae497769aa323e66ba90a44aa5751bbe | 88614ca8bcc7692964e954c9dca8ed88578de452 | /src/main/java/com/orderservice/controller/OrderHistoryController.java | 05ac530b5ae72a74b7e46d9e4365145d5dd34ff0 | [] | no_license | kanhavmathur05/orderservice | 3148100aa4fc56e39901bb06e4f278625ea0c2c8 | ff3d635a255d8fa29a4f593e5e815c267ae49a5a | refs/heads/main | 2023-05-01T05:00:30.456434 | 2021-05-17T16:02:31 | 2021-05-17T16:02:31 | 368,245,166 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,204 | java | package com.orderservice.controller;
import java.util.ArrayList;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.GetMapping;... | [
"kanhavmathur05@gmail.com"
] | kanhavmathur05@gmail.com |
485a7d4899bbb385f4c969bd1405908574947cbb | 08e7e061a83fb579801890ecd25ff4bfd772ddcd | /spring-hateoas/src/test/java/org/springframework/hateoas/config/HypermediaRestTemplateConfigurerTest.java | d427939bf376f7ab3d897231edeb958ffa65eef2 | [
"Apache-2.0"
] | permissive | jcohy/jcohy-docs | c3c4477bd5c0a764884cb23cc045369946a06bcc | 0308e3fb47ac5d2f5d8d1d5dbda6ea9007d31dc1 | refs/heads/main | 2023-08-17T14:56:42.110431 | 2023-06-29T10:47:33 | 2023-06-29T10:47:33 | 224,825,195 | 53 | 12 | Apache-2.0 | 2023-09-05T13:45:05 | 2019-11-29T09:50:08 | Java | UTF-8 | Java | false | false | 2,843 | java | package org.springframework.hateoas.config;
import static org.assertj.core.api.Assertions.*;
import static org.springframework.hateoas.config.EnableHypermediaSupport.HypermediaType.*;
import static org.springframework.hateoas.support.ContextTester.*;
import java.util.Collections;
import org.junit.jupiter.api.Test;
i... | [
"jia_chao23@126.com"
] | jia_chao23@126.com |
36abc625cf39dc8541f39af74cfd05dc63d72113 | 11f9b4b9a4509649d20eeaa321eccc8adb60e11d | /org.dawb.common.ui/src/org/dawb/common/ui/DawbUtils.java | d7f2286737b58ffe9ea2bf61662423686b6a8c0e | [] | no_license | REJN2/dawn-common | 31784277bd3f76744ae5dd39e8d57fa21b074de8 | 115b25f95631eb679443a0ddb0bec779422a3040 | refs/heads/master | 2021-01-16T18:36:17.466448 | 2016-05-25T11:56:25 | 2016-05-25T11:56:25 | 59,746,877 | 0 | 0 | null | 2016-05-26T12:02:23 | 2016-05-26T12:02:23 | null | UTF-8 | Java | false | false | 715 | java | /*
* Copyright (c) 2012 Diamond Light Source Ltd.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package... | [
"matthew.gerring@gmail.com"
] | matthew.gerring@gmail.com |
dfd2f1b39da8f2baa5293d582b1345139afa31b8 | 32b72e1dc8b6ee1be2e80bb70a03a021c83db550 | /ast_results/BiglySoftware_BiglyBT-Android/BiglyBT/src/main/java/com/biglybt/android/client/dialog/DialogFragmentRcmAuthAll.java | dd4c4071fb4c61702dc098f91c4fed7836e595ce | [] | no_license | cmFodWx5YWRhdjEyMTA5/smell-and-machine-learning | d90c41a17e88fcd99d543124eeb6e93f9133cb4a | 0564143d92f8024ff5fa6b659c2baebf827582b1 | refs/heads/master | 2020-07-13T13:53:40.297493 | 2019-01-11T11:51:18 | 2019-01-11T11:51:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,215 | java | // isComment
package com.biglybt.android.client.dialog;
import java.util.Map;
import com.biglybt.android.client.AndroidUtilsUI;
import com.biglybt.android.client.AndroidUtilsUI.AlertDialogBuilder;
import com.biglybt.android.client.R;
import com.biglybt.android.client.dialog.DialogFragmentRcmAuth.DialogFragmentRcmAuthL... | [
"matheus@melsolucoes.net"
] | matheus@melsolucoes.net |
524cf1e58580fe0d593c8f282084f89e8d395d7a | ebc0ef63003bd87de54d3dfd1d31c8281682a12d | /src/BoxUnboxDemo.java | 97119a796b5aefcbd5310d9327aa74e192e06354 | [] | no_license | ssiedu/wp-collection-one | da3a58ea48e459996f02606daa61aed9490bf5fc | c17773c9ff8715047d8fc405074ef52ff3a351aa | refs/heads/master | 2020-09-03T09:10:42.477589 | 2019-11-04T06:31:37 | 2019-11-04T06:31:37 | 219,432,820 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 400 | java | import java.util.Stack;
public class BoxUnboxDemo {
public static void disp(int i) {
}
public static void show(Object obj) {
}
public static void main(String[] args) {
Integer obj=new Integer(50);
disp(obj);//auto-unboxing
disp(obj.intValue());//unboxing
/*show("abcd");
... | [
"manojs121@rediffmail.com"
] | manojs121@rediffmail.com |
4efe09f5bf67966f59cf4504260bd82ab909e4f8 | 54556275ca0ad0fb4850b92e5921725da73e3473 | /src/us/bpsm/edn/parser/Token.java | c9107179297437589391db817deff4dd1a09d022 | [] | no_license | xSke/CoreServer | f7ea539617c08e4bd2206f8fa3c13c58dfb76d30 | d3655412008da22b58f031f4e7f08a6f6940bf46 | refs/heads/master | 2020-03-19T02:33:15.256865 | 2018-05-31T22:00:17 | 2018-05-31T22:00:17 | 135,638,686 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 277 | java | /*
* Decompiled with CFR 0_129.
*/
package us.bpsm.edn.parser;
public enum Token {
END_OF_INPUT,
BEGIN_LIST,
END_LIST,
BEGIN_VECTOR,
END_VECTOR,
BEGIN_SET,
BEGIN_MAP,
END_MAP_OR_SET,
NIL,
DISCARD;
private Token() {
}
}
| [
"voltasalt@gmail.com"
] | voltasalt@gmail.com |
1ff3bf88ffdac6da4dd4166518f385a610d8a378 | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XWIKI-13616-3-24-MOEAD-WeightedSum:TestLen:CallDiversity/org/xwiki/mail/internal/DatabaseMailListener_ESTest_scaffolding.java | 134cd0582d305476abbedc5e9860e1c3a143a43b | [] | 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 | 448 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Wed Apr 08 00:38:15 UTC 2020
*/
package org.xwiki.mail.internal;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.Aft... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
7f2b4d81daff5ffa1bc505d2a99f3f3d2ad5d51e | 908b9859a4b45dca4d916720122a1b40c0fafe43 | /labs/ebms/src/main/java/com/itap/ebms/req/RetrievalMethod.java | b5bec040a744feadafcf37437655a8b9f1155bd2 | [] | no_license | mugabarigiraCHUK/scotomax-hman | 778a3b48c9ac737414beaee9d72d1138a1e5b1ee | 786478731338b5af7a86cada2e4582ddb3b2569f | refs/heads/master | 2021-01-10T06:50:26.179698 | 2012-08-13T16:35:46 | 2012-08-13T16:35:46 | 46,422,699 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,398 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2010.0... | [
"developmax@ad344d4b-5b83-fe1d-98cd-db9ebd70f650"
] | developmax@ad344d4b-5b83-fe1d-98cd-db9ebd70f650 |
52d45fbe2c62380114b652b1d96c9816b58b0725 | e36fece780f89f50083b0140dc11b7ee46cd6a6d | /src/main/java/org/jboss/examples/ticketmonster/model/Show.java | 5eba0cf89112eba5505540de2cb3394c42776e41 | [] | no_license | christian-posta/ticket-monster-orders | 6060a448838aea6dc82574338c88c3377244c3eb | 25855687feed871bac717c6138f909da1e225d1b | refs/heads/master | 2020-05-29T15:42:07.168089 | 2016-10-17T20:46:00 | 2016-10-17T20:46:00 | 60,808,886 | 3 | 5 | null | null | null | null | UTF-8 | Java | false | false | 5,504 | java | package org.jboss.examples.ticketmonster.model;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
import java.io.Serializable;
import java.util.HashSet;
import java.util.Set;
import static javax.persistence.CascadeType.ALL;
import static javax.persistence.FetchType.EAGER;
import static javax.pe... | [
"christian.posta@gmail.com"
] | christian.posta@gmail.com |
62da429e506385d3b4feaa656a32511eedd43779 | 4b140e944e450f901a5b3d78685d069f9984b024 | /game-server/src/main/java/org/forfun/mmorpg/client/ClientRobot.java | f1807ef567aa9b3526d16c75a680ba557d91678e | [] | no_license | guanweikai/mmorpg | ca808002f1de3b7659f4574c82dfec8e9446dbd1 | 6030b82176d58acb5d24c3ca064df6652c1e6fe2 | refs/heads/master | 2021-12-02T00:27:56.637585 | 2021-06-13T04:40:34 | 2021-06-13T04:41:23 | 189,339,392 | 1 | 0 | null | 2019-05-30T03:29:33 | 2019-05-30T03:29:33 | null | UTF-8 | Java | false | false | 1,140 | java | package org.forfun.mmorpg.client;
import org.forfun.mmorpg.game.gm.message.ReqGmCommand;
import org.forfun.mmorpg.game.player.message.ReqAccountLogin;
import org.forfun.mmorpg.game.player.message.ReqCreateNewPlayer;
import org.forfun.mmorpg.game.player.message.ReqSelectPlayer;
import org.forfun.mmorpg.net.socket.IdSes... | [
"475139136@qq.com"
] | 475139136@qq.com |
c3f8829c338a0266a713b0cde48cb7e81f727142 | 082e26b011e30dc62a62fae95f375e4f87d9e99c | /docs/weixin_7.0.4_source/反编译源码/反混淆后/src/main/java/com/facebook/share/internal/OpenGraphActionDialogFeature.java | 1017ac726ae2799d464891849671321d94b00966 | [] | 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 | 674 | java | package com.facebook.share.internal;
import com.facebook.internal.DialogFeature;
import com.facebook.internal.NativeProtocol;
import com.tencent.matrix.trace.core.AppMethodBeat;
public enum OpenGraphActionDialogFeature implements DialogFeature {
OG_ACTION_DIALOG(NativeProtocol.PROTOCOL_VERSION_20130618);
... | [
"alwangsisi@163.com"
] | alwangsisi@163.com |
2d28708d6e96ca2c803da574eecd596e21579b40 | 37ada926aa47787de25cdf81e45dfdc4322c6dc3 | /NestedConditionalStatements/src/FruitShop.java | 3abcf1700887fcd89f107fde767db8ea0c00620e | [
"MIT"
] | permissive | GavrielDunev/Java-Basics | ead8334f2c67983f0b17aa99877c03df2b963ca7 | 44f0aec3600b302e2cbc51118b5da9532ec94b51 | refs/heads/master | 2023-05-05T01:47:19.092084 | 2021-05-28T14:47:01 | 2021-05-28T14:47:01 | 298,680,488 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,859 | java | import java.util.Scanner;
public class FruitShop {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
String fruit = scanner.nextLine();
String dayOfTheWeek = scanner.nextLine();
double quantity = Double.parseDouble(scanner.nextLine());
doubl... | [
"dunev17@gmail.com"
] | dunev17@gmail.com |
54580136b26b37ed1cb6f0c1de9284e1758e1578 | 1ed0e7930d6027aa893e1ecd4c5bba79484b7c95 | /keiji/source/java/com/vungle/publisher/aci.java | 27b49dffb478508d081faf0d20f9333123e417e9 | [] | no_license | AnKoushinist/hikaru-bottakuri-slot | 36f1821e355a76865057a81221ce2c6f873f04e5 | 7ed60c6d53086243002785538076478c82616802 | refs/heads/master | 2021-01-20T05:47:00.966573 | 2017-08-26T06:58:25 | 2017-08-26T06:58:25 | 101,468,394 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 874 | java | package com.vungle.publisher;
import com.vungle.publisher.acf.a;
import dagger.MembersInjector;
import javax.inject.Provider;
/* compiled from: vungle */
public final class aci implements MembersInjector<a> {
static final /* synthetic */ boolean a = (!aci.class.desiredAssertionStatus());
private final Provide... | [
"09f713c@sigaint.org"
] | 09f713c@sigaint.org |
557f5051f30f94da4f58b09ff1a48a6fbb9a7def | a83bdda9a6ca8a66db926d2ef175220b74b26ff6 | /TangramCourseProject/src/project/controller/CreatePuzzleController.java | 05fc83f8db4ef2562588b3e07d6a9e5593b78579 | [
"MIT"
] | permissive | NikolayTach/tangram | a3d1c5aabf4a85157ceecc69b6ad941d81d99fa3 | 56150b757b21f17cbc01c6a87a6fcdfd1e7b0867 | refs/heads/master | 2020-05-13T18:50:52.673865 | 2018-06-20T03:32:53 | 2018-06-20T03:32:53 | 181,650,823 | 0 | 0 | MIT | 2019-04-16T08:46:55 | 2019-04-16T08:46:54 | null | UTF-8 | Java | false | false | 821 | java | package project.controller;
import java.util.*;
import project.model.*;
import project.view.TangramApplication;
/**
* Start with empty Solution and allow pieces to be moved onto a new puzzle.
*
* Puzzle solution is created on the board, and only becomes permanent by saving.
*/
public class CreatePuz... | [
"heineman@cs.wpi.edu"
] | heineman@cs.wpi.edu |
08eb984b72a1ca22e11100ac0b9e4970b286408f | fa93c9be2923e697fb8a2066f8fb65c7718cdec7 | /sources/kotlin/reflect/jvm/internal/impl/load/java/JvmAbi.java | b710c8a16c87b7f2d7b4b7ea97fb643ea9a43737 | [] | no_license | Auch-Auch/avito_source | b6c9f4b0e5c977b36d5fbc88c52f23ff908b7f8b | 76fdcc5b7e036c57ecc193e790b0582481768cdc | refs/heads/master | 2023-05-06T01:32:43.014668 | 2021-05-25T10:19:22 | 2021-05-25T10:19:22 | 370,650,685 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,603 | java | package kotlin.reflect.jvm.internal.impl.load.java;
import kotlin.jvm.JvmField;
import kotlin.jvm.JvmStatic;
import kotlin.jvm.internal.Intrinsics;
import kotlin.reflect.jvm.internal.impl.name.ClassId;
import kotlin.reflect.jvm.internal.impl.name.FqName;
import kotlin.reflect.jvm.internal.impl.util.capitalizeDecapital... | [
"auchhunter@gmail.com"
] | auchhunter@gmail.com |
32fb92072e9e60c65e3bacbd0f7e5c967ff806a4 | d3a53d5211d5f9fb3a4d761ab5a02a2a8cac73a5 | /star/md-tools/StarAgentMD-new-final/trunk/src/main/qysoft/md/service/RealTimePriceService.java | e0cf077b5ab718b7077addfe48e3e8d5ec18607c | [] | no_license | myCodeCang/starMan | bfdfd01de45b64d503fcdda167a09dc347fb52e1 | 25a076268ddd3a5d6674ced27e12589b195f4efb | refs/heads/master | 2020-03-11T01:08:10.783158 | 2018-04-16T06:09:44 | 2018-04-16T06:10:00 | 129,682,396 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 831 | java | package main.qysoft.md.service;
import main.qysoft.md.dao.RealTimePriceRepository;
import main.qysoft.md.entity.RealTimePrice;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Propagation;
import org.springfr... | [
"1193983973@qq.com"
] | 1193983973@qq.com |
e590cb3d493bc415fa92f6506f443d982392d9e4 | f72c5c691cb38114393ac5d06bc9d5e8194bdeb6 | /java2016/src/T17/FieldApp.java | ffac1d1fb6ac3c4ec2ac4dff61277e34ac89dd95 | [] | no_license | ZedZhouZiBin/Javaweb | a3cb6a47c99b2f5fd6766b5579ad4f2e5c55cae8 | 0169feedc23522e27e7c4448a87846515b59c369 | refs/heads/master | 2021-09-09T13:03:36.237337 | 2018-03-16T11:49:54 | 2018-03-16T11:49:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 854 | java | package T17;
import java.lang.reflect.*;
public class FieldApp {
public FieldApp(){
}
public String getFields(Class c){
StringBuffer buf = new StringBuffer ();
Field[] fields = c.getDeclaredFields();
//遍历属性,提取属性信息
Field f = null;
for(int i=0;i<fields.length;i++){
f = fields[i];
//获取属性的访问修饰符
b... | [
"1729340612@qq.com"
] | 1729340612@qq.com |
f5fde9f916489147b9ec9f852c81df7e03e25cbc | c707eb6659749bf99bd18bc48583e4260fc0b1a4 | /app/src/main/java/com/loosoo100/campus100/anyevent/MEventStoreIsPay.java | 0063ffbbc3d5612b29def3485474dae5e5a5d0b9 | [] | no_license | HJianFei/campus | 53fc6b823d3226e4201a6c0004d884ae082274a7 | b06bb5c460d9d12c37d40e9e649441cf11b4d6a4 | refs/heads/master | 2020-12-02T19:20:21.284312 | 2017-07-23T02:49:44 | 2017-07-23T02:49:44 | 96,326,458 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 281 | java | package com.loosoo100.campus100.anyevent;
/**
* 小卖部订单付款
*
* @author yang
*
*/
public class MEventStoreIsPay {
private int position;
public MEventStoreIsPay(int position) {
this.position = position;
}
public int getPosition() {
return position;
}
}
| [
"190766172@qq.com"
] | 190766172@qq.com |
55b2625862e39b4622952e8a2cb7c9851e60a275 | 14970ee11e71b839ba2c86e1ce65e344de28325c | /plugins/org.eclipse.bpel.validator/src/org/eclipse/bpel/validator/rules/UntilValidator.java | e80cf0f70eb82d0765a90249847f78ade54c086f | [
"Apache-2.0",
"EPL-1.0"
] | permissive | wso2/devstudio-tooling-bps | e300529639e22fd430612601d7d76b9a9bd56dd0 | 5a5d080d94bb30ac6a5fb404c2a6b989653cc78d | refs/heads/master | 2023-06-28T18:29:45.578389 | 2021-01-04T06:46:48 | 2021-01-04T06:46:48 | 53,044,989 | 34 | 19 | Apache-2.0 | 2021-01-04T06:46:49 | 2016-03-03T11:23:24 | Java | UTF-8 | Java | false | false | 1,207 | java | /*******************************************************************************
* Copyright (c) 2006 Oracle Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and i... | [
"mail.hasitha27@gmail.com"
] | mail.hasitha27@gmail.com |
7660896b16eaa853acf5f9502d9bcbaa0b9fa632 | fce7410ed7cdfa279f2963b63edff8d5faab295a | /BroadcastReceiver4/app/src/androidTest/java/com/example/ujjwalsmahapatra/broadcastreceiver4/ExampleInstrumentedTest.java | 16db14a05d7030e16033d03bbfcfa5256b7e4e6d | [] | no_license | usmahapatra/First-Android-Apps | f3f4d163fffbdfa157e9f70e4264a5f73444063d | 0c91cb43a95a2cdd8f02846b82a50c288dcca8f0 | refs/heads/master | 2020-03-11T23:28:41.251337 | 2019-05-08T12:37:44 | 2019-05-08T12:37:44 | 130,322,712 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 778 | java | package com.example.ujjwalsmahapatra.broadcastreceiver4;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which wi... | [
"usmahapatra@gmail.com"
] | usmahapatra@gmail.com |
3f5a9453a36720635d310cd3aa74a263aecbae02 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/20/20_638bcf94e53a2273145ad7685d5fbad9a98bcd8d/LineMnvr/20_638bcf94e53a2273145ad7685d5fbad9a98bcd8d_LineMnvr_t.java | 9d050faf49b72a76e39c3a617cda6cdd092e70dc | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 7,928 | java | package com.deev.interaction.uav3i.ui;
import java.awt.BasicStroke;
import java.awt.Color;
import java.awt.Graphics2D;
import java.awt.Point;
import java.awt.geom.AffineTransform;
import java.awt.geom.Area;
import java.awt.geom.Ellipse2D;
import java.awt.geom.GeneralPath;
import java.awt.geom.Line2D;
impor... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
5dc6c7a3c9a0f33fa78dd544be9507c0b2d290bd | 3e25e0529f66ef5264791925c919901070397e1e | /src/main/java/za/co/tman/logging/enums/enumwrappers/PubSubMessageTypeSerializer.java | 6c124bc6879f91977858cb63903cc2c004b2b9c8 | [] | no_license | kappaj2/IMN-LoggingModule | c7b97ab2a676a68acb81d079ee5d1cd7b72a238e | b4fcac50b30015c90e6d2edfb35e4f1915da4c96 | refs/heads/master | 2020-03-20T22:39:03.338726 | 2018-07-23T13:16:26 | 2018-07-23T13:16:26 | 137,808,446 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,018 | java | package za.co.tman.logging.enums.enumwrappers;
import java.io.IOException;
import com.fasterxml.jackson.core.JsonGenerator;
import com.fasterxml.jackson.databind.SerializerProvider;
import com.fasterxml.jackson.databind.ser.std.StdSerializer;
import za.co.tman.logging.enums.PubSubMessageType;
public class PubSubMes... | [
"kappaj@gmail.com"
] | kappaj@gmail.com |
22558fbe70da54c75182b5f0375ca0675e677440 | 13173517a28871029fa7b57ded8145b5b9972022 | /src/main/java/acme/tests/chapter15/test25/Example.java | 9c016a11da56e42047e340cea9bcd57f29e345ef | [] | no_license | dbelob/ocp-jse8 | 9001d1833d7bb7e8c874ae7c56b62602d7d1979c | 3c8496833c3023c16d28d56020df6c8f2afd934e | refs/heads/master | 2021-06-22T22:33:38.232484 | 2020-12-20T17:16:04 | 2020-12-20T17:16:04 | 161,197,521 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 364 | java | package acme.tests.chapter15.test25;
import java.util.stream.IntStream;
import java.util.stream.Stream;
public class Example {
public static void main(String[] args) {
IntStream ints = IntStream.empty();
IntStream moreInts = IntStream.of(66, 77, 88);
Stream.of(ints, moreInts).flatMapToInt(... | [
"dbelob@users.noreply.github.com"
] | dbelob@users.noreply.github.com |
291b581c549a539de89fb32c9bc3369dcc1e29c4 | 9560c3b8ba825f49c1e9b8440b7905cfe9c7ef78 | /module-examples/commchannel/demo/src/main/java/org/incode/example/commchannel/demo/shared/fixture/CommChannelCustomerData.java | 45d7bbd56ee450c1bb4504f74f2f37eedd7ea05d | [
"Apache-2.0"
] | permissive | incodehq/incode-examples | 756e447a7ac2f84a750571548aed85eb133f8f28 | 911497115d5d049ea1edd3f703c0ccd052db5f9c | refs/heads/master | 2020-03-26T16:35:38.058452 | 2018-08-22T08:13:36 | 2018-08-22T08:13:36 | 145,111,756 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,483 | java | package org.incode.example.commchannel.demo.shared.fixture;
import org.apache.isis.applib.annotation.Programmatic;
import org.apache.isis.applib.services.registry.ServiceRegistry2;
import org.incode.example.commchannel.demo.shared.dom.CommChannelCustomer;
import org.incode.module.fixturesupport.dom.data.DemoData;
imp... | [
"dan@haywood-associates.co.uk"
] | dan@haywood-associates.co.uk |
b41c5fcbdf4fe7cbf297407062b7588bd9989e82 | cca87c4ade972a682c9bf0663ffdf21232c9b857 | /com/tencent/mm/ui/widget/h.java | 5d5de2a7187498407c477a2060deef0f3992fcd6 | [] | no_license | ZoranLi/wechat_reversing | b246d43f7c2d7beb00a339e2f825fcb127e0d1a1 | 36b10ef49d2c75d69e3c8fdd5b1ea3baa2bba49a | refs/heads/master | 2021-07-05T01:17:20.533427 | 2017-09-25T09:07:33 | 2017-09-25T09:07:33 | 104,726,592 | 12 | 1 | null | null | null | null | UTF-8 | Java | false | false | 392 | java | package com.tencent.mm.ui.widget;
import android.text.Editable;
import android.text.TextWatcher;
public abstract class h implements TextWatcher {
public void beforeTextChanged(CharSequence charSequence, int i, int i2, int i3) {
}
public void onTextChanged(CharSequence charSequence, int i, int i2, int i3)... | [
"lizhangliao@xiaohongchun.com"
] | lizhangliao@xiaohongchun.com |
2a69b137ea2e21088c57b45ce5da9b6bc73fc53e | aa5f25d714519ccfda2a89f382dfcefe1b3642fc | /trunk/dmisArea/src/com/techstar/dmis/service/workflow/handler/DDMonthPlanSentApprove.java | e55fde5404f5955058006a78bb38271f90cea046 | [] | no_license | BGCX261/zhouwei-repository-svn-to-git | 2b85060757568fadc0d45b526e2546ed1965d48a | cd7f50db245727418d5f1c0061681c11703d073e | refs/heads/master | 2021-01-23T03:44:27.914196 | 2015-08-25T15:45:29 | 2015-08-25T15:45:29 | 41,599,666 | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 4,403 | java | // Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi
// Source File Name: DDMonthPlanSentApprove.java
package com.techstar.dmis.service.workflow.handler;
import com.... | [
"you@example.com"
] | you@example.com |
ba4cc1f80b432eda0f8c8f5627602287f9be9004 | 13ec21dc59ac25278566638ca4b8476e13795d1d | /src/main/java/net/darkhax/lootchests/tabs/CreativeTabLoot.java | 4557b481bc6c00ad3c94078e6a752188e3c885d0 | [
"MIT"
] | permissive | Darkhax-Minecraft/LootChests | e23376f780d2920ddc8af7adae24acf141962395 | 77792f8981853b6260909e3f3dab3988cfb46f52 | refs/heads/master | 2021-01-11T00:21:11.905027 | 2016-10-13T14:52:16 | 2016-10-13T14:52:16 | 70,544,141 | 1 | 0 | MIT | 2018-10-10T08:01:09 | 2016-10-11T01:33:49 | Java | UTF-8 | Java | false | false | 1,140 | java | package net.darkhax.lootchests.tabs;
import java.util.ArrayList;
import java.util.List;
import net.darkhax.lootchests.handler.LootHandler;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.init.Blocks;
import net.minecraft.init.Items;
import net.minecraft.item.Item;
import net.minecraft.item.ItemSta... | [
"darklime@live.ca"
] | darklime@live.ca |
75838df5e2185b1d56215242ecef100e76b2eb2c | 6847722d0479548b4069fba18c00358e3ad14676 | /WCCI/src/it/unimi/dsi/fastutil/objects/ObjectCollection.java | 084a1ffcd2cfa3bf1ae5e3810cd3fd0978800655 | [] | no_license | sfbaqai/racingcar | 90de325ac107f86f7ae862b77e3d132adf721814 | 3b72cfb5b8b49c6683358469cdd52ec073c9b156 | refs/heads/master | 2021-01-10T04:15:03.318224 | 2011-10-12T10:07:07 | 2011-10-12T10:07:07 | 48,247,283 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,381 | java | /* Generic definitions */
/* Assertions (useful to generate conditional code) */
/* Current type and class (and size, if applicable) */
/* Value methods */
/* Interfaces (keys) */
/* Interfaces (values) */
/* Abstract implementations (keys) */
/* Abstract implementations (values) */
/* Static containers (ke... | [
"ducthangho@dc7059a3-8d4d-0410-a780-f9787e1663d2"
] | ducthangho@dc7059a3-8d4d-0410-a780-f9787e1663d2 |
15f940f33369a6383901cb669452039133ad5913 | 4b5536de704f4e3886476073ba7fc22c38f017bd | /src/com/nvapp/comic/service/AppUpdateService.java | 810cee58dea9f91e9ef6befe6d88217a9fda1e82 | [
"Apache-2.0"
] | permissive | LexlooWorks/Comic | 4145c2d05be063a1862ba82a48a6a875d947d5d3 | 70bce15b62a46b96afe10b1b55dbed1f00abcb73 | refs/heads/master | 2021-01-10T16:55:52.432148 | 2015-12-26T14:54:12 | 2015-12-26T14:54:12 | 47,498,752 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,044 | java | package com.nvapp.comic.service;
import java.io.File;
import java.io.FileOutputStream;
import java.io.InputStream;
import java.net.HttpURLConnection;
import java.net.URL;
import com.nvapp.comic.MainActivity;
import com.nvapp.comic.R;
import android.app.Notification;
import android.app.NotificationManager... | [
"lexloo@126.com"
] | lexloo@126.com |
e9b52818c997ff38beb3c012986eebdbdd730247 | c84088fed6a7b4f392810bb166e66dbfe3df4286 | /wms2014/src/main/java/com/yongjun/tdms/service/year/device/purchasePlan/PurchasePlanDetailManager.java | 1da4b2748a87b723b1cee2d35079059733999c0c | [] | no_license | 1Will/Work1 | 4c419b9013d2989c4bbe6721c155de609e5ce9b5 | 16e707588da13e9dede5f7de97ca53e15a7d5a78 | refs/heads/master | 2020-05-22T16:52:56.501596 | 2018-03-20T01:21:01 | 2018-03-20T01:21:01 | 84,697,600 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,060 | java | /*
* Copyright (c) 2001-2007 YongJun Technology Pte.,Ltd. All Rights Reserved.
*
* This software is the confidential and proprietary information of YongJun
* Technology Pte.,Ltd. ("Confidential Information"). You shall not disclose
* such Confidential Information and shall use it only in accordance with the
* te... | [
"287463504@qq.com"
] | 287463504@qq.com |
76638765db53467286ac7796649102e1b09d803d | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/mybatis-3/2016/4/ArrayTypeHandlerTest.java | 552becf4f0d35d48b6e651dccc29a11beaf127b0 | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | Java | false | false | 3,119 | java | /**
* Copyright 2009-2016 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
*
* Unle... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
67cd1800dcd159f7258da0bdeab4633b43d41f73 | 8c144196627df83471da9e5b6530623643ed3733 | /mybatis_demo/src/main/java/com/mb/demo/mapper/DeptMapper.java | da4b2bca2552b61700d35325c40cd7dea56d44e3 | [] | no_license | jazzlly/java-example | 9879d3dd8718f8d5ceebd569a698ef735f7fca7a | b97c892ccbf31ad58bcc3a090f0dfdc50ed785ef | refs/heads/master | 2023-03-19T04:08:11.610597 | 2023-03-08T07:43:03 | 2023-03-08T07:43:03 | 96,027,321 | 0 | 0 | null | 2023-03-03T10:56:23 | 2017-07-02T14:07:10 | Java | UTF-8 | Java | false | false | 544 | java | package com.mb.demo.mapper;
import com.mb.demo.model.Dept;
import com.mb.demo.model.Emp;
import org.apache.ibatis.annotations.Param;
import java.util.List;
/**
* EmpMapper接口绑定到EmpMapper.xml文件, 通过xml描述sql
*
* 参数映射: 优先使用 注解 @Param > [param1, param2, ] >>> [arg0, arg1, ...]
*/
public interface DeptMapper {
Dep... | [
"rui.jiang@pekall.com"
] | rui.jiang@pekall.com |
8470c2df98df6b9d8ad4fa8cc591a3d5e3001532 | cad7bc29389fbf5d5b722ee5327ba8154e7cc952 | /submissions/available/CPC/CPC-what-property/data/source/apacheDB-trunk/api/src/main/java/javax/jdo/query/CharacterExpression.java | c9b5b4b5d8f9cef21c903a2e019c9c966e849d8b | [
"Unlicense",
"Apache-2.0"
] | permissive | XZ-X/CPC-artifact-release | f9f9f0cde79b111f47622faba02f08b85a8a5ee9 | 5710dc0e39509f79e42535e0b5ca5e41cbd90fc2 | refs/heads/master | 2022-12-20T12:30:22.787707 | 2020-01-27T21:45:33 | 2020-01-27T21:45:33 | 236,601,424 | 1 | 0 | Unlicense | 2022-12-16T04:24:27 | 2020-01-27T21:41:38 | Java | UTF-8 | Java | false | false | 1,699 | 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 ... | [
"161250170@smail.nju.edu.cn"
] | 161250170@smail.nju.edu.cn |
02e08f7118b5fb971cc68bed7b5ead358c541d41 | 647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4 | /com.tencent.mm/classes.jar/com/tencent/mm/plugin/account/ui/r$a.java | dd4b35c5da92d222129a35d036317c0ed188543b | [] | no_license | tsuzcx/qq_apk | 0d5e792c3c7351ab781957bac465c55c505caf61 | afe46ef5640d0ba6850cdefd3c11badbd725a3f6 | refs/heads/main | 2022-07-02T10:32:11.651957 | 2022-02-01T12:41:38 | 2022-02-01T12:41:38 | 453,860,108 | 36 | 9 | null | 2022-01-31T09:46:26 | 2022-01-31T02:43:22 | Java | UTF-8 | Java | false | false | 547 | java | package com.tencent.mm.plugin.account.ui;
public final class r$a
{
public static final int anim_not_change = 2130771992;
public static final int anim_shake_horizontal = 2130772001;
public static final int push_down_in = 2130772139;
public static final int slide_left_out = 2130772170;
public static fi... | [
"98632993+tsuzcx@users.noreply.github.com"
] | 98632993+tsuzcx@users.noreply.github.com |
14139e61648a0b641f40ce00093ae521759896d5 | 32f38cd53372ba374c6dab6cc27af78f0a1b0190 | /app/src/main/java/com/alipay/mobile/nebulacore/data/H5PrefData.java | cd59228b062e58977bc13aa08bc71b16c861027f | [] | no_license | shuixi2013/AmapCode | 9ea7aefb42e0413f348f238f0721c93245f4eac6 | 1a3a8d4dddfcc5439df8df570000cca12b15186a | refs/heads/master | 2023-06-06T23:08:57.391040 | 2019-08-29T04:36:02 | 2019-08-29T04:36:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 976 | java | package com.alipay.mobile.nebulacore.data;
import android.content.SharedPreferences;
import android.text.TextUtils;
import com.alipay.mobile.h5container.api.H5Data;
import com.alipay.mobile.nebulacore.env.H5Environment;
public class H5PrefData implements H5Data {
private SharedPreferences a;
public H5PrefDat... | [
"hubert.yang@nf-3.com"
] | hubert.yang@nf-3.com |
9723ddb1956ae6b8b8579f1b05e509f1fc775b6e | 821cdec16c095f9ed45a0691bb008653cc6391bd | /src/net/csdn/modules/transport/HttpTransportService.java | afd313138c46dd7f2d8c2b58f3519fd3ec584436 | [] | no_license | jacarrichan/ServiceFramework | f46f8eec452c4415a78cadfb874eb72a6562424b | dac41154764f9be6fa95caf0205d3fe384990a49 | refs/heads/master | 2021-01-18T16:17:40.827593 | 2012-08-13T13:11:10 | 2012-08-13T13:11:10 | 5,399,769 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,617 | java | package net.csdn.modules.transport;
import net.csdn.common.path.Url;
import net.csdn.modules.http.RestRequest;
import net.sf.json.JSONObject;
import java.util.List;
import java.util.Map;
import java.util.concurrent.FutureTask;
/**
* BlogInfo: WilliamZhu
* Date: 12-5-29
* Time: 下午5:09
*/
public interface HttpTran... | [
"allwefantasy@gmail.com"
] | allwefantasy@gmail.com |
dff0f9bdfcc0cbbad521b97b0efcb61c24e957d4 | 34f8d4ba30242a7045c689768c3472b7af80909c | /jdk-12/src/jdk.internal.vm.compiler/org.graalvm.compiler.hotspot.amd64/src/org/graalvm/compiler/hotspot/amd64/AMD64HotSpotSafepointOp.java | f30148a91feba3307e18c93806010480744afc5b | [
"Apache-2.0"
] | permissive | lovelycheng/JDK | 5b4cc07546f0dbfad15c46d427cae06ef282ef79 | 19a6c71e52f3ecd74e4a66be5d0d552ce7175531 | refs/heads/master | 2023-04-08T11:36:22.073953 | 2022-09-04T01:53:09 | 2022-09-04T01:53:09 | 227,544,567 | 0 | 0 | null | 2019-12-12T07:18:30 | 2019-12-12T07:18:29 | null | UTF-8 | Java | false | false | 6,470 | java | /*
* Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package org.graalvm.compiler.hotspot.amd64;
import static org.graalvm.compiler.core.common.NumUtil.isInt;
i... | [
"zeng255@163.com"
] | zeng255@163.com |
e125671f23f709385eb9317603ca15df8dac8b64 | b9eee567eadecd509fd47d05f37e1bcf5e7878ac | /druid-spring-boot-3-starter/src/test/java/com/alibaba/druid/spring/boot3/demo/service/UserServiceImpl.java | 18c8bccb14229161eff5e46deb07bd9ee542a159 | [
"Apache-2.0"
] | permissive | vanlin/druid | de101e95ab5235b128dbdeb8300824781871bc13 | 602342ec895c0252dd3104021814768d9dba66cd | refs/heads/master | 2023-09-01T15:39:26.897225 | 2023-08-28T03:09:23 | 2023-08-28T03:09:23 | 683,897,864 | 0 | 0 | Apache-2.0 | 2023-08-28T02:39:27 | 2023-08-28T02:39:21 | null | UTF-8 | Java | false | false | 626 | java | package com.alibaba.druid.spring.boot3.demo.service;
import com.alibaba.druid.spring.boot3.demo.dao.UserDao;
import com.alibaba.druid.spring.boot3.demo.model.User;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.Optional;
@Service
public... | [
"shaojin.wensj@alibaba-inc.com"
] | shaojin.wensj@alibaba-inc.com |
6a475e707f7c40de06775788ea7d4d7919f9d6c7 | 4288aaba811b9cc4131f5337eb5be996f2046308 | /src/c_002/T.java | 7505d6ac5901eb39fced09af5e06333d658ac524 | [] | no_license | yafengstark/java-concurrent-audition | 3ad1c415a9641104eb1aa0c9439581ae7e52416e | 6fc6ddab54422adfa8539e235790f280b171e6ad | refs/heads/master | 2020-06-13T03:54:12.586979 | 2019-07-10T11:36:47 | 2019-07-10T11:36:47 | 194,525,547 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 524 | java | package c_002;
/**
* synchronized 关键字
* 对this加锁
*
* 每次使用锁都要newObject,比较麻烦,可以使用this代替object锁
*/
public class T {
private int count = 10;
public void m() {
synchronized (this) { // 任何线程要执行下面的代码,必须先拿到this锁
// synchronized 锁定的不是代码块,而是 this 对象
count--;
System... | [
"fengfeng043@gmail.com"
] | fengfeng043@gmail.com |
c5ba9c91d24080cd479ad5b260e7696c87a2d40c | 3c4763922cda3f3a990b74cdba6f8a30b07467de | /src/main/java/students/alex_kalashnikov/lesson_8/level_4/task_16/Shape.java | 9d434582823e17d75f11a1ac9ba0f48c3a1623dd | [] | no_license | VitalyPorsev/JavaGuru1 | 07db5a0cc122b097a20e56c9da431cd49d3c01ea | f3c25b6357309d4e9e8ac0047e51bb8031d14da8 | refs/heads/main | 2023-05-10T15:35:55.419713 | 2021-05-15T18:48:12 | 2021-05-15T18:48:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 255 | java | package students.alex_kalashnikov.lesson_8.level_4.task_16;
abstract class Shape {
private String title;
Shape(String title) {
this.title = title;
}
abstract double calculateArea();
abstract double calculatePerimeter();
} | [
"kalashnikov_alex@yahoo.com"
] | kalashnikov_alex@yahoo.com |
e35f8934215376eab7ebbf601cbfbed67189ffa6 | f46a177f35dc9587ba64b17d159e5a1c519b253f | /src/main/java/ml/socshared/gateway/service/impl/TextAnalyzerServiceImpl.java | 966d36079f159df9dece2fe951f7f494374acfc1 | [] | no_license | SocShared/gateway-service | 2d7dafb64bee7191944f331f8cf2f469c92c66dd | dec100103eac22acc6ab18a290e730d309167287 | refs/heads/master | 2022-11-14T19:08:34.651132 | 2020-06-26T07:33:50 | 2020-06-26T07:33:50 | 260,530,144 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,014 | java | package ml.socshared.gateway.service.impl;
import lombok.RequiredArgsConstructor;
import ml.socshared.gateway.client.TextAnalyzerClient;
import ml.socshared.gateway.domain.text_analyzer.request.TextRequest;
import ml.socshared.gateway.domain.text_analyzer.response.KeyWordResponse;
import ml.socshared.gateway.security.... | [
"vladovchinnikov950@gmail.com"
] | vladovchinnikov950@gmail.com |
b3d818ef3f829d48cff0ec7e847f9551cc9215c0 | 8dcd6fac592760c5bff55349ffb2d7ce39d485cc | /com/google/android/gms/common/stats/WakeLockEvent.java | 3c641cc9d89b9556c87984d4f8adad5678ea513c | [] | no_license | andrepcg/hikam-android | 9e3a02e0ba9a58cf8a17c5e76e2f3435969e4b3a | bf39e345a827c6498052d9df88ca58d8823178d9 | refs/heads/master | 2021-09-01T11:41:10.726066 | 2017-12-26T19:04:42 | 2017-12-26T19:04:42 | 115,447,829 | 2 | 2 | null | null | null | null | UTF-8 | Java | false | false | 3,985 | java | package com.google.android.gms.common.stats;
import android.os.Parcel;
import android.os.Parcelable.Creator;
import android.text.TextUtils;
import java.util.List;
public final class WakeLockEvent extends StatsEvent {
public static final Creator<WakeLockEvent> CREATOR = new zzg();
private final long DM;
pr... | [
"andrepcg@gmail.com"
] | andrepcg@gmail.com |
c4b2086e69544d91508547f8c26969afc33310ee | 81b0bb3cfb2e9501f53451e7f03ec072ee2b0e13 | /src/me/lyft/android/ui/business/onboard/PaymentSelectionController.java | 76e914efcfdca65a2e2fbf6714f0aa8036558f2a | [] | no_license | reverseengineeringer/me.lyft.android | 48bb85e8693ce4dab50185424d2ec51debf5c243 | 8c26caeeb54ffbde0711d3ce8b187480d84968ef | refs/heads/master | 2021-01-19T02:32:03.752176 | 2016-07-19T16:30:00 | 2016-07-19T16:30:00 | 63,710,356 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,462 | java | package me.lyft.android.ui.business.onboard;
import android.content.Context;
import android.content.res.Resources;
import android.view.View;
import android.view.ViewGroup;
import android.widget.LinearLayout;
import com.lyft.scoop.Scoop;
import java.util.Iterator;
import java.util.List;
import javax.inject.Inject;
impo... | [
"reverseengineeringer@hackeradmin.com"
] | reverseengineeringer@hackeradmin.com |
f0c8710aab6685e58509a141a9f5531b2a435ccd | dec6bd85db1d028edbbd3bd18fe0ca628eda012e | /netbeans-projects/TrabEngSoftware/src/Control/auxCalculoFPA.java | 217b2cd8467604aafe35b78bff3ba1ba7ee78a32 | [] | no_license | MatheusGrenfell/java-projects | 21b961697e2c0c6a79389c96b588e142c3f70634 | 93c7bfa2e4f73a232ffde2d38f30a27f2a816061 | refs/heads/master | 2022-12-29T12:55:00.014296 | 2020-10-16T00:54:30 | 2020-10-16T00:54:30 | null | 0 | 0 | null | null | null | null | ISO-8859-2 | Java | false | false | 6,987 | java | package Control;
public class auxCalculoFPA {
public int ALIeAIE(int tipoDado, int tipoReg) {
switch (tipoReg) {
case 1:
if (tipoDado <= 50) {
return 1;
} else {
return 2;
}
case 2:
... | [
"caiohobus@gmail.com"
] | caiohobus@gmail.com |
f527203df2a007ec52a3e341bc243a7a5315b41f | c6d931a0b96addf006061f4f1e8bc78e53e35263 | /core/src/main/java/org/openstack4j/model/common/payloads/InputStreamPayload.java | f61c1811ec41910a1249d498700bd618ba97c387 | [
"Apache-2.0"
] | permissive | 17862953931/openstack4j | a8ea441009d14afa839cf6f42d128652687751e1 | 9d5f1a0c91b6db8942019fddd2997e6b2a33ef57 | refs/heads/master | 2020-09-04T09:29:26.354230 | 2020-02-19T02:52:06 | 2020-02-19T02:52:06 | 219,702,460 | 2 | 1 | NOASSERTION | 2020-02-19T02:52:07 | 2019-11-05T09:09:05 | Java | UTF-8 | Java | false | false | 795 | java | package org.openstack4j.model.common.payloads;
import java.io.IOException;
import java.io.InputStream;
import org.openstack4j.model.common.Payload;
/**
* Input Stream Payload
*
* @author Jeremy Unruh
*/
public class InputStreamPayload implements Payload<InputStream>{
private InputStream is;
public InputStr... | [
"jeremyunruh@sbcglobal.net"
] | jeremyunruh@sbcglobal.net |
fcd4db66b9f8f90c099f4e9e47364dc1486ebc35 | 44b78323a6e30a5f23085769c72665423a6152d9 | /src/main/java/at/ac/webster/model/Event.java | 7428d42b3c05dc5cbfcb1aa78d973284274a3645 | [
"Apache-2.0"
] | permissive | ginccc/lms-data-hub | 9a471688bdf376ca3d5fcce631560c158c2c24c6 | f5dc99c67cd84f34dc284a917e6db6e816d2c5a7 | refs/heads/master | 2020-09-14T15:09:42.382792 | 2019-12-23T15:56:30 | 2019-12-23T15:56:30 | 223,164,231 | 0 | 0 | Apache-2.0 | 2020-05-09T21:30:53 | 2019-11-21T12:00:48 | Java | UTF-8 | Java | false | false | 593 | java | package at.ac.webster.model;
import lombok.AllArgsConstructor;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import lombok.ToString;
import java.util.Date;
@NoArgsConstructor
@AllArgsConstructor
@Getter
@Setter
@EqualsAndHashCode
@ToString
public class... | [
"gregor@jarisch.net"
] | gregor@jarisch.net |
8f106ac4e1b5f29eee2e5b7da716b4e17d20a44e | a62d1806650f87186f8a6e6cfa6b30256a51acd1 | /src/CusPro2/Test.java | 6fb9c5d9a1af14efd94a023a128c93c42beb74b6 | [] | no_license | XiaYiTiao/Vcode | 94958fd142c347cdff1eb9d9031c8c892737e408 | 3f22db0fc422092c605c980f8fed03fd316a4074 | refs/heads/master | 2020-05-14T12:34:46.825996 | 2019-04-09T16:03:10 | 2019-04-09T16:03:10 | 181,796,217 | 1 | 0 | null | 2019-04-17T01:43:30 | 2019-04-17T01:43:30 | null | UTF-8 | Java | false | false | 1,309 | java | package CusPro2;
/**
* <a href="http://lib.csdn.net/base/softwaretest" class='replace_word' title=
* "软件测试知识库" target='_blank' style='color:#df3434;
* font-weight:bold;'>测试</a>类Test
*
* Email:530025983@qq.com
*
* @author MONKEY.D.MENG 2011-03-15
*
*/
public class Test {
public static void mai... | [
"victorzsnail@qq.com"
] | victorzsnail@qq.com |
3f6c7857231cbce9da33b8114e5ef4dcb5a25228 | e44759c6e645b4d024e652ab050e7ed7df74eba3 | /src/org/ace/insurance/system/common/district/service/interfaces/IDistrictService.java | 530e66bf979b775699b7dfe77e605f6f018ca88d | [] | no_license | LifeTeam-TAT/MI-Core | 5f779870b1328c23b192668308ee25c532ab6280 | 8c5c4466da13c7a8bc61df12a804f840417e2513 | refs/heads/master | 2023-04-04T13:36:11.616392 | 2021-04-02T14:43:34 | 2021-04-02T14:43:34 | 354,033,545 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,158 | java | /***************************************************************************************
* @author YYK
* @Date 2016-May-6
* @Version 1.0
* @Purpose This interface serves as the Service Layer to manipulate the <code>District</code> object.
*
*
*****************************************************************... | [
"lifeteam.tat@gmail.com"
] | lifeteam.tat@gmail.com |
c435a13fdb42823d450dcf5db637f6c27e45bd1a | e949ab5a99ac25629fcde45d6445e42b776ba6f0 | /uizacoresdk/src/main/java/vn/uiza/views/placeholderview/lib/placeholderview/Animation.java | 7f526dfbc3a2bd7c246784c47d91a4688062e30e | [
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | GianhTran/uiza-android-sdk-player | 056a29a315d2f41aca69a96d3e62f6dca4358bcf | 13f78c299907867073bae21867c3533d31531cc4 | refs/heads/master | 2020-03-30T00:33:32.145718 | 2018-09-17T04:55:56 | 2018-09-17T04:55:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,076 | java | package vn.uiza.views.placeholderview.lib.placeholderview;
import android.view.View;
import android.view.animation.AccelerateInterpolator;
import android.view.animation.DecelerateInterpolator;
/**
* Created by janisharali on 20/08/16.
*/
public class Animation {
public static final int ENTER_LEFT_DESC = 1;
... | [
"loitp@pateco.vn"
] | loitp@pateco.vn |
2b045ffabb54ebd6d0dd0e4576a1b85e91e542ea | e1e5bd6b116e71a60040ec1e1642289217d527b0 | /H5/L2jMaster_org/L2jMaster_org_2019_07_02/L2JMaster_DataPack/dist/game/data/scripts/handlers/itemhandlers/BeastSpiritShot.java | 5be81a3e462c569526ce53f240ad35c93be4b3e0 | [] | 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 | 3,828 | java | /*
* Copyright (C) 2004-2019 L2J DataPack
*
* This file is part of L2J DataPack.
*
* L2J DataPack 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 you... | [
"64197706+L2jOpenSource@users.noreply.github.com"
] | 64197706+L2jOpenSource@users.noreply.github.com |
96834d54a60784a0c27b37ed1000b153e5be1936 | 3da6f1593ae3c0d6fd0bef0f81825a6dcb4f562b | /spring-context/src/test/java/org/springframework/scripting/support/StubMessenger.java | 3b978d58f303993ba99edb1f52afa8ccd9baff66 | [
"Apache-2.0"
] | permissive | binfooo/spring | c784f3b49717bb65c6bdf0eb8db08f3f36852006 | a1f1a3e6f0a7a26641fe5f925aae76a2d32e566c | refs/heads/master | 2023-02-23T12:11:02.335887 | 2021-01-30T01:54:25 | 2021-01-30T01:54:25 | 334,065,384 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 425 | java |
package org.springframework.scripting.support;
import org.springframework.scripting.ConfigurableMessenger;
/**
* @author Rick Evans
*/
public class StubMessenger implements ConfigurableMessenger {
private String message = "I used to be smart... now I'm just stupid.";
@Override
public void setMessage(String m... | [
"LinHJ090827"
] | LinHJ090827 |
10c0137ee24032dc334bf0a14714c36f41292b7d | f6c629b0022dc26a4588075ae7c2d620b8c1398f | /netbird-android-support/src/cc/colorcat/netbird3/android/AndroidPlatform.java | d4714be2f4a384c1e856bc0cc897505627b877f6 | [] | no_license | fireworld/NetBird3 | dd110c003ca879c02d082e224cc8097f6fedf470 | 21716f15a79f974b5f6d3c8c1b3dba9c27cf7e4d | refs/heads/master | 2021-09-05T04:07:52.394675 | 2018-01-24T03:08:59 | 2018-01-24T03:08:59 | 111,074,694 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 752 | java | package cc.colorcat.netbird3.android;
import cc.colorcat.netbird3.Connection;
import cc.colorcat.netbird3.Platform;
import cc.colorcat.netbird3.platform.Logger;
import cc.colorcat.netbird3.platform.Scheduler;
/**
* Created by cxx on 17-11-20.
* xx.ch@outlook.com
*/
public class AndroidPlatform extends Platform {
... | [
"xx.ch@outlook.com"
] | xx.ch@outlook.com |
59e65b7c9db5fb5fd9ca14fe335bb55639ef8717 | d67f6450b24fb08f2f61b74dcdecce3025ee3efc | /gemp-swccg-cards/src/main/java/com/gempukku/swccgo/cards/set8/light/Card8_071.java | 64f07df01de9cff503e2d5c5dd9e871d5b5cafbc | [
"MIT"
] | permissive | cburyta/gemp-swccg-public | 00a974d042195e69d3c104e61e9ee5bd48728f9a | 05529086de91ecb03807fda820d98ec8a1465246 | refs/heads/master | 2023-01-09T12:45:33.347296 | 2020-10-26T14:39:28 | 2020-10-26T14:39:28 | 309,400,711 | 0 | 0 | MIT | 2020-11-07T04:57:04 | 2020-11-02T14:47:59 | null | UTF-8 | Java | false | false | 2,224 | java | package com.gempukku.swccgo.cards.set8.light;
import com.gempukku.swccgo.cards.AbstractSite;
import com.gempukku.swccgo.cards.conditions.ControlsCondition;
import com.gempukku.swccgo.common.Icon;
import com.gempukku.swccgo.common.Side;
import com.gempukku.swccgo.common.Title;
import com.gempukku.swccgo.filters.Filters... | [
"andrew@bender.io"
] | andrew@bender.io |
1cc124d83edc00d2fb7d2d4f3656b795154c0f9d | 129f58086770fc74c171e9c1edfd63b4257210f3 | /src/testcases/CWE369_Divide_by_Zero/CWE369_Divide_by_Zero__float_connect_tcp_modulo_51b.java | 5d50e53f8a772f29fed453cb616ffe2cd5773e45 | [] | no_license | glopezGitHub/Android23 | 1bd0b6a6c7ce3c7439a74f1e4dcef2c4c0fac4ba | 6215d0684c4fbdc7217ccfbedfccfca69824cc5e | refs/heads/master | 2023-03-07T15:14:59.447795 | 2023-02-06T13:59:49 | 2023-02-06T13:59:49 | 6,856,387 | 0 | 3 | null | 2023-02-06T18:38:17 | 2012-11-25T22:04:23 | Java | UTF-8 | Java | false | false | 1,721 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE369_Divide_by_Zero__float_connect_tcp_modulo_51b.java
Label Definition File: CWE369_Divide_by_Zero__float.label.xml
Template File: sources-sinks-51b.tmpl.java
*/
/*
* @description
* CWE: 369 Divide by zero
* BadSource: connect_tcp Read data using an outbound tcp conne... | [
"guillermo.pando@gmail.com"
] | guillermo.pando@gmail.com |
96f76edf2bdfc487bc819e621b9e80572d868eb1 | 4b2c63d13f24585a3542576cdf64bd01db67c1ae | /platform/jsip/jain-sip-impl/src/main/java/org/freeims/javax/sip/parser/WarningParser.java | f6fe82897792e535a258c27919ce82329d9e64cf | [] | no_license | gugu-lee/freeims | ce1d0d92ab79c93dfc356971363f0faf6d228461 | bbe2de872deb074531e12cf74204b7a29c91c354 | refs/heads/master | 2022-12-01T08:47:38.326261 | 2019-11-02T10:14:33 | 2019-11-02T10:14:33 | 58,299,201 | 0 | 0 | null | 2022-11-24T01:41:17 | 2016-05-08T06:11:46 | Java | UTF-8 | Java | false | false | 6,520 | java | /*
* Conditions Of Use
*
* This software was developed by employees of the National Institute of
* Standards and Technology (NIST), an agency of the Federal Government.
* Pursuant to title 15 Untied States Code Section 105, works of NIST
* employees are not subject to copyright protection in the United States
* and are... | [
"seven.stone.2012@gmail.com"
] | seven.stone.2012@gmail.com |
948599016e116b6295ee6268071eac14d60327a6 | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/hibernate-orm/2015/4/IndexConstraintSource.java | 5106bc56bf72e1a684b2fcd28303237a557527b9 | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | Java | false | false | 1,256 | java | /*
* Hibernate, Relational Persistence for Idiomatic Java
*
* Copyright (c) 2014, Red Hat Inc. or third-party contributors as
* indicated by the @author tags or express copyright attribution
* statements applied by the authors. All third-party contributions are
* distributed under license by Red Hat Inc.
*
* T... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
be0ff413570fe931cc1894dc2ea781af974052df | e8cd24201cbfadef0f267151ea5b8a90cc505766 | /group11/729245768/DataStructure/src/main/coding_170507/TwoStackInOneArray.java | 051d54e1d888840b6448a6e5b69b73935e6fe7dd | [] | no_license | XMT-CN/coding2017-s1 | 30dd4ee886dd0a021498108353c20360148a6065 | 382f6bfeeeda2e76ffe27b440df4f328f9eafbe2 | refs/heads/master | 2021-01-21T21:38:42.199253 | 2017-06-25T07:44:21 | 2017-06-25T07:44:21 | 94,863,023 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,850 | java | package main.coding_170507;
import java.util.EmptyStackException;
/**
* 用一个数组实现两个栈
* 将数组的起始位置看作是第一个栈的栈底,将数组的尾部看作第二个栈的栈底,压栈时,栈顶指针分别向中间移动,直到两栈顶指针相遇,则扩容。
*/
public class TwoStackInOneArray {
Object[] data = new Object[10];
private int start = 0;
private int end = data.length-1;
/**
... | [
"542194147@qq.com"
] | 542194147@qq.com |
d179923eaa179eaae0f970f9cdc033965f1a1233 | be3434872306571775a1482d56fb4a6d11164271 | /src/test/java/com/banjjoknim/book/springboot/web/dto/HelloResponseDtoTest.java | 71da4aeb72f554e4d5d461fc931e6642192988b6 | [] | no_license | banjjoknim/SpringBootWebService | 9d4ce8257e8fae10cd94f8f846627f75a90f2831 | ea02a222802cecd99dec2eed9cf5bcd9537bd3b5 | refs/heads/master | 2023-01-23T21:53:15.056361 | 2020-12-06T13:04:22 | 2020-12-06T13:59:05 | 318,143,645 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 511 | java | package com.banjjoknim.book.springboot.web.dto;
import org.junit.Test;
import static org.assertj.core.api.Assertions.assertThat;
public class HelloResponseDtoTest {
@Test
public void 롬복_기능_테스트() {
// given
String name = "test";
int amount = 1000;
// when
HelloRespons... | [
"zhfxmtkachdt@daum.net"
] | zhfxmtkachdt@daum.net |
42ffc9fa007cd1b5f32a7e25f6e04cf0f4a267c1 | cda820560738cbaee83e50c4a16da44bd98741ff | /spring-boot-rabbitmq/src/main/java/com/william/mq/spring_boot/config/RabbitMQConfig.java | 826ae1654be678e833aa35f20e1c3d9972d4bf05 | [] | no_license | dwj1979/spring-boot-super-samples | d610c79e01132c7ad44beb0fc535e514bd6b668c | a411e04a05c1f547cc361172c13ac789d4d4fac4 | refs/heads/master | 2021-05-11T10:24:36.624821 | 2017-12-05T10:09:30 | 2017-12-05T10:09:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 442 | java | package com.william.mq.spring_boot.config;
import org.springframework.amqp.core.Queue;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
/**
* Created by sungang on 2017/11/30.
*/
@Configuration
public class RabbitMQConfig {
public static final Str... | [
"1120sungang@gmail.com"
] | 1120sungang@gmail.com |
1b6931af37f8128860a4a6cef222843006ca786d | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_6935e0cbbef38d0b164cbc77cdb6fceaf4034845/RestriccioTemps/2_6935e0cbbef38d0b164cbc77cdb6fceaf4034845_RestriccioTemps_s.java | a90b2b8147d1b5aba1a1a6d5ca9379b66d359bda | [] | 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 | 823 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package Domini;
import java.util.ArrayList;
/**
*
* @author Daniel Albarral
*/
public class RestriccioTemps {
private ArrayList<Integer> dilluns;
private ArrayList<Integer> dimarts;
... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
49323faef924f8878635539a262b3fc9e9bcdb20 | 6f36e847fbacb814f7ba041fe060dab32fa1be74 | /springboot-shiro/src/main/java/com/study/user/security/shiro/XTokenWebSessionManager.java | dd130f6fad42f0b4b55ef0d6cf194b1f08808f16 | [] | no_license | wcl19860926/springboot-demo | b3d31f2a03bb3edc3097abad55d356f0505a2d28 | c71827acda26314ecd80dfd024e7858147f4c3b3 | refs/heads/main | 2023-03-09T15:31:28.805200 | 2021-02-28T11:34:05 | 2021-02-28T11:34:05 | 342,522,874 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,705 | java | package com.study.user.security.shiro;
import org.apache.shiro.session.Session;
import org.apache.shiro.session.SessionException;
import org.apache.shiro.session.mgt.DefaultSessionKey;
import org.apache.shiro.session.mgt.SessionKey;
import org.apache.shiro.web.session.mgt.DefaultWebSessionManager;
import org.apache.sh... | [
"694216530@qq.com"
] | 694216530@qq.com |
2275d814ec2983bdedb20f6c86e9549f4532aecc | 906275798ed0ab17495dbf1f31759845818daa81 | /src/main/java/org/jukeboxmc/item/ItemRepeatingCommandBlock.java | 7d45599aa104bb021cee337f995398e4f10bbdda | [] | no_license | yequid/JukeboxMC | c7995034bc5bd55280e3bf96b765eddacbe08e8f | 8a53fc2bed231d0872699d6efa88ef843a74001b | refs/heads/master | 2023-02-15T05:45:12.260350 | 2021-01-07T15:00:24 | 2021-01-07T15:00:24 | 326,658,755 | 0 | 0 | null | 2021-01-07T15:00:25 | 2021-01-04T11:15:15 | Java | UTF-8 | Java | false | false | 240 | java | package org.jukeboxmc.item;
/**
* @author LucGamesYT
* @version 1.0
*/
public class ItemRepeatingCommandBlock extends Item {
public ItemRepeatingCommandBlock() {
super( "minecraft:repeating_command_block", 188 );
}
}
| [
"beckerluca16@gmail.com"
] | beckerluca16@gmail.com |
68cc5377f2df69b5b48aa5488427371567deccfd | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/hibernate-orm/2015/4/Schema.java | 37576a2312b5bff5434d8ba67629714af4f49942 | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | Java | false | false | 7,182 | java | /*
* Hibernate, Relational Persistence for Idiomatic Java
*
* Copyright (c) 2015, Red Hat Inc. or third-party contributors as
* indicated by the @author tags or express copyright attribution
* statements applied by the authors. All third-party contributions are
* distributed under license by Red Hat Inc.
*
* T... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
ff628adf0e3c0520ca23f7625d549485d1e2808a | f0d825d67f22bdda6455747fd6198137814c4d5f | /src/main/java/com/xmbl/ops/model/course/CourseLevelEntity.java | b3931baaa3215b0ddb04ba9cdd4f6fdbedf18a86 | [] | no_license | noseparte/boma-platform | 3084d208be17d82dca31f0af5ca041127ac3483c | a7a9dc63afda6d50681794a6d46fd88c439ab15a | refs/heads/master | 2020-04-12T09:46:34.019100 | 2018-12-20T08:29:53 | 2018-12-20T08:29:53 | 162,407,564 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 698 | java | package com.xmbl.ops.model.course;
import com.xmbl.ops.model.mongo.base.GeneralBean;
import lombok.Data;
import org.springframework.data.mongodb.core.mapping.Document;
/**
* Copyright © 2018 noseparte © BeiJing BoLuo Network Technology Co. Ltd.
*
* @Author Noseparte
* @Compile --
* @Version 1.0
* @Description ... | [
"noseparte@aliyun.com"
] | noseparte@aliyun.com |
d7fbcdd248f1182ac1e6dccf2b74798f7b1bbbcf | 634ae05c5e190412b2c50a7b5317c3d331322bdf | /Sandbox/src/main/java/demo/generics/model/Partner.java | b39b8270cec94cb05a5e84c96e5b9600a11f9d84 | [] | no_license | ganqzz/java_workspace | 1b919aff1f177c5b6971e7f19f465129a247ed72 | 3a7285e9b1945c8b55a4b02bbb20aee3d31a9086 | refs/heads/master | 2023-07-16T06:03:36.310878 | 2021-09-04T03:44:37 | 2021-09-04T03:44:37 | 389,467,395 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 339 | java | package demo.generics.model;
public class Partner extends Person {
public Partner(final String name, final int age) {
super(name, age);
}
@Override
public String toString() {
return "Partner{" +
"name='" + getName() + '\'' +
", age=" + getAge() +
... | [
"ganqzz@users.noreply.github.com"
] | ganqzz@users.noreply.github.com |
338011ec8aba04488d80e4d51b07a476266621f1 | e3a09a1c199fb3e32d1e43c1393ec133fa34ceab | /game/data/scripts/handlers/skillconditionhandlers/OpNotTerritorySkillCondition.java | 0b4e6e9873bd60bcca77490f78fa8f8d92ce60d3 | [] | no_license | Refuge89/l2mobius-helios | 0fbaf2a11b02ce12c7970234d4b52efa066ef122 | d1251e1fb5a2a40925839579bf459083a84b0c59 | refs/heads/master | 2020-03-23T01:37:03.354874 | 2018-07-14T06:52:51 | 2018-07-14T06:52:51 | 140,927,248 | 1 | 0 | null | 2018-07-14T07:49:40 | 2018-07-14T07:49:39 | null | UTF-8 | Java | false | false | 1,267 | java | /*
* This file is part of the L2J Mobius project.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This p... | [
"conan_513@hotmail.com"
] | conan_513@hotmail.com |
48ccce9f61b648b6af7114c75199551950d1b683 | 148100c6a5ac58980e43aeb0ef41b00d76dfb5b3 | /sources/com/google/android/gms/internal/phenotype/zzh.java | 9c2f4a5f3acd7633a6c72a4d2c87b5f456dbedba | [] | no_license | niravrathod/car_details | f979de0b857f93efe079cd8d7567f2134755802d | 398897c050436f13b7160050f375ec1f4e05cdf8 | refs/heads/master | 2020-04-13T16:36:29.854057 | 2018-12-27T19:03:46 | 2018-12-27T19:03:46 | 163,325,703 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 571 | java | package com.google.android.gms.internal.phenotype;
import android.annotation.SuppressLint;
import android.content.Context;
public final class zzh<T> {
/* renamed from: a */
private static final Object f10390a = new Object();
@SuppressLint({"StaticFieldLeak"})
/* renamed from: b */
private static C... | [
"niravrathod473@gmail.com"
] | niravrathod473@gmail.com |
6c40e4addd7bff9c6057a96171e383ae991bdd00 | ff0c33ccd3bbb8a080041fbdbb79e29989691747 | /java.xml/com/sun/org/apache/bcel/internal/generic/POP.java | c9b8241367d7ab5d6e029e782fec32e84a8e66d8 | [] | no_license | jiecai58/jdk15 | 7d0f2e518e3f6669eb9ebb804f3c89bbfb2b51f0 | b04691a72e51947df1b25c31175071f011cb9bbe | refs/heads/main | 2023-02-25T00:30:30.407901 | 2021-01-29T04:48:33 | 2021-01-29T04:48:33 | 330,704,930 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,775 | java | /*
* Copyright (c) 2007, 2020, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for a... | [
"caijie2@tuhu.cn"
] | caijie2@tuhu.cn |
2b4852dec27b1b943023e8a7c33dae7b98aa0370 | d11fb0d15b73a28742caa97e349dcfbe70d2563f | /server/iih.ci/iih.ci.ord/src/main/java/iih/ci/ord/s/bp/assi/impl/cimes/ip/IpCopyApbuPropertyImpl.java | 8d546c842a353a7fe9a329745746b38b051c3266 | [] | no_license | fhis/order.client | 50a363fd3e4f56d95ccc5aa288e907a0a8571031 | 56cfa7877f600a10c54fdb30306a32ffa28b8217 | refs/heads/master | 2021-08-22T20:50:59.511923 | 2017-12-01T07:10:27 | 2017-12-01T07:10:27 | 112,678,072 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 253 | java | package iih.ci.ord.s.bp.assi.impl.cimes.ip;
import iih.ci.ord.s.bp.assi.impl.cimes.base.IpBaseCopyCalCiEmsProperty;
/**
* 备血申请属性复制
*
* @author HUMS
*
*/
public class IpCopyApbuPropertyImpl extends IpBaseCopyCalCiEmsProperty {
}
| [
"27696830@qq.com"
] | 27696830@qq.com |
567c9e8d7636176964b08e3b6ac862bb47e2c7a5 | 0b08e249f66c477b357274f73fa6c1c7b5d41db2 | /spring-cloud-acm-example/src/main/java/com/zwd/acm/AcmApplication.java | 177b920c5f21b2191cbf336661c0e1242ef54257 | [] | no_license | tanglitao/nacos-examples | 5f3c75ef118e578e00883e3b5c033bd96bb57778 | 7fbfdeb9b62198c307684161ad439b96219dbb1e | refs/heads/master | 2020-06-04T04:06:11.655638 | 2019-01-09T12:33:41 | 2019-01-09T12:33:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 751 | java | package com.zwd.acm;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.ConfigurableApplicationContext;
/**
* @author zwd
* @date 2019/1/7 20:22
* @Email stephen.zwd@gmail.com
*/
@SpringBootApplication
public c... | [
"810095178@qq.com"
] | 810095178@qq.com |
de136087525ebb0b70af1d02fb9c5d82dc9c7a2b | 7b3615d250073ffbc0ccc9f19d4bb8cd50f33d04 | /afis-cloud-server-auth/src/main/java/com/afis/cloud/auth/model/ApplicationModel.java | f87e10fdbcfbaaf9f68a89ec4ccc9237f855542d | [] | no_license | zhuoyue9527/auth | 57dd371c53c7fa14981aafc38236d92f3c5c4cc3 | ab79aca280e37e3c0c2910cac7eb6281e0bd0c81 | refs/heads/master | 2020-04-07T23:24:32.180246 | 2018-11-23T09:46:52 | 2018-11-23T09:46:52 | 158,811,336 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,231 | java | package com.afis.cloud.auth.model;
import java.io.Serializable;
import java.util.Date;
/**
* 存在缓存中的应用信息
*
* @author Chengen
*
*/
public class ApplicationModel implements Serializable{
private long id;
private String appCode;
private String appName;
private String key;
private String urlCallback;
pri... | [
"zhuoyue9527@163.com"
] | zhuoyue9527@163.com |
cab6025521e68a20c0d4bb9847ccb0da759005d5 | e054c1e6903e4b5eb166d107802c0c2cadd2eb03 | /modules/datex-serializer/src/generated/java/eu/datex2/schema/_2/_2_0/AreaOfInterestEnum.java | 23a8efb388691cb20153a6243a6cc5808b021396 | [
"MIT"
] | permissive | svvsaga/gradle-modules-public | 02dc90ad2feb58aef7629943af3e0d3a9f61d5cf | e4ef4e2ed5d1a194ff426411ccb3f81d34ff4f01 | refs/heads/main | 2023-05-27T08:25:36.578399 | 2023-05-12T14:15:47 | 2023-05-12T14:33:14 | 411,986,217 | 2 | 1 | MIT | 2023-05-12T14:33:15 | 2021-09-30T08:36:11 | Java | UTF-8 | Java | false | false | 1,613 | java |
package eu.datex2.schema._2._2_0;
import jakarta.xml.bind.annotation.XmlEnum;
import jakarta.xml.bind.annotation.XmlEnumValue;
import jakarta.xml.bind.annotation.XmlType;
/**
* <p>Java class for AreaOfInterestEnum.
*
* <p>The following schema fragment specifies the expected content contained within this class.
... | [
"geir.sagberg@gmail.com"
] | geir.sagberg@gmail.com |
8a89a8309752d195c085d3a9146e06b848dab8a3 | 4e7159cf61bf0fa670a5a102424edcc7cb781a36 | /advancedMapReduce/src/mapreduce/product/MyKey.java | 1c59f64f5202c9ddff07ccb13f2a3aae69d1c5ab | [] | no_license | kim-svadoz/bigdatawork | 0736ada30909ac02dbb9e25c7a7cf0a7cac9397c | a7445589c05246b2869d9ca3d768893aa9384e93 | refs/heads/master | 2022-12-28T08:30:58.110809 | 2020-09-16T05:52:25 | 2020-09-16T05:52:25 | 241,572,741 | 0 | 0 | null | 2022-12-16T07:16:53 | 2020-02-19T08:43:15 | Java | UTF-8 | Java | false | false | 1,273 | java | package mapreduce.product;
import java.io.DataInput;
import java.io.DataOutput;
import java.io.IOException;
import org.apache.hadoop.io.WritableComparable;
import org.apache.hadoop.io.WritableUtils;
public class MyKey implements WritableComparable<MyKey>{
private String productID;
private String userID;
public My... | [
"dhkdghehfdl@gmail.com"
] | dhkdghehfdl@gmail.com |
183ec93a97d9c2f7aa9c4a3095fa003df730ad5c | 55d11aca856977f95471cab15529273e1def1baf | /박호훈6586/src/b10_클래스/ClassEx.java | 97092266d6461126eacfcf8d30f1c45f35c4104a | [] | no_license | hohunpark/javaStudy20210811 | 58690b75d530a9aab3618ccb97d90636d0a8a52a | 283f5724d65d77ea6db40161d5ba586371d945dc | refs/heads/master | 2023-07-16T23:10:50.446449 | 2021-09-06T12:48:50 | 2021-09-06T12:48:50 | 397,576,178 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 1,165 | java | package b10_클래스;
/**
*
* 자료형의 종류
* 1. 일반 자료형(int, double, char, boolean)
* 2. 참조 자료형(클래스, 배열) -> String, Phone, Student, Car, 배열[]
*
*
*
*/
class Phone{
private String company;
private String model;
private String color;
private String newsAgency;
private int d_ram;
private String phoneCase;
publi... | [
"="
] | = |
99f3f10ee72b2217d5db78c591b19f4eec47d590 | 6286d4a34e0234096b36e31605c701e104ff0657 | /src/BACK_TO_BACK_SWE/KnapSack.java | c5e0c44a933108b48b5903f6279d2b0102e672e4 | [] | no_license | AntonSyzko/LeetcodeStudies | 51e4c37ddf3624240e1bc1b531933f1c6f4fa624 | 1ccad64e5dae1f732a7ab3a1f297369fe2520cf4 | refs/heads/main | 2023-09-03T13:01:35.743111 | 2021-10-11T20:05:00 | 2021-10-11T20:05:00 | 307,069,055 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,414 | java | package BACK_TO_BACK_SWE;
public class KnapSack {
public int knapsack(int[] values, int[] weights, int maxWeightConstraint) {
int[][] cache = new int[values.length + 1][maxWeightConstraint + 1];
for (int totalItems = 0; totalItems <= values.length; totalItems++) {
for (int maxWeight =... | [
"antonio.shizko@gmail.com"
] | antonio.shizko@gmail.com |
6d99de7098fd53bb44cc7b4b9380890ccf81a697 | 76d82b3c0e25f91ff37bbe198b15a65a70c37f02 | /src/com/cbedoy/apprende/service/LevelProviderService.java | 7fbc8525ed184dd301bf0775bc0306b78bb5cc4f | [] | no_license | cbedoy/ApprendeV2 | 87d2bf31cd23a00c36e7ba8c9a68c755de1260cf | 66053485577f4dcaf2dbca269e41d8134e0fb6f3 | refs/heads/master | 2021-01-23T08:39:17.199586 | 2015-01-02T17:45:18 | 2015-01-02T17:45:18 | 26,739,944 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,705 | java | package com.cbedoy.apprende.service;
import com.cbedoy.apprende.R;
import com.cbedoy.apprende.activity.ApplicationLoader;
/**
* Created by Carlos on 27/10/2014.
*/
public class LevelProviderService
{
private static LevelProviderService instance;
public static LevelProviderService getInstance(){
if(... | [
"carlos.bedoy@gmail.com"
] | carlos.bedoy@gmail.com |
de37e8f39f1bef99049a0f1de54ed8da9e6db2ea | 88cae0357b94ec5d7ebc45b754220f8bfd0bea26 | /src/main/java/mobi/hsz/idea/gitignore/outer/OuterFileFetcher.java | 498794f69bf2a7e4ecacb234b30d0c588610fb3d | [
"MIT"
] | permissive | consulo/consulo-dotignore | 0ccbc44ced7aff97a662f3429ad9367b2064e241 | f22746f3794785ef42f22e8a6d8833e799ab0518 | refs/heads/master | 2023-09-01T12:22:43.033375 | 2023-05-23T18:45:04 | 2023-05-23T18:45:04 | 183,288,859 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 346 | java | package mobi.hsz.idea.gitignore.outer;
import consulo.project.Project;
import consulo.virtualFileSystem.VirtualFile;
import org.jetbrains.annotations.NotNull;
import java.util.Collection;
/** Outer file fetcher event interface. */
public interface OuterFileFetcher {
@NotNull
Collection<VirtualFile> fetch(@No... | [
"vistall.valeriy@gmail.com"
] | vistall.valeriy@gmail.com |
e60a009e308e3f2ae2799bd6e06eea64d0eaba8b | da830c5f8eff4651d8999f49b0ffc8f97b76eb62 | /CeiPhone/src/com/hyrt/cei/ui/common/GetpasswordActivity.java | 831e303600e49ae0e55c8463986e77a0808dfa5e | [] | no_license | ThingsKit/cei | ba79cb93800547ee62c14eaa99776cf4c57649ab | b6c1e1c7a92c99285d8e0e8400bdca13ad8f293a | refs/heads/master | 2021-01-18T05:23:33.317406 | 2014-07-17T05:26:55 | 2014-07-17T05:26:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,457 | java | package com.hyrt.cei.ui.common;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.view.View;
import android.view.View.OnClickListen... | [
"13718868826@163.com"
] | 13718868826@163.com |
150ee95474b42485cde8f519b75cf9e340408699 | 2d2da5bdc6161571a29912accc49ce8f934ae117 | /src/net/meisen/dissertation/impl/data/metadata/DirectlyDefinedMetaData.java | a79a4dc8c8d9f020ef4f2b2afc934aa45d5368e8 | [
"BSD-3-Clause"
] | permissive | pmeisen/dis-timeintervaldataanalyzer | 8be05e6e485a667b97b9814297a535f9575323d9 | 9c97c7d19b2125ca148529e85f2175751e7d2aa4 | refs/heads/master | 2021-01-18T22:06:38.850928 | 2017-03-29T22:15:29 | 2017-03-29T22:15:29 | 14,424,470 | 6 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,881 | java | package net.meisen.dissertation.impl.data.metadata;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import net.meisen.dissertation.model.data.metadata.IMetaData;
import net.meisen.general.genmisc.types.Objects;
/**
* {@code DirectlyDefinedMetaData} is used to define {@code MetaData} ... | [
"philipp@meisen.net"
] | philipp@meisen.net |
bf3da3306d6a45e664ea8e30eb8226d8fc80e634 | b5a42a88ca0b5a49cad2df872288e67c1e039693 | /3.JavaMultithreading/src/com/javarush/task/task30/task3001/Number.java | 83aff47df864a233f0dcf6c18dbb4e7975b175c8 | [] | no_license | ValeriyEmelyanov/JavaRushTasks | 0104a951e522911c8c6ed6eef05c16a66313bb2c | 4dd45e71aed4e9fe5dce25a80614bfdc5f9a60fa | refs/heads/master | 2020-06-01T21:27:29.056423 | 2019-12-29T08:21:26 | 2019-12-29T08:21:26 | 190,932,680 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 974 | java | package com.javarush.task.task30.task3001;
public class Number {
private NumberSystem numberSystem;
private String digit;
public Number(NumberSystem numberSystem, String digit) {
this.numberSystem = numberSystem;
this.digit = digit;
}
public NumberSystem getNumberSystem() {
... | [
"emelva@rambler.ru"
] | emelva@rambler.ru |
ea09b92708a3c5be9780bb30b1e75e2cc0d90606 | 319531f0ef01900b83d106d53cb4e9502e33f355 | /openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/discriminator/CharAbstractEntity.java | 5dd5ff754770136ada31b86fd29186a1bbc6aa60 | [
"Apache-2.0",
"CDDL-1.0",
"LicenseRef-scancode-oracle-openjdk-exception-2.0",
"GPL-2.0-only"
] | permissive | wso2/wso2-openjpa | 798822ee319590eed5a00ae21b65b6977faf162d | 9c3801c861d1a0c9d93a9fa5cfa0cbe749114b92 | refs/heads/master | 2023-08-14T23:55:26.907881 | 2022-04-05T09:32:59 | 2022-04-05T09:32:59 | 97,706,188 | 35 | 16 | Apache-2.0 | 2022-04-05T09:33:00 | 2017-07-19T10:56:02 | Java | UTF-8 | Java | false | false | 1,638 | 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 ... | [
"nandika@wso2.com"
] | nandika@wso2.com |
1875d68406db817cb929730f7c07074e5d0cd652 | f3d66037172ae203a09d095690b7557c3954a3df | /src/main/java/com/my/bookcatalog/web/rest/errors/ErrorConstants.java | bec8d61682cadcea01ccd552ccb66db09a853d33 | [] | no_license | PaengE/book-rental-service-bookCatalog | 34ee3a7bbc974229dab43d96758e36342b66625d | 1b52e88cfc7b27207d2ad2c1ca9ef2a7043cca52 | refs/heads/master | 2023-06-12T07:39:58.872931 | 2021-07-05T08:34:40 | 2021-07-05T08:34:40 | 373,809,083 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 590 | java | package com.my.bookcatalog.web.rest.errors;
import java.net.URI;
public final class ErrorConstants {
public static final String ERR_CONCURRENCY_FAILURE = "error.concurrencyFailure";
public static final String ERR_VALIDATION = "error.validation";
public static final String PROBLEM_BASE_URL = "https://www.... | [
"ckddn2820@gmail.com"
] | ckddn2820@gmail.com |
c2049e65b4a8e19d43311cb496c692060ee630f8 | f567c98cb401fc7f6ad2439cd80c9bcb45e84ce9 | /src/main/java/com/alipay/api/domain/AlipayInsAutoUserOilExchangeModel.java | 946cff74c5753be83a1ce8ef0bfdc0a475e3dc0b | [
"Apache-2.0"
] | permissive | XuYingJie-cmd/alipay-sdk-java-all | 0887fa02f857dac538e6ea7a72d4d9279edbe0f3 | dd18a679f7543a65f8eba2467afa0b88e8ae5446 | refs/heads/master | 2023-07-15T23:01:02.139231 | 2021-09-06T07:57:09 | 2021-09-06T07:57:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,042 | java | package com.alipay.api.domain;
import java.util.Date;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 扣减用户积分
*
* @author auto create
* @since 1.0, 2019-07-04 17:22:15
*/
public class AlipayInsAutoUserOilExchangeModel extends AlipayObject {
private stat... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
9c29e396f0019910cb4adb234b7d33d0dcda8adc | 20eb62855cb3962c2d36fda4377dfd47d82eb777 | /IntroClassJava/dataset/digits/08c7ea4ac39aa6a5ab206393bb4412de9d2c365ecdda9c1b391be963c1811014ed23d2722d7433b8e8a95305eee314d39da4950f31e01f9147f90af91a5c433a/001/mutations/1018/digits_08c7ea4a_001.java | eb2698223bee4028503331473f606ff703b6977b | [] | no_license | ozzydong/CapGen | 356746618848065cce4e253e5d3c381baa85044a | 0ba0321b6b1191443276021f1997833342f02515 | refs/heads/master | 2023-03-18T20:12:02.923428 | 2020-08-21T03:08:28 | 2020-08-21T03:08:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,661 | java | package introclassJava;
class IntObj {
public int value;
public IntObj () {
} public IntObj (int i) {
value = i;
}
}
class FloatObj {
public float value;
public FloatObj () {
} public FloatObj (float i) {
value = i;
}
}
class LongObj {
public long value;
public... | [
"justinwm@163.com"
] | justinwm@163.com |
92f6cef111ed7b50dcb0638b0c6040501b144e16 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/4/4_748c841b06ae1070ebd59dea732f146b63712c57/OperationsRequest/4_748c841b06ae1070ebd59dea732f146b63712c57_OperationsRequest_t.java | d7146c3afdfbca0ebe3f48cf3ae52699f3816b42 | [] | 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,970 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package me.stutiguias.webportal.webserver.request.type;
import java.util.List;
import java.util.Map;
import me.stutiguias.webportal.init.WebPortal;
import me.stutiguias.webportal.settings.Auction;
import me.s... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
54d6e9d6fe74c10dcbad13ea69dc6521fe676fb4 | 3afb3bfccf814079e0c2a7cab6e6bf7921978cea | /app/org/hadatac/console/controllers/schema/MainEntity.java | becbfd7c2528dd55925b31f7e61920f2272909c0 | [
"Apache-2.0"
] | permissive | tetherless-world/hadatac | cb7463849ac2bc59f64f2c0677d6fc8ecc05f45e | 25288d8a503d5905885584793a15e5e6d70a34ce | refs/heads/master | 2021-01-19T15:27:21.811830 | 2017-08-18T21:12:24 | 2017-08-18T21:12:24 | 100,968,922 | 0 | 0 | null | 2017-08-21T15:55:26 | 2017-08-21T15:55:25 | null | UTF-8 | Java | false | false | 4,266 | java | package org.hadatac.console.controllers.schema;
import java.io.UnsupportedEncodingException;
import java.net.URLDecoder;
import java.util.List;
import java.util.ArrayList;
import play.mvc.Controller;
import play.mvc.Result;
import play.data.Form;
import play.twirl.api.Html;
import org.hadatac.console.views.html.sche... | [
"pp3223@gmail.com"
] | pp3223@gmail.com |
cafd3f89ddff8b86fc3776adebd2ecb075e206e7 | 66a97cb9c2a3a7d385fe4dd5ef86b5ab423389dd | /app/src/main/java/com/suwonsmartapp/hello/graphic/MusicPlayerView.java | 289e3f43ca0ff341dd2229905b7a1d4ae3a94d10 | [] | no_license | suwonsmartapp/HelloAndroid1 | 77e8cb0ca6b8e826c6e1fbca196de44874c20704 | af497d7ed2bf2b120a125337c91d069591ebc00d | refs/heads/master | 2020-04-09T05:27:21.886585 | 2015-07-08T01:00:16 | 2015-07-08T01:00:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,306 | java | package com.suwonsmartapp.hello.graphic;
import android.content.Context;
import android.media.MediaPlayer;
import android.net.Uri;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.Button;
import android.widget.Chronometer;
import android.widget.Image... | [
"a811219@gmail.com"
] | a811219@gmail.com |
d750ecbf97793bc586d2c15fbf66677f37a84e76 | 4a0eb56dd26912ee8d54feaa8c60cd50b756b3d5 | /samediff/src/main/java/org/nd4j/autodiff/functions/impl/binary/transform/Or.java | 77527cdcd724486584aae4457e840b2938766c22 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0",
"LicenseRef-scancode-generic-cla"
] | permissive | cinqs/nd4j | 3555db9f654b5ddeb21bd199e0dab8d286d9b09a | 7b6c3dca9bddf4b3738afeab2e32821ecebfa579 | refs/heads/master | 2021-07-06T12:53:32.756515 | 2017-09-27T01:33:52 | 2017-09-27T01:33:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,027 | java | package org.nd4j.autodiff.functions.impl.binary.transform;
import org.nd4j.autodiff.ArrayField;
import org.nd4j.autodiff.functions.*;
import org.nd4j.autodiff.opstate.OpState;
import org.nd4j.autodiff.samediff.SameDiff;
import java.util.List;
public class Or extends AbstractBinaryFunction {
public Or(SameDiff s... | [
"adam@skymind.io"
] | adam@skymind.io |
8f6b215b9131888df097df73a1cde4e34df0284c | db2ca48fffaf6689c9db439abaf9d98729548e0b | /minsu-service/minsu-service-entity/src/main/java/com/ziroom/minsu/valenum/order/OrderCancelTypeEnum.java | 619f583331671319d2f1261f941df2d5183b3590 | [] | no_license | majinwen/sojourn | 46a950dbd64442e4ef333c512eb956be9faef50d | ab98247790b1951017fc7dd340e1941d5b76dc39 | refs/heads/master | 2020-03-22T07:07:05.299160 | 2018-03-18T13:45:23 | 2018-03-18T13:45:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,166 | java | package com.ziroom.minsu.valenum.order;
import com.asura.framework.base.util.Check;
/**
* <p>强制取消类型</p>
* <p/>
* <PRE>
* <BR> 修改记录
* <BR>-----------------------------------------------
* <BR> 修改日期 修改人 修改内容
* </PRE>
*
* @author afi on 2016/4/26.
* @version 1.0
* @since 1.0
*/
public enum OrderCancelTy... | [
"068411Lsp"
] | 068411Lsp |
9c435b195f93ecc702f2e9eb4b4740a0af92641e | acbb56922b48774b9c4d03a335d8c971dd64b80d | /GOLauncherEX_Plugin_Inf/src/com/go/util/file/media/MediaDbUtil.java | f60a37804f27e8ce5461fa51f8ba75b5b2a20a00 | [] | no_license | Lakkichand/smartapp-src | 91284c469308e9e40c45a7782d0bdb79c80bf9e2 | 1a174a9dd6a8a784d5faf204404e9a0abede4fa5 | refs/heads/master | 2021-01-10T16:51:09.042107 | 2015-03-28T15:15:06 | 2015-03-28T15:15:06 | 45,905,976 | 4 | 7 | null | null | null | null | UTF-8 | Java | false | false | 1,772 | java | package com.go.util.file.media;
import android.database.Cursor;
import android.database.SQLException;
public class MediaDbUtil {
public static int getInt(Cursor cursor, String key) {
if (null == cursor || null == key || key.length() <= 0) {
throw new SQLException("params err");
}
int column = cu... | [
"yijiajia1988@gmail.com@702b21dd-f629-e120-7dff-525d4d49388d"
] | yijiajia1988@gmail.com@702b21dd-f629-e120-7dff-525d4d49388d |
1d4f2da5bb7ae9270c6c4d17a0bea7ad3c6c5ae7 | 3dd35c0681b374ce31dbb255b87df077387405ff | /generated/entity/windowed/APDPolicyInvolvedPartyVersionList.java | 82b259cef63ab9b067c78cf4cc7c667d1e35ee22 | [] | no_license | walisashwini/SBTBackup | 58b635a358e8992339db8f2cc06978326fed1b99 | 4d4de43576ec483bc031f3213389f02a92ad7528 | refs/heads/master | 2023-01-11T09:09:10.205139 | 2020-11-18T12:11:45 | 2020-11-18T12:11:45 | 311,884,817 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 559 | java | package entity.windowed;
@javax.annotation.Generated(value = "com.guidewire.pl.metadata.codegen.Codegen", comments = "APDPolicyInvolvedParty.eti;APDPolicyInvolvedParty.eix;APDPolicyInvolvedParty.etx")
@java.lang.SuppressWarnings(value = {"deprecation", "unchecked"})
@gw.lang.SimplePropertyProcessing
public interface A... | [
"ashwini@cruxxtechnologies.com"
] | ashwini@cruxxtechnologies.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.