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
5ca1536281fe873df6b4a237e20a5e18b567d88f
5a431fa70b4ba5b400ee13c27bd995adacc634d5
/src/main/java/jp/furplag/time/Millis.java
af86394543695fb7322b53e2764f4d81b0ffcf32
[ "Apache-2.0" ]
permissive
furplag/deamtiet
4c6608591ef7f0145cd29729080612c377cf5ff5
8f615ac4ad1e8acecb568140b43c072eba3b9e2f
refs/heads/master
2023-04-09T10:15:10.462744
2021-04-26T04:34:31
2021-04-26T04:34:31
112,684,457
0
0
Apache-2.0
2021-04-26T04:30:20
2017-12-01T02:19:14
Java
UTF-8
Java
false
false
4,174
java
/** * Copyright (C) 2017+ furplag (https://github.com/furplag) * * 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 requi...
[ "furplag@furplag.jp" ]
furplag@furplag.jp
6f4253873212c4d1c344ddaa725b8e8d395a2911
4c8cdf42afd7b6a2c125e7412e6b82edfe1d7ac0
/app/src/androidTest/java/REST.java
7058d3cd92abbfa470d8ce2f9f0efde95118a455
[]
no_license
Kjaersgaard/LegendsQuiz17
8ae2f5e6dd0c047a639e3fc4dad7f65ff6f059d3
f18e4ac8dd345dc53a8cc9cad7b3a698c367688e
refs/heads/master
2021-01-20T07:41:59.385119
2017-05-02T12:23:22
2017-05-02T12:23:22
90,030,535
0
0
null
null
null
null
UTF-8
Java
false
false
68
java
/** * Created by kjaer on 02/05/2017. */ public class REST { }
[ "Mads Thomsen" ]
Mads Thomsen
24bb0fc23f9971f70099fe78d0a5b3fee1509154
5fa23d60f8bce0209870a04c7d8e4f71b96dafbb
/database/src/main/java/org/mk/badam7/database/entity/PlayerCurrentHandCardEntity.java
7273b19efeed912c54ed853c579d8f01950115a5
[]
no_license
makzmslv/badam7
ab3533d56f7425b78d9511eacd55f239f2846843
a173c33bed7505a04d450fb916c5cd8485927ea0
refs/heads/master
2021-01-01T15:55:47.032585
2015-09-30T12:06:14
2015-09-30T12:06:14
25,087,872
0
0
null
null
null
null
UTF-8
Java
false
false
3,891
java
package org.mk.badam7.database.entity; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.JoinColumn; import javax.persistence.ManyToOne; import javax.persistence.OneTo...
[ "makarand.salvi@neptune-int.com" ]
makarand.salvi@neptune-int.com
b369e550ba34c8f0f5200be9655dd4d4a529a52d
28bd4a04fad92ed3d988bd92bb8a64f710aeea8f
/src/RemoveDuplicateNumbers.java
8cb1bae67c60bc72261225d3acc324a4dcc24f78
[]
no_license
wbwmartin/OnePiece
d0826d0dc3e2d982c6b3f1ac428c7332089a6597
769599e8b0851774c25cd621289eaa2363533efb
refs/heads/master
2021-01-16T18:56:15.933101
2018-02-03T05:34:23
2018-02-03T05:34:23
100,130,181
2
0
null
null
null
null
UTF-8
Java
false
false
1,800
java
import java.util.Stack; //Given a string which contains only lowercase letters, remove duplicate letters so that every letter // appear once and only once. You must make sure your result is the smallest in lexicographical order among all possible results. // // Example: // Given "bcabc" // Return ...
[ "wangbowen1990@gmail.com" ]
wangbowen1990@gmail.com
3ebd10b5df255760dd8df8cee6102cce7051fbee
779374d3536940ab5e815266ee801d9c1ddc4e22
/flare-java/src/main/java/org/nting/flare/java/StraightPathPoint.java
a1b606eb285b9645514991762954ae26be3bf252
[]
no_license
zsoltborcsok/flare
5a34e8626836db60be20eaa7ae50a5573fa581ea
2a77134e2ec42bc218a358c3090eb16ea0e640f9
refs/heads/master
2022-12-25T17:14:19.078311
2020-10-04T11:59:26
2020-10-04T13:51:56
263,033,422
0
0
null
2020-10-13T21:54:31
2020-05-11T12:17:25
Java
UTF-8
Java
false
false
2,258
java
package org.nting.flare.java; import org.nting.flare.java.maths.Mat2D; import org.nting.flare.java.maths.Vec2D; public class StraightPathPoint extends PathPoint { public float radius = 0.0f; public StraightPathPoint() { super(PointType.straight); } public StraightPathPoint(Vec2D translation...
[ "zsolt.borcsok@gmail.com" ]
zsolt.borcsok@gmail.com
d6e3bce5056d962adc63f629fe1a957a7a5ab14c
c5f0b9a449b0e22ad87a05f2a4d7a010ed167cb3
/3_implementation/src/net/hudup/core/logistic/ui/JRadioList.java
dab784df6029b221be1c37dd399cc4e832080814
[ "MIT" ]
permissive
sunflowersoft/hudup-ext
91bcd5b48d84ab33d6d8184e381d27d8f42315f7
cb62d5d492a82f1ecc7bc28955a52e767837afd3
refs/heads/master
2023-08-03T12:25:02.578863
2023-07-21T08:23:52
2023-07-21T08:23:52
131,940,602
0
0
null
null
null
null
UTF-8
Java
false
false
2,699
java
/** * HUDUP: A FRAMEWORK OF E-COMMERCIAL RECOMMENDATION ALGORITHMS * (C) Copyright by Loc Nguyen's Academic Network * Project homepage: hudup.locnguyen.net * Email: ng_phloc@yahoo.com * Phone: +84-975250362 */ package net.hudup.core.logistic.ui; import java.awt.GridLayout; import java.util.List; import javax.sw...
[ "ngphloc@gmail.com" ]
ngphloc@gmail.com
2cc7ff876b0c3621caecedd047772daac2d6590d
e7e497b20442a4220296dea1550091a457df5a38
/main_project/socialgraph/newrecommendupdator/src/main/java/com/renren/xce/socialgraph/builder/BuilderFactory.java
f2e98717ec678ef9f31d50f463b373fa2aab9995
[]
no_license
gunner14/old_rr_code
cf17a2dedf8dfcdcf441d49139adaadc770c0eea
bb047dc88fa7243ded61d840af0f8bad22d68dee
refs/heads/master
2021-01-17T18:23:28.154228
2013-12-02T23:45:33
2013-12-02T23:45:33
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,736
java
package com.renren.xce.socialgraph.builder; import com.renren.xce.socialgraph.common.DataBuilder; import com.renren.xce.socialgraph.updator.CreateRecommendDataThread; /** * BuilderFactory used to create different builder by type * @author zhangnan * @email zhangnan@renren-inc.com */ public class BuilderFactory { ...
[ "liyong19861014@gmail.com" ]
liyong19861014@gmail.com
ec35d03700c1a1e912a714c55a28749d255902e1
895d8ce51b68f16966338558b5eb8ee7ac29e6b2
/app/src/main/java/slogup/ssing/Network/SsingClientHelper.java
fba672737561c14f5ed060c95ad0372106a65ddc
[ "MIT" ]
permissive
sngsng/ssing
067e50aa50d7a14f977a1a577316715706b4b484
6acee2c391bb1eb0213ff26258bf7d47e7bd4944
refs/heads/master
2020-06-21T02:40:40.514383
2016-12-09T00:53:35
2016-12-09T00:53:35
74,810,304
0
0
null
null
null
null
UTF-8
Java
false
false
1,549
java
package slogup.ssing.Network; import android.content.Context; import android.util.Log; import com.slogup.sgcore.network.CoreError; import com.slogup.sgcore.network.RestClient; import org.json.JSONException; import org.json.JSONObject; /** * Created by sngjoong on 2016. 12. 7.. */ public class SsingClientHelper {...
[ "sngsng@slogup.com" ]
sngsng@slogup.com
fbd9b6d97a8c1a9e42423f8b3a6e8f59220b30ac
f2771bb09905bfd96d75bc8eaa10bf8a9d8767ec
/NewChessGame/src/newchessgame/Applet.java
74cb44257a425ff19c5709ed4fbd34510150be7b
[]
no_license
jefferickso/New-Chess-Game
b132db67a3d44b406d55c90395a0ef4c675cc005
7269a6279c7773c5412d2359a7a86caf1308536f
refs/heads/master
2020-04-02T13:43:38.403183
2018-10-24T11:33:50
2018-10-24T11:33:50
154,494,022
0
0
null
null
null
null
UTF-8
Java
false
false
2,016
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 newchessgame; import java.util.logging.Logger; import javax.swing.JApplet; import javax.swing.JOptionPane; import javax.swing....
[ "jefferickso@gmail.com" ]
jefferickso@gmail.com
110bc49fb88a3f3f09932af37676d224581fedc0
616d1fe14653c1720cfc57a8028291c9ad8dd890
/TPMeningerie/src/Aigle.java
58129ddc5a686f70c9ed3c7f8882482eba2c5196
[]
no_license
Awonefr/TpAerosalm
71666e1945b700ffffcf19613c1a2950209bc705
af67b4ac611fdeeee00a90418b75ef6c45ac0bd6
refs/heads/master
2020-04-05T03:17:50.354139
2018-11-07T07:41:55
2018-11-07T07:41:55
156,509,038
0
0
null
null
null
null
ISO-8859-2
Java
false
false
1,167
java
public class Aigle { private String nomAigle; private int ageAigle; private String sexeAigle; private int numEncloAigle; private String contenueRepas; private String heureRepas; public String getNom() { return this.nomAigle; } public int getAge() { return this.ageAigle; } public String ...
[ "wonealexis@hotmail.fr" ]
wonealexis@hotmail.fr
e283772aac20b18c1f512ecc27a138f859e4fe11
705a4392a9b8e8734f37c1db3dfddffc45e15b6f
/sc-excle/src/test/java/com/sc/excel/test/model/ReadModel2.java
32c3147175894b6ee64755f7da2c0f67a3b31cb3
[ "Apache-2.0" ]
permissive
fullshit/com-sc
64f473804d1bbdeacd49a248a7e90e092f0a1466
76b66580185fab0d595619956ae6c40f60a00633
refs/heads/master
2020-05-31T15:52:33.690141
2019-03-04T11:34:54
2019-03-04T11:34:54
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,558
java
package com.sc.excel.test.model; import com.sc.excel.annotation.ExcelProperty; import com.sc.excel.metadata.BaseRowModel; import java.math.BigDecimal; import java.util.Date; public class ReadModel2 extends BaseRowModel { @ExcelProperty(index = 0) private String str; @ExcelProperty(index = 1) private...
[ "senssic@foxmail.com" ]
senssic@foxmail.com
c15ee419231e3e208efe3a173728278523255251
3c7e596b471259d01d30e3013efa82eb340bc9ad
/src/com/java/diretory/VisitAllDirsAndFiles.java
5ea45d4240704d0bc313172aaa9286ecac78e9e0
[]
no_license
selenium2015/Java_Example
00e1b100de1a31d032b84869fae3c5747c0ec5b4
a70c7dd4f5b5df66d75f852650c193439f247e72
refs/heads/master
2021-01-19T03:25:18.485773
2016-07-27T09:09:40
2016-07-27T09:09:40
53,017,221
1
0
null
null
null
null
GB18030
Java
false
false
700
java
package com.java.diretory; import java.io.File; /* * 遍历目录和目录下的文件 * 使用 File 类的 dir.isDirectory() 和 dir.list() 方法来遍历目录 * */ public class VisitAllDirsAndFiles { public static void main(String[] argv) throws Exception { System.out.println("遍历目录"); File dir = new File("E:/Appium"); // 要遍历的目录 vis...
[ "539530998@qq.com" ]
539530998@qq.com
d92b4104d51462dcc141197de76caf9fdf0b2aca
d68148558ff58b680a3e67383862b159a7dc908f
/app/src/main/java/nichele/meusgastos/SectionedRecyclerView/RecyclerViewType.java
5a7d062f044ce59b6560dde1d39904fca8168b87
[]
no_license
viniciuscn/MeusGastos
73917cd46512dbc859f5597a3479585805173c85
1506d3d3fa1d7cd3d1d393283bbe7eea557f3882
refs/heads/master
2020-07-31T17:09:26.550847
2020-02-06T19:25:29
2020-02-06T19:25:29
210,686,499
0
0
null
null
null
null
UTF-8
Java
false
false
125
java
package nichele.meusgastos.SectionedRecyclerView; public enum RecyclerViewType { LINEAR_VERTICAL,LINEAR_HORIZONTAL,GRID; }
[ "viniciuscn@gmail.com" ]
viniciuscn@gmail.com
07c86f5533ab4780bfb341c4aefe860312892bee
ccc44441e962851ac5ab4822aea924214271c810
/src/main/java/com/jkm/service/impl/DeleteHistoryServiceImpl.java
9a2a6ca6305d40e5f16333cfd3f4ed06be7e7f81
[]
no_license
guoling1/QB_Ticket
5a7a17fef00b6d2e2ff21ef8ebce68af2caa6600
8067af1da2afc3bfb0f680455a6c9b03abfb43b0
refs/heads/master
2021-08-14T08:24:43.575998
2016-12-23T06:31:06
2016-12-23T06:31:06
110,777,509
0
0
null
null
null
null
UTF-8
Java
false
false
513
java
package com.jkm.service.impl; import com.jkm.dao.DeleteHistoryDao; import com.jkm.service.DeleteHistoryService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; /** * Created by zhangbin on 2016/11/15. */ @Service public class DeleteHistoryServiceImpl imp...
[ "706326182@qq.com" ]
706326182@qq.com
13d54e091dfc943be36e8335b7bcdb5f80c889ac
48c5663dcec916e795bcedec82dea8bf9c178cb7
/src/main/java/com/example/demo/thread/safe/ThreadSafeDoubleCheckedLazyInition.java
623481161482b4de4fdf58800a8e0f7778a1d232
[]
no_license
SimonePan/java-demo
0ac958126897a9b7773f385270079ab58aa1bb7e
7f5530e81275bdc8b6abb0e688e73b7ae4e25366
refs/heads/master
2022-07-02T06:54:25.780445
2021-04-19T09:45:32
2021-04-19T09:45:32
193,301,023
0
1
null
null
null
null
UTF-8
Java
false
false
598
java
package com.example.demo.thread.safe; import com.example.demo.thread.unsafe.Sequence; /** * @description: 双重校验延迟初始化 * @author: Grace.Pan * @create: 2019-12-18 19:46 */ public class ThreadSafeDoubleCheckedLazyInition { private static volatile Sequence sequence; public static Sequence getSequence() { ...
[ "panxumei@mockuai.com" ]
panxumei@mockuai.com
4037a8857e2ab0510a7c1db293ee3cfbd250615b
d0521d7fcf2d67db2b3d1cf28b4627322eb71e8f
/ACARI - Project/src/model/TiposDespesas.java
db34905aedfe62412fd4ce3afac2f64c11abe570
[]
no_license
ruan113/ACARI-APP
612539e952b2b60b8667d2d0672ea44d576ce356
49362519a6fad3a3ad634666423a72c1575ae8dc
refs/heads/master
2020-03-25T07:16:39.793600
2018-11-23T21:33:15
2018-11-23T21:33:15
143,551,663
0
0
null
null
null
null
UTF-8
Java
false
false
1,135
java
package model; // Generated 08/08/2018 15:24:22 by Hibernate Tools 4.3.1 import java.util.HashSet; import java.util.Set; /** * TiposDespesas generated by hbm2java */ public class TiposDespesas implements java.io.Serializable { private int idTipo; private String tituloTipo; private Set despesase...
[ "ianeloi@hotmail.com" ]
ianeloi@hotmail.com
696525d8bd2dc5d1f1d433220d7633c0f29d9356
61bfe36b403683c715b9edb4d4f5d01f03960213
/sources/androidx/interpolator/view/animation/LookupTableInterpolator.java
4763b93e42b6a8d28bf2fb194be27f7f3af4b63b
[]
no_license
tusharkeshav/Notification_hijacker_malware
959ccac34dcf069b1e461bd308dac9cdfd623c85
33322a71bb6108b35aa036642b80264139826ed2
refs/heads/main
2023-04-07T04:40:37.072404
2021-04-19T12:29:53
2021-04-19T12:29:53
359,343,331
1
0
null
null
null
null
UTF-8
Java
false
false
782
java
package androidx.interpolator.view.animation; import android.view.animation.Interpolator; abstract class LookupTableInterpolator implements Interpolator { private final float mStepSize = (1.0f / ((float) (this.mValues.length - 1))); private final float[] mValues; protected LookupTableInterpolator(float[]...
[ "ruletushar@gmail.com" ]
ruletushar@gmail.com
95a5649789a2682fe7d4271c33a4d8c1fec688fc
e99f78a1d7d244a8def43ca73d570f3a1b0c435f
/PIJReview/src/theappbusiness/priorityqueue/Student.java
f53b604cbff281b15612dfe8e197a719e0c8b477
[]
no_license
BBK-PiJ-2015-10/Ongoing
5e153280a7772b1ec6ad5df02ec2cf8115ec272d
3a6099079c5413d864c8b3ec435f14660d6fad5e
refs/heads/master
2021-01-13T11:59:36.191993
2017-06-29T18:35:31
2017-06-29T18:35:31
77,915,552
0
0
null
null
null
null
UTF-8
Java
false
false
1,211
java
package theappbusiness.priorityqueue; public class Student implements Comparable { private String name; private Double gpa; private Integer token; public double getGpa() { return gpa; } public String getName() { return name; } public void setName(String name) { this.name = name; } public Integ...
[ "yasserpo@hotmail.com" ]
yasserpo@hotmail.com
dfcb4e74fda6e1f0deb6305409223c5ae6dcfc31
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/6/6_5acadce2ee450a7b7b41ac8a99ffb82eeb2c7473/AgentsRepo/6_5acadce2ee450a7b7b41ac8a99ffb82eeb2c7473_AgentsRepo_t.java
fb37f36ba73b6fcf019d99c57895ce8c2cc1ab71
[]
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
71,086
java
/* The contents of this file are subject to the terms * of the Common Development and Distribution License * (the License). You may not use this file except in * compliance with the License. * * You can obtain a copy of the License at * https://opensso.dev.java.net/public/CDDLv1.0.html or * opensso/legal...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
cbcf98c1d4c81507ea40095820bae6a9b7d353bb
17a23b6e1f37ed70ed4896abdacac1cc004b4221
/jlight-web/src/main/java/com/lew/jlight/web/exception/handler/GlobalExceptionHandler.java
35f16f7c48ddf5481341d09c64dd1b2c426fd3a0
[ "Apache-2.0" ]
permissive
HulkHou/Jlight
28457f92b8bad508272d1d25def1d4a05de37811
cbd67e4c0ab62d5e33a4f414b29d4b005b0174cf
refs/heads/master
2021-01-11T20:19:42.850387
2017-05-02T02:21:53
2017-05-02T02:21:53
79,090,926
3
0
null
null
null
null
UTF-8
Java
false
false
1,442
java
package com.lew.jlight.web.exception.handler; import com.lew.jlight.core.Response; import org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizer; import org.springframework.boot.web.servlet.ErrorPage; import org.springframework.context.annotation.Bean; import org.springframework.http.HttpStatus;...
[ "houxiang86@gmail.com" ]
houxiang86@gmail.com
9fbbdcb81985c3dc61e41c5e5fa1a0e7531687fa
12c0e200d81fcaa44757e35d922543a29f520374
/CrawlerExample/src/imagecrawler/ImageCrawlController.java
6c7e71f9c51283290def48bf880b394ad8f22579
[]
no_license
tumaolin94/my_backup
77234b7129bed79c26c0bfcc6326e82238403489
4ac92f94ebb76c2aefb388e8366c44ef7654b1de
refs/heads/master
2020-03-28T04:50:53.800844
2018-09-06T22:27:24
2018-09-06T22:27:24
147,740,422
0
0
null
null
null
null
UTF-8
Java
false
false
2,787
java
package imagecrawler; /** * 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 * (t...
[ "524561223@qq.com" ]
524561223@qq.com
f297428bb995099158799aed7454725bec0a90b2
13c371fffd8c0ecd5e735755e7337a093ac00e30
/com/planet_ink/coffee_mud/Abilities/Spells/Spell_DemonGate.java
492f4f12368fa5c28fe51b555f1f30233bf88925
[ "Apache-2.0" ]
permissive
z3ndrag0n/CoffeeMud
e6b0c58953e47eb58544039b0781e4071a016372
50df765daee37765e76a1632a04c03f8a96d8f40
refs/heads/master
2020-09-15T10:27:26.511725
2019-11-18T15:41:42
2019-11-18T15:41:42
223,416,916
1
0
Apache-2.0
2019-11-22T14:09:54
2019-11-22T14:09:53
null
UTF-8
Java
false
false
7,889
java
package com.planet_ink.coffee_mud.Abilities.Spells; 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.*; import...
[ "bo@zimmers.net" ]
bo@zimmers.net
4422522fa3a12e66badaf40d7b745ccfaece600f
130f321a23dee784274f861c352ae2bf19cf4aeb
/src/number/MultipleWords.java
ff6afc4e2575a1390aef471ab05894ad4c9cc230
[]
no_license
venerakadyr/Java_Project_B14
ef2da72c7f25b56639ce253f1a8d1ebd8a07f17e
f4c90b6e53ee07c3a71c8104016abbf800c398e2
refs/heads/master
2022-09-17T20:05:51.176889
2020-05-27T19:52:22
2020-05-27T19:52:22
220,682,456
0
0
null
2020-05-27T19:52:23
2019-11-09T18:03:12
Java
UTF-8
Java
false
false
697
java
package number; public class MultipleWords { public static void main(String[] args) { // 9) Given a String of: "knife", "wooden spoons", "plates", "cups", // "forks", "pan", "pot", "trash can”, “fridge”, “dish washer” //Go through the array and print the value if there is multiple words. String [] ...
[ "57569728+venerakadyr@users.noreply.github.com" ]
57569728+venerakadyr@users.noreply.github.com
b868b3c4611f4663a46625bce575c8d01ed9dfa5
1cfdd8cad18976c3b81b703b96a67c6f7fc67882
/oriented_object_model_practise/Ming_to_eat/src/main/java/com/ayl/gupao/version_1/preparemeal/PrepareMealFactory.java
27323f37a4e0459382a979b359aaa0442193a0d0
[]
no_license
brucewin6688/gupao-homework
a557ccb0383373ed0579946a14ee1b3d6dfc0482
dee0de3cccecebeef22ed9b03c6bfa5aaf783b1e
refs/heads/master
2020-04-19T05:08:23.907761
2018-04-14T17:49:59
2018-04-14T17:49:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
211
java
package com.ayl.gupao.version_1.preparemeal; import com.ayl.gupao.version_1.entity.Meal; /** * @author AYL 2018/4/7 16:12 */ public interface PrepareMealFactory { Meal prepareMeal(String...dishes); }
[ "445465143@qq.com" ]
445465143@qq.com
46aca9f1699d83e16a670adbad00318f2b4a5008
fb444d7cbeecdb22f5a5735f2ba4bf6ad71b95c6
/app.backend/src/main/java/de/jdynameta/jdy/spring/app/config/RestResponseEntityExceptionHandler.java
5b02b06c40ae736f0818f865186933689ceedac3
[]
no_license
schnurlei/jdy
006cad4a79f59c2175d27b5429aeb5a238d314c9
8c96bdc7c7530010e67fea357971ef4bac88d221
refs/heads/master
2020-03-28T17:24:49.343694
2019-09-13T13:44:07
2019-09-13T13:44:07
148,785,336
0
0
null
null
null
null
UTF-8
Java
false
false
3,693
java
package de.jdynameta.jdy.spring.app.config; import com.fasterxml.jackson.annotation.JsonFormat; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.dao.DataIntegrityViolationException; import org.springframework.http.HttpHeaders; import org.springframework.http.HttpStatus; import org.sp...
[ "rainer.schneider@exxcellent.de" ]
rainer.schneider@exxcellent.de
f0f265d814220729ca9da3111831363c8db5b925
b7b86e6bb117aca44e357845a4381b1aee856567
/src/test/java/com/example/demo/controllers/UserControllerTest.java
b34eb13e29c7349b80546f7459ebdad839be34a3
[]
no_license
tapsteri/udacity_ecommerce
3ca074a68f0722d2bcaa88e3a5887043fbc6690d
e2f07a284764e638ee7ae6df2ec9829fc6f1e420
refs/heads/master
2022-12-25T23:40:03.482200
2020-10-06T17:36:13
2020-10-06T17:36:13
300,966,826
0
0
null
null
null
null
UTF-8
Java
false
false
4,009
java
package com.example.demo.controllers; import com.example.demo.TestUtils; import com.example.demo.model.persistence.User; import com.example.demo.model.persistence.repositories.CartRepository; import com.example.demo.model.persistence.repositories.UserRepository; import com.example.demo.model.requests.CreateUserRequest...
[ "" ]
ef44d91d99ed46e553fa2c73f9d49711eeffa6cb
7af90676a3109ec9ac67046a1fa45deb1f1b108f
/WN/src/main/java/cn/powerun/springBoot/controller/SpotsController.java
92255bf822c7f8b77b4c8dfc1aeb8f43a2b6e1df
[]
no_license
MarkXv/project-java
4cd3d30d2fcc21ace887aedb19f6206d9f215aef
693a9ea7ce39e377a22228160541fc69bf62d917
refs/heads/master
2022-12-24T18:15:11.359042
2019-08-27T14:12:34
2019-08-27T14:12:34
142,419,561
1
0
null
2022-12-16T04:54:32
2018-07-26T09:30:45
JavaScript
UTF-8
Java
false
false
4,422
java
package cn.powerun.springBoot.controller; import cn.powerun.springBoot.pojo.spot.Category; import cn.powerun.springBoot.pojo.spot.Spots; import cn.powerun.springBoot.service.CategoryService; import cn.powerun.springBoot.service.SpotsService; import org.springframework.beans.factory.annotation.Autowired; import org.spr...
[ "markxvg@gmail.com" ]
markxvg@gmail.com
ca9503dfaf6b51a2aa617eec73ac42af438c6fad
06af424c0f31d8ba32d315b77feeca1dbfbeff8a
/ProyectoBasesI/ProyectoBasesI/src/proyectobasesi/empleado.java
ebb5475976cfdb4f35bb6d4d427f9cf580e70641
[]
no_license
RASanchezB/ProyectoBasesI
f224c324dc06d86f1f89a68b1b254dbfcce20961
f01ca6ad0de23071a312c6d3257259ef3c4ad85c
refs/heads/master
2020-03-29T11:17:40.627515
2018-09-25T19:49:33
2018-09-25T19:49:33
149,844,839
0
0
null
null
null
null
UTF-8
Java
false
false
977
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 proyectobasesi; public class empleado { int dni; String emp_afiliacion; String contraseña; public empleado(i...
[ "dam_900@unitec.edu" ]
dam_900@unitec.edu
252adedc0186f3799eb25894b4df06a1e3a11998
54210520db4839c898942faaa7b94606443ff9d9
/src/test/java/com/cybertek/tests/day10_sync/ExplicitWaitExample.java
2f9761ea841ee5cd9347f6921c878b6c704ea3e8
[]
no_license
davutbilgic/EU2TestNGProject-dvt
df208dd5b0210b5f6b2be471fee6e8f1d95e6e22
5d12371ab8c4f2256ec0eb38b4458e732dec03f9
refs/heads/master
2023-05-28T20:59:30.356194
2020-05-27T19:51:18
2020-05-27T19:51:18
265,970,810
0
0
null
2023-05-09T18:50:44
2020-05-21T23:11:08
Java
UTF-8
Java
false
false
1,888
java
package com.cybertek.tests.day10_sync; import com.cybertek.utilities.WebDriverFactory; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.ui.ExpectedConditions; import org.openqa.selenium.support.ui.WebDriverWait; import org.te...
[ "db.davutbilgic@gmail.com" ]
db.davutbilgic@gmail.com
3a4a0fa765a652240c2671704c528e5f8df610f5
3f9f0c655ff0bf4b94f583f3301bb96984f5d5f3
/src/ar/com/xeven/Servicio.java
1c99aa051dbc3fe5b83cf0f0d13c4168f2530858
[]
no_license
pabloacvd/CRMVentas
ffd88a38e5fb1ce49e5b44702aa76ab658ddbe8f
02e69d785c75ad64413c8b126292de1c264253a7
refs/heads/master
2023-04-18T05:26:33.663639
2021-04-30T01:04:12
2021-04-30T01:04:12
342,886,154
0
0
null
null
null
null
UTF-8
Java
false
false
287
java
package ar.com.xeven; public class Servicio implements Item{ @Override public double getPrecio() { return 0; } @Override public String getNombre() { return null; } @Override public String getDescripcion() { return null; } }
[ "pablo@xeven.com.ar" ]
pablo@xeven.com.ar
9be3b3383b8feabceb72af783c87315611ad6126
2b1648f0c86cdddf164a32a956d9115f5978ca7f
/src/engine/AdditionEvaluator.java
d5518d0ccfeacb6af6c2cb04b99ef953c561f90c
[]
no_license
konsto/mol
546ce4dfed38be8a96d207c235feac17f5c3fab5
5819a5ac8fe301c7e7dd2ddfdc4154044b5de181
refs/heads/master
2021-01-19T07:18:47.656016
2012-11-30T20:34:24
2012-11-30T20:34:24
40,775,149
0
0
null
null
null
null
UTF-8
Java
false
false
209
java
package engine; public class AdditionEvaluator implements IBinaryEvaluator { @Override public IObject evaluate(IObject left, IObject right) throws Exception { return left.add(right); } }
[ "michalewandowski@gmail.com" ]
michalewandowski@gmail.com
610899477467ed3608d2f65aa8635b4c491ac351
b7e31f4943430134de7cc0384d5ce91525df3858
/transfuse/src/main/java/org/androidtransfuse/model/manifest/InstallLocation.java
ab6ab6d056c73ecb3921ae58a736929425c8c98e
[ "Apache-2.0" ]
permissive
johncarl81/transfuse
233ce44e8484f7184e3fe65aae7b9f3c1ee22d3a
217e00f6f09f98240254cc14f8c2c246dea1d5dc
refs/heads/master
2023-03-19T04:52:01.475202
2021-07-17T23:16:52
2021-07-17T23:16:52
2,416,378
118
32
Apache-2.0
2021-07-19T22:17:25
2011-09-19T15:57:21
Java
UTF-8
Java
false
false
1,006
java
/** * Copyright 2011-2015 John Ericksen * * 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...
[ "johncarl81@gmail.com" ]
johncarl81@gmail.com
6b425550f5747b7799fde4b36c8ae7a294c003bf
130f7fa215a57b7d4996ea2b7fc39d04beded8b8
/src/main/java/prototypepattern/Shape.java
436db9a24dd7b1d5a72ea0147d5e1cc13cd55cd6
[]
no_license
runningkay/KayDesignPatternDemo
15c8e3da5d2224432011620f9e34c1a6d627760b
d50652589949348aa4d0c5fcad0f54e1f898b7e6
refs/heads/master
2021-01-11T06:05:15.314345
2016-09-30T07:05:47
2016-09-30T07:05:47
69,074,063
0
0
null
null
null
null
UTF-8
Java
false
false
605
java
package prototypepattern; /** * Created by Bo-Young on 2016/9/25. */ public abstract class Shape implements Cloneable { private String id; protected String type; abstract void draw(); public String getType() { return type; } public String getId() { return id; } pub...
[ "prodigal0906@aliyun.com" ]
prodigal0906@aliyun.com
0ddacc9503fd7373ef2ec0ecabdf138be80a9938
516761a17a050ee05890b05438c3db674144c43c
/library/src/main/java/me/xiaopan/spear/process/ImageProcessor.java
793d0434f90b9973a9339218bec113456067cbac
[ "Apache-2.0" ]
permissive
kuyun-zhangyang/Spear
ca43c833ea2566c38dbe8aa18d167ef32ecf9852
0e867a1a11df95212b69d16713aeb1fbe82d0dd4
refs/heads/master
2020-04-05T18:28:44.373350
2015-04-18T18:24:30
2015-04-18T18:24:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,247
java
/* * Copyright (C) 2013 Peng fei Pan <sky@xiaopan.me> * * 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 appli...
[ "sky@xiaopan.me" ]
sky@xiaopan.me
057c64d213c6620624a47477f522e629779fcec1
a8928dc502a8a3c3e602ddfe9aa737dcbbb37bd9
/jone-service/src/main/java/com/jone/service/common/ContentServiceImpl.java
055ae0683e884856a324661c5db57acbf8632f30
[]
no_license
xiangjg/jone
efb8c3181e574522b498fd78debb5605fa3eb6e6
215ecd65fba02b40e6c5a53ead1fea4fc3e7d3c9
refs/heads/master
2021-08-15T00:48:57.465880
2017-11-17T03:35:49
2017-11-17T03:35:49
109,360,764
0
0
null
null
null
null
UTF-8
Java
false
false
214
java
package com.jone.service.common; import com.jone.api.common.ContentService; import org.springframework.stereotype.Service; @Service("contentService") public class ContentServiceImpl implements ContentService { }
[ "1991887681@qq.com" ]
1991887681@qq.com
1771d3c40a22dd409e6cf2a5be98e385ce4f3cc9
f09d42afcdfb1b51e79f73b162fea1994c91236b
/idp-oidc-extension-api/src/main/java/org/geant/idpextension/oidc/messaging/context/package-info.java
f1bd246ec7a245a9328588fe900d0cdeb98792bb
[ "BSD-2-Clause" ]
permissive
lhoekenga/shibboleth-idp-oidc-extension
369b09783db3d2f5635af906041086ceb6476c0d
6e523070d92ef8d01ed65515d6e1eee232d5e6fb
refs/heads/master
2020-03-25T23:56:44.874123
2019-04-02T18:12:39
2019-04-02T18:12:39
144,300,076
0
0
null
2018-08-10T15:00:20
2018-08-10T15:00:19
null
UTF-8
Java
false
false
1,693
java
/* * GÉANT BSD Software License * * Copyright (c) 2017 - 2020, GÉANT * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the * following conditions are met: * * 1. Redistributions of source code must retain the above copyright ...
[ "henri.mikkonen@iki.fi" ]
henri.mikkonen@iki.fi
f3ecef314cefb2c8a9320c5f4a04ba21329d7a34
e6a977b8c8ac1546aeeaf4e7ffd7f467324a832d
/ac/monitor/components/error-monitor/src/main/java/com/hp/it/perf/monitor/config/ConnectConfig.java
e45c29c2aec5d2ca656c71b4e3b1b2989d7044ec
[]
no_license
shengyao15/performance_project
6c86d6493d2c2d79d3e0d3585f96557a8584b1f6
d3f7a66e9065379452fcda0bb6209a529822393c
refs/heads/master
2021-05-16T03:07:16.637843
2017-11-01T06:35:58
2017-11-01T06:35:58
20,017,606
0
0
null
null
null
null
UTF-8
Java
false
false
967
java
package com.hp.it.perf.monitor.config; import java.util.HashMap; import java.util.Map; public class ConnectConfig implements ConnectConfigMXBean { private Map<String, String> configs = new HashMap<String, String>(1); /* (non-Javadoc) * @see com.hp.it.perf.monitor.config.ConnectConfigMXBean#getConfigs() */ @...
[ "shengyao15@126.com" ]
shengyao15@126.com
1be76ab06f1cd005d92012a68ee42e83ec6b0f46
f0da9aa109f38e9ed0e598995536d13037d445e8
/Backend/models/testsrc/models/VideoTest.java
c9f590c115fc2a0f18841236d64af9dd137e859d
[]
no_license
jan-verm/Design_project
cbd9c411c4ae97d43693d94019c1f6032c455674
ff6fd9664666f25d64f639a78c58cb062437c2cd
refs/heads/master
2021-06-29T12:54:13.087335
2017-09-20T14:37:50
2017-09-20T14:37:50
104,227,264
0
0
null
null
null
null
UTF-8
Java
false
false
2,606
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 models; import org.junit.After; import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; import org...
[ "jan.verm84@gmail.com" ]
jan.verm84@gmail.com
25803d732ba79cc9a9bda01ca60a8b5d4dc87c5a
6710c7afa317bc8e1ed4009bf44b4f2966cb3d6a
/YOUTUBEAPP/src/main/java/dev/vn/groupbase/App.java
2144f3ee7abb63a9c40937c66fdf73b4642868d4
[]
no_license
GroupBase/YouTubeApp
3278f09725b95424fee71e63acd5de0c2df11619
327ff157ebd22ee906f5269ecc1611947c5b6ae6
refs/heads/master
2020-07-29T22:50:53.504432
2016-11-16T04:32:52
2016-11-16T04:32:52
73,656,167
0
0
null
null
null
null
UTF-8
Java
false
false
750
java
package dev.vn.groupbase; import android.content.pm.PackageManager; import gmo.hcm.net.lib.OpenSQLiteBase; import gmo.hcm.net.lib.SQLiteDB; import gmo.hcm.net.lib.SQLiteManager; import gmo.hcm.net.lib.ApplicationBase; /** * Created by acnovn on 10/14/16. */ public class App extends ApplicationBase { @Overrid...
[ "nghiath@runsystem.net" ]
nghiath@runsystem.net
71ed09b80cb88bc0d68e88a1f864859e0d65c843
47bfbc85976de389115f0493fe594ae90497caf6
/ShoppingCart/src/main/java/com/suman/dev/controller/PageController.java
b9b452d23e949138a6a48a9daf555c464ace6baa
[]
no_license
ShresthaSuman/shoppingcart
a2ca274199b59036ea5f9ff94ab9b19c5d58ac95
8e131ce9a3c4a15d652dfeb6fba884c09644dcdd
refs/heads/master
2022-12-27T23:58:02.680657
2020-10-14T07:10:27
2020-10-14T07:10:27
279,640,778
0
0
null
null
null
null
UTF-8
Java
false
false
1,118
java
package com.suman.dev.controller; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PathV...
[ "shrestha.suman9803@gmail.com" ]
shrestha.suman9803@gmail.com
6b22d9373a9e1fbc3c1b505605fcc40efe85e014
ea8fb2ba093fe8ad8d2b73bcabe580df84841ac3
/chapter14/GenericConstructor.java
a26c03a4caab4992ebeae72c866edcd922af5cbb
[]
no_license
adarshvee/Java-9-A-Complete-Reference
134d8edb86b73f3b201f0d0bbb972642dbe81b54
7132288b211d90b2d3effc1f9c21effc51eccf89
refs/heads/master
2020-03-18T08:09:59.857277
2018-06-05T14:50:09
2018-06-05T14:50:09
134,494,008
0
0
null
null
null
null
UTF-8
Java
false
false
652
java
package chapter14; /** * This class demonstrates the use of generics in a class-constructor. Such * generics can apply even if the class itself is not generic * @author Adarsh V */ public class GenericConstructor { private double val; <T extends Number> GenericConstructor(T arg) { val = ar...
[ "adarshvijayaraghavan@gmail.com" ]
adarshvijayaraghavan@gmail.com
aa22f1e77af15729c48de318e4eb16aafbb5ffbb
b615ef46ae2525ac7d6cdb1e48f64931be34aca6
/zxing/src/main/java/cn/park/com/zxing/bean/ZxingConfig.java
89c6cedfeaf03b7b6ac6fc1afb8a67b2954bcc1e
[]
no_license
muyed/wisdom-parking-android
29f66decf656ebc6912af3b44dd1b6bc055b65c3
d061ea35a1322be80eadb7e4ce18d5ed24f43e5f
refs/heads/master
2021-05-10T18:07:39.981927
2019-02-15T09:02:00
2019-02-15T09:02:00
118,621,218
0
0
null
null
null
null
UTF-8
Java
false
false
1,416
java
package cn.park.com.zxing.bean; import java.io.Serializable; /** * @author: yzq * @date: 2017/10/27 14:48 * @declare :zxing配置类 */ public class ZxingConfig implements Serializable { /*是否播放声音*/ private boolean isPlayBeep = true; /*是否震动*/ private boolean isShake = false; /*是否显示下方的其他功能布局*/ ...
[ "leocheung4ever@gmail.com" ]
leocheung4ever@gmail.com
b6eabcaf5e84a404d46301945826b15a8702dd02
ef6d9a00b0c2ce83fa355f34f6e26e9cb2814719
/src/MyWebServer/Response.java
3f0f1f2b5ad872d1801baad4d60f39489b261351
[]
no_license
shi1123/MyWebServer
ddbfb4d53cee6e7a926fed73852c7143627b0343
6edbe3c2e5c84307edcb57ae9b076290a351b4aa
refs/heads/main
2023-06-03T22:16:24.002362
2021-06-19T15:13:31
2021-06-19T15:13:31
378,441,127
0
0
null
null
null
null
UTF-8
Java
false
false
320
java
package MyWebServer; import java.io.PrintStream; /**将处理后的信息返回给浏览器 * @author shizhp * @data 2015年12月24日 */ public class Response { private PrintStream out; public PrintStream getOut() { return out; } public void setOut(PrintStream out) { this.out = out; } }
[ "yomingyo@gmail.com" ]
yomingyo@gmail.com
2b6802fae48a6d08d4ac6e0fcb8a2432f0c9c096
6459035361939086aa04dae784360add15fd1241
/interface/src/main/java/com/kis/viewmodel/TreeNodeViewModel.java
691ab47671d19a06174d1e293509184c315cf094
[]
no_license
yasikvor/KisYProject
777162a15b0402c33ecb7997e9166c46dd2afee9
8e2a01a144125973eb7d91afcdf133c10fc8c16b
refs/heads/master
2020-04-05T00:03:40.345902
2018-11-06T12:40:15
2018-11-06T12:40:15
156,381,741
1
0
null
null
null
null
UTF-8
Java
false
false
18,317
java
package com.kis.viewmodel; import com.kis.constant.ConnectionObjectConstant; import com.kis.constant.GrammarConstants; import com.kis.domain.TreeNode; import com.kis.loader.dbloader.exception.ObjectNotFoundException; import com.kis.loader.dbloader.utils.DbObjectComparator; import com.kis.model.*; import com.kis.printe...
[ "kis.y@dbbest.com" ]
kis.y@dbbest.com
f9aa7e6e505a39f3d4f6666175b33cc7cbf99221
c6dc3346f5bc2e63b18d1491b3be4f9ccebe3209
/src/main/java/com/hotelserver/model/search/HotelDescriptiveContentType.java
70093d792288ab0f98bdce5f84e18e22da09a0b2
[]
no_license
codingBitsKolkata/hotel-server
bd3293172fa5c796454d59f23b333b698765adcc
97e5c1c3229eef72992cdbd01436f93158ba3103
refs/heads/master
2020-04-13T14:16:18.712379
2019-03-27T06:40:00
2019-03-27T06:40:00
163,256,941
0
0
null
null
null
null
UTF-8
Java
false
false
31,103
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 // 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: 2019.03.10 at 01:51:...
[ "avirup.pal@gmail.com" ]
avirup.pal@gmail.com
3b95a98144950fc58731603e3f149fccd36a5ac7
7fe650678d20a0ac07bed8ef008710c51161d22e
/app/src/main/java/com/feyon/myapplication/themeUtil/setter/TextColorSetter.java
39b54dbb34f0377609bb967d57620277cff6c277
[]
no_license
HaleyHong/Test2
035688543d031030a9a5b6d9286e6d4a0a93fe35
9b09a419fa365d3759ca5da302a9383eacd02e2e
refs/heads/master
2020-06-25T18:10:47.145930
2019-07-29T05:54:25
2019-07-29T05:54:25
199,386,569
0
0
null
null
null
null
UTF-8
Java
false
false
566
java
package com.feyon.myapplication.themeUtil.setter; import android.content.res.Resources.Theme; import android.widget.TextView; /** * TextView 文本颜色Setter * @author mrsimple * */ public class TextColorSetter extends ViewSetter { public TextColorSetter(TextView textView, int resId) { super(textView, resId); } p...
[ "292281446@qq.com" ]
292281446@qq.com
1927224e044c814277a50ef9f30564e5b49a08df
477496d43be8b24a60ac1ccee12b3c887062cebd
/shiro-chapter23/shiro-chapter23-server/src/main/java/com/haien/chapter23/dao/OrganizationDao.java
2f228c98a99b9e2ea6cb299ffd4eb7d5d2b0bd04
[]
no_license
Eliyser/my-shiro-example
e860ba7f5b2bb77a87b2b9ec77c46207a260b985
75dba475dc50530820d105da87ff8b031701e564
refs/heads/master
2020-05-20T23:45:31.231923
2019-05-09T14:06:04
2019-05-09T14:06:04
185,808,582
0
0
null
null
null
null
UTF-8
Java
false
false
643
java
package com.haien.chapter23.dao; import com.haien.chapter23.entity.Organization; import java.util.List; /** * <p>Organization: Zhang Kaitao * <p>Date: 14-1-28 * <p>Version: 1.0 */ public interface OrganizationDao { public Organization createOrganization(Organization organization); public Organization up...
[ "1410343862@qq.com" ]
1410343862@qq.com
f4daa159f95fd57faa1166972a003984ac0c4fe1
233ad8007daa4606050bf6fac6c06493e32e662b
/RobotCode2020New/src/main/java/frc/robot/commands/shootercommands/StopJamCommandGroup.java
f412214a2eeafd2f87adda04e6d7ed4941e94307
[]
no_license
FRC930/Robot2020
278ffc7393b7272aef386cf39a9140a2ff7e6311
6185806422ec01fa8692cc4369e8007b252e6c4c
refs/heads/master
2021-07-08T11:11:06.720580
2020-12-22T19:07:00
2020-12-22T19:07:00
220,355,982
4
1
null
2020-12-22T19:07:01
2019-11-08T00:43:56
Java
UTF-8
Java
false
false
2,188
java
/*----------------------------------------------------------------------------*/ /* Copyright (c) 2019-2020 FIRST. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directo...
[ "aocampo2862@gmail.com" ]
aocampo2862@gmail.com
4a266eb1e06d747743a7f1d9534dae5f06dd667e
2d35a415a7f6d208143a081fb789993d1040955d
/app/src/main/java/com/lala/lashop/ui/cate/SearchFragment.java
b302bf7c0e04c116a3ee8356f83e299e6c72439f
[]
no_license
ch3ngxuyuan/LaShop
fba5b8768f4960bb86a7f46e07f930861d0ab3b2
23721fa463005ef68b448518e9369abab2ac35df
refs/heads/master
2020-03-23T15:01:43.653398
2018-04-25T09:25:43
2018-04-25T09:25:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,624
java
package com.lala.lashop.ui.cate; import android.os.Bundle; import android.support.v7.widget.DividerItemDecoration; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import android.view.View; import android.widget.ProgressBar; import com.chad.library.adapter.base.Base...
[ "913835745@qq.com" ]
913835745@qq.com
66a4bb3715181dd0718f3d232c60a8b5d4ad4728
3707564e7a9f5acb9bf784c28d9773950a29c7d1
/app/src/main/java/com/haobin/watermelon_all_summer/module/main/SplashActivity.java
8d49150f63ae0973c6589a30524b1b4200a81e5a
[ "Apache-2.0" ]
permissive
WengHaobin/WatermelonAllSummer
a6cb87a4a32119bb93f17b7321d8da418a058f5a
74938f49713db053c453fd32c0d8a8052acaec2d
refs/heads/master
2020-03-31T20:55:05.057598
2018-11-14T02:44:03
2018-11-14T02:44:03
152,560,403
5
0
null
null
null
null
UTF-8
Java
false
false
1,978
java
package com.haobin.watermelon_all_summer.module.main; import android.animation.Animator; import android.os.Bundle; import com.airbnb.lottie.LottieAnimationView; import com.haobin.watermelon_all_summer.R; import butterknife.BindView; import cn.droidlover.xdroidmvp.mvp.XActivity; import cn.droidlover.xdroidmvp.router....
[ "532602716@qq.com" ]
532602716@qq.com
6be44843879a0df7e7d30f11c9e59fb08f7f0586
2b9f6c744351ce09677d07bdedc106b298e39c5c
/WM_Manhattan_Automation/src/main/java/PageObjects/NewTest.java
152dfffc252f5f5e6f8945d51b73faa1c9a70c46
[]
no_license
Arun2254/WM_Manhattan_Automation
7b09155c9671d1d7caa90b288606bec2f95a8b3e
987e5f8bd43bebd9beb43d7d8a6b1e321b0b355d
refs/heads/master
2020-03-24T05:13:57.419259
2018-07-30T17:59:51
2018-07-30T17:59:51
142,480,403
0
0
null
null
null
null
UTF-8
Java
false
false
806
java
package PageObjects; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.firefox.FirefoxDriver; import org.testng.annotations.AfterTest; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; public class NewTest { public WebDriver driver; @Before...
[ "arun.yellapu7@gmail.com" ]
arun.yellapu7@gmail.com
23f34151555d0ced2e04b1bace62f08d08346aae
b55a861772bdc064f644ae51431f07f75bf2ae29
/src/main/java/blog/template/AbsAccount.java
983585abbb3ec0eba55c9ead66e6486d69b2d472
[]
no_license
nextGood/designPattern
f1754cd887a1b8e299c3f0ba344ce2c4b3ff73a6
93f0323da130eea4ae2a1e1dc080f2a71083a0e6
refs/heads/master
2021-07-09T16:45:57.170301
2017-10-12T02:15:23
2017-10-12T02:15:23
106,361,871
0
0
null
null
null
null
UTF-8
Java
false
false
1,021
java
package blog.template; import java.math.BigDecimal; /** * Created by nextGood on 2017/10/9. */ public abstract class AbsAccount implements IAccount { @Override public Double calculateInterest(Double capital) { Double interestRate = doCalculateInterestRate(); //由于Java的简单类型不能够精确的对浮点数进行运算,BigD...
[ "lumingan@mindai.com" ]
lumingan@mindai.com
dcdd78a6d638cef33614eb828081701b73f16a6a
c8d4d58f2c0af0d761c514d47277cf5d8bdbb6f5
/com/bridgelabz/fellowshipprogramss/functional/Quadratic.java
5aa87ea995512f3de4c3613f6f094002bf34271a
[]
no_license
Pramila0526/Week1Programs
23d7b20220432771c29044a6fc3cf6b9050c2951
544584ff994aa05461fcf1e8c0dfad7abe91a097
refs/heads/master
2020-12-13T00:44:43.224835
2020-01-16T08:19:31
2020-01-16T08:19:31
234,269,357
0
0
null
null
null
null
UTF-8
Java
false
false
490
java
/** * @author : Pramila0526 * Date : 9/11/2019 * Purpose: Quadratic Equation. * */ package com.bridgelabz.fellowshipprogramss.functional; import com.bridgelabz.fellowshipprogramss.utility.Utility; public class Quadratic { public static void main(String[] args) { System.out.println("Enter the value of ...
[ "pramila.tawari2607@gmail.com" ]
pramila.tawari2607@gmail.com
9b05e27529761fba841c1fd1faf79a3ac3bb18b9
7ab0fddb577c06989c3718fd50f7250fcbe81821
/AlternativeQL/src/org/qls/ast/widget/default_widget/DefaultWidgetSet.java
0b22b1315543a3338417d40280f3249c55739fc3
[]
no_license
thanus/myriad-ql
54ce0d4dfbd5336c9f5c1d9b7ebf7072d6bdb4a0
a7294c108f35a4b1c0ba90982aa41f93f7a68a51
refs/heads/master
2020-12-02T17:45:40.794417
2017-04-24T20:39:04
2017-04-24T20:39:04
null
0
0
null
null
null
null
UTF-8
Java
false
false
877
java
package org.qls.ast.widget.default_widget; import org.ql.ast.type.Type; import org.qls.ast.page.CustomWidgetQuestion; import java.util.HashSet; import java.util.Set; public class DefaultWidgetSet { private final Set<DefaultWidget> widgetSet = new HashSet<>(); public void add(DefaultWidget defaultWidget) { ...
[ "joan.grigorov@gmail.com" ]
joan.grigorov@gmail.com
ed3c85a830868271a193081d2331999cfab0e357
c81c8ec8a271bb6cefc39f8350491d349c27614d
/test.java
8777b4e043dd06d40186daa1e2b8688472ee1caf
[]
no_license
Natthapolmnc/DataStructure
2445beb98ffb9b2d10dfacc4a1a379ac178a73ec
7c59ce5a15ea56d65c0fbf8976bf93ed92e27be8
refs/heads/master
2022-12-17T08:33:44.281624
2020-09-19T02:38:53
2020-09-19T02:38:53
296,772,132
1
0
null
null
null
null
UTF-8
Java
false
false
142
java
import java.util.LinkedList; class test{ public static void main(String[] args) { int array[]= {12312,3,2}; array.size }
[ "natthapol3011@gmail" ]
natthapol3011@gmail
ac45d9b4d17c030382d9d27ebbf88999147840c3
ccd3ca6e9d0c03b3f7e88d2da97af0c08599e852
/Tema9/Ejercicio02Prueba.java
4c68a9f5bcc3f0c2c5c3e45e092166ce600d55f7
[]
no_license
JorgeAlcarazKuv/EjerciciosAsignaturaProgramacion
ee1f2c348d3a4319bebdd7aa8806b1f6ee310b14
28a0fda62f846495d1c4e060c10c75f5cf777fa6
refs/heads/master
2021-01-12T16:17:59.001601
2017-02-01T07:30:15
2017-02-01T07:30:15
70,043,540
5
0
null
null
null
null
UTF-8
Java
false
false
1,545
java
import java.util.Scanner; /* * @author Jorge Alcaraz Bravo * Tema 9 Ejercicio 02 * */ public class Ejercicio02Prueba { public static void main (String[] args) { Scanner t = new Scanner(System.in); Ejercicio02Bicicleta bici1 = new Ejercicio02Bicicleta(20); Ejercicio02Coche coche1 = new Ejercicio02Coc...
[ "jrg.kuv@gmail.com" ]
jrg.kuv@gmail.com
143f6a0d99f0e3c655187bdf32ab507585cc9a0e
18ee7d3df0879e14aa1fd2f176dc07f544c54817
/interno/src/main/java/interno/bo/ChamadoTabletBO.java
36c2316ba75ce332ece84c925fe0beacb2d38b70
[ "Apache-2.0" ]
permissive
rlc07/interno
f2706ee7816fbf9990adfe968a3b8052a7631a4b
db5b418915fe05b45c6b1b976475bdb23f1b9a5d
refs/heads/master
2021-01-21T14:39:42.411235
2017-06-25T00:45:01
2017-06-25T00:45:01
89,748,904
0
0
null
null
null
null
ISO-8859-1
Java
false
false
3,120
java
/** * */ package interno.bo; import java.util.List; import interno.dao.ChamadoTabletDAO; import interno.modelo.ChamadoTablet; /** * @author Ronaldo *25 de mar de 2017 */ public class ChamadoTabletBO { private ChamadoTabletDAO dao; public ChamadoTabletBO(){ dao = new ChamadoTabletDAO(); } public boo...
[ "ronaldo.lc95@hotmail.com" ]
ronaldo.lc95@hotmail.com
5f34a5763521c5a0c4bb1522c05c63a44b1a2864
e3b5d5d0137f12720c4c2ea190c9f872412c1f9c
/app/src/main/java/winning/zhihuibj/fragment/LeftFragment.java
be44678b4b9623e84a9e27f01a95b79109199793
[]
no_license
yeluowuhen52/ZhiHuiBJ
cf8b8d845d6b4d48d7c85c020729e20529be1cce
35c46c114ea1edb6ca7909e2e1ae3f97103d1c00
refs/heads/master
2021-06-14T00:45:53.160251
2016-12-01T03:40:01
2016-12-01T03:40:01
null
0
0
null
null
null
null
UTF-8
Java
false
false
657
java
package winning.zhihuibj.fragment; import android.content.Context; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import winning.z...
[ "JTQc5235" ]
JTQc5235
b6626adc1a62e4473a97fc62a6b6c9d3c5c4bfd0
82ead8c00b33e93bada3d430764f958cabcaf551
/src/main/java/whitesquare/glslcross/glslcompiler/BytecodeVisitor.java
8c9b288eec3f7f06ac16bcddf6546308a4af9590
[ "MIT" ]
permissive
baaahs/fragbyte
43b0d98c4f04f047db8a1067ddf1351d6add16b4
5470ec1105a8563917588b6557772cbd1fd4e76e
refs/heads/master
2020-06-06T01:28:32.322888
2019-06-20T01:58:40
2019-06-20T01:58:40
192,601,203
0
0
null
2019-06-18T19:33:40
2019-06-18T19:33:39
null
UTF-8
Java
false
false
5,482
java
package whitesquare.glslcross.glslcompiler; import java.util.Stack; import whitesquare.glslcross.ast.ASTVisitor; import whitesquare.glslcross.ast.Assignment; import whitesquare.glslcross.ast.BinaryOp; import whitesquare.glslcross.ast.Block; import whitesquare.glslcross.ast.Construction; import whitesquare.glslcross.a...
[ "divan.burger@gmail.com" ]
divan.burger@gmail.com
4007762367e544ac66b7196ef1c1e1ea613c3460
335708075b090668bd102ed547c61286a304f2d7
/pammClient/imported/org/client/grid/properties/Property.java
711a4e6f7bf9e711e96854e932ccc42da6c41b24
[]
no_license
yudin-s/pammAnalytics
6f4288dd68cb39fcff0e6f938315c5db481b8db2
3d8e10b1530e553d3c8c951ee8d1ab82ef5a396c
refs/heads/master
2020-03-28T11:24:13.039414
2018-09-10T19:39:06
2018-09-10T19:39:06
148,208,928
0
0
null
null
null
null
UTF-8
Java
false
false
2,518
java
package org.client.grid.properties; import org.eclipse.swt.graphics.Color; import org.eclipse.swt.graphics.Font; import org.eclipse.swt.graphics.Image; /** * Java bean which contains all information about cell. * */ public class Property { private Object value; private String text; private String...
[ "enfros2000@gmail.com" ]
enfros2000@gmail.com
b3bc077eb2a2d072e47d4448f89dcca8a40e6b87
44025e778142cb077fdb2c24f9bd595c6d13ac89
/Arjuncarona/src/test/java/inclss.java
07ede8939864eb93620d2c378fdffb007c18d3a8
[]
no_license
arjunkorandla/DemoEcommerce
c25d2310625df2e829214e7a77cb2d2528cef35a
f7b71f2bfc4a0eff8fecf9211dbe9dc40e85a738
refs/heads/master
2022-12-18T20:31:39.670280
2020-09-25T01:30:04
2020-09-25T01:30:04
298,436,988
0
0
null
null
null
null
UTF-8
Java
false
false
595
java
import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; public class inclss { public static void main(String[] args) throws InterruptedException { // TODO Auto-generated method stub System.setProperty("webdriver.chrome.drive...
[ "arjunkorandla@gmail.com" ]
arjunkorandla@gmail.com
811bcab2ac47d21a28e2af7d064e02c4d64d6fc8
3487fc48cec55dc022654f1d59d09d0ba31281f5
/src/main/java/com/kuuhaku/heartbeat/nettyServer/handle/PostManHandle.java
b312829e7b416b1075160c990b2ad07b5c7ca6d0
[]
no_license
NoGame-NoLife/NettyServer
6a10f7ff79d6e3e04a7c761b1623019cf9d37c42
52aa62e7bf0f76249debe9c08f56888db93bbf3e
refs/heads/master
2022-07-24T15:04:18.098522
2019-12-16T10:32:58
2019-12-16T10:32:58
226,236,236
0
0
null
2022-06-21T02:25:54
2019-12-06T03:14:14
Java
UTF-8
Java
false
false
429
java
package com.kuuhaku.heartbeat.nettyServer.handle; import io.netty.channel.ChannelHandlerContext; import io.netty.channel.SimpleChannelInboundHandler; /** * @Description TODO * @Author Kuuhaku * @Date 2019/12/16 17:47 **/ public class PostManHandle extends SimpleChannelInboundHandler<byte[]> { @Override pr...
[ "kuuhaku@msn.com" ]
kuuhaku@msn.com
d29d25b3f33a43309bc4581ce6c477d87756ad90
fb8727dd27d9bfe71290ad4e61a318588bb52880
/src/main/java/org/cytoscape/pokemeow/internal/algebra/Ray3.java
e2562f3bb147ae9e6c0a82d32f21b7ecbe3a0bd9
[]
no_license
rico2004/PokeMeow-Renderer
990973f987ca4d58dd228aefc4aa35d3d33cff95
9c1f7b38d5649532a6661482c75333b248013e1f
refs/heads/master
2021-06-22T11:41:30.400222
2017-08-28T17:49:57
2017-08-28T17:49:57
null
0
0
null
null
null
null
UTF-8
Java
false
false
333
java
package main.java.org.cytoscape.pokemeow.internal.algebra; public class Ray3 { public Vector3 origin, direction; public Ray3(Vector3 origin, Vector3 direction) { this.origin = origin; this.direction = direction; } @Override public String toString() { return origin.toString() + " -> " + direction.toS...
[ "zmh.leaves@gmail.com" ]
zmh.leaves@gmail.com
067629703af6e981d2ac4a42897cec3d95c07b27
093e942f53979299f3e56c9ab1f987e5e91c13ab
/storm-server/src/main/java/org/apache/storm/daemon/drpc/DRPC.java
40939616fde88870ff69fb325200f27546b3308a
[ "Apache-2.0", "GPL-1.0-or-later", "BSD-3-Clause", "MIT", "BSD-2-Clause" ]
permissive
Whale-Storm/Whale
09bab86ce0b56412bc1b984bb5d47935cf0814aa
9b3e5e8bffbeefa54c15cd2de7f2fb67f36d64b2
refs/heads/master
2022-09-26T10:56:51.916884
2020-06-11T08:36:44
2020-06-11T08:36:44
266,803,131
3
0
Apache-2.0
2022-09-17T00:00:04
2020-05-25T14:39:22
Java
UTF-8
Java
false
false
10,141
java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
[ "798750509@qq.com" ]
798750509@qq.com
29b66ce9b0669b8c002792cf3d07259acd83afa7
5699a2d087c5608d7d49fd4f036266d493712b78
/src/distributedsystems/Node.java
28eb6be54640143352d686fb01aa03bab761d23e
[]
no_license
EddyDavies/Year2_DistributedSystem
deac8ea9d0f44f13d786920f2d4598fb8427348c
11ec26b6fb0b5bc95aa3beb61f18cc82610d29bf
refs/heads/master
2020-09-13T12:47:59.136507
2019-11-19T20:43:19
2019-11-19T20:43:19
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,375
java
package distributedsystems; import java.util.LinkedList; public class Node{ private final int myID; //ID of this node private int idBefore; //ID of next node in Clockwise direction private int idAfter; //ID of next node in Anticlockwise direction private int leaderID; // Elected leader private int...
[ "Edward@family-davies.co.uk" ]
Edward@family-davies.co.uk
40b01101b427983aa3ea938a0f5775f163d586ec
64011605ebde6b3466ececb62429328f2a3b416e
/app/src/main/java/com/example/duy/calculator/converter/UnitConverterChildActivity.java
9a86f295fd40a35a92a65d903ed674e6e752ad64
[ "Apache-2.0" ]
permissive
x-itec/ncalc
67aaa9f9eca00a96d5f21490b9c93d5970cc0a52
49c70cc3218ef831e32927b75ded37c9d540ed68
refs/heads/master
2021-01-25T01:04:43.990836
2017-05-26T01:25:51
2017-05-26T01:25:51
null
0
0
null
null
null
null
UTF-8
Java
false
false
10,939
java
/* * Copyright 2017 Tran Le Duy * * 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 ...
[ "tranleduy1233@gmail.com" ]
tranleduy1233@gmail.com
c94fcf9150c848133e84219fa3b4d6ded1178a8e
75eb061709fba7ab7ab7e7dbb31c6720c353ef9e
/WCM_MDM_SONAMA_DB2_14June2018_2/auth/src/main/java/com/ibm/mdm/esoa/client/ScoreProviderAsProv.java
0cfdb3220d843b0d25f728b34c00df6ed6628ac9
[ "MIT" ]
permissive
svanandkumar/Connect_360_Release1
8867ab02988af510b759d49ed344e60dfc5b542f
9da56fdc7bd1d57b26c516b9214f5e7ca9b740c2
refs/heads/master
2020-03-28T01:00:23.393795
2018-09-05T13:29:59
2018-09-05T13:29:59
147,468,585
0
0
null
null
null
null
UTF-8
Java
false
false
2,482
java
package com.ibm.mdm.esoa.client; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for scoreProviderAsProv complex type. * * <p>The follow...
[ "anandkumar.swami@in.ibm.com" ]
anandkumar.swami@in.ibm.com
e6eaa86532036fe69887f7a92b0ab548a7de6ed8
e79aba5c0f2b8d79e64eac0cc28b70d876d8b29e
/src/test/java/main/java/com/frontier/autotest/scenario_checker/Application.java
00926321e675e7cc2fc34be1da102d4a4ac9ffab
[]
no_license
kvyatkovsky/autotest-scenario-checker
86f20089b677eddd3a25f9c159c0fb6bb9b6d665
6c3cac01b36d5a30c88b0a0dd009b63337ee2428
refs/heads/master
2020-07-05T02:26:02.721687
2016-12-13T09:27:20
2016-12-13T09:27:20
74,130,029
0
0
null
null
null
null
UTF-8
Java
false
false
644
java
import org.jbehave.core.model.Story; import report.Reporter; import utils.JBehaveStoriesServiceImpl; import utils.StoryChecker; import java.util.List; public class Application { public static void main(final String[] args) { JBehaveStoriesServiceImpl jBehaveStoriesService = new JBehaveStoriesServiceImp...
[ "Maksym_Kviatkovskyi@epam.com" ]
Maksym_Kviatkovskyi@epam.com
bc1b59e7a306ee40286ad6e8d9535d25cb08808a
6ebe0bfaf13dfb1e20a443966a1af6b757e63b8e
/tests/StaticIntArrays.java
4d2f1a7ba7e75ff18e02a45bf76b5b3424c94635
[]
no_license
efraga-msx/java_grinder
8368df45d043655c94426da85ae4984bcbe43a7a
f8f69fad1c14d0713f39af88770972a0b9bf97f4
refs/heads/master
2021-01-15T20:47:44.375303
2016-03-02T02:32:15
2016-03-02T02:32:15
51,977,653
2
1
null
2016-03-02T02:32:15
2016-02-18T04:00:23
C++
UTF-8
Java
false
false
307
java
public class StaticIntArrays { static int[] array = { 1, 2, 3, 4 }; static public int add_nums() { int total = 0; int n; for (n = 0; n < array.length; n++) { total += array[n]; } return total; } static public void main(String args[]) { add_nums(); } }
[ "mike@mikekohn.net" ]
mike@mikekohn.net
1a314c8492817dce067ec785e7e382039c257c93
b5f8ce4f162e41501d71aabf480bb9b8df94201b
/src/main/java/sn/seysoo/repository/PersonneRepository.java
18b4373e4f70c4f040030efde8f46ea54c76fe42
[]
no_license
abdoulayeyoussoufa/betail
56b589928844939a02a00b429f91471228f96000
ddc8274f002f9e3d8618514f55b857fe79e31268
refs/heads/master
2020-03-23T08:09:43.006792
2017-05-11T12:00:29
2017-05-11T12:00:29
141,308,588
0
0
null
null
null
null
UTF-8
Java
false
false
312
java
package sn.seysoo.repository; import sn.seysoo.domain.Personne; import org.springframework.data.mongodb.repository.MongoRepository; /** * Spring Data MongoDB repository for the Personne entity. */ @SuppressWarnings("unused") public interface PersonneRepository extends MongoRepository<Personne,String> { }
[ "layoussou@gmail.com" ]
layoussou@gmail.com
ca811c06ef52eb57f83d4a21adce64e5cd448dd0
a626ca44de1f12587cb1784ee6f915daef0311da
/src/M2_ass6/InTenTwenty.java
f9c3877d59167459b9942f3e0d9850b188f3269e
[]
no_license
krishnachandrika/Helloo
00681ffc89bfe572db9538d6c8fe7c547fb87d9f
3574809474224b69d3f4e5211f689096f8c9dfd1
refs/heads/master
2020-07-31T09:11:28.653891
2019-09-30T03:59:44
2019-09-30T03:59:44
210,556,027
0
0
null
null
null
null
UTF-8
Java
false
false
938
java
package M2_ass6; /** * Given 2 int values, return true if either of them is in the range 10..20 inclusive. * * Input : in1020(12, 99) * Output : true * * Input : in1020(21, 12) * Output : true * * Input : in1020(8, 99) * Output : false * * @author Siva Sankar */ public class InTenTwenty { /** ...
[ "krishnachandrika21@gmail.com" ]
krishnachandrika21@gmail.com
73d1938ee4d0926ab2b2092ea59ac616b3aef650
6a606abd3a8d470b0a6b98271655f68b95fa3e07
/src/com/nmbb/oplayer/ui/helper/Utils/NonServerConnector.java
df87fcf489124dbf041ed6e7b6b4afb6f8f1f5cd
[]
no_license
wwttt2004/online-cinema
2326e40935d4314d225f078a3d46233c0cb4a793
3618b5f221371d775038011063972cca9c277e59
refs/heads/master
2020-05-26T22:17:01.987195
2013-10-30T22:19:22
2013-10-30T22:19:22
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,159
java
package com.nmbb.oplayer.ui.helper.Utils; import java.io.IOException; import java.net.Socket; import java.security.KeyManagementException; import java.security.KeyStore; import java.security.KeyStoreException; import java.security.NoSuchAlgorithmException; import java.security.UnrecoverableKeyException; import java.se...
[ "Admin@Admins-Mac.local" ]
Admin@Admins-Mac.local
bbc28cabcefd4385742669d66d71672adabd752c
d7c77ebd42a56c0274f95c1f2c72b2a87e62d72c
/src/com/theironyard/MainTest.java
6c0ccc7539aa309357f38ebd5523099e6b41ebca
[]
no_license
ErikSchneider/File-I-O
6693c53b7af017bccabccd7645b7f5dcbf9e9158
68997f7ffcc25baf77dccbd6f56205eda4cee3a0
refs/heads/master
2020-12-31T05:10:09.683794
2016-05-26T13:39:51
2016-05-26T13:39:51
59,686,548
0
0
null
null
null
null
UTF-8
Java
false
false
844
java
package com.theironyard; import org.junit.Test; import static junit.framework.TestCase.assertTrue; /** * Created by Erik on 5/25/16. */ public class MainTest { @Test public void saveAndLoad() throws Exception { Movie m1 = new Movie(); m1.title = "Test Title"; m1.director = "Test Di...
[ "eschneider1128@gmail.com" ]
eschneider1128@gmail.com
ed94dbc5c706472afe6efec6b7e72bada73d82a5
4abfa7545c6865013c53ed157c0373edd138eb94
/src/com/handyedit/codeexplorer/ui/graph/MethodRenderer.java
e4310bed29e406a1a9096e64ff0847c306843ce0
[]
no_license
wangshang12/NewCodeExplorer
cd6aad2700a27444a0a5ede1c03ad13974d8ba5e
a35467db576502d7d9301c1ffa7ba6e0cc4eabdf
refs/heads/master
2021-01-12T06:49:51.244256
2015-02-27T08:42:38
2015-02-27T08:42:38
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,495
java
package com.handyedit.codeexplorer.ui.graph; import com.handyedit.codeexplorer.CodeExplorerPlugin; import com.handyedit.codeexplorer.CodeExplorerSettings; import com.handyedit.codeexplorer.math.Edge; import com.handyedit.codeexplorer.model.DependencyModel; import com.handyedit.codeexplorer.model.MethodNode; imp...
[ "linjiangsheng@meituan.com" ]
linjiangsheng@meituan.com
87f23ec9747fd0e9a8aef3ba8dac35762c809d3b
46016d4704d802d3f42e3ae8ebf428deccb7d95d
/src/org/company/app/data/entity/ClientEntity.java
3bc8f6ea39bb0404c6cfde17d9e7b836041d66aa
[]
no_license
Dimazavr78/eg
512d50c42e50091254ad7932d64fadf21a02cd89
d53a9be8a809827a669eded607e0708c09b75c21
refs/heads/main
2023-03-14T06:53:05.523435
2021-03-08T14:20:47
2021-03-08T14:20:47
345,681,360
0
0
null
null
null
null
UTF-8
Java
false
false
4,514
java
package org.company.app.data.entity; import java.util.Date; public class ClientEntity { private int id; private String firstname; private String lastname; private String patronymic; private Date birthday; private Date regDate; private String email; private String phone; private cha...
[ "dimazavr78@gmail.com" ]
dimazavr78@gmail.com
062b2b20ba0d8d6b683462abb8017c3bfc21d26a
b3d173b1c88a05e5cace8eb6e9b51e2d851a5ac8
/src/main/java/br/com/microservices/edge/Application.java
442096b3a80bf7dde8c90382f08e2410c6c0b3a8
[]
no_license
fmvintu/hystrix-dashboard-service
2819aed118477764c822eb2f4ca6e9042594aee0
5e285cfd33dcc6b141776c631dece858d47d6ed7
refs/heads/master
2020-09-14T21:34:31.562584
2019-12-06T20:07:24
2019-12-06T20:07:24
223,263,399
0
0
null
null
null
null
UTF-8
Java
false
false
629
java
package br.com.microservices.edge; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.builder.SpringApplicationBuilder; import org.springframework.cloud.client.discovery.EnableDiscoveryClient; import org.springframework.cloud.netflix.hystrix.dashboard.EnableHystri...
[ "root@ip-172-31-12-49.us-east-2.compute.internal" ]
root@ip-172-31-12-49.us-east-2.compute.internal
7e52246b5f27a193498253680d482397d3d5b133
6eb0071fca2aca18f0aa3000a8be156a8bdb30b0
/app/src/main/java/com/pakhendri/tracking/model/StartLocation.java
546fea962bce271a0584589779c784051c81ccfb
[]
no_license
syntaxxxxx/MapTrainingPeserta
e8536115c5e18662b71b228c8d28eb895c4e2fbf
1a3129aae5e73f9ef6d2642a5bc3f3e7dc4d47a6
refs/heads/master
2020-07-01T00:46:40.029967
2019-08-07T07:42:15
2019-08-07T07:42:15
200,999,104
0
0
null
null
null
null
UTF-8
Java
false
false
414
java
package com.pakhendri.tracking.model; import com.google.gson.annotations.SerializedName; public class StartLocation{ @SerializedName("lng") private double lng; @SerializedName("lat") private double lat; public void setLng(double lng){ this.lng = lng; } public double getLng(){ return lng; } pub...
[ "fiqrihafzainislami@gmail.com" ]
fiqrihafzainislami@gmail.com
3839ff378d793e9116cc0c23d3ff3aa9ff1d5ec0
a22a13560b69697e4c6bf15f166591c70c647765
/app/src/main/java/com/mzth/createcause/presenter/core/InfromationPresenter.java
30ebd2170caa03046f5475926d22bb4d658221d5
[]
no_license
wxcican/CreateCause
0db480e2dc88a974f79f4c90a4db0d35e5fe375d
06eb3314bd719f2c1b001bcccdf3114ebc2c1223
refs/heads/master
2020-03-22T17:06:45.793891
2018-07-12T12:12:01
2018-07-12T12:12:01
140,373,496
0
0
null
null
null
null
UTF-8
Java
false
false
7,167
java
package com.mzth.createcause.presenter.core; import com.lzy.okgo.callback.StringCallback; import com.lzy.okgo.model.Response; import com.lzy.okgo.request.base.Request; import com.mzth.createcause.base.BasePresenter; import com.mzth.createcause.entity.core.CoreContentEntity; import com.mzth.createcause.entity.core.Core...
[ "wxcican@qq.com" ]
wxcican@qq.com
9210aa78a8e72d6cafdd0354ff6c2b0b7058410a
ff88bb1dfe90980f30d76a673bb565987d55a178
/src/Aluno.java
634bee79274275740ab3e31ed9dd9d8204b0001c
[]
no_license
sidneyperota/teste-json
92322e8779c0af25cc655982a2d34a19bdf6ceaa
f91959392f1d184fd3a250a2c82f4dd57fbc27b4
refs/heads/master
2020-12-15T00:11:46.046659
2020-01-19T15:49:54
2020-01-19T15:49:54
234,923,658
0
0
null
null
null
null
UTF-8
Java
false
false
360
java
import java.sql.Timestamp; public class Aluno { private String matricula; private String nome; public String getMatricula() { return matricula; } public void setMatricula(String matricula) { this.matricula = matricula; } public String getNome() { return nome; } public void setNome(String nome)...
[ "sidneyperota@gmail.com" ]
sidneyperota@gmail.com
3a2476ec3542ad7fd843ef84273488b13bc88650
a11aebd483d9d44f62696011e57b1edfeef096a8
/todo-spring-quarkus/src/main/java/io/quarkus/todospringquarkus/TodoController.java
a6607333f428f32d85d1071bd3fa7003259ef3c3
[]
no_license
oluotes/resource-estimation
e993763bdae7559a1f4ff93747d242f5b9db0732
0a3034e8773b55230a282796c401b61eea4ec9a8
refs/heads/master
2023-06-14T10:20:47.862465
2021-05-03T14:00:25
2021-05-03T14:00:25
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,797
java
package io.quarkus.todospringquarkus; import java.util.List; import javax.transaction.Transactional; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.domain.Sort; import org.springframework.web.bind.annotation.DeleteMapping; import org.springframework.web.bind.annotation...
[ "ooteniya@redhat.com" ]
ooteniya@redhat.com
33e2aae57932f2bb459bfc5e3662426f524149cc
8bddfba100e4f89217339eaff6265aca6f75d9d4
/src/test/java/tests/CollectionsTest.java
82b10df1a04f68628aad091595761b7d123cb9ac
[]
no_license
nmatushevska/Natalya_Matushevskaya_Diploma
e12b7ea26972001afe4c9a644d0f4c9be14d9345
309f181b6c53e2f6eb6246a2efe4c96bcaecb963
refs/heads/master
2023-03-09T15:23:17.897079
2021-02-22T18:07:06
2021-02-22T18:07:06
332,491,184
0
0
null
2021-02-15T18:01:25
2021-01-24T15:59:43
Java
UTF-8
Java
false
false
1,492
java
package tests; import org.testng.Assert; import org.testng.annotations.Test; import pages.CollectionsPage; import pages.LoginPage; public class CollectionsTest extends BaseTest { LoginPage loginPage; CollectionsPage collectionsPage; @Test(groups = "one", description = "Verifying that hyperlink to the Cou...
[ "n.matushevska@gmail.com" ]
n.matushevska@gmail.com
844f3cc8adef6d5e3f79683ee1d3221b88200049
2ed6491de44f5e573e86454b6425d05263a68440
/src/main/java/pages/CheckboxesPage/CheckboxesPage.java
09af2582c3225f4bd9e5d476473f003316abe7ae
[]
no_license
deingvard/1-webElementsTests
6ee5a9697a3c70156a8d4b7991a1083878462db8
1c12eff10fd0f8cb883c77cf8a0af75b14e1fe4f
refs/heads/master
2020-06-24T00:40:58.776413
2019-05-02T12:36:49
2019-05-02T12:36:49
198,797,910
1
0
null
2019-07-25T09:12:37
2019-07-25T09:12:36
null
UTF-8
Java
false
false
2,627
java
package pages.CheckboxesPage; import pages.BasePage.BasePageObject; import io.qameta.allure.Step; import org.openqa.selenium.By; import org.openqa.selenium.WebElement; import java.util.List; public class CheckboxesPage extends BasePageObject { private String url = "http://the-internet.herokuapp.com/checkboxes";...
[ "mary.geraseva@gmail.com" ]
mary.geraseva@gmail.com
538ecc6e8d0bfff625334f0ca8345d081f35dc24
befd84a8fa35e5b295817963af6809f9d33f11c7
/ProjectRSC/Server/src/com/prsc/gs/plugins/npcs/Aggie.java
012bb5a4840746a87623d96b6ec6ff3a535c5a96
[]
no_license
TagsRocks/ProjectRSC
c036b9a0f0ebe218aa5f1165994b91112b5f7211
7e0f7845e15476c018f65b1125e0f3a22a642d98
refs/heads/master
2020-06-20T07:28:32.997442
2013-01-16T20:38:30
2013-01-16T20:38:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,949
java
package com.prsc.gs.plugins.npcs; import com.prsc.gs.event.MiniEvent; import com.prsc.gs.event.ShortEvent; import com.prsc.gs.external.EntityHandler; import com.prsc.gs.model.ChatMessage; import com.prsc.gs.model.InvItem; import com.prsc.gs.model.MenuHandler; import com.prsc.gs.model.Npc; import com.prsc.gs.model.Pl...
[ "openfrog@openfroglabs-pc.(none)" ]
openfrog@openfroglabs-pc.(none)
70af9adcbbe753737d8f721cff57f151ca9e8097
95379ba98e777550a5e7bf4289bcd4be3c2b08a3
/java/net/sf/l2j/gameserver/taskmanager/DecayTaskManager.java
6612f678ba86d136f775e2e059ec104ef3e3baf7
[]
no_license
l2brutal/aCis_gameserver
1311617bd8ce0964135e23d5ac2a24f83023f5fb
5fa7fe086940343fb4ea726a6d0138c130ddbec7
refs/heads/master
2021-01-03T04:10:26.192831
2019-03-19T19:44:09
2019-03-19T19:44:09
239,916,465
0
1
null
2020-02-12T03:12:34
2020-02-12T03:12:33
null
UTF-8
Java
false
false
3,057
java
package net.sf.l2j.gameserver.taskmanager; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; import net.sf.l2j.commons.concurrent.ThreadPool; import net.sf.l2j.gameserver.model.actor.Attackable; import net.sf.l2j.gameserver.model.actor.Creature; import net.sf.l2j.gameserver.model.actor.in...
[ "vicawnolasco@gmail.com" ]
vicawnolasco@gmail.com
18caf475b6a5aa056bfad0673001f679504b5bb1
a6e854b7dffbaa2300bd6e01f1b24f21a752baba
/MANREM_V5_0/src/main/java/xml/AgentName.java
41641617e588f4fce7242881e1eeb277c6335024
[]
no_license
FMSilv/MANREMv5.0
b2b70145d53ed7f0cceca58e64b2ae9481039c31
967f20f07f652618abbcd0399d1341d178490b41
refs/heads/master
2021-06-29T03:54:12.416415
2019-02-10T19:21:14
2019-02-10T19:21:14
170,015,866
0
0
null
2020-10-13T11:57:09
2019-02-10T19:14:55
Java
UTF-8
Java
false
false
1,896
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package xml; import java.util.ArrayList; /** * * @author Paulo Bonifacio */ public class AgentName { private String Name; // local agent name...
[ "filipe.m.silverio@hotmail.com" ]
filipe.m.silverio@hotmail.com
90fd2522d54aabf11fb3fb2bf8062f6ebb1d3cd1
6fc69fcdf2b1cb41ae2804e1a0a7a519ea10455c
/com/google/android/gms/ads/internal/zzf.java
96d97212596e6b700be15cc59b708675b96fa852
[]
no_license
earlisreal/aPPwareness
2c168843f0bd32e3c885f9bab68917dd324991f0
f538ef69f16099a85c2f1a8782d977a5715d65f4
refs/heads/master
2021-01-13T14:44:54.007944
2017-01-19T17:17:14
2017-01-19T17:17:14
79,504,981
1
0
null
null
null
null
UTF-8
Java
false
false
14,134
java
package com.google.android.gms.ads.internal; import android.content.Context; import android.graphics.Rect; import android.os.Bundle; import android.support.annotation.Nullable; import android.view.View; import android.view.ViewTreeObserver.OnGlobalLayoutListener; import android.view.ViewTreeObserver.OnScrollChangedLis...
[ "earl.savadera@lpunetwork.edu.ph" ]
earl.savadera@lpunetwork.edu.ph
68ae726f825858e3646b11d2c3c8d4c536fd443e
46e37a335b67c1e455c5543eca93421d1dc50531
/src/controlador/Main.java
dd29fc59e25c8475d50581a1cab86ce8814aedfc
[]
no_license
duvanovik/Tarea3
bf10dedcec4e95aad2c6ca632b913e4f989ed483
762308c86b68168ec566b449df878013f032a697
refs/heads/master
2023-01-29T04:19:45.656724
2020-12-14T08:50:02
2020-12-14T08:50:02
314,404,907
0
0
null
null
null
null
UTF-8
Java
false
false
820
java
package controlador; //2 import java.io.IOException; import javafx.application.Application; import javafx.fxml.FXMLLoader; import javafx.stage.Stage; import javafx.scene.Scene; import javafx.scene.layout.BorderPane; import javafx.scene.layout.Pane; public class Main extends Application { @Override public void st...
[ "47836025+gustavovillada1@users.noreply.github.com" ]
47836025+gustavovillada1@users.noreply.github.com
67ad67b852293d5355731cd1b6df85b54e470c34
eab5a0a92d72bdb2394ff52becd018620c41d54a
/src/com/imooc/bean/Message.java
e2a61b538219f88db354d48b327abb80e44a0781
[]
no_license
525766003/Mybatis-studing-for-imooc
00ffe1918a6112b7c8240225b29ffd22cda9dbfc
96ae4d12f8a91058fd9d312d52ca1526e999b8c5
refs/heads/master
2020-04-15T02:14:16.614368
2015-08-28T06:00:46
2015-08-28T06:00:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
794
java
package com.imooc.bean; /* * 内容实体类 */ public class Message { /* * 序号 */ private String id; /* * 指令名称 */ private String command; /* * 描述 */ private String description; /* * 操作 */ private String content; public String getId() { return id; } public void setId(St...
[ "243284589@qq.com" ]
243284589@qq.com
84b338929a06498380d8c4a17c71260546c5948e
dc1def0f8a0763d524d4d437c7ca17355b400085
/src/main/java/gamestudio/entity/Comment.java
f5813ecc1eba48e75b930996df39f3c87fbf994b
[]
no_license
jrjsnc/gamestudio
9fdcc2abece366981ae327805bc38025930f1b53
ec929b8d970ef2df8867f36076885854192f7238
refs/heads/master
2021-05-12T00:05:00.905975
2018-01-19T12:08:56
2018-01-19T12:08:56
117,526,175
0
0
null
null
null
null
UTF-8
Java
false
false
1,514
java
package gamestudio.entity; import java.sql.Timestamp; import java.util.Date; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; /* CREATE TABLE comment( ident INTEGER PRIMARY KEY, username VARCHAR(32) NOT NULL, game VARCHAR(32) NOT NULL, content VARCHAR(128) NOT N...
[ "jurajsenic@gmail.com" ]
jurajsenic@gmail.com
ee06046df0d550c979281126b8afc9fbdbcdfa7a
1f84291b31b6ef9ed808d606a43524e7e5cce0f6
/src/main/java/com/l2jserver/gameserver/instancemanager/games/Lottery.java
b1a28629e47d2cd336a71f56e6b306977d98860e
[]
no_license
cucky/l2j_server_custom
ad57dae381fd9e7fa59a0ce455d595806f8883d7
980d9505824f77c7eb4c85449e0e9dabce7fc138
refs/heads/master
2021-01-19T17:25:19.131683
2017-03-01T09:34:02
2017-03-01T09:34:02
82,452,550
0
0
null
null
null
null
UTF-8
Java
false
false
14,673
java
/* * Copyright (C) 2004-2015 L2J Server * * This file is part of L2J Server. * * L2J Server is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your opti...
[ "Michal@Michal" ]
Michal@Michal
401f882ab2818a91d2b0b0fd870a174ab7ac1d02
ec5fe8f20dfe82b479cea3da24c78190f768e086
/cas-4.1.0/cas-server-core-api/src/main/java/org/jasig/cas/services/RegisteredServiceUsernameAttributeProvider.java
d9e14d39596d68ade6ca978f89a8300a3eb210da
[ "MIT", "Apache-2.0", "CDDL-1.1", "LicenseRef-scancode-unknown-license-reference", "CDDL-1.0", "LGPL-2.0-or-later", "LGPL-2.1-or-later", "W3C", "BSD-3-Clause", "GPL-1.0-or-later", "SAX-PD", "LicenseRef-scancode-free-unknown", "MPL-1.1", "GPL-2.0-only", "LicenseRef-scancode-jsr-107-jcache-...
permissive
hsj-xiaokang/springboot-shiro-cas-mybatis
b4cf76dc2994d63f771da0549cf711ea674e53bf
3673a9a9b279dd1e624c1a7a953182301f707997
refs/heads/master
2022-06-26T15:28:49.854390
2020-12-06T04:43:13
2020-12-06T04:43:13
103,009,179
42
24
MIT
2022-06-25T07:27:42
2017-09-10T06:35:28
Java
UTF-8
Java
false
false
1,551
java
/* * Licensed to Apereo under one or more contributor license * agreements. See the NOTICE file distributed with this work * for additional information regarding copyright ownership. * Apereo licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file * except in c...
[ "2356899074@qq.com" ]
2356899074@qq.com
e1d2040d4357a2097f7b492b1490a8c9bfbfe62e
97bd43f52fcac1f4a06d5a46f5a8ddb31116ffc1
/Downloads/inc.komarraju.learning.spring/inc.komarraju.learning.spring/src/main/java/springlearning/ParseCSV.java
341cdcdd3fef05e8c0673dd4362f89278d06ad94
[]
no_license
Sasikomarraju/marfileoperations
fbd89bf765104d47823f6c1f41c6cc6c541940ab
38e9986595a6f48393aabb33f4ec7c27eeb892a0
refs/heads/master
2020-05-07T10:14:10.102779
2019-04-09T16:07:58
2019-04-09T16:07:58
180,410,284
0
0
null
null
null
null
UTF-8
Java
false
false
1,426
java
package springlearning; import java.io.FileReader; import com.opencsv.CSVReader; public class ParseCSV { public static void main(String[] args) { try { //csv file containing data String strFile = "C:/Users/skoma814/Desktop/Batch Merge/Account_Merge_Taskforce Cases_test23.csv"; CSVReader ...
[ "skoma814@marriott.com" ]
skoma814@marriott.com
3bd87b9ba9af44dd058bcb78787922f35e5d6a23
99e9a5ed41886ec62411e531313e115f8e2944a2
/spring-boot-all/spring-boot-security/src/main/java/com/itsz/springboot/security/boot/SecurityBootApplication.java
2d297fba5384dbcff0b9a1b633347e31cd3d82e2
[]
no_license
hbzhou/hello-world
aef92fca6b8cdedcbe57ee67d3b068290d153fa7
b09f95b0dfa9e5b26c3a6cd2526b402328feed78
refs/heads/master
2022-07-07T16:01:15.737046
2020-06-08T13:30:29
2020-06-08T13:30:29
206,464,023
1
0
null
2022-06-21T04:06:45
2019-09-05T03:10:31
Java
UTF-8
Java
false
false
870
java
package com.itsz.springboot.security.boot; import org.springframework.boot.CommandLineRunner; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import java.util.UUID; @SpringBootApplication( scanBasePackages = { "com.itsz.s...
[ "hb.zhou@itsz.cn" ]
hb.zhou@itsz.cn
dff0d5620ee9fa0a2d226a10b8b37d62d3a8f6dd
908b9859a4b45dca4d916720122a1b40c0fafe43
/labs/ebms/src/main/java/somapa/ptc/xml/nsw/DigestMethodDescriptor.java
a93884e125dcf2bc2fc476863725a196c568b59a
[]
no_license
mugabarigiraCHUK/scotomax-hman
778a3b48c9ac737414beaee9d72d1138a1e5b1ee
786478731338b5af7a86cada2e4582ddb3b2569f
refs/heads/master
2021-01-10T06:50:26.179698
2012-08-13T16:35:46
2012-08-13T16:35:46
46,422,699
0
0
null
null
null
null
UTF-8
Java
false
false
3,044
java
/* * This class was automatically generated with * <a href="http://castor.exolab.org">Castor 0.9.4</a>, using an * XML Schema. * $Id$ */ package somapa.ptc.xml.nsw; //---------------------------------/ //- Imported classes and packages -/ //---------------------------------/ import org.exolab.c...
[ "developmax@ad344d4b-5b83-fe1d-98cd-db9ebd70f650" ]
developmax@ad344d4b-5b83-fe1d-98cd-db9ebd70f650
ee510c6f6b52421cdb254bb77bc8ca0407493b7b
d438b8b4b7953e20586019adcef6133587a1bdd3
/peppol-smp-server-webapp/src/main/java/com/helger/peppol/smpserver/mock/MockSMPClient.java
61765e2195801aa295461ce4c03820630dd0148e
[]
no_license
jannewaren/peppol-smp-server
98ecdbd90010f7e60e9e2e4e32cb58ec5443aa21
1e1cb0878def390f0d165e906d92b7c36734ca2c
refs/heads/master
2021-07-14T05:09:15.555610
2017-10-16T16:40:12
2017-10-16T16:40:12
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,030
java
/** * Copyright (C) 2014-2017 Philip Helger (www.helger.com) * philip[at]helger[dot]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/LICE...
[ "philip@helger.com" ]
philip@helger.com
ca6d988b3ffa1bdefadf40dddae91ef39dbbbca9
da07292a4e8366ead0da54a45c15958f93c92ac7
/modules/gui/src/com/bernatskyi/delta/gui/reporting/storage/StorageReportParametes.java
3597fc12a555262ccc215df2e1803dedba7f7d3a
[]
no_license
BYuriy/delta
4345ac621d2f2f656514fb5629989489b4c94c9e
0ae23b6ee467e0c7943f4f24fd5ce5b4b466ef48
refs/heads/master
2021-01-19T07:31:17.695115
2016-03-01T21:57:35
2016-03-01T21:57:35
42,828,272
0
0
null
null
null
null
UTF-8
Java
false
false
2,365
java
/* * Copyright (c) 2015 delta */ package com.bernatskyi.delta.gui.reporting.storage; import com.bernatskyi.delta.entity.Storage; import com.haulmont.cuba.gui.WindowManager; import com.haulmont.cuba.gui.components.*; import com.haulmont.cuba.gui.components.actions.BaseAction; import com.haulmont.cuba.gui.data.Collect...
[ "vZ242FCOZ3Z3qwer" ]
vZ242FCOZ3Z3qwer
505731f7b4aa891765e436e3fa76cefc8f44ebef
ae0e91e20e2f32db1f92bfb0e7f840b641b17806
/stuff/src/main/java/net/byte2data/consept/designpatterns/behavioral/strategy/streetfighter/context/concretes/ChunLi.java
4727bc4eed8a53cc967448a0e97bb5c5f954f1a9
[]
no_license
bariscinar/byte2data
784907ef6d588faff8a007dbb814f37a220ad09e
98363c8cacaa265683b86e278359ad7443cffdab
refs/heads/master
2022-12-01T21:06:38.410181
2019-07-17T12:52:08
2019-07-17T12:52:08
197,385,184
0
0
null
2022-11-24T08:54:15
2019-07-17T12:29:03
Java
UTF-8
Java
false
false
348
java
package net.byte2data.consept.designpatterns.behavioral.strategy.streetfighter.context.concretes; import net.byte2data.consept.designpatterns.behavioral.strategy.streetfighter.context.AbstractCharacter; public class ChunLi extends AbstractCharacter { @Override public void display() { System.out.print...
[ "baris@linxa.com" ]
baris@linxa.com
0dc1291b9d08d0c8d9d72eb2912e1cff0dcba888
9d32980f5989cd4c55cea498af5d6a413e08b7a2
/A5_8_1_0/src/main/java/com/android/server/CommonTimeManagementService.java
87f39fd91395250559f6f287c5546d75d27b5425
[]
no_license
liuhaosource/OppoFramework
e7cc3bcd16958f809eec624b9921043cde30c831
ebe39acabf5eae49f5f991c5ce677d62b683f1b6
refs/heads/master
2023-06-03T23:06:17.572407
2020-11-30T08:40:07
2020-11-30T08:40:07
null
0
0
null
null
null
null
UTF-8
Java
false
false
11,993
java
package com.android.server; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.net.INetworkManagementEventObserver; import android.net.InterfaceConfiguration; import android.os.Binder; import android.os.CommonTime...
[ "dstmath@163.com" ]
dstmath@163.com
365e9b96c7fb10b036c46128b625b8a8b9e1ffe6
55bf526949e399838334d201a9743633c584f53f
/tests/org.jboss.tools.teiid.reddeer/src/org/jboss/tools/teiid/reddeer/preference/DriverDefinitionPreferencePageExt.java
2fa583916e1ad6312294d8e29ea6ebcf3e9d3d7a
[]
no_license
jniederm/jbosstools-integration-tests
615377fc65d56387e20cb7b449a8d6c38756c2c1
2d43dc88a77492194567dcc4b4771af054db53ae
refs/heads/master
2021-01-21T01:27:35.301358
2013-08-27T15:27:22
2013-08-27T19:46:45
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,695
java
package org.jboss.tools.teiid.reddeer.preference; import org.eclipse.core.runtime.Platform; import org.eclipse.swt.SWT; import org.jboss.reddeer.eclipse.datatools.ui.DriverDefinition; import org.jboss.reddeer.eclipse.datatools.ui.DriverTemplate; import org.jboss.reddeer.eclipse.datatools.ui.preference.DriverDefinition...
[ "vpakan@redhat.com" ]
vpakan@redhat.com
5d047219b3b08f4b0930edbc486e2945d182e8a8
1a44919227bf3846d43eef6e67b770b0b72d105b
/app/src/main/java/com/example/android/bakingapp/data/models/Recipe.java
0fe0f01b3e7ed3f8395d21a57f3a0a41bd9b64f6
[]
no_license
ghenamd/BakingApp
64914af6419e32e0fd843bef08e8f2b8fe6fe004
b0a8d797feadb35a730b0eda8c0188aeb7e973cd
refs/heads/master
2020-03-08T19:48:27.530521
2018-08-21T09:43:31
2018-08-21T09:43:31
128,364,595
0
0
null
null
null
null
UTF-8
Java
false
false
2,898
java
package com.example.android.bakingapp.data.models; import android.arch.persistence.room.Ignore; import android.os.Parcel; import android.os.Parcelable; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; import java.util.ArrayList; import java.util.List; public class Recipe...
[ "evaflorn@yahoo.com" ]
evaflorn@yahoo.com