blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 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 684M ⌀ | 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 132
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 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4edd9d6b7704af2ecf5e7933d9ae6d00dbbf4f1e | b96ce6d875adf1e0a02d30de246d5409ae06f8da | /src/day34_Inheritance/Isci.java | 5d65ea57b34115449086b1d806eedd6ca79814b4 | [] | no_license | Adnancan02/JavaDersleri | dc08803cab9bc251cc76f057492c391c884be492 | 8c052036116f59611534e6c03ed5e047a60c8517 | refs/heads/master | 2023-04-07T00:39:30.712655 | 2021-04-14T11:20:25 | 2021-04-14T11:20:25 | 357,877,951 | 0 | 0 | null | null | null | null | ISO-8859-9 | Java | false | false | 1,024 | java | package day34_Inheritance;
public class Isci extends Muhasebe {
public static void main(String[] args) {
Isci isci1= new Isci();
isci1.isim= "Omer";
isci1.soyisim="Aydın";
isci1.id= 1001;
isci1.izindeMi=false;
isci1.saatUcreti=10;
isci1.statu= "Isci";
isci1.maas=isci1.maasHesaola();
Syst... | [
"canadn02@gmail.com"
] | canadn02@gmail.com |
4af82fa9c35e90913fe1df1954c911112ca2eb40 | e75be673baeeddee986ece49ef6e1c718a8e7a5d | /submissions/blizzard/Corpus/eclipse.jdt.ui/5643.java | bfb058a2a937f2cfb5f364ed3faac3b3996056bd | [
"MIT"
] | permissive | zhendong2050/fse18 | edbea132be9122b57e272a20c20fae2bb949e63e | f0f016140489961c9e3c2e837577f698c2d4cf44 | refs/heads/master | 2020-12-21T11:31:53.800358 | 2018-07-23T10:10:57 | 2018-07-23T10:10:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 713 | java | package p;
import java.util.*;
class Cell<T> {
List<T> t;
public void setT(AbstractList<T> t) {
this.t = t;
}
public Collection<T> getT() {
return t;
}
}
class CellTest {
public static void main(String[] args) {
ArrayList booleanList = new Array... | [
"tim.menzies@gmail.com"
] | tim.menzies@gmail.com |
103616fbdf38173fe87344fdb30833ac70d92a22 | 52a0351165c9f480d8676b7fb15e5b878fa37f22 | /src/main/java/indi/xp/coachview/mapper/MatchTeamMemberInfoMapper.java | 21bf344d3d594eb175cd3c54683fba548f567741 | [] | no_license | februay/coach_view | 9523f6553174ae289f07c9797b705198588e191e | b1fa3f8290e0258162f1755a5d120c959d3fa8fb | refs/heads/master | 2020-03-23T17:28:34.453237 | 2018-10-18T04:11:56 | 2018-10-18T04:11:56 | 141,861,676 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,850 | java | package indi.xp.coachview.mapper;
import java.util.List;
import java.util.Map;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import indi.xp.coachview.model.MatchTeamMemberInfo;
@Mapper
public interface MatchTeamMemberInfoMapper {
public MatchTeamMemberInfo getById(@Pa... | [
"809229821@qq.com"
] | 809229821@qq.com |
9b32289362fd9d26e214b3cc674cc2d2782d86c3 | 2ba865ef43a15e30d3bff27d8492cbc3572c26b4 | /app/src/main/java/me/arulnadhan/androidultimate/TextSurface/activities/ShapeReveal.java | 39a5f95afd94b563115efc123546da9b89bdbfa8 | [] | no_license | Kimger/AndroidTemplate | c92c036a197d6fb5504ef29b2293a5ae83e0fe28 | 97828b43e906e8b37b7917da0218d63048c13386 | refs/heads/master | 2020-09-14T08:19:50.745234 | 2018-10-19T06:31:36 | 2018-10-19T06:31:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,470 | java | package me.arulnadhan.androidultimate.TextSurface.activities;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.CheckBox;
import android.widget.CompoundButton;
import me.arulnadhan.androidultimate.R;
import me.arulnadhan.textsurface.Debug;
impo... | [
"zhan9kun@qq.com"
] | zhan9kun@qq.com |
aeea3ec575967d091a62d8b151b267b619b3f43d | e9e577e7f2618f9267148fa1eeb30df771934bd6 | /app/src/main/java/com/tech20/mobiledelivery/activities/ActivityOrders.java | 1d7b2c19824c7798ca8ae683f3929bc6b365a200 | [] | no_license | punampawar27/OrdersDelivery | f975baaa1bb403b99e4d65e85fe58646faf9ce96 | 3aa115880fddfa249895d31b5f03db2507b8f158 | refs/heads/master | 2021-05-09T19:21:13.552156 | 2018-01-23T16:42:43 | 2018-01-23T16:42:43 | 118,638,459 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,015 | java | package com.tech20.mobiledelivery.activities;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.net.Uri;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.widget.Divi... | [
"punam.pawar.fidel@gmail.com"
] | punam.pawar.fidel@gmail.com |
6afab49f9a602ae356401220f3e9f56651921f06 | 7c46a44f1930b7817fb6d26223a78785e1b4d779 | /soap/src/java/com/zimbra/soap/admin/message/GetDomainInfoResponse.java | f543e478ecfc6be4c007b949cc086bd6d2b0fb3c | [] | no_license | Zimbra/zm-mailbox | 20355a191c7174b1eb74461a6400b0329907fb02 | 8ef6538e789391813b65d3420097f43fbd2e2bf3 | refs/heads/develop | 2023-07-20T15:07:30.305312 | 2023-07-03T06:44:00 | 2023-07-06T10:09:53 | 85,609,847 | 67 | 128 | null | 2023-09-14T10:12:10 | 2017-03-20T18:07:01 | Java | UTF-8 | Java | false | false | 1,659 | java | /*
* ***** BEGIN LICENSE BLOCK *****
* Zimbra Collaboration Suite Server
* Copyright (C) 2010, 2012, 2013, 2014, 2016 Synacor, Inc.
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software Foundation,
* versi... | [
"shriram.vishwanathan@synacor.com"
] | shriram.vishwanathan@synacor.com |
c8c9bcc41a62528827f7b75402ef3d73d46d8bc8 | 24ebe2de93d6f9d7e3c188fc4654b57ee64dcd7e | /src/main/java/edu/dlnu/oa/peopleSend/controller/PeopleSendController.java | 53cc355410f82ce068ab8e7c82f24bf0eccc8d58 | [
"MIT"
] | permissive | DLNUOA/OA | 27545f886ef3fa5bfcefa79012a2752fb195cc77 | f6716408f978347d32fcffa10e5e2d9568f37bfa | refs/heads/master | 2022-07-16T15:51:00.474458 | 2020-01-07T12:51:50 | 2020-01-07T12:51:50 | 228,975,799 | 3 | 0 | MIT | 2022-06-29T17:53:16 | 2019-12-19T04:37:03 | JavaScript | UTF-8 | Java | false | false | 1,870 | java | package edu.dlnu.oa.peopleSend.controller;
import edu.dlnu.oa.peopleSend.pojo.ComSendPeople;
import edu.dlnu.oa.peopleSend.service.PeopleSendService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotatio... | [
"1641421642@qq.com"
] | 1641421642@qq.com |
f2a5364ae6ed3ad572dd646e6b1211169daa8035 | 281a9c8dca9fa50a25c56af5c4834b01262fd597 | /app/src/main/java/com/example/student_management/Student.java | ffb8db0db68f5012f7c3f6dd34d5245b3d70a195 | [] | no_license | dungnguyenhuu/Student_Management | 20905711bebefd7d196b392574e75b1a7cea3d7b | e173b3d9b344971aa89739e2248fa95cdc151519 | refs/heads/master | 2022-12-25T00:06:21.297068 | 2020-09-23T14:29:31 | 2020-09-23T14:29:31 | 272,986,096 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,147 | java | package com.example.student_management;
import java.io.Serializable;
public class Student implements Serializable {
private int code;
private String name;
private String date;
private String email;
private String address;
public Student(int code, String name, String date, String email, Strin... | [
"dung99xcyd@gmail.com"
] | dung99xcyd@gmail.com |
8ab44de495faecf67df37d231edead58cffdf84a | fb1da37bbb61b861de230d55efed09b816c96dbc | /extranet/src/main/java/com/gruppo/isc/extranet/service/AvanzamentoServiceImp.java | a3d213c9f83e7cd85db57a8b43bb459bd51d0ed2 | [] | no_license | Minfrey/Git_Extranet | c47a086de9141d7cb6add512357f89a7bf80f68d | 52598423f7c1b74102094fdf9ad8e0f1bc891d1d | refs/heads/main | 2023-03-20T04:14:33.201880 | 2021-03-09T09:41:39 | 2021-03-09T09:41:39 | 332,261,207 | 0 | 0 | null | 2021-03-08T17:20:43 | 2021-01-23T16:55:27 | Java | UTF-8 | Java | false | false | 11,233 | java | package com.gruppo.isc.extranet.service;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Collections;
import java.util.Comparator;
import java.util.Date;
import java.util.GregorianCalendar;
import java.util.List;
import javax.transaction.Transactional;
import org.springframework.beans.factor... | [
"fabio.coluccia93@gmail.com"
] | fabio.coluccia93@gmail.com |
d4b03602b038ce2a26bb13b8cd21dca098fe8d03 | 42f345cf266712da06f7a5205ebb92ac8d6db5ed | /ssm-demo/src/main/java/com/zhougl/algo/HeapIfy.java | 18d2bb52029183eea97b1286c2e85bf416d483a0 | [] | no_license | zhouguanglong1/ssm-maven | e648797029e6754cc075307701039496ca9c42d6 | 658a675709be8533ec978c87928934cc130c0088 | refs/heads/master | 2022-11-25T06:59:09.998682 | 2020-10-30T03:53:18 | 2020-10-30T03:53:18 | 142,732,040 | 0 | 0 | null | 2022-11-16T10:26:32 | 2018-07-29T04:57:44 | Java | UTF-8 | Java | false | false | 2,857 | java | package com.zhougl.algo;
import lombok.Data;
import java.util.Arrays;
/**
* 堆是一个完全二叉树(除了最后一层,其他层的节点都是满的,且最后一层的子节点都靠左排列)可以使用数组存储
* 堆中每个节点的值,都大于等于(小于等于)左右子节点的值
*
* @author zhougl
* @version v1.0.0
* @since 2020/8/29 15:05
*/
@Data
public class HeapIfy {
/**
* 存放数据的数组
*/
private int[] a;
/... | [
"zhouguanglong@deepexi.com"
] | zhouguanglong@deepexi.com |
eff04ac7161234f65a1922f04fdf1a482c332a52 | 7e5f5708c9ea46094f38be0076dca2d6457567fa | /Rozszerzone Systemy Informatyczne - Java/REST/RestWeb_Client/build/generated-sources/jaxb/classes/Message.java | d96a94357c79f9ff28f9473e652c8018a7ac88ff | [] | no_license | isiemaszko/2k21---semesters- | fa6191cca5c1f27a7fd1422b48c15db36f076d6b | f3593cfcfb3f265b035dbea6724e3477bc118702 | refs/heads/master | 2023-07-12T06:50:27.693990 | 2021-08-18T17:41:58 | 2021-08-18T17:41:58 | 397,684,596 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,607 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2021.05.23 at 08:40... | [
"izabela.siemaszko@onet.pl"
] | izabela.siemaszko@onet.pl |
08d09a0b0d03ab5dabfe6d27645440c0d647b4eb | 46786b383a16fff9c5d57b6b197b905e56a40dba | /xcloud/xcloud-vijava/src/main/java/com/vmware/vim25/AlarmEvent.java | 6be98c705ee77169b443c6feeb32b1b6137a1d74 | [] | no_license | yiguotang/x-cloud | feeb9c6288e01a45fca82648153238ed85d4069e | 2b255249961efb99d48a0557f7d74ce3586918fe | refs/heads/master | 2020-04-05T06:18:30.750373 | 2016-08-03T06:48:35 | 2016-08-03T06:48:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,990 | java | /*================================================================================
Copyright (c) 2013 Steve Jin. All Rights Reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must re... | [
"waddy87@gmail.com"
] | waddy87@gmail.com |
1cf3a9143f2302401e74c366a628ffacd0769781 | 093d1c914076656bf89936046f1aeae9ff9cb0f7 | /pilot-hsqldb/src/main/java/com/nicecredit/pilot/hsqldb/DBRepository.java | a980927a2f73ffc7665d5520f1a8ea2914acede7 | [] | no_license | OpenSourceConsulting/drools-pilot | 26d5799311006d6c23b97fb5d694e8dab0c16ad1 | 8f9c68e6d10821c9686359b1dc64861abd540ca4 | refs/heads/master | 2021-03-24T09:36:21.381440 | 2018-05-15T01:33:58 | 2018-05-15T01:33:58 | 43,865,881 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,875 | java | package com.nicecredit.pilot.hsqldb;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* <pre>
*
* </pre>
* @author BongJin Kwon
*/
public class DBRepositor... | [
"idkbj@osci.kr"
] | idkbj@osci.kr |
8d7c6fcc7a6f6472fe7409fb9d53f4ea3735d7c3 | a3ccd61096fe2a5a77cc8d11ec93f8fdea0b558f | /guineCore/src/main/java/com/guinea/communications/netty/webSocket/PlanTaskNettyInitialzer.java | 1e54c1e1def5d9fb3642e1eb01696d440e87be0e | [] | no_license | skyjasper/guineFox | b94e5bc6a41dcefc1976a4b835796ad79fc8521b | 355ed03d0e72861feb4cef783bd4fc7f7ea32b77 | refs/heads/master | 2021-01-10T04:13:08.159295 | 2018-03-21T15:29:40 | 2018-03-21T15:29:40 | 49,559,376 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,440 | java | package com.guinea.communications.netty.webSocket;
import io.netty.channel.ChannelInitializer;
import io.netty.channel.ChannelPipeline;
import io.netty.channel.socket.SocketChannel;
import io.netty.handler.codec.http.HttpObjectAggregator;
import io.netty.handler.codec.http.HttpRequestDecoder;
import io.netty.handler.c... | [
"ubhname@sina.com"
] | ubhname@sina.com |
fdfe558091bbcfad6397e59714492b7570cc7070 | ddd38972d2e73c464ee77024f6ba4d6e11aac97b | /platform/arcus-containers/scheduler-service/src/main/java/com/iris/service/scheduler/model/TimeOfDayScheduledCommand.java | 02e043812a1bd54628790004d457e86e3a7de913 | [
"Apache-2.0"
] | permissive | arcus-smart-home/arcusplatform | bc5a3bde6dc4268b9aaf9082c75482e6599dfb16 | a2293efa1cd8e884e6bedbe9c51bf29832ba8652 | refs/heads/master | 2022-04-27T02:58:20.720270 | 2021-09-05T01:36:12 | 2021-09-05T01:36:12 | 168,190,985 | 104 | 50 | Apache-2.0 | 2022-03-10T01:33:34 | 2019-01-29T16:49:10 | Java | UTF-8 | Java | false | false | 6,087 | java | /*
* Copyright 2019 Arcus Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | [
"b@yoyo.com"
] | b@yoyo.com |
6b5a85b2897ee46a078b8c5663ae1dc0ff6aeddd | 0cac9980ec4e2f852d8cbb92654a54f17d1c3aab | /ribbon/src/test/java/ribbon/service/RibbonApplicationTests.java | 87780972b63b1e3de3277994a4b8aa1ea3fec885 | [] | no_license | lishuper/springclouddemo | 45ea441c601ee72cfcba5252cbaa926c0b9f9264 | 2ddbe7d90243309e3c7dc771ca14c9f45edbfdb6 | refs/heads/master | 2020-05-17T18:41:05.267774 | 2019-05-08T09:10:16 | 2019-05-08T09:10:16 | 183,891,596 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 340 | java | package ribbon.service;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class RibbonApplicationTests {
@Test
public void contex... | [
"xiaobin.wang@marketin.cn"
] | xiaobin.wang@marketin.cn |
79ee5712eae0dd9089886ad8309e3dc893543310 | 8421eaa5b1f7678dac49b7056df4cf5dba31d0f0 | /src/view/ResultListViewItem.java | c65af58cbf944796ae25e266a46a64f98cfc86ed | [] | no_license | stefanGT44/Concurrent-Word-Distribution-Tool | 7f3ba6aba77d0902d6616e99d19d03f7951a1aeb | ded7c08c292faa5680837cb3b12c57815cb9497d | refs/heads/master | 2022-12-20T19:40:24.043795 | 2020-09-15T23:09:53 | 2020-09-15T23:09:53 | 292,297,789 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 315 | java | package view;
public class ResultListViewItem {
private String name;
public ResultListViewItem(String name) {
this.name = name;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
@Override
public String toString() {
return this.name;
}
}
| [
"stefan@stefan"
] | stefan@stefan |
567ae6e6705060357c70d01675ac86ef51fdd54b | 90e305db5a991a927db29f18d5de1344f880b08b | /src/test/java/com/testdatabuilder/ParqueaderoTestDatabuilder.java | 02af1e69c37da22a9c5f484dc1eff5d3c7bcfe1d | [] | no_license | CarlosLopez900528/PracticaCeibaDos | ec591d1b489bbda701e847feba0dc6236d5631d6 | d2b855333f721abb70fe493391bea4d5a2d8d237 | refs/heads/master | 2021-07-11T15:42:26.078569 | 2017-10-10T03:07:59 | 2017-10-10T03:07:59 | 105,787,247 | 0 | 0 | null | 2017-10-10T03:08:00 | 2017-10-04T15:49:33 | Java | UTF-8 | Java | false | false | 1,327 | java | package com.testdatabuilder;
import java.util.Calendar;
import com.entities.Parqueo;
public class ParqueaderoTestDatabuilder {
private static final int IDCLASEVEHICULO = 1;
private static final String PLACAVEHICULO = "CJA083";
private static final int CILINDRAJE = 1800;
private static final Calendar FECHA_PA... | [
"carlos.lopez@ceiba.com.co"
] | carlos.lopez@ceiba.com.co |
d8e474574bfb421d909cbb4e80742666a665b325 | 9604db615d0a1b2e20dd7b42933abce6e72564a5 | /JavaAdvanced/16.FunctionalProgramming-Exercises/src/P08_SmallestElement.java | d33548f8a010a6f7c136cdf112096bbb7a968f8a | [] | no_license | mrindzhov/Software-University | 131bb27ef897e9748030a9473f70af63d920b248 | 6ee1ca55003ee02663793ab7e42d4ee84282f403 | refs/heads/master | 2020-03-19T01:19:19.597378 | 2018-05-31T22:09:06 | 2018-05-31T22:09:06 | 135,537,253 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 906 | java | import java.util.ArrayList;
import java.util.List;
import java.util.Scanner;
import java.util.function.Function;
public class P08_SmallestElement {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
List<Integer> integers = new ArrayList<>();
String line = sc... | [
"mrindzhov@gmail.com"
] | mrindzhov@gmail.com |
5f121a499563e6eb1de82d26be57b437cb8fd473 | 235e4ededf737d2835d365a7a1eacdd5ea2acfdc | /XSACore/src/org/bibalex/sdxe/suggest/model/particle/SugtnSequenceNode.java | b2f03f8bcf4785dbdef24860a7c8dfe082b11934 | [] | no_license | timeleft--/WAMCP | b29672dfbab7057abb0094568f6e92b6f2cf63fb | 4d172ab80aed3acd21590f89c2067bcd53e3fc92 | refs/heads/master | 2021-01-16T21:57:21.287247 | 2013-07-24T11:27:47 | 2013-07-24T11:27:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,248 | java | // Copyright 2013 Bibliotheca Alexandrina, Wellcome Trust Library
//
// 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
//
// Un... | [
"michael.atef@bibalex.org"
] | michael.atef@bibalex.org |
fb71c860f9adb3e632e5815f45bd67092220b1ad | dfd3b94c341aa781f1c5be266080d03915226630 | /src/com/luv2code/springdemo/SetterDemoApp.java | ec95177aa851d8e46a2520e9b3ca2e2c4d502392 | [] | no_license | emadhanna/spring-demo-one | 3015bed3e00d0a9249082a4c8c857f39f091724d | e255a2ee98c386a493ad8b6258ad9d222e00fe85 | refs/heads/master | 2020-09-11T13:51:37.055157 | 2020-05-13T06:21:00 | 2020-05-13T06:21:00 | 222,069,920 | 0 | 0 | null | 2019-11-16T10:41:41 | 2019-11-16T08:33:04 | null | UTF-8 | Java | false | false | 741 | java | package com.luv2code.springdemo;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class SetterDemoApp {
public static void main(String[] args) {
//Load the spring configuration file
ClassPathXmlApplicationContext theContext =
new ClassPathXmlApplicationContext("applicati... | [
"Emad_Hanna@cable.comcast.com"
] | Emad_Hanna@cable.comcast.com |
bd1e8ecb37750fceeb542a5999acfefde3fb4a93 | 7ea61ee7003c5d8e27b9f02d0fc004f0bbe44562 | /lib/src/main/java/com/sd/lib/utils/FHandlerManager.java | 61adc8d960badad5f67d7dc3e41073dcada042b4 | [] | no_license | zj565061763/utils | c0bd1845a0255c268faa8f31733e98b71d2f0a13 | 3d0507184f9e4bd6f222224c73e077a9da98065c | refs/heads/master | 2021-06-03T14:06:18.425693 | 2021-05-26T07:55:37 | 2021-05-26T07:55:37 | 114,324,750 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,207 | java | package com.sd.lib.utils;
import android.os.Handler;
import android.os.HandlerThread;
import android.os.Looper;
/**
* Handler管理类
*/
public class FHandlerManager
{
private static final HandlerThread HANDLER_THREAD = new HandlerThread("HandlerThread");
static
{
HANDLER_THREAD.start();
}
... | [
"565061763@qq.com"
] | 565061763@qq.com |
d056230f919d98e7d50618990b75a8147d479bad | b65304eb64570b73df8878f371bd5fe740dc1a62 | /app/src/main/java/com/angkorcab/fragments/ProfileFragment.java | 323e8512bf4dbbcad6d5c91ff438b867fb46511e | [] | no_license | ersalye/mobite-taxi | 8895bad4d466383724af8d60c6cafb559fd08541 | e2e6c4b686c6567ac83dee5f6bd1ed137e7bcfcc | refs/heads/master | 2021-06-11T23:33:07.206058 | 2017-02-13T11:03:38 | 2017-02-13T11:03:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,542 | java | package com.angkorcab.fragments;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.LayoutInflater;
import android.v... | [
"phuongphally@gmail.com"
] | phuongphally@gmail.com |
468ff8044557d93a5f1fcdd22f2a6706b4a44deb | b71ac6338bb8b52564f48447936cc30972ff8bdb | /src/main/java/net/totaldarkness/ChestHistory/Main.java | d5314c8d337ead02cff354f3ece3a4b6515014fc | [
"Unlicense"
] | permissive | TotalDarkness-NRF/ChestHistory | 528599e6863b3a547ff40eeee44fd1a7ab69f066 | 6c0f2217090f8eea4cd5e8685e34414100b1f413 | refs/heads/main | 2023-03-22T02:51:02.364363 | 2021-03-06T04:36:40 | 2021-03-06T04:36:40 | 339,275,687 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,347 | java | package net.totaldarkness.ChestHistory;
import net.totaldarkness.ChestHistory.client.gui.ChestHistory;
import net.totaldarkness.ChestHistory.client.services.ChestGuiService;
import net.totaldarkness.ChestHistory.client.services.RenderEventService;
import net.totaldarkness.ChestHistory.client.events.KeyboardEvent;
impo... | [
"totaldarknesofficial@gmail.com"
] | totaldarknesofficial@gmail.com |
671f0938207dcf58dde6aed68148dbf4059a0221 | 348de4c617d1db7c8d697e717e0a21bce50cb995 | /haikudepotserver-webapp/src/test/java/org/haikuos/haikudepotserver/IntegrationTestSupportService.java | bb26a3af3150cf0d81a10dbf89d7a47cbf4f9a3a | [
"MIT"
] | permissive | diversys/haikudepotserver | c25409bfc9a48c13f533fe2467ca9281970482ea | 8dbd4090dae16f1810d66c610bd5f850a1c2b2fb | refs/heads/master | 2021-01-20T19:13:38.781356 | 2015-03-16T18:51:09 | 2015-03-16T18:51:09 | 32,403,687 | 0 | 0 | null | 2015-03-17T15:55:16 | 2015-03-17T15:55:16 | null | UTF-8 | Java | false | false | 16,003 | java | /*
* Copyright 2014-2015, Andrew Lindesay
* Distributed under the terms of the MIT License.
*/
package org.haikuos.haikudepotserver;
import com.google.common.base.Strings;
import org.apache.cayenne.ObjectContext;
import org.apache.cayenne.configuration.server.ServerRuntime;
import org.haikuos.haikudepotserver.data... | [
"apl@lindesay.co.nz"
] | apl@lindesay.co.nz |
881c24b147c38cdc5b2d0b6df689c1dbfdaeb6b5 | 64e88841921c6280608ca77fcc4b757bfa6768bd | /SpringBootCRUD/src/main/java/com/springbootproject/ProductRepository.java | d0db15292fd04e711ca6e59065a72e4e1856696c | [] | no_license | irya29/TesRespository | 83c88dcf5a70b5f9f2c0c4125cf127f7efd8e3cd | 7c9945722d1677504ee8232a9bdb364ecb18cb64 | refs/heads/master | 2020-08-27T00:58:48.000117 | 2019-10-24T03:02:31 | 2019-10-24T03:02:31 | 217,199,378 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 178 | java | package com.springbootproject;
import org.springframework.data.jpa.repository.JpaRepository;
public interface ProductRepository extends JpaRepository<Product, Long>{
}
| [
"training@TRAINING7"
] | training@TRAINING7 |
8d0bde7d693c68750e62c88495c5b43e42937721 | 0dbff67032029495d1fce23dff122eeb4806fa2e | /src/kankan/wheel/widget/.svn/text-base/ArrayWheelAdapter.java.svn-base | fa01ddb42e4b744e29658c8fa639ee08ea3202de | [] | no_license | liuyijiang1994/znufe_app | 2d1273231b3238589850e813fac35f8468f67ef8 | 46f76edc857d470065e094639e27c8f3b5750784 | refs/heads/master | 2020-12-25T15:17:39.997906 | 2019-06-19T08:01:12 | 2019-06-19T08:01:12 | 65,866,458 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,516 | /*
* Copyright 2010 Yuri Kanivets
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | [
"etwxyet2"
] | etwxyet2 | |
2522da23063371556f13c8ebbb4290f2d31a4b94 | a8c5b7b04eace88b19b5a41a45f1fb030df393e3 | /projects/core/src/test/java/com/opengamma/core/convention/ConventionTypeTest.java | 7b5cc06bf06d7b15f98121da85cfa1ec73a1db49 | [
"Apache-2.0"
] | permissive | McLeodMoores/starling | 3f6cfe89cacfd4332bad4861f6c5d4648046519c | 7ae0689e06704f78fd9497f8ddb57ee82974a9c8 | refs/heads/master | 2022-12-04T14:02:00.480211 | 2020-04-28T17:22:44 | 2020-04-28T17:22:44 | 46,577,620 | 4 | 4 | Apache-2.0 | 2022-11-24T07:26:39 | 2015-11-20T17:48:10 | Java | UTF-8 | Java | false | false | 1,343 | java | /**
* Copyright (C) 2018 - present McLeod Moores Software Limited. All rights reserved.
*/
package com.opengamma.core.convention;
import static org.testng.Assert.assertEquals;
import static org.testng.Assert.assertNotEquals;
import org.testng.annotations.Test;
import com.opengamma.util.test.TestGroup;
/**
* Tes... | [
"em.mcleod@gmail.com"
] | em.mcleod@gmail.com |
623f76a9bb2c7f2b05ca1ce027b3dfce2f529eb6 | e5a11b5fd86bc6d4a4c18ec7ab4e20f2976d82d9 | /Design principles Practice Check/DP Practice check 1/src/com/practicecheck/abstractfactory/IndiaCarFactory.java | ebcf49ad7c3e96f3b41232a05a81bf616f3b222e | [] | no_license | G-16-17/Gowthami_Bankuru_921629_16 | 24ef6a9e0a9560c330cf6864bb35c70691853451 | 338b173e9405cf816bcf63f2163c2511d8a8fb98 | refs/heads/main | 2023-08-24T06:38:34.883496 | 2021-09-29T09:05:46 | 2021-09-29T09:05:46 | 395,289,945 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 323 | java | package com.practicecheck.abstractfactory;
public class IndiaCarFactory {
public Car buildCar(CarType carType) {
switch (carType) {
case LUXURY:
return new LuxuryCar(Location.INDIA);
case MINI:
return new MiniCar(Location.INDIA);
case MICRO:
return new MicroCar(Location.INDIA);
}
return null;
}... | [
"83955297+Gowthami98@users.noreply.github.com"
] | 83955297+Gowthami98@users.noreply.github.com |
d655b2878b7e5f6332ee9aea457bd9bf61f034da | 594c8f2ceaba206714692086b2426e13e0be929a | /src/main/java/com/example/chain/FaceFilter.java | 8e5bab1dd50c4f3229468a2def5f99ccd835bf1f | [] | no_license | haohaodiniyao/design_pattern | fa16bf939b62a4d27960129bed4800518a4e7487 | 088071e76be29c2549905b65896dec73c0d6a54b | refs/heads/master | 2020-08-31T07:46:55.706058 | 2017-07-06T06:59:45 | 2017-07-06T06:59:45 | 94,394,607 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 445 | java | package com.example.chain;
/**
* Created by yaokai on 2017/6/16.
*/
public class FaceFilter implements Filter{
public void doFilter(Request request, Response response, FilterChain filterChain) {
request.setRequestStr(request.getRequestStr().replace(":):","^V^")+"####FaceFilter()");
filterChain.do... | [
"yaokaiabc@gmail.com"
] | yaokaiabc@gmail.com |
11558a9198c13ebdb43810600d243083c3085ec1 | c885ef92397be9d54b87741f01557f61d3f794f3 | /results/Csv-8/org.apache.commons.csv.CSVFormat/BBC-F0-opt-60/tests/14/org/apache/commons/csv/CSVFormat_ESTest.java | fa65f290323f0684c929c316195308e412d46c47 | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 76,527 | java | /*
* This file was automatically generated by EvoSuite
* Wed Oct 20 21:44:56 GMT 2021
*/
package org.apache.commons.csv;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.runtime.EvoAssertions.*;
import java.io.Reader;
import java.io.StringReader;
import org.apache.commons.csv.CSV... | [
"pderakhshanfar@serg2.ewi.tudelft.nl"
] | pderakhshanfar@serg2.ewi.tudelft.nl |
0db49d1faab4f50deed920678da9386ea7557e5f | 02f14b4d2fee6364bec06fba7158aa19d20d3b51 | /src/main/java/org/sourcelab/storm/spout/redis/client/Consumer.java | c9f412024b0ab1bdd0ccf21be997cce99d8b7c00 | [
"MIT"
] | permissive | SourceLabOrg/RedisStreams-StormSpout | 52696c5c5e86b8e78a6db9aa0be97a7a7f62b0c5 | dc5e997c1de6d33409c90e37b8d37032810b6012 | refs/heads/master | 2022-12-13T03:46:41.749588 | 2020-07-24T01:19:41 | 2020-07-24T01:19:41 | 278,319,295 | 4 | 0 | MIT | 2020-07-24T01:08:45 | 2020-07-09T09:20:19 | Java | UTF-8 | Java | false | false | 3,183 | java | package org.sourcelab.storm.spout.redis.client;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.sourcelab.storm.spout.redis.Message;
import org.sourcelab.storm.spout.redis.RedisStreamSpoutConfig;
import org.sourcelab.storm.spout.redis.funnel.ConsumerFunnel;
import java.util.List;
import java.util.... | [
"stephen.powis@gmail.com"
] | stephen.powis@gmail.com |
29c0713158d436a9e1610bea12e6edc30ea81d73 | e302e1f7c812c816bfde01bab06f13a2482e1274 | /src/main/java/ejercicio3static/Nota2.java | c4354a85b70151d0f243c8fa78090e455e83de44 | [] | no_license | SergiusxD/Presentar | 8a1693a1521030b63da97b3c1a80d5ba9bb8da1e | 36de52c522e4b65213b342d36d3e71f6328c7f85 | refs/heads/master | 2022-04-17T22:39:42.252080 | 2020-04-14T14:28:59 | 2020-04-14T14:28:59 | 255,631,102 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 509 | java | package ejercicio3static;
public class Nota2 {
public Nota2(){ }
public String reconocimiento(int nota){
String msg="Regular Rendimiento";
if (ValidatorStatic.isValid(nota,1,100)){
if (nota >= 80 && nota < 90){
msg="Bueno ";
}
if (nota >= 9... | [
"sbellott@hotmail.com"
] | sbellott@hotmail.com |
14612b9631c764746ce555882e5db85f31040f40 | 712fb350624fc67dc5af3c329f4520084480f79e | /src/main/java/com/github/andavid/ds/algorithm/divideandconquer/CountInversePairs.java | 10e6b6ed2bcb4ca66fff58c53a390a590220f36c | [] | no_license | blank-1/ds-algo-java | 114a115320fd29b9a8b0ef39de280dc0750b49a8 | e5d011b2abb6305ddba52a6b021e47f4919151df | refs/heads/master | 2022-12-29T05:00:48.790412 | 2020-06-09T15:23:24 | 2020-06-09T15:23:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,380 | java | package com.github.andavid.ds.algorithm.divideandconquer;
public class CountInversePairs {
private int num = 0;
/**
* 输入一个数组,求出这个数组中的逆序对总数。
* 采用分治算法,利用二路归并排序实现。
*/
public int count(int[] data) {
if (data == null || data.length < 2) {
return 0;
}
num = 0;
mergeSort(data, 0, data.l... | [
"jiankedai@gmail.com"
] | jiankedai@gmail.com |
8441ebf14f1113ce37d438e8018b83cd2fa3579a | 1a79d6c1be6ddf9cd09e3c777258fd53793dd9a5 | /src/main/java/com/javaetmoi/core/batch/item/EsDocument.java | d34833825742bc7e8ad0db497813dbe58dde5791 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | achretien/musicbrainz-elasticsearch | 1a49cd6356ddd4fd22051f5f86c50efbc2ce6e0e | f5f236b7c5ead1369d5087f8685a3a516d2d4c88 | refs/heads/master | 2021-01-18T13:40:25.074362 | 2014-06-29T19:58:07 | 2014-06-29T19:58:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,614 | java | /**
* Copyright 2013 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 app... | [
"antoine.rey@gmail.com"
] | antoine.rey@gmail.com |
c5a9ade0e2e78fb2440cb255fe45e308a2daa843 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_619947c20452908a000946982f70ec8e2b948bf8/QueryLookupController/2_619947c20452908a000946982f70ec8e2b948bf8_QueryLookupController_s.java | 7576f08addcdccde2acfea0585027d1e0984530e | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 2,824 | java | package com.mpower.controller;
import java.util.Enumeration;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.commons.lang.StringUtils;
import org.apache.commons... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
10fc1628cf3b6c437c1a4ed7dfcaf3e1eb165c1f | 5ca2fb2edcbdab200a8650f1c785de56c040126d | /JSP_study/27_iBatis/src/controller/UserController.java | fe9fd5fb8ae50996fd67a2ed72648bc7de0905e4 | [] | no_license | MainDuke/mainduke-portfolioList | f4acb6cef861fbf96c3d099df5d323793c778b00 | 0410f201d8819c4fe437322773593b5299d17b1f | refs/heads/master | 2020-04-17T18:32:39.544859 | 2019-01-21T15:20:35 | 2019-01-21T15:20:35 | 166,830,888 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 3,337 | java | package controller;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.jws.WebParam.Mode;
import model.User;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import org.springframework.stereotype.Con... | [
"enigmatic_duke@naver.com"
] | enigmatic_duke@naver.com |
143ed249ca696a512f816024c2f07fae6ba50044 | 421f0a75a6b62c5af62f89595be61f406328113b | /generated_tests/model_seeding/36_schemaspy-net.sourceforge.schemaspy.view.HtmlRelationshipsPage-1.0-5/net/sourceforge/schemaspy/view/HtmlRelationshipsPage_ESTest.java | a769ea711ca69f495ad4675caf3e9e8823d2aa54 | [] | no_license | tigerqiu712/evosuite-model-seeding-empirical-evaluation | c78c4b775e5c074aaa5e6ca56bc394ec03c2c7c6 | 11a920b8213d9855082d3946233731c843baf7bc | refs/heads/master | 2020-12-23T21:04:12.152289 | 2019-10-30T08:02:29 | 2019-10-30T08:02:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 678 | java | /*
* This file was automatically generated by EvoSuite
* Fri Oct 25 19:59:00 GMT 2019
*/
package net.sourceforge.schemaspy.view;
import org.junit.Test;
import static org.junit.Assert.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.junit.runner.RunWith;
@RunWit... | [
"pderakhshanfar@bsr01.win.tue.nl"
] | pderakhshanfar@bsr01.win.tue.nl |
8f0322e5c930f2a035f1bb2de956cc93ed0894f7 | 646a50af9130798b52b0dd1313249708dba92819 | /src/main/java/html/SecurityAnalyzer.java | 3099c0e86568ae3165b876990eba728c065d74dd | [] | no_license | ReggieYang/VulnerabilitySearch | 53a27fc6008efbf551df2ae3de991308f2d0523a | d67fd37d401832f8462346271b311f609ee176e0 | refs/heads/master | 2020-04-07T11:02:23.462145 | 2018-12-08T04:08:17 | 2018-12-08T04:08:17 | 158,310,333 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 541 | java | package html;
import java.util.ArrayList;
import java.util.List;
public class SecurityAnalyzer {
public List<String> getAllVersion(String html, String id) {
List<String> result = new ArrayList<>();
String[] arr = html.split("\n");
boolean foundSearchWord = false;
for (int i = 0; i ... | [
"gydbd06@hotmail.com"
] | gydbd06@hotmail.com |
2e56220156b38595716cc1de3176f0066835c613 | 9387f41bac2c392bc2d6814e36408f795674817b | /Gajenje_Ovaca/src/main/java/app/services/OvcaService.java | 3be41b4f71da71c37603bee773f85045495c4b82 | [] | no_license | tadic/Ovcar | e9c6a146a20a4d6e49a95afa3915312da2d88c31 | 9ca7e2f562f28bd5a016d985dafd9fbd8f34cc99 | refs/heads/master | 2021-01-17T09:25:38.115959 | 2016-04-02T09:15:22 | 2016-04-02T09:15:22 | 21,502,797 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,072 | java | package app.services;
import app.model.Ovca;
import app.model.Parenje;
import com.avaje.ebean.EbeanServer;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
public class OvcaService {
private EbeanServer server;
public OvcaService(EbeanServer server){
this.server = ... | [
"ivantadic014@gmail.com"
] | ivantadic014@gmail.com |
c0d8e403dd1be78b55adab5c16c91e4ac3748885 | b4307ca2f116a822b9ce8f70878364fbe784b98f | /pep/src/trees/GenericClient.java | bdd78ed147cd50e7d71723fdb3c8c68d236dc5f2 | [] | no_license | anandkrrai/CompetitiveCoding | b5683d4d1e6f37ba9a4f2fd4a92f7f4668b740ce | 63347ee9d571f862bc3ff938b5d96e7fb009764a | refs/heads/master | 2023-01-03T06:42:34.054882 | 2020-10-30T21:25:40 | 2020-10-30T21:25:40 | 115,263,952 | 1 | 7 | null | 2020-10-30T21:25:41 | 2017-12-24T13:17:22 | Java | UTF-8 | Java | false | false | 53 | java | package trees;
public class GenericClient {
}
| [
"kumar.anand.rai@gmail.com"
] | kumar.anand.rai@gmail.com |
d42f94c629cc7885898616e225ea4e7418620423 | 5c2dcd99caac9e3af9e259f1d2150ec1971aaf1f | /app/src/main/java/id/diaz/com/sourcewebviewer/MainActivity.java | a98030f6f1821ae3d8b725086d69583226b77842 | [] | no_license | diazaulia/SourceCodeWebViewer | 37c11b2dcf42715ba5758923c2aeea075cc6d231 | 4d583478e172ad59075ca195cc792a8a7d5019d5 | refs/heads/master | 2021-07-16T22:10:51.348016 | 2017-10-22T16:18:44 | 2017-10-22T16:18:44 | 107,865,091 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,385 | java | package id.diaz.com.sourcewebviewer;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.method.ScrollingMovementMethod;
import android.view.View;
import android.widget.Arr... | [
"diaz@grombyang.or.id"
] | diaz@grombyang.or.id |
a906a0dbed4150e48db264f0793f5c539032d3ed | a5a7c6814a41bc3d74c59072eb739cad8a714b33 | /src/main/src/org/omg/CORBA/UShortSeqHelper.java | 8aa71aa1ec9fa3d84d36177f73fdfc8a66457b64 | [
"Apache-2.0"
] | permissive | as543343879/myReadBook | 3dcbbf739c184a84b32232373708c73db482f352 | 5f3af76e58357a0b2b78cc7e760c1676fe19414b | refs/heads/master | 2023-09-01T16:09:21.287327 | 2023-08-23T06:44:46 | 2023-08-23T06:44:46 | 139,959,385 | 3 | 3 | Apache-2.0 | 2023-06-14T22:31:32 | 2018-07-06T08:54:15 | Java | UTF-8 | Java | false | false | 2,587 | java | /*
* Copyright (c) 1999, 2001, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package org.omg.CORBA;
/**
* The Helper for <tt>UShortSeq</tt>. For more information on
* Helper file... | [
"543343879@qq.com"
] | 543343879@qq.com |
beeaa80d5e42e4ea8be8fc473a10d973c6f27644 | fe2645e9f55fc64b58aef2a06905b054bbbb7fe6 | /src/main/java/tutorial/springdata/controller/AddressController.java | 8825383d0373540dbca653b3875e783046d997cf | [] | no_license | dineshbabu/SpringDataJpaBootGradleMySQLFlywaySwaggerEntityRelationships | 38294f18d31482348b2c3bd83ef2604c620edcc5 | ea800cff769a7dc9cd23c2175d80d8e1297ea8b3 | refs/heads/master | 2020-03-23T03:11:37.769134 | 2018-07-15T11:12:42 | 2018-07-15T11:12:42 | 141,015,402 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 914 | java | package tutorial.springdata.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.MediaType;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.Req... | [
"dineshbabu_kp@yahoo.com"
] | dineshbabu_kp@yahoo.com |
b9ba5236ff24070f29c113c3b51a43913521066e | 29b44914aab18c441cf13c0b0d57743ea86d5c2a | /summer-report/src/main/java/net/myspring/report/modules/future/dto/ProductMonthPriceDetailDto.java | acaa0b57622be1a08f278ef4294d198cec17036e | [] | no_license | Joker2333/dlsmonastery | 3ff1c6cab50d8c863fcaff994eedca614da7ea86 | 73900401016968bb74806df2100af4fbb2c532ca | refs/heads/master | 2020-07-02T23:53:08.394593 | 2017-08-19T09:20:41 | 2017-08-19T09:20:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,228 | java | package net.myspring.report.modules.future.dto;
import net.myspring.common.dto.DataDto;
import java.math.BigDecimal;
public class ProductMonthPriceDetailDto extends DataDto{
private BigDecimal price2;
private BigDecimal price3;
private BigDecimal baokaPrice;
private String productTypeId;
private ... | [
"wangzm@12456"
] | wangzm@12456 |
a4c5fe35b6987f1444b2b8fd39080eeb85b139ec | 02570607edea101396ff231025498056ece3df31 | /app/src/main/java/com/walton/filebrowser/adapter/UsbItemAdapter.java | 8e91f6663a222053b8244b5c1aeaa80f10b7c3bb | [] | no_license | SKToukir/FileBrowser-TV | 978048f6d172224522d57b06a2282b2f9fd922ea | 25b6d2f19bd76d7933f143744d1b01a40958f2ef | refs/heads/master | 2023-03-05T15:12:25.861913 | 2021-02-18T04:41:21 | 2021-02-18T04:41:21 | 334,580,130 | 5 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,200 | java | package com.walton.filebrowser.adapter;
import android.annotation.SuppressLint;
import android.content.Context;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget... | [
"toukirsk@gmail.com"
] | toukirsk@gmail.com |
9547a699b7db428d07174be4e6d05afb12503614 | 5832134be6eea906cfc2f364dcdd1837634a67ba | /trunk/spikes/mikes-workspace/de.berlios.rcpviewer.gui/src/de/berlios/rcpviewer/gui/GuiPlugin.java | bcc18cbecd85c239e87221a7ecf0a2b3656edf0d | [] | no_license | BackupTheBerlios/rcpviewer-svn | 61c0ea77a3c2e3639656338623f61cb02135112c | eb63faba1c5e9c812a99df389acf2ec31ec60745 | refs/heads/master | 2020-06-04T07:12:21.899064 | 2006-02-28T22:34:19 | 2006-02-28T22:34:19 | 40,805,658 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,208 | java | package de.berlios.rcpviewer.gui;
import java.text.DateFormat;
import java.util.MissingResourceException;
import java.util.ResourceBundle;
import org.apache.log4j.Logger;
import org.apache.log4j.net.SocketAppender;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.core.runtime.Platform;
impo... | [
"dkhaywood@20aa5975-49f2-0310-8bfd-f14d13945a73"
] | dkhaywood@20aa5975-49f2-0310-8bfd-f14d13945a73 |
032505b218089c9a71f2316246494598b818c7a7 | 1728dbc0c7d09d6eae6473ad4ba4ff020090f148 | /day08_File/src/org/bigjava/servlet/UploadServlet.java | 38286b7b0dc58fd866e9cea6cee40b7fc44d4c5c | [] | no_license | hualong-hu/JavaWeb | d0cb681b4181e3b3f2bc96dd6a4aad8134c971d7 | 4a5ad3e404898d7ae93ac3e6d1c0924c2da15ded | refs/heads/master | 2023-01-22T13:08:18.750139 | 2020-12-06T05:27:59 | 2020-12-06T05:27:59 | 318,958,678 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,626 | java | package org.bigjava.servlet;
import org.apache.commons.fileupload.FileItem;
import org.apache.commons.fileupload.FileItemFactory;
import org.apache.commons.fileupload.disk.DiskFileItemFactory;
import org.apache.commons.fileupload.servlet.ServletFileUpload;
import javax.servlet.ServletException;
import javax.servlet.h... | [
"luosheng_glb@qq.com"
] | luosheng_glb@qq.com |
e406075469850ecbcc4b914c5f5abc5aff7f42a3 | 88fad1e25f3707ff08c117c76917cffcc1af6513 | /aspa/src/main/java/com/lori/aspa/api/AuthorizationApi.java | ca9d5af5ac1584e21bb7304749328ca24f480bc7 | [] | no_license | brunolori/aspa | 9f8e06230cb26a58aed745dda31b1bfb9263f4f6 | 5aff65f431fcb11e20c0e61722720b9e3d0701f2 | refs/heads/master | 2020-03-13T04:57:38.231617 | 2018-06-21T12:08:07 | 2018-06-21T12:08:07 | 130,972,975 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,688 | java | package com.lori.aspa.api;
import java.io.IOException;
import java.io.InputStream;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.core.io.InputStreamResource;
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpSta... | [
"lorela.shehu@DTI-PROGRAM-25.ASP.gov.al"
] | lorela.shehu@DTI-PROGRAM-25.ASP.gov.al |
548dcbb691f64c2afc37d3621cc850806ed72876 | 0917a6cefcc3c3d6766080e58e83cd027522d0a8 | /src/main/java/socket/TCPEchoClient.java | 28aac640b9e3421f035d9c0af7e9dee0ff518a2e | [] | no_license | lyk4411/untitled1_intellij | 19bb583c8e631c4fab5826573fe30a61dff9d2d4 | 7a3e9ff784faa03c04a40cfdc0ba53af3344bb09 | refs/heads/master | 2022-12-22T13:58:32.218291 | 2020-01-22T08:58:04 | 2020-01-22T08:58:04 | 62,300,156 | 0 | 0 | null | 2022-12-16T03:16:30 | 2016-06-30T09:56:05 | Java | UTF-8 | Java | false | false | 1,686 | java | package socket;
/**
* Created by lyk on 2016/7/8.
*/
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.net.Socket;
import java.net.SocketException;
public class TCPEchoClient {
public static void main(String[] args) throws IOException {
if ((args.length < ... | [
"moneyflying_2006@hotmail.com"
] | moneyflying_2006@hotmail.com |
928f51e6712e648bc85b2bde752c85809bc0c2d9 | fc90d25de2b2de1fe88316bf6d0028b57b820f05 | /src/com/skilldistillery/jets/entity/Cessna172Skyhawk.java | 35365cbd447150c88324053b32090fa08b09ddfc | [] | no_license | CWRiddle/Jets | 9bb45e881329dfb67a4eb523ecbecab0bdbb48f5 | ff55a86b7d25de1d1d869421abf0430713ab23c0 | refs/heads/main | 2023-05-06T23:58:42.358172 | 2021-06-01T14:25:40 | 2021-06-01T14:25:40 | 372,670,604 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 568 | java | package com.skilldistillery.jets.entity;
public class Cessna172Skyhawk extends CivilianAircraft {
public Cessna172Skyhawk(){
super("Cessna 172 Skyhawk", 583, 3452.338, 90000000.00);
}
public Cessna172Skyhawk(String name, int speed, double range, double price) {
super(name, speed, range, price);
}
@Overr... | [
"cwriddle5@gmail.com"
] | cwriddle5@gmail.com |
d8fccc2a5781053593654af09293aae36ccaf8a7 | 5f8c256f5085bc053dd01a0ea75122ec43c090d1 | /src/main/java/com/zongb/sm/entity/OcParameter.java | a5476263c21d00f7081410890c4d448a19111bca | [] | no_license | heichong/sm | b4ffeb11805d5e817e81086cf33ecc6717f2fb5b | 1aebec032d9fadebea8f2ecd949ad14bbbd19e15 | refs/heads/master | 2016-09-10T14:03:59.844231 | 2014-01-04T07:28:47 | 2014-01-04T07:28:47 | 13,403,067 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,481 | java | package com.zongb.sm.entity;
import java.util.HashMap;
import java.util.Map;
public class OcParameter {
private String urlPath ;
private int languageEn ;
private int languageCn ;
private String imageDataPath ;//opencart的image的全路径<br/>路径截止到data文件夹
private String productTypeCode ;//您为当前商品自定义的编码
... | [
"hnzb521@126.com"
] | hnzb521@126.com |
de23eac94c1f29d6d64efe36ac1364942636e9f7 | 805c02a6968c5b88cca6e0c9e7af7a88e8e3ead9 | /src/protocol/Chat.java | dbf29a4185a9642c06c5efba941663c8e31341aa | [] | no_license | ZolaBaksa/javachat | ca291d10a5a0dd0052c856065c31492093279e1c | 2de7ac8255d8c57d8e788a086077948824ae5254 | refs/heads/main | 2023-01-29T03:27:44.563082 | 2020-12-03T02:35:37 | 2020-12-03T02:35:37 | 318,051,534 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 174 | java | package protocol;
//public final static 생략가능
public interface Chat {
String ALL = "ALL"; //전체
String MSG = "MSG"; //귓속말
String ID = "ID"; //아이디
}
| [
"ssar@nate.com"
] | ssar@nate.com |
517cee0267b8b32c7e9bc99ab8e163ad12fa0d57 | 2adf0d1b5e9413a566f8069c7346d0c3e0736266 | /Day 9/Address Book System/src/Sample.java | c372ded22c32125bd096639a92a705f58fdd97ff | [] | no_license | sajan19/Fellowship_BridgeLabz | 71b5c55c1f59c27058d73c142d476629f66ba37e | 479c43f47c5b78f474de9f0d647438db71c5e458 | refs/heads/master | 2023-07-27T05:41:49.688322 | 2021-09-04T06:57:22 | 2021-09-04T06:57:22 | 396,930,624 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,181 | java | import java.util.Scanner;
public class Sample {
String firstName;
String lastName;
public static void ContactBook(){
System.out.println("Address Book Details: ");
Scanner sc = new Scanner(System.in);
System.out.println("Enter First Name");
String firstName = sc.next();
// ... | [
"sajanmhatre29@gmail.com"
] | sajanmhatre29@gmail.com |
fcbfb9b1a459b742c919f2ce88ad067b40ec45bc | b65df13009525f3a32dcbd760aeaa32479af2c7d | /TheRecipe/src/main/java/com/increpas/therecipe/util/BlankChange.java | f8ac93a1f84c4704a09beeb7c07bf093cb390dc5 | [] | no_license | Increpas19gi-Team3/TheRecipe | 860de770eaee6f81f951a43186cf6f93dac866bc | 26dc79354dc6545e4154c54938c09fa22932a194 | refs/heads/master | 2021-08-30T14:02:31.989408 | 2017-12-18T07:50:51 | 2017-12-18T07:50:51 | 111,801,199 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,346 | java | package com.increpas.therecipe.util;
/**
* Blank 값 처리하는 클래스
* @author 손가연
*
*/
public class BlankChange {
/**
* "" 데이터가 들어오면 "0" 값으로 돌려보내기
* @param data
* @return data == "" → "0" /
* data != "" → data
*/
public static String doStringZero(String data){
if(data.equals("")) r... | [
"cyp0507@gmail.com"
] | cyp0507@gmail.com |
fa39ef1bed7de9433c7ccf2d39c0a3b696420a33 | 88efa77e6da0b36dd85525251e9502023ea5a7a4 | /src/main/java/com/andrei/accela/codingexercise/service/AddressService.java | 6883cee26064fcf603db1bceae17f02b88046757 | [] | no_license | abalzan/codingexercise | 7faaf7f3d73f1392452850c48d93564256cb4db6 | 855692c5f5beed980a851f89552eb7d29f7968ad | refs/heads/master | 2023-03-07T22:22:50.507241 | 2021-02-20T14:19:51 | 2021-02-20T14:19:51 | 340,667,957 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 747 | java | package com.andrei.accela.codingexercise.service;
import com.andrei.accela.codingexercise.dto.AddressDto;
import com.andrei.accela.codingexercise.dto.PersonDto;
import com.andrei.accela.codingexercise.model.Address;
import com.andrei.accela.codingexercise.model.Person;
import java.util.List;
import java.util.Set;
imp... | [
"andreibalzan@gmail.com"
] | andreibalzan@gmail.com |
eb758a810ae3eafb05e61d7c75b50f80b62c65cd | 979b9f90f551d2551baaa78379aba616dde85d34 | /src/Ejercicios_asociaciones_triangulo/prueba.java | 1f5420601728f62988332bf47471160702dff687 | [] | no_license | jgarnicaa/animacionC | c2b1d576771e78fa751c95c6509aa19aaf1284dd | da0b56c87e5e6cedaf89f40e8d7651da98f6d607 | refs/heads/master | 2020-06-05T21:21:20.955370 | 2019-06-18T13:51:44 | 2019-06-18T13:51:44 | 192,549,627 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 698 | 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 Ejercicios_asociaciones_triangulo;
import java.util.*;
/**
*
* @author usuario
*/
public class prueba {
publ... | [
"usuario@BE453S203C4ING.unal.loc"
] | usuario@BE453S203C4ING.unal.loc |
9a96cb5db8f8702919f671b309137a9099c61c40 | 2bf15be3d6d83e4fb4bad9868e60e79261353b54 | /SourceCode/Server/Quiz_App/src/model/notification/Notification_Body.java | f0e36c1732fe0653351cf9c5ef5073149b9facde | [] | no_license | OpticWafare/Quiz_App | 23746e243780fb6c0ceeb7ffd51d344d58332500 | 1c2c2124bf615dfe2600c16c1b152b3aef3d1cb5 | refs/heads/master | 2020-04-24T14:28:00.210006 | 2019-03-27T07:13:47 | 2019-03-27T07:13:47 | 172,021,746 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 587 | java | package model.notification;
/**
* Für Android Push Notifications
* Repräsentiert die Daten, die in der
* Notification angezeigt werden sollen
* (Titel und Inhalt)
*
*/
public class Notification_Body {
/** Titeltext der Notification */
private String title;
/** Inhalt der Notification */
private... | [
"eller.martin29mail.com"
] | eller.martin29mail.com |
370a42d1155f7d4e22d6a3885ca3da523de7e766 | f2444e57d834bee559dcea6b335701ccb92693f4 | /src/main/java/Objects/Wall.java | 18ad5fe06b8a31b79c2e7b21ffcac1ab56c624fd | [] | no_license | MYIIIKET/NeuralNetwork | d6c5b7cdfc05aec1b9467bfaf8d16581e22276c8 | c623461e719109cdd19d4c61ac7873c0be682ba2 | refs/heads/master | 2021-01-02T22:55:18.605223 | 2017-08-21T07:22:23 | 2017-08-21T07:22:23 | 99,423,154 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 485 | java | package Objects;
import java.awt.*;
public class Wall extends Element {
private int width;
private int height;
public Wall(int x, int y, int width, int height) {
this.width = width;
this.height = height;
setLayout(null);
setBounds(x, y, width, height);
}
@Overrid... | [
"Evgenii_Sidorenko@epam.com"
] | Evgenii_Sidorenko@epam.com |
849d23416bbbec63669b74618e48fe4908955966 | b6eb0ecadbb70ed005d687268a0d40e89d4df73e | /feilong-lib/feilong-lib-ognl/src/main/java/com/feilong/lib/javassist/tools/reflect/Metalevel.java | 689e9e2b757f28ccd800a82312b482042b8d3876 | [
"Apache-2.0"
] | permissive | ifeilong/feilong | b175d02849585c7b12ed0e9864f307ed1a26e89f | a0d4efeabc29503b97caf0c300afe956a5caeb9f | refs/heads/master | 2023-08-18T13:08:46.724616 | 2023-08-14T04:30:34 | 2023-08-14T04:30:34 | 252,767,655 | 97 | 28 | Apache-2.0 | 2023-04-17T17:47:44 | 2020-04-03T15:14:35 | Java | UTF-8 | Java | false | false | 1,268 | java | /*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. Alternatively, the contents of th... | [
"venusdrogon@163.com"
] | venusdrogon@163.com |
e9c94dc789a6d589ebee0b53a93b3329be1d2c13 | 5e4af3eb976ec9abaf6b9c9bc9b4d6ab38b5cb0d | /salvo2/src/main/java/com/codeoftheweb/salvo/models/Player.java | 574544f4d029db4177e841114c98f2a7c912a157 | [] | no_license | MJ-25/Salvo2 | 9c1be0070efc7b8f33e08a5c9c8bc1351cb6b285 | 90256f01bdd7e23fb15c93f166a0ac035fdf1496 | refs/heads/master | 2020-08-06T15:55:41.671323 | 2019-10-07T19:05:26 | 2019-10-07T19:05:26 | 213,065,698 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,024 | java | package com.codeoftheweb.salvo.models;
import org.hibernate.annotations.GenericGenerator;
import javax.persistence.*;
import java.util.LinkedHashMap;
import java.util.Map;
import java.util.Set;
@Entity
public class Player {
@Id
@GeneratedValue(strategy = GenerationType.AUTO, generator = "native")
@Gener... | [
"53352542+MJ-25@users.noreply.github.com"
] | 53352542+MJ-25@users.noreply.github.com |
ec9ca01d82fc5dda6b1a872b0e908af0f9a2f09a | 24b545967adf26e2079661e3c4bb334dea5d597d | /app/src/main/java/com/yangy/wechatrecyclerview/util/UrlUtils.java | 1255ab05f3b489e8b38edbcc36918464c08ff78a | [] | no_license | qiushanyueyy/WeChatRecyclerView | 8ba3ce3f1276ba4300409ce905c237efc878b65f | 883f6f0415ba567a5d61442d629e361df361ba2d | refs/heads/master | 2021-01-20T14:24:02.556421 | 2017-07-26T07:18:19 | 2017-07-26T07:18:19 | 90,605,782 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,499 | java | package com.yangy.wechatrecyclerview.util;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.text.SpannableStringBuilder;
import android.text.Spanned;
import android.text.TextUtils;
import android.view.View;
import com.yangy.wechatrecyclerview.WebViewActivity;
impo... | [
"qiushanyueyy@sina.com"
] | qiushanyueyy@sina.com |
e4b8d03b1f6653db691c55e6c7ebf1565a83969b | fb14cf2d843987adfaa7e34d67b65ce8dd280ca8 | /Hello/src/main/java/com/helloworld/main/Client.java | f1f3885c67ca6dc7bea96c0ae847991bfafa4a4b | [] | no_license | sumanreddy99/java | 48e0ef7d665d7300b0094a47d9d9476d9e003705 | 19569b68f3f0996ff3cd42d196f80b6c0b0c261a | refs/heads/master | 2022-12-16T09:15:04.285561 | 2020-06-30T11:26:25 | 2020-06-30T11:26:25 | 189,870,293 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 573 | java | package com.helloworld.main;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import com.helloworld.Hellodomain.Hello;
public class Client {
public static void main(String[] args) {
// TODO Auto-generated method stub
//Resource r... | [
"m.suman.reddy@live.com"
] | m.suman.reddy@live.com |
084fc0aa425eda88cda618d703114a77d4ef78d5 | 2d9bd0fc6fd3e788b0cff0d17bc6d74c55d51671 | /Sprint17_repush/referentiel/referentiel-business/src/main/java/dz/gov/mesrs/sii/referentiel/business/model/dto/RefFiliereLmdDto.java | f6b05ce54992457c2d671af2f038e8141643683b | [] | no_license | kkezzar/code2 | 952de18642d118d9dae9b10acc3b15ef7cfd709e | ee7bd0908ac7826074d26e214ef07c594e8a9706 | refs/heads/master | 2016-09-06T04:17:06.896511 | 2015-03-10T13:41:04 | 2015-03-10T13:41:04 | 31,958,723 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 13,369 | java | package dz.gov.mesrs.sii.referentiel.business.model.dto;
import java.io.Serializable;
import java.util.Date;
import javax.xml.bind.annotation.XmlRootElement;
/**
* @author BELBRIK Oualid on : 21 avr. 2014 10:06:12
*/
@XmlRootElement(name = "RefFiliereLmdDto")
public class RefFiliereLmdDto implements Serializabl... | [
"root@lhalid-pc"
] | root@lhalid-pc |
62a0e73999197a1acfc42b5dd27795b46a0c9d61 | 7731416ca9afff3e69141d5d0087c193ca3e7180 | /src/CAL_Runtime/src/org/openquark/cal/internal/runtime/lecc/RTCAF.java | fe11d33548efb71bdfeb31e8445efbe33f6935d2 | [] | no_license | rdwebster/Open-Quark | 288d38f823e21ec2e338adb2d05f3e05b027f603 | 86397b53eea2518851b4995edae2aa687f8d8812 | refs/heads/master | 2021-01-20T15:50:03.540743 | 2014-07-23T18:11:37 | 2014-07-23T18:11:37 | 481,429 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,548 | java | /*
* Copyright (c) 2007 BUSINESS OBJECTS SOFTWARE LIMITED
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright n... | [
"luke@eversosoft.com"
] | luke@eversosoft.com |
fd4b861d71a236d283d1d28419c7d9fdaace0f8e | e27b2bb15db66e98bee2ce0e8ca6b1e0c5656d23 | /Decompiler/src/nb/decompiler/action/compile/CompileViewListener.java | 5035ac7829d7497b934834ba104ab93b616de003 | [] | no_license | acedamace/jd-netbeans | 6924210f62cf53802de73b15847a2d6c413f09ec | d5f5bd5e9048f9ebed837704b3d733e84e7270ae | refs/heads/master | 2022-05-06T09:58:12.214091 | 2012-12-09T21:33:20 | 2012-12-09T21:33:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 942 | java | package nb.decompiler.action.compile;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import org.openide.awt.ActionID;
import org.openide.awt.ActionReference;
import org.openide.awt.ActionRegistration;
import org.openide.loaders.DataObject;
import org.openide.util.NbBundle.Messages;
@ActionID... | [
"mail@christian-moser.ch"
] | mail@christian-moser.ch |
2a602cf395c4fbef22a49ea9ce0806e18c829f83 | 601a0ac3c62bd3c7a727ff73437d7234aa422596 | /src/main/java/com/virsec/webservices/rest/TestPolicyGeneration.java | f2bbc680c17b1f1e86c2fb74caedebfe276cacaa | [] | no_license | sm2226/TestPolicyGeneration | 949cca99411c6e6597e99592c15179f6b3d4ae97 | 1feb9a9bf777bb60a9c0ff3e3e90fc268557200d | refs/heads/master | 2020-03-25T00:40:17.542166 | 2018-08-01T21:22:21 | 2018-08-01T21:22:21 | 143,198,417 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,950 | java | package com.virsec.webservices.rest;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.net.URI;
import java.util.List;
import java.util.UUID;
import javax.ws.rs.FormParam;
import javax.ws.rs.POST;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
import javax.ws.rs.... | [
"sm2226@njit.edu"
] | sm2226@njit.edu |
7b149ab5b1462c62498cc854e43756693f23d1ee | 20eb62855cb3962c2d36fda4377dfd47d82eb777 | /newEvaluatedBugs/Jsoup_43_buggy/mutated/919/HtmlTreeBuilderState.java | 8d2e4e8cde795a040dd5f40f373787bae165dd1b | [] | no_license | ozzydong/CapGen | 356746618848065cce4e253e5d3c381baa85044a | 0ba0321b6b1191443276021f1997833342f02515 | refs/heads/master | 2023-03-18T20:12:02.923428 | 2020-08-21T03:08:28 | 2020-08-21T03:08:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 68,259 | java | package org.jsoup.parser;
import org.jsoup.helper.DescendableLinkedList;
import org.jsoup.helper.StringUtil;
import org.jsoup.nodes.*;
import java.util.Iterator;
import java.util.LinkedList;
/**
* The Tree Builder's current state. Each state embodies the processing for the state, and transitions to other states.
*... | [
"justinwm@163.com"
] | justinwm@163.com |
6273271c73caee3f0b0243bc7735fa6d3d237c85 | 2568c6b060a0c3f788868b95949d8365e34dfaff | /src/test/java/AutomationPractice/Martin/SignUpLogin.java | 4fa09725ff11cfd0f57845e081b0933f4ad1dbca | [] | no_license | tjurkovsky/SeleniumProject | 239a441e245e64bd38a778ff18f78f88daa19a99 | 3fb7d54249f3edac24fc1b4f0d295874c0b65781 | refs/heads/master | 2021-05-04T05:53:47.187442 | 2016-10-16T17:35:42 | 2016-10-16T17:35:42 | 71,076,150 | 0 | 0 | null | 2016-10-16T20:44:43 | 2016-10-16T20:44:43 | null | UTF-8 | Java | false | false | 6,506 | java | package AutomationPractice.Martin;
/**
* Created by Jerry on 16.10.2016.
*/
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
import java.util.concurrent.TimeUnit;
import org.junit.*;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.Ch... | [
"mstancl@email.cz"
] | mstancl@email.cz |
4a2fe048bd7efd8a1dc1457b44eb7203bc90c8d4 | 24e4becb0ebbe69b3080ab0bedea0bf760c78d6a | /src/com/javarush/test/level06/lesson11/bonus03/Solution.java | 77a70733e7d3657b09a5bb41424d54c994729b2c | [] | no_license | MMauz/JavaRushHomeWork | 7831c305c7cfdfb36cf72d3dcfcd883a9412305c | be20a9e68906e121196c8bdef6e776f4a25d23a6 | refs/heads/master | 2020-04-06T03:38:35.304068 | 2016-08-08T11:48:35 | 2016-08-08T11:48:35 | 64,384,637 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,021 | java | package com.javarush.test.level06.lesson11.bonus03;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.Collections;
/* Задача по алгоритмам
Задача: Написать программу, которая вводит с клавиатуры 5 чисел и выводит их в возрастающем порядке.
Пример ввода:
3
2... | [
"2756903@gmail.com"
] | 2756903@gmail.com |
79ee000b1cb81eeec2081bfccd933861fa938509 | 807c05324f4ab03af5339435a96ef77586b2ca2f | /src/main/java/net/exathunk/jereal/base/functional/ResFunc3.java | b0a46624628b735e65182720df55d69d14570fd3 | [] | no_license | ejconlon/jerial | fd03b3dd6d09b753cbd3cc3311d6fd8dbedc3cf6 | 031154160b5c388c2dc6024cafb771001fb488cc | refs/heads/master | 2021-01-02T08:31:53.674801 | 2012-11-14T01:50:15 | 2012-11-14T01:50:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 162 | java | package net.exathunk.jereal.base.functional;
/**
* charolastra 10/28/12 12:06 AM
*/
public interface ResFunc3<A, B, C, Z> {
Z runResFunc(A a, B b, C c);
}
| [
"ejconlon@gmail.com"
] | ejconlon@gmail.com |
4522733fbca8753faba32fe7d6428f6e9a579262 | aa6997aba1475b414c1688c9acb482ebf06511d9 | /src/org/omg/IOP/CodecPackage/FormatMismatchHelper.java | db10dc22168f7179e0d372b45e4093dcb43c2963 | [] | no_license | yueny/JDKSource1.8 | eefb5bc88b80ae065db4bc63ac4697bd83f1383e | b88b99265ecf7a98777dd23bccaaff8846baaa98 | refs/heads/master | 2021-06-28T00:47:52.426412 | 2020-12-17T13:34:40 | 2020-12-17T13:34:40 | 196,523,101 | 4 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,233 | java | package org.omg.IOP.CodecPackage;
/**
* org/omg/IOP/CodecPackage/FormatMismatchHelper.java . Generated by the IDL-to-Java compiler
* (portable), version "3.2" from c:/re/workspace/8-2-build-windows-amd64-cygwin/jdk8u60/4407/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Tuesday, August 4, 2015 11:07... | [
"yueny09@163.com"
] | yueny09@163.com |
ea19b44840348aeb0521bb9fa16b03190bd7a38f | 33120f4aae69393f9e10ff2394e795ec2ca7ee75 | /yiboweb-boot/src/main/java/cn/yibo/boot/common/annotation/IgnoredLog.java | cec139395e4bed85d127dc6786cda4bed823ac44 | [] | no_license | Wyiwan/yibo-mqces-common | 9fd4df60b770cbdcd4e8ef5aa01ebe10d1ee8c4b | e37bd20eb12ce2c8459a1e0352d8658193e13a38 | refs/heads/master | 2022-06-22T14:14:38.546461 | 2019-11-15T09:07:35 | 2019-11-15T09:07:35 | 221,885,308 | 0 | 0 | null | 2022-06-17T02:37:54 | 2019-11-15T09:02:30 | Java | UTF-8 | Java | false | false | 1,252 | java | /*
{*****************************************************************************
{ 广州医博-基础框架 v1.0
{ 版权信息 (c) 2018-2020 广州医博信息技术有限公司. 保留所有权利.
{ 创建人: 高云
{ 审查人:
{ 模块:日志记录模块
{ 功能描述:
{
{ ---------------------------------------------------------------------------
{ 维护历史:
{ 日期 维护人 维护类型
{ ... | [
"Wyiwan126@126.com"
] | Wyiwan126@126.com |
bbe45ac84bdc390b76ee9e99326de7cb503a576f | 6632563ded5b150ce4571a3047489406a67b628d | /server/src/main/java/nu/aron/peerjuke/server/Dirlist.java | 7f5ca690e90be58295eacdcd93e9a2d7cd8c12a2 | [
"Apache-2.0"
] | permissive | andreasaronsson/peerjuke | f8427b38ed9fae8ee2dc33e3aeadd35aacce40a2 | e39960580aa4ca5d005ba8b7aef3eb8df6227b6b | refs/heads/master | 2021-07-06T18:19:46.412906 | 2020-10-13T05:25:33 | 2020-10-15T15:55:35 | 34,893,992 | 0 | 0 | Apache-2.0 | 2020-10-15T15:56:18 | 2015-05-01T07:48:18 | Java | UTF-8 | Java | false | false | 534 | java | package nu.aron.peerjuke.server;
import static java.util.stream.Collectors.toList;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.util.Collections;
import java.util.List;
class Dirlist {
List<String> dirList(String path) {
try {
return Files.li... | [
"aron@aron.nu"
] | aron@aron.nu |
e6d15ce615ce0aa7209fa9a12d03036eea2cb7eb | caad3f7cfe5aff4155a7cb9d6629c5f4c00100dd | /SRV_CONF_DynamicConf/src/main/java/com/telefonica/gal/dynamicconf/unica/bu/dto/RoutingKey_UNICA_BU.java | cc8d1ac50e893847039c072814c5357d99c20451 | [] | no_license | AlfonsoMartinezBern/00230056-gal-plus | b670c58c041dbb9e9c4742422468ca1234b1d55a | 06707df547231fcaaeb05d17153a5052f14a48d2 | refs/heads/main | 2023-07-12T01:56:22.310541 | 2021-07-24T16:27:22 | 2021-07-24T16:27:22 | 389,085,588 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 991 | java | package com.telefonica.gal.dynamicconf.unica.bu.dto;
public class RoutingKey_UNICA_BU {
private String instanceID;
private String platformID;
private String operation;
public RoutingKey_UNICA_BU(String instanceID, String platformID, String operation) {
this.instanceID = instanceID;
this.platformID = platfor... | [
"alfonso.martinez.ext@entelgy.com"
] | alfonso.martinez.ext@entelgy.com |
693f93d99cb98e0cf4f17abf7e72fa6569779238 | 1fbf1205f0435a5f8ecde1fa4cf9852013959177 | /src/main/java/com/jw/shop/service/UserServiceImpl.java | 42861bba90ebd78b871447e20cfa4b26883c36a3 | [
"Apache-2.0"
] | permissive | JWwwwww/shop | 4bb783ea03fc5203c2bb23e7a778f72e0a6ec994 | ae624fbd8ed413f9a5dc0f334e98a5cc7833793b | refs/heads/master | 2020-03-28T01:35:24.244853 | 2018-09-11T06:43:03 | 2018-09-11T06:43:03 | 147,515,676 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,058 | java | package com.jw.shop.service;
import java.util.List;
import javax.servlet.http.HttpSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.web.bind.annotation.RequestBody;
import com.jw.shop.mapper.OrderMapper;
import com.jw.sh... | [
"40692522+JWwwwww@users.noreply.github.com"
] | 40692522+JWwwwww@users.noreply.github.com |
d68742e8263d019d9e87233500dc1c3500c31b7a | faf4e97b109f5c173596650848d18978a220929b | /app/src/main/java/ais/co/th/readsecret/MainActivity.java | e281bb4c72d367c24af7a949908804a3d4f44d4c | [] | no_license | casanovapick/ReadSecret | 0a807154ada002261b506ab53daf99684532dfee | e3bbb5c86ef24d39e46bafbd1a623b5686098773 | refs/heads/master | 2020-05-31T08:30:19.145851 | 2015-03-18T07:58:37 | 2015-03-18T07:58:37 | 32,298,251 | 0 | 1 | null | 2015-03-18T08:24:38 | 2015-03-16T03:08:04 | Java | UTF-8 | Java | false | false | 2,446 | java | package ais.co.th.readsecret;
import android.content.ComponentName;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.preference.Preference;
import android.preference.PreferenceManager;
import android.support.v7.app.ActionBarActivity;
import android.view.... | [
"jirachai_h1@hotmail.com"
] | jirachai_h1@hotmail.com |
ead2ed6bd9fe6f5893af31c3c86380e4a672ced1 | 4e3751b8b44069fd3ac6e42d7a3629ce12f076df | /IA/src/datamining/Database.java | 2c8b397b2a8a66d8910bb5f261e4491569b7b153 | [] | no_license | Nikkunemufr/Java | 6ab307bc3bd604e41b5a1749681c133bcedc0723 | c4b5326b527723c5bdcd09370ecb3860ea8e7b75 | refs/heads/master | 2023-01-02T19:28:39.149706 | 2020-10-22T08:29:42 | 2020-10-22T08:29:42 | 112,723,867 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,042 | java | package datamining;
import representations.Variable;
import java.util.*;
/**
* @author Vincent DEMENEZES, Alexis MORTELIER, Alexandre LELOUTRE
*/
public class Database {
private List<Variable> listVariable;
private List<Map<Variable, String>> listTransactions;
/**
* Constructeur instanciant une d... | [
"alexis.brink@laposte.net"
] | alexis.brink@laposte.net |
c7ffe18852c36b1b3d0f3cfb81281ae11486c2eb | e5ca704cfff43c93974f7c99961eb24305d609c9 | /catmos_gui/workspace/CapabilityOverTime.editor/src/CapOverTime/presentation/CapOverTimeActionBarContributor.java | 2a4dc6f36ff3e74992500f98bfaa8cde9c294425 | [] | no_license | Frankablu/CATMOS | f4369bbdf41b9cfc30aa98a295935df07a21a224 | 8c8b33cc2f0297fd5ffe184b76fb954eac3c81ed | refs/heads/master | 2021-01-19T00:25:50.447735 | 2015-01-15T04:23:52 | 2015-01-15T04:23:52 | 21,400,436 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,898 | java | /**
* <copyright>
* </copyright>
*
* $Id$
*/
package CapOverTime.presentation;
import java.util.ArrayList;
import java.util.Collection;
import org.eclipse.emf.common.ui.viewer.IViewerProvider;
import org.eclipse.emf.edit.domain.EditingDomain;
import org.eclipse.emf.edit.domain.IEditingDomainProvider;
import or... | [
"frankablu@gmail.com"
] | frankablu@gmail.com |
754cc6194ae6721da0e3923255ccb58ab7158f91 | 87b28aa75b499cf8930d0340ee0e0091e33185e3 | /objectify_simple/src/objectify_simple/OfyHelper.java | 573c9aba58c4a963249ca2d1b26f708f5a9bd339 | [] | no_license | learn9/objectify_trial | 28a06aa1deba66468b67647b1aa3c040af6701a7 | ec9e6875a83a46f72c0585e07cfaadb344e89aa0 | refs/heads/master | 2021-01-10T09:16:04.807839 | 2015-12-09T14:10:19 | 2015-12-09T14:10:19 | 47,623,004 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 804 | java | package objectify_simple;
import com.googlecode.objectify.Objectify;
import com.googlecode.objectify.ObjectifyFactory;
import com.googlecode.objectify.ObjectifyService;
import javax.servlet.ServletContextListener;
import javax.servlet.ServletContextEvent;
/**
* OfyHelper, a ServletContextListener, is setup in web.x... | [
"apiswswsw@gmail.com"
] | apiswswsw@gmail.com |
2ce6d7b560be7bd595d096089beb62f07b75f716 | 3507b514f50835fea377235419575aa76a13411c | /src/main/java/com/sschudakov/gui/Perspective.java | 9c0889be83ca0676312c6ce92bac8932ccfa5a13 | [] | no_license | SChudakov/OOPLab | 303a8d7f7bb7af0c7d9a30c2e5aa8284602a40b1 | 180fba6f056658c25b6e3fb75e1f69f4e57595f8 | refs/heads/master | 2021-09-16T07:17:45.207665 | 2018-06-18T12:06:20 | 2018-06-18T12:06:20 | 105,442,980 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 177 | java | package com.sschudakov.gui;
/**
* Created by Semen Chudakov on 20.09.2017.
*/
public enum Perspective {
FileManager(),
FileRedactor();
Perspective(){
}
}
| [
"css-99@i.ua"
] | css-99@i.ua |
70dd36b49f7d685994befbfa6c9de7d6c9c462d7 | 623ef934bf74b4ab4c51feef9e1405f69208ea34 | /src/model/EstUnFilm.java | f1a578ea458f711aa2fc4eb2c2f69fd57c6ddd3a | [] | no_license | AndriyParkho/Klex_BDD | 5281b657d247f9d30b112801e4ffee0495ddd61c | 7bade220036c87556e836b22dacca0c6b00389c7 | refs/heads/master | 2023-03-01T22:25:11.895736 | 2020-12-11T17:08:42 | 2020-12-11T17:08:42 | 339,063,623 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,004 | java | package model;
import java.sql.Date;
public class EstUnFilm {
private long idFichier;
private String titreFilm;
private Date anneeSortie;
public EstUnFilm(long idFichier, String titreFilm, Date anneeSortie) {
this.idFichier = idFichier;
this.titreFilm = titreFilm;
this.anneeSo... | [
"samy.vincent10@gmail.com"
] | samy.vincent10@gmail.com |
4e7d80bee254b7dba12f25baabfccce083eb5f13 | 2834bf025b9d5a92c828f09dbf15b3d2991fa04a | /finalproject/src/main/java/com/finalproject/domain/Company.java | 873b2e42494b903b8dfb7aefb9831a54151b13dc | [
"MIT"
] | permissive | bricedjilo/CS4125_database_models | 475053f85d0e0a3e71f9ea6af063542c03feb9a8 | de68fd0bafddf70324bb02c0930a1bcbc91a509e | refs/heads/master | 2021-01-10T12:52:32.563412 | 2015-12-01T18:24:29 | 2015-12-01T18:24:29 | 43,833,402 | 1 | 0 | null | 2015-12-01T18:24:30 | 2015-10-07T17:38:38 | Java | UTF-8 | Java | false | false | 1,023 | java | package com.finalproject.domain;
public class Company {
private int compId;
private String name;
private String primarySector;
private String website;
public Company(String name, String primarySector, String website) {
this.name = name;
this.primarySector = primarySector;
this.website = website;
}
... | [
"dbrice@uno.edu"
] | dbrice@uno.edu |
9a8444cb80300f8031ff3bad5f8baac4eed7245a | ae444bc7e74e7555921543301b9668b0279761c4 | /Student_Test_System/src/Student/Student_login.java | e67a794f260b700f60e619d793f05d97b6b191df | [] | no_license | SaifUrRehman21/Student_Test_System | b4f3b0014006066c78147556786519357e1a2068 | a5fe3194bc2fe868f95783175cda293c550793fa | refs/heads/master | 2020-04-19T09:16:41.574778 | 2019-01-29T08:17:42 | 2019-01-29T08:17:42 | 168,105,187 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,417 | java | package Student;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.EventQueue;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.sql.Connection;
import java.sql.DriverManage... | [
"saifurrehmankhan21@outlook.com"
] | saifurrehmankhan21@outlook.com |
c5d25c0c45efcbb1238d1b26c9f1ae99570d4d20 | 6fe54233321a486eafd5ea8721e5f22d68e1d972 | /LapTrinhMang/D7HN_2/src/Cau1/Rmi_Interface.java | 569f5560c0d5c0a8041b7c8f8c499debe1975fbf | [] | no_license | z3r0k3n/codebasic | 2df5e8c4e58db7a572c0c2fc7ba34c07bc5ce6d9 | a30286f696c37e6d377781d6f9c5d728b623140c | refs/heads/master | 2020-04-14T07:22:06.539430 | 2019-05-15T23:17:38 | 2019-05-15T23:17:38 | 163,710,112 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 408 | 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 Cau1;
import java.rmi.Remote;
import java.rmi.RemoteException;
/**
*
* @author Zero Ken
*/
public interface Rmi_Interface ... | [
"46290110+z3r0k3n@users.noreply.github.com"
] | 46290110+z3r0k3n@users.noreply.github.com |
49d8d3aba4bf2d44c6735862a28e35083ee1c9a9 | c10b91aa00852b138f3ca7d79cf2d2d0577ab9e0 | /Client/SocketClient/gen/acer/com/socketclient/R.java | 38f7db163dab97a85796ee4be410c3fb2e401ec7 | [] | no_license | weihsiang-lin/Smart-Lock | df5fdaf37a1d6b667d7c4941c26319132fbb9c24 | 0006b6802920e24979b35a1bf72c371a571663f7 | refs/heads/master | 2020-05-30T00:15:58.166639 | 2014-02-25T06:31:00 | 2014-02-25T06:31:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,592 | 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 acer.com.socketclient;
public final class R {
public static final class attr {
}
public static final class dimen {
... | [
"weihsiang.lin@gmail.com"
] | weihsiang.lin@gmail.com |
07029af2b72deeb106115025118a93bf48852e0c | 7c9e49474a29f7e79955f721945dcda22ec03099 | /Dynamo/src/net/dynamo/Dao/UAVMapDAO.java | 230b695bc857ba026e07192a7a9afbc4899ec43b | [] | no_license | CS698/Dynamo | 0ee17d791be6261a203adf7cf7c1fafe0d270213 | b1a9bdb0e7101517f3baf24975dc354a9f0ccc1d | refs/heads/master | 2021-01-17T07:04:14.793684 | 2016-05-23T21:42:07 | 2016-05-23T21:42:07 | 51,626,422 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 158 | java | package net.dynamo.Dao;
import java.util.List;
import java.util.Map;
public interface UAVMapDAO {
public abstract Map uavToMap(int counter);
}
| [
"S1048861@monmouth.edu"
] | S1048861@monmouth.edu |
5a26a49b99670c2033ff77b830d060153c939b38 | 260a3dc0eee02ee175c19d7b6aaebb258819decc | /study/lose/src/com/ssh/lose/dao/impl/LetterDAOImpl.java | 928431b5b8fa88c022e3a17aac18fd1be6841b41 | [] | no_license | nkkadmin/study | 9d811b6efe0ca8c11829c20da9ed15a68bdb7089 | 98a094901574e30c5bf500622c712bba90a7265e | refs/heads/master | 2020-04-05T14:38:58.506005 | 2017-11-08T10:11:02 | 2017-11-08T10:11:02 | 94,728,536 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 243 | java | package com.ssh.lose.dao.impl;
import org.springframework.stereotype.Repository;
import com.ssh.lose.dao.LetterDAO;
import com.ssh.lose.po.Letter;
@Repository
public class LetterDAOImpl extends BaseDAOImpl<Letter> implements LetterDAO {
}
| [
"694143695@qq.com"
] | 694143695@qq.com |
51b88d8525e95e1713c57302f810698667b0faa9 | 8ec2cbabd6125ceeb00e0c6192c3ce84477bdde6 | /com.alcatel.as.utils/src/alcatel/tess/hometop/gateways/utils/NxTimerDurationException.java | b0db727f9c59428686c5ab568b3ccdb165bf5a7c | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | nokia/osgi-microfeatures | 2cc2b007454ec82212237e012290425114eb55e6 | 50120f20cf929a966364550ca5829ef348d82670 | refs/heads/main | 2023-08-28T12:13:52.381483 | 2021-11-12T20:51:05 | 2021-11-12T20:51:05 | 378,852,173 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 510 | java | // Copyright 2000-2021 Nokia
//
// Licensed under the Apache License 2.0
// SPDX-License-Identifier: Apache-2.0
//
package alcatel.tess.hometop.gateways.utils;
/**
Exception thrown when a timer duration is out of range
*/
public class NxTimerDurationException extends Exception {
/**
Constructor without messag... | [
"pierre.de_rop@nokia.com"
] | pierre.de_rop@nokia.com |
4a0e49a680061f8de5dab216da04e9e444c47f4c | f6ef0182d1ad5290ad9c2b07d182c1f2f1ae31af | /src/main/java/pl/zut/gui/TableObject.java | 510e52d6ba4d2c2720628241ddb3719335179f9f | [] | no_license | Piotr-Retman/OptimizationFX | 22529ac547dbb670148c5e5d3cb7bb9b9a480453 | 384417179823909e139129196bd30705f626c26f | refs/heads/master | 2021-01-18T21:43:17.980822 | 2016-05-20T11:30:13 | 2016-05-20T11:30:13 | 55,133,050 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 930 | java | package pl.zut.gui;
/**
* Obiekt tablicowy do GUI
*/
public class TableObject {
public TableObject(String order, String makeOrderTime, String deadlineOrderTime) {
this.order = order;
this.makeOrderTime = makeOrderTime;
this.deadlineOrderTime = deadlineOrderTime;
}
private String... | [
"obywatel23@gmail.com"
] | obywatel23@gmail.com |
b9725c132c4d2cc36f9a1e77c9ce381319cc6180 | 9bc0387b1c85cb678495b5279c666154a37db19b | /src/controller/base/AdminController.java | 2f48dcac31749ec7cc6ef1ea6c7f3a3002536e23 | [] | no_license | kang9067/part | 750b1d8c561f00866138e1e774f9556b367bc906 | b79cf281da78cf21bf765f98d7bb22a75110a539 | refs/heads/master | 2020-07-29T11:56:10.917664 | 2016-11-24T07:12:52 | 2016-11-24T07:12:52 | 73,669,090 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 699 | java | package controller.base;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.servlet.ModelAndView;
public class AdminController extends BaseController{
@Override
pr... | [
"tjoker1234@outlook.com"
] | tjoker1234@outlook.com |
a50901eaadc107893af3e7a7baeaf34f86c38a48 | cf70b04f98fb450687ef7ef44f7b869d63ae5a22 | /FileManagementAssistant/app/src/main/java/com/example/administrator/filemanagementassistant/util/ScrollAwareFABBehavior.java | c7e37104e3eb0c9001555b6e8c94a02dfbfff500 | [
"Apache-2.0"
] | permissive | haibowen/MyGraduationProject | 91e1f8bbcbb0d7a8d850d8b9aed40123e8c42886 | 53962dd3e4b61fff91672b81a6c2636b3fefad8e | refs/heads/master | 2021-06-22T04:32:51.831750 | 2020-12-27T02:25:45 | 2020-12-27T02:25:45 | 159,469,172 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,320 | java | package com.example.administrator.filemanagementassistant.util;
import android.content.Context;
import android.support.design.widget.CoordinatorLayout;
import android.support.v4.view.ViewCompat;
import android.support.v4.view.animation.FastOutSlowInInterpolator;
import android.util.AttributeSet;
import android.view.Vi... | [
"1461154748@qq.com"
] | 1461154748@qq.com |
cbaae30b7d6f99122b46e53107c82e8c1b7c510a | 1ac08035abcbe559bc5d6362557b91e3db44b783 | /rabbitmq-springcloudstream-producer/src/main/java/com/ziyin/rabbitmq/springcloudstream/producer/RabbitmqSpringcloudstreamProducerApplication.java | f3ee4241f1f144a8491a71fd9274885eb7b1765e | [] | no_license | ziyinjava/rabbitmq | 4eeb2999769d8691d11e1497d8f879e10b9891bf | 2f92870896f27ff1ad72c6432916a337ab4bcbe1 | refs/heads/master | 2022-06-24T01:55:26.709840 | 2019-09-21T06:25:14 | 2019-09-21T06:25:14 | 209,936,100 | 0 | 0 | null | 2022-06-17T02:32:25 | 2019-09-21T06:23:56 | Java | UTF-8 | Java | false | false | 392 | java | package com.ziyin.rabbitmq.springcloudstream.producer;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class RabbitmqSpringcloudstreamProducerApplication {
public static void main(String[] args) {
SpringApplicati... | [
"ziyinjava@163.com"
] | ziyinjava@163.com |
41e8501150d02cc23e0e73c71f7ab711d9446b2e | e9604b8d885383682ab37375f586c9759b443e63 | /src/main/java/com/jessica/mc/domain/Cliente.java | b054c7cb34744cbc39d3ea99cb60ff32aa3f43f2 | [] | no_license | jlzimmerhansl/cursomc | 3c7c9573e0a4801c87ad6fbceef66eae8e2d9db6 | 982b28c1943d847d19e6a58da3cd475e2646f927 | refs/heads/master | 2023-03-25T17:22:36.743646 | 2021-02-23T19:05:08 | 2021-02-23T19:05:08 | 335,032,450 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,901 | java | package com.jessica.mc.domain;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import javax.persistence.CollectionTable;
import javax.persistence.ElementCollection;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;... | [
"jlzimmerhansl@gmail.com"
] | jlzimmerhansl@gmail.com |
53d450b0885235261dfd3ec56065c54474f03aac | 6377712f58b113de13a36bbdfaeda8747b463798 | /app/src/main/java/com/ysh/testopengl/ShaderUtils.java | a95d3cbd0156bd6bc69214d344b02aed3020b403 | [] | no_license | SHLURENJIA/OpenGLTestPractice | a6c65267f724012c9580a9848114a308a9748a24 | 6c2b05bd7e1e13ef3cdc5b7144862d0df12d9843 | refs/heads/master | 2020-04-24T14:12:38.018064 | 2019-03-01T01:39:57 | 2019-03-01T01:39:57 | 172,012,700 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,450 | java | package com.ysh.testopengl;
import android.content.res.Resources;
import android.opengl.GLES20;
import android.util.Log;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
/**
* 作者:create by @author{ YSH } on 2019/2/21
* 描述:着色器辅助工具类
* 修改备注:
*/
public class ShaderUtils {... | [
"SH_LURENJIA@163.com"
] | SH_LURENJIA@163.com |
ab7c3423c3dbe502b5f7461656317c07cce6a647 | fc49733b483e25105ed1a30c99641e4d4b8de065 | /gomall-product/src/main/java/cn/jinterest/product/controller/SpuCommentController.java | 0c22b1eb954b46db8b0c92f006c54c78e7dc526e | [] | no_license | Jaredhi/GoMall | a1c8da9b0305992d94264828d05c430686f5d765 | 5f6ec50f799023c9390559681812b5d862a0c702 | refs/heads/master | 2023-04-16T08:50:33.796354 | 2021-04-30T05:22:52 | 2021-04-30T05:22:52 | 308,263,952 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,234 | java | package cn.jinterest.product.controller;
import java.util.Arrays;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation... | [
"hwj2586@163.com"
] | hwj2586@163.com |
0e09bcba9f5bf159df5889bbe43c65cb6d4aab37 | e33e76e2ac73c7646a2757cdb51874ee1cd586d6 | /app/src/main/java/qfpay/wxshop/listener/MaijiaxiuUploadListener.java | 36cb60fa718c19b9affb03b8611a9a2a75f279bc | [] | no_license | dengjiaping/mmwd | 9f55239125a25ade7482c4b71dfeb23985becd9c | e10020be640572e51f5a18a2ba21c32d3bc87f56 | refs/heads/master | 2021-07-14T17:06:55.528125 | 2017-10-18T11:10:25 | 2017-10-18T11:10:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 509 | java | package qfpay.wxshop.listener;
import java.io.Serializable;
import qfpay.wxshop.data.beans.BuyerResponseWrapper.BuyerShowBean;
public interface MaijiaxiuUploadListener extends Serializable{
// 上传进度
void onUpload(int progress);
// 上传成功
void onSuccess(boolean add, int index, BuyerShowBean bean);
// 上传失败
void... | [
"wcgebxtim@hotmail.com"
] | wcgebxtim@hotmail.com |
053ce7cc476953aa45fcb55cd1fc92f10a0ee76a | 6b3bfb61415ee7f521623f7b54bcd00b98c68d8c | /src/main/java/info/zznet/znms/base/rrd/exception/RrdExistsException.java | a62e3bad30080800fff041a91fb35eb892707694 | [] | no_license | 15000854736/znms | b1ddef89b26f9e90cf3052d6d52200e82ad50773 | 75e098cdd63291d0dd32ee76d0ecb8283abd0594 | refs/heads/master | 2021-08-22T22:50:10.884942 | 2017-12-01T14:07:04 | 2017-12-01T14:07:04 | 103,738,575 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 285 | java | package info.zznet.znms.base.rrd.exception;
public class RrdExistsException extends Exception {
/**
*
*/
private static final long serialVersionUID = 1378485549104047673L;
public RrdExistsException(){
super();
}
public RrdExistsException(String msg){
super(msg);
}
} | [
"15000854736@163.com"
] | 15000854736@163.com |
d66dfc3de9a833b52dd25ffcaf1f22e7c1c0e4b8 | da049f1efd756eaac6f40a4f6a9c4bdca7e16a06 | /KoobeeCenter/KoobeeCenter_music_logo_new_name8.0/src/com/koobee/koobeecenter/utils/CTelephoneInfo.java | 672c65bec57c3f1d1d7617eea601ba06f53804f3 | [] | no_license | evilhawk00/AppGroup | c22e693320039f4dc7b384976a513f94be5bccbe | a22714c1e6b9f5c157bebb2c5dbc96b854ba949a | refs/heads/master | 2022-01-11T18:04:27.481162 | 2018-04-19T03:02:26 | 2018-04-19T03:02:26 | 420,370,518 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,494 | java | package com.koobee.koobeecenter.utils;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import android.content.Context;
import android.telephony.PhoneNumberUtils;
import android.telephony.SubscriptionInfo;
import android.telephony.SubscriptionManager;
import android.telephony.Telep... | [
"649830103@qq.com"
] | 649830103@qq.com |
db23bd677e6858b0b80fef88c2c498de8cf54185 | c509aaa82416276aa100ff1c1f45b871fc7144cc | /command/src/main/java/v2/Main.java | 57cf445798ae3c935156c4ceeba81a85a007ca9f | [] | no_license | risiblefish/gof23 | e42b1bff3baac4ef049c9b57f725d7ebe014a80f | e654285f9cfe7594695ee6eb45c5c1d1305ff279 | refs/heads/master | 2023-01-12T00:41:05.134917 | 2020-11-12T08:16:33 | 2020-11-12T08:16:33 | 308,046,348 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,915 | java | package v2;
import java.util.ArrayList;
import java.util.List;
/**
* v1 问题: 如何实现一连串的undo?
*
* v2 : 使用cor
*
* 下面的实现是一次性做完所有do和undo, 】
* 如果要更灵活, 可以将所有command放到一个链表里,
* 每次执行新的command,实际的操作是(先将command加到链表里,再执行command的doit)
* 每次执行undo,实际操作是(从链表中取出最后一个command,执行该command的undo),然后将这个command移出链表
*
* @author Sean Yu
... | [
"526556235@qq.com"
] | 526556235@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.