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
59eab4f0d12736184f82cde7de8a398f578a23dc
14c0c196dad3e37769e78dd7068053b4fb1101c2
/benchmark/src/main/java/org/bluir/core/Core.java
d8541eb6c095f7b7938ad3abb0994d9c8d5d5dea
[]
no_license
benjaminLedel/broccoli_replicationkit
e5d8d2f13e54151c22805d7fda5334a03a43854e
37a6f936a72b85b26ef98b9813ddfb453162408d
refs/heads/master
2022-12-24T16:49:45.995615
2020-09-24T23:58:23
2020-09-24T23:58:23
296,275,740
0
0
null
null
null
null
UTF-8
Java
false
false
5,550
java
package org.bluir.core; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileWriter; import java.io.IOException; import java.io.InputStreamReader; import de.broccoli.BLAlgorithm; import de.broccoli.context.BroccoliContext; import de.broccoli.utils.indri.IndriUtil; impo...
[ "benjamin@schule-plus.com" ]
benjamin@schule-plus.com
47d8630fc35123c2ae173fd8abdecf69e1259c99
25da7be8f51431080e5e8dd54ca2cdc89cb178f4
/main/java/com/example/sneakerup/controllers/RegistrationController.java
0bf260f8e1925e79e7d0b7291716569e00fb926a
[]
no_license
andreippsq/SneakerUp
c5dff874b14b110f656475067c56c47f4493ef8d
679c66ba13a27d3e62499ea892f6ef6b45b9a873
refs/heads/main
2023-05-02T16:17:23.072013
2021-05-16T18:40:53
2021-05-16T18:40:53
359,242,850
0
0
null
null
null
null
UTF-8
Java
false
false
1,216
java
package com.example.sneakerup.controllers; import com.example.sneakerup.other.User; import com.example.sneakerup.services.UserService; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web....
[ "noreply@github.com" ]
andreippsq.noreply@github.com
6c47850db073ead19c168efe63a553e093fdaf30
71a3429d1e18fd3c83b7e08c07cee2c56e3cc15d
/Sum.java
3c460f380621995608f30383dcb436425cefabe9
[]
no_license
tesla32586974/-offer-
fce144e7538fff52e6a3098de3093a522c966152
2e7dd926ba0dde87bac438427fc9dd97ded92c06
refs/heads/master
2020-03-10T07:33:09.335639
2018-04-13T09:27:20
2018-04-13T09:27:20
129,265,067
0
0
null
null
null
null
UTF-8
Java
false
false
229
java
package algorithm; public class Sum { public int Add(int num1,int num2) { int num3 = num1 ^ num2; int num4 = (num1 & num2)<<1; if(num4 !=0 ) return Add(num3, num4); return num3; } }
[ "love32586974@163.com" ]
love32586974@163.com
88d7c3beb2e7284fe0622ef081c92d047062e43a
9cfba70490d5f6060f9a91a5b1ad11f40ada00b8
/src/main/java/com/ppx/cloud/repository/category/KnowledgeCategoryServiceImpl.java
333b85a22db5f039059c8e8a67f40739f99d5ed7
[]
no_license
mark-person/repository
a7b2c446cd76b0351164e01c08558d4000e0f618
ae12b98adfcdee7847237530ab0ad3f64abba838
refs/heads/master
2020-04-25T08:36:08.482838
2019-12-19T10:04:33
2019-12-19T10:04:33
172,652,726
0
0
null
null
null
null
UTF-8
Java
false
false
795
java
package com.ppx.cloud.repository.category; import java.util.List; import org.springframework.jdbc.core.BeanPropertyRowMapper; import org.springframework.stereotype.Service; import com.ppx.cloud.common.jdbc.MyDaoSupport; @Service public class KnowledgeCategoryServiceImpl extends MyDaoSupport implements Kno...
[ "6882855@qq.com" ]
6882855@qq.com
a6363cce23b0f783e56270f3ec2539b3dc1acf77
90d1144087e2b31e3b1a4284d36cd9714cbb4bc7
/MultiNdkDemo/src/main/java/com/xinghai/androidndkdemo/MainActivity.java
17a6d8f715cb2768fd4d6bb13da52d8695afc5eb
[ "Apache-2.0" ]
permissive
yuanbaoyu/AndroidNdkDemo
f47cd30f7dce6f29f693c703edb686c33c74a234
88f22b4d383a5b023afd209884c7ab4d0669c977
refs/heads/master
2020-03-18T09:04:53.629819
2018-05-25T06:39:50
2018-05-25T06:39:50
134,543,906
4
2
null
null
null
null
UTF-8
Java
false
false
538
java
package com.xinghai.androidndkdemo; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.widget.TextView; import com.xinghai.multi.JniUtil; public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super....
[ "yuanbaoyu@wangchengiMac.local" ]
yuanbaoyu@wangchengiMac.local
5c9a75f4c9c2bc76d702d4c5af27f54d848b25c0
d3969992a540007afec9c24db8cb98725cbd92e0
/src/com/imc/imctools/controllers/BackdateProductController.java
4551dc74266fd060fa465f68824d65517f513891
[]
no_license
adrianfurukawa/JavaToolsProject
173d0409998708daae66edce3c3e43c5f4cc4f03
b256cf5f532de6480e9e267bb5c928059cc35364
refs/heads/master
2021-01-22T07:35:36.560034
2017-02-13T14:45:20
2017-02-13T14:45:20
81,835,362
0
0
null
null
null
null
UTF-8
Java
false
false
10,592
java
package com.imc.imctools.controllers; import com.imc.imctools.pojo.ClientPOJO; import com.imc.imctools.pojo.MemberPOJO; import com.imc.imctools.pojo.ProductPOJO; import com.imc.imctools.tools.Libs; import org.hibernate.Session; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.zkoss.zk.ui.event.Event...
[ "adrianfurukawa@yahoo.co.id" ]
adrianfurukawa@yahoo.co.id
f2c240b471765c7f9d06b8e8b0c4dad95a85e44a
6891eb2524b57128a17fd5bc0a0cfd0f485048c4
/src/com/mcxtzhang/algorithm/leetcode/array/Test581.java
33dae77b70766a03cafd784cef9ba98d05d1a5bc
[ "MIT" ]
permissive
mcxtzhang/TJ-notes
d6a0594405ff5ffea0ea7b2c505300e47a25fe12
9454937b53403c70007ba9e0d32c3df61da8bac3
refs/heads/master
2020-05-23T08:01:53.213842
2019-01-22T09:39:44
2019-01-22T09:39:44
80,487,759
2
0
null
null
null
null
UTF-8
Java
false
false
2,998
java
package com.mcxtzhang.algorithm.leetcode.array; import java.util.Arrays; /** * Intro: 581. Shortest Unsorted Continuous Subarray * Given an integer array, you need to find one continuous subarray that if you only sort this subarray in ascending order, then the whole array will be sorted in ascending order, too. Y...
[ "zhangxutong@imcoming.cn" ]
zhangxutong@imcoming.cn
e04303b36961e00653087931f56ca1bb9e338b24
7bc0e996c31dccee472ef7503d75a2b9bc40b2e3
/SpookyShoots/src/com/me/TeamName/LoadContent.java
cc5cde1f1ab63a2c7cdafd42a49c976b7fce5e00
[]
no_license
Nathisgreen/SpookyShoots
c090661b0838f003f4cc3dc84cd013b655139430
2f438b1ad45618770a0bccd205e1f052fbc0cd64
refs/heads/master
2021-01-22T05:21:01.360647
2014-01-19T19:59:23
2014-01-19T19:59:23
null
0
0
null
null
null
null
UTF-8
Java
false
false
719
java
package com.me.TeamName; import com.me.TeamName.Engine.ContentManager; import com.me.TeamName.Engine.Scene; import com.me.TeamName.Engine.SceneManager; public class LoadContent { public LoadContent(){ ContentManager.addFont("testFont", "data/fonts/AldoTheApache_20.fnt", "data/fonts/AldoTheApache_20.png"...
[ "treesbegreen@hotmail.com" ]
treesbegreen@hotmail.com
151964490b210c086327e757d2dce2fddb6373c5
bfc1b4c27b78919df995cac44920e9763cc0f18e
/JElevator-JasonController/src/java/org/intranet/elevator/MorningTrafficElevatorSimulator.java
f16684fd5c8da1299f52cb37b1a3a7f88178c6e1
[]
no_license
ssardina-agts/elevator-JASON
06e38bceccb819f8d60dfe54ce36ff1958001add
78156162be40aa3392122c7552188fd93294eaf0
refs/heads/master
2020-12-08T07:47:45.511249
2014-11-26T20:57:50
2014-11-26T20:57:50
232,929,103
0
0
null
null
null
null
UTF-8
Java
false
false
3,622
java
/* * Copyright 2003 Neil McKellar and Chris Dailey * All rights reserved. */ package org.intranet.elevator; import java.util.Random; import org.intranet.elevator.model.Floor; import org.intranet.elevator.model.operate.Building; import org.intranet.elevator.model.operate.Person; import org.intranet.elevator.model.o...
[ "ssardina@gmail.com" ]
ssardina@gmail.com
752720efeef2178c03194774b224b920ce0856a8
30324f9737119ac5ea7827f530793f8cea19a004
/org.openntf.xpt.core/src/org/openntf/xpt/core/utils/NotesObjectRecycler.java
b694a2f2fbd8c7eb8c332a517512a0e943d8ece0
[ "LicenseRef-scancode-jdom", "ICU", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
OpenNTF/XPagesToolkit
270dbd2a58e8ecd9157e256ab476c476fb5082ef
570af080d2704b53b483350a4022ac7240348e20
refs/heads/master
2023-08-04T20:39:38.526068
2021-04-06T09:25:01
2021-04-06T09:25:01
10,921,208
2
5
Apache-2.0
2023-07-25T17:22:55
2013-06-24T21:50:26
Java
UTF-8
Java
false
false
1,367
java
/** * Copyright 2014, WebGate Consulting AG * * 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...
[ "christian.guedemann@webgate.biz" ]
christian.guedemann@webgate.biz
f5117f622daaa45809001c3cbaf7eded8bdf4a4e
8269775a1fca3d4980b557aebd3fe298d8093e93
/src/it/mbcraft/command_server/engine/core_commands/StopCommand.java
254360e9b93b8474a89d9a5fdd5f546dfa3c5c78
[ "MIT" ]
permissive
mbcraft/JavaCommandServer
a739e5cf47ac3a376ba18f30ed8781bc1d7b2cad
cc9e8959acbccd22db07c49f8286f4a26c1a371d
refs/heads/master
2021-01-01T03:49:48.296500
2016-04-23T09:42:22
2016-04-23T09:42:22
56,910,989
0
0
null
null
null
null
UTF-8
Java
false
false
841
java
/* * * Copyright MBCRAFT di Marco Bagnaresi - © 2013-2016 * All rights reserved - Tutti i diritti riservati * * Mail : info [ at ] mbcraft [ dot ] it * Web : http://www.mbcraft.it * */ package it.mbcraft.command_server.engine.core_commands; import it.mbcraft.command_server.engine.AbstractComma...
[ "info@mbcraft.it" ]
info@mbcraft.it
9875dc5f9c20cf719f9d87d92b9f2bab9e25cb96
14e7c41ffc898dcb30005141ed4d1f20a1eecbca
/umeng_community_library/src/main/java/com/umeng/comm/ui/presenter/impl/AtMeFeedPresenter.java
793081a33f861c8060bfae0730ab8678ba32f504
[]
no_license
ljyao/CampusMoment
55eb4da815750ed7d9ba29161622901409ea8920
2a94c94485c961535e169df5200e95e7f626a5ac
refs/heads/master
2021-01-21T04:44:46.491538
2016-06-02T14:07:24
2016-06-02T14:07:24
50,668,406
0
0
null
null
null
null
UTF-8
Java
false
false
1,677
java
/* * The MIT License (MIT) * * Copyright (c) 2014-2015 Umeng, Inc * * 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 u...
[ "lijinyao@oneniceapp.com" ]
lijinyao@oneniceapp.com
ce3ae077dc3ae3bc02db69ba069ca0b618e42397
7c462adab2fde7af3025c0e82faaa17f22af7384
/src/main/java/com/google/common/io/CharSequenceReader.java
38cb959866861746d62a8133ebab74b5f69fa44e
[]
no_license
jbock-java/guava
10690bc67cf1057332cbb27e683472b476bbb004
1a42ba97cb814a9ddf3a6692df9211e563b3bedf
refs/heads/master
2022-07-28T07:45:35.385779
2021-12-25T13:19:58
2021-12-25T13:19:58
424,536,360
0
0
null
null
null
null
UTF-8
Java
false
false
4,667
java
/* * Copyright (C) 2013 The Guava 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 applicable law or agreed ...
[ "jbock-java@gmx.de" ]
jbock-java@gmx.de
3e038493af83634d77ce77aee1bc37206536ee35
0753867c790281239b8f213ac547d5b6a8451a33
/ex_lib/mini_rt/src/java/util/ArrayList.java
3a69b4ef42b902df20f6e62c5971913ccbced1ba
[ "LicenseRef-scancode-public-domain" ]
permissive
zhujiabin/miniJVM
386325e8554a6cbaa2442096a16b91767d75d4a7
4ae1cd1a40c5e23cb8f4bec0ebe1a3b94c611d8c
refs/heads/master
2020-04-28T05:57:09.444049
2019-03-07T08:17:27
2019-03-07T08:17:27
175,038,279
1
0
null
2019-03-11T16:14:52
2019-03-11T16:14:51
null
UTF-8
Java
false
false
21,851
java
package java.util; import java.lang.Cloneable; /* * @(#)ArrayList.java 1.49 05/03/03 * * Copyright 2005 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ /** * Resizable-array implementation of the <tt>List</tt> interface. Implements ...
[ "digitalgust@163.com" ]
digitalgust@163.com
037cd8f73d9ebcbe1234608ac7b37a5e66d1a8c5
36fa82ab4e0119db4fd9436911af91c924c29a08
/app/src/main/java/myapps/kz/betgames/fragments/AboutFragment.java
4bd56e479dc08bfdfa714ab7079c4ce04c536c58
[]
no_license
bekbossyn/betgames_android
31fa6587303e9f733c9cd02402df2ec06a065667
dc9e55fb0cbfbf648226cd0fe37b3447098fc1b3
refs/heads/master
2021-04-27T00:13:27.413977
2018-03-04T09:31:43
2018-03-04T09:31:43
123,774,415
0
0
null
null
null
null
UTF-8
Java
false
false
1,222
java
package myapps.kz.betgames.fragments; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.Menu; import android.view.View; import android.view.ViewGroup; import myapps.kz.betgames.MainActivity; import myap...
[ "bekbossyn.kassymkhan@gmail.com" ]
bekbossyn.kassymkhan@gmail.com
5de8a6ba2fcf4b78cf63ab872f3c0d7f2b515972
5a40ec24879cc94f00dccd3f12b0a4a792a15a21
/app/src/main/java/com/carino/hackathon/speedscreen/fragments/adaptor/RecyclerItemDecoration.java
0094d438285042f8c3a505a9e1ec5a042c2987d5
[ "BSD-3-Clause" ]
permissive
alimertozdemir/CarIno
d0c9243630a369d35f8164c0c028d78ee601b1a9
4818687c7fa376372b12ad9ea1cede33c0177829
refs/heads/master
2021-07-22T14:48:25.303866
2017-11-06T07:03:26
2017-11-06T07:03:26
109,480,822
2
1
null
null
null
null
UTF-8
Java
false
false
1,087
java
package com.carino.hackathon.speedscreen.fragments.adaptor; import android.content.Context; import android.graphics.Rect; import android.support.v7.widget.RecyclerView; import android.view.View; import com.carino.hackathon.R; /** * Created by alimertozdemir on 4.11.2017. */ public class RecyclerItemDecoration ext...
[ "ali.ozdemir@akbank.com" ]
ali.ozdemir@akbank.com
0f0928365ffc6650721c4c1dc2964483ca67e75b
9c18984be513e99a9ea0640e30f330e77eee128e
/SmartFarm/src/main/java/com/nuc/mapper/UserMapper.java
9a1b130e79b0e274f0d82cbaac4bf644a64ceefa
[ "Apache-2.0" ]
permissive
dengmin111/SmartFarmForIOT
9a36338e58d8cc3de059c31dbafa6b2b1f5daff1
3d2fcaaa52a7d5586af3117556b9c3eef99aa410
refs/heads/master
2020-03-27T23:45:43.760040
2019-03-30T13:18:19
2019-03-30T13:18:19
147,344,270
2
0
null
null
null
null
UTF-8
Java
false
false
482
java
package com.nuc.mapper; import java.util.List; import com.nuc.pojo.User; public interface UserMapper { int deleteByPrimaryKey(Integer id); int insert(User record); int insertSelective(User record); User selectByPrimaryKey(Integer id); int updateByPrimaryKeySelective(User record); int upd...
[ "1622409209@qq.com" ]
1622409209@qq.com
aee43485eb7da9b40984bca530d8477a189e457d
50566ce5d2aab32465b974cfc64dc92b36708724
/src/com/williballenthin/RejistryView/RejTreeKeyNode.java
d0780432fdd2ca7c7e5927e8330fdb220d56a976
[ "Apache-2.0" ]
permissive
sidheshenator/RejView
ae1d93896bc927e03aa609dcc0ae025f8cbe4d7b
9903a6caaa5c93691db6bc63bf1c1bc8f25d4755
refs/heads/master
2020-12-03T05:32:41.066935
2013-08-21T03:31:07
2013-08-21T03:31:07
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,031
java
package com.williballenthin.RejistryView; import com.williballenthin.rejistry.RegistryKey; import com.williballenthin.rejistry.RegistryParseException; import com.williballenthin.rejistry.RegistryValue; import java.io.UnsupportedEncodingException; import java.util.Iterator; import java.util.LinkedList; import java.uti...
[ "william.ballenthin@mandiant.com" ]
william.ballenthin@mandiant.com
853b10c2990b647dead808a8f3a0588efa718c0d
413e8188b93e6b3b273cf83c2593ef4552843793
/app/src/main/java/com/example/dhruv/newsfeed/Models/CurrentWeather.java
7fe7b21cfdcb4e38c771a226ed368b78b3ca0b48
[]
no_license
anubhakushwaha/News-Ton
86dd779128aa749f78c8b189fe8845ba0223e96b
46f5a241816f28c9730573a9918b943c2882868f
refs/heads/master
2021-01-11T02:05:41.378967
2016-10-10T19:19:21
2016-10-10T19:19:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
733
java
package com.example.dhruv.newsfeed.Models; /** * Created by dhruv on 6/9/16. */ public class CurrentWeather extends WeatherForecast { private final float mTemperature; // Current temperature. public CurrentWeather(final String locationName, final long timestamp, ...
[ "dhruvrathi15@gmail.com" ]
dhruvrathi15@gmail.com
8c6209aed53b8bf648df66054b446bcf23a4a7bb
5e21a8fc768b2a247189ecfcffd47da9a36fb13c
/src/Spath.java
09f01825709214ab53aaadf232243ddbae90f6cf
[]
no_license
Saragog/SPOJ_SHPATH
be1dbe291a7b8f861e8e169163c4d4208e9c5e9d
2a9d96061be4ae9aa91e5120785862ebb9d43115
refs/heads/master
2021-05-08T07:02:02.308755
2017-10-12T13:01:26
2017-10-12T13:01:26
106,693,405
0
0
null
null
null
null
UTF-8
Java
false
false
467
java
import java.util.List; import java.util.Scanner; public class Spath { private static Scanner input; List<City> cities; private class City { String cityName; int cityIndex; } private void performOneTest() { } public static void main(String[] args) { int testNumber; input = new Scanner(...
[ "andrzejdackiewicz@gmail.com" ]
andrzejdackiewicz@gmail.com
46eea211fae925b578fe1e769b2e25a6433b9102
ff1cf7f814ba5ceaf4cf9f0217578a56e53e9a28
/java-ssm-spring/java-ssm-springaop-aspectj/src/main/java/study/ssm/springaop/before/service/impl/SomeServiceImpl.java
219fda58b5fb5398bcb8acc528fff9662fe63137
[]
no_license
miniministrong/java-ssm-study
d12a8587d5f76fa28c8d03f81d3764b8abe1015b
943f6ff2b11eef3d272cd798c19dc924d500f386
refs/heads/master
2023-08-16T18:50:03.910674
2021-09-15T13:11:10
2021-09-15T13:11:10
406,769,301
0
0
null
null
null
null
UTF-8
Java
false
false
602
java
package study.ssm.springaop.before.service.impl; import org.springframework.context.annotation.ComponentScan; import org.springframework.stereotype.Service; import study.ssm.springaop.before.service.SomeService; /** * @author dhl * @datetime 2021/7/20 16:14 */ @Service("someServiceImpl") public class S...
[ "du.honglei@ebiz-digits.com" ]
du.honglei@ebiz-digits.com
b08f84ab8fa80f9882bd749ca09bc1eb671c7b2c
ff92d22f751f410040f2bf1c3f5e1a9fc3f25899
/app/src/main/java/abhishek/custommenudrawer/Main.java
f4f09c3394a4104432b4cb90ba02edec58ad8702
[]
no_license
abhishek70/Custom-Menu-Drawer-Android-App
6f2b2c893dfecbbe85aadc1cf18a444a5ab6246b
d225c6583177919027884a91aae03d378dabb8bd
refs/heads/master
2020-05-18T19:21:39.942868
2014-09-13T22:36:34
2014-09-13T22:36:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,029
java
package abhishek.custommenudrawer; import android.app.Activity; import android.app.ActionBar; import android.app.Fragment; import android.app.FragmentManager; import android.content.Context; import android.os.Build; import android.os.Bundle; import android.view.Gravity; import android.view.LayoutInflater; import andr...
[ "abhishek.desai70@gmail.com" ]
abhishek.desai70@gmail.com
c42d8800885b92f3f750e4a28c313dbdc2df20df
c7dcae5764580d0456be83c4db81ac7c8d901c3c
/Leet code week 2/Leet code Removes Duplicate from Sorted Arrays.java
d74389fe03c604c0f95715ce6ad56e70c2f89d19
[]
no_license
akkiitsme/Summer-Internship-program
eee7a8809510eb3034fc64849b638e0166a9e5f7
dfa170b74ae34b9941181689eb66d04b6a0b4a49
refs/heads/main
2023-06-21T11:26:59.620750
2021-07-18T17:33:31
2021-07-18T17:33:31
383,152,713
0
0
null
null
null
null
UTF-8
Java
false
false
2,199
java
/* Given an integer array nums sorted in non-decreasing order, remove the duplicates in-place such that each unique element appears only once. The relative order of the elements should be kept the same. Since it is impossible to change the length of the array in some languages, you must instead have the result be plac...
[ "noreply@github.com" ]
akkiitsme.noreply@github.com
8964476c437867fd27ed3100fb60bdebd19096fe
0398e3159f98e92c9f04cf6bcf3a961e0975a073
/src/dao/water/NoticeDao.java
fbbfe25c2b791d1cac611d6d66ee8a6ae52fc4ad
[]
no_license
kongemom1215/byerus
80d5a48159829a8237aa8bccf623ed5f906db7c4
d4c3422b62f66845dc9aa634b33a35736d310074
refs/heads/main
2023-04-01T22:44:07.218906
2021-03-30T04:43:32
2021-03-30T04:43:32
338,590,554
1
0
null
null
null
null
UTF-8
Java
false
false
6,314
java
package dao.water; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.ArrayList; import java.util.List; import javax.naming.Context; import javax.naming.InitialContext; import javax.sql.DataSource; public...
[ "kongemom1215@gmail.com" ]
kongemom1215@gmail.com
38eb15efb2dffca07bf81ac70fb8b2c5382c3abd
781682c9629caff05942bbeb90c2b03f54e8a5a9
/Main.java
11cd88b28ce9b549ee4ecec5c9e141fdae9eeabb
[]
no_license
kamilahollerbach/hollerbach-cop3330-ex7
a2825b037b2dd49f3cb0a75402bf72b8355883f5
726e3957d65d2fde2615f4302dd7b5268b97a788
refs/heads/main
2023-08-03T08:56:07.908716
2021-09-13T22:00:02
2021-09-13T22:00:02
406,141,565
0
0
null
null
null
null
UTF-8
Java
false
false
889
java
/* * UCF COP3330 Fall 2021 Assignment 1 Solution * Copyright 2021 Kamila Hollerbach */ package com.company; import java.util.Scanner; import java.util.*; import java.util.*; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); ...
[ "noreply@github.com" ]
kamilahollerbach.noreply@github.com
a7c4c7ec551602e33e478e43ad2fe54a3acdcee5
ac0cc9fc0d73a9435dae888bf89c627611b603b3
/src/main/java/minecrafttransportsimulator/blocks/instances/BlockBeacon.java
00e6e6edd9db0a4946d494dad69bd58a4ab0e8bc
[]
no_license
gyrohero/MinecraftTransportSimulator
560dced33074852bb153a806980a4428936841e8
484d754d9a8b901ff60aee38b6211917749291c2
refs/heads/master
2023-02-05T01:43:39.883760
2020-12-14T01:19:46
2020-12-14T01:19:46
257,940,767
0
0
null
2020-04-22T15:23:35
2020-04-22T15:23:35
null
UTF-8
Java
false
false
1,732
java
package minecrafttransportsimulator.blocks.instances; import java.util.List; import minecrafttransportsimulator.baseclasses.BeaconManager; import minecrafttransportsimulator.baseclasses.Point3i; import minecrafttransportsimulator.blocks.components.ABlockBaseDecor; import minecrafttransportsimulator.blocks.tileentitie...
[ "rapscallion827@gmail.com" ]
rapscallion827@gmail.com
174295f4d8644f887eb84a0103888753afac4af1
7eecef9e67ac192503b049fced4ca2c59b5767f6
/src/main/java/com/ringcentral/definitions/NotificationRecipientInfo.java
9b6c8b424c906c1515048eecf259f1dfacffdab5
[]
no_license
PacoVu/ringcentral-java
985edecd37a92751a5f3206b7a045d9a99a63980
df6833104538fc75757a41a3542c3263cf421d28
refs/heads/master
2020-05-29T12:56:18.438431
2019-05-30T14:42:02
2019-05-30T14:42:02
140,632,299
0
0
null
2018-07-11T22:08:32
2018-07-11T22:08:31
null
UTF-8
Java
false
false
1,599
java
package com.ringcentral.definitions; import com.alibaba.fastjson.annotation.JSONField; public class NotificationRecipientInfo { // Phone number in E.164 (with '+' sign) format public String phoneNumber; public NotificationRecipientInfo phoneNumber(String phoneNumber) { this.phoneNumber = phoneNumber...
[ "tyler4long@gmail.com" ]
tyler4long@gmail.com
64fa870902bf9ffbd24cd46552cd7c623e8b5b04
a9adc83d3a0f2ef0be6878fd5286d674c95363d0
/clients/kratos/java/src/test/java/sh/ory/kratos/api/CommonApiTest.java
0341ef29510b19c4d7843162ddcb4557661c8186
[ "Apache-2.0" ]
permissive
TuxCoder/sdk
e4625ca82da6e303e85a7d2f3e4220fd83fd1973
908f96e038142b99c3b6541f760f9dd158408791
refs/heads/master
2022-11-06T06:04:21.904547
2020-07-01T15:32:38
2020-07-01T16:00:10
273,890,630
0
0
null
2020-06-21T11:29:15
2020-06-21T11:29:15
null
UTF-8
Java
false
false
5,668
java
/* * Ory Kratos * Welcome to the ORY Kratos HTTP API documentation! * * The version of the OpenAPI document: latest * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package sh.ory.kratos.api...
[ "aeneas@ory.sh" ]
aeneas@ory.sh
48dadfdaa9637f243f7f4551b5f4caf021f6166a
f0a5e9b32461d89c330eddb6c49d533335548d81
/src/main/java/pl/pjatk/movieService/CoreApplication.java
b816e1e6afa7014f90353fc328f959479b6b30cf
[]
no_license
s21357-pj/jaz_movieService
6b3d4ae859243f31ef1787f24469fe05816aadee
b8fd26d47583d3a543306640d7311e5084f5b57a
refs/heads/master
2023-05-27T16:25:17.807722
2021-06-03T12:34:45
2021-06-03T12:34:45
365,525,322
0
0
null
null
null
null
UTF-8
Java
false
false
311
java
package pl.pjatk.movieService; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class CoreApplication { public static void main(String[] args) { SpringApplication.run(CoreApplication.class, args); } }
[ "s21357@pjwstk.edu.pl" ]
s21357@pjwstk.edu.pl
074d9f1b778e0a1c4854fd7efee278ab3853227f
8b74c61074fb3bce89e8942a16434a0c4c4f0d48
/app/src/main/java/com/example/currencyconverter/MainActivity.java
6a2e657ad0a8b411ddf4e2cb84bf250ea7ba3aed
[]
no_license
noor-fathima-khanum/CS407-currencyconverter
61f61e0de7c4184278fa6844148585f7d164b15a
c6a63b22be82378d30f821ee3e7d36d820d0e623
refs/heads/master
2020-12-30T02:37:04.776705
2020-02-07T03:09:52
2020-02-07T03:09:52
238,833,099
0
0
null
null
null
null
UTF-8
Java
false
false
1,066
java
package com.example.currencyconverter; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.EditText; public class MainActivity extends AppCompatActivity { public void clickFunction(View...
[ "noorfathima029@gmail.com" ]
noorfathima029@gmail.com
11afbd9a144924d39286d6c0734abf7978bb8e8f
74b2d906e427a9547ede09be65f6525066e12264
/src/main/java/com/peter/controller/MinutesController.java
630dbbfee61ac9fa17b4154d59517df56a2ccf5e
[]
no_license
patevn/fitness
4389ed249cb06c25e31e4f690c4cc289f5b826da
9470976c70a88ced0718bff99e03770493c0cc08
refs/heads/master
2021-08-20T05:53:17.158785
2017-11-28T10:12:01
2017-11-28T10:12:01
111,530,208
0
0
null
null
null
null
UTF-8
Java
false
false
585
java
package com.peter.controller; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.ModelAttribute; import org.springframework.web.bind.annotation.RequestMapping; import com.peter.model.Exercise; /** * @author Peter */ @Controller public class MinutesController { @Reque...
[ "petermmcnaught@gmail.com" ]
petermmcnaught@gmail.com
672cc3f95d91c11575c58dd15f704d61cb056e15
77b3998da1db73cc2de0ebd9e0872e139428c405
/ejemploCompServiciosJSF192/src/java/servicios/service/AbstractFacade.java
2ed5d839e4ceab7b3322fb3131a89d68677e9b6b
[]
no_license
danielsinho007/primeraAplicacionServicio
70a29ac1d2915abadd914fce88c03abe7c049ffa
50850f4455918ad798b40b22776014d1e4645885
refs/heads/master
2020-09-16T18:37:06.075702
2019-11-25T03:43:46
2019-11-25T03:43:46
223,854,718
0
0
null
null
null
null
UTF-8
Java
false
false
1,978
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 servicios.service; import java.util.List; import javax.persistence.EntityManager; /** * * @author danimocr */ public abstr...
[ "dmontoyac@ias.com.co" ]
dmontoyac@ias.com.co
ac61c6e45c5b3679abac778d618a59158fa348f0
77d564fdc48eacca65dee018e6e2fbb77ea7d73a
/src/main/java/com/ramsey/betterexamsrestapi/repo/UserRepo.java
28cdfc5c663aa8e1813196988246ceb2b35f3778
[]
no_license
ahmed-ramsey-shahin/BetterExams-RESTApi
73e813d03e426f62eb9aab74177cfd43ac14225f
d0eaf3dc15f560251d3bd3f636637fc6e6e86a55
refs/heads/master
2023-08-01T10:24:54.712413
2021-10-01T17:53:26
2021-10-01T17:53:26
410,865,916
1
0
null
null
null
null
UTF-8
Java
false
false
1,318
java
package com.ramsey.betterexamsrestapi.repo; import com.ramsey.betterexamsrestapi.entity.User; import com.ramsey.betterexamsrestapi.entity.UserType; import org.springframework.data.domain.Pageable; import org.springframework.data.jpa.repository.Query; import org.springframework.data.repository.CrudRepository; import or...
[ "ahmed.ramsey.shahin@yandex.com" ]
ahmed.ramsey.shahin@yandex.com
727596d0b74f830411ad4534fdefed3aba574865
449fdb4375ac74fd49081203f1de837de4cff229
/app/src/main/java/co/com/planit/lavapp/client/ConsultaDescripcionPedido.java
0453681bb854bf47570cc5d7f6babf04a3f8abb9
[]
no_license
Scordevil/Lavapp
9b55d92fb3ef96bb3a128b9e2abf8d3747a03a5d
b6c8a4b4673c0ab6ca473274372ef18c62efe924
refs/heads/master
2021-01-12T12:23:32.841694
2016-11-02T22:29:19
2016-11-02T22:29:19
72,482,803
0
0
null
null
null
null
UTF-8
Java
false
false
11,044
java
package co.com.planit.lavapp.client; import android.app.AlertDialog; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.os.Bundle; import android.support.design.widget.FloatingActionButton; import android.support.design.widget.Snackbar; import android....
[ "Cardenasg66@gmail.com" ]
Cardenasg66@gmail.com
206c15f3192536d634d41244c39cc94439bd31d4
aa1942498b50e96c66f908105f01313bf2d6764c
/SWO4/uebungMoodle5/Beispiel/test/at/lumetsnet/swe4/collections/test/TwoThreeFourSetTest.java
c28e3664c77d031fc7f7b17cdb58590d09c2ab69
[]
no_license
romanlum/StudyCode
b87a5e62bef3f95562653e56d9c60f3822a1c452
e8a5f5b90b38b4d8f957f5e14c555a204caaa350
refs/heads/master
2020-12-14T15:40:18.276993
2016-05-28T09:41:21
2016-05-28T09:41:21
33,830,960
0
0
null
null
null
null
UTF-8
Java
false
false
1,434
java
package at.lumetsnet.swe4.collections.test; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; import java.util.Comparator; import org.junit.Test; import at.lumetsnet.swe4.collections.SortedTreeSet; import at.lumetsnet.swe4.collections.TwoThreeFourTreeSet; public cl...
[ "roman.lumetsberger@outlook.com" ]
roman.lumetsberger@outlook.com
a1d6fdc829558530ff9aefef4d8863f22aa3eef4
a60d7543e9cf369db9a39d235b0ce07eb721aa12
/hippo-rest/src/main/java/com/yoterra/hippo/mob/controllers/ProductController.java
04415081cae4dfd7d6535ab8abbb6287d095ae9e
[]
no_license
nawelmohamed/hippo
7bd0da5b78f41178a314531d98d792ddfbc07aa8
8d4e81a4219e7e27a2a012aeaa3fc671a7d4221b
refs/heads/master
2023-09-04T18:31:43.908198
2021-08-26T11:54:52
2021-08-26T11:54:52
428,688,345
0
0
null
null
null
null
UTF-8
Java
false
false
5,186
java
package com.yoterra.hippo.mob.controllers; import java.util.List; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.domain.Page; import org.springframework.data.domain.PageImpl; import org.springframework.data.domain...
[ "mihajlo.brankovic@yoterra.com" ]
mihajlo.brankovic@yoterra.com
8be43d4ce530e2ee93dd80970fdcc996631775e5
ba7a08adbdd07dc8b45b4a3aea0e03cce73b4dc6
/hr-eureka-server/src/test/java/com/microservices/hreurekaserver/HrEurekaServerApplicationTests.java
a778f838aa6cd5ba45d5cf89c19e54e22b2fb8fe
[]
no_license
giuliana-bezerra/microservices-springboot
0f4a4144a030e094cd4270a69c24be0424c9d701
3e7f828c92dbee5d47cc5e43283d455668c53399
refs/heads/main
2023-04-15T02:38:20.279783
2021-02-23T14:04:34
2021-02-23T14:04:34
336,028,998
3
0
null
null
null
null
UTF-8
Java
false
false
232
java
package com.microservices.hreurekaserver; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class HrEurekaServerApplicationTests { @Test void contextLoads() { } }
[ "giu.drawer@gmail.com" ]
giu.drawer@gmail.com
09c0a95c9bfe3bd5240520cedab7fdf03b960556
898e786d8f299a478a88a8b2f8e91f063d712722
/src/main/java/pe/com/iquitos/app/security/DomainUserDetailsService.java
6caa0b29349a1d0a4d4b63246cf4545d3559a3eb
[]
no_license
luiighi2693/iquitos-app
b73818fa11a73d494c6d8445b60be57d2e10aafd
b5452ce047ebad07df80b5103974cf919f999b80
refs/heads/master
2021-06-30T21:04:04.328284
2019-02-06T01:54:36
2019-02-06T01:54:36
154,246,223
0
1
null
2020-09-18T09:45:00
2018-10-23T02:04:29
TypeScript
UTF-8
Java
false
false
2,670
java
package pe.com.iquitos.app.security; import pe.com.iquitos.app.domain.User; import pe.com.iquitos.app.repository.UserRepository; import org.hibernate.validator.internal.constraintvalidators.hv.EmailValidator; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.security.core.GrantedAutho...
[ "luiscarvajal2693@gmail.com" ]
luiscarvajal2693@gmail.com
ae8eeac397f553d45121725f0d29f9bea540b90f
aafb4a4825eab483702d004760902a1c13a0a3d8
/JavaEx2/src/chapter11/DecimalFormatExample.java
b4ffcd54572d1d60d0efe8c293395c1a450e7754
[]
no_license
Jiwon0801/JAVA
120d6d187778920d57b49438a8b7c0c4fd4fa04e
7820eeff663a376ea1ee1db1b5a35a7042f89b0a
refs/heads/master
2020-04-22T03:36:55.584928
2019-02-11T10:39:14
2019-02-11T10:39:14
170,093,931
0
0
null
null
null
null
UTF-8
Java
false
false
1,314
java
package chapter11; import java.text.DecimalFormat; public class DecimalFormatExample { public static void main(String[] args) { double num = 1234567.89; DecimalFormat df = new DecimalFormat("0"); System.out.println(df.format(num)); df = new DecimalFormat("0.0"); System.out.println(df.format...
[ "noreply@github.com" ]
Jiwon0801.noreply@github.com
e7ea2c7e0f4dd3b6585bed9c11f242df23f844ac
558394750002c6ca8429a349567f8e5ef95f474c
/app/src/main/java/example/beyondar/com/postexample/database/AppDatabase.java
666eab7c7c2b01585550c20fa51524d0d1e32cd6
[]
no_license
thilinawarnakula/Posts-Application-android
04c6f5a849b867c2f4e741259f383903a750d5ff
823f8e8e2868e216c2fedc56a7897fe3e4678fc5
refs/heads/master
2020-09-25T14:21:10.560338
2019-12-05T13:32:52
2019-12-05T13:32:52
226,022,586
1
0
null
null
null
null
UTF-8
Java
false
false
1,110
java
package example.beyondar.com.postexample.database; import androidx.room.Database; import androidx.room.RoomDatabase; import example.beyondar.com.postexample.model.entity.masterdata.Comments; import example.beyondar.com.postexample.model.entity.masterdata.MasterData; import example.beyondar.com.postexample.model.entity...
[ "nisal.senadheera@redomni.com" ]
nisal.senadheera@redomni.com
e89667c80a49f84746d09960b7ea5fd73b6a9119
1e11d0bcf4c3f9c3dc937e5fc25687bf9d65de2a
/src/main/java/com/home/project/services/TopicService.java
aff7a20c562ac456b4b08c0eda05bdb8cede1c5d
[]
no_license
cvofravi/genieral
7e56f6227577709f3a3c77cc6b34dae56f61759a
7d05048b3e0239c262ef8245ef2da34a12fd4ad7
refs/heads/master
2020-04-13T06:22:17.288614
2018-12-24T19:38:42
2018-12-24T19:38:42
163,018,533
0
0
null
null
null
null
UTF-8
Java
false
false
1,130
java
package com.home.project.services; import com.home.project.domain.Topic; import org.springframework.stereotype.Service; import java.util.ArrayList; import java.util.Arrays; import java.util.List; @Service public class TopicService { private List<Topic> topics = new ArrayList<>(Arrays.asList( new Topic("1","...
[ "cvofravi@gmail.com" ]
cvofravi@gmail.com
bbacc84f7c1106ae9ffd9b1398c9421631c42af1
4d74ecbd6187a8917195c6c2061e0e6b501c62a4
/src/controller/DespesaControllerPT1.java
7dd7402a1a0ab69a914ec9e2911f9c7111ab4841
[ "MIT" ]
permissive
luis-sousa/GC-v1.1b
fbc88f7a23bb1789095b280adad3952626b789a8
b8e9087898439a33d5272a9402364454b7ad2743
refs/heads/master
2021-05-16T05:52:05.984677
2017-09-12T14:41:53
2017-09-12T14:41:53
103,272,609
0
0
null
null
null
null
UTF-8
Java
false
false
4,970
java
package controller; /* * ESTGF - Escola Superior de Tecnologia e Gestão de Felgueiras */ /* IPP - Instituto Politécnico do Porto */ /* LEI - Licenciatura em Engenharia Informática*/ /* Projeto Final 2013/2014 /* */ import application.DespesaPT1; import application.DespesaPT2; import dao.OrcamentoDAO; import java.net...
[ "luis_sousa16@hotmail.com" ]
luis_sousa16@hotmail.com
8400dbfe97e939319339011910ade61a649016a4
1a9c29b6f81d1d628200d61325a65b395a3bfb8d
/src/com/java/v2/activity/Test215Activity.java
5c7bdcfc89370a110452f17b97148663ad87378b
[]
no_license
sakiskaliakoudas/effective-octo-train
3407706bfa549b6105b1e4d0f13def438fbbe4ac
c3a7c06f4b7b22891dc7253be2c5131c54005d15
refs/heads/master
2023-05-30T18:45:42.004426
2021-06-28T07:01:27
2021-06-28T07:01:27
343,089,882
0
0
null
2021-06-28T07:01:28
2021-02-28T11:36:50
Shell
UTF-8
Java
false
false
43
java
This is a Test Activity 15 in v2 directory
[ "simonpattard@gmail.com" ]
simonpattard@gmail.com
1224ae5f6781cfe6178235ed99a82ea833139eef
9f37eb11dd30cfca66b9ec4e8c5bd09d2a015f67
/src/main/java/Project/DAO/ResultatDAO.java
36febfb8283daa1cdb741c41214a0b1546ba4225
[]
no_license
Pierre72250/SpringPong
aa06274c30d032ffbac9ece6b0b8dd06c77c32cb
360d1aeac890ad74e246cf57fc6b0cb066ddf155
refs/heads/master
2020-12-31T01:01:43.112274
2017-04-20T11:59:03
2017-04-20T11:59:03
80,601,520
0
0
null
null
null
null
UTF-8
Java
false
false
292
java
package Project.DAO; import Project.Model.Resultat; import Project.Model.User; public interface ResultatDAO { public Long add(Resultat resultat); public Long getTotalMatchs(User user); public Long getTotalVictories(User user); public Long getTotalLooses(User user); }
[ "pierre.fouillet@yahoo.fr" ]
pierre.fouillet@yahoo.fr
d18eae0f94d0adfe4fe2578d9610e94b57966bef
66c6ceb5bf304d1a6cc6c1bdadd9975a8f49d7b8
/core/src/test/java/com/expediagroup/rhapsody/core/work/WorkBuffererTest.java
58f233be067910e9c0fbd7718865b5339e3ca82a
[ "Apache-2.0" ]
permissive
nikos912000/rhapsody
552d18e6bac830a1d11de20207f64326b09d603f
348dfb13969f40436bb008565c65ea7bd0920ae5
refs/heads/master
2020-11-24T10:31:17.648431
2019-12-14T22:35:17
2019-12-14T22:35:17
228,109,169
0
0
NOASSERTION
2019-12-15T00:38:33
2019-12-15T00:38:32
null
UTF-8
Java
false
false
5,600
java
/** * Copyright 2019 Expedia, Inc. * * 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 ...
[ "noreply@github.com" ]
nikos912000.noreply@github.com
620b336309c75e6485584a88755f2ac9e0258d85
45797c09bef5a041ea975154060c4258ab8673f9
/Lecture23_24_25_BinaryTree/BinaryTreeUse.java
c95552e14de97e7a67438a13842505d3c9cfd3b5
[]
no_license
chaitanya9807/DsWithJava
5363a5664e8a8cead409e2decfb5402cfb43a83f
f50dc1cdbd2a39208a1d46301cf18a205d248a59
refs/heads/master
2020-04-16T14:22:42.595326
2019-08-18T13:11:22
2019-08-18T13:11:22
165,664,515
0
0
null
null
null
null
UTF-8
Java
false
false
13,084
java
package Lecture23_24_25_BinaryTree; import java.util.ArrayList; import java.util.LinkedList; import java.util.Queue; import java.util.Scanner; class BalancedPair { int height; boolean isBalanced; } class DiameterPair { int height; int diameter; } class LinkedListNode<T> { T dat...
[ "noreply@github.com" ]
chaitanya9807.noreply@github.com
7e2ac0b8844402ad9cac6b4436a0beee691f036a
2a27f061cb7cbedce3a87eba996364d194a9ce40
/src/main/java/com/example/demo/_config/MongoConfig.java
747c75f3999d763e3637bc9543ae2e22b27a660b
[]
no_license
tlacuache987/spring-data-mongodb-listeners
15c27577f877c56d16311dab082735f23b1b4d7b
44275d643c3a14c4071053705f2928ecf24c4350
refs/heads/master
2020-03-23T14:54:51.527077
2018-07-20T12:19:42
2018-07-20T12:19:42
141,707,805
0
0
null
null
null
null
UTF-8
Java
false
false
731
java
package com.example.demo._config; import org.springframework.context.annotation.Configuration; import org.springframework.data.mongodb.config.AbstractMongoConfiguration; import org.springframework.data.mongodb.repository.config.EnableMongoRepositories; import com.mongodb.Mongo; import com.mongodb.MongoClient; @Confi...
[ "isc.ivgarcia@gmail.com" ]
isc.ivgarcia@gmail.com
17d8fce53b36b309bd5fd0814a5c928452b36358
4d3c211bc491072ba9b815fd87f5b6fbcb08fb70
/JavaStudy/src/ch06/Exam6_3_2.java
bf540ed2c7fbf6076e40cf8bae63cf0632e83723
[]
no_license
ShinDaeCheol/JavaStudy
00ee2a18941f8ab6b598870887c9b8f9b184eab5
0305e36bc250277345ec898511d79ed869a4d76f
refs/heads/master
2020-04-28T19:40:57.612687
2019-03-20T08:36:46
2019-03-20T08:36:46
175,518,961
0
0
null
null
null
null
UTF-8
Java
false
false
52
java
package ch06; public class Exam6_3_2 { }
[ "Student@DESKTOP-EF9PEQ2" ]
Student@DESKTOP-EF9PEQ2
5e8faa9af06510f8d5851dd46c5e6089f6cf046a
4e16a6780f479bf703e240a1549d090b0bafc53b
/work/decompile-c69e3af0/net/minecraft/world/level/block/piston/BlockPistonMoving.java
523f0aa95b602930313de5ab135bee4ea4dc8392
[]
no_license
0-Yama/ServLT
559b683832d1f284b94ef4a9dbd4d8adb543e649
b2153c73bea55fdd4f540ed2fba3a1e46ec37dc5
refs/heads/master
2023-03-16T01:37:14.727842
2023-03-05T14:55:51
2023-03-05T14:55:51
302,899,503
0
2
null
2020-10-15T10:51:21
2020-10-10T12:42:47
JavaScript
UTF-8
Java
false
false
6,968
java
package net.minecraft.world.level.block.piston; import java.util.Collections; import java.util.List; import javax.annotation.Nullable; import net.minecraft.core.BlockPosition; import net.minecraft.core.EnumDirection; import net.minecraft.world.EnumHand; import net.minecraft.world.EnumInteractionResult; import net.mine...
[ "unconfigured@null.spigotmc.org" ]
unconfigured@null.spigotmc.org
3d5ad08f1e69c00d52907c56bbaef4164ffcc440
99b05f5d84f6abac8f786d95d39993d4d058dea0
/src/main/java/mcf/UFST_test/NumberToStringConverter.java
7d1d1edb3bf3fba88483b9b8d23e143dd391bafa
[]
no_license
mf226/UFST_test
6ae18ff551fff45adec995b57c5cd36911d1f1c7
54f5a1b742737817c506f4693f0f04159ca3e92a
refs/heads/master
2023-02-11T05:03:11.027486
2021-01-05T16:54:03
2021-01-05T16:54:03
326,678,642
0
0
null
null
null
null
UTF-8
Java
false
false
3,969
java
package mcf.UFST_test; import javax.inject.Singleton; @Singleton public class NumberToStringConverter { public NumberToStringConverter(){ } public String NumberToString(double value) { if(value < 0) { throw new IllegalArgumentException("Negative number not allowed"); } ...
[ "mads.floistrup@gmail.com" ]
mads.floistrup@gmail.com
d18d511a74913ddb419ef3e3a41d7edb3b5d4d45
256439126c147b046145b8bedcae26d8d7753806
/src/main/java/com/github/chunkmerge/util/AbstractIterator.java
63f2a1b73cfb8e7f7da6d5451f1575f48d12e836
[ "Apache-2.0" ]
permissive
stefanmahler/chunkmerge
e5253c2667242dd1fc3a2b3fafbe1ed087b7cfb9
6818e3cfe1f90f2fc9d4d0a27ea331c21f0b61aa
refs/heads/master
2021-01-01T18:27:57.584466
2020-11-11T16:57:46
2020-11-11T16:57:46
17,843,369
0
0
null
null
null
null
UTF-8
Java
false
false
426
java
package com.github.chunkmerge.util; import java.util.Iterator; import java.util.NoSuchElementException; public abstract class AbstractIterator<T> implements Iterator<T> { @Override public final void remove() { throw new UnsupportedOperationException("remove() is not supported."); } protected final void ...
[ "S.Mahler@gmx.net" ]
S.Mahler@gmx.net
6b73e960a877365c1d80b166e7d139ce7c987c7f
ce303c0e1f610f17eaa260c22db14caebaf62e4f
/src/main/java/com/newswebsite/dao/ArticleDao.java
f8787816e0feedc79e20f483bfcb790a17b08251
[]
no_license
VedgeKonn/NewsWebsite
f7759f565630ebcc28cd97cd4e07982c4081a27e
60a73e35e623ae0505245081a7787242a51c00b2
refs/heads/master
2021-01-20T16:10:06.389044
2017-05-23T06:51:45
2017-05-23T06:51:45
81,537,905
0
0
null
null
null
null
UTF-8
Java
false
false
550
java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package com.newswebsite.dao; /** * * @author ivan */ import java.util.List; import com.newswebsite.model.Article; ...
[ "noreply@github.com" ]
VedgeKonn.noreply@github.com
b076c96c5cbed7d25ddf2a64196ef759a2ac771a
9907c42e682abe96d43c58ed1d669aa80869d512
/src/test/java/com/zendesk/maxwell/AbstractIntegrationTest.java
a4526380984bc3cffad6a8cff6b2f328f3aacd1b
[ "Apache-2.0" ]
permissive
vishnuagarwal21/maxwell
b84f23f41da67e3e682532fb482ef19d6d354caa
405b6e18087ad0c832b8e96d8860d4afe992b5bf
refs/heads/master
2021-01-18T00:16:33.028895
2016-03-01T03:20:03
2016-03-01T03:20:03
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,715
java
package com.zendesk.maxwell; import com.fasterxml.jackson.core.JsonParser; import com.fasterxml.jackson.core.type.TypeReference; import com.fasterxml.jackson.databind.ObjectMapper; import org.apache.commons.lang.StringUtils; import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.ut...
[ "ben@zendesk.com" ]
ben@zendesk.com
b9b4924b8a1b6d68b9dc74ca0da3f1a917ebc8ea
a7e9ff833c38c32d41317af95ef3dcc911bb40b3
/src/enumerators/EnumTipoServico.java
a599fbc8d0b826438a8a306983b4ccb0cfa6e2a0
[]
no_license
ttuca123/selenium
31c1eea4e9b2de727915cd27a097ba01ee6f3498
e2360ab43db3b9f8882f0d808900c2d4c4acb4c7
refs/heads/master
2021-05-02T08:50:19.757076
2018-02-08T20:38:32
2018-02-08T20:38:32
120,813,658
0
0
null
null
null
null
UTF-8
Java
false
false
329
java
package enumerators; public enum EnumTipoServico { SIMPLES("SIMPLES"), CASADO("CASADO"), INTEGRADO("INTEGRADO"); private String valor; private EnumTipoServico(String valor) { this.valor = valor; } public String getValor() { return valor; } public void setValor(String valor) { this.valor = val...
[ "ttuca123@gmail.com" ]
ttuca123@gmail.com
d51bdb3951ef4c3eb09952554c7d3d9853397f53
4c30a2811698a209bad3801b76f0fcd212352cb4
/src/com/anterp/modules/custom/CustomController.java
3743750333a3193fefb296e915fb76ced77c586b
[]
no_license
dineshkummarc/AntERP
c898763b0b3827abf18e1ad39ca16fb8f62afafc
b9c2abe6014f783df1f7bd7fb6ff829e0f1e7537
refs/heads/master
2021-01-17T21:30:26.903558
2012-05-13T07:59:08
2012-05-13T07:59:08
4,403,184
0
0
null
null
null
null
UTF-8
Java
false
false
3,814
java
package com.anterp.modules.custom; import java.util.List; import org.apache.ibatis.session.RowBounds; import org.apache.log4j.Logger; import org.mybatis.spring.SqlSessionTemplate; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Qualifier; import org.s...
[ "amosleaf@gmail.com" ]
amosleaf@gmail.com
2bd15b51b811b483b943bdf17faf5e4eb773a94a
77edae6393a73e14231e838554075ba29195ec3f
/app/src/main/java/com/gordon/olver/weidumovie/model/md5/Base64.java
a6701de72a06e231cbcefccac7e1ec81412bcd36
[]
no_license
zhaoguangjin/WeiDuMovies-master
2745d0328ae1626fcf34df3b6edc63310ef83f0a
326ee17b5962f81fb48be02f5c10631df95fd58e
refs/heads/master
2020-05-07T21:52:17.824305
2019-04-12T02:28:36
2019-04-12T02:28:36
180,914,903
0
0
null
null
null
null
UTF-8
Java
false
false
10,991
java
/* * Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ /* * Copyright 1999-2002,2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file ex...
[ "2410162658@qq.com" ]
2410162658@qq.com
fcb363a0d020eabd198a1ec3599fff179021e794
5ca3901b424539c2cf0d3dda52d8d7ba2ed91773
/src_procyon/y/a/E_1.java
4726c7c1f9bf3ed3de9aa0a70e3301c13af9caf0
[]
no_license
fjh658/bindiff
c98c9c24b0d904be852182ecbf4f81926ce67fb4
2a31859b4638404cdc915d7ed6be19937d762743
refs/heads/master
2021-01-20T06:43:12.134977
2016-06-29T17:09:03
2016-06-29T17:09:16
null
0
0
null
null
null
null
UTF-8
Java
false
false
932
java
package y.a; import y.c.*; class E { private final q a; private double b; private double c; private int d; private final f e; E(final q a) { this.a = a; this.b = 0.0; this.c = 0.0; this.d = Integer.MIN_VALUE; this.e = new f(); } q a() {...
[ "manouchehri@riseup.net" ]
manouchehri@riseup.net
f758a0465fd6c4058e9147843156012d9fcc2fcb
12b14b30fcaf3da3f6e9dc3cb3e717346a35870a
/examples/commons-math3/mutations/mutants-AbstractIntegerDistribution/6/org/apache/commons/math3/distribution/AbstractIntegerDistribution.java
6a67fd2252af5513d8fbfd2528c2e47707f25346
[ "BSD-3-Clause", "Minpack", "Apache-2.0" ]
permissive
SmartTests/smartTest
b1de326998857e715dcd5075ee322482e4b34fb6
b30e8ec7d571e83e9f38cd003476a6842c06ef39
refs/heads/main
2023-01-03T01:27:05.262904
2020-10-27T20:24:48
2020-10-27T20:24:48
305,502,060
0
0
null
null
null
null
UTF-8
Java
false
false
8,460
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 ...
[ "kesina@Kesinas-MBP.lan" ]
kesina@Kesinas-MBP.lan
aba90caa42cef0c61528f899d8565d269ba6ea7d
4509c031ee4c5d1e8ae9906625082bd9c365b47a
/src/first/RevPyramid.java
df089c92f8f0066dd2ebf655e6bef902edb6889d
[]
no_license
chavanyogesh1397/Java-Practice
809daec5d909a4bba76b2cb5a01ce742dbde476d
220220e41d4d599d27eaf0f4bb366a3ded867c67
refs/heads/master
2023-04-27T05:56:31.628343
2021-05-06T06:37:09
2021-05-06T06:37:09
364,814,332
0
0
null
null
null
null
UTF-8
Java
false
false
320
java
package first; public class RevPyramid { public static void main(String[] args) { //***** //**** //*** //** //* for(int i=1;i<=5;i++)//5 { for(int j=5;j>=i;j--)//1 { System.out.print(" *"); //* * * * * // } System.out.println(); } } }
[ "yogesh@DESKTOP-5HBRUB1" ]
yogesh@DESKTOP-5HBRUB1
53b9b6f7eb02381636a3a1f83d0a1b0a94c71cc3
cd3ccc969d6e31dce1a0cdc21de71899ab670a46
/agp-7.1.0-alpha01/tools/base/layoutlib-api/src/test/java/com/android/resources/ResourceNamespaceTest.java
aadf947d89b8702f538e3a7e994a6366ef1ac6e9
[ "Apache-2.0" ]
permissive
jomof/CppBuildCacheWorkInProgress
75e76e1bd1d8451e3ee31631e74f22e5bb15dd3c
9e3475f6d94cb3239f27ed8f8ee81b0abde4ef51
refs/heads/main
2023-05-28T19:03:16.798422
2021-06-10T20:59:25
2021-06-10T20:59:25
374,736,765
0
1
Apache-2.0
2021-06-07T21:06:53
2021-06-07T16:44:55
Java
UTF-8
Java
false
false
4,772
java
// Copyright (C) 2017 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 applic...
[ "jomof@google.com" ]
jomof@google.com
4ab0962b84f69aabf4164e0992bb1148b764f1be
2d4506dfaae690bda5634b0ac6a5b9b953da3fba
/src/tests/SimpleScriptsHome.java
d9dbb39e94973389c9105a7450ec5accc677a7a4
[ "Apache-2.0" ]
permissive
eglu2016/JavaAppiumMobAppNotMaven
b1af0a8f54b65f5b9c622d53258c14c52141f852
842a0bf3ec45f04e183d2103b49dce8fafaa0092
refs/heads/main
2022-12-25T10:36:18.202095
2020-10-09T09:06:15
2020-10-09T09:06:15
302,579,251
0
0
null
null
null
null
UTF-8
Java
false
false
1,277
java
package tests; import libs.CoreTestCase; import org.junit.Test; import ui.SearchPageObject; public class SimpleScriptsHome extends CoreTestCase { @Test public void testMethodCreation() { SearchPageObject SearchPageObject = new SearchPageObject(driver); SearchPageObject.initSearchInput(); ...
[ "eglu2016@yandex.ru" ]
eglu2016@yandex.ru
8169d6918237378da6ad610717bf663dd2737798
3970cbf79779a6d4ff9df7e7c0d3bceb06731d12
/google-cloud-compute/src/test/java/com/google/cloud/compute/NetworkInterfaceTest.java
c36d52d8bd0f131874175de5a4947015017b8aa2
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
UNIVERSAL-IT-SYSTEMS/google-cloud-java
f437a22ee066cdde793d35a210ac850afcb7d831
007c15368003e289dd7f52dafbfa7c5fdcd39d7e
refs/heads/master
2020-05-29T08:46:30.359441
2016-09-28T10:18:50
2016-09-28T10:18:50
69,464,462
0
1
null
2016-09-28T13:10:48
2016-09-28T13:10:47
null
UTF-8
Java
false
false
7,435
java
/* * Copyright 2016 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 appli...
[ "marco.ziccard@gmail.com" ]
marco.ziccard@gmail.com
421fba5b944fc3c72c036a8a04bd73b0d24259f6
b5fd6e762ba76e1eaba1468adf2e1320560f0fdb
/src/main/java/com/challenge/weather/search/view/CityWeather.java
3247bd717729bb618f32c41864fd0001c4051f45
[]
no_license
erickgr2/challengeCode
859141e3c718a562c7bba9664ebf0eafaaedf6e6
c554c4befe909d829ac55d004f56e9a68965b74d
refs/heads/master
2020-05-30T09:25:33.087591
2019-05-31T19:02:34
2019-05-31T19:02:34
188,714,733
0
1
null
2019-05-30T19:55:47
2019-05-26T17:53:01
Java
UTF-8
Java
false
false
414
java
package com.challenge.weather.search.view; import lombok.Getter; import lombok.Setter; import java.time.LocalDate; /** * POJO class used to show information in the static content. * * @author Erick Garcia * */ @Getter @Setter public class CityWeather { LocalDate date; String city; String description;...
[ "ericksupersonic1@gmail.com" ]
ericksupersonic1@gmail.com
f0dcd147c7c904658ca5a2a81f3bb22222a3a760
de5599ae57a5a16831ab11693b65f58fc5edfcc2
/CCTechPhotoApp/src/UtilityJson/UtilityjsonInfo.java
98373c48b63d625c84448df55e4e173f11550fde
[]
no_license
Renu-creator/YouFrame
3054b88f19e6f805e12dca8abefc7e44c0509aa2
472929e01a330981fafd398fa0b17040eecb2cd3
refs/heads/master
2022-12-18T13:56:34.128497
2020-09-14T07:41:36
2020-09-14T07:41:36
295,336,727
0
0
null
null
null
null
UTF-8
Java
false
false
828
java
package UtilityJson; import com.fasterxml.jackson.databind.ObjectMapper; public class UtilityjsonInfo { private static final ObjectMapper mapper = new ObjectMapper(); public static Object getObjectFromJSON(String jsonString, Class<?> className) { Object readValue = null; try { readValue ...
[ "noreply@github.com" ]
Renu-creator.noreply@github.com
be43e5d899dad45c140c0bde1788915ca5ede7c3
54cc35f6becb117464ec479ea3a1f39ef44f4e58
/src/main/java/com/rentalsystem/swp/security/CustomUserDetailsService.java
28644ad61e1c3b08ee1b683c1748eda2db58ed5a
[]
no_license
lackadacka/SWPProject
ef4933d46ca9b40a5ec215b10986397ce8530881
2e7efc3b9d85148c067bd7b84e84df8ed18cabde
refs/heads/master
2022-11-30T23:44:10.321626
2019-04-27T17:21:35
2019-04-27T17:21:35
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,484
java
package com.rentalsystem.swp.security; import com.rentalsystem.swp.Repositories.UserRepository; import com.rentalsystem.swp.models.UserProfile; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.core.userdetails.UserDetails; import org.springframework.security.core.user...
[ "mikle.moiseev@mail.ru" ]
mikle.moiseev@mail.ru
184fc7bd8269814f4f7cb39d6602b77f35f2dbef
87e17f3f22c9e36d8d8c04d0d77f3ae2aefa4dfc
/app/src/main/java/net/shenru/qqgroup/task/TroopWorker.java
03514edda5c849223c390ae4842d5863103319d2
[]
no_license
xtdhwl/qqgroup
3d0c658d31c2659ab8c5773fbe816ed77d0fd2f4
6fb056c702d0573d7d513436244965107c0e504e
refs/heads/master
2021-05-10T17:21:31.901727
2018-02-03T17:20:22
2018-02-03T17:20:22
118,607,650
3
0
null
null
null
null
UTF-8
Java
false
false
3,291
java
package net.shenru.qqgroup.task; import android.util.Log; import android.view.accessibility.AccessibilityEvent; import android.view.accessibility.AccessibilityNodeInfo; import android.view.accessibility.AccessibilityWindowInfo; import com.orhanobut.logger.Logger; import com.tencent.mobileqq.activity.SplashActivity; i...
[ "xtdhwl@gmail.com" ]
xtdhwl@gmail.com
75c3f7c63a1b0bf72fc6dba6220fd5abc970d041
b998b375e53c0d8141db7f8e07cb01b494ed3d0a
/Decompiled-APK/com/samsung/android/visasdk/facade/data/ProvisionAckRequest.java
4bb346a37eed065cc3d15adb1a11005011251dbf
[]
no_license
atthisaccount/SPay-inner-workings
c3b6256c8ed10c2492d19eca8e63f656cd855be2
6dd83a6ea0916c272423ea0dc1fa3757baa632e7
refs/heads/master
2022-03-22T04:12:05.100198
2019-10-06T13:25:49
2019-10-06T13:25:49
null
0
0
null
null
null
null
UTF-8
Java
false
false
671
java
package com.samsung.android.visasdk.facade.data; public class ProvisionAckRequest { private String api; private String failureReason; private String provisioningStatus; public String getApi() { return this.api; } public void setApi(String str) { this.api = str; } publ...
[ "pandalion98@gmail.com" ]
pandalion98@gmail.com
c8d113487742e4bfcde178d4d1497fb4094a9dc1
b7d17be4b7ed48b22d86d5db61403eb7015448b5
/kodilla-good-patterns/src/main/java/com/kodilla/good/patterns/challenges/MovieStore.java
8ab49b9157add15426ed7a21984f7655a8d7dbf3
[]
no_license
komnen83/Jakub-Bauman-Kodilla-Java
1fe1c91a8d1659712a7747b1e8b86a56b8b3b306
3c1874b4ad2fedc5800fb15c53050c049f19beee
refs/heads/master
2020-03-07T15:34:58.030785
2018-08-23T13:42:59
2018-08-23T13:42:59
127,558,833
0
0
null
null
null
null
UTF-8
Java
false
false
1,285
java
import java.util.*; import java.util.stream.Collectors; class MovieStore { public Map<String, List<String>> getMovies() { List<String> ironManTranslations = new ArrayList<>(); ironManTranslations.add("Żelazny Człowiek"); ironManTranslations.add("Iron Man"); List<String> avengersT...
[ "kuba.bauman@gmail.com" ]
kuba.bauman@gmail.com
d14aa183bcb1e177098f6a20a3ce438668627f51
935929a24e854704aa0a782aeb5e27942678dbb3
/src/main/java/com/example/demo/student/StudentService.java
2a2fcbcb632fc95d9070c8fabad30b42c5b1854e
[]
no_license
vgshettigar/demo
63e41cc20189dc87cb1c7260d7a07130110b54ef
b2b45a424d9718c4d955aa0b8343775fc20e8c66
refs/heads/master
2023-05-28T16:12:53.259066
2021-01-24T18:01:10
2021-01-24T18:01:10
330,751,411
0
0
null
null
null
null
UTF-8
Java
false
false
537
java
package com.example.demo.student; import org.springframework.stereotype.Component; import org.springframework.stereotype.Service; import java.time.LocalDate; import java.time.Month; import java.util.ArrayList; import java.util.Collection; import java.util.List; @Service public class StudentService { public Stud...
[ "ganesha.shettigara@gmail.com" ]
ganesha.shettigara@gmail.com
09705e9cf1317cbd614e9756783f1d7725d1c79f
e9886898f83a441cfb6d6e7bbbb2813847c4574c
/MDS/src/com/report/agentReportDao.java
3870d4928f79ff69a2800746c2e6c96e546d3886
[]
no_license
msmartpay/proxima
3f792d1d49dd9ae5526c0567e7439c2f96220ba1
a4d2969c5eac96b6b2bb0cab439723220183bb6c
refs/heads/main
2023-04-19T18:40:22.362280
2021-05-04T12:23:44
2021-05-04T12:27:40
302,057,747
0
1
null
null
null
null
UTF-8
Java
false
false
9,380
java
package com.report; import java.io.File; import java.sql.Connection; import java.sql.ResultSet; import java.sql.Statement; import jxl.Workbook; import jxl.write.Label; import jxl.write.WritableSheet; import jxl.write.WritableWorkbook; import com.db.DBConnection; public class agentReportDao { public final String ...
[ "care@softsolutionzone.in" ]
care@softsolutionzone.in
a15804d098c2f3be8ae16286eccc1d2cc33837aa
b2f70cc58291b750a60234180de772ff2df0c6ea
/app/src/main/java/cn/com/reformer/brake/vh/ScanVH.java
68a91ed3a6699c5b60b3e1f8294593f96e2306aa
[ "Apache-2.0" ]
permissive
yunmengjiuzhang/TestBrake
7601b42f70eeb1daaba17b10319016ea3bb45f62
1b501724a382f1ad7e4da17d50f13daf9339a8a2
refs/heads/master
2021-09-06T20:20:10.078326
2018-02-11T03:14:19
2018-02-11T03:14:19
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,594
java
package cn.com.reformer.brake.vh; import android.databinding.BindingAdapter; import android.databinding.DataBindingUtil; import android.databinding.ObservableArrayList; import android.databinding.ObservableField; import android.databinding.ViewDataBinding; import android.support.v4.widget.SwipeRefreshLayout; import an...
[ "1020301980@qq.com" ]
1020301980@qq.com
cbe00b62266ee32188f8a64c294166e2029343fe
f3a9738c972396677d0b5aa3436cd335e39ddc56
/AA_PDL/src/main/java/pack/ACH_Clear_Admin.java
1ee6d18c0db5aa5d8e51b05d68b1acf5c6431897
[]
no_license
venkat3030/AA_venkat
22f9ce24f21d4254124b8eab9fdf5d51629246e5
cd9e5aaeceb96fe7bc7cd525851ecaa0cff24308
refs/heads/master
2022-07-19T01:02:33.556518
2020-01-22T06:56:03
2020-01-22T06:56:03
235,505,889
0
0
null
2022-06-29T17:55:23
2020-01-22T05:34:43
HTML
UTF-8
Java
false
false
10,841
java
package pack; import org.testng.annotations.AfterClass; import org.testng.annotations.AfterMethod; import org.testng.annotations.Test; import org.testng.annotations.BeforeClass; import org.testng.Assert; import org.testng.AssertJUnit; import org.testng.ITestResult; import java.awt.Robot; import java.awt.event.KeyEven...
[ "venkatarao.s@qfund.net" ]
venkatarao.s@qfund.net
406952a3690325727d3fdcdda4f779d75e7e5883
b52fa223f54b51cc271e1cbfc4c28aa76e734718
/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/StreamOperatorStateContext.java
2eb777a8db6e38b6b444187532bcac2fdfe1885c
[ "ISC", "Apache-2.0", "BSD-3-Clause", "OFL-1.1" ]
permissive
itharavi/flink
1d0b7e711df93d3a13eae42da71a08dc45aaf71f
f0f9343a35ff21017e2406614b34a9b1f2712330
refs/heads/master
2023-08-03T02:53:12.278756
2020-01-08T05:58:54
2020-01-10T15:51:31
233,090,272
3
1
Apache-2.0
2023-07-23T02:28:35
2020-01-10T16:47:58
null
UTF-8
Java
false
false
2,532
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 ...
[ "s.richter@data-artisans.com" ]
s.richter@data-artisans.com
1ea2c7a981379bc8a632b93d89bf0010b8a8731f
6f43913522f73d5f0e54829585caeb6583be4784
/JavaApplication2/src/javaapplication2/JavaApplication2.java
9813aa56051ce2e872d2c9fcad7940b5862d5d7e
[]
no_license
PaulloWeverton/poow20171
ee8eadaba0c1972cc44a9cc9182df2e6fd56a388
e8847326d49d578f07ecae968b839c639e35eb78
refs/heads/master
2021-01-23T17:38:13.486359
2017-03-10T02:18:18
2017-03-10T02:18:18
82,986,178
0
0
null
null
null
null
UTF-8
Java
false
false
443
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 javaapplication2; /** * * @author Laboratorio */ public class JavaApplication2 { /** * @param args the command li...
[ "andercruz2010@hotmail.com" ]
andercruz2010@hotmail.com
66cbe03ad334680c87b55257b448682a46412fee
6cbfe46c57a7adbe7900a4968a49d0ceca4fc970
/android/src/main/java/com/poowf/argon2/RNArgon2Package.java
638e1c6af8f8e6e55de1e90da72a1d22e98d86ba
[ "MIT" ]
permissive
PinkDiamond1/react-native-argon2
005851290e0bf9fb0fce7696659005207357feee
9add47e2cb5eb2f5883db37db8fe6b58f8fb33d6
refs/heads/master
2023-03-16T11:30:21.570599
2020-10-14T22:14:37
2020-10-14T22:14:37
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,015
java
package com.poowf.argon2; import com.facebook.react.ReactPackage; import com.facebook.react.bridge.JavaScriptModule; import com.facebook.react.bridge.NativeModule; import com.facebook.react.bridge.ReactApplicationContext; import com.facebook.react.uimanager.ViewManager; import java.util.ArrayList; import jav...
[ "zane.jocelyn@gmail.com" ]
zane.jocelyn@gmail.com
5b348ff153ac83c3c16d41a29258689f6594dd7a
6d5ed6a245babb5b574a5d1895e7ec6243a19db9
/spring-demo-one/src/com/luv2code/springdemo/SetterDemoApp.java
c85717e398ddc12c510b91763d0c9cc952bb261e
[]
no_license
WebAppEngineers/Emerging-App
b898bb7346076aa7fc4d80532416eca9c2e4d7d9
964c13a4ebbf886529d063e1b4acd940d4278296
refs/heads/master
2020-03-27T16:24:14.497625
2018-12-19T07:38:09
2018-12-19T07:38:09
146,780,277
0
0
null
2018-12-19T07:38:10
2018-08-30T17:01:21
Java
UTF-8
Java
false
false
863
java
package com.luv2code.springdemo; import org.springframework.context.support.ClassPathXmlApplicationContext; public class SetterDemoApp { public static void main(String[] args) { //load the spring configuration file ClassPathXmlApplicationContext context = new ClassPathXmlApplicationContext("applicationContext.x...
[ "syedabdul.code@gmail.com" ]
syedabdul.code@gmail.com
3b140fa9579263769aa1fe48c3f8639df7f7edeb
071a9fa7cfee0d1bf784f6591cd8d07c6b2a2495
/corpus/norm-class/eclipse.jdt.core/2530.java
29b9c9e1d8ff029ddbf85256a0567f5b7cb489ed
[ "MIT" ]
permissive
masud-technope/ACER-Replication-Package-ASE2017
41a7603117f01382e7e16f2f6ae899e6ff3ad6bb
cb7318a729eb1403004d451a164c851af2d81f7a
refs/heads/master
2021-06-21T02:19:43.602864
2021-02-13T20:44:09
2021-02-13T20:44:09
187,748,164
0
0
null
null
null
null
UTF-8
Java
false
false
143
java
test foo string tokenizer stringtokenizer token ise r tokeniser string tokenizer stringtokenizer token ise r tokeniser count tokens counttokens
[ "masudcseku@gmail.com" ]
masudcseku@gmail.com
08e46f5e15793db69ce34480b8990a07eca49d0c
d03553db3cb3b8f28467d5ea23f9c1bef027e52b
/umg-api/src/main/java/com/weshare/umg/util/IpUtils.java
fc507a83678aa1a965f1b7cff7d6dd78af37a1ef
[]
no_license
AudreyKe/umg
f94f499b107b32dc3c7b6c271e7d970fcf92620a
a194698b81327fe230eabe852f632dcc738bfbf2
refs/heads/master
2022-12-24T04:22:38.008702
2019-05-27T08:11:47
2019-05-27T08:11:48
188,758,382
0
0
null
null
null
null
UTF-8
Java
false
false
6,964
java
package com.weshare.umg.util; import org.apache.commons.lang3.StringUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import sun.net.util.IPAddressUtil; import javax.servlet.http.HttpServletRequest; import java.net.InetAddress; import java.net.NetworkInterface; import java.util.Enumeration; import java....
[ "1448443898@qq.com" ]
1448443898@qq.com
cde164999bf1abd995ea32ab2dd51ef92c9d5483
06d479913406787b97bcbe828cf9384c77872e93
/oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/web/authentication/OAuth2RefreshTokenAuthenticationConverter.java
20882163ba931574e9efccb0401b25741f30603d
[ "Apache-2.0" ]
permissive
hanhongyuan/spring-authorization-server
d831b71bc63b56a1319ab857b40d055e9ff16cc2
725c300db227d63f53e921556308da0a1735b78a
refs/heads/main
2023-07-20T08:34:16.624959
2021-08-19T00:14:55
2021-08-19T00:14:55
397,773,110
1
0
Apache-2.0
2021-08-19T00:47:36
2021-08-19T00:47:36
null
UTF-8
Java
false
false
4,018
java
/* * Copyright 2020-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
[ "jgrandja@vmware.com" ]
jgrandja@vmware.com
d85317798f91f606cb4c2e2f7c4ea19eecedcc13
fd966e1679d20b0639ef4146aed5482ac88338ac
/1941720192/ArrayObjects/src/arrayobjects/ArrayObjects.java
bde4f34b9ceb70ed683892f192c3cf2934ff4b74
[]
no_license
zulfikarrahman30/AlgoritmaStrukturData
7eff638515b3008959ca7b1b88aaf946f5830d85
5022127a11c42802290dcd256209500e38816ac8
refs/heads/master
2021-01-03T16:20:37.523392
2020-04-30T05:39:50
2020-04-30T05:39:50
240,148,502
0
0
null
2020-02-13T01:03:18
2020-02-13T01:03:17
null
UTF-8
Java
false
false
428
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 arrayobjects; /** * * @author USER */ public class ArrayObjects { /** * @param args the command line arguments ...
[ "izulrahman86@gmail.com" ]
izulrahman86@gmail.com
ff8502e9f6c1cb01fef0a674d4979d0e588ffc64
3493491468732d4272c503ccec9e02a555123317
/Java/_PizzaService_WEB/src/main/java/com/java/myrotiuk/exception/StatusOrderException.java
d0be28536daac29961bc18838c7bb860353c5aeb
[]
no_license
IvanMyrotiuk/MyWorks
0e9f90105d7a65e1d75789a4d48bfc315014f6f2
6c48849f16ef1729474f360f920a3c21644f98f0
refs/heads/master
2021-01-21T04:32:20.620768
2016-06-24T04:02:03
2016-06-24T04:02:03
55,106,657
0
0
null
null
null
null
UTF-8
Java
false
false
163
java
package com.java.myrotiuk.exception; public class StatusOrderException extends RuntimeException { public StatusOrderException(String name) { super(name); } }
[ "ivan.myrotiuk@gmail.com" ]
ivan.myrotiuk@gmail.com
d0c5be4d0df171c80854c5a1a08dcbab72da6a42
9f30fbae8035c2fc1cb681855db1bc32964ffbd4
/Java/HuangDongJiang/Task6/task6-noCache/main/java/com/baidu/controller/StudentController.java
8223685ee183d978a7c9ec41c5fc03599beffd9c
[]
no_license
IT-xzy/Task
f2d309cbea962bec628df7be967ac335fd358b15
4f72d55b8c9247064b7c15db172fd68415492c48
refs/heads/master
2022-12-23T04:53:59.410971
2019-06-20T21:14:15
2019-06-20T21:14:15
126,955,174
18
395
null
2022-12-16T12:17:21
2018-03-27T08:34:32
null
UTF-8
Java
false
false
2,976
java
package com.baidu.controller; import com.baidu.pojo.Student; import com.baidu.service.StudentService; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org....
[ "827316877@qq.com" ]
827316877@qq.com
29d49ab9f69e5fc6603cceaf21710f7ea25e89d7
5d69d80b9f723eaacf5bebd7e7745c6b842d68e8
/src/com/g/multithreading/practise/SleepYieldStop.java
53b188f32b11ffc2d21f87c3a4b2b5e337389ede
[]
no_license
Bishnu-KC/ChapterWise
0c06423393316fed91fa7ac6bb17b4c2dfea834c
079e39091a91878ecde97d6364b71e1a7240e35d
refs/heads/master
2020-03-28T16:28:16.819773
2018-09-13T21:11:00
2018-09-13T21:11:00
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,093
java
package com.g.multithreading.practise; class A1 extends Thread { public void run() { for (int i=1;i<=5;i++) { if(i==3) yield(); System.out.println("\t From Thread A: i= "+i); } System.out.println("Exit from A."); } } class B1 extends Thread { public void run() { for (int j=1;j<=5;j++) { ...
[ "kcbishnu8@outlook.com" ]
kcbishnu8@outlook.com
c7915b353c1fe382b16d2913adc5cd7e16f9859c
38fc24b295c0f2bd416b6065da06ea56df6a1fce
/evaluator/src/main/java/org/semanticweb/fbench/evaluation/Evaluation.java
0dbaf933da8f133af1a9987ad456930508456579
[ "Apache-2.0", "AGPL-3.0-only" ]
permissive
semagrow/kobe
189730f8fafe178b2207812c18d37b4e653f58e5
847bf4a93ccec7d44a5f2946ac75b1b9c3af43c0
refs/heads/devel
2022-08-31T12:19:17.970589
2021-12-03T18:59:30
2021-12-03T18:59:30
47,556,626
8
5
Apache-2.0
2022-03-29T21:05:28
2015-12-07T14:21:39
Java
UTF-8
Java
false
false
10,568
java
package org.semanticweb.fbench.evaluation; import org.semanticweb.fbench.Config; import org.semanticweb.fbench.LogUtils; import org.semanticweb.fbench.query.Query; import org.semanticweb.fbench.query.QueryManager; import org.semanticweb.fbench.report.EarlyResultsMonitor; import org.semanticweb.fbench.report.Rep...
[ "a.troumpoukis@gmail.com" ]
a.troumpoukis@gmail.com
7dde3d2a1515fa95d991c581103d7b6e523e15be
6a2014b118ad2653cafa11487dd4de831f58f3e0
/ProjetoVeiculo/src/Veiculo.java
6de448d1cef6bb4b1eb9b3f5c4d7383611278282
[]
no_license
EsterHolanda/workspace_java20
f314f521189f9aba12954cbc3a43a4e2d519df42
ccda18d5753d1dbb7b98735a670bab1a6ef6771a
refs/heads/master
2023-07-09T14:43:36.786130
2021-08-10T21:01:10
2021-08-10T21:01:10
393,168,263
0
0
null
null
null
null
ISO-8859-1
Java
false
false
560
java
// já que temos uma classe abtrata não posso dar new em objetos dela // podem pode utilizar como template-modelo-molde-padrão a aser seguido // com os requisitos essenciais com o tipo de dados que precisam ter // alem disso podemos exigir q quem herdar dessa classe, compromete-se a escrever a logica dos // métodos de...
[ "ester.rovi@gmail.com" ]
ester.rovi@gmail.com
6abee1144090206fa72d7f65787f002df0816249
4e75a27310d8eaabee5bf460d8fe8184db4af8f8
/Recursion/[Leetcode] 364. Nested List Weight Sum II/test364/src/main/java/lzhou/programmingtest/leetcode/test364/NestedInteger.java
2115285303f1126ecff769819dfbf8270475965b
[]
no_license
lingyanzhou/Programming-Tests
01e32b7d7930020b68b3e160ec704de30557a574
cb732360095e476728c20b2f1314de92c7bac057
refs/heads/master
2021-01-11T19:44:44.459171
2017-07-10T00:06:22
2017-07-10T00:06:22
79,385,967
0
1
null
null
null
null
UTF-8
Java
false
false
614
java
package lzhou.programmingtest.leetcode.test364; import java.util.*; public interface NestedInteger { // @return true if this NestedInteger holds a single integer, rather than a nested list. public boolean isInteger(); // @return the single integer that this NestedInteger holds, if it holds a single integ...
[ "zhoulingyan19900228@gmail.com" ]
zhoulingyan19900228@gmail.com
5c60bbebc3a0f704f56835144ee321d7a30db124
69e6f6822221088dbb6e27f731fc4d117c20aef3
/yiQu_Api/src/main/java/com/quanmai/yiqu/api/vo/BarCodeInfo.java
ae72a18dccdb5f12ebc910364814cfb5baa2c89c
[]
no_license
zengweitao/YiQuLife
f7dd201be283dfd64f7348b4525d328e7b7b94a9
30dd021e56c8e0914e2e2c23705baf49ffa319ce
refs/heads/master
2021-01-01T18:10:57.454138
2017-07-25T06:38:40
2017-07-25T06:38:40
98,272,858
0
0
null
null
null
null
UTF-8
Java
false
false
747
java
package com.quanmai.yiqu.api.vo; import org.json.JSONException; import org.json.JSONObject; import java.io.Serializable; public class BarCodeInfo implements Serializable{ /** * */ private static final long serialVersionUID = 8196885321120664480L; public BarCodeInfo() { // TODO Auto-generated constructor stu...
[ "weitao_zeng@jyc99.com" ]
weitao_zeng@jyc99.com
3730438b67218dd0c8a4ca39edfeb9e372dd7cf0
c3e7170bebddcd4024f7dcfeeb2be9b68170382c
/app/src/main/java/sjsu/illuminate/illuminate/Fragments/LearnHungerFragment.java
03818cc0b32475ae6a739f95935c2d16d1a20e95
[]
no_license
mattmontero/Illuminate
c94384888b39a7c87112db370cc27bfa2ce94e0e
48d926f3d89e41470dc2db9b96d52051933ccb94
refs/heads/master
2021-01-21T06:30:06.004164
2017-07-28T02:57:43
2017-07-28T02:57:43
83,236,697
0
0
null
null
null
null
UTF-8
Java
false
false
3,784
java
package sjsu.illuminate.illuminate.Fragments; import android.content.Context; import android.net.Uri; import android.os.Bundle; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import sjsu.illuminate.illuminate.R; /** * A simple {@l...
[ "matthewrmontero@gmail.com" ]
matthewrmontero@gmail.com
ac5e882af92f98d0e961bbf8638e15b78dadd1d4
85327010e90693c41fc759eca0483163cfd2b2fc
/eclipse_code/Quanlikhobai/src/database/connect/Connector.java
ce49e5ebbc032a02e863d452997dfb3aed8e04f6
[]
no_license
cvhoangpt/20191_OOP
331bf1e3804bb56ce1e553c0275d82683d63071f
091b0d81c588e9d6d9f1eee99a28be79d4a4b30b
refs/heads/master
2022-03-27T04:46:56.511820
2019-12-19T15:06:17
2019-12-19T15:06:17
219,410,641
0
0
null
null
null
null
UTF-8
Java
false
false
2,000
java
package database.connect; import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLException; import gui.form.Dialog; /** * Phương thức liên kết cơ sở dữ liệu thông qua Java Database Connectivity API. * Sử dụng cách khởi tạo Lazy initialization (đơn luồng) của mẫu thiết kế Singleton ...
[ "cvhoangpt@gmail.com" ]
cvhoangpt@gmail.com
8bed4954de4bcd8fff12e112363011f7847154d8
340a8c6c7a29311b49d0bef395513c38fb8dedbd
/library/src/main/java/com/qr/core/adapter/base/animation/SlideInBottomAnimation.java
138b3f8a3ffecee58174497f23e4839f1b60ca76
[]
no_license
qr973440230/QRTools
1b1ebcaaa9d8c7128d89cd3904f184c552aaf217
a68b07c1cc3137224077b4fd53cb47832068e0b3
refs/heads/master
2020-05-15T21:37:27.867214
2019-06-08T12:42:08
2019-06-08T12:42:08
182,502,735
2
0
null
null
null
null
UTF-8
Java
false
false
482
java
package com.qr.core.adapter.base.animation; import android.animation.Animator; import android.animation.ObjectAnimator; import android.view.View; /** * https://github.com/CymChad/BaseRecyclerViewAdapterHelper */ public class SlideInBottomAnimation implements BaseAnimation { @Override public Animator[] getA...
[ "973440230@qq.com" ]
973440230@qq.com
139071589f8a3b3b8aafe4a42df0ea65854a5b2b
8f0d508be866a9a5c515c1bbbc5bf85693ef3ffd
/java338/src/main/java/soupply/java338/type/ListAddPlayer.java
94cb6522ec87afb9bcdaa99d380d10eb97981c1b
[ "MIT" ]
permissive
hanbule/java
83e7e1e2725b48370b0151a2ac1ec222b5e99264
40fecf30625bdbdc71cce4c6e3222022c0387c6e
refs/heads/master
2021-09-21T22:43:25.890116
2018-09-02T09:28:23
2018-09-02T09:28:23
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,554
java
package soupply.java338.type; import java.util.*; import soupply.util.*; public class ListAddPlayer extends Type { // gamemode public static final int SURVIVAL = (int)0; public static final int CREATIVE = (int)1; public static final int ADVENTURE = (int)2; public static final int SPECTATOR = (int...
[ "selutils@mail.com" ]
selutils@mail.com
6c90e72248f5bc31107ee106b31ae31ad06613e2
fe8cbad9d86f535095066eecd5ed52168c396712
/git 2kolok ps/9cas/9.ned/ServerObradaPartnera/src/poslovnaLogika/KontrolerPL.java
dc60623ed86eaa987f6e973f8235ce4e69aef490
[]
no_license
icarus94/ps_kolok2
2a85e9a69f1fdaf8cc9711456ba7f060f732e406
76c562940cf9b67b97e009bf7fa2c4887d6034b2
refs/heads/master
2021-01-25T06:25:37.913565
2017-06-07T00:15:13
2017-06-07T00:15:13
93,573,899
0
0
null
null
null
null
UTF-8
Java
false
false
3,231
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 poslovnaLogika; import dbbr.DBBroker; import domen.Mesto; import domen.PoslovniPartner; import domen.Proizvod; import domen.Ra...
[ "icarusrevolution88@gmail.com" ]
icarusrevolution88@gmail.com
1c6793ccbc1a32249792b5a08e5a6e0730ec352e
bbc28a7faeb1d5fa91e7c37783a68fb9ae991840
/todo-jpa/src/test/java/com/sha/todojpa/TodoJpaApplicationTests.java
dcc85507020f83aca609d621b6d594bfdfd83d67
[]
no_license
shajahanp0005/springboot
30fd366ea1c136c57a1ad4cdeb4633948b29b152
02d757870796e2bfec9c69be6af37b6231d182cb
refs/heads/master
2022-11-17T16:52:22.722628
2020-07-18T16:56:09
2020-07-18T16:56:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
217
java
package com.sha.todojpa; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class TodoJpaApplicationTests { @Test void contextLoads() { } }
[ "shajahanvzm@gmail.com" ]
shajahanvzm@gmail.com
208cffc335169a3065c12b6c2d182c3f85f03846
57bc8fd390dbbe42f85d7ae3f30600887064ef29
/src/main/java/com/therealdanvega/config/LoggingConfiguration.java
b89257f797323c060e9d728cc97c2794181d2f24
[]
no_license
susimsek/jhipster-jblog
e58f0a53f0eb4a91488cc9c706a7a45d9974289d
54bcf073c57faa3363dc5f96eaadae1f85b34971
refs/heads/master
2022-12-21T15:39:13.863022
2019-06-02T14:57:18
2019-06-02T14:57:18
189,844,255
1
0
null
2022-12-16T04:52:37
2019-06-02T12:34:23
Java
UTF-8
Java
false
false
12,505
java
package com.therealdanvega.config; import java.net.InetSocketAddress; import java.util.Iterator; import io.github.jhipster.config.JHipsterProperties; import ch.qos.logback.classic.AsyncAppender; import ch.qos.logback.classic.Level; import ch.qos.logback.classic.LoggerContext; import ch.qos.logback.classic.boolex.OnM...
[ "suaybsimsek58@gmail.com" ]
suaybsimsek58@gmail.com
61ba719d99d1eef067fb5055704e7949624d5137
ae5eb1a38b4d22c82dfd67c86db73592094edc4b
/project346/src/main/java/org/gradle/test/performance/largejavamultiproject/project346/p1732/Production34654.java
81daf64fb75221fc47b7fd694a8b121fc2317836
[]
no_license
big-guy/largeJavaMultiProject
405cc7f55301e1fd87cee5878a165ec5d4a071aa
1cd6a3f9c59e9b13dffa35ad27d911114f253c33
refs/heads/main
2023-03-17T10:59:53.226128
2021-03-04T01:01:39
2021-03-04T01:01:39
344,307,977
0
0
null
null
null
null
UTF-8
Java
false
false
1,890
java
package org.gradle.test.performance.largejavamultiproject.project346.p1732; public class Production34654 { private String property0; public String getProperty0() { return property0; } public void setProperty0(String value) { property0 = value; } private String property1; ...
[ "sterling.greene@gmail.com" ]
sterling.greene@gmail.com
647d1bed2ba32e79869630cca8c42a5e6b21e6be
4ece14d7262535e9fd502189342f0d9f5e8bc2c1
/src/main/java/com/liferon/polls/security/JwtAuthenticationFilter.java
ff0be7e9a5c795a96b14565644392903cef22dce
[]
no_license
olantobi/polling_app
30668be8f28ed1a8401db82c710fb2d3073b8d2f
11ed9b2b1935168babc54c6ccab56e094e11444b
refs/heads/master
2020-04-14T15:43:55.626981
2019-01-03T07:26:12
2019-01-03T07:26:12
163,935,932
0
0
null
null
null
null
UTF-8
Java
false
false
2,299
java
package com.liferon.polls.security; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.authentication.UsernamePasswordAuthenticationToken; import org.springframework.security.core.context.SecurityContextHolder; import org.springframework...
[ "ebenezer.olanrewaju@venturegardengroup.com" ]
ebenezer.olanrewaju@venturegardengroup.com
793798d2b49af0a4d1d8620049f7899af62ad33a
b9ec265cabe1f7a869b96471cfe0e1b75818d467
/src/main/java/org/docksidestage/hangar/dbflute/exentity/WhiteOnParadeRef.java
3aefbc3826d25848256462170a3d83efb408f881
[ "Apache-2.0" ]
permissive
shin-kinoshita/dbflute-test-active-hangar
0135e84c5f2055008c95e0c3d1523b08526f6d71
130c8cb76f4023de691c423f8d576c497e8fccd3
refs/heads/master
2020-04-17T01:13:59.120804
2019-01-31T14:54:14
2019-01-31T14:54:14
166,082,680
0
0
Apache-2.0
2019-01-23T15:35:25
2019-01-16T17:34:38
Java
UTF-8
Java
false
false
493
java
package org.docksidestage.hangar.dbflute.exentity; import org.docksidestage.hangar.dbflute.bsentity.BsWhiteOnParadeRef; /** * The entity of WHITE_ON_PARADE_REF. * <p> * You can implement your original methods here. * This class remains when re-generating. * </p> * @author DBFlute(AutoGenerator) */ public class...
[ "dbflute@gmail.com" ]
dbflute@gmail.com
64ae88383afccb89c525ea294afa2a80c51a4fa9
2c773c73d445d6732b7948aef8909c8028c94767
/Triangle.java
ec87e31b0f6a2ddf0a4ead799dd4604b6a558daf
[]
no_license
smsali97/Stuffies
c5eaa8421a42904bd20f2e626de9a3376d4246de
d286b602028331539abfe4576a3a59c358ef3fd9
refs/heads/master
2021-01-21T20:42:32.341602
2017-05-24T09:11:35
2017-05-24T09:11:35
92,269,482
0
0
null
null
null
null
UTF-8
Java
false
false
977
java
public class Triangle { private Point v1; private Point v2; private Point v3; // param. constructor public Triangle(Point p1, Point p2, Point p3) { v1 = p1; v2 = p2; v3 = p3; } @Override public String toString() { // "MyTriangle[v1=(x1,y1),v2=(x2,y2),v3=(x3,y3)]" String str = String.format("MyTri...
[ "Muhammad Sualeh Ali" ]
Muhammad Sualeh Ali
6310bacb6897f9b6fcaaaeac37d6de17d27d27e4
7127f7ea1d1507ac2b1cda5f6d9c1a89cca655e3
/plugin/idea/src/com/perl5/lang/perl/idea/configuration/module/PerlModuleBuilderBase.java
356688c5b254a989a10155c4bc1c97446344f201
[ "Apache-2.0" ]
permissive
jonas-lindmark/Perl5-IDEA
9818c4aad93b63d4fba65a8179ef7a0a0a373024
13d36e01e768ba06e9988b0fade7cad054ad6d56
refs/heads/master
2021-07-04T22:06:24.284136
2021-02-05T13:55:56
2021-02-05T13:55:56
238,300,397
0
0
NOASSERTION
2020-02-04T20:33:26
2020-02-04T20:33:26
null
UTF-8
Java
false
false
3,598
java
/* * Copyright 2015-2020 Alexandr Evstigneev * * 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 a...
[ "hurricup@gmail.com" ]
hurricup@gmail.com
0ffb8a3de5be02ecd6c1d4f622bc80812bd444de
51474b5580a50dd680b3485ebe7142b933bc2bce
/app/src/main/java/com/amindset/ve/amindset/TextChat/Data.java
88636c4326b74168581522e6769e7462a444f142
[]
no_license
LangMike/Android
2ffccbef0f8466cf9eab07b97d1a435f884e98f8
6bc8da4b7e3e3b4116553fa0980c669aacc686c4
refs/heads/master
2020-09-23T01:07:14.853043
2019-12-02T12:51:42
2019-12-02T12:51:42
225,362,118
0
0
null
null
null
null
UTF-8
Java
false
false
367
java
package com.amindset.ve.amindset.TextChat; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; public class Data { @SerializedName("token") @Expose private String token; public String getToken() { return token; } public void setToken(String...
[ "dalvenrakumar@virtualemployee.com" ]
dalvenrakumar@virtualemployee.com