blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 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 689M ⌀ | 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 131
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 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a5d5de79e407468b426f75709fef2b6bea54d4d7 | bf335904c147b65e25946b8415f0b2dc4a63caae | /src/test/chapter1/part3/MyStackTest.java | b4d6979834f8b7f170f7a99afccd4b8573c86f6c | [] | no_license | cuong-mai/data-structures-and-algorithms-book-sedgewick-wayne | 76a1de5fcd3d78b614327faf47e2400ff89dbbe4 | 5fda10b68c7e72150b67e216874c99e8c8a3776d | refs/heads/master | 2020-12-02T12:16:38.255601 | 2020-02-03T04:22:10 | 2020-02-03T04:22:10 | 231,002,436 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 831 | java | package chapter1.part3;
import org.junit.Assert;
import org.junit.Test;
import java.util.Iterator;
public class MyStackTest {
private final String INPUT = "to be or not to - be - - that - - - is";
@Test
public void test() {
MyStack<String> stack = new MyStack<>();
String[] splitStrings... | [
"cuong@cuongmai.net"
] | cuong@cuongmai.net |
4efdb3cf8efb02f77eae82a618c44b5b849cf39f | 39830d0883f98281ab56f6da6a65b24264a3d619 | /src/com/cmbs/ssm/service/impl/CustomerServiceImpl.java | 3e16c80cbaef9f15aa0f261164c075aa57c4b41d | [] | no_license | DataMZ/cmbs | 2197ce919d6ccb3b9e46e370822e76bc60945d2b | 749211b867555a32b66d1f95c27d6df90bb4e8ad | refs/heads/master | 2020-03-28T22:39:32.362063 | 2019-07-29T04:33:13 | 2019-07-29T04:33:13 | 149,221,811 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,770 | java | package com.cmbs.ssm.service.impl;
import com.cmbs.ssm.mapper.CustomerMapper;
import com.cmbs.ssm.pojo.Customer;
import com.cmbs.ssm.service.CustomerService;
import com.cmbs.ssm.utils.BusinessMap;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java... | [
"458375497@qq.com"
] | 458375497@qq.com |
20fc7c7a229b3a81759529f24e76e94eb979a6aa | f55e7639cb72914e2a24e89f52d74636f5bc3317 | /src/main/java/com/epam/jwd/text/interpreter/impl/TerminalExpressionOr.java | 82a374851c88f9315b666e95b602b6f2c2e45076 | [] | no_license | S1mpleKnight/textProcessing | a592e4e86859b877685bae13afd0504b42de252b | 9daf050ee165dc325091edce3503a6144ad8b796 | refs/heads/master | 2023-03-26T09:08:27.528092 | 2021-03-26T08:33:47 | 2021-03-26T08:33:47 | 334,184,526 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 285 | java | package com.epam.jwd.text.interpreter.impl;
import com.epam.jwd.text.interpreter.api.AbstractExpression;
public class TerminalExpressionOr implements AbstractExpression{
@Override
public void interpret(Expression c){
c.pushValue(c.popValue() | c.popValue());
}
}
| [
"became.adult77@gmail.com"
] | became.adult77@gmail.com |
ba44c37384c1ac21d9d2a55c46111b3d9048cacc | b93e4e1550d76c054d5e004c7c027a7cd94898c3 | /springclouddemo2/demo2-common-service1/src/main/java/com/example/demo/Demo2CommonService1Application.java | ac0c513fa134958bf38dcbdd66e9da0b460f00eb | [] | no_license | ZhangGuozhao/springclouddemo | 14a7a5fd5379aa373831118786dee9f3a1dfd180 | ec316b535815f615987180b3611999a55c021383 | refs/heads/master | 2021-08-08T00:47:25.243633 | 2017-11-09T08:00:54 | 2017-11-09T08:00:54 | 109,664,256 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 504 | java | package com.example.demo;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
import org.springframework.cloud.context.config.annotation.RefreshScope;
@EnableDiscoveryClient
@S... | [
"412687009@qq.com"
] | 412687009@qq.com |
f362e1c02caeef4ed1dc963a393b4d9b87da431c | 3ff5f86c737006e382752eee1375045b15b29679 | /hulaBusiness/common/src/main/java/com/common/retrofit/entity/resultImpl/ResponseResult.java | 4e1f27be744fc0323d9d7b8765705a973cb50ed7 | [] | no_license | NFKJ/RxCodeRetrofit | 3dabfa40d3df34773761d949ee25acf93eacd644 | 2f86a46708fb83090116c05197173ca888a72db0 | refs/heads/master | 2020-06-16T03:23:26.579499 | 2017-01-12T07:11:12 | 2017-01-12T07:11:12 | 75,248,953 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 227 | java | package com.common.retrofit.entity.resultImpl;
public class ResponseResult {
private HttpResult d;
public HttpResult getD() {
return d;
}
public void setD(HttpResult d) {
this.d = d;
}
}
| [
"703473298@qq.com"
] | 703473298@qq.com |
69a15e79cacc09718ba976a4224ec82ac4c1fa96 | ac82c09fd704b2288cef8342bde6d66f200eeb0d | /projects/OG-Core/src/main/java/com/opengamma/core/position/Portfolio.java | 798634aa3bb62f9105aa9577c12ff6b334a505ac | [
"Apache-2.0"
] | permissive | cobaltblueocean/OG-Platform | 88f1a6a94f76d7f589fb8fbacb3f26502835d7bb | 9b78891139503d8c6aecdeadc4d583b23a0cc0f2 | refs/heads/master | 2021-08-26T00:44:27.315546 | 2018-02-23T20:12:08 | 2018-02-23T20:12:08 | 241,467,299 | 0 | 2 | Apache-2.0 | 2021-08-02T17:20:41 | 2020-02-18T21:05:35 | Java | UTF-8 | Java | false | false | 1,510 | java | /**
* Copyright (C) 2009 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.core.position;
import com.opengamma.core.Attributable;
import com.opengamma.id.UniqueId;
import com.opengamma.id.UniqueIdentifiable;
import com.opengamma.util.... | [
"cobaltblue.ocean@gmail.com"
] | cobaltblue.ocean@gmail.com |
98f8a772eb08e40681ecd9658e6d35d8ea9f672a | bdd8adc98f3d86c05b27b6757b0783ca27c7d1d6 | /aboot-system/src/main/java/com/wteam/modules/library/domain/dto/OrderTimeDTO.java | 34ebfc05858805c9872652830ad740f0b0005861 | [] | no_license | linzexin12138/library | 5af100556d97cfd9e9615623c4a07a617f3860b3 | 810a52592f0490277b9eb4163d630d86f8513ee4 | refs/heads/master | 2022-12-28T05:16:36.479488 | 2020-10-13T14:21:22 | 2020-10-13T14:21:22 | 300,242,491 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 354 | java | package com.wteam.modules.library.domain.dto;
import lombok.Data;
import java.io.Serializable;
import java.time.LocalTime;
/**
* @author Charles
* @since 2020/9/28 19:07
*/
@Data
public class OrderTimeDTO implements Serializable {
private Long id;
private String name;
private LocalTime starTime;
... | [
"836392826@qq.com"
] | 836392826@qq.com |
04201bd98deefd8b9886c201f9dcf38db7fbee21 | ac187f3921a55b876bc39cec2b2b86c61ba24a9e | /ServicioWebV3/app/src/main/java/com/example/tecsup/serviciowebv3/usuarios.java | b2eec597e3a943da569e83e11d3a6b7a0dcecbde | [] | no_license | GlendaJulia/AndroidStudioProjects | 324d455a2ace973573612b7432c4406d1c65e4ca | 4e2c84a45dc382e1cb430f290962f3953113c791 | refs/heads/master | 2020-04-10T10:31:21.801470 | 2018-12-08T19:09:21 | 2018-12-08T19:09:21 | 160,968,876 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,350 | java | package com.example.tecsup.serviciowebv3;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.AsyncTask;
import android.support.v7.app.AlertDialog;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.ContextMenu;
import android.vi... | [
"40405402+GlendaJulia@users.noreply.github.com"
] | 40405402+GlendaJulia@users.noreply.github.com |
3f69d18a673aedd35a9abc310715c559fc6e04fc | 68449dd01b0998714a5a8e9016d5097fb2112dd9 | /Leetcode/算法/119-杨辉三角II/Main.java | 0bb62cf4c9e2b30b4cac59da1214841f93812044 | [] | no_license | XsJim/Problem-Solving-Record-Java | 113dd58f180033dcedadb7358d7f06d666c00312 | a0453d2ddf206aa22372f14701481dc1558839e0 | refs/heads/master | 2021-07-05T16:51:53.573573 | 2021-06-19T08:43:24 | 2021-06-19T08:43:24 | 239,968,743 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 971 | java | import java.util.List;
import java.util.ArrayList;
public class Main {
public static void main(String[] args) {
System.out.println(new Solution().getRow(0));
System.out.println(new Solution().getRow(1));
System.out.println(new Solution().getRow(2));
System.out.println(new So... | [
"shixinsheng@live.cn"
] | shixinsheng@live.cn |
2949f26a867509317c495e9420649140a36d6631 | 3f22ab7508d7fe1b0768aa60e46dae17ecd18d72 | /app/src/main/java/com/models/AllProductsPojo.java | e66c4796737841750c2412bcf014e03bf6072827 | [] | no_license | rohtml/MyAndroRepo | 7124b6a809d1e42b3c15843e08081b390c6a0afa | 35846dc31898235eac4bce5dabc92f1849b9a922 | refs/heads/master | 2020-05-25T02:04:06.994599 | 2019-05-20T05:00:29 | 2019-05-20T05:00:29 | 187,569,607 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 672 | java |
package com.models;
import java.util.ArrayList;
import java.util.List;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class AllProductsPojo {
@SerializedName("code")
@Expose
private String code;
@SerializedName("data")
@Expose
private Arr... | [
"rohtml@gmail.com"
] | rohtml@gmail.com |
976607af5fb82687275f7f761f06b077d3ff5649 | 0f75d604811fbb47a3158d917f7ff592ad017238 | /app/src/main/java/me/hash/asm/OnClickAnalytics.java | 03ca7c9b521462e425f7a5f5bc7f083e270696b5 | [] | no_license | HashWaney/ASMDemo | 945ae7aa22c23e4e7fadd52ae48303069ed5df49 | 62e634d1674b85c08f3e5a16dbe521c9ceee4606 | refs/heads/master | 2022-10-15T18:24:37.881738 | 2020-06-09T16:21:15 | 2020-06-09T16:21:15 | 270,310,334 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 469 | java | package me.hash.asm;
import android.util.Log;
import android.view.View;
import androidx.annotation.Keep;
/**
* Created by Hash on 2020/6/7.
*/
public class OnClickAnalytics {
// 为啥这里要用static 方法,因为这个通过类加载的形式,类名的方式调用onViewClick方法
// 因为这个类
@Keep
public static void onViewClick(View view) {
Lo... | [
"HashWaney@gmail.com"
] | HashWaney@gmail.com |
f5011fe650bd39eed0a84b776b8f069a58e65a82 | a268734e0391427c98b2d897048fd38c0cf3c7ff | /src/ex21jdbc/statement/SelectSQL1.java | b3c62274a7b5a590c9c298f46c178749c95b31a6 | [] | no_license | sseoy/K01JAVA | f253a2d8b8ba6eec45b2732de4ceb937230ba98c | f04bbc31d88bc682a981c52ae048abe8ffc09cfd | refs/heads/master | 2021-02-19T11:20:32.675335 | 2020-06-30T12:29:24 | 2020-06-30T12:29:24 | 245,307,865 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,120 | java | package ex21jdbc.statement;
import java.sql.SQLException;
public class SelectSQL1 extends ConnectDB {
//생성자메소드
public SelectSQL1() {
super();
}
/*
ResultSet클래스
:select문 실행시 쿼리의 실행결과가 ResultSet객체에 저장된다.
결과로 반환된 레코드의 처음부터 마지막까지 next()메소드를 통해 확인후
반복하면서 추출하게 된다.
... | [
"Kosmo_15@DESKTOP-BF01J45"
] | Kosmo_15@DESKTOP-BF01J45 |
510653934068f21ebaf036aed46a0c72e0e9d7d2 | 14e474525676291b975403b819a1b52c59909824 | /Provider/src/com/shashi/provider/db/ProviderDatabase.java | 60d798281e4c721671db7cec0fcc2f9bdaedfbb4 | [] | no_license | varuniiit/serviceme1 | cd11409da636c57693b9ad4a814efcc5b0ef6dda | f5bd2b3db08500300c7f1677ae7520f0fad4f048 | refs/heads/master | 2016-09-06T05:14:56.725531 | 2015-01-04T16:23:03 | 2015-01-04T16:23:03 | 28,478,779 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,327 | java | package com.shashi.provider.db;
import com.j256.ormlite.field.DatabaseField;
//@Table(name = "WorkerNotification")
public class ProviderDatabase {
@DatabaseField(generatedId = true, canBeNull = false)
int id;
@DatabaseField(canBeNull = true)
String customerName;
@DatabaseField(canBeNull = true)
String timeToS... | [
"sharathmk99@gmail.com"
] | sharathmk99@gmail.com |
81229991aaed1b9c8e976aa07b6125d21f21e911 | c116fc2d962d7c81add805eac4deff6ac6a3b829 | /laboratory/src/main/java/thot/LaboratoryListener.java | 140cc8a9def190a9120b030efb18b7dacecef899 | [] | no_license | lagerbie/classmanager | efb1cdd91e70e7e096cfb3b653fc1669b9ad8a65 | c2cf39b2256b11d6aed0cf990fa24d37063cf603 | refs/heads/master | 2020-03-16T02:25:12.159265 | 2018-05-07T13:57:33 | 2018-05-07T13:57:33 | 132,464,568 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,144 | java | /*
* ClassManager - Supervision de classes et Laboratoire de langue
* Copyright (C) 2013 Fabrice Alleau <fabrice.alleau@siclic.fr>
*
* This file is part of ClassManager.
*
* ClassManager is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* pu... | [
"lagerbiie@yahoo.fr"
] | lagerbiie@yahoo.fr |
36ae0c5e751e12bf0024391c4c8e5cc8da63f924 | 3fa81745f496781124bb772ef018db4125d70e6f | /src/Input.java | c534bb621de2c619192b7cb8936fa8eed7b150e9 | [] | no_license | jg2356/compilers_ch2 | debe18c0315779eff6f6863d3a7f495b544f1664 | bd3eb5258932d3bdf42155a4ab3ea8d0e7f056d9 | refs/heads/master | 2021-01-10T18:46:03.919854 | 2015-05-23T20:22:13 | 2015-05-23T20:22:13 | 35,767,815 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 616 | java | import java.util.ArrayList;
import java.util.Iterator;
public class Input implements Iterator<Character> {
private final Iterator<Character> iterator;
public Input(String text) {
if (text == null)
throw new IllegalArgumentException("text");
ArrayList<Character> input = new ArrayList<Character>();
for (... | [
"k13gomez@gmail.com"
] | k13gomez@gmail.com |
3ae1b1dfc38ed6ecd5f48e2e55fa783610c91878 | 699b0c576e4ab65d2fc4abcfef3ea57743545af8 | /Basics/src/Eighth_test.java | e850a5868fbaf61d746d7460a399944175ce12c2 | [] | no_license | DimaShebanov/JavaWorkspace | d019559ef397e3984b9e8604855d521a493fb6cd | 1329364e1bedf1267ed909b8bb156f2a538bd3f0 | refs/heads/master | 2021-01-21T06:42:55.329991 | 2017-05-17T14:15:01 | 2017-05-17T14:15:01 | 91,575,820 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 310 | java | public class Eighth_test {
public static void main(String[] args) {
int num=2278;
int res=square(num);
System.out.println(res);
}
public static int square(int num)
{
int res=0;
for (double i=1;i<=num;i+=0.5)
{
if (num/i>=i&&num/i<=i+0.99)
{
res=(int)i;
}
}
return res;
}
}
| [
"dima.shebanov1997@gmail.com"
] | dima.shebanov1997@gmail.com |
61e1693bc77241ae2a304ae794588ddcc2ede952 | 10186b7d128e5e61f6baf491e0947db76b0dadbc | /org/w3c/dom/html/HTMLBaseFontElement.java | 5805bb3d644960583f88b62ad6795c63c9294fa6 | [
"SMLNJ",
"Apache-1.1",
"Apache-2.0",
"BSD-2-Clause"
] | permissive | MewX/contendo-viewer-v1.6.3 | 7aa1021e8290378315a480ede6640fd1ef5fdfd7 | 69fba3cea4f9a43e48f43148774cfa61b388e7de | refs/heads/main | 2022-07-30T04:51:40.637912 | 2021-03-28T05:06:26 | 2021-03-28T05:06:26 | 351,630,911 | 2 | 0 | Apache-2.0 | 2021-10-12T22:24:53 | 2021-03-26T01:53:24 | Java | UTF-8 | Java | false | false | 441 | java | package org.w3c.dom.html;
public interface HTMLBaseFontElement extends HTMLElement {
String getColor();
void setColor(String paramString);
String getFace();
void setFace(String paramString);
String getSize();
void setSize(String paramString);
}
/* Location: /mnt/r/ConTenDoView... | [
"xiayuanzhong+gpg2020@gmail.com"
] | xiayuanzhong+gpg2020@gmail.com |
03bcfe370c97eecbd87542b6aa530142bdeeb27f | 84821afb0594651f4d6ac945699f778bc52aec4d | /pay-service-user/src/main/java/wusc/edu/pay/core/agent/biz/AgentRequestLogBiz.java | 6bb922026e1cdbe43c3568f000fceaf5074ee18d | [] | no_license | zhengefeng/Test-Pay | 04a7f0cfa3a4afb4859ea54dc6de14470a0b95ff | 3ec27bf8653a696baf7211cf6a2147c00c35cc64 | refs/heads/master | 2021-01-21T06:46:28.887897 | 2017-03-27T05:33:23 | 2017-03-27T05:33:23 | 86,283,659 | 4 | 5 | null | null | null | null | UTF-8 | Java | false | false | 1,247 | java | package wusc.edu.pay.core.agent.biz;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import wusc.edu.pay.common.page.PageBean;
import wusc.edu.pay.common.page.PageParam;
import wusc.edu.pay.core.agent.dao.Age... | [
"fengzhenge@zaonline.com"
] | fengzhenge@zaonline.com |
587016f65bd69de074360bdc10396fd60cb6b6b5 | 579430f037591f76ec1654fceef0bbd267000b35 | /src/main/java/com/init/prueba/entitys/Grupo.java | a7f383f0e1151ea0e524229652accd4f82dfb8af | [] | no_license | eduardojesus12/prueba-api-java | 4f20b69154562e4c40d9bd790db9b8068f6d7bb5 | 5be460176aaf33313c11be54f059ea48b7977783 | refs/heads/main | 2023-04-04T20:08:00.645743 | 2021-04-01T22:28:11 | 2021-04-01T22:28:11 | 353,824,921 | 0 | 0 | null | 2021-04-01T23:54:07 | 2021-04-01T20:57:34 | Java | UTF-8 | Java | false | false | 1,204 | java | package com.init.prueba.entitys;
import java.util.List;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.OneToMany;
import javax.persistence.Table;
@Entity
@Table(n... | [
"c.eduardo.jesus@outlook.com"
] | c.eduardo.jesus@outlook.com |
70d6584daf6437a70be9b02e589b54c49dfa3407 | 8ccf02af2c905660b1a71f8606a3b9b3a8b4077c | /app/src/test/java/com/adiguzel/anil/kochisstteil/ExampleUnitTest.java | d393e5f6afaa934b2577ea55c1e6ebf250d78113 | [] | no_license | adgzlanl/KochIsstTeil_app_Android | 5974e510fe8bb82c0171d1e69edc27c335e19639 | 1f174c5e62fd1dac6cbf7e4626e8193056d47cfc | refs/heads/master | 2021-07-04T11:36:00.999966 | 2017-09-26T22:10:07 | 2017-09-26T22:10:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 408 | java | package com.adiguzel.anil.kochisstteil;
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
pub... | [
"aniladiguzel@outlook.com"
] | aniladiguzel@outlook.com |
854b5873f377eb835dedcbf2c47e58479b3d9009 | 902ff761b2afabf27ff3ddcf39a6b30b7284a964 | /app/src/main/java/tv/twitch/android/settings/z/d.java | ce50589d4be12464fcc666edc93e469721acb7b4 | [] | no_license | FrozenAlex/TwitchMod | 0c1047a0950872f6a75912deafeabefa5ff65533 | 171f533bf96edc47e491beefa9d50d4ea7d2c059 | refs/heads/master | 2022-11-17T12:06:08.242370 | 2022-11-14T13:43:04 | 2022-11-14T13:43:04 | 276,454,639 | 49 | 3 | null | 2020-07-01T18:33:58 | 2020-07-01T18:33:58 | null | UTF-8 | Java | false | false | 1,021 | java | package tv.twitch.android.settings.z;
import tv.twitch.android.mod.settings.SettingsController;
import tv.twitch.android.shared.ui.menus.j;
import tv.twitch.android.shared.ui.menus.s.b;
/**
* Source: SystemSettingsPresenter
*/
public class d extends tv.twitch.android.settings.l.b {
public static final class T... | [
"nopbreak@gmail.com"
] | nopbreak@gmail.com |
5078e3787d4744d7eab603dfca96aa51e0491d66 | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XWIKI-13316-7-12-FEMO-WeightedSum:TestLen:CallDiversity/com/xpn/xwiki/internal/template/InternalTemplateManager_ESTest.java | da8a9b827a13dcf80c9c7161e90880ed562aa577 | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 584 | java | /*
* This file was automatically generated by EvoSuite
* Sat Apr 04 00:05:13 UTC 2020
*/
package com.xpn.xwiki.internal.template;
import org.junit.Test;
import static org.junit.Assert.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.junit.runner.RunWith;
@RunWi... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
d2d55b42c63c7d38d429d9d0ccb1ed68a3af8683 | 19a8a3b96688305bf493cf0eb99686a52b4e2515 | /src/main/java/com/yash/hrms/security/SecurityUtils.java | deec389e164a9b0345e0ca9b3f2dd84ab0346c91 | [] | no_license | rahulsinghc606/Preonbaording-application | 6ce343b6c8870e862ecd5fd4c32304c5129c6c6a | fda6184ea849cef42cd43459193ed1c21d339e8e | refs/heads/master | 2021-06-09T00:53:41.957287 | 2018-11-29T05:49:11 | 2018-11-29T05:49:11 | 159,482,563 | 1 | 0 | null | 2018-11-29T05:49:12 | 2018-11-28T10:13:37 | Java | UTF-8 | Java | false | false | 2,486 | java | package com.yash.hrms.security;
import org.springframework.security.core.context.SecurityContext;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.security.core.userdetails.UserDetails;
import java.util.Optional;
/**
* Utility class for Spring Security.
*/
public f... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
019ab7078612f5ea5776cb2d05aa8b56a0a9655f | f3396f0967c5bdd64d2336dd2ccab0fc916421e7 | /unfinished mostly/Errors.java | c823d1a6fecf24eaed49398a5fbff86c9bc35ceb | [] | no_license | TimothyFHinds/javaprojects | b8df27aee4ba307c93ea2eb56e8fbd93cc0f0ab5 | ab70592dd3d8544f0fa16cb956688d227cb67e0c | refs/heads/master | 2021-06-22T08:42:57.534535 | 2017-08-26T18:00:54 | 2017-08-26T18:00:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 436 | java | //Timothy Hinds
public class Errors //Errors was not capitalized in the code given
{
public static void main(String[] args) //static was missing, and main was capitalized
{
System.out.println("Welcome to Java!"); //Welcome to Java didn't have the prop... | [
"butterstim@yahoo.com"
] | butterstim@yahoo.com |
d46b0b06d91adc4a84c511ea45ee26bb1d60b510 | 446d853ba81b700e5cb4a61de59adccf02ac5975 | /app/src/main/java/com/example/shap/bean/ShoppingCart.java | c9462203abb79ff44cbb53de21c9816f464a6dee | [] | no_license | fenshuizuship/FengShiZu | 9fee7bb6343f2769750ea0a4413c797d2063a6af | a361a291c804d2d092e6114a0aee7885e46cea3a | refs/heads/master | 2020-06-09T18:01:09.930051 | 2019-06-30T06:22:51 | 2019-06-30T06:22:51 | 193,481,259 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 605 | java | package com.example.shap.bean;
import java.io.Serializable;
/**
* Created by <a href="http://www.cniao5.com">菜鸟窝</a>
* 一个专业的Android开发在线教育平台
*/
public class ShoppingCart extends Wares implements Serializable {
private int count;
private boolean isChecked=true;
public int getCount() {
return... | [
"gyf@163.com"
] | gyf@163.com |
9b99630307f69b24cf9d0d0543f329f5529f2871 | 1bee028d03c458783cb9feb1b59489b5cbb5cf96 | /lab1/src/com/github/vitaliyp/trolab/lab1/director/DirectorWorker.java | 3c8956dabb5dda413f6d36f1bf4e9720b1b45586 | [
"Unlicense"
] | permissive | vitaliyp/tro-lab | 5c75a318f9e7c86e2c2422244d3d5463bbe21595 | 556c6e7faaea0f7958fed0d3d88ef24b3c54b540 | refs/heads/master | 2020-12-30T14:56:12.640608 | 2013-09-19T20:41:15 | 2013-09-19T20:41:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,709 | java | package com.github.vitaliyp.trolab.lab1.director;
import com.github.vitaliyp.tro.lab1.ComputerCommand;
import com.github.vitaliyp.trolab.lab1.commons.WorkerDataContainer;
import java.io.*;
import java.net.Socket;
import java.util.ArrayList;
import java.util.concurrent.Semaphore;
public class DirectorWorker implement... | [
"vitaliypopadiuk@gmail.com"
] | vitaliypopadiuk@gmail.com |
b2aaa50325c5d30216779715d9636e7a18a6dd19 | b38d0c7145ffd58a7aec45561948c40470f81f15 | /Mediacombustivel.java | 6b097379d3da707f0ca9b26372e857cec2f67cea | [] | no_license | zaqueu1976/java_URI | 3cd50941ffade527ac7acc34696168b7ae97b2b9 | 6ae8471126a55124a40d1d0d6cc9674536d4e98b | refs/heads/master | 2022-12-03T09:14:38.912834 | 2020-08-24T13:29:25 | 2020-08-24T13:29:25 | 289,929,660 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 493 | java | import java.util.Scanner;
public class Mediacombustivel{
public static void main( String args[]){
int a,b,c;
float d;
//KM = a
a = 120;
// Litros = b
b = 10;
//C = Consumo
c = a / b;
// tempo percorrido
d = 10; ... | [
"zaqueujr@gmail.com"
] | zaqueujr@gmail.com |
0221a2fec4b409eacc23ffdf7c5a19e2dcf0fb84 | baaa141b8992c847bf68b2335b465aa3e8949334 | /app/src/test/java/com/example/dialog_filatov_d/ExampleUnitTest.java | 4c335bed674140e506dc447f43a05fc50152ebe3 | [] | no_license | FilatovDm/Dialog_Filatov_D | c8acaf51381912a581fe88705a7eec546943d33f | 516e50a7be7ba990d0d9501067cc12e673d52319 | refs/heads/master | 2023-01-13T05:01:27.972733 | 2020-11-12T19:45:27 | 2020-11-12T19:45:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 389 | java | package com.example.dialog_filatov_d;
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
publi... | [
"filatov-d@mail.ru"
] | filatov-d@mail.ru |
80760fa58392daf557a4aa26b33ea5701b48fba8 | 80dba67901ec79d3c52f68e318a3afc2a7623e52 | /assignment7/Assignment.java | e2c0949f087f8ba0c8fcac21be9087f60f0d6b2d | [] | no_license | mrlonelyjtr/Algorithms-Specialization | 1d386c73e8142498cc985fa7e5806b46363c6a20 | 41d03ce6dc33a0eec2720e7a967a0b73c6d80aac | refs/heads/master | 2021-01-20T08:07:52.165651 | 2017-06-20T17:26:31 | 2017-06-20T17:26:31 | 90,104,252 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,217 | java | import java.io.*;
import java.util.*;
public class Main {
private static MaxPQ<Integer> low = new MaxPQ<>();
private static MinPQ<Integer> high = new MinPQ<>();
public static void main(String[] args) {
String path = "Median.txt";
try {
BufferedReader reader = new BufferedReade... | [
"296793179@qq.com"
] | 296793179@qq.com |
27ddcb430354c7b2867a8074a632354c86ef98a4 | e949311aee594d4b2c01a3682f7f28831402070f | /src/com/neotech/review06/Forest.java | 5baf53f1863b61a81ff593f1fea381f4c28443f3 | [] | no_license | humairay/JavaReview | ab0f6c7b10f3d712a57541a178c037f8d67ca239 | 5c29d3179435aaf9021e83020e22f0be2af493ab | refs/heads/master | 2023-07-08T22:18:34.423904 | 2021-08-13T22:02:41 | 2021-08-13T22:02:41 | 395,808,327 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 406 | java | package com.neotech.review06;
public class Forest {
public static void main(String[] args) {
Wolf w = new Wolf("Wolfy", 4);
w.sleep();
w.displayInfo();
System.out.println("----------------");
Fox f = new Fox("Foxy", 4, "Orange");
f.sleep();
f.displayInfo();
System.out.println("----------------")... | [
"humairay714@gmail.com"
] | humairay714@gmail.com |
242994720f856b0ddb4526aa8e7b600281df8de1 | 6a082eaf9873858ceefbfa9118cc4914be57d4b9 | /threebody-parent/.svn/pristine/24/242994720f856b0ddb4526aa8e7b600281df8de1.svn-base | 5c268dc1871345042222421e34606b0e8340cfeb | [
"Apache-2.0"
] | permissive | idongshuai/threebody-mall | 371f6f38f40106a5744d964acdf16499911a7c89 | a6eb2e16011018024a03d259847dc9fb08d679ab | refs/heads/master | 2022-12-23T21:08:29.494577 | 2021-09-18T10:21:08 | 2021-09-18T10:21:08 | 143,390,028 | 1 | 0 | Apache-2.0 | 2022-12-16T07:11:34 | 2018-08-03T06:55:53 | JavaScript | UTF-8 | Java | false | false | 4,762 | package net.dongshuai.pojo;
import java.io.Serializable;
import java.util.Date;
public class TbUser implements Serializable {
private Long id;
private String username;
private String password;
private String phone;
private String email;
private Date created;
private... | [
"dongshuai@dongshuai.net"
] | dongshuai@dongshuai.net | |
8ef346adb3bbeb9c8424b5854a26b3410cda6f13 | 6088a8606ada4be5d5216ae4143380f34c647253 | /projects/batfish/src/main/java/org/batfish/representation/cisco/RipProcess.java | 1d9e0735e310e74d03c426e010b15b5de43c808b | [
"Apache-2.0"
] | permissive | adrianliaw/batfish | 6898fd9f42ad5b68f3890aea1c0dcd590423f29f | 45d1e092b889d7606cb5ae4ff0eecbe894485b54 | refs/heads/master | 2021-07-02T21:13:17.847636 | 2019-12-11T22:41:46 | 2019-12-11T22:41:46 | 227,485,749 | 1 | 0 | Apache-2.0 | 2019-12-12T00:21:05 | 2019-12-12T00:21:04 | null | UTF-8 | Java | false | false | 4,047 | java | package org.batfish.representation.cisco;
import java.io.Serializable;
import java.util.SortedMap;
import java.util.SortedSet;
import java.util.TreeMap;
import java.util.TreeSet;
import org.batfish.datamodel.Prefix;
import org.batfish.datamodel.RoutingProtocol;
public class RipProcess implements Serializable {
pri... | [
"ratul@ratul.org"
] | ratul@ratul.org |
b1eccb21c8b5cb2688143b0edc4eb3fed8ed9a08 | 0a9c8d0adbb8048433da7670ea83b51fcaceba31 | /app/src/main/java/com/idx/launcher/video/data/VideoContentAdapter.java | e5eb6edacad6042f77bf571ddf265397894a52bc | [] | no_license | sqHayden/Launcher | 9d89bfe9fd7dfd1a3713b5beb4c0fbf82fcafb4a | 11f9bb5e79525de6f58f4b2849a50ac346c9aa45 | refs/heads/master | 2020-03-21T14:47:48.944823 | 2018-06-25T02:09:22 | 2018-06-25T02:09:22 | 138,676,131 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,332 | java | package com.idx.launcher.video.data;
import android.content.Context;
import android.graphics.Typeface;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.wid... | [
"ryan.fp.chan@mail.foxconn.com"
] | ryan.fp.chan@mail.foxconn.com |
800db7e83297e38eb34813f2190890db8396e5be | 62b7db2fdcc76c5c22586d261a534fd87547d54e | /src/main/java/com/gafahtec/exceaune/exception/ExceptionResponse.java | 2f0d1abfe0a12665e332bb6b6eefc7700393dbe9 | [] | no_license | gascarzah/exceaune-backend | 178dd32ba866ac0edc38c9aec1eb66b3e73ae03c | 857be40b07bbbc1bcda1403db961dfbe381ddcfc | refs/heads/main | 2023-07-30T12:30:26.362889 | 2021-09-10T00:15:13 | 2021-09-10T00:15:13 | 404,905,830 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 325 | java | package com.gafahtec.exceaune.exception;
import java.time.LocalDateTime;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@NoArgsConstructor
@AllArgsConstructor
public class ExceptionResponse {
private LocalDateTime fecha;
private String mensaje;
private String detalle... | [
"gascarzah@gmail.com"
] | gascarzah@gmail.com |
661066e662ec6420c28999dc209150dace22cdf8 | 0bd64984f8237e62c3b1b15c0496cb6dc5b0911f | /src/main/java/com/sjtu/onlinelibrary/EntityChangeListener.java | 0a922f740c350f9802aa3ea37ff8234a65ea48fb | [] | no_license | echalkpad/Online-Digital-Library | 11b27f7aaa3ae616343fce008c62b207c54b88a3 | 1566a95b8ce6cf62a8216bcda19340647ab9e32d | refs/heads/master | 2021-05-01T21:40:08.139159 | 2013-09-05T02:32:45 | 2013-09-05T02:32:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 247 | java | package com.sjtu.onlinelibrary;
/**
* Listens for registry based events.
*
*/
public interface EntityChangeListener {
void itemSaved(final Persistable item, boolean created);
void itemDeleted(final Persistable item);
}
| [
"chenmj4444@163.com"
] | chenmj4444@163.com |
ea6ab9dfcb7ceaade73df9734b796584c30451bd | 4b0bf4787e89bcae7e4759bde6d7f3ab2c81f849 | /aliyun-java-sdk-aiccs/src/main/java/com/aliyuncs/aiccs/transform/v20191015/ListHotlineRecordDetailResponseUnmarshaller.java | 61134f73da893306e2b00f9ea21e7e671ba2c9a1 | [
"Apache-2.0"
] | permissive | aliyun/aliyun-openapi-java-sdk | a263fa08e261f12d45586d1b3ad8a6609bba0e91 | e19239808ad2298d32dda77db29a6d809e4f7add | refs/heads/master | 2023-09-03T12:28:09.765286 | 2023-09-01T09:03:00 | 2023-09-01T09:03:00 | 39,555,898 | 1,542 | 1,317 | NOASSERTION | 2023-09-14T07:27:05 | 2015-07-23T08:41:13 | Java | UTF-8 | Java | false | false | 3,028 | java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
3487c5a144df511d2794755d76b9e21355bbf8be | 58ef3df402b828fd3d17f8042c8962006ace7f24 | /src/chess/model/pieces/Queen.java | 4e36a834acbafa037cff43432e99900cf15da4b5 | [] | no_license | michailgames/chess | e73a6ade56e576935b4ea54216940f2d223e4e52 | 729bbfc036121e161ef6c26c85318ed3474e7568 | refs/heads/master | 2021-01-17T09:18:56.523493 | 2016-05-30T19:24:03 | 2016-05-30T19:24:03 | 31,729,581 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 898 | java | package chess.model.pieces;
import chess.model.board.Color;
public class Queen extends AbstractStraightMovingPiece {
private final static Queen whiteQueen = new Queen(Color.WHITE);
private final static Queen blackQueen = new Queen(Color.BLACK);
public static Queen getInstance(Color color) {
ret... | [
"michailgames@yahoo.com"
] | michailgames@yahoo.com |
3b74c1ffc48efed5b8e9bfded91078a8c823a760 | e9e26e6433de9997c8d5b693ba950c993fb06d8f | /Project GA/assignments_allen/exams/171/midterm01_practice/code/Q6.java | c31bff65761e2f66b11ad62fe172bb44de14a467 | [] | no_license | hphuong1995/csdept | 8c9de234ef002c3a633800004583a0428df6d1f1 | a3c1a29fb7c04ce60f350014cdbea023f94d5751 | refs/heads/master | 2023-01-19T23:23:29.740379 | 2019-07-23T03:48:25 | 2019-07-23T03:48:25 | 180,229,555 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 781 | java | /****************
* Name: M. Allen
*
* Generate a shape in a window at random.
****************/
import java.awt.Color;
public class Q6
{
public static void main( String[] args )
{
Window win = new Window();
int winSize = 300;
win.setSize( winSize, winSize );
int ... | [
"nguyen.phuo@uwlax.edu"
] | nguyen.phuo@uwlax.edu |
a9a332e743357915faf3d53edf77841369fe2e68 | 364ae53a3d58cddda15f9a9a9acfad0103eee5eb | /app/src/main/java/mypocketvakil/example/com/score/custom/CustomTextView.java | e062c8522d121951f5a2714523df4aeb6167f4f0 | [] | no_license | sanyamjain65/Score | a44710695ec17e400a899a89390c9c42cc05ac07 | e90172e7a6c1d94727f327ce3a85972d3789dbdc | refs/heads/master | 2020-12-31T06:10:04.060697 | 2017-04-06T19:53:27 | 2017-04-06T19:53:27 | 80,620,051 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,002 | java | package mypocketvakil.example.com.score.custom;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Typeface;
import android.util.AttributeSet;
import android.widget.TextView;
import mypocketvakil.example.com.score.R;
/**
* Created by sanyam jain on 15-09-2016.
*/
public ... | [
"sanyam.j65@gmail.com"
] | sanyam.j65@gmail.com |
536b2bb8deebc8381098db295558363eaf9b392c | 67be483a5304d1e841096b8e460fa9d72e3345f6 | /cart/cart-core/org/quantum/nine/cart/CartCoreApplicationTest.java | bcb5bf83909110aad2b173054fd60448e43f317c | [] | no_license | funXMutulay/corniche | 9ac48d556662d2c81e8765f78beda2cdca34442f | e415103dacb7598b6caa2f42f9bdb9ab2e8625ae | refs/heads/master | 2021-05-17T23:10:19.443414 | 2020-03-29T07:13:07 | 2020-03-29T07:13:07 | 250,993,034 | 0 | 0 | null | 2020-03-31T11:50:36 | 2020-03-29T09:12:01 | JavaScript | UTF-8 | Java | false | false | 589 | java | package org.quantum.nine.cart;
import org.junit.Test;
import org.quantum.nine.cart.common.services.EmailService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
@RunWith(SpringJUnit4ClassRunner.class)
@SpringApplicationConfiguratio... | [
"mkebe1@yahoo.fr"
] | mkebe1@yahoo.fr |
747829200c1e2a7ef934bb555244f92ca316d3fa | 59cacfc0e7352888d82b5c8e5edad9239b285bf0 | /app/src/main/java/com/example/stockassistant/StockAdapter.java | 68409c911af9a3cb02d5d300c0565b6395a8dbf9 | [] | no_license | womfeld/StockAssistant | 0fcf144fd7d9d28ab0596d3ae86318c7befe3f15 | bcd4975dfba0a05662f1ee0f517f57aee1e1d480 | refs/heads/master | 2023-03-29T20:08:39.159999 | 2021-04-05T21:18:35 | 2021-04-05T21:18:35 | 354,973,246 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,861 | java | package com.example.stockassistant;
import android.graphics.Color;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import java.util.ArrayList;
import java.util.Locale;
public class St... | [
"womfeld@hawk.iit.edu"
] | womfeld@hawk.iit.edu |
27933ab561900a2fa46dddb42e69cad8502fbaf9 | b4d21b75a3db507e2df3897feb759382c0d55bb5 | /String/anagram.java | 2359e5d304e004229e6e7386d00bc1b00299b830 | [] | no_license | KDSbami/ADI-2019 | 8e02443667a4ca6d66ec401a2ff56169b652d431 | c064801408047eac562dca6fccb661cda72cd0d5 | refs/heads/master | 2020-06-21T02:41:21.340489 | 2019-10-02T06:35:07 | 2019-10-02T06:35:07 | 197,324,857 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 893 | java | import java.util.*;
public class anagram{
public static void main(String[] args)
{
Scanner sc = new Scanner(System.in);
String data = new String();
String data2 = new String();
data = sc.next();
data2 = sc.next();
int arr[] = new int[26];
int arr2[] = n... | [
"karamdeep.singh11@gmail.com"
] | karamdeep.singh11@gmail.com |
0168732be5c32b7c152245c228d9cf14f5d9b0d2 | 88c1f6fb81f33314f046270485fcb3c9774049ef | /Android_SDK/RobotPenDemo/app/src/main/java/cn/robotpen/demo/multiple/ChangeTypeActivity.java | 842813f1e48447e8a6ef2a3ff854eea57cdf67ee | [] | no_license | zhaocheng19940105/SDK | 81528cae61495a3c1b7182cbeb5bad042d0aa370 | 279bfbbaafc1681314b8f00ae4e66b24b298b28b | refs/heads/master | 2021-05-03T20:57:58.723278 | 2016-10-16T08:31:53 | 2016-10-16T08:31:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,452 | java | package cn.robotpen.demo.multiple;
import android.app.Activity;
import android.app.ProgressDialog;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.os.Handler;
import android.view.View;
import android.widget.Button;
import android.widget.CompoundButton;
import android.wid... | [
"linhw@ppwrite.com"
] | linhw@ppwrite.com |
4995f96ffa938579642583057344f109391f8474 | bfcd024394318f0591d039d577ad438d606247bd | /actualProject/src/logic/playerState/Result.java | 9eb77ad76e8e3605922532b9eb136c1dd86e9848 | [] | no_license | derMacon/PS2ProgrammierPraktikum | 9b256e4a953d734bb9cf9782436a5566836e11ad | 4e7e222527cc7f85c086bf265174f0190fafc97f | refs/heads/master | 2021-06-24T00:01:28.455642 | 2020-11-16T09:25:32 | 2020-11-16T09:25:32 | 147,942,937 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,469 | java | package logic.playerState;
import javafx.scene.control.TreeItem;
import javafx.scene.control.TreeView;
import java.util.Arrays;
import java.util.Collections;
import java.util.LinkedList;
import java.util.List;
/**
* Class that compares the results of all players and generates the winner.
*/
public class Result {
... | [
"silash169@gmail.com"
] | silash169@gmail.com |
7004933be9eba61bc8a94a9a6cd159584420d373 | 4e390e1d3ee8db4277d7e86c74e67730a3583a1b | /components/skoly_components_sources/component-1/skoly/src/main/java/sk/skoly/model/Student.java | c6a2d389563628b2324295fd9dd3cdf375c52c38 | [] | no_license | WasteService/WasteService.github.io | 6dd28b9673895dc53c00bfee751a0378d684813a | fefe1185e6c7a53806f28e759f5104904a80db01 | refs/heads/master | 2023-01-05T09:56:28.057174 | 2020-10-28T10:13:53 | 2020-10-28T10:13:53 | 307,663,150 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,168 | java | package sk.skoly.model;
import javax.persistence.Entity;
import javax.persistence.ManyToOne;
import javax.persistence.Transient;
import org.hibernate.annotations.OnDelete;
import org.hibernate.annotations.OnDeleteAction;
@Entity
public class Student extends Entita {
private String priezvisko;
private String meno;
... | [
""
] | |
974cdba30a002fcf7052eaca8a074c26c9222da5 | 06779312e31accd40c87dda560cbd7a14103be2b | /mypjt01/src/mypjt01/CLasss.java | 2ea72cc675a54d0e2092f2980f0236f68c7112d5 | [] | no_license | ksjqwe456/JAVA-School | d4ef60cf795b3b662a3f87d60f1e54763a60ddd4 | 6b872e55155744f35ce2c58d5715f4e3cabfb5c8 | refs/heads/master | 2020-07-11T04:35:06.446248 | 2019-08-26T10:35:47 | 2019-08-26T10:35:47 | null | 0 | 0 | null | null | null | null | UHC | Java | false | false | 1,691 | java | package mypjt01;
import java.awt.Color;
import java.awt.FlowLayout;
import java.awt.GridLayout;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JTextField;
import java.awt.Color;
import java.awt.FlowLayout;
import java.awt.GridLayout;
imp... | [
"ksjqwe456@naver.com"
] | ksjqwe456@naver.com |
d9141bbbe109361c5d483b5ce426344742bae1c1 | 7060bd58c47bb36484cfaad59b50d9c0df41846d | /JavaRushTasks/1.JavaSyntax/src/com/javarush/task/pro/task17/task1702/Circle.java | 9f43907ffcb6ebeb99fc5cda56040cfa0f65a9aa | [] | no_license | KhaliullinArR/java-rush-tasks | 4e6a60282e4d218bd114d19e950f8bf2861d0182 | 7fa398e85c0f6d2843b74193396ec73ee3f69549 | refs/heads/main | 2023-04-08T09:52:02.711984 | 2021-04-20T17:41:24 | 2021-04-20T17:41:24 | 357,000,449 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 178 | java | package com.javarush.task.pro.task17.task1702;
public class Circle extends Shape {
@Override
public void printInfo() {
System.out.println("Круг");
}
}
| [
"74345012+KhaliullinArR@users.noreply.github.com"
] | 74345012+KhaliullinArR@users.noreply.github.com |
e00ed9fb5c45cc83c15fb99287654e3d0d771a5f | 8d6fcd641b719a2530b27ce186d474033624a2d6 | /src/main/java/com/kastro/lesson6/weatherdto/Temperature.java | ff41ac47f72c6157f43b693b55d535298134a7ec | [] | no_license | Nadezhda-Kastro/javaCore | 87d474e7977e56e4ed1719f86aee5d263dd89f18 | c4dd5691d226e11c44cc34dfab0615bc51957dbf | refs/heads/master | 2023-07-13T01:08:45.375545 | 2021-08-16T08:13:00 | 2021-08-16T08:13:00 | 377,791,072 | 0 | 0 | null | 2021-08-16T11:53:15 | 2021-06-17T10:26:12 | Java | UTF-8 | Java | false | false | 590 | java | package com.kastro.lesson6.weatherdto;
import com.fasterxml.jackson.annotation.JsonProperty;
public class Temperature {
@JsonProperty("Minimum")
private TemperatureInfo minimum;
@JsonProperty("Maximum")
private TemperatureInfo maximum;
public TemperatureInfo getMinimum() {
return minimu... | [
"kroshka_kastro@mail.ru"
] | kroshka_kastro@mail.ru |
1e95317f76f23f8fde07a6b785f7680cbc9872f8 | 26b7f30c6640b8017a06786e4a2414ad8a4d71dd | /src/number_of_direct_superinterfaces/i36437.java | 9096258c75371990e4871bc4236abf30429a22a0 | [] | no_license | vincentclee/jvm-limits | b72a2f2dcc18caa458f1e77924221d585f23316b | 2fd1c26d1f7984ea8163bc103ad14b6d72282281 | refs/heads/master | 2020-05-18T11:18:41.711400 | 2014-09-14T04:25:18 | 2014-09-14T04:25:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 69 | java | package number_of_direct_superinterfaces;
public interface i36437 {} | [
"vincentlee.dolbydigital@yahoo.com"
] | vincentlee.dolbydigital@yahoo.com |
d061ab65661095cc6ad7bb79599821ab487a0258 | e0846064ec21ed48107f0ff47621cf622321a597 | /app/src/main/java/edu/zju/homework3/FragmentB.java | 7b24d4c15724d826d7053b8057585f0d85b2f706 | [] | no_license | liuqiliqi/homework3 | 18cca6f9b36562fd810941a43d4108d662eb9612 | 1358a788d5f98ea1a45e4e988dc4eb41c2319f00 | refs/heads/master | 2020-06-18T08:49:02.150175 | 2019-07-10T16:31:48 | 2019-07-10T16:31:48 | 196,223,573 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,298 | java | package edu.zju.homework3;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.view.animation.Animation;
import android.view.animation.AnimationUtils;
import android.widget.Button;
import android.widget.ImageView;
import androidx.annota... | [
"46392322+liuqiliqi@users.noreply.github.com"
] | 46392322+liuqiliqi@users.noreply.github.com |
52944af2750ea808d3becfc1f61379c5ce6ba7d7 | d84fb71a651132a6afba4c5671c32d666d454148 | /src/test/java/isToeplitzMatrixTest.java | 13ce361385ef5709e4f055a35f54d9153bf3ccdc | [] | no_license | QWERTYP5391/more-practice | afd09b905f158926977af89ecf6a8dff5092a206 | 2b144ad8ab199fa75d1428e70972da184e257bde | refs/heads/master | 2021-06-28T08:08:26.996743 | 2020-08-07T14:35:15 | 2020-08-07T14:35:15 | 173,505,141 | 0 | 0 | null | 2020-10-13T12:12:06 | 2019-03-02T22:20:17 | Java | UTF-8 | Java | false | false | 445 | java | import org.junit.Test;
import static org.junit.Assert.*;
public class isToeplitzMatrixTest {
@Test
public void isToeplitzMatrix() {
int[][] matrix = {{1, 2, 3, 4}, {5, 1, 2, 3}, {9, 5, 1, 2}};
assertTrue(isToeplitzMatrix.isToeplitzMatrix(matrix));
}
@Test
public void isToeplitz... | [
"etunkara51@gmail.com"
] | etunkara51@gmail.com |
a061bd6a2984de6f02ee5d34fff665b6e98258ef | 24a2accb69be9bed4a8df65dc6be9bc5a0b5aeab | /Leetcode/src/leetcode/string/problems/ReverseWordsInStringIII.java | d952bd5cc9a06cc152dded3e10c969cd638d2eac | [] | no_license | hardikkhanna/LeetCode | 5aa76d47f1ca45890db08f64eb03853d4cbd6175 | a8da2b66ac5a924a6f453b0a58df7c89621b33b5 | refs/heads/master | 2023-05-29T20:52:28.091201 | 2021-06-17T17:35:57 | 2021-06-17T17:35:57 | 325,298,406 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 560 | java | /**
*
*/
package leetcode.string.problems;
/**
* @author Hardik
*
* Date : Jan 18, 2021 Time : 11:24:32 PM
*/
public class ReverseWordsInStringIII {
public static void main(String[] args) {
String str = "";
str = reverseString(str);
System.out.println(str);
}
/**
* @param str
* @return
... | [
"khannahardik007@gmail.com"
] | khannahardik007@gmail.com |
7bda5927bf0c66d30fe835bde89eac38d88de266 | 2b554c46349d636018fa72dfe96fb99454fbc3c7 | /spring-feignclients/src/main/java/com/etoc/config/FeignClientRemote.java | 9fa7b0323309d13f50493923b19fc8590bbe791b | [] | no_license | liuxiaolonger/spring-demo | 8ac8a56014c4df6a5e077b27a0e1e5d36ba1cf0c | 434c004c4abdc6f3e3834987f8b67cd15986b197 | refs/heads/master | 2022-07-12T18:15:42.337307 | 2019-12-01T05:36:51 | 2019-12-01T05:36:51 | 178,666,430 | 0 | 0 | null | 2022-06-29T17:48:51 | 2019-03-31T09:18:01 | Java | UTF-8 | Java | false | false | 456 | java | package com.etoc.config;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
@FeignClient(name = "spring-api",fallbackFactory=FeignClientFallBack.... | [
"896846152@qq.com"
] | 896846152@qq.com |
b49897aa77da60c5b25bd269447afd197ebc201b | bdf6256c0dfb8a31ac8fb249888b01840d945231 | /app/src/main/java/lili/tesla/lushertest/presentation/screen/table3/presenter/Table3Presenter.java | 19367406da2d1031d6100452f27db65eb8f450c4 | [] | no_license | lilitesla/LusherTest | 51081fa50f5ee59a86de1a91440c648a5cf2fb5e | 4559265960ef60bda036a1c81e9818ff768cbd13 | refs/heads/master | 2021-08-14T06:25:59.506226 | 2017-11-14T20:41:06 | 2017-11-14T20:41:06 | 109,182,488 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,321 | java | package lili.tesla.lushertest.presentation.screen.table3.presenter;
import lili.tesla.lushertest.presentation.application.App;
import lili.tesla.lushertest.presentation.screen.table3.view.Table3View;
import lili.tesla.lushertest.presentation.screen.base.BasePresenter;
/**
* Created by Лилия on 02.11.2017.
*/
publi... | [
"liliangelok@mail.ru"
] | liliangelok@mail.ru |
a80d74b3ae1db890aa152a6647b1840f290ec75a | b05cfb16dc91d74fdb993d4add0bc086afee1cbf | /test-feature/src/main/java/org/deveasy/test/feature/steps/AwsEC2ContainerSteps.java | 922d3c5a4f39280c415c7fbf4dee88f2425e06af | [
"Apache-2.0"
] | permissive | GSSoftwareConsultancy/dev-easy-test-api | 1885a13c479863caee1ee89e2fd14733779776ff | 073b41e466d6482b10c13d711d70ab7ca9a6860c | refs/heads/master | 2021-09-17T20:18:50.591425 | 2018-05-07T10:30:06 | 2018-05-07T10:30:06 | 120,139,420 | 0 | 0 | Apache-2.0 | 2018-04-16T22:53:39 | 2018-02-03T23:36:50 | Java | UTF-8 | Java | false | false | 864 | java | /*
* Copyright 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 applica... | [
"joseph.a.aruja@gmail.com"
] | joseph.a.aruja@gmail.com |
8ac892b7738eadfa4fc98e89ea0420a9686eeb2b | 6d14f910165dbe0148288cc452ed3cf4511f12cf | /app/src/main/java/com/poovarasan/afka/storage/SimpleStorageConfiguration.java | 1faad0827a791d462ea434016b927a74b752b039 | [] | no_license | poovarasanvasudevan/alfa | 79aa26f0ac2ba224292481e230bd158695b6f329 | f3ba2c4f48cf0d1e605cf68e6f76e93e6e2ba3b4 | refs/heads/master | 2020-12-30T14:44:34.903162 | 2017-06-09T09:13:52 | 2017-06-09T09:13:52 | 91,079,283 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,512 | java | package com.poovarasan.afka.storage;
import android.os.Build;
import android.util.Log;
import java.io.FileInputStream;
import java.io.UnsupportedEncodingException;
import java.security.NoSuchAlgorithmException;
import java.security.SecureRandom;
import java.security.spec.InvalidKeySpecException;
import java.security.... | [
"poosan9@gmail.com"
] | poosan9@gmail.com |
7d3316a958b25504e1a1f3fe8a5fa962c239f786 | 7a906b9872acc9578d08c9093423a1377142089b | /workspace-spring-boot/sample/src/main/java/kr/d/controller/BoardController.java | e8c5a90e3e523fcf3a76a8f838858fb1d818bf4f | [] | no_license | pk6407/Kh-academy-test | eaaf45744528297389afe94bb5f5aa0f7bf69c3a | 2245178662dcbe77b0ee7c6d013f020470940d73 | refs/heads/master | 2023-03-05T05:52:56.544406 | 2021-02-10T08:10:04 | 2021-02-10T08:10:04 | 306,557,800 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,080 | java | package kr.d.controller;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.util.ArrayList;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.w... | [
"noreply@github.com"
] | pk6407.noreply@github.com |
6c8a235285606df450699ab3f0381ba709d851c8 | eb8cea55abd57dbdfa0dfb824915ae9c9ebd80e1 | /ProyectoPrestamoDeEscenariosDeportivos/src/ec/edu/model/ManagementStage.java | a662c684de93fc51837aea3cac70c38e5623f323 | [] | no_license | dradav1997/free | 89bb9a161076560539f4c1ae9b192cb3cc0daf9d | fd570e04927cd65a7e2e43bbdf15352ecf475669 | refs/heads/master | 2020-09-06T16:25:51.260374 | 2019-11-08T14:08:22 | 2019-11-08T14:08:22 | 220,479,292 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,418 | java | package ec.edu.model;
import java.util.ArrayList;
import java.util.Calendar;
import ec.edu.model.types.Gender;
import ec.edu.model.types.TypesOfActors;
public class ManagementStage {
private String routeActorsFile="Resources/Files/Escenarios.txt";
private ArrayList<Stage> stages;
public ManagementSta... | [
"noreply@github.com"
] | dradav1997.noreply@github.com |
08ed9a89cae2cb63fcd40542957533ea48576d9a | b97bc0706448623a59a7f11d07e4a151173b7378 | /src/main/java/com/tcmis/client/catalog/beans/VvProgramBean.java | 3a867409f82227dc2dd12d19f86c113a4c77f75f | [] | no_license | zafrul-ust/tcmISDev | 576a93e2cbb35a8ffd275fdbdd73c1f9161040b5 | 71418732e5465bb52a0079c7e7e7cec423a1d3ed | refs/heads/master | 2022-12-21T15:46:19.801950 | 2020-02-07T21:22:50 | 2020-02-07T21:22:50 | 241,601,201 | 0 | 0 | null | 2022-12-13T19:29:34 | 2020-02-19T11:08:43 | Java | UTF-8 | Java | false | false | 1,834 | java | package com.tcmis.client.catalog.beans;
import java.util.*;
import java.math.*;
import com.tcmis.common.framework.BaseDataBean;
/******************************************************************************
* CLASSNAME: VvProgramBean <br>
* @version: 1.0, May 12, 2014 <br>
**************************************... | [
"julio.rivero@wescoair.com"
] | julio.rivero@wescoair.com |
1648e73bad221a1f9ad0f2097183d0c812774e85 | 2ccb11509e9963bdea8c7567c7929fa2ece01ae4 | /src/com/lihui/controller/ActivitiesController.java | 0fed39f095639e785bd36e57bd91ea28ae0f122a | [] | no_license | lihui13603981029/domain | 838f35b923db9636bdbe3512ba5426ce8d4a15ec | 71fa00b23dfa3cbaf3b06f3662ba6c3d4856732b | refs/heads/master | 2020-03-19T16:24:41.799085 | 2018-06-29T07:05:30 | 2018-06-29T07:06:07 | 136,714,443 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,358 | java | package com.lihui.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.Requ... | [
"397727593@qq.com"
] | 397727593@qq.com |
1481887f35d69ef5708491dbbffc11d461f5d94b | 85f5fab4407aa5dde3929e2626ddfe1789d35e0f | /PCBuilder/src/main/java/com/pcbuilder/entities/OpticalDrive.java | a5b334f22823fc09ec83c6d5dc39573e3fc696c6 | [] | no_license | dTrksak/PCBuilder | 2ffdf1882ece5e4956899c821a8397f3b26cd32f | 21b91e8b27cc3702f3c591f9835ae372df084f16 | refs/heads/main | 2023-04-15T16:58:07.945196 | 2021-04-29T22:25:49 | 2021-04-29T22:25:49 | 336,148,695 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,804 | java | package com.pcbuilder.entities;
import java.io.Serializable;
import javax.persistence.*;
/**
* The persistent class for the optical_drive database table.
*
*/
@Entity
@Table(name="optical_drive")
@NamedQuery(name="OpticalDrive.findAll", query="SELECT o FROM OpticalDrive o")
public class OpticalDrive implements S... | [
"mana_grey@hotmail.com"
] | mana_grey@hotmail.com |
1cf5e2cee4d981256893391095d4a811a2503fc0 | 1139341251ea585f734a847037ac0a2101baf80f | /HelloGit/src/com/xaut/Stu.java | e8b12b60290a74a3b9a67ab74c52786c509dc3c3 | [] | no_license | Whb133/HelloGit | dfbaa6c0535fc87385097f0ba1d5c09d83a464e2 | 86b31e0079fa1cd1b65d61cd0ce50c12ecd005a4 | refs/heads/master | 2022-11-24T08:37:21.735487 | 2020-07-22T02:58:41 | 2020-07-22T02:58:41 | 267,198,080 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 93 | java | package com.xaut;
/**
* @author whb
* @date 2020/5/26-22:31
* @
*/
public class Stu {
}
| [
"1336547912@qq.com"
] | 1336547912@qq.com |
120e0cbb874fd726cd567e4ebebe4d073904fdfc | 7bd08b970699e58857e01026556d8e574446807c | /src/sqlibrary/queries/SQLQueries.java | edc180cb6a9450c47ffff79a226ab36c5ee55dc3 | [] | no_license | gilmarsantana2/SQLLibrary | e21e4b860458477070d6f0cb3f8615c701f1a841 | a33f33a64e6fc4a59a3bef0c7c1598196132927e | refs/heads/master | 2023-08-27T07:32:25.578314 | 2021-10-28T01:47:13 | 2021-10-28T01:47:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,714 | java | package sqlibrary.queries;
import sqlibrary.annotation.*;
import java.lang.reflect.Field;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
public class SQLQueries {
/**
* Script INSERT INTO
*
* @param model Classe Model que deve conter as anotações
* @retur... | [
"gilmarsantana2@gmail.com"
] | gilmarsantana2@gmail.com |
87f00daabde6184ec48223091750887ff9680665 | 777df459235bb5fcde0bc68b8205f89aa0d49e02 | /10OOHeranca/src/dpacoteabstrato/AFuncionario.java | 18538bf3acbdd8a442cc4b146d4edcfdaeb0372f | [] | no_license | BrunoMMB/Java | 3b073e5193d795653f7ad7f6442abbd5bd24afb5 | 9b7ba7bfc9d73d1a8a8f402a878b5e65154e59b5 | refs/heads/master | 2022-12-01T04:06:20.234046 | 2020-08-20T00:50:57 | 2020-08-20T00:50:57 | 288,866,894 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 441 | 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 dpacoteabstrato;
/**
*
* @author EDYA
*/
public abstract class AFuncionario {
protected String nome;
protected Str... | [
"ctlaltbruno@gmail.com"
] | ctlaltbruno@gmail.com |
ba0a72af54c1a9a27b5308c3e92bd3f4c1ca6792 | 45d9e0cb4fbeb3f3433828b7717ae7a309989b6a | /src/java/Entidades/AluguelHasVeiculoPK.java | 2b0e635b5e8452a806a01bc5fdafb1d10b58d5a1 | [] | no_license | batata9/DW4Bim | d612074190a8be79d055c8c4f663107718c21969 | 87b9a0ede3edc33c28abd89cfbedfaa8e0d5f1c1 | refs/heads/master | 2020-04-10T02:53:53.240017 | 2018-12-07T02:00:12 | 2018-12-07T02:00:12 | 160,755,351 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,053 | 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 Entidades;
import java.io.Serializable;
import javax.persistence.Basic;
import javax.persistence.Column;
import javax.persiste... | [
"angelodezoti00@gmail.com"
] | angelodezoti00@gmail.com |
68a48e7e6880d3770b3cab25cbfd9aad70a4e3b1 | a30fbb9c2ace8ec4f2bf5089ec4ce1dc770e1de2 | /app/src/main/java/com/ruitong/yuchuan/maptest/utils/PinYinUtil.java | f6b645f23ccacf4fb7b7583f8fa3f2bb475799c7 | [] | no_license | ZEROwolfHwang/HCCYUCHUAN | 4b18aec87bab4dcc39f82cdfc48823d094f82d0c | 31b833ec6f65c71eaae7c484d9477393ad247699 | refs/heads/master | 2021-05-16T13:09:15.050733 | 2017-10-12T03:57:37 | 2017-10-12T03:57:37 | 105,357,991 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,805 | java | package com.ruitong.yuchuan.maptest.utils;
/**
* Created by Administrator on 2016/11/16.
*/
import com.orhanobut.logger.Logger;
import net.sourceforge.pinyin4j.PinyinHelper;
import net.sourceforge.pinyin4j.format.HanyuPinyinCaseType;
import net.sourceforge.pinyin4j.format.HanyuPinyinOutputFormat;
import net.source... | [
"1059901966@qq.com"
] | 1059901966@qq.com |
4a6650cf5f2a2e8e92743db2bc0f2a4f2dd5b6a5 | 81029def8e45bc0116eec0ff39e64e310e23c6a9 | /src/main/java/com/codeclan/example/folderservice/models/User.java | b276208aacf7cc6d737594cdd3f6ebfa28f70e6d | [] | no_license | Crsmith89/Week_13_Day_2_Filing_HW | b11fa25a28a50e395b845eaa20b86cf846722109 | 5a5d0f06ebc135109e091612a965a6431588dc0d | refs/heads/main | 2023-07-21T23:47:54.703135 | 2021-09-07T19:17:55 | 2021-09-07T19:17:55 | 404,058,175 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,058 | java | package com.codeclan.example.folderservice.models;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import javax.persistence.*;
import java.util.List;
@Entity
@Table(name="users")
public class User {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private long id;
@Column(name=... | [
"craig_ag_smith@outlook.com"
] | craig_ag_smith@outlook.com |
c3bd0444a4d6f242f3b2f0e42fd76c9f677eb06e | aaa03dd77c3022905080d87e34803367c233079a | /app/src/main/java/com/example/myapplication/Strategy/DeliveryLoginBehavior.java | 7d9f635dcd947315cf7da34ba0119739e6402412 | [] | no_license | Mengchen-G/Hungry-Foodie | 5751da7b5fd1ec81bec36791a8c3c5c44a83ffae | 5b35d17c8b6a7ee202a446225b72c18f5d1917f2 | refs/heads/master | 2022-05-26T22:51:25.170374 | 2020-04-28T21:47:17 | 2020-04-28T21:47:17 | 255,160,471 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 193 | java | package com.example.myapplication.Strategy;
public class DeliveryLoginBehavior implements LoginBehavior{
public void loginType(){
System.out.println("login for customer");
}
}
| [
"theFieryDev@gmail.com"
] | theFieryDev@gmail.com |
5d6172b8c7a7d2ede4574ec037dd10ebee3aa3fd | 8e4ba6355b2ecd0cdf15debbf616532710295ab7 | /src/RS2/jagcached/net/FileSystemConstants.java | ef38383286b5c4ecc09d7981cc54626bb5fef94c | [] | no_license | Javatar99/CombatScapeServer | 6bc7f508c099f5b666b789a85224f31f0000925b | 30bed9916f2a7bf94576471ca8a0dd0d6783a2c8 | refs/heads/master | 2020-03-18T15:36:29.246630 | 2018-06-06T02:47:35 | 2018-06-06T02:47:35 | 134,917,426 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 757 | java | package RS2.jagcached.net;
/**
* Holds file system related constants.
*
* @author Graham
*/
public final class FileSystemConstants {
/**
* The number of caches.
*/
public static final int CACHE_COUNT = 5;
/**
* The number of archives in cache 0.
*/
public static final int ARCHIVE_COUNT = 9;
/**
... | [
"davidschlachter96@gmail.com"
] | davidschlachter96@gmail.com |
19b719b77b04ff3cfc26d0417269eb6c0237c7de | af2bb71c75e863024fb2381c91738fd50850d23d | /src/main/java/com/example/sell/service/impl/CategroyServiceImpl.java | f7da716859eceac46ee029181b55c11af6c6a16c | [] | no_license | github3332422/- | 272cb9f0b9d6846e0df68cb62be583c4833f8101 | 4adc88c625dd2547585c72ff8c97b2d6d8d8af9a | refs/heads/master | 2020-09-23T22:46:47.635204 | 2019-12-03T11:51:09 | 2019-12-03T11:51:09 | 194,655,362 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,098 | java | package com.example.sell.service.impl;
import com.example.sell.dataobject.ProductCategory;
import com.example.sell.repository.ProductCategroyRepository;
import com.example.sell.service.CategroyService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import... | [
"mail.zhangqing@gmail.com"
] | mail.zhangqing@gmail.com |
6fa096140708a710b4478c61fe2e6300006af22b | 5a7cbac87d711b791f0d895d9640513d6532b35a | /restli-testsuite-server/src/main/java/testsuite/AssociationResource.java | 94d1449a43fa616b05ec12577a8ebc9e204ccbf4 | [
"BSD-2-Clause"
] | permissive | linkedin/rest.li-test-suite | 7065511562aedd33b85a58a75272447f35289419 | 574b0423753cb1aa68b13df822611c4be96281c4 | refs/heads/master | 2023-06-03T11:27:03.626596 | 2019-11-20T20:36:58 | 2019-11-20T20:36:58 | 181,730,998 | 3 | 6 | BSD-2-Clause | 2020-08-24T17:33:12 | 2019-04-16T16:54:46 | Java | UTF-8 | Java | false | false | 3,603 | java | package testsuite;
import com.linkedin.restli.common.CompoundKey;
import com.linkedin.restli.common.HttpStatus;
import com.linkedin.restli.server.BatchDeleteRequest;
import com.linkedin.restli.server.BatchUpdateRequest;
import com.linkedin.restli.server.BatchUpdateResult;
import com.linkedin.restli.server.UpdateRespo... | [
"mlamure@linkedin.com"
] | mlamure@linkedin.com |
7006a24c6e0529bdd4e13d4c18f4dd46fd305fee | 762b2786928d086bbae6951f5ffad59547692d90 | /src/algorithm/leetCode/No2/Solution.java | 8ddaf0d82fb510edd9a64dfe2bbd5237f3275603 | [] | no_license | freestylewill/algorithm-structure | 200eac33d2d35d01eeaa07e1a55a1fda48d5d825 | 6de69aa6a951afdd6a1c6f4599dbaa700d56bedd | refs/heads/master | 2022-06-13T04:53:55.694911 | 2020-05-08T15:36:39 | 2020-05-08T15:36:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,539 | java | package algorithm.leetCode.No2;
class Solution {
public ListNode addTwoNumbers(ListNode l1, ListNode l2) {
ListNode listNode = new ListNode(-1);
ListNode result = listNode;
int nextValue = 0;
while (l1 != null || l2 != null) {
int thisValue = 0;
int sum = (l1... | [
"tianwei.li@bitmart.com"
] | tianwei.li@bitmart.com |
7a01965639a3f974d0c2a13ad8e309764117d49a | c0d6f6ba5333026f6515a6d6a8c9214b9f66e271 | /RANKER SELENIUM FRAMEWORK/src/com/testsuite/slideshow/SlideShowTests.java | c79782127bd7ccfa1a8aec97804b520b4d2363e3 | [] | no_license | KallolModak/RankerAutomation | b274adf65658b53c7596064049605a6441f51b47 | 06f4dc4d0000b8128c6d8268ef504a36e321479d | refs/heads/master | 2020-04-14T18:57:59.096245 | 2014-12-04T14:11:03 | 2014-12-04T14:11:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,513 | java | package com.testsuite.slideshow;
import org.testng.Assert;
import org.testng.annotations.Test;
import com.base.BaseSetup;
import com.paeobjects.home.Commonpage;
import com.pageobjects.slideshow.PicsPage;
import com.pageobjects.slideshow.Slideshow;
public class SlideShowTests extends BaseSetup{
@Test(priority=1)
... | [
"kallol@ranker.com"
] | kallol@ranker.com |
329dd22da211690dc2297b777ecd8dfc63c479db | 4fc6ffad8193b9509194386da6d5a787f1e6e934 | /atcrowdfunding-portal-service-boot/src/test/java/cn/heima/day26/socket/Demo3_MoreThread.java | d25960941da027ce6dfaa16c3720a18b5e2e3b38 | [] | no_license | yang123456/atcrowdfunding | 10e55bcfa547d58ebebf3c4d0e78c060a1761642 | 24fac4bc929e578cae56729532b173780084c6dd | refs/heads/master | 2022-12-25T04:05:05.093207 | 2020-06-08T08:46:12 | 2020-06-08T08:46:12 | 194,290,499 | 0 | 0 | null | 2022-12-16T07:25:58 | 2019-06-28T14:51:31 | JavaScript | UTF-8 | Java | false | false | 1,808 | java | package cn.heima.day26.socket;
import java.io.IOException;
import java.net.DatagramPacket;
import java.net.DatagramSocket;
import java.net.InetAddress;
import java.util.Scanner;
public class Demo3_MoreThread {
/**
* @param args
*/
public static void main(String[] args) {
new Receive().start();
... | [
"763216917@qq.com"
] | 763216917@qq.com |
d6add8bfef258143d570c2db941b33e32e6913cc | 0f0ec203f65cffc46a2c9e832d7563bc198bbe3f | /lendingengine/src/main/java/com/peerlender/lendingengine/domain/model/Balance.java | 14122222dc249b8e0eaa1e4ed9924392d97af588 | [] | no_license | vladimiriusIT/lendingapp-microservices | ea3b86fab904ca5a7cade7c58586f7753e7c4a34 | f52a371f098037d5e46e9934621eecc4e672eb34 | refs/heads/main | 2023-06-30T04:37:07.566378 | 2021-07-23T10:56:03 | 2021-07-23T10:56:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,171 | java | package com.peerlender.lendingengine.domain.model;
import javax.persistence.*;
import java.util.HashMap;
import java.util.Map;
@Entity
public class Balance {
@Id
@GeneratedValue
private long id;
@ElementCollection
@MapKeyClass(Currency.class)
@OneToMany(targetEntity = Money.class, cascade = ... | [
"vladistratiev@vladis-mac.local"
] | vladistratiev@vladis-mac.local |
4dc70166ce2cc05bfef1479eee41fa44e2d06394 | c8bbce04f73257200855712b2b58182a8919dd65 | /poo2_barbearia/src/conexao/Singleton.java | 43d72ebc68db46b4277e35a2775e91c82cbab2e8 | [] | no_license | junnin77/poo2 | 0a0ad31d6542dd110420c0abf12239c08971f8fe | 1124c5e8d269794a25613ac32345cb341406db84 | refs/heads/master | 2023-01-27T11:33:11.416004 | 2020-12-04T17:46:23 | 2020-12-04T17:46:23 | 318,561,162 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 504 | 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 conexao;
/**
*
* @author edvar
*/
public class Singleton {
private static Singleton uniqueInstance;
priv... | [
"edvar@DESKTOP-88CE7K1"
] | edvar@DESKTOP-88CE7K1 |
bd57593fde87cce17bebd9edebad9d9a85b1da6b | 10ed0ac2b4d144bfbb86d0f6896976b770d69d45 | /src/model/EncValue.java | 02ca68762aa1e9c0b1afe81a0216447a10c46310 | [] | no_license | ripa1995/bachelor-thesis | c9490792a6068080f7f6fb12ef90ec7735af2670 | 78133dbb9314c6845572684177f51dd359d38c62 | refs/heads/master | 2022-10-20T07:24:45.112562 | 2020-01-23T12:29:44 | 2020-01-23T12:29:44 | 133,789,076 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 590 | java | package model;
public class EncValue {
private String varName;
private String key;
public EncValue(String varName, String key) {
this.varName = varName;
this.key = key;
}
public String getVarName() {
return varName;
}
public void setVarName(String varName) {
... | [
"rripamonti@studenti.uninsubria.it"
] | rripamonti@studenti.uninsubria.it |
8d3b19da8f03e77a825dfb74c9e96f49e2d61834 | e120ed3af95b858e16b93477c1ced150bac09fc1 | /spqr/src/main/java/io/github/mstachniuk/graphqljavaexample/graphql/spqr/SpqrUserQuery.java | af1ab4be119bca14c8d7806a2f98f8b7576e158f | [] | no_license | mstachniuk/graphql-java-example | 4da7cf8984070380f6f29b3212d84a5e86ea45b1 | 37a0437cea0dcf3b58d6a889dfae3a500a7b3785 | refs/heads/master | 2021-06-10T00:28:49.142808 | 2021-01-12T20:06:44 | 2021-01-12T20:06:44 | 129,631,439 | 5 | 1 | null | 2021-01-11T22:30:59 | 2018-04-15T16:57:26 | Java | UTF-8 | Java | false | false | 1,317 | java | package io.github.mstachniuk.graphqljavaexample.graphql.spqr;
import io.github.mstachniuk.graphqljavaexample.user.Admin;
import io.github.mstachniuk.graphqljavaexample.user.Moderator;
import io.github.mstachniuk.graphqljavaexample.user.User;
import io.github.mstachniuk.graphqljavaexample.user.UserService;
import io.le... | [
"mstachniuk@gmail.com"
] | mstachniuk@gmail.com |
b767bdbfb9c768f046e3f13c7dc4bde474cbf267 | 41054ba624da47a0c2e963e82c007cf5ec572e98 | /src/main/java/turbomann/Chapter_1/FOO.java | b1dcde6e3dd1b650b367aded1ce2b479ac0c0b96 | [] | no_license | turbomann/HF | 7120b5067374ba28864bcf3b4068dad6b5e3fee4 | 7aab02a5372a7b3a655e44e18dc78d0cbbda3fff | refs/heads/master | 2022-12-29T00:17:54.851450 | 2019-10-23T19:33:45 | 2019-10-23T19:33:45 | 113,082,395 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 255 | java | package turbomann.Chapter_1;
public class FOO {
public static void main(String[] args) {
int x= 5;
while (x>1){
x=x-1;
if (x<3){
System.out.println("Small x ");
}
}
}
}
| [
"headsimulation@gmail.com"
] | headsimulation@gmail.com |
8fbf4685353a85f6a4e9096cd6e71073dc0309a2 | 1666a61485a70ad36a6921ff440a5042d72ff85d | /src/main/java/com/miage/OnlineBooking/repo/BookingRepo.java | 0c42080581fafe2f944b8c2494a52d2d5e71dfda | [] | no_license | bhaktitilara/OnlineBooking | 21007b91f485f1c115296d18946957cd3303da8d | 7108d5e56a90120d214579c2ae4f5ea48b06e3b0 | refs/heads/main | 2023-04-18T03:26:36.615819 | 2021-05-05T13:52:29 | 2021-05-05T13:52:29 | 357,675,005 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 385 | java | package com.miage.OnlineBooking.repo;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import com.miage.OnlineBooking.domain.Booking;
import com.miage.OnlineBooking.domain.User;
/**
*
* @author bhakti
*/
public interface BookingRepo extends JpaRepository<Booking, Long> {
Lis... | [
"bhaktitilara@gmail.com"
] | bhaktitilara@gmail.com |
ec0ddafdd92f9dd4d07093644c7272315714c95e | 394c7d7f9ce8a5e96bd3305ac90a627e676f4278 | /minmeng-manager/src/main/java/com/minmeng/manager/action/ui/PageViewAction.java | 567dcd2cf83532d3877a58fb3683c4969d1ba327 | [] | no_license | rain567/minmeng | a14d7c5181d66452fe230b209a77feb9a6e58663 | c09fe6bbc1942a9471e6161456d30cb094365b47 | refs/heads/master | 2022-10-08T17:23:19.600938 | 2019-07-16T08:30:39 | 2019-07-16T08:30:39 | 196,681,565 | 0 | 0 | null | 2022-09-01T23:09:48 | 2019-07-13T05:19:04 | JavaScript | UTF-8 | Java | false | false | 2,580 | java | package com.minmeng.manager.action.ui;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.log4j.Logger;
import org.fixwork.mapping.ActionPath;
import org.fixwork.mapping.ActionUri;
import org.fixwork.util.Error;
import org.fixwork.util.StringUtils;
import org.fixwork.util.Success... | [
"396740242@qq.com"
] | 396740242@qq.com |
f2ed4b6344655722f23a30199e70535976beb5e6 | ae85100db76a1c66417ac7033eb96c99d335dec2 | /LiveData-master/TestApplication/app/src/main/java/com/achal/test/mvvm/models/Canada.java | 5c3a1f448347a807ba4358632420694263149f95 | [] | no_license | badgujarachal/Achalsample | 3b6fdd863025bce82d4ac5602e1f5898bd4c4471 | b6234103c7886881b0141fac99d4000e170b5124 | refs/heads/master | 2022-04-24T09:12:23.049469 | 2020-04-23T06:32:54 | 2020-04-23T06:32:54 | 258,115,656 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 619 | java | package com.achal.test.mvvm.models;
public class Canada {
private String title;
private String description;
private String imageHref;
public String getTitle() {
return title;
}
public void setTitle(String title) {
this.title = title;
}
public String getDescription() ... | [
"achalrb@ix.lentra.ai"
] | achalrb@ix.lentra.ai |
cd5c91a15cc6a1b2a41c53514e32c9abf89709f3 | 7b4864b9837d7c5f1384463fb9958ac875b3b1ff | /lib/jpbc 1.2.1/jpbc-test/src/test/java/it/unisa/dia/gas/jpbc/bls/BlsTest.java | 4c9fa29f0d263dc8c7a335a73c84c5cf443b1715 | [] | no_license | yyb19980802/TestEncrypt | 3ed533746ec63ccc826f855b8cf77c1bc3ae0fda | 3223a805b4ac31e3f2a64cb097d00297f61ec016 | refs/heads/master | 2021-07-16T13:08:00.083436 | 2019-12-04T13:48:35 | 2019-12-04T13:48:35 | 218,992,643 | 0 | 0 | null | 2020-10-13T17:48:54 | 2019-11-01T13:41:07 | Java | UTF-8 | Java | false | false | 1,954 | java | package it.unisa.dia.gas.jpbc.bls;
import it.unisa.dia.gas.jpbc.Element;
import it.unisa.dia.gas.plaf.jpbc.AbstractJPBCTest;
import org.junit.Test;
import org.junit.runners.Parameterized;
import java.util.Arrays;
import java.util.Collection;
import static org.junit.Assert.assertTrue;
/**
* @author Angelo De Caro (... | [
"979480544@qq.com"
] | 979480544@qq.com |
7a7c535186f6115f6f31ab0184bbe808cec9ca06 | 3ae0a34122b5c45145a0f42e02461e23eb5296c3 | /mybatis1/src/main/java/com/shangguan/mybatis1/interceptor/TimeCostInterceptor.java | 7c419203b9234f91d89dcb9ad8863028fdf871ff | [] | no_license | qq120882247/spring-boot-example | 50ff4d381dd2aa2f4bad16af0b69f8aeb7b65636 | 248f571334b759e21060d3ea0d529c018dc96a7e | refs/heads/master | 2022-02-23T11:49:25.655062 | 2019-07-27T12:20:47 | 2019-07-27T12:20:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,442 | java | package com.shangguan.mybatis1.interceptor;
import java.util.Arrays;
import java.util.Date;
import java.util.Map;
import java.util.Map.Entry;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.web.method.HandlerMethod;
import org.springframework.we... | [
"1220560544@qq.com"
] | 1220560544@qq.com |
1d2f92b4f4db2b6582882a967be30d7690b63ba0 | f0535d908d431567138e8145822e5a6c777d5623 | /常用设计模式/src/代理模式/代理模式的扩展/普通代理/GamePlayerProxy.java | 503c3069a63793438d22abb5192337ef4533cfa4 | [
"Apache-2.0"
] | permissive | sunnyjinyubao/design-pattern-java- | 85230f5b5569f89afca5e376b4df45dca41ee7c4 | f86bbf600027b9258c870d2ff4bd7624fcbf34e2 | refs/heads/master | 2020-04-26T18:52:27.046793 | 2019-03-04T14:24:53 | 2019-03-04T14:24:53 | 173,757,586 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 956 | java | package 代理模式.代理模式的扩展.普通代理;
import 代理模式.我是游戏至尊.IGamePlayer;
/**
* 仅仅修改了构造函数,传递进来一个代理者名称,即可进行代理,在这种改造下,系统
* 更加简洁了,调用者只知道代理存在就可以,不用知道代理了谁
*/
public class GamePlayerProxy implements IGamePlayer {
private IGamePlayer gamePlayer = null;
//通过构造函数传递要对谁进行代练
public GamePlayerProxy(String name){
try {
... | [
"1345551624@qq.com"
] | 1345551624@qq.com |
146cb4123ce974eb1db9d4a92ef8cb1fab949240 | 6f822f89319288854d6eb290e27961022c0ea5f3 | /ARnote/src/main/java/com/IDS/administrator/arnote/Map/MapPane.java | 70c91ddfad9cec7fdff7a082cff2315b81084f07 | [] | no_license | DLBL0624/ARNote | 405fac2260b30beedf048a418ae1f87ba89bc9b2 | 7fa4237023555cfd43aa5e732639227bd67c1063 | refs/heads/master | 2020-03-10T14:20:50.422407 | 2018-04-23T13:21:12 | 2018-04-23T13:21:12 | 129,424,142 | 0 | 0 | null | 2018-04-22T00:40:05 | 2018-04-13T15:55:55 | Java | UTF-8 | Java | false | false | 7,365 | java | package com.IDS.administrator.arnote.Map;
import android.Manifest;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.location.Location;
import android.location.LocationListener;
import android.location.LocationManager;
import android.os.Bundle;
imp... | [
"xjn0624@gmail.com"
] | xjn0624@gmail.com |
b2477b52a2cdf66d7f57f2e0dad3d8f910434b91 | d2af02ff8ff869c12e5365ca2e892db71e55457f | /ezbudgetservice/src/main/java/com/digitalacademy/ezbudgetservice/interceptors/EzBudgetServiceInterceptorAppConfig.java | 93da179ed8e3c289693188d5044e037d92aa70c7 | [] | no_license | BigHanchai/EzBudget | db94cab814d27f6e11379f299d72420a521517c0 | 2248cb5a3b3dd5a87435da60a9f1a5112accd4d7 | refs/heads/master | 2022-01-19T06:58:16.925992 | 2019-07-25T17:09:25 | 2019-07-25T17:09:25 | 198,352,953 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 685 | java | package com.digitalacademy.ezbudgetservice.interceptors;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigure... | [
"hanchai.anansinchai@scb.co.th"
] | hanchai.anansinchai@scb.co.th |
2ec19084595473a09ee51f386cdf3efe2ec63585 | 9e8c2c565cbf8cf0de8244bfed749d4ecba539a8 | /portlets/HRMSDBServices-portlet/docroot/WEB-INF/service/com/hrms/model/CandidateWrapper.java | f795a986a61d5e5803c946d7bdb8c558b96d58eb | [] | no_license | Yashpalsinh/hrms-Phase1 | 342c721fc2fdd6284b8488a941d4a38b8452dbbb | 8f2e10f9446accb44456b6f58aa8733a873347f1 | refs/heads/master | 2021-01-15T13:44:53.105848 | 2015-03-24T13:24:56 | 2015-03-24T13:24:56 | 31,701,263 | 0 | 7 | null | 2015-03-24T13:24:56 | 2015-03-05T07:26:28 | Java | UTF-8 | Java | false | false | 24,027 | java | /**
* Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
*
* The contents of this file are subject to the terms of the Liferay Enterprise
* Subscription License ("License"). You may not use this file except in
* compliance with the License. You can obtain a copy of the License by
* contacting Liferay, Inc... | [
"yashpalsinh.vala@azilen.com"
] | yashpalsinh.vala@azilen.com |
9cb546b6559d38b3a34e57c1f8168259c3e6ec75 | 05948ca1cd3c0d2bcd65056d691c4d1b2e795318 | /classes2/com/xiaoenai/app/d/l.java | 3767ca20bb28ef92ffed7bf2450776aba5091446 | [] | no_license | waterwitness/xiaoenai | 356a1163f422c882cabe57c0cd3427e0600ff136 | d24c4d457d6ea9281a8a789bc3a29905b06002c6 | refs/heads/master | 2021-01-10T22:14:17.059983 | 2016-10-08T08:39:11 | 2016-10-08T08:39:11 | 70,317,042 | 0 | 8 | null | null | null | null | UTF-8 | Java | false | false | 1,547 | java | package com.xiaoenai.app.d;
import android.content.ContentValues;
import android.database.sqlite.SQLiteDatabase;
import com.xiaoenai.app.classes.gameCenter.model.GameEntry;
import com.xiaoenai.app.utils.f.a;
class l
implements Runnable
{
l(k paramk, GameEntry paramGameEntry) {}
public void run()
{
SQLi... | [
"1776098770@qq.com"
] | 1776098770@qq.com |
d9aa8b4c2e3c60e78cb41fbe505d1129a7fa8b56 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /single-large-project/src/main/java/org/gradle/test/performancenull_12/Productionnull_1102.java | c369e046db485b277cab4a0c7fc15d42a14342a9 | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 585 | java | package org.gradle.test.performancenull_12;
public class Productionnull_1102 {
private final String property;
public Productionnull_1102(String param) {
this.property = param;
}
public String getProperty() {
return property;
}
private String prop0;
public String getProp0... | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
782aa9387d948d90c87408e8d5b6a0bd4e50f1cd | 3cab08c3eb19a76b869523b96d2f27fa7d259e56 | /Mp3App/app/src/main/java/com/example/mp3app/Controller/Adapter/BannerAdapter.java | fc1319001f22703d02e55ad6bfa7a576d389ced2 | [] | no_license | leequada/AppMp3 | 064bcea3880065dbec46796272a07009d9122805 | f39ea44f38f66e1616da8bc25fe858ae2dcef5ed | refs/heads/main | 2023-06-21T18:25:09.544746 | 2021-07-14T17:41:20 | 2021-07-14T17:41:20 | 386,025,415 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,474 | java | package com.example.mp3app.Controller.Adapter;
import android.content.Context;
import android.content.Intent;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.annotation.NonNull;
import android... | [
"54482872+leequada@users.noreply.github.com"
] | 54482872+leequada@users.noreply.github.com |
f9b4ae6982005d76e4bf105c375ead1e0e849e50 | 2cd36d65162c4a8c1351915af4651cbf27cb51f7 | /src/main/java/org/giavacms/vertxjpars/common/AbstractServiceRs.java | 4ccbea9c6dc2a92bd89a48534421f7e08cb1509c | [] | no_license | fiorenzino/vertx-jpa-rs | 834c393efd7835f5a477be3a3070ad2617906d56 | 9a19d87dd311f4e8dad170d60012d464b4f571b0 | refs/heads/master | 2021-01-12T12:47:02.977114 | 2016-10-03T09:56:26 | 2016-10-03T09:56:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,161 | java | package org.giavacms.vertxjpars.common;
import io.vertx.core.*;
import io.vertx.core.http.HttpServer;
import io.vertx.core.http.HttpServerResponse;
import io.vertx.core.logging.Logger;
import io.vertx.core.logging.LoggerFactory;
import io.vertx.ext.web.Router;
import io.vertx.ext.web.RoutingContext;
/**
* Created by... | [
"fiorenzino@gmail.com"
] | fiorenzino@gmail.com |
460b8251279520b2e4d176a4bb180d70c081a02d | 659de79fc65a96979841c391290af89780fead96 | /src/main/java/dzien5/Zad89.java | 1af42ca56987912431861006c3b94d48855ad8ae | [] | no_license | olszewskimichal/javaFromBeginnings | 183bba52ae6442df3fc9e25605918d586190e4e1 | c02f7fb8b7dcb01595bfa66a3ebade9ff814b6ad | refs/heads/master | 2020-04-11T00:18:21.552579 | 2019-01-14T17:51:19 | 2019-01-14T17:51:19 | 161,382,680 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 414 | java | package dzien5;
import java.math.BigInteger;
public class Zad89 {
private static BigInteger silnia(long val) {
BigInteger bigInteger = BigInteger.ONE;
for (int i = 1; i <= val; i++) {
bigInteger = bigInteger.multiply(BigInteger.valueOf(i));
}
return bigInteger;
}
public static void main(... | [
"olszewskimichal@outlook.com"
] | olszewskimichal@outlook.com |
ae3677b80e92bda260526d5cc64a5c2cb04f4f6c | 821a833e84cb62dfb86449f2c2abf8a97f99dadb | /hrm/src/main/java/com/kakarote/hrm/entity/VO/QueryInItConfigVO.java | a611b6cb7ad90ee6a49d1abbe4546754bdd63b1d | [] | no_license | jack2572/72crm-11.0-Spring | 59f6c25458ab1a02066cb1b8e3ed0ca0557d1c02 | 1fa4ec2fdf727111eca73ef4c94dfbb7712c83bb | refs/heads/master | 2023-07-27T16:33:02.173645 | 2021-08-27T10:21:39 | 2021-08-27T10:21:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 447 | java | package com.kakarote.hrm.entity.VO;
import com.kakarote.hrm.entity.PO.HrmSalaryConfig;
import io.swagger.annotations.ApiModelProperty;
import lombok.Getter;
import lombok.Setter;
import java.util.Map;
@Getter
@Setter
public class QueryInItConfigVO {
@ApiModelProperty("其他初始化配置")
private HrmSalaryConfig other... | [
"banma@5kcrm.com"
] | banma@5kcrm.com |
713fb7f1fe0fadbf49c044b8a0364fda4c2bec30 | 34cadb91192497bc3e18810bb10a40ae312a2d90 | /src/test/java/org/ghc/tests/pages/KPAUIAccountPreferencesTests.java | 31b4fe77339a1e394be380b4dc521ed50fbc0d37 | [] | no_license | kfrankgh/kp-webtest | 5659659b0b6987cb17b5773ba8fc6d72bb0cff4e | 4653675bff6459a18ce20a99d20ec3d676f4b6d6 | refs/heads/master | 2020-03-09T00:38:48.507056 | 2018-04-07T03:40:25 | 2018-04-07T03:40:25 | 128,493,244 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,436 | java | package org.ghc.tests.pages;
import org.ghc.pages.KPAUIAccountAndPreferencesPage;
import org.ghc.utils.extensions.KPAUIEveryTest;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import java.lang.reflect.Method;
import static org.ghc.utils.KPAUICredentials.accountName.EVERYTHING;
impor... | [
"kfrankgm@gmail.com"
] | kfrankgm@gmail.com |
9214d7c9ac0874c571afe52c10b140bd8958701e | 301c7c03f64c9e096fa4d5680410b0b2338c4dac | /src/main/java/com/user/role/controller/UserRollController.java | add7d6a99244d940ccd516327c226b81c95058dc | [] | no_license | harshadak2805/ServerSide | 9d3bd83008d1e8e11fd1dc2a7bca814af33ca5af | 2e99dab4d7bc569b16a38b64b6f3190d97f62076 | refs/heads/master | 2020-08-20T10:01:49.598407 | 2019-10-18T11:34:36 | 2019-10-18T11:34:36 | 216,009,871 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,787 | java | package com.user.role.controller;
import java.util.List;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.we... | [
"harshada.kudale@harbingergroup.com"
] | harshada.kudale@harbingergroup.com |
0acfc7df87f8316604a557ff0510fc7098cd0ef1 | d9a009f6878c0d3b90c9546c1e0e01ad4aa310e5 | /src/vo/Student.java | 341703d499bfb159e4c8cddb712214bcc5391553 | [] | no_license | liujianping0329/leetCode | 7c659fd86f18649f6cb2157711b88cf40d81a864 | 00d1456f47b7cab8a4588fc6cf44a714d65316d7 | refs/heads/master | 2023-05-03T10:34:17.806766 | 2023-04-29T09:04:08 | 2023-04-29T09:04:08 | 167,491,468 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 119 | java | package vo;
public class Student {
public int age;
public Student(int age) {
this.age = age;
}
}
| [
"ljp@ifourthwall.com"
] | ljp@ifourthwall.com |
a9681df0358527532432bd5a8fb2a74bdbdd112a | 1dcab9d37bf70728a2b2eee25c02a5a30e4f438b | /modules/iam-access-groups/src/test/java/com/ibm/cloud/platform_services/iam_access_groups/v2/model/UpdateAccountSettingsOptionsTest.java | 50bbabdc4ff953114d254b85d2469a6518e8c998 | [
"Apache-2.0"
] | permissive | carecarestinga/platform-services-java-sdk | 74cff402f72c8fa78310a3eeb19bc49b497948df | 124e0b4f7b468e8e8362376c8bad35067c39bd6c | refs/heads/master | 2022-12-06T21:58:53.188976 | 2020-08-31T22:19:54 | 2020-08-31T22:19:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,125 | java | /*
* (C) Copyright IBM Corp. 2020.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | [
"noreply@github.com"
] | carecarestinga.noreply@github.com |
d70ad991a0dadebb4532aa0b1d13168af4e4eb00 | 120db99aa3f3d817ea575e3acb206c7ddf5c1287 | /jthinker/src/oss/jthinker/widgets/JLink.java | 0845c544438c99251a5a54b1f27e0a26ae0402f4 | [] | no_license | ShakirrIsmail/jthinker | e1a0312783ba733e131eaa022987361fae1278b2 | a6029cb24ba028dd3861d2f1fc6c173501f7b9e5 | refs/heads/master | 2021-01-21T10:38:43.096657 | 2010-12-01T20:09:06 | 2010-12-01T20:09:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,601 | java | /*
* Copyright (c) 2008, Ivan Appel <ivan.appel@gmail.com>
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* - Redistributions of source code must retain the above copyright notice,... | [
"ivan.appel@gmail.com"
] | ivan.appel@gmail.com |
a6af75711fb0bfdcacfcd17bb436ee0eda877112 | 3fb209a7c9d8790e694454f7fe3bf75af9c2fa41 | /old__CentralLimitApplet.java | ad1895493d941da9911186f2e3dce4b4a45a5fde | [
"Apache-2.0"
] | permissive | elonen/central-limit-demo | 0c44b0cd4bfbb859ef447621f24e5d6d76a717e7 | f58789be686b0f34edf671c3692d58a8c0001d4e | refs/heads/master | 2022-11-29T12:08:41.785009 | 2020-08-08T22:29:58 | 2020-08-08T22:52:17 | 286,089,838 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,787 | java | import java.awt.*;
import java.applet.*;
import java.util.*;
/**
* An applet to demostrate central limit theorem of probability.
* It utilizes an expression evaluator class by The-Son LAI.
* <p>
* The whole program is distributed under the Modified BSD
* license with the kind permission from The-Son. See below.
... | [
"elonen@iki.fi"
] | elonen@iki.fi |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.