blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
7
332
content_id
stringlengths
40
40
detected_licenses
listlengths
0
50
license_type
stringclasses
2 values
repo_name
stringlengths
7
115
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
557 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
5.85k
684M
star_events_count
int64
0
77.7k
fork_events_count
int64
0
48k
gha_license_id
stringclasses
17 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
82 values
src_encoding
stringclasses
28 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
7
5.41M
extension
stringclasses
11 values
content
stringlengths
7
5.41M
authors
listlengths
1
1
author
stringlengths
0
161
fe6ba5b08d3e529bd13f9e55449fee4fe8423ec2
3703de7e888f196842647132b9706115ae0bf434
/groupware/src/main/java/com/dk/groupware/board/service/BoardUpdateService.java
8b7218a29e2f811d542d9665771a7f35e858e040
[]
no_license
YunHwaChoi/gw
dabcb325db528e0ec8fa75b1d6fc6040bcd6e918
62e1e18dd30fcb44e7b7536a8a9d31023b756c5a
refs/heads/master
2021-01-10T14:40:03.474833
2016-03-15T21:46:03
2016-03-15T21:46:03
53,918,052
1
0
null
null
null
null
UTF-8
Java
false
false
500
java
package com.dk.groupware.board.service; import com.dk.groupware.board.dao.BoardDao; import com.dk.groupware.common.ServiceInterface; public class BoardUpdateService implements ServiceInterface{ private BoardDao boardDao; public void setBoardDao(BoardDao boardDao) { this.boardDao = boardDao; } @...
[ "shandyhcom@gmail.com" ]
shandyhcom@gmail.com
30ac36e838e97634b2789f5062612fe9c6847892
2d41aa4c28b4c749632585af05cf0b0f22a0a0c6
/Selenium-Automation-Elearning-Framework-TestNG/src/com/training/pom/ELTC_038POM.java
dc7df476b476be758834e1441958ded96d0a9925
[]
no_license
nehag211/SimpleTestCasesSet
7d33f1a53d1fcd5a00968daf28b3d21147182c1a
d324feffc7b79dd34aed99ef6d67e8c59faf40b0
refs/heads/master
2020-04-29T02:49:01.929664
2019-04-04T05:20:19
2019-04-04T05:20:19
175,784,417
0
0
null
null
null
null
UTF-8
Java
false
false
3,646
java
package com.training.pom; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; import org.openqa.selenium.support.PageFactory; import org.openqa.selenium.support.ui.Select; public class ELTC_038POM { private WebDriver driver; public E...
[ "Neha@9.81.222.18" ]
Neha@9.81.222.18
1a70e4921d7c148037aa9f4897b854e7ffb75b09
aeddc605558198747fc0691711503b558a374076
/hello-es-step3/src/main/java/com/yicj/study/ESApplication.java
930bf82bd81cab901d2546dd3517a1d652d461b1
[]
no_license
yichengjie/es-study
7d23c3748aa3fc053e87f727b3044171bac8b1f7
956756cb864fd45ee8b6da5114ac4a25a4f60aba
refs/heads/master
2022-07-10T16:53:44.045956
2019-10-01T08:08:15
2019-10-01T08:08:15
210,792,022
1
0
null
2022-06-17T02:31:35
2019-09-25T08:17:25
Java
UTF-8
Java
false
false
410
java
package com.yicj.study; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; //https://www.jianshu.com/p/de838a665eec //https://www.jianshu.com/p/a621bee0ce1c @SpringBootApplication public class ESApplication { public static void main(S...
[ "626659321@qq.com" ]
626659321@qq.com
cb0dc7258cce134f2788b262857dafc47251d791
693c176a9bd5f8dad4057759a0b59b7425eeeec7
/ss/src/main/java/com/yc/bean/Address.java
2b669819d4b2e159b77077493041b6cd93f1dce4
[]
no_license
szr111/Spring_Study_School
373c8b1b96a8350f469e8de7974b32206b43a480
2919c69f56259b38e5270c7b289b467372b90fc4
refs/heads/master
2023-04-01T19:22:53.520363
2021-04-10T12:42:36
2021-04-10T12:42:36
356,578,055
0
0
null
null
null
null
UTF-8
Java
false
false
202
java
package com.yc.bean; public class Address { private String name; public String getName() { return name; } public void setName(String name) { this.name = name; } }
[ "1774329760@qq.com" ]
1774329760@qq.com
373b7d4a7bb31c9441327aabc9a0994a599388bf
a87a5aa3fa62f05746029da86e99ef1f6e24f34b
/rabbitmq-tutorials/src/main/java/org/springframework/amqp/tutorials/tut6/client/ClientApplication.java
164175bb4487edf1505e0f6346160a83fa408c27
[]
no_license
ChinaLongGanHu/spring-amqp-samples
7905c52a60a16d5a77734aa29f4e5fcb0a6f2375
ffd0f4c24df368723512672f55c6a2b67da5e9ac
refs/heads/master
2021-01-12T22:14:13.911636
2015-10-30T19:02:18
2015-11-02T17:36:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,017
java
package org.springframework.amqp.tutorials.tut6.client; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import org.springframework.amqp.core.DirectExchange; import org.springframework.amqp.rabbit.core.RabbitTemplate; import org.springframework.beans.factory.annotation.Autowired; im...
[ "abilan@pivotal.io" ]
abilan@pivotal.io
6fff720f07bc6bb833844f8f32099e3a51aa990e
126b90c506a84278078510b5979fbc06d2c61a39
/src/ANXCamera/sources/co/polarr/renderer/filters/o.java
82988e373eb6bce20bc6f4ddd4727c44a7332a9d
[]
no_license
XEonAX/ANXRealCamera
196bcbb304b8bbd3d86418cac5e82ebf1415f68a
1d3542f9e7f237b4ef7ca175d11086217562fad0
refs/heads/master
2022-08-02T00:24:30.864763
2020-05-29T14:01:41
2020-05-29T14:01:41
261,256,968
0
0
null
null
null
null
UTF-8
Java
false
false
367
java
package co.polarr.renderer.filters; import android.content.res.Resources; import co.polarr.renderer.b.p; import co.polarr.renderer.entities.Context; import co.polarr.renderer.filters.a.b; public class o extends b { public o(Resources resources, Context context) { super(resources, p.a("contrast"), context)...
[ "sv.xeon@gmail.com" ]
sv.xeon@gmail.com
e105269b4841e368359b015e4568dd7a4f55f80e
ecb7c0909cfbbbdfdf1d28a5068be193f30741a8
/editor/src/main/java/lh/worldclock/editor/EditorApp.java
ffeb6279dc60672b100d1b06e31c4be9b4ddd9ec
[]
no_license
jm-g/worldclock
3323220e22edc5ad4cc5403c1a0dcac76bf6c506
61ab90657ef5280137cf7f797919b46b2b72acff
refs/heads/master
2021-08-30T11:13:06.479270
2017-12-17T17:04:25
2017-12-17T17:04:25
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,130
java
/* * EditorApp.java */ package lh.worldclock.editor; import org.jdesktop.application.Application; import org.jdesktop.application.SingleFrameApplication; /** * The main class of the application. */ public class EditorApp extends SingleFrameApplication { /** * At startup create and show the main frame o...
[ "lhochet@java.net" ]
lhochet@java.net
f2a91acbde75ac4e99e4c81e71c7f0c92b9562b8
64210dfd87e4dea102db30e84b2dd7852d3a1f2f
/Servercode/gsd/src/lx/matcher/gs/friend/msg/SIdolGuardNotify.java
06d087c9866bef6ed1faca7dc0cd216fe6c3173c
[]
no_license
Unity3DMobileAlbatron/DATAUNITY3D
a14af3de443c8a99b9d018c2c490704159df340c
63c3a6020adb7d7850419d9453f27bc7fc3f7659
refs/heads/master
2020-03-28T23:48:15.064118
2018-09-19T17:25:32
2018-09-19T17:25:32
149,309,539
1
2
null
null
null
null
UTF-8
Java
false
false
2,660
java
package lx.gs.friend.msg; import com.goldhuman.Common.Marshal.OctetsStream; import com.goldhuman.Common.Marshal.MarshalException; // {{{ RPCGEN_IMPORT_BEGIN // {{{ DO NOT EDIT THIS abstract class __SIdolGuardNotify__ extends xio.Protocol { } /** 通知偶像守护者变化 */ // DO NOT EDIT THIS }}} // RPCGEN_IMPORT_END }}} public...
[ "noreply@github.com" ]
noreply@github.com
d0186f70cae680ea4518b6341e45aa4bb86068ad
dcdf6bb206e528d9e93cedaa0fe4cadd2e93f603
/src/main/java/com/zhongying/crm/controller/pc/CustomerController.java
ba852080333e0703ef44b6a0e963c02faa75b394
[]
no_license
encnencn/learnCrm
b7bb01f83ef6f4cd18afe9098d2d0aef5bfc2965
70f429013b3db44272b6c4b6f4ab834b3ba9d453
refs/heads/master
2020-04-13T10:49:41.288703
2019-01-24T09:10:30
2019-01-24T09:10:30
163,154,477
0
0
null
null
null
null
UTF-8
Java
false
false
20,733
java
package com.zhongying.crm.controller.pc; import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONArray; import com.alibaba.fastjson.JSONObject; import com.zhongying.crm.model.Admin; import com.zhongying.crm.model.ApproveRecord; import com.zhongying.crm.model.Customer; import com.zhongying.crm.service.AdminSe...
[ "931526599@qq.com" ]
931526599@qq.com
bc5f8b36d1a16dc25ba6b5ff716ed69362a63c98
4537c877f86300651a26489c0a5d526b1465a8c1
/worker/src/main/java/com/jd/platform/hotkey/worker/disruptor/AbsEventConsumer.java
47839ae89ee541b85cd0c1337d32343f50633b94
[ "Apache-2.0" ]
permissive
krystal-my/hot-key
d02a354db410e3b63dfad0f8cea39e49bef7b77a
b5523e6d00d467cc501e4210de62e84992f27acc
refs/heads/master
2023-04-06T23:25:54.294737
2020-07-06T01:57:23
2020-07-06T01:57:23
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,830
java
//package com.jd.platform.hotkey.worker.disruptor; // //import cn.hutool.core.date.SystemClock; //import com.jd.platform.hotkey.common.model.BaseModel; //import com.jd.platform.hotkey.common.tool.Constant; //import com.jd.platform.hotkey.worker.tool.InitConstant; //import com.lmax.disruptor.EventHandler; // //import ja...
[ "Wu@0396110" ]
Wu@0396110
086d1c279596e1f62206ddb9b9a140a74d0e0795
0c79754179d0c3f95f20ec3eb862626140dc5cdc
/day13-mybatis/src/com/tedu/mybatis/TestMyBatis2.java
3e777d5b8a10a7fafe94ee7e6d7a916b2c6044b9
[]
no_license
insno/tnga
bc7970341e5bc5eb96351c0eec81ec985d4c0516
3224b5c344ed62b0bbbb71be0ffa9cdf462909d6
refs/heads/master
2022-12-22T05:15:29.091585
2019-07-17T13:40:16
2019-07-17T13:40:16
194,061,250
0
0
null
2022-12-16T12:01:02
2019-06-27T09:05:28
JavaScript
UTF-8
Java
false
false
2,181
java
package com.tedu.mybatis; import java.io.IOException; import java.io.InputStream; 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.junit.Before; import org.junit...
[ "wydxo@126.com" ]
wydxo@126.com
e50d0b3e322bb06a5603f2f01881aabb7a39f777
0c5be24241e0da982c43ba4262af24e9397ab892
/app/src/main/java/com/apimca/magdemo/Functions.java
db1d80dd7e4f6819188dbd76c32e4e5b169dd286
[]
no_license
alancota/MAG-Demo
5739b8292f0268e96160d44f2e427bed2441d65e
d609fa528741ebd7de89b80d186a60d8b30e48ea
refs/heads/master
2020-03-26T04:57:41.355570
2018-08-21T19:10:27
2018-08-21T19:10:27
144,530,919
0
0
null
null
null
null
UTF-8
Java
false
false
121
java
package com.apimca.magdemo; import android.view.View; import com.ca.mas.foundation.MAS; public class Functions { }
[ "alan.cota@ca.com" ]
alan.cota@ca.com
0c54b347b4676fc9fb1cc5accff6bdec747abd02
c66bca2005d098add9b60fbb1ea4bd38eeca392a
/Minggu 2/workshop_SIBD/src/tugas/variableproblem.java
901ffb7a15323c4f5b930d381b2dde5497ce277f
[]
no_license
liosyafriza/E41202163
6cba9740abee06292f14843495f350b92f804e83
8352bfca1ad9173f4b1b7b831b98cf86ff4a2921
refs/heads/master
2023-05-08T19:01:06.332137
2021-05-26T12:50:50
2021-05-26T12:50:50
347,583,824
0
0
null
null
null
null
UTF-8
Java
false
false
609
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 tugas; /** * * @author ASUS */ public class variableproblem { public static void main(String[] args) { // varia...
[ "80315321+liosyafriza@users.noreply.github.com" ]
80315321+liosyafriza@users.noreply.github.com
33b26eaaad0da5a37e946364b033a5a904522deb
38d0c991a608d639b70f8105589e0e82df5ead2c
/DayThree/ArrayTable/src/CustomerFormComntroller.java
1e9e5030845aff9da3c7175bd54df7873bb4d8f9
[]
no_license
subhy0422/DEP
e4162ef458cf3ec11a82c7e11874861604dc6a90
001d383c3de1ffe8a45eef4a39d85b6358740875
refs/heads/master
2020-07-01T12:02:27.186948
2019-08-08T03:21:47
2019-08-08T03:21:47
201,169,178
0
0
null
null
null
null
UTF-8
Java
false
false
947
java
import javafx.event.ActionEvent; import javafx.scene.control.TextField; public class CustomerFormComntroller { public TextField txtId; public TextField txtNme; public TextField txtAds; public TextField txtSid; public TextField txtSnm; public TextField txtSad; int size = 1; public vo...
[ "5minsudha@gmail.com" ]
5minsudha@gmail.com
566cf5992c3c46ef7cf3eed1f165024c27332388
c743f9d0b228c5dbe93c7829522f68af9f124f0e
/roomplanner-domain/src/main/java/nl/ocs/roomplanner/domain/Location.java
58248ee3cc4324bbdbac63399dfcb3915abd58ed
[]
no_license
opencirclesolutions/roomplanner
1856201758c78f118df96201c66370881bf0d968
4e3ff7dc482ea9deec581e05dac21980a2671c97
refs/heads/master
2021-01-11T14:11:52.527165
2017-04-23T14:59:51
2017-04-23T14:59:51
81,576,427
0
0
null
null
null
null
UTF-8
Java
false
false
3,159
java
package nl.ocs.roomplanner.domain; import java.util.HashSet; import java.util.Set; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persisten...
[ "bas.rutten@opencirclesolutions.nl" ]
bas.rutten@opencirclesolutions.nl
caf40b8c5395ddbd1c3288ae8d0198a202cc6788
15a01fdf0363dd5fd3f3f2e4122b2e83665968f0
/src/main/java/com/tsoft/dbutils/dit/driver/oracle/dbTriggerList.java
9fc5c30cfca3c57e9441e217c8177c9c4d7bb8a9
[]
no_license
knivit/dbutils
546403d26774a62f679670e4d408c9065ba01a3f
a74d6286753a570f40a09ab1fc6b1ca204a011f1
refs/heads/master
2016-09-10T15:16:01.745142
2015-03-15T13:08:17
2015-03-15T13:08:17
32,260,875
1
0
null
null
null
null
UTF-8
Java
false
false
2,185
java
package com.tsoft.dbutils.dit.driver.oracle; import com.tsoft.dbutils.dit.driver.dbObjectList; import java.sql.*; import com.tsoft.dbutils.lib.*; import com.tsoft.dbutils.lib.db.*; class dbTriggerList extends dbObjectList<dbTrigger> implements DataSetInterface { public void read(Database aDatabase) { data...
[ "knivit@gmail.com" ]
knivit@gmail.com
cad43f789acface3d7452620133ae05d5406f25b
dbbdf0229ef0337af19008d58c1ad604c8277895
/cs162/cs162_assignment_3/src/yoos_battleship/FireButton.java
67f51232088e88f39218e3735946cf8c8f8213e1
[]
no_license
yoos/school
b2d8f26e29f4d49e3be346f3cb3ac3119bbed4d6
1785edf01735e213b00920798a64091db60dd1a5
refs/heads/master
2021-01-22T07:10:28.645071
2015-06-05T14:17:07
2015-06-05T14:17:07
6,366,286
3
0
null
null
null
null
UTF-8
Java
false
false
317
java
package yoos_battleship; import javax.swing.JButton; public class FireButton extends JButton{ private Cell cell; public FireButton(int col, int row){ cell = new Cell(col,row); } /** * * @return the cell the button is at */ public Cell getCell(){ return this.cell; } }
[ "yoos117@gmail.com" ]
yoos117@gmail.com
0015132d68b42442583d76b582b06f5a61e7c8b6
aea4f6e97df0d172d449d7c6f39edd0c58186109
/app/src/main/java/main/com/display/ParcelConverter/ParcelCoversConverter.java
c07c456f12d56885c22aba7cf992fb691330267a
[ "MIT" ]
permissive
mozi22/ImageSlider
8468697d3a23742a65d8fc6350608b8c119d25b5
5c3cfe229c481a54d7e9c3ca56d6f5b7b575668a
refs/heads/master
2021-01-10T06:12:29.939855
2016-12-17T18:11:51
2016-12-17T18:11:51
48,912,536
0
0
null
null
null
null
UTF-8
Java
false
false
1,071
java
package main.com.display.ParcelConverter; import android.os.Parcel; import org.parceler.ParcelConverter; import org.parceler.Parcels; import java.util.ArrayList; import java.util.List; import main.com.display.models.Covers; /** * Created by Muazzam on 7/21/2016. */ public class ParcelCoversConverter implement...
[ "muazzamalii@hotmail.com" ]
muazzamalii@hotmail.com
c1f47ef19b8dd0ed97636a4aecc2472f8f3e5449
bde3d3cae90fd459ab394fb31a302b621178d072
/app/src/main/java/android/my/garage/util/ActionMes.java
99771bbc71b02f9cb789ed8138251281e3a281c9
[]
no_license
Yatogaii/GarageApplication
617c5d7391d9fd6ab544b34e57466f6da461587f
95510f8c9a76f6d0b3c3c0a2bda2e15bf8f0c807
refs/heads/master
2020-05-19T20:02:07.174837
2019-05-22T11:41:18
2019-05-22T11:41:18
185,193,783
2
0
null
null
null
null
UTF-8
Java
false
false
444
java
package android.my.garage.util; public class ActionMes { int garageID; int num; String action; public ActionMes(int garageID, int num, String action) { this.garageID = garageID; this.num = num; this.action = action; } public int getGarageID() { return garageID;...
[ "781023956@qq.com" ]
781023956@qq.com
8c23e7fc97e6b98ab526ba46bef4dc531cd31e31
8944fa8bd16bd7db08571f19fca29cbbe30fd722
/app/src/main/java/com/et79/todo/adapters/FirebaseTaskListEventListener.java
5e260db323f2b8ce3f30eb9e50e39331c724a15f
[]
no_license
et79/todo
3d470811ff9af9328e935115c4aa89b1a2a71858
c9c1b33b9b2dbdb63a5338fddbf05391a20fad71
refs/heads/master
2020-01-24T20:51:30.323059
2016-12-09T14:41:41
2016-12-09T14:41:41
73,857,338
1
0
null
null
null
null
UTF-8
Java
false
false
329
java
package com.et79.todo.adapters; import android.support.v7.widget.RecyclerView; public interface FirebaseTaskListEventListener { void onStartDrag(RecyclerView.ViewHolder viewHolder); void onClickItem(RecyclerView.ViewHolder viewHolder); void onAddItem(); void onItemDismiss(); void onPopulateViewHol...
[ "eisuke.79@gmail.com" ]
eisuke.79@gmail.com
17dd89678170baaac6421a9d9ddfc4e216619d41
5840a6ab1f0f01796d7f0637e0477d704244aa2e
/src/main/java/org/wallet/viewsystem/swing/view/components/DashedBorder.java
0430be1612dd339e16fc2eac40cb674ff0cf89b5
[ "MIT" ]
permissive
Huck/worldcoin-wallet-java
517174eb919617cd8d61f212cfa93e7442528565
fc1203a480ccb73d99a38ca692bd0f775c4bfa3b
refs/heads/master
2020-12-25T23:56:25.270446
2014-02-05T16:05:02
2014-02-05T16:05:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,286
java
/** * Copyright 2011 wallet.org * * Licensed under the MIT license (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://opensource.org/licenses/mit-license.php * * Unless required by applicable law or agreed to in writing, s...
[ "jean-denis.boudreault@maplesfs.com" ]
jean-denis.boudreault@maplesfs.com
a335d4fec6db8fc4b7ffaec6931db143aae00e59
58e3ac89b737e24786f0eb795399b6bc4e952398
/Chatgram2/app/build/generated/source/buildConfig/androidTest/debug/com/example/chatgram2/test/BuildConfig.java
a3a187c805674586c1badb29b9c5f02cec07b710
[]
no_license
sawiksb/Chatgram---Secured-Android-App
85e3b593a5a0f8c688fd9583483809288bb467ec
72dcb71251b02e165ba0e2a813b3b45ee06e5c68
refs/heads/master
2020-09-09T17:33:02.362061
2019-11-13T17:11:56
2019-11-13T17:11:56
221,510,731
0
0
null
null
null
null
UTF-8
Java
false
false
459
java
/** * Automatically generated file. DO NOT MODIFY */ package com.example.chatgram2.test; public final class BuildConfig { public static final boolean DEBUG = Boolean.parseBoolean("true"); public static final String APPLICATION_ID = "com.example.chatgram2.test"; public static final String BUILD_TYPE = "debug"; ...
[ "satwiksb95@gmail.com" ]
satwiksb95@gmail.com
0c5cbc44765f889ecc9043ff839212983fcbd447
e6cf7c366cc2bdeb13a5dafa78b78d974b3049c9
/ContessaBot/src/main/java/game/CardGame.java
33fec9150fc3127752d8fe2d964b4ec9e179ee3f
[]
no_license
d-olo/ContessaBot
dbd441ea283b2e48c60883687d05d61013f04ded
49257779bc45ef4f1a8b08325ca07b440c37214c
refs/heads/master
2022-04-08T11:35:07.646862
2020-03-22T18:53:33
2020-03-22T18:53:33
230,986,515
0
0
null
null
null
null
UTF-8
Java
false
false
415
java
package game; import java.util.List; import discord4j.core.object.entity.Member; public abstract class CardGame extends Game { @SuppressWarnings("unused") // Unused private List<Card> deck; /** * Adds a player to the game's list of players. */ public abstract boolean addPlayer(Member player...
[ "dione@192.168.1.15" ]
dione@192.168.1.15
97dbb453792c26050dd1d10fe9555b2949ca1bb3
b40022bb04a82e5a8dfba9e4920f978e5e450a10
/2_Jsp_JQ_Class_200514/TestWeb_Sever_Practice_01/src/com/test/LoginFormProcess.java
b41d984b77ca0ce986bebde367aa0f45372b67e1
[]
no_license
Theo-Junior/Bigdataplatform_JSP-JQuery_Class_Note
e57ae1da11f220bc5dbe66138db6e1223c7bcf53
24d8302bed716c46f3078d080315db2ee0ff1a69
refs/heads/master
2022-08-24T07:24:19.001410
2020-05-22T08:56:12
2020-05-22T08:56:12
263,485,809
0
1
null
null
null
null
UTF-8
Java
false
false
1,137
java
package com.test; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; /** * Servlet implementatio...
[ "63324349+Theo-Junior@users.noreply.github.com" ]
63324349+Theo-Junior@users.noreply.github.com
18a5f694c19d28004540ae441a3c74aef4f4fa01
ee81b0cedd020dcd9e25e3834852e2888d3efed2
/src/test/java/com/arrendamiento/proyect/service/ReporteServiceTest.java
12914208cdde84be1a4e5315bc62557c2a99235b
[]
no_license
CamiloGuerrero0328/arrenda-back
51e79a33215650fed5dcdbd61a1cf1d7c95b7508
9b128ad6b50e418e7c4a5358958cec9733ce3e5c
refs/heads/master
2023-05-15T10:14:19.489549
2021-06-13T04:27:26
2021-06-13T04:27:26
363,828,850
0
0
null
null
null
null
UTF-8
Java
false
false
1,592
java
package com.arrendamiento.proyect.service; import static org.junit.jupiter.api.Assertions.assertNotNull; import org.junit.jupiter.api.DisplayName; import org.junit.jupiter.api.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.sprin...
[ "juanchico13579@gmail.com" ]
juanchico13579@gmail.com
ad984f27b6f0197ed9a940f1ca4bae458c37e838
b93c2c5263d2d7207a85abe838e146b949208e85
/BDD_with_selenium/src/test/java/com/capg/seleniumbdd/BDD_with_selenium/AppTest.java
48136a231987b889acef27eecf8487b3b4a0b5b8
[]
no_license
Kkeerthana22/dummy
3a0bff68f116f4ae712254e0ee46b7f63953fe63
482e2bc2ad42f214fd0c8d55247ca1544a97d941
refs/heads/master
2020-03-22T11:34:00.541934
2018-08-21T07:59:42
2018-08-21T07:59:42
139,979,877
0
0
null
null
null
null
UTF-8
Java
false
false
704
java
package com.capg.seleniumbdd.BDD_with_selenium; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; /** * Unit test for simple App. */ public class AppTest extends TestCase { /** * Create the test case * * @param testName name of the...
[ "noreply@github.com" ]
noreply@github.com
172c7697b9f9315b6fc67bf81b6dfe9feac8f5f7
927437eaf88d88ba474d018529ecd386e2ffbc82
/myproman-api/src/main/java/practise/myproman/api/model/ErrorResponse.java
5d910d5182ce60486dc204c9c265496bccbf3524
[]
no_license
nikhilkuyya/practise-rest-api
9462dbe92f1a1e54f77a6ad3b8368515ea085fd3
745fcbe99d5d45d25a68f4c520cd2ff0c9eccb99
refs/heads/master
2022-09-19T20:15:47.326623
2019-12-29T16:18:14
2019-12-29T16:18:14
229,435,294
0
0
null
2022-09-08T01:05:01
2019-12-21T13:59:42
Java
UTF-8
Java
false
false
2,528
java
package practise.myproman.api.model; import java.util.Objects; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonCreator; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import org.springframework.validation.annotation.Validated; i...
[ "nikhil.k@cconfigure.com" ]
nikhil.k@cconfigure.com
94045f931bb24c30a40d658144c9444e2626635d
7cfd5279862078a6af4954ea1601889007510b19
/src/main/java/com/lemzki/hobby/language/phrase/PhraseControllerImpl.java
03241b902844ef26a2addbd8b8fe3c7b46394af8
[]
no_license
masterlemmi/hobbies-svc
4d373ae97503fe0407671c149953741cd0d8fc67
2bdda371cedfcb19b4a37cf8755ed2fef1751680
refs/heads/master
2020-06-01T23:49:36.521205
2019-06-12T13:49:53
2019-06-12T13:49:53
190,969,606
0
0
null
null
null
null
UTF-8
Java
false
false
291
java
package com.lemzki.hobby.language.phrase; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.RestController; @RestController class PhraseControllerImpl implements PhraseController { @Autowired PhraseService service; }
[ "lemzki@gmail.com" ]
lemzki@gmail.com
169483316b62d5b47672cff824620d0596c8ea90
13cb84f2c22dca05d411302e103937d810eba562
/tube/src/main/java/org/revo/tube/Service/Impl/GoogleSignedUrlServiceImpl.java
e010d1e36aa0cced0610518021e2dab7954ced1e
[]
no_license
ashraf-revo/asrevo
e6f07b6c9f322dbd0059002386f7af0ec0d8e428
6967d67fbd0efb87dbd853f0a0f08f21117a4213
refs/heads/master
2020-04-21T01:59:06.896790
2019-05-16T11:24:42
2019-05-16T11:24:42
169,240,762
1
0
null
null
null
null
UTF-8
Java
false
false
1,133
java
package org.revo.tube.Service.Impl; import com.google.auth.oauth2.ServiceAccountCredentials; import com.google.cloud.storage.Storage; import org.revo.core.base.Config.Env; import org.revo.tube.Service.SignedUrlService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype...
[ "ashraf1abdelrasool@gmail.com" ]
ashraf1abdelrasool@gmail.com
66d44a79c7f4151abacc4420765895d4e04ba015
2f57d7076ab7f9178ac3d36c3b5ddfb9b6e8c651
/src/main/java/com/agile/test/mappers/ImageMapper.java
cc2004a5e331dfd05fdfaf7dae0c09808da2417d
[]
no_license
Martynice/agile-test
c5ab2ee1fcdc207e6ba8e064290758c2bb214500
e174e6d7bc1e0ab37eb611dc2250261b88de8178
refs/heads/main
2023-01-23T21:27:56.552315
2020-11-25T16:37:17
2020-11-25T16:37:17
315,605,204
0
0
null
null
null
null
UTF-8
Java
false
false
1,923
java
package com.agile.test.mappers; import com.agile.test.dto.ImageDto; import com.agile.test.dto.ImageInfoDto; import com.agile.test.dto.ImageResponseDto; import com.agile.test.dto.PageDto; import com.agile.test.model.Image; import com.agile.test.model.ImageInfo; import java.util.ArrayList; import java.util.List; import ...
[ "marticiy@ukr.net" ]
marticiy@ukr.net
f03aadda31a9842aac2c8763f1f8ea8e0756436d
11e656271dd0900466c6c128f4a7b134028c857b
/src/no11727.java
4969bd16595a3c2dcef42145575bd8d147879c38
[]
no_license
Kimmoonsu/Algorithm
c6e1638db666dacb0cf6e0d29fd75934add418e5
6572da4c2ab7b66df0421fac2902456a208e4425
refs/heads/master
2020-05-21T16:41:56.110176
2017-08-23T07:06:36
2017-08-23T07:06:36
63,839,473
0
0
null
null
null
null
UTF-8
Java
false
false
1,589
java
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.math.BigInteger; import java.util.StringTokenizer; public class no11727 { BigInteger d[]; void init() { FastScanner sc = new FastScanner(); int num; num = sc.nextInt(); d = new BigInteger[num+1]; ...
[ "visitant2@naver.com" ]
visitant2@naver.com
413a47f534ed84113bee3ca5986244e535d25870
99d08bdd8c5540585dd2c4cf8cf375c4ee116e0b
/src/main/java/eap63class/repository/RepositoryManager.java
e124698cefd9e450c930d172212b5594aaf37267
[]
no_license
mikost/CDI_lab
acd75ef4775a7eda868fa51e1d66b59e8543affc
021a4d2bf10ce4e868704350726ff9b6ebdac86f
refs/heads/master
2021-01-10T21:40:30.237863
2014-09-29T08:26:40
2014-09-29T08:26:40
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,302
java
package eap63class.repository; import javax.annotation.PostConstruct; import javax.inject.Inject; import javax.persistence.EntityManager; import javax.persistence.Query; import eap63class.MikkosLogger; import eap63class.bean.BeanManager; import eap63class.domain.SimpleProperty; import java.util.List; public class Re...
[ "mikost@server.fake" ]
mikost@server.fake
cedf37505a4f778f9d9710b5ffd49fcba3f47f22
98874d5452bf86534b1b7bab110f6fe4d8cbb3c8
/src/tests/MapTileDeckTest.java
4ef9885370163e21b744c8c4e1767499f84008bc
[]
no_license
mickmister/ZombiesTeam
a0227bc6016c1cddd3b527553dbffaf51305a336
135bd858572c146018298a54b803911256b3873e
refs/heads/master
2020-06-02T10:31:42.798995
2014-05-23T19:52:31
2014-05-23T19:52:31
null
0
0
null
null
null
null
UTF-8
Java
false
false
938
java
package tests; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNull; import main.MapTile; import main.MapTile.Shape; import main.MapTileDeck; import org.junit.Test; public class MapTileDeckTest { @Test public void testConstructor() { ...
[ "ryanjm@rose-hulman.edu" ]
ryanjm@rose-hulman.edu
e37e400e1d780b0bc2abe0ccad22782b1feb8173
3bfd52600ca8690a7dc50bef3a33de5880a4adc3
/android/app/src/main/java/com/awesomeproject/module/CfcaModule.java
92d15d158522977ac123c4dbcc502b2f895449e1
[]
no_license
ChangLCS/ReactNative
d60ebc4048552465f915547e26839157e4e18ca3
5e7b6806fa175a31453047fe957e8e901f81c6ea
refs/heads/master
2020-06-05T18:39:04.936295
2019-10-25T00:33:25
2019-10-25T00:33:25
192,513,882
0
0
null
null
null
null
UTF-8
Java
false
false
11,116
java
package com.awesomeproject.module; import android.app.Application; import android.util.Log; import com.awesomeproject.module.cfca.data.api.TestApi; import com.awesomeproject.module.cfca.data.request.DeviceInfoRequest; import com.facebook.react.bridge.ReactApplicationContext; import com.facebook.react.bridge.ReactCon...
[ "584911924@qq.com" ]
584911924@qq.com
61250a0781308eb2903f5df061e11ebe6950b1f2
2e7a1758ee4d263d99398a4411a48156677d7538
/src/main/java/com/icecream/IceCream/dto/ProductFeedbackDTO.java
1f5cbedd5d473afcb01de5e69e8c7e32eaf49976
[]
no_license
vunguyen464301/BE-ICECREAM
438a72c7ee9712041782b602581df787fd268808
61d19ae15fae0ced837cffbd2b9b644dcb719759
refs/heads/main
2023-02-02T18:38:17.743583
2020-12-22T02:48:57
2020-12-22T02:48:57
313,022,905
0
0
null
null
null
null
UTF-8
Java
false
false
2,214
java
package com.icecream.IceCream.dto; import java.sql.Date; public class ProductFeedbackDTO { private Long id; private Long productId; private String productName; private Long accountId; private String accountName; private String content; private Date created_date; public ProductFeedbackDTO() { } public Pro...
[ "vunguyen464301@gmail.com" ]
vunguyen464301@gmail.com
5cc1f20e4ca0ecbfeebcb39280d792750f892d1e
20c58b1e606d0859a87b2f13253f2da45147bdb7
/app/src/main/java/com/example/practical/Adpter/ViewPagerAdapter.java
1c2ab8afd10e6f675b675c682763b7ac986b9499
[]
no_license
mitalithummar/practicle
1b436269546a0c39d8768af32d7d91e09070c49a
d3c5c8a556208e4e03000b19745cf4b5057854c0
refs/heads/main
2023-07-06T09:02:35.567904
2021-08-11T12:57:44
2021-08-11T12:57:44
394,986,695
0
0
null
null
null
null
UTF-8
Java
false
false
1,138
java
package com.example.practical.Adpter; import androidx.annotation.NonNull; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; import androidx.fragment.app.FragmentPagerAdapter; import com.example.practical.fragment.CompletedFragment; import com.example.practical.fragment.OnGoi...
[ "noreply@github.com" ]
noreply@github.com
0b5ea865bb1c03664115368d073d5f8566f6b635
50aa57792cfc186ff96356ab59c342251ba47fb1
/codes/mvc/src/main/java/me/chongfeng/spring/mvc/exceptions/GlobalExceptionHandler.java
17765d10f4aa1885ffa89cb8fac7c9caa1746766
[ "Apache-2.0" ]
permissive
Neinciker/spring-notes
a8383420eb6614146152dc596946932067ba7cec
61ed71582dc45e8a61b288944d6dbdca82537a57
refs/heads/master
2021-06-24T16:56:56.883342
2017-09-15T03:21:51
2017-09-15T03:21:51
null
0
0
null
null
null
null
UTF-8
Java
false
false
434
java
package me.chongfeng.spring.mvc.exceptions; import org.springframework.web.bind.annotation.ControllerAdvice; import org.springframework.web.bind.annotation.ExceptionHandler; import org.springframework.web.bind.annotation.ResponseBody; @ControllerAdvice public class GlobalExceptionHandler { @ExceptionHandler public...
[ "atlantis1024@163.com" ]
atlantis1024@163.com
e246e6bf2abf94d1960f41c8584d5c9aec98dd1f
f737401e1aeae08e73e66a8873287909105fccd6
/src/main/java/preprocessing/featureselection/Lemmatizer.java
9cef77cf935c6c6c0b236e27d8defff3f6cfb7fb
[ "MIT" ]
permissive
johannabi/LinguDV
a5e260108bdbab0d0dd64c168c88f9c5da5b9cc1
c9c6551fb6175e1054ed448d9f91464cb715b80f
refs/heads/master
2022-10-04T07:20:17.662582
2021-09-20T11:51:12
2021-09-20T11:51:12
179,519,358
4
1
MIT
2022-09-01T23:04:52
2019-04-04T14:52:28
Java
UTF-8
Java
false
false
3,272
java
package preprocessing.featureselection; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.util.ArrayList; import java.util.List; import is2.data.SentenceData09; import is2.tools.Tool; import opennlp.tools.sentdetect.SentenceDetectorME; import opennlp.tools.sentdetect.S...
[ "jbinnewitt@gmail.com" ]
jbinnewitt@gmail.com
775d4ffdc92766ba5fbf2378fc2925c4ab4272c1
a3b0fb76b3320e916d20b2590d10c1bd6c1b6520
/src/org/stevens/cs562/utils/test/TestGenerator.java
bbae993455641644441116ddb8aaf721d57acc0b
[]
no_license
wy193777/CS562
49da47c994fc4d03e7459a091fad0315353e3a4b
a2c558eb7c9e387981b490b4f07deb1922d20d63
refs/heads/master
2020-12-03T10:25:41.783227
2015-04-18T22:19:32
2015-04-18T22:19:32
null
0
0
null
null
null
null
UTF-8
Java
false
false
938
java
package org.stevens.cs562.utils.test; import java.io.IOException; import java.sql.SQLException; import org.stevens.cs562.code.CodeGeneratorComposite; import org.stevens.cs562.utils.Constants; import org.stevens.cs562.utils.DynamicCompiler; public class TestGenerator { public static void main(String[] strings) thr...
[ "michael.zhangwen@yahoo.com" ]
michael.zhangwen@yahoo.com
5a08854642809205c846a173180d9e69ed40d020
87eddf27f1c4825ff4de86e42c9a682bd2507213
/src/main/java/cn/datacharm/concurrent/executorservice/ExecutorServiceDemo.java
f17a9597928773c9c079786d4163d81f71ca774a
[]
no_license
feihb123/JavaAPIDemo
0bcbd0dc5af24d7d8663622e150210eb262de026
8593399e46f944cd72e203c88ecbcb902f5f21a9
refs/heads/master
2021-06-16T13:53:17.360537
2019-10-20T08:40:28
2019-10-20T08:40:28
185,047,798
2
0
null
2021-03-31T21:10:58
2019-05-05T15:17:13
Java
UTF-8
Java
false
false
3,338
java
package cn.datacharm.concurrent.executorservice; import com.google.common.util.concurrent.ThreadFactoryBuilder; import org.junit.Test; import java.util.concurrent.*; /** * description: * 手动创建线程池 * @author Herb * @date 2019/09/20 */ public class ExecutorServiceDemo { @Test public void manual() { ...
[ "feihb123@vip.qq.com" ]
feihb123@vip.qq.com
fbbb985bd469523c794eb0cea45878c50270f5d5
691292453f406cb7db2d9875577263d8c421c677
/Junit/testcase/TestLogic.java
e47ff35e6a27de479022d39f8114b6e706b1ee42
[]
no_license
siddhi9899/Core-Java
23a23a2e1d9afc9580a0d0c070e8cff39f262d57
74c96b20bf9f873d5806d2de71c78e96252d68e9
refs/heads/master
2020-03-25T17:54:32.013237
2019-06-10T10:47:24
2019-06-10T10:47:24
144,002,562
0
0
null
null
null
null
UTF-8
Java
false
false
387
java
package com.javatpoint.testcase; import static org.junit.Assert.*; import com.javatpoint.logic.*; import org.junit.Test; public class TestLogic { @Test public void testFindMax(){ //System.out.println(Calculation.findMax(new int[]{-12,-3,-4,-2})); //assertEquals(6,Calculation.findMax(new int[]{1,3,4,2,6})); a...
[ "42201366+siddhi9899@users.noreply.github.com" ]
42201366+siddhi9899@users.noreply.github.com
57df57406ec5c342562b54487db648abc4976822
cc3fd798e2350ab613bb56484b164b40dcd6ddbf
/src/java/util/Observable.java
afdd3b355d5d7d83819f3667e74a7ba1e3247017
[]
no_license
bohenmian/jdk-source
bd3e89692aa1c8aedc817d26283d22ba917ab2c5
dd81166b5eb62ed007e4586e4c6d8e6f77651bb9
refs/heads/master
2021-04-15T04:45:50.595618
2019-12-05T02:09:37
2019-12-05T02:09:37
126,823,778
4
1
null
null
null
null
UTF-8
Java
false
false
7,448
java
/* * Copyright (c) 1994, 2012, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package java.util; /** * This class represents an observable object, or "data" * in the model-view p...
[ "bohenmian@gmail.com" ]
bohenmian@gmail.com
aa51e28be21c26179454a50448e17960996b8c02
fe0a8376e6abd591ab6b4b2971f40ded955fe25c
/src/main/java/com/hivemq/client/internal/mqtt/message/disconnect/MqttDisconnectProperty.java
d80c155f2a4fb21085a1afc938d6a8e29b71ce2f
[ "Apache-2.0" ]
permissive
alfsch/hivemq-mqtt-client
e72ac721ff0751d4c519b05c7946d8b1e580d5aa
17c8eb843aa2bfdf1a1ca2600879d436a9c5e77d
refs/heads/master
2020-04-29T17:23:20.789159
2019-02-21T15:13:46
2019-02-21T15:13:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,170
java
/* * Copyright 2018 dc-square and the HiveMQ MQTT Client 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 require...
[ "gieblsilvio@outlook.com" ]
gieblsilvio@outlook.com
4f33746b2ae305c00ddc3efbdcc29dc4268e5474
e9c232f8a654b4c6390b1b0df293848cbf0560f1
/src/main/java/ivorius/pandorasbox/effects/PBEffectGenCover.java
500b73e777c4b8b61e369d57ec6a697327e87537
[ "MIT" ]
permissive
Ivorforce/PandorasBox
9f2d0323db8cea41611e2109dbc1adb3ce05e8f2
1c25837f556e9e8879794e2ce14a68428fb0e8c9
refs/heads/master
2022-05-18T01:17:53.116557
2022-01-13T23:04:36
2022-01-13T23:04:36
22,385,683
6
11
MIT
2022-07-22T03:45:56
2014-07-29T15:51:51
Java
UTF-8
Java
false
false
2,796
java
/* * Copyright (c) 2014, Lukas Tenbrink. * http://lukas.axxim.net */ package ivorius.pandorasbox.effects; import ivorius.pandorasbox.entitites.EntityPandorasBox; import ivorius.pandorasbox.utils.PBNBTHelper; import net.minecraft.block.Block; import net.minecraft.nbt.NBTTagCompound; import net.minecraft.util.math.B...
[ "lukastenbrink@googlemail.com" ]
lukastenbrink@googlemail.com
83b9d8ceeadd64a82698c62a0a65e4b277891aeb
db5cc1214f5cc7586589b0adfb99df0bfa663ddf
/剑指Offer系列/03.数组中重复的数字.java
f95a83eb46da1fa3c8e2b887ea573c61b647f5f7
[]
no_license
messi1002/leetcode
cc46e2cf7a156447574b3e274a2e2c9ebc5b7125
e967827a916fd3227f9d3b57bed119430765cd05
refs/heads/master
2020-04-29T16:53:35.990201
2020-04-06T11:39:00
2020-04-06T11:39:00
176,278,113
7
1
null
null
null
null
UTF-8
Java
false
false
973
java
// 1.哈希表 public int findRepeatNumber(int[] nums) { int len = nums.length, res = -1; Set<Integer> set = new HashSet<>(); for (int i = 0; i < len; i++) { // 利用add方法的返回值判断 if (!set.add(nums[i])) { res = nums[i]; break; } } return res; } // 2.技巧: 下标定位法(使用...
[ "wjymessi@163.com" ]
wjymessi@163.com
0010d375db740ea7d7ddc1b1243d71e63cf43aea
275052546b9d66595c6dd8ce8a2d660b0afbc734
/design_pattern/src/main/java/com/ns/greg/designpattern/introductions/actions/attack/AttackMode.java
1f57f34d3722ef3019f7cf01e5ba580cd5b718b6
[]
no_license
GregoryHo/WorkShop
c541e1598d9befb6bc05aa9630d761ff9bc52b0b
d670c70c021ad3e3091f799bbc79d1fe10481aee
refs/heads/master
2020-09-27T05:55:38.347799
2020-02-08T05:31:47
2020-02-08T05:31:47
226,445,745
1
1
null
null
null
null
UTF-8
Java
false
false
168
java
package com.ns.greg.designpattern.introductions.actions.attack; /** * @author gregho * @since 2019/10/19 */ public interface AttackMode { public void attack(); }
[ "greghojob@gmail.com" ]
greghojob@gmail.com
26941d7dff58bc60aa173f22bc54c57d7de51cea
bb0a089df25c15c48d211f8d6c4e24230dffe8e4
/Milestokm/app/src/test/java/com/example/abhishek/milestokm/ExampleUnitTest.java
7f048de42b8b7f81f46ea55f4db93a7420cd8592
[]
no_license
sonal-sahu/SonalSahuMidterm
7057cd25c2f754ec3c77bc4292876d344b45c8cd
48a63aa00007153dce5ab9ace55007c4dd68a69e
refs/heads/master
2020-03-21T01:42:13.841458
2018-06-19T23:55:02
2018-06-19T23:55:02
137,957,591
0
0
null
null
null
null
UTF-8
Java
false
false
391
java
package com.example.abhishek.milestokm; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test pub...
[ "sahu.sonalcs@gmail.com" ]
sahu.sonalcs@gmail.com
993180cc989b088d12372efd50e653300bcea248
6066fc9f54fb8955d8e763ae1569a2c06aef28e9
/src/main/java/design/factory/abstrac/MozzarellaCheese.java
80878d24d0a8b9e25aa017aa1ba19caab80359a1
[]
no_license
raju1982/educative
d33a70f5e63746af98247e48d37326fb1ce438ae
1d0a7f97285540e25a2c05a80b39c9f71e53f430
refs/heads/master
2021-07-20T23:36:01.452828
2021-07-08T06:29:22
2021-07-08T06:29:22
180,651,995
0
0
null
null
null
null
UTF-8
Java
false
false
149
java
package design.factory.abstrac; public class MozzarellaCheese implements Cheese { public String toString() { return "Shredded Mozzarella"; } }
[ "rakeshkandpal1982@gmail.com" ]
rakeshkandpal1982@gmail.com
fe25c617eb5881583bd177915d9bc39c85b9e33c
40c345935c958d25885f7f2e0e22ca3f01dd344d
/src/main/java/com/pavikumbhar/batchprocessing/classifier/ProductRouterClassifier.java
a300b811409a028e3e6037e02cc0861b6a222317
[ "Apache-2.0" ]
permissive
pavikumbhar/batch-processing
c90e75d109972d752ee5922d3f98fcc95aea5f7d
9ae0b9d95e46ca551aa6b058f642a75f3599c108
refs/heads/master
2023-08-04T14:47:01.054048
2023-07-21T14:01:51
2023-07-21T15:40:19
226,507,591
3
1
Apache-2.0
2023-08-18T20:46:00
2019-12-07T12:19:32
Java
UTF-8
Java
false
false
326
java
package com.pavikumbhar.batchprocessing.classifier; import org.springframework.classify.annotation.Classifier; import com.pavikumbhar.batchprocessing.model.Product; public class ProductRouterClassifier { @Classifier public String classify(Product classifiable) { return classifiable.getOperation(); ...
[ "pavikumbhar007@gmail.com" ]
pavikumbhar007@gmail.com
b35bf53ff67f4f5ee7350dfc2548ca6f03ae72d6
d462b0684af4cbf0c90b684768f6a88229746f5c
/web/src/main/java/tnblog/plugins/HidenContentPugin.java
fefa012d47b1ca4de83d7e8c9cb3c3d579c329a2
[ "Apache-2.0" ]
permissive
SamLXW/tnblog
986ba0e6f2da3b41efd40be82c3d39975ed87630
db0fe31cb02612a076c05ea37aba3a81867a0ff2
refs/heads/master
2020-04-10T12:58:05.420885
2018-12-30T13:37:39
2018-12-30T13:37:39
161,036,308
1
0
null
null
null
null
UTF-8
Java
false
false
2,720
java
package tnblog.plugins; import tnblog.core.hook.interceptor.desk.ChannelControllerHook; import tnblog.modules.blog.data.PostVO; import tnblog.modules.blog.service.CommentService; import tnblog.modules.user.data.AccountProfile; import org.apache.shiro.SecurityUtils; import org.apache.shiro.subject.Subject; import org.s...
[ "1009973974@qq.com" ]
1009973974@qq.com
8b38505e645e8179d1dec85ae6e1b59727d8e4a2
e989c89237ea6cba77ed0cc1aaebadd13633bb21
/src/main/java/com/saludespe/servicio/trabajosocial/util/ApiSubError.java
7119ba026ab0ebad42c96c0b0d8fa91916b51dca
[]
no_license
EspeSoft/salud_espe-servicio-trabajo-social
c9c93f6d2a11e90a878b23f13e137256a0aa70bd
67c097f35ffd389a126e98a9869cbc7d48458a23
refs/heads/develop
2022-12-13T08:28:41.176378
2020-09-12T16:01:47
2020-09-12T16:01:47
269,464,276
0
0
null
2020-09-12T16:03:02
2020-06-04T20:59:26
Java
UTF-8
Java
false
false
90
java
package com.saludespe.servicio.trabajosocial.util; public abstract class ApiSubError { }
[ "lpillaga@gmail.com" ]
lpillaga@gmail.com
7cdb42655cca50f650cea1cbca07bafa0c48bddb
b3ecd8b32562b627600f7da06aff00640672b0fe
/crm-bridge-service-hubspot/src/main/java/com/topica/crm/bridge/hubspot/service/TicketService.java
c8cf12c07b9743b85c64563749e08baef7562d19
[]
no_license
khanhduy14/crm_bridge
8349fc3755ec5e3c2b71a4000307d395e5b9189c
6782d6897822b21a0148a806669d6f00f049f929
refs/heads/master
2021-08-19T18:11:57.415277
2019-06-04T10:07:13
2019-06-04T10:07:13
188,079,914
0
0
null
2021-08-09T20:53:30
2019-05-22T16:57:19
Java
UTF-8
Java
false
false
6,727
java
package com.topica.crm.bridge.hubspot.service; import com.github.icovn.http.client.HttpResult; import com.github.icovn.util.ExceptionUtil; import com.github.icovn.util.MapperUtil; import com.topica.crm.bridge.hubspot.entity.ticket.HubspotTicket; import com.topica.crm.bridge.hubspot.entity.ticket.HubspotTicketList; imp...
[ "kieukhanhduy1@gmail.com" ]
kieukhanhduy1@gmail.com
52a8718798106fa3472c31fd83774cf196674143
ebd10a29b96e9e79888aef1293011e245e2c9302
/front-pages/yppt-mobile-api/src/main/java/com/ctfo/sinoiov/mobile/webapi/bean/common/PublicStaticParam.java
dd0b9668c0bceb0cf87a4cf7fbd354b997b1735e
[]
no_license
sym695989697/yppt
f59f8ea55d6c25083aead7c3da63734c6e44a06d
b1eadc24aaab686cc0f690aa942f5a43d8bcdf8e
refs/heads/master
2021-01-12T08:18:10.658937
2016-08-24T12:51:11
2016-08-24T12:51:11
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,616
java
package com.ctfo.sinoiov.mobile.webapi.bean.common; import java.math.BigDecimal; import org.apache.commons.lang3.StringUtils; /** * * * <p> * ----------------------------------------------------------------------------- * <br> * 工程名 : yppt-mobile-webapi * <br> * 功能:定义公共的静态参数/方法 * <br> * 描...
[ "mlq6789@163.com" ]
mlq6789@163.com
f875e2c8ca37c13ea137314270297c4eb21899da
2f495cc3a529b86055391f0851a4714f64406ed2
/src/main/java/com/henry/grocery/shop/ShoppingStore.java
e8b69d800ece7708c116ebd7b0bb3f8b05a60ce1
[]
no_license
ravirao99/Fun-Times
ea8c4dd45ec4de81d4a04b54942c002ad4d0a7c5
ed156c6a57b2f10ff7a98f0fd79fe0c600723f12
refs/heads/main
2023-01-05T09:18:51.679345
2020-10-29T08:02:21
2020-10-29T08:02:21
306,704,928
0
0
null
2020-10-23T17:34:40
2020-10-23T17:34:39
null
UTF-8
Java
false
false
6,059
java
package com.henry.grocery.shop; import java.io.FileNotFoundException; import java.util.Date; import com.henry.grocery.model.Product; import com.henry.grocery.service.ProductCatalog; import com.henry.grocery.service.PromotionCatalog; import com.henry.grocery.service.ShoppingCart; public class ShoppingStore { privat...
[ "rravi14@ford.com" ]
rravi14@ford.com
6c405bd0ee398275c05dafcfd25f8eabaa05e79a
b0138ad972202077df380de1ecaa08bf3509b995
/msc-web-b2bsearch/src/main/java/com/shyl/msc/b2b/monitor/controller/PurchaseOrderPlanController.java
e97b06784f51b7cab8c898b2c33471f9f46d190d
[]
no_license
sunshiqiang/git-msc
86aef21f5b654aa84d964b07ff01606f4aee21dd
8734e78cc61833cafdfb60bddf555312cdb63540
refs/heads/master
2020-08-25T08:33:55.380716
2018-12-27T03:35:41
2018-12-27T03:35:41
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,833
java
package com.shyl.msc.b2b.monitor.controller; import java.io.IOException; import java.io.OutputStream; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.annotation.Resource; import javax.servlet.http.HttpServletResponse; import com.shyl.common.util.ExcelUtil; import com.shyl.msc.b2b....
[ "1219650952@qq.com" ]
1219650952@qq.com
c7d2c603bc56d0b81af423c90427c8cd2bd98955
c90b5808b6ff9a567922c7a6777b2d3d3e3a9ad6
/Maximum element in each row/Main.java
1c2f48a804cd98f151daa5f343b27ce2d69b0e55
[]
no_license
bhosaleharshita/Playground
c0d9448834e7ac8b5e910b0712c4275fb485786c
689038403994e0a18e42530e07805fcb83109404
refs/heads/master
2022-06-27T00:19:07.094525
2020-05-09T18:05:11
2020-05-09T18:05:11
257,877,414
0
0
null
null
null
null
UTF-8
Java
false
false
354
java
#include<iostream> using namespace std; int main() { //Type your code here. int r,c; cin>>r>>c; int a[r][c]; for(int i=0;i<r;i++) { for(int j=0;j<c;j++) { cin>>a[i][j]; } } int max=0; for(int i=0;i<r;i++) { max=a[i][0]; for(int j=0;j<c;j++) { if(max<a[i][j]) max=a[i][...
[ "34955284+bhosaleharshita@users.noreply.github.com" ]
34955284+bhosaleharshita@users.noreply.github.com
f88efe0ade066cc2780e99949a9ebaaa80940936
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/1/1_416802f6bb853519e9485b998d294b738d470823/RelationListDialog/1_416802f6bb853519e9485b998d294b738d470823_RelationListDialog_s.java
39855ae22ab2c105761539c74c15957cc159257c
[]
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
29,466
java
package org.openstreetmap.josm.gui.dialogs; import static org.openstreetmap.josm.gui.help.HelpUtil.ht; import static org.openstreetmap.josm.tools.I18n.tr; import java.awt.BorderLayout; import java.awt.GridLayout; import java.awt.Point; import java.awt.event.ActionEvent; import java.awt.event.KeyEvent; impo...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
f77d05a988af22938c9673d3f846d4bcda7397f2
7773ea6f465ffecfd4f9821aad56ee1eab90d97a
/platform/lang-impl/src/com/intellij/index/IndexImporterFactory.java
407412cc0775ed8be2920c863521e22a8a0be867
[ "Apache-2.0" ]
permissive
aghasyedbilal/intellij-community
5fa14a8bb62a037c0d2764fb172e8109a3db471f
fa602b2874ea4eb59442f9937b952dcb55910b6e
refs/heads/master
2023-04-10T20:55:27.988445
2020-05-03T22:00:26
2020-05-03T22:26:23
261,074,802
2
0
Apache-2.0
2020-05-04T03:48:36
2020-05-04T03:48:35
null
UTF-8
Java
false
false
811
java
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.index; import com.intellij.openapi.extensions.ExtensionPointName; import com.intellij.util.indexing.IndexExtension; import com.intellij.util.indexing.snapsho...
[ "intellij-monorepo-bot-no-reply@jetbrains.com" ]
intellij-monorepo-bot-no-reply@jetbrains.com
68e60b222cfcba13e6bf78c61d9a374f03eaaf45
1e8250787e01e426a658275db8cbfd923ad7d13d
/PragmaLect12/src/scyberboy/lect01/DemoStreams.java
b8b8ed094e8a6494b507c7b0c696a3b66e455891
[]
no_license
scyberboy/Java_Pragma01
c99dcce7534f89b279e704df8768711d5a38d8a5
6a1957f76432864fde5166fc798c08a1d33fb225
refs/heads/master
2021-08-14T13:20:29.776297
2017-11-15T19:38:43
2017-11-15T19:38:43
104,576,621
0
0
null
null
null
null
UTF-8
Java
false
false
552
java
package scyberboy.lect01; import java.io.FileInputStream; import java.io.FileOutputStream; //import java.io.FileNotFoundException; import java.io.IOException; //import java.io.InputStream; public class DemoStreams { public static void main(String[] args) throws IOException { try(FileInputStream inS...
[ "scyberboy@gmail.com" ]
scyberboy@gmail.com
ad13944971a6fb4e6a2a561560533826f31dd33c
dc2499662500e0b3f633937c0bce9b138949ae5d
/bboss-util/src/com/frameworkset/util/VelocityUtil.java
4582d6149249243f6c87074f45306b2a2a556cf4
[ "Apache-2.0" ]
permissive
jayfeihe/bboss
157839d5e2b0f167666a8c080f0ea3edddc16df9
11769348b8c7fee01cef3db09963d1c9a70c55ae
refs/heads/master
2020-04-13T11:04:18.201133
2018-12-18T16:29:32
2018-12-18T16:29:32
null
0
0
null
null
null
null
UTF-8
Java
false
false
18,937
java
package com.frameworkset.util; import bboss.org.apache.velocity.Template; import bboss.org.apache.velocity.VelocityContext; import bboss.org.apache.velocity.app.Velocity; import bboss.org.apache.velocity.exception.MethodInvocationException; import bboss.org.apache.velocity.exception.ParseErrorException; import ...
[ "yin-bp@163.com" ]
yin-bp@163.com
825d1cc130c4fa5e469e2a6430265992ff6a12d1
ab3412d9e5746eb31e162d27930d5d9cd1e5f2b9
/src/ia/proyecto/Laberinto.java
d56b116c4505d2d266add95397b70906b2d79ff3
[]
no_license
Jorge201213124/Analisis2-2017
64dbf003def0ca222365a248e572240dfac3d2e8
2be40fa0dcb3a59bf13bb771a4bba6d33f704728
refs/heads/master
2021-01-19T19:57:27.069033
2017-08-23T18:50:07
2017-08-23T18:50:07
101,214,637
0
0
null
2017-08-23T18:53:26
2017-08-23T18:53:26
null
UTF-8
Java
false
false
504
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 ia.proyecto; import java.util.LinkedList; /** * * @author koko */ public class Laberinto { public LinkedList<Casi...
[ "lopezlopez220@hotmail.com" ]
lopezlopez220@hotmail.com
9f3739db1ff6bab09b02bad8bd5429aa0aed187f
d172527695462c0bc5478d14020cbc4852760cc3
/app/src/main/java/com/travelsmart/fourloop/travelsmart/MainActivity.java
4a22412f4d8433601e2309f1c6467d830931fe24
[]
no_license
Savindamad/Travel_Smart
121fcd867ca025e73f0a6a837baaa608c96fe4f8
9a56097fbaab2c9bf66f87ae9780457844a9d71b
refs/heads/master
2021-01-11T17:07:04.198055
2017-01-22T14:37:30
2017-01-22T14:37:30
79,723,151
0
0
null
null
null
null
UTF-8
Java
false
false
813
java
package com.travelsmart.fourloop.travelsmart; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.Button; import java.util.Map; public class MainActivity extends AppCompatActivity { @Override protected void...
[ "savindamaddd@gmail.com" ]
savindamaddd@gmail.com
0142ffa2597f26908f4dbfe96e62f714e427b4c4
1e2f214626a97c38b7f0a08dae383fe97767c323
/src/test/java/Run_test.java
83db68ffcaa1f398967168974ad355027fb2a44c
[]
no_license
brovikova-nata/task-n1
f571a60e3d7fe2aa145d2d4c51507f30fedf2d1d
50a65b0f5f9e0c297ab4065039ee66ce4972a4d1
refs/heads/master
2021-01-10T23:53:26.209590
2016-10-05T19:29:39
2016-10-05T19:29:39
70,092,222
0
0
null
null
null
null
UTF-8
Java
false
false
834
java
import org.openqa.selenium.chrome.ChromeDriver; import org.testng.annotations.AfterTest; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; import java.util.concurrent.TimeUnit; /** * Created by milovanova-np on 05.10.2016. */ public class Run_test extends autotest_login_emailbox { ...
[ "n.brovikova@gmail.com" ]
n.brovikova@gmail.com
266e99e1b0321f5e74affd295cbedd8dada0981a
0bfa4d862110f195f2ae4d34fd2e06f0d66ddcf7
/src/main/java/au/org/ala/names/model/ALAParsedName.java
f1cb6d599daed4c78f3f6074e732cbe3444997be
[]
no_license
sibbr/ala-name-matching
3268ecb12c2ad552b9969a01cf282a59043367b9
8c73eff4f312dc51c12b9912217bd9a832104e3b
refs/heads/master
2020-12-25T02:01:15.246754
2016-02-10T14:35:02
2016-02-10T14:35:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,362
java
/* * Copyright (C) 2014 Atlas of Living Australia * All Rights Reserved. * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (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.mozilla.org/MPL/ ...
[ "natasha.carter@csiro.au" ]
natasha.carter@csiro.au
5bb868f370ddc9c5ea9eeee9489ef35733cb84d8
5a1e4f8eb2764277e674b6716321446f02f497d6
/java/lc-app/src/main/java/com/programapprentice/app/facebook/medium/InsertDeleteGetRadom_380.java
c825c39492ebee59c715d11afdab7f3324d5ebcb
[]
no_license
program-apprentice/lc2017
33e28fcfd795ec697c3db7201bc4b41f0148a996
dd6507843ae85f82a43d1d7c2f35505b83f88b9d
refs/heads/master
2021-09-19T08:15:54.003683
2018-07-25T13:42:41
2018-07-25T13:42:41
106,079,402
2
0
null
null
null
null
UTF-8
Java
false
false
2,337
java
package com.programapprentice.app.facebook.medium; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Random; public class InsertDeleteGetRadom_380 { public static class RandomizedSet { List<Integer> valueList = new ArrayList<Integer>(); HashMap<Integer, ...
[ "rui.jiang.tech@gmail.com" ]
rui.jiang.tech@gmail.com
2046dee45ebdbb14a76236f802d474c4641049b6
947e71b34d21f3c9f5c0a197d91a880f346afa6c
/ambari-server/src/test/java/org/apache/ambari/server/orm/InMemoryDefaultTestModule.java
c5311f4f636f550c7db8f19c228e8517f90c0390
[ "MIT", "Apache-2.0", "GPL-1.0-or-later", "GPL-2.0-or-later", "OFL-1.1", "MS-PL", "AFL-2.1", "GPL-2.0-only", "Python-2.0", "BSD-2-Clause", "BSD-3-Clause", "LicenseRef-scancode-free-unknown" ]
permissive
liuwenru/Apache-Ambari-ZH
4bc432d4ea7087bb353a6dd97ffda0a85cb0fef0
7879810067f1981209b658ceb675ac76e951b07b
refs/heads/master
2023-01-14T14:43:06.639598
2020-07-28T12:06:25
2020-07-28T12:06:25
223,551,095
38
44
Apache-2.0
2023-01-02T21:55:10
2019-11-23T07:43:49
Java
UTF-8
Java
false
false
6,190
java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
[ "ijarvis@sina.com" ]
ijarvis@sina.com
2cf10b8353eb05d44896d32bc4fe46c0e82c6084
b1f51f8ba05ad83ecfbd80e6e7f140e70850bf01
/ACE_ERP/src/Ehr/ins/f/insf010/cmd/INSF010CMD.java
7fbbf95f06d682e6e0df48d8396180583266ace0
[]
no_license
hyundaimovex-asanwas/asanwas-homepage
27e0ba1ed7b41313069e732f3dc9df20053caddd
75e30546f11258d8b70159cfbe8ee36b18371bd0
refs/heads/master
2023-06-07T03:41:10.170367
2021-07-01T10:23:54
2021-07-01T10:23:54
376,739,168
1
1
null
null
null
null
UHC
Java
false
false
1,690
java
package Ehr.ins.f.insf010.cmd; import Ehr.ins.f.insf010.wrk.INSF010WRK; import java.rmi.RemoteException; import com.gauce.http.HttpGauceRequest; import com.gauce.http.HttpGauceResponse; import com.shift.gef.core.exception.CException; import com.shift.gef.gauce.cmd.AbstractGauceCMD; import com.shift.gef.gauce.utility...
[ "86274611+evnmoon@users.noreply.github.com" ]
86274611+evnmoon@users.noreply.github.com
6119a29af49935a4ce79729ecb9157b0fb59f9c9
6c51e89fd1246d755546ced8c5b798cc41861bd1
/ativ-2/app/src/main/java/br/unicamp/ft/l201039_l201253/atividade2/DadosToDo.java
9d36c069b93816043b014839a8b7c76eeaf6cd70
[]
no_license
leandrogenas/si700-atividades
ee38dfe7253b006969edf2a3db9e1d077b2710e8
af6c6831192e03e064c514fb68e4dd46f6818e3f
refs/heads/master
2022-04-23T13:28:48.615521
2020-04-27T04:16:59
2020-04-27T04:16:59
255,450,708
0
0
null
null
null
null
UTF-8
Java
false
false
143
java
package br.unicamp.ft.l201039_l201253.atividade2; public enum DadosToDo { TODO_CONTENT, TODO_PRIORITY, TODO_NOTIFICATION, TODO_CATEGORY }
[ "leandro.fabri96@gmail.com" ]
leandro.fabri96@gmail.com
ef7a038ec80f37d681d72ee5f4eea86c6e42858b
52a63e61f22923680e83721c48499908e9e749b9
/app/src/androidTest/java/com/cleo/manalili_fquiz/ExampleInstrumentedTest.java
9d392d44c5d42aaf64412bd025f9e0cbafe84e8f
[]
no_license
cleomanalili18/Manalili_FQuiz
c81fc1c4b4f3fe428d5d1cf1ddf5e611e04777e1
d07eb4f3bdea88233651ff0be8f552e1bcb9a6cf
refs/heads/master
2021-08-24T01:29:58.870979
2017-12-07T13:09:30
2017-12-07T13:09:30
113,452,210
0
0
null
null
null
null
UTF-8
Java
false
false
750
java
package com.cleo.manalili_fquiz; 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 an Andr...
[ "2014069369@ust-ics.mygbiz.com" ]
2014069369@ust-ics.mygbiz.com
e40f85611a6d6a50bac2ca407da049a2cc452b0d
69df11a0d806ae451d2d74631f247d6413d7599b
/ngacdbsystem/src/main/java/edu/ltu/ngacdbsystem/obligationClasses/responseyml.java
55f8aef0ee442c69effbb4a58687d17f1d487421
[]
no_license
AlexChiquito/NGAC_TSDBDemo
144e8d27fcacaf28a2df93679197529b97fe4ec6
7a89e96ede2bb629aa671d68d80427b0aa14d008
refs/heads/main
2023-06-01T15:31:34.423236
2021-06-18T12:56:29
2021-06-18T12:56:29
378,147,107
1
0
null
null
null
null
UTF-8
Java
false
false
260
java
package edu.ltu.ngacdbsystem.obligationClasses; import java.util.List; public class responseyml { public responseyml(List<String> filtersyml){ this.filters = filtersyml; } public responseyml(){} private List<String> filters; }
[ "alexch.grc@gmail.com" ]
alexch.grc@gmail.com
c01f9ad9e5bac184329bf87d93557791d87c6fdc
b00ad629d293a8ece5173f1b45937de5f921b2d2
/Core_Java_Practice/src/com/mkpits/java/interfaceexample/PrintableExInterfaceClass.java
a5c04d6272496e768f70bbe53c34d79af048363c
[]
no_license
ektarathour/MKPITS_Ekta_Rathour_Java_Nov_2020
7e0242ba621fe6a89f3cc69a18fcf0a302296b8d
7de9a453740837e69f5ea2fc191772af96aa4bde
refs/heads/main
2023-07-16T02:07:01.000245
2021-08-20T15:06:16
2021-08-20T15:06:16
339,304,121
0
0
null
null
null
null
UTF-8
Java
false
false
525
java
//Example of class implement an interface package com.mkpits.java.interfaceexample; interface Printable { void print(); } interface Showable extends Printable{ void show(); } class TestInterface implements Showable { public void print() { System.out.println("Hello"); } public void ...
[ "ektarathour1995@gmail.com" ]
ektarathour1995@gmail.com
51a76b8f4219b6b7d96218221c6f6c2aa5d7ecd6
ed5159d056e98d6715357d0d14a9b3f20b764f89
/test/irvine/oeis/a022/A022644Test.java
3ef58fe6e8c453de060d9a79962fdc9b68c27c7c
[]
no_license
flywind2/joeis
c5753169cf562939b04dd246f8a2958e97f74558
e5efd6971a0062ac99f4fae21a7c78c9f9e74fea
refs/heads/master
2020-09-13T18:34:35.080552
2019-11-19T05:40:55
2019-11-19T05:40:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
195
java
package irvine.oeis.a022; import irvine.oeis.AbstractSequenceTest; /** * Tests the corresponding class. * @author Sean A. Irvine */ public class A022644Test extends AbstractSequenceTest { }
[ "sean.irvine@realtimegenomics.com" ]
sean.irvine@realtimegenomics.com
10d290d88339f43f31c683e8c240328fc8d6c5df
671daf60cdb46250214da19132bb7f21dbc29612
/android/testData/navschematest/ActivityNavigatorSub2.java
40027aa92bfbc17424c0c3e38564f64acee7a50e
[ "Apache-2.0" ]
permissive
JetBrains/android
3732f6fe3ae742182c2684a13ea8a1e6a996c9a1
9aa80ad909cf4b993389510e2c1efb09b8cdb5a0
refs/heads/master
2023-09-01T14:11:56.555718
2023-08-31T16:50:03
2023-08-31T16:53:27
60,701,247
947
255
Apache-2.0
2023-09-05T12:44:24
2016-06-08T13:46:48
Kotlin
UTF-8
Java
false
false
128
java
import androidx.navigation.*; @Navigator.Name("activity_sub") public class ActivityNavigatorSub2 extends ActivityNavigator { }
[ "intellij-monorepo-bot-no-reply@jetbrains.com" ]
intellij-monorepo-bot-no-reply@jetbrains.com
4ceb7498e51a88b0c93cbb84eee5ca1f76486882
37a3523ab50db34a7b1f62fb44e3796472408c1d
/addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/model/GroupData.java
5d67909aadd14452c2cbfc1c5106704e8ab4418e
[ "Apache-2.0" ]
permissive
bent533/SoftwareTestingAoutomationJava
c0ab775a0a6f1d46b53e4d38299c8bd924c4d158
96f3e27d248bebef7a970d3c4022bf17457d7800
refs/heads/master
2020-05-31T08:38:14.597700
2017-07-24T08:11:55
2017-07-24T08:11:55
94,022,475
0
0
null
null
null
null
UTF-8
Java
false
false
1,606
java
package ru.stqa.pft.addressbook.model; public class GroupData { private final String id; //нужен для уникальности в списке и не "схлопавания элементов" private final String name; private final String header; private final String footer; @Override public String toString() { return "GroupData{" + ...
[ "bent533@gmail.com" ]
bent533@gmail.com
db74f36d9201e3bc7aacc5b9c8eb4c3815c19fd8
12435707f3ffb8aa60a72fa30d3f0750b23ea3fc
/app/src/main/java/tretnt/vn/weather/lib/CacheLib.java
a4818a15abfd285a3b8f413dec8952f239183d4a
[]
no_license
trantrieu/Weather
e238f8b9d5c39b0fa8d1505fcdf6563397f98e69
c3bf465901e55a41b6828b797d97a3cb2554aaf6
refs/heads/master
2021-01-17T17:35:47.945553
2017-11-27T03:44:10
2017-11-27T03:44:10
70,450,962
1
0
null
null
null
null
UTF-8
Java
false
false
2,980
java
package tretnt.vn.weather.lib; import android.graphics.Bitmap; import android.support.v4.util.LruCache; import android.util.Log; /** * Created by Apple on 9/28/16. */ public class CacheLib { static public final Object SYNC_REMOVED_OBJ = new Object(); static private CacheLib instance; private LruCache<St...
[ "trieu.tran@evizi.com" ]
trieu.tran@evizi.com
3ec0b842ba27ade467ce1dc23255197d1068c9e6
e8a751f7618f7111800ad50f6eed2c46aae58a33
/Leetcode_Java/src/main/java/leetcode/EncodeAndDecodeTinyURL_535.java
cc8a9b9261aff09c6193014683f63e960023f4fe
[]
no_license
jiweiyu/LC
2bd1bf2ee0d3fffeb38bf7e9518ca1849cc1da1b
cad086a55dd8b762c35770cca8a85e773f5983ac
refs/heads/master
2023-06-17T06:00:09.423604
2021-07-13T23:32:33
2021-07-13T23:32:33
385,759,541
0
0
null
null
null
null
UTF-8
Java
false
false
1,047
java
package leetcode; import java.util.HashMap; import java.util.Map; public class EncodeAndDecodeTinyURL_535 { Map<String, String> index = new HashMap<>(); Map<String, String> revIndex = new HashMap<>(); static String BASE_HOST = "http://tinyurl.com/"; public String encode(String longUrl){ if (...
[ "ivy.jw.yu@gmail.com" ]
ivy.jw.yu@gmail.com
276a59a47a446de62873849aeb5d547d3ec6fee6
31ac8eef28a20990ec1cbdc4d3dbdcbd647ff5a9
/client/src/main/java/guielements/GameTile.java
f02b32eb80e1012ee989bc265d781c5ecd795f48
[]
no_license
elduks/lanpartymanager
f141f968aa70e62d3c2914778a6aaf2b49e06d30
99587446285d45deb797a05b60fdf1d9d536dc14
refs/heads/master
2022-03-02T22:07:11.611248
2019-11-06T14:30:15
2019-11-06T14:30:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,234
java
package guielements; import controller.Controller; import controller.GameOverlayController; import entities.game.Game; import javafx.fxml.FXMLLoader; import javafx.scene.image.ImageView; import javafx.scene.layout.VBox; import org.apache.log4j.Logger; import java.io.IOException; public class GameTile { private ...
[ "seternate@gmail.com" ]
seternate@gmail.com
ff37275cfbbe0beb937fe76a8b91d12a311d2557
3c7c01189c85736717cb8e8470d23db9ea589d05
/001-Account/src/main/java/Account/Account.java
716db3224e64dbbfa17e78dc7c6d00c2cc5bd353
[]
no_license
prunusnira/TDD-Study
f10ebb6c93cb381bf97a4453106dc96674e286f2
7dc6eb87f76ee866ca5b2cbd31789907dd81e56d
refs/heads/master
2020-05-01T13:47:28.751236
2019-03-28T06:27:20
2019-03-28T06:27:20
177,501,931
0
0
null
null
null
null
UTF-8
Java
false
false
284
java
package Account; public class Account { private int balance; public Account(int money) { balance = money; } public int getBalance() { return balance; } public void deposit(int money) { balance += money; } public void withdraw(int money) { balance -= money; } }
[ "prunusnira@gmail.com" ]
prunusnira@gmail.com
82ae0003c0864ea8a9a47bc773cb060e2ee9c1dd
60b4c47647daa872744621eaa2ded12fa07aa7c6
/src/main/java/cc/christen/app/config/ApplicationProperties.java
556369bb3f22505ce3e60602b316f4e87b45471b
[]
no_license
BulkSecurityGeneratorProject20/store
298b3ab03d5bb03153920b8c32fdf54cd7eba7f8
eb36011fb1b6cbb13d51d69ae8f9f4dd1d08fd67
refs/heads/master
2022-12-14T11:28:56.074679
2018-07-15T13:13:19
2018-07-15T13:13:19
296,662,608
0
0
null
2020-09-18T15:39:13
2020-09-18T15:39:12
null
UTF-8
Java
false
false
414
java
package cc.christen.app.config; import org.springframework.boot.context.properties.ConfigurationProperties; /** * Properties specific to Store. * <p> * Properties are configured in the application.yml file. * See {@link io.github.jhipster.config.JHipsterProperties} for a good example. */ @ConfigurationProperties...
[ "jhipster-bot@users.noreply.github.com" ]
jhipster-bot@users.noreply.github.com
3e902db1b7d67281c95185d4e6a7aa82c90ec412
a27c0cee86269372396f90d5c4d12a11b27cbee8
/src/main/java/com/hungn/alexa/pbt/api/PennRides.java
c1dbe7c327d90aba00b5a10f26efd1d5f6a0380c
[ "MIT" ]
permissive
hungnguyenm/penn-bus-tracker
40f4947427aeaaa548532c9b59fc30454fcd0986
1f21972a4da47f01ee036586da88860ed1ad2a91
refs/heads/master
2021-03-19T12:37:22.878521
2017-09-03T01:48:41
2017-09-03T01:48:41
94,629,109
0
0
null
null
null
null
UTF-8
Java
false
false
7,164
java
package com.hungn.alexa.pbt.api; import com.hungn.alexa.pbt.types.VehicleStatus; import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.ObjectMapper; import org.apache.http.HttpResponse; import org.apache.http.client.ResponseHandler; import org.apache.http.client.config.RequestConfig; ...
[ "hungng@seas.upenn.edu" ]
hungng@seas.upenn.edu
c1f927c3aa1f1a57584c10a32e2aaacdc5523b20
9df2ee6e688459e017412e0b8a630a319665ae00
/java/jedit/syntax/PatchTokenMarker.java
010402b25cb9703f72b184c3685bb6c0d3769805
[]
no_license
cran/JGR
eed1453968ba248b3daa0b64554cc52ad6329681
aeecc682afa75a734ae3e3400c1aa81295ac0496
refs/heads/master
2023-05-27T19:21:06.033520
2023-05-20T08:50:02
2023-05-20T08:50:02
17,691,837
0
0
null
null
null
null
UTF-8
Java
false
false
1,083
java
/* * PatchTokenMarker.java - DIFF patch token marker * Copyright (C) 1999 Slava Pestov * * You may use and modify this package for any purpose. Redistribution is * permitted, in both source and binary form, provided that this notice * remains intact in all source distributions of this package. */ package jedit....
[ "csardi.gabor+cran@gmail.com" ]
csardi.gabor+cran@gmail.com
ac0ff41a10fc52c2fe2848238eda713a0b3f3258
f823f023ce0835c62a35c3fad6f03df26802b0cf
/apps/testnorge-skd/src/test/java/no/nav/registre/skd/testutils/ResourceUtils.java
51e99f6d5e550ecca8519e53ef4ba1b1e15f8642
[ "MIT" ]
permissive
abdukerim/testnorge
b4778f97f9a51d3591aa29d7ef8bfb1c1f11cdd9
31ea38d2286db6de244eb1ab71c4751cc01f8d05
refs/heads/master
2023-08-23T11:49:12.549613
2021-11-03T14:10:23
2021-11-03T14:10:23
null
0
0
null
null
null
null
UTF-8
Java
false
false
476
java
package no.nav.registre.skd.testutils; import com.google.common.io.Resources; import java.io.IOException; import java.nio.charset.StandardCharsets; public class ResourceUtils { public static String getResourceFileContent(String path) { var fileUrl = Resources.getResource(path); try { ...
[ "kristoffer.mjelva@nav.no" ]
kristoffer.mjelva@nav.no
4a5d6cc76f0741b60005c9662662e4ad438d54fe
62785e3cea2acb3d4a58e1cfeb657c7eef35f564
/Ed25519/src/net/nharyes/secrete/curve/Curve25519KeyPairGenerator.java
b98acf0a47aa36e692d11696fb44cd9438b225a3
[]
no_license
kablu/Ed25519-poc
381a2f276fb85f3677ab9a2fce3c7165d931711a
f8b6c39ad655464579ead657d3458e1dfa89bdfb
refs/heads/master
2023-04-02T03:31:25.474908
2021-04-15T06:52:02
2021-04-15T06:52:02
357,299,220
0
0
null
null
null
null
UTF-8
Java
false
false
1,521
java
/** * Copyright (C) 2015 Luca Zanconato (<luca.zanconato@nharyes.net>) * * This file is part of Secrete. * * Secrete is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or ...
[ "kablumndl546@gmail.com" ]
kablumndl546@gmail.com
a989e7dec09f176842743b339baea86d59b94ae2
88bec440950fc6ff31b935408e8bd82cf7c8aa7c
/src/main/java/com/sbp/processmetrics/ProcessMetricsApplication.java
0df67f58d5004db463d4bc85acb7bb4df818b0aa
[]
no_license
gulsahcoskun/swe599
1342cfca0414dd6f37239fbfadca9f4b1282cd84
90fcf7ba48f1e5014301cd83db87f23f456dbac0
refs/heads/master
2020-08-28T23:16:33.407883
2019-10-31T20:21:19
2019-10-31T20:21:19
217,848,482
0
0
null
null
null
null
UTF-8
Java
false
false
343
java
package com.sbp.processmetrics; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class ProcessMetricsApplication { public static void main(String[] args) { SpringApplication.run(ProcessMetricsApplication....
[ "gulsah.coskun@betbull.com" ]
gulsah.coskun@betbull.com
6508f385aaf0d431eae15f367cb53a32f97bef1e
050677909b58a357348b3c24559a52b41bd084e3
/AnnotationQualifier/src/test/java/com/vicky/AnnotationQualifier/AppTest.java
1256460378867f2228757cf4a79e545692df2285
[]
no_license
vickyvirus06/Spring-Framework-Core
b19db82113b1ff6a3c46a968f6fb1ffbd28b137c
edaf3d779072429e719f04584c7f893f4377ef85
refs/heads/master
2022-12-27T03:43:36.064483
2019-11-04T04:48:14
2019-11-04T04:48:14
null
0
0
null
null
null
null
UTF-8
Java
false
false
657
java
package com.vicky.AnnotationQualifier; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; /** * Unit test for simple App. */ public class AppTest extends TestCase { /** * Create the test case * * @param testName name of the test case */ p...
[ "poojarivicky3@gmail.com" ]
poojarivicky3@gmail.com
36e0eea690099233a01207127cf5a677747616bc
12a99ab3fe76e5c7c05609c0e76d1855bd051bbb
/src/main/java/com/alipay/api/domain/KoubeiMerchantOperatorSearchQueryModel.java
1f2730d116917f460b4850f0a550ae61b228be77
[ "Apache-2.0" ]
permissive
WindLee05-17/alipay-sdk-java-all
ce2415cfab2416d2e0ae67c625b6a000231a8cfc
19ccb203268316b346ead9c36ff8aa5f1eac6c77
refs/heads/master
2022-11-30T18:42:42.077288
2020-08-17T05:57:47
2020-08-17T05:57:47
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,102
java
package com.alipay.api.domain; import java.util.List; import com.alipay.api.AlipayObject; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.internal.mapping.ApiListField; /** * 操作员列表查询 * * @author auto create * @since 1.0, 2018-03-23 11:52:03 */ public class KoubeiMerchantOper...
[ "ben.zy@antfin.com" ]
ben.zy@antfin.com
88bc2736b3253b9bc232e160605c2d18699aad93
71b0619e0e0a77b468040a04f9fd8e2ffdb839a0
/20190514_Scanner/src/Scanner_File.java
2ce09529e037b20ad88883748866003528e0434f
[]
no_license
dusdn02/JavaProject
c204310fd51b9e320bf106c27f85e74573d6c5cb
b86ebbe4d3967d80671920ab93bf9ad8dc4dda0a
refs/heads/master
2021-07-22T20:17:59.900051
2020-05-27T02:09:33
2020-05-27T02:09:33
176,925,677
0
0
null
null
null
null
UHC
Java
false
false
698
java
import java.io.*; import java.util.Scanner; public class Scanner_File { public static void main(String[] args) { File Phone = new File("Phone.txt"); FileWriter fw = null; String s; Scanner sc = new Scanner(System.in); try { System.out.println("전화번호 입력프로그램입니다."); while (true) { System...
[ "s2018s14@e-mirim.hs.kr" ]
s2018s14@e-mirim.hs.kr
f884e0b2b93b2e35d3517b7a34db30cd407f47b9
54a68d46a0011bfbd984dfef87dc3a625ac6ae0c
/src/main/java/com/coding17/easycms/api/result/Result.java
f7e69a38011f904e8265962e34787bc7ed08e707
[]
no_license
yinkaihua/easycms
dc7db2bbf782cd791a5d72a688d836f63a561200
fabd2b05963e96316950df671109d1ae13a87fa6
refs/heads/master
2021-01-10T01:15:23.565711
2016-03-22T14:26:05
2016-03-22T14:26:05
50,108,277
0
0
null
null
null
null
UTF-8
Java
false
false
534
java
package com.coding17.easycms.api.result; /** * 服务返回结果封闭类 * @Title: Result.java * @Package: com.coding17.easycms.api.base * @author: yin.kh * @date: 2016年1月25日 下午11:58:42 */ public class Result<T> { private String resultCode; private T t; public String getResultCode() { return resultCode;...
[ "373679030@qq.com" ]
373679030@qq.com
2dbafea249beeb559789f61f9d6198adcf7bdf64
d1273b3c011ff99e253566127d3294c5b880aa10
/src/main/java/com/mmj/app/web/validation/MoneyValidator.java
e1e518312a2c2166e36a77079889adc0c4cb7361
[]
no_license
zhuwenqiancn/shopping.plat
2dfee1debe3f8267361556816fb3fa24655c81e7
802464b94cae4af252d9506b74475d6bb495547b
refs/heads/master
2020-05-18T00:44:26.069581
2019-01-13T15:57:24
2019-01-13T15:57:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,054
java
/* * Copyright 2011-2016 MSUN.com All right reserved. This software is the confidential and proprietary information of * MSUN.com ("Confidential Information"). You shall not disclose such Confidential Information and shall use it only * in accordance with the terms of the license agreement you entered into with MSUN...
[ "zhangxiongcai337@gmail.com" ]
zhangxiongcai337@gmail.com
6deb8f768394a8e3762108948d07cd91083b2e9c
b9d2a28f07bfecf2c928c2eacb438748dc40b897
/src/com/javaex/ex03/Sparrow.java
f738007d62fa09c18e878949683eb19d1cc6eefa
[]
no_license
jiminp0421/Practice07
e8353c8328693e83a124362d5ca0520d35b66cfa
8832f09f109a462dac5357bc1c00f6994911e52c
refs/heads/master
2022-07-19T06:30:28.955324
2020-05-22T08:40:53
2020-05-22T08:40:53
266,061,373
0
0
null
null
null
null
UTF-8
Java
false
false
122
java
package com.javaex.ex03; public class Sparrow implements Soundable { public String sound() { return "짹짹"; } }
[ "'jm00476@naver.com'" ]
'jm00476@naver.com'
9c06951dcbea3006aa542bb08e3d1b692834d37c
7954b7da027a58509da4b5e394eb8bd579f320a0
/spring-core/core-base/src/main/java/org/nanotek/configuration/csv/InstrumentIntegrationConfiguration.java
be0bc3602f4c737837b64dec5927dad835c0df83
[ "Apache-2.0" ]
permissive
Einhart/projetos_legados
75fee02415f5d51728e524e6b58d80fce88dc6e2
5984efdd27db4a6c65d86b77e290253c722a67e3
refs/heads/master
2022-11-13T01:37:02.962729
2020-03-08T14:09:50
2020-03-08T14:09:50
null
0
0
null
null
null
null
UTF-8
Java
false
false
9,701
java
package org.nanotek.configuration.csv; import java.util.Optional; import org.nanotek.Base; import org.nanotek.JsonMessage; import org.nanotek.base.maps.BaseMapColumnStrategy; import org.nanotek.beans.csv.InstrumentBean; import org.nanotek.beans.entity.Instrument; import org.nanotek.beans.entity.InstrumentComment; imp...
[ "jose@kcom" ]
jose@kcom
07d32b5071b050361405cafa889e4b0ba7ad435b
005caf88960f9e93656c771a53a41c6b5d599b2c
/src/net/ufida/info/login/manager/.svn/text-base/SystemRoleMenuManager.java.svn-base
f789d7ab92dc4dc1dbf20ab59f9669f137b06250
[]
no_license
huangyang1984/userBehaviorAnalysis
206b4a4bb8294dda30198f10ca098dc097ffc58f
d37ee55594c387551de0efc8f4337cb0740cb0db
refs/heads/master
2016-09-06T19:01:06.371081
2013-07-09T08:17:59
2013-07-09T08:17:59
11,276,463
0
1
null
null
null
null
UTF-8
Java
false
false
384
package net.ufida.info.login.manager; import java.util.List; import net.ufida.info.login.model.SystemRoleMenu; import net.ufida.x27.util.hibernate.BaseManager; import org.hibernate.criterion.DetachedCriteria; import org.hibernate.criterion.Restrictions; public class SystemRoleMenuManager extends BaseManager { pub...
[ "5782047@qq.com" ]
5782047@qq.com
d615deceb211ef22bbb4b9bb650d3cf50da41448
c86a6f6fcdebcb655ab0d513c6157e6abe4912a2
/android/src/src/com/tech_tec/qiitarian/model/user/parser/ProfileImageParser.java
f277687cf0f4b50dcce6acc08d5a736e221b1e79
[]
no_license
shoma2da/android_Qiitarian
d9571002a53f035877d47d2b554519bac88de582
3d09dbdd6846367b793434bd5bcf4de1ff2fce71
refs/heads/master
2016-09-05T11:43:37.556080
2013-12-22T14:32:45
2013-12-22T14:32:45
11,026,668
0
0
null
2013-12-22T14:32:45
2013-06-28T13:19:01
Java
UTF-8
Java
false
false
520
java
package com.tech_tec.qiitarian.model.user.parser; import java.net.MalformedURLException; import java.net.URL; import org.json.JSONException; import org.json.JSONObject; import com.tech_tec.qiitarian.model.user.ProfileImage; public class ProfileImageParser { public ProfileImage parse(JSONObject object) thro...
[ "marcos.shoichi.matsuda@gmail.com" ]
marcos.shoichi.matsuda@gmail.com
27e6d56430334304da28467a5f307f8e29e3dd07
b56e2104501992f59bbee859e35378c45580820f
/MyClass2/app/src/main/java/com/alfidwi/myclass/DataHelper.java
2bd3b816319191497ff568afbc8fb874b94c280c
[]
no_license
alfinovita/PemrogramanMobile
1039e0f6eb1ec2946882858b0e975698dcf09afc
75a2b20f6a9d9c91f9f64fbf8bfdba54b9333204
refs/heads/master
2020-07-31T08:51:06.953191
2020-01-03T03:20:38
2020-01-03T03:20:38
210,551,119
1
0
null
null
null
null
UTF-8
Java
false
false
1,036
java
package com.alfidwi.myclass; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; import android.util.Log; import androidx.annotation.Nullable; public class DataHelper extends SQLiteOpenHelper { private static final String DATABASE_NAME =...
[ "alfinovita99@gmail.com" ]
alfinovita99@gmail.com
e00fc1d8752558bc906113790d066a28d76d00cd
efe4b66a4c099cb0fdc6555d75e9e5d178d74d45
/src/main/java/com/iktpreobuka/platni_promet/entities/AddressEntity.java
31663eaf1f90122ce64a8dcdd0d409881ed774f2
[]
no_license
ledioda/platni_Promet_projekat
b034b597550d268f0e35326c92ac4726c4fade23
fa9ea22c6c082c4fe32bdc01ac9ff0abf3e2b202
refs/heads/master
2021-01-01T19:22:23.375515
2017-07-28T10:51:56
2017-07-28T10:51:56
98,575,875
0
0
null
null
null
null
UTF-8
Java
false
false
2,412
java
package com.iktpreobuka.platni_promet.entities; import java.util.ArrayList; import java.util.List; import javax.persistence.CascadeType; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; i...
[ "ledioda@gmail.com" ]
ledioda@gmail.com
fcd3fb7ed6fb7dea9b09396cd343685aeb6fdada
54ba5d61f82bd456a471e9ec3ca5e18032fcf856
/Source Code/curricularJava.java
bca51aa2416931098115660dc234e078f87a3b82
[]
no_license
ainazln/E-Resume
114270dba4ed7ae349ba4600698fd672e1bc3bd5
866d7dcc9e2cafd062441af324f1a04a5d394558
refs/heads/main
2023-06-02T23:28:31.300574
2021-06-28T09:45:08
2021-06-28T09:45:08
380,976,045
0
0
null
null
null
null
UTF-8
Java
false
false
1,309
java
package com.example.resume; import java.io.Serializable; import java.util.Arrays; public class curricularJava implements Serializable { //variable public String[] curricular; //default constructor public curricularJava(){ } //constructor public curricularJava(String[] cur...
[ "noreply@github.com" ]
noreply@github.com
d9ffbffda71692a64da2b8c241aa75e096374391
2b1a0da53bcdee1c7d448e082a554edc381df9f6
/src/main/java/cn/kgc/easybuy/util/Constants.java
6accda64e20291dc69990c41b830293e0d228208
[]
no_license
xiejun1995/easybuy
d71e6d974e0bc495d39398e46124289171cef7bf
44d0ffefde1b58cf6056b8a23cb6657b62318d93
refs/heads/master
2022-12-21T00:10:30.424749
2020-01-11T02:31:13
2020-01-11T02:31:13
232,024,570
0
1
null
2022-12-15T23:31:09
2020-01-06T04:35:04
JavaScript
UTF-8
Java
false
false
763
java
package cn.kgc.easybuy.util; /** * 定义一个常量类 * @author 谢军军 * @Email 18045972801@163.com * @date 2019/12/30 10:56 */ public class Constants { public static final Integer PAGE_SIZE=2; //页码大小 public static final String INVALID_PAGE_NO="请输入要显示的页码!"; public static final String INVALID_ID="请输入订单号或订单状态或订单人电话!"...
[ "18045972801@163.com" ]
18045972801@163.com
8bd74bbb295dd643b340b4558990e577ba7c70a3
94d698044da25b75f1e49fe4d39b94cc9ab75200
/servlet/servlet-api/src/main/java/com/hundsun/fcloud/servlet/api/ServletRequest.java
c79a0cc89d4a2c0db12c5871e39ffa04d0844521
[]
no_license
anlenhk/platform
3873f94deb525291c10c25817ad37a4f3d0df6e0
30da02058d55cc5e17b660a06ba6c48b10c378a6
refs/heads/master
2021-01-17T06:32:31.865236
2015-02-26T09:25:05
2015-02-26T09:25:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
364
java
package com.hundsun.fcloud.servlet.api; import java.io.InputStream; /** * Servlet请求 * * @author gavin * @create 13-7-28 * @since 1.0.0 */ public interface ServletRequest extends ServletMessage { String getContentType(); Object getParameter(String name); void setParameter(String name, Object value...
[ "haozhonghu@hotmail.com" ]
haozhonghu@hotmail.com
090c73dcf5b59b4523fa510f7de8f995c741680d
a52909a6517194693b7bfd09abc46e8f13b76f5c
/MyApplication/app/src/main/java/com/example/annotation_tool/demogather/java/JavaMainActivity.java
12149ecb614c8fe1ea409ef7f067fc67af07082c
[]
no_license
VincentCZW/DemoGather
c8a48e9b5fca7f686aaa66d7ac8fd62e4e626e84
65cf7339f77592dedae2e412873e9fca64cd3767
refs/heads/master
2020-02-26T15:40:21.524112
2018-04-11T12:43:44
2018-04-11T12:43:44
70,676,236
0
0
null
null
null
null
UTF-8
Java
false
false
1,739
java
package com.example.annotation_tool.demogather.java; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.Button; import com.example.annotation_tool.demogather.R; import com.example.annotation_tool.demogather.annotation.AnnotationMainAct...
[ "zhengwei.chen@renren-inc.com" ]
zhengwei.chen@renren-inc.com
aeb1b89f54c4f0d571e1b1c5fa8ba6331f29a08e
f462659e4362499651df87b9f17b8873792f1c83
/hrms/src/main/java/javacamp/hrms/entities/concretes/Education.java
fb655e18d1652145e2aa99b312d990bc98cfe17a
[]
no_license
Edward34William/HRMS
efc356f4a5f5390b4da004f68982ec24485deb8b
689be3654d0e16191fbf0fe69adebe61e30f85e2
refs/heads/main
2023-06-07T06:57:52.593044
2021-06-27T22:15:28
2021-06-27T22:15:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,387
java
package javacamp.hrms.entities.concretes; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.JoinColumn; import javax.persistence.Ma...
[ "turkmenesranur@gmail.com" ]
turkmenesranur@gmail.com