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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d7be1863de48a0601543e3e86213664197d14561 | 2d99021fc18dd709ca5dc2f9c1c4272b81e54e2b | /app/src/main/java/com/theflopguyproductions/ticktrack/utils/database/TickTrackFirebaseDatabase.java | dfa0c3a5bb3122f2b5a89d37e9c3c6b2152ea16e | [
"Apache-2.0"
] | permissive | JansenSmith/TickTrack-RealtimeBudget | b2a932bdf5d151cb08253fa053c63e567b6acc59 | 56052528e6095534c4037f44b6a11d0601dd6f1e | refs/heads/master | 2023-03-18T19:45:31.506426 | 2020-10-04T08:39:00 | 2020-10-04T08:39:00 | 570,986,861 | 1 | 0 | Apache-2.0 | 2022-11-26T19:30:22 | 2022-11-26T19:30:21 | null | UTF-8 | Java | false | false | 17,269 | java | package com.theflopguyproductions.ticktrack.utils.database;
import android.app.AlarmManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Build;
import android.util.Log;
import androidx.core.os.BuildCompat;... | [
"theflopguymail@gmail.com"
] | theflopguymail@gmail.com |
8f915eb0854ff0a7a465d7d02ca5b755cee34d88 | d2104a217e8d501d5e644b49c5919eb3bbaa0f3e | /src/main/java/com/wonderlabz/bankservice/entities/Transactions.java | 30d3a33ae8a49c0b1a60645557889779c983aec3 | [] | no_license | JuvieJavaRed/bankservice | 4385a7b7b0c2dd02bf2a79353a893493a033ace6 | 859817a648c3a4e83a202bf5fef6a459692aa68d | refs/heads/main | 2023-07-25T00:30:14.474421 | 2021-09-06T07:32:54 | 2021-09-06T07:32:54 | 403,333,200 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 950 | java | package com.wonderlabz.bankservice.entities;
import com.wonderlabz.bankservice.util.AccounTypes;
import lombok.Data;
import javax.persistence.*;
import java.math.BigDecimal;
import java.time.LocalDateTime;
@Entity
@Data
@Table(name = "transactions")
public class Transactions {
@Id
@Column(name="transactionI... | [
"mthokozisi.nyoni@gmail.com"
] | mthokozisi.nyoni@gmail.com |
a5f9b37f28d39a8f4f2d83365a0631d0177afb98 | 22e3736f49c7cda093a7f7768efde2a50e702d99 | /projects/core/src/main/java/am/app/mappingEngine/qualityEvaluation/metrics/IntraCouplingQualityMetric.java | 003943cb4844dcd1e4704386c454b8fbe46ef564 | [
"NCSA"
] | permissive | agreementmaker/agreementmaker | 66e5b96573da5845b2cfdb9bb63c7080fbccff27 | 4c5504573a45391c1d635c19b3e57435d7ed3433 | refs/heads/master | 2021-06-16T22:14:02.830469 | 2021-03-01T05:09:56 | 2021-03-01T05:09:56 | 41,654,345 | 35 | 27 | NOASSERTION | 2021-03-01T05:07:31 | 2015-08-31T03:43:06 | Java | UTF-8 | Java | false | false | 2,021 | java | package am.app.mappingEngine.qualityEvaluation.metrics;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import am.app.mappingEngine.AbstractMatcher;
import am.app.mappingEngine.Mapping;
import am.app.mappingEngine.qualityEvaluation.AbstractQualityMetric;
import am.app.mappingEngine.qualit... | [
"f.loprete87@gmail.com"
] | f.loprete87@gmail.com |
ce4099908741e6e5009e43d6e7651cd7252a9540 | eb01f13f69dade82c4b091d9f1226e701335d436 | /jQunitRunner/src/main/java/net/daverix/jQunitRunner/JavascriptRunner.java | 9f8dfbaa49e5131f891eea6c308de5f9cce7935b | [
"Apache-2.0"
] | permissive | daverix/jQunitRunner | 6f99d6ef50cedde0e2be5a1b01eb1bd30eaf18ec | 480d4a6fdcc66e56e408603474ecf4c778a48f2d | refs/heads/master | 2016-09-10T18:42:23.384625 | 2013-09-12T09:42:48 | 2013-09-12T09:42:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,030 | java | package net.daverix.jQunitRunner;
import org.mozilla.javascript.Context;
import org.mozilla.javascript.ScriptableObject;
/**
* Created by david.laurell on 2013-09-04.
*
* This code is copied from MWL's source code: https://bitbucket.org/pocketmobile/mwl/src/ada018e8d3270087fa37ee5f78ec97a230938bb7/src/Android/Busi... | [
"david.laurell@pocketmobile.se"
] | david.laurell@pocketmobile.se |
e9e975611f1b8bb1be318cce14edccab5201153f | 21a494fe72980f6f1465d9611328e2240f2b566a | /src/com/topnews/adapter/NewsAdapter.java | cf25dbc515962a973142dc75284d387556da4e5c | [] | no_license | szwork2013/TopNews-3 | e69609ec05485bf535b7743bb38cb883ed37f11a | 5ba19b5339bc3f909ce86f85086aa783d44c01bf | refs/heads/master | 2020-04-03T09:50:20.023385 | 2016-04-27T14:10:03 | 2016-04-27T14:10:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,404 | java | package com.topnews.adapter;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.zip.Inflater;
import com.nostra13.universalimageloader.core.DisplayImageOptions;
import com.nostra13.universalimageloader.core.ImageLoader;
import com.nostra13.universalimageloader.core.assist.Ima... | [
"milotian1988@gmail.com"
] | milotian1988@gmail.com |
920faa5d9ae3c207f58b0266b8e11cb6d030f8c0 | b9c3acb4735b8abda8b70460181825d9ba736d1b | /ViewPagerIndicatorsLibraries/app/src/main/java/eu/dubedout/vincent/viewpagerindicatorslibraries/architecture/OnObjectClick.java | a52dd403c842d2ed935de85d1d8b171dab25f7a6 | [
"Apache-2.0"
] | permissive | vdubedout/ViewPagerIndicators-Libraries | d021c79cfaf05cd0c50bff997c58537b2736ce1a | a56a9ce15af1209340109804e71e21c6b70fb3f1 | refs/heads/master | 2021-01-10T22:53:02.760753 | 2016-11-13T17:05:14 | 2016-11-13T17:05:14 | 70,340,235 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 145 | java | package eu.dubedout.vincent.viewpagerindicatorslibraries.architecture;
public interface OnObjectClick<T> {
public void onClick(T object);
}
| [
"vincent.dubedout@gmail.com"
] | vincent.dubedout@gmail.com |
e7cca45059e096766b559cd841ef290d867786fe | 15b2dae3afb3bfe6aecadaba607e4d9baf12ac26 | /src/main/java/frc/robot/commands/flywheel/FlywheelShootOff.java | 6a9ca2e0f8b097c39d77a88ca67f542700bfa079 | [] | no_license | FRC-Team-3140/frc-2020 | fd683dbeb2de1056280b46550cb053266718da09 | af7dafcb45fafd2a49394a38044b1feb4f9991fb | refs/heads/main | 2021-09-27T19:31:15.088829 | 2021-09-21T21:36:51 | 2021-09-21T21:36:51 | 232,444,386 | 2 | 0 | null | 2021-09-25T14:06:43 | 2020-01-08T00:35:15 | Java | UTF-8 | Java | false | false | 1,286 | java | /*----------------------------------------------------------------------------*/
/* Copyright (c) 2019 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of... | [
"sponnan2007@gmail.com"
] | sponnan2007@gmail.com |
518640ae2659810fe53aff3c1257ec594f6d7cac | 26687220989f747813dcac8efe4224d5da57186a | /ProvaEOA - Trabalho/src/provaeoa/trabalho/Registro.java | f67d5d0d2d2ee197f538bf9e9ca3499b6f937c24 | [] | no_license | LucasPLTC/ProvaAQR | d06cdb7a1bcf4107e1e95dcebad3c46df58df608 | 91439e669c83d7448b755a7fe729682468814129 | refs/heads/master | 2020-03-18T13:18:22.829045 | 2018-06-01T03:19:51 | 2018-06-01T03:19:51 | 134,774,551 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,701 | 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 provaeoa.trabalho;
import java.io.DataInput;
import java.io.DataOutput;
import java.io.FileNotFoundException;
import... | [
"noreply@github.com"
] | LucasPLTC.noreply@github.com |
e88ea0201d75004fb73a0c534878db4f89961e8b | f249c74908a8273fdc58853597bd07c2f9a60316 | /protobuf/target/generated-sources/protobuf/java/cn/edu/cug/cs/gtl/protos/Color3fOrBuilder.java | 285e02137735f898486538ee6c8e039470e641b8 | [
"MIT"
] | permissive | zhaohhit/gtl-java | 4819d7554f86e3c008e25a884a3a7fb44bae97d0 | 63581c2bfca3ea989a4ba1497dca5e3c36190d46 | refs/heads/master | 2020-08-10T17:58:53.937394 | 2019-10-30T03:06:06 | 2019-10-30T03:06:06 | 214,390,871 | 1 | 0 | MIT | 2019-10-30T03:06:08 | 2019-10-11T09:00:26 | null | UTF-8 | Java | false | true | 555 | java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: cn/edu/cug/cs/gtl/protos/color.proto
package cn.edu.cug.cs.gtl.protos;
public interface Color3fOrBuilder extends
// @@protoc_insertion_point(interface_extends:cn.edu.cug.cs.gtl.protos.Color3f)
com.google.protobuf.MessageOrBuilder {
/**
... | [
"zwhe@cug.edu.cn"
] | zwhe@cug.edu.cn |
8ea7083c91a54ab04571b264558f47cfa8fd24a2 | e2002504fcabb601b76a889d5cfe87c94afcba0a | /src/main/java/com/zzr/util/page/PagerResult.java | 4e256627922b40fc8f30d42054e242d28488f3aa | [] | no_license | takeMeFlyToAir/look | 1b40eb67c28efdf35a52bdca4ef95bd8d0368989 | 72235963e13aba802d500b9bb04126fc4e01f644 | refs/heads/master | 2020-03-18T08:38:13.553533 | 2018-05-23T07:40:11 | 2018-05-23T07:40:11 | 134,513,058 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,253 | java | //
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by Fernflower decompiler)
//
package com.zzr.util.page;
import java.io.Serializable;
import java.util.Collections;
import java.util.List;
public class PagerResult<T> implements Serializable {
private static final long serialVersionUID = ... | [
"2861914597@qq.com"
] | 2861914597@qq.com |
408a1e0183b4fb6b4b448303c05f194c79a81ba1 | cc6631bcbc18ee1af1a3f9220cf777e386fbcb61 | /imooc-coupon-service/coupon-template/src/main/java/com/imooc/coupon/entity/CouponTemplate.java | da450cd0704ff3187986784b279ef43acb214737 | [] | no_license | liukaijunabc123/imooc-coupon | 496c1945950a5dcc5b0e5a76e2f4149dc8e4c8e3 | 82c8861430b82515ca9787006ec5b98757054e18 | refs/heads/master | 2023-01-04T04:47:45.588952 | 2020-10-30T01:54:58 | 2020-10-30T01:54:58 | 306,333,270 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,999 | java | package com.imooc.coupon.entity;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import com.imooc.coupon.constant.CouponCategory;
import com.imooc.coupon.constant.DistributeTarget;
import com.imooc.coupon.constant.ProductLine;
import com.imooc.coupon.converter.CouponCategoryConverter;
import com.imooc.... | [
"1432716099@qq.com"
] | 1432716099@qq.com |
8772f2e7047cb53f3230c539d259311bf0484f8b | 26e1305ef590eb3d5073abf62f0be9a0d4ad974e | /Metawear-AndroidStarter-master/app/src/main/java/com/mbientlab/metawear/starter/LocalFileHandler.java | 65a921303cd3ba2394f6e1eaf2930794abe50584 | [] | no_license | PsuMobileHealth/DataCollector | fbd2bd19cc8d9e7f58349d8262ef6b4af5b7ee67 | 30721f3d71b4c5cb60d54935378120e741984b40 | refs/heads/master | 2020-06-13T07:09:14.880692 | 2017-03-23T19:07:37 | 2017-03-23T19:07:37 | 75,415,955 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,359 | java | package com.mbientlab.metawear.starter;
import android.os.Environment;
import android.util.Log;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
/**
* Created by toopazo on 05-01-2017.
*/
public class LocalFileHandler {
private static final String LOG_TAG = CommonUtils.BASE_TAG + Co... | [
"Tomas opazo toro"
] | Tomas opazo toro |
c9129361c665ad9b55a10384bed2b74c3328cfee | 73bfb749e599a6941693ede9ef0dfb9908edcf5a | /src/java/com/eschao/android/widget/pageflip/GLViewRect.java | c854586e04f6a900213bb28b70d239bb7925b558 | [] | no_license | hyunwoongko/still-alive | 745fdda34874a535254c460c1278c9f8bd340422 | bccb63dae0796e58db0ee023b1dc6dbd890bdb8e | refs/heads/master | 2022-04-02T15:10:04.981658 | 2020-01-19T14:03:26 | 2020-01-19T14:03:26 | 176,560,708 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,729 | java | package com.eschao.android.widget.pageflip;
public final class GLViewRect {
float bottom;
float halfH;
float halfW;
float height;
float left;
float marginL;
float marginR;
float right;
float surfaceH;
float surfaceW;
float top;
float width;
public GLViewRect() {
... | [
"gusdnd852@naver.com"
] | gusdnd852@naver.com |
ed5e92df6f4601bec723fe2e81fb116347e4ff64 | 64d94b1988569ba69d43a9160eb9250a99fb6074 | /krm-debezium/src/main/java/com/shahinnazarov/edd/krm/services/consumers/EmailSentNotificationConsumer.java | 4e472e1c7f0ff3d9119061b09a5ba445abbc51be | [] | no_license | nazarov-pro/edd | 6325186b826461e60eb49bbf5ac622af6ee7b537 | 95ccee139cb064c39aed15c9efd68a329fbcb5db | refs/heads/master | 2023-04-01T22:29:59.972576 | 2021-04-18T06:00:13 | 2021-04-18T06:00:13 | 357,163,725 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 701 | java | package com.shahinnazarov.edd.krm.services.consumers;
import com.shahinnazarov.edd.krm.utils.Constants;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.apache.kafka.clients.consumer.ConsumerRecord;
import org.springframework.kafka.listener.MessageListener;
import org.springframework... | [
"me@shahinnazarov.com"
] | me@shahinnazarov.com |
d9c888eb6fb5e970191a41d5eb002cd09691b8d6 | 13c2d3db2d49c40c74c2e6420a9cd89377f1c934 | /program_data/JavaProgramData/91/993.java | 0e5f60048bfc7e4b7d517c23498c18f31723bbee | [
"MIT"
] | permissive | qiuchili/ggnn_graph_classification | c2090fefe11f8bf650e734442eb96996a54dc112 | 291ff02404555511b94a4f477c6974ebd62dcf44 | refs/heads/master | 2021-10-18T14:54:26.154367 | 2018-10-21T23:34:14 | 2018-10-21T23:34:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 579 | java | package <missing>;
public class GlobalMembers
{
public static int Main()
{
String s = new String(new char[150]);
final String word = "";
int k;
int m;
int n;
int i;
int j;
String point;
s = new Scanner(System.in).nextLine();
k = s.length();
point = s.charAt(0);
for (i = 0;i <= k - 2;i++)
{
... | [
"y.yu@open.ac.uk"
] | y.yu@open.ac.uk |
f6e0bb058e91f804fcad1566ce4d3ae8dd48df56 | 183e75366b62bf47fd33b79b1450fbf96025522b | /src/main/java/br/com/desenvolve/web/rest/vm/package-info.java | 91bf49860a87acda25c3755937b103967fc71c71 | [] | no_license | stegelfelipe/jhteste | c51e33c7b0a7fa7792ceee30cfeace29fa37f104 | 44948df78bd9dfc19bf246d34d98d6a9e586516e | refs/heads/master | 2020-05-17T10:38:51.767150 | 2019-04-26T16:42:42 | 2019-04-26T16:42:42 | 183,663,207 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 99 | java | /**
* View Models used by Spring MVC REST controllers.
*/
package br.com.desenvolve.web.rest.vm;
| [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
a841651a1ee2862b6b6f6d8ba620a8f81b8d7afb | 89a7dd6d5237f1f45f5e4efd38e2efd6f9177a4f | /app/src/test/java/manifoldcom/manifold/ExampleUnitTest.java | 2f86dd23e9c9a61868ae2339d5ffe9e9b874b303 | [] | no_license | juanse962/Manifold | 417851b5f3c9c6f10429825218cbe72571327f61 | 9fbea30bc2e710ee736d29b0f72628f71ad4e454 | refs/heads/master | 2021-05-16T09:52:51.827687 | 2017-09-24T15:32:48 | 2017-09-24T15:32:48 | 104,615,610 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 398 | java | package manifoldcom.manifold;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void a... | [
"jgomez40@eafit.edu.co"
] | jgomez40@eafit.edu.co |
d863028b172e3b2e209e325ebdd796712aade6a6 | 9cc88f10640562693fa301b81d61ca911b9f50cf | /BackEnd/TeethUp/src/main/java/com/TeethUp/Facade/ws/ClinicaFacade.java | 5a4db8f7519b1e750a63c07040b77601a2a498fd | [] | no_license | Elivando/IFTM---Desenvolvimento-Sistemas | 38a61e73d71da962a83560d87b9481b647dff4cb | 596bdace7a22cf5527936174cc15873027e37194 | refs/heads/master | 2020-03-22T12:34:02.301475 | 2018-07-07T03:17:08 | 2018-07-07T03:17:08 | 140,047,861 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,121 | java | package com.TeethUp.Facade.ws;
import java.util.List;
import javax.inject.Inject;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebService;
import com.TeethUp.model.Clinica;
import com.TeethUp.serviceBusiness.ClinicaServiceBusiness;
@WebService(serviceName = "ws/clinica")
public class Clin... | [
"gogs@fake.local"
] | gogs@fake.local |
16f66eaa53f3e379b8f7599735545713d59439c5 | 13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3 | /crash-reproduction-new-fitness/results/TIME-7b-3-15-Single_Objective_GGA-IntegrationSingleObjective-BasicBlockCoverage/org/joda/time/format/DateTimeParserBucket$SavedField_ESTest_scaffolding.java | fa5ce7d9af232349095b2a14659471600e99b3b8 | [
"MIT",
"CC-BY-4.0"
] | permissive | STAMP-project/Botsing-basic-block-coverage-application | 6c1095c6be945adc0be2b63bbec44f0014972793 | 80ea9e7a740bf4b1f9d2d06fe3dcc72323b848da | refs/heads/master | 2022-07-28T23:05:55.253779 | 2022-04-20T13:54:11 | 2022-04-20T13:54:11 | 285,771,370 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,759 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Sun May 17 13:22:53 UTC 2020
*/
package org.joda.time.format;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.After;... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
063b43d6e8f0c5a9afff0367a9d86309e4105ee4 | 43b4ca44ec5edc7272207b265e6e4710df4a2e07 | /src/main/java/net/latin/server/utils/clonarUseCases/domain/ClonarUseCases.java | a0ed063f6b0fab8ef39265721b9cc6ec95b1c020 | [] | no_license | andrescirulo/LNWFramework_v3 | 152e7055065927fecc96fd1e4534ccd7caeae245 | 5f449c9378c564bbaa36a4d37b78e2230365386d | refs/heads/master | 2020-07-23T14:08:29.568027 | 2016-12-30T17:08:23 | 2016-12-30T17:08:23 | 73,807,732 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,447 | java | package net.latin.server.utils.clonarUseCases.domain;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Iterator;
import ... | [
"andres.cirulo@gmail.com"
] | andres.cirulo@gmail.com |
0a5035446003dbf7c2846a5ab82fa434c1b9a642 | 23a758183e0b2fb68411bb9ebef34d2fd0f813c0 | /JavaPrj_13/源码/JavaPrj_13/src/HibernateDao/Warehouse.java | 23b8e6bd1a962e579bf84d00d03ff863a588053d | [] | no_license | 582496630/Project-20 | 9e46726f9038a271d01aa5cb71993fc617122196 | a39ade4cf17087152840a2bb5ae791cffffc07d8 | refs/heads/master | 2020-04-05T11:45:29.771596 | 2017-07-10T07:55:07 | 2017-07-10T07:55:07 | 81,189,379 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,297 | java | package HibernateDao;
import java.util.HashSet;
import java.util.Set;
/**
* Warehouse generated by MyEclipse Persistence Tools
*/
public class Warehouse implements java.io.Serializable {
// Fields
private String wareId;
private String wareDesc;
private String wareAdrr;
private String valEmp;
private St... | [
"582496630@qq.com"
] | 582496630@qq.com |
1dc3397aece9d23457e3c4c4270be5f56bbf04d7 | 48997cc32a3072d1866472cbbd9863491ef0e95e | /app/src/main/java/testtribehired/titinkurniat/com/testtribehired/JsonParse.java | b02e8907fdd64ea302ebd1c6096d681cb89fc77b | [] | no_license | titin/tribegoogleplus | 6c2628c03ac117d676dba811ea211bc328d3cc80 | b7964b7efedf24082375399bf1f3ca75c54d1639 | refs/heads/master | 2021-01-20T18:33:11.669391 | 2016-06-24T20:18:18 | 2016-06-24T20:18:18 | 61,910,362 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,107 | java | package testtribehired.titinkurniat.com.testtribehired;
import org.json.JSONArray;
import org.json.JSONObject;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.net.URL;
import java.net.URLConnection;
import java.util.ArrayList;
import java.util.List;
public class JsonParse {
public J... | [
"ttnkurniati@gmail.com"
] | ttnkurniati@gmail.com |
cbbb0baf7eddac262dc546fa5d397472daf5bb3e | 07daf7ea6fb4e556a81b3de5e54493d412dae29e | /app/src/main/java/com/cjt/employment/ui/activity/ProjectActivity.java | ab9f5c838c1ffd5d47e2d7e739a9b7b1da28b478 | [] | no_license | my1622/Employment | a275b3de7d1cc2d9fb4dadc6be659e0239216037 | 958c809890e8542628bb0d6723d56aaf542ad9c5 | refs/heads/master | 2020-04-05T03:17:43.135610 | 2017-04-06T07:54:48 | 2017-04-06T07:54:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,423 | java | package com.cjt.employment.ui.activity;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerVie... | [
"445263848@qq.com"
] | 445263848@qq.com |
6cc4317c3ad331a7c28e427920e895d66b401202 | ca957060b411c88be41dfbf5dffa1fea2744f4a5 | /src/org/sosy_lab/cpachecker/cpa/location/LocationTransferRelation.java | 5b734df1bc2db37f6af96a6decb775474794f4f5 | [
"Apache-2.0"
] | permissive | 45258E9F/IntPTI | 62f705f539038f9457c818d515c81bf4621d7c85 | e5dda55aafa2da3d977a9a62ad0857746dae3fe1 | refs/heads/master | 2020-12-30T14:34:30.174963 | 2018-06-01T07:32:07 | 2018-06-01T07:32:07 | 91,068,091 | 4 | 6 | null | null | null | null | UTF-8 | Java | false | false | 2,703 | java | /*
* IntPTI: integer error fixing by proper-type inference
* Copyright (c) 2017.
*
* Open-source component:
*
* CPAchecker
* Copyright (C) 2007-2014 Dirk Beyer
*
* Guava: Google Core Libraries for Java
* Copyright (C) 2010-2006 Google
*
*
*/
package org.sosy_lab.cpachecker.cpa.location;
import org.sosy_... | [
"chengxi09@gmail.com"
] | chengxi09@gmail.com |
80c81182907b8b4473f983a181fb17302b381f02 | 62c2871a7cced3fe1ba0cc3a7b38251ee4dfc8ef | /EnvironmentalProtectionInt/src/main/java/com/tengdi/environmentalprotectionint/modules/cominfo/controller/CominfoMeasureOtherwasteController.java | f83cc840c7c27a53d2992b07973d8da8d0217bd7 | [] | no_license | amazingyanghui/Environment | 54c06c1a5467626b278d405fbb1b2c4e6c2606ef | 6e80c1de434e15c3a40ea2d7c2174065d4fd28a2 | refs/heads/master | 2020-05-17T07:33:32.997114 | 2019-05-04T07:06:04 | 2019-05-04T07:06:04 | 183,582,100 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,654 | java | package com.tengdi.environmentalprotectionint.modules.cominfo.controller;
import com.tengdi.core.utils.DateUtils;
import com.tengdi.core.validator.ValidatorUtils;
import com.tengdi.core.validator.group.AddGroup;
import com.tengdi.core.validator.group.UpdateGroup;
import java.util.Arrays;
import java.util.List;
import... | [
"1184824816@qq.com"
] | 1184824816@qq.com |
073baeec27417b31094518d2692b6959b8b5fcb5 | 96602275a8a9fdd18552df60d3b4ae4fa21034e9 | /resteasy-jaxrs-testsuite/src/test/java/org/jboss/resteasy/test/nextgen/client/WebTargetUnitTest.java | d4069936510bd51c4e52783e880fc1fb46b10509 | [
"Apache-2.0"
] | permissive | tedwon/Resteasy | 03bb419dc9f74ea406dc1ea29d8a6b948b2228a8 | 38badcb8c2daae2a77cea9e7d70a550449550c49 | refs/heads/master | 2023-01-18T22:03:43.256889 | 2016-06-29T15:37:45 | 2016-06-29T15:37:45 | 62,353,131 | 0 | 0 | NOASSERTION | 2023-01-02T22:02:20 | 2016-07-01T01:29:16 | Java | UTF-8 | Java | false | false | 3,750 | java | package org.jboss.resteasy.test.nextgen.client;
import org.junit.AfterClass;
import org.junit.Assert;
import org.junit.BeforeClass;
import org.junit.Test;
import javax.ws.rs.client.Client;
import javax.ws.rs.client.ClientBuilder;
import javax.ws.rs.client.WebTarget;
import java.util.HashMap;
import java.util.Map;
i... | [
"kanovotn@dhcp-10-40-5-34.brq.redhat.com"
] | kanovotn@dhcp-10-40-5-34.brq.redhat.com |
430cdb3381c36486af9f937eac1457deabd46c44 | 7ebfc9e651fefad56676c37f7a62fb7b22b525be | /baseproject-framework-admin/src/main/java/com/baseproject/framework/admin/util/HttpUtils.java | eef57b275d161fa2d39840fa2650ab51e9f65e75 | [] | no_license | yelanting/ManagePlatformBaseProjectFramework | a92ca5089d4a9729da245432ed1e0eb902022668 | 0069349422ec065b687f7d817a8675917f98094f | refs/heads/master | 2023-01-03T11:47:23.572249 | 2019-11-19T08:55:22 | 2019-11-19T08:55:22 | 222,648,949 | 0 | 0 | null | 2022-12-10T07:13:39 | 2019-11-19T08:42:32 | Java | UTF-8 | Java | false | false | 1,225 | java | package com.baseproject.framework.admin.util;
import java.io.IOException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.web.context.request.RequestContextHolder;
import org.springframework.web.context.request.ServletRequestAttributes;
import ... | [
"sunlpmail@126.com"
] | sunlpmail@126.com |
f3c8419083fff460d0c2464c6bd0a04b8d307255 | 75fa11b13ddab8fd987428376f5d9c42dff0ba44 | /datahub-graphql-core/src/main/java/com/linkedin/datahub/graphql/resolvers/dashboard/DashboardUsageStatsUtils.java | 462c18ea33dd44c6e027d4fceee32a138ec6806c | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"BSD-2-Clause",
"MIT"
] | permissive | RyanHolstien/datahub | 163d0ff6b4636919ed223ee63a27cba6db2d0156 | 8cf299aeb43fa95afb22fefbc7728117c727f0b3 | refs/heads/master | 2023-09-04T10:59:12.931758 | 2023-08-21T18:33:10 | 2023-08-21T18:33:10 | 246,685,891 | 0 | 0 | Apache-2.0 | 2021-02-16T23:48:05 | 2020-03-11T21:43:58 | TypeScript | UTF-8 | Java | false | false | 14,144 | java | package com.linkedin.datahub.graphql.resolvers.dashboard;
import com.google.common.collect.ImmutableList;
import com.linkedin.common.urn.Urn;
import com.linkedin.data.template.StringArray;
import com.linkedin.datahub.graphql.generated.CorpUser;
import com.linkedin.datahub.graphql.generated.DashboardUsageAggregation;
i... | [
"noreply@github.com"
] | RyanHolstien.noreply@github.com |
237ca72a8369f91630116bcd9c39d30ea762dfee | a2272f1002da68cc554cd57bf9470322a547c605 | /src/jdk/jdk.crypto.cryptoki/sun/security/pkcs11/P11TlsKeyMaterialGenerator.java | 764c6bce7b8d3448d434a724725e11bfffa067fe | [] | no_license | framework-projects/java | 50af8953ab46c509432c467c9ad69cc63818fa63 | 2d131cb46f232d3bf909face20502e4ba4b84db0 | refs/heads/master | 2023-06-28T05:08:00.482568 | 2021-08-04T08:42:32 | 2021-08-04T08:42:32 | 312,414,414 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,569 | java | /*
* Copyright (c) 2005, 2018, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package sun.security.pkcs11;
import java.security.spec.AlgorithmParameterSpec;
import static sun.secu... | [
"chovavea@outlook.com"
] | chovavea@outlook.com |
63118408a255ba17fc899882f21866cfed51b574 | 8501e286832a36ed033b4220fb5e281f4b57e585 | /Sample8_2_圆锥体/app/src/main/java/com/bn/Sample8_2/MySurfaceView.java | 8cc0a7a91a588c302d4a2e05cc0897fa6a60569f | [] | no_license | CatDroid/OpenGLES3xGame | f8b2e88dffdbac67078c04f166f2fc42cf92cc67 | 6e066ceeb238836c623135871674337b4a8b4992 | refs/heads/master | 2021-05-16T15:30:08.674603 | 2020-12-20T09:32:28 | 2020-12-20T09:32:28 | 119,228,042 | 24 | 9 | null | null | null | null | UTF-8 | Java | false | false | 6,499 | java | package com.bn.Sample8_2;
import java.io.IOException;
import java.io.InputStream;
import android.opengl.GLES30;
import android.opengl.GLSurfaceView;
import android.opengl.GLUtils;
import android.view.MotionEvent;
import javax.microedition.khronos.egl.EGLConfig;
import javax.microedition.khronos.opengles.GL10;
impor... | [
"1198432354@qq.com"
] | 1198432354@qq.com |
d11566b3456e2f1f2c92b2e8be08b1431b61cbde | b54980b4a7ecc18991a13939e987db06623155b4 | /samples/gwt2chat/app/gwt/longPolling/client/ChatRoomService.java | 865d3a41430c5f0c00ac31f85eecf244a3f04028 | [] | no_license | VijayEluri/play-gwt2 | 029ce7844b7eb927e3f200782e101fbd5600f8d0 | 232bdb6fc5d78e4fc9aef91f5b390f3b786a7233 | refs/heads/master | 2020-05-20T11:02:25.339103 | 2012-10-07T21:37:17 | 2012-10-07T21:37:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 599 | java | package gwt.longPolling.client;
import java.util.List;
import shared.events.Event;
import shared.events.EventDummy;
import com.google.gwt.user.client.rpc.RemoteService;
import com.google.gwt.user.client.rpc.RemoteServiceRelativePath;
/**
* The client side stub for the RPC service.
*/
@RemoteServiceRelativePath(... | [
"vincent.buzzano@gmail.com"
] | vincent.buzzano@gmail.com |
f3b78ee317f7ffcbcad952978e2cd1c0957fa667 | 723fd77bbb8c532c16e467f0689cf579ff730b9b | /Module3_web_case_study/FuramaResort/src/main/java/model/responsitory/service/ServiceResponsitory.java | 43f2f47a61e5431a953c30bddef57f095a1934d3 | [] | no_license | nhkhanh6398/A2010I1_NguyenHuuKhanh | a4d23e0e9e00eb14186077c629d0af91d22b0336 | 0220559c19467533534c73997af2531cc52ef045 | refs/heads/main | 2023-08-14T08:02:13.722516 | 2021-09-15T15:24:39 | 2021-09-15T15:24:39 | 309,373,995 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 313 | java | package model.responsitory.service;
import model.bean.Service;
import java.util.List;
public interface ServiceResponsitory {
List<Service> listAll();
boolean save(Service service);
boolean update(int id, Service service);
boolean delete(int id);
List<Service> seacrhService(String name);
}
| [
"nhkhanh6398@gmail.com"
] | nhkhanh6398@gmail.com |
28c45684499c7070497de652c59fbf9f290334bc | 623420aa5796292c92e1ed93b845ab7e0b7c4633 | /Lab02/src/lab02/Lab02.java | 471b2413512fb7ca03576176de734b5c21990555 | [] | no_license | Sirisap22/java-practices | d0b3f20716fb7a50be429d6e6a0d556fbeef7b19 | 82ebcfebc608acf05c9d698ec8f3d4a7a42ca6cc | refs/heads/main | 2023-03-04T03:35:16.870259 | 2021-02-16T10:22:49 | 2021-02-16T10:22:49 | 328,944,208 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 663 | 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 lab02;
import lab02.FutureDates;
import lab02.ScissorRockPaperGame;
import lab02.DayOfTheWeek;
import lab02.DisplayPyramid;
/*... | [
"58851659+Sirisap22@users.noreply.github.com"
] | 58851659+Sirisap22@users.noreply.github.com |
e5ec4429723da000d2e82f8d7a360b0b3b386072 | f906eae49a9edb6e95fe596134a5d90e02414ee0 | /Project/AllTogether/app/src/main/java/com/example/k/alltogether/alltogether/SelectModeDialog.java | a85fc83872f3c789295df9d025447007c0cadb6d | [] | no_license | sc545/Main | c25a89b177dd010d5ce07d14f64d308ee82ff505 | bae3f8ccd88142bb4aac8c5ccab3cd66c072a03e | refs/heads/master | 2021-01-10T04:02:57.023112 | 2015-11-26T14:34:21 | 2015-11-26T14:34:21 | 43,680,949 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,329 | java | package com.example.k.alltogether.alltogether;
import android.app.Dialog;
import android.content.Context;
import android.content.Intent;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import android.os.Bundle;
import android.view.KeyEvent;
import android.view.View;
import android.view.W... | [
"sc545545@naver.com"
] | sc545545@naver.com |
a64bded51402b2e8ec413e33642924d7b7339170 | 6cc2595fb4fce1646d623a702ff37a20598da7a4 | /schema/ab-products/solutions/common/src/main/com/archibus/app/solution/common/webservice/document/client/CopyIntoItems.java | df64860be9efb006779ea552508967573ae26d3e | [] | no_license | ShyLee/gcu | 31581b4ff583c04edc64ed78132c0505b4820b89 | 21a3f9a0fc6e4902ea835707a1ec01823901bfc3 | refs/heads/master | 2020-03-13T11:43:41.450995 | 2018-04-27T04:51:27 | 2018-04-27T04:51:27 | 131,106,455 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,740 | java |
package com.archibus.app.solution.common.webservice.document.client;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Jav... | [
"lixinwo@vip.qq.com"
] | lixinwo@vip.qq.com |
ac073c614ddd5d399bb6c48be79dfced150511e3 | 10607a07f93e716782116364e02c335acbebb21d | /src/oracle/jdbc/driver/NTFXSEvent.java | 1a6df4f7bc61bcf48eca8ce76a483bedd34a106d | [] | no_license | hyee/ojdbc6-11.2.0.2.0.src | c9a70e83e21c4235d56088fc5dd728bda7b44e7b | 41eef5e34775532c7aec2f03d41d360152676e00 | refs/heads/master | 2020-05-09T18:04:09.105850 | 2019-02-28T21:01:30 | 2019-02-28T21:01:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,121 | java | package oracle.jdbc.driver;
import java.io.IOException;
import java.sql.SQLException;
import oracle.jdbc.internal.KeywordValueLong;
import oracle.jdbc.internal.XSEvent;
class NTFXSEvent extends XSEvent
{
private final byte[] sid_kpuzxsss;
private final KeywordValueLongI[] sess_kpuzxsss;
private final int flg_kp... | [
"charlietang98@gmail.com"
] | charlietang98@gmail.com |
993a7e0ac51fa088778082be4295bd9def6cd6cc | ae623a01a4bbb097d0baac648f2aa0f2a10e1213 | /helloScheduler/src/main/java/hello/app/util/BatchConnection.java | c9f513b0708f393a257f673bcccf0b6bc9c1f404 | [] | no_license | applifireAlgo/hello-test | d93e420315ac064cd390616eedefdd92dd3d4856 | 1a639271fb13b36dbedb035000b2f67fde3da268 | refs/heads/master | 2021-01-10T13:56:25.991034 | 2015-10-19T14:56:16 | 2015-10-19T14:56:16 | 44,541,533 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,613 | java | package hello.app.util;
import java.io.IOException;
import java.net.HttpURLConnection;
public class BatchConnection {
public HttpURLConnection openConnection(String urlString,String urlParameter,String methodType) throws Exception
{
try
{
java.net.URL url;
java.net.HttpURLCon... | [
"isha@isha-To-be-filled-by-O-E-M"
] | isha@isha-To-be-filled-by-O-E-M |
7517174a136677494633a6bc0c6e624ec4431695 | 232ed4a9e36f31b477a8134a519868d08d8b5706 | /student/422. Valid Word Square/Solution.java | 05d5b55a96069051e03d41bf13e058d507bfd73a | [] | no_license | JasonHan0929/Leetcode | db64d1ccfe22c03c2e2bdce40b9c67d05d7ce3d6 | e2a519e9b8d3fa9184088367a7c1c13150acc719 | refs/heads/master | 2022-09-17T00:14:44.740346 | 2020-06-05T08:01:33 | 2020-06-05T08:01:33 | 68,149,275 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 549 | java | class Solution {
public boolean validWordSquare(List<String> words) {
for (int i = 0; i < words.size(); i++) {
String word = words.get(i);
for (int j = 0; j < word.length(); j++) { // j = i could not work because the length of the words will not be same
if (j >= wor... | [
"jasonhan0929@hotmail.com"
] | jasonhan0929@hotmail.com |
82a468a7a54ae1b873549f5e9224edd70d0ce6b6 | 202d53914700939d6d12380d02ede8d962c14b60 | /FastCampus_170517 복사본/Mybbs/src/com/junhee/mybbs/view/BbsInput.java | 025bd218b484e06db3d96fa3db9ecb5ec88e8c52 | [] | no_license | jhlee910609/FastCampus_study | 2867d7aef496fdb2c6eb0ad582bcef0022c6ed7a | 2f5de4937e578e57390b83aa51fe0bb9c9612865 | refs/heads/master | 2020-12-30T16:48:05.954439 | 2017-08-26T14:33:13 | 2017-08-26T14:33:13 | 91,034,637 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 700 | java | package com.junhee.mybbs.view;
import java.util.Scanner;
import com.junhee.mybbs.model.Bbs;
public class BbsInput {
// 이전에 만든 Scanner 객체를 인자로 넣어둠
public Bbs proccess(Scanner scanner) {
System.out.println("제목을 입력하세요.");
String title = scanner.nextLine();
System.out.println("작성자를 입력하세요.");
String author = s... | [
"jhlee910609@gmail.com"
] | jhlee910609@gmail.com |
4bbb8194e99a661d459768053d2709a33ddcac39 | d40a3f4ce7200725e42866cc10c47401a3acdd66 | /server-core/src/main/java/io/onedev/server/buildspec/step/StepTemplate.java | faa4885eb6572ef4fb8517ca87eb70b17c486db4 | [
"MIT"
] | permissive | antoine2142/OneDevSonarCloud | 6867a6f584a4502433d25e278b357c57efcd2fb8 | 48e38b9a4262f3f9ff2d2a0642dad24731a529d5 | refs/heads/main | 2023-04-16T17:29:02.418408 | 2021-04-15T00:11:29 | 2021-04-15T00:11:29 | 357,666,591 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,248 | java | package io.onedev.server.buildspec.step;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import javax.validation.Valid;
import org.hibernate.validator.constraints.NotEmpty;
import io.onedev.server.buildspec.NamedElement;
import io.onedev.server.buildspec.job.paramspec.ParamSpec;
impo... | [
"antoinekop@gmail.com"
] | antoinekop@gmail.com |
bdcd6c0c72936356808fc7d88de15abc38ede6f0 | a1826c2ed9c12cfc395fb1a14c1a2e1f097155cb | /eventbridge-20200401/src/main/java/com/aliyun/eventbridge20200401/models/CreateEventStreamingShrinkRequest.java | 8bd8eee16a6da926eef8d3012b16e1f2f5a3965c | [
"Apache-2.0"
] | permissive | aliyun/alibabacloud-java-sdk | 83a6036a33c7278bca6f1bafccb0180940d58b0b | 008923f156adf2e4f4785a0419f60640273854ec | refs/heads/master | 2023-09-01T04:10:33.640756 | 2023-09-01T02:40:45 | 2023-09-01T02:40:45 | 288,968,318 | 40 | 45 | null | 2023-06-13T02:47:13 | 2020-08-20T09:51:08 | Java | UTF-8 | Java | false | false | 2,265 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.eventbridge20200401.models;
import com.aliyun.tea.*;
public class CreateEventStreamingShrinkRequest extends TeaModel {
@NameInMap("Description")
public String description;
@NameInMap("EventStreamingName")
public String eventStr... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
41bef9aef087761a0109f25e4c1fa97083fdab21 | c4771b4fe031c44d4039ca024bc93f5931539535 | /src/main/java/com/sweetkrista/redstonesensor/proxy/ServerProxy.java | 85c07b1e0173cd34fcf4a3dd1789914833b8d24f | [
"Apache-2.0"
] | permissive | sweetkristas/RedstoneSensor | 83abadc112dc47d7f7ea34deb5adf95d19ae278e | a051a208bb82ecfae8c97a73efc686e57e44e24d | refs/heads/master | 2021-01-10T03:11:14.921518 | 2015-09-27T19:03:34 | 2015-09-27T19:03:34 | 43,094,280 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 96 | java | package com.sweetkrista.redstonesensor.proxy;
public class ServerProxy extends CommonProxy {
}
| [
"sweet.kristas@gmail.com"
] | sweet.kristas@gmail.com |
ccef59592254bd12a91351c78916d8131bacbf2d | 1a37f3187e104252980d41ff5b436c6708c2ec06 | /gobang-api/src/main/java/top/naccl/gobang/model/entity/Room.java | 1c0c804b3fda39956beaeea6845c0a9572e8788e | [
"MIT"
] | permissive | tanbinh123/gobang | 0d0eb1b80be7648d5a4609508215afc5ed709763 | 1abc92d2d74790385fcca963950f7579ae53ada3 | refs/heads/main | 2023-09-05T09:25:10.271389 | 2021-10-29T10:52:38 | 2021-10-29T10:52:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 369 | java | package top.naccl.gobang.model.entity;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import lombok.ToString;
/**
* @Description: 游戏房间
* @Author: Naccl
* @Date: 2020-11-10
*/
@NoArgsConstructor
@Getter
@Setter
@ToString
public class Room {
private String owner;
private String playe... | [
"admin@naccl.top"
] | admin@naccl.top |
dc894219ecb205395fe023b1100385eebe9bad5d | dca76b392d9b90ee9d6122b5232ac678377898d8 | /src/main/java/at/salzburgresearch/vgi/vgianalyticsframework/activityanalysis/service/IVgiAnalysisAction.java | 5ffa1ccd507719ecbd791731b508d47b6cd04caa | [
"Apache-2.0"
] | permissive | emplexed/vgi-analytics-framework | 95acdec0ef710b4fad019e4686a7352c60541d11 | 0127ba6ef9c6066aff0181a27d60e379b5218bfb | refs/heads/master | 2022-01-25T14:22:14.163027 | 2018-07-25T09:08:15 | 2018-07-25T09:08:15 | 49,703,581 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,027 | java | /** Copyright 2017, Simon Gröchenig, Salzburg Research Forschungsgesellschaft m.b.H.
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 ... | [
"SGroechenig@gmx.at"
] | SGroechenig@gmx.at |
7f3cfe5b1458f93aaa8c213703be174610c25da5 | c32bb5a20b26d473a61594d4dedb10a26d25d2a2 | /src/lexer/json/TokenValidator.java | c8e355054e24a8b5ae2565879942822cb793dc60 | [] | no_license | LorenaAcosta/lexer-json | 1736fdc844e7ed78ee679025a5e110460e3734bc | 841b772c511ebd72932108499ebcf7ddf6dd1ba9 | refs/heads/master | 2021-08-15T18:24:25.883994 | 2017-09-25T00:35:38 | 2017-09-25T00:35:38 | 104,692,820 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 576 | 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 lexer.json;
/**
*
* @author Lore
*/
public class TokenValidator {
int pos;
boolean valido;
public int ... | [
"lorena.acosta95@gmail.com"
] | lorena.acosta95@gmail.com |
23095c1cfac7ce78d35820a4277e9481223ec818 | d190e0618f78297dc128f89d5cad5e58cb1433d5 | /FragmentToFragmentCommunication/app/src/main/java/com/example/fragmenttofragmentcommunication/FragmentA.java | be7d03a6ac06be9d4cc030edca60a03abd0091d5 | [] | no_license | MostafaAkash/Android | de62a6ca1460729d3b8eea911266eb3383952c82 | 250a1649ec6154baf976cad2d96a208305fd8c88 | refs/heads/master | 2020-09-19T10:46:43.165907 | 2019-11-26T17:43:53 | 2019-11-26T17:43:53 | 224,226,365 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,812 | java | package com.example.fragmenttofragmentcommunication;
import android.content.Context;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.EditText;
import androidx.annotation.NonNull;
import androidx.... | [
"mostafacse01@gmail.com"
] | mostafacse01@gmail.com |
ca8c6d2300c7d45033fbf4676d04835973a92982 | 1d9536408950a0a6ebb637c20492657bfe8af94c | /code_forces/Div2/contest/C/Link_Cut_Centroids.java | edc8e3cf84b9cb0881baf37d9c33d35d1d01a794 | [] | no_license | atish1999/Testing_knowledge | 2d5c5b9b53afb3d560454056b35850d1cb87aae1 | b31dc0e185458c576737a888549d838a091c1939 | refs/heads/master | 2023-07-16T03:24:32.236832 | 2021-09-04T02:16:21 | 2021-09-04T02:16:21 | 302,491,537 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,886 | java | package code_forces.Div2.contest.C;
import java.util.*;
import java.io.*;
public class Link_Cut_Centroids {
static int mod = (int) (1e9 + 7);
public static void main(String[] args) throws java.lang.Exception
{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
StringTokenize... | [
"atishnaskar1999@gmail.com"
] | atishnaskar1999@gmail.com |
1201856cbef497329b91b6eafc693919379916f4 | cbd7cfffac6292230e65771a9ef937c032457e01 | /src/main/java/bean/Classes.java | cfd964a7f9b2d25e517f5202dd4ea7f939d6aa82 | [] | no_license | promid/myBatis | d14411b096b1ea5f4d7d610bdc04b160ac0c7ba8 | b5146555495b2051a218e093e1995edd1441ea9b | refs/heads/master | 2021-01-11T09:26:07.669604 | 2016-12-22T01:34:36 | 2016-12-22T01:34:36 | 77,099,711 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 975 | java | package bean;
import java.util.List;
public class Classes {
private int id;
private String name;
private Teacher teacher;
private List<Student> list;
public Classes(int id, String name, Teacher teacher, List<Student> list) {
super();
this.id = id;
this.name = name;
this.teacher = teacher;
this.list =... | [
"350758787@qq.com"
] | 350758787@qq.com |
f32275b167658932019b1ac6cf8692b9a3746662 | ceab19a7632794a11896cdef7037725550b5269f | /src/Eclipse-IDE/org.robotframework.ide.eclipse.main.plugin/src/org/robotframework/ide/eclipse/main/plugin/tableeditor/variables/DictVariableDetailCellEditorEntry.java | 8082c955ffc1a639a5373c08de0b562416bc133f | [
"Apache-2.0"
] | permissive | aihuasxy/RED | 79729b0b8c9b8b3c837b7fc6eaff3010aaa25ebf | aab80218fa42656310ca1ee97b87c039ae988a0a | refs/heads/master | 2021-01-13T04:25:20.808371 | 2017-01-10T13:28:14 | 2017-01-10T13:28:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,281 | java | /*
* Copyright 2016 Nokia Solutions and Networks
* Licensed under the Apache License, Version 2.0,
* see license.txt file for details.
*/
package org.robotframework.ide.eclipse.main.plugin.tableeditor.variables;
import org.eclipse.jface.layout.GridDataFactory;
import org.eclipse.jface.layout.GridLayoutFact... | [
"test009@nsn.com.not.available"
] | test009@nsn.com.not.available |
821986a93a214ab6c716acca37ccf9652262b1cd | 9fbd21c0ffd2dee3378529ba43a729a70bbe0f5f | /app/src/main/java/com/example/scorekeeper/MainActivity.java | 9e16176d5bc298cd98be3b9dd5fa1391ead1c7c9 | [] | no_license | Green-Shovel-Knight/Scorekeeper | db288b3b46bb5a333ca2ca49bbf5009cc814551f | c3204d6d19f79c7904b4fd38bd5c206355a2b7fc | refs/heads/master | 2020-08-07T10:58:41.207575 | 2019-10-07T15:43:32 | 2019-10-07T15:43:32 | 213,423,128 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,143 | java | package com.example.scorekeeper;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.app.AppCompatDelegate;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.TextView;
public class MainActivity extends AppCompatActi... | [
"51963321+Green-Shovel-Knight@users.noreply.github.com"
] | 51963321+Green-Shovel-Knight@users.noreply.github.com |
907bf5e2b1eae6fa3e6f453f34e573ee62cd6614 | bd79cc5eb4759dd2634acc094ceef435e8203d2f | /smtp-service/src/main/java/com/opencryptotrade/smtpservice/SmtpServiceApplication.java | 3affe505fa3047a5f356f83eadfce247bedf07aa | [] | no_license | develnk/opencryptotrade | ca6b839549a128b4928c13bdaf5dfa7b58f3c353 | 69eb3004edaef365e4ae75f36039f77aad613e76 | refs/heads/master | 2022-12-05T03:11:48.469761 | 2022-11-21T09:11:35 | 2022-11-21T09:11:35 | 163,105,260 | 3 | 0 | null | 2022-11-23T22:22:16 | 2018-12-25T18:57:53 | Java | UTF-8 | Java | false | false | 963 | java | package com.opencryptotrade.smtpservice;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.domain.EntityScan;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.data.... | [
"develnk@gmail.com"
] | develnk@gmail.com |
f13c27fcacc988dc3124184cfa8c6988f95eb545 | b6947a1ce570d4483ff51a63ea6d032768bc1d08 | /src/jcifs/smb/NtTransQuerySecurityDesc.java | 6c6e425d77573b2c0447c1cd04f06458ac7afb0f | [] | no_license | reverseengineeringer/net.cloudpath.xpressconnect | 930cbc1efd0aa9997b68f0da58503cd618099bf0 | bcf8adaabba321daeb72ebd810b6f47e854d7795 | refs/heads/master | 2020-05-30T21:47:22.299105 | 2014-09-29T02:23:37 | 2014-09-29T02:23:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,552 | java | package jcifs.smb;
import jcifs.util.Hexdump;
class NtTransQuerySecurityDesc extends SmbComNtTransaction
{
int fid;
int securityInformation;
NtTransQuerySecurityDesc(int paramInt1, int paramInt2)
{
this.fid = paramInt1;
this.securityInformation = paramInt2;
this.command = -96;
this.function =... | [
"reverseengineeringer@hackeradmin.com"
] | reverseengineeringer@hackeradmin.com |
7b33e7c558a64ab60f724b57ee1047ab226aebc0 | ce0cdea1ebcedfdd1c18bcd73b74c564397ad3e4 | /src/main/java/com/solid/principles/design/app/dip/impresora/good/Documentocontable.java | 928eda9ee37bdf7d37ade86f9b5cfce247008f69 | [] | no_license | lgutierrez1982/principios-solid | 6574053582f1f043a4739efacafc5365571f6e9b | 4b27f9d76cdafc67d00198b20515ad5a0676c174 | refs/heads/master | 2023-08-24T16:56:22.279079 | 2021-10-22T20:12:11 | 2021-10-22T20:12:11 | 418,547,787 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 666 | java | package com.solid.principles.design.app.dip.impresora.good;
import lombok.Getter;
import lombok.Setter;
import java.time.LocalDate;
@Getter @Setter
//al implementar la interfaz
//las clases de alto nivel depende de una abstraccion
public abstract class Documentocontable implements IImprimible{
protected String... | [
"lgutierrez1982œgmail.com"
] | lgutierrez1982œgmail.com |
1a06455244b2d4767a2577b129bde090983b8c4a | 3357a403a72db0dfcff1444ebb09362e58936ca9 | /JavaPractice/src/org/dimigo/oop/Car.java | 5fbd32a145a346589133226dab86596c96e75a80 | [] | no_license | HD152509/JavaPractice | 266e64201060e03c1882f921e0b661715514c8b6 | 6832982cdfef4261fb9bec4605132c8f724867e1 | refs/heads/master | 2020-05-20T20:42:16.750859 | 2017-06-15T00:18:30 | 2017-06-15T00:18:30 | 84,521,486 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,332 | java | /**
*
*/
package org.dimigo.oop;
/**
* <pre>
* org.dimigo.oop
* |_Car
*
* 1. 개요 :
* 2. 작성일 : 2017. 3. 23.
* </pre>
*
* @author : duddn
* @version : 1.0
*/
public class Car {
private String company;
private String model;
private String color;
private int maxSpeed;
private int ... | [
"duddn@DESKTOP-M8DSSAL"
] | duddn@DESKTOP-M8DSSAL |
f67476bf0bc9323a9664eddffcb928e4df310f3e | fe1fbc97b57c5f663392cbd2a30dd6019d0cfc9b | /platforms/platforms-core/src/main/java/com/platforms/core/utils/ClassUtils.java | 538bbc59fc47eabd597487ceac1b6809544dfd19 | [] | no_license | amon256/platforms | 026f64b83013d4a1022dc0ca3607b28fe3140128 | b244c1cf53f74c1d84ebad9dda18d3da92001b56 | refs/heads/master | 2021-01-10T13:45:17.907971 | 2015-11-10T06:18:09 | 2015-11-10T06:20:56 | 45,892,012 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,412 | java | /**
* ClassUtils.java
* create by FengMy at 2014年7月28日
*/
package com.platforms.core.utils;
import java.lang.reflect.Field;
import java.util.LinkedList;
import java.util.List;
import org.apache.commons.lang.StringUtils;
/**
* 描述:class工具类
* @author FengMy
* @since 2014年7月28日
*/
public class Cl... | [
"amon256@126.com"
] | amon256@126.com |
de71900eea2210ec8892fdaff08704fcf7e4a7dc | 49433263dddaa834b7be5e21a591db5176775fbb | /SpringCore/SpringCoreDemo/src/main/java/com/techstack/spring/di/circular/ClassB.java | c551c1c2a938c3a2d498ece332266225868a5a79 | [] | no_license | andrewsselvaraj/spring-boot-demo | 120f3427fdf5be89e017729b1c0d09b2b28ebbb1 | a13741d8c4e7b603aa6eaf0f6013d20808637143 | refs/heads/master | 2022-09-10T05:49:30.078730 | 2020-06-03T16:20:22 | 2020-06-03T16:20:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 221 | java | /**
*
*/
package com.techstack.spring.di.circular;
/**
* @author KARTHIKEYAN N
*
*/
public class ClassB {
private ClassA classA;
public ClassB(ClassA classA) {
this.classA = classA;
}
}
| [
"karthikeyan.ng@gmail.com"
] | karthikeyan.ng@gmail.com |
bfa66f65d6d20c559b638d81a338abdb4552996e | 63a215fcd5d77aaa3c499ceb114b6d4f7f69554c | /Smallest of four Numbers/Main.java | 2312efed57f4e1468c8f4522c615d6188e22c6eb | [] | no_license | dheepamu/Playground | 93152cfaf47e79787642c880fa4e7ef5750c907d | d838e88bfc6610b72dc9a466752b543455f5a2cd | refs/heads/master | 2020-06-09T12:53:48.685992 | 2019-07-21T15:52:25 | 2019-07-21T15:52:25 | 193,440,880 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 269 | java | #include<stdio.h>
int main()
{
int a,b,c,d;
scanf("%d%d%d%d",&a,&b,&c,&d);
if(a<b&&a<c&&a<d)
{
printf("%d",a);
}
else if(b<c&&b<d)
{
printf("%d",b);
}
else if(c<d)
{
printf("%d",c);
}
else
printf("%d",d);
return 0;
}
| [
"52148794+dheepamu@users.noreply.github.com"
] | 52148794+dheepamu@users.noreply.github.com |
af6780ea50d616c246db3c46479917cd4ada8c2f | f185a4949b46620e8d9671e578bff660fc15e4c1 | /ddzw/src/main/java/org/lc/com/ddzw/widget/AgentWeb/FileUpLoadChooserImpl.java | 4dc23b1fba2c926e6d6661904c9debf3cba30ebb | [] | no_license | alex0403/ziyuexs | 5940a7bff008e04a2b0a184e6b60901bd4c4b9a7 | 867c8cfc64177c719cb5a804f2c332d7e1f52e39 | refs/heads/master | 2021-07-07T03:03:06.684755 | 2017-10-01T02:01:11 | 2017-10-01T02:01:30 | 105,413,206 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,574 | java | package org.lc.com.ddzw.widget.AgentWeb;
import android.app.Activity;
import android.content.ClipData;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.net.Uri;
import android.os.Build;
import android.os.Bundle;
import android.support.annot... | [
"liucheng1986"
] | liucheng1986 |
1ef7896ab6da6223b83effb192d10d03fda9e1da | 3067ff6b64c87ea9b7706d9af5369c0f1f34cb4d | /Android_file/Android01/app/src/test/java/tw/com/lccnet/app/android01/ExampleUnitTest.java | 669759f258c999f238d3d0a4fac4149d058b8134 | [] | no_license | qasw77564/AndroidPractice | 777b4da47e067d40359d0387adabaa6340f1eb57 | 3b6e48f4d46ddf576be62ef24c780efb9d8d4038 | refs/heads/master | 2020-04-07T11:37:25.306792 | 2018-11-23T09:17:51 | 2018-11-23T09:17:51 | 158,333,895 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 421 | java | package tw.com.lccnet.app.android01;
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 {
@Tes... | [
"qasw77564@gmail.com"
] | qasw77564@gmail.com |
26ea1dcc2c4c36ce4b14eece968b621863acf177 | 35d7fc161e1843f16d971cca95895187fd1bc3d6 | /src/Watch_information.java | ee0bc7746bb8e6bd759371dbb373ff6b6935ceb2 | [] | no_license | so-coolboy/-swing- | df502725ab2ee469eca8614380a47d4638f719ff | 00afdfb4596677e2cdf9d97958e51cad86660022 | refs/heads/master | 2021-05-05T11:22:53.414701 | 2018-01-20T01:37:57 | 2018-01-20T01:37:57 | 118,196,524 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 2,672 | java | import java.awt.Color;
import java.awt.EventQueue;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JPanel;
import java.awt.Font;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import javax.swing.JTextArea;
import javax.swing.ImageIcon;
import javax.swing.JButton;
publi... | [
"www"
] | www |
9a826e12c3a1d866c3feafea38bd07dafbc93a4a | 930c207e245c320b108e9699bbbb036260a36d6a | /BRICK-Jackson-JsonLd/generatedCode/src/main/java/brickschema/org/schema/_1_0_2/Brick/IPressure_Sensor.java | 97f98e04ee9f0f03bf83ed8cd5147cd60072d58e | [] | no_license | InnovationSE/BRICK-Generated-By-OLGA | 24d278f543471e1ce622f5f45d9e305790181fff | 7874dfa450a8a2b6a6f9927c0f91f9c7d2abd4d2 | refs/heads/master | 2021-07-01T14:13:11.302860 | 2017-09-21T12:44:17 | 2017-09-21T12:44:17 | 104,251,784 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 978 | java | /**
* This file is automatically generated by OLGA
* @author OLGA
* @version 1.0
*/
package brickschema.org.schema._1_0_2.Brick;
import java.util.ArrayList;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonInclude.Include;
import com.fasterxml.ja... | [
"Andre.Ponnouradjane@non.schneider-electric.com"
] | Andre.Ponnouradjane@non.schneider-electric.com |
02e36d5e3691064f84f193b1f7581135f860d727 | 0bdb2015505cbcf2542fb27cdd734ffeaa371a7c | /src/plunder/java/main/MapManager.java | 5aec46783d77a14c9333edd4013f6bd715eeb8b3 | [] | no_license | Kylevw/Plunder | a30f6b44f0ae84fa5e234f0167a6897f1b3f77f9 | 0eec2b449df206136036e5ba9878952580f4e652 | refs/heads/master | 2021-01-17T06:07:35.014685 | 2016-07-27T21:25:30 | 2016-07-27T21:25:30 | 53,563,880 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,358 | 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 plunder.java.main;
import grid.Grid;
import java.awt.Graphics2D;
import java.awt.Point;
import java.util.ArrayList;
import sta... | [
"Kyle@Kyles-MacBook-Pro.local"
] | Kyle@Kyles-MacBook-Pro.local |
eef11d468318bfec1bc763656843807445e6871c | 8c133abc4c27d8e80d5a38e14a54650bf1ff04bb | /factory_mode/src/com/allifinance/method/Meal_M.java | 890856d5ac62f3f9c7c50dbdd673c6191070668e | [] | no_license | lvqz123/design_mode | 85b14f06a737dd74ff16a3964e5ee8a86cc2785c | f7dd23b7bcf1579eab132c6dcbe2279ab87f1b9b | refs/heads/master | 2022-01-21T06:24:43.346762 | 2019-07-24T06:07:17 | 2019-07-24T06:07:17 | 198,132,085 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 149 | java | /**
* @author: lvqz
* @date: 2019/7/18
* @time: 10:53
*/
package com.allifinance.method;
public interface Meal_M {
public void cook();
}
| [
"lvqz@allinfinance.com"
] | lvqz@allinfinance.com |
2e89546cd08ece0f2807d816552dd603a2960176 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/24/24_25cd2f8eafba4f74bd08b207fc7c592d079b60b1/CVSMergeContext/24_25cd2f8eafba4f74bd08b207fc7c592d079b60b1_CVSMergeContext_s.java | ad1d2912ad97051b7b7391312f72e1ce7cba6daa | [] | 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 | 7,718 | java | /*******************************************************************************
* Copyright (c) 2000, 2005 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 distributio... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
431d44509662d223f4fa500620cb0533049d3f0f | 7430eea6a2c43f2cb978f91e0bc7302fa8d82ade | /Plugins/DefaultQuestionCriteriaHandlers/src/pals/plugins/handlers/defaultqch/questions/QuestionHelper.java | 81a76a385053430b24824e0940b8dfa7a154fa11 | [
"MIT"
] | permissive | marcuscraske/pals | 6ac497b2b7f67090b001b63e0be654b5696c54ee | acb97459d54a754be88a60382a763a7d8589f3f4 | refs/heads/master | 2022-02-22T18:12:52.049209 | 2014-05-24T01:10:24 | 2014-05-24T01:10:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,262 | java | package pals.plugins.handlers.defaultqch.questions;
import java.io.File;
import java.io.Serializable;
import pals.base.Storage;
import pals.base.assessment.Question;
import pals.base.web.WebRequestData;
import pals.base.web.security.CSRF;
/**
* A helper class for question classes, intended to reduce repetitive code.... | [
"limpygnome@gmail.com"
] | limpygnome@gmail.com |
f4f7614bf264eff806eb7da01f35802427a0fecc | 15fb83a4b88786f5fdff7b689c470594eee69339 | /src/main/java/com/seveniu/web/DownloadApi.java | 462c7bd9f0e54cedd113b411092e104a1bc95571 | [] | no_license | seveniu/FileDownload | f8e90194d94c3af457350b416ebeafd739e0f42d | 78fcb2d4366a27fa52a7c2c5a42949816ac84456 | refs/heads/master | 2021-01-17T16:11:55.787215 | 2017-08-21T16:15:29 | 2017-08-21T16:15:29 | 64,982,726 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,176 | java | package com.seveniu.web;
import com.fasterxml.jackson.core.type.TypeReference;
import com.seveniu.fileDownloader.FileDownloadManager;
import com.seveniu.fileDownloader.Result;
import com.seveniu.util.Json;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
... | [
"prime3721@gmail.com"
] | prime3721@gmail.com |
d83f5e7e8f9fd0844b188a25f1b2d527aedf047a | f7e5cac7ff45301634afab4edf7116824ed80cfb | /src/main/java/de/codecentric/microservice/controller/MyServiceJavaController.java | 2be104aa490e3c55896cd419b71e5f0f467c7dee | [] | no_license | bnord01/spring-boot-scala | e4d429f59b52626b6cc2e162cdad690ef2c7463d | 2f6bf2cc2185acb49f26f67bda6755dc28162e50 | refs/heads/master | 2023-08-29T11:10:16.925594 | 2021-11-17T15:23:13 | 2021-11-17T15:23:13 | 429,096,104 | 0 | 0 | null | 2021-11-17T15:17:19 | 2021-11-17T15:17:18 | null | UTF-8 | Java | false | false | 897 | java | package de.codecentric.microservice.controller;
import de.codecentric.microservice.service.MyService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.MediaType;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping... | [
"bjoern.jacobs@codecentric.de"
] | bjoern.jacobs@codecentric.de |
37f9abed53d619a6c0508defd1b24edf2ec0603d | a61c2bba3440d097f64e381c24584867970833c0 | /version2/src/beans/Producto.java | 4e12d65be7c5f2cc8bbe2236ff6ef72a483ae58a | [] | no_license | FreddyValdivia/web2 | 9a31ca83db4932131012bf3f4c96b6a5e11abc8e | 210a2763a0ebe46a546440a775f25b71ddf52bb4 | refs/heads/master | 2016-09-05T23:49:00.099836 | 2015-07-23T05:40:04 | 2015-07-23T05:40:04 | 38,331,859 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 737 | java | package beans;
import javax.jdo.annotations.IdGeneratorStrategy;
import javax.jdo.annotations.PersistenceCapable;
import javax.jdo.annotations.Persistent;
import javax.jdo.annotations.PrimaryKey;
@PersistenceCapable
public class Producto {
@PrimaryKey
@Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY)
priva... | [
"fredd.valdivia@gmail.com"
] | fredd.valdivia@gmail.com |
9212078b2157b052f455f5149bd09f9d0f61cd8b | 70b9bab6f98745f16c146001a57486c6aa47332a | /mymall-product/src/main/java/de/killbuqs/mall/product/dao/CategoryDao.java | 8bd0c4eb71e6ec8c1cf0a0ffd7d71e82626dfe82 | [
"Apache-2.0"
] | permissive | clarklj001/mymall | e3ca41711b83683d92ea1924e403a1071408bd05 | 26755e554adbb16aaaecbe83d19593d994d0202a | refs/heads/master | 2023-05-13T20:57:49.593061 | 2021-06-03T18:35:46 | 2021-06-03T18:35:46 | 347,691,320 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 385 | java | package de.killbuqs.mall.product.dao;
import de.killbuqs.mall.product.entity.CategoryEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
/**
* 商品三级分类
*
* @author jlong
* @email jie.long@killbuqs.de
* @date 2021-03-14 21:40:00
*/
@Mapper
public interface ... | [
"jie.long@killbuqs.de"
] | jie.long@killbuqs.de |
acb0abc8382de041ec9926e80b778443d97796aa | c4638fb5cd103f3727a9f34c48fcce2d781ace4f | /src/main/java/com/wondersgroup/human/repository/ofcflow/ResignPlanRepository.java | aaaaf1d4f66a60fcbadb1f82e770d05ce4b3c4ad | [] | no_license | elang3000/human | 78befe2a4ed6b99abba5ba6a6350c98c00182159 | 74a7c764a287c513422edb3d30827c2b1ca6290f | refs/heads/master | 2020-04-04T09:31:40.587628 | 2019-01-10T09:33:17 | 2019-01-10T09:33:17 | 155,821,905 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 955 | java | /**
* Copyright © 2018 . All rights reserved.万达信息股份有限公司
*
* 文件名: ResignPlanRepository.java
* 工程名: human
* 包名: com.wondersgroup.human.repository.ofcflow
* 描述: TODO
* 创建人: lihao
* 创建时间: 2018年12月20日 上午11:08:23
* 版本号: V1.0
* 修改人:lihao
* 修改时间:2018年12月20日 上午11:08:23
* 修改任务号
* 修改内容:TODO
*/
package co... | [
"40287742+elang3000@users.noreply.github.com"
] | 40287742+elang3000@users.noreply.github.com |
877c0f0aa34c8cd670fa01f75152211355440915 | 0ada114b40fa7d79d625eccd4584d21987520540 | /imgurUpload/app/src/main/java/engidea/imgurupload/utils/NotificationHelper.java | 68b028f746c8842b37ea10582d6992f41213c87f | [] | no_license | Vitaliy-B/imgur-upload | 8e8da6d5812bfafeeed2f017332be8d71d32176f | 9ddec18be56419bf4c0dd1b8b5f53ca2d4257fde | refs/heads/master | 2020-12-03T12:55:39.374870 | 2020-01-02T07:26:38 | 2020-01-02T07:26:38 | 231,325,281 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,174 | java | package engidea.imgurupload.utils;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.os.Build;
import androidx.core.app.NotificationCompat;
import java... | [
"Vitaliy-B@example.org"
] | Vitaliy-B@example.org |
ed2edfeb6e7717f8efd7429bad4579a907b753b2 | 4ab6982eb78b36fd509118e56df24975b91acc0e | /src/main/java/uy/edu/um/db/Showroom.java | 785f0a88a426104c7fbc9adc14f2cda117413569 | [] | no_license | jpereira1976/dbII-um | 21431b63251a70427d15625ef0de996d91b9c7eb | 0ca5187afdfddb7fba393b68e5a83e59f0734cb1 | refs/heads/master | 2020-03-26T22:30:56.315543 | 2018-11-11T17:36:18 | 2018-11-11T17:36:18 | 145,465,100 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 967 | java | package uy.edu.um.db;
import java.util.List;
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.JoinTable;
import javax.persistence... | [
"jpereira@geocom.com.uy"
] | jpereira@geocom.com.uy |
3a6afabdffb6cabe68d6941d3b29fe91c9f52906 | 038ee6b20cae51169a2ed4ed64a7b8e99b5cbaad | /schemaOrgDomaConv/src/org/kyojo/schemaOrg/m3n3/doma/core/container/GeographicAreaConverter.java | a53134938475c754e8be241d1d1d187a7cddec8f | [
"Apache-2.0"
] | permissive | nagaikenshin/schemaOrg | 3dec1626781913930da5585884e3484e0b525aea | 4c9d6d098a2741c2dc2a814f1c708ee55c36e9a8 | refs/heads/master | 2021-06-25T04:52:49.995840 | 2019-05-12T06:22:37 | 2019-05-12T06:22:37 | 134,319,974 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 595 | java | package org.kyojo.schemaorg.m3n3.doma.core.container;
import org.seasar.doma.ExternalDomain;
import org.seasar.doma.jdbc.domain.DomainConverter;
import org.kyojo.schemaorg.m3n3.core.impl.GEOGRAPHIC_AREA;
import org.kyojo.schemaorg.m3n3.core.Container.GeographicArea;
@ExternalDomain
public class GeographicAreaConvert... | [
"nagai@nagaikenshin.com"
] | nagai@nagaikenshin.com |
bac1ef16e5845ddcbe0c1b238ba5628e9ba96021 | f037ff00e278405d2a26484a6222729428182c08 | /src/Book.java | 5c5dd20fea860d7ff774c174f1bd557b3e3f4265 | [] | no_license | dlvakalucifer/eBookReader | 9df519545687fa19bd326f6f44b9cad33191bc55 | 639d25721d1ff51b879cb7583349f19b2361a813 | refs/heads/master | 2022-09-08T11:07:54.590391 | 2020-05-29T03:52:57 | 2020-05-29T03:52:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,823 | java | import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
/**
*
* Class which interact with Database class to get and manipulate data for Book and snippet table
*
*/
public class Book {
private Database db;
private Logger log;
Book()
{
log = Logger.getInstance();
db = Databa... | [
"55259994+nikhiljain217@users.noreply.github.com"
] | 55259994+nikhiljain217@users.noreply.github.com |
a2c59a9dbec8a55f79c052c9c1dca8dda175f632 | 1c04bd67314df06419966713c0155231c07a65e6 | /jpa/src/test/java/com/dayatang/jpa/QuerySettingsTest.java | 0c0f1134e01fbb2ddee0f35ed55c1db36fa46f72 | [] | no_license | zoopnin/dddlib | 224cb8c21e967c03ba29f8ae1d4af643faa2e29a | d037477fde11160915995bbba1ff21465236a606 | refs/heads/master | 2020-12-01T11:42:41.726160 | 2013-12-27T07:35:50 | 2013-12-27T07:35:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,521 | java | /**
*
*/
package com.dayatang.jpa;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import java.util.Collection;
import java.util.Collections;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import javax.persi... | [
"gdyangyu@gmail.com"
] | gdyangyu@gmail.com |
1553b1300fef6ff3e051252184c69f583a97809f | 5cc4701fc22ca1d78c5abc3bc51f58dbdf393a57 | /AddSession.java | c87ae3fd99eb8a0a5c7d5a9f684d3fea79e5e849 | [] | no_license | younesDev00/Cinema-managment-system | b0a0b7c0d48963c63e1f5b62c76541711157601f | bf0b936762c145cbcee6ecbbdc69b3b8aeb43085 | refs/heads/master | 2020-08-11T19:49:15.046825 | 2019-10-12T09:21:26 | 2019-10-12T09:21:26 | 214,617,500 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,843 | java | import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import model.*;
public class AddSession extends CustomPanel implements MyObserver
{
private Cinema cinema;
private JLabel nmLab = new JLabel("Session Name: ");
private JTextField nmText = new JTextField(15);
private JLabel theatreLab = n... | [
"13768282@student.uts.edu.au"
] | 13768282@student.uts.edu.au |
0ce1fab11394c5e72ca2bf2a9ba3b8cadb1099ef | c5a66af9da4e37e9bf3b1c208f1957b2dd4b8e69 | /reactnative/android/app/src/main/java/com/test/typescript/MainActivity.java | 318aea76d9a84011025fa965ba68b808cccd73b2 | [] | no_license | panwrona/TypescriptTest | a884d4d469b04f39429929b026952b6234c361cf | a671b875b33a73c6b085e9c073a9d11eebef6cc4 | refs/heads/master | 2022-03-30T21:33:47.867560 | 2020-02-14T12:01:21 | 2020-02-14T12:01:21 | 240,498,173 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 374 | java | package com.test.typescript;
import com.facebook.react.ReactActivity;
public class MainActivity extends ReactActivity {
/**
* Returns the name of the main component registered from JavaScript.
* This is used to schedule rendering of the component.
*/
@Override
protected String getMainCompo... | [
"mariusz.brona@gmail.com"
] | mariusz.brona@gmail.com |
3ccf0d20f241db9b65b02deed6d6f39de5662b54 | 4a98b58840269063f3f57feed0a3f8a4c8891811 | /src/main/java/fr/yas/matchup/controllers/ProMatchingHomeController.java | 8a5a94eb2cf689f13abdfe95ed4e48ede72b0813 | [] | no_license | LadyLithie/POEC-MatchUp | a5ae8b47dfedfaf9459bcb3e3e64315befb2c545 | 77bbf682229a47e40edaf2e9a7d0b0213e1bb98b | refs/heads/master | 2021-07-02T08:10:17.835122 | 2017-09-19T08:12:13 | 2017-09-19T08:12:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,330 | java | /**
*
*/
package fr.yas.matchup.controllers;
import java.awt.GridBagConstraints;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.ArrayList;
import java.util.List;
import javax.swing.DefaultListModel;
import javax.swing.JFrame;
import javax.swing.ListModel;
import fr.yas.ma... | [
"ladylithie@gmail.com"
] | ladylithie@gmail.com |
99d38d7458945b595cb90729382c1464728ea729 | c7d798fe911ba30c9d6817ebf68ecb6406fb5bd7 | /test/src/test/java/io/norberg/automatter/ListFieldBuilderTest.java | 57200a9ba68a506102796e6743d8604d902ced94 | [
"Apache-2.0"
] | permissive | odsod/auto-matter | 528c6c2d3f721604483c8e8d32c1aeca926677c3 | ef93472670600f57a8b1e98dd57c53e29076958f | refs/heads/master | 2021-01-20T21:56:34.760325 | 2015-03-19T00:43:56 | 2015-03-19T00:43:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,454 | java | package io.norberg.automatter;
import com.google.common.collect.ImmutableList;
import com.google.common.collect.ImmutableMap;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ExpectedException;
import java.util.List;
import java.util.Map;
import static java.util.Arrays.a... | [
"daniel.norberg@gmail.com"
] | daniel.norberg@gmail.com |
b163d51a5379506458dcc230c4c0ec55325cd21b | 0df43ba35e758bb88077bf25f82642baf0d8b2e5 | /Java MVC Frameworks - Spring/Exercises/ResidentEvil-SpringSecurity/src/main/java/org/softuni/app/models/dto/users/RoleDto.java | 6afeb56fe4f26525ce875d81982fd6c929f225a0 | [] | no_license | vonrepiks/Java-Web-May-2018 | 7fc751f880d3d65f509d3e7666e7e84898138bcd | 97a824d56af57803c62b35cd6febb821ad8838a4 | refs/heads/master | 2020-03-17T23:56:10.655221 | 2018-08-02T02:19:34 | 2018-08-02T02:19:34 | 134,068,919 | 1 | 3 | null | null | null | null | UTF-8 | Java | false | false | 446 | java | package org.softuni.app.models.dto.users;
import org.softuni.app.annotations.ValidateAuthority;
public class RoleDto {
@ValidateAuthority(acceptedValues={"USER", "MODERATOR", "ADMIN"}, message="Invalid dataType")
private String authority;
public RoleDto() {
}
public String getAuthority() {
... | [
"ico_skipernov@abv.bg"
] | ico_skipernov@abv.bg |
e51b0ada99d7c4b0b15370487afa66dbaca41fc1 | 5b924d164b5303f5c49a952d673ce71cb3de89a5 | /Musicat/app/src/main/java/com/example/android/musicat/musicAdapter.java | f229cc890fa88986cbbc359dae36076c91da9839 | [] | no_license | Hesham-XQ/Guardian | 93051455039abf2d3a85bf73106a8352b0cd7381 | d8c1341933171591f30e78c0ef65777b9e4a5492 | refs/heads/master | 2021-04-12T10:53:22.996526 | 2018-04-02T15:27:57 | 2018-04-02T15:27:57 | 126,652,612 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,230 | java | package com.example.android.musicat;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.v4.content.ContextCompat;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.ImageVi... | [
"example@example.com"
] | example@example.com |
c30e4e8dd812d5cac054e0914db66e81852fd2e8 | d3f56fafa196fda1bf23a21815db2e9560d8b20f | /oracle-310-code/204.java | 46cf1eb1f8d9089560782353ed4f89ffd2213be3 | [
"MIT"
] | permissive | masud-technope/NLP2API-Replication-Package | 63433ba06057648eb98a24d8f7a627c2a41bfed0 | d92967be1f50b9bdc0d1fe6fe84226692c281c18 | refs/heads/master | 2021-06-20T16:32:28.868829 | 2020-12-31T19:12:30 | 2020-12-31T19:12:30 | 137,817,880 | 7 | 3 | null | null | null | null | UTF-8 | Java | false | false | 1,134 | java | /* w w w.java2 s.c o m*/
import java.awt.Dimension;
import java.awt.Graphics;
import java.awt.image.BufferedImage;
import java.io.IOException;
import javax.imageio.ImageIO;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.SwingUtilities;
public class Main {
public static void main(String[] ... | [
"masudcseku@gmail.com"
] | masudcseku@gmail.com |
11ca66d0ecbd346a37bb271be72ec2cb37e5ad8a | 4a627a99cdf202019fa4088ca23316e9cc427e7b | /nyd-cash-zeus/nyd-cash-zeus-model/src/main/java/com/nyd/zeus/model/helibao/vo/pay/req/chanpay/PayConfigFileSearchForm.java | c86e21d60b6f40ac769088c63f99d22ae0dde561 | [] | no_license | P79N6A/zlqb | 4bdcc62db76f8b4fdd4176c06812c9bd8ac2148b | 66a8781e74216ead7ea4969d89972c16e9d45b54 | refs/heads/master | 2020-07-13T14:18:36.941485 | 2019-08-26T12:22:20 | 2019-08-26T12:22:20 | 205,096,175 | 0 | 1 | null | 2019-08-29T06:30:30 | 2019-08-29T06:30:30 | null | UTF-8 | Java | false | false | 1,636 | java | package com.nyd.zeus.model.helibao.vo.pay.req.chanpay;
import com.nyd.zeus.model.common.BaseSearchForm;
public class PayConfigFileSearchForm extends BaseSearchForm {
private String id; //业务主键
private String code; //富友商户对应code
private String memberId; //商户号
private String version; //版本号
private ... | [
"hhh@d55a9f32-8471-450d-bba4-b89e090b5caa"
] | hhh@d55a9f32-8471-450d-bba4-b89e090b5caa |
227c01f35068544fb81ea057b52de843214e395a | 07c4b475de17657af9492607e313ecca31b68f3f | /src/test/java/test/com/efrat/example/devops/echoServerFEApp/resources/echoHealthCheck/EchoHealthCheckTest.java | 569c6fa56c4c7b2f5e6fd3f0665937506e5df3f9 | [
"BSL-1.0"
] | permissive | demo4echo/echofe | 64e8e3fae90cfcaa183c1c452d08dc843c058b1b | c82af27c36d6c4fdd9ca5df461e67de65e7fef57 | refs/heads/master | 2022-12-02T22:53:55.085881 | 2020-08-19T08:22:23 | 2020-08-19T08:22:23 | 175,197,779 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,984 | java | /**
*
*/
package test.com.efrat.example.devops.echoServerFEApp.resources.echoHealthCheck;
import static org.junit.Assert.*;
import javax.ws.rs.client.ClientBuilder;
import javax.ws.rs.client.WebTarget;
import javax.ws.rs.core.MediaType;
import org.junit.After;
import org.junit.AfterClass;
import org.... | [
"admin@example.com"
] | admin@example.com |
b24081551e115602e0dae9254d8525db75abf9ed | 281c5bd10fd1a5bcad95ffa3a40d5c2fbfec9976 | /spring_app7/src/dao/MySqlDAO.java | 629199000d3452e096d3e6a833415d877d79b106 | [] | no_license | ybk2810/STS_workspace | 67b77022bb4f416b177d66169b4624e8cd2e46ae | 9f3e335546e3103fe1673dc2d51dd9350c6ab09f | refs/heads/master | 2020-04-08T23:18:56.307934 | 2018-11-30T12:21:09 | 2018-11-30T12:21:09 | 159,819,751 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 751 | java | package dao;
import java.util.ArrayList;
import dto.DeptDTO;
public class MySqlDAO implements CommonDAO {
@Override
public void connect() {
System.out.println("MySpl DB접속");
}
@Override
public void insert(DeptDTO dto) {
System.out.println("MySpl 추가");
}
@Override
public void update(DeptDTO dto) {
Sy... | [
"40554896+ybk2810@users.noreply.github.com"
] | 40554896+ybk2810@users.noreply.github.com |
2985a2da9137905e92eee6269ec3f9b54bcb31d7 | 11db65a1c81fed9f332d9ee1704f9e810dbf1ff4 | /DASI/Periode1/code/Gustatif/src/main/java/fr/insalyon/dasi/gustatif/dao/CommandeDao.java | db0f3a23bdd9df1a7b61bfff21013cd76bb774b3 | [] | no_license | NicolasGripont/B3125 | 241988ffa6f510cde62fa915ab5dcfc9a2614c5f | b1fc97d85c277dadcd4f133b121d6e82fae53211 | refs/heads/master | 2021-01-18T22:03:59.443600 | 2017-04-06T19:00:17 | 2017-04-06T19:00:17 | 47,985,592 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,502 | 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 fr.insalyon.dasi.gustatif.dao;
import fr.insalyon.dasi.gustatif.metier.modele.Commande;
import fr.insalyon.dasi.gustatif.metie... | [
"Nicolas.Gripont@insa-lyon.fr"
] | Nicolas.Gripont@insa-lyon.fr |
16ac8c4689132433c440680e3038af9afc4d1f56 | 645b0a51c6d77621b3cecb77fff50913a6cb7397 | /bmss/bmss-frist-leetcode/src/main/java/com/bmss/test/dubbo/degsignModel/Observer/Test.java | 20a7d33c020a2b8b9df2d160b9a40c23115a688f | [] | no_license | fxwhu/demo | b94299049dc31c63ca356b040c8ea867ffefb141 | 2a3964b8199c57b981a957a8ca7bcd87c2aafe57 | refs/heads/master | 2021-01-20T03:39:48.217231 | 2017-07-12T02:53:10 | 2017-07-12T02:53:10 | 89,569,647 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 414 | java | package com.bmss.test.dubbo.degsignModel.Observer;
/**
* Created by fengxuan1 on 2016/10/21.
*/
public class Test {
public static void main(String[] args) {
Watched watched = new ConcertWatched();
Watcher a = new WatcherA();
Watcher b = new WatcherB();
watched.addWatcher(a);
... | [
"fengxuan1@lenovo.com"
] | fengxuan1@lenovo.com |
2bba57dfa4d3e57711ce2e712efc96f8da5e7b3c | 33654a38c7d600ce3da55d3733db27f0242d52c1 | /webnew/src/main/java/es/cj/controller/EditarLibro.java | 2a3811032aafae74684989ee91c66277fdf24d12 | [] | no_license | josemmduarte/webalpha | d242dd5c83f61092e01d81117932ae40f2fb9d11 | 43af41350b0ebf097971fcc11680bbbe22f21fd6 | refs/heads/master | 2020-04-17T08:30:26.387987 | 2019-03-05T13:37:31 | 2019-03-05T13:37:31 | 166,414,997 | 0 | 0 | null | null | null | null | WINDOWS-1250 | Java | false | false | 3,702 | java | package es.cj.controller;
import java.awt.Image;
import java.awt.image.BufferedImage;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
import javax.imageio.ImageIO;
import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import javax.servlet.... | [
"Onii@192.168.1.5"
] | Onii@192.168.1.5 |
cc62a0c4351fe76ab417faaf4ec40227b75e3246 | d71e879b3517cf4fccde29f7bf82cff69856cfcd | /ExtractedJars/RT_News_com.rt.mobile.english/javafiles/android/support/v7/media/RemotePlaybackClient$ActionReceiver.java | d87bfbbf4e6d57b778a7ec4ed346ec76a7aae59c | [
"MIT"
] | permissive | Andreas237/AndroidPolicyAutomation | b8e949e072d08cf6c6166c3f15c9c63379b8f6ce | c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a | refs/heads/master | 2020-04-10T02:14:08.789751 | 2019-05-16T19:29:11 | 2019-05-16T19:29:11 | 160,739,088 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 16,554 | java | // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) annotate safe
package android.support.v7.media;
import android.content.*;
import android.util.Log;
// Referenced classes of package android.support.v7.media:
// Remo... | [
"silenta237@gmail.com"
] | silenta237@gmail.com |
067c207b33459ec7f22af40f4da4ab7d875820d7 | 538830c2482b12492cb18bb6c97e9d108a42d77b | /uploader/build/generated/source/r/debug/com/ivanov/tech/connection/R.java | 9fe209a16276629378f53eed719b8381dfa511ba | [] | no_license | Igorpi25/AndroidStudioProfile | 57a6205694c18e83a7c447ac06c5068ff476f299 | 1dde6c0b0718a0db36e39e98b2a7ec1b4b24c89a | refs/heads/master | 2021-01-02T08:48:59.948395 | 2017-08-02T05:29:43 | 2017-08-02T05:29:43 | 99,066,268 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 84,367 | 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.ivanov.tech.connection;
public final class R {
public static final class anim {
public static int abc_fade_in = 0x7f040000;... | [
"igorpi25@gmail.com"
] | igorpi25@gmail.com |
0312756d551c963aa3337071cb2cb357d9ed851a | 99aab4f8141af98602630bb530ddca8fc8e4c4c8 | /src/main/java/io/github/cristaling/swegg/backend/web/requests/UUIDRequest.java | 43d5a5960ac57fa7944fe1755a6363d6e369fec1 | [] | no_license | ciprifodor/SWEgg-BackEnd | 0da076a3d46a0d5d32983f511e3cb7e455d13dd8 | 2fcdba2cab3fb170adbfd8b0a2df51090edc9687 | refs/heads/master | 2022-01-04T19:43:49.973982 | 2019-05-21T13:59:51 | 2019-05-21T13:59:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 311 | java | package io.github.cristaling.swegg.backend.web.requests;
import java.util.UUID;
public class UUIDRequest {
UUID uuid;
public UUIDRequest() {
}
public UUIDRequest(UUID uuid) {
this.uuid = uuid;
}
public UUID getUuid() {
return uuid;
}
public void setUuid(UUID uuid) {
this.uuid = uuid;
}
}
| [
"iovarares@gmail.com"
] | iovarares@gmail.com |
acded0f0e9fae11e54ea7589917dfefe338bef16 | 16be4b5d7b111dae18a4117b0dcf434cf44e4215 | /src/main/java/q050/Q004_MedianOfTwoSortedArrays.java | 4328df1ab93723517b904b649faef73ac9263939 | [
"MIT"
] | permissive | sunxuia/leetcode-solution-java | a3d8d680fabc014216ef9837d119b02acde923b5 | 2794f83c9e80574f051c00b8a24c6a307bccb6c5 | refs/heads/master | 2022-11-12T13:31:04.464274 | 2022-11-09T14:20:28 | 2022-11-09T14:20:28 | 219,247,361 | 1 | 0 | MIT | 2020-10-26T10:55:12 | 2019-11-03T03:43:25 | Java | UTF-8 | Java | false | false | 5,333 | java | package q050;
import org.junit.runner.RunWith;
import util.runner.Answer;
import util.runner.LeetCodeRunner;
import util.runner.TestData;
import util.runner.data.DataExpectation;
/**
* There are two sorted arrays nums1 and nums2 of size m and n respectively.
*
* Find the median of the two sorted arrays. The overal... | [
"ntsunxu@163.com"
] | ntsunxu@163.com |
2e00fe19fe811a51ff59346c5fa2c11166927eda | f114e5f6e60460dd30b958d318aef767d6bc037d | /src/test/java/com/noorteck/selenium/day7/ListOfElements.java | 5de592c1c13282628b3d35b7f7ef9c9cbe219d84 | [] | no_license | DenisP4/Selenium | 89ac8694ab5b5d3cc23fbfa6b5bb2a1da6524e5d | edc57e2444a474ffdd8b26146d88109166a22181 | refs/heads/master | 2022-11-28T04:28:51.668345 | 2020-07-07T23:50:24 | 2020-07-07T23:50:24 | 273,716,376 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,266 | java | package com.noorteck.selenium.day7;
import java.util.List;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
public class ListOfElements {
public static void mai... | [
"dennn@DESKTOP-2N6ADQC"
] | dennn@DESKTOP-2N6ADQC |
a22a72f403d214fb8225c673f9728f3257441980 | e3da6c5cf21d7a3d99f99909571531509ac608c6 | /src/test/java/com/crimsonobject/bowling/MainTest.java | dc54ba5895b651d4a5b3ca4f29dc9f840bb0d6cc | [] | no_license | CrimsonObject/bowling-scoring-java | b053d3e1015ca531512d0d65faf8ed127b04343e | df50af7ec95bdd3f63a46eda51c0307965c30c90 | refs/heads/master | 2021-01-10T18:19:49.010272 | 2016-04-10T21:21:08 | 2016-04-10T21:21:08 | 55,864,679 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,922 | java | package com.crimsonobject.bowling;
import static org.junit.Assert.*;
import java.util.ArrayList;
import java.util.List;
import org.junit.BeforeClass;
import org.junit.Test;
import com.crimsonobject.game.LinkedListBowling;
import com.crimsonobject.objects.Player;
public class MainTest {
private static Player play... | [
"kevin2112@gmail.com"
] | kevin2112@gmail.com |
db10da544cd38c7598688fc9da071c68a1c761d5 | 1881ab2fcb57a4fe9a4f80bc0c59f4fed2c76123 | /javers-core/src/main/java/org/javers/core/diff/appenders/OptionalChangeAppender.java | fd52a1ae6fc67cd6616e19bb4e3b65987663c9fc | [
"Apache-2.0"
] | permissive | ofbusiness/javers | c2c874f292ff53bdf24c9d3e3d1e2dd32ed68403 | 73ab2431d50466441a19f5a4a0720e6705261924 | refs/heads/master | 2021-06-21T00:10:59.150444 | 2021-01-06T10:26:22 | 2021-01-06T10:26:22 | 139,723,049 | 1 | 0 | Apache-2.0 | 2021-01-06T10:26:23 | 2018-07-04T13:03:37 | Java | UTF-8 | Java | false | false | 2,838 | java | package org.javers.core.diff.appenders;
import org.javers.common.exception.JaversException;
import org.javers.core.diff.NodePair;
import org.javers.core.diff.changetype.PropertyChange;
import org.javers.core.diff.changetype.ReferenceChange;
import org.javers.core.diff.changetype.ValueChange;
import org.javers.core.met... | [
"bwalacik@gmail.com"
] | bwalacik@gmail.com |
40bbe2bc6346ec2c720c2ca84cf1145b85a037ec | 9f537441670f3eb280856c3f1cd4c5e52ba72258 | /Idea/lesson1/src/core.java | 8c3a3c9dd5a5c738beb0a816167708ccfdb2e330 | [] | no_license | Destered/AISD | 54dc428c53102e44dfa686bb3a1828af57529a82 | 4f0e0b69d2166387e59efd571d0b9b3483ff0d16 | refs/heads/master | 2022-07-04T14:28:05.898814 | 2020-05-14T13:20:45 | 2020-05-14T13:20:45 | 245,888,125 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 323 | java | public class core {
public static void main(String[] args) {
List l = new List();
l.addElements(10);
l.addElements(9);
l.addElements(8);
l.addElements(7);
l.addElements(6);
l.addElements(5);
l.listOut();
l.reverse();
l.listOut();
}... | [
"timba1721@mail.ru"
] | timba1721@mail.ru |
32240571de47b5d79c0b63981623715266f0ef22 | 498b654f33384af7b662e7fc392908cf340be87e | /src/main/java/com/xiaobin/example/pojo/Resource.java | 97639b8f36c74fd05036607473488cdc60f9158d | [] | no_license | xiaobin3/springBootDemo | 841f9ea66c32e57d802e393cafe65d0b49800856 | 9943d8b2d19e1233ef9912a58d454d9e6451b22b | refs/heads/master | 2020-03-15T20:16:56.036679 | 2018-05-07T10:43:18 | 2018-05-07T10:43:18 | 132,329,121 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,787 | java | package com.xiaobin.example.pojo;
import java.io.Serializable;
/**
* t_resource
* @author
*/
public class Resource implements Serializable {
/**
* 资源id
*/
private Long id;
/**
* url
*/
private String url;
/**
* 创建人
*/
private Long createUser;
/**
*... | [
"xiaobin3@asiainfo.com"
] | xiaobin3@asiainfo.com |
a26528cda0f841a0626ed99ff309ce999dc77e02 | f2e1f651452f0968e4015762932d430b1e18d9e9 | /MiniSeconds/app/src/main/java/seveno/android/miniseconds/PicturePuzzle/PuzzlePreview.java | 0dec1179b4dd567136bd32369c5c76623e9e4437 | [] | no_license | kpnadmin/final_project | 05cb5c485c0ed6252d597ed5121b401c3cd86b66 | b49fbb004bab7f6862087bd0811b55b9fa05b97c | refs/heads/master | 2021-01-20T03:26:17.323469 | 2017-08-25T04:06:22 | 2017-08-25T04:06:22 | 101,363,927 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,710 | java | package seveno.android.miniseconds.PicturePuzzle;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.support.v7.app.AppCompatActivity;
import android.widget.ImageView;
import android.widget.TextView;
import seveno.android.miniseconds.R;
public class PuzzlePreview exten... | [
"kpn@naver.com"
] | kpn@naver.com |
d813fe6e00602c1bbcc0adc8fab6a2715d80cf24 | c7f3c1d3bebcffa03e02f07ae44313691096b3ac | /src/main/java/org/mule/extension/compression/internal/gzip/GzipCompressorInputStream.java | 9b5f7d356d05bad877aca08198fdd53dd384aa23 | [] | no_license | mulesoft/mule-compression-module | e971add798ae3147a23a0c8087140d5236dde8c9 | f129981430bc050eac22696d3ff244bdac055df1 | refs/heads/main | 2023-08-25T23:30:53.411289 | 2023-02-14T04:03:24 | 2023-02-14T04:03:24 | 132,614,718 | 2 | 3 | null | 2023-09-14T19:35:54 | 2018-05-08T13:41:38 | Java | UTF-8 | Java | false | false | 5,637 | java | /*
* Copyright (c) MuleSoft, Inc. All rights reserved. http://www.mulesoft.com
* The software in this package is published under the terms of the CPAL v1.0
* license, a copy of which has been included with this distribution in the
* LICENSE.txt file.
*/
package org.mule.extension.compression.internal.gzip;
impo... | [
"noreply@github.com"
] | mulesoft.noreply@github.com |
3294a34d3895b6e4eb78390f65b45da13e7ab551 | 5fd93c17db61d26a8862769238d12fb1f59970e2 | /0167. Two Sum II - Input array is sorted/Two Sum II - Input array is sorted.java | 501128a50cef579323af741ffe22a36aa28029d2 | [] | no_license | lwx940710/Leetcode | d9b2f5621f3e2d9b893c8b10480272a91e16cc78 | 1b56f23d3724b42b33e124134c2464934362b97b | refs/heads/master | 2020-04-18T00:39:07.662075 | 2019-03-15T03:02:56 | 2019-03-15T03:02:56 | 167,085,717 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 535 | java | class Solution {
public int[] twoSum(int[] numbers, int target) {
HashMap<Integer, Integer> map = new HashMap<Integer, Integer>();
int[] result = new int[2];
for (int i = 0; i < numbers.length; i++) {
if (map.containsKey(target - numbers[i])) {
result[0] ... | [
"lwx940710@gmail.com"
] | lwx940710@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.