blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
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
689M
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
131 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
32 values
content
stringlengths
3
9.45M
authors
listlengths
1
1
author_id
stringlengths
0
313
0c617040020712f00959ecffd93a4c5a17cddb8b
0ab870454cd57173e853934f42eaa6358f076569
/src/test/java/http/common/HttpEntityTest.java
9ae27701dcb11945929f6dca3944bc496de69f59
[]
no_license
ninjasul/jwp-was
a7127db36a84cd794e6322d8663adf2d99c18047
024dd2fc31c33eae5a951f19c9a731712a4ca8d8
refs/heads/master
2022-11-08T06:32:42.521841
2020-06-09T14:58:03
2020-06-09T14:58:03
268,470,012
0
0
null
2020-06-01T08:46:53
2020-06-01T08:46:53
null
UTF-8
Java
false
false
1,342
java
package http.common; import org.junit.jupiter.api.Test; import org.junit.jupiter.params.ParameterizedTest; import org.junit.jupiter.params.provider.NullAndEmptySource; import org.junit.jupiter.params.provider.ValueSource; import java.util.Collections; import static org.assertj.core.api.Assertions.assertThat; class ...
[ "ninjasul@onestorecorp.com" ]
ninjasul@onestorecorp.com
1a6096909ac94c23ce81ed4e92583709d5b1776e
6975dc181e426f86c6fdb477f40ff5985b240bb2
/repos/PQ7/Alpha/ClientSide/ClientFile.java
a4c48aa529cc4ca935e7efffa786895da990bc8e
[]
no_license
thetruth2451/DiplomaSoftware-
d69eb2d58742a8f17a2a08f29453bc5a9cabc8c2
0df7c5a71d9b6029faacfb4c9f8ce95b82947b57
refs/heads/main
2023-05-25T15:03:50.253126
2021-06-20T11:52:47
2021-06-20T11:52:47
375,743,923
0
0
null
null
null
null
UTF-8
Java
false
false
580
java
package ClientSide; import javax.swing.*; import java.io.File; public class ClientFile { public String getPath() { //Select file JFileChooser fileChoser = new JFileChooser("."); File file; fileChoser.setFileSelectionMode(JFileChooser.FILES_AND_DIRECTORIES); JOptionP...
[ "noreply@github.com" ]
thetruth2451.noreply@github.com
514c5d1275fede9674efdf15f5c0ea4c0fd2f694
321159f229edbf5d6c015ddeba22ae48ca98aaac
/src/day29_Wrapper_ArrayList/List_Intro.java
38df37b6c07293da389ad02da9c98a65bb71bc66
[]
no_license
store13/JavaB18
6a9f5ef0bfeba04df727bb69a95bae10aae874aa
e8a53f7fe6fff6c6b6c5d7b6d14cd1b597341e40
refs/heads/master
2022-08-04T20:11:23.174753
2020-05-15T20:34:01
2020-05-15T20:34:01
259,387,153
0
0
null
null
null
null
UTF-8
Java
false
false
1,576
java
package day29_Wrapper_ArrayList; import java.util.ArrayList; public class List_Intro { /* ArrayList : part of Collection does not support primitives, only support none primitives size is dynamic, automatically adjusted has index numbers int [] ar...
[ "torefmly@gmail.com" ]
torefmly@gmail.com
25daa29015cfa5194fea21c4b5d912528019dd45
6c18e9f37e8e78f420405bcbee1463ae472ae75c
/ShootingGame/src/shootinggame/Framework/GameViewThread.java
37a8b701952febf1e582509b02ff7e491d4e5d01
[]
no_license
nkj06/Portfolio
5c675594550c49723634c05bf48ba378ed505861
49bf48d592184fab66c712bbddf5f481586704eb
refs/heads/master
2022-12-10T14:04:23.482612
2020-09-10T02:53:08
2020-09-10T02:53:08
291,646,485
0
0
null
null
null
null
UTF-8
Java
false
false
969
java
package shootinggame.Framework; import android.graphics.Canvas; import android.view.SurfaceHolder; public class GameViewThread extends Thread { private SurfaceHolder _surfaceHolder; private GameView _gameview; private boolean _run = false; public GameViewThread(SurfaceHolder surfaceHolder, GameView gam...
[ "nkj960425@gmail.com" ]
nkj960425@gmail.com
dad817bd27ff5d4b5b34797b7daf2633f7ae2581
982c60da9963a7326084ec40281bb53acb9ebd25
/src/main/java/com/test/service/OrderService.java
8cb11d14dd2030a4b535432e74f3efb4cee97663
[]
no_license
khizersh/ecommerce1
dbe84c249b7c215dc5b1ae9ef8483f072db76311
895df4570a8643a079359789ab1a6dba17b94aeb
refs/heads/main
2023-08-10T23:54:15.695115
2021-09-11T15:24:16
2021-09-11T15:24:16
347,399,709
0
0
null
null
null
null
UTF-8
Java
false
false
2,706
java
package com.test.service; import com.test.bean.User; import com.test.bean.checkout.Checkout; import com.test.bean.checkout.CheckoutDetail; import com.test.bean.order.Order; import com.test.bean.order.OrderResponse; import com.test.repo.CheckoutRepo; import com.test.repo.OrderRepo; import com.test.repo.UserRepository; ...
[ "khizer.younus@tapmad.com" ]
khizer.younus@tapmad.com
437c788043070b122df9c5b9de6900dccf4a16dd
e960174b37c587e6419375a91350fcf03340ef6f
/src/Models/Hotel.java
61a966668366c2ef11f517b8b8c43d156a83faad
[]
no_license
ijiki16/BookInGeorgia
427740e4d994de398c50c5fb985ed9316936939e
914818b880ac0bf27b06a359aa859581ed715f23
refs/heads/master
2022-05-02T23:56:04.097079
2022-04-13T11:22:58
2022-04-13T11:22:58
189,862,570
4
0
null
null
null
null
UTF-8
Java
false
false
2,970
java
package Models; import java.util.ArrayList; import java.util.List; import DataBases.HotelsDB; public class Hotel { /** * Creates new Hotel Object * @param hotel_name * @param hotel_rating/stars * @param hotel_image * @param hotel_status * @param hotel_contact_number * @param hotel_owner_id */ pr...
[ "dkhos17@freeuni.edu.ge" ]
dkhos17@freeuni.edu.ge
20ed17d000b27a331325a0c01179ceb339a539db
568f672cf0c80138e18254a54ca0d2a0c1b1280b
/src/test/java/com/omwan/portfolio/service/ProjectServiceImplTest.java
ed782653cd87fa36311ee3b00218c9de16605ac4
[]
no_license
omwan/portfolio
0214ad07c0bf875137ee6ceea7b2341e09be92dd
108e7a8118a7c629cc39f6ff9d27161e13e72570
refs/heads/master
2021-01-01T06:24:57.234925
2017-09-05T21:13:22
2017-09-05T21:13:22
97,424,426
0
0
null
null
null
null
UTF-8
Java
false
false
7,629
java
package com.omwan.portfolio.service; import com.omwan.portfolio.component.ProjectComponent; import com.omwan.portfolio.domain.ProjectCategory; import com.omwan.portfolio.domain.ProjectDTO; import com.omwan.portfolio.mongo.document.Project; import com.omwan.portfolio.util.ProjectUtils; import org.junit.Before; import ...
[ "oliviawan97@ccs.neu.edu" ]
oliviawan97@ccs.neu.edu
dba0097a2179b3f5f6fb4820905842165fd02825
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/5/5_df4aff02b89228266070e4c4a6ea39d9b9e3aa1a/TNTDM_Alpha/5_df4aff02b89228266070e4c4a6ea39d9b9e3aa1a_TNTDM_Alpha_t.java
e709b46f506800b8af83085f5e17b9c92c194c2c
[]
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
1,112
java
package com.oresomecraft.maps.arcade.maps; import com.oresomecraft.maps.MapConfig; import com.oresomecraft.maps.arcade.ArcadeMap; import org.bukkit.*; import org.bukkit.event.*; import org.bukkit.inventory.*; import com.oresomecraft.OresomeBattles.api.*; @MapConfig public class TNTDM_Alpha extends Arcade...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
458aa3f98f434ef8aefee1fb85b64cba6dde2c06
3cd4ab4008ad24163f739705da487a7e6115b78b
/src/main/java/datahandler/Handler.java
4416d105ebb8c9a53e4097741830e5b97900a937
[]
no_license
Kononcev/University
38b962bff220b4e02f2f3951a1427d6f0d56bbb7
705d12269eb2367bcfe4f9fa127b5d0a101b5932
refs/heads/master
2021-04-03T01:04:42.947008
2018-03-16T13:41:39
2018-03-16T13:41:39
125,073,803
0
0
null
null
null
null
UTF-8
Java
false
false
1,746
java
package datahandler; import constants.Constants; import dao.UniversityDAO; import dao.implementation.University; import model.Departments; import java.util.Map; public class Handler { private String response = "Sorry data base don't contain such department\n"; private UniversityDAO university; public S...
[ "Volodymyr_Konontsev@epam.com" ]
Volodymyr_Konontsev@epam.com
7a1beda7c1a86b4e41d235aaadf3d28830586df7
eb3eb4dfa40b4ed43c5052a4d933a9af0ae2c45b
/android/scanlibrary/src/main/jni/sdk/java/src/org/opencv/android/JavaCameraView.java
f16a72ead3180d12a22949394c811aa1e62edb45
[]
no_license
MichaelGardiner97/scannermodule
5b5d1eb3d9954d3ac065f3129c69ce91688eeab8
0ab5888b68530c9fc31774f2aad4bf03238bb1aa
refs/heads/master
2020-03-23T10:41:08.620546
2018-08-17T18:19:22
2018-08-17T18:19:22
141,440,729
0
0
null
null
null
null
UTF-8
Java
false
false
13,609
java
package com.reactlibrary.scanlibrary.src.main.jni.sdk.java.src.org.opencv.android; import java.util.List; import android.content.Context; import android.graphics.ImageFormat; import android.graphics.SurfaceTexture; import android.hardware.Camera; import android.hardware.Camera.PreviewCallback; import android.os.Build...
[ "michael7gardiner@gmail.com" ]
michael7gardiner@gmail.com
7ea440fca70602989009097180940981b859dec3
e3170f21bea849ca7436da5363381d0cf978b3af
/src/youzheng/algorithm/beakjoon/beakjoon1/beakjoon_4299.java
0b62f83e8cc6047e2f4dbe4f79d257227a11f6c3
[]
no_license
yangfriendship/algorithmJava
ac698d82a4ab09a5172cca4719cbe32c3b31ff2c
a0bda01ba4e5955262762c53d381ecea34ad4282
refs/heads/master
2023-06-14T23:22:29.436105
2021-07-15T07:46:11
2021-07-15T07:46:11
309,068,333
0
0
null
null
null
null
UTF-8
Java
false
false
699
java
package youzheng.algorithm.beakjoon.beakjoon1; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.StringTokenizer; public class beakjoon_4299 { static int[] dp = new int[101]; static int cnt = 0; public static void main(String[] args) throws IOException...
[ "yangfriendship@naver.com" ]
yangfriendship@naver.com
0537be73aa030cdb7485be5f66f4b5b51b17b4f2
975604bcbf1e21a44048bf7e42272d527564f209
/DesignPatterns/src/com/bridgelabz/observer/ObserverExample.java
b39cd139969b7fc1d1fa0d1ef02bc23bc7c405e3
[]
no_license
AHETESHAMS/DesignPatternsJava
3aa53b17ef53d91ec10a71b49a48d5af8eba89a1
de5c1a51409ce0b99387b1335149d4d4d603b042
refs/heads/master
2020-07-27T10:12:19.293312
2019-09-17T13:12:27
2019-09-17T13:12:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
598
java
package com.bridgelabz.observer; public class ObserverExample { public static void main(String[] args) { Person akashPerson=new Person("Akash"); Person johnPerson=new Person("John"); Product samsungMobile=new Product("Samsung", "Mobile", "Not available"); //When you opt for option "Notif...
[ "aheteshams007@gmail.com" ]
aheteshams007@gmail.com
6c3dff6612a5ca7c7b320273bcf3b6051aaf9ec2
d662fe050655a012160c5c670044992dd62925ad
/src/main/java/com/djj/languagepoints/chapter2/LambdaExpression.java
6eef7f07cdb663b9c2ec97343d481f95b34a8d34
[]
no_license
ivydjj/java8-lambda
b5d858b125cd373f44b8ea9ed709400b164ab4ff
83945634813741aa82aeb338179141bdda2543f6
refs/heads/master
2020-03-31T21:21:37.802099
2018-10-21T10:03:55
2018-10-21T10:03:55
152,577,268
3
0
null
null
null
null
UTF-8
Java
false
false
5,556
java
package com.djj.languagepoints.chapter2; import java.awt.event.ActionListener; import java.util.HashMap; import java.util.Map; import java.util.function.BinaryOperator; import java.util.function.Predicate; /* 【Lambda表达式】 Lambda 表达式都是静态类型 Lambda 表达式是一个匿名方法,将行为像数据一样进行传递。 【正确使用Lambda表达式】 明确了要达成什么转化,...
[ "dengjuanjuan@renwey.com" ]
dengjuanjuan@renwey.com
4f3e9dc45d1b5ad55d6f266db90c95b0c45f2d71
4a9581c84a1284cf40b53689bbe28d72958789ea
/src/main/java/com/example/demo/module/user/service/UserService.java
497458de570ba7fdc21ac134d06b48739ecaee8f
[]
no_license
XiFanYin/houtai
4db775a231633ede88c833a68a843d6de138ae65
8ef13792e34642eef5613cf85ded175e40f8a6e8
refs/heads/master
2020-05-17T00:41:28.750675
2019-04-30T06:53:13
2019-04-30T06:53:13
183,402,216
0
0
null
null
null
null
UTF-8
Java
false
false
279
java
package com.example.demo.module.user.service; import com.example.demo.module.user.entity.User; import java.util.List; public interface UserService { List<User> selectAllUserList(Integer page); Integer insert(User user); User selectByPrimaryKey(Long userId); }
[ "807142217@qq.com" ]
807142217@qq.com
3bb781e358fd2f4e8e85db59848df5d5039e4700
8c58dfa0106db58067f32363835b2e3b3eb672f1
/src/vml/KernelSettings.java
fc0864e2c74b84dfc74fac39783eb20b94c7f943
[]
no_license
jhagelback/VisualML
0ef53054b946024a910cc45cf63651ed7bb81361
654914d8689820eef0bbaa58748a15c6d78c0f1f
refs/heads/master
2021-09-20T10:52:11.025957
2018-08-08T09:48:53
2018-08-08T09:48:53
114,816,502
1
0
null
null
null
null
UTF-8
Java
false
false
824
java
package vml; /** * Contains settings for the RBF Kernel classifier. * * @author Johan Hagelbäck, Linnaeus University (johan.hagelback@lnu.se) */ public class KernelSettings { /** * Gamma value. */ public double gamma = 1.0; /** * Sets if data shall be normalized. */ pub...
[ "johan.hagelback@lnu.se" ]
johan.hagelback@lnu.se
12a1e310454f30134f6912ffa239546dd34fa6a9
5e4c8a3b784e2a21bba9ba817915d0b59ed0f48b
/src/main/java/br/com/alelo/consumer/consumerpat/business/impl/CardBusinessImpl.java
c4392168e98146d8e6dd2a34aee3f7968d4a3c70
[]
no_license
anaabia/consumer-pat
81d4d8df8b7aaa6a10d3c9bab4c48c1d0cf57ddf
dbdeedf16f65f7754519fab87d4bf41fe9c3c121
refs/heads/main
2023-08-04T04:20:44.725739
2021-09-20T03:10:45
2021-09-21T01:11:26
408,236,527
0
0
null
2021-09-19T21:04:41
2021-09-19T21:04:40
null
UTF-8
Java
false
false
2,471
java
package br.com.alelo.consumer.consumerpat.business.impl; import br.com.alelo.consumer.consumerpat.business.CardBusiness; import br.com.alelo.consumer.consumerpat.business.TransactionCardBusiness; import br.com.alelo.consumer.consumerpat.entity.Extract; import br.com.alelo.consumer.consumerpat.model.dto.DtoBuy; import ...
[ "aanabeeatrizs@gmail.com" ]
aanabeeatrizs@gmail.com
80a55779af28a933ab9bd4f2c315929b606d8543
c4fbbec76f28e694358018db62504e71ec54c234
/PrettyCool/PrettyCool12/app/src/main/java/com/example/user1/prettycool/Classes/Persons/GlobalInformation.java
f73ef9fa93fcb8690be28d16034f5748bf116833
[]
no_license
Kmortyk/PrettyCoolOld
ecda0ee1b3468c882fa11ddf680a4c592190fbdf
b8cad0821bc2de35f8580d1c0dfb7fff81ed1ddb
refs/heads/master
2022-12-09T09:58:01.849308
2020-08-26T12:34:40
2020-08-26T12:34:40
290,468,425
0
0
null
null
null
null
UTF-8
Java
false
false
607
java
package com.example.user1.prettycool.Classes.Persons; import java.util.ArrayList; import java.util.Map; /** * Created by user1 on 30.03.2016. */ public class GlobalInformation { public static String isLevel = "Area1"; public static String[] monstersId = {"Zmd","Zm"}; public static Strin...
[ "kmortyk@gmail.com" ]
kmortyk@gmail.com
09e2b8e9d8a095aa02e9b274ca1fbcdd1dbe7152
49895910442a1562c5ec9ee4694f95a01d9db8e2
/src/Measure.java
d60101b0c5adf03718fd9b5d1d7175c9d90e6441
[]
no_license
kimdaehyuun/KTDS_Java
5a73d368667637cfc0a9f4b0150d5b947c3825df
bf4143845b1b23a25203826df9eea547a64b5456
refs/heads/main
2023-07-16T14:33:28.847303
2021-08-25T10:12:32
2021-08-25T10:12:32
399,746,434
0
0
null
null
null
null
UHC
Java
false
false
644
java
public class Measure { int a; int b; public int getA() { return a; } public void setA(int a) { int sumA = 0; // 자기자신을 제외한 약수의 합을 구한다 for (int i = 1; i < a; i++) { if (a % i == 0) { sumA += i; } } // a가 입력되면 a의 약수의 합을 리턴해준다. this.a = sumA; } public int getB() { return b; } p...
[ "kimdh7776@naver.com" ]
kimdh7776@naver.com
c1872a8a1c97c12668c7a7ca790af9c1632e237f
bf0325c6c2f28504ae3bf3f3bcd7f0e9f9ba3d40
/src/main/java/edu/epam/multithreading/entity/state/impl/ArriveState.java
0403ea9c158e45067bf6f71992bad8cf2cb54775
[]
no_license
alena20/Port
e34803f4d7984bb10ce69b79f4be5467cfc61140
03cd0ae6bbbec69135a0594508e92822ee0e7762
refs/heads/master
2023-07-07T13:22:04.638255
2021-01-23T21:28:15
2021-01-23T21:28:15
331,628,170
0
0
null
null
null
null
UTF-8
Java
false
false
1,576
java
package edu.epam.multithreading.entity.state.impl; import edu.epam.multithreading.entity.Port; import edu.epam.multithreading.entity.Ship; import edu.epam.multithreading.entity.state.AbstractState; import edu.epam.multithreading.exception.ResourceException; import org.apache.logging.log4j.LogManager; import org.apache...
[ "lenanovik98@gmail.com" ]
lenanovik98@gmail.com
8c98451bdc939b88d26dee5c325e9c96bf74df37
ae2f5ba05760cf1b72484ecc0e48a9f8145fec28
/src/ExceptionHandling.java
04e5847064932ef27a9abbb6a63a3714c9b021a8
[]
no_license
Frank-dev20/Java_tutorial
e89a7f673acd13420f5ceb6b7038d958ac15f64f
eb7b4c25c0b9ea885237605197e2b3f3dd4bbeec
refs/heads/main
2023-08-25T04:36:37.315342
2021-11-01T03:59:49
2021-11-01T03:59:49
376,407,220
0
0
null
null
null
null
UTF-8
Java
false
false
56
java
package PACKAGE_NAME;public class ExceptionHandling { }
[ "61961584+Frank-dev20@users.noreply.github.com" ]
61961584+Frank-dev20@users.noreply.github.com
1c0317156e7be128f71a4b990a2628cb5e61b04c
bbaf4c78f7ad7fd27fdbdce0a36374d3c85e1cb6
/DROGATURA/src/DAO/VendaDAOImpl.java
64929d3f4b6671e76c22ceedd8758efc4e9b795c
[]
no_license
LuizHBasilio/AcademiaJava
479e0b718d853747d7f1c5c51787a43f9278508d
67ddc0e2951e6a68dcb18830de9d89c56a0c1922
refs/heads/master
2023-04-15T05:17:48.901866
2021-04-20T00:32:48
2021-04-20T00:32:48
295,561,845
0
0
null
null
null
null
UTF-8
Java
false
false
3,425
java
package DAO; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.util.ArrayList; import java.util.List; import entidades.Venda; import util.JdbcUtil; public class VendaDAOImpl implements VendaDAO { @Override public void inserir(Venda venda) { Stri...
[ "noreply@github.com" ]
LuizHBasilio.noreply@github.com
715109255fa937f2f54f114917b3d76710122209
ee3c938c1b105516d8ec0a226a16c2e941e12ecf
/src/ralfherzog/pwman3/activities/passwordlist/PasswordListAdapter.java
a2b57e69fd52c9eda4ca99271a531e57daa3f301
[ "MIT" ]
permissive
RalfHerzog/pwman3
e6460cd0ebf8b1bbc4df5b0c759b40d1101998b0
47c928f9b470f9ccdefe6f074ff4fa61a411fc71
refs/heads/master
2021-01-20T09:32:48.330893
2014-04-10T21:40:44
2014-04-10T21:40:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,058
java
package ralfherzog.pwman3.activities.passwordlist; import java.util.ArrayList; import ralfherzog.pwman3.R; import ralfherzog.pwman3.activities.main.MainActivity; import ralfherzog.pwman3.core.PWManContentNode; import android.app.Activity; import android.content.ClipData; import android.content.ClipboardManager; impo...
[ "ralf.herzog@mail.com" ]
ralf.herzog@mail.com
bb00901beff6fab8f45a98c337713509cb7e300a
d1a6d1e511df6db8d8dd0912526e3875c7e1797d
/genny_JavaWithoutLambdas/applicationModule/src/test/java/applicationModulepackageJava19/Foo660Test.java
459efbe5609bcea016fc21a49bdd51aca46dabde
[]
no_license
NikitaKozlov/generated-project-for-desugaring
0bc1443ab3ddc84cd289331c726761585766aea7
81506b3711004185070ca4bb9a93482b70011d36
refs/heads/master
2020-03-20T00:35:06.996525
2018-06-12T09:30:37
2018-06-12T09:30:37
137,049,317
0
0
null
null
null
null
UTF-8
Java
false
false
482
java
package applicationModulepackageJava19; import org.junit.Test; public class Foo660Test { @Test public void testFoo0() { new Foo660().foo0(); } @Test public void testFoo1() { new Foo660().foo1(); } @Test public void testFoo2() { new Foo660().foo2(); } @Test public void testFoo3() {...
[ "nikita.e.kozlov@gmail.com" ]
nikita.e.kozlov@gmail.com
a6775ebf65e958b649753df0ed8f9e2ca5f815d9
bd2b71330aa1929a0f4ebeea1c04b702e2812afe
/needDeal/vzvision_12_13/app/src/main/java/com/example/vzvision/SnapImageActivity.java
4087dc1149332ec126b352fd8a521866e6531ba6
[]
no_license
zihanbobo/myC-
1b67c4a620567fdbe70ef10fee29abd5010ffe41
eafbc7c4eca489004905e8ce155f01504419141d
refs/heads/master
2021-06-15T10:07:20.645286
2017-04-08T10:31:36
2017-04-08T10:31:36
null
0
0
null
null
null
null
GB18030
Java
false
false
6,683
java
package com.example.vzvision; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import com.database.SnapImageTable; import com.database.SnapImageTable.SnapImageElement; import com.example.vzvision.PlateActivity.MyAdspter; import com.example.vzvision.PlateActivity.MyAds...
[ "13265539954@163.com" ]
13265539954@163.com
f4bcb6686d2494a4d58734da75fffb6e086e7225
73453b69851ca5a8e60efb4851b878b1df7b773a
/src/main/java/controller/RandomPropertiesEvent.java
429a0a3a0f6576178ea47163426c3e85d25c1b12
[]
no_license
tuephamduc/OOP-Neo4J
32166792f266558a23cbc438c3c9d047223269e4
7371e933752b6eedd6a7f9319a57a90f9d6aef0a
refs/heads/master
2021-09-11T02:39:39.812344
2019-05-29T11:12:46
2019-05-29T11:12:46
189,209,466
0
0
null
2021-09-01T18:40:11
2019-05-29T11:08:32
Java
UTF-8
Java
false
false
1,310
java
package controller; import java.util.Calendar; import java.util.Random; import data.Data; public class RandomPropertiesEvent extends RandomPropetiesNode implements IEvent { public RandomPropertiesEvent() { // TODO Auto-generated constructor stub } private String Tempid; Data data = new Data(); @Override ...
[ "38436212+tuephamduc@users.noreply.github.com" ]
38436212+tuephamduc@users.noreply.github.com
6690cfbeed6cac4afb9915b6f9aac6eba3aa1f03
b2b8fac233920fdebd06d1601c3c670490c0da59
/java/nepxion-swing/src/com/nepxion/swing/style/framework/JYellowStyle.java
b0c6e31d46968dbf10225f81a0344f04b297c5b9
[ "Apache-2.0" ]
permissive
DmytroRybka/nepxion
5af80829bdcf1d738bccbf14a4707fae5b9ce28e
36412c4a59d40bb4a9a7208224e53f2e4e4c55eb
refs/heads/master
2020-04-16T03:37:57.532332
2013-05-29T02:56:01
2013-05-29T02:56:01
null
0
0
null
null
null
null
UTF-8
Java
false
false
587
java
package com.nepxion.swing.style.framework; /** * <p>Title: Nepxion Swing</p> * <p>Description: Nepxion Swing Repository</p> * <p>Copyright: Copyright (c) 2010</p> * <p>Company: Nepxion</p> * @author Neptune * @email hj_ren@msn.com * @version 1.0 */ import java.awt.Color; public class JYellowSty...
[ "HaoJun.Ren@4900acfa-993c-71f3-3719-b31e1bbe1dc8" ]
HaoJun.Ren@4900acfa-993c-71f3-3719-b31e1bbe1dc8
cf37920c6dc593365218000eb96185fc311cd678
2efb00c61f4ca9bddcc0cd1633744e3d553b3a8e
/Damon/Dynamic programming/src/ReverseVowels.java
7779d1974525f9d79019900718693e985f562a3e
[]
no_license
Anubhav007-hue/IdeaProject
f204d25e6d9033b1a94074c5d5b67d3ea41d844e
829a952184be1d2620b5241c7354e6e7fa6a15a5
refs/heads/master
2022-12-18T02:18:05.350423
2020-09-26T19:42:21
2020-09-26T19:42:21
268,597,384
0
0
null
null
null
null
UTF-8
Java
false
false
1,465
java
import java.util.HashSet; public class ReverseVowels { public static void main(String[] args ) { String s="hello"; int i=0; int j=s.length()-1; char[] arr=s.toCharArray(); HashSet<Character> set=new HashSet<>(); set.add('a'); set.add('e'); set.ad...
[ "anubhav.ranjan001@gmail.com" ]
anubhav.ranjan001@gmail.com
b79c9771b695bfb8f24ec95f183a35307acff1d9
82a0f02a22ad11946492212d86caae5198920da3
/app/src/main/java/com/kanishk/pricelinehack/api/SessionRequestInterceptor.java
6008eac90208d0272b5b903eda2c27c4c7100486
[]
no_license
Implementations/PriceLineIntegrate
b71cc5efe1ecff33a3f83a8426e40ccf5cd77fef
ce35ab17128c2067d2a09de747a69ef39d687f87
refs/heads/master
2021-01-10T16:29:36.638980
2015-11-08T13:12:52
2015-11-08T13:12:52
45,778,184
0
0
null
null
null
null
UTF-8
Java
false
false
470
java
package com.kanishk.pricelinehack.api; import retrofit.RequestInterceptor; /** * Created by Soham Banerjee on 13/3/15. */ public class SessionRequestInterceptor implements RequestInterceptor { private static final String TAG = SessionRequestInterceptor.class.getSimpleName(); @Override public void inte...
[ "kanishk.tripathi87@gmail.com" ]
kanishk.tripathi87@gmail.com
0e51815f866bc2d5698e2594a98ab5d63375b2d6
8a68badfdca57840b0200336b4469b724becde87
/app/src/main/java/com/pk/cv19/MappaESplash/Mappa.java
b412a99360346a77ac15256f5355c6e0db41c883
[]
no_license
VincenzoCoppola/CV19
86561c19a5cfebb38b518711c074be77107b8fa3
95070b61afa70c414ee0afb3dc3bd9946270f996
refs/heads/main
2022-12-21T02:33:04.776093
2020-10-06T11:26:17
2020-10-06T11:26:17
301,701,864
0
0
null
null
null
null
UTF-8
Java
false
false
6,085
java
/*Gestione della mappa tramite API di Google*/ package com.pk.cv19.MappaESplash; import androidx.annotation.NonNull; import androidx.annotation.RequiresApi; import androidx.core.app.ActivityCompat; import androidx.core.content.ContextCompat; import androidx.fragment.app.FragmentActivity; import android.Manifest; imp...
[ "Coppola.vincenzo321@gmail.com" ]
Coppola.vincenzo321@gmail.com
d5c319c6c55527c071e08721ba9c61b3858a0dde
0c6840955d7b3e09cf93b9f091019b363ef965a2
/c212/exam/mine/CircleDraw.java
356a08414d1cb25f9e4765fdbd8f234f2dfc2bab
[]
no_license
ZacMilano/OldSchoolFiles
fd4e67da69abf79eda6f3b2dbe206dbe0691ade0
c22fc4d6699cbf29e291173b6b8aaf57cf33db6d
refs/heads/master
2022-11-22T23:13:36.944468
2019-05-07T15:20:46
2019-05-07T15:20:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,467
java
// CircleDraw.java // import java.util.ArrayList; import javax.swing.JFrame; import javax.swing.JComponent; //forgot about this // import javax.swing.Graphics; // oops import java.awt.Graphics; import java.awt.Color; public class CircleDraw extends JComponent { // I thought it needed to ArrayList<Circle> circles =...
[ "zmonroe0820@gmail.com" ]
zmonroe0820@gmail.com
a54c9eaaf530e3c221e55b8d3cf8bc19ef7e8868
bc86086f8e288d1542ea78bda6f76f4272ff7230
/csparql-core/src/main/java/eu/larkc/csparql/core/old_parser/Label.java
21560411f634df6ee3d20bc1b63050e65bc255dd
[]
no_license
farahkarim/CSPARQL-engine-onDemandSemantificationV2
543605785fc97290c815e6056ae44e430a0d09ed
d4fd4af1c029ec39c49f6e16f652041ed3a4c00f
refs/heads/master
2021-08-19T14:49:39.489981
2017-11-26T18:41:50
2017-11-26T18:41:50
112,106,084
0
0
null
null
null
null
UTF-8
Java
false
false
2,642
java
/** * Copyright 2011-2015 DEIB - Politecnico di Milano * * 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 b...
[ "farahkarimqureshi@gmail.com" ]
farahkarimqureshi@gmail.com
97ac9949125bad84fe1c17947cbd2a012838310a
f9b415073f78461ff75df431963e00988b914d0a
/FileSystemApp/app/src/main/java/com/ceodelhi/filesystemapp/utility/MyAppGlideModule.java
86e444c7253a8571803900a74755d298f75a1498
[]
no_license
susheelit/AndroidApps
d6a94df59095fb5ad7a3450f8177345dd3372ce3
61cd86df54291c0e0e69207e9c48bd8661f7c007
refs/heads/master
2023-06-16T15:20:19.299016
2021-07-10T12:42:21
2021-07-10T12:42:21
384,695,561
1
0
null
null
null
null
UTF-8
Java
false
false
219
java
package com.ceodelhi.filesystemapp.utility; import com.bumptech.glide.annotation.GlideModule; import com.bumptech.glide.module.AppGlideModule; @GlideModule public final class MyAppGlideModule extends AppGlideModule { }
[ "susheelit1@gmail.com" ]
susheelit1@gmail.com
2031ad2fa2b1daa6f7123c73d565caf266a76213
139960e2d7d55e71c15e6a63acb6609e142a2ace
/mobile_app1/module342/src/main/java/module342packageJava0/Foo596.java
d627b0c1f6a1068cdafb45786fe2dab68d0e5e0f
[ "Apache-2.0" ]
permissive
uber-common/android-build-eval
448bfe141b6911ad8a99268378c75217d431766f
7723bfd0b9b1056892cef1fef02314b435b086f2
refs/heads/master
2023-02-18T22:25:15.121902
2023-02-06T19:35:34
2023-02-06T19:35:34
294,831,672
83
7
Apache-2.0
2021-09-24T08:55:30
2020-09-11T23:27:37
Java
UTF-8
Java
false
false
511
java
package module342packageJava0; import java.lang.Integer; public class Foo596 { Integer int0; Integer int1; public void foo0() { new module342packageJava0.Foo595().foo8(); } public void foo1() { foo0(); } public void foo2() { foo1(); } public void foo3() { foo2(); } public v...
[ "oliviern@uber.com" ]
oliviern@uber.com
928401b4c8f148b6d608c0df7f7b97d124cb4ea2
c319c4729acb308c981c582349a27866eef5dc4b
/bdysysm/src/main/java/com/yootii/bdy/mailbox/service/MailBoxService.java
49461a85a0c690200964187917b4323a83927e75
[]
no_license
godlessyou/suit
866e7704407a5bfdbcf579454486d88c7455e0d6
454bb494b16ba63817eec97e45661e8a38b4516c
refs/heads/master
2020-04-16T12:25:22.429576
2019-01-14T01:59:57
2019-01-14T01:59:57
165,578,613
0
0
null
null
null
null
UTF-8
Java
false
false
212
java
package com.yootii.bdy.mailbox.service; import com.yootii.bdy.common.ReturnInfo; public interface MailBoxService { public ReturnInfo createMailbox(String email,String password,Integer userId,String tokenID); }
[ "243772034@qq.com" ]
243772034@qq.com
6137978508a09c8cc1051c0d1098d7bdd4e5b39c
db683f26b90e15f78c6a447649c1bb9e9d9423d1
/src/com/example/myfirstapp/MyActivity.java
dee78fd418027edc595340d68e644c57a7f0602a
[]
no_license
bajiraoandroid/firstapp
2b1877bad3dd47532bef64534d3407f4135ac2dd
dd7c1c53ef661a7eee699482f2a201f24a255d56
refs/heads/master
2021-01-10T13:24:50.893613
2016-03-27T09:23:34
2016-03-27T09:23:34
54,821,528
0
0
null
null
null
null
UTF-8
Java
false
false
952
java
package com.example.myfirstapp; import android.support.v7.app.ActionBarActivity; import android.os.Bundle; import android.view.Menu; import android.view.MenuItem; public class MyActivity extends ActionBarActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);...
[ "tarun@Anands-MacBook-Pro.local" ]
tarun@Anands-MacBook-Pro.local
acff270a81123a383943275f9f7a0b99e0394b6e
802a43db913e949524d7f0fa43adabe0188d9827
/owen-spring-boot/owen-spring-boot-demo/src/main/java/com/owen/spring/boot/demo/controller/UserController.java
aa572684d3afac0774b74ea1b5ed1cc87ca69fbb
[]
no_license
wangzhibing/owen-spring
c56329d50a2cab763483f274fdb653108c88921e
f79c6625a404886a563f0a8fece8fcfe1f0784ea
refs/heads/master
2021-01-21T09:28:42.934107
2018-09-10T11:10:52
2018-09-10T11:10:52
91,655,220
0
0
null
null
null
null
UTF-8
Java
false
false
1,538
java
package com.owen.spring.boot.demo.controller; import com.mountain.persistent.core.example.Example; import com.owen.spring.boot.demo.dao.entity.User; import com.owen.spring.boot.demo.dao.entity.example.UserExample; import com.owen.spring.boot.demo.service.atom.UserAtom; import org.slf4j.Logger; import org.slf4j.LoggerF...
[ "wangzhibing@aicaigroup.com" ]
wangzhibing@aicaigroup.com
d1ff9e86ddac4cb965ca86a3d34d6450fa0c2ace
70262a27f2e4cd4afdd71505c08a7a246b39f7d8
/Lab0c.java
d8131151352b899c6f6d25b59de86755582a4c3b
[]
no_license
anjali-gopinathan/AnjaliCSAProject
9bee8219eb4a34f1b3bcc3a27ba0ca72eb8d8300
1ac805cec9a627435180ea49a594fd8aa621c3ab
refs/heads/master
2021-09-14T20:47:22.203577
2018-05-19T01:58:58
2018-05-19T01:58:58
null
0
0
null
null
null
null
WINDOWS-1252
Java
false
false
1,549
java
//© A+ Computer Science - www.apluscompsci.com //Name - //Date - //Class - //Lab - import static java.lang.System.*; import java.util.Scanner; public class Lab0c { public static void main (String[] args) { Scanner keyboard = new Scanner(System.in); int intOne, intTwo; double doubleOne, dou...
[ "noreply@github.com" ]
anjali-gopinathan.noreply@github.com
266a276328e19510760f0174b00c1700f433309b
0bba0d0045828ced35f7faae0d9b0d560f03df36
/Task1/GMF/ExtPetriNetsMM.diagram/src/extendedPetriNets/extendedPetriNets/diagram/part/ExtPetriNetsVisualIDRegistry.java
0bd6c18af5fc5f3a9668ccaee96b5cb6584fc482
[]
no_license
mikevd92/atl2
ff89805089b7a822fd52f8690ec7172ec22b70cb
8d4af51db857138edf2a707d06b319bc7b691688
refs/heads/master
2016-09-05T13:54:41.022052
2015-04-28T11:34:16
2015-04-28T11:34:16
33,773,862
0
0
null
null
null
null
UTF-8
Java
false
false
10,543
java
package extendedPetriNets.extendedPetriNets.diagram.part; import org.eclipse.core.runtime.Platform; import org.eclipse.emf.ecore.EAnnotation; import org.eclipse.emf.ecore.EObject; import org.eclipse.gmf.runtime.notation.Diagram; import org.eclipse.gmf.runtime.notation.View; import org.eclipse.gmf.tooling.runtime.struc...
[ "misuvd92@yahoo.com" ]
misuvd92@yahoo.com
f65c93b00425d1cc2e086928713973397023cae0
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/MATH-58b-10-19-SPEA2-WeightedSum:TestLen:CallDiversity/org/apache/commons/math/optimization/fitting/CurveFitter_ESTest_scaffolding.java
5d356fc67d023c66892abcbe14dc449aa1ce397f
[]
no_license
STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application
cf118b23ecb87a8bf59643e42f7556b521d1f754
3bb39683f9c343b8ec94890a00b8f260d158dfe3
refs/heads/master
2022-07-29T14:44:00.774547
2020-08-10T15:14:49
2020-08-10T15:14:49
285,804,495
0
0
null
null
null
null
UTF-8
Java
false
false
460
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Mon Apr 06 15:38:47 UTC 2020 */ package org.apache.commons.math.optimization.fitting; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before;...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
560df0e650a404781b0d62c791582190d8a86d72
51ea05924b12dcd42e4fc48dd522f9e53730526a
/domain/src/main/java/domainB/service/IDomainBService.java
e6a3209229ad2cd49a6b8a6b00a8f462b4f18c82
[]
no_license
WinterfellLele/domainevent
b029bdd0455c49dc1db8c915d23153b12d6e27e3
0bbaed947e65827703968c2850d5ca9e9eedd6d6
refs/heads/main
2023-04-27T09:42:46.387295
2021-05-10T02:59:51
2021-05-10T02:59:51
365,894,003
1
0
null
null
null
null
UTF-8
Java
false
false
116
java
package domainB.service; public interface IDomainBService { Object doService(DomainBContext domainBContext); }
[ "gaolele@gaoleledeMacBook-Pro.local" ]
gaolele@gaoleledeMacBook-Pro.local
77f0fd3282dc8826b096b987cea50cf9f2ca35d1
c10e6c9f62d1e1187f382a881a47b338779a00ce
/src/sn/esp/dic319/crudusers/beans/Album.java
85e8a3400fc1700f12902da29399719da3492cf9
[]
no_license
saalihou/jee-albums-project
59f53d0e4ba532e87ee96460542d5b065c30d34f
09359f235bcc13f1d22b37a56562ec3d67507559
refs/heads/master
2021-02-09T04:14:37.923478
2020-03-08T13:39:56
2020-03-08T13:39:56
244,238,893
0
0
null
null
null
null
UTF-8
Java
false
false
1,073
java
package sn.esp.dic319.crudusers.beans; public class Album { private int id; private String name; private User owner; private boolean isPublic = false; public Album(String name, User owner) { super(); this.name = name; this.owner = owner; } public Album(String name, boolean isPublic, User owner) { su...
[ "fall.mane31@gmail.com" ]
fall.mane31@gmail.com
e28b1f8880473a09b7d47792d298897aaa162a8b
0397d604f089ffe2b40d3ccbef5a24345535d19a
/JavaDFrawLib/JavaDFRawLib/src/com/oyosite/ticon/rawlib/material/MaterialTypeEggWhite.java
d381c3bbac0118e260f60e4f2f02f525bc11ffe2
[ "MIT" ]
permissive
eehunter/DFjava
d16dea472ef28b0c0c28600f431fd741539b9a04
df64a63395544dc0b9662923f281d7349cef9d57
refs/heads/master
2020-07-14T03:28:59.901447
2019-09-02T21:00:42
2019-09-02T21:00:42
205,226,358
1
2
MIT
2019-10-10T18:16:05
2019-08-29T18:28:10
Java
UTF-8
Java
false
false
199
java
package com.oyosite.ticon.rawlib.material; public class MaterialTypeEggWhite extends MaterialType { public MaterialTypeEggWhite() { super("eggwhite", "eggwhite", "eggwhites", "eggwhite"); } }
[ "eehuntercats@gmail.com" ]
eehuntercats@gmail.com
2d7957c3061b6bc4507d293e94b544abbe131b2f
6999813bb224f2c5237807d85e0359072b5e615d
/algorithm/_338_countingbits/_338.java
8b1af00de040e4df8b2c20654ec7d260ddb98529
[ "MIT" ]
permissive
woncz/arts
cc9467c0ee3232eadbd57a305fd156b501e7dd83
d37bf57197e8afa7331bbc80940b812aa7061429
refs/heads/master
2021-06-12T06:33:06.432492
2021-06-04T09:38:47
2021-06-04T09:38:47
196,970,690
0
0
null
null
null
null
UTF-8
Java
false
false
1,837
java
/* * Copyright [2020] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, ...
[ "woncz@sina.com" ]
woncz@sina.com
3056546760fbd2fd9f8f62168c0fecee900d0d1c
aaabffe8bf55973bfb1390cf7635fd00ca8ca945
/src/main/java/com/microsoft/graph/requests/extensions/IWorkbookFunctionsDvarPRequestBuilder.java
e79e1c4b4969a4f6dd5d0d2e9c4773a6dd13a636
[ "MIT" ]
permissive
rgrebski/msgraph-sdk-java
e595e17db01c44b9c39d74d26cd925b0b0dfe863
759d5a81eb5eeda12d3ed1223deeafd108d7b818
refs/heads/master
2020-03-20T19:41:06.630857
2018-03-16T17:31:43
2018-03-16T17:31:43
137,648,798
0
0
null
2018-06-17T11:07:06
2018-06-17T11:07:05
null
UTF-8
Java
false
false
1,074
java
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ pa...
[ "caitbal@microsoft.com" ]
caitbal@microsoft.com
61f24abb090671dda9ba31b1ad50064686328e1c
b9852e928c537ce2e93aa7e378689e5214696ca5
/hse-osc-business/src/main/java/com/hd/hse/osc/service/checkrules/CheckHazardInfo.java
9344f98205aaf6faf96d00034989e5d95f1f94a7
[]
no_license
zhanshen1373/Hseuse
bc701c6de7fd88753caced249032f22d2ca39f32
110f9d1a8db37d5b0ea348069facab8699e251f1
refs/heads/master
2023-04-04T08:27:10.675691
2021-03-29T07:44:02
2021-03-29T07:44:02
352,548,680
0
2
null
null
null
null
UTF-8
Java
false
false
2,378
java
/** * Project Name:hse-osc-business * File Name:CheckHazardInfo.java * Package Name:com.hd.hse.osc.service.checkrules * Date:2015年3月9日 * Copyright (c) 2015, zhaofeng@ushayden.com All Rights Reserved. * */ package com.hd.hse.osc.service.checkrules; import java.util.List; import java.util.Map; import com.hd.hse...
[ "dubojian@ushayden.com" ]
dubojian@ushayden.com
a6d697635d31b4c1b415ad8c9edadcf3a5090774
736dd02075591495abfd95b44ebce73aac906cb4
/src/test/java/SpringUtilTest.java
20ba6b0cf180774a33eeb4c2e002e518d1fa005d
[]
no_license
geeeeet/SpringUtilTest
c0e595b4fa52a0bf037799433a3eaad9c916f1a2
d0930f3042b7b4f3fa7f5e2b9f6da024dda3c4da
refs/heads/master
2021-05-22T18:16:13.421086
2020-04-04T15:43:21
2020-04-04T15:43:21
253,035,417
0
0
null
2020-10-13T20:54:53
2020-04-04T15:42:58
Java
UTF-8
Java
false
false
1,925
java
import org.junit.Ignore; import org.junit.Test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.test.context.ContextConfiguration; import org.springframework.test.context.junit4.SpringJUnit4ClassRunner; import org.junit.runner.RunWith; import java.util.List; import java.util.M...
[ "1615228281@qq.com" ]
1615228281@qq.com
be41a35fad723547fd8a6e60a1e2ef6b8ba7fed5
454eb75d7402c4a0da0e4c30fb91aca4856bbd03
/o2o/trunk/java/o2o-web/src/main/java/cn/com/dyninfo/o2o/old/service/SizeService.java
f60de8da932db5058666cb0ef5c867492fa99055
[]
no_license
fengclondy/guanhongshijia
15a43f6007cdf996f57c4d09f61b25143b117d73
c710fe725022fe82aefcb552ebe6d86dcb598d75
refs/heads/master
2020-04-15T16:43:37.291843
2016-09-09T05:44:14
2016-09-09T05:44:14
null
0
0
null
null
null
null
UTF-8
Java
false
false
706
java
/* * Copyright (c) 2009-2016 SHENZHEN Eternal Dynasty Technology Co.,Ltd. * All rights reserved. * * This file contains valuable properties of SHENZHEN Eternal Dynasty * Technology Co.,Ltd., embodying substantial creative efforts and * confidential information, ideas and expressions. No part of this...
[ "leo.cai@9c87f486-7f2d-4350-b948-b2028470fdc6" ]
leo.cai@9c87f486-7f2d-4350-b948-b2028470fdc6
41074cac0094937f7326d943b3716892a92d3fa7
24a3912a837967f26ce0b9a74c1bdd9d4bcc691d
/diemvu-roadrage/src/model/Taxi.java
6a355c9c3adcea737f5e3ff88030d2d9e8222e97
[]
no_license
diemvu/Programming-Practicum
56c9bfeea84b3a865f6df125f232068af7edce7c
bbf3caf6dac8cd94cb6024a8bd86e532a7c4c843
refs/heads/master
2022-12-20T16:15:33.050655
2020-10-22T16:42:51
2020-10-22T16:42:51
168,897,190
0
1
null
null
null
null
UTF-8
Java
false
false
3,469
java
/* * TCSS 305 - Road Rage */ package model; import java.util.Map; /** * * @author diemvu * @version 10/26/2018 */ public class Taxi extends AbstractVehicle { /** * MY_DEATH_TIME is how many clock circle before car revive. */ private static final int MY_DEATH_TIME = 15; /** * myClock...
[ "Diem Vu@192.168.2.10" ]
Diem Vu@192.168.2.10
ac11d8d7c5fa448fd965bc572701326cd24d3498
cbe50dfe215fb08c204e087c4a6c967f30c77bb2
/ConnectionFactory.java
1ce8e3cdd2cb70aab8083a1afd3f63048143df0b
[]
no_license
divyapothuru/Jdbccustomer
91915fdf9675581796c5ab48b33e7ccceb485071
e6c4ca55873ddaba9a74af60de0b9e4d5e799f25
refs/heads/main
2023-01-07T20:26:37.060563
2020-11-11T17:39:50
2020-11-11T17:39:50
311,378,138
0
0
null
null
null
null
UTF-8
Java
false
false
1,198
java
package connection; import java.io.IOException; import java.io.InputStream; import java.io.ObjectInputStream.GetField; import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLException; import java.util.Properties; public class ConnectionFactory { private static Connection conn; p...
[ "noreply@github.com" ]
divyapothuru.noreply@github.com
41d8592ca5a3f062883964fc30fa5b66ee415cf7
7d01c4cf09caf87704f9ff8a711887a102caaf43
/src/main/java/cn/weforward/gateway/plugin/AccessLoaderAware.java
0f87a23028720d6914299882f08bafc78eb34da4
[ "MIT" ]
permissive
weforward/weforward-gateway
033e36772ada4e8c3016b0cf127083cd553a1a7f
60b40b8096428e28a3e640ee6c41d0a2cdd8b9dd
refs/heads/main
2023-06-11T02:49:44.936127
2021-07-05T10:18:35
2021-07-05T10:18:35
303,877,583
0
0
null
null
null
null
UTF-8
Java
false
false
1,455
java
/** * Copyright (c) 2019,2020 honintech * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, di...
[ "daibo@honintech.com" ]
daibo@honintech.com
4633121f077ed9e21ca3c23a1d5be46b8bdb4b5b
d980b7ff701ddad4dc825e5de4500457466d1d43
/app/src/main/java/com/example/cloudmusic/SongList.java
ce18c8c88efba3a254e25767f4ee40f5cea00e54
[]
no_license
ccaong/ccaong.github.io
d3bdbb5928ec54df0730624445070960bc022a8b
665c0912c12e871d58060822244b20c4df64fb1c
refs/heads/master
2020-06-02T19:15:19.932092
2017-07-04T07:14:04
2017-07-04T07:14:04
94,103,791
2
0
null
null
null
null
UTF-8
Java
false
false
3,217
java
package com.example.cloudmusic; import android.content.Intent; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v7.app.ActionBar; import android.support.v7.app.AppCompatActivity; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; imp...
[ "ccaong@outlook.com" ]
ccaong@outlook.com
bd687b63d4b92e16f6cf3bc09b5d850ec81672e5
3d020eab83e75ee9638b00aebdeba249a337e14f
/src/main/java/com/giridhari/preachingassistant/rest/model/followup/FollowUpDetailRequestEntity.java
caf6331c6c264c53a7f82fe067747316bea2d549
[]
no_license
rtnpro/PreachingAssistantModels
3754d3094d7391fad9df444ceec0144de74fdb03
02dab739bd188a76c568efe86e8ad12cb40d0145
refs/heads/master
2021-01-02T21:10:40.066155
2018-07-27T21:23:03
2018-07-27T21:23:03
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,881
java
package com.giridhari.preachingassistant.rest.model.followup; import java.util.Date; import com.giridhari.preachingassistant.model.Response; import com.giridhari.preachingassistant.rest.model.RequestEntity; public class FollowUpDetailRequestEntity extends RequestEntity{ private Long id; private Long followupForSe...
[ "hariksetra.jps@gmail.com" ]
hariksetra.jps@gmail.com
5cc9e0c70187657fd7030f4b2bd5f283493fd3ba
f7fbc015359f7e2a7bae421918636b608ea4cef6
/base-one/tags/hsqldb_1_7_2_ALPHA_P/src/org/hsqldb/test/TestSubQueriesInPreparedStatements.java
1ec4824075915b2a143c80d78d4e3b676261cb26
[]
no_license
svn2github/hsqldb
cdb363112cbdb9924c816811577586f0bf8aba90
52c703b4d54483899d834b1c23c1de7173558458
refs/heads/master
2023-09-03T10:33:34.963710
2019-01-18T23:07:40
2019-01-18T23:07:40
155,365,089
0
0
null
null
null
null
UTF-8
Java
false
false
4,673
java
/* Copyright (c) 2001-2002, The HSQL Development Group * 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, this * list...
[ "(no author)@7c7dc5f5-a22d-0410-a3af-b41755a11667" ]
(no author)@7c7dc5f5-a22d-0410-a3af-b41755a11667
8d1fe7112bb8586490b19c02151b3880c9136248
ae4ecf7799b97330736a398d5da41e7e6dc53876
/src/xeus/jcl/AbstractClassLoader.java
cabd715878380e8bba4c062defa879437f352392
[]
no_license
witwall/jcl
1111a11b8a26835b1d90047f60ae51d5f8cd921a
d01a794b9e61944e8db2f9e4929079154a9de48b
refs/heads/master
2021-01-23T06:58:59.818214
2013-02-05T09:34:55
2013-02-05T09:34:55
7,931,567
0
1
null
null
null
null
UTF-8
Java
false
false
8,567
java
/** * JCL (Jar Class Loader) * * Copyright (C) 2009 Xeus Technologies * * This file is part of Jar Class Loader (JCL). * Jar Class Loader (JCL) 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...
[ "rocsky@gmail.com" ]
rocsky@gmail.com
90908407931a6b8e21ff4f751c779ca74a4a1712
ab1e43f11297e2db5d2547ce64877928f896c5af
/src/main/java/com/thoughtworks/AnswerUtils.java
15346130a1465b332285cee3a22795a4bc72d5db
[]
no_license
HXgrowns/java_practice_basic-2020-2-26-6-31-16-14
7322fc4bf553ce337c9db3f4ce24e036fc59762f
3c33e5af8029d44bcd382851971bbb45b4bd2071
refs/heads/master
2021-01-26T20:49:23.344070
2020-03-02T13:15:54
2020-03-02T13:15:54
243,464,231
0
0
null
2020-02-27T08:05:33
2020-02-27T08:05:32
null
UTF-8
Java
false
false
2,320
java
package com.thoughtworks; import java.io.*; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.Scanner; public class AnswerUtils { private static final int MAX_TIMES = 6; public static Answer getAnswer() { String answer = ""; FileInputStream fil...
[ "804156017@qq.com" ]
804156017@qq.com
6474bc80b0d9f8094052266f7c1199a550731a7c
87321ee11cb82ebfc60253a895f45479b88940cc
/flink/src/main/java/com/dgg/flink/FlinkDemo6.java
72297b44f3c2b98b743adac6a2098cf397d1ff6e
[]
no_license
ymjrchx/myProject
a1675b848e1e7fbec98374a87823b7c1c76a111f
284cd0355597607bf002fb066100c6a87a4d750a
refs/heads/master
2022-07-09T16:39:50.990238
2020-02-14T01:52:46
2020-02-14T01:52:46
220,406,157
0
0
null
2022-06-21T02:11:42
2019-11-08T06:59:16
Python
UTF-8
Java
false
false
1,708
java
package com.dgg.flink; import com.dgg.Bean.DggOrfInfo; import com.dgg.config.RedisConfig; import com.dgg.util.FlinkUtil; import org.apache.commons.lang.StringUtils; import org.apache.flink.api.common.functions.FilterFunction; import org.apache.flink.api.common.serialization.SimpleStringSchema; import org.apache.flink....
[ "ymjrchx@yeah.net" ]
ymjrchx@yeah.net
d754917987963fbfd44d88d1b7da5f8d0262befe
1935ba11daf79ce7293f2d880de08a2986072f3c
/src/main/java/org/mozilla/javascript/JavaAdapter.java
48019bad8c5efaf37a98e187de8172d15400a6b3
[ "CC0-1.0" ]
permissive
TechPizzaDev/AC-1.7.3
9c61a068863b08c314859244919f6f5183f84954
68205e7079c09ce8944c338348481a311dfff6bb
refs/heads/main
2023-07-04T14:52:35.125995
2021-08-04T17:35:39
2021-08-04T17:35:39
null
0
0
null
null
null
null
UTF-8
Java
false
false
47,079
java
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.mozilla.javascript; ...
[ "maurermarkuss6@gmail.com" ]
maurermarkuss6@gmail.com
d288e83a006358ba2c914f860fd9da34cbbeb577
50ce3efd06f99a6a2e57bde9e770843d77ee188e
/vendor/cappu/packages/apps/FileExplorer/src/net/micode/fileexplorer/FileCategoryHelper.java
f02985627910a2b71ecc4742ebbffc320558ca2d
[]
no_license
Macheal2/CareOS
62445f7c6da5dcbe6abe0788fc53fd5ee5ecebc8
8732dfe033498df82867130458298c1665a03666
refs/heads/master
2021-01-22T10:08:28.290757
2017-09-04T08:26:36
2017-09-04T08:26:36
102,330,758
0
1
null
null
null
null
UTF-8
Java
false
false
10,563
java
/* * Copyright (c) 2010-2011, The MiCode Open Source Community (www.micode.net) * * This file is part of FileExplorer. * * FileExplorer 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 o...
[ "dengying@magcomm.cn" ]
dengying@magcomm.cn
a5a04fa95477996de2259209f53e71a6fa070adb
9c760347d5960359f1c6fae7e0c62c111e7b2703
/codeforces/30/ShootingGallery.java
7d5c5df286664c5f3c1f6ae906978113b876adda
[]
no_license
md143rbh7f/competitions
1bcfc6886c32649f8bb939f329536cec51542bb1
f241ace5a4d098fb66519b0c2eed6c45ebf212b9
refs/heads/master
2020-04-06T07:12:36.891182
2019-01-18T04:04:16
2019-01-18T07:23:23
12,464,538
8
7
null
null
null
null
UTF-8
Java
false
false
925
java
import java.io.*; import java.math.*; import java.util.*; public class ShootingGallery { static Scanner in = new Scanner(new BufferedReader(new InputStreamReader(System.in))); public static void main(String[] args) { int n = in.nextInt(); Target[] ts = new Target[n]; for(int i = 0; i < n; i++) ts[i] = new Ta...
[ "md143rbh7f@gmail.com" ]
md143rbh7f@gmail.com
56ed649da58bc1a85f0ca90730ad2096bade6424
7a7d31dec971c7799f4d0c0d3365b275a55b02f6
/JavaAdvanced/src/_39_day/ClassTest5.java
dbc5ccd979a24cf2d5c203e40f493068cc4f2460
[]
no_license
aker4m/kgitbankJava
c528abf26689f2f6655b4a2ba0313bdeb079eece
261d46e3045b345e106b6fdfce0d91f5e40d4228
refs/heads/master
2021-01-19T15:11:07.885125
2017-08-21T12:15:56
2017-08-21T12:15:56
100,948,844
0
0
null
null
null
null
WINDOWS-1252
Java
false
false
477
java
package _39_day; import java.net.*; import java.io.*; public class ClassTest5 { public static void main(String[] args) throws IOException{ String msg = "Hello java!"; byte[] str = msg.getBytes(); InetAddress ia = InetAddress.getByName("192.168.0.92"); DatagramPacket dp = new DatagramPacket(str, str....
[ "mageaker@hotmail.com" ]
mageaker@hotmail.com
26198a35702e2b5373ee7b293f53575da5bd0803
08bdd164c174d24e69be25bf952322b84573f216
/opencores/client/foundation classes/j2sdk-sec-1_4_2-src-scsl/jsse1.4.2-src/src/share/javax/net/ssl/SSLSession.java
57b82f3bd8a238ecc26777cf1ca9297710b422ad
[]
no_license
hagyhang/myforthprocessor
1861dcabcf2aeccf0ab49791f510863d97d89a77
210083fe71c39fa5d92f1f1acb62392a7f77aa9e
refs/heads/master
2021-05-28T01:42:50.538428
2014-07-17T14:14:33
2014-07-17T14:14:33
null
0
0
null
null
null
null
UTF-8
Java
false
false
9,936
java
/* * Copyright 2003 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ package javax.net.ssl; import java.net.InetAddress; /** * In SSL, sessions are used to describe an ongoing relationship between * two entities. Each SSL connection involves one...
[ "blue@cmd.nu" ]
blue@cmd.nu
30cd5918bb7f23cd4b7989f983fcc69ad4c09c5d
2cdccd5aab49413aba1cf68173a9b2a0c9947551
/xmlsh/src/commands/org/xmlsh/commands/internal/xtee.java
3101f3f8e755213d2969a7f3b8aa26fa8269df83
[]
no_license
bryanchance/xmlsh1_3
b0d60faa7dea5cecb931899e3da3250245f79f68
626d27415ff70552a2e56374b79982f55e00070e
refs/heads/master
2020-05-24T14:25:02.538838
2015-06-18T13:14:31
2015-06-18T13:14:31
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,550
java
/** * $Id: $ * $Date: $ * */ package org.xmlsh.commands.internal; import java.util.ArrayList; import java.util.List; import javax.xml.stream.XMLEventReader; import javax.xml.stream.XMLEventWriter; import javax.xml.stream.events.XMLEvent; import org.xmlsh.core.InputPort; import org.xmlsh.core.Options; import org...
[ "dlee@calldei.com" ]
dlee@calldei.com
43b4dd7036cba48533b526f9f846d90ad12c6ead
8d1d62db80a3742fab1307a5ceda658fce886184
/src/com/vikky/lecture11/LocalTest.java
c88b066ff9766766f82898bc93dcfdaa94967d25
[]
no_license
victoriajeniluc/OOP
4049e46ddd7fedd01bf84867114e2e63b6b41247
d877e0065221e07600af9cacba3e4a8c489e1cb6
refs/heads/master
2020-03-27T08:06:34.150066
2018-09-03T19:34:26
2018-09-03T19:34:26
146,221,174
0
0
null
null
null
null
UTF-8
Java
false
false
1,393
java
package com.vikky.lecture11; public class LocalTest { // variable args is a local variable but it is always initialized with String array instance containing 0 or more elements public static void main(String[] args) { // int i = 0; // same as int i; i = 0 // final int i = 0; // for test 3... us...
[ "victoriajeniluc@gmail.com" ]
victoriajeniluc@gmail.com
e80ecb40c6f7babfd8fd9a47bfccbb81e3f94e45
127db17c781588952113553ed1efc02260240b1b
/src/test/java/org/atemsource/jcr/entitytype/JcrPrimitiveAttributeTest.java
e6cda9b9794f7f50c4b22fec54d9f51ff1c4e4c0
[]
no_license
stemey/atem-jcr
2d89e1c5a2b25e67563bdaa19d7de5c06fa2da03
768dcc1c993e6d1f9596ea490652bd8f10bd8c94
refs/heads/master
2016-09-15T19:01:53.723688
2014-08-30T06:53:45
2014-08-30T06:53:45
null
0
0
null
null
null
null
UTF-8
Java
false
false
801
java
package org.atemsource.jcr.entitytype; import javax.jcr.Node; import javax.jcr.RepositoryException; import javax.jcr.nodetype.NodeType; import org.apache.jackrabbit.commons.JcrUtils; import org.atemsource.jcr.entitytype.converter.StringConverter; import org.junit.Assert; import org.junit.Test; public class JcrPrimit...
[ "stefan.meyer@sinnerschrader.com" ]
stefan.meyer@sinnerschrader.com
0fc7ce9801f66b8cdfc42993a6e03d576bd56f53
fbf5daa27a20239b102643741248ffcbf200d272
/app/src/main/java/com/ftoul/androidclient/bean/request/ImageCodeIn.java
ecffde9bf4e41525277319fb4ab23346d1edf3d2
[]
no_license
lee3219237/Androidclient
e383d9f60dfe1ee615c7bb91b92be3f2ab6e593d
86a4eba41cefbb4996490ce4018cd2a12f7e932d
refs/heads/master
2021-01-19T14:27:58.600074
2017-08-21T02:45:59
2017-08-21T02:45:59
100,905,395
0
0
null
null
null
null
UTF-8
Java
false
false
756
java
package com.ftoul.androidclient.bean.request; import com.ftoul.androidclient.bean.AbstractBaseParamsVO; /** * Created by ftoul106 on 2017/6/8 0008. */ public class ImageCodeIn extends AbstractBaseParamsVO { private String uuid; private int codeType; public ImageCodeIn(int codeType) { this.code...
[ "ftoul106@dzwang.com" ]
ftoul106@dzwang.com
fba32d1b57894b831eea7f414e0a3b826613094a
33e5ea72d48675de0a9772f777edb06c83dc56ee
/src/main/java/ru/itis/semestrovaya/controllers/ErrorController.java
03f41063115e504104e2b0c1337405eba52362ac
[]
no_license
TaliyaR/TravelDiary
5acc6e8e57bdf1704e5269ccca4f853385121d34
18f93128ab700a1f9e0b74b38862e7af88a32688
refs/heads/master
2021-05-25T13:43:48.115873
2020-06-15T15:20:13
2020-06-15T15:20:13
253,777,218
0
0
null
null
null
null
UTF-8
Java
false
false
1,367
java
package ru.itis.semestrovaya.controllers; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.servlet.ModelAndView; import ru.itis.semestrovaya.helper.HandledErrors...
[ "taliya200499@gmail.com" ]
taliya200499@gmail.com
ef94a619c6fdb64647e482ed1f077add4b8dfef3
e4b3f665482576feb9697844f7c4e7d8a0b96282
/项目/查看代码/src/main/java/com/qhit/interfaces/EngineerHigh.java
de006bc50449769660e7a04b685f7bb139698d39
[]
no_license
zengxiangshun/Resume-the-project
f59cc5dfbf446229fc4e20f8ff60028270d98a94
bc40bcda37105a147197bb685b3ab60e9fbf8d0a
refs/heads/master
2020-05-16T07:49:04.014990
2019-06-09T01:47:17
2019-06-09T01:47:17
182,886,330
0
0
null
null
null
null
UTF-8
Java
false
false
694
java
package com.qhit.interfaces; import java.util.Arrays; /** * Created by Administrator on 2018/5/1 0001. */ public class EngineerHigh implements Engineer { public void judge(int i) { char[] arr = (i+"").toCharArray(); char[] left = new char[arr.length/2]; char[] right = new ...
[ "noreply@github.com" ]
zengxiangshun.noreply@github.com
a2cb3dbffb7d627793bd970fbaab912b6a734536
7d6b962a0c009afb6cd0299e845d2e44fa6afdc3
/src/main/java/com/github/folkies/abc2pdf/PrintApi.java
acb075f7babcf65fb9015aa245a3ecaceeb58599
[]
no_license
folkies/abc2pdf
28250a774bcb8defdf67aef4b4961ed39fa83fd9
82ab0fbfc7a33f1019ea11b8e3bd2cd48e68963f
refs/heads/master
2021-03-21T17:30:24.816868
2020-03-14T16:49:14
2020-03-14T16:49:14
247,316,475
1
0
null
null
null
null
UTF-8
Java
false
false
899
java
package com.github.folkies.abc2pdf; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.nio.file.Files; import java.nio.file.StandardCopyOption; import javax.enterprise.context.RequestScoped; import javax.inject.Inject; import javax.ws.rs.Consumes; import javax.ws.rs.POST; import ...
[ "harald.wellmann@northdata.de" ]
harald.wellmann@northdata.de
4edfcd9eded44242a71c24acf3b3a6264383b068
21bfd81eb16a51d143bbae08029dbf617bd13277
/src/main/java/com/ocwvar/torii/controller/core/Facility.java
2f1b53957fc6cbcff04b5b4d0bf07c5409db2679
[]
no_license
ocwvar/torii
2dabdc429f276951eb6b46746a360a82c16bc2ac
41b8598191e9f804d745c1f2c4d5317b7748c0ed
refs/heads/master
2022-05-25T09:52:51.636357
2020-03-02T16:13:11
2020-03-02T16:13:11
239,086,535
1
0
null
null
null
null
UTF-8
Java
false
false
4,551
java
package com.ocwvar.torii.controller.core; import com.ocwvar.torii.Configs; import com.ocwvar.torii.Field; import com.ocwvar.torii.utils.protocol.Protocol; import com.ocwvar.utils.Log; import com.ocwvar.utils.node.Node; import com.ocwvar.utils.node.TypeNode; import org.springframework.web.bind.annotation.PostMapping; i...
[ "ocwvarx2@gmail.com" ]
ocwvarx2@gmail.com
84f41973c87683659c49ce632de3a286caa501aa
30c558b2bc879c11f2d983e4c957487a61445b00
/OnYard/onYard/src/main/java/com/iaai/onyard/dialog/FullSyncConfirmDialogFragment.java
ca0192f7c2152b6673531e0b8fdb5c55e75ec363
[]
no_license
rbgautam/AndroidProgramming
4624db5e51d9f5386a62ff9c47bd9edee829b7d2
1c53e24a5f20c153e44a4fc50db6ef63526712ed
refs/heads/master
2021-05-15T07:16:24.883405
2017-12-23T21:09:18
2017-12-23T21:09:18
111,718,487
0
0
null
null
null
null
UTF-8
Java
false
false
1,240
java
package com.iaai.onyard.dialog; import android.app.AlertDialog; import android.app.Dialog; import android.app.DialogFragment; import android.content.DialogInterface; import android.os.Bundle; import com.iaai.onyard.application.OnYardApplication; import com.iaai.onyard.event.ForceFullSyncEvent; public class FullSyncC...
[ "rahulbgautam@gmail.com" ]
rahulbgautam@gmail.com
5475880f9b66c80be1129452462bff24155bd96d
ba14c6a642aa0928e44124504e43927dcee48800
/src/main/java/kr/ac/hansung/service/StudentService.java
2eb024894bacd1b3a7aaa31d859b35c9568152c4
[]
no_license
chyoun08/AdminSystem
a3baeab4c63752b6f0fdfab41e62f60cc64018b3
13789cddf4f05da38cd3fbf22fcead5ef0b6cdfa
refs/heads/master
2020-05-15T22:03:54.032805
2019-05-13T02:52:17
2019-05-13T02:52:17
182,516,893
0
0
null
null
null
null
UTF-8
Java
false
false
807
java
package kr.ac.hansung.service; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import kr.ac.hansung.dao.StudentDao; import kr.ac.hansung.model.Student; @Service public class StudentService { @Autowired private Stud...
[ "chyoun08@gmail.com" ]
chyoun08@gmail.com
b27182733906d855a68b506800f140ca0ddcd6ee
fd82b5042f0619036f41e04e0b3cb3f4a05c4ab6
/swagger-spring/src/main/java/io/swagger/api/NotFoundException.java
5183b5237f08b343f795adb18f89c7064b6dae49
[]
no_license
Mario4898/Tesi
fc82a5c7af51b2a66ca03a54c1b462e8ec28358c
74cf714ad32a5ba3fed9dc39c09c50a8e6b04c0d
refs/heads/main
2023-08-24T00:35:30.634094
2021-10-14T07:41:18
2021-10-14T07:41:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
333
java
package io.swagger.api; @javax.annotation.Generated(value = "io.swagger.codegen.languages.SpringCodegen", date = "2019-10-18T12:39:28.338Z") public class NotFoundException extends ApiException { private int code; public NotFoundException (int code, String msg) { super(code, msg); this.code = c...
[ "noreply@github.com" ]
Mario4898.noreply@github.com
a0b0bc7344b98a1b1731b3607453ac5d4d479d6d
ef40a58074fa9e8074c6a71a44e28fe5eca26d25
/bluetop-engin-api/src/main/java/com/bluetop/engin/api/webservice/GetCCWorkflowRequestCount4OSResponse.java
5f8ea1e59bf7a12982f13847aa2b38b0a6886fa5
[]
no_license
thestar111/bluetop
58311c6e6cf6f4d47df351f55cb2005a0a099085
6a7773666392db864a2f6cff0ae15669cc03806a
refs/heads/master
2023-06-06T10:06:15.253056
2021-07-01T09:00:46
2021-07-01T09:00:46
323,187,664
0
0
null
null
null
null
UTF-8
Java
false
false
1,291
java
package com.bluetop.engin.api.webservice; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlType; /** * &lt;p&gt;anonymous complex type的 Java 类。 * * &lt;p&gt;以下模式片段指定包含在此类中的预期内容。 ...
[ "zhouping19911013@163.com" ]
zhouping19911013@163.com
646eea5b7964f9f08ac6bd031d7c40cc7937bc08
ac8a34fd0b4127899b8a8cea1654cac71710e7a1
/app/src/main/java/com/samansepahvand/chat/adapter/NotifAdapter.java
5762fe14dd7c2992726a47fbe2e16dfb6b69e414
[]
no_license
SamanSepahvand/chat
5ba52e651a7e9faa632bc3fbdae059a794d406f9
96d9c794cdb279e062a7bf676d01d94157dc33b8
refs/heads/master
2023-02-04T00:58:45.457425
2020-12-19T20:44:31
2020-12-19T20:44:31
322,934,652
0
0
null
null
null
null
UTF-8
Java
false
false
2,071
java
package com.samansepahvand.chat.adapter; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import android.widget.Toast; import androidx.annotation.NonNull; import androidx.recyclerview.widget.RecyclerView; impo...
[ "shantav75@gmail.com" ]
shantav75@gmail.com
220111f9c21acbaaf67fc9bf5f6d6928b2fee7e8
f4ac27926b837cf6d58b41388e1f89726db54f0f
/src/main/java/com/nhattan/ecommerce/repository/IOrderRepository.java
12182b642fac376c9b9fd3f1a252a9679378afea
[]
no_license
nhattan-dev/ecommerce-Rookies
39a12dc36abf5a70c13b88200d0687b5f045a155
560aaecaf506287c936ced789788e41c3204e500
refs/heads/master
2023-07-11T06:09:10.519163
2021-07-26T15:12:40
2021-07-26T15:12:40
382,337,532
0
0
null
null
null
null
UTF-8
Java
false
false
1,332
java
package com.nhattan.ecommerce.repository; import com.nhattan.ecommerce.entity.OrderEntity; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Modifying; import org.springframework.data.jpa.repository.Query; import org.springframework.data.repository.query.Param...
[ "nhattan.fleex@gmail.com" ]
nhattan.fleex@gmail.com
0e70dcda9f7f1703934d5c9f094bbcd85a3f74f3
fde151611e9d6b4d370862432b9f38804186d242
/FormatCLASS/src/main/java/org/freeinternals/format/classfile/attribute/AttributeSignature.java
b679e297623d9aba1ae925718e0fe46b3ba70aa0
[]
no_license
lakecenter/freeinternals
8134cc68bcd19f3b4f4540f82a3e6a9bd613427f
008452d77c289ac0676c2d01e7cd762c27772efc
refs/heads/master
2020-06-19T12:30:53.076950
2019-06-12T21:29:19
2019-06-12T21:29:19
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,835
java
/* * AttributeSignature.java 10:52 AM, April 28, 2014 * * Copyright 2014, FreeInternals.org. All rights reserved. * Use is subject to license terms. */ package org.freeinternals.format.classfile.attribute; import org.freeinternals.commonlib.core.PosDataInputStream; import org.freeinternals.format.Fil...
[ "amosshi@users.noreply.github.com" ]
amosshi@users.noreply.github.com
c794b9a103647119aa449a317cf94d67ce356f1f
6045e1452cef90525cc245becdef008efdb774a0
/Cell/src/ACP/Operations/divHandler.java
93bc55fa9e2be593225bdbc735c080aaf397c83a
[]
no_license
StarHunter729/Proyecto-Comp-Final
faaa031d9440b67f68cf6584ddda8b0bd82dc9aa
804148930b8718bbdd35d1675ebe477ead1edc8a
refs/heads/main
2023-01-27T17:20:00.721518
2020-12-07T23:48:07
2020-12-07T23:48:07
319,473,597
0
0
null
null
null
null
UTF-8
Java
false
false
6,640
java
package ACP.Operations; import Objects.Message; import Services.Divide; import fileHandler.Clonation; import fileHandler.fileValidation; import java.io.File; import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.lang.management.ManagementFactory; import...
[ "noreply@github.com" ]
StarHunter729.noreply@github.com
341fb77c96905ee20a14d64fd0c8a581e9f5bfe1
64b76116ae6186bc9c84cb2717bd8631230cf69b
/USACO/src/proximity.java
0b5f51032d0238d1ae695e989f793e162435be90
[]
no_license
allenlu378/USACO-upload
87293d9d5340015cd76b022a363b18fc974d89f0
1b9a446b828c82216669743c9f052ff56c128d3f
refs/heads/master
2022-12-02T18:45:07.772413
2020-08-18T00:33:29
2020-08-18T00:33:29
288,314,717
0
0
null
null
null
null
UTF-8
Java
false
false
1,143
java
import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.io.IOException; import java.io.PrintWriter; import java.util.StringTokenizer; public class proximity { static int numCows, diff, maxBreed = -1; static int[] cows; public static void main(String[] args) throws IOException { ...
[ "allenlu378@gmail.com" ]
allenlu378@gmail.com
27e9dbd11afca1163368ff40ccef348ee6fb464c
185e581a2d29a637dc7a3bb7c102df9866c0f613
/src/main/java/com/seed/rabbit/producer/service/RabbitMQService.java
167eb355af904e62a074d348f9e31e514251e5fe
[]
no_license
rsanto27/seed-java-springboot-rabbitMQ_producer
eee9a18900eb7e1d13a2ad0a9da6b8ba0374204e
6f3a96f3e38efc2d23c5f3d6c0c4c87f6765e693
refs/heads/master
2023-02-12T07:25:17.645059
2021-01-14T13:08:21
2021-01-14T13:08:21
314,048,652
0
0
null
null
null
null
UTF-8
Java
false
false
437
java
package com.seed.rabbit.producer.service; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.seed.rabbit.DTO.Message; import com.seed.rabbit.producer.AMQP.IAmqpProducer; @Service public class RabbitMQService implements IAmqpService { @Autowired ...
[ "rodrigocostasantos07@gmail.com" ]
rodrigocostasantos07@gmail.com
02e6f77dfd9cc1b145ca5c9104933c8d4e11da48
fa383c81524e96ad79fb4551f8b4984f5631810a
/xmcamera/src/main/java/management/lxgdgj/com/xmcamera/listener/OnFunForgetPasswListener.java
641cc3ab006d866a0129d5a558af28950c11b4d6
[]
no_license
MrPsw/xmDemo
325ca222f82128f45ec9f195e2738b47aeb3ad63
69eabda99ac0f689cc16c59c64199558a9be45c2
refs/heads/master
2020-09-27T08:51:30.792111
2019-12-09T02:31:43
2019-12-09T02:31:43
226,478,555
0
0
null
null
null
null
UTF-8
Java
false
false
592
java
package management.lxgdgj.com.xmcamera.listener; /** * Created by Jeff on 4/15/16. */ public interface OnFunForgetPasswListener extends OnFunListener { // 请求发送验证码成功 void onRequestCodeSuccess(); // 请求发送验证码失败 void onRequestCodeFailed(final Integer errCode); // 验证码验证成功 void onVerifyCodeSucces...
[ "Pengsw@xiangmulin.cn" ]
Pengsw@xiangmulin.cn
74fca144a5a8883da6fd3002aceaac4687cdf372
c0018ab1e7e78469f3bc26a69b4e30396a69a587
/nightfoodfinder/src/main/java/kr/co/nff/repository/vo/ReportReview.java
ef16d6857283375d34e699555217fae91c94608a
[]
no_license
Night-Food-Finder/java-program
46511ee412d7d244c2b284417ad6f3b4fe5c333f
2b97dc63b5ba62c2a5952c164490f847110f0950
refs/heads/master
2022-12-22T08:21:35.388085
2020-01-21T08:43:01
2020-01-21T08:43:01
220,224,627
2
6
null
2022-12-15T23:30:22
2019-11-07T11:47:23
Java
UTF-8
Java
false
false
249
java
package kr.co.nff.repository.vo; import lombok.Data; @Data public class ReportReview extends Pagination{ private int reportNo; private int userNo; private int reviewNo; private String reason; //신고한 사람들 private String nickName; }
[ "sglim9400@gmail.com" ]
sglim9400@gmail.com
f4023b75b42a583249c3ce272e51a682c8d5d7d7
6204f5fb17b01bc8419edd13aa91a3c1a8b75966
/app/src/main/java/com/fb/firebird/BaseFragment.java
44c460b8a6eaeb60750cd4a4bc56fe593862f6ee
[]
no_license
entropyio/firebird-android
94b64d1ae05ffea9ff262114a6dc2a4a635ff932
3a26d0c07f2db78f12767d9e787890ce39984fbb
refs/heads/master
2020-12-28T04:36:43.659707
2020-02-29T05:45:59
2020-02-29T05:45:59
238,183,365
0
0
null
null
null
null
UTF-8
Java
false
false
6,592
java
package com.fb.firebird; import android.os.Bundle; import android.os.Handler; import android.os.Message; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import android.widget.Toast; import androidx.annotation.NonNull...
[ "starwz@gmail.com" ]
starwz@gmail.com
1e15bead94d55786c24f59f11512fe8897664e1c
6a37d7beb83e62680c6e1d222c47ff813b1b267e
/contiki/tools/cooja/java/se/sics/cooja/contikimote/interfaces/ContikiBeeper.java
69597ec9dcf39c71a85d0336f54b5aa7544d23a1
[ "BSD-3-Clause" ]
permissive
EDAyele/ptunes
e367a4e42da180943d39604b2cb91772da8bb875
e125eab205c32770f95d14425914b1ca9f6f8069
refs/heads/master
2020-12-28T23:05:22.520778
2013-09-24T18:25:34
2013-09-24T18:25:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,505
java
/* * Copyright (c) 2008, Swedish Institute of Computer Science. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * n...
[ "zimmerling@tik.ee.ethz.ch" ]
zimmerling@tik.ee.ethz.ch
233edaac559527ca30306a3503bd18e72198ef81
a316479a07f13a632edd3b36973ab752047f1d93
/Humour- v0.1/src/com/service/imp/ManageServiceImp.java
ffb7fbdd924837318573d2b484eafb6d9a175396
[]
no_license
shendustudyzrc/humours
9a123083b4a623078eb7843ecd0c63a06ee622b7
bfe18544564542bcbf4d32f26298b7e459e82f82
refs/heads/master
2020-03-31T03:06:52.672965
2018-10-25T13:55:13
2018-10-25T13:55:19
151,853,273
0
0
null
null
null
null
UTF-8
Java
false
false
1,232
java
package com.service.imp; import java.io.IOException; import java.io.Reader; import java.sql.SQLException; import org.apache.ibatis.io.Resources; import org.apache.ibatis.session.SqlSession; import org.apache.ibatis.session.SqlSessionFactory; import org.apache.ibatis.session.SqlSessionFactoryBuilder; import org.springf...
[ "18716035159@163.com" ]
18716035159@163.com
7a640db0923da1c98bf68ea1e2b085db33b1d485
3538406360a3ebe52f00e7b53cc06acb58b004a0
/deegree-core/trunk/src/main/java/org/deegree/metadata/persistence/MetadataStoreTransaction.java
501dc3bd1db608dacb3dd842c671f8826ce95c8e
[]
no_license
izaslavsky/incf-dai
d563e63aa7cf7147ceb5a60c2b7ade3754f502c8
4ba6954720974139388ac0f77040fabe28fb4752
refs/heads/master
2016-09-06T11:13:51.903896
2013-02-07T02:30:15
2013-02-07T02:30:15
32,130,589
0
1
null
null
null
null
UTF-8
Java
false
false
4,321
java
//$HeadURL: http://svn.wald.intevation.org/svn/deegree/deegree3/branches/3.0/deegree-core/src/main/java/org/deegree/metadata/persistence/MetadataStoreTransaction.java $ /*---------------------------------------------------------------------------- This file is part of deegree, http://deegree.org/ Copyright (C) 2001-2...
[ "davlit0917@7cbae6f4-d32f-11de-a711-9fae7a67fc1c" ]
davlit0917@7cbae6f4-d32f-11de-a711-9fae7a67fc1c
15e2b1c84f2c20e80a9d0c15f4aa7376c9736d50
ea0331ca8c9b3be831268d44e9abafb8460faef2
/code/src/main/java/com/nongye/p2p/service/IAccountFlowService.java
aef77b7a54cafc9a026e91aece410063097b1345
[]
no_license
hongLev/P2P
64faf3ad1c628bbe820c244ebb06271cf3657d16
88beeb7d9348103ed67de47939bdb5b646f828ff
refs/heads/master
2022-12-25T01:44:03.179800
2019-08-06T12:40:33
2019-08-06T12:40:33
200,837,279
0
0
null
2022-12-16T03:06:50
2019-08-06T11:24:01
JavaScript
UTF-8
Java
false
false
1,793
java
package com.nongye.p2p.service; import java.math.BigDecimal; import com.nongye.p2p.domain.Account; import com.nongye.p2p.domain.Bid; import com.nongye.p2p.domain.BidRequest; import com.nongye.p2p.domain.MoneyWithDraw; import com.nongye.p2p.domain.RechargeofFline; /** * 账户流水对象 * * @author Administrator * */ p...
[ "1600512176@qq.com" ]
1600512176@qq.com
473af98c9da45e28480dafd17c617e0c9f7642fd
4446e7dd3798116d2a99fcd60c05c14ce413f9f7
/dc-platform/dc-risk/product/src/main/java/com/opengamma/strata/product/fxopt/ResolvedFxVanillaOption.java
d42c49db89cd00eafa03050f82238d1dfd52d528
[ "Apache-2.0" ]
permissive
jmptrader/daocheng
c69739650d5be61facf792272c41b6bd04f23935
2fff5774b054c69cdd8b79c5e45a84b5ade65338
refs/heads/master
2021-01-12T14:17:28.734470
2016-08-28T07:25:03
2016-08-28T07:25:03
null
0
0
null
null
null
null
UTF-8
Java
false
false
18,610
java
/** * Copyright (C) 2015 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.strata.product.fxopt; import static com.opengamma.strata.collect.ArgChecker.inOrderOrEqual; import java.io.Serializable; import java.time.LocalDate; import ja...
[ "tjcuwang@yahoo.com" ]
tjcuwang@yahoo.com
cc639c615206dc304ef12c42154951717421d33c
af96c6474835be2cc34ef21b0c2a45e950bb9148
/tests/CoreTests/android/test/TestBrowserActivityTest.java
6afbe3717a37b9ab086797975128e5d1770201ac
[ "Apache-2.0", "LicenseRef-scancode-unicode" ]
permissive
zsol/android_frameworks_base
86abe37fcd4136923cab2d6677e558826f087cf9
8d18426076382edaaea68392a0298d2c32cfa52e
refs/heads/donut
2021-07-04T17:24:05.847586
2010-01-13T19:24:55
2010-01-13T19:24:55
469,422
14
12
NOASSERTION
2020-10-01T18:05:31
2010-01-12T21:20:20
Java
UTF-8
Java
false
false
9,838
java
/* * Copyright (C) 2007 The Android Open Source Project * * 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 app...
[ "initial-contribution@android.com" ]
initial-contribution@android.com
b3c44b92d05d5510e4146ba142d8317ecbed2914
9a2af30b479be048e736e70e0db4179240de0238
/Soso/Common.java
2bb3de9bef70c50c608e76f902074fdc24233411
[]
no_license
songfeihu/-
a33d665f96fe9d1e87a3c69bf462453871066449
eec1b15cbbc07ef5661e304b62b9cbd58c2ec059
refs/heads/master
2020-03-18T18:41:00.100615
2018-05-28T04:16:32
2018-05-28T04:16:32
135,108,538
0
0
null
null
null
null
GB18030
Java
false
false
334
java
package Soso; // 公共类 public class Common { // 实例化话唠套餐 static TalkPackage talkPackage = new TalkPackage(58, 500, 30); // 实例化网虫套餐 static NetPackage netPackage = new NetPackage(68, 3 * 1024); // 实例化超人套餐 static SuperPackage superPackage = new SuperPackage(78, 200, 50, 1 * 1024); }
[ "1461506665@qq.com" ]
1461506665@qq.com
91b6a07485ef4a94fbc495c8c352a07b706632c4
54654285d38ed6f79ec2fd503122fea0c11138e1
/src/test/java/org/popper/gherkin/GherkinTest.java
a39e3af558ce28f74ddefb64d5a76c908308190a
[ "Apache-2.0" ]
permissive
mibutec/InlineGherkinExtension
f6ebd431389872c6b3c82f0b5e981d9c38e25620
552d86b8da3c8a403343325c56a7593806add9a9
refs/heads/master
2021-06-03T08:21:34.331116
2021-05-10T15:13:22
2021-05-10T15:13:22
136,519,988
4
0
Apache-2.0
2021-05-10T15:13:23
2018-06-07T19:08:06
Java
UTF-8
Java
false
false
5,984
java
/* * Copyright [2018] [Michael Bulla, michaelbulla@gmail.com] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
[ "michaelbulla@gmail.com" ]
michaelbulla@gmail.com
713c0525db6a270c27a0133b0a4eb29a5eea8a5c
ea36d200314401a59db28d217523e895af6d4987
/app/src/main/java/com/example/handschoolapplication/activity/register_dingwei.java
ca898f78e5a3633b0699cc0c26570936e319fb9a
[]
no_license
fxgwl/HandSchoolApplication
ed2e21c1c19574f882559ee21eac6ffd39052ddb
4c14a96835355a08b65de5bb8ac49f03dbaa2859
refs/heads/master
2021-07-22T20:44:39.589202
2020-07-21T02:20:19
2020-07-21T02:20:19
198,532,585
0
0
null
null
null
null
UTF-8
Java
false
false
15,243
java
package com.example.handschoolapplication.activity; import android.content.Intent; import android.location.LocationListener; import android.os.Bundle; import android.os.Handler; import android.os.Message; import android.util.Log; import android.view.View; import android.widget.ImageView; import android.widget.TextView...
[ "fxgfxg@163.com" ]
fxgfxg@163.com
5f97af7bac71fb3d9503554caaa4bc1cebde2adb
fa53e0d571cb6ac2ae05a8c0a45588c4f9fe4291
/src/main/java/com/seriouscompany/business/java/fizzbuzz/packagenamingpackage/impl/visitors/FizzBuzzOutputGenerationContext.java
1503d549415e300d500ae61ee5917ba576af957d
[]
no_license
ThomasRooney/FizzBuzzEnterpriseEdition
e6a1140c3fca060da89de766445d85ad06b57239
4a8639ef5e352e5c26a6dbd3365ffd258befe665
refs/heads/master
2020-04-06T04:32:38.901187
2015-05-19T18:18:32
2015-05-19T18:25:21
35,555,388
1
0
null
2015-05-13T14:55:19
2015-05-13T14:55:19
null
UTF-8
Java
false
false
909
java
package com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.visitors; import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.interfaces.printers.DataPrinter; import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.interfaces.strategies.IsEvenlyDivisibleStrategy; import com....
[ "wipedout@yandex.ru" ]
wipedout@yandex.ru
08d814ee2d86f2c10af416745fd9d86a5d8a4200
74874cfe0d2c63ab99bfa767bd203f830671dad2
/app/src/main/java/com/rizkyalkus/tugas_uas_akb_if3_10117093/activity/MainActivity.java
6c59f86cf9aec0a8173606f3947c84b8aa4d2400
[]
no_license
SyahrifalDaniS/TUGAS_AKB_UAS_10117093
9b18671e35a3b8648eed397dedf30c4c8e9d1a80
4b3aa28a5890f0593c7b262c867b84c3a4f6516d
refs/heads/master
2022-12-01T08:51:58.884510
2020-08-12T12:03:06
2020-08-12T12:03:06
286,998,287
0
0
null
null
null
null
UTF-8
Java
false
false
1,841
java
package com.rizkyalkus.tugas_uas_akb_if3_10117093.activity; import androidx.annotation.NonNull; import androidx.appcompat.app.AppCompatActivity; import androidx.fragment.app.Fragment; import android.os.Bundle; import android.view.MenuItem; import com.google.android.material.bottomnavigation.BottomNavigationView; imp...
[ "syahrifaldanis@gmail.com" ]
syahrifaldanis@gmail.com
1cbc30fad504a70f820d22ec3deedf04e8988806
3e228c5329ad8cff24db39804fcab7898137fb7f
/src/Thread/ThreadSafe.java
1ce5c681c8e9fa3c80b6277d3f7fb39115c254e1
[]
no_license
cheyunfei/java
572601289a597f1afe5b575cd43d61f75c76d837
52eb01dde578a45574344f381b246f932ac9ac7c
refs/heads/master
2022-11-25T18:24:04.171572
2020-07-29T02:23:20
2020-07-29T02:23:20
283,377,857
0
0
null
null
null
null
GB18030
Java
false
false
4,417
java
package Thread; /**<p>(1)线程同步安全:避免因多个线程对同一个数据进行修改导致的错误,如火车票售票系统 * <p>(2)同步机制:使用 synchronized 关键字修饰<br><br> * (2.1)修饰代码块:即把 run() 方法中需要保护的数据操作过程,即共享资源放到 synchronized 语句 * 块(同步块)中(共享资源也可能是 run 方法调用的类静态全局变量,此时该静态全局变量为所有 * 对象公用)<br> * (2.11)修饰代码块: synchronized(Object){同步块},Object【synchr...
[ "cheyf12@lzu.edu.cn" ]
cheyf12@lzu.edu.cn
037b45a9b4ec45ecf6e1d64e5f9cab277452a69f
c4d804b3022cd7a05c54c038af4b3278e1991438
/src/main/java/com/hui/springbootswagger2/config/Swagger2Config.java
a738b600c574ac6e46abd0d1d6e360ad6201dde0
[]
no_license
NGHui/springboot-swagger2
dd3f8cf1845d4c90ce58a50031f2258c812843e2
58e539beb147b491941d1531eb16a93b700d8b15
refs/heads/master
2020-09-17T18:12:18.277122
2019-11-26T05:09:30
2019-11-26T05:09:30
224,107,353
0
0
null
null
null
null
UTF-8
Java
false
false
2,778
java
package com.hui.springbootswagger2.config; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RestController; import springfox.documentation.RequestHan...
[ "2284129306@qq.com" ]
2284129306@qq.com
3e31c7a41444411b7518f1e6abfaa63cba7dc792
b111b77f2729c030ce78096ea2273691b9b63749
/db-example-large-multi-project/project37/src/test/java/org/gradle/test/performance/mediumjavamultiproject/project37/p187/Test3751.java
4ea8ef8b4a92d0cdac7542ec6ea3faa5561fdb3e
[]
no_license
WeilerWebServices/Gradle
a1a55bdb0dd39240787adf9241289e52f593ccc1
6ab6192439f891256a10d9b60f3073cab110b2be
refs/heads/master
2023-01-19T16:48:09.415529
2020-11-28T13:28:40
2020-11-28T13:28:40
256,249,773
1
0
null
null
null
null
UTF-8
Java
false
false
2,619
java
package org.gradle.test.performance.mediumjavamultiproject.project37.p187; import org.junit.Test; import static org.junit.Assert.*; public class Test3751 { Production3751 objectUnderTest = new Production3751(); @Test public void testProperty0() throws Exception { Production3748 value = new...
[ "nateweiler84@gmail.com" ]
nateweiler84@gmail.com
b8e1f735a333f5a58eba62bc0e6eba2d6a32db20
ad31b250708fb6ea035bfd9bd1d78579f193dfe6
/bookkeeper-server/src/test/java/org/apache/bookkeeper/client/BookkeeperAdminFormatEnsembleTest.java
bbc947bf0e81c9ee18018379bdbcd9bc46061827
[ "Apache-2.0" ]
permissive
valentino7/bookkeeper
d4bb96160cc3743e5fbbacb6f0ab0b4ce8bde404
07c22bab4843f84b1d58680e194a5ee21bc4acd1
refs/heads/master
2022-11-10T04:00:33.902374
2020-07-03T07:51:55
2020-07-03T07:51:55
271,558,058
0
0
Apache-2.0
2020-06-11T13:48:07
2020-06-11T13:48:07
null
UTF-8
Java
false
false
3,415
java
package org.apache.bookkeeper.client; import com.google.common.collect.Sets; import org.apache.bookkeeper.conf.BookKeeperClusterTestCase; import org.apache.bookkeeper.conf.ServerConfiguration; import org.apache.bookkeeper.net.BookieSocketAddress; import org.junit.After; import org.junit.Assert; import org.junit.Before...
[ "perrone.valentino@gmail.com" ]
perrone.valentino@gmail.com
c718aabcd8ef421f4594b8ee96dd4dc362207195
762583e900fdf4a9be490e4aacc0b9826d6e59b7
/UnityAndroidProject/launcher/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/swiperefreshlayout/R.java
6d3aaa3210ba76c1fb03e555d428602f8660de4c
[]
no_license
Shambonik/MusicJump
be29cb4798a17e1fc2c4b83b12938a34c66ae5a3
c22ef5ca4f6147592395a1ef88eff1866562e106
refs/heads/main
2023-04-19T22:37:40.638539
2021-05-13T09:17:40
2021-05-13T09:17:40
344,307,880
0
0
null
null
null
null
UTF-8
Java
false
false
10,465
java
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * gradle plugin from the resource data it found. It * should not be modified by hand. */ package android.support.swiperefreshlayout; public final class R { private R() {} public static final class attr { pri...
[ "shambonik@gmail.com" ]
shambonik@gmail.com
505730c8dca49377baf723b2ea12b3adda7847e2
175fe401bed2505f69bde74d89cb65c83d65d615
/src/client/MapleDisease.java
110a2ca85b4459d0f9f8486f2bcf735e155f05f9
[]
no_license
TheWoif777/MapleAini
f581374ee9a050ff50efb2c2d18ab8e04a136d66
0e365374769f0b0509a21f29ab395326f93de8c0
refs/heads/master
2021-12-15T01:13:49.897713
2017-07-12T10:27:57
2017-07-12T10:27:57
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,222
java
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero Genera...
[ "hjn_63022152@126.com" ]
hjn_63022152@126.com
0fa4d83e0062cacb5d10c0540871273e754d3dbf
14d2f63da4785eaadbc3a50105be15421f74df1d
/src/main/java/io/patriot_framework/generator/network/Rest.java
edb1456be5d88af0fe5677bb417ed03ce5b30bd7
[ "Apache-2.0" ]
permissive
PatrIoT-Framework/data-generator-example
e37f79bb622f66804f296bbf397ac14a6124f42e
663dd09e45861ffe10c10f03d77464a1eab6eb2a
refs/heads/master
2021-12-10T06:48:32.180109
2019-05-30T13:43:53
2019-05-30T14:54:39
140,258,411
0
1
Apache-2.0
2021-12-09T21:14:42
2018-07-09T08:54:38
Java
UTF-8
Java
false
false
2,358
java
/* * Copyright 2019 Patriot project * * 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 applicabl...
[ "jsmolar@redhat.com" ]
jsmolar@redhat.com