blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
7
410
content_id
stringlengths
40
40
detected_licenses
listlengths
0
51
license_type
stringclasses
2 values
repo_name
stringlengths
5
132
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringlengths
4
80
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
5.85k
684M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
132 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
9.45M
extension
stringclasses
28 values
content
stringlengths
3
9.45M
authors
listlengths
1
1
author_id
stringlengths
0
352
13662675c805185db9268d37cb616a27be948708
69011b4a6233db48e56db40bc8a140f0dd721d62
/src/com/jshx/fwgl/service/impl/SendInformationServiceImpl.java
abc0c88163fb135c855dcd21691f49c9ad96742f
[]
no_license
gechenrun/scysuper
bc5397e5220ee42dae5012a0efd23397c8c5cda0
e706d287700ff11d289c16f118ce7e47f7f9b154
refs/heads/master
2020-03-23T19:06:43.185061
2018-06-10T07:51:18
2018-06-10T07:51:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,006
java
package com.jshx.fwgl.service.impl; import java.util.Arrays; import java.util.List; import java.util.Map; import java.util.HashMap; import javax.annotation.Resource; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Qualifier; import org.springframewor...
[ "shellchange@sina.com" ]
shellchange@sina.com
fa7f14b97b8e685132425a1adac96213fdad9f9d
83ee5f5fa65219797d2b3413f8e30865230a29a0
/code/2-Spring-boot/3-todos-service/src/main/java/com/example/api/ResponseError.java
64b6869cfba6f8f37bbd163faca9fef8632f57ea
[]
no_license
nagcloudlab/tavant-batch2
fb39812aa143d4c36b4b7d6b287ab4b69621e97a
b5ca9b9257742663d03d4056bd55a66d8f46f2eb
refs/heads/main
2023-08-10T16:14:51.327217
2021-09-21T02:25:40
2021-09-21T02:25:40
405,832,877
3
5
null
null
null
null
UTF-8
Java
false
false
104
java
package com.example.api; import lombok.Data; @Data public class ResponseError { String message; }
[ "nagcloudlab@gmail.com" ]
nagcloudlab@gmail.com
ccaf80ac96ae1eafbb1f4f2b77116535ed17bde0
b6b0cc2a90cc4a007aeff50cd2fbcb287299fa8c
/fr/src/main/java/com/udemy/fr/entities/User.java
bfd42ecc0c97c130a39648ca53c2a25545f907f7
[]
no_license
JohnQ1981/flightreservation
4abc1a838c4ab4ec2617ed466e33d7738ed739c5
a439720566f1c76c71421a91d7890a01d3503730
refs/heads/master
2023-04-11T00:54:35.167461
2021-04-18T23:01:01
2021-04-18T23:01:01
359,270,385
0
0
null
null
null
null
UTF-8
Java
false
false
1,175
java
package com.udemy.fr.entities; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; @Entity public class User { @Id @GeneratedValue(strategy=GenerationType.IDENTITY) private Long id; public Long getId() { return id; }...
[ "ikram1981@gmail.com" ]
ikram1981@gmail.com
696e8afb485d840a884b9673ccc93e06e5cbc16f
d05a83617dad6f5b96927b7e57abf391f5fe2f2f
/SPOJ/ComputerAverage.java
80d7223e3dae996af1b10f21f8a66d91524a3310
[]
no_license
maharlikans/Practice
3790d8855c6df3cd5be6ef70d092555604a48951
c42ba984f2bc5faf643d9b463335cc1cc2600edd
refs/heads/master
2021-01-15T13:11:02.333435
2013-10-29T00:23:25
2013-10-29T00:23:25
null
0
0
null
null
null
null
UTF-8
Java
false
false
634
java
import java.util.Scanner; // Scanner is in the java.util package public class ComputeAverage { public static void main(String[] args) { // Create a Scanner object Scanner input = new Scanner(System.in); // Prompt the user to enter three numbers System.out.print("Enter three numbers: "); double num...
[ "kyle.maharlika@gmail.com" ]
kyle.maharlika@gmail.com
f4e1f42632b68df1ec94b87e82dff615c6122b74
2fd9d77d529e9b90fd077d0aa5ed2889525129e3
/DecompiledViberSrc/app/src/main/java/org/simpleframework/xml/core/OverrideValue.java
e8815b4190accced6178d01f0f3f9ee74243d5d5
[]
no_license
cga2351/code
703f5d49dc3be45eafc4521e931f8d9d270e8a92
4e35fb567d359c252c2feca1e21b3a2a386f2bdb
refs/heads/master
2021-07-08T15:11:06.299852
2021-05-06T13:22:21
2021-05-06T13:22:21
60,314,071
1
3
null
null
null
null
UTF-8
Java
false
false
912
java
package org.simpleframework.xml.core; import org.simpleframework.xml.strategy.Value; class OverrideValue implements Value { private final Class type; private final Value value; public OverrideValue(Value paramValue, Class paramClass) { this.value = paramValue; this.type = paramClass; ...
[ "yu.liang@navercorp.com" ]
yu.liang@navercorp.com
08de6bddc1c794da07de96464017d99243693273
03c5312f7cebf29db06072978c86e76ab6865aa4
/gmall-cms/src/main/java/com/zhang/gmall/cms/mapper/TopicCommentMapper.java
cab10dd1bbd6245051016e2976a6fe30d7b59f91
[]
no_license
zhangjingwei8390120/gmall-111
904927407fbc6200041d8a0b87d463a758ffbca1
710371d27adab91f9f3106695286aa7e79d8b762
refs/heads/master
2022-07-17T11:14:10.609551
2020-02-04T23:45:14
2020-02-04T23:45:17
238,329,579
0
0
null
2022-06-21T02:44:32
2020-02-04T23:39:42
Java
UTF-8
Java
false
false
311
java
package com.zhang.gmall.cms.mapper; import com.zhang.gmall.cms.entity.TopicComment; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** * <p> * 专题评论表 Mapper 接口 * </p> * * @author Lfy * @since 2020-02-05 */ public interface TopicCommentMapper extends BaseMapper<TopicComment> { }
[ "3555025235@qq.com" ]
3555025235@qq.com
cf30891c026479aa25ab1cd83c5625b67c818285
f2a71306af3a4d28a6bad214b554d62c0eab8c4b
/test/System/IPrintArrStub.java
f1a4b42c6449159d278340e7ccf893d7f50eb628
[]
no_license
guys79/QA_Ass3Final
d2c52f93e3cc4c5549b4df4f2fd334cfece2b601
427ef550ca182856e29e8414b72d386af5dddd2f
refs/heads/master
2020-12-19T05:34:27.285250
2020-01-22T19:22:41
2020-01-22T19:22:41
235,634,951
0
0
null
null
null
null
UTF-8
Java
false
false
1,695
java
package System; /** * This interface represents a stub for printArr */ public interface IPrintArrStub { /** * In case the function simulates a null array */ default void nullPrintCase() { return; } /** * This function prints the numbers from 1 to 4 */ default vo...
[ "guys797@gmail.com" ]
guys797@gmail.com
02699ef52b771746bcdfbd12957722e2fab1a131
25e1fa3e7f58c8d0503030093888dc9c6540942e
/sap/src/java/com/sap/actions/EditarObjetivo.java
7ad05b41ac63b491713cc0e3d8ae7c5b89f35af6
[]
no_license
oscar7685/autoevaluacion-programas
20db4ad16db8eefd3042328549db023ae51706e3
087101cb15e7b5b2a854c2ea93c78c16b02a7bac
refs/heads/master
2016-09-05T15:09:05.349894
2015-02-19T19:16:22
2015-02-19T19:16:22
32,363,740
0
0
null
null
null
null
UTF-8
Java
false
false
1,584
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.sap.actions; import com.sap.ejb.ObjetivosFacade; import com.sap.entity.Objetivos; import com.sap.interfaz.Action; import java.io.IOException; import java.util.logging.Level; import java.util.loggi...
[ "oscar7685@gmail.com@1f778d08-6a24-237e-7ea0-1be564a80ae2" ]
oscar7685@gmail.com@1f778d08-6a24-237e-7ea0-1be564a80ae2
e7325f92535cf89ceaa684e5dffdea07541917a1
a1fe4ae073d6b51373a1a07f6e8cf057b851939d
/OnlineDating/src/online/dating/onlinedating/model/User.java
b6ce33d94dcb60cb3606413731124382e085184d
[]
no_license
rajatgupta0889/TomnJerry
e0ba3023b407597f051d50aa95588372e9cb1f83
3c13c24a5626dce9df109f0a15cf88853dd6598e
refs/heads/master
2018-11-07T16:12:18.123549
2015-01-30T19:15:15
2015-01-30T19:15:15
26,216,021
0
0
null
2018-08-28T06:28:48
2014-11-05T11:11:46
Java
UTF-8
Java
false
false
5,819
java
package online.dating.onlinedating.model; import java.util.ArrayList; import java.util.Arrays; import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject; import android.util.Log; public class User { String name; String email; String fbUserId; String gender; Double locationX, location...
[ "rajatgupta0889@gmail.com" ]
rajatgupta0889@gmail.com
4d1d15236b6b12ef607e097ba9bf49432d649f96
731858f90ab50adb6134d98d285b5a914ce33b39
/src/main/java/project/blacklist/model/Comment.java
9e754c662397b22d5701b0983495811b3bfc8293
[]
no_license
jovanhartono/blacklist
580b7da29efec0b02d65d4fa75ad473608597672
7bde2295244e076bd617f3068b304edbbf820abb
refs/heads/master
2023-08-15T16:42:02.509914
2021-10-18T10:36:09
2021-10-18T10:36:09
410,060,225
0
0
null
2021-09-30T14:37:47
2021-09-24T18:12:21
Java
UTF-8
Java
false
false
850
java
package project.blacklist.model; import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Data; import lombok.NoArgsConstructor; import javax.persistence.*; import javax.validation.constraints.NotNull; import java.time.LocalDateTime; @Data @Builder @NoArgsConstructor @AllArgsConstructor @Entity public ...
[ "jovanus@yahoo.co.id" ]
jovanus@yahoo.co.id
df940c82e5c81b924613461fe35564388e637b37
3c6f4bb030a42d19ce8c25a931138641fb6fd495
/finance-payment/finance-payment-api/src/main/java/com/hongkun/finance/payment/service/FinPlatformPaywayService.java
f754d23c98abcd1edfe56db2fed8ce2202f4be0a
[]
no_license
happyjianguo/finance-hkjf
93195df26ebb81a8b951a191e25ab6267b73aaca
0389a6eac966ee2e4887b6db4f99183242ba2d4e
refs/heads/master
2020-07-28T13:42:40.924633
2019-08-03T00:22:19
2019-08-03T00:22:19
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,456
java
package com.hongkun.finance.payment.service; import java.util.List; import com.hongkun.finance.payment.model.FinPlatformPayway; import com.yirun.framework.core.enums.PlatformSourceEnums; import com.yirun.framework.core.enums.SystemTypeEnums; import com.yirun.framework.core.utils.pager.Pager; /** * @Project : financ...
[ "zc.ding@foxmail.com" ]
zc.ding@foxmail.com
1dc710ff8f34481d842bf32685419441ef1caefe
171d98f4b1b08f68439911162c1b1c4ebc903c37
/src/main/java/com/example/musicstoredemo/SwaggerConfig.java
40327ddbcdaeb3b2e44efe87162ffd0d1c67f3a2
[]
no_license
MariyaChuchalina/music-store-demo
287e493a8b0e0bb754381509bd37128314906b36
56abe8a1e31898c9c4ca4d99a43832c69503b492
refs/heads/master
2023-07-13T13:50:09.520158
2021-08-23T09:55:47
2021-08-23T11:42:29
397,134,673
0
0
null
null
null
null
UTF-8
Java
false
false
1,005
java
package com.example.musicstoredemo; import com.example.musicstoredemo.model.catalog.items.Accessory; import com.example.musicstoredemo.model.catalog.items.Guitar; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import springfox.documentation.builders.Pat...
[ "mariya.chuchalina@gmail.com" ]
mariya.chuchalina@gmail.com
a4b4a841c7adfb48739ac64df354a04cf35dab1a
241b529e62cf8a75f4ca5e61404e476e9ca2cbee
/Printing N numbers in the same line with comma for every 3 value/Main.java
54d99583cdf5f8e2ae7ab0ce019f9ac72280cc7e
[]
no_license
hemadhurjaty/Playground
cbadd5caf767b0e144b52f871d5687088ef56425
f98148629d7ddb2d4e58bd6eb7afb9902524e54b
refs/heads/master
2021-06-28T08:18:46.653140
2020-11-16T12:43:15
2020-11-16T12:43:15
178,905,628
0
0
null
null
null
null
UTF-8
Java
false
false
163
java
#include <stdio.h> int main() { int i,n; scanf("%d",&n); for(i=1;i<=n;i++) { printf("%d",i); if(i%3==0 && i!=n){ printf(","); } } return 0; }
[ "49163946+hemadhurjaty@users.noreply.github.com" ]
49163946+hemadhurjaty@users.noreply.github.com
d897fe62589c6bd90c1fabc26197dd3612ab5ea5
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/31/31_36a9b73f53b7251483c606f3a773fac50b8452d9/DOMSelector/31_36a9b73f53b7251483c606f3a773fac50b8452d9_DOMSelector_t.java
f7a5479332c36b5704d49d7473a3ddc56de8c164
[]
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
40,474
java
/* * ============================================================================= * * Copyright (c) 2011-2012, The THYMELEAF team (http://www.thymeleaf.org) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * ...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
3a07e057d72564b4991c906dfb951b8b893edc68
f940121f2d9d4480933bd66756cbfebc7ce262b9
/src/main/java/com/storedobject/ui/util/AbstractContentGenerator.java
9bd603ec41cb76bfc89caa767e231ecd981346ed
[]
no_license
syampillai/SODevelopment
d91bda60293164335ccc05e5b1cf1b13ac529d15
b6fae246399742218bc932e3ad095a336084dcb1
refs/heads/master
2023-08-19T18:31:58.308741
2023-08-04T03:39:20
2023-08-04T03:39:20
379,995,889
3
0
null
null
null
null
UTF-8
Java
false
false
4,385
java
package com.storedobject.ui.util; import com.storedobject.common.IO; import com.storedobject.core.ContentProducer; import com.storedobject.ui.Application; import java.io.File; import java.io.FilterInputStream; import java.io.IOException; import java.io.InputStream; import java.util.Objects; import java.util.function....
[ "syam@engravgroup.com" ]
syam@engravgroup.com
41ab0b1868ff2cd001b5e3966d4c5fac99c67d35
24afd4676017ca0ee5de1e627fd4559869fc81f1
/src/main/java/com/liutaome/seki_mq/util/SpringContextInnerUtil.java
e581b04524469d496b01720199fde550f84ac4fb
[]
no_license
liutaome/seki-mq
1df70fb41e3ad1089b42cc6ca47c3f4c86cd0df9
f174c643919b4d0e59af3d933212d47ac778d74a
refs/heads/master
2020-03-19T01:05:59.425316
2018-05-31T02:46:10
2018-05-31T02:46:10
135,435,464
1
0
null
null
null
null
UTF-8
Java
false
false
3,096
java
package com.liutaome.seki_mq.util; import org.springframework.beans.BeansException; import org.springframework.beans.factory.NoSuchBeanDefinitionException; import org.springframework.context.ApplicationContext; import org.springframework.context.ApplicationContextAware; import org.springframework.stereotype.Co...
[ "liutao3@gomefinance.com.cn" ]
liutao3@gomefinance.com.cn
c355d62c3f9f6c834a508497de1a0b6601d672b9
df1c7d8471e63309491b98e6d6f03c7523491d6a
/behavior/observer/BinaryObserver.java
f4dbad042db1f9e5837580a63756833b18c3d714
[]
no_license
pvnhat/DesignPatternJava
fb1ebfb88eb1f3f1196968013dd14c57b7d5b7ee
915860db4376796a543c1993026ce612f1b609b1
refs/heads/master
2020-04-03T14:04:27.294465
2018-10-30T03:50:15
2018-10-30T03:50:15
155,310,797
0
0
null
null
null
null
UTF-8
Java
false
false
289
java
package observer; public class BinaryObserver extends Observer { public BinaryObserver(Subject subject) { mSubject = subject; mSubject.attach(this); } @Override public void update() { System.out.println("Binary String: " + Integer.toBinaryString(mSubject.getState())); } }
[ "vannhat3097@gmail.com" ]
vannhat3097@gmail.com
adcea66910f96f5cf62df2554ab7a04960d984ce
549ad5cc3d71b77ad938a9eae074cb6536da7533
/WebsiteParser02/src/app/ListLinks.java
22b9f9ff923497be64a33f953a47c13294f0cbcb
[]
no_license
CvetanG/SampleWork
1fd751839f319dae460c8a5d7a63f7e91bf29989
44c42f236c9373b64996743f28d2ec2b7163efb2
refs/heads/master
2021-01-01T03:58:03.126796
2016-10-20T17:44:55
2016-10-20T17:44:55
57,224,276
0
0
null
null
null
null
UTF-8
Java
false
false
1,543
java
package app; import org.jsoup.Jsoup; import org.jsoup.helper.Validate; import org.jsoup.nodes.Document; import org.jsoup.nodes.Element; import org.jsoup.select.Elements; import java.io.IOException; /** * Example program to list links from a URL. */ public class ListLinks { public static void main(String[] args) t...
[ "cgg@abv.bg" ]
cgg@abv.bg
68e16f4932ececd3d96f533539ee81faeedce20c
ee911e621f4367f813f8d24e248b9d0263f7aa1a
/app/src/main/java/com/tastes/content/Tag.java
016044d932026d0068241a1a53488d66169f04c3
[]
no_license
grep-services/tastes-android
a8f6540164f07e45bb8eda28236cb87f8e571a39
b3a05e5ebffda3f107254d59d1087deac3174091
refs/heads/master
2021-05-28T14:50:29.065027
2015-05-03T16:01:19
2015-05-03T16:01:19
26,577,820
0
0
null
null
null
null
UTF-8
Java
false
false
143
java
package com.tastes.content; /** * Created by marine1079 on 2015-02-06. */ public class Tag { public final static String HEADER = "#"; }
[ "marine1079@gmail.com" ]
marine1079@gmail.com
baa9f9cc1e959c770d20acc6a4e8b1ab1e8c7631
60e1f01d250cde0fdf48720271dc086534ad8307
/TeamCode/src/main/java/org/firstinspires/ftc/teamcode/components/ButtonPusher.java
7f620ebdd6419af0dba0ac1753d4405824efc26d
[ "BSD-3-Clause" ]
permissive
benorgera/4102-Robotics-Velocity-Vortex
0115374e568b012352c1ec6225e1009bcb3986e0
799cbd2060a179d4429e9b8315345212afcef1e3
refs/heads/master
2021-01-12T15:40:52.676673
2017-04-27T06:31:13
2017-04-27T06:31:13
71,848,112
0
1
null
2017-02-26T04:11:48
2016-10-25T01:38:22
Java
UTF-8
Java
false
false
1,020
java
package org.firstinspires.ftc.teamcode.components; import com.qualcomm.robotcore.hardware.Servo; import org.firstinspires.ftc.teamcode.utilities.Hardware; /** * Created by benorgera on 3/31/17. */ public class ButtonPusher { private Servo[] pushers; //left then right public ButtonPusher (Servo[] pushers)...
[ "benorg@me.com" ]
benorg@me.com
215bd706887e81a70eade4634ab76f752d8c5f35
494e79b7e7f00e5a12212271f4b14a0c9c0b0a98
/src/test/java/it/unicam/ids/c3/personale/CorriereTest.java
ddde49e9af3b4c68b3141ffdb8b7d3548b0e84cc
[]
no_license
ADE-IngegneriaDelSotware/C3_Code
d97cd8f6e6aa0515a90c16a034487c98a7df5c5d
b5fb3aeb97392353e89f8f99eea848d22f5a7e33
refs/heads/main
2023-03-28T12:43:05.268250
2021-03-02T15:05:04
2021-03-02T15:05:04
353,084,178
0
0
null
null
null
null
UTF-8
Java
false
false
1,963
java
package it.unicam.ids.c3.personale; import it.unicam.ids.c3.merce.Categoria; import it.unicam.ids.c3.merce.Merce; import it.unicam.ids.c3.merce.MerceAlPubblico; import it.unicam.ids.c3.vendita.MerceVendita; import it.unicam.ids.c3.vendita.StatoConsegna; import it.unicam.ids.c3.vendita.Vendita; import it.unicam.ids.c3....
[ "danielepelosi99@gmail.com" ]
danielepelosi99@gmail.com
6dd3c2c2546c88b619776377a4da41131666827a
2226ba2fa2d878810fb306f29ce4ffb794034843
/MyJavaProjects/MyParallelLessons/src/parallelOne/ExgrDemo.java
3004b25cc2cef97465970306d978d53cf145172b
[]
no_license
ManIsntFromSystem/MyJavaLessons
09006b30950cb2b67a9b561ba6da09a5acad61dc
a5fe90f961cf90a619c14c1f342881a3b707db06
refs/heads/master
2020-09-06T16:15:46.916995
2019-11-19T07:04:24
2019-11-19T07:04:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,723
java
package parallelOne; import java.util.concurrent.Exchanger; public class ExgrDemo { public static void main(String[] args) { Exchanger<String> exgr = new Exchanger<String>(); System.out.println("1"); new MakeString(exgr).run(); System.out.println("2"); new UseString(exgr).r...
[ "dimuch.logan@gmail.com" ]
dimuch.logan@gmail.com
e0129ea9bc7e505ed2fdecc28cf3f95e434b673a
098d725bd038b56ba40e2ca988e93c1b754fa7f3
/src/com/myrss/CategoryMgrAct.java
15c374811001e57a235bb6ccdcebac6fdb889f2c
[]
no_license
widerules/benmyrss
0a9ef156fb1ef7a24c046c1dba803ddf786bc368
00024ca3a39fad82d429d4e6c7cf75f105fc1128
refs/heads/master
2021-01-11T06:37:09.982890
2012-11-07T13:02:23
2012-11-07T13:02:23
41,127,838
0
0
null
null
null
null
UTF-8
Java
false
false
7,777
java
package com.myrss; import java.util.ArrayList; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Map.Entry; import com.myrss.model.Category; import com.myrss.util.DBHelper; import com.myrss.util.MyAdapter; import android.app.Activity; import android.app.AlertDial...
[ "jiangwenx@gmail.com" ]
jiangwenx@gmail.com
fbedce48fe22e613817c597dc7a74a43ed1c6161
314f17f60baf9f2faa1720cb9e6e5dc1d733a97e
/.svn/pristine/4f/4ffc9278f232b7d0807b48fcfee403ae3440e99d.svn-base
4e7b2a3a6e6404e48093d33bd6ad341431a4fd58
[]
no_license
lc4t/payment
8a18d08cb65b778bff48a36e86c3412324159fc0
9cfd839ef92b74594259b1a6d3737e11ce4e441e
refs/heads/master
2020-03-31T07:15:31.731886
2017-05-23T05:15:15
2017-05-23T05:15:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
871
package noumena.payment.googleplay; import java.util.Vector; public class GooglePlayParams { public static final String SIGNATURE_ALGORITHM = "SHA1withRSA"; public static final String GOOGLEPLAY = "GooglePlay"; private Vector<GooglePlayParamApp> apps = new Vector<GooglePlayParamApp>(); public Vector<Google...
[ "you@example.com" ]
you@example.com
03f221f8da9f8c81247ff82d28bde3b29e994010
092064d0539cfd759cb5e81338b8101f8ce34f9b
/src/java/tan/jam/model/company/americaneagle/CredentialsForAmericanEagle.java
61776fa6bc716a8744c84d55c9b5457563ad1b9a
[]
no_license
Azizullah444/WGFINANCING
e4d6c5e5fddf053f0df91dd350f8dcaf5faaddbd
23b06814a0c3aa32d29ae1ed648ebeb9d67323cb
refs/heads/master
2021-01-20T20:56:29.439028
2015-09-17T22:52:04
2015-09-17T22:52:04
42,686,237
0
0
null
null
null
null
UTF-8
Java
false
false
3,144
java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package tan.jam.model.company.americaneagle; import java.util.List; import tan.jam.company.utils.FileUtils; /** * * @au...
[ "azizullah@192.168.1.8" ]
azizullah@192.168.1.8
27ecc9bf59a18e3404bc1c1855949fe7dd867cc2
5d556bcc27b7ae314ca35303ddf8263f452aaf58
/fw-core/src/main/java/com/aicent/fw/common/service/BaseService.java
20702414635951d2227bd04d2c634ab7182c442d
[]
no_license
larry2722/fw
50c889da12d9ee168e223aa1b8cb8812255101c6
50dfb41ae26e6ab0f9872ef4e007dacb77849288
refs/heads/master
2021-01-18T21:28:49.566055
2014-02-18T05:31:57
2014-02-18T05:31:57
null
0
0
null
null
null
null
UTF-8
Java
false
false
699
java
/** * Copyright: Copyright (c) 2014 * Company: LuckyStar Common Freamwork * @author: Larry.Li * @version: v1.0.0 * Create Date: 2014年1月23日 下午8:30:14 */ package com.aicent.fw.common.service; import java.io.Serializable; import java.util.List; import com.aicent.fw.common.entity.AbstractEntity; p...
[ "libin2722@sohu.com" ]
libin2722@sohu.com
986e2e988572a272817ed46592d9f894a5a5afe1
b8e86f17b7409ceedb203f48f007634c7b8ee16d
/src/main/java/com/minchev/plantlab/interceptors/PageTitle.java
81b0ed218c1a4102ffb91aa4961678fdfa6cf85e
[ "MIT" ]
permissive
gminchev1982/PlantLab
5e0e2dd36e9c569f6f5dbdf07dc416c2b0c29ec7
9c94aa5d1ab8013ac83ea9d8a304f5b679ca2cc3
refs/heads/master
2020-05-09T22:04:10.076935
2019-08-18T19:55:54
2019-08-18T19:55:54
181,457,988
0
0
null
null
null
null
UTF-8
Java
false
false
334
java
package com.minchev.plantlab.interceptors; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.METHOD) public @interface PageTitle { String value() ...
[ "georgi.minchev@gmail.com" ]
georgi.minchev@gmail.com
12d9cc491c3a0159d9be1bf133e5c2352fefef3e
271b9ff8781aa860b62b12bb58db7e567065d059
/Homework/src/task7/Animals.java
48f5439df554684bbaeafbaf9d36650a9fc71eee
[]
no_license
SlavikTymchyshyn/HomeWorkJavaCore
dda9a536e2d288b328e96c1e47f8896b18915eff
ee855d85339a213f4158ce83ad3001dc8ac18716
refs/heads/master
2021-01-10T15:42:31.959316
2016-03-04T23:24:43
2016-03-04T23:24:43
53,170,178
0
0
null
null
null
null
UTF-8
Java
false
false
333
java
package task7; public class Animals { private String kind; public Animals(String kind) { this.kind = kind; } public String getKind() { return kind; } public void setKind(String kind) { this.kind = kind; } @Override public String toString() { return "Animals [kind=" + kind + "]...
[ "sleshnfs01@gmail.com" ]
sleshnfs01@gmail.com
9ecf7c03865ed7cc1e3239eeb2eb9c74425ff0d2
afbd7ca54dbe6640587979f2a1c8233d7fd503f1
/src/main/java/com/recklessmo/model/security/DefaultUserDetails.java
d4a619bb072ce69f49f24214ae37755a2b60e56f
[]
no_license
recklessMo/backend
bece811873f9c29312915dd88b243bbf31ab03f9
30bfc7899e681bf1bb49115443113e1fd1d0d820
refs/heads/master
2021-01-19T00:49:14.338076
2018-06-24T13:35:10
2018-06-24T13:35:10
73,255,609
0
0
null
null
null
null
UTF-8
Java
false
false
2,044
java
package com.recklessmo.model.security; import org.springframework.security.core.GrantedAuthority; import org.springframework.security.core.userdetails.UserDetails; import java.util.Collection; import java.util.List; /** * Created by hpf on 6/12/16. */ public class DefaultUserDetails implements UserDetails{ pr...
[ "hupengfei@ruoshui.me" ]
hupengfei@ruoshui.me
bfcd4ad214006323604ecab1930d0f88a15a0145
a13a500da11148d2e5360e424c03bd7a721f3713
/src/main/java/ch/gry/myjavaee7project1/musicshelf/common/control/EntityNotFoundException.java
4f2d5b797229f5f04db3a30f6ea4b6a52361bf8b
[]
no_license
why-y/my-javaee7-rest-api
7be31f241ef352bae918634a8a65fd464b17c5e1
69cb6323948055282a4f03425b474e7d74fed9d1
refs/heads/master
2020-12-11T22:18:20.597741
2016-04-17T07:37:16
2016-04-17T07:37:16
43,366,228
0
0
null
null
null
null
UTF-8
Java
false
false
384
java
/** * */ package ch.gry.myjavaee7project1.musicshelf.common.control; /** * @author gry * */ public class EntityNotFoundException extends Exception { private static final long serialVersionUID = 1L; public EntityNotFoundException(String message, Throwable cause) { super(message, cause); } public EntityN...
[ "why-y@gmx.net" ]
why-y@gmx.net
801c635715cc0daf4aea9fbacc99bf8f14c8017a
1767bfac7bc817080d6afa8b830ad20a3ad9b178
/exercicios/src/fundamentos/ConversaoNumeroString.java
eab10a09971c6beb9783dedde58470bde159c0db
[]
no_license
Marimonbert/Curso-Java-com-EclipseIDE
13938925956ad0d11e12cc67a25aae4f0403dfc4
bb3e6760b131d0cdb2545f57d7a78cc55a9ee86c
refs/heads/main
2023-06-12T10:53:03.477035
2021-05-16T21:59:58
2021-05-16T21:59:58
367,971,747
2
0
null
null
null
null
UTF-8
Java
false
false
262
java
package fundamentos; public class ConversaoNumeroString { public static void main(String[] args) { Integer num1 = 10000; System.out.println(num1.toString().length()); int num2 = 10000; System.out.println(Integer.toString(num2).length()); } }
[ "marimonob@gmail.com" ]
marimonob@gmail.com
a59c1b2df5c9f690d38a0e6b3da8479325305873
7f298c2bf9ff5a61eeb87e3929e072c9a04c8832
/spring-aop/src/main/java/org/springframework/aop/framework/AbstractSingletonProxyFactoryBean.java
7dfaee8235555bafe6e81dd50d211d754d2c6778
[ "Apache-2.0" ]
permissive
stwen/my-spring5
1ca1e85786ba1b5fdb90a583444a9c030fe429dd
d44be68874b8152d32403fe87c39ae2a8bebac18
refs/heads/master
2023-02-17T19:51:32.686701
2021-01-15T05:39:14
2021-01-15T05:39:14
322,756,105
0
0
null
null
null
null
UTF-8
Java
false
false
8,256
java
/* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
[ "xianhao_gan@qq.com" ]
xianhao_gan@qq.com
c938dec60f0159bf78b2f861fbdc2a0bdf3bd0c9
39bf0b411d94ecbd8be5370cc8f106782523463e
/aliyun-java-sdk-scsp/src/main/java/com/aliyuncs/scsp/model/v20200702/GetEntityRouteListResponse.java
2ff2014aebbba94cfa25bfc5ca483edce5f97701
[ "Apache-2.0" ]
permissive
15022515596/aliyun-openapi-java-sdk
cdde8fa03d414841187e0c2817e7694c80bab14e
cddaed401d41d15f30685891c173b861af4b6374
refs/heads/master
2023-03-23T10:01:06.951652
2021-03-21T08:34:12
2021-03-21T08:34:12
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,896
java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
7cacaf1532df7cd7ee90747564448cf1ed45eaf4
92029ee3efee26a310d0265c21973af456fea6d1
/src/main/java/com/tele2test/dao/AppRoleDAO.java
20b774163339a5a92b7f46225716252185c127c7
[]
no_license
HappyRomio/chat2
dabc34e77e626a422dadb7f1e820bb1adf699147
faa1864e3a2ac1a3caaa3bd0c026d090760aae4e
refs/heads/master
2022-02-06T00:44:32.827065
2020-02-17T12:58:05
2020-02-17T12:58:05
241,236,831
0
0
null
2022-01-21T23:38:03
2020-02-18T00:25:10
Java
UTF-8
Java
false
false
241
java
package com.tele2test.dao; import com.tele2test.entity.AppRole; import org.springframework.data.repository.CrudRepository; public interface AppRoleDAO extends CrudRepository<AppRole, Long> { AppRole findByRoleName(String roleName); }
[ "maltsevroma@rambler.ru" ]
maltsevroma@rambler.ru
98ef60879f07b9962694bb8064d1be4cc5f966df
a70932bd4d4829b1a4c35d0103dd7f62e21c933b
/src/model/NodeInfo.java
dec25598607d7605bb2562f653a9ec9239ca4c1e
[]
no_license
njubatyrov/DIAS-visualization
b6f68f586f3ea739805ec63eb1630204dbafa5a4
b0ec73e3d8abfb4c55690e1cce46c93de8f61c7a
refs/heads/master
2021-01-23T10:34:25.686256
2018-03-29T21:02:20
2018-03-29T21:02:20
102,617,062
0
0
null
null
null
null
UTF-8
Java
false
false
3,576
java
package model; /** * Node information for a specific node in a specifing epoch; * * @author jubatyrn */ import java.util.ArrayList; import com.fasterxml.jackson.annotation.JsonProperty; public class NodeInfo { private int id; private int epoch; private double avg; private double sum; pr...
[ "nursultanmktl@gmail.com" ]
nursultanmktl@gmail.com
efe6456d5f625143eae008da46c222b5b047973d
76c0f4efed41fcdfc727cdc4b6adf74e2b0302c8
/src/fr/ac_versailles/crdp/apiscol/RequestHandler.java
48ff3f2340b6649ead97329d1fbbf10912dd0115
[]
no_license
crdpacversailles/apiscol-commons
3d47a180ccf4599fcb0cb7a753375f2cf00bf096
703f353bf1c5242e7c719b666bf85e65372695cf
refs/heads/master
2021-01-21T21:39:41.500752
2013-07-08T13:56:51
2013-07-08T13:56:51
10,762,563
0
3
null
2016-05-05T04:50:28
2013-06-18T12:17:02
Java
UTF-8
Java
false
false
691
java
package fr.ac_versailles.crdp.apiscol; import javax.servlet.http.HttpServletRequest; import javax.ws.rs.core.MediaType; public class RequestHandler { public static String extractAcceptHeader(HttpServletRequest request) { return request.getHeader("accept").trim().toLowerCase(); } public static String convertFo...
[ "joachim.dornbusch@crdp.ac-versailles.fr" ]
joachim.dornbusch@crdp.ac-versailles.fr
100088c97fd00a78f8519b4584477e9f5a1fed39
c24e883bba5235840239de3bd5640d92e0c8db66
/activite/src/main/java/com/smart/website/activite/SmsBasicGiftsEntityPK.java
22807c49e2474eab2bbeb7d82b9cc31ef88d2884
[]
no_license
hotHeart48156/mallwebsite
12fe2f7d4e108ceabe89b82eacca75898d479357
ba865c7ea22955009e2de7b688038ddd8bc9febf
refs/heads/master
2022-11-23T23:22:28.967449
2020-01-07T15:27:27
2020-01-07T15:27:27
231,905,626
0
0
null
2022-11-15T23:54:56
2020-01-05T11:14:43
Java
UTF-8
Java
false
false
1,103
java
package com.smart.website.activite; import javax.persistence.Column; import javax.persistence.Id; import java.io.Serializable; public class SmsBasicGiftsEntityPK implements Serializable { private int storeId; private long id; @Column(name = "store_id", nullable = false) @Id public int getStoreId(...
[ "2680323775@qq.com" ]
2680323775@qq.com
cd9afed614f5410e8e0bb75587c0458fd405bd1f
2b40d55e06270926fcae044043ae5beb95d74f3c
/actividades/prog/files/java/mil-ejemplos/darwin/database/User.java
59d424fc652180b15e825f37693ba4196b18535d
[ "BSD-2-Clause", "CC0-1.0", "CC-BY-SA-3.0" ]
permissive
jsuabur/libro-de-actividades
15af2318407420b5cd81f4c4bc8a8371ee0c1eee
2941e34a5112962403d965e53435951981652503
refs/heads/master
2020-04-07T16:40:10.388462
2018-11-21T11:25:44
2018-11-21T11:25:44
158,537,991
0
0
CC0-1.0
2018-11-21T11:30:22
2018-11-21T11:30:22
null
UTF-8
Java
false
false
5,758
java
package database; // package jabadot; import java.util.Date; /** Represents one logged in user */ public class User implements java.io.Serializable { private static final long serialVersionUID = 5394392565088707959L; // #name:password:name:email:City:Prov:Country:privs /** The login name */ protected String...
[ "dvarrui@gmail.com" ]
dvarrui@gmail.com
9d5b6e7cf98808d02407ee6ee3183c83aa42787e
efa1fe6ad711b09427df277eddce191375ff7da4
/src/main/java/com/github/rhacoal/skylink/plug/defaultimpl/MySQLConnector.java
dcc913fb8cc94af8ef4831ab32643a54c11de9ea
[ "Apache-2.0" ]
permissive
Rhacoal/Skylink_Friendly
d42cc229e27162fd90825080036aec8165ec362a
65fcdc5d33cf793c2cc090440302dc57b074d9f7
refs/heads/master
2021-01-10T15:27:22.954941
2016-02-02T13:59:43
2016-02-02T13:59:43
50,512,277
0
1
null
null
null
null
UTF-8
Java
false
false
3,165
java
/* * Copyright 2016 Rhacoal. * * 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 agr...
[ "" ]
f562e54f0f0f955f0bf5feca45463d20c6a5bcfd
2880d1197800f71a494e51695584b3766880af88
/src/main/java/br/com/tecnotads/tecnotads/repository/ItemVendaRepository.java
4f2afe382ab7ca0ba54eff41d9d347e0af2c52e4
[]
no_license
vssouzaa/tecnotads
d50f878dcd65da29b181e597e0984df04d8b7bf9
0604356aa25a3f00ef444eceef2e37250ae195ab
refs/heads/master
2023-05-06T08:32:18.105491
2021-05-25T03:07:55
2021-05-25T03:07:55
369,952,168
0
0
null
null
null
null
UTF-8
Java
false
false
391
java
package br.com.tecnotads.tecnotads.repository; import java.util.List; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; import br.com.tecnotads.tecnotads.domain.entity.ItemVenda; @Repository public interface ItemVendaRepository extends JpaRepository<Item...
[ "victors.souza@hotmail.com" ]
victors.souza@hotmail.com
71120845bba1f70384161b5dc7f058586c35db37
88edc9fdc7227b0b1718d929eb2ef652802d08f4
/curso-java-basico/src/com/poli/cursojava/aula35/Calculadora.java
7df8791a73a046d55b8b289f866550462ab04865
[]
no_license
PolixeniaCorreia/JavaBasico
36040ba2da94497780dc2fba4b58e6fb877f60f1
0314e1f2c53fa2f2e9678afa69a653121afaad98
refs/heads/master
2020-08-30T10:38:33.988853
2019-12-03T18:16:04
2019-12-03T18:16:04
218,344,931
0
0
null
null
null
null
UTF-8
Java
false
false
365
java
package com.poli.cursojava.aula35; public class Calculadora { public static int fatorialNaoRecursivo(int num) { if(num == 0) { return 1; } int total = 1; for(int i = num; i > 1; i--) { total *= i; } return total; } public static int fatorial(int num) { if(num == 0) { return 1; ...
[ "polixeniacorreia@gmail.com" ]
polixeniacorreia@gmail.com
227ef3ea2e2211acd17bbec16e9ca97b441042e6
3de3651ffd44ef42c47a84be57d891a18248ddeb
/Lesson7/Client/src/main/java/Client.java
3533c45bfddd4c22201fa0926611f59774a8f30f
[]
no_license
BaranovaElena/JavaCoreAdvanced
0494ce8fb203e2d08eb19176370193e48d94c988
e42179d36cbb5753919525fed42d9c3bf848853f
refs/heads/main
2023-03-08T22:41:39.073457
2021-03-14T09:47:32
2021-03-14T09:47:32
334,398,786
0
0
null
2021-03-14T09:47:34
2021-01-30T11:41:51
Java
UTF-8
Java
false
false
4,137
java
import java.io.*; import java.net.Socket; public class Client { private Socket socket; private DataInputStream in; private DataOutputStream out; private Callback<String> callOnMsgReceived; private Callback<String> callOnChangeClientList; private Callback<String> callOnAuth; private Callback...
[ "baranovaeaa@yandex.ru" ]
baranovaeaa@yandex.ru
e60c719e0023ee648083707716678e0279eb2826
e7a6d8a81a045bb49565868cd587fd005cf21b64
/src/main/java/it/polimi/ingsw/ps16/server/model/message/infomessage/InfoMessage.java
62265c440c1f5e952cf852a25302f2a243b1c486
[]
no_license
GiovanniGianola/Aleph-CouncilOfFour
ea323b72bdaae977d6706a79e12251de3cae7237
55e04d759c5b64573a183ebc2f9f9ce8a10957ca
refs/heads/master
2022-12-28T16:11:05.541489
2020-05-07T16:52:58
2020-05-07T16:52:58
262,107,367
0
0
null
2020-10-13T21:48:46
2020-05-07T16:51:09
Java
UTF-8
Java
false
false
938
java
/***************************************** * * * Council Of Four * * * * Software Engineering Project * * * * Politecnico di Milano * * * * Academic Year: 2015 - 2016 * * * * Authors: Gianola Giovanni * * Leveni Filippo * ...
[ "10451768@polimi.it" ]
10451768@polimi.it
fcacbe46cb0ce7a6c238cacdf264a576ec6c33c2
f6688a80624042004f911464a67541c032c1e09a
/src/com/example/haodoucai/MainActivity.java
5c21d44791b20621675f672c38f9fee6f4076206
[]
no_license
hanmichael/-
b938d72fd060a957c1f5a086506d186e3f94004c
3416a1e400b4b4047000e93a7d0470e4d03fb15c
refs/heads/master
2021-01-10T11:05:01.516835
2015-10-07T09:31:12
2015-10-07T09:31:12
43,806,466
0
0
null
null
null
null
UTF-8
Java
false
false
513
java
package com.example.haodoucai; import android.os.Bundle; import android.app.Activity; import android.view.Menu; public class MainActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); } @Override ...
[ "478270575@qq.com" ]
478270575@qq.com
8c966e55b13b1d58ef0be1485fd13f183f0634d8
edc96a89b24df2dbbca7d99fd156dc03e789f738
/app/src/main/java/com/example/user/gamearticlesmenu/DownloadTask.java
8bb10525935e0c5948f9e284a44758fe7899ab99
[]
no_license
kenta12357/android_GameSummary
a4125f6e7600e7b31d2f47ab6bcf45bfb5f9a512
8a8399607559e8dfa8c8bdf9b96f1c5b7f74b4ad
refs/heads/master
2020-11-23T23:16:08.812209
2019-12-13T14:41:58
2019-12-13T14:41:58
227,859,765
0
0
null
null
null
null
UTF-8
Java
false
false
4,770
java
package com.example.user.gamearticlesmenu; /** * Created by Kenta on 2018/02/13. */ import android.content.Context; import android.net.ConnectivityManager; import android.net.NetworkInfo; import android.os.AsyncTask; import android.util.Log; import java.io.IOException; import java.io.InputStream; imp...
[ "kenta12357@gmail.com" ]
kenta12357@gmail.com
3dcaaa0eef4bbca66f48604d446cb81021ef09fe
3b3274f85abd162f7dbb1fe7a4c13ef48bec864b
/src/main/java/com/rest/itau/UserController.java
31f9f591f42063c143457cd7086fba7c19a45815
[]
no_license
dannielz/itau-rest-server
05bcbb0a589da9c9a2451b42efa8a27caef50ee3
7cc9917adbbef82110ff4bba46ac6180e992968a
refs/heads/master
2020-03-23T19:55:15.954853
2018-07-23T18:40:38
2018-07-23T18:40:38
141,939,120
0
0
null
null
null
null
UTF-8
Java
false
false
571
java
package com.rest.itau; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; @RestController @Reque...
[ "d.dias@korth.com.br" ]
d.dias@korth.com.br
605df0a60e2a1c8f4b5d8f781a987bdbf281c261
d88f642234e8f803e0329e2dd4a2443fae559c66
/src/main/java/main_package/Creators/PushCreator.java
c355a31b9c24c0a722acc91c56a52ccb5ca45e23
[]
no_license
ElegantCone/Stack-Calculator
10c2f9e3fdc3acb96a58398452c1549a72efcd05
36aac31b6714091096c89e8c39898713f0e49172
refs/heads/master
2022-10-18T10:27:55.410271
2020-03-26T13:26:25
2020-03-26T13:26:25
248,432,545
0
0
null
2022-10-05T19:45:13
2020-03-19T06:57:56
Java
UTF-8
Java
false
false
167
java
package main_package.Creators; import main_package.Operations.Pusher; public class PushCreator extends Creator { public Pusher create(){ return new Pusher(); } }
[ "elegantcone@gmail.com" ]
elegantcone@gmail.com
a39897813020953ecc406f5b7421ea3806d5ad85
e47be12dc8c779fd2027859fab008c4df2aa29c4
/SpringBoot/src/main/java/com/capstone/springboot/domain/BaseTimeEntity.java
7ca95feb1a0bf00766060be6858d5e60692e875e
[]
no_license
EarlyHail/Capstone
95d4017ea32df7051eca7072bc603a7b2241dc00
ffa4af788548d2e1287b6f33b2794080f3839510
refs/heads/master
2022-11-05T17:47:46.097040
2020-06-19T11:08:57
2020-06-19T11:08:57
268,109,989
0
4
null
2020-06-19T10:54:12
2020-05-30T15:43:46
HTML
UTF-8
Java
false
false
607
java
package com.capstone.springboot.domain; import lombok.Getter; import org.springframework.data.annotation.CreatedDate; import org.springframework.data.annotation.LastModifiedDate; import org.springframework.data.jpa.domain.support.AuditingEntityListener; import javax.persistence.EntityListeners; import javax.persisten...
[ "hojin5633@gmail.com" ]
hojin5633@gmail.com
847a36e89ba08cfc0526a0a83b6cc689c96ce0b8
4e66aaadb1f778d424ff7c6dbad180337eabca64
/src/main/java/com/edu/poli/proyecto/model/Rol.java
a4f117db634e87c480a4d7ae8a1c009dc6bcc72a
[]
no_license
odrugees/Proyecto_Web
604ba14d2c4cacdbac5183b18c5e3b2e28f252b6
1bf5ddc075dea79015a68a67603de58e3ca111ee
refs/heads/master
2023-05-25T12:27:58.834892
2021-05-28T23:07:46
2021-05-28T23:07:46
359,237,273
0
0
null
2021-05-28T23:07:46
2021-04-18T19:41:34
Java
UTF-8
Java
false
false
1,162
java
package com.edu.poli.proyecto.model; import java.util.Set; import javax.persistence.*; import com.fasterxml.jackson.annotation.JsonIgnore; @Entity @Table(name = "rol" ) public class Rol { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Integer rolId; private String rolNombre; private String...
[ "odrugees@poligran.edu.co" ]
odrugees@poligran.edu.co
b22d206af81dd8a84b7fb4b1601dab70f958837c
965ecacc15e05faf2cede20a40eff3967b7e7547
/src/main/java/com/zipdoc/hb/dao/MemberDAO.java
e939fb3ec9a07c662f8f7b9bed86ce7e90dd3d8b
[]
no_license
YoungWookCho/spring-zipdoc
5769b57aa27895f38845dedb058eaf8aa351bd81
bf131a7a5205dc7e4f5adcfb1b89b427ad951f77
refs/heads/master
2021-01-11T14:25:54.360214
2017-02-14T02:36:46
2017-02-14T02:36:46
81,412,831
0
0
null
null
null
null
UTF-8
Java
false
false
1,128
java
package com.zipdoc.hb.dao; import java.util.HashMap; import java.util.Map; import org.apache.ibatis.session.SqlSession; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Repository; @Repository public class MemberDAO { @Autowired private SqlSession ...
[ "young1596" ]
young1596
7c1a7a73b0d0bfa191615299263cf9e9662c1894
811fb8f15de7d83643c099e389dfaca1f2bc4bf4
/OneToOneSharedPrimaryKey/src/main/java/com/totemtec/repository/VehicleRepository.java
bd1d64421ba2bf9e896ea0f8c4cd016b557663e4
[]
no_license
totemtec/Hibernate-JPA
c1e4a9e70d50a6995b2bc59d4716a117fad8f57a
f9aab5e3aec9388d16982a203abbb23f1c68d84f
refs/heads/master
2022-11-11T20:09:19.620401
2020-06-30T15:27:09
2020-06-30T15:27:09
275,317,315
1
0
null
null
null
null
UTF-8
Java
false
false
464
java
package com.totemtec.repository; import com.totemtec.entity.Vehicle; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Query; import org.springframework.stereotype.Repository; import java.util.List; @Repository public interface VehicleRepository extends JpaR...
[ "majianglin@totemtec.com" ]
majianglin@totemtec.com
c9ccfe92d7a035450e7e1e95255db2c4e4425951
1ada05b799d63ec42ea48dab40a45e966127fb82
/src/main/java/com/ds/backup/AddNumber.java
c133fe7d30a5450cd715d7a642e9a591a2724b60
[]
no_license
AdityaGaurav/DataStructureAndAlgorithms
2985dca2c6bf4b286bb5fcbe82257f247e8f997c
ceac2e0cf975d8f1dba6db3d0a813ecdf3a8f13d
refs/heads/master
2020-03-19T08:41:52.536186
2018-06-16T18:48:28
2018-06-16T18:48:28
136,227,988
0
0
null
null
null
null
UTF-8
Java
false
false
495
java
package com.ds.backup; public class AddNumber { //static int sum; static int getSumOfNumber(int[]nums, int length){ if(length== 1){ return nums[0]; } else { int sum; sum = nums[length-1]; return sum+ getSumOfNumber(nums, length-1); ...
[ "aditya.smit@gmail.com" ]
aditya.smit@gmail.com
88079b33713b0e5cb02ea0a1d439e5b6f2eed6cb
f1979f8a612b763f009baa509f304c2a19ffe739
/level3/src/main/java/com/alxgrk/level3/Level3Application.java
39ca94248276d1659520d926ed02d4889b9c3898
[ "Apache-2.0" ]
permissive
alxgrk/bachelorarbeit
4c16e61722af04e9bf4d0114fc210febb4a47687
6f967d1a3d4746bd5bf710d74805b46093176f54
refs/heads/master
2021-08-09T00:17:50.037545
2017-11-09T10:22:14
2017-11-09T10:22:14
104,808,536
0
0
null
null
null
null
UTF-8
Java
false
false
6,342
java
package com.alxgrk.level3; import java.io.IOException; import java.time.LocalDateTime; import java.time.Month; import java.util.Arrays; import javax.servlet.Filter; import javax.servlet.FilterChain; import javax.servlet.FilterConfig; import javax.servlet.ServletException; import javax.servlet.ServletRequest; import j...
[ "alexander.girke@mercateo.com" ]
alexander.girke@mercateo.com
d0dfda8fe0bbc9657ad0105989cc332d30a6624f
4055e5e3da26ba9955d91a381938a70bc5aafa4b
/Stationery/src/com/wabacus/system/dataset/update/precondition/AbsExpressionBean.java
4d27ca204d7b0803a97d614dda3316972cfc6921
[]
no_license
xiciliu/Stationery
b2eb55bc5246e774e242db465c7a10b8b64aa349
738159fffb30a84c82a25975d3acd6c66225d5b3
refs/heads/master
2021-12-13T01:22:07.531961
2017-03-09T13:18:07
2017-03-09T13:18:07
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,493
java
/* * Copyright (C) 2010---2014 星星(wuweixing)<349446658@qq.com> * * This file is part of Wabacus * * Wabacus is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or...
[ "1299615504@qq.com" ]
1299615504@qq.com
740d5d9918081e31abe63c5a1faa71a9ef070b65
73b5d7002c436f26dd8dcba8193d58a74bfc1f2e
/linkedList/DeleteDuplicates.java
d701e6671062756882f9be023b1f1b49072b3538
[]
no_license
wljyes/leetcode_programing
8baeefab46e08754d8384e4adbfdf054a805b2be
43d01dee1109c43be9b8e03bd65fda3493e411e4
refs/heads/master
2022-11-12T05:38:17.297268
2020-07-07T04:56:56
2020-07-07T04:56:56
277,423,471
0
0
null
null
null
null
UTF-8
Java
false
false
868
java
package linkedList; public class DeleteDuplicates { public ListNode deleteDuplicates(ListNode head) { //哑节点 ListNode dummy = new ListNode(0); dummy.next = head; ListNode first = dummy; ListNode second; while (first.next != null) { boolean fl...
[ "1757280079@qq.com" ]
1757280079@qq.com
87ed97bc690ebdb8d7942920f19efbc8300e7adc
a57d56231f382ffcccea17cd91a421090e26f2f6
/src/main/java/beer/hapibrew/beerxml2proto/proto/Style.java
1cec8df4f83e3601ef69b98d650f46c570b6e94f
[ "MIT" ]
permissive
zokipirlo/beerxml2proto
fcbceabb9087fc763e57c3449bb128b4c316c646
eb3b0d5918d5c142d6e60fcefb91e9fe8cde3960
refs/heads/master
2021-01-18T21:07:58.788711
2017-04-05T14:19:10
2017-04-05T14:19:10
87,010,259
0
0
null
null
null
null
UTF-8
Java
false
false
20,057
java
// Code generated by Wire protocol buffer compiler, do not edit. // Source file: beer.proto at 45:1 package beer.hapibrew.beerxml2proto.proto; import android.os.Parcelable; import android.support.annotation.Nullable; import com.squareup.wire.AndroidMessage; import com.squareup.wire.FieldEncoding; import com.squareup.w...
[ "zoki@Zokis-MacBook-Pro.local" ]
zoki@Zokis-MacBook-Pro.local
1732a93ddd659802d7d7ee1093c29fbc3dcc326f
b70ef58c78a3867089d627b4eafed99647048998
/Java/src/main/java/annees/annee2019/jour10/Asteroid.java
662c41e3ac48b7db70dd0518b1de7217a14f2a2c
[]
no_license
Landalvic/advent-of-code
310cf9ffa705535f9a9ee0573670710ac0da84d4
c6611c4dc5d72364da16923d2efcc23e306ef1cf
refs/heads/master
2021-12-31T20:25:16.909555
2021-12-19T15:11:55
2021-12-19T15:11:55
162,293,267
0
0
null
2021-12-01T17:58:36
2018-12-18T13:34:36
Java
UTF-8
Java
false
false
1,537
java
package annees.annee2019.jour10; import java.util.List; import java.util.stream.Collectors; import commun.Position; public class Asteroid { private Position position; private Integer vision; public Asteroid(Position position) { super(); this.position = position; vision = null; } public int calculerVisi...
[ "cazorla.julien@gmail.com" ]
cazorla.julien@gmail.com
d59af710c9e99dabef21204720bb167d609bdb11
c90a5dc2fe138efd9fab3e2fd5a515d830092573
/solution/Countdown.java
92ec7ac608ddbe0ff8123e13679453b6424d74ea
[]
no_license
bastienapp/dojo-countdown
88c1418cd57c9426d3360a269ef7e9e92a819b33
8fed38826fead1fafc0c0f4f801d1b4979193195
refs/heads/master
2022-08-06T03:04:28.671916
2018-11-06T11:04:17
2018-11-06T11:04:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
147
java
class Countdown { public static void countdown(int x) { System.out.println(x); if (x > 0) { countdown(x - 1); } } }
[ "bastien_krettly@wilder.school" ]
bastien_krettly@wilder.school
f607111d02134691fb99bf2de0e358c717bd1903
1d20595d53e55b67af3ca25bb71112688118b56b
/src/main/java/com/sdau/student/StudentSpringboot2Application.java
cbbdc73ab49ec0e478e8d18a7b13b079ecd3e173
[]
no_license
klsfct/student-springboot3
a686af647465ca35c1c6f2eb95d86539b1b66272
049cfe95aa3ac849072ed9e8e878a87ce02ea5a4
refs/heads/master
2022-07-05T15:16:59.318571
2019-12-11T01:55:29
2019-12-11T01:55:29
227,013,243
4
0
null
2022-06-21T02:25:04
2019-12-10T02:38:37
JavaScript
UTF-8
Java
false
false
332
java
package com.sdau.student; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class StudentSpringboot2Application { public static void main(String[] args) { SpringApplication.run(StudentSpringboot2Application.class, ...
[ "742512055@qq.com" ]
742512055@qq.com
3656506dc711e95c28fd29b88cc34151e8ea75ca
5f4e7b18c82bca2f3f8ff944a5b0ef31aaf5248e
/hapi-fhir-structures-dstu2/src/test/java/ca/uhn/fhir/util/PatternMatcher.java
cf126c64ee782d7e172656b5be0c5ac8b376fc75
[ "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
shayaanmunshi/hapi-fhir
1e080ac18393f43cbe069229b674a34dd42a6535
be07ebc4ef73feb776192cc7ce91d95fde466d8d
refs/heads/master
2021-06-30T18:53:51.655542
2017-09-21T12:33:20
2017-09-21T12:33:20
201,999,525
1
0
Apache-2.0
2019-08-12T19:55:49
2019-08-12T19:55:49
null
UTF-8
Java
false
false
1,927
java
package ca.uhn.fhir.util; import java.util.regex.Pattern; import org.hamcrest.Factory; import org.hamcrest.Matcher; import org.hamcrest.TypeSafeMatcher; /** * Tests if the argument is a {@link CharSequence} that matches a regular expression. */ public class PatternMatcher extends TypeSafeMatcher<CharSequence> { ...
[ "jamesagnew@gmail.com" ]
jamesagnew@gmail.com
0253fe394fab4ea6bfa82bb5862a329b36172739
a54afc897f883165410a7361a1ff41d25435775b
/src/main/java/com/fengdai/qa/meta/CallbackInfo.java
b4474eb09113fa319966c58d6e5a398a15932c98
[]
no_license
shichaowei/qacms
8fa607c307e5ed505c3297f222fe23954d135ab1
31b33937d8df92d94dbfe5f2d2d8eb65d8547094
refs/heads/master
2020-12-02T16:18:35.835852
2018-05-03T09:25:11
2018-05-03T09:25:11
96,530,080
2
1
null
null
null
null
UTF-8
Java
false
false
646
java
package com.fengdai.qa.meta; public class CallbackInfo { int id; String requestip; String callbackinfo; String createtime; public String getCreatetime() { return createtime; } public void setCreatetime(String createtime) { this.createtime = createtime; } public int getId() { return id; } public void...
[ "1239378293@qq.com" ]
1239378293@qq.com
8e3a77acee541edaa70c6cef2a57069f010a6010
25fcf3b3d515f569bdeafc38a5cfaa835fcec3fc
/src/main/java/eu/verdelhan/bitraac/indicators/TrueRange.java
952b0cf6863a7e86eeb91c3e10ae5db3adefe1ae
[ "MIT" ]
permissive
talkvip/Bitraac
8835a0ea6df063fb66d1856df589bae5ac90dc28
5fddc0dd19b37ebe4db3bf937f683f81177a9f6f
refs/heads/master
2020-06-02T04:33:53.617905
2013-12-06T12:12:00
2013-12-06T12:12:00
15,041,395
3
6
null
2017-10-19T14:37:07
2013-12-09T07:56:58
Java
UTF-8
Java
false
false
1,981
java
package eu.verdelhan.bitraac.indicators; import eu.verdelhan.bitraac.data.Period; import java.math.BigDecimal; import org.apache.commons.lang3.Validate; /** * True range indicator. */ public class TrueRange implements Indicator<Double> { private Period previousPeriod; private Period currentPeri...
[ "marc.deverdelhan@yahoo.com" ]
marc.deverdelhan@yahoo.com
7e4e80517bd6f79767e2ac5102050a68e4482415
40d844c1c780cf3618979626282cf59be833907f
/src/testcases/CWE190_Integer_Overflow/s01/CWE190_Integer_Overflow__byte_console_readLine_multiply_15.java
7e9333aea59cc1f24e9d33001ccf7c52f756be0b
[]
no_license
rubengomez97/juliet
f9566de7be198921113658f904b521b6bca4d262
13debb7a1cc801977b9371b8cc1a313cd1de3a0e
refs/heads/master
2023-06-02T00:37:24.532638
2021-06-23T17:22:22
2021-06-23T17:22:22
379,676,259
1
0
null
null
null
null
UTF-8
Java
false
false
12,955
java
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE190_Integer_Overflow__byte_console_readLine_multiply_15.java Label Definition File: CWE190_Integer_Overflow.label.xml Template File: sources-sinks-15.tmpl.java */ /* * @description * CWE: 190 Integer Overflow * BadSource: console_readLine Read data from the console using...
[ "you@example.com" ]
you@example.com
c7fd9ea8b87eb49cb8dd68e0cdd2b0ec440cd182
6b5a685d228b299cfb25eb75d020de34ed161653
/backend/src/main/java/at/ac/tuwien/sepm/groupphase/backend/endpoint/mapper/InvoiceItemMapper.java
65c2ea41a90c3e95b3471c81fe7c8b807cbb15a2
[]
no_license
buenaflor/ShopCorner
2ae9ec4b17f0794428a072c94ebc3b608af0457b
89bf116347baa79d8667628bf347584c82c8f8f4
refs/heads/master
2023-06-06T14:42:13.233176
2021-07-01T09:16:24
2021-07-01T09:16:24
381,975,359
0
1
null
null
null
null
UTF-8
Java
false
false
784
java
package at.ac.tuwien.sepm.groupphase.backend.endpoint.mapper; import at.ac.tuwien.sepm.groupphase.backend.endpoint.dto.InvoiceItemDto; import at.ac.tuwien.sepm.groupphase.backend.entity.InvoiceItem; import org.mapstruct.IterableMapping; import org.mapstruct.Mapper; import org.mapstruct.Named; import java.util.Set; @...
[ "e11713963@student.tuwien.ac.at" ]
e11713963@student.tuwien.ac.at
2d95b7833d230198d02fe916d7f445e3b68cc58c
fc6c869ee0228497e41bf357e2803713cdaed63e
/weixin6519android1140/src/sourcecode/com/tencent/mm/plugin/scanner/ui/HighlightRectSideView.java
412db5f4a9848ee61108b70f385e2a0eba20863f
[]
no_license
hyb1234hi/reverse-wechat
cbd26658a667b0c498d2a26a403f93dbeb270b72
75d3fd35a2c8a0469dbb057cd16bca3b26c7e736
refs/heads/master
2020-09-26T10:12:47.484174
2017-11-16T06:54:20
2017-11-16T06:54:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,334
java
package com.tencent.mm.plugin.scanner.ui; import android.content.Context; import android.graphics.Bitmap; import android.graphics.Canvas; import android.graphics.Paint; import android.graphics.Paint.Style; import android.graphics.Rect; import android.util.AttributeSet; import android.view.View; import com.tencent.gmtr...
[ "robert0825@gmail.com" ]
robert0825@gmail.com
b9b745948f5c8a066d99fbda4ac56e8166f5b3bd
7faa8436f14704a0b9c7d5ab119c7d717d25d0b1
/stratinit-master/stratinit-client-master/stratinit-client/src/main/java/com/kenstevens/stratinit/client/shell/TabControl.java
8971be6f8188b3d5d358b6013f6c928451b7c96f
[]
no_license
fil512/stratinit
262ed97236c39c261184685040d4da87e8ad683d
60e804dbd0359cecd914015b4aff45be0d458e9f
refs/heads/master
2022-12-23T05:46:53.076552
2021-06-05T15:05:44
2021-06-05T15:05:44
54,049,345
0
0
null
2022-12-16T05:10:20
2016-03-16T16:40:45
Java
UTF-8
Java
false
false
259
java
package com.kenstevens.stratinit.client.shell; public interface TabControl { boolean battleTabSelected(); void switchToSectorTab(); boolean playerTabSelected(); boolean cityTabSelected(); boolean supplyTabSelected(); boolean unitTabSelected(); }
[ "ken.stevens@sympatico.ca" ]
ken.stevens@sympatico.ca
75339880f899c50623189e005c36aff43089c5f2
83dd6f92c880f51357a5a557437460f8b90dd847
/framework/src/main/java/com/example/framework/backend/service/IPushService.java
003c1b1d1c673920368b857c493774ea4190be37
[]
no_license
seasunny1229/Meet
462eeb8ebbb6ba72d11b73fd04479bf44ddf8229
0b239fbcf3faea88570d6a1e98bf67d900f4a6cb
refs/heads/master
2021-04-01T20:42:33.535298
2020-04-22T23:49:05
2020-04-22T23:49:05
248,214,118
3
0
null
null
null
null
UTF-8
Java
false
false
507
java
package com.example.framework.backend.service; import com.example.framework.backend.callback.BackendServiceCallback; import com.example.framework.backend.pushing.bean.PushInfo; import com.example.framework.backend.pushing.constant.PushType; import java.util.List; public interface IPushService { void push(PushT...
[ "sea_sunny1229@163.com" ]
sea_sunny1229@163.com
13d19fbb4b63680129b3aad34f939ad0b9f413f2
bfd603ce9ba02ac3cf5add83da705046bc7660a8
/src/java/Controller/SauverImage.java
b91c58300f2f078dcf2862ff63a3f15f01ee319d
[]
no_license
JudeSeide/Affinite-java-servlet
a9d8ebfc3cc8531d52f424b522467379d1528e71
13ce4d222a8cf2f59403485fdda507f38391531f
refs/heads/master
2021-01-01T05:32:54.095128
2015-01-09T14:40:55
2015-01-09T14:40:55
29,019,967
0
0
null
null
null
null
UTF-8
Java
false
false
3,643
java
package Controller; import java.io.File; import java.io.IOException; import java.util.Iterator; import java.util.List; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import org.apache.commons.fileupload.FileItem; import org.apache.commons.fil...
[ "jude.seide@gmail.com" ]
jude.seide@gmail.com
f97d6f9b3c6a1a776594b95de782f4c0b9693271
3ecacacce830a8ef29389a3b75f7ba779ccbdc58
/app/src/main/java/com/example/feedback/LoadingScreenActivity.java
a21ee9c93aee52505344f2f863254e6936b78427
[]
no_license
trmehta/Feedback3
2578fb35e5e089a2b5de5d1b71afda428c3d1875
fb128fa7f7a1f78fb4a2fd7a07f101edcb9a13ca
refs/heads/master
2021-01-20T21:52:53.902011
2015-02-06T08:13:57
2015-02-06T08:13:57
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,702
java
package com.example.feedback; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.os.Handler; import android.util.Log; import android.view.View; public class LoadingScreenActivity extends Activity { public static String Page = "com.example.feedback.MainActivity";...
[ "trishim11@gmail.com" ]
trishim11@gmail.com
c6bf197c588e9a66a810e52f205b01b31d6249a1
af1ea57c3aa878b94dd2eb82371c5cc91b0fb266
/puzzleApp/app/src/main/java/com/example/eelco/puzzleApp/Tile.java
b2cee59719f0026bf844cf2af2c7af75b0630cd2
[]
no_license
Urgah/College
986d9ec7630090c01cbe542d9b3e40a41401fed6
8c2cb0ba41fc845482aaec4f20c6958e96d7a05c
refs/heads/master
2020-04-07T09:23:20.296180
2016-12-09T15:21:50
2016-12-09T15:21:50
41,091,038
0
0
null
null
null
null
UTF-8
Java
false
false
298
java
package com.example.eelco.puzzleApp; import android.graphics.Bitmap; /** * Created by Eelco on 23/03/15. */ public class Tile { int Position; Bitmap Image; public Tile(int position, Bitmap chunkedImage) { this.Position = position; this.Image = chunkedImage; } }
[ "eelcowagenaar@hotmail.com" ]
eelcowagenaar@hotmail.com
2245c32f76c8809ec2a1cb7ed94fcaccd3a99b2b
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/35/35_ab704fdc79e2413016e0c4de9f7e1e979c652727/ServiceLevelAgreements/35_ab704fdc79e2413016e0c4de9f7e1e979c652727_ServiceLevelAgreements_t.java
07197a4a15153614b21fffa45c833c2ec06d0083
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
3,039
java
/* * Copyright to the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
ca782e637b4385df5df9bbd13e2600fa6a8ca668
7582dfa1ed4778eae70e888273d8c3e79b9f15b7
/src/avg/ScoreAvg.java
e0a344114bd58e54e576365a875488ef083baad9
[]
no_license
lvraikkonen/hadoop_onhands
a74551bfcfc414ddc28ce6f8a80592efb733efd4
ee867d0fb36a4f4051ba95ee9eb3103d80e21e1e
refs/heads/master
2021-09-12T15:44:29.604256
2018-04-18T08:18:33
2018-04-18T08:18:33
104,719,302
0
0
null
null
null
null
UTF-8
Java
false
false
3,578
java
/** * Copyright (C), 2015-2018, XXX有限公司 * FileName: ScoreAvg * Author: lvshuo * Date: 03/04/2018 2:58 PM * Description: * History: * <author> <time> <version> <desc> * 作者姓名 修改时间 版本号 描述 */ package avg; import org.apache.hadoop.conf.Configuration...
[ "claus.lv@hotmail.com" ]
claus.lv@hotmail.com
844ef9ddac63fbdb5d8811afafcf49e095d8a455
6b3f9501a1939677f8f47d8f640f3aef4da46f5b
/17/17_3/Server.java~
15b11bf905e7ba94fa367ae014f05da9d57076b6
[ "Apache-2.0" ]
permissive
giszhangke/CrazyJava
98e9170fd48aaf5d8ade69b0898339666e6f45de
f49a8062883d0962713ed8ce2de970ff9ba33b24
refs/heads/master
2021-01-22T05:54:30.135807
2017-06-17T17:28:32
2017-06-17T17:28:32
81,720,570
0
1
null
null
null
null
UTF-8
Java
false
false
523
import java.io.IOException; import java.io.PrintStream; import java.net.ServerSocket; import java.net.Socket; public class Server { public static void main(String[] args) throws IOException { ServerSocket ss = new ServerSocket(3000); System.out.println("===========服务器已经启动==========="); while (true) { Socket ...
[ "giszhangke@qq.com" ]
giszhangke@qq.com
2d3247d01b83f30a70944324f6e47612447d095b
df8b70ac914d9ce0c3ab3dcb7a3fdfe26e8e68a7
/src/main/java/Application.java
2d3271c714da21eb53020485e9069fe4f72792a1
[]
no_license
Roylb/Second_study
15b1ad315d52811bf416d7e7cb5f2e71f010c6b0
5b42728a1f0eea520f8c79075eb91ed243d3fd91
refs/heads/master
2021-01-22T05:47:39.865930
2017-02-26T09:21:03
2017-02-26T09:21:03
81,708,864
0
0
null
null
null
null
UTF-8
Java
false
false
495
java
import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.EnableAutoConfiguration; import org.springframework.web.bind.annotation.*; @RestController @EnableAutoConfiguration public class Application { @RequestMapping(path = "/test", method = RequestMethod.POST) public St...
[ "liulibin_cmb@etc.com" ]
liulibin_cmb@etc.com
51e3a9394c9b014aa02fe4085c989d02ac9cd640
43e51f51377f0cb2603f04db15132df437420eb3
/src/main/java/com/example/service/StudentService.java
3b0781202e4ff336eb64c15d3b30853e57024418
[]
no_license
apap-2017/tutorial6_1506757522
7212ca382f6ad965fc80ba6367fb7d619487cbfc
4a590547f1a03c8087e010f5d3bd1bcefc52bdb2
refs/heads/master
2021-07-17T19:52:57.195914
2017-10-19T14:36:47
2017-10-19T14:36:47
107,558,256
0
0
null
null
null
null
UTF-8
Java
false
false
440
java
package com.example.service; import java.util.List; import com.example.model.CourseModel; import com.example.model.StudentModel; public interface StudentService { StudentModel selectStudent (String npm); List<StudentModel> selectAllStudents (); void addStudent (StudentModel student); void updateSt...
[ "joachimichwan@gmail.com" ]
joachimichwan@gmail.com
1603b555eac7cfb683f1844dc8582c0dab14e202
9254e7279570ac8ef687c416a79bb472146e9b35
/imp-20210630/src/main/java/com/aliyun/imp20210630/models/CreateAppTemplateRequest.java
f4ae3d336437dcb21cd157fa16b28b3862a0bdaa
[ "Apache-2.0" ]
permissive
lquterqtd/alibabacloud-java-sdk
3eaa17276dd28004dae6f87e763e13eb90c30032
3e5dca8c36398469e10cdaaa34c314ae0bb640b4
refs/heads/master
2023-08-12T13:56:26.379027
2021-10-19T07:22:15
2021-10-19T07:22:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,777
java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.imp20210630.models; import com.aliyun.tea.*; public class CreateAppTemplateRequest extends TeaModel { // 应用模板名称 @NameInMap("AppTemplateName") public String appTemplateName; // 应用模板场景,电商business,课堂classroom @NameInMap("Scene...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
e29bc5fa3c4f2c522e6198e12f9095fef7f812e7
e3954a2c8b393350fd6e568e5421b2e397ff9d04
/storefoundation/web/src/ystorefoundationpackage/yfaces/component/customerreview/CreateCustomerReviewComponent.java
4bee2e96d72ba716af24d5178b42d192af3a393a
[]
no_license
eLBirador/yfaces
c445f38995dfa8b023b6e9c950828d0adbe5b442
f2067f7d491fe4d3a567d3bf1629e9722f304a4e
refs/heads/master
2020-04-05T18:55:55.025894
2010-05-20T19:37:43
2010-05-20T19:37:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,419
java
/* * [y] hybris Platform * * Copyright (c) 2000-2009 hybris AG * All rights reserved. * * This software is the confidential and proprietary information of hybris * ("Confidential Information"). You shall not disclose such Confidential * Information and shall use it only in accordance with the terms of t...
[ "dstrietz@5e2dd871-cf5f-0410-99d1-ce23be8b8ae2" ]
dstrietz@5e2dd871-cf5f-0410-99d1-ce23be8b8ae2
fff30063915205bde4fa75bb3d2f8332d4a0ee3c
3158f6eb9ed3ef4a40049b3543ea6ccb082d78a9
/src/main/java/pages/SearchResultsPage.java
786db0976e0de5b6def4fae63f6b20d9a03ba5f7
[]
no_license
DiGrinya/PageFactory
55ac69abcc3248ed2abdcb8f9a27ed1b351fb8a6
cbc7bf230985bea214a57e470258111ed028aeb8
refs/heads/master
2023-05-03T03:10:18.422972
2021-05-31T10:16:07
2021-05-31T10:16:07
372,464,793
0
0
null
null
null
null
UTF-8
Java
false
false
796
java
package pages; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; import static org.openqa.selenium.By.xpath; public class SearchResultsPage extends BasePage { @FindBy(xpath = "//a[contains(@href, 'band-6-yellow-item')]") private WebElemen...
[ "dm.hrynko@gmail.com" ]
dm.hrynko@gmail.com
e4e9f085d5ea2b5d2c79876307d70a4e43db5f7d
c1e4ba225e9b87480f7a73734770929fcb764738
/src/main/java/br/com/ctrlabs/apirestgrandle/config/SwaggerConfig.java
f445cca24db87ea9f980bece8c412f7a45bbe4e8
[]
no_license
alessdr/api-rest-java-grandle
3eb487efb2e2a1ade357ea211a2803d6078c0608
297c0afccd640fcdb08bb64950de59fa6f858a27
refs/heads/master
2022-12-04T05:51:17.427918
2020-08-23T13:27:02
2020-08-23T13:27:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,564
java
package br.com.ctrlabs.apirestgrandle.config; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import springfox.documentation.builders.RequestHandlerSelectors; import springfox.documentation.service.ApiInfo; import springfox.documentation.service.Contact...
[ "alessdr@gmail.com" ]
alessdr@gmail.com
9b30ac592f3f2db13cede175b8ac3080f6b1ea7d
3a185b4af880f8a27eac75ad677257c7d4f65fb9
/src/main/java/ru/ntr/villagemarket/model/mapper/OrderHistoryMapper.java
cd275d5627b35af45b8d4e7671230c9411e53011
[]
no_license
morrislchg/villagemarket
060edd1fafcf7f40d2f063eb1d7eb2a9244f5bbe
004d90f5bd8d3fd921d49c9ccadecd4cd240721c
refs/heads/main
2023-07-16T00:13:18.537097
2021-08-25T06:15:30
2021-08-27T14:35:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,130
java
package ru.ntr.villagemarket.model.mapper; import lombok.RequiredArgsConstructor; import org.springframework.stereotype.Component; import ru.ntr.villagemarket.model.dto.order.OrderHistoryItemDto; import ru.ntr.villagemarket.model.entity.OrderHistoryItem; import ru.ntr.villagemarket.model.repository.OrderRepository; im...
[ "NabiyevTR@gmail.com" ]
NabiyevTR@gmail.com
5942f194ea37d873f1730d013c4d25ea4d0cf529
e4366b6d81eeec54bc2a9955c32a7af29091daee
/valinor-shopcart/valinor-shopcart-provider/src/test/java/org/valinor/merchant/provider/DemoProvider.java
54bb5778a4e42f2a16ea7a03b3adcde13e4e5a47
[]
no_license
175272511/valinor-parent
da17d354487cec46b717f4435329bb706ae49fc1
185246d5600509cbfb75d32853a4ce8d76a5835a
refs/heads/master
2016-09-01T16:18:34.052980
2016-03-23T08:02:33
2016-03-23T08:02:33
54,541,171
0
1
null
null
null
null
UTF-8
Java
false
false
1,091
java
/* * Copyright 1999-2011 Alibaba Group. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable la...
[ "liuhui3@meilele.com" ]
liuhui3@meilele.com
8d2e26c2c561e9f4398482cc7d5c1a4af64e662c
6a76cb61b05423b4ae47b22f4b8663a8bf6ba0d7
/src/main/java/com/lwm/smarthome/entity/SysUser.java
2b173db49e4878521c2323e594242ce58a5425ba
[]
no_license
linweiming1/SmartHome
8e349ba9588640303819657c0dd92c73e407fdb3
d15565e99c1f92ca89160318618866cb6c377880
refs/heads/master
2021-04-15T04:29:57.435727
2018-06-02T15:22:27
2018-06-02T15:22:27
126,143,555
0
0
null
null
null
null
UTF-8
Java
false
false
3,604
java
package com.lwm.smarthome.entity; import javax.persistence.*; import java.io.Serializable; import java.util.Date; import java.util.HashSet; import java.util.Set; /* *用户实体类 * author:linweiming * */ @Entity @Table(name = "sys_user") public class SysUser implements Serializable { @Id @GeneratedValue(strategy = ...
[ "linweimingFZ@163.com" ]
linweimingFZ@163.com
b32a2f12d512ae99bf0eea3085a9c9d81276f4df
485b4fb9cbf33082a51eb198e85aee92098a0d49
/src/main/java/com/molokotech/config/SecurityConfig.java
ea3db8b3b902d3a57df1c93fe4e12dc5fef89807
[]
no_license
berlot83/qr-factory
8f729e987fbd8b8fe435952fe312dae12f1bd4ae
174145f004adaaa69512be536d051e21a889f03a
refs/heads/master
2020-05-04T13:46:49.696265
2019-04-04T17:29:21
2019-04-04T17:29:21
179,172,948
0
0
null
null
null
null
UTF-8
Java
false
false
2,304
java
package com.molokotech.config; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.security.authentication.dao.DaoAuthenticationProvider; import org.springframework.security.config.annotation.web.builders.HttpSecurity; import org.s...
[ "berlot83@yahoo.com.ar" ]
berlot83@yahoo.com.ar
0e933681ce718edd75d2d27cda1119439d7e75a3
cbcbbda869bfbb0024f73cb77b6ce7dda2c0d5ca
/service/service_edu/src/test/java/com/atguigu/demo/CodeGenerator.java
41305acf4ee6d8c55a5f0a89bb45b982b8b02508
[]
no_license
rexocean/guli_parent1
2a58c5eab3ce9e0a2d468f29d4f008f003fcdc5e
ff99eae8eb35825eff44335e09bb7ac318b62041
refs/heads/master
2023-03-21T08:56:55.130712
2021-02-07T10:43:01
2021-02-07T10:43:01
335,164,518
0
0
null
null
null
null
UTF-8
Java
false
false
3,151
java
package com.atguigu.demo; import com.baomidou.mybatisplus.annotation.DbType; import com.baomidou.mybatisplus.annotation.IdType; import com.baomidou.mybatisplus.generator.AutoGenerator; import com.baomidou.mybatisplus.generator.config.DataSourceConfig; import com.baomidou.mybatisplus.generator.config.GlobalConfig; impo...
[ "15531124244@163.com" ]
15531124244@163.com
8c45777456fa3da1f27ef173827fc09bcec70ee5
8b224ac579b59df432942861c9b880fe584cb66c
/src/main/java/se/lexicon/java_33_first_rest/Java33FirstRestApplication.java
8014b15454fc90057a4c722173c644c1b06cc80c
[]
no_license
ErikSvensson76/G33_Rest_Lecture_1
8506b3ce6244573b0d0210105fd32ed1aae93c2f
68967a5b56fcc3f4a9d1f64bc845099672273a24
refs/heads/master
2023-03-28T17:50:27.296613
2021-04-06T09:54:35
2021-04-06T09:54:35
355,138,129
1
0
null
null
null
null
UTF-8
Java
false
false
352
java
package se.lexicon.java_33_first_rest; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class Java33FirstRestApplication { public static void main(String[] args) { SpringApplication.run(Java33FirstRestApp...
[ "eosvensson@gmail.com" ]
eosvensson@gmail.com
f2585b10cd27d326fb31fc38ab989cdf07f6d1d4
a4d7fe0d0bb1e26b4f9e89a6828f99898a0ae33d
/CommonUtils/src/main/java/com/CommonUtils/Utils/FrameworkUtils/SecurityUtils/ShrioUtil.java
214b1760bf9f78b04af1093aa67fe093c23338ec
[ "Apache-2.0" ]
permissive
antoni13579/SpringBootCommonUtil
16c1ae2852489fbfe88db9e7c92c34d76b6552fa
89a05fa6fb9216ac7a5662095834941d20fa74d2
refs/heads/prd_20201231
2022-07-25T09:38:24.156765
2020-01-15T02:20:33
2020-01-15T02:20:33
189,137,399
1
0
Apache-2.0
2022-02-01T00:59:32
2019-05-29T02:38:18
JavaScript
UTF-8
Java
false
false
277
java
package com.CommonUtils.Utils.FrameworkUtils.SecurityUtils; import org.apache.shiro.SecurityUtils; import org.apache.shiro.subject.Subject; public final class ShrioUtil { private ShrioUtil() {} public static Subject getSubject() { return SecurityUtils.getSubject(); } }
[ "364770752@qq.com" ]
364770752@qq.com
98a09519939a5f70d1d8e2fcb0b58e74a33082ee
64c076eb3aadd68afd72efd517a46b5132622e88
/cloud-register-user-with-auth/src/main/java/com/midou/cloud/register/user/with/auth/mapper/UserDao.java
dd06be329c114cf9c438f5cc925dd3ded90f51ea
[ "Apache-2.0" ]
permissive
lstarby/cloud
fdbe724765e31d0af53b5392b9191be6b9345d23
138c0f54d64e2abd108ad0dfe8b318cac5e45a96
refs/heads/master
2021-09-26T03:13:52.321655
2018-10-27T08:25:17
2018-10-27T08:25:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
293
java
package com.midou.cloud.register.user.with.auth.mapper; import com.midou.cloud.register.user.with.auth.entity.User; /** * @author midou * @description * @date 2018/9/9 11:57 * @modified by */ public interface UserDao { User findUserById(Long id); int insertUser(User user); }
[ "2254493426@qq.com" ]
2254493426@qq.com
3b2d228b8e1b98339e311d9deaa5b064f8878e4e
b4c631bdebe3b0092b19a86417f8f2909ce470f8
/src/essensvorschlag/MenueLeiste.java
14a5dfcafeaf57e267eb794c4319201cbb92ed3c
[]
no_license
UntotaufUrlaub/MealTool
e80d996908738763c161c2f28f1f633add8936a8
6e6117d520512d427578efccec3c90df1708efc6
refs/heads/master
2020-03-08T16:05:55.798529
2018-04-05T15:58:16
2018-04-05T15:58:16
127,960,841
0
0
null
null
null
null
UTF-8
Java
false
false
7,488
java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package essensvorschlag; import java.awt.Color; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax....
[ "sturmjakob@yahoo.de" ]
sturmjakob@yahoo.de
2cc211afff26e2f7f21e09cb74c8a3eea93e036b
af8425466b9555dd1b53a67b0bfcc41192a398a6
/app/src/main/java/com/example/stammana/customadapter/Student.java
516f328be908c762aca1f860df530df8e1368209
[]
no_license
AndroidWorkshop/Custom-Adapter
eab3631983833513ba50d166429e3d6620766d18
ae633ff5e170ae8ad7adeaf715df0b83030f9a7c
refs/heads/master
2020-03-19T07:38:11.999202
2018-06-05T07:02:29
2018-06-05T07:02:29
136,134,330
0
0
null
null
null
null
UTF-8
Java
false
false
713
java
package com.example.stammana.customadapter; class Student { private int id; private String name; private String phoneNumber; public Student(int id, String name, String phoneNumber) { this.id = id; this.name = name; this.phoneNumber = phoneNumber; } public int getId()...
[ "sowmika148@gmail.com" ]
sowmika148@gmail.com
7e55d56d16b73d69e2dbeed74e3f440c263c258a
d0c1fbc4e0ab322829ac7ffa3ff0c861dd25208f
/src/main/java/com/mike/RecordController.java
343087ead8da875a5ec35018b6aa8bb30300f2ec
[]
no_license
sinisterprog/Scores
a15c9c79b2021f9a3b1ae1a43c9500c544a30e3b
c89e490ba9ed2d51a8279e1e9d722891775658fb
refs/heads/master
2023-05-29T18:49:40.899575
2021-06-17T09:16:40
2021-06-17T09:16:40
377,655,931
0
0
null
null
null
null
UTF-8
Java
false
false
3,515
java
package com.mike; import com.mike.DTOs.Record; import com.mike.DTOs.Request; import com.mike.repo.RecordRepository; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.domain.PageRequest; import org.springframework.data.domain.Pageable; import org.springframework.data.jpa.dom...
[ "michael.wheeler1973@gmail.com" ]
michael.wheeler1973@gmail.com
96e9b898e718aef02b9eef53f3153a4791b8ea4d
7005851126f6a30ae637f28d0aa9b3ef639556cd
/core/tags/1.1/service/src/main/java/org/extensiblecatalog/ncip/v2/service/AuthenticationDataFormatType.java
be6b9c1ae24ed05c121ddbb0b2b747df5e9830f4
[ "MIT" ]
permissive
eXtensibleCatalog/NCIP2-Toolkit
c1c0f482e7fa34c3ac5dd8e2842ea0c0db6764a7
3e2603c2010dd2bcbdbe104eb46d64c38c539dc6
refs/heads/master
2022-09-19T23:43:55.650756
2017-02-20T08:39:02
2017-02-20T08:39:02
44,343,498
0
3
null
2022-08-25T20:20:18
2015-10-15T20:25:44
Java
UTF-8
Java
false
false
1,612
java
/** * Copyright (c) 2010 eXtensible Catalog Organization * * This program is free software; you can redistribute it and/or modify it * under the terms of the MIT/X11 license. The text of the license can be * found at http://www.opensource.org/licenses/mit-license.php. */ package org.extensiblecatalog.nci...
[ "xrosecky@gmail.com" ]
xrosecky@gmail.com
c99178ae80c0dd19372fad03feb88f7e78638849
e7ad19b061b426e07c137e43f2a10c1049d084ae
/src/main/java/com/google/code/p/keytooliui/ktl/swing/panel/PSelBtnTfdFileOpenKst.java
52a087132fa6057df52c041242ce7d6c03bab5a1
[]
no_license
tevjef/keytool-iui
30ebb50de207807ab9458be9ac2419b11d029a24
f67762175af7192fca3a40025e10543220eeabdb
refs/heads/master
2020-03-21T03:26:19.263391
2018-06-20T15:41:52
2018-06-20T15:41:52
138,053,362
0
0
null
null
null
null
UTF-8
Java
false
false
20,790
java
/* * * Copyright (c) 2001-2008 RagingCat Project. * LGPL License. * http://code.google.com/p/keytool-iui/ * * This software is the confidential and proprietary information of RagingCat Project. * You shall not disclose such confidential information and shall use it only in * accordance with the terms of...
[ "tevin@prolificinteractive.com" ]
tevin@prolificinteractive.com
866065c3d3b440ee50b0ba478afac762d63eb0b9
0cffa6dad1d755d9687f526c8cfa762210082396
/Realisations_Logicielles/CloudComputing_Docker/Codes_Sources_Annuaire/src/gpe/tp/servlets/Deconnexion.java
916a73da08bd13854f6ca09310d8e9a35f6a84a5
[ "CC0-1.0" ]
permissive
stuenofotso/Cloud-Computing-Project-Ressources
ec1f2d48a6f224e8bb68172146c204abd6b5a3c1
ebf1eddd97ebb2cec57dc52fa6eafd77dc9ecebd
refs/heads/master
2021-01-10T03:07:28.271608
2015-11-22T15:39:47
2015-11-22T15:39:47
46,642,792
0
0
null
null
null
null
UTF-8
Java
false
false
710
java
package gpe.tp.servlets; import java.io.IOException; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; @SuppressWarnings("serial") public class Deconnexion e...
[ "stuenofotso@gmail.com" ]
stuenofotso@gmail.com
69a1adbf2a5fac527b2eff7677aec775aa61a4cc
0799b6054c3de3d4e546dfefa99dfcd14c417c76
/Igor_Dianin/src/main/java/HibernateHomework2/App.java
6c8b3b568f9dd4a7b049f155e0738fd6fe5f25c0
[]
no_license
alex-zr/Proff1
0c8fb8408cd1a4cc67e2b292977199f002b231d8
f28589a650dec478a0e379c70e04d8422f2b5b6a
refs/heads/master
2020-04-09T11:12:57.898038
2019-03-21T17:32:36
2019-03-21T17:32:36
160,300,111
0
5
null
2018-12-23T17:06:29
2018-12-04T05:03:38
Java
UTF-8
Java
false
false
2,103
java
package HibernateHomework2; import java.util.Scanner; public class App { public static void main(String[] args) { BankDAO bank = new Bank(); Scanner scanner = new Scanner(System.in); try { bank.initialDB(); while (true){ System.out.println(""); ...
[ "igordianin@gmail.com" ]
igordianin@gmail.com
cb2d49ab49bea493c346c2ba8b69e7882bff656c
0c64c8997ea66d0611d4895e0bf8e5d8ac4bae7e
/src/day18/DropdownExcel.java
eae333a0671a64b45ac1cd9b5331fdd1468e5f0c
[]
no_license
SaiKrishna12/June8Batch
1e7db5d86e81802172609e757e1db454979e36c6
be741ce2486973b40935c4c33f7f264248b84a46
refs/heads/master
2021-01-20T10:37:07.094023
2015-07-15T04:56:54
2015-07-15T04:56:54
39,117,331
0
0
null
null
null
null
UTF-8
Java
false
false
1,541
java
package day18; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.util.List; import org.apache.poi.ss.usermodel.Cell; import org.apache.poi.ss.usermodel.Row; import org.apache.poi.xssf.usermodel.XSSFSheet; import org.apache.poi.xssf.usermodel.XSSFWorkbook; import ...
[ "saikrishna_gandham@yahoo.co.in" ]
saikrishna_gandham@yahoo.co.in
8d29581b957b0b88db680d2dc4160fc823612530
17646c773bb1ed00d49a94525fa00b2ab26c0ee9
/diboot-iam-starter/src/main/java/com/diboot/iam/auth/IamCustomize.java
b46c3e9d3035b235c496d5b4e89ae37448eeeeac
[ "Apache-2.0" ]
permissive
startime-h/diboot
5d921d2e382b536c13e99ba8f3e3176353d1f491
2fa77c3fde3ddbab3accbc055e97ee9d8ee503be
refs/heads/master
2023-08-26T20:10:15.624788
2021-09-29T00:50:36
2021-09-29T00:50:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,062
java
/* * Copyright (c) 2015-2020, www.dibo.ltd (service@dibo.ltd). * <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> * https://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless ...
[ "mzc2003@qq.com" ]
mzc2003@qq.com
0db56bc25169c4e2e57e1ffabbc95d7a8a85b0e3
5f63a60fd029b8a74d2b1b4bf6992f5e4c7b429b
/com/planet_ink/coffee_mud/Abilities/Prayers/Prayer_ReflectPrayer.java
a6b2460daab0ec59ab65f3e44b0f530bf2a7339f
[ "Apache-2.0" ]
permissive
bozimmerman/CoffeeMud
5da8b5b98c25b70554ec9a2a8c0ef97f177dc041
647864922e07572b1f6c863de8f936982f553288
refs/heads/master
2023-09-04T09:17:12.656291
2023-09-02T00:30:19
2023-09-02T00:30:19
5,267,832
179
122
Apache-2.0
2023-04-30T11:09:14
2012-08-02T03:22:12
Java
UTF-8
Java
false
false
8,260
java
package com.planet_ink.coffee_mud.Abilities.Prayers; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import com.planet_ink.coffee_mud.Areas.interfaces.*; impor...
[ "bo@zimmers.net" ]
bo@zimmers.net
cc50d6ba806c2fbcb75b01fd69cda1552aa5f227
affe223efe18ba4d5e676f685c1a5e73caac73eb
/clients/webservice/src/main/java/com/vmware/vim/AlarmTriggeringAction.java
2c0b18d3c88b90cdd50d590626636c93abefaec3
[]
no_license
RohithEngu/VM27
486f6093e0af2f6df1196115950b0d978389a985
f0f4f177210fd25415c2e058ec10deb13b7c9247
refs/heads/master
2021-01-16T00:42:30.971054
2009-08-14T19:58:16
2009-08-14T19:58:16
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,040
java
/** * AlarmTriggeringAction.java * * This file was auto-generated from WSDL * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package com.vmware.vim; public class AlarmTriggeringAction extends com.vmware.vim.AlarmAction implements java.io.Serializable { /** * */ private static f...
[ "sankarachary@intalio.com" ]
sankarachary@intalio.com
cda1b0ab4538d1ba54cefb443c7e88e751b2041a
368c663f8d031f576e3add37dde8e9052dc628d8
/OBDUI/src/org/obd/ws/coreResource/sorter/AutocompleteNodeSorter.java
bf40913dee19b846ed2fc742c748b5b8d2df6f8d
[]
no_license
mahmoudimus/obo-edit
494a588830758ddbd7cf43d2e70550ddd542cb1b
61c146958fd7d0ba7f78cda77f56d45849897b3e
refs/heads/master
2022-01-31T22:59:21.316185
2014-03-20T17:05:47
2014-03-20T17:05:47
null
0
0
null
null
null
null
UTF-8
Java
false
false
805
java
package org.obd.ws.coreResource.sorter; import java.util.Comparator; import org.obd.model.Node; public class AutocompleteNodeSorter implements Comparator<Node>{ private String pattern; public int compare(Node o1, Node o2) { String label1 = o1.getLabel(); String label2 = o2.getLabel(); if (label1==null...
[ "rbruggne@6f0e8829-b336-0410-acfb-cb9b228023ad" ]
rbruggne@6f0e8829-b336-0410-acfb-cb9b228023ad
ffabd62fdf1b423894ead50ccd2266b978988199
097df92ce1bfc8a354680725c7d10f0d109b5b7d
/com/amazon/ws/emr/hadoop/fs/shaded/com/amazonaws/services/s3/AmazonS3ClientBuilder.java
eb947a818befb58644aab6afd795cbc8b9af4e72
[]
no_license
cozos/emrfs-hadoop
7a1a1221ffc3aa8c25b1067cf07d3b46e39ab47f
ba5dfa631029cb5baac2f2972d2fdaca18dac422
refs/heads/master
2022-10-14T15:03:51.500050
2022-10-06T05:38:49
2022-10-06T05:38:49
233,979,996
2
2
null
2022-10-06T05:41:46
2020-01-15T02:24:16
Java
UTF-8
Java
false
false
1,631
java
package com.amazon.ws.emr.hadoop.fs.shaded.com.amazonaws.services.s3; import com.amazon.ws.emr.hadoop.fs.shaded.com.amazonaws.ClientConfigurationFactory; import com.amazon.ws.emr.hadoop.fs.shaded.com.amazonaws.annotation.NotThreadSafe; import com.amazon.ws.emr.hadoop.fs.shaded.com.amazonaws.annotation.SdkTestInternalA...
[ "Arwin.tio@adroll.com" ]
Arwin.tio@adroll.com