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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
11441decb224d0663403128eadb6aa339a26bbb5 | ec9fbee3cd6fc119c1d15f5649aa30ef36280460 | /src/main/java/com/vnext/w22designpattern/d14bridge/eg1/Car.java | b562a870bb3c7ae91b574ddd29b0eec68afc3041 | [] | no_license | leochn/javaBase | 3e6709ea6520801ac8385de96678657c51ea222d | 458a37a28886166145c257c755e26ca4b676bad9 | refs/heads/master | 2023-07-27T03:43:28.758274 | 2020-09-18T02:48:40 | 2020-09-18T02:48:40 | 120,416,776 | 1 | 0 | null | 2023-07-16T14:52:43 | 2018-02-06T07:18:39 | Java | UTF-8 | Java | false | false | 251 | java | package com.vnext.w22designpattern.d14bridge.eg1;
/**
* 汽车
*
* @author leo
* @version 1.0.0
* @date 2018-06-18 09:55:16
*/
public interface Car {
void install2000Engine();
void install2200Engine();
void install2300Engine();
}
| [
"appchn@163.com"
] | appchn@163.com |
c7449558690d1f5eca7637fc5d611d370c1c3b0c | a2a012f743f138e816e580b59b01f3817b471269 | /baselibrary/src/main/java/com/wdk/baselibrary/network/NetWorkObserver.java | 11327fc664935032969adb7e0a9d452019853e9f | [] | no_license | zhiweinitingliu/androidMVVM | cd7a96cb3bb6124a9b051fc01b6912e7550c4dff | 9cdf458ac12c09ccf34f6b8f339a1923dc896820 | refs/heads/master | 2022-12-21T12:11:12.827516 | 2020-09-25T02:33:51 | 2020-09-25T02:33:51 | 298,462,391 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,324 | java | package com.wdk.baselibrary.network;
import com.wdk.baselibrary.data.bean.ServiceDataBean;
import io.reactivex.rxjava3.annotations.NonNull;
import io.reactivex.rxjava3.core.Observer;
import io.reactivex.rxjava3.disposables.Disposable;
import okhttp3.ResponseBody;
/**
* Description :
*
* @Author : wdk
* @CreateTi... | [
"wangdukang@jybdshop.cn"
] | wangdukang@jybdshop.cn |
9fc21ac7ed2a758baab951170a274c4567bd715b | 5f3e2a56be6e6a5d0b7800af835f74a669a23bbb | /JavaDay02/src/com/demo/Test5.java | d6761905615e9f7b2859dce4e7dd1696b1b6ad2f | [] | no_license | GimoMeng/Java | 4c61bc90fbc0af649ef77f8c73db850a071a63e9 | 0360047b1b6868244d2905892a17cc3c5895e2ca | refs/heads/master | 2021-01-12T10:03:49.648160 | 2017-03-05T12:32:55 | 2017-03-05T12:32:55 | 76,247,989 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 441 | java | package com.demo;
public class Test5 {
public static void main(String[] args) {
//平时我们总会去做一些重复的事情
//比如各位平时在玩游戏的时候,游戏中有一种任务叫循环任务
//所谓循环指的是多次执行同一重复操作
//Java中也对循环有其独有的表示方法
//第一种for循环
for(int i=1;i<=10;i++){
System.out.println("这是第"+i+"次执行任务!");
}
}
}
| [
"375858470@qq.com"
] | 375858470@qq.com |
8f0abd43624c2b17f2faf6f146cc469a0eff1c77 | 903d3846794eadc027717c9f541fad7bff8a8acb | /src/br/com/ederleite/codekata/conversaoNumerica/service/impl/ConversorNumericoServiceMateusImpl.java | 2b5ade7603a743d31c4007ada042f040940b0fb0 | [] | no_license | edermfl/codekata | a4c36271f8365739842e7f04491d5d7c0b5a8aac | 89194fc281fff8b976feca5d623866f92ed1d028 | refs/heads/master | 2021-01-21T04:41:12.636536 | 2016-07-18T16:38:50 | 2016-07-18T16:38:50 | 50,683,802 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,208 | java | package br.com.ederleite.codekata.conversaoNumerica.service.impl;
import br.com.ederleite.codekata.conversaoNumerica.service.IConversorNumericoService;
/**
* Created by mateus marquezini on 24-06-2016.
*/
public class ConversorNumericoServiceMateusImpl implements IConversorNumericoService {
public static int c... | [
"eder.leite@synchro.com.br"
] | eder.leite@synchro.com.br |
eab1854fcdb22251ce25bf7b42925cd11e3cffc8 | 2f9ff0ac540985d89010e13c315d8455aa57e278 | /src/PageRanker.java | b666c1eadcb195332c5f0599654e70bbb73b13a1 | [] | no_license | Matchatta/IR_P3_Improvement | 6b21d0ce264c4b84517294fbfd1c90c690593bf8 | dbb1d92809b970c94d63b8970179a8ce9b371f8f | refs/heads/master | 2020-09-13T20:52:56.381781 | 2019-11-28T09:13:09 | 2019-11-28T09:13:09 | 222,899,598 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,089 | java | //Name(s):Kamonwan Tangamornphiboon, Patakorn Jearat, Matchatta Toyaem
//ID: 6088034, 6088065, 6088169
//Section: 2
import java.io.*;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.util.*;
import java.util.function.Function;
import java.util.stream.Collectors;
/**
* This class implements PageRank... | [
"matchatta.toy@student.mahidol.ac.th"
] | matchatta.toy@student.mahidol.ac.th |
b1c2baa6b1e6f0d616ed5a44333156c8537bb126 | 8c5289f518522bbf7e348e88def9b74db1a5089e | /SpringPracticeNow/src/main/java/com/otp/testing/repo/EmployeeRepo.java | 7c3bc2c76a723e23e19b89af47a93611a3e90c0a | [] | no_license | egar-learner/Spring_Boot_Self | 5b62f0d1f4576e83776f1a84a27717f7361cecfa | 129d4d3e61e12cd34facd4766a3b0b679c64e773 | refs/heads/main | 2023-05-04T12:19:41.211738 | 2021-05-23T14:18:30 | 2021-05-23T14:18:30 | 337,191,400 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 305 | java | package com.otp.testing.repo;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.otp.testing.model.Employee;
@Repository
public interface EmployeeRepo extends JpaRepository<Employee, Long> {
void deleteEmployeeById(Long id);
}
| [
"75212187+egar-learner@users.noreply.github.com"
] | 75212187+egar-learner@users.noreply.github.com |
19c99cbc748368fc9a3ed62679950c5ab8898baf | b1fe09139e77f820fdd20e63a09b7beed5440ebb | /src/main/java/netty/echo/EchoClientHandler.java | 4b294fea91797cac9c473d0d89ec46c88dda8214 | [] | no_license | yutuer/javatools | ca22ffcd6aa11b6d8ace17f1032dd815d65ddb6f | d6820df9d456206a3eb66dad808e07045a2545e5 | refs/heads/master | 2021-09-03T02:03:00.976110 | 2018-01-04T19:00:39 | 2018-01-04T19:00:39 | 30,295,314 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,190 | java | package netty.echo;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.Unpooled;
import io.netty.channel.ChannelHandler.Sharable;
import io.netty.channel.ChannelHandlerContext;
import io.netty.channel.SimpleChannelInboundHandler;
import io.netty.util.CharsetUtil;
@Sharable
public class EchoClientHandler extends S... | [
"yutuerzf@163.com"
] | yutuerzf@163.com |
e68883298309b790ea8cb078b51fdd1a6e11a8c1 | 04bd4dd17868813e903e7be10cdce94d06c0b34c | /src/main/java/com/kone/mxl/controller/UserController.java | 8c9781a63f44cd5cdcc29ab0292f8a5b7d53dbbe | [] | no_license | kone2129/Springboot_s | 66d2abd7d20f2858f442e8ebccff383e95a8906f | a63ddc3c482218ca15533a0e4957df82e0497f63 | refs/heads/master | 2022-07-16T10:35:07.323890 | 2020-05-21T03:08:23 | 2020-05-21T03:08:23 | 262,534,151 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,149 | java | package com.kone.mxl.controller;
import com.kone.mxl.entity.BPSUsers;
import com.kone.mxl.utils.ResultVO;
import com.sun.org.glassfish.gmbal.ParameterNames;
import org.springframework.web.bind.annotation.*;
import javax.validation.Valid;
import javax.validation.constraints.NotEmpty;
/**
* @author Kone.wang
* @date... | [
"862709625@qq.com"
] | 862709625@qq.com |
7de6e8b131a7246f350dbec79b13162acbc9befb | 30feed24d39c673201faaccf9a2db0707d38adee | /springrain/src/main/java/org/springrain/cms/entity/CmsPropertyvalue.java | bbdba3b8d9ba37859696e21ab4593e297b8e8fd7 | [] | no_license | 994401266/mir | a62d31d2bf08898b7e01330cb0facace5cbc1bda | 9b6fe1038263994c017dbca430ed9e16c73f58ff | refs/heads/master | 2020-03-17T14:27:01.650047 | 2018-06-03T16:27:11 | 2018-06-03T16:27:11 | 133,672,593 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,584 | java | package org.springrain.cms.entity;
import javax.persistence.Id;
import javax.persistence.Table;
import org.apache.commons.lang3.StringUtils;
import org.apache.commons.lang3.builder.EqualsBuilder;
import org.apache.commons.lang3.builder.HashCodeBuilder;
import org.springrain.frame.annotation.WhereSQL;
import ... | [
"GYQ@192.168.25.1"
] | GYQ@192.168.25.1 |
4f8b89686e5352335d538294cde6ba8b9066abdc | 0c7f2c43b8ae3f0ef5683e792ba307895d51244a | /app/src/main/java/com/example/nice/geeknews/view/SelectView.java | 2237d1c6287443225d0e92f99423551cce283236 | [] | no_license | SupanWang/MyGeekNews | e92c5549288b4822ff8532aeb8bb1205fc0b6425 | ab5a7b49bc95671ff9f37f8c1cb6b17359c9920e | refs/heads/master | 2020-05-15T22:09:19.776758 | 2019-05-06T02:23:33 | 2019-05-06T02:23:33 | 182,519,975 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 207 | java | package com.example.nice.geeknews.view;
import com.example.nice.geeknews.bean.SelectionBean;
public interface SelectView {
void onSuccess(SelectionBean selectionBean);
void onFailed(String str);
}
| [
"1635283942@qq.com"
] | 1635283942@qq.com |
c5629c65ad8661fa60e955f3e637942d9e9f2f85 | 119ac25712822c80d8a525ef952c8fbe5bf1aecc | /wanhaohui2/src/main/java/com/wishland/www/wanhaohui2/view/customlayout/LineScrollView.java | 82310a7ab6866e7d158138776313337079b56523 | [] | no_license | RightManCode/wishland | 7c1a3b4a1c545441b6a20b1ab4920122cc79bc98 | 3b673e5a0e7ca33b91466e86ee418a8e88918073 | refs/heads/master | 2021-05-09T22:52:11.454551 | 2018-01-24T12:54:39 | 2018-01-24T12:54:39 | 118,765,146 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,483 | java | package com.wishland.www.wanhaohui2.view.customlayout;
import android.content.Context;
import android.util.AttributeSet;
import android.view.MotionEvent;
import android.view.ViewConfiguration;
import android.widget.ScrollView;
/**
* Created by admin on 2017/10/20.
*/
public class LineScrollView extends ScrollView... | [
"bing@163.com"
] | bing@163.com |
a6922dd1998a532f095e4b438d2c99c116a91910 | 20883bb5a2591b92866abd9e30a7092c1054437c | /src/main/java/fr/diginamic/daos/jdbc/CategorieDaoJdbc.java | 1d82093d38dd09b3df0e8a94c665498f77df7a68 | [] | no_license | jeremy-e-f/traitement-fichier-jpa-off | 403d19887186e4ea16dbf74cd479d71436f82ed3 | 689b90cef526056d58ddb17f739544b846e9d4c3 | refs/heads/master | 2021-07-03T10:04:05.405614 | 2019-12-21T14:23:37 | 2019-12-21T14:23:37 | 229,023,921 | 0 | 0 | null | 2021-04-26T19:48:31 | 2019-12-19T09:48:17 | Java | ISO-8859-1 | Java | false | false | 5,254 | java | package fr.diginamic.daos.jdbc;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import fr.diginam... | [
"j.e.fromin@gmail.com"
] | j.e.fromin@gmail.com |
6ee7d46cc65c11020365c663d33c32987e9dc7bf | 2cb571da0f58c4dd10af844333c120ae4a207386 | /Client/app/src/main/java/com/client/CustomAdapter/CustomOutcomeGroup.java | 172a808c54a2fff15cb2736dba87d891ad20b81f | [] | no_license | thongbn/TLUWallet | e3a7e17ca75b9cf90b419cce8df1ffba37fd28fe | ed8622a6159566e3d47eedd8ebc7dbd2f4a93e4c | refs/heads/master | 2021-01-21T13:08:30.864246 | 2016-04-26T17:10:54 | 2016-04-26T17:10:54 | 43,284,726 | 0 | 2 | null | 2015-09-28T08:02:29 | 2015-09-28T06:50:33 | Java | UTF-8 | Java | false | false | 2,129 | java | package com.client.CustomAdapter;
import android.app.Activity;
import android.content.Context;
import android.content.res.TypedArray;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.Te... | [
"nguyenminhtoan2893@gmail.com"
] | nguyenminhtoan2893@gmail.com |
9ddfd649d98adc65acd137eaf2e0482494c13578 | 3bfefcf570e8c806277364db9b4cebe697557881 | /src/test/java/soundsystem/CDPlayerTest.java | 1929f87ae9ffffa484c40ad318e93585b32843a7 | [] | no_license | lixiao156/chap2 | 78e0531db9b682ee60a1db421ebd1fcef06b6707 | 11a96fae705dd0f8d85fc9bbd3acec06125369fa | refs/heads/master | 2022-12-20T13:25:27.211646 | 2020-04-08T03:51:00 | 2020-04-08T03:51:00 | 253,979,505 | 0 | 0 | null | 2022-12-16T15:33:53 | 2020-04-08T03:50:50 | Java | UTF-8 | Java | false | false | 1,042 | java | package soundsystem;
import static org.junit.Assert.*;
import org.junit.Rule;
import org.junit.Test;
import org.junit.contrib.java.lang.system.StandardOutputStreamLog;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qu... | [
"1475598527@qq.com"
] | 1475598527@qq.com |
8f4f798772640d1dd82505a643f70423a8a2e168 | 8c0362a10fbe77ab0c8c2a0894e341f61350c632 | /PullLoadMoreRecyclerView_Text/app/src/main/java/com/example/administrator/pullloadmorerecyclerview_text/RVAdapter_Main.java | e34480bb05f0dc8687859d0e69eb93fed5aad6ec | [] | no_license | shuoshuoran/cangku | 4a8d1299958975133ada112e10f9850322fcfc84 | b0c31a449f08f9a1cdeb033c641fedf8330b3ffd | refs/heads/master | 2021-07-09T12:44:51.601466 | 2017-10-10T01:21:51 | 2017-10-10T01:21:51 | 106,267,885 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 853 | java | package com.example.administrator.pullloadmorerecyclerview_text;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.view.ViewGroup;
import java.util.ArrayList;
/**
* Created by Administrator on 2017/9/29.
*/
public class RVAdapter_Main extends RecyclerView.Adapter<Recycl... | [
"32406232+shuoshuoran@users.noreply.github.com"
] | 32406232+shuoshuoran@users.noreply.github.com |
5a6a2f4e9b53583d778c64d35d23e11ff9a93a96 | f3ca9b6dddc85ee8cf72af92996a82c9266bb0fa | /spring-boot-data-jpa-easyui-edatagrid/src/main/java/com/jege/spring/boot/controller/InitApplicationListener.java | b4d552d69d7dbd5f3297f860a1b8e5be18852845 | [] | no_license | je-ge/spring-boot | 66362ad6f1225948ccff854895c8665ff2ba30c2 | a57d40d44b6f31323524dc5f422dbff1748cd2ea | refs/heads/master | 2020-06-23T11:18:10.037362 | 2017-08-06T14:35:07 | 2017-08-06T14:35:07 | 74,650,489 | 378 | 300 | null | 2018-05-31T07:14:15 | 2016-11-24T07:55:44 | Java | UTF-8 | Java | false | false | 1,010 | java | package com.jege.spring.boot.controller;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationListener;
import org.springframework.context.event.ContextRefreshedEvent;
import org.springframework.stereotype.Component;
import com.jege.spring.boot.data.jpa.entity.User;
imp... | [
"1272434821@qq.com"
] | 1272434821@qq.com |
edcfedb2d7a37ae9bcc3b561ed3dcb77991d3d1a | d26c3e9a017400237ac264098c16971ffbef4387 | /app/src/main/java/landz/fdy/com/p1_landz/freamwork/base/BaseBean/SearchResultBean.java | eacc6607c6ff02112c936fc2ff41d2c802265ce2 | [] | no_license | fudiyang/P1_landz | 91e271e6f6e443877f01df7df84029d64afa7d11 | 45c954aad3486bdd4602785d80d17a15cb769c69 | refs/heads/master | 2021-01-17T19:57:45.041990 | 2016-08-12T12:31:53 | 2016-08-12T12:31:53 | 65,551,392 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 553 | java | package landz.fdy.com.p1_landz.freamwork.base.BaseBean;
import java.util.List;
/**
* Created by fudiyang on 2016/7/25.
* Author fudiyang
* Description :
*/
public class SearchResultBean {
public String resultStatus;
public String resultMsg;
public List<SearchBean> result;
@Override
public St... | [
"1571101896@qq.com"
] | 1571101896@qq.com |
b7cf0a8275b954c5d13173357da783ae60d86cac | 4b3a20817a90124c754aebd57418b5213c49d02f | /src/liu/eastcom/Control/WorkWithDFT.java | 609651af7ec4a18bd075089651e0f94b8ddcf2b9 | [] | no_license | feisuo/updateFiles | 6be8e0d6f8e2339f4e839782ff9d385f1141b1f4 | 9b14a7456dc3391d0cc8676360b37b830d9a09bc | refs/heads/master | 2021-01-10T11:28:10.433839 | 2015-11-05T09:49:03 | 2015-11-05T09:49:03 | 45,014,001 | 2 | 1 | null | null | null | null | GB18030 | Java | false | false | 2,585 | java | package liu.eastcom.Control;
import java.io.File;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Stack;
import java.util.StringTokenizer;
import liu.eastcom.util.IOUtil;
public class WorkWithDFT extends Work{
//资源 上下文信息
private ResourceManager rs;
//更新时间点
private Calendar now;
//更新... | [
"liudh@hongkun.com.cn"
] | liudh@hongkun.com.cn |
e316b457e2b38a4e69d7a68be59efc256754de57 | fa4889c579cdfe6e643c9494d7577b37ff514004 | /spring-https/src/main/java/ir/wikichera/spring/https/HelloResource.java | 5b2c5ccc7e6567c51a5c5a2c5942971bb3257fe8 | [] | no_license | patzu/spring-boot | 875ad5952117aa4de00db17123ca3f740bc2a383 | 1e32d335c7955785a3de5308731ef3c7d9ea689b | refs/heads/master | 2020-11-26T05:08:10.716679 | 2020-02-06T16:43:42 | 2020-02-06T16:43:42 | 228,965,581 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 412 | java | package ir.wikichera.spring.https;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
@RequestMapping(value = "/hello")
public class HelloResource {
@GetMa... | [
"noreply@github.com"
] | patzu.noreply@github.com |
96374b21e4f67988781fbf6dff81cf6ab3cdbcd2 | 062081a2edfe042b7e3b6455f9d6b151ac8a6a64 | /Binary Search Tree/13. Ceil in BST.java | a4bb28a99d7f634c7c8cc9f330408f3a949b73b1 | [] | no_license | AkshayAnil1080/DSA-Self-pace-GFG | c14d840e8ddc9bf2535e3ead7cd6e658d3acdbca | 7acc091f5c99efb4dcc4d7d7ba0ebea84d2d2685 | refs/heads/main | 2023-06-30T23:29:31.438683 | 2021-07-31T07:41:04 | 2021-07-31T07:41:04 | 352,404,899 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 906 | java | https://practice.geeksforgeeks.org/viewSol.php?subId=f71791e3807fe774158a3cab8ef48577&pid=701135&user=akshayanil
https://practice.geeksforgeeks.org/problems/implementing-ceil-in-bst/1/?track=DSASP-BST&batchId=154
TC : O(ht of BST)
SC: O(1)
class Tree
{
//Function to return the ceil of given number in BST.
int ... | [
"akshayanil356@gmail.com"
] | akshayanil356@gmail.com |
c33c4b09d77e1d5f3bd0dd7caa41e7b9aab1b408 | 300751b336aee50705215a4c84a4969d94530735 | /src/main/java/com/advertise/in/repository/AdvertiseRepository.java | 5ec1a051b444aef094d9352723270585f92b5476 | [] | no_license | swapnil288/AdManagement2 | 8f215cac28a6bdf9ebde03979b55dee1e2701522 | 1a8b0b789b72b9248d387b1a4d5ccdc73e0743e8 | refs/heads/main | 2023-04-13T14:46:48.730207 | 2021-04-28T07:14:52 | 2021-04-28T07:14:52 | 362,373,687 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 319 | java | package com.advertise.in.repository;
import java.util.Optional;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.advertise.in.model.Advertise;
@Repository
public interface AdvertiseRepository extends JpaRepository<Advertise, Integer> {
}
| [
"swapnilmhapankar9146@gmail.com"
] | swapnilmhapankar9146@gmail.com |
b36655aa9f870c41348cee995a0eb3cb4edb9e54 | db0b06255a47a96748a38ea714369298c506ade6 | /modules/web/src/com/company/spmu/web/screens/ExtMainScreen.java | fda1cedce92040d2ae1ea0b71c340ef3f3c95b4a | [] | no_license | stfoxfox/spmu | 5987a95c3b252bec653a1e35211234aa35601a7a | 8b77746df5a4bb56a9b0707f20211b221428960c | refs/heads/master | 2020-11-30T10:25:55.928209 | 2019-12-27T05:11:40 | 2019-12-27T05:11:40 | 230,376,711 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,824 | java | package com.company.spmu.web.screens;
import com.company.spmu.entity.*;
import com.company.spmu.entity.Target;
import com.haulmont.cuba.core.global.DatatypeFormatter;
import com.haulmont.cuba.core.global.TimeSource;
import com.haulmont.cuba.core.global.UserSessionSource;
import com.haulmont.cuba.gui.ScreenBuilders;
im... | [
"nfomin@outlook.com"
] | nfomin@outlook.com |
adab54c2c0e570e8e2a2de7707cd7324cc5bf181 | 982753e0b19b2f826930b79addfd77ed4d70c0c5 | /src/main/java/com/taxisurfr/servlet/StatServlet.java | 9d894ecf12794b6bfbc73842c106a16423f8d09e | [
"Apache-2.0"
] | permissive | peterredmondhall/taxisurfr | df67b5cd5c5e04535219bb5c2bd391ffe5c0807f | c17de4dbdbbd7bcb93c6646d0da75c0e3b73c3f2 | refs/heads/master | 2021-01-17T13:21:03.990871 | 2016-07-11T19:20:48 | 2016-07-11T19:20:48 | 39,792,323 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,392 | java | package com.taxisurfr.servlet;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.google.appengine.repackaged.com.google.api.client.util.Strings;
import com.google.common.collect.ImmutableMap;
import com.googlecode.objectify.ObjectifyService;
import com.taxisurfr.client.service.BookingService;
import com.t... | [
"peterredmondhall@gmail.com"
] | peterredmondhall@gmail.com |
b276424eb99b10d387bee9e414c6e03a6519a1f5 | a0d234e188555f4bca4818eb62323a7e1a082046 | /src/pl/chemik77/utils/queries/ReadRecord.java | 0ca5284b8c7bcd1342979042e7ffcad3c72d6995 | [] | no_license | chemik77/Customer_Database | 2d30ad077f487437138638747cdb4fae974a0abb | 819205c20465bc30baec56918622dfeb72451d6d | refs/heads/master | 2021-01-02T09:40:24.910552 | 2017-08-29T14:41:54 | 2017-08-29T14:41:54 | 99,273,448 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,472 | java | package pl.chemik77.utils.queries;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import pl.chemik77.model.Address;
import pl.chemik77.model.Customer;
import pl.chemik77.utils.DbManager;
public class ReadRecord {
private Connecti... | [
"ania.kawala@gmail.com"
] | ania.kawala@gmail.com |
bdf77165d57d3df3bc03459d738b7e6206c94593 | 5bb1700644952009c21705346f2fcef65698c50a | /sc-provider/sc-xzsd-pc/src/main/java/com/xzsd/pc/menu/service/MenuService.java | 8c8baa27c13fd4ab9b1259164cd5bac06d50e75d | [] | no_license | kylenkyrie/walkStore | 8ae4cd9cc95af8082dbd8897603b2d216ea615f1 | 544a729df6680860cb261cc331686b6d99b29ded | refs/heads/master | 2022-04-24T01:24:53.642937 | 2020-04-19T00:06:34 | 2020-04-19T00:06:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,312 | java | package com.xzsd.pc.menu.service;
import com.xzsd.pc.menu.dao.MenuDao;
import com.xzsd.pc.menu.entity.MenuInfo;
import com.xzsd.pc.util.AppResponse;
import com.xzsd.pc.util.StringUtil;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import javax.annotati... | [
"2323539733@qq.com"
] | 2323539733@qq.com |
27b44c2a72cd040d24c2387466999f61252e893f | 5cf8544c53ae9affa15601d69c0ac61a74413491 | /crud-web/src/br/edu/devmedia/crud/util/ConexaoUtil.java | b41161fd355a5d11ca2f92d6e2c6dad456943a6f | [] | no_license | GeorgeSalu/Servlet-JSP-JSTL-e-Tags | de23a271efc12df69630047575f344ea0c0d59c0 | a329a84e768e53de37bcdfd1c795353758779bbb | refs/heads/master | 2021-01-10T17:31:43.992463 | 2016-04-28T20:04:09 | 2016-04-28T20:04:09 | 49,839,210 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 719 | java | package br.edu.devmedia.crud.util;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.util.ResourceBundle;
/**
* Classe de geração de novas conexões
*
* @author George
*/
public class ConexaoUtil {
private static ResourceBundle configDB = ResourceBundle.getBu... | [
"george.salu10@gmail.com"
] | george.salu10@gmail.com |
f36906a31dd86bc18808486135dc3c978b6d4b15 | 5553216ec12dfb8515e74a18c9d5c6449fe15f03 | /src/main/java/Controllers/SessionController.java | 1c51283d88bd269b6930c123b7c9876f47007223 | [] | no_license | cameron87423/Coursework | b1f519680eeca40d91cd8df25c6a3cf76a453b79 | 75c013db2ec1461f95112e82424763364b9e3917 | refs/heads/master | 2022-07-28T14:55:30.579550 | 2020-01-27T11:21:28 | 2020-01-27T11:21:28 | 191,376,020 | 0 | 0 | null | 2022-07-07T22:10:30 | 2019-06-11T13:21:03 | JavaScript | UTF-8 | Java | false | false | 7,902 | java | package Controllers;
import Server.Main;
import org.glassfish.jersey.media.multipart.FormDataParam;
import org.json.simple.JSONArray;
import org.json.simple.JSONObject;
import javax.ws.rs.*;
import javax.ws.rs.core.MediaType;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
@Path("Sessions/")
public cla... | [
"87423@farnborough.ac.uk"
] | 87423@farnborough.ac.uk |
54067001003bb561521bab3973b2e1e3ee931258 | 17a836e535db35c19f2db09eded9ec9e19174834 | /loanapplication/src/main/java/com/kocfinans/loanapplication/repository/UserRepository.java | 0e2e4fcf837bb87f95d6d2ab61f8a9c613eb90a5 | [] | no_license | yyusufaslan/loan-limit-query-application | d26219ec6b8738e64639a9c3283f524e2efe1c81 | 111c8fff66d33b62f1780c15c4ea4b6b521b9baa | refs/heads/master | 2022-12-15T13:53:13.270422 | 2020-09-06T21:42:57 | 2020-09-06T21:42:57 | 293,326,474 | 0 | 0 | null | 2020-09-06T17:34:02 | 2020-09-06T17:21:20 | null | UTF-8 | Java | false | false | 322 | java | package com.kocfinans.loanapplication.repository;
import com.kocfinans.loanapplication.entity.User;
import org.springframework.data.jpa.repository.JpaRepository;
import java.util.UUID;
public interface UserRepository extends JpaRepository<User, UUID> {
User findByNationalIdentityId(String nationalIdentityId);
... | [
"yusuf.aslan@pia-team.com"
] | yusuf.aslan@pia-team.com |
f1fbb0bc9f85ce0a0f5410b7f9de25b1ece1ebaa | 70f7a06017ece67137586e1567726579206d71c7 | /alimama/src/main/java/com/taobao/onlinemonitor/DynamicCloseGuard.java | 6927351e21b106fc5c173fa82b7b98b7790311a1 | [] | no_license | liepeiming/xposed_chatbot | 5a3842bd07250bafaffa9f468562021cfc38ca25 | 0be08fc3e1a95028f8c074f02ca9714dc3c4dc31 | refs/heads/master | 2022-12-20T16:48:21.747036 | 2020-10-14T02:37:49 | 2020-10-14T02:37:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,752 | java | package com.taobao.onlinemonitor;
import android.text.TextUtils;
import android.util.Log;
import java.lang.reflect.Field;
import java.lang.reflect.Method;
public class DynamicCloseGuard extends BaseDynamicProxy {
public DynamicCloseGuard(OnLineMonitor onLineMonitor) {
super(onLineMonitor);
}
publ... | [
"zhangquan@snqu.com"
] | zhangquan@snqu.com |
1ed91a82aff178ae9b4619912b543b3bdba4e791 | 4fd8b48006d6e98ceed49538d8ae5fbeb1ad0d70 | /ProjectPengubinan/src/projectpengubinan/PersegiPanjang.java | f2623dd9961c90e572495af309a50b7adc57d836 | [] | no_license | muhammadhardiansyah/PBO_03_Method | 5dd6fd87bb41c0aec5417dc4d4fd00a2fbf1daf4 | 1f1de1f36b6bd77666a1edd1f89807e5e24df592 | refs/heads/main | 2023-08-07T11:50:54.498865 | 2021-10-08T10:22:52 | 2021-10-08T10:22:52 | 414,941,679 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 553 | 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 projectpengubinan;
/**
*
* @author asus
*/
public class PersegiPanjang {
//method untuk mengalikan dua bilangan a ... | [
"71612996+muhammadhardiansyah@users.noreply.github.com"
] | 71612996+muhammadhardiansyah@users.noreply.github.com |
a9dec2e08434161aee57c62c4b2ddac4f6df77c4 | 902c50fab6a1af1cb69e69afa4171637129b888e | /app/src/main/java/com/example/appvendas/Entity/ProductGroup.java | 0c3610c1f3c67432a1ed0d79d0180f3db799faf4 | [] | no_license | JoseDeAssis/AppVendas | 0c23fb964c0ff20f85c8313ac870b28759a17081 | 6ea2157f0bd5407f94b1986c41b2f1565e963481 | refs/heads/master | 2020-08-15T14:01:04.853323 | 2020-02-13T20:53:57 | 2020-02-13T20:53:57 | 215,354,387 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 840 | java | package com.example.appvendas.Entity;
import android.widget.ImageView;
public class ProductGroup {
private String groupName;
private int groupImg;
private boolean selected;
public ProductGroup(String groupName, int groupImg, boolean selected) {
this.groupName = groupName;
this.groupI... | [
"jose.assis@aluno.uece.br"
] | jose.assis@aluno.uece.br |
7525a1dccf9713d7bfe0c9552fbbe33e663caf16 | 60d72d45de3900971558b6ebef3c6abb2cad570f | /concurrent/src/pervious/SleepUtils.java | c8d0563b0a3e35e32edce47dfca6565cef91dbf0 | [] | no_license | qianbudiao6/Java-Concurrent-Notes | b1965623e7046195cec7954db1a0a96a09ca1194 | 91b980485a3b8166fbaa71b115191c9e77cef368 | refs/heads/master | 2020-04-07T05:12:41.070533 | 2018-03-14T02:16:15 | 2018-03-14T02:16:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 331 | java | package pervious;
import java.util.concurrent.TimeUnit;
/**
* Created by walmt on 2017/8/24.
*/
public class SleepUtils {
public static final void second(long seconds) {
try {
TimeUnit.SECONDS.sleep(seconds);
} catch (InterruptedException e) {
e.printStackTrace();
... | [
"304801299@qq.com"
] | 304801299@qq.com |
48518a4da5ba7afead1d88895645950e99313034 | a3acab4bb2fa6f5c39dd88968ab6a37d8cbb6f0a | /2AppDemoServiceProviderA/src/org/demo/ServiceProvider2.java | 6e8fd7e1669ea4ffdb09dc8ed3a18d5f68aa50ed | [] | no_license | jalbertomr/simpleLookupAPI | add06bddee9078779d7c5a89351dc9800131e7ee | 1f36d579a51ab9655f240eee25f824a4c349758d | refs/heads/master | 2021-07-06T19:25:07.468525 | 2017-09-27T23:54:17 | 2017-09-27T23:54:17 | 104,812,714 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 299 | java | package org.demo;
import org.demo.services.ServiceInterface;
public class ServiceProvider2 implements ServiceInterface{
@Override
public String getName() {
return "returns ServiceProvider2 from 2AppDemoService which implements ServiceInterface from 1AppDemoService";
}
}
| [
"jalbertomr@yahoo.com"
] | jalbertomr@yahoo.com |
6753f55a380aa04fd7ce66e2b78e3f276193dec4 | 92e79f38a66d0875d2b611a6b518ecfcc167dc94 | /app/src/main/java/eu/uk/ncl/pet5o/esper/epl/enummethod/eval/EnumAverageScalarLambdaForge.java | 4b40e194d296011b10fd138aa55a634b66c2b4aa | [] | no_license | PetoMichalak/EsperOn | f8f23d24db21269070e302c0a6c329312491388b | 688012d2a92217f4b24bf072dac04ed8902a313d | refs/heads/master | 2020-03-24T01:06:17.446804 | 2018-07-25T15:53:50 | 2018-07-25T15:53:50 | 142,322,329 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,940 | java | /*
***************************************************************************************
* Copyright (C) 2006 EsperTech, Inc. All rights reserved. *
* http://www.espertech.com/esper *
* http://www.espertech.com ... | [
"P.Michalak1@newcastle.ac.uk"
] | P.Michalak1@newcastle.ac.uk |
43a7d09bfd737a8781238a521da733a34dc3e4a5 | cb2879765d641ab6f949714f9bb4d38b3bc6fe8a | /DataAnalystics/JUnit/citi/serviceImpl/DateTransferServiceImplTest.java | 87266a2b97cab09b78f63de4ce516cad4bfc1d0b | [] | no_license | dongbruno/DataAnalystics | d00fe7220407cf733cba88278f965a10bf0a7368 | ae85f3474e93697930e831f24bc86a0001827932 | refs/heads/master | 2021-06-21T01:53:07.820396 | 2017-08-11T06:08:37 | 2017-08-11T06:08:37 | 99,395,069 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,863 | java | package citi.serviceImpl;
import static org.junit.Assert.assertTrue;
import java.util.List;
import org.junit.Before;
import org.junit.Test;
public class DateTransferServiceImplTest {
@Before
public void setUp() throws Exception {
}
@Test
public void testToDateFromString() {
DateTransferSer... | [
"ty1995526@outlook.com"
] | ty1995526@outlook.com |
eb018a41f2ac01bce9dcd7b7e88097c0f9cd716f | a27d1aeaebf8fef1ba0985e8ed59a089f57bab61 | /jyyBlog-web/src/main/java/com/baidu/ueditor/ConfigManager.java | f848adc09a8c6aa35c906bedd7d301c047a39cf7 | [] | no_license | matrix-jyy/jyyBlog | c1678379e3f11582a214a4263f7d5cd0749b536a | 8640f8e1022412481fe4dc74a6afc1a100933f2c | refs/heads/master | 2021-01-23T06:39:34.037788 | 2017-06-01T08:08:27 | 2017-06-01T08:08:27 | 93,032,570 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,432 | java | package com.baidu.ueditor;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.UnsupportedEncodingException;
import java.util.HashMap;
import java.util.Map;
import java.uti... | [
"935090232@qq.com"
] | 935090232@qq.com |
04b39752f2955e07d943e4be69f6a5d77c1e3c89 | 20eb62855cb3962c2d36fda4377dfd47d82eb777 | /newEvaluatedBugs/Jsoup_31_buggy/mutated/2705/HtmlTreeBuilderState.java | b7e7af34791a11b8125d02d060453af5911cc6e9 | [] | no_license | ozzydong/CapGen | 356746618848065cce4e253e5d3c381baa85044a | 0ba0321b6b1191443276021f1997833342f02515 | refs/heads/master | 2023-03-18T20:12:02.923428 | 2020-08-21T03:08:28 | 2020-08-21T03:08:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 68,486 | java | package org.jsoup.parser;
import org.jsoup.helper.DescendableLinkedList;
import org.jsoup.helper.StringUtil;
import org.jsoup.nodes.*;
import java.util.Iterator;
import java.util.LinkedList;
/**
* The Tree Builder's current state. Each state embodies the processing for the state, and transitions to other states.
*... | [
"justinwm@163.com"
] | justinwm@163.com |
055ea845be372e745288875abc6295e24ec08b0b | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/13/13_28cd1394777ecf4d18bc72a5f9268f5c6f6a4a17/JCanvas/13_28cd1394777ecf4d18bc72a5f9268f5c6f6a4a17_JCanvas_t.java | 6384815e88f0b14be6d544c983c8c278bdfa8848 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 1,959 | java | package com.graphics.java.Model;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.Point;
import java.awt.Rectangle;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
import javax.swing.JPanel;
import com.graphics.java.Interfaces.ID... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
fdb7972a3ceef7c52b91a8012a2d50c2721abfbe | a074d33e243289005b06ea6e46b7ac456fbfe8d3 | /java/WEERVICES/soapwebservocedemo/src/com/hcl/demo/Calculator.java | b539c1776969909d3191b895c8afb90752316f02 | [] | no_license | vinodkumarr269/mode2-anubu-sir | 4ffc448933a06bc105825f72a6a3578c321f13e1 | b6a63dc9d4f9233793589c0b53d653340f5b1fcf | refs/heads/master | 2022-12-28T23:38:56.138431 | 2019-10-21T13:12:49 | 2019-10-21T13:12:49 | 216,739,019 | 0 | 0 | null | 2022-12-16T05:24:38 | 2019-10-22T06:27:58 | JavaScript | UTF-8 | Java | false | false | 164 | java | package com.hcl.demo;
public class Calculator {
public int add(int num1,int num2)
{
return num1+num2;
}
public int mul(int num1,int num2){
return num1*num2;
}
}
| [
"vinodkumarr269@gmail.com"
] | vinodkumarr269@gmail.com |
7056801079679f4ca862013f05bcdb3d74947dde | a061eac0a02e0e323a462b9d44bd7f7b8106d7b7 | /kodilla-stream/src/main/java/com/kodilla/stream/world/World.java | 22e722e9297a8eb686be0a010cc41b62eb00a488 | [] | no_license | RobertWojtaszczyk/robert-wojtaszczyk-kodilla-java | 68ebc0e8aef54ed0bac6d020a7dd4b20e035781f | 2f0aeb7535e8209a22b366867982eb8fcbf18dc1 | refs/heads/master | 2018-10-01T00:22:24.911214 | 2018-06-08T08:43:53 | 2018-06-08T08:43:53 | 119,090,612 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 600 | java | package com.kodilla.stream.world;
import java.math.BigDecimal;
import java.util.HashSet;
import java.util.Set;
public final class World {
private final Set<Continent> continents = new HashSet<>();
public void addContinent(Continent continent) {
continents.add(continent);
}
public BigDecimal get... | [
"robert.wojtaszczyk@gmail.com"
] | robert.wojtaszczyk@gmail.com |
ba286923e394b5480ff99034e57c948a54c66b11 | 740a33db1e3dd19b2646c92762a81bdff97b8916 | /app/src/main/java/edu/nyu/scps/jaxon/jul11/JaxonActivity.java | a0e443c61b90aa1b63b6478e0494bc4b8ee0a1f8 | [] | no_license | jaxonian/Jul11_V2 | e564823a9eaeac5cb205118fb84f9bb273980988 | dbe5fa6708767f2b7e56ef7e5c18c096cd04eb2b | refs/heads/master | 2021-01-19T09:02:14.739448 | 2015-07-18T13:35:08 | 2015-07-18T13:35:08 | 39,299,296 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,447 | java | package edu.nyu.scps.jaxon.jul11;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.AdapterView;
import android.widget.GridView;
import android.widget.ImageView;
import android.widget.Toast;... | [
"jaxonian@gmail.com"
] | jaxonian@gmail.com |
f9c7b81668358a71eb5351d9376a4d8a70acf670 | f2321f639fd14920aeb43d635126cc7956214f14 | /Ellipse.java | 48e2ed13d4e8638ed438bc1611ef52e91f3a8a3f | [] | no_license | SahabutdinovAR/stc_21_07_repository | 06b02b885978d12754dd72d87a27b01ed72a43b9 | c8b8b5205100db795e5bfed6ed78c23d7b363989 | refs/heads/master | 2023-05-27T03:35:19.471207 | 2021-06-12T20:34:45 | 2021-06-12T20:34:45 | 376,369,623 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 982 | java | package com.company;
import com.company.Figure;
public class Ellipse extends Figure {
private double semiMajorAxis;
private double semiMinorAxis;
public Ellipse(double a, double b) {
super(a, b);
semiMajorAxis = Math.max(a, b) / 2;
semiMinorAxis = Math.min(a, b) / 2;
}
pu... | [
"Qwerty12!!"
] | Qwerty12!! |
ba1e00ebd415ef1dcd5d305def3114b9fc0ac0e0 | 2a9e5ec3d7aad14dbf7f15a1509841866c1a87eb | /033SearchinRotatedSortedArray.java | 8e63cea447bfad698fdd6eb102174b041193551b | [] | no_license | ZoroSpace/LeetCode | e3fb98687dd3bff886d1923d353c4f545aacf148 | 071dd2432c807bb12575f8f9dc51e72306c1b70b | refs/heads/master | 2021-10-23T13:00:11.872364 | 2019-03-17T13:57:35 | 2019-03-17T13:57:35 | 107,949,805 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 823 | java | class Solution {
public int search(int[] nums, int target) {
if(nums.length == 0) return -1;
int lo = 0, hi = nums.length-1;
int mid;
while(lo < hi-1) {
mid = (lo+hi)/2;
if(nums[0] > nums[mid]) hi = mid;
if(nums[mid] > nums[0]) lo = mid;
}
... | [
"noreply@github.com"
] | ZoroSpace.noreply@github.com |
0049d8398d61b63b0032717233d0d9d2b684af12 | 1bcbb45ac8aa03f43a4c137a3ea9cf666f858426 | /javacommon/src/main/java/com/codefactory/utils/Util_Dat.java | 7e064594931e625ace69e24f49c85317a92cc0c9 | [] | no_license | srxffcc1/Codefactory | 592865f34632d61e73c3789ed9c293c526099802 | 8f605766224513ad78e93dc240f1f0be7edea5d3 | refs/heads/master | 2022-11-01T07:17:25.246189 | 2022-10-17T09:12:08 | 2022-10-17T09:12:08 | 169,352,794 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,044 | java | package com.codefactory.utils;
import com.codefactory.abstracts.ParseBase;
import utils.Util_String;
import java.util.List;
import java.util.Random;
public class Util_Dat {
/**
* 封装一个设置guid的方法
* @param orgparent
* @return
*/
public static ParseBase setRandomuid(ParseBase orgparent){
orgparent.addProperty("\t<... | [
"srxffcc1@foxmail.com"
] | srxffcc1@foxmail.com |
da78befbf1b545daa18d1bb38603a5043b30ee32 | dcd6ed36476f3f862490f87d8d9dfef1303b7843 | /src/main/java/com/example/springmvcboot/SpringMvcBootApplication.java | e741c15fe3cb4c407b36367e34a15e06f1402725 | [] | no_license | 6opuc-dev/crud-mvc-springboot3.1.1 | cd3f20a5c06a9268354c1ad9a2c389d96f1e40c3 | 42f18a5e5c19c5cb113e0f34ffd1de4fa2e313ca | refs/heads/main | 2023-04-20T12:35:32.996503 | 2021-05-09T07:33:50 | 2021-05-09T07:33:50 | 365,694,076 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 573 | java | package com.example.springmvcboot;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.Bean;
import org.springframework.web.filter.HiddenHttpMethodFilter;
@SpringBootApplication
public class SpringMvcBoot... | [
"75522440+6opuc-dev@users.noreply.github.com"
] | 75522440+6opuc-dev@users.noreply.github.com |
916b6940f0961e071c83396575a9a6c78253158c | 600b22adaa1c95c7e3c4ffc26d01cfe589f8ce8d | /src/main/java/com/adalbertosn/domain/exception/EntidadeNaoEncontradaException.java | b085bf70436efb45ddd61033926c290d8b4260d8 | [] | no_license | silveiraSoft/gazin-api-v2 | f54b86ca62e9ffb96a194a95bfa3946d53957969 | cfabad09aec35c525ac22e22b11cdb765d19eaae | refs/heads/main | 2023-04-14T13:22:39.987758 | 2021-04-21T02:50:03 | 2021-04-21T02:50:03 | 359,749,271 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 246 | java | package com.adalbertosn.domain.exception;
public class EntidadeNaoEncontradaException extends RuntimeException{
private static final long serialVersionUID = 1L;
public EntidadeNaoEncontradaException(String mensagem) {
super(mensagem);
}
}
| [
"adalbertosn1982@gmail.com"
] | adalbertosn1982@gmail.com |
c45c8caa8c92741f1939db959c953ebf9b4d6ceb | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XWIKI-13546-1-11-NSGA_II-LineCoverage:ExceptionType:StackTraceSimilarity/org/xwiki/model/reference/EntityReference_ESTest_scaffolding.java | aff6880683feac1c2089b2418ae211059c3e3c80 | [] | 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 | 2,334 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Sun Apr 05 15:32:26 UTC 2020
*/
package org.xwiki.model.reference;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.A... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
5333c368b1ff346b595b91b8327fb9275ab16516 | 939c9882f06ba3d3a1938571d8fd14403d873031 | /Question19-Collection/src/PTra19_02.java | 3d867771e47348fa93fc20c2effdf90238a7d622 | [] | no_license | Mori-Chan/Java-Study- | 710144e621141577509fcf7d7f0037d9b50863ec | 536e51161dfb0d80455abf30348104ce06c5214e | refs/heads/master | 2022-11-08T19:50:21.640766 | 2020-06-26T21:13:34 | 2020-06-26T21:13:34 | 275,248,356 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,899 | java | import java.util.ArrayList;
import common.Player;
/*
* PTra19_02.java
* 作成 Rhizome
*------------------------------------------------------------
* Copyright(c) Rhizome Inc. All Rights Reserved.
*/
public class PTra19_02 {
public static void main(String[] args) {
// TODO Player型を格納するArraylistを変数名 play... | [
"59697686+Mori-Chan@users.noreply.github.com"
] | 59697686+Mori-Chan@users.noreply.github.com |
d121d2496f344c631b5bd12a3ef7b02b2effdb17 | 238104e454d4a95e3d4382ec8963435fa807398e | /src/main/java/com/paotui/entity/userCoupon.java | b86b498c4023ab52595ea7e5affca230575c5161 | [] | no_license | xiaokecxy/xiaoke | 9513f741bce5fc615b640dd6a41c9dc2aab6a3b4 | 26af2bc8a7fe964d1d7c8217f46a7a2ec8361ee1 | refs/heads/master | 2020-04-15T16:17:28.032700 | 2019-01-13T10:59:27 | 2019-01-13T10:59:27 | 164,082,081 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 503 | java | package com.paotui.entity;
public class userCoupon {
private Integer id;
private Integer uid;
private Integer cid;
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public Integer getUid() {
return uid;
}
public v... | [
"958857010@qq.com"
] | 958857010@qq.com |
9ef2f5486f39f9afff5c3b27dc6ced2dc6968b4c | 0e3436f9bda9d4c6eb6019027cc0fd90665d1692 | /com.lanxiang.alijson/src/main/java/com/lanxiang/alijson/SpeedTest.java | dfbe6623555d76d06614b32f276d7399778c115c | [] | no_license | w64852908/spring-mybatis | a25876075a44b6592dbf9c91fde5b62c0432e2fe | 52edc6de8f900ffe1d1cc1a77ab1a663a7c26b82 | refs/heads/master | 2021-01-23T03:04:56.199567 | 2018-12-20T03:39:08 | 2018-12-20T03:39:08 | 86,044,282 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,707 | java | package com.lanxiang.alijson;
import org.junit.Test;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
/**
* Created by lanxiang on 2017/8/4.
*/
public class SpeedTest {
private static final String orderJson = "{\"beginTime\":1501833463540,\"channelId\":1,\"cinemaId\":980,\"createDate\... | [
"lanjing02@maoyan.com"
] | lanjing02@maoyan.com |
eb75390872b6001734561c91c27f04e001783984 | c6dd4da97647320c3bf8a9b4fc97ecaa76be7f14 | /src/blokus/game/Algorithm.java | 9e0032983fe271379de04590480d9537a972b2e2 | [] | no_license | dard12/Blokus | 2c0112ccfd7f8bc458bf1ccaf0fd16a69ad60407 | aeaa04cae1be57b08b88db29951d5efc43ae5771 | refs/heads/master | 2021-01-25T04:02:41.154639 | 2014-02-13T06:32:56 | 2014-02-13T06:32:56 | 16,794,297 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,291 | java | package blokus.game;
/**
* Algorithm class from which all decision making algorithms inherit.
* Holds all generic functions that are necessary for
* decision making.
* @author Hsing
*
*/
public abstract class Algorithm {
/**
* Make a move in the current state of the
* game.
* @param currState current ga... | [
"dard12@gmail.com"
] | dard12@gmail.com |
bf96bcc376e7f5d9023e1af92628e879174ef2e0 | da6fc3b4534ae940d7565099d642c027893ed786 | /backend/src/main/java/com/example/library/model/form/EditBookForm.java | 286828814f10768ad07ed13a8eb61bbb7749200a | [] | no_license | otkrivashkin/library | 5a04173af6e1e00d164ec35b809edee095933592 | 2ef5492b5b734dd672e0cd9681ac6c5ba3bd1eba | refs/heads/master | 2021-05-09T18:08:59.835002 | 2018-01-31T11:41:19 | 2018-01-31T11:41:19 | 118,776,985 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 591 | java | package com.example.library.model.form;
import com.example.library.model.Book;
import com.example.library.model.view.ExistingEntityView;
import lombok.Getter;
import lombok.Setter;
import java.util.Date;
@Getter
@Setter
public class EditBookForm implements ExistingEntityView<Book> {
private Long id;
privat... | [
"bondarenkoigor1985@gmail.com"
] | bondarenkoigor1985@gmail.com |
780166115faea5c15b19c71b5a2ea5dbb5ae9fd0 | 12899e0391276db4bf43254406689bd529bb0714 | /samplecodes/src/main/java/com/bhavik/competitive/hacker_rank/tutorials/crackingTheCodingInterview/TimeComplexityPrimality/Solution.java | 59eb370d94382aeb1935233f9ddabebc51d4e74a | [] | no_license | bhavikambani/samplecodes | 0146ee317ae20617e0aa69aee821f28307d0be9c | 981efa8e4ccb740c7efda869b7cbd401be2cb1bc | refs/heads/master | 2020-05-21T21:00:31.684357 | 2017-07-04T11:26:19 | 2017-07-04T11:26:19 | 62,214,042 | 5 | 3 | null | null | null | null | UTF-8 | Java | false | false | 1,995 | java | package com.bhavik.competitive.hacker_rank.tutorials.crackingTheCodingInterview.TimeComplexityPrimality;
import java.math.BigInteger;
import java.util.Random;
import java.util.Scanner;
/**
* The Class Solution implementation to find whether number provided is prime or
* not.
*
* Ref# https://www.hackerrank.com/c... | [
"Bhavik Aniruddh Ambani@localhost.localdomain"
] | Bhavik Aniruddh Ambani@localhost.localdomain |
7cd7f105611e72da03ddeb1c149a7a4d303e37c8 | 178cd2e98bd93c53c57a03dcdd02b371c9a623fe | /android/jixianxueyuan/app/src/main/java/com/jixianxueyuan/activity/CreateNewsActivity.java | f8c969b2c1a41676cee4aff893bb2fccec8af40f | [] | no_license | pengchao1989/ExtremeWorld | fa94066ecc0cc1116110d6322835a2c965457895 | 34d34542fdf0cebb306a29a55ec81913de62352a | refs/heads/master | 2021-06-03T18:54:16.380282 | 2017-05-05T08:54:21 | 2017-05-05T08:54:21 | 26,759,942 | 6 | 3 | null | null | null | null | UTF-8 | Java | false | false | 4,729 | java | package com.jixianxueyuan.activity;
import android.app.AlertDialog;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.text.Editable;
import android.text.TextUtils;
import android.text.TextWatcher;
import android.view.View;
import android.widget.Button;
import andro... | [
"chaoyue2010@yeah.net"
] | chaoyue2010@yeah.net |
e63347c1481b8a10bb324f9dea23f8757999aa6b | bc569d15bcd6959d9689769b1fdebbf5dd205222 | /ITE1802/Karakter1/app/src/main/java/com/shadyshrimp/karakter1/Program/ProgramAdapter.java | 7d681e951269c254252ed8d65ea679ee76134dc3 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | Unicron2k/dte_bsc | 85b6dfc355c6c6d4245168e438091b6d0c86da6e | 1703c6e57e9ceec2dcce3ec6b1b363bf7147536d | refs/heads/master | 2023-05-28T13:00:45.536037 | 2021-06-08T09:00:40 | 2021-06-08T09:00:40 | 368,521,341 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,184 | java | package com.shadyshrimp.karakter1.Program;
import android.content.Context;
import android.graphics.Color;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.... | [
"UnicronDev@outlook.com"
] | UnicronDev@outlook.com |
78b92aec419762f0b888b3aa3f90a9598ea82b22 | 1e5c3d34d4d03d9cc12ed104de165291db10aa32 | /test/src/main/java/object_Pages/Cardreports.java | 47b5f8e4315ba8fb3c4faff35b5a83379ae28d74 | [] | no_license | dharmtomar/testp | 898a7a7d629956e41a88f33ec67076b2fc1da731 | 6d90d3cc9e94fa5a1026882f15329bbd3783b017 | refs/heads/master | 2021-06-16T14:12:01.138781 | 2019-06-28T09:46:39 | 2019-06-28T09:46:39 | 194,249,400 | 0 | 0 | null | 2021-04-26T19:17:36 | 2019-06-28T09:47:23 | HTML | UTF-8 | Java | false | false | 629 | java | package object_Pages;
import java.io.IOException;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import utils.Common_Methods;
public class Cardreports extends Common_Methods{
public WebDriver odriver;
public Cardreports(WebDriver odriver) {
this.odriver=odriver;
}
public void downloadca... | [
"dtdtomar2@gmail.com"
] | dtdtomar2@gmail.com |
e1a86ef291691712748e9e6f718c4e985b69d5b8 | 57e57f2634944d0595258a14af5e20b6df59185d | /bitcamp-java-application4-server/v58_3/src/main/java/com/eomcs/lms/controller/MemberAddController.java | 45adcbe2726189b312dc55078019219684e8bf83 | [] | no_license | Soo77/bitcamp-java-20190527 | f169431aafde5bf97c69484694560af14c246b97 | 655fc4fb5aedcac805da715def70bab1ed616d96 | refs/heads/master | 2020-06-13T20:16:02.844148 | 2019-10-02T11:29:06 | 2019-10-02T11:29:06 | 194,775,332 | 1 | 0 | null | 2020-04-30T11:49:50 | 2019-07-02T02:41:01 | Java | UTF-8 | Java | false | false | 1,461 | java | package com.eomcs.lms.controller;
import java.util.UUID;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.Part;
import org.springframework.stereotype.Component;
import org.springframework.web.bind.annotation... | [
"shimsh3@naver.com"
] | shimsh3@naver.com |
4705d387fce3c50d86221ad3b609ce744af8d61e | 00c14569ae1edccaf48716637747e9d15e1f379c | /impl/offer/src/main/java/car/OfferRepository.java | 3c207d889132c2e472bca737b29bc14c220f1466 | [] | no_license | xrodrigo1982x/microservices-car-rental | 51be55194672fd9f56f336e4e520b4a07f251e82 | 21502eeb6865ccdac5b31cd53c107b9e3c7cc801 | refs/heads/master | 2020-06-22T09:36:12.710468 | 2016-11-25T19:30:35 | 2016-11-25T19:30:35 | 74,597,006 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 173 | java | package car;
import org.springframework.data.repository.PagingAndSortingRepository;
public interface OfferRepository extends PagingAndSortingRepository<Offer, String> {
}
| [
"rodrigo.santos@b2wdigital.com"
] | rodrigo.santos@b2wdigital.com |
21429cbc98f4448b6a9b58803493903444dc2a1c | 369e55759c3871035addac23912d09e74731af05 | /android/app/src/main/java/com/notesapp/MainApplication.java | 07a546bbfad071d7f0314ed9a6dde4bad20f99c8 | [] | no_license | jordyvandomselaar/NotesApp | 3887e2630afad90257fd71bb608d2cbf0d2aece9 | b18f148e5500b72191b76d22b2501f7b76fe0339 | refs/heads/master | 2023-01-05T15:06:06.823722 | 2019-06-17T15:12:16 | 2019-06-17T15:12:16 | 192,370,039 | 1 | 0 | null | 2023-01-04T00:45:18 | 2019-06-17T15:11:55 | Objective-C | UTF-8 | Java | false | false | 1,044 | java | package com.notesapp;
import android.app.Application;
import com.facebook.react.ReactApplication;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com.facebook.react.shell.MainReactPackage;
import com.facebook.soloader.SoLoader;
import java.util.Arrays;
import java.util.List;... | [
"jordy@deinternetjongens.nl"
] | jordy@deinternetjongens.nl |
06be37e506b7c52f9566a1f58bffe3be37c1d868 | e7382beb6fb7fce38929612d5643390499cb2966 | /src/main/java/org/supermarketdiscount/dao/CommodityDtoMapper.java | 4c30ffa3412b1e6ae18280684bc2fb5d22f6ddd9 | [] | no_license | supermkrecommend/supermkrecommend | 8ec4a5391eb0ec007c36e1569f06d688c790e0d7 | 1e0eb61cdf91501becc8930f774e1e88861edea7 | refs/heads/master | 2021-01-19T05:07:50.246100 | 2015-07-22T06:49:48 | 2015-07-22T06:49:48 | 39,484,171 | 0 | 0 | null | 2015-07-22T03:45:27 | 2015-07-22T03:45:27 | null | UTF-8 | Java | false | false | 416 | java | package org.supermarketdiscount.dao;
import org.supermarketdiscount.dto.DetailCommodityDto;
import org.supermarketdiscount.dto.SimpleCommodityDto;
import java.util.List;
import java.util.Map;
/**
* Created by Administrator on 2015/4/25.
*/
public interface CommodityDtoMapper {
List<DetailCommodityDto> getDetai... | [
"wyb621@163.com"
] | wyb621@163.com |
7ea754b3dca6c274364c272aebcb5bc0c18ac343 | 4d7dda3000855368162106af336434451bbea945 | /app/src/main/java/news/factory/com/base/view_holder/top_block/TopBlockViewHolder.java | c750623ef7be0a52c4b7502348e186c12c3a456a | [] | no_license | Vedranivic/News | 2c011efcc7d8ee1b215def225c833723e363be70 | 66b494f85f0e8c46b41400e76397d6b06915276e | refs/heads/master | 2020-03-30T09:49:50.945747 | 2018-11-05T10:57:35 | 2018-11-05T10:57:35 | 151,094,308 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,350 | java | package news.factory.com.base.view_holder.top_block;
import android.support.v4.view.ViewPager;
import android.view.View;
import com.rd.PageIndicatorView;
import java.util.List;
import butterknife.BindView;
import butterknife.OnPageChange;
import news.factory.com.R;
import news.factory.com.base.adapter.TopBlockPager... | [
"vedranivic777@gmail.com"
] | vedranivic777@gmail.com |
c6eff0c12b5547c9937788bb630402676fef423d | cea41bdf74a52fd46515681f33e1af689d1478c2 | /src/com/senati/clase01/ejercicio3.java | e930e5c1aa46b0b54ed660776b2f2822f0974e1f | [] | no_license | unolasco/java01 | 52c18ba3c2b707677ec9644a7978cb886ab86915 | 31532135fe0ad7b8cbc29c542d9f7cfbe0e152c5 | refs/heads/master | 2020-11-25T01:02:49.221975 | 2019-12-16T16:00:22 | 2019-12-16T16:00:22 | 228,421,251 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 494 | java | package com.senati.clase01;
public class ejercicio3 {
public static void main(String[] args) {
// TODO Auto-generated method stub
/*
Evalúe el siguiente bloque de código y diga qué valor contendrá al final la variable solución
int x=5;
int y=8;
int z=6;
int solucion= x+y-3*z;
... | [
"Alumno@DESKTOP-QK63PLK"
] | Alumno@DESKTOP-QK63PLK |
176d483ad5b0fc1f02a0b2330f7e08712403bab7 | 2cf9b1cca3287944ce6791226a50f461675be232 | /src/main/java/exp/delivery/DemoDeliveryService.java | f26abd7b9fc073c66b0c31cf61e47a1031753522 | [] | no_license | 2LAI/DeliveryService | 4c66d759a2faeca782de2a2bfaaf90ac433c7c9d | 3c8f1b476fc0a312ecbffae5db386faa36df28e4 | refs/heads/main | 2023-06-07T18:40:06.610786 | 2021-06-28T11:13:58 | 2021-06-28T11:13:58 | 379,052,830 | 0 | 0 | null | 2021-06-26T21:58:28 | 2021-06-21T20:18:52 | Java | UTF-8 | Java | false | false | 4,176 | java | package exp.delivery;
import exp.delivery.utils.exceptions.IncorrectInputException;
import exp.delivery.courier.repository.CourierRepository;
import exp.delivery.customer.repository.CustomerRepository;
import exp.delivery.product.repository.ProductRepository;
import exp.delivery.store.repository.StoreRepository;
impor... | [
"AlexandrTulai13@gmail.com"
] | AlexandrTulai13@gmail.com |
3534bf9defdb0439e8b66a2cdd98f7027ceec3cb | 5df86f3a0480d4cc8386df98cb0c5558b2cf4274 | /data_structures/src/data_structures_app/linkedList.java | 6b0b96b5f2c37812d6b29f3119cbca8ec33b34cc | [] | no_license | sujitkumar06/SujitCodes | 4c914cefdcb893c515f5a092f07147ac913c3f99 | 1b85f69e042314263a7ec5f5856c96ffa68a2673 | refs/heads/master | 2023-06-20T14:12:57.896025 | 2021-07-25T17:15:24 | 2021-07-25T17:15:24 | 374,138,091 | 0 | 0 | null | 2021-07-24T13:11:54 | 2021-06-05T14:43:06 | Java | UTF-8 | Java | false | false | 3,199 | java | package data_structures_app;
import java.util.Scanner;
// Class linkedList
class linkedList
{
protected node start;
protected node end;
public int size;
public linkedList()
{
start = null;
end = null;
size = 0;
}
// Function to check if list is empty
public... | [
"sujitkumar06blr@gmail.com"
] | sujitkumar06blr@gmail.com |
260fe4451e9566de1b4f809e493fa7fe7352ce99 | cc2927e0dc06503b17d769a83784163db618d54c | /learn/src/main/java/com/xphwv/io/demo/CharsetHelper.java | a2b1a449270204b8d68bc715216bc63068c1f438 | [] | no_license | xphwv/demo | fcb8c02561a1f45de6de57fa0d2350adcb55c4b9 | accb596f993414c2211ecf8c7de729aa516793d2 | refs/heads/master | 2022-07-10T17:36:35.717757 | 2020-07-31T12:06:46 | 2020-07-31T12:06:46 | 75,372,975 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 747 | java | package com.xphwv.io.demo;
import java.nio.ByteBuffer;
import java.nio.CharBuffer;
import java.nio.charset.CharacterCodingException;
import java.nio.charset.Charset;
import java.nio.charset.CharsetDecoder;
import java.nio.charset.CharsetEncoder;
public class CharsetHelper {
private static final String UTF_8 = "UT... | [
"xupan@meituan.com"
] | xupan@meituan.com |
9027b9d33e676fcfde03f9c232ee45569f20449f | fcd9501f555711d2718abae3e5f7dc51ce3af133 | /aCis_gameserver/java/net/sf/l2j/gameserver/model/zone/type/MultiZone.java | b016eac6ced107e31bdc7953ccb85f0edfc2b3d7 | [] | no_license | kazuyabr/Project-One | 232625927fa2fdd240e9cf6f63cc58f4251260eb | 46218f12d92420aa8ce61b4104f0e34ef0d33f92 | refs/heads/master | 2020-11-29T16:49:18.024934 | 2019-12-19T15:55:28 | 2019-12-19T15:55:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,052 | java | package net.sf.l2j.gameserver.model.zone.type;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import net.sf.l2j.commons.concurrent.ThreadPool;
import net.sf.l2j.gameserver.enums.ZoneId;
import net.sf.l2j.gameserver.model.actor.Creature;
import net.sf.l2j.gameserver.model.actor.Pl... | [
"Williams@e8047e30-8a91-4656-bd74-d42a5a4e59b5"
] | Williams@e8047e30-8a91-4656-bd74-d42a5a4e59b5 |
d13489e7570b5e4955e1f85959c93720569668ed | d601bb805e96d3970e85d2c54bff280d7de5ae0f | /java/AULAS/src/introducao/OiMundo.java | 9d2b36bce976380516f0e71df4639d81847bf455 | [] | no_license | LUANwesDEV/turma27java | 11e0d21851d0b20651392f1a73457eb461ec37b8 | 643139227299b8032c47608f96bab8a7d064d49e | refs/heads/main | 2023-06-28T20:43:23.315404 | 2021-08-09T14:46:53 | 2021-08-09T14:46:53 | 379,587,335 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 155 | java | package introducao;
public class OiMundo {
public static void main(String[] args) {
System.out.println( "Oi Mundo eu sou Wesley");
}
}
| [
"luanwesley.wll@gmail.com"
] | luanwesley.wll@gmail.com |
7312aba0b15db0d76894877baa37155dcee3b0a0 | e47823f99752ec2da083ac5881f526d4add98d66 | /src/org.gravity.hulk/gen/org/gravity/hulk/detection/metrics/sourcemeter/impl/HIncommingInvocationsCalculatorImpl.java | 9577a74c5a052e3e4325594ad359b408abb64be7 | [] | no_license | Echtzeitsysteme/hulk-ase-2016 | 1dee8aca80e2425ab6acab18c8166542dace25cd | fbfb7aee1b9f29355a20e365f03bdf095afe9475 | refs/heads/master | 2020-12-24T05:31:49.671785 | 2017-05-04T08:18:32 | 2017-05-04T08:18:32 | 56,681,308 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,573 | java | /**
*/
package org.gravity.hulk.detection.metrics.sourcemeter.impl;
import java.lang.reflect.InvocationTargetException;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EClass;
import org.gravity.hulk.antipatterngraph.HMetric;
import org.gravity.hulk.antipatterngraph.metrics.HNumberOfIncommi... | [
"speldszus@uni-koblenz.de"
] | speldszus@uni-koblenz.de |
80b57e4199c89b6d600d82a1b03e2124a0c1e6f0 | a233aa7abe5d3b41f578c0b5b102e5f2ab496f40 | /Projeto_novo/src/VIEW/DashBoard.java | 906532ce412757621578cad0f4af17d26d7704b5 | [] | no_license | ThiagoBonette/ProjetoATUALIZADO | 0c53f3609d491c79f3f4416e73084128eeab7a8f | dbdbd22fd6c9f813461c06eb219a2d5f62dbe7bc | refs/heads/main | 2023-01-14T05:09:10.519752 | 2020-11-23T22:50:21 | 2020-11-23T22:50:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,446 | 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 VIEW;
//import DTO.Teste;
import DTO.UsuarioDTO;
import javax.swing.JOptionPane;
/**
*
* @author Igor
*/
public class Dash... | [
"noreply@github.com"
] | ThiagoBonette.noreply@github.com |
a62cf9e2b1ac8e142729f01f0bfaac1a34ee7a63 | 396c6c930b41433862646cc35932842738556ee3 | /src/com/finedroid/components/BlockQueue.java | 5f8055fc8d03f3d9a75cb664e3e06d2d15a20436 | [] | no_license | fineDroid/ThreadGo | 7d0813bb5f0e62d796a6844c6003bd339bfbdefb | 73ccb925855bae9c58fd684c3eb3be40c4011e54 | refs/heads/master | 2020-04-06T09:13:30.867842 | 2018-11-13T07:57:37 | 2018-11-13T07:57:37 | 157,333,640 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 63 | java | package com.finedroid.components;
public class BlockQueue {
}
| [
"770233070@qq.com"
] | 770233070@qq.com |
ef34f7d5908621fa74f011602215dd9ae69ebaea | 129f58086770fc74c171e9c1edfd63b4257210f3 | /src/testcases/CWE369_Divide_by_Zero/CWE369_Divide_by_Zero__float_database_modulo_06.java | f841d6f972e5f7fe63fd4ab3cacf70766441169b | [] | no_license | glopezGitHub/Android23 | 1bd0b6a6c7ce3c7439a74f1e4dcef2c4c0fac4ba | 6215d0684c4fbdc7217ccfbedfccfca69824cc5e | refs/heads/master | 2023-03-07T15:14:59.447795 | 2023-02-06T13:59:49 | 2023-02-06T13:59:49 | 6,856,387 | 0 | 3 | null | 2023-02-06T18:38:17 | 2012-11-25T22:04:23 | Java | UTF-8 | Java | false | false | 20,540 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE369_Divide_by_Zero__float_database_modulo_06.java
Label Definition File: CWE369_Divide_by_Zero__float.label.xml
Template File: sources-sinks-06.tmpl.java
*/
/*
* @description
* CWE: 369 Divide by zero
* BadSource: database Read data from a database
* GoodSource: A hardco... | [
"guillermo.pando@gmail.com"
] | guillermo.pando@gmail.com |
9df83c9e6358779962f41e2f3f428ca2d599cc1b | 9dfe1e8e03cfc43e8200f41e36d71c6a30b73e4b | /src/main/java/com/kobin/singleton/SingletonApplication.java | b3ba2e3cdce7a7c5309354e53a2b37f0b002fb52 | [] | no_license | binbinshi/singleton | bd8f1bc8cee1bae24bda8135e4f76500b93e0a43 | 988c5da60cb4f5cd0eac6b90812e78c5396fa52c | refs/heads/master | 2021-09-03T13:20:41.804389 | 2018-01-09T10:14:17 | 2018-01-09T10:14:17 | 113,559,210 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 317 | java | package com.kobin.singleton;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class SingletonApplication {
public static void main(String[] args) {
SpringApplication.run(SingletonApplication.class, args);
}
}
| [
"shibinbin@megvii.com"
] | shibinbin@megvii.com |
8eed92714dbe42ddc40d31199fca2208fbb94f7b | fd3cc32a1151b011d43265faca9ea9593e81eff4 | /src/Movie.java | baaa20096c94555acd1f13ee132719b0f3f1f937 | [] | no_license | antlukeliu/Lab10 | d8f0ddad991912cfecd46dbe3072f648745514aa | bee46ec55612c73465195565b7c2573bbc97ea07 | refs/heads/master | 2021-01-13T13:15:49.909903 | 2016-11-10T22:39:55 | 2016-11-10T22:39:55 | 72,684,112 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 278 | java |
public class Movie {
private String title;
private String category;
public Movie(String title, String category){
this.title = title;
this.category = category;
}
public String getTitle() {
return title;
}
public String getCategory() {
return category;
}
}
| [
"antmliu@gmail.com"
] | antmliu@gmail.com |
e46a485044c790a6883aa40cc49d41bb9eaea03d | 7edbdf0c58aaa0ba79defbbc384536884dead496 | /app/src/main/java/com/devilthrone/jkchart/PieChartItem.java | f3f3cd919100a87aee8900814debed94efdd170d | [] | no_license | devilthrone/JKChart | 450cff237fb02a3ea97e3e5b2be6bb17684655ff | 9ec132df5139308c45872d330d46b99b3533637d | refs/heads/master | 2021-01-10T12:00:51.973631 | 2016-01-24T17:47:35 | 2016-01-24T17:47:35 | 50,297,763 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 390 | java | package com.devilthrone.jkchart;
/**
* Created by jikun on 16/1/16.
* 饼状图中的一个数据模型
* 包括文字 颜色 值
*/
public class PieChartItem {
public int color;
public int value;
public String title;
public PieChartItem(String title, int value, int color) {
this.color = color;
this.value = value;
... | [
"jikun.wjk@alibaba-inc.com"
] | jikun.wjk@alibaba-inc.com |
7945d8cee0642b4376ef29a19a0381952f5e83cd | 0022512cc02ba2e0d94fc4633a7ddc9404f38df9 | /src/jsoup/JsoupTwit.java | fca9f6c22505164a55a22a3bf2fbf8f6ec5cc5da | [] | no_license | hyunlove12/socketPlusCrawlByJava | 8e8c62653ce07f16212506ff158699e5f35fda2b | cd299b0341aab400d399041132ec68a4c0d55ac2 | refs/heads/master | 2020-11-25T18:46:41.879324 | 2019-12-25T23:43:10 | 2019-12-25T23:43:10 | 228,799,200 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,164 | java | package jsoup;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStream;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
import org.jsoup.select.Elements;;
public class JsoupTwit {
public static void main(String[] args) {
Document doc;
... | [
"hyunlove12@naver.com"
] | hyunlove12@naver.com |
3e583e8445579421fe9c5c82428c5a97dfd7f796 | b8eba0c7ab763e61455d10c21e4e85d2b90b9afe | /CSS390 - Android/BrandanHaertelMP1/gen/uwb/css390/BrandanHaertelMP1/R.java | 1533e969b6fa1e82ef8cc85d847cbbf0607f22b7 | [] | no_license | brandann/school_uw | 6a1da8c6a97c1d2221c626d305578f248367845e | cdf337fd2bf0b35783933fb03a1573da24a05994 | refs/heads/master | 2021-01-19T14:56:18.693735 | 2015-07-08T22:27:35 | 2015-07-08T22:27:35 | 17,028,009 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 179,028 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package uwb.css390.BrandanHaertelMP1;
public final class R {
public static final class anim {
public static final int abc_fad... | [
"foilpudding@gmail.com"
] | foilpudding@gmail.com |
757146270671a918b2c18b44c8a1d31a5b4aa266 | 1bcc404b3ae31a1225f9f08c5395791ac0c9dc9c | /src/edu/tcnj/documentretrival/InvertedIndex.java | 7a7540e8ffa63d3c427f20efa60a92740cec2f5b | [] | no_license | JenY1/ResumeSearch | 2f1cacdcafd4d529ff165d4a115e1a97b5ee9572 | 0500609dc483df93facbe7dca31cca974b6b42b8 | refs/heads/master | 2020-05-17T00:48:53.947960 | 2012-10-12T22:55:35 | 2012-10-12T22:55:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,335 | java | /**
* Source from: http://www.tcnj.edu/~mmmartin/keith/InvertedIndex.java
*/
package edu.tcnj.documentretrival;
import java.io.*;
import java.util.*;
/** InvertedIndex represents an inverted index.
*
* It contains methods for creating, storing/loading, and using
* an inverted index.
*/
public class InvertedInde... | [
"jenny.reeve91@gmail.com"
] | jenny.reeve91@gmail.com |
2afac09f2a7668ae27f3bbe43ab15c807c1cf7e2 | acdfc66bfa228bb8e53efa0de2b2c8854bf94844 | /Backend/src/main/java/modul/backend/model/web/UnitRequest.java | b908c770f8d63edb8569b7d53ea416560f1b16bc | [] | no_license | Vekisa/kraj | 823d549f7c23949a618f47a195770b30c8ef1e15 | d73073c4674ce825502fda007fd32f68f07185e3 | refs/heads/master | 2023-01-22T08:55:10.550822 | 2019-08-16T15:31:52 | 2019-08-16T15:31:52 | 174,338,222 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,311 | java |
package modul.backend.model.web;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for anonymous complex type.
... | [
"Mac"
] | Mac |
068b41b48d4bb88a7b183a3fdf9dbf4cf0b14946 | 8317b3b67a44b711ba8a849346507ff6d5f67227 | /app/src/main/java/com/ma/blue2thchat/customview/AutoResizeTextView.java | 5221d8a483e91df69e1e50a95f370f7177f1aedd | [] | no_license | muhammedaydogan/Blue2thChat | 01455dc7e41bd5d7366c920648fa24533355b89b | 78ff9b2e711cf4d16ac9d3d1130fbddd6d78b778 | refs/heads/master | 2023-02-10T23:34:11.453811 | 2020-12-14T22:43:07 | 2020-12-14T22:43:07 | 313,221,767 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,881 | java | package com.ma.blue2thchat.customview;
/**
* DO WHAT YOU WANT TO PUBLIC LICENSE
* Version 2, December 2004
* <p>
* Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
* <p>
* Everyone is permitted to copy and distribute verbatim or modified
* copies of this license document, and changing it is allowed as long
* a... | [
"muhammed.aydogan@aol.com"
] | muhammed.aydogan@aol.com |
95baf87f13fc6c4f382d95336ea442289caa24f2 | 8c109977126082d5d7bf0d75fa99211e8274627a | /src/main/java/com/joi/api/eureka/EurekaServiceApplication.java | 9dd61180664a095e1dc9184436f0d09742a7b7ea | [] | no_license | RamyAshour/api-gatway | e94f0ac9901a3723ae8b93a48f158df4fb93bc24 | 8ce0320fbf5824c672474c688de3f7ad334078e1 | refs/heads/master | 2020-03-26T21:55:49.211356 | 2018-08-20T13:05:38 | 2018-08-20T13:05:38 | 145,418,624 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 511 | java | package com.joi.api.eureka;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.eureka.server.EnableEurekaServer;
import org.springframework.cloud.netflix.zuul.EnableZuulProxy;
@EnableZuulProxy
@EnableEurekaSe... | [
"Ramy@Ramy-Ashour"
] | Ramy@Ramy-Ashour |
c48f5912551e41ac97242d775b8bd9e6bf14207f | 2cdfef27af1483d3c59ce1b434bad29f01e2f28e | /JavaServer/JavaAPIServer/HttpParser.java | d47125ea9d7c100665485246ab01c34d3575e4ab | [] | no_license | MagnusCardell/Java | 0425078166f06740d5238fd1997bf570d362d950 | 18b9eaab9f936b98c3be187e900aa25fa92fe494 | refs/heads/master | 2021-05-03T10:21:12.837918 | 2018-02-08T01:22:17 | 2018-02-08T01:22:17 | 120,533,006 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,408 | java | /***
Copyright (C) 2004 Juho Vh-Herttua
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the ho... | [
"cardell.magnus@gmail.com"
] | cardell.magnus@gmail.com |
3e18b0c39806449749218fd0ec77a983a5f5c7d8 | 9a42a6e340bb23a45beabb03d3de155f7af24c99 | /app/src/androidTest/java/com/mc/chi/mc_androidgps/ExampleInstrumentedTest.java | bd444779edea5c4936344ee1d01304c3c0ad3b72 | [] | no_license | ccTam/MC-GPS- | c5fb9fd130a1a1c76cd99238d5982d1ef86d3be6 | 39542ddc12e790e9fb20c27b4b7d2511a9d9f23c | refs/heads/master | 2021-06-24T19:46:42.549440 | 2017-09-08T01:32:51 | 2017-09-08T01:32:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 752 | java | package com.mc.chi.mc_androidgps;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test, which will execute on an And... | [
"chi.tam.377@my.csun.edu"
] | chi.tam.377@my.csun.edu |
59dd575ea2403d7d506528aa43e504198cdbfc1e | 19293f6fd0ff81fbcffa32db40d62ad5889032a6 | /src/main/java/leetcode/LongestPalindromicString.java | dc78416927768d4cc610a975abd6c49055534568 | [] | no_license | Califax/InterviewPractice | ae68cedae8986944172e7700fdd13d3027afd8d9 | c520b7debd032cb4cd8e1367daea225e8a307182 | refs/heads/master | 2021-01-23T01:46:38.179431 | 2017-07-04T07:02:16 | 2017-07-04T07:02:16 | 92,892,311 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 854 | java | package leetcode;
// https://leetcode.com/problems/longest-palindromic-substring/#/description
// Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000.
//
// Example:
//
// Input: "babad"
//
// Output: "bab"
//
// Note: "ab... | [
"kevinjohnstone@Kevins-MBP.T-mobile.com"
] | kevinjohnstone@Kevins-MBP.T-mobile.com |
8f92d02f9e77be0186536afa9dad987b158a9451 | 1c515ca703f455f123b99c514713028265c0bfd4 | /prac-prac/src/main/java/com/huxl/eshore/fileserver/server/ServerMain.java | aabc955f203f8c5a0cdda0ed71a367b922354e91 | [] | no_license | myk4727633/prac | e02280a7e342abc5eb3940e1b432eae60ec6b0b0 | 879aee9582597e4d9ad35f5931df6eee902df397 | refs/heads/master | 2022-06-14T21:24:44.347082 | 2020-04-30T13:23:26 | 2020-04-30T13:23:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 377 | java | package com.huxl.eshore.fileserver.server;
/**
*
* @author huxl
* @since 2019/12/20-14:16
*/
public class ServerMain {
public static void main(String[] args) {
int port = 8899;
String dirPath = "G:\\FTPService\\";
if (args.length == 2) {
port = Integer.parseInt(args[1]);
... | [
"xiaohucomeon@163.com"
] | xiaohucomeon@163.com |
a6cdcacf5d7cb343c4c18101b96f7053df5e3d63 | ed0092db9d11cf2a6db78a23cc6563aec1cfbf26 | /src/test/java/pages/AuthorizationPage.java | e84014863a8dc106d49eb056eab61d3c8831c33b | [
"Apache-2.0"
] | permissive | Dmitriy9210/projectTricolor | 8134ab433fea50e92846b26356240e9233fe626f | 2bef61a46395948b97f9cf66f78e7c0111d45bc8 | refs/heads/master | 2022-07-17T07:05:33.094276 | 2020-05-24T07:17:34 | 2020-05-24T07:17:34 | 266,043,092 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 748 | java | package pages;
import io.appium.java_client.AppiumDriver;
import io.appium.java_client.MobileElement;
import org.openqa.selenium.By;
import static org.openqa.selenium.By.id;
public class AuthorizationPage extends AbstractPage{
public AuthorizationPage(AppiumDriver<MobileElement> driver) {
super(driver);
... | [
"dimon9210@mail.ru"
] | dimon9210@mail.ru |
9b0bcd4bc15141ee1539ebad74a4055ce3d195be | 4e3a22c61573e38dd1092b7009c2b886f74d0cb8 | /src/test/java/com/google/resting/vo/Result.java | 1c65382e70c918212023f796700653eda2008b72 | [] | no_license | CharkeyQK/resting | 84121cfbee84879b89e51cda0110a44239ab4e33 | cbbdd002fccbc7c3f57cc09738302311552486dc | refs/heads/master | 2021-01-12T05:50:05.503094 | 2016-12-24T08:52:11 | 2016-12-24T08:52:11 | 77,213,696 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,592 | java | /*
* Copyright (C) 2010 Google Code.
*
* 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 writi... | [
"charkeyqk@gmail.com"
] | charkeyqk@gmail.com |
9e78c5d004bc7339d7f529ec58ddb10b92ac6fbc | 6b7713a66fecedf43e30d381112e6ab7a1ee3d64 | /3.JavaMultithreading/src/com/javarush/task/task22/task2202/Solution.java | 90a788cafb355897f024c82262382dd507bd8ed0 | [] | no_license | skobelkinvitaly/JavaRushTasksLevel19 | 3cfc885bbbe6dc5905fef5872e43d856ab01945a | b422ae36385194459294e06d6c25c3d4177732f1 | refs/heads/master | 2023-06-04T19:42:26.973467 | 2021-06-28T20:21:17 | 2021-06-28T20:21:17 | 283,007,112 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 984 | java | package com.javarush.task.task22.task2202;
/*
Найти подстроку
*/
public class Solution {
public static void main(String[] args) {
System.out.println(getPartOfString("JavaRush - лучший сервис обучения Java."));
}
public static String getPartOfString(String string) {
if (string == null) th... | [
"skobelkin_vitaly@mail.ru"
] | skobelkin_vitaly@mail.ru |
e632de1ce776b84076c38a8ebe7700b16d5031d9 | c207acad24495afffeff597cd0415213a873755d | /app/src/main/java/com/eldereach/eldereach/client/hotline/HotlineListAdapter.java | ea7c51c3ca1aa0b55048a1a2e8658e32aeebdc46 | [
"MIT"
] | permissive | teo-jun-xiong/eldereach | 95a32a6773c168362eed1039fde90ec6518a6f10 | d52510381d1c9b160ab20339cd80d47705b72c51 | refs/heads/master | 2022-11-05T05:54:08.118407 | 2020-06-26T13:32:11 | 2020-06-26T13:32:11 | 261,681,188 | 0 | 0 | null | 2020-06-26T08:50:55 | 2020-05-06T07:16:41 | Java | UTF-8 | Java | false | false | 3,622 | java | package com.eldereach.eldereach.client.hotline;
import android.app.Dialog;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.ImageView;
i... | [
"50788391+waaaflesss@users.noreply.github.com"
] | 50788391+waaaflesss@users.noreply.github.com |
fd900519449d9c32e985beb032eb153b022982ec | 28439267a6fa7c3b6f568e9b482be2df2032b2f3 | /kodilla-exception/src/main/java/com/kodilla/exception/test/Flight.java | 0303352818cd758254750b4c22d45bfd33eaa363 | [] | no_license | bartosz-kedziora/bartosz-kedziora-kodilla-java | ee31f8b13bcd187b689f3cd90baedda7976d2989 | 623fac2a1c6ce337fadb262a42f150d568d38ebd | refs/heads/master | 2023-06-11T23:37:36.277487 | 2021-07-07T16:35:46 | 2021-07-07T16:35:46 | 308,262,488 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 488 | java | package com.kodilla.exception.test;
public class Flight
{
private final String departureAirport;
private final String arrivalAirport;
public String getDepartureAirport()
{
return departureAirport;
}
public String getArrivalAirport()
{
return arrivalAirport;
}
publ... | [
"bartosz.kedziora89@gmail.com"
] | bartosz.kedziora89@gmail.com |
988f748260f5a130773d180aefe6fcad4f623116 | 1caf423dc5eeb40df34e0b75c08900562f881d66 | /stratosphere-java/src/main/java/eu/stratosphere/api/java/operators/translation/WrappingFunction.java | 4fed53025a9ad7c46bd705f2e083de57d166ccdc | [] | no_license | tuantrieu/stratosphere-1 | 50e3ccee0f3dcd568e57b2ad2a03609e0de31aa7 | 58c7babd2a120ce9cb7d410a9dfe1d2ff4ee831d | refs/heads/master | 2021-01-22T19:14:38.365217 | 2014-03-18T15:26:07 | 2014-03-18T15:26:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,853 | java | /***********************************************************************************************************************
*
* Copyright (C) 2010-2013 by the Stratosphere project (http://stratosphere.eu)
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance... | [
"stephan.ewen@tu-berlin.de"
] | stephan.ewen@tu-berlin.de |
13c6542dd2858cde3ed8481520603d2c39792055 | f6b492b1231150119376154ff7b8cc0e180b307f | /api/src/main/java/com/pjp/bandmanapi/controller/FeedController.java | 2b3592f9d258d679406d7b2b9b6fc28a8608c68b | [] | no_license | ashleyperera1990/bandman | 5ecbbab2c17163209760eeeade86cccca1a52840 | 67f632a7b41941f866bf2df3f75c68cce504333f | refs/heads/master | 2020-03-25T18:53:36.461830 | 2018-08-08T18:43:02 | 2018-08-08T18:43:03 | 144,054,321 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,257 | java | package com.pjp.bandmanapi.controller;
import com.pjp.bandmanapi.model.Feed;
import com.pjp.bandmanapi.service.FeedService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import java.util.List;
@RestController
public class FeedController {
@Autowire... | [
"Penelope01"
] | Penelope01 |
f7606f0f8125ea56aa5ee089b38b89c594d27e41 | 3e5649c0c35c409167be11a7abd27b8471e9da46 | /src/main/java/com/chen/account/service/IAccountService.java | c3379ae2a618c7a0a87d547b9bc0c6be1c3af507 | [] | no_license | StoneKings/spring-boot-stock | 54d64857c6c5ea0966778da9d21cdc8a3025ebb5 | a832b25477697729aa500032ac9e6fe924636618 | refs/heads/master | 2021-01-23T16:20:29.642251 | 2017-09-07T12:51:51 | 2017-09-07T12:51:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 357 | java | package com.chen.account.service;
import com.chen.common.http.entity.Response;
/**
* author long
* <p>
* date 17-9-4
* <p>
* desc
*/
public interface IAccountService {
Response getVerifyCode(String phone);
Response register(String phoneNumber, String password, String randomStr);
Response login(Str... | [
"chen849343227@gmail.com"
] | chen849343227@gmail.com |
6aa6dcfa3a9277049b722f686d26411bd26be529 | 92e304151e2d84791615ff023962a8b61f7e99f0 | /gameBoom_start/src/uet/oop/bomberman/graphics/SpriteSheet.java | d85307836b8a852c65d417db3ab612550e084846 | [] | no_license | minhcongnguyen1508/boomber_game_UET | 8efb78de77f1fde676775dc462d45d252e960b67 | 766b49fd8a8426dfbce520a22fadc87a99fba378 | refs/heads/master | 2020-06-09T00:06:40.414225 | 2019-06-23T14:13:34 | 2019-06-23T14:13:34 | 193,331,608 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,050 | java | package uet.oop.bomberman.graphics;
import javax.imageio.ImageIO;
import java.awt.image.BufferedImage;
import java.io.IOException;
import java.net.URL;
/**
* Tất cả sprite (hình ảnh game) được lưu trữ vào một ảnh duy nhất
* Class này giúp lấy ra các sprite riêng từ 1 ảnh chung duy nhất đó
*/
public class SpriteShe... | [
"37302819+minhcongnguyen1508@users.noreply.github.com"
] | 37302819+minhcongnguyen1508@users.noreply.github.com |
f5243118370dd7485c76344ddca825b91fd5e70c | e9affefd4e89b3c7e2064fee8833d7838c0e0abc | /aws-java-sdk-voiceid/src/main/java/com/amazonaws/services/voiceid/model/transform/InputDataConfigMarshaller.java | 027a778b5da9c638bd0063ef25c93f46f44e0a2a | [
"Apache-2.0"
] | permissive | aws/aws-sdk-java | 2c6199b12b47345b5d3c50e425dabba56e279190 | bab987ab604575f41a76864f755f49386e3264b4 | refs/heads/master | 2023-08-29T10:49:07.379135 | 2023-08-28T21:05:55 | 2023-08-28T21:05:55 | 574,877 | 3,695 | 3,092 | Apache-2.0 | 2023-09-13T23:35:28 | 2010-03-22T23:34:58 | null | UTF-8 | Java | false | false | 1,940 | java | /*
* Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
44382b3b366a020921181d88ce336425ae9c9681 | 69dc11b1d2a6a7c3b6d1302edf634cb53f36238a | /battleSystemPrototype3/Enemy.java | 0da2443b88f858a731570edc9e6dfae3af126bad | [] | no_license | Pixel-Biscuit-Devs/game-repository | e7902b312fd1cc6c78b60db9d534d134fd1b4d5d | f64dc9485ec488bb85a86f40fab9039fc4a891e0 | refs/heads/master | 2020-03-30T18:35:24.101540 | 2018-10-04T02:32:00 | 2018-10-04T02:32:00 | 151,506,576 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,723 | java | package main.battleSystemPrototype3;
import java.awt.Image;
public class Enemy {
String name;
private int healthPoints;
private int maxHealth;
private int pacifistPoints;
private int reqPacifPoints;
private int xpValue;
private int baseDamage;
public int cursor = (int) (Math.random() * 780 - 390);... | [
"noreply@github.com"
] | Pixel-Biscuit-Devs.noreply@github.com |
7fffd7403abc532b556e2c91b673fde4fdf42ba7 | 647eef4da03aaaac9872c8b210e4fc24485e49dc | /TestMemory/wandoujia/src/main/java/com/unionpay/mpay/widgets/ac.java | f2fa294b3d5a22c5779f2c57f02da1b390ff393f | [] | no_license | AlbertSnow/git_workspace | f2d3c68a7b6e62f41c1edcd7744f110e2bf7f021 | a0b2cd83cfa6576182f440a44d957a9b9a6bda2e | refs/heads/master | 2021-01-22T17:57:16.169136 | 2016-12-05T15:59:46 | 2016-12-05T15:59:46 | 28,154,580 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,127 | java | package com.unionpay.mpay.widgets;
import android.content.Context;
import android.graphics.Shader.TileMode;
import android.graphics.drawable.BitmapDrawable;
import android.graphics.drawable.Drawable;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.LinearLayout.LayoutParams;
i... | [
"zhaojialiang@conew.com"
] | zhaojialiang@conew.com |
0c0257ec96e7708e551ba553ba49ca5a516289ce | 0266e185afc31055a5b4c51bffe3a4850fa78cd7 | /src/com/ow/module/event/view/FunctionViewDetailEvent.java | a306073c03b1fec4a222885f1dec1099bee93aa0 | [] | no_license | mapleKirito/dmNew | acea5c10b874a517742ce4bfc399c766905fc03f | e1bd5243f316008d14fda9a09381fc09a851208a | refs/heads/master | 2020-04-27T16:31:18.375591 | 2019-04-03T06:30:17 | 2019-04-03T06:30:17 | 174,484,730 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,300 | java | package com.ow.module.event.view;
import java.util.HashMap;
import org.apache.log4j.Logger;
import com.ow.framework.common.Constant;
import com.ow.framework.data.po.ResultData;
import com.ow.framework.exception.DetailException;
import com.ow.framework.listener.event.EventExecutor;
import com.ow.framework.l... | [
"myzhouye@gmail.com"
] | myzhouye@gmail.com |
3ff2a61ec439c7cdc35dace74a5c13cb2aa4460d | cfe8c05c953e2f72f82ebb545a0527ba5b3f647d | /app/src/test/java/com/xancl/apptempl/ExampleUnitTest.java | b36d061b194cfebc608a1bffd39cdb7806439936 | [] | no_license | liuxk99/AppTempl | 31de81baadde6413e74f9710fb74ef7f0f6eae34 | 4d24dbd98d0760b6c50603f965ec64f61d5bd6fa | refs/heads/master | 2022-07-13T02:40:28.343850 | 2022-06-29T09:46:42 | 2022-06-29T09:46:42 | 101,262,729 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 396 | java | package com.xancl.apptempl;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void add... | [
"liuxk99@gmail.com"
] | liuxk99@gmail.com |
b7b9b31fe2ca7e6b335dd41cff0bb2aed52a3aaa | 668584d63f6ed8f48c8609c3a142f8bdf1ba1a40 | /prj/coherence-core/src/main/java/com/tangosol/net/topic/BinaryElementCalculator.java | 3fb6748f1b45ac9de7c5494d6d0094992c0b5a5b | [
"EPL-1.0",
"Classpath-exception-2.0",
"LicenseRef-scancode-unicode",
"LicenseRef-scancode-warranty-disclaimer",
"BSD-3-Clause",
"LicenseRef-scancode-free-unknown",
"LicenseRef-scancode-protobuf",
"CDDL-1.1",
"W3C",
"APSL-1.0",
"GPL-2.0-only",
"Apache-2.0",
"LicenseRef-scancode-public-domain"... | permissive | oracle/coherence | 34c48d36674e69974a693925c18f097175052c5f | b1a009a406e37fdc5479366035d8c459165324e1 | refs/heads/main | 2023-08-31T14:53:40.437690 | 2023-08-31T02:04:15 | 2023-08-31T02:04:15 | 242,776,849 | 416 | 96 | UPL-1.0 | 2023-08-07T04:27:39 | 2020-02-24T15:51:04 | Java | UTF-8 | Java | false | false | 932 | java | /*
* Copyright (c) 2000, 2021, Oracle and/or its affiliates.
*
* Licensed under the Universal Permissive License v 1.0 as shown at
* http://oss.oracle.com/licenses/upl.
*/
package com.tangosol.net.topic;
import com.tangosol.util.Binary;
/**
* A {@link NamedTopic.ElementCalculator} that calculates size of an el... | [
"jonathan.knight@oracle.com"
] | jonathan.knight@oracle.com |
db1f77042bf52d2a17716331d71da82fa294f6b0 | dea3ba99bb48a5d0841cd99c325ee26b7d1a0207 | /jiyin/app/src/main/java/com/qutu/talk/bean/dashen/MiLiIncomeBean.java | d37a648a0f3fb2474a1cd2acbc1c31d4579e6517 | [] | no_license | liukai0305/shop | f854394b8564b54fd7e31b710ba3efd21e927802 | 2f37659a7c5112251ad907ce5b66f0525c3975d8 | refs/heads/master | 2022-07-30T04:37:11.544146 | 2020-09-21T11:47:07 | 2020-09-21T11:47:07 | 297,322,383 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,033 | java | package com.qutu.talk.bean.dashen;
import java.util.List;
public class MiLiIncomeBean {
/**
* code : 1
* message : 请求成功
* data : {"totalPrice":0,"history":[{"count_date":"2019.11.17","total_price":"13.50"}]}
*/
private int code;
private String message;
private DataBean data;
... | [
"1603952180@qq.com"
] | 1603952180@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.