blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 132
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f12c027e47f4b253b4a9cf843a8b7c0b6d91d9f5 | 204ff5a7cfd6325c9733479c5837ebb2e21d31d9 | /classpath/src/java/lang/ProcessBuilder.java | f01ac11b617c7b8997bc082d0bdbff2d268544ba | [] | no_license | yang123vc/jfvm | f2a7726b5df3993d52da58720054b3e2fe6fdec8 | c6ec82fb68f44e733d795374fdb2989399568c1e | refs/heads/master | 2020-07-16T13:27:10.502379 | 2016-12-08T13:11:53 | 2016-12-08T13:11:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 229 | java | package java.lang;
/** ProcessBuilder
*
* @author pquiring
*/
public class ProcessBuilder {
public ProcessBuilder(String cmd[]) {
//TODO
}
public Process start() {
//TODO
return null;
}
}
| [
"pquiring@gmail.com"
] | pquiring@gmail.com |
88b2a88b536be63defbdbe48c12c8fa25a3ba246 | beae909ca2cda99138c0fcd7387bd55cdcba0db2 | /src/Databases/MyAccessTest.java | 35c90a1eea7c57f91f37c83d4ab99e91b756f85c | [] | no_license | vijaykumarsaurav/core-java-practice | 5df9b8378b83b751fe35c3636f0734f8888694ba | 39057005622561d35eef5bb572f07c93f6056f85 | refs/heads/master | 2020-03-28T09:34:11.040798 | 2018-09-09T16:30:34 | 2018-09-09T16:30:34 | 148,043,670 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,395 | java | package Databases;
import java.sql.*;
import javax.swing.*;
abstract class Access
{
public static Connection con = null;
private static String userName = "root";
private static String password = "";
private static String dataBase = "vijay";
private static String url = "jdbc:odbc:dk" + dataBase;
public... | [
"vijaykumarsaurav@gmail.com"
] | vijaykumarsaurav@gmail.com |
c9546e3fb3e9d5d53a0b09c2c540f3e2ed01977b | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/4/4_7455a0815a27b046d028b7944ec9f0088885aef5/CBackend/4_7455a0815a27b046d028b7944ec9f0088885aef5_CBackend_s.java | ce84fd87ad4ece8d7144ea70db18608f5258f2dd | [] | 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 | 10,783 | java | /*
* Copyright (c) 2012, IETR/INSA of Rennes
* 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,
* ... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
ab8fbbf65f317d71522c0fb85fd176c07a6371fa | 5357c176cc8f7f5124abc64c2e8ce752e10bc7ad | /set02/src/com/vinod02/Manager03.java | 66ce98fa4268d765d5cbf5b790ef3b411c88e1e3 | [] | no_license | vinodharari/JDBC | 2ec5f16da5e59e1bad2c389f476787771eae094b | 79aca847a7592c195a476b6faf8461baa52ea2ab | refs/heads/master | 2021-01-11T05:15:47.385752 | 2016-10-23T14:26:29 | 2016-10-23T14:26:29 | 71,707,420 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 503 | java | package com.vinod02;
import java.sql.CallableStatement;
import java.sql.Connection;
import java.sql.SQLException;
public class Manager03 {
public static void main(String[] args) {
Connection con=null;
CallableStatement cstmt=null;
try {
con=DBUtil.getConnection();
cstmt=con.prepareCall("{call... | [
"itsvins63"
] | itsvins63 |
da30d5ac94bc18a1e5064052bc52f20739260c29 | 7d07ade245881ccb57ceb17b5733a5dd0dbd58f8 | /app/src/main/java/com/katariya/smartimageupload/MultipartUtility.java | 3500d993311515a5430565247a7fc4136c28d895 | [] | no_license | AndroidHelp/SmartImageUpload | c7f9f17e4335fcae8bb1e3c8fdfb0f59aacbf4fd | 56240f90b9df6290ca65d36053fcfbba584ee07e | refs/heads/master | 2021-01-12T14:50:20.415662 | 2016-10-27T12:21:01 | 2016-10-27T12:21:01 | 72,102,651 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,444 | java | package com.katariya.smartimageupload;
/**
* Created by Administrator on 10/26/2016.
*/
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.io.OutputStreamWriter;
import java.io.Pri... | [
"android.developer20@gmail.com"
] | android.developer20@gmail.com |
b47e0cb42c846d5cda11c3e5f6f9088a7a738a36 | 51c2a501abfdfc22b6ea1cda2328cc5310b16767 | /src/main/java/com/alibaba/druid/sql/ast/statement/SQLAlterTableDropPrimaryKey.java | 5e93b530efc9cf333535a1156bcaa088344eaefc | [
"Apache-2.0"
] | permissive | dazen/druid | 1e34bf07cb7a61122a4acf2da241860900878444 | 183572a9d330810dacabc9c729d8f666a6a67a93 | refs/heads/master | 2021-01-18T10:22:50.911316 | 2015-08-05T08:32:47 | 2015-08-05T08:32:47 | 40,251,980 | 1 | 0 | null | 2015-08-05T15:04:33 | 2015-08-05T15:04:33 | null | UTF-8 | Java | false | false | 994 | java | /*
* Copyright 1999-2011 Alibaba Group Holding Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | [
"szujobs@hotmail.com"
] | szujobs@hotmail.com |
a2b85f76d91aa4986592e8f3bfc0eb5377e3ff67 | 34c4c950085ae664b129edffcaf9fba6e0c6af6d | /PDgame_improved/T4TPlayer.java | 91138a977d4a33be4c9d688399cd634e502d1783 | [] | no_license | johnkichu/CSS605 | 1171b5981fcf864a7c5a82ea97f11f49e2b0f6a7 | 12e5638604b2a8d97a6ad56249e7a5c8e606e0ef | refs/heads/master | 2020-05-19T21:51:18.117042 | 2011-12-08T14:15:33 | 2011-12-08T14:15:33 | 2,311,437 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 675 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package PDgame;
/**
*
* @author JPANG
*/
public class T4TPlayer extends BasicPlayer {
int oppLastMove=GameMove.COOPERATE;
public T4TPlayer() {
myID="T4T Player";
}
public int makeMove() {
... | [
"johnkichu@gmail.com"
] | johnkichu@gmail.com |
25c06c5754f69e442da474f149ce002a89052ee6 | e706ec454815119eb287591b2cff6d887caba3a5 | /logic/Color.java | 15b6c5cb6c06a7a1c90c1e5e060cd2b97a72b1b8 | [] | no_license | senkevichmax/Task_02 | c752841f188b450033a17b9ff5fedc06e7573148 | d9accf6a20a566f08ca8dd3a69cb006f1e1e2b6e | refs/heads/main | 2023-08-23T12:09:43.111255 | 2021-11-02T14:06:40 | 2021-11-02T14:06:40 | 423,866,761 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 179 | java | package by.epamtc.senkevichmaxim.task02.logic;
public enum Color {
BLACK,
WHITE,
RED,
PURPLE,
BLUE,
GREEN,
YELLOW,
PINK,
BROWN,
ORANGE,
}
| [
"senkevichmax@gmail.com"
] | senkevichmax@gmail.com |
c71033dee98bb2100f298bd0f40ac51d0cbaedab | 4e51a9ca7e447406fe21b0850e345e7797bc66a5 | /ClassroomServices/src/main/java/com/classroom/services/web/controllers/CircularsController.java | 621270b3ab685c7caf8bdb1f8c6365b5df3cd99a | [] | no_license | EzzalddeenAli/ClassroomServices | 0e0e9a4505367139d84fdef2b00e45425690e6ae | 87e561960d9d5dfe47a9621ded012c0e10dc18ae | refs/heads/master | 2020-05-18T02:56:59.995499 | 2015-11-03T02:52:09 | 2015-11-03T02:52:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,039 | java | package com.classroom.services.web.controllers;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.anno... | [
"narender.bheemireddy@kony.com"
] | narender.bheemireddy@kony.com |
3259ca5b04d83f493ea2e4814665a2c2aae6b4c3 | 87a0ddd63ad59eece0b7964a22a710c43f333ad5 | /src/main/java/com/baizhitong/resource/model/res/ResExerciseStructure.java | c0ae876f0e624c5acc56d43e9115db45db4c423e | [] | no_license | royxpf/cloud | b41101f87b4edf3e228266f533836d1951768959 | 84f81431536c11ebe98fc67773e0c8a1223f7b7b | refs/heads/master | 2020-06-27T02:13:56.374981 | 2017-04-25T07:48:42 | 2017-04-25T07:48:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,996 | java | package com.baizhitong.resource.model.res;
import java.io.Serializable;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
/**
* @author lusm 练习结构实体类
*/
@Entity
@Table(name = "res_exercise_structure")
public class ResExerciseStructure implements Serializable {
priva... | [
"2636011620@qq.com"
] | 2636011620@qq.com |
d9bb58c6849275a244fa52a5d2ed3818311742db | 84703cd0b35b73d7ff6a2df28ec31e78248a5387 | /app/src/main/java/com/me/xpf/pigggeon/model/entity/UserFollower.java | ba4888d705e95d4c66e2e6582841965c854de17d | [] | no_license | willbe058/Pigggeon | 5af14212903ef75bcc4c5845a5031d98978dd733 | faf60e9bb23068e4b6a4fab2e41d726a3e31f25c | refs/heads/master | 2021-01-10T02:15:01.863214 | 2016-04-09T13:31:05 | 2016-04-09T13:31:05 | 50,593,658 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,181 | java | package com.me.xpf.pigggeon.model.entity;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
/**
* Created by xpf on 2015/7/29.
*/
public class UserFollower implements Following{
@Expose
private Integer id;
@SerializedName("created_at")
@Expose
private... | [
"willbe058@gmail.com"
] | willbe058@gmail.com |
4c134af45fe26dc3eece2bf55c6662f062f4df32 | f03a8f6df128bcc3cde6d09452685336730cce3a | /src/interface_sample/Dog.java | fe8a10bc8069450168d1762289921ac5200677a3 | [] | no_license | nakaearth/java_samples | 639b59f4b1dcc374f92b85581769e9fd528fe184 | 1a4a44a8b463919e83be3f771912a3653fbe2178 | refs/heads/master | 2020-04-29T00:42:36.430532 | 2013-10-24T01:57:08 | 2013-10-24T01:57:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 220 | java | package interface_sample;
public class Dog implements Animal {
@Override
public void eat() {
System.out.println("I eat a dog food.");
}
@Override
public void sayHello() {
System.out.println("WON WON!");
}
}
| [
"naka5313@gmail.com"
] | naka5313@gmail.com |
aa1b3f61f79e0d27ed6c6cf8c9ea738e7824f2a9 | fe94bb01bbaf452ab1752cb3c1d1e4ecf297b9be | /src/main/java/com/opencart/setting/ModelSettingStoreResource.java | adb52d4059f2289d80a1d034cc58de1db102ec34 | [] | no_license | gmai2006/opencart | 9d3b037f09294973112bafbadd22d5edd8457de5 | dba44adabf4b8eab3bdb07062c887ba0a2a5405f | refs/heads/master | 2020-12-31T06:13:33.113098 | 2018-01-24T07:35:45 | 2018-01-24T07:35:45 | 80,637,392 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,791 | java | /*************************************************************************
*
* DATASCIENCE9 LLC CONFIDENTIAL
* __________________
*
* [2018] Datascience9 LLC
* All Rights Reserved.
*
* NOTICE: All information contained herein is, and remains
* the property of Datascience9 LLC and its suppliers,
* if any. ... | [
"gmai2006@gmail.com"
] | gmai2006@gmail.com |
c64165477efe1e068cd7baad9a45949b4e12e398 | de3145ba9eee5c2aa81bc0d1d98b77c97bfb7bc6 | /services/order/src/main/java/com/jemmy/services/order/model/domain/OmcShipping.java | a617402ce5d80fd32406080255e22de86cfa5712 | [
"Apache-2.0"
] | permissive | hijemmy/spring-cloud-blueprint | 63c718f66847d691924e4f35fd3d6edd666f1bf9 | 8ffa25bd59eb68df76dcf4978d4657f5be08b6c4 | refs/heads/master | 2020-04-01T03:37:22.347292 | 2018-11-28T03:44:14 | 2018-11-28T03:44:14 | 152,829,128 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,178 | java | /*
* Copyright (c) 2018. paascloud.net All Rights Reserved.
* 项目名称:paascloud快速搭建企业级分布式微服务平台
* 类名称:OmcShipping.java
* 创建人:刘兆明
* 联系方式:paascloud.net@gmail.com
* 开源地址: https://github.com/paascloud
* 博客地址: http://blog.paascloud.net
* 项目官网: http://paascloud.net
*/
package com.jemmy.services.order.model.domain;
imp... | [
"caiqingh2006@126.com"
] | caiqingh2006@126.com |
e1aafce73d7503558a1f75e3f79c8c7b7c781b21 | 95fa181c8a9bb16b19eb21a43b8b66bac4db0eac | /PR190-Parceler/app/src/androidTest/java/es/iessaladillo/pedrojoya/pr156/ApplicationTest.java | 09b0b7574d900b0006e51b8349783c853f48af61 | [] | no_license | Maycon1992/studio | 4ec746b46fc2d4a2ffb5ec6f739459034d213cfc | 0eb083b259786920efbd086ab02fca4164d032e4 | refs/heads/master | 2021-01-02T09:20:10.630345 | 2016-12-21T11:40:14 | 2016-12-21T11:40:14 | 78,685,531 | 1 | 0 | null | 2017-01-11T22:25:38 | 2017-01-11T22:25:38 | null | UTF-8 | Java | false | false | 362 | java | package es.iessaladillo.pedrojoya.pr190;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {... | [
"pedrojoya@gmail.com"
] | pedrojoya@gmail.com |
506665e2f8d80b754233a2c6498103077a8787d9 | f6944f95fcb0d111f167e501d622dd11999ddd89 | /app/src/main/java/com/weiyu/sp/lsjy/utils/download/Engine.java | ebf02e9bc2f188ea446db9d17695dcae31b00aae | [] | no_license | bdxtx/aaaa | 07a391763ec3649439e22f96e7450b3f9edbb80e | f3a2cee82ad81c49f159094e442abc9739ef9110 | refs/heads/master | 2022-07-17T20:11:14.188196 | 2020-05-18T09:57:29 | 2020-05-18T09:57:29 | 264,182,071 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,887 | java | package com.weiyu.sp.lsjy.utils.download;
import java.io.IOException;
import java.security.cert.CertificateException;
import java.util.concurrent.TimeUnit;
import javax.net.ssl.SSLContext;
import javax.net.ssl.SSLSocketFactory;
import javax.net.ssl.TrustManager;
import javax.net.ssl.X509TrustManager;
import okhttp3.... | [
"527146643@qq.com"
] | 527146643@qq.com |
de5354a0e9a6ad129955f8b0407831fc4d8219e1 | 64bdf13cd7157e51704bf8c2af386a124063be72 | /src/main/java/com/meldiron/infinityparkour/events/MoveEvent.java | ad7fb6b811b789d96d573febbb47661d22f99f25 | [] | no_license | Deathinflames/InfinityParkour | a3fcc3a2fb3d1fa197c4ca89ccdb7d553e19e24f | 03e25a68b4c13673122af020e763503069557100 | refs/heads/master | 2020-08-09T04:55:26.690149 | 2018-11-10T08:11:45 | 2018-11-10T08:11:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,148 | java | package com.meldiron.infinityparkour.events;
import com.meldiron.infinityparkour.managers.Game;
import com.meldiron.infinityparkour.managers.GameManager;
import org.bukkit.Location;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.player.PlayerMoveEvent;
import org.bukkit... | [
"matejbacocom@gmail.com"
] | matejbacocom@gmail.com |
7ab3b23bed14424465e96231e6008d4c9a655de7 | d9f9c73e19e19509ee6ab8f197672ff169065a71 | /CukeTest/src/test/java/TestRunner/RunnerClass.java | 4a90ab402a47b272a71a51aec13c6507f16d5fc6 | [] | no_license | MyOwnProject3108/BDD-DSAPI-New | 00877c26a06f7bdcd1e0063c5e27dfb0354567a7 | 04c058ed455d4ec51fd9bafdfb2870d9bb15d6bb | refs/heads/master | 2020-04-14T18:18:22.626320 | 2019-01-03T19:22:25 | 2019-01-03T19:22:25 | 164,013,751 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 333 | java | package TestRunner;
import org.junit.runner.RunWith;
import cucumber.api.CucumberOptions;
@RunWith(Cucumber.class)
@CucumberOptions(
features = "src\\test\\java\\Resources",
glue = "C:\\Users\\Faiyyaz.Shaik\\entellitrack\\src\\test\\java\\StepDefinitions",
tags= {"@test1"})
public class Runn... | [
"Faiyyaz.Shaik@adstream.com"
] | Faiyyaz.Shaik@adstream.com |
60d36bf64f03f2179baabbef5419aba2207a825b | 36a7fa340de8f13f8bb7aea683ffa06273f2ef15 | /src/main/java/com/xiwei/xiangxu/dao/classses/IClassDao.java | ea675916c42d3b8f1d4a4c937ce2946e7923cd37 | [] | no_license | moujianbing/xiangxu | 2192100caf2057242c7ef943f6d0355c719ea132 | 0443d83b53885ba94dd814cec44268546a27ded1 | refs/heads/master | 2021-08-16T02:13:19.811624 | 2021-02-23T14:22:35 | 2021-02-23T14:22:35 | 244,955,217 | 0 | 0 | null | 2021-02-23T14:11:04 | 2020-03-04T16:56:06 | Java | UTF-8 | Java | false | false | 370 | java | package com.xiwei.xiangxu.dao.classses;
import com.xiwei.xiangxu.entity.Classes;
import org.apache.ibatis.annotations.Mapper;
import java.util.ArrayList;
/**
* @author limq7
* @version 1.0
* @date 2019/12/30 15:46
*/
@Mapper
public interface IClassDao {
public ArrayList<Classes> getAll();
public Classes ... | [
"4053697902qq.com"
] | 4053697902qq.com |
0c4b7c82f0388da45af9d73aff3aa7793e574f7e | 2b1d331675dfc46acb9257a4ee280f8642a069f7 | /GraphImplementation.java | 5a8fbeb9ccdf56d39a04bcbeb7027633f379429e | [] | no_license | USF-CS-245-Spring-2020/cs-245-practice-09-Ray-popo | dce6464a1256d43be05cf664208e1e8a1cc0abba | 7c8b5e9e3c966d055edf9b357a91142ca5e0b7e1 | refs/heads/master | 2022-06-07T05:19:06.941518 | 2020-05-01T02:35:28 | 2020-05-01T02:35:28 | 260,324,689 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,064 | java | import java.util.ArrayList;
import java.util.List;
public class GraphImplementation implements Graph {
public int[][] graph;
public List <Integer> sortedList;
public int size;
public GraphImplementation(int s) {
size =s;
graph = new int[size][size];
sortedList = new ArrayList<>... | [
"Ma3092353"
] | Ma3092353 |
124ff990b2e91357f028704400c1666b23d24e83 | 10048a9f869261fc568f94a050be453b9770b83d | /resources/src/main/java/com/infra/resources/core/usecase/networking/UpdateTrafficPolicy.java | 01ca156b1436613c7a5d3211ff37a01328f8ecde | [] | no_license | hmalatini/microservices-infrastructure | be765a313c8c9ba687d4099a72d7f2b670c608e3 | 2e4a36478db9965186264c7e9fb8e3f393ab5107 | refs/heads/main | 2023-06-15T11:32:20.101064 | 2021-07-09T14:36:34 | 2021-07-09T14:36:34 | 371,738,292 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,823 | java | package com.infra.resources.core.usecase.networking;
import com.infra.resources.adapter.controller.networking.NetworkingTrafficPolicyDTO;
import com.infra.resources.adapter.gateway.deployment.DeploymentGateway;
import com.infra.resources.adapter.repository.NetworkingTrafficPolicyRepository;
import com.infra.resources.... | [
"hernan.malatini@glovoapp.com"
] | hernan.malatini@glovoapp.com |
7c7c3e5b1ec5ab6e883521be406052fd44a108af | e00f9d5987ec8a89dd7db0d08fbfcb6128522fbd | /src/collectionframeworkinjava/LinkedList_03.java | f4d291c12c0c01b6642a899a1237966ecb3f2750 | [] | no_license | sharifSel17/CoreJavaSolution | c393671140420e357ed4ea74c39faba8d961840f | 120d3e4d2cbfb50e6e1ca58805b9ae39f44f1c7d | refs/heads/master | 2021-01-01T19:59:29.455352 | 2017-08-13T22:55:05 | 2017-08-13T22:55:05 | 98,740,317 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 570 | java | package collectionframeworkinjava;
import java.util.LinkedList;
import java.util.List;
public class LinkedList_03 {
public static void main(String[] args) {
List<String> list = new LinkedList<String>();
list.add("10");
list.add("20");
list.add("true");
list.add("test");
System.out.println(list);
/... | [
"sharifaiub09@gmail.com"
] | sharifaiub09@gmail.com |
a4b7b3509829a140ba6d9616fb7b789877389481 | 8e5bd9f132d58e42e34a47392f034e174d4cd2f2 | /PoligonalPoints/src/points/CheckPoints.java | 9a78256f2d2395d4cb2055ddaf3123f7451b8e75 | [] | no_license | D13seL93/WorkRepo | 8e43e846afede6fb872311200009f49fb38d7275 | 1c1cae3d57bcc7f39aa8e70b91351af8c74c951b | refs/heads/master | 2016-09-09T17:02:44.104075 | 2015-07-13T06:29:51 | 2015-07-13T06:29:51 | 38,994,268 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 312 | java | package points;
public class CheckPoints {
private int x;
private int y;
public CheckPoints(int x, int y) {
this.x = x;
this.y = y;
}
public int getX() {
return x;
}
public void setX(int x) {
this.x = x;
}
public int getY() {
return y;
}
public void setY(int y) {
this.y = y;
}
}
| [
"alexandru.tuduce@recognos.ro"
] | alexandru.tuduce@recognos.ro |
bb344d4e5b5b05c90924d0bc8c8c5c9919a1dc87 | 8bc8e94e7d9d2a6c6aaae2a03b1280a1baa5dd23 | /src/apple/coreservices/struct/DXInfo.java | df4ac3329b8ad240f9a74b056013f5c10e4152a7 | [] | no_license | VadimZharkov/natj-mac-example | fd5eb814371bde26d7b77c54edbeebb3fa667851 | 94af6b2c1d01fb3f9ebd28550d5996fe49fe3ddc | refs/heads/master | 2020-06-22T00:09:07.333774 | 2019-07-18T12:44:25 | 2019-07-18T12:44:25 | 197,585,255 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,375 | java | /*
Copyright 2014-2016 Intel Corporation
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, s... | [
"vadim.zharkov@gmail.com"
] | vadim.zharkov@gmail.com |
60bfe3a784b2ebe941976d3821b00e4defe2525e | 3c7fa11025a91ce6f87709f3e5f3001ced55afc8 | /src/com/main/wego/Fragment2.java | 755deece7dd9f071399f79c4c82829cd45e6f706 | [] | no_license | alvaro-ramirez/Wego | 96a1b3ca78831e0edb279e42afccf3209afa4c78 | dc7228b076c6a77a3ec68a2c4feea89786721d27 | refs/heads/master | 2020-12-30T11:14:52.198018 | 2014-08-17T16:31:10 | 2014-08-17T16:31:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 414 | java | package com.main.wego;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
public class Fragment2 extends Fragment {
@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container,
Bundle ... | [
"alvaro@localhost.localdomain"
] | alvaro@localhost.localdomain |
2a19fb9d5708f5346753bc35e33cb4cc9264b7da | 1e6722a77f4ff28cc40c8c062c1d731949eabe5e | /src/main/java/com/eorionsolution/iot/epaper/service/UploadPictureToRSService.java | 9aef6607da4a049d7feb8e464332359cad5da70e | [] | no_license | iamfocused/epaper | 993ec0729abdfb0eb9cd55ce965e9e162d955ea4 | 1ac77e8978391f0216279d9ce9ff8e9cdfe22928 | refs/heads/master | 2022-06-25T06:27:32.066164 | 2019-10-16T02:42:00 | 2019-10-16T02:42:00 | 215,441,326 | 0 | 0 | null | 2022-06-17T02:34:15 | 2019-10-16T02:41:54 | JavaScript | UTF-8 | Java | false | false | 6,318 | java | package com.eorionsolution.iot.epaper.service;
import com.eorionsolution.iot.epaper.config.PdfProperties;
import com.eorionsolution.iot.epaper.repository.ScreenDeviceRepository;
import lombok.extern.slf4j.Slf4j;
import org.apache.pdfbox.pdmodel.PDDocument;
import org.apache.pdfbox.rendering.ImageType;
import org.apach... | [
"bao.isaac@gmail.com"
] | bao.isaac@gmail.com |
a5c8a8ef7580f706669f2f4d75fac1cf138c5ed8 | 9d32980f5989cd4c55cea498af5d6a413e08b7a2 | /A1_7_1_1/src/main/java/android/provider/SearchIndexablesProvider.java | ae994ef2bbcbbd2c5b7a278696952b0beafbe31d | [] | no_license | liuhaosource/OppoFramework | e7cc3bcd16958f809eec624b9921043cde30c831 | ebe39acabf5eae49f5f991c5ce677d62b683f1b6 | refs/heads/master | 2023-06-03T23:06:17.572407 | 2020-11-30T08:40:07 | 2020-11-30T08:40:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,333 | java | package android.provider;
import android.Manifest.permission;
import android.content.ContentProvider;
import android.content.ContentValues;
import android.content.Context;
import android.content.UriMatcher;
import android.content.pm.ProviderInfo;
import android.database.Cursor;
import android.net.Uri;
import android.p... | [
"dstmath@163.com"
] | dstmath@163.com |
3811c8ed22ba0140107a9b5bf82dd12c1c620b36 | 13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3 | /crash-reproduction-new-fitness/results/XWIKI-13196-1-13-Single_Objective_GGA-IntegrationSingleObjective-BasicBlockCoverage/org/xwiki/model/reference/EntityReference_ESTest.java | 82eca55a350d24cca06fa8f6598f1c29e5e841d3 | [
"MIT",
"CC-BY-4.0"
] | permissive | STAMP-project/Botsing-basic-block-coverage-application | 6c1095c6be945adc0be2b63bbec44f0014972793 | 80ea9e7a740bf4b1f9d2d06fe3dcc72323b848da | refs/heads/master | 2022-07-28T23:05:55.253779 | 2022-04-20T13:54:11 | 2022-04-20T13:54:11 | 285,771,370 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,144 | java | /*
* This file was automatically generated by EvoSuite
* Sat May 16 20:58:17 UTC 2020
*/
package org.xwiki.model.reference;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.runtime.EvoAssertions.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParame... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
d960a95df3760629ea06ce73d9fee4622719b891 | 3a4f8c1c4b6b01ae4930b7eb5f62b442e49d5ae8 | /frequent/_304_RangeSumQuery2D.java | 07dae9640c5a1c1ec27ece69007d26289b7898d5 | [] | no_license | eric-0x72/leetcode | 29f9e9a76dc31c6fbaaf37fcc210d7259227066a | 3ecb422a30fc063b02a0efd1922a0d73ff1b0139 | refs/heads/master | 2022-10-07T07:43:23.420978 | 2022-09-30T02:02:34 | 2022-09-30T02:02:34 | 246,808,952 | 1 | 0 | null | 2020-03-27T12:50:29 | 2020-03-12T10:43:03 | Java | UTF-8 | Java | false | false | 1,210 | java | package frequent;
import java.util.Arrays;
import javax.print.attribute.standard.PDLOverrideSupported;
/**
* Your NumMatrix object will be instantiated and called as such:
*
* NumMatrix obj = new NumMatrix(matrix);
*
* int param_1 = obj.sumRegion(row1,col1,row2,col2);
*
*/
public class _304_RangeSumQuery2D... | [
"1466870240@qq.com"
] | 1466870240@qq.com |
0f5ab1cacb01a2121252e20b5e73d3fbd26ff097 | d082096a53dbdb0f7a30cdc9d9b1697cce89ca2c | /app/src/main/java/com/example/passwordmanagerapp/generateNewPassword.java | c0f880f6a33c29c6e3e0bfca92155c19d4a4a84d | [] | no_license | mjohnston548/passwordManagerAndroid | eddaec5c495b719e4b5062ee23813ae600b2e8e9 | e5f6a935aa7e27382d11ad3122c52407e9057616 | refs/heads/master | 2022-06-21T01:00:31.924540 | 2020-05-13T12:46:24 | 2020-05-13T12:46:24 | 263,627,643 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,295 | java | package com.example.passwordmanagerapp;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.ArrayAdapter;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Spinner;
import android.wid... | [
"53264004+mjohnston548@users.noreply.github.com"
] | 53264004+mjohnston548@users.noreply.github.com |
6bc3cc13f6a58030b532abf938d84feb6f52bf32 | 8341fd6d7ee1a42d0d97fb812dff0555d653db48 | /src/main/java/me/hackerguardian/main/Utils/SLMaths.java | 71c59a7cc2ab311ba84657570e2e1e393bc35ac1 | [] | no_license | hypersmc/HackerGuardian | a24f761af263dabdff5f72e9712ee1cf06d1acfe | 3503a2b7a8d00de1d43f2bfb9258566e33929251 | refs/heads/master | 2023-07-07T16:26:33.674291 | 2021-08-16T08:42:11 | 2021-08-16T08:42:11 | 352,810,266 | 3 | 0 | null | 2021-08-16T08:42:12 | 2021-03-29T23:20:06 | Java | UTF-8 | Java | false | false | 5,795 | java | package me.hackerguardian.main.Utils;
import me.hackerguardian.main.HackerGuardian;
import me.hackerguardian.main.ML.LabeledData;
import org.apache.commons.lang.ArrayUtils;
import java.math.BigDecimal;
import java.math.MathContext;
import java.math.RoundingMode;
import java.util.ArrayList;
import java.util.Arrays;
im... | [
"mhypers@gmail.com"
] | mhypers@gmail.com |
3c37faa983b69ea0472cd953e7619c35bb40cf4f | c2a279c151ad5efac3acb635830fa942b927a5a5 | /WebServer/src/main/java/webserver/entities/MeteoData.java | 26dd8d29da02b4cf1197cca3920d2a3b9099306e | [] | no_license | ZeroPointSystem/MeteoServiceSystem | e5b9c3af7775fa795a9457181d7f737a8cf2ab27 | ad803539c03b12976f74a1cf9bf800ad5b7dac5d | refs/heads/master | 2016-08-12T08:46:20.969791 | 2015-06-04T01:14:46 | 2015-06-04T01:14:46 | 36,839,959 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,540 | java | package webserver.entities;
import javax.persistence.*;
import java.sql.Timestamp;
/**
* Created by Zetro on 11.05.2015.
*/
@Entity
@Table(name = "meteo_data")
public class MeteoData {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private int id;
@Column(name = "temperature")
private f... | [
"ZeroPointSystem@gmail.com"
] | ZeroPointSystem@gmail.com |
86feec7f1a794c0a14c3709626b6d80a42aabc0b | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/27/27_d1f0b2e97ffd57f6d4ecaef4c6413681a3a44273/IRClassCompiler/27_d1f0b2e97ffd57f6d4ecaef4c6413681a3a44273_IRClassCompiler_t.java | e659098d0c120b6676c13bb2035915f61ca8631c | [] | 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 | 49,019 | java | package gwtsu;
import com.google.gwt.thirdparty.guava.common.collect.Lists;
import com.google.gwt.thirdparty.guava.common.collect.Maps;
import com.google.gwt.thirdparty.guava.common.collect.Sets;
import gw.lang.ir.IRAnnotation;
import gw.lang.ir.IRClass;
import gw.lang.ir.IRElement;
import gw.lang.ir.IRExpres... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
6979196f0642322dab773e0e2bf5dc4cf02f3ecd | f89e946e75dfa8c76d07267adc58c7b4bc07416f | /app/src/main/java/com/wasder/wasderapp/util/IabResult.java | 47a941b94800df2c97e82eb7e4c88601f3bf66fe | [] | no_license | AlAskalany/wasder-android | b07780374e34e20d47f1ec11001ad8fc5d0f3774 | c5db581591040499c1b1e0dec05badb46c521aca | refs/heads/master | 2020-04-05T18:26:06.026803 | 2017-09-28T23:21:31 | 2017-09-28T23:21:31 | 157,101,791 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,712 | java | /* Copyright (c) 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | [
"ahmed.alaskalany@gmail.com"
] | ahmed.alaskalany@gmail.com |
4c5000591c29736736345e65b2c08c10b89a6783 | d86b70b3dfcdbbb0fa1e6a67105243bd336a98ed | /src/main/java/com/example/bookstorebackend/controller/AdmController.java | ed78638b57e33b20fe5861ffea79319ac4d65f04 | [] | no_license | sjtu-ren/mybookstore-end | ec6e18ca421abff5bf147146004fded58c48c042 | 747b9e3294a76ec1c8132ed7923ec50866a4e15e | refs/heads/main | 2023-08-26T09:09:20.162498 | 2021-10-08T12:11:02 | 2021-10-08T12:11:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,852 | java | package com.example.bookstorebackend.controller;
import com.example.bookstorebackend.entity.User;
import com.example.bookstorebackend.service.OrderService;
import com.example.bookstorebackend.service.UserService;
import net.sf.json.JSONObject;
import org.springframework.beans.factory.annotation.Autowired;
import org.... | [
"2512618003@qq.com"
] | 2512618003@qq.com |
7b700b452f530cd12c576fad9a1a94aee827f34e | b025f53590a9c4625e6a541d2671e244c032d1bb | /Android/app/src/main/java/com/example/automaticlights/data/LoginDataSource.java | d222193370746cec9f980e5389547cb04cd38aec | [] | no_license | Nunofexki/automatic_lights | e7be88038e7e858b90a45a0115871e25df7e5029 | b092150e2116b477d3d52a6e5cd777bd396afc2f | refs/heads/main | 2023-05-26T21:36:45.624200 | 2021-06-06T22:58:06 | 2021-06-06T22:58:06 | 349,577,841 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 841 | java | package com.example.automaticlights.data;
import com.example.automaticlights.data.model.LoggedInUser;
import java.io.IOException;
/**
* Class that handles authentication w/ login credentials and retrieves user information.
*/
public class LoginDataSource {
public Result<LoggedInUser> login(String username, St... | [
"47788905+jpsmonteiro98@users.noreply.github.com"
] | 47788905+jpsmonteiro98@users.noreply.github.com |
635f66c98ba58e90be75db8f03e4322062b3801c | 0fe35ed7314b5aa95ffe3de785201ceb170f9275 | /src/main/java/davis/john/DataValidator.java | 49d1d2047e1e0ae4caaba7afee90bf22b7ffbab5 | [] | no_license | infinitumnihilum/Regex | e821ee2689d709b481f16546f1f641121f1b79eb | db8de768eeb5b59224f30a9b9520c6d2f7a20af7 | refs/heads/master | 2021-01-10T09:47:01.077587 | 2016-02-20T04:43:29 | 2016-02-20T04:43:29 | 52,136,690 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 915 | java | package davis.john;
/**
* Created by jrdavis on 2/19/16.
*/
public class DataValidator {
public boolean isValidUsername(String s) {
String compare = s;
if (compare.matches("[a-z]{3,25}")) {
return true;
} else {
return false;
}
}
public boolean... | [
"jrdavis1989@gmail.com"
] | jrdavis1989@gmail.com |
fd448d50fa5cdefed12f4ad6744bbc5892b3462f | c6e3a895297a04f06c556e7d0ecbfd552d1c7f2e | /src/main/java/com/example/demo/Service/ItemService.java | c8a8335717a4cbf5077e6d713d616d23cb1cdb67 | [] | no_license | RasmusKW/student_admin | 174c440fba25a18829c5bc090324a003d3633e5a | 23bdd9048e47e6e67beaa21f9141724cad913f81 | refs/heads/master | 2022-06-21T11:22:16.698809 | 2020-05-01T15:01:50 | 2020-05-01T15:01:50 | 261,145,932 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 755 | java | package com.example.demo.Service;
import com.example.demo.Model.Item;
import com.example.demo.Repository.ItemRepo;
import com.example.demo.Repository.ItemRepoJPA;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
@Service
public class... | [
"rasmus_w@hotmail.dk"
] | rasmus_w@hotmail.dk |
be7682c4b1ce73553a09fc95c17f3e0b9c534597 | 35fa4da7f211942e5676460739ed356b61ff51e6 | /src/ListaInvertida.java | 1565a657c0e3d064d2fa8f73d244f7c30aee8be9 | [] | no_license | thiagomoraesn13/Recuperacao_da_Informacao | efeb9a7d666dc1d3654a2de6643f7b8457ba9ffc | 822d3cb0aac120d672a6344ee1996a6dc5fa15ec | refs/heads/master | 2021-06-30T17:41:52.918379 | 2017-09-20T01:27:08 | 2017-09-20T01:27:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 679 | java | import javax.swing.text.html.HTMLDocument;
import java.util.ArrayList;
import java.util.Iterator;
public class ListaInvertida {
String termo;
int frequenciaCol;
double idf;
ArrayList<Documento> documentos;
public ListaInvertida(String termo, Documento doc){
this.termo = termo;
thi... | [
"tmr@icomp.ufam.edu.br"
] | tmr@icomp.ufam.edu.br |
b58f88986ce0482980612d9df0fe00b915635d15 | 50733ab0b54b9ff869babbc6eab4cc5bd0e409a8 | /src/test/java/com/alastair/textanalysis/service/DefaultDocumentParsingServiceTest.java | 14c5b2b8c3971d5d5f0dd74017c63ad665eb6e17 | [] | no_license | Alastair-Watts/test-analysis | 9f8f575ccfddfcdd261488afe955a6329068a30d | 0417811e974d5a0c8092a24d028f208d1c0ead51 | refs/heads/master | 2020-12-03T00:20:13.453008 | 2017-07-07T06:53:49 | 2017-07-07T06:53:49 | 96,016,791 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,946 | java | package com.alastair.textanalysis.service;
import static org.junit.Assert.assertTrue;
import java.util.List;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.ArgumentCaptor;
import org.mockito.Mock;
import org.mockito.Mockito;
import org.moc... | [
"Alastair"
] | Alastair |
b9b63431204d7df86ecb0414c4723808ab450765 | a547eebe8add78928b970568b513c132f39bb43f | /core/src/main/java/org/fao/geonet/kernel/datamanager/base/BaseMetadataManager.java | 3907e44ab82e36ccbc68700ac98952748a08de3d | [] | no_license | jahow/core-geonetwork | 852549026a4198885d195008cb1f8534d084f99f | ee495d695231b0b1d0d506d71b390679f53c09e8 | refs/heads/develop | 2022-10-21T07:10:35.196424 | 2017-09-15T07:44:52 | 2017-09-15T07:44:52 | 86,352,464 | 0 | 0 | null | 2020-01-23T15:28:48 | 2017-03-27T15:30:52 | JavaScript | UTF-8 | Java | false | false | 52,438 | java | package org.fao.geonet.kernel.datamanager.base;
import static org.springframework.data.jpa.domain.Specifications.where;
import java.nio.file.Files;
import java.nio.file.Path;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
import java.util.HashSet;
impor... | [
"delawen@gmail.com"
] | delawen@gmail.com |
d0de3bed25411e939a03325ffb7e23795fd51c06 | fccce51dc5a7a518d3ff74d3641ecd1ec70a71cd | /blitz/jini2_1/source/src/com/sun/jini/tool/ClassDep.java | 803465bca90e357b7c37a24c8d63f59d20cabfe6 | [
"Apache-2.0"
] | permissive | arthur073/kings | 9520310d1073af650b22968e4318d0fe007f5685 | df0c0fe75fd35983de364bdd6277c8a300bd15c3 | refs/heads/master | 2021-01-01T19:01:44.850121 | 2013-06-10T09:15:56 | 2013-06-10T09:15:56 | 10,450,386 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 48,792 | java | /*
*
* Copyright 2005 Sun Microsystems, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable la... | [
"k1218492@pc171.dcs.kcl.ac.uk"
] | k1218492@pc171.dcs.kcl.ac.uk |
c469081571ed87293b1e7b8102982e00f1f2732a | aabd11045ea13168cddef9ce4d12ae014832d297 | /src/fr/badblock/game/core18R3/merchant/GameMerchantInventory.java | 31d813b8d1b27240e744d6da5dc3d3ad6dbf550a | [] | no_license | xMalware/BadBlock-GameAPI | 372ff0c6563d84121e5a305ffbddaa82d26464cd | 95a2c3be5fb875f8d0611bcb24a43b6984c33962 | refs/heads/master | 2020-07-23T01:41:16.985763 | 2018-11-13T22:00:37 | 2018-11-13T22:00:37 | 207,397,655 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,985 | java | package fr.badblock.game.core18R3.merchant;
import org.bukkit.craftbukkit.v1_8_R3.inventory.CraftItemStack;
import org.bukkit.entity.Villager;
import org.bukkit.inventory.ItemStack;
import fr.badblock.game.core18R3.players.GameBadblockPlayer;
import fr.badblock.gameapi.players.BadblockPlayer;
import fr.badblo... | [
"audrandoublet@gmail.com"
] | audrandoublet@gmail.com |
e683fc0ead385a140ebab24db6c35bf5c34932a4 | e83139ae7494c57ea1e25b32490a63b04c58cc3d | /app/src/main/java/com/aeye/doublecam/decode/AliveDetectHandler.java | 6300af3a55dfce2d3c9d919bbc190bcdc4377bc0 | [] | no_license | Kajon2018/HeLiBaoDemoLocal | 9088055e4d913912b16a9184af766afe0b166c41 | 1b4c4fab7bef9b07102f4af7869e898bf1901bac | refs/heads/master | 2021-07-09T20:47:42.955912 | 2017-10-11T01:53:27 | 2017-10-11T01:54:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,250 | java | package com.aeye.doublecam.decode;
import java.util.ArrayList;
import java.util.List;
import android.graphics.Color;
import android.graphics.Rect;
import android.os.Handler;
import android.os.Looper;
import android.os.Message;
import android.util.Log;
import com.aeye.android.data.AEFaceInfo;
import com.aeye.android.... | [
"huangkaichun@maiditech.com"
] | huangkaichun@maiditech.com |
34d79f944aad533b0098ffa9f36d82a774f8adfa | 1dfee6544083ed696ce5d1f7efb24491925623a6 | /plugins/src/main/java/net/runelite/client/plugins/socket/org/json/Property.java | 508f3af162adf724ee99f05b0a4055f4b1b8d933 | [
"MIT"
] | permissive | digan-hub/dpSocket | 8c368832ceefd886920f1764c3ff652c61f76ba6 | 9f9b2b13706f592bbc5f6f388ba45d08257b84c4 | refs/heads/master | 2023-08-17T02:43:52.248982 | 2021-09-24T20:25:56 | 2021-09-24T20:25:56 | 410,089,754 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,678 | java | package net.runelite.client.plugins.socket.org.json;
/*
Copyright (c) 2002 JSON.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to... | [
"capslock13.osrs@gmail.com"
] | capslock13.osrs@gmail.com |
31aaa37313e55c01c2814a691f12d2eb3a050570 | 636266905fc378508bd1c1589cc177050ede0cd3 | /csce4444/Android/src/com/landa/customer/Adapters/DrinkAdapter.java | 74f4bf9a09f5c930e063681988f3645a7581a2d0 | [] | no_license | emericaonline/SoftwareDevAndroid | f01c3c0a102d56bb053b62c192f8a87b6da16054 | 7770893e016b81be68bdd532a20a67be10920e8d | refs/heads/master | 2021-01-18T00:08:04.406036 | 2015-01-16T20:25:25 | 2015-01-16T20:25:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,763 | java | package com.landa.customer.Adapters;
import java.util.ArrayList;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
import com.landa.R;
import com.landa.backend.Item;
public c... | [
"poofylake@gmail.com"
] | poofylake@gmail.com |
0d4add0ff5deda93799ea15446c41352a823d4c8 | 0012475da934534fb0d23555cd99c7800903d232 | /src/main/java/com/lgc/ctps/sgpa/web/rest/errors/BadRequestAlertException.java | 670e020f623feac9b3dbff8067bdf80e2bb7f080 | [] | no_license | iorran/sgpa | 38c75c3d4870e98fbe70a1c506bd911cba0f2efa | a6bc6ed6dbd4f151c1d229b58edb79e662406e8d | refs/heads/master | 2021-04-12T08:45:43.060777 | 2018-03-23T19:45:23 | 2018-03-23T19:45:23 | 125,948,162 | 0 | 0 | null | 2018-03-20T03:30:57 | 2018-03-20T02:19:24 | Java | UTF-8 | Java | false | false | 1,266 | java | package com.lgc.ctps.sgpa.web.rest.errors;
import org.zalando.problem.AbstractThrowableProblem;
import org.zalando.problem.Status;
import java.net.URI;
import java.util.HashMap;
import java.util.Map;
public class BadRequestAlertException extends AbstractThrowableProblem {
private final String entityName;
p... | [
"jhipster-bot@users.noreply.github.com"
] | jhipster-bot@users.noreply.github.com |
b76d5b3d0b1d0683443c88d3417f1af85436bfeb | e21d17cdcd99c5d53300a7295ebb41e0f876bbcb | /22_Chapters_Edition/src/main/resources/ExampleCodes/typeinfo/SnowRemovalRobot.java | 259e04014151449b2598625818dc340acc6989c7 | [] | no_license | lypgod/Thinking_In_Java_4th_Edition | dc42a377de28ae51de2c4000a860cd3bc93d0620 | 5dae477f1a44b15b9aa4944ecae2175bd5d8c10e | refs/heads/master | 2020-04-05T17:39:55.720961 | 2018-11-11T12:07:56 | 2018-11-11T12:08:26 | 157,070,646 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,367 | java | package ExampleCodes.typeinfo;//: typeinfo/SnowRemovalRobot.java
import java.util.*;
public class SnowRemovalRobot implements Robot {
private String name;
public SnowRemovalRobot(String name) {this.name = name;}
public String name() { return name; }
public String model() { return "SnowBot Series 11"; }
publi... | [
"lypgod@hotmail.com"
] | lypgod@hotmail.com |
24e38513a85a4bdbbac16d749f4303abba5ba6e1 | b398d9d19fb8b18c1822930a7cf0f2bb0b0c3840 | /gmp-epics-to-status/src/main/java/edu/gemini/aspen/gmp/epicstostatus/EpicsToStatusConfiguration.java | ae2006ea6cfc836100af1cffda55b3d9750c95f4 | [
"BSD-2-Clause"
] | permissive | framos-gemini/gmp | a9642be9fc12abbafe684125ca0d0bf1b0ad5e73 | 811826574676ec5247d48ebebec6cc6ea95a37b9 | refs/heads/master | 2023-08-18T00:53:17.583839 | 2023-07-19T15:04:19 | 2023-07-19T15:04:19 | 358,715,116 | 0 | 0 | NOASSERTION | 2023-09-13T18:59:25 | 2021-04-16T20:42:53 | Java | UTF-8 | Java | false | false | 1,165 | java | package edu.gemini.aspen.gmp.epicstostatus;
import edu.gemini.aspen.gmp.epicstostatus.generated.Channels;
import org.xml.sax.SAXException;
import javax.xml.bind.JAXBContext;
import javax.xml.bind.JAXBException;
import javax.xml.bind.Unmarshaller;
import javax.xml.validation.Schema;
import javax.xml.validation.SchemaF... | [
"nbarriga@ee6ba543-07f8-4773-b02c-01d50e9d00ba"
] | nbarriga@ee6ba543-07f8-4773-b02c-01d50e9d00ba |
d9da83b212e4c5a8505829e7c5a0db46c46f49b0 | 7cda634d27902b6c3aa687455cdc30f8d50ffdb2 | /src/main/java/DBAccess/DBConnector.java | 5bdf8cd193ac5c24ea4eeb251f3d4a856f2156d0 | [] | no_license | LasseANielsen/Legoo | 1ac674822f009827b0e8d6d6cfb3be4e74cf3176 | 4f959868c3c59061e0f7bbbe653b540e4414b064 | refs/heads/master | 2020-04-01T09:53:35.126974 | 2018-10-17T12:03:17 | 2018-10-17T12:03:17 | 153,093,779 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 926 | java | package DBAccess;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
public class DBConnector {
private static final String IP = "46.101.122.191";
private static final String PORT = "3306";
public static final String DATABASE = "mydb";
private static f... | [
"l.cph@hotmail.com"
] | l.cph@hotmail.com |
296271d70632834eceeed74747aac8c92a533eb9 | 942fb25840e093c19defc9bf573c0d8152054e2b | /app/src/main/java/np/com/rotaractnepalapp/rotaract/Adapter/ClubIVAdapter/ClubIV10Adapter.java | f1c3d4d30c932b7520f4cdeda0d3b6c490a623b9 | [] | no_license | RotaractNepal/SelectedApp | 1cb7c183d741ead5e07338135475d0931b47fac3 | 5a00bf84b9755ecbea0285061e49e4759604df9c | refs/heads/master | 2020-04-02T16:32:50.370368 | 2018-11-18T03:19:34 | 2018-11-18T03:19:34 | 154,617,225 | 0 | 0 | null | 2018-10-29T02:39:41 | 2018-10-25T05:55:21 | Java | UTF-8 | Java | false | false | 5,908 | java | package np.com.rotaractnepalapp.rotaract.Adapter.ClubIVAdapter;
import android.app.Dialog;
import android.content.Intent;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import android.net.Uri;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
impo... | [
"35910030+rotaractnepalapp@users.noreply.github.com"
] | 35910030+rotaractnepalapp@users.noreply.github.com |
c482a799f3a74e82e75d0a6d88497e5aac3ae34a | 15f775a8fb0a67dccef0f15053e43ea62b88dead | /src/main/java/fcagnin/jgltut/tut10/VertexPointLighting.java | 046c823cbf889134f922d48496d08a6977a2183e | [
"CC-BY-4.0",
"CC-BY-3.0"
] | permissive | IngussNeilands/jgltut | 8912322bd8f2594eb150ec25871fed1fc09e068d | 9cf1ff78fe739cf0175ba756a537b6fbc7c2cb57 | refs/heads/master | 2021-01-22T00:19:11.117063 | 2014-06-07T00:01:48 | 2014-06-07T00:01:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,461 | java | package fcagnin.jgltut.tut10;
import fcagnin.jglsdk.BufferableData;
import fcagnin.jglsdk.glm.*;
import fcagnin.jglsdk.glutil.MatrixStack;
import fcagnin.jglsdk.glutil.MousePoles.*;
import fcagnin.jgltut.LWJGLWindow;
import fcagnin.jgltut.framework.Framework;
import fcagnin.jgltut.framework.Mesh;
import fcagnin.jgltut... | [
"francesco.cagnin@gmail.com"
] | francesco.cagnin@gmail.com |
55f99d4231bf7b2e4319df95606b60183683295f | f63f44339ba11429512e355ca8b59d0838fc5bd9 | /app/src/main/java/com/tomsky/androiddemo/util/AlgorithmUtils.java | 10409358679a179e3910bd0d89aa71945217f749 | [] | no_license | wangzt/androiddemo | e44c4e04d12b7ad57522b1c7f7532799de3af860 | b41ec579517830d4371dbc3b216970bcce6b659f | refs/heads/master | 2023-03-31T09:36:34.550399 | 2021-01-09T08:51:43 | 2021-01-09T08:51:43 | 2,840,560 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,369 | java | package com.tomsky.androiddemo.util;
import android.util.Log;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
public class AlgorithmUtils {
public static void testMergePoints() {
List<Point> points = new ArrayList<>();
points.add(new ... | [
"wangzhitao@huajiao.tv"
] | wangzhitao@huajiao.tv |
0d9efc56516f15ef65319feb9eac92b3d26f80c3 | 7198994bd71ffb464916bc7f1c3164bb14d65f77 | /library/src/main/java/cn/app/library/dialog/styleddialog/view/SuperHolder.java | 7d544409b9cd1c5d93a268112b4188d2381c30e3 | [] | no_license | nakupenda178/lklib | 78f00b7f7a0aaf42389107638d810e0c5ffc407b | 7cc36badfe0cf8a1d2b17e579c9fd04adf3d3eb7 | refs/heads/master | 2020-07-05T04:29:54.729597 | 2018-05-04T06:54:21 | 2018-05-04T06:54:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 771 | java | package cn.app.library.dialog.styleddialog.view;
import android.content.Context;
import android.support.annotation.LayoutRes;
import android.view.View;
import cn.app.library.dialog.styleddialog.config.ConfigBean;
/**
* Created by Administrator on 2016/4/15 0015.
*/
public abstract class SuperHolder {
public V... | [
"zhaolin.tongwei@gmail.com"
] | zhaolin.tongwei@gmail.com |
673ea423b0c461bd413494c849fcb8ba4f6eb1e3 | 13ce706205e9db1a37dc4c11662351bcacdd4a09 | /src/com/expedite/apps/nalanda/adapter/AccountListAdapter.java | 16ba1a3e6734655358a7f052a436994cc98e24bf | [] | no_license | rampurawala/Nalanda | 72ee9d929231af60f33f895bc0b223f7d1c5fed2 | 6c555060304fe03e2130a0746b562bb65f239f73 | refs/heads/master | 2020-08-17T22:19:09.447343 | 2019-10-17T06:14:11 | 2019-10-17T06:14:11 | 215,716,823 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,277 | java | package com.expedite.apps.nalanda.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
import com.expedite.apps.nalanda.R;
public class AccountListAdapter extends BaseA... | [
"7865253jameela@gmail.com"
] | 7865253jameela@gmail.com |
1ec697fdcdde32c89a6c4a3cff6d9ed0e828fc8f | 7a494e516b31a177a4373eb323db4841db1ad6c7 | /app/src/main/java/com/example/yashbohara/project/ViewClassReport.java | 3d52c01f6d3c182512467b18a18ce3f38acf370d | [] | no_license | yashbohara/Project | e7c55e516e3c8658de19746cdb8ae25bc1c49b2b | 39dc53a095cf772161dff63ab1e6793f03eaee28 | refs/heads/master | 2021-01-19T21:02:35.590756 | 2017-05-01T14:33:23 | 2017-05-01T14:33:23 | 88,596,660 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,446 | java | package com.example.yashbohara.project;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.ListAdapter;
import android.widget.ListView;
import android.widget.TextView;
import java.util.ArrayList;
import static com.example.yashbohara.project.M1.dbhandler;
public class Vi... | [
"yashbohara001@gmail.com"
] | yashbohara001@gmail.com |
243eb67011341b682cefcaea0cee0258ac370f88 | 206b856989eb38f4b0309ee5821b89dcf397763f | /src/main/java/com/daikuan/until/AuthImageServlet.java | c0730df1deed5ecb4ab4b7485c1e52c48df14002 | [] | no_license | a6778859/daikuan | d2177a99fde8fdf4ec06ed7be241d6a5032af5d8 | a589579c5501b60ca24034fe57c25d466383ba55 | refs/heads/master | 2021-01-20T12:21:01.784478 | 2017-09-22T09:31:59 | 2017-09-22T09:31:59 | 101,710,941 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,926 | java | package com.daikuan.until;
import java.awt.Color;
import java.awt.Font;
import java.awt.Graphics;
import java.awt.image.BufferedImage;
import java.io.IOException;
import java.util.Random;
import javax.imageio.ImageIO;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.h... | [
"382335873@qq.com"
] | 382335873@qq.com |
15052f8900ec2a38148db059c386f3c95b6137d0 | 948ccae1ab96be76693c63c2ba3e209511deec77 | /src/test/java/com/pokemonCollection/PokemonCollectionApplicationTests.java | 41d401257ab2cd29c8e93e5b47e2ad949ff462c7 | [] | no_license | Pawulon447/pokemonCollection2 | d7002302adcf4707d442cef4fbb4ff086a99a316 | 475c310b1a4e6ba78519e98bae850fb38e6f675e | refs/heads/master | 2023-09-03T16:08:47.763025 | 2021-10-22T20:11:15 | 2021-10-22T20:11:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 224 | java | package com.pokemonCollection;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class PokemonCollectionApplicationTests {
@Test
void contextLoads() {
}
}
| [
"gm91b09@gmail.com"
] | gm91b09@gmail.com |
ba0443ae35cb717ae821256fbb4eecabba9fcf53 | 8339dab6a1c2f545a5aeeba863a870401aa18396 | /src/main/java/cz/czechitas/webapp/Panenka.java | f47e9eacf1ae9bba1ef3978a1484165d5449f108 | [] | no_license | Danakut/jaro2019-ukol10-ukazka | 80855f9612e2bcd9e40ffa8d22a7405d84de5492 | 302204f4fc0bfb3ab48b1b3849da07e27e74d446 | refs/heads/master | 2020-05-20T23:15:10.326016 | 2019-05-16T13:11:13 | 2019-05-16T13:11:13 | 185,796,808 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,289 | java | package cz.czechitas.webapp;
public class Panenka {
private Long id;
private String jmeno;
private String vrsek;
private String spodek;
private String datumVzniku;
private int verze;
public Panenka() {
}
public Panenka(String jmeno, String vrsek, String spodek, String datumVznik... | [
"kutalkovad@gmail.com"
] | kutalkovad@gmail.com |
8dbaf0a3c161998b765c13680f1b0beea9edfb2f | a7c083799a8b0765091aea7916d8819a76abe2f1 | /LeetCode/src/com/bsb/leetcode/vip/bytedance/T62.java | 655cd1f75f443c619765ad261e1d8252c4d3ee06 | [] | no_license | challengerzsz/Algorithm | 121cc2109f75f73b8a9cad892f5195258c898f5e | 3baded2d7626d86fa2a31191394f35b7f865a2cd | refs/heads/master | 2021-05-26T05:51:11.892323 | 2020-04-23T14:16:57 | 2020-04-23T14:16:57 | 127,735,766 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 778 | java | package com.bsb.leetcode.vip.bytedance;
import java.util.Arrays;
/**
* @author : zengshuaizhi
* @date : 2020-03-31 20:20
*/
public class T62 {
// 不同路径
// dfs可以做 但是大量回溯加重复计算 可以用记忆化优化 但是不是最优解
public int uniquePaths(int m, int n) {
// dp[i][j]表示走到{i, j}有多少种走法
int[][] dp = new int[n][m];
... | [
"challengerzsz@126.com"
] | challengerzsz@126.com |
639cbf48d412ee96802451c4e7031fbcb9ff34f0 | fcbc669200213fd71e3e83737387e1f508c9aa65 | /lang/java/practicejsf/src/practicejsf/bean/service/simple/CustomerSimpleMap.java | d9aa9ebaa24828e5611f75403e3be65f9e2591c1 | [] | no_license | moguonyanko/moglabo | 84e138a35b5ef4e22f45ad615f839ba3cd536e7c | b03bdd7e68d4c32b48e8f114bd793b77dd047ac5 | refs/heads/master | 2023-09-04T07:25:27.589619 | 2023-09-01T16:58:54 | 2023-09-01T16:58:54 | 4,608,440 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,150 | java | package practicejsf.bean.service.simple;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import practicejsf.bean.Customer;
import practicejsf.bean.service.CustomerLookupService;
import practicejsf.util.Faces;
/**
* いわゆるビジネスロジックの実装
*/
public class CustomerSimpleMap im... | [
"k-yamada@tg-inet.co.jp"
] | k-yamada@tg-inet.co.jp |
6aff8df74db7b2941fb1d5ad4275163b8140c26c | a841d3c21395168f761656293d45c71f924b98fd | /hybris/bin/custom/johndeere/johndeerestorefront/web/src/com/deere/storefront/interceptors/beforecontroller/RequireHardLoginBeforeControllerHandler.java | e707234a037b23115e087ae46f9e5c58ad46aebb | [] | no_license | vinayj344/johndeere | 7add3c82175159d56a84538441c3f6ec49115e0e | cbf87ca7d3dd012214f01a0d5de60c69e8e508db | refs/heads/master | 2020-03-26T16:29:55.733222 | 2018-08-22T13:43:49 | 2018-08-22T13:43:49 | 145,105,874 | 0 | 0 | null | 2018-08-22T13:43:50 | 2018-08-17T10:14:04 | Java | UTF-8 | Java | false | false | 3,763 | java | /*
* [y] hybris Platform
*
* Copyright (c) 2017 SAP SE or an SAP affiliate company. All rights reserved.
*
* This software is the confidential and proprietary information of SAP
* ("Confidential Information"). You shall not disclose such Confidential
* Information and shall use it only in accordance with the te... | [
"vinay.j344@gmail.com"
] | vinay.j344@gmail.com |
d64447d9e5a6af5156a6d744356ee302ed00f542 | 54105531ab61942ca91b953b424c20c2e6ee73f2 | /towns-webapp/src/main/generated-java/com/bazoud/springbatch/towns/webapp/web/permission/support/TypeAwarePermission.java | 7ea8ff58460dfbc15dc6228332b2a12f885daaa0 | [] | no_license | rejwan052/spring-batch-towns | 74bce333a375875a477fe6fdeebe6b5fb93d3a7c | 4eb74468c3e32d123a96bb079fae17134d8b1ccb | refs/heads/master | 2021-01-19T20:15:29.067045 | 2013-11-21T12:02:26 | 2013-11-21T12:02:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,741 | java | /*
* (c) Copyright 2005-2013 JAXIO, http://www.jaxio.com
* Source code generated by Celerio, a Jaxio product
* Want to purchase Celerio ? email us at info@jaxio.com
* Follow us on twitter: @springfuse
* Documentation: http://www.jaxio.com/documentation/celerio/
* Template pack-jsf2-spring-conversation:src/main/ja... | [
"olivier.bazoud@gmail.com"
] | olivier.bazoud@gmail.com |
a8b2dbb93b54fc495cdb95c27bd5aefb1ed92e4e | 73c9d08c357bcbb15d5eca64c438fc322f56a920 | /app/src/main/java/com/example/saisai/yoho/adapter/FenleiPinpaiSearchAdapter.java | 0f9dce849395c9693d0e5700bfac4fca304be16f | [] | no_license | xvsaisai/YoHo88 | 04f1c20ac2487773f279de44c4c717a86be606a8 | 71cf2fc89f47f19a2e4b88a065b4d57d88a4679f | refs/heads/master | 2020-07-03T18:27:03.642276 | 2016-09-11T03:27:12 | 2016-09-11T03:27:12 | 66,820,845 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,228 | java | package com.example.saisai.yoho.adapter;
import android.content.Context;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import com.example.saisai.yoho.R;
import com.example.saisai.yoho.bean.PinPaiBean;
import java.util.List;
/**
* Created by saisai on 2016/8/26.
*/
public... | [
"47806328@qq.com"
] | 47806328@qq.com |
25f9f31f728b1093cae1b44d5315f21c7957706e | d6b467da7999bb29ef659768890d4138b8e38195 | /chinaw/src/com/wuxi/app/activity/homepage/fantasticwuxi/ChannelActivity.java | 511b9fbf4cabfedbc0e4e59d009dd428a35d3d4b | [] | no_license | ChinaWuxiandroid/chianwuxi_android | 0975b6ece55af95182b13616aad92ce2d3121928 | 320fb895583c11bf5d7b2701ef3c8b459492cadf | refs/heads/master | 2023-06-07T09:04:06.527140 | 2023-06-06T04:01:16 | 2023-06-06T04:01:16 | 12,722,746 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 5,896 | java | /*
* (#)ChannelActivity.java 1.0 2013-8-29 2013-8-29 GMT+08:00
*/
package com.wuxi.app.activity.homepage.fantasticwuxi;
import java.util.List;
import android.annotation.SuppressLint;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.support.v4.app.FragmentTransaction;
im... | [
"wanglu0919@163.com"
] | wanglu0919@163.com |
5397e97e305406afe4bfd6e99a97f2ace2bfccb1 | 9a7e206bb951ad93cf3fa4c95998af9c0fbd0557 | /information/src/main/java/com/sdxm/information/entity/Manager.java | 430d40aafda1c0bcd1ce506760a928ffab4e6953 | [] | no_license | vtne/spring-cloud | cfdeb556f9da343c97587fed6e5c4a3353fc5ec6 | f4f2b0054e1a4d9988331e365601f7fbd0434b05 | refs/heads/master | 2022-06-21T05:25:12.501373 | 2019-10-21T05:24:47 | 2019-10-21T05:24:47 | 216,482,707 | 0 | 0 | null | 2022-06-17T02:37:44 | 2019-10-21T05:14:12 | Java | UTF-8 | Java | false | false | 3,291 | java | package com.sdxm.information.entity;
import java.util.Date;
public class Manager {
private Integer id;
private String name;
private Integer sex;
private String number;
private String organ;
private String remark;
private Integer type;
private String credentialName;
private ... | [
"690742338@qq.com"
] | 690742338@qq.com |
77197e923a6a725126d9d16d58214d58ef9e45c4 | 33fbbd23010cc7e19130b7afcd2b8905837dbcb8 | /src/main/java/com/example/demo/social/AppOAuth2UserRequestEntityConverter.java | a96b2646c8231cc004dfc9d49e711f4321de0320 | [] | no_license | wayne-keepo/oauth2twitch | a44c564530477ac888e2c4a7ec75e990c661f72c | bd3580e64282cac9c7efd1b4f4c35a93cc43ec80 | refs/heads/master | 2022-09-18T09:28:58.757120 | 2020-05-30T21:09:58 | 2020-05-30T21:09:58 | 268,139,401 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,557 | java | package com.example.demo.social;
import org.springframework.core.convert.converter.Converter;
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpMethod;
import org.springframework.http.MediaType;
import org.springframework.http.RequestEntity;
import org.springframework.security.oauth2.cli... | [
"dimapimushkin@mail.ru"
] | dimapimushkin@mail.ru |
ab75709d383c97554b2f93ee02ec996d7939839f | d64086f7881a6dd905a35e6efe6f7be79b7328c7 | /homework-3/src/test/java/ua/com/shtanko/h3/util/content/ContentCsvParserTest.java | 5dca69c9783e999d954d360340610853361d41bf | [] | no_license | SexWithCode/2020-11-otus-spring-shtanko | 164cf7f252350a3751f520fbebde8b337dda42be | c0e79b9b765daa278e24083287108254cfbae9a0 | refs/heads/master | 2023-03-10T15:55:43.462402 | 2021-02-27T02:37:49 | 2021-02-27T02:37:49 | 316,347,500 | 0 | 0 | null | 2020-12-01T08:51:49 | 2020-11-26T22:19:27 | null | UTF-8 | Java | false | false | 2,110 | java | package ua.com.shtanko.h3.util.content;
import org.apache.commons.csv.CSVFormat;
import org.apache.commons.csv.CSVParser;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.spring... | [
"sexwithcode@gmail.com"
] | sexwithcode@gmail.com |
033627c9131c2aafa4d0a01c87015079df3fc566 | 8a29a66a531f17520d437e1aae2bea299f50fc77 | /src/main/java/com/statreduce/reducer/AbstractStatReducer.java | 45d03863c769eaecb1c1e245a63d47bf88e8ce17 | [] | no_license | flipkart-incubator/statreduce | 39577ee30428fbfac3f9a69a3eae54f34c6f38a3 | 077d297f5e885209f76660837962d295e511e3da | refs/heads/master | 2023-03-29T06:01:11.560330 | 2015-05-18T17:11:06 | 2015-05-18T17:11:06 | 35,710,052 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,246 | java | package com.statreduce.reducer;
import org.apache.hadoop.io.DoubleWritable;
import org.apache.hadoop.io.IntWritable;
import org.apache.hadoop.io.Writable;
import org.apache.hadoop.mapreduce.Reducer;
import org.ddahl.jvmr.RInJava;
import java.io.IOException;
public abstract class AbstractStatReducer<K extends Writabl... | [
"sathish316@gmail.com"
] | sathish316@gmail.com |
6bedaf2d5bd5f45e901963cea8c2f2f36d2673cc | 89aa449b020d2f6ea00fdd8ea184fc3b470f16d5 | /src/AlgorithmAndDataStructureTests/LeetCode/Question118/ListNode.java | 2e8115ac42218526fbb4879f9ce5fec4b2d03e25 | [] | no_license | zoebbmm/CodeTests | 56ea2f9cc3cf6083b1baa2c2b0c4875309bc5e30 | 384edbd526558b38dc165bb4e0f22ad1f4d94456 | refs/heads/master | 2021-01-23T07:59:37.797605 | 2017-03-28T14:11:44 | 2017-03-28T14:11:44 | 86,468,094 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 223 | java | package AlgorithmAndDataStructureTests.LeetCode.Question118;
/**
* Created by weizhou on 10/31/16.
*/
public class ListNode {
int data;
ListNode next;
public ListNode(int d) {
this.data = d;
}
}
| [
"zoebbmm@gmail.com"
] | zoebbmm@gmail.com |
fcaee28453bc0d7a3a129bb151c08cb7f59e1e46 | 3989812aba4b8d012ace66592cff3b6c909526a0 | /HelloWorldADT/src/com/example/helloworldadt/dummy/DummyContent.java | fa11cef66a32404cba048ca900863039114c8fd9 | [] | no_license | kanastasov/Introduction-to-Programming-with-Java-Liang | dc36fc6d1112795f017fff3ec9313af1845c1d42 | aa79b83ea2195eab295eb809004dc7932a46ab84 | refs/heads/master | 2020-04-05T10:36:05.054851 | 2012-08-06T14:55:20 | 2012-08-06T14:55:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 929 | java | package com.example.helloworldadt.dummy;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class DummyContent {
public static class DummyItem {
public String id;
public String content;
public DummyItem(String id, String content) {
... | [
"Anastasov@kAnastasov.(none)"
] | Anastasov@kAnastasov.(none) |
c1c1b56fdc32c20769cb159cb39cd649b1aefebe | 0a51fd796bac5dd19a4232e43360aca8a9d7024a | /StudentList.java | d3d38d07f35ec404e38d6403ede0317bc990e811 | [] | no_license | Bhargavikulkarni/Assignment | a8b778e49e739d8568b9cbc06b41c1e31d5c4fd3 | ea688b13e57ed6371da4388bff0bb2f77cfd2b1a | refs/heads/master | 2023-08-18T00:13:26.677995 | 2021-09-07T12:10:04 | 2021-09-07T12:10:04 | 397,523,718 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,130 | java | package CaseStudy;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.Scanner;
import java.util.TreeSet;
public class StudentList {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int choice, n = 0;
while (true) {
Syste... | [
"bhargavikulkarni44@gmail.com"
] | bhargavikulkarni44@gmail.com |
ef3cbbdb50e180176bb1a9573d768cd65875b70d | 41fc7b22371f95874accd41de79484d57b201341 | /src/main/java/com/app/server/model/MessageModel.java | b158b7b6971c737e32886f54ddb9cc87d8bb0386 | [] | no_license | xuwenkai357/Server | 9e60ddee7ff7c1f9844c6faee9b560a28d421c6d | e7947bcef0c013ce10cd6de8e2e278e933a0a4d5 | refs/heads/master | 2020-03-18T18:12:39.336191 | 2018-05-27T19:57:30 | 2018-05-27T19:57:30 | 135,077,344 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,278 | java | package com.app.server.model;
public class MessageModel {
String message_id;
String user_id;
String body;
String create_time;
String status;
public String getMessage_id() {
return message_id;
}
public void setMessage_id(String message_id) {
this.message_id = message_i... | [
"1002699636@qq.com"
] | 1002699636@qq.com |
5ed3efdcc1b65ea1509a484b297d12718991f6cf | b0f2249198ba35cfe7f5e3cebbe4413eef264f14 | /src/main/java/nd/esp/service/lifecycle/support/busi/SessionUtil.java | 7632151b89287e005e0d7d040366552e8416bb8f | [] | no_license | 434480761/wisdom_knowledge | f5f520cfb07685fd97d2d1a5970630a00b1fc69f | 1ee22a3536c1247f7b78f6815befbd104670119b | refs/heads/master | 2021-04-28T23:39:24.844625 | 2017-01-05T06:26:29 | 2017-01-05T06:26:29 | 77,729,017 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 4,365 | java | package nd.esp.service.lifecycle.support.busi;
import com.nd.gaea.client.http.WafSecurityHttpClient;
import nd.esp.service.lifecycle.support.Constant;
import nd.esp.service.lifecycle.support.Constant.CSInstanceInfo;
import nd.esp.service.lifecycle.utils.StringUtils;
import java.util.HashMap;
import java.util.... | [
"901112@nd.com"
] | 901112@nd.com |
07386fc3c7a059b3fc7a9b0d1143253e8053c079 | 93dec8516dd1f5f4c40012593577b8f4c249a173 | /MyApp2/app/src/androidTest/java/com/example/gilbertojimenezorench/myapp/ApplicationTest.java | 282bea8d19b273eca3d9c50490e3d4f1a0ebafb1 | [] | no_license | LuisSalaOrtiz/DB-DrScanner_Project | b57897305630f08f1f238e34e0fa112955ba71ca | 8e276d2896271e7df4094e82922bde6374e165bf | refs/heads/master | 2020-12-03T00:47:56.831751 | 2016-12-13T03:57:33 | 2016-12-13T03:57:33 | 67,749,791 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 370 | java | package com.example.gilbertojimenezorench.myapp;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public Application... | [
"albertitoclick@hotmail.com"
] | albertitoclick@hotmail.com |
d0f7f518e1c59bb7eaf5d977703f42746c75bff7 | 6b45b9ba5dadbe18364305e03363fcfbac853685 | /AddressBook.java | c0f1c48066288e47885fa5c6886733d9f2f8bdb1 | [] | no_license | deepsaha288/AddressBook2List | 609c2766d26c8e8369629ff8c01435000421f4d0 | 6fc4163a0bf5f7311acb882833349e7831ea6df9 | refs/heads/main | 2023-03-18T19:18:08.354606 | 2021-03-10T14:51:33 | 2021-03-10T14:51:33 | 346,378,918 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,544 | java | import java.util.*;
class ContactDetails {
private String firstName;
private String lastName;
private String area;
private String city;
private String state;
private int pin;
private int phoneNumber;
private String email;
public ContactDetails(String firstName, String lastName, String area, String city, Stri... | [
"deepsaha288@yahoo.com"
] | deepsaha288@yahoo.com |
47c7e5c87b4109dda6b7101a640a66fe43a800ae | 909c051d5ffc94b0a15e982c5e31779335595399 | /src/main/java/nikdevs/motifs/webui/formatter/AlgorithmTypeFormatter.java | 19e6e19ab93c6361f189aa9606f5d598a1b346b1 | [] | no_license | danyzhukov/MotifApp | e13519333203dfeb2d3a18fb951277e49458df6c | 7676c45f6203845d76ab1de63a0c4e9a73e66c6c | refs/heads/master | 2022-07-08T07:06:38.137447 | 2020-05-17T11:52:44 | 2020-05-17T11:52:44 | 264,652,642 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 761 | java | package nikdevs.motifs.webui.formatter;
import nikdevs.motifs.webui.model.AlgorithmType;
import org.springframework.format.Formatter;
import org.springframework.stereotype.Component;
import java.text.ParseException;
import java.util.Locale;
/**
* Formatter ENUM AlgorithmType
*/
@Component
public class AlgorithmTyp... | [
"danil2010z@yandex.ru"
] | danil2010z@yandex.ru |
078218b4f312c65c8c33663f1707aa54fbaa0a02 | c62536326421297c8701d33e973ece005db5bd47 | /app/src/androidTest/java/br/com/alura/leilao/ExampleInstrumentedTest.java | e28a08ce328bfe814981ac2df67bfb3621be2f04 | [] | no_license | guireino/Leilao-teste-automatizado | 621362a23696aef955c5f1ed5d6bd7c091b6dcb1 | ec3d6ef9655b98cee0f77a90af8118c12525cba0 | refs/heads/master | 2022-12-12T10:05:05.615338 | 2020-09-11T21:21:21 | 2020-09-11T21:21:21 | 294,811,920 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,217 | java | package br.com.alura.leilao;
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 java.util.ArrayList;
import java.util.Arrays;
import br.com.alura.leilao.model.Leilao;
im... | [
"guiabucarma@hotmail.com"
] | guiabucarma@hotmail.com |
0fe50f2eed823ded8c1deb277a33b9e96c31590f | 6d4f2dd2617ebd478720730ba1394262328e95c8 | /src/com/smartstart/util/ChatServer.java | 3d02d78fa2ddac87a357b9dbc4831a2397d210db | [] | no_license | MohamedSouissi/smartstart | 65f794fbe59457b77c0251f6f9b9cdfe64b9dec8 | 412009477002e1a755b5aeb4328cf606feef38f0 | refs/heads/master | 2020-04-25T22:33:01.881257 | 2019-02-28T12:19:36 | 2019-02-28T12:19:36 | 173,114,795 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,915 | java | package com.smartstart.util;
import com.smartstart.controllers.ServerGUIController;
import java.io.IOException;
import javafx.application.Application;
import javafx.event.EventHandler;
import javafx.fxml.FXMLLoader;
import javafx.scene.Scene;
import javafx.scene.layout.VBox;
import javafx.stage.Stage;
import javafx.s... | [
"gentil-22@hotmail.fr"
] | gentil-22@hotmail.fr |
c227bda93acede6d7a4907496706d67e0604d19b | 61ddee6130f6e1c96c05347ecdb14b75bd8803f8 | /src/com/serlib/entity/Project.java | d16effc57cc1696643d12eb23f4307226928464f | [] | no_license | sunxu/serlib | 49cd84161be65c456f4b1adc9ccc3a34fd1ed306 | da941abdb71adc3958d9782aac211897b8cd2aba | refs/heads/master | 2020-06-07T18:17:33.824033 | 2012-11-11T07:46:16 | 2012-11-11T07:46:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,889 | java | package com.serlib.entity;
/**
* Project entity. @author MyEclipse Persistence Tools
*/
public class Project implements java.io.Serializable {
private static final long serialVersionUID = -8235418176617142247L;
public static final String ID = "id";
public static final String NAME = "name";
public static final ... | [
"sunxu@MacBook.local"
] | sunxu@MacBook.local |
beadc5d12c07a0f31c1cdd8b34cafcf54ed305e0 | 5ba7de903a2753f00a2e0551237f644f64ce8d71 | /TP4-EMF/fr.tpt.mem4csd.dag.model/src/fr/tpt/mem4csd/dag/model/dag/NamedElement.java | 76c954d1a7ea45262caf655a9d74a0dae054fe69 | [] | no_license | Renan-r1212/SE206_TP | fae7aff0c7d4fcb5bc3f1a6fe5ac00ea779f9746 | 4343520804ae5e0c063557a1f65d0cf6db9b52c9 | refs/heads/master | 2021-01-05T04:43:37.163810 | 2020-04-21T15:55:49 | 2020-04-21T15:55:49 | 240,883,389 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,393 | java | /**
*/
package fr.tpt.mem4csd.dag.model.dag;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Named Element</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link fr.tpt.... | [
"renan.rodrigues.r1212@gmail.com"
] | renan.rodrigues.r1212@gmail.com |
721d6ae95c71a07bb56552ecc178814e019c6c2f | 78659f07e348174c71bda8af5febc4d1f7fda8cc | /src/com/techzhai/dao/ArticleDao.java | cfc9c92ab9b537a444e2949ef9beec8428e12a88 | [] | no_license | TaXueWWL/Technology_Zhai_Blog | 28f2f144d38f4c6f74f75978a4b52cccdf7e173f | 2be200618b5e50a78b50fa33f2f531d8d25621cf | refs/heads/master | 2020-04-03T07:50:24.290426 | 2016-07-04T02:43:21 | 2016-07-04T02:43:21 | 62,435,456 | 2 | 0 | null | 2016-07-02T05:26:48 | 2016-07-02T05:26:48 | null | UTF-8 | Java | false | false | 716 | java | package com.techzhai.dao;
import java.util.List;
import com.techzhai.model.ArticleBean;
/**
* 文章部分处理的dao
* @author duanjigui
* 2016.6.30
*/
public interface ArticleDao {
public void saveArticle(ArticleBean articleBean); //保存一篇文章
public List<ArticleBean> fetchAllArticle(); //获取所有文章的列表
public void deletAr... | [
"1210812591@qq.com"
] | 1210812591@qq.com |
efbc98b040efbb40c8b4787f39bcfa0cac2cbc11 | a68797db21c01bbc8370308dbaaaedc15a445638 | /src/main/java/net/novatech/jbserver/world/WorldException.java | 1d36436a032cda644672a6281c03f93d75ddb604 | [] | no_license | BroPro40/JBServer | 8068eb6cc7680bf0af3719ce143ee16f0a2cd6a7 | 5594141e38ff0c1642fc179a4591d3862feb9336 | refs/heads/master | 2023-05-24T03:22:27.601054 | 2021-06-15T21:10:16 | 2021-06-15T21:10:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 225 | java | package net.novatech.jbserver.world;
import net.novatech.jbserver.server.ServerException;
public class WorldException extends ServerException {
public WorldException(String message) {
super(message);
}
} | [
"gebab.urumci.kv@gmail.com"
] | gebab.urumci.kv@gmail.com |
72bd03629f61a0708603972fe9f3b9b9ad0c662f | 3370a0d2a9e3c73340b895de3566f6e32aa3ca4a | /alwin-middleware-grapescode/alwin-core/src/main/java/com/codersteam/alwin/core/service/impl/scheduler/strategy/UpdateCompaniesInvolvementSchedulerExecution.java | 1aacb9fba134e2a4d785049e4a922e9438972548 | [] | no_license | Wilczek01/alwin-projects | 8af8e14601bd826b2ec7b3a4ce31a7d0f522b803 | 17cebb64f445206320fed40c3281c99949c47ca3 | refs/heads/master | 2023-01-11T16:37:59.535951 | 2020-03-24T09:01:01 | 2020-03-24T09:01:01 | 249,659,398 | 0 | 0 | null | 2023-01-07T16:18:14 | 2020-03-24T09:02:28 | Java | UTF-8 | Java | false | false | 1,487 | java | package com.codersteam.alwin.core.service.impl.scheduler.strategy;
import com.codersteam.alwin.common.scheduler.SchedulerTaskType;
import com.codersteam.alwin.core.api.service.scheduler.SchedulerExecutionInfoService;
import com.codersteam.alwin.core.service.impl.customer.UpdateCompaniesInvolvementService;
import org.s... | [
"grogus@ad.aliorleasing.pl"
] | grogus@ad.aliorleasing.pl |
0762b98514e16bd3a6ee9e223323b1f9044a9fbd | 9231c90ff6e5dfc7a7c8a28104d7e20e40b22c0f | /OOP4/src/ui/GraphicsListing.java | 67785b81a6f141167516f52427ddacc28bb4b995 | [] | no_license | jojojames/Java | 21448c457431990372057ee065aac1c0705298dd | 38d353da0abbffd1774a83afccf527f4d384e182 | refs/heads/master | 2021-01-22T01:28:10.490197 | 2013-09-22T03:27:06 | 2013-09-22T03:27:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 27,862 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package ui;
import business.Item;
import business.Order;
import business.Supplier;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.MouseAdapter;
import java.awt.event.Mouse... | [
"ja.nguyen@gmail.com"
] | ja.nguyen@gmail.com |
d9f304fd24b384837123d735d25c8a0a85454d1a | dd61b553197f7072942a636fc38151d6434ca557 | /0001-0050/26/src/Solution.java | 5650376a26e0ec5caa8ef9e8f691f1823a36dbdc | [] | no_license | yeshaoting/LeetCode-Solution-Java | 4064d1756ca3b3720ee72b83c18c8a5c88c098fc | f02993fad941047b2cc307d373eb2bb3a69f3f38 | refs/heads/master | 2020-07-06T22:50:47.382887 | 2019-07-13T00:40:54 | 2019-07-13T00:40:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,141 | java | import java.util.Arrays;
// https://leetcode-cn.com/problems/remove-duplicates-from-sorted-array/description/
// 常规题目:这里利用到数组的有序性,如果遇到和上一个一样的元素,就什么都不做
public class Solution {
public int removeDuplicates(int[] nums) {
int len = nums.length;
if (len == 0) {
return 0;
... | [
"121088825@qq.com"
] | 121088825@qq.com |
cee04aafdc84ad8c9448249b69ad9c0ea5d68eed | fc4e919b7a6836a3aee7066deaca0caa1063add0 | /app/src/main/java/com/flf/funny/service/config/disklrucache/DiskCacheManager.java | 1ddda6846e9b24e72e4cd0565ed7eb678f5bb65d | [] | no_license | JustOneCoder/funny | 1665db8c47e4c116e05512d16420eb43f390939a | ef5696c870ef0b04d99e0188437c645bbb1eccc9 | refs/heads/master | 2021-01-21T17:37:08.852941 | 2017-05-22T11:15:23 | 2017-05-22T11:15:23 | 91,965,719 | 12 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,992 | java | package com.flf.funny.service.config.disklrucache;
import android.content.Context;
import android.os.Environment;
import com.flf.funny.FunnyApplication;
import com.flf.funny.service.config.Constants;
import com.jakewharton.disklrucache.DiskLruCache;
import org.json.JSONArray;
import org.json.JSONException;
import or... | [
"1009285246@qq.com"
] | 1009285246@qq.com |
0c4f04b1460200dcccc0e0e5010a46ffabfe9bb0 | 05435323fb569fb677d2473230e237f7dad1acf7 | /skripta_Adventura/Adventura/adventura/Main.java | 6dd62c5c59daaacf1180e57447ade61c068cfb25 | [
"Unlicense"
] | permissive | hailstorm75/consoleAdventure | da6f86157bc9e02036dc533bd16e864353b4f006 | 2cc40671a3d84a349d1a8c3c3a801fb95d616a12 | refs/heads/main | 2023-02-18T03:42:29.619945 | 2021-01-20T18:44:24 | 2021-01-20T18:44:24 | 311,073,759 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 133 | java | public class Main {
public static void main(String[] args) throws InterruptedException {
GameEngine.getInstance().run();
}
}
| [
"denis.akopyan@seznam.cz"
] | denis.akopyan@seznam.cz |
c63c53cabb8caa39e7eefaef8f75ea86393ba978 | 96f8d42c474f8dd42ecc6811b6e555363f168d3e | /baike/sources/qsbk/app/adapter/ParticipateAdapter.java | 2b54dd4d905e3207cf71c51284659a29df7b9d2a | [] | no_license | aheadlcx/analyzeApk | 050b261595cecc85790558a02d79739a789ae3a3 | 25cecc394dde4ed7d4971baf0e9504dcb7fabaca | refs/heads/master | 2020-03-10T10:24:49.773318 | 2018-04-13T09:44:45 | 2018-04-13T09:44:45 | 129,332,351 | 6 | 2 | null | null | null | null | UTF-8 | Java | false | false | 7,029 | java | package qsbk.app.adapter;
import android.app.Activity;
import android.text.TextUtils;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ListView;
import android.widget.TextView;
import com.facebook.common.executors.UiThreadImmediateExecutorService;
import com.facebook.drawee.backends.pipel... | [
"aheadlcxzhang@gmail.com"
] | aheadlcxzhang@gmail.com |
ee560e57b8f25457b4a4879226ddd3831388777f | 230e5d6dbf2c2927d8646a6060fcfef8738615af | /src/main/java/com/heima/test/service/CourseScheduleDetailService.java | f0a2166bd0f0e645783084982d406d600d398ce6 | [] | no_license | buguniaoyst/heima-tea | 24186ce608dc714b1ddc1f85f7de43353891f7fa | 518358b7a7d540d58d48c4406704e886bf3186d2 | refs/heads/master | 2021-05-14T05:52:01.004527 | 2018-01-10T01:00:33 | 2018-01-10T01:00:33 | 116,231,861 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,416 | java | package com.heima.test.service;
import com.github.abel533.entity.Example;
import com.heima.test.domain.CourseScheduleDetail;
import com.heima.test.utils.DateUtils;
import org.apache.commons.lang3.StringUtils;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional... | [
"1084169217@qq.com"
] | 1084169217@qq.com |
d9f78311c5d1f46556f9d824feb7275c44e88134 | 044bb31bafee84586739ddb0217f47ff5421d725 | /src/io/liveware/sgoodiscordbot/BotListener.java | 578fa308e907364aa34fd161ecd77380baacbd29 | [] | no_license | chepeleff/sgooDiscordBot | 42f24baaf17920d3e3a942f2724ed2380b1aa2ec | 8d7291019b188bcc36943ea16f8efef718c8c21c | refs/heads/master | 2020-12-08T23:52:32.542144 | 2016-08-18T10:35:10 | 2016-08-18T10:35:10 | 65,988,579 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 767 | java | package io.liveware.sgoodiscordbot;
import net.dv8tion.jda.events.ReadyEvent;
import net.dv8tion.jda.events.message.MessageReceivedEvent;
import net.dv8tion.jda.hooks.ListenerAdapter;
/**
* Created by ChepelevAG on 18.08.2016.
*/
public class BotListener extends ListenerAdapter {
@Override
public void onMe... | [
"ChepelevAG@vesco.org"
] | ChepelevAG@vesco.org |
28aaec5bb67b1f4d6720d47f186180f747a77a13 | 32990c839e2f510f15e4f154c3830cc81f6c0a30 | /src/main/java/com/mapabc/signal/dao/vo/signalalarms/SignalAlarmsVo.java | 204d6ba4aa8914a73b4bdee69d4a8fd41c3f9ea7 | [] | no_license | AshesHj/traffic_signal_utcsystem | 3ecb444fb1002fbf2c6c4aba5703702f760be1d5 | c8673925393815620acb044aa2000bdcb7cc8c82 | refs/heads/master | 2020-05-14T14:52:19.088151 | 2019-05-11T02:29:49 | 2019-05-11T02:29:49 | 181,841,513 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 829 | java | package com.mapabc.signal.dao.vo.signalalarms;
import com.mapabc.signal.common.component.BaseSignal;
import lombok.Data;
/**
* @author yinguijin
* @version 1.0
* @Description: [信号机警报信息实体]
* Created on 2019/4/22 17:14
*/
@Data
public class SignalAlarmsVo extends BaseSignal {
//1检测器故障|2时钟故障|3电源故障|4驱动模块故障|
... | [
"lv_huijin@163.com"
] | lv_huijin@163.com |
d529b25345805fe329e714a309b0393640974d31 | 236b020f8dff5f4b0644a4590b24f5db60b498af | /src/lab5_3/Main.java | b572ed44d57396e6a6eaffddb13ec0af9252a0ed | [] | no_license | OleksandrKvitka/Bohomazov2018-var2- | 49be5c91d7f32fb78ce8d55cb67fe86b5e0220bd | cc6e9d12574e522021ae90f13884439c45ac943c | refs/heads/master | 2022-01-08T07:57:05.072615 | 2019-05-28T20:55:33 | 2019-05-28T20:55:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 542 | java | package lab5_3;
import java.io.*;
public class Main {
public static void main(String[] args) throws IOException {
StringDao inputDao = new StringDaoImpl("src/lab5_3/MainCopy.java");
StringDao outputDao = new StringDaoImpl("src/lab5_3/MainCopyOutput.txt");
SubstringReplacer substringRepl... | [
"mihail.lukjanec@gmail.com"
] | mihail.lukjanec@gmail.com |
628a97a21ddcb8e9e3abfe5311ea1660a2a378d5 | 3c50bd0ddcf04dd9385cddf2dc5a2a85cc68d432 | /com.yzd.frame.v1.root/3.2-com.yzd.logging/src/main/java/com/yzd/logging/logbackExt/TraceIdConvert.java | eb584427d2582fa87111458a3e20d026f2851d78 | [] | no_license | yaozd/com.yzd.frame.v1.root | b5d76be92903a498f18c24dfde68bacc331d54c9 | 9e9ad3fd4ecc4b227e017a192ba76cc4d19d32ba | refs/heads/master | 2020-04-05T13:33:23.358151 | 2018-06-29T08:41:40 | 2018-06-29T08:41:40 | 83,413,541 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 795 | java | package com.yzd.logging.logbackExt;
import ch.qos.logback.classic.pattern.ClassicConverter;
import ch.qos.logback.classic.spi.ILoggingEvent;
import com.yzd.logging.util.MDCUtil;
import com.yzd.logging.util.StringUtils;
import java.util.UUID;
/**
* Created by zd.yao on 2017/5/24.
*/
public class TraceIdConvert ext... | [
"tedijoteamo@163.com"
] | tedijoteamo@163.com |
248fcd63396666baf6a900f48ab7adda4660fedd | bef6b437456682050f47e5650def6af11b517714 | /app/src/main/java/com/maxwell/csafenet/activity/MyProfileActivity.java | 918435da2e9289a1e208a2c3968a0369ebdb8277 | [] | no_license | maxwellandroid/Csafenet | 5e68bd3d48e0d9f66771254a64245b8abb01d241 | b2d760319a3f199aad6acb75a66256dac87ecc61 | refs/heads/master | 2020-06-02T12:51:49.400153 | 2019-06-20T09:41:05 | 2019-06-20T09:41:05 | 191,159,308 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,297 | java | package com.maxwell.csafenet.activity;
import android.content.Intent;
import android.content.SharedPreferences;
import android.preference.PreferenceManager;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.LinearLayout;
... | [
""
] | |
65efeded1720980d6df14990476ff85c1b7ad3e7 | 8be7ed3255b6159ca3fd846cbf797afd535f0a90 | /warcraft/src/com/wwt/warcraft/map/CollisionType.java | 421a78565065c308d081df61767599fb6d99989c | [] | no_license | wwtbuaa/software_engineering | 4fbf3a9ed7c0d10874453aa23d280a69c05594e5 | cd1f04006225e1126a39ad5e05777e0f2a58bb94 | refs/heads/master | 2020-05-29T16:41:13.948608 | 2013-12-28T12:08:07 | 2013-12-28T12:08:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 422 | java | package com.wwt.warcraft.map;
public class CollisionType extends com.b3dgs.lionengine.game.platform.CollisionType{
public static final int NONE = 0;
public static final int GROUND = 1;
public static final int BORDER = 2;
public static final int WATER = 3;
public static final int TREE = 4;
publi... | [
"462015315@qq.com"
] | 462015315@qq.com |
7399b91105e2027593bbe3c3fda55e1338f2b85a | 4977972e1e6b67d3dd845514b0afe898484013cd | /src/com/hl_zhaoq/digou/utils/DecimalUtils.java | 96debd8ed2e7d6e8d91f34d2025196df9aa6826d | [] | no_license | huaLongChuangXinYunPos/huaLongDigou | ba785cf6f1d0fcd158eff870a3e421ad8f591662 | 83aee5aed370677f17ad9ae2a26a60358f9ea79e | refs/heads/master | 2021-01-10T10:11:47.887281 | 2016-03-08T06:13:06 | 2016-03-08T06:13:06 | 52,589,448 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 525 | java | package com.hl_zhaoq.digou.utils;
import java.text.DecimalFormat;
import java.util.List;
import java.util.Random;
import com.google.gson.Gson;
import com.google.gson.reflect.TypeToken;
import com.hl_zhaoq.digou.bean.UserInfo;
public class DecimalUtils {
public static Random random = new Random();
pub... | [
"229457269@qq.com"
] | 229457269@qq.com |
557a2d0970cace83bc333f587211aaa459d21e4e | 66bdfd84193ff3cccc75176969823b4eb9a62d88 | /src/main/java/com/qiu/service/orderServiceImpl.java | c20a0b2ea0531bd107b3e056e36a652bbc584ef5 | [] | no_license | gitqiuzongshuang/school-order | 9e2f12f8e49c8c074a5c2fa1e416e5aae2dbad6a | fa930c13ed0e8587f4c2752b26f1989ac90342a3 | refs/heads/master | 2020-05-09T22:29:31.377669 | 2019-04-18T12:51:13 | 2019-04-18T12:51:13 | 181,473,036 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,969 | java | package com.qiu.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.qiu.dao.ordersMapper;
import com.qiu.pojo.orders;
import com.qiu.pojo.ordersExample;
@Service
public class orderServiceImpl implements orderService... | [
"q641255042@163.com"
] | q641255042@163.com |
bcd1a963afe58b303e76043005dfad48a7048407 | 26a3597eedfba2eb98b47634be63905c2adb377d | /keywords-filter/src/main/java/com/poeny/keywords_filter/model/UpdateCacheResult.java | 6fa17b8453491f9a1d50fd690cb416b3c43e2055 | [] | no_license | hongjinwei/KeywordsFilter | 555dbaabb71c382319226671764116bfa76974d6 | 8b4858477b89b0a167f9ff91f99b00cdb5472a1e | refs/heads/master | 2016-09-05T18:35:14.930456 | 2015-06-25T02:37:55 | 2015-06-25T02:37:55 | 37,583,242 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 901 | java | package com.poeny.keywords_filter.model;
import java.util.HashSet;
import java.util.Set;
public class UpdateCacheResult {
private Set<String> shouldInsert = new HashSet<String>();
private Set<String> shouldDeleted = new HashSet<String>();
public Set<String> getShouldInsert() {
return shouldInsert;
}
public... | [
"hongjinwei222@gmail.com"
] | hongjinwei222@gmail.com |
69f6a5d2be67904addb99af5623846a66ffadbe8 | 98ea2fd468e481937eacdb3447eba497a5d755ad | /src/main/java/com/twilio/sms2fa/application/servlets/ConfirmationsServlet.java | 719f7477c550b01c2274beebbe3fdf8aa8912d8f | [
"LicenseRef-scancode-warranty-disclaimer",
"MIT"
] | permissive | TwilioDevEd/sms2fa-servlets | 109f4473297d9148197fee448aa82c34c8f7f095 | 16f45f8e6554481ddc28d398e3f80f772b1fe364 | refs/heads/master | 2023-08-08T00:05:51.716583 | 2021-12-30T00:07:14 | 2021-12-30T00:07:14 | 58,226,570 | 2 | 7 | null | 2023-07-28T07:41:52 | 2016-05-06T18:19:00 | Java | UTF-8 | Java | false | false | 1,673 | java | package com.twilio.sms2fa.application.servlets;
import com.google.inject.Inject;
import com.google.inject.Singleton;
import com.twilio.sms2fa.application.constants.ExternalResource;
import com.twilio.sms2fa.application.constants.InternalResource;
import com.twilio.sms2fa.domain.exception.DomainException;
import com.tw... | [
"mosampaio@gmail.com"
] | mosampaio@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.