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
733474b57ba81d5c19f5382604223b81717d46d0
0c447a56a32047202295753c717cee9b874fe83a
/javasource/ktc_scs_schema/actions/SetTC9206.java
69b143c9d30cf315036e2083bded95b5e9a18e13
[]
no_license
Gayathrija/w
6ef1eeeac9794d53c1202e4499558088c605907d
bd3c231f34fa3e9ec10329ebd13951dc9a27d419
refs/heads/main
2023-08-02T06:43:58.482512
2021-10-07T09:24:52
2021-10-07T09:24:52
414,537,127
0
0
null
null
null
null
UTF-8
Java
false
false
1,885
java
// This file was generated by Mendix Studio Pro. // // WARNING: Only the following code will be retained when actions are regenerated: // - the import list // - the code between BEGIN USER CODE and END USER CODE // - the code between BEGIN EXTRA CODE and END EXTRA CODE // Other code you write will be lost the next time...
[ "Gayathri.jayaseelan@mendix.com" ]
Gayathri.jayaseelan@mendix.com
3f798f66fee6036b594ffd7641d41c17c16b6131
ed6191681cb29117f3240b763d31f5e3e559c3cc
/generics/Caixa.java
49e20dccd6bb9e52538a9f6846dafb78d7177ac6
[ "MIT" ]
permissive
heltonricardo/estudo-java
756c85c0869ff4f195dbf24b4039a662e4faeca2
edaa8f968a75c4336e2646eb36c08ceda622cc36
refs/heads/master
2022-12-27T21:05:03.528948
2020-10-14T14:58:32
2020-10-14T14:58:32
284,755,962
0
0
null
null
null
null
ISO-8859-1
Java
false
false
217
java
package generics; public class Caixa<T> { // O Generic é sempre todo em maiúsculas, ex: TIPO private T coisa; public void guardar(T coisa) { this.coisa = coisa; } public T abrir() { return coisa; } }
[ "50843386+heltonr13@users.noreply.github.com" ]
50843386+heltonr13@users.noreply.github.com
1d0446730996801721489abcc1b01757d1da5f6e
6baf1fe00541560788e78de5244ae17a7a2b375a
/hollywood/com.oculus.socialplatform-base/sources/X/AnonymousClass0Qy.java
c4be12395be419b2af4d13d239dc0ca9fe77440e
[]
no_license
phwd/quest-tracker
286e605644fc05f00f4904e51f73d77444a78003
3d46fbb467ba11bee5827f7cae7dfeabeb1fd2ba
refs/heads/main
2023-03-29T20:33:10.959529
2021-04-10T22:14:11
2021-04-10T22:14:11
357,185,040
4
2
null
2021-04-12T12:28:09
2021-04-12T12:28:08
null
UTF-8
Java
false
false
712
java
package X; import com.fasterxml.jackson.databind.annotation.JacksonStdImpl; @JacksonStdImpl /* renamed from: X.0Qy reason: invalid class name */ public final class AnonymousClass0Qy extends AbstractC02030hq { public static final long serialVersionUID = 1; public AnonymousClass0Qy() { super(Byte.clas...
[ "cyuubiapps@gmail.com" ]
cyuubiapps@gmail.com
90f7e507a976d71ed68469ad68eadd6f5ef7c046
df98bafd2ff6d98ace95a87cdbb5d36b9c374397
/MMU/CacheAlgorithm/src/com/company/MFUAlgoCacheImpl.java
d18c9809b21d60f653f48bdcc655a7a3538c47b5
[]
no_license
SariYus/MMU-java
bf46e6d85a4129c8482c588d453b5a31a50c89fd
8d66dd2419e94c57a32a46bddbc0a8cf85c0227d
refs/heads/main
2023-07-14T01:12:11.006588
2021-08-25T21:15:11
2021-08-25T21:15:11
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,513
java
package com.company; import java.util.Collections; import java.util.Comparator; import java.util.HashMap; import java.util.Map; /** * implements cache memory according to the MFU algorithm * memoryUse : saves the number of accesses per element in memory */ public class MFUAlgoCacheImpl<K, V> extends Abs...
[ "noreply@github.com" ]
SariYus.noreply@github.com
585daaa7a112b42a87ff15f89d38c19c164fd217
24aa99d8656a101bc8a838e062628d6a3ecf8732
/team_market_customer/src/main/java/team/market/customer/dao/impl/ProductDaoImpl.java
2e8e54b0e4961777e7804971b4dfcaeaa9757722
[]
no_license
bhjklt/team_market
d7c7cb2b14d7f1c45b9b2bfde794e792f634818a
8f50ab14ce060b499e9a6f5f0939d49a118709f8
refs/heads/master
2020-03-22T22:11:27.366223
2018-07-16T07:56:32
2018-07-16T07:56:32
140,738,349
1
1
null
null
null
null
UTF-8
Java
false
false
1,371
java
package team.market.customer.dao.impl; import team.market.common.dao.BaseDaoImpl; import team.market.common.util.ConnectionManager; import team.market.customer.dao.ProductDao; import team.market.customer.pojo.Product; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import j...
[ "justin.liu@oocl.com" ]
justin.liu@oocl.com
49232f1f1bfffcf26a99dc4fb90241f98e4e1635
cf0c8f2245cde6f40110ac0888af73f115fb8697
/api/src/test/java/org/jmisb/api/klv/st1108/InterpretabilityQualityLocalSetFactoryTest.java
1fece6eb7677d841943c02cbdce84767e59fdbb5
[ "MIT" ]
permissive
WestRidgeSystems/jmisb
c7f63b5425be56963a8c9d622c1c5d61a460817c
55efe5e92b96fa91b49e5b7d191c31ed82567601
refs/heads/main
2023-06-09T17:08:16.588360
2023-05-31T13:57:41
2023-05-31T13:57:41
134,449,523
46
16
MIT
2023-05-31T13:57:42
2018-05-22T17:15:01
Java
UTF-8
Java
false
false
5,719
java
package org.jmisb.api.klv.st1108; import static org.testng.Assert.*; import org.jmisb.api.common.KlvParseException; import org.jmisb.api.klv.IMisbMessage; import org.jmisb.api.klv.KlvConstants; import org.jmisb.api.klv.LoggerChecks; import org.jmisb.api.klv.st1108.st1108_2.LegacyIQLocalSet; import org.jmisb.api.klv.s...
[ "noreply@github.com" ]
WestRidgeSystems.noreply@github.com
196fe85e2e00469b5e961e1badb658871d8285b0
9002ce5a547a799bfaadedf08c9dac59c5dc09b5
/store-common/src/main/java/com/store/common/utils/R.java
b0272aad7fb1d9ecf8656d35bd1a091626d614e0
[ "Apache-2.0" ]
permissive
ZeroCreate999/soundStore
32184005fdeca057f79706c5b5c669c29b9c8362
4bf51aa81ffcafcaadfbfbd1a6aec7f8978307e1
refs/heads/main
2023-05-10T05:11:58.616064
2021-06-09T02:46:23
2021-06-09T02:46:23
373,701,681
1
0
null
null
null
null
UTF-8
Java
false
false
1,140
java
/** * Copyright (c) 2016-2019 人人开源 All rights reserved. * * https://www.renren.io * * 版权所有,侵权必究! */ package com.store.common.utils; import org.apache.http.HttpStatus; import java.util.HashMap; import java.util.Map; /** * 返回数据 * * @author Mark sunlightcs@gmail.com */ public class R extends HashMap<String, ...
[ "fany@yuanian.com" ]
fany@yuanian.com
a5173e8c5825a505793b0f9b5b616884004c5f7a
065c1f648e8dd061a20147ff9c0dbb6b5bc8b9be
/eclipseswt_cluster/26400/src_1.java
b4867298dbd03fa39481999872a574317cbade9b
[]
no_license
martinezmatias/GenPat-data-C3
63cfe27efee2946831139747e6c20cf952f1d6f6
b360265a6aa3bb21bd1d64f1fc43c3b37d0da2a4
refs/heads/master
2022-04-25T17:59:03.905613
2020-04-15T14:41:34
2020-04-15T14:41:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
28,512
java
/******************************************************************************* * Copyright (c) 2000, 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
[ "375833274@qq.com" ]
375833274@qq.com
b32da10254f312c2a615918c516810b76f82239f
cee10df57d1a7d3867018daed74eb7ef2f3d743a
/src/com/eg/fireman/util/QuestionUtil.java
7d51a998b55f24a2f10c2414991cce381e09dc10
[]
no_license
makewheels/fireman
8178d1374bac8fe61f388e111a206e0a98da7ccc
402f46e7993c3a74e063c4f8c63046cd3105eb90
refs/heads/master
2021-10-21T17:55:40.008462
2019-03-05T13:50:45
2019-03-05T13:50:45
164,665,230
0
0
null
null
null
null
UTF-8
Java
false
false
1,588
java
package com.eg.fireman.util; import java.io.BufferedReader; import java.io.FileReader; import java.io.IOException; import java.util.ArrayList; import java.util.List; import com.eg.fireman.bean.Question; public class QuestionUtil { public static List<Question> load() throws IOException { String path = ...
[ "spring@qbserver.cn" ]
spring@qbserver.cn
0192373f781c49d1f2718ba5d1fe0c9bddf3bb2c
adcc35b983e3e6b3e139eaff567f021196f3afd1
/proj2backend/src/main/java/com/niit/backend/model/BlogPost.java
83bef372f8d6d0bb55f0ac18151a05b9e722c9d6
[]
no_license
harish333/project2
8e8777be5717a5b4940d2690a80a0a8425524e7e
27cd200d762966140ef287f26d574e660af0555b
refs/heads/master
2021-01-12T04:57:33.680940
2017-01-18T00:04:15
2017-01-18T00:04:15
77,814,370
0
0
null
null
null
null
UTF-8
Java
false
false
1,950
java
package com.niit.backend.model; import java.io.Serializable; import java.util.ArrayList; import java.util.Date; import java.util.List; import javax.annotation.Generated; import javax.persistence.CascadeType; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import j...
[ "harishme3@gmail.com" ]
harishme3@gmail.com
81356750dca54eead388930d7fadb5755e13e4a3
a1a38cbbe921fec40aa13a4d0797084e4c4b2f84
/Forwork/IMLib/build/generated/source/buildConfig/release/io/rong/imlib/BuildConfig.java
62c2d5964b4cd947f3c7ff4971328d0bf60c6fcf
[]
no_license
Johzeal/Forwork
b55ea36459a454d7bda30e7a8b35058a38aee06d
593094dbca52b83d94ac0c311f21ae2992b8a9fb
refs/heads/master
2021-04-03T06:01:35.808181
2018-03-12T02:44:12
2018-03-12T02:44:12
124,824,081
0
0
null
null
null
null
UTF-8
Java
false
false
431
java
/** * Automatically generated file. DO NOT MODIFY */ package io.rong.imlib; public final class BuildConfig { public static final boolean DEBUG = false; public static final String APPLICATION_ID = "io.rong.imlib"; public static final String BUILD_TYPE = "release"; public static final String FLAVOR = ""; pub...
[ "601935251@qq.com" ]
601935251@qq.com
6ea82eaf9ab0d5aefe103452ffa17e22053e5824
05a6ddad62d5b0be54d105212ae37dbe09bbd06d
/src/main/java/it/poste/rtdm/serviceSAS2Kafka/schema/SendSASResponse.java
a7244d3483c0df668ef740fbb8ababa22a5675d5
[]
no_license
marsPt/test
bd1f7e81688b1dcd7c9e104942528b486ecffec1
8cc2f5d8316bfef0f7b530998a7a6f698e3e2cd2
refs/heads/master
2020-03-28T00:00:06.671344
2018-09-04T15:31:38
2018-09-04T15:31:38
147,367,281
0
0
null
null
null
null
UTF-8
Java
false
false
1,812
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2018.09.04 at 02:16:1...
[ "matteo.peru@accenture.com" ]
matteo.peru@accenture.com
7400bb7047bd29070df04087013f27b011ed69ff
b37b5cf4af4d38019cf130cd967d632322f42562
/app/src/main/java/me/codego/view/MentionText.java
cb61ec36af07e35f45203b4dfde8b25d47c5de39
[]
no_license
mengxn/MentionText
92af71f6eef24551bbb93f523931b83b01677fbd
34579cfa46c80f8710b14c4645a8813a22d77405
refs/heads/master
2021-01-17T17:20:13.808909
2016-10-30T13:40:27
2016-10-30T13:40:27
70,334,430
1
0
null
null
null
null
UTF-8
Java
false
false
3,275
java
package me.codego.view; import android.text.Editable; import android.text.Spanned; import android.text.TextWatcher; import android.text.style.ForegroundColorSpan; import android.widget.EditText; import android.widget.TextView; import java.util.ArrayList; import java.util.List; import java.util.Locale; import java.uti...
[ "mengxn@outlook.com" ]
mengxn@outlook.com
e4bf4d1bd04c71df879ffbe4828791ecfef8a1af
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/23/23_ee1eab446d76e00955a8d87af9d3bbb275f3e31a/FeedbackManager/23_ee1eab446d76e00955a8d87af9d3bbb275f3e31a_FeedbackManager_s.java
479dd226eca1c1828879c0006f4627c7cd7b6109
[]
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
11,002
java
/** * */ package de.fu_berlin.inf.dpp.feedback; import java.util.Date; import org.apache.log4j.Logger; import org.eclipse.jface.dialogs.Dialog; import org.eclipse.jface.dialogs.MessageDialog; import org.eclipse.jface.util.IPropertyChangeListener; import org.eclipse.jface.util.PropertyChangeEvent; impo...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
b4728ea2a9f4b5ea53544607a82d8849340fa22f
5ad6425e87be9038355d897d10fd91a8821af100
/jc-timer/src/pl/vdl/azbest/timer/cmd/Cmd_blogOpenSettingsWindow.java
40e696e9f3d3b2f12f3afc1125f8b1bc22f14b28
[]
no_license
azawisza/jc-timer
cbecdfe717932aaa68452771e205304a1ee0819b
b92e0bc3ed5de59d9d75c4e48e30e0a32c017270
refs/heads/master
2020-05-17T07:55:47.077851
2008-12-09T01:01:49
2008-12-09T01:01:49
33,726,111
0
0
null
null
null
null
UTF-8
Java
false
false
1,200
java
/* This file is part of JCTimer JCTimer is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. JCTimer is distributed...
[ "azbest.pro@dfc7f85e-c589-11dd-bdf1-993be837f8bb" ]
azbest.pro@dfc7f85e-c589-11dd-bdf1-993be837f8bb
73f2b424a032a78ab993e2709c93d48f8883e52e
6456b7c13ddb74a740dc45355acdc3e09f93edf9
/MainActivity/src/com/bcinfo/imageviewer/view/scrollerproxy/IcsScroller.java
030ddf753cef58fcd36a80dc0a04c16b5c8189b9
[]
no_license
caiyc0818/MyApp
7fc10b480f29857fc919f23f21318e87dcf4a0d5
0c984b7b06cb9de2c4a1504e12ce9e8c9d634f94
refs/heads/master
2021-01-13T11:08:51.324113
2016-12-27T07:37:30
2016-12-27T07:37:30
77,296,234
0
0
null
null
null
null
UTF-8
Java
false
false
329
java
package com.bcinfo.imageviewer.view.scrollerproxy; import android.content.Context; public class IcsScroller extends GingerScroller { public IcsScroller(Context context) { super(context); } @Override public boolean computeScrollOffset() { return mScroller.computeScrollOffset();...
[ "814588423@qq.com" ]
814588423@qq.com
47c7fc78a8e6fc3b3e84009be8b4414c1a396a13
b7b44dc837cab3bb94194680bd6ab9dbc3c1506a
/shopping-web/src/main/java/com/edaochina/shopping/web/order/SysOrderController.java
e99c5ddd265bb88ab912f5c9d94a1d9dcf677c88
[]
no_license
wu-weirdo/shopping-mall
33c98da0832eced9a1f7a3249a4e8f1d7b0c5dc8
246ada0045743a48d299329dde18353b2eae9631
refs/heads/master
2023-01-23T05:50:03.870968
2020-11-18T15:53:39
2020-11-18T15:53:39
313,981,048
0
0
null
null
null
null
UTF-8
Java
false
false
3,708
java
package com.edaochina.shopping.web.order; import com.edaochina.shopping.api.facade.order.SysOrderFacade; import com.edaochina.shopping.common.annotation.OperationLogMark; import com.edaochina.shopping.common.annotation.PermissionsMark; import com.edaochina.shopping.common.result.AjaxResult; import com.edaochina.shopp...
[ "982280485@qq.com" ]
982280485@qq.com
ef18f3274ec88ae6a890c53e6614acd0df2b03e3
55cba0f469c22339ef7293954857bbef56bb26cd
/src/main/java/org/apache/hadoop/mpich/appmaster/netty/PMIServer.java
1b9cfbe0a8bc2cac51682e32564d573389a05b02
[]
no_license
zyhtl/mpich-on-yarn
7718cafb25a03faf09aece6dad145edb4d4f2d2c
3199e28be81f8c64f547734d95d9f6ced63c6133
refs/heads/master
2021-01-22T10:33:44.182619
2017-02-27T02:20:13
2017-02-27T02:20:13
82,015,543
0
0
null
2017-02-15T03:17:45
2017-02-15T03:17:44
null
UTF-8
Java
false
false
2,828
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 ...
[ "fvunicorn@gmail.com" ]
fvunicorn@gmail.com
4035bece8e1741e708b0def81f306b3abb80f27d
c17d5c4e2c2c3343a65e47b45bc3257f5a6aeed3
/temp/src/minecraft_server/net/minecraft/src/CommandGive.java
9566c97ad59818d69329b3c016b56b6d6455d357
[]
no_license
errygg/minecraft_modding
b728546027a45a1d5215a92b8b0732217d19373b
02b565ca78b6dd154050e96d1a4c8099fe10f475
refs/heads/master
2021-01-23T07:03:32.629087
2013-05-31T03:44:55
2013-05-31T03:44:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,309
java
package net.minecraft.src; import java.util.List; import net.minecraft.server.MinecraftServer; import net.minecraft.src.CommandBase; import net.minecraft.src.EntityItem; import net.minecraft.src.EntityPlayerMP; import net.minecraft.src.ICommandSender; import net.minecraft.src.Item; import net.minecraft.src.ItemStack; ...
[ "erik@imbutechnologies.com" ]
erik@imbutechnologies.com
d752c0a135c2d67e9eeee048f569edfaff25fa59
988da537ee94d8acd1b7dd2ef3687b56c2025574
/openstoryboards/portal/portal-ejb/src/main/java/org/openstoryboards/portal/dao/ConnectionDao.java
2d3e7149d186cf6142dfa12089dc2832b026d70c
[]
no_license
arsenij-solovjev/OpenStoryboards
7cce4fdda993d769b068424dcc03e63b5a569c6d
89f7b542e715ed7d7191addb86c65d3b29c7b955
refs/heads/master
2020-09-21T15:55:32.840396
2012-09-09T17:00:50
2012-09-09T17:00:50
null
0
0
null
null
null
null
UTF-8
Java
false
false
958
java
package org.openstoryboards.portal.dao; import javax.ejb.Local; import org.openstoryboards.portal.dao.common.Dao; import org.openstoryboards.portal.entity.Connection; import org.openstoryboards.portal.entity.Pad; import org.openstoryboards.portal.entity.User; import org.openstoryboards.portal.entity.enums.Right; @Lo...
[ "xeper000@gmail.com" ]
xeper000@gmail.com
89c1b061daf36a443a4ae363bb20e3eb294d56e8
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/10/10_5521c5fef7ee22346e247c43a362dbafc649e161/Reference/10_5521c5fef7ee22346e247c43a362dbafc649e161_Reference_s.java
b99c14f3b0264b2fab0b0f6d3ec4f7cc0d34b218
[]
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
68,378
java
/* * Copyright 2005-2007 Noelios Consulting. * * The contents of this file are subject to the terms of the Common Development * and Distribution License (the "License"). You may not use this file except in * compliance with the License. * * You can obtain a copy of the license at * http://www...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
0cd4228fa87b96ea98e78cf8f40032ce5ae5bd4f
b4eb41fb71d2104b85b72450c4fcb266dad59530
/app/src/main/java/com/zguming/orangeschool/bean/Goods.java
2f72ad4560516137dc2f8e08ddf8444260d426a4
[]
no_license
zguming/OrangeSchool
1da8d9a4f7d3a94b4e794c8e8fe176e9440c668c
cfdae075643283af8b41f313eed3135cbe5e8013
refs/heads/master
2021-09-09T23:55:15.124572
2018-03-20T09:06:22
2018-03-20T09:06:22
125,591,045
0
0
null
null
null
null
UTF-8
Java
false
false
1,004
java
package com.zguming.orangeschool.bean; import android.widget.ImageView; import android.widget.TextView; /** * Created by Administrator on 2018/2/23 0023. */ //商品 public class Goods { private String imageUrl; private String name; private String price; private String sales; public Goods(String na...
[ "228470087@qq.com" ]
228470087@qq.com
bbb1d082b57bf5fc3202215b3b302a8cd2c12c47
9fae27252b79cd0d49e2ae8af733e677102d7aed
/app/src/main/java/io/github/hidroh/materialistic/widget/SubmissionRecyclerViewAdapter.java
fdc10c693ad390754d16833cb7d1345c4c75d6b6
[ "Apache-2.0" ]
permissive
reactivize/materialistic
ef93271a3c9967010b437fead2d0f61b7c26896c
1ec12ef1544d8ee22fbfd645f29e0b6f62e39f0c
refs/heads/master
2021-01-16T19:03:09.012136
2016-07-07T03:09:12
2016-07-07T03:09:12
62,782,872
1
0
null
2016-07-07T07:01:37
2016-07-07T07:01:36
null
UTF-8
Java
false
false
3,537
java
/* * Copyright (c) 2015 Ha Duy Trung * * 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 agree...
[ "haduytrung@gmail.com" ]
haduytrung@gmail.com
02c9b6be12eacaf4f2af1807d96a6ce8afc2bfaa
c4ef4efbf11ba0404cc463ce2482c3554f06d6ea
/CollectionExperiment/src/CollectionExperiment.java
10188cb8d9690b8d341fe9632d7f7dc5169d6784
[]
no_license
imonbashir/CollectionExperiment
3ca44e3194d1e4e0d7c2ee6469b8327906cea81b
2a1d6fc010242f0fde0783d78be1a6a9968a9ae7
refs/heads/master
2020-12-24T21:10:48.562847
2016-04-26T17:05:37
2016-04-26T17:05:37
57,074,416
0
0
null
null
null
null
UTF-8
Java
false
false
1,035
java
import java.util.*; public class CollectionExperiment { public static void main(String[] args) { List<String> liste = new ArrayList<String>(); experimentiereMit (liste); Stack<String> stack = new Stack<String>(); experimentiereMit (stack); Set<String> set = new HashSet<String>(); experimentie...
[ "imon.bashir@haw-hamburg.de" ]
imon.bashir@haw-hamburg.de
ddc48f90ff3816a96fa4b686661363f0d75023d1
3d16356ff176df0ab293ffd4b38424c8358e5abe
/app/src/main/java/com/meilekuan/zhushou_1514/active/adapter/TopPicAdapter.java
290c3f07103f42a49740826c1a728b4efcd9f177
[]
no_license
meilekuanqq/mlkTest
7984fe43aac84046e8668438c3867424bca313b2
404e78bcd46aebab3924b4676085ccbb01416953
refs/heads/master
2016-08-09T19:50:37.854689
2016-02-19T07:09:52
2016-02-19T07:09:52
52,061,090
0
0
null
null
null
null
UTF-8
Java
false
false
1,972
java
package com.meilekuan.zhushou_1514.active.adapter; import android.content.Context; import android.support.v4.view.PagerAdapter; import android.view.View; import android.view.View.OnClickListener; import android.view.ViewGroup; import android.widget.ImageView; import com.meilekuan.zhushou_1514.R; import com.squareup.p...
[ "lekuan@qq.com" ]
lekuan@qq.com
2b9a3b535c6787c976fbb42eea4d20e2212782e1
ee5832ad3b70495eb7affaa5bf63720469ae4176
/src/com/wgc/dao/Dao.java
5b7d504ac9bcc3870f8f8a1d4b843c027bea50c4
[]
no_license
29littlemonk/Enterprise
6bb66b30855c04b5f08c6069862043a1ccedce82
7511f95b01ca395077974f23c5cc19a39857194c
refs/heads/master
2016-09-06T12:17:37.986457
2015-10-14T13:04:29
2015-10-14T13:04:29
42,813,194
0
0
null
null
null
null
GB18030
Java
false
false
21,726
java
package com.wgc.dao; import java.awt.Component; import java.awt.HeadlessException; import java.io.ObjectInputStream.GetField; import java.sql.*; import java.util.ArrayList; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Optional; import java.util.Date...
[ "814492370@qq.com" ]
814492370@qq.com
9e1839348fbbe0dc68fe48f650c4910857774586
d7a66d64f7eda837f89afcc7f66774af682923b5
/0108/src/app/e.java
c11a18cd8a379adbf8394f2f818b11fdc3f616fb
[]
no_license
lpaqkosw/jsl40
970d607317bc1c690bfd40744b98562a1b7a9529
e7b62d8004cc88ad4a8f050f64b62061e6b5296c
refs/heads/master
2020-12-30T02:40:17.130755
2020-03-24T01:03:05
2020-03-24T01:03:05
238,831,993
0
0
null
null
null
null
UTF-8
Java
false
false
765
java
package app; import java.util.Scanner; public class e { public static void main(String[] args) throws Exception { Scanner s = new Scanner(System.in); int[] score = {50,70,60,90,80,77,45,78}; for(int i =0; i < score.length; i++){ System.out.print(score[i]+" "); ...
[ "jaehoonlee1994@gmail.com" ]
jaehoonlee1994@gmail.com
05fed2b64f4209bb2575d955ee9c099c11bf82f1
fd69cf1f96e24249a5399fb374f7aedecf67926c
/app/src/test/java/com/example/hosungclass/ExampleUnitTest.java
8433583e851b5e1898965b80dde31a4336b8e930
[]
no_license
kissme93/HosungClass
b4d12b57da8d3aa46c92f300c4b3adbd1ce4d41d
6f6ca5ead55ee5e29b607fca7e05b9d21c2b7920
refs/heads/master
2023-04-05T10:44:26.728624
2021-04-18T07:20:15
2021-04-18T07:20:15
353,320,257
1
0
null
null
null
null
UTF-8
Java
false
false
384
java
package com.example.hosungclass; 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 voi...
[ "ki_hoon@hotmail.com" ]
ki_hoon@hotmail.com
ef01c9a48b5127a44b33524f9344c6c4d13325b9
cd72a19c63cae5c2a84e6562f214e9a9daa40524
/JPACRUDProject/src/com/capgemini/jpa/presentation/EmployeeTester.java
4a99c72199b5f355a001d2281c18a57bee210464
[]
no_license
swaz-swax/2ndNov-Maven-JPQL-JPA-Cardinality
407e756fc472c23af260495be07348aef56b69da
c441570b00a273c99767a9ade8aec102242c7b6e
refs/heads/master
2020-04-04T10:41:27.547932
2018-11-03T10:17:04
2018-11-03T10:17:04
155,862,482
0
0
null
null
null
null
UTF-8
Java
false
false
3,942
java
package com.capgemini.jpa.presentation; import java.util.GregorianCalendar; import java.util.List; import java.util.Scanner; import javax.persistence.criteria.CriteriaBuilder.In; import com.capgemini.jpa.entity.Employee; import com.capgemini.jpa.exception.EmployeeException; import com.capgemini.jpa.ser...
[ "noreply@github.com" ]
swaz-swax.noreply@github.com
24a06426fe9f761901b89f4b5f1436fcbafd1c1c
7ea8e1be950b316b02b59e2ce3a19be50b1d993e
/src/shop_tool_regression_qa/MVM_shop_tool_QA.java
4a99f8a58e596cbb7ae1c864408effa20df989a0
[]
no_license
ryanwahid/shoptool_reg
881865b684457e280e8b94bbab5afc1aee30db66
515ffab717bbcd52f23d6231cc11b7cced70981b
refs/heads/master
2020-04-29T14:27:05.785863
2019-03-08T19:21:37
2019-03-08T19:21:37
null
0
0
null
null
null
null
UTF-8
Java
false
false
29,490
java
package shop_tool_regression_qa; import org.testng.annotations.Test; import java.util.List; import org.apache.commons.lang3.RandomStringUtils; import org.openqa.selenium.By; import org.openqa.selenium.JavascriptExecutor; import org.openqa.selenium.Keys; import org.openqa.selenium.WebDriver; import org.openqa.seleniu...
[ "701tegrityfarm@gmail.com" ]
701tegrityfarm@gmail.com
6e7d923f85a7a89f992fb13f7fc7795b1819da15
4a8c493b329326aa603bf21b02294d38b078d3f6
/ms-auth-server/src/main/java/com/demo/ms/domain/AutenticatioVO.java
1fc7ac7c7de073b838601b5f253e2d19ecb7fa19
[]
no_license
devjolima/microservicos
d3187404b139adf55c5e30b52ff8a5276fa659cd
88638ba0f77558adf7c5e583570009d5507b7f0c
refs/heads/master
2022-07-01T02:17:46.875895
2020-09-07T20:57:31
2020-09-07T20:57:31
203,032,797
0
0
null
2022-05-20T21:56:45
2019-08-18T16:58:03
JavaScript
UTF-8
Java
false
false
160
java
package com.demo.ms.domain; import java.time.LocalDate; public class AutenticatioVO { public String name; public String role; public String expiration; }
[ "jonathas.o.lima@gmail.com" ]
jonathas.o.lima@gmail.com
c60fead4f70fd462e5df04a049771c047f3c278b
332225ce3eb88ba40bf24b58ddfff7202830932f
/src/PercolationStats.java
c002261ca5a5d5fa7196e239f54a4a6f2cadfc55
[]
no_license
auddyfuture/P1-Percolation
4cfedaaa77daf29780fef1911caacba7fd088749
c6b8eaea65623e93bf5d1d08992ff9089c697595
refs/heads/main
2023-08-16T00:35:34.336610
2021-10-15T05:51:17
2021-10-15T05:51:17
417,382,568
0
0
null
null
null
null
UTF-8
Java
false
false
2,456
java
import stdlib.StdOut; import stdlib.StdRandom; import stdlib.StdStats; public class PercolationStats { // Number of independent experiments int m; // Percolation thresholds for the m experiments, double[] x double[] x; // Performs m independent experiments on an n x n percolation system. public...
[ "noreply@github.com" ]
auddyfuture.noreply@github.com
4bdbe9ec739b1a12c17de0ff4ea4c1733163d190
8695cca1198b5d55161713249300233305920724
/src/main/java/appium_May_Framework/appiumFramework/utilities/utils/Utility.java
f10281410ad9f8e85d0157b0e1808daff8442a23
[]
no_license
GurjotSingh92/AppiumLearning
f68b0f0a65eb1779bf50a6358cadbb579af2ee0d
e4ffa37679adf0e7444c06fb00f96a7b9aed9771
refs/heads/master
2021-07-08T13:49:14.368454
2019-06-09T08:19:24
2019-06-09T08:19:24
190,981,009
0
0
null
null
null
null
UTF-8
Java
false
false
89
java
package appium_May_Framework.appiumFramework.utilities.utils; public class Utility { }
[ "gurjot.ahuja@paytm.com" ]
gurjot.ahuja@paytm.com
93155a80f2eebf54ea289e68544d40cfe9f5329d
d49bbeedf8073d0b4fc23672d24b484d8988024e
/BouncyCastle/prov/src/test/java/com/distrimind/bouncycastle/jce/provider/test/AllTests.java
8921448ed43bbd92429b2b181fc0e18c0c5a29d1
[ "MIT", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
sqf-ice/BouncyCastle
a6b34bd56fa7e5545e19dd8a1174d614b625a1e8
02bec112a39175ebe19dd22236d2b4d6558dfa8c
refs/heads/master
2022-11-17T08:52:07.224092
2020-07-14T23:21:12
2020-07-14T23:21:12
null
0
0
null
null
null
null
UTF-8
Java
false
false
991
java
package com.distrimind.bouncycastle.jce.provider.test; import java.security.Security; import junit.extensions.TestSetup; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; import com.distrimind.bouncycastle.jce.provider.BouncyCastleProvider; public class AllTests exte...
[ "jason.mahdjoub@distri-mind.fr" ]
jason.mahdjoub@distri-mind.fr
d146fdce3c6aecf3eceddf63221952e838fd517e
232fbfa571427f8513b7ae81591e47c74ea47331
/php-squid/src/test/java/org/sonar/php/parser/expression/FunctionCallParameterListTest.java
42fed6f4f8021d2cbe147244821e36732165d10b
[]
no_license
theWhiteFox/sonar-php
97cfffe278f884b6e2f9417a200e447d30e05895
d761f600bcee46ee5f779b00be2741216d437ef0
refs/heads/master
2021-01-21T08:01:36.811906
2019-04-08T21:07:09
2019-04-08T21:07:09
25,589,380
0
0
null
null
null
null
UTF-8
Java
false
false
1,326
java
/* * SonarQube PHP Plugin * Copyright (C) 2010 SonarSource and Akram Ben Aissi * dev@sonar.codehaus.org * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3 of the...
[ "linda.martin@sonarsource.com" ]
linda.martin@sonarsource.com
f493e401655ae81bb5239d0dcbbe98d8f195c1c4
60ffee4de5e1853aaa3735d0e5e7d73c1608672c
/src/Leetcode/topic/hashmap/LC451_SortCharactersByFrequency.java
20ca29ebb495d179aca775efb978fa6a88f4894e
[]
no_license
roppel/CodingInterviewProblems
d903e23de6f67c9e64ba19ea65af63684878fc03
4e63ef308e380f0e1644da3473c383ad95bdfbe4
refs/heads/master
2023-01-31T18:06:09.428696
2020-12-13T19:29:54
2020-12-13T19:29:54
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,458
java
package Leetcode.topic.hashmap; import java.util.Comparator; import java.util.HashMap; import java.util.LinkedHashMap; import java.util.Map; public class LC451_SortCharactersByFrequency { public static void main(String[] args) { System.out.println(new LC451_SortCharactersByFrequency().frequencySort("trree...
[ "michaelperera32@gmail.com" ]
michaelperera32@gmail.com
93fe5f95df3f719bb6b0edf92b7019e19371b27c
92d7c9c1289ba698eb27c4bd8c2617516f4365ea
/app_fragment/src/main/java/com/example/mhlee/myexercise/MainActivity.java
7b4f47dca7d3950156f6d402c171389ddf70680c
[]
no_license
mhlee1215/android_class2
f1cf718c70414364707c0c2b5469032e5f241692
2fcc3c0bd77d2a310dcd84aeb6527c4184a830c4
refs/heads/master
2021-01-10T06:28:33.356778
2016-02-07T06:49:53
2016-02-07T06:49:53
51,258,536
0
0
null
null
null
null
UTF-8
Java
false
false
3,603
java
package com.example.mhlee.myexercise; import android.content.Intent; import android.support.v4.app.FragmentTransaction; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.EditText; public class MainActivity extends AppCompatActivity { public ...
[ "mhlee1215@gmail.com" ]
mhlee1215@gmail.com
b3e504319a7a6a824d3be74ffc102269cd13f958
a6ee43db1ecf659c47967d3334ba15e504947a5e
/src/main/java/com/leetcode/minimum_window_substring/Solution.java
528b4088791dc5528cf0c6bc5ff2775dd7e70b8c
[ "MIT" ]
permissive
magnetic1/leetcode
fa3d640b640b4626705272bbcafc31c082fa6138
4577439aac13f095bc1f20adec5521520b3bef70
refs/heads/master
2023-04-21T10:28:10.320263
2021-05-06T12:22:57
2021-05-06T12:22:57
230,269,263
2
0
null
null
null
null
UTF-8
Java
false
false
369
java
/** * Leetcode - minimum_window_substring */ package com.leetcode.minimum_window_substring; import java.util.*; import com.ciaoshen.leetcode.util.*; import org.slf4j.Logger; import org.slf4j.LoggerFactory; interface Solution { // use this Object to print the log (call from slf4j facade) static Logger log =...
[ "1228740123@qq.com" ]
1228740123@qq.com
8cf1766914d4ddccd437b89b6869fd26044f437c
9abfff46c59dfcac15dbd8923f05f8ccc2f8bdf8
/src/main/java/cs361/battleships/models/Result.java
42727d0863548f56e71eda56d8b0de807e3c8327
[]
no_license
1mgroot/sprint1-project-group-17
00f53f16fb76431290099abddb6ff0f85ed8b33e
6c8d8c943e93c257f1c2cb0ca7f364823d9d13e5
refs/heads/master
2020-04-17T19:51:42.669327
2019-01-20T00:32:08
2019-01-20T00:32:08
166,881,445
0
0
null
2019-01-21T21:12:32
2019-01-21T21:12:32
null
UTF-8
Java
false
false
453
java
package cs361.battleships.models; public class Result { public AtackStatus getResult() { //TODO implement return null; } public void setResult(AtackStatus result) { //TODO implement } public Ship getShip() { //TODO implement return null; } public void setShip(Ship ship) { //TODO implement } p...
[ "hedaoos@oregonstate.edu" ]
hedaoos@oregonstate.edu
6fcc23ef64b384feaa3c865979d160306ff66cd7
6889f8f30f36928a2cd8ba880032c855ac1cc66c
/SemplestServiceMSNv8r3/src/org/datacontract/schemas/_2004/_07/Microsoft_AdCenter_Advertiser_CampaignManagement_Api_DataContracts/MatchType.java
8300adbebfc531dd6ae0e00f50581a4e67f2611f
[]
no_license
enterstudio/semplest2
77ceb4fe6d076f8c161d24b510048802cd029b67
44eeade468a78ef647c62deb4cec2bea4318b455
refs/heads/master
2022-12-28T18:35:54.723459
2012-11-20T15:39:09
2012-11-20T15:39:09
86,645,696
0
0
null
2020-10-14T08:14:22
2017-03-30T01:32:35
Roff
UTF-8
Java
false
false
3,246
java
/** * MatchType.java * * This file was auto-generated from WSDL * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.datacontract.schemas._2004._07.Microsoft_AdCenter_Advertiser_CampaignManagement_Api_DataContracts; public class MatchType implements java.io.Serializable...
[ "mitch@02200ff9-b5b2-46f0-9171-221b09c08c7b" ]
mitch@02200ff9-b5b2-46f0-9171-221b09c08c7b
3a4b8cfa92d2b81ade94e6cb66eb89d0a0f1ba68
a7c85a1e89063038e17ed2fa0174edf14dc9ed56
/spring-aop-perf-tests/src/main/java/coas/perf/ComplexCondition300/Advice218.java
4fb6557040cd70a6059e03b13a607933d59cd404
[]
no_license
pmaslankowski/java-contracts
28b1a3878f68fdd759d88b341c8831716533d682
46518bb9a83050956e631faa55fcdf426589830f
refs/heads/master
2021-03-07T13:15:28.120769
2020-09-07T20:06:31
2020-09-07T20:06:31
246,267,189
0
0
null
null
null
null
UTF-8
Java
false
false
1,644
java
package coas.perf.ComplexCondition300; import org.aspectj.lang.ProceedingJoinPoint; import org.aspectj.lang.annotation.Around; import org.aspectj.lang.annotation.Aspect; import org.springframework.stereotype.Component; import coas.perf.ComplexCondition300.Subject300; @Aspect @Component("Advice_300_218_cc") public c...
[ "pmaslankowski@gmail.com" ]
pmaslankowski@gmail.com
b8edf99be6d04fc1a72808306edc55dd5d17ed48
2d2013c46190f7f9927d3a923b8413a91e91fbbb
/sources/com/crashlytics/android/answers/SessionEventTransform.java
c44af1d570a994d55c42155a4d746b60be1a4a3c
[]
no_license
ghuntley/Aarogya-Setu_v1.1.1.apk
af5b054feddc901ca62b9233bb4aac576f8c4249
ca931e596a31ab7298f3c7dc1ca3eaa327f84473
refs/heads/master
2022-05-26T15:50:36.276158
2020-05-02T12:06:54
2020-05-02T12:06:54
260,674,190
0
0
null
null
null
null
UTF-8
Java
false
false
3,522
java
package com.crashlytics.android.answers; import android.annotation.TargetApi; import java.io.IOException; import l.a.a.a.o.d.a; import org.json.JSONException; import org.json.JSONObject; public class SessionEventTransform implements a<SessionEvent> { public static final String APP_BUNDLE_ID_KEY = "appBundleId"; ...
[ "ghuntley@ghuntley.com" ]
ghuntley@ghuntley.com
372dc837f41c28b82fb314550421ca1db0faf07a
380c741f8c5da7917c1742de82d7d216d9a8f139
/DataService/src/main/java/com/opm/data/dtl/controller/FileController.java
075673682da33fff2353e537b3dd12203c44fbb0
[]
no_license
lovememo/helloMyWorld2
e90d8777b6472261bef09de0f1f1b2da894d0c5f
98a31ee4f434d69ed8fbd2d1a55ac57a4d353e64
refs/heads/master
2021-04-28T21:49:02.711493
2017-01-02T12:23:44
2017-01-02T12:23:44
77,734,295
0
0
null
null
null
null
GB18030
Java
false
false
6,549
java
package com.opm.data.dtl.controller; import ch.qos.logback.classic.Logger; import com.google.gson.Gson; import com.opm.common.model.RequestModel; import com.opm.common.model.ResponseModel; import com.opm.data.common.model.DataErrorMsg; import com.opm.data.dtl.model.DtlControl; import com.opm.data.dtl.model.DtlFile; im...
[ "lovememo@foxmail.com" ]
lovememo@foxmail.com
8ff77152ddca55e457b6b3e7fda334f0c49884e2
5d6b3ad627a778575c06850ed8a61dd42d696620
/dbflute-mysql-example/src/main/java/com/example/dbflute/mysql/dbflute/cbean/bs/BsWhiteCompoundPkRefCB.java
7b6e84b78b8a307fc62c13d5204f355cfa284cf6
[ "Apache-2.0" ]
permissive
hajimeni/dbflute-example-database
9246ba7959b33e3b4eb470e9fd3e26aa78d0519a
66b8fdf4fec3a63eb8fce1705e86061c88a216b1
refs/heads/master
2020-12-25T14:33:48.342906
2013-10-10T16:35:24
2013-10-10T16:35:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
28,328
java
/* * Copyright 2004-2013 the Seasar Foundation and the Others. * * 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 ...
[ "dbflute@gmail.com" ]
dbflute@gmail.com
621f407aa59947ab7b23a82a73cac0064bfe2efc
a7938369bdc5fddeec046da5b3b726d01ea2eec1
/src/papeleria_completo/conectar.java
18edb3e401d4ad90276873a56a428f09e2204c01
[]
no_license
ariadnamtzbravo09/papeleria-Java
05105d9e5361303e2ccb5a842431d136f5089111
a3211d76eb532538571dc1999d6981fb7463a22e
refs/heads/master
2021-01-19T02:33:58.305650
2016-06-06T18:16:42
2016-06-06T18:16:42
60,550,102
0
0
null
null
null
null
UTF-8
Java
false
false
520
java
package papeleria_completo; import java.sql.DriverManager; import javax.swing.JOptionPane; import java.sql.Connection; public class conectar { Connection conect = null; public Connection conexion() { try { Class.forName("org.gjt.mm.mysql.Driver"); conect=DriverManager...
[ "lizeth.07_96@hotmail.com" ]
lizeth.07_96@hotmail.com
3d90d8cf20067f60ce10d163e5ae840b09fbc027
dd43d3a13b37649020e18de71df7d22509d7a0b1
/Backend/winism/src/main/java/com/winism/winism/util/FileCheck.java
55ea3b570f16401a0f12e5481736065631516b6c
[]
no_license
BONOBONOBOo/WINISM
3438323b799552d795a981fd928e8f2971f8ee4b
d612f0a81207ede39b998a3843dff2ab8e915bfb
refs/heads/master
2023-01-12T13:38:37.315583
2020-11-15T18:39:20
2020-11-15T18:39:20
314,123,326
0
0
null
null
null
null
UTF-8
Java
false
false
372
java
package com.winism.winism.util; import java.io.File; public class FileCheck { public String checkImage(String img){ File fi = new File("/home/ubuntu/data/images/"+img+".png"); if(fi.exists()){ return "http://k3a208.p.ssafy.io/images/"+img+".png"; } ...
[ "dldnjsgh71@naver.com" ]
dldnjsgh71@naver.com
36fc5a70af4cc81538c53e30c9619c9e91d8a399
bf2632f5b85991ce8900bdd77e94790451e7d4fb
/src/main/java/org/safs/rest/sample/resource/InvoiceResource.java
e37a11797945ab98376dc1bc8b45b0fed6a0487b
[]
no_license
leiwang008/RestSample
607f87213c69c4dfced2ccc1fe21636ddebd3ddc
0676bce814cedf587d09186a500b0b491c2ed4bb
refs/heads/master
2021-04-26T22:13:12.848960
2019-11-15T08:10:14
2019-11-15T08:10:14
124,042,037
0
0
null
null
null
null
UTF-8
Java
false
false
953
java
/** * Copyright (C) SAS Institute, All rights reserved. * General Public License: http://www.opensource.org/licenses/gpl-license.php */ /** * Logs for developers, not published to API DOC. * * History: * @date 2018-03-06 (Lei Wang) Initial release. */ package org.safs.rest.sample.resource; import org.safs....
[ "lei.wang@sas.com" ]
lei.wang@sas.com
c78d7b1a24f422dc0d9dddc8f4a0a3ddc2ba4a04
c23543bbd3e45c648f4fccac38dc8474e755065e
/src/codingpark/net/cheesecloud/wsi/ImageFloder.java
ee76b0638bd056b804e15ab0578d07feab876b20
[]
no_license
fangjingfeng/cheese
2bc1b3cef0ce255f432ae64a85fa160419ce0087
922a06c2e90c3ed49c34e3fca9829c372370b858
refs/heads/master
2021-01-20T12:10:38.031824
2015-06-10T08:43:17
2015-06-10T08:43:17
35,271,114
0
0
null
null
null
null
UTF-8
Java
false
false
894
java
package codingpark.net.cheesecloud.wsi; public class ImageFloder { /** * 图片的文件夹路径 */ private String dir; /** * 第一张图片的路径 */ private String firstImagePath; /** * 文件夹的名称 */ private String name; /** * 图片的数量 */ private int count; public String getDir() { return dir;...
[ "123@computer" ]
123@computer
7c745e6e92bc056f84fcc330cdac8172ed512ad0
11ea1a597fe9b4881a42babfc9e7b0decdf3aace
/app/src/main/java/com/example/ihsan/BeneficiaryAdapter.java
6cda9b21fe486246a0598ec3bcdfe873a929d05a
[]
no_license
Alanoud7m/ihsan
4fc8201f890239b76f1198133f970fd525bd3e5a
88f44ed936fba0d756c35ce51d0823e9d8d00105
refs/heads/master
2023-02-03T08:00:12.568996
2020-12-08T15:26:28
2020-12-08T15:26:28
309,044,286
0
0
null
2020-12-08T15:17:52
2020-11-01T07:23:53
Java
UTF-8
Java
false
false
2,730
java
package com.example.ihsan; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.Button; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.recyclerview.widget.RecyclerView; import java.util....
[ "ahmmss7@hotmail.com" ]
ahmmss7@hotmail.com
3a2f86554137857bca19c766953d272e80b28e28
872d28fae8987df1ada785f1e8a762b072497a95
/src/main/java/com/example/comm/controller/BackstageController.java
aaae37f153a09ef8c0edf68962513691f1de76d6
[]
no_license
dengjunyi/TJU
ba096f3c08ca66d57b3ad533b953066bdd78ee7a
c77fe9a6d391670bef7be2653facbd451c9ff6a0
refs/heads/tom
2022-07-14T05:28:01.637800
2020-04-08T09:04:13
2020-04-08T09:04:13
226,816,106
0
0
null
2022-06-21T02:27:36
2019-12-09T07:58:21
Java
UTF-8
Java
false
false
4,845
java
package com.example.comm.controller; import com.example.comm.pojo.allocation.Allocation; import com.example.comm.pojo.barcode.Barcode; import com.example.comm.pojo.cursors.Cursors; import com.example.comm.pojo.customer.Customer; import com.example.comm.pojo.orders.Orders; import com.example.comm.pojo.porttable.Porttab...
[ "dengyi20000516" ]
dengyi20000516
15a425970f4241c457718b2cddcfa7bb09d41b2d
815cb2f74b1c48835d2763df6dbf2fd673772dd0
/bpm/bonita-core/bonita-process-engine/src/main/java/org/bonitasoft/engine/service/impl/SessionAccessorAccessor.java
5f6e25f160f360d56ec8213956f2e1de31a76443
[]
no_license
Melandro/bonita-engine
04238b7b1f6daefbf568e2985f9ad990e66d2a10
bd4a9ab2492d5e9843a90fd9bbfe14700eb4bddb
refs/heads/master
2021-01-15T18:36:29.949274
2013-08-14T14:22:15
2013-08-14T14:47:50
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,048
java
/** * Copyright (C) 2011-2013 BonitaSoft S.A. * BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble * This library is free software; you can redistribute it and/or modify it under the terms * of the GNU Lesser General Public License as published by the Free Software Foundation * version 2.1 of the License. * This ...
[ "emmanuel.duchastenier@bonitasoft.com" ]
emmanuel.duchastenier@bonitasoft.com
136791dfa0b5fbaa11f9f60aa71c6db2ff0f64be
86d2c6e478457ca97b72ee4fe142021cd203ad20
/hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/search/builder/predicate/SourcePredicateBuilder.java
0366a56646b69e66f0618630b45d16300bcf78bf
[ "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
nmdp-bioinformatics/hapi-fhir
c43874d5a4862a13a7c6fb434acabbec77e9dc6a
9ae71aba95d4af7650642f912c5b034ce537e835
refs/heads/master
2023-05-13T06:08:11.470244
2023-05-07T12:25:29
2023-05-07T12:25:29
71,417,241
1
1
Apache-2.0
2022-12-23T16:21:54
2016-10-20T02:17:53
Java
UTF-8
Java
false
false
2,066
java
/*- * #%L * HAPI FHIR JPA Server * %% * Copyright (C) 2014 - 2023 Smile CDR, 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-...
[ "noreply@github.com" ]
nmdp-bioinformatics.noreply@github.com
a230c487ba77aa18c0b632b2216636805f9eb229
518b1c5d25de78e56222e742c164b74952b3c58e
/src/gr/hua/dit/ds/group24/DAO/PublicServiceDAOImpl.java
05c285d407cec0042b3e747b7f0cbe847b810f84
[]
no_license
JasonTrib/DS_project
d013453f3ed21c26a7f409d88b6a5a2ac3ac5397
012deb04f214566bfe1042fdd0d0c4ac561bf7cd
refs/heads/main
2023-03-05T11:02:02.802491
2021-02-18T03:00:23
2021-02-18T03:00:23
323,069,868
0
1
null
null
null
null
UTF-8
Java
false
false
2,564
java
package gr.hua.dit.ds.group24.DAO; import javax.transaction.Transactional; import org.hibernate.SessionFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Repository; import java.util.List; import org.hibernate.Session; import org.hibernate.query.Query; impo...
[ "JasonPC@192.168.1.100" ]
JasonPC@192.168.1.100
73df861e6ac5e3c35625dd071e77a5cbf6068df5
eb295572c087f03d7339794b369820b6d8defa2a
/图论建模/src/leetcode695/Solution.java
47d09dbbd9c4101b543d86b8d643cd8997b7aa78
[]
no_license
LastKnightCoder/graph-theory
700040772cac196466a74607edb47c8c50eaf549
7bce92cc303b953ca649e2da2629b7e16281a0ef
refs/heads/master
2023-02-22T19:58:17.550090
2021-01-29T18:30:05
2021-01-29T18:30:05
325,961,825
0
0
null
null
null
null
UTF-8
Java
false
false
1,751
java
package leetcode695; import java.util.Arrays; import java.util.stream.Collectors; public class Solution { private int rows; private int columns; private boolean[][] visited; private int[][] grid; public int maxAreaOfIsland(int[][] grid) { if (grid == null) { return 0; ...
[ "2223106858@qq.com" ]
2223106858@qq.com
3a44148cd55fe785ad4fde354a23650c63c8e4eb
c181263010d6da95d06f0ec8cd9bfabb12c46dc8
/app/src/androidTest/java/com/github/tianma8023/fontmetricssample/ExampleInstrumentedTest.java
e462f4bc4afb89a507d80703d0e93e539df9de0d
[ "Apache-2.0" ]
permissive
tianma8023/FontMetricsSample
f567a73719e1684bcf462c336c9c33df02713fb6
83d521acfb3b7ba7d4ee616002484eac97d01203
refs/heads/master
2021-05-11T01:28:21.777002
2018-01-27T07:54:25
2018-01-27T07:54:25
118,329,284
7
1
null
null
null
null
UTF-8
Java
false
false
805
java
package com.github.tianma8023.fontmetricssample; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, whic...
[ "1808931265@qq.com" ]
1808931265@qq.com
65a81e7e7accc59d8eccf6cf468fb5e5bf79b1fd
e5fd02c03d1da3025b10e21b1777968c8217be9f
/Cotizador/src/com/qbe/cotizador/dao/entidad/TipoIdentificacionDAO.java
99bfe301c4c8194c66647888c3f69677eddf9875
[]
no_license
luisitocaiza17/JavaProcesoBatch
3d2069c6ed8e4358a47b34d42237b0e42a876812
69be7df9522c53c68d70ed980f0826de3e860653
refs/heads/master
2020-04-21T02:52:52.344661
2019-02-05T16:04:17
2019-02-05T16:04:17
169,267,952
0
0
null
null
null
null
UTF-8
Java
false
false
2,074
java
package com.qbe.cotizador.dao.entidad; import java.util.List; import javax.naming.Context; import javax.naming.InitialContext; import javax.naming.NamingException; import javax.persistence.EntityManager; import javax.persistence.PersistenceContext; import com.qbe.cotizador.entitymanagerfactory.EntityManagerFac...
[ "luisito_caiza17" ]
luisito_caiza17
b3f5028974709f733a4e5856b848333f8fca1bb9
46d032112ccd547f0cbb6db17b8b1545b829911f
/cqhttp-spring-boot-starter/src/main/java/org/devefx/spring/boot/cqhttp/api/SetGroupAdmin.java
f230541adc69285202edf12a3f1a2fe2d3f3f218
[ "Apache-2.0" ]
permissive
devefx/spring-boot-starters
cb8833a30ae15c985b6aaf87a323a56b52f9eeab
d2f0a3ac7cefec852e96955ac70ed2bec6ea7e51
refs/heads/master
2022-07-20T05:00:58.539035
2022-07-01T14:01:47
2022-07-01T14:01:47
163,935,217
0
0
null
null
null
null
UTF-8
Java
false
false
692
java
package org.devefx.spring.boot.cqhttp.api; import com.fasterxml.jackson.annotation.JsonProperty; import lombok.AllArgsConstructor; import lombok.Data; import lombok.RequiredArgsConstructor; import javax.validation.constraints.NotNull; /** * 群组设置管理员 */ @Data @AllArgsConstructor @RequiredArgsConstructor public class...
[ "devefx@163.com" ]
devefx@163.com
8dd6130a8b6de37de0d28d8f43db12c06dbc90a0
bf0f21e34279af3e65892d14602b8e2f08a871cb
/ChatServer/src/main/java/io/grpc/chatservice/ChatServiceProto.java
32807e6d3768bbcaa6eaaab6568206591f8ec37b
[]
no_license
hayyuelha/proto-IRC
2b13040f7e5c3a67515638d9cf26b07b26f84043
ef89c277aa4eb22070962e672845cecd4d65a087
refs/heads/master
2021-01-10T11:36:01.662946
2015-09-28T02:09:21
2015-09-28T02:09:21
43,232,406
0
0
null
2015-09-29T04:55:22
2015-09-27T03:13:09
JavaScript
UTF-8
Java
false
true
5,600
java
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: protoExercise/chat_proto/chat.proto package main.java.io.grpc.chatservice; public final class ChatServiceProto { private ChatServiceProto() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { ...
[ "heripottypot@gmail.com" ]
heripottypot@gmail.com
090e5c2fdc6a392b1933e1a6252108eaab3bd49e
2cf26c806e8a45d91d3476baf474b2c82418329e
/RoundedEntry/RoundedEntry.Android/obj/Debug/android/com/companyname/roundedentry/R.java
1f7cee97bdd0221c7e70b515eb95bed3134d4e70
[]
no_license
omersezer/XamarinRoundedEntry
df1a42d2a5afb327da890a35bf5f194b9ed409f8
bee04221fbb8fe15945091370be59a9a3a08041b
refs/heads/master
2021-07-23T00:29:27.163854
2017-11-03T15:50:42
2017-11-03T15:50:42
109,413,845
0
0
null
null
null
null
UTF-8
Java
false
false
639,206
java
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * aapt tool from the resource data it found. It * should not be modified by hand. */ package com.companyname.roundedentry; public final class R { public static final class anim { public static final int abc_fad...
[ "oomersezer@gmail.com" ]
oomersezer@gmail.com
59d453d8c6b48e008543a24c12f9846b683ed6f8
ecc710ffd731bf07b9bce5821d053354978e45df
/src/main/java/org/beginningee6/book/chapter04/ex01/Book01.java
1505b0cdb6e02f252b584cbc5856a641a3a8fb2b
[]
no_license
osakanaya/beginningee6-chapter04
078871aeb438b40b7ce1ad46b365993fadaf81e1
7df8922fa828f9f6729bf2e24c78f926fec20fa0
refs/heads/master
2021-01-15T09:32:58.775755
2013-06-04T01:20:50
2013-06-04T01:20:50
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,019
java
package org.beginningee6.book.chapter04.ex01; import java.io.Serializable; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Table; @Entity @Table(name = "book_ex01") public class Book01 implements ...
[ "sashida@primagest.co.jp" ]
sashida@primagest.co.jp
3c3daaa58f8cc583f821aba2992f3c2b4dce778e
b1b42d5edde8a18ae8cfe9d39a43f47eac7bda36
/src/main/java/stepDefinations/Deals.java
dcc0f744cf04d1f5504cb2b3acfaeafce6afcaff
[]
no_license
mmkyqa10/cucumbertest
8e47349adc8a7dd3c2fb09bc4f0520305c3046b6
d71a693e4f0ca5c365f346a508d3a7a63c01e557
refs/heads/master
2023-01-02T13:13:08.826340
2020-10-19T04:12:16
2020-10-19T04:12:16
305,219,423
0
0
null
null
null
null
UTF-8
Java
false
false
2,569
java
package stepDefinations; import java.util.List; import java.util.concurrent.TimeUnit; import org.openqa.selenium.By; import org.openqa.selenium.JavascriptExecutor; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.chrome.ChromeDriver; import io.cucumber.datatable...
[ "mmkyqa10@gmail.com" ]
mmkyqa10@gmail.com
aa71c865cebfd8c54a46c12dafb3344a78634831
75ad70d669c0d98eff9d3dae7510b38c620985db
/src/main/java/demo/AclCheckingEntityListener.java
b9011f56ca4749244b85539fac10c2514a62c062
[]
no_license
aravindhrs/spring-security-data
cf796a433dc6aa10c255c39f1901aabd57112cb3
11fedda6f1d4d1df65413fa83662cbf9a5f33b26
refs/heads/master
2021-01-13T08:01:45.647926
2015-09-10T15:50:54
2015-09-10T15:50:54
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,521
java
/* * Copyright 2015 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
[ "info@olivergierke.de" ]
info@olivergierke.de
24464d6aa9851e15280b7b8d485a8c1877d78d8e
74f13340210fb12c0c8ac175b971262a5f7f9d93
/Bouquet.java
cae1556c58818874930333000659517f1860c7ab
[]
no_license
BladeSv/Flowers
e4887048017ce64d65838530fc70caa93002b1fb
b1e9f54639ee65890a885ec21d13b89890303aa0
refs/heads/master
2020-03-19T06:52:11.030225
2018-06-05T18:13:39
2018-06-05T18:13:39
136,061,895
0
0
null
null
null
null
UTF-8
Java
false
false
130
java
package by.htp.flowers.emtty; public class Bouquet { private String name; private double price; new partsBouquet[] ; }
[ "noreply@github.com" ]
BladeSv.noreply@github.com
f967feb59ff4a399502fdd3c8e39418d6ebee307
b6795014e8da62573cb7786c2ccda81ca1c44c49
/new/app/src/main/java/apitest/settings/SettingsActivity.java
f93f75074badc38e433141c2be1c4676f68c003c
[]
no_license
j1george/food-roulette-stuff
b99a2649e7f49f8868f52c11d7b8b19c20da55ff
6bdad83153e0384b2b2b9ad83f2da4d874d001cc
refs/heads/master
2021-06-11T19:19:29.794653
2016-12-21T21:30:06
2016-12-21T21:30:06
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,299
java
package apitest.settings; //import android.content.Intent; import android.content.Intent; import android.media.AudioManager; import android.os.Bundle; import android.preference.ListPreference; import android.preference.Preference; import android.preference.PreferenceActivity; import android.preference.PreferenceCateg...
[ "george@Georges-MBP.lan" ]
george@Georges-MBP.lan
6fbaf856f407315415721f178cf41a7a25ec4649
a96e07002b823800c9041639334e1f42421c1991
/holly old/src/main/java/controllers/TopPicks.java
b7b19f10dbc0091e97e9d91b9eb7cb66130101a1
[]
no_license
BoomerMonkey234/holly
d24fc5ce3eedc14335cc0b84ff719ca2951b08e9
1e6839a2937853ba4c49e14d1b21dda208820bee
refs/heads/main
2023-03-07T16:14:30.914601
2021-02-05T18:55:14
2021-02-05T18:55:14
329,963,796
0
1
null
null
null
null
UTF-8
Java
false
false
52
java
package controllers; public class TopPicks { }
[ "noreply@github.com" ]
BoomerMonkey234.noreply@github.com
188ad4f9e650d6970bb046c181523aa0fe2bdb11
1808857263a6c48b42a3f65ce953d6f311b52400
/flutter-studio/src/io/flutter/profiler/Memory.java
9f41d0b00312d6e3af02d9490b45deac5c51fdc4
[ "BSD-3-Clause" ]
permissive
MuhammadUmairghufran/flutter-intellij
f030b04f5ef4a165e1b90283f0b099dc5aac2fbd
ad1544eebfffee0b3d2f5aa1f8cccda47cd84473
refs/heads/master
2020-04-16T06:54:57.989681
2019-01-11T23:38:31
2019-01-11T23:38:31
null
0
0
null
null
null
null
UTF-8
Java
false
false
17,731
java
/* * Copyright 2018 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ package io.flutter.profiler; import com.google.gson.JsonElement; import com.google.gson.JsonObject; import com.intellij.openapi.diagnostic.Logger;...
[ "noreply@github.com" ]
MuhammadUmairghufran.noreply@github.com
522853e31b1b4891bc14693350b01402e38a1e87
5efbe1ce4035df0d4a7aa478ac37fa75aa68025c
/reference no run/com.martinstudio.hiddenrecorder/src/com/google/android/gms/games/internal/constants/NotificationChannel.java
87f5d636fd9c59977353884f8db87c5f6635534a
[]
no_license
dat0106/datkts0106
6ec70e6adb90ba36237d4225b5cba80fcbd30343
885c9bec5b5cd3c4d677d8d579cd91cf7fd6d2e5
refs/heads/master
2016-08-05T08:24:11.701355
2014-08-01T04:35:12
2014-08-01T04:35:59
15,329,353
1
1
null
null
null
null
UTF-8
Java
false
false
311
java
package com.google.android.gms.games.internal.constants; public final class NotificationChannel {} /* Location: E:\android\Androidvn\dex2jar\classes_dex2jar.jar * Qualified Name: com.google.android.gms.games.internal.constants.NotificationChannel * JD-Core Version: 0.7.0.1 */
[ "datkts0106@gmail.com" ]
datkts0106@gmail.com
036a6aea14bdbb21573e98abf314eb9db1dbd34d
faf08fd4484c6538578bc28ab6fb943826db1adc
/src/main/java/com/samar/sprincloud/model/dto/CouponDto.java
3827a4d7ebb577f0264ec46a18f65c36c2e35073
[]
no_license
iamsamarsharma/productservice
bef3e5f43dbb78f26bb29c1bb07f0cc94a860431
ad360901b8f743ded2b4d39d99c9e566c48fc09d
refs/heads/master
2020-11-25T13:24:13.222365
2019-12-17T19:12:45
2019-12-17T19:12:45
228,684,615
0
0
null
null
null
null
UTF-8
Java
false
false
411
java
package com.samar.sprincloud.model.dto; import lombok.Getter; import lombok.Setter; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import java.math.BigDecimal; @Getter @Setter public class CouponDto { private Long i...
[ "samarsharma@outlook.com" ]
samarsharma@outlook.com
412c1c7273aadb0ffe844a6f09b07bf5177cfe63
ec5d42b952c4b3da93aeef815610415daa1ca955
/QrCodeScanning/app/src/main/java/com/neml/qrcodescanner/model/DataResponseModel.java
9e24a38af838f37b0146736d6414fe97025830ad
[]
no_license
rajashri04/NemlRepository
3a066223a0e1912983036f50ede4433dab92e28c
ce059c7bca8858403a57a74f02e9f03003905565
refs/heads/master
2022-12-20T13:55:56.527765
2020-10-07T05:53:33
2020-10-07T05:53:33
301,938,249
0
0
null
null
null
null
UTF-8
Java
false
false
3,525
java
package com.neml.qrcodescanner.model; public class DataResponseModel { String qrCode; String stateCode; String market; String society; String agency; String commodity; String season; String farmerId; String farmerName; String farmerMobileNo; String bagScannedOn; String l...
[ "rajashree.suryavanshi@neml.in" ]
rajashree.suryavanshi@neml.in
f49e82c3e2618f056375ac9fe49af0475654e36c
79759a51f97394daa18b9456f377210a504b87ca
/dynamic/awacp/src/com/awacp/entity/Product.java
1c3363272523344ea2dcfae0f2ea8d168ffb4180
[]
no_license
sts-admin/sts-repo
c3e65c524ddb3eb3e77c84e37abbf142476cfd53
187d354a4e7770a04e1bc909ecadd0e91a5de9c1
refs/heads/master
2020-04-12T05:33:23.581457
2018-06-09T06:24:13
2018-06-09T06:24:13
65,720,586
0
0
null
null
null
null
UTF-8
Java
false
false
1,834
java
package com.awacp.entity; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.NamedQueries; import javax.persistence.NamedQuery; import javax.validation.constraints.NotNull; import javax.xml.bind.annotation.XmlRootElement; import com.sts.core.entity.BaseEntity; /** ...
[ "onlydeb143@gmail.com" ]
onlydeb143@gmail.com
c89890d2e2a3930f7adfc5a2ce87fa7a686ff8d7
267737b79140a8d873b5603403aa2502535fae20
/src/Concrete/PlayerManager.java
d001023f1e4742eba82bd5a54577b96e02b5993d
[]
no_license
muratcengizli/Kodlama.i0-HW-4
8d9a56307ede69d5a3c0c35af20e0c46876ab1c1
dccb89c27f5231bb0b57b174e71e26df59c33164
refs/heads/master
2023-04-16T18:18:03.534020
2021-05-05T15:13:47
2021-05-05T15:13:47
364,618,714
0
0
null
null
null
null
UTF-8
Java
false
false
1,004
java
package Concrete; import Abstract.ConfirmationSystem; import Entities.Player; public class PlayerManager { private ConfirmationSystem confirmationSystem; public PlayerManager (ConfirmationSystem confirmationSystem) { this.confirmationSystem = confirmationSystem; } public void add(Player player) { Sys...
[ "72807094+muratcengizli@users.noreply.github.com" ]
72807094+muratcengizli@users.noreply.github.com
d2fcf057ed910b453394395f610706624f1dcdbc
4a897f35da696472dd2eebab43b1c730a100277a
/src/me/engine/gui/SkillInventory.java
8e69d4960b1fe6c9e9cf60a3d6257e30fbff2217
[]
no_license
Pusty/LudumDare33
3bf520a4ddff6eb80764137e67d03fed1d4accfd
91d2f5c13ae363c95c49226e3b92925aa5fd7e8e
refs/heads/master
2021-01-17T10:23:25.833503
2017-10-17T02:41:13
2017-10-17T02:41:13
40,480,188
0
0
null
null
null
null
UTF-8
Java
false
false
4,065
java
package me.engine.gui; import static org.lwjgl.opengl.GL11.GL_QUADS; import static org.lwjgl.opengl.GL11.GL_TEXTURE_2D; import static org.lwjgl.opengl.GL11.glBegin; import static org.lwjgl.opengl.GL11.glBindTexture; import static org.lwjgl.opengl.GL11.glEnd; import org.lwjgl.opengl.GL11; import me.engine.l...
[ "pusty8888@gmail.com" ]
pusty8888@gmail.com
9c52a57d8a8d0a26194c153c9aef28986a8808ec
f86938ea6307bf6d1d89a07b5b5f9e360673d9b8
/CodeComment_Data/Code_Jam/val/Counting_Sheep/S/CountingSheep(1075).java
008abfd7a15c57921d5a6d11b0e4c4ce2f9efc94
[]
no_license
yxh-y/code_comment_generation
8367b355195a8828a27aac92b3c738564587d36f
2c7bec36dd0c397eb51ee5bd77c94fa9689575fa
refs/heads/master
2021-09-28T18:52:40.660282
2018-11-19T14:54:56
2018-11-19T14:54:56
null
0
0
null
null
null
null
UTF-8
Java
false
false
962
java
package methodEmbedding.Counting_Sheep.S.LYD646; import java.io.File; import java.io.FileNotFoundException; import java.io.FileWriter; import java.util.Scanner; /** * Created by rvisweswaran on 4/8/16. */ public class CountingSheep { public static void main(String[] args) throws Exception { Scanner sc = new Sca...
[ "liangyuding@sjtu.edu.cn" ]
liangyuding@sjtu.edu.cn
aa2e638c77c38d1fab004f87158cfb7041de9a10
320020551155ad8335465e2a10fe4b7973234d33
/src/main/java/club/fangqcloud/controller/ProductClassController.java
f3cacf3507cf19f778fc9d9e7fdb61805c17d4ab
[]
no_license
jaee2/market
26ece78dd946d30afc89cb34a25ebb052dc552ba
bc79e8d55f2e984aa3fbf45ed4ba42f441f6fd81
refs/heads/master
2020-06-12T05:08:31.351261
2019-06-27T13:28:59
2019-06-27T13:28:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
11,737
java
package club.fangqcloud.controller; import java.io.IOException; import java.io.OutputStream; import java.io.PrintWriter; import java.io.UnsupportedEncodingException; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.List; import javax.annotation.Resource; import javax.servlet.http.HttpSe...
[ "760519863@qq.com" ]
760519863@qq.com
46c8df89ae21ce939c4d52d194aa1e903732831d
a3ed7512b0f713bf28abf2972fb0747170685d8b
/workFiles/nohbodyz@gmail.com/GithubResults/Java/1_2_25_SAP.java
5425615ff6084ace2eb32380e68aa95102c6214a
[]
no_license
Nohbody/MPI_Programs
96e30e67031f9ad890674c2a5e02c8b53858dac0
6135cdf497850941b4035dbff89266a31ea5f4c2
refs/heads/master
2020-05-14T11:59:25.401631
2019-04-23T00:38:16
2019-04-23T00:38:16
181,782,352
0
0
null
null
null
null
UTF-8
Java
false
false
5,111
java
/** * Names: Andrew Lewin & Spenser Riches * Class: CSIS 2420 * Assignment: A06 WordNet * Due Date: 05/01/15 */ package wordnet; import edu.princeton.cs.algs4.BreadthFirstDirectedPaths; import edu.princeton.cs.algs4.DepthFirstDirectedPaths; import edu.princeton.cs.algs4.DepthFirstOrder; import edu.princeton....
[ "nohbodyz@gmail.com" ]
nohbodyz@gmail.com
edf25a2843a74a917039af38baf8d3966ee9d47f
18e85f330ae425c8cbeeffbb43da4951905afddd
/src/com/znaka/Tokens/TokenMatches/TokenPunctuationMatch.java
7f402f58c400809a02d2efa4fafc7c48ff3f1c26
[]
no_license
tonipelovski/znaka
fe37817f3e8870801f63968265ba041eaa21fe01
241d24c2d35e5f44e2f495aec37d0fc6cf00d544
refs/heads/master
2020-04-22T18:07:36.912446
2019-06-13T10:25:38
2019-06-13T10:25:38
170,566,911
0
0
null
null
null
null
UTF-8
Java
false
false
422
java
package com.znaka.Tokens.TokenMatches; public class TokenPunctuationMatch extends TokenMatch { private static String punc = ",;(){}[]"; public TokenPunctuationMatch() { super("punc"); } @Override public int nextTokenEndIndex(String s) { for(char c : punc.toCharArray()){ ...
[ "stef4oben88@gmail.com" ]
stef4oben88@gmail.com
d5172cf230c0922704c89882f2acc964bdd27b1f
0f72932b9862ba8a7f6bdfd449e2e6f0cb95d13a
/src/gas/telas/PesqUsuario.java
0711dfa34871264ebcb1c7b5bffa3bc00c8cd53c
[]
no_license
gabrielaug/GAS
2f915542ea774b4db92d3ad9dba6adb3d637bdb2
c71f1d27b625d13b4269983d2623c5e7f349d7e3
refs/heads/master
2020-05-26T17:52:22.887556
2019-09-08T22:33:41
2019-09-08T22:33:41
188,326,757
0
0
null
null
null
null
UTF-8
Java
false
false
11,873
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 gas.telas; import com.sun.glass.events.KeyEvent; import gas.basicas.Voluntario; import gas.regra.RNVoluntario; import gas.util...
[ "gabgustosilva@hotmail.com.br" ]
gabgustosilva@hotmail.com.br
b06eecdcdedc2ead8c925a1a57e80e853315dd5c
57ebce0289ed367c1301e32961f66df8aaf23458
/JUC/src/main/java/com/mashibing/juc/c_026_01_ThreadPool/abstract_executor_service/ExecutorServiceDemo_invokeAny.java
3bb23365e1e688ad8abe58dabf97a836052f1cf4
[]
no_license
fadaiyoona/java
50d00b91a2a77a0a91601d5966fd026904398660
65d6b681b1c181e7e560a5c63a770c1f63254345
refs/heads/master
2023-08-28T11:38:45.582003
2021-11-04T10:20:10
2021-11-04T10:20:10
261,119,385
0
0
null
2021-03-31T22:10:53
2020-05-04T08:30:15
Java
UTF-8
Java
false
false
1,322
java
package com.mashibing.juc.c_026_01_ThreadPool.abstract_executor_service; import java.util.ArrayList; import java.util.List; import java.util.concurrent.Callable; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.TimeUnit; /** * @author zl(952999) * @desc...
[ "952999@nd.com" ]
952999@nd.com
ca64a86bd0d867b17898769719a09dec6872249b
b725fd31bc92b3b771e1f79f8689896904df346d
/Labo/Clase 22/src/com/company/Persona.java
a2834a764d1c49fffbaaa8f16bf195d2615dad53
[]
no_license
MaximoGismondi/TareasLabo
b699ecf16beb9517895cbc85491cf9e8116beec5
c03ce38b48081cb6227e1655c08bb486326bda14
refs/heads/master
2023-02-22T17:43:18.698217
2020-09-15T16:17:37
2020-09-15T16:17:37
252,253,848
1
0
null
null
null
null
UTF-8
Java
false
false
966
java
package com.company; public class Persona { private String nombre; private String apellido; private Integer edad; private String ocupacion; public Persona(String nombre, String apellido, Integer edad, String ocupacion) { this.nombre = nombre; this.apellido = apellido; this...
[ "63014012+MaximoGismondi@users.noreply.github.com" ]
63014012+MaximoGismondi@users.noreply.github.com
15c1ebac53d32fe71b3a665a8f63962342064402
9fecd19ccc2a679bcc106781c29d084362509d6c
/classlib/java.xml/src/main/resources/META-INF/modules/java.xml/classes/com/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaFactory.java
b7fc01f5cbf42d46f1ad3b5533c8e5fbf2bfc3d4
[ "Apache-2.0" ]
permissive
renesugar/Bytecoder
f0c4eb2547fb2ee87f06f9544fa73bc9026bf8e9
e28cb615c2d4e2afa3aa5d29571c8815e0b9d3f5
refs/heads/master
2023-01-06T19:27:17.049721
2020-10-30T22:20:41
2020-10-30T22:20:41
297,577,126
0
0
Apache-2.0
2020-10-30T22:20:43
2020-09-22T07:58:05
null
UTF-8
Java
false
false
27,068
java
/* * Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved. */ /* * 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 licen...
[ "noreply@github.com" ]
renesugar.noreply@github.com
e6f5deea297f36fdb12409a845ba167d63b97fd6
a90769c9599a3714bf17083cbcffa3ca74ae4c4a
/AutomationPractice/src/main/java/com/automationpractice/java/Navigation.java
27f10fb901b96f973f60acb3dbf3abbf10dfa05e
[]
no_license
outbox3399/Testing
3a0d32f4bc46a2ba7aff91179c617c461d74f10d
eaf35ecbd04fa0124b038396882a42b9dbaba2c7
refs/heads/master
2021-06-09T19:21:22.635979
2021-04-06T14:00:08
2021-04-06T14:00:08
144,155,845
1
0
null
null
null
null
UTF-8
Java
false
false
445
java
package com.automationpractice.java; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; import org.openqa.selenium.support.PageFactory; public class Navigation extends Base{ @FindBy(xpath = "(//a[@title='T-shirts'])[2]") private WebElement navTShirt; public Navigation() { ...
[ "sahumanoj3399@gmail.com" ]
sahumanoj3399@gmail.com
c244a44eaabd25c0f1cddd7e999ce16ccff7e791
c50f8c11e28995a6a98a7ff6127ba7e8fffb9653
/src/com/golam/view/AdminLogin.java
c9e5628f7c15b821a9112040fa2e8f03c28114a1
[]
no_license
golamhossen/EbillSystem_11
36dcfaa22ad04b04d63cff916d4fa19e25202815
5c9b62ce9af5f17e82ac1f3362e9ad498fb51c2c
refs/heads/main
2023-03-14T01:33:49.871842
2021-03-02T17:42:37
2021-03-02T17:42:37
343,860,957
0
0
null
null
null
null
UTF-8
Java
false
false
9,817
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.golam.view; import javax.swing.JOptionPane; /** * * @author HP */ public class AdminLogin extends javax.swing.JFrame {...
[ "rtrgolam@gmail.com" ]
rtrgolam@gmail.com
88051471f4edfdfae929860888bb34c52ff437af
a016b0e9093cadb2d972f52821385f573750b130
/src/org/launchcode/java/demos/lsn6inheritance/test/CatTest.java
3117a373748700a6d10a576ead7331c583c49621
[]
no_license
MechanicCoder00/java-web-dev-exercises
f7f9b4ddc7d0131eb9402e6abd035e32e063527f
bddeb76e0e631ab6732691b89cb0a120d1ef3a8d
refs/heads/master
2022-11-14T04:19:58.680757
2020-07-05T15:22:48
2020-07-05T15:22:48
null
0
0
null
null
null
null
UTF-8
Java
false
false
885
java
package org.launchcode.java.demos.lsn6inheritance.test; import org.junit.Test; import org.launchcode.java.demos.lsn6inheritance.HouseCat; import static org.junit.Assert.*; public class CatTest { //TODO: add emptyTest so we can configure our runtime environment (remove this test before pushing to your personal G...
[ "stabaka111@gmail.com" ]
stabaka111@gmail.com
6d61877b2869e4d1d1a8fe842aac7c953558a8a8
b34654bd96750be62556ed368ef4db1043521ff2
/web_service_wrapper_for_resource_management/trunk/src/java/tests/com/topcoder/registration/persistence/failuretests/ResourceManagerRegistrationPersistenceFailureTests.java
53facee9fee652be2d9b591eab92df726203f7cc
[]
no_license
topcoder-platform/tcs-cronos
81fed1e4f19ef60cdc5e5632084695d67275c415
c4ad087bb56bdaa19f9890e6580fcc5a3121b6c6
refs/heads/master
2023-08-03T22:21:52.216762
2019-03-19T08:53:31
2019-03-19T08:53:31
89,589,444
0
1
null
2019-03-19T08:53:32
2017-04-27T11:19:01
null
UTF-8
Java
false
false
19,890
java
/* * Copyright (C) 2008 TopCoder Inc., All Rights Reserved. */ package com.topcoder.registration.persistence.failuretests; import java.util.Date; import com.topcoder.configuration.ConfigurationObject; import com.topcoder.configuration.defaults.DefaultConfigurationObject; import com.topcoder.registration.en...
[ "extra@fb370eea-3af6-4597-97f7-f7400a59c12a" ]
extra@fb370eea-3af6-4597-97f7-f7400a59c12a
4c3bedd9497a580e2cceae158d111f3fd11d3458
2ee45c9a0333c24d5d6f4263822966dbccd98068
/5 DFS/Lint_915.java
4c7dca72cb7a1d0645e94fe67484238d873b1f5f
[]
no_license
hekillno16/LL_code
ce782850a782d7df5bd8310886a63a58a2051e02
f0686b887213a1ecd1d17a4245387ae1d1301228
refs/heads/master
2020-04-05T21:47:27.655457
2020-03-26T05:11:52
2020-03-26T05:11:52
157,233,032
0
0
null
null
null
null
UTF-8
Java
false
false
1,424
java
// https://www.lintcode.com/problem/inorder-predecessor-in-bst/description?_from=ladder&&fromId=1 // M1, (template)traversal public class Solution { /** * @param root: the given BST * @param p: the given node * @return: the in-order predecessor of the given node in the BST */ public TreeNod...
[ "noreply@github.com" ]
hekillno16.noreply@github.com
e544131b935d48f44e9ddeeb448152c6a6d3ef77
2f671c035b4eb7a970bae10ca9759f29df54550e
/annotation/src/main/java/com/example/annotation/params_inject/ParseParamsActivity.java
d15b94e374a111f4eaa857c18dcc974933b122a4
[]
no_license
justinworkshop/BasicTech
956bab0e82b241f0f3f8e470437becb544ce68c2
73cfeb183b11b103da4c904f9a45bc8bc8fd72e9
refs/heads/master
2023-08-17T03:01:43.314666
2020-08-10T15:51:22
2020-08-10T15:51:22
259,841,339
0
0
null
2020-08-10T15:51:23
2020-04-29T06:17:55
Java
UTF-8
Java
false
false
1,995
java
package com.example.annotation.params_inject; import android.os.Bundle; import android.view.View; import android.widget.TextView; import android.widget.Toast; import androidx.appcompat.app.AppCompatActivity; import com.example.annotation.R; import com.example.annotation.params_inject.annotation.AutoWried; import com...
[ "justinworkshop@163.com" ]
justinworkshop@163.com
6db89b87993e1b642dd0c8248f0ba28265427b03
6d59418fda917b374e73d8fcdd1a325724300ad1
/jslack-api-client/src/main/java/com/github/seratch/jslack/api/methods/request/groups/GroupsLeaveRequest.java
c4894ee42d57eb64de507b7d8ddb1d129f9aa8bf
[ "MIT" ]
permissive
seratch/jslack-maintenance-releases
6625f87c604ddbfa78f26fee1c685f2a53f5aeb3
02032fb24ac4737ec52e5daffef861eb8f5d9b41
refs/heads/master
2023-09-06T08:09:55.926223
2023-04-19T13:42:27
2023-04-19T13:42:27
236,092,259
8
6
MIT
2023-08-23T21:40:17
2020-01-24T22:11:55
Java
UTF-8
Java
false
false
531
java
package com.github.seratch.jslack.api.methods.request.groups; import com.github.seratch.jslack.api.methods.SlackApiRequest; import lombok.Builder; import lombok.Data; @Deprecated // https://api.slack.com/changelog/2020-01-deprecating-antecedents-to-the-conversations-api @Data @Builder public class GroupsLeaveRequest ...
[ "seratch@gmail.com" ]
seratch@gmail.com
6ccb0d893929f6997c3421d852811cd65e74c039
a44c2c8f9d9090a59e048ac20ffe7676bc274669
/src/main/java/com/fabrick/rs/api/exception/FabrickNotFoundException.java
6086a78edd1618c27bd4ba321d0ef6663e0d1c86
[]
no_license
luigiricco/fabrick-test
4e703ce3be7c41a9d057fa0d186d332f09a503f8
19663dbe35ab76147ca623139f8aefca3065f598
refs/heads/main
2023-06-15T17:27:55.946475
2021-07-17T16:57:32
2021-07-17T16:57:32
386,992,283
0
0
null
null
null
null
UTF-8
Java
false
false
177
java
package com.fabrick.rs.api.exception; public class FabrickNotFoundException extends FabrickException { public FabrickNotFoundException(String message) {super(message); } }
[ "luigi.ricco@tasgroup.eu" ]
luigi.ricco@tasgroup.eu
8783d30eefb444b56b29bcc250de7b9aea33af17
cd2a47f35344a0649690afc9599239312c54b2cb
/gemfire-data/src/main/java/com/spring/gemfire/data/App.java
6b714bc4ad0f37aa44a3e973e9cb3a5074fcfec8
[]
no_license
chenchuan01/spring-case
18965c434799e94e8c1fe02e81f1cc85d79aa643
f6bfe328346d45ff2fcf921374d646c7e95d3b7a
refs/heads/master
2020-05-27T10:35:00.239051
2017-03-13T10:11:01
2017-03-13T10:11:01
82,542,397
0
0
null
null
null
null
UTF-8
Java
false
false
3,229
java
package com.spring.gemfire.data; import java.util.Properties; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.CommandLineRunner; import org.springframework.boot.SpringApplication; import org.springframework.context.annotation.Bean; import org.springframework.context.anno...
[ "329985581@qq.com" ]
329985581@qq.com
26e8cf51e8358714edfb28ea20c598c35f10a82a
7f059f64638762a4af033553e10fe0707dacbbcc
/java/CourseSchedule.java
253cfa74c9ddb2d5e6a7ae5acbe15fe2bf175c4a
[ "MIT" ]
permissive
sureleo/leetcode
df9099d895faaa7f14aa5c0309cbd603ccf22e2f
190b81817c7e7c564f5f1299b8c5638d10d2a511
refs/heads/master
2021-01-10T18:26:24.372568
2019-12-24T17:45:40
2019-12-24T17:45:40
28,789,872
1
2
null
null
null
null
UTF-8
Java
false
false
1,719
java
public class Solution { public boolean canFinish(int numCourses, int[][] prerequisites) { Map<Integer, List<Integer>> map = new HashMap<Integer, List<Integer>>(); int[] degreeMap = new int[numCourses]; int rows = prerequisites.length; for (int i = 0; i < rows; i++) { ...
[ "surezeroleo@gmail.com" ]
surezeroleo@gmail.com
a9a095445a4f4e3f4677d1c8227e1b3ffe617a68
5b57c7277320f45b9ca684c2d572cd99234b221f
/src/main/java/com/baulsupp/oksocial/services/surveymonkey/SurveyMonkeyToken.java
3239eb09befd133a9f8610e1c4449448d7f44f51
[ "Apache-2.0" ]
permissive
fcjjcf/oksocial
676948724c4331e8d38f5fa4b69557417b3b03fe
254cc75eefd2b0d54b59a5519d2cfb670e112300
refs/heads/master
2021-01-21T14:53:09.344220
2017-06-25T09:10:55
2017-06-25T09:10:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
273
java
package com.baulsupp.oksocial.services.surveymonkey; public class SurveyMonkeyToken { public String apiKey; public String accessToken; public SurveyMonkeyToken(String apiKey, String accessToken) { this.apiKey = apiKey; this.accessToken = accessToken; } }
[ "noreply@github.com" ]
fcjjcf.noreply@github.com
6d50a01b672ef6293692e8284826a485ae4bc0c8
13608cc48397dee94b427f4bbcd1ade224749be7
/Logistics01/target/tomcat/work/Tomcat/localhost/_/org/apache/jsp/WEB_002dINF/pages/sysadmin/left_jsp.java
985246be473ab917bb35f5b4ca017afb6947c30c
[]
no_license
balyi/zhucheng_SE
0e124c1b987003904ce2509841fd2f2e6d91d197
3bcfc910e1b314541ce29b02951592372fa1b3af
refs/heads/master
2020-08-04T18:13:09.146154
2019-05-08T01:24:31
2019-05-08T01:24:31
null
0
0
null
null
null
null
UTF-8
Java
false
false
20,027
java
/* * Generated by the Jasper component of Apache Tomcat * Version: Apache Tomcat/7.0.47 * Generated at: 2017-11-23 07:14:34 UTC * Note: The last modified time of this file was set to * the last modified time of the source file after * generation to assist with modification tracking. */ package org.ap...
[ "zhucheng@sunline.cn" ]
zhucheng@sunline.cn
a65f42544b10a305846692ca380ade6d3fcf8050
8a16368f2963f43dbe1565ed6c8b157ca80f880b
/src/main/java/cn/gson/oasys/model/entity/user/UserLog.java
582e5dcb6a8eb3c03479d9055c1c80434e79823e
[]
no_license
HuMengZhi/OA
adbb57eaf9d8907e9c77927c0908015de4541096
75519fac47db25cf6ec9bf70aa02aa3491b2c9e8
refs/heads/main
2023-09-04T20:59:57.390551
2021-11-14T10:40:52
2021-11-14T10:40:52
427,881,466
0
0
null
null
null
null
UTF-8
Java
false
false
1,666
java
package cn.gson.oasys.model.entity.user; import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.JoinColumn; import javax.persistence.ManyToOne; impo...
[ "hubadminton@163.com" ]
hubadminton@163.com
145cfbb0b7cc0df9b462d271807025cd11ac96ca
bea67efc9261672fdcd7f3c82ad80e73061917b4
/joybar/src/main/java/com/shenma/yueba/baijia/modle/GridVIewItemBean.java
24ab53f079b5a3a9e5353c9344428fc834a2c5c3
[]
no_license
MagicalHorse/Android_App_Studio
60a0858bbb8e87173af70bc23c0fb030a41ad7fe
b51bab247f31d1ca97eb4a7c8acaaac2b6f2ceab
refs/heads/master
2021-05-01T08:15:37.306021
2015-11-11T06:00:14
2015-11-11T06:00:14
34,716,948
1
2
null
null
null
null
UTF-8
Java
false
false
503
java
package com.shenma.yueba.baijia.modle; public class GridVIewItemBean { private String name; private String head; private boolean showDelete; public String getName() { return name; } public void setName(String name) { this.name = name; } public String getHead() { return head; } public void setHead(St...
[ "gaoyj@joybar.com.cn" ]
gaoyj@joybar.com.cn
80fadf86f158f7ee3588697c44e2d9b4aabaa545
1b53f7dc407d0b3d02d97bacaa4f97166db2625a
/src/main/java/com/springboot/parkinglot/controller/ParkingLotController.java
08ddba6a21f90355434471e906fee760ba5a08ed
[]
no_license
mjoe92/parking-lot-service
a77ae0034fc0b11cf56060b02f18496abe8f0647
c48d18abef85bed31f82381c1d1d1457ca2e6d1b
refs/heads/main
2023-04-05T07:42:28.481848
2021-04-16T12:56:33
2021-04-16T12:56:33
358,596,878
0
0
null
null
null
null
UTF-8
Java
false
false
808
java
package com.springboot.parkinglot.controller; import com.springboot.parkinglot.model.VehicleDTO; import com.springboot.parkinglot.service.ParkingService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*; import java.util.List; @RestController @RequestMap...
[ "56649112+mjoe92@users.noreply.github.com" ]
56649112+mjoe92@users.noreply.github.com
8b4601ebe281c172da2f81188fcf8afd70c2434e
85080c64c2724a45f356d480b2c659f1954801be
/app/src/main/java/fodiee/thenick/com/SellIt/UI/ProductDetail.java
190351afc52edcec78dfe4ccd911bb86cc4ebc8c
[]
no_license
nikhil097/Buyinge
47500a464bb61837a545e3b64b15db1cf934fd24
172dc3417125b1951a727b32cede6e8fb27cd78c
refs/heads/master
2021-10-19T13:50:20.324233
2019-02-21T15:48:28
2019-02-21T15:48:28
166,271,179
1
0
null
null
null
null
UTF-8
Java
false
false
13,882
java
package fodiee.thenick.com.SellIt.UI; import android.annotation.SuppressLint; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.os.Handler; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.v7.app.AppCompatActivity; import ...
[ "nikhilaggarwal2305@gmail.com" ]
nikhilaggarwal2305@gmail.com
2787b0fcc7f0f313c99609aeaebb78fd132bbe9f
8e766bb2bc64876f29ca2af7500a24c0156740a8
/toypop/app/src/main/java/com/jysd/toypop/bean/Share.java
f1456af0a48b4e946ad286ae91aa7f6851d2fe48
[]
no_license
zhou411424/Android
80f094f7d081c7900fb30476a92e1ee8657e5834
bf5f552ed36f8ed5512f18ae8d7f44ee6a02d3d1
refs/heads/master
2021-01-17T14:16:04.723752
2016-07-11T09:37:43
2016-07-11T09:37:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
233
java
package com.jysd.toypop.bean; import com.umeng.socialize.bean.SHARE_MEDIA; /** * Created by sysadminl on 2016/1/20. */ public class Share { public int resPic; public String resStr; public SHARE_MEDIA share_media; }
[ "920123" ]
920123
e04195158659e357206f0af50db9527feedfbe14
a5d763be0b09d49496967db1d138143d1bf7fba8
/app/src/main/java/com/example/rth/widgets/wheel/TosGallery.java
15e40c74c9ceefa4e04c1cf159e68af7c86838b7
[ "Apache-2.0" ]
permissive
rantianhua/MoneyRecord
8f4f4f6bead904728139a0674bf3248386771188
cc71b4d6a39448e5b3045767d97743684a3cf54f
refs/heads/master
2021-01-23T19:45:00.134678
2015-09-17T15:01:14
2015-09-17T15:01:14
42,163,118
2
0
null
null
null
null
UTF-8
Java
false
false
101,859
java
package com.example.rth.widgets.wheel; /** * Created by rth on 15-9-11. */ import android.content.Context; import android.content.res.TypedArray; import android.graphics.Canvas; import android.graphics.Rect; import android.graphics.drawable.Drawable; import android.util.Attri...
[ "15953163807@163.com" ]
15953163807@163.com
7f46fb320b0cd98ec85397b04aee7bc02f4870b2
88768b2c0a86683fc3329e80126b0e27a6a45dff
/Adityakumar-Patel-ProductSale/ProductSaleProject/src/main/java/com/productsale/app/platform/database/PostgreSqlEmbadded.java
33ada8d8c1206634b649f00cf7a1ab8ee4c67c88
[]
no_license
LTI-ProgrammingTest/LTI-TechnicalTest
c86e1d641ba4a46c648b6a7dc709ba2be4eee5b6
ccef67863eb722e7d69849e2608d9a29da0c87fb
refs/heads/master
2022-12-06T12:51:57.293355
2020-08-23T18:32:57
2020-08-23T18:32:57
288,414,069
1
0
null
null
null
null
UTF-8
Java
false
false
343
java
package com.productsale.app.platform.database; public class PostgreSqlEmbadded extends Database { public static Database getInstance() { /* * * We can write implementation here for postgresql embadded configuration * */ return null; } @Override public void onInitialize() { // TODO Auto-genera...
[ "adityapatel9173@gmail.com" ]
adityapatel9173@gmail.com
632382c41b336fc2b11f0f118ba7b81edd3b0370
26baa6a4f0bde23883e93309d9ad28e2feee23d1
/opennms-config/src/main/java/org/opennms/netmgt/config/datacollection/descriptors/SystemDefChoiceDescriptor.java
c23ceb63c58c2fbd2fa8dabaf14da520f56ce23a
[]
no_license
taochong123456/opennms-1.10.12-1
6532544405fff3dddd96f1250775e48f2aa38f0f
0f4c01a8e80e2144125eb189daac38a4e559421a
refs/heads/master
2020-03-18T12:37:27.510530
2018-09-20T17:00:28
2018-09-20T17:00:28
134,734,970
0
0
null
null
null
null
UTF-8
Java
false
false
9,139
java
/******************************************************************************* * This file is part of OpenNMS(R). * * Copyright (C) 2011-2012 The OpenNMS Group, Inc. * OpenNMS(R) is Copyright (C) 1999-2012 The OpenNMS Group, Inc. * * OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc. * * OpenNMS(...
[ "2636757099@qq.com" ]
2636757099@qq.com