blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
650e22c5ea74662b70204d5a489c70ef0909aa1d | 9413b96fd6212e388593361c3b2361bf725201ea | /CS4215/cs4215_week_6/simPLcompiler/IndexTable.java | 7bef6ad33982c4474a49018885a4f31350b35898 | [] | no_license | nineten/nus | 03e37672031f8d3dd50e607660782447bf3e6b5f | 83d6ac89f7a802aa99081935fb7d81280caa620b | refs/heads/master | 2020-05-04T15:34:11.014154 | 2013-11-25T07:48:44 | 2013-11-25T07:48:44 | 14,658,325 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 259 | java | package simPLcompiler;
import java.util.*;
public class IndexTable extends Vector<String> {
private static final long serialVersionUID = 1L;
public void extend(String v) {
addElement(v);
}
public int access(String v) {
return lastIndexOf(v);
}
}
| [
"jayden87@gmail.com"
] | jayden87@gmail.com |
759a072eada91efffaedeb1e54527b3ca80a000f | 0423111edfc03ac1ddd2dc11ba66212a483a90ce | /src/main/java/com/aroto/util/FileUtils.java | a9be63251ddc9b06a552a174b9bf64009a94ef78 | [] | no_license | yitao/aroto | 6e93f64dfcefa788f0b95f3eeb22948b0f057292 | cee19356c90ffcaabb0b11cdaba5f7a52a993eb1 | refs/heads/master | 2021-01-20T18:48:19.623976 | 2016-10-18T11:52:57 | 2016-10-18T11:52:57 | 64,455,418 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 584 | java | package com.aroto.util;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.io.PrintWriter;
/**
* Created by yitao on 2016/10/18.
*/
public class FileUtils {
public static void write(String path,String data,boolean append) throws IOException{
File file = new File(pat... | [
"528171154@qq.com"
] | 528171154@qq.com |
527b93bdeefcc9e6f142c620fba08222853ba447 | 38cfbba14f65ef38dd172f4e5fc1940517d12b13 | /src/Main.java | f53a1ec99db48edb67654d28c2b342fcf2cea2b2 | [] | no_license | Jack4Code/SolitaireChessSolver | 2be9379e118911ed172761636d46adddb931a7d2 | 105a795c220eacc04e41c1f6ddd13b96d010600d | refs/heads/master | 2020-12-02T09:12:06.650598 | 2017-08-03T01:04:24 | 2017-08-03T01:04:24 | 96,710,821 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 737 | java | import java.util.function.DoubleFunction;
/**
* Created by jack on 7/9/17.
*/
public class Main {
public static void main(String[] args) {
String[] boardVisual =
{" ", " ", " ", " ",
" ", "P", "K", " ",
" ", " ", " ", " ",
" ", " ", " ",... | [
"jack.giannini@gmail.com"
] | jack.giannini@gmail.com |
fbc5497fdd4a9514ca6d8f4c10fc8b866f11d3d4 | e5b025d1a34a50c9760e477760101924c2d45acd | /src/main/java/com/oreilly/servlet/HttpMessage.java | fed043dfec6ed4d0de57e66fb6c1dc67e4bf7273 | [
"Apache-2.0"
] | permissive | sergiomt/bulkmailer | aa26e9f2e89a74a483a13222ce8ecec93b46575a | 215d35212d695b477101278a18cbc30935f1c013 | refs/heads/master | 2021-01-20T00:10:43.194907 | 2018-09-02T15:11:14 | 2018-09-02T15:11:14 | 89,088,687 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,402 | java | // Copyright (C) 1998-2001 by Jason Hunter <jhunter_AT_acm_DOT_org>.
// All rights reserved. Use of this class is limited.
// Please see the LICENSE for more information.
package com.oreilly.servlet;
import java.io.*;
import java.net.*;
import java.util.*;
/**
* A class to simplify HTTP applet-server co... | [
"sergiom@knowgate.com"
] | sergiom@knowgate.com |
9a63da4001c266ec5c9fba60bf72363df9511e98 | e907ddd25a998bae09338ae6c45239ce342f80d5 | /solutions/S0860.java | eb229bfb4c029da6d5104d350541dadde7d3b99c | [] | no_license | JimWang97/LeetCode-Problems-Solutions | c1d5a667d3a700a08940ba470aa3e4db0cd04f7f | 821b80830dde9d3ee9544176a583966dc2996a41 | refs/heads/master | 2023-06-02T09:19:45.157738 | 2021-06-20T04:26:45 | 2021-06-20T04:26:45 | 278,378,173 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,630 | java | package solutions;
/**
* 860. 柠檬水找零
* 在柠檬水摊上,每一杯柠檬水的售价为 5 美元。
*
* 顾客排队购买你的产品,(按账单 bills 支付的顺序)一次购买一杯。
*
* 每位顾客只买一杯柠檬水,然后向你付 5 美元、10 美元或 20 美元。你必须给每个顾客正确找零,也就是说净交易是每位顾客向你支付 5 美元。
*
* 注意,一开始你手头没有任何零钱。
*
* 如果你能给每位顾客正确找零,返回 true ,否则返回 false 。
*
* 示例 1:
*
* 输入:[5,5,5,10,20]
* 输出:true
* 解释:
* 前 3 位顾客那里,我们按顺... | [
"1163747770@qq.com"
] | 1163747770@qq.com |
d5f619af68ae36f5b0458e5d59ea47c4080281f4 | 4d7ac53121682ec527818ed2b5e4a1c23e20dc0e | /src/test/java/com/cucumberBaby/runners/RestAssureDemo.java | d424f139619b07d3a229e755414a403c8117ae63 | [] | no_license | horax2020/challenge | 60a0c750fc8ff69998019d18aafa74c5ac1fd7bb | 499e336135354fae62abb91f6b389bda6b5b31f1 | refs/heads/master | 2023-04-18T21:05:35.345207 | 2021-05-06T23:18:30 | 2021-05-06T23:18:30 | 364,718,052 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 415 | java | package com.cucumberBaby.runners;
import com.cucumberBaby.REST.restBaseClass;
import io.restassured.RestAssured;
import org.testng.annotations.Test;
public class RestAssureDemo extends restBaseClass {
@Test
public void test1(){
int code = RestAssured.given()
.get()
.g... | [
"horax2000@gmail.com"
] | horax2000@gmail.com |
dd0059a2e9e87aa180a83c8584b92ecda7119ad5 | 6f1b8f3fe0c9922a575ec8f1c64958827258a84a | /src/com/space/spaceshooter/PlayerShip.java | d739c8b3e0a9f743d7377f88c4a76e3a9c408486 | [] | no_license | Richie700/Supra-Caelum | 3caf91d2fbef65953178a6732e6e443d0d137b73 | c804758fc6363c497e2e2d19473ffea5e8203cc9 | refs/heads/master | 2020-03-29T13:02:54.022048 | 2009-12-29T18:09:02 | 2009-12-29T18:09:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,857 | java | //testing from mark
package com.space.spaceshooter;
import android.view.KeyEvent;
import android.graphics.Paint;
import android.hardware.Sensor;
import android.hardware.SensorEvent;
import android.hardware.SensorEventListener;
import android.hardware.SensorManager;
import android.util.Log;
class Player... | [
"="
] | = |
bcbad466cf2616c41cd3c6dcc91d80a72436bf63 | 03dd7e34ea82c73f829fe5aa04537467381d2cae | /Second Seventeen Programs/Test11_6.java | 4b1b30a480d90952996f9604af77ef1005e6061e | [] | no_license | xieyezi/my-java-programes | 5bc0df7ea245847183c5b18c0f3b6f9f33e55fa9 | b1e4648653b94144f839ed6d950cdb446ce8f93c | refs/heads/master | 2021-01-17T13:27:26.302223 | 2016-06-28T16:41:00 | 2016-06-28T16:41:00 | 57,396,989 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 536 | java | package io.github.xieyezi;
import java.util.ArrayList;
import java.util.Date;
import javafx.scene.shape.Circle;
public class Test11_6 {
public static void main(String[] args) {
ArrayList<Object> list = new ArrayList<>();
Loan loan = new Loan();
Date date = new Date();
String str = "abcd";
Circle circle = new C... | [
"suyechun@icloud.com"
] | suyechun@icloud.com |
9641313ac5b58e02cfeb442e33f80f9ce7f638ce | 56e9ed4fb19345d5d20b742931bb9694bca8750f | /src/main/java/io/github.graphqly.reflector/metadata/messages/ResourceMessageBundle.java | 0dc441f1a7a55b4072853b1ce80d72c4d38ea323 | [] | no_license | graphqly/graphql-reflector | 371ac5d3a1334f51e06246b528a10676f669e4d1 | 4866469aceb1b7f7bc90c63dde2574146739a5cf | refs/heads/master | 2023-06-24T08:20:19.550576 | 2023-06-15T14:31:23 | 2023-06-15T14:31:23 | 237,756,575 | 0 | 0 | null | 2023-06-15T14:31:24 | 2020-02-02T10:52:00 | Java | UTF-8 | Java | false | false | 414 | java | package io.github.graphqly.reflector.metadata.messages;
import java.util.ResourceBundle;
public class ResourceMessageBundle implements MessageBundle {
private final ResourceBundle resourceBundle;
public ResourceMessageBundle(ResourceBundle resourceBundle) {
this.resourceBundle = resourceBundle;
}
@Over... | [
"anhld2@vng.com.vn"
] | anhld2@vng.com.vn |
5a224b6fb5458c8900499e0f07ff6a2bea4c61c6 | 19d737106eb507e35169a2813ba2033da2ddd521 | /src/main/java/tellhow/cavate/utils/TellhowResult.java | 671d989930793bdb63c5c8528cbdd75e8c48d1b4 | [] | no_license | 971497975/testgithub | 5654769a30ad4076f7a4faa32021a69f4e5e7dcd | bca58e235912070c2754638a80818359857ec301 | refs/heads/master | 2020-03-19T12:53:38.387577 | 2018-06-08T02:05:16 | 2018-06-08T02:05:16 | 136,547,810 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,427 | java | package tellhow.cavate.utils;
import java.util.List;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.ObjectMapper;
/**
* 泰豪公司自定义响应结构,需要引入jackson相关的jar包
*/
public class TellhowResult {
// 定义jackson对象
private static final ObjectMapper MAPPER = new ObjectMap... | [
"root@qq.com"
] | root@qq.com |
542335afd516a4544dc6bec6455460ff648c5aaa | 4d7d2b851a41d7d986150ebccb7f1301b2499a67 | /QXVideoLib/src/main/java/org/bson/io/OutputBuffer.java | 75fa57be654c90c6659881f1f3893f5b79c051f6 | [] | no_license | improj/android | 0231d57f4f3c304ed38c6ff95f3cc53176b2156e | eec49b4766624f84c05fd8746ac98ed62fe13d32 | refs/heads/master | 2020-04-28T10:19:52.001946 | 2019-03-12T11:55:34 | 2019-03-12T11:55:34 | 175,197,994 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 4,500 | java | // OutputBuffer.java
/**
* Copyright (C) 2008 10gen Inc.
*
* 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 ... | [
"16408015@qq.com"
] | 16408015@qq.com |
dad445e2a5bc5e5b435ce7b5495adc51438b1119 | 541298b7b5299c8d3c1186c77e7e5d1391951a4a | /bit/SpringTest/diTest04/src/com/bit/exam01/MainTest.java | e27c24be6acb96a3ac75d0d247b69e86c4ae44f1 | [] | no_license | ldh85246/Rong | ec055f4522a1023343abaac47e6506348ddeac04 | f176327d20324f1ad01a2019305b60aca313e101 | refs/heads/master | 2022-10-04T11:28:20.854497 | 2020-09-15T10:56:12 | 2020-09-15T10:56:12 | 211,037,350 | 0 | 1 | null | 2022-09-01T23:31:54 | 2019-09-26T08:19:33 | Java | WINDOWS-1252 | Java | false | false | 446 | java | package com.bit.exam01;
import org.springframework.context.ApplicationContext;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
public class MainTest {
public static void main(String[] args) {
// TODO Auto-generated method stub
ApplicationContext context
= new Annota... | [
"go85246@hanmail.net"
] | go85246@hanmail.net |
fc29365247c22dc2c0683dca765705a3bcf5ca1a | 6700e654ae6bdad028fd7f0cef05f0889dd16051 | /mobile/src/main/java/it/unipi/wearmusic/ListenerService.java | 6ec43de286352d21bd740808200129fad0da311b | [] | no_license | nchungdev/WearMusic | 4e107d7f57b4909f3afa36f538484d029fcf7827 | f150c93f918febabd314b75fe6581fa9a91f960a | refs/heads/master | 2021-12-16T14:43:54.415806 | 2017-09-20T09:44:48 | 2017-09-20T09:44:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,702 | java | package it.unipi.wearmusic;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.app.Service;
import android.content.Context;
import android.content.Intent;
import android.media.AudioManager;
import android.os.Binder;
import android.os.Handler;
impor... | [
"Francesco_fdr@libero.it"
] | Francesco_fdr@libero.it |
b1befca54ae04aa3b37916e0325811cf7a035b34 | b6bfa7d59c7788b1da187fa6c8c4b421deefae35 | /demo/src/main/java/com/example/demo/DemoApplication.java | 1baaad6324cbc55fda66878a67ab424e802d797f | [] | no_license | dimmxx/lab | 099195f30437c2ef81beb9a20ce5ce6ff73e1e96 | d3f1a926fb0f2bfdf79458656bae8b2e9ca3da03 | refs/heads/master | 2021-06-21T15:19:30.012542 | 2020-02-12T20:31:50 | 2020-02-12T20:31:50 | 223,227,959 | 0 | 0 | null | 2021-06-04T02:21:36 | 2019-11-21T17:27:47 | JavaScript | UTF-8 | Java | false | false | 3,435 | java | package com.example.demo;
import org.apache.poi.ss.usermodel.Cell;
import org.apache.poi.ss.usermodel.Row;
import org.apache.poi.ss.usermodel.Sheet;
import org.apache.poi.ss.usermodel.Workbook;
import org.apache.poi.xssf.usermodel.XSSFWorkbook;
import org.springframework.boot.SpringApplication;
import org.springframew... | [
"dimmxx@gmail.com"
] | dimmxx@gmail.com |
c52f3bb34c1e096334588caeb54f9e3db026d7c8 | 6ea3ce3754c892f48318362758a49b0e9713ada0 | /DealsDateBackend/DealsDateCartMicroService/src/main/java/com/cg/dealsdatecartmicroservice/service/CartIntf.java | fb6b7613f70ac4f5e4d506f424f1d8f1dcd46f5c | [] | no_license | shruti98dwivedi/DealsDateProject | 3eed56ea7a3a23dd10fac69d4f93d4e8b482f361 | c728795d42bc9ef68fddba5457df3356a3590626 | refs/heads/master | 2023-02-15T08:26:25.192028 | 2021-01-17T06:47:44 | 2021-01-17T06:47:44 | 330,188,697 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 464 | java | package com.cg.dealsdatecartmicroservice.service;
import java.util.List;
import com.cg.dealsdatecartmicroservice.entity.Cart;
import com.cg.dealsdatecartmicroservice.exception.CartException;
import com.cg.dealsdatecartmicroservice.model.CartModel;
public interface CartIntf{
public CartModel addToCart(Cart model) ... | [
"dwivedishruti98@gmail.com"
] | dwivedishruti98@gmail.com |
394c20f084b290af9da805ca72dbd27b0d51e855 | 4c45ec4d2f8810b9350854d787b6e84d8cbbcdb1 | /wndjsbg-1.1/src/main/java/com/ccthanking/business/rygl/WuGongController.java | 83d85e8d22d71b95effb2d67baad0dc5e5598081 | [] | no_license | tigerisadandan/tianyu | 95ed49ed11a23d8e74cafce64c343ee3c2a23af4 | 20767b0acedbcecc277a86123f22dcc1e6ea020a | refs/heads/master | 2021-01-25T10:29:52.496359 | 2015-09-07T08:51:54 | 2015-09-07T08:51:54 | 41,982,285 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 7,259 | java | /* ==================================================================
* 版权: kcit 版权所有 (c) 2013
* 文件: rygl.service.WuGongController.java
* 创建日期: 2015-03-24 上午 11:44:51
* 功能: 服务控制类:务工信息
* 所含类: WuGongService
* 修改记录:
* 日期 作者 内容
* ===========================... | [
"943849983@qq.com"
] | 943849983@qq.com |
2ef510b004d255d34a071a419ae92fc6c44c2014 | 742fea78036543736c2382273a9944981c406c63 | /CurrencyConvert/app/src/test/java/com/okorkut/currencyconvert/ExampleUnitTest.java | b5249ca250a7647003fb471bdb0e159bed64ae03 | [] | no_license | oguzkorkut/AndroidExamples | 6e02fd56457d7fd7dac5b64d7cfcbe27cb4397e9 | 1a9900b428d982df7285463119b9451ebd932cdb | refs/heads/master | 2020-03-31T14:41:02.094481 | 2019-02-17T20:54:13 | 2019-02-17T20:54:13 | 152,305,007 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 388 | java | package com.okorkut.currencyconvert;
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... | [
"oguzkrkt@gmail.com"
] | oguzkrkt@gmail.com |
8780021401284ee299e8fe64e30d5b1e911f8a86 | 1f3c00468850bc6e7794cb70efd8dd1c73eda1b5 | /ManagerServer/src/net/modol/LawSignedpdfEN.java | ebc2dfabfd6a448a941dde7ed1da1a9629af45dd | [] | no_license | litcas/PRJ | 2861f3eabe163465fb640b5259d0b946a3d3778a | 2cceb861502d8b7b0f54e4b99c50469b3c97b63a | refs/heads/master | 2021-06-27T19:32:47.168612 | 2017-09-17T05:44:31 | 2017-09-17T05:44:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,094 | java | package net.modol;
/**
* Created by Admin on 2016/11/23.
*/
public class LawSignedpdfEN {
private int id;
private String dir;
String unsigneddir;
public String getUnsigneddir() {
return unsigneddir;
}
public void setUnsigneddir(String unsigneddir) {
this.unsigneddir = unsign... | [
"393054246@qq.com"
] | 393054246@qq.com |
089bce6f948831709b5a3482882a534ea82ed425 | cec43e0c08c68bbea2856a710f9314140f8920b1 | /src/main/java/io/swagger/model/Books.java | 3165ccba1f593278398fcdbc4d3d1dde0ec612e3 | [] | no_license | Lirone29/swagger-spring | 2cc7e21efa2fac99b21c2b0f88e96806b37ed249 | 34af664fffd9b8c68251192838e1ac20d9a68a7d | refs/heads/master | 2023-04-21T20:33:10.127369 | 2021-04-08T13:08:16 | 2021-04-08T13:08:16 | 355,911,415 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 740 | java | package io.swagger.model;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.io.Serializable;
import java.util.List;
@Jack... | [
"235543@student.pwr.edu.pl"
] | 235543@student.pwr.edu.pl |
4efb588654cb65d3a32acb917bf9a834d5ee49d6 | 201e9bdc04e8d5ab7148b67f612d1d1b103e58b4 | /src/competitiveprogramming/chapter1/AdHoc/card/BeggarMyNeighbour/Main.java | 5a9208ca29101ac91545321de44cb1f5013d87fb | [] | no_license | munkhbat1900/contest | 44a8797e5e656c92ed70f3e5f23ae8234f7c709d | c017eb1acf14c1b56f5e4b5153ffefd5eef5385b | refs/heads/master | 2020-04-06T07:02:28.856857 | 2016-10-05T13:21:54 | 2016-10-05T13:21:54 | 41,925,980 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,474 | java | package competitiveprogramming.chapter1.AdHoc.card.BeggarMyNeighbour;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Scanner;
/**
* @author munkhbat
* UVA 00162 Beggar My Neighbour
*/
class Player {
private List<Integer> card = new ArrayList<Integer>();
private... | [
"munkhbata@gmail.com"
] | munkhbata@gmail.com |
e41fa6265ee0b5daa0cc739ab8ad47abc86e8d29 | c178a5e7564f53f9aa5fa0376c8e32f3d8563fb9 | /src/com/duanxr/yith/easy/TwoSumIIInputArrayIsSorted.java | 1f463e6af84a38762a242650589d07b4c90de141 | [] | no_license | duanxr/Great-Algorithm-of-Yith | d775283648809a6f15bf4d7fa2f28c31551f0779 | 76110f9ce8e914f8deae8c18eba1cbf00b0d6e8a | refs/heads/master | 2021-12-01T10:20:29.155610 | 2021-11-23T02:56:24 | 2021-11-23T02:56:24 | 165,953,707 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,642 | java | package com.duanxr.yith.easy;
import java.util.HashMap;
import java.util.Map;
/**
* @author 段然 2021/3/8
*/
public class TwoSumIIInputArrayIsSorted {
/**
* Given an array of integers numbers that is already sorted in ascending order, find two numbers such that they add up to a specific target number.
*
*... | [
"admin@duanxr.com"
] | admin@duanxr.com |
1a78a872463e3cc03bdf0a45d0d5efc28785fda0 | 221c6c2bfd8537d673b052aefd2624516a511ca6 | /the9/src/main/java/com/example/myapplication07/util/DateUtil.java | 09a5c4619f5fe3e2dcd9e4c92ad4c14c138735b1 | [] | no_license | qcy15035153885/2020---- | 1997a855956c36ef4a2ed9edabf0c3d42dba2e7d | 7e2c2d332eb060b39201069e7a6cb22a04deab61 | refs/heads/main | 2023-02-02T17:04:13.198337 | 2020-12-19T16:43:31 | 2020-12-19T16:43:31 | 306,804,440 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,049 | java | package com.example.myapplication07.util;
import android.text.TextUtils;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
public class DateUtil {
public static String getNowDateTime(String formatStr) {
String format = formatStr;
if (TextUtils.isEmpty(format)) {... | [
"853361278@qq.com"
] | 853361278@qq.com |
6db039774674b5e7b45626b3328ad51fae8d766d | d3b78e32bf4c5139aa8b09d4b29538e31731811f | /PortalService2/src/main/java/kr/ac/jejunu/userdao/UserServlet.java | 64fa793e456f062f36489b7e18978f82abc5c2a7 | [] | no_license | acisliver/PortalService | 5b1ec3e4f2ab7480950b75a8651159ccf47a312c | 4b9c0abfbcce30bdc71f0446cb0a278d7b13d50a | refs/heads/main | 2023-05-09T01:15:13.802295 | 2021-06-04T07:02:11 | 2021-06-04T07:02:11 | 344,729,628 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,686 | java | package kr.ac.jejunu.userdao;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.ApplicationContext;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import org.springframework.stereotype.Controller;
import javax.servlet.*;
import java.io... | [
"7273322@naver.com"
] | 7273322@naver.com |
773176832b3a0273650c92fda81bfc0100767f3d | 2d3394fa289c9ac1f76dfc88caed6a2f74c2d4dc | /src/boardGame/Board.java | da0820668437c54b9b6970708a12133a1fdf5a20 | [
"MIT"
] | permissive | murilodepa/Chess-System-Java | 0f4cd67d2051c9bd49f14fd8948820c80304d84f | 3d909732b5245b24b4e8ce84a102719578f58360 | refs/heads/master | 2022-04-06T07:23:14.478569 | 2020-02-22T03:59:32 | 2020-02-22T03:59:32 | 233,727,117 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,465 | 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 boardGame;
/**
*
* @author Murilo Araujo
*/
public class Board {
private int rows;
private int columns;
priva... | [
"murilodepa@gmail.com"
] | murilodepa@gmail.com |
4cd41646712e1ecf89b77e0a4c1c8df19967929b | 08be78ee28957fe393bea727228fbe13e5c00df1 | /modules/socket/src/main/java/com/socket/demo/ChatClient.java | 66ccaaadc6d02280c0f961c9ac08f4ca099d82f2 | [] | no_license | javachengwc/java-apply | 432259eadfca88c6f3f2b80aae8e1e8a93df5159 | 98a45c716f18657f0e4181d0c125a73feb402b16 | refs/heads/master | 2023-08-22T12:30:05.708710 | 2023-08-15T08:21:15 | 2023-08-15T08:21:15 | 54,971,501 | 10 | 4 | null | 2022-12-16T11:03:56 | 2016-03-29T11:50:21 | Java | UTF-8 | Java | false | false | 5,505 | java | package com.socket.demo;
import java.awt.*;
import java.awt.event.*;
import java.applet.*;
import java.net.*;
import java.io.*;
import java.util.*;
public class ChatClient extends Applet {
TextField tfName = new TextField(15); //姓名输入文本域
Button btConnect = new Button("连接"); //连接按钮
Button btDisconnect = n... | [
"chengwenchao@cd.tuan800.com"
] | chengwenchao@cd.tuan800.com |
b6c43fcb7ad3e0b25fc574a834cbd8014f4a33d0 | 4878f7ee6459634292c8cfbe7325e36ed37cb66e | /app/src/main/java/com/supets/pet/mock/ui/translate/SortAdapter.java | 4784ad93a85afd25de273d6932e852ca46200bad | [] | no_license | androidgwh/rabbit | cdae9e0cb50b31aeb36503847b67464b1c9a7656 | 2fcfaa5320d32c688dcd151c84558e97ac1b9621 | refs/heads/master | 2023-04-07T20:32:14.005310 | 2021-03-30T07:18:37 | 2021-03-30T07:18:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,095 | java | package com.supets.pet.mock.ui.translate;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.SectionIndexer;
import android.widget.TextView;
import com.supets.pet.mockui.R;
import java.u... | [
"254608684@qq.com"
] | 254608684@qq.com |
24d4dd483d977990e6fd44bfa73590bf51ff8d0e | eec5131ba75aabb91381a083dc3cc522794e2a11 | /src/com/scsb/servlet/ManagerPersonalServlet.java | 8817425be9c881f9e94b0baad9b367757dbcc8df | [] | no_license | rangerkao/scsbsmpp | ea015675bd56e8516bef4926910ac359e76f87e6 | e72dc7b47ffb6267fa8a49246dedb433770a31ca | refs/heads/master | 2021-01-10T05:38:58.095618 | 2016-01-25T03:48:56 | 2016-01-25T03:48:56 | 49,861,624 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,406 | java | package com.scsb.servlet;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import com.scs... | [
"ranger@gmail.com"
] | ranger@gmail.com |
96f1a53cb4167aeda08a8f8a695e861ae92e4b4b | 75a5a4c02ab65244da7d39802190412dc739a002 | /ExtList/src/com/adminsys/test/FailFast.java | daabdf1b53b14ac62226dbe8744dd5b4e11dfd50 | [] | no_license | memo012/list-source-study | 2fb15107a15181d8895a4f5459d62f4d01322b68 | cf6a0db50a82eeb0e234e2b947d82cbcc56c1b49 | refs/heads/master | 2020-09-30T21:32:03.074821 | 2019-12-19T00:41:52 | 2019-12-19T00:41:52 | 227,378,399 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,221 | java | package com.adminsys.test;
import java.util.ArrayList;
/**
* @Author: qiang
* @Description:
* @Create: 2019-12-12 07-11
**/
public class FailFast {
// 定义一个全局的集合存放 存在于高并发的情况下线程安全问题
private static ArrayList<String> list = new ArrayList<>();
public static void main(String[] args) {
/*
Fa... | [
"1158821459@qq.com"
] | 1158821459@qq.com |
5f8f32b5b512cbb46c8379e760a95bae50c069b1 | 6c96b9e48e33b38a8691be512339317fec71d298 | /src/com/javarush/task/task16/task1609/Solution.java | 886f3fa6134b07262520aeb99ea7bb56cfb3d7e8 | [] | no_license | vagif-lalaev/JavaRush-JavaCore | b7ee24a04e8995785abcbdb2588eb5aa995f9565 | 83cca34d4aa8373e21107efcd99a85adcdfe5d9d | refs/heads/master | 2020-05-09T21:09:49.870472 | 2019-04-16T07:08:22 | 2019-04-16T07:08:22 | 181,433,544 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 801 | java | package com.javarush.task.task16.task1609;
/*
Справедливость
*/
public class Solution {
public static void main(String[] args) throws InterruptedException {
Mouse alpha = new Mouse("#1");
//alpha.join();
Mouse mouse1 = new Mouse("#2");
Mouse mouse2 = new Mouse("#3");
}
priv... | [
"vagif-lalaev@yandex.ru"
] | vagif-lalaev@yandex.ru |
5645114b7f95916d4d1ae5f8bb6ad0c2aef72ee2 | ff3a46d84e0757d884882ea63e872db25985a6fc | /src/main/java/com/jsohpill/App.java | dfc20f73734a0db73ef811a5cc833d3dd03831f0 | [] | no_license | jsohpill/nothing | b1dab5a7524fa5d9e4fc97ecd08bcd4ab7693c2f | 5797b13b957ed301cad561200bbb38be01ad4a8c | refs/heads/master | 2021-07-14T20:12:38.131677 | 2019-10-22T11:32:51 | 2019-10-22T11:32:51 | 216,790,433 | 0 | 0 | null | 2020-10-13T16:54:09 | 2019-10-22T10:50:27 | Java | UTF-8 | Java | false | false | 217 | java | package com.jsohpill;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!");
Child child = new Child("Mike");
}
}
| [
"yuyanlin201268@gmail.com"
] | yuyanlin201268@gmail.com |
851a8ce1cb6d5b37efb6aeebfd2e06381af209e8 | 20a025b909e037b80331ea80e27bfc06d703ca12 | /Training/src/com/Java/WorkOutExamples/AdditionOfAllEvenNumbers.java | 7766379516783d953aa99f04a67d9a6af924d459 | [] | no_license | ramachandrareddyk/SeleniumJava | 2b4a44abf84f2878690091856e14af39aa405c16 | b7e9912ab42a49b697043d37ae906d6c947224b8 | refs/heads/master | 2020-06-16T17:10:36.163355 | 2019-07-08T15:43:24 | 2019-07-08T15:43:24 | 195,646,480 | 1 | 0 | null | 2019-07-08T15:43:25 | 2019-07-07T12:07:37 | HTML | UTF-8 | Java | false | false | 282 | java | package com.Java.WorkOutExamples;
public class AdditionOfAllEvenNumbers {
public static void main(String args[]) {
int count = 0;
for(int i = 1; i <= 1000; i++) {
if(i%2==0) {
count = count + i;
}
}
System.out.println("Sum of all even numbers:" + count);
}
}
| [
"ramureddy4555@gmail.com"
] | ramureddy4555@gmail.com |
fa333988a148689b7d77c128ad9c0980faf00fd0 | 033b7034cdc0e9da61d0eda7bd58721b6c162275 | /app/src/main/java/cn/kyrioscraft/mycraft/ui/MainActivity.java | 5ed9ac7c50136a876aeab7b38dba0dd7af4d3d66 | [] | no_license | Kyrioscraft/MyCraft | e1bca5fd7622b8e9bcaa53f5943865d5b6edf60c | 5859e9ed3d2d6beded3eb6933da26f5f16c8cdc4 | refs/heads/master | 2021-01-01T03:52:48.866006 | 2016-04-19T14:53:24 | 2016-04-19T14:53:24 | 56,606,061 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,861 | java | package cn.kyrioscraft.mycraft.ui;
import android.accounts.Account;
import android.accounts.AccountManager;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.view.View;
import android.support.design.widget.NavigationView;
... | [
"kai qi"
] | kai qi |
4f8e2870ece9cb42ae5018377c34d5f70370e8f7 | eb05ddee5d76cce3db1500b4523c3e9e21dff5cf | /src/test/java/com/github/fddqdcb/parser/date/DatesTest.java | af301f4134ced53c7bd42803a7ef10c2f4d7207c | [] | no_license | fddqdcb/LogicalExpressions | 8efbf5a19255732b8bbe1d1050a7116b47229ea9 | 8df1158b9587b25f21cb41499cb4220adfe5c913 | refs/heads/main | 2023-01-21T18:32:10.999219 | 2020-11-25T08:22:00 | 2020-11-25T08:22:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,676 | java | package com.github.fddqdcb.parser.date;
import com.github.fddqdcb.parser.date.Dates;
import java.time.LocalDate;
import org.junit.Assert;
import org.junit.Test;
/**
*
* @author
*/
public class DatesTest
{
@Test
public void getDateTest()
{
Assert.assertEquals(LocalDate.of(2010, 5, 17), Dates.g... | [
"none@aol.com"
] | none@aol.com |
3d4f6a45691cc9d2d625f889594ae243ca331422 | 6bd50367d00c57cf915af7f7a6322a3f846f6bb4 | /pinyougou-sellergoods-service/src/main/java/com/pinyougou/sellergoods/service/impl/TypeTemplateServiceImpl.java | 1a8f392e53e1bd9ac8106e1b9ad11dd789185579 | [] | no_license | ceshizhanghao001/pinyougouparent | 0049407b2097113178a6dce67376db86fdca98c2 | 0b4dbfb88b50034294d9facb2b696330312f02e3 | refs/heads/master | 2020-03-28T17:24:08.591000 | 2018-09-16T03:29:00 | 2018-09-16T03:29:00 | 148,785,940 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,136 | java | package com.pinyougou.sellergoods.service.impl;
import java.util.List;
import com.pinyougou.vo.PageResult;
import org.springframework.beans.factory.annotation.Autowired;
import com.alibaba.dubbo.config.annotation.Service;
import com.github.pagehelper.Page;
import com.github.pagehelper.PageHelper;
import com.pinyougou.... | [
"1005979871@qq.com"
] | 1005979871@qq.com |
3c3569842ffdd441dd2a5360c7fc74ffa274a067 | 573d4bd2fbda83e4b067804659446ba75df4b72b | /project/android/MiiReader/app/src/main/java/com/moses/miiread/widget/ScrollTextView.java | bd2d3d04c24269f4d89795d93486f258ff84bde8 | [] | no_license | chang1157/openmiiread | d98c1565d4e3b56f12f49e0ea135647b112c2cc2 | 06e12e0afa38346a6cda7f5dc8eb1451e82ba36b | refs/heads/master | 2021-06-18T08:58:38.678645 | 2021-03-30T13:41:47 | 2021-03-30T13:41:47 | 194,989,400 | 17 | 2 | null | null | null | null | UTF-8 | Java | false | false | 3,231 | java | package com.moses.miiread.widget;
import android.annotation.SuppressLint;
import android.content.Context;
import android.text.Layout;
import android.util.AttributeSet;
import android.view.MotionEvent;
import androidx.appcompat.widget.AppCompatTextView;
public class ScrollTextView extends AppCompatTextView {
//滑... | [
"234531164@qq.com"
] | 234531164@qq.com |
e76689a54bba321c88456e3852435d7b09741e78 | 81c7067c8170e3e61530522835577fd5e58527c1 | /app/src/main/java/com/zjzy/morebit/fragment/CommissonFragment.java | 6976f19131c31d7f29ef9c03c65dcfe247d5f7ec | [
"Apache-2.0"
] | permissive | Lchenghui/morebit-android-app | 7806295750770f8fb55483797f621bc88054d259 | c889f6c3efdc3b96fbff48a23b0d01a65d6b8aa5 | refs/heads/master | 2023-02-26T18:31:51.575690 | 2020-09-14T09:35:00 | 2020-09-14T09:35:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,008 | java | package com.zjzy.morebit.fragment;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup... | [
"1658865887@qq.com"
] | 1658865887@qq.com |
e0625ba8d12f8e9e3588c13805f9faeb261b18d0 | af0048b7c1fddba3059ae44cd2f21c22ce185b27 | /dubbo/src/main/java/org/apache/dubbo/rpc/cluster/router/condition/config/AppRouterFactory.java | 8a53181b5a1e67ada86db70053a8f39489925fb9 | [] | no_license | P79N6A/whatever | 4b51658fc536887c870d21b0c198738ed0d1b980 | 6a5356148e5252bdeb940b45d5bbeb003af2f572 | refs/heads/master | 2020-07-02T19:58:14.366752 | 2019-08-10T14:45:17 | 2019-08-10T14:45:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 885 | java | package org.apache.dubbo.rpc.cluster.router.condition.config;
import org.apache.dubbo.common.URL;
import org.apache.dubbo.common.extension.Activate;
import org.apache.dubbo.configcenter.DynamicConfiguration;
import org.apache.dubbo.rpc.cluster.Router;
import org.apache.dubbo.rpc.cluster.RouterFactory;
@Activate(order... | [
"heavenlystate@163.com"
] | heavenlystate@163.com |
5500b14a3325dc0502250da15789a7335e9ff66f | 8fa853474f5d8914baf381a9a465a539ee741ede | /android/src/java/planets/core/SplashActivity.java | e950f879dd417412ce601e2d098664f90e7034c4 | [] | no_license | setupminimal/planets | 1880411d7fc2512805ee1a085fa8f9779a23b919 | 30364879905dd3c5d5a99375e25e48fa7c54a8cf | refs/heads/master | 2016-09-07T07:40:23.515666 | 2014-05-31T13:02:21 | 2014-05-31T13:02:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,144 | java | package planets.core;
import android.app.Activity;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.os.Bundle;
import android.view.animation.Animation;
import android.view.animation.AnimationUtils;
import android.widget.ImageView;
import android.widget.TextView;
import android.ut... | [
"Daroc.Alden@gmail.com"
] | Daroc.Alden@gmail.com |
9352f27bc88558a29ee90b4323eb5a882b8dfa3b | 4bfa4e705ec11e644b6886c64972118f0c7a940c | /src/main/java/org/logink/cloud/api/gateway/demo/util/SignUtil.java | 85d1b2c869f1d72706005b8d7b88c24fbe65c676 | [] | no_license | huojuntao/logink-cloud-api-railway-demo-java | 6c0fa7b680cdf422ba2a911cd128ab1d3f41c04a | 5c60a4c7f26661629ddb1dae9e1cf109175c2029 | refs/heads/master | 2021-09-01T18:33:54.512495 | 2017-12-28T08:10:23 | 2017-12-28T08:10:23 | 113,631,599 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,931 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | [
"33516616+huojuntao@users.noreply.github.com"
] | 33516616+huojuntao@users.noreply.github.com |
71888376e424b06be8dc98ab11c5f503ac8a4c9b | 8ce0671d68f1427c8dfcd125c7fbd82d9dd3e028 | /domain-api/jbb-event-registry/src/main/java/org/jbb/security/event/SignOutEvent.java | 8f0a0059b5040da0b4dd753fc311eef0c9dd2888 | [
"Apache-2.0"
] | permissive | viviand2020/jbb | 740cecc3ccc9a4a9b99510a4546caf4689e23630 | fcfccadf55e5de9e65a13e6f4ef3f5b20453fbb7 | refs/heads/master | 2020-03-07T06:07:26.247758 | 2017-10-11T05:03:17 | 2017-10-11T05:03:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 677 | java | /*
* Copyright (C) 2017 the original author or authors.
*
* This file is part of jBB Application Project.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*/
package org.jbb.security.event;
impor... | [
"baart92@gmail.com"
] | baart92@gmail.com |
26ed69ca31ee2975caa540b4e83b57419cc3674d | f626d025282ca887c512a3b6fc4a39f155b6e6ec | /src/main/java/com/product/app/configuration/CorsFilter.java | 3eeac94d39d92e6a11deae71bfd19c85a22b898e | [] | no_license | dmholland/UCADwebservice | 3faa1fc15dc82ac6efa25a4f0e018a99182d7b86 | 8542a9ec801909c38930e37cf49ab810e02b2b95 | refs/heads/master | 2022-11-28T03:52:24.876539 | 2020-08-01T14:11:13 | 2020-08-01T14:11:13 | 278,986,678 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,781 | java | //package com.product.app.configuration;
//
//import org.springframework.stereotype.Component;
//import org.springframework.web.filter.OncePerRequestFilter;
//
//import javax.servlet.FilterChain;
//import javax.servlet.ServletException;
//import javax.servlet.http.HttpServletRequest;
//import javax.servlet.http.HttpSer... | [
"khatri.arpit@gmail.com"
] | khatri.arpit@gmail.com |
b079bf05d093c59949aaa3b736e2733e49b5b165 | 47b2a5d7b567e0e2f66fd22a015c923054b542fd | /app/src/main/java/com/example/poc/MerchantDashboard.java | c06d0cffeb14ef0fd44261d234ecd87dedb7617d | [] | no_license | LeeMunKit/Poc | 1c736815738b351e27927a8fbeb5b4c244253ac7 | d4351b0da5be140c01e5cb36839b6bcf969a26e8 | refs/heads/master | 2020-05-03T03:14:17.614937 | 2019-04-19T07:14:16 | 2019-04-19T07:14:16 | 178,392,726 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 347 | java | package com.example.poc;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MerchantDashboard extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_me... | [
"munkit.lee@softspace.com.my"
] | munkit.lee@softspace.com.my |
d613f5418d07d8cba4b986eea4d6fb9cff4d17f0 | db8104664d9767bbac684f37fde26dbeaa356402 | /src/main/java/com/maviance/protecting_queen/exceptions/InvalidDimensionException.java | 3ca69b15b1e24d8d6ea32b7fd45291efde9dad05 | [] | no_license | rostowich/protect_queen | 11fc3c0ec35a46f22ed77f14f500f0b782cb294f | 1ff63652c0c498b40e590965bc0d9097f6a9c74a | refs/heads/master | 2021-01-25T10:22:25.929767 | 2019-04-10T12:00:14 | 2019-04-10T12:00:14 | 122,176,357 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 301 | java | package com.maviance.protecting_queen.exceptions;
public class InvalidDimensionException extends Exception {
private static final long serialVersionUID = 1L;
public InvalidDimensionException() {
super();
}
public InvalidDimensionException(String errorMessage) {
super(errorMessage);
}
}
| [
"rostowgokeng@gmail.com"
] | rostowgokeng@gmail.com |
8c1b2d1068916567f95e0278d972d570bd0feb4b | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/30/30_3a3417f1572179ba1f1de4b416c83afd9d56d791/LibraryActivity/30_3a3417f1572179ba1f1de4b416c83afd9d56d791_LibraryActivity_s.java | dd4cf016709ecefda94e6060a61a57aaefc5c169 | [] | 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 | 22,582 | java | /*
* Copyright (C) 2011 Alex Kuiper
*
* This file is part of PageTurner
*
* PageTurner is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) a... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
23ccef95b37ce63f0258c147acade00ef919a72d | a02c6cb80fc620766ba366db18d8308e4646bf99 | /crm-oauth2/src/test/java/com/aliyun/cloudcallcenter/crm/api/test/OpenPermissionServiceTest.java | 7665601d0fa3846e36612df407d2adc972aebb45 | [] | no_license | leejinki1/ccc-crm-demo-java | 4e6822d229e35a00592d688be8aae8699ddd11fd | 309967aecc059151cd39b95c7f5ba67f46cb1e5b | refs/heads/master | 2020-04-10T00:32:58.792489 | 2018-12-10T19:39:35 | 2018-12-10T19:39:35 | 160,688,670 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,466 | java | package com.aliyun.cloudcallcenter.crm.api.test;
import com.alibaba.fastjson.JSONObject;
import com.aliyun.cloudcallcenter.crm.CrmDemoApplicationTests;
import com.aliyuncs.CommonRequest;
import com.aliyuncs.CommonResponse;
import com.aliyuncs.exceptions.ClientException;
import org.junit.Assert;
import org.junit.Test;... | [
"zql.eamil@example.com"
] | zql.eamil@example.com |
c68bbf5eaff7fd6904ea41edf3812c92aee27312 | 5159524f50b60ef13d1b24e446d77742fdea27c3 | /src/com/alex/phony/action/InjectorImpl.java | b4cc344ba9fff206bd8ea47e0cbcdebcf353d8e9 | [] | no_license | axenlarde/PHONY | 664bf030cbb027b787731c3595036a254a3b80c3 | 1290b471f667a0262ee0b950fb1089154a4cc210 | refs/heads/master | 2022-12-25T04:51:28.389679 | 2020-10-08T11:29:41 | 2020-10-08T11:29:41 | 302,123,954 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 112 | java | package com.alex.phony.action;
public interface InjectorImpl
{
public void exec() throws Exception;
}
| [
"ratelal@LVCPFRPA00394C0.D1.cougar.ms.lvmh"
] | ratelal@LVCPFRPA00394C0.D1.cougar.ms.lvmh |
1d02698cba015ef6ad54d52bcbc39cdc0faa39aa | 7b548c3699a0ec81412b4cbef28a0f18305a3e30 | /src/main/java/patterns/behavioral/observer/extendFrame/Bear.java | fcea5cd8a3cdb7dd5f539e3f7a231bb20b2964fc | [] | no_license | ccszwg/design-patterns-practice | 1ba83cdce0ded599bde5b2dc3dc98e2efe267e93 | 65aeaf77a6439e5fdc9e3347c9e5cc5f49f56adb | refs/heads/main | 2023-03-21T13:37:26.783921 | 2021-03-15T07:57:37 | 2021-03-15T07:57:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 512 | java | package patterns.behavioral.observer.extendFrame;
import java.util.Observable;
import java.util.Observer;
/**
* 1.0v created by wujf on 2021-3-9
*/
public class Bear implements Observer {
@Override
public void update(Observable o, Object arg) {
double price = (Double) arg;
if (price > 0) {
... | [
""
] | |
a5ed0b3d70e64a3a30976c1750717bec98948f9e | e3ceae6eb15c899a854e778b520a673e33f6690c | /matrix-publish/matrix-publish-core/src/main/java/com/mryx/matrix/publish/provider/AgentServiceImpl.java | a62bef1cb84850f7cc152da80b254a17d4b9085d | [] | no_license | GSIL-Monitor/mf-max | d1133cbedea82c3680ff92fde8234b4386686765 | 20cd35fe2a2e630328c9ac50c31dbd0cce86d825 | refs/heads/master | 2020-04-13T05:16:58.099297 | 2018-12-24T11:58:08 | 2018-12-24T11:58:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,823 | java | package com.mryx.matrix.publish.provider;
import com.mryx.common.utils.HttpClientUtil;
import com.mryx.matrix.common.domain.HttpClientResult;
import com.mryx.matrix.common.dto.AppInfoDto;
import com.mryx.matrix.common.dto.GroupInfoDto;
import com.mryx.matrix.common.dto.ServerResourceDto;
import com.mryx.matrix.common.... | [
"lina02@missfresh.cn"
] | lina02@missfresh.cn |
285a72978b9b3748219bfe223fc22fa207b8bb3d | 4d37505edab103fd2271623b85041033d225ebcc | /spring-webflux/src/main/java/org/springframework/web/reactive/result/method/HandlerMethodArgumentResolver.java | 64073146ef665d3187e2e6672b241c50fe1c252a | [
"Apache-2.0"
] | permissive | huifer/spring-framework-read | 1799f1f073b65fed78f06993e58879571cc4548f | 73528bd85adc306a620eedd82c218094daebe0ee | refs/heads/master | 2020-12-08T08:03:17.458500 | 2020-03-02T05:51:55 | 2020-03-02T05:51:55 | 232,931,630 | 6 | 2 | Apache-2.0 | 2020-03-02T05:51:57 | 2020-01-10T00:18:15 | Java | UTF-8 | Java | false | false | 1,722 | java | /*
* Copyright 2002-2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"huifer97@163.com"
] | huifer97@163.com |
0a02f341f20f65da6480e457dd0e4c0d2cc494f8 | 10934449fff9499469a4d26917ea11863ad179c6 | /src/com/solutions/samples/mvc/controllers/IController.java | d9bc42fd5f4d4f033397fa0a4e6f2503eb5dc6a4 | [] | no_license | sawrus/nc-projects | aa0281050eae954019c6d7ce69e54390f9f84296 | 1dac83a0ab6c9e13ac8571225be323dd093f7688 | refs/heads/master | 2021-01-19T13:02:49.863737 | 2012-11-15T11:48:21 | 2012-11-15T11:48:21 | 32,445,725 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 376 | java | package com.solutions.samples.mvc.controllers;
import com.solutions.samples.mvc.events.Event;
import com.solutions.samples.mvc.models.IModel;
import com.solutions.samples.mvc.views.IView;
public interface IController<TModel extends IModel, TView extends IView> {
void setModel(TModel model);
void setVi... | [
"sawrus@gmail.com@7159ea72-5042-624f-90be-b02e59218691"
] | sawrus@gmail.com@7159ea72-5042-624f-90be-b02e59218691 |
06f683c36fca314d024481c4c478a306179ac01e | 7203c05fd8ac38415f6179eabd368b510f90edcd | /src/cit260/savingThePit/view/View.java | 654cbe735b817edb0fa2f9ac83b552d39980830f | [] | no_license | splattedone/savingThePit | 7ae5b288fa92f02f528b7a862313a93802272ea6 | 231d28d2bb8e74faaf0a69ca2229cf40d51cb87b | refs/heads/master | 2021-01-21T14:24:09.354131 | 2016-07-08T05:17:38 | 2016-07-08T05:17:38 | 58,688,125 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,463 | 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 cit260.savingThePit.view;
import java.io.BufferedReader;
import java.io.PrintWriter;
import java.util.Scanner;
impor... | [
"Appel@Appel"
] | Appel@Appel |
6588a32b69651b14e4afaf788f4a076aac822f4a | c1ff680d7f4f0885fa915d2d4c29b025036671fb | /java-kakfa-producer-consumer/src/main/java/it/fabiano/kafka/deserializer/CustomDeserializer.java | 1d0e517c26a1b164f250eb4b7db8991e5d5fdec5 | [] | no_license | gaetanofabiano/java-kakfa-producer-consumer | 9edc7611b3ae2f70c11df4a0c70a369e5e4df2cc | 76f0f0b537edf08027589383381bf5d65a19c0d5 | refs/heads/master | 2023-04-09T13:16:23.445565 | 2021-03-16T23:13:16 | 2021-03-16T23:13:16 | 348,514,725 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 849 | java | package it.fabiano.kafka.deserializer;
import java.util.Map;
import org.apache.kafka.common.serialization.Deserializer;
import com.fasterxml.jackson.databind.ObjectMapper;
import it.fabiano.kafka.pojo.CustomObject;
/**
* Java-kafka-Webinar
*
* @author Gaetano Fabiano
* @version 1.0.0
* @since 2021-03-15
*/... | [
"fabiano.gaetano@gmail.com"
] | fabiano.gaetano@gmail.com |
bb88893d9d1be226e1eddfe5b3544bd06d7c4127 | be41ad0f885c580d9c31cc27fb473c2d2c4aa478 | /integration-testing-spring/src/main/java/spring/testing/server/rules/CurrencyRule.java | 71bbac2f2d351944a917ba22a8612332b2d6378b | [] | no_license | gilzilberfeld/integration-testing-spring | ea711d9e35fc0d738e2482e155d295d70c24c521 | 0e225fc8a1f6a6e42c461074f88b6b9632f24c7f | refs/heads/master | 2021-07-10T15:20:26.594942 | 2020-06-16T08:08:02 | 2020-06-16T08:08:02 | 150,082,557 | 0 | 3 | null | null | null | null | UTF-8 | Java | false | false | 742 | java | package spring.testing.server.rules;
import java.util.HashMap;
import java.util.Map;
import spring.testing.server.bills.LineItem;
public class CurrencyRule implements CalculationRule {
Map<String, Float> currencies;
public CurrencyRule(Map<String,Float> factors) {
this.currencies = new HashMap<String,Floa... | [
"gil.zilberfeld@gmail.com"
] | gil.zilberfeld@gmail.com |
590553a97a31f64c6c1e75a5b8b05c5d021a0f6e | 8e37c4466e862f0eec595cb74ae3cb6b4e2ff269 | /rabbitMQDemo/src/main/java/com/demo/rabbitMQ/sample/Produce.java | 660f08fe8760c52cbdb988d1c1adbf15de90fee8 | [] | no_license | Carlutf8/rabbitMQ | 5c064c853532e92cdc4de7d7697aa347fcf33c2b | 4f2bc743c01e3f798c06078946fad7a837a67990 | refs/heads/master | 2020-03-22T06:03:01.543154 | 2018-08-07T15:35:32 | 2018-08-07T15:35:32 | 139,608,367 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,002 | java | package com.demo.rabbitMQ.sample;
import java.io.IOException;
import java.util.concurrent.TimeoutException;
import com.demo.rabbitMQ.util.ConnectionUtils;
import com.rabbitmq.client.Channel;
import com.rabbitmq.client.Connection;
/**
* 消息队列生产者
* @author Administrator
*
*/
public class Produce {
private static ... | [
"you@example.com"
] | you@example.com |
b9a286a59aab2567c90a0174fcc3a3970393844a | d5b6a3f9c0609976d42c356a386d6e87220baedf | /cloud-consumer-feign-order80/src/main/java/com/bw/springcloud/controller/OrderFeignController.java | 532bd31472a464fe6291374f0996e705985d6919 | [] | no_license | 783764457/cloud2020 | 122a5eff742d3803495e09e7b751e59c77476178 | fadf0442b67bd331b04efe55013c7cd2a36b0508 | refs/heads/master | 2022-12-05T05:36:05.643991 | 2020-08-19T03:19:18 | 2020-08-19T03:19:18 | 288,622,703 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 979 | java | package com.bw.springcloud.controller;
import com.bw.springcloud.entity.CommonResult;
import com.bw.springcloud.entity.Payment;
import com.bw.springcloud.service.PaymentFeignService;
import lombok.extern.slf4j.Slf4j;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annota... | [
"783764457@qq.com"
] | 783764457@qq.com |
e1195550752498a7340f61f7245682f09bd04159 | d11fb0d15b73a28742caa97e349dcfbe70d2563f | /server/iih.ci/iih.ci.ord/src/main/java/iih/ci/ord/s/ems/biz/itf/IDefaultCreateOrderInfo.java | 87f9c8cc0b83a6b9d488023bb6d86685661218cf | [] | no_license | fhis/order.client | 50a363fd3e4f56d95ccc5aa288e907a0a8571031 | 56cfa7877f600a10c54fdb30306a32ffa28b8217 | refs/heads/master | 2021-08-22T20:50:59.511923 | 2017-12-01T07:10:27 | 2017-12-01T07:10:27 | 112,678,072 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 584 | java | package iih.ci.ord.s.ems.biz.itf;
import iih.ci.ord.ems.d.CiEnContextDTO;
import iih.ci.ord.s.ems.biz.meta.DefaultCreateParam;
import iih.ci.ord.s.ems.biz.meta.OrderPackageInfo;
import xap.mw.core.data.BizException;
/**
* 默认医嘱生成接口
* @author wangqingzhu
*
*/
public interface IDefaultCreateOrderInfo {
/**
* 创建... | [
"27696830@qq.com"
] | 27696830@qq.com |
d8b88a83a87296f568e4d1b29ddfb2f4244802bd | 988225faeaed492b89937d1b8ee0e4a85cd63ce5 | /TOMProjekte/src/schuleAufgaben052018/AufgabenW3T1a.java | f1ce021d54cd6dbd0912a19ec4c0b98dd8c0ab97 | [] | no_license | TOMcyber/TomJavaWorkSchule2018 | 576195f32261784403c5983d1d516d9509205447 | 8d9f5474b7335b78670673d09078b73401ca241d | refs/heads/master | 2020-03-16T21:50:45.703139 | 2018-06-07T13:29:12 | 2018-06-07T13:29:12 | 133,016,683 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,380 | java | package schuleAufgaben052018;
import java.util.Arrays;
public class AufgabenW3T1a {
public static void main(String[] args) {
// ====
Person p1 = new Person(21);
Person p2 = new Person(39);
Person p3 = new Person(16);
Person p4 = new Person(54);
// Array vom Datentyp Person
Person[... | [
"Alfa@KA-B09-103.alfatraining.local"
] | Alfa@KA-B09-103.alfatraining.local |
09261d125488496b14765443e59b7e2550c62abc | da20be5e198a5465f183841cb7df57626c3bc17f | /NumArrayList/NumArrayList.java | d23833287533cfe9882daee0f19e08c679093a4f | [] | no_license | sunziping2016/Java-Homework | a3e205670c054b516ab6553c76386e6259269bbf | 830a96f55683df52414e159549f7942fc49c4860 | refs/heads/master | 2020-06-10T17:24:31.158689 | 2016-12-08T09:18:32 | 2016-12-08T09:18:32 | 75,922,199 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 683 | java | package NumArrayList;
import java.util.Collections;
import java.util.Iterator;
import java.util.List;
import java.util.Random;
import java.util.stream.Collectors;
import java.util.stream.Stream;
/**
* Created by sun on 5/14/16.
*
* NumArrayList class.
*/
public class NumArrayList {
public static void main(Str... | [
"sunziping2016@gmail.com"
] | sunziping2016@gmail.com |
670cf063b6fa46e1c0026d96bd54c56136313350 | 0ed56dd13c606fa092bdfe6b5bef996cd0007893 | /java/sync/opush/push-bean/src/main/java/org/obm/push/bean/FolderType.java | fac79af12aa832d1ee6bdf90ac4f6a46cad8a618 | [] | no_license | Eriflow/obm_slemaistre | d967e5ea5ac605d379571987d1766e014bdb3670 | 37e0c5b8814884f4c0e8cd5359b9db257f6b7f37 | refs/heads/master | 2021-01-17T11:54:22.557021 | 2011-12-21T16:29:49 | 2011-12-23T11:11:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,533 | java | package org.obm.push.bean;
public enum FolderType {
USER_FOLDER_GENERIC, // 1
DEFAULT_INBOX_FOLDER, // 2
DEFAULT_DRAFTS_FOLDERS, // 3
DEFAULT_DELETED_ITEMS_FOLDERS, // 4
DEFAULT_SENT_EMAIL_FOLDER, // 5
DEFAULT_OUTBOX_FOLDER, // 6
DEFAULT_TASKS_FOLDER, // 7
DEFAULT_CALENDAR_FOLDER, // 8
DEFAULT_CONTACTS_FOLDE... | [
"jribier@linagora.com"
] | jribier@linagora.com |
50758820b858ac7e1be25e62ae0a665543f8c5fa | 2d212ec3d9739d629f701f95d9bdfb0f5da1602f | /1.utils/core/src/main/java/com/octopus/utils/bftask/impl/BFTaskMgr.java | e7b748683b682c4791b75e67c63d64dca56395b1 | [
"Apache-2.0"
] | permissive | pacoolin/octopus | a42bdfb551df2b567760c4cf2e3a23dcb70942ec | 5439561133af00de089d6d30b3527542a434057f | refs/heads/master | 2023-05-11T08:26:02.210724 | 2021-05-05T02:14:02 | 2021-05-05T02:14:02 | 281,041,828 | 0 | 0 | Apache-2.0 | 2020-07-20T07:10:12 | 2020-07-20T07:10:11 | null | UTF-8 | Java | false | false | 1,270 | java | package com.octopus.utils.bftask.impl;
import com.octopus.utils.bftask.BFParameters;
import com.octopus.utils.bftask.IBFExecutor;
import com.octopus.utils.bftask.IBFTaskMgr;
import com.octopus.utils.thread.ds.InvokeTaskByObjName;
import com.octopus.utils.xml.XMLMakeup;
import com.octopus.utils.xml.XMLObject;
import j... | [
"kodw38@126.com"
] | kodw38@126.com |
133af14486e768b334b68dfd5c19d07b5bc9f50b | 72424d2cdc78f9b5c3c2e5df708ad1c5190c3283 | /app/src/test/java/com/yuri_khechoyan/queued/ExampleUnitTest.java | 6814f160881b39a42124a33b80803fbca8b3ee42 | [] | no_license | Khechoyan-Yuri/android-indv | c93cf0b07741462ce8d5bf2d087ca3290496fe90 | 018ddf9e00d09fddff20f2735bd7952484eea3c6 | refs/heads/master | 2021-01-20T05:40:32.978602 | 2017-05-02T21:11:09 | 2017-05-02T21:11:09 | 89,798,025 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 419 | java | package com.yuri_khechoyan.queued;
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
... | [
"ykhechoyan@gmail.com"
] | ykhechoyan@gmail.com |
e7e96b00dc2126f7841c40bc2ca5bc963fbee1aa | cca2066b673db6af22e5343920f36adf228b47b4 | /Coding Challenges/src/LinkedList2/LinkedListmain.java | 95c12214278375cf79ea189cd619caedf3cd5a22 | [] | no_license | Hossammetwalli/HackerRankChallenges | 5dae02f57d045fd71eb1272dc8ba236a486bc786 | d1757c8d9fbffaa1d9878ab47d37119cd678965e | refs/heads/master | 2023-01-15T04:42:03.920764 | 2020-11-15T15:06:49 | 2020-11-15T15:06:49 | 313,056,052 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 197 | java | package LinkedList2;
public class LinkedListmain {
public static void main ( String [] args ) {
LinkedList list = new LinkedList ( );
list.addFirst ( 10 );
list.addFirst ( 20 );
}
}
| [
"57620818+Hossammetwalli@users.noreply.github.com"
] | 57620818+Hossammetwalli@users.noreply.github.com |
9f9921661d6aafedd2becae0260173706ac45b26 | af62115e68f9411b326d3268f9fb4fd9b6cc9b1d | /src/main/java/br/com/gokustore/address/utils/Constants.java | 9c040844f5bdcc958176d0a03ab592e5b3a0ecc7 | [] | no_license | AllanRomanato/address-service | 56a9eeb859a9cdde64a834bc437dbde70858eb6a | 01fd6bb03f4e8e8d6d0ae3d7655bc3143384bf2e | refs/heads/master | 2023-08-21T04:07:49.675062 | 2021-09-20T17:57:08 | 2021-09-20T17:57:08 | 408,540,321 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 128 | java | package br.com.gokustore.address.utils;
public class Constants {
public static final String APP_NAME = "AddressService";
}
| [
""
] | |
c6e5377e338a26de0590d46cf38c81e43c09d2f2 | 3fe8e5db53dc425afdb24303f2f6926cade14f04 | /user/ezt_hall/src/main/java/com/eztcn/user/eztcn/activity/mine/MyWalletActivity.java | aeba9b69766837e6e911f763ea37e21b9006111e | [] | no_license | llorch19/ezt_user_code | 087a9474a301d8d8fef7bd1172d6c836373c2faf | ee82f4bfbbd14c81976be1275dcd4fc49f6b1753 | refs/heads/master | 2021-06-01T09:40:19.437831 | 2016-08-10T02:33:35 | 2016-08-10T02:33:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,576 | java | package com.eztcn.user.eztcn.activity.mine;
import java.util.Map;
import xutils.ViewUtils;
import xutils.http.RequestParams;
import xutils.view.annotation.ViewInject;
import xutils.view.annotation.event.OnClick;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.L... | [
"liangxing@eztcn.com"
] | liangxing@eztcn.com |
0fdad22a44108596b670f248ded8ba7adc3d3989 | f42ebd77022788395e8829ec591931e3f6fddd09 | /spring_mysql/src/main/java/com/jordanbigelow/spring_mysql/MainController.java | 4ba9d6d481ad50930730d17e10843da1dad7c29d | [
"Unlicense"
] | permissive | beehivewarrior/spring_boot_demos | 16254a9ab2a86dd974882dc9e88cb8dd7efa23f2 | 98ee87a54b3909c6b3854d0890d7755fb157ccdc | refs/heads/master | 2023-08-25T07:37:47.388735 | 2021-10-24T09:01:48 | 2021-10-24T09:01:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,005 | java | package com.jordanbigelow.spring_mysql;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.... | [
"jordan@jordanbigelow.com"
] | jordan@jordanbigelow.com |
8c46325fc9646346b3ceb59320e684e1cc5816c0 | ede3480511044ce5a6f86a5e1d2fea9ec669c2f7 | /src/main/java/pages/NavPage.java | c782ba57e424ee82ec2ab92eadf409bf9caf50cc | [] | no_license | bgonibeedu/IDE2ETest | c0efe50ca5182a8ac6d865e2c5cf3c7d485e3930 | 5ba922ff8a68e6d4d68d0575efbf66256bcec15d | refs/heads/master | 2021-01-24T12:10:22.947793 | 2018-02-27T12:22:36 | 2018-02-27T12:22:36 | 123,119,401 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 597 | java | package pages;
import org.junit.Assert;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
public class NavPage {
@FindBy(id = "Vrm")
private WebElement reg_number;
@FindBy(name = "Continue")
private WebElement continue_Button;
public WebElement ... | [
"Banuprakash.Manjunatha@hmcts.net"
] | Banuprakash.Manjunatha@hmcts.net |
54c35f502c18b15cd5db5d254f175137f9939e0e | 1ba3e6f1f1c3ff7568ba1190acae63ffe40898ba | /src/main/java/com/wanhutong/backend/modules/cms/web/CmsController.java | 5838f2baccb111ab2b9548a501bc538c529f6af9 | [
"Apache-2.0"
] | permissive | Mamata2507/wanhugou_bg | 015fc28fe7e2f26659664786b5bce8c76d0451af | a5d7579b331ef6d81f367be34967652fcb848da7 | refs/heads/master | 2023-03-15T13:01:10.860578 | 2019-01-21T01:50:17 | 2019-01-21T01:50:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,256 | java | /**
* Copyright © 2017 <a href="www.wanhutong.com">wanhutong</a> All rights reserved.
*/
package com.wanhutong.backend.modules.cms.web;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
i... | [
"13391822168@qq.com"
] | 13391822168@qq.com |
4c6a115911898488e187f7b18c5db6ec17641c44 | ab70067be22f4ef7e734a681895a88a055196795 | /app/src/main/java/com/example/publictransport/api/Point.java | 6e2ea1cb0b23c6d39cd9cb483a4e216c2f20a029 | [] | no_license | devwonkyo/GoogleMap-marker | 0dca44a73b4ce3b104a29bdbd6f98ba05271bb3b | 1c228fd89604b78c60a4fbbaf76877ee16b5a4a9 | refs/heads/master | 2023-03-07T02:53:21.928183 | 2021-02-22T06:11:12 | 2021-02-22T06:11:12 | 341,097,846 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,094 | java | package com.example.publictransport.api;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class Point {
@SerializedName("Station")
@Expose
public Station station;
@SerializedName("Prefecture")
@Expose
public Prefecture prefecture;
@Seria... | [
"jungjqk@gmail.com"
] | jungjqk@gmail.com |
a25c2c2d7016ea78a16ecaea43e1ffb21359907b | 645d01a5ec47c066b0fea3efd0aa92de8a8ebfac | /demo/src/main/java/com/example/demo/topic/TopicService.java | 7a3e754b3b6d3e09a50bae933dafc964f015c1a8 | [] | no_license | aditya299/springboot-helloworld | f45f4172e204543c5055695ac58d9d04f67ef085 | c545626c685619a6dbe26b6a7bb95088f0168b0e | refs/heads/main | 2023-07-23T23:21:54.431980 | 2021-09-05T16:25:40 | 2021-09-05T16:25:40 | 403,357,168 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,129 | java | package com.example.demo.topic;
import java.util.Arrays;
import java.util.List;
import java.util.ArrayList;
import org.springframework.stereotype.Service;
@Service
public class TopicService {
private List<Topic> topics = new ArrayList<>(Arrays.asList(
new Topic("spring", "spring Framework", "spring frame... | [
"adityadahasahasra@gmail.com"
] | adityadahasahasra@gmail.com |
6f4ae2143afd45be6f81023b3525ade6bcf476af | 44478a86560cb1cb4cd242d6fbd2c2925e8e6066 | /app/src/main/java/rt/com/http/MainActivity.java | 225aefa2ed0733d788ec156e368d32e4c787cdda | [] | no_license | nyeboy619/http | e8b6028867265a0e0dc6a99b13a9bc489f105c90 | 8374a300d8ffaa600cbc62c81210335b91cf0bdb | refs/heads/master | 2020-04-14T12:27:47.812382 | 2019-01-02T12:54:26 | 2019-01-02T12:54:26 | 163,840,851 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,009 | java | package rt.com.http;
import android.content.Context;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import android.widget.Toast;
import com.android.volley.Request;
import com.android.volley.RequestQueue;... | [
"nyeboy619@gmail.com"
] | nyeboy619@gmail.com |
71f27c01d1dfc2371fc1e2f06abfbcc477285d77 | ceb0adbc9cac1e651c9cef13c74fc5a6f59817ec | /pet-clinic-data/src/main/java/ostino/springframework/petclinic/services/map/AbstractMapService.java | 371eeea91b24278e235d863cd07dcebbf0ca52db | [] | no_license | OleksandrStino/pet-clinic | 44d6ee3e1dcc2641fbb200d48999214509a3e81e | deb1dd379ac31de3f4644adf3e88b1878467ce52 | refs/heads/master | 2021-08-16T12:24:25.397433 | 2021-03-30T18:33:18 | 2021-03-30T18:33:18 | 247,508,545 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,168 | java | package ostino.springframework.petclinic.services.map;
import ostino.springframework.petclinic.models.BaseEntity;
import java.util.*;
public abstract class AbstractMapService<T extends BaseEntity, ID extends Long> {
private Map<Long, T> map = new HashMap<>();
Set<T> findAll() {
return new HashSet<>... | [
"sashastinio@gmail.com"
] | sashastinio@gmail.com |
4114e74f57dcf4655dc0c6b1fa24df0c99906192 | ade3cbf92c99152ca91aa0faa9e9d18da2e53bd8 | /KsdcTraning/src/com/ksdc/training/generics/GenericInterface.java | 6416a8aadadb5ba3c89d5df1ce8c63873c85519a | [] | no_license | dirsavancha/KSDCTraining | 2432360fbd07060051aa1baa91d3f443c367f106 | 687406ba3ad600b19d68af51d3f162a5eb47b957 | refs/heads/master | 2022-11-25T04:57:15.623613 | 2020-07-21T20:51:04 | 2020-07-21T20:51:04 | 281,478,252 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 757 | java | package com.ksdc.training.generics;
interface Animal<T>{
void categoryOfAnimal(T animal);
}
class AnyTypeOfAnimal<T> implements Animal<T>{
@Override
public void categoryOfAnimal(T animal) {
String animalName=animal.getClass().getName();
if(animalName.endsWith("Lion")) {
System.out.println("It... | [
"ramki.me2012@gmail.com"
] | ramki.me2012@gmail.com |
94d93b6579d4dd84ecc81ef31d29a16599f70306 | b65e2abb8aee465b3a6d6b5cb3558b12982441f6 | /TheNewBoston/src/com/example/thenewboston/SimpleBrowser.java | 833ae08fc8ec762b1908ca02b5cb1bc0304a6e2b | [] | no_license | phamhoangbl/TheNewBoston | 8a9de307e40c075ffb606a319a7b568b5a7bfedb | 4fce7f3d8913fefb175c8448432e95a0ddcfa035 | refs/heads/master | 2020-05-27T15:02:54.014449 | 2014-07-02T10:04:32 | 2014-07-02T10:04:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,465 | java | package com.example.thenewboston;
import android.app.Activity;
import android.content.Context;
import android.hardware.input.InputManager;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.inputmethod.InputMethodManager;
import android.webkit.*;
... | [
"john.hoang.contact@gmail.com"
] | john.hoang.contact@gmail.com |
ba0660f10ad034bc7adef6db49dbf9c99b1cd60a | c038d307aa544c0931988ae45ea516022f8cea03 | /service/src/main/java/com/freeshow/service/CustomerFacadeImpl.java | 8b72790f5b9a3d0952c16c41b0c953a8ff37d9ba | [] | no_license | zhangqhjava/freeshow | 1cf598b1063e20a03a5aa5d3690c55c8de35d48e | 1b243456d8eee1595c2fe93fa79854ff7867b592 | refs/heads/master | 2021-01-17T20:46:50.343963 | 2014-11-08T12:39:56 | 2014-11-08T12:39:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,402 | java | package com.freeshow.service;
import com.freeshow.Response;
import com.freeshow.manager.exception.FreeShowException;
import com.freeshow.manager.util.VerifyUtil;
import com.freeshow.service.enums.BussErrorCode;
import com.freeshow.service.models.CustomerAuthReqDTO;
import com.freeshow.service.models.CustomerCreateReqD... | [
"zhangqh_123@163.com"
] | zhangqh_123@163.com |
a432e6b74b1b0a53cbb1599ec7da06cdd463b28c | 0ab571864f71dfe7e54ca6b1d65f482e3efd46dc | /csc201/chapter1/src/lecture/NameLettersCounter.java | d12cbf2141e0a1de8eda0d2987650af0169cc82d | [] | no_license | maks112v/csc | 0b1fd68524bc4d788f9c3de09f9ae65e7d4d6d89 | c9973b69f63b380ca26ae64eb30c3ca1e25a343b | refs/heads/master | 2022-04-07T12:53:08.610565 | 2020-02-26T21:01:40 | 2020-02-26T21:01:40 | 234,000,094 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 804 | java | package lecture;
import java.util.Scanner;
public class NameLettersCounter {
private static Scanner scnr = new Scanner(System.in);
public static int getAndCountNameLetters() {
String name = "";
if (scnr.hasNext()) {
name = scnr.next();
}
return name.length();
... | [
"maks112v@gmail.com"
] | maks112v@gmail.com |
fc56ef49f13a2293e7fcc74039df3d949f3e1658 | 9eeb2635f2a00f2e1a0b67931c1048d926ecc924 | /libs/apache-log4j-2.6.2-src/apache-log4j-2.6.2-src/log4j-core/src/test/java/org/apache/logging/log4j/core/lookup/Log4jLookupWithSpacesTest.java | 7b88ad49b196b21be60bff4aacb62a65e2a9945b | [
"Apache-2.0"
] | permissive | AndrewNovitskiy/taskONE | 2488872823731c7797cd16f94aeaf853379b2ee9 | 831213d319abd583369109e5b4161a0321a0672f | refs/heads/master | 2020-11-29T15:29:24.043189 | 2017-04-06T21:31:11 | 2017-04-06T21:31:11 | 87,476,825 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,115 | java | /*
* Copyright 2015 Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | [
"starwars@tut.by"
] | starwars@tut.by |
94b0c67c1786c47e55d08a132bc38981e96c3c6c | 9c66af2bd4b85ce2c0c028e7aa89120b6c63396b | /src/main/java/com/abich/config/DbConfigurationServiceFactory.java | 9f93174e46eb7e7ba439af80c3eeb3fbde9a1a1b | [
"MIT"
] | permissive | flyhard/membershipManager | e0295811fbb41fb1250326ab967c5a380a94a85b | fe4933606cffaf45312772b38a0bc2aeca6bef57 | refs/heads/master | 2022-12-06T09:59:40.299137 | 2015-01-12T16:55:12 | 2015-01-12T16:55:12 | 27,817,452 | 0 | 0 | MIT | 2022-11-16T04:23:44 | 2014-12-10T11:48:38 | Java | UTF-8 | Java | false | false | 294 | java | package com.abich.config;
import com.fasterxml.jackson.annotation.JsonTypeInfo;
import io.dropwizard.jackson.Discoverable;
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, property = "type")
public interface DbConfigurationServiceFactory extends Discoverable {
DbConfigurationService build();
}
| [
"per.abich@gmail.com"
] | per.abich@gmail.com |
8f392438e23842c272088bafd611eb8df019d202 | adeec3693a1e1481ed88b362d6cd6e04f4b3f306 | /Codechef December Long Challenge 2020/Even-Pair.java | 7aac437c0db5be77482af1c66fe18ba68a871225 | [] | no_license | Kushagra-Dubey/Java | 09be50721f073586e91cfc98a49fff4f22a8f633 | f9b4fb9e62256a2f0191f115873f14205be554c1 | refs/heads/main | 2023-03-07T07:21:31.269858 | 2021-02-26T18:47:58 | 2021-02-26T18:47:58 | 342,666,729 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 511 | java | import java.util.*;
import java.lang.*;
import java.io.*;
/* Name of the class has to be "Main" only if the class is public. */
class Codechef
{
public static void main (String[] args) throws java.lang.Exception
{
Scanner sc = new Scanner(System.in);
int t=sc.nextInt();
while(t-->0) {
long a=sc.nextInt();
... | [
"noreply@github.com"
] | noreply@github.com |
35bc4c28567f814be40a95ce964e8c198e638ae2 | 382872451e6022087ee1f17966b2a5bf78faa213 | /200219-200226_문제풀이/BOJ1012_유기농배추_Main_김형준.java | 37140aa3087038e4e8a5669cd17fd4bf53fba905 | [] | no_license | ToADPlus/BOJ | cf0d5b7789fc1c79dadd6b252928d538d85efd20 | dba13f5b1200da9967b31c46d648f6a6aa8b69f9 | refs/heads/master | 2020-12-22T20:37:48.715861 | 2020-07-16T00:36:52 | 2020-07-16T00:36:52 | 236,925,580 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 2,016 | java | package 백준;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.LinkedList;
import java.util.Queue;
import java.util.StringTokenizer;
public class BOJ1012_유기농배추_Main_김형준 {
static boolean [][]m;
public static void main(String[] args) throws IOExcep... | [
"noreply@github.com"
] | noreply@github.com |
44dcef48e0a39bda02b21caaf00ffdd1e0e1fad7 | aefc3c420e1f1bd2f2117c6bec789574eb715d1a | /src/main/java/com/charlie1/charts/cagr.java | 12a8da6ff570ae56f88400a9aae720899daff053 | [] | no_license | davidwillock/Stats | e15cb619d1e0ba792f75937a92c1fc879f56d7df | 64d593c2abdfcfa9630e05053ef4a0b5d97e17e4 | refs/heads/master | 2021-09-05T00:08:53.395548 | 2018-01-23T00:38:44 | 2018-01-23T00:38:44 | 117,581,267 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,572 | java | package com.charlie1.charts;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.awt.Color;
import java.io.*;
import org.jfree.chart.ChartFactory;
import or... | [
"david.willock@hotmail.com"
] | david.willock@hotmail.com |
1426a7964af1b81c56605ed782868522a92744fe | 87766766135b2efb369563037fc02be96bcb98e7 | /spring-boot-mybatis/spring-boot-mybatis-annotation/src/main/java/com/lancelot/mapper/UserMapper.java | ab4523ea668e1efb4eabc6d518481ea659f972c8 | [] | no_license | Lancelothe/spring-boot-demo | f8872d785239a6465211e16a327fc80906f6263c | f40b09304c2fb14d9172cb85d628ee196adeb10f | refs/heads/master | 2021-02-08T07:42:12.648509 | 2020-04-26T15:41:12 | 2020-04-26T15:41:12 | 244,123,789 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,078 | java | package com.lancelot.mapper;
import com.lancelot.enums.UserSexEnum;
import com.lancelot.model.User;
import org.apache.ibatis.annotations.*;
import java.util.List;
/**
* @author lancelot
* @date 2020/3/9
*/
public interface UserMapper {
@Select("SELECT * FROM users")
@Results({
@Result(propert... | [
"whoami.ace@gmail.com"
] | whoami.ace@gmail.com |
67c856a8f61f66b1ceda4bee05c116c2eb48dea6 | 0b82b139d276a29727eecf2e7f3c2a055a8e7c7e | /src/Dec7b.java | fcf108ba507173258689cf144485323950977af2 | [] | no_license | ristolainen/aoc2019 | 528cc92bb843ab71a6de2174ed41eaba6ff4ecf8 | facf5d311f16b0dbbdb95259d5e779bcbac0a8aa | refs/heads/master | 2023-06-23T03:33:46.308080 | 2023-05-31T14:19:58 | 2023-05-31T14:19:58 | 228,337,842 | 1 | 0 | null | 2023-06-14T22:29:29 | 2019-12-16T08:24:57 | Java | UTF-8 | Java | false | false | 2,090 | java | import com.google.common.collect.Collections2;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.LinkedList;
import java.util.List;
import java.util.stream.Collectors;
public class Dec7b {
public static void ma... | [
"kristoffer.johansson@symphony.com"
] | kristoffer.johansson@symphony.com |
1c4876db587885b4b7d2a992aae4086f7f2fb5f3 | 7020e98be8292ef1786b607f18289363d7fb4ac1 | /baseframework/src/main/java/com/gu/baselibrary/baseui/view/AppDelegate.java | 43c55f9b73e3201e8051c17822993db2974d6ea6 | [] | no_license | msdgwzhy6/MyBaseMvpLibrary | 7e5a818546cd61d6d6720b2d60975a38e159e514 | e704ffc2954ef6c529ffe7c043a6b629ef3d2cd9 | refs/heads/master | 2021-01-24T00:09:16.705329 | 2016-02-01T03:00:44 | 2016-02-01T03:00:44 | 52,052,308 | 1 | 0 | null | 2016-02-19T01:30:29 | 2016-02-19T01:30:28 | null | UTF-8 | Java | false | false | 3,539 | java | /*
* Copyright (c) 2015, 张涛.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | [
"15951084423@163.com"
] | 15951084423@163.com |
b5fc50b2a6f14f480b4c0d8547c6a923ece11731 | 3abdd72bd3bcf567194955d0ca05bbcb4f506de3 | /src/main/java/org/elasticsearch/river/couchdb/CouchdbRiverModule.java | 3dfed7905b4179276b06d193137a991e1b9db750 | [
"Apache-2.0"
] | permissive | Keyintegrity/elasticsearch-river-couchdb | 23c2bef2e7d8535288b230d24323ac0d9d516ae1 | ce6ef76380a7bfee09b1a368aa2ddf2521671cbd | refs/heads/master | 2020-12-25T21:55:48.942094 | 2013-10-08T03:37:49 | 2013-10-08T03:37:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,136 | java | /*
* Licensed to ElasticSearch and Shay Banon under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. ElasticSearch licenses this
* file to you under the Apache License, Version 2.0 (the
* "License"); you may... | [
"kimchy@gmail.com"
] | kimchy@gmail.com |
fa25770e4e1b8f454a221da5bb2b8dd07fdb1251 | 116399a77718d5ac50ca39a20d1983b0ec65a616 | /src/test/java/co/com/choucair/certification/test2/stepdefinitions/UtestAcademyStepDefinitions.java | f37032330b8e06b7623a15d81d595a7fc1d19aa8 | [] | no_license | dgallegoo2/test2 | 748a971ba3675bee739ef0a2316232da2ef09fe7 | e34cd0237eb051d0e1488541d3541596c36e062c | refs/heads/master | 2023-01-23T01:25:06.129654 | 2020-11-25T01:41:24 | 2020-11-25T01:41:24 | 315,666,861 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,690 | java | package co.com.choucair.certification.test2.stepdefinitions;
import co.com.choucair.certification.test2.model.UtestAcademyData;
import co.com.choucair.certification.test2.questions.Answer;
import co.com.choucair.certification.test2.tasks.Join;
import co.com.choucair.certification.test2.tasks.OpenUp;
import co.com.chou... | [
"danielgallego205265@correo.itm.edu.co"
] | danielgallego205265@correo.itm.edu.co |
d5be6eaef4f58d2ac2d07248937423bb02b73c85 | 2beeb86e127ed14387508f4e1fc5b119df6897d7 | /ui/src/main/java/com/vaadin/demo/ui/views/ErrorView.java | 20def1d3a842ac3f8d81fb6b9193d2a265998be9 | [] | no_license | jojule/patient-portal-vaadin | 4ccde1d4509df54e66784f3f70d332e0216a3f31 | b61ef21541429bd7da283f06e45117fe86e55876 | refs/heads/master | 2021-01-22T04:04:57.058100 | 2017-03-28T04:25:05 | 2017-03-28T04:25:05 | 81,498,978 | 0 | 1 | null | 2017-02-09T21:57:56 | 2017-02-09T21:57:56 | null | UTF-8 | Java | false | false | 794 | java | package com.vaadin.demo.ui.views;
import com.vaadin.navigator.View;
import com.vaadin.navigator.ViewChangeListener;
import com.vaadin.spring.annotation.SpringComponent;
import com.vaadin.spring.annotation.UIScope;
import com.vaadin.ui.Alignment;
import com.vaadin.ui.Label;
import com.vaadin.ui.VerticalLayout;
import c... | [
"marcus@vaadin.com"
] | marcus@vaadin.com |
11988fcd108872ed458974fe7ce9fe6e425f551a | a8a07f6259cf8347ee9a6cd13d4650325deab112 | /app/src/main/java/company/sunjunjie/come/sjjmusicplayer60/LocalMusicFragment.java | fa5a7285945ea891d7aa3f2f7c786ea94dfd4453 | [] | no_license | sjjdd/SJJMusic | ed005af6a948da0e5024c27df18982a3d4c1a38e | 5d2519c39616c322946b084cd0f4eb177186fac3 | refs/heads/master | 2021-05-10T09:17:34.175810 | 2018-01-25T14:11:15 | 2018-01-25T14:11:15 | 118,919,683 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,319 | java | package company.sunjunjie.come.sjjmusicplayer60;
import android.content.Context;
import android.net.Uri;
import android.os.Bundle;
import android.os.Environment;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import andr... | [
"1667688587@qq.com"
] | 1667688587@qq.com |
91704196b754f0034ed62327ad987256b39957dc | a6d8e20009252fabf153abd3d5b1fc4ed05c4c95 | /src/main/java/demo/classloader/CharSequenceJavaFileObject.java | 6f3cafdabe63deda94668047ab41bf3c9d96a78b | [] | no_license | dang414238645/javatest | d65c4e0c7b31bd894bada50d13f1bf6d63d8b03f | 19d20f37f279831b03a49fac4a5275c47c471d96 | refs/heads/master | 2020-05-05T02:08:15.588284 | 2014-12-16T06:21:59 | 2014-12-16T06:21:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 698 | java | package demo.classloader;
import javax.tools.JavaFileObject;
import javax.tools.SimpleJavaFileObject;
import java.net.URI;
public class CharSequenceJavaFileObject extends SimpleJavaFileObject {
private CharSequence content;
public CharSequenceJavaFileObject(String className,
... | [
"dang414238645@163.com"
] | dang414238645@163.com |
a8f3eb4737cac2b99ca3df7e9f68424a17f35a15 | 7d0506ab0293293e49bb65f5e49ce45e16f4df68 | /L8.2.1/src/main/java/ru/otus/l821/reflection/ReflectionHelper.java | dfce775f886ba1bb9f255e60b774bcf9a07ba83e | [
"MIT"
] | permissive | olaaa/otus_java_2017_06 | 5f3ed8c968c1c3da33f34f62651259ba7a1622b8 | 5f9fdedb6f4c98c0920de8c157ac9cc0773baffd | refs/heads/master | 2022-04-03T08:41:42.585636 | 2017-10-05T16:20:05 | 2017-10-05T16:20:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,009 | java | package ru.otus.l821.reflection;
import java.lang.reflect.Field;
public class ReflectionHelper {
public static Object createInstance(String className) {
try {
return Class.forName(className).newInstance();
} catch (Exception e) {
e.printStackTrace();
}
... | [
"vitaly.chibrikov@gmail.com"
] | vitaly.chibrikov@gmail.com |
52bdff783ee127207a1abeab025c48dc3dfaaa78 | 3c52ef6d49cd1dc212eb4473f96e09cea373931d | /src/net/hzjxy/myshop/dao/impl/GoodsUnitDaoImpl.java | 008b1c8d595be12010d04e9a0aa23c134a64975b | [] | no_license | songlei0710/MyShop | be17f5370bf6217c0eefce94fa757c2bea10efdc | 67ac14caeb908cc611f93e7c9ad1b753ab6da717 | refs/heads/master | 2021-01-19T07:46:22.677578 | 2014-12-26T01:25:37 | 2014-12-26T01:25:37 | 27,355,502 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,773 | java | package net.hzjxy.myshop.dao.impl;
import net.hzjxy.myshop.dao.GoodsUnitDao;
import net.hzjxy.myshop.entity.GoodsUnit;
import org.apache.ibatis.session.SqlSession;
import java.util.List;
/**
* Created by linchunlei on 2014/12/14.
*/
public class GoodsUnitDaoImpl implements GoodsUnitDao {
@Override
public i... | [
"664390026@qq.com"
] | 664390026@qq.com |
fa6f215cdbdebdbb6add7e4c9c6d63d20d9463e9 | af46928031f6ef682c21a19d322155119b6b25ba | /HelloWorld/src/com/dicks/action/EditRuleAction.java | a8a5a1c4751391bcc07494fe1e82ee0a820b2cc1 | [] | no_license | claire921/dicks | a6e3d82485194c01c93d07b26cb9129519c4c8bf | 0b87a6d27439ad149ed8c6c0a645eebddc063a34 | refs/heads/master | 2016-09-05T20:56:08.744429 | 2013-08-17T23:02:43 | 2013-08-17T23:02:43 | 11,529,894 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 190 | java | package com.dicks.action;
import com.opensymphony.xwork2.ActionSupport;
public class EditRuleAction extends ActionSupport {
public String editRule() {
return SUCCESS;
}
}
| [
"claire921@gmail.com"
] | claire921@gmail.com |
6dac5965e0f1aab2757ad6350c0e43bfabf7f829 | 606cd7931bc5288ffe91cf58f45d3e4f64a9b3df | /pk/src/java/com/pelindo/ebtos/bean/GateInReceivingBean.java | 8970c985108322f7ebd6da0bbb973f16a164705b | [] | no_license | surachman/iconos-tarakan | 5655284ac69059935922d92ee856b6926b656d1d | d7fa1c120d22d391983dab95c5654cb63b27e1f7 | refs/heads/master | 2021-01-20T20:21:40.937285 | 2016-06-27T14:51:22 | 2016-06-27T14:51:22 | 61,995,382 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 45,743 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.pelindo.ebtos.bean;
import com.qtasnim.jsf.FacesHelper;
import com.qtasnim.url.UrlHelper;
import com.pelindo.ebtos.ejb.facade.remote.MasterContDamageFacadeRemote;
import com.pelindo.ebtos.ejb.facade.remote.M... | [
"surachman026@gmail.com"
] | surachman026@gmail.com |
4a690148946f0d7aec85b438f9bd29a9a2c30a32 | 7590c90ec6ff23a713c165ab07f7ca6876187f60 | /src/main/java/org/jbit/controller/OrderController.java | 527022773886fe44fe9905920766b5ae172b0c7c | [] | no_license | gushengliang/HetelManagement | e608ee52621a12f339be844f245b7f79e37716c6 | 5e80d1eb2e1d0f0dad6742cd336fee3c68fedb62 | refs/heads/master | 2023-07-13T01:09:08.384996 | 2021-08-23T13:30:25 | 2021-08-23T13:30:25 | 398,807,778 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,806 | java | package org.jbit.controller;
import com.alibaba.fastjson.JSON;
import org.apache.log4j.Logger;
import org.ietf.jgss.Oid;
import org.jbit.dao.CustomerDao;
import org.jbit.dao.OrderDao;
import org.jbit.dao.RoomDao;
import org.jbit.dao.impl.CustomerDaoMysqlImpl;
import org.jbit.dao.impl.OrderDaoMysqlImpl;
import org.jbit... | [
"gututu521@gmail.com"
] | gututu521@gmail.com |
6459f04034d1828f14ac0277a373d1c6e172ed1c | 0de62641adb415954a22112a974b78556549e20b | /src/StringsLecture.java | e2c8f3c34f467bf084b0eab4dbae17b1177ed38c | [] | no_license | irfasheikh/codeup-java-exercises | 3581f434ee5dbd68287fcb0b2698d5a24b97e8f4 | afd7b5bc91aa102c4292c74e65f8dd626b1c6b29 | refs/heads/main | 2023-05-13T15:40:42.202723 | 2021-06-07T04:58:13 | 2021-06-07T04:58:13 | 360,677,727 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,951 | java | //public class StringsLecture {
// public static void main (String[] args) {
// String myname= "Iffy";
// String myname2= "Iffy";
// String myname3= "Iffy";
// String lowercaseIff = "iffy";
//
// System.out.println("(myname == myname2) = " + (myname.equals(myname2)));
// Sys... | [
"irfasheikh@gmail.com"
] | irfasheikh@gmail.com |
60931f7097ac7d7975520d31d4dec2ca0d67f8c9 | a959811bd8afd8826eb5d25db89a22033b8542b3 | /src/game/cards/rooms/Kitchen.java | 9f8fd07e1582fa375aaab5e002d26dbdc6e4a6e9 | [] | no_license | MattByers/SWEN222-Assig1 | 434a025ef644bbc0474c55d3d57f40c8e5c9ab62 | 312152742e12d01d892421780b37492d59bb6c36 | refs/heads/master | 2021-01-22T06:49:07.086012 | 2015-08-05T04:57:07 | 2015-08-05T04:57:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 195 | java | package game.cards.rooms;
import game.cards.RoomCard;
public class Kitchen extends RoomCard {
private static final String NAME = "Kitchen";
public Kitchen(){
super(NAME);
}
}
| [
"matt_byers@live.com"
] | matt_byers@live.com |
01a9976417ea54ba9c2dafc8e003c39d2ea0a891 | 1ca86d5d065372093c5f2eae3b1a146dc0ba4725 | /logging-modules/log4j2/src/test/java/com/surya/logging/log4j2/xmlconfiguration/CustomXMLConfigurationFactory.java | c4cdb5da2191493eb7d3681e48099fcd5fbaa09f | [] | no_license | Suryakanta97/DemoExample | 1e05d7f13a9bc30f581a69ce811fc4c6c97f2a6e | 5c6b831948e612bdc2d9d578a581df964ef89bfb | refs/heads/main | 2023-08-10T17:30:32.397265 | 2021-09-22T16:18:42 | 2021-09-22T16:18:42 | 391,087,435 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 895 | java | package com.surya.logging.log4j2.xmlconfiguration;
import org.apache.logging.log4j.core.LoggerContext;
import org.apache.logging.log4j.core.config.Configuration;
import org.apache.logging.log4j.core.config.ConfigurationFactory;
import org.apache.logging.log4j.core.config.ConfigurationSource;
import org.apache.logging.... | [
"suryakanta97@github.com"
] | suryakanta97@github.com |
9a57010860a993aa8ad6f66b6fcd42b402873d54 | 8c929b61e9930e27c86e89801285718841568142 | /src/br/com/pbd/view/Despesas.java | e052a8b08719ad68fe364f9413c93f2543cead52 | [] | no_license | glendaalves/PBDacademia | fc5319acf4419adef90e3d09074a0ee635259806 | 80bd43b634618ba7206954402c17ee8359b1ba50 | refs/heads/master | 2020-06-18T21:40:38.294846 | 2019-07-18T14:10:08 | 2019-07-18T14:10:08 | 196,459,473 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 32,387 | 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 br.com.pbd.view;
import br.com.pbd.modelos.ContaaPagar;
import java.awt.Color;
import javax.swing.Icon;
import javax.swing.Ima... | [
"Glenda Alves de Lima@LAPTOP-AC2RP1QK"
] | Glenda Alves de Lima@LAPTOP-AC2RP1QK |
59e9aa6b62657527ae95f3b8c8446966bf794ec0 | 68b9867e0616c8bbcd80996d715baff6835462f7 | /exercises/module-testing/src/jokeapp.developer/com/squeed/jokeapp/developer/DeveloperJokeService.java | 2883cbc5a25e08d2c3d5651b820e46e706088252 | [] | no_license | mbaeumer/java-module-dojo | 697ef7d00443db226dfed04c9fbf27c849ce7c40 | fb6ef666f5714a4131bc092f463c2458a59a56c1 | refs/heads/master | 2020-05-01T10:33:35.741248 | 2019-09-25T10:07:49 | 2019-09-25T10:07:49 | 177,422,918 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,058 | java | package com.squeed.jokeapp.developer;
import com.squeed.jokeapp.api.*;
import java.util.logging.*;
public class DeveloperJokeService extends AbstractJokeService {
public static final String NAME = "chuck";
private final static Logger LOGGER = Logger.getLogger(DeveloperJokeService.class.getName());
@Over... | [
"martin.baeumer@gmail.com"
] | martin.baeumer@gmail.com |
5c8ff4c1e2c1ac3f7d69bb16dd82ca9fb696d7f9 | ad32344c4c016cdf06ebb47af43ddaa5c6e2ac39 | /alipay-service/alipay-service-3rdparty/src/main/java/com/alipay/api/domain/AlipayEcoMycarMaintainBizorderstatusUpdateModel.java | 30777a4c26dc1323e8d8c98bff89e7ecbb0314c1 | [] | no_license | leijuan1014/ljj-project | 96f4bcded39ab3ff422ddf3cd515c38511d7524d | dda018e182c4c1229d5392d6d2ed16b0c7001fbd | refs/heads/master | 2021-01-20T23:47:32.854069 | 2017-10-09T07:10:31 | 2017-10-09T07:10:31 | 101,843,379 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,219 | java | package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 订单状态变更通知接口
*
* @author auto create
* @since 1.0, 2016-11-16 10:04:05
*/
public class AlipayEcoMycarMaintainBizorderstatusUpdateModel extends AlipayObject {
private static final... | [
"leijuan1014@163.com"
] | leijuan1014@163.com |
acef194c5d8df79bf60f82fab6d79a9b11178862 | b4e2238b5dd4846f0c1eaf4ed02edb7a60bffd57 | /app/src/main/java/com/example/tushar/aad/TrackerService.java | 81fe65b8b5d2a221491e54938c4e295838da18ec | [] | no_license | anchliyatushar/BusTracker | 73fefc7c366de72058e85163b882c7cd72bc5ca3 | 38ac10170367e27933ed7d5c3ecb31d76f5e9ea9 | refs/heads/master | 2020-03-23T21:45:00.300219 | 2019-10-11T16:13:27 | 2019-10-11T16:13:27 | 142,130,386 | 0 | 1 | null | 2019-10-11T16:13:28 | 2018-07-24T08:41:53 | Java | UTF-8 | Java | false | false | 4,735 | java | package com.example.tushar.aad;
import com.google.android.gms.location.FusedLocationProviderClient;
import com.google.android.gms.location.LocationCallback;
import com.google.android.gms.location.LocationRequest;
import com.google.android.gms.location.LocationResult;
import com.google.android.gms.location.LocationServ... | [
"tusharjn16@gmail.com"
] | tusharjn16@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.