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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1477ad61a2b16f5c6650a4e14db4218c0237a673 | d4c27ce25dc4c1132852ed64bdb9f4176d5c3fd3 | /leetcode/src/main/java/com/wy/leetcode/question701/Solution.java | 7b9010149de594b3119b9b714b6e5f6d7fee0a43 | [] | no_license | hammerwy/datastructure_and_algorithm | d198e48a38b99f405908507e3c3f43908b1e6ef7 | 2b3b951ef302ea74fe846575d7e823aa13944c7c | refs/heads/master | 2022-11-27T23:14:22.273558 | 2020-08-04T12:03:26 | 2020-08-04T12:03:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,115 | java | package com.wy.leetcode.question701;
/**
* @author wangyong
* @date 2019/5/30
* @description 例如,
* <p>
* 给定二叉搜索树:
* <p>
* 4
* / \
* 2 7
* / \
* 1 3
* <p>
* 和 插入的值: 5
* 你可以返回这个二叉搜索树:
* <p>
* 4
* / \
* 2 7
* / \ /
* 1 3 5
* 或者这个树也是有效的:
* <p>
* 5
* / \
* 2 7
* / \
* 1 3
*... | [
"autumnimagery@outlook.com"
] | autumnimagery@outlook.com |
4738eecff519bdce5bfa589012f13e83457ee566 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/23/23_f14624e849e739ed35b148cca9c65f3ae983b555/FigureFactory/23_f14624e849e739ed35b148cca9c65f3ae983b555_FigureFactory_s.java | 1853c41ed2f1be1c10378a4f69941d174971a172 | [] | 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 | 10,444 | java | /*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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 is available at
... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
c3ba3c05543eba442081c345a73d4a5a9f4e5974 | 33eaec8e6d451000fb726b86b0890e4e076c010a | /bookmanagement/src/main/java/in/bushansirgur/bookmanagement/dao/BookDAOImpl.java | fde478d65e80a615d3d9f3f3c82e533d60b41275 | [] | no_license | sridharreddych/book-management-system | 043b22e4ef6f5d2b4826e3f7ae725a896db352bd | d899df21eb96d4d20498a2dba71d8d4b2ea168a2 | refs/heads/master | 2022-01-08T17:20:58.306362 | 2018-09-30T13:42:10 | 2018-09-30T13:42:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 979 | java | package in.bushansirgur.bookmanagement.dao;
import java.util.List;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import in.bushansirgur.bookmanagement.model.Book;
@Reposit... | [
"sc.bushan.05@gmail.com"
] | sc.bushan.05@gmail.com |
ebbf1e0e13fc7335085de4f4cbc42b3d5c17ed74 | f86938ea6307bf6d1d89a07b5b5f9e360673d9b8 | /CodeComment_Data/Code_Jam/train/Counting_Sheep/S/CSheep(4).java | 7f0487d52ffc59cef82a2b3cf00650c9f36235b5 | [] | no_license | yxh-y/code_comment_generation | 8367b355195a8828a27aac92b3c738564587d36f | 2c7bec36dd0c397eb51ee5bd77c94fa9689575fa | refs/heads/master | 2021-09-28T18:52:40.660282 | 2018-11-19T14:54:56 | 2018-11-19T14:54:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,742 | java | package methodEmbedding.Counting_Sheep.S.LYD1652;
import java.io.*;
import java.util.HashSet;
/**
* Created by asthiwanka on 9/4/16.
*/
public class CSheep {
public static void main(String[] args) {
BufferedReader br = null;
File file = new File("/Users/asthiwanka/Desktop/out.txt");
... | [
"liangyuding@sjtu.edu.cn"
] | liangyuding@sjtu.edu.cn |
16ed3814935eded0dabf56be7e27d586ed8db90f | 47da275d6b10915cc60d6fc3238b5bc243d6c5c1 | /de.rcenvironment.core.utils.cluster/src/main/java/de/rcenvironment/core/utils/cluster/ClusterQueuingSystemConstants.java | ffa61229f4cdf3d299db424231af1d17350f2195 | [] | no_license | rcenvironment/rce-test | aa325877be8508ee0f08181304a50bd97fa9f96c | 392406e8ca968b5d8168a9dd3155d620b5631ab6 | HEAD | 2016-09-06T03:35:58.165632 | 2015-01-16T10:45:50 | 2015-01-16T10:45:50 | 29,299,206 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 713 | java | /*
* Copyright (C) 2006-2014 DLR, Germany
*
* All rights reserved
*
* http://www.rcenvironment.de/
*/
package de.rcenvironment.core.utils.cluster;
/**
* Constants related to cluster queuing systems.
*
* @author Doreen Seider
*/
public final class ClusterQueuingSystemConstants {
/**... | [
"robert.mischke@dlr.de"
] | robert.mischke@dlr.de |
538d943d72d792b8ed0d2739fc0d9bfe8bfa4a5d | cd148bb9318cd7d3336165fa0131ee6e0d2beb5c | /demo-api/src/main/java/com/example/demoapi/repository/CategoryRepo.java | c2b9e3611e6db469032f6d6bf56d25507fbb5e7e | [] | no_license | hanh01/JavaWeb | e3ee693f75c8eba6a765347786fa9677d286d534 | e1e2aa75c202cb1101255b445d8c83751a6abc6b | refs/heads/master | 2023-06-07T13:13:02.756380 | 2021-07-08T12:59:38 | 2021-07-08T12:59:38 | 364,837,135 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 234 | java | package com.example.demoapi.repository;
import com.example.demoapi.entity.CategoryEntity;
import org.springframework.data.jpa.repository.JpaRepository;
public interface CategoryRepo extends JpaRepository<CategoryEntity,Integer> {
}
| [
"dohonghanh2101@gmail.com"
] | dohonghanh2101@gmail.com |
7f44a70c4b9eb10e0e341682c27905b8d89483f7 | d1020bcd8291155ed4ad2c88395928af9844912c | /src/main/java/com/theironyard/utlis/PasswordStorage.java | 7d734825a93b504115405e66687da656b08194b8 | [] | no_license | ericweidman/GameTrackerSpring | 9192475b1aec95eaeaa4de25e2ba46edb5d03319 | 7185002f3fcb423576e32266b53cce3424f43a00 | refs/heads/master | 2021-01-10T11:50:13.209635 | 2016-03-13T21:37:27 | 2016-03-13T21:37:27 | 53,427,606 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,566 | java | package com.theironyard.utlis;
import java.security.SecureRandom;
import javax.crypto.spec.PBEKeySpec;
import javax.crypto.SecretKeyFactory;
import java.math.BigInteger;
import java.security.NoSuchAlgorithmException;
import java.security.spec.InvalidKeySpecException;
import javax.xml.bind.DatatypeConverter;
public cl... | [
"ericweidman@gmail.com"
] | ericweidman@gmail.com |
dd0b8e6e06ecef355074b6ace4aef556453e5491 | c7f0b854cdde82cf116ecc56eda2a435f5105bf1 | /subo/src/main/java/aid/Clothes.java | 011a71a6ce4987501a64215abcb9b0219d852382 | [] | no_license | invoker333/suboStudio | e50e61a8e4d78b7909606a864d6621ea2c28de60 | a6807c18597cd52761bc80f83d63dbacf6f428c1 | refs/heads/master | 2021-09-02T08:16:41.953254 | 2017-12-31T21:08:20 | 2017-12-31T21:08:20 | 109,478,391 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 197 | java | package aid;
import Element.Animation;
import Mankind.Player;
public class Clothes extends Animation{
protected void equiped(Player player){
// android.R.style.Widget_DeviceDefault_Light
}
}
| [
"1541158185@qq.com"
] | 1541158185@qq.com |
bede2f9a69162e3337e259ba8306d86735f01124 | 25c423428df591859f7d61e2143863078382230c | /VetClinic/src/main/java/com/softuni/vetpet/service/services/implementation/ValidationServiceImpl.java | f9ca4b465fe1f65e846228b40c6fbdbc75fbb7c5 | [] | no_license | ivanyordanov67/JAVA-WEB | 0f0188fe778ffb3e797e3e46b7a7488f9e07caa6 | 0eefe61b74b8890a2498b5fcc9e5b4423decefeb | refs/heads/master | 2023-08-07T15:50:10.581433 | 2019-11-25T11:25:33 | 2019-11-25T11:25:33 | 210,565,874 | 0 | 0 | null | 2023-07-22T17:01:54 | 2019-09-24T09:38:23 | HTML | UTF-8 | Java | false | false | 1,427 | java | package com.softuni.vetpet.service.services.implementation;
import com.softuni.vetpet.data.models.User;
import com.softuni.vetpet.service.models.LoginServiceModel;
import com.softuni.vetpet.service.models.UserServiceModel;
import com.softuni.vetpet.service.services.UserService;
import com.softuni.vetpet.service.servic... | [
"40793776+ivanyordanov67@users.noreply.github.com"
] | 40793776+ivanyordanov67@users.noreply.github.com |
21cd9ef2dc4f6787c240432163335d82a5c57fa6 | 4ad17f7216a2838f6cfecf77e216a8a882ad7093 | /clbs/src/main/java/com/zw/platform/util/common/JsonResultBean.java | f7ca9ffb39226b22f3281d526d208d4f9b8d500b | [
"MIT"
] | permissive | djingwu/hybrid-development | b3c5eed36331fe1f404042b1e1900a3c6a6948e5 | 784c5227a73d1e6609b701a42ef4cdfd6400d2b7 | refs/heads/main | 2023-08-06T22:34:07.359495 | 2021-09-29T02:10:11 | 2021-09-29T02:10:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,055 | java | package com.zw.platform.util.common;
import com.zw.platform.util.JsonUtil;
import java.io.PrintWriter;
import java.io.Serializable;
import java.io.StringWriter;
public class JsonResultBean implements Serializable {
private static final long serialVersionUID = 1L;
public static final boolean SUCCESS = true;
... | [
"wuxuetao@zwlbs.com"
] | wuxuetao@zwlbs.com |
14f252edc599e0bc96316c2919708e54615fe951 | 9a9d00775f4b03dfe1648d5c2907c6b80d91e57b | /src/states/DashingInTheAir.java | e08423dbecbaaf2c1eb3314ca56a8e9b5a52b421 | [] | no_license | ryanchen34057/platformerGame | 5873f1bd2bcba4807531a8fb5f87200df9b55810 | 45985256df9a7178e12ddebe1fbf00b07dc59a18 | refs/heads/master | 2020-05-14T18:02:49.734269 | 2019-04-17T17:15:11 | 2019-04-17T17:15:11 | 181,903,395 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 884 | java | package states;
import character.Player;
import input.Input;
import java.util.List;
public class DashingInTheAir implements StateMachine{
private float dashTimer = Player.DASH_TIMER;
@Override
public void handleKeyInput(Player player, List<Input.Key> keys) {
}
@Override
public void update(P... | [
"ryanchen34057@gmail.com"
] | ryanchen34057@gmail.com |
4b0be393a95c0a400a4899c4e9e0824280ed8f74 | d1970587e1b1889388c288202c835e96e8c25e90 | /9.Validation_Data_Binding_and_Type_Conversion/9.2.Validation_using_Spring_s_Validator_interface/src/main/java/com/qiaogh/domain/Person.java | 3a4b5833d12d45dacf82176e9af8d46452487af2 | [] | no_license | Qiaogh/Spring | fb3225e050e96dba50b7998809c2ed9204d08926 | b894dd3c47af489ba88f29bdd959bd4607de697f | refs/heads/master | 2021-08-07T07:08:34.880225 | 2018-02-22T13:48:59 | 2018-02-22T13:48:59 | 95,947,202 | 0 | 1 | null | 2017-07-05T08:31:18 | 2017-07-01T06:44:01 | Java | UTF-8 | Java | false | false | 645 | java | package com.qiaogh.domain;
public class Person {
private String id;
private String name;
private Integer age;
public Person( String id, String name, Integer age ) {
this.id = id;
this.name = name;
this.age = age;
}
public String getId() {
return id;
}
... | [
"qq892525597qq@163.com"
] | qq892525597qq@163.com |
b3c015c5fc4033169ec944bf868ab45066bc66f4 | 4bf144e89fbf5b6746c324560f6628877abdb81b | /src/main/java/com/danxx/micro/servlet/DeleteBatchServlet.java | 22efc136128a34922e054002b5b76c3502420975 | [] | no_license | Dawish/micro_message | 9e9da6cc1afc87ee469f178b6b28ed969b8d5c85 | 4f0d253659ff0b92cfa770087d206015e0d9ab80 | refs/heads/master | 2020-03-18T23:24:16.250826 | 2018-06-11T13:37:02 | 2018-06-11T13:37:02 | 135,400,239 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,576 | java | package com.danxx.micro.servlet;
import java.io.IOException;
import java.sql.Connection;
import java.sql.DriverAction;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.Serv... | [
"danxx@yanhuamedia.com"
] | danxx@yanhuamedia.com |
0716fede305184e6557272a6f13f5a2f50d7e5a8 | e8c022176e541e0de41683bc7ca767cc513eb69a | /src/main/java/horstman/core/java/vol1/ch12/IllegalMonitorStateExceptionTest.java | c13050fa8a38220a295af41a40704fe7394c4112 | [] | no_license | alex-krav/javacorevol1 | 07c6534197024c510c23ac07b53518c0ff3b8808 | 6e8ca7723548f131462cb1dba9ef5ec2f2da50eb | refs/heads/master | 2022-08-10T00:07:32.748133 | 2019-08-30T13:48:10 | 2019-08-30T13:48:10 | 195,194,658 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 360 | java | package horstman.core.java.vol1.ch12;
public class IllegalMonitorStateExceptionTest {
public static void main(String[] args) throws InterruptedException {
Thread thread1 = new Thread(() -> {
System.out.println("Thread1 running...");
});
// thread1.start();
// thread1.wait(... | [
"akravchuk89@gmail.com"
] | akravchuk89@gmail.com |
11f74c1d057aa451c848347f3edb6a02282fd761 | 1e0579d3ec7e325ad88c324dc7f38967317ebd65 | /app/src/main/java/com/android/styy/common/util/MD5Util.java | 0471ec9e143804169cb876a7955113f83bc02f44 | [] | no_license | chunleizhangxin/HFrame | b89da2d77922ce0c7b80ff0745c4f74a8cfebdbd | a89027a78e5432f9d49e770ea56d9f5f3cc38cc0 | refs/heads/master | 2021-01-14T16:20:56.529464 | 2020-02-27T06:07:06 | 2020-02-27T06:07:06 | 242,677,597 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 902 | java | package com.android.styy.common.util;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
public class MD5Util {
public static String toMD5(String sourceStr) {
String result = "";
try {
MessageDigest md = MessageDigest.getInstance("MD5");
md.... | [
"chunleizhangxin@users.noreply.github.com"
] | chunleizhangxin@users.noreply.github.com |
dc2b9ce43e382ec043ef409ca08b2212538fc115 | 687eb85b656f79999986dc53625a02ad8b7e3b19 | /app/src/main/java/com/pyb/trackme/selectMultipleContacts/contact/ContactSection.java | f3cb555361896712af336b5b97c88cca050362ee | [] | no_license | prashant21GITHUB/Track-me-app | 7a4382797a4f2e24a49c2b913b571f1a991ca08c | 9bafaa3a193138ad34645b5888086fe62afcc471 | refs/heads/master | 2020-05-05T08:46:39.409484 | 2019-07-27T16:36:33 | 2019-07-27T16:36:33 | 179,877,323 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 559 | java |
package com.pyb.trackme.selectMultipleContacts.contact;
public class ContactSection {
private final char mLetter;
private final int mSectionPos;
private final int mContactPos;
ContactSection(char letter, int sectionPos, int contactPos) {
mLetter = letter;
mSectionPos = sectionPos;
... | [
"prashant.bajpai21@gmail.com"
] | prashant.bajpai21@gmail.com |
89c391cb52e32659fe19b5127d0900d43dbe7a03 | 7996f534582a8a2923a5329d7a148f20dc76dfdc | /kissy-1.4.9/tools/module-compiler/tests/com/google/javascript/jscomp/ObjectPropertyStringPreprocessTest.java | 6e481c0902fff981d9bd6bfac75f07ba59746b71 | [
"MIT"
] | permissive | tedyhy/SCI | a538705520c3a010a6f3249b9a7344cd27c9b6f9 | 38b2259e4a6c9a884c4ef8a4aa6d3715f434acef | refs/heads/master | 2020-12-22T22:52:43.343635 | 2017-03-29T08:55:18 | 2017-03-29T08:55:18 | 25,193,031 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,172 | java | /*
* Copyright 2009 The Closure Compiler 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 applicable... | [
"916610351@qq.com"
] | 916610351@qq.com |
73076c11d9cff7603b6051886dc3033048d7da44 | b992259d58de4e94dbf2daca93f52863e682420f | /app/src/main/java/org/lntorrent/libretorrent/ui/main/TorrentListItem.java | 84a8e3f960041a5f02159dece4dc5a92df161a5a | [] | no_license | hamzadevc/LNTorrentApp | 4b82e95b836b456a43731a9df49fc4c4dc2f9efb | 8ac52ced62028f97628bef06b0d3a6f684830885 | refs/heads/master | 2022-12-03T20:05:40.921623 | 2020-08-25T13:32:01 | 2020-08-25T13:32:01 | 290,222,079 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,357 | java |
package org.lntorrent.libretorrent.ui.main;
import androidx.annotation.NonNull;
import org.lntorrent.libretorrent.core.model.data.TorrentInfo;
/*
* Wrapper of TorrentInfo class for TorrentListAdapter, that override Object::equals method
* Necessary for other behavior in case if item was selected (see SelectionTr... | [
"hamza.tahir@startupgrind.com"
] | hamza.tahir@startupgrind.com |
e5d64389fb012364ea1c2585d105b9641ebd6569 | ee77fe233f8fd7a3cc9520836195076f4b1cc9ea | /app/src/main/java/com/algonquinlive/tohm0011/omar/doorsopenottawa/DetailsActivity.java | 307a4dfbd496037647488bbbaef46bb08512f608 | [] | no_license | omartohme/DoorsOpenOttawa | 04b3c0bb39fa4ce2ccaf66185da2337d5908eed6 | fb84692fff57852953fce085999ca610f15b26a5 | refs/heads/master | 2020-06-27T07:03:56.862931 | 2016-12-13T23:53:20 | 2016-12-13T23:53:20 | 74,529,987 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,993 | java | package com.algonquinlive.tohm0011.omar.doorsopenottawa;
import android.app.Activity;
import android.app.DialogFragment;
import android.app.SearchManager;
import android.content.Context;
import android.content.Intent;
import android.location.Address;
import android.location.Geocoder;
import android.os.AsyncTask;
impor... | [
"tohm0011@algonquinlive.com"
] | tohm0011@algonquinlive.com |
e5067879cdb647c5872193d562bd906bcd9ffa34 | 6f0ee6dd91c7ddd1312ece32c5d08bf48b4c7070 | /src/CircleCustomScoreQuery.java | 512ce3ee232e703b3dcbcddf4327ba5c767e8cfb | [] | no_license | darouwan/Search | 0285698a37d1a22f714582b43dc6b45d3ff12908 | ad376b6c0f810a2703d1d45e44cef541115d69da | refs/heads/master | 2020-05-27T07:13:00.811446 | 2012-10-10T15:54:32 | 2012-10-10T15:54:32 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,358 | java | import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import org.apache.lucene.index.IndexReader;
import org.apache.lucene.search.Query;
import org.apache.lucene.search.function.CustomScoreProvider;
import org.apache.lucene.search.function.CustomScoreQuery;
public class CircleCustomScoreQu... | [
"k-2feng@hotmail.com"
] | k-2feng@hotmail.com |
d9d2d1c198e2589ac1baf55e6758ff4b58da4bc0 | e6cb57315b73e0ee5a8b667f951c3fb76e73321c | /app/src/main/java/com/example/gaojunhui/textworld/pullzoomview/PullWebViewActivity.java | d5b01fc48f781f689b1eab5d801df4d0a4c95db4 | [] | no_license | gaojunhuiBS/FamilyMealsAndroid | 04eb2365e574be4e94fd1e3645f44bf241f29d3d | fc7cf99c335f75671a44336bd2a38cb465657166 | refs/heads/dev | 2021-01-11T13:41:24.285542 | 2017-06-23T03:10:06 | 2017-06-23T03:10:06 | 95,082,397 | 0 | 0 | null | 2017-06-23T03:13:40 | 2017-06-22T06:30:34 | Java | UTF-8 | Java | false | false | 2,310 | java | package com.example.gaojunhui.textworld.pullzoomview;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.webkit.WebView;
import com.example.gaojunhui.textworld.R;
import com.example.gaojunhui.textworld.pullzoomview.weight.PullZoomView;
public class... | [
"275907983@qq.com"
] | 275907983@qq.com |
8f51c89e5fbc6365e35f212ee659ff0b4829fdb6 | 3571602e06ae6398c7b0825847812245ba1131cc | /src/main/java/br/com/capco/vo/SpecieVo.java | 4f521362b00d202489933258888691e84e82af21 | [] | no_license | anderltda/api-capco-starwars | e586a69f03b092d41928a5c01e706d94097035bf | 5f2f1d34bd2615046551b9f51e87c1ba0db0a49e | refs/heads/master | 2023-05-10T20:51:06.875728 | 2019-09-17T19:11:33 | 2019-09-17T19:11:33 | 209,136,201 | 0 | 1 | null | 2023-05-09T18:33:14 | 2019-09-17T19:09:10 | Java | UTF-8 | Java | false | false | 1,138 | java | package br.com.capco.vo;
import java.io.Serializable;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
@JsonIgnoreProperties(ignoreUnknown = true)
public class SpecieVo implements Serializable {
/**
*
*/
private static final long serialVersionUID = 1L;
private String nam... | [
"anderson.silva@esx.com.br"
] | anderson.silva@esx.com.br |
39c36ba5e19bc71971b5c72641f80515e8a8d9bf | a6f6f8fb5d6d3c01fad7f2aaf79ede8987462209 | /src/main/java/com/manniwood/cl4pg/v1/exceptions/Cl4pgIOException.java | 90a73743ea6e545c54ba10a133929700eb617941 | [
"MIT"
] | permissive | manniwood/cl4pg | 843d08520690b2b1d3b7b6670254a8a4b71bc7f7 | 1d832eb1d8917004bff4dc188b8e65218a37a3b1 | refs/heads/master | 2021-06-15T02:48:36.630744 | 2021-04-16T13:32:53 | 2021-04-16T13:32:53 | 21,470,065 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,745 | java | /*
The MIT License (MIT)
Copyright (c) 2014 Manni Wood
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, pu... | [
"manni.lee.wood@gmail.com"
] | manni.lee.wood@gmail.com |
ba81db8679133ef45faf1078fe5b5d89101a976c | b5af57faea05185c13e69677c36b32c800012dd3 | /src/prathamesh/gui/listener.java | 6ed40ca346c8c72daedd8347de36e397d3dc8fce | [] | no_license | prathamesh-a/PasswordGeneratorGUI | d931acef4155cdacd47bdee41c3d7ecf68203c95 | 89822081440f78d699b9ce54935adaaf7ee4fee3 | refs/heads/main | 2023-08-26T20:02:55.564129 | 2021-11-04T04:56:34 | 2021-11-04T04:56:34 | 424,475,741 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,630 | java | package prathamesh.gui;
import prathamesh.generator.generator;
import prathamesh.generator.input;
import javax.swing.*;
import java.awt.*;
import java.awt.datatransfer.Clipboard;
import java.awt.datatransfer.StringSelection;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.con... | [
"89336149+prathamesh-a@users.noreply.github.com"
] | 89336149+prathamesh-a@users.noreply.github.com |
642f34670aee94c1c1d2e9fbed7d8688581c57e3 | c3347d2b2dc57b92b034a6754125f6aa70c4e2c7 | /src/musicmaker/level/entity/gui/StopButton.java | 249ddae042a3c5ec0b5b361cf56b2754da3118b3 | [] | no_license | keelimeguy/MusicMaker | 6bd796de6d4250d20f34c67cff251db8eeee2966 | 8d72ca190883b726ce5fc3e3c905660edb84fbf6 | refs/heads/master | 2020-12-21T17:33:17.838563 | 2020-05-08T20:48:37 | 2020-05-08T20:48:37 | 64,574,098 | 2 | 1 | null | 2016-08-02T04:08:16 | 2016-07-31T02:57:03 | Java | UTF-8 | Java | false | false | 751 | java | package musicmaker.level.entity.gui;
import musicmaker.graphics.Sprite;
import musicmaker.MusicMaker;
public class StopButton extends Button {
protected MusicMaker game;
public StopButton(int x, int y, int width, int height, int color, MusicMaker game) {
super(x, y, width, height, color);
setText("... | [
"keelin.becker-wheeler@uconn.edu"
] | keelin.becker-wheeler@uconn.edu |
61ce94dd3e017e9f189ef397970eee9e53022efe | f4fc6069155b1e8c765c0cb9ef19195cbee3c18e | /Week_02/day04/78.subsets1.java | cb02a244fe938b1e9c9f4c1024d57c4b1dd114c6 | [] | no_license | jiayouxujin/AlgorithmQIUZHAO | 18962b0299d7b113fc20b749a31dcee66aec8b15 | 5b92e3c1dffda21147a9611f82479e2ae2f98b08 | refs/heads/master | 2022-12-17T00:12:07.935694 | 2020-09-18T11:22:44 | 2020-09-18T11:22:44 | 279,088,950 | 0 | 0 | null | 2020-07-12T15:07:21 | 2020-07-12T15:07:20 | null | UTF-8 | Java | false | false | 629 | java | /*
* @lc app=leetcode id=78 lang=java
*
* [78] Subsets
*/
// @lc code=start
class Solution {
public List<List<Integer>> subsets(int[] nums) {
List<List<Integer>> res=new ArrayList<>();
Arrays.sort(nums);
backtrack(res,new ArrayList<>(),nums,0);
return res;
}
public void... | [
"1319039722@qq.com"
] | 1319039722@qq.com |
839e1a26dd71e07eb84247165191027854ee0547 | e05b8fad0823984a156ab566c98948494676184e | /src/ToDo.java | 91f950c7fd0b4fab6d2d838152d02995fc862695 | [] | no_license | RusherRG/Personal-Planner-Java | 7fb535161cec4f8cacaec83884e2b08a29a56da3 | 45ba04548269fc9d5550793d4271c2f19d0edabf | refs/heads/master | 2020-04-01T06:27:24.327549 | 2018-11-12T18:49:43 | 2018-11-12T18:49:43 | 152,948,396 | 6 | 0 | null | 2018-10-14T07:06:24 | 2018-10-14T07:06:24 | null | UTF-8 | Java | false | false | 2,600 | java | import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.Statement;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.io.FileWriter;
public class ToDo {
public static void main(String args[]) {
ToDo td = new ToDo();
td.DisplayTasks("RusherRG");
}
... | [
"rushang101@gmail.com"
] | rushang101@gmail.com |
f460e7d4d888c9a5b146dbb0ae74a39937d8686b | 5d0908fef13dc56a627929d58c0c9cffe6e6c45b | /src/main/java/com/imooc/repository/SellerInfoRepository.java | 838aa100586ecccf1be89614cbf0916cf7a70ba2 | [] | no_license | NnnLillian/SellSystem | 624d40c908ed055973ac4e4b5d501327db5f734f | cc01c4d668a63e1af61099aec7f96af3f275b1c0 | refs/heads/master | 2020-04-09T23:52:34.166945 | 2019-11-27T07:21:48 | 2019-11-27T07:21:48 | 160,286,943 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 262 | java | package com.imooc.repository;
import com.imooc.dataobject.SellerInfo;
import org.springframework.data.jpa.repository.JpaRepository;
public interface SellerInfoRepository extends JpaRepository<SellerInfo, String> {
SellerInfo findByOpenid(String openId);
}
| [
"weijingwen35@foxmail.com"
] | weijingwen35@foxmail.com |
0a3d0511473891c14dc7f82502ab7e663dcc175e | 5c60705ed2c079e62664b3552d1bf5752af1b648 | /temp/src/main/java/com/he/maven/module/excel/Bean.java | 4a97812fc845dff892fa186fad3dfdbeedf1a9d0 | [] | no_license | heyanjing/mavenmodule | 721eaf071b60e112736e52cd9d588b99bc40c576 | 81fce47903a3a16d420958d4a3cc5fc81dccf5b3 | refs/heads/master | 2021-09-03T03:48:00.480416 | 2018-01-05T09:23:05 | 2018-01-05T09:23:05 | 107,094,265 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 989 | java | package com.he.maven.module.excel;
import java.util.Date;
/**
* Created by heyanjing on 2017/12/1 15:56.
*/
public class Bean {
private String id;
private Integer age;
@Override
public String toString() {
return "Bean{" +
"id='" + id + '\'' +
", age=" + age ... | [
"1366162208@qq.com"
] | 1366162208@qq.com |
7384b9231a7a08d7d8393e25e3bb66aebf67c5e3 | 3ad48fa30d85ba2c083af58bd69cb6f2f3ba3949 | /src/beans/StockBean.java | 4690e5e21ca229edb4dc00aa615fa988f5456def | [] | no_license | drabchuk/breakfast_hotel | 1ce0323edfa618f146ee944f2d771b20104ca2c1 | 775f603830e515b1bdfa4ced86946c1ed788c04b | refs/heads/master | 2021-01-12T06:05:33.087971 | 2016-12-28T21:26:00 | 2016-12-28T21:26:00 | 77,297,926 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 716 | java | package beans;
import db.dao.DAOSingleton;
import db.dao.DishDAO;
import model.ProductSalesCount;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.RequestScoped;
import java.sql.SQLException;
import java.util.List;
/**
* Created by Denis on 25.12.2016.
*/
@ManagedBean(name = "stock")
@RequestScoped
pub... | [
"denis,drabchuck@gmail.com"
] | denis,drabchuck@gmail.com |
aff9459546b413201cb0f9fa3a48cbb6b7ddef07 | 8265f00a9dc405147936045c06cece7a29b0f254 | /src/main/java/com/diviso/graeshoppe/customerappgateway/client/offer/model/UserDTO.java | d86afb2fbc7af26472930aeea6d6812a4f5999b0 | [] | no_license | Karthikeyanpk/customerAppGateway | 5dc86e88351cafa0a1cf9dd23637d9d3c9d57472 | fbcddb1031b9fd8bffdae5f8b06ad6bf6455f3b5 | refs/heads/master | 2022-12-22T14:50:49.123754 | 2020-02-01T06:44:17 | 2020-02-01T06:44:17 | 232,064,265 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,988 | java | package com.diviso.graeshoppe.customerappgateway.client.offer.model;
import java.util.Objects;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.swagger.annotations.ApiModelProperty;
import java.time.OffsetDateTime;
import java.util.ArrayList;
import java.util.List;
import org.springframework.validation.... | [
"karthikeyan.p.k@lxisoft.com"
] | karthikeyan.p.k@lxisoft.com |
62e79d0bafd45728ee62e0609184d8c010ab8219 | 90f17cd659cc96c8fff1d5cfd893cbbe18b1240f | /src/main/java/com/facebook/imagepipeline/platform/KitKatPurgeableDecoder.java | 3389af4a31310a500cd3e40680d922ac7da50f9c | [] | no_license | redpicasso/fluffy-octo-robot | c9b98d2e8745805edc8ddb92e8afc1788ceadd08 | b2b62d7344da65af7e35068f40d6aae0cd0835a6 | refs/heads/master | 2022-11-15T14:43:37.515136 | 2020-07-01T22:19:16 | 2020-07-01T22:19:16 | 276,492,708 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,761 | java | package com.facebook.imagepipeline.platform;
import android.annotation.TargetApi;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.BitmapFactory.Options;
import com.facebook.common.internal.Preconditions;
import com.facebook.common.memory.PooledByteBuffer;
import c... | [
"aaron@goodreturn.org"
] | aaron@goodreturn.org |
a8909bc6260d2341872f4eb79c75fdb278b6b278 | 70245c3bb22d0dca2b12ba9f9f228365f0c64c61 | /src/StructuralPatterns/Facade/ProgramNode.java | 5d7c74779c37c2b69dacde84fb52050ec8eda736 | [] | no_license | IvanMtze/Design-Patterns | c72f39babe7e3691620e262f1b9b1977ef8d03f8 | e1062d767aa73fe39321587f12a9860b655e2e51 | refs/heads/master | 2022-12-19T20:34:59.851914 | 2020-10-14T03:05:14 | 2020-10-14T03:05:14 | 298,027,286 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 325 | java | package StructuralPatterns.Facade;
public class ProgramNode {
protected ProgramNode() {
}
public void getSourcePosition(int line, int index) {
}
public void add(ProgramNode node) {
}
public void remove(ProgramNode node) {
}
public void traverse(CodeGenerator codeGenerator) {
... | [
"ivanmtze96@gmail.com"
] | ivanmtze96@gmail.com |
35f7e2ece31ff4bfd3d6604d9dfaf99084d7034f | a13009409e8e06947536891e4c62c3fd7a29b63f | /test6-messages/src/test/java/com/superwind/test6messages/MessageServiceTest.java | b439c90c4738e301b4e3610beb0a0bef769e373e | [] | no_license | janesgit/spring-test | 2ab6d651b6d806cf9d852be0d6bbb7a804c46d26 | ce2f7bbb50a2ec49c2a7be23b5021e2b708e02c5 | refs/heads/master | 2020-03-23T18:59:48.725932 | 2018-05-19T03:31:58 | 2018-05-19T03:31:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 986 | java | package com.superwind.test6messages;
import com.superwind.Test6MessagesApplication;
import com.superwind.service.MessageService;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org... | [
"jiangxj@wenwen-tech.com"
] | jiangxj@wenwen-tech.com |
99846da7708bf9324a2d9dea61f4541a110bf1d5 | 7c56a2bc7ceb1ff405380c4cd6cee3ef5ff4e984 | /core/src/main/java/com/github/lizhiwei88/easyevent/core/EventObserver.java | 864caa6cdf0c754ae290147e2f36009ae87a65a4 | [
"Apache-2.0"
] | permissive | lizhiwei88/easyevent | 8bec09ac892d4c4e4ee1e064903fb7a862bdf377 | 3768f4736c4991d4881446c4d02c66f95f4f09f8 | refs/heads/develop | 2023-02-10T22:08:34.137505 | 2021-01-05T09:00:20 | 2021-01-05T09:00:20 | 321,827,743 | 4 | 0 | Apache-2.0 | 2021-01-06T00:56:56 | 2020-12-16T00:52:31 | Java | UTF-8 | Java | false | false | 817 | java | package com.github.lizhiwei88.easyevent.core;
/**
* @author lizhiwei
**/
public interface EventObserver<E> {
/**
* 将监听者加入到容器中开始监听
*
* @param name name
* @param object 监听者
*/
void subscribe(String name, E object);
/**
* 将监听者加入到容器中开始监听,并分组
*
* @param name name
... | [
"lizhiwei@troila.com"
] | lizhiwei@troila.com |
77f87ee3f7c3dd350b124978b9a42597e6c39930 | 608917a71076f07e46d643b738b85688018e83c2 | /Coba/animal/Kelinci.java | 3f3237cbd2c8e7516e5b4ccefdf7a0a209bb6a94 | [] | no_license | PratamaAgung/Tubes3OOP | 56ed691c8929799b2c70b514b8f886069fe2fc55 | 6293604866f8f2b12c083b146c872874fd65b16e | refs/heads/master | 2021-01-19T23:08:22.807007 | 2017-04-26T09:56:56 | 2017-04-26T09:56:56 | 88,930,287 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 219 | java | /**
* Created by nim_13515090 on 23/04/17.
*/
public class Kelinci extends Animal {
public Kelinci(int id, int absis, int ordinat, String behaviour) {
super(id, 4, absis, ordinat, 'L', behaviour);
}
}
| [
"a.muzdalifa@gmail.com"
] | a.muzdalifa@gmail.com |
8bf46d79d9359080d0ba647a924bb36d010b4867 | 51d05106ddd3494f0b6098cc97653ffac4896b70 | /motorMain/src/main/java/util/ComPortutils.java | 9bf0400aeaf46b06d4b0c1bd3021e4ba5df2468d | [] | no_license | cyf120209/motor | f6ed18d334abba370f5794d20a0328f0f56188de | c3f2a0c83439e5447c77bb0966744654d849d899 | refs/heads/master | 2021-09-22T14:33:26.528610 | 2018-08-30T08:26:46 | 2018-08-30T08:26:46 | 103,228,108 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 704 | java | package util;
import gnu.io.CommPortIdentifier;
import java.util.Enumeration;
import java.util.LinkedList;
/**
* Created by Administrator on 2016/9/23 0023.
*/
public class ComPortutils {
public static LinkedList<String> listPort() {
LinkedList<String> listName=new LinkedList<String>();
Enumer... | [
"2445940439@qq.com"
] | 2445940439@qq.com |
15181aaa2715cb32303877f5943014da3a67bdea | 9e6ef1b1763563626921926f530299e45cda946c | /localizationalgorithm/src/main/java/com/cra/princess/localizationalgorithm/LocalizationAlgorithm.java | fa8a166b558284d30849261d7f9b4e4339a1c8af | [] | no_license | TF-185/cra-princess-cp3 | fc39e0ab503fd5b0e8df13a74968cad6bb21e751 | 3f762c85efa5b91cb7080fd17d88c5b6f4c6d529 | refs/heads/master | 2023-05-28T23:29:06.407627 | 2019-10-24T15:53:08 | 2019-10-24T15:53:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 619 | java | package com.cra.princess.localizationalgorithm;
import com.cra.princess.localizationalgorithm.components.*;
import org.apache.commons.math3.linear.RealMatrix;
public interface LocalizationAlgorithm {
LocalizationOutput runAlgorithm(ComponentState state,
ActuatorVector actuator... | [
"mreposa@cra.com"
] | mreposa@cra.com |
0337efb4a32d5abed2a5040791b1dbad6a2f1721 | d41f9fe2ab95accf4572e5e6e96de42b4c188ccf | /src/main/java/com/dayuanit/dy9/springboot/atm/springbootatm/task/TransferTask.java | ded8f1f885afede19417fc129fc489615bd55a6c | [] | no_license | fateted123/springboot-atm | 0afcb7eb2ceb22608309b420bdffdc0e7a1642a8 | 63b268650b4f482242c97c17082817c6cce35279 | refs/heads/master | 2020-03-31T20:55:55.235590 | 2018-10-11T08:53:25 | 2018-10-11T08:53:25 | 152,560,952 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,936 | java | package com.dayuanit.dy9.springboot.atm.springbootatm.task;
import com.dayuanit.dy9.springboot.atm.springbootatm.entity.Transfer;
import com.dayuanit.dy9.springboot.atm.springbootatm.enums.TransferEnum;
import com.dayuanit.dy9.springboot.atm.springbootatm.mapper.TransferMapper;
import com.dayuanit.dy9.springboot.atm.s... | [
"704353965@qq.com"
] | 704353965@qq.com |
7c693dad987beed2bff880c2a419d0b48ea5c121 | e3f6f3f084a09677bc7dd5049be667dfbf4eff7e | /src/main/java/com/util/vo/ItripSearchPolicyHotelVO.java | 172f862a0962eef0183353bdc7bdfdbe3487cafe | [] | no_license | lyjGitTest/lvxing--biz | cfdc3559c223fd7118f60a570d6e12dac5035594 | 57b8b01ec71ad55e6b94a71870711d45415f3db7 | refs/heads/master | 2023-02-08T18:52:33.839198 | 2020-12-25T09:32:55 | 2020-12-25T09:32:55 | 319,582,224 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 503 | java | package com.util.vo;
/**
* 返回前端-酒店政策VO(酒店详情页)
* Created by donghai on 2017/5/11.
*/
/*@ApiModel(value = "ItripSearchPolicyHotelVO",description = "查询酒店的政策")*/
public class ItripSearchPolicyHotelVO {
/*@ApiModelProperty("[必填] 酒店政策")*/
private String hotelPolicy;
public String getHotelPolicy() {
r... | [
"3035195148@qq.com"
] | 3035195148@qq.com |
8f3f521be393276e5c1d3ff01769621c36a3662a | e26a014955d059247eb1900d0b6d672676d41143 | /spring-app/src/main/java/com/valtech/spring/beans/creation/AuthService.java | 904e462f205211c074e862869dc1bf5afe87a965 | [] | no_license | GreenwaysTechnology/ValTech-Spring-Boot-Aug-21 | ec70e873315e95c2cc103a71b2a402143a2c4d22 | d47e2abc87c8001abd1e4a04b001eab32a37146e | refs/heads/main | 2023-07-11T07:18:54.644156 | 2021-08-21T10:23:04 | 2021-08-21T10:23:04 | 395,925,891 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 831 | java | package com.valtech.spring.beans.creation;
public class AuthService {
private String userName = "admin";
private String password = "admin";
private AuthService() {
}
// Factory Api
public static AuthService getInstance() {
return new AuthService();
}
public String getUserName... | [
"sasubramanian_md@hotmail.com"
] | sasubramanian_md@hotmail.com |
eb81d58be6e15bf04d98bedd6ee819aac87032b7 | ba6df130bfcbfd33c78a1049295dfea7aaafcb95 | /guest_model2_mybatis/src/com/itwill/guest/GuestService.java | 3e23ab854e7a77607183e53c9e916d6641f0e7ec | [] | no_license | kgarguri/spring | e1774e14c82994a0ef550c7cd24f65bbef608348 | 0000b186f358612335a0a385f181a6323fa58485 | refs/heads/master | 2023-01-10T12:15:04.640060 | 2020-11-16T08:08:39 | 2020-11-16T08:08:39 | 305,322,009 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 790 | java | package com.itwill.guest;
import java.util.ArrayList;
public class GuestService {
private GuestDao guestDao;
public GuestService() throws Exception {
//guestDao=new GuestDaoImplMyBatis();
guestDao=new GuestDaoImplMyBatisMapperInterface();
}
/*
* Create
*/
public int insertGuest(Guest guest) throws Exc... | [
"robert.kim819@gmail.com"
] | robert.kim819@gmail.com |
66e732014dd3b13097cff24a5d5d9aa9e36f2865 | 5d89161a35f53db95c1e9661cb036fc59f9ff38d | /src/main/java/com/zhaojun/weichat/entity/response/NewsResponse.java | 840651bf15c9e96c9e9a0a9ed50bfa6b2eef4b1d | [] | no_license | ZhaoJun03/weichat | 905868b400744f896a62311aa6c32cff2e2fbf7f | e42f53c9bde4f2aa42aa725b6f81e6977ceee8c2 | refs/heads/master | 2023-08-09T06:34:19.371430 | 2021-09-07T09:02:55 | 2021-09-07T09:02:55 | 203,973,524 | 0 | 0 | null | 2023-07-22T14:20:13 | 2019-08-23T10:02:44 | Java | UTF-8 | Java | false | false | 424 | java | package com.zhaojun.weichat.entity.response;
import com.zhaojun.weichat.entity.MessageType;
import lombok.Data;
import java.util.List;
/**
* @author ZhaoJun
* @date 2019/8/22 14:58
*/
@Data
public class NewsResponse extends BaseResponse {
private List<Articles> articles;
private int articleCount;
@Ove... | [
"302563746@qq.com"
] | 302563746@qq.com |
8f1b4f9cd5ada5a58d345bf9b98d86e4961f590e | 936054003500ee38fa92598a5e6ee86b3e5b4f94 | /src/characteristic/positionnable/GravityAffected.java | 938ae47b63804e08d7d45c9016b852a666667513 | [] | no_license | the-zucc/coureur-de-bois | 098aa8baa632094f85b8ab9b77cdbdeebbb45953 | 8018398167fc38f6b3f4f78d3d5208d5a578a033 | refs/heads/master | 2020-04-18T08:30:19.989348 | 2019-02-09T03:13:18 | 2019-02-09T03:13:18 | 167,398,876 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 294 | java | package characteristic.positionnable;
import javafx.geometry.Point3D;
public interface GravityAffected extends Moveable {
public Point3D getGravity();
public void updateGravityVector(double secondsPassed);
public void resetGravityVector();
public void addForceToGravity(Point3D force);
}
| [
"laurier.lg@gmail.com"
] | laurier.lg@gmail.com |
a1c1fa66b59bf85402e2da8d5a05367a5e8edc77 | 4ac63f993a9a317ab8ad88e0ce660576ecefbb9a | /src/main/java/ua/com/jarvis/domain/Role.java | defb36a689d2617995e86d853e329709b69a451e | [] | no_license | Mazuruk-O/jarvis-service | 370d794366c7d3b1b4490d63a35ad4d4ffa74f62 | 250b1995da9a999e97430f324c953ee9f89a3599 | refs/heads/master | 2021-03-15T00:32:10.245408 | 2020-03-13T10:17:43 | 2020-03-13T10:17:43 | 246,808,031 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 768 | java | package ua.com.jarvis.domain;
import lombok.Data;
import javax.persistence.*;
import java.io.Serializable;
import java.util.List;
/**
* INSERT INTO role (NAME) VALUES
* ('ROLE_ADMIN'),('ROLE_TEACHER'),('ROLE_STUDENT');
*/
@Data
@Entity
@Table(name = "role")
public class Role implements Serializable{
@Id
... | [
"mbeta75@gmail.com"
] | mbeta75@gmail.com |
b826085dac4f703979200f7ea86073cfb33a7b4b | 87d9ff503765d11b2c84cc556bdb4fd36b60a232 | /src/main/java/ru/xpendence/annotations/ServletInitializer.java | e755c4f180f8dbeafa45fc45a00dc86a2a5a49ba | [] | no_license | promoscow/annotations | 1920a3b738a5f62679e13f007f1b6aab10fb1a4d | 79231a50bd80334bcc9532313ed73ea30b2cc2d0 | refs/heads/master | 2020-04-21T14:22:35.353624 | 2019-02-13T15:15:03 | 2019-02-13T15:15:03 | 169,632,949 | 4 | 3 | null | null | null | null | UTF-8 | Java | false | false | 435 | java | package ru.xpendence.annotations;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
public class ServletInitializer extends SpringBootServletInitializer {
@Override
protected SpringApplicationBuilder configure(S... | [
"chernyshov@bakapp.ru"
] | chernyshov@bakapp.ru |
b7d75217628ce1b1e4abf53f7f7d271e75e29763 | eba5c15cf7cc4c0daee781dd0604b59cb4861f25 | /src/cn/edu/gdmec/servicebinddemo/MainActivity.java | 7324a3c0e1655d64bac00bcff1ed45dfed0a94cb | [] | no_license | gdmec07131032/ServiceBindDemo | c5cb0622619dba823b97c3c1d1d5730d2a451a62 | d182f58e275a5d076a7527fe8192f17779270979 | refs/heads/master | 2016-09-05T09:27:40.617191 | 2014-11-09T05:14:02 | 2014-11-09T05:14:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,877 | java | package cn.edu.gdmec.servicebinddemo;
import android.support.v7.app.ActionBarActivity;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.ServiceConnection;
import android.os.Bundle;
import android.os.IBinder;
import android.view.Menu;
import and... | [
"59276487@qq.com"
] | 59276487@qq.com |
15f0402404bbf2d1cf1ff281fb9a247d39e78484 | 1bb9267865bacf2c12bc843c1843dd0e3ef00089 | /being_bigtyno/src/main/java/com/bigtyno/being/service/InteriorAskServiceImpl.java | cd347428c9b9d78e9d224d5285f0b971de1320a9 | [] | no_license | bigtyno/being | 6803be3fd42340ffe4572144523961d75bca3dfd | db784367a8764f890097812b39819c7a16028e82 | refs/heads/master | 2023-07-05T08:10:13.713020 | 2021-08-17T15:13:56 | 2021-08-17T15:13:56 | 375,733,730 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,960 | java | package com.bigtyno.being.service;
import java.util.HashMap;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.bigtyno.being.common.Criteria;
import com.bigty... | [
"bigtyno2@gmail.com"
] | bigtyno2@gmail.com |
cedbba0ded545ebf2db8b62c4d0c008398a48868 | 1725c0ab1831adc07a91826fdd9596299f363bb8 | /src/main/java/com/outfittery/challenge/repositories/VAvailableTimeSlotRepo.java | 35826f6eebb37200ccfbd1878f12a8bab07fee10 | [] | no_license | eabdullayev/outfittery-code-challenge | e5722abba31f07e55cf1bc2b4b493657020caa5b | 90fffa63e48572855928accc736b1edbcf460513 | refs/heads/master | 2020-03-25T09:02:04.032803 | 2019-03-15T08:30:53 | 2019-03-15T08:30:53 | 143,644,005 | 0 | 0 | null | 2019-03-15T08:30:54 | 2018-08-05T20:04:47 | Java | UTF-8 | Java | false | false | 515 | java | package com.outfittery.challenge.repositories;
import com.outfittery.challenge.models.VAvailableTimeSlot;
import org.springframework.data.jpa.repository.JpaRepository;
import java.time.LocalDate;
import java.util.List;
import java.util.Optional;
public interface VAvailableTimeSlotRepo extends JpaRepository<VAvailabl... | [
"elchin.abdullayev@accenture.com"
] | elchin.abdullayev@accenture.com |
91c6bfe37796b428545e1c3cdc56fe47fce4261a | 86b84607acab5fbd4aa5c06b59e5a61ce51e975c | /playerlib/src/main/java/com/warm/playerlib/custom/TitleBar.java | 7c6265dc0b9eaaf1693069a22fc10ce28e886603 | [] | no_license | AWarmHug/Player | 2c330968c57c5172d186bf88657ee38f1292d389 | 0a844d41ce2cf57e988a9b88e43e1cf146f8582c | refs/heads/master | 2021-05-05T22:45:00.751334 | 2018-01-04T05:44:23 | 2018-01-04T05:44:23 | 116,213,848 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,966 | java | package com.warm.playerlib.custom;
import android.content.Context;
import android.util.AttributeSet;
import android.widget.LinearLayout;
import android.widget.TextView;
import com.warm.playerlib.R;
import java.util.Formatter;
import java.util.Locale;
/**
* Created by warm on 17/5/6.
*/
public class TitleBar ext... | [
"865741452@qq.com"
] | 865741452@qq.com |
066e1896cb67ba0174ea9a7624b0386c256c6fb8 | fcc9381855258d45e281b37ae9319ef70c750b5a | /app/src/main/java/com/example/android_tp01/Ecouteur.java | f004172f069215b65c388476040a33ac1ec14545 | [] | no_license | SamuelMaugard/Poo-TP2-Samuel-Maugard | 51b697930bffce73ed194c3a2d04f68f66a896a1 | ca170fd07d626044a69fd34b1ab4fee24cb76a4a | refs/heads/master | 2022-04-11T18:46:34.306255 | 2020-03-19T17:27:35 | 2020-03-19T17:27:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,979 | java | package com.example.android_tp01;
import android.graphics.Color;
import android.view.View;
import android.widget.CompoundButton;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.net.URISyntaxException;
import io.socket.client.IO;
import io.socket.client.Socket;
import... | [
"zachari.maki@gmail.com"
] | zachari.maki@gmail.com |
b84340af71e400cb0bba3623f04ea3296217deef | b863479f00471986561c57291edb483fc5f4532c | /src/main/java/nom/bdezonia/zorbage/algebra/GetAsShortArrayExact.java | 3cfaa31e92c52c6be970e7e86eaea4763f043e0e | [] | permissive | bdezonia/zorbage | 6da6cbdc8f9fcb6cde89d39aca9687e2eee08c9b | 651625e60b7d6ca9273ffc1a282b6a8af5c2d925 | refs/heads/master | 2023-09-01T08:32:59.157936 | 2023-08-08T00:57:18 | 2023-08-08T00:57:18 | 74,696,586 | 11 | 0 | BSD-2-Clause | 2020-11-09T03:01:42 | 2016-11-24T18:24:55 | Java | UTF-8 | Java | false | false | 1,777 | java | /*
* Zorbage: an algebraic data hierarchy for use in numeric processing.
*
* Copyright (c) 2016-2022 Barry DeZonia All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* Redistributions of so... | [
"bdezonia@gmail.com"
] | bdezonia@gmail.com |
25e1fdfc720992316a10f5b535d655b028f31ff4 | f630c7237f9be22c332ac10a594e668e2ccdb768 | /src/main/java/com/developcenter/broker/oracle/common/Constants.java | 0a403ea2ef490ba0f45c4b78dcbba6267021e53c | [] | no_license | datianshi/cloudfoundry-oracle-service-broker | f8120d7d611fb2b94e14c48ac2f2e17911ba2acc | 70e99b6418ddddbb13bf3ac120e895852206250d | refs/heads/master | 2021-01-21T05:54:23.771856 | 2014-11-20T16:27:42 | 2014-11-20T16:27:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 353 | java | package com.developcenter.broker.oracle.common;
public class Constants {
public static final int MAX_ACTIVE_CONN = 5;
public static final String DB2_VALIDATE_SQL = "SELECT COUNT(*) FROM SYSIBM.SYSTABLES";
public static final String ORACLE_VALIDATE_SQL = "SELECT 1 FROM DUAL";
public static final String DEFAUL... | [
"wangdk789@163.com"
] | wangdk789@163.com |
435011484e123fb4966071f86da4755fbc0ac63e | a6c60f8fa492d793fc4eb6ec0392d6dbd5b08cd6 | /SpringSample/src/main/java/com/example/demo/login/aspect/ErrorAspect.java | 946ec01242acf45596b63e1ce0eef932723c43df | [] | no_license | IwaiSumire/trial | e6b53c0eded78ced6eb04b92a20f58eb4fdec196 | f86b281f72a16e795f12965b8808816b7a0f6e17 | refs/heads/main | 2023-03-08T01:22:44.792957 | 2021-02-18T12:11:14 | 2021-02-18T12:11:14 | 314,762,645 | 0 | 1 | null | 2021-02-18T12:11:14 | 2020-11-21T08:02:06 | Java | UTF-8 | Java | false | false | 825 | java | package com.example.demo.login.aspect;
import org.aspectj.lang.annotation.AfterThrowing;
import org.aspectj.lang.annotation.Aspect;
import org.springframework.dao.DataAccessException;
import org.springframework.stereotype.Component;
@Aspect
@Component
public class ErrorAspect {
//全てのクラスを対象
@AfterThrowing(val... | [
"opz09966@gmail.com"
] | opz09966@gmail.com |
4188e08b06a41e31bf4d3d401ebb725c4522e5ae | 85d27a06e12b635ab4a7c20d998fc69393a68113 | /src/main/java/com/swkj/zebra/service/VpnGpsService.java | 15acfac84bd1048057cfe61850ae8a1cb5b09f84 | [] | no_license | juxian/shiweikongjian | 4dd4a992effa28a0ff41c44c37ebe9790b28d7db | 58661f41211ba748a603ddb76bd023c6729aa8eb | refs/heads/master | 2021-01-13T03:33:48.232671 | 2016-12-28T06:53:35 | 2016-12-28T06:53:35 | 77,509,817 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 809 | java | package com.swkj.zebra.service;
import com.amaz.core.orm.CommonRepository;
import com.amaz.core.service.BaseService;
import com.swkj.zebra.dao.VpnGpsDao;
import com.swkj.zebra.entity.Vpn;
import com.swkj.zebra.entity.VpnGps;
import com.swkj.zebra.web.view.FakeLocationView;
import javax.inject.Inject;
import javax.inj... | [
"279910068@qq.com"
] | 279910068@qq.com |
e58ecd5d30491a7b7bf2c702172414372a362424 | 53d677a55e4ece8883526738f1c9d00fa6560ff7 | /com/tencent/mm/protocal/protobuf/cwo.java | 80fc017b8c7b0af3ccd35b650754a4b7bf1d61fb | [] | no_license | 0jinxing/wechat-apk-source | 544c2d79bfc10261eb36389c1edfdf553d8f312a | f75eefd87e9b9ecf2f76fc6d48dbba8e24afcf3d | refs/heads/master | 2020-06-07T20:06:03.580028 | 2019-06-21T09:17:26 | 2019-06-21T09:17:26 | 193,069,132 | 9 | 4 | null | null | null | null | UTF-8 | Java | false | false | 4,895 | java | package com.tencent.mm.protocal.protobuf;
import com.tencent.matrix.trace.core.AppMethodBeat;
import java.util.LinkedList;
public final class cwo extends bsr
{
public LinkedList<cwt> xsk;
public brr xsl;
public cwo()
{
AppMethodBeat.i(96326);
this.xsk = new LinkedList();
AppMethodBe... | [
"172601673@qq.com"
] | 172601673@qq.com |
4da1b41349b4ca22aca736aa42b2240a402d2d18 | a6a88cad8be2ffdc32711c9d6b00b7a4fae2fd26 | /src/main/java/br/com/fiap/guto/web/rest/UsuarioResource.java | c99616c6173fb31bd699f74a29e278c16e711d36 | [] | no_license | paulogrillo/jhipster-App | 505c8537d6f792bfb64a3bfeb0df61ae2df65865 | 2754dc2ed427b6e0e13c8314c17a07a7a08e7148 | refs/heads/main | 2023-04-01T11:05:50.217257 | 2021-03-28T08:37:54 | 2021-03-28T08:37:54 | 352,210,292 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,835 | java | package br.com.fiap.guto.web.rest;
import br.com.fiap.guto.domain.Usuario;
import br.com.fiap.guto.repository.UsuarioRepository;
import br.com.fiap.guto.service.UsuarioService;
import br.com.fiap.guto.web.rest.errors.BadRequestAlertException;
import java.net.URI;
import java.net.URISyntaxException;
import java.util.Li... | [
"paulodigitalart@gmail.com"
] | paulodigitalart@gmail.com |
06361bede6e418be5b4a1845af36ea6338c5f078 | 4bb83687710716d91b5da55054c04f430474ee52 | /dsrc/sku.0/sys.server/compiled/game/script/systems/missions/dynamic/bounty_probot.java | bd9b7c856be42a35863c4d3bc929890c0649adb5 | [] | no_license | geralex/SWG-NGE | 0846566a44f4460c32d38078e0a1eb115a9b08b0 | fa8ae0017f996e400fccc5ba3763e5bb1c8cdd1c | refs/heads/master | 2020-04-06T11:18:36.110302 | 2018-03-19T15:42:32 | 2018-03-19T15:42:32 | 157,411,938 | 1 | 0 | null | 2018-11-13T16:35:01 | 2018-11-13T16:35:01 | null | UTF-8 | Java | false | false | 2,949 | java | package script.systems.missions.dynamic;
import script.*;
import script.base_class.*;
import script.combat_engine.*;
import java.util.Arrays;
import java.util.Hashtable;
import java.util.Vector;
import script.base_script;
import script.library.utils;
public class bounty_probot extends script.systems.missions.base.mi... | [
"tmoflash@gmail.com"
] | tmoflash@gmail.com |
258a6629eeca18870d65c654499bbbb569dd267f | e2863284ddda12ad67cd77e0f643d63babf9d67c | /src/main/java/com/clarazheng/controller/NewsController.java | 07abbca0b60d77cdbfd2c247c0be74ebab08a610 | [] | no_license | clarazheng/zixun | 06ec3a8a42f954ef050c49c9a51f23d03f1d9a8a | e9aead75c7f27c8b44fb1362ee1c126cac78eaca | refs/heads/master | 2021-01-01T19:16:53.241818 | 2017-07-27T15:28:26 | 2017-07-27T15:28:26 | 98,552,530 | 1 | 0 | null | 2017-07-27T15:51:09 | 2017-07-27T15:28:33 | CSS | UTF-8 | Java | false | false | 5,024 | java | package com.clarazheng.controller;
import com.clarazheng.model.*;
import com.clarazheng.service.*;
import com.clarazheng.util.ZixunUtil;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.s... | [
"844359796@qq.com"
] | 844359796@qq.com |
33700c5fc6476a5203f98fd2a46cf1feb7911f39 | 6b2e1f5fdd3668b32c471ff872f03f043b18d5f7 | /mutants/dataset/lcs_length/3367/LCS_LENGTH.java | e77550a515139dc93ed2d8c9bbfd315c288b7d89 | [] | no_license | mou23/Impact-of-Similarity-on-Repairing-Small-Programs | 87e58676348f1b55666171128ecced3571979d44 | 6704d78b2bc9c103d97bcf55ecd5c12810ba2851 | refs/heads/master | 2023-03-25T10:42:17.464870 | 2021-03-20T04:55:17 | 2021-03-20T04:55:17 | 233,513,246 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,965 | java | package buggy_java_programs;
import java.util.*;
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author derricklin
*/
public class LCS_LENGTH {
public static Integer lcs_length(String s, String t) {
// make a Counter
// pair? no! just ... | [
"bsse0731@iit.du.ac.bd"
] | bsse0731@iit.du.ac.bd |
23b6694d01b5b1e26970dfc7b632f11034d04da3 | 132b9367ed0b34da570e54e09d7f6791fe513d5c | /src/main/java/org/wso2/external_contributions/httpClient/HttpHandler.java | 08b7a3259d400919b7c8c960f1f309c8bd225f36 | [] | no_license | vithu30/Staging | 550b406af9b06c41120566f39758560a803656fc | e706cb63de4de625c5b2f67f62fa322606964f8d | refs/heads/master | 2020-03-06T21:40:33.658686 | 2018-04-10T05:40:43 | 2018-04-10T05:40:43 | 127,083,745 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,189 | java | /*
* Copyright (c) 2018, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* 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... | [
"vithu30@hotmail.com"
] | vithu30@hotmail.com |
c1127466030611200d0287f6fb0c3eee28e63355 | 7ee29a02eec7e550353d4ceb17d13a14ac600816 | /languages/Natlab/src/natlab/tame/valueanalysis/advancedMatrix/AdvancedMatrixValue.java | 615f6fd7e83c8ec8d82a86838f7d2752cc531421 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | specs-feup/mclab-core | 793e760feddc39557d93d2a941efcf87cdc3a438 | 4943d3c1f67dddf2171adfef7520ce9de7978b70 | refs/heads/master | 2021-01-16T21:40:15.354592 | 2015-05-31T17:20:46 | 2015-05-31T17:20:46 | 36,613,574 | 0 | 0 | null | 2015-05-31T17:16:45 | 2015-05-31T17:16:45 | null | UTF-8 | Java | false | false | 13,948 | java | package natlab.tame.valueanalysis.advancedMatrix;
import natlab.tame.classes.reference.PrimitiveClassReference; //class component
import natlab.tame.valueanalysis.ValueSet;
import natlab.tame.valueanalysis.aggrvalue.AggrValue;
import natlab.tame.valueanalysis.aggrvalue.MatrixValue;
//import natlab.tame.valueanalysi... | [
"sameer.jagdale@mail.mcgill.ca"
] | sameer.jagdale@mail.mcgill.ca |
4464d9bacf743465138c56f9a708afa3c1c93bb7 | 5122a4619b344c36bfc969283076c12419f198ea | /src/test/java/com/snapwiz/selenium/tests/staf/learningspaces/apphelper/AttemptDiagnosticQuestion.java | a13c1d7e5264ddf9605286dc87ef70f0a6fb051e | [] | no_license | mukesh89m/automation | 0c1e8ff4e38e8e371cc121e64aacc6dc91915d3a | a0b4c939204af946cf7ca7954097660b2a0dfa8d | refs/heads/master | 2020-05-18T15:30:22.681006 | 2018-06-09T15:14:11 | 2018-06-09T15:14:11 | 32,666,214 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,616 | java | package com.snapwiz.selenium.tests.staf.learningspaces.apphelper;
/*
* Created by Sumit on 9/25/2014.
*/
import com.snapwiz.selenium.tests.staf.framework.controller.Driver;
import com.snapwiz.selenium.tests.staf.framework.utility.WebDriverUtil;
import com.snapwiz.selenium.tests.staf.learningspaces.uihelper.Click;
im... | [
"mukesh.mandal@github.com"
] | mukesh.mandal@github.com |
f16a0af5ab9ed62d50b2ebe507ba29c18b19460e | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/dbeaver/2017/12/DB2ConnectionPage.java | e24906db41a9bb33b5786c5065f78e00b783fcba | [] | 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 | 8,264 | java | /*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2017 Serge Rider (serge@jkiss.org)
*
* 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... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
c87cd1982124b3825a56cedc1b6eadd56e2e8fbf | 1b86af3205f1b9285f647afe8fe7888416f47dc3 | /src/java/servlets/LoginServlet.java | c8e6cf348c0ee3c8b3ebc5f2c1443f350be7cb4d | [] | no_license | sauravsuthar/Week-10-Lab | c8043c72e343da8f624581e89af341b812c8bb3e | 45621b39a7f81c048b6c322f3b90ebc70753ffef | refs/heads/master | 2023-01-25T03:06:27.060021 | 2020-11-16T02:30:59 | 2020-11-16T02:30:59 | 313,171,252 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,530 | java | package servlets;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import models.User;
import services.AccountService;
public cla... | [
"808735@SAIT222319.ACDM.DS.SAIT.CA"
] | 808735@SAIT222319.ACDM.DS.SAIT.CA |
a837b86f34116e911be921205e1e7f180a72840e | a7b72f8acf65d18bb012a35a2c8ce3570f30b34d | /point-node-java-runtime-core/src/main/java/com/github/iceant/point/core/utils/page/PageFunction.java | 647d3d4d3c16b3abeed6030e9ee19e9cd6fecc69 | [
"MIT"
] | permissive | iceant/point-node-java-runtime | a54b2802c9a0053eb2486f425853888ca615d6fc | 3b68a2c0887219949cc215e424251d7f74e5f647 | refs/heads/main | 2023-03-17T21:23:30.679005 | 2021-02-28T17:15:55 | 2021-02-28T17:15:55 | 341,573,093 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 133 | java | package com.github.iceant.point.core.utils.page;
public interface PageFunction {
<T> Page<T> getPage(PageRequest pageRequest);
} | [
"pizer.chen@gmail.com"
] | pizer.chen@gmail.com |
0176d667130dedb37968470d33db421341e1eb5f | a464211147d0fd47d2be533a5f0ced0da88f75f9 | /EvoSuiteTests/evosuite_5/evosuite-tests/org/mozilla/javascript/IRFactory_ESTest.java | 996197e645c9034b12949e76b41cb86b136074b0 | [
"MIT"
] | permissive | LASER-UMASS/Swami | 63016a6eccf89e4e74ca0ab775e2ef2817b83330 | 5bdba2b06ccfad9d469f8122c2d39c45ef5b125f | refs/heads/master | 2022-05-19T12:22:10.166574 | 2022-05-12T13:59:18 | 2022-05-12T13:59:18 | 170,765,693 | 11 | 5 | NOASSERTION | 2022-05-12T13:59:19 | 2019-02-14T22:16:01 | HTML | UTF-8 | Java | false | false | 25,730 | java | /*
* This file was automatically generated by EvoSuite
* Thu Aug 02 21:47:43 GMT 2018
*/
package org.mozilla.javascript;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.runtime.EvoAssertions.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameter... | [
"mmotwani@cs.umass.edu"
] | mmotwani@cs.umass.edu |
1707f928ae3020c8f4313b432b9551f7b7baf429 | 1cff1518ae1229d40b2e1a6cfb73c2bc51fb7217 | /app/src/main/java/com/example/mymoviecatalogue/adapter/FavoriteTVShowAdapter.java | a7a019fa8dca1a8fb7f47ed984c9407790320e04 | [] | no_license | reyhandoank/movie-catalogue | c487b90d611b67d3c6564c8f007d1557bc4dcd16 | d4b5ce60436a0002885d5c216addd02ee74cb4cf | refs/heads/master | 2020-07-21T08:10:36.158235 | 2019-09-06T12:45:19 | 2019-09-06T12:45:19 | 206,791,893 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,016 | java | package com.example.mymoviecatalogue.adapter;
import android.content.Context;
import android.content.Intent;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.view.animation.AnimationUtils;
import android.widget.ImageView;
import android.widget.TextView;
impor... | [
"mreyhanraflyansyah@gmail.com"
] | mreyhanraflyansyah@gmail.com |
769043d6d1734c34df3e1c8d4f934427c296ddff | 6f53535d466f3d082f597808d21f33de7f547ead | /src/main/java/io/rocketbase/toggl/ui/MainUI.java | 2f65c44c96b8179cf7a01c752e1f29165f9c08de | [] | no_license | rocketbase-io/toggl-reporter | 8e60d2d6e86a0ca76942dafe81ac2cf4099f09b8 | 3f85cd798e6dcb7512ed593ef2ba09811ca28946 | refs/heads/master | 2020-05-20T17:10:43.542783 | 2018-01-25T12:03:52 | 2018-01-25T12:03:52 | 84,492,150 | 13 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,409 | java | package io.rocketbase.toggl.ui;
import com.vaadin.annotations.StyleSheet;
import com.vaadin.server.FontAwesome;
import com.vaadin.server.Responsive;
import com.vaadin.server.VaadinRequest;
import com.vaadin.spring.annotation.SpringUI;
import com.vaadin.ui.Alignment;
import com.vaadin.ui.Notification;
import com.vaadin... | [
"marten@rocketbase.io"
] | marten@rocketbase.io |
ae6ac36859131826be9bb2642f0b6393d5a4f8e6 | 2d3b571fa141d420b61004f44a36300ce81c30d9 | /ProjetoHistoricoEscolar/src/DAO/DBConnection.java | db38cf4fead4d46984f82a0881f7c33310302560 | [] | no_license | hugolyra/projetoescolar | 20e71f8e742d5aa91550ae731f4c10368ff22f1f | 8de579481c2af9faf83a8ef241236e599f1ec680 | refs/heads/master | 2022-10-03T16:15:40.164030 | 2020-05-25T20:48:23 | 2020-05-25T20:48:23 | 266,874,026 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,236 | java | package DAO;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
public class DBConnection {
private static final String URL_MYSQL = "jdbc:mysql://localhost/faculdade";
priv... | [
"Hugo@DESKTOP-80EBH4H"
] | Hugo@DESKTOP-80EBH4H |
d7b6bf34193af9a803f99b652bc16e2c7db9d3e5 | 28cf026572221c9b0d7650ae68d5894e4c77a859 | /client/src/test/java/io/split/engine/matchers/strings/ContainsAnyOfMatcherTest.java | c93ef4874fc176b90d7e389fcb49cd0d0a957296 | [
"Apache-2.0"
] | permissive | JoshRosen/split-java-client | 065261796d042550a18d4d6a295292947263e749 | 9e52864b0d43e90801f616593ccc88c9a5020ddd | refs/heads/master | 2021-01-25T09:14:38.322798 | 2017-06-08T23:19:18 | 2017-06-08T23:19:18 | 93,802,132 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,859 | java | package io.split.engine.matchers.strings;
import org.junit.Test;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import static org.hamcrest.Matchers.is;
import static org.junit.Assert.assertThat;
/**
* Created by adilaijaz on 4/18/17.
*/
public class ContainsAnyO... | [
"patricioe@gmail.com"
] | patricioe@gmail.com |
db1163d6d547bb0478967b121c14e88366253ebf | b04471b102b2285f0b8a94ce6e3dc88fc9c750af | /rest-assert-unit/src/test/java/com/github/mjeanroy/restassert/unit/api/cookie/core/AssertHasDomainTest.java | 8fb2a93b8d495d59a096b01f4365f9f9174ef971 | [] | no_license | mjeanroy/rest-assert | 795f59cbb2e1b6fac59408439a1fae5ee97d88d1 | b9ea9318c1907cc45a6afd42ac200b1ead97f000 | refs/heads/master | 2022-12-25T06:02:07.555504 | 2022-05-21T14:25:43 | 2022-05-21T14:25:43 | 128,626,910 | 0 | 0 | null | 2022-11-16T03:00:14 | 2018-04-08T09:58:49 | Java | UTF-8 | Java | false | false | 2,396 | java | /**
* The MIT License (MIT)
*
* Copyright (c) 2014-2021 Mickael Jeanroy
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
... | [
"mickael.jeanroy@gmail.com"
] | mickael.jeanroy@gmail.com |
6bc740a785e6b135afa5e85ced7905892ab255b7 | 3b6f0416c917c80581232d2469ec3dfde5dacd46 | /src/org/tomokiyo/pjs/client/PublicBookInfoLookupService.java | 77cd44c1ccaf06ec9cf25376aa5e1e4510c302cb | [] | no_license | hidekishima/pjsbookshelf | 4dfa6c0187d8f57e0a813ecfd375b940946d2453 | 1ef244d18499da7b960e15a5aae1f70f42f82a34 | refs/heads/master | 2020-03-26T11:03:40.801313 | 2019-06-10T15:01:57 | 2019-06-10T15:01:57 | 144,826,075 | 0 | 1 | null | 2019-06-10T15:01:58 | 2018-08-15T08:21:09 | Java | UTF-8 | Java | false | false | 518 | java | package org.tomokiyo.pjs.client;
import com.google.gwt.user.client.rpc.RemoteService;
/**
* Service for looking up public book DB for retrieving book title etc given ISBN.
*
* @author Takashi Tomokiyo (tomokiyo@gmail.com)
*/
public interface PublicBookInfoLookupService extends RemoteService {
/**
* Describe ... | [
"hideki@duolingo.com"
] | hideki@duolingo.com |
b6bce275a30863ec45b71fe52bc8b7320e07874d | fecc94abb0bc1d1cdfcdeb48a031c24483969b80 | /src/_945使数组唯一的最小增量/Solution2.java | a041787a101a3e26c53cbd94132aa2e0dcb76374 | [] | no_license | Iron-xin/Leetcode | 86670c9bba8f3efa7125da0af607e9e01df9d189 | 64e359c90a90965ed131a0ab96d0063ffb2652b9 | refs/heads/master | 2022-12-09T04:08:53.443331 | 2020-09-02T08:48:32 | 2020-09-02T08:48:32 | 292,228,669 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,255 | java | package _945使数组唯一的最小增量;
public class Solution2 {
public int minIncrementForUnique(int[] A) {
// counter数组统计每个数字的个数。
if (A.length <= 1){
return 0;
}
int[] counter = new int[40001];
int max = -1;
for (int i=0;i<A.length;i++) {
counter[A[i]]++;
... | [
"497731829@qq.com"
] | 497731829@qq.com |
8a284fb0499bae1c6218e05f836c4d721b21346b | 303049acc9a1be04c7603ade78c321c74c7ce988 | /insight_android_core/Insight/src/main/java/kr/co/wisetracker/insight/lib/util/TinyDB.java | b0ac20327adf4aadee2cee68f73704a74bbd2b5a | [] | no_license | bluelucifer/bs_insight_android | 5ab53d8e112fb435a0247a6ea639d26f226163a6 | ce590aef55293ec18045d8bc094e655212ef1a89 | refs/heads/master | 2020-05-27T08:36:43.846856 | 2015-06-22T05:53:12 | 2015-06-22T05:53:12 | 24,228,239 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,190 | java | package kr.co.wisetracker.insight.lib.util;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStream;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Map;
import android.content.Context;
import android.content.SharedPreferences;
import android... | [
"jih7hc@gmail.com"
] | jih7hc@gmail.com |
b6647cbaf882f3d405b94561cb67687fdd079212 | d829740ea8cd9b536e19f74e92119a8275fe1a94 | /jOOQ/src/main/java/org/jooq/impl/CombinedCondition.java | 55c59bc966c71dc7f1dc8354190d05ecffb8cef3 | [
"Apache-2.0"
] | permissive | djstjr14/jOOQ | 6938ed75759e90a2af7fb4c3aa1fc4fe20345539 | 7e0f06f31c3131ea6190129a09b311e682205acd | refs/heads/master | 2021-04-15T18:09:17.552253 | 2018-06-10T12:26:12 | 2018-06-10T12:26:12 | 126,758,643 | 2 | 8 | null | 2018-06-11T00:00:02 | 2018-03-26T01:46:12 | Java | UTF-8 | Java | false | false | 5,372 | 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
* distributed ... | [
"lukas.eder@gmail.com"
] | lukas.eder@gmail.com |
24103a3a6be6881864166d590311b1ce79d02049 | 8cfb692a40653e390b9d385cd2eda1efb2c2d17a | /06-JPA-DesignPatterns/src/br/com/fiap/jpa/dao/ProfissaoDAO.java | 16072e0e70332cce2957b4dce4ecb52ce717d0c7 | [] | no_license | bananiitas/2TDSG | 4423e5b1e9ebac53c241cf16922e339070fda970 | 29fa1a1c84aee510076949be4c6eda148a73c2f4 | refs/heads/master | 2022-04-16T22:06:20.525142 | 2020-04-14T12:34:21 | 2020-04-14T12:34:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 145 | java | package br.com.fiap.jpa.dao;
import br.com.fiap.jpa.entity.Profissao;
public interface ProfissaoDAO extends GenericDAO<Profissao, Integer> {
} | [
"profthiagoy@fiap.com.br"
] | profthiagoy@fiap.com.br |
4f532edc12b6a399323ee1f778cd2603e36a91da | c7b6d47745a3d3b7edd6248d2b2bcbb6b19239c1 | /src/matcher/StringMatcher.java | a4bc075a846da9f77b1eeace750b25b94d633f69 | [] | no_license | jiadong324/Mako | 02e638d4c353f7c62171a40e61587620f93629f6 | 9c0433e97801cec5e2575155746ad3327b4026b4 | refs/heads/master | 2021-07-09T03:01:39.862121 | 2021-03-03T05:43:14 | 2021-03-03T05:43:14 | 232,294,992 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 33,888 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package matcher;
import fspm.PseudoSuperItem;
import structures.Node;
import structures.SequenceDatabase;
import java.util.List;
impo... | [
"jdlin910324@gmail.com"
] | jdlin910324@gmail.com |
371b8e546cc200c685c77da1326f56b01ca65548 | 1f9efc022bfddc4b7f5b67b825ae7af481d2c444 | /app/src/main/java/com/lovelilu/model/Photo.java | b979db9ee6e439c04af3df9875a20069dede62c8 | [] | no_license | CKXY-525/LoveLilu | f8e0a16175c8d0d7946dd5c78458a7b800668b20 | 5872348b14806c231bdf1061b654b895bef46642 | refs/heads/master | 2021-07-13T23:23:44.774135 | 2017-10-20T02:43:19 | 2017-10-20T02:43:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,027 | java | package com.lovelilu.model;
import com.lovelilu.model.base.BaseModel;
/**
* Created by huannan on 2016/8/24.
*/
public class Photo extends BaseModel {
private String desc;
private String imageUrl;
private String smallImageUrl;
private Integer like;
private String date;
public String getSma... | [
"wuhuannan@meizu.com"
] | wuhuannan@meizu.com |
af26ce5040c46d8bbc1c2d5532c8b7ae8fa68b0a | d9074d16653797d5a24752cb41cabe613da45a81 | /AtividadeJavaModulo01/src/br/com/q4/Q4_Petronio_Fernandes.java | 8dc3d7a82bc629a421dc98ea255befeb2e27bed3 | [] | no_license | petronioFernandes/QuestionarioAula04Modulo01Java | 5cf490822d6fcf27d27bf32d819cff6a46f259f2 | 62256455943b6b9ada8aebadffc86c33bdf3d873 | refs/heads/main | 2023-06-02T09:29:50.495078 | 2021-06-22T03:25:04 | 2021-06-22T03:25:04 | 379,125,779 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 789 | java | /*
* Escreva um algoritomo utilizando Java que leia uma idade, caso a idade seja negativa você deve informar
* que não aceita valores negativos e peça para ele digitar o valor novamente e encerre a aplicação quando
* ele digitar um valor válido.
* */
package br.com.q4;
import java.util.Scanner;
public class ... | [
"peufernandes89@gmail.com"
] | peufernandes89@gmail.com |
863cdd75e648dff1d9ddd89f025c815a47e705df | 91a0541f9f64aba26f598fb5784c89220e88a56d | /src/main/java/gabriel/betbot/dtos/tradefeed/HalfTimeHdp.java | 4cc8a093224d1c1648609b75599a01d8532268c2 | [] | no_license | glindstrom/betbot | 30206423503a3b5598fc6f0bdb6af6e74935661e | 2a2b96c82d30ed7b6607a18c6edfbf220e539b28 | refs/heads/master | 2022-12-21T21:43:51.905900 | 2020-07-01T19:13:51 | 2020-07-01T19:13:51 | 201,639,126 | 0 | 0 | null | 2022-12-10T03:35:16 | 2019-08-10T14:13:24 | Java | UTF-8 | Java | false | false | 863 | java |
package gabriel.betbot.dtos.tradefeed;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
@JsonInclude(JsonInclude.Include.NON_NULL)
@JsonPropertyOrder({
"BookieOdds",
"Handicap"
})
public class... | [
"gabriel.lindstrom@helsinki.fi"
] | gabriel.lindstrom@helsinki.fi |
b57064a3cc1ab46e7130fc3bb34926cdf391a02d | a27a7e9a50849529a75a869e84fd01f2e9bbd4e4 | /src/test/java/guru/springframework/recipeproject/converters/UnitOfMeasureToUnitOfMeasureCommandTest.java | ad8d3e1bc59d8723b13ffa838c82d634ad327a18 | [] | no_license | lucascalsilva/spring-boot-recipe-project | 2960e3fd9f113a6fd3ebcbffde1bf53eb8710b9a | 086c9e3ee6aa2546f56f48d10ada06198f3bc541 | refs/heads/master | 2021-05-18T20:08:15.928341 | 2020-08-29T20:00:25 | 2020-08-29T20:00:25 | 251,396,296 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,384 | java | package guru.springframework.recipeproject.converters;
import guru.springframework.recipeproject.commands.UnitOfMeasureCommand;
import guru.springframework.recipeproject.model.UnitOfMeasure;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import sta... | [
"lucasc.alm.silva@gmail.com"
] | lucasc.alm.silva@gmail.com |
35a6ff7027c01ae8aa723787fd1090997c47c3f8 | a2a6857000d1abc9907b42c4715e6badaddf83a3 | /src/main/java/com/commercetools/bulkpricer/apimodel/CtpExtensionValidationFailedResponseBody.java | ce6f6b8ed490d63c1e947f4bd2583f70c418996c | [
"Apache-2.0"
] | permissive | fossabot/commercetools-bulkpricer | ca70408bd5a8537e2794740725a5490427a57ee1 | 213411e9b345edc15c385e5a476efed002fab0ca | refs/heads/master | 2020-03-15T12:04:22.361704 | 2018-05-04T12:12:25 | 2018-05-04T12:12:25 | 132,135,800 | 0 | 0 | null | 2018-05-04T12:12:25 | 2018-05-04T12:12:24 | null | UTF-8 | Java | false | false | 454 | java | package com.commercetools.bulkpricer.apimodel;
import java.util.ArrayList;
/*
Implements this model:
https://docs.commercetools.com/http-api-projects-api-extensions.html#validation-failed
*/
public class CtpExtensionValidationFailedResponseBody {
private ArrayList<CtpExtensionError> errors;
public ArrayList<Ctp... | [
"nikolaus.kuehn@commercetools.de"
] | nikolaus.kuehn@commercetools.de |
01064b113248821109fef3e37a7938bfe45514b2 | c171052a27baba6a0e423c55e45f34ab8504bb99 | /bin/custom/customStore/customStorestorefront/web/testsrc/ma/ensias/storefront/security/impl/WebHttpSessionRequestCacheUnitTest.java | 0c0e8bb1bc12485e4bc871b48032ababab6fc3a0 | [] | no_license | med4it/hybris-IsNewCustomization | 9cfb7b252767eac86347a0c1f74086a7719ad3e8 | b0552237fce83a3beec755b9c0d2d2820441c1ed | refs/heads/master | 2021-02-09T03:16:42.273659 | 2020-03-02T08:13:54 | 2020-03-02T08:13:54 | 244,233,005 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,395 | java | /*
* [y] hybris Platform
*
* Copyright (c) 2018 SAP SE or an SAP affiliate company. All rights reserved.
*
* This software is the confidential and proprietary information of SAP
* ("Confidential Information"). You shall not disclose such Confidential
* Information and shall use it only in accordance with the te... | [
"4itmed@gmail.com"
] | 4itmed@gmail.com |
cee7abdb829ade09c74df279c20edf893d840545 | 5d288b7047ae24013d1ad3b4bb51abdf449e1d48 | /HWA-Project/src/main/java/com/qa/HWA/persistance/domain/Coach.java | abddc41c7a50f757d56d0ac50ed27a65f4ca61c0 | [
"MIT"
] | permissive | LLow-QA/HWA | bf1a77bcbbba1726784f0ba9b8cdb1905aa234b9 | e390b506458f483782985f50c6ce1224af2f1016 | refs/heads/main | 2023-03-01T23:40:01.684837 | 2021-02-01T12:00:17 | 2021-02-01T12:00:17 | 331,294,811 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,383 | java | package com.qa.HWA.persistance.domain;
import java.util.List;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.OneToMany;
import javax.validation.constraints.Max;... | [
"LLow@qa.com"
] | LLow@qa.com |
6c0709c0f38e1e93458bd0e484bbf233d81a98db | 27a13543c5a21811e696278b5212755ecdebca53 | /hsco/src/main/java/hsco/pms/sls/lad/rqe/SLS090101/SLS090101Service.java | 1202cfe087575dadddfe43cdb0fa2e7e7cead4cb | [] | no_license | chaseDeveloper/hsco | 9dad73c971500c4bd98adfefa3e91a91d26ca318 | 7052d6da3ac772cd3b13ec391818139355935916 | refs/heads/master | 2023-06-15T23:55:10.592683 | 2021-07-06T07:46:07 | 2021-07-06T07:46:07 | 383,377,343 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 85 | java | package hsco.pms.sls.lad.rqe.SLS090101;
public interface SLS090101Service {
}
| [
"kdk@ichase.co.kr"
] | kdk@ichase.co.kr |
a6baee37b307834c9642cd87434e1daeb0c6e629 | b35a3818737dd7e21eace1abac7ba5bb832184a9 | /src/test/java/com/practice/arrays/RotateArrayByNTest.java | 9d81edd885100c7414b033f30620972f58c2686f | [] | no_license | thandra2809/cleanCodeJava | 93b72635cdc0456863bc978ed5d99a1b8103bce6 | 216f78b1f599cd4575f1c8de288fd792ddeff48a | refs/heads/master | 2022-12-29T10:34:09.216153 | 2020-05-10T04:45:34 | 2020-05-10T04:45:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 627 | java | package com.practice.arrays;
import org.junit.Assert;
import org.junit.Test;
import java.util.Arrays;
public class RotateArrayByNTest {
@Test
public void testInput(){
int[] num = {1,2,3,4,5,6,7};
RotateArrayByN rotateArrayByN = new RotateArrayByN();
rotateArrayByN.rotateArray(num, 3);
Assert.assertEquals(... | [
"arun.dandapani@siemens.com"
] | arun.dandapani@siemens.com |
b37cccf3c2435063b6b1bbcbfb61bb7c30491b7f | 0a9dcef1b2415e8ea48a30545ea245de30fcabba | /src/main/java/BlackFriday.java | b812b1453296d3cb22bb56a4f63fc3af9b4b56ac | [] | no_license | lukaszantkowiak/kattis | a7cc24ddb738be84ff6f8ffd70c58292e589acf3 | 011220a2c2aaf9fe8adda65abfb939f9da85206a | refs/heads/master | 2021-01-10T07:39:30.795457 | 2016-02-22T22:54:41 | 2016-02-22T22:54:41 | 44,443,389 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,053 | java | import java.util.ArrayList;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
/**
* Solution for https://open.kattis.com/problems/blackfriday
*
* @author Lukasz Antkowiak (lukasz.patryk.antkowiak(at)gmail.com)
*
*/
public class BlackFriday {
public static void main(final String[] arg... | [
"lantkowiak@infusion.com"
] | lantkowiak@infusion.com |
85549dada64593a49f5e9942938dbc67fae53cae | c81dd37adb032fb057d194b5383af7aa99f79c6a | /java/com/google/firebase/messaging/SendException.java | 46a853fa992edf661bcd3884f218251c5b9d3694 | [] | no_license | hongnam207/pi-network-source | 1415a955e37fe58ca42098967f0b3307ab0dc785 | 17dc583f08f461d4dfbbc74beb98331bf7f9e5e3 | refs/heads/main | 2023-03-30T07:49:35.920796 | 2021-03-28T06:56:24 | 2021-03-28T06:56:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,028 | java | package com.google.firebase.messaging;
import java.util.Locale;
/* compiled from: com.google.firebase:firebase-messaging@@21.0.0 */
public final class SendException extends Exception {
public static final int ERROR_INVALID_PARAMETERS = 1;
public static final int ERROR_SIZE = 2;
public static final int ERR... | [
"nganht2@vng.com.vn"
] | nganht2@vng.com.vn |
5d10e2b37b3d11fed51130c557a75554bccd89fe | 3a93c78cbd8b9ab533210ae8cbfd6f08249b418c | /client/src/com/nikolaj/chat/clients/ClientWindow.java | b4c74a0bbeee62f0fd3b29338014d3dc2dcd330b | [] | no_license | nikolajred/Simple_chat | d988c78064fc13252ef145b86b44d4d9acc1d340 | ac0f4a16737b371d3939465c247734e52b1616f8 | refs/heads/master | 2020-08-10T08:17:01.341129 | 2019-10-10T23:30:04 | 2019-10-10T23:30:04 | 214,303,889 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 117 | java | package com.nikolaj.chat.clients;
public class ClientWindow {
public static void main(String[] args) {
}
}
| [
"nikolajred@gmail.com"
] | nikolajred@gmail.com |
638c21d56eae55370fb121f5ea327f1e93e60454 | a751e39ceae26c2756920edc0144f74c9fca26ed | /src/test/java/org/interview/twitter/TwitterStatusTaskTest.java | 203e2216179690425e290fd7b7536fd5630a5105 | [] | no_license | parthtrivedi2001/bieber-tweets | e90e83ee94f6bc381cb5268dd087f6baaab2c025 | 279dacb2670cfa8d9a59aecefb1f6b424d940b2c | refs/heads/master | 2023-05-14T03:19:37.904343 | 2018-07-10T07:13:22 | 2018-07-10T07:13:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,638 | java | /**
*
*/
package org.interview.twitter;
import java.util.concurrent.Executor;
import java.util.concurrent.Executors;
import org.interview.TestUtils;
import org.interview.model.Message;
import org.interview.repository.MessageRepository;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith... | [
"Resul.Avan@argela.com.tr"
] | Resul.Avan@argela.com.tr |
f405ecafe65e06e0128f48628ea5ec4dbe307a02 | cd5dd3c9bff82bd4cdc30c05fd04d50d45ae5ee2 | /limits-service/src/main/java/com/mukesh/microservices/limitsservice/LimitsServiceApplication.java | 539e55133addb18ff59eeefe158be7e4f83123ed | [] | no_license | mukeshmgehani/springboot-microservices | a392997207b80062061129830dc90c910f664426 | 49d916f6c36f6418dd17a7c38e63973165af7760 | refs/heads/master | 2020-08-11T01:38:23.781550 | 2019-10-11T15:00:38 | 2019-10-11T15:00:38 | 214,463,556 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 476 | java | package com.mukesh.microservices.limitsservice;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
/**
* @author mukeshgehani
*
*/
@SpringBootApplication
@EnableDiscoveryCli... | [
"mukeshmgehani@gmail.com"
] | mukeshmgehani@gmail.com |
8016c346e0bdcb871d3912c3e9b07095dea95112 | c3832083550275bf1e64a7deed0e047932f2c486 | /src/main/java/decodepcode/git/GitSubmitter.java | dbe16b0a8af71d31a6f82349f9483239be581938 | [
"ISC"
] | permissive | cache117/decode-pcode | 713e1d48e997cfb3ead288dd736b230d79c22ea4 | 70bd9300a4d8db2f18abbf71f4ad281f75322608 | refs/heads/master | 2021-03-22T04:03:36.263394 | 2017-06-09T23:44:21 | 2017-06-09T23:44:21 | 93,903,160 | 6 | 1 | null | null | null | null | UTF-8 | Java | false | false | 6,725 | java | package decodepcode.git;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.StringWriter;
import java.util.Date;
import java.util.HashMap;
import java.util.logging.Logger;
import org.eclipse.jgit.api.AddCommand;
import org.eclipse.jgit.api.CommitCommand;
import org.eclips... | [
"cache@byu.edu"
] | cache@byu.edu |
07022a8c7b85d76ee3dfbaf7d9e518883348547a | 6525f83892c45734c9e2304a9ed009b9c052e6c5 | /src/main/java/com/ln/servlet/AuthenticateServlet.java | 37e7dfa8e804c7e46249c058bfea9907f1f74cb4 | [] | no_license | paramsethi/linkedInDemo | ae4bc553f6e10efc8e27c3e383ac49592bafc7d7 | 637dd730bfa20eb25d91a50a0707b1fd63ee83d8 | refs/heads/master | 2016-08-04T01:44:52.191768 | 2011-09-27T03:38:27 | 2011-09-27T03:38:27 | 2,461,200 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 894 | java | package com.ln.servlet;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.ln.dao.LoginDao;
import com.ln.utility.Constants;
import com.ln.utility.Utility;
/... | [
"param.sethi@gmail.com"
] | param.sethi@gmail.com |
142768c038ac7a9fe29288db54bca2a2a3e019ac | 77525ad8d7317db1f8b468eea28c77750257d25c | /src/main/java/org/junngo/spring/springboot/web/dto/PostsUpdateRequestDto.java | f23c2af13a183c0be5bfb9b6be15dc153f4e3767 | [] | no_license | junngo/spring-blog | 73cfb8bc60da81a27165a2c2333b8a0ee448f6ba | 3cfc2357e19523cc1711544e8a38dbbe33f7d20a | refs/heads/master | 2022-12-29T07:45:00.098079 | 2020-10-10T05:06:56 | 2020-10-10T05:06:56 | 278,620,915 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 391 | java | package org.junngo.spring.springboot.web.dto;
import lombok.Builder;
import lombok.Getter;
import lombok.NoArgsConstructor;
@Getter
@NoArgsConstructor
public class PostsUpdateRequestDto {
private String title;
private String content;
@Builder
public PostsUpdateRequestDto(String title, String content)... | [
"myeongjun.ko@gmail.com"
] | myeongjun.ko@gmail.com |
ecca3c45ec1946c27ded7c3353a443f2c121d0bd | c6c7ffa014f9b8fd775b7ad42b44d1367dfc07e2 | /LinkedListCycle/src/com/xk/Solution.java | 4c790b459dcd3443c7eb4eed87ed15676069059b | [] | no_license | xukan/Algorithms | e9129166278c7a98ea9d0fb824793748958b44a4 | d36aee2dfbf9ba097cc990a74166398d711f3482 | refs/heads/master | 2021-01-10T21:56:33.642101 | 2016-08-24T14:54:57 | 2016-08-24T14:54:57 | 42,408,839 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,589 | java | package com.xk;
/*用两个指针p1、p2指向表头,每次循环时p1指向它的后继,p2指向它后继的后继。若p2的后继为NULL,表明链表没有环;否则有环且p1==p2时循环可以终止。
* 此时为了寻找环的入口,将p1重新指向表头且仍然每次循环都指向后继,p2每次也指向后继。当p1与p2再次相等时,相等点就是环的入口。
* http://www.cnblogs.com/wuyuegb2312/p/3183214.html 这篇博客讲的很清晰
* 解法上,看相对位移,由于fast比slow快一步,因此,如果有环,一定会在环上实现套圈的
*/
public class Solution {
public boo... | [
"xukan111@gmail.com"
] | xukan111@gmail.com |
74ddc76526954843337a2350d65a94e367c715a3 | fb96302cfef7d0388ae8f8e0447d6bdcbf3a0b09 | /CROWN-BS-SYS-V1/src/main/java/com/bs/sys/service/FileService.java | 63bbc8d7a5fceb2b6d7f1ff5971dc69db0976a8c | [] | no_license | sentinelhaha/testworkspace | 24f93df9d24bdc2f61df9f1bd1e69d44903babdd | 15ad33f0fd26f04ba145c7feabed1dfc8601c555 | refs/heads/master | 2020-04-23T10:42:23.028938 | 2019-03-10T06:10:50 | 2019-03-10T06:10:50 | 171,112,525 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 222 | java | package com.bs.sys.service;
import org.springframework.web.multipart.MultipartFile;
import com.bs.sys.vo.PicUploadResult;
public interface FileService {
PicUploadResult uploadFile(MultipartFile uploadFile);
}
| [
"1510101226@qq.com"
] | 1510101226@qq.com |
fb51e65a44bb54678dcaf9c7100925a7fc2d106d | 324220b6f8c43714615d4acfe521db5ba295f039 | /src/main/java/com/forgestorm/rpg/entity/passive/EntityBabyChicken.java | 80b452c2c0247f0f1c5bb39427d81328816c6aa0 | [] | no_license | unenergizer/ForgeStorm-RPG | 1524390ef5d1d875f5578024c510001fbe51944a | 6fc23b26daf27adf08f89bdd2f205446454f6661 | refs/heads/master | 2022-09-02T06:25:07.669996 | 2016-10-23T20:27:39 | 2016-10-23T20:27:39 | 71,727,805 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 666 | java | package com.forgestorm.rpg.entity.passive;
import org.bukkit.Location;
import org.bukkit.entity.Chicken;
import org.bukkit.entity.EntityType;
import com.forgestorm.rpg.profile.Profile;
public class EntityBabyChicken extends PassiveEntity {
public EntityBabyChicken(String name, int level, Location location, Profile... | [
"unenergizer@gmail.com"
] | unenergizer@gmail.com |
df8007e4c44984368356512ab93720bb0c64bb8f | 15ce5d71b320fdae98b3143700bd99eb78b93bfa | /pinyougou-parent/pinyougou-seckill-web/src/main/java/com/pinyougou/seckill/controller/SeckillOrderController.java | 29052a734eb09e4f6920416ec74815a77f270ec0 | [] | no_license | ewenkai/- | cf8a5b514502d4e50ba09aaa062fe6e6e1f25b2e | 6f70767a19587e0afefbe9a49294b6779fcfdf25 | refs/heads/master | 2020-04-17T10:43:33.699497 | 2019-01-19T05:56:56 | 2019-01-19T05:56:56 | 166,511,450 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,167 | java | package com.pinyougou.seckill.controller;
import java.util.List;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestControll... | [
"java_soldiers@163.com"
] | java_soldiers@163.com |
b3864bc44a436e9fa999664e6033f4f51931759e | 74ef6dd6d640b5550a7b7235b12e90da3f9c085b | /app/src/main/obsolete/test/org/test/zlibrary/model/TestTextParagraph.java | 663f10993c18a3f42f346e0752b4b7802730afd1 | [] | no_license | jaychou2012/FBReaderJ-aar-Android-Studio | dfa8dd8a684ba5c3d79e0fc700a69923ab09bb1e | 42eb6d94c762403a17ac47c5ff718008a4abad10 | refs/heads/master | 2021-05-04T11:40:14.349403 | 2020-08-25T13:23:38 | 2020-08-25T13:23:38 | 54,856,694 | 6 | 6 | null | null | null | null | UTF-8 | Java | false | false | 642 | java | package org.test.zlibrary.model;
import org.geometerplus.zlibrary.text.model.ZLTextParagraph;
import org.geometerplus.zlibrary.text.model.impl.ZLModelFactory;
import junit.framework.TestCase;
public class TestTextParagraph extends TestCase {
private ZLModelFactory factory = new ZLModelFactory();
public void ... | [
"852041173@qq.com"
] | 852041173@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.