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
3c8850bafeb16e96ef057b375073faed3b01ef9f
e42f464cc215173f97f34447f0282ea319f474b0
/Lösung/FinalTask02/src/de/plpt/olympicgames/exception/AuthorizeException.java
a5f3151ad43771fac58e68bfc93335691c1d2d6b
[]
no_license
PlPt/KIT_FinalTask02
6f6c76d5fddd1d01493191d5df8b964f5358e1ce
6e4a9d21b045ec83e0a1fbac7b5343aebe9aa6b1
refs/heads/master
2021-04-18T18:59:07.762800
2018-03-23T19:32:31
2018-03-23T19:32:31
126,531,189
0
0
null
null
null
null
UTF-8
Java
false
false
343
java
package de.plpt.olympicgames.exception; public class AuthorizeException extends RuntimeException { //region constructor /** * Initalizes a new AuthorizeException with it's message * @param message Message of exception */ public AuthorizeException(String message) { super(message); ...
[ "p.petzoldt@web.de" ]
p.petzoldt@web.de
23b1b6bb46f12fe536ccc87fd17f2841594b8d4f
614b933b83135d0ecd53c0ce841faa297aaa1911
/src/main/java/com/di1shuai/algorithm/sort/shell/increment/HibbardIncrementSequence.java
fa4b42fccb2af640cf44ccb35fe703263e6b31f2
[]
no_license
di1shuai/algorithm-go
469fe072a7144644c01d8d31aa8afdf265a9b4f1
9df03b0c6c997ce1abb2f4065b344fb0a8faee62
refs/heads/master
2023-02-18T01:39:06.224115
2021-01-24T08:44:16
2021-01-24T08:44:16
180,522,264
0
0
null
null
null
null
UTF-8
Java
false
false
767
java
package com.di1shuai.algorithm.sort.shell.increment; import com.di1shuai.algorithm.sort.shell.IncrementSequence; /** * @author: Shea * @date: 2021/1/11 * @description: 1, 3, 7, 15, 31, 63, 127, 255, 511, 1023, 2047, 4095, 8191 ... */ public class HibbardIncrementSequence implements IncrementSequence { @Over...
[ "zhushuai026@gmail.com" ]
zhushuai026@gmail.com
0330b686421446b2551ed6999914d37eed6bf604
f107107c6cd5d21a710da541a3e38cc3fa5900f1
/src/main/java/com/example/demo/controller/HelloWorldController.java
8ee2b22effafa96cc338676af231049f4c8f0b42
[]
no_license
Vincent-liuchang/Springboot_Web
f518bba2173d226751d760d4a15ad265f9d7cdbf
7f8d56759217942dc1e335bf0757de1fd855a64e
refs/heads/master
2023-04-29T18:40:42.663657
2020-03-11T05:14:06
2020-03-11T05:14:06
null
0
0
null
null
null
null
UTF-8
Java
false
false
296
java
package com.example.demo.controller; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; @Controller public class HelloWorldController { @RequestMapping(value = "/main") public String initial(){ return "Main"; } }
[ "vincent-liuchang@qq.com" ]
vincent-liuchang@qq.com
447149240e9a2b1912b00d670c1d34f33c0fde72
4501cab7b91b5418d8caab0b4a644faa7445a7df
/Java_2/workspaceCST-135/Contacts_App/src/AddressBook.java
c598d2e69081da1d8455cb011a6181dacfea9a5b
[]
no_license
RoxanneG93/Java_Exercises
0bb8d6d82db1d2f2f0f44b77cadb98a3adf32bfb
3cf72570b145cc674bf05d0f05e20c301318aadf
refs/heads/master
2020-04-15T14:41:31.355321
2019-02-08T17:19:17
2019-02-08T17:19:17
164,762,890
0
0
null
null
null
null
UTF-8
Java
false
false
5,038
java
import java.util.ArrayList; /** This is the AddressBook Class. This the class containing our arraylist of contacts and CRUD methods. **/ public class AddressBook { public ArrayList<BaseContact> contacts; public AddressBook(ArrayList<BaseContact> contacts) { super(); // initializing new ArrayList with type...
[ "rxrgeneration@gmail.com" ]
rxrgeneration@gmail.com
ec7fab6613b9a94c6d230d83ce9b86270275c63e
5c0a5d1e3685720e5fa387a26a60dd06bb7c6e4a
/group-core/lock-core/src/main/java/com/spark/bitrade/service/RedPackManageService.java
d00e87ff8fb617bba19cebbce44fe26c752d9a4e
[]
no_license
im8s/silk-v1
5d88ccd1b5ed2370f8fba4a70298d1d14d9a175d
ff9f689443af30c815a8932899a333dfc87f6f12
refs/heads/master
2022-06-20T13:08:01.519634
2020-04-28T02:56:50
2020-04-28T02:56:50
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,460
java
package com.spark.bitrade.service; import com.spark.bitrade.constant.TransactionType; import com.spark.bitrade.dao.MemberTransactionDao; import com.spark.bitrade.dao.RedPackManageDao; import com.spark.bitrade.dao.RedPackReceiveRecordDao; import com.spark.bitrade.entity.*; import com.spark.bitrade.service.Base.BaseServ...
[ "huihui123" ]
huihui123
ae8d22cd01921675aa9e18c52418189040867822
27721e886795df3e467756b8e0480f7afd6e66c4
/java/jpwr/jopg/src/GlowEventToolbar.java
531d7db92256775507f273efc712a7970d07a88c
[]
no_license
brunad-coder/proview
88722029f3614d0febc4a8e9e6dea4859cc87363
4d75b942c649b1da8797323fa40f7f20cff634f8
refs/heads/master
2020-07-15T14:52:59.275163
2020-03-02T23:40:11
2020-03-02T23:40:11
205,586,528
0
0
null
2019-08-31T19:15:34
2019-08-31T19:15:34
null
UTF-8
Java
false
false
1,803
java
/* * ProviewR Open Source Process Control. * Copyright (C) 2005-2018 SSAB EMEA AB. * * This file is part of ProviewR. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation, either versio...
[ "claes.sjofors@proview.se" ]
claes.sjofors@proview.se
b896928c574bb179b5d1f142d6978e622f3c81e2
0b3e70aec04c36dc0557a615ecc5a77c251c03f1
/src/minecraft/ip/industrialProcessing/gui3/generating/builderParts/DefaultPower.java
9691e0e336399f82f44f7649bb2d4920f5ddb7b7
[]
no_license
tobiasvdp/industrialProcessing
d14b370a6e3a939c8261e8f6890ff5d642e61903
f4975c36d5fddc6bf15f7ffeb3e2e68840f1226c
refs/heads/master
2021-01-01T16:19:05.052032
2014-03-07T19:16:04
2014-03-07T19:16:04
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,883
java
package ip.industrialProcessing.gui3.generating.builderParts; import ip.industrialProcessing.gui3.binding.Binder; import ip.industrialProcessing.gui3.binding.IProgressBinding; import ip.industrialProcessing.gui3.containers.GuiLayoutContainer; import ip.industrialProcessing.gui3.containers.LayoutContainer; import...
[ "stijn_tallon@msn.com" ]
stijn_tallon@msn.com
09e0974a56174cce66bc2977e96446a5700b9824
ed53c4d93e851d46e963cafb26cb6a3f468dd47c
/arc-core/src/arc/struct/IntMap.java
cc5ed3be9575a68aa8f18fd083f4d39b41bd5cd9
[]
no_license
zonesgame/Arc
0a4ea8cf1c44066e85ffd95cfe52eb1ece1488e7
ea8a0be1642befa535fba717e94c4fc03bd6f8a0
refs/heads/main
2023-06-28T04:21:06.146553
2021-07-26T14:02:35
2021-07-26T14:02:35
384,278,749
0
0
null
null
null
null
UTF-8
Java
false
false
29,015
java
package arc.struct; import arc.func.*; import arc.math.*; import arc.util.*; import java.util.*; /** * An unordered map that uses int keys. This implementation is a cuckoo hash map using 3 hashes, random walking, and a small * stash for problematic keys. Null values are allowed. No allocation is done except when g...
[ "32406374+zonesgame@users.noreply.github.com" ]
32406374+zonesgame@users.noreply.github.com
d9b196c3c793e626f97084cce0b9a8403109e857
e4aafc4594ef37778cf002cd0560544b94e8f8bc
/src/test/java/saucedemo_webuitesting/uiview/controls/inventoryitem/InventoryItemMap.java
6e0dcb2693b64a8c23f87e8bfb53af4b9bbac4ae
[]
no_license
trongtuyen96/AutomationTestingFramework
51693fac9cfaf74bf1ca4473d971418bb60bf731
cdfab7720c73adde2fda80953ba9e9ac62f0bc3f
refs/heads/master
2020-05-23T22:55:06.813076
2019-05-16T08:19:22
2019-05-16T08:19:22
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,857
java
package saucedemo_webuitesting.uiview.controls.inventoryitem; import core.uibase.BaseWebUIMap; import org.openqa.selenium.By; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; public class InventoryItemMap extends BaseWebUIMap { private WebElement inventoryItem; private WebEle...
[ "hien.su@hsntech.com" ]
hien.su@hsntech.com
80823a2c025e75adffc199410a089b3e1ec49041
864489c3dd35dec64dfbc180cc497f13451f5ebd
/Twenty_Three_Design_Pattern/Template_Method_Pattern/src/main/java/com/delta/Method/AbstractClass.java
78488e63ab10d10fd6823e40927c69107df2f4ea
[]
no_license
zhaonan0212/Spring_Cloud
0da454928d14439f566b945deb273c6167dcf1e2
671e7a206baf66b057f16b0c2862ba8b47ad793e
refs/heads/master
2022-05-05T23:07:28.926653
2019-12-30T10:29:48
2019-12-30T10:29:48
228,346,971
0
0
null
2022-03-31T18:59:45
2019-12-16T09:12:28
Java
UTF-8
Java
false
false
1,818
java
package com.delta.Method; /* 1.例子:一个人每天起床,吃饭,睡觉,做事等,其中”做事“的内容每天可能都不同,我们把这些规定了流程或格式的实例定义成模板, 2.模板方法:1.它封装了不变的代码,扩展可变的部分,他把认为不变部分的算法封装到父类中实现,可变部分由子类继承实现,便于子类扩展 2.它在父类中提取的公共的代码,便于复用 3.可变部分子类实现, 缺点:每个不同部分的实现都需要定义一个子类,这会导致类的个数很多,系统很庞大 父类中抽象方法由子类实现,子类执行的结果会影响父类的结果 3.模板方法模式的结构: ...
[ "NAN.ZHAO@DELTAWW.COM" ]
NAN.ZHAO@DELTAWW.COM
87ba8993725846b5c5dce6b51ec0cc7ae32f26fa
ee25f3fec6f74a71b61a2413d044ff0346300c0e
/springboot/springboot-web-01/src/main/java/com/song/pojo/Department.java
442cfa5eb78a6da943ecb081d003b06aee8add2b
[]
no_license
songnuohui/Java
d52ad4dfbc459389e6c606ec2dda2b0fe3528255
0c5504011953f6e7fb23e9d773a5ebebef9db108
refs/heads/master
2023-02-09T03:49:11.740650
2021-01-01T12:20:53
2021-01-01T12:20:53
265,175,088
0
0
null
null
null
null
UTF-8
Java
false
false
244
java
package com.song.pojo; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; @Data @AllArgsConstructor @NoArgsConstructor public class Department { private Integer id; private String departmentName; }
[ "1613928382@qq.com" ]
1613928382@qq.com
2ee09f0d9f1bf08efc7ac63ff1939e219d553ce5
ab5b3dd26e7027d31c0ad0b589d43a025fb6b1e7
/app/src/main/java/com/example/backgroundlocation/LocationBroadcastReceiver.java
a3799f9a3ba80365ec0b7ed125681951ea96a4c4
[]
no_license
AKMohite/BackgroundLocation
518e01ed75d7b25754cbb70cdc915776db252c84
dc2a42493cfbc67d594c8746f206f9daf3f3a4d5
refs/heads/master
2022-03-01T05:27:50.435671
2019-09-24T11:34:14
2019-09-24T11:34:14
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,242
java
package com.example.backgroundlocation; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.location.Location; import android.widget.Toast; import com.google.android.gms.location.LocationResult; public class LocationBroadcastReceiver extends Broadca...
[ "ashishmohite1996@gmail.com" ]
ashishmohite1996@gmail.com
adf6e0adda27cc033ed0a950b81d4cbc6aa84f21
5ca4963f93e5b959c93f63e5f91c36a4c80f2194
/Back-end/newProject/src/main/java/com/pedroDRM/newProject/model/Produto.java
b0149a1d58e61057b91aca9a27aeb1b2da4db3ed
[]
no_license
PedroDRMenezes/Token-e-Integra-o
a8be182d511af55e64702f5ef51a894ae1025540
5ec70a95028953c9feede4b412dc4b94938fd228
refs/heads/master
2020-12-19T01:25:23.565498
2020-01-22T13:35:35
2020-01-22T13:35:35
235,578,300
0
0
null
null
null
null
UTF-8
Java
false
false
629
java
package com.pedroDRM.newProject.model; public class Produto { private int codigo; private String titulo; private String detalhes; private float preco; public int getCodigo() { return codigo; } public void setCodigo(int codigo) { this.codigo = codigo; } public String getTitulo() { return titulo; } ...
[ "PedroDRMenezes@gmail.com" ]
PedroDRMenezes@gmail.com
c3b06fc40884b8749e29b986eeecf2797bace587
96e9db443a8d1c096b1cc44c0c21c974cd45cbf0
/SportShop_final/src/main/java/kr/co/domain/AdsVO.java
116510711e9b108f66df7bf5595f33d2ba0c30c8
[]
no_license
bungmin/SprtsShop
878e5f3796d084f98878bc32560f2e7ba20e147b
e80efae19fd920f5434c567670bc48ce4cf44c1b
refs/heads/master
2020-12-02T07:52:17.152081
2017-08-01T07:39:41
2017-08-01T07:39:41
96,738,631
0
0
null
null
null
null
UTF-8
Java
false
false
2,987
java
package kr.co.domain; import java.io.Serializable; public class AdsVO implements Serializable{ private int ano; private String id; private String position; private String a_title; private String a_img_link; private String a_img_name; private String regdate; private int readcnt; private Strin...
[ "Administrator@804-27" ]
Administrator@804-27
92b022e8280aa28099be13c88e64076b8f6114bd
2c8979e673de47eb6ff931333ffca9884d75e938
/src/main/java/jhclass/model/Trade.java
41421782e912e909bf6832e36f538f9f15be7bb2
[]
no_license
john9yang/kafka-demo
0375084bafeb426fecf6025384a7e3b5fb13d1f8
9e2439de554695ae6e9f7edf9c703acbc9060f66
refs/heads/master
2021-07-15T19:15:55.426913
2019-04-22T05:42:57
2019-04-22T05:42:57
176,856,114
0
0
null
null
null
null
UTF-8
Java
false
false
642
java
package jhclass.model; public class Trade { public String type; public String ticker; public double price; int size; public Trade(String type, String ticker, double price, int size) { this.type = type; this.ticker = ticker; this.price = price; this.size = size; ...
[ "jiahong9yang@126.com" ]
jiahong9yang@126.com
005b0a126b540831778bd416aa7603454ccace17
683c222c76c342b81151e257232f971a64314152
/examples/org.eclipse.epsilon.eunit.examples.etl/src/org/eclipse/epsilon/eunit/examples/etl/vsjunit/TransformationTest.java
90592b1da848d7f0a8aeb1ef34bb49f9219e98fb
[]
no_license
alxbrd/org.eclipse.epsilon
9eddc88ff6d49bcf7f8eba41599f5a34b763f3ef
23d456d1c0efc35c0665e7218d8961e7073ee940
refs/heads/master
2021-07-06T04:35:39.220112
2017-09-26T15:25:23
2017-09-26T15:25:23
104,901,588
0
0
null
null
null
null
UTF-8
Java
false
false
4,684
java
package org.eclipse.epsilon.eunit.examples.etl.vsjunit; import static org.hamcrest.CoreMatchers.nullValue; import static org.hamcrest.CoreMatchers.equalTo; import static org.junit.Assert.assertThat; import java.net.URISyntaxException; import org.eclipse.emf.common.util.URI; import org.eclipse.emf.compare.Comparison;...
[ "agarciad@b1e7822e-7b56-0410-88b3-db6ede196368" ]
agarciad@b1e7822e-7b56-0410-88b3-db6ede196368
8d11eee7e3f4859fe3df2705792f120b5bd5a4d9
b2fd17e8be92c23a696c82bad08e4d67e400bc1a
/src/main/java/core/com/aster/utils/ErrorCode.java
58f7d9d81c19bf668b36d83ae19346151141f20f
[]
no_license
wangjianan1103/aster
07a2d169bc26edc29d41fe17cda88af1cc9ae541
4cc72217a3e099d1192e2bf9659c43572a53beb5
refs/heads/master
2021-07-12T04:47:18.774007
2017-10-08T09:34:55
2017-10-08T09:34:55
104,819,898
0
0
null
null
null
null
UTF-8
Java
false
false
303
java
package core.com.aster.utils; /** * Created by wangjianan on 16-7-10. */ public class ErrorCode { public static final int SYS_SUCCESS = 0; public static final int SYS_PARAMETER_ERROR = 4; public static final int SYS_FAIL = 10; public static final String SYS_PARAMS_ERROR = "1001"; }
[ "wangjianan@weshare.com.cn" ]
wangjianan@weshare.com.cn
e44544690715fc5ea2eb904da88f5bb699e1bf79
873e8d27b3eeceff2d0b6b0718eb8185ce56237c
/src/main/java/server/entities/DTOs/LoginDTO.java
4da29578bbdb4bb722572b1ad4ed604594eba4a7
[]
no_license
ViniciusMSoares/DACAE-CO
d198c2cf656ecd2a1ac0416f42262bf95b34c6c3
1fc606c459ffd34f2e5e24e6e8d0e444948de8fe
refs/heads/master
2023-04-29T14:45:42.886863
2019-12-05T18:08:22
2019-12-05T18:08:22
201,321,901
0
0
null
2023-04-14T17:17:12
2019-08-08T19:13:34
Java
UTF-8
Java
false
false
342
java
package server.entities.DTOs; public class LoginDTO { private String senha; private String dni; public LoginDTO() { } public String getSenha() { return senha; } public void setSenha(String senha) { this.senha = senha; } public String getDni() { return dni; } public void setDni(String dni) { ...
[ "vinicius.soares@ccc.ufcg.edu.br" ]
vinicius.soares@ccc.ufcg.edu.br
d5260059d61e5fbe9c1ecf03a8eaa6ea2cae347e
d60c0195cffd1c14d84978d2f5cf11b77903184e
/src/main/java/com/projects/controller/UserController.java
cc7d325831b46b70ddfff99d4ed50897ded52cb8
[]
no_license
hahagioi998/Jira-Clone
984a249e18190d847a645676a5fa36fa7d52e615
009a2f6eb8e22ab3dd7d93e9ae4620d2861363cd
refs/heads/master
2022-04-16T13:15:16.870721
2020-03-04T09:57:01
2020-03-04T09:57:01
null
0
0
null
null
null
null
UTF-8
Java
false
false
754
java
package com.projects.controller; import com.projects.entity.User; import com.projects.service.UserService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*; import javax.validation.Valid; import java.util.List; @RestController public class UserController...
[ "anasselbaz0@gmail.com" ]
anasselbaz0@gmail.com
eb632e896dad40a1676cf6bcb4f9afa38655337d
3d6f147ed8f8ea13f7aedbaa770812752c44d47f
/src/Utility/ASDebug.java
74baa1a76ee25b4d5ac86484a7f544990f54fb8a
[]
no_license
limeng12/AS-Browser
1d17e093fd6d401d95558cae83a2364bd9527ba4
a816e078f102268ac2ca16a345d8308beeecb86a
refs/heads/master
2016-09-06T09:14:30.768584
2015-06-05T18:20:16
2015-06-05T18:20:16
34,754,357
0
0
null
null
null
null
UTF-8
Java
false
false
815
java
package Utility; import java.io.FileWriter; import java.io.IOException; import java.io.PrintWriter; public class ASDebug { public ASDebug() { super(); } public static void close() { // pw.close(); } static void init() { /* * try { //pw= new PrintWriter(new FileWriter("debug.txt")); * * //pw= n...
[ "limeng_hrbeu@sina.com" ]
limeng_hrbeu@sina.com
5b1bf3976de1898cf39ecc8f4582bad3a3653019
f56e1209a2f60f9ade5db24afdbc08f58acadee1
/src/leetcode/algorithms/java/ZipZagConversion.java
0a1d9b6ec2539039c193abf62049ea75f0fd63bb
[]
no_license
szhou1/InterviewQuestions
c08653d489af72d9567b24055c9ab41eb486a370
587877a114ece1869f5637aa2b9b8029d2fe60c1
refs/heads/master
2020-06-13T10:26:25.283229
2019-08-05T20:10:29
2019-08-05T20:10:29
55,469,705
1
0
null
null
null
null
UTF-8
Java
false
false
1,048
java
package leetcode.algorithms; import org.junit.Test; public class ZipZagConversion { @Test public void test(){ System.out.println(convert("PAYPALISHIRING", 3)); System.out.println(convert("SOMETHING", 2)); System.out.println(convert("", 1)); System.out.println(convert("AB", 1)); } public String conv...
[ "zhousteve3@gmail.com" ]
zhousteve3@gmail.com
9cc5a8ab6d7bbd27f635421b4ee0737ea80eea7e
9df342b8b7ecd2a9a39a585b6b84f9c19ee1506b
/src/com/sun/corba/se/PortableActivationIDL/_ORBProxyStub.java
52507bd5dff4fcfb011bc78aecfc5c92447f5449
[]
no_license
WangXinW/jdk1.8-src
2abbf6771ec7d69eca457c635ca665c6c26980b9
112ff6c8844a205c158743afa0e94fc6ebd3d386
refs/heads/master
2020-07-28T20:46:53.809525
2019-10-09T03:47:20
2019-10-09T03:47:20
209,532,127
0
0
null
null
null
null
UTF-8
Java
false
false
2,934
java
package com.sun.corba.se.PortableActivationIDL; /** * com/sun/corba/se/PortableActivationIDL/_ORBProxyStub.java . * Generated by the IDL-to-Java compiler (portable), version "3.2" * from c:/workspace/8-2-build-windows-amd64-cygwin/jdk8u31/2394/corba/src/share/classes/com/sun/corba/se/PortableActivationIDL/activ...
[ "2763041366@qq.com" ]
2763041366@qq.com
752c06907eadfc1654b7e4bd5ebdfb0713101e54
be6c2adcb8c027c33a15bcc879b9bc6a64aa7005
/src/factory/CreateElectricConsumers.java
263844f257466be62117ff114e96ac1f8134f756
[]
no_license
sapuuae/ProiectPOO
cc3a61a1acb5b17f0bd78c107e618d01fd0661c0
72640cb7ff8856b451a97cd020a5c7d6fafbacca
refs/heads/main
2023-03-29T06:57:05.117717
2021-03-07T21:47:26
2021-03-07T21:47:26
325,739,583
0
0
null
null
null
null
UTF-8
Java
false
false
1,331
java
package factory; import base.ElectricConsumers; import reading.Consumers; import reading.MonthlyUpdates; import java.util.ArrayList; public final class CreateElectricConsumers { private final ArrayList<Consumers> consumers; private final ArrayList<MonthlyUpdates> monthlyUpdates; public CreateElectricCon...
[ "andrei.sapu@yahoo.com" ]
andrei.sapu@yahoo.com
d499fcdc1816dd33c02b105ad43582e234f59671
24afc2c07a7b695b0a8c5a7029c144076606b9f4
/android/src/androidTest/java/se/softhouse/android/MainTest.java
f0d75d09b6b141a67471b10efd48241f4dace647
[]
no_license
velith/gradle-inhouse
5924ab05b0be92a51ddfb9a2da6cd488be3ce621
0640cfa08feef9e0fe873962a17b5badac7cd54e
refs/heads/master
2021-01-01T17:56:48.215499
2014-04-10T06:46:20
2014-04-10T06:46:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,520
java
package se.softhouse.android; import android.test.ActivityInstrumentationTestCase2; import android.widget.Button; import android.widget.EditText; import com.jayway.android.robotium.solo.Solo; import junit.framework.Assert; public class MainTest extends ActivityInstrumentationTestCase2<MainActivity> { private Solo...
[ "fredrik.stal@softhouse.se" ]
fredrik.stal@softhouse.se
2d1d1054d2af013e146691b6fba74dcc6d4a9397
825f4ed08ca2a2cd7a4646856aa12ad0e8fc3389
/curso_java/exercicios/src/fundamentos/operadores/Atribuicao.java
0023707bd23673fab12f432d1e59ef791e339be7
[]
no_license
ANTONIORS1967/macosx
f8f51bbc1cd45c5807222b1b0e3fe80dc5917768
00d0f367b5d8f39cc1101412db5ab369a296b0d8
refs/heads/master
2022-11-30T03:46:18.855194
2020-08-01T00:58:54
2020-08-01T00:58:54
284,158,262
0
0
null
null
null
null
UTF-8
Java
false
false
374
java
package fundamentos.operadores; public class Atribuicao { public static void main(String[] args) { int a = 3; int b = a; int c = a+b; c += b; // c = c + b; c -= a; // c = c - a; c *= b; // c = c * b; c /= a; // c = c / a; c++; //c = c + 1; unario System.out.println(c); c %= 2; // c ...
[ "antoniors1967@gmail.com" ]
antoniors1967@gmail.com
37ff9bb738d0e2b9c0aebe64077275260f1db8f7
2cd2823de8f64b574cf43bac3363fe6978b9c5cb
/src/main/java/backend/ajude/entidades/DoacaoDTO.java
e48cdcc695c50e109de354382f3d5684dd2bf01a
[]
no_license
LuizBoas/AJuDE_Backend
ea71cd6c3cc8f8b83c963a88e901ea7c69bd3f33
25f26172e638ebe62f259d79f227b3800ccf2f27
refs/heads/master
2020-12-22T00:38:57.971797
2020-01-27T23:11:27
2020-01-27T23:11:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
977
java
package backend.ajude.entidades; import java.util.Date; import javax.persistence.Temporal; import javax.persistence.TemporalType; /** * Objeto criado para facilitar a criacao da entidade Doacao, contendo as informacoes basicas para * criar uma Doacao */ public class DoacaoDTO { private float valor; priva...
[ "pablwo.araujo@ccc.ufcg.edu.br" ]
pablwo.araujo@ccc.ufcg.edu.br
2c65698e7da7dd7af737994f1f1d7ca724c673a8
49a167861c3385d441072fb8547e34b6c0256fd1
/java/com/sinobest/framework/base/controller/MainController.java
b5c0f1a9795cd344f4a82ba1b3a0cd0960a6eb3f
[]
no_license
v4liulv/framework-ssh
e569595195ebf8787a6160247a7e744c1f89610d
8ecf34d3c732dc27232e316065edccc2de5c399c
refs/heads/master
2023-07-18T07:44:59.140463
2023-06-24T15:45:06
2023-06-24T15:45:06
136,405,302
0
0
null
2022-12-16T04:36:09
2018-06-07T01:31:22
Java
UTF-8
Java
false
false
797
java
package com.sinobest.framework.base.controller; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; import java.net.URISyntaxException; /** * Created by Administrator on 2016/11/4 0004. * <p> ...
[ "469549118@qq.com" ]
469549118@qq.com
3ad6e81208fccbc0dfa36002c89bdc4c6cc8511d
7ef3612748dbcdd568149d7bdc706694fea901ec
/wikipedia/src/main/java/org/wikipedia/settings/PreferenceMultiLine.java
0cbda3b6aef9a8209a4be2e038bbb12e0ddf4a9f
[ "Apache-2.0" ]
permissive
balaprasanna/apps-android-wikipedia
225a1c94a29d1446d6fd3ce70406674b40f23c4c
9c2c26784a6923b03c0b22851e65e0e5960d1926
refs/heads/master
2021-01-14T09:09:36.147243
2014-10-17T20:02:19
2014-10-17T20:02:19
null
0
0
null
null
null
null
UTF-8
Java
false
false
808
java
package org.wikipedia.settings; import android.content.Context; import android.preference.Preference; import android.util.AttributeSet; import android.view.View; import android.widget.TextView; public class PreferenceMultiLine extends Preference { public PreferenceMultiLine(Context ctx, AttributeSet attrs, int d...
[ "bsitzmann@wikimedia.org" ]
bsitzmann@wikimedia.org
dc00d0c7f6a6c06c2adedc2fe864745ca4775c83
ee1bdd63c23d474a29de35cd071c1a6014629bae
/src/fr/istic/date/topic/RecevoirDateGMT.java
374cb8af67dd3228c6f9197fa96285b7e51e2854
[]
no_license
Poudingue/IPR_TP3
7571f4351f24a697fb6a3d250d231b89d34a3528
a22e91467aa750987b1275b77d30bccdc34fdda9
refs/heads/master
2021-04-29T22:51:35.196317
2018-02-15T16:20:07
2018-02-15T16:20:07
121,646,331
0
0
null
null
null
null
UTF-8
Java
false
false
1,160
java
package fr.istic.date.topic; import com.rabbitmq.client.*; import java.io.IOException; public class RecevoirDateGMT { private static final String EXCHANGE_NAME = "date_topic"; public static void main(String[] argv) throws Exception { ConnectionFactory factory = new ConnectionFactory(); factory.setUri("...
[ "14009556@e103m01.istic.univ-rennes1.fr" ]
14009556@e103m01.istic.univ-rennes1.fr
07b76d2f46e1feb8c4e120f91cbdd250ddd3e278
939bc9b579671de84fb6b5bd047db57b3d186aca
/jdk.internal.vm.compiler/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/lang/Long_less02.java
e917ec6ecd73ec874879fc85c79d277048bf9efd
[]
no_license
lc274534565/jdk11-rm
509702ceacfe54deca4f688b389d836eb5021a17
1658e7d9e173f34313d2e5766f4f7feef67736e8
refs/heads/main
2023-01-24T07:11:16.084577
2020-11-16T14:21:37
2020-11-16T14:21:37
313,315,578
1
1
null
null
null
null
UTF-8
Java
false
false
1,247
java
/* * Copyright (c) 2007, 2012, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * */ /* */ package org.graalvm.compiler.jtt.lang; import org.junit.Test; import org.graalvm.compiler.jtt.JTTTe...
[ "274534565@qq.com" ]
274534565@qq.com
bafdadff1a5fa7c70d1ccce49656f30bafc9fd69
6d780d29c493982c4d3042df78015898c0028ac2
/src/dk/impact/sheeplifter/spatials/IslandTerrain.java
36b196a79de3abccc638c43168eb36b0517702b2
[]
no_license
jonfryd/sheeplifter
4fa0a25e02417677ddf95bde1ef3f657e5b2676f
99c53328c9e53fdd3d692de40eddc63b9177ec6b
refs/heads/master
2021-01-10T09:21:30.907653
2017-04-09T12:23:31
2017-04-09T12:23:31
49,667,409
1
0
null
null
null
null
UTF-8
Java
false
false
4,665
java
package dk.impact.sheeplifter.spatials; import javax.swing.ImageIcon; import com.jme.bounding.BoundingBox; import com.jme.image.Texture; import com.jme.math.Vector3f; import com.jme.scene.Node; import com.jme.scene.state.CullState; import com.jme.scene.state.TextureState; import com.jme.system.DisplaySystem...
[ "jonfryd@users.noreply.github.com" ]
jonfryd@users.noreply.github.com
cb80909009cc518520a7a15131a6c89e5d03d592
24995e94d4335b3fc31db463cffc9d49e7acce38
/library/src/main/java/com/github/pwittchen/reactivebeacons/library/Beacon.java
5ee06353f0096adc81e4e7f1b9eca2be5ef9838f
[ "Apache-2.0" ]
permissive
Wrywulf/ReactiveBeacons
b1bc6f10c89a2a1e6109032e9677baa3ffe591d3
ea8892452d62c4616b80da03347128761690fe87
refs/heads/master
2021-01-23T14:50:22.804881
2015-11-10T06:47:38
2015-11-10T06:47:38
44,408,898
0
0
null
2015-10-16T20:27:33
2015-10-16T20:27:32
null
UTF-8
Java
false
false
2,730
java
/* * Copyright (C) 2015 Piotr Wittchen * * 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 ...
[ "piotr@wittchen.biz.pl" ]
piotr@wittchen.biz.pl
673f616bd7e5afae99fd03029a0949f29710779e
c10d63a313b383615dbfaa4e6f3dab6ddf19304d
/main/java/com/tb_system/todolist/DeleteSelectDialog.java
fec136ef2e10435133d7c7ab1c5105e844bebbda
[]
no_license
numuch/2DoList
d5d5264f8400f18075706b71ba2cc04475914b43
a3c3e5596e1fcaa138c2787b83e725cdfa3c38d3
refs/heads/master
2020-12-02T11:33:41.307924
2017-07-23T11:45:13
2017-07-23T11:45:13
96,651,906
0
0
null
null
null
null
UTF-8
Java
false
false
3,006
java
package com.tb_system.todolist; import android.app.Activity; import android.app.AlertDialog; import android.app.Dialog; import android.app.DialogFragment; import android.app.Fragment; import android.content.Context; import android.content.DialogInterface; import android.os.Build; import android.os.Bundle; import andr...
[ "tbnoon@gmail.com" ]
tbnoon@gmail.com
9d5b68ac46e9966f32c38ca3c20ceac6f979f00d
960ce349095abc02bf7922211627984600a30abe
/src/main/java/com/timor/service/impl/User4MyBatisServiceImpl.java
3db3283ff168b732415f4199d50f255f3177ea38
[]
no_license
timor-yz/spring-boot-demo
301af6696a413849cfb111aecf1a5d141e7b25ca
f8867d5e24fd8d5d2dbc42e8ad2c6db305710783
refs/heads/master
2020-03-28T20:22:28.491799
2018-09-27T02:12:56
2018-09-27T02:12:56
149,053,155
0
0
null
null
null
null
UTF-8
Java
false
false
1,088
java
package com.timor.service.impl; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import com.timor.entity.User; import com.timor.mapper.UserMapper; import com....
[ "yuanzhe13579@163.com" ]
yuanzhe13579@163.com
39343a128a091166bcf4372b7730ff7830325107
c885ef92397be9d54b87741f01557f61d3f794f3
/results/JacksonCore-20/com.fasterxml.jackson.core.JsonGenerator/BBC-F0-opt-20/tests/11/com/fasterxml/jackson/core/JsonGenerator_ESTest.java
458cca08ee5da9ef2799df2228177a815c622f5e
[ "CC-BY-4.0", "MIT" ]
permissive
pderakhshanfar/EMSE-BBC-experiment
f60ac5f7664dd9a85f755a00a57ec12c7551e8c6
fea1a92c2e7ba7080b8529e2052259c9b697bbda
refs/heads/main
2022-11-25T00:39:58.983828
2022-04-12T16:04:26
2022-04-12T16:04:26
309,335,889
0
1
null
2021-11-05T11:18:43
2020-11-02T10:30:38
null
UTF-8
Java
false
false
283,289
java
/* * This file was automatically generated by EvoSuite * Thu Oct 21 06:34:27 GMT 2021 */ package com.fasterxml.jackson.core; import org.junit.Test; import static org.junit.Assert.*; import static org.evosuite.shaded.org.mockito.Mockito.*; import static org.evosuite.runtime.EvoAssertions.*; import com.fasterxml.jac...
[ "pderakhshanfar@serg2.ewi.tudelft.nl" ]
pderakhshanfar@serg2.ewi.tudelft.nl
3b8783eeae1b2b55d3f5bc7bd7dff1a3492848ea
4b38673dd1dda06576b68aa4677b31c71cb9518d
/src/main/java/io/github/jhipster/application/service/ProdutoService.java
2ae02f95f69cf8bb389b224016c82904cda9bdc7
[]
no_license
caioccc/jhipsterciaciment
b6f249a23a63eae32841f1c0b9b5fcf37d62d3de
d7230ca4cff42e86be56021e9a1d1f76b4cd66cb
refs/heads/master
2020-03-28T18:50:52.479613
2018-09-15T16:18:54
2018-09-15T16:18:54
148,918,414
0
0
null
2018-09-15T16:18:55
2018-09-15T16:16:40
Java
UTF-8
Java
false
false
3,441
java
package io.github.jhipster.application.service; import io.github.jhipster.application.domain.Produto; import io.github.jhipster.application.repository.ProdutoRepository; import io.github.jhipster.application.repository.search.ProdutoSearchRepository; import io.github.jhipster.application.service.dto.ProdutoDTO; import...
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
35a72848de8380bc6554cf164a716d1d0bc86326
912d1cb9b9ce49b99b9a201e470c939b64894470
/src/main/org/redrock/framework/been/ResponseEntity.java
9e54da089e605d3bbd41bbbbd60adbb82deb389c
[]
no_license
1234zhang/MyFramework
a89308ec2ae5e2a5dfd772c69ca3480bf6a26efb
7fe56694e1efe0f3be11149b08ac8cce25d58030
refs/heads/master
2020-04-28T17:30:40.290903
2019-03-21T07:53:23
2019-03-21T07:53:23
175,449,521
0
0
null
null
null
null
UTF-8
Java
false
false
421
java
package org.redrock.framework.been; import lombok.Data; //返回的数据类 @Data public class ResponseEntity<T>{ //设置响应实体 int code; String info; T t; public ResponseEntity(int code,String info){ this.code = code; this.info = info; } public ResponseEntity(int code,String info,T t){ ...
[ "614018606@qq.com" ]
614018606@qq.com
9f019a1d4a1958b1b713622902423e5a6f040bba
cfffa72a06eca856d6d1a99d9aef7dfb743f8ebb
/app/src/main/java/com/zlcp/brvahpractice/MyApplication.java
d6ab0f2bd3a7b2c8d1d1de560193e4adcab607ca
[]
no_license
byzyhm/BRVAHPractice
8847262f322dd1ea8ab9f6ba17fd2f7db9c47a72
5a3c6648f31e35deefedfcd991b72f914052b448
refs/heads/master
2023-03-01T18:25:06.381402
2019-09-02T18:07:01
2019-09-02T18:07:01
null
0
0
null
null
null
null
UTF-8
Java
false
false
667
java
package com.zlcp.brvahpractice; import android.app.Application; import com.orhanobut.logger.AndroidLogAdapter; import com.orhanobut.logger.Logger; import com.zlcp.brvahpractice.util.Utils; /** * 作者:zl_freedom * 时间:2019/9/2 18:19 * Note: */ public class MyApplication extends Application { private static MyApp...
[ "764958658@qq.com" ]
764958658@qq.com
45408d1fe9b51df842c6e9b5dc09bb4f832d1832
44890238cc4a2c6da7d375f1c0f232df79c71c4d
/src/main/java/com/box/Box5.java
239341ae3537b64e291820e8ce162c86630f09c7
[]
no_license
aa2468291/hw3
bea4162af1e12f1f4a801d2b8a92ef712f7c35b5
33f4d964beedc798ce4a5c3f908b3bdae56a5a05
refs/heads/master
2020-04-23T06:46:56.055532
2019-02-16T09:22:59
2019-02-16T09:22:59
170,985,214
0
0
null
null
null
null
UTF-8
Java
false
false
110
java
package com.box; public class Box5 extends Box{ public Box5(){ super(39.5f,27.5f,23f); } }
[ "aa2468291@gmail.com" ]
aa2468291@gmail.com
dc008c043ef1d81b9fa9c8253b3c9fd66c3c9795
6687f780733263aeb886dd925a7e914881935e68
/Exercícios - 05.07/01 - NumerosRestoCinco.java
63d1fc344e3c75581e3a7e031552f166b971879b
[]
no_license
camila-santos-ferreira/java-exercicios
99bc7771d9180b5c6a09ae02f0d4b7aaf0050dc0
6a091bca48a4e7bf7496a03e09f68fab3d87ff6d
refs/heads/main
2023-07-04T09:40:18.765707
2021-08-07T01:53:50
2021-08-07T01:53:50
384,204,281
0
0
null
null
null
null
ISO-8859-1
Java
false
false
546
java
package br.com.generation.exercicios0507; /*Exercício 01 1- Informar todos os números de 1000 a 1999 que quando divididos por 11 obtemos resto = 5. (FOR) */ public class NumerosRestoCinco { public static void main(String[] args) { // Início em 1000, condição para ir até 1999 e acrescentar + 1 a cada loop for...
[ "85899405+camila-santos-ferreira@users.noreply.github.com" ]
85899405+camila-santos-ferreira@users.noreply.github.com
e373ed18d90a8d825d895d2b644b93794ab22a53
884adbf832bc752907ff5f1a70d2cfbd5ebdcd9e
/Project_1/src/AdventureGame/Adventure.java
a4b3e5f795ca44a22abdc36c0a30fb181ff644ad
[]
no_license
MillarTaylor/cs3520
f4bb2a8dfe6e6664fa09c8a82fb17c1a9cdd1fdf
9e27fcb43a123192c9863f8c4bc8d8707be0e9cc
refs/heads/master
2020-03-26T22:45:13.222840
2018-09-27T00:59:17
2018-09-27T00:59:17
145,484,574
0
0
null
null
null
null
UTF-8
Java
false
false
302
java
package AdventureGame; import java.util.Scanner; public class Adventure{ public static void main(String args[]){ System.out.println("Please Enter a Command"); //user input String command; Scanner sc= new Scanner(System.in); command=sc.nextLine(); } }
[ "millartaylor94@gmail.com" ]
millartaylor94@gmail.com
740b6f99d251b4a8fc9d2e3b48353232b0d0ed86
22caa56fdfbc848a647d1df49447cd4a9fcf3197
/app/src/test/java/com/endava/weatherapp/TemperatureTest.java
810fb4d864eafffe350f7cd2967d0b545fcf343a
[]
no_license
mtraistaru/HelpPointApp
08e52e9572309cbd2333fcf2b27c71053ce12333
c835925730eabe6c6e50a5f11c7394b67d0d325e
refs/heads/master
2021-01-19T04:46:52.528991
2017-04-06T12:49:53
2017-04-06T12:49:53
86,710,752
0
0
null
null
null
null
UTF-8
Java
false
false
2,388
java
package com.endava.weatherapp; import com.endava.weatherapp.domain.MainWeatherParams; import com.endava.weatherapp.domain.WeatherByCityResponse; import com.endava.weatherapp.temperature.TemperatureContract; import com.endava.weatherapp.temperature.TemperaturePresenter; import com.endava.weatherapp.temperature.WeatherE...
[ "mihai.traistaru@isdc.eu" ]
mihai.traistaru@isdc.eu
bbb44f285ffb9b4a83bfa06df79291b7c862ff1f
3f7354696e7e3b82eb1a071fb3284eaccc83c604
/kontrakter/vl-kontrakt-fp-feed/infotrygd-hendelser-feed/src/main/java/no/nav/foreldrepenger/kontrakter/feed/infotrygd/v1/InfotrygdInnvilget.java
665fd9ad0cdf5186af39dab2714ffcedeeb2ee5f
[]
no_license
navikt/spvtpmock
7beaf5a063f63f4d14996e5760d8ab2b492d51e4
87fd8437753c7f202badabfe1865f7a21d61c43b
refs/heads/master
2023-08-03T09:43:14.842580
2019-04-23T07:28:07
2019-04-23T07:28:07
169,393,710
0
0
null
null
null
null
UTF-8
Java
false
false
163
java
package no.nav.foreldrepenger.kontrakter.feed.infotrygd.v1; public class InfotrygdInnvilget extends Innhold { public InfotrygdInnvilget() { super(); } }
[ "roy.andre.gundersen@nav.no" ]
roy.andre.gundersen@nav.no
b2576b0fa0d72966b1b014da273670fd028641f7
60e65ce28d189270e19154966a75a2b715b4f002
/src/ir/maktab/store/domain/Product.java
663d074739ca67233291a27dd0d141288a29ca86
[]
no_license
mlemniscate/HW9-MK56
8636e6f364f79e502260c1a986e682717ba2a84d
81ca513bf68d1dfd0945e496bd84b25ea9d356e7
refs/heads/master
2023-06-29T17:37:59.113312
2021-08-03T13:05:10
2021-08-03T13:05:10
391,250,556
0
0
null
null
null
null
UTF-8
Java
false
false
1,464
java
package ir.maktab.store.domain; import ir.maktab.store.base.domain.BaseProduct; import java.util.List; public class Product extends BaseProduct<Product> { private Integer categoryId; private Integer stock; public Product(String name, double price, List<ProductAttribute> attributes, Integer categoryId, I...
[ "miladabdi1374@gmail.com" ]
miladabdi1374@gmail.com
da219cb4352814040cbb52218e1bd3c9a3218feb
9df355976a322983186ccd18e3c9b00507a45872
/src/main/java/com/mmall/util/BigDecimalUtil.java
bb0894b7cefb50923ae9b9684ce2decbb1e0f88d
[]
no_license
3pacccccc/mmall
ca1e0f28a6bc18e34891094ec0c6ab21df53eaff
6420269705f32282504b9fef3b4da8ea868dd96d
refs/heads/master
2022-12-20T19:39:40.402140
2019-11-10T04:40:14
2019-11-10T04:40:14
214,172,925
0
0
null
2022-12-16T03:07:05
2019-10-10T12:08:40
Java
UTF-8
Java
false
false
1,063
java
package com.mmall.util; import java.math.BigDecimal; public class BigDecimalUtil { private BigDecimalUtil() { } public static BigDecimal add(double v1, double v2) { BigDecimal b1 = new BigDecimal(Double.toString(v1)); BigDecimal b2 = new BigDecimal(Double.toString(v2)); return ...
[ "351489917@qq.com" ]
351489917@qq.com
7d27d47ea704e66680212a782202adcffe3fb317
e79404d840867a3baa1fb1e775c8ebf99fbc7d65
/app/src/main/java/com/Draker/fitnessfury/Adapters/checkExcersiceAdapter.java
e565fc27e5c9c27c1bb534eebd22c2657c6c8dc1
[]
no_license
Draker007/FitnessFury
736e3de9ff8628c146a0a38a0ff8cb291d15063d
bec6ae12a21355d502244e30b3fb38e083c4594e
refs/heads/master
2020-06-20T15:30:23.735395
2019-07-16T09:34:18
2019-07-16T09:34:18
197,164,173
0
0
null
null
null
null
UTF-8
Java
false
false
1,030
java
package com.Draker.fitnessfury.Adapters; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.support.v4.app.FragmentPagerAdapter; import java.util.ArrayList; import java.util.List; public class checkExcersiceAdapter extends...
[ "drakerdeepak@gmail.com" ]
drakerdeepak@gmail.com
7ef7ce267c840a61f37aa86bdfd66766f32b4f59
2b7adb7870ce7c79fd4cabb13be5847468984c91
/app/src/main/java/com/zaher/base/presentation/newsdetails/NewsDetailsViewModel.java
9f17685cd9046f364b79af4769fc562b2cc87e7a
[]
no_license
MahmoudZaherDeveloper/NewsApi
c5be976a59ea8c0bf3163e3400ce74f6f5a8160f
e3be743183a532a4ef5f6de30ca9fbbafc41c129
refs/heads/master
2020-12-23T00:57:31.426561
2020-01-29T13:24:55
2020-01-29T13:24:55
236,983,160
1
0
null
null
null
null
UTF-8
Java
false
false
88
java
package com.zaher.base.presentation.newsdetails; public class NewsDetailsViewModel { }
[ "mahmoudzaher.developer@gmail.com" ]
mahmoudzaher.developer@gmail.com
dcba8f7f2ddba4eaeced3732ff2dc678a52375ff
c17d8872e0b333652635a4d44f8fbac364be0bc6
/src/com/meitu/mtxxwz/view/BubbleView.java
0293c833d4693b30e9c83ac5f4cd7fb1c76bd8a5
[]
no_license
Yellow5A5/MTXXWZ
b904f1ad621e1d0ddb5de32d47ad703baa2ee5ed
de1a02970df9d29bb3e17ef5d6e6e277e247e2a6
refs/heads/master
2016-09-16T06:32:16.631842
2015-11-17T10:05:17
2015-11-17T10:05:17
41,492,112
5
2
null
null
null
null
UTF-8
Java
false
false
11,303
java
package com.meitu.mtxxwz.view; import android.annotation.SuppressLint; import android.annotation.TargetApi; import android.content.Context; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Color; import android.graphics.Typeface; import android.os.Build; import android.tex...
[ "scnu.hww@foxmail.com" ]
scnu.hww@foxmail.com
42d743f4866fa8a5333c4e7fbd3c3c6670c3661f
8ad49d1f5e821134a0cb49b8c6c4f414f44b968a
/spring/servlet/src/main/java/hello/servlet/web/servlet/MemberListServlet.java
a4239d503994765f51d69633d636f762642b53fd
[]
no_license
wizdom-js/web
00bcf00de693ed3f86cd25673f78bb98bf0523bb
676d690732b940d9af3525179dfe6838dff502eb
refs/heads/master
2023-08-14T04:34:12.204388
2021-10-11T13:27:24
2021-10-11T13:27:24
316,250,293
0
0
null
null
null
null
UTF-8
Java
false
false
1,981
java
package hello.servlet.web.servlet; import hello.servlet.domain.member.Member; import hello.servlet.domain.member.MemberRepository; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servle...
[ "65435762+wizdom-js@users.noreply.github.com" ]
65435762+wizdom-js@users.noreply.github.com
c9ce955f337865693a36c48b909dfd5ac99da06a
f6d73667835546bca55aa1a83cbe5ed05799f0c4
/src/com/fh/service/system/company/TbcompanyService.java
4a11a971879107a0da755f31c696174da37862d0
[]
no_license
MAOBIQIONG/jianlian
71b6df413230d84182bc090edfcecc2410915be5
e8098df0fee474ef1a8028081bcf0425643e1822
refs/heads/master
2021-03-16T10:04:38.085963
2017-12-26T10:07:42
2017-12-26T10:07:42
115,405,669
0
1
null
null
null
null
UTF-8
Java
false
false
2,151
java
package com.fh.service.system.company; import java.util.List; import javax.annotation.Resource; import org.springframework.stereotype.Service; import com.fh.dao.DaoSupport; import com.fh.entity.Page; import com.fh.util.PageData; @Service("tbcompanyService") public class TbcompanyService { @Resourc...
[ "13262920076@163.com" ]
13262920076@163.com
63b59e03f4bb0f80e94c1c3c28812764ed25611e
5abc9f3df1d598f505d037309ddcb01af6a8db70
/java_network/src/edu/kosta/chatSample/client/NamooChatClient.java
8eb738510e1e53f0d62e1ed54e010c0d9c920810
[]
no_license
psypig99/java_network_programming
70f16ecf2244fcd1a53aa8c57d3b6a285eed27ee
b578e240d67b41e05e15187a376b1a1a27f28fc8
refs/heads/master
2020-05-27T12:04:55.566330
2017-02-24T11:05:11
2017-02-24T11:05:11
82,548,388
0
0
null
null
null
null
UTF-8
Java
false
false
1,312
java
package edu.kosta.chatSample.client; import edu.kosta.chatSample.client.gui.ChatClientDialog; import edu.kosta.chatSample.client.room.ClientChatRoom; import javax.swing.JFrame; import javax.swing.JOptionPane; public class NamooChatClient extends JFrame { private static final long serialVersionUID = -4584567523...
[ "psypig99@gmail.com" ]
psypig99@gmail.com
a8ac469d80939491e1efaa78b106aaca75a428c9
fe06bb02e3ee9eb991c29ec0f56a5d12cfeb2483
/src/com/hashtable/examples/MyHashtableUserKeys.java
a9af6503353835d9113a6d7c875919b3e8df5af1
[]
no_license
cnkcln/Javaexamples
83a57b3a34e4d9bcc86dfd9609d8d0f13cae3e60
98ac9d334649facb83ffac9795f98b441e8b20bf
refs/heads/master
2021-05-10T10:06:23.776259
2018-02-03T07:23:35
2018-02-03T07:23:35
118,949,072
0
0
null
null
null
null
UTF-8
Java
false
false
475
java
package com.hashtable.examples; import java.util.Hashtable; public class MyHashtableUserKeys { public static void main(String a[]){ Hashtable<Emp,String> tm = new Hashtable<Emp, String>(); tm.put(new Emp(134,"Ram",3000), "RAM"); tm.put(new Emp(512,"Tom",2400), "TOM"); System.out.p...
[ "Lakshmi_Chengannagari@gap.com" ]
Lakshmi_Chengannagari@gap.com
2b6b0b56809d04322759172b5b7121c356ce6240
2a6f3137916981df89bf6bab3373e13793de0e4a
/seata-test-springcloud-sample/bussiness/src/test/java/com/example/seata/test/samples/springcloud/bussiness/BussinessApplicationTests.java
01505ce91191cf5b6e5aec87f7630ff7ca7a1ec6
[]
no_license
liangxiaobo/seata-test-samples
372cf4b7d34bc78e1233a21331c70e6337145b2f
38ca3a8e75924b772221bc0bfe12596ff0a798cd
refs/heads/master
2020-06-29T20:24:54.008508
2019-08-05T09:10:55
2019-08-05T09:10:55
200,615,575
0
1
null
null
null
null
UTF-8
Java
false
false
381
java
package com.example.seata.test.samples.springcloud.bussiness; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.context.junit4.SpringRunner; @RunWith(SpringRunner.class) @SpringBootTest public class BussinessApplication...
[ "liangxiaobo@nahong.com.cn" ]
liangxiaobo@nahong.com.cn
f6f50e7970b59b79bfe935d330eabb1eb500b4f1
f93455242ba2da03fe7365d54e44aea4ab98c22a
/src/main/java/com/example/demo/models/enums/ProductType.java
99769da422db61e466617ffad3e5b73072102fe9
[]
no_license
KarinaSkirmante/SpringSecurityExample
a37815b8c0090f246eb0d4be98950169fdd4d49e
032fecbb0b152fdd606d909a7be6eb5a9ce63da3
refs/heads/master
2022-11-13T13:59:14.668702
2020-07-13T12:12:03
2020-07-13T12:12:03
279,293,385
0
1
null
null
null
null
UTF-8
Java
false
false
105
java
package com.example.demo.models.enums; public enum ProductType { BakeryType, ComputerType, OtherType }
[ "karina.krinkele@venta.lv" ]
karina.krinkele@venta.lv
fea3f0735185fe2c3e5ba8f8836d0b2776ea3a77
66cb218292435112808afc6a7b79efc6dcdfd231
/Again0924/src/com/icss/moto/biz/MotoType.java
ac93a3cce2954c08b354df9427f4ee531bd7e0b7
[]
no_license
liucheng612/Again
eb5917b1c262e39ea428c27a2dd3b76fffae10d1
01e23c93597270052b86e0d11fe4ea2effb1b6aa
refs/heads/master
2020-07-29T13:45:46.016873
2019-10-10T09:40:12
2019-10-10T09:40:12
209,827,278
0
0
null
null
null
null
GB18030
Java
false
false
318
java
package com.icss.moto.biz; public class MotoType { public static final String BK_GL8 ="別克商务GL8"; public static final String BM_550 ="宝马550"; public static final String BK_LYDA ="別克林荫大道"; public static final String GOLD_CUP ="金杯"; public static final String GOLD_LONG ="金龙"; }
[ "31503914@qq.com" ]
31503914@qq.com
e33d146ae7e2d12a0cd16c05b66fec1cc2b88a42
00838bc0c2c387c2651c4da5322172eb59ff0b9c
/src/main/java/com/centime/greeting/service/GreetingService.java
0d18ba0d6191911b65da767347ccccecae31a7a9
[]
no_license
pulgamprem/greeting-service
0b4018b4d08ed8e7309fdb2b21f3803428119190
33cd1e2eae8da67b32abaa008b42ed3a5998026e
refs/heads/master
2022-12-28T15:32:04.949915
2020-07-21T01:09:42
2020-07-21T01:09:42
280,379,943
0
0
null
2020-10-13T23:45:18
2020-07-17T09:12:12
Java
UTF-8
Java
false
false
169
java
package com.centime.greeting.service; import com.centime.greeting.dto.PersonDTO; public interface GreetingService { public String greetPerson(PersonDTO person); }
[ "pulgamprem@gmail.com" ]
pulgamprem@gmail.com
ba7fe560c18abb5f62f7883d6c253b1796e86897
2e859842f523f13d491cfdbbc1eaf3495b27eac1
/HelloWorld.java
28ba35fb39d73e1c3a807c50269b97671f2e08f8
[]
no_license
camilla28/HelloWorldJenkins
11dde8a2ae46c664487507ff0e53eaf890af3f85
b46e059bee2e91d97364d23dd0a27f0e7de4ae6f
refs/heads/master
2021-01-07T06:38:27.778830
2020-02-19T12:06:12
2020-02-19T12:06:12
241,608,907
0
0
null
null
null
null
UTF-8
Java
false
false
109
java
public class HelloWorld{ public static void main(String[] args){ System.out.println("Hello,World"); } }
[ "css28011997@gmail.com" ]
css28011997@gmail.com
f24c2632155efc3285c57ae77410f701c5e9b71b
13c2d3db2d49c40c74c2e6420a9cd89377f1c934
/program_data/JavaProgramData/38/367.java
533ea01303721541ca333d14746615eb98b574c8
[ "MIT" ]
permissive
qiuchili/ggnn_graph_classification
c2090fefe11f8bf650e734442eb96996a54dc112
291ff02404555511b94a4f477c6974ebd62dcf44
refs/heads/master
2021-10-18T14:54:26.154367
2018-10-21T23:34:14
2018-10-21T23:34:14
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,077
java
package <missing>; public class GlobalMembers { public static int Main() { int k; int n; int i; int j; double[] s; String tempVar = ConsoleInput.scanfRead(); if (tempVar != null) { k = Integer.parseInt(tempVar); } s = new double[k]; for (i = 0;i < k;i++) { String tempVar2 = ConsoleInput...
[ "y.yu@open.ac.uk" ]
y.yu@open.ac.uk
f8cd04f6ed6ab599947af9397186bd5c3e8da155
558ed828003af28f6dd2bf2066ad64265a79e255
/Ramandeep&vineetUno/src/GameModel/MyPC.java
20d466cddeb15a41a92f12024107c173b5815758
[]
no_license
monster95b/UNOGame
b9900816885734d5d4278eb9b5a3a22d771c3f83
a44a20a982052f2c8af8bc8393252fc855fbfd62
refs/heads/master
2022-12-02T23:17:36.842189
2020-08-12T18:21:22
2020-08-12T18:21:22
287,085,185
0
0
null
null
null
null
UTF-8
Java
false
false
1,995
java
package GameModel; import java.awt.AWTEvent; import java.awt.Color; import java.awt.event.MouseEvent; import java.util.LinkedList; import javax.sound.midi.Receiver; import CardModel.WildCards; import View.UnoCard; import Interfaces.MyGameConstants; public class MyPC extends Players implements MyGameCon...
[ "barach@sheridancollege.ca" ]
barach@sheridancollege.ca
f44259fc45f318ab358959d439d4646c2d0b140c
b755a269f733bc56f511bac6feb20992a1626d70
/qiyun-lottery/lottery-service/src/main/java/com/qiyun/service/BasketballDataService.java
6d27a8e25288c5f57d03266773bb2425349cca31
[]
no_license
yysStar/dubbo-zookeeper-SSM
55df313b58c78ab2eaa3d021e5bb201f3eee6235
e3f85dea824159fb4c29207cc5c9ccaecf381516
refs/heads/master
2022-12-21T22:50:33.405116
2020-05-09T09:20:41
2020-05-09T09:20:41
125,301,362
2
0
null
2022-12-16T10:51:09
2018-03-15T02:27:17
Java
UTF-8
Java
false
false
800
java
package com.qiyun.service; import com.qiyun.model.BasketBallBase; import com.qiyun.model.basketball.BasketBallGame; import com.qiyun.model.basketball.BasketballDxp; import com.qiyun.model.basketball.BasketballOp; import com.qiyun.model.basketball.BasketballYp; import org.springframework.stereotype.Service; import jav...
[ "qawsed1231010@126.com" ]
qawsed1231010@126.com
613c7f68e93a7ad728dc741c8163a4ce85096ef4
7d1e79dc260a89e6ebbe65253884cee504998411
/spring/src/main/java/com/kaishengit/aspect/AspectAdvice.java
489ac80cd5f60e1d427b0adcbc5b1251a7c4035b
[]
no_license
wangpengfei66/learn-SSM
4af9a5276c968aa702b16e6d1449ed01d05fd5c2
61b977e650be25f1ad73c53307e989ac23abb836
refs/heads/master
2020-12-02T22:42:42.111271
2017-08-29T14:58:01
2017-08-29T14:58:01
96,170,383
0
0
null
null
null
null
UTF-8
Java
false
false
1,372
java
package com.kaishengit.aspect; import org.aspectj.lang.ProceedingJoinPoint; import org.aspectj.lang.annotation.*; import org.springframework.stereotype.Component; /** * Created by Administrator on 2017/7/10. */ @Component @Aspect public class AspectAdvice { @Pointcut("execution(* com.kaishengit.service..*.*(..)...
[ "13298477340@163.com" ]
13298477340@163.com
c6d3e53d09e8441b7ee99aeeb08d06b7608c52d2
45aa185db0da492170bb959ac60567f6358da239
/app/src/main/java/org/coolapk/gmsinstaller/ui/main/presenter/PanelPresenter.java
3b69d6c37353adac09bf4ec4a205dff0059b0cea
[]
no_license
xxxifan/GmsInstaller
30b804b62a5864c668d3c6cf18eed0183e1be1e8
91547116abe538c5aa590a7040d862d66362a661
refs/heads/master
2021-01-15T10:50:44.229972
2015-04-18T07:19:37
2015-04-18T07:19:37
31,689,263
4
0
null
null
null
null
UTF-8
Java
false
false
10,302
java
package org.coolapk.gmsinstaller.ui.main.presenter; import android.content.Intent; import android.os.AsyncTask; import android.view.View; import android.widget.TextView; import android.widget.Toast; import com.afollestad.materialdialogs.MaterialDialog; import com.sothree.slidinguppanel.SlidingUpPanelLayout; import co...
[ "445947962@qq.com" ]
445947962@qq.com
4d7739c11131349f687e352e29e8aa37b2e3ac27
022c70327f7da3edd8a67d12a047b9c65ba7a2b0
/src/main/java/com/cisco/cmad/event/services/EventService.java
25f65cb29c76632950276d983ab7fd979ff166d4
[]
no_license
TulasiGupta/awseventmonitor
896ca4266104613893ad5ada6029ccaf1fc636e6
db141549099f916fbc1c50e5eb2dcee39d0bdcbc
refs/heads/master
2020-04-28T08:47:37.713786
2019-03-12T05:36:13
2019-03-12T05:36:13
175,141,983
0
0
null
null
null
null
UTF-8
Java
false
false
8,274
java
/** * https://examples.javacodegeeks.com/enterprise-java/spring/data/spring-data-jparepository-example/ */ package com.cisco.cmad.event.services; import java.text.DateFormat; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Date; import java.util.HashMap; import java.util.List; import ...
[ "tcheedel@cisco.com" ]
tcheedel@cisco.com
adfcd46d962b014597f96f2974508221a93f82c6
580d07ef3d66c49b11ccca2c2d26ff8d0ff154ca
/common/source/java/org/alfresco/email/server/handler/AbstractEmailMessageHandler.java
b952cbc65ac2e6ba82356c2a56525570a05039b4
[]
no_license
p4535992/delta
946864ab5a0f305fe9db75e4ea6f604801e7bbda
539a9f1add1990c8cfd29a63c802af4771a75574
refs/heads/master
2020-05-20T07:21:41.859253
2019-05-07T08:59:25
2019-05-07T08:59:25
185,449,469
0
0
null
null
null
null
UTF-8
Java
false
false
13,529
java
/* * Copyright (C) 2005-2007 Alfresco Software Limited. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * This...
[ "aare.puusepp@smit.ee" ]
aare.puusepp@smit.ee
d06c18de72e443728cd1abbc9c7cf423e0b28694
af52d055db2543141f60d412169511846bd60109
/src/test/java/org/qortal/test/ImportExportTests.java
2306d4845f96c334eb3389194e6e1deb3f6797f1
[]
no_license
xyz-sylwia/qortal
1f068ebf54c8470664e0f3b3f85d189d312a366e
9502444bbca982fbe89100003a4f7d1c3981cda7
refs/heads/master
2023-09-03T23:19:11.602892
2021-11-05T16:31:54
2021-11-05T16:31:54
null
0
0
null
null
null
null
UTF-8
Java
false
false
20,950
java
package org.qortal.test; import org.apache.commons.io.FileUtils; import org.bitcoinj.core.Address; import org.bitcoinj.core.AddressFormatException; import org.bitcoinj.core.ECKey; import org.json.JSONArray; import org.json.JSONObject; import org.junit.After; import org.junit.Before; import org.junit.Test; import org.q...
[ "caldescent@protonmail.com" ]
caldescent@protonmail.com
cca03adefb9814bde5e6afba21fa240952d815bc
09a097b68fa4c57db88055b45400946ead2144db
/src/main/java/desktop_fields/Ownable.java
b85598434e84a0576c35bcbf38ccc05c2c8eb67d
[]
no_license
group-18/CDIO2
ddfffd174b624bdb42f208c12784b4c44dcb6358
8a49d1c5fd1f2638f1a599f88971654969ad8d6b
refs/heads/master
2021-08-08T15:19:09.017312
2017-11-10T16:15:02
2017-11-10T16:15:02
106,712,534
0
0
null
null
null
null
UTF-8
Java
false
false
1,885
java
package desktop_fields; import java.awt.Color; import javax.swing.BorderFactory; import javax.swing.border.Border; import desktop_board.Center; import desktop_codebehind.Player; import desktop_codebehind.SwingComponentFactory; public abstract class Ownable extends Field{ public static final String OWNABLEL...
[ "magnus.h1993@gmail.com" ]
magnus.h1993@gmail.com
925d10931883d1a9b4c5bccdcb2a111bdfb1eb74
28529815d30d4c18aa1dc8cdf4cc2f8b6cd70f13
/week7-week7_04.ThingSuitcaseAndContainer/src/Container.java
6dd523323495fd8b721f26e114f498205b96b365
[]
no_license
KevinKerin/mooc-part-ii
7a4682948b1ddfe872fe33401eee5dae89adea1b
5f799fe112f08dc45a1557a0a538a6c4b3e15b4d
refs/heads/master
2020-08-27T14:37:15.394507
2019-11-01T18:03:05
2019-11-01T18:03:05
217,407,719
0
0
null
null
null
null
UTF-8
Java
false
false
1,214
java
import java.util.ArrayList; /* * 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. */ /** * * @author kevinkerin */ public class Container { private int maxWeight; private Ar...
[ "kevin.kerin@gmail.com" ]
kevin.kerin@gmail.com
3d9950e86536852397eaefdf3295aa5d909d6831
5305314181464af553a75770bcdd493e0b419e73
/src/main/java/pages/MyAccountPage.java
7d4fbf678a3ab6efe91a5cd107be96ada21c9d95
[]
no_license
amado-saladino/seleniunm-maven-java
9ac7bab0bd739eeb555be3e047834463d14185ca
68c3c6e5e9310d8932dedceebd108c1ca6a8daf4
refs/heads/master
2023-06-23T14:50:50.435913
2023-06-15T05:32:04
2023-06-15T05:32:04
169,706,575
2
0
null
2023-06-15T05:32:05
2019-02-08T08:45:34
Java
UTF-8
Java
false
false
1,066
java
package pages; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; public class MyAccountPage extends Page { public MyAccountPage(WebDriver driver) { super(driver); } @FindBy(linkText="Change password") WebElement changePasswordLink ; @F...
[ "salaheldin.ahmed1@gmail.com" ]
salaheldin.ahmed1@gmail.com
4754c87969de8b9f9dc000b29ea1565afff8eab5
0f23178a62f1692e3f4a94efeedd21d3142efd7d
/net.menthor.ontouml2alloy/src/net/menthor/ontouml2alloy/scenarios/QuantifiedScenario.java
0659f77d05eda427cdeea40bf40d92d8d75ace24
[ "MIT" ]
permissive
EdeysonGomes/menthor-editor
b59ca520eea89de3f7c28a923a9a483cca0b4a21
1618b272d8976688dff46fc9e9e35eb9371cd0f4
refs/heads/master
2023-03-13T15:29:56.984131
2021-03-10T20:49:35
2021-03-10T20:49:35
null
0
0
null
null
null
null
UTF-8
Java
false
false
392
java
package net.menthor.ontouml2alloy.scenarios; import RefOntoUML.parser.OntoUMLParser; public abstract class QuantifiedScenario extends ContentScenario{ WorldQuantification q; public QuantifiedScenario (OntoUMLParser parser, WorldQuantification q){ super(parser); this.q = q; } public WorldQua...
[ "tiagoprince@192.168.1.6" ]
tiagoprince@192.168.1.6
dd2dcb3adb4f563edcd7e2db1318ab20894688a5
5218f0b265d84b6053a8c4b3b1fc9f598fdcb5a3
/src/main/java/co/com/sofka/reto/punto5/Punto5.java
1142330d422bfa88dee3a971493b11cf1a44ea29
[]
no_license
jdan2/RetoJava
8c7ea4bf3c52bf91ab97cd2563770462e0cff108
9610a0e3258ea2d750b47a6908ac2c510545f33a
refs/heads/master
2023-05-01T21:14:38.191815
2021-05-28T01:09:10
2021-05-28T01:09:10
371,504,787
0
0
null
null
null
null
UTF-8
Java
false
false
347
java
package co.com.sofka.reto.punto5; public class Punto5 { public static void main(String[] args) { int i = 1; while (i<101){ if( i%2 == 0){ System.out.println(i + " Es par"); }else { System.out.println(i + " Es impar"); } ...
[ "juandortiz.15@gmail.com" ]
juandortiz.15@gmail.com
d2bfe5af380f51ca8f30a1543ae400afdf263f69
564df4191f62558c55183de9aeef45e0ff986068
/humanresource-core/src/test/java/br/com/hrs/core/HrsCoreSuitTest.java
c27908a4cda84126a58480ab8e5a124163ac38ae
[]
no_license
rs-renato/humanresource
1382c9ce249ae6af1529c2b0fce3e09f89fa19fd
6484e211fbee085a325ee65293f5310e77820119
refs/heads/master
2023-09-01T23:00:21.819967
2021-10-18T01:03:01
2021-10-18T01:03:01
416,525,074
0
0
null
2021-10-17T21:15:36
2021-10-12T23:13:44
Java
UTF-8
Java
false
false
353
java
package br.com.hrs.core; import org.junit.platform.runner.JUnitPlatform; import org.junit.platform.suite.api.SelectPackages; import org.junit.platform.suite.api.SuiteDisplayName; import org.junit.runner.RunWith; @RunWith(JUnitPlatform.class) @SelectPackages("br.com.hrs.core") @SuiteDisplayName("HRS Core Suite Test") ...
[ "spamcares-github@yahoo.com" ]
spamcares-github@yahoo.com
ada7ae4a196b784d1fd21bd7fd802d50c76bd496
95edae1b67646ed1f6b4b462fa3e6b26712a4b8d
/Eventon/src/main/java/de/eventon/validator/bankAccount/IbanValidator.java
24c944cd072f72e8f5ed890a5d5f303b6dc03d32
[]
no_license
Le00n/JEE_DF_LS
70c49db10de5b451d2e01c661df37840ad963484
dbb88dcb8c76f284da91fb141b0ffc5436c486d6
refs/heads/master
2021-01-21T06:24:07.573897
2017-03-31T21:41:55
2017-03-31T21:41:55
83,221,062
0
0
null
null
null
null
UTF-8
Java
false
false
1,039
java
package de.eventon.validator.bankAccount; import javax.faces.application.FacesMessage; import javax.faces.component.UIComponent; import javax.faces.context.FacesContext; import javax.faces.validator.FacesValidator; import javax.faces.validator.Validator; import javax.faces.validator.ValidatorException; @Face...
[ "david.feldhoff@web.de" ]
david.feldhoff@web.de
9e9cfd8a48f3d2f104e852e1e8d385081ee8aba3
b55d8d2e9581179fd146febbc8766d526a6745f9
/src/main/java/day1_12_20210405/exer2/AccountTest.java
d28faa67ad4f23d185f72e5f56b6f82967392be2
[ "Apache-2.0" ]
permissive
liguangyuaaa/bigdatajava
07765ce53da711b21e52f092685b80a73e28ff02
607dafb501e26c890c95ebddcef108c113a47a5b
refs/heads/master
2023-04-29T11:36:14.735930
2021-05-09T16:15:30
2021-05-09T16:15:30
351,970,488
0
0
null
null
null
null
UTF-8
Java
false
false
870
java
package day1_12_20210405.exer2; /* * 写一个用户程序测试Account类。在用户程序中, * 创建一个账号为1122、余额为20000、年利率4.5%的Account对象。 * 使用withdraw方法提款30000元,并打印余额。 * 再使用withdraw方法提款2500元, * 使用deposit方法存款3000元,然后打印余额和月利率。 * */ public class AccountTest { public static void main(String[] args) { Account acct = new Account(1122, 20000, ...
[ "liguangyu03@58.com" ]
liguangyu03@58.com
3b8a6635dcd74e91df38f7b2b01103bbaa70a3fb
16329d961b768fa41eeab9503b691e7656568147
/perenc/perenc.ups/src/main/java/com/perenc/xh/lsp/controller/admin/tcOrder/AdminTcOrderTempController.java
0fe7bf150b9b5aee2e2cfac7ab7294383f53d171
[]
no_license
chenlongd/wlc-park
ff558d422f788f119620e7584b1b85be9f34ee94
2c46a5b00a92feb7daf0bbf59cc5e9af7f0dd594
refs/heads/master
2022-12-21T21:01:18.795624
2020-03-12T07:26:46
2020-03-12T07:26:46
246,764,097
0
3
null
2022-12-16T03:19:05
2020-03-12T06:53:26
Java
UTF-8
Java
false
false
2,639
java
package com.perenc.xh.lsp.controller.admin.tcOrder; import com.perenc.xh.commonUtils.model.ReturnJsonData; import com.perenc.xh.commonUtils.model.mongoPage.PageHelper; import com.perenc.xh.lsp.service.order.SysOrderService; import org.apache.commons.lang.StringUtils; import org.springframework.beans.factory.annotation...
[ "chenlongd@126.com" ]
chenlongd@126.com
0ebb984690785fffe36516989862c21e31fb9dc0
f34bb510f83974d0e37fef2b9c6c756b49c6ad0e
/src/java/model/Users.java
aed38f7803764f5ca413b920b5430a20c6c17356
[]
no_license
himanshubhat333/foodyfood
d7464d64a168dce0b64fe705776ecf3de6e22ecf
483ef8485b4c925c8970e15ce0ba3f30f58ccd46
refs/heads/master
2020-03-30T07:48:15.343207
2018-09-30T13:05:23
2018-09-30T13:05:23
150,967,641
0
0
null
null
null
null
UTF-8
Java
false
false
1,458
java
package model; public class Users { private int id; private String name; private String email; private String phone; private String address; private String password; private String cpassword; public String getCpassword() { return cpassword; } public void setCpassword(...
[ "bhatt.himanshu333@gmail.com" ]
bhatt.himanshu333@gmail.com
3fa5d12d76af9ef362b682a0b00b405f4575244a
d4427009115987909c55e29e0ad9a747e8f680d4
/src/9_Abstract_Class_dan_Interface/Ikan1841720207Bayu.java
1768804da958cebf1a7221e1a2d7804c37641c46
[]
no_license
BayuTeguh/laporan-praktikum-pbo-2019
e1d7b0e21eac48438847579c6ad3368cea1fed3d
ef99e6b23227c1935cb2d4d940179d47d2c38ab9
refs/heads/master
2020-07-16T14:10:48.533484
2019-12-14T18:56:11
2019-12-14T18:56:11
205,803,743
0
0
null
null
null
null
UTF-8
Java
false
false
223
java
package AbstractandInterface; public class Ikan1841720207Bayu extends Hewan1841720207Bayu{ @Override public void bergerakBayu() { System.out.println("Berenang dengan SIRIP,\"wush..wush..\""); } }
[ "jowowon404@gmail.com" ]
jowowon404@gmail.com
a3d8b10431223e367064dbcfd96620d72fb82fb2
eef8c73e37a58b74bfcae0e40165b0e8b4475308
/OrangeHrmDemo/src/main/java/app/dashboardMethods/Dashboard_Page.java
d69132b3dd8a4d21640b07b030fe468eb638812b
[]
no_license
gayatrimallareddy/OrangeHRMDemo
a96bdf0c540b117324923aca6426309df995337a
0cd66a2bf34105db65ea57bede7e612f0acfc3d3
refs/heads/master
2021-01-18T18:37:08.218429
2016-07-21T07:05:43
2016-07-21T07:05:43
63,767,965
0
0
null
null
null
null
UTF-8
Java
false
false
1,490
java
package app.dashboardMethods; import java.util.List; import org.apache.poi.ss.usermodel.Sheet; import org.openqa.selenium.WebElement; import org.testng.Reporter; import com.reusableMethods.Excel_Methods; import app.reusableMethods.Application_Methods; public class Dashboard_Page extends Application_Methods{ Exce...
[ "Rahul Gunda@vendskp54" ]
Rahul Gunda@vendskp54
3715c4e9b87f5f6c96ef959dc26bd47e722e858e
215cb9de76ea51a462ce050a7c4e3a0e11692fef
/AnimalPound/AnimalPoundj/src/main/java/za/ac/innocentmphokeli/DomainInterfaces/IScheduleType.java
71388bfd63a28ed80e9e3436ff37930a177d315b
[]
no_license
innothetechgeek/Assignement5
fd3a298b95d5a18a992c6c7b8c48207bdaf89813
d085380f229c583327a9f48941f203b9dc086420
refs/heads/master
2021-01-10T09:47:58.273057
2016-04-15T16:35:26
2016-04-15T16:35:26
55,614,223
0
0
null
null
null
null
UTF-8
Java
false
false
310
java
package za.ac.innocentmphokeli.DomainInterfaces; import za.ac.innocentmphokeli.Domain.Schedule; import java.util.List; /** * Created by Admin on 2016/04/03. */ public interface IScheduleType { int getScheduleTypeId(); String getName(); boolean isActive(); List<Schedule> getSchedules(); }
[ "innothetechgeek@gmail.com" ]
innothetechgeek@gmail.com
8e656734708fdf471436aba8db8184edce95eb90
f6267d1e999cce1bb3ae30c562f32da049314305
/src/main/java/ru/levelUp/qa/homework_7/IssueFiles/IssueCategory.java
0e9e75fa5aac04b1c6843f455170f03cd85983f5
[]
no_license
ValeraBulatova/ValeraBulatova_LevelUp
c0668246d59124460d3b4ce4f8d191e8ff9a7696
4e05e3ee04e025b5040afdf089b4e0528de52e32
refs/heads/master
2020-05-03T05:20:53.033513
2019-05-20T18:39:37
2019-05-20T18:39:37
178,445,535
0
1
null
2019-05-17T19:33:59
2019-03-29T17:03:07
Java
UTF-8
Java
false
false
352
java
package ru.levelUp.qa.homework_7.IssueFiles; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml.jackson.annotation.JsonInclude; import lombok.Data; @Data @JsonIgnoreProperties(ignoreUnknown = true) @JsonInclude(JsonInclude.Include.NON_NULL) public class IssueCategory { private int...
[ "48589240+ValeraBulatova@users.noreply.github.com" ]
48589240+ValeraBulatova@users.noreply.github.com
470d2245130bfedceaf52bc181542776b53cf79f
d88496bf9951bbe8177955a3ae8f904c552d9cd1
/frontgoo-orm/src/main/java/org/frontgoo/orm/hibernate/base/ResultBean.java
875d90b5293c3ad78cb7cc897c9703e912df039c
[]
no_license
sdgdsffdsfff/rep
ac034247b9b6c73d1cc7a804921a117213751291
0811ddef49c5b41064e3508993b854878cb25e6a
refs/heads/master
2020-12-25T04:37:24.360104
2015-08-12T08:15:07
2015-08-12T08:15:07
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,107
java
package org.frontgoo.orm.hibernate.base; import java.io.Serializable; import java.util.Arrays; import java.util.List; /** * 业务执行结果对象 * * ResultBean * * * @version 1.0.0 * */ public class ResultBean<T> implements Serializable{ /** * */ private static final long serialVersionUID = 4329054640002077889...
[ "sunhonglei01@chinatopcredit.com" ]
sunhonglei01@chinatopcredit.com
50ab2d3759a49a5d3c5f9b28e1fb4a90f1540ff7
7ce6660f341351db176c843a9507281027ecea93
/lib/src/test/java/com/xinghai/log/lib/ExampleUnitTest.java
d956662577e836d30e272b44619cadacafaac33e
[ "Apache-2.0" ]
permissive
eastcompeaceqxh/AndroidFileLogger
3b12da3ece3da8666cf7a9ee80e638169bbae790
f95a68b8f5e62f98c1e75c811ecb72eb5e0fa872
refs/heads/main
2023-02-28T10:04:53.862873
2021-02-01T09:47:39
2021-02-01T09:47:39
334,627,059
0
0
null
null
null
null
UTF-8
Java
false
false
380
java
package com.xinghai.log.lib; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test public void ad...
[ "qixinghai7800@126.com" ]
qixinghai7800@126.com
eaa7f1ad86efc4fea5ec032178ebec497c861d3f
6e1a2978420e5c14984e29f0ccccd87917426d39
/legolas/src/main/java/com/yepstudio/legolas/response/OnErrorListener.java
63a0feffd69a5184cb3d57e600a067437398a6a7
[]
no_license
zzljob/legolas
1d90130baec8cfc210b73730eb3f988339410699
4598f5326ea6f9bafff5929833d411e376220b39
refs/heads/master
2016-09-06T18:01:41.754924
2015-03-04T06:16:11
2015-03-04T06:16:11
15,733,339
0
0
null
null
null
null
UTF-8
Java
false
false
173
java
package com.yepstudio.legolas.response; import com.yepstudio.legolas.LegolasException; public interface OnErrorListener { public void onError(LegolasException error); }
[ "zzljob@gmail.com" ]
zzljob@gmail.com
898a6aab54112977adf4d3f4d51a128b307cb759
1648e6acfc9b7efe3edfb0f146b1f8c576492dd2
/src/main/java/se/iths/martin/demo2/ProductRepository.java
e53e60de6e5b93751e36cf41bd4039c37a28802a
[]
no_license
AdamBremholm/demo2
1109d903cce814d9f6c89d878b66fe2a5d7cf34e
72303226e11b8fb7d5776421cccceb62bc3f0fdf
refs/heads/master
2020-04-25T03:24:45.787183
2019-02-25T10:52:59
2019-02-25T10:52:59
172,475,966
0
0
null
2019-02-25T09:32:39
2019-02-25T09:32:39
null
UTF-8
Java
false
false
172
java
package se.iths.martin.demo2; import org.springframework.data.jpa.repository.JpaRepository; public interface ProductRepository extends JpaRepository<Product, Long> { }
[ "skiryoland@gmail.com" ]
skiryoland@gmail.com
fa48ddab47fd10286c3112c12d1c58d388cb3489
ea72416c66f87e07c82bdac959fbb8d1ccef224b
/ghana-national-functional-tests/src/main/java/org/motechproject/functional/pages/openmrs/OpenMRSLoginPage.java
577dd7dfb37a982992b8f6025a9d30c2a203938c
[]
no_license
kishoreyekkanti/GHANA-National
e80a1768f92ef2ed177c322fa107defbc86184f7
810bc12ee4acd88dd494c06df71fdd71db66127b
refs/heads/master
2021-01-15T17:46:25.160471
2012-01-13T05:34:21
2012-01-13T05:34:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
992
java
package org.motechproject.functional.pages.openmrs; import org.motechproject.functional.data.OpenMRSTestUser; import org.motechproject.functional.data.TestUser; import org.motechproject.functional.pages.BasePage; import org.motechproject.functional.util.ElementPoller; import org.openqa.selenium.WebDriver; import org.o...
[ "vsingh@.corporate.thoughtworks.com" ]
vsingh@.corporate.thoughtworks.com
1432b87a08bebd2140de9dad6f757defc175dd61
34637870b54fee48d5d65ddd0b43564a32eb4520
/backend/src/main/java/com/devsuperior/dsvendas/dto/SaleSumDTO.java
437fe4ad66154bc5ac4052425b071450905b841f
[]
no_license
akmazurok/projeto-sds3
c21f5256c2c92316b761bd60655795184656d329
013fc60b45d0bf6f32b562110da382b628375a89
refs/heads/main
2023-04-17T03:31:57.139528
2021-05-09T14:55:23
2021-05-09T14:55:23
363,953,536
0
0
null
null
null
null
UTF-8
Java
false
false
668
java
package com.devsuperior.dsvendas.dto; import java.io.Serializable; import com.devsuperior.dsvendas.entities.Seller; public class SaleSumDTO implements Serializable{ /** * */ private static final long serialVersionUID = 1L; private String sellerName; private Double sum; public SaleSumDTO() {} public S...
[ "ak.mazurok@gmail.com" ]
ak.mazurok@gmail.com
dd5ab88722ba078f882a2819bae3ec2a95d4c75d
179b00f1198e5a6c321ae52b68a27a06168ffc93
/RestProject/src/main/java/com/spring/rest/model/Instructor.java
76d5665886e16d0feaf421950b15c6ffcc268496
[]
no_license
khandelia7/SpringMVCBoot_Learning6
70457387c33219a3475173602f88c20641a07fdb
ebb220096e6baf44b1817a5c184fb20a9439c24c
refs/heads/master
2022-11-27T23:32:35.463676
2020-08-03T11:47:55
2020-08-03T11:47:55
284,685,111
0
0
null
null
null
null
UTF-8
Java
false
false
1,191
java
package com.spring.rest.model; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Table; @Entity //make this class as table in database @Table(name = "instructor") //change table name public class In...
[ "khandelia7@gmail.com" ]
khandelia7@gmail.com
70f641218b9eb9cffbafd2137d276c2ffdf91940
103af3b46f257ddc2dc3308202beb84abf996a12
/src/OneProvider2OneConsumerVal/C.java
f68f8151b2700e4c4d1037b87095696503556492
[]
no_license
dads546/ThreadPro
21959ba436f57ab96242e7fc948c023e66f4f7ac
12b987a362461e062a8d39dcdd9bf5008819fe1a
refs/heads/master
2021-05-15T05:23:29.502922
2018-01-14T10:03:31
2018-01-14T10:03:31
117,074,192
0
0
null
null
null
null
GB18030
Java
false
false
596
java
package OneProvider2OneConsumerVal; public class C { private String lock; public C(String lock) { super(); this.lock = lock; } public void setValue() { try { synchronized (lock) { if (ValueObject.value.equals("")) { System.out.println(Thread.currentThread().getName()+"阻塞了"); ...
[ "641798770@qq.com" ]
641798770@qq.com
b7a31f5d0e8f002a8f75bb424fec1011c690e395
d7214ffeb6339668885a4fc7735c7c3efa37950e
/Order.java
fd05c3e64fb6192e724503dd8c2cb2c6e3be43f8
[]
no_license
itwasntzak/delivery_tracking-java
6423b1ed77339232929657a079cf3c5c4e5e89a9
b63744bd3d9bb836255e98d842a903c6fe505f6f
refs/heads/master
2022-08-05T08:51:47.260655
2020-06-04T02:48:10
2020-06-04T02:48:10
269,235,006
0
0
null
null
null
null
UTF-8
Java
false
false
8,332
java
import java.util.ArrayList; import java.util.Calendar; import java.io.File; import java.net.URI; import java.nio.channels.WritableByteChannel; public class Order { // initialize attributes for this class int id; Delivery parent; Calendar endTime = Calendar.getInstance(); Tip tip; double milesTr...
[ "zakary100@gmail.com" ]
zakary100@gmail.com
d1cb4fe9385f0a9668184bdcfa60aebb29e6cb51
d38db59c2a427c1bd3885909b1f524c1b44463c6
/src/main/java/com/roamer/contacts/configuration/JpaConfiguration.java
5ddb564da4c309ccb7f5de2d5122fe3b5471285e
[]
no_license
592146505/contacts
e74176769783883c5a07bead59ad8dec00e30ae8
2e91c1b621b26e56ff66d004cd9662bcddb1fac7
refs/heads/master
2020-03-17T15:05:20.375468
2018-05-23T07:01:32
2018-05-23T07:01:32
133,697,842
0
0
null
null
null
null
UTF-8
Java
false
false
1,121
java
package com.roamer.contacts.configuration; import org.springframework.boot.autoconfigure.domain.EntityScan; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.core.Ordered; import org.springframework.core.annotation.Order; import ...
[ "592146505@qq.com" ]
592146505@qq.com
dd3a4b4c0f00e519950f85a4bd542a3ed324d619
d8c03dfc21e1b3d89ee4702430a98a4de8d841b4
/src/main/java/com/habibsweb/commons/components/event/ScrollableListItemSelectionEvent.java
abac3a896fd769f81efeb62773fb04315aba7f38
[]
no_license
lespaul361/Habib-Commons-SelectList
35948b5f2cdeb5922e4efc2dfbfec23d1fa84979
61302704a035bcc29d7ce79c3f8cbef9b57a93cf
refs/heads/master
2021-09-05T21:02:36.430978
2018-01-31T01:29:49
2018-01-31T01:29:49
114,521,788
0
0
null
null
null
null
UTF-8
Java
false
false
1,334
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 com.habibsweb.commons.components.event; import java.util.EventObject; /** * * @author Charles Hamilton */ public class Scr...
[ "lespaul36@gmail.com" ]
lespaul36@gmail.com
36de74f583646ae58795b36aef7a203264e0df16
f42854d2995e8530c5b023e927e36775883cefac
/splash_library/src/main/java/com/zhboy/ycwwz/splash_library/service/data/SplashBean.java
a5f9cfa13af340d3a7c0e1e36ab8fa7ab016271c
[]
no_license
ZHBoy/AndroidBaseT
5827ef4d165af627480c0087bf97ab700fa8265c
ae3e6178ed20fc88d5a924b4d6f09ab2ff2ac53c
refs/heads/master
2022-11-18T03:34:46.980430
2020-07-10T07:59:27
2020-07-10T07:59:27
278,567,981
2
0
null
null
null
null
UTF-8
Java
false
false
2,995
java
package com.zhboy.ycwwz.splash_library.service.data; import java.util.List; public class SplashBean { /** * state : 1 * message : success * data : [{"id":1,"pageImage":"http://calendar.yhzm.cc/qr/open00.jpg","type":0,"isUsing":1,"createTime":"1969-12-31T16:00:00.000+0000","description":"太特么多"},{"i...
[ "zhouhao@zmeng123.com" ]
zhouhao@zmeng123.com
677b8db7a2a9bb41ed944dd924f0484e6c9e571e
6baf1fe00541560788e78de5244ae17a7a2b375a
/hollywood/com.oculus.userserver2-UserServer2/sources/X/ep.java
b2bf8a5738df99053f57eba7d25b33de7df0f107
[]
no_license
phwd/quest-tracker
286e605644fc05f00f4904e51f73d77444a78003
3d46fbb467ba11bee5827f7cae7dfeabeb1fd2ba
refs/heads/main
2023-03-29T20:33:10.959529
2021-04-10T22:14:11
2021-04-10T22:14:11
357,185,040
4
2
null
2021-04-12T12:28:09
2021-04-12T12:28:08
null
UTF-8
Java
false
false
361
java
package X; import android.net.Uri; import java.util.List; import javax.annotation.Nullable; import org.json.JSONObject; public class ep { @Nullable public List<Uri> A00; @Nullable public JSONObject A01; public ep(@Nullable JSONObject jSONObject, @Nullable List<Uri> list) { this.A01 = jSON...
[ "cyuubiapps@gmail.com" ]
cyuubiapps@gmail.com
d66131c1e295d8df6dca9fea05a0125d31a8db62
e526b894c558855510c9631b70c1b41b509efe21
/src/main/java/com/example/RestTemplateClient/web/config/SecurityConfig.java
7f1fe7315f050c55b35b0ae7a76ec600810edda7
[]
no_license
Hudognik/RestTemplateClient
7e126d2214c1f25609dab24c594a2f251424942c
4121f00a639d4345f9227124fdcebb92ba5aa6df
refs/heads/master
2021-01-06T02:27:16.354703
2020-02-17T20:28:48
2020-02-17T20:28:48
241,201,060
0
0
null
null
null
null
UTF-8
Java
false
false
3,471
java
package com.example.RestTemplateClient.web.config; import com.example.RestTemplateClient.web.config.handler.LoginSuccessHandler; import com.example.RestTemplateClient.web.service.UserDetailsServiceImpl; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Bean; i...
[ "pizza148814@gmail.com" ]
pizza148814@gmail.com
149b4454d427d818dd7b0c88066cd8ddbde6fdb9
e6d4cba8bb57bdcbca5b2674803d728df4744152
/app/src/main/java/com/eeseetech/nagrand/player/PlayerFragment.java
8b48f223c0133683da9c341527a4f702f0c483fd
[]
no_license
jpdong/ad-player
e9e4c28ff044a5de3efb267c56ffc31c59611a09
b3f5533a64c52857a5ec75c0a6f9a31664e925d4
refs/heads/master
2020-03-25T20:33:16.407963
2018-08-29T03:15:33
2018-08-29T03:15:33
144,135,870
0
0
null
null
null
null
UTF-8
Java
false
false
12,687
java
package com.eeseetech.nagrand.player; import android.app.Fragment; import android.content.Context; import android.media.MediaPlayer; import android.net.Uri; import android.os.Bundle; import android.os.Handler; import android.os.Message; import android.support.annotation.Nullable; import android.util.Log; import androi...
[ "dongjp1994@qq.com" ]
dongjp1994@qq.com
fd0d854c34036ba809ab352ce3801d9b11d2be31
0046a33ba3a0482adda704fd18317abcd092bdab
/src/netbeanstypescript/TSCodeCompletion.java
37db80053d7dce2560cff4228a597563224353ee
[ "Apache-2.0" ]
permissive
alesak/nbts
a422d7a3ab102adedb90935efa7e14b1a39f1b14
eba556d8ac6b0608a8aa310040d9363456c95ea1
refs/heads/master
2022-04-23T08:22:37.779582
2020-04-21T15:02:08
2020-04-21T15:02:08
257,625,312
0
0
Apache-2.0
2020-04-21T14:40:05
2020-04-21T14:40:04
null
UTF-8
Java
false
false
12,017
java
/* * Copyright 2015-2017 Everlaw * * 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 ...
[ "jeffrey@everlaw.com" ]
jeffrey@everlaw.com
fb23acc6e4d5352bdb274b570e1209c53723a55c
1d928c3f90d4a0a9a3919a804597aa0a4aab19a3
/java/hazelcast/2015/4/MultiMapClientRequestTest.java
0d8c1ac50c34431df428211e47a828389309fe07
[]
no_license
rosoareslv/SED99
d8b2ff5811e7f0ffc59be066a5a0349a92cbb845
a062c118f12b93172e31e8ca115ce3f871b64461
refs/heads/main
2023-02-22T21:59:02.703005
2021-01-28T19:40:51
2021-01-28T19:40:51
306,497,459
1
1
null
2020-11-24T20:56:18
2020-10-23T01:18:07
null
UTF-8
Java
false
false
18,670
java
/* * Copyright (c) 2008-2015, Hazelcast, Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
[ "rodrigosoaresilva@gmail.com" ]
rodrigosoaresilva@gmail.com
f04a199137d033a647ea8e03662ba91c0102e63c
f1acfbd2af9630d362ad19dd98876596896a0782
/Examples/examples2/src/examples/designpattern/NutritionFactsTest.java
cc37d5ec83d7c8b7d305024daae28f24e086c51a
[]
no_license
japj91/Java-2909
682ddff086df3a11c0efbcdd08f69630da15cfa5
5a6c4a2c6aa16dc64025c4e42c7b5b9f721a9e4a
refs/heads/master
2021-04-26T09:03:20.215604
2017-10-14T17:21:08
2017-10-14T17:21:08
106,947,626
0
0
null
null
null
null
UTF-8
Java
false
false
360
java
/** * */ package examples.designpattern; /** * @author scirka * */ public class NutritionFactsTest { /** * @param args */ public static void main(String[] args) { NutritionFacts cocaCola = new NutritionFacts.Builder(240, 8).calories(100).sodium(35).carbohydrate(27).build(); System.out.println("Coca-co...
[ "japjohal91@gmail.com" ]
japjohal91@gmail.com
6193dfc73bbde60f2c39392dae9cb82c7c044c6d
847725e3c61906a89b20e1b4dc8d4c7877a20ce0
/samples/java/play-authenticate-usage/app/models/UserDbService.java
c91dd49dc0a3c691d4fb725da6a63038355c3d5f
[ "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
chaschev/play-authenticate
4a608b915dbce5890e249f0bc6d4554151a7d857
7cf571fd0c7d32fa64104f0d971f472b9efdecbb
refs/heads/master
2021-01-16T21:25:02.259610
2013-11-27T15:33:42
2013-11-27T15:33:42
6,588,716
0
0
null
null
null
null
UTF-8
Java
false
false
1,863
java
package models; import com.feth.play.module.pa.providers.password.UsernamePasswordAuthUser; import com.feth.play.module.pa.user.AuthUser; import com.feth.play.module.pa.user.AuthUserIdentity; import java.util.Date; /** * @author Andrey Chaschev chaschev@gmail.com */ public abstract class UserDbService { public...
[ "chaschev@gmail.com" ]
chaschev@gmail.com
cb9f99b406a6c3cc675e1c8f557e6a4e79790843
f1d43a273696137ff3caea78ebcb70286e69cc9a
/src/main/java/com/ast/mall/bugee/config/WebMvcConfig.java
915fd981ce04e0f81a14beb8f3232a242899c1b5
[]
no_license
CherryAnnie/bugee
1cca55c3969177bed01cd0a476b916690767aa1a
09b515a3a265b08d245c5ab81af1d65e4cb85172
refs/heads/master
2021-04-26T22:58:11.317420
2018-03-05T10:40:01
2018-03-05T10:40:01
123,904,803
0
0
null
null
null
null
UTF-8
Java
false
false
66
java
package com.ast.mall.bugee.config; public class WebMvcConfig { }
[ "linlin_m@163.com" ]
linlin_m@163.com
105dcb60666fb2e1c2d006db2c797efb1f1084b7
8e1f14940113ff28ecfa029640eba19aeb400fe4
/src/main/java/az/egov/repository/NotificationSentTypesRepository.java
80ac748399d6ebaa7bad7fec92a85bf82ac40c65
[]
no_license
SamirOsmanov/agro
68c95196fe9129a2f0278756c1413508f92d28cd
5a7e8aa46c93032bdc65d3dc3a9d812738d18a67
refs/heads/master
2020-04-02T16:28:23.699023
2018-10-10T13:10:49
2018-10-10T13:10:49
null
0
0
null
null
null
null
UTF-8
Java
false
false
428
java
package az.egov.repository; import az.egov.entity.NotificationSentTypes; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; import org.springframework.transaction.annotation.Transactional; /** * Created by admin on 26.09.2018. */ @Repository @Transactiona...
[ "samirosmanov1988@gmail.com" ]
samirosmanov1988@gmail.com