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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5f108b2a00c47d382162637b40c47abb72f3af6f | 94a71a5e087f43679d1a73fbc18901297bf2e73e | /RedBlackBST.java | 6e3dc7b287d55e2b43bf52da533e44205bfc2af8 | [] | no_license | hevrr/rbsearchtree | 8fabf4c8ec14e09860192bd17bb697aa36969dba | b68407e302e29c1cac4f93b638d692268a5f210a | refs/heads/master | 2022-11-15T16:33:32.660878 | 2020-07-15T22:56:22 | 2020-07-15T22:56:22 | 279,998,641 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,939 | java | import edu.princeton.cs.algs4.StdOut;
import java.awt.*;
public class RedBlackBST<T> {
/* root */
Node root;
/* constructor */
public RedBlackBST() {
root = null;
}
/* inserts the specified key-value pair into the symbol table, overwriting the old value with the new value if the sym... | [
"noreply@github.com"
] | hevrr.noreply@github.com |
3f51f021818806d17f851f53d9e9fd0187d7b6ce | e44dd912d33b84cc814fcf44d897a771c6243aeb | /spring_ecomm-master/src/main/java/com/example/demo/service/amazonService/AmazonService.java | c149c46f5a3f238584165ef8397ae9f0a9e83b0f | [] | no_license | HmmmHmmm99/code-web-quan-ly-cua-hang-mo-hinh-MVC | bbe1ffa37c0c2223a5c77a6ff00986f5c9063a5e | 1d44e76d84fa9393f59c5ebb15620310a9438b84 | refs/heads/master | 2023-08-25T17:02:06.109334 | 2021-11-05T08:30:41 | 2021-11-05T08:30:41 | 424,867,283 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 249 | java | package com.example.demo.service.amazonService;
import org.springframework.web.multipart.MultipartFile;
import com.example.demo.entity.ItemSale;
public interface AmazonService {
void uploadFile(MultipartFile multipartFile, ItemSale itemSale);
}
| [
"khoa99xta@gmail.com"
] | khoa99xta@gmail.com |
e5cbcfb6841377a8cdce74aaf171a0edbd5cd46e | acc3e8bf8c49c8f577d03d836e725c669194677e | /javase-test/src/main/java/com/figer/tools/shanbay/CreateWordListResp.java | d1d7619174d1c5abd0711a0b266cd13a93f7b1c2 | [] | no_license | codefiger/javaTest | 3bc83671d0c26922aef0542ae9e9b162cc4510a9 | 4bcc6990037398ab2cf2fe6666dd31b7387be56d | refs/heads/master | 2020-04-07T06:24:38.211368 | 2017-08-10T13:51:06 | 2017-08-10T13:51:06 | 48,683,105 | 7 | 0 | null | null | null | null | UTF-8 | Java | false | false | 761 | java | package com.figer.tools.shanbay;
/**
* Created by figer on 20/11/2016.
*/
public class CreateWordListResp {
private String msg;
private String status_code;
private Data data;
public String getMsg() {
return msg;
}
public void setMsg(String msg) {
this.msg = msg;
}
public String getStatus_c... | [
"figerzpeng@gmail.com"
] | figerzpeng@gmail.com |
6db4048a7643ff277f2a24bde676ab580e3d3d0f | 9b537c88e78b82f58e04171d6d68ace7a2b66ab7 | /datalake/src/main/java/com/sequenceiq/datalake/flow/dr/backup/event/DatalakeDatabaseBackupFailedEvent.java | ff8d8eba1f09d39c610db6cb53eafebdede3fb55 | [
"LicenseRef-scancode-warranty-disclaimer",
"ANTLR-PD",
"CDDL-1.0",
"bzip2-1.0.6",
"Zlib",
"BSD-3-Clause",
"MIT",
"EPL-1.0",
"LicenseRef-scancode-proprietary-license",
"LicenseRef-scancode-jdbm-1.00",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | stoty/cloudbreak | 10d9eea4961e43533088467f9ff58221abaf0f1b | a8afecf96a02d2ccdb8abf9c329f8269c7b4264d | refs/heads/master | 2022-03-12T03:39:52.991951 | 2022-01-26T15:23:41 | 2022-01-26T15:23:41 | 224,849,359 | 0 | 0 | Apache-2.0 | 2019-11-29T12:23:00 | 2019-11-29T12:23:00 | null | UTF-8 | Java | false | false | 841 | java | package com.sequenceiq.datalake.flow.dr.backup.event;
import com.sequenceiq.datalake.flow.SdxEvent;
public class DatalakeDatabaseBackupFailedEvent extends SdxEvent {
private final Exception exception;
public DatalakeDatabaseBackupFailedEvent(Long sdxId, String userId, Exception exception) {
super(sd... | [
"kkalyan@cloudera.com"
] | kkalyan@cloudera.com |
c014e97adf753d66715e696756a6d3716f77be20 | 291fe7fb4cc5b682e560b0c5958e2220054451c6 | /Big32/src/main/java/com/mega/mvc01/Start2.java | 18adbfea3ea81028bc6943f00b1ff1c2bc737ab2 | [] | no_license | MinksChung/BigdataCourse | 44dc5e7e578515e1dafbb7870911e09347a788f4 | 293803415da5d9f354059ea556818cc7610f36a5 | refs/heads/master | 2022-12-22T06:14:59.880933 | 2020-01-26T14:58:09 | 2020-01-26T14:58:09 | 202,575,724 | 0 | 0 | null | 2022-12-15T23:28:43 | 2019-08-15T16:29:35 | Python | UTF-8 | Java | false | false | 117 | java | package com.mega.mvc01;
import javax.servlet.http.HttpServlet;
public class Start2 extends HttpServlet {
}
| [
"minkschung@gmail.com"
] | minkschung@gmail.com |
18aa8d068658fe7b4a63170a717853431d8d53db | 1443243d71d05405ebb94079663da84454e01c1f | /aoe-rms-spoon/src/main/java/com/thekoldar/aoe_rms_spoon/ast/functions/RandomNode.java | 56d0a1bd73fb6b4e45d8c5820c079fa08d012dcd | [
"Apache-2.0"
] | permissive | Koldar/aoe-rms-spoon | 533661d7b0f4932ed53d8603800fe83fdb50e8c4 | 9c8cbe97000c20a5d14f809fcc805fd6491720f7 | refs/heads/main | 2023-03-04T23:50:07.608338 | 2021-02-15T12:21:29 | 2021-02-15T12:21:29 | 327,687,424 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,497 | java | package com.thekoldar.aoe_rms_spoon.ast.functions;
import java.util.Optional;
import org.eclipse.collections.api.RichIterable;
import org.eclipse.collections.api.factory.Lists;
import org.eclipse.collections.api.factory.Sets;
import org.eclipse.collections.api.list.ImmutableList;
import org.eclipse.collections.impl.f... | [
"massimobono1@gmail.com"
] | massimobono1@gmail.com |
64e1d132d1142f98f4ee034aa406f28cf46a3ab4 | e58750ca7f4598396363d9b129d6fc7b279acc3a | /server/src/main/java/cn/besbing/server/controllers/pages/DataloaderCloudLimsControllers.java | 8f76a45352609ef075b1820a433e0ef2f9e47883 | [] | no_license | madull/dataloadercloud3 | a194bbcea74d10504badbab94f0c46fb2e870c40 | 3d3157c170d027a9809d0f79dd7c35e4cfdfa434 | refs/heads/master | 2023-02-03T23:53:34.747822 | 2020-12-12T06:37:45 | 2020-12-12T06:37:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,609 | java | package cn.besbing.server.controllers.pages;
import cn.besbing.model.entities.primary.CProjLoginSample;
import cn.besbing.model.entities.primary.DlPermission;
import cn.besbing.model.entities.primary.ListObject;
import cn.besbing.model.entities.primary.ResultView;
import cn.besbing.server.service.primary.PrimaryCProjL... | [
"fsbydz@vip.qq.com"
] | fsbydz@vip.qq.com |
63e530cf71e97abb8aa356ae993e519ba2825f38 | 7f31427cb17ecb57846dc970b3e49e4dc4d21720 | /fuzzyclustering/fuzzyclustering/fuzzyclustering-IR/src/main/java/co/edu/sanmartin/fuzzyclustering/ir/normalize/stemmer/language/russianStemmer.java | 04dddd19eca28ed0e4b8c1d7fd5ab67ce0fccb9c | [] | no_license | Ruframapi/fuzzy-clustering | b3bb7ce8531c223206778cd5f61837ed68f04ea0 | d6acff3420520fcf061c064bdd7e30026c331827 | refs/heads/master | 2021-01-10T15:34:29.992990 | 2013-10-09T12:56:15 | 2013-10-09T12:56:15 | 44,202,276 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 32,951 | java | // This file was generated automatically by the Snowball to Java compiler
package co.edu.sanmartin.fuzzyclustering.ir.normalize.stemmer.language;
import co.edu.sanmartin.fuzzyclustering.ir.normalize.stemmer.snowball.Among;
import co.edu.sanmartin.fuzzyclustering.ir.normalize.stemmer.snowball.SnowballStemmer;
/**
... | [
"rikardocarvajal@gmail.com"
] | rikardocarvajal@gmail.com |
0a51c73fefe5165c5558f3ed04c723040e68fc01 | 92e2880a56cb5da2e51fef40a1e8553f68d10308 | /src/main/java/com/junitPractice/helper/StringHelper.java | b4150365784e36b9abb0c84011cda9620bc9ccc5 | [] | no_license | nmp4817/JUnit-Practice | 14ba7c836b0839c29012f045c79a6ce260c8da7d | bb020da6ff96500cdb8ed533b2568c8fffa24fbb | refs/heads/master | 2021-01-24T03:52:32.709359 | 2018-02-26T19:02:56 | 2018-02-26T19:02:56 | 122,908,703 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 653 | java | package com.junitPractice.helper;
public class StringHelper {
public String truncateAInFirst2Positions(String str) {
if (str.length() <= 2)
return str.replaceAll("A", "");
String first2Chars = str.substring(0, 2);
String stringMinusFirst2Chars = str.substring(2);
return first2Chars.replaceAll("A", "")
... | [
"nabilpatel11@gmail.com"
] | nabilpatel11@gmail.com |
761edcdfd4dc07046fcf6095b19160aeb2a80dd1 | ac275c73051c4321a4be61048b00631037554216 | /app/src/main/java/com/example/paulivanov/construx/MaterialEstimateRvAdapter.java | 04fcfecde84a0d7146bfd45354efec20bb11e18e | [
"MIT"
] | permissive | PaulIvanov/ConstruxCalculator | bad2e0a48349e0818972b71b40b0cc456eb2b6c1 | 862f7d83faac2136e3e51ec8bc29d961eed33892 | refs/heads/master | 2021-04-03T05:04:45.342545 | 2018-10-03T05:12:19 | 2018-10-03T05:12:19 | 124,585,906 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,872 | java | package com.example.paulivanov.construx;
import android.content.Intent;
import android.support.design.widget.Snackbar;
import android.support.v7.widget.CardView;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.wi... | [
"paulivanov123@gmail.com"
] | paulivanov123@gmail.com |
cdafc1e520c249d1baa103d8a41d35bb4554c4f3 | 946e3ad8ab402cc5c6fa19c008c5df6e96dfed03 | /AIMA.src/src/IA/probAntenas/ProbAntenasHeuristicFunction3.java | df66c8fa705823cdd561284f4b5b94ecc890c864 | [] | no_license | noxerr/IA | a6993d63f981cef22a0304a7982e3afe864b7e34 | 3d879a6b8994cc513d17e8a139bcbe4fe97d5c29 | refs/heads/master | 2021-01-10T05:41:33.511995 | 2015-10-26T19:27:30 | 2015-10-26T19:27:30 | 43,503,651 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 680 | java | package IA.probAntenas;
import aima.search.framework.HeuristicFunction;
public class ProbAntenasHeuristicFunction3 implements HeuristicFunction {
public boolean equals(Object obj) {
boolean retValue;
retValue = super.equals(obj);
return retValue;
}
public double getHeuristicValue(O... | [
"dani_rl94@hotmail.com"
] | dani_rl94@hotmail.com |
c7a88682c2457771f8a0bb368a350b5283cc97f8 | f0d25d83176909b18b9989e6fe34c414590c3599 | /app/src/main/java/com/google/android/gms/internal/zzaqx.java | 2d625a3ccc0aeb8e28581a7d0fe3db4bb27331f1 | [] | no_license | lycfr/lq | e8dd702263e6565486bea92f05cd93e45ef8defc | 123914e7c0d45956184dc908e87f63870e46aa2e | refs/heads/master | 2022-04-07T18:16:31.660038 | 2020-02-23T03:09:18 | 2020-02-23T03:09:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,319 | java | package com.google.android.gms.internal;
import android.content.Context;
import android.os.IBinder;
import android.os.IInterface;
import android.os.Looper;
import com.google.android.gms.auth.account.zzd;
import com.google.android.gms.auth.account.zze;
import com.google.android.gms.common.api.GoogleApiClient;
import co... | [
"quyenlm.vn@gmail.com"
] | quyenlm.vn@gmail.com |
ab7c303be2c1f28a60ec068e3cef3d28de84be59 | 75c4712ae3f946db0c9196ee8307748231487e4b | /src/main/java/com/alipay/api/request/AlipayEbppInstserviceDeductQueryRequest.java | a4a635130e5639be40071a4b5a49d1bfe2d94135 | [
"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 | 3,171 | java | package com.alipay.api.request;
import com.alipay.api.domain.AlipayEbppInstserviceDeductQueryModel;
import java.util.Map;
import com.alipay.api.AlipayRequest;
import com.alipay.api.internal.util.AlipayHashMap;
import com.alipay.api.response.AlipayEbppInstserviceDeductQueryResponse;
import com.alipay.api.Alipa... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
d064fec00aa215fdc0c0adb77b98c99405a9e7f9 | 6d6a2896e206089fed182d93f60e0691126d889c | /weka/main/java/weka/experiment/OutputZipper.java | 645792f9f34690f7795e8f0fe541708f7b434fb2 | [] | no_license | azizisya/benhesrc | 2291c9d9cb22171f4e382968c14721d440bbabf2 | 4bd27c1f6e91b2aec1bd71f0810d1bbd0db902b5 | refs/heads/master | 2020-05-18T08:53:54.800452 | 2011-02-24T09:41:17 | 2011-02-24T09:41:17 | 34,458,592 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,995 | java | /*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that... | [
"ben.he.src@f3485be4-0bd3-11df-ad0c-0fb4090ca1bc"
] | ben.he.src@f3485be4-0bd3-11df-ad0c-0fb4090ca1bc |
f342f2c07a14fd301cbf74c673f09fac8ff8eac6 | dd4f8078cdc36d18032cc66faed26e260147d0a5 | /lib/src/androidTest/java/net/treelzebub/sweepingcircleprogressview/ExampleInstrumentedTest.java | d84b16f1d2fedf08d4462d4fda2646063b020857 | [
"MIT"
] | permissive | treelzebub/SweepingCircleProgressView | 380fe182a5ab443eb1af237a81f83e136d949032 | 9e7492c48be172c680322382ebae8116021d7c71 | refs/heads/master | 2021-01-12T05:32:39.152167 | 2016-12-22T21:50:43 | 2016-12-22T21:50:43 | 77,122,037 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 791 | java | package net.treelzebub.sweepingcircleprogressview;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test, which will ... | [
"treelzebub@gmail.com"
] | treelzebub@gmail.com |
7b689946b98ba9ddc654945b2b0494f412faafb9 | fb1e39c907eb8cfb39b576bcfa51ac1946ee6edf | /app/src/main/java/com/MCAssignment/wifi/CheckInternetConnection.java | 59832eef481155f8b0edff42ad642be1fbc3f8be | [
"MIT"
] | permissive | limkhashing/Mobile-Computing-Assignment | d6dacce3b2f50a0ba23753afaf6e78258c1cb8f4 | 9782543179a7b090c5925f7106e9582c7fa46a73 | refs/heads/master | 2022-04-09T19:22:10.527964 | 2020-01-13T09:19:51 | 2020-01-13T09:19:51 | 104,985,235 | 0 | 0 | null | 2019-11-07T03:20:14 | 2017-09-27T07:16:44 | Java | UTF-8 | Java | false | false | 2,417 | java | package com.MCAssignment.wifi;
import android.app.ProgressDialog;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.os.AsyncTask;
import java.io.IOException;
import java.net.InetSocketAddress;
import java.net.Socket;
import java.net.SocketAddress;
i... | [
"30791939+kslim888@users.noreply.github.com"
] | 30791939+kslim888@users.noreply.github.com |
f6fe83f3af5ba07657f9fab2372cbb61dbd7daf1 | 7b32aea12ea66175d1c628a1ad46d9ab40aeba65 | /src/main/java/me/tucao/web/mvc/controllers/AppsController.java | 7fc2345e8163c65bc5cde88dccd5d721ca944648 | [] | no_license | wptree/tucao | ff394c079aea73459b83159c2a474802a6ea50ff | a7c50e43e700b6517688002a2a3a56b36d3742ad | refs/heads/master | 2020-05-02T21:26:03.038239 | 2013-03-28T13:13:49 | 2013-03-28T13:13:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 548 | java | package me.tucao.web.mvc.controllers;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotatio... | [
"wptree@gmail.com"
] | wptree@gmail.com |
822e399e3fbbe5dbea4eaa64a2ff336401dbc829 | fb60413b02cdf8a5c38d24b033d2900832ba9f19 | /game_server/src/com/pwrd/war/gameserver/player/handler/PlayerMessageHandler.java | 5e833ad736f8843c2f8b6873f85127ab4a723d52 | [] | no_license | tommyadan/webgame | 4729fc44617b9f104e0084d41763d98b3068f394 | 2117929e143e7498e524305ed529c4ee09163474 | refs/heads/master | 2021-05-27T04:59:34.506955 | 2012-08-20T14:30:07 | 2012-08-20T14:30:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,734 | java | package com.pwrd.war.gameserver.player.handler;
import com.pwrd.war.common.constants.Loggers;
import com.pwrd.war.common.constants.WallowConstants;
import com.pwrd.war.core.async.IIoOperation;
import com.pwrd.war.core.msg.IMessage;
import com.pwrd.war.core.msg.SysInternalMessage;
import com.pwrd.war.db.model.Pl... | [
"zhutao@brunjoy.com"
] | zhutao@brunjoy.com |
971015479c64be31ab88ca6a111984bf9cc2de5d | 600531083b0044e596d737d70dd5c17b0358763f | /my_ssm/ssm-demo/ssm-resume/src/main/java/com/ssm/resume/tools/PDFUtil.java | d0d59180fa93a0dbc4ef55d3260799b375f70f9d | [
"MIT"
] | permissive | kinghaoYPGE/my_java | 97e0368ea63f69693cf35e088e6a2cd07cceef2d | ca01e2a8625bc5d3e0ff0c0c73be29df2f2981cc | refs/heads/master | 2022-12-21T20:16:37.318722 | 2020-05-18T12:01:03 | 2020-05-18T12:01:03 | 183,593,359 | 0 | 0 | MIT | 2022-12-16T09:03:02 | 2019-04-26T08:51:08 | JavaScript | UTF-8 | Java | false | false | 1,538 | java | package com.ssm.resume.tools;
import com.itextpdf.text.pdf.AcroFields;
import com.itextpdf.text.pdf.BaseFont;
import com.itextpdf.text.pdf.PdfReader;
import com.itextpdf.text.pdf.PdfStamper;
import java.io.ByteArrayOutputStream;
import java.io.InputStream;
import java.util.Map;
public class PDFUtil {
/**
* ... | [
"oncwnuBD7HT1CEVNErYticxPdM4k@git.weixin.qq.com"
] | oncwnuBD7HT1CEVNErYticxPdM4k@git.weixin.qq.com |
4dd4ddedd1c23a33d8cf7cec17270b2fb1a04aca | fd64b263cbb7654265fd97bbe7d195ba1f8de129 | /src/test/java/com/brainyodds/config/WebConfigurerTest.java | 2892030bf8947ed25df2a14e00981cf200f6b865 | [] | no_license | talfoa/brainy-odds-repository | 8e5bdcd81474537a0f76e37e56f6c60e0d194665 | 9e96dff164300a9a92f029754374a409321dbd7e | refs/heads/master | 2023-01-03T06:54:04.914807 | 2020-10-27T15:41:46 | 2020-10-27T15:41:46 | 307,748,561 | 0 | 0 | null | 2020-10-27T16:47:00 | 2020-10-27T15:41:27 | Java | UTF-8 | Java | false | false | 6,721 | java | package com.brainyodds.config;
import static org.assertj.core.api.Assertions.assertThat;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.ArgumentMatchers.anyString;
import static org.mockito.Mockito.*;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get;
impo... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
623baa476d04967a6c8d469a168527e0a895d2f2 | 61602d4b976db2084059453edeafe63865f96ec5 | /com/xunlei/downloadprovider/personal/a/b/g.java | a5a0463fc8d9e6654b2279e35c4118836d4b4c6e | [] | no_license | ZoranLi/thunder | 9d18fd0a0ec0a5bb3b3f920f9413c1ace2beb4d0 | 0778679ef03ba1103b1d9d9a626c8449b19be14b | refs/heads/master | 2020-03-20T23:29:27.131636 | 2018-06-19T06:43:26 | 2018-06-19T06:43:26 | 137,848,886 | 12 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,373 | java | package com.xunlei.downloadprovider.personal.a.b;
import android.graphics.Rect;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.support.v7.widget.RecyclerView.ItemDecoration;
import android.support.v7.widget.RecyclerView.State;
import android.view.View;... | [
"lizhangliao@xiaohongchun.com"
] | lizhangliao@xiaohongchun.com |
3921c6d62c42600752b91bc86639938294b804b9 | 76baceccda28dd75f3da4ddeb0cf1f2d5899b228 | /MEDIATOR/20190511/src/Colleague.java | 579da16d8e1241c3f5b72feaa0a62abf621215e2 | [] | no_license | escort94/JavaDesignPattern | 722adc813ac16030855a0a198ff7eee34382241e | bae23d28eb4f76fd882424eca7d6567eec6a12d7 | refs/heads/master | 2022-06-12T18:55:23.488233 | 2020-05-08T02:57:00 | 2020-05-08T02:57:00 | 262,198,567 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 537 | java |
public abstract class Colleague {
private Mediator mediator;
private int colleagueCode;
public Colleague(Mediator mediator) {
super();
this.mediator = mediator;
mediator.addColleague(this);
}
public void saleOffer(String stock, int shares) {
mediator.saleOffer(stock, shares, this.collea... | [
"mgjang@net1.co.kr"
] | mgjang@net1.co.kr |
353e9f630ceafe0ed832e52d84dc94f05130e25f | d8a20117aec7158fc362bc36009280fb9dd49234 | /eureka-server/src/main/java/com/hsb/cloud/SpringCloudEurekaApplication.java | 75003f1f868303e4cc7ac005a4e2a7cdf88de394 | [] | no_license | heshengbang/spring-cloud-example | 888cde0d255beb14a00f698e508a02c0ff56c371 | 7cfaadfce1ed06a099b440b304656ee66830c141 | refs/heads/master | 2021-07-17T12:02:23.972578 | 2019-01-08T01:42:08 | 2019-01-08T01:42:08 | 140,861,337 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 603 | java | package com.hsb.cloud;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.eureka.server.EnableEurekaServer;
/**
* Created by heshengbang on 2018/7/14.
* https://github.com/heshengbang
* www.heshengbang.tec... | [
"yunshixin8521894@sohu.com"
] | yunshixin8521894@sohu.com |
739227ada7a09fab3d8517561e0d533fa775dee7 | edd80d375ebdc2c5b46d3ded276e2a08b5d1543f | /library/src/main/java/com/jewelbao/library/utils/IOUtils.java | 8cccc17defccc02d344e8cf1c116de214e61dfa6 | [] | no_license | jewelbao/JewelSample | 521b9dc8c1f390904e7865696fe8a0af03a86160 | 61d84a3e5218489377f316231232597fe30f1e11 | refs/heads/master | 2020-04-06T07:10:16.134800 | 2019-06-28T06:42:39 | 2019-06-28T06:42:39 | 65,712,737 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,814 | java | package com.jewelbao.library.utils;
import java.io.Closeable;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
/**
IO utils
@author Vladislav Bauer */
public class IOUtils
{
private IOUtils()
{
throw new AssertionError();
}
/**
Close closable object and wrap {@link IOE... | [
"jewelbao@qq.com"
] | jewelbao@qq.com |
f3181ea83f7bcb35e6904b505cc63f5d1512b773 | 3cdfa964af25bc07c3e3b50168790a578632215e | /msg/src/main/java/org/alok/java/msg/service/ProfileService.java | bb89467d661a0fe57ebd39d1fe7809e5ecb473d1 | [] | no_license | alokkumar123/MessangerApi | cd6d6d29e801cb0b54ed32081f9b5c586596f195 | b0b0404d34f75eba216bce39e18dd05c46fb8600 | refs/heads/master | 2021-07-10T01:38:00.106622 | 2017-10-12T12:37:14 | 2017-10-12T12:37:14 | 105,913,931 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,042 | java | package org.alok.java.msg.service;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import org.alok.java.msg.database.DataBaseClass;
import org.alok.java.msg.model.Profile;
public class ProfileService {
private static Map<String,Profile> profiles = DataBaseClass.getProfiles();
public P... | [
"alok.nbd007@gmail.com"
] | alok.nbd007@gmail.com |
b19a80cc93bfccf6690d78b0b671908160dfef05 | 8b8fbf236f3572724a2e4bbcd885d7cb583a8ff3 | /tfmall-customer-service/src/test/java/com/tianfang/customer/CustomerApplicationTests.java | 6586029a45ed997c4923b655481de0515339c240 | [] | no_license | toBe-Better/mall | 5154bd2492c1bc1cad9a53ac0158483aee4f5cdd | 4d4fd242824545d5d6e47bc7a80b6a78c2b1807c | refs/heads/master | 2022-12-13T21:01:18.356383 | 2020-09-18T09:25:55 | 2020-09-18T09:25:55 | 296,209,340 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 224 | java | package com.tianfang.customer;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class CustomerApplicationTests {
@Test
void contextLoads() {
}
}
| [
"liuhao@bd-ego.com"
] | liuhao@bd-ego.com |
f9d7a0d06347ca0af9bf836ac180f5df506a60d6 | 49f5c3a3a5e8cd10346407a3457565d00b76bb23 | /app/src/main/java/com/papermanagement/response/ForceDataResponse.java | eaa765e7ca92d34363c7a491c1e7c500658a78aa | [] | no_license | renyangwei/produce_control_system_app | cfa81b658dd4a7759b1d7c998941bf8d6ccc94f4 | 87ae092acd97552c50d6b0cf89e43981f8430477 | refs/heads/master | 2020-04-15T03:48:09.970826 | 2018-10-31T15:48:59 | 2018-10-31T15:48:59 | 164,360,629 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 427 | java | package com.papermanagement.response;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
/**
* 强制刷新返回
*/
public class ForceDataResponse {
@SerializedName("response")
@Expose
private String response;
public String getResponse() {
return response;
... | [
"18673298768@163.com"
] | 18673298768@163.com |
05c883b2a5456a24e484ad0dda10d178f730248f | 555c90b51f3214acc462f2599b8e80796ffa8360 | /lims/src/cn/nchu/lims/util/lang/StringUtil.java | 61657a34348685992cda42adc84ee8ec77e1b193 | [] | no_license | XIAAMAN/BackstageManageProject | 7ae9002135d94e85ed55273544c8ab183d0b679c | 5c27675fb54b60c8b76a8669fd40d74431afdbd8 | refs/heads/master | 2021-08-23T07:20:05.954828 | 2017-12-04T03:12:35 | 2017-12-04T03:12:35 | 112,989,515 | 1 | 0 | null | null | null | null | GB18030 | Java | false | false | 3,062 | java | package cn.nchu.lims.util.lang;
import java.util.regex.Pattern;
public class StringUtil {
/**
* 判读字符串是否为null 或为""
* @param title
* @return boolean
*/
public static boolean isNullOrEmpty(String str) {
return (str == null || str.trim().equals(""));
}
/**
* 判断是否符合邮箱格式
* @param str : String
* @retu... | [
"756585746@qq.com"
] | 756585746@qq.com |
535c70d33280c75f4f4ab1cda9fc25837d39d264 | ab5a8b9396189c7962088e7e1a5c7772801554f4 | /src/main/java/com/ldgx/eshop/service/IGoodsService.java | ebb7ffc2f5aebb9686e4bfd90ce11038dabe72fd | [] | no_license | fulq1234/eshop-back | 7bef64bcf0b73586e3136fae7471f49fe580f1d0 | b2aac4d783909a69eaf4cc19f1811e3c90e3daff | refs/heads/master | 2021-04-25T15:34:44.927504 | 2017-12-07T00:55:53 | 2017-12-07T00:55:53 | 109,658,870 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 198 | java | package com.ldgx.eshop.service;
import java.util.List;
import com.ldgx.eshop.entity.Goods;
public interface IGoodsService {
public List<Goods> query(String name,int limit) throws Exception;
}
| [
"543163041@qq.com"
] | 543163041@qq.com |
08efd6eb89931d17ad317d1a8775b4e2ec1bbba0 | eb84b0ce1957e11d9e9c911f5b3d01ebdd3be745 | /src/main/java/ai/hual/labrador/local/remote/ManageDictAccessor.java | e48c2fd2291572e12a62a82ac74f66fa64001779 | [] | no_license | zhengyul9/Dialog-Robot | 75b58fbf86cb3b2dc5e52082765854b067c3323b | 414593674521896427a099d17139efb67e1b1516 | refs/heads/master | 2022-11-21T15:24:40.030048 | 2020-08-23T19:45:57 | 2020-08-23T19:45:57 | 204,849,324 | 0 | 1 | null | 2022-11-16T08:34:10 | 2019-08-28T04:40:50 | Java | UTF-8 | Java | false | false | 1,154 | java | package ai.hual.labrador.local.remote;
import ai.hual.labrador.dialog.accessors.DictAccessor;
import ai.hual.labrador.nlu.DictModel;
import ai.hual.labrador.nlu.DictModelSerDeser;
import ai.hual.labrador.nlu.annotators.DictAnnotator;
import java.nio.charset.StandardCharsets;
import java.util.List;
import java.util.Pr... | [
"zhengyuli@ufl.edu"
] | zhengyuli@ufl.edu |
89d42460f154749ef75f9f96a6afb8ce29b09b5a | 86987be3eb14f46cd1b2b175b1e5c1a66f009157 | /app/src/main/java/com/example/retailnav/activity_map.java | b8975f6b3b210db4f3bd5706c54250b48142e9bd | [] | no_license | UmaAthikala/RetailNav | f3acddd3209e886a1caaf63e7d1430a782704dd4 | bf655d3958facc4d71c348d48c88062e554584d5 | refs/heads/master | 2022-09-07T22:09:07.654611 | 2020-05-30T21:44:48 | 2020-05-30T21:44:48 | 267,157,497 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,358 | java | package com.example.retailnav;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.drawable.GradientDrawable;
import android.os.Bundle;
import android.widget.Button;
import android.widget.Im... | [
"54384809+UmaAthikala@users.noreply.github.com"
] | 54384809+UmaAthikala@users.noreply.github.com |
9a99ed4d1c4dba85af5a0e9055a4febb2c1be0a7 | f28dce60491e33aefb5c2187871c1df784ccdb3a | /src/main/java/com/nostra13/universalimageloader/cache/disc/impl/ext/LruDiskCache.java | 0591c6928a29071d181ca267944d1cbb407fd2df | [
"Apache-2.0"
] | permissive | JackChan1999/boohee_v5.6 | 861a5cad79f2bfbd96d528d6a2aff84a39127c83 | 221f7ea237f491e2153039a42941a515493ba52c | refs/heads/master | 2021-06-11T23:32:55.977231 | 2017-02-14T18:07:04 | 2017-02-14T18:07:04 | 81,962,585 | 8 | 6 | null | null | null | null | UTF-8 | Java | false | false | 6,980 | java | package com.nostra13.universalimageloader.cache.disc.impl.ext;
import android.graphics.Bitmap;
import android.graphics.Bitmap.CompressFormat;
import com.nostra13.universalimageloader.cache.disc.DiskCache;
import com.nostra13.universalimageloader.cache.disc.impl.ext.DiskLruCache.Editor;
import com.nostra13.universalim... | [
"jackychan2040@gmail.com"
] | jackychan2040@gmail.com |
f0e22b4e8e9b743f39381f18ee85a9fb6a747000 | e2a75f497ea75646a9e602d893f00f06373b7ae8 | /src/enums/switch语句中的enum/TrafficLight.java | d196a0b91c07df5ecb799aed38c596d774ea3fcf | [] | no_license | Javaer-liuqianshun/ThinkInJava | 51f83b0141358d5e8862695d8f5ea5524dbc17da | 28389002147bdef2ef4fa2e0413194d6a4f38d1d | refs/heads/master | 2021-09-15T21:21:30.593510 | 2018-06-11T03:39:36 | 2018-06-11T03:39:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 848 | java | package enums.switch语句中的enum;
/**
* @ Author: liuqianshun
* @ Description:
*
* 书593案例
*
* @ Date: Created in 2018-02-05
* @ Modified:
**/
public class TrafficLight {
Signal color = Signal.RED;
public void change() {
switch (color) {
case RED:
color = Signal.GREEN;
... | [
"qianshunliu_1994@163.com"
] | qianshunliu_1994@163.com |
dbb747bc1fbcc0e8ef6a61b1e2c752873f16abfd | 105f439dc4f85834f2e23725d5d0a5396505891a | /src/main/java/com/redhat/gpte/training/springboot/AMQPConfiguration.java | ddfce6c87b5997f85a280f0897a385839b1a9fb8 | [
"Apache-2.0"
] | permissive | darachcawley/sboot-amq-enrich-persist | e2dc8d50f43eee78124db818898d2edfac37edee | c0990d6d89e530dc46aa54c960efce8b3535c189 | refs/heads/master | 2022-02-07T05:55:53.281809 | 2019-12-05T17:16:55 | 2019-12-05T17:16:55 | 226,141,547 | 0 | 0 | Apache-2.0 | 2022-01-21T23:34:52 | 2019-12-05T16:14:59 | Java | UTF-8 | Java | false | false | 1,275 | java | package com.redhat.gpte.training.springboot;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.Configuration;
/**
* Configuration parameters filled in from application.properties and overridden using env variables on Openshift.
*/
@Configuratio... | [
"darachcawley@gmail.com"
] | darachcawley@gmail.com |
8dfd4aa2664f2b419a126f2a86f9d83f9cdb1bc6 | 722d77df3558db90e12536f12a8dd4ed71466525 | /src/skyline/TEST.java | 9a923634df9d9da512bd039929e3d8359e863dc3 | [
"MIT"
] | permissive | kstrickey/skyline | d11ce4f5a97a0be5cf795ec832302a5e57472449 | 1b5e1b613f43d0e35b236334e3b8518e1a071149 | refs/heads/master | 2021-01-10T08:33:44.026677 | 2016-01-01T04:56:45 | 2016-01-01T04:56:45 | 48,869,835 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 613 | java | package skyline;
import java.util.ArrayList;
public class TEST {
public static void main(String[] args) {
// Building searsTower = new Building(10, 5);
//
// ArrayList<CivilianInBuilding> people = new ArrayList<CivilianInBuilding>();
//
// for (int i = 0; i < 150; i++) {
// CivilianInBuilding person = new... | [
"kstrickey@users.noreply.github.com"
] | kstrickey@users.noreply.github.com |
b0fcb8171f8fa1190612524d9996edb139065ddf | 36b8ba4952b5cdd365b5fc233dbdaaec74351d4e | /core-java/src/chapter3/src/DigitSequence.java | 0f58348d9c70dcf0ed9fceba59875ab098591604 | [] | no_license | yoojaeseon1/core-java | 494bd1ccd148ac57e21d4468aeeebbe677b7f0ab | 771d86fd1c004622e5a52e326b90715b0c0c5ce7 | refs/heads/master | 2021-07-08T06:34:16.062003 | 2020-07-11T12:10:22 | 2020-07-11T12:10:22 | 150,973,929 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 899 | java | package chapter3.src;
public class DigitSequence implements IntSequence{
private int number;
public DigitSequence(int n) {
number = n;
}
public boolean hasNext() {
return number != 0;
}
public int next() {
int result = number % 10;
number /= 10;
return result;
}
@Override
public double aver... | [
"yoojs3695@gmail.com"
] | yoojs3695@gmail.com |
38a7f398c62b380e2ee3399012893fad485bb408 | 5f783378eb66481617346c3ea9aa8df20c683b0a | /src/main/java/com/netsuite/suitetalk/proxy/v2018_1/lists/accounting/RevRecTemplate.java | d5a8704b281fe06d804f965efbe8225ea552bc78 | [] | no_license | djXplosivo/suitetalk-axis-proxy | b9bd506bcb43e4254439baf3a46c7ef688c7e57f | 0ffba614f117962f9de2867a0677ec8494a2605a | refs/heads/master | 2020-03-28T02:49:27.612364 | 2018-09-06T02:36:05 | 2018-09-06T02:36:05 | 147,599,598 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,151 | java | package com.netsuite.suitetalk.proxy.v2018_1.lists.accounting;
import com.netsuite.suitetalk.proxy.v2018_1.lists.accounting.types.RevRecScheduleAmortizationType;
import com.netsuite.suitetalk.proxy.v2018_1.lists.accounting.types.RevRecScheduleRecogIntervalSrc;
import com.netsuite.suitetalk.proxy.v2018_1.lists.accounti... | [
"ccolon@git.eandjmedia.com"
] | ccolon@git.eandjmedia.com |
6e468f4f316115c856e3a6b96473b214c475388a | f02d9bde0338a8f79c11257af50940e9f6acb3aa | /src/br/com/baldaccini/bkpsgbweb/manipularArquivos/IniciarBackupBancoDados.java | 226029b778cf8a5dc1b3ed577430f6e687b468d4 | [] | no_license | jhonerossini/DesktopSgbWeb2021 | 86d887aa0ed608e089f97112b636a55035e80db9 | 6f845b32f5bb000457ba0fae07a2afcc69f4f5ec | refs/heads/main | 2023-05-13T06:54:45.334709 | 2021-02-07T20:12:11 | 2021-02-07T20:12:11 | 336,878,284 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,190 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package br.com.baldaccini.bkpsgbweb.manipularArquivos;
import br.com.baldaccini.bkpsgbweb.log.GravarBackupBancoLog;
import br.com.baldaccini.bkpsgbweb.modelo.BackupBancoDados;
import br.com.baldaccini.bkpsgbweb.swing.Co... | [
"jhone.rossini@gmail.com"
] | jhone.rossini@gmail.com |
ab52aa245b19a7cc4bf791e2215448d9805c4992 | da9803e6ec270fc049fd4dd468805f8d00505e5a | /src/main/java/ua/pp/leon/taskweb/Main.java | 72863e97513ff5e7a25bb2a23ebbc8cdc0d7bbb0 | [] | no_license | hnleon/WebTask20160805 | d4f956e79ecd0f7956a4a98b363aedfaf1f48967 | b079bf64ee564dffd7df4e520376d2cd1b146066 | refs/heads/master | 2021-01-20T20:48:40.854236 | 2016-08-12T11:41:12 | 2016-08-12T11:41:12 | 65,546,878 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 420 | java | package ua.pp.leon.taskweb;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
/**
*
* @author Andrii Zalevskyi <azalevskyi@gmail.com>
*/
@SpringBootApplication
public class Main {
/**
* @param args the command line arguments
*/
... | [
"azalevskyi@gmail.com"
] | azalevskyi@gmail.com |
d83491f3340c8f1fd3cc6745960e9a590164b658 | 4c522388ff944f39d1c417a233727af1a636980d | /src/com/diamondsoftware/android/common/CommonMethods.java | e7741c0bd8d6838da80d214ad670de6898d3b84b | [] | no_license | samuelsmichael/MassageNearbyClient | aa4c437605eef77d10020e69b11b16faa6da5db4 | 29092996f9d46c5855ab9b4b6c55f4d5ff467e50 | refs/heads/master | 2021-01-01T20:00:50.528509 | 2014-12-28T23:59:07 | 2014-12-28T23:59:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,055 | java | package com.diamondsoftware.android.common;
import java.net.InetAddress;
import java.net.NetworkInterface;
import java.net.SocketException;
import java.util.Enumeration;
import java.util.List;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.net.wi... | [
"samuelsmichael222@gmail.com"
] | samuelsmichael222@gmail.com |
685dd888b62ba81856a05a2c69032fd8a2366b84 | 52edceb8b951918df6a2bffc0480ea5b6b2bae24 | /develop/src/main/java/com/greyu/ysj/mapper/ConfigurationMapper.java | 7df2badc7b0aa02caa4c961eb2ddddd6b17d28d3 | [] | no_license | github4n/EBuySellServer | 3332a965681477f7293a55f52fe93dd61d908ea8 | 4f641e28d197ea406f942ac2a41b8d8750979d6c | refs/heads/master | 2022-01-25T04:19:06.858153 | 2019-06-14T22:58:33 | 2019-06-14T22:58:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 139 | java | package com.greyu.ysj.mapper;
import com.greyu.ysj.entity.Configuration;
public interface ConfigurationMapper {
Configuration find();
}
| [
"laoking@live.com"
] | laoking@live.com |
fec6b30e60609d87bdc933d527da4b71f5b5ef80 | dfc9e7552307290a15ca4b61f9fc402d64860681 | /Comecando_com_java/Aula06/src/com/nil/cursojava/aula06/CurtoCircuito.java | 53b45fe4025683cb62be5609fab097ca01450dc2 | [] | no_license | AguiarVicente/Java-Basico | e3b79a1b84a6373cd7427bdcac67ccf8bfc33181 | caa98c141bf100bb16c45b7d75d7f8e5eb7f17c0 | refs/heads/main | 2023-02-15T14:51:28.368531 | 2021-01-05T00:16:08 | 2021-01-05T00:16:08 | 326,046,018 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 491 | java | package com.nil.cursojava.aula06;
public class CurtoCircuito {
public static void main(String[] args) {
boolean verdadeiro = true;
boolean falso = false;
boolean resultado1 = verdadeiro & falso;
boolean resultado2 = verdadeiro && falso;
boolean resultado3 = falso & verdadeiro;
boolean resultado4... | [
"nil@Aguiar.local"
] | nil@Aguiar.local |
0a17a1bf8c2e0d2f82a902e41ae647f124caf96b | e27942cce249f7d62b7dc8c9b86cd40391c1ddd4 | /modules/adwords_appengine/src/main/java/com/google/api/ads/adwords/jaxws/v201702/cm/CurrencyCodeErrorReason.java | 46c2ac5b6f535a27a51e40f10b40541e952069a4 | [
"Apache-2.0"
] | permissive | mo4ss/googleads-java-lib | b4b6178747d25d16ae6aa0c80d80ee18a2dfe01a | efaa9c3bd8a46a3ed4b00963dc9760c6dd8bd641 | refs/heads/master | 2022-12-05T00:30:56.740813 | 2022-11-16T10:47:15 | 2022-11-16T10:47:15 | 108,132,394 | 0 | 0 | Apache-2.0 | 2022-11-16T10:47:16 | 2017-10-24T13:41:43 | Java | UTF-8 | Java | false | false | 1,437 | java | // Copyright 2017 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law... | [
"jradcliff@users.noreply.github.com"
] | jradcliff@users.noreply.github.com |
ec765996bbc28f1af2de2ba025b0db9c5f2d8976 | d5f098de3be552d1c50060d612a0550365d06c05 | /leetcode/560_subarray_sum_equals_k.java | ce5cb086202b222cb010c819b7dc5ef9bfec7fbc | [] | no_license | yuzheng21/codecon | d5d843a09f6a7de354fc399b72d8121e5decd58a | 744899abd9907961589f5bba7b93d0cd85edc38d | refs/heads/master | 2021-06-03T03:44:33.736129 | 2020-05-25T08:51:57 | 2020-05-25T08:51:57 | 63,125,473 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,061 | java | class Solution {
// preSum + hashmap
// similar to range query + 2sum
public int subarraySum(int[] nums, int k) {
int ret = 0;
int sum = 0; // sum so far
Map<Integer, Integer> map = new HashMap<>(); // key is preSum, value is count
map.put(0, 1);
for (int i = 0; i < n... | [
"yuzheng@us.ibm.com"
] | yuzheng@us.ibm.com |
7ed077a091de3a33c247206ae997364a5b1b6e25 | 4e2954fb27c0814b5851cb6c22126bec307f85b1 | /requs-core/src/main/java/org/requs/facet/decor/Aggregate.java | 5ab796a12ddc1fd9d155d0024984ac1303d4ab4f | [
"BSD-2-Clause"
] | permissive | kikec/requs | 7954fa8e28e008edb918b4510146930af10c8bf2 | 39b0cd689ca094aeb9c75e298d56f64e24206d27 | refs/heads/master | 2021-01-18T02:09:07.247670 | 2014-05-02T19:10:17 | 2014-05-02T19:10:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,972 | java | /**
* Copyright (c) 2009-2014, requs.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met: 1) Redistributions of source code must retain the above
* copyright notice, this list of condition... | [
"yegor@tpc2.com"
] | yegor@tpc2.com |
839320399cd2f41e618ae69fbdba06f1098cb67d | d969c310acdb1dc2fc78175f6a070737f2b2d7d0 | /mvc-web-app/src/main/java/graded/unit/lostmypetwebapp/service/MessageService.java | 92ad26b8ecd382d22a8427f399917347536a2980 | [] | no_license | Pio-Trek/Lost-My-Pet | 2a95db71766b904fd6fc1eb8dadfa67c0df0a192 | fcf57b8030f59062553da0fbfae6d508cf63f6a3 | refs/heads/master | 2020-03-19T18:37:25.031823 | 2019-02-07T18:54:12 | 2019-02-07T18:54:12 | 136,817,407 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,574 | java | package graded.unit.lostmypetwebapp.service;
import graded.unit.lostmypetwebapp.dao.MessageConversationDao;
import graded.unit.lostmypetwebapp.model.messages.Conversation;
import graded.unit.lostmypetwebapp.model.messages.Message;
import graded.unit.lostmypetwebapp.model.users.User;
import org.springframework.http.Res... | [
"pprzechodzki@gmail.com"
] | pprzechodzki@gmail.com |
682eecf621295017738ce29402497981fc7e3129 | 8a79a1d2448685af76700a9f911f837db5adb2a0 | /fundamental/fundamental-datasource/src/main/java/platform/fundamental/datasource/DbcpFactoryBean.java | b17c7fd8877e75cf4a3700a5b4bf8897bdff55f2 | [] | no_license | WelkinLee/platform | b10cdb2f9a6c779ea929d727b57e5d8e5dbe6fe9 | 247ed5e397acf6bfd17eacf5e22850c36574ce40 | refs/heads/master | 2021-01-01T06:37:00.974751 | 2017-07-17T11:47:53 | 2017-07-17T11:47:53 | 93,838,592 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,675 | java | package platform.fundamental.datasource;
import org.whut.platform.fundamental.config.FundamentalConfigProvider;
import org.whut.platform.fundamental.logger.PlatformLogger;
import org.apache.commons.dbcp.BasicDataSource;
import org.springframework.beans.factory.DisposableBean;
import org.springframework.beans.factory.F... | [
"1919882478@qq.com"
] | 1919882478@qq.com |
ec8476a767817e6fb3d48c40794624826f1224b3 | 0e26280875c7d8e9fca0fb9bd46fbbd0f4224da1 | /Product/src/main/java/com/first/Product/ProductApplication.java | f34331abdf85b1c222e7b15d74f5b55908765a1f | [] | no_license | patilabhieet59/microservices | b73c8533b112d9ec33aaf5033af251e43eb510d2 | de29b236e8f308b58fa9e96283f197be5dd9e0c1 | refs/heads/master | 2020-07-02T21:02:40.978079 | 2019-08-18T05:39:07 | 2019-08-18T05:39:07 | 201,665,008 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 312 | java | package com.first.Product;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class ProductApplication {
public static void main(String[] args) {
SpringApplication.run(ProductApplication.class, args);
}
}
| [
"abhijeet@patil.com"
] | abhijeet@patil.com |
2a0dc9cda0659c35340a4c97bd5e91f1494b9710 | 52fee8533d560b9296cedd38c3d175523a5a5593 | /06.String Processing - Exercise/src/p09MatchFullName.java | e11cc98335aa5b8c147e745c50ddd6526f65ad37 | [] | no_license | rayailieva/JavaAdvanced | 7c3addeb6f5202d9c7bcd070c0e7eae146f96ecf | 2fe381da16c53420be96178ccf54e85856282b24 | refs/heads/master | 2020-03-14T06:52:52.480367 | 2018-06-10T10:51:12 | 2018-06-10T10:51:12 | 131,492,444 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 494 | java | import java.util.Scanner;
import java.util.regex.Pattern;
public class p09MatchFullName {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
String line = scanner.nextLine();
String regex = ("^[A-Z][a-z]{2,}[ ]{1}[A-Z][a-z]{2,}$");
while(!line.equ... | [
"rajcheto@gmail.com"
] | rajcheto@gmail.com |
a6a8dab52e45d826abd9f1e130de07269a17638a | 21354d0781a36199b4137dc6b5afe87687bdadf2 | /Restaurant/app/src/test/java/com/myproject/restaurant/ExampleUnitTest.java | b16125ffff7f0e240a5f0e79646d7a6a334f9cc9 | [] | no_license | jwang71/Small-Projects | 92d7c52cfc2082c68b2d184bae3f83c39a57052e | e4d296b137815bdef3901be26497148bb7b74c5e | refs/heads/master | 2021-09-09T13:53:14.909244 | 2018-03-16T18:34:49 | 2018-03-16T18:34:49 | 125,554,927 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 402 | java | package com.myproject.restaurant;
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 vo... | [
"jiaqiwang827@gmail.com"
] | jiaqiwang827@gmail.com |
2a90cff2a2f3dab8e79f0c621b064a778b5d76cd | 81e8618c37e3fbffc5aff9edc8263e8a198e085f | /src/core/modelDAO/DAO_HoaDonDatPhong.java | 0c6f4730dd26dac4e186275c976ed389fda96d26 | [] | no_license | zico109/Project | d363ff79b38b265e3c84941b120298b29788fdb9 | 6b1f1dea40aaff2120d5e37df43a9cac89d9afe9 | refs/heads/master | 2020-04-13T07:20:53.282983 | 2019-02-20T06:34:12 | 2019-02-20T06:34:12 | 163,048,904 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 222 | java | package core.modelDAO;
import core.dao.ObjectDAO;
import core.model.HoaDonDatPhong;
public class DAO_HoaDonDatPhong extends ObjectDAO<HoaDonDatPhong> {
public DAO_HoaDonDatPhong(){
this.table = "HoaDonDatPhong";
}
}
| [
"nhatbinh0207@gmail.com"
] | nhatbinh0207@gmail.com |
861374386f1dadec85c38e409e23587f8622657d | 8075b286e017bca065996260722f1e27e1cf6a29 | /java/src/main/java/com/overload/util/benchmarking/BenchmarkTask.java | 511500f91ae0d214174b169fbb00c3c49c8ddeec | [
"MIT"
] | permissive | eduardorabelo/game_machine | 68ff6b0bb595623dd229784549449abaf34a7e69 | ebdabc2ded724284bf5a139c4753216c2285723d | refs/heads/master | 2021-01-18T18:35:30.277537 | 2013-09-05T08:57:05 | 2013-09-05T08:57:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 580 | java | package com.overload.util.benchmarking;
/**
* @author Odell
*/
public interface BenchmarkTask {
/**
* Returns how many calls to the function are to be made to benchmark this task.
* @return how many calls to the function are to be made to benchmark this task.
*/
public int getIterationCount();
/*... | [
"chris@ochsnet.com"
] | chris@ochsnet.com |
6708eb1b04c5088fd0f05fb16c8619f660890e23 | 75bfefe1118631115f6887ef15d86312d45b9478 | /src/main/java/com/example/microservices/currencyconversionservice/CurrencyConversionBean.java | 2a8e8e6e55489ab7fd16c2ab38db4bedf309d180 | [] | no_license | Joselon1999/currency-conversion-service | ddd86b766ef147465770b5afca1baf6bbf848859 | 2c6f90a755173f26b43c75a56bbecc9219420d49 | refs/heads/master | 2020-04-01T03:13:29.240150 | 2018-10-15T04:00:20 | 2018-10-15T04:00:20 | 152,814,364 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,915 | java | package com.example.microservices.currencyconversionservice;
import java.math.BigDecimal;
public class CurrencyConversionBean {
private Long id;
private String from;
private String to;
private BigDecimal conversionMultiple;
private BigDecimal quantity;
private BigDecimal totalCalculatedAmount;... | [
"joselon1999@hotmail.com"
] | joselon1999@hotmail.com |
9edc16951249f5c7fb70a0935a91d7dde6d78644 | 9890270021cb87ccdedc332de2d1589c9d573b08 | /netflix/netflix/memreader/SubSamplingAndSetDivision.java | 7d2575cccb87f7eaf989f01f11be2d61f916effc | [] | no_license | musi/GitHubRecommender | fb34c4da9c0f380cd7ba0779bcdc845a12440f7b | 8446b99269f312a63eb2c7855a034885a938547d | refs/heads/master | 2021-01-19T10:59:28.195568 | 2013-09-06T11:23:33 | 2013-09-06T11:23:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 26,400 | java | package netflix.memreader;
//delete this and may u have to write efficient code for 80% train and 20% test set
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileWriter;
import java.io.IOException;
import java.util.Random;
import java.util.Scanner;
import ce... | [
"eng.musi@gmail.com"
] | eng.musi@gmail.com |
5332253248a4c340b6f28f88195e1a801586a26d | 7b9cde4d4d1dbadbe4cd9eb2b1ab87b33e8f9b67 | /minebuilders/clearlag/commands/CheckCmd.java | 59e2f13c20fbfef81e59c40f5ff00d04e972b6fb | [] | no_license | fxusers/LaggClear | 4ff5ccd0fcf45efb41550c6c3e2cffa328987fad | 2d207411455001113e6639bc7da2b9c2dca50839 | refs/heads/master | 2020-03-09T19:12:06.548320 | 2018-04-10T15:11:49 | 2018-04-10T15:11:49 | 128,951,945 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,070 | java | package me.minebuilders.clearlag.commands;
import java.util.Iterator;
import me.minebuilders.clearlag.Config;
import me.minebuilders.clearlag.Modules;
import me.minebuilders.clearlag.Util;
import me.minebuilders.clearlag.modules.CommandModule;
import me.minebuilders.clearlag.modules.ReloadableModule;
import or... | [
"noreply@github.com"
] | fxusers.noreply@github.com |
72b29f455d0816a44e1b72c14e7de7820316f131 | 231a828518021345de448c47c31f3b4c11333d0e | /src/pdf/bouncycastle/asn1/cms/Time.java | f99110d3068469e3a46caf324c1e1cc778f50b4e | [] | no_license | Dynamit88/PDFBox-Java | f39b96b25f85271efbb3a9135cf6a15591dec678 | 480a576bc97fc52299e1e869bb80a1aeade67502 | refs/heads/master | 2020-05-24T14:58:29.287880 | 2019-05-18T04:25:21 | 2019-05-18T04:25:21 | 187,312,933 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,719 | java | package pdf.bouncycastle.asn1.cms;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Locale;
import java.util.SimpleTimeZone;
import pdf.bouncycastle.asn1.ASN1Choice;
import pdf.bouncycastle.asn1.ASN1GeneralizedTime;
import pdf.bouncycastle.asn1.ASN1Object;
im... | [
"vtuse@mail.ru"
] | vtuse@mail.ru |
10c488c39cc36c0c717039d6628db249841d96fd | abfc267d7522bc4b67a7ebacd01c5c6d49318904 | /src/test/java/TestVote.java | 9c529af616e58e46a72133efc8233276a6b94bb2 | [] | no_license | lyd123qw2008/VoteSystemOnline-Maven-Webapp | c2b3bb849ee8d98e92909d92d1003e9a3ec00cbd | 61e20c2d6a8e34fcba310fdc290045a246efad5d | refs/heads/master | 2020-12-30T11:39:09.986255 | 2017-05-24T17:14:51 | 2017-05-24T17:14:51 | 91,577,985 | 0 | 0 | null | 2017-05-24T09:10:23 | 2017-05-17T13:11:51 | JavaScript | UTF-8 | Java | false | false | 1,468 | java | import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
import com.gdpu.dao.Vo... | [
"326643467@qq.com"
] | 326643467@qq.com |
47ffba1e32e935167302a32afc77873a791a2b1b | 22707dcc079b60f0f2f72493d002488cbd46c216 | /MyApplication/app/src/main/java/com/example/wasabi/toolbarhomework/MainActivity.java | 37342d60948029c0c7a49249c17ead5318515e4b | [] | no_license | WasabiMayo/toolbars-and-menus-hw | 9876644903ff47a58314b6e8997b34d72f8d9167 | a20ffbe2edcc1735c7969c4f66fb5d2b0df138e3 | refs/heads/master | 2020-12-25T01:37:33.972408 | 2016-02-22T14:03:54 | 2016-02-22T14:03:54 | 52,180,111 | 0 | 0 | null | 2016-02-20T23:05:32 | 2016-02-20T23:05:32 | null | UTF-8 | Java | false | false | 7,351 | java | package com.example.wasabi.toolbarhomework;
import android.content.Intent;
import android.media.MediaPlayer;
import android.os.Handler;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.Toolbar;
import android.view.Menu;
import android.view.MenuInflater;
import... | [
"hyewon910119@gmail.com"
] | hyewon910119@gmail.com |
7b75cfade630e9029689641e5f3c9827f9598b9e | c41750c718bf1329d525c7ff39770c9ce5c1ebc3 | /이펙티브 자바/effectiveJava/src/test/java/Chap12_Serialization/item89/readresolve/PeriodTest.java | ef2fd45f0809caa7af6785fb6514b0bca64a5149 | [] | no_license | Java-Bom/ReadingRecord | 45a2649b96a4180063b6d398e9db24ae80664ffa | 004f9967c1502115b00cf23f60cf0d5a7fd9b2d2 | refs/heads/master | 2022-07-07T16:10:59.206131 | 2022-06-18T03:40:43 | 2022-06-18T03:40:57 | 214,052,494 | 472 | 47 | null | 2022-05-25T02:36:10 | 2019-10-10T00:44:15 | Java | UTF-8 | Java | false | false | 1,568 | java | package Chap12_Serialization.item89.readresolve;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.util.Bas... | [
"pci2676@gmail.com"
] | pci2676@gmail.com |
5df58367cd66f68ec5e434574a4305bae5263ad0 | e5204e3696f2f90553a563e50a40dcff659f2090 | /FB/673. Number of Longest Increasing Subsequence.java | 85e7c3094f2ccbe189287dc9aa05f3721d490854 | [] | no_license | HaoSungogogo/Leetcode | d563f74c656d07aa90ccbf6198af8933124bd6c5 | 855760793e9dc814e8c65d0b7a37148af1a6a9c5 | refs/heads/master | 2021-01-02T08:35:00.253823 | 2019-01-05T21:49:04 | 2019-01-05T21:49:04 | 98,950,629 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,089 | java | class Solution {
public int findNumberOfLIS(int[] nums) {
if (nums == null || nums.length == 0) {
return 0;
}
int[] dp = new int[nums.length];
int[] count = new int[nums.length];
int max = 0;
int counter = 0;
for (int i = 0; i < nums.length; i++) {... | [
"haosun2017@u.northwestern.edu"
] | haosun2017@u.northwestern.edu |
9750a147de537b83256163f4081f0a5f52134ddc | c8e4ee52536ae256db661c920a8d8d295f6cf4b7 | /freeSchool/src/main/java/bf/gov/data/InscriptionPK.java | 3b6ae71ea9d86e4e6e8aa41fcb6b3b4ff89f625a | [] | no_license | yigalpenBado/free_school | 9dda4ba2c1df34081f4eff7c3ff446fb6d472bb6 | 67a64ee9f29189b8fd4b706987ce2539a9d3a814 | refs/heads/master | 2021-05-13T22:19:55.949435 | 2018-01-09T07:42:39 | 2018-01-09T07:42:39 | 116,485,542 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,937 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package bf.gov.data;
import java.io.Serializable;
import javax.persistence.Basic;
import javax.persistence.Column;
import ja... | [
"peter@DESKTOP-JOQE2F4"
] | peter@DESKTOP-JOQE2F4 |
424e59924f0a3494b363df1f253432320c546b40 | 91f5be7778918bd2154edc532b38a969d4682775 | /Boxes/src/com/formatic/boxes/widgets/events/CharSelectorListener.java | db78e99acb847926daf64f93518ccf11a50436f8 | [] | no_license | antoniovazquezaraujo/boxes | 3199aacf9374559dcf85d816dda3f6746444f21a | 9e9164101546e730bbe730eeb48c6db2485ec341 | refs/heads/master | 2021-01-13T09:50:26.269839 | 2014-06-26T16:40:54 | 2014-06-26T16:40:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,013 | java | /*
BOXES
A minimalist color box framework
Copyright (C) 2014 Antonio Vazquez Araujo
(antoniovazquezaraujo[at]gmail[dot]com)
This file is part of Boxes.
Boxes is free software: you can redistribute it and/or modify
it under the terms of... | [
"antoniovazquezaraujo@gmail.com"
] | antoniovazquezaraujo@gmail.com |
304118522f647919a85b397af1af31d2aedd1a09 | 3559ed7b0aa73726aafe78a46a2dfbf69a7575b1 | /src/com/javarush/task/task10/task1001/Solution.java | 31b6aaf605108845020e599ae6981c574390266d | [] | no_license | parotkok/1.JavaSyntax | 4831195c555d3a542b8ffd92c1622b6cc5fcb42c | 49f76a462595bc4510c486e4682772ce327d28f4 | refs/heads/master | 2021-01-03T02:57:29.747853 | 2020-04-14T20:12:25 | 2020-04-14T20:12:25 | 239,892,266 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,616 | java | package com.javarush.task.task10.task1001;
/*
Задача №1 на преобразование целых типов
*/
/*
Расставьте правильно операторы приведения типа, чтобы получился ответ: d > 0
int a = 0;
int b = (byte) a + 46;
byte c = (byte) (a*b);
double f = (char) 1234.15;
long d = (short) (a + f / c + b);
Требования:
Программа должна выв... | [
"kokos_d@tut.by"
] | kokos_d@tut.by |
590b744eafcd4c77a095a82a7febae97eb642507 | 44404942a6da545933a18140ec4b9b368ad459b8 | /com.eclipserunner.plugin/src/com/eclipserunner/utils/SelectionUtils.java | 9da152e7e7c748364aee4840fac6dd639f9b64d7 | [
"MIT"
] | permissive | zaunerc/eclipserunnerplugin | 5c4abfe8c4962b93352425258a55c8fd7037caf2 | 3faead560cae5daf89926b1e03ec18c79cf17a6b | refs/heads/master | 2021-07-06T04:41:54.602606 | 2021-05-13T17:46:14 | 2021-05-13T17:46:14 | 61,304,232 | 5 | 2 | null | 2020-06-02T13:50:34 | 2016-06-16T15:18:01 | Java | UTF-8 | Java | false | false | 2,210 | java | package com.eclipserunner.utils;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Iterator;
import java.util.List;
import org.eclipse.jface.viewers.ISelection;
import org.eclipse.jface.viewers.IStructuredSelection;
/**
* Utility methods related to object selection.
*
* @author vachacz
... | [
"christoph.zauner@NLLK.net"
] | christoph.zauner@NLLK.net |
9f0281bc9f8d24e30e00b32f13e30755084f8fd1 | cec1602d23034a8f6372c019e5770773f893a5f0 | /sources/org/litepal/crud/model/AssociationsInfo.java | 18cb457ab4423c9822aa30f8e561ed36083c2466 | [] | no_license | sengeiou/zeroner_app | 77fc7daa04c652a5cacaa0cb161edd338bfe2b52 | e95ae1d7cfbab5ca1606ec9913416dadf7d29250 | refs/heads/master | 2022-03-31T06:55:26.896963 | 2020-01-24T09:20:37 | 2020-01-24T09:20:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,486 | java | package org.litepal.crud.model;
import java.lang.reflect.Field;
public class AssociationsInfo {
private Field associateOtherModelFromSelf;
private Field associateSelfFromOtherModel;
private String associatedClassName;
private int associationType;
private String classHoldsForeignKey;
private St... | [
"johan@sellstrom.me"
] | johan@sellstrom.me |
3a68a4e2ce494d570cc1246db7b405e39219b89e | b20e9dd3d3e0c7ef9ee278c532b74b18ded3369b | /src/main/java/com/tydic/udbh/entity/sms/MessageInfo.java | b11c55e5c6f2ca208720d328b6abe4347c7d0e2a | [] | no_license | xiefeife/udbh | 308e190b5c2d13f448e3d36ee5922c7a35113072 | 664f6504ff6cfe2e4b995cb7c9c9cc7ddab208f9 | refs/heads/main | 2023-04-01T20:16:12.951430 | 2021-04-11T11:38:50 | 2021-04-11T11:38:50 | 356,836,067 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 695 | java | package com.tydic.udbh.entity.sms;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.io.Serializable;
/**
* 短信信息
*
* @author Cloud(郭云峰)
* @date 2021/2/2 11:14
*/
@Data
@Builder
@AllArgsConstructor
@NoArgsConstructor
public class MessageInfo... | [
"fly15831265735@163.com"
] | fly15831265735@163.com |
8b823dfc878e69b041e5ceb15e20e04b8e367f84 | 3d3cdcec463ddeb3595d280951ffb741e21fa1bf | /Custom EndPoint/demo/src/main/java/com/example/service/UserService.java | 11f648076c8aefffaa7ec5855b21c5768a7f4643 | [] | no_license | 99246255/SpringBoot-Learning | ff46ca02236f6294c1bab76652a56515d9116e58 | 79102c1ae1d36ea92b83fdee16fb5d6b424be757 | refs/heads/master | 2020-03-17T05:59:48.216203 | 2018-07-02T03:09:44 | 2018-07-02T03:09:44 | 133,336,892 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 722 | java | package com.example.service;
import com.example.entity.User;
import com.example.repository.UserRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.PageRequest;
import org.springframework.stereotype.Service;
impo... | [
"99246255@qq.com"
] | 99246255@qq.com |
d4d029a1e5a9d5a19e968565a400c0e71c952e05 | 63e1d85ab538fb41c0c6117f68a453acef01316c | /src/main/java/br/com/marcospcruz/controleestoque/view/PrincipalGUI.java | 0221af0d39bac9efb52b2e3b7aacf67e1c75a252 | [] | no_license | marcospcruz/controleestoque | 8a7e229d3f3b8badd8cce46f465d0ccebc2d20a4 | 03b021e2b8f4826e1ed2c695944a44b379d1d2d1 | refs/heads/master | 2021-01-10T07:53:37.657732 | 2016-03-27T15:52:16 | 2016-03-27T15:52:16 | 54,750,242 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,868 | java | package br.com.marcospcruz.controleestoque.view;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.FlowLayout;
import java.awt.GridLayout;
import java.awt.Rectangle;
import java.awt.Toolkit;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import ja... | [
"marcpcruz@gmail.com"
] | marcpcruz@gmail.com |
bcc832b1f9838e21675b825024a584d168bbd8af | 5e50e7773858af321004cbe26a91647392d0e492 | /app/src/main/java/gevorgyan/vahan/newsfeed/ui/fragment/SavedArticlesFragment.java | db97e16077878a5c887c59ed246234201a401fa8 | [] | no_license | vahan8/Watcher | 1f4b359519d28551278ed842b627ffa1908e7682 | 9238c0d2f6f0f246b04ecc27fbbbdeea078ca437 | refs/heads/master | 2020-04-17T07:22:38.426379 | 2018-11-28T05:15:36 | 2018-11-28T05:15:36 | 159,072,623 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,717 | java | package gevorgyan.vahan.newsfeed.ui.fragment;
import android.app.ActivityOptions;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.MenuItem;
import android.view.View;
import android.view.ViewGrou... | [
"vahangev8@gmail.com"
] | vahangev8@gmail.com |
63ac117ba8d520edd0dcc67b2e07a96d4f7e5975 | 9a940b5caeb501efb911992d35761091487c41db | /soar-consumer/src/main/java/heelenyc/soar/consumer/remote/tcp/coder/TcpResponseDecoder.java | d6739ec31a5f770f5f1e772704c50bea3482a1d3 | [] | no_license | heelenyc/soar | 00770d152c85979ab7684c6d98040e0224ddfca2 | cc2a19a0be587cd7e5937d81569ece8b7c3e4130 | refs/heads/master | 2023-03-04T19:34:23.782224 | 2023-02-27T01:23:11 | 2023-02-27T01:23:11 | 20,716,199 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,393 | java | package heelenyc.soar.consumer.remote.tcp.coder;
import heelenyc.soar.core.api.bean.ProtocolToken;
import heelenyc.soar.core.api.bean.ResponseBytePacket;
import io.netty.buffer.ByteBuf;
import io.netty.channel.ChannelHandlerContext;
import io.netty.handler.codec.ReplayingDecoder;
import java.util.List;
/**
* @autho... | [
"heelenyc@gmail.com"
] | heelenyc@gmail.com |
e432452005397fcafd335442d5c5f774c4cae3e0 | d9f40b2fb973b40d18b9f85fe53850a2138b4cfd | /miniMusic/src/MinMinMusicApp.java | 92fc2411b005dab3c8e44ce05eba3cfbd1e50dfb | [] | no_license | pengyu-wang/miniMusic | cfce4e6eace9ff3850a7998ea8500553e9c479a9 | 6c756ada4faec60c8bd3b7d6b3a899c1f3c2bea5 | refs/heads/master | 2022-11-13T07:58:05.383757 | 2020-07-01T04:47:56 | 2020-07-01T04:47:56 | 276,203,044 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 949 | java | import javax.sound.midi.*;
public class MinMinMusicApp {
public static void main(String[] args){
MinMinMusicApp mini = new MinMinMusicApp();
mini.play();
}
public void play(){
try{
Sequencer player = MidiSystem.getSequencer();
player.open();
Seq... | [
"noreply@github.com"
] | pengyu-wang.noreply@github.com |
a5ddf84aa614966f72cef2929f602790f436581b | a16446b6bc90ae71cc8ba1c7dff87a61d29fc155 | /src/main/java/com/github/yukon39/bsl/debugserver/debugee/debugBaseData/BSLModuleIdInternalStr.java | e9253e99e4b8db66375f13e16f5e167dcc22876d | [
"MIT"
] | permissive | khorevaa/bsl-debug-server | df222e7db44cf21a16f2c13d5614007a02a8548d | 1123ea35782c353c08055049849631d92101347f | refs/heads/master | 2022-11-24T00:06:01.710839 | 2020-07-25T17:42:42 | 2020-07-25T17:42:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 132 | java | package com.github.yukon39.bsl.debugserver.debugee.debugBaseData;
public class BSLModuleIdInternalStr {
public char[] value;
}
| [
"yukon39@gmail.com"
] | yukon39@gmail.com |
3b80c097117e51dc96ca7c9c03bffc43b2db946b | d9e0f846d42517dd4e21cb7c91e48e73f360483a | /Progtech-design-patterns/builder/PizzaBuilder.java | 42c90b3b988af628e2ab3a48e85cd5bb001a00b7 | [] | no_license | Kuran-Bertalan/Programming-technologies | 728392756f631121e67475b0d66df38dedbf6870 | 2cec46a1dcf06a7f64fe1e8129968fc457b622d4 | refs/heads/main | 2023-06-02T10:50:46.738639 | 2021-06-30T22:40:45 | 2021-06-30T22:40:45 | 381,848,971 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 655 | java | package builder;
import java.util.ArrayList;
import java.util.List;
public abstract class PizzaBuilder {
String name;
List<String> toppings = new ArrayList<String>();
public abstract PizzaBuilder addCheese();
public abstract PizzaBuilder addSauce();
public abstract PizzaBuilder addTomatoes();
public abstract ... | [
"kberci99@hotmail.hu"
] | kberci99@hotmail.hu |
38c169116ad9eb6efccc28a5a152ce5185eaff56 | e6da5c0241a7c890c9faba8f868538eedcdcca14 | /ElectroCom/src/main/java/com/is/ElectroCom/controllers/HomeController.java | 03d9c7b806b3178a101e33afdab40dddecea23f9 | [] | no_license | LorandHalasz/ElectroCom | a7cc21b1506dd7ad9a8294d134288f83d5187172 | 3305b05054f4084cf2d463f521815b15afcb0668 | refs/heads/master | 2021-10-24T11:14:35.791842 | 2019-03-25T13:21:47 | 2019-03-25T13:21:47 | 176,928,733 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,378 | java | package com.is.ElectroCom.controllers;
import com.is.ElectroCom.services.InterfaceUserService;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
// clasa H... | [
"lorandd97@gmail.com"
] | lorandd97@gmail.com |
3e5c165d19df5d7eb5c752f3228b173f76ef2758 | 2474f0681788ef6005cf682e837dad9950d8791a | /downloadmanagerlib/src/main/java/git/dzc/downloadmanagerlib/download/DownloadManager.java | fd679e022c2bd40f77ee96e6dedcecd6f8204c4a | [] | no_license | nongliangbo/DownloadManager | e54eeb32d89385f633370d138e6ba8b9c6bcb715 | 0c314000c0eba557c03c74cae4026ec221d3be03 | refs/heads/master | 2021-01-22T06:48:54.177666 | 2016-02-10T06:51:41 | 2016-02-10T06:51:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,579 | java | package git.dzc.downloadmanagerlib.download;
import android.content.Context;
import android.util.Log;
import okhttp3.OkHttpClient;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.concurrent.Executor;
import java.util.concurrent.ExecutorService;
impo... | [
"dzc_ze@foxmail.com"
] | dzc_ze@foxmail.com |
90a7d7b381b5566601dac36a290dc0333e488e81 | 97d3d7f2bac36415d1cbc00b29a921e748ad7b03 | /APP/Fairy_Commie/app/src/main/java/com/example/hoyoung/fairy_commie/MainActivity.java | f4b2adc0bc13411114304e47bc327a7c6dfd72d7 | [] | no_license | Jdud913/CDP_02 | 983e79e1d50c52be839851e869e2ca8d28c76b17 | 681e899c0c939dff3a65b87cfa7a551e69a3cf41 | refs/heads/master | 2021-01-21T04:32:40.589271 | 2016-07-12T07:46:20 | 2016-07-12T07:46:20 | 53,565,059 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 497 | java | package com.example.hoyoung.fairy_commie;
import android.os.Bundle;
import com.nhn.android.maps.NMapActivity;
import com.nhn.android.maps.NMapView;
public class MainActivity extends NMapActivity implements NMapView.OnMapStateChangeListener, NMapView.OnMapViewTouchEventListener{
public static final String API_K... | [
"janghy913@naver.com"
] | janghy913@naver.com |
55294e8fbc23f71b4d72b4ce386e7d5feb584b33 | de6476190412c92d545e8b6da22b30c69bb0326b | /app/src/main/java/id/web/owob/loginform/data/LoginRepository.java | 066e97fcd5f186b97c700d6f4ffd21f80cae6dd0 | [] | no_license | parcox/LoginForm | fec4e8b8b4966ac4ac3cacef4180cb18b735d8d0 | cbe9dca44122d55dffcd4f409657f350a3dfff06 | refs/heads/master | 2022-09-08T18:10:53.616340 | 2020-06-02T00:11:36 | 2020-06-02T00:11:36 | 268,660,588 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,713 | java | package id.web.owob.loginform.data;
import id.web.owob.loginform.data.model.LoggedInUser;
/**
* Class that requests authentication and user information from the remote data source and
* maintains an in-memory cache of login status and user credentials information.
*/
public class LoginRepository {
private sta... | [
"parcoxs@gmail.com"
] | parcoxs@gmail.com |
7e294fbfe06f8c573eba883ae0951a7b37f9d032 | 4aa90348abcb2119011728dc067afd501f275374 | /app/src/main/java/com/tencent/mm/plugin/appbrand/jsapi/audio/JsApiOperateAudio$OperateAudioTask.java | df804f5397bc0b7c84bba4123adbd954d9dd01a6 | [] | no_license | jambestwick/HackWechat | 0d4ceb2d79ccddb45004ca667e9a6a984a80f0f6 | 6a34899c8bfd50d19e5a5ec36a58218598172a6b | refs/heads/master | 2022-01-27T12:48:43.446804 | 2021-12-29T10:36:30 | 2021-12-29T10:36:30 | 249,366,791 | 0 | 0 | null | 2020-03-23T07:48:32 | 2020-03-23T07:48:32 | null | UTF-8 | Java | false | false | 6,768 | java | package com.tencent.mm.plugin.appbrand.jsapi.audio;
import android.os.Parcel;
import android.os.Parcelable.Creator;
import com.tencent.mm.ac.a;
import com.tencent.mm.ac.b;
import com.tencent.mm.g.a.s;
import com.tencent.mm.plugin.appbrand.ipc.MainProcessTask;
import com.tencent.mm.plugin.appbrand.j;
import com.tencent... | [
"malin.myemail@163.com"
] | malin.myemail@163.com |
68c9f98774f07aaec7cc64e0d7db8f40aecfc117 | f0d64469db210ae08b7a2786c9818bc5ed1ea307 | /FinalyearProject.editor/src/finalYearName/presentation/FinalYearNameModelWizard.java | 793d6d687062cea12a3595f5aeff2752be44b0bb | [] | no_license | Skoutellas69/finalYearProject | 9d96812ce9021906befceea3f545c32f6195bcf7 | ba8329e064762e25c155279f27c13142e1498d69 | refs/heads/master | 2016-08-12T12:26:58.479255 | 2016-04-22T17:57:16 | 2016-04-22T17:57:16 | 55,364,992 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,389 | java | /**
*/
package finalYearName.presentation;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.MissingResourceException;
import java.util.StringTokenizer;
... | [
"a.skoutellas@gmail.com"
] | a.skoutellas@gmail.com |
00dfce611d3e98ba8db0b4d6e4a53c975c589388 | 9febdc3e7b80db015d4c387eb2a1f91b393a2501 | /app/src/main/java/com/alexzh/nestedtoolbartutorial/DetailFragment.java | 281571f4a9ecfe7edf0b93cd3d87135b264f02d9 | [] | no_license | AlexZhukovich/NestedToolbarTutorial | d4ed6abe6e98a98200b836660eb45dbdc9f217e8 | 059188af2948e59026ef99c2ab6452555ee4f033 | refs/heads/master | 2021-01-15T19:27:59.916777 | 2015-08-16T07:22:40 | 2015-08-16T07:22:40 | 40,800,085 | 36 | 7 | null | null | null | null | UTF-8 | Java | false | false | 1,031 | java | package com.alexzh.nestedtoolbartutorial;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
public class DetailFragment extends Fragm... | [
"zhukovich.a@gmail.com"
] | zhukovich.a@gmail.com |
1d1966c4c375d19197d5829d220f379cc538ff40 | 49f110e3c4c8e35599b1b536b86cc50644dd88a7 | /core/target/generated-sources/java/com/capitalone/dashboard/model/QJobCollectorItem.java | 05fd96ec87bb1ae33b4af2d38182162b41f7108e | [
"Apache-2.0"
] | permissive | nag10/reposiatary | c40032f266d7887a437fcf7c7bc3a98df37121ad | 7f8793dbe64bb3bcc90e316dea61971619550bfb | refs/heads/master | 2021-01-02T08:22:39.019348 | 2017-08-18T07:50:44 | 2017-08-18T07:50:44 | 98,995,629 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,720 | java | package com.capitalone.dashboard.model;
import static com.mysema.query.types.PathMetadataFactory.*;
import com.mysema.query.types.path.*;
import com.mysema.query.types.PathMetadata;
import javax.annotation.Generated;
import com.mysema.query.types.Path;
import com.mysema.query.types.path.PathInits;
/**
* QJobColle... | [
"root@instance-1.c.southern-flash-175206.internal"
] | root@instance-1.c.southern-flash-175206.internal |
1a36b5f5a08dfbeb041b5a3baae759acedbb117e | fc7042b34d0e7a41c83359d80b4eb9965e9f5e21 | /library/wisdomsdk/src/cn/com/incito/wisdom/sdk/image/loader/assist/LRUMemoryCacheBitmapCache.java | 20eb435130c4c8f1455e98b17114b75ba2f96301 | [] | no_license | junetigerlee/gradle-android-demo | c6b11d1cafced0c5850b105f90a72ea7ae8a517f | acc8920f5fc1bab2b4087990070a1d0970a4c0d2 | refs/heads/master | 2021-01-22T07:38:53.401555 | 2014-11-03T08:27:07 | 2014-11-03T08:27:07 | 25,800,520 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 431 | java | package cn.com.incito.wisdom.sdk.image.loader.assist;
import android.graphics.Bitmap;
import cn.com.incito.wisdom.sdk.cache.mem.model.LRUMemoryCache;
public class LRUMemoryCacheBitmapCache extends LRUMemoryCache<String, Bitmap> {
public LRUMemoryCacheBitmapCache(int sizeLimit) {
super(sizeLimit);
}
... | [
"lizhan@incito.com.cn"
] | lizhan@incito.com.cn |
c140470d6e401ca61bd161ffc9deeb12ddd17646 | 2c66aceb457cd9fd11da18aac727886b30787599 | /src/main/java/moe/clienthax/pixelmonbridge/api/pixelmon/EVStore.java | e54cff831d8e6ec45a6ae46dd127e8b4ef568798 | [] | no_license | AwesomeJustin1/PixelmonBridge2 | 9050acf7458958137aa5bddb5ee4b8ed633e8025 | aad95195d8fda2b47b86adc8812eeaa0d0ea6a6c | refs/heads/master | 2020-03-23T08:16:01.779380 | 2018-07-17T16:44:25 | 2018-07-17T16:44:25 | 141,317,307 | 0 | 1 | null | 2018-07-17T16:42:01 | 2018-07-17T16:42:01 | null | UTF-8 | Java | false | false | 819 | java | package moe.clienthax.pixelmonbridge.api.pixelmon;
import com.pixelmonmod.pixelmon.entities.pixelmon.stats.EVsStore;
import moe.clienthax.pixelmonbridge.api.catalog.stattype.StatType;
/**
* Created by Justin
*/
public interface EVStore extends Cloneable {
void randomizeMaxEVs();
void fill(int... evs);
... | [
"justintschreiber@gmail.com"
] | justintschreiber@gmail.com |
6c6df4682a6b087f97fb9827182aa7c3078436f6 | 2791eb30be2bd1be30b2621bc87c67038db2eaa7 | /src/main/java/com/ail/narad/web/rest/MessagesendersResource.java | 355036ccaa619999ce84bd0c24108a53079bae89 | [] | no_license | amanjaiswal92/MessageService | 5bc51f95a25550feaada79b4b909b042179a9780 | 5d0407683b621810d20797a0fe7f2f45caa9f660 | refs/heads/master | 2020-01-23T21:56:57.892109 | 2016-11-28T10:45:38 | 2016-11-28T10:45:38 | 74,727,230 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,753 | java | package com.ail.narad.web.rest;
import com.codahale.metrics.annotation.Timed;
import com.ail.narad.domain.Messagesenders;
import com.ail.narad.repository.MessagesendersRepository;
import com.ail.narad.repository.search.MessagesendersSearchRepository;
import com.ail.narad.web.rest.util.HeaderUtil;
import com.ail.narad.... | [
"aman.jaiswal@arvindinternet.com"
] | aman.jaiswal@arvindinternet.com |
e37de2bd3495ff1e453d533edf4d0569475124fa | 19ce8c033a9cdd5de6655f1a539341b114115c79 | /koozi.web/src/be/koozi/sms/SMSService.java | 87fb3acab330d270e4953db22f3ec582a6c960c5 | [] | no_license | liseryang/koozi | 3f5ba3612e0082e53ef9bf7bbaae3d4e14a2754e | 31c6e5828cd78e0097b17ede6e113f4d9d979245 | refs/heads/master | 2021-01-13T01:30:31.203680 | 2011-01-17T21:42:41 | 2011-01-17T21:42:41 | 33,606,352 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 89 | java | package be.koozi.sms;
public interface SMSService {
SMSResult sendSMS(SMS sms);
}
| [
"tola2000@6bd4741a-bca6-ad91-aea1-ec8b5917003e"
] | tola2000@6bd4741a-bca6-ad91-aea1-ec8b5917003e |
1dc686d8b25df2ec49e5d101cafae588c044dc08 | 7889dd8555f12ab5ef0e499ef1bc68dc23759f0e | /app/src/main/java/com/dicoding/submission/cocktailrecipe/Views/DetailItemActivity.java | ae48287a1c1c4c34438c57993c6fc85b2619bca0 | [
"Apache-2.0"
] | permissive | natanhp/CocktailRecipe | 0122797f603b11853d9fdc1baa9cff3ad27cc7c2 | 2e41f5a80d69166200ab592959db9d364616555b | refs/heads/master | 2020-07-02T16:42:01.762642 | 2019-08-28T01:51:09 | 2019-08-28T01:51:09 | 201,592,435 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,901 | java | package com.dicoding.submission.cocktailrecipe.Views;
import android.os.Bundle;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.appcompat.app.AppCompatActivity;
import com.bumptech.glide.Glide;
import com.bumptech.glide.request.RequestOptions;
import com.dicoding.submission.cocktailr... | [
"natanhp@protonmail.com"
] | natanhp@protonmail.com |
7b6ceadedcdfdd8387798bb7be1e17dbab092a99 | cec0c2fa585c3f788fc8becf24365e56bce94368 | /net/minecraft/server/Bootstrap.java | abad50c9287e979d113404cba101e84d0c0b7f6b | [] | no_license | maksym-pasichnyk/Server-1.16.3-Remapped | 358f3c4816cbf41e137947329389edf24e9c6910 | 4d992e2d9d4ada3ecf7cecc039c4aa0083bc461e | refs/heads/master | 2022-12-15T08:54:21.236174 | 2020-09-19T16:13:43 | 2020-09-19T16:13:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,015 | java | /* */ package net.minecraft.server;
/* */
/* */ import java.io.PrintStream;
/* */ import java.util.Set;
/* */ import java.util.TreeSet;
/* */ import java.util.function.Function;
/* */ import net.minecraft.SharedConstants;
/* */ import net.minecraft.commands.Commands;
/* */ import ne... | [
"tanksherman27@gmail.com"
] | tanksherman27@gmail.com |
fede2c7f62e364508876384d568e694bc16d12fc | c74ab373e1d57f1a560cebde7a4c7832fa93ee8f | /src/view/Ajouter.java | 33e10ae213342bd4dc0db3c6aab1f2249d18ea31 | [] | no_license | Pi2f/Comparateur | e0aa2f293649c6b86a857e8beb5bd6ad1f3de5ee | bfe725c1b2b9f84017e2efcd6ea5804b53f21ca7 | refs/heads/master | 2021-09-06T22:32:30.946509 | 2018-02-12T16:44:58 | 2018-02-12T16:44:58 | 114,120,016 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 1,836 | java | package view;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.sql.SQLException;
import javax.swing.JButton;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JTextField;
import controller.ConnexionBDD;
/**
... | [
"pierre.franc.gap@gmail.com"
] | pierre.franc.gap@gmail.com |
4e15a8ba03cf6861e41674ea074e66277b586615 | bb56865277120b8cb3e94b390933fd80a31b935d | /SIDiM/src/com/kots/sidim/android/adapter/ImovelAdapter.java | 581cc5ba41430fac7eae41325b9609ba3ac1fd49 | [] | no_license | tcckots/TCC-Veris | 0e0fe80f892460f25e95ef321bab1bde378db728 | 20c3bfabfcb19b29e767f567f543a189a50f9a9e | refs/heads/master | 2021-01-18T22:47:14.000655 | 2012-12-03T19:35:58 | 2012-12-03T19:35:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,365 | java | package com.kots.sidim.android.adapter;
import java.text.DecimalFormat;
import java.util.List;
import com.kots.sidim.android.R;
import com.kots.sidim.android.activities.VisualizarImovelActivity;
import com.kots.sidim.android.model.ImovelMobile;
import com.kots.sidim.android.util.DrawableConnectionManager;
import com.k... | [
"felipe.silvestre@movile.com"
] | felipe.silvestre@movile.com |
8fd378c14fd4b140cfb3624e163cd9b06be79f4f | 5b57ac5acab8bf8340993a990ec04cca16646557 | /Leetcode 099 - Recover Binary Search Tree.java | 84bb837c7e703f92bf034bc2a2e779fa72e0b1c2 | [] | no_license | yuweiw823/algorithm-practice | 56e7b3452c9dccf1389f79fdbd72c5f15f7b91c0 | 7c7dc880001df37c636783812be30a9b535b9a45 | refs/heads/master | 2021-05-01T00:42:50.471956 | 2019-02-13T08:40:03 | 2019-02-13T08:40:03 | 44,027,987 | 4 | 4 | null | null | null | null | UTF-8 | Java | false | false | 958 | java | Leetcode 099 - Recover Binary Search Tree.java
public class Solution {
public void recoverTree(TreeNode root) {
List<TreeNode> record = new ArrayList<TreeNode>();
List<TreeNode> pre = new ArrayList<TreeNode>();
pre.add(null);
helper(root, record, pre);
if(record.siz... | [
"yuweiw823@gmail.com"
] | yuweiw823@gmail.com |
4dae8a6edf217d8964c251417f95c1d66be8a3a5 | ee02dc85904354fcd50d92dfff8dafba05ccd41f | /Arnold/src/com/arnold/server/model/base/BaseVillagerIndustryIncomeHappen.java | 095551b999cccc4765ffb291eb1ce7b9f304ea2b | [] | no_license | ChasonTurner/account | 7c8610ac114ad13a052b4145a0ef19784278dea8 | ef26eb67976256b64621351b1c9c12402cf16e71 | refs/heads/master | 2021-09-12T22:53:43.057252 | 2018-04-22T04:22:07 | 2018-04-22T04:22:07 | 103,828,340 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,546 | java | package com.arnold.server.model.base;
import com.jfinal.plugin.activerecord.Model;
import com.jfinal.plugin.activerecord.IBean;
/**
* Generated by JFinal, do not modify this file.
*/
@SuppressWarnings("serial")
public abstract class BaseVillagerIndustryIncomeHappen<M extends BaseVillagerIndustryIncomeHappe... | [
"Administrator@PC201605051440"
] | Administrator@PC201605051440 |
29218b000fa3372531fed693f914fedd4247071e | 4e8fbbe30f17a92e8101f2c43d77a4dd0c951f8f | /SSM框架整合/3.Spring MVC初体验/6.SSM整合开发办公系统核心模块/源码/oa/oa_dao/src/main/java/com/imooc/oa/dao/DealRecordDao.java | d3e1b4bf99c29827c8fa2f769d6d5f62b375c442 | [] | no_license | ARainyNight/TheRoadOfBaldness | d75b9c8934807ebdd26125bf72d7b6d78c6177f6 | 225c70090fbe6281551f9879f3ab13f56eea5138 | refs/heads/master | 2021-07-05T12:55:11.171062 | 2019-04-16T04:18:11 | 2019-04-16T04:18:11 | 148,400,416 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 299 | java | package com.imooc.oa.dao;
import com.imooc.oa.entity.DealRecord;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository("dealRecordDao")
public interface DealRecordDao {
void insert(DealRecord dealRecord);
List<DealRecord> selectByClaimVoucher(int cvid);
}
| [
"18234168426@163.com"
] | 18234168426@163.com |
916add369634bd3856a1bb44e24d413284bb6da1 | dd47ae2d40b0eaa2ed5679af5b545147c047e636 | /common/src/main/java/com/hmdm/rest/json/LinkConfigurationsToAppRequest.java | 9948df3829423d3ef20ee5dfaa234302bb4a57b7 | [
"Apache-2.0"
] | permissive | rrymm/hmdm-server | f23a018373dff5aa4ca37244f432e048f2de3cc5 | aadf5dfcb9f3235f46e0a3297537b5876f048abd | refs/heads/master | 2020-07-28T01:03:25.588554 | 2019-09-05T10:00:23 | 2019-09-05T10:00:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,967 | java | /*
*
* Headwind MDM: Open Source Android MDM Software
* https://h-mdm.com
*
* Copyright (C) 2019 Headwind Solutions LLC (http://h-sms.com)
*
* 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 Licens... | [
"isvisv@gmail.com"
] | isvisv@gmail.com |
c96d3d2ad54626cb1b9b8348501c1dea6f88a4b1 | 689c61afa1ea0535f4f81e5dc53d456e496563e9 | /src/main/java/edu/gd/ccp/service/impl/VoteUserServiceImpl.java | f9263af3fda115fe0d11fbb3d7b3b21ce6d6c43d | [] | no_license | LaiJinwen/gdeduccp | a5defd04ac51d9750747f7e5e9c6721d5d7b1381 | cb56a76f9f904659fcdf784a5a7f283b02d689ed | refs/heads/master | 2022-12-21T00:56:39.880409 | 2019-05-22T03:07:47 | 2019-05-22T03:07:47 | 187,788,631 | 0 | 0 | null | 2022-12-16T12:00:52 | 2019-05-21T07:53:03 | HTML | UTF-8 | Java | false | false | 3,377 | java | package edu.gd.ccp.service.impl;
import java.util.List;
import java.util.Map;
import org.apache.ibatis.annotations.Param;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import edu.gd.ccp.dao.*;
import edu.gd.ccp.entity.VoteCandidate;
import edu.gd.ccp.ent... | [
"1017122071@qq.com"
] | 1017122071@qq.com |
139ee17d66f13f9f3e153452b23b60191e18c544 | a3ca3003ee87901e6e0b225a3b33db1d0751f70a | /app/src/main/java/day02/l/example/com/everywheretrip/trip/ui/main/adapter/MyCircuitAdapter.java | b30de6ce8da75030f8eb26b7b0402992b43f2f4b | [] | no_license | xiaomidic/travels | c074d691e51cfcbe5782873509d58817ffb56685 | 811fec4bae9a72862cbf0fd095960e510f679195 | refs/heads/master | 2020-05-24T01:06:04.257262 | 2019-05-16T13:06:23 | 2019-05-16T13:06:23 | 187,028,991 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,847 | java | package day02.l.example.com.everywheretrip.trip.ui.main.adapter;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import an... | [
"487353653@qq.com"
] | 487353653@qq.com |
e7f8e13e107c5df7d2c8d256b01ff3613edb397a | c2e64846a501c690648a82e41f45cce99ed48985 | /app/src/main/java/com/amanyabdalla/myappexam/PhonecallReceiver.java | 78eab1b30adde15cb82b8326f85938589867879b | [] | no_license | mahmoudashrafmohamed/calllogs | 42609ba5285139a942007da678e9783bacec765b | a6683630ef79b7c33c3cdcf3377537c8417171bc | refs/heads/master | 2021-08-30T15:06:52.142043 | 2017-12-18T11:28:23 | 2017-12-18T11:28:23 | 114,632,209 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,514 | java | package com.amanyabdalla.myappexam;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.telephony.TelephonyManager;
import java.util.Date;
public abstract class PhonecallReceiver extends BroadcastReceiver {
//The receiver will be recreated wh... | [
"ashraaf.mahmoud@gmail.com"
] | ashraaf.mahmoud@gmail.com |
22eabad34cbe221e96c473c388374c23a61307a4 | 0b2319a4c71e537a6c5dc4c8ef2224edd4996f75 | /shop/src/main/java/com/java2/web/entity/AddressEntity.java | 2ac9cbb3f86ca51167d2308bb4dbdd58c14ace74 | [] | no_license | ZYYBOSS/1 | 1313dd58b8999179b43ac8e7b301ee9c86896efe | f5b259b8b3a69b43327e2b5893577fea679710a4 | refs/heads/master | 2020-07-01T04:57:24.375538 | 2017-01-08T09:23:24 | 2017-01-08T09:23:24 | 74,096,077 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,048 | java | package com.java2.web.entity;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.Table;
imp... | [
"1198688584@qq.com"
] | 1198688584@qq.com |
f7a186a2ed58f5c6527c65a7c3909bd8dc05d42d | 38541496835be423d7015c25b0002a341c287cd6 | /ibk-sample-rest/src/main/java/br/com/ibk/rest/service/ContaBancariaServiceImpl.java | 2e98ded3354060b78768570eb47a0945f57bf174 | [] | no_license | tayron/webservice-rest-java | 9387966c6ea60cfec492854c493ee659053b6df2 | 508c21dc49c5634e151ea4c136a7781f6d7e6b73 | refs/heads/master | 2020-07-03T00:29:52.473685 | 2016-11-19T13:40:47 | 2016-11-19T13:40:47 | 74,210,711 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,458 | java | package br.com.ibk.rest.service;
import java.util.Collection;
import javax.ws.rs.Consumes;
import javax.ws.rs.DELETE;
import javax.ws.rs.GET;
import javax.ws.rs.POST;
import javax.ws.rs.PUT;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
import j... | [
"tayronmiranda@rvtecnologia.com.br"
] | tayronmiranda@rvtecnologia.com.br |
7b7a639f13e7f60922b836ef10d6b71bc9ab8995 | 2e2b8aa2be295bf451aed8196d05c357b0e62950 | /app/src/androidTest/java/com/bignerdranch/android/guesscolor/ExampleInstrumentedTest.java | 6eb67bca601b83bb9525bf9abeb2c6e5560cab90 | [] | no_license | romaaverkin/GuessColor | 7a74128e55f0473755c3deed116b0e9005cb194c | 3cd889d3c2d7b1a89cffefa11fb1d2b5ae474273 | refs/heads/master | 2021-01-01T18:09:49.340455 | 2017-08-02T03:33:14 | 2017-08-02T03:33:14 | 98,264,650 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 774 | java | package com.bignerdranch.android.guesscolor;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test, which will execut... | [
"romaaverkin@gmail.com"
] | romaaverkin@gmail.com |
4bc79ae210245cc9c8c9083c0866ca291a6533b9 | 63925af7eae423692bd1bdd67956a7e1121ca1d8 | /Array/src/Array/TestArray5.java | f979a5b6671925c6cdb58df0358ba9e9df8c5dd2 | [] | no_license | ShreelataMK/Java-Demo- | 008af6f98a2d45d9afc276ab3cf02cff099532e9 | ae72c603546344ec0b3ff7ba36c4aebdd8cb3208 | refs/heads/master | 2022-06-18T00:31:53.280575 | 2020-05-09T13:59:27 | 2020-05-09T13:59:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 373 | java | package Array;
public class TestArray5 {
public static void main(String[] args) {
// TODO Auto-generated method stub
//Declaring and initailazing 2D array
int arr[][]= {{1,2,3},{2,4,5},{4,4,5}};
//print 2D array
for(int i=0;i<3;i++) {
for(int j=0;j<3;j++) {
System.out.print(arr[i][j]+... | [
"lata842@gmail.com"
] | lata842@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.