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
bef3b98adf2e96d428af616b16ac37bcf7790ce7
310dc91e80723dce75c9e3314b49e7c99a4468c6
/Hippodrome/src/ru/krsu/Horse.java
f76f330138a271c51b545694692014a5c26462bb
[]
no_license
Vlad-Sav/java-console-projects
7878e374c752fd187582956f587cd7868097d099
2e8d311e383a8a460d241a7766b17d0da96de3e2
refs/heads/main
2023-08-24T14:07:29.922356
2021-10-18T11:17:18
2021-10-18T11:17:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
936
java
package ru.krsu; public class Horse { private double distance; private double speed; private String name; public double getDistance() { return distance; } public void setDistance(double distance) { this.distance = distance; } public double getSpeed() { return ...
[ "savchenko_vladlen2511@mail.ru" ]
savchenko_vladlen2511@mail.ru
60472551be2d2bfe193bc19318d81429f5d75019
64f9ae91dcd30c82c0d26aed88b0d7991862df75
/app/src/main/java/com/gt/homeNas/domain/UserRepository.java
43f107a06bc42061b755a158bafcd49db05ba419
[]
no_license
jianzhexu/homeNas
9111d81204f3d8516019c567669145b118090252
2a0542807e230126e8aa7e9c61cb8dfcf2f20966
refs/heads/master
2023-04-12T12:46:43.204014
2021-05-02T00:44:06
2021-05-02T00:44:06
363,537,285
0
0
null
null
null
null
UTF-8
Java
false
false
334
java
package com.gt.homeNas.domain; import com.gt.homeNas.domain.entity.User; import com.gt.homeNas.types.UserAccount; import com.gt.homeNas.types.UserId; import java.util.Optional; public interface UserRepository { public Optional<User> findByAccount(UserAccount userAccount); public Optional<User> findById(User...
[ "jianzhe.xu@qq.com" ]
jianzhe.xu@qq.com
735250fd40a031d94fa34ae710a4fb20badc7dd3
176ff23723df0bbf555a4cfc3dec5264f60b82f1
/src/main/java/com/company/binaryTree/BinaryTreeTest.java
ad58aa12c487e9d2ba4dfd9f6ed897adb8259b19
[]
no_license
doyoung0205/live-study
6c8df1c2989793f72f6466eb195ca5517932a37d
d8f8a8eba4d30636152ee8491ecab7a9bf3910e1
refs/heads/main
2023-03-26T23:30:14.853907
2021-03-14T06:51:51
2021-03-14T06:51:51
323,946,499
0
0
null
null
null
null
UTF-8
Java
false
false
3,993
java
package com.company.binaryTree; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.DisplayName; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.*; class BinaryTreeTest { private static BinaryTree binaryTree; final static int rootValue = 23; @Before...
[ "doyoung0205@naver.com" ]
doyoung0205@naver.com
dbb9bd2300d214f7f39bd0f55d8da68d983c230f
18a4cb5c313c1640d976eeb4352a5f7f376ded85
/src/main/java/com/ronaldo/cursomc/domain/Estado.java
0538178fc3330c8cdaf20c7b157a0b49e7db225c
[]
no_license
ronaldoamui/cursomc
51976474172918d6aa6332f86d0a97539e2f06bb
83ebe01ecedd771fcdbd6a8adbe07772d4184252
refs/heads/master
2022-12-28T06:52:45.930673
2020-10-09T23:03:41
2020-10-09T23:03:41
300,633,493
1
0
null
null
null
null
UTF-8
Java
false
false
1,614
java
package com.ronaldo.cursomc.domain; import java.io.Serializable; import java.util.ArrayList; import java.util.List; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.OneToMany; import com.fasterxml....
[ "ronaldoamuikb@hotmail.com" ]
ronaldoamuikb@hotmail.com
31f76ad1e3dee9782cb82cedbd5611b264842738
508cf912d7a6068c2e9e0865bca19c00c49b5ac7
/src/pelib/ui/ProgressDialog.java
0129ba6d87a82540c2c27e19f682b67fba7768b6
[]
no_license
saravananshc/dul
f0f979f9ac86cc69ed0a8ca72132ec2d732e83b6
713c0967c4559ce9d0423699f2876fe23bdad684
refs/heads/master
2021-01-18T17:08:40.088753
2013-04-13T07:02:13
2013-04-13T07:02:13
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,404
java
/* */ package pelib.ui; /* */ /* */ import java.awt.Dialog; /* */ import java.awt.FlowLayout; /* */ import java.awt.Frame; /* */ import java.awt.Label; /* */ import java.awt.Panel; /* */ /* */ public class ProgressDialog extends Dialog /* */ { /* */ private ProgressBar bar...
[ "dawntoworld@gmail.com" ]
dawntoworld@gmail.com
ad2963fb490eaa531de15b88dadb0b8680a4e6b7
8073bc887b4060ebbb2f2649d49167dd33bc6609
/src/main/java/cn/posolft/controller/UserController.java
938e4d2e7e1f3dfc11803e76c0889a8f2be09936
[]
no_license
18221019707/posoft_web
d2ed5a726f5c21a26c562c5ae11602b108ac8c8a
1944067012db8569489e60db12a9cf1267c37e21
refs/heads/master
2021-01-20T10:24:19.099540
2017-05-05T09:11:22
2017-05-05T09:13:47
90,342,541
0
0
null
null
null
null
UTF-8
Java
false
false
812
java
package cn.posolft.controller; import javax.annotation.Resource; import javax.servlet.http.HttpServletRequest; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.RequestMapping; import cn.posolft.pojo.User; import cn.posolft...
[ "1065021156@qq.com" ]
1065021156@qq.com
a4ca50c452db15d234d275ee97572076ebef09ab
cb85fb49b1f5d75736937d6e3465271e874f862e
/src/main/java/com/skd/utils/PropertiesUtil.java
876397d173fb00487292fab4e2f77fecd89a7914
[]
no_license
Zhaoqian1023/graduation
ce58a382e56a525e92539f81ad4a1c3f0798dd64
c46ba397ab89b811bfba98332bfb332838932a13
refs/heads/master
2020-03-13T02:43:01.577882
2018-10-18T01:45:49
2018-10-18T01:45:49
130,929,964
0
1
null
null
null
null
UTF-8
Java
false
false
934
java
/** * @Title: PropertiesUtil.java * @Package com.skd.utils * @Description: TODO * @author zhaoqian * @date 2018年4月27日 */ package com.skd.utils; import java.io.IOException; import java.util.Properties; import org.springframework.beans.factory.config.PropertiesFactoryBean; import org.springframework.core.io.Cla...
[ "skzhaoqian@outlook.com" ]
skzhaoqian@outlook.com
22282d2ecd2a05360d21d76f04529148599579b9
24cb887d74c11babd99233800ba69d2ba9908ea0
/src/com/company/PuzzleGUI.java
6e675e1bb1c55d17b88a3ff9dfd4dfdb386e1d54
[]
no_license
berire/aicross
8b357b55eba068afab582ae34d3249b52c443d3e
ab3b9d6efda8acef70efb2e39ba3bc4d62206ecb
refs/heads/master
2021-01-20T06:23:04.411241
2017-05-01T01:48:46
2017-05-01T01:48:46
89,871,059
0
0
null
null
null
null
UTF-8
Java
false
false
19,521
java
package com.company; import org.jsoup.Jsoup; import org.jsoup.nodes.Document; import org.jsoup.nodes.Element; import org.jsoup.select.Elements; import org.simmetrics.StringMetric; import org.simmetrics.metrics.CosineSimilarity; import org.simmetrics.simplifiers.Simplifiers; import org.simmetrics.tokenizers.Tokenizers...
[ "berire.gunduz@gmail.com" ]
berire.gunduz@gmail.com
57c8cdcbc494b9fd427bc2173ef0b8a023776536
b9691c5a01152ebe8f8b2e318e040b0c792a0501
/src/main/java/com/udemy/springbrewery/web/model/BeerPagedList.java
37eafd0ffee81c6a1a924e96a35164f0e2353dc7
[]
no_license
nikleft/spring-brewery
e21be05d0628e57c68d49eb33d01eb28ed4a73e0
b3a537f748f264262fcb450792dd3445431dcb23
refs/heads/master
2022-08-31T11:27:14.628274
2020-05-21T20:24:16
2020-05-21T20:24:16
264,519,037
0
0
null
null
null
null
UTF-8
Java
false
false
434
java
package com.udemy.springbrewery.web.model; import org.springframework.data.domain.PageImpl; import org.springframework.data.domain.Pageable; import java.util.List; public class BeerPagedList extends PageImpl<BeerDto> { public BeerPagedList(List<BeerDto> content, Pageable pageable, long total) { super(co...
[ "Maksym_Shumovych@epam.com" ]
Maksym_Shumovych@epam.com
2f331e2c3e6bc3a0c36bb98040d3c93b410afe9e
aed76081b8deffc03314292abdc5a2bb9687a0f0
/BalanceBinaryTree.java
da7368a6ac6dfc36c940dc06f433a2a10e688b91
[]
no_license
putEffortsIntoEverythingYouWant/AlgorithemExercise
4e9241da2c2ec396bc0066a778ddfdad5b05c484
54bafbc85af189dc101239a1e33f5dfc0a6bedf4
refs/heads/master
2021-01-20T11:06:24.964744
2016-02-09T02:20:23
2016-02-09T02:20:23
34,208,473
0
0
null
null
null
null
UTF-8
Java
false
false
925
java
/* Given a binary tree, determine if it is height-balanced. For this problem, a height-balanced binary tree is defined as a binary tree in which the depth of the two subtrees of every node never differ by more than 1. */ /** * Definition for a binary tree node. * public class TreeNode { * int val; * TreeN...
[ "lisijing7@gmail.com" ]
lisijing7@gmail.com
9b530fc6de0c29b762b82da760dccf754dbbf006
06ed89d0d33082e719d1a236eea821f7a99c56bf
/src/main/java/Application.java
7fcde8b566cf3814d5a1b83fe40a0887bd97d0f3
[]
no_license
ikolomiets/TwitterPlayground
92e4a71e532e3f00fd3686aaf2295bf406a2c580
c3486ea2782603feadda3998899a3d7b4d4d1b0d
refs/heads/master
2021-01-10T09:44:12.712283
2016-01-11T19:45:10
2016-01-11T19:45:10
43,084,074
0
0
null
2015-11-10T22:57:11
2015-09-24T18:06:57
Java
UTF-8
Java
false
false
775
java
import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.context.ConfigurableApplicationContext; import org.springframework.context.annotation.AnnotationConfigApplicationContext; public class Application { private static final Logger logger = LoggerFactory.getLogger(Application.class); ...
[ "igork@amayasoftware.com" ]
igork@amayasoftware.com
4fe2a49b6f9edbf1d7223c2c97434fbac2b5f50d
55bd5ac29775ecdcbc425cdbb5d529bcabea66ce
/Java8 Questions/SerialVsParallelSortDemo.java
55299917db88b25073a991fe3c006c176219d442
[]
no_license
vkverma0210/Wipro_PRP_Java_J2EE
10995000800f60f483a83fe6af5a1ceb42c99639
f5ccf40ad0a2528e0d493b808b53453cb63e6369
refs/heads/master
2023-07-15T19:57:37.551685
2021-08-20T03:57:37
2021-08-20T03:57:37
391,072,794
4
0
null
null
null
null
UTF-8
Java
false
false
1,312
java
import java.util.Arrays; import java.util.Random; /** * SerialVsParallelSortDemo */ public class SerialVsParallelSortDemo { public static void main(String[] args) { int[] arraySizes = { 10000, 100000, 1000000, 10000000 }; for (int arraySize : arraySizes) { System.out.println("When Ar...
[ "vkverma0210@gmail.com" ]
vkverma0210@gmail.com
13ef074fc36aaf08eefa3aca0ff949d8faf832dd
de8976b0045f0ada5c212b4cd64fd86b39ed014b
/src/main/java/decorator/A4.java
5e086db1d14d3296ccfff0a51ff626f25bc6ea2f
[]
no_license
Daniel5629/design_pattern
8eb57f90057af5a90f1741127dfdfda66f2d95d0
6a8c08003410cae293549dfa79cc82c601e8a882
refs/heads/master
2023-05-15T01:50:39.878580
2021-06-09T15:46:56
2021-06-09T15:46:56
373,516,908
0
0
null
null
null
null
UTF-8
Java
false
false
150
java
package decorator; public class A4 extends AudiDecorator{ public A4(ICar audi, String modelName) { super(audi, modelName, 2000); } }
[ "apxls34@gmail.com" ]
apxls34@gmail.com
f1859ece2e11e788a5558e998dedf14517f0ce3b
4acddd316da1c347cef0d9f59d10fca08a9b21e2
/app/build/gen/com/mycompany/magic/BuildConfig.java
3a9812d835788f6bb096aacb9aaf578200894b86
[]
no_license
suryaxmetal/firstapp
b5a0df590527efb4e8be1919d5ada214844b7122
90401b2765c56a0c520d01b4af35d6847913da48
refs/heads/master
2020-04-01T00:07:30.075041
2018-10-12T03:35:03
2018-10-12T03:35:03
152,682,896
0
0
null
null
null
null
UTF-8
Java
false
false
161
java
/** Automatically generated file. DO NOT MODIFY */ package com.mycompany.magic; public final class BuildConfig { public final static boolean DEBUG = true; }
[ "surya.poojary.bangin@gmail.com" ]
surya.poojary.bangin@gmail.com
a95fb9cf73e0cf210655d25774a4999d415f135d
424944da7e0ff52f9d1a61fbeb07bb9f361898b8
/sso-common/src/main/java/sso/common/util/SaltDealer.java
46acadebe380f6c5ce81c99aa8c4ca49fbceabec
[]
no_license
chuningfan/sso
3e4632733230c4c6ce1e67e5897fb82157868ba7
e60dae54f283822e391bc492258d0c05ea1712ca
refs/heads/master
2020-04-11T09:00:54.245535
2018-12-19T08:58:14
2018-12-19T08:58:14
161,577,174
0
0
null
null
null
null
UTF-8
Java
false
false
2,323
java
package sso.common.util; import java.io.UnsupportedEncodingException; import java.util.Base64; import java.util.Random; public class SaltDealer { private static final String[] UPPER_CASE = {"A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", ...
[ "ningfan.chu@activenetwork.com" ]
ningfan.chu@activenetwork.com
48dfde15abd0fe9c27997735b92bd7cdfb8d608f
78037065a3c23998438a6cbdfea142458cfae5f7
/src/ar/edu/unlam/pb2/eva03/Acuatico.java
711279d9317f50a7f9101016ef5652d90252d82a
[]
no_license
IanWagnerLautaro/IanWagnerEda03Recuperatorio
2b6fcb5a9150b1053ff4db4e3f5570f65b26a712
f837e052814b026ec1aca417d42806b622d0c53c
refs/heads/main
2023-01-30T04:39:25.344522
2020-12-09T12:47:18
2020-12-09T12:47:18
319,932,630
0
0
null
null
null
null
UTF-8
Java
false
false
411
java
package ar.edu.unlam.pb2.eva03; import ar.edu.unlam.pb2.eva03.interfaces.IAcuatico; public class Acuatico extends Vehiculo implements IAcuatico { protected Double Profundidad; public Acuatico(Integer n, String d) { super(n, d); this.Profundidad=0.0; } public Double getProfundidad() { return Profundidad...
[ "ianwagnerlautaro@gmail.com" ]
ianwagnerlautaro@gmail.com
cf599f543ce6a970ceb6ab06f461c9898a7e9b63
377e5e05fb9c6c8ed90ad9980565c00605f2542b
/.gitignore/bin/ext-accelerator/b2bpunchout/src/org/cxml/StatusUpdateRequest.java
dcdeecdc6bae39cdaa00fa3c8916d79396ee44c5
[]
no_license
automaticinfotech/HybrisProject
c22b13db7863e1e80ccc29774f43e5c32e41e519
fc12e2890c569e45b97974d2f20a8cbe92b6d97f
refs/heads/master
2021-07-20T18:41:04.727081
2017-10-30T13:24:11
2017-10-30T13:24:11
108,957,448
0
0
null
null
null
null
UTF-8
Java
false
false
5,137
java
/* * [y] hybris Platform * * Copyright (c) 2000-2016 SAP SE or an SAP affiliate company. * All rights reserved. * * This software is the confidential and proprietary information of SAP * ("Confidential Information"). You shall not disclose such Confidential * Information and shall use it only in accordance with...
[ "santosh.kshirsagar@automaticinfotech.com" ]
santosh.kshirsagar@automaticinfotech.com
4da6f351374bfcfcad17b6ee09dae435c2f069f0
631b623527f40bf0948d9613fc7cbd2c0475d5aa
/src/main/java/MainApplication.java
ccad92662d844ff164465b38c27ed84b02064232
[]
no_license
PawelWieczorek/homework3
3e79978274d58a3baa5d4a85807cf8e127e8e68d
109c9e79cdab17f1d61593ccca82041dea3e97b6
refs/heads/master
2020-08-30T17:08:38.862026
2016-09-04T19:40:52
2016-09-04T19:40:52
67,335,649
0
0
null
null
null
null
UTF-8
Java
false
false
1,897
java
import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; /** * Created by pwieczorek on 04.09.16. */ public class MainApplication { static ArrayList<Person> arrPerson = new ArrayList<>(); static Comparator<Person> personComparator = new Comparator<Person>() { @Override...
[ "p.wieczoreknkse@gmail.com" ]
p.wieczoreknkse@gmail.com
0c7568242c3f05b4df1143c2ca5f289c077e13e5
bfad7db19f5a7e46c43735c4b6d131de9634a2d0
/app/src/main/java/com/example/mynewapp/SplashActivity.java
6aac45ae25b8f3165301de56cd0e52d910c16fd2
[]
no_license
PuuMas/Happy-Plants
9e10b6d6bd423592b8885ef9aaef831e30a04ebd
5c6e942bdb0b5ff52796ada6a0bcff11ae320c74
refs/heads/main
2023-06-24T08:39:56.822139
2021-07-09T23:02:21
2021-07-09T23:02:21
381,112,278
1
0
null
null
null
null
UTF-8
Java
false
false
1,464
java
package com.example.mynewapp; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundle; import android.os.Handler; import android.view.View; import android.view.animation.Animation; import android.view.animation.AnimationUtils; import android.widget.ImageView; import an...
[ "anssi_salmela@hotmail.com" ]
anssi_salmela@hotmail.com
af45d1f71aca322f6d4d445a6cfd4a1842da848c
997e7ee998590be32a30faef1c2a88dad128deb9
/athens/src/main/java/za/co/sourlemon/acropolis/athens/shader/Shader.java
fe6fe64178b77c93921320e1dfdbdf64453b6750
[]
no_license
danini-the-panini/Acropolis
759217c57253edabb7cc279f49d1aba1abd3b289
c536fb0aef142da871f625231d73c12a69bab3ac
refs/heads/master
2021-05-26T17:43:15.799864
2014-01-27T23:35:48
2014-01-27T23:35:48
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,159
java
/* * The MIT License * * Copyright 2013 Daniel Smith <jellymann@gmail.com>. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the righ...
[ "jellymann@gmail.com" ]
jellymann@gmail.com
28ebc6b9c87644f08cd8435b12ce0c9e14544255
05b3e5ad846c91bbfde097c32d5024dced19aa1d
/JavaProgramming/src/ch12/exam14/ExecuteServiceExample2.java
36e383b048ee241c25bef5a0abde24c136fb0b72
[]
no_license
yjs0511/MyRepository
4c2b256cb8ac34869cce8dfe2b1d2ab163b0e5ec
63bbf1f607f9d91374649bb7cacdf532b52e613b
refs/heads/master
2020-04-12T03:05:29.993060
2016-11-17T04:34:51
2016-11-17T04:34:51
65,808,570
0
0
null
null
null
null
UTF-8
Java
false
false
751
java
package ch12.exam14; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; public class ExecuteServiceExample2 { public static void main(String[] args) { // ThreadPool 생성 ExecutorService executorService = Executors.newFixedThreadPool(100); for (int i = 0; i < 100; i...
[ "hypermega22@gmail.com" ]
hypermega22@gmail.com
3ccd7046d1a70843ea3dd171ef5ce79fd2160230
e0e4d35d0e63ad4499a897c0c4209dc228c6fcc8
/org.zero.apps.hadoop.hadoop-utils/src/test/java/org/zero/apps/hadoop/utils/MapWriter.java
9503a277f43a202e247433ac38b4907ddefff8fd
[]
no_license
sengwook81/hbase-manager
3a40be7ce2551a036dc8cafd77bf842cd44350b0
06d65d81ec93162297eed9fa24f2f86a2a84d947
refs/heads/master
2020-04-01T16:58:20.499139
2014-01-21T00:23:23
2014-01-21T00:23:23
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,838
java
package org.zero.apps.hadoop.utils; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.net.URI; import java.net.URISyntaxException; import java.util.ArrayList; import java.util.List; import org.apache.hadoop.conf.Configuration;...
[ "Administrator@WIN-3JDR6ORV5IT" ]
Administrator@WIN-3JDR6ORV5IT
6685a86da1064695452697b86b80511464b851fc
253c05fbf769e7f63f60ef6a72371f34144e8abe
/app/src/main/java/com/demo/cl/bakingtime/ui/RecipeDetailActivity.java
60c16704d4dfa7064919a1d306ce5e220afa796e
[]
no_license
ChuliangYang/BakingTime
c7e7bcdaf2ef8fb778a40e5a9df3bf09d4d13c53
8c9774b78975fbe29878f953a09b57ee9d4d2a0c
refs/heads/master
2021-09-07T10:55:03.640319
2018-02-21T22:05:33
2018-02-21T22:05:33
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,154
java
package com.demo.cl.bakingtime.ui; import android.annotation.SuppressLint; import android.os.Bundle; import android.os.PersistableBundle; import android.support.annotation.Nullable; import android.support.v4.app.FragmentTransaction; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.Tool...
[ "mrcarlosyang@gmail.com" ]
mrcarlosyang@gmail.com
e5804a161f55506a276bd7c489273960a3b8832e
b4905fcc953fed65ecbbd62f3277addae448c7a5
/src/Tests/Organizations/AddOrganizationTest.java
291ecaa47e25e3bfa6a2208b9ee24a78c12fe658
[]
no_license
yana-gusti/EasyQA_Test
92668f8ccbcc56854b347f7639d57fd9a166c53a
977a00176d58c229834eaa10197c84899a72a011
refs/heads/master
2020-05-27T18:03:20.116765
2017-03-06T10:02:08
2017-03-06T10:02:08
82,568,019
0
0
null
null
null
null
UTF-8
Java
false
false
6,735
java
package Tests.Organizations; import Methods.Organizations.AddOrganizationPage; import Methods.Organizations.DashboardPage; import Methods.Organizations.MyOrganizationsPage; import Methods.Organizations.OrganizationPage; import Methods.Profile.LoginPage; import Tests.BaseTest; import org.openqa.selenium.JavascriptExecu...
[ "yana.gusti@gmail.com" ]
yana.gusti@gmail.com
f2f8a123c73934fa1044e06a3859f638b55e148b
e4277b7a6796775b683b297a16c48871c7b831cf
/src/main/java/com/myfcit/qbank/core/services/BaseService.java
921c4bf2c3da1334c545bb50eee9d6c261d75c96
[]
no_license
engahmedtahaa/qbankcore
61f41bb41100614a704e58641627383128c1ea77
a6e6d12a64792eeeba83a4e0d5c36a2f1fa54f7b
refs/heads/master
2022-07-12T03:58:34.127813
2019-10-13T09:38:18
2019-10-13T09:38:18
214,794,514
0
0
null
2022-06-21T02:01:52
2019-10-13T09:39:38
Java
UTF-8
Java
false
false
1,336
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.myfcit.qbank.core.services; import com.myfcit.qbank.core.daos.GenericDao; import com.myfcit.qbank.core.exceptions.QbankExc...
[ "ahmedtaha777@bitbucket.org" ]
ahmedtaha777@bitbucket.org
d6ddefdd81940fd1d10b2a9bf4463b0270d455ef
f8ce0493db3f2bde39e27afb0c5db5995e16e19f
/Sinalgo/src/sinalgo/configuration/AppConfig.java
f6d52c1638f3c792c699485b85b9a1133990a2bc
[ "BSD-3-Clause" ]
permissive
kelsonribeiro/Cluster_WSN
e1143e016eec7b955704950f61f056776997407e
d2fe398726dd494a0a693e557170ad10cc79d33b
refs/heads/master
2021-04-28T08:33:47.221286
2017-01-30T23:56:51
2017-01-30T23:56:51
122,252,793
2
0
null
2018-02-20T20:34:26
2018-02-20T20:34:26
null
UTF-8
Java
false
false
12,968
java
/* Copyright (c) 2007, Distributed Computing Group (DCG) ETH Zurich Switzerland dcg.ethz.ch All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are me...
[ "fernandorodrigues.ufc@gmail.com@9623baf7-9890-4137-8563-edf4c73deeb0" ]
fernandorodrigues.ufc@gmail.com@9623baf7-9890-4137-8563-edf4c73deeb0
cc5ad6d0e1ff9484a781c2b7ab1f87603247b28a
d2556e39eec4774ec153c3d32a59195aa2706207
/RebateTesting/src/com/asrtu/pdfGen/RebateReconcLedgerPDF.java
46e1777124ed68540cb3cd3e03e630290d46a369
[]
no_license
dharam06/asrtu
6d53241b5eff898ed5acc3a47fae42a56f0a3fdb
5198cf54f5e333037d0e4639c4d0b37cc87ef675
refs/heads/master
2020-03-13T18:59:20.449929
2018-04-27T04:43:22
2018-04-27T04:43:22
131,245,650
0
0
null
null
null
null
UTF-8
Java
false
false
13,798
java
package com.asrtu.pdfGen; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.text.DecimalFormat; import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.Date; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util...
[ "ADS@ADS-PC" ]
ADS@ADS-PC
50638bd94fb5083076dd5c17251dffe10411e256
ba5d701f1ffb43964b6f90db914508ffefae770e
/cloud-consumer-order80/src/main/java/com/atguigu/springcloud/alibaba/OrderMain80.java
036fd60f4223835992bf7fc09d1d925b7ce76075
[]
no_license
yaojianhua5186/cloud2021
cc99a783f40a62c63c5a719ecf9523131d956115
aa8f493da4d8410a303d3d626f7d398e106ab056
refs/heads/master
2023-02-22T02:44:04.696245
2021-01-24T04:35:16
2021-01-24T04:35:16
324,279,796
0
0
null
null
null
null
UTF-8
Java
false
false
410
java
package com.atguigu.springcloud.alibaba; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.netflix.eureka.EnableEurekaClient; @SpringBootApplication @EnableEurekaClient public class OrderMain80 { public static v...
[ "358036541@qq.com" ]
358036541@qq.com
5dcd827f6d8a89e8250727771c1864d681aa6747
dc39bc4d3216ef4be994246a6e19cb39c39c219f
/sso-auth-center-service/sso-common/src/main/java/com/sso/common/model/page/BasePageQuery.java
b99d59d519dec7303a61cbb68f1b5e602fc06c28
[]
no_license
zhangzikuo/sso-auth-center
9abed273e1d401e497ac01f1aef50f7e6d5be00f
9544e3d58b8bb7a645df7b75cf88effb4a4bec82
refs/heads/master
2023-03-03T20:57:02.927070
2021-02-12T09:33:03
2021-02-12T09:33:03
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,348
java
package com.sso.common.model.page; import java.io.Serializable; /** * 分页数据 * * @author 程序员小强 */ public class BasePageQuery implements Serializable { private static final long serialVersionUID = 6467187852112192806L; /** * 当前页 */ private Integer page; /** * 页容量 */ private Integer pageSize; /** ...
[ "" ]
6067aa69e88683c9773a40d219410c18e157c382
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/3/3_240d649f8ec81a46d236535515cdfb198d15b157/PageListTag/3_240d649f8ec81a46d236535515cdfb198d15b157_PageListTag_t.java
f07a6c10190d2b50a803f2c5361ea46fdb6c2f02
[]
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
10,536
java
/* * Weblounge: Web Content Management System * Copyright (c) 2003 - 2011 The Weblounge Team * http://entwinemedia.com/weblounge * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
8a857004f5a3dcb459d5e818ec9c160d597f6333
cf911da8310eff0f407712f91a9b89620569f6fb
/src/main/java/mx/devhive/rutamx/entities/TtrUsuarios.java
0516151dd852831af60d8fa21d8e8bcf9a4adb34
[]
no_license
devhiveMX/DescubriendoTuRuta-Web
8cc0aaf5de9be5f9ff71bbd456537d1ed5cae435
3bca1ea58795f1be7142f16bd83ff115644eac07
refs/heads/master
2016-09-06T20:07:10.336838
2014-11-03T05:16:05
2014-11-03T05:16:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,142
java
package mx.devhive.rutamx.entities; // Generated 29/10/2014 12:40:55 AM by Hibernate Tools 3.4.0.CR1 import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import static javax.persistence.GenerationType.IDENTITY; import javax.persiste...
[ "vaio@vaio-PC" ]
vaio@vaio-PC
16763b39e2b3a9b02f25199637ae237d31d06171
6b015f51f51fd22d6e67f4bede57ae622198bfa3
/restful-web-services/src/main/java/com/sedat/rest/webservices/restfulwebservices/model/User.java
0599e959cd326d8c8b684b4edb46e9f9ceb1e5e6
[]
no_license
darkPainn/todoApp
9ee2b85ad87c68c0c2c79b11ac88c455573ec184
4bbb1ead7e952c9449d8a91b71ab5fb1ab9c70be
refs/heads/master
2023-01-12T23:32:16.682359
2019-11-27T08:29:48
2019-11-27T08:29:48
224,379,507
0
0
null
2023-01-07T12:12:39
2019-11-27T08:18:51
TypeScript
UTF-8
Java
false
false
701
java
package com.sedat.rest.webservices.restfulwebservices.model; import javax.persistence.Entity; import javax.persistence.GeneratedValue; //@Entity public class User { //@GeneratedValue private long id; private String username; private String password; public User() { } public User(String username, String...
[ "IROOM@adecco.com" ]
IROOM@adecco.com
4d978da077f8fee2d3990637c0fbd7daf12d99da
c76550ae6360a6a67fadc8a5f1bba62e6313739c
/Start/src/controler/Aplikacija.java
7dfdf5a78564145ac4343dd22028accad355ef48
[]
no_license
dulerad94/StartKonacno
4d0b481e4f2a1f7e936f334bb60331cb4acea92c
b8630cb3387c2ec5040f830ba5182c8084ab6250
refs/heads/master
2020-12-24T18:32:17.002487
2016-05-15T12:04:19
2016-05-15T12:04:19
58,859,272
0
0
null
null
null
null
UTF-8
Java
false
false
501
java
package controler; import model.Korisnici; import view.Konzola; import view.OsnovniProzor; public class Aplikacija { public static void main(String[] args) { // TODO Auto-generated method stub Korisnici korisnici=Korisnici.getInstanca(); Kontroler kontroler=Kontroler.getInstanca(); kontroler.setKorisnici(ko...
[ "student1@RCA003-02.rc.fon.bg.ac.yu" ]
student1@RCA003-02.rc.fon.bg.ac.yu
db83685ed0e654ad417f606af295cfa259f61be5
753db7bd5be3aaa7eaddcfe3a352d2be5765756d
/src/entity/Category.java
77d873fc4a5ebad674fa5c3e14f99ca70e8539f6
[]
no_license
atzhtianyu/Ledger
526a839bfe4a104a8a4b7bdbfe049d30fd2f0523
f94cec2c9f170a94daa88c34bc26cd9cf6f2d138
refs/heads/master
2023-07-06T10:34:41.860186
2021-07-26T09:20:34
2021-07-26T09:20:34
344,481,353
1
0
null
null
null
null
UTF-8
Java
false
false
487
java
package entity; public class Category { public int id; public String name; public int recordNumber; public int getRecordNumber() { return recordNumber; } public int getId() { return id; } public void setId(int id) { this.id = id; } public String getNa...
[ "1420098499@qq.com" ]
1420098499@qq.com
fe8815d45c328790eff6fc737bc04b7ec34701ca
d5d340ed55099f596e7bc312f5f558b3daf2add2
/src/main/java/com/payxpert/connect2pay/constants/TransactionOperation.java
ec65b45aa922c2ad92029fea266f32848f796953
[ "Apache-2.0" ]
permissive
PayXpert/connect2pay-java-client
258ff2893eaff15810fa0a31a843f03429673239
784872c270b6e0c9a9f27c55cf848864c4c3c429
refs/heads/master
2022-11-22T01:38:33.229273
2021-02-26T13:06:35
2021-02-26T13:06:35
111,574,007
1
2
Apache-2.0
2022-11-16T01:48:32
2017-11-21T16:30:56
Java
UTF-8
Java
false
false
1,470
java
package com.payxpert.connect2pay.constants; /** * Types of operation done by a transaction. This is enforced on the payment page application and returned in the * payment status. * */ public enum TransactionOperation { /* Payment authorization */ AUTHORIZE, /* Pre-Auth capture */ CAPTURE, /* Payment (au...
[ "jsh@payxpert.com" ]
jsh@payxpert.com
6d3c006d07af18a5f5fabc364694cd00fe989aff
93caab98ba5cb7208dbd8fb80081f927c84e68df
/JSONRPC/src/wf/bitcoin/javabitcoindrpcclient/BitcoinJSONRPCClient.java
ec643926dfee9f986fb68741bc8302816fbef854
[]
no_license
prudvikomaram/Java-Projects
7b63919f43ea080a5f45327597977fbfa69463f1
1e1091226bbd35aeda8a137e6996f5b66a9da43d
refs/heads/master
2020-10-01T08:13:32.066099
2016-05-04T17:44:55
2016-05-04T17:44:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
31,360
java
/* * BitcoindRpcClient-JSON-RPC-Client License * * Copyright (c) 2013, Mikhail Yevchenko. * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the * Software"), to deal in the Software without restriction, including without limita...
[ "leijurv@gmail.com" ]
leijurv@gmail.com
8e3430b0668b8232d9887361363e3d06f9d47a9a
d8121a70c19ede3c7b77276f5859e6c51b67a824
/sportmanage/sport-web/src/main/java/com/cn/great/controller/LogManageController.java
3e01541e6c4abc4401b643b04b136c34661123ab
[]
no_license
happyjianguo/sport
ededca08428458d5fbb980a37f8f77c1007c853f
3196adf20e8172a87c43e958629ba7cf54a799a5
refs/heads/master
2020-07-28T14:00:17.461084
2019-05-29T01:21:14
2019-05-29T01:21:14
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,929
java
package com.cn.great.controller; import com.cn.great.exception.GeneralException; import com.cn.great.model.common.ResponseEntity; import com.cn.great.model.system.LogInfo; import com.cn.great.req.system.LogReq; import com.cn.great.service.LogService; import lombok.extern.slf4j.Slf4j; import org.springframework.http.Me...
[ "computer88" ]
computer88
0852d7f3aa7779afa20895ce551a0f0838d8924e
b756d89fd2dec45495b6a389b522620728b2325e
/LibraryService/src/main/java/Pack01/CheckOutDao.java
fe7141720454eadad5c407302d0f8c8e693499ed
[]
no_license
yu07na06/libraryfolder
13e6c375ce408e87adee85f6f7f7b0e14c14f558
a79496a26ded2b525741f12e33e563da01f5239d
refs/heads/master
2023-08-16T07:16:38.220675
2021-10-15T02:48:22
2021-10-15T02:48:22
417,348,178
0
0
null
null
null
null
UHC
Java
false
false
2,086
java
package Pack01; import java.io.InputStream; import java.util.List; import org.apache.ibatis.io.Resources; import org.apache.ibatis.session.SqlSession; import org.apache.ibatis.session.SqlSessionFactory; import org.apache.ibatis.session.SqlSessionFactoryBuilder; interface Commend2{ int commend(SqlSession session); }...
[ "dbsk7885@daum.net" ]
dbsk7885@daum.net
5cba3bcf7cdbbc8ede730eb92e565c2f78d6e5ec
e51b2a6017b32132c2581cc494218f25c99fa8c5
/src/Brick.java
8c3a5581138c0f169d4c707d48ef7dd2f09f6155
[]
no_license
ken12938/Frenzy_Pong
97d38cdc6a2ec951480aeee4c745c0afbd7cbcd7
28435735a1093cd5aea115055f691a9e56488da4
refs/heads/master
2021-01-11T15:10:31.173265
2017-01-28T20:20:37
2017-01-28T20:20:37
80,307,791
0
0
null
null
null
null
UTF-8
Java
false
false
924
java
import java.awt.Graphics2D; import java.awt.Rectangle; import java.awt.event.KeyEvent; public class Brick { int xPos; int yPos; int width; int height; boolean visible; private Game2 game; public Brick (Game2 game, int x, int y) { xPos = x; yPos = y; width = 75; height = 25; this.game = game; visi...
[ "ken12938@yahoo.com" ]
ken12938@yahoo.com
733ad113c8db58add38542ef8aa2677d9bd14b7b
5eae683a6df0c4b97ab1ebcd4724a4bf062c1889
/bin/ext-integration/sap/core/sapmodelbackoffice/src/de/hybris/platform/sapmodelbackoffice/SapmodelbackofficeStandalone.java
d89e66508d019aa0d524d869ca84e53e9a0c786b
[]
no_license
sujanrimal/GiftCardProject
1c5e8fe494e5c59cca58bbc76a755b1b0c0333bb
e0398eec9f4ec436d20764898a0255f32aac3d0c
refs/heads/master
2020-12-11T18:05:17.413472
2020-01-17T18:23:44
2020-01-17T18:23:44
233,911,127
0
0
null
2020-06-18T15:26:11
2020-01-14T18:44:18
null
UTF-8
Java
false
false
2,036
java
/* * [y] hybris Platform * * Copyright (c) 2018 SAP SE or an SAP affiliate company. All rights reserved. * * This software is the confidential and proprietary information of SAP * ("Confidential Information"). You shall not disclose such Confidential * Information and shall use it only in accordance with the ter...
[ "travis.d.crawford@accenture.com" ]
travis.d.crawford@accenture.com
3e95959adc31c6d01b65cd5b80d706c33039e45e
da618cb0593fcca852593b738d41eec67d9dfa95
/rabbitmq/src/main/java/com/fintech/rabbitmq/mapper/OperateCodeConfMapper.java
16917170642fc6641c541e272decd456c19e8476
[]
no_license
wangweijiewwj/frame
01e3a712379c6fba849b60d2e8e357865626bd04
f2bd4e8e85ac785e3cc27ad76f002f2ac8b223d7
refs/heads/master
2023-03-22T19:41:23.935030
2021-03-05T02:09:58
2021-03-05T02:09:58
344,666,909
0
0
null
null
null
null
UTF-8
Java
false
false
321
java
package com.fintech.rabbitmq.mapper; import com.fintech.rabbitmq.entity.OperateCodeConf; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; import java.util.List; @Mapper public interface OperateCodeConfMapper { OperateCodeConf selectOneByCode(@Param("code")String code); }...
[ "17835395612@163.com" ]
17835395612@163.com
dd642e8642d956b2dbb381c55b08841f803975ec
3c3849ddfc60759c8fdb843b287a360c9ea56bce
/HANIUM_EST/src/main/java/hanium/ets/dao/BoardDAOImpl.java
33378e9c0f75c70e7b365156fc0fee4b593051b8
[]
no_license
cjwcjswo/est
2df02ed74551eb22eea88d187e2741c77d596cff
72b43063a213d70dc127f976466df9cacac31c36
refs/heads/master
2021-01-20T12:20:44.542115
2017-10-08T04:31:31
2017-10-08T04:31:31
101,711,560
0
0
null
null
null
null
UTF-8
Java
false
false
567
java
package hanium.ets.dao; import java.util.List; import org.apache.ibatis.session.SqlSession; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Repository; import hanium.ets.dto.BoardDTO; @Repository public class BoardDAOImpl implements BoardDAO{ @Autowired SqlSes...
[ "hklk@naver.com" ]
hklk@naver.com
fae70eba923412be718435f10a22a61901c6563f
8b883cb8f711096bd1ec416ebe0ce48c57796cc0
/websession/src/main/java/com/google/util/JspUtil.java
2405b8cf7b68b68ae00c63c1db9938362102b51d
[ "LicenseRef-scancode-other-permissive", "CC-BY-4.0", "Apache-2.0" ]
permissive
kongguibin/samples
3c5c414c43d93a5035d0a58e3532c28cf437316f
567da4d7bf0c24329cd7b5e6b88999ebce5a3d78
refs/heads/gh-pages
2021-01-14T11:17:48.821332
2016-04-07T23:30:22
2016-04-07T23:30:22
55,728,022
0
0
null
2016-04-07T21:05:19
2016-04-07T21:05:19
null
UTF-8
Java
false
false
664
java
package com.google.util; import javax.servlet.http.HttpServletRequest; import com.google.common.base.Strings; public class JspUtil { public static boolean isNullOrEmpty(String value) { return Strings.isNullOrEmpty(value); } public static String nullToEmpty(String value) { return Strings.isNullOrEmpty(...
[ "kongguibin@gmail.com" ]
kongguibin@gmail.com
aead9fafd9f583cccf40129b1257427007cc78e9
f7b7a3754d9444e253f96af2ee3a3dff27d85d55
/app/src/main/java/com/jia/znjj2/ClothesHanger.java
23a98bd4a0e8912ff04d98c07f34fe5125d79cbc
[]
no_license
q807321460/zfzn02_android
cc017fa23090848f5315cef28da67c1dd36993e5
4f2c79163bd26cd10e296c6a77ab4ef8b1c4b578
refs/heads/master
2018-09-20T00:37:33.878204
2018-06-21T02:14:07
2018-06-21T02:14:25
108,848,348
0
0
null
null
null
null
UTF-8
Java
false
false
5,886
java
package com.jia.znjj2; import android.app.AlertDialog; import android.app.Dialog; import android.content.DialogInterface; import android.content.Intent; import android.os.Bundle; import android.os.Handler; import android.os.Message; import android.view.View; import android.widget.EditText; import android.widget.ImageV...
[ "2402216934@qq.com" ]
2402216934@qq.com
66d7434518e8058e388d5a8bfdd52e720aa75758
a8cc070ce9d9883384038fa5d32f4c3722da62a0
/server/java/com/l2jserver/gameserver/util/Broadcast.java
e807eaa897c3aefffd953899cacee48728a0026a
[]
no_license
gyod/l2jtw_pvp_server
c3919d6070b389eec533687c376bf781b1472772
ce886d33b7f0fcf484c862f54384336597f5bc53
refs/heads/master
2021-01-09T09:34:10.397333
2014-12-06T13:31:03
2014-12-06T13:31:03
25,984,922
1
0
null
2014-12-06T13:31:03
2014-10-30T18:46:17
Java
UTF-8
Java
false
false
7,713
java
/* * Copyright (C) 2004-2014 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 option) any ...
[ "nakamura.shingo+l2j@gmail.com" ]
nakamura.shingo+l2j@gmail.com
e1fc54f752d87f5d076bbb5f758c3ca1c2170fa3
ed3cb95dcc590e98d09117ea0b4768df18e8f99e
/project_1_1/src/b/c/g/g/Calc_1_1_12664.java
e8898c83246a55632c1bc16bd7b585b51a9564d2
[]
no_license
chalstrick/bigRepo1
ac7fd5785d475b3c38f1328e370ba9a85a751cff
dad1852eef66fcec200df10083959c674fdcc55d
refs/heads/master
2016-08-11T17:59:16.079541
2015-12-18T14:26:49
2015-12-18T14:26:49
48,244,030
0
0
null
null
null
null
UTF-8
Java
false
false
134
java
package b.c.g.g; public class Calc_1_1_12664 { /** @return the sum of a and b */ public int add(int a, int b) { return a+b; } }
[ "christian.halstrick@sap.com" ]
christian.halstrick@sap.com
fbf39405aaa5a7857dc84ad1fba9f3aa780ed9a4
1b30a206717ac54f98d2f5d609222417218e346a
/ParTes/Partes WS test generator/src/main/java/org/omg/spec/dd/_20100524/di/DiagramElement.java
8c6d7a68443dbf79f5f76717f352a3691c43d7b6
[]
no_license
De-Lac/Dynamic-Verification-of-Service-Based-Systems
bdba02d26706389fed9862d98a1f4b8ef974e5f1
7b9bb47f7b084b84fae753232bd5080c32cb0166
refs/heads/master
2021-01-02T08:21:24.851279
2015-11-18T14:19:01
2015-11-18T14:19:01
35,486,798
0
0
null
null
null
null
UTF-8
Java
false
false
5,837
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 // 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: 2012.0...
[ "daniele.fani@unicam.it" ]
daniele.fani@unicam.it
38a98be0587dd553bc961fa9eda9994fde3ffed1
c240e49c4e348b5acfee31eb964920e922b19fce
/src/main/java/org/optaplanner/examples/examination/persistence/ExaminationExporter.java
73c125ac52312f7c97873b2eef9061c40d3415fd
[]
no_license
ciction/bachelorproef
d23fb6885d35ed788e7396b38ee735e5aedcd47c
27efe857bd8f1a0e896fe6d082141d7f6d6060f5
refs/heads/master
2021-01-19T10:45:48.122196
2017-06-09T11:17:50
2017-06-09T11:17:50
82,215,250
0
0
null
null
null
null
UTF-8
Java
false
false
2,197
java
/* * Copyright 2010 Red Hat, Inc. and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
[ "cswolfs@vub.ac.be" ]
cswolfs@vub.ac.be
931ed86a7a6d528cbf7262cc16985bf3aeea9fad
bc91a3a6c65db91b12d539707b0a7b2ae6b5ced9
/src/src/util/Connector.java
d4b7127f861e55812007df12949613e70f5defc8
[]
no_license
3G-InternTrackingSystem/InternTrackingSystem
5fdd5bb8e51279b875ca4f7f259d7e27c95338ba
1e583fa33b1d3cc2e716bbbd6cc5ce43bf779880
refs/heads/master
2021-05-16T10:00:02.017111
2018-06-16T01:11:31
2018-06-16T01:11:31
104,629,020
0
1
null
2017-11-03T23:11:24
2017-09-24T08:12:51
HTML
UTF-8
Java
false
false
5,447
java
package util; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.Scanner; public class Connector { protected static Connection con; protected static final String USE...
[ "muammertannn1996@gmail.com" ]
muammertannn1996@gmail.com
b4a1bdd54b3d143bf46cadf37f55685c5611884c
b3db0b92f0ce619f8213f8183f6e194924d65f9c
/spring-boot-fluent-mybatis/src/test/java/com/lushwe/learn/BaseTest.java
24cc107b93f0d7758a825576b4ebf805d698ae35
[]
no_license
lushwe/learn-spring-boot
7a50430ad37e49f7c9d97e03cef39d4b0ac60574
83f1341bd439080d7acae15b7c56581dcb0f4483
refs/heads/master
2022-07-14T20:27:28.124266
2022-07-08T11:26:45
2022-07-08T11:26:45
145,010,016
0
0
null
null
null
null
UTF-8
Java
false
false
136
java
package com.lushwe.learn; /** * 测试类 * * @author Jack * @version V1.0 * @since 7/13/21 5:56 PM */ public class BaseTest { }
[ "947613622@qq.com" ]
947613622@qq.com
392059c11e04c9a01836cb74134708392ce82872
4c3044569900849d061262c11f94463e8e698755
/initial/src/main/java/com/example/batchprocessing/config/BatchConfiguration.java
c88d4e4e248716b36ee0b39d15e17cad878dba31
[]
no_license
MatheusCorreiaF/SpringBatch
a9d397b19749e6fcb575c231b5bd128e737a7e8e
86028423f25d66ae5422b2c9099bd39295f82108
refs/heads/master
2023-07-27T21:37:09.162152
2021-08-31T02:52:25
2021-08-31T02:52:25
287,991,803
1
0
null
null
null
null
UTF-8
Java
false
false
3,124
java
package com.example.batchprocessing.config; import com.example.batchprocessing.model.Person; import com.example.batchprocessing.processor.PersonItemProcessor; import org.springframework.batch.core.Job; import org.springframework.batch.core.Step; import org.springframework.batch.core.configuration.annotation.EnableBatc...
[ "matheuscf.redfield@gmail.com" ]
matheuscf.redfield@gmail.com
3a120d06416d6705f614f2662cbc2d7e35ecae23
3e62b91c49a99263ffd069c3055e3c554419c1f2
/generics/LimitsOfInference.java
e24f676ba770e4a70211cdf57e6de319f75ccc3e
[]
no_license
rechade/TIJ
7acc692efba11ac5b80a6e259ed3b16a2d23a095
cdd7c0f968a0f339bee66cbc9e11b5c3f99141b5
refs/heads/master
2021-01-23T06:44:16.578186
2015-01-20T07:07:50
2015-01-20T07:07:50
28,683,727
0
0
null
null
null
null
UTF-8
Java
false
false
269
java
//: generics/LimitsOfInference.java import typeinfo.pets.*; import java.util.*; public class LimitsOfInference { static void f(Map<Person, List<? extends Pet>> petPeople) {} public static void main(String[] args) { // f(New.map()); // Does not compile } } ///:~
[ "swPf4JsBz3N1AgUuvgsk" ]
swPf4JsBz3N1AgUuvgsk
dbf7f1e4737d2f66a2ead5a966bd75a13778bff1
4be1c88485693f4c923aebaf08d383166b784daf
/src/main/java/ua/goit/services/OrderService.java
ce381faf477ad2153b3ec0418bb1f28aa420e217
[]
no_license
anna-chepiga/restaurant-taivas
8f809f9585b38169a2bf4541b7c5a35db6391fd4
1ae06f3b42f5b8f28db8aa255f3c90316498ce55
refs/heads/master
2021-01-13T11:08:54.652465
2017-01-24T10:57:08
2017-01-24T10:57:08
77,371,327
0
0
null
null
null
null
UTF-8
Java
false
false
2,493
java
package ua.goit.services; import org.springframework.transaction.annotation.Transactional; import org.springframework.util.StringUtils; import ua.goit.dao.EmployeeDao; import ua.goit.dao.OrderDao; import ua.goit.domain.CookedDish; import ua.goit.domain.Employee; import ua.goit.domain.Orders; import java.util.Date; im...
[ "anna.chepiga@list.ru" ]
anna.chepiga@list.ru
89edfddd6ab008188e20bc967247f894ebaf583f
d60e287543a95a20350c2caeabafbec517cabe75
/NLPCCd/Hadoop/9020_2.java
3ef7552dfcd31118ccee43aa736ae595ba1474a3
[ "MIT" ]
permissive
sgholamian/log-aware-clone-detection
242067df2db6fd056f8d917cfbc143615c558b2c
9993cb081c420413c231d1807bfff342c39aa69a
refs/heads/main
2023-07-20T09:32:19.757643
2021-08-27T15:02:50
2021-08-27T15:02:50
337,837,827
0
0
null
null
null
null
UTF-8
Java
false
false
397
java
//,temp,sample_6344.java,2,9,temp,sample_1608.java,2,11 //,3 public class xxx { private boolean removeResourceFromCacheFileSystem(Path path) throws IOException { Path renamedPath = new Path(path.toString() + RENAMED_SUFFIX); if (fs.rename(path, renamedPath)) { return fs.delete(renamedPath, true); } else { log.info("w...
[ "sgholami@uwaterloo.ca" ]
sgholami@uwaterloo.ca
85df493a2d6b0c96eaa1c63327c8d0b721f69c5a
3f3c51248f812750a702e3349bcb29653942a886
/spring-context/src/main/java/org/springframework/context/annotation/ClassPathBeanDefinitionScanner.java
b295ff59f7ec8650f2c1084af7a94e46c6457477
[ "Apache-2.0" ]
permissive
sniper602/spring-framework-4.1
f17b05f36b640ab1beee38d75c3a8098e0168827
6628bade53173075024bd1104ce1f04743cd69c4
refs/heads/master
2020-09-12T06:56:36.349853
2018-11-24T02:53:14
2018-11-24T02:53:14
222,347,493
1
0
null
2019-11-18T02:31:24
2019-11-18T02:31:24
null
UTF-8
Java
false
false
15,896
java
/* * Copyright 2002-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
[ "yemuyu240@163.com" ]
yemuyu240@163.com
d42a497ea82401963952d4ecc643eab9ef0fcf93
b2afc10d503f6ee13f8f64950bee3a62b2bda72e
/JavaPractice/src/com/sparo/test/TestSort.java
ece95bd73c2869e9d0785f8788e9f8019ba83ca6
[ "Apache-2.0" ]
permissive
SparoJ/mathLogic
b6b08cce53d589578f1085b383d4da6634bc6d18
7463f6d5cf42c9c6ac8f8cb73224432f162b67f7
refs/heads/master
2021-07-12T11:24:20.845374
2020-08-18T02:33:35
2020-08-18T02:33:35
197,221,824
0
0
Apache-2.0
2020-08-18T01:56:18
2019-07-16T15:38:03
Java
UTF-8
Java
false
false
4,496
java
package com.sparo.test; import com.sparo.util.Utils; /** * description: * Created by sdh on 2020-07-23 */ public class TestSort { public static void main(String[] args) { // 手写快排测试 int[] arr = {3, 2, 1, 7 , 4, 3, 9, 10, 2 , 3, 1, 5, 0, 8}; // heapSort(arr); // quickSort(arr, 0, a...
[ "sdhchn@gmail.com" ]
sdhchn@gmail.com
07be21cb574fd567683900b4f49371b85cf09b25
1d928c3f90d4a0a9a3919a804597aa0a4aab19a3
/java/sonarqube/2018/12/EventComponentChangeDao.java
7b209d74f7c161966fb77c1204c462887e6a6c3e
[]
no_license
rosoareslv/SED99
d8b2ff5811e7f0ffc59be066a5a0349a92cbb845
a062c118f12b93172e31e8ca115ce3f871b64461
refs/heads/main
2023-02-22T21:59:02.703005
2021-01-28T19:40:51
2021-01-28T19:40:51
306,497,459
1
1
null
2020-11-24T20:56:18
2020-10-23T01:18:07
null
UTF-8
Java
false
false
1,921
java
/* * SonarQube * Copyright (C) 2009-2018 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3 of the License, o...
[ "rodrigosoaresilva@gmail.com" ]
rodrigosoaresilva@gmail.com
8744171f0a5e364767d917726ecd8477f94ca657
0c6389ad24bf720e6f5ff29ff13cbb849616538b
/app/src/main/java/com/niceweather/util/HttpCallbackListener.java
999b8fb58ce9599b7a9760f311b02466da3ba706
[ "Apache-2.0" ]
permissive
lb377463323/niceweather
060cd59262e30eea6a7f4ba73734cbe374b7b4f9
c8966076aebba6223324a1f082e4057dbbee99ee
refs/heads/master
2020-06-08T09:35:30.819261
2015-08-06T05:04:05
2015-08-06T05:04:05
40,100,613
0
0
null
null
null
null
UTF-8
Java
false
false
190
java
package com.niceweather.util; /** * Created by Administrator on 2015/8/4. */ public interface HttpCallbackListener { void onFinish(String response); void onError(Exception e); }
[ "377463323@qq.com" ]
377463323@qq.com
51e5aad6b710efde9e0102dbd4a9c79283980a88
b61c0384b67fb1a5c48630ba44a9e7e8ce410b59
/society-work/springboot/springboot-dataSources-master/src/main/java/com/deng/Application.java
7877122d99fc55befd0f897c29938d34affa5bc1
[]
no_license
zhihuihu/svn-old-project
2fc8a33eca8ac685151ef48e2249a7a3ad34cd72
13de6b664c1001155611bc22c181a2f3b5a20d30
refs/heads/master
2021-04-30T14:04:25.929881
2018-03-02T02:54:15
2018-03-02T02:54:15
121,209,439
0
0
null
null
null
null
UTF-8
Java
false
false
463
java
package com.deng; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.EnableAutoConfiguration; import org.springframework.boot.autoconfigure.SpringBootApplication; import java.net.UnknownHostException; @SpringBootApplication @EnableAutoConfiguration public class Applicat...
[ "huzhihui_c@qq.com" ]
huzhihui_c@qq.com
0175144b9d89988a7407fcccee47c6d7b6ae04e8
552f9c5f59bf8ea607f996595f77d9321ca917ea
/src/main/java/org/opendaylight/yang/gen/v1/urn/etsi/osm/yang/mano/types/rev170208/config/file/ConfigFileBuilder.java
8052375c854c178d1beee749f61cb4cb52c15cf1
[]
no_license
openslice/io.openslice.sol005nbi.osm7
9bba3c8b830b300b58606fe56a0a47d2bf522ead
3f46220606181625f24d0d7ef5afaa1998f70d86
refs/heads/master
2021-08-26T07:41:16.213883
2020-06-15T15:51:07
2020-06-15T15:51:07
247,079,115
0
0
null
2021-08-02T17:21:09
2020-03-13T13:35:51
Java
UTF-8
Java
false
false
7,657
java
package org.opendaylight.yang.gen.v1.urn.etsi.osm.yang.mano.types.rev170208.config.file; import com.google.common.base.MoreObjects; import com.google.common.collect.ImmutableMap; import java.lang.Class; import java.lang.Object; import java.lang.Override; import java.lang.String; import java.util.Collections; im...
[ "ioannischatzis@gmail.com" ]
ioannischatzis@gmail.com
8354efffb5437b8d5aa87da566ec7af2d675d4df
9be51bdf56249515d29beeed615a945927e714a3
/ControleAgropecuario/src/model/Fazenda.java
ce6afca0ec33748420d0cfe653d33b19579946a1
[]
no_license
emiliavilar/FarmControl
41335c93619eb55598595ebfe79c20487fbb60a9
185f5f1ed8708fd9ddf399a8979d61610ac120bb
refs/heads/master
2020-05-19T18:07:24.637126
2013-11-20T03:23:27
2013-11-20T03:23:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
277
java
package model; import java.util.ArrayList; public class Fazenda { private ArrayList<Res> rezes; public Fazenda(){ this.rezes = new ArrayList<Res>(); } public void addRes(Res res){ rezes.add(res); } public void removeRes(Res res){ rezes.remove(res); } }
[ "emiliaanjos@gmail.com" ]
emiliaanjos@gmail.com
24a9d5609471c47470fb812c7f87b14fef9c6776
5fc850a5ce1751377e042676753adc73acf6e2b3
/src/pl/javapoz25/OOP2/MainOOP2.java
6a9f2c301798c4f5349bf2258b7a988ac451d529
[]
no_license
ddulba/OOP
d871b1f66184d90f040b215417ee78f8e3a280ad
667c939297b778931ac9d071b79976a6c5a42247
refs/heads/master
2022-09-23T09:29:29.001180
2020-05-23T12:15:39
2020-05-23T12:15:39
266,299,301
0
0
null
null
null
null
UTF-8
Java
false
false
858
java
package pl.javapoz25.OOP2; import java.util.ArrayList; import java.util.HashSet; import java.util.List; import java.util.Set; public class MainOOP2 { public static void main(String[] args) { List<Cat> cat = new ArrayList<>(); Cat cat1 = new Cat("Kitka"); Cat cat2 = new Cat("Filemon"); ...
[ "darek.dulba@gmail.com" ]
darek.dulba@gmail.com
4cbbbddbcfe0a8449af05d56fd9ba796d5471c62
02ff8fc319a7d2db15d025bac9d033d682731bc6
/timecheat-core/src/main/java/be/cegeka/core/mijnpersoneelsdossier/pages/MijnPersoneelsDossierPriktijdenOverzichtPagina.java
22aa2ba2d3442a218f93cb82cb3dae5dc9db5c0c
[]
no_license
nielsjani/timecheat
389a2d1753c0ce0b393246f0da09aa456906de34
9c647bbb1fdcaf7601241c4bf6bf7e21f6f49a38
refs/heads/master
2021-01-19T03:24:45.212114
2016-07-22T14:04:19
2016-07-22T14:04:19
63,041,233
0
0
null
null
null
null
UTF-8
Java
false
false
1,152
java
package be.cegeka.core.mijnpersoneelsdossier.pages; import com.codeborne.selenide.SelenideElement; import java.util.List; import java.util.stream.Collectors; import static com.codeborne.selenide.Selenide.$; public class MijnPersoneelsDossierPriktijdenOverzichtPagina extends MijnPersoneelsDossierIngelogdPagina { ...
[ "niels.jani@cegeka.be" ]
niels.jani@cegeka.be
a5664ba54ce092864e13d66a093338aab7d88360
b19b019bc8c35fc90dd481ebbc4f1642414d6e54
/src/com/Inheritance/AbstractDemo.java
9aa52b1ed06cb7c251a4a29b1a1659dcb95ae8d2
[]
no_license
rajjumani/JavaPractice-OOP-
a4fa2fa15dccb6ecbae06efc3d6ac4fb421e9be3
92a6f2c0aa252dd7482aa2565da8e9d4182e55e2
refs/heads/master
2020-06-03T19:35:34.372761
2019-06-13T06:32:52
2019-06-13T06:32:52
191,704,642
0
0
null
null
null
null
UTF-8
Java
false
false
785
java
package com.Inheritance; public abstract class AbstractDemo { public void test() { System.out.println("in test method.."); } public AbstractDemo() { System.out.println("in default constructor of demo class.."); } public abstract void sayHello(); public static void main(String[] args) ...
[ "Raj Jumani@10.1.246.207" ]
Raj Jumani@10.1.246.207
bb84e14f05cd25a9e8cb2be93c40bf10ca941193
1a8874a11675ad306b11779300c49478a456cf03
/structure_of_java/oops/javadoc_tool/api_documentation/main_class/Student.java
a052110d7f327cf5c17fc6a96a0ee251af4d1db8
[]
no_license
riKHOKON/java_resources
050d11c02a2eb94befb576a72ce6b56e86b942b9
4eeee04b0e6b231d956339a954bdf1ef2b2f7efa
refs/heads/master
2020-05-27T22:40:26.008129
2019-05-27T09:03:00
2019-05-27T09:03:00
188,807,923
0
0
null
null
null
null
UTF-8
Java
false
false
295
java
package structure_of_java.oops.javadoc_tool.api_documentation.main_class; public class Student{ private String name; private int cl; public Student(String name,int c){ this.name=name; this.cl=c; } public String toString(){ return name+"\n"; } }
[ "0120.rashedul@gmail.com" ]
0120.rashedul@gmail.com
9bc29f487cc783381dc0f57262ec50623d73251b
c952204b4c733e409030937beabcf7f3b6606544
/festival-web/src/main/java/cn/bdqfork/web/route/annotation/RouteMapping.java
a432f6696e238104dfb4e46c5f49668046513e31
[ "Apache-2.0" ]
permissive
yangwn/festival
d4913f83ebdcea41f4e85671d083ad06cc9d51b4
093db2ce271b2f2bc061e1ddaa873a27c9d34e5d
refs/heads/master
2022-04-07T11:47:38.173958
2020-02-28T16:39:28
2020-02-28T16:39:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
548
java
package cn.bdqfork.web.route.annotation; import io.vertx.core.http.HttpMethod; import io.vertx.ext.web.handler.TimeoutHandler; import java.lang.annotation.*; /** * 用于将url请求映射到方法 * * @author bdq * @since 2020/1/21 */ @Documented @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.ANNOTATION_TYPE, ElementTyp...
[ "bdqsky@163.com" ]
bdqsky@163.com
ecfa13b69c70e7ac70279d01cd8423f613888b4f
16a0bab4b0b9da6af337b7d969d49c3234416286
/src/code/leetbook/bytedance/str/Multiply.java
615064702523ceadb20fac7c118ba0f7319f932c
[]
no_license
wtlife/leetcode
fe7e3fac96d8afb7d170cac1d557a4b8b6576d64
74c37216bcf83bf669237e312410a70b3e804034
refs/heads/master
2021-05-22T15:11:22.934080
2021-03-06T09:31:51
2021-03-06T09:31:51
252,976,174
0
0
null
null
null
null
UTF-8
Java
false
false
2,503
java
package code.leetbook.bytedance.str; import java.util.ArrayList; import java.util.List; /** * @Desc Multiply * @date 2020/9/10 */ public class Multiply { public String multiply(String num1, String num2) { if (num1.length() > num2.length()) { String tmp = num1; num1 = num2; ...
[ "wtlife@qq.com" ]
wtlife@qq.com
773dc51b8997bccd3d37d08d9d65c3881a84aa9c
8e2e404276f15870fc1c066ae91f145746d3efd6
/src/com/javaetime/web/tu/ctrl/TuController.java
1fef87b524565a85fb7a23617e81696e05f359c7
[]
no_license
wangpeng2313/fund
9b39ab390f51a96b13cb1b3ad97e0fe5a36083db
b2c404d736bf2deecc4657794518fdc9884400f5
refs/heads/master
2022-06-05T07:43:03.220764
2022-05-28T04:16:29
2022-05-28T04:16:29
67,618,041
2
2
null
null
null
null
UTF-8
Java
false
false
5,868
java
package com.javaetime.web.tu.ctrl; import java.awt.Font; import java.io.IOException; import java.io.OutputStream; import java.sql.SQLException; import java.util.List; import java.util.Map; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; impor...
[ "wangpeng2313@126.com" ]
wangpeng2313@126.com
af20fb46f1a52107d71f1a5a7cf861c2ae9d4f8b
2612f336d667a087823234daf946f09b40d8ca3d
/plugins/InspectionGadgets/testsrc/com/siyeh/ig/imports/JavaLangImportInspectionTest.java
f7f0e494c84d1505cf251a9f63e3a79d6a7c2d8a
[ "Apache-2.0" ]
permissive
tnorbye/intellij-community
df7f181861fc5c551c02c73df3b00b70ab2dd589
f01cf262fc196bf4dbb99e20cd937dee3705a7b6
refs/heads/master
2021-04-06T06:57:57.974599
2018-03-13T17:37:00
2018-03-13T17:37:00
125,079,130
2
0
Apache-2.0
2018-03-13T16:09:41
2018-03-13T16:09:41
null
UTF-8
Java
false
false
1,539
java
/* * Copyright 2000-2014 JetBrains s.r.o. * * 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 agre...
[ "basleijdekkers@gmail.com" ]
basleijdekkers@gmail.com
d669a85e9c764972a08958e8386a71f9d3099f84
952b94ec77025ac62767f06ae6ff0283932a6651
/board/src/main/java/board/board/controller/BoardController.java
ac8e79807d588ff63ddf8f9b89397138756cd8e8
[]
no_license
kolya4359/springboot
71985574b827f04444c747c61e9a7b1fc9deda1a
e85d59a3c902fcd407ce3aabd9289a77840f8c74
refs/heads/main
2023-08-10T19:29:56.349486
2021-09-14T20:02:00
2021-09-14T20:02:00
406,505,055
0
0
null
null
null
null
UTF-8
Java
false
false
1,857
java
package board.board.controller; import java.util.List; import org.apache.logging.log4j.Logger; import org.mybatis.logging.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; impor...
[ "kolya4359@gmail.com" ]
kolya4359@gmail.com
495848c7f4b7824ac6d6672f4b4b9f69f13d5d1a
3bb05d828c320a65a1092d28be02e5ed9704e8f2
/library/src/main/java/cn/carbs/wricheditor/library/spannables/LinkStyleSpan.java
ae48f35e823203b2dc5736c2141304da5d64f718
[ "Apache-2.0" ]
permissive
GuoEH/WRichEditor-Android
49a8fab3de9ef653c84f95245b0d6680c3db1d6c
1f33a91eeb14b98258f4855f1a92cc964a91d0dc
refs/heads/master
2022-12-05T12:18:32.535238
2020-08-20T02:38:19
2020-08-20T02:38:19
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,514
java
package cn.carbs.wricheditor.library.spannables; import android.os.Parcel; import android.text.TextPaint; import android.text.style.URLSpan; import cn.carbs.wricheditor.library.interfaces.IRichSpan; import cn.carbs.wricheditor.library.types.RichType; import cn.carbs.wricheditor.library.utils.HtmlUtil; public class L...
[ "yeah0126@yeah.net" ]
yeah0126@yeah.net
68259088d8a33b7dbd464bc4ae32b180eabf35ae
80deb11465406c5c24f0a2b47e5440b725788023
/src/ca/usask/cs/srlab/simclipse/ui/handler/SimClipseSettingsHandler.java
f41b80d3e788dd6907273b9fa163c4a77025eb2f
[]
no_license
suddin/ca.usask.cs.srlab.simClipse
bc69f912a4556df6d144445f168f18a91ca53592
4585768578024cbcd442c9b8e7e56562e5d48c57
refs/heads/master
2020-05-15T22:17:15.039292
2012-06-01T09:49:24
2012-06-01T09:49:24
3,069,644
0
1
null
null
null
null
UTF-8
Java
false
false
2,665
java
package ca.usask.cs.srlab.simclipse.ui.handler; import java.util.Iterator; import org.eclipse.core.commands.AbstractHandler; import org.eclipse.core.commands.ExecutionEvent; import org.eclipse.core.commands.ExecutionException; import org.eclipse.core.resources.IProject; import org.eclipse.core.runtime.IAdaptable; imp...
[ "auni.ku@gmail.com" ]
auni.ku@gmail.com
99e295b9d9f07615100e3dd2b2fcf3c985233a71
a92e4545673c327e3f582df01b0dbfe7dae5782a
/src/Survivor.java
3707eeaefd5dc281f910a2b81d61dd25d90e83f9
[]
no_license
AJM10565/whatever
01fcdd2f7ef9da7fc618a308b3996e39f3ec23db
4e16673cb7f0b2385cef32df97a9246b2c399689
refs/heads/master
2020-05-04T18:54:50.754615
2019-04-03T21:17:53
2019-04-03T21:17:53
179,371,457
0
0
null
null
null
null
UTF-8
Java
false
false
1,912
java
public class Survivor { private String name; private int MaxHP; private int HP = Constants.DefaultHP; private int Damage = Constants.DefaultDamage; private boolean infected = false; private Group group; @Override public String toString() { String status=""; if (infected)...
[ "amiller17@luc.edu" ]
amiller17@luc.edu
bd1f9ddd50bc794a2bbaa8c1747130e8f33a2e4e
9b86f30d6e982a060f86025667108832c5d84fc4
/src/main/java/com/vaadin/testapp/repositories/UserRepository.java
0ac41b55af332f40c85e713983a0f1e8382ea238
[]
no_license
clinictest/testapp
fa7f22de9fb5c5895c503982175ee21c80529fce
a63cb1d505157376e82d223cc7ee3e5a2a4c0885
refs/heads/master
2023-03-09T02:03:25.124630
2021-03-02T12:21:15
2021-03-02T12:21:15
341,267,285
0
0
null
null
null
null
UTF-8
Java
false
false
258
java
package com.vaadin.testapp.repositories; import com.vaadin.testapp.models.User; import org.springframework.data.jpa.repository.JpaRepository; public interface UserRepository extends JpaRepository<User, Long> { User findByUsername(String username); }
[ "a.kviatkouski@softteco.com" ]
a.kviatkouski@softteco.com
3296153a18bdb8f0650c2a41ec59758519d0cb82
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/12/12_75839561ef26afd0951cdf0c5a6f38fb793c4563/ActorMerger/12_75839561ef26afd0951cdf0c5a6f38fb793c4563_ActorMerger_t.java
e39538073b56832a2fe3f5e4403a9907051d99fb
[]
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
19,362
java
/* * Copyright (c) 2010, IETR/INSA of Rennes * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above copyright notice, * ...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
93ed09e98202d63f0d8fb1fab81e1f491d9f0179
f7e01381763ed236ceba32c34b973096b09dcb68
/src/com/andoid/aservice/db/BaseDatabase.java
8b515df4a070d72eabceb42bd8c5312ad5725b3d
[]
no_license
Zengyanyang/c
59751af934ba5ab947a56a146bee40704f67129a
beb68e513c574d58d94a18b912920f83245abf69
refs/heads/master
2021-01-01T17:37:27.169799
2015-04-19T18:14:57
2015-04-19T18:14:57
33,965,723
0
0
null
null
null
null
UTF-8
Java
false
false
784
java
package com.andoid.aservice.db; import android.content.ContentValues; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; public abstract class BaseDatabase { protected String TABLE_NAME = null; public void Insert(SQLiteDatabase db, ContentValues values) { db.insert(TABLE_NAM...
[ "zeng-yanyang@163.com" ]
zeng-yanyang@163.com
577f9a68954f0e68698321ac9f800a55d5aeab1e
a94503718e5b517e0d85227c75232b7a238ef24f
/src/main/java/net/dryuf/comp/gallery/mvp/CommonMultiGalleryPresenter.java
5e6f6dd57ab2a3de8cad9c942c6a3596ffef1e09
[]
no_license
kvr000/dryuf-old-comp
795c457e6131bb0b08f538290ff96f8043933c9f
ebb4a10b107159032dd49b956d439e1994fc320a
refs/heads/master
2023-03-02T20:44:19.336992
2022-04-04T21:51:59
2022-04-04T21:51:59
229,681,213
0
0
null
2023-02-22T02:52:16
2019-12-23T05:14:49
Java
UTF-8
Java
false
false
3,404
java
/* * Dryuf framework * * ---------------------------------------------------------------------------------- * * Copyright (C) 2000-2015 Zbyněk Vyškovský * * ---------------------------------------------------------------------------------- * * LICENSE: * * This file is part of Dryuf * * Dryuf is free softw...
[ "kvr@centrum.cz" ]
kvr@centrum.cz
09f16481e2308633c38c954ad22e13a7d8810178
aa32f73f2d0bd1eb92f2f8e6f4bc3bc3037eaf41
/wiremock-for-contract-docs/src/test/java/com/example/WiremockImportApplicationTests.java
cc3374735a7a27f9a9223b4fb925a0f87c3bad32
[ "Apache-2.0" ]
permissive
spring-cloud-samples/spring-cloud-contract-samples
68debf01675fe5d46e8fb73edf7dcfb8047a8fc7
17ee4fcae845e9c4e6b290beaf4b9d7e5d863448
refs/heads/main
2023-08-15T03:49:39.484722
2023-08-10T16:07:09
2023-08-10T16:07:09
73,282,380
382
341
Apache-2.0
2023-06-12T06:00:17
2016-11-09T12:30:56
Java
UTF-8
Java
false
false
1,784
java
/* * Copyright 2013-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
[ "mgrzejszczak@vmware.com" ]
mgrzejszczak@vmware.com
1f04d0e24df307f54f5f3b21a23fc4abb195049d
f87b2048e85ae4287671ec22d5c3fc11e7c180e5
/crud_product_user/src/main/java/com/example/crud_product_user/config/SecurityConfiguaration.java
98419396b584933a66503a206b7f84ee3a7d8479
[]
no_license
T1907MQuyet/CodeSem4
e815710bf57ec667c896ad7367bcf132f3e72785
c94bdb0ec64aa0a7fd4e542557b63af9d17e02dd
refs/heads/master
2023-04-30T22:58:47.498558
2021-05-21T03:31:44
2021-05-21T03:31:44
348,548,204
0
0
null
null
null
null
UTF-8
Java
false
false
2,378
java
package com.example.crud_product_user.config; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.security.authentication.AuthenticationManager; import org.springframe...
[ "53265406+T1907MQuyet@users.noreply.github.com" ]
53265406+T1907MQuyet@users.noreply.github.com
e75a683fa437888d24a0f769ae38484df1fde87d
8df31fc96dd6e7893d53c7f43952fe53fb7a8aba
/Calculator/src/Main.java
042cea7a72c81999d1c60716d770720ad7110877
[]
no_license
anonymity-null/JavaCode
69dd771c35911aa252154c9c6b1d6e0f004125b7
3be81fd4c2932fb7836f8a1935b9c916ab8ce9e0
refs/heads/master
2022-12-10T02:01:45.596817
2020-09-22T12:06:44
2020-09-22T12:06:44
297,635,467
0
0
null
null
null
null
UTF-8
Java
false
false
97
java
public class Main { public static void main(String[] args) { new MyFrame(); } }
[ "renweilong@github.com" ]
renweilong@github.com
c5b6f68690247aa3ded434843a528bb7f14d469c
bf35ac9fc1aa10420d265c063a911f147c9cee99
/app/src/main/java/com/guochuang/mimedia/ui/adapter/PictureAdapter.java
52270a183a841013e59694b8186555c94e612961
[]
no_license
qqjq547/ksredpacket
766cc7e033f20cac0ef677f9d1b2abfb366be54c
afad59b54d82d1ff5baf4b1bbc6c9cf01ddf7d1f
refs/heads/master
2020-08-06T04:30:01.624426
2019-10-04T14:36:23
2019-10-04T14:36:23
212,830,429
0
0
null
null
null
null
UTF-8
Java
false
false
746
java
package com.guochuang.mimedia.ui.adapter; import android.support.annotation.Nullable; import com.chad.library.adapter.base.BaseQuickAdapter; import com.chad.library.adapter.base.BaseViewHolder; import com.sz.gcyh.KSHongBao.R; import com.guochuang.mimedia.tools.glide.GlideImgManager; import com.guochuang.mimedia.view....
[ "qqjq6457547" ]
qqjq6457547
f5e30e51422b3b00e99976ab7dca4f05cc0ad9db
8aaa14e2841d7e3db752f04f9f4a0405a46ad511
/component_io/src/main/java/com/by/lizhiyoupin/app/io/entity/ShareType.java
7d92d74a3bb498dd34939033bb7fb4d5ebfa502c
[]
no_license
yibing0703/LZProject
960adacf3e04543ba2479fd23da7f06264720333
8a879c202fddc9bcdd79ef37e6868762d44fe84b
refs/heads/master
2022-04-11T12:54:08.875088
2020-03-16T10:55:39
2020-03-16T10:55:39
null
0
0
null
null
null
null
UTF-8
Java
false
false
117
java
package com.by.lizhiyoupin.app.io.entity; public enum ShareType { QQ, WECHAT, MOMENTS, SINA, INTENT_MOMENTS; }
[ "w726759622@163.com" ]
w726759622@163.com
d214dc66d380984f2b9c4b7de9c8f0dd747c60e0
e48985fdf73f191445798e79ae2813e987cb150c
/src/test/_18_APPCDInfo.java
70c49121d393660ccc4d3c70218e7c3c1b214d08
[]
no_license
behappyleee/JavaTutorial
755212831fb2a79f614dbac3449118ab0b326633
83519e877fd8f236165ae0d672a0d5cbcce99366
refs/heads/master
2023-03-06T08:00:41.856955
2021-02-17T13:28:47
2021-02-17T13:28:47
339,708,368
0
0
null
null
null
null
UTF-8
Java
false
false
2,408
java
package test; public class _18_APPCDInfo extends _18_CDInfo implements _18_Lendable { private String borrower; private String checkOutDate; private String date; private int state; //상수(인터페이스 클래스) //int STATE_BORROWED = 1; //대출상태 //int STATE_NORMAL= 0; //반납상태 public _18_...
[ "dhfhfkwhdk@naver.com" ]
dhfhfkwhdk@naver.com
046a02f53546bb665bf3dc8ec1baac847645f59a
22907b20e3778f15906bd77c582f9d64b65e708f
/java_eclipse-plugin_sharpdev/org.emonic.debugger/src/org/emonic/debugger/webinterface/EmonicDebugfrontendSoap.java
140b34d27cdd246865a502c2bcfd4b028ef8156f
[]
no_license
liamzebedee/misc
8888ec8961d83668dc4b56f31ff4469761f83711
bf3455bfdd682a547727cd9d381fe8988b5ee22c
refs/heads/master
2016-09-05T09:29:49.294517
2014-09-24T00:16:31
2014-09-24T00:16:31
6,121,970
1
1
null
null
null
null
UTF-8
Java
false
false
3,095
java
/** * EmonicDebugfrontendSoap.java * * This file was auto-generated from WSDL * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.emonic.debugger.webinterface; public interface EmonicDebugfrontendSoap extends java.rmi.Remote { /** * Start MDB */ public void s...
[ "liamzebedee@yahoo.com.au" ]
liamzebedee@yahoo.com.au
0a9520d5558062b5858c70c1520ee287378b212c
c75b0f8328a894bd1c7bab6a437d44eb6dd0f995
/huhupa-mall-parent/huhupa-mall-common/huhupa-mall-pojo/src/main/java/com/huhupa/pojo/TbTemplateExample.java
8c188f2d297ba4dc5a8f36b1ba4a9d9bded0162c
[]
no_license
a342108611/learn-architect
59fa2b7706e88f06f6bdd3c64bda393a3f684de7
7efd00d304610751ecc70cf0c1dfab6d3986e60a
refs/heads/develop
2020-04-24T21:40:31.001528
2019-02-27T09:02:52
2019-02-27T09:02:52
172,286,601
0
0
null
2019-02-27T01:55:21
2019-02-24T02:20:15
Java
UTF-8
Java
false
false
39,409
java
package com.huhupa.pojo; import java.util.ArrayList; import java.util.Date; import java.util.List; public class TbTemplateExample { protected String orderByClause; protected boolean distinct; protected List<Criteria> oredCriteria; public TbTemplateExample() { oredCriteria = new ArrayList<Cr...
[ "tmzyj2014@163.com" ]
tmzyj2014@163.com
8fd189cd177820b93f680988a05222086aa24e1b
65eaae2c5a4c434538f0903a6e7eb1fdd1f5c5fd
/vehicleCenter3/src/main/java/com/eshop/gateway/gb32960/pojo/FuelCellData.java
3383349c508348166ab8cf9923d587c1bf42900e
[]
no_license
asqwasqw12/vehicleCenter_back
10bfeb51f459dbcbf411ce62e2f2b27b2bfb7f94
0ee370b0d632400293fb91ca1125eec610951e46
refs/heads/master
2022-07-18T11:15:53.496603
2021-03-29T13:00:30
2021-03-29T13:00:30
245,202,112
0
0
null
2022-06-21T02:55:36
2020-03-05T15:39:32
Java
UTF-8
Java
false
false
5,408
java
package com.eshop.gateway.gb32960.pojo; import java.time.LocalDateTime; import java.time.ZonedDateTime; import java.util.Date; import java.util.List; public class FuelCellData { Long id; // private Long vehicleId; //车辆Id private String terminalPhone; // 终端手机号 private String vin; //车辆唯一识别码 //燃料电池电压...
[ "13787295142@163.com" ]
13787295142@163.com
2320332ace677c5a76494cd0910b759ec9db20c7
a15f8e4c24f061a73384a8a4e3fa6e01c2c06c4c
/twitter4j-core/src/main/java/twitter4j/internal/json/SimilarPlacesImpl.java
3fd1d5349c49f76f2edce18da4c69514781457ce
[ "Apache-2.0", "JSON" ]
permissive
Sanchay-Sethi/twitter4j
c443a8a1646845fff81f3d969056d92496047f95
c2b13065aab449c72c298ec28e77ba45db16cb0d
refs/heads/master
2020-08-11T20:44:39.280343
2013-11-21T03:31:18
2013-11-21T03:31:18
214,624,174
0
0
Apache-2.0
2019-10-12T10:03:14
2019-10-12T10:03:14
null
UTF-8
Java
false
false
2,097
java
/* * Copyright 2007 Yusuke Yamamoto * * 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 agree...
[ "yusuke@mac.com" ]
yusuke@mac.com
f9be380abf1e37a32b26fedef5005e1e9ca18323
213b156ffb07b08325a1cfa5478f347342093a2e
/src/main/java/com/acme/order/OrderFactory.java
cca1688828b87e241b83ecb212e76d0916761227
[]
no_license
ppodkowinski/jm-tutorial2
8c2c36871df43e6f3cfd418e3bc8bf922368718e
90edc07ffafc948b2b19545349c649d5d41cda35
refs/heads/master
2020-12-13T12:52:28.106579
2015-07-08T07:03:09
2015-07-08T07:03:09
38,600,975
0
0
null
null
null
null
UTF-8
Java
false
false
116
java
package com.acme.order; public interface OrderFactory { PizzaOrder create(Customer customer, PizzaType type); }
[ "macprus@gmail.com" ]
macprus@gmail.com
5c046201496c0b2f9f244ee9d5ba930a07ab993e
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/11/11_2f3748c234582725b7b3ee8e37eedf1d34cdfa0c/UnixPlatformHelper/11_2f3748c234582725b7b3ee8e37eedf1d34cdfa0c_UnixPlatformHelper_s.java
3683faa0bbe0281bf367b3f8e17193a1d23cfcdc
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
5,849
java
/** * UnixPlatformHelper * 29.03.2012 * @author Philipp Haussleiter * */ package helper.unix; import helper.unix.parser.DetectPlatformPP; import helper.unix.parser.DetectDistributionVersionPP; import helper.unix.parser.DetectDistributionNamePP; import helper.unix.parser.ListPackagePP; import helper.P...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
fd3d0eb33ad4caae30c5a3b127b7b61046557be2
94adcfc05863da01716046cb582ae7eaff4395c2
/src/main/java/com/andy/netty/server/Server.java
f007604ac9d0bbdbb8785ccf8e9750a7292f34bc
[]
no_license
lookskystar/mavenNettyChat
e78f915416e324158da20f21bac312d168834ec7
08685a26f1cd9c23c2caaa8bf5bd2a762c34ed55
refs/heads/master
2020-03-08T21:35:23.270383
2018-04-07T08:17:16
2018-04-07T08:17:16
128,409,693
0
0
null
null
null
null
UTF-8
Java
false
false
4,395
java
package com.andy.netty.server; import com.andy.netty.im.common.IMConfig; import com.andy.netty.im.common.IMMessage; import com.andy.netty.im.common.MsgPackDecode; import com.andy.netty.im.common.MsgPackEncode; import com.andy.netty.server.handler.ServerHandler; import io.netty.bootstrap.ServerBootstrap; import io.nett...
[ "lookskystar@163.com" ]
lookskystar@163.com
5ca3ef04f276538c2eb092c953f3ef0bbb8c96c3
ef21d7fbcbcb55d579d9f8ac8bace10bae59bad6
/myappback/src/main/java/com/dena/controllers/LettreMotivationController.java
eb0336f94c4524333b62929613359bc66ceadda2
[]
no_license
LaghzaliTaha/supercv
45ae9475ebb5a6a59ff9384580e47e7891e593ec
e10d7424fa6f9575e0ea673eb365f270c5018cca
refs/heads/master
2021-01-11T05:48:08.968436
2016-10-23T19:19:06
2016-10-23T19:19:06
71,724,176
1
0
null
null
null
null
UTF-8
Java
false
false
2,451
java
package com.dena.controllers; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.annotation.RequestMapping; import org.springf...
[ "laghzalitaha0@gmail.com" ]
laghzalitaha0@gmail.com
4dde22957293b3065e5159ab3fe94865d4fc33d3
12b9548baa733e73e682e8e71e0ff6e83e0deccc
/app/src/main/java/me/anjas/educationvee/adapters/JobsheetAdapter.java
c2852affe56f15cac9ea13a8a72cb3e72cceaa8a
[]
no_license
anjas29/EdVee
09529f86bb92f211f8a215fb40f3573df54516fc
f937e7c8061db39805f8ca9306a7d70ce41f6449
refs/heads/master
2021-01-21T19:01:53.555146
2017-07-31T12:41:51
2017-07-31T12:41:51
92,108,766
0
0
null
null
null
null
UTF-8
Java
false
false
1,863
java
package me.anjas.educationvee.adapters; import android.content.Context; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import java.util.ArrayList; import me.anjas.educationvee.R; import me.anjas.educationvee.objects.Jobsheet...
[ "anjasmoro.adi29@gmail.com" ]
anjasmoro.adi29@gmail.com
ba362abd7058eb81fff75b18b727429e21ea6a1e
530e02cb5491d02d764c8f79c66b5b7722eb41c1
/AmapLibrary/src/main/java/com/map/library/service/utils/LocationStatusManager.java
13a382126fe3325fbd0943769480bee1f13c85bd
[]
no_license
wangzm05/YisinglePassenger
7ee30eebce3efb292b4f40719aaf2ea5e2900583
660c0690541747438afcd8bb9e0feb3e20201f26
refs/heads/master
2020-07-29T21:17:54.159885
2018-11-01T10:10:48
2018-11-01T10:10:48
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,604
java
package com.map.library.service.utils; import android.content.Context; import android.content.SharedPreferences; import com.amap.api.location.AMapLocation; import static android.content.Context.MODE_PRIVATE; /** * Created by liangchao_suxun on 17/1/16. * 在定位失败的情况下,用于判断当前定位错误是否是由于息屏导致的网络关闭引起的。 * 判断逻辑仅限于处理设备仅有wifi...
[ "j314815101@qq.com" ]
j314815101@qq.com
2211ba971a4144d6f9f9ec520b2e6a21aa61e312
9688be7aad325f771807a3bc5cfc83760d4e42a5
/comm/hybris/bin/custom/gift/giftstorefront/web/testsrc/com/hybris/gift/storefront/controllers/cms/ProductReferencesComponentControllerTest.java
fe664698f2180f7a6c73ce038d38504955e876c9
[]
no_license
GauravShukla2/super-winner
f76f391299b87843d05b5085662c92448daf4954
7f85794b0b8e595196d6c0bf37c7ac64d5e177e3
refs/heads/master
2021-01-10T17:24:41.352140
2016-02-25T17:34:53
2016-02-25T17:34:53
52,066,635
0
0
null
null
null
null
UTF-8
Java
false
false
7,058
java
/* * [y] hybris Platform * * Copyright (c) 2000-2014 hybris AG * All rights reserved. * * This software is the confidential and proprietary information of hybris * ("Confidential Information"). You shall not disclose such Confidential * Information and shall use it only in accordance with the terms of the * li...
[ "gshukla2@sapient.com" ]
gshukla2@sapient.com
1905760a76de785214eba3d84dd4cae6d90f3a27
f2a5bfe3acbf4da3165ab9a144a790f2c60fb0f1
/app/src/main/java/com/example/dzulfikar/utsakb/presenter/MainActivityPresenter.java
32ff92085fff0c576c336b4992effe9668bdc278
[]
no_license
dzulf21/biodata
58290074c60cf516707184ca1bbf977eed94cdf9
216695a4c27cb29fdf9a41c9a505191b49834f35
refs/heads/master
2020-05-24T20:59:40.894995
2019-05-19T11:35:44
2019-05-19T11:35:44
187,466,242
0
0
null
null
null
null
UTF-8
Java
false
false
870
java
package com.example.dzulfikar.utsakb.presenter; import com.example.dzulfikar.utsakb.model.FriendModel; import com.example.dzulfikar.utsakb.view.FriendView; //Nama : Dzulfikar Miandro Akbar S //NIM : 10116358 //KLS : IF 8 //TGL : 8 Mei 2019 public class MainActivityPresenter implements FriendPresenter{ pr...
[ "dzulfikarm21@gmail.com" ]
dzulfikarm21@gmail.com
b3f4ef1ebf8efde737bd2d4eebc1255e242ac351
693c8a6613c517d1c4b0c626c20afeb466007cbc
/src/main/java/cn/openadr/model/report/ReportSpecifier.java
ea4630976d5609e37f18af57cf5703b1d39719ed
[ "Apache-2.0" ]
permissive
jingrunx/openadr-dxp
6aec23c81016c4ddd6f2a50421ae9d0e1ac35c96
84f210c86bf7cbaf1d62f2b7d98ab4f888afb2d3
refs/heads/master
2021-08-15T20:30:54.797058
2020-12-06T11:39:14
2020-12-06T11:39:14
229,769,587
0
0
null
null
null
null
UTF-8
Java
false
false
1,611
java
package cn.openadr.model.report; import java.io.Serializable; import java.util.ArrayList; import java.util.List; import org.joda.time.DateTime; import org.joda.time.Period; import com.fasterxml.jackson.databind.annotation.JsonDeserialize; import com.fasterxml.jackson.databind.annotation.JsonSerialize; import cn.opena...
[ "jingrunx@hotmail.com" ]
jingrunx@hotmail.com
2f23a0f7a8dcff037522eb5d91d304d19934135f
ee1690c5b2220c2c9d9165c445d8a9d661988ab2
/ClickMe/src/com/clickme/colors/Colors_adapter.java
3b7f1fd73f0e13c6a4db0bee293a8cd5b39168b3
[]
no_license
EfrenAL/Android
a83bd760b2156dbac0c1b73fa9e41cea7f169875
c1ff2a91ed04ab72ef35da9d8c375e80ea4c655d
refs/heads/master
2016-09-05T15:13:07.208007
2015-05-10T21:05:31
2015-05-10T21:05:31
30,434,923
0
0
null
null
null
null
UTF-8
Java
false
false
2,492
java
package com.clickme.colors; import java.util.ArrayList; import com.clickme.R; import com.clickme.contactos.Contacts_adapter.RecordHolder; import android.annotation.SuppressLint; import android.app.Activity; import android.content.Context; import android.graphics.Color; import android.graphics.drawable.GradientDrawab...
[ "efrenalla@gmail.com" ]
efrenalla@gmail.com
8c11d327e39ccda212dbec029c6fce98ceeb253e
4218cf282963e98cd8c4751791bbaa45d58df922
/Hospital/src/Registration.java
5ec9e9262aa7ff8744761d387c36592d961addb0
[]
no_license
Shcherbakovaolia/Tinkoff
7a2b26f08379d8e2165ce01ac7359f4d208eb25b
06e13547a7d978b8cd349accde363862a42ee167
refs/heads/master
2021-01-08T06:03:41.838547
2020-04-09T14:06:34
2020-04-09T14:06:34
241,935,511
0
0
null
null
null
null
UTF-8
Java
false
false
3,254
java
//класс для регистрации пациента import java.util.*; //Класс, в котором находится регистрация public class Registration implements Comparable<Registration> { public String fullName; public boolean gender; public int isOld;//переменная для того чтобы указать, что пациент пенсионер или нет Calendar dateO...
[ "schcerbakovaolia@yandex.ru" ]
schcerbakovaolia@yandex.ru
eca9f578862af724b78374cc97206c330b4e8a17
9e20645e45cc51e94c345108b7b8a2dd5d33193e
/L2J_Mobius_C1_HarbingersOfWar/java/org/l2jmobius/gameserver/network/serverpackets/WareHouseWithdrawalList.java
4d67baed72c37f206a7131fba18b63992d7d2502
[]
no_license
Enryu99/L2jMobius-01-11
2da23f1c04dcf6e88b770f6dcbd25a80d9162461
4683916852a03573b2fe590842f6cac4cc8177b8
refs/heads/master
2023-09-01T22:09:52.702058
2021-11-02T17:37:29
2021-11-02T17:37:29
423,405,362
2
2
null
null
null
null
UTF-8
Java
false
false
1,867
java
/* * This file is part of the L2J Mobius project. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * *...
[ "MobiusDevelopment@7325c9f8-25fd-504a-9f63-8876acdc129b" ]
MobiusDevelopment@7325c9f8-25fd-504a-9f63-8876acdc129b
e50168251eb27d03f3df883932dbd9c898ceb06c
5310421e26ec99060fd982065f572c7a45114f77
/src/main/java/wcl/pojo/UserInfo.java
af98bd50479cd5430fb435142f2eac88393e7959
[ "Apache-2.0" ]
permissive
YANG-sty/room
51a8c244a94a4fc9c9d75e14076945de7e7a2904
a1f98ab2ac85d9c7b5f27e79d685d48014b3f7fe
refs/heads/master
2023-05-31T17:18:33.106226
2021-06-22T08:53:12
2021-06-22T08:53:12
379,200,413
0
0
null
null
null
null
UTF-8
Java
false
false
742
java
package wcl.pojo; public class UserInfo { private String userId; private String userPassword; private String userNickname; public String getUserId() { return userId; } public void setUserId(String userId) { this.userId = userId == null ? null : userId.trim(); } publ...
[ "13849187852@163.com" ]
13849187852@163.com