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
7ac7423ed2decdcbeb0a481e48492e7a573b7ec4
17c5a088d4dbfdf986631bacc62ff417949ed78b
/CRM/src/main/java/workbench/entity/ContactsRemark.java
76a133a9db80b4fea82391569c30ccad810c72cf
[]
no_license
judy19981229/IdeaProjects
72e7755f2bf5891abc37f574e576317ce17fb1d4
d3df2db8675cd583126a7b1377f8a65314dd1d0b
refs/heads/master
2023-04-15T12:50:56.593891
2021-04-27T02:14:50
2021-04-27T02:14:50
356,805,074
0
0
null
null
null
null
UTF-8
Java
false
false
1,294
java
package workbench.entity; public class ContactsRemark { private String id; private String noteContent; private String createTime; private String createBy; private String editTime; private String editBy; private String editFlag; private String contactsId; public String getId() { return id; } public voi...
[ "1264284228@qq.com" ]
1264284228@qq.com
ca293754450d7f24a57227d9fcc9317da6e11f7b
51ecb0b59c48edb733f182a06a2933da5f241936
/Demo/IntStack.java
66e127678bd3199e4d8193c019244a37166dc800
[]
no_license
Praveenchowdaryy/BaseCamp-Mind
bc9ac028bd60d1d32787311b98970c66cbe3c330
d8a85e66073279da74cafe701b9ee5c72b18697a
refs/heads/main
2023-03-01T15:11:38.846687
2021-02-07T07:35:56
2021-02-07T07:35:56
336,729,041
0
0
null
null
null
null
UTF-8
Java
false
false
666
java
package com.mind.Demo; public class IntStack { private int max; private int top; private int array[]; public IntStack(int len) { this.max=len; array=new int[max]; this.top=-1; } public boolean push(int x) { if(top>=(max-1)) { System.out.println("Overflow"); return false; }else ...
[ "noreply@github.com" ]
Praveenchowdaryy.noreply@github.com
2812c62afc87bfb3b2ed84334e0dd8a7027c8744
d03074416e5e6b6ed65311baeee1fd84ac4d3c95
/hw04-0036491099/src/main/java/hr/fer/zemris/optjava/dz4/algorithms/Main.java
bf8e05290c8cbe714399dfc0527f93fdb16f8c09
[]
no_license
Masperado/NENR-Project-FER-2019
f62a534deb4d727214d02e198f20972c44f0dc07
614b7aee13279a78802053093293014ea5c74f33
refs/heads/master
2020-04-24T21:32:37.031677
2019-02-24T01:10:44
2019-02-24T01:10:44
172,281,982
0
1
null
null
null
null
UTF-8
Java
false
false
3,278
java
package hr.fer.zemris.optjava.dz4.algorithms; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Paths; import java.util.List; import java.util.Random; import hr.fer.zemris.optjava.dz4.api.ICrossing; import hr.fer.zemris.optjava.dz4.api.IFunction; import hr.fer.zemris.optjava.dz4.api.IMutati...
[ "masperado@gmail.com" ]
masperado@gmail.com
60283471f43d72fd32eab6074306cc03f98749a9
c8556e99c99ae77ed78732694771c1420b1ae75e
/common-tools/src/main/java/design/first/commons/tools/RSACoder.java
6238788d56503ffc34ef7e7d9be7dcf52397401e
[]
no_license
First2019/maven-cloud
6de7afdb15a6b1cc1a323b1f52b0935dbae46f87
f3913775fb5da9c61bbbf08fb0a8c3c23997867b
refs/heads/master
2023-03-18T19:34:20.057767
2021-03-18T06:12:06
2021-03-18T06:12:06
325,499,755
0
0
null
null
null
null
UTF-8
Java
false
false
8,107
java
package design.first.commons.tools; import org.apache.commons.codec.binary.Base64; import javax.crypto.Cipher; import java.security.*; import java.security.interfaces.RSAPrivateKey; import java.security.interfaces.RSAPublicKey; import java.security.spec.PKCS8EncodedKeySpec; import java.security.spec.X509Enco...
[ "790867216@qq.com" ]
790867216@qq.com
8cc9391357e3ba391df696e8d8e07427fec76f45
540ed9a87297b21b506c2499493680f87f53c8af
/src/util/FileOutputStreamUtil.java
81177e643dbfe797f7f90d73261a87a2f5464a65
[]
no_license
sb0321/multipleThreadFolder
11da7f3aed4d94dcd01fba890bcc2bb0b78d1402
7ed54a1ec657cffa016e702190a6facccac4801e
refs/heads/master
2023-03-19T07:10:14.832194
2021-03-18T19:01:05
2021-03-18T19:01:05
349,180,825
0
0
null
null
null
null
UTF-8
Java
false
false
1,187
java
package util; import java.io.*; public class FileOutputStreamUtil { private final String THREAD_NAME; private static final String DIR_PROPERTY = "user.dir"; private static final String FOLDER = "/folder/"; private final String ROOT; public FileOutputStreamUtil(String name) { this.THREAD_...
[ "woltaryksb1@gmail.com" ]
woltaryksb1@gmail.com
1e498d578faa567ee029b75ba6a8c4dcdf2cef35
442a660162355ae5299a6be811ec09f44d3f8a61
/main/src/main/java/com/brufino/android/playground/components/main/pages/statistics/StatisticsFragment.java
9f55144c547533da2219dc8faece37cdff8076ed
[]
no_license
bernardorufino/android-transfer
a53158450b5a339bd1fdd83f9d29dbbdbfa88991
cf35125a55310191dd1a8b3d25dccc5dbd2b0a1d
refs/heads/master
2021-10-24T23:24:52.796255
2019-03-23T15:21:33
2019-03-23T15:21:33
178,473,904
0
0
null
null
null
null
UTF-8
Java
false
false
1,705
java
package com.brufino.android.playground.components.main.pages.statistics; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import androidx.annotation.Nullable; import androidx.fragment.app.Fragment; import androidx.lifecycle.ViewModelProvider; import...
[ "brufino@google.com" ]
brufino@google.com
86b28135c1cba4ac1e93aed43b09e841378f2e70
d7d7b0c25a923a699ffa579e1bab546435443302
/NGServer/Invoker/src/main/java/org/Invoker/rpc/protocol/SpringMVC.java
e9283ef02cccd7e8ca5ed8498e0bcb751aefe2e9
[]
no_license
github188/test-3
9cd2417319161a014df8b54aa68579843ade8885
92c8b20ba19185fca1e0293fe7208102b338a9ca
refs/heads/master
2020-03-15T09:36:37.329325
2017-12-18T02:40:21
2017-12-18T02:40:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,460
java
package org.Invoker.rpc.protocol; import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer; import org.springframework.web.servlet.config.annotation.EnableWebMvc; import org.springframework.web.servlet.config.annotation.Interc...
[ "645236219@qq.com" ]
645236219@qq.com
dacb27fe9b406ab57ade864242ce30532cef1149
885f5580c7de1a9807152e7a602e5c6417a15471
/SyscortRazorpayNewCards/src/test/java/com/syscort/pages/EcomTestPage.java
69e20c0f0acba87645c707609a298a5e21764414
[]
no_license
rajvpatil5/Eclipse-New-Version
7bf12468d6c0915e5574385de9b82d5286349517
4544e804c2f890054614b659ea40bb7fe91c9082
refs/heads/main
2023-05-15T03:26:36.451400
2021-06-10T09:23:33
2021-06-10T09:23:33
361,465,579
0
0
null
null
null
null
UTF-8
Java
false
false
1,214
java
package com.syscort.pages; import org.openqa.selenium.By; public class EcomTestPage { public static By textEmail = By.xpath("//input[@name='email']"); public static By textPhone = By.xpath("//input[@name='phone']"); public static By textAmount = By.xpath("//*[@id='form-section']/form/div[1]/div[3]/div/div[2]/div[1...
[ "rajvpatil5@gmail.com" ]
rajvpatil5@gmail.com
3efbc4c468e4406769a38b27cebb75110ee95ef7
3cc4d7e1eafd91c994e998773875ab220fc6144b
/app/src/main/java/com/zhangzd/video/MainActivity.java
30878ec10c95b53cd8c57a7346757424955feec7
[]
no_license
amibition521/VideoPlayer
60581730fa1094b3a9f8675410bb38265cbbd8e3
e402db752dc34721bfccfb6226b2d1b57a7c081e
refs/heads/master
2022-02-24T09:16:10.699812
2019-09-24T08:17:30
2019-09-24T08:17:30
208,955,475
0
0
null
2019-09-22T03:09:31
2019-09-17T03:56:53
C
UTF-8
Java
false
false
3,003
java
package com.zhangzd.video; import android.net.Uri; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.text.method.ScrollingMovementMethod; import android.view.SurfaceHolder; import android.view.SurfaceView; import android.view.View; import android.widget.TextView; import com.yan...
[ "zhangzd@ifeng.com" ]
zhangzd@ifeng.com
2ac25ae54e740bfe0885d2bc795bf7e634a6284c
091cf57a4726e99b8f6cf90f197ed96aae7fbead
/src/main/java/com/seezoon/service/modules/sys/entity/SysParam.java
7b13cd6bf4c84a656cedbe2b3ae9f73da6ced5b2
[]
no_license
734839030/seezoon-boot
5b3274b81ff4157778d1a83175ba4f7ccf4ad7ea
a965385c0b1b0f92114338cf0c0d2e2528e20455
refs/heads/master
2023-01-29T23:47:49.105120
2020-05-06T03:39:16
2020-05-06T03:39:16
155,083,708
14
8
null
2023-01-06T05:07:03
2018-10-28T15:07:14
JavaScript
UTF-8
Java
false
false
988
java
package com.seezoon.service.modules.sys.entity; import javax.validation.constraints.NotNull; import org.hibernate.validator.constraints.Length; import com.seezoon.boot.common.entity.BaseEntity; /** * 系统参数 * * @author hdf 2018年4月1日 */ public class SysParam extends BaseEntity<String> { /** * */ private s...
[ "hdf@qq.com" ]
hdf@qq.com
d45940b6ee0c96b29c466b024779a008c97cbcb3
8af1164bac943cef64e41bae312223c3c0e38114
/results-java/google--j2objc/97be5e92b907bf452731a01306c40193e2374173/after/Options.java
bfcdff2a03aa6d11de90ef8186d7a1883ceefa10
[]
no_license
fracz/refactor-extractor
3ae45c97cc63f26d5cb8b92003b12f74cc9973a9
dd5e82bfcc376e74a99e18c2bf54c95676914272
refs/heads/master
2021-01-19T06:50:08.211003
2018-11-30T13:00:57
2018-11-30T13:00:57
87,353,478
0
0
null
null
null
null
UTF-8
Java
false
false
25,985
java
/* * Copyright 2012 Google Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
[ "fraczwojciech@gmail.com" ]
fraczwojciech@gmail.com
a86a455f36e3d711154d437cc8b782b312283b93
8d366835936f55d0db8f65492cdcca5990d400ef
/app/src/main/java/com/dgsw/doorlock/tool/task/GetRFIDTask.java
027f671a10fc1cc23d60f3f5d0716e83e5ff294b
[]
no_license
DGSWDoorlock/AndroidApp
a3e3818eb7636194df465fc50216d6c6f5e709a0
d85d4e9418e79c49ac6b1779fd2d0a8805342d63
refs/heads/master
2021-09-01T15:20:19.546500
2017-12-27T17:16:51
2017-12-27T17:16:51
114,576,343
0
0
null
null
null
null
UTF-8
Java
false
false
2,421
java
package com.dgsw.doorlock.tool.task; import android.os.AsyncTask; import android.util.Log; import com.dgsw.doorlock.data.EntryInfo; import org.json.JSONException; import org.json.simple.JSONObject; import org.json.simple.parser.JSONParser; import org.json.simple.parser.ParseException; import java.io.BufferedReader;...
[ "kimjioh0927@gmail.com" ]
kimjioh0927@gmail.com
8daa98917d2fb4122817614a082b771cc8995997
4e1787629588da82a11e6cb4845c57923f527e5d
/coherence-spring-core/src/main/java/com/oracle/coherence/spring/messaging/CoherencePublisherScanRegistrar.java
e9ca5f89c1ded6caa909a26db9556bdec1d0104c
[ "UPL-1.0", "BSD-3-Clause", "EPL-2.0", "CC-BY-3.0", "MIT", "LicenseRef-scancode-unknown-license-reference", "Apache-2.0", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "CDDL-1.0", "CC0-1.0", "EPL-1.0", "Classpath-exception-2.0", "LicenseRef-scancode-free-unknown", "GPL-2.0-only", ...
permissive
coherence-community/coherence-spring
ab17ed8010b971e16766452cf936a7e2a865cc43
b1eb9e90e8c90188df985b42fe89206dad535a67
refs/heads/main
2023-09-02T07:56:48.464208
2023-09-01T15:56:09
2023-09-01T15:56:09
8,587,598
30
22
UPL-1.0
2023-09-14T20:28:57
2013-03-05T19:46:48
Java
UTF-8
Java
false
false
9,801
java
/* * Copyright 2014-2019 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...
[ "gunnar.hillert@oracle.com" ]
gunnar.hillert@oracle.com
f8d2c37934b074e4a2fbc0187aef545f0dcdf5fe
0203c612b12f5247b05e8c575820de2a593212b7
/Week6/Task10/src/sample/Controller.java
d4b8237fe6d0e812461577605bd9fe930a811a07
[]
no_license
VeselinTodorov2000/Java-OOP-2021
72995291f00f22cc552c26abac093a2400bb669c
98e4705de5e91bf9107d710f042fdc4b12cd064d
refs/heads/main
2023-06-04T01:49:25.221947
2021-06-21T20:22:17
2021-06-21T20:22:17
342,679,554
0
0
null
null
null
null
UTF-8
Java
false
false
1,945
java
package sample; import java.net.URL; import java.util.ResourceBundle; import javafx.application.Platform; import javafx.event.ActionEvent; import javafx.fxml.FXML; import javafx.scene.control.Button; import javafx.scene.control.TextField; public class Controller { @FXML private ResourceBundle resources; ...
[ "slavovt@uni-sofia.bg" ]
slavovt@uni-sofia.bg
c78598ccddc3fc5a1409be2138a75d94829f279a
07c473a7754057e99e6c81b00172b9a1a43c0e96
/src/main/java/com/google/devtools/build/lib/skylarkbuildapi/cpp/CcInfoApi.java
54238d0d8279967a25e3a65c1140bc2b4e1c30bd
[ "Apache-2.0" ]
permissive
chenshuo/bazel
ffd3f37331db1ce5979f43aa3d27b96a6efcd1a2
c2ba4a08a788097297da81b58e2fb9ffdb22a581
refs/heads/master
2020-04-29T20:13:31.491356
2019-03-18T21:51:45
2019-03-18T21:53:24
176,378,348
3
0
Apache-2.0
2019-03-18T22:18:32
2019-03-18T22:18:32
null
UTF-8
Java
false
false
3,950
java
// Copyright 2018 The Bazel Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appl...
[ "copybara-piper@google.com" ]
copybara-piper@google.com
67328021694558e9a6704e1fad62b2b40a8fb061
353ae5b753263a68af145c3d624952040618f7b6
/src/main/java/com/dao/AddrMapper.java
81d1c7e29b0d62aa406a8e73160c747b20c9925f
[]
no_license
snowfengjia/jianhuoShop
2d982297cbf5f77fcb15ad82ea63a350511e7511
705cf25f4489b4d2440b8febdc0b7c35180ec2b2
refs/heads/master
2020-03-25T22:56:34.150478
2018-11-14T10:17:12
2018-11-14T10:17:12
144,251,863
2
0
null
null
null
null
UTF-8
Java
false
false
766
java
package com.dao; import java.util.List; import java.util.Map; import com.pojo.Addr; /** * @author Administrator * 订单状态mapper */ public interface AddrMapper { int deleteByPrimaryKey(Integer fid); int insert(Addr record); int insertSelective(Addr record); Addr selectByPrimaryKey(Integer fid); ...
[ "f17521089278@163.com" ]
f17521089278@163.com
72ab146ef737d5813f6cd8cb654b080803e7603d
122e91f41ecdb52826b2b9af1b0d57ab9d9d6117
/app/src/androidTest/java/net/skhu/androidmidtest/ExampleInstrumentedTest.java
99ccfbbd2459499391f502dddce49f619bf82ba8
[]
no_license
anpiso/androidMidTest
5dd671230f14a74441e066a0b8af275a8fbf3e9a
dd07bb55555f1b91f2ba9f8fbf1453de12e60099
refs/heads/master
2022-06-08T11:49:30.288648
2020-05-06T08:51:11
2020-05-06T08:51:11
261,082,708
0
0
null
null
null
null
UTF-8
Java
false
false
762
java
package net.skhu.androidmidtest; import android.content.Context; import androidx.test.platform.app.InstrumentationRegistry; import androidx.test.ext.junit.runners.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will execute on...
[ "ehdwnd9238@gmail.com" ]
ehdwnd9238@gmail.com
c3db427afa86a9e7d6b4c49f3f2fd3c31446e3f2
4ebde5edac16dfb32adda59f6158c46b9db33d63
/src/CriarPersonagemMonstro.java
8ff3adb4f6853453e3d3c29ce605dce6c4e4a1bf
[]
no_license
giokittens/MonstroVCRobo
b914641cf00026ad84f07a0d356a133f89316907
d3c8f4e4258fd51d40c286ad2146f79249b83f8b
refs/heads/master
2020-09-06T00:11:40.180477
2019-11-07T15:23:03
2019-11-07T15:23:03
220,254,108
0
0
null
null
null
null
UTF-8
Java
false
false
10,797
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. */ /** * * @author Aluno */ public class CriarPersonagemMonstro extends javax.swing.JFrame { /** * Creates new form CriarPer...
[ "" ]
ccb6eaab68d640031985fc733177cdb5a0d9f9fe
b7478c7cacc237ae56f34986fa1bfcb7416dcb6e
/main/java/utils/JwtUtil.java
bbbdabdd873e5f1ee4006e47ee902271450bfa82
[]
no_license
Semperdecus/Kwetter
ee775526efb5877c857d64df2b8ed6b8528796e3
b0f3a6235f34aba56c292b58f5f664342fe85b5b
refs/heads/master
2023-01-10T05:01:05.851025
2019-06-08T20:44:26
2019-06-08T20:44:26
171,243,102
0
0
null
2023-01-01T07:57:25
2019-02-18T08:22:45
Java
UTF-8
Java
false
false
5,208
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 utils; import java.util.Date; import javax.xml.bind.DatatypeConverter; import models.Account; import io.jsonwebtoken...
[ "terence@simdo.nl" ]
terence@simdo.nl
23b4fb7124343906e567716598945109310ea1f5
87b691743c3024ad1798b45fc868e22c45a4cbce
/src/main/java/net/floodlightcontroller/packetstreamer/PacketStreamerHandler.java
402dffdb989fd0bb52e5f99a21a81306df82693b
[ "Apache-2.0" ]
permissive
jimmyoic/floodlight-qosmanager
97b7ac3934a1363c4c4f664bbddf375c35440387
4d20272ed68aec92433c834c31a6ebaea0063b51
refs/heads/master
2021-01-09T23:42:13.155477
2015-01-07T13:39:48
2015-01-07T13:39:48
21,138,890
12
4
null
null
null
null
UTF-8
Java
false
false
6,900
java
package net.floodlightcontroller.packetstreamer; import net.floodlightcontroller.core.annotations.LogMessageCategory; import net.floodlightcontroller.core.annotations.LogMessageDoc; import net.floodlightcontroller.core.annotations.LogMessageDocs; import net.floodlightcontroller.packetstreamer.thrift.*; import java.ni...
[ "jimmyoic@gmail.com" ]
jimmyoic@gmail.com
94d8ee5116c6055eadf506691bdc24e2aae660b8
cec628def1aad94ccbefa814d2a0dbd51588e9bd
/css.lib/src/org/netbeans/modules/css/lib/ErrorNode.java
8a25d727f8630db671bdd52b96ae54844f454a5e
[]
no_license
emilianbold/netbeans-releases
ad6e6e52a896212cb628d4522a4f8ae685d84d90
2fd6dc84c187e3c79a959b3ddb4da1a9703659c7
refs/heads/master
2021-01-12T04:58:24.877580
2017-10-17T14:38:27
2017-10-17T14:38:27
78,269,363
30
15
null
2020-10-13T08:36:08
2017-01-07T09:07:28
null
UTF-8
Java
false
false
2,797
java
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright 2011 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. * * The contents of this file are subject...
[ "mfukala@netbeans.org" ]
mfukala@netbeans.org
a1c76c0e8dabed6d2e87142198f3b61b3bf66b08
00dd0e5eaa44900f3e147e332b80ea06bcf407aa
/src/com/aerospike/benchmarks/Workload.java
dcf16e6f6ec530463ccaf0b95be54fd0dc4ff2c1
[]
no_license
aminer/llist-benchmark-tool
e7fd024200fd68134bb62ee5280471ad4ef04f6f
eefe1542e0a4ee7cd73e6b27cb04e0d3f56ae8ac
refs/heads/master
2016-09-05T19:11:03.463053
2015-07-17T22:56:44
2015-07-17T22:56:44
37,932,398
0
0
null
null
null
null
UTF-8
Java
false
false
1,034
java
/* * Copyright 2012-2015 Aerospike, Inc. * * Portions may be licensed to Aerospike, Inc. under one or more contributor * license agreements WHICH ARE COMPATIBLE WITH THE APACHE LICENSE, VERSION 2.0. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in complian...
[ "rihane.amine@hotmail.com" ]
rihane.amine@hotmail.com
7cafd904640b8e7db6a00c3ddb2b15f440750fcc
eb7ef0755288506490718792f6758e03d126e314
/KallSonysOms/KallSonysOms-bakend-clientService/src/main/java/org/datacontract/schemas/_2004/_07/productoentities/CategoriaEntity.java
b8f3dc2b55c4dd53ab63e60b20574273412e5572
[]
no_license
njmube/PICA
91815fd7a74abe13c5cb250efb3ea96aedeb1cd4
367df7186340748410019ae4194d325628462f9c
refs/heads/master
2020-12-20T23:46:48.443861
2017-05-31T13:06:02
2017-05-31T13:06:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,314
java
package org.datacontract.schemas._2004._07.productoentities; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; /** * <p>Clase Java para CategoriaEntity complex type. * ...
[ "j.albertopuentes@gmail.com" ]
j.albertopuentes@gmail.com
3fde825ecc4b4f465b4d8f4faf4fde76ccf5df3a
d394411d9dd74e03a597c2e7f8076c382913b418
/src/main/java/ra/net/NetServerApplication.java
407bb05df5301df30972c40f1e28027ddc839a92
[ "MIT" ]
permissive
EastLu/RA
2d75d734d24ca06b0cc533a964566d145cb09d6f
44c0b3967dd7077dbd005d076117c68b86e6bf11
refs/heads/main
2023-06-20T23:09:02.745214
2021-07-27T07:44:54
2021-07-27T07:44:54
null
0
0
null
null
null
null
UTF-8
Java
false
false
10,696
java
package ra.net; import java.io.IOException; import java.net.ServerSocket; import java.time.Duration; import java.util.HashMap; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import javax.naming.NamingException; im...
[ "ray00000sina@gmail.com" ]
ray00000sina@gmail.com
a15ea92b473f96722da365c549d29c5ad2573cf1
0e894d0257811bf883e0d46fcfbb5d08f100637e
/src/main/java/com/enginemobi/bssuite/domain/Promotion.java
464ad576294b64661a3e8a93a5f1ddc145271a4b
[ "Apache-2.0" ]
permissive
pkcool/bssuite
ded01f8c015bdc23209bb97ee97be7ebbebad5a7
6771fed3c2e2bb2b318f5cc8e6edafd1b787a063
refs/heads/develop-0.3.x
2021-01-10T06:20:51.001239
2015-12-08T03:05:22
2015-12-08T03:05:22
44,002,076
6
7
null
2015-11-06T11:13:35
2015-10-10T08:32:55
Java
UTF-8
Java
false
false
3,859
java
package com.enginemobi.bssuite.domain; import org.hibernate.annotations.Cache; import org.hibernate.annotations.CacheConcurrencyStrategy; import java.time.LocalDate; import org.springframework.data.elasticsearch.annotations.Document; import javax.persistence.*; import javax.validation.constraints.*; import java.io.Se...
[ "smaxllimit@gmail.com" ]
smaxllimit@gmail.com
eb665103d6cc1b3cf5c448483fe8e8e9a115d4ab
753c19c237b3a24a5e58938ba530b26284c2cbc2
/app/src/main/java/com/fred_w/demo/codercommunity/mvp/model/entity/AccessToken.java
42ca65f3e2044cb1fb1d9ac8a85441e5bba417dd
[]
no_license
wjl7123093/CoderCommunity
df1ecf810affe9b24b618e3c85e805a964132f63
766bbe98188d6319727cf83dfe6cba3bfdc7fd93
refs/heads/master
2021-09-04T08:57:09.162253
2018-01-17T13:57:31
2018-01-17T13:57:31
115,528,585
0
0
null
null
null
null
UTF-8
Java
false
false
1,651
java
package com.fred_w.demo.codercommunity.mvp.model.entity; /** * AccessToken Entity * * @author Fred_W * @version v1.0.0 * * @crdate 2017-12-31 * @update */ public class AccessToken { private int code; private String access_token; private String refresh_token; private String token_type; priv...
[ "wjl7123093@163.com" ]
wjl7123093@163.com
0e59eefffeadb8a78f60aced557956e19d091d11
7111b3e8d178b5084e9335f6dd8ebc345c4ee052
/array method return type.java
b6bfc4f2b28568364f2c4683c5f7c7e5296bc87a
[]
no_license
CanonJavaDev/practice
b0e92da11c2064c4b69628a458d189dd4c232412
559d13ce58f76912aed0d392264376bd89dbf51d
refs/heads/master
2021-01-17T16:03:09.058189
2017-02-23T23:32:15
2017-02-23T23:32:15
82,977,904
0
0
null
2017-02-23T23:32:16
2017-02-23T22:31:47
Java
UTF-8
Java
false
false
678
java
//array method return type class Test { int[] m1( ) //Method return type is array { System.out.println("Method----1"); int [ ] a = {10,20,30}; return a; } void m2(double[] d) // Method argument is array { System.out.println("Method---2"); for (double dd : d) { System.out.println(dd)...
[ "ritesh@nallola.com" ]
ritesh@nallola.com
141eda8136a251a4c14900d7319fa6c14a33121b
f2e83d1fcbfcca23313f5d12af309b71e686d106
/Desktop/KOSMO/workspace/java/KKosmo/src/object06/cooperation/Student.java
6a89b4b2121c66cb58fa0f98442135e0f4074358
[]
no_license
jason-moonKor/Kosmo0815class-Java
129a7c93fef5fd97d8a99fa8b99c96eb2c65a136
6875623bcd411a5f9a14c782bd805105bed03a83
refs/heads/main
2023-07-16T03:49:47.809679
2021-09-03T09:16:08
2021-09-03T09:16:08
402,705,729
0
0
null
null
null
null
UTF-8
Java
false
false
705
java
package object06.cooperation; public class Student { String studentName; public int grade; public int money; public int busFee = 1000; public int subFee = 1500; public Student(String studentName, int money) { this.studentName = studentName; this.money = money; } public void takeBus(Bus bus) { System.ou...
[ "jaesangv@naver.com" ]
jaesangv@naver.com
697c907fbb0426aeec428bc380132b244b902dae
2f4d648198afa52c17f626cc2d4bfb4d7f3e8d5a
/src/uex/durian/Box.java
da6c4529b93c890bca6f9007b424db21ba06a830
[]
no_license
jgarciapft/PracticaLaberintos
bd91bf074140d0d916aa4dfc22f77d7638ef06fa
c1c2a43ec1de609fe3e5269a8f04b2943324d9b1
refs/heads/master
2020-05-03T11:46:52.779898
2019-04-22T16:09:05
2019-04-22T16:09:05
178,608,994
0
0
null
null
null
null
UTF-8
Java
false
false
18,005
java
/* * Copyright 2016 DiffPlug * * 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 ...
[ "jgarciapft@alumnos.unex.es" ]
jgarciapft@alumnos.unex.es
d317e905f0747313430bf337323d902fdff44899
618bff98f8b0b2e0258b4ef069ff373ee3b7cc76
/app/src/main/java/com/atozmak/devtfdemo/entities/ArticleDetail.java
4b6be5125dffc185a0e9ca6a4a019b35ec01581d
[]
no_license
lostinthefall/DevtfDemo
2388d48e0fdf4255ed778a1f8d3fdb79c55e26d1
8b6e24804916819473566538a1604eaa9b07ce1c
refs/heads/master
2020-07-05T05:04:53.603308
2016-03-20T08:31:01
2016-03-20T08:31:01
54,305,874
0
0
null
null
null
null
UTF-8
Java
false
false
328
java
package com.atozmak.devtfdemo.entities; /** * Created by Mak on 2016/3/19. */ public class ArticleDetail { public String postId; public String content; public ArticleDetail() { } public ArticleDetail(String postId, String content) { this.postId = postId; this.content = content; ...
[ "zhuangyinwu@gmail.com" ]
zhuangyinwu@gmail.com
d9fc8d75d9b6722cd232c146736d6feb8e77741e
e6e16791661f6883e043721c243bc32f2a13c88d
/src/main/java/cn/diffpi/kit/video/BuilderUtil.java
c2e121f5c1515df39fe77d0174b6a6c0e49f18cd
[]
no_license
SuperHeYilin/hi-video-resty
5be7db63c964c8024d9b998ff776075dfada68ab
eddfa90b3045ab96a2aed4cd9944bbc6ea6df272
refs/heads/master
2022-09-03T10:49:25.995353
2020-04-21T09:11:25
2020-04-21T09:11:25
141,672,804
0
0
null
2022-09-01T22:48:01
2018-07-20T06:30:30
Java
UTF-8
Java
false
false
548
java
package cn.diffpi.kit.video; /** * 打开文件的工具类 */ public class BuilderUtil { private BuilderUtil() { } public static ProcessBuilder getInstance() { return BuilderSingleton.INSTANCE.getInstance(); } private static enum BuilderSingleton { INSTANCE; private ProcessBuilder pro...
[ "240957830@qq.com" ]
240957830@qq.com
42699b2ed705503084df6cbb94b25d97977a8f25
f7393adbe4582f440ecbfe2b74562f25d3ae1b67
/Common/src/main/java/cn/qqtheme/framework/util/ScreenUtils.java
7d6eadfd12fff00776a706c3d59afdc217cc07e5
[ "Apache-2.0" ]
permissive
alicfeng/sise
b7a20329ca1c80cc575e8e9e2ad48364db4ec639
230dcdd417ca1b9b034d8c7d95ef193a446999e9
refs/heads/master
2021-06-16T16:42:29.309496
2017-05-15T12:05:29
2017-05-15T12:05:29
59,456,580
3
0
null
null
null
null
UTF-8
Java
false
false
2,923
java
package cn.qqtheme.framework.util; import android.app.Activity; import android.content.Context; import android.util.DisplayMetrics; import android.view.Window; import android.view.WindowManager; /** * 获取屏幕宽高等信息、全屏切换、保持屏幕常亮、截屏等 * * @author liyujiang[QQ:1032694760] * @since 2015/11/26 */ public final class ScreenU...
[ "1096105191@qq.com" ]
1096105191@qq.com
cb9f564020641afa150e14f8426a3145b8ba3e3f
d212614b72eeca746e8f8c3bbb2fcae8593ea9ea
/app/src/main/java/com/hapus/android/store/Product_details_activity.java
b3b4cad1e7ee0c7fbe520e0c9cbaa2dd08139707
[]
no_license
ksasanka11/Hapus
da17c5af5190d4e111db2f6152e4bb43580780f8
94a9534788b65a05b4a3c0e3f7706324eeae5d38
refs/heads/master
2022-11-04T07:30:53.127164
2019-05-15T08:02:32
2019-05-15T08:02:32
171,491,481
0
0
null
null
null
null
UTF-8
Java
false
false
5,865
java
package com.hapus.android.store; import android.content.Intent; import android.support.annotation.NonNull; import android.support.design.widget.FloatingActionButton; import android.support.design.widget.TabLayout; import android.support.v4.view.ViewPager; import android.support.v7.app.AppCompatActivity; import android...
[ "30541568+ksasanka11@users.noreply.github.com" ]
30541568+ksasanka11@users.noreply.github.com
f36da24543be4a4bc3dbeeb093f3f29b698e33d8
a418c919d65fa3b66becfe43d4f166d462f09bfe
/cachecloud-open-web/src/main/java/com/sohu/cache/entity/MachineInfo.java
50a24de61f446315871e2566a21f80d0d89a4a3f
[ "Apache-2.0" ]
permissive
luwenbin006/cachecloud
b977b3665893381ed87bc3956602040923b4c208
f69631196c6eeca350d08c27ceae0835bd4e8f21
refs/heads/master
2021-01-21T09:20:37.812445
2016-11-29T09:55:05
2016-11-29T09:55:05
56,665,982
1
0
null
2016-04-20T07:36:07
2016-04-20T07:36:07
null
UTF-8
Java
false
false
5,182
java
package com.sohu.cache.entity; import java.util.Date; import com.sohu.cache.util.ConstUtils; /** * 机器的属性信息 * * Created by lingguo on 14-6-27. */ public class MachineInfo { /** * 机器id */ private long id; /** * ssh用户名 */ private String sshUser= ConstUt...
[ "carlosfu@163.com" ]
carlosfu@163.com
44a2514ea63c78a736f19c50d7ab26fd63fdd22e
e605abef2bfe8283c73a8013c0efcbb80ae8bac3
/src/main/java/com/ngo/cg/exception/NoSuchDonationException.java
fca68b7009488f903c2ddc44cf967f3b0be11243
[]
no_license
sriaashritha/NGO
e46710719529787a55ad490517101dbaa3cd05bf
3201ed768b57a0f5feae5c209fc53b794884ac5b
refs/heads/master
2023-03-31T00:34:23.625092
2021-03-30T19:36:06
2021-03-30T19:36:06
353,118,995
0
0
null
null
null
null
UTF-8
Java
false
false
224
java
package com.ngo.cg.exception; public class NoSuchDonationException extends Exception { private static final long serialVersionUID = 1L; public NoSuchDonationException(String errorMessage) { super(errorMessage); } }
[ "vtu9510@veltechuniv.edu.in" ]
vtu9510@veltechuniv.edu.in
c2df0aaba5cde0e465dd1606bd8fb56f5022d0a1
d73e0d5c800ef6fc2782cc16779602554fdd3d7a
/src/main/java/addressbook/Util.java
b4620747c9fa859f7b4c11da991a488805fa1f1d
[]
no_license
tosinoni/AddressBookSpring
c5e7dbc03832539d93ae521a5770db63cf38cbf2
0d84625a213740982fedb90ed87ad9f6b7c4c693
refs/heads/master
2021-05-02T11:25:47.365523
2018-02-08T17:48:07
2018-02-08T17:48:07
120,775,524
0
0
null
null
null
null
UTF-8
Java
false
false
492
java
package addressbook; import java.util.Collection; public class Util { public static <E> void addAllIfNotNull(Collection<E> list, Collection<? extends E> c) { if (c != null) { list.addAll(c); } } public static <E> void addIfNotNull(Collection<E> list, E c) { if (c != nu...
[ "tosin.oni@carleton.ca" ]
tosin.oni@carleton.ca
3db4840c54e0e7eb64f983525dca6bf6aca72da9
15e4a6aff3a6af870e05ed4b9eb7a9d6abbaa215
/Tracker/src/Position.java
dd02424e9b7eeb540a8341e5a5c9c8c8f1859fba
[]
no_license
junechoi93/formicidae
b52c9762441e42e6f52f3a5110c6094471acb38e
2a7373d828a21a76f2d4c564a9605a74c2c5005a
refs/heads/master
2020-04-20T08:24:26.962847
2014-03-05T10:01:34
2014-03-05T10:01:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,619
java
import processing.core.PApplet; import processing.core.PVector; public class Position { PVector origin; PVector avgspeed; // Average speed in pixels/second float lastmovetime; // Last moved time in seconds static float averagingTime =1.0f; // Averaging time in seconds int channel; int id; int groupid; int ...
[ "bst@tc.com" ]
bst@tc.com
d928cc2b907a9fee83f1752caf8a58375abea553
fdcb69f1d67ea822e7cdf51a00b4381785e05ea9
/src/main/java/edu/web/ContentType.java
d5638c25dac00df5a3a6e972120ccfdb872ff849
[]
no_license
lanaflonPerso/ProgramingServlets
1add2cd0cda7e2ad06db2c4db963f21162211a19
dab4357680c6c21531a6bcbe96c02e41d049becc
refs/heads/master
2020-12-02T03:03:06.362668
2018-01-03T20:34:44
2018-01-03T20:34:44
230,866,127
0
1
null
2019-12-30T07:06:03
2019-12-30T07:06:02
null
UTF-8
Java
false
false
1,068
java
package edu.web; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java.io.IOException; import java.io.PrintWriter; /** * Created by R.Karimov on...
[ "rkarimov.r@gmail.com" ]
rkarimov.r@gmail.com
c49d6b3df749ea3e3a719030281342c04c44dbdf
d6090b00f33bbf5ef14d7cb2372bb3a0c04bd138
/src/com/weidi/bluetoothchat/widget/ChatImageView.java
e5cf74899ebcf9cfebd60bc9b5e38e9aa6873c9f
[]
no_license
weidi5858258/BluetoothChat
2de2fac837fdc1481853cc6238015140d6c925f8
f4183dcf7c2770fe27af4728a61cbfc5a840ac45
refs/heads/master
2021-05-10T18:40:27.015858
2018-01-20T04:15:46
2018-01-20T04:15:46
118,131,985
0
0
null
null
null
null
UTF-8
Java
false
false
5,924
java
package com.weidi.bluetoothchat.widget; import android.content.Context; import android.content.res.TypedArray; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Matrix; import android.graphics.NinePatch; import ...
[ "weidi5858258@sina.com" ]
weidi5858258@sina.com
b94cef6dba54eb88530f57e18c2e876b6819f0b7
9419f4ac1836eb7f08d0fc08c5c0d4e5b5860a67
/src/edu/npu/votingsystem/domain/Register.java
c632a5d4a889422ea3fc9d51da11fa2877af7f46
[]
no_license
Rohini341999/VotingSystem
80484137aec3fd6f7080838232936f84be854dff
413fe5b679fb1879482dfb70bdd8dcb2d41c0c73
refs/heads/main
2023-01-29T02:03:38.310446
2020-12-16T15:35:20
2020-12-16T15:35:20
322,014,748
0
1
null
null
null
null
UTF-8
Java
false
false
663
java
package edu.npu.votingsystem.domain; public class Register { private String fName,lName,username,password; public Register() { // TODO Auto-generated constructor stub } public String getPassword() { return password; } public void setPassword(String password) { this.password = password; } public Strin...
[ "sonalkoli341999@gmail.com" ]
sonalkoli341999@gmail.com
c6405673f58d1464703df8874909f412002bb8b4
a36653d99bc288d14cfd317b22495beb16385775
/Developers_Life_Easy/src/streamsdemos/ReductionExample_3.java
08b4205c797106359a1649324cea9ef73881e710
[]
no_license
crescentjava/Java8
c8c2e7c80735a33dc05d9e21d52e29074243d22f
7c394ece987a4666bce8dcfbae4178142a4733e3
refs/heads/main
2023-08-24T17:49:34.966499
2021-10-17T16:40:25
2021-10-17T16:40:25
387,865,336
0
0
null
null
null
null
UTF-8
Java
false
false
575
java
package streamsdemos; import java.util.Arrays; import java.util.List; import java.util.Optional; public class ReductionExample_3 { public static void main(String... args) { List<Integer> list = Arrays.asList(); // List<Integer> list = Arrays.asList(-10,-8); Optional<Integer> re...
[ "noreply@github.com" ]
crescentjava.noreply@github.com
0cef3ef04624595136a2d76f352f9a9f9faa8d3f
a1b8a83d2c7360284072548e5d0e3e16d79a6b58
/wyait-manage/src/main/java/com/wyait/manage/service/db1/ComboService.java
a9ea755fed23937b4c7f20bc592029c16c567978
[]
no_license
adolphs/system
443822789243c4590456e24dd5294430336f49cf
9a391d5249ac44b498b2e628dec5945a3acebf3c
refs/heads/main
2023-02-27T02:07:43.527298
2021-02-08T09:55:44
2021-02-08T09:55:44
305,930,810
0
0
null
null
null
null
UTF-8
Java
false
false
2,945
java
package com.wyait.manage.service.db1; import com.baomidou.mybatisplus.service.IService; import com.wyait.manage.entity.ComboDetailsVo; import com.wyait.manage.pojo.*; import com.wyait.manage.pojo.result.ResponseResult; import com.wyait.manage.utils.PageDataResult; import java.util.List; import java.util.Map; /** * ...
[ "asa_don@163.com" ]
asa_don@163.com
a2909e6a11dd4ee11d9560ca9bd9358b6d58f8ab
3acf3be737b76584a818a73acfead5a23472ad46
/src/main/java/com/gcaraciolo/payroll/domain/ChangeEmployeeMailTransaction.java
cb992bc0e4b560d4f716c7a7f6d3108f7a1e6225
[]
no_license
gcaraciolo/payroll
3a702d924b24b949819dcdb94ac76e97d967745e
3c6c459623ea59001f554abf8a2606691f54a937
refs/heads/master
2020-09-07T02:58:46.432279
2019-11-12T00:59:25
2019-11-12T00:59:25
220,636,835
2
1
null
null
null
null
UTF-8
Java
false
false
310
java
package com.gcaraciolo.payroll.domain; public class ChangeEmployeeMailTransaction extends ChangeEmployeeMethodTransaction { public ChangeEmployeeMailTransaction(Integer empId) { super(empId); } @Override protected PaymentMethod getMethod() { return new MailMethod(); } }
[ "gcaraciolo@gmail.com" ]
gcaraciolo@gmail.com
d1901ad85eecb430e9def69e62d7d8b1a4526173
8af1164bac943cef64e41bae312223c3c0e38114
/results-java/JetBrains--intellij-community/9065a9cb83f6dc01ca89bfabfe44404e15438682/before/Dictionary.java
c46e7f90f312f5d732879967631036ec860b0f34
[]
no_license
fracz/refactor-extractor
3ae45c97cc63f26d5cb8b92003b12f74cc9973a9
dd5e82bfcc376e74a99e18c2bf54c95676914272
refs/heads/master
2021-01-19T06:50:08.211003
2018-11-30T13:00:57
2018-11-30T13:00:57
87,353,478
0
0
null
null
null
null
UTF-8
Java
false
false
883
java
/* * Copyright 2000-2009 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...
[ "fraczwojciech@gmail.com" ]
fraczwojciech@gmail.com
3ed26b251c23efd868951c93539f38d942d130ae
cc8aeb50685b0b7fa46b70a54f25ecf3808adb69
/src/java/dao/PlanDAO.java
fd7fc3b39739b09254dfcc65aead59db39944952
[]
no_license
hanx2307/gyma
b1f1043fd99c62926eed7e0c712241a767795aee
cbd405f9fe8a88b2e2f0c11ea93c5feba94d6f18
refs/heads/master
2020-05-31T21:58:25.338895
2017-06-12T04:10:30
2017-06-12T04:10:30
94,049,885
0
0
null
null
null
null
UTF-8
Java
false
false
4,040
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 dao; import connect.DBConnect; import java.sql.Connection; import static java.sql.JDBCType.NULL; import java.sql.PreparedState...
[ "hanx2307@gmail.com" ]
hanx2307@gmail.com
3fae543be18ad4f65b6b5391ad3821be15eabd3e
3ed4c2da885a01a4d845088307ff6c241590b294
/Object Oriented/assignment-4-madubata-master/assignment-4-madubata-master/src/main/java/edu/neu/ccs/cs5004/Problem3/JournalPaper.java
b736b311aa181b5e93f1999a0e8e5699fcffd79a
[]
no_license
Moltenbrown/Computer-Science-Projects
033b410fb3b53180b559d82511972994ae247ff8
4d09c752004bdd6d04aa0a7f15132dc60d3ac9eb
refs/heads/master
2021-06-27T00:28:26.504303
2020-11-01T03:01:45
2020-11-01T03:01:45
164,078,244
0
0
null
2020-10-13T21:40:06
2019-01-04T08:11:42
Python
UTF-8
Java
false
false
3,170
java
package edu.neu.ccs.cs5004.Problem3; import java.util.Objects; /** * Represents a paper in a journal with all its details--the journal name, the * journal issue number, and the month as a three letter abbreviation, as strings. * * @author Goch */ public class JournalPaper extends AbstractPublication { private ...
[ "madubata.u@husky.neu.edu" ]
madubata.u@husky.neu.edu
1167d356b723f29a52a4b5bf284ae65cd2ced149
a6c2d9177bbca8cb4bab58a4fc1536e82ed7d220
/src/main/java/com/shenke/repository/WuliaoRepository.java
e889b9c89b1dfe7aed518b9f562ae98280914cbb
[]
no_license
chao3373/MES
05eaf1728167e38a2236313818696ff775b49e76
152b2d71e1a7cc8f23883d5fc8d8f535794fbde5
refs/heads/master
2022-07-11T03:49:27.224172
2020-02-11T11:36:13
2020-02-11T11:36:13
193,823,642
0
0
null
2022-06-29T17:28:12
2019-06-26T03:33:37
JavaScript
UTF-8
Java
false
false
1,108
java
package com.shenke.repository; import com.shenke.entity.Wuliao; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; import org.springframework.data.jpa.repository.Modifying; import org.springframework.data.jpa.repository.Query; import ...
[ "17864308105@163.com" ]
17864308105@163.com
15aed1133ab774bf2df501f8f1a24f891c2bb301
0af8b92686a58eb0b64e319b22411432aca7a8f3
/single-large-project/src/test/java/org/gradle/test/performancenull_28/Testnull_2771.java
ebe4449eea62503e167992945f7434d21d3decbf
[]
no_license
gradle/performance-comparisons
b0d38db37c326e0ce271abebdb3c91769b860799
e53dc7182fafcf9fedf07920cbbea8b40ee4eef4
refs/heads/master
2023-08-14T19:24:39.164276
2022-11-24T05:18:33
2022-11-24T05:18:33
80,121,268
17
15
null
2022-09-30T08:04:35
2017-01-26T14:25:33
null
UTF-8
Java
false
false
304
java
package org.gradle.test.performancenull_28; import static org.junit.Assert.*; public class Testnull_2771 { private final Productionnull_2771 production = new Productionnull_2771("value"); @org.junit.Test public void test() { assertEquals(production.getProperty(), "value"); } }
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
511188504b8614d2e6bd729ed52870eadf2a70c1
8a85d5987d859e96d382b754b72e39be8feaaf40
/src/main/java/com/strangeman/classmates/bean/MessageExample.java
907de01ad557768d2613ecd036cc2e7fd48280d6
[]
no_license
chapter7ofnight/classmates
34e07ffbe389c96651c9c4c1df1b775c2c9cb973
42ff6d44076c254557e1d4598de10285f08e6d6c
refs/heads/master
2020-03-07T17:11:17.737496
2018-05-10T03:05:58
2018-05-10T03:05:58
null
0
0
null
null
null
null
UTF-8
Java
false
false
16,192
java
package com.strangeman.classmates.bean; import java.util.ArrayList; import java.util.List; public class MessageExample { protected String orderByClause; protected boolean distinct; protected List<Criteria> oredCriteria; public MessageExample() { oredCriteria = new ArrayList<Criteria>(); ...
[ "312764843@qq.com" ]
312764843@qq.com
afcf8f1c9e7a30b034112d135be49307d6ed656e
5cabdb14f69058b144b2fc194e613c8123481fc3
/src/main/java/by/teplouhova/chef/builder/impl/VegetablesSTAXBuilder.java
f24ca5260093ab6b5a43368dca522c9b3ff6843e
[]
no_license
Katinuta/xmlparsing
a84b8a994dc7bd5a3efd0e843ca0bf37a5a9e6c8
6c709a77f15dbead04751adebb8f1b6da889f7eb
refs/heads/master
2021-08-14T16:54:42.054512
2017-11-16T08:50:14
2017-11-16T08:50:14
110,946,849
0
0
null
null
null
null
UTF-8
Java
false
false
8,462
java
package by.teplouhova.chef.builder.impl; import by.teplouhova.chef.builder.AbstractVegetablesBuilder; import by.teplouhova.chef.builder.SaladEnum; import by.teplouhova.chef.entity.CuttingStyle; import by.teplouhova.chef.entity.Vegetable; import by.teplouhova.chef.entity.WayCooking; import by.teplouhova.chef.entity.Fru...
[ "katinuta@gmail.com" ]
katinuta@gmail.com
36f1b2614ce638a90ab1386f40346b50ed9a7e1a
46f2a4d17fb83ddf8f28facc7a02e0af7feb8357
/app/src/main/java/com/example/phompang/thermalfeedback/adapter/ContactAdapter.java
0a856d6c7355d24af020d984a8c00ab3a556223d
[]
no_license
PhompAng/ThermalFeedback
f204e6ee8f120f0025e6db0b1bbd71365d635787
9804a34748746be11b5c6255a7f5c56eb7a158f1
refs/heads/master
2021-03-27T16:11:01.551705
2018-01-11T07:03:27
2018-01-11T07:03:27
78,106,099
0
0
null
null
null
null
UTF-8
Java
false
false
2,601
java
package com.example.phompang.thermalfeedback.adapter; import android.content.Context; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.TextView; import com.example.phompang...
[ "tingtong003tomy@gmail.com" ]
tingtong003tomy@gmail.com
7f1883e35f6cf2956cb0b30102362692029bc8cb
ee631691814915676e70ef5097910b3304bd23f1
/src/main/java/com/tian/cola/dao/comment/CommentDAO.java
3d5573c83a120d65d1b45183ca055bd4520a45e3
[]
no_license
tiancz/ssm
8342aab056f2326b505c1d0547626ad9a51575d1
bcf2ab017c250baa7a8eea61009d4a3ef6d18728
refs/heads/master
2021-01-19T03:50:52.910335
2017-10-08T07:10:23
2017-10-08T07:10:23
65,386,193
0
0
null
null
null
null
UTF-8
Java
false
false
416
java
package com.tian.cola.dao.comment; import java.util.List; import com.tian.cola.dto.comment.CommentDTO; /** * <p>Title:Comment</p> * <p>Description:</p> * @author tianchaozhe665 * @Email nathanieltian@163.com * @date 2016年11月24日 下午11:03:57 **/ public interface CommentDAO { public List<CommentDTO>...
[ "nathanieltian@163.com" ]
nathanieltian@163.com
3c613ed85c0ef3788e72d9119d0aab8be3d34834
b0261e231fc02a2a1714327807a38a9579e9652d
/fromLocal/VendingMachine/src/main/java/com/bl/vendingmachine/controller/VendingMachineController.java
247dff393880c7db3215038e002552811223aea4
[]
no_license
thebenlarson/classProjects
48982430dacf62ea9493ffc6a36f24d7efa9d44f
bb815e2a4bd66412973df4848a09e5792154613c
refs/heads/master
2023-02-18T17:05:44.891118
2021-01-21T03:04:15
2021-01-21T03:04:15
331,496,660
0
0
null
null
null
null
UTF-8
Java
false
false
3,585
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.bl.vendingmachine.controller; import com.bl.vendingmachine.dao.VendingMachineInvalidCodeException; import com.bl.vendingma...
[ "benlarson_fullstack@yahoo.com" ]
benlarson_fullstack@yahoo.com
21cd33d1923b75c991a41641cc6b734dc5459baa
2deeed0d4f5d78aafe0b1174529326b8d3fb1ab2
/android/app/src/main/java/thevolt/flutter_screen/MainActivity.java
6531384496c2a3a6725773d9c1bf87da33bdf109
[]
no_license
Ranshikha/flutter_delivery_screen
7077a423a7a9d6e1fc92505ef48c6abbd0f38084
9bd157f9dec4a3a3845c7d7be67c78d53dde30d4
refs/heads/master
2020-12-14T00:51:22.357795
2020-01-21T16:30:24
2020-01-21T16:30:24
234,582,682
0
0
null
null
null
null
UTF-8
Java
false
false
432
java
package thevolt.flutter_screen; import androidx.annotation.NonNull; import io.flutter.embedding.android.FlutterActivity; import io.flutter.embedding.engine.FlutterEngine; import io.flutter.plugins.GeneratedPluginRegistrant; public class MainActivity extends FlutterActivity { @Override public void configureFlutter...
[ "ranshikha404@gmail.com" ]
ranshikha404@gmail.com
d3f30ecc8d9d5e8ca257a2b43add0110421eba6c
8eaf88146f7d3eb3f82d43ccac8177d58b229ff0
/Topicos_Plugin.java
34041ba180c2bd6465bddf8362f5d5e3f3953880
[]
no_license
LucasFreitasRocha/pluginsImageJ
2371510eb78959fc8e9952e27b1b113388ca0044
d9c0f8fd8ae2027de23606dc03bb0949b540f819
refs/heads/master
2021-10-28T09:41:09.718441
2021-10-25T01:43:04
2021-10-25T01:43:04
214,248,965
1
0
null
null
null
null
UTF-8
Java
false
false
284
java
import ij.IJ; import ij.ImagePlus; import ij.WindowManager; import ij.plugin.PlugIn; import ij.process.ImageProcessor; public class Topicos_Plugin implements PlugIn { public void run(String arg) { ImagePlus read = WindowManager.getImage("READ"); read.show(); } }
[ "rochadefreitaslucas@gmail.com" ]
rochadefreitaslucas@gmail.com
0ef243c5c066b19a60dabdf0cc9fd40aa06da4f6
ad7497c62b6bf9e40e241de1044a4bef63a34aa7
/skysail.server/src/de/twenty11/skysail/server/um/domain/PasswordsMatchValidator.java
cd9c638b4ac3c0fcf097ccb1d725241516671c24
[ "Apache-2.0" ]
permissive
evandor/skysail-framework
f99dbaceb6383ce899077cdf0acd40787acbca03
480df6f043ab85328ecc6cc38958c501edbc2374
refs/heads/master
2021-01-17T08:40:00.758281
2016-11-21T07:50:38
2016-11-21T07:50:38
28,823,015
1
0
null
null
null
null
UTF-8
Java
false
false
651
java
package de.twenty11.skysail.server.um.domain; import javax.validation.ConstraintValidator; import javax.validation.ConstraintValidatorContext; public class PasswordsMatchValidator implements ConstraintValidator<PasswordsMatch, Registration> { @Override public void initialize(PasswordsMatch passwordParameter...
[ "evandor@gmail.com" ]
evandor@gmail.com
1ddcb618deb8b9f27bc64a1f1e2054d01b9cc9fe
0b673f0187ab1d169972c35265d98579ac0115e7
/CDRD/src/br/com/contos/jdbc/JDBCNotificacaoDAO.java
123bd7b5a1aa6bcdc1485cea6a3c42ec31332bd1
[]
no_license
confoosed/Contos-De-Reinos-Distantes
860fad4ea1f39674988dc6f3b51353f184a2a8be
d7760b20d10cbe37b977a5e7d089301fcda01684
refs/heads/master
2020-03-27T22:30:53.109500
2018-09-03T17:46:27
2018-09-03T17:46:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,558
java
package br.com.contos.jdbc; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.time.LocalDate; import java.util.ArrayList; import java.util.List; import br.com.contos.classes.Notificacao; import br.com.contos.j...
[ "kalylhenings@gmail.com" ]
kalylhenings@gmail.com
1bb839034ca7fb64724514d9f14ce10a00875949
8ae4facdbd06a3116c22b009820e1f9daea6799a
/discovery/src/test/java/com/example/basics/DiscoveryApplicationTests.java
3683808ee69fb66cd9995c9d07be58ef73eea3b2
[]
no_license
sivanandapanda/spring-cloud-gateway
96e29305397daacf565367fee5fa996d8ea958d6
783fcba564e0e092fa42f02ead66180d9c90b48e
refs/heads/main
2023-03-12T15:46:49.597568
2021-02-27T13:27:16
2021-02-27T13:27:16
341,947,894
0
0
null
null
null
null
UTF-8
Java
false
false
213
java
package com.example.basics; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class DiscoveryApplicationTests { @Test void contextLoads() { } }
[ "sivanandpanda@gmail.com" ]
sivanandpanda@gmail.com
a3a7900f392ea38ecc0ba3f21aee4119d586446c
f18fcc1981d16bc49a9c171b4b13a5a83aa055d1
/src/au/com/billingbuddy/business/objects/ProcessSubscriptionsMDTR.java
1e5966833922c6f33665139e1e66cf930d539408
[]
no_license
edicsonm/BillingBuddyServer
ec7477770c026dcb37b5049f0bc29eed0fa832f1
f6a0afa8e4dc865e46ce14ae6c06644ec38bdb24
refs/heads/master
2021-01-02T09:43:46.834643
2015-05-29T11:46:53
2015-05-29T11:46:53
28,280,646
0
0
null
null
null
null
UTF-8
Java
false
false
39,489
java
package au.com.billingbuddy.business.objects; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; import java.util.ArrayList; import java.util.Calendar; import java.uti...
[ "edicsonm@gmail.com" ]
edicsonm@gmail.com
19778fa81690f994961fe9edb5dec81a02d7f0b4
09683aaffcd781992f89746f5be5bebcf8cf864b
/src/main/java/com/github/dwladdimiroc/stormMonitor/util/Metrics.java
b2026a6a38d8f916a551e5282862e561adea1a1e
[]
no_license
dwladdimiroc/storm-monitor
3740465ef6608e85b01f09e6a75d3cbf39b36236
a6a155b3fdacb07e752b53943ec9ef813cfc0fce
refs/heads/master
2021-03-08T05:20:27.705797
2020-09-28T08:10:32
2020-09-28T08:10:32
246,320,204
0
0
null
null
null
null
UTF-8
Java
false
false
4,709
java
package com.github.dwladdimiroc.stormMonitor.util; import com.github.dwladdimiroc.stormMonitor.StormAdaptative; import com.github.dwladdimiroc.stormMonitor.eda.Stats; import com.github.dwladdimiroc.stormMonitor.eda.TopologyApp; import com.codahale.metrics.CsvReporter; import com.codahale.metrics.Gauge; import com.coda...
[ "daniel.wladdimiro@lip6.fr" ]
daniel.wladdimiro@lip6.fr
959ea27df12ea412b297f6b1c9123d440f0d09a2
275bdfd603e2890ffeedd71a1778ff89f1385228
/gcp/src/main/java/com/example/oauth2/Setup.java
9ea09559e002453f0dc1ef4f253ed4f9d74ee9e6
[]
no_license
kariyappah/myprojects
fab87dec16d93f40fc66aeb09679cbdf0f6cfedd
d69fb769fefeb00a0e7fe1f831cc26607e0f5e74
refs/heads/master
2021-01-19T12:25:14.541044
2017-08-21T06:18:46
2017-08-21T06:18:46
100,784,801
0
0
null
null
null
null
UTF-8
Java
false
false
364
java
package com.example.oauth2; public class Setup { public static final String CLIENT_ID = "95344702868-m3qt0589t2m0oahscg21mgudkofjpsum.apps.googleusercontent.com"; public static final String CLIENT_SECRET = "5QX5SjLrYHRPNhzA1ZsKnn2v"; public static final String REDIRECT_URL = "https://mygcpprojec...
[ "manasu@manasu" ]
manasu@manasu
06c37fcf2effb9cb1bd05aec0fb80c769b0ad40e
04fc52b043955887b2526b30bfedaf8dcf9d80d2
/src/brickBreaker/MapGenerator.java
9aea54111fa8a155174566e74449dc86f96d17d2
[]
no_license
nethraui/brickbreaker
073187759ed46c993d7bfd95272663c951df74f9
64245d7ebfb191ab993d6c00377070273af2e9e1
refs/heads/master
2022-09-05T19:04:35.813853
2020-05-27T02:35:31
2020-05-27T02:35:31
267,202,428
0
0
null
null
null
null
UTF-8
Java
false
false
1,115
java
package brickBreaker; import java.awt.*; public class MapGenerator { public int map[][]; public int brickWidth; public int brickHeight; public MapGenerator(int row, int col){ map = new int[row][col]; for (int i = 0; i < map.length; i++) { for (int j = 0; j < map[0].length...
[ "noreply@github.com" ]
nethraui.noreply@github.com
dc33b569a19994003c3bd125019504fcbf22ac10
b080e60bf6e61a75d40d9f7644ae34418861de70
/src/mc/alk/arena/controllers/messaging/MatchMessager.java
0cd89bb70498b1b91d3d80e013a7dd8790f87f43
[]
no_license
Kirill20/BattleArena
4e3de390d8c4fa36507a77c371435dd5f23d652c
79d6c5d166ad8fa6bcb513e2008961ef46b4a0cc
refs/heads/master
2021-01-18T10:42:44.622387
2013-08-08T05:38:25
2013-08-08T05:38:25
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,139
java
package mc.alk.arena.controllers.messaging; import java.util.Collection; import java.util.List; import mc.alk.arena.competition.match.Match; import mc.alk.arena.objects.ArenaPlayer; import mc.alk.arena.objects.MatchState; import mc.alk.arena.objects.messaging.AnnouncementOptions; import mc.alk.arena.objects.messaging...
[ "alkarin.v@gmail.com" ]
alkarin.v@gmail.com
d82b7198b03d0083f5cf47ed0b0c3e59570967b7
a36e8b0697fbc7356f74ed6e5dfefc8ec31a0f92
/src/net/shopxx/controller/member/PasswordController.java
38efdc36a5f7551947191205c208bbb1304d2bf8
[]
no_license
cwy329233832/shop
eb11fe65e96705f0c291e5f7ab2b7adb2fa01e94
d88331f74741af1d558c079b072769b787408230
refs/heads/master
2021-03-01T07:00:29.606834
2019-01-26T09:43:25
2019-01-26T09:43:25
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,034
java
/* * Copyright 2005-2017 shopxx.net. All rights reserved. * Support: http://www.shopxx.net * License: http://www.shopxx.net/license */ package net.shopxx.controller.member; import javax.inject.Inject; import org.apache.commons.lang.StringUtils; import org.springframework.stereotype.Controller; import org.springfr...
[ "zhangwenxuan@sina.com" ]
zhangwenxuan@sina.com
d4549e303ce6b5ec20efa6abbe088f61ffeb40ea
343773ae835dbbaefde9f653f9211570bd8455d6
/src/main/java/teamroots/embers/api/power/IEmberPacketProducer.java
808c2e9465bafa7959a83ae732eacd1ad8e1a5f0
[ "MIT" ]
permissive
DaedalusGame/EmbersRekindled
a06895d5bc3d0cf6739965828eab96edcdd35a78
a2437713ea29ee9ca76b3e14f6e67f8e8862ccaa
refs/heads/rekindled
2022-05-01T12:03:20.268625
2021-03-03T19:13:27
2021-03-03T19:13:27
135,477,242
41
37
MIT
2022-03-26T17:47:02
2018-05-30T17:38:40
Java
UTF-8
Java
false
false
215
java
package teamroots.embers.api.power; import net.minecraft.util.EnumFacing; import net.minecraft.util.math.BlockPos; public interface IEmberPacketProducer { void setTargetPosition(BlockPos pos, EnumFacing side); }
[ "bordlistian@hotmail.de" ]
bordlistian@hotmail.de
76e697c4e20c667bc7916ffc62cf33b21db414e8
d9017ff594120c4d8bc38f8ef4b31843b7be1c28
/app/server/appsmith-server/src/main/java/com/appsmith/server/repositories/CustomUserDataRepository.java
28347d023f0bae8b9bcc3057b8e77e87fe9af5c6
[ "Apache-2.0" ]
permissive
reachtokish/appsmith
979ccee42ffda132284d0f161bcc369f1212172b
46e368afa9776b13d8cb177f1a9f8a89c119afb4
refs/heads/release
2023-01-02T08:42:14.096088
2022-08-22T12:15:03
2022-08-22T12:15:03
301,500,835
1
0
Apache-2.0
2020-10-06T06:23:17
2020-10-05T18:19:19
null
UTF-8
Java
false
false
197
java
package com.appsmith.server.repositories; import com.appsmith.server.repositories.ce.CustomUserDataRepositoryCE; public interface CustomUserDataRepository extends CustomUserDataRepositoryCE { }
[ "noreply@github.com" ]
reachtokish.noreply@github.com
64231840e7e0bd50e1f3bedb1ff51261893b2b67
6a59e5bd764735c86eeaac4225e6705a07e5e8d0
/app/src/main/java/com/app/cellular/mobile/Navigation_main/Address_Ontrack.java
40da554adc4499cd8b8b1d4da832d97d1bc5c9ea
[]
no_license
priyankagiri14/cellular_mobile
4290720b42fcd710e271fb049b442b27c5f02d4b
64088000aefe836383517713dae4bb719c8e2c3b
refs/heads/master
2020-09-25T14:02:56.788142
2020-02-18T12:00:34
2020-02-18T12:00:34
226,018,859
0
0
null
null
null
null
UTF-8
Java
false
false
2,589
java
package com.app.cellular.mobile.Navigation_main; import android.content.Intent; import android.os.Bundle; import android.view.MenuItem; import androidx.appcompat.app.ActionBarDrawerToggle; import androidx.appcompat.app.AppCompatActivity; import androidx.appcompat.widget.Toolbar; import androidx.core.view.Gra...
[ "priyanka@ontrackis.com" ]
priyanka@ontrackis.com
8a227ce6881664602e6cc9cf2396e221e8ad979d
5707536bdaffe1c0de2abfa838111cabb287c452
/components/org.wso2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth/dto/OAuthIDTokenAlgorithmDTO.java
bfc0e1347e3f018689af84acf749647b0022986e
[ "Apache-2.0" ]
permissive
wso2-extensions/identity-inbound-auth-oauth
1ea5481d0595e56fdf972c1bc6e6bd1c61bd7d82
d153b3dd2ae065df135566cb6e8951ac8c1a8645
refs/heads/master
2023-09-01T08:58:09.127138
2023-09-01T05:37:33
2023-09-01T05:37:33
52,758,721
28
410
Apache-2.0
2023-09-14T12:13:20
2016-02-29T02:41:06
Java
UTF-8
Java
false
false
2,325
java
/* * Copyright (c) 2018, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you 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...
[ "vihangaliyanage007@gmail.com" ]
vihangaliyanage007@gmail.com
dabfd04001a03ba3a52331add5fb9a5d0935bdea
41bebb1d64f52ff5acd4d48ce91a56fa97ec0c41
/src/test/java/seedu/address/logic/suggestions/TrieTest.java
92fdde32ea5ca5f150400e114a3188a913a7f2b0
[ "MIT" ]
permissive
linnnruoo/JitHub
a3eea0e6d42e3b69d38e006b182de9aff1cb6252
c9fbd34a85929e3e494a0c89d3e59737bd4d831a
refs/heads/master
2020-03-30T09:22:01.861211
2018-11-12T15:55:12
2018-11-12T15:55:12
151,073,023
0
0
null
null
null
null
UTF-8
Java
false
false
5,599
java
package seedu.address.logic.suggestions; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; import java.util.ArrayList; import java.util.List; import org.junit.Before; import org.junit.Test; import seedu.address.logic.commands.AddCommand; import seedu.address.logic.commands.Clear...
[ "elston.ayx@u.nus.edu" ]
elston.ayx@u.nus.edu
b83d806306faa1bfbb0428e76cc08084e2f68e77
7e3dee96374e6c5316b937196a7e2036307a9059
/android-sdk/src/main/java/com/sensorberg/sdk/model/realm/RealmScan.java
975b468c4f0caee8c63525e2a75b0bfa3e5e15a2
[ "MIT" ]
permissive
passavent7/android-sdk
d43ba27ac678166697b534de94b7fe81a27af119
e5b322ace12544434901d3a1fa9f292c160d577a
refs/heads/master
2020-12-26T04:37:35.772802
2015-06-04T09:39:15
2015-06-04T09:39:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,291
java
package com.sensorberg.sdk.model.realm; import com.google.gson.TypeAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.sensorberg.sdk.model.ISO8601TypeAdapter; import com.sensorberg.sdk.scanner.ScanEvent; import com.sensorberg.sdk.scanner.ScanEventType; import java....
[ "falko@briefhansa.de" ]
falko@briefhansa.de
3ad5a5139d807e16e1d2653dd702981387538171
06f700275881d252d5994cfb2d6f51316e1a2ab1
/build/generated-sources/jax-ws/com/ilient/api/ApiServiceRequestAttachment.java
48d7566514ee58f14b092b4b2c450c7021cdd18f
[]
no_license
danielshsp/sqlConn
6418aed765c3d94f8b53fc6b981db0ed699cdeac
9ec1eaed8618af400e1e5cc55e1a63d3bcd00818
refs/heads/master
2020-04-27T22:05:53.686993
2019-03-09T17:13:22
2019-03-09T17:13:22
174,723,196
0
0
null
null
null
null
UTF-8
Java
false
false
3,805
java
package com.ilient.api; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlSchemaType; import javax.xml.bind.annotation.XmlType; import javax.xml.datatype.XMLGregorianCalendar; /** * <p>Java class for apiServiceRequestAttachment com...
[ "gkx638" ]
gkx638
a9b1a07c6fd3456015391a0a794103a7c9683b85
c28d079399340f12b9655868113d641bc8b89209
/src/main/java/model/WeatherReportResponse.java
bc7c504f2e6c2446deda8db38498b5dd5693bfbb
[]
no_license
chiragNarkhede/Weather-Reporting-Comparator
9c6655a14f87cd6a60ac463aa1acb9d96abad6c5
a581a42e3958d76f43d2a3989100fc4a90b7cd05
refs/heads/master
2022-12-11T20:26:10.098497
2020-08-13T14:19:29
2020-08-13T14:19:29
286,822,677
1
0
null
null
null
null
UTF-8
Java
false
false
843
java
package model; import java.util.List; import model.WeatherDetails; import model.WindDetails; import model.MainDetails; /* Create Object for JSON response * which received from API */ public class WeatherReportResponse { public List<WeatherDetails> weather ; public MainDetails main; public WindDetails wi...
[ "chiragnarkhede178@gmail.com" ]
chiragnarkhede178@gmail.com
80ccb13570d83e45e0a7d71677e7eaf5b9801aaf
0663afe07eec169dbe8a932acea6ecae52a11299
/src/main/java/com/atguigu/crud/service/UserService.java
e59c6423d2054dcea54d0d52371c80ee0c2d69ba
[]
no_license
qiushanling-admin/ssm-crud
139e58d7e19580afcbbbac8ca60de178134f88c6
36bac38bb6b006546ea9da983d0623039affd5c7
refs/heads/master
2020-12-04T13:26:09.406661
2019-03-15T03:10:00
2019-03-15T03:10:00
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,199
java
package com.atguigu.crud.service; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.atguigu.crud.bean.User; import com.atguigu.crud.bean.UserExample; import com.atguigu.crud.bean.UserExample.Criteria; import com.atguigu.cru...
[ "38879101+476554858@users.noreply.github.com" ]
38879101+476554858@users.noreply.github.com
f3ff394252e5a0f254633b5b0bfcb2277245aea8
2bd7643730a0048e0ba1e7bb663a97166c54dc54
/EBPSv2/src/main/java/com/controller/rest/application/FrequentlyAskedQuestionRestController.java
613c057b76a3b1f084e001d02ce66223f6f1863b
[]
no_license
bkings/BuildingPermitDynamic
3f8b4d7fa8aaff45b43f05fc16fcb1ea54da3ad7
bb7322f6e04b2017854a5ceebcf4b37d755d000b
refs/heads/master
2023-02-16T20:46:37.209422
2021-01-17T06:40:25
2021-01-17T06:40:25
299,945,567
1
0
null
2020-10-21T13:30:47
2020-09-30T14:25:30
Java
UTF-8
Java
false
false
1,419
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.controller.rest.application; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web...
[ "bbikings@yahoo.com" ]
bbikings@yahoo.com
f99ee953719ad246ac3be3c7fec4c8a0e5c428ec
b239ac53ff301239a8838ad2c0424f23bec9a6f0
/jgrzesiak_mod4/deitelfig16_15/StaticCharMethods.java
0a0c784b73ca0c51d8e887ac98f5016de8f6ccb9
[]
no_license
jhgrz/itp120
8e4a00589621f0f80b4af8f5f494b19341d7e8d4
3aff341b5bdfc70158d9083d1046da188273496b
refs/heads/master
2021-01-16T23:17:23.404018
2017-02-22T16:50:13
2017-02-22T16:50:13
82,817,285
1
0
null
null
null
null
UTF-8
Java
false
false
2,564
java
package deitelfig16_15; // Fig. 16.15: StaticCharMethods.java // Character static methods for testing characters and converting case. import java.util.Scanner; public class StaticCharMethods { public static void main( String[] args ) { Scanner scanner = new Scanner( System.in ); // create scanner...
[ "root@Johns-MacBook-Pro.local" ]
root@Johns-MacBook-Pro.local
6828d9138ee6483c9ca473747a1638e7d8bf8a53
4b0bf4787e89bcae7e4759bde6d7f3ab2c81f849
/aliyun-java-sdk-viapi-regen/src/main/java/com/aliyuncs/viapi_regen/model/v20211119/CheckDatasetOssBucketCORSRequest.java
d1160f68aafd6cb2b8e672e143c6c3187c25a545
[ "Apache-2.0" ]
permissive
aliyun/aliyun-openapi-java-sdk
a263fa08e261f12d45586d1b3ad8a6609bba0e91
e19239808ad2298d32dda77db29a6d809e4f7add
refs/heads/master
2023-09-03T12:28:09.765286
2023-09-01T09:03:00
2023-09-01T09:03:00
39,555,898
1,542
1,317
NOASSERTION
2023-09-14T07:27:05
2015-07-23T08:41:13
Java
UTF-8
Java
false
false
1,708
java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
5506dbd686fe0af2c55f7d287237448cda28a4bf
429499b7d25bab3d74daec5064afeb2dc26dc607
/src/main/java/com/Project/ESB/IService/FillAttenteIService.java
6eb3ac12f32b148e20b4d2d43d5dfc60b96a1704
[]
no_license
HajlaouiAmine/esb_pfe
1f0c1a3ef3422ceb68765cf527b91eecbaec562a
7c6661841ad6e2f21ac003ace5bf78e16fbb07d1
refs/heads/main
2023-04-29T07:49:54.041038
2021-05-18T12:19:30
2021-05-18T12:19:30
368,510,163
0
1
null
null
null
null
UTF-8
Java
false
false
166
java
package com.Project.ESB.IService; import com.Project.ESB.Model.FillAttente; public interface FillAttenteIService { FillAttente créer(FillAttente fillAttente); }
[ "amine.hajlaoui.77@gmail.com" ]
amine.hajlaoui.77@gmail.com
2274e76905261637ea0bab91d36be95442b4ecdc
714bf80a42af65d5fe8cd3d33784f739eb87292c
/src/StartWindow.java
33be2337bdb400fb5346c1a168cc24bbbb7f2c78
[]
no_license
jweiler2020/Block_Game
d9cff070700e7f66741b554896103c8305270965
30cdb0ae445c756220e7a1d5e6f81f186f855352
refs/heads/master
2020-04-26T05:13:15.990625
2019-04-29T01:57:47
2019-04-29T01:57:47
173,327,025
0
0
null
null
null
null
UTF-8
Java
false
false
3,394
java
import java.awt.*; import java.awt.event.*; import javax.swing.*; public class StartWindow extends JFrame implements ActionListener { private JButton playGameButton, settingsButton, quitButton; private JButton backToMainButton; private JPanel mainPanel, settingsPanel; private CardLayout cl = new CardLayout(); ...
[ "jweiler2020@cusd.claremont.edu" ]
jweiler2020@cusd.claremont.edu
56b7d912d1dc37c38eaad76337a80d60f34dafee
089469c624662b3598ca264ef5564cd96656105d
/app/src/main/java/com/android/github/souravbera/e_commerce/ConfirmFinalOrderActivity.java
1f97cf6566203c3e05c991df502e0b4d9ff55842
[]
no_license
nano-research-labs/E-Commerce-Clothes-App
065b10664e03d23af50ec7408cc14b27d958a3c2
7221b08e0193c43f09ab4abfe1f987226de2fca8
refs/heads/master
2023-02-05T06:57:36.748563
2020-12-23T13:24:13
2020-12-23T13:24:13
296,399,881
0
1
null
2020-12-23T13:24:15
2020-09-17T17:44:04
Java
UTF-8
Java
false
false
5,130
java
package com.android.github.souravbera.e_commerce; import android.content.Intent; import android.os.Bundle; import android.provider.ContactsContract; import android.text.TextUtils; import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widget.Toast; import androidx.annot...
[ "sauravberaiit@gmail.com" ]
sauravberaiit@gmail.com
c4b0b055bbb31a11bdf7f0cb37a55e730559ed79
3b50b3b55a9fd4f6bc90315d2bda9c07ec599116
/app/src/main/java/com/d/httprequest/model/WpTerm.java
fea8fd5e0c073f305260783effd6bcb96c80a6ce
[]
no_license
huuhuybn/HttpRequest3
c0a0359c7dd759a8fc9df97706025de43c890f02
79beb0d59a3dad1a93bfcf29edcf1dbe22239d6b
refs/heads/master
2020-06-21T01:39:11.865132
2019-07-17T04:03:26
2019-07-17T04:03:26
197,312,450
2
1
null
null
null
null
UTF-8
Java
false
false
824
java
package com.d.httprequest.model; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; public class WpTerm { @SerializedName("taxonomy") @Expose private String taxonomy; @SerializedName("embeddable") @Expose private Boolean embeddable; @SerializedN...
[ "huuhuybn@gmail.com" ]
huuhuybn@gmail.com
ca05cc53c4319fde39ad3b866d1d2decb47e1bfb
202b67a83f0558b4db7e570d8daf73517d319f4f
/app/src/main/java/com/lorem/simpledictionary/LoaderActivity.java
9cc8425badae2eaf90418045104f0cc3931b91dc
[]
no_license
ravimahfunda/SimpleDictionary
53b2d9fa4fd29855c387a28750639d5bf3efffa5
8f75eb63ad0aa2f8973291de679bd2ddc0aa961f
refs/heads/master
2020-03-26T11:26:52.737391
2018-08-15T11:12:50
2018-08-15T11:12:50
144,843,108
1
0
null
null
null
null
UTF-8
Java
false
false
5,247
java
package com.lorem.simpledictionary; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.content.res.Resources; import android.os.AsyncTask; import android.os.Debug; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import andr...
[ "ravimahfunda@gmail.com" ]
ravimahfunda@gmail.com
d0ae45a9dbce69419fe70e78a8d88e8c1ba0f5da
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/11/11_e67d2acfe8112a311fdb5af31767119d184d6362/Pointer/11_e67d2acfe8112a311fdb5af31767119d184d6362_Pointer_s.java
dbbb1e084bcc6e694e59a8d1a2d37f4656603592
[]
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
152,476
java
/* * BridJ - Dynamic and blazing-fast native interop for Java. * http://bridj.googlecode.com/ * * Copyright (c) 2010-2013, Olivier Chafik (http://ochafik.com/) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the f...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
9308501d1bfaf2ec9c57abd63792596b54b98b38
19106d337d6d26387b514ed0e1cdcf3816f7e979
/src/main/java/vsdl/wrepo/cql/query/ColumnInfo.java
f96be6aac9edaa70db6a8158af4e3da5451527c4
[]
no_license
VectorShadow/WickedRepository
e74a7242b0dad2cfb5878f9f9518315b409d53d9
c776b70bad647cd4bf8871444e845cbff460d526
refs/heads/master
2023-07-05T18:25:55.304420
2021-08-14T20:51:31
2021-08-14T20:51:31
392,843,643
0
0
null
null
null
null
UTF-8
Java
false
false
362
java
package vsdl.wrepo.cql.query; public class ColumnInfo { private final String NAME; private final String DATA_TYPE; public ColumnInfo(String name, String dataType) { NAME = name; DATA_TYPE = dataType; } public String getName() { return NAME; } public String getDataT...
[ "ncbrayshaw@hotmail.com" ]
ncbrayshaw@hotmail.com
a40e29960195fa66f2984e33c4ddfd00b3050e17
d72ae697577033286befbebf9469723552523f93
/src/main/java/com/circuit/obj/Admin.java
c162ebc8158066b4e1c0582b4f0f6c770baf4ff2
[]
no_license
mjay1995/Capitan-System-New
74110112f899ff9e88cc9eb1fce12405dd5c263c
0fe70465c742c33b9a6a586cb520a430a91e3d81
refs/heads/master
2021-03-24T09:41:18.445005
2018-03-01T15:47:34
2018-03-01T15:47:34
115,422,553
0
0
null
null
null
null
UTF-8
Java
false
false
3,042
java
<<<<<<< HEAD /* * 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.circuit.obj; /** * * @author Marvin */ public class Admin { int id; int idNo; String firs...
[ "noreply@github.com" ]
mjay1995.noreply@github.com
1d54ea3478a09dcd025f751c39cc3a3080449e27
3bf15a294b2b76e4d00c54fbed9981cde0d99d36
/LAB 7/com/cg/eis/bean/Employee.java
80f7d8e43ea732c2c535e61e86e29120aa1d5472
[]
no_license
Thamimulla/Module1
0b155d420e5fda1b112fd661e95ce5ee8f458d45
ad7a63861bef0333c49680349d51400f3a766a62
refs/heads/main
2023-04-30T22:48:34.061848
2021-05-16T08:04:34
2021-05-16T08:04:34
353,276,152
0
0
null
null
null
null
UTF-8
Java
false
false
2,002
java
package com.cg.eis.bean; public class Employee { private int id; private String name; private double salary; private String designation; private String insuranceScheme; public Employee() { super(); } public Employee(int id, String name, double salary, String designation, String insur...
[ "noreply@github.com" ]
Thamimulla.noreply@github.com
13941806b10815ffa1d28cc90a457ce99a5b22fa
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/27/27_91412c601b16af910a0d6d7e90499f12ad8aabfa/TextField/27_91412c601b16af910a0d6d7e90499f12ad8aabfa_TextField_t.java
03c9dd5ca87303b690144bfe232140cf0b30cce2
[]
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
189,228
java
//#condition polish.usePolishGui /* * Copyright (c) 2004-2009 Robert Virkus / Enough Software * * This file is part of J2ME Polish. * * J2ME Polish 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 Foundatio...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
414c4d6349fdc90188fab39bcd135a4f0503171c
6763f0f021b47582538987d4ba0a29c506bab3b7
/src/main/java/com/raitichan/MCTweet/config/MCTweetConfigGuiFactory.java
49f6cb8942d60a89a21d7c9360d6ed3b4bd8b59e
[]
no_license
raiti-chan/MCTweet
78dd254fd9929b24e6c8dec5f13bc4f002e63527
18f24d2bd7c1421a914dab7f04a57441f0ff4d7b
refs/heads/master
2020-12-30T13:28:56.085944
2017-05-28T02:19:20
2017-05-28T02:19:20
90,355,523
0
0
null
null
null
null
UTF-8
Java
false
false
3,622
java
package com.raitichan.MCTweet.config; import java.util.Set; import net.minecraft.client.Minecraft; import net.minecraft.client.gui.GuiScreen; import net.minecraftforge.fml.client.IModGuiFactory; /** * MCTweet config gui factory. * <br>Created by Raiti-chan on 2017/05/13. * * @author Raiti-chan * @version 1.0.0...
[ "rusuke@t-net.ne.jp" ]
rusuke@t-net.ne.jp
682a572aca0d971c9217a100abbdf11f974eaa3e
872601067d4ebaeeea4b90b966ec87583a2f8b4a
/Spring Core, Maven/Hands-on/885114/EngineAnalysis/EngineAnalysis/src/main/java/com/cts/engineAnalysis/SkeletonValidator.java
c2d6d1629a232df02c87357e21e21921d928574b
[]
no_license
VIJAYAJUPUDI/Stage1
ef36fb96157c2200457c4bddfc01f1d6b169ed5e
84087731d3ea7a5a966f80f5d8fab3e73bebce88
refs/heads/main
2023-03-04T19:25:14.105218
2021-02-12T08:52:05
2021-02-12T08:52:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,939
java
package com.cts.engineAnalysis; import java.lang.reflect.Method; import java.util.logging.Level; import java.util.logging.Logger; public class SkeletonValidator { public SkeletonValidator(){ validateClassName("com.cts.engineAnalysis.Car"); validateMethodSignature("getReport:void","com.cts.engineAnalysis.Car");...
[ "noreply@github.com" ]
VIJAYAJUPUDI.noreply@github.com
021f43182ac840a822bb8412242fca229c95546f
9b832ed4de8a20e3eb3165cfd86dfcf2fa5affcd
/src/HttpServer/HttpEnum.java
e9c9fd6304597d6ff293fb97346f4ed53f715c27
[]
no_license
HugoDanielson/NovoNordisk
f52b85b2063f1ff1e0b3542bad4afdfd1cb62a02
f2918a338e15231b7b0c58d732388684f7cd1ea8
refs/heads/master
2023-01-06T04:01:51.799368
2020-10-22T03:12:06
2020-10-22T03:12:06
306,209,015
0
0
null
null
null
null
UTF-8
Java
false
false
599
java
package HttpServer; public class HttpEnum { public enum eHttpPath { COM1("/iiwa_com1"), COM2("/iiwa_com2"), COM3("/iiwa_com3"), COM4("/iiwa_com4"),COM5("/iiwa_com5"); private String path; private eHttpPath(String path) { this.path = path; } public String getValue() { return this.path; ...
[ "danielbilik@DANIELBILIK4939" ]
danielbilik@DANIELBILIK4939
44d5c33243402e32a2ab1de91178cfb38dc78eb1
a86ef8b64b11209173fd1123fa387b4ae6194905
/src/com/linmalu/library/api/LinmaluBossbar.java
3506225e111e2c3e4461b4d14abd6227035ed035
[]
no_license
Linmalu/LinmaluLibrary_v1.7.9
2a9b4e424ccdc5fbbdf651a628eb235bef791511
12172799d1c41951d7427cd130b2bab37c58a864
refs/heads/master
2020-03-18T11:25:11.992714
2018-07-24T12:02:14
2018-07-24T12:02:14
134,670,061
0
0
null
null
null
null
UTF-8
Java
false
false
3,199
java
package com.linmalu.library.api; import java.util.HashMap; import org.bukkit.Bukkit; import org.bukkit.Location; import org.bukkit.entity.EntityType; import org.bukkit.entity.Player; import org.bukkit.entity.Zombie; import com.comphenix.protocol.PacketType; import com.comphenix.protocol.ProtocolLibrary; import com.c...
[ "gkdwns0103@naver.com" ]
gkdwns0103@naver.com
71dc72d8b8b7cc2fc32e6ff6bd31ab4d5ee85cce
33c8113d1b55222ec16ca382284de234bdfc4616
/app/src/main/java/com/example/restaurantsdemoapp/contract/MainActivityContract.java
6bd9f2ae614f665fcaa36ac5996aa79cf7196b5f
[]
no_license
yogeshMarutiPatil/RestaurantDemoApp
ede4308f3ff2b50b5c9011119b7b9d715e5f3b60
35cd056338981f3e3aeb1cca89be18f072edfbbd
refs/heads/master
2020-09-26T07:41:09.977449
2019-12-11T12:06:27
2019-12-11T12:06:27
226,206,220
0
0
null
null
null
null
UTF-8
Java
false
false
930
java
package com.example.restaurantsdemoapp.contract; import android.content.Context; import com.example.restaurantsdemoapp.model.adapter.RestaurantRecyclerViewAdapter; import com.example.restaurantsdemoapp.model.pojo.Restaurant; import java.util.List; public interface MainActivityContract { interface Model { ...
[ "yogeshnxt@gmail.com" ]
yogeshnxt@gmail.com
17afc7ad83d60e577c93697b844090655bf69b01
a04a8bb40cb6682a26d4f43b5de2f8410fb6d269
/src/main/java/cz/fit/dpo/mvcshooter/designPatterns/controller/commandPattern/concreteCommands/MoveCannonDownCommand.java
94834044f1dd0bcbc48546410524e463d984ef3c
[]
no_license
RANJEL/DesignPatternsSeminarJob-MVC_Shooter_Game
5e179c252f39a91749125378ddc1e37c7cd0eacb
e55a469069ded0c139f427d08211668d938b425d
refs/heads/master
2020-03-27T16:23:37.179032
2018-08-31T10:19:01
2018-08-31T10:19:01
146,778,735
0
0
null
null
null
null
UTF-8
Java
false
false
458
java
package cz.fit.dpo.mvcshooter.designPatterns.controller.commandPattern.concreteCommands; import cz.fit.dpo.mvcshooter.designPatterns.controller.commandPattern.AbstractCommand; import cz.fit.dpo.mvcshooter.model.Model; public class MoveCannonDownCommand extends AbstractCommand { public MoveCannonDownCommand(Model ...
[ "lejnajan@fit.cvut.cz" ]
lejnajan@fit.cvut.cz
9f55e01d625ce20df8c5c4d8a8fef9bf0439f13a
4ddff7c87688a7b6ec2ea6d0e4d699c91ef73fd2
/src/main/java/com/zzc/modules/sysmgr/user/base/entity/UserOrgPositionRelation.java
342daf3ee5c7ad3a43808482db4c081af646a82f
[]
no_license
1033132510/SCM
56146e99e840c912d1a17f763250d9ab170e7d3c
6a4b8d4bc8685bb5167bd14021f3129a9f5bab91
refs/heads/master
2021-01-21T12:15:23.021648
2017-05-19T08:14:45
2017-05-19T08:14:45
91,782,654
0
0
null
null
null
null
UTF-8
Java
false
false
786
java
package com.zzc.modules.sysmgr.user.base.entity; import javax.persistence.Column; import javax.persistence.EmbeddedId; import javax.persistence.Entity; import javax.persistence.Table; /** * Created by wufan on 2015/11/12. */ @Entity @Table(name = "SYS_USER_ORG_POSITION") public class UserOrgPositionRelation { ...
[ "lenovo" ]
lenovo
dd19f611261b0f44a36b6431dd2ba94155bc93f2
e96ae2301d33421d08b6413fdc2f35a6b4c5df5c
/src/com/windows3/po/ProductDetail.java
1ff3a1350feb1a4f8bd0e990d8e3b10f937d80cf
[]
no_license
windows3/spring_mybatis_2_mvc
938f7efb2b10ecd9e14b66c74c053d5859a5e977
dfc86b20149e2854d912c29e2bf8e98e651ae74b
refs/heads/master
2020-04-05T02:57:36.163408
2018-11-07T05:46:34
2018-11-07T05:46:34
156,490,838
0
0
null
null
null
null
UTF-8
Java
false
false
1,480
java
package com.windows3.po; import java.io.Serializable; /** * Created by 3 on 2018/1/20. */ public class ProductDetail implements Serializable { private Integer id; private Integer productId; private String smallImage; private String bigImage; private String productCaption; public ProductDeta...
[ "416400304@qq.com" ]
416400304@qq.com
a6eaa8496059559dabbd9797c72deb8867eb8ace
08542aed048e8cc31c1f111c7c002a070264f900
/src/com/android/settings/ConfirmLockPassword.java
0e802dc81982fb6381d4833b52ea894fd180cbf4
[]
no_license
thehacker911/LG_Launcher
f2922ccf435e0f7c6d616cfbb68735d51c4efd6a
91696e501e9d56f1941137dd685539e0a5b5743d
refs/heads/master
2020-05-18T03:41:01.096277
2014-02-26T15:39:52
2014-02-26T15:39:52
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,794
java
package com.android.settings; import android.app.Activity; import android.app.Fragment; import android.content.Intent; import android.os.Bundle; import android.os.Handler; import android.preference.PreferenceActivity; import android.text.Editable; import android.text.TextWatcher; import android.view.KeyEvent; import a...
[ "maikdiebenkorn@outlook.com" ]
maikdiebenkorn@outlook.com
934f5acd4198edf04eebf7c9e2834b9736bc7fdb
d340ca98ec67ca00f44d52dd222ff1bfce45a23b
/VariantDriftPrototype/src/main/java/de/hub/mse/variantsync/variantdrift/experiments/algorithms/nwm/alg/merge/Merger.java
2c5662349f4b2e872077d709940b695c0073f16b
[]
no_license
AlexanderSchultheiss/variant-drift
e6f45dc027dd6a9d922ca98825afd60e54fcd3c5
4dba0cbd373adcb485dd45437e95447eaa7957ff
refs/heads/master
2023-02-06T19:38:28.409815
2020-09-24T09:09:30
2020-09-24T09:09:30
298,225,102
1
0
null
null
null
null
UTF-8
Java
false
false
4,217
java
package de.hub.mse.variantsync.variantdrift.experiments.algorithms.nwm.alg.merge; import java.util.ArrayList; import java.util.HashSet; import de.hub.mse.variantsync.variantdrift.experiments.algorithms.nwm.common.AlgoUtil; import de.hub.mse.variantsync.variantdrift.experiments.algorithms.nwm.domain.Element; import de...
[ "alexander.schultheiss@informatik.hu-berlin.de" ]
alexander.schultheiss@informatik.hu-berlin.de
0c8a664754ced5e001617ba0d630d64c9069f414
2d7433ffc30c3a320bd46faae52aacf5b05216f3
/app/src/main/java/com/sam_chordas/android/stockhawk/widget/DetailWidgetProvider.java
43aea57847843f70aa91cb35d75539f851438abb
[]
no_license
nvh0412/StockHawk
af8c070cc4f389762a56130af939b0dbaeb4f9b9
111dca766b279dc8ea2b9de1be26a67bb70559d8
refs/heads/master
2020-04-06T03:47:54.017811
2016-09-14T17:02:07
2016-09-14T17:02:07
67,299,730
0
0
null
2016-09-03T16:18:44
2016-09-03T16:18:44
null
UTF-8
Java
false
false
2,379
java
package com.sam_chordas.android.stockhawk.widget; import android.app.PendingIntent; import android.appwidget.AppWidgetManager; import android.appwidget.AppWidgetProvider; import android.content.ComponentName; import android.content.Context; import android.content.Intent; import android.support.annotation.NonNull; impo...
[ "nvh0412@gmail.com" ]
nvh0412@gmail.com
7657972bb3e025a17e5c55a176303cf644ca6a3d
f03081503b10bfd96216cb564b1050120c66aa70
/app/src/androidTest/java/com/example/sam/randommusichttp/ExampleInstrumentedTest.java
34d8b9031ef68feb6f9aa9f5170afc180fedce96
[]
no_license
ntv168/RandomChannelHttp
a3da3f43a1133ee12a3da085e48c8a6c945e8c0b
dd71769f61b6f70246f4326cd3ef2621df3a0f6d
refs/heads/master
2021-07-08T18:12:18.934192
2017-10-08T16:06:43
2017-10-08T16:06:43
106,122,511
0
0
null
null
null
null
UTF-8
Java
false
false
766
java
package com.example.sam.randommusichttp; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumentation test, which will execute on...
[ "yolovelee" ]
yolovelee
f107968883cddcfdc89a8fb9572cd040997dffb6
ba1c4635e8ca406241300cffc5a5ae16d8047c1f
/src/es/workast/utils/WorkastException.java
48a96540c523cf30aba523e7b48c9af00b763838
[]
no_license
ncornag/workast
686dd1ae0d46c4753e8e79cb62aef88d229a47b3
9a5f1b46d34a73f331747dd881822a7986d517c4
refs/heads/master
2021-01-22T12:13:08.830627
2008-09-25T22:20:01
2015-12-02T15:04:02
32,228,769
0
0
null
null
null
null
WINDOWS-1250
Java
false
false
1,606
java
package es.workast.utils; import org.springframework.context.NoSuchMessageException; import org.springframework.context.support.AbstractMessageSource; /** * TODO Documentar * * @author Nicolás Cornaglia */ public class WorkastException extends RuntimeException { private static final long serialVersionUID = ...
[ "ncornag@gmail.com" ]
ncornag@gmail.com
c7120a7c6cb61b812535116d442f10f241bae63c
b1db7cf979aaed9a60e376fe2a61e020b66f84e0
/src/java/com/jilit/irp/persistence/dto/HobbiesMasterId.java
76838550152fbe0b86ff219f3ff747cd8b011944
[]
no_license
livcoding/CLXRegistration_OLD
c2a569c0c05c46b9fbb6e176ffc1fd9ca3ebd7e1
a167f29d20d9c9f1de0e4e78bfca6317f837bc4d
refs/heads/master
2023-06-21T11:14:20.595579
2021-07-23T07:26:29
2021-07-23T07:26:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
899
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.jilit.irp.persistence.dto; /** * * @author ashok.singh */ public class HobbiesMasterId implements java.io.Serializab...
[ "uvsir001@gmail.com" ]
uvsir001@gmail.com