blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 132
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ceddece0c4069cdeb507bf94e6932c7e904abea4 | db956180409f6e66bc2e169e42bbe05f2cbe9a12 | /allbase/src/main/java/com/dixon/allbase/fun/SelectChangeManagerVForce.java | 9f471ebeaefc51e7e00779667690cd7f8b704081 | [] | no_license | zhxyComing/Note | 76e8dd87291aac425c60be5a3a6218fae225b956 | fb0f5f163b49358575583df83ea5c51fac0f3f33 | refs/heads/master | 2022-11-28T12:33:49.329217 | 2020-08-06T09:06:09 | 2020-08-06T09:06:09 | 282,204,702 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,066 | java | package com.dixon.allbase.fun;
import java.util.HashMap;
import java.util.Map;
/**
* 提供类似RadioButton的功能:选中一个,其他全部取消
* <p>
* 强制引用版本 需要自行回收
* 主要为了适配put(xxx,new xxx)局部变量被回收的情况
*
* @param <T>
*/
public abstract class SelectChangeManagerVForce<T> {
private Map<String, T> map = new HashMap<>();
public void... | [
"xuzheng@luojilab.com"
] | xuzheng@luojilab.com |
ce871764fb3084eea1c04d91f47f6a2daf46a8a1 | 7400e51f169ccf1bccf805d1e64ce5bead2f45bd | /app/src/main/java/fandradetecinfo/com/meupeso/dummy/DummyContent.java | 2746b9947b42a43659fdba80057b4f192ed162c5 | [] | no_license | NandoRunner/MeuPeso | 6d301fd8d85aa79764b31bf58819b9ca7d22fc8b | 600484cf1f4919d651720f2259ee713713ba2980 | refs/heads/master | 2021-06-20T17:03:24.945665 | 2020-11-25T22:33:52 | 2020-11-25T22:33:52 | 92,437,426 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,942 | java | package fandradetecinfo.com.meupeso.dummy;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
* Helper class for providing sample content for user interfaces created by
* Android template wizards.
* <p>
* Replace all uses of this class before publishing your app... | [
"nando.az@gmail.com"
] | nando.az@gmail.com |
65d425f3c0ef467667fbc102f6533bdb0a2ab264 | 73be5349b4d35dcf75b4d5f97d94cd76bfc043fd | /vap-study/src/main/java/jdk/proxy/ProxyTest.java | d2e220a10548d1a805592841f757ae95114f1776 | [] | no_license | VanadisGithub/vaps | da03de95368e29060df28e5ada0904f29446aa2b | 956eeca3d50eba4ece4f241e8358452bdb372dc5 | refs/heads/master | 2023-03-06T11:51:02.493885 | 2021-08-10T11:58:02 | 2021-08-10T11:58:02 | 177,907,688 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,573 | java | package jdk.proxy;
import java.lang.reflect.Proxy;
import net.sf.cglib.proxy.Enhancer;
import net.sf.cglib.proxy.MethodInterceptor;
/**
* ProxyTest
*
* @author yaoyuan
* @date 2021/1/15 3:18 下午
*/
public class ProxyTest {
/**
* https://www.jianshu.com/p/46d092bb737d
*
* 在Spring的AOP编程中:
... | [
"yy287502@alibaba-inc.com"
] | yy287502@alibaba-inc.com |
097c8e9cebab240c25fabd5e1d6f02d3ff7d5bc2 | f6b3d03f3cd8288271564996e541fc08624f5c8a | /src/lesson5/lab5/prob3/Circle.java | 8379791a4102a04252635e857b7c61b0c4c13677 | [] | no_license | dle79/ModernJavaProgramming | 68d94908d79078b11f10883d113d26d63a61d263 | 08a3b6f73025a8f66bbec350b73aee5fda663363 | refs/heads/master | 2021-01-22T11:41:30.377304 | 2015-08-13T19:51:24 | 2015-08-13T19:51:24 | 39,470,444 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 288 | java | package lesson5.lab5.prob3;
final public class Circle implements Shape {
private double radius;
public Circle(double radius){
this.radius = radius;
}
public double getRadius(){
return radius;
}
public double computeArea(){
return Math.PI*radius*radius;
}
}
| [
"nguyenngockhuong@gmail.com"
] | nguyenngockhuong@gmail.com |
155ce02a291d542419edffce371d477be6b08178 | a444b68b3bf7b4be32919afa17fcdd8e267629d9 | /android/src/main/java/com/dieam/reactnativepushnotification/modules/RNPushNotificationListenerService.java | 7af900907e08ded0f78f562b2b4f54711a6aaac5 | [
"MIT"
] | permissive | citiesocial/react-native-push-notification | 16eb113cfc0d4edfacd9543cb1a4d5dc0eb2f0e1 | b81e99dd399f134e69b6900c1e55fcba80c7be89 | refs/heads/master | 2020-05-25T04:14:13.888832 | 2019-05-21T03:05:06 | 2019-05-21T03:05:06 | 187,622,301 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,592 | java | package com.dieam.reactnativepushnotification.modules;
import java.util.Map;
import com.google.firebase.messaging.FirebaseMessagingService;
import com.google.firebase.messaging.RemoteMessage;
import android.app.ActivityManager;
import android.app.ActivityManager.RunningAppProcessInfo;
import android.app.Application;
... | [
"dteout@gmail.com"
] | dteout@gmail.com |
e750bd92df0ec83d93a5ef550949cd057d165c12 | 467ead96f5ed745cc91758bd882e5605745e5055 | /src/in/co/madhur/observer/CurrentConditionsDisplay.java | ce44a18fe8652c48838a6914b2753c0a16205be0 | [] | no_license | madhur/designpatterns-java | 52901003eb114c60e26e4f8bf3975ff9a5147378 | b268b5e13ce22f377c73b4f1d3c22b1b60dec9f0 | refs/heads/master | 2021-09-26T17:49:50.170983 | 2017-11-02T16:56:09 | 2017-11-02T16:56:09 | 109,248,554 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 713 | java | package in.co.madhur.observer;
public class CurrentConditionsDisplay implements Observer, DisplayElement {
private float temperature;
private float humidity;
private Subject weatherData;
public CurrentConditionsDisplay(Subject weatherData) {
this.weatherData = weatherData;
wea... | [
"ahuja.madhur@gmail.com"
] | ahuja.madhur@gmail.com |
658454063cad9a33218763d087a2ebdb6afde638 | 2fdffe7e079fdd418a57592c0b313d24df7e2075 | /src/main/java/com/lwam/lwam/entity/Address.java | 9c5ab0c65b0397e09edfe80d3fb7f0da5539bc0a | [] | no_license | Asbhatu/BackendApp | a544987267069fcbbed373fa3ec173c0a7b46d36 | 05be22e58f3830adfd6e9376dfdc8c87bb80cfd5 | refs/heads/master | 2020-04-02T03:05:50.827075 | 2018-12-15T23:27:57 | 2018-12-15T23:27:57 | 153,946,028 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,547 | java | package com.lwam.lwam.entity;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.EnumType;
import javax.persistence.Enumerated;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
imp... | [
"awetpeter@gmail.com"
] | awetpeter@gmail.com |
d5012e9ea568061ac2d36e3a60e801d89e47362e | a778a2aa9c20f0a15d38a10cc6acab168aa6dab0 | /gateway/src/test/java/presencia/digital/web/rest/UserResourceIntTest.java | d84d141a4f1e312691ddf6165b0636a037f97108 | [] | no_license | Rubentxu/PresenciaShop | cb0b0441e75277e366b5ba0d8d2791548c05c401 | 5cf70786eb0d0b93cb3587ca37c3dfbfd097d58f | refs/heads/master | 2021-07-19T05:47:15.726171 | 2017-10-22T16:52:45 | 2017-10-22T16:52:45 | 107,877,380 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 24,062 | java | package presencia.digital.web.rest;
import presencia.digital.GatewayApp;
import presencia.digital.domain.Authority;
import presencia.digital.domain.User;
import presencia.digital.repository.UserRepository;
import presencia.digital.security.AuthoritiesConstants;
import presencia.digital.service.MailService;
import pres... | [
"rubentxu@rubentxu-ubuntu16.4"
] | rubentxu@rubentxu-ubuntu16.4 |
d53d02585fe27770e97729fb02696946df401a0f | e2781779f4ab24d79098e39f742092c75bc752b5 | /Bigdata_Map_Reduce/MapReduce Code/combiner.java | c2027e445454ba5a68bd7d4f51666500a5676615 | [] | no_license | praveenM417/Data-Engineering-Data-Science | 2589601f51f384c667edc5f3106dc984d3f1921f | 9c9cf5a77714474c0a5be2a7d09061951a8d34d3 | refs/heads/master | 2022-12-20T20:33:06.561492 | 2020-09-22T02:12:31 | 2020-09-22T02:12:31 | 275,698,536 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 805 | java | package com.letterFrequency.hd.wc;
import java.io.IOException;
import org.apache.hadoop.io.IntWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Reducer;
import org.apache.hadoop.mapreduce.Reducer.Context;
import textPairKey.TextPair;
public class combiner extends Reducer <TextPair, IntW... | [
"58869683+praveenM417@users.noreply.github.com"
] | 58869683+praveenM417@users.noreply.github.com |
3e3d560d2e0a2de2470332a6233fa3af33355834 | 2dffa4174257fa1319c1a09f78f6537de347ef7c | /src/day41_arrayList/UpdatingArrayList.java | 7b7df764f9cdcd52510123063aada63804c9b09c | [] | no_license | VolodymyrPodoinitsyn/java-programming | a618ac811691028ce31377d5e0aa85b558e87388 | 2fae5d86a9c120fdb682fd8c1841b4f88c137183 | refs/heads/master | 2023-05-14T14:45:11.224117 | 2021-06-07T18:11:27 | 2021-06-07T18:11:27 | 374,758,971 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,846 | java | package day41_arrayList;
import java.util.ArrayList;
import java.util.List;
public class UpdatingArrayList {
public static void main(String[] args) {
List<String> myCars = new ArrayList<>();
myCars.add("Toyota");
myCars.add("Mazda");
myCars.add("Ford");
myCars.add("BMW");... | [
"podoinitsynvladimir@gmail.com"
] | podoinitsynvladimir@gmail.com |
e347ef173492bd89b759364b5082194117eef043 | a549d0442c9cee8ec49c9f7ce14b1392c1a718df | /src/main/java/edu/uci/ics/kpmckeow/service/api_gateway/exceptions/ModelValidationException.java | 49047292eaade7c28e8c64fe6c8c26bfe18a1449 | [] | no_license | chbohn/wk7-activity1-request_validation | 04418985d5179be208fb125c719996432706fa50 | a758bf3976db164c79123049d7d65ba3fd14b04b | refs/heads/master | 2020-06-08T16:58:38.465011 | 2019-05-16T20:00:40 | 2019-05-16T20:00:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 362 | java | package edu.uci.ics.kpmckeow.service.api_gateway.exceptions;
public class ModelValidationException extends Exception {
public ModelValidationException() {
}
public ModelValidationException(String message) {
super(message);
}
public ModelValidationException(String message, Throwable cause)... | [
"kpmckeow@uci.edu"
] | kpmckeow@uci.edu |
b2dcb1c7ab1702955a74582a85bd984b059dd6cd | fb7a19f6d9059081017204f27fda5b57433806ea | /server/src/main/java/cc/aguesuka/btfind/dht/handler/IDhtQueryChain.java | 64be5a2684900e4f9ca62b76fbf3b8c9200698b3 | [] | no_license | aguesuka/ague-dht | 7cf3b64b93d302c15adde690366452301ac29ef9 | 9cfe5be68aed4edc92d34ef7a2669c47d2b4a861 | refs/heads/master | 2023-05-24T18:18:44.699000 | 2021-05-11T15:18:48 | 2021-05-11T15:18:48 | 208,762,320 | 15 | 6 | null | 2022-07-11T21:05:39 | 2019-09-16T09:33:59 | Java | UTF-8 | Java | false | false | 802 | java | package cc.aguesuka.btfind.dht.handler;
import cc.aguesuka.btfind.dht.beans.KrpcMessage;
/**
* @author :aguesuka
* 2019/9/11 20:00
*/
public interface IDhtQueryChain extends IBaseDhtChain{
/**
* 收到请求时
*
* @param query 请求
*/
default void onQuery(KrpcMessage query){
}
/**
*... | [
"373848003@qq.com"
] | 373848003@qq.com |
c6cee31ea1fe89beceb419c903663165fb91ca84 | cf058294e706b0ffec595fdf556fd7db6f09829c | /app/src/main/java/com/docpoc/doctor/Pt/PtLogin.java | fc7dc6a4bcd4cc1dd293210458886e61db00012d | [] | no_license | empieretech/DoctorPocket_24Jun2017 | eeca4deeb5631319d1bdbd3608b277c16b832331 | e9fad07da973d61a0c9f8bf2304c6faf1b4faed1 | refs/heads/master | 2021-01-01T16:54:44.187800 | 2017-09-12T06:05:25 | 2017-09-12T06:05:25 | 97,951,542 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 24,996 | java | package com.docpoc.doctor.Pt;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.SharedPreferences;
import a... | [
"sojitra.sagar@empieretech.com"
] | sojitra.sagar@empieretech.com |
62ca38f36ae7621c1e0683ecb2a9e8203bb7e478 | bf31dfdd7bdbb1af29818c7c46187128caa2d755 | /yoonstagram_0803/app/src/main/java/com/example/yoonstagram_0803/adapter/OnItemClickListener.java | 321848d687b370f930f428597fcac8dfd19217e8 | [] | no_license | jihazard/android | df0fc76ed7a6b9125b6f8ccfc63f78d793fb7081 | 81dca895a2ad99f277fb63b311e25367f77b41c7 | refs/heads/master | 2020-06-21T18:25:55.522304 | 2019-08-14T08:28:10 | 2019-08-14T08:28:10 | 197,525,707 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 88 | java | package com.example.yoonstagram_0803.adapter;
public interface OnItemClickListener {
}
| [
"yoonjh238@gmail.com"
] | yoonjh238@gmail.com |
4592276060721bf7cfa2e7583f1e76575c5e3e0e | 87648f124dc4301f517890559d8bd9915fac4021 | /server/src/main/java/com/lingxi/system/entity/Dictionary.java | d5ec2f4d9a85a66c8464a303f948f566e249a8f8 | [] | no_license | yuancongcong/springboot-rbac | c9c16a59803f4829723c371f06e052bef6b3e559 | 213d9fc43ee3f4d98554c16ddf2508d44048d040 | refs/heads/master | 2020-03-18T01:44:35.816897 | 2018-05-20T14:37:39 | 2018-05-20T14:37:39 | 134,157,445 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 765 | java | package com.lingxi.system.entity;
import com.alibaba.fastjson.annotation.JSONField;
import com.lingxi.framework.base.IdEntity;
import lombok.Getter;
import lombok.Setter;
import javax.persistence.*;
import java.util.List;
@Getter
@Setter
@Entity
@Table(name="sys_dictionary")
public class Dictionary extends IdEntity ... | [
"772610229@qq.com"
] | 772610229@qq.com |
b8cff67f122af4d5bb9edb3f02793be1a00ded2c | f772c3a368f272841b9327865ebc4d5c67b1a0df | /src/learn/corejava/TestAnimalSuper.java | dcc9ab1a9321a0d8c4ecfb925e5dfa53021aee2c | [
"MIT"
] | permissive | pppatil7/100-days-of-code | a3ad3a9d014fd9dd96c24b3db0ee88bc94edddf9 | c040c0835f4e1c636c2118272372e8af457b4118 | refs/heads/master | 2023-03-05T05:00:12.795803 | 2021-02-17T17:54:10 | 2021-02-17T17:54:10 | 275,379,446 | 2 | 0 | null | 2020-06-27T13:38:04 | 2020-06-27T13:38:03 | null | UTF-8 | Java | false | false | 127 | java | package learn.corejava;
public class TestAnimalSuper {
public static void main(String[] args) {
Dog1 d=new Dog1();
}
}
| [
"pundalikpatil7218@gmail.com"
] | pundalikpatil7218@gmail.com |
0f0ff0d44f4a81cbd70935bf6f1f137aeaf1f368 | ddbb398d9157a838d0712ded71d18dcbc561cfe1 | /src/leetCode/MaximalRectangle.java | ea2d1b5b3f1b644759be58d4fadcbc84930c3c3b | [] | no_license | faxiyu/leetcode | dbf8fc47470e87af3eaec5e030d51532de341dc1 | 61940e3cd64bdfa2a1cc5b76b3f0ffe55952758a | refs/heads/master | 2023-02-19T17:03:36.111767 | 2021-01-15T02:12:48 | 2021-01-15T02:12:48 | 329,785,608 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,409 | java | package leetCode;
import java.util.Stack;
/**
* 给定一个仅包含 0 和 1 、大小为 rows x cols 的二维二进制矩阵,找出只包含 1 的最大矩形,并返回其面积。
* @author 14257
*largestRectangleArea
*/
public class MaximalRectangle {
public static void main(String[] args) {
char[][] matrix = {{'1','0','1','0','0'},{'1','0','1','1','1'},{'1','1','1','1','1'},{'... | [
"14257@DESKTOP-6JJ5TM8.mshome.net"
] | 14257@DESKTOP-6JJ5TM8.mshome.net |
424cf8bd9d6d78590fa35ffdc4f2a029fb6e2e1f | 24271255d1ee1fb47c0623b1a4ab5ef11616ca84 | /SpringbootSchoolShop/src/main/java/com/zhang/ssmschoolshop/controller/admin/AdminOrderController.java | 11f44d3577f53a4ca89319f58c01566c9b9c7929 | [] | no_license | Guessx/OnlineSchoolShop | b9fcc950f86b6219ceba3cdd6bf2992d763136a4 | 812170d7242353e4accf88edc8703cafa688cf33 | refs/heads/master | 2022-11-22T05:23:46.170480 | 2022-04-16T09:09:00 | 2022-04-16T09:09:00 | 245,599,230 | 0 | 0 | null | 2020-03-07T08:57:41 | 2020-03-07T08:57:41 | null | UTF-8 | Java | false | false | 8,231 | java | package com.zhang.ssmschoolshop.controller.admin;
import com.github.pagehelper.PageHelper;
import com.github.pagehelper.PageInfo;
import com.zhang.ssmschoolshop.entity.*;
import com.zhang.ssmschoolshop.service.EmailService;
import com.zhang.ssmschoolshop.service.GoodsService;
import com.zhang.ssmschoolshop.service.Or... | [
"994683607@qq.com"
] | 994683607@qq.com |
720df6d4f68fb38b5dc64a1a51046e706ef5f853 | 98041a2d393624d73887ef26a5f7b0d12583b76a | /backend/src/main/java/com/devsuperior/dslearnbds/dto/NotificationDTO.java | 68e0290ca992f3a69de75c0fbca7b0f40efcbfe4 | [] | no_license | fmrenan/dslearn | 4d7253f1379ee28462ce6a4281d491bb475f760d | abb5567caaad63fdaa9f45da17ffbf8398c2823f | refs/heads/main | 2023-06-02T16:57:38.632028 | 2021-06-13T18:41:47 | 2021-06-13T18:41:47 | 375,437,874 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,553 | java | package com.devsuperior.dslearnbds.dto;
import java.io.Serializable;
import java.time.Instant;
import com.devsuperior.dslearnbds.entities.Notification;
public class NotificationDTO implements Serializable {
private static final long serialVersionUID = 1L;
private Long id;
private String text;
private Instant mo... | [
"fmrenan@outlook.com"
] | fmrenan@outlook.com |
fd459005d54d2b7886c6f4f4f604cb61283ab8ed | ad62bbec32fa21ae7ac59cf00135003f025dc6f8 | /Prob157.java | 34cafe461126f0122352f883d7b041443b1daf21 | [] | no_license | havanagrawal/project-euler | 27237f99d879ca71f6f2908f24aa00e6752bad7a | 6cb913b4fce3bab493f4ab0aaa78e5e8724c5e6e | refs/heads/master | 2021-01-10T11:36:28.179705 | 2015-09-26T12:01:24 | 2015-09-26T12:01:24 | 43,203,575 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 962 | java | class Prob157
{
public static long GCD(long i, long j)
{
while (i!=0 && j!=0)
{
if (i>j)
i%=j;
else
j%=i;
}
if (j==0)
return i;
else
return j;
}
public static void main(String args[])
{
long x, y;
long num, den;
long no_of_sols=0, n=10, t=6, total=0;
long start = System.... | [
"havanagrawal@gmail.com"
] | havanagrawal@gmail.com |
06314c869a1e2a3faeb62902d9e4e40121bdc946 | 32cd38142028dbb703101ddd59367541de99722d | /app/src/main/java/com/maning/gankmm/bean/weather/WeatherInfoBean.java | 651418805e7ebf45d86f2aac6800ef63336cb91a | [
"Apache-2.0"
] | permissive | maning0303/GankMM | b6659cdfe4092b8f0678abd9b25f6be2750013d9 | 60f58b12956763f74daa68eeb0424f78e6d9178a | refs/heads/master | 2023-08-04T04:21:17.692138 | 2021-11-05T10:36:06 | 2021-11-05T10:36:06 | 54,034,810 | 669 | 186 | null | 2016-07-14T10:01:56 | 2016-03-16T13:37:35 | Java | UTF-8 | Java | false | false | 2,801 | java | package com.maning.gankmm.bean.weather;
import java.io.Serializable;
/**
* @author : maning
* @date : 2020-10-14
* @desc : 自己组装使用的天气数据
*/
public class WeatherInfoBean implements Serializable {
private static final long serialVersionUID = 8274082861209944804L;
//天气
private String weather_desc;
//... | [
"154292322@qq.com"
] | 154292322@qq.com |
6f3f19fc72d87cf57b422ee574892868a6ca660e | 7eda8bf32c30737ee0eb30b557f41f306f3c9864 | /pretest/test/LinkedListTestA.java | 2d8b6f953e08b500a362071869085412d3d7062f | [] | no_license | William-Carrera/DATAPRO | 56558b00d4f67b95c6ea14302ec5dafd46530595 | 33b670094df2ddcb69a5abd189aea1c6f66ff6b2 | refs/heads/main | 2023-03-08T05:42:30.214788 | 2021-02-20T21:06:49 | 2021-02-20T21:06:49 | 340,752,889 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,970 | java | package test;
import static org.junit.Assert.*;
import java.util.Iterator;
import java.util.Random;
import org.junit.Test;
import exercises.LinkedList;
public class LinkedListTestA {
protected LinkedList<String> testList;
protected static Random randy = new Random(System.currentTimeMillis());
... | [
"william.carrera@my.wheaton.edu"
] | william.carrera@my.wheaton.edu |
234927f8fa54061a6acb196ce9350030d22632b4 | a924876e41822f8a38b35d58a8321d1da8bd3436 | /src/com/javarush/test/level12/lesson12/home05/Solution.java | 82755542779f48c314a817ffdd970413cf2c20ae | [] | no_license | sameclone/javarush | 3543ab84019533007ae4602c0f46be9555534f6b | abae505686868e3250a7ef662b99a94afe246a40 | refs/heads/master | 2021-01-23T13:44:27.473410 | 2015-08-04T17:53:08 | 2015-08-04T17:53:08 | 40,197,402 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,725 | java | package com.javarush.test.level12.lesson12.home05;
/* Что это? «Кот», «Тигр», «Лев», «Бык», «Корова», «Животное»
Напиши метод, который определяет, какой объект передали в него.
Программа должна выводить на экран одну из надписей:
«Кот», «Тигр», «Лев», «Бык», «Корова», «Животное».
Замечание: постарайся определять тип ж... | [
"same_clone@mail.ru"
] | same_clone@mail.ru |
60f4af8d262a7265fbfb07a300ace8778b3b306d | 4728ca3e6077d6b128defe0007ca69aa92747e5e | /NewsTest/android/app/src/debug/java/com/newstest/ReactNativeFlipper.java | c5968fc256a2323e740d03085421b60ccb71291b | [] | no_license | LakshmiShivakumarWovvtech/assignments | 40c5179cf8752a198d5c5deca553985933402afc | d19d2033f9906c0d6719db7ffe6556342004bec7 | refs/heads/master | 2023-03-14T15:16:27.969610 | 2021-03-01T08:15:20 | 2021-03-01T08:15:20 | 343,337,979 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,263 | java | /**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* <p>This source code is licensed under the MIT license found in the LICENSE file in the root
* directory of this source tree.
*/
package com.newstest;
import android.content.Context;
import com.facebook.flipper.android.AndroidFlipperClient;
import com.face... | [
"lakshmi.s@wovvtech.com"
] | lakshmi.s@wovvtech.com |
6a4e73a1c774e745c7345f3cb1239e7c6018f110 | 11e6f9b6f6daf350e64ff45614602ed59879fe14 | /SpringDemo2/src/main/java/com/example/Student.java | 40c7d10137ee6e1801f968bf14d6c3d804fe6428 | [] | no_license | alrha486/SIST-Spring | cbecd05404a3a5991b67dfe7737a255d8b49a036 | 7e77f968ccf13c89bffee01d5c12a2c4dcf49bd9 | refs/heads/master | 2020-04-08T19:03:12.801882 | 2018-12-28T09:01:39 | 2018-12-28T09:01:39 | 159,637,181 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 655 | java | package com.example;
import java.util.ArrayList;
public class Student {
private String name;
private int age;
private ArrayList<String> hobbies;
private double height;
private double weight;
public Student(String name, int age, ArrayList<String> hobbies) {
this.name = name;
this.age = age;
this.hobbies ... | [
"alrha486@naver.com"
] | alrha486@naver.com |
43177172971ac6a80ff887e3b7f6268a27bda47a | 7adb266c6ecec5a77323de5e233ae930b006c6fe | /app/src/main/java/com/example/rowan/pplcontact/SyncData.java | cbf964917f440fcada2c9ec200215a959b588dc0 | [] | no_license | shitu13/PPLContact | 433063f350bd2bb3caeeccb70e2c2f452cf6298a | 01179c208d50eb588d5cab5b2bc9697873485f57 | refs/heads/master | 2020-04-15T03:07:18.377089 | 2018-08-15T06:27:37 | 2018-08-15T06:27:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,812 | java | package com.example.rowan.pplcontact;
import android.app.Activity;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.support.annotation.NonNull;
import android.util.Log;
import com.google.android.gms.tasks.Continuation;
import com.... | [
"rowanhossain@gmail.com"
] | rowanhossain@gmail.com |
d6bbc12921232f5842f048a737ff93c144ca04be | a16723781a853d0caf0a2bd0eed4d60add6a7da2 | /pinyougou/pinyougou-pojo/src/main/java/com/pinyougou/vo/OrderVo.java | debd4592999652e4f07d1d02781b1951244c969c | [] | no_license | wufengmei/pinyougou_01 | 236d0925119684ecef04a91f10594421d454919d | e650767a02f4fa9043315b3df18c289c438e13b1 | refs/heads/master | 2020-04-08T06:15:49.139145 | 2018-11-29T07:28:13 | 2018-11-29T07:28:13 | 159,090,939 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,309 | java | package com.pinyougou.vo;
import com.pinyougou.pojo.TbOrder;
import java.util.List;
public class OrderVo {
private TbOrder tbOrder;
private String createTime;
private String createTime1;
private String paymentTime;
private String paymentTime1;
private List orderItemList;
public List getO... | [
"517462069@qq.com"
] | 517462069@qq.com |
4966cd6a0bc3dfc58720e12a40587562c7c52306 | c0e5768e13aee0eeb1944415910fe6f8fee833b8 | /nbproject/src/LinkedStack/LinearNode.java | c86fbc2c9565d3a45e38dad700ac66597da9f481 | [] | no_license | diogo12lopes/Trabalho-Ed | 8995f9c4dba4f70e7656343422a173e08188fd42 | fb321f57f13f28f6505f3f6bf63f55fe8504ac89 | refs/heads/master | 2022-12-08T06:03:44.540120 | 2020-09-04T10:34:15 | 2020-09-04T10:34:15 | 291,154,990 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,506 | 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 LinkedStack;
/**
*
* @author Diogo Lopes 8180121
* @param <T> WildType
*/
public class LinearNode<T> {
/**
* ref... | [
"49435047+diogo12lopes@users.noreply.github.com"
] | 49435047+diogo12lopes@users.noreply.github.com |
615bc36c826352c5975b2fd849685bf11f9ad71a | b405a6f7a3358c9008f7a7b30046201647de988d | /Branches/Edexer/Technical/Code/edexer/src/main/java/com/edexer/model/Role.java | a353c9c021d0a53b3bcb5638607347d38ff22409 | [] | no_license | edexcompany/edexer | 1b9fb02ec4839406ff7c9f448986785b0a873ab7 | 74621fd172d52948c1878a2c299e941f2bfea0e8 | refs/heads/master | 2016-09-06T13:12:31.104932 | 2015-06-04T22:25:00 | 2015-06-04T22:25:00 | 35,110,101 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,872 | java | package com.edexer.model;
// Generated Feb 13, 2015 8:24:16 AM by Hibernate Tools 3.6.0
import java.util.HashSet;
import java.util.Set;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import static javax.persistence.Gener... | [
"y.radwan@edex.co"
] | y.radwan@edex.co |
1f2a267e84382110214928def439e30fb4db3e3e | f83bd2a093c2d97256853c1790d98151a6a0c230 | /app/src/main/java/com/example/multiable/pos/Fragment/UpPullMenuFragment.java | 29dc4c92251648a0797cbad31d5201b7cde28c1f | [] | no_license | Developmc/POS | ea919954bc8cb85bf480422d7ef26653933516c5 | e1760071b068d4b155fc4d2ce439de9f38919359 | refs/heads/master | 2021-01-10T17:07:07.540065 | 2015-11-14T02:31:28 | 2015-11-14T02:31:28 | 44,851,629 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,530 | java | package com.example.multiable.pos.Fragment;
import android.app.Fragment;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.GridView;
import com.exam... | [
"a8392569"
] | a8392569 |
86f5dac10dc5b9869137e8a7ae151b56bce4fad4 | e93b46b849609a590ba4d11119ae23207f04b14a | /src/main/java/com/northwind/np/dto/OrderDTO.java | a998446b98d47a89bf70831a70e0831eefeccfe5 | [
"MIT"
] | permissive | Dioti/NorthwindAPI | 71e80e9be72091662a0c370f3a1f396e60c0f976 | f651920c9bda03098cd13504b0ab855a30ed71ae | refs/heads/main | 2023-08-22T22:57:10.588468 | 2021-10-25T03:00:48 | 2021-10-25T03:00:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,591 | java | package com.northwind.np.dto;
import com.northwind.np.entities.OrderEntity;
import java.math.BigDecimal;
import java.time.Instant;
public class OrderDTO {
private int orderID;
private String customerId;
private int employeeId;
private Instant orderDate;
private Instant shipDate;
private BigDe... | [
"natasha.pearl08@gmail.com"
] | natasha.pearl08@gmail.com |
1d2c0eca8884c9b266baeebfe67416739622cf58 | a34bbed0a0d716cc2b39cfd1dee69cefc92263a7 | /src/main/java/org/kartashov/part15_regex_and_compression/regex/Example1.java | 50a7aebf223112d6559c6f01bed92a5c610c8776 | [] | no_license | serhiikartashov/java-se | 2e8a0d535ce221b34dcf5abdd80011ad303788f0 | 2d9c774d8df62eeae6911b4260974067fcfdb169 | refs/heads/master | 2022-11-27T09:42:31.375292 | 2022-11-15T13:17:02 | 2022-11-15T13:17:02 | 156,975,124 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 891 | java | package org.kartashov.part15_regex_and_compression.regex;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class Example1 {
public static void main(String[] args) {
// String to be scanned to find the pattern.
String line = "DIAGNOSTIC IMPRESSION\n" +
"\n" +
... | [
"kartashovsearhiy@gmail.com"
] | kartashovsearhiy@gmail.com |
404211e4769558cf5299e0489f548819be8950cf | adb963ba9c7c0941a46bba02143a9e25e162cc86 | /src/main/java/cn/vcinema/partner/PartnerInfo.java | b0f702a43ef2fa0951bd76d8c1ff560e9e71b833 | [] | no_license | Baiyuhan/pumpkin_partner_api_demo | 2aee4d4350022eacc7dfa89ebaf54028cd2af35d | 76900afb0eab56fac2cb0ee10232b211bb7ee191 | refs/heads/master | 2021-05-05T01:41:12.651224 | 2018-01-30T05:41:07 | 2018-01-30T05:41:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,705 | java | /*
* Copyright (c) 2017-present, Pumpkin Movie, Inc. All rights reserved.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
* copy, modify, and distribute this software in source code or binary form for use
* in connection with the web services and APIs provided by Pumpkin Mov... | [
"zhuangxulin@vcinema.cn"
] | zhuangxulin@vcinema.cn |
02c2ff0b263ad2b5752f7cea7fc10c003ed025aa | 216f5a020c413fc3462a6c93468e454d3f070b9f | /src/main/java/com/aimacademyla/model/enums/BillableUnitType.java | a0cdd0147b0e1ddbf4e00fd9510424036da736d1 | [
"MIT"
] | permissive | dybkim/aimacademy_webapp | 1b6b4674264ca7da91fc57e017ca8d840c296d98 | ff7fbf7b42fcd7ba4830768ef71ced450b4e192e | refs/heads/master | 2022-12-22T17:50:28.167260 | 2020-08-21T03:24:43 | 2020-08-21T03:24:43 | 100,982,597 | 0 | 0 | MIT | 2022-12-16T08:38:11 | 2017-08-21T18:52:38 | Java | UTF-8 | Java | false | false | 602 | java | package com.aimacademyla.model.enums;
public enum BillableUnitType{
PER_HOUR("hour"),
PER_SESSION("session"),
ERROR("error");
private String type;
BillableUnitType(String type){
this.type = type;
}
public String toString(){
return type;
}
public static BillableUn... | [
"dybkim@gmail.com"
] | dybkim@gmail.com |
4f2ceaa059e9265a9cb6e02ef8ef15c3bca073d2 | dd9b689741f11923591d967b60af523ae6544a4b | /mingrui-shop-parent/mingrui-shop-service-api/mingrui-shop-service-api-user/src/main/java/com/baidu/shop/dto/UserDTO.java | 592889cf23a0b76f8767cffc53b7be6269f17236 | [] | no_license | lushenshen/mr-shop | 88036fbfedd5977ebcdef825032c2cd6872aa078 | ff70d93521ce0652b2fe85f862b9bdc9795bfe61 | refs/heads/master | 2023-01-01T01:17:25.146354 | 2020-10-15T06:46:13 | 2020-10-15T06:46:13 | 290,692,537 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 724 | java | package com.baidu.shop.dto;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.util.Date;
/**
* @ClassName UserDTO
* @Description: TODO
* @Author shenyaqi
* @Date 2020/9/20
* @Version V1.0
**/
@Data
@ApiModel(value = "用户DTO")
public class Use... | [
"3188490799@qq.com"
] | 3188490799@qq.com |
6ed847f68526e965c103af83a3ad844a88626d87 | e135c80892fe5cf75e31ba70a9cb869fd2c20c07 | /02.Databases_Fundamentals_2016/02.Databases_Advanced_Hibernate/06.Hibernate_Midterm_Exam/mass-defect-exam/src/main/java/massdefect/app/repositories/PlanetRepository.java | 0dec10bde11da393e70052104c73ab3532f20208 | [] | no_license | NikolayShaliavski/SoftUni | 444f3ec76886af21e84d472631ca56c958453570 | 08b8b345ebbef8de87db777ad59fb7c5044f1003 | refs/heads/master | 2021-06-22T00:30:49.970663 | 2021-01-08T15:20:44 | 2021-01-08T15:20:44 | 63,480,683 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 604 | java | package massdefect.app.repositories;
import massdefect.app.domain.entities.planets.Planet;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface PlanetRe... | [
"nshaliavski@gmail.com"
] | nshaliavski@gmail.com |
fa46c950ca8e8da307ef4cce4599295897b7783f | 51050b91d06afd6070ec395c0b58d79e0cf21fe2 | /mars/mips/instructions/syscalls/SyscallInputDialogString.java | d98eb2c2cf3b7b88416dbb6941e4292394c091be | [
"MIT"
] | permissive | saagarjha/MARS | 80294a39b5a67cc4c83671b112ddb3890b1941cc | 96159c432400f1566064be68c5c84c9997447577 | refs/heads/master | 2021-07-17T21:31:34.387922 | 2020-05-04T19:17:58 | 2020-05-04T19:17:58 | 130,517,812 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,848 | java | package mars.mips.instructions.syscalls;
import mars.util.*;
import mars.mips.hardware.*;
import mars.simulator.*;
import mars.*;
import javax.swing.JOptionPane;
/*
Copyright (c) 2003-2008, Pete Sanderson and Kenneth Vollmar
Developed by Pete Sanderson (psanderson@otterbein.edu)
and Kenneth Vollmar (kenvo... | [
"saagar@saagarjha.com"
] | saagar@saagarjha.com |
f7e72ee3713fd1296b5303782bb68aef5796ba34 | 0395edb5677d1e83677b27248d49e7e76f78c873 | /app/src/main/java/guo/edwin/wisdomapp/GuideActivity.java | 6597571fba44d90ad24503bc89d7a2a33c498568 | [] | no_license | EdwinGuo/WisdomApp | 85202ad3d8624842f53b084219fc54dcb8089ab6 | 473acc4ccef1f1cceec71b223c114e25c5f69648 | refs/heads/master | 2020-06-16T05:23:48.993150 | 2016-12-23T14:58:03 | 2016-12-23T14:58:03 | 75,242,397 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,261 | java | package guo.edwin.wisdomapp;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.view.PagerAdapter;
import android.support.v4.view.ViewPager;
import android.view.View;
import android.view.ViewGroup;
import android.view.ViewTreeObserver;
import android.view.Wi... | [
"zijing.guo@scotiabank.com"
] | zijing.guo@scotiabank.com |
c1014659e72594e9c0c65f379e1f54c35a499b6b | 1fa2be0b9d62e6c8c99825fceacab19916e50e45 | /ZhihuDaily/app/src/main/java/info/saberlion/zhihudaily/ui/MainActivity.java | 4cf82e35257d31bb33d3badaa36ff0556e34562f | [] | no_license | Saberlion/learning-android | c17ff7d3735713ef1ce49ea4f56bec77914b64a9 | 94492e23fbf6ac1b63c85e703e76405599cec822 | refs/heads/master | 2021-01-10T15:29:36.380146 | 2015-11-11T15:15:06 | 2015-11-11T15:15:06 | 45,122,503 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,840 | java | package info.saberlion.zhihudaily.ui;
import android.content.res.Configuration;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.NavigationView;
import android.support.design.widget.Snackbar;
import android.support.design.widget.TabLayout;
import... | [
"fxre@qq.com"
] | fxre@qq.com |
723330c5c92831e006dd7e3e00aa5c008ab65ca3 | 9053740a414c614b64c25f32212c2adbf4ad5d5a | /subprojects/core/src/main/groovy/org/gradle/api/internal/tasks/options/OptionElement.java | 8e2051dd94170ed289265792d2d1607aa59d0503 | [] | no_license | leex4418/gradle | fc27396db3dcb9943af400366634c5db6b7918da | 3d67208cfa6b91f946c75ca0da75070297df67af | refs/heads/master | 2021-01-15T14:37:27.569245 | 2013-11-13T05:21:52 | 2013-11-13T05:21:52 | 14,357,493 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 971 | java | /*
* Copyright 2013 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | [
"rene@breskeby.com"
] | rene@breskeby.com |
eba1828056b71565083ddb962ee3d183a69eff49 | c4902cb4c54ad0337bf2ccb98aa4486a4c600510 | /src/main/java/com/alsecotask/materialassets/model/Asset.java | f9fce318d233eaa463b9d4398289b10dc00ed3fd | [] | no_license | udrepo/material-assets | 3c3d278fea63a60aecf5e8fd3d01dbaec49a8c70 | 94152221994d13f9ff350291f03d8a9481975c48 | refs/heads/master | 2023-08-18T23:25:19.911460 | 2021-09-20T05:46:48 | 2021-09-20T05:46:48 | 387,535,732 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 460 | java | package com.alsecotask.materialassets.model;
import lombok.*;
import org.hibernate.annotations.Type;
import javax.persistence.*;
import java.util.UUID;
@Entity
@Table
@Data
public class Asset {
@Id
@GeneratedValue
@Type(type="uuid-char")
private UUID id;
private String name;
private double pr... | [
"ulan.0418@gmail.com"
] | ulan.0418@gmail.com |
c024d34985fe2a7dec1f3655ae54728438b4f32b | 6a1310207db6ca0516d9c0e54350ec10a291b705 | /task-management/src/main/java/com/tr/task/aspect/LogingAspect.java | 8a926de9604d3b02d7f06cd1831cf1fbaaa18b16 | [] | no_license | ozaytunctan/task-management-repo | 34344f9efce39f76637e34cedb940f7c31d6db82 | 1eec24a5a729d2406757291adc5d1c63d4c81459 | refs/heads/master | 2023-03-11T12:33:55.521872 | 2021-03-06T20:26:33 | 2021-03-06T20:26:33 | 341,481,676 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,759 | java | package com.tr.task.aspect;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.annotation.Around;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.annotation.Pointcut;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Component;
import c... | [
"ozaytunctan@gmail.com"
] | ozaytunctan@gmail.com |
c2224cf8d5b41ad2ef9feda9f8c552a31a20c9a6 | b59ba67780c63d8ce94911eae5d1f557b36b47db | /src/com/foxlink/realtime/service/OTPendingService.java | 3a115352c9b1e867d26296b99c35015d54b78366 | [] | no_license | Bigshen/RealTime-1 | 2d3790d90b4b6bc13bad49091ea17481724ded01 | 8784a3dc5fe9ee92d99ccd8e70c54bb24b4d5809 | refs/heads/master | 2023-05-13T11:02:18.496810 | 2023-05-08T07:51:30 | 2023-05-08T07:51:30 | 181,420,308 | 0 | 0 | null | 2023-05-08T07:51:31 | 2019-04-15T05:49:02 | JavaScript | UTF-8 | Java | false | false | 4,066 | java | package com.foxlink.realtime.service;
import java.util.List;
import org.apache.log4j.Logger;
import com.foxlink.realtime.DAO.EmpOTPendingDAO;
import com.foxlink.realtime.model.EmpInOTPendingSheet;
import com.foxlink.realtime.util.CommonUtils;
public class OTPendingService extends Service<EmpInOTPendingSheet> {
pri... | [
"34222206+asd3354389@users.noreply.github.com"
] | 34222206+asd3354389@users.noreply.github.com |
748f7ae7728f9837d2d1728b6f6412a81881b74d | 93d56a23451663dad44a8e742f4df9d5080db868 | /LMM_Support_src/main/java/modchu/lib/lmm/common/mc190_222/ModchuLmrModel.java | e42bf54ce645229df8fc6d9791c264e3d54a4dee | [] | no_license | Modchu/ModchuLib | 29e77cbb6b303aa910c27da9a98bcfb5043e2b44 | f32adbcad30da993ce337abeff2c135d7af1352d | refs/heads/master | 2021-07-12T06:57:09.879558 | 2021-02-21T14:03:27 | 2021-02-21T14:03:27 | 7,611,520 | 5 | 2 | null | 2013-03-12T11:02:52 | 2013-01-14T19:57:43 | Java | UTF-8 | Java | false | false | 14,753 | java | package modchu.lib.lmm.common.mc190_222;
import java.util.Map;
import java.util.Random;
import modchu.lib.Modchu_CastHelper;
import modchu.lib.Modchu_Main;
import modchu.lib.Modchu_Reflect;
import modchu.model.ModchuModel_IEntityCaps;
import modchu.model.ModchuModel_Main;
import modchu.model.ModchuModel_ModelDataMast... | [
"kawd82jstskl@yahoo.co.jp"
] | kawd82jstskl@yahoo.co.jp |
790463bf7800d88bcdbce7ba0754b91068ed7977 | e42afd54dcc0add3d2b8823ee98a18c50023a396 | /java-gkehub/google-cloud-gkehub/src/main/java/com/google/cloud/gkehub/v1beta1/GkeHubMembershipServiceClient.java | a7d376be1d585e30c4d4f7dd6a1365877b91af97 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | degloba/google-cloud-java | eea41ebb64f4128583533bc1547e264e730750e2 | b1850f15cd562c659c6e8aaee1d1e65d4cd4147e | refs/heads/master | 2022-07-07T17:29:12.510736 | 2022-07-04T09:19:33 | 2022-07-04T09:19:33 | 180,201,746 | 0 | 0 | Apache-2.0 | 2022-07-04T09:17:23 | 2019-04-08T17:42:24 | Java | UTF-8 | Java | false | false | 45,649 | java | /*
* Copyright 2022 Google LLC
*
* 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 applicable law or agreed to... | [
"neenushaji@google.com"
] | neenushaji@google.com |
e7472d9a942de395b51ad33133dd32a8700acc1a | 96fac21d9eaed5c50c08924baddf81ba3468b840 | /src/main/java/com/jpmorgan/stockmarket/model/stocks/PreferredStockImpl.java | b3c5ca900eabf512dbb72e03dcebf04b8b338a77 | [] | no_license | Daniel-R-Afonso/tech-skill | b8895bbcf68c9b08d17ecb4f65954b91cb74d4ba | 0f622303f8faf7d04ea88ec692d289daf01e352a | refs/heads/master | 2020-04-11T04:30:14.462438 | 2016-02-10T11:29:14 | 2016-02-10T11:29:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,182 | java | package com.jpmorgan.stockmarket.model.stocks;
import com.jpmorgan.stockmarket.model.Trade;
import com.jpmorgan.stockmarket.enums.TradeType;
import org.joda.time.DateTime;
import java.util.Date;
import java.util.SortedMap;
import java.util.TreeMap;
/**
* Created by David Afonso on 06/02/2016.
*/
public class Prefe... | [
"daniel_afonso@me.com"
] | daniel_afonso@me.com |
1653ebcfb11070361cb2e24f61362d14b1aa3280 | 4347a963d792ac9633d052fc9cddb24b62c7f9f4 | /JavaClass/src/ch06/Add1.java | 260e0381181a169661413f8657e65266fa6e4755 | [] | no_license | parkjaewon1/JavaClass | 629ca103525ab4402b9876c7bfe79ccaf08d17de | 54bf2c6428e803ca1e4847499352898682ace53d | refs/heads/master | 2023-04-10T08:32:49.127689 | 2021-04-15T14:21:31 | 2021-04-15T14:21:31 | 350,326,556 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 624 | java | package ch06;
class B1 {
static void multiply( int x, int y) {
System.out.printf("%d * %d = %d\n",x,y,x*+y);
}
}
public class Add1 {
void add(int x, int y) {
System.out.printf("%d + %d = %d\n",x,y,x+y);
}
static void minus(int x, int y) {
System.out.printf("%d - %d = %d\n",x,y,x-y);
}
public static void ma... | [
"48577510+parkjaewon1@users.noreply.github.com"
] | 48577510+parkjaewon1@users.noreply.github.com |
7fa87011f77d68a5475a865bdb527c8a83920db3 | 3d72c4a4ffa0dc1490a141ca7aace663947bcc4e | /Client/src/messages/AuthorizationRequest.java | 41dad2ebfeeaa362137991e8488f90e236df46ee | [] | no_license | MaXSem13/OpenServer | c274ec0ae7fd875a1493b1c9cc989130fa395c56 | 5dc5ef5d2a43d960236cd226d67d6c9936134e9b | refs/heads/master | 2022-08-16T19:48:23.433059 | 2020-05-22T13:43:21 | 2020-05-22T13:43:21 | 266,118,512 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 355 | java | package messages;
import java.io.Serializable;
public class AuthorizationRequest extends RequestInfo implements Serializable {
String login;
String password;
public AuthorizationRequest(String login, String password, RequestType requestType){
super(requestType);
this.login = login;
... | [
"masemenov_3@edu.hse.ru"
] | masemenov_3@edu.hse.ru |
a51becf1e49aeecaa8222cf416e160b392c2aabe | 9f5be8dd23dd91aa3b963c3a3bb906568292c42f | /src/main/java/com/hrpc/rpc/spring/RpcInteceptorBean.java | aa4e90579a0c8963726338b0b47f20874dda5b4f | [] | no_license | hoho1221/hrpc | 676465e73f359dafdbad15e99e351aec90bafe0f | d5ae4d9ff531ad0aa722540cc1f194ab683a9767 | refs/heads/master | 2021-09-19T16:06:31.637410 | 2018-07-29T08:42:26 | 2018-07-29T08:42:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 789 | java | package com.hrpc.rpc.spring;
import com.hrpc.rpc.interceptor.ServiceInteceptor;
import com.hrpc.rpc.netty.MsgRecvExecutor;
import lombok.Data;
import org.springframework.beans.BeansException;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationContextAware;
/**
* Crea... | [
"changqi.win@foxmail.com"
] | changqi.win@foxmail.com |
28e1e2dca212e76eb93fdc5a3339b089bb837747 | 3f42d7ecaa0a8a6a929e0674a2953be852609f70 | /Aerolinea/src/interfaz/Ventana.java | adf360a2c1421e3c703fb67bd699729a6dbd705d | [] | no_license | jefersonjl99/Java | a810fb2fa75395932f7f9408fdea4ff002023188 | 576b73b68e83fb0baa8eef1ee082e3b5b3b85c0f | refs/heads/main | 2023-06-11T14:35:01.012436 | 2021-07-05T19:51:17 | 2021-07-05T19:51:17 | 381,227,584 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 29,120 | 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 interfaz;
import java.awt.Color;
import java.awt.Cursor;
import java.awt.Font;
import java.awt.Graphics;
import java.awt.Image... | [
"jeferson.jl99@gmail.com"
] | jeferson.jl99@gmail.com |
baf0ac592289aab1bea103f5c16bf42445daa129 | aaa9751e4ed70a7b3b41fa2025900dd01205518a | /org.eclipse.rcpl.libs/src2/org/apache/poi/hwpf/model/PieceDescriptor.java | 93416496375c5815c976f962463857ef82078bb8 | [] | no_license | rassisi/rcpl | 596f0c0aeb4b4ae838f001ad801f9a9c42e31759 | 93b4620bb94a45d0f42666b0bf6ffecae2c0d063 | refs/heads/master | 2022-09-20T19:57:54.802738 | 2020-05-10T20:54:01 | 2020-05-10T20:54:01 | 141,136,917 | 0 | 0 | null | 2022-09-01T23:00:59 | 2018-07-16T12:40:18 | Java | UTF-8 | Java | false | false | 4,105 | 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 ... | [
"Ramin@DESKTOP-69V2J7P.fritz.box"
] | Ramin@DESKTOP-69V2J7P.fritz.box |
5cfc92b2cf33a8cfe3b4c4d4aaf3ed027d5aff7d | c02448bf7f4c24ea1db436496c811c71516f4c53 | /src/main/java/com/alibaba/druid/sql/ast/expr/SQLAggregateExpr.java | 6f4c58660cb56447700a804bc8a435233ef243cc | [] | no_license | deadbrother/remoteSharing | b3c4f58eb9dfcbed0f22d6f7d1221b0c35931069 | 899e33296bbb1d9f896e344e3870df9519313f09 | refs/heads/master | 2023-07-12T16:56:55.879957 | 2020-11-17T06:16:36 | 2020-11-17T06:16:36 | 97,083,761 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,938 | java | /*
* Copyright 1999-2101 Alibaba Group Holding Ltd.
*
* 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 applica... | [
"wangwenqiang@bonc.com.cn"
] | wangwenqiang@bonc.com.cn |
fbd1deff8dc65a2426dfdbcd92d2e8773fa933ad | 92246d207343880a693b1579eacdc90f5673d48e | /src/com/gourx/app/model/JudgeBloodTypeByParentModel.java | 1e1cbddb0d90f4f4c337944c65325a33aa038987 | [
"Apache-2.0"
] | permissive | Gouvia/bloodType_project | b3c1e1c056c47dbdc36c86616d42d49cacae7eb6 | a0a334ab8416e4ff82c558bb34edc598b651662a | refs/heads/master | 2020-06-13T07:13:09.002205 | 2019-07-01T02:02:12 | 2019-07-01T02:02:12 | 194,582,464 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,461 | java | package com.gourx.app.model;
public class JudgeBloodTypeByParentModel {
/**
* 根据父母的血型判断孩子的血型
* @param pa 父亲的血型
* @param mo 母亲的血型
* @return 孩子可能的血型
* 血型规则如下:0=O型 1=A型 2=B型 3=AB型
* @throws IllegalArgumentException pa 和 mo 不能为负数并且要小于4
* */
public static void JudgeBloodType(int p... | [
"gourx128@163.com"
] | gourx128@163.com |
b388477a9c50d9ef381247de5df327cc9789dc69 | ff530b3f58a22d2278973edc1364c95467ad0d30 | /src/main/java/ua/rd/ioc/NoSuchBeanException.java | 8c47bd0941a031901f770c15de05aa01ab92f571 | [] | no_license | DmyP/SpringIoC | 398429430eaba472447d81883fd9e1688c7b0a37 | f1a84dff075905d15cf9ce93910f7dc0ab4b59e2 | refs/heads/master | 2021-07-08T21:40:18.582437 | 2017-10-06T13:30:10 | 2017-10-06T13:30:10 | 105,639,144 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 152 | java | package ua.rd.ioc;
public class NoSuchBeanException extends RuntimeException {
public NoSuchBeanException() {
super("NoSuchBean");
}
}
| [
"pechenyi.d@gmail.com"
] | pechenyi.d@gmail.com |
a41ca438f45e92e62453a2f5e5da395982ba6ee1 | 56c0e7cf6f22e198004654867e08c664ce03d2ca | /src/main/java/org/apache/ibatis/reflection/invoker/GetFieldInvoker.java | c35cf5cd342a226d14310f9674ca96e742072605 | [
"Apache-2.0",
"BSD-3-Clause"
] | permissive | github291406933/mybatis-analysis | 488358aa71ac818dd9896b973fc68a99b81d2d29 | 95fa5105f739b734828191d0454a99455f2067a6 | refs/heads/master | 2020-04-01T07:36:28.997750 | 2019-02-28T02:20:51 | 2019-02-28T02:20:51 | 152,995,938 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,256 | java | /**
* Copyright 2009-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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unle... | [
"huangcanjia@comodin.cn"
] | huangcanjia@comodin.cn |
a208ad94a8bfe053f97b568d861eb6b8230fd401 | fec6faf83e30461ba0003c3bc0506571d97df390 | /src/main/java/com/okta/developer/social/domain/AbstractAuditingEntity.java | 486570b6a5e665a48fc6e0861314c3c4de78c2d2 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | oktadev/okta-spring-boot-social-login-example | 1cfe3a6dbefc33bac66541d283a4f2f69f15fe4d | 60e0f987724efecf0ee36f9b627d874f55945d2b | refs/heads/master | 2023-01-28T07:33:08.234914 | 2020-12-04T23:26:47 | 2020-12-04T23:26:47 | 169,480,824 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,222 | java | package com.okta.developer.social.domain;
import com.fasterxml.jackson.annotation.JsonIgnore;
import org.hibernate.envers.Audited;
import org.springframework.data.annotation.CreatedBy;
import org.springframework.data.annotation.CreatedDate;
import org.springframework.data.annotation.LastModifiedBy;
import org.springfr... | [
"matt.raible@okta.com"
] | matt.raible@okta.com |
ec51e51305b9588ab85076430b8723d3df1088a4 | 5141d9297a4a36f095bd10c791ca29cbeab55f1e | /app/src/main/java/com/chebarbado/test_forasoft_itunesapi/Adapters/AlbumListAdapter.java | a2603a2a8caeb1af8134692c788b66f7de5114da | [] | no_license | Chebarbado/Test_forasoft_itunesApi | bcf4992aa1519e15895d4885be5d9d2d42c95268 | 4e9c35676620a94a54328aaea98a9abfc5f5d72d | refs/heads/master | 2020-03-28T14:19:38.942608 | 2018-09-12T11:15:21 | 2018-09-12T11:15:21 | 148,468,758 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,152 | java | package com.chebarbado.test_forasoft_itunesapi.Adapters;
import android.app.Activity;
import android.content.Context;
import android.support.annotation.NonNull;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
impo... | [
"6420527@gmail.com"
] | 6420527@gmail.com |
7503a7875270f1c7ca2a6285f8f8658b75440426 | da743d91c7f24087f70c031d5730990e777afb70 | /android/app/src/main/java/com/equalai/MainApplication.java | 81d41385a998aa9218510cf9dc44e255a1102647 | [] | no_license | juanjopm09/EqualAI | f9b1ae1397c733d9d25da88d86912b21e0b4bcc3 | e4829eb538edf2495046dad2a749ad5440dce074 | refs/heads/master | 2020-06-01T06:39:34.872499 | 2019-05-31T02:42:39 | 2019-05-31T02:42:39 | 190,682,733 | 0 | 0 | null | 2019-06-07T03:24:27 | 2019-06-07T03:24:27 | null | UTF-8 | Java | false | false | 1,242 | java | package com.equalai;
import android.app.Application;
import com.facebook.react.ReactApplication;
import com.oblador.vectoricons.VectorIconsPackage;
import com.swmansion.gesturehandler.react.RNGestureHandlerPackage;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com.facebook.... | [
"pablomoto1000@gmail.com"
] | pablomoto1000@gmail.com |
c01a348d58f4c9bd93e094fe1af95b0d3fec0196 | eb3b365aabb892ec5f44289b95a7830dae56a8a4 | /src/main/java/com/txts/task/SchedulerAllJob.java | 6eb3766f51f7d921734a5f3db88c4134d6f79f21 | [] | no_license | baldass/exh | b0bd579c6bbb961cda3336f2d2d3cc13b67d8b39 | 9858fb629e3f96b2d7071c9b4130b618aa3e7e92 | refs/heads/master | 2022-06-26T14:23:29.564242 | 2019-11-19T17:22:39 | 2019-11-19T17:22:39 | 155,844,117 | 0 | 1 | null | 2022-06-17T02:01:35 | 2018-11-02T09:32:14 | Java | UTF-8 | Java | false | false | 4,602 | java | package com.txts.task;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import java.util.List;
import java.util.Map;
import java.util.Properties;
import org.quartz.CronScheduleBuilder;
import org.quartz.CronTrigger;
import org.quartz.JobBuilder;
import org.quartz.JobDataMap;
import ... | [
"chigj@amtxts.com"
] | chigj@amtxts.com |
9aac98e70ed14631157732a1054ba5fd61c3ee32 | ae4cb3cc1de2317c640941e6b93079704ffe1f32 | /src/main/java/com/belyaev/dao/exception/DAOException.java | d5c3d676291bccd09db29a994abc98791bb809e8 | [] | no_license | PesahLavan/department-employee | 360e7277e08d154e59b30abc5b3300b1e0e250ff | ad0e715c388b20eaa48b9148c94b7d83efb89cee | refs/heads/master | 2021-09-03T21:42:31.122644 | 2018-01-12T07:39:49 | 2018-01-12T07:39:49 | 113,315,129 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 430 | java | package com.belyaev.dao.exception;
/**
* @author Pavel Belyaev
* @since 27-Nov-17
*/
public class DAOException extends Exception {
public DAOException() {
super();
}
public DAOException(String message) {
super(message);
}
public DAOException(String message, Throwable cause) {
... | [
"pesahlavan@mail.ru"
] | pesahlavan@mail.ru |
89711997a4e88ce2a2bf07378fc39853e040d1b0 | 5e73f5a6ccffc7fb30197ec8dc2a99f4619bef60 | /Web2/JVM-studay/src/main/java/jmm/ClassLoadLook.java | 243e19f50835eec92a533ca4ec1f5e5f78411747 | [] | no_license | Deerlet-7/exercise | 47a26bb0bd0dcbbfaf0302e0b73371b1acd6dae5 | 925eadc9d2b65a7fef70729541750e35473594ce | refs/heads/master | 2021-07-24T03:45:16.375668 | 2020-09-05T13:13:25 | 2020-09-05T13:13:25 | 215,069,832 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 462 | java | package jmm;
public class ClassLoadLook {
public static void main(String[] args) throws ClassNotFoundException {
Child2 c2 = new Child2(200, "child2");
int x = InterfaceLoad.X;
Class c3 = Child.class;
//大家想想下边的打印顺序
Class.forName("jmm.Child3");
int a = Child.A;
// ... | [
"liyan000611@outlook.com"
] | liyan000611@outlook.com |
c285803c5738449cd403ffcdfd7febc255aba6fc | 6fe0473cfa3699bc3ed99ae159ea5bcfd29b9e4b | /euler/Problem079.java | 26a8f3ce11ce17af44a005a835630e239440f969 | [] | no_license | digideskio/contest | 52836b5b7afc9d59194626f17844bdfd5e755a93 | 83657f96544a742ef746eda926622799fd080369 | refs/heads/master | 2021-01-21T03:46:16.857522 | 2015-03-25T22:42:56 | 2015-03-25T22:42:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,645 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package projecteuler;
/**
*
* @author Manan
*/
public class Problem079
{
/*
* I solved this problem in Excel with basic number sorting and logic
* reasoning is as follows:
*/
/*
Sor... | [
"manan.shah.777@gmail.com"
] | manan.shah.777@gmail.com |
ffcd74b38bffdab6ff1d58451e78c7e7193fa6f7 | d4d1636f62f71577d782c18a97a5a2f8ec5e9dcd | /src/main/java/com/hesj/threads/four/BlockingQueueWithSync.java | 6494ac9f811d1ef2decaa359db8e50f3157d6235 | [] | no_license | hesj/threads | 7db5cecee20efb8082b6254ea070b8dbdec5e5ca | 82239f3794898e1553caf23d8a35097ac855f0d4 | refs/heads/master | 2022-11-30T01:31:58.403375 | 2020-07-27T17:34:26 | 2020-07-27T17:34:26 | 282,692,855 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 924 | java | package com.hesj.threads.four;
import java.util.ArrayList;
import java.util.List;
public class BlockingQueueWithSync<E> implements BlockingQueue<E> {
private List<E> queue = new ArrayList<>();
private int maxSize;
BlockingQueueWithSync(int maxSize) {
this.maxSize = maxSize;
}
@Override... | [
"ageminis@outlook.com"
] | ageminis@outlook.com |
9b4b90ba97816235f42dba174734884ecbbddb33 | 408b3acf76f6e22b7620ee3e912748b6d0d715f4 | /wakfu.common/src/com/ankamagames/framework/fileFormat/html/parser/lexer/impl/TokenTagImpl.java | 148d5f4cb06168e4e13558496abd1c7c5b55be6c | [] | no_license | brunorcunha/wakfu-dirty-legacy | 537dad1950f4518050941ff2711a2faffa48f1a4 | a3f2edf829e4b690e350eed1962d5d0d9bba25ed | refs/heads/master | 2021-06-18T08:43:52.395945 | 2015-05-04T14:58:56 | 2015-05-04T14:58:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,392 | java | package com.ankamagames.framework.fileFormat.html.parser.lexer.impl;
import com.ankamagames.framework.fileFormat.html.parser.*;
import com.ankamagames.framework.fileFormat.html.parser.datasource.*;
import java.util.*;
public class TokenTagImpl implements TokenTag
{
private List<TagAttribute> attrs;
private St... | [
"hussein.aitlahcen@gmail.com"
] | hussein.aitlahcen@gmail.com |
5d637af31af46db402c939124c7c35f752a71915 | fce501f921c557e5f408f0b8827de64a57db8abc | /app/src/main/java/edu/uncc/wins/gestureslive/StretchSegmentToPointLength.java | d8974b64e406608f001393368f8ea4a1829fa6f6 | [] | no_license | jackbandy/HighFiveLive-android | 51fc96058c89db8d29df5ac6a288fc643c4c6114 | bdf60560220da1416d57172caa0cece0127b9f7b | refs/heads/master | 2021-01-19T01:58:04.815684 | 2016-07-15T20:41:36 | 2016-07-15T20:41:36 | 37,877,291 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,874 | java | package edu.uncc.wins.gestureslive;
import android.util.Log;
import java.util.ArrayList;
/**
* StretchSegmentToPointLength.java
* Class for a preprocessor to handle a new segment and output an adjusted segment.
* This is mainly for the DFT, which needs data points provided in a power of two
*
* Created by jband... | [
"jack.bandy@my.wheaton.edu"
] | jack.bandy@my.wheaton.edu |
e33e9f987693327eb0e2ac960ba484bcecd29f7b | 005932dc8ec03617d7f741e5c80881c1d37979a4 | /rsocket-core/src/main/java/io/rsocket/util/AbstractionLeakingFrameUtils.java | 7e5a5d771db19cd39165c8d99105094c602700c7 | [
"Apache-2.0"
] | permissive | zmyer/rsocket-java | 42c98d7636f7e26b029057cf51b560da36232e72 | 92b8009e07c546fdab5f0e397c66a9bb5165b42d | refs/heads/1.0.x | 2020-08-18T05:11:49.031444 | 2019-06-06T07:36:23 | 2019-06-06T07:36:23 | 132,728,684 | 0 | 0 | Apache-2.0 | 2019-10-17T09:13:00 | 2018-05-09T08:49:19 | Java | UTF-8 | Java | false | false | 3,661 | java | /*
* Copyright 2015-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"yuri@schimke.ee"
] | yuri@schimke.ee |
75c6909b6a4ea2d7cd7ddddc985a191d96406661 | 65a6345a544888bcbdbc5c04aa4942a3c201e219 | /src/main/java/mayday/Reveal/filter/gui/RuleSetEditorItem.java | 02dcebaeef7321346085fe610b2b9b4d029dd0f7 | [] | no_license | Integrative-Transcriptomics/Mayday-level2 | e7dd61ba68d149bed845b173cced4db012ba55b1 | 46a28829e8ead11794951fbae6d61e7ff37cad4a | refs/heads/master | 2023-01-11T21:57:47.943395 | 2016-04-25T12:59:01 | 2016-04-25T12:59:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,114 | java | package mayday.Reveal.filter.gui;
import java.awt.BorderLayout;
import java.awt.event.ActionEvent;
import javax.swing.AbstractAction;
import mayday.Reveal.data.SNVList;
import mayday.core.gui.properties.items.AbstractPropertiesItem;
@SuppressWarnings("serial")
public class RuleSetEditorItem extends AbstractProperti... | [
"adrian.geissler@student.uni-tuebingen.de"
] | adrian.geissler@student.uni-tuebingen.de |
ebc5d0d493412b093364e5b30ad58ff224a214fd | f3b63db883c3c055d7b420fba1438870144d95f8 | /language/src/main/java/net/frodwith/jaque/exception/NockControlFlowException.java | 805e77717d38a5b84d33e63eb8279e41832897c3 | [] | no_license | stjordanis/jaque-fresh | e7c96d4dc51a8036c359032d5e5e0b0fde7db282 | 9f8ba432549f3e7d5bba3121dc32067debf0d3d7 | refs/heads/master | 2022-04-14T18:24:07.750116 | 2019-01-16T20:06:08 | 2019-01-16T20:06:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 370 | java | package net.frodwith.jaque.exception;
import com.oracle.truffle.api.nodes.ControlFlowException;
import net.frodwith.jaque.data.NockFunction;
import net.frodwith.jaque.data.NockCall;
public final class NockControlFlowException extends ControlFlowException {
public final NockCall call;
public NockControlFlowExcep... | [
"frodwith@gmail.com"
] | frodwith@gmail.com |
d2beead75a972cc24c27deba5c233cf7bf5f3759 | 30bd33b2bd018a72b77bcebaa616e4e6497a1d80 | /ChatSite/app/src/main/java/apps/nocturnal/com/chatsite/UsersActivity.java | aedaf61c996a10782541a8052aa89aa73c4bfaf9 | [] | no_license | Leonardo-daVinci/ChatSite | b879f1d2f47e34cea5dcf7db07af7c800426879a | 39f0bf39ca785fa38cddf58798d913aa045dfe2f | refs/heads/master | 2023-01-31T14:04:51.179917 | 2019-06-12T18:08:06 | 2019-06-12T18:08:06 | 191,614,669 | 0 | 0 | null | 2022-12-09T06:07:45 | 2019-06-12T17:18:25 | Java | UTF-8 | Java | false | false | 4,564 | java | package apps.nocturnal.com.chatsite;
import android.content.Context;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
... | [
"akshitkeoliya4@gmail.com"
] | akshitkeoliya4@gmail.com |
ec61b066bb71cd8cd8cacfcf5ff2c8225ffd7f56 | 5054008541a1b3988805d73f12ca2a20e25aa4fd | /app/src/main/java/me/gumenny/githubler/presentation/view/ProgressView.java | 39a849838e98befceec210791d731d47121d769d | [] | no_license | Arkadzi/githubler | 4cf69890be0a9a9e1d27932d768872c489065faa | 02b3d5e24eceee53ae375b282eada3a4f2ffcade | refs/heads/master | 2021-01-21T05:59:15.168855 | 2017-08-31T21:53:51 | 2017-08-31T21:53:51 | 101,931,005 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 146 | java | package me.gumenny.githubler.presentation.view;
public interface ProgressView extends View {
void showProgress();
void hideProgress();
}
| [
"humennyi.arkadii@gmail.com"
] | humennyi.arkadii@gmail.com |
bb2289dba261d8ac1f97f6fb353e0aa57a05aa58 | 7c8ae6b33e3d2b5d91179093e1cde99bc61da310 | /crud_agenda_telefonica/src/com/agenda/persistence/ReadAgenda.java | afe92c18f0af095be410f59e043207261843e85d | [] | no_license | ubiratantavares/JPA_Hibernate | 70a308a178b23e556dde93e0374c6e542208dd7d | e9d41b2dc98d07a1c0b0a6c26d44b23564a49e25 | refs/heads/main | 2023-06-20T23:37:50.235402 | 2021-08-02T14:10:14 | 2021-08-02T14:10:14 | 388,299,219 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 466 | java | package com.agenda.persistence;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
import com.agenda.modelo.Agenda;
public class ReadAgenda {
public Agenda consultar(Integer codigo) {
EntityManagerFactory emf = Persistence.createEntityMa... | [
"ust1973@gmail.com"
] | ust1973@gmail.com |
762ac95f9c1b072cb465be6a7df2f0512feffde9 | ddce6aa9aa6ac13312376ec08e6b0453d3412e57 | /alternativmud-server/src/main/java/net/alternativmud/logic/game/commands/Time.java | 3158139298cb25c6812b178eb5de6f88fd76b115 | [
"MIT"
] | permissive | Jblew/alternativ-mud | d5cc1a587d462eeb3d01b809e80fd4205ff5083a | 7845d89b3c92aa3d41704dde628c391bfe1cb264 | refs/heads/master | 2021-01-01T17:05:05.206726 | 2019-06-23T11:24:10 | 2019-06-23T11:24:10 | 15,583,256 | 2 | 1 | MIT | 2020-10-23T22:06:26 | 2014-01-02T12:37:40 | Java | UTF-8 | Java | false | false | 433 | java | package net.alternativmud.logic.game.commands;
import net.alternativmud.App;
import net.alternativmud.logic.game.Gameplay;
/**
* @author noosekpl
*/
public class Time implements Command {
@Override
public String execute(Gameplay game, String[] parts) {
return "Czas(dla twojej strefy): "+ App.getApp... | [
"jedrzejblew@gmail.com"
] | jedrzejblew@gmail.com |
89662fee316bfd3de40ac41c7b333e158c3a0aeb | 0681a75162d05279d98b4a3ccd9c7b9fada529c9 | /src/test/java/com/mahmud/recipeapp/converters/NotesCommandToNotesTest.java | bd83aff0c0f821b612514415b92af245c3abb2b0 | [] | no_license | MahmudSiraj/recipe-app | 28c9b199ce4b5435adb6702d86fca2ffde7e7470 | 2268b02c0743f1a9e6648c83cc84d5aa86d4e3d0 | refs/heads/master | 2020-06-29T02:07:26.916487 | 2019-09-18T22:46:52 | 2019-09-18T22:46:52 | 200,405,666 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,213 | java | package com.mahmud.recipeapp.converters;
import com.mahmud.recipeapp.commands.NotesCommand;
import com.mahmud.recipeapp.domain.Notes;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.*;
public class NotesCommandToNotesTest {
public static final Long ID_VALUE = new Long(1L);
pub... | [
"mahmud.siraj@outlook.com"
] | mahmud.siraj@outlook.com |
d70cef016595250a8e2e8f4c3182a874163d97ff | b153668e5bd2920c45ab9c595c8a0bc70c3c11b6 | /app/src/main/java/com/knobtviker/thermopile/di/qualifiers/presentation/messengers/FramMessenger.java | acc5d2ac5788fb141a0249f52dd92cd28801fd6f | [] | no_license | knobtviker/thermopile | 2a60724d0d49f3b48141323e4b2e6f9e3cd0624e | 2df36081522314e3433a6bad7db9168c16398af7 | refs/heads/master | 2020-12-25T18:52:29.170952 | 2018-09-10T19:55:56 | 2018-09-10T19:55:56 | 94,003,548 | 7 | 2 | null | 2018-09-10T19:55:57 | 2017-06-11T12:39:36 | Java | UTF-8 | Java | false | false | 370 | java | package com.knobtviker.thermopile.di.qualifiers.presentation.messengers;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import javax.inject.Qualifier;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
/**
* Created by bojan on 17/08/2018.
*/
@Qualifier
@Documented
@Reten... | [
"knobtviker@gmail.com"
] | knobtviker@gmail.com |
11cff608a413871f64ffcf8f545167bd7fb10158 | 428a3a87dde694519a4c698cdc3b444cec146bf5 | /src/main/java/com/chickling/kmanager/jmx/JMXExecutor.java | 582568a48e708924599913290b0df21ec7955148 | [
"Apache-2.0"
] | permissive | xaecbd/kmanager | 27ccfcafb656b9c62385acb1ffb698ee28db28cd | 4c3adb198d5f39eb5257f5af91cd16b07cb0d80c | refs/heads/master | 2020-04-25T09:12:38.609419 | 2019-02-26T08:30:02 | 2019-02-26T08:30:02 | 172,669,402 | 7 | 1 | Apache-2.0 | 2019-02-26T08:30:03 | 2019-02-26T08:28:15 | Java | UTF-8 | Java | false | false | 238 | java | package com.chickling.kmanager.jmx;
import javax.management.remote.JMXConnector;
/**
* @author Hulva Luva.H
* @since 2017-07-11
*
*/
public interface JMXExecutor {
public void doWithConnection(JMXConnector jmxc);
}
| [
"lvsweet217@163.com"
] | lvsweet217@163.com |
5feb22f99db56c406f6a46ad9b6ea4b66ce78ddf | c7308f49b2fed2c3d326e432a1e8a0106580a6a8 | /Q_1300.java | 6f1385385d15417215fdc0ba6cac2fdbe5c8229f | [] | no_license | kafkaaaa/baekjoon | 5b0b227115733b4c88dbc444abaf169c05034eea | 1f3a8347512d812223fa0fc2057235a4ac23d034 | refs/heads/master | 2022-06-17T06:01:33.631666 | 2022-05-19T14:33:08 | 2022-05-19T14:33:08 | 237,454,206 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 948 | java | package stepbystep;
import java.util.Scanner;
// Binary Search
// https://www.acmicpc.net/problem/1300
public class Q_1300 {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
int N = scan.nextInt();
int K = scan.nextInt();
scan.close();
lon... | [
"csky222@naver.com"
] | csky222@naver.com |
c9e8c12974ea07d655e140b3a71fbeec05b91941 | 6794781fe38222a9f4c19f48dfb908103657be4a | /src/Learn/ArrayAndString/MinimumSizeSubarraySum.java | faba98a7d987e66102d046db4581714f12a03a3a | [] | no_license | zt19994/leetcode | 6856a4106cad448d091e52b32406e2ee5dd16828 | ed695b82b136a5d2dd91624eccadf5d79a21c1f0 | refs/heads/master | 2020-03-27T14:46:05.160037 | 2019-04-20T06:01:24 | 2019-04-20T06:01:24 | 146,677,694 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,571 | java | package Learn.ArrayAndString;
import org.junit.Test;
/**
* 最小长度数组和
*
* @author zhongtao on 2018/9/19
*/
public class MinimumSizeSubarraySum {
/**
* 两层for循环,有点慢
*/
public int minSubArrayLen(int s, int[] nums) {
int result = Integer.MAX_VALUE;
int k = 0;
for (int i = 0; i ... | [
"zt191610942@163.com"
] | zt191610942@163.com |
4b7ce169e014a5a46d5fabbd196f8219c1692600 | 60cc93c313611e726b81e89a701f4b1b6fd6efa3 | /trees/jebl/evolution/trees/ReRootedTree.java | 520a1cb59971d30d8e96613f005cacdb90c02862 | [] | no_license | jnarag/teaspoon | 491743a723eabe774b68b19691d00fae7d9cb572 | 3615ab83bf23175fc589a26df3e051265405102f | refs/heads/master | 2021-01-10T09:49:42.747319 | 2018-08-14T14:15:02 | 2018-08-14T14:15:02 | 53,742,467 | 6 | 1 | null | 2017-04-24T12:45:42 | 2016-03-12T16:51:25 | Java | UTF-8 | Java | false | false | 899 | java | package jebl.evolution.trees;
/**
* @author Andrew Rambaut
* @author Alexei Drummond
* @version $Id: ReRootedTree.java 776 2007-09-05 11:17:12Z rambaut $
*/
public class ReRootedTree extends FilteredRootedTree {
public enum RootingType {
MID_POINT("midpoint"),
LEAST_SQUARES("least squares");
RootingTyp... | [
"jayna@zoo-jayna02.zoo.ox.ac.uk"
] | jayna@zoo-jayna02.zoo.ox.ac.uk |
47e3fc7db83908a8eb42f99939cce3a9d173140b | e8534dd7c3d26b5ca048b276194709b0772aa8b1 | /src/main/java/com/github/jstumpp/uups/SourceLocator.java | b4e506c319c6a73fb96ae75f8a328e3f8aa3ec62 | [
"MIT"
] | permissive | Calevin/uups | 9aad44c0512b3cee04c1726fa1b60290e8a87a2a | fd282833a9a5f2101cdeca4c9a84baf2be76d651 | refs/heads/master | 2022-03-09T05:21:51.156933 | 2019-02-26T10:38:23 | 2019-02-26T10:38:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,914 | java | package com.github.jstumpp.uups;
import java.io.File;
import java.io.IOException;
import java.nio.charset.StandardCharsets;
import java.nio.file.*;
import java.nio.file.attribute.BasicFileAttributes;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import java.u... | [
"Stumpp@movisens.com"
] | Stumpp@movisens.com |
f08188570fcef61b3a20884030b36c5180dcb6ff | c0f5a9aa6365e22b3da2868fd184ce0510fd950c | /src/main/java/com/wiwi/edb/order/dao/OrderDao.java | 2d098c42257224e1e3b507b49682fd8f220e6d7b | [] | no_license | gaozhenhong/comfreemakertest | 2b8947bc262c803661a97b7fc51e3aa2cacc9676 | 061f111cf8ee5a80d86e54f2bac3eadd81ec7137 | refs/heads/master | 2021-01-22T20:12:41.273639 | 2017-05-22T01:30:32 | 2017-05-22T01:30:32 | 85,292,358 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,787 | java | package com.wiwi.edb.order.dao;
import com.wiwi.edb.order.hotelOrder.HotelOrderUtil;
import com.wiwi.edb.order.hotelOrder.model.HotelOrder;
import com.wiwi.edb.order.model.Order;
import com.wiwi.edb.order.model.Order.Status;
import com.wiwi.jsoil.db.DaoBase;
import com.wiwi.jsoil.db.DbAdapter;
import com.wiwi.... | [
"13987190791@139.com"
] | 13987190791@139.com |
057fa359fa10bf43dc380572648bb79fc82e2d7e | 14aacd43c9e52e53b762071bfb2b8b16366ed84a | /unalcol/optimization/unalcol/optimization/real/ScaledHyperCube.java | fe64cacf57a5230d3cfef312d4ccb8a55ec6216d | [] | no_license | danielrcardenas/unalcol | 26ff523a80a4b62b687e2b2286523fa2adde69c4 | b56ee54145a7c5bcc0faf187c09c69b7587f6ffe | refs/heads/master | 2021-01-15T17:15:02.732499 | 2019-04-28T05:18:09 | 2019-04-28T05:18:09 | 203,480,783 | 0 | 0 | null | 2019-08-21T01:19:47 | 2019-08-21T01:19:47 | null | UTF-8 | Java | false | false | 1,305 | java | package unalcol.optimization.real;
import unalcol.search.multilevel.CodeDecodeMap;
import unalcol.real.Array;
import unalcol.real.array.LinealScale;
public class ScaledHyperCube extends CodeDecodeMap<double[], double[]> {
protected LinealScale scale = null;
public ScaledHyperCube( double[] min, double... | [
"jgomezpe@unal.edu.co"
] | jgomezpe@unal.edu.co |
b637ca0f4210b70ba201874a9cfeaa4e3c7922ff | afa3b830b097561766cd296abb884334b3619452 | /PronosSur/app/src/main/java/big/win/classes/Utils.java | 1b9fc59e1476e38e9a40607c5b317c7d23baa3d9 | [] | no_license | abomoarno/my_apps | e39e3c65ba1e9ba755a1ede20e07bd15b30eee82 | 4dd584d5489e30886d7b4443fa6f111ed5efd012 | refs/heads/master | 2023-02-24T08:22:23.125338 | 2021-01-23T09:34:11 | 2021-01-23T09:34:11 | 332,173,325 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,445 | java | package big.win.classes;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import java.io.FileInputStream;
import java.io.FileOutputStream;
public class Utils {
private Context context;
... | [
"abomoarno@gmail.com"
] | abomoarno@gmail.com |
1ce321558f89707a9f81f864ccbcf77bf662f73b | db34b2279289209d25848c584dbd49e385789eeb | /app/src/main/java/custom/SlideOutAnimation.java | debe335b46b891a2bba443d199c66c3c9e50c8a8 | [] | no_license | fhasovic/MapBoxFabricDemo | 0e1e56b8f44a1fd96224f7023184f7e953292c6f | a147f177915edbb6e3f57d4635c200f2a8e21db8 | refs/heads/master | 2021-04-27T16:41:11.846575 | 2017-12-07T06:36:52 | 2017-12-07T06:36:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,735 | java | package custom;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.AnimatorSet;
import android.animation.ObjectAnimator;
import android.animation.TimeInterpolator;
import android.animation.ValueAnimator;
import android.view.View;
import android.view.ViewGroup;... | [
"ckp17291@gmail.com"
] | ckp17291@gmail.com |
36c5a7de7dd5f57c236720a26ac08eec23bc9ea1 | b9637a722bc82e04be6e2fa6c28cdf62570ab840 | /Demo_Hibernate_App/src/entities/Category.java | e256b33a3bc42b7e845c70c802a1377ed23cd2aa | [] | no_license | VinhMark/SEM-4-STRUST | 6d81929b900fb59ef232bfac0867a04c954c83fd | f5005785ed9dbac9a7273e141c38ddbecea15c79 | refs/heads/master | 2021-08-08T20:06:40.458180 | 2017-11-11T02:42:28 | 2017-11-11T02:42:28 | 110,311,589 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,434 | java | package entities;
// Generated Aug 3, 2017 10:05:26 AM by Hibernate Tools 5.2.3.Final
import java.util.HashSet;
import java.util.Set;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
i... | [
"="
] | = |
84e27cd8e27e54073a0eca635fbe70ec16784a43 | a0fe24777aa22d728f9d6fbe2c03ca78fb67c12d | /src/main/java/alivestill/Neteast/Main.java | 3bf7881b56ce37016057db399bf8608312919072 | [] | no_license | AliveStill/chaos | ac5019cad2c81673a23d9852a131920ed514f621 | 902a8de66d61862645aeb9d82facc087019412e9 | refs/heads/master | 2023-08-14T12:51:02.826599 | 2021-09-26T02:25:10 | 2021-09-26T02:25:10 | 410,427,104 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 471 | java | package alivestill.Neteast;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
int n = scan.nextInt();
int ret = 0;
int num = n;
while (num != 0) {
int lastBit = num % 10;
i... | [
"linghaijun2018@outlook.com"
] | linghaijun2018@outlook.com |
95fdb540faa4f858de64351dc6aec437cd1f63cd | f19cdd0c92265620c15b2484038187adb929fb12 | /src/main/java/br/com/foodclub/models/Endereco.java | a986a38a88c36d4c810c52eca3c167d71264d13a | [] | no_license | JPcedeira09/BackendFoodClub | 2a0e48230fc13ce982d71f1222b854cec137a139 | a9f24dfe63856c67d365d9c1a080ca4e01b2d9e6 | refs/heads/master | 2020-03-23T12:47:48.205061 | 2018-07-19T13:27:44 | 2018-07-19T13:27:44 | 141,582,487 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,442 | java | package br.com.foodclub.models;
public class Endereco {
private int id_enderecos;
private String CEP;
private String rua;
private String complemento;
private String bairro;
private String cidade;
private String estado;
public Endereco() {
super();
}
public int getId_enderecos() {
return id_enderecos;
... | [
"jp.cedeira@gmail.com"
] | jp.cedeira@gmail.com |
7c3786afba47d6f5e3fbee6facc87320fbeb0669 | 0dd1f1310f5660b7c0079e3f1c21bbf407497718 | /Client side Android Application/addpost/app/src/androidTest/java/com/example/addpost/ExampleInstrumentedTest.java | 177532ea1e271c53ebb28431d116137184e2f42c | [] | no_license | amoljagdalepucsd/Android-app-development-A-client-side-android-application- | 80290b96ee4d98b3e2502869d583f1e0427a26fe | ac349cc5197ac2bd08069122cdd27d6cdebe711d | refs/heads/master | 2022-08-06T15:56:31.779441 | 2020-05-25T02:23:50 | 2020-05-25T02:23:50 | 266,654,890 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 709 | java | package com.example.addpost;
import android.content.Context;
import androidx.test.InstrumentationRegistry;
import androidx.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Android device.
*
* @s... | [
"jagdaleamol17@gmail.com"
] | jagdaleamol17@gmail.com |
8648295115c795a25c60761bf87118a2adf4d7c6 | b2f07f3e27b2162b5ee6896814f96c59c2c17405 | /com/sun/org/apache/xml/internal/serializer/Serializer.java | 9c81bf7c3e5d0c439f4f2c01194b88f79731ddc3 | [] | no_license | weiju-xi/RT-JAR-CODE | e33d4ccd9306d9e63029ddb0c145e620921d2dbd | d5b2590518ffb83596a3aa3849249cf871ab6d4e | refs/heads/master | 2021-09-08T02:36:06.675911 | 2018-03-06T05:27:49 | 2018-03-06T05:27:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 944 | java | package com.sun.org.apache.xml.internal.serializer;
import java.io.IOException;
import java.io.OutputStream;
import java.io.Writer;
import java.util.Properties;
import org.xml.sax.ContentHandler;
public abstract interface Serializer
{
public abstract void setOutputStream(OutputStream paramOutputStream);
public a... | [
"yuexiahandao@gmail.com"
] | yuexiahandao@gmail.com |
80b9aa2ac9ba9b1d843dc5bfe136d08951bfa116 | 9b51b2810d8cbc76d071b03ed1ef695b1e7909bd | /src/test/java/stepdefinitions/ExampleSteps.java | cde225edc71891c909119e5669b09a5810e37809 | [] | no_license | sebastianossa123/PracticeSreenPlay | 36ec69bb1d49f1f18814efae97e9ab8587cad200 | 8d44f54a26ba0664927ab45ba45fc8a5180b6acb | refs/heads/master | 2022-12-08T10:29:08.282161 | 2020-09-05T16:11:39 | 2020-09-05T16:11:39 | 290,248,897 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,113 | java | package stepdefinitions;
import cucumber.api.java.en.*;
import net.serenitybdd.screenplay.Actor;
import net.serenitybdd.screenplay.abilities.BrowseTheWeb;
import net.serenitybdd.screenplay.actions.Open;
import net.thucydides.core.annotations.Managed;
import org.openqa.selenium.WebDriver;
import task.Login;
import user... | [
"sebastianossa245469@correo.itm.edu.co"
] | sebastianossa245469@correo.itm.edu.co |
f27bc35e1a22ff2fa4d22b3f195f6c005273a952 | 5349772eaf6116c14786f254508272b74c5dab97 | /src/com/javaforever/clocksimplejee4/testcontroller/EditUserController.java | c38cb67c25129d70fc77105a91e3b796d7140333 | [] | no_license | jerryshensjf2/clocksimplejee | e5b7d5b8bd79c99590c3b71caf6682868882a38b | d60abf7ea88f72d0ba8d32e173ee33f4a297bcd9 | refs/heads/master | 2021-01-10T09:02:06.804089 | 2015-12-14T09:39:11 | 2015-12-14T09:39:11 | 47,878,450 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,430 | java | package com.javaforever.clocksimplejee4.testcontroller;
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 com.javaforever.clocksimplej... | [
"jerry_shen_sjf@qq.com"
] | jerry_shen_sjf@qq.com |
2df86134690f03b13bc5c5d8fbd598cb94412b35 | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/mockito/2016/12/DoesNothing.java | 9287ae76c5e7260b187b8823c6c4a5e363dd58a1 | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | Java | false | false | 885 | java | /*
* Copyright (c) 2007 Mockito contributors
* This program is made available under the terms of the MIT License.
*/
package org.mockito.internal.stubbing.answers;
import java.io.Serializable;
import org.mockito.invocation.InvocationOnMock;
import org.mockito.stubbing.Answer;
import org.mockito.stubbing.ValidableA... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
1c461a5d765d5ac77f0dd27b38bc2fd807282e67 | 2c52b8edcf98bae0713cb270c9c70f81bb4cb1cb | /2.JavaCore/src/com/javarush/task/task14/task1413/Computer.java | 9e08ac601bb7a1d61cd2ac5032acea99a576422e | [] | no_license | atums/JavaRushTasks | 860a051cbf0686c0136700d88e7c1705e37fc0c0 | 42999cdb08b35b5e52f2bdf65c9164e0dd8e9b40 | refs/heads/master | 2020-03-11T03:13:50.867239 | 2018-04-18T11:37:50 | 2018-04-18T11:37:50 | 129,740,981 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 561 | java | package com.javarush.task.task14.task1413;
/**
* Created by tums on 24.07.2017.
*/
public class Computer {
private Keyboard keyboard;
private Mouse mouse;
private Monitor monitor;
public Computer(Keyboard keyboard, Mouse mouse, Monitor monitor) {
this.keyboard = keyboard;
this.mouse ... | [
"alex.tums@gmail.com"
] | alex.tums@gmail.com |
d357fee2cbd52488cbde659efb6533e7a0b50e08 | 45736204805554b2d13f1805e47eb369a8e16ec3 | /com/mysql/cj/xdevapi/SqlResult.java | 59433b258135c529beded6d2535166fc2715f282 | [] | no_license | KrOySi/ArchWare-Source | 9afc6bfcb1d642d2da97604ddfed8048667e81fd | 46cdf10af07341b26bfa704886299d80296320c2 | refs/heads/main | 2022-07-30T02:54:33.192997 | 2021-08-08T23:36:39 | 2021-08-08T23:36:39 | 394,089,144 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 546 | java | /*
* Decompiled with CFR 0.150.
*/
package com.mysql.cj.xdevapi;
import com.mysql.cj.xdevapi.InsertResult;
import com.mysql.cj.xdevapi.Result;
import com.mysql.cj.xdevapi.RowResult;
import com.mysql.cj.xdevapi.XDevAPIError;
public interface SqlResult
extends Result,
InsertResult,
RowResult {
default public bool... | [
"67242784+KrOySi@users.noreply.github.com"
] | 67242784+KrOySi@users.noreply.github.com |
2a7a118f8adf6ba402a2c5c0e3e66ce29868ba72 | 2b18f9ce58d2f9e4619695deae2d184ec64dae88 | /SSM-SMS-master/sms/src/main/java/pers/huangyuhui/sms/service/impl/TeacherServiceImpl.java | 6895a0972a782c3add1f49f9538d06052d93ab61 | [
"MIT"
] | permissive | TomAlen/template | 3ba973436f11310456bc4a4680a7d4e01a7bdacb | 9ab1b5310a9ba911d6ee78c37450879bf72cb247 | refs/heads/master | 2023-04-04T13:07:50.082953 | 2019-09-02T09:44:44 | 2019-09-02T09:44:44 | 205,825,165 | 0 | 0 | null | 2023-03-31T17:12:39 | 2019-09-02T09:40:53 | JavaScript | UTF-8 | Java | false | false | 1,520 | java | package pers.huangyuhui.sms.service.impl;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import pers.huangyuhui.sms.bean.LoginForm;
import pers.huangyuhui.sms.bean.Teacher;
import pers.huangyuhui.sms.dao.TeacherMapper;
import pers.huangyuhui.sms.service.Te... | [
"1127568664@qq.com"
] | 1127568664@qq.com |
0082efa0404bf894aa03f1e7b35332b28945e229 | 43537ffa4702c0f7ed20d425dd08b8a08b118b7c | /tcsapi/src/main/java/com/pacificfjord/pfapi/TCSUserProfileDelegate.java | 2de811dd2bdc0ad2ed7e31693a82dd561d6896f5 | [] | no_license | santiagoalberto416/publicity | bbb4a43abab0b2dad0410d1a5b7392774d0ed864 | ca8fd962e50ac3ff3558ba6ebd1024e1013fac10 | refs/heads/master | 2021-05-02T09:36:02.667699 | 2016-11-04T22:38:38 | 2016-11-04T22:38:38 | 72,889,179 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 204 | java | package com.pacificfjord.pfapi;
import org.json.JSONObject;
/**
* Created by tom on 21/01/14.
*/
public interface TCSUserProfileDelegate {
public void done(boolean success, JSONObject profile);
}
| [
"skirk@santiagos-iMac.local"
] | skirk@santiagos-iMac.local |
416f2321eada782a480e95a9cde8939b6dccbde2 | a2440dbe95b034784aa940ddc0ee0faae7869e76 | /modules/lwjgl/bgfx/src/generated/java/org/lwjgl/bgfx/BGFXProfilerBeginI.java | be51af3b26ac9e2facdb0b48d5ccb4ec173ead76 | [
"LGPL-2.0-or-later",
"BSD-3-Clause",
"LicenseRef-scancode-free-unknown",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | LWJGL/lwjgl3 | 8972338303520c5880d4a705ddeef60472a3d8e5 | 67b64ad33bdeece7c09b0f533effffb278c3ecf7 | refs/heads/master | 2023-08-26T16:21:38.090410 | 2023-08-26T16:05:52 | 2023-08-26T16:05:52 | 7,296,244 | 4,835 | 1,004 | BSD-3-Clause | 2023-09-10T12:03:24 | 2012-12-23T15:40:04 | Java | UTF-8 | Java | false | false | 2,136 | java | /*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
package org.lwjgl.bgfx;
import org.lwjgl.system.*;
import org.lwjgl.system.libffi.*;
import static org.lwjgl.system.APIUtil.*;
import static org.lwjgl.system.MemoryUtil.*;
import stat... | [
"iotsakp@gmail.com"
] | iotsakp@gmail.com |
8a21c14df78add8e07bcf2372d6a17038c13ba1b | 7a325b13f1d4e2cfccf84a3ce29d2fc11298e049 | /app/src/main/java/com/example/contactapp/CreateNewContact.java | b993a64585499711287c6667ba54e6e6d9c97a84 | [] | no_license | ShaishavMaisuria/ContactApplication | 5efb76ef127deb5259f89721de0ad3884085527d | a7747aabcc074be0451678cec707ead2c9d298fa | refs/heads/master | 2023-03-20T18:39:46.518527 | 2021-03-16T02:59:27 | 2021-03-16T02:59:27 | 346,924,217 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,145 | java | package com.example.contactapp;
import android.content.Context;
import android.os.Bundle;
import androidx.annotation.NonNull;
import androidx.fragment.app.Fragment;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.EditText;
im... | [
"smaisuri@uncc.edu"
] | smaisuri@uncc.edu |
237579837174164b7b66a52344428299d082e767 | 75b3c3e366a2d81d9f0fed655f9c2fa8b23343d8 | /AppWithoutPermisson/app/src/androidTest/java/com/example/appwithoutpermission/ExampleInstrumentedTest.java | 205888f020d58e32da9d6f4f5ba9f9838c7c8172 | [] | no_license | zedzedQ/CIS433 | 4502db1a924a85f9ac1ae39e273e38ad81d73df8 | 6b171e539fa632fca25d95dd6a652e81456f8d45 | refs/heads/master | 2020-12-18T19:26:13.559017 | 2020-03-14T16:27:03 | 2020-03-14T16:27:03 | 235,497,289 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 780 | java | package com.example.appwithoutpermission;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will e... | [
"nathanquan.us@gmail.com"
] | nathanquan.us@gmail.com |
cb26b9af2aaeba6007050fd17e563677f9eac2d5 | 93772b53f390a71b534a32602cf8ead589f4b9c4 | /AlarmService/app/src/main/java/com/example/alarmservice/Second.java | b1012020d383ce5954f749f436f973a8141a5116 | [] | no_license | Garima88825/Android-Projects | 5d21912fa99a24ced785e8a52b73e75087eba97d | bc35d451255ef00069bdaf37c0e5859a9f22f8a5 | refs/heads/master | 2023-07-22T13:36:05.286120 | 2021-09-06T04:40:39 | 2021-09-06T04:40:39 | 403,482,541 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,261 | java | package com.example.alarmservice;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
import android.app.Service;
import android.content.Intent;
import android.media.Ringtone;
import android.media.RingtoneManager;
import android.net.Uri;
import android.os.Bundle;
import android.os.IB... | [
"garima190730@keshav.du.ac.in"
] | garima190730@keshav.du.ac.in |
186ce37ee206b40837878e4c1832bd00bade292b | 10060db18060c9309d776bd01f447e2d16148934 | /shopping/src/main/java/com/shop/myapplication/IWantWithDraw.java | c25444c3de5f00666fba93dc08778d836f8c08dd | [] | no_license | fjingui/shoppingapp | 162a47091d9fd7564eedb04cd96d3e05096078ab | e481e094afe4bda0613cc67518e28c5789421ca5 | refs/heads/master | 2021-05-09T06:00:42.522218 | 2018-12-26T14:13:23 | 2018-12-26T14:13:23 | 119,323,506 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,051 | java | package com.shop.myapplication;
import android.os.Handler;
import android.os.Message;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.MenuItem;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import an... | [
"18956662004@189.cn"
] | 18956662004@189.cn |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.