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
e4200d933599764884647691adf663c80cde4df7
32ca45d52da1680b29c24b109a58751a538716a1
/src/test/java/com/gaggle/step_definitions/DockerImageStep.java
58b997d5967f37881bd777cd1f1552088297df39
[]
no_license
ybark/DockerRestAPI
414b08f9bdaab3342c30d4238996acab783e4dbb
ff28d0a400e6a2f382beb621faa1efcc2e8d38e2
refs/heads/main
2023-03-28T06:09:55.453963
2021-04-01T03:39:38
2021-04-01T03:39:38
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,725
java
package com.gaggle.step_definitions; import com.gaggle.base.BaseDockerImage; import com.gaggle.utillities.ConfigurationReader; import io.cucumber.java.BeforeStep; import io.cucumber.java.en.And; import io.cucumber.java.en.Given; import io.cucumber.java.en.Then; import io.restassured.RestAssured; import io.restassured....
[ "seljukqa@gmail.com" ]
seljukqa@gmail.com
ece24a8d0fc5304c05e31be87e9b12d32a727cad
8fb2778fbbc0e58e80d886fff7bd9fd6ff48c8d5
/medium/17.letter-combinations-of-a-phone-number.java
14031115b90148155f0178e56c724d57bf984c65
[]
no_license
SidTheEngineer/LeetCode
f9aae4be8abd3e8b338550d1565f7e29cbd8999c
a9064dbccad192be31b977070cd1fe7776717f36
refs/heads/master
2021-01-16T00:46:18.663247
2017-10-22T23:11:46
2017-10-22T23:11:46
99,978,194
0
0
null
null
null
null
UTF-8
Java
false
false
1,333
java
public class Solution { public List<String> letterCombinations(String digits) { if (digits.length() == 0) return new ArrayList<String>(); LinkedList<String> solution = new LinkedList<>(); // Start off with an empty string in our solutions so we have something to remove // and add to...
[ "sid@Sidneys-MacBook-Pro.local" ]
sid@Sidneys-MacBook-Pro.local
6fbfb2e9513f5ff4a7900f61733bb58d2b04d505
9fd2044c6fb9036a70a4f10aa0de96d113ecdb2d
/FunfTestApp/src/edu/mit/media/funf/testapp/MyActivity.java
d54e55ed1463a0602899165a584fe66a363d387a
[]
no_license
apps8os/Funf
8ea9dd8ff709626e21a1cd1d7b96e2fb759e389d
8764e27e6245dfdf2a6a310646fe2d512a899f50
refs/heads/master
2020-12-14T07:20:15.902484
2015-03-25T07:53:47
2015-03-25T07:53:47
18,488,581
0
0
null
2015-03-19T14:58:26
2014-04-06T11:55:35
Java
UTF-8
Java
false
false
361
java
package edu.mit.media.funf.testapp; import android.app.Activity; import android.os.Bundle; public class MyActivity extends Activity { /** * Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); ...
[ "julian.dax@me.com" ]
julian.dax@me.com
227592b43edd34869f8f38f9a117a26bff2cb8c4
5913904e7b345287faeafaa60f51ea6cf6819721
/AspectjProj-9-DistributedTxMgmt/src/main/java/com/pg/service/AccountService.java
2d503618b3beaffbf8e5a692a5e0e1874fa53c96
[]
no_license
preetamgagan/Assignments
890618934ddad9e15b98c5d3b1eb6521b84f6b39
5821998360ebb33649dbc4ffb4df223851036329
refs/heads/master
2020-04-23T20:46:30.070476
2019-03-07T16:58:12
2019-03-07T16:58:12
171,450,826
0
1
null
null
null
null
UTF-8
Java
false
false
689
java
package com.pg.service; import com.pg.dao.DepositeDAO; import com.pg.dao.WithdrawDAO; public class AccountService { private WithdrawDAO withdrawDAO; private DepositeDAO depositeDAO; public void setWithdrawDAO(WithdrawDAO withdrawDAO) { this.withdrawDAO = withdrawDAO; } public void setDepositeDA...
[ "noreply@github.com" ]
preetamgagan.noreply@github.com
1905f3bff6281f3a1c1a4ae453d163b4649acd3c
0e7dfad16f857bfc65e9d107095a90845d5572ad
/Sem 4/Computer Graphics and Gaming/Ass6/_Ass6.java
da5f7d86d210c485f8501e58d964e93c23d66649
[]
no_license
shrirangmhalgi/College-Codes
c11648b0f60e6f79ea4432ce74c9ea8b6c9ccf8a
07f9f8237030d1643dd83ba84feff7632f5d95c3
refs/heads/master
2021-07-16T18:46:03.307819
2020-06-04T05:22:09
2020-06-04T05:22:09
218,691,387
0
0
null
2020-10-13T17:07:23
2019-10-31T05:32:47
C++
UTF-8
Java
false
false
5,929
java
package cgg; import java.awt.*; import java.awt.event.MouseEvent; import java.awt.event.MouseListener; import java.util.*; import java.io.BufferedReader; import java.io.InputStreamReader; import javax.swing.JFrame; public class Assignment6Scanline extends JFrame implements MouseListener { static boolean intial=true;...
[ "shrirangmhalgi@gmail.com" ]
shrirangmhalgi@gmail.com
3383591d45feee98a102500b2f8a3f408e726fb9
d07de20e38e394f4fb3cf0bb20b274adbbc8b84b
/src/main/java/com/reddoor/framework/service/boot/PostConstructService.java
82143fbec48b3259b1f12f7e37f2a65c4056da48
[ "MIT" ]
permissive
JefferyTien/TradeSystem
8b9303be61178299fd28ae275d57519fe56d7124
602e0e4221870547b572de760a09474dc7656614
refs/heads/master
2022-12-24T23:14:53.624893
2020-03-19T10:57:27
2020-03-19T10:57:27
226,647,897
0
0
MIT
2022-12-16T07:47:10
2019-12-08T10:09:39
Java
UTF-8
Java
false
false
1,529
java
package com.reddoor.framework.service.boot; import java.io.File; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Properties; import javax.annotation.PostConstruct; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; im...
[ "JefferyTien@hotmail.com" ]
JefferyTien@hotmail.com
e217a7dbfb6b4d26c41e58240b8c12540f924b3f
51fa3cc281eee60058563920c3c9059e8a142e66
/Java/src/testcases/CWE89_SQL_Injection/s01/CWE89_SQL_Injection__database_execute_04.java
a278f9fdce69ecffddbe228d6db5884e52631e49
[]
no_license
CU-0xff/CWE-Juliet-TestSuite-Java
0b4846d6b283d91214fed2ab96dd78e0b68c945c
f616822e8cb65e4e5a321529aa28b79451702d30
refs/heads/master
2020-09-14T10:41:33.545462
2019-11-21T07:34:54
2019-11-21T07:34:54
223,105,798
1
4
null
null
null
null
UTF-8
Java
false
false
20,290
java
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE89_SQL_Injection__database_execute_04.java Label Definition File: CWE89_SQL_Injection.label.xml Template File: sources-sinks-04.tmpl.java */ /* * @description * CWE: 89 SQL Injection * BadSource: database Read data from a database * GoodSource: A hardcoded string * Sinks...
[ "frank@fischer.com.mt" ]
frank@fischer.com.mt
31c9b339b1d7accc8583cca509edab5eb6a572f3
5b320ab3401ce3fe968ec57929dd8013474f5c09
/02_Mobile Developer/02_Java (Intermediate)/055_ Closing Down the Client Stuff/Client.java
57afa36e83c510fc2b3414ba5d41ed52a2d47003
[]
no_license
abdibogor/Thenewboston
a7d701db4f233073b3bf0a422698e6accee885ff
743ad015601fa308d74cca46bfc2159a01ad9821
refs/heads/master
2020-08-05T14:39:37.866343
2020-02-13T08:37:12
2020-02-13T08:37:12
212,581,907
0
0
null
2020-01-02T13:55:18
2019-10-03T13:03:56
HTML
UTF-8
Java
false
false
2,819
java
import java.io.*; import java.net.*; import java.awt.*; import java.awt.event.*; import javax.swing.*; public class Client extends JFrame{ private JTextField userText; private JTextArea chatWindow; private ObjectOutputStream output; private ObjectInputStream input; private String message = ""; private String ...
[ "bogoreh_code@outlook.com" ]
bogoreh_code@outlook.com
2d9067a5a723d14934f5601a42005d2b978a9c0c
af94343dc60811321d976899de851c1c1e673c1c
/app/src/androidTest/java/com/example/fininfo/ExampleInstrumentedTest.java
338fb4edb1065518e1e16515ad23dd8aa0fbc8a9
[]
no_license
ZakharovP/Fininfo
a216c6621201de0d11ed2e46404bc6819da4cd33
5d7a2f44c8f172d9096a39fcdb151110c31d1f0b
refs/heads/master
2021-03-09T19:51:53.133405
2020-12-29T16:03:43
2020-12-29T16:03:43
246,374,332
0
1
null
null
null
null
UTF-8
Java
false
false
754
java
package com.example.fininfo; import android.content.Context; import androidx.test.platform.app.InstrumentationRegistry; import androidx.test.ext.junit.runners.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will execute on an ...
[ "45815754+ZakharovP@users.noreply.github.com" ]
45815754+ZakharovP@users.noreply.github.com
380a3822b6d7d215159a77643cb80b4c5f64e944
b868a1cce5820782ba696981211d93e5caa8f623
/org.summer.xaml.core/src-gen/org/summer/xaml/core/xAML/util/XAMLSwitch.java
f1750b236d1adb8e1d1d7054cb54e72461f4ec51
[]
no_license
zwgirl/summer
220693d71294f8ccffe1b58e8bc1dea44536c47c
1da11dfb5c323d805422c9870382fb0a81d5a8f1
refs/heads/master
2021-01-22T22:57:46.801255
2014-04-29T22:00:21
2014-04-29T22:00:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
9,459
java
/** */ package org.summer.xaml.core.xAML.util; import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.ecore.EPackage; import org.eclipse.emf.ecore.util.Switch; import org.summer.dsl.model.xbase.XExpression; import org.summer.xaml.core.xAML.*; /** * <!-- begin-user-doc --> * The <b>Switch</b...
[ "1141196380@qq.com" ]
1141196380@qq.com
f6011408de0de1ce79c835765d33e82e3c2730c0
18ae90e19a93488ef8fe96019d0bc98605e6b4c1
/servletstrail/src/com/servlets/LoginServlet.java
1141a42e8e14ea6bd93075764cdbf9a05783c03e
[]
no_license
srinivas7/code
1188dfb8daef5c4c282d202e9efa1a164d43f378
09f4e46830d587e620e418ad5fe7cd645b248dc1
refs/heads/master
2020-05-17T02:15:05.360852
2014-08-18T06:22:12
2014-08-18T06:22:12
null
0
0
null
null
null
null
UTF-8
Java
false
false
812
java
package com.servlets; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; public class LoginServlet extends HttpServlet{ private st...
[ "srinivas.bavirisetty@valuelabs.net" ]
srinivas.bavirisetty@valuelabs.net
9ef5a9e3dcb5749eb071c89bd5b2404f592c8faa
00fd80e05fdb71505cad90ef560edbd8725189d5
/src/main/java/com/webapp/common/interceptor/PageInterceptor.java
275f8077b7a8543821ab0a4578fbc174dec3a99c
[]
no_license
masterasia/webapp
6c1895150e833b3a751c4cf4baa96865069c4b6a
7042e3e734e9b825840f347fa7a362a390639d78
refs/heads/master
2021-09-09T15:58:45.829737
2018-03-17T16:25:27
2018-03-17T16:25:52
125,622,968
1
0
null
null
null
null
UTF-8
Java
false
false
14,562
java
package com.webapp.common.interceptor; import com.webapp.common.utils.PageUtils; import org.apache.ibatis.executor.Executor; import org.apache.ibatis.executor.parameter.ParameterHandler; import org.apache.ibatis.executor.statement.RoutingStatementHandler; import org.apache.ibatis.executor.statement.StatementHandler; i...
[ "41795353@qq.com" ]
41795353@qq.com
6387e58f604834a53118162ce23740a0c008e601
0200d246c97e64e194aa770bb5991192b3df4f98
/SecondLabs/app/src/main/java/com/lumi/secondlabs/model/Cat.java
f35a025da68b820b6ecf1d4f84a777916c0e5bc6
[]
no_license
okorochek1/lab
244dab6a13dd33a50099fca96e6c29b6c4962d7d
d580f67c3b9af1de6ca358460cce5f7169b10cf4
refs/heads/main
2023-03-06T07:38:49.468275
2021-02-18T12:44:00
2021-02-18T12:44:00
339,014,266
0
0
null
null
null
null
UTF-8
Java
false
false
715
java
package com.lumi.secondlabs.model; import java.io.Serializable; public class Cat implements Serializable { private int mId; private int mUrlImgRes; private String mName; private String description; public Cat(int mId, int mUrlImgRes, String mName, String description) { this.mId...
[ "noreply@github.com" ]
okorochek1.noreply@github.com
670cd671c386aeeae2919ea96f49e71cc2451120
d772a1d658f1efa7018763e12310e8b4a01c84fc
/src/music/objects/Guitar.java
3f9a3790138613bdda13a7bf8e7335f29bbb76f7
[]
no_license
YaremenkoIgor/module9
c832f74a40a446a06952fdd3c356287069193648
595330a701583743acdaba53f1021508ac73785a
refs/heads/master
2021-01-10T14:39:26.932502
2016-01-30T13:33:23
2016-01-30T13:33:23
50,726,041
0
0
null
null
null
null
UTF-8
Java
false
false
350
java
package music.objects; import music.abstract_level.MusicalInstruments; public class Guitar extends MusicalInstruments { public Guitar(String name, Integer prise) { super(name, prise); } @Override public String toString() { return Guitar.class.getSimpleName()+ "\t\t " + getName() + ...
[ "prospero9144@gmail.com" ]
prospero9144@gmail.com
af39acbc6b5254236327c32854a9ca1dc3c38344
521f9a81ff171c8a68cf78a794eab3355017e438
/src/main/java/Levenshtein.java
bf49a5e9c0ae8e1f4bf60978ff984087130e1e3d
[]
no_license
Radutiu-Horatiu/java-playtime
976757e906e348130c85e1cdfe7aef812645f5be
1d6d8c75c739ed16a9c7876bebb13e6f877a663f
refs/heads/main
2023-01-24T13:48:33.923099
2020-11-17T16:40:19
2020-11-17T16:40:19
313,680,424
0
0
null
null
null
null
UTF-8
Java
false
false
1,082
java
import java.util.Arrays; // The Levenshtein distance is a measure of dissimilarity between two Strings. // Mathematically, given two Strings x and y, the distance // measures the minimum number of character edits required to transform x into y. public class Levenshtein implements Distance { @Override public d...
[ "horatiuradutiu@yahoo.com" ]
horatiuradutiu@yahoo.com
d69fb2101cd165e47306aac60085cba6e3c1ce57
611a518fc1c33fa0e981be1303e1335b2bb6349a
/Proyecto_DDB_completo/src/java/db/dao/AdministradorDAO.java
95965688e873a0ba1427685cfe9f43d913086463
[]
no_license
jonciverka/Proyecto_BDD_Completo
dd4dfd2ba8c633cb85ea55aae0b57bec3a2913fe
7cb52e8f6f9911b8e34f1186ff408ccdb467367b
refs/heads/master
2020-03-11T17:19:14.882228
2018-05-02T16:14:50
2018-05-02T16:14:50
130,143,796
0
0
null
null
null
null
UTF-8
Java
false
false
4,587
java
package db.dao; import db.entity.Administrador; import db.connection.Conexion; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.util.ArrayList; import java.util.List; public class AdministradorDAO { public AdministradorDAO(){} public void agrega...
[ "avilesgomezjonathan@hotmail.com" ]
avilesgomezjonathan@hotmail.com
22ed1f8aaa6f4958f1eac66561691f0e77ab799f
f72a77c446c66fe0ee087707d901b36b3412d698
/src/main/java/com/iapppay/consumer/common/ServiceTypeEnum.java
c467206f7dc5957975a46b5e23b9fa15b61f5d02
[]
no_license
GAMEOVERFUTURE/ActiveMQ
969e74d1ae644f085792c61ba327bd102d099b7c
a58edd8e1fea9da6bac44494d5968285bf1584ab
refs/heads/master
2022-12-26T21:22:41.240329
2019-06-20T03:06:50
2019-06-20T03:06:50
192,831,742
0
0
null
2022-12-16T11:53:53
2019-06-20T02:05:50
Java
UTF-8
Java
false
false
684
java
package com.iapppay.consumer.common; /** * * @className: ServiceTypeEnum * @classDescription:服务类型 * @author lishiqiang * @create_date: 2019年5月7日 上午10:31:01 * @update_date: */ public enum ServiceTypeEnum { /** * 计费服务 */ CHARGE_SERVE("10"), /** * 计费委托结算 */ CHARGE_SETTLEMENT("11"), /** * 代理合作 ...
[ "lsq2839@sina.cn" ]
lsq2839@sina.cn
6fbd123d05c18f0a171bba17ae807155ad7b40fb
7a97c9997afac69bbf080134e3e3d368433d0366
/src/com/riders/model/Usuario.java
bbd36e60175ec7b6c14ec48d0f6396ad42c9671e
[ "MIT" ]
permissive
dancreations/riders
542465b1d23990bf4aa444b89ed5161e6a0f3cd9
c11ef9d1d5c24e0cc43b74a4a38be61f5be1a7a2
refs/heads/master
2020-12-24T14:01:45.150536
2014-04-05T20:22:11
2014-04-05T20:22:11
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,338
java
package com.riders.model; import java.io.Serializable; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Inheritance; import javax.persistence.InheritanceTy...
[ "danielballerini@gmail.com" ]
danielballerini@gmail.com
be2cbf1494dbd3a1be8e5119d3bb977f413656a4
d17f1ab28c36e991759f323fac87872da3281f15
/src/Array/RemoveDuplicatesFromSortedArray_26.java
d4f49e99010900b304ff4e2f437845a5e836493c
[]
no_license
bowenli0379/leetcode
d54ecfccc2ec742dca0ccf6654cf951deb4e700a
43315337b7a83ac39a072d16b8c65860e2010f14
refs/heads/master
2020-09-01T23:00:56.910994
2020-01-09T05:26:37
2020-01-09T05:26:37
219,076,124
0
0
null
null
null
null
UTF-8
Java
false
false
437
java
package Array; public class RemoveDuplicatesFromSortedArray_26 { public static int removeDuplicates(int[] nums){ int count = 1; for (int i = 1; i < nums.length; i++){ if (nums[i] != nums[i-1]) count++; } return count; } public static void main(Str...
[ "bwli0379@gmail.com" ]
bwli0379@gmail.com
02249f66622fc824b7f645445e1424aee7b65353
69cb8b8fae97309aecc5bdb2ec2df185c85382d2
/src/test/java/org/culturegraph/mf/stream/converter/ObjectToLiteralTest.java
af5e54e2f30d9f0eb36a7dc9e1ab96127a400b14
[]
no_license
liyining/metafacture-core
74a2e0867442e95ba1545a3a38ad2ca7d5efc6c3
abde57d925e28aed257b5c6d71787398f2fbe006
refs/heads/master
2020-12-24T17:54:30.090884
2013-07-03T11:16:54
2013-07-03T11:16:54
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,740
java
/* * Copyright 2013 Deutsche Nationalbibliothek * * 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...
[ "c.boehme@dnb.de" ]
c.boehme@dnb.de
8beb262e34bd027b79699c555cf980f9722da3a0
aa7e8dbe2235b3c250692a8712f11f94f8aa70eb
/yuyoubang-xiaoyuan_fun1/yuyoubang-xiaoyuan_fun1.0/app/src/main/java/com/yuyoubang/activity/mine/business/ActionMangerActivity.java
d09fa097e1bfc8490314f7fb3c458dc7bf5ae3f8
[]
no_license
beizhongshashui/TestProject
5af74d9f67ab1016b2c4071c52536a77aa4ed052
4c04be65c8e455d979f22b79340e3418c6abf5bb
refs/heads/master
2020-06-27T22:23:33.741343
2017-07-13T05:36:39
2017-07-13T05:36:39
97,070,760
0
0
null
null
null
null
UTF-8
Java
false
false
3,030
java
package com.yuyoubang.activity.mine.business; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.support.design.widget.TabLayout; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentPagerAdapter; import android.support.v4.view.ViewPager; i...
[ "18624917856@163.com" ]
18624917856@163.com
f877a67ba1fd8437d45210f7a0788f66d13ca42b
8a88d3ee3d126db77682aea65597f88141586bfb
/src/first/first1.java
97ab0fa5c85dac195215429b49d9e34cb6ce8d29
[]
no_license
jadhavmanisha15/nishigandha_selenium
8fc5fc5fe4cbe0f6bee2a55d88c9c8a30c146619
ea03548e8930671ca90071fc82ef0838eb2010c2
refs/heads/main
2023-04-08T21:13:17.419562
2021-04-02T05:18:46
2021-04-02T05:18:46
362,075,588
0
0
null
null
null
null
WINDOWS-1252
Java
false
false
722
java
package first; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; import org.testng.Assert; import org.testng.annotations.Test; public class first1 { @Test public void m1() { System.setProperty("webdriver.chrome.driver", "D:\\selenium software...
[ "aniketmorerajegaonkar@gmail.com" ]
aniketmorerajegaonkar@gmail.com
ce6dcd3c7d7c01b885e2492c170ca992316d5ae7
81719679e3d5945def9b7f3a6f638ee274f5d770
/aws-java-sdk-appstream/src/main/java/com/amazonaws/services/appstream/model/DescribeUserStackAssociationsResult.java
a1071884f9af07c6c0d87b8f4f94ff6ac52df007
[ "Apache-2.0" ]
permissive
ZeevHayat1/aws-sdk-java
1e3351f2d3f44608fbd3ff987630b320b98dc55c
bd1a89e53384095bea869a4ea064ef0cf6ed7588
refs/heads/master
2022-04-10T14:18:43.276970
2020-03-07T12:15:44
2020-03-07T12:15:44
172,681,373
1
0
Apache-2.0
2019-02-26T09:36:47
2019-02-26T09:36:47
null
UTF-8
Java
false
false
7,588
java
/* * Copyright 2014-2019 Amazon.com, Inc. or its affiliates. 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. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
[ "" ]
ab08ca9fa0b65a3c18440a41e4426f1c2aabc0f7
66220fbb2b7d99755860cecb02d2e02f946e0f23
/src/net/sourceforge/plantuml/ugraphic/tikz/DriverLineTikz.java
4ac35b9ae077942c9498a6d935e2f15b1b4df413
[ "MIT" ]
permissive
isabella232/plantuml-mit
27e7c73143241cb13b577203673e3882292e686e
63b2bdb853174c170f304bc56f97294969a87774
refs/heads/master
2022-11-09T00:41:48.471405
2020-06-28T12:42:10
2020-06-28T12:42:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,550
java
/* ======================================================================== * PlantUML : a free UML diagram generator * ======================================================================== * * (C) Copyright 2009-2020, Arnaud Roques * * Project Info: https://plantuml.com * * If you like this project or if ...
[ "plantuml@gmail.com" ]
plantuml@gmail.com
d4df69e0d03734bab3415a4b96dd5a34aa8266c0
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/8/8_402be9a45b1f9baf94d75aaffa5f20b38188fa9f/WlAvatarContext/8_402be9a45b1f9baf94d75aaffa5f20b38188fa9f_WlAvatarContext_t.java
a813e0455a6196adf771de342ede5e7d95990970
[]
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,979
java
/** * Project Wonderland * * Copyright (c) 2004-2009, Sun Microsystems, Inc., All Rights Reserved * * Redistributions in source code form must reproduce the above * copyright and this condition. * * The contents of this file are subject to the GNU General Public * License, Version 2 (the "License"); ...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
820ccc8273005d445bb17ddbc9d9f3f56941b5c6
bff7e328cc5f498a63a0a83393cd5a9c07e7699b
/ServiceDeskAula03/src/br/usjt/sdesk/controller/ManterChamadosController.java
d49d3962e7b61ea8e0269b67e805f7871e7e0827
[]
no_license
kayquefs/Aula03
41fdd6d863d5a6ca4f126b9864f2348504c3d771
b34f28ca44978549c9b855d47b8bbe41e04d4f94
refs/heads/master
2020-03-08T06:44:23.777370
2018-04-03T23:28:08
2018-04-03T23:28:08
127,978,716
0
0
null
null
null
null
UTF-8
Java
false
false
4,089
java
package br.usjt.sdesk.controller; import java.io.IOException; import java.util.ArrayList; import java.util.Iterator; import java.util.Map; import java.util.Set; import javax.validation.Valid; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org....
[ "arqdsis@moclii0315.animaedu.intranet" ]
arqdsis@moclii0315.animaedu.intranet
bde11d4fe328c2486fd72512444bf90de702357f
be1c8b038a665f8e6babf85c2fdf04eeaced76ef
/src/main/java/net/termer/twine/exceptions/ConfigException.java
217032ad7482d94a3f75a9b35fc6d63951fb11ea
[ "MIT" ]
permissive
termermc/Twine
aa3909d1c4ca028d28ba812b3b6d8c11af2e7fd5
a2235bbbff7bb8c844442978558c0c9b450465ee
refs/heads/master
2021-08-02T07:59:30.154822
2021-07-31T23:07:09
2021-07-31T23:07:09
197,664,105
5
0
null
null
null
null
UTF-8
Java
false
false
795
java
package net.termer.twine.exceptions; /** * Exception to be thrown in the case of errors in config files * @author termer * @since 2.0 */ public class ConfigException extends Exception { // Path to the config file the error originated in private final String _path; /** * Instantiates a new ConfigE...
[ "termer@protonmail.com" ]
termer@protonmail.com
e6df507f34076a6d145931c4ec3a6ca39b1c692d
4a4e746c28636e916c966596476341f79389842b
/app/src/test/java/com/babach/beatbox/ExampleUnitTest.java
bd216cbd96d45290cb2c972c958ab5565559f30e
[]
no_license
SBabach/BeatBox
7769dfbe72be355cfbccdbc24882e86971941a3c
b06602d8ceeba572b9dae0b1df9bed29089fd642
refs/heads/master
2020-05-07T20:31:06.594686
2019-05-02T16:31:15
2019-05-02T16:31:15
180,864,709
0
0
null
null
null
null
UTF-8
Java
false
false
383
java
package com.babach.beatbox; 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 add...
[ "sbabachev-10@unwe.bg" ]
sbabachev-10@unwe.bg
ff1585756b93059c7de56aafdd332208f1be1728
2ad861d6123ad8659fbcd4baaa7ee3a800524314
/component/viewer/wicket/model/src/main/java/org/apache/isis/viewer/wicket/model/models/ActionModel.java
e0909d3d5668f52ceee1d6b73cce3861622e8da5
[ "Apache-2.0" ]
permissive
moonskewer/isis
2fdfa74c2f569f8a8488c01c6ff6e04eda236783
a6aafd316d63429c1b8e03d631466e82abf59608
refs/heads/master
2021-01-15T09:37:09.771096
2014-01-22T22:38:29
2014-01-22T22:38:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
22,147
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")...
[ "danhaywood@apache.org" ]
danhaywood@apache.org
79a121da222634c927c2ad94c56642dc9ab78851
1ed08c0729eb0c59b52afd3e905cc1018ec92e64
/java/DomXml/src/Dom4jTest/Dom4jTest.java
027e43dfd290120433af09d6d11be5355fe1cc0d
[]
no_license
eli01/code_history_area
a23ed0d4f35074b46aa3ea4713076af9b7bc29d7
61aa1243675171e10540c3b6b246ccba0cf97781
refs/heads/master
2016-09-16T03:45:32.632944
2014-02-25T06:45:40
2014-02-25T06:45:40
null
0
0
null
null
null
null
GB18030
Java
false
false
6,709
java
package Dom4jTest; import java.io.File; import java.io.FileOutputStream; import java.io.FileWriter; import java.io.IOException; import java.util.Iterator; import java.util.List; import org.dom4j.*; import org.dom4j.io.OutputFormat; import org.dom4j.io.SAXReader; import org.dom4j.io.XMLWriter; public cl...
[ "eli01linux@gmail.com" ]
eli01linux@gmail.com
e9776ee2974b297f9441dc01cc55b71bcd4e3d13
e112d821f46bcc1ce24cfeaabe886f6093f9f4b9
/src/main/java/com/FizzBuzz/FizzBuzzStrategy.java
dc753f3647d1d57a8309821ca21799f40f20e771
[]
no_license
geekOramon/fizz-buzz-service
b1f097cffd9fb03710ce270636fe1e543d888c19
975cf58bcdbff99aacf4843a7245b3253ea8b20c
refs/heads/master
2021-01-25T07:40:50.211493
2017-06-12T09:44:06
2017-06-12T09:44:06
93,652,047
0
0
null
null
null
null
UTF-8
Java
false
false
541
java
package com.FizzBuzz; /** * Created by vasilis on 19-5-17. */ public class FizzBuzzStrategy implements RulePrintStrategy { public static final Integer FIZZ_BUZZ_VALUE = 15; public static final String FIZZ_BUZZ_STR = "fizzbuzz"; public boolean strategyApplies(Integer value) { boolean result = fa...
[ "vasilis.christopoulos@oramon.nl" ]
vasilis.christopoulos@oramon.nl
f2ff01e7e084a04ee886f640465359289a422bac
129f58086770fc74c171e9c1edfd63b4257210f3
/src/testcases/CWE23_Relative_Path_Traversal/CWE23_Relative_Path_Traversal__URLConnection_09.java
359fa8a9498f10d40c6f4aed0f14d0ce1a6c8000
[]
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
14,771
java
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE23_Relative_Path_Traversal__URLConnection_09.java Label Definition File: CWE23_Relative_Path_Traversal.label.xml Template File: sources-sink-09.tmpl.java */ /* * @description * CWE: 23 Relative Path Traversal * BadSource: URLConnection Read data from a web server with UR...
[ "guillermo.pando@gmail.com" ]
guillermo.pando@gmail.com
0609e9400a38074e15667e37255f357c91e67e2b
9d02defbe04cc956cb4257aab1c0b6b62fea73d9
/src/main/java/com/miz/study/ch2/calc/BufferedReaderCallback.java
48fe5ca7cab5787e4872e8a7a066086b777d21ed
[]
no_license
mizm/spring-study
28da03f54ee5acdd08f8041efb014e40f62ecf2f
a78e3a606b693a5e47c78c6a2d37ad7a98c48f07
refs/heads/main
2023-05-10T15:19:12.467219
2021-06-11T15:27:32
2021-06-11T15:27:32
344,476,422
1
0
null
null
null
null
UTF-8
Java
false
false
210
java
package com.miz.study.ch2.calc; import java.io.BufferedReader; import java.io.IOException; public interface BufferedReaderCallback { Integer doSomethingWithReader(BufferedReader br) throws IOException; }
[ "miz@Miz-MacBookAir.local" ]
miz@Miz-MacBookAir.local
113945f3b14af8bed37db278de9d4bd7129ba714
96690d034d9e3d655576cc50cfe35a49d375a0ab
/OurMarket/src/ourmarket/webSocket/package-info.java
20bdcb7f6a9f8d23db3c5e929a66bb1b692efe7a
[]
no_license
yd-moon/OurMarket
2c9b001ab216916a53af42d6d618bc5ec348062f
a5bd997d0e4f783a93b0f6c89395a23a7f587f99
refs/heads/master
2021-08-23T08:53:42.163672
2017-12-04T11:29:16
2017-12-04T11:29:16
null
0
0
null
null
null
null
UTF-8
Java
false
false
75
java
/** * */ /** * @author 16558 * */ package ourmarket.webSocket;
[ "1655887222@qq.com" ]
1655887222@qq.com
7264ccf346825a171e1687e9934b60735511c33a
6ff288cd7750b126fc70eaf9f68aa18535e535f7
/src/main/java/com/ssm/dao/UserRepositoryByName.java
184fd8946aee18f4775ba952f20f9a8999c8f8ab
[]
no_license
WillnessLiar/mymaven
18878a9eb210e1fbfc988d6e7d7358a88413a349
f96d4e5d77f73574cf86c2457b596d654b186143
refs/heads/master
2022-07-01T04:46:44.270268
2020-03-15T15:10:34
2020-03-15T15:10:34
200,242,444
0
0
null
2022-06-21T01:35:31
2019-08-02T13:48:40
JavaScript
UTF-8
Java
false
false
382
java
//package com.ssm.dao; // //import com.ssm.po.User; //import org.springframework.data.repository.Repository; // //import java.util.List; // // //public interface UserRepositoryByName extends Repository<User,Integer> { // //// 方法的名称必须要遵循驼峰状命名规则,findBy(关键字)+属性名称+查询条件 // public List<User>findByName(String name); // ...
[ "929585772@qq.com" ]
929585772@qq.com
26d89585c85a83e922de4c4546f22bd1928f09da
e9054b26017c0948ea4806ea7422996af4e9c8ba
/src/main/java/com/mmall/controller/portal/ProductController.java
889173a4899b158279ea176df8fa00ff4b93d6da
[]
no_license
NeoSuzipeng/mmal_su
93d3048c92570faad96a0575510bd6b585b92f93
faca66ba98037cecccda3d1b288c4f951bb3096c
refs/heads/master
2021-05-14T19:22:33.041317
2018-07-09T16:21:35
2018-07-09T16:21:35
116,106,568
1
0
null
null
null
null
UTF-8
Java
false
false
2,204
java
package com.mmall.controller.portal; import com.github.pagehelper.PageInfo; import com.mmall.common.ServerResponse; import com.mmall.pojo.Product; import com.mmall.service.IProductService; import com.mmall.vo.ProductDetailVo; import com.mmall.vo.ProductListVo; import org.springframework.beans.factory.annotation.Autowi...
[ "18638760740@163.com" ]
18638760740@163.com
97041ed445863afd4d524073a743749437dffa23
a2ffc9252fb6d478b45e3ba3a7a92d964f3b216d
/APCS-Karel-Unit-1-SOLUTIONS/Karel-Conditional Harvester-SOLUTION/HurdleRunner.java
c5fd2beca9eab5d8d0859458764c6319454ea34c
[]
no_license
MasonDS4/APCS-A-CH-0-Karel
518c6f378c1a9828d95be8141d5737f3703f1f18
616c0ea377436bb6f74b10df8d1f57b2f92493bf
refs/heads/master
2021-03-12T19:27:49.463313
2017-09-05T19:17:20
2017-09-05T19:17:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
607
java
import kareltherobot.*; import java.awt.Color; /** * @author : * teacher : * due date: */ public class HurdleRunner implements Directions { public static void main(String [] args) { Hurdler karel = new Hurdler(1, 1, East, 0); karel.runRace(); karel.turnOff(); } st...
[ "daniel.m.appel@gmail.com" ]
daniel.m.appel@gmail.com
0bbc0be94b7ab24ada3665f885d0227cc4a63e51
9019dadbcb6dbc57272182e9f0d04cb4793ecbc9
/robobinding/src/test/java/org/robobinding/viewattribute/listview/SetCheckedItemPositionsAttributeTest.java
d18428d018151c42fb9295e0962a8c084654d159
[ "Apache-2.0" ]
permissive
romanlum/RoboBinding
fdbb855581195a8f5694f6fc4d8c76f914e111d9
570274320d0119db09c8e3d1224b6bfa3aff7139
refs/heads/master
2021-01-12T21:53:30.678186
2013-09-25T10:19:54
2013-09-25T10:19:54
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,135
java
/** * Copyright 2012 Cheng Wei, Robert Taylor * * 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 applica...
[ "weicheng112@gmail.com" ]
weicheng112@gmail.com
c97d9d7c4421db32424515f88495ded0aedc4357
9ddf18ce8eb14782a53926643b6f4de4649671c5
/src/main/java/com/june/app/dao/UserDao.java
9f834a2a260561013d1098277baa257637aa90a4
[]
no_license
taerimmk/springbook_maven
cd0e34ada57a537deef5be0630b3cc6406bd48c0
8777f445d71446102da388042761d7536381cef7
refs/heads/master
2020-04-06T00:33:30.445382
2013-01-07T09:21:53
2013-01-07T09:21:53
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,041
java
package com.june.app.dao; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import org.springframework.context.annotation.AnnotationConfigApplicationContext; import com.june.app.domain.User; public class UserDao { private ConnectionM...
[ "taerimmk@gmail.com" ]
taerimmk@gmail.com
bc3a4cb3a7e5f62d6054e7a91a07509a6b4de337
532a04c573b41450935078d47106b19b938d5d95
/src/Homework/Homework1/Task3.java
7a6483b87027514bb944aab1038e827a1ef71e00
[]
no_license
SvetikM/Homework
ed1fb42921e4216cd6898bff9de6f81f6c033253
8be3d00f0a2583ff8c3673e82d691b15f19233a0
refs/heads/master
2020-05-24T08:09:20.663336
2019-06-24T14:41:09
2019-06-24T14:41:09
187,178,749
0
0
null
2019-06-24T14:41:41
2019-05-17T08:34:27
Java
UTF-8
Java
false
false
1,435
java
package Homework.Homework1; import java.util.Scanner; // Группа людей участвует в марафоне, их имена и время за которое они пробежали марафон вы можете увидеть ниже. public class Task3 { public static void main(String[] args) { String[] names = {"Elena", "Thomas", "Hamilton", "Suzie", "Phil", "Matt", "...
[ "50582562+SvetikM@users.noreply.github.com" ]
50582562+SvetikM@users.noreply.github.com
394d7c4803382422b626c7b319a264b4ddc0a46d
1fa669c04e6bc9b3a3c77a4555e7a5e25857aefa
/StoreAverage.java
190d7608b0929d01c1bfebc56648919b0377c706
[]
no_license
VashishthSingh/MajPro
e04a8b19263c3081c219c63bc211f30db99025ff
1b5bdb231d23851690ec726df353bffea05c727a
refs/heads/master
2020-12-23T14:39:53.719462
2020-01-30T09:38:13
2020-01-30T09:38:13
237,180,908
0
0
null
null
null
null
UTF-8
Java
false
false
2,923
java
package com.clientserver.program; import java.sql.*; import java.time.LocalDateTime; import java.time.format.DateTimeFormatter; import java.util.concurrent.TimeUnit; import com.mysql.jdbc.Connection; import com.mysql.jdbc.Statement; public class StoreAverage { public static void main(String []args){ float ramAverage...
[ "singhshikharmuni@gmail.com" ]
singhshikharmuni@gmail.com
e16524cb87d79299fb9bf921bb221e2904579a2b
1fdd9f8d783fdeadbeeee4c2e27718e6c2f673d9
/day4/代码/day4/src/polymorphic/inte/Dog.java
bf0e77e18900eef1d09a7117b93826ad9f6ff70d
[]
no_license
ywz147258/mnuSE1802
c4b8eb92cb7457f6d41b384168c8208711fc2841
1c2e406f2d9d901b1e7f87a999c41fa70f87b556
refs/heads/main
2023-08-24T05:06:43.922825
2021-10-19T01:43:54
2021-10-19T01:43:54
406,188,734
0
0
null
null
null
null
UTF-8
Java
false
false
186
java
package polymorphic.inte; import polymorphic.clas.Pet; public class Dog implements PetI { @Override public void health() { System.out.println("给狗看病"); } }
[ "1094769835@qq.com" ]
1094769835@qq.com
d28d0beab4cc8cef74fe8878cf0a5e39e989dfe4
405069ebae83ae104716d23a6ef5e30deb5465e3
/manager/src/main/java/com/wu/manager/pojo/User.java
872a7dc9f45e616826bc50d706e417b53adace42
[]
no_license
WuRuoHui/iosbbs
4b2106cdadc630963e4c4cd5e290a20980fb85b4
1a9489f0552d1c64e0b2ee34e67537dc40206335
refs/heads/master
2022-06-23T13:17:41.991402
2020-04-06T13:40:58
2020-04-06T13:40:58
231,938,142
1
0
null
2022-06-21T02:50:28
2020-01-05T15:35:12
Java
UTF-8
Java
false
false
1,191
java
package com.wu.manager.pojo; import lombok.Data; import lombok.ToString; import org.springframework.security.core.GrantedAuthority; import org.springframework.security.core.userdetails.UserDetails; import java.util.ArrayList; import java.util.Collection; import java.util.List; @ToString @Data public class User imple...
[ "591330415@qq.com" ]
591330415@qq.com
7d56b9cdc1e235d6b72c6fe74494cada78225aba
70219c8e6cfd29fce57235aab5513aa1cc1226b8
/src/com/owncloud/android/operations/SynchronizeFolderOperation.java
823a36ebdfc063a19af95adbbd1a156bc15bd894
[]
no_license
tallship/android
4f45d9436ac41164973af1da6d82cf13c9509dd7
405e801bf6a3271bc475b485b367a2904e44f3ad
refs/heads/master
2021-01-24T01:28:23.326626
2012-11-08T09:09:47
2012-11-08T09:09:47
null
0
0
null
null
null
null
UTF-8
Java
false
false
9,510
java
/* ownCloud Android client application * Copyright (C) 2012 Bartek Przybylski * * 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 opt...
[ "dvelasco@solidgear.es" ]
dvelasco@solidgear.es
7fa842ca7246fb141dd937a7bca54606164fb17c
98822611424ce2c5980ee2c361aca3930b4a82ef
/modules/src/main/java/com/grimaldo/functional/example/_03_immutable/immutable/ImmutablePerson.java
11f118d259df9a7a57c06e7cef6fc9ff716cbded
[]
no_license
paulgrimaldo/java-functional-programming-examples
636031900fc3e630ec41e5260c694347ec3a3536
bb0e6cf37f5a041d7265c95562d4055cb9bf4558
refs/heads/master
2022-10-02T06:41:00.695344
2020-06-07T08:54:50
2020-06-07T08:54:50
270,248,663
0
0
null
null
null
null
UTF-8
Java
false
false
1,399
java
package com.grimaldo.functional.example._03_immutable.immutable; import java.util.LinkedList; import java.util.List; /** * Clase final de nuestro diseño. * * Cuenta con mas de una mejora: * * 1. Es final, asi nadie puede extender de ella. No mas suplantaciones * 2. Las propiedades son finales, una vez creado un...
[ "paulgrimaldobravo@gmai.com" ]
paulgrimaldobravo@gmai.com
3a87450644c357b727fde70a7eeacc0497b7b263
d16f17f3b9d0aa12c240d01902a41adba20fad12
/src/leetcode/leetcode19xx/leetcode1921/SolutionTest.java
ee89f2a65ffd1e10fe1e8d72a3f3da16d814060f
[]
no_license
redsun9/leetcode
79f9293b88723d2fd123d9e10977b685d19b2505
67d6c16a1b4098277af458849d352b47410518ee
refs/heads/master
2023-06-23T19:37:42.719681
2023-06-09T21:11:39
2023-06-09T21:11:39
242,967,296
38
3
null
null
null
null
UTF-8
Java
false
false
645
java
package leetcode.leetcode19xx.leetcode1921; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.assertEquals; class SolutionTest { @Test void test1() { int[] dist = {1, 3, 4}, speed = {1, 1, 1}; assertEquals(3, new Solution().eliminateMaximum(dist, speed)); ...
[ "mokeev.vladimir@gmail.com" ]
mokeev.vladimir@gmail.com
27b483c964892deda5ea8511a611e31e119788c4
7fa9c6b0fa1d0726ae1cda0199716c811a1ea01b
/Crawler/data/DvmField.java
2fd99babbb552295d1f12c61d2e33e6dfc56db36
[]
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,345
java
16 https://raw.githubusercontent.com/wmm1996528/unidbg_douyin10/master/src/main/java/com/github/unidbg/linux/android/dvm/DvmField.java package com.github.unidbg.linux.android.dvm; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; class DvmField implements Hashable { private sta...
[ "veronika.cucorova@gmail.com" ]
veronika.cucorova@gmail.com
508e880e13871168cd4dd880b520c9fefed472b7
79df008f050705455fb5dda9e3953af36c2cbda9
/Computer Programming Technology/Board games/src/es/ucm/fdi/tp/assignment5/connectN/ConnectNSwingPlayer.java
892f6eb1be586ecaaf9056d50fafac2584176cd3
[]
no_license
argalad/FP-and-PT
53cdc6c31442936b4ecb745fd091208ed420716b
25fb2bf5f6cb47ed4eed8f919257915ca37b81d5
refs/heads/master
2023-04-16T03:37:06.800209
2021-05-03T16:39:17
2021-05-03T16:39:17
52,953,749
2
0
null
null
null
null
UTF-8
Java
false
false
889
java
package es.ucm.fdi.tp.assignment5.connectN; import java.util.List; import es.ucm.fdi.tp.basecode.bgame.control.Player; import es.ucm.fdi.tp.basecode.bgame.model.Board; import es.ucm.fdi.tp.basecode.bgame.model.GameMove; import es.ucm.fdi.tp.basecode.bgame.model.GameRules; import es.ucm.fdi.tp.basecode.bgame.model.Pie...
[ "alberto.rodriguez.5150@gmail.com" ]
alberto.rodriguez.5150@gmail.com
d0b1f41b38f11917c05abed1d5bd800668085ad7
2beac37c7dc0911140ecc1064410e8d76cb01db9
/src/com/company/lesson7/homework/startString.java
f246eedcba0fdd745bbf2feaec1e1212da8cc44e
[]
no_license
Vivioza5/ideaFirst
781ba0a54e738c12dd42bab5be21948ff2be2fd0
5bccf74107ed6bc47df12f0107bc92c323dc21b2
refs/heads/master
2020-09-20T13:42:04.182729
2020-01-18T22:35:57
2020-01-18T22:35:57
224,499,108
0
0
null
2020-01-18T22:35:59
2019-11-27T19:05:15
Java
UTF-8
Java
false
false
399
java
package com.company.lesson7.homework; // Напишите программу Java, чтобы проверить, начинается ли заданная строка с содержимым другой строки. public class startString { public static void main(String[] args) { String testString = "testing"; System.out.println(testString.startsWith("test")); } }
[ "Vitaliyvivian12@gmail.com" ]
Vitaliyvivian12@gmail.com
5bff6635e2220411b169a7262340cc02f8fb5625
a624224b88a740b0b0e08c601d263b8b500b7eaa
/shweta_aswani_assign2/racingDrivers/src/racingDrivers/util/Results.java
745c643fe7d959e0d7ca482fee0504c067f1728c
[]
no_license
it2aswanishweta/CS-542
e5690c7f789570dd3e4dd5648f98acd9e589c3c4
0613c3b31038620bae88e4a855804c9071dace8e
refs/heads/master
2020-06-19T21:36:35.128207
2019-09-05T22:43:47
2019-09-05T22:43:47
196,882,332
0
0
null
null
null
null
UTF-8
Java
false
false
1,404
java
package racingDrivers.util; import java.io.BufferedReader; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintWriter; import java.io.UnsupportedEncodingException; import java.util.ArrayList; import java.util.List; import r...
[ "noreply@github.com" ]
it2aswanishweta.noreply@github.com
c809f52c07debb5a5f88961bfe4d6bae1b560351
38c1e9ecfb06d81f8ef96161576ea81db6ac4c16
/modules/kernel/src/main/java/com/thegoate/utils/to/To.java
29d74266ba77213cdfb4e3c9824154c424ac3d8b
[ "MIT" ]
permissive
gtque/GoaTE
5b25e272472493ea0ab958938ec397cc09addda9
7db1d3409a5fdfee160c214ce53c1194bdcd019b
refs/heads/dev
2023-08-07T22:40:09.709800
2023-07-28T16:49:28
2023-07-28T16:49:28
88,788,345
5
2
null
2023-02-07T14:10:54
2017-04-19T20:34:02
HTML
UTF-8
Java
false
false
2,336
java
/* * Copyright (c) 2017. Eric Angeli * * Permission is hereby granted, free of charge, * to any person obtaining a copy of this software * and associated documentation files (the "Software"), * to deal in the Software without restriction, * including without limitation the rights to use, copy, * modify, m...
[ "pilotg2.eric@gmail.com" ]
pilotg2.eric@gmail.com
7debfcc131a4f07d5a0d5059d53290d01073df90
686caa4f304ffc350f344469ff996638f0d1b7de
/src/comercio/Precio.java
2fc6a8e67352f62d91cb968c3c887d486832da60
[]
no_license
PabNoce/Comercio
9af6a91f4b15c839b0210c9a64ebfcf517ec3639
0cd227034520ecbb3175da609ec6c8c771d8019d
refs/heads/master
2021-05-05T08:05:56.442072
2018-01-25T13:44:34
2018-01-25T13:44:34
118,917,926
0
0
null
null
null
null
UTF-8
Java
false
false
746
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 comercio; /** * * @author pnocedalopez */ public class Precio { private String refPrecio; private float Precio; ...
[ "pnocedalopez@victoria15.danielcastelao.org" ]
pnocedalopez@victoria15.danielcastelao.org
902bd103a7201279205996f631657a08c1dab835
2a3282ef62c9d92c9abfe0e1eae170ec2a384555
/src/main/java/com/ledgy98/spring/lesson04/model/NewUser.java
a59eb7b88b82fa515cf5d0548759475b1ab35175
[]
no_license
colleenInKorea/WebSpringExample0816
e133a21789e2a533683feca1691c95e8f88e3d69
ed67750f05be4890680f1baddc6df26ebe6209d3
refs/heads/master
2023-08-22T14:56:54.293139
2021-10-14T11:46:39
2021-10-14T11:46:39
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,083
java
package com.ledgy98.spring.lesson04.model; import java.util.Date; public class NewUser { private int id; private String name; private String yyyymmdd; private String email; private String introduce; private Date createdAt; private Date updatedAt; public int getId() { return id; } public void setId(int i...
[ "ledgy98@gmail.com" ]
ledgy98@gmail.com
01966df5dda2c1791ea78efdeaa6550333757ac2
7d7718936e2daf900e62ef183ff72bd4336ce6fd
/src/main/java/com/robertx22/age_of_exile/database/data/stats/datapacks/stats/spell_related/PerSpellCooldownStat.java
e69800d84b90a67c51f5366945f8c12c5e8671f6
[]
no_license
SF-s-Translation-repository/Age-of-Exile
75d1543736a4fc792066afd32f9a34efa0b6ba36
df075178517584c2b16fa5877a96e48aa4fc109e
refs/heads/master
2023-04-15T22:51:03.276732
2021-04-23T14:00:24
2021-04-23T14:00:24
282,349,542
0
0
null
2021-04-23T13:48:29
2020-07-25T01:42:42
Java
UTF-8
Java
false
false
2,338
java
package com.robertx22.age_of_exile.database.data.stats.datapacks.stats.spell_related; import com.robertx22.age_of_exile.database.data.spells.components.Spell; import com.robertx22.age_of_exile.database.data.spells.spell_classes.SpellModEnum; import com.robertx22.age_of_exile.database.data.stats.Stat; import com.robert...
[ "treborx555@gmail.com" ]
treborx555@gmail.com
ef2bb484ca4b498c3a777431c8199e7e64c38c17
720b21519f1bea96ce81fed438f405811c5d2f38
/src/main/java/ThePokerPlayer/screens/PokerManualButton.java
a52a1e6df9a7caccd992d32b01e26aae42a6fc88
[ "MIT" ]
permissive
Celicath/PokerPlayerMod
484d0e6d165f21d84abc0398bff0493686089afe
cbad600aaabb1887bc21c7fb80b4b16f005233ac
refs/heads/master
2022-09-12T13:08:00.306855
2022-08-28T05:51:14
2022-08-28T05:51:14
155,950,592
0
3
MIT
2019-04-20T23:34:31
2018-11-03T04:40:50
Java
UTF-8
Java
false
false
3,894
java
package ThePokerPlayer.screens; import ThePokerPlayer.PokerPlayerMod; import ThePokerPlayer.patches.CurrentScreenEnum; import basemod.TopPanelItem; import com.badlogic.gdx.graphics.Texture; import com.badlogic.gdx.graphics.g2d.SpriteBatch; import com.megacrit.cardcrawl.core.CardCrawlGame; import com.megacrit.cardcrawl...
[ "celicath@gmail.com" ]
celicath@gmail.com
b870a0d189b4097369c9c7dcb61282e2999e6542
d641d77d9c48dbb6e29139cbae8fc5555b5ecee0
/src/com/offer/a笔试/OPPO/Main1.java
476b0edbb7c253132e44fee74d6666ceb9382c7e
[]
no_license
lixuehan1129/algorithm
8dbbd68b6b2161ac71ea1297c4600e3fcf7d5e9d
40f1c14b64b239e809f31c228df9b0702e2d7f07
refs/heads/master
2023-01-05T07:08:19.383860
2020-11-09T00:48:18
2020-11-09T00:48:18
294,684,418
0
0
null
null
null
null
UTF-8
Java
false
false
482
java
package com.offer.a笔试.OPPO; import java.util.Scanner; /** * java String中indexof方法可以找到第一个匹配字符串的位置 */ public class Main1 { public static void main(String[] args) { //输入两个字符串 A B Scanner sc = new Scanner(System.in); String A = sc.nextLine(); String B = sc.nextLine(); sc.clos...
[ "17888836862@163.com" ]
17888836862@163.com
4769ad527fd08bde81ab6d973ac4ef3610f842ee
44e59e28d0f8dda15a2d88db49d69d97898cf685
/src/main/java/com/pengu/lostthaumaturgy/core/block/BlockLyingItem.java
f4cc0b33eddc024402306788e5abcd2f07bc2f66
[]
no_license
limuness/LostThaumaturgy
661ed826f5aed86ab1ab60d5ed07af33b3b92d82
f50b540aac6d0af2bc53db0a5681716263893133
refs/heads/1.12
2021-06-25T23:17:08.522775
2017-09-06T12:39:54
2017-09-06T12:39:54
103,036,052
1
0
null
2017-09-10T14:31:48
2017-09-10T14:31:47
null
UTF-8
Java
false
false
4,015
java
package com.pengu.lostthaumaturgy.core.block; import net.minecraft.block.ITileEntityProvider; import net.minecraft.block.material.Material; import net.minecraft.block.state.IBlockState; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.entity.Entity; import net.minecraft.entity.item.EntityItem...
[ "mrdimka@yahoo.com" ]
mrdimka@yahoo.com
b64b7fcac28c9f0b31521a3ed99b5803d462196e
03e7cb567d98864390221bf01294e72156b56543
/model/src/main/java/com/epam/brest/model/Interval.java
df1c97889073e034b03d594d0d690062cabfb01e
[]
no_license
Brest-Java-Course-2018/ViachaslauStrelnikau
a8abbd5433c2add69b08f0954ebb9ba97abbe3c6
8182ee3e74df289aa6f94ad340c53377141f6503
refs/heads/master
2023-01-27T20:21:11.701505
2019-07-02T13:09:05
2019-07-02T13:09:05
120,646,797
2
1
null
2023-01-07T04:34:50
2018-02-07T17:19:45
JavaScript
UTF-8
Java
false
false
1,308
java
package com.epam.brest.model; import java.sql.Date; import java.util.Objects; /** * Interval class */ public class Interval { /** * Property dateFrom. */ private Date dateFrom; /** * Property dateTo. */ private Date dateTo; public Interval(Date dateFrom, Date dateTo) { ...
[ "damned.dementor@gmail.com" ]
damned.dementor@gmail.com
2da64252d10f49efa6a8ba48cfb0f421252d2c72
a533dd7ccf94fc838da4f88fea0be4fb16fa77db
/testgreendao/src/main/java/com/example/testgreendao/entity/dao/GunDao.java
58a5badea121fe2707d77c3a1e6ba5685f9c160c
[]
no_license
androidxiejun/demoworkspace
2ff2235eb9a2e204c6116f684059e8c23c2911c0
f5b8d5903ac4a4e92ea4f2e8186bb5839742303c
refs/heads/master
2020-05-07T21:44:46.189361
2019-08-26T03:53:11
2019-08-26T03:53:11
180,914,859
1
0
null
null
null
null
UTF-8
Java
false
false
5,634
java
package com.example.testgreendao.entity.dao; import java.util.List; import android.database.Cursor; import android.database.sqlite.SQLiteStatement; import org.greenrobot.greendao.AbstractDao; import org.greenrobot.greendao.Property; import org.greenrobot.greendao.internal.DaoConfig; import org.greenrobot.greendao.dat...
[ "1019163135@qq.com" ]
1019163135@qq.com
fe94c625f730845d2b16e42a1d60ea7b15bb6d86
a8fb3de7266373330ca6531ee380d11465eed80c
/src/main/java/cz/uhk/restaurace/service/authentication/user/UserDetails.java
c46b061b45529579afbcd1863049af0cf0671618
[]
no_license
romankristof/restaurant
654aa0e26b419833f78e519303c420e3183dabfc
c379a6e6606bc97bf0acef6166f696ab4a9c5126
refs/heads/master
2022-08-09T04:58:46.886976
2015-01-25T15:42:45
2015-01-25T15:42:45
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,526
java
package cz.uhk.restaurace.service.authentication.user; import cz.uhk.restaurace.model.*; import org.springframework.security.core.GrantedAuthority; import org.springframework.security.core.userdetails.User; import java.util.Collection; /** * Created by dann on 20.11.2014. * Class whose objects store user data used...
[ "kristof.roman@gmail.com" ]
kristof.roman@gmail.com
17ede3c3c01d7198f8f067cab95b3360eb8de85f
e270b6894e36e2ef8864786d7cadf1ffd2d75b31
/app/src/main/java/com/example/permission/PermissionUtils.java
d901dd6186a32576f237069886001893ed8ba6a2
[]
no_license
VisionDivyeshAppMaster/PermissionFirebase
4b8f1a080d16d80d4b9c02cf60c26d41946014d7
98dc08311eb8dfa12046f406b7da8f4b50777fe6
refs/heads/master
2023-09-02T07:02:53.391464
2021-11-24T13:02:16
2021-11-24T13:02:16
431,486,623
0
0
null
null
null
null
UTF-8
Java
false
false
5,565
java
package com.example.permission; import android.Manifest; import android.app.Activity; import android.content.Context; import android.content.pm.PackageManager; import android.os.Build; import android.widget.Toast; import androidx.core.app.ActivityCompat; import androidx.core.content.ContextCompat; import java.util.A...
[ "divyesh.vision@gmail.com" ]
divyesh.vision@gmail.com
fad10354c064c296944dcd9aa3d8a9b250731acf
48e835e6f176a8ac9ae3ca718e8922891f1e5a18
/benchmark/test/org/springframework/batch/sample/JobOperatorFunctionalTests.java
e43783355b198eea51c0b887ee1118a13082de02
[]
no_license
STAMP-project/dspot-experiments
f2c7a639d6616ae0adfc491b4cb4eefcb83d04e5
121487e65cdce6988081b67f21bbc6731354a47f
refs/heads/master
2023-02-07T14:40:12.919811
2019-11-06T07:17:09
2019-11-06T07:17:09
75,710,758
14
19
null
2023-01-26T23:57:41
2016-12-06T08:27:42
null
UTF-8
Java
false
false
4,187
java
/** * Copyright 2008-2009 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 a...
[ "benjamin.danglot@inria.fr" ]
benjamin.danglot@inria.fr
70941290681635d1a97f5ec5c37a55b23a9b5e60
3279f8f6c89768727869d76c8573a52d2fb6472d
/mantis-tests/src/test/java/ru/stqa/pft/tests/ChangePasswdTest.java
697a3e32893e3292d98c58303b0ccb4cd4e1ab17
[]
no_license
Meshchaninov-A/LessonOne
ba4db1687f67f23db1913ce046414b31df52b627
6dbc060e685ec81f40dd275e3353ee6e893836ea
refs/heads/master
2021-10-15T23:36:19.582892
2019-02-06T21:41:31
2019-02-06T21:41:31
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,841
java
package ru.stqa.pft.tests; import org.openqa.selenium.By; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; import ru.stqa.pft.model.User; import javax.mail.MessagingException; import java.io.IOException; public class ChangePasswdTest extends TestBase { String email; String user; in...
[ "enkooo14@gmail.com" ]
enkooo14@gmail.com
d2817e260e9a91c3eca33f18608b1db08a8ef9f7
b94254566cf35283f269582b64cb1f8c4692d9d3
/策略部分/release/src/quoridor/MoveInterface.java
89a2ebf03759692c1ffeccbea248024cd18eea02
[]
no_license
zxc2012/NXP_Creative
f361cdead71458610631a94b10aecac8e7c98f4a
db5fbf83c3b6cd5f4b3167c2ed097a4e1e47dbd0
refs/heads/master
2022-05-15T13:11:45.399463
2022-05-01T07:52:01
2022-05-01T07:52:01
219,664,254
5
0
null
2022-05-01T07:52:03
2019-11-05T05:24:55
Java
UTF-8
Java
false
false
447
java
package quoridor; /** * An abstract class for quoridor moves. * @author Team Stump */ public abstract class MoveInterface { public PlayerInterface owner; /** * Sets the owner for this move object * @param player */ public void setOwner(PlayerInterface player) { this.owner = player; } /** * Acce...
[ "786698925@qq.com" ]
786698925@qq.com
7494653b038baaec1160e72c03f71c9af6f0eae6
bb6ec86d3321a9eff2465fc932820ade4ecfa1eb
/test-rabbitmq-consumer/src/main/java/com/xuecheng/test/rabbitmq/RabbitmqConfig.java
ba67f259fb2c473a74567d79d8c86d13af920f5d
[]
no_license
fengyinhan/XC_PROJIECT
30ce608246b3dd090f7fb52c6a0a486d29c46419
4d9af7607be3c1b450d2d3f1cd65d543f39225ef
refs/heads/master
2022-12-04T20:28:18.044205
2019-08-22T11:36:31
2019-08-22T11:36:31
203,778,607
0
0
null
2022-11-24T06:26:49
2019-08-22T11:11:52
Java
UTF-8
Java
false
false
1,982
java
package com.xuecheng.test.rabbitmq; import org.springframework.amqp.core.*; import org.springframework.beans.factory.annotation.Qualifier; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; @Configuration public class RabbitmqConfig { //队列名称 publi...
[ "tuanzi@163.com" ]
tuanzi@163.com
a84d6393bf35b14db0ff06e2a1792e65981d300c
f11af842486e9806ddcc15306924559bbd02895b
/ARS/build/generated/src/org/apache/jsp/click1_jsp.java
29e24e44426794cc3769810722b186f5ab02dd74
[]
no_license
AlokMishraR/MyLearning
fbbf9a7a5b1f4395d8ecd93d0fa70b5a831819d9
2e8a8ae124bdcd9d45f085e804b0edd305d47e3b
refs/heads/master
2021-05-06T14:41:30.710904
2018-01-16T11:06:35
2018-01-16T11:06:35
113,319,774
0
0
null
null
null
null
UTF-8
Java
false
false
7,651
java
package org.apache.jsp; import javax.servlet.*; import javax.servlet.http.*; import javax.servlet.jsp.*; public final class click1_jsp extends org.apache.jasper.runtime.HttpJspBase implements org.apache.jasper.runtime.JspSourceDependent { private static final JspFactory _jspxFactory = JspFactory.getDe...
[ "alok.mishra@sap.com" ]
alok.mishra@sap.com
f431d0085154693906a33e0a8ba04ac046f25b52
fbb7278a81374cb962df4150ffd592d55644d845
/samples/client/petstore/android-java/src/main/java/com/wordnik/client/JsonUtil.java
3d96fa3ac71cb69287bbcb7b82469124d363dc6b
[ "Apache-2.0" ]
permissive
isabella232/swagger-codegen
6b292d8211efeb718707e77a533a78c0aa45726d
2ea6c2a3a7520f35ac4aa135e6135525b144423a
refs/heads/master
2023-03-10T14:44:33.639406
2014-05-30T21:25:57
2014-05-30T21:25:57
310,349,732
0
0
NOASSERTION
2021-02-23T12:43:00
2020-11-05T16:00:41
null
UTF-8
Java
false
false
567
java
package com.wordnik.client; import com.fasterxml.jackson.annotation.*; import com.fasterxml.jackson.databind.*; import com.fasterxml.jackson.databind.annotation.JsonSerialize; import com.fasterxml.jackson.core.JsonGenerator.Feature; public class JsonUtil { public static ObjectMapper mapper; static { mapper =...
[ "fehguy@gmail.com" ]
fehguy@gmail.com
8633323f92635c31722f9ad3015b3cec717d9932
b111ee3aecfaf9e0b1f0cda5415525d6fa5f997e
/binarysearchandlinearsearch/LinearSearch.java
2c4b71cf871a1845901637212b69f9459b956366
[]
no_license
chrisadubois/datastructuresandalgorithms
a330227735c1bb77d0244c53166a063bd19d0457
62d3e7b6cac66df81d0901467553b776240a2f35
refs/heads/master
2021-01-25T08:29:58.151924
2015-08-20T20:06:07
2015-08-20T20:06:07
41,116,493
0
0
null
null
null
null
UTF-8
Java
false
false
2,820
java
package hw6; //@Author Christopher DuBois //implements the linear search method for Strings iteratively and recursively //the recursive method will cause stack overflow as n gets very large public class LinearSearch extends SearchAlgorithm {//"is a" abstract class, searchalgorithm has some interface methods to fill in...
[ "chrisad@uw.edu" ]
chrisad@uw.edu
2030503a1f6306be8c9fafa2222ea8dc4e2c3994
45274ad2f3e90656b79bee909282369e48819db5
/src/main/java/my/study/DI/controllers/I18nController.java
8428b92e9821fb5b1e0346cd69db47c08971d66b
[]
no_license
VolodymyrShv/DI
4caef9f1ad3f754ae2cf0b6e312f6e1394253255
f0784886f8370b2b6ba36df9a81386bd7f131941
refs/heads/master
2023-06-15T00:51:20.212535
2021-07-08T20:06:01
2021-07-08T20:06:01
384,236,142
0
0
null
null
null
null
UTF-8
Java
false
false
516
java
package my.study.DI.controllers; import my.study.DI.services.GreetingService; import org.springframework.beans.factory.annotation.Qualifier; import org.springframework.stereotype.Controller; @Controller public class I18nController { private final GreetingService greetingService; public I18nController(@Quali...
[ "shvachkovol@gmail.com" ]
shvachkovol@gmail.com
9f86bf9b1fad37218beffe46b1d319a581974a95
47baf048e64a0304c654b3f3e6bbd6fd6257f6f5
/SoftwareCompare_Java_20170516/Fase 1/zz TIS/TowaInfrastructure/Oint.java
ada507c34e09a52966e4a1adf0d1d5054dab0bb4
[]
no_license
elielr01/towa_java
7812d7a129265d7e030d5acb46c50312c78b0b3a
6e8824d303697c01e669d5c5cd48f52ea43a351b
refs/heads/master
2020-12-07T15:36:30.870518
2017-07-23T20:56:19
2017-07-23T20:56:19
95,550,260
0
0
null
null
null
null
UTF-8
Java
false
false
1,465
java
/*TASK Boxing Boxing of primitives*/ package TowaInfrastructure; //AUTHOR: Towa (GLG-Gerardo López). //CO-AUTHOR: Towa (). //DATE: Februa...
[ "francescopodesta@MacBook-di-Francesco-Podesta.local" ]
francescopodesta@MacBook-di-Francesco-Podesta.local
1e587b9cda367e8d669e6ff9ece12ca14ef74ff1
b6450cc5c18068a99bc3e2bc7064e119ed026fa6
/steel-store/api-gateway-server/src/main/java/com/ryit/gateway/config/RateLimiterConfig.java
d8f67709f8d92c2f1b50e85afde6a5d685dbb6bf
[ "Apache-2.0" ]
permissive
samphin/finish-projects
0f36eec553d49c04454a3871e85bd385f46173ae
19d2cb352e8c8209867573e6de00f144ddbe124e
refs/heads/master
2022-12-28T05:51:02.774038
2020-04-03T09:13:52
2020-04-03T09:13:52
225,137,147
1
2
Apache-2.0
2022-12-16T00:39:36
2019-12-01T09:38:16
Java
UTF-8
Java
false
false
1,434
java
package com.ryit.gateway.config; import com.ryit.commons.constants.JwtConstant; import org.springframework.cloud.gateway.filter.ratelimit.KeyResolver; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.Primary; ...
[ "670610973@qq.com" ]
670610973@qq.com
075a7298be2f22a492a372b03b2d3690123ad25c
34c7c10fb7d32fad737e6a3175e477e6591badcd
/src/main/java/refactoringLearnings/initial/RegularPrice.java
b940d315f2ff260e9260338d8f6972df1fea0219
[]
no_license
guptajyoti845/Clean-code-learning
228a55e07032f4484d763cd57c6059a0172914ea
1d94456dc696a82a0e8ad57001dbb13036cb3f32
refs/heads/main
2023-03-10T10:29:26.156516
2021-02-21T19:17:40
2021-02-21T19:17:40
null
0
0
null
null
null
null
UTF-8
Java
false
false
298
java
package refactoringLearnings.initial; public class RegularPrice extends Price { int getPriceCode() { return Movie.REGULAR; } double getCharge(int daysRented){ double result = 2; if (daysRented > 2) result += (daysRented - 2) * 1.5; return result; } }
[ "jyotiguptaofficial@gmail.com" ]
jyotiguptaofficial@gmail.com
380fd780bfb2ca2dff35c63d6d06e5f2c6523fae
a2435e2adc2a86811681ed5dacfe5d79db0aa2df
/in-class activity/Interface/Trio.java
881579630cf3df565cf3902c3cdb00806b90be7c
[]
no_license
Mookiies/AP-Computer-Science2015-2016
8995308b76bcbef0c3a71188144e4bd4e613a8af
52bd6fa572027e66e7de9b4f6629f672491c60a4
refs/heads/master
2021-06-15T23:47:13.916861
2017-03-30T21:26:49
2017-03-30T21:26:49
null
0
0
null
null
null
null
UTF-8
Java
false
false
636
java
import java.util.*; /** * Write a description of class Trio here. * * @author (your name) * @version (a version number or a date) */ public class Trio implements MenuItem { private String name; private double price; public Trio(Sandwitche sand, Coke coke, Salad salad) { name = sand.getNa...
[ "mgscruggs@gmail.com" ]
mgscruggs@gmail.com
3df241fafd9a4e5db0f1e673f609bc76a401624c
bc794d54ef1311d95d0c479962eb506180873375
/keren_sms/smsgateway/src/main/java/com/keren/smsgateway/modem/athandler/ATHandler_Siemens_S55.java
d5ce224009d09ce04f2231a012bd653ce90fc147
[]
no_license
Teratech2018/Teratech
d1abb0f71a797181630d581cf5600c50e40c9663
612f1baf9636034cfa5d33a91e44bbf3a3f0a0cb
refs/heads/master
2021-04-28T05:31:38.081955
2019-04-01T08:35:34
2019-04-01T08:35:34
122,177,253
0
0
null
null
null
null
UTF-8
Java
false
false
1,123
java
// SMSLib for Java v3 // A Java API library for sending and receiving SMS via a GSM modem // or other supported gateways. // Web Site: http://www.smslib.org // // Copyright (C) 2002-2009, Thanasis Delenikas, Athens/GREECE. // SMSLib is distributed under the terms of the Apache License version 2.0 // // Licensed under t...
[ "bekondo_dieu@yahoo.fr" ]
bekondo_dieu@yahoo.fr
dd3d934a7dc1371e87568fde5a8f522171b1edf9
606ba140b738deac354d33120f818435cd33c1b3
/app/src/main/java/cdfproject/com/github/CDFandroidUI/view/LXiuXiu.java
09ed2c42ba2efec99c97770aeb691de2b2715175
[]
no_license
cdfproject/CDFandroidUI
0d7f659c740ead2faa16c994990577d40a7ffd65
2849fb29a333daa57489e0398d4cb7b6d3707c56
refs/heads/master
2016-09-13T12:39:37.941846
2016-04-25T05:53:40
2016-04-25T05:53:40
57,004,032
0
0
null
null
null
null
UTF-8
Java
false
false
9,841
java
package cdfproject.com.github.CDFandroidUI.view; import java.util.ArrayList; import java.util.Iterator; import android.content.Context; import android.graphics.Bitmap; import android.graphics.Bitmap.Config; import android.graphics.BitmapShader; import android.graphics.Canvas; import android.graphics.Color; import and...
[ "206364379@qq.com" ]
206364379@qq.com
d64bfb3fdacb8b54f43fcd063ba0f43c38c863b2
e42f8a352420d11623a27ad35bd5adc9add4dbb7
/src/main/java/org/tat/gginl/api/common/PolicyInsuredPerson.java
daf86ff873aa70746747bb369cb8257cc270e533
[]
no_license
LifeTeam-TAT/GGINL-API
e9f05c015ade6675c0dfa5b7cfdb32852e1110e5
d04a6367769c71eb87030805c0c8f393f9422386
refs/heads/master
2023-04-01T12:50:59.026177
2021-04-02T13:51:04
2021-04-02T13:51:04
354,031,898
0
0
null
null
null
null
UTF-8
Java
false
false
40,834
java
package org.tat.gginl.api.common; import java.io.Serializable; import java.util.ArrayList; import java.util.Calendar; import java.util.Date; import java.util.List; import javax.persistence.Access; import javax.persistence.AccessType; import javax.persistence.CascadeType; import javax.persistence.Column; import javax....
[ "lifeteam.tat@gmail.com" ]
lifeteam.tat@gmail.com
6b8331044ef9cf893141dea68870ad6be2a33df6
11b9a30ada6672f428c8292937dec7ce9f35c71b
/src/main/java/com/sun/org/apache/xml/internal/security/signature/reference/ReferenceNodeSetData.java
c3291bc512b4702ed052fb5810909e72d5765a49
[]
no_license
bogle-zhao/jdk8
5b0a3978526723b3952a0c5d7221a3686039910b
8a66f021a824acfb48962721a20d27553523350d
refs/heads/master
2022-12-13T10:44:17.426522
2020-09-27T13:37:00
2020-09-27T13:37:00
299,039,533
0
0
null
null
null
null
UTF-8
Java
false
false
2,986
java
/***** Lobxxx Translate Finished ******/ /* * Copyright (c) 2007, 2015, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ /** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the...
[ "zhaobo@MacBook-Pro.local" ]
zhaobo@MacBook-Pro.local
d315547ecc1ea8db12087dca93f339dfa9caba6f
62b7683dc011f43062ba92bafbfa1daea06b2f20
/src/test/java/inheritancemethods/bankaccount/DebitAccountTest.java
622959b0d6b0d4e5acfd36d0f2e5ca39bc6bade1
[]
no_license
ibrone/training-solutions
cf44150388437ab6173331d26e1521fde1cd9d9f
60b5be73bc24b911e2ac0c6eebf8c6c4c60bcbcc
refs/heads/master
2023-03-11T03:11:15.928962
2021-02-26T18:25:40
2021-02-26T18:25:40
308,020,478
0
0
null
null
null
null
UTF-8
Java
false
false
1,606
java
package inheritancemethods.bankaccount; import org.junit.Test; import static org.hamcrest.CoreMatchers.equalTo; import static org.hamcrest.CoreMatchers.is; import static org.junit.Assert.assertThat; public class DebitAccountTest { @Test public void constructorTest() { //Given DebitAccount d...
[ "ibrone@gmail.com" ]
ibrone@gmail.com
6f08cecc52fda4d498e37920088f8122ea9c381e
ae6486a7c370951995d7116491653fef27ab0345
/BasicJava/BasicJavatest.java
0603f360cac8ebf0a1a3530bbccbfe717b551147
[]
no_license
EddiePulido/java_spring_assignments
2278920dd89c162c5213dbe1c0228beac9284334
706148359b1ba8c01ce9546447e7be984bda4661
refs/heads/master
2020-06-14T22:49:24.690438
2019-07-04T01:24:07
2019-07-04T01:24:07
195,148,079
0
0
null
null
null
null
UTF-8
Java
false
false
925
java
import java.util.ArrayList; import java.util.Arrays; public class BasicJavaTest{ public static void main(String[] args){ BasicJava jav = new BasicJava(); // jav.print(); int[] arr = {1,3,5,7,9,13}; ArrayList<Integer> nums = new ArrayList<Integer>(); nums.add(1); n...
[ "genaroepulido@gmail.com" ]
genaroepulido@gmail.com
976cb8aa05f659c1eab2e9e959501c7f1d0848ba
dd2f8bb977a5f950006e7df39a78a80830acfb14
/i4-data-cloud-clickhouse/src/main/java/cn/i4/data/cloud/clickhouse/config/ClickHouseConfig.java
6dcc095dbf45fbcfb1977ceeaeede3bd5c8948ba
[]
no_license
994625905/i4-data-cloud
98371770fe1a7d441c80fa2a1b2241e736fc391e
dabccaceb451799caf5c92a52cb83ebc4cf1f3ed
refs/heads/master
2023-03-01T07:43:08.033611
2021-02-05T10:18:03
2021-02-05T10:18:03
306,818,916
3
1
null
null
null
null
UTF-8
Java
false
false
2,621
java
package cn.i4.data.cloud.clickhouse.config; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.core.io.ClassPathResource; import org.springframework.core.io.Resource; import org.springframework.core.io.support.PropertiesLoaderUtils; import ru.yandex.clickhouse.BalancedClickhouseDataSou...
[ "994625905@qq.com" ]
994625905@qq.com
976c58ed040e75a0a62c0e6d6316e481de9c4c22
c8fe2613dbe808e5157dec996e7d57b6a8a37167
/OrderPrint/src/main/java/com/picsdream/picsdreamsdk/activity/ReviewOrderActivity.java
000cc6c78e3cfb495dd23105bc4cca6f62ecc1d0
[]
no_license
picsdream/nowprint
d0d3566bae33f086f2f6c15ae782ab04c561b71f
5f433c3ffe1f22bf60d8a3174eb9844017c63327
refs/heads/master
2021-09-12T11:52:05.156495
2017-12-21T11:52:01
2017-12-21T11:52:01
104,210,327
0
1
null
null
null
null
UTF-8
Java
false
false
11,495
java
package com.picsdream.picsdreamsdk.activity; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.design.widget.BottomSheetDialog; import android.support.v7.widget.Toolbar; import android.util.Log; import android.view.Menu; import android.view.MenuItem; import android.v...
[ "rajankur@outlook.com" ]
rajankur@outlook.com
dea09489674c9cdeb99d3f59d07afb1b6543e868
5b64082c97895bd41c9bb7913bcaa69165165c57
/src/main/java/designPattern/prototypePattern/Square.java
5206f654e047f58da37369f6f562d7364d7af511
[]
no_license
pmk2429/java_ocean
8481c9f1b32f0eaca8d5530b1d693337a3a9fddf
2607c7f8417a7fc41de2e74ab5e67812ce5bd3ee
refs/heads/master
2023-08-22T05:16:18.451077
2023-08-20T21:33:32
2023-08-20T21:33:32
29,897,133
2
1
null
2023-07-30T17:20:32
2015-01-27T04:23:55
Java
UTF-8
Java
false
false
212
java
package designPattern.prototypePattern; public class Square extends Shape { public Square() { type = "Square"; } @Override public void draw() { System.out.println("Inside Square::draw() method."); } }
[ "pmk.2429@gmail.com" ]
pmk.2429@gmail.com
fd10e81984915bd009ed1b181439130bda0c2dfb
32d109f6d62f6c821219a7ea960daf9ae034a326
/src/br/com/gof/estruturais/composite/seguro/Main.java
d16cbe70da0cf85be76a26de946a43d2a9e57511
[]
no_license
fabioroseno/padroes_de_projeto
99c0a1229908fff8e12678a09dacb79a8c52c94a
e69fa1f6130ded1826e69c2d4a7839a19acf140f
refs/heads/master
2023-05-15T00:41:07.180199
2021-06-04T14:19:54
2021-06-04T14:19:54
27,848,843
0
0
null
null
null
null
UTF-8
Java
false
false
997
java
package br.com.gof.estruturais.composite.seguro; public class Main { /** * @param args */ public static void main(String[] args) { // O cliente precisa conhecer a implementa��o das classes concretas, // pois a interface de um ArquivoVideo � diferente de um // ArquivoComposite ArquivoComponent meuVideo =...
[ "fabiorosenos@gmail.com" ]
fabiorosenos@gmail.com
10eccf78f8721af4a13cec8a67543adfd3b798e5
e41c4cae18b75536432cc5ad862ee179a47e6b0f
/src/BankApp/challenge9/Challenge9.java
bacf9c7f1c6978324b63a80b653bf71fdac8fdbc
[]
no_license
LukaszDusza/treads
b4162efb1f3afc0f1be87c78359aa2e694757078
8efe96d383ae8552341d8ed0d208b57331b53936
refs/heads/master
2020-03-12T01:15:17.801132
2018-04-20T14:13:36
2018-04-20T14:13:36
130,371,295
0
0
null
null
null
null
UTF-8
Java
false
false
1,953
java
package BankApp.challenge9; /** * Created by timbuchalka on 16/08/2016. */ public class Challenge9 { public static void main(String[] args) { final NewTutor tutor = new NewTutor(); final NewStudent student = new NewStudent(tutor); tutor.setStudent(student); Thread tutorThread = n...
[ "lukaszdusza280@gmail.com" ]
lukaszdusza280@gmail.com
342527eef58449b26f6d5ed723729daacbcad826
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/2/2_ff415eee6729d3f0faced953d7f7133e44ee347d/DisplayImpl/2_ff415eee6729d3f0faced953d7f7133e44ee347d_DisplayImpl_s.java
16579605b1a3c99cafaefccdb6eb87640f98f9f6
[]
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
42,311
java
// // DisplayImpl.java // /* VisAD system for interactive analysis and visualization of numerical data. Copyright (C) 1996 - 1999 Bill Hibbard, Curtis Rueden, Tom Rink, Dave Glowacki, Steve Emmerson, Tom Whittaker, Don Murray, and Tommy Jasmin. This library is free software; you can redistribute it and/o...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
e5ae952274c2484ba1eeeae30b9fe14ff2705ab9
931ae35cd1ac2fa338defbc373fdf4478da607b8
/src/main/java/it/hqsolutions/lastminute/exercise/persistence/entity/package-info.java
0747e6b7f4deccddf1684d95f7620402d3c2b5b5
[]
no_license
HQSoftware-J/lastminute-exercise-prj
b459f0c5ebec970bc617fff2b2cea7d439d51408
e3cbbfcba6a51554d3fd4ec1ad112118574060f9
refs/heads/master
2021-01-20T20:35:59.541287
2016-06-21T06:46:50
2016-06-21T06:46:50
61,149,952
0
0
null
null
null
null
UTF-8
Java
false
false
104
java
/** * */ /** * @author giorgio * */ package it.hqsolutions.lastminute.exercise.persistence.entity;
[ "g.pedezzi@avanade.com" ]
g.pedezzi@avanade.com
b5c870fea945702650d41ef74277f3e252086e77
933da9e44be32496f14d8fb806ca703e57fb2e1c
/Andrian/27April18/MathOperations.java
33076f860719dd9e973fca3e938b5ed95f4896f3
[]
no_license
Padepokan79/BootCampG7
de16a04512e5ee906b137bc4c358d257aee9bd64
4143c068b8a393b680bdc0394b9db6d73361de0e
refs/heads/master
2020-03-14T09:21:16.175053
2018-06-29T10:18:49
2018-06-29T10:18:49
131,543,216
0
0
null
2018-06-29T10:18:50
2018-04-30T01:07:31
Java
UTF-8
Java
false
false
844
java
/* Date : 27/4/2018 Time : 11:05:39 Create by : Muhamad Rifan Adrian Edited by : */ public class MathOperations { public static void main(String[] args) { int a, b, c, d, e, f, g; double x, y, z; String one, two, both; a = 10; b = 27; System.out.println( "a is " + a + ", b is "+ b ); ...
[ "muhamadrifanandrian@gmail.com" ]
muhamadrifanandrian@gmail.com
a260328538de9d5e4b0d996cd67a6c1ba5ae9898
217b26b0e93d9ccb2fa07985bbd24e9347065d6a
/src/test/java/com/bafl/webdriver/logInTest.java
26879ce0a680f2e045878d0d8304bbd57776c34b
[]
no_license
bafl/selenium2WebDriverWithJava
09de658b24e1fb397a3031512132d469deb6af29
f97f76ed2995b7aa15cc6333947c9d8488792d33
refs/heads/master
2021-01-10T14:04:03.445657
2016-03-13T21:48:38
2016-03-13T21:48:38
47,895,386
0
0
null
null
null
null
UTF-8
Java
false
false
2,810
java
package com.bafl.webdriver; import org.junit.AfterClass; import org.junit.BeforeClass; import org.junit.Test; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.firefox.FirefoxDriver; import java.util.concurrent.TimeUnit; import sta...
[ "bartlomiej.florczak@qcadoo.com" ]
bartlomiej.florczak@qcadoo.com
83d866e43f049435d2387b086f3a0effcef32f7b
1802bd693b8506a0f3eace15ce6c3cbc8dbf1b9d
/manager-service/src/main/java/com/neusoft/managerservice/serviceimpl/SkuServiceImpl.java
f7b45922b126a35351cf8428410a8a1acc1a45c4
[]
no_license
872499002/guli201904
512ebc1705be6d221ca084543624c7bb6fb2c909
b5ca05560a8baef0b93d26f04d02390dd5d2a310
refs/heads/master
2020-05-24T05:48:09.707300
2019-05-17T01:21:20
2019-05-17T01:21:20
187,124,348
0
0
null
null
null
null
UTF-8
Java
false
false
12,422
java
package com.neusoft.managerservice.serviceimpl; import com.alibaba.dubbo.config.annotation.Service; import com.alibaba.fastjson.JSON; import com.neusoft.interfaces.SkuService; import com.neusoft.javabean.po.*; import com.neusoft.managerservice.dao.SkuAttrValueMapper; import com.neusoft.managerservice.dao.SkuImageMappe...
[ "986211429@qq.com" ]
986211429@qq.com
a0bc5cbf44e617225ac5b1b062c8dd7784585d0a
fec763217095ed9e4dac86be33cc8da14ac88f83
/src/main/java/Common/utility.java
3f42e03ca47b5fae4c83ca0f51c1840c47bc1032
[]
no_license
s-manzoor/NewServiceApp
f708479f3b639c1f1e4f6db8cfe5f7a7c7b55276
6f742dff00eb9d712c16e4fc89f9afa0e96af51a
refs/heads/master
2022-12-29T06:46:49.208289
2020-09-29T12:23:53
2020-09-29T12:23:53
297,628,246
0
0
null
null
null
null
UTF-8
Java
false
false
1,639
java
package Common; import org.apache.commons.codec.binary.Base64; import org.apache.commons.io.FileUtils; import org.openqa.selenium.OutputType; import org.openqa.selenium.TakesScreenshot; import org.openqa.selenium.WebDriver; import org.testng.ITestResult; import java.io.File; import java.io.FileInputStream; import jav...
[ "smanzoor@CS.NET" ]
smanzoor@CS.NET
2236ad682d613a5cc9d12425eeb6b59ee89b03ca
7cbad29007b65b81adadbea6a53e74e842537c35
/GestioneVideo Fattadame 1/src/EntityClass/Sport.java
e71d0552f636efcb69286cf1e10aab6cb8649610
[]
no_license
miky98/ProgettoIS
d45dbec93d4f653258e80032393a575af6abd335
ade5bf07347e82acc3126f7e37da7071fabfc428
refs/heads/master
2020-11-23T21:56:56.963886
2019-12-13T13:24:12
2019-12-13T13:24:12
227,837,959
0
0
null
null
null
null
UTF-8
Java
false
false
79
java
package EntityClass; public enum Sport { CALCIO, FORMULA1, MOTOGP }
[ "micha@DESKTOP-O38G8CV" ]
micha@DESKTOP-O38G8CV
cec82b512394381a275e3896111b6f62a3970de1
6c14485bfd5d37aa07e7b2f2640a5c0d6ce3de39
/motor-insurance/src/main/java/org/propertyinsurance/motor/infrastructure/Translator.java
a9a0367fdeee1c61e88b6aa5474eecd55492d20a
[]
no_license
zhuzhenguang/ebusiness
2a5669e68cd1d61359bb77ed788ce264efeb5eef
3c472255745d9907f7917df1a32ef5930d63a361
refs/heads/master
2021-01-10T21:06:30.397542
2013-06-16T18:19:05
2013-06-16T18:19:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
320
java
package org.propertyinsurance.motor.infrastructure; import org.propertyinsurance.motor.BusinessException; /** * 翻译器,用于核心系统和网销系统之间转换数据 * <p/> * User: zhu * Date: 13-2-14 * Time: 下午5:13 */ public interface Translator { void translate() throws BusinessException; }
[ "zhuzhenguang2008@gmail.com" ]
zhuzhenguang2008@gmail.com
71acfd1222a6070703dabd855fbe0e22ceefc831
99c19b9fc03978d950d3352528aaf17ac5ea861a
/beijing-cms-empty/src/main/java/com/wrj/cms/domain/Category.java
d069184339987f9e5e52f3a7d520a769f05ea57f
[]
no_license
kingdiedie/wrj
a2d1bf21adab5d293881b4f15ce9af9a496f0747
fdea9291fb546f90956531ca767483b6904ddb5b
refs/heads/master
2022-12-26T19:02:56.804657
2019-07-18T06:09:11
2019-07-18T06:45:16
197,528,151
0
0
null
2022-12-16T11:53:59
2019-07-18T06:44:34
CSS
UTF-8
Java
false
false
1,820
java
/** * */ package com.wrj.cms.domain; import java.io.Serializable; /** * 说明:分类表(cms_category) * * @author howsun ->[howsun.zhang@gmail.com] * @version 1.0 * * 2019年3月16日 下午8:35:45 */ public class Category implements Serializable{ private static final long serialVersionUID = 1L; /**...
[ "523940687@qq.com" ]
523940687@qq.com
6567c24135f7276cfec3b53f18553d751409615e
c01b681f03a7f580d65425da1dfe03c302e29ba3
/src/main/java/ru/alex/testsort/bubble/BubbleSort.java
31277c1e258171a682bc2ec3013c20d9ff628251
[]
no_license
AlexeyVasenin/ru.alex.sortmethod
a90e515aad4af1cb621c07abdd5e3cb4913fd8d1
d1a0bf8fbf4862d88a4f6d697539831e9dbe05da
refs/heads/master
2023-04-17T19:54:21.427078
2021-04-05T11:42:59
2021-04-05T11:42:59
353,990,949
0
0
null
null
null
null
UTF-8
Java
false
false
783
java
package ru.alex.testsort.bubble; import ru.alex.testsort.Swap; import java.util.Arrays; /** * Пример алгоритма сортировки методом пузырьков(Bubble Sort) */ public class BubbleSort { public static void bubbleSort() { Integer[] numArr = {12, 10, 5, 1, 6, 8, 4, 7}; System.out.println(Arrays.to...
[ "alexxx1809@gmail.com" ]
alexxx1809@gmail.com
a50076c40d4d25d982f9733ef3f319cafd10e9f0
cf3eff91f555f8c412ed61e2463fb586e1154ea3
/src/core/com/googlecode/simplegwt/initialization/client/Initializable.java
c5a8138ff181eb159e94453fdb5fa1983333a323
[]
no_license
rlakoud/simple-gwt
4e1cd8af86a246f2c39f96bc8abda7362bbe5df0
11732198969fab3724cfcc73cefb3f3c0a7da634
refs/heads/master
2021-01-13T01:27:13.777919
2009-09-13T01:34:55
2009-09-13T01:34:55
39,090,898
0
0
null
null
null
null
UTF-8
Java
false
false
1,461
java
/* * Copyright 2008 Isaac Truett. * * 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 ag...
[ "itruett@1d095b2c-cabc-11dd-87b6-9d1a99559f42" ]
itruett@1d095b2c-cabc-11dd-87b6-9d1a99559f42
e4a64d15a1c11a56fcef2d548294b848e18eab34
d9d11f47b1e26daebec4cda90888bde95b31caab
/src/main/java/com/tfowler/utils/BeanTable.java
755e1301743e0e54862e19dad7b0e09bc0cf738b
[]
no_license
trentfowler/tf-utils
ff07f3bf7f7d5039b4d859633bfeb407741cf92f
1b41afb7c02a567cb424c6aa220187a6601ae7ac
refs/heads/master
2020-08-03T14:05:33.114385
2019-10-27T17:50:35
2019-10-27T17:50:35
211,779,185
0
0
null
null
null
null
UTF-8
Java
false
false
5,045
java
package com.tfowler.utils; import java.lang.reflect.Field; import java.lang.reflect.Method; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.stream.Collectors; import java.util.stream.Stream; import org.apache.commons.lang3.StringUtils; import org.slf4j.Logger; import ...
[ "trenttfowler@gmail.com" ]
trenttfowler@gmail.com
cd35aeced12bbd13024fb72659c74607cf7bf3a3
ca778c83807705135c4cd963a1a1dee9f514b416
/src/main/java/com/company/config/ApplicationConfig.java
dab4216f13a7cadc6487f674c371f8ff481bfefa
[]
no_license
andrii-ashomok/BulkDataFeeder
84d5c77b5308e136fbade3524475b47500cac2fc
6d6e169690bb476da2bdd913ab49f03e4f6e4620
refs/heads/main
2023-03-12T11:17:46.748139
2021-03-01T12:13:54
2021-03-01T12:13:54
null
0
0
null
null
null
null
UTF-8
Java
false
false
226
java
package com.company.config; import org.springframework.context.annotation.Configuration; import org.springframework.scheduling.annotation.EnableScheduling; @EnableScheduling @Configuration public class ApplicationConfig { }
[ "andrey.aa@techcore.holdings" ]
andrey.aa@techcore.holdings
a10286fbed72894ec7609d04e95e29b937ca3747
1a622fd9f16b7320ea037726bfa7137ad85a6c66
/Generic/src/main/java/base/MobileAPI.java
80de91153e734bca0daecfc51d39a1872d794e5f
[]
no_license
aartipathania/AartiMobile
25d6f974a1b9d6c87ae93d80a545ad482c6e43d6
9104e0080d5943bd17641573de041a2158798d3e
refs/heads/master
2021-05-09T12:20:00.153429
2018-01-26T05:21:32
2018-01-26T05:21:32
119,008,988
0
0
null
null
null
null
UTF-8
Java
false
false
19,975
java
package base; import com.relevantcodes.extentreports.ExtentReports; import com.relevantcodes.extentreports.LogStatus; import io.appium.java_client.*; import io.appium.java_client.android.AndroidDriver; import io.appium.java_client.ios.IOSDriver; import io.appium.java_client.remote.MobileCapabilityType; import io.appiu...
[ "aarti.pathania@gmail.com" ]
aarti.pathania@gmail.com
f4e09c118f17c6a87a08ee2f5e0d1c1d0c1bce8a
d89954550d9f78e1c2232041c3f160e7cfbdc27d
/branch/lidl/app/src/main/java/me/hekr/sthome/model/newstyle/ValveNewActivity.java
9912c530c4499b691d3314733974d32c17169b54
[]
no_license
Skons/familywell-lidl-android
4d9fbf844a065727e9d5ebbee00bf515257647b6
6218fdd314a031c4745e71f101061065cc27bbfc
refs/heads/master
2023-06-25T20:01:25.918742
2020-12-18T02:45:26
2020-12-18T02:45:26
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,650
java
package me.hekr.sthome.model.newstyle; import android.content.Intent; import android.text.TextUtils; import android.util.Log; import android.view.View; import java.util.ArrayList; import me.hekr.sthome.R; import me.hekr.sthome.common.TopbarSuperActivity; import me.hekr.sthome.model.modeladapter.OptionAdapter; import...
[ "imac@iMacdeiMac.local" ]
imac@iMacdeiMac.local
04bec7e853e24e8e6fee1d147d30f61c21d6c3a0
26af96749dd96608a6f8afa720077842aa193d8a
/src/main/java/com/lhjl/tzzs/proxy/dto/SearchLimitDto.java
3cf64d17c6d4453260e1634fcedbf4b0499345c5
[]
no_license
SyuuTou/wlspacecraft
f2030f7ab70c09818c979cffa7613cd28150baf1
78a78861cb4e95e1a468f1d0a1f5682dc0e0b99f
refs/heads/master
2020-03-23T13:58:08.788678
2018-08-22T02:41:33
2018-08-22T02:41:33
141,648,032
1
0
null
null
null
null
UTF-8
Java
false
false
398
java
package com.lhjl.tzzs.proxy.dto; public class SearchLimitDto { String user_id; Integer limits; public String getUser_id() { return user_id; } public void setUser_id(String user_id) { this.user_id = user_id; } public Integer getLimits() { return limits; } ...
[ "1152750238@qq.com" ]
1152750238@qq.com