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
d598c6a7672c22c9dea354f8dd235a25b25b5d2b
1d00faa6c8b53bfd4048d3128af12d905265e68d
/sdk/src/main/java/io/hasura/sdk/responseListener/SyncStatusListener.java
1956b1965075a375ab8addca032e9f112611b38d
[ "MIT" ]
permissive
carlosgub/android-sdk
ed468b963e11c6e61a40b3724ff017b8cf44089e
6ceba4bb956a5ca66d33babf347e3e8ee41aa7a0
refs/heads/master
2020-03-31T14:39:26.403311
2017-10-03T06:46:52
2017-10-03T06:46:52
null
0
0
null
null
null
null
UTF-8
Java
false
false
163
java
package io.hasura.sdk.responseListener; /** * Created by jaison on 19/06/17. */ public interface SyncStatusListener extends SuccessFailureResponseListener { }
[ "jaison@hasura.io" ]
jaison@hasura.io
f6578ac8986041d7e317523be262154bb918a3a4
3992ec7e3c1bf0d7d38aa5f93aa75348408cf5df
/opetations/Division.java
811ba3558a59abb286f027d20e88e36a1528ea30
[]
no_license
AndreyDMokhov/ExaminatorHW
7341cf965120f5a81eb09ae438ca7bd0c21a69a9
9746a372b263382fa5171f6de10cb742cd7c2fc7
refs/heads/master
2020-07-09T11:06:54.571746
2019-08-23T08:10:39
2019-08-23T08:10:39
203,954,446
0
0
null
null
null
null
UTF-8
Java
false
false
686
java
package homework.exercises.opetations; import homework.exercises.Exercise; import homework.exercises.OperationEnum; import static homework.exercises.RandomUtil.getRandomInRangeInteger; public class Division implements Operation { @Override public Exercise getExercise(int min, int max) { double a = g...
[ "Oksana76" ]
Oksana76
670c37da8171ba0aa02b3e2f1d83d4041e1f9699
3aa52410c284ec887e849afe53432782015c86fe
/src/org/jhi/testcases/Validations_Homepage.java
81e8e6f4cf9173e04deff5e5181acec612895646
[]
no_license
PrasantaBanerjee/E2E-Automation-JHInvestments
0abbab2822fc64600cc76a10a46ed974b083c7f3
1d566c70a761c5bb19bbce02fdb6a59efd510824
refs/heads/master
2022-04-23T06:31:41.689882
2020-04-28T16:42:41
2020-04-28T16:42:41
258,524,889
0
0
null
null
null
null
UTF-8
Java
false
false
1,434
java
package org.jhi.testcases; import static org.testng.Assert.assertEquals; import java.util.ArrayList; import java.util.List; import java.util.stream.Stream; import org.jhi.main.Base; import org.jhi.page_objects.HomePage; import org.openqa.selenium.WebElement; /* * @auth: Prasanta. * @desc: This class will contain ...
[ "Prasanta.Banerjee77@gmail.com" ]
Prasanta.Banerjee77@gmail.com
f4a20a85d7ff831a0eff1959296fb3a3289cb62e
bac1863011cb926e5a4fc703052ddbd6a8eefe6d
/src/com/yzy/im/customview/MsgHeader.java
61b9254920012871c33f8a014930e2fafd479d22
[]
no_license
343829084/IM
60253ab8db216c06a36dfd4570a05b5356286f44
fb05ab34795f71c34cacd03dccfb560ab0f20f7c
refs/heads/master
2020-12-14T18:50:11.547344
2014-11-09T14:16:04
2014-11-09T14:16:04
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,642
java
/** * @file XListViewHeader.java * @create Apr 18, 2012 5:22:27 PM * @author Maxwin * @description XListView's header */ package com.yzy.im.customview; import android.content.Context; import android.util.AttributeSet; import android.view.Gravity; import android.view.LayoutInflater; import android.view.View; impor...
[ "yuanzeyao@163.com" ]
yuanzeyao@163.com
81da039efa32fcc6e5cd27dcd9bef846437cbd8a
7729a24027f284e3574c7b2cb53d58de7104a5dc
/sell/src/main/java/com/chen/service/impl/CategoryServiceImpl.java
e7264719931e6432516dec7232ccc2c6008bd74c
[]
no_license
cjj50640/weixin
fbf84ba47c9ff812b27428bbdd608e2abeaed14e
53119e243d4c571d3fb55bd1bfcdc28d5f1ab705
refs/heads/master
2020-03-24T04:01:36.917405
2018-07-26T12:52:59
2018-07-26T12:52:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
998
java
package com.chen.service.impl; import com.chen.dataobject.ProductCategory; import com.chen.repository.ProductCategoryRepository; import com.chen.service.CategoryService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import java.util.List; @Service public...
[ "39826032+cjj50640@users.noreply.github.com" ]
39826032+cjj50640@users.noreply.github.com
82950d73d07734bdbf5a41d5785c81f507e65b38
f51707542294cab16a1275eafd7e5c6d9563998e
/BuildStore/priv/test_src/com/buildml/model/undo/TestFileUndoOp.java
46a61beebfea77f92480fcf163269563baf926c4
[]
no_license
VijayEluri/Disco-Build-System
1024f38e7d1e50aafbb32ec26a2bfd833e23ee2f
8226e3694e2f4dfe48b13bd9dcd2936fdde6677e
refs/heads/master
2020-05-20T11:03:34.645079
2014-05-13T10:50:11
2014-05-13T10:50:11
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,999
java
/******************************************************************************* * Copyright (c) 2013 Arapiki Solutions Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is availa...
[ "psmith@arapiki.com" ]
psmith@arapiki.com
237ea4726636353f1a23673a56fc112873111545
0ab61f7f2a6d42d4ef954c40300e14171d4c4c8e
/OPUS_LOGI/src/test/java/Logi/SummaryDashboardReport/Validate_SummaryDashboard_Report_UIValidation.java
2410ab8370d24b5c4e328c347738e81f427c6712
[]
no_license
priyesh0do/Own-Framework
3a48c43de57324361b6b392c3bd5bd41d7d1db2f
c282efe2bd1ba1eb2cb34e0b548b545826a44759
refs/heads/master
2021-04-09T14:21:37.475045
2018-04-12T03:19:21
2018-04-12T03:19:21
125,634,327
0
0
null
null
null
null
UTF-8
Java
false
false
6,902
java
package Logi.SummaryDashboardReport; import java.util.ArrayList; import java.util.List; import java.util.Map; import org.openqa.selenium.By; import org.testng.annotations.DataProvider; import org.testng.annotations.Test; import Driver.BrowserOpen; import ObjectRepository.General.FilterSection; import Obj...
[ "priyesh@priyesh-PC" ]
priyesh@priyesh-PC
775918c6981aece2e783849b7aad440b917717a1
b00ff00f170b60a92ce6a6e46dfc866ace9aeeb6
/velocity/src/main/java/com/rw/velocity/OAuthBuilder.java
740dfaa9bd2eee0d685189195eedcd344e02cac2
[ "MIT" ]
permissive
mainam/velocity
f142953830652520415282d92aeaf1eaf8720b20
b5029f2d130f168e6d507f4c5d6b97f606869d98
refs/heads/master
2021-01-22T13:51:57.742472
2017-08-14T04:44:42
2017-08-14T04:44:42
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,398
java
package com.rw.velocity; import java.io.UnsupportedEncodingException; /** * Created by ravindu on 6/07/17. */ public class OAuthBuilder { String user = ""; String pass = ""; String scope = ""; String grantType = ""; String clientId = ""; String clientSecret = ""; String clientIdSecretHas...
[ "ravindu@vortilla.com" ]
ravindu@vortilla.com
4776e529160797dd1a50e35d3393d322658e8c94
56e50844ca1a9ca93e35ea6729b4f0a7e4857e89
/Android/app/src/main/java/com/macmanus/jamie/bikerentalapp/view/FindBikeFragment.java
bd3410131e15719dc243698c4a71f898bbd544a8
[]
no_license
FrankSun96/SystemsAnalysisDesignProject
e5afb8bcdec49f9fdc5809bf3428288a8df25203
b11fd829d4bdc49b19b108fa5bd2cdcb16d9cb31
refs/heads/master
2020-04-02T04:21:35.470833
2018-11-04T15:01:47
2018-11-04T15:01:47
154,013,291
0
0
null
2018-10-21T13:48:59
2018-10-21T13:48:59
null
UTF-8
Java
false
false
913
java
package com.macmanus.jamie.bikerentalapp.view; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import com.macmanus.jamie...
[ "jamiemac96@hotmail.com" ]
jamiemac96@hotmail.com
af8fc9e39abaefab4394a1935dfa31c42cbb884a
d69ee1ef4a100b776eeb9ad09740a3db3f258d5c
/flnet-system/src/main/java/com/flnet/system/service/impl/SysMenuServiceImpl.java
9483ad075e4c1d44d18bdf251ea9b8a0a537d47e
[ "MIT" ]
permissive
zyhyszf233/treasure
dc671e1e3cdcd99360f08c361274e1cdf601c7e0
25b2362cf93345b42aaafecce9d81d4d66445d37
refs/heads/master
2020-04-22T15:00:05.523557
2019-02-13T07:43:09
2019-02-13T07:43:09
170,463,312
0
0
null
null
null
null
UTF-8
Java
false
false
9,871
java
package com.flnet.system.service.impl; import java.text.MessageFormat; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import java.util.LinkedHashMap; import java.util.LinkedList; import java.util.List; import java.util.Map; import jav...
[ "544500992@qq.com" ]
544500992@qq.com
808f4e3929121193327985dbce8f7f2723b51f9d
52fafc8e3d8723a37f5f0e257263c81562b946db
/src/com/dmide/ui/IDEProgressHandler.java
c543eb00b6cf11c739935f2af3085ad14c0508d1
[]
no_license
Rockdtben/JDMIDE2
2df40a3bb81f1f0b62765635b0fc021ffba77861
a263d211627c5f63f48b448b0a3ad95d46eae60a
refs/heads/master
2021-05-26T13:07:15.482753
2012-10-06T04:02:24
2012-10-06T04:02:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,337
java
package com.dmide.ui; import java.util.ArrayList; import javax.swing.JProgressBar; import com.dmide.util.events.IDEEvent; import com.dmide.util.events.IDEEventWatcher; import com.dmide.util.misc.IDEProcess; public class IDEProgressHandler implements IDEEventWatcher { JProgressBar progressBar; ArrayList<IDEProce...
[ "dolphyO.o@gmail.com" ]
dolphyO.o@gmail.com
ed05ce230f007a778329cd7ff2c9f963bee9b5fa
304b77c19acb1a8fdd78c391129df1cfd66fb08f
/loja/src/main/java/br/com/jonataslaet/microservice/loja/client/FornecedorClient.java
da99d09f2d8ca36405baffe6ff0f4d455fe409e4
[]
no_license
jonataslaet/microfloricultura
4918686276e29e82e15df3bd4de267bff9844f2d
e1e806e7f3525bd36e45b07a2ed432ae021a2c3d
refs/heads/master
2023-03-12T05:18:00.206434
2021-03-02T02:58:54
2021-03-02T02:58:54
334,066,758
0
0
null
null
null
null
UTF-8
Java
false
false
841
java
package br.com.jonataslaet.microservice.loja.client; import java.util.List; import org.springframework.cloud.openfeign.FeignClient; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; ...
[ "jonataslaetprogramador@gmail.com" ]
jonataslaetprogramador@gmail.com
8bf81dd57414b4fd7994bff85963a45525eddca7
708aa6d50d5b80f5ff0d72ce9cb930907ce7a493
/xcommon/src/main/java/com/xcommon/face/IFaceOperation.java
d25472321b9a3d5e620af9776dbebeb6c0370dc7
[]
no_license
xgs925/PicApp
0720fdbd5f05debf31f9190808be3e089372cb25
79354278a53d19f657e0c75c673fa684e6dfcf9f
refs/heads/master
2021-01-19T19:54:49.024295
2017-04-17T03:04:03
2017-04-17T03:04:03
88,462,331
1
0
null
null
null
null
UTF-8
Java
false
false
468
java
package com.xcommon.face; import android.content.Context; import com.xcommon.face.model.TJLayer; import java.util.List; /** * Created by Photostsrs on 2016/11/17. */ public interface IFaceOperation { void getModuleList(Context context, IFaceModuleListListener listener); List<TJLayer> readXml(String xmlNa...
[ "xgs925@163.com" ]
xgs925@163.com
03a4905954352186be80b2e8722962d0110e4c66
3d5bb0440c9ebe3e62733a6405aca2ab031be548
/Practice/src/main/java/com/paranike/linkedlist/Main.java
92742c43de408b42ac0b3962e44c7c8d4f1c93f4
[]
no_license
nnikunj/Prac
8bc1dc341d3304291490f8ce7318e1d1882d8909
1d20d31beb6f0a8ee75d06a65faabad52b4027be
refs/heads/master
2020-04-15T17:04:20.750456
2019-01-26T01:07:44
2019-01-26T01:07:44
164,859,477
0
0
null
null
null
null
UTF-8
Java
false
false
855
java
package com.paranike.linkedlist; public class Main { public static void main(String[] args) { ListNode<String> head = new ListNode<String>("1"); SinglyLinkedList<String> list = new SinglyLinkedList<>(head); head = list.addFirst("0"); head = list.addFirst("-1"); head = list.addLast("2"); head = list.addLa...
[ "nikunjnilabh@gmail.com" ]
nikunjnilabh@gmail.com
651829080f45dff657117ec3d4f3d1236c06d9a0
438679ac193d6d10c96c850d368d128ed8accc88
/src/com/nompor/app/object/Target.java
53d9e21620ba4c82cf2f0acc372baaf8273da832
[]
no_license
nompor/TargetHitting
7250f61a7f28f5f7dcae25b2ec7a3dcb84bf770e
ee191d9ecc4f7312b02d549a0f1c35ac0cbef69f
refs/heads/master
2021-04-29T21:38:45.179380
2018-03-13T15:42:54
2018-03-13T15:42:54
121,620,456
0
0
null
null
null
null
UTF-8
Java
false
false
3,505
java
package com.nompor.app.object; import java.awt.Color; import java.awt.Font; import java.awt.Graphics; import java.awt.Point; import com.nompor.app.manager.AppManager; import com.nompor.gtk.animation.FadeAnimation; import com.nompor.gtk.animation.ImageDrawAnimation; import com.nompor.gtk.animation.ParallelAnimation; i...
[ "34595864+nompor@users.noreply.github.com" ]
34595864+nompor@users.noreply.github.com
c11693dc110af407086f25f7625d847108c17254
cf2b76d380774c048336126e644f8bfa2edd9f34
/项目备份/e3-main/e3-share/src/main/java/com/e3expo/e3/model/RfpDetail.java
bc1d28a9ac8634f5cd572837a49859e0b0472990
[]
no_license
cirsyou/web_daily
fc13abcad5b19e90bac35e876e4338f8ef4a7555
a8f79ff0e3adc0aa4edb113fa3d0362402e67769
refs/heads/master
2021-09-23T09:41:57.961435
2018-09-21T06:42:19
2018-09-21T06:42:19
null
0
0
null
null
null
null
UTF-8
Java
false
false
11,500
java
package com.e3expo.e3.model; import com.e3expo.e3.validation.group.RfpDetailGroup; import com.e3expo.e3.validation.group.RfpGroup; import org.apache.ibatis.type.Alias; import javax.validation.constraints.NotNull; import java.io.Serializable; @Alias("rfpDetail") public class RfpDetail implements Serializable { @...
[ "path2017@126.com" ]
path2017@126.com
1f047ee876ad1b73dc8c3ff3aaa243d8471d5ced
bb3f586282077ce757ad541f8e79101b2cc0d1bd
/src/pl/coderslab/TaskManager.java
2b3c6138ab127e308adb5c1f658fb4135efe6fef
[]
no_license
Slugi/TaskManager
c4d4cd24e398609e44f5b9d9ed4c7e98925f8e47
0288436a13a4be3d66445a9daaf468e2e69f52e7
refs/heads/master
2022-12-28T18:54:22.091624
2020-10-10T13:40:24
2020-10-10T13:40:24
291,475,294
0
0
null
null
null
null
UTF-8
Java
false
false
4,343
java
package pl.coderslab; import org.apache.commons.lang3.ArrayUtils; import org.apache.commons.lang3.math.NumberUtils; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.util.Arrays; import java.util.List; import java.util.Scanner; public class Task...
[ "slugii@hotmail.com" ]
slugii@hotmail.com
2895af613f7371d7642c697cb60da3d882753ce8
cb0a1b0ac15f5c827b33bd764a5329aaa5070ff9
/xdroid/build/generated/source/r/androidTest/debug/com/zhy/autolayout/R.java
e88aee2073cedd75eb3b22afe9fe0e4c97d5567b
[]
no_license
liuhui2013/TuanFan
fd338bda696793a6a9449a746454a09e0f8c24f3
1180a188808717d96b15f704b13929a9c8d6ffdb
refs/heads/master
2021-08-31T17:21:03.242805
2017-12-22T06:15:20
2017-12-22T06:15:20
115,073,210
0
0
null
null
null
null
UTF-8
Java
false
false
81,220
java
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * gradle plugin from the resource data it found. It * should not be modified by hand. */ package com.zhy.autolayout; public final class R { public static final class anim { public static final int abc_fade_in = 0...
[ "1272784979@qq.com" ]
1272784979@qq.com
e569c01859b4670083f002101643cc7c3a4d2d59
8d4033508c01524a390d9302e24d4942c3d83938
/src/main/java/pl/fxboot/demo/service/interfaces/HistoryService.java
6e7cd2f87132426329a773472566dc2b24dcf1a3
[]
no_license
i1010011010/fxBoot
e88d0fe276b0821b8d59c2fe0f04ecb8dccd6a18
15dc3709890fd170cf85e89e14ea0dcd4391d2ec
refs/heads/master
2022-11-20T21:16:03.279586
2020-07-20T19:42:39
2020-07-20T19:42:39
280,207,404
0
1
null
2020-07-20T09:10:14
2020-07-16T16:46:57
Java
UTF-8
Java
false
false
684
java
package pl.fxboot.demo.service.interfaces; import org.springframework.stereotype.Component; import org.springframework.stereotype.Repository; import pro.xstore.api.message.codes.PERIOD_CODE; import java.util.List; import java.util.Map; @Component public interface HistoryService { List<Double> getTickPricesRecor...
[ "waclaw.ilski@gmail.com" ]
waclaw.ilski@gmail.com
39ed5eeb38c247a15900c8d0445ebd931e63e3f7
8fe040500c122c333cef910324461b6e28867a8b
/app/src/main/java/com/shoppin/customer/model/NavigationDrawerMenuItem.java
d2f96ac8def3909162d1b4620a52d15ab6c20e6a
[]
no_license
ddandroid/Project_Shoppin_Customer
d9fe20977727492abafae4365e20a7602b1d27da
0bb1dc4ef6257d74a456f5dc15cb40b0042da763
refs/heads/master
2020-04-12T05:39:02.899459
2016-08-16T12:00:50
2016-08-16T12:00:50
65,601,886
0
0
null
null
null
null
UTF-8
Java
false
false
431
java
package com.shoppin.customer.model; /** * Model class for navigation left side drawer * * @author chitrang */ public class NavigationDrawerMenuItem { public String menuName; public int menuTagId; public int menuIcon; public NavigationDrawerMenuItem(String menuName, int menuTagId, int menuIcon) { ...
[ "chitrangiisc@gmail.com" ]
chitrangiisc@gmail.com
da2de0b2bc12114a393d91ecd38b799af1039c98
ecd1b618074050cbac548b415f9a5df232809db9
/sdks/jreleaser-nexus2-java-sdk/src/main/java/org/jreleaser/sdk/nexus2/api/StagingRepository.java
ae98673e966fd4d2b6b763a9a5699d50589160ea
[ "MIT", "CC0-1.0", "BSD-2-Clause-Views", "BSD-3-Clause", "Apache-2.0", "BSD-2-Clause" ]
permissive
helpermethod/jreleaser
e179d80f08602a9d1f19c64a271c11a7e5b6b9e2
95f2efc2bbee7ffdd9d88370e70add13b6906828
refs/heads/main
2023-08-03T09:27:27.726252
2023-07-15T06:23:04
2023-07-15T06:23:04
394,959,951
0
0
Apache-2.0
2021-08-11T11:06:13
2021-08-11T11:06:12
null
UTF-8
Java
false
false
1,181
java
/* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2020-2023 The JReleaser 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/LICENS...
[ "aalmiray@gmail.com" ]
aalmiray@gmail.com
2e529841fea6e4cda8f230e4635a3f57d1eb6d32
23d5894b723765b4200889da55aa05ec37e8ab69
/sellingpartner-product-fees-api/src/main/java/com/amazon/spapi/productfees/model/GetMyFeesEstimateResult.java
059365638ac23e01b9199bfcb8a3d573d7e8b430
[]
no_license
penghaiping/selling-partner-sdk
420b5e2a48aa98189aa9e0d16514004377e53685
8a89d17b492f1fb1c319cc1fa5a7cc0a30abc8b9
refs/heads/master
2023-05-31T12:10:01.348630
2021-07-05T02:24:55
2021-07-05T02:24:55
322,236,368
19
8
null
null
null
null
UTF-8
Java
false
false
2,797
java
/* * Selling Partner API for Product Fees * The Selling Partner API for Product Fees lets you programmatically retrieve estimated fees for a product. You can then account for those fees in your pricing. * * OpenAPI spec version: v0 * * * NOTE: This class is auto generated by the swagger code generator program. ...
[ "penghp@pingpongx.com" ]
penghp@pingpongx.com
98020892a419d57e0b3a4e377ca7a5498b53bf6b
0b841f8c1248c3c00452ad254cb2a0b5fa8ea75b
/src/org/dbms/ks/api/ProjectAPI.java
47114fa2323d36f4f5803a11f42846883a86f2b7
[ "MIT" ]
permissive
eshine2017/KickStarter
e9cfa5301c48fc83def5a7b839dc65c9ec23ad12
771ac29a43f805f61097c2809cc170cbe0b86991
refs/heads/master
2020-03-13T17:15:11.198112
2018-04-26T21:51:58
2018-04-26T21:51:58
131,214,045
0
1
null
null
null
null
UTF-8
Java
false
false
4,355
java
package org.dbms.ks.api; import javax.ws.rs.GET; import javax.ws.rs.Path; import javax.ws.rs.PathParam; import javax.ws.rs.Produces; import javax.ws.rs.core.MediaType; import javax.ws.rs.core.Response; import org.dbms.ks.models.Backer; import org.dbms.ks.models.Location; import org.dbms.ks.models.Owner; import org.db...
[ "deng.pan.sjtu@gmail.com" ]
deng.pan.sjtu@gmail.com
28b1b793155ca3dc7214e79e9cc47ba7d06d94e3
260e1e27b9a3772fafab1362e70376bcaca42227
/ThreadPool/src/main/java/enumpackge/Main.java
05df46a2e09ee46b738bab0879359dadb0f637d6
[]
no_license
yuemingming/zookeeper
d1c2ed8ded6b9ee676e0b38452ac3567a9e88ea0
1702503cef4e35f0421cfe8f6246d1cd24d729bb
refs/heads/master
2020-03-07T03:39:03.224252
2018-03-29T07:20:03
2018-03-29T07:20:03
127,242,566
1
1
null
null
null
null
UTF-8
Java
false
false
3,172
java
package enumpackge; import javax.sound.midi.SoundbankResource; import java.util.Scanner; /** * @author Mingming * @Description * @Date Created in 18:57 2018/3/22 * @Modificd By */ class Point{ int x; int y; public Point(int x,int y){ this.x = x; this.y = y; } public double di...
[ "573157451@qq.com" ]
573157451@qq.com
a4a78f57ff6863b6897021a01d1507706a69196d
6ae47e53ba9043cd177982be0e38604491665667
/src/main/java/PDP/fitness/TopologyContact.java
346b542011d4630e37a3e9fd379f587b581388ae
[]
no_license
vidalfontoura/hypdp
562f8a53ab57a5927a36a1943ceed7e3f427c10a
2be9b8e523f7b12f768b7c8d6ee26e2fea39fe64
refs/heads/master
2021-01-17T02:48:44.868835
2016-08-30T18:16:56
2016-08-30T18:16:56
57,252,233
2
0
null
2016-09-19T20:23:15
2016-04-27T22:11:18
Java
UTF-8
Java
false
false
1,435
java
/* * Copyright 2015, Charter Communications, All rights reserved. */ package PDP.fitness; /** * * * @author user */ public class TopologyContact { private Residue r1; private Residue r2; /** * @param r1 * @param r2 */ public TopologyContact(Residue r1, Residue r2) { super(); this.r1 = r1; this...
[ "vfontoura@kenzan.com" ]
vfontoura@kenzan.com
c97c6ae275fdfcc5b26b18304d3adc01b8bc7372
29ea1424be62adb18b8d6441b73ccd2776ef9e30
/src/main/java/com/example/demo/transformers/VisitTransformer.java
0707952604193d51a856773647296cf05643db9f
[ "MIT" ]
permissive
bschalme/demo-spring-int
5cb94e9777910d15209bc43b48987fe88714ba50
fb5950580c6620e4780a766a54ae7c3eb76cbddc
refs/heads/master
2021-01-21T18:58:44.359514
2017-05-23T00:59:09
2017-05-23T00:59:09
92,104,733
0
0
null
null
null
null
UTF-8
Java
false
false
457
java
/** * */ package com.example.demo.transformers; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.example.demo.dao.VisitDao; import com.example.demo.domain.Visit; /** * @author Brian Schalme * */ @Service public class VisitTransformer { ...
[ "bschalme@airspeed.ca" ]
bschalme@airspeed.ca
f635ac25ef14308fec79380cb20d1ce20b6ae2ca
e049822829e72b7dcd698d869b6f8d4c73e2fccc
/Kosarka.Common/src/entities/KriterijumPretrage.java
fabec3d9be0d2d97387a9e4ab0239a4961e815f0
[]
no_license
nemanjazecevic/ProjekatPS
8ab91099c6622b7004f53663ec291dcedcd29f02
f52a08ba1864255f0efaad2cb2d6d5c7e87a60de
refs/heads/master
2023-07-31T19:20:21.337946
2021-09-15T13:33:49
2021-09-15T13:33:49
406,755,722
0
0
null
null
null
null
UTF-8
Java
false
false
2,435
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 entities; import java.io.Serializable; import java.sql.ResultSet; import java.util.List; /** * * @author PC */ public clas...
[ "zecevicn1@gmail.com" ]
zecevicn1@gmail.com
62c8721d1c6ff79212012d4b5041442efe11e08f
ea554f1a2f443b190cd88c00738c1e6c70f5c7fe
/modules/web/src/com/haulmont/sampler/web/ui/charts/charts/serial/smoothedline/SmootheredLineChartSample.java
c289f6ae3cb6bddfdc7933ebdefe3bc76cfd8389
[ "Apache-2.0" ]
permissive
cuba-platform/sampler
36d3df46a49f451bae13ba8a7bc2f3bc771800a6
f2047016d2856d83acea076706b976b59c955120
refs/heads/master
2021-12-11T19:23:04.724659
2021-12-07T06:33:36
2021-12-07T06:33:36
127,406,182
6
9
Apache-2.0
2020-04-21T20:41:46
2018-03-30T08:57:35
Java
UTF-8
Java
false
false
443
java
package com.haulmont.sampler.web.ui.charts.charts.serial.smoothedline; import com.haulmont.cuba.gui.screen.LoadDataBeforeShow; import com.haulmont.cuba.gui.screen.ScreenFragment; import com.haulmont.cuba.gui.screen.UiController; import com.haulmont.cuba.gui.screen.UiDescriptor; @UiController("smoothedline-chart") @Ui...
[ "glebfox@gmail.com" ]
glebfox@gmail.com
17cb9cd0720da0aa8f25eb47dd952e8b2e44086a
3c946094efcccffa1151140382f66ba87b87337e
/src/com/source/AbstractCollection.java
a6afee512c6e3a6c3286d02c4b021397bb2feb47
[]
no_license
JavaMrYang/lambda
6f139142fb888c7f8003b6aa719c9060aeaea875
d54bb2dbe5649fd60fafce41a4bb16b59ac0a1a4
refs/heads/master
2020-05-17T18:32:37.565942
2019-06-14T06:30:48
2019-06-14T06:30:48
183,886,865
0
0
null
null
null
null
UTF-8
Java
false
false
5,383
java
/* package com.source; import java.util.Arrays; import java.util.Objects; public abstract class AbstractCollection<E> implements Collection<E> { protected AbstractCollection() { } public abstract Iterator<E> iterator(); public abstract int size(); public boolean isEmpty() { return size(...
[ "liuyang@tcloudata.com" ]
liuyang@tcloudata.com
999f99020ec03553f95eab2f54164a7735c5734a
627beead771fcc14304ba40b5b1275e560babadc
/personal-project-master/CaesarCipher.java
2a216e9c2ff651deb36ca7c5c4a7881fe25f610f
[]
no_license
LuciusLiciniusLucullus/selfProjects
0bb49710f6257ee46b7a89a1f3f16205c799a59a
6f5436dae1ecd4a7a8983cc806008ddfe3c5cd8b
refs/heads/master
2022-11-08T00:00:28.448910
2020-06-23T04:18:50
2020-06-23T04:18:50
274,306,218
0
0
null
null
null
null
UTF-8
Java
false
false
2,603
java
import java.util.Scanner; public class main { public static final String letters = "abcdefghijklmnopqrstuvwxyz"; public static final Scanner sc = new Scanner(System.in); public static void main(String[] args){ Boolean quit = false; while(quit == false){ System.out.println("Welcome to IMPERATOR CIP...
[ "noreply@github.com" ]
LuciusLiciniusLucullus.noreply@github.com
73ef88bfde4019cee4f5ab5377feed5c1ca34b82
0dd6622c10788ee2e44ae1c4536fc6f6cce74494
/src/main/java/com/github/bartoszpogoda/auth/entity/Role.java
1e74ff96699adb94108f4fe9b8eaa264a68061f3
[]
no_license
bartoszpogoda/auth-microservice
efb3418b5a6cfb1574c857a961c00a92b6181ec9
86e331f8500d4ee90d75f32fd680594bff3e67c8
refs/heads/master
2020-07-06T05:08:16.929135
2019-08-18T09:48:52
2019-08-18T09:48:52
202,901,510
0
0
null
null
null
null
UTF-8
Java
false
false
527
java
package com.github.bartoszpogoda.auth.entity; import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Data; import lombok.NoArgsConstructor; import javax.persistence.CascadeType; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.ManyToMany; import java.util.List; @...
[ "bartek.pogoda1@gmail.com" ]
bartek.pogoda1@gmail.com
5c3616f2d372af0bbfdac3527a7ebc7ffb512fec
680bd5a8dccbc81633073693229d84741687b1aa
/baseframework/src/main/java/com/zjy/baseframework/ZipHelper.java
40fff4614f9a2e8267b6a8fcf6c26ec3076be690
[]
no_license
chahongjing/java_ToolSiteMvc4J
8b15119c3b887bc4cd63dac4d686881dab377d79
3f45646182244a62aeb4169c76b4c222325c1662
refs/heads/master
2022-12-15T00:45:54.919012
2022-07-14T11:40:01
2022-07-14T11:40:01
77,321,652
0
1
null
2022-12-09T05:57:27
2016-12-25T10:49:53
JavaScript
UTF-8
Java
false
false
7,853
java
package com.zjy.baseframework; import com.zjy.baseframework.enums.FileSuffix; import net.lingala.zip4j.core.ZipFile; import net.lingala.zip4j.exception.ZipException; import net.lingala.zip4j.model.FileHeader; import net.lingala.zip4j.model.ZipParameters; import net.lingala.zip4j.util.Zip4jConstants; import org...
[ "310510906@qq.com" ]
310510906@qq.com
cc44865ff6e5c283bd680638b568e60d2a4abae7
9b214b754a3b9baf57a1539c4619c06aaec7984e
/src/main/java/com/carTrading/configuration/MyHandler.java
23c3dec67d2fb1e0e843798b4ebb05c19fbcf50b
[]
no_license
HardTank/GraduationProject-carTrading
318160301abed8f54d7f6de9206dc7bdd340190c
50b8fa417b76fc7245bc67aa7e071306a89ed11e
refs/heads/master
2022-06-21T16:54:11.024632
2020-07-03T02:28:55
2020-07-03T02:28:55
173,080,397
1
0
null
2022-06-21T01:46:25
2019-02-28T09:18:26
JavaScript
UTF-8
Java
false
false
1,027
java
package com.carTrading.configuration; import com.alibaba.fastjson.JSONObject; import org.springframework.web.socket.TextMessage; import org.springframework.web.socket.WebSocketSession; import org.springframework.web.socket.handler.TextWebSocketHandler; import java.util.HashMap; import java.util.Map; /** * @author t...
[ "hardstanks@gmail.com" ]
hardstanks@gmail.com
ecf79b3046bde2461695e2b7e481bc3362d83a07
2e079a270e0ceb1d2ad7f729c782947cd21a2cfb
/src/leetcode/_985.java
e2141f428bb4c36054ef450b772ff5c82038606c
[]
no_license
lydxlx1/icpc
b07dbdb043697cb66bcc5527036bce59102248cc
b74678b46b8b43fdcf95568dc50e68d0187cdadb
refs/heads/master
2023-07-09T23:01:58.275507
2023-07-05T06:03:18
2023-07-05T06:03:18
89,440,141
0
0
null
null
null
null
UTF-8
Java
false
false
672
java
package leetcode; import java.util.stream.IntStream; /** * LeetCode 985 - Sum of Even Numbers After Queries */ public class _985 { public int[] sumEvenAfterQueries(int[] A, int[][] queries) { int[] res = new int[queries.length]; int sum = IntStream.of(A).filter(i -> i % 2 == 0).sum(); f...
[ "4112003+lydxlx1@users.noreply.github.com" ]
4112003+lydxlx1@users.noreply.github.com
fef216d7ef15b831358e709d3ed58789ef010882
faad9426e40b868103f7995aad166f2328060f00
/TestModel/mymode/src/main/java/yuncar/aten/com/mymode/banner/transformer/ZoomInTransformer.java
b132e9f69547d886bea98c6925eb13b9d60cb6e7
[]
no_license
jkabcd/TestModel
f46f193a3a688e35e1283e93263c01762ff0d8e9
6ea474ab4784475fc30f65d5a8f32cacbaf262b3
refs/heads/master
2020-03-23T12:05:24.058614
2018-08-03T09:03:46
2018-08-03T09:03:46
141,536,287
0
0
null
null
null
null
UTF-8
Java
false
false
1,099
java
/* * Copyright 2014 Toxic Bakery * * 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 ...
[ "610184089@qq.com" ]
610184089@qq.com
d24c01ac1c25720c4652391761da539e377cf24b
dc62a058c467a0be2d58a8b4c37ccb050f0f8d94
/src/main/java/Management/Service/IUserService.java
65092ade2b52d99e20a1682f641599936d0aa5d3
[]
no_license
yss123yss/OpenGMS-TeamModeling
40c8b53af1f5531c7c6f771769a98efb68220472
fcb4b938c5708a0f9efd05bc6cdd6b4c4eff7a62
refs/heads/master
2022-12-07T15:08:44.127284
2022-11-25T07:40:52
2022-11-25T07:40:52
164,181,083
0
0
null
null
null
null
UTF-8
Java
false
false
592
java
package Management.Service; import Management.Domain.User; import com.mongodb.client.MongoCollection; import org.bson.Document; public interface IUserService { /*登录*/ String userRegister(User user); /*注册*/ boolean userLogin(User user); /*验证用户是否存在*/ String checkUserExist(MongoCollection<Docum...
[ "yss123yss@126.com" ]
yss123yss@126.com
08de41ce018d4a07dadaf3e52b02d16b6df74b06
2136fcf6d2738ddd1df361c0519189090c0b2dd3
/app/src/main/java/fr/ozf/fmr/fmrSaintBreton.java
80e50e5f3d86ddc496b7a16b36fdcef5303f97b3
[]
no_license
jplozf/ephemerides
f57ec6ce576d86078f6e5a514021e18df62fe13c
7dfbd05821d450f5a1664ac60d6ac7de8955421f
refs/heads/master
2020-04-20T07:09:17.426973
2017-09-13T07:17:04
2017-09-13T07:17:04
168,703,642
0
0
null
null
null
null
UTF-8
Java
false
false
41,295
java
package fr.ozf.fmr; public class fmrSaintBreton { //****************************************************************************** // getSaintBreton() //****************************************************************************** public static String getSaintBreton(fmrDate d) { int day = d.Day; ...
[ "jpl@ozf.fr" ]
jpl@ozf.fr
8befbf1355ec0f80d757bb2001f113612bdea400
a3a25c91f8f6d84a6b14c3081b950f8770bf1668
/src/main/java/com/company/sumpla/services/product/ProductServiceImpl.java
e5bda018dbc2db1d684f23103173a300fdafe273
[]
no_license
jeansumaraleopoldo/company-api
b322689871ca99ecb485a33c35141e2346b5a465
ba701e627e33fec7bbb13e87b3904f1c244fae05
refs/heads/master
2020-05-17T12:18:53.526965
2019-05-03T12:57:42
2019-05-03T12:57:42
183,707,647
0
0
null
null
null
null
UTF-8
Java
false
false
1,315
java
package com.company.sumpla.services.product; import com.company.sumpla.exceptions.NotFoundException; import com.company.sumpla.model.Product; import com.company.sumpla.repositories.ProductRepository; import org.springframework.stereotype.Service; import java.util.ArrayList; import java.util.List; import java.util.Opt...
[ "jean_leopoldo@hotmail.com" ]
jean_leopoldo@hotmail.com
b2406c14a864d3e54df951da26a6a7f813edacf8
69e3d1a50abff8cca9ac1cd1956c97f1f17c95d0
/src/br/com/caelum/livraria/interceptador/LogInterceptador.java
d5b53e69bdc848170b973e45595ca8e1931cf157
[]
no_license
j19791/livraria_ejb
01425fe9decbcfadd0db9ae03619215aca233a36
ba337a1ecdfa09d0aa12e64308989ade2e0746c7
refs/heads/master
2021-01-24T16:52:58.589635
2018-03-17T03:21:39
2018-03-17T03:21:39
123,218,093
0
0
null
null
null
null
UTF-8
Java
false
false
1,555
java
package br.com.caelum.livraria.interceptador; import javax.interceptor.AroundInvoke; import javax.interceptor.InvocationContext; //Um interceptador é útil para relacionar uma funcionalidades com vários Session Beans. No lugar de repetir a funcionalidade em cada Session Bean, podemos centralizar o código em um lu...
[ "jeffrm@gmail.com" ]
jeffrm@gmail.com
89f0ec5c9bbdd8ae246652f36a5eb02bb5522fba
7bf370d218b7de9e89717274eb873cc98fc23ac8
/Chapter_9/src/exercise_15/Ex15.java
28bd33c87a3267d863e59762665f05f9f68f11d0
[]
no_license
zhaoyang1221/ThinkingInJava
bd79d047a69cfcf550667f9a9275c2f74770c8ac
168a667b88a3603c02e2476d831d6082a20f7681
refs/heads/master
2020-03-09T22:05:55.085834
2018-07-27T02:29:26
2018-07-27T02:29:26
129,026,467
1
0
null
null
null
null
UTF-8
Java
false
false
1,279
java
package exercise_15; /** * Created with IntelliJ IDEA. * User: zhaoyang * Date: 2018/5/2 0002 * To change this template use File | Settings | File Templates. * Description: */ interface DoA { void a(); void a1(); } interface DoB { void b(); void b1(); } interface DoC { void c(); void c1...
[ "164258541@qq.com" ]
164258541@qq.com
901f574f7144f52f5c8b16342223ee37ff7cc7be
1addc08ad530f3cf02fe4292f5fa6aaf949f3d6a
/src/zadatak2/ZadatakArray.java
d93c79ea50243e075a5c19f806e90665a315b751
[]
no_license
mikecivan0/javaZadaci
b6c92447a7bb2cc539cb07f9c5c1920e5c5ad121
6aab4968a1866f1176d99db32275789669810134
refs/heads/main
2023-06-23T04:30:21.253947
2021-07-10T12:03:47
2021-07-10T12:03:47
380,022,875
0
0
null
null
null
null
WINDOWS-1250
Java
false
false
811
java
package zadatak2; public class ZadatakArray { public static void main(String[] args) { String[] mjesta = { "Osijek", "Valpovo", "Čepin", "Osijek", "Lug", "Belišće", "Čepin", "Osijek", "Lug" }; // zadatak 1 // program pronalazi i ispisuje duple vrijednosti u nizu String listaDuplihMjesta = ""; for (int i ...
[ "mikecivan0@gmail.com" ]
mikecivan0@gmail.com
891476f53c078a18fef352065ec3dead369d9a15
83e81c25b1f74f88ed0f723afc5d3f83e7d05da8
/core/java/android/bluetooth/BluetoothOutputStream.java
2579f78cfe43cf48a6747e5f0456cd5adbc1dc76
[ "Apache-2.0", "LicenseRef-scancode-unicode" ]
permissive
Ankits-lab/frameworks_base
8a63f39a79965c87a84e80550926327dcafb40b7
150a9240e5a11cd5ebc9bb0832ce30e9c23f376a
refs/heads/main
2023-02-06T03:57:44.893590
2020-11-14T09:13:40
2020-11-14T09:13:40
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,701
java
/* * Copyright (C) 2009 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
[ "keneankit01@gmail.com" ]
keneankit01@gmail.com
2026cf0b2ebdf32843c3f94aba5b8d37974cc43d
12cce485d290ecc207fd24e159dcc233090d4c3b
/src/Fonction/ServiceReservationSalle.java
0f78f99de5b5c8a67cc6be2bcaa55055e82d61b4
[]
no_license
Novack18/CiteDeCulture
e647b4ccf9dc49f3942f85dca79f7fd9c7e026a0
afe8a82ed12dfc5b75e199dbf28880bd236da926
refs/heads/master
2020-05-15T09:57:23.678186
2019-04-19T03:30:39
2019-04-19T03:30:39
182,185,817
0
0
null
null
null
null
UTF-8
Java
false
false
292
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 Fonction; /** * * @author I.O.I */ public class ServiceReservationSalle { }
[ "salem.mahbouli@esprit.tn" ]
salem.mahbouli@esprit.tn
6c09579c18e44cd9993b23dd8dcd9b65126ef155
c820c4a53d9700e48c7b6e562a7e35b3ff7b3f38
/src/lottery/view/menu/shortterm/HighLowTableMenu.java
47f4b029c57bdbdd19cd60eb73c7da9f79a813d3
[]
no_license
gomhan/ssq
9e633c025576cedf71de77f7aba9aebe46fef36e
c8b90d214f175cc5a47198ea4f6f2c4b4a9497b0
refs/heads/master
2022-01-15T14:23:17.241862
2019-07-06T02:56:32
2019-07-06T02:56:32
115,704,381
0
0
null
null
null
null
WINDOWS-1252
Java
false
false
944
java
package lottery.view.menu.shortterm; import java.util.List; import lottery.function.shortterm.HighLowDeviationStatistic; import lottery.function.shortterm.HighLowDeviationStatistic.LowHighNumber; import lottery.itf.Result; import lottery.view.funcview.HighLowInTableFrame; import lottery.view.menu.AbstractTermMenu; p...
[ "xuhan1983@163.com" ]
xuhan1983@163.com
121985a785e8cd502303ca502eb05584f4da772c
866adae97852afc4367014d02c3c33791d8f35f1
/JunitBook/src/test/java/com/practicalunittesting/MoneyParameterizedTest.java
5308566e51198a718334eb1dcbb53c16d8d2b4f0
[]
no_license
raj4dev/junit-book
4945b6fa5ae8114fdc8858d95113a67b3aeb73a7
ce5f425f34db5ca78c37c6699b4614eea7e8dc3e
refs/heads/master
2021-01-18T20:44:06.240053
2016-03-21T23:53:55
2016-03-21T23:53:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
767
java
package com.practicalunittesting; import static org.junit.Assert.assertEquals; import junitparams.JUnitParamsRunner; import junitparams.Parameters; import org.junit.Test; import org.junit.runner.RunWith; @RunWith(JUnitParamsRunner.class) public class MoneyParameterizedTest { private static final Object[] getMoney()...
[ "rb@email.com" ]
rb@email.com
1e37688c97a5852e5fff3abee6a230a4c6ceec24
5612eee7a5148312db86fe2eca074f735a20a007
/chiliad-parser-pdf/src/main/java/chiliad/parser/pdf/PDFLoadingException.java
c652e5f17d32d9bab200fb9a51dff9faff675625
[]
no_license
kpt79/chiliad
7b4dcf04405a6ee1fab50bfc0dcbc5a9de43427d
4359ddc95fdb0361041bb620b3183066bea70039
refs/heads/master
2021-01-10T21:31:30.117425
2015-05-14T00:52:25
2015-05-14T00:52:25
35,064,592
0
0
null
null
null
null
UTF-8
Java
false
false
874
java
/* * Copyright 2015 Kovacs Peter Tibor * * 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 ...
[ "kpt79.dev@gmail.com" ]
kpt79.dev@gmail.com
94c5adc18a5b8087ae9871f2b046ff48ad9f0fde
3feb5b3f06d7d8eca021cf8bf33d147e486467fe
/src/Firefoxdriver.java
4fdd8ef1b3cb380933e47059dc3f96c81fb7d91e
[]
no_license
bchiplun/GettingStartedwithSelenium
68cf6bd988864bbc47af73021b4df35ec7621e9e
57385e302e551ada56a4a5ad90b7cbe952714504
refs/heads/master
2023-02-17T22:16:25.562465
2021-01-20T10:29:25
2021-01-20T10:29:25
311,204,275
1
0
null
null
null
null
UTF-8
Java
false
false
959
java
import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; import org.openqa.selenium.firefox.FirefoxDriver; public class Firefoxdriver { public static void main(String[] args) { // TODO Auto-generated method stub // first selenium code to automate chrome // Creati...
[ "noreply@github.com" ]
bchiplun.noreply@github.com
35ed3416e17a0682f18104bcda977a55bf570a7d
be954e5cfc62793de7f838437b91c84966aaaa73
/src/main/java/com/emart/proxyservice/service/ServiceDefinitionsContext.java
15c380b111dc918ae5b15e6113bb9ae253947490
[]
no_license
Online-market-clone/api-gateway
9f886b812006eb4e5ad385bc02e74203c3c9d197
cd1f0d049baef7d9630302bdbfb905bab16e8a4f
refs/heads/master
2023-01-04T17:28:03.343172
2020-10-29T15:31:45
2020-10-29T15:31:45
308,375,282
1
1
null
2020-10-30T12:45:20
2020-10-29T15:45:45
Java
UTF-8
Java
false
false
1,333
java
package com.emart.proxyservice.service; import java.util.List; import java.util.concurrent.ConcurrentHashMap; import java.util.stream.Collectors; import org.springframework.beans.factory.config.ConfigurableBeanFactory; import org.springframework.context.annotation.Scope; import org.springframework.stereotype.Componen...
[ "darshanshah.sculptsoft@gmail.com" ]
darshanshah.sculptsoft@gmail.com
822d80e0ee5bfb57f96379d25ed7f5c38c56591a
0867daf2aeb9d4f03d07c1123876f646d71c0e51
/src/main/java/in/nit/SpringBootAutoComponentScanningApplication.java
406fc14a711973cd5156653c8fe6c6df7e31010b
[]
no_license
SagarJain111/AutoComponent
5d2c951baae997d710ae65841c569cd84befe39d
e0dd131a4cc3ee665b33f7a1370f17f8a71f78ef
refs/heads/master
2023-08-29T13:35:24.064221
2021-09-16T14:25:42
2021-09-16T14:25:42
407,142,725
0
0
null
null
null
null
UTF-8
Java
false
false
496
java
package in.nit; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.context.annotation.ComponentScan; @SpringBootApplication @ComponentScan({ "in.nit.security", "in.nit.runner" }) public class SpringBootAutoComponentScannin...
[ "34002406+SagarJain111@users.noreply.github.com" ]
34002406+SagarJain111@users.noreply.github.com
dbc61681283b0129c546bc7d0c694010fe2a1f3b
49496333dfd7dc732a7b04b16eb4e4e80e858485
/src/com/theo/formais/FormaisUI.java
b3eefc7d41fccc0358971778ba0249ecb9760b40
[]
no_license
lowellausen/sentence_generator
2b31a7c7203e3518c7fd46fa3e42b27476c4f68a
cf963da34db1c2f9c072922165622b8fb700aec4
refs/heads/master
2023-03-02T15:10:42.628462
2021-02-18T01:11:34
2021-02-18T01:11:34
339,879,134
0
0
null
null
null
null
UTF-8
Java
false
false
3,883
java
package com.theo.formais; import com.theo.formais.adapter.GrammarAdapter; import com.theo.formais.models.*; import com.theo.formais.utils.IOUtils; import javax.swing.*; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.io.File; import java.util.ArrayList; import j...
[ "lwellausen@gmail.com" ]
lwellausen@gmail.com
76ea206a822cfd8fa1080243c9571dc52a0b81c1
7c8d9f259da5341fdccc7607cb614577a46fc174
/app/src/main/java/in/karan/suman/foodka/Model/MyResponse.java
d42ae0347dc05a83dcdca3d655d1c249848fb6ec
[]
no_license
sumankaran003/Foodie
94812aebf86e90cd81587f01e5805baae6271a3b
552164e59b54eaee508b65a10d1ec8cea6d585ca
refs/heads/master
2020-03-22T18:39:53.817429
2018-07-10T18:47:28
2018-07-10T18:47:28
140,474,320
0
0
null
null
null
null
UTF-8
Java
false
false
278
java
package in.karan.suman.foodka.Model; import java.util.List; /** * Created by Suman on 19-Dec-17. */ public class MyResponse { public long multicast_id; public int success; public int failure; public int canonical_ids; public List<Result> results; }
[ "sumankaran003@gmail.com" ]
sumankaran003@gmail.com
a47b624414dba4bc6e523f7085c664506753fd7a
9372aa3f42616cfb81c8651d82d1b96e95bcefdd
/src/main/java/ua/lv/controller/LoginController.java
97f04eb3d188bbec41f91ff8a82cdf31958c96a8
[]
no_license
Oleglogin/MyShop
0c3181c24276c426659af4db27c161391d24218a
beb5d13a2be1860bb8a5c897a5d96b57a1ead239
refs/heads/master
2020-05-09T14:04:56.039307
2019-05-07T20:39:19
2019-05-07T20:39:19
181,180,623
0
0
null
null
null
null
UTF-8
Java
false
false
608
java
package ua.lv.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.RequestMapping; import ua.lv.service.ProductService; /** * Created by User on 09.03.2019. */ ...
[ "Travolta@I.ua" ]
Travolta@I.ua
7b118e36a112d5b696712da5e5859c68737ebf73
9d07c0b1007a07bcc7bdad9c85d8df0dfaaf46e8
/src/main/java/ch/megil/teliaengine/vulkan/buffer/VulkanIndexBuffer.java
4e114037e35a50ae7eb7e9f3441a89cfbca950a9
[]
no_license
Megil-Entertainment/Telia-Engine
817e432bedecff5602e71cc80ff0b29f0da037cc
29de992f03b8f8a9a176588f46c1c8835b36fc9f
refs/heads/master
2020-08-10T17:21:07.745043
2019-10-11T08:48:47
2019-10-11T08:48:47
214,384,361
0
0
null
null
null
null
UTF-8
Java
false
false
2,070
java
package ch.megil.teliaengine.vulkan.buffer; import static org.lwjgl.vulkan.VK10.VK_BUFFER_USAGE_INDEX_BUFFER_BIT; import static org.lwjgl.vulkan.VK10.VK_MEMORY_PROPERTY_HOST_COHERENT_BIT; import static org.lwjgl.vulkan.VK10.VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT; import ch.megil.teliaengine.vulkan.VulkanLogicalDevice; i...
[ "samichr1@students.zhaw.ch" ]
samichr1@students.zhaw.ch
2bbfb3b66f7ec75e4d4178160897eeaaacca804b
f64a18517bd0b6879bc16706447ef211173088be
/src/main/java/ir/sharif/math/ap98/hearthstone/gui/panels/collections/SidePanel.java
20cd480682c369357b35ebd318b9f2a91a52aa24
[]
no_license
alireza-shirzad/Hearthstone
24adcc76fb5234f10c120e75e7bc1d4684f5a5e5
9b91428ee296e62059286cb652ec11678486e5fa
refs/heads/master
2022-12-08T00:49:22.625695
2020-06-12T10:41:47
2020-06-12T10:41:47
269,919,306
0
0
null
null
null
null
UTF-8
Java
false
false
911
java
package ir.sharif.math.ap98.hearthstone.gui.panels.collections; import ir.sharif.math.ap98.hearthstone.gui.GUIConstants; import ir.sharif.math.ap98.hearthstone.gui.panels.MyPanel; import javax.swing.*; import javax.swing.border.Border; import javax.swing.border.LineBorder; import javax.swing.border.TitledBorder; impo...
[ "alr.shirzad@gmail.com" ]
alr.shirzad@gmail.com
0e63e6582d6485d6954791b72edd7c209c98d9de
0af8b92686a58eb0b64e319b22411432aca7a8f3
/single-large-project/src/main/java/org/gradle/test/performancenull_354/Productionnull_35336.java
d66bd004779df495ddba09051fbee127d026bc3e
[]
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
588
java
package org.gradle.test.performancenull_354; public class Productionnull_35336 { private final String property; public Productionnull_35336(String param) { this.property = param; } public String getProperty() { return property; } private String prop0; public String getPr...
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
4ed2b47ac54b0d980a1599177490fdf7eee99779
6b61af5e0fa1bc168582da43c0923607a13121bc
/java/src/Done/twostones.java
d763689bdd65548ad0b0d8fda1b2554d22edfcbd
[]
no_license
Archived47/Kattis
5e18a9b82cec869d9e536447f91ac5570a3c62f6
930e25d63571e604d3ee7bc2571f0dff025ac21a
refs/heads/master
2023-09-04T03:14:54.370057
2018-10-25T17:01:30
2018-10-25T17:01:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
432
java
package Done; import java.io.*; public class twostones { public static void main(String[] args) throws IOException { BufferedReader in = new BufferedReader(new InputStreamReader(System.in)); BufferedWriter out = new BufferedWriter(new OutputStreamWriter(System.out)); int stones = Integer...
[ "lucasvdlaan@gmail.com" ]
lucasvdlaan@gmail.com
8c520e3ada1e96dbc9d900fe18accd9a098f53a8
211c25783829a91559ce6afc5b5aa26be86b24dd
/src/main/java/com/elvin/aaos/core/model/repository/RoomRepository.java
59460d9169bd827fa0e953f653a9b06681a77d71
[ "MIT" ]
permissive
elwyncrestha/AAOS
8148f99fdb3251d7819da0a78a38f12270c39bfa
119e057177e40d77eb84a10dc2bde5c700e4d02a
refs/heads/master
2022-12-21T09:06:13.176976
2022-01-08T04:43:53
2022-01-08T04:43:53
177,934,582
0
1
MIT
2022-12-16T15:30:35
2019-03-27T06:46:18
Java
UTF-8
Java
false
false
745
java
package com.elvin.aaos.core.model.repository; import com.elvin.aaos.core.model.entity.Room; import com.elvin.aaos.core.model.enums.RoomType; import com.elvin.aaos.core.model.enums.Status; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Query; import java.ut...
[ "elwyncrestha@gmail.com" ]
elwyncrestha@gmail.com
7570c58cd3f4e2fe5c9ef3f85c1c8d55d15b819d
78d1cc160181eee36e0fed53a1c27519e78f0747
/src/main/java/org/kavaproject/kavatouch/internal/SessionProvider.java
f8bbd87f688589979494cf3d0197b58c357e8035
[ "BSD-3-Clause", "MIT", "Apache-2.0", "BSD-2-Clause" ]
permissive
KavaProject/KavaTouch
ed3c30c1b3d8ce5d20d12e013c09d82302764c52
a5a815797c62694f0ad2e56334365548b7db1cc2
refs/heads/master
2021-01-25T08:36:59.365774
2014-03-29T11:20:20
2014-03-29T11:20:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
629
java
/* * Copyright 2013 The Kava Project Developers. See the COPYRIGHT file at the top-level directory of this distribution * and at http://kavaproject.org/COPYRIGHT. * * Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0> or the * MIT license <LICENSE-MIT or h...
[ "m6s@kavaproject.org" ]
m6s@kavaproject.org
b0bc78b5ff4335187f12f257405e713f6027602d
c36b3bacc4cf0d268d63d351b51a8a2517d571d1
/OM/src/com/rr/om/emea/exchange/ets/ETSSocketConfig.java
cd9be1d084ded82a86bfa52c6ecddd1438366f18
[]
no_license
renicl/alphaProject
e4ced0c8de85b933f8b3af1903577bd0143a9acf
1785ecc8c7d930fda2c60452504a141e417712b6
refs/heads/master
2021-05-15T09:02:55.542649
2017-12-03T16:32:05
2017-12-03T16:32:05
108,066,861
0
1
null
null
null
null
UTF-8
Java
false
false
4,617
java
/******************************************************************************* * Copyright (c) 2015 Low Latency Trading Limited : Author Richard Rose * 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 L...
[ "lucasrenick@lucass-mbp.fios-router.home" ]
lucasrenick@lucass-mbp.fios-router.home
afdd33b8de03509c76a8acdd0e177456065e8773
61fd833d2676ec21386f1b3b2634bbecfe574935
/ccl-codegen/src/main/java/com/ccl/rain/codegen/OverrideImpl.java
1187aa7342d5b91d710f78117d1380b4141d0017
[]
no_license
freedom541/raindrop
7bff92421642a9a33671f0c295a0bec669ac099e
1131a4ae0a845b67e3feccc6a227eb6594e02340
refs/heads/master
2021-07-11T01:37:48.579479
2017-09-30T02:44:47
2017-09-30T02:44:47
101,834,248
0
0
null
null
null
null
UTF-8
Java
false
false
274
java
package com.ccl.rain.codegen; import java.lang.annotation.Annotation; /** * @author ccl * @date 2017/8/27. */ public class OverrideImpl implements Override { @Override public Class<? extends Annotation> annotationType() { return Override.class; } }
[ "chencl@jiagouyun.com" ]
chencl@jiagouyun.com
a49501f5144f2d48873d6fbc8f064314d78aad2c
c8a7373650a0bf792c87ac9198389fa7985be752
/src/test/java/novi/spring/projectlocally/ProjectLocallyApplicationTests.java
60025b512633a3bceb9fb923c02270d9ae2a7c7e
[]
no_license
warnerverduijn/projectlocallyspringboot
ba25f9c9900b97fc84d9048ca0754078f06003ca
042414648648c40a6b6d578f4817568f9fbbb1ad
refs/heads/master
2022-12-22T16:07:34.605785
2020-09-21T07:52:44
2020-09-21T07:52:44
296,881,111
0
0
null
null
null
null
UTF-8
Java
false
false
226
java
package novi.spring.projectlocally; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class ProjectLocallyApplicationTests { @Test void contextLoads() { } }
[ "w.verduijn@novi-education.nl" ]
w.verduijn@novi-education.nl
069abbf51680542ce9bbd3b48d24122166813207
15b6090653b92034a5c03bbe6ae0ee8004f3a27c
/Module - 8/src/controller/WindowAFinalFormController.java
2b3b0d16a2ffb20f425248ebcb167950d9235b12
[]
no_license
YasiruLak/AllInOne
b1ccab7eac4abcfda8c5516a83e75a81be56c61a
c45eac48f1ff7de3e263929344438435402fd424
refs/heads/master
2023-06-06T10:04:27.219232
2021-06-26T18:13:21
2021-06-26T18:13:21
380,567,896
0
0
null
null
null
null
UTF-8
Java
false
false
552
java
package controller; import javafx.event.ActionEvent; import javafx.fxml.FXMLLoader; import javafx.scene.Scene; import javafx.scene.layout.AnchorPane; import javafx.stage.Stage; import java.io.IOException; public class WindowAFinalFormController { public AnchorPane windowAContext; public void backToHome(Acti...
[ "yasirudahanayaka19@gmail.com" ]
yasirudahanayaka19@gmail.com
2a55f7c26f820640c9b9c82929c98092721a0a88
4c39fb566dda9f8ea5d5c9a56bdb0e689288b783
/src/main/java/com/hujiang/project/zhgd/sbGroupTitle/mapper/SbGroupTitleMapper.java
06c3047fbb66c53bb9c0dec2f29e1d12fc9d17bc
[ "MIT" ]
permissive
xieyagit/zhgd
5ed86dfb5a34705ba39cac774226d8c438f2dfb5
45ac870a62c7323a1bb40b99fb8f0c93e38aed0d
refs/heads/master
2021-04-23T19:40:18.508261
2020-05-21T09:20:44
2020-05-21T09:20:44
249,984,958
0
0
MIT
2020-03-25T13:24:35
2020-03-25T13:24:35
null
UTF-8
Java
false
false
1,327
java
package com.hujiang.project.zhgd.sbGroupTitle.mapper; import com.hujiang.project.zhgd.sbGroupTitle.domain.SbGroupTitle; import java.util.List; /** * 项目标题 数据层 * * @author hujiang * @date 2020-01-03 */ public interface SbGroupTitleMapper { /** * 查询项目标题信息 * * @param id 项目标题ID * @return 项目标题...
[ "mrchencq@163.com" ]
mrchencq@163.com
b2248f2cd15a58a8534a7bca3da7d9aba295882a
e32479a53c8ade548fd7e100e6dd4ceba9f92f8e
/experiments/subjects/math_60/fuzzing/src/test/org/apache/commons/math/random/RandomVectorGenerator.java
ea65860326b95c11484ec80390670e247522dd01
[ "MIT" ]
permissive
yannicnoller/hydiff
5d4981006523c6a7ce6afcc0f44017799359c65c
4df7df1d2f00bf28d6fb2e2ed7a14103084c39f3
refs/heads/master
2021-08-28T03:42:09.297288
2021-08-09T07:02:18
2021-08-09T07:02:18
207,993,923
24
4
null
null
null
null
UTF-8
Java
false
false
1,142
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 may ...
[ "nolleryc@gmail.com" ]
nolleryc@gmail.com
3e95b34015d99d067fbd17b679b73e0e024c2bdf
42709be4bd8f01618b69b4aa995193c13214ca2c
/src/main/java/pl/agh/jtp/lab03_home/visitor/Visitable.java
58a29bfe085c95d0e9e5f92970165ff1a16a9778
[]
no_license
raduy/JTPII
74dd0fdfd6bd38feea65b93520d8805e1c5902e3
562cd53eb1b4b79d7e461e14141f73e59ff649e3
refs/heads/master
2016-09-05T22:40:34.444488
2013-09-02T16:10:35
2013-09-02T16:10:35
null
0
0
null
null
null
null
UTF-8
Java
false
false
207
java
package pl.agh.jtp.lab03_home.visitor; /** * @author Lukasz Raduj <raduj.lukasz@gmail.com> */ public interface Visitable { /** * * @param visitor */ void accept(Visitor visitor); }
[ "raduj.lukasz@gmail.com" ]
raduj.lukasz@gmail.com
c7e78961168ec222b2fade6ca84771113372b274
58a204ee78a71d39cc19d5032ef69a72ebadad59
/src/main/java/me/aboullaite/nlpmessengerbot/NlpMessengerBotApplication.java
1efe1805bc41cd0f6155d18b07162dccb81bf5c1
[]
no_license
aboullaite/Messenger-Bot-NLP
1a5fb6cbc380a8aec1704e063ba5a58c4257142e
b41fe905fa6853d8e7243d3f566e3cabfb8add4c
refs/heads/master
2021-01-16T18:10:43.712602
2017-08-11T17:07:06
2017-08-11T17:07:06
100,046,293
2
0
null
null
null
null
UTF-8
Java
false
false
339
java
package me.aboullaite.nlpmessengerbot; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class NlpMessengerBotApplication { public static void main(String[] args) { SpringApplication.run(NlpMessengerBotApplication....
[ "aboullaite.mohammed@gmail.com" ]
aboullaite.mohammed@gmail.com
b25ceaef733b20f17bca046a5ee3898cc2a322dd
7e0cd497666845df975a11aac489165389038a0f
/src/main/java/com/emp/portal/assignment/controller/EmployeeAccountController.java
109b2641787ea2523faa5156db60d09ebf41c9c0
[]
no_license
ajaychauhan22/EmployeePortal
bf972a3832347fc9f018915e145b20fc16f3d31c
313fd4187dc1406d8e69ec43c5671edabab2c4dd
refs/heads/master
2022-11-13T05:00:44.831069
2020-07-12T12:51:17
2020-07-12T12:51:17
276,312,483
0
0
null
null
null
null
UTF-8
Java
false
false
4,167
java
package com.emp.portal.assignment.controller; import java.util.Objects; import java.util.stream.Collectors; import javax.validation.Valid; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.cont...
[ "ajaychauhan01@ajaychauhan01.mshome.net" ]
ajaychauhan01@ajaychauhan01.mshome.net
a7ef9ebdf1bf01cf182b6629217b4b4c589708cc
6f2bcbec15d6e1dbd0ca9ca2b09984bf2ea016ae
/src/GamesFX/gui/controller/NonogramController.java
3ece946ce421d1bbb9bc359e96663604bf85d9c5
[]
no_license
evayann/GamesFX
1fb1ce72d3146f0c024b884890b1c9a20c17ad23
26f9aa8a1106929498c75f3e51df7c48735892b5
refs/heads/master
2022-11-24T10:46:42.819123
2020-07-24T19:45:56
2020-07-24T19:45:56
282,301,198
0
0
null
null
null
null
UTF-8
Java
false
false
4,772
java
/** * Project, GamesFX * @version 0.2020 * @author Yann Zavattero * http://yann.fzcommunication.fr/index.php/ */ package GamesFX.gui.controller; // region Imports import GamesFX.games.Case; import GamesFX.games.Nonogram; import GamesFX.games.Parameters; import GamesFX.gui.UIManager; import GamesFX.gui.utility.U...
[ "yann.zavattero@hotmail.com" ]
yann.zavattero@hotmail.com
ea74eba59349f84d37fef0e84597da16ff5f8de0
c769f4f9bad0c641a5d398a9076e17aa9c8cff18
/Workshops/app/src/test/java/android/bignerdranch/com/ExampleUnitTest.java
7db44de620b7229d204ab6ff26a1e2f091c00c10
[]
no_license
usc-aja028/MobileAppDev.Weekly_Tasks
c5939e602af5010e652e7013d24e904c343089e6
288c9ec5a2c068ecf2630823e5f713951a362a74
refs/heads/master
2020-06-30T23:37:26.884483
2019-08-07T06:12:44
2019-08-07T06:12:44
200,984,106
0
0
null
null
null
null
UTF-8
Java
false
false
401
java
package android.bignerdranch.com; 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 ...
[ "noreply@github.com" ]
usc-aja028.noreply@github.com
09519d88a0e0117f706068ea7ebd58177263d342
1601d57919aa4e30d67473c16e5bffcdfb5b4c9d
/app/src/main/java/com/example/giada/colonnine_elettriche/riga_colonnina.java
8576f30c50edf8a3d87c261744bd7676b3fca7f4
[]
no_license
Giada95/Colonnine_elettriche
70f7368e3c2ea9ef29df43766c943ffcf0bd31f6
cd850e0fb1356150b1c6c8c53a7b50f3a1ddc0ec
refs/heads/master
2020-03-14T10:50:42.861932
2018-05-09T07:34:42
2018-05-09T07:34:42
131,577,417
0
0
null
null
null
null
UTF-8
Java
false
false
1,029
java
package com.example.giada.colonnine_elettriche; import android.os.Bundle; import android.support.design.widget.FloatingActionButton; import android.support.design.widget.Snackbar; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.Toolbar; import android.view.View; public class riga_col...
[ "giada.mastropietro@studenti.unicampania.it" ]
giada.mastropietro@studenti.unicampania.it
502b66076d1bdaa9ee98f0be31fda9803abe45a0
f124c006c0ecb10182d82fab23a930eb0b295936
/src/main/java/zw/co/afrosoft/controller/ProductController.java
01bec8c85a408b74147439abc8060d4636cb8ff0
[]
no_license
tyfahpundo/ControllerAdvice
ee658bb0d43f4279041a3efae68bfb51b54e8824
1dbb659de804ae208b70fe973dd2895e28681368
refs/heads/main
2023-06-29T09:56:49.437058
2021-08-03T11:28:00
2021-08-03T11:28:00
392,258,688
0
0
null
null
null
null
UTF-8
Java
false
false
733
java
package zw.co.afrosoft.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RestController; import zw.co.afrosoft.model.Product; i...
[ "tafadzwaallentyfah@gmail.com" ]
tafadzwaallentyfah@gmail.com
3a6b308d9fb7d789b6559bc9d8dc45fb3b482215
bd3abeb2599d7fe7bfe91bba5e8d5db46334f15b
/app/src/main/java/com/example/paintingsonline/Utils/SectionPagerAdapter.java
302b5a8632194ae19fb4ae7a7437e6a875d72bd6
[]
no_license
khaled2095/PaintingsOnline
f06c4548ec080375976e8c6ad898641f1030b259
fe52c12dde5266b353a4344faaa896b0ef65db3e
refs/heads/master
2020-05-17T19:56:39.764374
2019-04-28T16:19:20
2019-04-28T16:19:20
182,610,149
0
0
null
null
null
null
UTF-8
Java
false
false
82
java
package com.example.paintingsonline.Utils; public class SectionPagerAdapter { }
[ "100082095@students.swinburne.edu.my" ]
100082095@students.swinburne.edu.my
c7ae70864ffbadfdfd8e46d7cf30407b598a29f0
d3e0dee6d98d2973902104c60967cc95db8dc1d7
/app/src/main/java/com/example/navendu/rbstrack/model/posts.java
69f3ee6e15932dc8bdfa2ca6048e0da244733230
[]
no_license
navendu29/RBSTrack
c1eeb13047d240569c10e50d3b6640d531e53047
df4d7b95b2d062944757087c4fe8875dd4fe237b
refs/heads/master
2022-01-18T05:32:52.386124
2019-07-22T16:18:51
2019-07-22T16:18:51
198,261,808
0
0
null
null
null
null
UTF-8
Java
false
false
1,022
java
package com.example.navendu.rbstrack.model; /** * Created by navendu on 28/6/18. */ public class posts { int userId; int id; String title; String email; public String getEmail() { return email; } public void setEmail(String email) { this.email = email; } Strin...
[ "navendugupta29@gmail.com" ]
navendugupta29@gmail.com
d21cdd44aab214fc956601ec6293177ecf57eeaa
d18689294d367fa3424ab8ae4b0eaf57d6dd50bb
/app/src/main/java/com/example/proloy/office_management/Activity/Fragment/StaffsFragment.java
8e501da0ed1ca21aa7ff3dcd0f9484752082f305
[]
no_license
ProloySimulation/Office_Management_User
5ddc61d3e063f3c074237a771173f1809029461d
b0a987bb30fdda33df6a3dab3f6e2526dffe48e9
refs/heads/master
2020-06-24T11:52:47.724933
2019-07-26T05:49:38
2019-07-26T05:49:40
198,953,646
0
0
null
null
null
null
UTF-8
Java
false
false
197
java
package com.example.proloy.office_management.Activity.Fragment; import android.support.v4.app.Fragment; /** * Created by Proloy on 5/7/2017. */ public class StaffsFragment extends Fragment { }
[ "git config --global user.email xtrmproloy875@gmail.com" ]
git config --global user.email xtrmproloy875@gmail.com
aadbd0cc69459fbeaa08f395901201dc010fef90
a89a66470833fdd0b9037f616413e2f626e4ef30
/src/Main/Main.java
ef14e9ee981e1557debbfb98ba929f34844859fb
[]
no_license
PabloDavidCruzCruz/-front-end_Recu1_201222
1009de1845e47e6f2a6e28d2a360b141878089e9
4030d49d74e5fd8c8f9966363db22e5482b72220
refs/heads/master
2023-06-29T06:55:47.117466
2021-07-26T20:57:14
2021-07-26T20:57:14
389,756,939
0
0
null
null
null
null
UTF-8
Java
false
false
563
java
package Main; import javafx.application.Application; import javafx.fxml.FXMLLoader; import javafx.scene.Parent; import javafx.scene.Scene; import javafx.stage.Stage; public class Main extends Application { @Override public void start(Stage primaryStage) throws Exception{ Parent root = FXMLLoader.load...
[ "201222@ids.upchiapas.edu.mx" ]
201222@ids.upchiapas.edu.mx
65390356d31b14249f61f0c620980276eeb231b3
6c778e6fa7183bb563ae7149e63e32d2831c4fa0
/FlipView/src/android/widget/FlipView.java
6b965c29838aa90038242db0a5aafcc829e97cf4
[]
no_license
amoikevin/android-libs
0350a75a435483e0bba22e685d402129e3b17fd6
d7c6990094de7b3feb36b67c093f151d7d51f0d5
refs/heads/master
2016-09-06T09:46:16.657268
2015-07-08T11:19:11
2015-07-08T11:19:11
38,736,350
0
0
null
null
null
null
UTF-8
Java
false
false
17,374
java
/* Copyright 2012 Aphid Mobile 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 di...
[ "1033304289@qq.com" ]
1033304289@qq.com
5eac84f7f75febaa9c0a171028c8907914ff6cda
42fffdc9c62efd9f4d93cc3c9600f6002135b644
/src/main/java/cn/aposoft/tutorial/net/ssl/clientauth/SimpleSslServer.java
c5419f8cdd62f4847e54e826a4a933dfab52020e
[ "Apache-2.0" ]
permissive
pipi668/java-tutorials
a30074136b5d6268d692ec774a661b3bfe30aff7
a735ec58402806e80fcc86d7edb33eacbac78372
refs/heads/master
2022-12-10T18:41:32.124890
2021-05-24T01:08:59
2021-05-24T01:08:59
86,699,154
0
0
Apache-2.0
2022-11-16T06:22:09
2017-03-30T12:18:48
Java
UTF-8
Java
false
false
3,973
java
/** * Copyright : www.aposoft.cn */ package cn.aposoft.tutorial.net.ssl.clientauth; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.OutputStream; import java.io.OutputStreamWriter; i...
[ "liujian1@gomeholdings.com" ]
liujian1@gomeholdings.com
184cd942d6e4ad79712d187511f0e1cab94595a4
ebb160ae32e1bf46c5c1339f88de71a15c02088d
/src/main/java/com/huawei/www/bme/cbsinterface/cbs/businessmgrmsg/NewSubscriberExtRequestMsg.java
a490e12048cd9f4bfd71a876874ec63022001f41
[]
no_license
benjamin-Ndugga/ocsconnect
55b583c0f5135a753eaaa853042987a5ba6946a1
9e66bc99456dbf8c279cc973d80bc0d43d9ab47e
refs/heads/master
2023-04-06T01:20:54.801374
2020-04-15T17:55:35
2020-05-19T13:36:39
352,567,373
0
0
null
null
null
null
UTF-8
Java
false
false
5,883
java
/** * NewSubscriberExtRequestMsg.java * * This file was auto-generated from WSDL * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package com.huawei.www.bme.cbsinterface.cbs.businessmgrmsg; public class NewSubscriberExtRequestMsg implements java.io.Serializable { private ...
[ "" ]
99dca8a929cc1c05a41dbc77239a52b4385af0ce
952ea2966f2e472ab35756e5a0d5e1ffec6aa6da
/src/main/java/de/inoxio/spring/cloudwatchmetrics/WidgetDTO.java
68cb8b79c67b46c859b01be5f9643a7a35418469
[]
no_license
inoxio/spring-cloudwatch-metrics
4178003f55dc9b6ea7c9cd636693520e6ff284e4
66317c04737073f8ce98dee0c3c270bc854556c0
refs/heads/master
2023-08-03T05:39:03.923389
2023-08-02T21:44:42
2023-08-02T21:44:42
155,216,846
0
0
null
2023-06-24T06:38:17
2018-10-29T13:30:19
Java
UTF-8
Java
false
false
878
java
package de.inoxio.spring.cloudwatchmetrics; public class WidgetDTO extends BaseDTO { private PropertyDTO properties; public PropertyDTO getProperties() { return properties; } public void setProperties(final PropertyDTO properties) { this.properties = properties; } public st...
[ "mkunze@inoxio.de" ]
mkunze@inoxio.de
b4734944a577976dccbe7be86953fa4b2e0c9bcf
f949f4d9ef4dac307fbdf479de59945958e70b23
/ismp-situation/src/main/java/org/infosec/ismp/situation/service/SituationEventService.java
37b7e03f3aef9d7b0caeca5ee1172333ab6b85dd
[]
no_license
zhausong/ismp_manager
2828f89cdc643fe60573a2aaabffd1022fe7c49f
ef914b8728c614e144c888a15d45788ba1e67a85
refs/heads/master
2021-07-29T23:08:32.237372
2013-06-21T01:50:23
2013-06-21T01:50:23
null
0
0
null
null
null
null
UTF-8
Java
false
false
368
java
package org.infosec.ismp.situation.service; import java.util.List; import org.infosec.ismp.situation.model.SituationEvent; public interface SituationEventService { /** * 存入一个对象 * @param alarm */ void save(SituationEvent situationEvent); /** * 存入多个对象 * @param alarms */ void save(List<SituationEven...
[ "lewking@foxmail.com" ]
lewking@foxmail.com
5736e521e75529a68fce6cb23b29d7604906956b
e209f7535e2b7ad796d63ae09ca31f4fb759d27c
/azkarra-api/src/main/java/io/streamthoughts/azkarra/api/streams/KafkaStreamsContainer.java
0b70f2ed9bf94b7b5ffaeb4b3999b4c1afdf2f7b
[ "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
savulchik/azkarra-streams
0a1e91eeb05beacf5533eb407dddb72204763d45
340564f2d88800f04ad48425ea44ab6e6e348220
refs/heads/master
2020-12-15T22:23:31.061244
2020-01-15T18:10:06
2020-01-15T18:28:08
235,272,616
0
0
Apache-2.0
2020-01-21T06:38:19
2020-01-21T06:38:18
null
UTF-8
Java
false
false
15,854
java
/* * Copyright 2019 StreamThoughts. * * 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, Vers...
[ "florian.hussonnois@gmail.com" ]
florian.hussonnois@gmail.com
303e50acd6672d9382a5f39f8b7f288d14df2529
40c443b311bea9f030659d3567322c05f8fd50e6
/org.hl7.fhir.r5/src/main/java/org/hl7/fhir/r5/model/codesystems/V3EntityStatus.java
ec6a8db756292c15dacd81111811642b64881a24
[ "Apache-2.0" ]
permissive
hhund/org.hl7.fhir.core
6af7012d1489e830caf08bc6b3ce9193a1aadab8
fe780de63476dda40cd3c866f7cdd18f834e8108
refs/heads/master
2020-08-03T21:38:01.591281
2019-09-30T06:42:48
2019-09-30T06:42:48
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,366
java
package org.hl7.fhir.r5.model.codesystems; /*- * #%L * org.hl7.fhir.r5 * %% * Copyright (C) 2014 - 2019 Health Level 7 * %% * 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 * * ...
[ "noreply@github.com" ]
hhund.noreply@github.com
192926d4e2904084ca1573dd6c1a407f2d1da05b
57c64f7270c6e78d91857f3e3d4ff4cad0bf6090
/CloudCheck/src/com/ningze/rest/setting/AjaxResponseFilter.java
38902266e727ad4fcd06fc6b5833bbc62aa5bb4c
[]
no_license
goleming/CloudCheck
6d73899e7abbbe3c813c4b1c8c9672957ef8d78a
b22628a82a049eb927828335925d0f2e536e9a39
refs/heads/master
2020-04-13T06:55:52.567286
2018-12-25T08:01:38
2018-12-25T08:01:38
163,035,018
0
0
null
null
null
null
UTF-8
Java
false
false
715
java
/** * */ package com.ningze.rest.setting; import java.io.IOException; import javax.ws.rs.container.ContainerRequestContext; import javax.ws.rs.container.ContainerResponseContext; import javax.ws.rs.container.ContainerResponseFilter; import javax.ws.rs.ext.Provider; /** * @author ptero * */ @Provider public cla...
[ "ptero@192.168.1.104" ]
ptero@192.168.1.104
0cac666f383cbdbdfdbc36029ae35540c3b9f23e
23c01976d1652bb0b8201013834bc406a1a3d606
/src/main/java/com/example/JwtSampleApplication.java
8020fea72eac59ce6f132833c90aab8ba61a3afd
[]
no_license
scizeron/jwt-sample
aa5383bbf72e37d1d82b12101191a43fdc217570
816d336da5a0e3451cc3f85db41868631acb2ff7
refs/heads/master
2020-07-27T02:23:52.651471
2017-04-21T09:19:55
2017-04-21T09:19:55
73,704,889
0
0
null
null
null
null
UTF-8
Java
false
false
309
java
package com.example; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class JwtSampleApplication { public static void main(String[] args) { SpringApplication.run(JwtSampleApplication.class, args); } }
[ "stephane.cizeron@gmail.com" ]
stephane.cizeron@gmail.com
d21eaf0ead02a7f634022569760ad9cfe41aefd6
8d8fb4dfd7be299076651e02d26eba6cd879428c
/agent-bridge/src/main/java/com/newrelic/agent/bridge/NoOpLogger.java
b2a692a5bd7f0a469c58a74a38884b848b7e2f68
[ "Apache-2.0" ]
permissive
newrelic/newrelic-java-agent
db6dd20f6ba3f43909b004ce4a058f589dd4b017
eb298ecd8d31f93622388aa12d3ba1e68a58f912
refs/heads/main
2023-08-31T05:14:44.428903
2023-08-29T10:37:35
2023-08-30T18:08:38
275,016,355
177
150
Apache-2.0
2023-09-11T14:50:06
2020-06-25T21:13:42
Java
UTF-8
Java
false
false
3,331
java
/* * * * Copyright 2020 New Relic Corporation. All rights reserved. * * SPDX-License-Identifier: Apache-2.0 * */ package com.newrelic.agent.bridge; import com.newrelic.api.agent.Logger; import java.util.logging.Level; class NoOpLogger implements Logger { static final Logger INSTANCE = new NoOpLogger(); ...
[ "49817386+jeffalder@users.noreply.github.com" ]
49817386+jeffalder@users.noreply.github.com
459f1372bbcec62fb27983285eb564913613fa58
74e4bc5625ef0e3e725ffb5751924d1f7f5220f4
/src/android/NewActivity.java
d6e4ac6c6a1b0f8cb3f146f12e29e124fb47583b
[]
no_license
hahalinjiang/EappPlugin
2cc56f010fbd99c4d44cead7461109245383f6f1
bd75849bf1f517047d6c002978b7ad3f93f238f6
refs/heads/master
2020-09-07T22:11:38.985157
2019-11-11T07:43:31
2019-11-11T07:43:31
220,927,063
0
0
null
null
null
null
UTF-8
Java
false
false
2,762
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...
[ "linjiang92@163.com" ]
linjiang92@163.com
789ac3cb1ede1f1c2c9171c4a0b54f83e76432cf
e24ceadb0437ecc04ce830483c1128b16644759d
/src/getpoint/GetPoint.java
2c668e1be6e52f07b3d1b7bf09e8090ea4794d68
[]
no_license
kongfanwu/GetThePoint0.1
bb1e6d658eda14730c0d513501bc1f1a0ccb6645
1105d82e6cf028e29cca10f810db8d0ea3c8f082
refs/heads/master
2021-01-19T14:06:34.841850
2016-09-03T08:20:35
2016-09-03T08:20:35
88,124,563
1
1
null
2017-04-13T04:19:52
2017-04-13T04:19:52
null
UTF-8
Java
false
false
1,297
java
package getpoint; import util.Point; import util.Triangle; public interface GetPoint { public Point getPoint(); /** * 通过给定三角形和内点p到三顶点距离求该内点p * * @param tri * 三角形 * @param pA * @param pB * @param pC * 内点p到三角形三顶点距离 * @return * p点坐标 */ public Point getPoint(Triangle tri, double pA,...
[ "liuyuchen0504@foxmail.com" ]
liuyuchen0504@foxmail.com
36c672480243a40ad66183f2cdb3196129bc8878
c0c696999c7d54be439d01f7f5374d51df9c6684
/src/crypto/DataProcess.java
f357a4bd0f540ee9c36c9d6d7074e32b3fefb7e1
[]
no_license
MrMurder/encryption-decryption
61e42d71ad338548e01c2cf52e44637905357e0d
d993442ddc25706d49073a45791e0ba30bb27fef
refs/heads/master
2020-05-16T18:33:59.586316
2019-05-14T14:09:36
2019-05-14T14:09:36
183,230,818
0
0
null
2019-04-24T13:06:43
2019-04-24T13:06:43
null
UTF-8
Java
false
false
2,308
java
package encryptdecrypt; import java.io.FileNotFoundException; import java.io.FileReader; import java.util.Scanner; class DataProcess { private String algorithm; private String operation = "enc"; private String dataOutFile = null; private String data = ""; private int key = 0; String getAlgori...
[ "noreply@github.com" ]
MrMurder.noreply@github.com
4877aeaa36a80b90e6c4b1ce34401847d3596012
b75673b2519707a621eeaefaf0a090ce6061de3b
/src/application/Program.java
f2119c07c03b6cefc35c1adf8a668507f8190a90
[]
no_license
RichardBrayan22/chess-system-java
797fbf59f74c88b8b5e3aa9b7a2aa15cf9f647ad
5e1d1c636ddcdb57b02effd78e155a54cf6bc2df
refs/heads/main
2023-07-28T22:31:00.874680
2021-09-16T19:49:01
2021-09-16T19:49:01
401,761,145
0
0
null
null
null
null
UTF-8
Java
false
false
1,133
java
package application; import java.util.InputMismatchException; import java.util.Scanner; import chess.ChessException; import chess.ChessMatch; import chess.ChessPiece; import chess.ChessPosition; public class Program { public static void main(String[] args) { Scanner sc = new Scanner(System.in); ChessMat...
[ "richardbrayan2009@gmail.com" ]
richardbrayan2009@gmail.com
14cc091319cc986499fc580866a0f89830a7bbf0
ecd7d2f685e74bed090c875e5418edcec36c0979
/src/main/java/com/codingdojo/dojosNinjas/models/Dojo.java
c85a40a3a6bbcf70788ff61f7c848d7205ca4e74
[]
no_license
MatthewBolan/dojosNinjas
9c7ccba8feabd2c123f9d9fbdee361f194370ead
effdccffa9640f9151c22e429d914cc7b029476c
refs/heads/master
2023-08-28T19:13:37.927856
2021-10-13T20:40:00
2021-10-13T20:40:00
414,995,694
0
0
null
null
null
null
UTF-8
Java
false
false
2,803
java
package com.codingdojo.dojosNinjas.models; import java.sql.Date; import java.util.List; 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.per...
[ "Bolan.Matthew.MB@Gmail.com" ]
Bolan.Matthew.MB@Gmail.com
d319ddab1b5ecebaa2f723ab07a6a7b008a3d16b
07b745d706c0ad145faa3921838aa4fbe2e223c0
/app/src/test/java/krb/com/teravinfilm/ExampleUnitTest.java
476408a320b51446960c15b5a779728b8f443564
[]
no_license
SartikaHsb/TeravinFilm
c8fdf429ab540be4fef457ab2f7dc8d8441b136e
ea1cefc06efe3241631ab787d144dda80ebd2bd7
refs/heads/master
2021-01-24T08:15:25.501512
2016-10-04T23:39:54
2016-10-04T23:39:54
70,015,260
0
0
null
null
null
null
UTF-8
Java
false
false
312
java
package krb.com.teravinfilm; import org.junit.Test; import static org.junit.Assert.*; /** * To work on unit tests, switch the Test Artifact in the Build Variants view. */ public class ExampleUnitTest { @Test public void addition_isCorrect() throws Exception { assertEquals(4, 2 + 2); } }
[ "sartikasarihasibuan@gmail.com" ]
sartikasarihasibuan@gmail.com
3f800529f2074a9ee5d01eae2e1ee94f3285543f
b9a08f22a10b44b0fc9cce0b994b37150fdfedc6
/Selenium/Activity14_1.java
c9b7ed8a87aa56238a83b8d3434b2874106a51ea
[]
no_license
sharmistha5556/SDET-Training
d09197b512173744fe26f2941aa3ad2af26bed39
73423aab3194c50b313062c6c4bd35ce4db34fb7
refs/heads/main
2023-02-01T12:25:32.622270
2020-12-21T10:36:07
2020-12-21T10:36:07
307,599,397
0
0
null
null
null
null
UTF-8
Java
false
false
1,102
java
package selenium_session1; import java.io.FileReader; import java.io.IOException; import java.util.Iterator; import java.util.List; import com.opencsv.CSVReader; import com.opencsv.exceptions.CsvException; public class Activity14_1 { public static void main(String[] args) throws IOException, CsvException...
[ "noreply@github.com" ]
sharmistha5556.noreply@github.com
249a4f35324523c3d3a829ef930b705cd36f92a4
1ae3a2e08b027ed90303382b0594293f5301dcb5
/WX_JVXXS/src/main/java/com/dao/prientTaskDao.java
24c8e6c935527116e8abc87fb6d745596417eddc
[]
no_license
Funny0018/WeChat_Pro
f25c40dcbd39d9b462801e905a1ba0add6153124
cedd88ba1033c250ccbf644c7af7ce48366edd5d
refs/heads/master
2022-12-23T10:48:17.153814
2019-08-27T01:20:05
2019-08-27T01:20:05
204,589,607
1
1
null
2022-12-16T04:43:37
2019-08-27T01:01:53
JavaScript
UTF-8
Java
false
false
207
java
package com.dao; import com.entity.prientTask; import org.springframework.stereotype.Repository; @Repository("prientTaskDao") public interface prientTaskDao { public void add(prientTask prientTask); }
[ "wj910018@163.com" ]
wj910018@163.com
293653df4df1624c43f23f5bc10e50b8aa755d6d
d7e4736e3cca95ea0ee72d52fbb9ae16286229fe
/deltaspike-dbunit/src/test/java/com/github/deltaspikedbunit/operation/DefaultDatabaseOperationLookupTest.java
7ac119aae1b06ed02c5da369d409ca462dd69292
[ "Apache-2.0" ]
permissive
lbitonti/deltaspike-dbunit
c5b8febff598ba6c3a807b3207f2e29f4654a67b
d2c16a809d8e328d9845a70ac33b008fbd9144f4
refs/heads/master
2021-01-10T09:17:06.836547
2016-02-25T16:58:47
2016-02-25T16:58:47
44,263,579
6
3
null
2016-02-25T17:01:08
2015-10-14T17:12:05
Java
UTF-8
Java
false
false
1,835
java
/* * Copyright 2002-2015 the original author or authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
[ "uknadors@yahoo.com" ]
uknadors@yahoo.com
ecaa0218f49af3e981e8ac626dcb5443ce55b807
d900d565c0aa1baca50281ff3ab17748a1bd8825
/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/T_639NumbersTable.java
06d681834761a5134145bac6c54ba27386e8772e
[ "Apache-2.0", "BSD-3-Clause" ]
permissive
rtvt123/jOOQ
61db17e27c88d39faead0977b1753051b4011c78
93fcf815c1a81c08e7f7940787b5ae95d6853733
refs/heads/master
2022-09-18T21:20:21.039490
2013-12-19T09:37:35
2013-12-19T09:37:35
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,040
java
/** * This class is generated by jOOQ */ package org.jooq.test.mysql2.generatedclasses.tables; /** * This class is generated by jOOQ. */ @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class T_639NumbersTable extends org.jooq.impl.TableImpl<org.jooq.test.mysql2.generatedclasses.tables.record...
[ "lukas.eder@gmail.com" ]
lukas.eder@gmail.com
7aa2e9cedd595df532a586bcf3a2173636e973a5
7a88a6d286d4cd26d7c52dee2864f8d5080a77a9
/target/tomcat/work/Tomcat/localhost/_/org/apache/jsp/WEB_002dINF/views/test_jsp.java
9f58be95a7317b2a63d483ca2cbe126ca202a408
[]
no_license
PaulXuOuyang/ssh
2335a9d506841200d107d5ce042c5560a18de699
820d016df9dbab198d16cde25aad65ccb927a6a6
refs/heads/master
2020-03-09T11:59:53.794181
2018-04-10T03:43:34
2018-04-10T03:43:34
128,774,476
0
0
null
null
null
null
UTF-8
Java
false
false
3,073
java
/* * Generated by the Jasper component of Apache Tomcat * Version: Apache Tomcat/7.0.37 * Generated at: 2018-04-04 08:54:51 UTC * Note: The last modified time of this file was set to * the last modified time of the source file after * generation to assist with modification tracking. */ package org.ap...
[ "347444050@qq.com" ]
347444050@qq.com
ee432b83116d9e517395144c59c0a265b17cbff6
f7ddebdf7c4c503cd0c1fa2f86c9f27e586e7d7c
/gen/com/aarbot/BreakBooks/R.java
c4d5b9cce29bbd07459da256855a51f86e7f0ad6
[ "Apache-2.0" ]
permissive
AaronBDC/BreakBooks
e6e7198b649e8e7c138c1de59089ea8c90bdc155
25d8a839a4f39101b75f67d201fe006f100303e6
refs/heads/master
2021-01-21T16:15:35.407939
2017-05-20T10:34:13
2017-05-20T10:34:13
91,881,784
0
0
null
null
null
null
UTF-8
Java
false
false
9,429
java
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * aapt tool from the resource data it found. It * should not be modified by hand. */ package com.aarbot.BreakBooks; public final class R { public static final class array { public static final int difficultyNam...
[ "aaronbdc@mail.com" ]
aaronbdc@mail.com
2d59fdf2271af44289e32704cf4dabc0f9381439
e6023252f2150f40288fc4b1608be6585ba80585
/app/src/main/java/com/example/q/cs496_2/views/MarkerView.java
1303bfa805c16d4c58898656ae2150b43ae68246
[]
no_license
estanie/cs496_2
27e0f4cc8df0180db89b69d17671630588d7679d
901264daec4092fe36e86350a02a284800737d9d
refs/heads/master
2020-04-14T11:01:24.621527
2019-01-09T05:10:47
2019-01-09T05:10:47
163,802,090
0
0
null
null
null
null
UTF-8
Java
false
false
3,412
java
package com.example.q.cs496_2.views; import android.content.Context; import android.graphics.Canvas; import android.graphics.Rect; import android.util.AttributeSet; import android.view.KeyEvent; import android.view.MotionEvent; import android.widget.ImageView; public class MarkerView extends ImageView { public ...
[ "estanie@sm.ac.kr" ]
estanie@sm.ac.kr
b485cb7c37baa3ef3030558b2eba5e11253b0340
aaa59b0a62b1e0796b56ecf624ee13f258bc8649
/L203/src/lab3/BoxDriver.java
1e0ed06c3c8f5b9b5d0f8e9980f158e560f8c519
[]
no_license
zwh18123/0911
b748a207a717ca807d52959d5d676206eb39e39c
d798ffa49125c3b6b3f439330c20fb75e17efacc
refs/heads/master
2020-03-28T12:42:34.936762
2018-09-28T16:00:20
2018-09-28T16:00:20
148,326,454
0
0
null
null
null
null
UTF-8
Java
false
false
2,363
java
/* Name: zhshuorong Lab Section: L2 Lecture Section:03 Date:06/09/2018 Assignment:Lab3 Description:Part_2 */ package lab3; public class BoxDriver { public static void main( String[] args ) { Box box1 = new Box( ); // this references the no-arg constructor Box box2 = new Box( 20., 30., 40...
[ "zwh18123@sina.com" ]
zwh18123@sina.com
47439058cd9a3e09f7ad1524ef32dbf0ec3a3aa7
d7cdc2ee0ae891fbb62901c8c1a82a98152fe91c
/src/main/java/com/cdtian/socket/read/Server.java
52a5cff4f23e4977c341cc312526374521b3113a
[]
no_license
cdtian/java-tutorials
ab3492d40659b71cf55c256b001cd5048dd91371
f7cb2f04c8f986f13e0c32bfcb6b0ec10f3f903e
refs/heads/master
2021-07-07T13:52:23.840505
2019-08-14T10:51:24
2019-08-14T10:51:24
197,298,753
0
0
null
2020-10-13T14:38:44
2019-07-17T02:17:49
Java
UTF-8
Java
false
false
2,202
java
package com.cdtian.socket.read; import java.io.BufferedInputStream; import java.io.DataInputStream; import java.net.ServerSocket; import java.net.Socket; import java.nio.charset.StandardCharsets; public class Server { public void runServer(int port) { //Start the server and wait for connection ...
[ "tianyj3@lenovo.com" ]
tianyj3@lenovo.com