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
ced8f2060050a4eac387b3b19be68c0c6cf4c8e7
cc53f7685325c016cc07ca2d1997a0fd302a146a
/src/test/java/AlbumTest.java
4af8e79d9321625559f70e05a16312de5971e12d
[]
no_license
slbrtg/rotten-peaches-spark
107bc6f3da5a3f1fc0bf6b70e22f990ff51adaff
0a47e95c0f36cccd9c993465e61f383e37106a0f
refs/heads/master
2020-06-27T13:15:45.379911
2017-07-13T23:44:47
2017-07-13T23:44:47
97,059,262
0
0
null
null
null
null
UTF-8
Java
false
false
2,297
java
import org.sql2o.*; import org.junit.*; import static org.junit.Assert.*; import java.util.*; public class AlbumTest { @Rule public DatabaseRule database = new DatabaseRule(); @Test public void Album_instantiatesCorrectly_true() { Album testAlbum = new Album("OK Computer", 1997, "indie rock", 1); asse...
[ "sowmya@" ]
sowmya@
b7ff8a9b8acd3a0abda0cc6e97ad9d353d8a7e44
99c03face59ec13af5da080568d793e8aad8af81
/hom_classifier/2om_classifier/scratch/AOIS90AOIS9/Pawn.java
0eaaa9bf50b6b060b92da2ca1cdcb7656e14cf5a
[]
no_license
fouticus/HOMClassifier
62e5628e4179e83e5df6ef350a907dbf69f85d4b
13b9b432e98acd32ae962cbc45d2f28be9711a68
refs/heads/master
2021-01-23T11:33:48.114621
2020-05-13T18:46:44
2020-05-13T18:46:44
93,126,040
0
0
null
null
null
null
UTF-8
Java
false
false
3,761
java
// This is a mutant program. // Author : ysma import java.util.ArrayList; public class Pawn extends ChessPiece { public Pawn( ChessBoard board, ChessPiece.Color color ) { super( board, color ); } public java.lang.String toString() { if (color == ChessPiece.Color.WHITE) { ...
[ "fout.alex@gmail.com" ]
fout.alex@gmail.com
fb64b815d5766bb477bdb7c395b966464176326b
51e0883ba6ba3faed7dad80fb7c8826051b2b251
/src/main/java/org/example/simplehttpserver/config/Configuration.java
886c06abbf57edc6465f69826f72dee981431e0e
[]
no_license
samyum918/simplehttpserver
f480325b983da44d8f9ef298f60526606c6673c4
d2bbb5f24437d3196f4862c7024614fa1687e671
refs/heads/master
2023-01-19T12:55:52.110420
2020-11-29T15:20:22
2020-11-29T15:20:22
316,453,120
0
0
null
null
null
null
UTF-8
Java
false
false
192
java
package org.example.simplehttpserver.config; import lombok.Getter; import lombok.Setter; @Getter @Setter public class Configuration { private Integer port; private String webroot; }
[ "sam.yum@worldline.com" ]
sam.yum@worldline.com
75e1ecdb3fea83d12cf535c6ec8b86e51eab8257
83a5dd42ec8ab543d0d9e588d15d6d88df8e8aab
/CineOnline/CineOnline-ejb/src/java/model/factories/AwardFacadeLocal.java
d3b349dbe26989e1fb2a04444b05bb4f53292bcc
[]
no_license
AleKrabbe/CineOnline
8e8374b24d28ed92907d7d0daeab1c00064becc4
b4c718a5a173e27a63b074b172b6ec2e787f937f
refs/heads/master
2020-04-07T00:33:59.743600
2018-12-06T04:23:59
2018-12-06T04:23:59
157,909,083
1
0
null
2018-11-20T20:32:00
2018-11-16T18:55:41
Java
UTF-8
Java
false
false
583
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 model.factories; import java.util.List; import javax.ejb.Local; import model.entities.Award; /** * * @author Alexandre Krab...
[ "alekrabbe@gmail.com" ]
alekrabbe@gmail.com
9e633f2684b6043a9483ed6894f897a99b218a0a
94e10d222730dbc7925fe44c38d2eba8f1f19eea
/app/src/main/java/com/txunda/construction_worker/utils/ShareForApp.java
a6838e9c09318b1ce5a84b99bbd0dfe18f58919f
[]
no_license
Qsrx/construction_worker
3293cfb6322e3052c941b0d2411ac7c17f69d796
7f2103cbc35bec551f87f7dc5266d46dc7991f5a
refs/heads/master
2020-04-29T01:36:26.626064
2019-03-26T03:27:34
2019-03-26T03:27:34
175,736,253
1
0
null
null
null
null
UTF-8
Java
false
false
15,247
java
package com.txunda.construction_worker.utils; import android.graphics.Bitmap; import android.util.Log; import com.zhy.http.okhttp.utils.L; import java.util.HashMap; import cn.sharesdk.framework.Platform; import cn.sharesdk.framework.PlatformActionListener; import cn.sharesdk.framework.ShareSDK; import cn.sharesdk.t...
[ "””浮“1964348142@qq.com" ]
””浮“1964348142@qq.com
a8c4ef49ecd85ad69cf44b31b9b203dc9bcaacbf
25ac334bb00a50245223eaa1bd3d6ca2968ae182
/android/app/src/main/java/com/jinjerkeihi/nfcfelica/transit/Station.java
dc53b2eb8c4ea46650ecff84d127ae5221d929b9
[]
no_license
buixuanthe2212/reduxThunk
2e3c66bfb15f6d883ced6eebab673c04f3f207bb
7fa8793c027a21815bd37e6f19195b71aab21168
refs/heads/master
2020-03-18T14:13:22.646564
2018-05-25T09:53:54
2018-05-25T09:53:54
134,836,725
0
0
null
null
null
null
UTF-8
Java
false
false
3,987
java
/* * Station.java * * Copyright (C) 2011 Eric Butler <eric@codebutler.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any la...
[ "buixuanthe11t2bk@gmail.com" ]
buixuanthe11t2bk@gmail.com
7674dd0c711fa9aedce42c32d7f59c933350214e
d179c3a428566e4dccf5f55bdd2d812f7d5bc833
/src/main/java/org/sejda/sambox/rendering/RenderDestination.java
9e6b63b691b79316d580d4535755bf8441f154c3
[ "Apache-2.0", "LicenseRef-scancode-apple-excl", "BSD-3-Clause", "APAFML" ]
permissive
torakiki/sambox
ea82fb22583f7e5f316c740a632d5c1891e5d067
c8a6d26aa0b133130a90df104e3bb267ff13a19f
refs/heads/master
2023-08-10T12:17:25.490810
2023-08-01T15:30:51
2023-08-01T15:30:51
30,909,947
48
16
Apache-2.0
2023-08-01T15:08:27
2015-02-17T09:14:01
Java
UTF-8
Java
false
false
1,053
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 ...
[ "andrea.vacondio@gmail.com" ]
andrea.vacondio@gmail.com
9b51c7df25e53508c790dbdd7fe2454d4647dcd6
aba1234b5e243116bf5e7433c9e428ede1a0c924
/src/main/java/com/brandongossen/bodg/clientmanager/controllers/UsersController.java
adef600177524828e119af5b3d8e30f1ade8b004
[]
no_license
Brandon-Travis-BodG/bod-g-client-relationships
dbc3d7a039ee56ccefbf9e90373d271fe1819df9
1d9ec15202c642a3422d9ef4a6551c494f92cbc7
refs/heads/master
2021-09-15T08:13:39.758940
2018-05-22T06:18:13
2018-05-22T06:18:13
116,068,346
0
0
null
2018-05-29T00:41:02
2018-01-02T23:32:48
Java
UTF-8
Java
false
false
3,150
java
package com.brandongossen.bodg.clientmanager.controllers; import com.brandongossen.bodg.clientmanager.models.Gender; import com.brandongossen.bodg.clientmanager.models.GenderConverter; import com.brandongossen.bodg.clientmanager.models.User; import com.brandongossen.bodg.clientmanager.repositories.UsersRepository; imp...
[ "brandongossen@yahoo.com" ]
brandongossen@yahoo.com
ea5c4eb86da0047497dbc77ee53c601138b960b9
300947e343fbe069ff64a49b4151b7fa81ab2c30
/Timber-master/Timber-master/app/src/main/java/naman14/timber/StreamYoutubecrome.java
95f441b1275fe97ca2180ed049c0df6fac215fcc
[]
no_license
Sripathm2/Timber
342dadc81f2f8872e5d87cd145bc8dfef3fddda4
ff1f79f08752b76307cb3957a40336577cdd39c3
refs/heads/master
2021-06-10T04:49:09.223490
2017-01-23T20:22:26
2017-01-23T20:22:26
null
0
0
null
null
null
null
UTF-8
Java
false
false
883
java
package naman14.timber; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.support.customtabs.CustomTabsIntent; import android.support.v7.app.AppCompatActivity; import com.naman14.timber.R; public class StreamYoutubecrome extends AppCompatActivity { @Override pro...
[ "sripathm2@gmail.com" ]
sripathm2@gmail.com
465973d5e0e14b135b293e90611da2f1f927053a
1f19aec2ecfd756934898cf0ad2758ee18d9eca2
/u-1/u-1-f358.java
49c23582263b09add8527098aa5a8f6b86b876e3
[]
no_license
apertureatf/perftest
f6c6e69efad59265197f43af5072aa7af8393a34
584257a0c1ada22e5486052c11395858a87b20d5
refs/heads/master
2020-06-07T17:52:51.172890
2019-06-21T18:53:01
2019-06-21T18:53:01
193,039,805
0
0
null
null
null
null
UTF-8
Java
false
false
106
java
mastercard 5555555555554444 4012888888881881 4222222222222 378282246310005 6011111111111117 7304672759536
[ "jenkins@khan.paloaltonetworks.local" ]
jenkins@khan.paloaltonetworks.local
5c2b7cb0b131bde0090495a684bd0d9b49a79266
7dca9d068fe6d18803cb568f3792363d652c5570
/httpclientandroidlib/src/ch/boye/httpclientandroidlib/impl/client/cache/CachingHttpClient.java
10defcf3829e116383c05b8c80a5cec467ecf29f
[]
no_license
biafra23/AmDroid
2c0d68dc9bd559c5a811123681261ef10d9e5700
3aad88fff8a6d8c0eb9e3be22b23a60c25916285
refs/heads/master
2016-09-06T17:22:56.390353
2012-07-31T20:09:24
2012-07-31T20:09:24
2,485,574
16
2
null
null
null
null
UTF-8
Java
false
false
39,008
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 ...
[ "github@dirk.jaeckel.name" ]
github@dirk.jaeckel.name
bc1cd170315f1090182d952d663abad30fa0e7fc
917372f7a06e20f694c8577d39ef3c552819d78d
/app/src/main/java/com/example/android/sunshine/data/SunshinePreferences.java
9a88c5f17514d52481792e81dea0e8036a55bc4a
[]
no_license
augustmary/SunshineApp
cce610aa7fc5c361f697342ca906327decdb1a43
ee1dd8aa9fc9961d3872290304ebb25f8bc79e80
refs/heads/master
2021-06-15T19:50:50.131981
2017-03-10T15:45:39
2017-03-10T15:45:39
81,199,350
0
0
null
2017-03-10T15:53:58
2017-02-07T11:07:58
Java
UTF-8
Java
false
false
6,176
java
/* * Copyright (C) 2016 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
[ "shumeykoms@gmail.com" ]
shumeykoms@gmail.com
305820bc3039753328eb71f7846ae6608184f5b2
4bd2ddf7cd2b0e3e87c78d7d81d6df1c5bdc1cda
/xh5/x5-bpmx-root/modules/x5-bpmx-core/src/main/java/com/hotent/bpmx/core/defxml/entity/CallConversation.java
132fccccde3f5a6d8a769dbbd96b7ea4d71ebd9c
[]
no_license
codingOnGithub/hx
27a873a308528eb968632bbf97e6e25107f92a9f
c93d6c23032ff798d460ee9a0efaba214594a6b9
refs/heads/master
2021-05-27T14:40:05.776605
2014-10-22T16:52:34
2014-10-22T16:52:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,269
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2013.12.11 at 10:08...
[ "wang2009long@126.com" ]
wang2009long@126.com
35d979a8e9826f1637149796dc7399819235187b
47bbc55408588dcab1daf64a4d67f5a2e54bf9ad
/FailureDetection/src/DCMS_FrontEnd/_FrontEndStub.java
7442913ca3aa5b0013a015412bb05a6870afef9b
[]
no_license
Aakaash897/Distributed-Computing
2d03747209468b4aba5d58cfa8a95cfd8a2214bf
0b5f407be04fea90193cd243999ed679a604c8cc
refs/heads/master
2020-05-18T14:58:51.912112
2019-05-01T21:38:49
2019-05-01T21:38:49
184,484,587
0
0
null
null
null
null
UTF-8
Java
false
false
6,960
java
package DCMS_FrontEnd; /** * DCMS_FrontEnd/_FrontEndStub.java . * Generated by the IDL-to-Java compiler (portable), version "3.2" * from FrontEnd.idl * Friday, August 4, 2017 10:55:50 PM EDT */ public class _FrontEndStub extends org.omg.CORBA.portable.ObjectImpl implements DCMS_FrontEnd.FrontEnd { pu...
[ "noreply@github.com" ]
Aakaash897.noreply@github.com
9b419ac9e57cc461b10bde501edbdcf71c3a148a
faac256e67bdcb268054939c5f841d8b706f52e1
/app/src/main/java/zw/co/vokers/zoledge/reader/camera/GraphicOverlay.java
c408e58373d69e2ac302d4f1d2a8aa1cec34316d
[]
no_license
VinceGee/ZOLEdge
9b425e3f588277c344921bf13e81d6441c8f74ce
6dd48be95b22ac20fce4e95ca04b054f6f2b3e68
refs/heads/master
2020-03-22T05:40:06.390930
2018-07-03T12:46:12
2018-07-03T12:46:12
139,582,319
0
0
null
null
null
null
UTF-8
Java
false
false
7,141
java
/* * Copyright (C) The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
[ "vinceg@Vincents-MacBook-Pro.local" ]
vinceg@Vincents-MacBook-Pro.local
d6633bdaa2723b91b29e4cd81fd8f691905c240e
7be4ab4e0dd5e26c17373bca27b8b811dc116b31
/app/src/main/java/larryherb/weathernow/GSON/WindObject.java
8a3c1b5ce4f49d00cb7757776067271d20d1e75a
[ "MIT" ]
permissive
lherb3/WeatherNow-AndroidApp
1cc5a7ae86b77b9e5c1f589a096219d6c77dedfc
a471b5d0faa7b284b20dff5e14722a96a2999bb4
refs/heads/master
2021-08-19T12:19:41.213602
2017-11-26T07:23:51
2017-11-26T07:23:51
110,650,549
0
0
null
null
null
null
UTF-8
Java
false
false
333
java
package larryherb.weathernow.GSON; import com.google.gson.annotations.SerializedName; /** * Created by lherb3 on 11/13/17. */ public class WindObject { @SerializedName("speed") public double speed; @SerializedName("deg") public double degrees; @SerializedName("gust") public do...
[ "larry.herb@wasapi.com" ]
larry.herb@wasapi.com
697228fa9e44a5f204e0aa8b7118cba717a797e3
17f00d0aecce8af1979f787709c3313a082b384b
/fm-workbench/trusted-build/edu.umn.cs.crisys.smaccm.aadl2camkes/src/edu/umn/cs/crisys/smaccm/aadl2camkes/ast/IdType.java
ffbf4dc65ea34dbb32437c4ec30dc059bb7f2369
[]
no_license
three-jeeps/smaccm
490100fc55bc765ea06a08323622520d0457b58f
cfcd09ffb485683c7e59a6674df40e5bd0dcab0a
refs/heads/master
2021-01-15T14:46:48.785880
2015-01-08T02:32:52
2015-01-08T02:32:52
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,985
java
/* Copyright (c) 2011,2013 Rockwell Collins and the University of Minnesota. Developed with the sponsorship of the Defense Advanced Research Projects Agency (DARPA). Permission is hereby granted, free of charge, to any person obtaining a copy of this data, including any software or models in source or binary form, as...
[ "andrew.gacek@gmail.com" ]
andrew.gacek@gmail.com
61c455ea1cb69c5b2d8e3b54ea7c75e55cc70bc0
fd55f9688db9e059f170bbd270df5f628feb9c4b
/app/src/main/java/com/example/sierzega/projectforclasses/MainActivity.java
d896ff644d13300772df60526c93d078c26f3d16
[]
no_license
Swierscz/Projectforclasses
b7963b86d9ba2229e1ca169a88ee5dc664005014
7b3ba0bf906ba215f95da13ce99d7b8a0d64c73e
refs/heads/master
2020-03-18T11:46:28.671498
2018-05-24T09:10:58
2018-05-24T09:10:58
134,690,585
0
0
null
null
null
null
UTF-8
Java
false
false
5,115
java
package com.example.sierzega.projectforclasses; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.ArrayAdapter; import android.widget.Button; import android.widget.EditText; import android.widget.ListView; import java.io...
[ "jsierzega@student.wat.edu.pl" ]
jsierzega@student.wat.edu.pl
20a7fa62ab28dab7fe1434e3b9d4f28a1d815e4c
e2837676303164d27f42dbcfbcf8cbbf6659ed02
/microservice-course-management/src/main/java/com/sha/microservicecoursemanagement/repository/CourseRepository.java
e7e946f69c34efeca12f21922ba49cab2b867850
[]
no_license
erkan4534/microservices
2860e135bfa9c37421536844cb58247a5e2fca92
ad5d428f0f56b5e15ebe6e3f8a4d9d82cbd4a836
refs/heads/main
2023-04-24T10:10:06.697476
2021-05-16T18:57:20
2021-05-16T18:57:20
358,974,175
0
0
null
null
null
null
UTF-8
Java
false
false
252
java
package com.sha.microservicecoursemanagement.repository; import com.sha.microservicecoursemanagement.model.Course; import org.springframework.data.jpa.repository.JpaRepository; public interface CourseRepository extends JpaRepository<Course,Long> { }
[ "erkanyildirim28@gmail.com" ]
erkanyildirim28@gmail.com
a94a67b2223b07c2b730132a93f0a5869353712b
d785d788a3f4765ad998795a7dfb3607acbca81a
/ACSL_base/src/org/dalton/acsl3/abc15/ACSL3_ABC15_c16mn.java
de39bed478ee37504de8ad76be9675011348de7b
[]
no_license
daltonschool/ACSL_base
6f77c6dd39e16061ee96b0abd50946206e1a7cbe
c021472f4cb4f0476652eb4e3f96039dd5150861
refs/heads/master
2021-05-04T11:18:51.860150
2017-01-03T03:42:14
2017-01-03T03:42:14
46,642,526
0
1
null
null
null
null
UTF-8
Java
false
false
6,301
java
package org.dalton.acsl3.abc15; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.Scanner; public class ACSL3_ABC15_c16mn { public static void main(String[] args) { Scanner scan = new Scanner(System.in); while(true){ String[][] grid = new String[6][6]; gridSetter(g...
[ "charlie@forsters.com" ]
charlie@forsters.com
bfd56f800e9e01f8b898cefe8dbefa863d078447
7fa9c6b0fa1d0726ae1cda0199716c811a1ea01b
/Crawler/data/BillAction.java
fb6c3939f83e2e11b2dd60c398424fd3fd6e612a
[]
no_license
NayrozD/DD2476-Project
b0ca75799793d8ced8d4d3ba3c43c79bb84a72c0
94dfb3c0a470527b069e2e0fd9ee375787ee5532
refs/heads/master
2023-03-18T04:04:59.111664
2021-03-10T15:03:07
2021-03-10T15:03:07
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,470
java
12 https://raw.githubusercontent.com/Pingvin235/bgerp/master/src/ru/bgcrm/plugin/bgbilling/proto/struts/action/BillAction.java package ru.bgcrm.plugin.bgbilling.proto.struts.action; import java.io.OutputStream; import java.math.BigDecimal; import java.util.Date; import javax.servlet.http.HttpServletRequest; import ja...
[ "veronika.cucorova@gmail.com" ]
veronika.cucorova@gmail.com
fc6973d79bbdb96d33753f38df9c5917a1e88a34
54d572858271c6ef357daebeabc4d0e0967a4163
/src/LeetCode076.java
2b7a2fa09d71939724222be885c2cfaf905af462
[]
no_license
WHJ1101/leetcode
6dba763d1467e3207b3749d723c5a871d1836e67
feeed099e7104a497e0f6c4d4b8a11e32881d0e6
refs/heads/master
2022-11-20T10:08:56.253456
2020-07-19T18:39:45
2020-07-19T18:39:45
263,327,418
1
0
null
null
null
null
UTF-8
Java
false
false
1,636
java
import java.util.HashMap; import java.util.Iterator; import java.util.Map; class LeetCode076 { Map<Character, Integer> ori = new HashMap<Character, Integer>(); Map<Character, Integer> cnt = new HashMap<Character, Integer>(); public String minWindow(String s, String t) { int tLen = t.length(); ...
[ "489519813@qq.com" ]
489519813@qq.com
eb6fa10f5235e4366e48c781160a1eb06e5e701c
947edc58e161933b70d595242d4663a6d0e68623
/pigx-upms/pigx-upms-biz/src/main/java/com/pig4cloud/pigx/admin/service/CtcdMantissaService.java
a56df4b12d388aa5d94897b207d7a97a2743c940
[]
no_license
jieke360/pig6
5a5de28b0e4785ff8872e7259fc46d1f5286d4d9
8413feed8339fab804b11af8d3fbab406eb80b68
refs/heads/master
2023-02-04T12:39:34.279157
2020-12-31T03:57:43
2020-12-31T03:57:43
325,705,631
0
0
null
null
null
null
UTF-8
Java
false
false
1,118
java
/* * Copyright (c) 2018-2025, lengleng All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, * this list of conditions ...
[ "qdgaoxiao@163.com" ]
qdgaoxiao@163.com
6dc52096d920e5d26d895b2c54fbf6a815953e69
6bfc5a1efdbbe337dca4a71c3ed53054bf662a82
/src/grimonium/set/GrimoniumSet.java
ac144c367c19765c2d291ce920b6c2003d67c4dc
[]
no_license
michaelforrest/grimonium
d99945779edbc08654eea97c687d8ffb0ecf21fd
1f582d8f59e262ee84a28ddebf0e5741392fa78e
refs/heads/master
2021-01-16T19:33:29.737744
2009-02-12T17:44:47
2009-02-12T17:44:47
97,209
2
1
null
null
null
null
UTF-8
Java
false
false
3,191
java
package grimonium.set; import grimonium.Ableton; import grimonium.GrimoniumOutput; import grimonium.Ableton.MidiTrack; import grimonium.gui.Colours; import grimonium.gui.MixerSource; import grimonium.maps.ElementFactory; import grimonium.maps.EncoderMap; import grimonium.maps.FaderMap; import grimonium.maps.MapBase; ...
[ "michael.forrest@gmail.com" ]
michael.forrest@gmail.com
ef7753dcd8ada2ffe82f87e0e75ecd038cad0157
df3da3c9dfec9dd15f7ee7159eb833e97c3cbf6a
/src/main/java/com/superapp/firstdemo/ServletInitializer.java
ac3ed64bc9e9e54e28cc4e29d0d675d1e5b550d2
[]
no_license
alexjcm/vaccination-inventory
ccd4d948a59c68f218b92c7dd81b342976d708d6
6775d4b40023ca93299bcec100f8b4db50fac431
refs/heads/main
2023-08-28T00:21:42.163532
2021-10-13T02:41:37
2021-10-13T02:41:37
407,659,686
0
0
null
2021-10-13T02:41:37
2021-09-17T19:37:19
Java
UTF-8
Java
false
false
429
java
package com.superapp.firstdemo; import org.springframework.boot.builder.SpringApplicationBuilder; import org.springframework.boot.web.servlet.support.SpringBootServletInitializer; public class ServletInitializer extends SpringBootServletInitializer { @Override protected SpringApplicationBuilder configure(Spr...
[ "alexjhon@live.com" ]
alexjhon@live.com
0fa7cf821791298b2e9b73b63cffe62701d56bdb
304afb759a91f00809ff49cfc2fbf7606a78d80f
/project_game/src/br/com/casadocodigo/bis/game/scenes/TitleScreen.java
80b314527722a1f23a2cbf4491338a88890c0780
[]
no_license
edmatamoros/ProjectGame
8c1c065733ed532eccef43b37afc60c9d06999ec
0ae0da2c02d4a652253558a851bcac391e3f07cd
refs/heads/master
2021-01-19T14:34:34.426315
2014-04-05T19:19:47
2014-04-05T19:19:47
null
0
0
null
null
null
null
ISO-8859-1
Java
false
false
1,381
java
package br.com.casadocodigo.bis.game.scenes; import static br.com.casadocodigo.bis.config.DeviceSettings.screenHeight; import static br.com.casadocodigo.bis.config.DeviceSettings.screenResolution; import static br.com.casadocodigo.bis.config.DeviceSettings.screenWidth; import org.cocos2d.layers.CCLayer; import org.co...
[ "ed_matamoros@hotmail.com" ]
ed_matamoros@hotmail.com
167aa72e7119a3c3eb83753131e75db87c94ab16
07fafdaf3ac44da373434ddda2fb96859247cf4f
/Actividad2Musico.java/src/excepciones/ito/poo/Solicitante.java
109fd2c6edc4a6304824897c7a5122694931264a
[]
no_license
GerardoGutierrezFeria/PracticaComplementaria
38311501b67d051cb78238670af8d4681bda2328
787543b24d181f4b05fe9a532f7e3b7d59ad618d
refs/heads/master
2023-06-08T21:40:21.933869
2021-06-14T22:25:50
2021-06-14T22:25:50
376,970,839
0
0
null
null
null
null
UTF-8
Java
false
false
174
java
package excepciones.ito.poo; @SuppressWarnings("serial") public class Solicitante extends Exception { public Solicitante(String message) { super(message); } }
[ "Gelexis@LAPTOP-7BJ6TSE7" ]
Gelexis@LAPTOP-7BJ6TSE7
46c39f350c077bdf38cf6736fe68fa12a71cd66c
3f920aaa8826d1aabfe2ee12c3eb1fddda5b6591
/src/com/pan/Concurrent/SynLockIn_1/Run1.java
09c915b2026837edc1c2bce9335ca682dd734da4
[]
no_license
Pan1206/commitMQ
fddf57b3ff8e6f2558b39a590f0b21d7b5c31088
de45ac8837f345a761aa1b2cf0c0a2b7112dd895
refs/heads/master
2020-12-28T15:55:21.356559
2020-02-06T09:57:48
2020-02-06T09:57:48
238,395,740
0
0
null
null
null
null
UTF-8
Java
false
false
1,046
java
package com.pan.Concurrent.SynLockIn_1; /** * 1)当存在父子类继承关系时,子类是完全可以通过"可重入锁”调用父类的同步方法的; * 2)虽然可以使用synchronized来定义方法,但synchronized并不属于方法定义的一部分, * 因此,synchronized关键字不能被继承。如果在父类中的某个方法使用了synchronized关键字, * 而在子类中覆盖了这个方法,在子类中的这个方法默认情况下并不是同步的, * 而必须显式地在子类的这个方法中加上synchronized关键字才可以。 * 当然,还可以在子类方法中调用父类中相应的方法,这样虽然子类中的方法不是同...
[ "panzhijie1206@163.com" ]
panzhijie1206@163.com
cb9c6d40a2144442aba4ed4a6b22dc421ada380d
98c049efdfebfafc5373897d491271b4370ab9b4
/src/main/java/lapr/project/data/PharmacyDB.java
13e4ba5a59d1a42e2a7a219fb038b76bfd504b30
[]
no_license
antoniodanielbf-isep/LAPR3-2020
3a4f4cc608804f70cc87a3ccb29cbc05f5edf0f3
7ee16e8c995aea31c30c858f93e8ebdf1de7617f
refs/heads/main
2023-05-27T14:42:05.442427
2021-06-20T18:09:59
2021-06-20T18:09:59
378,709,095
0
0
null
null
null
null
UTF-8
Java
false
false
4,568
java
package lapr.project.data; import lapr.project.model.*; import oracle.jdbc.OracleTypes; import java.sql.CallableStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.util.ArrayList; import java.util.List; /** * The type Pharmacy db. */ public class PharmacyDB extends DataHandler { /*...
[ "1190402@isep.ipp.pt" ]
1190402@isep.ipp.pt
5b4fa101454b89d1ddc5c8cf2238b5bb354ae832
e3ccc2fef19be175120b8d5073858aef0dce4bd2
/cs315/util/Iterator.java
dbf6a904ae214d8ea0649ba378b054b6b2ffb50f
[]
no_license
michaeltheitking/Alphametic
c334594325eaf533403ba64a58ad85f978bec6dc
2ccb8b9204940ec39e718ce04bf6fcee76fbee29
refs/heads/master
2021-05-27T19:36:56.066440
2014-06-11T17:05:13
2014-06-11T17:05:13
null
0
0
null
null
null
null
UTF-8
Java
false
false
813
java
package cs315.util; /** * Interface for iterating through all the permutations of a character array. * * @author michael king and michael fradkin * @version 1.0 */ public interface Iterator { /** * method to determine if loops can be incremented again. <BR> * post: returns true if iterator can ...
[ "mk@michael-king.com" ]
mk@michael-king.com
78092c6b080afb3e1d796f9fa72075780c6528ca
11e613c4598c21e9e212413e6fc1fef59d6f2742
/rxeasyhttp/src/main/java/com/zhouyou/http/cache/converter/GsonDiskConverter.java
f169e864dd8b358860e339da3c438b4e0f181521
[ "Apache-2.0" ]
permissive
SunnyLy/RxEasyHttp
ed666d91487f90c2f60be1f66669ff34154138d0
613e9580a054a5979a6b5c8c7cc48953cb555cff
refs/heads/master
2020-06-01T15:43:41.051183
2017-06-12T08:48:41
2017-06-12T08:48:41
94,078,502
1
0
null
2017-06-12T09:26:32
2017-06-12T09:26:32
null
UTF-8
Java
false
false
3,278
java
/* * Copyright (C) 2017 zhouyou(478319399@qq.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicab...
[ "zhouyou1989123@gmail.com" ]
zhouyou1989123@gmail.com
2799826ef897ecc63d675b861ed277e69b7523ed
fcf485b7d02986bb294d5add269269276b773d62
/src/main/java/com/hitesh/test/leetcode/array/AvoidFloodInTheCity.java
1aa1e406e37ac81addfeab8c538e304fc3a38035
[]
no_license
hiteshsethiya/codeshadow
0e38cadb5abcfdb714a308796e1e7f0ab0f5eebb
b67a8177cff6614fff6e69014a0b42ac904af4fc
refs/heads/master
2022-05-31T08:48:47.035099
2020-11-06T10:58:48
2020-11-06T10:58:48
244,311,764
1
0
null
2022-05-20T21:32:03
2020-03-02T07:54:17
Java
UTF-8
Java
false
false
5,424
java
package com.hitesh.test.leetcode.array; import java.util.*; public class AvoidFloodInTheCity { /* * Your country has an infinite number of lakes. Initially, all the lakes are empty, * but when it rains over the nth lake, the nth lake becomes full of water. * If it rains over a lake which is full o...
[ "hiteshsethiya@gmail.com" ]
hiteshsethiya@gmail.com
09c83816c924837db9326db80308815bf73ad378
8fc81eec28b4f41984c78a5474f8925d2921f8d8
/algorithms/src/main/java/exigentech/codility/practice/foresee/Problem.java
d8590038e7dae06dd94addf0fa1ce31d70f96ead
[]
no_license
anecula/cracking-the-coding-interview
63db00bb85448522b5582dc427b166c68b1d8d40
9b1a72073448a92663488b8f71c9f9d6006bcc0b
refs/heads/master
2020-03-29T23:43:17.754532
2018-06-18T13:20:29
2018-06-18T13:20:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,268
java
package exigentech.codility.practice.foresee; import java.util.Random; enum RandomValueGenerator { SOLUTION; private static Random RANDOM = new Random(); /** * @return Randomized integer such that {@code lowerBound < n < upperBound} */ int betweenBounds(int lowerBound, int upperBound) { return RAN...
[ "myers.adam.k@gmail.com" ]
myers.adam.k@gmail.com
ac314f805506a3413e897d2324c98f875d776490
ff0e2cd24bc598f2d40a1aef179f107c0b5986aa
/src/main/java/com/geekerstar/job/configure/ScheduleConfigure.java
1d0c878d7b2752a0b9827084b84c86c5c6e39231
[]
no_license
geekerstar/geek-fast
8ecc7eabae4e3c35e9619d9f02876fb9d2484511
212ff294aaf5c04ac2cc2f6f0e5446db1932282a
refs/heads/master
2022-09-17T09:59:59.340773
2020-08-06T08:37:14
2020-08-06T08:37:14
226,278,168
1
0
null
2022-09-01T23:17:27
2019-12-06T08:11:18
Java
UTF-8
Java
false
false
2,268
java
package com.geekerstar.job.configure; import com.baomidou.dynamic.datasource.DynamicRoutingDataSource; import lombok.RequiredArgsConstructor; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.scheduling.quartz.SchedulerFactoryBea...
[ "247507792@qq.com" ]
247507792@qq.com
d9ab219428c327d63c0ffa1063dbb4ed504bdd06
0d8f6066839539aceaa2e0e01b666b37b8288ee6
/src/main/java/com/stardust/easyassess/track/services/FormService.java
feb75dc1ee2e08341271845727cbfa5617bfc087
[ "MIT" ]
permissive
EasyAssessSystem/track
4d4dcdf37696b09082e8538ad4bf0fad5771780c
3c3a6b358e5fb7531695ad7140a56b1ad6d36e7d
refs/heads/master
2020-09-15T09:21:46.391690
2018-03-29T07:37:13
2018-03-29T07:37:13
66,845,229
0
0
null
null
null
null
UTF-8
Java
false
false
196
java
package com.stardust.easyassess.track.services; import com.stardust.easyassess.track.models.form.Form; public interface FormService extends EntityService<Form> { Form submit(Form form); }
[ "chengli@thoughtworks.com" ]
chengli@thoughtworks.com
4746b6b544c6558cac029dac115bc3ae8ceb4253
717a2db8128c1a214a86de6acfcd51f64233c1b6
/src/main/java/com/olympians/controllers/UserController.java
4cade2d02df2c19f9ce82c75a8500e85c37d0132
[]
no_license
java24july-ank-meh/Olympians
e300e1c8d32794d71b5ae82efdadd6535bef5161
d561c04cef38db4c83889cced112e3d20bc7489f
refs/heads/master
2021-01-22T14:21:02.671263
2017-09-12T19:09:54
2017-09-12T19:09:54
100,714,218
0
0
null
2017-08-25T19:20:10
2017-08-18T13:24:17
HTML
UTF-8
Java
false
false
2,989
java
package com.olympians.controllers; import java.util.ArrayList; import java.util.List; import javax.servlet.http.HttpServletRequest; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.ResponseEntity; import org.springframework.stereotype.Controller; import org.springframewo...
[ "chpalmour@gmail" ]
chpalmour@gmail
f0c71db39a7497ee09f0e8e38f5df9dca8783d06
4aabb2b37e6a9d8248d59139db9e4b9a2e8213ea
/app/src/main/java/com/technextit/emergency/ContactListFragment.java
90242f27289c8c4258b19e48a971b8924def60f7
[]
no_license
Nebir/EmergencyBD
a2a835b0fb9b5d6702a5c5fa3255455d82806843
6693eac35f76e8be844b8281e8b3be3e76ee91ef
refs/heads/master
2020-03-30T19:14:18.524232
2018-10-04T07:30:32
2018-10-04T07:30:32
151,528,057
0
0
null
null
null
null
UTF-8
Java
false
false
4,051
java
package com.technextit.emergency; import android.app.ActionBar; import android.app.FragmentTransaction; import android.os.Bundle; import android.support.v4.app.Fragment; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ListVie...
[ "nebir1993@gmail.com" ]
nebir1993@gmail.com
adf875c74ce9337df923d37f915e073a3c4272e4
2855a6068ec8af1c39895d12cb12e13ce2ffc2df
/rxandroidjmdns/src/main/java/com/hoanglm/rxandroidjmdns/dagger/ServiceConnectorScope.java
a7befd09c5f66fe546eefe01bf47076fc4b37990
[]
no_license
inpyokim/RxAndroidJmDNS
b3af6228d4cbf68398bb2425ce4f0d1d578463fe
3651bb553541407e9f080c690fc2dec75c325d17
refs/heads/master
2020-07-07T08:14:47.012771
2018-05-30T04:32:15
2018-05-30T04:32:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
244
java
package com.hoanglm.rxandroidjmdns.dagger; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import javax.inject.Scope; @Scope @Retention(RetentionPolicy.RUNTIME) public @interface ServiceConnectorScope { }
[ "minhhoangtoday@gmail.com" ]
minhhoangtoday@gmail.com
446730cf20197d5b9a4a0227c4ed55148a840a05
9276f9c42a4feb5e5e89bce9dd99511d7f029f6b
/src/main/java/com/evacipated/cardcrawl/mod/stslib/fields/cards/AbstractCard/SneckoField.java
299facfbfb92c75b2a24b6d51d80ae1fa987aa4b
[ "MIT" ]
permissive
kiooeht/StSLib
b520d67aeb11bc40de391f3f806134b911d36b2c
6d9b5e020ff7b608308ad1abb8f1f6b1682afecf
refs/heads/master
2023-08-17T05:04:50.315903
2023-08-15T21:26:33
2023-08-15T21:26:33
140,659,888
84
52
MIT
2023-09-13T06:00:52
2018-07-12T04:13:35
Java
UTF-8
Java
false
false
977
java
package com.evacipated.cardcrawl.mod.stslib.fields.cards.AbstractCard; import com.evacipated.cardcrawl.modthespire.lib.SpireField; import com.evacipated.cardcrawl.modthespire.lib.SpirePatch; import com.megacrit.cardcrawl.cards.AbstractCard; @SpirePatch( cls="com.megacrit.cardcrawl.cards.AbstractCard", ...
[ "kiooeht@gmail.com" ]
kiooeht@gmail.com
ff98d444a76c9ed4adc51d22e5ffd2d31ae36c78
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/2/2_8b9964737428c70f8d86878f19a66348aa0e4bd5/OptionFrameV2/2_8b9964737428c70f8d86878f19a66348aa0e4bd5_OptionFrameV2_t.java
f6d0e7075e4a390727a9bdaa95fb5bb35ac2a70e
[]
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
25,981
java
/* OpenLogViewer * * Copyright 2011 * * This file is part of the OpenLogViewer project. * * OpenLogViewer software 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 Licen...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
9ac11fef1620ced044058e61cc5ece0764608236
8fe809808931203aa6913d130afb2f41ac58ef2c
/src/com/ai/aris/server/webservice/service/impl/AisServiceSVImpl.java
00f271df13c5482f7fc627e95c40a42aba5610c9
[]
no_license
yangsense/bpris
08332632f39fa33584bdcb95f07e5d61b635a347
77bed9caebc4fd1a4b5a90e5de884ffc414fc5cc
refs/heads/master
2020-06-05T16:54:31.536441
2019-06-18T09:49:47
2019-06-18T09:49:47
192,486,051
0
0
null
2019-06-18T07:46:34
2019-06-18T07:12:00
null
UTF-8
Java
false
false
112,089
java
package com.ai.aris.server.webservice.service.impl; import static org.apache.commons.lang.StringUtils.isNotBlank; import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.net.URLDecoder; import java.sql.Clob; import java.sql.ResultSet; import ...
[ "mr_yang_sen@163.com" ]
mr_yang_sen@163.com
46c6359be0c0f9b167d5c8a3d2d4657349fabb35
5291f4b848fe0c4391616cec25806f9e015f23a6
/src/todo/utils/DBUtils.java
43e8f1e7bfb750e4d229a1ff7ba2868a1ff6b557
[]
no_license
sudoy/todo_suzuki
28b207beb39c7fb4640d780315eef1629a85c6dc
d4b6ad7acc48768e4ffa7a361a053c1a5aeb363c
refs/heads/master
2020-06-10T11:11:27.178638
2019-07-09T05:34:56
2019-07-09T05:34:56
193,638,865
0
0
null
null
null
null
UTF-8
Java
false
false
1,640
java
package todo.utils; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import javax.naming.Context; import javax.naming.InitialContext; import javax.naming.NamingException; import javax.sql.DataSource; public class DBUtils { //DB接続 ...
[ "鈴木@TSD-SUZUKI" ]
鈴木@TSD-SUZUKI
9208433b3d7110553c3ddee77e110d193b218051
79595075622ded0bf43023f716389f61d8e96e94
/app/src/main/java/org/apache/http/impl/client/DefaultRedirectHandler.java
5818bd1865daeb29d2dafedcb4b273281bbd912c
[]
no_license
dstmath/OppoR15
96f1f7bb4d9cfad47609316debc55095edcd6b56
b9a4da845af251213d7b4c1b35db3e2415290c96
refs/heads/master
2020-03-24T16:52:14.198588
2019-05-27T02:24:53
2019-05-27T02:24:53
142,840,716
7
4
null
null
null
null
UTF-8
Java
false
false
4,493
java
package org.apache.http.impl.client; import android.net.http.Headers; import java.net.URI; import java.net.URISyntaxException; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.apache.http.Header; import org.apache.http.HttpHost; import org.apache.http.HttpRequest; import ...
[ "toor@debian.toor" ]
toor@debian.toor
0f581a6099a77221bcc3d52262b780ff518af9fc
f857e7ef3d3d4da42e9e683820fcc122ecb5d798
/app/src/test/java/com/abdallah/weathery/ExampleUnitTest.java
f3a628ae0c5c0c1f268430ddf1b48d17c9b292ee
[]
no_license
Abd-Allah-muhammed-muhammed/Weathery
f21138c5942715f43a4fbbfca020190265b9ae4b
be1b579a2fde93e7de065864b42a6b5f96236962
refs/heads/master
2022-11-15T21:04:50.403731
2020-07-11T15:37:22
2020-07-11T15:37:22
278,223,919
0
0
null
null
null
null
UTF-8
Java
false
false
383
java
package com.abdallah.weathery; 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 public void ...
[ "abdallahkshaf151@gmail.com" ]
abdallahkshaf151@gmail.com
44492187b46fba284ebf3d8cf4a75f9fb5886002
f9f4b3244b60cf5107edafaaf1f225cbafc63cb4
/Assignment_PM/src/com/bcj/corejava/operators/lab2/MoonWeight.java
32913216b5d8eee3d78425865c60cdb620fea029
[]
no_license
padmaja0922/corejava
eb10b18a4602edcb580a6618fd1569b2e4e1df6c
5c428c170487132835afb46be35b7308b9a01d9e
refs/heads/master
2021-07-16T22:18:28.484709
2017-10-23T15:47:44
2017-10-23T15:47:44
108,002,435
0
0
null
null
null
null
UTF-8
Java
false
false
524
java
package com.bcj.corejava.operators.lab2; import java.util.Scanner; /* calculating weight on moon */ public class MoonWeight { public double weightOnMoon(double w) { double p = w * 0.17; w = w - p; return w; } public static void main(String[] args) { Scanner scan = new Scanner(System.in); System.out.p...
[ "pmutthoju.bcj@gmail.com" ]
pmutthoju.bcj@gmail.com
253106d3a5d28c3c7b47fe286c2344f1fd401a2e
c893e4f191f02e853732cc8ea82d820b98234b5e
/ShellAddScriptTool/src/com/tomagoyaky/apkeditor/utils/Charsets.java
65ddebebfb9f40e1a67fb3d2fa23b0b25bceba9f
[]
no_license
tomagoyaky/tomagoyakyShell
726e267fce82e56089c3b1011f1332852e3df80a
6be018144fb943ae1ff86a8301ec2b047f7cff22
refs/heads/master
2021-01-10T02:39:04.223793
2016-03-12T09:54:49
2016-03-12T09:54:49
53,195,492
1
0
null
null
null
null
UTF-8
Java
false
false
4,035
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 ...
[ "765175458@qq.com" ]
765175458@qq.com
fc08882c742365447769cb55976b71cc16ab490f
e2dc52555383dbf17b8a9f6f0a2f5280fed0298b
/fcgs/PidsCore/src/main/java/com/pids/core/creator/RandomDatasCreator.java
db89e02ff77472cd3a3a93a885927fc6a27b8d7e
[]
no_license
jiangbinboy/fcgs
2f1e7d58f5a5923ca7003628ecd4a0c7b8b484cb
6073f820553ac9af8cdc4d6e9a65475618a342d6
refs/heads/master
2022-11-17T00:17:22.836784
2020-07-10T03:26:11
2020-07-10T03:26:11
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,888
java
package com.pids.core.creator; /** * 随机字符串创建器 * @author WUHAOTIAN * @email nghsky@foxmail.com * @date 2019年4月15日上午11:15:52 */ public class RandomDatasCreator { public static final char BIG[] = { 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'J', 'K', 'L', 'M', 'N', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W'...
[ "nghsky@foxmail.com" ]
nghsky@foxmail.com
c6fa8ec576f42d4bbe96d03e25599ef0ad74ff1d
b39d7e1122ebe92759e86421bbcd0ad009eed1db
/sources/android/media/-$$Lambda$AudioRecordingMonitorImpl$2$cn04v8rie0OYr-_fiLO_SMYka7I.java
80ac29402da64f56fc8956fd7ed41f1af551b663
[]
no_license
AndSource/miuiframework
ac7185dedbabd5f619a4f8fc39bfe634d101dcef
cd456214274c046663aefce4d282bea0151f1f89
refs/heads/master
2022-03-31T11:09:50.399520
2020-01-02T09:49:07
2020-01-02T09:49:07
null
0
0
null
null
null
null
UTF-8
Java
false
false
688
java
package android.media; import java.util.ArrayList; /* compiled from: lambda */ public final /* synthetic */ class -$$Lambda$AudioRecordingMonitorImpl$2$cn04v8rie0OYr-_fiLO_SMYka7I implements Runnable { private final /* synthetic */ AudioRecordingCallbackInfo f$0; private final /* synthetic */ ArrayList...
[ "shivatejapeddi@gmail.com" ]
shivatejapeddi@gmail.com
0f00d18d404b1a203e3b6e6eb8023e41c78a1246
58f63a6147b3c6a61b8b3c54f635c54bff4275d8
/src/main/java/org/tsaap/lti/tp/dataconnector/None.java
6b4d786e65dee396a1e17d789f7d22571457b76c
[]
no_license
TSaaP/tsaap-lti
32fa51c83eb2b12d7a603b3008aad7023ed316fe
c6865d310d5dd6d6b2b0c924136b6c8721340e98
refs/heads/master
2021-01-20T18:04:05.694148
2017-09-08T10:27:18
2017-09-08T10:27:18
60,834,752
0
0
null
null
null
null
UTF-8
Java
false
false
7,352
java
/* * LTIToolProvider - Classes to handle connections with an LTI 1 compliant tool consumer * Copyright (C) 2013 Stephen P Vickers * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Softw...
[ "franck.silvestre@ticetime.com" ]
franck.silvestre@ticetime.com
025e28aa2e5f368d3204a494bdc035995d75dbc4
f1cc4a923edea421e39b78cc3b6111b719bf4ca0
/src/main/java/com/wangsocial/app/service/PaymentService.java
c594f6c816d33595ad01ee8a3f4baf2e91cb4b38
[]
no_license
wangzejie1993/xu
e413f0f7f7c3632b241f5f98585b57ffb9f8241c
1a9111c8752b2445f448986779b397e9773c4734
refs/heads/master
2021-05-02T08:07:47.145931
2018-09-25T06:13:58
2018-09-25T06:13:58
120,845,346
0
0
null
null
null
null
UTF-8
Java
false
false
276
java
package com.wangsocial.app.service; import com.wangsocial.app.entity.Payment; import com.baomidou.mybatisplus.service.IService; /** * <p> * 支付表 服务类 * </p> * * @author * @since 2017-06-21 */ public interface PaymentService extends IService<Payment> { }
[ "504887284@qq.com" ]
504887284@qq.com
cfe0908eea167caed8e052dc5b005b18915948e1
3c875e49e161ad3b692eb3a80d95b26bc51ee941
/mall/mall-mbg/src/main/java/com/xzj/mall/mapper/UmsMemberLoginLogMapper.java
e1b5436216a75692032788fb2a6fa2ca273c6deb
[]
no_license
Xuezaijing/doc
2cc4d4bb368152b9f727c8bd209a16e9bb58d2b7
53c9bfc7b3b2b7bd4b781c6e1e51702904a47020
refs/heads/master
2022-07-07T07:41:15.865165
2020-09-03T11:59:48
2020-09-03T11:59:48
192,318,423
0
1
null
2022-06-21T01:17:49
2019-06-17T09:40:29
Java
UTF-8
Java
false
false
992
java
package com.xzj.mall.mapper; import com.xzj.mall.model.UmsMemberLoginLog; import com.xzj.mall.model.UmsMemberLoginLogExample; import java.util.List; import org.apache.ibatis.annotations.Param; public interface UmsMemberLoginLogMapper { int countByExample(UmsMemberLoginLogExample example); int deleteByExample...
[ "1062147007@qq.com" ]
1062147007@qq.com
a5d75c105a8d5204fd036424168b5c8ea7f6c718
b667fd9432ccedf396f9b7ac3b6a5ada9fa0279f
/Sensor_Spring/src/main/java/me/tell/pago/RealizarPagoRequest.java
7f3819ca873ef53eee729af5aaa6f1bb82c88538
[]
no_license
cesar123hc/ProtectoTW
46215c6787fdd9481111b1d971eeb9b1279d5a0a
f900037e73d250212c147ca7b441085128db7059
refs/heads/main
2023-05-13T02:17:55.462265
2021-06-03T20:45:19
2021-06-03T20:45:19
372,701,958
0
0
null
null
null
null
UTF-8
Java
false
false
1,910
java
// // Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.7 // Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de...
[ "noreply@github.com" ]
cesar123hc.noreply@github.com
434e3a86058d29315c579bc268e07a5632f51108
ed5bac548c838cd6044e64870a77ddf1853f8709
/dhis-2/dhis-services/dhis-service-dxf2/src/main/java/org/hisp/dhis/dxf2/events/importer/shared/validation/ProgramInstanceCheck.java
e62f6fc62b78d2148e971461845caac4912e1b38
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
mortenoh/dhis2-core
fab20677994e6a302ab348019c01d7d48aabba67
a5a787339f3cf971e5354a07a3987f8c493b7331
refs/heads/master
2023-04-07T04:29:17.387415
2023-04-03T14:23:41
2023-04-03T14:23:41
67,017,032
0
0
BSD-3-Clause
2023-02-01T10:39:06
2016-08-31T08:05:35
Java
UTF-8
Java
false
false
4,490
java
/* * Copyright (c) 2004-2022, University of Oslo * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this * list of cond...
[ "noreply@github.com" ]
mortenoh.noreply@github.com
d265670591721c88563da3df8c4ad7c0458fb82e
c65f507f37797de753482e3bf3a19ab36d84ec56
/ScFrame/src/main/java/com/caihan/scframe/utils/MetaDataUtils.java
ceeeb9d9c8a8c8d8f0f71414601385cc648c84f4
[]
no_license
tieruni/MyScFrame
4d7a91b42af982a0f752a802d73b2d2e3ecfbee5
9a16c71760827f41d8a013b6fe7fe4393a53884e
refs/heads/master
2022-02-16T01:06:15.620230
2019-09-15T02:16:36
2019-09-15T02:16:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,865
java
package com.caihan.scframe.utils; import android.app.Activity; import android.content.Context; import android.content.pm.ActivityInfo; import android.content.pm.ApplicationInfo; import android.content.pm.PackageManager; /** * meta-data标签工具类 * * @author caihan * @date 2018/6/26 * @e-mail 93234929@qq.com * 维护者 *...
[ "93234929@qq.com" ]
93234929@qq.com
0ea01f5153c3b4db63bf553dec9dc6886a79846b
b0f98be9fde920c75cb0f61776f2832cc0da9c45
/R.java
21b5d25ef4bce2cc680b27b7c3a13d3bb41b01ca
[]
no_license
jdserato/Database
9a48da7a95e0180a4e6d30d8572abffc6b77f92a
04032c84d268c9dd2c68f57393ff2b7779bd3328
refs/heads/master
2020-05-23T13:08:47.011439
2017-04-20T02:33:28
2017-04-20T02:33:28
84,771,463
0
0
null
null
null
null
UTF-8
Java
false
false
415
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.example.danielle98.hogwartsdata.test; public final class R { public static final class attr { } publi...
[ "noreply@github.com" ]
jdserato.noreply@github.com
1b8bcc08417ed5cdea9186ba34879a354f045989
2a515fecd1bfa95d4d8b8571a597d430a37d16db
/src/main/java/com/pwc/assignment/controller/DepartmentController.java
8fdcc65409c4ed6ae2ed842adc2c1232c96ac508
[]
no_license
mabulhaija/cms
90edc60aedcfd209d8b0a5c86a053cf2c01e15f1
801216957e6120601fb704c04a3ad4dc6f275fa4
refs/heads/master
2023-07-16T17:07:48.118783
2021-09-01T18:55:32
2021-09-01T18:55:32
401,834,557
0
0
null
null
null
null
UTF-8
Java
false
false
3,088
java
package com.pwc.assignment.controller; import com.pwc.assignment.authentication.JwtTokenProvider; import com.pwc.assignment.model.Department; import com.pwc.assignment.service.DepartmentService; import com.pwc.assignment.service.response.Response; import com.pwc.assignment.service.response.success.CreatedResponse; imp...
[ "m.abdallah@arabot.io" ]
m.abdallah@arabot.io
578b9bd97443c1c261e3158d331fbbbf706ec845
6abe807945f29c887484f9ac4221f45ab4dd8768
/android/app/src/main/java/com/catgallery/MainActivity.java
967dd825c8b1b9fa070adb660e6190f04d2bc382
[]
no_license
jinhe2305/CatGallery
aab3cf08d60928f9261eabaaf79a99dec894678c
fd863437050ddbfb5d8cc1a2886383a96473ee49
refs/heads/master
2020-04-27T09:14:11.796997
2019-03-06T19:23:52
2019-03-06T19:23:52
174,206,305
3
0
null
null
null
null
UTF-8
Java
false
false
365
java
package com.catgallery; import com.facebook.react.ReactActivity; public class MainActivity extends ReactActivity { /** * Returns the name of the main component registered from JavaScript. * This is used to schedule rendering of the component. */ @Override protected String getMainComponentN...
[ "jinhe2305@gmail.com" ]
jinhe2305@gmail.com
2087ea21ce95685d05ab635e4344d3cc6e3aa433
129f58086770fc74c171e9c1edfd63b4257210f3
/src/testcases/CWE470_Unsafe_Reflection/CWE470_Unsafe_Reflection__listen_tcp_54b.java
75fccc2cab795bff5b42cff86fb0d441341365ed
[]
no_license
glopezGitHub/Android23
1bd0b6a6c7ce3c7439a74f1e4dcef2c4c0fac4ba
6215d0684c4fbdc7217ccfbedfccfca69824cc5e
refs/heads/master
2023-03-07T15:14:59.447795
2023-02-06T13:59:49
2023-02-06T13:59:49
6,856,387
0
3
null
2023-02-06T18:38:17
2012-11-25T22:04:23
Java
UTF-8
Java
false
false
1,170
java
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE470_Unsafe_Reflection__listen_tcp_54b.java Label Definition File: CWE470_Unsafe_Reflection.label.xml Template File: sources-sink-54b.tmpl.java */ /* * @description * CWE: 470 Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection') * BadSourc...
[ "guillermo.pando@gmail.com" ]
guillermo.pando@gmail.com
76b4b054fc7d303a02bdeba0260c8595627ec8dd
42b5f055f8a3ffb64f4e27d0b0fa1fa515d2fa47
/weka/classifiers/functions/MultilayerPerceptron.java
3c18d154327ff2ed7fa02810b4858fe6ce91892e
[]
no_license
sinamalakouti/DeepTreeNetwork
4de4be524b062435e1d083d0d8792f4955a47007
0eab518f99b00e8b6bf0e3b5771ff71c84e525f1
refs/heads/master
2022-01-11T08:58:59.855122
2019-07-24T19:02:38
2019-07-24T19:02:38
145,144,372
1
0
null
null
null
null
UTF-8
Java
false
false
87,133
java
/* * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it w...
[ "siinamalakouti@gmail.com" ]
siinamalakouti@gmail.com
400839822eaee8ff33858b2fc5d72039be8a5f80
5ecc519431b0ccfd9895306c79dab89288d75ec9
/JAVA/basicAlgrithms/ShellSort.java
647c07bd5c47542b0942c4ac56cc4596f1dc09a7
[]
no_license
changlongG/Algorithms
d07b3e0eccbf015a543d96ae0d777dfcbd144543
89316f5260996d4cacba0d42182026387add1ef9
refs/heads/master
2020-04-17T10:47:02.810092
2019-03-13T02:47:08
2019-03-13T02:47:08
166,513,811
0
0
null
null
null
null
UTF-8
Java
false
false
790
java
package algorithm; public class ShellSort { public static int[] shellSort(int[] array) { int increment = array.length / 3; while (true) { // System.out.println(increment); int index = 0; while (index < array.length - increment) { for (int i = index; i >= 0 && i + increment < array.length; i--) { ...
[ "changlongloveu@gmail.com" ]
changlongloveu@gmail.com
bd622e13b39bf8b37efd65b9248fe31d666abd55
bc6ab85b295e6f6a50452037f79bcf492557d3b5
/src/main/java/com/nel/chan/dsalgo/array/rearrange/MultiArrayReverse.java
1809f88925e73c96d2c371fb849f538e819b9d08
[]
no_license
chandrakanth-nelge/dsalgo
23ce2c91031667736190fb9b09e386967e65076b
83b479b66988d788c941f4e6763f10100568cc20
refs/heads/master
2022-05-01T20:10:17.551085
2022-03-16T07:24:34
2022-03-16T07:24:34
232,068,313
0
0
null
null
null
null
UTF-8
Java
false
false
2,336
java
package com.nel.chan.dsalgo.array.rearrange; import java.util.Arrays; import java.util.Scanner; public class MultiArrayReverse { static Scanner in = new Scanner(System.in); public static void main(String[] args) { int rowCount = getRowCount(); int colCount = getColCount(); int[][] mulDimenArr = readMultiDime...
[ "chandrakanth@techmojo.in" ]
chandrakanth@techmojo.in
cefc0542b22443e91915396f310ad2f081a9346a
666f226474bbf225646c1e4d56d52612c8b50aab
/app/src/main/java/com/aou/cheba/Activity/HuaTi_Activity.java
044c7ffa4bd27e3220fdbf37da05c686570e295a
[]
no_license
Single-Shadow/CheBa_new
cbea8900b0b1bf1f9321f398e6426250a08be585
aad5afa6f225af5be0741270f3482cff4fcde7a6
refs/heads/master
2021-05-05T03:56:38.274045
2018-01-23T02:26:26
2018-01-23T02:26:26
118,542,195
2
0
null
null
null
null
UTF-8
Java
false
false
72,234
java
package com.aou.cheba.Activity; import android.animation.ObjectAnimator; import android.content.Context; import android.content.Intent; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Color; import android.graphics.Rect; import android.os.Bundle; import android.os.Handler...
[ "1195700031@qq.com" ]
1195700031@qq.com
36f4e873994547d1e0a7575545426a5b4fea2fc9
70b5aa0bcc271af9f9483492ab9beef4975db296
/mall-tiny-01/src/main/java/com/macro/mall/tiny/controller/TestController.java
a2a478a43adade2952206cf7b761276db69dcd75
[]
no_license
qiusu/mallLearning
1b22162d8f856fbdc942700579db2350aefdbca5
135706ba21178e4129d43b2d4829981a339bb70c
refs/heads/master
2022-08-18T12:22:28.904830
2019-08-10T15:49:36
2019-08-10T15:49:36
201,069,452
0
0
null
2022-06-21T01:38:23
2019-08-07T14:42:21
Java
UTF-8
Java
false
false
300
java
package com.macro.mall.tiny.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; @RestController public class TestController { @RequestMapping("/hi") public String getInfo(){ return "hi"; } }
[ "1430908463@qq.com" ]
1430908463@qq.com
aef7e4f677bd35405ab553bdc4c20381ef23cf9b
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/10/10_075d9a966c5814e55323bcab0de14ccc53b498d7/Autoboxer/10_075d9a966c5814e55323bcab0de14ccc53b498d7_Autoboxer_t.java
d9813581942a872acce5e5659a5b01fc914d972a
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
19,249
java
/* * Copyright 2011 Google Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
209b8dbe48389caa610c56ceface04f598889f30
b586df5309b2c9e86a22f5fb19beff83dca57fc3
/src/main/java/com/example/hike/rabbitmq/Consumer.java
2bb3865822944c56527dfdba3828bf35bc4fe6d3
[]
no_license
Vikuolia/HikeService
ad1afb3d9de10bb6180c542173359dca344bdc26
48ff0eeec361ce13f3a0172883bb871a9e53ed28
refs/heads/master
2023-02-04T17:29:26.098247
2020-12-23T00:12:00
2020-12-23T00:12:00
313,717,478
0
0
null
null
null
null
UTF-8
Java
false
false
585
java
package com.example.hike.rabbitmq; import com.example.hike.model.Hike; import com.example.hike.service.HikeService; import org.springframework.amqp.rabbit.annotation.RabbitListener; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import static com.exampl...
[ "iv.vik.19.07@gmail.com" ]
iv.vik.19.07@gmail.com
df497b6018c63de4c527132bfde9144ff3b1be95
ceced64751c092feca544ab3654cf40d4141e012
/DesignModel/src/main/java/com/pri/observer/Client.java
03f11e71a0a87c553b01e96b26bbd5f42eb1bff3
[]
no_license
1163646727/pri_play
80ec6fc99ca58cf717984db82de7db33ef1e71ca
fbd3644ed780c91bfc535444c54082f4414b8071
refs/heads/master
2022-06-30T05:14:02.082236
2021-01-05T08:02:40
2021-01-05T08:02:40
196,859,419
0
0
null
null
null
null
UTF-8
Java
false
false
1,039
java
package com.pri.observer; /** * className: Client <BR> * description: 客户端<BR> * remark: 观察者模式测试<BR> * author: ChenQi <BR> * createDate: 2019-09-02 20:14 <BR> */ public class Client { public static void main(String[] args) { // 实例化具体观察者 ChenQi; RealObserver realObserver = new RealObserver()...
[ "1163646727@qq.com" ]
1163646727@qq.com
ca06be891702d0f30542a9c88a5d1cd23f055d2f
d6c36b52b7f32819f0f7db1a2d8ba118a700a41b
/src/Course2/w2/StringsFirstAssignments/Part4.java
5ea239bb3f4644d01236fcd1c9ea4e34f96efb5a
[]
no_license
leonardloh/Duke-University-Java-Programming-and-Software-Engineering-Fundamentals-Specialization
d0620f55609a3f45de03bb757ba058a9d19cbdd3
355e282b0be578efcf97ecc592d3f61ca8f6f7d1
refs/heads/master
2022-08-18T19:18:48.298605
2020-05-18T14:59:12
2020-05-18T14:59:12
262,826,523
0
0
null
null
null
null
UTF-8
Java
false
false
839
java
package Course2.w2.StringsFirstAssignments; import edu.duke.URLResource; public class Part4 { public static String pattern = "youtube.com"; public static String quote = "\""; public void findOccurence() { URLResource ur = new URLResource("http://www.dukelearntoprogram.com/course2/data/manylink...
[ "jingzhi.loh@skymind.my" ]
jingzhi.loh@skymind.my
a8bcbead62687a9ff453494821369b9d1d354328
a370ff524a6e317488970dac65d93a727039f061
/src/main/java/template/algo/MatroidIntersect.java
1ea28621f836baff608cc86b8072cade88348a85
[]
no_license
taodaling/contest
235f4b2a033ecc30ec675a4526e3f031a27d8bbf
86824487c2e8d4fc405802fff237f710f4e73a5c
refs/heads/master
2023-04-14T12:41:41.718630
2023-04-10T14:12:47
2023-04-10T14:12:47
213,876,299
9
1
null
2021-06-12T06:33:05
2019-10-09T09:28:43
Java
UTF-8
Java
false
false
3,957
java
package template.algo; import template.primitve.generated.datastructure.IntegerDequeImpl; import java.util.Arrays; import java.util.function.Consumer; /** * O(r) invoke computeAdj and extend. O(r^2n) */ public class MatroidIntersect { protected IntegerDequeImpl dq; protected int[] dists; protected bool...
[ "taodaling@gmail.com" ]
taodaling@gmail.com
8a66863e43a7fb814ecb3e88746e10b37018c9b3
3e5891022aed9a23691898414c0e50d28b4e504a
/focus-module/gateway/src/main/java/com/focus/module/gateway/swagger/SwaggerProvider.java
e420d17fdc93cf3fb9fd2f90a50251d670ae2650
[]
no_license
doublecancel/focus
c066229f041507852ae183a3fc47a007f3b8b9e2
5364d1c18a40257d05341b66fc6eee442d8c9435
refs/heads/master
2022-07-13T16:12:08.277375
2019-08-13T11:23:40
2019-08-13T11:23:40
187,060,365
0
0
null
2022-06-21T01:08:17
2019-05-16T16:03:38
Java
UTF-8
Java
false
false
2,137
java
package com.focus.module.gateway.swagger; import lombok.AllArgsConstructor; import org.springframework.cloud.gateway.config.GatewayProperties; import org.springframework.cloud.gateway.route.RouteLocator; import org.springframework.cloud.gateway.support.NameUtils; import org.springframework.context.annotation.Primary; ...
[ "liuxianglei@m-chain.com" ]
liuxianglei@m-chain.com
5e37718cc0462c2a669d025f85c69e86e48f1e7b
e665666b082fdd0304fc05cf26fac65676bc71e0
/src/java/ca/savi/horse/model/hwunmarshaller/UnmarshalGenericOperationRequestParamsResponse.java
dd545d06555eef3de10506ee5b1c38c1185dbdbb
[]
no_license
savi-dev/horse
827da67da56f87d3b85c1508eb69bc1847451c93
d71a80d066ada52f8d0c4a8b6e047923cd1e8e4a
refs/heads/master
2021-01-25T12:09:23.870319
2012-08-20T15:32:38
2012-08-20T15:32:38
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,238
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) // Reference Implementation, vhudson-jaxb-ri-2.2-147 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source // schema. // Generated on: 2...
[ "hes.rahimi@savinetwork.ca" ]
hes.rahimi@savinetwork.ca
594196c3133e18c06189259310b0641cede8dd00
86152af493decf40f53d7951d4c7f8a60f363d64
/seoulMarketDayAndroid/seoulMarketDayAndroid/app/src/main/java/com/stm/market/fragment/video/presenter/impl/MarketVideoPresenterImpl.java
1bd07a7ba95eb19e77d6ea3ba237cbc230f81c8f
[ "MIT" ]
permissive
MobileSeoul/2017seoul-15
b54fb7d95c6bf685203d9948e4087385b02f6170
620eb72e4cdba9f355327b66a299da257c5b0b40
refs/heads/master
2021-09-05T14:39:35.702491
2018-01-29T00:15:01
2018-01-29T00:15:01
119,310,262
5
1
null
null
null
null
UTF-8
Java
false
false
4,270
java
package com.stm.market.fragment.video.presenter.impl; import com.stm.common.dao.File; import com.stm.common.dao.Market; import com.stm.common.dao.User; import com.stm.common.dto.HttpErrorDto; import com.stm.common.flag.DefaultFileFlag; import com.stm.common.flag.InfiniteScrollFlag; import com.stm.market.fragment.video...
[ "mobile@seoul.go.kr" ]
mobile@seoul.go.kr
a382794f073a3254f45e7bb1f9301f8c0a052bca
b084fbf785f5b115cc60b37ac0e32a3fe6e4fe30
/src/main/java/com/group_finity/mascot/script/Script.java
a6b7abf713ee727d67506d575dc548ee8548e518
[ "BSD-2-Clause" ]
permissive
helpimnotdrowning/shimeji-universal
efcc22d765a13454f32c7211da192129a4f892e3
bbfbef081da6d457c6c29a8e214a11d996ca9cd3
refs/heads/master
2023-07-27T22:30:42.018080
2021-09-11T04:00:37
2021-09-11T04:00:37
404,561,888
0
0
NOASSERTION
2021-09-09T02:38:24
2021-09-09T02:38:24
null
UTF-8
Java
false
false
2,247
java
package com.group_finity.mascot.script; import com.group_finity.mascot.exception.VariableException; import javax.script.*; /** * Original Author: Yuki Yamada of Group Finity (http://www.group-finity.com/Shimeji/) * Currently developed by Shimeji-ee Group. */ public class Script extends Variable { private st...
[ "tigerhix@gmail.com" ]
tigerhix@gmail.com
a763a44385728bdb6211ac7917ab78953d9c8a36
2a342d6d34693a0307684dcf8a2b0e2a8c56979c
/src/main/java/com/loiclude/PtitQuiz/model/Target.java
4078b7e12ff1dac9be03c44ba40638651a0be87d
[]
no_license
nguyentriloi/PtitQiz
2a5e4d8686666bf4656e66438967350bee374e53
1bbd08f679ec7243d15cf449100a5ed36163a975
refs/heads/master
2020-05-01T09:02:23.202844
2019-06-22T05:39:48
2019-06-22T05:39:48
177,390,543
0
0
null
null
null
null
UTF-8
Java
false
false
1,275
java
package com.loiclude.PtitQuiz.model; import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Table; @Entity @Table(name = "target") public class Tar...
[ "Meograce@123" ]
Meograce@123
4320f9fbf5069b34d30aa2c81a2885bbf1f2ca08
4523f35d6264b007b85853b4e95b6e890b6e60f5
/src/main/java/top/wsure/bot/utils/DynamicEnumUtils.java
2156aa55821136eb4a72b1ee22af58c6a17e5fdd
[]
no_license
WsureWarframe/ws-jcq
7fd751eb9db37a110311a94af6841ec22d7a64fc
46bd364e88519d00f08104e4132ba12318ad7f05
refs/heads/master
2023-03-05T12:51:51.205940
2021-02-15T18:03:50
2021-02-15T18:03:50
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,393
java
package top.wsure.bot.utils; import java.lang.reflect.AccessibleObject; import java.lang.reflect.Array; import java.lang.reflect.Field; import java.lang.reflect.Modifier; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; im...
[ "root@wsure.top" ]
root@wsure.top
0c2505d83ba318596abeac72db30b9157a48b540
322e857697c3bc562d7dec3fa4be145583916fd9
/ObjectsClasses/src/ObjectClassesExample.java
033cb668d43655469dbfe0239db6c9412a571e59
[]
no_license
gitsourced/JavaTutorials
a63fbe0d707c7bcdb1faa134822a739fad423376
062b0af4d73d79defed9799de3c5259674e7ada8
refs/heads/master
2022-11-04T21:50:05.515279
2020-06-26T22:44:01
2020-06-26T22:44:01
263,464,989
0
0
null
null
null
null
UTF-8
Java
false
false
315
java
public class ObjectClassesExample { public static void main(String[] args) { String name = new String("Bob"); System.out.println(name.toUpperCase()); System.out.println(name.toLowerCase()); System.out.println(name.equalsIgnoreCase("bob")); System.out.println(name.charAt(1)); } }
[ "COMPSCISTUDY@DESKTOP-M2PCUTN" ]
COMPSCISTUDY@DESKTOP-M2PCUTN
0c059c59c84cd4d451a9b627e1a781f4597f77cb
5d0b2e4b8bafa0784a778a74694092a876265ba7
/chicha/src/main/java/sw/chicha/Schedule/domain/Schedule.java
6b126f49ca6ff5a1f39387f73057110e27f53cc0
[]
no_license
leeyeonjeong/chicha
936d3cc058284986dd20052f8d06d2d2af31cf34
24667ef5d7c5fc449b6533ebdb61c874c2a8a45b
refs/heads/master
2023-08-04T19:47:30.969303
2021-09-15T04:19:01
2021-09-15T04:19:01
301,101,730
0
0
null
null
null
null
UTF-8
Java
false
false
1,921
java
package sw.chicha.Schedule.domain; import lombok.*; import org.springframework.data.annotation.CreatedDate; import sw.chicha.Calendar.domain.Calendar; import sw.chicha.Coach.domain.Coach; import sw.chicha.Coach.dto.CoachDto; import sw.chicha.Member.domain.Therapist; import javax.persistence.*; import java.time.LocalD...
[ "lee965870@naver.com" ]
lee965870@naver.com
50610b76c52f7071d0a866999d4e6f0bfe1b74e3
36c0a0e21f3758284242b8d2e40b60c36bd23468
/src/main/java/com/datasphere/server/query/druid/aggregations/CountAggregation.java
40a022c8fed44b3e91c5f5908a433bb3f87302b6
[ "LicenseRef-scancode-mulanpsl-1.0-en" ]
permissive
neeeekoooo/datasphere-service
0185bca5a154164b4bc323deac23a5012e2e6475
cb800033ba101098b203dbe0a7e8b7f284319a7b
refs/heads/master
2022-11-15T01:10:05.530442
2020-02-01T13:54:36
2020-02-01T13:54:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,008
java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribu...
[ "jack_r_ge@126.com" ]
jack_r_ge@126.com
0c9631cc8bfeeca79f6480a8a6397d0c1e5efa50
ed166738e5dec46078b90f7cca13a3c19a1fd04b
/minor/guice-OOM-error-reproduction/src/main/java/gen/I_Gen147.java
a1e25fb7ebde63c028903b30472205efeaa27fed
[]
no_license
michalradziwon/script
39efc1db45237b95288fe580357e81d6f9f84107
1fd5f191621d9da3daccb147d247d1323fb92429
refs/heads/master
2021-01-21T21:47:16.432732
2016-03-23T02:41:50
2016-03-23T02:41:50
22,663,317
2
0
null
null
null
null
UTF-8
Java
false
false
331
java
package gen; public class I_Gen147 { @com.google.inject.Inject public I_Gen147(I_Gen148 i_gen148){ System.out.println(this.getClass().getCanonicalName() + " created. " + i_gen148 ); } @com.google.inject.Inject public void injectInterfaceWithoutImpl(gen.InterfaceWithoutImpl i){} // should expolod...
[ "michal.radzi.won@gmail.com" ]
michal.radzi.won@gmail.com
01ffa93373d068bb86221454b0a714deda0797a2
8a84d4f9824c0fd28bb3646d2fe8f2c0f32af760
/e-vending/src/main/java/com/mkyong/users/dao/UserDao.java
24f1da3893219f3feb10a2be93c1817bdf4cab91
[]
no_license
Severov/e-vending
ec52c8c30c0610219d1fb3975d0b4c6ce801ed7f
ee65d88d796f4f32f78ab6c5f98bf5862e5dfe3d
refs/heads/master
2021-01-10T15:36:39.192331
2015-10-28T15:10:18
2015-10-28T15:10:18
45,034,267
0
0
null
null
null
null
UTF-8
Java
false
false
383
java
package com.mkyong.users.dao; import org.springframework.transaction.annotation.Propagation; import org.springframework.transaction.annotation.Transactional; import com.mkyong.users.model.User; public interface UserDao { User findByUserName(String username); @Transactional(readOnly = false, propagati...
[ "mishka@debian-pavilion" ]
mishka@debian-pavilion
e7f84d5600950552425f88a7ec89fc8e9ab2b87f
860abece3545a35328cea17054bf7abbcd09ee69
/Source Code/OSMS/OSMSValidator/OSMSValidatorREST/src/main/java/com/gcom/osms/validator/rest/OSMSValidatorService.java
ea485484d16bb70153c7c999ff07567e17fed9ae
[]
no_license
message-switch/main
6dcdc7b0307daac6539642c9a2e729de37557d70
b7d7ca8515c53da6db7639267c250aeb4002f810
refs/heads/master
2021-05-11T06:57:31.883699
2018-10-24T20:24:53
2018-10-24T20:24:53
118,005,211
0
1
null
null
null
null
UTF-8
Java
false
false
2,396
java
/** * Copyright (c) GCOM Software Inc, NY. All Rights Reserved. * * THIS INFORMATION IS COMPANY CONFIDENTIAL. * * NOTICE: This material is a confidential trade secret and proprietary * information of GCOM Software Inc, NY which may not be reproduced, used, sold, or * transferred to any third party without the ...
[ "mdiwan@gcomsoft.com" ]
mdiwan@gcomsoft.com
0857aeed73ed61255168ec153c9eebd26334b733
e545e261e5cadb90f6e9431de8b0a1311be28f2a
/src/main/java/com/library/controller/exceptions/BorrowNotFoundException.java
e0855e59a1c150998343ed521a07ab5d78acd18a
[]
no_license
daniellsoon/library-rest-api
b508b9814881db1258d3767c8a3867ffe1f1e711
fbf68599b0ca6c25d5bfa8c0d3ce44617f2bc844
refs/heads/master
2022-12-16T08:34:41.401027
2020-09-10T22:55:55
2020-09-10T22:55:55
262,011,755
0
0
null
null
null
null
UTF-8
Java
false
false
257
java
package com.library.controller.exceptions; import org.springframework.http.HttpStatus; import org.springframework.web.bind.annotation.ResponseStatus; @ResponseStatus(value = HttpStatus.NOT_FOUND) public class BorrowNotFoundException extends Exception { }
[ "daniel.adamiec@hotmail.com" ]
daniel.adamiec@hotmail.com
3fffb8a9e32898ce4c357683bea91c12f557d984
61af113714ca14303a8aa5901013fabe78b911d7
/src/main/java/aura/hadoop/mapreduce/mapreduce_writablecomparable01/ScoreDriver.java
171ec3f3dec733a1d937e5538de77985b072dd98
[]
no_license
linyongfei001/SSODemo
0c57b05290e22d3914df64eb257c9a4a34963c76
60edaff9ae600870fc548161f6eca90df4854cd4
refs/heads/master
2022-12-22T09:26:09.015376
2019-07-02T07:39:05
2019-07-02T07:39:05
190,027,538
0
0
null
2022-12-16T07:46:07
2019-06-03T15:00:28
Java
UTF-8
Java
false
false
1,195
java
package aura.hadoop.mapreduce.mapreduce_writablecomparable01; import java.io.IOException; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.Path; import org.apache.hadoop.io.Text; import org.apache.hadoop.mapreduce.Job; import org.apache.hadoop.mapreduce.lib.input.FileInputFormat; import org.ap...
[ "1451500795@qq.com" ]
1451500795@qq.com
284aaa4f7c3788e275cbf4c44abc7ef485c64e83
62d5f786cd248518f475acba5cdc8ec0c162c107
/scalable-ot-core/src/main/java/com/brotherjing/core/loadbalance/ServerEntity.java
c76bde78d69b209ae62baf8d7af7619085010fa0
[ "MIT" ]
permissive
Sudarsan-Sridharan/scalable-ot-java-backend
566e55ec0f826d23fca822e8f5a35e1ba1eb16fb
75287dcd02d6187b2f0895ff4af06fcb5799e9d2
refs/heads/master
2023-03-04T10:25:22.019141
2019-11-27T10:42:32
2019-11-27T10:42:32
null
0
0
null
null
null
null
UTF-8
Java
false
false
416
java
package com.brotherjing.core.loadbalance; import lombok.Builder; import lombok.Data; import lombok.ToString; @Data @Builder @ToString public class ServerEntity { private String host; private int serverPort; private int dubboPort; public String getServerAddress() { return host + ":" + serverPo...
[ "yang_ji@worksap.co.jp" ]
yang_ji@worksap.co.jp
e1a487c33d959b629c955b9eda03a847415e41a6
276df0eab5504f7e0253153175ff8cab0a2705ae
/Engine/mahout-core/org/apache/mahout/cf/taste/impl/common/SamplingIterator.java
2e9cf491897535158cf1c639daf74f0975d45c82
[]
no_license
ankitgoswami/SuggestionEngine
0b9b56d276e515d1e6ede0f2c5e83ebb8ed30011
9279f47f0aa2df81f21d9150375df2c8418204e7
refs/heads/master
2016-09-05T23:26:16.245404
2012-03-01T10:22:53
2012-03-01T10:22:53
3,546,476
2
2
null
null
null
null
UTF-8
Java
false
false
2,800
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...
[ "sharadjain.sj@gmail.com" ]
sharadjain.sj@gmail.com
4fbc6d5da6080b5dbe7c02f703243f609d2870cc
5eaa268d2b26a1e6b9c8ed8ef5d024a4e4c3c7f8
/src/week08/zoo_v2/Fish.java
c939d32402b5bbedc82c1d934bc1f6b2cc3b744b
[]
no_license
nordnes/CS102
df0389ae3277526ea8c51ff44d0ac221ddf2b668
35e313eb606a46e4e414056f9ee91acf7572c39d
refs/heads/master
2020-05-01T08:32:37.405783
2018-05-15T07:36:09
2018-05-15T07:36:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
262
java
package week08.zoo_v2; public abstract class Fish extends Animal implements Swimmer { public Fish(String name, String color) { super(name, color); } public void swim() { System.out.println(this.getName() + " is swimming."); } }
[ "baris.aktemur@ozyegin.edu.tr" ]
baris.aktemur@ozyegin.edu.tr
ed724f75663cebc8848b0c32fb82a456fd67a4ab
aa7fc9a5c155160d634df58a8b29b847e2305d5e
/emailtemplates-ui-starter/src/main/java/io/jmix/autoconfigure/emailtemplatesui/package-info.java
98734872d4901efb6415f2ac07ad941ad5c974bb
[ "Apache-2.0" ]
permissive
stvliu/jmix-emailtemplates
b2993554cccc2fd091825d7b9add2e65f701a708
7fe96ae540b53f09c165392c7493e6ec10677591
refs/heads/master
2023-03-29T17:53:36.831239
2021-03-24T13:37:40
2021-03-24T13:37:40
null
0
0
null
null
null
null
UTF-8
Java
false
false
693
java
/* * Copyright 2020 Haulmont. * * 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...
[ "orlova@haulmont.com" ]
orlova@haulmont.com
704bf67a3f864517d9bf99f63b2c6f3d9f08e900
6e3d08c5660e27eb00233c73b302ecd918895098
/pet-clinic-data/src/main/java/guru/springframework/sfgpetclinic/model/Visit.java
e2341c06ae07f398ada373e208fb8c78c862ee45
[ "Apache-2.0" ]
permissive
wyzx/sfg-pet-clinic
ad4b3e410ab716a166a6015ac4fdeffd50328f53
a7aa31d7e6f186799d16c44f4ff89f295dc2e235
refs/heads/master
2020-05-07T10:05:04.995077
2019-07-24T16:57:08
2019-07-24T16:57:08
180,404,267
0
0
null
null
null
null
UTF-8
Java
false
false
702
java
package guru.springframework.sfgpetclinic.model; import java.time.LocalDate; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.JoinColumn; import javax.persistence.ManyToOne; import javax.persistence.Table; import lombok.AllArgsConstructor; import lombok.Builder; import lombo...
[ "xav_pav@yahoo.fr" ]
xav_pav@yahoo.fr
1f5d5ec762841d2e0c80b92f69c1ab857e29ee98
ad64a14fac1f0d740ccf74a59aba8d2b4e85298c
/linkwee-supermarket/src/main/java/com/linkwee/web/dao/CimProductMapper.java
ee52dcb8e2629b4ef4af0b5f96d2f644175864aa
[]
no_license
zhangjiayin/supermarket
f7715aa3fdd2bf202a29c8683bc9322b06429b63
6c37c7041b5e1e32152e80564e7ea4aff7128097
refs/heads/master
2020-06-10T16:57:09.556486
2018-10-30T07:03:15
2018-10-30T07:03:15
193,682,975
0
1
null
2019-06-25T10:03:03
2019-06-25T10:03:03
null
UTF-8
Java
false
false
11,469
java
package com.linkwee.web.dao; import java.math.BigDecimal; import java.util.ArrayList; import java.util.List; import org.apache.ibatis.annotations.Param; import org.apache.ibatis.session.RowBounds; import com.linkwee.api.request.cim.HotProductRequest; import com.linkwee.api.request.cim.ProductCateForShowReq...
[ "liqimoon@qq.com" ]
liqimoon@qq.com
ace88f1efe571e78fb8ed0cee44d03992a415118
b5d08e195cae9a3fad0772ea2b359f5791d5b4e3
/src/test/java/starter/navigation/NavigateTo.java
90eb7f84903dedd3739d885f5931881331006a0d
[]
no_license
axstav/retoTecnicoChoucair
121dd2b9ed25980db0998c313995d1c048be97ff
4d1dc922ca634ad1792813b1d9b6a1b4871d3e19
refs/heads/main
2023-04-11T01:45:24.778401
2021-04-23T04:52:00
2021-04-23T04:52:00
360,764,213
0
0
null
null
null
null
UTF-8
Java
false
false
424
java
package starter.navigation; import net.serenitybdd.screenplay.Performable; import net.serenitybdd.screenplay.Task; import net.serenitybdd.screenplay.actions.Open; public class NavigateTo { public static Performable theNewExperienceSignInPage() { return Task.where("{0} opens the NewExperience sig...
[ "noreply@github.com" ]
axstav.noreply@github.com
7f26515e0b63603c5bb1e83d9221fafaa967e779
7a4a3daf299c451a7f5104e7632027240dace19b
/Week_07/itjun-week07-homework02/base-mysql-proxy/src/main/java/io/itjun/week07/work14/datasource/SlaveDatasource.java
a3e151f82092b27c5726e5e57010a54df70cbee8
[]
no_license
itjun/JAVA-01
6135aefad5f660c8b805de27f1093d4c8e387c6c
bd1d1822625a0a70e1c16a1ae46029ac285fcc33
refs/heads/main
2023-05-01T15:37:28.874177
2021-05-16T13:56:31
2021-05-16T13:56:31
325,822,092
0
0
null
2020-12-31T15:03:19
2020-12-31T15:03:18
null
UTF-8
Java
false
false
736
java
package io.itjun.week07.work14.datasource; import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.context.annotation.Configuration; import java.util.ArrayList; import java.util.List; @Configuration @ConfigurationProperties(prefix = "datasource") public class SlaveDatas...
[ "l1091462907@gmail.com" ]
l1091462907@gmail.com
cc5d5562ba71c926795c0d110461adb2273fc104
2fdc9e132234f68c939360f4213447129e7b9f4d
/spring-boot-distributedlock/src/main/java/com/darren/center/springboot/filter/FilterChain.java
4aad8536d29e59094d91665751e36acc4eea7264
[]
no_license
axin1240101543/spring-boot
20086a3a9afb1f14b294097ee1fd41b2a91e5e67
af305bd7e367bd3422a879ab568660107d6fb529
refs/heads/master
2022-07-04T14:46:01.129482
2019-09-12T08:53:40
2019-09-12T08:53:40
176,437,648
0
2
null
2022-06-17T02:10:24
2019-03-19T06:14:52
CSS
UTF-8
Java
false
false
335
java
package com.darren.center.springboot.filter; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; public interface FilterChain { /** * 构建处理链 * @param request * @param response */ void handler(HttpServletRequest request, HttpServletResponse response)...
[ "1240101543@qq.com" ]
1240101543@qq.com
f8761833687391e68efb747ec20bd82214a19af0
dcb181bcde682958930a48184e9422b7f15d3fbd
/Testowy/src/RoomState.java
46d5af6df64f582093ee8abefde453607d6d033d
[]
no_license
jalowiec/test
10c9f28501c90947c27f1bf5a9a104bb56298587
76acc8f2fc08b98b31771c0a3692d9168ca3cb13
refs/heads/master
2020-03-10T02:58:43.937276
2018-04-20T19:07:40
2018-04-20T19:07:40
129,146,472
0
0
null
null
null
null
UTF-8
Java
false
false
72
java
public interface RoomState { public void stateDescription(); }
[ "lukasz.jalowiecki@gmail.com" ]
lukasz.jalowiecki@gmail.com
3e9dc9790fdd3ff340683642d2f62f93df831f89
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/10/10_ff53eaf3dd2a020888e9c9290f08a723f9be3dbb/ArchiveFragment/10_ff53eaf3dd2a020888e9c9290f08a723f9be3dbb_ArchiveFragment_s.java
7e28d25cbdc49a326ab2c0c0d50fc20faee497bc
[]
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
2,801
java
package se.slashat.slashat.fragment; import se.slashat.slashat.CallbackPair; import se.slashat.slashat.R; import se.slashat.slashat.adapter.EpisodeDetailAdapter; import se.slashat.slashat.adapter.PersonAdapter; import se.slashat.slashat.adapter.PersonalAdapter; import se.slashat.slashat.androidservice.EpisodeP...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
d705d0b4207c021b79849b697683f64d5f9d2654
672122a49e104424393c413eeac954f4ae33ed1a
/src/main/java/com/example/landsale/repository/UserRepository.java
3f6e5808ca31394ea0a2778a8f5c5a0107f146f3
[]
no_license
RavinduLakmal/landsale
627185f14df235eaebc23cd93949dec3789e4b75
54a069530109a5e9d2bd18608a3da2dfa19e73d3
refs/heads/master
2021-06-16T04:50:46.599916
2019-07-11T08:15:12
2019-07-11T08:15:12
193,671,072
0
0
null
2021-04-26T19:20:05
2019-06-25T08:53:02
Java
UTF-8
Java
false
false
326
java
package com.example.landsale.repository; import com.example.landsale.entit.User; import com.example.landsale.repository.custom.UserCustom; import org.springframework.data.jpa.repository.JpaRepository; public interface UserRepository extends JpaRepository<User,Long>, UserCustom { User findByUsername(String userNam...
[ "ravindulakmal624@gmail.com" ]
ravindulakmal624@gmail.com
74f3e0f5325be4d33d04a4134778ff324e6a04d9
a703e00b9a7d317941187663a10d438a1a651b0c
/src/coinpurse/Valuable.java
9388de1c56679d15a7efaae8ee456dfc26413eee
[]
no_license
Pimwalun/coinpurse
3e1368f97cdd6229d3a4a1d3ca2852e5fb13b7fd
cad2795214c16570a86f00e52e5ba5145c62b2c8
refs/heads/master
2021-01-22T05:54:11.022095
2017-02-26T16:39:09
2017-02-26T16:39:09
81,719,122
0
0
null
null
null
null
UTF-8
Java
false
false
435
java
package coinpurse; /** * An interface for objects having a monetary value and currency. * @author Pimwalun Witchawanitchanun */ public interface Valuable extends Comparable<Valuable>{ /** * Get the monetary value of this object, in its own currency. * @return the value of this object */ public double getV...
[ "janny25522009@hotmail.com" ]
janny25522009@hotmail.com
f99ae417bd5fd902ce847e312b8571f5304fd010
b24e0163985b052650e81d1381a71a0ab5219472
/src/main/java/dev/omoladecodes/employeemanagement/exception/ResourceNotFoundException.java
d4d3a2d3603a2fb783820832ab605f1eb00405ff
[]
no_license
Omojolade/EmployeeManagementSystem
1ed0c79da3dccd0cabb1edc291c7ada60a5b5740
aba31d46c2de2f355962b7cb513d658f109e9947
refs/heads/master
2023-07-27T00:40:58.441573
2021-09-11T00:29:01
2021-09-11T00:29:01
405,247,195
0
0
null
null
null
null
UTF-8
Java
false
false
946
java
package dev.omoladecodes.employeemanagement.exception; import org.springframework.http.HttpStatus; import org.springframework.web.bind.annotation.ResponseStatus; @ResponseStatus(value= HttpStatus.NOT_FOUND) public class ResourceNotFoundException extends RuntimeException{ private static final long serialVersionUID...
[ "omoladeomololu@gmail.com" ]
omoladeomololu@gmail.com
cdb2fd51e6692137a530d8d65d31d29fb4579c4a
456ea24b146ca940807cfb7605f41be17f9b14e2
/project1027/SwingMail/src/com/swingmall/cart/Cart.java
5363e32f69c08270a62cd9054defb507b9f89e04
[]
no_license
ShinHyungjin/Java_WorkSpace
88832cba936ec9dd292908c65dde165182130e0f
1bfecfb8e830c40cbe85e7475f1cdf2ae507044b
refs/heads/master
2023-01-28T08:20:10.436036
2020-12-04T05:02:22
2020-12-04T05:02:22
305,313,266
0
0
null
null
null
null
UTF-8
Java
false
false
3,571
java
/* * 장바구니 페이지를 정의한다 * */ package com.swingmall.cart; import java.awt.BorderLayout; import java.awt.Color; import java.awt.Dimension; import java.util.HashMap; import java.util.Iterator; import java.util.Set; import javax.swing.JButton; import javax.swing.JOptionPane; import javax.swing.JPanel; import com.swingmall...
[ "shinhyungjin@naver.com" ]
shinhyungjin@naver.com
407f95dcc6e835d4a36a9950237732414e578f15
24d6ff6473e3ecbb67e80f2e6910c68dd53d4b74
/app/src/main/java/faatih/com/startupnews/fragments/Teknopedia.java
9a5dc23f61c93fd10503445dbb71d0b5046a7481
[]
no_license
faatihrifqi/StartupNews
cb99b26cbf004bd2eed2e6f4fc50b72b46fbda75
2062595acb398e827b55a9ae7706059b8ab85bda
refs/heads/master
2021-01-16T19:38:42.362945
2017-08-13T15:55:29
2017-08-13T15:55:29
100,187,084
0
0
null
null
null
null
UTF-8
Java
false
false
4,323
java
package faatih.com.startupnews.fragments; import android.content.Intent; import android.net.Uri; import android.os.AsyncTask; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.wid...
[ "noreply@github.com" ]
faatihrifqi.noreply@github.com
26f548076aebf56a272044bb7a9cef4781be86ff
2b6cfe45e00bdefad33432d8a29baae82391fc3b
/src/main/java/com/gahon/utils/IpUtils.java
8ef6360442de88979c182a0bd47e6f8bb253733d
[]
no_license
Gahon1995/GahonUtils
beedb7adb0600a816ab68e49af385bed8d715ad4
42a3bd5d3641fedcaf6a1204bd1b5bb61b2354d9
refs/heads/master
2022-12-21T02:33:36.281924
2021-04-15T15:52:20
2021-04-15T15:52:20
233,371,123
0
0
null
2022-12-16T05:11:32
2020-01-12T09:57:59
Java
UTF-8
Java
false
false
1,876
java
package com.gahon.utils; import javax.servlet.http.HttpServletRequest; /** * @author Gahon * @date 2020/1/12 */ public class IpUtils { /** * 获取用户真实IP地址,不使用request.getRemoteAddr();的原因是有可能用户使用了代理软件方式避免真实IP地址, * <p> * 可是,如果通过了多级反向代理的话,X-Forwarded-For的值并不止一个,而是一串IP值,究竟哪个才是真正的用户端的真实IP呢? * 答案是取X-...
[ "Gahon1995@gmail.com" ]
Gahon1995@gmail.com
3bce8df444d5df54b1fbd7d9f87d7b8d9f5a8340
fc31b57a1d225e0971b6def80293cb403ba35fdd
/Surveillance/src/Location.java
9617551077a8aceb117072ff5971219d7f3840db
[]
no_license
KovaxG/Distributed-Control-Systems-Project
7e95322c53ccf487b31cac208ae5883ee97921e0
890cbd54228e54c61517db75806974701afc7968
refs/heads/master
2020-06-14T09:42:05.716804
2017-01-16T14:50:22
2017-01-16T14:50:22
75,202,330
0
0
null
null
null
null
UTF-8
Java
false
false
619
java
public class Location { private int ID; private String latitude; private String longitude; private long timestamp; public Location(int id, String lat, String lon, long ts) { ID = id; latitude = lat; longitude = lon; timestamp = ts; } // End of Location public int getID() {return ID;} public String g...
[ "georgesmth202@gmail.com" ]
georgesmth202@gmail.com