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
875496d4cdd1ab06a020dd78c1ef187403a406cd
043703eaf27a0d5e6f02bf7a9ac03c0ce4b38d04
/subject_systems/Struts2/src/struts-2.3.32/src/xwork-core/src/main/java/com/opensymphony/xwork2/util/location/LocationAttributes.java
082b8fc2f8920b5684e685b2f39ece5d9b67d81c
[]
no_license
MarceloLaser/arcade_console_test_resources
e4fb5ac4a7b2d873aa9d843403569d9260d380e0
31447aabd735514650e6b2d1a3fbaf86e78242fc
refs/heads/master
2020-09-22T08:00:42.216653
2019-12-01T21:51:05
2019-12-01T21:51:05
225,093,382
1
2
null
null
null
null
UTF-8
Java
false
false
130
java
version https://git-lfs.github.com/spec/v1 oid sha256:2a511b57564b37bad15a64488e94625cd07d822d9758d187ea55057f27e44727 size 14054
[ "marcelo.laser@gmail.com" ]
marcelo.laser@gmail.com
035007bc2e273f1b249d022c3d138685c9a82609
b06acf556b750ac1fa5b28523db7188c05ead122
/IfcModel/src/ifc2x3tc1/IfcRelAssociatesConstraint.java
a0c27252a64f22c2dfcf9db6b060b22c62ecd44d
[]
no_license
christianharrington/MDD
3500afbe5e1b1d1a6f680254095bb8d5f63678ba
64beecdaed65ac22b0047276c616c269913afd7f
refs/heads/master
2021-01-10T21:42:53.686724
2012-12-17T03:27:05
2012-12-17T03:27:05
6,157,471
1
0
null
null
null
null
UTF-8
Java
false
false
2,382
java
/** */ package ifc2x3tc1; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Ifc Rel Associates Constraint</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link ifc2x3tc1.IfcRelAssociatesConstraint#getIntent <em>Intent</em>}</li> *...
[ "t.didriksen@gmail.com" ]
t.didriksen@gmail.com
bdfbdae9ac14b81a156bcc750437ebbb79a10c96
fb83241bce8d6e500ae6b58363d0cae77529d973
/src/com/reason/psi/ReasonMLFunBody.java
31882c16c418c193f30bbce713fa133119dd608c
[ "MIT" ]
permissive
okonet/reasonml-idea-plugin
37b93f2c8d57116851ca401608fdec9ad8252e20
dc95e0051e31df68b7837b85726cbd61aede713e
refs/heads/master
2023-08-25T18:53:48.989038
2017-09-14T07:14:30
2017-09-14T07:14:30
103,940,022
0
0
null
2017-09-18T13:04:31
2017-09-18T13:04:31
null
UTF-8
Java
false
false
248
java
package com.reason.psi; import com.intellij.extapi.psi.ASTWrapperPsiElement; import com.intellij.lang.ASTNode; public class ReasonMLFunBody extends ASTWrapperPsiElement { public ReasonMLFunBody(ASTNode node) { super(node); } }
[ "giraud.contact@yahoo.fr" ]
giraud.contact@yahoo.fr
ec43816549e0820ff6b999653b5ae286139f5bb1
e6640144038dab496e868d28e324c3c72aaa0840
/src/main/数组/t31/NextPermutation.java
6f7223e8a966b4b5af925abd381065c26caac57c
[]
no_license
sotowang/leetcode
f8de0530521eb864b07509ae45c5c916341b5f12
83970f766c95ea8dd84b187dd583ee1ac6ee330e
refs/heads/master
2021-12-01T01:32:50.646299
2021-11-15T13:25:37
2021-11-15T13:25:37
207,312,983
1
0
null
null
null
null
UTF-8
Java
false
false
1,789
java
package 数组.t31; import java.util.Arrays; /** * @auther: sotowang * @date: 2019/12/03 21:01 */ public class NextPermutation { public void nextPermutation(int[] nums) { if(nums == null || nums.length <= 1){ return; } //找最大的索引nums[k]<nums[k+1] int k = -1; for(in...
[ "sotowang@qq.com" ]
sotowang@qq.com
e3fb46f3fbaeda7bfeaddd39108f65fde3ca26e1
129f58086770fc74c171e9c1edfd63b4257210f3
/src/testcases/CWE191_Integer_Underflow/CWE191_Integer_Underflow__byte_rand_multiply_75b.java
84b3e0e40123b55ba40e248502a070f2c542c785
[]
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
6,072
java
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE191_Integer_Underflow__byte_rand_multiply_75b.java Label Definition File: CWE191_Integer_Underflow.label.xml Template File: sources-sinks-75b.tmpl.java */ /* * @description * CWE: 191 Integer Underflow * BadSource: rand Set data to result of rand() * GoodSource: A ha...
[ "guillermo.pando@gmail.com" ]
guillermo.pando@gmail.com
7d8ebc205e503dcf671d096456ce0f5b393a8d5a
ffbf6ca8b1809179aa03dae3e2fa1b139a05ebc5
/app/src/main/java/jc/sky/display/SKYIDisplay.java
677416aa32480f8743f6b5d752e7527906c16c27
[]
no_license
menteelin/sky
29982fea6ee2dfaa1a51f17cd03eb62a873903b1
f4fbccd06338cb11632af260963ac77062530144
refs/heads/master
2021-06-12T02:07:01.832571
2017-01-12T10:50:14
2017-01-12T10:50:14
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,876
java
package jc.sky.display; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.support.annotation.AnimRes; import android.support.annotation.IdRes; import android.support.annotation.NonNull; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentA...
[ "jincan0213@hotmail.com" ]
jincan0213@hotmail.com
0dd49cc2f22be5e6660d8c5f33a0da8171067f44
dcb92070b51f63ac3716b0709a7207109a0aee73
/Nanifarfalla/src/main/java/nanifarfalla/app/repository/PrivilegeRepository.java
33c1bbb85d1d5f521aa9ef2f9368b3e6236d5838
[]
no_license
joffrehermosilla/NanifarfallaApp
5a3f3a5d75e7ce3a2ba20d255147c0087a276f5b
9efae6d187cd4558ab2a3f167406eb4dd988e779
refs/heads/master
2023-01-07T12:40:43.139563
2023-01-02T00:26:18
2023-01-02T00:26:18
248,025,245
2
1
null
2022-12-16T15:50:04
2020-03-17T16:56:21
Java
UTF-8
Java
false
false
372
java
package nanifarfalla.app.repository; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; import nanifarfalla.app.model.Privilege; @Repository public interface PrivilegeRepository extends JpaRepository<Privilege, Integer> { Privilege findByName(String name...
[ "joffre.hermosilla@gmail.com" ]
joffre.hermosilla@gmail.com
7c73504e68bbe4dcc651ad63d4290fb1b47eb05e
75950d61f2e7517f3fe4c32f0109b203d41466bf
/modules/branches/1.9.5-SNAPSHOT-spring/extension/other/databinding/fabric3-databinding-json/src/main/java/org/fabric3/databinding/json/transform/Object2StringJsonTransformer.java
5fbc9fc454c41c4ae66c4be593e1816cf8aa6e83
[]
no_license
codehaus/fabric3
3677d558dca066fb58845db5b0ad73d951acf880
491ff9ddaff6cb47cbb4452e4ddbf715314cd340
refs/heads/master
2023-07-20T00:34:33.992727
2012-10-31T16:32:19
2012-10-31T16:32:19
36,338,853
0
0
null
null
null
null
UTF-8
Java
false
false
3,703
java
/* * Fabric3 * Copyright (c) 2009-2012 Metaform Systems * * Fabric3 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, with the * ...
[ "palmalcheg@83866bfc-822f-0410-aa35-bd5043b85eaf" ]
palmalcheg@83866bfc-822f-0410-aa35-bd5043b85eaf
a2777944d434278f71750fb730d7abdef0a84bab
4d38f89105f30d5aed3f6da303c4fa8c3ce9e724
/ServerCore/src/main/java/com/db/server/transactions/MyJpaTransactionManager.java
0724bd13409b48406814eacfac3b20e12af559d7
[]
no_license
tymiles003/DroneServer
9c4a6ee5418bfc36e60de73f2b311d3fba0e15f2
b1ad3f92cedc07fedec659c4823423f60f034b40
refs/heads/master
2021-09-22T16:32:43.324858
2018-03-10T19:14:48
2018-03-10T19:15:13
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,464
java
package com.db.server.transactions; import org.apache.log4j.Logger; import org.springframework.orm.jpa.JpaTransactionManager; import org.springframework.transaction.TransactionDefinition; import org.springframework.transaction.support.DefaultTransactionStatus; import java.util.Map; public class MyJpaTransactionManag...
[ "taljmars@gmail.com" ]
taljmars@gmail.com
d0dad1170641e033ec881cd2a43e16513e505471
e8f7a323c46dd047460d9db5a899d1917f0dd332
/jbpm-designer-vdml/jbpm-designer-vdml-backend/src/test/java/org/jbpm/designer/vdlib/VdmlLibraryDiagramGenerationTest.java
14c07de863cae7f0d0f3029a390b790540da63e5
[]
no_license
ifu-lobuntu/jbpm-designer-extensions
cc1e67366ea23bf4b7129730c502868a5f5e2035
8166cb1064b4e830d04346381f441a2e9830219d
refs/heads/master
2020-12-21T21:02:46.439177
2016-08-07T07:38:16
2016-08-07T07:38:16
31,703,967
0
0
null
null
null
null
UTF-8
Java
false
false
2,120
java
package org.jbpm.designer.vdlib; import static org.junit.Assert.*; import org.eclipse.uml2.uml.Property; import org.eclipse.uml2.uml.UMLFactory; import org.eclipse.uml2.uml.Class; import org.jbpm.designer.extensions.diagram.Diagram; import org.jbpm.designer.ucd.AbstractClassDiagramProfileImpl; import org.jbpm.designe...
[ "ampieb@gmail.com" ]
ampieb@gmail.com
44147507d9d4517f51fe916913d273b3e3f2a96f
dccb8ce0e4c507ae1bc396d66749b660e2ad38d5
/net/minecraft/block/BlockEnchantmentTable.java
e8700a4c459966bb6ccd86e56b2e9c7f29c1631f
[]
no_license
Saxalinproject/Java_Mod_Effections_Set
27cb3116a548295ff70c8585c4c802392e370f44
1799f11d74ecff594e1742a94df1ddc926be38a6
refs/heads/master
2020-04-08T22:10:29.373716
2013-11-04T13:33:01
2013-11-04T13:33:01
14,109,890
1
0
null
null
null
null
UTF-8
Java
false
false
5,348
java
package net.minecraft.block; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import java.util.Random; import net.minecraft.block.material.Material; import net.minecraft.client.renderer.texture.IconRegister; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.entity.EntityL...
[ "pein-t-m@mail.ru" ]
pein-t-m@mail.ru
47dcc3c41a6d781d6b75727d499d72a19d046a6a
684300b2a57ce3418a13e3f9a4717640044b1ee4
/app/src/main/java/com/xxzlkj/huayiyanglao/adapter/MessageAdapter.java
0a7fc38e092f9e95b2e351c8cebf24bd1aa948c7
[]
no_license
leifeng1991/HYYL
524d12466dca04d72c946ec6c38f3970b998a880
18354d4998ed4f0c27ce7e22d6941b238cb09537
refs/heads/master
2020-04-25T03:12:44.782366
2019-02-25T08:46:08
2019-02-25T08:46:08
172,467,651
0
1
null
null
null
null
UTF-8
Java
false
false
4,780
java
package com.xxzlkj.huayiyanglao.adapter; import android.content.Context; import android.view.View; import android.widget.ImageView; import android.widget.TextView; import com.xxzlkj.huayiyanglao.R; import com.xxzlkj.huayiyanglao.config.ZLConstants; import com.xxzlkj.huayiyanglao.util.RongYunUtils; import com.xxzlkj.h...
[ "15036833790@163.com" ]
15036833790@163.com
57bfb82d71255a28a8ef554883257da3a69b7575
abdd09b2c14eb56f8902ce264b018e1efac971f2
/src/main/java/com/epmserver/gateway/security/UserNotActivatedException.java
52ba6e91bf333b93135febee2d2a68ef1b79a2b6
[]
no_license
thetlwinoo/epm-gateway
e9494594344dff8dc3bf3d26a0f3c5027962eb14
c612ae8d7c382045b2960de259c856f16527a7fc
refs/heads/master
2022-12-24T14:16:40.723688
2019-11-22T09:54:42
2019-11-22T09:54:42
217,490,624
0
0
null
null
null
null
UTF-8
Java
false
false
517
java
package com.epmserver.gateway.security; import org.springframework.security.core.AuthenticationException; /** * This exception is thrown in case of a not activated user trying to authenticate. */ public class UserNotActivatedException extends AuthenticationException { private static final long serialVersionUID...
[ "thetlwinoo85@yahoo.com" ]
thetlwinoo85@yahoo.com
850e62217a8751f7544e950d80a4fbb1c5582f55
f543462dbbb6d59f5cb0c8caee9e25dfbde9e3c5
/springboot-rabbitmq/rabbitmq-producer/src/main/java/cn/lovingliu/rabbitmqproducer/service/impl/OrderServiceImpl.java
5dfdc9b503d66453590e0dc52924b055760771ae
[]
no_license
LovingLiuMeMe/springboot-study
5929e8e15bb99a218f3e773d9e28998b73e7f2bc
572c9d2a105b5e1fe13208489846c53a4f359a0f
refs/heads/master
2022-07-05T03:30:05.363237
2019-10-15T16:26:14
2019-10-15T16:26:14
214,101,307
0
0
null
2022-06-17T02:33:30
2019-10-10T06:12:46
Java
UTF-8
Java
false
false
1,810
java
package cn.lovingliu.rabbitmqproducer.service.impl; import cn.lovingliu.rabbitmqproducer.constant.Constants; import cn.lovingliu.rabbitmqproducer.dao.MessageLogMapper; import cn.lovingliu.rabbitmqproducer.dao.OrderMapper; import cn.lovingliu.rabbitmqproducer.domain.MessageLog; import cn.lovingliu.rabbitmqproducer.doma...
[ "cmds12345678@163.com" ]
cmds12345678@163.com
639489565cf040baa7b5bfaa0fb417730d7af004
addbc404a75281f8ad0d42889ffe507b72a2471e
/Day20190624/src/kr/co/bit/SeoulChina.java
9e947b6aded02bbaf3e1e46b254b6dcdb7c0409a
[]
no_license
yongje93/bitcamp
81df3b0d954e57752243ecc339ccb92447d71561
16f105c4cd6baa5b876291b2504338b6acfb2938
refs/heads/master
2020-06-07T17:57:26.427322
2019-10-05T12:27:31
2019-10-05T12:27:31
193,066,923
1
0
null
null
null
null
WINDOWS-1252
Java
false
false
533
java
package kr.co.bit; public class SeoulChina extends China { protected int jengban; // Àï¹ÝÂ¥Àå public SeoulChina() { super(); } public SeoulChina(int jajang, int jampong, int tang, int jengban) { super(jajang, jampong, tang); this.jengban = jengban; } public int getJengban() { return jen...
[ "48149636+yongje93@users.noreply.github.com" ]
48149636+yongje93@users.noreply.github.com
877a983603a4de2e4b478a595594e8cbd7f47dfd
cd8843d24154202f92eaf7d6986d05a7266dea05
/saaf-base-5.0/3001_saaf-equotation-model/src/main/java/com/sie/watsons/base/pon/information/model/entities/readonly/EquPonQuotationAppReleEntity_HI_RO.java
4e1828cb72ea3f4525893828ee825155a5df21fd
[]
no_license
lingxiaoti/tta_system
fbc46c7efc4d408b08b0ebb58b55d2ad1450438f
b475293644bfabba9aeecfc5bd6353a87e8663eb
refs/heads/master
2023-03-02T04:24:42.081665
2021-02-07T06:48:02
2021-02-07T06:48:02
336,717,227
0
0
null
null
null
null
UTF-8
Java
false
false
4,654
java
package com.sie.watsons.base.pon.information.model.entities.readonly; import com.alibaba.fastjson.annotation.JSONField; import java.util.Date; /** * EquPonQuotationAppReleEntity_HI_RO Entity Object * Sun Oct 27 23:10:43 CST 2019 Auto Generate */ public class EquPonQuotationAppReleEntity_HI_RO { private Integ...
[ "huang491591@qq.com" ]
huang491591@qq.com
39227d281c9dc38058629c56a6e7b26273cfc49a
1fea56d2dcb3b495f63c17ad1ebc61b81e44e7b6
/uidemo/src/main/java/com/angcyo/uidemo/uiview3/view/DialogLoginView.java
c73b1af5f9f6edb355c61c96fb8f4f349e2a72a1
[]
no_license
angcyo/UIView
3ce12f69afdc636330ddd11f30dc093b370ea57d
dad0711554232380d72f326feb9c25cd05711a7f
refs/heads/master
2022-06-30T15:27:10.313257
2022-06-19T12:08:09
2022-06-19T12:08:09
72,760,800
7
3
null
null
null
null
UTF-8
Java
false
false
2,524
java
package com.angcyo.uidemo.uiview3.view; import android.support.annotation.NonNull; import android.view.Gravity; import android.view.LayoutInflater; import android.view.View; import android.widget.FrameLayout; import android.widget.TextView; import com.angcyo.library.utils.L; import com.angcyo.uidemo.R; import com.ang...
[ "angcyo@126.com" ]
angcyo@126.com
b1875fd722c5cbe089e04dfc7c4b53a97665547e
4694d36492acad39b6464d153e4d3d3ad47c5c57
/adcom/adcatal.lib/src/main/java/org/adorsys/adcatal/jpa/CatalArtFeatMapping.java
eed7062de0f09a7e4cbad87130a00ca47eb4b617
[ "Apache-2.0" ]
permissive
francis-pouatcha/adcom
36ac7ff33eabb351be78b5555c61498b7bc3de6f
0e3ea1ce6c2045d31c7003fc87dbda533c09c767
refs/heads/master
2021-03-27T20:31:45.315016
2015-06-29T09:32:06
2015-06-29T09:32:06
28,821,594
0
0
null
null
null
null
UTF-8
Java
false
false
1,330
java
package org.adorsys.adcatal.jpa; import javax.persistence.Column; import javax.persistence.Entity; import javax.validation.constraints.NotNull; import org.adorsys.javaext.description.Description; import org.apache.commons.lang3.StringUtils; @Entity @Description("CatalArtFeatMapping_description") public class CatalAr...
[ "francis.pouatcha@adorsys.com" ]
francis.pouatcha@adorsys.com
51bca85294ebaeb8d21335a43f20479aba78b0ec
a76173ed4bf17a215c84113edfdefd4005f49b90
/src/main/java/uk/gov/legislation/namespaces/metadata/ConfersPower.java
d9f803c93d46d2e9b06f7dc1ecebbd1548a90ec0
[ "MIT" ]
permissive
AleksiAleksiev/java-legislation-gov-uk-library
160f4de29174ab9417e6083eea20a8d1e4bdfb8b
9cb3eaad6a3847060ea781c74b6260f025309cc4
refs/heads/master
2021-05-30T04:50:40.081714
2016-01-13T12:36:52
2016-01-13T12:36:52
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,210
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-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: 2015.08.07 at 06:17...
[ "m.f.a.trompper@uva.nl" ]
m.f.a.trompper@uva.nl
acfdd36b50bba034fedfef461cf054f7a2abcbd1
25baed098f88fc0fa22d051ccc8027aa1834a52b
/src/main/java/com/ljh/daoMz/MrmbaseMzDictMapper.java
43646823e39df97eea56a2d3514eb062ad2122e7
[]
no_license
woai555/ljh
a5015444082f2f39d58fb3e38260a6d61a89af9f
17cf8f4415c9ae7d9fedae46cd9e9d0d3ce536f9
refs/heads/master
2022-07-11T06:52:07.620091
2022-01-05T06:51:27
2022-01-05T06:51:27
132,585,637
0
0
null
2022-06-17T03:29:19
2018-05-08T09:25:32
Java
UTF-8
Java
false
false
299
java
package com.ljh.daoMz; import com.ljh.bean.MrmbaseMzDict; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** * <p> * 门急诊病历首页字典 Mapper 接口 * </p> * * @author ljh * @since 2020-10-26 */ public interface MrmbaseMzDictMapper extends BaseMapper<MrmbaseMzDict> { }
[ "37681193+woai555@users.noreply.github.com" ]
37681193+woai555@users.noreply.github.com
913ed0ec16bfde83809d461ad82f36671e5385a7
94f0d2df8f777071d1b6e84c4ab1f809eb801e2a
/javademospringmvc/src/main/java/com/example/javademospringmvc/JavademospringmvcApplication.java
b87c95c7287941f7188e35807c6c1882a2c94bdd
[]
no_license
quang10a10hda9x9o/sdfdsf
13b5a4b76fb9d2007308be2c48c2a939fcfa3fca
368b6caa2f962bffc60937baddc2fede216b2f31
refs/heads/master
2021-01-04T16:31:42.163474
2020-02-15T03:16:09
2020-02-15T03:16:09
240,637,363
0
0
null
null
null
null
UTF-8
Java
false
false
356
java
package com.example.javademospringmvc; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class JavademospringmvcApplication { public static void main(String[] args) { SpringApplication.run(Javademospringmv...
[ "=" ]
=
21873ae36bcb117ec2fd1771911a41b701d32353
a41124812bd0e040176119f2a2d410be8e73bfab
/app/src/main/java/com/example/androidremark/ui/recycler/LineItemDecoration.java
b39a7146e71f7679a4f896dae81a707ef0e589d2
[]
no_license
caobin821651400/Study
3e8a548890e2841363dbe2c051046f8830d08568
c997046aa88b435902332b76dc1ba0a3fc62d7db
refs/heads/master
2021-04-12T04:24:26.945134
2020-11-29T08:13:31
2020-11-29T08:13:31
125,950,448
30
11
null
null
null
null
UTF-8
Java
false
false
1,960
java
package com.example.androidremark.ui.recycler; import android.content.Context; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics.Rect; import android.support.v7.widget.RecyclerView; import android.view.View; import com.example.androidremark.utils.MyU...
[ "12345678" ]
12345678
15a2113e5754c42585a425c3555c2444195e4053
e1dbbd1c0289059bcc7426e30ab41c88221eff11
/modules/cae/contentbeans/src/main/java/com/coremedia/blueprint/common/util/Flatless.java
bed3de00d8b1b532bb94af7342cf69f490dc4d6c
[]
no_license
HongBitgrip/blueprint
9ed278a8df33dbe7ec2de7489592f704e408d897
14c4de20defd2918817f91174bdbdcc0b9541e2d
refs/heads/master
2020-03-25T23:15:24.580400
2018-08-17T14:44:43
2018-08-17T14:44:43
144,267,625
0
0
null
null
null
null
UTF-8
Java
false
false
244
java
package com.coremedia.blueprint.common.util; /** * Marker interface to be applied to all {@link com.coremedia.blueprint.common.layout.Container}s * that should not be flattened by {@link ContainerFlattener} */ public interface Flatless { }
[ "hong.nguyen@bitgrip.de" ]
hong.nguyen@bitgrip.de
c9d5429ad5019d9e2e3a7beb82317464c852ef94
cdc4c07cc87c88ccca9585a40a3600ce92c5e147
/ssia-ch11-ex1-s2/src/main/java/uk/me/uohiro/ssia/authentication/providers/OtpAuthenticationProvider.java
041e2b43084e5b3aadec08b061afd4451c53f8b3
[]
no_license
osakanaya/Spring-Security-in-Action
ec587d617092747bb7f347161d3115bc6b14c3f3
968af23e16d7469216777c0924c259f6bbea716d
refs/heads/main
2023-03-14T12:52:55.367766
2021-03-08T14:01:57
2021-03-08T14:01:57
345,674,746
2
1
null
null
null
null
UTF-8
Java
false
false
1,309
java
package uk.me.uohiro.ssia.authentication.providers; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.authentication.AuthenticationProvider; import org.springframework.security.authentication.BadCredentialsException; import org.springframework.security.core.Authent...
[ "sashida@primagest.co.jp" ]
sashida@primagest.co.jp
dc919c6788312148bc840f432c903394494a2e37
0af8b92686a58eb0b64e319b22411432aca7a8f3
/large-multiproject/project86/src/test/java/org/gradle/test/performance86_2/Test86_135.java
db75360dbf93bcbbb07f490b7457c5e64428433e
[]
no_license
gradle/performance-comparisons
b0d38db37c326e0ce271abebdb3c91769b860799
e53dc7182fafcf9fedf07920cbbea8b40ee4eef4
refs/heads/master
2023-08-14T19:24:39.164276
2022-11-24T05:18:33
2022-11-24T05:18:33
80,121,268
17
15
null
2022-09-30T08:04:35
2017-01-26T14:25:33
null
UTF-8
Java
false
false
292
java
package org.gradle.test.performance86_2; import static org.junit.Assert.*; public class Test86_135 { private final Production86_135 production = new Production86_135("value"); @org.junit.Test public void test() { assertEquals(production.getProperty(), "value"); } }
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
29cf6ec5f26afb2769b3dcc25edc27f9d6c46fe1
de752b1dab1d9ed20c44e30ffa1ff887b868d2b0
/ac/auth-center-resource-starter/src/main/java/com/gapache/security/holder/InheritableThreadLocalAccessCardHolderStrategy.java
ac17d48f340e63c4558bf820d7c918782135a59f
[]
no_license
KeKeKuKi/IACAA30
33fc99ba3f1343240fe3fafe82bee01339273b80
6f3f6091b2ca6dd92f22b1697c0fbfc7b9b7d371
refs/heads/main
2023-04-07T21:18:49.105964
2021-04-08T08:41:57
2021-04-08T08:41:57
352,832,814
3
0
null
null
null
null
UTF-8
Java
false
false
1,072
java
package com.gapache.security.holder; import com.gapache.security.interfaces.AccessCardHolderStrategy; import com.gapache.security.model.AccessCard; import org.springframework.util.Assert; /** * @author HuSen * @since 2020/8/9 6:18 下午 */ public class InheritableThreadLocalAccessCardHolderStrategy implements AccessC...
[ "2669918628@qq.com" ]
2669918628@qq.com
b453e7464a92e1383599f8fe44e49242e4eaff11
e3d40e994a7d5456f470f11e8ccaeb911f7a51ed
/src/main/java/edu/swufe/nxksecdisk/server/controller/ErrorController.java
d24bb59407a3be7281db5b21c0f7a1478adfd1ec
[]
no_license
loongyowl/NxkSecDisk
9259db6794e0f7c128a62462b3e01fa9a4750819
ee4c68002af4d024abdcfb814cb9b5ecdc010760
refs/heads/master
2023-04-18T20:01:18.186586
2021-05-01T07:28:38
2021-05-01T07:28:38
463,920,702
1
0
null
null
null
null
UTF-8
Java
false
false
911
java
package edu.swufe.nxksecdisk.server.controller; import edu.swufe.nxksecdisk.server.util.FileBlockUtil; import edu.swufe.nxksecdisk.server.util.LogUtil; import edu.swufe.nxksecdisk.system.AppSystem; import org.springframework.web.bind.annotation.ControllerAdvice; import org.springframework.web.bind.annotation.Exception...
[ "hlrongzun@qq.com" ]
hlrongzun@qq.com
79616b360cecc727bb9d18f0e3ea514fee64cd02
d476bcc063f663d06ea29e52ffe4f8c5ac0762f4
/mavcom/src/main/java/org/mavlink/messages/MAV_SENSOR_ORIENTATION.java
d1d0c0a3999a8132874cb954593257cc2c93a7b5
[]
no_license
Stevesies/mavcom
1d80dd623cd1f543ef4f8dc46a8fb0c6f84783cf
b0cd1b921016658dafae2b4936b898c665784421
refs/heads/master
2023-01-23T05:57:10.648842
2020-11-30T08:53:20
2020-11-30T08:53:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,355
java
/** * Generated class : MAV_SENSOR_ORIENTATION * DO NOT MODIFY! **/ package org.mavlink.messages; /** * Interface MAV_SENSOR_ORIENTATION * Enumeration of sensor orientation, according to its rotations **/ public interface MAV_SENSOR_ORIENTATION { /** * Roll: 0, Pitch: 0, Yaw: 0 */ public final s...
[ "ecm@gmx.de" ]
ecm@gmx.de
14a9d04a131365bbf54cc7824de33d2968b3aa75
e51c210ccf72a8ac1414791d8af552662c3fb034
/passerelle-core/com.isencia.passerelle.runtime.jmx/src/main/java/com/isencia/passerelle/runtime/jmx/ProcessHandleBean.java
39b9e578e38869d064ffeccf4eb2d304f0370264
[]
no_license
eclipselabs/passerelle
0187efa4fba411265ab58d60b5d83e74af09b203
e327dea8f4188e4bfe5ef4a76dd2476ad6f5664d
refs/heads/master
2021-01-18T09:26:07.614275
2017-06-28T10:05:12
2017-06-28T10:05:12
36,805,342
5
3
null
2015-08-04T18:43:19
2015-06-03T13:27:15
Java
UTF-8
Java
false
false
2,119
java
/* Copyright 2013 - iSencia Belgium NV 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 ...
[ "erwindl0@gmail.com" ]
erwindl0@gmail.com
c1c2c63857f9adf63c0d61b65c7a871f45bdf07c
7b12f67da8c10785efaebe313547a15543a39c77
/jjg-common-db/src/main/java/com/jjg/member/model/enums/CustomCachePrefix.java
af4ff83991abe4f94eecc374100a6e7e7000c0d1
[]
no_license
liujinguo1994/xdl-jjg
071eaa5a8fb566db6b47dbe046daf85dd2b9bcd8
051da0a0dba18e6e5021ecb4ef3debca16b01a93
refs/heads/master
2023-01-06T09:11:30.487559
2020-11-06T14:42:45
2020-11-06T14:42:45
299,525,315
1
3
null
null
null
null
UTF-8
Java
false
false
210
java
package com.jjg.member.model.enums; public enum CustomCachePrefix { /** * 店铺自定义分类 */ CUSTOM_CAT; public String getPrefix() { return this.name() + "_"; } }
[ "344009799@qq.com" ]
344009799@qq.com
d84116d2ebb5a3259e2bc4cf3150487b3c7fc810
24d8cf871b092b2d60fc85d5320e1bc761a7cbe2
/PMD/rev5929-6010/base-branch-5929/src/net/sourceforge/pmd/rules/ExcessiveImports.java
37341c70f7229e370bb09925cf4ade0920655511
[]
no_license
joliebig/featurehouse_fstmerge_examples
af1b963537839d13e834f829cf51f8ad5e6ffe76
1a99c1788f0eb9f1e5d8c2ced3892d00cd9449ad
refs/heads/master
2016-09-05T10:24:50.974902
2013-03-28T16:28:47
2013-03-28T16:28:47
9,080,611
3
2
null
null
null
null
UTF-8
Java
false
false
517
java
package net.sourceforge.pmd.rules; import net.sourceforge.pmd.ast.ASTCompilationUnit; import net.sourceforge.pmd.ast.ASTImportDeclaration; import net.sourceforge.pmd.rules.design.ExcessiveNodeCountRule; import net.sourceforge.pmd.util.NumericConstants; public class ExcessiveImports extends ExcessiveNodeCountRule { ...
[ "joliebig@fim.uni-passau.de" ]
joliebig@fim.uni-passau.de
7e0579926dc87307e566a96bfe4c8358fec53dbf
935d938ff7af87884bdc99f78fb6d533c4db3958
/src/main/java/com/redis/example/demo/file/MappedFileTest.java
67d8db960f75de7ecfa20945e01d29656d677620
[]
no_license
1303110335/java-all
52b34099e53ec1d65a976c70105494ff07a42e09
d70ee5a362f2abdbfa06d3079022c95134d8d7ad
refs/heads/master
2023-07-16T12:38:57.608790
2021-08-25T02:12:09
2021-08-25T02:12:09
298,726,726
0
0
null
null
null
null
UTF-8
Java
false
false
1,211
java
/** * bianque.com * Copyright (C) 2013-2020 All Rights Reserved. */ package com.redis.example.demo.file; import java.io.ByteArrayInputStream; import java.io.File; import java.io.IOException; import java.io.RandomAccessFile; import java.nio.MappedByteBuffer; import java.nio.channels.FileChannel; import java.util.Sca...
[ "1303110335@qq.com" ]
1303110335@qq.com
8a6e9b327c76cdb789b5b34a8bc56c26d38ec2d7
e369d9879042675c259345e9d83c99fabb27de64
/seckill/src/main/java/com/bansi/oauth/SalesforceExample.java
20f5b96b8ee7b1c44fd1b0538205c8947725cd29
[]
no_license
zbansi/intretech_netsuite
609d59949a36e080841a5341812005df414a79d6
17d56760fd8b920a378e373c4ab021877ece7315
refs/heads/master
2021-06-26T00:31:19.500230
2019-06-06T01:59:49
2019-06-06T01:59:49
154,297,224
0
0
null
2020-10-13T10:51:34
2018-10-23T09:06:33
Java
UTF-8
Java
false
false
4,437
java
package com.bansi.oauth; import java.io.IOException; import java.net.URLDecoder; import java.net.URLEncoder; import java.util.Scanner; import com.github.scribejava.apis.SalesforceApi; import com.github.scribejava.apis.salesforce.SalesforceToken; import com.github.scribejava.core.builder.ServiceBuilder; import com.git...
[ "alonjune@gmail.com" ]
alonjune@gmail.com
50bb499c5177f01f8156158815be35771000d933
3b69b71639aad070c0134ca81bf4e9b4c3f3c272
/codemageAPI/src/main/java/com/codemage/sql/service/AnalyserServiceImpl.java
34edcd059f2649ec21900632aab198432bacbc30
[ "Apache-2.0" ]
permissive
hasithalakmal/CodeAnalyser
54a6c41f0489f3da503081409c1a3f52acb07294
3afa0d900d9284d7a9a5da4cff0223298cac24c8
refs/heads/master
2021-01-12T11:09:55.565649
2016-11-06T16:51:07
2016-11-06T16:51:07
72,855,724
0
0
null
null
null
null
UTF-8
Java
false
false
1,765
java
package com.codemage.sql.service; import com.codemage.sql.analyser.CodeAnalyser; import com.codemage.sql.analyser.ReportGen; import com.codemage.sql.util.SonarQubeManager; import org.json.JSONArray; import org.json.JSONObject; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.st...
[ "ghasithalakmal@gmail.com" ]
ghasithalakmal@gmail.com
ae3520523d47e7f86980cb727094cf620e17adcc
e85a519fbc05ced36aa732cb197b6ee3cf27352d
/mdo-core/authentication/src/main/java/fr/mch/mdo/restaurant/services/authorization/jaas/MdoAuthorizationServiceImpl.java
49a2bec911e7bbaeaf74159caa8e6148da6347aa
[]
no_license
mathieu-ma/montagnesdor
1791fae256c7525e0f2a23a2cd7f03ca65ca13bb
e149fc14253b60d30a9e98f6c7b467b807ec5d65
refs/heads/master
2021-01-23T11:48:43.639476
2014-08-20T20:41:27
2014-08-20T20:41:27
3,204,171
3
0
null
null
null
null
UTF-8
Java
false
false
2,824
java
package fr.mch.mdo.restaurant.services.authorization.jaas; import java.security.AccessControlException; import java.security.Permission; import java.security.PrivilegedAction; import javax.security.auth.Subject; import fr.mch.mdo.logs.ILogger; import fr.mch.mdo.restaurant.authorization.IMdoAuthorizationServ...
[ "mathieu.ma.dev@free.fr" ]
mathieu.ma.dev@free.fr
944d8a77cbaf3ae96b1cb646887e845f474fcbf5
268592c417a8f6fbcfec98a8af17d7cb9f1f6cee
/debop4k-data-mybatis/src/test/java/debop4k/data/mybatis/cache/EhCacheConfiguration.java
0129320c46a29075336f3f069e66f6e9df1581cd
[ "Apache-2.0" ]
permissive
debop/debop4k
8a8e29e76b590e72599fb69888c2eb2e90952c10
5a621998b88b4d416f510971536abf3bf82fb2f0
refs/heads/develop
2021-06-14T22:48:58.156606
2019-08-06T15:49:34
2019-08-06T15:49:34
60,844,667
37
12
Apache-2.0
2021-04-22T17:45:14
2016-06-10T12:01:14
Kotlin
UTF-8
Java
false
false
2,767
java
/* * Copyright (c) 2016. Sunghyouk Bae <sunghyouk.bae@gmail.com> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
[ "sunghyouk.bae@gmail.com" ]
sunghyouk.bae@gmail.com
6e3d35723b3571b4646df4e1fc7c54ef05e0b4a2
0016005ee6a22429433a4e0e66ff1303147179ec
/src/InterviewCodingTasks/FactorialNumbers.java
2ec8e8b2ee7562cb51c901c3521c1bbd23715d5b
[]
no_license
OrkhanMusayev/B18_JavaCourse
7d1fee404169ec7f45b20efc42456f0173577327
017a6cfca170ec0c0ace15fa5d5fb319529f2921
refs/heads/master
2022-12-10T06:03:38.178027
2020-08-22T23:31:10
2020-08-22T23:31:10
286,326,298
0
0
null
null
null
null
UTF-8
Java
false
false
438
java
package InterviewCodingTasks; /** * Write a return method that returns the factorial number of any given number */ public class FactorialNumbers { public static int factorialNumber(int n){ int result = 1; for(int i = 1; i <= n; i++){ result = result * i; } return...
[ "mussayevorkhan@gmail.com" ]
mussayevorkhan@gmail.com
8ffa17bc889964c0c379442840ec8f22d853077c
82bebc06a91729b82d5e6759e966b34b659502bf
/test/src/main/java/com/toly1994/test/common/ColUtils.java
7bfd022d6af4a4abe55768a1de9ad00c8e03c086
[]
no_license
philip-knight/Android_Material_Design_Test
ad2e6e120ac6e8b2f26fcf9b0247f527432817b2
3ebe842c49201b0e59223c0611ba2ba3f4c1ed22
refs/heads/master
2021-10-08T22:28:04.583884
2018-12-18T12:24:07
2018-12-18T12:24:07
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,092
java
package com.toly1994.test.common; import android.content.res.ColorStateList; import android.graphics.Color; import java.util.Random; /** * 作者:张风捷特烈 * 时间:2018/5/19:17:02 * 邮箱:1981462002@qq.com * 说明:颜色工具类 */ public class ColUtils { /** * 改变一个颜色的透明度 * * @param color * @param alpha */ ...
[ "1981462002@qq.com" ]
1981462002@qq.com
e7cc17859dab3a25a39c1bf868b428eaa09eccb7
453e89334c23807a72eba5df7d000e3437dfd02b
/src/main/java/edu/kit/datamanager/notification/dao/spec/NotificationCreationDateSpec.java
ffb347955e0a640690a52b50af64a21b2ee28412
[ "Apache-2.0" ]
permissive
kit-data-manager/notification-service
f423c662cec20b6cc806c8b0d27f63971d0fdc10
71daa2d15d633f19a5ecda69fc96fab235ea8b23
refs/heads/master
2021-07-08T18:16:50.933205
2020-11-23T10:54:22
2020-11-23T10:54:22
209,776,771
0
0
null
null
null
null
UTF-8
Java
false
false
1,914
java
/* * Copyright 2019 Karlsruhe Institute of Technology. * * 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 appl...
[ "thomas.jejkal@kit.edu" ]
thomas.jejkal@kit.edu
d2244ab7e27d4ac3e8758c7ef5e851ca356031a8
ddcfaadf222bfb485ecc711dc518c07f2c420c96
/sampleapplication14/src/main/java/com/fastcode/sampleapplication14/restcontrollers/core/RoleController.java
c752d8236b6dbe1471a690c737705d9063dbde2e
[]
no_license
fastcoderepos/u3-sampleApplication1
9bf50ae68a8475e6f1e08e14d66f1f8fc050412f
90cf3678b28221666848f54ec0c5d5320a386d93
refs/heads/master
2023-06-27T13:55:52.251444
2021-07-28T14:42:22
2021-07-28T14:42:22
390,385,879
0
0
null
null
null
null
UTF-8
Java
false
false
7,845
java
package com.fastcode.sampleapplication14.restcontrollers.core; import lombok.NonNull; import lombok.RequiredArgsConstructor; import javax.persistence.EntityNotFoundException; import javax.validation.Valid; import org.springframework.security.access.prepost.PreAuthorize; import org.springframework.beans.factory.annota...
[ "info@nfinityllc.com" ]
info@nfinityllc.com
dcd1c74fa121b1ba946f25a32f14d31caa89d67f
2b2fcb1902206ad0f207305b9268838504c3749b
/WakfuClientSources/srcx/class_13052_WT.java
3a8c3ddb19a60b90c3733a3767e9a65c04564842
[]
no_license
shelsonjava/Synx
4fbcee964631f747efc9296477dee5a22826791a
0cb26d5473ba1f36a3ea1d7163a5b9e6ebcb0b1d
refs/heads/master
2021-01-15T13:51:41.816571
2013-11-17T10:46:22
2013-11-17T10:46:22
null
0
0
null
null
null
null
UTF-8
Java
false
false
585
java
import java.util.ArrayList; import javax.swing.JFrame; class WT implements Runnable { WT(tr paramtr) { } public void run() { if (beV.a(this.cGH.bdH) != null) beV.a(this.cGH.bdH).b(this.cGH.bdH.dYL, this.cGH.bdH.aUq); StringBuilder localStringBuilder = new StringBuilder("PSys Debug ").append(...
[ "music_inme@hotmail.fr" ]
music_inme@hotmail.fr
a47dc0358544c4506b0edea5b6fedf8e8c7f4541
cc511ceb3194cfdd51f591e50e52385ba46a91b3
/example/source_code/jackrabbit/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/retention/HoldImpl.java
19dc7a21612f045ad10fdc446d3f0895e4a90767
[]
no_license
huox-lamda/testing_hw
a86cdce8d92983e31e653dd460abf38b94a647e4
d41642c1e3ffa298684ec6f0196f2094527793c3
refs/heads/master
2020-04-16T19:24:49.643149
2019-01-16T15:47:13
2019-01-16T15:47:13
165,858,365
3
3
null
null
null
null
UTF-8
Java
false
false
2,218
java
org apach jackrabbit core retent org apach jackrabbit spi org apach jackrabbit spi factori namefactori org apach jackrabbit spi common factori impl namefactoryimpl org apach jackrabbit spi common convers resolv nameresolv org apach jackrabbit core node nodeid org apach jackrabbit core properti impl propertyimpl org apa...
[ "huox@lamda.nju.edu.cn" ]
huox@lamda.nju.edu.cn
3f637c34b1aa7f4ff5979d5cee4017c8dfbbd248
bc9864fe146c85bbc86191fb2ea69525fbfbd17f
/tport/src/main/java/com/spaceman/tport/commands/tport/Sort.java
e492a5cd3c212f3dd6cf6ec540f7402a3d254dfb
[ "MIT" ]
permissive
JasperBouwman/TPort
5f0cfb25a7237a95406cafc12d8d21ee40bf4776
70b0a271d9786632c478e116b65293618d22205a
refs/heads/master
2023-08-25T18:38:20.072325
2023-08-14T21:26:42
2023-08-14T21:26:42
99,251,553
0
0
null
null
null
null
UTF-8
Java
false
false
7,929
java
package com.spaceman.tport.commands.tport; import com.spaceman.tport.Pair; import com.spaceman.tport.inventories.ItemFactory; import com.spaceman.tport.inventories.TPortInventories; import com.spaceman.tport.commandHandler.ArgumentType; import com.spaceman.tport.commandHandler.EmptyCommand; import com.spaceman.tport.c...
[ "jphbouwman@gmail.com" ]
jphbouwman@gmail.com
87814fc5e69168fc323b89c103b6908b5b92c97e
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/13/13_83d60942ff6f60b2ae06d5a7188126d685018113/RemoteLineUpQueue/13_83d60942ff6f60b2ae06d5a7188126d685018113_RemoteLineUpQueue_s.java
d86d2bb5e0a37443ec170d28c2e0a2eb99e44442
[]
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,952
java
/** * * lineup - In-Memory high-throughput queue * Copyright (c) 2013, Sandeep Gupta * * http://www.sangupta/projects/lineup * * 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 ...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
bb236f1d52e1798f3c65469222d356b1fc48fa8a
2ab03c4f54dbbb057beb3a0349b9256343b648e2
/JavaOOPAdvanced/InterfacesAndAbstractionExercises/src/collection_hierarchy/AddRemoveCollection.java
a0e6aa1d4a96a310b8772d486724691b7ec0985b
[ "MIT" ]
permissive
tabria/Java
8ef04c0ec5d5072d4e7bf15e372e7c2b600a1cea
9bfc733510b660bc3f46579a1cc98ff17fb955dd
refs/heads/master
2021-05-05T11:50:05.175943
2018-03-07T06:53:54
2018-03-07T06:53:54
104,714,168
0
1
null
null
null
null
UTF-8
Java
false
false
1,020
java
package collection_hierarchy; import java.util.LinkedList; import java.util.List; public class AddRemoveCollection implements Addable, EndRemovable { private List<String> addRemoveCollection; private List<Integer> addIndexes; public AddRemoveCollection() { this.addRemoveCollection = new LinkedLi...
[ "forexftg@yahoo.com" ]
forexftg@yahoo.com
c54108d9bba241874e078abbf60fb28f451ac31f
8922e51e7b544b069ff163496780aa8b37ad4f8a
/library/src/java/org/apache/hivemind/lib/pipeline/PipelineContribution.java
6bdd2e28da9821485c6caacd56ef61efedea678b
[ "Apache-2.0" ]
permissive
rsassi/hivemind2
e44cd3b7634bf15180c68c20a3a4f6fa51c21dd0
2ab77f62bf2ecbea4e3e03f6bde525a90e3f1a08
refs/heads/master
2023-06-28T09:19:39.745800
2021-07-25T03:45:03
2021-07-25T03:45:03
389,251,042
0
0
null
2021-07-25T03:45:04
2021-07-25T03:26:24
Java
UTF-8
Java
false
false
1,055
java
// Copyright 2004, 2005 The Apache Software Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applic...
[ "ahuegen@localhost" ]
ahuegen@localhost
27a97154388ca322f7840568b70887b0a1205c2b
7c8d2d2791b63d49edaf464129849a585460c880
/A生产系统(储值票)/CSFRM/src/com/goldsign/csfrm/util/CSVFileFilter.java
0d802b6515e20a32f6df184c0bcd837218868c32
[]
no_license
wuqq-20191129/wlmq
5cd3ebc50945bde41d0fd615ba93ca95ab1a2235
ae26d439af09097b65c90cad8d22954cd91fe5f5
refs/heads/master
2023-01-14T03:19:23.226824
2020-11-24T01:43:22
2020-11-24T02:09:41
315,494,185
0
1
null
null
null
null
UTF-8
Java
false
false
1,145
java
/* * 文件名:CSVFileFilter * 版权:Copyright: goldsign (c) 2013 */ package com.goldsign.csfrm.util; import java.io.File; import javax.swing.filechooser.FileFilter; /* * 检验是否为CSV文件 * @author lindaquan * @version V1.0 */ public class CSVFileFilter extends FileFilter{ //检验是否为CSV文件 public boolean a...
[ "13821571040@163.com" ]
13821571040@163.com
bcd4f0e4292b002ae3f4c71e92f4945b81cd7c80
5e3235edf3de262f4d10b9e9e1fcc3bd13d6b8b1
/Code Snippet Repository/Spring/Spring7916.java
daca0be534b493e010fe2d139628543d2d0578a8
[]
no_license
saber13812002/DeepCRM
3336a244d4852a364800af3181e03e868cf6f9f5
be3e5e50e34a042d5ba7259ff5ff75c08ab32bb9
refs/heads/master
2023-03-16T00:08:06.473699
2018-04-18T05:29:50
2018-04-18T05:29:50
null
0
0
null
null
null
null
UTF-8
Java
false
false
489
java
@Test public void testInvalidIsolation() { tt.setIsolationLevel(TransactionDefinition.ISOLATION_SERIALIZABLE); given(manager.isOpen()).willReturn(true); try { tt.execute(new TransactionCallbackWithoutResult() { @Override protected void doInTransactionWithoutResult(TransactionStatus status) { } ...
[ "Qing.Mi@my.cityu.edu.hk" ]
Qing.Mi@my.cityu.edu.hk
f41a17fe3e94194827fcbe484f9daff2685a85e8
7526afd8d2a0b1954fe7f982e0fe4f188fc0fbca
/src/test/java/idv/lc/tree/LC106Test.java
bb3ef59e37d974ff7878279c656f4754ace5a411
[]
no_license
dixentw/lcns
cfd3946614caf8ac4d60cb08ee2f38581824f365
bd347cb790e9689243c5c6b0a8dfd520b3ba2439
refs/heads/master
2021-06-15T15:43:17.272261
2019-09-01T08:54:01
2019-09-01T08:54:01
132,464,424
0
0
null
null
null
null
UTF-8
Java
false
false
522
java
package idv.lc.tree; import static org.junit.Assert.*; import org.junit.*; import java.util.*; public class LC106Test { LC106 s = new LC106(); @Test public void test1(){ TreeNode root = s.buildTree( new int[]{9,3,15,20,7}, new int[]{9,15,7,20,3} ); assertEqu...
[ "dixentw@gmail.com" ]
dixentw@gmail.com
61e8b9604237f0e2da454c1793616e7c2cd7897f
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/15/15_81a81dbc826958acc3fc71d33326d43c150bdb53/ExecuteCommand/15_81a81dbc826958acc3fc71d33326d43c150bdb53_ExecuteCommand_t.java
b24cb9180c430c7734601352b2d32db36fce787c
[]
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,858
java
package net.i2cat.mantychore.queuemanager.shell; import java.util.List; import net.i2cat.mantychore.queuemanager.QueueManager; import org.apache.felix.gogo.commands.Argument; import org.apache.felix.gogo.commands.Command; import org.apache.felix.gogo.commands.Option; import org.opennaas.core.resource...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
cf57638258d24ee854be3ec672dd595fee52e6c6
e89d45f9e6831afc054468cc7a6ec675867cd3d7
/src/main/java/com/microsoft/graph/requests/extensions/ISynchronizationJobRestartRequestBuilder.java
d5542486e88d2a19bc39bc697635c43a77447ef8
[ "MIT" ]
permissive
isabella232/msgraph-beta-sdk-java
67d3b9251317f04a465042d273fe533ef1ace13e
7d2b929d5c99c01ec1af1a251f4bf5876ca95ed8
refs/heads/dev
2023-03-12T05:44:24.349020
2020-11-19T15:51:17
2020-11-19T15:51:17
318,158,544
0
0
MIT
2021-02-23T20:48:09
2020-12-03T10:37:46
null
UTF-8
Java
false
false
1,441
java
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ pa...
[ "GraphTooling@service.microsoft.com" ]
GraphTooling@service.microsoft.com
1a4f0cc9b6ad301a1b707f58f931f4cc285f55e5
33d2cb3de7eee7d47dc499a20037ae4f23d28fd0
/packages/apps/CarSetting8317/src/com/yecon/carsetting/wifi/WifiListAdapter.java
265d4020c5db0fc2c12a614216a49d86e0043682
[]
no_license
lvxiaojia/yecon
0e139c9dddac12a71d55184bb10eaa658c3b906f
87658d255c405802d906be389353ef2b2e828d59
refs/heads/master
2020-05-18T05:31:19.781960
2018-06-07T05:11:17
2018-06-07T05:11:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,882
java
package com.yecon.carsetting.wifi; import java.util.List; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; import android.widget.ImageView; import android.widget.TextView; import com.yecon.carsetting.R; ...
[ "275129737@qq.com" ]
275129737@qq.com
4a77f4450c1fa5df40faa34b07f930cb4da0d95b
9483067d771c8f8b148cfadb5b2247069ee03698
/src/probs2015/prob21Equip.java
987f83c8042ead347c8e9197a126ca92948f5f14
[ "MIT" ]
permissive
hidny/adventofcode
96a241bbb6c41f9613af0867f079d5e5fdd44754
16aa54cebb16a9d6e684d797035ecd70f013f5bd
refs/heads/master
2023-01-04T07:13:39.857451
2022-12-25T19:31:17
2022-12-25T19:31:17
75,837,443
3
0
null
null
null
null
UTF-8
Java
false
false
452
java
package probs2015; import java.io.File; import java.util.ArrayList; import java.util.Scanner; public class prob21Equip { private int cost; private int damage; private int armor; public prob21Equip(int cost, int damage, int armor) { this.cost = cost; this.damage = damage; this.armor = armor; } public i...
[ "mtardibuono@gmail.com" ]
mtardibuono@gmail.com
7e7ffa2d643c52bde04750cf7243cda883c6840c
377f1e6107dcf0beec544f9c662e63d990645aca
/test/src/main/java/com/ryan/test/TestApplication.java
47e6b0854f605f2c8c9eaeefd17614d1525e8d50
[]
no_license
Raofy/security
3fb6010d74c162419644f8f65a5f15fa9debc223
68021f1a5425c754218203c17e73803bc9a94ea4
refs/heads/master
2022-12-18T00:54:20.989456
2020-09-21T05:41:14
2020-09-21T05:41:14
296,481,308
1
0
null
null
null
null
UTF-8
Java
false
false
314
java
package com.ryan.test; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class TestApplication { public static void main(String[] args) { SpringApplication.run(TestApplication.class, args); } }
[ "1312170600@qq.com" ]
1312170600@qq.com
ea3369fe7c12cdefe9150246f2236dc63bf968ad
647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4
/com.tencent.qqlite/assets/exlibs.1.jar/classes.jar/bdw.java
3bf29f50bc462acee016744adc69f922d80874f2
[]
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
609
java
import android.view.View; import android.view.View.OnClickListener; import com.tencent.mobileqq.activity.QQMapActivity; public class bdw implements View.OnClickListener { public bdw(QQMapActivity paramQQMapActivity) {} public void onClick(View paramView) { if (this.a.i) { this.a.o...
[ "98632993+tsuzcx@users.noreply.github.com" ]
98632993+tsuzcx@users.noreply.github.com
e4c2278a5d9d0c89dfe2c4ac8119264a0c9b0648
76b790c76740fde5ecd0556319b1a0be3efa3fa5
/app/src/main/java/qtc/project/banhangnhanh/sale/view/fragment/product/detail/FragmentProductSaleDetailView.java
f6b7d9edc5ecd999e664bd5dbbb87c1153e63bd0
[]
no_license
dinhdeveloper/banhangnhanh
273d052b78a99edb072e9d5cda7732f2f69cda70
14a1f8d56b99225ed0c4558563594ffd6ebeb9d9
refs/heads/master
2022-12-11T10:59:25.749856
2020-09-07T17:13:59
2020-09-07T17:13:59
293,586,449
0
0
null
null
null
null
UTF-8
Java
false
false
7,238
java
package qtc.project.banhangnhanh.sale.view.fragment.product.detail; import android.graphics.Bitmap; import android.support.v7.app.AlertDialog; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widget.Image...
[ "dinhtrancntt@gmail.com" ]
dinhtrancntt@gmail.com
fe7aab306b690344a8ffd2ebcb653d21c0e8ad64
66c431d3cce76f5518145f0752276c33b83b8d32
/src/test/java/com/maxdemarzi/users/CreateFollowsTest.java
c879430edb52c0d352b23ad4bacd4cf4dd139e75
[ "MIT" ]
permissive
PXZ-cecilie/grittier_ext
2e34727e450fd38a44ebb77c0992b8a19b6e5231
544b19d855294817d1ddc5e66c6f6a874ee326e8
refs/heads/master
2023-03-07T12:36:31.010744
2020-04-07T19:11:46
2020-04-07T19:11:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,316
java
package com.maxdemarzi.users; import org.junit.Assert; import org.junit.Rule; import org.junit.Test; import org.neo4j.harness.junit.rule.Neo4jRule; import org.neo4j.test.server.HTTP; import java.util.HashMap; import static com.maxdemarzi.Properties.NAME; import static com.maxdemarzi.Properties.USERNAME; public clas...
[ "maxdemarzi@hotmail.com" ]
maxdemarzi@hotmail.com
c99eb40b79c33ba48c7477fb1c9b5ab9f204262a
27940e6113e54f8c66eb951af1f35e8ec4c3884c
/app/src/main/java/com/wrk/myshoppingmall/adapter/search/CommonAdapter.java
71a5e4704835ce2c3950008c879537c7021a95c6
[]
no_license
tsj123/ShoppingMall
bd8373ab97127104848503a11b57c8c658bed33a
dd4b99d71bb82c2af0f5d2688660dd0993fe6425
refs/heads/master
2021-06-08T13:45:00.837656
2016-11-28T10:47:09
2016-11-28T10:47:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,848
java
package com.wrk.myshoppingmall.adapter.search; import android.content.Context; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; import android.widget.TextView; import com.wrk.myshoppingmall.R; import java.util.List; /** * Created by MrbigW on 2016/10/6. * weChat:10240576...
[ "1024057635@qq.com" ]
1024057635@qq.com
e8e8312616e3c4efe4455951e7bdece72cf3f82f
c90297ad68c36c5560fed61261e96363cdc12341
/LS360ApiGatewayService/src/main/java/com/softech/ls360/api/gateway/service/model/response/LeftMenu.java
57e49390b7377d95b01b1cedd4d4d65c568c2c09
[]
no_license
quickstart75/gateway-final
c2bddf90ba469544e6a239ca14f5a8c555fee2db
e9ce8280f1358de8d4d16cae40826517e4f948af
refs/heads/master
2022-12-21T22:03:44.418660
2020-01-28T14:41:44
2020-01-28T14:41:44
234,112,794
0
1
null
2022-12-16T10:32:16
2020-01-15T15:37:34
Java
UTF-8
Java
false
false
1,832
java
package com.softech.ls360.api.gateway.service.model.response; import java.util.Objects; import java.util.ArrayList; import java.util.List; /** * Left panel menu */ public class LeftMenu { private List<MenuItem> child = new ArrayList<MenuItem>(); private String label = "Dashboard"; /** * Main Me...
[ "syed.zeeshan@360training.com" ]
syed.zeeshan@360training.com
799499fef947035884499cf422a3b87d30f3c95b
692a7b9325014682d72bd41ad0af2921a86cf12e
/iWiFi/src/com/tencent/weibo/sdk/android/network/HttpReqWeiBo.java
5ddd0105a2f41282a3a61ee851a7a00d02e37599
[]
no_license
syanle/WiFi
f76fbd9086236f8a005762c1c65001951affefb6
d58fb3d9ae4143cbe92f6f893248e7ad788d3856
refs/heads/master
2021-01-20T18:39:13.181843
2015-10-29T12:38:57
2015-10-29T12:38:57
45,156,955
0
0
null
null
null
null
UTF-8
Java
false
false
6,741
java
// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.tencent.weibo.sdk.android.network; import android.content.Context; import android.util.Log; import com.tencent.weibo.sdk.android.api...
[ "arehigh@gmail.com" ]
arehigh@gmail.com
9d11cb9cac066675b4ec9bd5c03e32970609c676
08355fcbe5c80aedb06d1f5dbc75c9da27cd3201
/src/main/java/com/bhuwan/spring/di/service/EmailService.java
8826a9d684c17787252dc2f63a394654e26b7086
[]
no_license
bhuwang/spring-demo
7ef6e513fd0efac011c8f7128cc22f7a5c7bfbde
094cf837328c1f05593449d4c9ba292cca1150e2
refs/heads/master
2021-01-10T14:15:06.578260
2016-03-04T04:29:49
2016-03-04T04:29:49
53,106,787
0
0
null
null
null
null
UTF-8
Java
false
false
456
java
/** * */ package com.bhuwan.spring.di.service; /** * @author bhuwan * */ public class EmailService implements MessageService { /* * (non-Javadoc) * * @see * com.bhuwan.spring.di.service.MessageService#sendMessage(java.lang.String, * java.lang.String) */ @Override public boolean sendMessage(Strin...
[ "bhuwangautam@lftechnology.com" ]
bhuwangautam@lftechnology.com
b429ea66482b06ef41a761a07e960c2e7415dd3e
ea883297b5d038c1e8c35631a6cbcf0da7d17317
/src/main/java/sfix/msgcodec/message/codec/MessageCodec.java
6b5daaf5ad043d3de1f9e9d6892b32f75c8e5d62
[ "MIT" ]
permissive
garyttierney/msgcodec
54e235903c19cbf45816898096761594fbbe5103
df25acd8ea67df90fb1299e15272dd34126ab0ad
refs/heads/master
2016-09-05T20:57:37.437179
2015-03-25T23:19:27
2015-03-25T23:19:27
34,750,865
0
0
null
null
null
null
UTF-8
Java
false
false
1,866
java
package sfix.msgcodec.message.codec; import io.netty.buffer.ByteBuf; import java.util.Collections; import java.util.Map; /** * A codec implementation which handles serialization and deserialization of messages. * * @param <D> The discriminator type for messages handled by this codec. */ public final class Messag...
[ "gary.tierney@gmx.com" ]
gary.tierney@gmx.com
14f0b26ff2f3b5690809b156ca168bda2f69782a
2ec51ec7a480bc82217ba067b055a932f3f9736a
/src/com/yale/test/springmvc/lxf/web/UserController.java
289fb467a41746fb588f47fc7179a7a452b5170c
[]
no_license
gitking/JavaDemoStudyProject
03eae3ced81d81330a96d4f87a29c5d11db63686
072b2155a2da92d59168a6b73ae4ad045d9d28c0
refs/heads/master
2022-05-20T14:24:57.408102
2022-03-27T13:45:03
2022-03-27T13:45:03
100,861,539
0
0
null
null
null
null
UTF-8
Java
false
false
6,005
java
package com.yale.test.springmvc.lxf.web; import java.util.HashMap; import java.util.Map; import javax.servlet.http.HttpSession; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springfr...
[ "yale268sh@163.com" ]
yale268sh@163.com
be627ec008aa81e9c56aef6fcb8ef23682ac6432
3e176296759f1f211f7a8bcfbba165abb1a4d3f1
/gosu-core-api/src/main/java/gw/lang/reflect/IOptionalParamCapable.java
31216665c9093c72fd9c527ffe3634f57b5d1fed
[ "Apache-2.0", "BSD-3-Clause", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
gosu-lang/old-gosu-repo
6335ac90cd0c635fdec6360e3e208ba12ac0a39e
48c598458abd412aa9f2d21b8088120e8aa9de00
refs/heads/master
2020-05-18T03:39:34.631550
2014-04-21T17:36:38
2014-04-21T17:36:38
1,303,622
1
2
null
null
null
null
UTF-8
Java
false
false
582
java
/* * Copyright 2013 Guidewire Software, Inc. */ package gw.lang.reflect; import gw.lang.parser.IExpression; /** */ public interface IOptionalParamCapable { /** * @return An array of objects representing the default values for a function's parameters. * Returns an empty array if there are no default valu...
[ "smckinney@guidewire.com" ]
smckinney@guidewire.com
1313ac60f7b7df4f20318d4b2319ea7139a4309f
37640c7de997b22e594c0c6054bffee073a47891
/enip-codec/src/main/java/com/digitalpetri/enip/commands/ListIdentity.java
adc95fd9839cd4f81da907c74c8820b50080af52
[ "Apache-2.0" ]
permissive
unsun/ethernet-ip
85a9402fd6a261f7a27e4abfb07a73aa30f3e71e
b51abec6973af82f8450a5472ea4b0695f2decb3
refs/heads/master
2021-04-15T09:24:21.978563
2017-06-15T00:02:43
2017-06-15T00:02:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,055
java
package com.digitalpetri.enip.commands; import java.util.Optional; import com.digitalpetri.enip.cpf.CipIdentityItem; import com.digitalpetri.enip.cpf.CpfItem; import com.digitalpetri.enip.cpf.CpfPacket; import io.netty.buffer.ByteBuf; import io.netty.handler.codec.DecoderException; public final class ListIdentity ex...
[ "kevinherron@gmail.com" ]
kevinherron@gmail.com
33633d1cfee07c95e8a77ed8ce2a3b24faacebf7
0a5bb71fea67b66a8639f7c6bc7aa68f71cd8214
/ecrm-s/src/main/java/com/maven/service/ActivityRedbagService.java
a55aab3ac9f7503dada66c08f90eefc0d4737785
[]
no_license
daxingyou/bw
4e4e100c1428153ccc54d5ded2119840c839841d
b7a3021fe13969510fbcf35b82982617c090e57d
refs/heads/master
2022-01-07T22:30:09.117772
2019-01-14T09:19:06
2019-01-14T09:19:06
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,777
java
package com.maven.service; import java.util.List; import java.util.Map; import org.springframework.stereotype.Service; import com.maven.base.dao.DataSource; import com.maven.base.service.BaseServcie; import com.maven.entity.ActivityBetRecord; import com.maven.entity.ActivityRedbag; import com.maven.entity.TakeDeposi...
[ "sunny@gmail.com" ]
sunny@gmail.com
bc3cd36ab877bf2ab1f630359a94a88debb57791
bb85a06d3fff8631f5dca31a55831cd48f747f1f
/src/main/business/com/goisan/synergy/workflow/bean/SoftInstall.java
92379352b27ace9bff0c5a6198619a805d485adb
[]
no_license
lqj12267488/Gemini
01e2328600d0dfcb25d1880e82c30f6c36d72bc9
e1677dc1006a146e60929f02dba0213f21c97485
refs/heads/master
2022-12-23T10:55:38.115096
2019-12-05T01:51:26
2019-12-05T01:51:26
229,698,706
0
0
null
2022-12-16T11:36:09
2019-12-23T07:20:16
Java
UTF-8
Java
false
false
1,965
java
package com.goisan.synergy.workflow.bean; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; import com.goisan.system.bean.BaseBean; /** * Created by Administrator on 2017/5/3 0003. */ public class SoftInstall extends BaseBean { private String id; private String soft...
[ "1240414272" ]
1240414272
c79eb21e3d3794b6e65c42c245503c9a11a9834e
5edf88e2ac091ef261842a1d9b594c358f2e442c
/src/UN_EDIFACT/D96A/C524.java
cd73abed1ff2446e1248ff18aac968884d884250
[]
no_license
BohseOnkel63/EDIframe
63700caa7f87eb20cac9e1c4445d5b7d260564b3
7385de5c55518fb8ea1e5946529d91de69212601
refs/heads/master
2021-07-06T15:33:31.692744
2017-10-12T06:12:56
2017-10-12T06:12:56
35,657,733
0
0
null
null
null
null
UTF-8
Java
false
false
915
java
package UN_EDIFACT.D96A; import UN_EDIFACT.CompositeElement; public class C524 extends CompositeElement { public E4079 e4079; public E1131 e1131; public E3055 e3055; public E4078 e4078; public C524() { this(false, null, null, null, null); } public C524(Boolean Mandatory, Strin...
[ "ilkka.mannelin@iki.fi" ]
ilkka.mannelin@iki.fi
87613f799eb59f63ac08eb0bf8664ea76be68eb6
dda53daa18f1274d72ba7f3c11845720c8122d04
/org.archware.sosadl/src/org/archware/sosadl/generator/Main.java
2225000284257be9ef176805dcf6339e98f14196
[]
no_license
gianricardo/sosadl_melange
3e89569122c89de72885b6bcb4c363d0e6447289
e8b80ef97132aad0b88466e97f4df637e096af7a
refs/heads/master
2022-01-02T21:48:01.397818
2018-03-01T15:53:21
2018-03-01T15:53:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,820
java
/* * generated by Xtext */ package org.archware.sosadl.generator; import java.io.File; import java.util.List; import org.archware.sosadl.sosADL.SosADL; import org.eclipse.emf.common.util.TreeIterator; import org.eclipse.emf.common.util.URI; import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.ecore.resource...
[ "eduafsilva@gmail.com" ]
eduafsilva@gmail.com
6c2e288918302b38b85b8a92f3d4eefdcd59da14
ca030864a3a1c24be6b9d1802c2353da4ca0d441
/classes4.dex_source_from_JADX/com/facebook/feed/autoplay/VideoPlayerView.java
48438bfd001aa38e24ece9bb99b96f9970d68ff4
[]
no_license
pxson001/facebook-app
87aa51e29195eeaae69adeb30219547f83a5b7b1
640630f078980f9818049625ebc42569c67c69f7
refs/heads/master
2020-04-07T20:36:45.758523
2018-03-07T09:04:57
2018-03-07T09:04:57
124,208,458
4
0
null
null
null
null
UTF-8
Java
false
false
331
java
package com.facebook.feed.autoplay; import com.facebook.video.analytics.VideoAnalytics.EventTriggerType; /* compiled from: preliminaryProfilePicture */ public interface VideoPlayerView { void mo359a(EventTriggerType eventTriggerType); void mo360a(EventTriggerType eventTriggerType, int i); int getSeekPos...
[ "son.pham@jmango360.com" ]
son.pham@jmango360.com
232d0ea717a52105441a4a25fa313897c44f84b9
ebdcaff90c72bf9bb7871574b25602ec22e45c35
/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201809/cm/ProductAdwordsLabels.java
f4b839aee0fafcf9f020a647bb6bbae50a037bc7
[ "Apache-2.0" ]
permissive
ColleenKeegan/googleads-java-lib
3c25ea93740b3abceb52bb0534aff66388d8abd1
3d38daadf66e5d9c3db220559f099fd5c5b19e70
refs/heads/master
2023-04-06T16:16:51.690975
2018-11-15T20:50:26
2018-11-15T20:50:26
158,986,306
1
0
Apache-2.0
2023-04-04T01:42:56
2018-11-25T00:56:39
Java
UTF-8
Java
false
false
5,119
java
// Copyright 2018 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writi...
[ "jradcliff@users.noreply.github.com" ]
jradcliff@users.noreply.github.com
01b9362ea30ee657b4e2b1ef94e7c4590d15017c
1d2cee48a790b3927cc0497fd72a6368c6cfdd18
/src/main/java/com/hankcs/hanlp/model/perceptron/feature/ImmutableFeatureHashMap.java
bf44ef8e4039458c56f4243a083482b495374617
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
jiangcoder/HanLP
4cb0df97e21ce3c9ce083cd3aefc01319be6629a
1662ae72b1dd1641aaebdbb5dd0eab00e47f8f39
refs/heads/master
2021-04-06T11:40:53.310195
2018-03-14T04:55:56
2018-03-14T04:55:56
125,150,063
0
0
null
2018-03-14T03:30:54
2018-03-14T03:30:53
null
UTF-8
Java
false
false
1,407
java
/* * <summary></summary> * <author>Hankcs</author> * <email>me@hankcs.com</email> * <create-date>2016-09-05 PM8:39</create-date> * * <copyright file="ImmutableFeatureHashMap.java" company="码农场"> * Copyright (c) 2008-2016, 码农场. All Right Reserved, http://www.hankcs.com/ * This source is subject to Hankcs. Please...
[ "jfservice@126.com" ]
jfservice@126.com
5113f0ac48d22535e6be5521aaa2fad7ee309389
a7c85a1e89063038e17ed2fa0174edf14dc9ed56
/spring-aop-perf-tests/src/main/java/coas/perf/ComplexCondition150/Advice116.java
b35c63b06b81bd5ea9122b9dc78a0b83d0cb8d29
[]
no_license
pmaslankowski/java-contracts
28b1a3878f68fdd759d88b341c8831716533d682
46518bb9a83050956e631faa55fcdf426589830f
refs/heads/master
2021-03-07T13:15:28.120769
2020-09-07T20:06:31
2020-09-07T20:06:31
246,267,189
0
0
null
null
null
null
UTF-8
Java
false
false
1,644
java
package coas.perf.ComplexCondition150; import org.aspectj.lang.ProceedingJoinPoint; import org.aspectj.lang.annotation.Around; import org.aspectj.lang.annotation.Aspect; import org.springframework.stereotype.Component; import coas.perf.ComplexCondition150.Subject150; @Aspect @Component("Advice_150_116_cc") public c...
[ "pmaslankowski@gmail.com" ]
pmaslankowski@gmail.com
690f4c434b468305edfe0106f97542ad7359cb73
ba883df1628d64d5b5d92f39fa19e73d6d3b1244
/MoTE/fr.tpt.mem4csd.mtbench.aadl2aadl.mote/src-gen/fr/tpt/mem4csd/mtbench/aadl2aadl/mote/generated/subcomponent2subcomponent.java
b8e5af90a847b9ff2d939278e68bf2e2f5f79955
[]
no_license
INCMOTRANS-Benchmark/IMTBENCH
d10f3f748095dddb952d0c7f163b5a39fdee8128
14728ddb1e3681c43bed87b2adfe464d1208a1bb
refs/heads/master
2022-11-20T00:21:26.974656
2020-07-21T15:06:48
2020-07-21T15:06:48
281,428,289
0
0
null
null
null
null
UTF-8
Java
false
false
517
java
/** */ package fr.tpt.mem4csd.mtbench.aadl2aadl.mote.generated; import de.mdelab.mltgg.mote2.operationalTGG.OperationalRuleGroup; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>subcomponent2subcomponent</b></em>'. * <!-- end-user-doc --> * * * @see fr.tpt.mem4csd.mtbench.aadl2aadl...
[ "mkaouar.hana@gmail.com" ]
mkaouar.hana@gmail.com
1335c982663cbf38d7028f0dd70298b23cbd45b8
246d979f10a87a9e7269b4de4f0577a545eb6885
/src/main/java/application/CycleActionManager.java
7ce174492d17baf177376b645b15f1f3f8d96ca7
[ "MIT" ]
permissive
AppLoidx/bcomp-extended
e960970325fa2a55462cdf60737cd1d4394a44ac
ad556afaefa69a87ed976b8869d0fa07b93a0c6f
refs/heads/master
2022-12-23T01:00:18.218134
2020-02-04T17:44:14
2020-02-04T17:44:14
183,970,341
32
2
MIT
2022-12-09T12:39:38
2019-04-28T23:39:14
Java
UTF-8
Java
false
false
825
java
package application; import ru.ifmo.cs.bcomp.CPU; /** * @author Arthur Kupriyanov */ public class CycleActionManager { private static GUI gui; public static void onInterruptCycle(){ if (gui==null){ System.err.println("gui не инициализирован [CycleActionManager]"); return; ...
[ "apploidyakutsk@gmail.com" ]
apploidyakutsk@gmail.com
f2852898b49c384cdb22ee78312ae4bfe9a5d153
9e6175752640891f54aad0dca18fd3bca13b6c45
/src/main/java/io/jboot/support/metric/reporter/csv/JbootMetricCVRReporterConfig.java
fb05aa9a0d6901085345a200badb1196bad55e3a
[ "Apache-2.0" ]
permissive
c2cn/jboot
68a28b59d9ee3a413a746ac7cdfc71b51d5161b0
66b5b015f1024912c2f95133ae07b89ad00e07b6
refs/heads/master
2023-04-19T16:57:52.314575
2021-05-08T05:15:33
2021-05-08T05:15:33
288,644,695
0
0
Apache-2.0
2021-05-08T05:15:33
2020-08-19T05:46:39
null
UTF-8
Java
false
false
1,002
java
/** * Copyright (c) 2015-2021, Michael Yang 杨福海 (fuhai999@gmail.com). * <p> * 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 * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * U...
[ "fuhai999@gmail.com" ]
fuhai999@gmail.com
c12d06fab8d3b5591856bbb9f7770323dceec93a
6a9f0a52a4983921bc6efae7f48b959623e6aab3
/src/main/java/de/blau/android/presets/PresetField.java
53159fcf6fdf041534e3b125490800ca10ade084
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
lonvia/osmeditor4android
7951b3000d31ba16024615de5d130827b798d10a
07dad33c45546032e887f97201aa9a23e467012a
refs/heads/master
2022-12-22T13:08:41.118124
2020-09-14T17:26:22
2020-09-14T17:26:22
295,743,840
0
0
NOASSERTION
2020-09-15T13:52:21
2020-09-15T13:52:20
null
UTF-8
Java
false
false
8,192
java
package de.blau.android.presets; import java.io.IOException; import org.xmlpull.v1.XmlSerializer; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import ch.poole.poparser.Po; public abstract class PresetField { /** * Key this field is for */ final String key; /** ...
[ "simon@poole.ch" ]
simon@poole.ch
141a0a8f0ae29359b9f0ff56b5f237ca7bda6f70
a50d7142b61f5a3da6b58ace7b66a8dd179816fa
/src/main/java/com/dpascu/jhiazuregateway/repository/AuthorityRepository.java
074fa972490049fc391c0d66be84c61a739a606c
[]
no_license
dumip/jhipster-azure-services-gw
9aa4a0e17ad817465a0e6ab188d47c5af4e7630e
a8c5517fe0f28a7a8f84285e91712d5d245ea36e
refs/heads/master
2022-12-21T21:52:55.612195
2019-11-21T15:26:37
2019-11-21T15:26:37
223,204,679
0
0
null
2022-12-16T04:41:58
2019-11-21T15:26:24
Java
UTF-8
Java
false
false
318
java
package com.dpascu.jhiazuregateway.repository; import com.dpascu.jhiazuregateway.domain.Authority; import org.springframework.data.jpa.repository.JpaRepository; /** * Spring Data JPA repository for the {@link Authority} entity. */ public interface AuthorityRepository extends JpaRepository<Authority, String> { }
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
73b66f336b5544c0a61ea50d16816c3a4ec3c2ef
cc9185a396c21d0495fb96f0fc506e5945a56e69
/libcore_tests/src/test/java/groups/JunitExtJavaSecurityAcl.java
29076800dc71daabc8647104f054eea6449a0d0a
[]
no_license
multi-os-engine/moe-tests
814eb25fdcd9a16f184bc3b7e0eff685356075be
5d652553e96a932d3e682c9c5f7fe4ad5571628d
refs/heads/master
2022-08-08T14:26:34.626021
2016-08-09T19:44:36
2016-08-09T19:44:36
65,322,790
1
3
null
null
null
null
UTF-8
Java
false
false
502
java
import libcore.io.*; import org.junit.runner.RunWith; import org.junit.runners.Suite; @RunWith(Suite.class) @Suite.SuiteClasses({ tests.security.acl.AclNotFoundException2Test.class, tests.security.acl.AclNotFoundExceptionTest.class, tests.security.acl.LastOwnerException2Test.class, tests.security.acl....
[ "alexey.suhov@intel.com" ]
alexey.suhov@intel.com
88403ae56c64bce2289870dc8f89ea98608a868d
90983dfadc3fd52223fa0bf8631321c74bf74597
/src/main/java/org/gwtproject/xml/client/impl/NodeListImpl.java
a064c644e6eb678ebce0990550184f63ad2027df
[ "Apache-2.0" ]
permissive
dankurka/gwt-xml
cba3864a924fd6d97f5468c17ecc9e8e68a96295
e76cc436361bc89957b02256799362eb34d954e5
refs/heads/master
2021-01-21T19:35:43.374395
2017-10-25T20:31:06
2017-10-25T20:31:06
92,141,709
1
2
null
2017-10-25T20:31:07
2017-05-23T07:17:11
Java
UTF-8
Java
false
false
1,992
java
/* * Copyright 2007 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
[ "dankurka@google.com" ]
dankurka@google.com
3c418d981b5d33ac9fd55a70d29a341b6ca1f874
c82bfe5797f1104a6c3fa59762fd065b089489ea
/src/main/java/ch/ethz/idsc/sophus/app/io/GokartPoseDatas.java
aaa3f5aa04b16436b233648b0d73a89c82b2bb4c
[]
no_license
etarakci-hvl/owl
208f6bf6be98717dbdd62ab369dd654bdbf4343a
60790bdb31741b8368001e892a941bded7fcbfb9
refs/heads/master
2022-03-02T00:22:24.167829
2019-11-17T09:15:23
2019-11-17T09:15:23
279,145,425
1
0
null
2020-07-12T20:47:38
2020-07-12T20:47:37
null
UTF-8
Java
false
false
285
java
// code by jph package ch.ethz.idsc.sophus.app.io; import ch.ethz.idsc.tensor.Tensor; import ch.ethz.idsc.tensor.Tensors; public enum GokartPoseDatas { ; public static final Tensor HANGAR_MODEL2PIXEL = // Tensors.fromString("{{7.5, 0, 100}, {0, -7.5, 800}, {0, 0, 1}}"); }
[ "jan.hakenberg@gmail.com" ]
jan.hakenberg@gmail.com
464dcb64a9bd24151081a961836b66bfd2f5ba19
d8a76a17259c35d48a55058d8f1c2584e790c5bd
/src/main/java/br/com/formento/gerenciadorDeBlocos/service/adapter/RepositorioTextoAdapterImpl.java
a02472a0f25509667fd2970755b014e52c3228e6
[]
no_license
andreformento/gerenciadorDeBlocos
8a9965516070c8a2c6dc4d8f8148071cdc3bb28d
00b55b8c8b3b496a9e5a222ad6da3f9d89693485
refs/heads/master
2016-08-03T08:19:59.483526
2015-06-10T02:05:28
2015-06-10T02:05:28
37,168,798
0
0
null
null
null
null
UTF-8
Java
false
false
337
java
package br.com.formento.gerenciadorDeBlocos.service.adapter; public abstract class RepositorioTextoAdapterImpl implements RepositorioTextoAdapter { private String parametro; public RepositorioTextoAdapterImpl(String parametro) { this.parametro = parametro; } @Override public String getParametro() { return ...
[ "andreformento.sc@gmail.com" ]
andreformento.sc@gmail.com
e3ef5d02d90eebdafa0a84c1db813c9fe06134f4
8453e56375c907948d0fccee820aac8eeefaa336
/services/fgs/src/main/java/com/huaweicloud/sdk/fgs/v2/model/CreateFunctionTriggerRequest.java
bdc81919c510b9a0aa8b3417db223ff249097bef
[ "Apache-2.0" ]
permissive
xionghao-hw/huaweicloud-sdk-java-v3
cfc8e37302bc4e059dbd30521ab378246aa65c40
225f99bf54fabcd6a19c9a5c47d1f079434b46e8
refs/heads/master
2022-08-31T18:43:33.388382
2020-05-19T07:33:06
2020-05-19T07:33:06
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,149
java
package com.huaweicloud.sdk.fgs.v2.model; import java.util.Objects; import java.util.ArrayList; import java.util.List; import java.util.function.Consumer; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonValue; import...
[ "wuchen25@huawei.com" ]
wuchen25@huawei.com
8c1365852e8962a1d9dacba00413e3feadc4268a
7e0364dce3cb7ec041c5824ec68adc4bcc47568a
/cartOptimization/src/com/accenture/performance/optimization/ruleengineservices/converts/populator/CartDataRaoPopulator.java
f79e2947fcaeeccbd5a7979fe8f9124403176a60
[]
no_license
aitp2/a1
055abd53719aec422134b19265634cb301f9027b
40ccbbd480cbc0893db5a04af97fc8a6dc150690
refs/heads/master
2021-07-23T06:23:38.889348
2018-10-17T01:01:45
2018-10-17T01:01:45
113,840,157
1
0
null
null
null
null
UTF-8
Java
false
false
5,423
java
/* * [y] hybris Platform * * Copyright (c) 2000-2017 SAP SE * All rights reserved. * * This software is the confidential and proprietary information of SAP * Hybris ("Confidential Information"). You shall not disclose such * Confidential Information and shall use it only in accordance with the * terms of the l...
[ "mingming.wang@accenture.com" ]
mingming.wang@accenture.com
eac6a0dd2f7f6b1dfb677ef2c326b344be6f5f1f
fa057b3fe67264872c5bc06297dd0100425853d4
/fuelmis/src/com/zhiren/fuelmis/dc/dao/xitgl/MeikdqDao.java
c375dfcca602c098d5453ae0d421760fd9a09c31
[]
no_license
paddy235/gdhyc
5df6a6280403784e89f52649c7710e7224a18414
9ce5925636589a9f4f2bed5f1a2fe90cefd89119
refs/heads/master
2021-06-23T22:55:17.210623
2017-09-07T09:29:50
2017-09-07T09:29:50
null
0
0
null
null
null
null
UTF-8
Java
false
false
447
java
package com.zhiren.fuelmis.dc.dao.xitgl; import java.util.List; import java.util.Map; import org.springframework.stereotype.Repository; import com.zhiren.fuelmis.dc.entity.xitgl.Meikdq; /** * @author 陈宝露 */ @Repository public interface MeikdqDao { List<Meikdq> getAll(Map<String,Object> map); int insertMeikdq...
[ "liu@qq.com" ]
liu@qq.com
b8a88593f1cc7476acb41dccbe2366e3149725db
6eb9945622c34e32a9bb4e5cd09f32e6b826f9d3
/src/com/inponsel/android/v2/HomeNewsActivity$75.java
1267620e8c0d4c3531251197b4bd109cbffb20ea
[]
no_license
alexivaner/GadgetX-Android-App
6d700ba379d0159de4dddec4d8f7f9ce2318c5cc
26c5866be12da7b89447814c05708636483bf366
refs/heads/master
2022-06-01T09:04:32.347786
2020-04-30T17:43:17
2020-04-30T17:43:17
260,275,241
0
0
null
null
null
null
UTF-8
Java
false
false
723
java
// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.inponsel.android.v2; import com.android.volley.VolleyError; import com.inponsel.android.utils.Log; // Referenced classes of package...
[ "hutomoivan@gmail.com" ]
hutomoivan@gmail.com
64eac57bd85a66de5ba48cdead4496202fbaecf5
17d1e8fe32d45cf915ec5e34fdccc0b6ec78e478
/phoenixServer/src/main/java/com/koi/service/IAppGameService.java
4c9705fa4cf682113210c07a0d82129a0264840b
[]
no_license
973319261/phoenix
9e029053a62763424cd5a075e438f78823053271
029f0e8aeec7a5022c2dc750716f624ba49be625
refs/heads/main
2023-01-10T15:46:49.269699
2020-11-08T00:34:04
2020-11-08T00:34:04
310,955,415
2
0
null
null
null
null
UTF-8
Java
false
false
684
java
package com.koi.service; import com.koi.po.PetInfoDetail; import com.koi.po.User; import com.koi.vo.JsonReturn; public interface IAppGameService { /** * 获取游戏相关信息 * @param userId * @return */ public JsonReturn findGameInfo(Integer userId); /** * 修改游戏信息 * @param user * @return */ public JsonReturn u...
[ "973319261@qq.com" ]
973319261@qq.com
b4e662e84518c608294bef859959e5ed998cdbb1
bb7be5b4175efccf3edad6e89aad95a589a9dc6c
/Si-Tech/AcctMgrWeb6.1/src/com/sitech/acctmgr/atom/domains/free/FreeOutPackageEntity.java
1357f970bcd98c77eeeb9044441400f4367c763d
[]
no_license
BarryPro/JavaEE_Eclipse
5fde49bfcedf88d660319ab7c9da187f0eaddcea
df5bacbc094e49c693eb8b18f8b734835665b068
refs/heads/master
2021-06-25T04:21:16.572515
2017-09-13T04:10:01
2017-09-13T04:10:01
99,305,991
0
1
null
null
null
null
UTF-8
Java
false
false
1,207
java
package com.sitech.acctmgr.atom.domains.free; import com.alibaba.fastjson.annotation.JSONField; import com.sitech.jcfx.anno.ConsType; import com.sitech.jcfx.anno.ParamDesc; import java.io.Serializable; import java.util.List; /** * Created by wangyla on 2017/6/6. */ public class FreeOutPackageEntity imp...
[ "belong.belong@outlook.com" ]
belong.belong@outlook.com
7becdfd0d06d3697f4a7798e5a08c64f89668942
1a32d704493deb99d3040646afbd0f6568d2c8e7
/BOOT-INF/lib/org/springframework/expression/spel/ast/OpOr.java
e7aaf3d3588834d4fce04c2b6cc95d47f6842824
[]
no_license
yanrumei/bullet-zone-server-2.0
e748ff40f601792405143ec21d3f77aa4d34ce69
474c4d1a8172a114986d16e00f5752dc019cdcd2
refs/heads/master
2020-05-19T11:16:31.172482
2019-03-25T17:38:31
2019-03-25T17:38:31
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,659
java
/* */ package org.springframework.expression.spel.ast; /* */ /* */ import org.springframework.asm.Label; /* */ import org.springframework.asm.MethodVisitor; /* */ import org.springframework.expression.EvaluationException; /* */ import org.springframework.expression.spel.CodeFlow; /* */ import org....
[ "ishankatwal@gmail.com" ]
ishankatwal@gmail.com
d3d7498a119032a25775191ed922f5b68e6341df
04b1803adb6653ecb7cb827c4f4aa616afacf629
/content/public/android/java/src/org/chromium/content_public/browser/ImageDownloadCallback.java
7638273ac93889f0595b02ab781979e928d9aa10
[ "BSD-3-Clause" ]
permissive
Samsung/Castanets
240d9338e097b75b3f669604315b06f7cf129d64
4896f732fc747dfdcfcbac3d442f2d2d42df264a
refs/heads/castanets_76_dev
2023-08-31T09:01:04.744346
2021-07-30T04:56:25
2021-08-11T05:45:21
125,484,161
58
49
BSD-3-Clause
2022-10-16T19:31:26
2018-03-16T08:07:37
null
UTF-8
Java
false
false
1,245
java
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.content_public.browser; import android.graphics.Bitmap; import android.graphics.Rect; import java.util.List; /** * Java counterpa...
[ "sunny.nam@samsung.com" ]
sunny.nam@samsung.com
4de7ebca01a09a53fd36f587ea08e7e4b300182c
55303f81012c9be02d851bbf33615fc529eb30c1
/aliyun-java-sdk-iot/src/main/java/com/aliyuncs/iot/model/v20170420/CreateProductRequest.java
d525e39d41ef0224824fa42e7213603753e0f2d0
[ "Apache-2.0" ]
permissive
Roc0228/aliyun-openapi-java-sdk
fea07c9191fcd7b26f4a933f1dd53e96d9d2abb9
f6491b0301870eb5dc78031795a36ea8e433ee2a
refs/heads/master
2021-07-06T09:51:41.003036
2017-09-27T09:26:14
2017-09-27T09:26:14
105,111,321
0
1
null
2017-09-28T06:37:48
2017-09-28T06:37:48
null
UTF-8
Java
false
false
2,438
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")...
[ "haowei.yao@alibaba-inc.com" ]
haowei.yao@alibaba-inc.com
dfdda2db07ac9c63b194a24243794eea697d3ac0
30057e353957920564ee07722427c3ff434d322f
/ProblemSolving/src/com/basics/array/QuickSort.java
c4daac4bcf025fc8f21993c90ff7da3d8f6a5ed7
[]
no_license
mmanjunath998/Problem-Solving
a7f4e541b150ad3d28e545b7c990d47b020c79a9
32f21921f05ff351a6cdc52fe72e954633d9036a
refs/heads/master
2020-09-09T15:06:46.232130
2019-12-04T08:04:58
2019-12-04T08:04:58
221,479,218
0
0
null
null
null
null
UTF-8
Java
false
false
779
java
package com.basics.array; import java.util.Arrays; public class QuickSort { public static void main(String[] args){ int[] arr = {8,5,1,3,9,4,7,5,4,2,3,3,4}; System.out.println(Arrays.toString(sort(arr, 0, arr.length-1))); } public static int[] sort(int[] arr,int start, int end){ if(start < end){ int...
[ "manjunath@bytemark.co" ]
manjunath@bytemark.co
6337d246cd055cb806444237748c68f2bb81bf80
3b786023afab7d2c09919bc34a9bf1d18ec99a18
/src/test/java/com/example/MybatisGenerateApplicationTests.java
e9a83882eec43d5933cb5a25a0b418bec4b60894
[]
no_license
liukaifeng/mybatis-generate
c5948d14d5ca7cffa1dd806308ea049d082fa875
6b45a361a3f49eb375b5abab72d35d035e03d565
refs/heads/master
2021-01-19T19:23:19.347980
2017-07-12T00:25:48
2017-07-12T00:25:48
88,415,655
0
0
null
null
null
null
UTF-8
Java
false
false
337
java
package com.example; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.context.junit4.SpringRunner; @RunWith(SpringRunner.class) @SpringBootTest public class MybatisGenerateApplicationTests { @Test public void contex...
[ "kaifeng_5liu@163.com" ]
kaifeng_5liu@163.com
b35a72d852358de5c0e711895185ddb59bbfc711
502ea93de54a1be3ef42edb0412a2bf4bc9ddbef
/sources/com/startapp/android/publish/ads/list3d/C5170g.java
311c629672fc08d478b015e8daec48a0836df1aa
[]
no_license
dovanduy/MegaBoicotApk
c0852af0773be1b272ec907113e8f088addb0f0c
56890cb9f7afac196bd1fec2d1326f2cddda37a3
refs/heads/master
2020-07-02T04:28:02.199907
2019-08-08T20:44:49
2019-08-08T20:44:49
null
0
0
null
null
null
null
UTF-8
Java
false
false
225
java
package com.startapp.android.publish.ads.list3d; /* renamed from: com.startapp.android.publish.ads.list3d.g */ /* compiled from: StartAppSDK */ public interface C5170g { /* renamed from: a */ void mo18975a(int i); }
[ "pablo.valle.b@gmail.com" ]
pablo.valle.b@gmail.com
ac5bb15b1eb6b84377cdceeabd634c68ab1c490b
4d6f449339b36b8d4c25d8772212bf6cd339f087
/netreflected/src/Framework/System.Net.Http,Version=4.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a/system/net/http/headers/TransferCodingHeaderValue.java
a26eacba6acca2b6cb04f5f48a189787fd242ed5
[ "MIT" ]
permissive
lvyitian/JCOReflector
299a64550394db3e663567efc6e1996754f6946e
7e420dca504090b817c2fe208e4649804df1c3e1
refs/heads/master
2022-12-07T21:13:06.208025
2020-08-28T09:49:29
2020-08-28T09:49:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,218
java
/* * MIT License * * Copyright (c) 2020 MASES s.r.l. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, cop...
[ "mario.mastrodicasa@masesgroup.com" ]
mario.mastrodicasa@masesgroup.com
e784fab7cbb096c58486203a6ae9025846acf45d
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/13/13_086624bf8955f9d6cff36b353036b650f44d7d21/TPCCConfig/13_086624bf8955f9d6cff36b353036b650f44d7d21_TPCCConfig_t.java
b4f4c641b7bb0976a2dd6d51354cd234310bc305
[]
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,966
java
package org.voltdb.benchmark.tpcc; import java.lang.reflect.Field; import java.util.Map; import java.util.Map.Entry; import org.apache.commons.collections15.map.ListOrderedMap; import org.voltdb.catalog.Catalog; import edu.brown.catalog.CatalogUtil; import edu.brown.utils.StringUtil; public final class...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
b33fe044efe0fb3797bb63b3c3707f97123e7652
0d86a98cd6a6477d84152026ffc6e33e23399713
/kata/6-kyu/when-greatest-is-less-than-smallest/test/GreatestSmallestTests.java
421a072284d254546b19ef3c4f23d91ea1bb116e
[ "MIT" ]
permissive
ParanoidUser/codewars-handbook
0ce82c23d9586d356b53070d13b11a6b15f2d6f7
692bb717aa0033e67995859f80bc7d034978e5b9
refs/heads/main
2023-07-28T02:42:21.165107
2023-07-27T12:33:47
2023-07-27T12:33:47
174,944,458
224
65
MIT
2023-09-14T11:26:10
2019-03-11T07:07:34
Java
UTF-8
Java
false
false
1,680
java
import static org.junit.jupiter.api.Assertions.assertEquals; import java.math.BigInteger; import org.junit.jupiter.api.Test; class GreatestSmallestTests { @Test void sample() { assertEquals(new BigInteger("0"), GreatestSmallest.greatest(new BigInteger("13"), new BigInteger("17"), new BigInteger("100"))); ...
[ "5120290+ParanoidUser@users.noreply.github.com" ]
5120290+ParanoidUser@users.noreply.github.com
27ad9689aaeba05e8ec1555dae2153f286b906f6
f6c55fcb1497f797ab0bb6241c8a15eb4bd6a5ff
/core-tests/src/test/java/com/segment/analytics/TrackPayloadTest.java
d3f4a98a4695d4617bb516d57f2231b962245da2
[ "MIT" ]
permissive
hiBrianLee/analytics-android
42e56b01dd5344be176bcedec26ab28f3309ec5a
92ec7ef026aae6e432871ddf0cf7ece3f871a410
refs/heads/master
2020-12-30T22:10:48.754864
2014-12-22T19:53:29
2014-12-22T19:53:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,559
java
package com.segment.analytics; import java.io.IOException; import java.util.LinkedHashMap; import org.junit.Test; import org.junit.runner.RunWith; import org.robolectric.RobolectricTestRunner; import org.robolectric.annotation.Config; import static com.segment.analytics.TestUtils.createValueMap; import static org.ass...
[ "f2prateek@gmail.com" ]
f2prateek@gmail.com
c28db3eaaf9f802c4a480520945b6ba639a9fceb
41ae950b46036a9ebe6a221fcc0a23601bfbf190
/Codeforces/src/educational_round087/B.java
a67700cde1818282e0270c439050628d1f453958
[]
no_license
yuruiyin/AlgorithmLearn
f7a88a499d050fa9c5d666514a74de0f0a56d001
4224b664e6d05f233512f77088f6d1437a87cd97
refs/heads/master
2023-07-08T09:19:41.101604
2023-07-03T01:48:08
2023-07-03T01:48:08
143,147,502
4
2
null
null
null
null
UTF-8
Java
false
false
3,948
java
package educational_round087; import java.io.*; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.StringTokenizer; public class B { static class Task { private char[] charArr = new char[]{'1', '2', '3'}; private List<Character> getOtherChars(char c) { ...
[ "yuruiyin@cyou-inc.com" ]
yuruiyin@cyou-inc.com
67da72ac929276e4d1161d8ead4e171060185f22
cd5dc0b9e9bbd8aa870f97dcc17c1b1802cf1362
/app/src/main/java/com/jeannypr/scientificstudy/Student/model/AdmissionBean.java
dbf2bf044b3b29394a9a907986bc601abe1ce678
[]
no_license
SOFTSEER002/scientific-school-Android-SRG
ffa9a88fd5285be2857bf957485fba06cf2a95c6
453e96a20ab51c343fa7dbb44bf76b0ba4ef2fee
refs/heads/master
2022-12-20T12:46:43.197101
2020-10-13T09:50:01
2020-10-13T09:50:01
null
0
0
null
null
null
null
UTF-8
Java
false
false
317
java
package com.jeannypr.scientificstudy.Student.model; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; import com.jeannypr.scientificstudy.Base.Model.Bean; public class AdmissionBean extends Bean { @SerializedName("data") @Expose public AdmissionModel data; }
[ "khungersourav30@gmail.com" ]
khungersourav30@gmail.com