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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0ecbc87af9a97cf70daeb0ae193b5f5279a3c833 | d5a27d789ebf1f9569ff3fb3c4a9c78ac74c82ea | /proj1a/ArrayDeque.java | dfd2703b11785316df68acf94f9089fe141c08ee | [] | no_license | yuchengwto/cs61b_sp19 | b600a88a4723b4a780445c33a14fb52267479865 | 7b8ab02146d876aea3b31a0ba178483e929e4800 | refs/heads/master | 2020-08-28T13:05:49.052516 | 2019-10-26T13:03:12 | 2019-10-26T13:03:12 | 217,708,339 | 7 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,718 | java | public class ArrayDeque<item> {
private int size;
private int nextFirst;
private int nextLast;
private item[] items;
private static final int INIT_CAPACITY = 8;
private static final int RESIZE_FACTOR = 2;
private static final double MIN_USAGE = 0.25;
public void resize(int capacity){
... | [
"yuchengwto@163.com"
] | yuchengwto@163.com |
34f2d321838e2f50925a7939c78f6ddf282f0626 | c550c9ce8619f8b012dcffcc633aa70499c90b84 | /Fragment/app/src/main/java/com/example/fragment/BeliFragment.java | 9a1501869df5bea7736d50a50cf261abde59a1af | [] | no_license | rokhis/WMA_Fragment | 0adc60f2fc7d68015fdbbf7093c5db485fbe2c29 | 9b7300c192410b278fba770a04fe91a96e482dd4 | refs/heads/main | 2023-08-31T02:12:03.170040 | 2021-10-14T10:01:05 | 2021-10-14T10:01:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,023 | java | package com.example.fragment;
import android.os.Bundle;
import androidx.fragment.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
/**
* A simple {@link Fragment} subclass.
* Use the {@link BeliFragment#newInstance} factory method to
* create an instance o... | [
"noreply@github.com"
] | noreply@github.com |
40089cfe205829da047b2575cb7efcad6f1b4355 | 4d066b69651c90d3757da67ce5358614f6ddb92d | /src/com/raphfrk/bukkit/serverportcore/SPItemStack.java | 176a7e0bfb8805882f161b7c828a22832129d50f | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Raphfrk/Server-Port-Core | 07ff07b334e65d446a71c63bfbe74d455a09cf5c | 3bc65d056d2e2e931acfb471b87d6fa4ab12faa2 | refs/heads/master | 2020-04-06T18:35:46.931172 | 2012-01-12T02:36:53 | 2012-01-12T02:37:34 | 1,657,545 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,614 | java | /*******************************************************************************
* Copyright (C) 2012 Raphfrk
*
* 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,... | [
"raphfrk@gmail.com"
] | raphfrk@gmail.com |
b447380b1f862f316913092ba77dc38c391e6311 | 57e451b7a1338dc26016fe9fb32abd512e99ccfb | /src/main/java/com/stocks/livermor/entity/LivermorSingleCompany.java | 84c4fcaa1da922e6c2dc357dce5f69cbef5f95fe | [] | no_license | IvanNikolaychuk/expert-octo-parakeet | ee13a743fc09d7183c8eb69973fff53ba08e267c | d765c89c3944d33ded74b597ee81c8585960439c | refs/heads/master | 2021-01-09T05:36:26.820287 | 2017-09-22T04:37:34 | 2017-09-22T04:37:34 | 80,801,688 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 449 | java | package com.stocks.livermor.entity;
import lombok.Data;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
@Entity(name = "livermor_single_pair")
@Data
public class LivermorSingleCompany {
@Id
@GeneratedValue
private int id;
private String ticker;... | [
"NikolaychukIvan@yandex.ru"
] | NikolaychukIvan@yandex.ru |
a5037b7f2f0462f2fee0544120b5564baeae96ea | 0fd351d090fddfda0256b6aa7f1e3b08aea48a00 | /app/src/androidTest/java/com/example/administrator/myapplication21/ApplicationTest.java | 5a6014b1a1f906e8cb84789a50e796aa4bd49e63 | [] | no_license | fengminchao/GetInfo | 2a5b3e8f375dbcf1917f39a68d45d9eaca83d4b5 | 318ddbb92892ebe3d9f3957344079c5fef131a93 | refs/heads/master | 2021-01-10T12:12:08.131196 | 2015-11-29T02:14:51 | 2015-11-29T02:14:51 | 47,046,667 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 384 | java | package com.example.administrator.myapplication21;
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 ... | [
"fengminchao@github.com"
] | fengminchao@github.com |
9d2cb50054d5c50f97c17d58540d22365dc21602 | 6e8c7dbccaa00d88c4a1dd660846412e262ea4ca | /app/src/main/java/com/baidu/mapapi/clusterutil/clustering/view/DefaultClusterRenderer.java | 115158879cae60c42dabd6001cc093300c35849f | [] | no_license | xuanyongcang/nwuasf1 | 3efd7393c77a640f260486024c29d4b4a05b7604 | 439200f5bd2c40a739cbd353b5fc6fe6241792e1 | refs/heads/master | 2021-01-19T02:32:44.989472 | 2016-08-05T07:04:19 | 2016-08-05T07:05:05 | 54,938,788 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 35,406 | java | /*
* Copyright (C) 2015 Baidu, Inc. All Rights Reserved.
*/
package com.baidu.mapapi.clusterutil.clustering.view;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.TimeInterpolator;
import android.animation.ValueAnimator;
import android.annotation.Suppress... | [
"893482827@qq.com"
] | 893482827@qq.com |
53357651ddc9bbb0144e0a93f2ee30b933f002cd | c6b98c88fc553e709f2fb6fa88c7893c21f47f30 | /Exareme-Docker/src/exareme/exareme-utils/src/main/java/madgik/exareme/utils/histogram/score/MinimizeVarianceHistogramScore.java | 25812ab21084eb5b5add11e47fa0790ef6969afa | [
"MIT"
] | permissive | LSmyrnaios/exareme | f8a7db17a20958c53bebc25a8e1b4eab96a7570e | 9b2b9360f0564d08fc76a56a7a750e2d1074ed4f | refs/heads/master | 2022-12-01T07:34:13.667213 | 2020-11-03T11:32:09 | 2020-11-03T11:32:09 | 159,374,117 | 0 | 0 | MIT | 2018-11-27T17:30:47 | 2018-11-27T17:30:47 | null | UTF-8 | Java | false | false | 936 | java | /**
* Copyright MaDgIK Group 2010 - 2015.
*/
package madgik.exareme.utils.histogram.score;
import madgik.exareme.utils.association.Pair;
import madgik.exareme.utils.histogram.Bucket;
import org.apache.commons.math.stat.descriptive.DescriptiveStatistics;
import java.util.LinkedList;
/**
* @author herald
*/
public... | [
"nikolopoulos.vaggelis@gmail.com"
] | nikolopoulos.vaggelis@gmail.com |
3c649a80e8a86a86171306de9ece2f1de5305056 | 5ed47419511ce4b62dc44c9df172f283b98597fb | /driver/src/main/java/org/neo4j/driver/internal/async/ProtocolUtil.java | c0a8569c5cc24a77374595bb6652253dfa2c96ff | [
"Apache-2.0"
] | permissive | praveenag/neo4j-java-driver | 8e0c3a88f3493a382bb2a71626b248208ff24f33 | 914facf2403087ae03157c68f4dd76023112d8eb | refs/heads/1.5 | 2021-01-01T06:36:38.509839 | 2017-10-19T22:18:09 | 2017-10-19T22:18:09 | 97,465,223 | 0 | 0 | null | 2017-07-17T10:40:23 | 2017-07-17T10:40:23 | null | UTF-8 | Java | false | false | 2,214 | java | /*
* Copyright (c) 2002-2017 "Neo Technology,"
* Network Engine for Objects in Lund AB [http://neotechnology.com]
*
* This file is part of Neo4j.
*
* 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 ... | [
"konstantin.lutovich@neotechnology.com"
] | konstantin.lutovich@neotechnology.com |
4529d50a229e61f337732903c89b878421d32da7 | ca1beeaba34710f4f41d5048bf58a89c1b9d8d29 | /chatak-dao/src/main/java/com/chatak/pg/acq/dao/repository/FraudBasicRepository.java | f3e8002d3e687933b693e72d25f8b5898cffee4f | [] | no_license | itsbalamurali/test_build | f63796b78a050cc03e34527f56dd840e546b0102 | 11c491b17c5a2643e1400a23882ba82d6f3d8033 | refs/heads/master | 2020-04-02T21:16:11.430445 | 2018-06-19T04:14:38 | 2018-06-19T04:14:38 | 154,793,051 | 0 | 2 | null | 2018-10-26T07:15:38 | 2018-10-26T07:15:38 | null | UTF-8 | Java | false | false | 417 | java | package com.chatak.pg.acq.dao.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.querydsl.QueryDslPredicateExecutor;
import com.chatak.pg.acq.dao.model.PGFraudBasic;
public interface FraudBasicRepository extends JpaRepository<PGFraudBasic,Long>,QueryDslPr... | [
"rajesh.bs@girmiti.com"
] | rajesh.bs@girmiti.com |
b6de49c58011ba29036b0c18c2c72c503fe37cbb | 86e14bce714e578b1ea0a622ebb7372d8ca51cfe | /finance.ui.html/src/main/java/org/eclipse/scout/apps/helloworld/ui/html/UiServletFilter.java | f12df1ea08895500d426060f4727db45f25b0a64 | [
"Apache-2.0"
] | permissive | markash/threesixty-finance | ecc622f73eff84ad5a97dda3bd664bdceff67046 | da911bc55241fc27e6d57680371e834996d6aea3 | refs/heads/master | 2020-08-28T09:56:28.490889 | 2019-11-14T19:27:01 | 2019-11-14T19:27:01 | 217,667,191 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,679 | java | package org.eclipse.scout.apps.helloworld.ui.html;
import java.io.IOException;
import javax.servlet.Filter;
import javax.servlet.FilterChain;
import javax.servlet.FilterConfig;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import javax.servlet.http.H... | [
"mp.ashworth@gmail.com"
] | mp.ashworth@gmail.com |
2d00027fa80ed52cebab99fbc2e19cd866502691 | 97b600effb31dea7d8f1de44960722e414b6b7ac | /network/src/main/java/test/TCPClient.java | 2ec3ba1337faf2b828c89b8833667aa751bb4a2c | [] | no_license | wpdnjsgh01/javastudy | 1c6fcb16f93df63752b87bb3688bc31546ace315 | 1a0ab7df3d966ac7ef3fd2ed7a536c51b5fbe387 | refs/heads/master | 2023-08-12T07:24:59.974089 | 2021-10-07T05:50:08 | 2021-10-07T05:50:08 | 403,562,041 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,125 | java | package test;
import java.io.*;
import java.net.*;
public class TCPClient {
private static final String SERVER_IP = "127.0.0.1";
private static final int SERVER_PORT = 5000;
public static void main(String[] args) {
Socket socket = null;
try {
// 1. 소켓 생성
socket = new Socket();
int rcv = socket.get... | [
"wpdnjsgh02@naver.com"
] | wpdnjsgh02@naver.com |
4b015f5f3a44df4e8b28bb1cf920eba648f34c9b | ec528ae33bf60e455c2da6010d4493669dfedb91 | /src/main/java/com/se/apiserver/v1/multipartfile/infra/api/MultipartFileDownloadController.java | bdb428443848b1397716b514ac280235cceb4b7c | [] | no_license | hwanfront/se_api_server | 92120648b095b446ef5dd20c8b2d184145f8b615 | 800f28a2de08a99a4130eecd4b170a452629b8ed | refs/heads/main | 2023-06-12T22:13:56.773651 | 2021-07-10T14:21:01 | 2021-07-10T14:21:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,232 | java | package com.se.apiserver.v1.multipartfile.infra.api;
import io.swagger.annotations.Api;
import com.se.apiserver.v1.multipartfile.application.service.MultipartFileDownloadService;
import io.swagger.annotations.ApiOperation;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.core.i... | [
"dldhk97@gmail.com"
] | dldhk97@gmail.com |
119e30db67ea432bfc571268525ef3d0ce46dfc9 | 94e5880912d9d9f90dee123277261fd95156e387 | /src/local/JPL/ch23/ex23_03/ArgExec2.java | a4f9cff8c58229fc5d6e4aba6d87fc7bd1ed0525 | [] | no_license | mikan/java-training-course | 5135bc940061e2832ba8a743d41629e73db6bc74 | c4a3528bfdc6308f548f069cfdd5966d0105b061 | refs/heads/master | 2021-01-09T20:52:08.314015 | 2014-08-02T16:12:28 | 2014-08-02T16:12:28 | 13,364,128 | 1 | 0 | null | 2020-01-28T19:11:53 | 2013-10-06T15:21:40 | Java | UTF-8 | Java | false | false | 406 | java | /*
* Copyright(C) 2014 Yutaka Kato
*/
package local.JPL.ch23.ex23_03;
import java.io.IOException;
public class ArgExec2 {
public static void main(String[] args) throws IOException {
Process proc = Runtime.getRuntime().exec(args);
ProcessUtil.plugTogether(System.in, proc.getOutputStream(), proc)... | [
"yutakakato@icloud.com"
] | yutakakato@icloud.com |
e9cab0f60bf60d95fecacf4b5c771ca8b0785931 | 0d4aeccbca6e6b429b5494745b396c3442ca74d6 | /app/src/main/java/com/hsd/fsxasm/params/HeartBeatParams.java | e039629af874558ab14cac1ebc9a05b7b452f601 | [] | no_license | MaiKurakiTT/asmfsx | 6fe41a420d779d24cb39fb55571e55b2134fd21a | f134d66b46369ae6a0f94cb827efc1cceba633cd | refs/heads/master | 2021-06-05T22:15:54.747905 | 2016-10-07T09:23:47 | 2016-10-07T09:23:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 629 | java | package com.hsd.fsxasm.params;
import org.xutils.http.RequestParams;
import com.alibaba.fastjson.JSONObject;
import com.hsd.fsxasm.domain.FriendCircleBean;
import com.hsd.fsxasm.domain.HeartBeatBean;
import com.hsd.fsxasm.global.Global;
import com.hsd.fsxasm.global.TempInfo;
import android.app.DownloadManager.Reques... | [
"133566770@qq.com"
] | 133566770@qq.com |
540c75555dcaa3901ed8dbaa164ec131b3360bee | 74249c6e11a0c784d9670a98cf752b64a7507593 | /src/main/java/com/cuder/web/AllowanceController.java | b90c975912bc1cd27166ec584a625424471f136b | [] | no_license | HuyNguyen031099/hrm-api | b9c0716c2d19e7a4c298f469de5773edbca69390 | 6a73a17fede08bf59fee21fc4408ea0fc5e8adfb | refs/heads/master | 2023-06-07T01:24:14.052966 | 2021-07-03T04:00:38 | 2021-07-03T04:00:38 | 382,520,130 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,576 | java | package com.cuder.web;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.w... | [
"pythago1999@gmail.com"
] | pythago1999@gmail.com |
a55b039a7574128858c2cb3129208efa7a8dea41 | 7a38e1f3bb461e6083c0cc664b8b3401c4ea5790 | /oop1/ex1/oop/ex1/filters/GreaterThanFilter.java | 5eb821820fc0d97a5db111b6d450a1326ae40071 | [] | no_license | oryonatan/OOP1 | cd86b46a918d8c0ae1e5ab1a277a560fb8893cd1 | 0e0216dfdc061297fd8fed527cf849f1f732a02f | refs/heads/master | 2021-01-23T07:20:42.787199 | 2012-04-23T22:51:40 | 2012-04-23T22:51:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 767 | java | package oop.ex1.filters;
import java.io.File;
import java.io.FileFilter;
import oop.ex1.exceptions.BadParamException;
/**
* A filter that looks for files bigger then a given size.
*
* @author yonatan,yuli
*
*/
public class GreaterThanFilter extends FileSizeFilter implements FileFilter {
/**
... | [
"or.yonatan@gmail.com"
] | or.yonatan@gmail.com |
c56d22f2bd27ffa18b0a141ae08514e39aa67161 | 5e2b892c1cf71c39272b3a541fcfc0fc5849e8ae | /src/test/java/com/example/demo/DemoApplicationTests.java | 087eb87d47ff05b3ec386c3a5a946d61a4127056 | [] | no_license | lonelycodingman/TestGit | 61aaaeac027494282f9d7345ae132446c6666f87 | 4853a524023a702848737160a4ffda8c5ddf70b1 | refs/heads/main | 2023-06-03T04:14:10.612010 | 2021-06-21T14:41:08 | 2021-06-21T14:41:08 | 377,201,869 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,067 | java | package com.example.demo;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.util.Base64Utils;
import javax.crypto.KeyGenerator;
import javax.crypto.SecretKey;
import java.security.NoSuchAlgorithmException;
import java.security.SecureRandom;
@Sp... | [
"1367425226@qq.com"
] | 1367425226@qq.com |
7146fbb4167f358415d2c3698f6acc143ff4ef44 | e0b570a7f7556cf386265d7abf13994189456c89 | /src/main/java/concrrent/learning/MainThread.java | f293bc5a74a78b9014b501ac6571b4f5db7a8040 | [] | no_license | niuqinghua/java-concurrent-learning | 3e5f14a6875556f11d7bb0833499e6c7e6969795 | beb1812fe8671d879bbcaaebb308a6c93e5e71ec | refs/heads/master | 2021-01-19T12:38:54.201275 | 2015-08-28T09:56:56 | 2015-08-28T09:56:56 | 40,429,972 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 218 | java | package concrrent.learning;
/**
* Created by niuqinghua on 15/8/9.
*/
public class MainThread {
public static void main(String[] args) {
LiffOff liffOff = new LiffOff();
liffOff.run();
}
}
| [
"niuqinghua@letv.com"
] | niuqinghua@letv.com |
ff4e1734c6d64de7567a1a9c7ba288223a81cf70 | da91e7e8fa5b41b527eb3565a56aa9d86e939d6b | /src/section_10_generics/generics/FootballPlayer.java | f41808c67f9f978f36b708023a8b01702cc75d20 | [] | no_license | acneuromancer/udemy-java-masterclass | 2609328edfa5a28a83aa96b00dd116ff0fe6eaa9 | 38628e10832bd7a3f0cf1e6b5c0910a95e5238de | refs/heads/master | 2020-06-03T16:04:13.326381 | 2019-11-22T22:30:17 | 2019-11-22T22:30:17 | 191,641,117 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 156 | java | package section_10_generics.generics;
public class FootballPlayer extends Player {
public FootballPlayer(String name) {
super(name);
}
}
| [
"dokukodo108@gmail.com"
] | dokukodo108@gmail.com |
e0de264e66bc926d515ac6d4a7f17f70a821a991 | f709375cdd3bace3490acdf94522ecd71e158c14 | /ACM/WorldFinals/y2001/C.java | 0984b1b0ee79e8d9cd7de77298c3b314250c4eaa | [] | no_license | jefferyyuan/Competition-Programming | eddd122c59a4752014337bb3ce7e7598f8166faf | b13d8a7c91f0ad3def29e536fcbe300536dbf08b | refs/heads/master | 2021-01-15T17:03:05.912308 | 2011-01-30T06:55:09 | 2011-01-30T06:55:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,798 | java | package ACM.WorldFinals.y2001;
import java.io.*;
import java.util.*;
import java.awt.*;
/* 2001 World Finals
* Problem C: Crossword Puzzle
* Type: Brute Force
* Difficulty Coding: 3
* Algorithmic Difficulty: 1
* Solution: The board is small so try putting words in by DFS until we find a match.
*/
public clas... | [
"theycallhimtom@gmail.com"
] | theycallhimtom@gmail.com |
1caf8cad2c3953d01b26b7848bbb8ebbcc37df03 | 572b4080c5f90aa00e5c35f5f10fc98ec921a7a7 | /DiaphanumJSF/src/com/boxable/AbstractPageTemplate.java | 018a6251261b658ecabffb642ba6af243ec7dc90 | [
"MIT"
] | permissive | tttodorov13/diaphanum | 8a04adb9bce8bc5ce9c04b5b18a6a11168907c5a | 1e4cb4525cd585e5ff03f7f85e2990b5865f8752 | refs/heads/master | 2021-01-19T03:00:23.038515 | 2016-06-05T12:37:29 | 2016-06-05T12:37:29 | 48,318,423 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,010 | java | package com.boxable;
import java.io.IOException;
import org.apache.pdfbox.pdmodel.PDDocument;
import org.apache.pdfbox.pdmodel.PDPage;
import org.apache.pdfbox.pdmodel.PDPageContentStream;
import org.apache.pdfbox.pdmodel.graphics.image.PDImage;
import org.apache.pdfbox.pdmodel.graphics.image.PDImageXObject;
/**
* ... | [
"tttodorov13@gmail.com"
] | tttodorov13@gmail.com |
988d44090393f2dd8a57986cbc51bcd81ddf1427 | f6d6136cecd16122fa9a515a4283f94abf6b50ac | /src/com/command/Command.java | 95b0992ef0fa3e17037594909c5e0c24182c0eda | [] | no_license | renshen052/FileSystemDOS | 446fbbbb491f4400af47c872d46a58ce2d853991 | d0dc41ded00ff6a1dd17a27ffafa86d41be859e3 | refs/heads/master | 2020-07-01T18:26:38.486116 | 2019-08-09T06:57:29 | 2019-08-09T06:57:29 | 201,255,083 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 780 | java | package com.command;
import java.util.regex.Matcher;
/**
* @author h w j
* @time 2019年8月6日
* @instruction
* 命令
*/
public interface Command {
/**
* 命令未找到
*/
final int NOTFINDCOMMAND = -1;
/**
* 参数未找到
*/
final int NOTFINDSECONDE = -2;
/**
* 语法异常
*/
final int ERRORCO... | [
"renshen052@foxmail.com"
] | renshen052@foxmail.com |
76a8b59c6f6488dc833a3dc958410f10c6409129 | b8fd2779fbbeb41a1841f8090fb8e750b3cdde77 | /app/src/main/java/jnorbury/jonahnorbury_pset5/AddGroceryItemActivity.java | 17a14d81897f9342b6f9bc5416d75057222d5799 | [] | no_license | JNorbury/JonahNorbury-pset5 | 194d8db521f88601f63c47260aec0226e57c833c | 91dd7f8e9ee9ca275a2fca7a7af629c6f36127e2 | refs/heads/master | 2020-06-17T17:04:00.393706 | 2016-12-06T11:36:34 | 2016-12-06T11:36:34 | 74,986,249 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,012 | java | package jnorbury.jonahnorbury_pset5;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.Toast;
public class AddGroceryItemActivity extends AppCompatActivity {
public ToDoListManager mlm;
@Override
pro... | [
"jonah.norbury@student.uva.nl"
] | jonah.norbury@student.uva.nl |
71d0265c0c6a0e1e2fb63b0d5af1c44097ba6d95 | d8fea750274bafad117cd5d7094a498b7bc9b10e | /src/p026GoodAssignment.java | ab452752076d964a25ca0e585d004ca103bd92ed | [] | no_license | Yoshi-Koki/TeachYourselfJava | 3e4324ab0d7e13782e1f448a936f822db6216c6f | 8d09fa4aea7117541e48f60a8ab176747f8f68e0 | refs/heads/master | 2023-04-23T21:04:11.341971 | 2021-05-05T13:53:29 | 2021-05-05T13:53:29 | 361,933,516 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 148 | java |
public class p026GoodAssignment {
public static void main(String args[]) {
byte b;
int i = 127;
b = (byte)i;
System.out.println(b);
}
}
| [
"stateoftheart0227@gmail.com"
] | stateoftheart0227@gmail.com |
bf922bc86ba8e20e23f5413299b678c85d61d97b | a866b7d5b917a65a2d01f5b6f9f958d73ece8a70 | /src/Day09_IfStatement/Breaks.java | cb2339e7f81f884415464d27c60dd0663c0155cd | [] | no_license | OksanaGood/Summer2020_B20 | d716d1a3113c901ec2c1318b8e78f4471854f380 | 1497c2a3e271606e0be7a53456c3b38402ba7d55 | refs/heads/master | 2022-12-13T12:14:42.140967 | 2020-08-25T20:05:56 | 2020-08-25T20:05:56 | 284,592,681 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 324 | java | package Day09_IfStatement;
public class Breaks {
public static void main(String[] args) {
String itsBreakTime = "Yes";
if (itsBreakTime == "yes"){
System.out.println("Take 15 minutes of break");
}else{
System.out.println("Continue the class");
}
... | [
"oksana.shnurkina.76@mail.ru"
] | oksana.shnurkina.76@mail.ru |
42e6a1faa4aff71eb459947e646cf5d1f68f269c | 823e7cf19ee5f2c079405b60c13715a598d48aa4 | /src/org/marketsuite/framework/market/ChangeInfo.java | 225ca0f25a6f4acf0b2eda7f40c05f5f00a94c45 | [] | no_license | shorebird2016/market-suite | 2836ba54944ce915c045f5d06389d5ac1749ccde | ecb245b917c725464a8cde160e1e94af05291fd1 | refs/heads/master | 2020-12-30T16:45:46.504672 | 2017-05-11T20:51:28 | 2017-05-11T20:51:28 | 91,022,492 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 569 | java | package org.marketsuite.framework.market;
import java.util.Calendar;
public class ChangeInfo {
public ChangeInfo(int _index, int _from, int _to, Calendar _calendar) {
index = _index;
from = _from;
to = _to;
calendar = _calendar;
}
public int getIndex() { return index; }
... | [
"chenat2006@gmail.com"
] | chenat2006@gmail.com |
b3538f432dba8b33897f4403964f2695dc4fe36d | 7a49fec39a5dfc3ffb99341d8b52729b53f04162 | /src/main/java/br/com/crescer/stone_board/repository/NoteRepository.java | 169be1e505ede472fe4e526c1df84d8c9e5b1a28 | [] | no_license | StoneBoard/crescer_2017_2_stone_board | 61906a0e3be8f375f48a4753d9d0d6ea2ffd699d | 60b519ac7d897741aaf02803719493bf077e0ddb | refs/heads/master | 2021-08-30T21:21:18.881432 | 2017-12-19T13:03:21 | 2017-12-19T13:03:21 | 114,755,085 | 0 | 0 | null | 2017-12-19T11:05:51 | 2017-12-19T11:05:50 | null | UTF-8 | Java | false | false | 259 | java | package br.com.crescer.stone_board.repository;
import br.com.crescer.stone_board.entity.Note;
import org.springframework.data.jpa.repository.JpaRepository;
/**
*
* @author willian
*/
public interface NoteRepository extends JpaRepository<Note, Long> {
}
| [
"willianpazinatto@hotmail.com"
] | willianpazinatto@hotmail.com |
d6314dce64d82c1fbb68126735dcb3a7cc0390ab | a599ccbe48bad09d6a51914fc3f79f600f5c96ec | /app/src/androidTest/java/com/example/robin/esp8266ledapp/ExampleInstrumentedTest.java | 740fb807efcbf1074e949f5ec5b64c1c9c8886a8 | [] | no_license | lonnqvr1/androidstudioledcode | 3ea8929a9f71042daa43d461b8035cc9d1856ec4 | 40b79572012da7d3293bcddc84151d8063005941 | refs/heads/master | 2021-01-13T16:00:44.641076 | 2017-01-24T08:13:27 | 2017-01-24T08:13:27 | 79,782,118 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 766 | java | package com.example.robin.esp8266ledapp;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test, which will execute on... | [
"robinlonnqvist@gmail.com"
] | robinlonnqvist@gmail.com |
95f4d4b86a59778f8754ec2966602fc27ae48f4a | 6b7b54c70cc3a6da985d36d002220a7c9dc2e33b | /bauer_defense2/src/main/java/de/propra/defense/Scarecrow.java | e61fdee80245805d57b91ce4b8ec12a99fa1bf47 | [] | no_license | MarvinHoppen/PU6Test | 0e1b8acb334614054f353be63222273209813619 | 74eee1e301ab11526d33575292c270cfac765f17 | refs/heads/main | 2023-06-04T11:20:32.200750 | 2021-06-25T06:14:23 | 2021-06-25T06:14:23 | 380,140,939 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,819 | java | package de.propra.defense;
import de.propra.defense.ui.GamePanel;
import java.util.Optional;
import java.util.Set;
public class Scarecrow implements Unit2 {
final String name = "Scarecrow";
private final GamePanel game;
private int row;
private int col;
private int delay;
private double full... | [
"mahop107@uni-duesseldorf.de"
] | mahop107@uni-duesseldorf.de |
46c0b0b90d269c1ac2afc8d396f2aef9ef7e9cb8 | 7ea4ee138ebdc28ecaceca47b00972b9b5241d82 | /home-works/src/main/java/com/sergey/prykhodko/example/shop/Product.java | 2a60c1f46a5acf6fa4b392a5414361913ef32f5f | [] | no_license | JimmyUA/advanced-java-home-works | ec40f89cac4ac5234e0c37f37594c65d44179dff | e949c99c8606e45477a7ae9bf3f36265d9872844 | refs/heads/master | 2020-12-02T10:04:33.130975 | 2017-08-10T09:44:52 | 2017-08-10T09:44:52 | 96,687,238 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 532 | java | package com.sergey.prykhodko.example.shop;
/**
* Created by Sergey on 10.07.2017.
*/
public class Product {
private String name;
private long price;
public Product(String name, int price) {
this.name = name;
this.price =price;
}
public void setName(String name) {
this.na... | [
"sergii.pryhodko@gmail.com"
] | sergii.pryhodko@gmail.com |
1f392a144b6070c9ff90c586547bcdf07b4c8066 | f695cb61d622846c48c59684182a68dc92d51315 | /app/src/main/java/com/example/quizapp/ui/ScoreActivity.java | 2c40881ff82664ca661f85edde0a4181736a4e57 | [] | no_license | Sanjeevkumar94/QuizApp | fe14db64a4bc81e7aaf170fb2cee49ec0facbfaf | fd6d86766a45b5f1305de08acc27e43c09e5e368 | refs/heads/master | 2023-01-20T14:12:59.645537 | 2020-11-28T14:22:35 | 2020-11-28T14:22:35 | 305,705,157 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,906 | java | package com.example.quizapp.ui;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.AppCompatButton;
import androidx.appcompat.widget.AppCompatTextView;
import static com.example.quizapp.utils.CommonUtils.totalScore;
import android.content.Intent;
import android.os.Bundle;
import androi... | [
"34913771+Sanjeevkumar94@users.noreply.github.com"
] | 34913771+Sanjeevkumar94@users.noreply.github.com |
10363b991181ac21c24c1d7be81b6db728362a67 | 2f7ae903a24c5b882111de29ac74b68643388a66 | /Auction/src/main/java/Models/Review.java | e1f37874a44c3880814b466764067529f25b8d30 | [] | no_license | LevanSamadashvili/final-project-empty-barrels | ba568ef3e8286f709b5f3d5abaf10b2ff56ded1f | 2d60764d12257a72c9524006d0a68f811b2b0328 | refs/heads/master | 2023-07-05T18:20:35.135325 | 2021-08-16T08:48:36 | 2021-08-16T08:48:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,999 | java | package Models;
import Helper.GeneralConstants;
public class Review implements GeneralConstants {
private int id;
private int reviewerId;
private int recipientId;
private int score;
private String review;
public Review(int id , int reviewerId , int recipientId , int score, String review) {
... | [
"nsali19@freeuni.edu.ge"
] | nsali19@freeuni.edu.ge |
c58949fdfa4237898b45e84392d360016a0f027b | 6fe0e35a0305e5e5cb29e65803a707374e2c1db4 | /src/cn/etc/Dao/OrderListDao.java | bfc80b0f99b26905ceed3ceecad047894162b89c | [] | no_license | bai199/Project_Food | 0f7d3184e41ad6298c913bfee250cbd3d1fa9aa9 | f9a8b0732e14a3e4ea078fa3226ec256ba6999fe | refs/heads/master | 2021-08-19T06:40:26.058552 | 2017-11-24T00:39:29 | 2017-11-24T00:39:29 | 111,860,453 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 268 | java | package cn.etc.Dao;
import java.util.List;
import cn.etc.Model.OrderList;
public interface OrderListDao {
public List<OrderList> searchByOrder(OrderList orderList);
public int addOrderList(OrderList orderList);
public int deleteOrderList(OrderList orderList);
}
| [
"ting_941695569@163.com"
] | ting_941695569@163.com |
8b3660e0507e2ae64c1cf56581b87d315e239184 | ba5d6d8d578848a224aab689af9217399304e007 | /demo/src/main/java/com/kristal/demo/repository/RoleRepository.java | a859d0f7510a8cfab303e6dc0f0981e3b78614ce | [] | no_license | mail2mdfaisal/demo | 640f26964d47cbeb6316833990684e7624eb2758 | 9b0137ed3de0c8ab1f400ae4acfea2e347529dda | refs/heads/master | 2020-12-13T18:38:25.107461 | 2020-01-17T07:45:53 | 2020-01-17T07:45:53 | 234,497,130 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 272 | java | package com.kristal.demo.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.kristal.demo.model.Role;
@Repository
public interface RoleRepository extends JpaRepository<Role,Long> {
}
| [
"noreply@github.com"
] | noreply@github.com |
8147ba546934cb85df36f0588f76155342e87314 | e7d64fd1dc3a8c6b76ccbc08027c0bb36b874273 | /test/helloworldapp/BuildPostOfficeIITest.java | 89e8b65877aca2a260f60159fd61af5a7223613b | [] | no_license | zhongxun/lintcodeladder | ed2d3c77389b4ad016f7599331d087eaa9541d0e | 9c07419d0332fcc07e1b182a260aab7add86f4cc | refs/heads/master | 2020-05-22T00:03:22.381711 | 2017-06-05T03:19:01 | 2017-06-05T03:19:01 | 64,240,705 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 992 | 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 helloworldapp;
import org.junit.Test;
import static org.junit.Assert.*;
/**
*
* @author v-xuzhon
*/
public c... | [
"v-xuzhon@microsoft.com"
] | v-xuzhon@microsoft.com |
316cc648e9df30ff8d6728a29d2958b9ffdf63be | 05fdd5cb8cc8ecd070723d8179e11ab1a8e6e52e | /app/src/main/java/com/example/covidvaccination/Adapters/DatePickerFragment.java | d4cd4edb9236d08b23e0ba6d14dff61da9236312 | [] | no_license | Priyadarshan2000/Covid19-Vaccination-Availability | 555d7e0f01b94b7c51e5e40cfb37d8ed6d79911d | 5477cc329404d6a57371c338e9d2e18cba0b6f2c | refs/heads/main | 2023-05-07T01:21:36.623955 | 2021-06-02T06:15:53 | 2021-06-02T06:15:53 | 372,290,133 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 734 | java | package com.example.covidvaccination.Adapters;
import android.app.DatePickerDialog;
import android.os.Bundle;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.fragment.app.DialogFragment;
import java.util.Calendar;
public class DatePickerFragment extends DialogFragment {
... | [
"62868878+Priyadarshan2000@users.noreply.github.com"
] | 62868878+Priyadarshan2000@users.noreply.github.com |
cb1045b6a666b95e25cf7c54d3274bc555c1b0d3 | 3b9c52f683ba0c0193a570fc7c6103a94965ed9b | /Week09/ReverseOnlyLetters.java | f83b7f010c6076d4a57e248deb18e35a1e335fc2 | [] | no_license | JennyJenny00/algorithm010 | 24bdce0b505b65541d59d4b59502fc6039034841 | 0a1d126fb35a46121a04f1df39745efbbe4b3000 | refs/heads/master | 2023-02-06T10:39:33.840672 | 2020-12-28T06:25:30 | 2020-12-28T06:25:30 | 270,489,056 | 0 | 0 | null | 2020-06-08T01:42:52 | 2020-06-08T01:42:51 | null | UTF-8 | Java | false | false | 674 | java | public class ReverseOnlyLetters {
public String reverseOnlyLetters(String S) {
if (S == null || S.length() == 0);
int left = 0;
int right = S.length() - 1;
char[] arr = S.toCharArray();
while (left < right) {
if (Character.isLetter(arr[left]) && Character.isLetter... | [
"jennyzhang@jennys-mbp-2.lan"
] | jennyzhang@jennys-mbp-2.lan |
a853344fb08b6b8081099e6b8a8fdc5dbe23ccd5 | 00e8fa14dcbdcc7ad81ce1cd905ad87c04c22c8b | /sources/org/andengine/util/modifier/ease/EaseExponentialInOut.java | 9099384247ce59f3b487f923dca2c5d216b67db9 | [] | no_license | Dovydove/GodGameTranslation | ec4c1f793875089e0355cf2fba4cad82c237dd2b | 0715105526eb606f932e3956e14a26fe20cd033a | refs/heads/master | 2021-05-24T07:42:04.453572 | 2020-04-07T13:50:05 | 2020-04-07T13:50:05 | 253,454,454 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 720 | java | package org.andengine.util.modifier.ease;
public class EaseExponentialInOut implements IEaseFunction {
private static EaseExponentialInOut INSTANCE;
private EaseExponentialInOut() {
}
public static EaseExponentialInOut getInstance() {
if (INSTANCE == null) {
INSTANCE = new EaseExp... | [
"33964127+Dovydove@users.noreply.github.com"
] | 33964127+Dovydove@users.noreply.github.com |
b7ae5bbd012f224993ea3ee5bb9617a1b56ded93 | 61ac4b4c207cb7e674fc5a8ac50e7a268f427a67 | /src/main/java/net/licks92/EterniaCore/Plugin/PluginLogger.java | 1d55afe370173ac12b553323ac8a08404dd081a8 | [] | no_license | axelpey/Eternia-Core | 9aa3e47e564a89160c1b43eb0b13bf1092f20f31 | bd193a8e11507a1df6a8ffe4ef1e814789e40a3a | refs/heads/master | 2021-05-27T03:59:16.673604 | 2013-01-12T23:37:05 | 2013-01-12T23:37:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 937 | java | package net.licks92.EterniaCore.Plugin;
import net.licks92.EterniaCore.EterniaLogger;
public class PluginLogger
{
private String prefix;
private EterniaLogger logger;
public PluginLogger(String pluginName)
{
prefix = "[" + pluginName + "]";
logger = new EterniaLogger();
}
public void debu... | [
"licks92@gmail.com"
] | licks92@gmail.com |
a85159bb6276eca7d7155415bac8f8c9d6d59070 | 8a7aa2f2c17c197d564c5d9c6ea979ca620a20f4 | /colsubsidio-cupo/src/main/java/com/aldeamo/docs/colsubsidio/cupo/conf/TransformerConfig.java | bb585e683326a2573a6d164fac9e9df2c72056dc | [] | no_license | nagarciah/pocs | de91bb4cacaab945c11345e93cf8e97eec7b9482 | fe0475c52caf65f110f94b3418b0624a66723121 | refs/heads/master | 2020-04-12T08:42:07.080716 | 2018-07-12T12:32:45 | 2018-07-12T12:32:45 | 39,162,466 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 276 | java | package com.aldeamo.docs.colsubsidio.cupo.conf;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.ImportResource;
@Configuration
@ImportResource("classpath:/transformer-beans.xml")
public class TransformerConfig {
}
| [
"nagarciah@yahoo.com"
] | nagarciah@yahoo.com |
8a25be226c0c98f18b24df7f549a26005cd4b5fd | 744a2cdd9d4a782180af940a744af4c752bec043 | /src/main/java/com/fake2edison/weibo4j/model/UserWapper.java | 9ab2a6f81c72a18bf5eb662094bd69998c1b0a52 | [] | no_license | fake2edison/comfake2edisoneditor | 64614898293d29294cfd7bd31fa2419851e44a6c | a5b6a110d676a13d9f80b58f44ddc496286221c5 | refs/heads/master | 2022-06-28T13:08:24.250067 | 2019-05-28T02:47:53 | 2019-05-28T02:47:53 | 186,224,678 | 0 | 0 | null | 2022-05-20T20:57:45 | 2019-05-12T07:26:26 | Java | UTF-8 | Java | false | false | 2,101 | java | /*
* UserObjectWapper.java created on 2010-7-28 上午08:48:35 by bwl (Liu Daoru)
*/
package com.fake2edison.weibo4j.model;
import java.io.Serializable;
import java.util.List;
/**
* 对User对象列表进行的包装,以支持cursor相关信息传递
* @author sinaWeibo
*/
public class UserWapper implements Serializable {
private stati... | [
"a632465734@126.com"
] | a632465734@126.com |
0d575881f782e4b34032fce1e0413c4f97ad843f | 511b11358b678d61f9ea03f1f47deae86f241383 | /PS1/changhe3/Anagram.java | c447bc7c7ebe2711cc732ba8ad6a15a7bd7857b6 | [] | no_license | vasharm2/Homework | a9a04d36794400627a024882c41344d3771963a1 | cb9ff936c4e7ab0d01c5b0d2045265afe5520118 | refs/heads/master | 2021-01-18T12:44:56.356044 | 2015-12-02T02:03:23 | 2015-12-02T02:03:23 | 43,036,226 | 0 | 0 | null | 2015-09-24T01:05:33 | 2015-09-24T01:05:30 | null | UTF-8 | Java | false | false | 3,329 | java | import java.io.File;
import java.io.FileNotFoundException;
import java.util.Arrays;
import java.util.Scanner;
/*
************************************************
____ ____ _ ___ __
/ ___/ ___| / |/ _ \ / /_
| | \___ \ | | (_) | '_ \
| |___ ___) | | |\__, | (_) |
\____|____/ |_| /_/ \___/
... | [
"changhe3@illinois.edu"
] | changhe3@illinois.edu |
f91c1661509028fd17f2de2dfd4f6241fb5bbcb7 | 5a73d52702f9525c4fc02dad0416ec9328ca9fde | /Android/Tasty/app/src/main/java/com/example/tasty/adapters/receita/ReceitaFavAdapter.java | b5fb4d49e817f7cfb35d592b4d983809ba72fa0a | [] | no_license | piresflp/Tasty | 01d315d0c4981df67d46e1e61d21f8606edacd26 | 0927cbb67bd372a50fde99b4ed673655fec587a4 | refs/heads/main | 2023-01-31T05:13:15.271185 | 2020-12-10T22:29:30 | 2020-12-10T22:29:30 | 315,624,916 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,003 | java | package com.example.tasty.adapters.receita;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import ... | [
"48968398+piresflp@users.noreply.github.com"
] | 48968398+piresflp@users.noreply.github.com |
0aa3cb0e920b1433b5911c35e8d07fd22f81dcab | 0cf624a11577cf3a64663d2bc60453a3dd534676 | /bjmashbing-sysio-master/src/main/java/com/teng/system/io/testreactor/MainThread.java | c13645a8060398aaaefc96c1a22424b601d72b73 | [] | no_license | longteng24/81plan-2021 | 9761a1acdbe2286510cea8860cc6b8cd1fb118c7 | 6e6efa5c2c557dfa4c131f67c91d062a79e3022f | refs/heads/main | 2023-03-22T05:54:44.243665 | 2021-03-06T08:58:29 | 2021-03-06T08:58:29 | 329,466,788 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,124 | java | package com.teng.system.io.testreactor;
/**
* @program: 81plan
* @description: 主程序
* @author: Mr.Teng
* @create: 2021-01-21 21:22
**/
public class MainThread {
public static void main(String[] args) {
//这里不做关于IO 和 业务的事情
//1.创建IO thread 一个或多个
SelectorThreadGroup boss = new SelectorTh... | [
"1532712957@qq.com"
] | 1532712957@qq.com |
49bc6b44ccf5555d7a1db1eb4f0e27c382d09421 | 7985a4b04ed48548371f9faa07d9bbe0c0f056c8 | /src/org/traccar/protocol/HunterProProtocolDecoder.java | fc19257f63656b1853cf327d868e906b82b8678d | [
"Apache-2.0"
] | permissive | enterstudio/traccar | 5f393d9ab8991d275a0a1e1d69b4759a5a107832 | 886eb61ff0961d7e3be4e926d1510994b3df84e2 | refs/heads/master | 2023-04-30T04:49:46.776637 | 2017-02-21T10:46:36 | 2017-02-21T10:46:36 | 82,744,694 | 1 | 0 | Apache-2.0 | 2023-09-02T13:38:03 | 2017-02-22T01:08:54 | Java | UTF-8 | Java | false | false | 2,995 | java | /*
* Copyright 2016 Anton Tananaev (anton@traccar.org)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... | [
"anton.tananaev@gmail.com"
] | anton.tananaev@gmail.com |
9c61c08481fdcd7323433b80e309d1bad8ad36e0 | 0575519d38b04c3aaac0294e957e8bb709ba71f3 | /BaseContructor/app/src/main/java/com/iblogstreet/basecontructor/activity/sendmessage/ContentActivity.java | 32527dc12ec9315bcfdf93717e078bcae4029a08 | [] | no_license | sayhellotogithub/MyAndroid | 36ff07a936bec245bc93f039e8c76e61a20200da | 5767b3fbf9c848b06588f859d1d60f79c6f49619 | refs/heads/master | 2021-01-10T04:02:47.190375 | 2016-03-23T16:51:40 | 2016-03-23T16:51:40 | 54,399,699 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,688 | java | package com.iblogstreet.basecontructor.activity.sendmessage;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.ListView;
import android.wid... | [
"wang.jun16@163.com"
] | wang.jun16@163.com |
14ba263e8c44f01399e340d13983c58f69132a21 | 71f2c8ed4ff86f129b93971e2f99d403926dd2bc | /qmui/src/main/java/com/qmuiteam/qmui/widget/section/QMUIStickySectionLayout.java | 5825b8b2c7db1ad52b4cc4b519b2c86bad4e5622 | [] | no_license | xxxxxxxxxxj/BaseApplication | 241ca7fe92eee6ca4be7ed415dc0164f6cb1193c | af395c16bd009f1d4169a7cbc5d2f5db64b52f3c | refs/heads/master | 2020-08-09T16:16:11.498465 | 2019-12-13T09:19:27 | 2019-12-13T09:19:27 | 214,121,321 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 9,864 | java | /*
* Tencent is pleased to support the open source community by making QMUI_Android available.
*
* Copyright (C) 2017-2018 THL A29 Limited, a Tencent company. All rights reserved.
*
* Licensed under the MIT License (the "License"); you may not use this file except in
* compliance with the License. You may obtain ... | [
"xvjun@haotang365.com.cn"
] | xvjun@haotang365.com.cn |
fb43965eb0815f1dbb9c294065e8ed15fa74bfd9 | fda9ce5162c8c926e19e009462de3a4c49e78599 | /SpringInit/src/test/java/com/baiju/spring/init/SpringInit/SpringInitApplicationTests.java | 81bc873147903576d9c3b12dcae9f74c6ea2fa92 | [] | no_license | baijuachari/SpringInitializr | 477868ad35b393be5cf16a4c51dd7e2e3f03bdc1 | b0ad4c56a460d0e023405312b942a4dd95f91f25 | refs/heads/master | 2021-05-07T22:44:59.030844 | 2017-10-26T09:37:30 | 2017-10-26T09:37:30 | 107,283,009 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 353 | java | package com.baiju.spring.init.SpringInit;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class SpringInitApplicationTests {
@Test
pu... | [
"baiju.achari@baesystems.com"
] | baiju.achari@baesystems.com |
174fc4f6d8891cdf9357ce0c8b61e330b17178fe | 532d5aaef9bb4fbebd14913e6ee0657db106f1bc | /SoftUniBlog/src/main/java/softuni/controller/HomeController.java | 931347ec047060104afb39eac6ef5bab7f2d4e0e | [] | no_license | thunderstorm773/SoftUniBlog | 01b8795ba75ee9dba309cfd78d80f76b85d6db8c | 130eed99bf527614725f553092cfb63d48701db9 | refs/heads/master | 2021-07-20T12:00:18.440606 | 2017-10-22T20:36:40 | 2017-10-22T20:36:40 | 107,900,404 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,839 | java | package softuni.controller;
import mvcFramework.annotations.controller.Controller;
import mvcFramework.annotations.parameters.PathVariable;
import mvcFramework.annotations.request.GetMapping;
import mvcFramework.model.Model;
import softuni.models.viewModels.ShowArticle;
import softuni.models.viewModels.ShowCategory;
i... | [
"luko193@gmail.com"
] | luko193@gmail.com |
f5080ec5acecc17499970dc38d744cdcf9cb3d40 | 3c3abf29eac695dd6d10647a8cd9f42e692d2b6b | /module_2/OpTap/src/model/Car.java | f875e7c66c48a05fdb4edb6f70e081a0400f789c | [] | no_license | phuongthao101/C0221G1DaoNgocPhuongThao | 81777a445874f8dc1f4da008fca764b1d7e7deba | 5cac525bbe1c980c551ef9977228043fc7dbd929 | refs/heads/master | 2023-06-23T02:27:20.531284 | 2021-07-22T01:12:24 | 2021-07-22T01:12:24 | 342,120,480 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,079 | java | package model;
public class Car extends Vehicle{
//+ Ôtô có thêm các thuộc tính : Số chỗ ngồi, kiểu xe (du lịch, xe khách).
private String seat;
private String type;
// public Car(String palate, String nameProduction, int yearProduct, String owner, String seat) {
// super(palate, nameProduction,... | [
"daongocphuongthao101@gmal.com"
] | daongocphuongthao101@gmal.com |
88e91ea8cd58cadfac7beed7293d097464d6c999 | 5dd80bb1ab0e1b5fbadea690cccf620ef039202b | /kodila-testing/src/main/java/com/kodilla/testing/forum/ForumComment.java | aad96409acf04e7caffebd8dd4c2f7ac863a7c3a | [] | no_license | MateuszSzCz-1/Mateusz-Szczerba-kodilla-java | df7a235cdb9b3b2498cb2cf54602616b95035caa | 738547bf45b113f20924853a752804db1c434e30 | refs/heads/master | 2023-08-21T07:51:55.124130 | 2021-10-31T11:38:14 | 2021-10-31T11:38:14 | 353,497,371 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,146 | java | package com.kodilla.testing.forum;
public class ForumComment {
private ForumPost forumPost;
private String commentBody;
private String author;
public ForumComment(ForumPost forumPost, String commentBody, String author) {
this.forumPost = forumPost;
this.commentBody = commentBody;
... | [
"mszczerba86@gmail.com"
] | mszczerba86@gmail.com |
3c0692535c21efdb93b719dbb697fdd4aa8eaba2 | e95463689b7659af8d16fa774e52da249a9c28c8 | /src/main/java/main/ValidadorDeContrasenia.java | a182044ee43b9bfa9b5bf409293f08f3b40ae5d6 | [] | no_license | FrancoCingolani/TPdds2020_Grupo8 | 9f345a82a1d67e487c34344f32f1075aaecad692 | da0c62c9907da9c65e574c697a993052c42d3b52 | refs/heads/master | 2023-02-01T15:41:49.070679 | 2020-12-16T13:44:15 | 2020-12-16T13:44:15 | 251,153,129 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,839 | java | package main;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.util.regex.*;
import exceptions.ContraseniaCaracteresRepetidosException;
import exceptions.ContraseniaCortaException;
import exceptions.Contrasenia... | [
"cingolani_franco@hotmail.com"
] | cingolani_franco@hotmail.com |
c9bf92fa6977b6da905094a410c681b4dbe1fc86 | 3ce85d26d4df20d439d90023550262ebf012af9b | /android/src/main/java/com/hoxfon/react/RNTwilioVoice/ProximityManager.java | 69575f1ebbda00cf68b97e950e582d73ab506551 | [
"MIT"
] | permissive | gitstud/react-native-twilio-programmable-voice | 5480c7fe7fa0ad6aaaa2f802395de00f893640c1 | e86dd26ab0d89039d0c5d83b3599ac96de82c97d | refs/heads/master | 2020-08-01T14:11:19.889895 | 2019-09-26T06:49:24 | 2019-09-26T06:49:24 | 211,018,686 | 2 | 0 | MIT | 2019-09-26T06:42:38 | 2019-09-26T06:42:37 | null | UTF-8 | Java | false | false | 6,478 | java | package com.hoxfon.react.RNTwilioVoice;
import android.content.Context;
import android.hardware.Sensor;
import android.hardware.SensorEvent;
import android.hardware.SensorEventListener;
import android.hardware.SensorManager;
import android.os.PowerManager;
import android.os.PowerManager.WakeLock;
import android.util.L... | [
"mosconfabrizio@gmail.com"
] | mosconfabrizio@gmail.com |
27e070bcb31fb0c2e2ae746866ce7ec748ae167a | 52c36ce3a9d25073bdbe002757f08a267abb91c6 | /src/main/java/com/alipay/api/response/KoubeiCateringKdsInfoQueryResponse.java | 6445af81b55f2e5deda029dac6f5a03a27c0acda | [
"Apache-2.0"
] | permissive | itc7/alipay-sdk-java-all | d2f2f2403f3c9c7122baa9e438ebd2932935afec | c220e02cbcdda5180b76d9da129147e5b38dcf17 | refs/heads/master | 2022-08-28T08:03:08.497774 | 2020-05-27T10:16:10 | 2020-05-27T10:16:10 | 267,271,062 | 0 | 0 | Apache-2.0 | 2020-05-27T09:02:04 | 2020-05-27T09:02:04 | null | UTF-8 | Java | false | false | 906 | java | package com.alipay.api.response;
import java.util.List;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.internal.mapping.ApiListField;
import com.alipay.api.domain.KdsInfoModel;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: koubei.catering.kds.info.query response.
*
*... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
06166f6ebb966153c5a7ced85d2a9cb78291501e | bd7d0dafcdb59d202dcaf1552558997d6fce0dce | /blog_utils/src/main/java/com/xzh/blog/utils/plugins/rename/RenameJavaMapperPlugin.java | fa497b829b443387e4574241e8838103a2e81890 | [] | no_license | Molzx/myblog | ab45186b26a38f9ea8db0fa8f9e0f50be14cd9a9 | 29faf74afe82082089396223bf3a5c0004796d49 | refs/heads/master | 2022-06-22T21:06:09.376364 | 2019-11-25T12:54:42 | 2019-11-25T12:54:42 | 223,946,383 | 0 | 0 | null | 2022-06-21T02:18:54 | 2019-11-25T12:43:31 | Java | UTF-8 | Java | false | false | 2,078 | java | /**
* FileName: RenameJavaMapperPlugin
* Author: xuzhenghao
* Date: 2019/11/24 17:08
* Description: Mapper.java改为Dao.java
*/
package com.xzh.blog.utils.plugins.rename;
import org.mybatis.generator.api.IntrospectedTable;
import org.mybatis.generator.api.PluginAdapter;
import java.util.List;
import java.util... | [
"1784736274@qq.com"
] | 1784736274@qq.com |
81d0601645c12c11b613668acc439f45863e68a6 | 567caa81bd0b1d9d9b0d34a924d147b7b60a66e0 | /spring-boot-samples/spring-boot-sample-web-secure-custom/src/test/java/sample/web/secure/custom/SampleWebSecureCustomApplicationTests.java | b7347dd8c4b207b0a9dd0515a7485ffd7ff56415 | [
"Noweb",
"Apache-2.0"
] | permissive | MrSorrow/spring-boot | fb06c692f35dfb88ee6a8f3fa540e0ebef21de8f | ceed0e80af969c778b5c25c64e5124105988aab9 | refs/heads/master | 2023-01-10T07:09:07.443658 | 2019-10-14T07:39:17 | 2019-10-14T07:39:17 | 182,507,696 | 1 | 0 | Apache-2.0 | 2022-12-27T14:44:13 | 2019-04-21T08:16:26 | Java | UTF-8 | Java | false | false | 4,308 | java | /*
* Copyright 2012-2017 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... | [
"Kingdompin@163.com"
] | Kingdompin@163.com |
0e03ddd017b0af3fcb11c8d6edbdd30d69298faa | d4a2caf1a3c4010c12289181087df11d7e8d7c70 | /src/com/iup/tp/twitup/datamodel/IDatabase.java | 2357b51d6c4da25ef9f38d38874c53748c57c7e0 | [] | no_license | Sanctuspetrus/TwitupProjet | 107342c1f8192f06bcdcbc519d0be44781b61c5d | d8a20122251d01f392200f2b35df61bae2aa2b99 | refs/heads/master | 2021-01-20T10:30:40.708883 | 2017-02-27T16:19:26 | 2017-02-27T16:19:26 | 80,806,544 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 2,747 | java | package com.iup.tp.twitup.datamodel;
import java.util.Set;
/**
* Interface de la base de données de l'application.
*
* @author S.Lucas
*/
public interface IDatabase {
/**
* Ajoute un observateur sur les modifications de la base de données.
*
* @param observer
*/
void addObserver(IDatabaseObserver obs... | [
"heelomangola@gmail.com"
] | heelomangola@gmail.com |
b9e7c967014505adc3b9ac5ba85aa95f8b5ba9a7 | 5455505da953e3078ed13eff45a4731ab1ea21cd | /sources/com/jelsat/fragments/CalendarDatesCostUpdateFragment$1.java | 0fced96eff830162abc1b77d00b58e54d626bde8 | [] | no_license | pavankvch/Jel | b673523dc7a1b33655d36d1cb62b7b8f31881397 | f35cf5ea71288e588cc642fc691a78c4dcd1c250 | refs/heads/master | 2020-04-29T10:37:00.566486 | 2019-03-17T07:34:39 | 2019-03-17T07:34:39 | 176,067,567 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,490 | java | package com.jelsat.fragments;
import android.view.View;
import android.widget.AdapterView;
import android.widget.AdapterView.OnItemSelectedListener;
import com.data.payments.HostProperty;
import com.jelsat.R;
class CalendarDatesCostUpdateFragment$1 implements OnItemSelectedListener {
final /* synthetic */ Calenda... | [
"pavankvch@gmail.com"
] | pavankvch@gmail.com |
88c8cf1cf2285e88350fb1dd7838de1d9bf52900 | 4fb2167912a5092a69d358b21994eb4d2d843e12 | /src/main/java/org/pho/splitter/core/splits/primitives/package-info.java | 18593040116b51c44e885d371f8cd0458d6ad1e4 | [] | no_license | ortolanph/stringsplitter | a91a8cc31d10f6c4dec278d0d1fccff26fba2b0a | 81de3a7161975083eb1725cf7094cb9b71a1af2f | refs/heads/master | 2020-03-25T22:05:23.254156 | 2020-01-03T16:10:50 | 2020-01-03T16:10:50 | 144,205,278 | 1 | 1 | null | 2020-01-03T00:23:33 | 2018-08-09T21:27:26 | Java | UTF-8 | Java | false | false | 1,186 | java | /**
* With this API is possible to convert a String split into a wrapper of a primitive data type. The following table lists all the wrappers and splitters.
* <br><br>
* <table>
* <caption>Wrapper splitters</caption>
* <tr>
* <td><strong>Wrapper</strong></td>
* <td><strong>Splitter</stron... | [
"paulo.ortolan@criticaltechworks.com"
] | paulo.ortolan@criticaltechworks.com |
d5f9aa43fffaaaca75bf9aaa658018cde3635413 | 0474ea2fff83e97eaeec4feea3b9ae83b833a991 | /app/src/main/java/com/caesar/checkdemo/SingleSelectionActivity.java | 432c6e401e7a37c158162d673bd08da300d25546 | [] | no_license | noahPassword/AndroidFunctionDemo | e863949733cb17ff134744ef67b4804f5d379a0c | 491de9cc287be4ed7bf631bd4fce96d4bbdf4634 | refs/heads/master | 2021-06-12T23:35:16.997973 | 2017-03-21T07:28:03 | 2017-03-21T07:28:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,974 | java | package com.caesar.checkdemo;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.widget.TextView;
import com.caesar.checkdemo.adapter.SingleSelectAdapter;... | [
"zhouke_public@163.com"
] | zhouke_public@163.com |
dd7c450a11191bd28a7724a979b4e6231aa922f7 | 759347a5b75f088e1ba04571782e6a5d3ca69825 | /traditional_mutants/boolean_elementwise_not_equal(int,int)/LOI_346/MethodCollection2.java | 5a0c699af9b5467a5fa99f3704f71cdf59946cb4 | [] | no_license | ps073006/testJavaMR | 218248584c64d1c239a5c428571b4cff44143484 | 3c6d9c5188c3ce4cefe0b3be5a4685503bb00f1b | refs/heads/master | 2021-01-10T04:37:47.334249 | 2016-02-02T02:22:28 | 2016-02-02T02:22:28 | 50,891,432 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,824 | java | // This is a mutant program.
// Author : ysma
package Test;
public class MethodCollection2
{
public static int add_values( int[] a )
{
int sum = 0;
for (int i = 0; i < a.length; i++) {
sum += a[i];
}
return sum;
}
public static double add_two_array_valu... | [
"engr.ps07@gmail.com"
] | engr.ps07@gmail.com |
29125b55358823e9f5f169f10cfb17576b6631d9 | bd518c1337430b63f29fcb82b3837d58bb4c82da | /KinematicsHelp/Car.java | e972e5e71213f448ba9b144ddb2cb83a236e5694 | [] | no_license | trackman1111/EngrGroup23 | 5188da77f1bc5ad36f8d65f5448dd92eed56d66d | 652a88ec82d1af5bc2f94f98341b8a174ba4393a | refs/heads/master | 2020-08-19T02:31:51.931705 | 2019-11-21T21:02:46 | 2019-11-21T21:02:46 | 215,865,475 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,829 | java | import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo)
import javax.swing.*;
/**
* Write a description of class Car here.
*
* @author (your name)
* @version (a version number or a date)
*/
public class Car extends Actor
{
/**
* Act - do whatever the Car wants to do. This method ... | [
"brandon@morrellworld.net"
] | brandon@morrellworld.net |
533a13f51a3532c9036c378fea22931870b0d728 | 35aaddadff1fc6c639869bf7302d6927c0b1918a | /src/_310.java | 0595e9b5739e5a6ab9b97a9039500c063e000c68 | [] | no_license | lydxlx1/LeetCode | daa3ceadf8c12d57a16ef2ce1a98216123d6b10a | 516d5f08fc9b1b71b14d43687221a06d07dc51fc | refs/heads/master | 2023-02-18T05:58:23.481713 | 2023-02-12T21:04:46 | 2023-02-12T21:04:46 | 46,915,247 | 110 | 48 | null | 2021-09-13T21:11:37 | 2015-11-26T08:58:18 | Java | UTF-8 | Java | false | false | 2,518 | java | import java.util.*;
/**
* LeetCode 310 - Minimum Height Trees
*
* It is easy to see that the root of an MHT has to be the middle point (or two middle points) of the longest path of the tree.
* Though multiple longest paths can appear in an unrooted tree, they must share the same middle point(s).
*
* Computing th... | [
"lydxlx@gmail.com"
] | lydxlx@gmail.com |
5da36a2d71340da2726f80b4ec51f3b3f537e200 | b7b017a04a5a53902b9e69e527bde6bb48ececff | /app/src/test/java/com/flz/demonfc/ExampleUnitTest.java | 19e91102ee44bacba46c55c4c4e128439e15fe7f | [] | no_license | fanlingze/DemoNFC | a8a02f889d06b94d1f2a1ec176049ad7f6f6df61 | e83af7f79743cfaeb626e308b7326f315e83bf0f | refs/heads/master | 2020-03-19T07:39:41.844309 | 2018-06-05T08:08:24 | 2018-06-05T08:08:24 | 136,136,952 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 376 | java | package com.flz.demonfc;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void additi... | [
"lingze.fan@gmail.com"
] | lingze.fan@gmail.com |
f35c539da3910b610ac7446ea28599e03603073c | 969e721f9524d135247c76095a381b460c50a36c | /hystrix-dashborad/src/test/java/com/june/hystrixdashborad/HystrixDashboradApplicationTests.java | 43a3ae225bac47477c8824f9f9fc7890390d34f7 | [] | no_license | bks1000/stspringcloud | 3828535067072ffa1ea2d7dc6f3dc9166b74928c | f9e04080552be992e5b2fdfc870470c4f5d617ab | refs/heads/master | 2020-03-21T21:55:52.260139 | 2018-08-02T01:54:56 | 2018-08-02T01:54:56 | 139,093,944 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 352 | java | package com.june.hystrixdashborad;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class HystrixDashboradApplicationTests {
@Test
pub... | [
"www16548@126.com"
] | www16548@126.com |
84ee28314a3f9033a2b660c42c5a416679172bd0 | 7b4fd58090aa7013137ba2734d7f256b812861e1 | /src/Ellias/rm/com/pay/buyManager/k.java | 955092c0acec2e9035b89b392e56bf5576557952 | [] | no_license | daihuabin/Ellias | e37798a6a2e63454f80de512319ece885b6a2237 | fd010991a5677e6aa104b927b82fc3d6da801887 | refs/heads/master | 2023-03-16T21:12:33.908495 | 2020-02-10T15:42:22 | 2020-02-10T15:42:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,697 | java | package com.pay.buyManager;
import android.content.Context;
import android.content.DialogInterface;
import android.content.DialogInterface.OnClickListener;
import android.content.Intent;
import com.pay.data.buyInfo.APBuyQBInfo;
import com.pay.data.buyInfo.APBuyQDInfo;
import com.pay.tool.APDataInterface;
import com.pa... | [
"sevarsti@sina.com"
] | sevarsti@sina.com |
0d18d3b6b70e69ff49e88945006031d06ab649a3 | 270e2f02c8ceceb0d8538bcbbf54ca7ab14004db | /eclipse-enterprise-workspace/DAT108_Oblig3/src/no/hvl/dat108/DeltakerEAO.java | dbfb0eb68d58ea8bafb3dc5b9c5136b6a581f036 | [] | no_license | arnekva/DAT108_Oblig3 | 54a9f71593a51e7b81f21399bfceafbe4afc9ba3 | b81a3fb1b83962f327e004dbcb346eb35eb81c93 | refs/heads/master | 2020-04-07T08:27:13.350980 | 2018-11-19T12:00:48 | 2018-11-19T12:00:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 756 | java | package no.hvl.dat108;
import java.util.List;
import javax.ejb.Stateless;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import javax.persistence.TypedQuery;
@Stateless
public class DeltakerEAO {
@PersistenceContext(name = "deltakerPU")
private EntityManager em;
public syn... | [
"arnekva@gmail.com"
] | arnekva@gmail.com |
b5a722337e5027d7d6b8bbb084d6c2861ba58b79 | ce734eb87049df497108b136da2a9450c4afec58 | /customer-point/src/main/java/com/somecode/customer/point/bean/CustomerOperatorResult.java | 1a9ba71d137492adbf19bcb287a3966c1516c3c8 | [] | no_license | zhikun-wang/rule-engine | 14df78c907e013f79b8cbc979d0c4aa1775f0735 | fdd30dc2eaeb93da320f3c6e66281b5e4a122141 | refs/heads/master | 2021-06-11T13:03:08.461428 | 2016-12-06T23:57:46 | 2016-12-06T23:57:46 | 75,777,819 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 934 | java | package com.somecode.customer.point.bean;
import java.util.Date;
//流水记录
public class CustomerOperatorResult {
private Long id;
private Long carId;
private OperatorType operatorType;
private int adjustPoint;// 调整的分数,可以为负数
private Date createDate;
public Long getId() {
return id;
}
public void setId(Lo... | [
"tim@MacBook-Pro.local"
] | tim@MacBook-Pro.local |
defa6d3144ebc721f8d72414542033d3966d7855 | 7fadba18351256e1fe58ba5a3e24d28d3d48c4d1 | /src/main/java/org/springframework/security/oauth2/provider/endpoint/WhitelabelApprovalEndpoint.java | 0cd6a913a160d2015b674981ed813601e19c8a82 | [] | no_license | szdksconan/oauth2.0 | cb2644a78aad48221aa99da56894efcde79d26bc | c8f738c2210bf37d776bbd2483941ec4e17f55bb | refs/heads/master | 2021-05-08T17:29:36.008867 | 2018-01-30T08:05:39 | 2018-01-30T08:05:39 | 119,474,969 | 1 | 4 | null | null | null | null | UTF-8 | Java | false | false | 3,355 | java | package org.springframework.security.oauth2.provider.endpoint;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.SessionAttributes;
import org.springframework.web.servlet.ModelAndView;
import javax.servlet.http.HttpServletRequest;
import java.util.Map;
/**
... | [
"liuhao@sunyuki.com"
] | liuhao@sunyuki.com |
d33dc9f10e1ee421d9a9d76372c58331f90487a7 | 5cd9ff96d14fc98dfa9e0284e7d72598d44cfb0d | /gobblin-utility/src/test/java/org/apache/gobblin/util/AvroFlattenerTest.java | 521bda2779413419d49e773bfa401a6baba3b732 | [
"Apache-2.0",
"MIT"
] | permissive | Flipkart/incubator-gobblin | 3b43dcfde91c61e865845ad86673320f39bf73da | 9aed23f7ac17cb461b35837ffb901d145cfeb11b | refs/heads/master | 2022-07-20T00:05:26.748693 | 2020-05-22T04:39:52 | 2020-05-22T04:39:52 | 266,032,737 | 2 | 0 | Apache-2.0 | 2020-05-22T06:12:11 | 2020-05-22T06:12:11 | null | UTF-8 | Java | false | false | 5,972 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"abhishektiwari.btech@gmail.com"
] | abhishektiwari.btech@gmail.com |
e669171c3b5a9fe117e53df5d61fdfe2a80bab8c | 8b691d354a6b647c5b804a43ccd616d736d01dac | /2019年4月14日.java | ade0ecb79a68322d1c47fb85bd876933b3a66545 | [] | no_license | xlwreally/JAVA | ecdc66a9008ee32ef9f235103c0d53f76604335f | 525bf05768df8f94f45fcb28b56df8d87cbc2600 | refs/heads/master | 2020-05-09T16:20:55.986731 | 2019-04-14T06:13:17 | 2019-04-14T06:13:17 | 181,267,692 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 191 | java | package 你好;
public class dfas {
public static void main(String[] args) {
int a=1,b=2;
while(a==1)
{
b+=100000;
System.out.println("你们好鸭");
}
}
}
| [
"noreply@github.com"
] | noreply@github.com |
01b55d60ac772f457ef59ec47434b192abe1e1a2 | 329f479ca2ec975fc7c45a001e1a2072b17747e3 | /orderDetails/src/main/java/com/nagp/orderDetails/dto/Response.java | 54486014975baba0dbf7b083176539f61753db86 | [] | no_license | anmol4210/microservices | b68ea9d8ad65e1c2b2f290d01e6ec13473124eea | eca469d8f470a279676672bea52cc237ef3991ac | refs/heads/master | 2021-05-20T23:40:08.562628 | 2020-05-12T19:48:03 | 2020-05-12T19:48:03 | 252,455,983 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 456 | java | package com.nagp.orderDetails.dto;
public class Response<T> {
private int status;
private T data;
private String message;
public int getStatus() {
return status;
}
public void setStatus(int status) {
this.status = status;
}
public T getData() {
return data;
}
public void setData(T data) {
this.data =... | [
"anmol.narang@nagarro.com"
] | anmol.narang@nagarro.com |
167eaeeba14d61ea8f7d02ec5f0c33bd88a9f369 | 9a52fe3bcdd090a396e59c68c63130f32c54a7a8 | /sources/com/google/android/gms/common/data/BitmapTeleporter.java | 1b6e2abf3e1630b49e034757c936141b4af2e9e5 | [] | no_license | mzkh/LudoKing | 19d7c76a298ee5bd1454736063bc392e103a8203 | ee0d0e75ed9fa8894ed9877576d8e5589813b1ba | refs/heads/master | 2022-04-25T06:08:41.916017 | 2020-04-14T17:00:45 | 2020-04-14T17:00:45 | 255,670,636 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,611 | java | package com.google.android.gms.common.data;
import android.graphics.Bitmap;
import android.graphics.Bitmap.Config;
import android.os.Parcel;
import android.os.ParcelFileDescriptor;
import android.os.ParcelFileDescriptor.AutoCloseInputStream;
import android.os.Parcelable.Creator;
import android.util.Log;
import com.goo... | [
"mdkhnmm@amazon.com"
] | mdkhnmm@amazon.com |
a255ea0a402439ed0d9954c4c3ce8c9d29403385 | 112ef2de944015b35f92a9bbf7ab4281f050ae0f | /leetCode/138CopyListWithRandomPointer.java | 02f4fbcdcdc5fa5684bcf090ad41aa31a4b12ccd | [] | no_license | erwenzhang/helloGit | 139e355d640e686b594679dcc5a22fabd86f7c0d | d356350ab3c5af0892145f540782caa6cf7f9bd0 | refs/heads/master | 2020-04-06T06:54:24.786263 | 2016-10-28T04:12:47 | 2016-10-28T04:12:47 | 36,017,247 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 864 | java | /**
* Definition for singly-linked list with a random pointer.
* class RandomListNode {
* int label;
* RandomListNode next, random;
* RandomListNode(int x) { this.label = x; }
* };
*/
public class Solution {
public RandomListNode copyRandomList(RandomListNode head){
RandomListNode dummyHe... | [
"noreply@github.com"
] | noreply@github.com |
10cef24e08906525e1d3e897c0eea92ee083e0fa | 6ca764ba606de760057bedcd65cadcf81543ebc2 | /backend-server/src/main/java/com/greenhouse/demo/config/FilterConfig.java | ba491560c9bad60289cac5b92f945f2b77c3638c | [
"MIT"
] | permissive | shilang/microservice-oauth-greenhouse | 9d8e3f666c2aaa89f1e8e4a791acddf3ef99f8fb | c7d36ce5a366af73d61b4539d52a25f2c28160b0 | refs/heads/master | 2020-04-16T06:53:36.378780 | 2019-01-12T08:46:03 | 2019-01-12T08:46:03 | 165,364,944 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,000 | java | package com.greenhouse.demo.config;
import com.greenhouse.demo.filter.AuthorizationFilter;
import com.sun.deploy.config.SecuritySettings;
import org.apache.commons.lang.ArrayUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
impo... | [
"Shilang.Liu@honeywell.com"
] | Shilang.Liu@honeywell.com |
8e91467b58ddfe6bfb763d1f3216354f79c1ecd4 | 7fb81e3e8f622b32b1f1a4f8ab8d875fa01d5901 | /DiceRoller3/app/src/main/java/com/example/diceroller3/DiceScore.java | 096508eb0e49f7285316181b0a854f3ea8357a3c | [] | no_license | tparris4/AndroidProjects12412 | 190b473e937e28a3241ded46784b2bfac414c814 | d2030228eed7bab52827555c6e5fe9e089f8d1dc | refs/heads/master | 2022-06-21T16:43:34.492207 | 2020-05-06T04:15:47 | 2020-05-06T04:15:47 | 261,646,841 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,908 | java | package com.example.diceroller3;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.TextView;
import android.widget.Button;
import android.widget.Toast;
public class Dice... | [
"noreply@github.com"
] | noreply@github.com |
e9defde037327b5ee64507eb4db76e92fa07a8f9 | d0d6cc4502b46751961b272e4cf11e4bc014ac48 | /src/p5/Ingreso.java | 757689f3d8ab53f8f9f770c590cdd89d31c8e374 | [] | no_license | Juanma1979m/entreculturas | c2745eb14ce8e8b7e177a7ad43fd2217a2ff36f2 | 914575838bcd0789ae5e729ed65b907dc2632b63 | refs/heads/master | 2022-12-28T07:06:50.844653 | 2020-09-28T17:10:42 | 2020-09-28T17:10:42 | 299,377,154 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 896 | java | package p5;
import java.util.Date;
import javax.xml.bind.annotation.*;
@XmlRootElement(name="ingreso")
@XmlAccessorType(XmlAccessType.FIELD)
public class Ingreso {
@XmlElement(name="ref")
private int ref;
@XmlElement(name="fecha")
private Date fecha;
@XmlElement(name="importe")
private float i... | [
"avgp@uoc.edu"
] | avgp@uoc.edu |
ef9be3a04630f43335c3fa5963b8206390162a90 | ae3c62b7d2703a99675a26e96f9e07431bc5c84a | /bin/custom/fscomparisonaddon/acceleratoraddon/web/src/es/fs/fscomparisonaddon/controllers/pages/ComparisonController.java | cb2c69c2eebe0f397bf86d966be8d6dd53bfb4b9 | [] | no_license | WorldInnovation/comparison | afbae3ec668fc689a5d81a01f554ff2f9b5c50dd | ce667dfa6907df421605a8c700f6584fc2c28304 | refs/heads/master | 2021-01-16T05:54:31.424822 | 2020-02-25T15:24:34 | 2020-02-25T15:24:34 | 242,999,214 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,381 | java | package es.fs.fscomparisonaddon.controllers.pages;
import de.hybris.platform.acceleratorstorefrontcommons.controllers.pages.AbstractPageController;
import de.hybris.platform.cms2.exceptions.CMSItemNotFoundException;
import de.hybris.platform.commercefacades.product.data.ProductData;
import es.fs.fscomparisonaddon.faca... | [
"varankinviv@gmail.com"
] | varankinviv@gmail.com |
53b585e1a081b17eed2d349f84ad310fbf4307a7 | 832a25d71428fcc97554ead3184c34c7668c13f6 | /src/main/java/com/jeeplus/modules/ironfo_yjbylsbpz_pfk/entity/Ironfo_yjbylsbpz_pfk.java | 9bc7c24091442a932860cfb2009c32ccf08a0d5b | [] | no_license | wxbing2015/jeeplusS | bb3b2bc7e475a7042c9a147952008ca93de59feb | faf39d547fad5fad9ff0e046fd9a657f2202a886 | refs/heads/master | 2020-07-19T11:44:35.847707 | 2018-05-02T11:59:39 | 2018-05-02T11:59:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,056 | java | /**
* Copyright © 2015-2020 <a href="http://www.jeeplus.org/">JeePlus</a> All rights reserved.
*/
package com.jeeplus.modules.ironfo_yjbylsbpz_pfk.entity;
import com.jeeplus.common.persistence.DataEntity;
import com.jeeplus.common.utils.excel.annotation.ExcelField;
import com.jeeplus.modules.ironfodoctitle.ent... | [
"anti_magina@yeah.net"
] | anti_magina@yeah.net |
9c31edb1033c396258ab701437b310560769767c | 7b6e5ff9b8f4b48d349becd8f93847a940a3957a | /src/main/java-gen/io/dronefleet/mavlink/ardupilotmega/LedControl.java | 73b53af6b0adfc19944c4bb377cab9301cc76c14 | [
"MIT"
] | permissive | joelkoz/mavlink | c7888f4023fb7ac81e79820ebfebcf2a743f7de3 | 747f4b9a19fb4911f19df2f048d91ee01d5a8fc2 | refs/heads/master | 2020-03-31T19:10:20.328569 | 2018-10-10T21:23:09 | 2018-10-10T21:23:09 | 152,487,365 | 0 | 0 | MIT | 2018-10-10T20:43:32 | 2018-10-10T20:43:32 | null | UTF-8 | Java | false | false | 6,890 | java | package io.dronefleet.mavlink.ardupilotmega;
import io.dronefleet.mavlink.annotations.MavlinkFieldInfo;
import io.dronefleet.mavlink.annotations.MavlinkMessageBuilder;
import io.dronefleet.mavlink.annotations.MavlinkMessageInfo;
import java.lang.Object;
import java.lang.Override;
import java.lang.String;
import java.u... | [
"benbarkay@gmail.com"
] | benbarkay@gmail.com |
a0632444af18f640a587819b119346375a47eb31 | a13db6045e9618efa2d3a6e76a005f48d30bc95c | /app/src/main/java/com/fdw/fdd/entity/bean/OrderDetailsBeans.java | bcf29dfaafd38eaeaa0fb87e4721de4e7db7db76 | [] | no_license | shf3063524/fuduoduo | 27c0731a1f911f87d1143305a9cde09bbc77ed2f | 7798479bbb3d3e24de6c5fde2dc86320908c238a | refs/heads/master | 2020-09-06T08:32:11.983548 | 2019-11-28T02:58:24 | 2019-11-28T02:58:24 | 220,374,652 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,359 | java | package com.fdw.fdd.entity.bean;
import java.io.Serializable;
/**
*
*/
public class OrderDetailsBeans implements Serializable {
private static final long serialVersionUID = -5973758491861960058L;
private String id;
private String ordersId;
private String commodityId;
private String commoditySpec... | [
"1511808259@qq.com"
] | 1511808259@qq.com |
db10394428e6eeca13c8c720a72fa5084a591e8a | 1b67a1ff37bf9d63a7cce3f2cb24b41bcb465d10 | /FiscalApp/src/main/java/com/fiscalapp/fiscalapp/CategoriesFragment.java | a7055ffa6ac22d18320707d9db9865808d50b424 | [] | no_license | jkwlui/FiscalAppAndroid | 964934d20f4c33ea3f7445cdadde488371922153 | ff54514e0b9417af40dab9417e1f7078da50375c | refs/heads/master | 2021-05-28T05:22:15.542350 | 2015-01-30T09:05:36 | 2015-01-30T09:05:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,581 | java | package com.fiscalapp.fiscalapp;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Ad... | [
"kinwa91@msn.com"
] | kinwa91@msn.com |
5ae8318c3c86e3eaa28befa5421a814e3dbdde2b | 4552f488e5a8049ec4085c3fb7e5a315a419bc5c | /src/main/java/com/github/edgar615/util/vertx/deployment/MainVerticle.java | ce9d70ad041f9e657c959b32bcd6368833430123 | [
"Apache-2.0"
] | permissive | edgar615/vertx-util | f7c127791336a0c2c7bad6f16b55708647d90377 | 39c061c142bf874f424888181f463209419bab01 | refs/heads/master | 2021-01-17T15:21:15.080624 | 2018-08-20T08:38:20 | 2018-08-20T08:38:20 | 68,521,348 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,435 | java | package com.github.edgar615.util.vertx.deployment;
import io.vertx.core.AbstractVerticle;
import io.vertx.core.AsyncResult;
import io.vertx.core.CompositeFuture;
import io.vertx.core.Future;
import io.vertx.core.Handler;
import io.vertx.core.Vertx;
import io.vertx.core.eventbus.MessageCodec;
import io.vertx.core.json.... | [
"edgar615@gmail.com"
] | edgar615@gmail.com |
64c74ba48d4c1acc5d41dc8f6b05841afc4dce79 | 612e27e22ea450ab7d2acdeb6d47a66d20c177f4 | /src/main/java/com/hackerrank/thirtydaysofcode/DataTypes.java | 2439c124f36e71bfc8e71bfe28bc608f0a48a2e9 | [] | no_license | mrcosta/anotherlevelcoding | bf16eac665554b818be3f91002062095d2057a3c | ff09e9776e756532b55cd47cba5af3a0fe7c3d8f | refs/heads/master | 2021-01-20T17:07:38.426515 | 2017-08-28T01:19:25 | 2017-08-28T01:19:25 | 90,864,969 | 0 | 1 | null | 2017-05-14T21:58:48 | 2017-05-10T13:03:05 | Java | UTF-8 | Java | false | false | 335 | java | package com.hackerrank.thirtydaysofcode;
public class DataTypes {
public int sumInt(int input) {
return input + 4;
}
public double sumDouble(double doubleInput) {
return doubleInput + 4;
}
public String concatenateStrings(String stringInput) {
return "HackerRank " + strin... | [
"mateuscomp@gmail.com"
] | mateuscomp@gmail.com |
3c9e8252399c772214c3e3eb8c2b19ad2d094787 | e108d65747c07078ae7be6dcd6369ac359d098d7 | /org/opencv/calib3d/Calib3d.java | 99887ef4e5d2d305cd397a378de521e7bd67a8ec | [
"MIT"
] | permissive | kelu124/pyS3 | 50f30b51483bf8f9581427d2a424e239cfce5604 | 86eb139d971921418d6a62af79f2868f9c7704d5 | refs/heads/master | 2020-03-13T01:51:42.054846 | 2018-04-24T21:03:03 | 2018-04-24T21:03:03 | 130,913,008 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 30,862 | java | package org.opencv.calib3d;
import java.util.ArrayList;
import java.util.List;
import org.opencv.core.Mat;
import org.opencv.core.MatOfDouble;
import org.opencv.core.MatOfPoint2f;
import org.opencv.core.MatOfPoint3f;
import org.opencv.core.Point;
import org.opencv.core.Rect;
import org.opencv.core.Size;
import org.ope... | [
"kelu124@gmail.com"
] | kelu124@gmail.com |
22c0c470a4bb9e606c5a58d63148350f8f4519ae | 7018daa42334cc9e88c52d96aaf3cbf96d1f2adb | /src/main/java/io/moonman/emergingtechnology/machines/MachineBase.java | 02ab17f93a26cb0f5a26602c0407c52f71672cea | [
"MIT"
] | permissive | kane-thornwyrd/EmergingTechnology | 371d8301e8affa4ea67514cc3cb0ff80f45bab7c | 2148fdc8922296051e9b0b956dae2b8c9eb3cefb | refs/heads/master | 2020-12-01T18:06:20.153288 | 2019-12-29T09:14:58 | 2019-12-29T09:14:58 | 230,721,385 | 0 | 0 | MIT | 2019-12-29T08:05:32 | 2019-12-29T08:05:32 | null | UTF-8 | Java | false | false | 1,622 | java | package io.moonman.emergingtechnology.machines;
import io.moonman.emergingtechnology.EmergingTechnology;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
import net.minecraft.block.state.IBlockState;
import net.minecraft.inventory.InventoryHelper;
import net.minecraft.item.ItemStack;
imp... | [
"moonmanmodding@gmail.com"
] | moonmanmodding@gmail.com |
d27c4ec37ee11eeb96f5ed186d77836aef7523b2 | b4b6b435418dd14fb66401dbd8bff44c6091bd54 | /app/src/main/java/com/dupreeincabolnuevo/dupree/mh_fragments_menu/PedidosDigitadosFragment.java | f1f6b5de8f796bc5c3ecb79bf93b864ee1f0be17 | [
"Apache-2.0"
] | permissive | dupreemovil/AzzortiBolivia | 8768c352ae7ab930c084f3581fc74d7b90efa75b | 96aad061096ec7c84b2967744df2b09e310c5509 | refs/heads/master | 2022-12-03T08:47:44.398314 | 2020-08-02T13:04:48 | 2020-08-02T13:04:48 | 278,187,892 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,771 | java | package com.dupreeincabolnuevo.dupree.mh_fragments_menu;
import android.content.Context;
import android.databinding.ViewDataBinding;
import android.support.v4.app.Fragment;
import android.support.v7.widget.GridLayoutManager;
import android.util.Log;
import android.view.Menu;
import android.view.MenuInflater;
import an... | [
"agustin.acebo@azzorti.bo"
] | agustin.acebo@azzorti.bo |
8e64305e4d9b5981db93ff413d8a365eaea6e10c | 9a6ea6087367965359d644665b8d244982d1b8b6 | /src/main/java/X/AnonymousClass2P0.java | 900ec7c0e6cb50d8db6ab5d4385b2dac808d5918 | [] | no_license | technocode/com.wa_2.21.2 | a3dd842758ff54f207f1640531374d3da132b1d2 | 3c4b6f3c7bdef7c1523c06d5bd9a90b83acc80f9 | refs/heads/master | 2023-02-12T11:20:28.666116 | 2021-01-14T10:22:21 | 2021-01-14T10:22:21 | 329,578,591 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,811 | java | package X;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import com.whatsapp.gallerypicker.GalleryPickerFragment;
import com.whatsapp.util.Log;
/* renamed from: X.2P0 reason: invalid class name */
public class AnonymousClass2P0 extends BroadcastReceiver {
... | [
"madeinborneo@gmail.com"
] | madeinborneo@gmail.com |
e3b77de06d0a01daa375a9b20d272bf0c9a60472 | b7a3683d3148fd113304cd501295ce8135283ea3 | /src/a/entity/gus/b/swing1/textcomp/cust/autoedit1/EntityImpl.java | db17b392c81bcc7383a551c5c36b33bfc15d07e2 | [] | no_license | gusjava/a | b589909551dabc34d63a96556b4ddd38569f911a | 9745657dd2d54e65a3c0d0dd8109fb19e0461a5b | refs/heads/main | 2023-09-01T12:35:56.770805 | 2021-10-07T06:51:57 | 2021-10-07T06:51:57 | 393,880,076 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,679 | java | package a.entity.gus.b.swing1.textcomp.cust.autoedit1;
import a.framework.*;
import javax.swing.text.JTextComponent;
import javax.swing.JComponent;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
public class EntityImpl implements Entity, P {
public String creationDate() {return "20210926";}
pri... | [
"adelale@hotmail.com"
] | adelale@hotmail.com |
b617f6312b3ef6ee22c1f5aa13e0dbfa3a437fae | 11968abfbfe936770c0e811f525bdff36f77d397 | /x.SelfTasks/src/examplesCheck/E002_enum.java | ff549550c400f0126f9f5488c5cb184daf479036 | [] | no_license | sunsey/JavaRush | 92f2e2bdc9029a694ba3ed957dc3dd377a67b05e | 247fb80d0d82e6a3b585f7abac7cdee5317c44c1 | refs/heads/master | 2020-12-13T19:24:45.684580 | 2017-09-02T14:47:09 | 2017-09-02T14:47:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 868 | java | package examplesCheck;
public class E002_enum {
public static void main(String args[]) {
User user = new User();
user.setCounter(TestEnum.ONE);
System.out.println(user.getCounter());
for (TestEnum te : TestEnum.values()) {
System.out.println(te.value);
}
}
... | [
"deadlords@mail.ru"
] | deadlords@mail.ru |
1634656afcdfadfa3e592bb279f7a960f983fe77 | af71555e266b2173aa5da91734d46122bf986897 | /robobinding/src/main/java/org/robobinding/viewattribute/grouped/GroupedViewAttribute.java | 9493c1368ddd77bd8e7864f658ba42ae91584235 | [
"Apache-2.0"
] | permissive | 403462630/RoboBinding | de73581252540b76ec570245710c174aad8718b1 | bfedc1ea56bbcc53833eb82e2b6b2a66e520bce4 | refs/heads/master | 2021-01-25T00:29:41.574975 | 2014-08-03T13:16:16 | 2014-08-03T13:16:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 290 | java | package org.robobinding.viewattribute.grouped;
import android.view.View;
/**
*
* @since 1.0
* @version $Revision: 1.0 $
* @author Cheng Wei
*/
public interface GroupedViewAttribute<T extends View> extends ChildAttributesResolver, InitializedGroupedViewAttribute<T> {
}
| [
"weicheng112@gmail.com"
] | weicheng112@gmail.com |
728af736294a219f5fc926b9f51ccb693d273932 | 18e28bc3a6c08c13807a1f65d0c94d66961b389d | /servlet/src/packa/ParameterServlet.java | 6062f9eef430c0406ea10f1602469b11c8b918b3 | [] | no_license | CR-deligt/LearnJavaWeb | afeccbbcf38838a01f8a5de9d450243d7dbdb140 | a82613902655cefcd3cc49165093a8f0f22e8375 | refs/heads/main | 2023-08-14T10:58:47.022334 | 2021-10-10T03:51:07 | 2021-10-10T03:51:07 | 407,595,170 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,879 | java | package packa;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
import java.util.Arrays;
public class ParameterServlet extends HttpServlet {
@Override
... | [
"noreply@github.com"
] | noreply@github.com |
bc2313c778acaccab0e4cec2096fa30ffa3432d2 | fb01cb0533ac199113705c6c843dd4b80d03a345 | /test/src/main/java/spring/TestApplication.java | 28280dc24f0baed20cbc13960b7c62fdf2d8b1e7 | [] | no_license | Sehun-Kim/spring-bean-lifecycle | ab1e3ac8beb7a0bb05148c5349364d187584e554 | 0f06d4772da823a4d6a5317ea456baae18d12a1f | refs/heads/master | 2020-04-08T23:39:42.148683 | 2018-12-02T14:58:19 | 2018-12-02T14:58:19 | 159,834,471 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 345 | java | package spring;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
// Spring-Boot 실행 시 진입 클래스
@SpringBootApplication
public class TestApplication {
public static void main(String arg[]){
SpringApplication.run(TestApplication.class, arg);... | [
"sechun0215@gmail.com"
] | sechun0215@gmail.com |
e51eec330ab39ee831e9016ac9f18dac278b48e0 | 0f998b982477b5e8c56d4560e7db368673af966b | /src/main/RawPcmStream.java | 3791d48976b04e9ea0a87ee7a768707ba0a2889d | [] | no_license | hlwgroups/RuneScape-MIDI-Player-Suite | 2cc49ee30f1b8fc22b541f0403996aa51d4d9f59 | 6612a77458ab69f4212a38f8fcbdd701b458ad6c | refs/heads/master | 2022-04-12T08:51:27.541628 | 2020-02-09T20:07:41 | 2020-02-09T20:07:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 49,869 | java | package main;
public class RawPcmStream extends PcmStream {
int attackEnvelopeFactor;
int notePitchFactor;
int noteVelocityFactor;
int __o;
int __u;
int rightChannelPan;
int leftChannelPan;
int loopValue;
int start;
int end;
boolean enableEffects;
int surfaceOffsetY;
... | [
"lequietriot@gmail.com"
] | lequietriot@gmail.com |
75805e1f262b4afed15130193ab07f655e50ee16 | 2ec5fe439c37d070f46bf2163a377c923d049221 | /web/src/main/java/org/faith/management/web/action/UpdateAction.java | f6283545cff7053aa507f52da146a72a6e1ffbd5 | [] | no_license | javy-liu/user-management | f9111db85a1932affa44e6ec40a5266c968d4369 | 96fc5c089b5e9250cafe54c6ff67f0e0e95c2de3 | refs/heads/master | 2021-01-22T18:23:21.004784 | 2013-12-06T07:41:33 | 2013-12-06T07:41:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,831 | java | package org.faith.management.web.action;
import org.faith.management.core.entity.domain.User;
import org.faith.management.core.exception.database.NotFoundException;
import org.faith.management.service.UserService;
import org.faith.management.service.factory.ServiceFactory;
import org.faith.management.web.common.Router... | [
"lzy7750015@qq.com"
] | lzy7750015@qq.com |
9e2780aea88b51dbbc9e4f36f8e6be038b0bc0f8 | f000f56d26f3451cbe39df247d4f2dc700332832 | /java/20190606-HashString/Record.java | bcbec6da774ebf6e868b5448a7a63862d4befc5a | [] | no_license | longLiveData/Practice | bdc5984505b455f14ec73ccae11c12724bdad7c2 | d563a050ffe78e463e1de10aeacf5b365d537f7f | refs/heads/master | 2021-03-03T05:47:36.752606 | 2020-03-09T04:20:21 | 2020-03-09T04:20:21 | 245,935,960 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 681 | java | package com.hashstring;
public class Record {
private String name;
private String phone;
private String email;
Record(String name, String phone, String email){
this.name = name;
this.phone = phone;
this.email = email;
}
public int hashCode(){
// first, hashcod... | [
"971384813@qq.com"
] | 971384813@qq.com |
c5c69adcd83d20f433c82b4b5d96bfb4acb4e136 | a7a1d08498272ae1ef060615e9f1ac41e7f0b095 | /src/main/java/com/saber/test/calculator/Calculator.java | 41063b072c598be6c7f38f4a7528f3c9df111ee1 | [] | no_license | saberlee1987/test | e8489e65439efcd043f6933668d33042a42b5b5e | d12ea04e520d546436921687fb8a90a298ae6648 | refs/heads/master | 2023-07-02T17:03:18.479258 | 2021-07-28T14:24:20 | 2021-07-28T14:24:20 | 390,292,399 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,061 | java | package com.saber.test.calculator;
public class Calculator {
private static long sum(Integer num1, Integer num2) {
return num1 + num2;
}
private static long sub(Integer num1, Integer num2) {
return num1 - num2;
}
private static long mul(Integer num1, Integer num2) {
return... | [
"saberazizi66@yahoo.com"
] | saberazizi66@yahoo.com |
7ac8dd95aafe430d7f7ff12c30af2e4ad1bdd3ac | b5964e2c4b065cb26a877c070ab9b3a954428328 | /ego-portal/src/main/java/com/ego/portal/controller/PageController.java | 811e60d9ba670367974a952660c76becc58c80b6 | [] | no_license | pcbrun/ego-parent | 0f32aabf17809b650937a6abc8cd60cae8a2f3b0 | 24182070f67bd6888ff27a73ad3d7095609a606c | refs/heads/master | 2022-12-22T05:07:15.512373 | 2019-06-17T12:23:12 | 2019-06-17T12:23:12 | 192,259,632 | 0 | 0 | null | 2022-12-16T09:59:14 | 2019-06-17T02:12:31 | TSQL | UTF-8 | Java | false | false | 501 | java | package com.ego.portal.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.RequestMapping;
/**
* @Auther:pcb
* @Date:19/5/29
* @Description:com.ego.portal.controller
* @version:1.0
*/
@Controller
... | [
"1743386580@qq.com"
] | 1743386580@qq.com |
0ba56aaf4316489c3baaab2c40fd5cbfad8892ff | e0c2efe94dad5f0cf240f4f388b1f462f2f13a5f | /20200730-자바네트워크/src/com/sist/ann/RequestMapping.java | 87317fbf21a552a85e60f08898d9dbe82a950543 | [] | no_license | achoon91/JavaStudy | ace03c868006c6dd53c24d9dac69bfaf17cc49ea | 4d54caab346ccf8e77f04e5949a096fe8152b1ca | refs/heads/master | 2023-02-25T05:55:38.283189 | 2021-02-12T23:19:08 | 2021-02-12T23:19:08 | 273,409,447 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 326 | java | package com.sist.ann;
import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
@Retention(RUNTIME)
@Target(METHOD)
public @interface RequestMapping {
public String value... | [
"achoon91@gmail.com"
] | achoon91@gmail.com |
3edbd64bddbc674f00929accc47b702b3c7f3708 | 07903403f1229bb6704ab791088bff678cdb9c4a | /entity/src/main/java/com/cn/wanxi/entity/projectrequirements/views/TeamHasMemberEntity.java | 0cef75ea6f7514abb0a34575a3168f4efeb8592b | [] | no_license | rains2711/wxevol | 42ca029d53b1b1be6b7b55facfe5adcbe9f611c6 | 01e6b8ccf0c5a50edc34b75c4898488e65c59c3e | refs/heads/master | 2022-12-21T09:03:47.012146 | 2019-12-21T06:50:31 | 2019-12-21T06:50:31 | 224,943,652 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,542 | java | package com.cn.wanxi.entity.projectrequirements.views;
import lombok.Data;
import java.io.Serializable;
import java.util.Date;
/**
* team_has_member
*
* @author
*/
@Data
public class TeamHasMemberEntity implements Serializable {
private static final long serialVersionUID = 1L;
/**
* 团队编号
*/
... | [
"1260612638@qq.com"
] | 1260612638@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.