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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
70dc33f8a90f5b63e1e72205143c60192e3e2d31 | 16bbd83af19c253ff52f6a56844d03c8010c11ed | /Kinglo/src/com/example/arithmetic/FileMD5.java | 45a3f9c5e1ecce628c640a6be0b3dfe2d15a508d | [] | no_license | lazx24/Java | 26dfb8bdc783b58a1428e50dc7442fefb64dad60 | bd6905e39e250b488b947085829c91c0aa1c6e08 | refs/heads/master | 2021-05-29T11:25:01.125155 | 2015-05-05T09:34:45 | 2015-05-05T09:34:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,153 | java | package com.example.arithmetic;
import java.io.ByteArrayInputStream;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.security.DigestInputStream;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
/**
* 根据MD5算法来比较文件内容是否相同
* @author Ad... | [
"491484963@qq.com"
] | 491484963@qq.com |
379ce5d58d07c1e062c842d369936156a22a2032 | 0e01b570054c2a64c07732756f585ea594db06d8 | /src/main/java/com/movie/controller/CinemaController.java | 67aaabc18ea3f8475ba3245ed58c15ff25613412 | [] | no_license | TonyWayne/MovieManage | 3c0ebb35f8ddb85384b7591a05baa6180320eae0 | e4eac9284b69a2174dc77781388bb9f9056b1593 | refs/heads/master | 2022-12-22T01:12:46.189976 | 2020-01-05T14:47:48 | 2020-01-05T14:47:48 | 231,931,431 | 0 | 0 | null | 2022-12-16T06:06:36 | 2020-01-05T14:43:19 | JavaScript | UTF-8 | Java | false | false | 1,680 | java | package com.movie.controller;
import com.alibaba.fastjson.JSONObject;
import com.movie.pojo.CinemaTable;
import com.movie.service.CinemaService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping... | [
"624970695@qq.com"
] | 624970695@qq.com |
879e84eb54562bc0943e3f9d44687757e3fdfdff | 0f64d983f0be8ea5e476a6def5d74e37e59bd3ec | /FishPanel.java | df43a79196aed26a8974f76b582cedaed5df1406 | [] | no_license | EC327s15/FUNGAME | 3cacb36993ba0898084ad5a97feac11a33834a76 | 9aa65ded133caa0d25316cc02eb6dd36130750c6 | refs/heads/master | 2020-06-05T17:45:46.019081 | 2016-01-29T02:38:01 | 2016-01-29T02:38:01 | 34,136,138 | 0 | 1 | null | 2015-04-21T06:25:00 | 2015-04-17T19:33:38 | Java | UTF-8 | Java | false | false | 2,088 | java | package FunFish;
import java.awt.Color;
import java.awt.Graphics;
import javax.swing.JPanel;
@SuppressWarnings("serial")
public class FishPanel extends JPanel
{
public static Color seaBlue = new Color(49151);
@Override
protected void paintComponent(Graphics g)
{
super.paintComponent(g);
g.setColor(seaBlue)... | [
"ico.yigang@hotmail.com"
] | ico.yigang@hotmail.com |
53124a2545bf99f9ecd57e4e2f7bce4f21508bc3 | 59ce6dbe612e4658bf0cd10970fb7d7f7ce8ea57 | /pro03/src/api08/Collection/Data.java | 6494d5bfd1a19f56906ab38bdbcc835bcd74d92e | [] | no_license | 2ket/kitri2020 | 23c043ae1d7b1d1ae9b90d1df042094255e68e44 | f423218cc92496335a18410ee10e96bcc91165c6 | refs/heads/master | 2021-05-24T15:58:15.472788 | 2020-05-26T06:57:59 | 2020-05-26T06:57:59 | 253,645,109 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 411 | java | package api08.Collection;
public class Data {
private int x;
private int y;
private int z;
public Data() {}
public Data(int x, int y) {
this.x = x;
this.y = y;
// yonsan();
}
public void yonsan() {
z=x+y;
}
public void disp() {
System.out.println(x+"\t"+y+"\t"+z);
}
@Override
public String to... | [
"hello2ket@gmail.com"
] | hello2ket@gmail.com |
7d4332512be4fdd3651388d73074efc66aea22d5 | 7c069902210ffdaf6f3bc436d31e67849ffbae15 | /src/main/java/qualifers/example/CloudDao.java | b5e065df705e6da8ac11b02fff945dd638213be1 | [] | no_license | Jeka1978/javacourse | 2ec402c574f748f6e5d8afa08a693aa7b81809c5 | 2954dbd25e7e7040aeb6ccd9587955a664788ccf | refs/heads/master | 2021-07-21T13:38:08.172255 | 2017-10-30T14:58:33 | 2017-10-30T14:58:33 | 107,102,884 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 86 | java | package qualifers.example;
public interface CloudDao {
void save(String data);
}
| [
"papakita2009"
] | papakita2009 |
9be40e8eb86d28b7ae772395dcba6d0f5bd3a25f | d9fd8e8d5677a24538590d82490cfc0c577e5239 | /src/edu/stanford/smi/eon/PCAServerModule/Activity_Choice.java | a2b569bdeb60030c886f03c92b7e4d9997c3c821 | [] | no_license | samsontu/eon2pm | 1fc072892f7af521d61d0adfc8e4aa24c50a2a3c | b78c24ba3e4b2f6e0b403dd209a5281d3a0b21ec | refs/heads/master | 2021-07-24T20:30:16.440862 | 2021-03-01T00:48:13 | 2021-03-01T00:48:13 | 41,446,132 | 2 | 0 | null | 2019-05-28T05:17:50 | 2015-08-26T19:41:26 | Java | UTF-8 | Java | false | false | 2,971 | java | /*
* The contents of this file are subject to the Mozilla Public License
* Version 1.1 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS... | [
"swt@stanford.edu"
] | swt@stanford.edu |
c47945b2492b13a6a6eeedc397d12396d01c60f1 | f95068307f1f0ad1f6bcdf854842300a75e50ad1 | /app/src/main/java/com/mathiasluo/designer/bean/User.java | 3cbf760d0126e9863ba4a72d80ca4f4aace5786f | [] | no_license | MathiasLuo/Designer | 559bb0bd4848622071a6aef2cd9a4503f132b01f | 294f68e54e7448ea9396fe94d5f7884064a8235d | refs/heads/master | 2021-05-04T10:07:28.732872 | 2020-01-12T08:19:17 | 2020-01-12T08:19:17 | 54,826,802 | 56 | 9 | null | null | null | null | UTF-8 | Java | false | false | 10,879 | java | package com.mathiasluo.designer.bean;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import io.realm.RealmObject;
import io.realm.annotations.PrimaryKey;
public class User extends RealmObject {
@SerializedName("id")
@PrimaryKey
@Expose
private Integer i... | [
"mathiasluo"
] | mathiasluo |
2c60644d3ad904dc25303dc3357e1aa3eb496d3e | 32bb6aebc07fc3545b4ab7c367c730cdb781cd61 | /src/java/session/OrderedProductFacade.java | cf9803da6831db33fc406a8b5736b326d39f5e55 | [] | no_license | Algerkov/Ferme | a16b377ddd2db97e2d666570ebdc900896da268d | 5ee397f69932c32261af27f5e23b29dce1068401 | refs/heads/master | 2021-05-08T10:35:11.371074 | 2018-02-01T14:57:02 | 2018-02-01T14:57:02 | 119,849,109 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 829 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package session;
import entity.OrderedProduct;
import java.util.List;
import javax.ejb.Stateless;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
@Stateless
public class OrderedPro... | [
"rafik.laredj@laposte.net"
] | rafik.laredj@laposte.net |
67f92da01f7f30856736e4d7852b2373d154f490 | 6da33960b55f29e92c0ce6f54133053ce9c27bd2 | /cardio-back/src/main/java/com/sopra/agile/cardio/back/utils/Fields.java | cc1ff2bf2d36ea3ecc02a888a8ede2fbc56fc337 | [] | no_license | stephdav/cardio | ba7da1d31b306e7143e8135be31240d5e5b8002b | 85b6b872c694f1425b157a25b41c0ffdbc1c5ce2 | refs/heads/master | 2020-06-10T23:31:56.655886 | 2017-05-12T17:08:31 | 2017-05-12T17:08:31 | 75,843,653 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,591 | java | package com.sopra.agile.cardio.back.utils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.sopra.agile.cardio.common.exception.CardioFunctionalException;
public class Fields {
private static final Logger LOGGER = LoggerFactory.getLogger(Fields.class);
private Fields() {
... | [
"stephane.david@soprasteria.com"
] | stephane.david@soprasteria.com |
6ce3abfa76f37fd4858d82343abd6249bd9bc294 | 14fec7d48aa2bd28ecbeb87e4e1d8aeb23e20635 | /src/main/java/com/mht/controller/SysParamGroupController.java | 5a71389cbfde614cd351f03909001d7812d11a55 | [] | no_license | haoqiunie/api1 | 352a2d75ee77b98ff09f7e5a43bfc4f6cab98294 | 37bf9c55edda5e9b7a70a85f0851472dd8306280 | refs/heads/master | 2022-06-27T18:22:03.203863 | 2019-08-12T03:02:11 | 2019-08-12T03:02:11 | 201,601,048 | 0 | 0 | null | 2022-06-17T02:25:39 | 2019-08-10T08:17:18 | Java | UTF-8 | Java | false | false | 351 | java | package com.mht.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* <p>
* 系统参数组 前端控制器
* </p>
*
* @author jobob
* @since 2019-07-29
*/
@RestController
@RequestMapping("/sys-param-group")
public class SysParamGroupContr... | [
"1778715299@qq.com"
] | 1778715299@qq.com |
36556ed4bde3ac844cf27de8386af5fe4ee3d932 | f1b65f6ace564ef496ae97c237763a1e282b2189 | /tis-console/src/main/java/com/qlangtech/tis/manage/yarn/YarnClientFactory.java | 176daac7e27f8ad6174266ada29f1914813c4037 | [
"MIT"
] | permissive | fightingyuman/tis-solr | 27b65d3e4a89612ea9087a0f260a8c0a89b7f640 | 8655db7c32bb88928b931e2754291deb0e4ab4db | refs/heads/master | 2022-04-04T08:26:23.438875 | 2020-01-02T13:04:51 | 2020-01-02T13:04:51 | 258,164,459 | 1 | 0 | MIT | 2020-04-23T10:09:51 | 2020-04-23T10:09:51 | null | UTF-8 | Java | false | false | 3,462 | java | /*
* The MIT License
*
* Copyright (c) 2018-2022, qinglangtech Ltd
*
* 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... | [
"baisui@2dfire.com"
] | baisui@2dfire.com |
37776707c21f3848c2067626317cdb7471c07bff | e5f0c2261c0f9fb9687b301ab3491bcb8f61762f | /eclipse/mybatis-first/src/main/java/com/thinking/mybatis_first/pojo/User.java | 31881154aca1db1269f9bee1b2d985b54fccf97f | [] | no_license | Thinking-c/ssm-project | 614118a370453b46c0df3cb8aa6fbb36b722c5bc | 2d7fdbe2abccfb08d0eae3b7724811c99abbb75c | refs/heads/master | 2020-03-21T13:05:38.412929 | 2018-11-07T08:52:16 | 2018-11-07T08:52:16 | 138,587,843 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,114 | java | package com.thinking.mybatis_first.pojo;
import java.io.Serializable;
import java.util.Date;
public class User implements Serializable {
/**
*
*/
private static final long serialVersionUID = 1L;
private Integer id;
private String username;// 用户姓名
private String sex;// 性别
private Date birthday;// 生日
privat... | [
"ji.cao@chargedot.com"
] | ji.cao@chargedot.com |
a2698f711669a33bf3fcb6af4c67cd41e9c5cc55 | 69cdb53373bb7a6d2f71327c4032c771cdbcb22b | /src/asrobots/MyRobot.java | 33b7e8c5bea6c01b1d5f36ae66ac07e32aa64cbe | [] | no_license | WolakT/robocode-intellij | ee3f82c610ceae2e2b7ea9aad5a32647e65011f7 | 20c700620cf9127e534317e9022c4973e1f67ba1 | refs/heads/master | 2021-03-13T01:20:11.401148 | 2017-05-16T18:53:04 | 2017-05-16T18:53:04 | 91,475,054 | 0 | 0 | null | 2017-05-16T15:35:34 | 2017-05-16T15:35:34 | null | UTF-8 | Java | false | false | 186 | java | package asrobots;
import robocode.*;
/**
* Created by RENT on 2017-05-16.
*/
public class MyRobot extends Robot {
@Override
public void run() {
super.run();
}
}
| [
"wolak.tom@gmail.com"
] | wolak.tom@gmail.com |
3cf1b402e7850d45a3acf05c29ddd412f240de3f | 5306b129be079f5842214b98aaab71b2ee919a89 | /src/main/java/br/com/restful/udemy/data/vo/BookVO.java | 20ebede1d4bbdbc9713270f4f530e4bb8edb011b | [] | no_license | Paulo-Sergio/springBootRestfulNuvemUdemy | b5c9aa3e0ddc4a923789dcd39c41691d12389f86 | 29549202a4ad86cd85e269d5d9bd4447b5c70482 | refs/heads/master | 2020-05-16T14:19:56.496093 | 2019-04-28T20:16:51 | 2019-04-28T20:16:51 | 183,100,279 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,601 | java | package br.com.restful.udemy.data.vo;
import java.io.Serializable;
import java.util.Date;
import org.springframework.hateoas.ResourceSupport;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
import com.github.dozermapper.core.Mapping;
@JsonPropertyOrde... | [
"paulofranca.contato@gmail.com"
] | paulofranca.contato@gmail.com |
d4d341896e070de91dff0b57b927be2c8ada72f7 | 4b3122d6f006b78d5e37ac992ef60758a339760c | /slidingmenu/src/main/java/com/bwie/sj/slidingmenu/CustomViewAbove.java | 5f897caa38ec46907efc6dc5c78db01f74629be2 | [] | no_license | CrysSun/OneTimesj | 74738be3660fcf9af846b24c0c5ed5fb233aa118 | 3e8802adad2f0415eb0f57745093dcc16ddd3c68 | refs/heads/master | 2021-04-03T10:14:46.443640 | 2018-04-09T07:44:48 | 2018-04-09T07:44:48 | 124,535,438 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 29,795 | java | package com.bwie.sj.slidingmenu;
import java.util.ArrayList;
import java.util.List;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Rect;
import android.os.Build;
import android.support.v4.view.KeyEventCompat;
import android.support.v4.view.MotionEventCompat;
import android.sup... | [
"2697538638@qq.com"
] | 2697538638@qq.com |
8864ff5633bf9cec3ecff4c9dc31d3afbee646e2 | 1f9f358560fc336877e7c3dc9684ad8b1d47e59f | /DealingMart/src/com/aamani/dealingmart/activities/HomeActivity.java | e5d54b0250df627efc2c9e94c9ca584eb9f694ba | [] | no_license | vasuthakker/DealingMart | afd246754b425fa19dd330cb780b72639559c40e | ed67e6092e48069b9ab30f2f8a487a1993567ecc | refs/heads/master | 2020-04-01T19:29:15.947764 | 2014-02-03T11:20:43 | 2014-02-03T11:20:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,738 | java | package com.aamani.dealingmart.activities;
import android.app.Dialog;
import android.content.Intent;
import android.graphics.drawable.ColorDrawable;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentActivity;
import android.support.v4.app.FragmentManager;
import an... | [
"vasu0123@gmail.com"
] | vasu0123@gmail.com |
8674b93108a59325158c3bf5d8186698e2bcba43 | 6cf32f737db06cab50cd42f532a06426b8430831 | /cachecloud-web/src/main/java/com/sohu/cache/client/service/impl/ClientReportCostDistriServiceImpl.java | 24d453fbb2c1a9ec20c920e58e4bac7ed5dc4ce7 | [
"Apache-2.0"
] | permissive | wwb-89/cachecloud | 1905edad2f99c45b98ae452cac4e86f6b43868e0 | 6b2c3d6bd04e9f6dbef1b7341c52be87a687b482 | refs/heads/main | 2023-06-08T10:57:23.759110 | 2021-06-19T09:41:16 | 2021-06-19T09:41:16 | 378,374,986 | 0 | 0 | Apache-2.0 | 2021-06-19T09:35:33 | 2021-06-19T09:35:32 | null | UTF-8 | Java | false | false | 9,302 | java | package com.sohu.cache.client.service.impl;
import com.sohu.cache.client.service.AppInstanceClientRelationService;
import com.sohu.cache.client.service.ClientReportCostDistriService;
import com.sohu.cache.client.service.ClientReportInstanceService;
import com.sohu.cache.dao.AppClientCostTimeStatDao;
import com.s... | [
"yijunzhang@sohu-inc.com"
] | yijunzhang@sohu-inc.com |
702fe4ea252c9e202e9e879e7a01b87ad4978448 | 2b04078052e8bfbbd1a57fea1a71d2efe44720aa | /Lab2/Zad1/ProgramError.java | 2cffdcb0fb7cd13eb9a32f384b1a7e396ce0f32d | [] | no_license | domix1996/Java-Projects | b6dff5bb7cbea02ea31c570f87c48644f29d9329 | 666f36494274a6c1fd6d639ca0a5d0934ebd4831 | refs/heads/master | 2022-03-11T23:49:55.807412 | 2019-11-26T06:31:04 | 2019-11-26T06:31:04 | 221,047,013 | 0 | 0 | null | 2022-02-10T01:25:12 | 2019-11-11T18:44:57 | Java | UTF-8 | Java | false | false | 1,283 | java | import java.util.Scanner;
public class ProgramError {
public static void main (String[] args)
{
int num1, num2, num3;
Scanner input = new Scanner(System.in);
try {
System.out.print("Wprowadź pierwszą liczbę z jedną cyfrą: ");
num1 = input.nextInt();
... | [
"dominiknarozynski@gmail.com"
] | dominiknarozynski@gmail.com |
262fa7ad4bf52db4dad45b8df49cdf80362b0002 | 27511a2f9b0abe76e3fcef6d70e66647dd15da96 | /src/com/facebook/react/views/picker/ReactDropdownPickerManager.java | 937c7362092a0cb48c1553d218aea2928f7582f8 | [] | no_license | biaolv/com.instagram.android | 7edde43d5a909ae2563cf104acfc6891f2a39ebe | 3fcd3db2c3823a6d29a31ec0f6abcf5ceca995de | refs/heads/master | 2022-05-09T15:05:05.412227 | 2016-07-21T03:48:36 | 2016-07-21T03:48:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 345 | java | package com.facebook.react.views.picker;
public class ReactDropdownPickerManager
extends ReactPickerManager
{
public final String a()
{
return "AndroidDropdownPicker";
}
}
/* Location:
* Qualified Name: com.facebook.react.views.picker.ReactDropdownPickerManager
* Java Class Version: 6 (50.0)
* JD-C... | [
"reverseengineeringer@hackeradmin.com"
] | reverseengineeringer@hackeradmin.com |
eb1eda5693078d6fc2f7be01d2e2d7df48377454 | 4a744003d8992800cf38bc6c73afaf7fc6839742 | /sources/android/support/p000v4/media/session/PlaybackStateCompat.java | ffe09ce94293eef79f6bfe9d261f6f56b10c42fa | [] | no_license | M-Ash2209/base_source_from_JADX | 97332cdbb197f37a0ed398a2d6c8f6e7c086393b | ad92a77393d4b6c61fe0b65ede9dfb495ca44a7e | refs/heads/main | 2023-02-02T11:27:36.336750 | 2020-12-19T08:06:35 | 2020-12-19T08:06:35 | 322,803,403 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 19,724 | java | package android.support.p000v4.media.session;
import android.os.Build;
import android.os.Bundle;
import android.os.Parcel;
import android.os.Parcelable;
import android.os.SystemClock;
import android.support.annotation.Nullable;
import android.support.annotation.RestrictTo;
import android.support.p000v4.media.session.P... | [
"asharsaeed2209@gmail.com"
] | asharsaeed2209@gmail.com |
fe5ba50284a73f18e1f871ea6eb80b2dc5e5cebd | cedbeef4eb9a39761de680b6317eebbdfe98e5cc | /iclub2.1/app/src/main/java/com/example/administrator/iclub21/fragment/InviteFragment.java | 468cf8dca2f996fa3517642218b8ceb4339dbfa6 | [] | no_license | xiaoshengping/rong | e5b04b440f9a4d160f5f22be9f08f3a0fee9f890 | 973626cf079f8db9e24517f081ce55367e6bda54 | refs/heads/master | 2016-08-04T09:04:41.342445 | 2015-08-28T07:54:06 | 2015-08-28T07:54:06 | 39,058,159 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,548 | java | package com.example.administrator.iclub21.fragment;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.RadioButton;
import android.widget.RadioGroup;
import com.jeremy.Customer.R;
import ... | [
"1277600115@qq.com"
] | 1277600115@qq.com |
b04b89007372df0bc6ca3a16d07069064672709d | 9b564314d3c05669fd8eaffa1075ef9291fda731 | /viikko11-Viikko11_181.HenkiloJaPerilliset/src/henkilot/Henkilo.java | 0af762402eea4f6bf01bed98edd076ac6f0677e1 | [] | no_license | VelluVu/MOOCmissions | 17456e19631809aa2eff73b62d0509437ccd112e | acca0e2f36b9b8819805f2a77919667fc68c44ca | refs/heads/master | 2020-03-11T03:50:09.054922 | 2018-05-17T16:58:11 | 2018-05-17T16:58:11 | 129,760,143 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 515 | 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 henkilot;
/**
*
* @author vellu
*/
public class Henkilo {
private String nimi;
private String osoite;
public ... | [
"velimavu@metropolia.fi"
] | velimavu@metropolia.fi |
cdfdd3517787850da9c0b0cd4f287d54ab3f035f | be104b6bb2a78959549fb714d53383e579d901dc | /src/main/java/com/zabbix/zabbixapplication/Controller/WebController.java | cb12a7e85d1f32e2fbb6028d1d2b1deccb04d449 | [] | no_license | KopLLIun/ZabbixApplication | 5d56f8bb569a41cfff7d9027d270f06dfd37a5bc | 30d2b75568e668e923a03f71f08465ec40497ae9 | refs/heads/master | 2021-05-01T18:52:06.668658 | 2018-07-04T14:18:59 | 2018-07-04T14:18:59 | 121,010,220 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,573 | java | package com.zabbix.zabbixapplication.Controller;
import com.zabbix.zabbixapplication.Service.HistoryService;
import com.zabbix.zabbixapplication.Service.HostService;
import com.zabbix.zabbixapplication.Service.ItemService;
import com.zabbix.zabbixapplication.Service.RequestService;
import org.springframework.beans.fac... | [
"nikita.radevich@mail.ru"
] | nikita.radevich@mail.ru |
fa44f745bf30ef058c6cb358d838da70ce3af4c2 | 50c9ba80746edf6ba4935f3678c8c276e4e81e5d | /project-controller/src/main/java/com/ij34/Application.java | e81fe3b26dced072d7e04ea512f9c3534c816e9f | [] | no_license | sunday123/shiro-test | a94bd3f96acf3d344366a39ae21c80c64c04cee2 | 8abf6d4a01b631e49ce8aeff9dff7f7c9e1c3161 | refs/heads/master | 2023-07-17T09:40:51.905528 | 2021-08-17T12:30:30 | 2021-08-17T12:30:30 | 396,382,717 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 398 | java | package com.ij34;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
@MapperScan(basePackages = "com.ij34.*.mapper")
public class Application {
public static void main(Stri... | [
"695200158@qq.com"
] | 695200158@qq.com |
716319f6633b3354a1d72344cd6a2b90560bd68b | 4f773252d3bd4de4ddcdb74f7f9bf7c1bdd47aa7 | /Forge/Base/src/main/java/br/com/gamemods/minecity/forge/base/MineCityForge.java | 5c1d6a5081bb0c23670a3825e64b6a92d106a133 | [] | no_license | Plugner/MineCity | c02c19ef8cd033aa25e89783ed465b03829136e9 | e0512b4cdfa82875a1a4012d681f0777afb8f5c6 | refs/heads/master | 2021-09-24T12:27:41.952641 | 2021-09-14T16:36:11 | 2021-09-14T16:36:11 | 302,193,934 | 1 | 0 | null | 2021-09-14T16:36:12 | 2020-10-08T00:33:03 | null | UTF-8 | Java | false | false | 26,623 | java | package br.com.gamemods.minecity.forge.base;
import br.com.gamemods.minecity.MineCity;
import br.com.gamemods.minecity.MineCityConfig;
import br.com.gamemods.minecity.api.PlayerID;
import br.com.gamemods.minecity.api.Server;
import br.com.gamemods.minecity.api.command.CommandSender;
import br.com.gamemods.minecity.api... | [
"jose.rob.jr@gmail.com"
] | jose.rob.jr@gmail.com |
b2a5f61929784eee0361868c4cf3d9f26983fbae | 3e2aaa518f8630f409cb54c4ad9ebaa2e50772a8 | /src/io/github/coalangsoft/intern/fxparts/StreamCopyService.java | d159d4140630eb8a1897787afeff97366e1c43ef | [
"MIT"
] | permissive | coalang-soft/FXParts | a9cc5f56c4701ce6ecea9cbf8b3681093fb2b60a | 9a4e4384a184f7d3797ae956918ad0145674287b | refs/heads/master | 2020-12-30T15:54:53.415708 | 2017-11-23T15:04:45 | 2017-11-23T15:04:45 | 91,186,987 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,351 | java | package io.github.coalangsoft.intern.fxparts;
import javafx.concurrent.ScheduledService;
import javafx.concurrent.Task;
import javafx.concurrent.WorkerStateEvent;
import javafx.event.EventHandler;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
/**
* Created by Matthias on 09.06... | [
"oplpublishergerman@gmail.com"
] | oplpublishergerman@gmail.com |
eb8cc649c108ed52b78188dfd05b2762050b047c | 5981208b98f1f9d13bf02684ac22b735c9482d30 | /src/main/java/edu/esprit/services/gestion/eDinarCard/GestionEDinarCard.java | 731f0863b8b7150b903973dca9d744723b3847b2 | [] | no_license | chaimabrini/EGovement | d736a0cfe492a215a4a1e3ab32b15a9df7c201c7 | 13fe6f201553cf85e4f8b5e6f6f148025305a7f0 | refs/heads/master | 2021-01-10T13:34:08.240185 | 2016-02-16T15:03:46 | 2016-02-16T15:03:46 | 51,199,662 | 0 | 4 | null | 2016-02-16T14:57:38 | 2016-02-06T11:16:25 | Java | UTF-8 | Java | false | false | 1,945 | java | package edu.esprit.services.gestion.eDinarCard;
import java.util.List;
import javax.ejb.Stateless;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import javax.persistence.Query;
import edu.esprit.domain.Categorie;
import edu.esprit.domain.EDinarCard;
@Stateless
pub... | [
"shayma.brini@gmail.com"
] | shayma.brini@gmail.com |
91135829af5188b8e0079a416d37a8db203d4189 | bb24f13836c2464c37ffc4f8936926cee70f8bf8 | /model/src/main/java/kan10/dao/AdjacentStoreRepository.java | a5f50297056fa7cff0aa87deb94766e02ae821c7 | [] | no_license | IliesFaddaoui/projet-synthese-ing2 | d42a15aa3e35bd846ce0859858d5c3f38dc741fb | 54db51637a6732a0ee27d51e5fb8ea73aa06876f | refs/heads/master | 2022-09-17T10:02:02.637694 | 2020-03-07T14:51:13 | 2020-03-07T14:51:13 | 245,650,681 | 0 | 0 | null | 2022-02-16T01:05:55 | 2020-03-07T14:48:14 | CSS | UTF-8 | Java | false | false | 570 | java | package kan10.dao;
import kan10.entities.AdjacentStore;
import org.springframework.data.jpa.datatables.qrepository.QDataTablesRepository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.querydsl.QuerydslPredicateExecutor;
import org.springframework.stereotype.Component;
im... | [
"ilies.faddaoui@gmail.com"
] | ilies.faddaoui@gmail.com |
ebead25d7bc61fb79dadd1dd310db72b19c19e51 | a03bca68256254e56fcc1df3dd9ff5f3663e560f | /src/main/java/com/xjh/o2o/service/impl/ShopCategoryServiceImpl.java | 321ddeddf5fa965ff516326c8191f28b424b9b00 | [] | no_license | vegetable2020/o2o | 754507357f2093ade99e76ae7416a67a38c18068 | d225681147c9f17efa2c02f0972c8d82d92d242f | refs/heads/master | 2022-12-26T11:57:15.109265 | 2020-03-24T03:14:24 | 2020-03-24T03:14:24 | 242,947,754 | 0 | 0 | null | 2022-12-16T11:36:26 | 2020-02-25T08:25:49 | Java | UTF-8 | Java | false | false | 603 | java | package com.xjh.o2o.service.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.xjh.o2o.dao.ShopCategoryDao;
import com.xjh.o2o.entity.ShopCategory;
import com.xjh.o2o.service.ShopCategoryService;
@Service
public class... | [
"1098772203@qq.com"
] | 1098772203@qq.com |
2fece3cee6be323a0a526712a22bb2dc2b259141 | b0becbfbdf003484753e192dd791d6fac09ab1c0 | /src/main/java/com/test/servlet/Servlet3.java | 1a3c666a0b2045cbe8e2559e14c2d8b684f9cd27 | [] | no_license | jiangbaojun/servletTest | 546bb97132c7d5859b67192f18386af983fef077 | cdce544545c452d587b4cabdfbabbaee0251a58b | refs/heads/master | 2022-06-13T14:37:09.013435 | 2020-05-05T08:52:28 | 2020-05-05T08:52:28 | 261,404,792 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 642 | java | package com.test.servlet;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
@WebServlet(urlPatterns = {"/s3"}, name = "servle... | [
"jiangbaojun1001@163.com"
] | jiangbaojun1001@163.com |
0580b19d96a1adee14fe047712fae8e575a604d6 | 2c45e8e658e5e3c6f7e7d393717ac8b2ca891e96 | /src/main/java/com/doughuang168/video/controller/LoginController.java | fedf93e1bd1e9ebadd44e4912afa46cc1aca47dc | [] | no_license | doughuang168/video-upload-service-aws | 2499c3868d914f9b31370cb48d8550020f7451cd | 29e66906f58213ab1bcd6acdca2529791c3e5b37 | refs/heads/master | 2021-01-23T03:34:32.545245 | 2017-03-24T19:57:08 | 2017-03-24T19:57:08 | 86,097,768 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 824 | java | package com.doughuang168.video.controller;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotati... | [
"doug.huang@hotmail.com"
] | doug.huang@hotmail.com |
18b95c669f9c3963411041ae998e763ce4a98a63 | 2f3569615e5e9953bd856fe4b7b5ec91870fe3fc | /src/main/java/com/pega/gcs/logviewer/systemstate/model/SystemState.java | 48b2782a6be09f4c640fef46086ec42e5737a6e8 | [
"Apache-2.0"
] | permissive | pegasystems/pega-logviewer | d3c69023c587fcf569a62458a32dbf2dc2f757c0 | 4fec291a729be0d9e11703ee47921d8d57170c96 | refs/heads/master | 2023-08-22T16:01:25.599825 | 2023-08-20T07:47:45 | 2023-08-20T07:47:45 | 69,696,379 | 29 | 9 | Apache-2.0 | 2023-08-13T08:59:33 | 2016-09-30T19:37:50 | Java | UTF-8 | Java | false | false | 8,994 | java |
package com.pega.gcs.logviewer.systemstate.model;
import java.text.MessageFormat;
import java.util.Collection;
import java.util.Collections;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.TreeMap;
import java.util.TreeSet;
import java.util.concurrent.atomic.AtomicInteger;
import ... | [
"vargm@users.noreply.github.com"
] | vargm@users.noreply.github.com |
dbc9f7961a98b1b0f1a44d627bfbc345c480d2db | 3bc15fa92f9a7336e855a32f8b16173dd916713c | /mobile-api/src/main/java/com/shangpin/wireless/api/service/impl/FeedbackServiceImpl.java | 34c7146e0c277e5a78201a81971f5b3fac922d5a | [] | no_license | cenbow/2016_sp_mobile | 36018bea8154b9deaf9d15dbf1b4e2ec90eb1191 | 5edb6203a5cf4352db7c051f3fd1ef12ccada32c | refs/heads/master | 2020-04-06T04:44:14.075549 | 2016-06-15T05:19:25 | 2016-06-15T05:19:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 735 | java | package com.shangpin.wireless.api.service.impl;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import com.shangpin.wireless.api.dao.FeedbackDao;
import com.shangpin.wireless.api.domain.Feedback;
import com.shangpin.wireless.api.service.FeedbackService;
@Service(FeedbackService.SERV... | [
"fengwenyu@shangpin.com"
] | fengwenyu@shangpin.com |
6a9db2b16d030448ea5b3fdc14111649d87d598f | 313fde4adb3d77bb35c873bbfeecb3dce39a553b | /app/src/main/java/com/qgyyzs/globalcosmetics/nim/main/viewholder/CustomNotificationViewHolder.java | 18cd502435c632eead67698d2e81de315a640828 | [] | no_license | wangbo666/hzp | b41d37b63a90b7f83bb560b42dea8506619ce44a | ce75f47e36946c57d0ffd0a884f834e62be8bc15 | refs/heads/master | 2021-03-12T04:53:19.598350 | 2020-03-13T08:16:49 | 2020-03-13T08:16:49 | 246,590,994 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,207 | java | package com.qgyyzs.globalcosmetics.nim.main.viewholder;
import android.view.View;
import android.widget.TextView;
import com.alibaba.fastjson.JSONObject;
import com.netease.nimlib.sdk.msg.constant.SessionTypeEnum;
import com.netease.nimlib.sdk.msg.model.CustomNotification;
import com.qgyyzs.globalcosmetics.R;
import ... | [
"1052291325@qq.com"
] | 1052291325@qq.com |
e160f4efe6abe75e381d013e47a8fea72c7ac1f6 | 569b1c4a1cb4a7acfd0109ecd8e481ce5f77b9f5 | /ssj-user-service/src/main/java/com/ssj/user/common/CommonConst.java | a3e22e8b086945801fc30a2cc32943db79a634f9 | [] | no_license | yfu1036/ssj-user | ec7bc54425b5d7e0b537781eb668d2da1ea4cf6d | 641c42eaf9210b1a5ff0f2a4f3da1c278a570d3a | refs/heads/master | 2022-06-26T18:30:54.155729 | 2020-11-28T09:15:09 | 2020-11-28T09:15:09 | 189,176,863 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 306 | java | package com.ssj.user.common;
public interface CommonConst {
//interface field默认public static final
/**
* token过期时间:1天
*/
int TOKEN_EXPIRE_TIME = 1*24*60*60;
/**
* 请求头登录校验token
*/
String TOKEN = "token";
/**
* 开关打开
*/
String SWITCH_ON = "1";
}
| [
"302527811@qq.com"
] | 302527811@qq.com |
9e56df94a3f9c9835b9e344b5c66647833136209 | 17bc8e62a697499f6ab983c99fc08daefacc6d04 | /eclipse-workspace/AS_Selenium/src/test/java/selenium_practice/basicAnnotations.java | 8ed6bdbf3c3e50d072fa0fab20cbee3ed8752b5e | [] | no_license | Pramod2304/Demo3242 | adf95b2b2c6531dcb2816c6704c707d89bb99248 | 84c4ccce6e8b97727222ad50158c09487a183362 | refs/heads/master | 2020-06-23T10:53:57.837043 | 2019-07-24T09:31:38 | 2019-07-24T09:31:38 | 198,601,685 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 502 | java | package selenium_practice;
import org.testng.annotations.Test;
public class basicAnnotations {
@Test(priority=0)
public void testcase() {
System.out.println("testcase=1");
}
@Test(priority=1)
public void alphaTest1() {
System.out.println("testcase=2");
int i=betaT... | [
"goyalneha6895@gmail.com"
] | goyalneha6895@gmail.com |
2296be15144650d1ca56cb7780186455cd32ddcf | 87ffded6bb1bbe81fccefe7939ee5a7012faeccd | /JasperReportsSamples/src/net/sf/jasperreports/samples/crosstabs/CrosstabApp.java | a15d7e4ee581992783274ef5634ff4af6234afd9 | [] | no_license | dthibau/jasper-solutions | b43d794586dcead9f2cb4b6d3d4d3a90873f899e | 4ad865f67e484b515dc93a59c1607342af74dcbc | refs/heads/master | 2023-01-29T08:35:42.063057 | 2020-12-11T15:58:14 | 2020-12-11T15:58:14 | 275,755,541 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,829 | java | package net.sf.jasperreports.samples.crosstabs;
/*
* JasperReports - Free Java Reporting Library.
* Copyright (C) 2001 - 2014 TIBCO Software Inc. All rights reserved.
* http://www.jaspersoft.com
*
* Unless you have purchased a commercial license agreement from Jaspersoft,
* the following license terms apply:
*
... | [
"david.thibau@gmail.com"
] | david.thibau@gmail.com |
2c2d75bace80ad54d485a27e0db458f61aa4643a | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Chart/5/org/jfree/data/time/TimeTableXYDataset_getEndX_405.java | 6a241df36b65aec099310e6f95d6871170aa3c8f | [] | no_license | hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618255 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | null | UTF-8 | Java | false | false | 1,076 | java |
org jfree data time
dataset regular time period
link tabl dataset tablexydataset note link tabl dataset tablexydataset
requir seri share set valu
ad item code code seri seri
automat item code code item
org jfree data tabl dataset tablexydataset
ti... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
e17f59778ce646ae175a549c1e14b209f46fd338 | 80a158e4800ad80937dba97449f02e21d228cb22 | /src/ap06_01/Tee.java | bef81da476cc095ec2271d2918c3eea495ec3c10 | [] | no_license | sizuma/AP | cecd43f548a681b3cb8c2b4bc0e6dbd5dfc45dd1 | d25b917e646d883dfe04ddad68acb6eb3b924499 | refs/heads/master | 2021-01-19T04:38:52.866915 | 2017-06-30T01:54:55 | 2017-06-30T01:54:55 | 87,383,501 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 562 | java | package ap06_01;
import java.io.*;
public class Tee {
void run(String outputFileName) throws IOException{
BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));
PrintWriter writer = new PrintWriter(new FileOutputStream(outputFileName),true);
reader.lines().forEach(s... | [
"share@sizuma.xyz"
] | share@sizuma.xyz |
5609e737d6475b1e6c5b019aa7219c1256a959bf | 9cb83f3b3c05ab29454812fabdda2c26a0e39754 | /Leetcode-2/94-二叉树/95-二叉搜索树/108-有序数组变成二叉搜索树/Solution.java | 402c4421eb413993169955d824be8cd29a0b59d0 | [] | no_license | heathjay/niuke | 0da093bd6b1bd3099955d5ffac3f749e85ccf29a | ad3e82ddf9aac2e718d77571f2191815ce1bd44d | refs/heads/master | 2023-08-21T00:18:29.116733 | 2021-10-20T08:48:36 | 2021-10-20T08:48:36 | 306,721,910 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 800 | java | /**
* Definition for a binary tree node.
* public class TreeNode {
* int val;
* TreeNode left;
* TreeNode right;
* TreeNode() {}
* TreeNode(int val) { this.val = val; }
* TreeNode(int val, TreeNode left, TreeNode right) {
* this.val = val;
* this.left = left;
* ... | [
"jpmzy@163.com"
] | jpmzy@163.com |
071deff2903c3db7c421174979bab04257384a02 | 3ea94b1cfc6c142b1f90c8c7bd3680931bf04161 | /practica2/test/ForumSystem/PostContent/PlainTextTest.java | 6430f43a3a494db71d5b5c0b17bc3f54b2cfe650 | [] | no_license | kikmar/P2-Grupo11 | 045205f66e52d3df20ac70e4d525a29e437c6768 | 35fe6429eee73d56eb8dd81d3ae55ec7643b6026 | refs/heads/master | 2021-05-24T12:42:41.896374 | 2020-05-15T17:48:38 | 2020-05-15T17:48:38 | 253,567,088 | 1 | 0 | null | 2020-04-07T12:51:14 | 2020-04-06T17:19:28 | Java | UTF-8 | Java | false | false | 857 | 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 ForumSystem.PostContent;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.Before... | [
"sr.crnt@hotmail.com"
] | sr.crnt@hotmail.com |
fd196515cf3bb2d2163c0bc6363512d34f8d7c5e | 8716a977b32728218340e7e79e26993ecaa2a4e7 | /apps/library-reservation/src/main/java/com/longmaple/microservices/data/Reservation.java | 2bd019a2bc427ab9ccdf3f65f54c0dbf0f929836 | [] | no_license | huajwang/ttmall | b27872b350edfc18709fcf21440912ca4e962a38 | 66ef642477404f346a47ca5245c925b1223cb13c | refs/heads/master | 2020-03-18T22:51:28.334834 | 2018-06-03T22:51:32 | 2018-06-03T22:51:32 | 135,369,517 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 741 | java | package com.longmaple.microservices.data;
import java.util.Date;
public class Reservation {
private int reservationId;
private String username;
private int bookId;
private Date date;
public int getReservationId() {
return reservationId;
}
public void setReservationId(int reservationId... | [
"huajian.wang@nuance.com"
] | huajian.wang@nuance.com |
b62d761f81e9a770ea5142653efedba1879a15de | 4f08bcb953fd6a6dea9166c1ce22e5755222c4c1 | /src/main/java/com/ele/pojo/MenuTypeReal.java | 34fb85d07edd3cb7f4267eec504657bbce83e71a | [] | no_license | Fish-Fan/ele-spring | 0ecceff712c37599b3da48adc04c5a9e69cbaea9 | 93be5fc079619c6ad1e6bf8178ade84d96d7f048 | refs/heads/master | 2020-12-03T02:00:43.959439 | 2017-07-21T01:55:20 | 2017-07-21T01:55:20 | 95,892,741 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 838 | java | package com.ele.pojo;
/**
* Created by yanfeng-mac on 2017/7/13.
*/
public class MenuTypeReal {
private Integer id;
private Integer shopId;
private Integer menuTypeId;
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public Integ... | [
"fanyank@126.com"
] | fanyank@126.com |
af54ec873d6b241aa6bef2d3a9697d00804c284e | 7ea41967921117f631f8003e325aa276deee5729 | /HackerRankProblems/src/simple/MinMaxSum.java | 239ed1bac6c7f0ef651f444ee60f64fb4b401ad0 | [] | no_license | sourabhpowar17/HackerRank | 9e7d66badc7508627b21955c43a9c8b7f959f423 | 235a5f738e0caeca02d5fcf434bf7c94c9a9d8fe | refs/heads/master | 2020-03-07T01:29:42.993922 | 2018-03-29T20:37:13 | 2018-03-29T20:37:13 | 127,185,128 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 889 | java | package simple;
import java.util.Scanner;
public class MinMaxSum {
static void miniMaxSum(int[] arr) {
// Complete this function
int big=arr[0],small=arr[0];
Long sum=0L;
for(int i=0;i<arr.length;i++)
{
if(arr[i]>big)
big=arr[i];
... | [
"31492931+sourabhpowar17@users.noreply.github.com"
] | 31492931+sourabhpowar17@users.noreply.github.com |
61c47192fec6370438124e0a3cc3f122cfae4f46 | 6275f55dcb3e2e8739160bc2bb72c44d18045f2e | /services/wfm/src/main/java/org/openkilda/wfm/WatchDog.java | 0346aa71f2523a46e9af08ddd2e7463cfe5ecafc | [
"Apache-2.0"
] | permissive | nikitamarchenko/open-kilda | bbf3f21ae39ac68c6596bc8906fce60caa64f407 | 4eb61169126d5a346086dc019ab60b672eea5d77 | refs/heads/master | 2018-11-11T11:27:03.101085 | 2018-04-06T14:56:30 | 2018-04-06T14:57:04 | 106,708,130 | 0 | 1 | Apache-2.0 | 2018-08-22T12:44:57 | 2017-10-12T15:04:45 | Java | UTF-8 | Java | false | false | 1,133 | java | package org.openkilda.wfm;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class WatchDog {
private static final Logger logger = LoggerFactory.getLogger(WatchDog.class);
private final long safePeriod;
private long lastReset;
private boolean available = true;
public WatchDog(float... | [
"dbogun@mirantis.com"
] | dbogun@mirantis.com |
c9549ab52593da9c1809b6edb8065744953bb767 | b9c510061ebb6b99498d4dcb87926e218bd8cf45 | /app/src/main/java/com/example/calculator/ui/MainActivity.java | 568c8bca984b1e5451126810df5dc9f40c2037bb | [] | no_license | Hilal-Anwar/Android_Calculator | 68c043e242e887bee5482a90cf8282a9ed473f38 | e89c3d86052f1e18b15a56ef2fdc8adb79b08652 | refs/heads/master | 2022-12-19T09:09:52.270608 | 2020-09-26T05:33:22 | 2020-09-26T05:33:22 | 298,502,401 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,453 | java | package com.example.calculator.ui;
import android.os.Bundle;
import android.view.Menu;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
import androidx.drawerlayout.widget.DrawerLayout;
import androidx.navigation.NavController;
import androidx.navigation.Navigation;
import an... | [
"hilal123anwar@gmail.com"
] | hilal123anwar@gmail.com |
dd6b4b80bc92de66c9f6e866f1ebd402e063a3d2 | 81480f1ff5a5d94b5dc38a0a0f8fcf724f556c73 | /shopping-parent/shopping-dao/src/main/java/com/palmble/sp/manger/dao/UserPermissionMapper.java | 3678a274802e54c4e47e26c96dc8b1cdadfd93ab | [] | no_license | 15638836857/shoppingManager | 6c3cf8571d20eb921110747a2c29a4d5fee8f278 | 0be206eb6a9815e0cf5440ec1ba0ad79efd9d840 | refs/heads/master | 2020-03-26T05:04:39.945070 | 2018-08-20T02:21:15 | 2018-08-20T02:21:15 | 144,537,191 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 681 | java | package com.palmble.sp.manger.dao;
import java.util.List;
import java.util.Map;
import org.apache.ibatis.annotations.Mapper;
import com.palmble.sp.manger.model.UserPermission;
@Mapper
public interface UserPermissionMapper{
int deleteByPrimaryKey(Integer id);
int insert(UserPermission record);
int inse... | [
"15638836857@163.com"
] | 15638836857@163.com |
97f12fd191666491a8e938ce9207bea9a306d9b9 | 26f2f2ac0ccebf4543b6b864459c540738604ef1 | /src/main/java/com/student/report/util/PageUtil.java | 9ba19ac7a799de648600b0fb90e1f063cb5dc2d1 | [] | no_license | zhoubowen/student-report | 15b306ba0e0125263424aad511003e5dfbb9913b | 4fe413ac622538216e5ef896baf6a12d01775cc8 | refs/heads/master | 2020-03-10T08:02:32.929180 | 2018-05-14T16:57:10 | 2018-05-14T16:57:10 | 129,276,373 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,447 | java | package com.student.report.util;
import java.io.Serializable;
/**
* 分页对象
*/
public class PageUtil implements Serializable {
private Integer page = 1; // 当前页
private Integer size = 10; // 页面大小
private Integer recordCount;// 总记录数
private Integer pageCount;// 总页数
/**
*
*/
public PageUtil() {
super();
... | [
"bowen@mamahao.com"
] | bowen@mamahao.com |
b0921ff867f9b413e2748df0218596b861c197c3 | 22205af0f979339087b78e35cc736e184957d964 | /CommandBotTest/src/main/java/frc/robot/subsystems/Electrical.java | b8c5df664262168785215ae20b8f35059cdd2d88 | [] | no_license | GCSRobotics/2019-DeepSpace | 2fca201c83755c778758a9e04e2f4f0292be2e63 | 0c1a6d67ec125b83f951dc105b15fd8cd8115be9 | refs/heads/master | 2022-03-24T15:57:09.497096 | 2019-12-24T18:08:32 | 2019-12-24T18:08:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,375 | java | /*----------------------------------------------------------------------------*/
/* Copyright (c) 2018 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of... | [
"karl_fleischmann@yahoo.com"
] | karl_fleischmann@yahoo.com |
0191e26521fc7a17d0fc028e381b3972ea6c1b94 | 23dc05887e5da9a51153a44fe5161549469db61d | /app/src/main/java/com/example/thgame/weight/imageEditTextView.java | 5deff17d61b2dc0b0347b30db26bb57cf8067a5e | [
"Apache-2.0"
] | permissive | james345221/THGame | 07102a414e731ec1fc5a242a99d021446c555a99 | d9de65f3393b54477e5e8ce7a26eb187e3a1d25e | refs/heads/master | 2021-09-02T09:17:43.656675 | 2018-01-01T10:45:26 | 2018-01-01T10:45:26 | 115,911,482 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 117 | java | package com.example.thgame.weight;
/**
* Created by asus-pc on 2017/12/30.
*/
public class imageEditTextView {
}
| [
"408758348@qq.com"
] | 408758348@qq.com |
ced69fb8cc383397c478bbc2fa225d545d7e9052 | 684092ddea8fa0f46e2adf4a2c1bd7d2fad386d7 | /bean/src/main/java/com/tqmall/athena/bean/webParam/carMaintain/CarMaintainPO.java | 6997f174fb68290540dd14b10ac1bfa4dfc7a773 | [] | no_license | xie-summer/athena-1 | 1b90ff3d41feef88f3f0c0009c742e71994dde4b | 3c1e8244142a69f7b4a127ca936d8b68425f586e | refs/heads/master | 2021-06-16T04:20:20.861534 | 2017-05-11T07:57:18 | 2017-05-11T07:57:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 218 | java | package com.tqmall.athena.bean.webParam.carMaintain;
import lombok.Data;
/**
* Created by huangzhangting on 15/11/7.
*/
@Data
public class CarMaintainPO {
private Integer yearId;
private Integer mileage;
}
| [
"zhangting.huang@tqmall.com"
] | zhangting.huang@tqmall.com |
92023ffd6f61226346d758b057fafb99f56a4e01 | f38a597998edfde1790e5ecea14f7d16f4575126 | /Atividade_13/src/sortings/QuickSort.java | 253142d9963875dde6c93408cdfa74fc8f47bcc4 | [] | no_license | WesleyAnibal/algoritmos | cd8e3c115d33f66b5c1a3ad50a062aef98942cc6 | 7798c872b590d939bbddc02973493771a8281dc0 | refs/heads/master | 2020-07-04T09:19:28.600065 | 2016-11-23T15:09:18 | 2016-11-23T15:09:18 | 74,075,905 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 843 | java | package sortings;
import java.util.Arrays;
public class QuickSort implements Sorting {
public void sort(int[] elements) {
ordenacao(elements, 0, elements.length-1);
}
public void ordenacao(int[] v, int ini, int fim) {
if(ini < fim){
int k = particiona(v, ini, fim);
ordenacao(v, ini, k-1);
orden... | [
"wesley.anibal@ccc.ufcg.edu.br"
] | wesley.anibal@ccc.ufcg.edu.br |
e3ee5e1875e6eaf1b2debd549fb08e5d7f47dbeb | 06b5b88d469ddd1542ca133bd47396bb06f9ef3a | /src/main/java/ru/bellintegrator/practice/office/service/OfficeService.java | e359c95fb92fbdb6dec01dc29068e32217b43a37 | [] | no_license | AinurAglyamov/bell_courses_practice | 52e35c64c7853e61b67f34d48005f2661aee1a2d | 70bba56b75e41370c4614a5a3d702a3991df5cdd | refs/heads/master | 2021-04-27T19:27:54.763111 | 2018-04-05T19:10:51 | 2018-04-05T19:10:51 | 122,357,196 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 929 | java | package ru.bellintegrator.practice.office.service;
import ru.bellintegrator.practice.office.view.OfficeFilter;
import ru.bellintegrator.practice.office.view.OfficeToSave;
import ru.bellintegrator.practice.office.view.OfficeView;
import java.util.List;
public interface OfficeService {
/**
*
* get Offic... | [
"aglyamovainur@gmail,com"
] | aglyamovainur@gmail,com |
8662d8ca82b45da026bc186f5a338ffecbb1a6bd | 99a11820321f8251e8f8fb1d061a5fad2fc58dcf | /src/main/java/com/apitelevisivo/model/dto/in/EpisodioIn.java | 357a034b3a177a4f0c135fd51c974db6ca767251 | [] | no_license | zecardoso/API-Televisivo | d6450159b18bf759690121d2a5ae0cc3f359988f | be721ebc8b5161cfe6dc919999bd79dce0a083e1 | refs/heads/master | 2022-12-19T02:56:12.042803 | 2020-09-28T12:47:07 | 2020-09-28T12:47:07 | 272,597,967 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 393 | java | package com.apitelevisivo.model.dto.in;
import com.apitelevisivo.model.Temporada;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class EpisodioIn {
private Long id;
private int numero;
private String nome;
private String enredo;
private Float avaliacao;
private int du... | [
"zehcardoso@outlook.com"
] | zehcardoso@outlook.com |
3aade14ad9044f2dfb443d62802262338459ad6e | e61ec15b8941f1099fb39720c9e4be3c4bfa421b | /control-domain/src/main/java/com/company/core/entity/UcAgentLevelDo.java | c76c7bed6e71827bed212af1f4f2b6d9df992e52 | [] | no_license | LuKun85/ubs_mag | e45211ec3ec41a13e71d1dd8440269a14d08ac23 | d8b4f1dcaaf1cc470ddb9670ea281b2e312f120d | refs/heads/master | 2021-08-26T09:44:54.740370 | 2017-11-23T03:18:55 | 2017-11-23T03:18:55 | 111,755,139 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,969 | java | package com.company.core.entity;
public class UcAgentLevelDo {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column UC_AGENT_LEVEL.AGENT_ID
*
* @mbggenerated
*/
private String agentId;
/**
* This field was generated by MyBatis G... | [
"Wbeijingaoyun@163.com"
] | Wbeijingaoyun@163.com |
6efaea195af5311d2c4e8e13260300856dcbfed3 | 444f19540a79f3c46e73bd69ae46199a50fee7c9 | /src/FileEpub.java | 849ad68fe658f7ef1f234e540b451adf6ae0f7ca | [] | no_license | gobuzov/agoread | 334bcec23b182f22a10bffdf45fc4c925d7206d0 | 1052aab7854412baf1274bf464a7b7e506b204d8 | refs/heads/master | 2021-01-01T04:58:07.389447 | 2016-05-04T10:00:24 | 2016-05-04T10:00:24 | 58,041,770 | 0 | 0 | null | null | null | null | WINDOWS-1251 | Java | false | false | 4,419 | java | import net.sf.jazzlib.*;
import java.io.*;
import java.util.*;
/**
* Created with IntelliJ IDEA.
* User: Ago
* Date: 07.01.15
* Time: 22:17
* To change this template use File | Settings | File Templates.
*/
public class FileEpub {
public final static Integer PATH = new Integer(0);
public final static Int... | [
"gobuzov@mail.ru"
] | gobuzov@mail.ru |
4524906a2417fa5582d8b53e2ac18d55e4c96e4b | e89dc01c95b8b45404f971517c2789fd21657749 | /src/main/java/com/alipay/api/response/KoubeiCateringPosPrintQueryResponse.java | 72c8b4cd4c56ab794cdc753966f623ab1e8063f6 | [
"Apache-2.0"
] | permissive | guoweiecust/alipay-sdk-java-all | 3370466eec70c5422c8916c62a99b1e8f37a3f46 | bb2b0dc8208a7a0ab8521a52f8a5e1fcef61aeb9 | refs/heads/master | 2023-05-05T07:06:47.823723 | 2021-05-25T15:26:21 | 2021-05-25T15:26:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 884 | java | package com.alipay.api.response;
import java.util.List;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.internal.mapping.ApiListField;
import com.alipay.api.domain.PrintModel;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: koubei.catering.pos.print.query response.
*
* ... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
5eba9a7e8665b79691c920d5fab150aae5261b19 | 74fd049dae9014a894b483cd6954f7a7b77b5226 | /src/main/java/edu/mum/bookstoreprojrct/simplebookstore/Impservice/BookServiceIm.java | 8bf44a73a1feeb4899cfb81dc82222afd76a0503 | [] | no_license | yaredgh/Restful-online-library | 693ca6c8640c9cbec823f612a79f392a146f7f9a | 685b370c174c75738c2eda0caa59b453b39c2bae | refs/heads/master | 2021-01-04T06:12:02.742784 | 2020-02-14T04:46:02 | 2020-02-14T04:46:02 | 240,425,115 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,105 | java | package edu.mum.bookstoreprojrct.simplebookstore.Impservice;
import edu.mum.bookstoreprojrct.simplebookstore.models.Book;
import edu.mum.bookstoreprojrct.simplebookstore.repo.BookRepo;
import edu.mum.bookstoreprojrct.simplebookstore.service.BookService;
import org.springframework.stereotype.Service;
import java.util.... | [
"46734446+Yaredg@users.noreply.github.com"
] | 46734446+Yaredg@users.noreply.github.com |
ef6213aa828aed53a0960d701737ccd093767e69 | 06acc6cd3a6fdbdb03731b0a26bf37de6f4fe4d2 | /health_web/src/main/java/com/itheima/health/controller/OrderSettingController.java | 3f2a450728e54912270f1928f5c8de13c70c49c0 | [] | no_license | liyun-c/sz106-01 | 91a56a34f6341d53c83615911745afa021dadec4 | d8a018fe6747d0c52794b1be8a03e25403e6a0e5 | refs/heads/master | 2023-02-21T13:49:15.233704 | 2021-01-09T13:07:36 | 2021-01-09T13:07:36 | 326,946,022 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,271 | java | package com.itheima.health.controller;
import com.alibaba.dubbo.config.annotation.Reference;
import com.itheima.health.constant.MyMessageConstant;
import com.itheima.health.entity.Result;
import com.itheima.health.pojo.OrderSetting;
import com.itheima.health.service.OrderSettingService;
import com.itheima.health.utils... | [
"384030402@qq.com"
] | 384030402@qq.com |
6f81b82f242feb3020d9ce36ffb67da2eb73bf6d | e6cbd0e9d20206c3c5db6e94437b60225e5bd2a8 | /original/intervalGui/GImusic.java | fb6559ca4cfef1e0e39a4f5785340c7282157e58 | [] | no_license | Auxnon/interval-five | 180364e6d26d3cf3cf70764d28d8486fbdf99764 | 4b1c2c41cb1aae0524b738a0e060296fdd15a3ad | refs/heads/master | 2023-06-06T04:02:46.898151 | 2021-06-28T05:41:43 | 2021-06-28T05:41:43 | 380,915,768 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,261 | java | package intervalGui;
import java.awt.Color;
import java.awt.Graphics2D;
import java.awt.image.BufferedImage;
import java.nio.ByteBuffer;
import org.lwjgl.input.Keyboard;
import org.lwjgl.opengl.GL11;
import interval.Message;
import interval.Tex;
public class GImusic extends GI {
final int DEGREE=10... | [
"auxnon@gmail.com"
] | auxnon@gmail.com |
fc7f61b21fac8ebe20dd239662443039bb5286d8 | 35ac865cfae4cdca20debdebcb2a4003f0cc77f8 | /library-online/src/test/java/com/project/libraryonline/LibraryOnlineApplicationTests.java | 4d93245807e44ae0c4d576c719babf4f8ea560c0 | [] | no_license | jacekskowalski/library-online | d7c7524ed8773ff3fb341b031bc76e6939719750 | e2f8151919b168e120434ccbb0ff021d58676946 | refs/heads/master | 2023-04-28T22:29:49.568998 | 2019-07-05T06:27:29 | 2019-07-05T06:27:29 | 194,391,550 | 0 | 0 | null | 2023-04-14T17:50:44 | 2019-06-29T10:09:24 | Java | UTF-8 | Java | false | false | 349 | java | package com.project.libraryonline;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class LibraryOnlineApplicationTests {
@Test
public... | [
"jsk_profil@hotmail.com"
] | jsk_profil@hotmail.com |
2fc2941aafa27a7ea2e629891d21203fda3bc08f | 543af6e4d276a50af866bd0cf3b4cefcef067328 | /app/src/test/java/com/example/ekipaapp/ExampleUnitTest.java | f7239f4e88050d07351e2970fe427b7f697a4334 | [] | no_license | aklemba/TravelOrganizer | 739008e9a537bf861a8b46ddb7d0c6304497ff6e | 46f2c4d4f80c83ac9a1215c5f3438bb7146cbabd | refs/heads/master | 2020-06-05T18:17:57.332963 | 2019-07-07T16:03:35 | 2019-07-07T16:03:35 | 192,419,042 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 381 | java | package com.example.ekipaapp;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void a... | [
"adam.klemba@tomtom.com"
] | adam.klemba@tomtom.com |
6e0fedfc7bead90dadab34b3d2aa773658152be0 | d713cd5cf0c8ee8e12672a26de3baddae493e78d | /src/test/java/ru/apr/service/ConsitorApplicationTests.java | 75a94b6fd936df73144d48d7a28f032646268653 | [] | no_license | AlexKex/consitor | 1b8ad126a00ad5037e1ff34b28aa2444f134305a | 2c40aab39a0ef3cfccb1507c9b230d4af65e8d80 | refs/heads/master | 2020-04-05T13:06:31.085209 | 2017-08-07T14:20:02 | 2017-08-07T14:20:02 | 95,094,114 | 0 | 0 | null | 2017-06-22T09:11:02 | 2017-06-22T08:43:45 | Shell | UTF-8 | Java | false | false | 973 | java | package ru.apr.service;
import org.json.JSONException;
import org.json.JSONObject;
import org.junit.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.Assert.*;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
impo... | [
"alejandro.pryakhin@gmail.com"
] | alejandro.pryakhin@gmail.com |
d972e2c8a1ad52756ca6231631a0b8cf525de5df | 9b8f336e09ae61589afedf0923c1e027b8ec81cc | /app/src/main/java/com/malmstein/yahnac/data/DataRepository.java | 42df3521983b2d97c2983092e8a86a2adbd4ba13 | [
"Apache-2.0"
] | permissive | myalban/yahnac | 0ad7be2a3040e058381ae61f422a8c6dd14103a1 | 264f3086a61b7ec024b620a187434b4ddacb3f58 | refs/heads/master | 2021-01-23T20:00:28.946575 | 2015-04-01T07:05:12 | 2015-04-01T07:05:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,303 | java | package com.malmstein.yahnac.data;
import android.content.ContentValues;
import com.malmstein.yahnac.model.StoriesJsoup;
import com.malmstein.yahnac.model.Story;
import com.malmstein.yahnac.updater.RefreshSharedPreferences;
import com.malmstein.yahnac.updater.RefreshTimestamp;
import java.util.List;
import java.util... | [
"malmstein@gmail.com"
] | malmstein@gmail.com |
0779d5a414e921ae149ba6cf7fc66c43ec14bab0 | 4e98616f6d018bd8a701ce393f09c6e3fa283408 | /src/main/java/com/qf/user/service/RentInfoService.java | e5c7c006d845f98a06efee65f0b12c1c91c1534a | [] | no_license | sea-zhy/rentHouse | 1ca95d0b21b11ca1ee115674f3fba5559230d2c4 | 2771a1deddc80e6a2697419e67c7c79acd61fdea | refs/heads/master | 2022-12-23T09:26:53.680151 | 2019-08-29T13:00:35 | 2019-08-29T13:00:35 | 202,702,109 | 0 | 0 | null | 2022-12-16T11:07:39 | 2019-08-16T09:45:14 | JavaScript | UTF-8 | Java | false | false | 346 | java | package com.qf.user.service;
import com.qf.user.pojo.RentInfo;
import com.qf.user.vo.RentInfoVO;
import com.qf.user.vo.SearchVO;
import java.util.List;
public interface RentInfoService {
public boolean qiuzu(RentInfo rentInfo);
//查询所有的求助信息initRenthouse
public List<RentInfoVO> initRenthouse(SearchVO searc... | [
"1020885667@qq.com"
] | 1020885667@qq.com |
88eb7a18ebc2501dd1a27e20af59997249e44469 | 911b66b1abc01358b3ce2cdf01fc6db49977b45b | /JenkinsTest/src/SimpleTest.java | e66d236814a940f852f525f203d4ac11bd2685d2 | [] | no_license | harr-b/CSE321HW2 | b1a1743028e2c26a5dabbfb39498a7c0607b7d4c | 6637d80e40bf4cb25469643ccac2bd1f0852f0be | refs/heads/master | 2021-01-25T12:48:27.298689 | 2018-03-02T00:17:27 | 2018-03-02T00:17:27 | 123,508,209 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 433 | java | import org.junit.Test;
import static org.junit.Assert.*;
public class SimpleTest {
@Test
public void testFindAverage() {
SimpleProgram simple = new SimpleProgram();
double[] testArray = new double[5];
testArray[0] = 1;
testArray[1] = 4;
testArray[2] = 3;
testArray[3] = 5;
testArray[4] = ... | [
"harr@usa.com"
] | harr@usa.com |
9c6881c770e0cc5c5d9698b0bfde47d1a30da1b3 | d14cca066573aab1e0f66f995d40ecff4080fea4 | /final_project/src/main/java/com/guem/go/eunbyul/SurveyController.java | b1ae9e4fc83f4265021f6e39fdf9f6cf72fd9087 | [] | no_license | rkdxhdvk/guemgo | 2e986fea8a369659b13f2240c95c7d800bbcb9f3 | 4ad8eeb562361476d099e9b14df9ee1a66118bb9 | refs/heads/master | 2020-04-02T09:59:05.179545 | 2018-11-26T03:10:26 | 2018-11-26T03:10:26 | 154,319,436 | 0 | 1 | null | null | null | null | UHC | Java | false | false | 1,854 | java | package com.guem.go.eunbyul;
import javax.servlet.http.HttpServletRequest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframe... | [
"JHTA@JHTA-PC"
] | JHTA@JHTA-PC |
6ec39dcac9dd66c3359631c07b5575592eddb511 | 7d3a50365eb2a82e16b6996c464adf74563fc177 | /agd/src/agd/evolution/RMLPControllerPlus.java | 5e1d375d06011b3ef60c8399e86d2df2035b8458 | [] | no_license | 2kah/automatic-game-design | 8affc6787b3aed2f96478d363e288880ae7c589a | 89a766599a4c4813ebb8c8ce6d7a5b12d68008f9 | refs/heads/master | 2020-04-25T18:10:34.994999 | 2013-05-14T13:28:07 | 2013-05-14T13:28:07 | 32,795,279 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,808 | java | package agd.evolution;
import agd.gridgame.Action;
import agd.gridgame.Constants;
import agd.gridgame.Controller;
import agd.gridgame.GameState;
/**
* Created by IntelliJ IDEA.
* User: Julian Togelius
* Date: Jul 16, 2008
* Time: 7:30:58 PM
*/
public class RMLPControllerPlus implements Evolvable, Controller, Con... | [
"adam.2kah@gmail.com@8169ca83-ae87-0d2c-e5b3-1d1f84eb771b"
] | adam.2kah@gmail.com@8169ca83-ae87-0d2c-e5b3-1d1f84eb771b |
de073b0175bd8aeb077f345651f9f78734997bb2 | 1d8313b618e9c39ac04c0163c3ae4b52e024d075 | /app/src/main/java/com/bhacaz/schoolscoreapp/CoursAdapter.java | f85d4b765808e68f682e91e8c2780ddba89a2642 | [] | no_license | Bhacaz/SchoolScoreApp | e6bc27b6a4b700630d0e822f89a99a32e545691a | 34a8f0c201a99c3da03df0ade9a9aa341cc0dd58 | refs/heads/master | 2021-01-13T00:59:01.460950 | 2016-02-23T17:24:56 | 2016-02-23T17:24:56 | 52,377,180 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,091 | java | package com.bhacaz.schoolscoreapp;
import android.content.Context;
import android.graphics.Color;
import android.support.v7.widget.CardView;
import android.support.v7.widget.RecyclerView;
import android.util.SparseBooleanArray;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup... | [
"bhacaz@gmail.com"
] | bhacaz@gmail.com |
aac1cdf4657ab44f41566697e9aa4bdc80522d74 | f7fbc015359f7e2a7bae421918636b608ea4cef6 | /base/tags/2.0.0-rc9/src/org/hsqldb/rowio/RowInputBinary.java | 1340f507dc8ea70871c75231048da7d516fc75fc | [] | no_license | svn2github/hsqldb | cdb363112cbdb9924c816811577586f0bf8aba90 | 52c703b4d54483899d834b1c23c1de7173558458 | refs/heads/master | 2023-09-03T10:33:34.963710 | 2019-01-18T23:07:40 | 2019-01-18T23:07:40 | 155,365,089 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,818 | java | /* Copyright (c) 2001-2010, The HSQL Development Group
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice, this
* list... | [
"unsaved@7c7dc5f5-a22d-0410-a3af-b41755a11667"
] | unsaved@7c7dc5f5-a22d-0410-a3af-b41755a11667 |
552e2d2a9ce4b13799ab304234dcbb18987ed178 | bbb0273e8d3a7c80cafdca409975de41d0f8da7c | /src/loaders/ClientPool.java | 4d8a952005f78d764e7ba00b5582c30b4f1a2a61 | [] | no_license | engate/RuNext | 85a51b791b2d3e445c36d3529efb5fe81609cba2 | e97c2fae4431dba28f0f033ceb9e1ecffed39cc6 | refs/heads/master | 2020-04-22T23:43:48.856088 | 2015-02-26T22:05:31 | 2015-02-26T22:05:31 | 31,391,305 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 921 | java | package loaders;
import bottutorial.Client;
import java.awt.Canvas;
import java.util.HashMap;
/**
* @author Brandon
*/
public class ClientPool {
private static ClientPool instance = new ClientPool();
private static HashMap<Integer, Client> clients = new HashMap<>();
private ClientPool() {
}
p... | [
"lenrich49@gmail.com"
] | lenrich49@gmail.com |
1718db0aae533132c9ead708ad320d26ad704834 | 88223fbe6640595d649a064bc9790c1d5d1bad16 | /layout/src/com/tanxulong/androidlayout/MainActivity.java | a16f8b7e7162d6f0220152130931e07651ce7c66 | [
"MIT"
] | permissive | tanxulong/android | 7a075ff8a8c2ec56ea3b1b22374751d9c8b16252 | ab3a37439c7282c6e876ece96c2f07b2ba5e422a | refs/heads/master | 2021-01-19T18:07:37.972221 | 2014-05-26T12:03:35 | 2014-05-26T12:03:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,030 | java | package com.tanxulong.androidlayout;
import android.app.Activity;
import android.app.ActionBar;
import android.app.Fragment;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android... | [
"reg.tanxulong@gmail.com"
] | reg.tanxulong@gmail.com |
52ae5b3e4862c9ae1fc398a8962abedc7cfa7adf | 7741ff60c5c10a2599f75eaf3ae12e0e40d64ec2 | /smart-sso-mvc/src/main/java/me/ltang/smart/sso/mvc/exception/ServiceException.java | 28597650324632f4132e738db9c0082f160200e3 | [] | no_license | DevotedTangLiu/smart-sso | 58b9731d193a1df3e7d251d632b37782eab60a2b | 5e6fee950dd6c48eb0b1187ec7c5bf80e6006817 | refs/heads/master | 2020-03-07T05:53:03.407352 | 2018-03-29T15:17:17 | 2018-03-29T15:17:17 | 126,582,196 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 941 | java | package me.ltang.smart.sso.mvc.exception;
import me.ltang.smart.sso.mvc.model.ResultCode;
/**
* 业务逻辑异常
*
* @author Joe
*/
public class ServiceException extends ApplicationException{
private static final long serialVersionUID = -2678203134198782909L;
public static final String MESSAGE = "业务逻辑异常";
public S... | [
"tangliu@mail2.sysu.edu.cn"
] | tangliu@mail2.sysu.edu.cn |
74d4b546f00cb7f3b0fc09887fd59fa0f0e0658a | 813cc008b15d1dd17e200e32a05c7c8892bbeefb | /chapter_002a/src/main/java/ru/job4j/start/MenuOutExeption.java | 03603fb4461aee9b8242d825e841d3a961529ee8 | [
"Apache-2.0"
] | permissive | AnnaYatsun1/YatsunAn | 7ad7862474e9edb2926873c6c44d30ca01e0fd07 | 366880853600c994ee97039c430b6e7476f7792b | refs/heads/master | 2021-01-16T17:53:12.018862 | 2018-06-21T11:06:41 | 2018-06-21T11:06:41 | 100,021,040 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 195 | java | package ru.job4j.start;
/**
* Created by Анна on 11.11.2017.
*/
public class MenuOutExeption extends RuntimeException {
public MenuOutExeption(String msg){
super(msg);
}
} | [
"anny0-2011@mail.ru"
] | anny0-2011@mail.ru |
f74fca47291a85c3df8f5667e3fa3cf554bd4d4c | cfc60fc1148916c0a1c9b421543e02f8cdf31549 | /src/testcases/CWE369_Divide_By_Zero/CWE369_Divide_By_Zero__random_divide_16.java | 4b37bd7a4fbd5fb3241ebcdd7d0e999bae41423b | [
"LicenseRef-scancode-public-domain"
] | permissive | zhujinhua/GitFun | c77c8c08e89e61006f7bdbc5dd175e5d8bce8bd2 | 987f72fdccf871ece67f2240eea90e8c1971d183 | refs/heads/master | 2021-01-18T05:46:03.351267 | 2012-09-11T16:43:44 | 2012-09-11T16:43:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,272 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE369_Divide_By_Zero__random_divide_16.java
Label Definition File: CWE369_Divide_By_Zero.label.xml
Template File: sources-sinks-16.tmpl.java
*/
/*
* @description
* CWE: 369 Divide by zero
* BadSource: random Set data to a random value
* GoodSource: A hardcoded non-zero, no... | [
"amitf@chackmarx.com"
] | amitf@chackmarx.com |
6e1f0a587091e3fe3dac94d027e77519b4e9b485 | c76230c2d7d90825044c3c70513429ff8f47c75f | /src/main/java/br/com/blackvagas/web/rest/AccountResource.java | 3568c7267a1603b82c9563260d5a11ccc91c0489 | [] | no_license | geeh-xx/blackvagas | f7cb54a231269f1f159eac5667a58c08308406ba | 593ad9e068f333d1f1fdbfddd2403cbc7dad3b3d | refs/heads/master | 2022-12-22T04:17:24.291145 | 2019-09-10T02:10:47 | 2019-09-10T02:10:47 | 206,974,503 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,478 | java | package br.com.blackvagas.web.rest;
import br.com.blackvagas.domain.User;
import br.com.blackvagas.repository.UserRepository;
import br.com.blackvagas.security.SecurityUtils;
import br.com.blackvagas.service.MailService;
import br.com.blackvagas.service.UserService;
import br.com.blackvagas.service.dto.PasswordChange... | [
"rangel.soares.souza@gmai.com"
] | rangel.soares.souza@gmai.com |
aa0ffa50fbaad9997e2084e65ea6582889e43a05 | 24a50f71da0d8a7f00445f9917a84b8a89403e7b | /src/main/java/com/example/teacher/CalendarActivity.java | 219c6e2ea4709f980b1ec97b0cb9d59be61aab58 | [] | no_license | caozhaoqi/teach | 3effd25aed780644bec0bc510a215aab5d0d7d1b | 4e838ba9bf17442745855cc4b1ced25124828ff4 | refs/heads/master | 2023-03-21T00:51:29.212567 | 2020-07-30T11:39:58 | 2020-07-30T11:39:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,434 | java | package com.example.teacher;
import android.app.Activity;
import android.content.Intent;
import android.graphics.Color;
import android.graphics.Typeface;
import android.os.Bundle;
import android.view.GestureDetector;
import android.view.Menu;
import android.view.MenuItem;
import android.view.MotionEvent;
import android... | [
"1150118968@qq.com"
] | 1150118968@qq.com |
0afcbe4143331a69f173a9814135eb55ae5c94c8 | 7d5dc751aba83910562dfa38bfbac1bfe09acdcd | /ch08_ex1_Product/src/ProductDB.java | 4448f3a11f6128cd97cc694cd60616c61b10a71a | [] | no_license | MontgomeryNugen/java | b446878f9ba38b66bcc16990c6d758919dea8f02 | 9c9378f95bfe28f4ddde0f403a29916121d13ba8 | refs/heads/master | 2020-03-27T23:52:34.540002 | 2018-09-26T19:18:40 | 2018-09-26T19:18:40 | 147,354,724 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,598 | java | public class ProductDB {
public static Product getProduct(String productCode) {
// In a more realistic application, this code would
// get the data for the product from a file or database
// For now, this code just uses if/else statements
// to return the correct product data
Product p = null;
if (produ... | [
"montgomery.nugen@gmail.com"
] | montgomery.nugen@gmail.com |
3f7a399119efcf4dece50a60e25f96a0f96c0441 | 479b4d1d8917995136f58694d6f433ac4b3c1540 | /service/service_edu/src/main/java/com/zjm/eduservice/service/EduTeacherService.java | c4977d96e5a716d6eefbf942b497e83bebac608e | [] | no_license | superbin123/MindSchool | a9c86846fd8203d2cd4309acb9cbb28d6fbce4a0 | ece6e1f0252a82a4c9a9984e089df81d0024ba0d | refs/heads/master | 2023-03-09T09:03:35.696540 | 2021-02-14T13:48:39 | 2021-02-14T13:48:39 | 338,806,268 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 587 | java | package com.zjm.eduservice.service;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.zjm.eduservice.entity.EduTeacher;
import com.baomidou.mybatisplus.extension.service.IService;
import java.util.List;
import java.util.Map;
/**
* 讲师 服务类
* @author ZengJinming
* @time 2020-03-29
*/
pub... | [
"1747563968@qq.com"
] | 1747563968@qq.com |
bb837f21e26f674ad00d19f1afadeab1aaa6a030 | b62753bc3587c6a5230743bd636eca45d8077735 | /src/main/java/turanberlin/hrms/entities/dtos/JobAdvertWithDetailsDto.java | ed847bf9870a368e1a0b541abd9578a0ab6e479a | [] | no_license | TuranBerlin/hrms-backend | 7df47e1eea20b2c4affa45f656047a3e89d8d7e6 | 0ca95188c0f7bc8f4c242a2e37723296008645ae | refs/heads/master | 2023-08-28T11:39:13.391302 | 2021-09-22T20:40:22 | 2021-09-22T20:49:58 | 378,734,545 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 595 | java | package turanberlin.hrms.entities.dtos;
import java.time.LocalDate;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@AllArgsConstructor
@NoArgsConstructor
public class JobAdvertWithDetailsDto {
private int id;
private int employerId;
private String companyName;
priva... | [
"yusufenderturan@gmail.com"
] | yusufenderturan@gmail.com |
84a663d4ba6daf18475ecdfaa7884f478ed5da2b | a7fe40a771404c0ae4907755e22617b83235cec9 | /src/test/java/org/zk/plugin/SqlTimePlugin.java | 4835b75540954d5c05c6ec332680dbee267db046 | [
"Apache-2.0",
"BSD-3-Clause"
] | permissive | zhangkang1521/mybatis-3 | dc639aa891ab658ed65c56fcfb7c7586c8230b44 | ee8885f30c6d653a94e7637b7eca8e8ef6d3a3bb | refs/heads/master | 2023-03-09T06:35:54.979518 | 2022-10-05T10:00:21 | 2022-10-05T10:00:21 | 232,032,633 | 0 | 0 | NOASSERTION | 2020-01-06T05:46:18 | 2020-01-06T05:46:17 | null | UTF-8 | Java | false | false | 1,796 | java | /**
* Copyright 2009-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unle... | [
"zhangkang@lvmama.com"
] | zhangkang@lvmama.com |
6779c18d38dfe7d33410f569a0b0fbf3cdeb9cda | a7ead1c3db8ba06ec1a47e2cd268375381c3a671 | /src/com/designPattern/creational/abstractFactory/ex1/Circle.java | 8a7ed1e0c34937873cd3aca698b01cf0e6a2ca3e | [] | no_license | hhammidd/javaProjects | baf460b1848165daa60cb897c869534e4c628403 | a6c58cdd098fb7625be3986594b2edd6cf805f92 | refs/heads/master | 2020-03-27T23:21:19.615447 | 2018-11-06T16:22:46 | 2018-11-06T16:22:46 | 147,312,036 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 197 | java | package com.designPattern.creational.abstractFactory.ex1;
public class Circle implements Shape{
@Override
public void draw() {
System.out.println("Inside Circle: draw()");
}
}
| [
"hamid.shafikani@gmail.com"
] | hamid.shafikani@gmail.com |
2cad0944bba61c1eafd4b13d7158d848f4edaa3c | 92225460ebca1bb6a594d77b6559b3629b7a94fa | /src/com/kingdee/eas/fdc/sellhouse/app/CustomerOriginController.java | 7bb06735d6d28d666bd13ce8135739fa9f87b904 | [] | no_license | yangfan0725/sd | 45182d34575381be3bbdd55f3f68854a6900a362 | 39ebad6e2eb76286d551a9e21967f3f5dc4880da | refs/heads/master | 2023-04-29T01:56:43.770005 | 2023-04-24T05:41:13 | 2023-04-24T05:41:13 | 512,073,641 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,838 | java | package com.kingdee.eas.fdc.sellhouse.app;
import com.kingdee.bos.BOSException;
//import com.kingdee.bos.metadata.*;
import com.kingdee.bos.framework.*;
import com.kingdee.bos.util.*;
import com.kingdee.bos.Context;
import java.lang.String;
import com.kingdee.eas.common.EASBizException;
import com.kingdee.bos.metadat... | [
"yfsmile@qq.com"
] | yfsmile@qq.com |
e4f6e847ce631ed4b982a43f1462af1e7c3daa2a | 08c3ccb7af6c5a6696bb760323cfa4b6a6bca4ce | /src/alekseytyan/factory/ingredient/ny/RedPepper.java | b5297524069a427a83beeb475fbf22becc993972 | [] | no_license | tuanalexeu/Patterns | 06a5e26ff3c4cb1a08d12405ba57d180cd965530 | c9cd4052013f8483651741cc45daadf5877d3b7c | refs/heads/master | 2023-03-15T00:20:13.591739 | 2021-03-08T10:00:47 | 2021-03-08T10:00:47 | 318,284,536 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 135 | java | package alekseytyan.factory.ingredient.ny;
import alekseytyan.factory.ingredient.Veggies;
public class RedPepper extends Veggies {
}
| [
"alekseytyan45@gmail.com"
] | alekseytyan45@gmail.com |
09f65a1e815387afd41fb2297c98fa7d4af3b744 | 1c93016200257ea893ef7c7c7ec0226afbbfe554 | /android/app/src/main/java/com/training/MyAppPackage.java | 1e3f1b2e79fa58920cfcbe402eae90df2697e81c | [] | no_license | mikroserwisy/react-native-android-integration | 1681dc876bdb06cc33ef19e19b0b1dd3587a1d3b | 9e5f64c7b4f57bad4e0849f4875684b4ec3291eb | refs/heads/master | 2023-08-23T15:09:27.519004 | 2021-10-13T13:12:01 | 2021-10-13T13:12:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 739 | java | package com.training;
import com.facebook.react.ReactPackage;
import com.facebook.react.bridge.NativeModule;
import com.facebook.react.bridge.ReactApplicationContext;
import com.facebook.react.uimanager.ViewManager;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
public class MyAppPa... | [
"landrzejewski.poczta@gmail.com"
] | landrzejewski.poczta@gmail.com |
e5eb4160ef1c553c6e908d2a4527e626be5018ef | af97dc2f22b960264ab6cf14dbc4303156eed9db | /platform/cn.gmuni.enrollment.homepage/src/main/java/cn/gmuni/enrollment/homepage/service/IIndexService.java | f6db29857e69f407546c1786c509aba9336d0cae | [] | no_license | zhuxin3230213/springboot | e212badd4de725cb36dd5994add509c0cc5499d9 | 365154bad86899bf38ce553759d315fcef695efb | refs/heads/master | 2020-04-11T10:32:07.141578 | 2019-01-21T03:44:55 | 2019-01-21T03:44:55 | 161,716,379 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 491 | java | package cn.gmuni.enrollment.homepage.service;
import java.util.List;
import java.util.Map;
public interface IIndexService {
List<Map<String,Object>> loadPvData(String format, String format1);
List<Map<String,Object>> loadPvDataByMonth(String s, String s1);
List<Map<String, Object>> loadModuleP... | [
"zhuxin_123"
] | zhuxin_123 |
549215da0bf07505147c89030acec6d1078f8651 | ea81b442a42f3d336d7775dc3496db8e45b589a6 | /setup/src/main/java/biz/lwb/system/holder/setup/kafka/HttpRequestEventKafkaConsumer.java | b7f5d7f99f4de38870d523e3e7d6ea61587c52bb | [] | no_license | tomqsm/sbt-on-zookeeper | 62568309588ce6dd53f79ac0ce51a3056032ed34 | ff6899d60538dcc47e0681f1164bb278de8566e5 | refs/heads/master | 2022-12-23T19:10:29.403089 | 2019-10-30T14:51:48 | 2019-10-30T14:51:48 | 208,901,988 | 0 | 0 | null | 2022-12-14T20:43:02 | 2019-09-16T21:32:56 | Java | UTF-8 | Java | false | false | 882 | java | package biz.lwb.system.holder.setup.kafka;
import biz.lwb.system.holder.setup.avro.HttpRequestEvent;
import lombok.extern.slf4j.Slf4j;
import org.apache.avro.generic.GenericRecord;
import org.apache.avro.specific.SpecificData;
import org.springframework.kafka.annotation.KafkaListener;
import org.springframework.stereo... | [
"tomasz.kusmierczyk@letsweb.biz"
] | tomasz.kusmierczyk@letsweb.biz |
c97f1ef3851b145d1aef01ee872e1dd7b69997f3 | a010c38da318f83da187803412d73cc6f5ea0922 | /leetcoder/src/main/java/com/zr/algorithm/leetcoder/binary/Find287.java | 98b63e1e03c25158933c189246a4cab770785f64 | [] | no_license | buptzhaorui/algorithmGo | 3fb69afea224ef1b8b1803ff40c44ffe256722b5 | fd856e0aac79c69fb1d632e2317ec7e009388845 | refs/heads/master | 2020-09-10T17:00:32.562123 | 2017-04-07T13:08:49 | 2017-04-07T13:08:49 | 67,029,313 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 462 | java | package com.zr.algorithm.leetcoder.binary;
/**
* User: zhaorui
* Date: 2017/2/5
* Time: 15:40
*/
public class Find287 {
public int findDuplicate(int[] nums) {
int n = nums.length;
int left = 0, right = n-1;
while(left < right){
int mid = (left + right) / 2;
int count = 0;
for(int nu... | [
"bupt_zhaorui@foxmail.com"
] | bupt_zhaorui@foxmail.com |
c3454e0cda2fcfa1d53b4d96398a9d16afb07d6d | aa6997aba1475b414c1688c9acb482ebf06511d9 | /src/javax/xml/transform/SourceLocator.java | af6c319f8b8d84ea4cfd59027232de1d62f4c901 | [] | no_license | yueny/JDKSource1.8 | eefb5bc88b80ae065db4bc63ac4697bd83f1383e | b88b99265ecf7a98777dd23bccaaff8846baaa98 | refs/heads/master | 2021-06-28T00:47:52.426412 | 2020-12-17T13:34:40 | 2020-12-17T13:34:40 | 196,523,101 | 4 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,687 | java | /*
* Copyright (c) 2000, 2005, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package javax.xml.transform;
/**
* This interface is primarily for the purposes of reporting where
*... | [
"yueny09@163.com"
] | yueny09@163.com |
cf2c4f8868a12b2269937537b94e4706fb7c5faf | 7e06d07b3d9752b1a12874c9f647cfe809b926f8 | /251-flatten-2d-vector/11-15-2018.java | d67a5129ab34a2f1d43a4a013861d7381d2be210 | [] | no_license | wushangzhen/LeetCode-Practice | e44363f1e0ff72b80e060ac39984fe469dba04d8 | afba5a3dc84e8615685f893b8394b5137e9a42b6 | refs/heads/master | 2020-03-09T18:07:32.825047 | 2019-09-17T00:14:40 | 2019-09-17T00:14:40 | 128,924,476 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 989 | java | public class Vector2D implements Iterator<Integer> {
int indexVec;
int indexElem;
List<List<Integer>> vec2d;
public Vector2D(List<List<Integer>> vec2d) {
this.vec2d = vec2d;
this.indexVec = 0;
this.indexElem = 0;
}
@Override
public Integer next() {
if (index... | [
"wu.shan@husky.neu.edu"
] | wu.shan@husky.neu.edu |
94aebe108845d2282775f6d98575b2c7d6d49dd8 | 07399d93a482f7565a97e69d8b9197ad25adf688 | /com.astra.ses.spell.gui.procs/src/com/astra/ses/spell/gui/procs/interfaces/model/ICodeModel.java | cb4b5da1a7b6374d950b370aefaeeee01500d775 | [] | no_license | CalypsoCubesat/SPELL-GUI-4.0.2-SRC | 1fda020fb3edc11f5ad2fd59ba1c5cea5b0c1074 | a171a26ea9413c9787f0c7b4e98aeb8c2ab378ab | refs/heads/master | 2020-08-29T07:26:22.789627 | 2019-10-28T04:34:16 | 2019-10-28T04:34:16 | 217,966,403 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,814 | java | package com.astra.ses.spell.gui.procs.interfaces.model;
import java.util.List;
import org.eclipse.core.runtime.IProgressMonitor;
import com.astra.ses.spell.gui.core.model.types.BreakpointType;
public interface ICodeModel
{
/**************************************************************************
*
********... | [
"matthew.travis@aresinstitute.org"
] | matthew.travis@aresinstitute.org |
538245b6481604bd9d5d8d992226c2fe28a43c3e | 53b8682004cae48a9aee3c5fbda92b60a795258c | /src/main/java/br/com/rodrigopassos/teste/view/StickerView.java | 392db0f537c68286472c97c023e4f926f1246d96 | [] | no_license | rpc1910/TesteLibrary | b98c9384a50508d35540bcd801c6d961e9393abf | abefd15aa3a7c8138b985ba93a4b1b7cdd8b1706 | refs/heads/master | 2021-01-10T18:16:25.448096 | 2016-10-04T20:32:47 | 2016-10-04T20:32:47 | 70,001,938 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 22,809 | java | package br.com.rodrigopassos.teste.view;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.Matrix;
import android.graphics.Paint;
import android.graphics.PointF;
import android.graphics.Rect;
import android.sup... | [
"rodrigo.cunha@etapa.com.br"
] | rodrigo.cunha@etapa.com.br |
26c12d3db20c31fa3c8004b678c0bf3f6056340a | 21f8a8e9df2e3f686f45d9dc54a62c4e64014f4d | /client/src/main/java/com/adam/stan/view/icon/IconForResource.java | cffa69f1633708b8caffe7c505f1b48130ea3abe | [] | no_license | AdamStan/multithreading | 7c7504454d8e3b76aefcdc757ab75696c3115ce8 | 0431ed90a7f9f2b263184d3898f323834b6c1689 | refs/heads/master | 2022-12-16T09:13:04.717869 | 2020-09-15T14:20:22 | 2020-09-15T14:20:22 | 284,300,916 | 0 | 0 | null | 2020-09-15T14:05:27 | 2020-08-01T16:51:35 | Java | UTF-8 | Java | false | false | 456 | java | package com.adam.stan.view.icon;
import com.adam.stan.files.Resource;
import com.adam.stan.storage.files.Folder;
import javafx.scene.Node;
public class IconForResource {
private IconForResource() {
}
public static Node getIcon(Resource resource) {
if (resource instanceof Folder) ... | [
"adam15stan@gmail.com"
] | adam15stan@gmail.com |
64ec3422a600414358ce831354d0477149872bdc | d9c0bd46d254fb97197c4d8dfa19be952473b279 | /src/java_gicho_13/tete.java | d692103e428eb1254aa6c6d77b2de745fc33341b | [] | no_license | namddww/nam | 5d536319f83036b491d0b1aabd7e82f8157679ab | a1fe6f56c5c87eeda85213c90359f9301779f36c | refs/heads/master | 2023-04-27T15:23:40.074479 | 2021-05-08T06:34:06 | 2021-05-08T06:34:06 | 365,164,916 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 150 | java | package java_gicho_13;
public class tete {
public static void main(String[] args) {
// float f = 3.141593f;
// System.out.printf("%.3f", f);
}
}
| [
"ndw7570@hubilon.com"
] | ndw7570@hubilon.com |
8eb82207b111c5f23966d1f3dfb66431b71eeea8 | befde1e4446dec36af350e49bacac9cdb84e9d96 | /ymir-it/src/test/java/org/seasar/ymir/PageITestComponent2Impl.java | a03c859df6680367ed8114558e95db754761c5d0 | [] | no_license | seasarorg/test-ymir-component-1 | c6c9ae715b090edae3f994e602047d4086363661 | cb53d0e4c193b9a2211df16bfabdaf23665f24b7 | refs/heads/master | 2016-09-09T19:01:46.293634 | 2013-10-01T17:36:25 | 2013-10-01T17:36:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 102 | java | package org.seasar.ymir;
public class PageITestComponent2Impl implements PageITestComponent2 {
}
| [
"skirnir@ce2cb714-bd0d-0410-8c66-e472ade7ad34"
] | skirnir@ce2cb714-bd0d-0410-8c66-e472ade7ad34 |
d21ea5f99aee0434479fa5e294c3b67f9fd329b1 | 17e8438486cb3e3073966ca2c14956d3ba9209ea | /dso/tags/2.4.5/code/base/clustered-iBatis-2.2.0/tests.system/com/tctest/domain/CustomerDAO.java | 3350fc7557549d2038d39a0cd4137d0c6f8f6d33 | [] | no_license | sirinath/Terracotta | fedfc2c4f0f06c990f94b8b6c3b9c93293334345 | 00a7662b9cf530dfdb43f2dd821fa559e998c892 | refs/heads/master | 2021-01-23T05:41:52.414211 | 2015-07-02T15:21:54 | 2015-07-02T15:21:54 | 38,613,711 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 286 | java | package com.tctest.domain;
import com.ibatis.dao.client.Dao;
import com.ibatis.dao.client.DaoManager;
public interface CustomerDAO extends Dao {
public int insertCustomer(Customer customer);
public Customer selectCustomer(int customerId);
public DaoManager getDaoManager();
}
| [
"hhuynh@7fc7bbf3-cf45-46d4-be06-341739edd864"
] | hhuynh@7fc7bbf3-cf45-46d4-be06-341739edd864 |
1e56a263536d5fdae9906aee21587b727c63fce2 | 985b30ade6bb55358b925df6a2b7855ff5c3ae0d | /zenodot-tests/test/dd/kms/zenodot/tests/classesForTest/moreDummies/MyDummy2.java | 9df1e638f5ad93b0e460568ea4c58ca4071dac3d | [
"LicenseRef-scancode-free-unknown",
"Apache-2.0",
"MIT"
] | permissive | tbrunsch/Zenodot | cc38f2793a9b3f761fab5ffa9607a7ab596fae44 | 2036f311e2e548f77f9ad56ae8cf44bdc2e5c74f | refs/heads/master | 2023-06-27T14:51:22.227490 | 2023-06-21T21:21:54 | 2023-06-21T21:30:12 | 227,767,280 | 0 | 0 | MIT | 2023-06-21T21:05:56 | 2019-12-13T05:57:29 | Java | UTF-8 | Java | false | false | 120 | java | package dd.kms.zenodot.tests.classesForTest.moreDummies;
class MyDummy2
{
static final boolean FIRST_DUMMY = false;
}
| [
"tobias.brunsch@aol.de"
] | tobias.brunsch@aol.de |
234f97ac531c8b013f78bb2e2505ad37e9393f4e | 73b5d880fa06943c20ff0a9aee9d0c1d1eeebe10 | /broken/experimental/pal/net/tinyos/script/ScriptInjector.java | 91029232785bcca22ce282e76b73b70c22a143dc | [] | no_license | x3ro/tinyos-legacy | 101d19f9e639f5a9d59d3edd4ed04b1f53221e63 | cdc0e7ba1cac505fcace33b974b2e0aca1ccc56a | refs/heads/master | 2021-01-16T19:20:21.744228 | 2015-06-30T20:23:05 | 2015-06-30T20:23:05 | 38,358,728 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 16,730 | java | /* tab:4
* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purpose, without fee, and without written agreement is
* hereby granted, provided that the above copy... | [
"lucas@x3ro.de"
] | lucas@x3ro.de |
0ee0155fcce14f8aaa9e1b646bbeccf2edfdd54b | 488f41de2b5fce4081c87feb547ef853ea69a5f6 | /materials/2019-2020/11v/2020-04-29-lambda-functions/src/org/elsys/duzunov/Person.java | 9749e85f2bc18230e47988fd186e263ce4ff970f | [] | no_license | elsys/oop | 5c17e8f2c72aba775f4d895499782b6cad5816d1 | a5be4adb767cdde7d9f904024880382509f53498 | refs/heads/master | 2023-06-14T06:21:30.570095 | 2023-06-05T19:04:14 | 2023-06-05T19:04:14 | 211,560,844 | 11 | 32 | null | 2023-02-22T09:24:13 | 2019-09-28T20:57:51 | PostScript | UTF-8 | Java | false | false | 1,838 | java | package org.elsys.duzunov;
import java.time.LocalDate;
public class Person {
public enum Gender {
MALE("male"),
FEMALE("female");
private final String shortName;
Gender(String shortName) {
this.shortName = shortName;
}
public String getShortName() {
... | [
"dimitar.uzunov.dev@gmail.com"
] | dimitar.uzunov.dev@gmail.com |
79490285af15987291cfab83649eedfb588db36c | 416eb0978cb10e551ab44f16653bbf0955d3f7dc | /src/com/syntax/class04/WhileLoop.java | ca1f86f18e33a5a20efd04dbd5f94b8706ce2cca | [] | no_license | true991/JavaBatch7 | 0e158a7667e94446ffd51a83d8255d41427d0ee2 | 47e422cc18ce219fd95a6837a6ff87e3b2639f59 | refs/heads/master | 2022-12-16T13:49:04.038671 | 2020-08-29T18:14:22 | 2020-08-29T18:14:22 | 272,066,506 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 690 | java | package com.syntax.class04;
import java.util.Scanner;
public class WhileLoop {
public static void main(String[] args) {
// int x = 1;
//
// while (x < 20) {
// if (x%2 ==1) {
// System.out.print(x + " ");
// }
// x++;
//
// }
// boolean workDay = true;
// int day = 1;
// if (day<6) {
// whil... | [
"igor.true991@gmail.com"
] | igor.true991@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.