blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 390 | content_id stringlengths 40 40 | detected_licenses listlengths 0 35 | license_type stringclasses 2
values | repo_name stringlengths 6 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 539
values | visit_date timestamp[us]date 2016-08-02 21:09:20 2023-09-06 10:10:07 | revision_date timestamp[us]date 1990-01-30 01:55:47 2023-09-05 21:45:37 | committer_date timestamp[us]date 2003-07-12 18:48:29 2023-09-05 21:45:37 | github_id int64 7.28k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 13
values | gha_event_created_at timestamp[us]date 2012-06-11 04:05:37 2023-09-14 21:59:18 ⌀ | gha_created_at timestamp[us]date 2008-05-22 07:58:19 2023-08-28 02:39:21 ⌀ | gha_language stringclasses 62
values | src_encoding stringclasses 26
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 128 12.8k | extension stringclasses 11
values | content stringlengths 128 8.19k | authors listlengths 1 1 | author_id stringlengths 1 79 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6cdbd816725705f75253910165222351f17b3b26 | 154a885ad39ece031e5224f99b2f8a3082fcb000 | /Day_0114/src/Exam_06.java | ea4023749f1faf449a5d539ff8c62074397dec7e | [] | no_license | moonhwan123/moonhwan | 1b1e2fbc5589ac24d0806029465cdc232f5b9b29 | 84aa4dd9ca1a2f373d91ccbabce154f05c45c3c6 | refs/heads/master | 2021-07-05T04:46:46.814625 | 2021-04-01T09:21:19 | 2021-04-01T09:21:19 | 228,724,072 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 641 | java | /*
[생성자]
1. 생성자 오버 로딩
2. 생성자 호출 : this() , this
*/
class EE{
int x;
int y;
EE(){
this(100);
System.out.println("default 생성자 호출");
// this(100,200); -> 첫줄에 딱 한번 호출 가능함
}
EE(int x){
this(x,200);
this.x = x;
System.out.println("매개 변수 1개 생성자 호출");
}
EE(int x, int y){
this.x = x;
this.y = y;
Sy... | [
"58998949+moonhwan123@users.noreply.github.com"
] | 58998949+moonhwan123@users.noreply.github.com |
358efa61a79fe22e161a22f2390a0c9fa9687384 | beffc6542dc4bf85946ceca7cca4a31ac230d376 | /spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/quartz/AutowireCapableBeanJobFactory.java | 74dffa928dc3961d372455f688b27a346198782a | [
"Apache-2.0"
] | permissive | ZhouKaiDongGitHub/spring-boot-2.0.x | 4395970b183eff7321748d4ad0155784aa94eaa6 | 3f443764747c4ee01085bed6381292fa44744a49 | refs/heads/master | 2023-01-07T07:27:51.067468 | 2020-09-13T07:13:04 | 2020-09-13T07:13:04 | 215,676,265 | 1 | 0 | Apache-2.0 | 2022-12-27T14:52:46 | 2019-10-17T01:24:02 | Java | UTF-8 | Java | false | false | 1,598 | java | /*
* Copyright 2012-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"Kaidong.Zhou@eisgroup.com"
] | Kaidong.Zhou@eisgroup.com |
e689e5e9751a1d8eaf322fe6ea9449f9cabe9115 | 0721305fd9b1c643a7687b6382dccc56a82a2dad | /src/app.zenly.locator_4.8.0_base_source_from_JADX/sources/app/zenly/locator/p017a0/p024p/p029h/C1606b.java | e36fdf734196a4055328a1d926a02adeb801d383 | [] | no_license | a2en/Zenly_re | 09c635ad886c8285f70a8292ae4f74167a4ad620 | f87af0c2dd0bc14fd772c69d5bc70cd8aa727516 | refs/heads/master | 2020-12-13T17:07:11.442473 | 2020-01-17T04:32:44 | 2020-01-17T04:32:44 | 234,470,083 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 776 | java | package app.zenly.locator.p017a0.p024p.p029h;
import app.zenly.locator.p017a0.p024p.C1561c;
import com.snap.p327ui.recycling.p328d.C11722a;
import kotlin.jvm.internal.C12932j;
/* renamed from: app.zenly.locator.a0.p.h.b */
public final class C1606b extends C11722a {
/* renamed from: f */
private final String... | [
"developer@appzoc.com"
] | developer@appzoc.com |
15ca54033a012538a2402ef0a8086a312da1adc6 | 90eb7a131e5b3dc79e2d1e1baeed171684ef6a22 | /sources/p005b/p096l/p097a/p151d/p152a/p153a/C3449b.java | 9bcce411722726d95fb088a1ad5df94460c31524 | [] | no_license | shalviraj/greenlens | 1c6608dca75ec204e85fba3171995628d2ee8961 | fe9f9b5a3ef4a18f91e12d3925e09745c51bf081 | refs/heads/main | 2023-04-20T13:50:14.619773 | 2021-04-26T15:45:11 | 2021-04-26T15:45:11 | 361,799,768 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 665 | java | package p005b.p096l.p097a.p151d.p152a.p153a;
import android.app.Activity;
import androidx.annotation.NonNull;
import p005b.p096l.p097a.p151d.p152a.p157d.C3571b;
import p005b.p096l.p097a.p151d.p152a.p163i.C3651r;
/* renamed from: b.l.a.d.a.a.b */
public interface C3449b {
@NonNull
/* renamed from: a */
C36... | [
"73280944+shalviraj@users.noreply.github.com"
] | 73280944+shalviraj@users.noreply.github.com |
421f226db13957b23bd8c5838950fd003aff40c1 | e977c424543422f49a25695665eb85bfc0700784 | /benchmark/icse15/919170/buggy-version/incubator/cassandra/trunk/src/java/org/apache/cassandra/streaming/StreamInitiateVerbHandler.java | 8c7d57e57491dc82fd64ea1fbe39fdc0bac185b1 | [] | no_license | amir9979/pattern-detector-experiment | 17fcb8934cef379fb96002450d11fac62e002dd3 | db67691e536e1550245e76d7d1c8dced181df496 | refs/heads/master | 2022-02-18T10:24:32.235975 | 2019-09-13T15:42:55 | 2019-09-13T15:42:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,032 | java | package org.apache.cassandra.streaming;
/*
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache L... | [
"durieuxthomas@hotmail.com"
] | durieuxthomas@hotmail.com |
243f309e588b0e5008fe6a7d6ccbfcfe98425f12 | a749cd5ff8dc00cd12896e93e9282ffc8db4776e | /ps-cashloan-manage-center/src/main/java/com/adpanshi/cashloan/manage/controller/ManageOperateDataController.java | 37c024b4713a1ff4dd5559ba9d52b1f8f2b22d6f | [] | no_license | chocoai/ps-cashloan-manage | 1c2e65e73f80eb3000a66f0efc36d2187a6a1b2a | 47e2f3a1d2dd2b27ac6a4f936c7c18a2d3c7e856 | refs/heads/master | 2020-04-26T03:01:51.432711 | 2018-09-29T08:06:17 | 2018-09-29T08:06:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,616 | java | package com.adpanshi.cashloan.manage.controller;
import com.adpanshi.cashloan.manage.cl.pojo.OverdueAnalisisModel;
import com.adpanshi.cashloan.manage.cl.pojo.RepayAnalisisModel;
import com.adpanshi.cashloan.manage.cl.service.OperateDataService;
import com.adpanshi.cashloan.manage.core.common.context.Constant;
import... | [
"zhoushanwen8502@adpanshi.com"
] | zhoushanwen8502@adpanshi.com |
ef6729c666ae0499da09deb4f4f47653511d21b7 | 207546688353f61854d85ec3e66f75d1b6f2dbda | /app/src/main/java/com/bagevent/new_home/new_interface/new_view/CheckAccessTokenView.java | d9d629989788b5b61da2d70dcdcb851e9f50da83 | [] | no_license | sun-liqun/bagevents | 03cf096adc5a636c47f44721ce3895d910002b34 | 2d1830bec29fc2a5d5effb0a85081d3a3bfc8191 | refs/heads/master | 2021-01-14T05:52:42.543999 | 2020-03-02T10:05:59 | 2020-03-02T10:06:24 | 242,617,856 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 329 | java | package com.bagevent.new_home.new_interface.new_view;
import com.bagevent.new_home.data.CheckAccessTokenData;
/**
* Created by zwj on 2017/1/3.
*/
public interface CheckAccessTokenView {
String accessToken();
String openId();
void accessTokenEnable(CheckAccessTokenData response);
void accessTokenUna... | [
"linqun.sun@eventslack.com"
] | linqun.sun@eventslack.com |
8969b98c80adfd34970ac2e9992370db1fdb38c6 | b0296d820c0400440232152485a0b3dff3e943be | /PDIPAppServices/ReportGen/src/com/gridnode/pdip/app/reportgen/value/DailyReportScheduleParam.java | 38f519bbb525f83f979fdd417ae94c034c0848be | [] | no_license | andytanoko/4.2.x_integration | 74536c8933a98373b0118eeac66678b72b00aa8e | 984842d92abaa797a19bd0f002ec45c9c37da288 | refs/heads/master | 2021-01-10T13:46:58.824451 | 2015-09-23T10:41:25 | 2015-09-23T10:41:25 | 46,325,977 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 843 | java | /**
* This software is the proprietary information of GridNode Pte Ltd.
* Use is subjected to license terms.
*
* Copyright 2001-2002 (C) GridNode Pte Ltd. All Rights Reserved.
*
* File: DailyReportScheduleParam.java
*
****************************************************************************
* Date ... | [
"muhamadnazir@gmail.com"
] | muhamadnazir@gmail.com |
09180bfec33a91f8b38fe027a2827240457494ac | cf3e886c19c527d5388b168cb47b0c502c716b21 | /src/test/java/org/gnieh/logback/SystemdJournalAppenderTest.java | c1f1f5223bdf437c3361f0095118247cbef4f8a6 | [
"Apache-2.0"
] | permissive | takaomag/logback-journal | 4256d82f25b7e77ce045b47d138a4fbd0d43c5cc | 32aa783ada2ff05e23882d1be25d9844540e4306 | refs/heads/master | 2021-10-09T05:48:37.765127 | 2017-04-04T05:57:31 | 2017-04-04T05:57:31 | 124,610,783 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,268 | java | package org.gnieh.logback;
import org.junit.After;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.slf4j.MDC;
public class SystemdJournalAppenderTest {
private static final Logger logger = LoggerFactory.getLogger(SystemdJournalAppenderTest.class);
private static fi... | [
"mail@bwaldvogel.de"
] | mail@bwaldvogel.de |
7a5824e2f89cc7f90bb287651117be9dc83b2555 | bb66019e56bcd5b891798eb0981a54481486dc46 | /NetBeansProjects/TradeTerminalM1/src/tradeterminal/conf/AppAccessSettings.java | 2e53de4695c8e5102a07696647c926e00d3f0fde | [] | no_license | povloid/projects_2008_2011 | e85ea72b46d641f5a821ccd2c7ba224c87cccc77 | 9aceb06fd937d4796bf240cef6728151865cec4a | refs/heads/master | 2020-12-04T03:25:35.921039 | 2014-11-02T08:43:01 | 2014-11-02T08:43:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,588 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package tradeterminal.conf;
import java.util.HashMap;
import java.util.Map;
/**
*
* @author povlo
*/
public class AppAccessSettings {
private static Map<String, AppAccess> accessMap = new HashMap<String, AppAcc... | [
"t34box@gmail.com"
] | t34box@gmail.com |
5948e5ce2a08dd1f33947da13e0c7b7e94ef3e4b | c6c1a124eb1ff2fc561213d43d093f84d1ab2c43 | /games/crazy/share/share/src/main/java/org/jboss/netty/channel/ReceiveBufferSizePredictorFactory.java | ec04dceb970c37cbc44c7c2a2d646963655ec4c6 | [] | no_license | fantasylincen/javaplus | 69201dba21af0973dfb224c53b749a3c0440317e | 36fc370b03afe952a96776927452b6d430b55efd | refs/heads/master | 2016-09-06T01:55:33.244591 | 2015-08-15T12:15:51 | 2015-08-15T12:15:51 | 15,601,930 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,025 | java | /*
* Copyright 2012 The Netty Project
*
* The Netty Project licenses this file to you 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 ... | [
"12-2"
] | 12-2 |
a3bd1b491d1084256f8e1d378ee50e47676c11ed | a3d049b6c0ebdf7c22d5be0de57c47d3cfe2bccb | /docroot/WEB-INF/service/org/opencps/servicemgt/DuplicateFileNoException.java | 8a7c288448c605a6e02a4e664527c9fc35a49500 | [] | no_license | HieuNT1990/tutorial | b21bbfd04f906a2ef96ad52aa752dca769fdcd15 | 4edada7993ff6cde126435268470e9b564cbb54d | refs/heads/master | 2021-01-20T20:24:30.375662 | 2016-07-26T07:37:52 | 2016-07-26T07:37:52 | 63,405,491 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,054 | java | /**
* Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any later... | [
"hieunt000@gmail.com"
] | hieunt000@gmail.com |
32016775361ba8e7e00ce772c22a2688bfcf8d55 | 8c52b23579e32ce024dfb527b83a56491e3ac6b6 | /framework/GTP/Trunk/gtp-domain/src/main/java/com/gome/test/gtp/dao/CaseFailReasonCategoryDao.java | f0c1f4a06d7dff4dbd23dc81f6583fe2ddc8a7ca | [] | no_license | wang-shun/framwork | aef336476b9044a1f0acdce0bf7e03482f421da9 | 663908b8f00a9652a61e04418d909ab21d0fcaa1 | refs/heads/master | 2020-03-29T13:46:37.314793 | 2018-08-21T02:08:45 | 2018-08-21T02:08:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 286 | java | package com.gome.test.gtp.dao;
import com.gome.test.gtp.dao.base.BaseDao;
import com.gome.test.gtp.model.CaseFailReasonCategory;
import org.springframework.stereotype.Repository;
@Repository
public class CaseFailReasonCategoryDao extends BaseDao<CaseFailReasonCategory>{
}
| [
"greatmrliang@126.COM"
] | greatmrliang@126.COM |
a7b9098309203120a0821f31571ef19ca58c7bf7 | 1f3f826cf519d98b67a4e436e5280d05f949ca2a | /src/com/optimize/chapter4/producerConsumer/Producer.java | a4ff9aa03e43ccd1b12cd4a96147080899da0d10 | [] | no_license | hyperaeon/CrazyAndOptimize | ae7b0d089fbb65df1add6ffbbc1b22706a76047d | aafcc9ab8d2a49c3e9e6d7280424ba159713f66d | refs/heads/master | 2022-12-20T19:40:41.791672 | 2021-06-12T03:32:48 | 2021-06-12T03:32:48 | 35,353,861 | 3 | 2 | null | 2022-12-16T02:54:30 | 2015-05-10T02:27:55 | Java | UTF-8 | Java | false | false | 1,170 | java | package com.optimize.chapter4.producerConsumer;
import java.util.Random;
import java.util.concurrent.BlockingQueue;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.atomic.AtomicInteger;
public class Producer implements Runnable {
private volatile boolean isRunning = true;
private Blo... | [
"flyloeswing@163.com"
] | flyloeswing@163.com |
cf0bdde5558c7be75bfe8bcba1498588bc6d0583 | 45ae550416c4891e59c99b9372185ebd78ff1998 | /src/eObjectOriented2/No6_7/TestTeachableProgrammer.java | f48d4f332a94d00292beb1e9ebf33ecd56e084ae | [] | no_license | HenryXi/javaCrazy | 5cf79da2aa990bfe940f6245ac8b957a09a00f6c | 007712f9c912e0ef9078a9c442140aff7a3184bb | refs/heads/master | 2016-09-06T08:10:26.941483 | 2016-01-07T10:37:10 | 2016-01-07T10:37:10 | 39,567,352 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 627 | java | package eObjectOriented2.No6_7;
/**
* Description:
* <br/>Copyright (C), 2005-2008, Yeeku.H.Lee
* <br/>This program is protected by copyright laws.
* <br/>Program Name:
* <br/>Date:
* @author Yeeku.H.Lee kongyeeku@163.com
* @version 1.0
*/
public class TestTeachableProgrammer
{
public static void main(Strin... | [
"xxy668@foxmail.com"
] | xxy668@foxmail.com |
f45a868623aadf64bd81de23af92cc386f8aee1f | 32f38cd53372ba374c6dab6cc27af78f0a1b0190 | /app/src/main/java/com/j256/ormlite/field/DatabaseField.java | c27972a9a1455f50c03ef427aba8a5228800ab8d | [] | no_license | shuixi2013/AmapCode | 9ea7aefb42e0413f348f238f0721c93245f4eac6 | 1a3a8d4dddfcc5439df8df570000cca12b15186a | refs/heads/master | 2023-06-06T23:08:57.391040 | 2019-08-29T04:36:02 | 2019-08-29T04:36:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,908 | java | package com.j256.ormlite.field;
import com.j256.ormlite.field.types.VoidType;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target({ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
public @interf... | [
"hubert.yang@nf-3.com"
] | hubert.yang@nf-3.com |
e3d40a147a8fc1a997b2aca2f7a6a27701b74430 | 69a4f2d51ebeea36c4d8192e25cfb5f3f77bef5e | /methods/Method_42317.java | 2716bec13ed8c5b785d1768df1d476b5cadd1319 | [] | no_license | P79N6A/icse_20_user_study | 5b9c42c6384502fdc9588430899f257761f1f506 | 8a3676bc96059ea2c4f6d209016f5088a5628f3c | refs/heads/master | 2020-06-24T08:25:22.606717 | 2019-07-25T15:31:16 | 2019-07-25T15:31:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,149 | java | @Override public void updateUiElements(){
super.updateUiElements();
toolbar.setBackgroundColor(getPrimaryColor());
setStatusBarColor();
setNavBarColor();
setRecentApp(getString(org.horaapps.leafpic.R.string.donate));
themeSeekBar(bar);
themeButton(btnDonateIap);
themeButton(btnDonatePP);
((TextView)fi... | [
"sonnguyen@utdallas.edu"
] | sonnguyen@utdallas.edu |
91c616dda052cd70666fb0cacc9a6f8abb06c9cf | 0229e354fa7062abf48f543916fef53107b5bf96 | /src/main/java/com/csinfotechbd/rms/setting/centereasRow/CentereasRowController.java | f66035e504e9da1542199e7e696307a58a87958b | [] | no_license | EmonHossain/bocmanage | f1422438fbe87ed4781d3b0287854941e3b3ef0e | 686516e19ce484bafc8a14b0583fd6bfef04e761 | refs/heads/master | 2020-03-17T09:19:17.391619 | 2018-05-21T10:02:06 | 2018-05-21T10:02:06 | 133,469,746 | 0 | 1 | null | 2018-05-21T10:02:07 | 2018-05-15T06:31:54 | JavaScript | UTF-8 | Java | false | false | 1,150 | java | package com.csinfotechbd.rms.setting.centereasRow;
import com.csinfotechbd.rms.setting.country.CountryEntity;
import com.csinfotechbd.rms.setting.country.CountryService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.MediaType;... | [
"imranmadbar@gmail.com"
] | imranmadbar@gmail.com |
68461c8db04ae19c1141936b6377897c510064ec | 6240a87133481874e293b36a93fdb64ca1f2106c | /taobao/src/com/taobao/api/request/SubusersGetRequest.java | 0dfd8a49e85249b7cfaf32d6ed238389617aaf6a | [] | no_license | mrzeng/comments-monitor | 596ba8822d70f8debb630f40b548f62d0ad48bd4 | 1451ec9c14829c7dc29a2297a6f3d6c4e490dc13 | refs/heads/master | 2021-01-15T08:58:05.997787 | 2013-07-17T16:29:23 | 2013-07-17T16:29:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,802 | java | package com.taobao.api.request;
import com.taobao.api.internal.util.RequestCheckUtils;
import java.util.Map;
import com.taobao.api.TaobaoRequest;
import com.taobao.api.internal.util.TaobaoHashMap;
import com.taobao.api.response.SubusersGetResponse;
import com.taobao.api.ApiRuleException;
/**
* TOP API: tao... | [
"qujian@gionee.com"
] | qujian@gionee.com |
282eed12d5fa349350a1b7f5e78715bf8a179363 | e75be673baeeddee986ece49ef6e1c718a8e7a5d | /submissions/blizzard/Corpus/ecf/895.java | 9410b4546c0977197869424c71ace4ea787506ef | [
"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 | 2,205 | java | /*******************************************************************************
* Copyright (c) 2005, 2006 Erkki Lindpere and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and... | [
"tim.menzies@gmail.com"
] | tim.menzies@gmail.com |
9e04dc3a2c6a66fcde08b284dbe10e16df1877b4 | dc17a43f25cfd1d3ecf0ffebf709b2721c80031d | /IDE/device/com.lembed.lite.studio.device.help/src/com/lembed/lite/studio/device/help/HelpPlugIn.java | 46c4d7b699bcf90c688646e743f067e9b9cd3094 | [] | no_license | skykying/bundle | e7b25a8d56668a5cb1cd70932d14958927960e50 | 0b3b590760baa953677eb99e07d7e1a37af5434c | refs/heads/master | 2023-01-07T20:03:42.318642 | 2020-11-08T06:36:39 | 2020-11-08T06:36:39 | 306,216,461 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,378 | java | package com.lembed.lite.studio.device.help;
import org.eclipse.jface.resource.ImageDescriptor;
import org.eclipse.ui.plugin.AbstractUIPlugin;
import org.osgi.framework.BundleContext;
/**
* The activator class controls the plug-in life cycle
*/
public class HelpPlugIn extends AbstractUIPlugin {
// The plug-in ID
... | [
"root@lembed.com"
] | root@lembed.com |
1da2360a5de78958c84ea229ae9b18b15e5f0bfc | 3c73008e21c90d1de8d8fa5508460418e69474e1 | /src/main/java/io/r2dbc/postgresql/message/backend/AuthenticationMD5Password.java | 52908836ce8fb87932cc5cd25dc1cece370a2d01 | [
"Apache-2.0"
] | permissive | rdegnan/r2dbc-postgresql | 3b41fcba19e077a21634b30713d160763477f113 | 068b6d59b31f5ad0940e836af9de25cc3b6d2fc3 | refs/heads/master | 2020-04-06T20:37:32.803816 | 2019-01-07T21:04:12 | 2019-01-07T21:04:12 | 157,777,709 | 0 | 0 | null | 2018-11-15T21:56:08 | 2018-11-15T21:56:08 | null | UTF-8 | Java | false | false | 2,286 | java | /*
* Copyright 2017-2018 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 ap... | [
"bhale@pivotal.io"
] | bhale@pivotal.io |
ae044d19ce5c86e2470a52f27737fa658b58a547 | 066c3640aa155279b0b259f12f8fd926b8e9e72a | /emms_GXDD/.svn/pristine/42/42ff6b166017d49b64df22056877101d315564c3.svn-base | c28846efcc2eee6b6bb7cdb38c510b3843c11a9b | [] | no_license | zjt0428/emms_GXDD | 3eebe850533357e7e43858120cfa58a55d797f7c | 9dd7af521efa613c9bba3ce8f7e1c706d8b94a50 | refs/heads/master | 2020-09-13T18:09:00.499402 | 2019-11-20T07:56:23 | 2019-11-20T07:56:23 | 222,864,042 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,220 | /**
*====================================================
* 文件名称: MaterialsRepair.java
* 修订记录:
* No 日期 作者(操作:具体内容)
* 1. 2015年4月1日 chenxy(创建:创建文件)
*====================================================
* 类描述:(说明未实现或其它不应生成javadoc的内容)
*/
package com.knight.emms.model;
import java.util.HashSet;
import ja... | [
"3555673863@qq.com"
] | 3555673863@qq.com | |
f2f196991f2fef1e8358ce84dd952e6b08083212 | 565d6d61c8003d5a4aee122034817d44e55b00ff | /spring-osgi-master/core/src/main/java/org/springframework/osgi/service/importer/support/DisposableBeanRunnableAdapter.java | 00812df8b04cec8c7188f0b15fbce45c9e637a8a | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | vinayv1208/Egiants_tasks | c56b3e8d38c75a594d3d094845e42b1bab983542 | 894e6cc0f95757e87218105c31926bd3cb1a74ab | refs/heads/master | 2023-01-09T21:10:09.690459 | 2019-09-22T13:11:39 | 2019-09-22T13:11:39 | 204,596,002 | 1 | 0 | null | 2022-12-31T02:49:54 | 2019-08-27T01:45:56 | Java | UTF-8 | Java | false | false | 1,322 | java | /*
* Copyright 2006-2009 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by... | [
"vinayv.2208@gmail.com"
] | vinayv.2208@gmail.com |
de57c6d9e90f1aae24c0ca2ad5bf09831ac88014 | 3814d5882b6521fadb7a018a5fe1f57244012bf4 | /app/models/uk/org/siri/siri/ParticipantRefStructure.java | 5599b45a300ddb34c93479f9647d29c618ee484c | [] | no_license | sergmor/busteller | d41692cf2bd6e1c30e985401ac7290c6adb91440 | b3f9802a1fd217f920c8bcf1ad72bdae4c1ab5b4 | refs/heads/master | 2021-01-01T16:31:19.876063 | 2014-04-30T23:43:15 | 2014-04-30T23:43:15 | 18,954,897 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,874 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
// 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: 2010.1... | [
"sdm2162@columbia.edu"
] | sdm2162@columbia.edu |
5851bc2049c0e1a223bd25be5c5d2012ca1a7e45 | 184e3072888ba3374ad0ae2bfd2203224b0f8d1b | /fixture/scripts/src/main/java/org/isisaddons/module/publishmq/fixture/scripts/teardown/PublishMqDemoObjectsTearDownFixture.java | d893554206797a4c09aedb8822f3f26d09dfeb2a | [
"Apache-2.0"
] | permissive | bibryam/isis-module-publishmq | d6542bb5aaf45456a77a37a7de99922ad28472cb | bb44c79b96694cd1fa734ce4d932f18e4e4187c4 | refs/heads/master | 2021-01-24T21:20:05.577711 | 2015-07-05T10:26:42 | 2015-07-05T10:26:42 | 38,568,085 | 1 | 0 | null | 2015-07-05T12:23:13 | 2015-07-05T12:23:12 | Java | UTF-8 | Java | false | false | 1,131 | java | /*
* Copyright 2015 Dan Haywood
*
* Licensed under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | [
"dan@haywood-associates.co.uk"
] | dan@haywood-associates.co.uk |
dab00d60d16e83776f1daf7c2d3bc002c33a489f | 88ae8695987ada722184307301e221e1ba3cc2fa | /third_party/ukey2/src/src/main/java/com/google/security/cryptauth/lib/securegcm/KeyEncoding.java | 67e4acea88af6d99f0629d7a041c9cc8028f1ceb | [
"BSD-3-Clause",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-generic-cla",
"LGPL-2.0-or-later",
"MIT",
"GPL-1.0-or-later"
] | permissive | iridium-browser/iridium-browser | 71d9c5ff76e014e6900b825f67389ab0ccd01329 | 5ee297f53dc7f8e70183031cff62f37b0f19d25f | refs/heads/master | 2023-08-03T16:44:16.844552 | 2023-07-20T15:17:00 | 2023-07-23T16:09:30 | 220,016,632 | 341 | 40 | BSD-3-Clause | 2021-08-13T13:54:45 | 2019-11-06T14:32:31 | null | UTF-8 | Java | false | false | 5,991 | java | // Copyright 2020 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | [
"jengelh@inai.de"
] | jengelh@inai.de |
fe10e43f39869214824e4f38b9699f8be26565ec | 6fae4c30b22bf986a148d209a24fb2f80fdb6723 | /ranch-resource/src/main/java/org/lpw/ranch/resource/ResourceDaoImpl.java | 1b59a19d4fcaea9d8c7c1e52e89d15d81b5005d7 | [
"MIT",
"Apache-2.0"
] | permissive | arvin-xiao/ranch | e79b39b5a2d1329c7979f55dcb1aeee36103c2cb | 147e080990f50cf3abe345dfccdaa30d6fc8e8d4 | refs/heads/master | 2023-05-02T10:58:35.029963 | 2020-03-15T05:45:06 | 2020-03-15T05:45:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,703 | java | package org.lpw.ranch.resource;
import org.lpw.ranch.util.DaoHelper;
import org.lpw.ranch.util.DaoOperation;
import org.lpw.tephra.dao.orm.PageList;
import org.lpw.tephra.dao.orm.lite.LiteOrm;
import org.lpw.tephra.dao.orm.lite.LiteQuery;
import org.springframework.stereotype.Repository;
import javax.inject.Inject;
i... | [
"heisedebaise@hotmail.com"
] | heisedebaise@hotmail.com |
6f751d00651466256b114cf3787d0c192314839b | 06989f2e4495fab7711c056eba47c2f0498c5931 | /src/com/jacamars/dsp/rtb/exchanges/Mobclix.java | bf8223089517a76d91fae35fad22613a04a15f18 | [
"Apache-2.0"
] | permissive | UITTD/bidder | 40a313b5c48c6a0552b300514f0ea63f269192ca | 919017e571e025274acc974078bb043b8e8219c1 | refs/heads/master | 2020-09-09T16:30:40.971860 | 2019-11-14T12:21:58 | 2019-11-14T12:21:58 | 221,168,281 | 0 | 0 | Apache-2.0 | 2019-11-12T08:32:42 | 2019-11-12T08:32:42 | null | UTF-8 | Java | false | false | 1,440 | java | package com.jacamars.dsp.rtb.exchanges;
import java.io.IOException;
import java.io.InputStream;
import com.jacamars.dsp.rtb.pojo.BidRequest;
/**
* A Bid request for Mobclix. Exchanges can introduce their own JSON into the bid request, so all the
* special parsing is done in a class that extends the BidRequest. All... | [
"ben.faul@gmail.com"
] | ben.faul@gmail.com |
5731ed3debf175b234d8d17035e3ccb18795cc69 | e1d698946eeb997d63507d157bda6c0cac7097fb | /hibernate/hibernate-many2many/src/test/java/org/frank/hibernate/many2many/models/Many2ManyTest.java | f91806a19eb25c78e24474deeaac2544388244f7 | [] | no_license | fengandzhy/hibernate-demos | 576e478f49d27a50a23fb08b8888b748c15c271e | 5c8cee8855e4ba5697c11bc93efdeebddd083d1f | refs/heads/master | 2023-01-20T06:53:09.223922 | 2023-01-18T09:15:27 | 2023-01-18T09:15:27 | 195,709,392 | 1 | 0 | null | 2023-01-18T09:15:28 | 2019-07-08T00:14:02 | Java | UTF-8 | Java | false | false | 1,027 | java | package org.frank.hibernate.many2many.models;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.boot.MetadataSources;
import org.hibernate.cfg.Configuration;
import org.hibernate.service.ServiceRegistry;
import org.junit.After;
import org.junit.Before;
import org.slf4j.Logger;
imp... | [
"fengandzhy@gmail.com"
] | fengandzhy@gmail.com |
bcdf5c91023b55038f481f14d82a0489525f0a73 | 50750fbff439ace4a514c18ab825b9e13a24b0aa | /pegasus-spyware-decompiled/sample3/recompiled_java/sources/android/support/v4/graphics/drawable/DrawableCompatLollipop.java | b308f4a9f3feff90cf72be5c6f7b568ae72c118e | [
"MIT"
] | permissive | GypsyBud/pegasus_spyware | 3066ae7d217a7d4b23110326f75bf6cf63737105 | b40f5e4bdf5bd01c21e8ef90ebe755b29c2daa68 | refs/heads/master | 2023-06-24T05:44:01.354811 | 2021-07-31T18:59:26 | 2021-07-31T18:59:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,845 | java | package android.support.v4.graphics.drawable;
import android.content.res.ColorStateList;
import android.content.res.Resources;
import android.graphics.ColorFilter;
import android.graphics.PorterDuff;
import android.graphics.drawable.Drawable;
import android.graphics.drawable.DrawableContainer;
import android.graphics.... | [
"jonathanvill00@gmail.com"
] | jonathanvill00@gmail.com |
95b1b8efcfc69fdc0b8484dbedf22ce4186d7e48 | 95a8c2994c14cc756a72dac2fdde680d7923e1e0 | /stado/src/org/postgresql/stado/parser/core/syntaxtree/Func_PgCurrentDate.java | f0442a68381b643fa9c9b44b29dd643bbb316e54 | [] | no_license | AlvinPeng/stado_study | 8f46da97462ad633f5cf0eb3ea2cdec44b08a2c5 | 91f4ba7806158340e076ef219ebad1bb740e2189 | refs/heads/master | 2021-01-23T03:59:04.762167 | 2019-01-21T02:29:39 | 2019-01-21T02:29:39 | 11,657,757 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 785 | java | /* Generated by JTB 1.4.4 */
package org.postgresql.stado.parser.core.syntaxtree;
import org.postgresql.stado.parser.core.visitor.*;
public class Func_PgCurrentDate implements INode {
public NodeToken f0;
private static final long serialVersionUID = 144L;
public Func_PgCurrentDate(final NodeToken n0) {
f... | [
"pengalvin@yahoo.com"
] | pengalvin@yahoo.com |
cfd4369dadf1b036db3ab80abb8b50dd4578d059 | 4179218de206fd6df0d841a065a6158c164eded9 | /android/src/appewtc/masterung/coinsdropbsru/android/AndroidLauncher.java | 7964ab0882e41b9f55cb400e6a24982bed216be7 | [] | no_license | masterUNG/CoinsDropBSRU | 227552aa8257492fd1fff4f2f8b69341dc9b8369 | 1501991f39fb2f99d68b5dadb6dd236e48a37279 | refs/heads/master | 2021-04-12T04:12:53.169988 | 2015-05-04T07:18:12 | 2015-05-04T07:18:12 | 34,975,430 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 551 | java | package appewtc.masterung.coinsdropbsru.android;
import android.os.Bundle;
import com.badlogic.gdx.backends.android.AndroidApplication;
import com.badlogic.gdx.backends.android.AndroidApplicationConfiguration;
import appewtc.masterung.coinsdropbsru.MyGdxGame;
public class AndroidLauncher extends AndroidApplication {... | [
"phrombutr@gmail.com"
] | phrombutr@gmail.com |
321299a59a6087388fc5d13e758decb1f1128140 | c16b8990ec3c297ac36aecabb662a6ce124dd940 | /base/src/org/openXpertya/print/fiscal/hasar/HasarPrinterPL8F.java | 17dadae77cd10e9276db1cff378413b738a16daa | [] | no_license | Lucas128/libertya | 6decae77481ba0756a9a14998824f163001f4b7c | d2e8877a0342af5796c74809edabf726b9ff50dc | refs/heads/master | 2021-01-10T16:52:41.332435 | 2015-05-26T19:34:39 | 2015-05-26T19:34:39 | 36,461,214 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,519 | java | package org.openXpertya.print.fiscal.hasar;
import java.math.BigDecimal;
import org.openXpertya.print.fiscal.FiscalPacket;
import org.openXpertya.print.fiscal.comm.FiscalComm;
public class HasarPrinterPL8F extends HasarFiscalPrinter {
public HasarPrinterPL8F() {
super();
}
/**
* @param fiscalComm
*/
publ... | [
"dev.disytel@gmail.com"
] | dev.disytel@gmail.com |
3c9c14631e6d1699fc4fe0b6cc23a10f09b046ac | 47dc2c31a3287d59e38fb91043dc8908b7e4e487 | /src/main/java/org/smart4j/chapter2/service/CustomerService.java | 9da0844a5879b75c642c3c4437dcaef9d0cb9c87 | [] | no_license | Monvict/web-learn | 278887af4f4ae5bde549f0129ea6e09fc7b04ae3 | 2a0f5eba9f96b5eb2a652c6675f2e5ff6e09ac81 | refs/heads/master | 2021-01-21T19:40:05.999883 | 2017-05-24T10:26:21 | 2017-05-24T10:26:21 | 92,149,448 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,415 | java | package org.smart4j.chapter2.service;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.smart4j.chapter2.helper.DataBaseHelper;
import org.smart4j.chapter2.model.Customer;
import java.sql.*;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
/**
* Created by Administrator on ... | [
"aa"
] | aa |
6e55c3dd07df5df0f5c9dbc26a98eaaf8acf2d18 | c501583b9b998984eb52229b9d3c38cd8f93d86e | /src/main/java/com/tencentcloudapi/cvm/v20170312/models/Tag.java | df01f22f1ac1d1eae071d9379b7460cb1608b12f | [
"Apache-2.0"
] | permissive | CoolLittle/tencentcloud-sdk-java | 20cf19d0648edda1a92d90e55b023a7c9774ffd4 | 9ed1f3da70a1e01df441ec23ca56973dc8c7f634 | refs/heads/master | 2020-03-25T20:36:42.081853 | 2018-08-06T03:11:32 | 2018-08-06T03:11:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,259 | java | package com.tencentcloudapi.cvm.v20170312.models;
import com.tencentcloudapi.common.AbstractModel;
import com.google.gson.annotations.SerializedName;
import com.google.gson.annotations.Expose;
import java.util.HashMap;
public class Tag extends AbstractModel{
/**
* 标签键
*/
@SerializedName("Key")
@E... | [
"coolli@tencent.com"
] | coolli@tencent.com |
93dc073d77aa2a93c402b6596d6dfbd2e3b4d745 | 3cee619f9d555e75625bfff889ae5c1394fd057a | /app/src/main/java/org/tensorflow/lite/examples/imagesegmentation/p000a/p013b/p020e/p021a/C0194c.java | a5353ba571c5f72a0d5c240c50431660f8b4f73a | [] | no_license | randauto/imageerrortest | 6fe12d92279e315e32409e292c61b5dc418f8c2b | 06969c68b9d82ed1c366d8b425c87c61db933f15 | refs/heads/master | 2022-04-21T18:21:56.836502 | 2020-04-23T16:18:49 | 2020-04-23T16:18:49 | 258,261,084 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 735 | java | package p000a.p013b.p020e.p021a;
import p000a.p013b.p020e.p023c.C0211a;
/* renamed from: a.b.e.a.c */
/* compiled from: EmptyDisposable */
public enum C0194c implements C0211a<Object> {
INSTANCE,
NEVER;
/* renamed from: a */
public int mo388a(int i) {
return i & 2;
}
/* renamed from:... | [
"tuanlq@funtap.vn"
] | tuanlq@funtap.vn |
babd786813cb1dbe52012a689d3eff899be0cc3b | 2328022c0fdb34596a98092b4b5aa38550f23b53 | /modules/scripts/MiscGetTime.java | 1929408f1297cbe9add46f3174a27c523d7dc108 | [] | no_license | cybergarage/CyberToolbox4Java3D | 2d90f09af90a49aac783a0da819a4bb570013935 | 936b7c7274b6f1a12c4b806aff1f2c797c842e25 | refs/heads/master | 2023-03-23T18:54:45.209327 | 2014-12-03T16:36:33 | 2014-12-03T16:36:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 712 | java | /*----------------------------------------------------------------
*
* CyberToolBox for Java
*
* Copyright (C) Satoshi Konno 1998-1999
*
* File: MiscGetTime.java
*
----------------------------------------------------------------*/
import java.util.*;
public class MiscGetTime extends Module {
Calendar... | [
"skonno@cybergarage.org"
] | skonno@cybergarage.org |
5e8712edf52743e45cd07b8e448018b360af5e9f | d57fc3d03a9fba5c45507f0d30e00fca7a09d55f | /app/src/main/java/com/lsjr/zizisteward/activity/PaySuccessActivity.java | c11b03ec44ee89ac86b3fd369a840bf8c9262842 | [] | no_license | gyymz1993/V6.1 | 8bc1cd4d9c10890331a4366b06c9384c7ba9068c | ecb13d853b4adc69f915ec24ff3cd501f99ee80e | refs/heads/master | 2020-03-28T21:41:16.584853 | 2017-06-20T11:58:41 | 2017-06-20T11:58:41 | 94,621,793 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,117 | java | package com.lsjr.zizisteward.activity;
import java.util.HashMap;
import java.util.List;
import com.lsjr.zizisteward.R;
import com.lsjr.zizisteward.basic.App;
import com.lsjr.zizisteward.basic.BaseActivity;
import com.lsjr.zizisteward.http.HttpClientGet;
import com.lsjr.zizisteward.utils.EncryptUtils;
import com.lsjr.... | [
"gyymz1993@126.com"
] | gyymz1993@126.com |
65d1477d52701b8a0f06d4cfbb6d588a7c9566f2 | 4364f8e72fe2a3e04bd7c9257234a6f55474f968 | /AMS_电子对账/code/server/source/com.yss.uco.elecreco/src/main/java/com/yss/uco/elecreco/er/special/zb/dao/ErSpecialZbTableName.java | 4f5950351efabecfa16072bf89718c0924bc23b5 | [] | no_license | l871993962/liminglei | f511ac1cc0c53a8811eaee6a7038f72f6a7ee4cc | acbd64ce548e97a729b964418fb6edd0c9e78302 | refs/heads/master | 2023-08-03T03:39:25.813790 | 2021-09-27T01:44:51 | 2021-09-27T01:44:51 | 409,838,699 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 305 | java | package com.yss.uco.elecreco.er.special.zb.dao;
public enum ErSpecialZbTableName {
table("T_D_ER_SPECIAL_ZB"),
recycle("R_D_ER_SPECIAL_ZB_R");
private String value;
private ErSpecialZbTableName(String value) {
this.value = value;
}
public String toString() {
return this.value.toString();
}
} | [
"l871993962@gmail.com"
] | l871993962@gmail.com |
88fe0475aba2a3f898bb4bba1297512461acd6bc | d1edf57af95a9fb433cf1b92fa6ea72bb231ec4a | /easyFramework/prj/src/main/java/sshdemo/core/mq/MQSender.java | 2613eb5e16ca9633c0b17c6433ce93f88da16e5c | [
"MIT"
] | permissive | atealxt/work-workspaces | 9e6a31945e548a30944d0a6f33f582a943bb84c0 | f3a59de7ecb3b3278473209224307d440003fc42 | refs/heads/master | 2022-12-20T23:59:37.712712 | 2021-12-20T01:17:33 | 2021-12-20T01:17:33 | 25,240,234 | 0 | 2 | MIT | 2022-12-15T23:36:54 | 2014-10-15T05:31:42 | Java | UTF-8 | Java | false | false | 1,286 | java | package sshdemo.core.mq;
import java.io.Serializable;
public interface MQSender {
void setPersistent(final boolean persistent);
/** 发送出去的消息的存活时间。默认为0,即永不超时 */
void setTimeToLive(long millisecond);
void sendMessage2Queue(final String dest, final String msg) throws MQException;
void sendMessage2... | [
"atealxt@gmail.com"
] | atealxt@gmail.com |
9485d3320d4d7194cc480a2172f1937a9eadd29d | a2054e8dbec716aec5af2e0269128c19be9551c1 | /Character_Main/test/net/sf/anathema/hero/initialization/DummyHeroModel.java | e1c3dfe5e42d9803541e2bb752fc0ae943fee252 | [] | no_license | oxford-fumble/anathema | a2cf9e1429fa875718460e6017119c4588f12ffe | 2ba9b506297e1e7a413dee7bfdbcd6af80a6d9ec | refs/heads/master | 2021-01-18T05:08:33.046966 | 2013-06-28T14:50:45 | 2013-06-28T14:50:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 694 | java | package net.sf.anathema.hero.initialization;
import net.sf.anathema.hero.change.ChangeAnnouncer;
import net.sf.anathema.hero.model.Hero;
import net.sf.anathema.hero.model.HeroModel;
import net.sf.anathema.hero.model.InitializationContext;
import net.sf.anathema.lib.util.Identifier;
public class DummyHeroModel impleme... | [
"ursreupke@gmail.com"
] | ursreupke@gmail.com |
f3ed548a8de1e1d85d209f40f87dc73a912fe15e | bf7b4c21300a8ccebb380e0e0a031982466ccd83 | /middlewareConcepts2014-master/Assignment3/lib/jacorb-3.4/demo/corbaloc/src/demo/corbaloc/Server.java | d1ab638a553d06ca3d1140ea8183d0808d5ff566 | [] | no_license | Puriakshat/Tuberlin | 3fe36b970aabad30ed95e8a07c2f875e4912a3db | 28dcf7f7edfe7320c740c306b1c0593a6c1b3115 | refs/heads/master | 2021-01-19T07:30:16.857479 | 2014-11-06T18:49:16 | 2014-11-06T18:49:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,070 | java |
package demo.corbaloc;
import java.util.Properties;
import java.io.*;
import org.jacorb.orb.util.*;
import org.omg.CORBA.ORB;
import org.omg.CORBA.Policy;
import org.omg.PortableServer.IdAssignmentPolicyValue;
import org.omg.PortableServer.LifespanPolicyValue;
import org.omg.PortableServer.POA;
import org.omg.Portabl... | [
"puri.akshat@gmail.com"
] | puri.akshat@gmail.com |
fecd23197183ce49afddca9767213d38e88d211c | a1826c2ed9c12cfc395fb1a14c1a2e1f097155cb | /ltl-20190510/src/main/java/com/aliyun/ltl20190510/models/AttachDataRequest.java | 434d79a83ee423d97cd958cf449deee8bbd6ed04 | [
"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 | 1,595 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.ltl20190510.models;
import com.aliyun.tea.*;
public class AttachDataRequest extends TeaModel {
@NameInMap("ApiVersion")
public String apiVersion;
@NameInMap("BusinessId")
public String businessId;
@NameInMap("Key")
pub... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
aada24833339ceb3607acd60ca2ed24b05d744b4 | ca06942faac83cc404181d48eabebdfe8c708be2 | /WebUtilServices/src/main/java/com/fw/webutil/service/email/EmailService.java | 372c38afc71f433f732ab70469db1c6ad0e50cf2 | [] | no_license | akranthikiran/webutils | fe912c5a25695e6cbdf0256ed8d37ae8a87094e3 | 4d91e12c639f3d084dfb3f0ae47ad217eb9e3802 | refs/heads/master | 2021-01-25T05:22:53.821100 | 2015-08-21T08:50:38 | 2015-08-21T08:50:38 | 39,637,867 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 6,395 | java | package com.fw.webutil.service.email;
import java.util.HashMap;
import java.util.Map;
import java.util.Properties;
import javax.annotation.PostConstruct;
import javax.mail.Authenticator;
import javax.mail.Message;
import javax.mail.MessagingException;
import javax.mail.PasswordAuthentication;
import javax.... | [
"akranthikiran@gmail.com"
] | akranthikiran@gmail.com |
adeec21a3802f043b60121da01c97de11d9a7933 | b5f04fcf9e924a8387d8a9477b04881e84200844 | /platform/src/com/tao/common/util/DesUtil.java | 2f2b93d857ae15685656266aa6b52558cf325cea | [] | no_license | wangtaogx/platform | 740091243ef256e81f16ffe0bfda111adf2995f8 | b68347862c623272d71248fded4163a26318d730 | refs/heads/master | 2021-01-10T01:37:51.201718 | 2016-01-19T12:40:24 | 2016-01-19T12:40:24 | 49,879,614 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,158 | java | package com.tao.common.util;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.InputStream;
import java.io.OutputStream;
import java.security.Key;
import java.security.SecureRandom;
import javax.crypto.Cipher;
import javax.crypto.CipherInputStream;
import javax.crypto.CipherOutputStream;... | [
"584692417@qq.com"
] | 584692417@qq.com |
a9b3aee28ed27e362ef2a7f274bb5d98400577f5 | 4aa90348abcb2119011728dc067afd501f275374 | /app/src/main/java/com/tencent/mm/plugin/appbrand/page/p$25.java | 518818dc6b1881d0ea3d6bcda2eba4acfbb4a7b5 | [] | no_license | jambestwick/HackWechat | 0d4ceb2d79ccddb45004ca667e9a6a984a80f0f6 | 6a34899c8bfd50d19e5a5ec36a58218598172a6b | refs/heads/master | 2022-01-27T12:48:43.446804 | 2021-12-29T10:36:30 | 2021-12-29T10:36:30 | 249,366,791 | 0 | 0 | null | 2020-03-23T07:48:32 | 2020-03-23T07:48:32 | null | UTF-8 | Java | false | false | 344 | java | package com.tencent.mm.plugin.appbrand.page;
class p$25 implements Runnable {
final /* synthetic */ p jEg;
final /* synthetic */ boolean jEp;
p$25(p pVar, boolean z) {
this.jEg = pVar;
this.jEp = z;
}
public final void run() {
this.jEg.jDT.dd(this.jEp);
this.jEg.jD... | [
"malin.myemail@163.com"
] | malin.myemail@163.com |
3fdf4baf2edb04ce1e7b201e1e02c2e358e07adb | 979e1fb047c78c2c21d0da39db8eb1be75575033 | /mysql-protocol/src/main/java/com/yuqi/protocol/pkg/response/QuitPackage.java | b2bb563c3ce03b3ee9903c3ecb74ad53d85a742b | [] | no_license | yuqi1129/schema | fae466f7a4e8030bb9614b9f0e6ee7bcfeab35d5 | 7ad18532dee304fb8fffd04273e77a38a471d6bd | refs/heads/master | 2023-07-22T13:58:03.480447 | 2022-08-29T07:11:52 | 2022-08-29T07:14:11 | 239,989,609 | 92 | 38 | null | 2023-07-05T20:49:46 | 2020-02-12T10:50:49 | Java | UTF-8 | Java | false | false | 359 | java | package com.yuqi.protocol.pkg.response;
import com.yuqi.protocol.pkg.AbstractReaderAndWriter;
import io.netty.buffer.ByteBuf;
/**
* @author yuqi
* @mail yuqi4733@gmail.com
* @description your description
* @time 10/7/20 19:22
**/
public class QuitPackage extends AbstractReaderAndWriter {
@Override
public... | [
"yuqi4733@gmail.com"
] | yuqi4733@gmail.com |
fa2fe2d2314422d611a89383af89d13e2586da50 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/23/23_962620a800b50167387c98695d067dca886fba0a/ConfigureProblemSeverityMarkerResolution/23_962620a800b50167387c98695d067dca886fba0a_ConfigureProblemSeverityMarkerResolution_t.java | 8a808f9313ec1e60a7165cae7b44247ae748a6fc | [] | 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,736 | java | /*******************************************************************************
* Copyright (c) 2011 Red Hat, Inc.
* Distributed under license by Red Hat, Inc. All rights reserved.
* This program is made available under the terms of the
* Eclipse Public License v1.0 which accompanies this distribution,
* an... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
509a8c508ee84d78244d974fd1b4b53529085e85 | ac5afca1ac2105490451bbe3602f3108ce495795 | /10-java/10-java-security/src/main/java/com/myimooc/java/security/mac/DemoMac.java | a229ab498b4435b9e0caafffced765e74b4ccb64 | [] | no_license | hongleixia/study-imooc | 098b026092df3414a7bfa07b4baaa85ea7e79a93 | c7cbaeaaba7cf99611c12bdae7ac8a5c11b1613b | refs/heads/master | 2021-05-09T01:16:47.704913 | 2020-04-02T01:32:52 | 2020-04-02T01:32:52 | 119,794,327 | 1 | 0 | null | 2020-04-02T01:38:42 | 2018-02-01T06:36:43 | Java | UTF-8 | Java | false | false | 2,307 | java | package com.myimooc.java.security.mac;
import org.apache.commons.codec.binary.Hex;
import org.bouncycastle.crypto.digests.MD5Digest;
import org.bouncycastle.crypto.macs.HMac;
import org.bouncycastle.crypto.params.KeyParameter;
import javax.crypto.KeyGenerator;
import javax.crypto.Mac;
import javax.crypto.SecretKey;
i... | [
"zccoder@aliyun.com"
] | zccoder@aliyun.com |
6947afd785a01b48ad16db1ada2ab2d16e724b41 | adddfae434c0280a3aa959b0bf0eb9b309eebbea | /sl-mall/slmall-module/slmall-mmall/src/main/java/com/cycloneboy/springcloud/slmall/module/mmall/service/IProductService.java | 3fd52f6783f9bdc87babfe6f47cb99c4cf6dfe97 | [] | no_license | CycloneBoy/springcloud-learn | 957ec212d05e1aa281354f10d25ec23fa26132da | 821815806c36d2936c8ba40631bd685938e416ef | refs/heads/master | 2022-06-28T02:51:16.648319 | 2020-01-22T07:45:52 | 2020-01-22T07:45:52 | 224,870,793 | 1 | 0 | null | 2022-06-17T02:44:05 | 2019-11-29T14:37:07 | JavaScript | UTF-8 | Java | false | false | 1,161 | java | package com.cycloneboy.springcloud.slmall.module.mmall.service;
import com.cycloneboy.springcloud.slmall.common.base.BaseXCloudService;
import com.cycloneboy.springcloud.slmall.common.model.PageInfo;
import com.cycloneboy.springcloud.slmall.module.mmall.common.ServerResponse;
import com.cycloneboy.springcloud.slmall.m... | [
"xuanfeng1992@gmail.com"
] | xuanfeng1992@gmail.com |
f905fd8da78368e621f02a32d3c88b5e9b28c6f5 | 0f458c246865fa1234e93771173d5a831a47229c | /power-annotations/tck/src/main/java/com/github/t1/annotations/tck/CombinedAnnotationClasses.java | 35659fbdb7e3ffe5d689d864e6564163ef51bc54 | [
"Apache-2.0"
] | permissive | gunnarmorling/smallrye-graphql | b612665ffdc8237eb17542eb04e9eb37bbbf88f1 | 076db58d2dcc73d99391a73301b6769db6c89342 | refs/heads/main | 2023-09-02T19:15:40.388394 | 2021-11-12T06:40:58 | 2021-11-12T06:40:58 | 427,678,756 | 0 | 0 | Apache-2.0 | 2021-11-13T13:53:40 | 2021-11-13T13:53:40 | null | UTF-8 | Java | false | false | 869 | java | package com.github.t1.annotations.tck;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
import java.lang.annotation.Retention;
import com.github.t1.annotations.Stereotype;
public class CombinedAnnotationClasses {
@Stereotype
@SomeAnnotation("from-stereotype")
@Retention(RUNTIME)
public @i... | [
"snackbox@sinntr.eu"
] | snackbox@sinntr.eu |
9976c1de012f4142809d916d6d9ee23d18642592 | 5ecc9cf7bef5fa9d53a51a1950dae4a39d913b10 | /designPatterns/src/main/java/com/ju/designpatterns/mediator/Subject.java | 1c4b7901ed9d7839fb931076823f691483a59127 | [
"Apache-2.0"
] | permissive | ThornJuice/MySamples | 0094958bf0e0235feaaa96fcaf8a3ecee45c6d06 | fbc4f6e1905165ec0348f2856a4dc04c1010bb8e | refs/heads/master | 2021-06-17T05:58:24.186532 | 2021-06-09T04:11:23 | 2021-06-09T04:11:23 | 203,276,048 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 189 | java | package com.ju.designpatterns.mediator;
public abstract class Subject {
protected Mediator mediator;
public Subject(Mediator mediator) {
this.mediator = mediator;
}
}
| [
"1292571922@qq.com"
] | 1292571922@qq.com |
765ce2fdc90fbf1cffa1a4bfc3e038adb3b462f3 | 3ef55e152decb43bdd90e3de821ffea1a2ec8f75 | /large/third-party/other/external-module-1068/src/java/external_module_1068/a/Foo0.java | 053a6be8a83bb80e328000cda3c300a0e1469eef | [
"BSD-3-Clause"
] | permissive | salesforce/bazel-ls-demo-project | 5cc6ef749d65d6626080f3a94239b6a509ef145a | 948ed278f87338edd7e40af68b8690ae4f73ebf0 | refs/heads/master | 2023-06-24T08:06:06.084651 | 2023-03-14T11:54:29 | 2023-03-14T11:54:29 | 241,489,944 | 0 | 5 | BSD-3-Clause | 2023-03-27T11:28:14 | 2020-02-18T23:30:47 | Java | UTF-8 | Java | false | false | 1,241 | java | package external_module_1068.a;
import java.awt.datatransfer.*;
import java.beans.beancontext.*;
import java.io.*;
/**
* Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut
* labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo ... | [
"gwagenknecht@salesforce.com"
] | gwagenknecht@salesforce.com |
45d29528ab814f3c38175c80fce8f4b2d7ea73ee | 0fd4f55b08bf6cee6a505f2346926a1e4c9bde24 | /Java Design Patterns - A Programmer's Approach/Structural Design Patterns/Facade/Set of Interfaces/OracleHelper.java | 5c972e4756de3e1c103a8d1c6b8230488a5f70ff | [] | no_license | david2999999/Advanced-Java | 1d7089a050fa1b8e1b574aa4855b10363b1ad383 | 78f17038c75be8c5d3456d92ac81841fb502bf56 | refs/heads/master | 2021-07-19T19:03:06.061598 | 2020-04-08T19:37:40 | 2020-04-08T19:37:40 | 128,837,674 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 520 | java | package com.journaldev.design.facade;
import java.sql.Connection;
public class OracleHelper {
public static Connection getOracleDBConnection(){
//get MySql DB connection using connection parameters
return null;
}
public void generateOraclePDFReport(String tableName, Connection con){
... | [
"djiang86@binghamton.edu"
] | djiang86@binghamton.edu |
00618660ea6b258142839a6e6519da6bd65bd112 | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/MATH-58b-3-14-NSGA_II-WeightedSum:TestLen:CallDiversity/org/apache/commons/math/optimization/fitting/CurveFitter$TheoreticalValuesFunction_ESTest_scaffolding.java | b2672f4c54aaa6506bf187b9cc10a4632050fb64 | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 486 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Thu Apr 02 04:25:06 UTC 2020
*/
package org.apache.commons.math.optimization.fitting;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
7ab2d985173f169a8c7acce09922262c0e981588 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/1/1_cfb9f06d16b5d85d8932354ba5d444a603ceff2d/PreviewLabel/1_cfb9f06d16b5d85d8932354ba5d444a603ceff2d_PreviewLabel_t.java | b88246954e32125e0703436c96684efda8377148 | [] | 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 | 5,744 | java | /*
* This file is part of muCommander, http://www.mucommander.com
* Copyright (C) 2002-2007 Maxence Bernard
*
* muCommander is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the ... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
4bec4c2802a64eb621cf11d6e3adfa14061f3d9d | ec8f81e3d04ad3454e13bce17f1a100f2daa752e | /src/main/java/demo/spring/boot/demospringboot/jpa/constant/StorageEnum.java | 0636251bc435f616382be9fca36c22ccaac2ddc2 | [] | no_license | SunnyLay/film | 6f520795363dd8ce22230dde674206e902ea5eec | aac69e2dcf42758067e733c76a62132dce2f3e61 | refs/heads/master | 2020-03-10T06:20:38.828506 | 2018-04-12T07:14:08 | 2018-04-12T07:14:08 | 129,237,675 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 516 | java | package demo.spring.boot.demospringboot.jpa.constant;
/**
* 2018/4/8 Created by chao
*/
public enum StorageEnum {
SEARCH_HISTORY("search_history"), FIND_RECORD("find_record");
private String category;
StorageEnum(String category) {
this.category = category;
}
public String getCate... | [
"m18888106873@163.com"
] | m18888106873@163.com |
3188b6cb9f73574138813fd29c1fca6228ff2ac4 | 89e7bc905c5527041f786e5af05eb87c3cc81f95 | /yulin-digital-library/library-cas/src/test/java/com/yulin/library/PasswordTest.java | 746f35532d3c4ad3117722be7bf381ac5bdf187f | [] | no_license | SANDUO421/sd-shiro | a8f0ce721025aa8f0f04dbbe6ab160d7677b4575 | 278405761e53861e00f134b2853e36fad14c25a2 | refs/heads/master | 2022-10-19T22:03:03.840128 | 2020-04-17T01:48:40 | 2020-04-17T01:48:40 | 251,183,782 | 0 | 0 | null | 2022-10-12T20:43:38 | 2020-03-30T02:42:10 | Java | UTF-8 | Java | false | false | 606 | java | package com.yulin.library;
import cn.hutool.core.codec.Base64;
import org.junit.Test;
import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder;
import org.springframework.security.crypto.password.PasswordEncoder;
public class PasswordTest {
@Test
public void passwordTest(){
PasswordEnc... | [
"sanduo10086@foxmail.com"
] | sanduo10086@foxmail.com |
3be9722ec21df3304590f7007cd511175277ef34 | c9796a20cf56aa01ecbc2ff3985703b17bfb51fe | /leetcode/UniqueBinarySearchTreesII/20210213.Solution.java | 3993ce3adbdfb507aa7d9dcb35db86530b7d1fe2 | [] | no_license | iamslash/learntocode | a62329710d36b21f8025961c0ad9b333c10e973a | 63faf361cd4eefe0f6f1e50c49ea22577a75ea74 | refs/heads/master | 2023-08-31T08:20:08.608771 | 2023-08-31T00:05:06 | 2023-08-31T00:05:06 | 52,074,001 | 7 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,051 | java | // Copyright (C) 2020 by iamslash
import java.util.*;
public class TreeNode {
int val;
TreeNode left;
TreeNode right;
TreeNode() {}
TreeNode(int val) { this.val = val; }
TreeNode(int val, TreeNode left, TreeNode right) {
this.val = val;
this.left = left;
this.right = right;
}
}
// 0ms 1... | [
"iamslash@gmail.com"
] | iamslash@gmail.com |
5956bb1bbbf25d96da63dca8afd5920e8ca5ca7d | 70e207ac63da49eddd761a6e3a901e693f4ec480 | /net.certware.state.gui.diagram/src/stateAnalysis/diagram/providers/assistants/StateAnalysisModelingAssistantProviderOfDeviceCommandEditPart.java | a8de4ce0d8855c48d18a8df56d454a02e9a6e88d | [
"Apache-2.0"
] | permissive | arindam7development/CertWare | 43be650539963b1efef4ce4cad164f23185d094b | cbbfdb6012229444d3c0d7e64c08ac2a15081518 | refs/heads/master | 2020-05-29T11:38:08.794116 | 2016-03-29T13:56:37 | 2016-03-29T13:56:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 249 | java | /*
*
*/
package stateAnalysis.diagram.providers.assistants;
/**
* @generated
*/
public class StateAnalysisModelingAssistantProviderOfDeviceCommandEditPart
extends
stateAnalysis.diagram.providers.StateAnalysisModelingAssistantProvider {
}
| [
"mrb@certware.net"
] | mrb@certware.net |
c1cfa37941553345ec24da29c4d143e7af88e344 | 704507754a9e7f300dfab163e97cd976b677661b | /src/com/sun/org/apache/xml/internal/security/exceptions/XMLSecurityRuntimeException.java | 8f8edc782c3a5b5f95b848b42270218426b2264e | [] | no_license | ossaw/jdk | 60e7ca5e9f64541d07933af25c332e806e914d2a | b9d61d6ade341b4340afb535b499c09a8be0cfc8 | refs/heads/master | 2020-03-27T02:23:14.010857 | 2019-08-07T06:32:34 | 2019-08-07T06:32:34 | 145,785,700 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,665 | java | /*
* Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for a... | [
"jianghao7625@gmail.com"
] | jianghao7625@gmail.com |
4457b3ee5f7c1ab0208a06e189217784b85dc630 | dfa945d8bfa2d4e2b8006a2cfffdf4ec7217cee7 | /eitaa-src/messenger/exoplayer/metadata/id3/ApicFrame.java | 91e51eec4d5bff7fe4d09f162fe20e816305aece | [] | no_license | ondfly/cmp_eitaa_telegram | fd0b258fec8318bd5380baba4708882014c70dc1 | 79a1473e04f5fe57fe05570117dfda9a3e8c755d | refs/heads/master | 2020-03-14T13:03:57.239807 | 2018-04-30T17:18:47 | 2018-05-01T17:16:21 | 131,624,694 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 739 | java | package ir.eitaa.messenger.exoplayer.metadata.id3;
public final class ApicFrame
extends Id3Frame
{
public static final String ID = "APIC";
public final String description;
public final String mimeType;
public final byte[] pictureData;
public final int pictureType;
public ApicFrame(String paramString1,... | [
"ondfly@b00mrang"
] | ondfly@b00mrang |
432e516bcb6307bce0d65aa947b99525b3076cb0 | 2077c64342e1170c797f8e58e8a0a1a04a92694c | /JADEOntologies/ontology/CBR/impl/DefaultIsRootTaxon.java | b89233b3532376fd2443c3ce20b20f3414bbcfd0 | [] | no_license | prodriguezsv/SMDBCIE-RSC | 0a34dc2e8d80119333ab5ba256c3f0659e3a0549 | 55702c77968f039b125f70ab2cd789a86490e91b | refs/heads/master | 2020-05-30T18:45:34.045628 | 2009-11-12T15:19:49 | 2009-11-12T15:19:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,315 | java | package ontology.CBR.impl;
import java.io.Serializable;
import java.beans.PropertyChangeSupport;
import java.beans.PropertyChangeListener;
import ontology.CBR.*;
/**
* Protege name: IsRootTaxon
* @author ontology bean generator
* @version 2009/10/17, 19:00:46
*/
public class DefaultIsRootTaxon implements IsRootTaxon... | [
"prodriguezsv@msn.com"
] | prodriguezsv@msn.com |
28031fe6735e7f22d7d67ca328e1eea1f7d1a283 | 1584faa7facf9b2fa2e0fb6d8ecb672a6457a782 | /week-02/exercises/object-exercises/src/Exercise04.java | ca85216bd96df7c9cfa59fefbe5fe67ba64f7055 | [] | no_license | JacobRosenbaum/dev10-classwork | 4c652f1a187df78b9a138b13688b7964766b9f49 | b1444ce74f590462536cb10c04e3e6c87cc2bd1f | refs/heads/main | 2023-03-04T04:58:59.065185 | 2021-02-19T18:25:16 | 2021-02-19T18:25:16 | 319,703,778 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,145 | java | import java.util.Scanner;
public class Exercise04 {
public static void main(String[] args) {
Scanner console = new Scanner(System.in);
String end = "";
// 1. Add an empty constructor to Musician.
// 2. Uncomment the code below and make sure it runs.
do {
... | [
"jacobrosenbaum95@gmail.com"
] | jacobrosenbaum95@gmail.com |
902c9cc696a9968163f7954fb99149b7be158e2d | 00ee55a6598cdbac087ccfd26cc36a578dbb485e | /rest/src/main/java/pl/edu/icm/unity/rest/jwt/authn/JWTVerificator.java | b73c745f705f695350a5c1dc3b442a4cbd20ac5f | [] | no_license | ngohuusang/unity | c01672c9f94be235162a85def395a0c7f7ab6ecd | bbb56b56d5c6e980955c0c14de098f86b273fbc7 | refs/heads/master | 2021-05-12T13:24:38.096590 | 2017-11-02T18:11:43 | 2017-11-02T18:11:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,691 | java | /*
* Copyright (c) 2014 ICM Uniwersytet Warszawski All rights reserved.
* See LICENCE.txt file for licensing information.
*/
package pl.edu.icm.unity.rest.jwt.authn;
import java.io.CharArrayWriter;
import java.io.IOException;
import java.io.StringReader;
import java.text.ParseException;
import java.util.List;
impor... | [
"golbi@unity-idm.eu"
] | golbi@unity-idm.eu |
238c943a93a3d870f834013a8ae2b4cd7045ee34 | 8e3f7ac78fd5ef8b0cdc66568d6c7c5b3460de7d | /src/test/java/bd/ac/buet/security/jwt/JWTFilterTest.java | fe0eba596a43eeba30223bfd9713770aa268967a | [] | no_license | monjurmorshed793/topic-modeling | 95c8e35a1aac04ee984ca37aaf73576f7a5610c4 | 9dfdf1566e94bcf6d7dfe1f16c193d48de393d04 | refs/heads/main | 2023-07-16T06:48:13.108027 | 2021-08-30T20:14:45 | 2021-08-30T20:14:45 | 399,573,880 | 0 | 0 | null | 2021-08-30T07:05:14 | 2021-08-24T18:55:51 | Java | UTF-8 | Java | false | false | 6,184 | java | package bd.ac.buet.security.jwt;
import static org.assertj.core.api.Assertions.assertThat;
import bd.ac.buet.security.AuthoritiesConstants;
import io.jsonwebtoken.io.Decoders;
import io.jsonwebtoken.security.Keys;
import java.util.Collections;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test... | [
"monjurmorshed793@gmail.com"
] | monjurmorshed793@gmail.com |
c2ddb72a44027c7e91e389a9e13c4b669c8a6aec | 15b260ccada93e20bb696ae19b14ec62e78ed023 | /v2/src/main/java/com/alipay/api/domain/VoucherUseGuideInfo.java | 58a6ed7e6fb9ab15d349cb28f7487447e0f8ad89 | [
"Apache-2.0"
] | permissive | alipay/alipay-sdk-java-all | df461d00ead2be06d834c37ab1befa110736b5ab | 8cd1750da98ce62dbc931ed437f6101684fbb66a | refs/heads/master | 2023-08-27T03:59:06.566567 | 2023-08-22T14:54:57 | 2023-08-22T14:54:57 | 132,569,986 | 470 | 207 | Apache-2.0 | 2022-12-25T07:37:40 | 2018-05-08T07:19:22 | Java | UTF-8 | Java | false | false | 1,077 | java | package com.alipay.api.domain;
import java.util.List;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.internal.mapping.ApiListField;
/**
* 券核销引导
*
* @author auto create
* @since 1.0, 2023-07-21 11:25:47
*/
public class VoucherUseGuideInfo extends Alipay... | [
"auto-publish"
] | auto-publish |
60c3550e6a6e2aba9c58b649622440df4c3aef15 | 0df6393399252e94bf7dc1090e584b06052cdd89 | /src/main/java/com/zhazhapan/efo/service/impl/CategoryServiceImpl.java | 4c3ce4e8fca0c68f61d0ee92d07f95114f875c78 | [
"MIT"
] | permissive | lixiaochun/efo | f8bbfdead2b6e07bc70e5701a438e2f7fba803d2 | 07137a9768908601e4eae6e97267d727fe7e01cb | refs/heads/master | 2020-03-15T15:51:31.538065 | 2018-03-15T15:23:21 | 2018-03-15T15:23:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,662 | java | package com.zhazhapan.efo.service.impl;
import com.zhazhapan.efo.dao.CategoryDAO;
import com.zhazhapan.efo.entity.Category;
import com.zhazhapan.efo.modules.constant.DefaultValues;
import com.zhazhapan.efo.service.ICategoryService;
import com.zhazhapan.util.Checker;
import org.springframework.beans.factory.annotation.... | [
"tao@zhazhapan.com"
] | tao@zhazhapan.com |
24e5fa4f5f0c179f74a6709fb6625a6cac97e831 | fb079e82c42cea89a3faea928d4caf0df4954b05 | /Физкультура/ВДНХ/VelnessBMSTU_v1.2b_apkpure.com_source_from_JADX/com/google/android/gms/internal/zzegb.java | f8f0dc64b1a81be143dac6c23fb7bfbb042845a8 | [] | no_license | Belousov-EA/university | 33c80c701871379b6ef9aa3da8f731ccf698d242 | 6ec7303ca964081c52f259051833a045f0c91a39 | refs/heads/master | 2022-01-21T17:46:30.732221 | 2022-01-10T20:27:15 | 2022-01-10T20:27:15 | 123,337,018 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 335 | java | package com.google.android.gms.internal;
import java.lang.Thread.UncaughtExceptionHandler;
public interface zzegb {
public static final zzegb zzmwp = new zzegc();
void zza(Thread thread, String str);
void zza(Thread thread, UncaughtExceptionHandler uncaughtExceptionHandler);
void zza(Thread thread,... | [
"Belousov.EA98@gmail.com"
] | Belousov.EA98@gmail.com |
f4e5e206ca2ea2abf8364cb956013cf18d3d8c06 | fba8af31d5d36d8a6cf0c341faed98b6cd5ec0cb | /src/main/java/com/alipay/api/domain/AntMerchantExpandScodeEledeUnsignModel.java | 9f192e845a40ea830f69a05abbce2fbbecd3d932 | [
"Apache-2.0"
] | permissive | planesweep/alipay-sdk-java-all | b60ea1437e3377582bd08c61f942018891ce7762 | 637edbcc5ed137c2b55064521f24b675c3080e37 | refs/heads/master | 2020-12-12T09:23:19.133661 | 2020-01-09T11:04:31 | 2020-01-09T11:04:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 843 | java | package com.alipay.api.domain;
import java.util.List;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.internal.mapping.ApiListField;
/**
* 饿了么餐饮批量去标接口
*
* @author auto create
* @since 1.0, 2019-11-14 17:28:30
*/
public class AntMerchantExp... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
e6b8cf0d222ba828ee8151cb89f6e6c0e038b25e | dc2e852ec689a65f53a785ae9c8098fe1339ed01 | /src/main/java/catalog/Catalog.java | d18e3f4bbe74da457de3a3b1e196026bcb3079a3 | [] | no_license | manikola/prep_for_exam | a46e3c3e440f9a8de5e856e09ccd0c7bafe5ac3c | 43c8d51f5201a6102ad75350b4fa21d33cb2c04e | refs/heads/master | 2023-04-08T02:29:59.619694 | 2021-04-28T06:45:24 | 2021-04-28T06:45:24 | 362,028,467 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,629 | java | package catalog;
import java.util.ArrayList;
import java.util.List;
public class Catalog {
List<CatalogItem> catalogItems = new ArrayList<>();
public void addItem(CatalogItem item) {
catalogItems.add(item);
}
public void deleteItemByRegistrationNumber(String regNr) {
for (int i = 0;... | [
"66733574+manikola@users.noreply.github.com"
] | 66733574+manikola@users.noreply.github.com |
055ef01818e2530452255b5f7027b8ec243c3f43 | 32b72e1dc8b6ee1be2e80bb70a03a021c83db550 | /ast_results/gstraube_cythara/app/src/main/java/be/tarsos/dsp/wavelet/lift/HaarWavelet.java | 08b52f700b1571b9ada0d7a4b7c18dcacaab794c | [] | no_license | cmFodWx5YWRhdjEyMTA5/smell-and-machine-learning | d90c41a17e88fcd99d543124eeb6e93f9133cb4a | 0564143d92f8024ff5fa6b659c2baebf827582b1 | refs/heads/master | 2020-07-13T13:53:40.297493 | 2019-01-11T11:51:18 | 2019-01-11T11:51:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,963 | java | // isComment
package be.tarsos.dsp.wavelet.lift;
/**
* isComment
*/
public class isClassOrIsInterface extends LiftingSchemeBaseWavelet {
/**
* isComment
*/
protected void isMethod(float[] isParameter, int isParameter, int isParameter) {
int isVariable = isNameExpr >> isIntegerConstant;
... | [
"matheus@melsolucoes.net"
] | matheus@melsolucoes.net |
6ed268adf6f9ffbec41edcd9df57323d7aca4734 | 13c2d3db2d49c40c74c2e6420a9cd89377f1c934 | /program_data/JavaProgramData/70/405.java | bec497b826e47300a619d6570e2f1af09457483f | [
"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 | 2,230 | java | package <missing>;
public class GlobalMembers
{
public static void Main()
{
int n;
double[] x = {0.0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0... | [
"y.yu@open.ac.uk"
] | y.yu@open.ac.uk |
c5f71d1e6eec0aab81e869a4e794e970048415e7 | c11332b77fa26820a93a5e767a3f74615365e11d | /src/main/java/Model/gradebookInterface.java | f3dd28453defa54434f796a4da0f51b617918c5e | [] | no_license | dpposnett/Java-Canvas-LMS-API | 8e52ef47c94c22ae5e5b7c159c22c58d05e8628f | 37e7362b840e78f0473e4f4d2d46c581c96fe3ec | refs/heads/master | 2023-08-13T04:43:18.783601 | 2021-10-09T10:57:52 | 2021-10-09T10:57:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,671 | java | package Model;
import Controller.gradebookController.Day;
import Controller.gradebookController.Grader;
import Controller.gradebookController.SubmissionHistory;
import Controller.gradebookController.SubmissionVersion;
import retrofit2.Call;
import retrofit2.http.GET;
import retrofit2.http.Header;
import retrofit2.http... | [
"cthacker@udel.edu"
] | cthacker@udel.edu |
78b43dac3f3ab5e21fbb62d5504e2b470b681b11 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_3ca908807783bf3c1c159b7a7433b026c503eb7d/ReplaceWithStringFormatFix/2_3ca908807783bf3c1c159b7a7433b026c503eb7d_ReplaceWithStringFormatFix_t.java | ef0b42336943c42868460eec063b60c437aa040f | [] | 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 | 5,201 | java | /*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common
* Development and Distribution License("... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
0a31d9589833e462173d848d5b68fe45e9be071b | 25e2d4e9ffdfa97bb42dcfb8549c38376625aa24 | /src/main/java/com/lulan/shincolle/ai/EntityAIShipSit.java | 8c614febd779abe05c16ab48b670cdcc4241f4c4 | [] | no_license | TartaricAcid/ShinColle | 7633dcdd983b6482b74c578840ca4663aa99779c | 0542ad0d7df99ef0548640b2fded1c43ab820585 | refs/heads/mc-1.10.2 | 2021-07-18T15:23:42.842748 | 2017-10-26T13:20:20 | 2017-10-26T13:20:20 | 108,408,720 | 0 | 0 | null | 2017-10-26T12:30:15 | 2017-10-26T12:30:14 | null | UTF-8 | Java | false | false | 1,101 | java | package com.lulan.shincolle.ai;
import com.lulan.shincolle.entity.BasicEntityShip;
import net.minecraft.entity.EntityLivingBase;
import net.minecraft.entity.ai.EntityAIBase;
/**SIT AI FOR SHIP
* 可以在液體中坐下
*/
public class EntityAIShipSit extends EntityAIBase
{
private BasicEntityShip host;
private EntityLivi... | [
"zec_tails@yahoo.com.tw"
] | zec_tails@yahoo.com.tw |
22ac48871bd43067325e0448d00f48a72dcfceaa | 129f58086770fc74c171e9c1edfd63b4257210f3 | /src/testcases/CWE23_Relative_Path_Traversal/CWE23_Relative_Path_Traversal__getCookies_Servlet_51b.java | a53a4c699b50aec2bbfcb0320e7c88ebf78f9139 | [] | no_license | glopezGitHub/Android23 | 1bd0b6a6c7ce3c7439a74f1e4dcef2c4c0fac4ba | 6215d0684c4fbdc7217ccfbedfccfca69824cc5e | refs/heads/master | 2023-03-07T15:14:59.447795 | 2023-02-06T13:59:49 | 2023-02-06T13:59:49 | 6,856,387 | 0 | 3 | null | 2023-02-06T18:38:17 | 2012-11-25T22:04:23 | Java | UTF-8 | Java | false | false | 5,535 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE23_Relative_Path_Traversal__getCookies_Servlet_51b.java
Label Definition File: CWE23_Relative_Path_Traversal.label.xml
Template File: sources-sink-51b.tmpl.java
*/
/*
* @description
* CWE: 23 Relative Path Traversal
* BadSource: getCookies_Servlet Read data from the f... | [
"guillermo.pando@gmail.com"
] | guillermo.pando@gmail.com |
68d2b07b6eee69ff22b6d037d2437854ae708878 | 59e4596f07b00a69feabb1fb119619aa58964dd4 | /StsTool.v.1.3.3/eu.aniketos.wp1.ststool.analysis.dlv/src/eu/aniketos/wp1/ststool/analysis/dlv/wrapper/DlvInputProgram.java | 4a3c7bf70d92701ad5d25fe29e61205f412a244b | [] | no_license | AniketosEU/Socio-technical-Security-Requirements | 895bac6785af1a40cb55afa9cb3dd73f83f8011f | 7ce04c023af6c3e77fa4741734da7edac103c875 | refs/heads/master | 2018-12-31T17:08:39.594985 | 2014-02-21T14:36:14 | 2014-02-21T14:36:14 | 15,801,803 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,047 | java | /*
* DlvInputProgram.java
*
* This file is part of the STS-Tool project.
* Copyright (c) 2011-2012 "University of Trento - DISI" All rights reserved.
*
* Is strictly forbidden to remove this copyright notice from this source code.
*
* Disclaimer of Warranty:
* STS-Tool (this software) is provided "as-is" and w... | [
"mattia@MacBookPro.local"
] | mattia@MacBookPro.local |
1df8334decfc09d78159eb47d66d088f79bca3ed | d315c83c3a2ff6aa62ea3b1711a6286582ea35da | /src/main/java/org/semanticwb/model/TemplateGroup.java | 7facc6dc959d8c724f7c4eb5543a3eff310c38e1 | [] | no_license | SemanticWebBuilder/SWBModel | 367226830d96d4371a60452b30b6ae36d02cada7 | 8657f03737945af3e401a1fa58342c837061dbdb | refs/heads/master | 2020-06-16T06:03:39.738026 | 2017-11-10T23:38:43 | 2017-11-10T23:38:43 | 75,239,564 | 0 | 1 | null | 2017-10-04T18:53:48 | 2016-12-01T00:27:38 | Java | UTF-8 | Java | false | false | 2,161 | java | /*
* SemanticWebBuilder es una plataforma para el desarrollo de portales y aplicaciones de integración,
* colaboración y conocimiento, que gracias al uso de tecnología semántica puede generar contextos de
* información alrededor de algún tema de interés o bien integrar información y aplicaciones de diferentes
* fue... | [
"softjei@gmail.com"
] | softjei@gmail.com |
aee057a9f50e627b3648c6d4e763bf0e2e20d4fd | 7ebc513fe01c6dfdb85b2dafbc6a2b1ec48bc20b | /src/java/c/b/b/a/e/d/ab.java | 7a747354058dc35ba9a3c5cb36170d26511d23c3 | [] | no_license | arnoldnekemiah/chessapp | b6c9b7a5aceb8912d699abf654f9ebc08a61f8d2 | f3f0b141742f55c84c7ab98966256897c6bb07f4 | refs/heads/main | 2023-04-05T00:25:54.395071 | 2021-04-13T06:12:39 | 2021-04-13T06:12:39 | 357,438,812 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 598 | java | /*
* Decompiled with CFR 0.0.
*
* Could not load the following classes:
* c.b.b.a.e.d.bb
* java.lang.Object
*/
package c.b.b.a.e.d;
import a.c.a.a;
import c.b.b.a.e.d.a4;
import c.b.b.a.e.d.bb;
import c.b.b.a.e.d.cb;
import c.b.b.a.e.d.x3;
public final class ab
implements x3<bb> {
public static final ab ... | [
"42886828+arnoldnekemiah@users.noreply.github.com"
] | 42886828+arnoldnekemiah@users.noreply.github.com |
ec5b662ad39af5cfa9fcec3bf7fce6606834f729 | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/flink/2016/8/TaskAsyncCallTest.java | fc1a5df631563a47031e2aa43dcbb02dd70f67e9 | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | Java | false | false | 7,981 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
f3b1ec7abb01428e2e46e248630296ec6b807ac7 | bf390e6589e240c6ccc325355cfd0c21fbe9d884 | /2.JavaCore/src/com/javarush/task/task19/task1907/Solution.java | 46290fd39d21e23704d8542e5493eeba81334c30 | [] | no_license | vladmeh/jrt | 84878788fbb1f10aa55d320d205f886d1df9e417 | 0272ded03ac8eced7bf901bdfcc503a4eb6da12a | refs/heads/master | 2020-04-05T11:20:15.441176 | 2019-05-22T22:24:56 | 2019-05-22T22:24:56 | 81,300,849 | 4 | 5 | null | null | null | null | UTF-8 | Java | false | false | 1,808 | java | package com.javarush.task.task19.task1907;
/*
Считаем слово
Считать с консоли имя файла.
Файл содержит слова, разделенные знаками препинания.
Вывести в консоль количество слов «world«, которые встречаются в файле.
Закрыть потоки.
Требования:
1. Программа должна считывать имя файла с консоли (используй BufferedRead... | [
"vladmeh@gmail.com"
] | vladmeh@gmail.com |
4ed7ae762f7ff8e98d7c1dab9c8617934dbb2b0c | 6ffae9d9fc04edb1c1d8fe39d2e6f0c01e39e443 | /EIUM/src/main/java/com/myspring/eium/hm/hm_p0029/controller/HM_P0029Controller.java | 57bba8b230c1705d3859658eea2fb7ea5e4136e2 | [] | no_license | rexypark/Spring | 8b5c3e1bb49164762e3f71d5112b35e19c5bb734 | dd2a19b280742c1d0e718acb1a75ed7265c0c2c1 | refs/heads/master | 2022-12-23T09:59:21.396716 | 2020-02-27T10:13:35 | 2020-02-27T10:13:35 | 239,946,239 | 0 | 0 | null | 2022-12-16T09:43:37 | 2020-02-12T06:52:19 | Java | UTF-8 | Java | false | false | 2,565 | java | package com.myspring.eium.hm.hm_p0029.controller;
import java.io.IOException;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.http.ResponseEntity;
import org.springframework.ui.Model;
import org.springframework.web.bind.... | [
"hotboa3091@naver.com"
] | hotboa3091@naver.com |
355c5444d87a307c91607f2464eda52300587137 | 692a7b9325014682d72bd41ad0af2921a86cf12e | /iWiFi/src/com/umeng/socialize/net/p.java | 5ff4093046f6357681e4c399f29f1f460bc1a21a | [] | no_license | syanle/WiFi | f76fbd9086236f8a005762c1c65001951affefb6 | d58fb3d9ae4143cbe92f6f893248e7ad788d3856 | refs/heads/master | 2021-01-20T18:39:13.181843 | 2015-10-29T12:38:57 | 2015-10-29T12:38:57 | 45,156,955 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,304 | java | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.umeng.socialize.net;
import android.content.Context;
import com.umeng.socialize.bean.SHARE_MEDIA;
import com.umeng.socialize.bean.So... | [
"arehigh@gmail.com"
] | arehigh@gmail.com |
18f2be01f2e3e4b8688e21fec954c0bc9494af6a | eb4535a0f330623f8bc53c196e1e45a47bd94296 | /core/src/main/java/io/github/vocabhunter/analysis/core/FileTool.java | 1d33b6cfc9fdb3a9c2d10c3830377044ce64776f | [
"Apache-2.0"
] | permissive | VocabHunter/VocabHunter | bae41c43018de92a28c4bc48a9fb68bc090695a4 | 66e624d7712a595981a860ab0f956c9948f14bd0 | refs/heads/master | 2023-06-25T23:54:18.689578 | 2023-06-17T16:20:50 | 2023-06-17T16:20:50 | 44,987,877 | 285 | 65 | Apache-2.0 | 2022-09-25T02:38:31 | 2015-10-26T18:10:40 | Java | UTF-8 | Java | false | false | 1,933 | java | /*
* Open Source Software published under the Apache Licence, Version 2.0.
*/
package io.github.vocabhunter.analysis.core;
import com.fasterxml.jackson.databind.ObjectMapper;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.util.List;
public final class FileTool {
... | [
"AdamCarroll@users.noreply.github.com"
] | AdamCarroll@users.noreply.github.com |
4fd686ce7b0681092fc04f628a2e260bd3a486e5 | 6ad215d36c1a1e2e14ec5dc2023cf43227134ab9 | /src/day44_Recap/PersonObjects.java | 5d79cfc732df6318d5fcc80cb1feab7b3dd84494 | [] | no_license | KseniiaMazanko/JavaProgramming_B23 | 839f3504b808bb0510c70f1ac041c0650d566b1d | ef3862ba8a40bae90545d1cfe3564ebc822ea4e5 | refs/heads/master | 2023-08-16T04:31:36.981801 | 2021-09-30T22:59:19 | 2021-09-30T22:59:19 | 387,605,760 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 483 | java | package day44_Recap;
import com.sun.xml.internal.ws.api.model.wsdl.WSDLOutput;
import java.time.LocalDate;
public class PersonObjects {
public static void main(String[] args) {
Person person1 = new Person("John", 'M', LocalDate.of(1990, 10,8), "USA", "English");
System.out.println(person1);
... | [
"ksmazanko@gmail.com"
] | ksmazanko@gmail.com |
eaf73a287e69103ed1728163cb871c6b46ed4063 | beda0d105423790292bf7690b8909f4e33e88be1 | /src/lec15search/PermDfs.java | 48b5c4adfd968b8f12a0856c4ae731c97f5d7067 | [] | no_license | wuxianyi/Algorithm_16IS12 | b820f7489cf36f50c11cd80e455a90cf081da8a8 | 2667cf2995f7664cf6c00587c430e339d19021c7 | refs/heads/master | 2020-08-02T21:19:56.010026 | 2019-04-25T15:19:24 | 2019-04-25T15:19:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 632 | java | package lec15search;
import java.util.Arrays;
//深度优先搜索遍历全排列空间
public class PermDfs {
static int n = 5;
static int[] a = new int[n];
static boolean[] vis = new boolean[n];
static void dfs(int k) {
if (k == n) {
System.out.println(Arrays.toString(a));
return;
}
... | [
"zj@webturing.com"
] | zj@webturing.com |
38b8ba0825f32711ad44ee8aa3387511854d4baf | 7e6acb0d23e368a3ca0b813458cf47b7eaf7c10f | /Network/src/http/exam01/httpPostClient.java | ce805e7283bdd1683a506efc7281e51dbf2e2ab6 | [] | no_license | KoByungWook/PrivateRepository | 12493c8bfe8869f7adfe67a6b1f46fd4e1f75bd3 | 2d1d6fbdf1f75941eb206da87631e57b89d09d34 | refs/heads/master | 2021-01-20T00:52:01.068782 | 2017-08-09T05:32:14 | 2017-08-09T05:32:14 | 89,203,318 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,948 | java | package http.exam01;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.nio.charset.Charset;
import java.util.ArrayList;
import java.util.List;
import org.apache.http.HttpEntity;
import org.apache.http.NameValuePair;
import org.apache.ht... | [
"rhquddnr0219@gmail.com"
] | rhquddnr0219@gmail.com |
0d04ece6374d52d03373fc5f9a332142d69462c4 | afe5f6de236088018792f15d848a7974d1fbf43b | /src/main/java/me/study/algorithm/hackerrank/hashmaps/counttriplets/Solution.java | 3b92c8a9391f091b07c88b4882758f4556224d73 | [] | no_license | jsyang-dev/study-algorithm | f3cdb0467ed92d018353692e361801293133fcda | 777810a2005ef5b12c1ac62ab243d2ff34856f57 | refs/heads/master | 2022-04-30T23:09:47.733748 | 2022-03-19T05:49:17 | 2022-03-19T05:49:17 | 231,118,535 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,643 | java | package me.study.algorithm.hackerrank.hashmaps.counttriplets;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
class Solution {
public long solution(List<Long> arr, long r) {
long result = 0;
Map<Long, List<Integer>> map = new HashMap<>();
... | [
"mycat83@gmail.com"
] | mycat83@gmail.com |
a5047deb7701067efeb4a6cf4df8c08bffe04626 | 7ab26d4bc788b5d437cb69992ea94b56a4899b6c | /jPSICS/src/org/catacomb/numeric/difnet/NetState.java | 89f114a4afe78508f1c4a567e0053109bd9715bc | [] | no_license | MattNolanLab/PSICS | d8e777d9a18e332231de244c23431b34c655cfa5 | 68b4f17e9aef2e6c7ca3c23da2a175eeaeb7251f | refs/heads/master | 2021-05-27T02:01:24.747112 | 2014-05-13T16:19:21 | 2014-05-13T16:19:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 905 | java | package org.catacomb.numeric.difnet;
/** any network on which a diffusion eqution can be solved.
* including isolated branched neurons, cell-bath-pipette systems,
* or gap junction networks.
*
* The diffusion calculation is perfrormed by a NetDiffuser operating on a
* DiffusiveNet, and calling the get.. and ... | [
"robert@textensor.com"
] | robert@textensor.com |
db899c3738b76c6d696d1bf22451502cf82c182f | 46786b383a16fff9c5d57b6b197b905e56a40dba | /xcloud/xcloud-common/xcloud-common-msg/src/main/java/org/waddys/xcloud/msg/serviceImpl/utils/MessageSendWorker.java | 5f2422c4fa82d69066f3100b566d342c23422157 | [] | 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 | 704 | java | /**
* Created on 2016年4月13日
*/
package org.waddys.xcloud.msg.serviceImpl.utils;
import javax.annotation.PostConstruct;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.sun.mail.handlers.message_rfc822;
/**
* 功能名: 请填写功能名
* 功能描述: 请简要描述功能的要点
... | [
"waddy87@gmail.com"
] | waddy87@gmail.com |
b0801e5b5bf3c7c9f3df79f94ac2d58d4b5a9483 | 9d6fdd64114db7d91f460453b78f0c07f3f16448 | /code/PersonPosition/src/com/yf/util/ConvertString.java | cf60ec9d7e544e0e2d743846b1984671e1a9a71f | [] | no_license | l1152695512/pifii | d9664ec168827cfb2621d5ae297a9e5ef78771eb | c3f9cd8e1a3670ba1800fe11b07f6cbd42a35def | refs/heads/master | 2020-12-24T15:58:14.602754 | 2015-07-07T10:33:30 | 2015-07-07T10:33:30 | 34,566,906 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,121 | java | package com.yf.util;
/**
*
* Description: <br/>
* Copyright(C),2010-2013,James.zhou <br/>
* This program is protected by copyright laws. <br/>
* Program Name:json字符串数据替换和截取 <br/>
* Date:2010-8-4
*
* @author James.zhou james8172@foxmail.com
* @version 1.0
*/
public class ConvertString {
// pu... | [
"1152695512@qq.com"
] | 1152695512@qq.com |
c8fad4e8a4fe4aa58bf5f5d1290fe5d80f0cf6fc | 6e7a516aee7328b10eb64a2ade1688985fa1a0b6 | /com.io7m.jtensors.core/src/main/java/com/io7m/jtensors/core/parameterized/matrices/PMatrixReadable3x3FType.java | ed3da2220f98c16e1f1db8e4fe5c45839839a4e9 | [
"ISC"
] | permissive | herike/jtensors | aebd3f1ff9bacd70e8b70018aed24082f6fd2a9c | c8d8fd96a287f1323178e59ca1a6c6772de8fd01 | refs/heads/master | 2021-06-19T07:55:13.102564 | 2017-06-27T21:22:15 | 2017-06-27T21:22:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,302 | java | /*
* Copyright © 2017 <code@io7m.com> http://io7m.com
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND ... | [
"code@io7m.com"
] | code@io7m.com |
206ea023b1a2035f9e18df4d81b99030964f5d2f | c2869cabc9cce1ba3fdd99f9f0bb5ca2716676dd | /app/src/main/java/com/example/gofp/udemy/sol/structural/bridge/classes/Car.java | 7ffaea4eb1dabedd6bff4da053a373f3e20ed583 | [] | no_license | v777779/gof_design_patterns | ecf2fbc04fa57bc295ae951b338e0644d6ecde63 | 2e67eaec4753450456ebace52287892829c4cde7 | refs/heads/master | 2022-11-13T14:52:48.812791 | 2020-06-29T11:56:34 | 2020-06-29T11:56:34 | 273,941,047 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 283 | java | package com.example.gofp.udemy.sol.structural.bridge.classes;
public class Car extends Vehicle {
public Car(Model model) {
super(model);
}
@Override
public void drive() {
model.drive("drive car");
}
} | [
"vadim.v.voronov@gmail.com"
] | vadim.v.voronov@gmail.com |
8102c4a0d6b8ac2c3323e76aea9aa30af7f56de9 | 5f2623cd1536f1966210d119bcc2e0a41cbd6fc6 | /src/main/java/com/papi/ohadasysnorm/config/LoggingConfiguration.java | c68f6fc4074bdfd3e8fd1e0977ac089580d72550 | [] | no_license | Mattisso/jhipster-Ohada-AccSys | 7b090adb0e729ae76b1226bd06ae3e31a3c158f0 | 45833d8afc2cedd9f21db6487223f8612f409585 | refs/heads/master | 2022-08-03T15:23:18.895359 | 2020-02-17T01:48:31 | 2020-02-17T01:48:31 | 239,386,924 | 0 | 0 | null | 2022-07-07T16:27:14 | 2020-02-09T22:54:16 | Java | UTF-8 | Java | false | false | 2,040 | java | package com.papi.ohadasysnorm.config;
import ch.qos.logback.classic.LoggerContext;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import io.github.jhipster.config.JHipsterProperties;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
52747cff140cfe1071616735041f2ff4cb172c84 | a8a7cc6bae2a202941e504aea4356e2a959e5e95 | /jenkow-activiti/modules/activiti-engine/src/main/java/org/activiti/engine/impl/cmd/CreateMembershipCmd.java | 2a74938ed7e5ba5454d01ef6076e214e6f4c3d98 | [
"Apache-2.0"
] | permissive | jenkinsci/jenkow-plugin | aed5d5db786ad260c16cebecf5c6bbbcbf498be5 | 228748890476b2f17f80b618c8d474a4acf2af8b | refs/heads/master | 2023-08-19T23:43:15.544100 | 2013-05-14T00:49:56 | 2013-05-14T00:49:56 | 4,395,961 | 2 | 4 | null | 2022-12-20T22:37:41 | 2012-05-21T16:58:26 | Java | UTF-8 | Java | false | false | 1,454 | java | /* 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 in writing, software
* distribut... | [
"m2spring@springdot.org"
] | m2spring@springdot.org |
5e06e3e6c07205cfaeab2bec34c5e4b49f0d0a98 | 05e5bee54209901d233f4bfa425eb6702970d6ab | /net/minecraft/server/v1_7_R4/CommandPardon.java | 8d3ceacbc39d427bc7661f48d18765798ce98617 | [] | no_license | TheShermanTanker/PaperSpigot-1.7.10 | 23f51ff301e7eb05ef6a3d6999dd2c62175c270f | ea9d33bcd075e00db27b7f26450f9dc8e6d18262 | refs/heads/master | 2022-12-24T10:32:09.048106 | 2020-09-25T15:43:22 | 2020-09-25T15:43:22 | 298,614,646 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,392 | java | /* */ package net.minecraft.server.v1_7_R4;
/* */
/* */ import java.util.List;
/* */ import net.minecraft.util.com.mojang.authlib.GameProfile;
/* */
/* */
/* */
/* */
/* */
/* */
/* */ public class CommandPardon
/* */ extends CommandAbstract
/* */ {
/* */ public Stri... | [
"tanksherman27@gmail.com"
] | tanksherman27@gmail.com |
20dc7f3c6ba65055a4023324e6a2e681333971dd | 482a0fe6424b42de7f2768f7b64c4fd36dd24054 | /apps/gmail/gmail_uncompressed/app/src/com/google/android/gms/appdatasearch/H.java | 3fed240235ed3151d9fcf66d22bac67fea639723 | [] | no_license | dan7800/SoftwareTestingGradProjectTeamB | b96d10c6b42e2e554e51fc1d7fd7a7189afe79d6 | 0ad2d46d692c77bdc75f8a82162749e2e652c7ab | refs/heads/master | 2021-01-22T09:27:25.378594 | 2015-05-15T23:59:13 | 2015-05-15T23:59:13 | 30,304,655 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,238 | java | package com.google.android.gms.appdatasearch;
import java.util.*;
public final class h
{
private String bvP;
private boolean bvQ;
private int bvR;
private boolean bvS;
private String bvT;
private final List<Feature> bvU;
private BitSet bvV;
private String bvW;
private final String ... | [
"mjthornton0112@gmail.com"
] | mjthornton0112@gmail.com |
3c91039f19da3b0646d58eb05da1e020b3ba2e0f | 03744fea71630eaa999997a0b3ebf99b7968e990 | /src/main/java/com/hnu/mes/exception/MesException.java | a505dd501c3283eaf7a2170cf8ac3524004e24c1 | [] | no_license | zhouweixin/mes | 9012e0c7373a1235aaea128f96ea93971be3f255 | 63afb2925cf5b2b92c3e97c34f6eeb42b0152d7a | refs/heads/master | 2020-03-19T23:47:18.205625 | 2018-08-22T11:36:55 | 2018-08-22T11:36:55 | 137,018,742 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 467 | java | package com.hnu.mes.exception;
/**
* MesException mes异常
*
* @author zhouweixin
*
*/
public class MesException extends RuntimeException {
private static final long serialVersionUID = 1L;
private Integer code;
public MesException(EnumException exceptionsEnum) {
super(exceptionsEnum.getMessage());
this.cod... | [
"1216840597@qq.com"
] | 1216840597@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.