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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
88a37da8fb3d28e3c63e522c5e357bf064394f45 | 38c01813cf4a441cf2d511e67e6535a331fd9e2e | /website/src/main/java/com/nplatform/utils/MessageSourceUtils.java | 24e548c3bc337d788900dffee741bcbb68410208 | [] | no_license | sliu1975/vivo | 451e027f28e0a139daa84ae61ed27394638bebd3 | 6f3a7e3de6d966f1773a2a610e9b8350945b1b99 | refs/heads/master | 2023-01-18T18:01:11.716100 | 2019-07-09T02:11:44 | 2019-07-09T02:11:44 | 195,624,221 | 0 | 0 | null | 2023-01-12T11:50:33 | 2019-07-07T07:46:57 | JavaScript | UTF-8 | Java | false | false | 648 | java | package com.nplatform.utils;
import org.springframework.context.MessageSource;
import org.springframework.stereotype.Component;
import javax.annotation.Resource;
import java.util.Locale;
@Component
public class MessageSourceUtils {
private String locale;
@Resource(name = "resource")
private MessageSource mes... | [
"junbin.liu@things-matrix.com"
] | junbin.liu@things-matrix.com |
90be3bc542c7ae07f2449c83de36afaaa2c24b86 | 0a50c64a2e18cb59434fe1ae4f99c69101904d28 | /src/main/java/ChiliGradingDetector/ChiliGradingDetector_YOLOv2.java | 240eb51c0b97dee81cefaeceb0b7daa2d3c5cbe2 | [] | no_license | Wenz111/ChiliGradingDetector | 78e7a9fd6c4f6f11203cc74b84d37f9c12edc1a2 | ec9248a49f9f6528891d6895944284e1ed1504e7 | refs/heads/master | 2023-03-10T19:29:52.680606 | 2021-02-24T11:50:32 | 2021-02-24T11:50:32 | 334,309,505 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,961 | java | package ChiliGradingDetector;
import org.bytedeco.javacv.CanvasFrame;
import org.bytedeco.javacv.Frame;
import org.bytedeco.javacv.FrameGrabber;
import org.bytedeco.javacv.OpenCVFrameConverter;
import org.bytedeco.opencv.opencv_core.Mat;
import org.bytedeco.opencv.opencv_core.Point;
import org.bytedeco.opencv.opencv_c... | [
"50144145+Wenz111@users.noreply.github.com"
] | 50144145+Wenz111@users.noreply.github.com |
5c80e3d7dc28f4dd4c73ac1375fba233cc6b1c40 | 225ecca70d42e0d7db7b080a0b69fd24d3af35f5 | /Java-Assignment/Assg-3-JAVA/src/com/java/org/PersonDetails.java | 732ba2be22831823671c507555b1f6f5f0b9a83a | [] | no_license | niraj2998/JAVA-Assignment | f1f66a2714387f70f47a21bd0786c25938797f12 | 5c4676cabbcd15db61729ee9f19e67aa923a67ce | refs/heads/main | 2023-04-27T21:28:27.567410 | 2021-05-15T04:47:46 | 2021-05-15T04:47:46 | 367,361,126 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,291 | java | package com.java.org;
import java.util.*;
public class PersonDetails implements Comparable {
int Weight;
int Height;
String name;
PersonDetails(int Weight, int Height, String name) {
this.Height = Height;
this.Weight = Weight;
this.name = name;
}
@Override
public String toString() {
return "Person [... | [
"nirajpatil2998@gmail.com"
] | nirajpatil2998@gmail.com |
4dbd8ea0c1e0cb4ce6f5610b2050d7700d440855 | 2c5b8aff137117e316f8557bf82e553e55454989 | /CrackingCode/MasterAlgorithm/src/test/java/kata/treeandgraph/bstsequence/BSTSequenceTest.java | b6bfd8a24350d47b8ea97be9c20cb10638656e2c | [] | no_license | lamadipen/Algo | 33de4fc1e7049c3d597b5e6090e408460fa2e90e | ef9e5f06214a3387dd4dbe7dd3e979a70617da1d | refs/heads/master | 2022-10-07T16:52:26.537618 | 2022-10-05T21:06:05 | 2022-10-05T21:06:05 | 82,363,649 | 2 | 0 | null | 2023-09-12T13:55:45 | 2017-02-18T05:21:18 | Java | UTF-8 | Java | false | false | 1,243 | java | package kata.treeandgraph.bstsequence;
import kata.treeandgraph.MockTreeFactory;
import kata.treeandgraph.TreeNode;
import org.junit.Test;
import java.util.LinkedList;
import java.util.List;
public class BSTSequenceTest {
@Test
public void bstSequence() {
TreeNode mockBSTTreeRoot = MockTreeFactory.g... | [
"lamadipen@yahoo.com"
] | lamadipen@yahoo.com |
dadc48a6c8a20232e1f68c1fc4c75eef52554979 | 0cb22f20864a339d66bc1782b9ef879f696ae43e | /server/src/Utilities/ServerSender.java | 751e8e58e04dec2c428f4c49e4fa3782a45d4fd1 | [] | no_license | SaintLaurentPrince/Lab66666 | cccd73c7174586d778325ec86adcbe47638d8ef9 | 7b4e032af96778e37220271788c71236abeca0bc | refs/heads/master | 2022-12-12T08:09:06.670978 | 2020-09-11T14:29:30 | 2020-09-11T14:29:30 | 294,717,624 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 916 | java | package Utilities;
import java.io.IOException;
import java.io.ObjectOutputStream;
import java.net.Socket;
import java.util.HashMap;
import java.util.Map;
public class ServerSender {
public static Socket currentClientSocket;
public static void send(Object o,int answer){
//0 - Не нужен ответ и готов к... | [
"shatov2804@gmail.com"
] | shatov2804@gmail.com |
61d540df64d224c4bd8a812230921532f492b11f | 80dbf4ee67e081be010ae67f3ec3f65569464b14 | /08- ArrayObjetos/src/empresa/Empresa.java | 249639b40ec5d887e1a94b6c4b6958fc5d6e116d | [] | no_license | daviddaw/08-ArrayObjetos | d44916374c181e54ad24d544de33f9f6c6d2a732 | 74657b055886efea6e9f85093f3049fe4bf5c90b | refs/heads/master | 2020-03-16T16:59:52.674400 | 2018-05-09T21:38:31 | 2018-05-09T21:38:31 | 132,813,443 | 0 | 0 | null | null | null | null | IBM852 | Java | false | false | 3,719 | java | package empresa;
import java.util.Scanner;
public class Empresa {
//private final int numDpto=4;
private Departamento[] arrayDpto;
public Empresa() {//Estamoscreando un array de Departamentos, numDpto indica el tam˝o del array
arrayDpto = new Departamento[4];
}
public Departamento[] getA... | [
"David.palanco@gmail.com"
] | David.palanco@gmail.com |
df29bfd8d6c2a407ec8c678f9dcb2e2029649c2f | 8d21798354fca90c8efef394e6a2d6332f60f6c0 | /xinfo-msrv-frame/src/main/java/com/xinyi/xinfo/util/ReturnJSONUtils.java | bc7aeffb4f2fd4974f1f366bbf98241eb88ad111 | [] | no_license | dudefu/springboot_MybatisPlus | 177214cd13b15c536ee348c6f758964b1d612d20 | dfda681156d86ce171bc2e774d0fae69da3392da | refs/heads/master | 2023-08-07T21:43:50.441720 | 2019-08-26T06:27:24 | 2019-08-26T06:27:24 | 203,561,816 | 0 | 0 | null | 2023-07-22T14:09:00 | 2019-08-21T10:32:00 | Java | UTF-8 | Java | false | false | 1,707 | java | package com.xinyi.xinfo.util;
import javax.annotation.PostConstruct;
import javax.servlet.http.HttpServletRequest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import com.xinyi.xinfo.constants.CodeMsg;
import com.xinyi.xinfo.domain.model.Ret... | [
"haonan.bian@xinyi-tech.com"
] | haonan.bian@xinyi-tech.com |
0f90395afb0b1f2e7a631c76577b760d0e8d4747 | 2e40eeb51a4be39b9feb7e0cefe2ec66ed97d820 | /src/logic/dao/SponsorDao.java | 14cb319c191dcc51b70f1e4608e0ce2fca965f39 | [] | no_license | AdrianoMorini/DrinkHub | 353199dc9fb1a66263fbf6b601294ab12ba54439 | dbe005b9bb0471dd56d78c049db7eb3db3cb6abf | refs/heads/master | 2022-10-24T09:37:22.997485 | 2020-06-11T15:43:45 | 2020-06-11T15:43:45 | 271,067,301 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,561 | java | package logic.dao;
import java.sql.Connection;
import java.sql.Date;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import logic.bean.SponsorBean;
import logic.controller.LoginController;
public class SponsorDao {
private SponsorDao() {
throw new Ille... | [
"34316081+AdrianoMorini@users.noreply.github.com"
] | 34316081+AdrianoMorini@users.noreply.github.com |
a6f34928f124c75f720f88512d1dbceba5d77223 | 1deaf31dd9526c94a1ecae03a495cfd8b81d2b93 | /authorization_module/AuthorizationFacade.java | 4f216eb590cc057ae234f21a93fd976cb7e0a890 | [
"MIT"
] | permissive | Sigmapoint/authorization_module | ce4894eeea8e396b57a54f67b3bd5045cdc49087 | 9e76c7859796c6fec9b51ad5b983ba2a08235b18 | refs/heads/master | 2016-09-03T04:11:40.185500 | 2014-05-28T13:01:25 | 2014-05-28T13:01:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,385 | java | package authorization_module.authorization_module;
import authorization_module.authorization_module.core.AuthUser;
import authorization_module.authorization_module.core.SessionTokenHelper;
import authorization_module.authorization_module.core.UserSession;
import be.objectify.deadbolt.core.models.Role;
import models.db... | [
"mateusz.jaje@sigmapoint.co"
] | mateusz.jaje@sigmapoint.co |
fa23baf9331df3d74b71aa00bb6aa9df07f9ec42 | b8c1d3d65e452ff23b55e99ab51039bab502160b | /core/src/hitonoriol/madsand/gfx/TextureProcessor.java | e5babac23fe394cff11a9699ec4e972f37549dd3 | [] | no_license | Hitonoriol/MadSand | 484fd814bf33b48953e024f78b688380cae4e810 | 8b005219506b17a1f1cd63d4ae102fbc6a9ea33f | refs/heads/master | 2023-06-29T08:37:30.176768 | 2023-06-19T16:59:37 | 2023-06-19T16:59:37 | 152,192,955 | 9 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,875 | java | package hitonoriol.madsand.gfx;
import java.util.ArrayList;
import java.util.function.Consumer;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.Pixmap;
import com.badlogic.gdx.graphics.Texture;
import com.badlogic.gdx.graphics.TextureData;
import com.badlogic.gdx.graphics.g2d.Texture... | [
"gorgilike@mail.ru"
] | gorgilike@mail.ru |
19f9e2bd67ad3bf3d534384659afb26b6274a101 | 5eebed1e8a9a6f2c20a302a0765571d32d777137 | /ecsite/src/com/internousdev/ecsite/action/UserCreateCompleteAction.java | a1411625f0280045eb7c3547b07ae1426f75be17 | [] | no_license | Rush-light/backup | 6cb5e88c7d465da28947a0d2faee8acbcaf2157a | d8c522bbca514ecfba9f0dc777f8d980678ed24e | refs/heads/master | 2021-09-09T20:12:32.251682 | 2018-03-19T12:47:02 | 2018-03-19T12:47:02 | 114,627,160 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,330 | java | package com.internousdev.ecsite.action;
import java.sql.SQLException;
import java.util.Map;
import org.apache.struts2.interceptor.SessionAware;
import com.internousdev.ecsite.dao.UserCreateCompleteDAO;
import com.opensymphony.xwork2.ActionSupport;
public class UserCreateCompleteAction extends ActionSupport impleme... | [
"lightning_o-din0711@docomo.ne.jp"
] | lightning_o-din0711@docomo.ne.jp |
c2558d7e5e7f68221df0d8783857d5eb1ee4a576 | 0c876c25fa65cacc6e62ecd235b7225af02521c3 | /Reddit/src/main/java/profile/Profile.java | 838ede6c365cdd0fdd4fd0bbd2347b0a43c55b5e | [] | no_license | p-tigris/SeleniumFramework | fca0ceb343d1a0956d69685e3c72e985ecacd701 | f00ec21c91c8082bcf7f7f80c66939b9d26255c8 | refs/heads/master | 2020-08-03T11:26:26.308020 | 2019-10-26T06:51:47 | 2019-10-26T06:51:47 | 211,730,453 | 0 | 0 | null | 2019-09-29T22:39:00 | 2019-09-29T21:47:20 | Java | UTF-8 | Java | false | false | 500 | java | package profile;
import base.CommonAPI;
public class Profile extends CommonAPI {
public void navToSaved() {
clickOnElementByXpath("//a[@href='https://old.reddit.com/user/dummyacct123753/saved/']");
}
public void navToUpvoted() {
clickOnElementByXpath("//a[@href='https://old.reddit.com/u... | [
"shoumikdhar6@gmail.com"
] | shoumikdhar6@gmail.com |
1cd1947d21a0f9e34a401faf37ead620975af095 | f586e378c3618948beafb3ede1d143d5d2e6f685 | /app/src/main/java/com/autodetectimage/console/ConsoleAdapter.java | 1690db7b95ba922cbaf3fe21db5fe2ef1d542e2a | [] | no_license | Mahikadu/AndroidWorkspace | 91c85279f0381ca4be8b922460f376fe9cd7103a | 296a74b2e52dcd2d7316b35ebff18588045fceb8 | refs/heads/master | 2021-07-01T18:07:43.137412 | 2017-09-22T08:53:01 | 2017-09-22T08:53:01 | 104,453,290 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,238 | java | package com.autodetectimage.console;
import android.content.Context;
import android.os.Handler;
import android.support.annotation.NonNull;
import android.support.annotation.StringRes;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewG... | [
"mahesh@sudesi.in"
] | mahesh@sudesi.in |
cc64227972a381c0b5ec0f6c6419829dc49700c4 | d8b3fc5fbb5832442fa775fb43d2d95bf3842db7 | /src/main/java/net/whitewalker/shopmanager/domain/commands/shop/RenameShopCommand.java | b9513699d4b61ef8d77bc51a95e20789b5cdef7b | [] | no_license | WhiteWalker72/ShopManager | 537718e2af77380901f23f0e2200d00672e00a8f | 75673d62ac06a03c68f84039f1f8c9be737fefae | refs/heads/master | 2020-03-19T18:13:01.859511 | 2018-07-23T16:38:15 | 2018-07-23T16:38:15 | 136,799,735 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,262 | java | package net.whitewalker.shopmanager.domain.commands.shop;
import net.rayze.core.spigot.commands.base.SubCommand;
import net.rayze.core.spigot.member.Member;
import net.whitewalker.shopmanager.domain.components.Shop;
import net.whitewalker.shopmanager.domain.ShopManager;
import net.whitewalker.shopmanager.utils.Chat;
... | [
"sivar.werrie@student.hu.nl"
] | sivar.werrie@student.hu.nl |
e45cf54afb885b07d2800f37c6a500b452e81160 | bef4be1ce5f9abf2a9e8b2bff71fa185df97c89f | /src/main/java/com/customer/support/model/Ticket.java | 943aa668d1768570bda580c48d6bc1fd6529be7e | [] | no_license | dhananjay-arora/CustomerSupport | 096c37e0dc30ece568b03f2a5e8a43c4f38e2a2f | 1cf73f5cb935f570d90c844ad369391b4992a5ba | refs/heads/master | 2020-12-04T11:02:05.873026 | 2020-01-04T09:51:57 | 2020-01-04T09:51:57 | 231,739,102 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 747 | java | package com.customer.support.model;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
@Entity
public class Ticket {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private int ticketid;
private String subject;
... | [
"arora.dhananjay@gmail.com"
] | arora.dhananjay@gmail.com |
2030e3ebf176224762a703cb712435985242e8b8 | 3a00ee24ca77bae312241420e7011d70d1a8d995 | /app/src/main/java/com/db/pathwaybutton/MainActivity.java | eaceff8fc442fa8694481bdccef6276223a28dd0 | [] | no_license | ahmadwahaj91/PathwayButton-Android | 1263193b157000b1fb638fc2cbf3f8af244bc66c | b2d12aaec1dee8b4df272db4592ca7ffb0225bf5 | refs/heads/master | 2020-03-17T13:23:16.446584 | 2018-06-01T11:34:04 | 2018-06-01T11:34:04 | 133,629,653 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 880 | java | package com.db.pathwaybutton;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Toast;
import customlibraries.db.com.pathwaybutton.PathwayButton;
public class MainActivity extends AppCompatActivity {
PathwayButton pathwayButton;
@Overr... | [
"ahmad.wahaj@devbatch.com"
] | ahmad.wahaj@devbatch.com |
525546031cd399d2aebe013bea7dd02e53834fcb | c106931d23493ca317c091006ac0bfbf5dfb7c02 | /src/com/zhangds/adapter/classadapter/Phone.java | 2b05ce5956ea786960454ec2ac16f4201b3ea4f0 | [] | no_license | zhangds-by/DesignPattern | 9e3fffddd252830ea1f7c9fa767d5fd9a4e4eee3 | 51c660af718bdfcc3190833bd945aae88c242007 | refs/heads/master | 2022-07-17T21:25:59.410845 | 2020-05-11T08:24:56 | 2020-05-11T08:24:56 | 261,987,946 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 454 | java | package com.zhangds.adapter.classadapter;
/**
* Create by zhangds
* 2020-05-11 15:33
**/
public class Phone {
public void staging(IVoltage5V iVoltage5V){
if (iVoltage5V.output5V() == 5){
System.out.println("使用适配器的电压" + iVoltage5V.output5V() + "可以充电");
}else {
System.out... | [
"1282906135@qq.com"
] | 1282906135@qq.com |
768707c66c293816199baa5860adcaa58f86e5b9 | 3d37bdb0a6a66e200985f057ff125648847f36b1 | /app/src/main/java/com/ibm/mysampleapp/camera/CameraHelper.java | dd2696d5a9b457d5032dc15d63bf1ed3a618eb95 | [
"MIT",
"Apache-2.0"
] | permissive | kuldeep725/VisualRecognizer | 0f358aa60104e35ef866f55324f23f1ac29e6884 | 3ab4f0d5bfcb610470b6de04b2dca561a2c3972c | refs/heads/master | 2021-05-12T09:27:15.978523 | 2018-01-23T06:26:55 | 2018-01-23T06:26:55 | 117,316,905 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,826 | java | /*
* Copyright 2017 IBM Corp. All Rights Reserved.
*
* 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 o... | [
"kunal725725@gmail.com"
] | kunal725725@gmail.com |
c2166d19873b1ef251360d7233cc975a7d430268 | d1c34c06dc321c4ebf03f88f75e2de8329b5740a | /tcMenuGenerator/src/test/java/com/thecoderscorner/menu/editorui/uitests/uimenuitem/UIActionItemAndCoreTest.java | dd3ddea217f5b59faae2748ce4bf6ce32fdca8ea | [
"Apache-2.0"
] | permissive | cnc4less/tcMenu | f4337a704ac40ce88941a43d6fa9200134e0d8a7 | 0aaa6f59cf83443cbdb34230c739228d198390e7 | refs/heads/master | 2023-04-20T03:02:37.020821 | 2021-05-07T19:59:54 | 2021-05-07T19:59:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,521 | java | /*
* Copyright (c) 2016-2019 https://www.thecoderscorner.com (Nutricherry LTD).
* This product is licensed under an Apache license, see the LICENSE file in the top-level directory.
*
*/
package com.thecoderscorner.menu.editorui.uitests.uimenuitem;
import com.thecoderscorner.menu.domain.ActionMenuItem;
import com... | [
"dave@nutricherry.com"
] | dave@nutricherry.com |
0d72e1e1e24842311b9dc729b94dd2ed65b5e963 | 6b0da737e494151c45529c57db28635214bb6808 | /PVKBeans/src/main/java/com/pvkfoods/dto/beans/Phone.java | 8931e2fbd325c92cbf24a0e86b3357d580075459 | [] | no_license | prasadp06/PVKFoods | 40e98ba58f53d95e69bed7c1c544a3d996ebb2f4 | 887e8644b4a6f116655b186e22fe8cd87d435de0 | refs/heads/master | 2021-01-21T10:05:21.648970 | 2017-03-06T05:22:32 | 2017-03-06T05:22:32 | 83,377,908 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,346 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-b10
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2017.03.06 at 12:... | [
"prasadprabhakaran@Prasads-MBP.home"
] | prasadprabhakaran@Prasads-MBP.home |
dbc710ec39a999d17a4a16f6f301a790fd65a5f2 | 95df9643ab82f60e0e0878aaf8fb62d0fc434927 | /crm/CRM/src/main/java/com/yuchengdai/crm/workbench/service/impl/ClueActivityRelationServiceImpl.java | 255dbcaedc3731ba98177f3d0aff128eee571531 | [] | no_license | 361keji/crm | afd24241a330af48c37126626e65c5f7884d40a5 | 62f0f6030313ae8a786271e160a4276ebe0717f7 | refs/heads/master | 2023-04-09T13:47:11.746108 | 2020-05-21T13:40:55 | 2020-05-21T13:40:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,851 | java | package com.yuchengdai.crm.workbench.service.impl;
import com.yuchengdai.crm.workbench.domain.ClueActivityRelation;
import com.yuchengdai.crm.workbench.mapper.clue.ClueActivityRelationMapper;
import com.yuchengdai.crm.workbench.service.ClueActivityRelationService;
import org.springframework.beans.factory.annotation.Au... | [
"525114309@qq.com"
] | 525114309@qq.com |
a5c499c1d4ee24e321682fb12f3e5d16d9c16849 | 6c3798297bca7ee0a804f0f65d5a53aae6e77516 | /a072-cloud-config-client-3355/src/main/java/org/example/controller/ConfigClientController.java | d7546dbff9c31db362b74e384d6b0f7b4e7d34b6 | [] | no_license | DongLiusuo/spring-cloud-202103 | 8881e84ac0707af132324a3776d9815cdde4cce2 | e29464036d65ef8dd5cfe4349d18914bfe4d0e48 | refs/heads/master | 2023-03-15T10:12:38.312999 | 2021-03-15T13:51:18 | 2021-03-15T13:51:18 | 345,527,179 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 585 | java | package org.example.controller;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.cloud.context.config.annotation.RefreshScope;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
@RefreshScope
pu... | [
"dongliusuo@qq.com"
] | dongliusuo@qq.com |
5b0ca6ce8c7f214be5c76fdc8063891b28fddbeb | f2263542ddfc833d81f1e9b496b6ed11ae2ef04b | /src/main/java/com/bigstalker/service/AbstractService.java | 5ffde3d9c40ff92e1ec9fece2ac6c99e8ccc468e | [] | no_license | sabotageBR/bigstalker | 8ea26af69a3d510d0f9c805ae4ac151c2f5940f0 | b0f7117b102d57a65a2acccb06840ba81aae2635 | refs/heads/master | 2021-03-17T09:23:02.937677 | 2021-03-04T03:46:46 | 2021-03-04T03:46:46 | 246,977,538 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 658 | java | package com.bigstalker.service;
import java.io.Serializable;
import java.util.List;
import com.bigstalker.dao.AbstractDAO;
public abstract class AbstractService<T> {
public abstract AbstractDAO<T> getDAO();
public void incluir(T entidade){
getDAO().incluir(entidade);
}
public void alterar(T entidade){
... | [
"sabotageBR@sabotageBR"
] | sabotageBR@sabotageBR |
f94e51440fe0ab6b3a0a4f459dc7150a5b4c902c | 2e91f10217264b39d9fffe27b06437ae050ef16c | /src/main/java/com/tsavo/hippo/OHLCVData.java | 07631c8fee889fbfdadd9910200c1c41329c774f | [
"Apache-2.0"
] | permissive | TSavo/Hippo | b3ac3b7f9edd5681182bd78ea91c75ddc4dac783 | a8fb5552a95af5f00cff5a5e497edcdf783dccd5 | refs/heads/master | 2020-12-26T04:16:21.778660 | 2017-10-05T21:20:33 | 2017-10-05T21:20:33 | 33,804,315 | 9 | 7 | Apache-2.0 | 2020-12-28T19:00:50 | 2015-04-12T05:20:29 | Java | UTF-8 | Java | false | false | 2,091 | java | package com.tsavo.hippo;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.joda.time.DateTime;
import org.joda.time.Duration;
import org.knowm.xchange.dto.marketdata.Trade;
import java.math.BigDecimal;
import java.util.List;
import java.util.Set;
import java.util.SortedSet;
import java.util.stream.C... | [
"evilgenius@nefariousplan.com"
] | evilgenius@nefariousplan.com |
dbce0ce2eadaea2a7a5458c45eedf48a5fc874b2 | 9159c6f20fe08ad7992a4cd044fc3206398f7c58 | /corejava/src/com/tyss/javaapp/lamda/AddTwo.java | 4050b168d7cdc36aa44b07e22b20b69da867df1f | [] | no_license | bhavanar315/ELF-06June19-tyss-bhavani | 91def5b909f567536d04e69c9bb6193503398a04 | e2ee506ee99e0e958fb72e3bdaaf6e3315b84975 | refs/heads/master | 2020-07-21T07:45:19.944727 | 2019-09-06T07:43:42 | 2019-09-06T07:43:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 308 | java | package com.tyss.javaapp.lamda;
import java.util.logging.Logger;
import lombok.extern.java.Log;
@Log
public class AddTwo {
private static final Logger log=Logger.getLogger("bhavani");
public static void main(String[] args) {
MyMath m= Demo :: add;
int i= m.add(5, 6);
log.info("sum is"+i);
}
}
| [
"bhavanigmgowda@gmail.com"
] | bhavanigmgowda@gmail.com |
379ddf2a66f9613ebfaaccd0865e969a87f373ed | 189f16d38236a2ebe488e150bb9b4f93532e63cb | /src/main/java/org/smart4j/framework/helper/BeanHelper.java | b0f448a99f3a276f8790bd1b0f7163e165ac9d5c | [] | no_license | ben1247/smart-framework | d616785ffaf4d0eb70053814709e15ed23b3177e | 6dc342ae0e6b19d7127c7d11d5b33eea6f5ba5bc | refs/heads/master | 2021-08-08T22:37:22.784194 | 2017-11-11T13:49:02 | 2017-11-11T13:49:02 | 106,567,084 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,258 | java | package org.smart4j.framework.helper;
import org.smart4j.framework.util.ReflectionUtil;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
/**
* Bean 助手类
* Created by yuezhang on 17/10/6.
*/
public final class BeanHelper {
private static final Map<Class<?>,Object> BEAN_MAP;
static {
... | [
"yue.zhang@shuyun.com"
] | yue.zhang@shuyun.com |
9f3f4044149610a805d5479b8925aa5f352c7168 | 9966310a034d716656cd7eb78ac5e95b6da72584 | /DataStructure/src/main/java/com/ti/class21/DeepCopyUndirectedGraph.java | b059df23d540cbc0bdc5753336aeb7e873ad1c07 | [] | no_license | shipengx/ParentModule | 03d63ecd7e95b9d17f8bcdd30ef77d611f8fb060 | bb1a90903026074fa2c92099903fe8993135b4a7 | refs/heads/master | 2022-12-22T13:58:08.154949 | 2020-02-23T00:35:55 | 2020-02-23T00:35:55 | 73,237,424 | 0 | 0 | null | 2022-12-15T23:30:34 | 2016-11-08T23:52:47 | Java | UTF-8 | Java | false | false | 67 | java | package com.ti.class21;
public class DeepCopyUndirectedGraph {
}
| [
"sxu@Shipeng-Xu.local"
] | sxu@Shipeng-Xu.local |
59cb4d59c1ac0e9034443e1f6b88219d4238bac0 | d5271287310e51984f4caf9f64791006b5883edc | /java/codingbat/HKUSTx/src/graphicaluserinterface/CreatingAWindow.java | 6d38d3b4234edc0d451db850c489d877a1b0a0d5 | [] | no_license | mxd369/java_ish | 9dafbb82655c05faaaffe59b95b7dc1986255b4e | 1ea4fc5f659f718cfeca5182efa50b87e40ab802 | refs/heads/master | 2020-05-22T15:21:46.007829 | 2017-03-17T03:06:48 | 2017-03-17T03:06:48 | 84,697,644 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 550 | java | package graphicaluserinterface;
import javax.swing.JFrame;
public class CreatingAWindow {
public static void main(String[] args) {
JFrame aWindow = new JFrame("This is the Window Title");
int windowWidth = 400; // Window width in pixels
int windowHeight = 150; // Window height in pixe... | [
"mxd789@gmail.com"
] | mxd789@gmail.com |
8e16aea348fd3c20de1aa2b5d357d53c49a808bc | d93abc9ac9207be4a6f6b8d10bd164604e1b59e5 | /codes/code for labs/lab2/bank/src/main/java/bank/service/InterestCalculator.java | 824fffdc8bdca7013ebdc3ebb72b39ded1a1270e | [] | no_license | zithiat/asd | 20c50fc27376c74f438fef16291e17251a915345 | 5e684a8f7f92d232bf738e5a3ea22713d72874f4 | refs/heads/master | 2021-01-04T14:38:54.884582 | 2020-06-21T14:49:02 | 2020-06-21T14:49:02 | 240,592,810 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 551 | java | package bank.service;
import bank.domain.AccountTypes;
public class InterestCalculator {
private final InterestCalculationStrategy savings = new SavingsInterestCalculator();
private final InterestCalculationStrategy checkings = new CheckingsnterestCalculator();
public double calculateInterest(AccountTypes account... | [
"quan.doanh@gmail.com"
] | quan.doanh@gmail.com |
f41bd0e72471058e6e6d17fcfb14d78d5648eb09 | 51dc61072c6ba314932772b51b0c5457a9cd3983 | /java/designpattern/src/behavioral/visitor/Keyboard.java | 3cdd5011bcec916bb55aeca214ec28d01b392b5b | [] | no_license | shiv4289/codes | 6bbadfcf1d1dcb1661f329d24a346dc956766a31 | 6d9e4bbbe37ebe2a92b58fa10e9c66b1ccff772d | refs/heads/master | 2021-01-20T14:31:38.981796 | 2017-07-07T13:43:10 | 2017-07-07T13:43:10 | 90,625,900 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 173 | java | package behavioral.visitor;
public class Keyboard implements I_ComputerPart {
@Override
public void accept(I_ComputerPartVisitor visitor) {
visitor.visit(this);
}
}
| [
"shivji.jha@moveinsync.com"
] | shivji.jha@moveinsync.com |
22697568bd5ce2a8ec8dd2d7adebde3a83a11cdd | 55a263bac51ff291a83a760a99281039c396691e | /src/test/java/samsara/webapicourse/Options204.java | 862bfb379fc35ca5605b9bb2d362b1509ab5abd0 | [] | no_license | sanjamiladinovic/SamsaraTesting | 5054fa769a06d52f304c1857f9fbfc508aaa83a4 | 6eea6db8092d4c3c92666caae0cdfd324dfb3cde | refs/heads/master | 2022-11-24T22:02:01.775685 | 2020-05-12T09:30:28 | 2020-05-12T09:30:28 | 241,398,091 | 0 | 0 | null | 2022-11-16T01:24:22 | 2020-02-18T15:34:42 | HTML | UTF-8 | Java | false | false | 844 | java | package samsara.webapicourse;
import static org.testng.Assert.assertEquals;
import java.io.IOException;
import org.apache.http.client.ClientProtocolException;
import org.apache.http.client.methods.HttpOptions;
import org.testng.annotations.Test;
import resources.BaseClassAPI;
import util.ResponseAPIUtils;
public c... | [
"sanja.miladinovic@endava.com"
] | sanja.miladinovic@endava.com |
1ab4afd6cd65a46431f875a845426fa66aa0f19f | 3d33a22844d7329969ed3ff40e769dbb33159911 | /app/src/main/java/com/cambricon/productdisplay/utils/LogUtil.java | bfb397c73c5dd0e1489a6e6b848f89ca529a2732 | [] | no_license | xusiwei/DDK_DEMO | 5a43e5ab45a111509b7e531f713f2796d87177fb | 8a94e17ccd3160fd0f09fa9d8f0c8200ec85efc5 | refs/heads/master | 2020-03-31T19:59:52.956951 | 2018-06-15T10:03:45 | 2018-06-15T10:03:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,879 | java | package com.cambricon.productdisplay.utils;
import android.util.Log;
/**
* 日志工具类
*/
public class LogUtil {
private static final int VERBOSE = 1;
private static final int DEBUG = 2;
private static final int INFO = 3;
private static final int WARN = 4;
private static final int ERROR = 5;
pri... | [
"952287954@qq.com"
] | 952287954@qq.com |
00832061db9e218a44aa33cf24d5f0450280b6c1 | 9bbe9827880ecc2585ddba5edc44767665ee41e3 | /src/test_2022/sk1.java | 6ecc48a2a0f7168d0e8d78fb83315f71f498a6a7 | [] | no_license | hyeyeon2964/algo_study | 2f703d015980648a392868cf86e8b7bcb063c4ba | 6ba73a6f38453dcadd879cbc6212eae85c58e0bc | refs/heads/master | 2022-05-17T23:57:39.102580 | 2022-03-21T13:09:50 | 2022-03-21T13:09:50 | 285,786,048 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 738 | java | package test_2022;
public class sk1 {
public static int[][] getDirection(boolean clockwise) {
if (true) {
return new int[][]{{0, 1, 0, -1}, {1, 0, -1, 0}};
}
else {
return new int[][]{{0, -1, 0, 1}, {1, 0, -1, 0}};
}
}
public void trueClockwise(int n)... | [
"hyeyeon2964@hanmail.net"
] | hyeyeon2964@hanmail.net |
aa8665878bc2528c7c017e67c5f97f388c8fc02d | 8c5117c9de24d8dd42398cdb36948c9f8baf29ad | /QuickFindUF2.java | fddd7a1eee5d7713ad3ef27fa891274ef8505fc1 | [] | no_license | maniprataprana/algorithms | 8cc51c598f9c96935135e42e524217a5f4e666d6 | f54e96ce31f776a738dbd796c45a3f0efd197108 | refs/heads/master | 2021-01-20T08:48:43.558736 | 2015-11-07T15:47:43 | 2015-11-07T15:47:43 | 3,947,388 | 1 | 5 | null | null | null | null | UTF-8 | Java | false | false | 820 | java | //easy implementation of Quick find union operation
//while doing algo course on coursera
//o(n)
public class QuickFindUF2 {
private int[] id;
public QuickFindUF2(int N) {
id = new int[N];
//default set each object to itself
for (int i=0; i<N ; i++) {
id[i] =i;
}
}
public boolean connected(int p,int... | [
"mani.rana@yahoo.co.in"
] | mani.rana@yahoo.co.in |
200742bcb0fcaacb417357db69f10b7f94918c07 | 96cbcd1a19adcea9b42a72e596ab17fffb96419f | /QLcontacts/app/src/main/java/vkz/android/dev/qlcontacts/DatabaseHandler.java | 2ebff42a91957d043d89516698adfee085663f39 | [] | no_license | sonyu/android_projects | bb793b52658ae27567d609af695bb1f9a5b24fa8 | 16077f2b4a4e47174e998defa20b31bb4d571aa5 | refs/heads/master | 2021-01-19T09:55:21.667682 | 2017-02-22T02:05:22 | 2017-02-22T02:05:22 | 82,152,516 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,710 | java | package vkz.android.dev.qlcontacts;
import java.util.ArrayList;
import java.util.List;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.content.Context;
import android.database.sqlite.SQLiteOpenHelper;
import android.database.sqlite.SQLiteDatabase;
/*... | [
"modungchu@gmail.com"
] | modungchu@gmail.com |
4a573c57c0686270627778c17d23122830f23554 | e3c8172ff2d3caa15e712954ad12fbbe97d3c7aa | /app/src/main/java/com/example/food/Login/signup4.java | ac847a00c28d7850a4395b8f85a6a4b8fcc04411 | [] | no_license | AbhishekThakur1007/DinnerToDoor | 46440c8d84d14bc735e6bbb200ff14571124156c | f3f2db8659335d65ff24ac6907f852382fcca679 | refs/heads/master | 2023-07-11T03:55:09.919380 | 2021-08-20T05:42:59 | 2021-08-20T05:42:59 | 398,166,988 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 19,782 | java | package com.example.food.Login;
import android.Manifest;
import android.annotation.SuppressLint;
import android.app.Dialog;
import android.content.Context;
import android.content.Intent;
import android.content.IntentSender;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.graphic... | [
"abhishek104thakur@gmail.com"
] | abhishek104thakur@gmail.com |
1e1350cc1d6d5b2f1013ba8e66e0e2efe8fbc460 | 7527e6e2c770cab2614b5812df2827446213dc7a | /app/src/test/java/com/example/pacod/proyecto/ExampleUnitTest.java | b796e675cf72921cca18c0464b16eac3f7245eb6 | [] | no_license | pacojulian/Photo | d00092dd741f86c9595b251304fa5a6fe39aaeca | d44235245bbf873027d4cf8a4bdfa712dafa87ec | refs/heads/master | 2021-07-18T16:51:13.220153 | 2017-10-24T05:04:37 | 2017-10-24T05:04:37 | 105,835,359 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 404 | java | package com.example.pacod.proyecto;
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 ... | [
"allanfrancisco.jn@gmail.com"
] | allanfrancisco.jn@gmail.com |
93d0c7ff85e362e13202adc45aa601a089832383 | 974327f5b58aed4fd9ab639b8a95b035ed3625f8 | /App/src/main/java/pe/zefira/accesototal/HomeActivity.java | c67423c2ee14c5c129080b21fde8ede4f2b2e530 | [] | no_license | diegoyep/peopleandroid | 89f488007a2d672b34012d34571a7d5cb72383f3 | 328920e50bcf9addac70c8e15edd37c0d3dda3ce | refs/heads/master | 2016-09-11T02:06:28.531575 | 2013-12-01T19:10:54 | 2013-12-01T19:10:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,160 | java | package pe.zefira.accesototal;
import android.app.Activity;
import android.content.Intent;
import android.content.SharedPreferences;
import android.support.v7.app.ActionBarActivity;
import android.support.v7.app.ActionBar;
import android.support.v4.app.Fragment;
import android.os.Bundle;
import android.view.LayoutInfl... | [
"diego.yepes@zefira.pe"
] | diego.yepes@zefira.pe |
0153a01cb862d687b38ed4a169a36b33cf6807ee | a996b02caa1ce8cedb7e40003bc33510844ec3db | /src/DynamicProxy/Subject.java | ca91158ebb12da256841f9f917d3fadd94c64970 | [] | no_license | zjdznl/learnJava | 54603ca14a0e5126ac98ced910a0c0c6a261828d | 268bfe752ceab5b87b1f9a30f02c5265c851eaa9 | refs/heads/master | 2020-03-13T22:36:15.734044 | 2018-05-03T15:22:31 | 2018-05-03T15:22:31 | 131,319,381 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 103 | java | package DynamicProxy;
public interface Subject {
void play();
void sayHello(String string);
} | [
"1215433978@qq.com"
] | 1215433978@qq.com |
dd8a61efd6ac367725d5c0a9a57c7d76c99d95ad | dfdc2c4805cf0fead91983434765fbbd525e0de0 | /src/fitnesse/responders/run/slimResponder/SlimTableTest.java | 914ce01fa5fe7bb73771497de0b5c04c584b1689 | [] | no_license | smryoo/fitnesse | fb2b997e357ce5a18c602b87cb40ad959a1a49b3 | 77a11a67cfb9fc3d18cdf3182af4ef8061c4934b | refs/heads/master | 2020-12-25T03:12:07.458197 | 2008-12-09T15:00:26 | 2008-12-09T15:00:26 | 88,666 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,186 | java | package fitnesse.responders.run.slimResponder;
import static fitnesse.responders.run.slimResponder.SlimTable.Disgracer.disgraceClassName;
import static fitnesse.responders.run.slimResponder.SlimTable.Disgracer.disgraceMethodName;
import static fitnesse.responders.run.slimResponder.SlimTable.approximatelyEqual;
import ... | [
"robertmartin"
] | robertmartin |
9496fd4cf3abfa144a349d8994e69c460a29912a | 9bd092d467d79ff7f350e59076cf09120153e6f7 | /user-service-provider/src/main/java/com/mlk/dubbo/demo/dao/UsersMapper.java | c9000706f277675e870d309abee057c499cec765 | [] | no_license | malikai01/spring-boot-dubbo-demo | 9c07b479ed544262032965b41eb900c07ea48ee5 | 9811d037a09522b1367e2455b608a995da9dd412 | refs/heads/master | 2023-04-11T07:31:24.865222 | 2021-04-26T09:17:20 | 2021-04-26T09:17:20 | 361,686,357 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 443 | java | package com.mlk.dubbo.demo.dao;
import com.mlk.dubbo.demo.model.Users;
import org.springframework.stereotype.Repository;
/**
* @author malikai
* @version 1.0.0
* @date 2021-4-25 17:01
**/
@Repository
public interface UsersMapper {
/**
* 获取用户信息
*
* @param userId
* @return org.apache.catali... | [
"malikai@hujiang.com"
] | malikai@hujiang.com |
18d33e3b81684305fedc3868ff722284d09a2b7c | 0318633c86d3e04c067c55a1dc5f6772817c281d | /src/main/java/com/dianwoba/rha/tx/reids/RedisCompensatableTransactionHelper.java | b6c1dbcfee6a1c96c00a63a309e6d6e17287b729 | [] | no_license | chenghet/rha | a9d07eea82b03d70a3c076ba36c788bbea5b343f | fa5e056797c2479c8db28afae308d8f282dd9915 | refs/heads/master | 2021-01-21T01:44:08.023809 | 2016-07-25T09:09:43 | 2016-07-25T09:09:43 | 63,475,621 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,830 | java | package com.dianwoba.rha.tx.reids;
import com.dianwoba.rha.tx.CompensableTransactionHelper;
import com.dianwoba.rha.tx.CompensableTransactionType;
import com.dianwoba.rha.tx.TransactionItem;
import org.springframework.data.redis.core.RedisOperations;
import org.springframework.data.redis.core.RedisTemplate;
import org... | [
"chenghet@163.com"
] | chenghet@163.com |
89ceb47bef300d4cbd1792d4c5fbcfa5d4f74872 | 35c792b0df52685a991e11d8dacab3a832b977be | /src/main/java/com/example/demo/service/MemberService.java | e298d024fddafb7775e6a05ecee04d83a42b8523 | [] | no_license | gensing/spring-boot | 027a19420913954301204cd5a1d15df43de7bd11 | b4d022cd33bcfb50582d8d888f875e810798c6ab | refs/heads/master | 2023-02-11T18:26:40.272850 | 2021-01-07T09:50:29 | 2021-01-07T09:57:15 | 315,301,944 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 653 | java | package com.example.demo.service;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import com.example.demo.data.dto.MemberDto.MemberRequest;
import com.example.demo.data.dto.MemberDto.MemberResponse;
import com.example.demo.data.dto.MemberDto.MemberUpdateRequest;
import co... | [
"tohvv15h4@naver.com"
] | tohvv15h4@naver.com |
ae38e5c01e5474b92ed268318fe060399452efea | 40207cba83ccabf8f237a42927e89c7c58267698 | /NameSurfer.java | 0c2717c3c36d420c849e3298794c7599545d31b4 | [
"MIT"
] | permissive | maximusdrex/NameSurfer | 2d704e596562354aac7ef086fda13097907b5511 | 8ae6965ccc9652c9efc41a96e78aa25f2399ac4b | refs/heads/master | 2016-08-07T00:17:15.728884 | 2014-08-01T03:34:39 | 2014-08-01T03:34:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,533 | java | /*
* File: NameSurfer.java
* ---------------------
* When it is finished, this program will implements the viewer for
* the baby-name database described in the assignment handout.
*/
import acm.program.*;
import java.awt.event.*;
import javax.swing.*;
public class NameSurfer extends ConsoleProgram implements Nam... | [
"max@theschaefers.com"
] | max@theschaefers.com |
1a32f8e9a20b5fe31abe8ec6a75e6b1c8b78909d | af200a8dc7886f9a0e4ca1252e9558f412377807 | /org.xjtusicd3.portal/src/main/java/org/xjtusicd3/portal/service/AnswerService.java | e9a2603820c652384ff332d4fff0d9f0a2455f6d | [] | no_license | zhaoyanqing624/robot | 3d2417b30625f12842cf55b8f0204477bd1a8804 | cf713b71de5fbf61575ff7423e3fe2e2a40e6b85 | refs/heads/master | 2021-01-22T17:47:47.501771 | 2017-10-28T07:30:40 | 2017-10-28T07:30:40 | 85,032,731 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 349 | java | package org.xjtusicd3.portal.service;
import java.util.List;
import org.xjtusicd3.database.helper.QuestionHelper;
import org.xjtusicd3.database.model.QuestionPersistence;
public class AnswerService {
public static List<QuestionPersistence> getFaq(){
List<QuestionPersistence> list = QuestionHelper.getFa... | [
"810192953@qq.com"
] | 810192953@qq.com |
539ab81738b5388f8d015f981453d7659b477f5f | dc5ca5e24c86c01dd97fe3f321cdaff56906d85f | /src/day2/xml/Demo2.java | b31576db3e759f63c07351649ce0b2864729aa69 | [] | no_license | DesiNF/JavaWeb30- | 0103bcba5ae25e175caaeb3c00d2cbf6d4694fba | 8502813586d013b3158845d41af0a2fbeb0d0f45 | refs/heads/master | 2021-01-20T06:07:19.348978 | 2017-04-30T11:14:14 | 2017-04-30T11:14:14 | 89,846,110 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 6,702 | java | package day2.xml;
import java.io.FileOutputStream;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.parsers.ParserConfigurationException;
import javax.xml.transform.Transformer;
import javax.xml.transform.TransformerFactory;
import javax.xml.transfor... | [
"a312567415@qq.com"
] | a312567415@qq.com |
aab792713546f596efc945953e92f1bb90ec4138 | b9f9ebfccb6e52d6ad240bb686afdec1bdb0ce78 | /chapter06/src/main/java/com/example/chapter06/util/SharedUtil.java | 9071604606659ae37eaa45c7e39c23d5b70d64a5 | [] | no_license | bugkill/myapp | 0f47706edef69c6bc09e76d155e4af4193025cd6 | d0a70b4785148dac6fad48a0b973769c97cd423d | refs/heads/master | 2023-08-26T01:41:57.528944 | 2021-11-07T05:50:22 | 2021-11-07T05:50:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,799 | java | package com.example.chapter06.util;
import android.content.Context;
import android.content.SharedPreferences;
// 这是共享参数的工具类,统一对共享参数的读写操作
public class SharedUtil {
private static SharedUtil mUtil; // 声明一个共享参数工具类的实例
private static SharedPreferences mShared; // 声明一个共享参数的实例
// 通过单例模式获取共享参数工具类的唯一实例
public... | [
"aqi00@163.com"
] | aqi00@163.com |
65ea8e8721f4ae73bf35201b30dbcf5f41c0d017 | 53efcbcb8210a01c3a57cdc2784926ebc22d6412 | /src/main/java/br/com/fieesq/model54330/FieEsq45303.java | 3f5c5fdda8eaa35811c7083182fc235778ef8dc4 | [] | no_license | fie23777/frontCercamento | d57846ac985f4023a8104a0872ca4a226509bbf2 | 6282f842544ab4ea332fe7802d08cf4e352f0ae3 | refs/heads/master | 2021-04-27T17:29:56.793349 | 2018-02-21T10:32:23 | 2018-02-21T10:32:23 | 122,322,301 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 768 | java | package br.com.fieesq.model54330;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Transient;
@Entity
public class FieEsq45303 {
@Id @GeneratedValue(strategy=GenerationType.IDENTITY)
private int... | [
"fie2377@gmail.com"
] | fie2377@gmail.com |
9cadf3a3b84b988fb842ddbacec72ed1e0c2226a | 4f1d817d4e62fd45027caa92d58cc0f0c535ef48 | /src/com/megateam/oscidroid/usbData.java | 8bc702a46ca490d347fb3e25177be6cc4caa1cc8 | [] | no_license | rexnanet/oscidroid | 8bba52dc7eca137c81e9cf0db764267d1c517708 | 48570b9c7a86e104a736d132776e7ae0ebf90ee9 | refs/heads/master | 2021-01-18T10:48:24.272026 | 2015-10-06T23:06:11 | 2015-10-06T23:06:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 806 | java | package com.megateam.oscidroid;
public class usbData implements sourceIface{
private int numPointsPerChannel;
public usbData(int numPointsPerChannel) {
this.numPointsPerChannel=numPointsPerChannel;
}
@Override
public byte[] getSamples(int channel) {
// TODO Auto-generated method stub
re... | [
"sergio-l-marques@sapo.pt"
] | sergio-l-marques@sapo.pt |
070546d5a69aa3c0731b5acf943aa18001234522 | ddbefd3db2bbd229c6e655dbd06568944d0137dc | /src/main/java/helpers/ManagedFileResource.java | 2edb7176e81a6c427ad5ad1bb1c7a30e34781e4e | [
"MIT",
"LicenseRef-scancode-proprietary-license"
] | permissive | alphagov/verify-test-utils | 8fbe3fba431936ff3e40aba656f082719a458db7 | 6df7ea9fdcf836bbdeb34f38a14129fd9bbebe2c | refs/heads/master | 2022-10-22T16:12:31.266853 | 2022-10-17T16:05:13 | 2022-10-17T16:05:13 | 100,490,254 | 0 | 3 | MIT | 2022-10-17T15:57:35 | 2017-08-16T13:06:30 | Java | UTF-8 | Java | false | false | 111 | java | package helpers;
public interface ManagedFileResource {
public void create();
public void delete();
}
| [
"anshul.sirur@digital.cabinet-office.gov.uk"
] | anshul.sirur@digital.cabinet-office.gov.uk |
0aa7e659a776961b56dee092e83da1283fcf5292 | cf4534cdab44bb6977b0a129890dd3c67b05f905 | /src/com/kh/appoproject/advice/faq/model/vo/Faq.java | 473ca1de9963a74cadd2cd7dd497f8bd688d3e1f | [] | no_license | kth4249/AppoProject | 65b4a873af301c3c23fad6ac483c889f7126e0bf | c6c39a3fb6f4839bbdf0dccd9892066efaed5c46 | refs/heads/master | 2022-04-20T22:08:06.584171 | 2020-04-12T09:09:33 | 2020-04-12T09:09:33 | 255,044,684 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,796 | java | package com.kh.appoproject.advice.faq.model.vo;
import java.sql.Date;
public class Faq {
private int faqNo;
private String faqClass;
private String faqTitle;
private String faqContent;
private Date faqCreateDate;
public Faq() {
// TODO Auto-generated constructor stub
}
public Faq(int faqNo, String faqCla... | [
"desales4249@gmail.com"
] | desales4249@gmail.com |
fa706cb0f6d73426fe2c432c569ce1a44ce70e45 | e9affefd4e89b3c7e2064fee8833d7838c0e0abc | /aws-java-sdk-managedblockchainquery/src/main/java/com/amazonaws/services/managedblockchainquery/AmazonManagedBlockchainQueryClient.java | 96cf217726c36e1426ab0d92f9d710d26b2bc276 | [
"Apache-2.0"
] | permissive | aws/aws-sdk-java | 2c6199b12b47345b5d3c50e425dabba56e279190 | bab987ab604575f41a76864f755f49386e3264b4 | refs/heads/master | 2023-08-29T10:49:07.379135 | 2023-08-28T21:05:55 | 2023-08-28T21:05:55 | 574,877 | 3,695 | 3,092 | Apache-2.0 | 2023-09-13T23:35:28 | 2010-03-22T23:34:58 | null | UTF-8 | Java | false | false | 34,475 | java | /*
* Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
f708c8ab9552fc3d274f8ec965bbd0526573457f | 95d219a4dfec04a18bdd639395bee14f412397c5 | /src/main/java/com/kh/dp/side/controller/SideController.java | c65bc143fee4ecd046ad7247381e583a2106af19 | [
"MIT"
] | permissive | finalDoproject/DoProject- | 5d91ded6ca2817a8feb5cd6e19c3a30d229c7d67 | eeb8751ab8f01172f8cd6d36a2a526163763908b | refs/heads/master | 2020-04-12T12:52:05.869285 | 2019-01-14T05:56:11 | 2019-01-14T05:56:11 | 162,504,897 | 0 | 0 | MIT | 2019-01-16T06:08:22 | 2018-12-20T00:17:17 | Java | UTF-8 | Java | false | false | 2,616 | java | package com.kh.dp.side.controller;
import java.sql.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web... | [
"user1@KH_H"
] | user1@KH_H |
d20fe05b3799c9f7a1b95c2040b33d155d165560 | 29c3138f8d59804254ef542cb53685d13b8ea9fd | /Project_160/src/method_return_types/Repository.java | 60ab8d494c8775c61ad34ae35439a7cf8782c86d | [] | no_license | sunilreddyg/27th_Feb_10AM_2019 | 209a9cc7ba0d85f06b30c24f1cfc6220640ac736 | 970826ca42800dec30672c3349110c62aa887932 | refs/heads/master | 2020-04-28T03:39:48.475085 | 2019-05-20T07:44:04 | 2019-05-20T07:44:04 | 174,946,103 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 11,478 | java | package method_return_types;
import java.io.File;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.List;
import java.util.Set;
import java.util.concurrent.TimeUnit;
import org.apache.commons.io.FileUtils;
import org.openqa.selenium.By;
import org.openqa... | [
"Administrator@192.168.2.9"
] | Administrator@192.168.2.9 |
6216e0a555e2db8cf160a613b56995ecfc0cb741 | d0f7e407f34a730e73aece9adfe5f63d0b624722 | /RealmeParts/src/com/realme/realmeparts/kcal/PresetDialog.java | 04f27be4f40e3fed4c680aff52219bbe0dfab863 | [] | no_license | Recov-Ofrp/ebo_device_realme_RMX1801 | b983f29f3e88290ee3b8751a8ca04f76abc6ee8b | d78d9a1ecf914e052506f95ea180740f732b24e1 | refs/heads/main | 2023-03-29T07:55:18.530034 | 2021-02-18T13:16:43 | 2021-03-30T16:05:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,318 | java | package com.realme.realmeparts.kcal;
import android.app.AlertDialog;
import android.app.Dialog;
import android.app.DialogFragment;
import android.app.FragmentManager;
import android.content.DialogInterface;
import android.os.Bundle;
import com.realme.realmeparts.R;
public class PresetDialog extends DialogFragment {
... | [
"adityasingh1768@gmail.com"
] | adityasingh1768@gmail.com |
217878a47f20aced995280725d52f8b066406dda | c9418479bd6da8d3b0d710e04f7d2f8f0a73d0ea | /tuotannonohjaus/src/main/java/dicip/domain/WorkPhase.java | a7f4f6607f16e05e08ebd4342000989a47ced8b8 | [] | no_license | Skorp7/ot-harjoitustyo | b3ce6e098915c866a657532db053ada02acdb434 | 9ed022bc27df81dfa86284b284fdf5c1584efcb6 | refs/heads/master | 2021-03-08T05:51:40.484604 | 2020-05-08T07:54:22 | 2020-05-08T07:54:22 | 246,323,181 | 0 | 0 | null | 2020-10-13T20:38:12 | 2020-03-10T14:28:55 | Java | UTF-8 | Java | false | false | 1,102 | java | package dicip.domain;
/**
*
* @author sakorpi
*/
/**
*
* Class represents a single work phase (event)
*/
public class WorkPhase {
private String workphase;
private String orderCode;
private String userName;
private String description;
private String timestamp;
public WorkPhase(String ti... | [
"sanna.korpi@live.fi"
] | sanna.korpi@live.fi |
58588b3a40d767e4bcc80cd0f68e09fc3e6112c9 | 603b90b829a5c4c8ec37113d8a47d504414c4c4a | /src/main/java/ru/dsoccer1980/auth/Main2.java | 8af3e4d552f7516761ba3796941d3acaac166dd7 | [] | no_license | dsoccer1980/smartid | c6b5a5106cbbb016fb79114a96f1be60a988fff1 | 8ae6c52e4959f14202d6c4aa732dd233a931da69 | refs/heads/master | 2023-01-29T09:30:38.614929 | 2020-12-04T11:24:26 | 2020-12-04T11:24:26 | 318,494,793 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,438 | java | package ru.dsoccer1980.auth;
import com.jcabi.log.Logger;
import ee.sk.smartid.SmartIdClient;
import ee.sk.smartid.VerificationCodeCalculator;
import ee.sk.smartid.digidoc4j.SmartIdSignatureToken;
import ee.sk.smartid.rest.dao.NationalIdentity;
import eu.europa.esig.dss.DSSUtils;
import java.io.File;
import java.io.Fi... | [
"deniss.vorosnin@aktors.ee"
] | deniss.vorosnin@aktors.ee |
5a71dbf51946c8fa7d4fe3aa378a2ee4aa5e7424 | 529f8900a637f41f8064005e44feb470d438bd4c | /src/main/java/operations/ScreenShots.java | dfdeb656bc33f4f20ffc6fa1b9ff695fe61447dd | [] | no_license | mayuri68/Framework | 21af9a736ce2e4be763f8c7f721416c32f3b1659 | c4751afbc8d832c60f892412c70a2c5db0444d2b | refs/heads/master | 2023-01-24T01:23:27.443284 | 2020-11-19T17:13:56 | 2020-11-19T17:13:56 | 314,316,439 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 928 | java | package operations;
import java.io.File;
import org.openqa.selenium.OutputType;
import org.apache.commons.io.*;
import org.openqa.selenium.TakesScreenshot;
import org.openqa.selenium.WebDriver;
public class ScreenShots {
public static void captureScreenShot(WebDriver driver, String ScreenShotName)
... | [
"mayurigarg8@gmail.com"
] | mayurigarg8@gmail.com |
8c21a5251de1360f352993e6c33c0db2d901f6b8 | 8f58f82a8b881df342abeeca58f67b4e7b8622fb | /src/main/java/com/cinema/dao/MovieRepository.java | 16e25aaef963b25e1a8f48d96fefda052f7fff6d | [] | no_license | Jenda456/SemestralniPrace | 286d3c6b54aa16d372b807441417672b14283724 | f3955fe3cc4383412d37250faca3ee9844392d01 | refs/heads/master | 2020-09-13T07:47:53.563077 | 2020-01-11T13:29:08 | 2020-01-11T13:29:08 | 222,700,296 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 249 | java | package com.cinema.dao;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import com.cinema.entity.Movie;
public interface MovieRepository extends JpaRepository<Movie, Integer> {
List<Movie> findAll();
}
| [
"34547499+Jenda456@users.noreply.github.com"
] | 34547499+Jenda456@users.noreply.github.com |
ffffbf1ed400f775ea1d16bd5724c7eb7c0eda4c | d31341a19eb9bf2b27e1a5bcc04417ce4f0bc0db | /src/actionLei/Aaction.java | 000c8061c0d7db90dccac3ef377ea772fedc3246 | [] | no_license | thy123456789/AWeb | 34ff3ad60c2f52d60587d27e8b2e38e903faed19 | 007d5bc1849d18c0aecb6817891da50189a56548 | refs/heads/master | 2021-01-22T02:34:46.334507 | 2017-02-06T01:33:47 | 2017-02-06T01:33:47 | 81,057,693 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 124 | java | package actionLei;
public class Aaction<AService> {
AService aa ;
public String x(){
return "xx";
}
}
| [
"thy-t186@DLT01040.dinpay.net"
] | thy-t186@DLT01040.dinpay.net |
05f10e4a2fd805ae60189aff2c667b528d1c14e9 | b55d3b2332871cad182ed82e01786780886d1dd0 | /src/medium/AirplaneSeatAssignmentProbability.java | 322fb658ebe3ebcca366788c3520278fe19b455a | [] | no_license | acrush37/leetcode-dp | 58c64735777c523a9627ef2950c8b865f0e33337 | 2fc10059c0151e8ef8dc948e8509be4bc3ad0796 | refs/heads/master | 2022-04-10T18:00:02.187481 | 2020-03-02T06:35:35 | 2020-03-02T06:35:35 | 215,553,677 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 872 | java | package medium;
/*
n passengers board an airplane with exactly n seats.
The first passenger has lost the ticket and picks a seat randomly. But after that, the rest of passengers will:
Take their own seat if it is still available,
Pick other seats randomly when they find their seat occupied
What is... | [
"acrush37@gmail.com"
] | acrush37@gmail.com |
403769e9f73cd9b7f0a9b70f2aaed128685cbc0d | 4d6f449339b36b8d4c25d8772212bf6cd339f087 | /netreflected/src/Framework/System.IdentityModel,Version=4.0.0.0,Culture=neutral,PublicKeyToken=b77a5c561934e089/system/identitymodel/tokens/EncryptedKeyEncryptingCredentials.java | 3af7c6aedf0e6d3d28296ef4b47b34c86bb4b1c1 | [
"MIT"
] | permissive | lvyitian/JCOReflector | 299a64550394db3e663567efc6e1996754f6946e | 7e420dca504090b817c2fe208e4649804df1c3e1 | refs/heads/master | 2022-12-07T21:13:06.208025 | 2020-08-28T09:49:29 | 2020-08-28T09:49:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,557 | java | /*
* MIT License
*
* Copyright (c) 2020 MASES s.r.l.
*
* 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, cop... | [
"mario.mastrodicasa@masesgroup.com"
] | mario.mastrodicasa@masesgroup.com |
f1b392822ca8b39b4313843e2fcb2e0fcee4096b | a1acdbbf65d6361fb9ea3ef86cfc47d5937c9dff | /app/src/main/java/ru/net/serbis/slideshow/impl/Widget2.java | dea2905a411694c0709d68133cc62d915c7cecd3 | [] | no_license | garbarick/SBSlideshow | e53d58b46a60da9af709fddc1a389dd4c328f471 | 2a7efc090faf322ed0175640251727b282700055 | refs/heads/master | 2023-07-29T01:16:07.726938 | 2023-07-09T18:53:35 | 2023-07-09T18:53:35 | 89,342,396 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 179 | java | package ru.net.serbis.slideshow.impl;
import ru.net.serbis.slideshow.activity.Widget;
/**
* SEBY0408
*/
public class Widget2 extends Widget
{
{
count = 2;
}
}
| [
"serbis@gmail.com"
] | serbis@gmail.com |
e3a539776525714daaed52bdf73b91ecb5da9588 | fa31bc3b859254c98222a79855025ac9f0d4fbd6 | /src/RemoveDuplicatesfromSortedArray.java | 44d53b7dbcf98539a04273960a827d9eee02dff3 | [] | no_license | luoyangylh/MyLeetCodeRepo | 2d36ad2e6036bd2dffefd3094f5661f3a5b03aee | 48613cd6f58eb1d0c545f74f08dbe09bc737ae1a | refs/heads/master | 2020-09-22T12:48:30.290389 | 2014-07-24T04:19:17 | 2014-07-24T04:19:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 334 | java | // Remove Duplicates from Sorted Array
public class RemoveDuplicatesfromSortedArray {
public int removeDuplicates(int[] A) {
if (A.length == 0) return 0;
int index = 0;
for (int i = 1; i < A.length; i++) {
if (A[index] != A[i]) {
A[++index] = A[i];
}
}
return inde... | [
"longhuayou@gmail.com"
] | longhuayou@gmail.com |
862655bd78834e080ddde0ceda3660112fd09dc7 | aa56b9a7335ce95cb40483099d500b601a217a0a | /APLesson_06/APLab_06_1_Ex8.java | da2f4b5033ccb983c7cb05328e0aa37aab851986 | [] | no_license | doanj2882/Doan_Jared | d7bae51bc7b8a0bb7348bea6af62ea1de5787054 | 78fc3f8c6f9b03bd61e08ca10b27f33c7c789c19 | refs/heads/master | 2021-01-24T02:16:45.898435 | 2017-05-25T22:39:37 | 2017-05-25T22:39:37 | 67,253,869 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 313 | java | public class APLab_06_1_Ex8
{
public static void main(String[]args)
{
sing("Na", 4);
sing("Na", 4);
sing("Hey", 4);
sing("Goodbye!", 1);
}
public static void sing(String word, int times)
{
for(int i = 1; i <= times; i++)
{
System.out.print(word + " " );
}
System.out.println();
}
} | [
"DoanJ2882@sduhsd.lan"
] | DoanJ2882@sduhsd.lan |
8530dac2ffd495ea03d10f3143d3506ad43d0a5a | 32580df67955c6e9c98946936ae95c8e6dfabdc7 | /src/article/service/DeleteRequest.java | d050dbb39b36ee480843a0cdfec8283a2a85484f | [] | no_license | yongk402/board20200727 | 9e28f1f5d99f50a691f29e04f8f30a982f73af97 | 015bfd22c7f0610f18b66a16ea0515c1157373c5 | refs/heads/master | 2022-11-26T11:14:34.322668 | 2020-07-31T08:44:21 | 2020-07-31T08:44:21 | 282,756,181 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 422 | java | package article.service;
import java.util.Map;
// model
public class DeleteRequest {
private String userId;
private int articleNumber;
public DeleteRequest(String userId, int articleNumber) {
super();
this.userId = userId;
this.articleNumber = articleNumber;
}
public String getUs... | [
"yongk402@hanmail.net"
] | yongk402@hanmail.net |
7d3805276c916f92ea0e86d51949cca85a87dc37 | 0691d8e0cd3cb42025656fec1eff92d0267f914c | /Trabalho PAA TP1/Dinâmico/tp1.java | e02b8281692b65459759837a903ce1e70033e964 | [] | no_license | adhonay/Projeto-e-Analise-de-Algoritmos-PAA | 649fc329e2e5eb2a3f31f6028afe0ccc2c4fa606 | ef2114175116c99cfb5abbe094aedbc6f0ad686c | refs/heads/master | 2020-06-04T12:15:13.372585 | 2019-06-14T23:49:57 | 2019-06-14T23:49:57 | 192,017,018 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,407 | java | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.text.DecimalFormat;
import java.time.Duration;
import java.time.Instant;
import java.util.Calendar;
import java.util.StringTokenizer;
import java.util.TimeZone;
public class tp1 {
static int NPratos, Orcament... | [
"junioradhonay.gmail.com"
] | junioradhonay.gmail.com |
0f2eb2c336b6d18a1c3ccbc6f660f349194281dd | 785935d20cf142e2edfdbeda24d52d4e39c96dd0 | /ItemBasedReco/src/main/java/com/naveen/reducer/MatrixProductCombiner.java | 70578b584741237e56859ab535086912aa140d6c | [] | no_license | chetkhatri/BigDataSoftwareProject | 703429bc6bc18a5506e22584d2a360609e8081f7 | 4a81db102cedb8ad3c6c8e90c3dfb57db842adbb | refs/heads/master | 2021-01-20T23:23:31.648077 | 2015-03-16T02:41:56 | 2015-03-16T02:41:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,296 | java | package com.naveen.reducer;
import java.io.IOException;
import java.util.Arrays;
import java.util.HashMap;
import java.util.Map;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Reducer;
import org.apache.hadoop.mapreduce.Reducer.Context;
/*
* This class is used as a combiner for thi... | [
"vmadhire@indiana.edu"
] | vmadhire@indiana.edu |
7e611ce7ce085d0192936adfd8b3bd7c446ae148 | 35cf5fc818ecf7107561f4feff6bd2374119633b | /ch6/sec02/SetViews.java | 7fa6b787f317ebbecf7a3df1b03add862d4e7962 | [] | no_license | javamax/java8-horstmann-book | 97a4f5982131e5c9015ae45989d5aae188b87754 | a440ab2eabff0d8d46ca8edc42a037f137750762 | refs/heads/master | 2021-01-23T15:42:43.355435 | 2014-09-29T22:38:09 | 2014-09-29T22:38:09 | 24,486,668 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 362 | java | import java.util.*;
import java.util.concurrent.*;
public class SetViews {
public static void main(String[] args) {
Set<String> words = ConcurrentHashMap.<String>newKeySet();
ConcurrentHashMap<String, Long> map = new ConcurrentHashMap<>();
words = map.keySet(1L);
words.add("Java");
Sy... | [
"grohot@gmail.com"
] | grohot@gmail.com |
d327d1ceee0110bc171a6b6e7bc9b39df8bdacd2 | ae69e30f8eb4ff2cd47e2336b2a2b31f271a3e5a | /Java/atcoder/beginner_100_199/beginner_190/E.java | 6dac026022eed5f5e65a5fd5bbd336026d37e2f2 | [] | no_license | bdugersuren/CompetitiveProgramming | f35048ef8e5345c5219c992f2be8b84e1f7f1cb8 | cd571222aabe3de952d90d6ddda055aa3b8c08d9 | refs/heads/master | 2023-05-12T00:45:15.065209 | 2021-05-14T13:24:53 | 2021-05-14T13:24:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,993 | java | package atcoder.beginner_100_199.beginner_190;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayDeque;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.Deque;
import java.util.HashMap;
import java.util.... | [
"nirvana_rsc@yahoo.com"
] | nirvana_rsc@yahoo.com |
b845922d74fac114b6a77fc935c19b09555eb899 | c98bee6b29dd8b62cce8c96dea7b2daeac7f12f9 | /Blogger2/app/src/androidTest/java/com/example/root/blogger2/ApplicationTest.java | da7acf836a35526a7e3dc01d55d5ce1df5b8f7f3 | [] | no_license | Audakel/Android-Dev-Apps | a721574f31e567fb3bd11e587a039c55fc7e785a | 284f62dab1b5d9606c5190d16b10009d9759bc7e | refs/heads/master | 2021-01-01T19:16:21.672778 | 2014-11-07T21:36:01 | 2014-11-07T21:36:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 356 | java | package com.example.root.blogger2;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
... | [
"aus@mailinator.com"
] | aus@mailinator.com |
603e9874d39a074ebe20b5b37e225ad1cb6fe6a7 | 3b4e038ad9bd5e4c3557bfb37165f6c6b24c4459 | /src/waq/hbwl/service/CustomerServiceImpl.java | 691dad319bbee90c8ba46097ad5d7ad517907611 | [] | no_license | Kraty/ssm-integration | 73fc8ff0a1e84812bd4053848fd4f2baf6a07a69 | 8491015e7bc4dd97777e2e26d6a1240b37ac2579 | refs/heads/master | 2022-11-17T18:36:01.724835 | 2020-07-16T09:11:00 | 2020-07-16T09:11:00 | 280,103,498 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 534 | java | package waq.hbwl.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import waq.hbwl.dao.CustomerDao;
import waq.hbwl.po.Customer;
@Service
@Transactional
public class CustomerServiceImp... | [
"1457659929@qq.com"
] | 1457659929@qq.com |
1310d3c1e96cdd5f77172c24acb55aab408ff398 | cd8843d24154202f92eaf7d6986d05a7266dea05 | /saaf-base-5.0/1008_saaf-schedule-model/src/main/java/com/sie/saaf/business/model/inter/server/TtaUserInterfaceServer.java | 0359323a46891d81d7b7ba907bb350e283dd3c01 | [] | no_license | lingxiaoti/tta_system | fbc46c7efc4d408b08b0ebb58b55d2ad1450438f | b475293644bfabba9aeecfc5bd6353a87e8663eb | refs/heads/master | 2023-03-02T04:24:42.081665 | 2021-02-07T06:48:02 | 2021-02-07T06:48:02 | 336,717,227 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,396 | java | package com.sie.saaf.business.model.inter.server;
import com.sie.saaf.business.model.inter.ITtaUserInterface;
import com.sie.saaf.common.model.dao.BaseCommonDAO_HI;
import com.sie.saaf.common.model.inter.server.BaseCommonServer;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.... | [
"huang491591@qq.com"
] | huang491591@qq.com |
11b8117c9e7fa9dc879eba26dafba2b891800ad9 | 7c05d5558c1c00fcdfff834bfe3197f218c367bd | /server/async-app/src/main/java/de/codedoor/async/workshop/jms/QueueMessageConsumer.java | 64b14d4217635242072ce04f2429e5c5eeaef21b | [] | no_license | waldi5001/asyncWorkshop | cab0b60ebc8b0a476aea1d3fac47797029626a02 | db82521e1bc7308fee640f91c0866f2f7ff2520c | refs/heads/master | 2021-06-24T20:28:51.468598 | 2020-12-05T20:51:06 | 2020-12-05T20:51:06 | 172,742,842 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,625 | java | package de.codedoor.async.workshop.jms;
import javax.annotation.Resource;
import javax.ejb.MessageDriven;
import javax.ejb.MessageDrivenContext;
import javax.jms.ConnectionFactory;
import javax.jms.Message;
import javax.jms.MessageListener;
import javax.jms.Topic;
import org.springframework.jms.core.JmsTemplate;
impo... | [
"6708838+waldi5001@users.noreply.github.com"
] | 6708838+waldi5001@users.noreply.github.com |
829e2f332b210d0055d493023896c02af5c52b7b | 2d620b68268d99ec404036fd615578c536748cd4 | /src/main/java/org/gradoop/demo/server/pojo/enums/VertexDegreeType.java | 49e832b1b44869b24dc8ad649243cb31dcd23c15 | [
"Apache-2.0"
] | permissive | niklasteichmann/gradoop_demo | baea68b572a2f77aca9e073813c1aa904ce57a04 | c406c7b078edf3e3b131a92dd89399c17341b9c5 | refs/heads/master | 2020-04-09T21:07:39.902178 | 2018-12-10T14:11:11 | 2018-12-10T14:11:11 | 160,592,642 | 0 | 0 | Apache-2.0 | 2018-12-05T23:43:47 | 2018-12-05T23:43:47 | null | UTF-8 | Java | false | false | 703 | java | package org.gradoop.demo.server.pojo.enums;
public class VertexDegreeType {
public enum Type {
IN,
OUT,
BOTH
}
private Type type;
private VertexDegreeType(Type type) {
this.type = type;
}
public static VertexDegreeType fromString(String typeString) {
switch (typeString) {
case... | [
"teichmann@studserv.uni-leipzig.de"
] | teichmann@studserv.uni-leipzig.de |
c6a4e075c7d2e3094c64865513d706f0adcf2715 | ed161b01dd8bb586278bec403ea528c404581ec5 | /java/com/ibm/ecosystem/conext/core/QueryDBPedia.java | 3140632f36351530ad6c33c21d914fcd84a60937 | [] | no_license | lkrishnamurthy/ConExT | 03e9c16adfd9f503e0df50933de178462c50e573 | a554be662fce3c97627168293412a64fdd15eab8 | refs/heads/master | 2020-03-25T05:49:02.502689 | 2018-08-17T15:23:17 | 2018-08-17T15:23:17 | 143,467,110 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,902 | java | package com.ibm.ecosystem.conext.core;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.net.MalformedURLException;
import java.net.URI;
import java.net.URISynt... | [
"l.krishna@us.ibm.com"
] | l.krishna@us.ibm.com |
3a564208fb1a75a23b74f15dfeda10e1df672055 | 95f0326aa373b1ee4a29fe4d22740bee9e47b2ea | /app/src/main/java/com/xsd/jx/adapter/JobSearchAdapter.java | 8b59d10e4b0271dc5c5281e80e1e7853cc76aac2 | [] | no_license | soon14/Worker | a3f212def1fae650eec46a3db3fd31aaa571b3b0 | 86b376a5c51b792938e3fe1e7dce991547c0cf9e | refs/heads/master | 2023-01-04T04:14:07.137744 | 2020-11-05T01:48:16 | 2020-11-05T01:48:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 809 | java | package com.xsd.jx.adapter;
import com.chad.library.adapter.base.BaseQuickAdapter;
import com.chad.library.adapter.base.viewholder.BaseDataBindingHolder;
import com.xsd.jx.R;
import com.xsd.jx.bean.JobSearchBean;
import com.xsd.jx.databinding.ItemJobSearchBinding;
import org.jetbrains.annotations.NotNull;
/**
* Dat... | [
"495303648@qq.com"
] | 495303648@qq.com |
d7d69c5842ff73750fcde8de5c6f477877136ea6 | ed5159d056e98d6715357d0d14a9b3f20b764f89 | /src/irvine/oeis/a220/A220148.java | 7a987589eb4858935b3a6405fffd6b3c2aaf2d38 | [] | no_license | flywind2/joeis | c5753169cf562939b04dd246f8a2958e97f74558 | e5efd6971a0062ac99f4fae21a7c78c9f9e74fea | refs/heads/master | 2020-09-13T18:34:35.080552 | 2019-11-19T05:40:55 | 2019-11-19T05:40:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 711 | java | package irvine.oeis.a220;
// Generated by gen_pattern.pl - DO NOT EDIT here!
import irvine.oeis.GeneratingFunctionSequence;
/**
* A220148 Number of <code>n X 3</code> arrays of the minimum value of corresponding elements and their horizontal or diagonal neighbors in a random, but sorted with lexicographically nondec... | [
"sean.irvine@realtimegenomics.com"
] | sean.irvine@realtimegenomics.com |
a2d7373d5fcf76ade9e8234b1b70b2b424304a48 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/24/24_83ab4d29e88c280ee33f60c5aa1b413489972018/SubstructureTreeNode/24_83ab4d29e88c280ee33f60c5aa1b413489972018_SubstructureTreeNode_s.java | c2534be952c1f8ed765f9fe5b96b95ab462fd7cc | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 2,730 | java | /*
* Metadata Editor
*
* Metadata Editor - Rich internet application for editing metadata.
* Copyright (C) 2011 Jiri Kremser (kremser@mzk.cz)
* Moravian Library in Brno
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* ... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
0edfd543a73f4ec919aa10118320c78d3015c7ec | 7ed1524ce87bb8a75c22a7df873a70252fcc0ba6 | /src/Dinner.java | e25f60641f2538b37be147a58f41a6188305bfad | [] | no_license | ehavlin/Whats-For-Dinner | eca7c4bb82b96a7d0b463899c56dba336d964794 | c91e05215284037b349cff6d6397a649860d2517 | refs/heads/master | 2020-02-26T15:41:27.974419 | 2016-10-12T22:17:03 | 2016-10-12T22:17:03 | 70,744,462 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 232 | java |
public class Dinner {
private String name;
public Dinner(String NewName) {
name = NewName;
}
public String getName() {
return name;
}
public String getURL() {
return null;
}
}
| [
"ehavlin@hotmail.com"
] | ehavlin@hotmail.com |
d4db96c0698310b10797675d1090f7eb2a4cd204 | a522fad022f5ddd407822224ca6e9b4936c7535b | /maui/MauiIOJmzTab/src/net/sf/maltcms/chromaui/project/spi/descriptors/mztab/containers/AssayContainer.java | 7ab9dbf4d2e687da9733c4efbd71e60673d71020 | [] | no_license | nilshoffmann/maui | 01154860f02618c50456036fac84f2660f8af0a6 | acf30360b4bbee5a0afb6514bb6693da9bd795e9 | refs/heads/master | 2021-01-22T09:01:12.758407 | 2021-01-15T07:31:43 | 2021-01-15T07:31:43 | 39,154,886 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,193 | java | /*
* Maui, Maltcms User Interface.
* Copyright (C) 2008-2014, The authors of Maui. All rights reserved.
*
* Project website: http://maltcms.sf.net
*
* Maui may be used under the terms of either the
*
* GNU Lesser General Public License (LGPL)
* http://www.gnu.org/licenses/lgpl.html
*
* or the
*
* Eclipse ... | [
"nilshoffmann@users.sf.net"
] | nilshoffmann@users.sf.net |
e2d2a5f355060cdcdbe7400430d7568a2f3ca60c | a15d4565864d8cecf88f4a9a92139c9c41578c8f | /modules/service/org.jowidgets.invocation.service.common.api/src/main/java/org/jowidgets/invocation/service/common/api/IInterimResponseCallback.java | 60c29b3a1c495f09a2752de59c6dbc78e7f98096 | [] | no_license | jo-source/jo-client-platform | f4800d121df6b982639390f3507da237fc5426c1 | 2f346b26fa956c6d6612fef2d0ef3eedbb390d7a | refs/heads/master | 2021-01-23T10:03:16.067646 | 2019-04-29T11:43:04 | 2019-04-29T11:43:04 | 39,776,103 | 2 | 3 | null | 2016-08-24T13:53:07 | 2015-07-27T13:33:59 | Java | UTF-8 | Java | false | false | 1,734 | java | /*
* Copyright (c) 2011, grossmann
* 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 of condit... | [
"herr.grossmann@gmx.de"
] | herr.grossmann@gmx.de |
0262722afbbe00e1f2bc7467e834843cb39c0a9e | 3edd11e4a5fd6e46c453efefedd4f7e95820dc50 | /src/main/java/com/big/web/b2b_big2/flight/api/kalstar/action/ISqivaAction.java | 6e3c79109c47d24d838c3db2f49b038a80c1c702 | [] | no_license | elkana911/b2b-big2 | 6e6bb74b8ecdfc53a462e04d519044039cb49a6a | bbb411eb0d3f57b91b9a6ae09b045294da5606c1 | refs/heads/master | 2020-12-04T06:05:24.873315 | 2016-08-23T21:46:48 | 2016-08-23T21:46:48 | 66,405,547 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 295 | java | package com.big.web.b2b_big2.flight.api.kalstar.action;
public interface ISqivaAction {
// final String API_KEY = "5EB9FE68-8915-11E0-BEA0-C9892766ECF2";
// final String rootUrl = "http://ws.demo.awan.sqiva.com/?rqid=" + API_KEY + "&airline_code=W2";
Object execute() throws Exception;
}
| [
"ellkana@gmail.com"
] | ellkana@gmail.com |
338845026b3ee9e7cc4e65235075f5c9d97055b9 | 7fb33561361fa9de8f59a6a936da6b0c61287634 | /trendParentProject/index-data-service/src/main/java/cn/how2j/trend/pojo/IndexData.java | a3369d886b80a3edd031a6f667554e0eb25393fb | [] | no_license | laogui1999/trendParentProject | 711fb1fe2c195468e17dcb969e16ab8a67e1486e | fe44a127f3b5a4c6fc446700cdcef05dce77cb97 | refs/heads/master | 2020-09-08T17:33:13.357099 | 2019-11-13T09:32:56 | 2019-11-13T09:32:56 | 221,197,030 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 462 | java | package cn.how2j.trend.pojo;
/**
* 实体类
* @author laogui1999
*
*/
public class IndexData {
String date;
float closePoint;
public String getDate() {
return date;
}
public void setDate(String date) {
this.date = date;
}
public float getClosePoint() {
... | [
"1057082709@qq.com"
] | 1057082709@qq.com |
5cc340d92c05dd02b2ae7fd1c70fafe66b7a77fd | 1e5b524e6225fe48a92b01996ea6014bc59ed8e8 | /src/main/java/it/tests/pdfmanager/PdfManagerV2.java | e5c41d99b09122e7dafee76120bd21db7be70e8a | [] | no_license | Andrea89dev/pdfManager | ac0cf18ad2ca8df13a014c9670face4584845d31 | f83e8cc4d9cb8dd60d4c89c2222ec0c6eb5def38 | refs/heads/master | 2022-12-27T08:16:22.752068 | 2020-10-09T17:01:55 | 2020-10-09T17:01:55 | 302,702,859 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,414 | java | package it.tests.pdfmanager;
import it.tests.pdfmanager.bean.VehicleServiceBO;
import org.apache.commons.lang3.RandomUtils;
import org.apache.commons.lang3.StringUtils;
import org.apache.pdfbox.cos.COSDictionary;
import org.apache.pdfbox.cos.COSName;
import org.apache.pdfbox.multipdf.Overlay;
import org.apache.pdfbox.... | [
"andrea.cazzola@accenture.com"
] | andrea.cazzola@accenture.com |
a59c5b2d20c49089ab563f09a5f824226d7121a5 | f87a15dbd036962c651dd6de36e0f6e812b1d47c | /src/main/java/cn/deal/component/CustomerFilterComponent.java | c4bcd1cb76f237fa4059c9f0a99df31b3f1a7a85 | [] | no_license | kkb-deal/deal-core2-server | 4c63472436c1eab3a8b1136e281535aeb59145b3 | b7f59a03c599c0116a7cbe5797ce090aff009e15 | refs/heads/master | 2023-02-25T06:16:05.447698 | 2021-01-24T03:28:14 | 2021-01-24T03:28:14 | 330,344,491 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,795 | java | package cn.deal.component;
import cn.deal.component.domain.filter.CustomerFilter;
import cn.deal.component.utils.JsonUtil;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.bea... | [
"Jiyang.Zheng@geely.com"
] | Jiyang.Zheng@geely.com |
7d3da08c145918769747d1d52086b97f87595a3c | 454eb75d7402c4a0da0e4c30fb91aca4856bbd03 | /o2o/trunk/java/o2o-service/src/main/java/cn/com/dyninfo/o2o/model/DlyTypeModelCriteria.java | b099eefcde06aae897f8d03d3947b585292e1848 | [] | no_license | fengclondy/guanhongshijia | 15a43f6007cdf996f57c4d09f61b25143b117d73 | c710fe725022fe82aefcb552ebe6d86dcb598d75 | refs/heads/master | 2020-04-15T16:43:37.291843 | 2016-09-09T05:44:14 | 2016-09-09T05:44:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 49,926 | java | package cn.com.dyninfo.o2o.model;
import java.util.ArrayList;
import java.util.List;
public class DlyTypeModelCriteria {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
protected int limitStart = -1;
protected int limitEnd = -1;
... | [
"leo.cai@9c87f486-7f2d-4350-b948-b2028470fdc6"
] | leo.cai@9c87f486-7f2d-4350-b948-b2028470fdc6 |
5ac39ea4312cb54b6527c092f41d5e8d1640e025 | 2c1a1cc8f45f64174c4a27d236e57b4e142a419a | /src/com/example/snowball/DynamicStateFragment.java | da58c8e5dad1cb1f2af2846c71c6504a2617d5ce | [] | no_license | qbherve/snowball | 213ec2387ac6a1df92596128ccad822e6c5a2a41 | 8e2fe0259f8cfb90776fb0f7fd0374fb5bc41282 | refs/heads/master | 2020-06-07T21:47:29.729734 | 2015-01-02T16:13:11 | 2015-01-02T16:13:11 | 28,710,098 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 6,481 | java | /*
* Copyright 2013 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | [
"binghuocn@126.com"
] | binghuocn@126.com |
f4effe44520a184baa0518f4cec08125f7b3acbf | 7f0a642f55066d62473fc7c6e8e461a573188be1 | /java/main/java/quartz/TestJob.java | 38cfab070ae23fe47be9ddb649ed51353589a620 | [] | no_license | mianghaha/test | ca0b96e4e2294f06d2409dbf12da1869110a9124 | 3db2a4e8cac9668f9f8e82c4ca1a1002a0f76a1e | refs/heads/master | 2022-07-14T01:37:19.559376 | 2020-10-26T03:50:37 | 2020-10-26T03:50:37 | 184,978,975 | 0 | 0 | null | 2022-07-01T17:41:56 | 2019-05-05T04:24:20 | Java | UTF-8 | Java | false | false | 1,032 | java | package quartz;
import java.util.Date;
import org.quartz.Job;
import org.quartz.JobExecutionContext;
import org.quartz.JobExecutionException;
import org.quartz.JobKey;
import utils.DateUtil;
public class TestJob implements Job{
@Override
public void execute(JobExecutionContext context) throws JobEx... | [
"mianghaha@sina.com"
] | mianghaha@sina.com |
e51fb56af04abbdf37391c3d2ad45ff0e1f1d3a5 | 2312f07ef2524597a00ac84c5537563f950690f7 | /galaxy_wallpaper/src/main/java/com/kinglloy/wallpaper/galaxy_13/ProviderImpl.java | c7bc52c92c28d31dfbac3229d19b04405141fc97 | [] | no_license | jinkg/ETW_Components | 6cd1ed14c334779947f09d9e8609552cf9ecfbdd | b16fb28acd4b3e0c68ffd1dbeeb567b6c0371dbc | refs/heads/master | 2021-05-07T06:29:01.507396 | 2018-09-26T12:44:26 | 2018-09-26T12:44:28 | 111,760,297 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 563 | java | package com.kinglloy.wallpaper.galaxy_13;
import android.content.Context;
import android.service.wallpaper.WallpaperService;
import com.maxelus.galaxypacklivewallpaper.config.GalaxyConfig;
import com.yalin.style.engine.IProvider;
/**
* @author jinyalin
* @since 2017/7/28.
*/
public class ProviderImpl implements ... | [
"jinyalin@baidu.com"
] | jinyalin@baidu.com |
70355097b37cf0fc7765fcb3ef6becb69a926c23 | 3d9723f237c84cb09566e7e469f1dd9f9065a033 | /src/main/java/com/sell/controller/testController.java | 81247a5eaa029e0887177813df7420ce8657f6b0 | [] | no_license | yangyangsmile/sell | 5ec9d9d5fa7205f4c7f7e4e8640cbb27ff78148f | 0aa86d0097ac5eda81401900014379570c90171a | refs/heads/master | 2021-09-08T01:54:15.980183 | 2018-01-01T16:09:53 | 2018-01-01T16:09:53 | 113,253,249 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,040 | java | package com.sell.controller;
import com.sell.dto.User;
import com.sell.dto.UserFrom;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
/**
* Created by Administrator on 2017/9/19.
*/
@Controll... | [
"1542232999@qq.com"
] | 1542232999@qq.com |
0c809ec148c1b088e2e5b8fec7eb7225b6ac9daa | bd681d34c40f5337b212816dda9ab1f7762bf4c1 | /src/cn/edu/jxnu/leetcode/scala/package-info.java | 9e39f2391a44291c1fdbb57b6b4d02e461f84d28 | [] | no_license | fun14512/Java-Learning-Summary | 9c5763b9db22c2b3f36ce8e8137ac4fe679a2515 | 57b195b008a589ec677b9cf2f247ce2c59d367ab | refs/heads/master | 2020-04-26T16:22:06.659832 | 2019-02-26T05:04:42 | 2019-02-26T05:04:42 | 173,675,863 | 1 | 0 | null | 2019-03-04T04:51:17 | 2019-03-04T04:51:16 | null | UTF-8 | Java | false | false | 394 | java | package cn.edu.jxnu.leetcode.scala;
/**
* scala 版 本库的Scala写法不唯一,随性,无标准
*
* 导入的时候可能出现错误,直接在propblems中把errors给delete掉即可,不影响
*
* PS:整个仓库是Java项目+Maven+Scala库环境,出现导入问题很正常
*
* 可以的话考虑单独新建scala项目即可【此时不需要maven编译插件了】
*/ | [
"568845948@qq.com"
] | 568845948@qq.com |
2d6b9302f589e36d9ef3de6b0e5dacceb72f240d | 83067a37974c9d453e322dfb64cd88a81a1896cb | /whr/src/main/java/com/example/whr/controller/ConfigController.java | 0a0e158c0a4be598931e5de68c2bfd0e8293afc3 | [] | no_license | Maychunhuang/whr | 6c20673843f78a2b5232a6e6adfc761b0aaa82c0 | df37ac1a739d4df0940304217b6431dca66ded5b | refs/heads/master | 2022-12-12T12:21:28.517705 | 2020-11-15T09:03:18 | 2020-11-15T09:03:18 | 213,328,244 | 0 | 0 | null | 2022-12-11T08:29:19 | 2019-10-07T08:12:40 | JavaScript | UTF-8 | Java | false | false | 869 | java | package com.example.whr.controller;
import com.example.whr.common.HrUtils;
import com.example.whr.bean.Hr;
import com.example.whr.bean.Menu;
import com.example.whr.service.MenuService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import java.util.Lis... | [
"15195957868@163.com"
] | 15195957868@163.com |
b8b34219cb3b5e0d82d46568d7f4c919d639c4b3 | 5659640e6ce3c808f4eac5ccc7a984ca4d436e35 | /src/main/java/com/allqj/virtual_number_administrate/business/baseService/impl/elasticsearch/VirtualNumberBindingInfoDeleteToEsBaseServiceImpl.java | 87ccfce79b94fa47fa95980579b28f2bf25d00c9 | [] | no_license | ydtong/hello | 04dc8fbde401c3a761c0b736efcdd7905e8ba4cf | aa50de3fb525e2d73daa123c0529e8299134d985 | refs/heads/master | 2022-06-05T23:45:58.092920 | 2019-08-16T03:44:03 | 2019-08-16T03:44:03 | 202,690,993 | 0 | 0 | null | 2022-05-20T21:06:43 | 2019-08-16T08:36:50 | JavaScript | UTF-8 | Java | false | false | 1,543 | java | package com.allqj.virtual_number_administrate.business.baseService.impl.elasticsearch;
import com.allqj.virtual_number_administrate.business.baseService.IModifyBaseService;
import com.allqj.virtual_number_administrate.business.repository.elasticsearch.IVirtualNumberBindingInfoEsRepository;
import com.allqj.virtual_num... | [
"“admin@example.com”"
] | “admin@example.com” |
c302b30e1056a9dddf50159211d4a043a786cf63 | a0c2e78068e2bdaea3c6f183c15e06b6ec7e0abc | /app/src/main/java/bj/app/wapi/ui/DetailsExploitation.java | 2b3d9681195c64622d62ba02ee597291c8fc6f69 | [] | no_license | kadersaka/wapi | 6f59f34764fd1f14708e3b8b90dccac7ce3e77ec | 91dd48479e53e6ea02e634d5a985e45257df63a1 | refs/heads/master | 2022-12-26T22:29:40.666940 | 2020-10-01T07:39:33 | 2020-10-01T07:39:33 | 257,534,215 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,325 | java | package bj.app.wapi.ui;
import android.os.Bundle;
import com.google.android.material.bottomnavigation.BottomNavigationView;
import androidx.appcompat.app.AppCompatActivity;
import androidx.navigation.NavController;
import androidx.navigation.Navigation;
import androidx.navigation.ui.AppBarConfiguration;
import andro... | [
"goudoufreddy@gmail.com"
] | goudoufreddy@gmail.com |
7a376aee2423f351e951a90854b185cbeea6776b | a89b128e594f0f5e1c1af2c9e2357b93ca3c3a02 | /src/applicacao/AplicacaoConsole1.java | f9e8ee5d1d5707f7e3a036c350ffb9e99ce04236 | [
"MIT"
] | permissive | pauloprojject/JavaProject | 8ad0643ede470cda79951fb6630988363e03edaf | 56e50de9c3b4eeeeba2e9c11f1c0d22bab4bdb0c | refs/heads/main | 2023-05-02T14:54:02.136952 | 2021-05-24T00:02:14 | 2021-05-24T00:02:14 | 368,633,369 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 4,051 | java | package applicacao;
import java.time.LocalDate;
import java.util.ArrayList;
import facade.Fachada;
import classes.Conta;
import classes.ContaEspecial;
import classes.Correntista;
import classes.Lancamento;
public class AplicacaoConsole1 {
public AplicacaoConsole1() {
try {
Conta conta;
ContaEspecial contaes... | [
"59893766+pauloprojject@users.noreply.github.com"
] | 59893766+pauloprojject@users.noreply.github.com |
d433ac77c21e08eb469bfbe59f99c31664a07080 | 7ba63dcac671954f003e03b43f3048aaa5924e87 | /weixin-java-cp/src/main/java/me/chanjar/weixin/cp/api/WxCpDepartmentService.java | f981f0352611637273e883c0c8c738741eb93ba0 | [
"Apache-2.0"
] | permissive | heaiso1985/weixin-java-tools | f125212769c714168ae5810a8692e020baae0328 | 9b29c3bef96346c0200eb14f3cda743dafc75e3c | refs/heads/master | 2021-05-09T01:01:42.191339 | 2018-06-14T08:01:42 | 2018-06-14T08:01:42 | 119,766,827 | 1 | 0 | Apache-2.0 | 2018-06-14T08:01:43 | 2018-02-01T01:39:10 | Java | UTF-8 | Java | false | false | 1,635 | java | package me.chanjar.weixin.cp.api;
import me.chanjar.weixin.common.exception.WxErrorException;
import me.chanjar.weixin.cp.bean.WxCpDepart;
import java.util.List;
/**
* <pre>
* 部门管理接口
* Created by BinaryWang on 2017/6/24.
* </pre>
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
*/
public ... | [
"binarywang@gmail.com"
] | binarywang@gmail.com |
b89a8ebfc8f54f2f1a5397937db080dc05f1c7b3 | 718d2f73a646a34b6a7ff982f9287067f4d6bc33 | /src/main/java/com/wangsd/web/dao/RoleMenuMapper.java | 0928ef6731758aef202965cdb0c2b936c52f7bb1 | [] | no_license | wangshuodong/estate | 7223ba805e6058754efe2e5dd6d04811e06282eb | 685758d3b9fec3e6efebb234a15673c3c791816e | refs/heads/master | 2021-08-23T23:30:47.348593 | 2017-12-07T02:46:39 | 2017-12-07T02:46:39 | 109,673,923 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 713 | java | package com.wangsd.web.dao;
import com.wangsd.web.model.RoleMenuExample;
import com.wangsd.web.model.RoleMenu;
import org.apache.ibatis.annotations.Param;
import java.util.List;
public interface RoleMenuMapper {
int countByExample(RoleMenuExample example);
int deleteByExample(RoleMenuExample example);
... | [
"wawngshuodong2004@163.com"
] | wawngshuodong2004@163.com |
c3ee7ce991d626b821bf19b28115150d36bd8d86 | 2ed7c4c05df3e2bdcb88caa0a993033e047fb29a | /common/com.raytheon.uf.common.wxmath/src/com/raytheon/uf/common/wxmath/ZToPsa.java | a6deabbe03c4d8486dae51eee475dbedd1bf81e9 | [] | no_license | Unidata/awips2-core | d378a50c78994f85a27b481e6f77c792d1fe0684 | ab00755b9e158ce66821b6fc05dee5d902421ab8 | refs/heads/unidata_18.2.1 | 2023-07-22T12:41:05.308429 | 2023-02-13T20:02:40 | 2023-02-13T20:02:40 | 34,124,839 | 3 | 7 | null | 2023-07-06T15:40:45 | 2015-04-17T15:39:56 | Java | UTF-8 | Java | false | false | 2,141 | java | /**
* This software was developed and / or modified by Raytheon Company,
* pursuant to Contract DG133W-05-CQ-1067 with the US Government.
*
* U.S. EXPORT CONTROLLED TECHNICAL DATA
* This software product contains export-restricted data whose
* export/transfer/disclosure is restricted by U.S. law. Dissemination
... | [
"Steven_L_Harris@raytheon.com"
] | Steven_L_Harris@raytheon.com |
5663d51882abe4df3179412aabdc0ac998c47852 | b67a05358d530bd4f9afd815c7744780a2e76d13 | /java-source/suan-fa/src/main/java/leetcode/array/SummaryRanges.java | 2b5d321ea1ef6b6bde72cb83a6f0f85fcdb76c76 | [] | no_license | fogmeng/self-study | bd5f17accd1e0ca3ddeab32282c72f3467e4dd1e | 3166506fcb13259b5c412637fad21419cfb8fa93 | refs/heads/master | 2020-03-31T12:26:57.883571 | 2019-01-25T12:16:49 | 2019-01-25T12:16:49 | 152,216,272 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 914 | java | package leetcode.array;// Given a sorted integer array without duplicates, return the summary of its ranges.
// For example, given [0,1,2,4,5,7], return ["0->2","4->5","7"].
import java.util.ArrayList;
import java.util.List;
public class SummaryRanges {
public List<String> summaryRanges(int[] nums) {
Lis... | [
"244203827@qq.com"
] | 244203827@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.