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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b3947ed15280fa21605919863ff837f92d6f1699 | 88cbed379abcf6e415a37131b4ed61a911896235 | /src/main/java/problem/solution/model/BNode.java | 3370aea803beef786751144a659cf0a15b79cb39 | [] | no_license | ADiligentMan/Practice | bc4a494cd359785fd5874cb053d83321d2bf3a15 | 7d6da50bcc0d5ec3b8e2e8398fc061c23baf4512 | refs/heads/master | 2021-08-03T22:04:44.904911 | 2021-07-22T14:38:05 | 2021-07-22T14:38:05 | 157,845,821 | 0 | 0 | null | 2020-10-13T21:50:24 | 2018-11-16T09:41:04 | Java | UTF-8 | Java | false | false | 173 | java | package problem.solution.model;
/**
* @author wangpeng
* @since 2021-01-26
*/
public class BNode {
public int value;
public BNode left;
public BNode right;
} | [
"1003638818@qq.com"
] | 1003638818@qq.com |
baac9926a9cda9df5dbe784f9ddfda88e108ca89 | 467b202a8aa0a82b373884d4dd106fda8b6c665c | /src/main/java/com/singtel/model/ButterflySolution.java | d5c50453a4f27661736800a553ca86e6a788ec61 | [] | no_license | RajarajeswariSG/Assignment | 30e348321a0e42f441740abf6dc1c151e362cf39 | 5bab0d0e69d4337a15dce6294ba9ec8f55b30459 | refs/heads/master | 2020-12-27T22:35:30.438455 | 2020-02-06T01:58:20 | 2020-02-06T01:58:20 | 237,503,701 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 491 | java | package com.singtel.model;
public class ButterflySolution {
public static void main(String[] args) {
Butterfly b = new Butterfly();
System.out.println("ButterFly");
b.fly();
CatterPillar c = new CatterPillar();
System.out.println("CatterPillar");
c.walk();
... | [
"raje2018sg@gmail.com"
] | raje2018sg@gmail.com |
10feeef04836834d9ea14951e804a9738279fd5b | 0c7d26ce4f95e5e40cb5dc67b80d6ee00b84c689 | /Assignment 4/Assign_4_Q1.java | 51dcbe205d4e818f80ecab130dff2a46fe0d7ff0 | [] | no_license | NamanDeept/Java-OOM-3rd-semester | 0d90bbb85858c71c58d3dc185169892e65322eb1 | adb71303c3c3da776727c65e68f40bdc9dffcdda | refs/heads/master | 2021-10-10T10:29:55.415604 | 2019-01-09T17:28:44 | 2019-01-09T17:28:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,716 | java | import java.util.Scanner;
import java.util.*;
class ArrayClass{
private Student students[];
private Question questions[];
int countStudents = 0;
int countQuestions = 0;
public ArrayClass(int numberOfStudents,int numberOfQuestions){
students= new Student[numberOfStudents];
... | [
"noreply@github.com"
] | NamanDeept.noreply@github.com |
f8a92c79459ddd29a5ec4338f135beae2fe352c1 | 67ec60c810cdd63eab37d54056a56f8094026065 | /app/src/com/d2cmall/buyer/activity/RefundReshipActivity.java | 9eb8c5cf17371137160a3ed842339f50a6b80d1f | [] | no_license | sinbara0813/fashion | 2e2ef73dd99c71f2bebe0fc984d449dc67d5c4c5 | 4127db4963b0633cc3ea806851441bc0e08e6345 | refs/heads/master | 2020-08-18T04:43:25.753009 | 2019-10-25T02:28:47 | 2019-10-25T02:28:47 | 215,748,112 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 41,038 | java | package com.d2cmall.buyer.activity;
import android.Manifest;
import android.app.Dialog;
import android.content.Intent;
import android.content.pm.ActivityInfo;
import android.content.pm.PackageManager;
import android.net.Uri;
import android.os.Build;
import android.os.Bundle;
import android.support.v4.app.ActivityCompa... | [
"940258169@qq.com"
] | 940258169@qq.com |
7881eeb9fd176752ce79c495fe11f7335656634a | 1bddef117119d7bc9733a5ab6bec7461845e302d | /java06/src/배열의응용/원하는값찾기2.java | ce54cb91c72961157aa05bb4bff5620c8c7bd2ea | [] | no_license | Minbyeong/androidjava | 46d4f866cd3988068a2f98dfc3f560bdc97e7dd6 | af31929e84093d3e82a7f36be34a6c713a46cae8 | refs/heads/master | 2023-01-02T08:18:04.679180 | 2020-10-30T03:19:28 | 2020-10-30T03:19:28 | 288,131,807 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,647 | java | package 배열의응용;
import java.util.Random;
public class 원하는값찾기2 {
public static void main(String[] args) {
// TODO Auto-generated method stub
Random r = new Random();
int[] number = new int[100];
for (int i = 0; i < number.length; i++) {
number[i] = r.nextInt(100);//-100; 뒤에 -숫자를 해주면 음수가 나옴 // ... | [
"noreply@github.com"
] | Minbyeong.noreply@github.com |
23f7b799e923e68c080b16f23c0e1fbf579ed5e1 | c4b5e9c9de96168b23c3709ecc79ff3dcbd5f56e | /src/main/java/com/subhamsql/mysqljpa/dao/UserRepository.java | ee6ac8c7c16e565851c0574ee499ffe031f50d4e | [] | no_license | subhambhardwaj/jpa-mysql-database | 3a535c8dc995b09cb73b698b8f469b42036d1681 | b09ef001bdad8e063f0977593c60238ce63a36a2 | refs/heads/master | 2022-12-05T13:39:40.511225 | 2020-08-31T15:37:18 | 2020-08-31T15:37:18 | 291,044,021 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 363 | java | package com.subhamsql.mysqljpa.dao;
import com.subhamsql.mysqljpa.model.User;
import org.springframework.data.jpa.repository.JpaRepository;
import java.util.List;
import java.util.Set;
public interface UserRepository extends JpaRepository<User, String> {
Set<User> findByEmailContaining (String email);
List... | [
"you@example.com"
] | you@example.com |
942ae8af2811aafdd7bbdc0d636b8e92717c5862 | e6004aeba5c82481407b3f487dfb45095453cad2 | /app/src/main/java/org/d3ifcool/finpro/core/mediators/interfaces/prodi/ProdiDetailActivityMediator.java | 776d66f3c32a62b51f79743218d07851f6dda159 | [] | no_license | haryandrafatwa/TA | 869f997e9e8d32114e868110335a271e5e3c550e | da2c3646211a5e6d987c4ce2520c8d7a6975fd63 | refs/heads/master | 2023-07-11T09:45:00.992567 | 2021-08-10T08:12:39 | 2021-08-10T08:12:39 | 357,818,086 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 458 | java | package org.d3ifcool.finpro.core.mediators.interfaces.prodi;
import android.app.ProgressDialog;
import androidx.annotation.IdRes;
import org.d3ifcool.finpro.core.models.Mahasiswa;
import org.d3ifcool.finpro.core.models.Plotting;
public interface
ProdiDetailActivityMediator {
void Notify(@IdRes int id);
voi... | [
"haryandrafatwa010@gmail.com"
] | haryandrafatwa010@gmail.com |
1ee52deb31f7c6ffc71a86106e9067aaae3819ab | 2bb515ec8fa91754a932bb427d6ff688d0243ca5 | /二叉树的使用基础部分/二叉树的镜像.java | b99d8de9e1ee07b34f3eb8d759d36c9a2eae7bc3 | [] | no_license | WZPluckeyboy/JAVA- | e950d5e4d58b392ac19ad97a21bea380ee025989 | 333c4c55df183e6c53a3091ea7f5534ed2fa4334 | refs/heads/master | 2022-12-21T13:56:12.427568 | 2019-09-11T15:04:47 | 2019-09-11T15:04:47 | 178,685,093 | 0 | 0 | null | 2022-12-16T04:50:38 | 2019-03-31T12:29:05 | Java | UTF-8 | Java | false | false | 738 | java | package 二叉树.OJ题;
//操作给定的二叉树,将其变换为源二叉树的镜像。
public class 二叉树的镜像 {
class TreeNode{
char val;
TreeNode left;
TreeNode right;
public TreeNode(char var){
this.val=val;
}
}
public void Mirror(TreeNode root){
if(root==null){
retur... | [
"noreply@github.com"
] | WZPluckeyboy.noreply@github.com |
e90f8b0a3a99ab0c69d4f9c3bebadf7d59ffcdf8 | e76195b0b532f39210a09b28e615638b6ef633e3 | /src/main/java/cn/com/boe/b5/fwp/poserver/model/TradeUnionFund.java | 8c8c2eb9bc1e367778ab5b4360a58e25a6daecc5 | [] | no_license | triple-golds/po-server | a0ba5a9816feddae6a8ccf92e58c912430f7a4c5 | b217f8b159b703f0a3da7df564733394fb11a97d | refs/heads/master | 2022-11-22T22:55:49.899596 | 2020-07-27T09:37:23 | 2020-07-27T09:37:23 | 281,907,136 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,200 | java | package cn.com.boe.b5.fwp.poserver.model;
import com.fasterxml.jackson.annotation.JsonFormat;
import javax.persistence.*;
import java.util.Date;
//阳光基金
@Entity
public class TradeUnionFund {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;
//员工编号
private String code;
/... | [
"yangxinyx@boe.com.cn"
] | yangxinyx@boe.com.cn |
6ea210d4571d8e5d205cf88d65175f2705b11c8d | 512ff7e33759e38f7d395218857e5549c107cc6c | /app/src/main/java/com/github/codetanzania/feature/logincitizen/OTPVerificationActivity.java | fd0c32c409f40acbd9c342be2f68db02642de678 | [] | no_license | krtonga/mwauwasa | 26d011a6de9870444dc419bd3f40306092a79b15 | c2703bf3e013f07585d46de0c3312be407ce9496 | refs/heads/master | 2020-03-20T21:26:28.588088 | 2018-06-21T08:13:14 | 2018-06-21T08:13:14 | 137,740,858 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,477 | java | package com.github.codetanzania.feature.logincitizen;
import android.Manifest;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.IntentFilter;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.os.Bundle;
import android.os.CountDownTimer;... | [
"kristen.tonga@gmail.com"
] | kristen.tonga@gmail.com |
584322143980838e677488b1ff1d7fc8916a52c9 | 94138ba86d0dbf80b387064064d1d86269e927a1 | /group06/1378560653/src/com/coding/basic/array/ArrayUtil.java | 3e3b51e735c7f20f602f363880ede713a0e260c5 | [] | no_license | DonaldY/coding2017 | 2aa69b8a2c2990b0c0e02c04f50eef6cbeb60d42 | 0e0c386007ef710cfc90340cbbc4e901e660f01c | refs/heads/master | 2021-01-17T20:14:47.101234 | 2017-06-01T00:19:19 | 2017-06-01T00:19:19 | 84,141,024 | 2 | 28 | null | 2017-06-01T00:19:20 | 2017-03-07T01:45:12 | Java | UTF-8 | Java | false | false | 6,020 | java | package com.coding.basic.array;
import java.util.Arrays;
public class ArrayUtil {
/**
* 给定一个整形数组a , 对该数组的值进行置换
例如: a = [7, 9 , 30, 3] , 置换后为 [3, 30, 9,7]
如果 a = [7, 9, 30, 3, 4] , 置换后为 [4,3, 30 , 9,7]
* @param origin
* @return
*/
public void reverseArray(int[] origin){
//注意边界条件
if(origin ==... | [
"kaideguo@gmail.com"
] | kaideguo@gmail.com |
85786dd8f225ffb6778ad16eaefc193497443016 | db7be03deb10996b99ec128fda05d049b3c64dfe | /Java/GameWithJavaNoobTuts/src/Renderer.java | 176141861ce4c5e56e7db53424b7ac3e1d269453 | [] | no_license | carolhcs/Studies-Basic-Intermediary-Codes-ALGC | a75842506d107524464a63504b327cb85b827382 | 0c70024973003c7772c6f0ddc410d36cac866ead | refs/heads/master | 2023-03-04T15:45:20.410077 | 2021-02-13T00:04:32 | 2021-02-13T00:04:32 | 80,257,804 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,981 | java | /*
* This project is maked follow NoobTuts tutorials <https://noobtuts.com/java>!
* Download <https://www.lwjgl.org/>
* stop here: https://noobtuts.com/java/opengl-renderer
*/
/**
*
* @author CarolHCS
*/
import java.awt.*;
public class Renderer {
// Window Size
int m_width;
int m_h... | [
"noreply@github.com"
] | carolhcs.noreply@github.com |
b7fc73d31d5b193d87b971e09316f38dfce79c56 | 8b719ffda2d80fc1b717935ac09fba3e316b24ae | /src/User.java | 5d4cafea982731285440ed7670031b4d58ee33a5 | [] | no_license | abhinavb05/parking-lot | 9e51868acd42a448b63576f007ec0652a3474abc | 4c4b91c5adb565e32abc66419805e8721b022586 | refs/heads/main | 2023-05-30T20:01:49.439801 | 2021-06-20T08:49:34 | 2021-06-20T08:49:34 | 378,599,389 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 980 | java | import java.util.*;
public class User {
private Vehicle vehicle;
private Ticket ticket;
private ParkingLot parkingLot;
User(Vehicle vehicle){
this.vehicle = vehicle;
}
void setTicket(ParkingLot parkingLot) {
Manager manager = new Manager(parkingLot);
this.ticket = manager.findVacantSlot(vehicle);
this... | [
"abhinavbansal05.12.98@gmail.com"
] | abhinavbansal05.12.98@gmail.com |
38d5f71d590dd841c336735320a7f6d05ad4e144 | de52068e2541de1b58b236f42092270c00bbd681 | /src/main/java/com/jeeplus/modules/cv/web/statis/CoverSummaryController.java | e69f5fafcceaab4d7042b50a0e3a51d77a981097 | [] | no_license | dtatgit/cover-admin-1 | 57b1a442b8b20b1c4a46305f0669366da69442af | 3b606119e167755bf5899b22135369033f7662d2 | refs/heads/master | 2023-06-28T10:41:21.781016 | 2021-02-25T08:29:32 | 2021-02-25T08:29:32 | 391,333,650 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,685 | java | package com.jeeplus.modules.cv.web.statis;
import com.jeeplus.core.persistence.Page;
import com.jeeplus.core.web.BaseController;
import com.jeeplus.modules.cv.entity.statis.CoverCollectStatis;
import com.jeeplus.modules.cv.service.statis.CoverCollectStatisService;
import org.apache.shiro.authz.annotation.RequiresPermi... | [
"295868658@qq.com"
] | 295868658@qq.com |
30680d6f0b4dd7de6cb05e215746b0a5972cf3b9 | 1718d541e81f1c61ad76ecef47eb0fbc06eb25a3 | /src/cit/workflow/engine/manager/action/OpenWorkflowInstancesViewAction.java | 78dca93e6131f916adf7ac04d2d22e92a78c0e98 | [] | no_license | Syncret/cit.workflow.engine.manager | 434f207627c24c57afd51a6b3209e5159d5f4e00 | 23b61125e25c9884d4a75aa483b33d55d42b4432 | refs/heads/master | 2021-01-19T08:14:25.571997 | 2020-05-26T03:03:51 | 2020-05-26T03:03:51 | 15,020,780 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,198 | java | package cit.workflow.engine.manager.action;
import org.eclipse.jface.action.Action;
import org.eclipse.jface.dialogs.MessageDialog;
import org.eclipse.ui.IWorkbenchWindow;
import org.eclipse.ui.PartInitException;
import org.eclipse.ui.actions.ActionFactory.IWorkbenchAction;
import cit.workflow.engine.manager.util.Ima... | [
"837022929@qq.com"
] | 837022929@qq.com |
41d6b57065d287abd46ddb767267b219b58aa984 | dd648e67a9f0dfecb5424db391e3642703d92639 | /src/entregaFinal/PaymentButton.java | 08dfbc2635c0a7ab3e434717e815158701ed72d0 | [] | no_license | RicardoPoleo/FinalProject | cebc3377d0b378fc22017814f70b356378142972 | 9de5b764eba19e4d03fda16b712b55a736ab9004 | refs/heads/master | 2020-07-09T04:27:16.196477 | 2019-08-22T21:33:34 | 2019-08-22T21:33:34 | 203,876,521 | 0 | 0 | null | 2019-08-22T21:32:18 | 2019-08-22T21:32:18 | null | UTF-8 | Java | false | false | 702 | java | package entregaFinal;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.ui.ExpectedConditions;
public class PaymentButton extends PageObject {
private WebElement paymentbutton = driver.findElement(By.xpath("(/html[1]/bo... | [
"german.salinas@cl.abstracta.us"
] | german.salinas@cl.abstracta.us |
e79624d0cb75ff2b3e4b0e2c8c717eb33990c88b | 9254e7279570ac8ef687c416a79bb472146e9b35 | /gpdb-20160503/src/main/java/com/aliyun/gpdb20160503/models/ModifyDBInstanceNetworkTypeResponse.java | 8c2fb4d0ca29f4f8911fb2df57917b06c300f1d3 | [
"Apache-2.0"
] | permissive | lquterqtd/alibabacloud-java-sdk | 3eaa17276dd28004dae6f87e763e13eb90c30032 | 3e5dca8c36398469e10cdaaa34c314ae0bb640b4 | refs/heads/master | 2023-08-12T13:56:26.379027 | 2021-10-19T07:22:15 | 2021-10-19T07:22:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,170 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.gpdb20160503.models;
import com.aliyun.tea.*;
public class ModifyDBInstanceNetworkTypeResponse extends TeaModel {
@NameInMap("headers")
@Validation(required = true)
public java.util.Map<String, String> headers;
@NameInMap("body... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
1e8130be79a36b560e2fdb4fa3650ae31353ba89 | baf03272774e32a60a3b21817400d57d1347068d | /src/_26Inheritance/B.java | 0858fc3d75cf02ca787f1f34c7650485782ac67f | [] | no_license | Arasefe/OCAPREP | 8e22c1df09efcdad1d8ab6a09c63d4a5058cf81e | f0a411d508b8ad93a9b8ac2b414f99c79ce8005d | refs/heads/master | 2022-10-21T14:51:16.594373 | 2020-06-08T21:56:24 | 2020-06-08T21:56:24 | 270,837,935 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 472 | java | package _26Inheritance;
public class B extends A {
public void print() {
A obj = new A();
System.out.println(obj.i1); //Line 8
System.out.println(i2); //Line 9 System.out.println(obj.i2); causes compilation error
System.out.println(this.i2); //... | [
"arasefe@users.noreply.github.com"
] | arasefe@users.noreply.github.com |
cc9b952ff57b71ffe240751b288291b7851e1038 | c927e81cf94c84e2ef8ecd265d15363aa05ff420 | /app/src/main/java/gcg/testproject/activity/selectdate/SelectDateActivity.java | 3cfde39dcd3a4d510ea6bcbb08a646886940a802 | [] | no_license | chenxiaoliMira/AndroidExample | 277b28dc5f6a67c6b4d14cbd5cdcf3e3868e5946 | cbe250c9eefc23edcf3fd5fb94497ced0e126ee5 | refs/heads/master | 2020-03-28T10:39:37.095830 | 2018-09-11T01:05:36 | 2018-09-11T01:05:36 | 148,131,192 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,599 | java | package gcg.testproject.activity.selectdate;
import android.icu.util.Calendar;
import android.os.Build;
import android.os.Bundle;
import android.support.annotation.RequiresApi;
import android.util.Log;
import android.view.View;
import android.widget.DatePicker;
import android.widget.TextView;
import butterknife.Bind;... | [
"42768492+chenxiaoliMira@users.noreply.github.com"
] | 42768492+chenxiaoliMira@users.noreply.github.com |
e6f30d17df8cae4496a7350a15072b12ba709e30 | 64a2beabdc4edaf7f3b22a5430a710b63e4ff2bc | /src/main/java/com/meenu/codingskills/algorithms/SelectionSort.java | f5133fc25b80aa2a1f1ab458f71b0f49cf701330 | [] | no_license | MeenuVNair/CodingSkills | 338cea55e52fc1db7927463f5cdbf25374c2eab5 | 28da48e9841e61f2c7eb5f51fb39c6e7fdf7aaf3 | refs/heads/master | 2022-12-24T11:35:45.806566 | 2020-08-06T12:30:15 | 2020-08-06T12:30:15 | 254,673,841 | 0 | 0 | null | 2020-10-13T21:05:03 | 2020-04-10T15:48:08 | Java | UTF-8 | Java | false | false | 708 | java | package com.meenu.codingskills.algorithms;
/**
* @author Meenu V Nair
*
* Creation time: Apr 24, 2020 9:38:03 PM
*
*/
public class SelectionSort {
private void selectionSort(int[] arr) {
int n = arr.length;
for(int i = 0; i < n - 1; i++) {
int minIndex = i;
for(int j = i + 1; j < n; j++) {
if(arr[j] ... | [
"meenu.nair@sap.com"
] | meenu.nair@sap.com |
6a26e191c01369faf015d13e2cf53180cccd379e | 2bd7a5899912b6215ba6c813e59abe4e08126336 | /Es2_1_JDBC/src.main.java/it/polito/ai/es2/ReadJson.java | 24aeba9c4af9108cb5c8eb6d60a24629d2fad052 | [] | no_license | jaime9510/Es2_MappaTrasportoTorino | 7ccfdb67886b8ed53a4b0c5035a0aa2da102b9f7 | 755bf843e5ec74f0f14e4d4204ac1a773074f37c | refs/heads/master | 2021-03-27T11:46:16.737709 | 2017-04-12T21:57:05 | 2017-04-12T21:57:05 | 87,852,227 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,384 | java | package it.polito.ai.es2;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import org.codehaus.jackson.JsonGenerationException;
import org.codehaus.jackson.JsonNode;
import org.codehaus.jackson.map.JsonMappingException;
import org.codehaus.jackson.map.ObjectMapper;
... | [
"jaime951@gmail.com"
] | jaime951@gmail.com |
23b2660084dde82fb695df27e5c8b0f248f09ea8 | 1e903af4698e642c7f75e97eeec8f219cca928c3 | /src/Demo_1/Str_2.java | 3b652c513a99e02a71826ac1c7f08bda1f10c658 | [] | no_license | skirandr/Lambo | 59028bac43838965b1d487b2bdc480854e4d520a | a6e9d4bfba5dcf46047370c51b61eb702018566a | refs/heads/master | 2022-11-16T22:35:39.700078 | 2020-07-14T16:45:21 | 2020-07-14T16:45:21 | 279,638,302 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 127 | java | package Demo_1;
public class Str_2 {
public static void main(String[] args) {
System.out.println("hi_!");
}
}
| [
"shashi@HP-PC"
] | shashi@HP-PC |
1fdc4b4268f37b5035849f02af09ed8f16395223 | 59e4596f07b00a69feabb1fb119619aa58964dd4 | /StsTool.v.1.3.3/eu.aniketos.wp1.ststool.commitments/src/eu/aniketos/wp1/ststool/commitments/model/DelegationCommitment/TrustworthinessCommitment.java | 2c9b96134ec59c3320eef027381e79af2fc6ac94 | [] | no_license | AniketosEU/Socio-technical-Security-Requirements | 895bac6785af1a40cb55afa9cb3dd73f83f8011f | 7ce04c023af6c3e77fa4741734da7edac103c875 | refs/heads/master | 2018-12-31T17:08:39.594985 | 2014-02-21T14:36:14 | 2014-02-21T14:36:14 | 15,801,803 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,358 | java | /*
* TrustworthinessCommitment.java
*
* This file is part of the STS-Tool project.
* Copyright (c) 2011-2012 "University of Trento - DISI" All rights reserved.
*
* Is strictly forbidden to remove this copyright notice from this source code.
*
* Disclaimer of Warranty:
* STS-Tool (this software) is provided "as... | [
"mattia@MacBookPro.local"
] | mattia@MacBookPro.local |
24c5cb188e41bb448b2187681f93245dc76876ff | 0e2f7a18e7f4bc4cd0e031c8dc9dd782929a5cae | /app/src/main/java/com/xbx/client/ui/activity/LoginActivity.java | c1ea6239f780aff99da7f2122e3a2d807b187873 | [] | no_license | baletree/XbxClient | 597be14023fe08bfc1c1fde94f2e684def5b9338 | a1865ca84b8d16818696d332b88dd3eadc9236a3 | refs/heads/master | 2021-06-01T19:30:41.947431 | 2016-05-23T10:07:52 | 2016-05-23T10:07:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,033 | java | package com.xbx.client.ui.activity;
import android.content.Intent;
import android.graphics.Paint;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.support.v4.content.LocalBroadcastManager;
import android.view.View;
import android.widget.Button;
import android.widget.EditTe... | [
"1209085180@qq.com"
] | 1209085180@qq.com |
1c2ad507d243f8a2d504f452de7eec26c0bf4012 | bdc77caea64e0851a08bde5cb3e44e72e82a12a7 | /lab2/src/Account.java | a4e5b2e3a76e4af3c59ef9b1eab2ca2a70dd5557 | [] | no_license | Abenezer2008/CS-525 | 8b311872fa34d85dd922dece0a5af6ea897703ee | 90c38d057779c055fa7247ea1e55bbb693a8fc22 | refs/heads/main | 2023-05-30T08:24:24.490600 | 2021-06-25T19:16:27 | 2021-06-25T19:16:27 | 380,331,803 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,606 | java | import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
public class Account {
private Customer customer;
private String accountNumber;
private List<AccountEntry> entryList = new ArrayList<AccountEntry>();
public Account(String accountNumber) {
this.accountNumber = accountNumber;
}
... | [
"abenezersintayehu22@gmail.com"
] | abenezersintayehu22@gmail.com |
01d598e38b5fb5ceb438eee7ad6eb0209f6a8921 | 2db3391efdeaeb8756540277ae5a039ad6915311 | /src/com/klasser/person.java | 9586720a758a2acb496ab900ef428707530b7453 | [] | no_license | heimgun/ContactList | 77d5f8d4ddacec977fb6213fb65d695a8da88bf0 | 48e3b3dde130e262c452d6f5cf8e845741937639 | refs/heads/master | 2020-07-27T09:21:31.666169 | 2019-09-18T08:26:10 | 2019-09-18T08:26:10 | 209,044,133 | 0 | 1 | null | 2019-09-18T08:22:05 | 2019-09-17T12:11:00 | Java | UTF-8 | Java | false | false | 318 | java | package com.klasser;
public class person {
public String navn;
public String alder;
public String tele;
public String epost;
public String personInfo(){
String text = "Navn: "+navn+"\n" + "Alder: "+alder+"\n"+ "Telefonnr.: "+tele+"\n"+"E-post: "+epost+"\n";
return text;
}
}
| [
"heidi.guneriussen@live.no"
] | heidi.guneriussen@live.no |
ff381482593f00d2362863cb3739e8ab70e211a3 | e23b2224eff572098c3c319681b8caabed5b5335 | /app/src/main/java/com/spencerstudios/admincenter/Models/Member.java | c1bccb17f4685dd3a23d5a7aeda070b32110c0e5 | [] | no_license | Binary-Finery/AdminCenter | 47487902e4b34105f2dedae1e46f4a4920bed9b7 | 344880b935e592e1acff8c46162e65c8b8caa089 | refs/heads/master | 2020-03-12T02:40:01.241688 | 2018-04-26T19:27:20 | 2018-04-26T19:27:20 | 130,408,247 | 4 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,090 | java | package com.spencerstudios.admincenter.Models;
public class Member {
public String name;
private String reason;
private String author;
private long timeStamp;
private boolean isBanned;
private String id;
public Member() {
/*empty constructor*/
}
public Member(String name,... | [
"deanspencer007@gmail.com"
] | deanspencer007@gmail.com |
5fb7cd1151f106ba09e9a3f204d5cef0e3fffd60 | c885ef92397be9d54b87741f01557f61d3f794f3 | /tests-without-trycatch/Math-10/org.apache.commons.math3.analysis.differentiation.DSCompiler/BBC-F0-opt-70/25/org/apache/commons/math3/analysis/differentiation/DSCompiler_ESTest_scaffolding.java | 998e47e53d1804f0fd589061f59ca910434409d8 | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 5,809 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Sat Oct 23 19:06:14 GMT 2021
*/
package org.apache.commons.math3.analysis.differentiation;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Be... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
47b7de0a205cfec518a1eb9dabad9dedcd9aabea | 2b462bcd6aa9b4776d6996d29c1927650168fb7a | /src/main/java/com/uber/cadence/workflow/CompletablePromise.java | 2a454a3bd2854c3539551e720d9fdf1c6b175255 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | uber/cadence-java-client | 4ee742873cd08e480d917496d6a1ef32f96ad9a1 | 8f153cfd26300fbccd75e61d8a4515b73978b4b1 | refs/heads/master | 2023-09-04T04:37:12.526205 | 2023-08-28T20:06:19 | 2023-08-28T20:06:19 | 113,889,550 | 126 | 105 | NOASSERTION | 2023-08-31T20:53:43 | 2017-12-11T17:42:08 | Java | UTF-8 | Java | false | false | 1,820 | java | /*
* Copyright 2012-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Modifications copyright (C) 2017 Uber Technologies, Inc.
*
* 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
* loc... | [
"noreply@github.com"
] | uber.noreply@github.com |
6b6772200b99ded27e04940f044efc8fc37386d0 | da8886e63c3da46694b97aaa5cf888553f81b242 | /src/main/java/team/union/sys_sp/twotabrel/vo/TwoTabRelWeb.java | 6486e7cbc680f342e2f99f9103d4e50494778ef6 | [] | no_license | dcxsIntegartion/integration | 474bb06eeffc70e0e40b65518beb906f0a8491d5 | 69bd1b627afff3c6ed5745cbdca314782926f804 | refs/heads/master | 2021-01-19T21:01:37.126874 | 2018-06-13T07:47:37 | 2018-06-13T07:47:37 | 88,593,384 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 493 | java | package team.union.sys_sp.twotabrel.vo;
public class TwoTabRelWeb {
/** 当前业务已经使用颜色 **/
private String[] colers;
/** 当前业务已经使用颜色对应的业务id **/
private String[] mainIds;
public String[] getColers() {
return colers;
}
public void setColers(String[] colers) {
this.colers = colers;
}
public Strin... | [
"626134765@qq.com"
] | 626134765@qq.com |
1f17c3c6bc656439af1c23625c15e2b56218fd7a | bde682a9933140140f1712e066c23160b23ada5b | /hibernate-examples/src/test/java/org/hibernate/examples/mapping/inheritance/joinedsubclass/Person.java | c3d22e94be5d258d19c2853f9423ed4267b51a45 | [
"Apache-2.0"
] | permissive | egorpe/hibernate-redis | 8f378df180b61176b137b48b9e1d06ec057e0ac3 | 40c4b23f7b1911508420e29682277ebecd8387bf | refs/heads/master | 2020-04-06T03:52:57.794524 | 2014-01-01T06:21:30 | 2014-01-01T06:21:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,657 | java | package org.hibernate.examples.mapping.inheritance.joinedsubclass;
import lombok.AccessLevel;
import lombok.Getter;
import lombok.Setter;
import org.hibernate.annotations.CacheConcurrencyStrategy;
import org.hibernate.annotations.DynamicInsert;
import org.hibernate.annotations.DynamicUpdate;
import org.hibernate.examp... | [
"sunghyouk.bae@gmail.com"
] | sunghyouk.bae@gmail.com |
0eb08fc14a84405bf11c6daef469923a5fbbbbba | 04ed4181ce0c61295f8fc3af99905aa3cba7c5f5 | /app/src/main/java/ps/gov/mtit/govqr/LoginActivity.java | 5d6894f448db594581bedc716798931646f43193 | [] | no_license | cryptobuks1/GovQR | 1cef6c872125ff14dac1c3d96d4d4d6456cf64d1 | f620a389f05dab96de395b6dad15b755a003c511 | refs/heads/master | 2021-01-08T07:57:01.138792 | 2019-12-24T10:05:24 | 2019-12-24T10:05:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,501 | java | package ps.gov.mtit.govqr;
import android.app.ProgressDialog;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.View;
import android.widget.EditText;
import android.widget.Toast;
import com.and... | [
"mohseneyas@gmail.com"
] | mohseneyas@gmail.com |
b58c61aada5e5d1549604289a73085dc925a25a7 | 1b0ec3416150da9654bc3651be0386eec81d6bdd | /app/src/main/java/com/example/project/easyshopping/AddGoods.java | 315126ea01b5ef06de4cbb910fcd8276ded1a1f5 | [] | no_license | xkyyxj/summer_yunshangdian | 85606c15b799de06022d77a1675961ee36789587 | 8cf975c96270e8f3d8bd07777b8f1f93cf78d97a | refs/heads/master | 2020-05-17T00:09:00.349333 | 2015-08-04T02:39:46 | 2015-08-04T02:39:46 | 40,158,928 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,035 | java | package com.example.project.easyshopping;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.net.Uri;
import android.os.Bundle;
import android... | [
"qingchun_w@sina.com"
] | qingchun_w@sina.com |
14d72e4d61baa806abcd288b48d92006158644d7 | d97ed22f159b4577eff940068fdb0d63b08f1149 | /app/src/main/java/com/saechaol/learningapp/sinch/AudioPlayer.java | 4183f98f0aae89f49114f185b33627e5ae040b90 | [] | no_license | saechaol/learning-app | 79ed81445a0d348b3b53d7ecea7fd1d58f2f64b6 | 22f0730c9882d1159f203a72c3d9a0524786d072 | refs/heads/main | 2023-02-22T03:38:30.258474 | 2021-01-28T06:58:17 | 2021-01-28T06:58:17 | 308,889,032 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,270 | java | package com.saechaol.learningapp.sinch;
import android.content.Context;
import android.content.res.AssetFileDescriptor;
import android.media.AudioFormat;
import android.media.AudioManager;
import android.media.AudioTrack;
import android.media.MediaPlayer;
import android.net.Uri;
import android.util.Log;
import com.s... | [
"33850575+saechaol@users.noreply.github.com"
] | 33850575+saechaol@users.noreply.github.com |
e0c3648c25df6f2deff43e7e530ddc9beb89bfbe | 32f38cd53372ba374c6dab6cc27af78f0a1b0190 | /app/src/main/java/android/support/v4/app/FragmentManager.java | aaab41cb29b801ef5ef1ad65289af4f5f7b296fd | [] | no_license | shuixi2013/AmapCode | 9ea7aefb42e0413f348f238f0721c93245f4eac6 | 1a3a8d4dddfcc5439df8df570000cca12b15186a | refs/heads/master | 2023-06-06T23:08:57.391040 | 2019-08-29T04:36:02 | 2019-08-29T04:36:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,412 | java | package android.support.v4.app;
import android.os.Bundle;
import android.support.annotation.IdRes;
import android.support.annotation.StringRes;
import android.support.v4.app.Fragment.SavedState;
import java.io.FileDescriptor;
import java.io.PrintWriter;
import java.util.List;
public abstract class FragmentManager {
... | [
"hubert.yang@nf-3.com"
] | hubert.yang@nf-3.com |
745a295624dc4f3fa6c3d77a3a9549f1b7688ef3 | 4d97a8ec832633b154a03049d17f8b58233cbc5d | /Math/96/Math/evosuite-branch/0/org/apache/commons/math/complex/ComplexEvoSuite_branch_Test_scaffolding.java | a0a71dc83fed7af8dfcd6f061d82865f5eaf89dd | [] | no_license | 4open-science/evosuite-defects4j | be2d172a5ce11e0de5f1272a8d00d2e1a2e5f756 | ca7d316883a38177c9066e0290e6dcaa8b5ebd77 | refs/heads/master | 2021-06-16T18:43:29.227993 | 2017-06-07T10:37:26 | 2017-06-07T10:37:26 | 93,623,570 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 5,869 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Thu Dec 11 19:10:17 GMT 2014
*/
package org.apache.commons.math.complex;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.After;
import org.junit.AfterClass;
public class Comple... | [
"martin.monperrus@gnieh.org"
] | martin.monperrus@gnieh.org |
bba86f7c3cf458fc2861ae5dbd2e811f6078319e | 14f2e4bb1add511b63bb4886b15c5040a5dada77 | /src/utils/sort/BubbleSorter.java | 005b1a618f437135ad61c353596108437445815e | [] | no_license | lizhaowei/lzw | e2150baf4508cf3bb975477c6d4db1b360f00485 | 4651a1e20d7d88e371504f7ee387d4f0af90f38b | refs/heads/master | 2016-09-05T12:49:15.719190 | 2014-01-15T16:54:54 | 2014-01-15T16:54:54 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,232 | java | package utils.sort;
/**
* 冒泡排序<br>
*
* <pre>
* 这可能是最简单的排序算法了,算法思想是每次从数组末端开始比较相邻两元素,把第i小的冒泡到
* 数组的第i个位置。i从0一直到N-1从而完成排序。(当然也可以从数组开始端开始比较相邻两元素,
* 把第i大的冒泡到数组的第N-i个位置。i从0一直到N-1从而完成排序。)
* </pre>
*
* @author 李赵伟
* @param <E>
*/
public class BubbleSorter<E extends Comparable<E>> extends Sorter<E> {
private sta... | [
"weizhaoli@gmail.com"
] | weizhaoli@gmail.com |
0ab832f7c28e8fd2f99c123e28ee8d975f6da3be | 03096b3e84aed5101432546fca1efa4462602cfb | /Application/HelloWorld/app/src/main/java/com/mousebird/maply/CoordSystem.java | ac4419c5ef55d8e939983a7ddc1c027d7540bb59 | [] | no_license | enoxaiming/HelloWorld | 020ee5f31d54f24ad7dcdc5802500f371ed1527d | fd4594c7b579c273597dd1840264e70560168027 | refs/heads/master | 2020-07-25T12:50:01.941283 | 2016-09-04T14:43:50 | 2016-09-04T14:43:50 | 67,212,736 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,055 | java | /*
* CoordSystem.java
* WhirlyGlobeLib
*
* Created by Steve Gifford on 6/2/14.
* Copyright 2011-2014 mousebird consulting
*
* 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
* h... | [
"leeshoon1344@gmail.com"
] | leeshoon1344@gmail.com |
525d26787a78ddd0c7a0b69d1ae4d4a3a216ab74 | 8c88ef471a572d4eb47c283b46f3cd7e3b8d93b9 | /src/main/java/com/great/childschool/tools/ZipUtil.java | bec0c0be383b6e6fafd0ab73977a59407eca490e | [] | no_license | JeoYan/ChildSchool | af208dbd3a7b83b00e1b655632ceec5bfd9af090 | 667a2c87ee8882629851a24d1811efe8f8df1763 | refs/heads/master | 2022-07-06T09:31:24.657594 | 2020-01-10T02:20:05 | 2020-01-10T02:20:05 | 228,354,191 | 0 | 0 | null | 2022-05-20T21:19:49 | 2019-12-16T09:50:15 | JavaScript | UTF-8 | Java | false | false | 3,567 | java | package com.great.childschool.tools;
import org.apache.commons.io.FileUtils;
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpStatus;
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.RequestMappin... | [
"215476838@qq.com"
] | 215476838@qq.com |
27a242b618966b74a0da62eb39fefc11a471a8e5 | 81adb6bb0148ae5d8e1668fc5267431dc89c88a6 | /src/jp/co/jjs/java_seminar/exercise_20140514_2/Exercise1.java | 9d39227bcd4370b4b98370b750675ee2ea111e6d | [] | no_license | jjs-0006/Exercise | 9510915eebe2f91431f5ee7d6aa62861a9fc0588 | 2abb9eea9961254d867dd5672e639b0f4e208d97 | refs/heads/master | 2020-05-19T19:05:27.826897 | 2014-05-23T08:29:30 | 2014-05-23T08:29:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 524 | java | package jp.co.jjs.java_seminar.exercise_20140514_2;
public class Exercise1 {
public static void main(String[] args) {
Student s1 = new Student("山田一",20,0);
Student s2 = new Student("田中太郎",21,1);
System.out.println(s1.s + " " + s1.c + " " + s1.classNumber + " " + s1.d + " " + s1.b);... | [
"jjs-0006@outlook.jp"
] | jjs-0006@outlook.jp |
3ed9f9bbc2f69bea44ba2da3b43d4352f0583058 | 51bbc6cd93a8a9db49b55f1af74ba794fafa0a56 | /excel-plugin/src/test/java/tests/diagnosis/MockNodeData.java | ad3aacb47aacf117e46d1dd8d1eef44a5b4a6141 | [
"Apache-2.0"
] | permissive | manleviet/Master-project | 0131d38f55663a52071d889de90298395d76bafa | 387cff0fd4fd1dab3914f7a181dac68a3b2fe60e | refs/heads/master | 2021-09-21T00:43:23.546164 | 2018-08-17T19:49:43 | 2018-08-17T19:49:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,950 | java | package tests.diagnosis;
import choco.Choco;
import choco.kernel.model.constraints.Constraint;
import choco.kernel.model.variables.integer.IntegerVariable;
import org.exquisite.core.engines.tree.Node;
import org.exquisite.diagnosis.engines.common.ConstraintComparator;
import java.util.*;
/**
* Reflects t... | [
"Konstantin.Schekotihin@aau.at"
] | Konstantin.Schekotihin@aau.at |
ee41114a5cd290db6ae7eaff063002954f6bad11 | c9edd21bdf3e643fe182c5b0f480d7deb218737c | /dy-agent-log4j/dy-agent-log4j-core/src/main/java/com/hust/foolwc/dy/agent/log4j/core/config/PropertiesPlugin.java | ae2789f53f21a02dd7504dad6816523eeeb447e5 | [] | no_license | foolwc/dy-agent | f302d2966cf3ab9fe8ce6872963828a66ca8a34e | d7eca9df2fd8c4c4595a7cdc770d6330e7ab241c | refs/heads/master | 2022-11-22T00:13:52.434723 | 2022-02-18T09:39:15 | 2022-02-18T09:39:15 | 201,186,332 | 10 | 4 | null | 2022-11-16T02:45:38 | 2019-08-08T05:44:02 | Java | UTF-8 | Java | false | false | 2,915 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache license, Version 2.0
* (the "License"); you may n... | [
"liwencheng@douyu.tv"
] | liwencheng@douyu.tv |
96b34f39589622f26eca9991d04b2e5515445517 | f2be6aa0d9a6e2d455c04cf063cf0dfd3246aa5a | /jixiao/.svn/pristine/11/118fe961ec8fa6291db141a8c1562d8bb999e3ff.svn-base | 5c02a062e1b630316b404d4e6aea73ba93b7157e | [] | no_license | platinumhamburg/jixiao | 33b7a6228f8b0e41714fbbdc1812db45a38d067a | 874a4d618c9fbb01851cd2fd2a8b344474b3e89c | refs/heads/master | 2021-01-10T21:49:00.690878 | 2015-05-25T17:41:05 | 2015-05-25T17:41:05 | 36,075,373 | 0 | 3 | null | null | null | null | UTF-8 | Java | false | false | 5,922 | package com.hoyotech.prison.action;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import org.apache.struts2.ServletActionContext;
import com.hoyotech.prison.bean.ContrabandGoods;
import com.hoyotech.prison.bean.Police;
import com.hoyotech.prison.bean.PrisonerContrabandGoods;
import com.hoyote... | [
"platinumhamburg@gmail.com"
] | platinumhamburg@gmail.com | |
c910a472cd139422fce8349830ae9074ce8d9277 | 9f7c6324f63b1f19f93bb9aea42c8391c9171486 | /src/main/java/com/itlize/ResourceManagement/Service/Impl/ResourceServiceImpl.java | 75fd1aafffbc55ff90d8e193925ff35a7985b312 | [] | no_license | jaspervhr-dev/ResourceManagement | 894f4c9777f3518f742be88d7f7805a7fa8e1296 | af26682ceb1cbc9c1f6ae583d4d7f0a4b8778a2a | refs/heads/master | 2023-08-15T12:44:18.826472 | 2021-10-11T04:02:01 | 2021-10-11T04:02:01 | 411,016,012 | 0 | 0 | null | 2021-10-05T15:58:47 | 2021-09-27T19:25:30 | Java | UTF-8 | Java | false | false | 901 | java | package com.itlize.ResourceManagement.Service.Impl;
import com.itlize.ResourceManagement.Entity.Resource;
import com.itlize.ResourceManagement.Repository.ResourceRepository;
import com.itlize.ResourceManagement.Service.ResourceService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springfra... | [
"stuartsf1996@gmail.com"
] | stuartsf1996@gmail.com |
8862036c37fa3addf5931052c49b912b9e92bf4a | 8820fc33ecd70d398573e205e359e9d0d3447f24 | /src/main/java/com/wiselink/exception/ServiceException.java | d3e78372160762fd537c93f2fc79526a91babc86 | [] | no_license | leoyonn/erp | 06bc95a9328628ec7d1397143b6a888eacbe500c | 34a9671e59fa3dfcb15a43a7b990e5daa25110ef | refs/heads/master | 2021-01-10T20:36:53.926279 | 2013-09-14T06:24:12 | 2013-09-14T06:24:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 615 | java | /**
* ServiceException.java
* [CopyRight]
* @author leo [leoyonn@gmail.com]
* @date 2013-6-14 下午6:15:25
*/
package com.wiselink.exception;
/**
* 服务层出现的异常
* @author leo
*/
public class ServiceException extends Exception {
private static final long serialVersionUID = 1L;
public ServiceException() {
... | [
"leoyonn@gmail.com"
] | leoyonn@gmail.com |
ffdc8a5149836c7d8768f10ff3780f2de0e71820 | 71aabef4b162ee6b7ad8248fe578a4ec78a1d761 | /src/main/java/com/programapprentice/app/FlattenBinaryTreeToLinkedList_114.java | 33e5854350d2fa703e8d680896a069469a681b03 | [] | no_license | program-apprentice/leetcode | 9eb67066a45f67c459e6a59268669ed58c82520b | 38dab4d4faa04d48d2052ad31322eff34cb0dae3 | refs/heads/master | 2021-01-16T17:45:45.644339 | 2015-11-11T05:16:22 | 2015-11-11T05:16:22 | 40,210,317 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,398 | java | package com.programapprentice.app;
import com.programapprentice.util.TreeNode;
/**
* User: program-apprentice
* Date: 9/7/15
* Time: 8:33 PM
*/
public class FlattenBinaryTreeToLinkedList_114 {
// Recursive is too slow
public void flatten_v1(TreeNode root) {
if(root == null) {
return;
... | [
"rui.jiang.tech@gmail.com"
] | rui.jiang.tech@gmail.com |
e5fea9ca59ab9a3ae8ea67a376ef0fd3c8d7d7c0 | 60231321ae07d564d4245ba7182b5ffd455da7a5 | /JavaIoProgramming/src/ch18/exam09/CopyExample.java | 196ca3c8d67e0a8e42a17e35b79f0fcdf89537b0 | [] | no_license | JeongSemi/TestRepository | 1fc7b1b86e75adcf72f5584389bde2311b5c647f | 3e16625c5802302f505a507f89bf187265269061 | refs/heads/master | 2021-01-20T00:45:51.856815 | 2017-08-29T05:26:45 | 2017-08-29T05:26:45 | 89,182,167 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 755 | java | package ch18.exam09;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.io.Reader;
import java.io.Writer;
public class CopyExample {
public static void main(String[] args) throws FileNotFoundException, IOException {
Reader r... | [
"wjdtpa2@gmail.com"
] | wjdtpa2@gmail.com |
4f663c25fa1272e32bec9a613804876d23f3e618 | c885ef92397be9d54b87741f01557f61d3f794f3 | /tests-without-trycatch/Closure-114/com.google.javascript.jscomp.NameAnalyzer/default/20/com/google/javascript/jscomp/NameAnalyzer_ESTest.java | 1c0dfc72a0f7f0e25483bd07b18800560efb8b75 | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 8,257 | java | /*
* This file was automatically generated by EvoSuite
* Thu Jul 29 20:09:21 GMT 2021
*/
package com.google.javascript.jscomp;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.runtime.EvoAssertions.*;
import com.google.javascript.jscomp.AbstractCompiler;
import com.google.javascr... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
2acff1316d708a3c4b5c9600f4f088f0616b5db7 | 9f04e9f9a22ecddfce6260e552878c359ea9273a | /FMP/api/src/main/java/ua/softserve/rv036/findmeplace/config/WebMvcConfig.java | 41c1f55283266ba624cd8abc32eee45144219027 | [] | no_license | alexleokyky/study-devops | 83354267cce59eb7b88a1bd455daf42c9e22bf2d | 181041d814e361a3f6763d4db11c5b0a28814205 | refs/heads/master | 2020-04-30T04:37:13.090976 | 2019-04-01T13:22:58 | 2019-04-01T13:22:58 | 176,614,489 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 654 | java | package ua.softserve.rv036.findmeplace.config;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.CorsRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
@Configuration
public class WebMvcConfig implements WebMvcConfig... | [
"alex.leo.kyky@gmail.com"
] | alex.leo.kyky@gmail.com |
8d2d2a8a335568d4b66bd54323faf460e2273a2a | 1e225a48a7cbd7e7bb6f8a2d3922cb5b69767b55 | /mybatisPlus/src/main/java/com/example/demo/person/controller/PersonController.java | e89b6139a0452ebfbf928014269b127788a300c3 | [] | no_license | zpTree/USDemo | 5dfe9ee12bd6d864707d3d7e2dafb8cfe612d04c | 5fc9253eee6b44bd5bdad705b421492a90149f60 | refs/heads/master | 2020-04-02T03:45:04.290698 | 2019-06-14T16:59:39 | 2019-06-14T16:59:39 | 153,982,255 | 0 | 0 | null | 2019-10-31T12:17:28 | 2018-10-21T07:05:25 | Java | UTF-8 | Java | false | false | 803 | java | package com.example.demo.person.controller;
import com.example.demo.person.entity.Person;
import com.example.demo.person.service.IPersonService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.stereotype.Controll... | [
"1075019367@qq.com"
] | 1075019367@qq.com |
6699f4994ce313c48f268499e2d5c9ef1abdbcd5 | e434c81fb59ecaeacbc3da9dd4a24c3bac8c99e3 | /TuanNgoaiLe_Exception/FileNotFoundException.java | 52c7e553073ba2f151c5986232c5e51da8680f4e | [] | no_license | HuyNguyen1302/OOP2020 | b12a5fd9cebe05c061acf0b10e43c1e9e14ff522 | b307b4a3ad45174fa0f343695457ef6b56a8d4e0 | refs/heads/master | 2022-12-01T00:53:48.583277 | 2020-08-21T07:23:20 | 2020-08-21T07:23:20 | 284,185,277 | 0 | 0 | null | 2020-08-07T18:09:59 | 2020-08-01T04:23:12 | Java | UTF-8 | Java | false | false | 750 | java | package Task2;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
public class FileNotFoundException {
static String filename = "f_out.txt";
public static void readFile(String filename) throws java.io.FileNotFoundException, IOException {
BufferedReader br;
Fi... | [
"sonogami.rin@gmail.com"
] | sonogami.rin@gmail.com |
d71ad8f9685221efded6c035045e202dfb3d3c31 | 61f67f88ad20a7b78d869b648a80fa5946c57fec | /src/main/java/test/hqltest.java | 7eabbda14285d73f1d492308bcf3483a79bdaf34 | [] | no_license | Fullcreammilk/RJJH | 23d604ab293c81d5677a48289f506604a667e0e4 | 18bf603c7a30c73f39ca7a866dc1cfa0c0b2eaf7 | refs/heads/master | 2020-03-18T21:31:14.830764 | 2018-07-02T14:04:31 | 2018-07-02T14:04:31 | 135,285,006 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,128 | java | package test;
import com.edu.nju.wel.dao.*;
import com.edu.nju.wel.model.*;
import com.edu.nju.wel.service.CompanyDetailService;
import com.edu.nju.wel.service.MakerDetailService;
import com.edu.nju.wel.service.UserService;
import com.edu.nju.wel.service.impl.CompanyDetailImpl;
import com.edu.nju.wel.service.impl.Make... | [
"151250136@smail.nju.edu.cn"
] | 151250136@smail.nju.edu.cn |
38748a77818e136c2e262507b2789c1df0c51e23 | 677e3f9b2be1b6066bc1a5dc59b1bf29d4395882 | /SCT2/tags/ci-build/jenkins-YAKINDU_SCT2_CI-799/test-plugins/org.yakindu.sct.generator.java.runtime.test/src-gen/org/yakindu/sct/runtime/java/test_hierarchy/Test_HierarchyCycleBasedStatemachine.java | 386e1b52f1d2bc68b9439b74e8f23b3114217d16 | [] | no_license | peterharaszin/yakindu | 5647464966b6fb953272603441fd08d412c27a18 | 6990984f2c67a853f02cfc7a58e1741f136032f0 | refs/heads/master | 2021-01-10T21:33:19.748169 | 2015-04-22T12:52:50 | 2015-04-22T12:52:50 | 34,406,387 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,322 | java | /**
Copyright (c) 2011 committers of YAKINDU and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
committers ... | [
"yakindu@itemis.de@6a4fa09a-a2c1-c95f-7b62-f4ef5be68d87"
] | yakindu@itemis.de@6a4fa09a-a2c1-c95f-7b62-f4ef5be68d87 |
f8d2c34d6568dc943a4eb46a6c3698c1513e7925 | bfa558655a172335d947e9c4bd28232bc094e7a5 | /service/src/main/java/org/sunbird/service/tenantpreference/TenantPreferenceService.java | 1811a4ea50808a9fecb722837e9ab12a598d8950 | [
"MIT"
] | permissive | Hari-stackroute/sunbird-lms-service | e76a4195868c6cccbf7411a9e3e38d9ff6336c87 | e608f695bebf624d94be0f48549029ca12d32b5d | refs/heads/master | 2023-08-25T20:39:02.866323 | 2022-11-09T06:32:15 | 2022-11-09T06:32:15 | 198,610,823 | 0 | 0 | MIT | 2019-07-24T10:14:26 | 2019-07-24T10:14:26 | null | UTF-8 | Java | false | false | 4,443 | java | package org.sunbird.service.tenantpreference;
import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.ObjectMapper;
import java.sql.Timestamp;
import java.text.MessageFormat;
import java.util.*;
import org.apache.commons.collections.CollectionUtils;
import org.sunbird.dao.tenantpref... | [
"noreply@github.com"
] | Hari-stackroute.noreply@github.com |
988365e997f81775a378d4e73e15098ed47b8a1a | 9dc11d068f883b15a0fd45935a834c896b722ec0 | /app/src/main/java/com/hotellook/dependencies/DatabaseModule_ProvideLocationFavoritesCacheFactory.java | 7c9505b601f07613ea52d174efe85282ab1ddf9a | [
"Apache-2.0"
] | permissive | justyce2/HotellookDagger | 7a44d9b263cbde0da05759119d9c01e9d2090dc6 | 7229312d711c6cb1f8fc5cfafb413a3c5aff6dbe | refs/heads/master | 2020-03-31T21:04:23.472668 | 2016-07-27T09:03:11 | 2016-07-27T09:03:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,699 | java | package com.hotellook.dependencies;
import com.hotellook.db.FavoritesRepository;
import com.hotellook.db.SearchDestinationFavoritesCache;
import dagger.internal.Factory;
import dagger.internal.Preconditions;
import javax.inject.Provider;
public final class DatabaseModule_ProvideLocationFavoritesCacheFactory implement... | [
"mdzht@mail.ru"
] | mdzht@mail.ru |
d564e38c25c3fc88bbbe359424ede833144bb00a | b4455f4f99e4d3eda863812f29f0161089e4d0b8 | /presentation/src/main/java/com/fernandocejas/android10/sample/presentation/ui/home/adapter/HomeViewHolder.java | e25d91b6b48430cf8bcb44e07abe5734dd7cf393 | [
"Apache-2.0"
] | permissive | leeprohacker/MAndroidCleanArchitecture | a42d350881d9afcfd3cec26a3e4413701c5e0677 | b45da787669cca38f9ba4c1c4df04bc9c2007c53 | refs/heads/master | 2021-04-12T11:02:53.788340 | 2018-03-23T01:28:14 | 2018-03-23T01:28:14 | 126,412,998 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,670 | java | package com.fernandocejas.android10.sample.presentation.ui.home.adapter;
import android.support.v4.content.ContextCompat;
import android.support.v4.view.ViewCompat;
import android.support.v7.widget.AppCompatImageView;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.TextView;
import... | [
"leeprohacker@gmail.com"
] | leeprohacker@gmail.com |
0a1f47e56ddf9bb54795de75f9fd901fdbe4ed91 | f021a194631fd6f8549686a651c0e22d5f24802c | /src/test/java/org/apache/lucene/tr/TestZemberek3StemFilter.java | 30add8cb8d52027f8342ecd1c7af70fa08eb8397 | [
"Apache-2.0"
] | permissive | iorixxx/lucene-solr-analysis-turkish | 929d556baeac77e2ae03e52a84f2d62b604da9f4 | 4d4ff9cef2a17616726c07503909e9e66783f759 | refs/heads/master | 2022-12-15T23:51:43.255830 | 2022-10-15T06:57:58 | 2022-10-15T06:57:58 | 18,417,264 | 77 | 24 | Apache-2.0 | 2022-12-04T17:54:42 | 2014-04-03T20:31:55 | Java | UTF-8 | Java | false | false | 3,712 | java | package org.apache.lucene.tr;
import org.apache.lucene.analysis.Analyzer;
import org.apache.lucene.tests.analysis.BaseTokenStreamTestCase;
import org.apache.lucene.analysis.TokenStream;
import org.apache.lucene.analysis.custom.CustomAnalyzer;
import org.apache.lucene.analysis.tokenattributes.CharTermAttribute;
import ... | [
"iorixxx@yahoo.com"
] | iorixxx@yahoo.com |
8a70276bab3969ea6d91b26150a79aa88d724c9f | 1620dff752885cbdc96c667752affea6b9dfe8f0 | /eTAAP-Dashboard-Rectifier/src/com/etaap/beans/CommitedCompletedUserStoryCategory.java | bd7b617703fd4be092bf32d1c0c46d2dc2a081b6 | [] | no_license | hmarimuthu/Dashboard | e30ffcc2f491c1afa28ecf3ca94a6d1af7c09266 | 3a84785bca75c74fdcdca81eceeb30fa462cd02b | refs/heads/master | 2021-01-20T18:52:13.238828 | 2016-07-13T22:09:20 | 2016-07-13T22:09:20 | 63,282,609 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 462 | java | package com.etaap.beans;
import java.util.ArrayList;
import java.util.List;
public class CommitedCompletedUserStoryCategory {
String name;
List<String> categories = new ArrayList<String>();
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public List<S... | [
"senthilss@gmail.com"
] | senthilss@gmail.com |
70d41d51de2a822b8d022c7a57b0c7dd27bf9315 | 524b46960d37a14b4be58b4657f17fc9ff78b669 | /gankio/src/main/java/com/sky/gank/net/rxutil/HttpResult.java | 97992986fe5dcac6e7861c40af8b25e6a19c76e2 | [
"Apache-2.0"
] | permissive | SkyZhang007/LazyCat | 70a5600a24ce21c72e453fa330bd5ea5c5f9552e | 7f522b88b3dcd2470458266182e8d659f725ab34 | refs/heads/master | 2021-06-02T16:06:06.787212 | 2019-03-18T09:46:51 | 2019-03-18T09:46:51 | 96,196,158 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 460 | java | package com.sky.gank.net.rxutil;
/**
* 类名称:
* 类功能:
* 类作者:Sky
* 类日期:2019/1/8 0008.
**/
public class HttpResult<T> {
private boolean error;
private T data;
public boolean isError() {
return error;
}
public void setError(boolean error) {
this.error = error;
}
public T ... | [
"zk827083320@qq.com"
] | zk827083320@qq.com |
4365d5fa03cbc847dabebd08195ff6166e70e05d | 368c0c6bc01a79f27b5f061aa842108282a6d4f2 | /src/main/java/com/devsuperior/aulajparepository/entities/User.java | 9ddb7a568b2aded9e8c4791af156b249acb6e802 | [] | no_license | SPRINGBOOTJAVA/aula-jparepository | f5b96f99f4a0b33e1b68dc4ba7c09d6bb1d5e2f3 | ab57a6e699cab66589bf69e4807a3100a1f537cb | refs/heads/main | 2023-07-15T20:02:41.366906 | 2021-08-31T21:53:17 | 2021-08-31T21:53:17 | 401,847,087 | 0 | 0 | null | 2021-08-31T21:24:48 | 2021-08-31T21:24:48 | null | UTF-8 | Java | false | false | 1,043 | java | package com.devsuperior.aulajparepository.entities;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name = "tb_users")
public class User {
@Id
@GeneratedValue(strategy = Ge... | [
"acenelio@gmail.com"
] | acenelio@gmail.com |
dd0481dcbe4a71fcca3ae6a75402b806e00bd2b7 | 59ca721ca1b2904fbdee2350cd002e1e5f17bd54 | /aliyun-java-sdk-cms/src/main/java/com/aliyuncs/cms/model/v20180308/NodeUninstallResponse.java | 7bf78a795fa155fb52986ce9af4452579594b44f | [
"Apache-2.0"
] | permissive | longtx/aliyun-openapi-java-sdk | 8fadfd08fbcf00c4c5c1d9067cfad20a14e42c9c | 7a9ab9eb99566b9e335465a3358553869563e161 | refs/heads/master | 2020-04-26T02:00:35.360905 | 2019-02-28T13:47:08 | 2019-02-28T13:47:08 | 173,221,745 | 2 | 0 | NOASSERTION | 2019-03-01T02:33:35 | 2019-03-01T02:33:35 | null | UTF-8 | Java | false | false | 1,762 | java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | [
"haowei.yao@alibaba-inc.com"
] | haowei.yao@alibaba-inc.com |
87bac4666e7060dd3ba53d28207ebb5dd3066664 | 414fdd8d8805138259872b50d4370038c0a025fb | /priyatham workspace/TODO APP/tasks/src/com/example/tasks/categories/YearlyCls.java | 2e5619e30d03b92c6b2793e4562272161e131806 | [] | no_license | suryaharshan1/android-windroilla | d16295a23d5d597ed7cb45e22153b9ff28c10abd | fc50ff05689a68ba0696d306d1081525777a8012 | refs/heads/master | 2020-04-05T23:19:58.776502 | 2014-08-02T20:21:47 | 2014-08-02T20:21:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,610 | java | package com.example.tasks.categories;
import java.util.ArrayList;
import java.util.List;
import com.example.tasks.CustomAdapter;
import com.example.tasks.R;
import com.example.tasks.RowItem;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.os.Bundle;
import android.suppor... | [
"priyathamkumaravvaru95@gmail.com"
] | priyathamkumaravvaru95@gmail.com |
a58cc77826e5f8ef9b238dc776adb9b24ccfa54b | dcee00ba00708eece05529b6f38a360d3b07e353 | /src/com/hck/money/bean/Config.java | d499bfb0a45927c620c3540e8c8f81abc5a30827 | [] | no_license | hhhccckkk/zhuanqian_server | 68c5a39108ed7ffeb177e3f771b3db36a5f1ac03 | 56eee5cec8f94cc795306a23036f04cebddab5af | refs/heads/master | 2021-01-21T23:03:56.234728 | 2016-02-15T02:33:18 | 2016-02-15T02:33:18 | 39,005,398 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 980 | java | package com.hck.money.bean;
/**
* News entity. @author MyEclipse Persistence Tools
*/
public class Config implements java.io.Serializable {
// Fields
private Integer id;
private int config1;
private int config2;
private int config3;
private String image1;
private String image2;
public String getImage1() ... | [
"huangchengke@huoyunren.com"
] | huangchengke@huoyunren.com |
23d685674e7bd700d78b6e72d3afdfd49a3dd78f | f69921ab69c305d90a5dd5f6c3b93f3ffb7e6f6e | /jars/gwt-g3d/gwt-g3d-base/src/gwt/g3d/client/gl2/enums/TextureWrapMode.java | 49c7559b07fe1c6d1ce04bddcfabc8fc6e5ba5cb | [] | no_license | thallium205/bitcoin-visualizer | 6ed1f4795e21e8c7677ead58b7dd4f3b5183c738 | aaf29c2ccfabd6ed0b82701d82cfe0368f2512d1 | refs/heads/master | 2021-01-10T21:45:22.092511 | 2011-12-07T07:16:03 | 2011-12-07T07:16:03 | 2,044,919 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,621 | java | /*
* Copyright 2009 Hao Nguyen
*
* 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... | [
"johnrussells@gmail.com"
] | johnrussells@gmail.com |
8c780129311f172e4c3845a6df87cd2afb6a2571 | 495a9c0ed3b604693c115ede93a35d61e4e606e0 | /src/LamportProtocol.java | 8b980c3a602834da50a45bddb617c0cd61448a59 | [] | no_license | GauravNaresh/Lamport_MutualExclusion | f68a242d72f57e4362b4c7bc585c1e1274126563 | 89f4e03ba69a82eed8db2655deec81753c8b2fab | refs/heads/master | 2022-12-08T20:20:35.232202 | 2020-09-02T00:51:29 | 2020-09-02T00:51:29 | 292,126,612 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,118 | java | import java.util.HashMap;
import java.util.PriorityQueue;
import java.util.ArrayList;
import java.util.Random;
public class LamportProtocol implements MESProvider {
Messenger messenger;
ProjectMain use;
HashMap<Integer, Long> lastMessageTimes = new HashMap<Integer, Long>();
PriorityQueue<CSRequest> pq = new Prio... | [
"gauravnaresh97@gmail.com"
] | gauravnaresh97@gmail.com |
6e8b2508227d783293bd571fc4f1e7d7eb671680 | c9a160b3694ff93bcf25d9d5a8cc3fe4d7bbc1f1 | /3.UML建模/1.源代码/BridgePattern/Client.java | 16c6612c36c5a578e03fd79536c90b439d45bf10 | [] | no_license | ylscj/cultivate | f597c0564aba976402332559739925ab8afdd1e2 | 06656d66a91daf6da943e9dc027ba7ccb0d83224 | refs/heads/master | 2021-01-05T20:14:50.744524 | 2020-02-16T13:09:11 | 2020-02-16T13:09:11 | 241,126,188 | 1 | 0 | null | 2020-02-17T14:22:23 | 2020-02-17T14:22:22 | null | UTF-8 | Java | false | false | 1,012 | java | package BridgePattern;
import java.util.Scanner;
public class Client {
public static void main(String a[]) {
Color color;
Pen pen;
try {
Scanner sc = new Scanner(System.in);
System.out.println("请输入您需要用多大的笔:");
String type = sc.nextLine();
... | [
"529998711@qq.com"
] | 529998711@qq.com |
2a13dec140ed6ddb8cb33ac6faad92197ebc71d5 | dcd36633a849864751fb30e878b2301a879d8f95 | /Samples/Biometrics/Android/multibiometric-sample/gen-external-apklibs/com.neurotec.samples_samples-utils-android_5.1.0.0/src/com/neurotec/samples/app/BaseActivity.java | 5d107174c4c5a4dd12f84a08d8ee71d9ff0950dd | [] | no_license | aeadara/fingerprint-android | b3cb75241d41a670c351c5132e016f02dcbdb1c6 | 1a87898b37ced5ad93974c920e09eb831c619d79 | refs/heads/master | 2021-01-20T20:56:41.447298 | 2015-08-23T21:19:22 | 2015-08-23T21:19:22 | 41,186,654 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,367 | java | package com.neurotec.samples.app;
import android.app.Activity;
import android.app.ProgressDialog;
import android.util.Log;
import com.neurotec.samples.util.ExceptionUtils;
import com.neurotec.samples.util.ToastManager;
import com.neurotec.samples.view.ErrorDialogFragment;
import com.neurotec.samples.view.Inf... | [
"aeadara@umail.iu.edu"
] | aeadara@umail.iu.edu |
c31f69e6f13a7a74aa6175597472282ba44e2aec | a2fad165515c696bda3f6ddb1a6a25a36df6209d | /src/main/java/com/procedures/pojo/Studentsanswer.java | 8cb9bec28dcb00fd7e3f1547b32397cc3aea189e | [] | no_license | THORSU/procedures | 9644a10a466537403e29b934131da829de4fa9df | e3f443ad9a150af1a7d55311d76eab9bdfb5e8c7 | refs/heads/master | 2020-04-29T18:00:14.027328 | 2019-05-10T17:11:14 | 2019-05-10T17:11:14 | 176,311,625 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 466 | java | package com.procedures.pojo;
import lombok.Data;
import java.io.Serializable;
import java.util.Date;
@Data
public class Studentsanswer implements Serializable {
private static final long serialVersionUID = 1L;
/**
* 业务主键
*/
private Integer id;
/**
* 用户id
*/
private String st... | [
"1571104304@qq.com"
] | 1571104304@qq.com |
40bec7fd4fbe175a99689c5676a725abdd4d9d36 | c8f0424b132efb9bedd1f3141bf61f6cb4a8ff49 | /java-basic/src/main/java/com/evil/concurrent/deadlock/Deadlock.java | bdd771ac8a3f1ae29a6909552375574758e7eaa8 | [
"Apache-2.0"
] | permissive | hurleychin/java-practice | 3345f0cff6f6fe925ee5e27f030607eb96d56de7 | aa36a717eefa8bfa2153eab8beaa3d15cb4388a9 | refs/heads/master | 2023-06-22T15:13:38.581330 | 2023-06-17T10:28:44 | 2023-06-17T10:29:02 | 113,329,388 | 0 | 1 | Apache-2.0 | 2023-06-14T22:22:36 | 2017-12-06T14:55:11 | Java | UTF-8 | Java | false | false | 1,116 | java | package com.evil.concurrent.deadlock;
/**
* @author qinhulin on 2018-06-12
*/
public class Deadlock {
static class Friend {
private final String name;
public Friend(String name) {
this.name = name;
}
public String getName() {
return this.name;
}
public synchronized void bow... | [
"qinhulin@gmail.com"
] | qinhulin@gmail.com |
ac071774453c1d64770285b598f5ae5b9dfc0490 | af0dd3027f49cccf97b8841a37c5bd16d47d52ec | /app/src/main/java/com/trendyfy/volley/CustomJsonRequest.java | 437f03c97638e12de0d2974d3620d3f020eff50e | [] | no_license | dpkgupta21/TrendyfyAndroid | 2a0a5e6fe3832c1b7cf70eb51ed340ac9a36258d | 149ad72c6b72ff5a3e6240a7c6cad590f194e750 | refs/heads/master | 2021-08-19T21:43:12.086945 | 2017-11-27T13:32:49 | 2017-11-27T13:32:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,689 | java | package com.trendyfy.volley;
import com.android.volley.Cache;
import com.android.volley.NetworkResponse;
import com.android.volley.ParseError;
import com.android.volley.Request;
import com.android.volley.Response;
import com.android.volley.Response.ErrorListener;
import com.android.volley.Response.Listener;
import com... | [
"dpk.gupta21@gmail.com"
] | dpk.gupta21@gmail.com |
532aae32cd77998256ffa66a1bbcff92c500a217 | a28473366a8335635e5c43e3b67153c713a5d27c | /analytics-and-data-summit-2018/src/truck-client/src/main/java/com/hortonworks/solution/KafkaSensorEventCollector.java | fba57b7206cca032ab876fafed78dcf1aa6ef367 | [] | no_license | rodrigo-mendes/various-demos | a71304c58eb7b668c78016edbebbe3267126ac41 | 2e8833d127388371560a951052f59f8586744f2f | refs/heads/master | 2023-03-11T08:20:46.262097 | 2021-03-01T13:52:21 | 2021-03-01T13:52:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,142 | java | package com.hortonworks.solution;
import akka.actor.UntypedActor;
import com.hortonworks.simulator.impl.domain.transport.MobileEyeEvent;
import org.apache.kafka.clients.producer.KafkaProducer;
import org.apache.kafka.clients.producer.Producer;
import org.apache.kafka.clients.producer.ProducerConfig;
import org.apache... | [
"guido.schmutz@hotmail.com"
] | guido.schmutz@hotmail.com |
d271d4b7468855ec1384a60abc2d17660f05fa72 | 5e2763ba05b1f3b1249dd5bad6d12e9789924caa | /src/main/java/pojo/ProductColorKey.java | 571631816a0160bfa5ebe4b30ff0d072fb99e095 | [] | no_license | yzl9527/test | 43aa646d99b1a96f3fb8d497d78eebd5ab99723e | d3ece10cdeec87dcbffacd5ca282e5dabac2fb35 | refs/heads/master | 2020-04-14T16:26:41.187094 | 2019-01-03T08:41:00 | 2019-01-03T08:41:00 | 163,952,003 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 796 | java | package pojo;
import org.springframework.stereotype.Component;
import java.io.Serializable;
@Component
public class ProductColorKey implements Serializable {
private int crid;
private int spid;
private Color color;
private Product product;
public Product getProduct() {
return product... | [
"1144617761@qq.com"
] | 1144617761@qq.com |
44ea605c3c887f84cd7c39605b75d3a143ec85b4 | 8f660dc660a9cd6d3b3830bc011ae29bcc943c2c | /PoS Payment/AndroidApp/app/src/main/java/org/wso2/iot/sample/mqtt/MessageReceivedCallback.java | 6bc561a2dc20291e8b985a445a166f87b24c43de | [
"Apache-2.0"
] | permissive | Nirothipan/samples-iots | b9545e83221923a770c7f3a33edc64b8ad6807f6 | 3144addcac3f05f4874e17087d31e3f689cdff11 | refs/heads/master | 2021-01-25T00:29:27.780196 | 2018-02-06T05:19:47 | 2018-02-06T05:19:47 | 123,297,780 | 0 | 0 | Apache-2.0 | 2018-02-28T14:40:18 | 2018-02-28T14:40:17 | null | UTF-8 | Java | false | false | 902 | java | /*
* Copyright (c) 2018, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you 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/li... | [
"charitha.ws@gmail.com"
] | charitha.ws@gmail.com |
004e314b386899c28ae111c72976e40b69798c50 | 47b2dfcb254997c76c8ad6fad5dabe820654339f | /CustomerCreditWorkShop/src/manager/CustomerManager.java | 95ed8c2e54c0322916402ba9b9926fa62e342f4c | [] | no_license | GulaySahin/EtiyaCamp | 0157477d7e17c107f182d8a4abc165f25a19172c | cfca3a98b6fe7aef08eadf20b1344354e94593ba | refs/heads/main | 2023-09-01T20:55:29.487567 | 2021-10-03T14:31:45 | 2021-10-03T14:31:45 | 397,737,452 | 2 | 0 | null | null | null | null | MacCentralEurope | Java | false | false | 815 | java | package manager;
import entitites.Customer;
import interfaces.CustomerService;
import interfaces.UserIdentityValidatorService;
public class CustomerManager implements CustomerService {
UserIdentityValidatorService userIdentityValidatorService;
public CustomerManager(UserIdentityValidatorService... | [
"48515114+Gulay23@users.noreply.github.com"
] | 48515114+Gulay23@users.noreply.github.com |
c30f7f832c16bc7d7d1e07e2634226a1d2a2c18b | be1459afd8a90edeb04af5c1886880a4de8d83c9 | /src/main/java/com/test/autobot/util/Response.java | 06c5ae9fb491c55a47c2bde78d9eab91e4b1c8d0 | [] | no_license | kmcoderz/autobot | d2a01bd74d637a760107ebdc4082c19cce80bb20 | e35ac441f3003dc4941c471ab5754da1c0df5b50 | refs/heads/master | 2021-01-24T11:10:06.179115 | 2016-10-07T10:21:59 | 2016-10-07T10:21:59 | 70,236,127 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 701 | java | package com.test.autobot.util;
import org.springframework.http.HttpStatus;
public class Response {
private String responseContent;
private HttpStatus responseCode;
public Response() {
super();
}
public Response(String responseContent, HttpStatus responseCode) {
super();
this.responseContent = responseCon... | [
"kalyanm@valyoo.in"
] | kalyanm@valyoo.in |
e6ba3ddfe52f546d6159f56406988cc455d10ecc | 485273f948a4e113bd21a17cc6db5576b39def33 | /src/main/java/com/netsdk/common/LoginPanel.java | 43461ea9b4a139cea90ee080d0aa6cba54755fff | [] | no_license | yang10002502/cream | 5358b551800ec37cd6232ea94616578f7d82c0b7 | 89fe02906e99903fd84fa66e26957a3231cbd821 | refs/heads/master | 2021-07-04T14:26:19.684659 | 2019-06-03T08:22:53 | 2019-06-03T08:22:53 | 189,965,343 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,428 | java | package com.netsdk.common;
import com.netsdk.lib.ToolKits;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionListener;
/*
* 登陆面板
*/
public class LoginPanel extends JPanel {
private static final long serialVersionUID = 1L;
//登陆参数
private String s_strIp = "172.18.19.223"; /... | [
"jack_yang@vdesktop.chinaentropy.com"
] | jack_yang@vdesktop.chinaentropy.com |
d145c685158be4f72f8f1cd09732c88a8df8271c | c038baf116ec206b5ba12ffc664f27116aed3896 | /src/by/bsu/labs/lab14/entity/Soil.java | 1c30cb440b2830bd3720a64b0be513ef82953d51 | [] | no_license | Elentary/University | f38a93d3fa9a158d76188880a4cff26c54617913 | 8ba9c34a4350a9fd42b0be203f948f8f6013d5c0 | refs/heads/master | 2021-05-04T07:58:08.006390 | 2017-01-22T10:28:25 | 2017-01-22T10:28:25 | 70,733,595 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 132 | java | package by.bsu.labs.lab14.entity;
/**
* Created by amareelez on 13.12.16.
*/
public enum Soil {
Ground, Podzol, SodPodzol
}
| [
"amareelez@gmail.com"
] | amareelez@gmail.com |
a55e8875b4065618ec54e590b828931d6ba82445 | 2f4a058ab684068be5af77fea0bf07665b675ac0 | /utils/com/google/common/collect/Synchronized$SynchronizedAsMap.java | 4c7811520d55019d333941f2cb1c4153c54d6b26 | [] | no_license | cengizgoren/facebook_apk_crack | ee812a57c746df3c28fb1f9263ae77190f08d8d2 | a112d30542b9f0bfcf17de0b3a09c6e6cfe1273b | refs/heads/master | 2021-05-26T14:44:04.092474 | 2013-01-16T08:39:00 | 2013-01-16T08:39:00 | 8,321,708 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,710 | java | package com.google.common.collect;
import java.util.Collection;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
class Synchronized$SynchronizedAsMap<K, V> extends Synchronized.SynchronizedMap<K, Collection<V>>
{
private static final long serialVersionUID;
transient Set<Map.Entry<K, Collect... | [
"macluz@msn.com"
] | macluz@msn.com |
ed6b666a1488b15e051c682bf146e91448288718 | acd0f9fbd7b9f148f9b780aa7dd2b7c59c51161d | /finalproject/src/main/java/com/jhta/finalproject/vo/Gcs2Vo.java | 89c9174bdf8be7f0d6588bca2c2c0e98318d3dc3 | [] | no_license | MOA-LMY/finalproject | 019eb14821ed49cfa3a38657ecbd9d5ea6522a62 | c8fd3528f67e4c4bf733c7f23c2b7a747e93664f | refs/heads/main | 2023-08-03T17:17:36.255285 | 2021-08-31T16:53:08 | 2021-08-31T16:53:08 | 390,265,525 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 303 | java | package com.jhta.finalproject.vo;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@NoArgsConstructor
@AllArgsConstructor
public class Gcs2Vo {
private int g_num;
private String sz_sizename;
private String c_colorname;
private String c_colorcode;
}
| [
"whsslfp111@naver.com"
] | whsslfp111@naver.com |
5c7100e4881e9558c6ed766265c3a34721eddad7 | f6b52f007e7c28bdc0963b30db2b2a7aa62761d0 | /src/main/java/framework/configuration/PropertiesLoader.java | 36f3fb172db635fb48ea876e9ca1de9d7c150acc | [] | no_license | srachitsky1023/uptakeInterview_NavTest | 899ca9094d9f9417333ace50b85fa0e9390b8ed3 | d2fb093664e2662fe2be7b689da999088dccdfe6 | refs/heads/master | 2020-07-19T17:27:32.727123 | 2016-11-14T23:40:01 | 2016-11-14T23:40:01 | 73,756,830 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 814 | java | package framework.configuration;
import java.io.InputStream;
import java.util.Properties;
public class PropertiesLoader {
private static final String CONFIG_FILE = "/config.properties";
private static Properties prop = new Properties();
private static void openFile(String file){
InputStream inpStream = Propert... | [
"srachitsky.qa@gmail.com"
] | srachitsky.qa@gmail.com |
fed146baff6b2b516c3671b6223bd772b4c88a90 | 2dbccdd37702971b5b75054a36ab01dabe00ec82 | /app/src/test/java/com/elab/grocery_list/ExampleUnitTest.java | 71d96a1c6939b6bf6a9c211cb3d440b2dd780806 | [] | no_license | TechieAditi/Grocery_list | 8e9211972240219e893f88111dabf5855160f4a9 | c3d7727b315b895bdd7d54f84ff7081b4d765345 | refs/heads/master | 2020-12-10T10:09:24.574071 | 2020-03-13T18:36:32 | 2020-03-13T18:36:32 | 233,563,375 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 382 | java | package com.elab.grocery_list;
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 ... | [
"55248714+TechieAditi@users.noreply.github.com"
] | 55248714+TechieAditi@users.noreply.github.com |
ff105603304e6b899a1a1b5218dd702eccf432c1 | 663032c83287759e4833486a8ef2b1d012a05fbe | /EmployeeManagementSystem/src/com/employee/controller/EmployeeRegisterServlet.java | 58db078491ecfc6d1db32cd8c88f517d1b0c6eb5 | [] | no_license | MaalavyaMani/Employee-Management-System | b0eb98b0752783057c575c987c0abb02b059ff4a | 2d5d6690655437c88325310bd9f9a30ac586ea6c | refs/heads/master | 2020-12-25T18:43:50.965283 | 2017-06-11T07:28:55 | 2017-06-11T07:28:55 | 93,988,698 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,772 | java | package com.employee.controller;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.employee.bean.Employee... | [
"noreply@github.com"
] | MaalavyaMani.noreply@github.com |
b679b068594cbdb641874ccd288daf256f322e8c | fa870a93f41f924417a1647275cdd2f98f819a2d | /app/src/main/java/com/example/meet/ui/main/SectionsPagerAdapter.java | bdfd53042a74093ab51a0165fd4aa6866badb6d4 | [] | no_license | 18Nishant2000/Meet | c938450ec43ecbfec51c640d3902e77e182adacd | 91f7e0b8feeac099351f54ef5016427fe37ec41b | refs/heads/master | 2022-11-10T18:01:01.388805 | 2020-07-06T12:33:30 | 2020-07-06T12:33:30 | 277,257,936 | 0 | 1 | null | 2020-07-06T04:21:04 | 2020-07-05T08:06:49 | Java | UTF-8 | Java | false | false | 1,654 | java | package com.example.meet.ui.main;
import android.content.Context;
import androidx.annotation.Nullable;
import androidx.annotation.StringRes;
import androidx.fragment.app.Fragment;
import androidx.fragment.app.FragmentManager;
import androidx.fragment.app.FragmentPagerAdapter;
import com.example.meet.Chats;
import co... | [
"bansal.nishant18052000@gmail.com"
] | bansal.nishant18052000@gmail.com |
bd6f482990599257d3b5b388efc070b44274a944 | f62ead2a12d78619365dee2e62aa161164a47274 | /src/com/sapyoung/member/heejung/day20210726/HeejungVo.java | ef6524ed5830cd4095492dd0a9f7de21e4c83ddc | [] | no_license | withpd/sapyoung_java | f3926a14c77cb55d94f07f907e87ca76639e3711 | d0d956fdd193a066271172efb5b08c56c5248c85 | refs/heads/master | 2023-08-01T19:00:04.228308 | 2021-09-12T23:43:57 | 2021-09-12T23:43:57 | 387,065,971 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 931 | java | package com.sapyoung.member.heejung.day20210726;
public class HeejungVo {
private String id;
private String mail;
private String floor;
private String name;
private String departName;
private String pos;
public String getId() {
return id;
}
public void setId(String id) {
this.id = id;
... | [
"user@DESKTOP-SB5OCUE"
] | user@DESKTOP-SB5OCUE |
928abcf4f53224806be07ee73bb5f9482071cddb | 9ab150519e0a82c7ccde5807711dc5057dc3f37f | /WebsiteScraper/testing/FirstThreePublicationTitlesExtracterTest.java | b450d361990b2be72f5d8bcf7f1d1b4c4a55492a | [] | no_license | arthurpavlov/Java-Projects | caaa0e2a503fa29c2a182d86d6d7abbd8d333545 | 3b3e45bc36ebf16cffc1e79e3801cb1566fee2ba | refs/heads/master | 2020-03-06T21:29:20.190959 | 2018-03-28T03:30:50 | 2018-03-28T03:30:50 | 127,078,510 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,324 | java | package test;
import static org.junit.Assert.*;
import java.util.ArrayList;
import java.util.Arrays;
import org.junit.Before;
import org.junit.Test;
import driver.HTMLToStringConverter;
import extracter.FirstThreePublicationTitlesExtracter;
public class FirstThreePublicationTitlesExtracterTest {
private String f... | [
"arthur.pavlovs@mail.utoronto.ca"
] | arthur.pavlovs@mail.utoronto.ca |
c927d8b26d6730836d0b2ef8773f177c87e6f568 | c1898104ac17ece71661dc59560621332693fb60 | /src/Lesson6/Client.java | aeb6634ea898e29792b53cfc0869b5092aa8b3a9 | [] | no_license | nikolayshuklin/GeekbrainsJava2 | cab9b726cdeffc4cd942f35d2d750494c103dbcd | eb866176ff71ea96151594f6553cc2130511a24c | refs/heads/master | 2022-10-14T09:24:04.784290 | 2020-06-11T17:37:30 | 2020-06-11T17:37:30 | 266,755,802 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,129 | java | package Lesson6;
import java.io.*;
import java.net.Socket;
import java.io.BufferedReader;
public class Client {
private static final String SERVER_ADDRESS = "localhost";
private static final int SERVER_PORT = 8189;
public static void main(String[] args) throws InterruptedException{
try (Socket ... | [
"nikolayshuklin@mail.ru"
] | nikolayshuklin@mail.ru |
711a21d4e364a198bc03bdd98e115289e6215e00 | d1bbb47fb53a973d58d03f81f3edff164974d69c | /Prototype/com/design/pack/Prototype/demo/Resume_ShallowCopy.java | 191a83885693b3f005a987562caf7212d8950736 | [] | no_license | leospiritlee/DesignPatterns | b1144a9ffd5ecfa3de4fde544f5c2c02433dca23 | e5f46887f8fdd1b4ed3ee702ec9047ca07681f52 | refs/heads/master | 2021-01-10T08:44:09.520034 | 2016-01-11T09:03:41 | 2016-01-11T09:03:41 | 47,669,410 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 942 | java | package com.design.pack.Prototype.demo;
public class Resume_ShallowCopy implements Cloneable{
private String name;
private String sex;
private String age;
private WorkInfo_ShallowCopy workInfo;
public Resume_ShallowCopy(String name){
this.name = name;
workInfo = new WorkInfo_ShallowCopy();
}
public v... | [
"87440490@qq.com"
] | 87440490@qq.com |
49f0cdf64804df27009c11455679f4b7d930a01b | 6a8913e8fb5c4f552cee033f0cef687f0b10c422 | /src/main/java/rocks/cleanstone/storage/player/PlayerDataSourceFactory.java | 84b6175d9b878402b6039e1d61b0cbf181a74105 | [
"MIT",
"CC-BY-4.0"
] | permissive | CleanstoneMC/Cleanstone | 5e5c60b01bb6d5f51ef61f32ad5a5c353ba1d55c | 1b35516004d00fa3267063b840a31211b04f9156 | refs/heads/master | 2021-04-12T09:37:56.768045 | 2021-03-25T12:39:19 | 2021-03-25T12:39:19 | 126,891,902 | 160 | 18 | MIT | 2021-03-11T22:52:29 | 2018-03-26T21:26:03 | Java | UTF-8 | Java | false | false | 180 | java | package rocks.cleanstone.storage.player;
public interface PlayerDataSourceFactory {
String getName();
PlayerDataSource get() throws PlayerDataSourceCreationException;
}
| [
"fionera@fionera.de"
] | fionera@fionera.de |
8a74c4fa9259e597366d2c18b4dc8873eb7f5aec | 2ccd067101b4932c396c93deac55c022a1ca6399 | /src/main/java/com/zea7ot/leetcode/lvl3/lc0332/SolutionApproach0HierholzersAlgorithm.java | 3647a175c28c63c3b6061973d18753f959304862 | [] | no_license | dulekang1025/leetcode-solutions-java-zea7ot | 26d9019628a3b98a8932ffdc3531229cdb6fb690 | a5f2fb570733379afb0b5fc676670fe4b54f583c | refs/heads/master | 2023-01-03T03:18:10.936018 | 2020-10-26T01:18:53 | 2020-10-26T01:18:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,995 | java | /**
* https://leetcode.com/problems/reconstruct-itinerary/
*
* Time Complexity: O(N * lg(N)) + O(N) ~ O(N * lg(N))
* O(N * lg(N)), consumed by PQ
* O(N), consumed by `postorder()`
*
* Space Complexity: O(N) + O(H)
*
* to sort the children and post order traverse the graph
*
*
* References:
* ... | [
"yanglyu.leon.7@gmail.com"
] | yanglyu.leon.7@gmail.com |
049554516b517c08e28b6fcfbf61c115a59b18c2 | b6693cf10ad9a9e950ac8cc15759eee11dd651c9 | /addsup/app/src/main/java/addup/fpcompany/com/addsup/Notice_Activity.java | cd67af6353c10e91308e85c0290c43a2bfa04ce4 | [] | no_license | skydusic/spotz | 75a5efc30216907ed3bf46ab34241e0d81b783ae | da34c3a52d1bfd70241469006693b682681d95cb | refs/heads/master | 2021-04-09T15:35:24.153541 | 2019-03-14T00:48:53 | 2019-03-14T00:48:53 | 125,802,437 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,282 | java | package addup.fpcompany.com.addsup;
import android.annotation.SuppressLint;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclervi... | [
"skydusic@gmail.com"
] | skydusic@gmail.com |
b5503ec5b3ad2df18428c0deedcaf1668cf6adc6 | 0f0451a3a2909429ce2357aebdb678b8888268d1 | /app/src/main/java/com/roshine/lookbar/utils/DialogUtil.java | b8edefa3aa497a7a504e7b9adcc827037a10527e | [] | no_license | Roben1016/LookBar | e4075bd00554da6e98dc20140f1aebaae3c2c85f | 830d605ac9aeec4ad302e535af0a237eb36becd5 | refs/heads/master | 2021-01-20T10:46:37.711601 | 2018-04-11T12:09:43 | 2018-04-11T12:09:43 | 101,646,828 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,203 | java | package com.roshine.lookbar.utils;
import android.content.Context;
import android.support.v7.app.AlertDialog;
import com.roshine.lookbar.R;
import com.roshine.lookbar.callback.AutoDialogCallback;
/**
* @author Roshine
* @date 2017/7/18 16:18
* @blog http://www.roshine.xyz
* @email roshines1016@gmail.com
* @git... | [
"931304703@qq.com"
] | 931304703@qq.com |
33fdacb6d2a5a9941557469a69ed6f8c98b85dd7 | 75c4712ae3f946db0c9196ee8307748231487e4b | /src/main/java/com/alipay/api/domain/AlipayEcoSignFlowCreateModel.java | 3efbeabcfff3c7af2a47464f3d20cf0fbc0527de | [
"Apache-2.0"
] | permissive | yuanbaoMarvin/alipay-sdk-java-all | 70a72a969f464d79c79d09af8b6b01fa177ac1be | 25f3003d820dbd0b73739d8e32a6093468d9ed92 | refs/heads/master | 2023-06-03T16:54:25.138471 | 2021-06-25T14:48:21 | 2021-06-25T14:48:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,615 | java | package com.alipay.api.domain;
import java.util.List;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.internal.mapping.ApiListField;
/**
* 创建流程(E签宝)
*
* @author auto create
* @since 1.0, 2020-08-26 10:59:27
*/
public class AlipayEcoSignFlo... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
d0750548ae0c8f04ce0fcf5db316e8e2d7d3b21b | 447520f40e82a060368a0802a391697bc00be96f | /apks/comparison_androart/ro.btrl.pay/source/o/Bj.java | c1f3fc28a003245084d209dceab9b15e482b4e9a | [
"Apache-2.0"
] | permissive | iantal/AndroidPermissions | 7f3343a9c29d82dbcd4ecd98b3a50ddf8d179465 | d623b732734243590b5f004d167e542e2e2ae249 | refs/heads/master | 2023-07-19T01:29:26.689186 | 2019-09-30T19:01:42 | 2019-09-30T19:01:42 | 107,239,248 | 0 | 0 | Apache-2.0 | 2023-07-16T07:41:38 | 2017-10-17T08:22:57 | null | UTF-8 | Java | false | false | 33,255 | java | package o;
import java.io.BufferedReader;
import java.io.DataInput;
import java.io.DataOutput;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.Serializable;
import java.text.ParseException;
import java.util.Ha... | [
"antal.micky@yahoo.com"
] | antal.micky@yahoo.com |
7685e230d8105c094f890665dc041ca7a0d36449 | 18bb64344d70f4a1f5d1f165e5e6394fd3bb04b9 | /easyPhotos/src/main/java/com/huantansheng/easyphotos/ui/widget/PressedTextView.java | 16f48df6820aca6f99b2c778f8cfbad335cae653 | [] | no_license | joyce2016jiayou/biu_user_android | 6612db7f860d652e3a7108f37b5cba4a8a2a71b3 | 61f778b3f7ea835bba48ad0304be9e2235b9b4ed | refs/heads/master | 2022-11-17T22:09:28.547361 | 2020-07-11T08:05:20 | 2020-07-11T08:05:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,291 | java | package com.huantansheng.easyphotos.ui.widget;
import android.animation.AnimatorSet;
import android.animation.ObjectAnimator;
import android.content.Context;
import android.util.AttributeSet;
import androidx.annotation.Nullable;
import androidx.appcompat.widget.AppCompatTextView;
/**
* 带点击状态的textview
* Created by h... | [
"yangyanzhen2010@163.com"
] | yangyanzhen2010@163.com |
f21d36677fb42f6965e1e475bccddf7822616b4c | ed5159d056e98d6715357d0d14a9b3f20b764f89 | /src/irvine/oeis/a180/A180595.java | cf2095b1232f5184901d161a049ebf245573f665 | [] | no_license | flywind2/joeis | c5753169cf562939b04dd246f8a2958e97f74558 | e5efd6971a0062ac99f4fae21a7c78c9f9e74fea | refs/heads/master | 2020-09-13T18:34:35.080552 | 2019-11-19T05:40:55 | 2019-11-19T05:40:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 438 | java | package irvine.oeis.a180;
// Generated by gen_pattern.pl - DO NOT EDIT here!
import irvine.oeis.GeneratingFunctionSequence;
/**
* A180595 Digital root of <code>5n</code>.
* @author Georg Fischer
*/
public class A180595 extends GeneratingFunctionSequence {
/** Construct the sequence. */
public A180595() {
... | [
"sean.irvine@realtimegenomics.com"
] | sean.irvine@realtimegenomics.com |
cf1ddf64acf813db571dc6dd154d9a01be87699e | ad79ad924319ae4c840799c6f279d5397ed13de7 | /java/SHA1.java | 0a453410ea83ac0187ee9a8b0dadecbaee7ae104 | [] | no_license | w4o/CodeSnippets | fff09f194af165a33368abcb9cb171aa3c23f0c6 | 63715e3739c2ded3fadd74a1e3445881ad57c3e8 | refs/heads/master | 2022-01-09T17:22:51.673071 | 2019-05-23T02:28:30 | 2019-05-23T02:28:30 | 112,837,023 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,488 | java | package com.ueedit.common.utils.security;
public class SHA1 {
private final int[] abcde = { 0x67452301, 0xefcdab89, 0x98badcfe, 0x10325476, 0xc3d2e1f0 };
// 摘要数据存储数组
private int[] digestInt = new int[5];
// 计算过程中的临时数据存储数组
private int[] tmpData = new int[80];
// 计算sha-1摘要
private int process_input_byt... | [
"no-mail"
] | no-mail |
b5cee95df8bf166b268f3bccf7d8972bc14e9f23 | 009b5374faff17da31c3cf869db9eb3a6bb9aeef | /src/main/java/com/souvenironline/api/admin/SildeAPI.java | 41bd702c6fb9369e194c9ed15adcd7324e65e06e | [] | no_license | tandat56/SouvenirOnline | 65610ad4bd2a7ad453749304d1e68c128b862015 | e7df215061624d97fcf6d2fc67aa3c012bf4a507 | refs/heads/main | 2023-02-15T12:25:34.174779 | 2021-01-18T08:13:58 | 2021-01-18T08:13:58 | 308,809,388 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 806 | java | package com.souvenironline.api.admin;
import com.souvenironline.dto.SildeDTO;
import com.souvenironline.service.admin.ISildeAdminService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
@RestController
public class SildeAPI {
@Autowired
private... | [
"datlt,letandat@gmail.com"
] | datlt,letandat@gmail.com |
93118d245380393e17d3715f4188d09de30a0e5b | 1263fcecc09ee5b5a46863c6f2c1e3cb4140083c | /src/com/example/activity/XiaJiaActivity.java | bd4c0ccc421c0a3bd0e12c503613f4b2f5a293e8 | [] | no_license | ltliyue/TaoTao | 69ec1ef9db66bf8373ae8b9b144ed21f153a0005 | a8f16b977233d502ea747c916e1ec0446190743d | refs/heads/master | 2021-01-18T21:40:57.421821 | 2016-03-31T02:35:51 | 2016-03-31T02:35:51 | 21,632,722 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 3,849 | java | package com.example.activity;
//商品下架
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Iterator;
import java.util.Map;
import java.util.TreeMap;
import org.json.JSONException;
import org.json.JSONObject;
import com.example.utils.APIUtil;
import com.example.utils.Util;
import android.os.Bundl... | [
"ltliyue@gmail.com"
] | ltliyue@gmail.com |
d04177f479d440fb703612714f19c413a11f4e20 | 08345dde7830b0080ae84c0dee096053febea69d | /designPatternn_chan/src/main/java/c4/adapter/section1/IUserInfo.java | add273c6ac8b28595314f18aef5b5e72f5ccb387 | [] | no_license | sumnear/codeLife | fbf2a929fd4b829c1cdd69464b30e169a5bc7fcf | 227a2a2480d27fd1961e62f89173216d045736b1 | refs/heads/master | 2022-12-23T07:36:10.508350 | 2021-06-27T13:06:34 | 2021-06-27T13:06:34 | 198,769,670 | 0 | 0 | null | 2022-12-16T05:24:26 | 2019-07-25T06:18:32 | Java | UTF-8 | Java | false | false | 636 | java | package c4.adapter.section1;
/**
* @author cbf4Life cbf4life@126.com
* I'm glad to share my knowledge with you all.
* 用户信息对象
*/
public interface IUserInfo {
//获得用户姓名
public String getUserName();
//获得家庭地址
public String getHomeAddress();
//手机号码,这个太重要,手机泛滥呀
public String getMobileNumber();
//办公电话,一般式座机... | [
"402347012@qq.com"
] | 402347012@qq.com |
38f0ab191046928c602128f2b671aa32402a3751 | aec783d985b9ac802cf4ff4cc560297032b3c8c6 | /WeChatDemo/src/com/matrix/wechat/activity/FriendRequestActivity.java | ef35fe005acde3320c167bae97536651bb3a9656 | [] | no_license | TimBuild/WeChat_Friends | d47c2fb8497c7c0481c5d7051fbad17a2b39cb69 | fa8fb88fd0a1212756cd5c50e0aa7db2b245fb41 | refs/heads/master | 2020-04-05T23:40:28.678642 | 2015-07-15T06:53:56 | 2015-07-15T06:53:56 | 35,399,451 | 6 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,051 | java | package com.matrix.wechat.activity;
import static com.matrix.wechat.global.Constants.API_GET_REQUEST_LIST;
import static com.matrix.wechat.global.Constants.API_GET_USER_BY_USERID;
import java.util.ArrayList;
import java.util.List;
import android.app.Activity;
import android.os.Bundle;
import android.util.Log;
import... | [
"shang6466575@163.com"
] | shang6466575@163.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.