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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4c7c4b45f3284fb7c7310beb26fd726b7495fd0d | 0ae7317e280a12a918a394cf5487840a1d1485ad | /src/main/java/com/goat/jdk/learn/chapter005/F021/item03/NaiveMerchant.java | 9e943076a96b35e66183012d7a2fbe94f2443ca6 | [] | no_license | yangfancoming/goatjdk | 81dd83058e133114cbe829be07186f730f9939a8 | 098ad4c495d3f45fdc1718f650306db4968d1667 | refs/heads/master | 2022-06-26T03:50:22.515609 | 2021-10-29T08:26:37 | 2021-10-29T08:26:37 | 204,645,318 | 0 | 0 | null | 2022-06-17T02:37:10 | 2019-08-27T07:26:14 | Java | UTF-8 | Java | false | false | 557 | java | package com.goat.jdk.learn.chapter005.F021.item03;
/**
* Created by Administrator on 2019/12/5.
*
* @ Description: TODO
* @ author 山羊来了
* @ date 2019/12/5---14:17
*/
public class NaiveMerchant extends Merchant {
@Override
public Double actionPrice(double price) {
return 0.9 * price;
}
... | [
"34465021+jwfl724168@users.noreply.github.com"
] | 34465021+jwfl724168@users.noreply.github.com |
57efa1adfc5c96f07f306c2ac3bed3d684045a87 | b47472fd03a8d519a7b58deb76669e3c38e1d972 | /src/jUnit/lesson39/Lesson39.java | afeb982956441e1f417713a8b508fd2c82ad5ed9 | [] | no_license | KMN24/AdvancedJava | 4b6bcf31a2ff953c27fbdf745cc2bb7ebdd35855 | 27a6d34b4fdbfc562ac20a93abe516ae56875345 | refs/heads/master | 2023-03-09T00:05:01.714457 | 2021-03-02T12:45:52 | 2021-03-02T12:45:52 | 341,535,266 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,449 | java | package jUnit.lesson39;
// todo JUnit (часть II)
// Ignore and Assume
// Тест, помеченный @Ignore, не выполняется. Лучше это не исп-ть.
// Вместо Assert можно исп-ть Assume ( с методами assumeFalse, assumeEquals и др.)
// Если проверка верна - тест пройден.
// Если проверка не верна - тест игонорируется.... | [
"kanatbekov.meder.00@gmail.com"
] | kanatbekov.meder.00@gmail.com |
4c80f0a9ec5663506f8560c97825ee90ecdf54ae | 0aa065db5a5c88caed37a32b82adcad9d5df2505 | /JSP/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/work/Catalina/localhost/jspStudy/org/apache/jsp/ch06/ex06_002d06_jsp.java | f7899d1445191d912e4bca869202c96338924ac3 | [] | no_license | psyoongsc/LauguageStudy | b62ec2fe0cf1b0acf794ee8fac8dcaf082fd2870 | 4eecab943cd112d28e7d3778a3abc02bf844c36d | refs/heads/master | 2023-01-22T03:30:09.271492 | 2021-05-04T08:02:20 | 2021-05-04T08:02:20 | 140,408,832 | 0 | 0 | null | 2023-01-11T22:23:12 | 2018-07-10T09:25:31 | C# | UTF-8 | Java | false | false | 4,416 | java | /*
* Generated by the Jasper component of Apache Tomcat
* Version: Apache Tomcat/7.0.88
* Generated at: 2018-07-10 05:05:05 UTC
* Note: The last modified time of this file was set to
* the last modified time of the source file after
* generation to assist with modification tracking.
*/
package org.ap... | [
"40999564+psyoongsc@users.noreply.github.com"
] | 40999564+psyoongsc@users.noreply.github.com |
439111f37678916f6a583a3a586adb2133438c51 | eb9f655206c43c12b497c667ba56a0d358b6bc3a | /java/testFramework/src/com/intellij/debugger/BreakpointComment.java | 21dc82d4ec6f55b5fc8711fae62def1bd5c6ba62 | [
"Apache-2.0"
] | permissive | JetBrains/intellij-community | 2ed226e200ecc17c037dcddd4a006de56cd43941 | 05dbd4575d01a213f3f4d69aa4968473f2536142 | refs/heads/master | 2023-09-03T17:06:37.560889 | 2023-09-03T11:51:00 | 2023-09-03T12:12:27 | 2,489,216 | 16,288 | 6,635 | Apache-2.0 | 2023-09-12T07:41:58 | 2011-09-30T13:33:05 | null | UTF-8 | Java | false | false | 8,686 | java | // Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.debugger;
import com.intellij.openapi.util.Pair;
import com.intellij.ui.classFilter.ClassFilter;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nulla... | [
"intellij-monorepo-bot-no-reply@jetbrains.com"
] | intellij-monorepo-bot-no-reply@jetbrains.com |
c320446594d5946e8a001218a7cfb32ea7291189 | ce329ee01e1f8e0db8cfa208d32b5ced50992e89 | /src/test/java/ffbit/sorting/MergeSorterTest.java | 6f30718c6f93100ff6918c1fdad298a3c330afde | [] | no_license | ffbit/sorting | 670418e8b0d8ab2af0e4e6721c09fd52fd171a3f | 693710d1b58c05affef2973d54d63dd56250a92a | refs/heads/master | 2016-09-05T12:54:47.754760 | 2012-06-30T20:50:40 | 2012-06-30T20:50:40 | 2,456,379 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 268 | java | package ffbit.sorting;
public class MergeSorterTest extends SorterTest {
public MergeSorterTest(int[] sources, int[] expecteds) {
super(sources, expecteds);
}
@Override
public void initSorter() {
sorter = new MergeSorter();
}
}
| [
"ffbit@mint"
] | ffbit@mint |
4cb6764bf233bfa50a5cfe545fbcb30ca143fff0 | 3107e5f123d39d13fb2d0cc6792790614e4bd77e | /src/main/java/com/imooc/sell/controller/BuyerProductController.java | 6ecbb7e48695ba5bf3a5eac74f668ebf58c7d4cc | [] | no_license | lawrencezr/imooc--sell | d4057dc0ea360f78c831da3061372f4452b86c5a | 0d410622f17e512feb6346adba9540e4a8c1b399 | refs/heads/master | 2022-07-30T12:47:30.996761 | 2020-05-25T17:50:45 | 2020-05-25T17:50:45 | 266,323,329 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,692 | java | package com.imooc.sell.controller;
import com.imooc.sell.VO.ProductInfoVO;
import com.imooc.sell.VO.ProductVO;
import com.imooc.sell.VO.ResultVO;
import com.imooc.sell.dataobject.ProductCategory;
import com.imooc.sell.dataobject.ProductInfo;
import com.imooc.sell.service.CategoryService;
import com.imooc.sell.service.... | [
"ruizheng1119@gmail.com"
] | ruizheng1119@gmail.com |
49fcfcc20b9254c4defea06b97e3e08a1200795b | cd43df4b05376e2de3a99227c020777f7053b96b | /src/command/Command.java | 2fe2d3783bf6b441ed2525511f5760f0bef0a653 | [] | no_license | elegios/zuul | 02ce6b345e7d7c7e416aa4abde0b70724ba8aff3 | 3891de8977eed887e3a43b706dcefc24a4a1997e | refs/heads/master | 2021-01-25T08:55:18.126764 | 2012-12-06T20:02:46 | 2012-12-06T20:02:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,233 | java | package command;
/**
* This is an abstract class representing a command. An instance
* of a command can either be a factory instance or an actual
* instance. A factory instance can use the parse(InputLine, int,
* Listener, Printer) method to try and parse the InputLine as a
* command of the current class. If succ... | [
"viktor@palmkvist.com"
] | viktor@palmkvist.com |
df3880d761060fb913a13931a64bd811072c742e | 8d969f29cebd31afd5b08e78d7fbf4e70fdbf9cb | /src/main/java/desserts/DessertDAOImpl.java | e17b63cd036f3658aee75019d7884e747dcfd806 | [] | no_license | bkc123/phase2-assign1 | f2980baf34e2f01f393347f6676968cf3edd8caf | 59f3daa6985877962479407dfb95831af51f09a9 | refs/heads/master | 2023-02-21T07:51:11.341793 | 2021-01-22T07:24:43 | 2021-01-22T07:24:43 | 331,682,518 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,995 | java | package desserts;
import java.sql.*;
import java.util.ArrayList;
import java.util.List;
public class DessertDAOImpl implements DessertDAO {
final static String SELECT_ALL_SQL = "select id, name, good from goodstuff";
final static String INSERT_SQL = "insert into goodstuff (name, good) values (?, ?)";
fin... | [
"chhantyalbinod@gmail.com"
] | chhantyalbinod@gmail.com |
897e8129cb456f446b2a6a33ecc93140d76585de | a5bcbc7ed5f50cde2ccb862aa3450a0aa6cfbde8 | /01-algorithm/src/main/java/org/sprintdragon/algorithm/lc/Title198.java | 50254a92ad32be35cb1996626040d3b25813aed7 | [] | no_license | psiitoy/accumulate | f733b35929864658e8eeb342792521afaf2f1aac | 1059cf22d1b2d3cc7919e185ae94d380e045bf8f | refs/heads/master | 2022-05-04T05:35:14.261835 | 2022-04-09T12:26:21 | 2022-04-09T12:26:21 | 100,947,657 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,560 | java | package org.sprintdragon.algorithm.lc;
public class Title198 {
/**
* 这个是我自创的,还是官方的正向解法比较简单
*
* @param nums
* @return
*/
public int rob(int[] nums) {
int len = nums.length;
int[] dp = new int[len];
dp[len - 1] = nums[len - 1];
if (len == 1) {
... | [
"psiitoy@126.com"
] | psiitoy@126.com |
e9bd0e1a14bc4826b85e64876450283c867f214e | 11014280987b580281b967e728f17df9948a5aca | /src/edu/northwestern/at/utils/swing/html/HTMLUtils.java | 7c95c7849c8463d675ff09559c297fe5d4f758a4 | [] | no_license | craigberry/wordhoard | 9fe18e023358e3bcfcf25f3ca12b493de32f4220 | 6a264612e9f79431c62205451788903a4433f9e2 | refs/heads/master | 2022-09-01T03:42:18.578730 | 2022-08-26T17:11:26 | 2022-08-27T16:55:01 | 170,930,259 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,160 | java | package edu.northwestern.at.utils.swing.html;
/* Please see the license information at the end of this file. */
import java.io.*;
import java.net.*;
import javax.swing.text.html.*;
/** Utility methods for working with HTML documents. */
public class HTMLUtils
{
public static String stripHTML( String htmlText )
{
... | [
"craigberry@mac.com"
] | craigberry@mac.com |
9f84abb928d08c929a589638daec96634ca06dc9 | becdffd87e9898b3dd91ba6099cf7a891269c7ad | /Ssup-ChatApplication/app/src/main/java/akb/chat/com/PhoneLoginActivity.java | 724b215837f6229c114b5582d60b9edbe6ba575b | [] | no_license | anup0017/Ssup | c2cc763a15af6aa223f1c6f9663532acbe7a5c26 | 2703a7dddd2c79834c804127691408bdc773da19 | refs/heads/master | 2020-06-10T00:01:00.953508 | 2019-06-24T15:32:11 | 2019-06-24T15:32:11 | 191,899,890 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,031 | java | package akb.chat.com;
import android.app.ProgressDialog;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.View;
import android.widget.Button;
import android.widget.Edit... | [
"anup99886@gmail.com"
] | anup99886@gmail.com |
16cb03f7d03951ad9963dfb99a475067a476a8d5 | 7cc89475db7fed5dd2cae577e346a83d2b6ef8ab | /prj-ssm-helloworld/src/com/lyh/ssm/service/impl/UserServiceImpl.java | c14a86ae5b5736e27d5c9bc4e94aaed2470c892f | [] | no_license | lyhgittest/prj-ssm-helloworld | 7ff075e8d8dbfd56a936470bb09cd57857ff3c1a | bf2a880ffcdd98e9a4e4cafa41139b0f49552ee7 | refs/heads/master | 2021-05-11T11:55:56.234331 | 2018-01-16T06:14:34 | 2018-01-16T06:14:34 | 117,648,005 | 0 | 1 | null | 2018-01-16T12:58:17 | 2018-01-16T07:23:34 | Java | UTF-8 | Java | false | false | 467 | java | package com.lyh.ssm.service.impl;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.lyh.ssm.bean.User;
import com.lyh.ssm.dao.UserDao;
import com.lyh.ssm.service.UserService;
@Service
public class UserServiceImpl implements UserService ... | [
"gittest@qq.com"
] | gittest@qq.com |
be5ff94e5f9b2f76e477489b6d0704940d820b9c | c0d8ae4010f1f98cbba39815de94f6d70525f051 | /src/main/java/com/finalproj/schoolmanagementsystem/Service/TeacherService.java | 11b747f727525c5cd27b8d90f7a1acfa859bb933 | [] | no_license | johnmiko01/schoolmanagementsystem | 407398e2bd788a702b6a7ebd8c8f8e734e319fff | 1cf558376caf4259237ff3486997ec7d45cd361a | refs/heads/master | 2023-09-03T21:32:53.733090 | 2021-11-14T14:40:26 | 2021-11-14T14:40:26 | 427,953,158 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 200 | java | package com.finalproj.schoolmanagementsystem.Service;
import com.finalproj.schoolmanagementsystem.model.Teacher;
public interface TeacherService {
public Teacher saveTeacher(Teacher teacher);
}
| [
"solomonjohnmiko14@gmail.com"
] | solomonjohnmiko14@gmail.com |
3b2236700bb04dc639a873f213e81976c6e5e8e4 | b155a2f629bbf9df66eca2766f294ce5f9473ac3 | /web/src/main/java/org/nikolay/books/web/util/EmailValidationUtil.java | fc5b6c9f5b5638d0f77d1dbd4b36d10a42cbcc87 | [] | no_license | NikolayDagil/books-magazin | 7adef28489a16afdf0f697b82674ed903f619093 | 271e9092a2a34af24855fbfed46df6ea5e335cd0 | refs/heads/master | 2021-01-01T06:05:01.744728 | 2012-12-21T11:54:40 | 2012-12-21T11:54:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 603 | java | /**
*
*/
package org.nikolay.books.web.util;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
/**
* @author Nikolay Dagil
*
*/
public class EmailValidationUtil {
public boolean isNormalEmail(String email) {
Pattern pat;
Matcher mat;
boolean found;
pat = Pattern.compile("^[_A-Za-z0-9-\... | [
"Nikolay.Dagil@gmail.com"
] | Nikolay.Dagil@gmail.com |
ca00288ca561dcaf6a121ff9a9f99bf8be292174 | 09960b68707da3891f45ac2eda90e177a742b28d | /web/ahnew/src/main/java/com/szty/aihao/service/aihaobusiness37_service.java | c026fba7cd0f8644932ab2059135e4cedd550d5b | [] | no_license | jiangyiman/szty | a72434d586f836f8a9039b3a5a293f614a1e4b99 | 9087733b2b88b6ac0e0cd7d13652f02b42cdb848 | refs/heads/master | 2021-05-30T22:03:01.114487 | 2016-03-25T06:25:18 | 2016-03-25T06:25:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,003 | java | /*
*@===================================================================
*@项目说明
*@作者:宋春林
*@版本信息:@Copy Right 2011-2015
*@文件: iDataAihaobusiness37.java
*@项目名称:JAVA项目管理
*@创建时间:2015/10/15
*@===================================================================
*/
package com.szty.aihao.service;
import com.szty.ai... | [
"279941737@qq.com"
] | 279941737@qq.com |
3fcda2fa62d1d81227f5805bb83a74b8620b7a61 | 5d2570a17c6bd717414d03609aa0af960aa3128d | /tc-company/src/main/java/com/tc/db/enums/MessageState.java | 778669cdc9ed12cade79a664e65b003133ffaaab | [] | no_license | huanhan/TaskCircle | a2eee63f0810b0758d8eb5442d62fa46efdf5bdf | b4cb445e4bfbfac77a1d8ff36a4b12f59c20e404 | refs/heads/master | 2021-06-14T00:58:58.841146 | 2019-06-30T14:20:31 | 2019-06-30T14:20:31 | 194,519,703 | 1 | 0 | null | 2021-06-04T02:03:19 | 2019-06-30T13:34:17 | Java | UTF-8 | Java | false | false | 655 | java | package com.tc.db.enums;
import com.tc.dto.trans.TransEnum;
import java.util.ArrayList;
import java.util.List;
/**
* 消息状态
* @author Cyg
*/
public enum MessageState {
NORMAL("正常"),
STOP("停用"),
;
private String state;
public String getState() {
return state;
}
MessageState(... | [
"416195227@qq.com"
] | 416195227@qq.com |
41bf57fcb94b29eed20974193cc664fa62a8b585 | a36d40485f92f78b75b5528ad6372fe6a2c00f28 | /app/src/main/java/com/example/nikkoekasaputra/simplenewsapps/activity/DetailNewsActivity.java | 7e68d045217e717021d7d5e6493766641ba4a27a | [] | no_license | NikkoES/SimpleNewsApps | 616982b30c6bb035541489f58d025c7d3a470b69 | 73b4ea02dc841929a7834cdecc8a0694a6ac23a5 | refs/heads/master | 2021-04-03T06:44:52.147978 | 2018-03-29T08:24:57 | 2018-03-29T08:24:57 | 124,904,677 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,583 | java | package com.example.nikkoekasaputra.simplenewsapps.activity;
import android.app.Activity;
import android.content.Intent;
import android.net.Uri;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.wi... | [
"nikkoeka04@gmail.com"
] | nikkoeka04@gmail.com |
fb460d3483ec889926c2614c54f69c239e65079f | ef74747416c5b4a8946e43b87157c6c09669922d | /src/main/java/com/hrtxn/ringtone/project/telcertification/mapper/TelCerDistributorMapper.java | 1b43f05bc4c4e9e83cfadccd51b72e25a1d1b0bf | [] | no_license | zhuozuozhang/ringtone | 726032bb140fd5e2501cd880d783f33c051a5174 | a27bdbadebb5924b357838a3bfb1c57b137701aa | refs/heads/master | 2020-09-03T12:03:27.455263 | 2019-11-04T08:52:49 | 2019-11-04T08:52:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,893 | java | package com.hrtxn.ringtone.project.telcertification.mapper;
import com.hrtxn.ringtone.common.domain.BaseRequest;
import com.hrtxn.ringtone.common.domain.Page;
import com.hrtxn.ringtone.project.telcertification.domain.CertificationOrder;
import com.hrtxn.ringtone.project.telcertification.domain.PlotBarData;
import com.... | [
"1493985293@qq.com"
] | 1493985293@qq.com |
f3bc137f7f081eab1252e411ef0314c4ac742e15 | c8496cf47fe04dcb660ac74dfd40c7fbe5cd4342 | /jianyue_android-master/app/src/main/java/test/com/jianyue/reader_activity/Read_activity/MainActivity.java | a6f068c2937a9fccf3c771d897ac0e067beccbc8 | [] | no_license | houzhenyuan/jinyue | 93d6dcecf050793450f661958fbdad4778f787ed | 039e6b2ffcebf195fc4a73e803be10025467aa7f | refs/heads/master | 2020-03-07T04:56:07.463326 | 2018-03-29T12:03:06 | 2018-03-29T12:03:06 | 127,281,090 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 28,444 | java | //阅读器主体
package test.com.jianyue.reader_activity.Read_activity;
import android.annotation.SuppressLint;
import android.graphics.Color;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.support.v4.view.GravityCompat;
import android.support.v4.widget.DrawerLayout;
import an... | [
"326590910@qq.com"
] | 326590910@qq.com |
0d7c60012442c9963a7a5e57d4423becc34b500e | f699844da1fc433477bda43b24c6990d5eb5adc7 | /src/main/java/com/iss/db/bean/Sysdictype.java | fde4dbbd1b1cd8d27cd678cb52c5d775eaec4b98 | [] | no_license | Yangxulei/ERP | 51b37c9dc8aed6dfcb1e040efdc086eb23e4e948 | 23097ae87bf5959bf0acdb56fbb1e94f87eecbbf | refs/heads/master | 2021-01-22T19:54:20.397655 | 2017-03-17T01:09:14 | 2017-03-17T01:09:14 | 85,256,348 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 995 | java | package com.iss.db.bean;
// Generated 2017-3-8 16:19:15 by Hibernate Tools 4.3.5.Final
/**
* Sysdictype generated by hbm2java
*/
public class Sysdictype implements java.io.Serializable {
private Integer id;
private String name;
private String desc;
private Byte enable;
public Sysdictype() {
}
... | [
"yangxulei84@qq.com"
] | yangxulei84@qq.com |
5445a503b114f7b42a131b3661acd3971b5a9f9b | 5ea3a4584c91ec42c498a8b4fbeca422fd54859f | /network-resilience/src/br/ufrgs/inf/bdinetr/domain/message/GoalResponse.java | a78d31eea060da1943b5b79cf3331833f6474234 | [] | no_license | ingridnunes/bdi-network-resilience | 95a933b83c86ef974a0f060acc438d896d876221 | 817c4122279c182c82b549f5dbf62607eda34435 | refs/heads/main | 2023-07-14T07:46:14.730364 | 2021-08-12T13:19:45 | 2021-08-12T13:19:45 | 377,258,888 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,141 | java | //----------------------------------------------------------------------------
// Copyright (C) 2011 Ingrid Nunes
//
// 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... | [
"ingridnunes@gmail.com"
] | ingridnunes@gmail.com |
2b29de801ff6bb5b2a6331ec5d9a2108017de5f5 | 0f5b39c105ba2e702557f92f6ae81b26ba435d4f | /src/main/java/org/apache/tomcat/util/collections/ConcurrentCache.java | 9e7531f528c5949be1496480682a42b63ffcb9be | [
"Apache-2.0"
] | permissive | frpascua/Tomcat-7 | 31d26447722856f5127cb001bfb49e603d606109 | e51fcf57d338eb8d74e638c5a384acd594009b89 | refs/heads/master | 2023-04-01T23:21:35.882186 | 2017-02-19T08:33:16 | 2017-02-19T08:33:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,629 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"britrock@163.com"
] | britrock@163.com |
748156aee4a097873f57be64e7cb217f74c10bce | 6b61316cd18fd07051ee723097f2e2c2e0948085 | /maven-customplugin-master/src/main/java/com/mymaven/myplugin/example/myfirstmavenplugin/ReminderMojo.java | 297271ffb0bd2750cd87f9e142e6cde0908486c9 | [] | no_license | JohnyzHub/Maven | 55037120ae46ccdb8dd6d930db7a3a9cd9056ee3 | 36231b907a6b6317308887ec6ff4af23eafca43d | refs/heads/master | 2021-09-05T19:36:33.659208 | 2018-01-30T15:51:56 | 2018-01-30T15:51:56 | 79,725,781 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,395 | java | package com.mymaven.myplugin.example.myfirstmavenplugin;
/*
* Copyright 2001-2005 The Apache Software Foundation.
*
* 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.a... | [
"jbshaik82@gmail.com"
] | jbshaik82@gmail.com |
fce8ed16e50e415a33b2f1393c466b45f40956e5 | 72dd76eb65cedb6ccfdf1796b627d8d77bb097e3 | /src/main/java/com/PitaYa/GuGuDa/controllers/SportCircleTableController.java | c6885bc6352aee63fdce7698e13b487c8705fda0 | [] | no_license | Boli-CS/GuGuDaServer | fba6f2289e20c4073a3ee2ad9a7ef2e51c1c22be | 5edec83614beb444d6a485bd36e0cac72b466a03 | refs/heads/master | 2021-01-13T13:20:20.620507 | 2015-12-29T11:10:12 | 2015-12-29T11:10:12 | 47,629,843 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,990 | java | package com.PitaYa.GuGuDa.controllers;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
impo... | [
"libo4101001@gmail.com"
] | libo4101001@gmail.com |
8566877f6f15ff6f5f2f5c5f0c28393f3767c71e | 395a52d1a150410482e10deb75ca0b884e6c70fd | /src/modelo/Disciplina.java | 44346dd2942899c5589a9ee4a47bb9d7e0d59f30 | [] | no_license | wdevjr/Projeto_Crud | 35dd9f6f7724069c1d8c063395edccc00dcc6364 | bbb77516db9c6bbd4e607614cae17444932b90b1 | refs/heads/master | 2020-12-02T23:50:40.012169 | 2017-07-25T11:35:23 | 2017-07-25T11:35:23 | 54,804,483 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,828 | java | package modelo;
import java.io.Serializable;
import javax.persistence.*;
import modelo.Curso;
@Entity
@Table(name = "disciplina")
public class Disciplina implements Serializable {
private static final long serialVersionUID = 1L;
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
@Column(name = "ID"... | [
"warhjr@gmail.com"
] | warhjr@gmail.com |
b22f990a7b3441c2f1ab19b574e3f5b2e6247672 | 2b97a6c5a5e9ab51334e032b10be1bfd1db4e125 | /src/main/java/org/j4m0/sqli/entity/User.java | 5c8e6e2781d67fecd1dedd311ddce18a0444bc11 | [] | no_license | amiseo/SQLi | eb8b8a90a5adb38385cc44166836359a718dfe2b | 8d7d06c9d1880b073d47ee80c570c8f22313b364 | refs/heads/master | 2021-05-27T07:29:16.061171 | 2014-04-28T20:44:03 | 2014-04-28T20:44:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 995 | java | package org.j4m0.sqli.entity;
import java.io.Serializable;
/**
*
* @author j4m0
*/
public class User implements Serializable {
private Long id;
private String name;
private String lastName;
private String email;
private String password;
public Long getId() {
return id;
}
... | [
"j4m0@outlook.com"
] | j4m0@outlook.com |
6e19325141686818840257aa2c07b8c97edf6e02 | 8041d211396da58f2a029adfd37fe718ae6c727f | /aliyun-java-sdk-cdn/src/main/java/com/aliyuncs/cdn/transform/v20141111/DescribeDomainsBySourceResponseUnmarshaller.java | eab95856d2b7b0cef6baff9c0ab4c41724772d31 | [
"Apache-2.0"
] | permissive | xiaoyao8023/aliyun-openapi-java-sdk | deeb449acd9784892452a1de4f7140297c773394 | b17e087bfb26fcb537ecd3d0e0ba069af5948599 | refs/heads/master | 2021-01-02T09:45:58.467850 | 2017-08-04T02:20:47 | 2017-08-04T02:20:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,493 | 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 ... | [
"zhangw@alibaba-inc.com"
] | zhangw@alibaba-inc.com |
6ceb874e51ba79ffc86f95730eb0946aa441f991 | fab0312d0cbc6bec75a0fbe673e58cc94362fb48 | /spring7_tx/src/main/java/com/yc/tx/service/AccountServiceImpl.java | 1eb5ff0547da6c697f747e2063a98d553269a1e5 | [] | no_license | 2499690598/testspring | c43ab6953b33ee4395e5a18c94cf86aa8b082610 | b1c187f80bdcb26562260a7dde9e4fd596fe272c | refs/heads/master | 2023-04-13T18:05:25.895602 | 2021-04-24T02:54:28 | 2021-04-24T02:54:28 | 356,524,506 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,754 | java | package com.yc.tx.service;
import com.yc.tx.Accounts;
import com.yc.tx.OpRecord;
import com.yc.tx.bean.OpTypes;
import com.yc.tx.dao.AccountsDao;
import com.yc.tx.dao.OpRecordDao;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.tr... | [
"2499690598@qq.com"
] | 2499690598@qq.com |
031123aca6a8f317773fcf5559b95af5c02af2a5 | c5bfb6110cbbc90a522d9982f08e90c1d3af3473 | /ClassToJava/src/com/dips/intent/attribute/stackframe/Same_locals_1_stack_frame_extended.java | a769fa8a13c7a6229b185569caf12459e746ad9f | [] | no_license | dips48/classfileExam | b6d5c61d358fe96e4f656fd8d3dfb266e6b14607 | 40b617d2129d8c0d2041e9381e70e989a55f66ab | refs/heads/master | 2021-01-01T16:30:58.881667 | 2014-09-03T01:25:00 | 2014-09-03T01:25:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 837 | java | package com.dips.intent.attribute.stackframe;
import com.dips.intent.attribute.stackframe.typeinfo.Verification_type_info;
public class Same_locals_1_stack_frame_extended extends Base_frame{
byte[] offset_delta=new byte[2];
Verification_type_info verification_type_info;
public byte[] getOffset_delta... | [
"xuyun.xy@ALI-78005W.hz.ali.com"
] | xuyun.xy@ALI-78005W.hz.ali.com |
61bde11c454580a9b926caf1d97ad5006be37f51 | 9a6b23464c4ac158e5485ae6a3d467ad7f521cd3 | /CS2010/New BluJ Battleships/Battleships Project/Battleships Project/BlueJBSProj/com/uni/base/AbstractController.java | aa628001f4fff2ad5d91e3006f1d9713ed34a723 | [] | no_license | Rajan-Gopalji/University-Work | f8e3243a68a58b0c10b7d77e0953fa349305dda1 | 2718b33d5b1d860841c1227492fa6656686a57d7 | refs/heads/master | 2021-09-10T14:10:22.376511 | 2018-03-27T14:51:39 | 2018-03-27T14:51:39 | 107,674,169 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,046 | java | package com.uni.base;
/**
* User: dogmaan
* Date: 06/06/12
* Time: 18:21
* This class is based on code obtained from http://www.oracle.com/technetwork/articles/javase/index-142890.html
*/
import java.beans.PropertyChangeEvent;
import java.beans.PropertyChangeListener;
import java.lang.reflect.Method;
import java... | [
"gopaljir@aston.ac.uk"
] | gopaljir@aston.ac.uk |
f6b7c17655bb53dfba0b54dc7ba3404433256c14 | 38c4451ab626dcdc101a11b18e248d33fd8a52e0 | /identifiers/batik-1.7/sources/org/apache/batik/css/parser/DefaultConditionFactory.java | 3d77a8bdf746fe32bab35f93d6677c0bc095822f | [] | no_license | habeascorpus/habeascorpus-data | 47da7c08d0f357938c502bae030d5fb8f44f5e01 | 536d55729f3110aee058ad009bcba3e063b39450 | refs/heads/master | 2020-06-04T10:17:20.102451 | 2013-02-19T15:19:21 | 2013-02-19T15:19:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,453 | java | org PACKAGE_IDENTIFIER false
apache PACKAGE_IDENTIFIER false
batik PACKAGE_IDENTIFIER false
css PACKAGE_IDENTIFIER false
parser PACKAGE_IDENTIFIER false
org PACKAGE_IDENTIFIER false
w3c PACKAGE_IDENTIFIER false
css PACKAGE_IDENTIFIER false
sac UNKNOWN_IDENTIFIER false
AttributeCondition UNKNOWN_IDENTIFIER false
org PAC... | [
"pschulam@gmail.com"
] | pschulam@gmail.com |
a856067e6ea8d275c89499973c8b10fb9b4d442a | e02da3e8ec1efdb22056bd2494d68a1bb47b192c | /src/main/java/de/fhdortmund/seelab/smarthomelabeler/ViewMain.java | 4588dc596f93c3f305995313262de2e08a939e1d | [] | no_license | SeelabFhdo/SmarthomeLabeler | 78eb7b9d9e1ce4ee74e88d2b5078069d9c40b63e | 5ecaef090ba1c2cef8ef4508f95510a18dd24c9c | refs/heads/master | 2021-05-16T17:38:12.163870 | 2017-09-10T23:47:56 | 2017-09-10T23:47:56 | 103,028,386 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 773 | java | package de.fhdortmund.seelab.smarthomelabeler;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.stage.Stage;
/**
* Created by jonas on 14.08.17.
*/
public class ViewMain extends Application{
public static void main(String... | [
"jonas@flecknet.de"
] | jonas@flecknet.de |
a98056bb0751def561b21a14d96bdc7d330a4e9b | e358e356cfdc717a070ad53b883b1f8237b8b6b0 | /src/hackerEarthProblems/StackOperations.java | 592ebd21780cf05860c2754630443d482987796d | [] | no_license | narang-shivani/java-practice | 787d867ebeaf80a2387a1d33236fdd86b9e446b0 | d0c150b84baadc23b5127b48686405b1d29b86db | refs/heads/master | 2023-06-07T12:01:35.359886 | 2021-06-27T08:27:41 | 2021-06-27T08:27:41 | 380,688,930 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,312 | java | package hackerEarthProblems;
import java.util.List;
import java.util.*;
import static java.lang.Integer.parseInt;
/**
* Problem
* You are given a stack of N integers.
* In one operation, you can either pop an element from the stack or push any popped element into the stack.
* You need to maximize the top element... | [
"shivani@telekom-digital.com"
] | shivani@telekom-digital.com |
f273d7c0750d2d43ada138c31ceeaffd7263af28 | 0e9056539140df518e4b72c4ea564fc5e00b2b1a | /src/main/java/com/giacobbo/blog/factory/PostFactory.java | 1b936b5a83a99f1382367a9ea0636c388913e780 | [] | no_license | diegogiacobbo/back-personnel | 90f1762a021a3b3db8ae1e0f5c1756d846ac446f | 8a86e1520ea40c7026e1feccc264a33aa2ab9c4d | refs/heads/master | 2023-04-30T03:39:23.837495 | 2021-02-01T16:48:31 | 2021-02-01T16:48:31 | 206,426,743 | 0 | 0 | null | 2023-04-14T17:48:32 | 2019-09-04T22:33:55 | Java | UTF-8 | Java | false | false | 824 | java | package com.giacobbo.blog.factory;
import java.io.Serializable;
import java.time.LocalDateTime;
import com.giacobbo.blog.model.Post;
public class PostFactory implements Serializable {
private static final long serialVersionUID = 1L;
private PostFactory() {
}
public static Post create(String title... | [
"diegogiacobbo@gmail.com"
] | diegogiacobbo@gmail.com |
5d2869693d82830ad774408e268202cd7bdfca88 | 40565597e3c0aa65aef47c8072261c84d6184958 | /src/ch03/PembagiKecil.java | d0a81d969ef1428e340c453c95a14d75da3c7b2d | [] | no_license | MSaskii/Alpro_12_02 | d47de6ff25f1e296a663f50dbca54224d22308f6 | af6a172fb9fd1081f57cd555cfc6c39745110163 | refs/heads/master | 2023-03-27T17:29:10.879908 | 2021-03-31T01:54:59 | 2021-03-31T01:54:59 | 266,070,642 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 594 | java | package ch03;
import java.util.Scanner;
public class PembagiKecil {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
System.out.print("Input Bilangan = ");
int bil = in.nextInt();
if (bil > 0 && bil <= 2) {
System.out.printl... | [
"11950110012@students.uin-suska.ac.id"
] | 11950110012@students.uin-suska.ac.id |
bc79c9941cb5cd55e1c648b76fea2bf45eb14c52 | 4964e5ce772aee16a7c0d1fd51cc1dcaf7e756d0 | /2017/app/build/generated/source/r/debug/android/support/design/R.java | 14cf4169426774e2e3860684e0b1b02b417e42be | [] | no_license | krkeco/StockHawk_ff | d7dbbb02d8194b010cd3f2ff38c8010711d7d7b8 | 7cdb609d51e97c9ffb1604217166a9abf7c622f0 | refs/heads/master | 2021-01-13T02:56:29.149985 | 2017-02-09T22:15:42 | 2017-02-09T22:15:42 | 77,080,831 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 135,125 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package android.support.design;
public final class R {
public static final class anim {
public static final int abc_fade_in... | [
"krkeco@gmail.com"
] | krkeco@gmail.com |
908c4e4de6e9bbd30a8bdd901bc20ce4992d8ef0 | b1ea158d1a1d370bc3c41524160a6c2d3ce2438f | /src/main/java/com/github/zhuyiyi1990/designpattern/commandpattern/BuyStock.java | 1cfa5ba47efce7b17c1dae63c9c5b8c0df20c278 | [] | no_license | zhuyiyi1990/design-pattern | 5021c6a8ab7b59068e839697702d988815763187 | 99b3f3a3dfd5f225abf2bfe70834cb9be998b9a2 | refs/heads/master | 2023-03-28T00:52:03.724303 | 2021-03-25T08:53:15 | 2021-03-25T08:53:15 | 349,308,844 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 286 | java | package com.github.zhuyiyi1990.designpattern.commandpattern;
public class BuyStock implements Order {
private Stock abcStock;
public BuyStock(Stock abcStock) {
this.abcStock = abcStock;
}
@Override
public void execute() {
abcStock.buy();
}
}
| [
"zhuyiyi1990@outlook.com"
] | zhuyiyi1990@outlook.com |
1016d85041d7ed7b142fd22559e57cd52800c394 | bbd9a0df70ce0bea8e5b85cb4d6bd2355e74874c | /src/main/java/com/telkomdev/protodemo/Product.java | 36452bc6df6cfcb5bb439274b0514f19d5ba1dfc | [] | no_license | telkomdev/JavaProtobufDemo | cb6ed69166b6261f1a98f16357ce42beab6b135f | 49851ecb0c122948a1a13637e4532bc513b3806c | refs/heads/master | 2022-10-14T06:51:55.690653 | 2019-10-02T01:59:33 | 2019-10-02T01:59:33 | 212,168,077 | 0 | 0 | null | 2022-10-04T23:53:34 | 2019-10-01T18:19:38 | Java | UTF-8 | Java | false | false | 3,453 | java | package com.telkomdev.protodemo;
/*
* Copyright 2019 wuriyanto.com
*
* 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 requi... | [
"wuriyanto48@yahoo.co.id"
] | wuriyanto48@yahoo.co.id |
abdf0adad32d84d16c869a6c5565725a3781889d | 056ff5f928aec62606f95a6f90c2865dc126bddc | /javashop/shop-core/src/main/java/com/enation/app/shop/component/payment/plugin/alipay/sdk34/api/response/AlipayMarketingVoucherAuthSendResponse.java | 855b965ff0551e67480f4c6760a82a371166815e | [] | no_license | luobintianya/javashop | 7846c7f1037652dbfdd57e24ae2c38237feb1104 | ac15b14e8f6511afba93af60e8878ff44e380621 | refs/heads/master | 2022-11-17T11:12:39.060690 | 2019-09-04T08:57:58 | 2019-09-04T08:57:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 789 | java | package com.enation.app.shop.component.payment.plugin.alipay.sdk34.api.response;
import com.enation.app.shop.component.payment.plugin.alipay.sdk34.api.AlipayResponse;
import com.enation.app.shop.component.payment.plugin.alipay.sdk34.api.internal.mapping.ApiField;
/**
* ALIPAY API: alipay.marketing.voucher.auth... | [
"sylow@javashop.cn"
] | sylow@javashop.cn |
eb3359b2d299800ec99666156c3836fbadd3d818 | a746f1204cbcbc1e7ccfb65676317e35d220226a | /app/src/main/java/com/example/itachi/com/pab/Tabpageradaptor.java | e3358249d899b2ec11d9e1a1aba75af0ad3090ee | [] | no_license | FDSM4/Pab | a42e1227f91c77263e808c5e64345a340e76d176 | f495ac378d890b10e0a297c907716c2759da924c | refs/heads/master | 2021-05-05T06:42:35.813804 | 2018-01-24T14:28:53 | 2018-01-24T14:28:53 | 118,776,123 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,099 | java | package com.example.itachi.com.pab;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentStatePagerAdapter;
/**
* Created by ITACHI on 21-01-2018.
*/
public class Tabpageradaptor extends FragmentStatePagerAdapter {
String[] tabarray = new S... | [
"lifehacker2k18@gmail.com"
] | lifehacker2k18@gmail.com |
22cdd34ace300deb332d5d83422e15e6356796db | 56a32d71146aa509aa240c736cde517f8f6c41b4 | /EvenementenApp/src/main/java/app/daolayer/IEvenementDao.java | 10c0c2348e9d24bed61c69a0451e165f45a27126 | [] | no_license | SamanthaLourens/EvenementenApp | eb3162f7f3895279f4fa5f581f28b05fa7bb34db | d5d3b0e1c289a29431e283f6465be3b51987cea3 | refs/heads/master | 2020-03-29T05:57:48.971410 | 2018-09-21T11:17:42 | 2018-09-21T11:17:42 | 149,603,467 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 438 | java | package app.daolayer;
import java.util.List;
import java.util.Optional;
import org.springframework.data.repository.CrudRepository;
import app.models.EvenementModel;
public interface IEvenementDao extends CrudRepository<EvenementModel, Long> {
List<EvenementModel> findAll();
List<EvenementModel> findByPlaats(St... | [
"samanthalourens1993@gmail.com"
] | samanthalourens1993@gmail.com |
7c9239442124f4c6ed4100730fe63a5b333d45ac | 647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4 | /com.tencent.mm/classes.jar/com/tencent/mm/protocal/protobuf/gdd.java | 38ce49b0d81c5cfefb5c0888f5cfe8f303c82ef0 | [] | no_license | tsuzcx/qq_apk | 0d5e792c3c7351ab781957bac465c55c505caf61 | afe46ef5640d0ba6850cdefd3c11badbd725a3f6 | refs/heads/main | 2022-07-02T10:32:11.651957 | 2022-02-01T12:41:38 | 2022-02-01T12:41:38 | 453,860,108 | 36 | 9 | null | 2022-01-31T09:46:26 | 2022-01-31T02:43:22 | Java | UTF-8 | Java | false | false | 11,828 | java | package com.tencent.mm.protocal.protobuf;
import com.tencent.matrix.trace.core.AppMethodBeat;
import java.util.LinkedList;
public final class gdd
extends com.tencent.mm.bx.a
{
public gol acaV;
public gol acaW;
public gol acaX;
public gol acaY;
public gol acaZ;
public gol acba;
public gol... | [
"98632993+tsuzcx@users.noreply.github.com"
] | 98632993+tsuzcx@users.noreply.github.com |
d484012120f58360c31ce118504dfd7a04e899ff | fb9aadedc65478e9bff4d6b4d5a58234e0d8a088 | /homework/Examination.java | 2aadb9e14744d1ea85b1e59d407874ae5da24bff | [] | no_license | ctuu/ThinkingInJava | 80dbfa57bb8e074fb06d00b7d6f4caa21a59b383 | 51d5e188fe17459631fa9a85ace6048a619c425b | refs/heads/master | 2021-01-21T12:30:35.569385 | 2017-12-16T03:04:49 | 2017-12-16T03:04:49 | 102,073,285 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 730 | java | import java.util.*;
public class Examination {
private static final int MC = 30;
private static final float CP = 0.3f;
private static final int MG = 60;
public static void main(String[] args) {
Scanner stdin = new Scanner(System.in);
try {
System.out.println("Enter your scoring in attendance and h... | [
"ct.liuu@gmail.com"
] | ct.liuu@gmail.com |
2cfcc426782466a76022c4f9a1a92358ddd8dbf0 | 3203049a2ab026ba1f2cdb891cb5b52181492683 | /src/main/java/com/john/kiernan/todoservice/TodoListWrapper.java | 79d913cc21ab8fc2f1ad031ab26d97b41c79ccba | [] | no_license | johntk/todo-service | 64f82e382859b562425d1786a8b7fd571a2bfd75 | 3b08d75feeb4abeb48cf58f14536f9eb63ccd502 | refs/heads/master | 2022-12-07T03:50:13.546505 | 2020-08-30T08:32:01 | 2020-08-30T08:32:01 | 291,428,159 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 486 | java | package com.john.kiernan.todoservice;
import com.john.kiernan.todoservice.model.Todo;
import java.util.ArrayList;
public class TodoListWrapper {
private ArrayList<Todo> todo;
public TodoListWrapper() {
this.todo = new ArrayList<Todo>();
}
public ArrayList<Todo> getTodos() {
return t... | [
"johntk86@gmail.com"
] | johntk86@gmail.com |
7c9e19c1199e3731cecbd56f8d7ff7c1a99ad00d | 0c301eabab00cd1113e4ff2feabda149b222b0f1 | /src/main/java/entities/User.java | 946b4bb83403d97cd4623e49878e1ec064823598 | [] | no_license | fradali/ContactManagement-Back-JEE | 5b40c6f91302fcb439cc43e90a49066b465ef71c | 4df4bf6742770ed65b823d733b5d6e5aa9e84ba4 | refs/heads/master | 2020-03-21T06:03:48.279130 | 2018-06-25T10:16:19 | 2018-06-25T10:16:19 | 138,196,380 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,414 | java | package entities;
import java.util.List;
import javax.persistence.Column;
import javax.persistence.ElementCollection;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.validat... | [
"afrad@spark.local"
] | afrad@spark.local |
8061a54d554b4fe3441bff043667eca71ff05574 | 03cc6ecdb800f900a1f53bd46cb7985fb57e02d5 | /RealmBenchWk/app/src/main/java/com/example/enoch/realmbenchwk/models/Shop.java | 779d9ef758598c1c80bd007dff768addb71fed2c | [] | no_license | EMHankombo/RealmBnchWk | 1c8f1672075588f511035fe98e1289c8047cf45a | 58c5e0a3120c3308a59fd6fdd7dbaea547bbb3dc | refs/heads/master | 2021-08-11T12:30:17.431456 | 2017-11-13T17:47:35 | 2017-11-13T17:47:35 | 110,581,006 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 665 | java | package com.example.enoch.realmbenchwk.models;
import io.realm.RealmObject;
/**
* Created by mainza1992 on 13/11/2017.
*/
public class Shop extends RealmObject {
String shopName;
String ShopType;
public Shop() {
}
public Shop(String shopName, String shopType) {
this.shopName = shopN... | [
"Enochmh2@hotmail.com"
] | Enochmh2@hotmail.com |
a8346567caea7ef2d9b0657529852163dbf9ab8a | fb4840a3f75c56049b5bcd3da2318efd9e7c58ac | /src/Chapter1_1_BasicProgrammingModel/Ex31.java | 2296728502f6869a8eecd5b490569dc1e35cbf57 | [] | no_license | Harveybegood/algs4_harvey | ee5236458841e33aa5a4e33fa887b6f802f6621f | efce8db4079141c6aa4cb7f5213178d050ff6ad2 | refs/heads/master | 2023-08-18T18:57:20.905538 | 2021-10-04T04:25:19 | 2021-10-04T04:25:19 | 54,006,574 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,200 | java | package Chapter1_1_BasicProgrammingModel;
import edu.princeton.cs.algs4.StdDraw;
import edu.princeton.cs.algs4.StdOut;
import edu.princeton.cs.algs4.StdRandom;
import java.awt.*;
/*
* Random connections. Write a program that takes as command-line arguments an integer N and a double value p
* (between 0 and 1), p... | [
"harveymorning@gmail.com"
] | harveymorning@gmail.com |
13b96aca56aca2edd926c75c15730f3035fa8167 | 02461d731477b359d68bd57c79ece840bc4344f4 | /bootcamp/src/main/java/com/project/bootcamp/BootcampApplication.java | 3297126aa4d4e6464fc3e1399fc89eec816db5d3 | [] | no_license | felipemartinsbr/SantanderBootcamp | 910ccb10d1b806bd498ead10ed6afa25082b1aa9 | 177e50ee9d0a3ec8346148e250f6e324a309efd2 | refs/heads/main | 2023-05-25T23:40:29.556428 | 2021-05-31T18:59:50 | 2021-05-31T18:59:50 | 371,351,227 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 863 | java | package com.project.bootcamp;
import io.swagger.v3.oas.models.OpenAPI;
import io.swagger.v3.oas.models.info.Info;
import io.swagger.v3.oas.models.info.License;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.Spr... | [
"felipem.silva@viannasempre.com.br"
] | felipem.silva@viannasempre.com.br |
2515c8071164d9f4d1f0f8a2c77b123e4e86e7b4 | e2419764e64b59764005024acd89b99ac06b1174 | /Collection/src/cn/bjsxt/httpserver/util/CloseUtil.java | de6d1375a9f54cdf8567aa8f69a24229e825230d | [] | no_license | WhiteBrownBottle/BJSXTjava | 42b8780162823e19600eb60eb0bbf04ebd64e52f | 1052a7a6c721a736ddee1e2d979d8fd01905dd25 | refs/heads/master | 2021-06-19T06:33:19.311472 | 2017-07-22T17:37:14 | 2017-07-22T17:37:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 483 | java | package cn.bjsxt.httpserver.util;
import java.io.Closeable;
import java.io.IOException;
/**
* 关闭流的方法
* Created by BenWhite on 2017/7/1.
*/
public class CloseUtil {
public static void closeAll(Closeable ... io) {
for (Closeable temp : io) {
try {
if(temp != null) {
... | [
"958255724@qq.com"
] | 958255724@qq.com |
5c6b09fd13af94cbb09acb68777bd3224b875e90 | c4e71f8d33be5c66c1711872598ee24cf077003f | /SmartRunner/app/src/main/java/com/haneoum/smartrunner/setting_listview/Warning.java | 91c9276ab10a4d6b1037fecf2a45f10121aa01e2 | [] | no_license | pinokio531/SmartRunner-android | 200dcf4811c633c899c320df736b61ee51906407 | 5440f2ae2b726acf35b14bad71b025c873fb6dfa | refs/heads/master | 2020-03-22T09:30:34.030872 | 2019-01-12T05:35:20 | 2019-01-12T05:35:20 | 139,842,023 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,699 | java | package com.haneoum.smartrunner.setting_listview;
import android.content.Intent;
import android.media.AudioManager;
import android.media.MediaPlayer;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.AdapterView;
import android.widget.Ar... | [
""
] | |
1e82989ee115997ac05c3d70c84d349183bacbaf | 1a718e6cf118d34b15f6b5e7a07398a34d732994 | /EncryptZip/src/com/training/demo/Test/ZipFileWithPassword.java | 5245413e4692a0d74e48f10a0a0d836ee15f89e3 | [] | no_license | awei20081/encrypt-zip-as3-java | 6abb329b1f2dffc87eb1ff94f31ad9a8d4046ea7 | 373225bc9be046f445025d610d4c9c85642cd95b | refs/heads/master | 2016-09-16T09:37:25.614180 | 2011-06-29T14:09:30 | 2011-06-29T14:09:30 | 35,593,785 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,276 | java | /**
* Copyright (c) 2009 David Yao (xiang.okay@gmail.com)
* description: Test the function of Encryption and Decrytion the zipfile
* with password
* author: David Yao
* mail: xiang.okay@gmail.com
*/
package com.training.demo.Test;
import java.io.File;
import java.io.IOException;
import com.train... | [
"xiang.okay@gmail.com@765f6c85-d70e-0efb-503e-e1a785dd40c0"
] | xiang.okay@gmail.com@765f6c85-d70e-0efb-503e-e1a785dd40c0 |
8aa4ddc6248410c7908fd7c422835e382632b08b | 153891618b90edf64425eb063a0c0fb7cb0003ed | /pet-clinic-data/src/test/java/com/example/petclinic/service/springdatajpa/OwnerSDJpaServiceTest.java | 2b4d2dfb044b15bfaf7efe091275ed5f72cad4e6 | [] | no_license | DaoVuDat/pet-clinic | 52f4f9720c238085f87d9427bd99d12298e3e210 | 9bbab641af2da3e787863e1c5455eee0f0090ba4 | refs/heads/main | 2023-02-16T19:58:18.391773 | 2021-01-04T07:45:41 | 2021-01-04T07:45:41 | 325,729,822 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,039 | java | package com.example.petclinic.service.springdatajpa;
import com.example.petclinic.model.Owner;
import com.example.petclinic.repository.OwnerRepository;
import com.example.petclinic.repository.PetRepository;
import com.example.petclinic.repository.PetTypeRepository;
import org.junit.jupiter.api.BeforeEach;
import org.j... | [
"dat.daovu@gmail.com"
] | dat.daovu@gmail.com |
c01241f9366abd38cb5ede9c5ebd0738a2e76f1c | 568a75e1cbdbe73af9177312e8519c419f215a94 | /Day16/代码/2/src/main/java/activity/MainActivity.java | e0814f829c98dae050c077671fdbaf9dff75e4c3 | [] | no_license | daadt/HomeWork | e272e1d4ef7ac41ef7d8272164be3e40bb8fa5ef | 883017ccd098093ae094ac11c70aafd82ef99a62 | refs/heads/master | 2022-11-11T17:54:27.657848 | 2020-06-27T14:42:40 | 2020-06-27T14:42:40 | 268,200,642 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,957 | java | package activity;
import android.widget.Toast;
import androidx.fragment.app.Fragment;
import androidx.viewpager.widget.ViewPager;
import com.example.douts.R;
import java.util.ArrayList;
import base.BaseActivity;
import base.CommPagerAdapter;
import bean.MainPageChangeEvent;
import bean.PauseVideoEvent;
import butt... | [
"floveandroid@sina.com"
] | floveandroid@sina.com |
a27cb9c8609f534c631c298b637e0e6b3d7a9a41 | 09ef2687ffeeca6aeef6f515272ddd5d23e4c980 | /src/main/java/zh/learn/java/ch01inroduction/exercises/PrintTable.java | 9adc6a73bb91621c73cf4438dbe26a92b589da2f | [] | no_license | dzheleznyakov/Learning-Java | c4d9a972ebb43b759aaeefd339567b475260fcef | ce7fa558eb056ea9d6914d3dfd472c95c9fc85c3 | refs/heads/master | 2022-08-15T00:10:25.501464 | 2022-08-04T06:31:02 | 2022-08-04T06:31:02 | 226,674,344 | 0 | 0 | null | 2020-10-13T18:58:38 | 2019-12-08T13:46:07 | Java | UTF-8 | Java | false | false | 433 | java | // chapter 01 exercise 1.4
package zh.learn.java.ch01inroduction.exercises;
public class PrintTable {
public static void main(String[] args) {
System.out.println("a a^2 a^3 a^4");
System.out.println("1 1 1 1");
System.out.println("2 4 8 16");
... | [
"zheleznyakov.dmitry@gmail.com"
] | zheleznyakov.dmitry@gmail.com |
08cc4bda5e8f206554e1cb871bd496f885f592dc | 89f41ae752ee08e1ae64cf122d5335b962af1536 | /sndd/src/main/java/edu/syr/sndd/readData/ReadGSData.java | de93ed3c07c8fd2e3268c0e382bcfadf037efec2 | [] | no_license | ganscholz/SNDD | aa1cf3bcb3df7f4b9787e4db262dd92a77405537 | 9e835ccc85e70dcd11b652cbf68459dcc7aad7ef | refs/heads/master | 2020-12-30T13:29:07.113172 | 2017-06-26T05:13:55 | 2017-06-26T05:13:55 | 91,224,352 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,170 | java | /* (C) 2011 Stoney Q. Gan. All Rights Reserved
This source code is a registered copyright of Stoney Q. Gan.
Access to and copying of this source code is granted by the author provided users cite the web site as a reference.
Modification History
Date Version Author Description
-------------------------------... | [
"sgan@syr.edu"
] | sgan@syr.edu |
50095d1a80fdfb7a50875e372cc1d546db7fa01d | 924905abd4ccf86c56ea89774a1a3e96837fbb09 | /src/main/java/leetcode/SumTree.java | 56285e62c4ace039f8d4de9a7beb7c5a4b49bc5a | [] | no_license | tejas1996/CompetitiveCoding | a224cf8d5806ed06d7e12b5a7cccff3025ced1e2 | 81f62a44dcc5be32ddbbdc03bee3bbe9ad3249fe | refs/heads/master | 2022-01-17T22:00:12.252681 | 2019-06-23T18:15:23 | 2019-06-23T18:15:23 | 114,524,166 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,499 | java | package leetcode;
public class SumTree {
public static void main(String[] args) {
TreeNode root = formTree();
bstToGst(root);
}
public static TreeNode bstToGst(TreeNode node) {
helper(node, 0);
System.out.println("root");
return node;
}
private static... | [
"tejas.dond@ves.ac.in"
] | tejas.dond@ves.ac.in |
3489b6b62c569033d67b1aef3d2d14abf849c6b7 | 63985d4451a102a9ee0f7d060c51ef551ad34bee | /src/vista/VistaAltaUsuario.java | 3eb26f69018835a678cf028cccb2ebfd171bec11 | [] | no_license | davidJavac/halcones_diarios | 9253a4d533ade4098ffa95b59eb76356985db13d | 6dddb28db1440f5982f4a34e38ffaec7178bcd28 | refs/heads/master | 2020-03-30T15:30:00.298451 | 2018-10-03T14:31:51 | 2018-10-03T14:31:51 | 151,366,074 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 93 | java | package vista;
import javax.swing.JPanel;
public class VistaAltaUsuario extends JPanel{
}
| [
"david.abramovich84@gmail.com"
] | david.abramovich84@gmail.com |
6a197b55b62deffbe6978713d9558cf900941118 | b545fe87a6823d27a2321c4c7414217327620515 | /gmall-user-manage/src/main/java/com/atguigu/gmall/gmallusermanage/service/impl/UserInfoServiceImpl.java | a9ea49ed918fa0284d970f75c202f5a81ea6f3dd | [] | no_license | Daniel19911009/gmall | 56aac73378961e5a61d25c24d9e65bf1c3f15959 | 7ae1758bf1f960ecf912b4fb2d03e35c2d8c66b5 | refs/heads/master | 2020-07-18T11:22:47.036435 | 2019-09-05T02:38:14 | 2019-09-05T02:38:14 | 206,236,441 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,614 | java | package com.atguigu.gmall.gmallusermanage.service.impl;
import com.atguigu.gmall.gmallusermanage.entity.UserInfo;
import com.atguigu.gmall.gmallusermanage.mapper.UserInfoMapper;
import com.atguigu.gmall.gmallusermanage.service.UserInfoService;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.... | [
"939774887@qq.com"
] | 939774887@qq.com |
db34da1645155fa7add220e1f15ec05ffa872e3e | 5fb078ad77ff8a6389f5f90410a6d6ef17a37b12 | /src/main/java/com/WubbaLubbaDrive/Models/UserNote.java | 0e2b91db9a7b0c65dcf67320d42d3198fbb6e08d | [] | no_license | ahmedkorani/WubbaLubbaDrive | 07e63525758313defe4a7caa79e1e39386acc75f | 5b03d9cb91dfcc509fe2a0774cd2d2684d7020df | refs/heads/master | 2023-04-06T16:24:25.127315 | 2021-04-16T03:44:04 | 2021-04-16T03:44:04 | 358,467,062 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 63 | java | package com.WubbaLubbaDrive.Models;
public class UserNote {
}
| [
"ahmedmk1812@gmail.com"
] | ahmedmk1812@gmail.com |
4c1a59545f885d657ba1ae9e66125c2f82dbf5b2 | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/neo4j/2015/12/MessageProcessingCallback.java | 237a389c879e7df20106fc31846853cab9c8c55e | [] | 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 | 3,873 | java | /*
* Copyright (c) 2002-2015 "Neo Technology,"
* Network Engine for Objects in Lund AB [http://neotechnology.com]
*
* This file is part of Neo4j.
*
* Neo4j 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 Foundatio... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
d64876e34199f622661dd63e7b87973cafa51def | 0ed34325a47f71e5fa963afeb906753f1c1726e1 | /src/views/ReadQRViews.java | 7a4e230a078e9a18eb7f103c8d7753d69addb525 | [] | no_license | chrisjoohn/attendance-system | e56d3be913b5d625d61d32712b47fb68983b98c8 | 6a66119295df586aa16c739b5d28b428fc59e4e9 | refs/heads/master | 2020-07-07T15:43:06.811973 | 2019-08-20T14:35:17 | 2019-08-20T14:35:17 | 200,231,447 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,226 | java | package views;
import java.awt.Dimension;
import java.awt.FlowLayout;
import java.awt.image.BufferedImage;
import java.util.concurrent.Executor;
import java.util.concurrent.Executors;
import java.util.concurrent.ThreadFactory;
import javax.swing.*;
import javax.swing.event.DocumentListener;
import com.github.sarxos.... | [
"cj@cj.workspace"
] | cj@cj.workspace |
fff26b4c03d106443e6c4e0fa87b446030c331d2 | 94122c95265bd0d5050548de511816f1930e3f85 | /addressbook/src/util/DataUtil.java | 73b09509a5b1f1c8e32a15a4467043f5b5708f60 | [] | no_license | rain-fog/addressbook | 306fc4daed43b492307be10ce7abce3b27a2b6ea | 0b4d7a71ca464d9e47fe53b06de2bcfea49cf759 | refs/heads/master | 2016-09-06T12:51:25.174729 | 2013-05-08T16:14:10 | 2013-05-08T16:14:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,497 | java | package util;
/**
* データユーティリティクラス
* @author shin
*
*/
public class DataUtil {
/**
* モード値を取得する。
* 適切な入力値でない場合は-1を返す。
* @param token 入力された文字列
* @return モード値。何も入力されていない、もしくは数値に変換
* 出来ない場合は-1を返す。
*/
public static int getMode(String input) {
String[] token = input.split(" ");
if (to... | [
"uno.threemouth@gmail.com"
] | uno.threemouth@gmail.com |
f569143c025671aee5d612d3644b526b0c60738c | 6798809bcb0db48e0094642ed776b0f95ed3d80c | /tests/semicolonexpected/NoSemicolonToSeparateStatements.java | 2b732a390304c49c7dbfd822041b5fd91e8b7720 | [] | no_license | thatsmydoing/javach | 8320142a170c5f80f8e1e09eb1d7c5b07d17083b | 0b59273a2886bc3f7ce92752332da291dcbfdf60 | refs/heads/master | 2021-01-22T02:04:40.265018 | 2012-06-06T07:40:15 | 2012-06-06T07:40:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 152 | java | public class NoSemicolonToSeparateStatements {
public static void main(String[] args) {
String out = "Hello World!" System.out.println(out);
}
} | [
"thomas@.home"
] | thomas@.home |
f454f98f6c7331a1aca73e0798823be8585d151b | 8ef9128df2f4523591a89221fac01c705156f00a | /PageObjectModel/src/test/java/com/crm/qa/testcases/LoginPageTest.java | 4333be31d3783dbe86d0b1c61aa00742b292bf43 | [] | no_license | Sanjee27/Office-Project | 2739bae9f734a03f655cfd8492011e7014a40585 | 67a7315ad63a9f0b6f2cd2e8e8b20ad6ca9de498 | refs/heads/master | 2023-05-11T19:43:56.364169 | 2019-08-22T09:36:53 | 2019-08-22T09:36:53 | 150,700,875 | 0 | 0 | null | 2023-05-09T18:13:07 | 2018-09-28T07:16:07 | HTML | UTF-8 | Java | false | false | 914 | java | package com.crm.qa.testcases;
import org.testng.Assert;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import com.crm.qa.base.TestBase;
import com.crm.qa.pages.HomePage;
import com.crm.qa.pages.LoginPage;
public class LoginPageTes... | [
"sanjeeban.deb@innoraft.com"
] | sanjeeban.deb@innoraft.com |
6af4ea2bfb38af42fb618002608c71ef1078f844 | 310c0b531c81154eb9385ef48ceafa6d506d48f1 | /Exercicio04_ListaDuplamenteEncadeadaCircular/Main.java | cbaa099de8b00d96c42b9e5be9f396a537afea58 | [
"MIT"
] | permissive | Jownao/EstruturaDeDados2021-1 | afb935ec6fe4af7b534544aa8b3c3325bb2cf4a9 | 1ce8f4910851cb8fda3fd5023d32f4031a0d4579 | refs/heads/main | 2023-05-07T10:24:39.481844 | 2021-06-01T04:22:50 | 2021-06-01T04:22:50 | 351,608,537 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,778 | java | package Exercicio04_ListaDuplamenteEncadeadaCircular;
import Exercicio03_ListaDuplamenteEncadeada.Aluno;
import Exercicio04_ListaDuplamenteEncadeadaCircular.ListaDuplaCircular;
public class Main {
public static void main(String[] args) {
//Estanciando alunos
Aluno a1 = new Aluno("Johnny", 40);
... | [
"50759662+Jownao@users.noreply.github.com"
] | 50759662+Jownao@users.noreply.github.com |
3a48a95a3330176cd937536b8685d30e32c8dfee | 21ac7ea72e8afb8502df15db36a5fedbfa95c812 | /taobao-dao/src/main/java/com/taobao/store/mapper/PersonMapper.java | 2e1bcf378a4cd08025541b1204c02862486cc6c3 | [] | no_license | szucielgp/store-taobao | 2a907debe9818967d5d009bc6863c5bfb15f7aa5 | 3356336bc6af27069c108b8243be554eeca183c3 | refs/heads/master | 2021-01-19T03:30:49.106536 | 2017-08-01T10:01:44 | 2017-08-01T10:01:44 | 87,321,205 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 309 | java | package com.taobao.store.mapper;
import com.taobao.store.pojo.Person;
import org.apache.ibatis.annotations.Param;
/**
* Created by kd_gavin on 2017/4/6,15:15.
*
* @dicription
*/
public interface PersonMapper {
Person selectByPrimaryKey(@Param("dbid") String dbid, @Param("openId") String openId);
}
| [
"gavin_lu@kingdee.com"
] | gavin_lu@kingdee.com |
3555cf4c32c2ab05e6f28442b4a7805cf50fe20b | 7647dee16c7f31b4245774c4f03409cd39c9de41 | /app/src/java/is203/se/Entity/BootstrapError.java | c26e4524ec52e8fd1c0c70bc4a8d882fe0f8ae84 | [] | no_license | randallh95/proto | cd73746514cf3b754b0d4169bb3322810a505b8a | d0193124b9b46c0238746bc7ecd4536897dee9aa | refs/heads/master | 2021-07-12T07:05:09.196042 | 2017-10-13T07:57:41 | 2017-10-13T07:57:41 | 105,674,457 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,360 | java | package is203.se.Entity;
import java.util.ArrayList;
public class BootstrapError {
private String fileName; // the name of the .csv file where this error was found
private int rowNum; // the row number of the error
private ArrayList<String> errorMsgList;
public BootstrapError(String fileName, int ro... | [
"randallheng.2016@smu.edu.sg"
] | randallheng.2016@smu.edu.sg |
c2d74c2551d878a52ec2f1d7a93b37f6a8a8df98 | e35635eb5626aab2e42be3112ffca2ce56dd7016 | /WebmasterV6/src/com/boatsoft/common/VO.java | 206b03430dee6769d6d3113454c557c4c7561d79 | [] | no_license | alucard2501/WebmasterV6 | e0277b0ecaa1fe2b7f4bef22c93cb0412877f5f8 | 5fa47967945ca3338af544b2c34746896cd88430 | refs/heads/master | 2021-09-02T14:46:33.901091 | 2018-01-03T08:36:41 | 2018-01-03T08:36:41 | 115,324,264 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,084 | java | package com.boatsoft.common;
import java.util.ArrayList;
public class VO {
public String RequestAction="NONE";
public String TableName="";
public int id=0;
private ArrayList<MListItem> PropertyList;
public VO(){
PropertyList=new ArrayList<MListItem>();
}
public VO(String action){
this.Req... | [
"413993822@qq.com"
] | 413993822@qq.com |
f6f809a8343f5e1d0810c805513eb699e5b4fe91 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/JetBrains--intellij-community/09145f30990d13c32f1bdbdb276e78fd84685b8d/before/ExtractClassTest.java | 856cc76c884584fbb37de621ee2bea54ae58e818 | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,965 | java | /*
* Copyright 2000-2014 JetBrains s.r.o.
*
* 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 agre... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
1e7a4c6f1900ec0e715a3f2e5ecbf7cb2111451c | ff90717e060a2aafec3b099e709085116fcbe866 | /org.xtext.mapping.dsl/src-gen/org/xtext/example/mydsl/parser/antlr/internal/InternalMyDslLexer.java | 1e876183112bb6b42eccdb0c68e14bbd80d1b2a3 | [] | no_license | trileude/IMSE | 60a8c80fcb672388efcb3c0ef315d10b53a0a84f | 1c3751d97932f509a981f5916b5bc07aba5b56cf | refs/heads/master | 2021-01-22T09:48:09.071588 | 2013-12-16T12:40:12 | 2013-12-16T12:40:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 36,206 | java | package org.xtext.example.mydsl.parser.antlr.internal;
// Hack: Use our own Lexer superclass by means of import.
// Currently there is no other way to specify the superclass for the lexer.
import org.eclipse.xtext.parser.antlr.Lexer;
import org.antlr.runtime.*;
import java.util.Stack;
import java.util.List;
import ... | [
"manu@manu-linux.(none)"
] | manu@manu-linux.(none) |
3724bc1e1326b575c4b713ed656a5c4327a3f3bb | 7875546b3c70d1f8662b9a855485c9791d56341d | /api/src/main/java/shop/jinwookoh/api/security/config/WebSecurityConfig.java | a01cc3ae51e623fb8f37cc50d0fad2640c1ffade | [] | no_license | wlsdnr4675/TEAM_PROJECT | 948b07ac54d084076eca6f29df7f23c20f5957ac | c39233d25389c08acb1ea69cdcb289bbb1d5ee93 | refs/heads/main | 2023-06-05T15:03:35.242216 | 2021-06-27T08:59:17 | 2021-06-27T08:59:17 | 365,939,763 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,726 | java | package shop.jinwookoh.api.security.config;
import shop.jinwookoh.api.security.domain.SecurityProvider;
import lombok.RequiredArgsConstructor;
import org.modelmapper.ModelMapper;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.... | [
"wlsdnr4675@gmail.com"
] | wlsdnr4675@gmail.com |
2d6ae2d61a413aa029ed359183dad445f263bb91 | d815bf4787aa5c3f0799576b0bf18ff2bab0585b | /src/main/java/world/ucode/pojo/Registration.java | 52b2c2fa203ce28f3345f0dfe1a2dabb91568bf4 | [] | no_license | OlgaLopushanska/ubay | e79027dca4bac067f4596ab04f703fbf429f4a86 | bfacb5c5c0c449840713ac4d76dbe7ca81b377fe | refs/heads/main | 2023-04-04T22:57:17.378397 | 2021-04-08T19:51:19 | 2021-04-08T19:51:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,378 | java | package world.ucode.pojo;
import javax.persistence.*;
import java.security.SecureRandom;
import java.sql.SQLTransactionRollbackException;
@Entity
@Table(name = "Registration")
public class Registration {
@Id
@GeneratedValue(strategy = GenerationType.SEQUENCE)
@Column(name = "Id", updatable = false, nullab... | [
"onlyonekissforme@gmail.com"
] | onlyonekissforme@gmail.com |
9eb7d1bfee2a0d4867aa0551dde672f355bd2ef6 | 162592581fedc5b1e47c9b44aa09e0febec4c194 | /network/src/main/java/com/shenkai/network/errorhandler/HttpErrorHandler.java | f9ed00ad0daa072c09affc924586770dc7f98612 | [] | no_license | conquerSK/JetpackMvvm | 6d0fcc7b835b7cec9ab95442956592396220d587 | 4e8d8cd56c321212ebd5ca251173d62d55c2afba | refs/heads/master | 2020-09-11T22:42:39.786533 | 2020-04-23T06:25:37 | 2020-04-23T06:25:37 | 222,214,718 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 671 | java | package com.shenkai.network.errorhandler;
import io.reactivex.Observable;
import io.reactivex.functions.Function;
/**
* Author:shenkai
* Time:2020/4/23 13:29
* Description:
* HttpResponseFunc处理以下两类网络错误:
* 1、http请求相关的错误,例如:404,403,socket timeout等等;
* 2、应用数据的错误会抛RuntimeException,最后也会走到这个函数来统一处理;
*/
public cla... | [
"shenk@galanz.com"
] | shenk@galanz.com |
b23c81afc3301ed17431916cf17846ce91654096 | 30ad2a73c1858fdaa2acddbcded39192780965cd | /src/main/java/com/involucionados/modelo/entidades/Rol.java | 88f5f3e8fd355d79e0d762a7f07ca29518c86127 | [] | no_license | cristobalcifuentes/ProyectoFinalAwakelab | 588ed32a02a13a843b9e75136528321cab0a94a6 | a46be76fb79f084120555971ffa0cac6e2286cef | refs/heads/master | 2022-12-14T22:30:22.534896 | 2020-08-03T21:23:57 | 2020-08-03T21:23:57 | 282,069,867 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,102 | java | package com.involucionados.modelo.entidades;
import java.util.List;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.OneToMany;
import javax.persistence.SequenceGenerator;
import javax.persistence.Table;
... | [
"Gerald@DESKTOP-9L3AH2H"
] | Gerald@DESKTOP-9L3AH2H |
73690700e3561c32070c146aeff0666f2ce7bb3a | 4e059afed4008148457f3bc1fc14368cf19878b9 | /Node.java | 0612213ab67403441cf84488730c333b0dbacf61 | [] | no_license | rachelizabeth92/NewmanRachelH4 | 3ad202c27a95a56cd82bb82268e1fc2f6f395aec | 6027e839abe35815449d1ac5e820c9cfdc40376c | refs/heads/master | 2021-01-18T16:18:51.084565 | 2017-04-10T01:07:38 | 2017-04-10T01:07:38 | 86,735,337 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 858 | java | public class Node
{
private String element;
private Node next;
private Node prev;
public Node(String element)
{
this.element = element;
this.next = null;
this.prev = null;
}
//methods
public ... | [
"rnewman@albany.edu"
] | rnewman@albany.edu |
ef01bc6cf196b4a5eacaa62528ec7a8216d00180 | 5707536bdaffe1c0de2abfa838111cabb287c452 | /components/org.wso2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth2/authz/validators/ResponseTypeRequestValidator.java | 36b833ea1501cf8430ad04f35d71876e03475440 | [
"Apache-2.0"
] | permissive | wso2-extensions/identity-inbound-auth-oauth | 1ea5481d0595e56fdf972c1bc6e6bd1c61bd7d82 | d153b3dd2ae065df135566cb6e8951ac8c1a8645 | refs/heads/master | 2023-09-01T08:58:09.127138 | 2023-09-01T05:37:33 | 2023-09-01T05:37:33 | 52,758,721 | 28 | 410 | Apache-2.0 | 2023-09-14T12:13:20 | 2016-02-29T02:41:06 | Java | UTF-8 | Java | false | false | 1,987 | java | /*
* Copyright (c) 2022, WSO2 Inc. (http://www.wso2.com).
*
* WSO2 Inc. 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
... | [
"senthalank@gmail.com"
] | senthalank@gmail.com |
9fd8e6d0560e9ac7df884f20be86e18fce512562 | c58830ca182253e1fe11305ab861dc26db085751 | /aventurasGraficas/src-gen/ar/edu/unq/aventuraGrafica/impl/RecogerObjetoImpl.java | 1ea8a4619ea8cea993a4b20f02dde7ffb12a2dc8 | [] | no_license | camilagarcia113/xtext-dsl-obj3 | 2e135e565a301ef9ec899bfd89c76838e3ffa8e6 | cb44c141c8484aa46bb572a8402be178b1d41003 | refs/heads/master | 2021-01-17T19:25:59.385417 | 2016-07-27T01:32:11 | 2016-07-27T01:32:11 | 64,266,748 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,751 | java | /**
*/
package ar.edu.unq.aventuraGrafica.impl;
import ar.edu.unq.aventuraGrafica.AventuraGraficaPackage;
import ar.edu.unq.aventuraGrafica.Objeto;
import ar.edu.unq.aventuraGrafica.RecogerObjeto;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.In... | [
"camilagarcia.113@gmail.com"
] | camilagarcia.113@gmail.com |
674b60f04c4209b5f0af3158e1ff04d1a9c3ef50 | 25fba3f7dc18e0d684c1162643d77db795f5b129 | /src/main/java/org/sblim/cimclient/internal/cimxml/CIMClientXML_HelperImpl.java | 7d594d520b81f7d62cf21fcc1c14506be3aefd46 | [] | no_license | lkx007/sblim-cim-client2 | c0fb1eb1d4bb9a4a8fe8be25a6197ac01d5462c1 | 5fbf0c281cbbe9d52e4d9c8cf18bfcd2a09946f7 | refs/heads/main | 2023-02-11T08:36:38.568797 | 2018-11-16T03:54:40 | 2018-11-16T03:54:40 | 327,822,545 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 97,555 | java | /**
* (C) Copyright IBM Corp. 2005, 2013
*
* THIS FILE IS PROVIDED UNDER THE TERMS OF THE ECLIPSE PUBLIC LICENSE
* ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE
* CONSTITUTES RECIPIENTS ACCEPTANCE OF THE AGREEMENT.
*
* You can obtain a current copy of the Eclipse Public License from
* http... | [
"liukaixiang@beyondcent.com"
] | liukaixiang@beyondcent.com |
cfa16a9ad3696bfd146d2db419db748f41a84ab0 | ec79e7da1321e7b4b83364d45dc692836bd70c2e | /src/main/java/soot/block/overrides/BlockMixerImproved.java | 289ee2a32d0f3db36f608f2314ea7beebd337179 | [
"MIT"
] | permissive | Aemande123/Soot | 6f0337659c141b67e2dbf07b7900a9c3ea135b94 | 7f1bcd2bb6e4169006f14b9704447a8ac4ae417a | refs/heads/master | 2020-03-30T04:17:34.873599 | 2018-09-28T12:22:21 | 2018-09-28T12:22:21 | 139,576,712 | 0 | 0 | MIT | 2018-07-03T11:58:06 | 2018-07-03T11:58:05 | null | UTF-8 | Java | false | false | 1,964 | java | package soot.block.overrides;
import net.minecraft.block.material.Material;
import net.minecraft.block.state.IBlockState;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.item.ItemStack;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.util.EnumFacing;
import net.minecraft.util.Enu... | [
"bordlistian@hotmail.de"
] | bordlistian@hotmail.de |
7c18d0a6ce1452f557e5806a6861ee8f8a639925 | 691cec0e9a22c7874f19cc4eea3ca64a6aa50df9 | /offer_code_08.03/src/cn/kobe/Solution3.java | a2cdeeabc83384b087b0fddcb1c14785a9e4d5a5 | [] | no_license | luffryfight/Leetcode | 2b3ed1ea415ef9561ceafe7ff7331618b3b1823c | d668f7749b9dd4a0bdf907bbf93c498596d60c93 | refs/heads/master | 2023-07-15T19:04:13.670186 | 2021-08-23T03:23:19 | 2021-08-23T03:23:19 | 257,553,289 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 332 | java | package cn.kobe;
public class Solution3 {
//暴力的优化
public int findMagicIndex(int[] nums) {
for (int i = 0; i < nums.length; i++) {
if (nums[i] == i)
return i;
if (nums[i] > i + 1) {
i = nums[i] - 1;
}
}
return -1;
}
... | [
"1161074235@qq.com"
] | 1161074235@qq.com |
bb3ceb2d947742f45607ad1ba6be181740d6b750 | 2e7f733be84815bb04ec181316820195650beb6f | /java-solutions/module-info.java | b4aaa10881512299f993586056645e5cb191b584 | [] | no_license | doctor-kaliy/java-advanced | fb405b351182db9faffb75155f45bf498f105a48 | 791d443f490ed131907b5f41f05035cbb8af10ab | refs/heads/main | 2023-07-07T22:41:26.206230 | 2021-09-06T12:26:40 | 2021-09-06T12:26:40 | 399,823,070 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 540 | java | module java.solutions {
requires transitive info.kgeorgiy.java.advanced.base;
requires info.kgeorgiy.java.advanced.implementor;
requires info.kgeorgiy.java.advanced.concurrent;
requires java.compiler;
requires info.kgeorgiy.java.advanced.crawler;
requires info.kgeorgiy.java.advanced.hello;
r... | [
"284661@niuitmo.ru"
] | 284661@niuitmo.ru |
1d8a7e4f4879968b4c869fc85852f004086b61c6 | cab3a64205bfdd34280d1978205d407e8ebd725e | /src/main/java/com/tsien/mall/controller/backend/UserManageController.java | 5ebabd2a0bd2a23e4c07bd39331f46a29ef2c3f8 | [
"Apache-2.0"
] | permissive | Tsien16/TsienMall | cefec4ed8c24fce93100cc366aac7969058e22f3 | 12b9a2e503e476ef7b6a7b6251b26f7cb0a9a075 | refs/heads/master | 2022-12-10T13:35:14.631524 | 2021-12-02T01:23:31 | 2021-12-02T01:23:31 | 193,214,739 | 2 | 1 | Apache-2.0 | 2021-03-31T21:16:11 | 2019-06-22T09:15:23 | Java | UTF-8 | Java | false | false | 1,818 | java | package com.tsien.mall.controller.backend;
import com.tsien.mall.constant.Const;
import com.tsien.mall.constant.RoleEnum;
import com.tsien.mall.model.UserDO;
import com.tsien.mall.service.UserService;
import com.tsien.mall.util.ServerResponse;
import org.springframework.web.bind.annotation.PostMapping;
import org.spri... | [
"tsien16@qq.com"
] | tsien16@qq.com |
0bb92ead0c861c2f69557c08347ff30401b80c1e | ec3ee5557e2120e9046f61a81b9d828e63f24c88 | /frostmourne-monitor/src/main/java/com/autohome/frostmourne/monitor/dao/mybatis/frostmourne/mapper/dynamic/RecipientDynamicSqlSupport.java | 7610273fff816865217f3644551ab87436eee5ea | [
"MIT"
] | permissive | xyzj91/frostmourne-1 | 34d9f4a1b12ca471a4b40aeb309dfefefa3bfd77 | d66da4e0a6c17b7e0eee910c2c3950a0ef0c6b79 | refs/heads/master | 2022-11-19T08:07:09.781357 | 2020-07-16T16:21:23 | 2020-07-16T16:21:23 | 280,370,796 | 1 | 0 | MIT | 2020-07-17T08:31:12 | 2020-07-17T08:31:11 | null | UTF-8 | Java | false | false | 2,299 | java | package com.autohome.frostmourne.monitor.dao.mybatis.frostmourne.mapper.dynamic;
import java.sql.JDBCType;
import java.util.Date;
import javax.annotation.Generated;
import org.mybatis.dynamic.sql.SqlColumn;
import org.mybatis.dynamic.sql.SqlTable;
public final class RecipientDynamicSqlSupport {
@Generated(value="... | [
"kechangqing@autohome.com.cn"
] | kechangqing@autohome.com.cn |
a6db5487650cf554e0996a5fa5243ec488733ebf | 602e369052c0e53e731701140d154bcd1c421db8 | /zlschool-api/src/main/java/com/zl/school/business/dto/course/GetCourseUnderListRes.java | 1d4510b4a5fa360aae84894c52de62c3ace7a830 | [] | no_license | 123wangkun/baoluaninfo | 1d51e32a7885719bec936c575ddc2d1d3213f0e2 | a5b2f4b1a52bbb0c78c1d325da5fdc0eee9bdaba | refs/heads/master | 2022-11-26T15:06:43.494843 | 2019-06-24T08:48:59 | 2019-06-24T08:48:59 | 193,442,090 | 1 | 0 | null | 2022-11-16T08:24:59 | 2019-06-24T05:50:23 | JavaScript | UTF-8 | Java | false | false | 1,285 | java | package com.zl.school.business.dto.course;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import org.springframework.format.annotation.DateTimeFormat;
import org.springframework.stereotype.Service;
import java.time.LocalDateTime;
import java.uti... | [
"807294668@qq.com"
] | 807294668@qq.com |
1f6e73b44a1a1f579a22878320df43ff119b2fe8 | ff90b24d08ec20054f03564a4238400a7fff5d1e | /src/main/java/com/luotianyi/test3/web/UserController.java | 4bf477943932625876005d101d793509b91c507d | [] | no_license | blogsProject/ssh3 | d53c78527af96354086c3d809881953676d99053 | 7bf23b72d3524909042c899441abe56504e5f6b8 | refs/heads/master | 2020-04-07T05:17:51.582515 | 2018-03-07T14:53:22 | 2018-03-07T14:53:22 | 124,184,355 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 974 | java | package com.luotianyi.test3.web;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Controller;
import com.luotianyi.test3.entiy.User;
import com.luotianyi.test3.service.UserService;
import com.ope... | [
"z173391478@gmail.com"
] | z173391478@gmail.com |
f35be0726af8d3b307631c0a291ab918efe304ce | a7c12e4a8c47ebdf4549cc62a5c2730c8cbd5dee | /src/main/java/com/jouav/myapp/service/impl/JobHistoryServiceImpl.java | 9516aff05be279b5d27d1addb5bdb9513c3a29d6 | [] | no_license | hanjingyao/app3 | 40e3529b390631d26145a140c87eaac1c7f3f0c0 | 276022a22e9ee5027fd7b7530a2c14f83c288279 | refs/heads/master | 2021-04-26T23:03:25.091959 | 2018-03-05T07:27:41 | 2018-03-05T13:30:57 | 123,923,334 | 0 | 1 | null | 2020-09-18T08:37:49 | 2018-03-05T13:27:15 | Java | UTF-8 | Java | false | false | 2,665 | java | package com.jouav.myapp.service.impl;
import com.jouav.myapp.service.JobHistoryService;
import com.jouav.myapp.domain.JobHistory;
import com.jouav.myapp.repository.JobHistoryRepository;
import com.jouav.myapp.service.dto.JobHistoryDTO;
import com.jouav.myapp.service.mapper.JobHistoryMapper;
import org.slf4j.Logger;
im... | [
"1254292279@qq.com"
] | 1254292279@qq.com |
4a8e794faed8382de76d730bcd387b467b553b5e | e707e6d6f7769a35d4292e45fdaab34edec5749e | /Dara1/app/src/main/java/com/example/test/dara/StartingLocationActivity.java | 75403ced2ace2f82de42650b0148e1163ee98c21 | [] | no_license | alecglen/Dara | 1594730c151d932188b9aa63d0131d48f2579884 | d43286ad4cbb04142161a5a246f7e84fc7056eb5 | refs/heads/master | 2021-04-12T08:06:26.266390 | 2018-05-22T20:31:49 | 2018-05-22T20:31:49 | 126,091,995 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,821 | java | package com.example.test.dara;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
public class StartingLocationActivity extends AppCo... | [
"alec.ostrander@gmail.com"
] | alec.ostrander@gmail.com |
ff444c8b6b257a4a3b4e0cbf4093a806cdc9bb43 | 0f5c44fb88644abe232c35ae219ed50ff233af8d | /src/main/java/open/commons/tool/dvm/widget/UpdateLogDigalog.java | 6088aec9f90bbc5eb63eea0be383c82410223681 | [
"MIT"
] | permissive | parkjunhong/doc-version-manager | a792d01df73cb7719f3be30e2e7dd574c4afd59d | e763248449143f8f778821f81d112c4d3b263844 | refs/heads/master | 2023-01-24T15:25:49.658237 | 2021-07-29T07:55:26 | 2021-07-29T07:55:26 | 227,792,906 | 0 | 0 | MIT | 2021-12-10T01:01:11 | 2019-12-13T08:32:48 | Java | UTF-8 | Java | false | false | 3,798 | java | /*
*
* This file is generated under this project, "DocVersionManager".
*
* Date : 2014. 11. 26. 오후 5:03:42
*
* Author: Park_Jun_Hong_(fafanmama_at_naver_com)
*
*/
package open.commons.tool.dvm.widget;
import java.util.List;
import org.eclipse.jface.dialogs.IDialogConstants;
import org.eclipse.jface.dialogs... | [
"parkjunhong77@gmail.com"
] | parkjunhong77@gmail.com |
91f437a5fef8cf442d4822124e2ff315ebd956a0 | 0f442bd5a47888ecea6b29b8d80e64ad890b368e | /src/main/java/org/rtassembly/npgraph/grpc/RequestAssembly.java | 1900e9ee942c831f40ef20aca15dd6a56125476b | [
"LicenseRef-scancode-other-permissive"
] | permissive | hsnguyen/assembly | 1c49ac2213012fd13f01f293b72937db438ea446 | 26bd8df1b834d9df0c09be34c64de9dd7d0b5175 | refs/heads/master | 2022-12-14T23:22:28.562235 | 2020-12-06T12:35:44 | 2020-12-06T12:35:44 | 100,936,177 | 23 | 2 | null | 2022-12-02T22:21:51 | 2017-08-21T09:30:17 | Java | UTF-8 | Java | false | true | 30,521 | java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: npgraph_service.proto
package org.rtassembly.npgraph.grpc;
/**
* <pre>
* Client sent all hits from a chunk simultaneously
* </pre>
*
* Protobuf type {@code assembly.RequestAssembly}
*/
public final class RequestAssembly extends
com.goog... | [
"hoangnguyen.minor@gmail.com"
] | hoangnguyen.minor@gmail.com |
f3f47ae3c03d06ab767b449b1d5b45d3d6739440 | 37bdf47bab979d25ef29e5c4562c298cfeb942f3 | /HomeWork_day4/src/Date.java | bd2f700ca8530b8afc874c6da30a80e8073b4895 | [] | no_license | NovaXam/Cognizant | a4642037877f33146a4eefcd480f97e146f21d90 | d3f034e6350c320e7cd404c1e7a6b083ba57a3a2 | refs/heads/master | 2021-09-09T11:11:44.955835 | 2018-03-15T13:13:49 | 2018-03-15T13:13:49 | 124,000,490 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 171 | java | /**
* Created by student on 3/8/18.
*/
public class Date {
public Date() {
};
public String toString() {
return this.getClass().getName();
};
}
| [
"novakhm@gmail.com"
] | novakhm@gmail.com |
3485b797a1abe07397c0d97c36964099614faff5 | f773573e1493e514ae9708302a3c672ea1d3afd4 | /app/src/androidTest/java/com/example/lg/a216230115/ExampleInstrumentedTest.java | 7e2d717abaeeac92a625bd78092afea9c842ede2 | [] | no_license | mjkim1345/216230115_2nd | 79a1c4a4198a181628ed45737166cba818d19d23 | 506cee28349a3b15054b0b42b889c0df9e004f52 | refs/heads/master | 2021-08-23T16:45:38.326776 | 2017-12-05T18:54:08 | 2017-12-05T18:54:08 | 113,220,692 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 754 | java | package com.example.lg.a216230115;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test, which will execute on an An... | [
"mjkim1345@daum.net"
] | mjkim1345@daum.net |
a45ec2e0dfa8c3dbc4f8f854f49edb558800cfbc | 000f4ec33333e40dec5d75093a537070bc5a32e5 | /kodilla-patterns2/src/test/java/com/kodilla/patterns2/adapter/company/SalaryAdapterTestSuite.java | 4fe412bbea45fb7997c9544320d1a34749eb3599 | [] | no_license | michal-tokarski/michal-tokarski-kodilla-java | 67ac73e8ab237d6e964c46614f840f7a47944693 | 4e902fac090cdeb9a7b0a91ca2bbc9e8b2074163 | refs/heads/master | 2021-06-20T19:31:29.608260 | 2021-03-14T18:34:44 | 2021-03-14T18:34:44 | 190,971,793 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 611 | java | package com.kodilla.patterns2.adapter.company;
import com.kodilla.patterns2.adapter.company.oldhrsystem.Workers;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class SalaryAdapterTestSuite {
@Test
public void testTotalSalary() {
//Given
Workers workers = new Worke... | [
"michal_tokarski@wp.pl"
] | michal_tokarski@wp.pl |
4030831dfdd9a4787005c02afd9cf04515ecfa7a | a2f95d3709f26265ca1eeee7f8c44f192d26a328 | /src/LeetCode/Company/FaceBook/NextPermutation.java | 41539db7dad9fe4956f791a08879f3bb868542a3 | [] | no_license | ruoyanhuang/algorithm | 7bc27b5b94f19a6596d6a61a17940a335443fe29 | 0b8c65148db161a8906ce546ab896458b3d70557 | refs/heads/master | 2020-04-05T16:55:57.913046 | 2019-03-03T22:25:30 | 2019-03-03T22:25:30 | 157,035,572 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,352 | java | package LeetCode.Company.FaceBook;
public class NextPermutation {
public void nextPermutation(int[] nums) {
if (nums == null || nums.length == 0) {
return;
}
for (int i = nums.length - 2; i >= 0; i--) {
if (nums[i] < nums[i + 1]) {
int tmp = findSmall... | [
"huangustc@gmail.com"
] | huangustc@gmail.com |
92578fbdd6763ee06439bd6a16bdef06d0b61779 | dd1598513c6ee9aa3abff4118f8c9a2347f50a73 | /Bendo/src/ca/bendo/controller/course/CourseProfessorController.java | 4c48e3c5899f3c11402c6367cb057e497f1ab8fd | [] | no_license | timotheeguerin/uniiv-java | 2426b3b77fdfb6045c5080e74008bc2e71d1f4ec | dc94b1d72368af2b782a3cdc8d4a6710769f42d4 | refs/heads/master | 2021-03-27T14:32:54.115371 | 2013-07-19T13:53:56 | 2013-07-19T13:53:56 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 5,516 | java | /**
*
*/
package ca.bendo.controller.course;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.PathVariable;
imp... | [
"timothee.guerin@outlook.com"
] | timothee.guerin@outlook.com |
c92ad14fc1185e090a5a84fa3b19b77b66f32882 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/8/8_88d681204b8fdb8aa10813dd393b532df9401d3b/TextComponentOperator/8_88d681204b8fdb8aa10813dd393b532df9401d3b_TextComponentOperator_t.java | e1d69f2b62b69b9fd88732e3f2c5156015ded5f0 | [] | 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 | 1,459 | java | /*
* Copyright 2008 Nokia Siemens Networks Oyj
*
* 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... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
74796812cb6bf46b3cf51d6f4c0052607b5790e7 | 5239779c4efc5e6179bbf4e9b906f4900957397e | /spark-project/src/main/java/com/ibeifeng/sparkproject/spark/product/AreaTop3ProductSpark.java | 6ae552ffc6a8435fc8b70059839e3b62933f6e06 | [] | no_license | tongweiliu/idea-hadoop-5 | 97ef436f7962ae819cbeba3c822fe65cb8f6bf82 | d27f2d66da8e9c0feaff6c37d927d03e2efee9bc | refs/heads/master | 2020-04-02T12:05:40.928362 | 2018-10-24T01:23:29 | 2018-10-24T01:23:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,913 | java | package com.ibeifeng.sparkproject.spark.product;
import com.alibaba.fastjson.JSONObject;
import com.ibeifeng.sparkproject.conf.ConfigurationManager;
import com.ibeifeng.sparkproject.constant.Constants;
import com.ibeifeng.sparkproject.dao.IAreaTop3ProductDAO;
import com.ibeifeng.sparkproject.dao.ITaskDAO;
import com.i... | [
"liutongwei@hydsoft.com"
] | liutongwei@hydsoft.com |
bc389426d0b07a268a019654f0a9b3cb5260e1e1 | 2582deebb8f42bce7d3280616077aa9c930fd12f | /etalon2017-master/.idea/dataSources/com/assignstudent/etalon/CompanyEntity.java | 1a5eb1f7bf419a9af08167bb3b61e861e4770b48 | [] | no_license | karpiyeniamv/JavaDev4 | c8066b231a2950acccc3617070e11e2c5250e631 | e357dd5e82b49303160113120060bc7634216f5a | refs/heads/master | 2021-05-04T19:55:17.656686 | 2017-12-29T14:48:18 | 2017-12-29T14:48:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,620 | java | package com.assignstudent.etalon;
import javax.persistence.*;
import java.util.Collection;
@Entity
@Table(name = "company", schema = "assignstudent", catalog = "")
public class CompanyEntity {
private int id;
private String companyName;
private Collection<com.assignstudent.etalon.RequestEntity> requestsBy... | [
"karpiyenia.mv@gmail.com"
] | karpiyenia.mv@gmail.com |
a4732979a7ad34cb9cd07377809bab758af047fd | 8f87065bc3cb6d96ea2e398a98aacda4fc4bbe43 | /src/Class00000400Better.java | b51ae81010ab2efd705fc000445cf06eb6b22a0e | [] | no_license | fracz/code-quality-benchmark | a243d345441582473532f9b013993f77d59e19ae | c23e76fe315f43bea899beabb856e61348c34e09 | refs/heads/master | 2020-04-08T23:40:36.408828 | 2019-07-31T17:54:53 | 2019-07-31T17:54:53 | 159,835,188 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 296 | java | // original filename: 00028270.txt
// after
public class Class00000400Better {
@Override
public WebSocketConnectOptions setPort(int port) {
Arguments.requireInRange(port, 1, 65535, "port p must be in range 1 <= p <= 65535");
this.port = port;
return this;
}
}
| [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
ba483e2592858af7468700b67a03555e01478328 | 69cf7e7a74a365b556b76513cbe9a0e019280ca1 | /RTS/junit/edu/ycp/cs320/rts/junit/GameObjectTest.java | 4d83857fe19bea73519ff87b2b33f1842a41cc72 | [] | no_license | dmashuda/CS320RTS | 9806c3bbd09208ce0b80a57d656a9d4af0797ed4 | ae534aeecf5d0709eb12ea7ea724bdd8ee020b5d | refs/heads/master | 2021-01-01T19:16:48.651606 | 2014-05-14T03:40:21 | 2014-05-14T03:40:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,225 | java | package edu.ycp.cs320.rts.junit;
import static org.junit.Assert.*;
import org.junit.Before;
import org.junit.Test;
import edu.ycp.cs320.rts.shared.GameObject;
import edu.ycp.cs320.rts.shared.Point;
public class GameObjectTest {
private Point c1 = new Point(3,4);
private Point c2 = new Point(106,2);
private Point... | [
"akoehler@ycp.edu"
] | akoehler@ycp.edu |
65798ce163b83bfdea67f01c5eb43ed10c096f79 | 5501e073f5207b8e78385446b6e00f05749096a1 | /src/main/java/com/k9sv/domain/pojo/ProfitLog.java | 97489a1ff66da5c9e2bda0964e64a61a9277bc99 | [] | no_license | verseboys/chongxin | 5d3aac3f14dd8569901f1d843450ab3a06bdadca | 528568c386c0d9a0332ed6aff2f1bb4dbf9baf68 | refs/heads/master | 2021-01-24T01:28:15.942092 | 2017-11-20T02:57:04 | 2017-11-20T02:57:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,280 | java | package com.k9sv.domain.pojo;
import java.util.Date;
import com.k9sv.util.DateUtil;
/**
* ProfitLog entity. 收益记录
*/
public class ProfitLog implements java.io.Serializable {
// Fields
/**
*
*/
private static final long serialVersionUID = 7724732606603188852L;
private int id;
private int status;
privat... | [
"machuanpeng1991@163.com"
] | machuanpeng1991@163.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.