blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 132
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6b7f19dd008514bd0c1b14676cd69e0276e08bd8 | fc69e3bfa42e22de75e720fb0a7bf1f369a23a20 | /src/ai/systematic/Player.java | a34adffac3c0a9ffa451796f09a2cc09e11d94fd | [] | no_license | SteeveDroz/black-hole | 84c6edf05d68ddbbdb304889e3f7ffa0716a94ae | 6b2a29d44334e6bad475a4fdb48184a7d2d2cd81 | refs/heads/master | 2021-01-10T15:46:28.130203 | 2016-03-27T20:37:48 | 2016-03-27T20:37:48 | 54,677,987 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 559 | java | package ai.systematic;
import java.util.List;
import com.github.steevedroz.blackhole.BlackHoleBox;
import com.github.steevedroz.blackhole.BlackHolePlayer;
import javafx.scene.paint.Color;
public class Player extends BlackHolePlayer {
private int boxCounter;
public Player(Color color, int playerId) {
supe... | [
"steeve.droz@sudest-webdesign.com"
] | steeve.droz@sudest-webdesign.com |
be3c716c255a52b8a56d94123717b7f625b654d6 | c85bc29d62e4021bf987c4f3777ac669a005c97a | /src/main/java/com/reddit/springredditclone/model/User.java | 54b1b359be433b1069042560c7b1a44ac9ca0d79 | [] | no_license | christian-p-anderson/spring-reddit-clone | bf8eb05520fe65707733025b54d1cbfea9d17ed2 | bb7986a3147bd1a1f8ddfbece46fe3810eb103a3 | refs/heads/master | 2023-03-05T06:33:15.566227 | 2021-02-21T01:52:59 | 2021-02-21T01:52:59 | 335,504,414 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 948 | java | package com.reddit.springredditclone.model;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.validation.constraints.Email;
import javax.validation.constraints.NotBl... | [
"christian.p.anderson1@gmail.com"
] | christian.p.anderson1@gmail.com |
1d70074a2915c501e76d66f88d58ab2f5a367e30 | 6e926d9e7e5ed672b0a4e7c6ccb74ffe1427016f | /PS/src/PatternMatch.java | fa73e5c1e220bc29e76893c3d2a01ea04163bbd0 | [] | no_license | heetvachhani/CTCI-Practice | d911f20706cb1e5d7d842c6b82020a75fe42c634 | f0e754ad0b80e8317f1740e274de336c1fe940b6 | refs/heads/master | 2021-01-20T17:57:25.337098 | 2017-04-18T04:46:09 | 2017-04-18T04:46:09 | 62,410,622 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 792 | java |
public class PatternMatch {
public static void main(String[] args) {
String input = "abcddddddddbacdaabcdabcd";
String pattern = "d*";
char[] inputArray = input.toCharArray();
char[] patternArray = pattern.toCharArray();
int patternIndex = 0;
int resCount = 0;
boolean flag = false;
for (int i = 0; i ... | [
"heet_vachhani@hotmail.com"
] | heet_vachhani@hotmail.com |
ebb311eb79928fc334e0731ad800d5b238430db5 | afdc6313cee00d04f1126279f1c0200f65ee7a73 | /src/main/java/de/mpii/clausie/XcompConstituent.java | 163396db41da187389bf02d6a399b195d2aee69e | [] | no_license | jeffrschneider/stanford-question | 324edb261bc869df413bba69fa39e8ac86417671 | 7afc141772df481ca459b6aa17a3eb0bc19bb980 | refs/heads/master | 2021-01-16T18:32:33.555503 | 2016-08-27T02:17:04 | 2016-08-27T02:17:04 | 66,663,305 | 0 | 0 | null | 2016-08-26T16:34:58 | 2016-08-26T16:34:58 | null | UTF-8 | Java | false | false | 2,991 | java | package de.mpii.clausie;
import edu.stanford.nlp.ling.IndexedWord;
import edu.stanford.nlp.semgraph.SemanticGraph;
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
import java.util.TreeSet;
/** An {@code XcompConstituent} of a clause formed out of an xcomp.
*
* Note that the xcomp relatio... | [
"rabrg96@gmail.com"
] | rabrg96@gmail.com |
70bc51e64ce827d399ff5fb6bb9c67e242265e56 | f6cf7e9bd00edcbab99772a899f1a0d190e725b4 | /src/test/java/LoginLogoutTest.java | f59515cede4c5b871d90867ec0f361b4d0356c50 | [] | no_license | Kamil-kozlowski/expenses-selenium-tests | 8857ceaf4c771dcc51c12462b8416df334cedbe9 | 6a5b6c87d2ff2ba02989aee80806bc537f5a978c | refs/heads/main | 2023-05-27T17:46:02.716782 | 2021-06-04T14:07:13 | 2021-06-04T14:07:13 | 373,860,290 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 760 | java | import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import java.util.List;
import static org.junit.Assert.assertTrue;
public class LoginLogoutTest extends AbstractSuccessfulLoginTest {
@Test
public void successfulLogoutTest() {
final List<WebElement> logoutEl... | [
"kamil.krzysztof.kozlowski@gmail.com"
] | kamil.krzysztof.kozlowski@gmail.com |
16b5a867ea9182bbc292a5aacb0cd64c1ee5cd9b | b66a0c1eb7ecb2d77512610f751be9c7cfbef931 | /Misc/minimum-spanning-tree.java | 00aa48554fef32f7cf50ac906062511dba1cc3d2 | [
"MIT"
] | permissive | zerocod3r/InterviewQuestions | f1c188c009b7599fde068e1cc8eecdf0b2c63137 | 92dc9d6b1c71ebe4318f1e206e2598a657ee0ad3 | refs/heads/master | 2023-09-01T17:47:58.928433 | 2023-08-30T07:17:04 | 2023-08-30T07:17:04 | 99,483,334 | 1 | 2 | MIT | 2019-04-19T07:35:06 | 2017-08-06T11:55:40 | C++ | UTF-8 | Java | false | false | 1,818 | java | import java.util.*;
import java.lang.*;
import java.io.*;
class Codechef
{
private static final int vertex=5;
int minEdge(Boolean mstSet[], int key[]){
int u = Integer.MAX_VALUE;
for(int i=0;i<vertex;i++){
if(mstSet[i]==false && u>key[i]){
u = i;
... | [
"sarthakrohilla03@gmail.com"
] | sarthakrohilla03@gmail.com |
53888b80029bfdf72ed8626cb7a21e0344039189 | 6f01287dceeeba26b04173748b9fa5625d47d445 | /day01/ex02/src/UsersArrayList.java | d0d1c513df1f4aa1f5fa1d0f9a9e1eb442c847dc | [] | no_license | Go0dluck/JavaPool | 4f5b0e07e96a134e61711912e4ca6a198deab386 | 4bbc6b2ea34937858253a77d58fc908ab2e6ef09 | refs/heads/master | 2023-04-26T19:51:34.145446 | 2021-06-01T17:45:59 | 2021-06-01T17:45:59 | 372,915,392 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,357 | java | public class UsersArrayList implements UsersList{
private User[] UsersArr;
private int Size;
public UsersArrayList() {
UsersArr = new User[10];
}
@Override
public void AddUser(String name) {
if (UsersArr.length == Size){
User[] UsersArrNew = new User[UsersArr.length ... | [
"you@example.com"
] | you@example.com |
5e6c4657caa1c58f541a6d9e00cf74555aa702c9 | da9f57af7d73e0825c3051443aa731f8f90486b2 | /JavaSE/Arraylist/src/ArrayListDemo2.java | dcde59e22cf7ec149075b3389c0d045272311110 | [] | no_license | pawandhamankar225/JavaSE | 23b0f1b19d8e8fec5107ae34fed6a996ecd1adef | 218b6c7a68de236967fe98476989b04e7198dfc5 | refs/heads/master | 2020-06-08T15:43:10.603196 | 2019-06-22T16:32:05 | 2019-06-22T16:32:05 | 193,255,561 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 821 | java | import java.util.*;
import static java.lang.System.*;
public class ArrayListDemo2
{
public static void main(String args[])
{
ArrayList <Integer>a1=new ArrayList<Integer>();
out.println("Initial size of a1: "+a1.size());
a1.add(5);
a1.add(10);
a1.add(15);
a1.add(20);
//a1.add(2);
a1.add(30);
out.pri... | [
"pawandhamankar225"
] | pawandhamankar225 |
f1b911d1e570f5a2fb42c90acdd270c0ef015716 | 27e7a73a262afb18552cebbe11527b260e87ad96 | /MyPerf4J-Core/src/main/java/cn/myperf4j/core/MethodMetricsCalculator.java | 36db621727829c2946f929f012a026d80e713978 | [
"BSD-3-Clause"
] | permissive | athinboy/MyPerf4J | f637bcf04e5fb4a887fa6a1f31bf3f8ba98ef94e | 1f3ca9db3cc79521cd5cd17a581755a8cd008df7 | refs/heads/develop | 2020-04-30T21:44:39.919000 | 2019-04-16T12:35:11 | 2019-04-16T12:35:11 | 177,100,884 | 0 | 0 | BSD-3-Clause | 2019-04-09T10:06:23 | 2019-03-22T08:25:59 | Java | UTF-8 | Java | false | false | 4,650 | java | package cn.myperf4j.core;
import cn.myperf4j.base.metric.MethodMetrics;
import cn.myperf4j.base.MethodTag;
import cn.myperf4j.base.util.ChunkPool;
import cn.myperf4j.base.util.Logger;
import cn.myperf4j.core.recorder.Recorder;
/**
* Created by LinShunkang on 2018/3/11
*/
public final class MethodMetricsCalculator ... | [
"linshunkang@kanzhun.com"
] | linshunkang@kanzhun.com |
94db0071605ee39f08cccbfa1e414a4430f7c34c | ba73851df55c45e17938d10ea2a88cb3d9ba42af | /src/main/java/main/repository/TransactionRepository.java | 8e947bd7491d0a6d954fce74d12ff3768aa9e968 | [] | no_license | kmb-crypto/currency_convertion | e9cc7b5ddb337f48172e4fb639ae0ec24cf90878 | 6a5037a6de342b9ea7df28a31c86b17149d2670e | refs/heads/master | 2023-05-08T14:35:25.896007 | 2021-06-03T10:45:20 | 2021-06-03T10:45:20 | 356,281,716 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,394 | java | package main.repository;
import main.model.Pair;
import main.model.Transaction;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.CrudRepository;
import org.springframework.data.repository.query.Param;
import org.springframework.stereotype.Repository;
import java.util.Li... | [
"burduninkonstantin@gmail.com"
] | burduninkonstantin@gmail.com |
34e5cda83e8294573312f8a4eeebf69c7eb7d725 | c9f5c826f248df76af3eeeb1b6d46129684735a3 | /src/sample/Position442.java | 3113177551666e5a9e4d1823d6a0222cc234cc00 | [] | no_license | dosl/lab11 | 1b3502cc0fb4fed33819684f741c190124a94248 | 16edd6309b217203d34c466869506e0a684f041a | refs/heads/master | 2020-04-09T07:41:51.743561 | 2018-12-03T09:37:05 | 2018-12-03T09:37:05 | 160,166,735 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,167 | java | package sample;
import java.util.ArrayList;
public class Position442 implements Playable {
private Player player = new Player();
private ArrayList dupPlayer = new ArrayList();
@Override
public String positionGK() {
player.shufflePlayerList();
for (int i = 0; i < player.getPlayerList(... | [
"best_dosl@outlook.co.th"
] | best_dosl@outlook.co.th |
adca55a326ae70f6381faae387ef9b1346da1522 | 3daf7dbf72c08c65e4e65878d5d963770d76e3e2 | /viewworkspaceenglish/circleMenu/Service学习/src/com/example/myservice/MusicPlayerActivity.java | 756f7addd26053ddd49683b3a8a2924da5caeb5a | [] | no_license | zj386018/zjandroid | 068a45cdd5d33741b3b545f735356e09d31c2e59 | d3f9d36013adfb26fd7118a1f45dea553af67c67 | refs/heads/master | 2021-01-21T12:53:34.097274 | 2016-05-24T09:09:56 | 2016-05-24T09:09:56 | 54,310,752 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,659 | java | package com.example.myservice;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
public class MusicPlayerActivity extends Activity implements OnClickListener {
private Button bt_play... | [
"547758478@qq.com"
] | 547758478@qq.com |
cd4f8775e5a11787852965b1fba0f93aadc7f283 | e29c24b96ee0fc3d58e6b62a49617e46b242445c | /sdcct-core/src/main/java/gov/hhs/onc/sdcct/data/db/logging/impl/LoggingCacheListener.java | 99c5a4a98a96efb23d5e88db21ae1eff6a6a7d8b | [
"Apache-2.0"
] | permissive | EBlakeRamsey/sdcct | cc7cec3a6cbf72874e6c1f3af9f30344166de235 | ba4657148edbbba420f6e07c80164d0677373c44 | refs/heads/master | 2021-01-19T19:12:32.481323 | 2017-04-03T18:57:08 | 2017-04-03T18:57:08 | 83,717,701 | 0 | 0 | null | 2017-03-07T16:33:24 | 2017-03-02T19:43:22 | Java | UTF-8 | Java | false | false | 1,965 | java | package gov.hhs.onc.sdcct.data.db.logging.impl;
import gov.hhs.onc.sdcct.beans.IdentifiedBean;
import net.sf.ehcache.CacheException;
import net.sf.ehcache.Ehcache;
import net.sf.ehcache.Element;
import net.sf.ehcache.event.CacheEventListenerAdapter;
import org.apache.commons.lang3.text.StrBuilder;
import org.slf4j.Log... | [
"michal.kotelba@esacinc.com"
] | michal.kotelba@esacinc.com |
00b922c9764187658c6767a46edf09c08c1290c8 | ace75533b5be2b87ff35b434ae3b2011eea12984 | /ClassDocs/A05/Fraction/src/Fraction.java | 4f6cbf75da96ace36f489314b251a1d4d291ec71 | [] | no_license | ammuh/APCS_15_16 | 5dd81dc59ac8324262bb864cfaaf146d24501c9d | 72508e0449e52d9a5c6ac60658fef905550db12c | refs/heads/master | 2021-01-18T22:25:36.364429 | 2016-04-30T22:16:49 | 2016-04-30T22:16:49 | 64,608,385 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,927 | java |
public class Fraction {
private int numerator;
private int denominator;
public Fraction(){
numerator = 0;
denominator = 1;
}
public Fraction(int n){
numerator = n;
denominator = 1;
}
public Fraction(int n, int d){
numerator = n;
denominator = d;
}
public Fraction(Frac... | [
"ammo700@gmail.com"
] | ammo700@gmail.com |
93e5b3b3d4ddcfc00031256002ae98dda65a850b | bdd86f99f7097ad559c6a661764a91400266c1a4 | /src/main/java/kr/jmcloud/watch/timeseries/converter/TimeSeriesDataConverterInterface.java | 954a61bc72b5637b22bd14c56483a4370bdaa950 | [
"Apache-2.0"
] | permissive | JM-Lab/JMCloud-WatchCloud-Lib | 4f9679df49e3bf82ab2fd9d54bf9a843cc9a17be | ec719bcd4d1bf6489fbb5d3dd24744328af9a35e | refs/heads/master | 2016-09-05T18:01:25.926758 | 2015-01-16T02:44:05 | 2015-01-16T02:44:05 | 29,291,071 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 389 | java | package kr.jmcloud.watch.timeseries.converter;
import java.util.List;
import kr.jmcloud.watch.timeseries.data.TimeSeriesDO;
import kr.jmcloud.watch.timeseries.data.TimeSeriesDOBundle;
public interface TimeSeriesDataConverterInterface<R> {
public R convert(TimeSeriesDO tsDO);
public R convert(TimeSeriesDOBundle t... | [
"hjm1980@gmail.com"
] | hjm1980@gmail.com |
274dcdfd256195a72dedd1f0ac38cf316b1fbe47 | 65f67a88577656697cdce59a1903d51d38230d5e | /src/main/java/com/chataround/chataroundws/exception/WrongPasswordException.java | e79cfdb16e8601d044e3fd359cc9f5e272e349af | [] | no_license | ChatAround/ChatAroundWS | bed82e1ba3035ce7ab69ac0979c36723f388ecd3 | e0c2674897afaaa3ff61b16851263c6697d04a4f | refs/heads/master | 2021-01-10T18:13:45.522179 | 2016-01-20T09:23:01 | 2016-01-20T09:23:01 | 45,862,218 | 0 | 1 | null | 2016-01-17T15:03:06 | 2015-11-09T19:41:40 | Java | UTF-8 | Java | false | false | 140 | java | package com.chataround.chataroundws.exception;
/**
* @author Gewrgia
*/
public class WrongPasswordException extends RuntimeException {
}
| [
"georgiagrigor@gmail.com"
] | georgiagrigor@gmail.com |
508952fa7e75d57eff02f88e5b5f2104de0e5ec4 | 38bd617db44e06861dccdc14f9c3ad6d53dc9375 | /src/main/java/com/fugro/realestatebot/callback/CallbackType.java | 5157d7874ef404297a3a4340f9e8f3ce0edfbd06 | [] | no_license | fugrusha/real-estate-bot | 0995404fd9614e634ea3b19cba7f69d7866813e5 | 85a416083693f6717bd0ab0868eca492ac4f6dec | refs/heads/main | 2023-04-21T06:04:09.632173 | 2021-05-12T19:40:03 | 2021-05-12T19:40:03 | 356,909,329 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 130 | java | package com.fugro.realestatebot.callback;
public enum CallbackType {
IGNORE,
SUB_TO_DISTRICT,
DELETE_DISTRICT_SUB,
}
| [
"andrew.golowko@gmail.com"
] | andrew.golowko@gmail.com |
6e2cc263d0abf37d64b587e95842f9dff72c782a | f2c2fde38007259895c748479a2b66b9a6a081cd | /relsource/java/util/concurrent/BlockingQueue.java | 56727d321c12aff5eb44234e8954a6f9f6160c9b | [] | no_license | enjoycodingfun/jdksrcstudy | 07b7c1f8593ce3443c04304dab0e3c0be43be10a | 089be3d58939ec60334ff21ab052e78e3b7c8f90 | refs/heads/master | 2023-03-16T11:44:27.159267 | 2021-02-17T14:01:47 | 2021-02-17T14:01:47 | 317,468,541 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,884 | java | /*
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*
*
*
*
*
*
* Written by Doug Lea with assistance from members of JCP JSR-166
* Expert Group and released to the public domain, as explained at
* http://creativecommons.org/p... | [
"627882647@qq.com"
] | 627882647@qq.com |
13a02e1fd3217712553d29b760858adeb9b7a082 | 04573347ea9ede8f6d3097ff0cbd7cabac17d5c0 | /OfasinModel/src/main/java/com/ofasin/os/ebanking/model/DominioUsers.java | 65c9b9ac65d83ce5ea00ea655ef11ad931b7dc69 | [] | no_license | Ofasin/Ofasin | 367980e44652f853c14c0622a8e107df1dbee5fd | ba99b4c53bb6d5bd195f9f104230f6eb387b4f81 | refs/heads/master | 2023-02-26T17:31:16.953817 | 2021-01-27T13:09:58 | 2021-01-27T13:09:58 | 308,016,350 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,122 | 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 com.ofasin.os.ebanking.model;
import java.io.Serializable;
import java.util.Date;
/**
*
* @author Heidelber Gonzalez Iguara... | [
"FAGONFER@DESKTOP-PN66UOO"
] | FAGONFER@DESKTOP-PN66UOO |
13c75c7c39b509e0dbd4e1945a8419e3aff7679c | d1e8d3f90cbbe39fecf0e0ed855ecd347d9c7e7c | /src/main/java/com/wzq/ds/command/LightOnCommand.java | 76cac26f6d768a847a9e098bcdc599b8cfce2411 | [] | no_license | w237354468/designModeLearn | 4aa61434c71859fb7371c9733b4baa16db73a8cc | dd855ed606ad5d7cdcf9c5a036e9fc2624132958 | refs/heads/main | 2023-01-24T07:07:27.007734 | 2020-12-05T15:21:53 | 2020-12-05T15:21:53 | 317,705,492 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 303 | java | package com.wzq.ds.command;
public class LightOnCommand implements Command {
Light light;
public LightOnCommand(Light light) {
this.light = light;
}
@Override
public void execute() {
light.on();
}
}
class Light {
public void on() {
System.out.println("light on ");
}
}
| [
"w237354468@hotmail.com"
] | w237354468@hotmail.com |
1af39c4a41e379a69f42b3b6829aa34fe2ea082d | ba56b9e8c1323624a4ddc8a31274bf8fad08556c | /src/ru/rsreu/Zhilenko0804/data/Client.java | cfe200b4d68ed60250d48c327ac4753438fbe868 | [] | no_license | maxzhil/Conference | 3e2b9e7e2505f5bbf7ae4302cd975dee63dc43a3 | 936bb15c9f3edfdb8b3b5d98706751959023bdca | refs/heads/master | 2021-03-31T00:51:29.230651 | 2018-03-09T21:59:21 | 2018-03-09T21:59:21 | 124,593,048 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,637 | java | package ru.rsreu.Zhilenko0804.data;
/**
* Client
*
* @author Maxim
*
*/
public class Client {
private int idClient;
private ClientType type;
private String name;
private String lastName;
private String login;
private String password;
private String status;
/** Constructor */
public Client() {
}
/**... | [
"makcim.zhilenko96@yandex.ru"
] | makcim.zhilenko96@yandex.ru |
b54d228d0fb3d24a135fa0141139ca03d8b1a23b | 30de109d18aafd966b46632187af64f6eaa81684 | /src/Day4/_03_ExtraExample.java | 9045adea4fd63f6374d4bd56f9d50568e4d154a4 | [] | no_license | albertLope/SeleniumPracticeClass | 7cbe31f65f7cddca2ea25b0388c07cb97b084e71 | a4946f63afcce4b6f99a8c4a89b33f5d22bd99c9 | refs/heads/master | 2022-11-19T05:38:28.932174 | 2020-07-09T17:24:52 | 2020-07-09T17:24:52 | 273,408,521 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,298 | java | package Day4;
import org.junit.Assert;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
public class _03_ExtraExample {
public static void main(String[] args) {
/*
There are 2 ways to f... | [
"makoklu32@gmail.com"
] | makoklu32@gmail.com |
6863d6148ab9416f6c7319aac5c00f5d43afd4ba | 4e97ce1a2402233ff26aab8e9e56823a3d747780 | /src/xyz/urffer/urfquest/client/entities/mobs/NPCHuman.java | 300b12a8fb5a105bbb1fc0fe0b418ccf628d449c | [] | no_license | SimNine/UrfQuest | a76195693c1de0ab55154c8738d5c04d4860b9bc | 6e90239f1e2b722c333e425ee5f60726ca1dc35b | refs/heads/master | 2023-03-08T12:05:30.107440 | 2023-02-15T04:33:18 | 2023-02-15T04:33:18 | 164,575,110 | 3 | 0 | null | 2023-02-15T04:33:19 | 2019-01-08T06:04:15 | Java | UTF-8 | Java | false | false | 3,374 | java | package xyz.urffer.urfquest.client.entities.mobs;
import java.awt.Color;
import java.awt.Font;
import java.awt.Graphics;
import java.awt.geom.Rectangle2D;
import java.awt.image.BufferedImage;
import xyz.urffer.urfquest.client.Client;
import xyz.urffer.urfquest.client.QuestPanel;
import xyz.urffer.urfquest.client.enti... | [
"c.urffer@live.com"
] | c.urffer@live.com |
7d8852246eabe3009a64e15982c4847a222c4948 | 892206b7ac3ef30a6cc32cfed96def600c49493c | /JB/src/main/java/com/jiubang/p2p/dialog/SelectPicPopupWindow.java | d7cb368d4ba4c5e58773bd41416c5dca55caf123 | [] | no_license | yangyilip1986/JB | 6edf24ca76e818256368a7c64b10612a0460ac25 | 12f1d3872dc3c8fcc9823ac42932b54fa1c33646 | refs/heads/master | 2020-05-04T20:25:34.887372 | 2019-04-19T02:05:42 | 2019-04-19T02:10:44 | 179,437,556 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,637 | java | package com.jiubang.p2p.dialog;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.Context;
import android.graphics.drawable.ColorDrawable;
import android.view.LayoutInflater;
import android.view.MotionEvent;
import android.view.View;
import android.view.View.OnClickListener;
i... | [
"18642668871@163.com"
] | 18642668871@163.com |
cd38767a8a211e8aa0f12ca1f4a3d35b1ca0fe85 | 2455a3a14c198769fb6fa4da5c7ea0a472b909be | /netty-heima/src/main/java/netty/enhance/chart/protocol/MessageCodecSharable.java | d29b7d79adc2a26be2217d33815d560233c01139 | [] | no_license | csliujw/netty-study | 6813add51c3057af89595995cfc4c594a1347a4a | 49ea952473a373db73a158b38bb144f48c902de0 | refs/heads/main | 2023-08-29T04:09:31.921500 | 2021-11-10T05:12:38 | 2021-11-10T05:12:38 | 426,492,534 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,096 | java | package netty.enhance.chart.protocol;
import io.netty.buffer.ByteBuf;
import io.netty.channel.ChannelHandler;
import io.netty.channel.ChannelHandlerContext;
import io.netty.handler.codec.MessageToMessageCodec;
import lombok.extern.slf4j.Slf4j;
import netty.enhance.chart.message.Message;
import java.io.ByteArrayInputS... | [
"695466632@qq.com"
] | 695466632@qq.com |
5ef3c1a32ded82623cdfdd5a4ec514330d0912e5 | 68a134243f6a4d8a7a971a6c7477b516c8a99ffb | /src/com/thread/dedlockexample/Account.java | cc39187a38df133665d8d619c14826b5ccca5c71 | [] | no_license | simran1991/BasicJavaExampes | e66eacaf43df054dbcb8e8d1b16bdcc719d00755 | f80333ada4f50993e6f11950bd5e282081883ba0 | refs/heads/master | 2021-01-25T08:14:09.444108 | 2017-06-08T11:15:38 | 2017-06-08T11:15:38 | 93,740,819 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 378 | java | package com.thread.dedlockexample;
public class Account {
private int balance=10000;
public void deposit(int amount){
balance += amount;
}
public void withdraw(int amount){
balance-=amount;
}
public int getBalance(){
return balance;
}
public static void transfer(Account acc1,Account acc2,int amount... | [
"simran411991@gmail.com"
] | simran411991@gmail.com |
a27469d0ee97a785f34647061f7e7de2e03a8664 | 121d59f1f7f6b3a23f3f227f726d1273dc7dd1da | /itcrowd/src/com/itcrowd/book/action/BookMainBestAction.java | 0d83d82b45e3b7def4f493c31d10638095d49bc6 | [] | no_license | tjoeun-pnj/itcrowd_project | 500fc41011f78e7ad9b0198008245fdb395a1d2a | 62284279367259ec1b04bf59833936cf287b5ca4 | refs/heads/master | 2021-05-09T07:08:51.995511 | 2018-03-01T13:00:31 | 2018-03-01T13:00:31 | 119,350,264 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 64,807 | java | package com.itcrowd.book.action;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.google.gson.Gson;
import com.google.gson.... | [
"DELL@DESKTOP-RNVBF3L"
] | DELL@DESKTOP-RNVBF3L |
93209c32d5145e3a71243ad8e48ca5c4731b6160 | b7cb5a075a5d411090793b06d07236f1c1eee3d0 | /L_3_Collection/src/main/java/exampleOfTest/MyList.java | 15d3e54d69c80658f739f979641511f756ff5a28 | [] | no_license | Akumarou/Java-School-SBT-RnD | af429a7db799f759a081391b50912dd661b2ee94 | f7717dae098fc646229b7e12a02936edc7eaa12d | refs/heads/master | 2020-12-20T18:17:00.019931 | 2020-03-02T07:58:54 | 2020-03-02T07:58:54 | 236,167,369 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 51 | java | package exampleOfTest;
public class MyList<T>
{
} | [
"rikale.aw@gmail.com"
] | rikale.aw@gmail.com |
aa11c7c7fdc42f55df64a563453f37d448241735 | 1917652808d7469c51b06c6d602c1f4d59ed326d | /app/src/main/java/tw/mapper/MybatisConnectionFactory.java | fb522c20afb12df3886b76f18ccdc3a7f8666990 | [] | no_license | MuchContact/T2-FixedAsset | 4c1bc4e460f5092bd95c206efa3b70cabed24b41 | 348043de32254a4ab2041ecabd33a25dde871889 | refs/heads/master | 2021-01-10T16:30:07.276866 | 2015-11-09T14:22:58 | 2015-11-09T14:22:58 | 45,835,964 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 784 | java | package tw.mapper;
import org.apache.ibatis.io.Resources;
import org.apache.ibatis.session.SqlSessionFactory;
import org.apache.ibatis.session.SqlSessionFactoryBuilder;
import java.io.Reader;
public class MybatisConnectionFactory {
private static SqlSessionFactory sqlSessionFactory;
static {
try {
... | [
"hjliu@thoughtworks.com"
] | hjliu@thoughtworks.com |
67c72f254a8b992ff40652a8b4823a3f1f690cd7 | c81a6f7dc32d1e7dd28d4aed826a8b23c0c4f6ec | /src/main/java/FunFictionUserProject/funFictionUser/service/impl/ChapterServiceImpl.java | 315fe19929bbf05ad426ad5cd38358d8609e2dcd | [] | no_license | Limpopoo93/funFictionUser | 1c2e7559a8b38888261dd17ac9eb9cc1d33404ad | fa780f99c8f21d150cf78587bafb1926cb65f7cf | refs/heads/master | 2023-06-13T00:56:24.819795 | 2021-07-12T12:44:20 | 2021-07-12T12:44:20 | 377,760,366 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,802 | java | package FunFictionUserProject.funFictionUser.service.impl;
import FunFictionUserProject.funFictionUser.repository.ChapterRepository;
import FunFictionUserProject.funFictionUser.service.ChapterService;
import FunFictionUserProject.funFictionUser.view.Chapter;
import lombok.extern.slf4j.Slf4j;
import org.springframework... | [
"marachckow2013@yandex.ru"
] | marachckow2013@yandex.ru |
6859ec96b756fb7c675dd33354bc9a3428af8f80 | 507510c99254f3f75f3206c7292feffeaf129285 | /week3/Java Source File-20190927/ThreadPriorityDemo.java | e1f9042730cc7d6754e6bc3106236f8babaaf240 | [] | no_license | gulstein86/parallel_computing | 1805b7f9c2c4b9482931417c9056c47bbe962c4e | d77308e5b847a768e4ead7cb3bbbbba59f92a381 | refs/heads/master | 2020-07-29T11:50:03.732484 | 2019-10-14T12:31:51 | 2019-10-14T12:31:51 | 209,789,021 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,660 | 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 javaapplication1;
/**
*
* @author user
*/
class A extends Thread {
public void run() {
System.out.... | [
"aswadi1986@gmail.com"
] | aswadi1986@gmail.com |
9d86a8ab6b92ad98ec1b926f866597e090dba3ae | 647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4 | /com.tencent.mobileqqi/classes.jar/PersonalState/ReqGetSameStateList.java | 077dea02fe78d00d2edb52c1376f290c94ca21d5 | [] | no_license | tsuzcx/qq_apk | 0d5e792c3c7351ab781957bac465c55c505caf61 | afe46ef5640d0ba6850cdefd3c11badbd725a3f6 | refs/heads/main | 2022-07-02T10:32:11.651957 | 2022-02-01T12:41:38 | 2022-02-01T12:41:38 | 453,860,108 | 36 | 9 | null | 2022-01-31T09:46:26 | 2022-01-31T02:43:22 | Java | UTF-8 | Java | false | false | 3,042 | java | package PersonalState;
import com.qq.taf.jce.JceInputStream;
import com.qq.taf.jce.JceOutputStream;
import com.qq.taf.jce.JceStruct;
public final class ReqGetSameStateList
extends JceStruct
{
static int cache_eFetchSex;
static int cache_eSelfSex;
static BusiReqHead cache_oHead;
static LBSInfo ca... | [
"98632993+tsuzcx@users.noreply.github.com"
] | 98632993+tsuzcx@users.noreply.github.com |
2260a6ee255c26e3af7bd8ab07fe0f7f58160683 | 53330fdbf3ef129d8b8bee73a7c27b2da55f7612 | /src/leetcode竞赛/七月/sf7_19/换酒问题.java | f50325849239751570bbae30a43cfb77092f5d67 | [] | no_license | HuYaXing/DataStructures | a96c2c95c54abda75c88579989fb7ad1c4ccf65b | 08e24e4d60ee6d1b8e09c8c172703a169b8365bf | refs/heads/master | 2021-07-21T17:46:20.357646 | 2020-10-10T09:27:53 | 2020-10-10T09:27:53 | 220,730,480 | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 692 | java | package leetcode¾ºÈü.ÆßÔÂ.sf7_19;
/**
* @Author HYStar
* @Date 2020/7/19 10:30
*/
public class »»¾ÆÎÊÌâ {
public static void main(String[] args) {
System.out.println(numWaterBottles(9, 3));
System.out.println(numWaterBottles(15, 4));
System.out.println(numWaterBottles(5, 5));
Sy... | [
"911090257@qq.com"
] | 911090257@qq.com |
87928c077583c2ab2aa3ba5ad178e2198fe240a4 | 85645a5c78646759932752b4e72d0498b8171895 | /src/main/java/jagoclient/igs/InformationDistributor.java | ec396c00806e62a5b0dd311ae75e35b032d0e635 | [] | no_license | dantin/jago | e9e51cd4a9321b370079087d2e99266b00afcbc0 | 314be2d273d87ddb8d1db1c29f0f2317fe78e560 | refs/heads/master | 2021-01-10T12:45:39.499147 | 2016-03-18T06:31:08 | 2016-03-18T06:31:08 | 54,179,075 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,498 | java | package jagoclient.igs;
import jagoclient.Global;
import java.io.PrintWriter;
/**
* A Distributor to display informations from the server (type 9).
* It will open a new InformationDialog or append to an old one.
*/
public class InformationDistributor extends Distributor {
ConnectionFrame CF;
PrintWriter ... | [
"chengjie.ding@gmail.com"
] | chengjie.ding@gmail.com |
bad203913c110e8491dde8d4b721eb8d23830045 | 2db38f2d3e374a1237b6d2dd36677a92e84710c8 | /Java/Modification.java | d234833c0db4dffe940512b84578a3b2188e63e8 | [] | no_license | bhavnavarshney/Algorithms-and-Data-Structures | 30ef04767f64ef3a7cb23585f4d5d084a22ab26a | d10e813cbaa8c06214eb4ac1d70c54c7323f9715 | refs/heads/master | 2021-08-09T01:22:07.245198 | 2021-06-30T17:28:48 | 2021-06-30T17:28:48 | 136,694,362 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 368 | java | class Modification{
public static void main(String s[]){
/*int a = 5;
modify(a);
System.out.println(a);
*/
Balloon b = new Balloon("red");
modify(b);
System.out.println(b.color);
}
public static void modify(Balloon c){
c.color="grey";
//c = new Balloon("grey");
}
}
class Balloon{
String c... | [
"bhavna.varshney25@gmail.com"
] | bhavna.varshney25@gmail.com |
9943c9f1f7ec8eef95cab3a3110355ba2aa0ce5a | 803acaf26dcb7a5030ad6a53b75c5b53b62c0e09 | /library/src/main/java/com/google/android/exoplayer2/source/MediaPeriod.java | 80424d445e99c564122f8df0d5d5ee075d4b92e1 | [
"Apache-2.0"
] | permissive | Ood-Tsen/ExoPlayer | fdf4a454c59f3ba0c6fc77ce7e1a9168043c08b8 | 43eea90d3c9102debfd8ae58fdf5d2f383235d2a | refs/heads/master | 2021-01-14T14:33:29.245223 | 2016-09-09T10:02:07 | 2016-09-09T10:02:07 | 35,490,811 | 2 | 5 | null | 2015-05-12T13:50:24 | 2015-05-12T13:50:23 | null | UTF-8 | Java | false | false | 5,082 | java | /*
* Copyright (C) 2016 The Android Open Source Project
*
* 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 app... | [
"olly@google.com"
] | olly@google.com |
279d456e43a75e808556f81d396469a487e8c1ae | 6a516b3939751b7c4ee1859280569151124dd2c2 | /src/com/javarush/test/level18/lesson10/bonus01/Solution.java | 67b279ee9187ce9564f63fd9b20d993e7cee2901 | [] | no_license | SirMatters/JavaRush-Solutions | 690d34b0680ca2f2b220ce3fce666937cb59050d | fe3592308428baac735fb3c443356b54e38a4f8d | refs/heads/master | 2020-12-24T11:45:45.233258 | 2018-04-14T18:50:25 | 2018-04-14T18:50:25 | 73,015,759 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,771 | java | package com.javarush.test.level18.lesson10.bonus01;
/* Шифровка
Придумать механизм шифровки/дешифровки
Программа запускается с одним из следующих наборов параметров:
-e fileName fileOutputName
-d fileName fileOutputName
где
fileName - имя файла, который необходимо зашифровать/расшифровать
fileOutputName - имя файла, ... | [
"perov.krll@gmail.com"
] | perov.krll@gmail.com |
7a642b35b0f68ac7feed473ec257f387b1b0f4b5 | 4da6973cfeee839d4ee25c9c4e2719589ac7fca6 | /src/test/java/com/fruitsalesplatform/test/dao/TestDao.java | 36cb46ca7052fb0d0f72445f8ac384fce654456a | [] | no_license | css12345/Fruit-Sales-Platform | 9f7f903cc06657c94c5f85f7cc47fe376fa69a76 | 6beeb595a5088f69365ce08cb01f384c1f202471 | refs/heads/master | 2020-04-10T11:58:44.769962 | 2019-02-25T10:02:26 | 2019-02-25T10:02:26 | 161,008,171 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 190 | java | package com.fruitsalesplatform.test.dao;
import java.util.List;
import com.fruitsalesplatform.test.entity.User;
public interface TestDao {
public List<User> findUserByName(User user);
}
| [
"2318018219@qq.com"
] | 2318018219@qq.com |
10a22b9b2a33546dd4a0f28afbd60a1b94cc3f59 | ff52f7ccfa4418cc19d95dae13dc061ecfec9c91 | /FangdongWeb/app/controllers/gen/FundBackRecordController.java | 748c015e297f213ef405ed4901e49c10b3bf63a5 | [] | no_license | michael-luk/rent_financial_platform | 01b16427f86dc3ba2f10a364c717aae169ba0c29 | 22c4951dbe4ca0d12ecf3a16df4a2e435d734047 | refs/heads/master | 2021-05-16T21:46:24.528612 | 2020-03-28T10:42:25 | 2020-03-28T10:42:25 | 250,481,477 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,554 | java | package controllers.gen;
import controllers.*;
import controllers.biz.*;
import play.mvc.WebSocket;
import util.*;
import views.html.*;
import views.html.gen.*;
import LyLib.Interfaces.IConst;
import LyLib.Utils.DateUtil;
import LyLib.Utils.PageInfo;
import LyLib.Utils.StrUtil;
import LyLib.Utils.Msg;
import com.avaje... | [
"micluy@gmail.com"
] | micluy@gmail.com |
b4dcf9bb91b33202090cc0156dc75a8adf44c440 | f963e80864749db5f14887b3c2e33151f90b82ba | /app/src/main/java/com/example/linxuan/myzxing/zxing/camera/CameraConfigurationManager.java | 9f79549adf8c34b3d53019f624103c59808e7170 | [] | no_license | linhaoyou/MyZXing | 3833930437e37e14b9bd0ec37c6ed3c451aea7fe | cf85976d94255153faff7a9cb7427c36c361f06e | refs/heads/master | 2021-05-07T08:39:15.019651 | 2017-11-03T10:16:50 | 2017-11-03T10:16:50 | 109,381,956 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,529 | java | /*
* Copyright (C) 2010 ZXing authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | [
"linxuan@ffcs.cn"
] | linxuan@ffcs.cn |
b580be5392f72e3ed04dc211470157f0b843014b | bd6bca7e6418cb15caba46abffb0c283f4687cb6 | /app/src/main/java/com/example/csce490m3research/TipScreenActivity.java | 5ec141fb209bc89340b44bc0562970d80cccb3a8 | [] | no_license | SCCapstone/iTipper | 885cc6fff54979459060d98084a8420431a7df92 | befbe08b5bc508ae355519a668211ae92a5fdd8d | refs/heads/master | 2022-04-24T07:37:52.720750 | 2020-04-27T18:27:44 | 2020-04-27T18:27:44 | 205,369,815 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,746 | java | // coded by John Esco, iTipper
// Modified by @paolomilan
package com.example.csce490m3research;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
public class TipScreenActivity extends AppCompatActivity ... | [
"tyler.p.chambers@gmail.com"
] | tyler.p.chambers@gmail.com |
625748b3f6c43bc71df59f7c9ecfc655188631e5 | 60c802362d16e10c433171fe5a19000f3dd5e0bb | /src/main/java/br/com/caelum/ingresso/model/descontos/DescontoEstudante.java | fdc0c63b8edf21418a717be960ea6f8e3c74d109 | [] | no_license | alessandraml/fj22-ingressos | e1c8b7ad351d3bbe832c253637b0abf4ee22320a | 375998bc915c12874bd37178c11f8462a6082993 | refs/heads/master | 2021-01-01T19:59:06.080873 | 2017-08-12T19:55:28 | 2017-08-12T19:55:28 | 98,739,077 | 0 | 0 | null | 2017-07-29T14:51:15 | 2017-07-29T14:51:15 | null | UTF-8 | Java | false | false | 369 | java | package br.com.caelum.ingresso.model.descontos;
import java.math.BigDecimal;
public class DescontoEstudante implements Desconto{
private BigDecimal metade = new BigDecimal("2.0");
public BigDecimal aplicarDescontoSobre (BigDecimal precoOriginal){
return precoOriginal.divide(metade);
}
@Override
public St... | [
"aleml_3@yahoo.com.br"
] | aleml_3@yahoo.com.br |
aed25a30cca8ebf42ecff504790f9696ceb32429 | 74b47b895b2f739612371f871c7f940502e7165b | /aws-java-sdk-ivs/src/main/java/com/amazonaws/services/ivs/model/transform/RecordingConfigurationMarshaller.java | 5aaff4f190ef08ab27720a3026adeebfbf35c133 | [
"Apache-2.0"
] | permissive | baganda07/aws-sdk-java | fe1958ed679cd95b4c48f971393bf03eb5512799 | f19bdb30177106b5d6394223a40a382b87adf742 | refs/heads/master | 2022-11-09T21:55:43.857201 | 2022-10-24T21:08:19 | 2022-10-24T21:08:19 | 221,028,223 | 0 | 0 | Apache-2.0 | 2019-11-11T16:57:12 | 2019-11-11T16:57:11 | null | UTF-8 | Java | false | false | 4,064 | java | /*
* Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
f393c3b136c28ca6e45ed8d7862680487407b3eb | 71b9c6a47ac81b8414097e4cb61c384f337c597b | /ProjectApp/app/src/androidTest/java/com/example/alesdias/projectapp/ApplicationTest.java | c100e83a779ec42f1d49e91787f5db860113b9c1 | [] | no_license | alessandracdias/WorkLogger | 7677f8f90a02f5f31d9d5048c79372f4b2e7cb06 | a10623a3af32a39af147b09b49441fbeb637988f | refs/heads/master | 2021-01-20T17:19:46.398581 | 2016-07-25T01:33:08 | 2016-07-25T01:33:08 | 64,094,486 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 362 | java | package com.example.alesdias.projectapp;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {... | [
"alessandracdias@gmail.com"
] | alessandracdias@gmail.com |
489269f6b24865ed8c941cc1fbcd7383d946c5d2 | b3c5cee7b3d3abac4c54e5b12e55530e81b95878 | /src/dev/ranieri/services/EmployeeService.java | 0ba896f1e8011847a824c54d7a1cf04c7be1bf3e | [] | no_license | adamranieri/EmployeeHourApp | 1ddeb1b01017d15f31542417b3aa73bb1e6b73a3 | 4096e86235f8ed2cc62ee79405510f84a5eb09b2 | refs/heads/master | 2022-12-31T16:49:36.015325 | 2020-10-19T18:39:28 | 2020-10-19T18:39:28 | 305,479,851 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 319 | java | package dev.ranieri.services;
import dev.ranieri.entities.Employee;
public interface EmployeeService {
public Employee enrollEmployee(String username);
public Employee login(String username);
public boolean addHoursWorked(Employee emp, double hours);
public boolean takePto(Employee emp, double hours);
}
| [
"adaman94@gmail.com"
] | adaman94@gmail.com |
bbef2fa912b7c62e911812376d495badc9bfcbee | 4a0f8e5f92d34bfb5bff0a3d59a6e70e9bbc78e0 | /src/CommonNumbers.java | 2bde2c638d7149237dda607da27d04258772a6e2 | [] | no_license | nilooy5/twoArrayCommons | eec4c34823cf9e80aa3b01e9802dafd81fa39d85 | 7de6d67cae9475011697fd58f896fd3ef38ca7c2 | refs/heads/master | 2022-12-17T21:34:30.986618 | 2020-08-29T23:57:45 | 2020-08-29T23:57:45 | 291,285,908 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 763 | java | import java.util.*;
public class CommonNumbers {
public static void main(String[] args) {
System.out.println("Common Distinctive Numbers by Munira Tabassum");
int[] numArray1 = {6, 34, 5, 1, 9, 1};
int[] numArray2 = {6, 1, 8, 34, 5};
HashSet<String> unique = new HashSet<>();
// ... | [
"niloooy@gmail.com"
] | niloooy@gmail.com |
beefc3b75f3f1112a22ff1bfc82e8742512311cf | cc93c941900a2fae24f727d8b2731e0472879e86 | /src/main/java/ui/template/ViewFactory.java | 3d9afd10e7aaeb8c230968df4bd72129b9261479 | [] | no_license | Erwerner/CoronaStats | f16c26c51ea04414eb46f2893602a60c7f46843a | fed553af1a5c8a568013964e146d5e0a780fd2fb | refs/heads/master | 2023-04-07T05:55:53.426158 | 2021-04-25T08:49:35 | 2021-04-25T08:49:35 | 265,845,675 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 109 | java | package ui.template;
public abstract class ViewFactory {
public abstract void makeViews(Model model);
}
| [
"erik.werner@otto.de"
] | erik.werner@otto.de |
a4c7b63887f7803f5c7cbc9920ad521d362c1347 | 96d459b12727f938dfd3182f3a870ea9c36d6771 | /Ribbon/RibbonClient/src/main/java/com/zgpeace/cloud/domain/CommonResult.java | 9eead287f3bfe9ee6ac452ab7c7d38668e278156 | [] | no_license | zgpeace/SpringCloudGreenwich | 91248718ef361bf954fd204f9b90c1050643d040 | edf8772efb98b36cfb6b2dd1f1a3e617e15f2c55 | refs/heads/master | 2021-01-01T23:45:54.222441 | 2020-03-06T01:54:07 | 2020-03-06T01:54:07 | 239,396,757 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 484 | java | package com.zgpeace.cloud.domain;
import lombok.*;
@Data
@NoArgsConstructor
public class CommonResult<T> {
private T data;
private String message;
private Integer code;
public CommonResult(T data, String message, Integer code) {
this.data = data;
this.message = message;
this.code = code;
}
... | [
"zgpeace@gmail.com"
] | zgpeace@gmail.com |
be52b1092c61b17b0063d548ab0952570e65a2e4 | d2460001fa5c7f3c9538ed6f4c8257a7a5d5c1e3 | /src/main/java/io/github/vergl/currator/service/ExchangeRateService.java | 408bff5a753c70eb48bcfe68b8ebd67e72954a1b | [
"MIT"
] | permissive | vergl/currator | 1a63826bf34064d7da0e32758022c695aa7985d3 | 12028e16ea959ba54f85955b42448b7dec5256b7 | refs/heads/master | 2020-12-27T04:00:19.389256 | 2020-09-28T05:56:26 | 2020-09-28T05:56:26 | 237,757,391 | 0 | 0 | MIT | 2020-09-28T05:56:28 | 2020-02-02T10:59:27 | Java | UTF-8 | Java | false | false | 1,432 | java | package io.github.vergl.currator.service;
import io.github.vergl.currator.domain.ExchangeRate;
import io.github.vergl.currator.domain.ExchangeRateDto;
import io.github.vergl.currator.domain.ecb.EcbEnvelope;
import io.github.vergl.currator.domain.filter.ExchangeRateDateFilter;
import io.github.vergl.currator.domain.fil... | [
"stanislav.giley@gmail.com"
] | stanislav.giley@gmail.com |
ce34c162a96e98a563153ae986b783488e7ecdd2 | 3c31471271a94e952d2edde4a6689ef27ed93feb | /core/src/io/anuke/koru/traits/ConnectionTrait.java | 9792ba51e940849164297d2cc96421bac256bf2b | [] | no_license | Anuken/Koru | 129e4a8e730084bfa7b7afa5849b9e409d1ae817 | 4972659ffc223d50e200e782483d43b1698aae45 | refs/heads/master | 2020-04-13T22:12:21.051272 | 2020-01-21T14:48:41 | 2020-01-21T14:48:41 | 55,321,165 | 95 | 12 | null | 2017-07-22T23:23:38 | 2016-04-02T23:36:40 | Java | UTF-8 | Java | false | false | 288 | java | package io.anuke.koru.traits;
import io.anuke.koru.network.syncing.SyncData.Synced;
import io.anuke.ucore.ecs.Trait;
@Synced
public class ConnectionTrait extends Trait{
public boolean local; //whether this is the local player
public transient int connectionID;
public String name;
}
| [
"arnukren@gmail.com"
] | arnukren@gmail.com |
6e9d285e6437caba2384344901bf8bcd134ebbb1 | a3321ebb1a2311367f763ea2395e9817083c43fe | /src/main/java/com/graduate/project/entity/User.java | 7a52b8c753ee50a819d3486f55df4935bad6b00a | [] | no_license | Jiayidong1996/graduate-project | c24642cd5c4638fb4f9eb2c1f1359d837b803410 | 2e1ad65d3781ed2c9adaefccfc9d1fb5b0c4e6a7 | refs/heads/master | 2020-03-15T16:19:36.489640 | 2018-05-25T08:51:42 | 2018-05-25T08:51:42 | 132,232,449 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 796 | java | package com.graduate.project.entity;
import java.sql.Date;
public class User {
private int id;
private String username;
private Date birthday;
public Date getBirthday() {
return birthday;
}
public void setBirthday(Date birthday) {
this.birthday = birthday;
}
public... | [
"jiayidong1996@163.com"
] | jiayidong1996@163.com |
4cb76f703cdf695a6b5c979dff32b73031962f71 | fa3e354f03167f9417eccd4522e1dae5ba75e3b6 | /src/main/java/com/fsd/sba/entity/CompanyEntity.java | c188c529dcf89bcc05b3671cc2e11482a169a288 | [] | no_license | Amy-zhy/SBA-IPO | f0564d60bfa40542974c7e32bda6fc9c75043411 | fec3ba2b32f8a270b810d57eb3672157b47c6182 | refs/heads/master | 2022-06-25T15:38:51.780882 | 2019-12-14T14:11:00 | 2019-12-14T14:11:00 | 227,537,247 | 0 | 0 | null | 2022-06-17T02:45:59 | 2019-12-12T06:35:07 | Java | UTF-8 | Java | false | false | 2,839 | java | package com.fsd.sba.entity;
// import java.text.DecimalFormat;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
/**
* @ClassName CompanyEntity
* @Descripti... | [
"“zhhongyu@cn.ibm.com”"
] | “zhhongyu@cn.ibm.com” |
031406bf1c966a28f6be313df105a47c355e0daa | 53f1039f885e66fa89c90d059a8f52174b32578d | /artCode/aco15/src/test/java/garbage/contactListApp/InputString.java | 9359efe57e5d24c1c73dfe3d5f388d1208f32543 | [] | no_license | radchenkoVit/artCode | f258d7ec652330e7944866fd18e1376cf3487b70 | 2c6bfa40a87f54af723ea55d073721ba362bc93a | refs/heads/master | 2021-01-12T11:01:12.420703 | 2017-01-22T08:13:33 | 2017-01-22T08:13:33 | 72,791,726 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 624 | java | package garbage.contactListApp;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class InputString {
public static BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));
private InputString(){}
/*
* Input action made, by user
... | [
"vit.radchenko@gmail.com"
] | vit.radchenko@gmail.com |
78b4e3e3e49446e6490ac95b16381da0d2008b31 | a761aabe1761227e506282031b1221f9f3612c6f | /app/src/main/java/com/rrtutors/androidexoplayer/MainActivity.java | 0ead4846987e7c8eab11a1aa716218b37aaaff3b | [] | no_license | rrtutors/Exoplayer---Android | b2bf2fb9083601f0397e5e430aa4ca06b3e52407 | 37e971f571d47d345056472c6aa6ee73aeec053c | refs/heads/master | 2020-09-28T20:47:20.057298 | 2019-12-09T12:05:17 | 2019-12-09T12:05:17 | 226,861,627 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,606 | java | package com.rrtutors.androidexoplayer;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
import android.content.pm.ActivityInfo;
import android.content.res.Configuration;
import android.net.Uri;
import android.os.Bundle;
import android.util.DisplayMetrics;
import android.view.View;... | [
"rrtutor.me@gmail.com"
] | rrtutor.me@gmail.com |
1b7889e37c0e79614c196c174d1c18047cfe5cd8 | f36276da2801f8859691525cbada7b8f792343bf | /src/com/yuol/smile/utils/FileUtils.java | 107a67e384b9ae5055c7beb040c5bf60d1dd58e2 | [] | no_license | RayWuBlue/CompusAnywhere-Eclipse | fb2443543e9e8b66973755e350e7c04bf75045ee | 6047c1496566c2418878087160610cc6140f0aa5 | refs/heads/master | 2021-01-01T05:27:18.000867 | 2016-05-21T05:25:01 | 2016-05-21T05:25:01 | 59,343,330 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 4,140 | java | package com.yuol.smile.utils;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.util.Random;
import android.os.Environment;
import android.util.Log... | [
"306450705@qq.com"
] | 306450705@qq.com |
301b295651dacd7760dddd567a34aeee59e0490d | 7cb0d799781dee02c1653041fb71283593084c28 | /app/src/main/java/com/kongtiaoapp/xxhj/ui/view/Mf_Tools.java | 8cc1107d4f8b2cda0b9def55b080eff47e52f78d | [] | no_license | guochengabc/xxhj_project | 2a7a41f000dc7c6512d93c83a641e6dd7a531a87 | b6588be8e5c9436f88873e085a76c3241193a8c1 | refs/heads/master | 2020-09-21T13:09:44.562591 | 2020-01-19T09:17:05 | 2020-01-19T09:17:05 | 224,797,254 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,095 | java | package com.kongtiaoapp.xxhj.ui.view;
import android.app.Activity;
import android.content.Context;
import android.support.v4.app.Fragment;
import android.view.View;
import android.view.ViewGroup;
import android.widget.RelativeLayout;
import android.widget.TextView;
import com.kongtiaoapp.xxhj.R;
import com.kongtiaoa... | [
"guochengabc@163.com"
] | guochengabc@163.com |
cab51cf57850b532f242831c71686b6b74543ff2 | 573a59e44990cf68cd057439534f73b297583751 | /src/main/java/ch/buhls/billmanager/gui/viewModel/wrappers/FinancialYearWrapper.java | 6a0a525dc6726aadfed99e19ba9edcdfad39ffbc | [] | no_license | sdbuehlmann/BillManager | c7515b5bf265ffe327119c9692492ca18348c816 | dfd6dcf8ab8a324eb519645d7f693d307dfe9785 | refs/heads/develop | 2023-05-25T22:22:49.924716 | 2019-11-27T18:01:34 | 2019-11-27T18:01:34 | 131,580,333 | 0 | 0 | null | 2023-05-23T20:18:32 | 2018-04-30T09:58:27 | Java | UTF-8 | Java | false | false | 435 | java |
package ch.buhls.billmanager.gui.viewModel.wrappers;
import ch.buhls.billmanager.gui.data.GUIFinancialYear;
import ch.buhls.billmanager.persistance.database.entities.FinancialYear;
/**
*
* @author simon
*/
public class FinancialYearWrapper implements IDataWrapper<FinancialYear, GUIFinancialYear>
{
@Override
... | [
"sdbuehlmann@gmail.com"
] | sdbuehlmann@gmail.com |
019edb9a99c7127bf6f8f95076828e2e861560ec | 5029132de6b7300440aac0114621c0f1308a7e6a | /src/programmers2/JadenCase.java | e399ad14991581f23c177450f6cc79600253bd5c | [] | no_license | minkeun428/Java-Algorithm | e69b483373981611dda93c4ba98a57e0d3f02dea | e5d950bb4c6679085d4e0887b88bdd2bcc32f6a7 | refs/heads/master | 2023-07-09T20:25:20.267914 | 2021-08-12T14:23:22 | 2021-08-12T14:23:22 | 370,940,098 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,688 | java | package programmers2;
public class JadenCase {
public void solution(String s) {
String[] str = s.split("");
StringBuilder sb = new StringBuilder();
if(Character.isLowerCase(str[0].charAt(0))) {
sb.append(str[0].toUpperCase());
}else {
sb.append(str[0]);
... | [
"minkeun428@gmail.com"
] | minkeun428@gmail.com |
70da7cfe4d799505d92be90b715de2fe979990f0 | 4aa7638557e3ec58243a0b83f0d9a0f97e5bc784 | /src/main/java/com/lapots/breed/platform/tpm/core/artifact/download/DownloadContext.java | fb40202d9ad2e65bfd18e200f578c594c47e9185 | [] | no_license | lapots/tpm | 60971562a0c2344001a8ad5aa6a6933e1049bc24 | 852e45521665cf41470f9d03c127e8eb634f7650 | refs/heads/master | 2021-07-05T06:14:53.630413 | 2017-09-28T14:53:20 | 2017-09-28T17:49:50 | 103,975,344 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 691 | java | package com.lapots.breed.platform.tpm.core.artifact.download;
import com.lapots.breed.platform.tpm.core.api.AbstractArtifactContext;
import com.lapots.breed.platform.tpm.core.artifact.consistency.Artifact;
public class DownloadContext extends AbstractArtifactContext {
private static DownloadContext instance;
... | [
"sebastrident@gmail.com"
] | sebastrident@gmail.com |
c055309c0be150a1eb9c58daeae5bf27dfe883eb | 117fd4f2b1f04a24046d0c96a7003f6372b3584c | /app/src/main/java/com/aghagha/tagg/NilaiGuruAdapter.java | eae014492e533b759bfdb5d265074ac8e4567e72 | [] | no_license | aghagha/TUGAS_AKHIR_AWASI | 1a0ce918d3a5f9010159942f9b6f7aec3ca6bc0d | 37ba08c8b013428b5cde0ecc0991987f53316b0e | refs/heads/master | 2021-03-30T18:04:54.213675 | 2017-08-03T03:41:44 | 2017-08-03T03:41:44 | 91,204,067 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,186 | java | package com.aghagha.tagg;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.support.v4.content.ContextCompat;
import android.support.v7.app.AlertDialog;
import android.support.v7.widget.RecyclerView;
import android.text.Layout;
import android.view... | [
"amrikudou@gmail.com"
] | amrikudou@gmail.com |
8c5b9bfc414b95117380a42e271417cd90b72356 | b21aa78f4df6ca9bac90e2726221114a41f2294a | /src/main/java/darkknight/jewelrycraft/block/BlockSmelter.java | db8e254f14ac1cb47852a992f78761504afc7ab6 | [] | no_license | sor1n/Jewelrycraft | 03db45d33498b24146cc7327e3994d454f67272c | 01c8701b68986ccfa83e902515716838d6829311 | refs/heads/1.7.10 | 2021-01-20T12:00:11.955555 | 2015-12-01T20:55:30 | 2015-12-01T20:55:30 | 15,147,767 | 10 | 8 | null | 2015-08-20T18:10:06 | 2013-12-12T21:21:27 | Java | UTF-8 | Java | false | false | 12,843 | java | package darkknight.jewelrycraft.block;
import java.util.Random;
import darkknight.jewelrycraft.config.ConfigHandler;
import darkknight.jewelrycraft.item.ItemList;
import darkknight.jewelrycraft.item.ItemMoltenMetalBucket;
import darkknight.jewelrycraft.tileentity.TileEntityMolder;
import darkknight.jewelrycraft... | [
"sor1n.iliutza16@gmail.com"
] | sor1n.iliutza16@gmail.com |
9faf7c2b05cb4cb5ecf717665d27146b4e365900 | 5d76b555a3614ab0f156bcad357e45c94d121e2d | /src-v3/com/crumby/impl/danbooru/DanbooruPoolGalleryProducer.java | 338be4f6bf0e77c51c8d0b428363c0d9cefcef0c | [] | no_license | BinSlashBash/xcrumby | 8e09282387e2e82d12957d22fa1bb0322f6e6227 | 5b8b1cc8537ae1cfb59448d37b6efca01dded347 | refs/heads/master | 2016-09-01T05:58:46.144411 | 2016-02-15T13:23:25 | 2016-02-15T13:23:25 | 51,755,603 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,597 | java | package com.crumby.impl.danbooru;
import com.crumby.impl.crumby.UnsupportedUrlFragment;
import com.crumby.lib.GalleryImage;
import com.crumby.lib.fragment.producer.GalleryProducer;
import com.google.gson.JsonObject;
import java.io.IOException;
import java.net.MalformedURLException;
import java.net.URL;
public class D... | [
"binslashbash@otaking.top"
] | binslashbash@otaking.top |
c1dcc02bb0dac06be27f78fdf75f3c51c7049bf7 | 1f123f5eb319489dcd0c180bb2cce4da291372f4 | /app/src/main/java/com/example/headstart/MaintenanceSchedule/ScheduleHolder.java | 1b952c8f8874089f63080be1c6aa4fdc4d23cec1 | [] | no_license | skepquilian/HeadStart | 7f5149913b28841fb274efad67f78a9a7150123b | fe5a5d6e43e6a66b822fa963bdd525359e618d3b | refs/heads/master | 2023-07-02T21:36:31.523980 | 2021-08-12T13:43:43 | 2021-08-12T13:43:43 | 310,965,737 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,078 | java | package com.example.headstart.MaintenanceSchedule;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.RelativeLayout;
import android.widget.TextView;
import com.example.headstart.R;
import androidx.annotation.NonNull;
import androidx.cardview.widget.CardView;
import androidx.recyclervi... | [
"stevenfianu99@gmail.com"
] | stevenfianu99@gmail.com |
28d79e0674489e89fb10af116fabdfc3aa61efd0 | 024c56eba6b62afae84906b5bcedd6ae80ad8486 | /src/com/boa/training/receiver/MessageReceiverWithSpecificPartition.java | f21f8fb9b877eb6c1ec8367b5a8acc37489a67c3 | [] | no_license | pradeepatmuri/KafkaTrainingsDay2 | 6bbbc6b9c8a271373699ae1f0cb71a43a8463ec0 | d8298f1677e6c04387119d2ebaf9ccab855a0ab2 | refs/heads/master | 2020-04-24T01:27:56.016082 | 2019-02-21T10:06:31 | 2019-02-21T10:06:31 | 171,599,120 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,686 | java | package com.boa.training.receiver;
import java.time.Duration;
import java.util.ArrayList;
import java.util.List;
import java.util.Properties;
import org.apache.kafka.clients.consumer.Consumer;
import org.apache.kafka.clients.consumer.ConsumerRecord;
import org.apache.kafka.clients.consumer.ConsumerRecords;... | [
"Administrator@DESKTOP-UPRT1D1"
] | Administrator@DESKTOP-UPRT1D1 |
b37c80de2bae6e2f34c480ea42cb84eb409c1dc0 | 04d9f6cfa2fd78283990a3936079c4bdcc8223f6 | /src/test/java/ioFundamentals/mainTask/analyzers/PathAnalyzer.java | ba7657651ae35b62db9f575b070e47f66f2b7a3d | [] | no_license | slask1807/EPAM2IOMain | 5c6729cd07c6877c284ee1a9f3a67c64f82a071c | e9bea5e62aa32e0cbe31428ab1dd5421fbec95c3 | refs/heads/master | 2023-06-28T14:09:22.143550 | 2020-06-10T19:27:35 | 2020-06-10T19:27:35 | 392,784,868 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,439 | java | package ioFundamentals.mainTask.analyzers;
import ioFundamentals.mainTask.fileStructureEntities.DirectoryHierarchy;
import ioFundamentals.mainTask.fileStructureEntities.DirectoryHierarchyItem;
import java.io.File;
import java.util.List;
import java.util.stream.Collectors;
public class PathAnalyzer {
private stat... | [
"katerina.filipenua@gmail.com"
] | katerina.filipenua@gmail.com |
eed8beb0369b8ff80a891419535831e3d6d97a15 | 9539aaca2bb6fe33653178f82fc7ebbdf38862eb | /src/MedianFinder.java | 02dc97531673b8ffe34fe4a278b000132273e042 | [] | no_license | wihoho/LeetCode | 53d9cab31c70c859a53c474fbcb1f353eaad6b67 | 6d7d05b42f11b4626df3fd3df98cc7668ded0d8a | refs/heads/master | 2020-12-24T06:03:44.232709 | 2016-07-25T12:05:12 | 2016-07-25T12:05:12 | 17,285,658 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,179 | java | import java.util.PriorityQueue;
public class MedianFinder {
PriorityQueue<Integer> maxHeap;
PriorityQueue<Integer> minHeap;
public MedianFinder() {
maxHeap = new PriorityQueue<>((a, b) -> {
return -a.compareTo(b);
});
minHeap = new PriorityQueue<>((a, b) -> {
... | [
"gong_l@worksap.co.jp"
] | gong_l@worksap.co.jp |
c0b43221b90f4dd64857ea114157312755a81717 | 4c076f94ab695a23aa342a9b12eefdcd8515b61d | /src/test/java/net/lliira/leetcode/r451/P453MinMoveTest.java | 9c45ce8a9067459952599ff981d97de94574f239 | [] | no_license | jerric/lliira-leetcode | 091948f753a7b9cd443748544a166ade49ee5071 | ce79c2bd6521886d36bd5b82ef6092572a74c2c8 | refs/heads/master | 2021-01-13T11:40:58.775775 | 2017-03-05T23:02:55 | 2017-03-05T23:02:55 | 77,765,989 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 572 | java | package net.lliira.leetcode.r451;
import net.lliira.leetcode.ListNode;
import org.testng.Assert;
import org.testng.annotations.Test;
import static net.lliira.leetcode.TestHelper.*;
/**
* Created by Jerric on 1/25/2017.
*/
public class P453MinMoveTest {
private final P453MinMove solution = new P453MinMove();
... | [
"jerricgao@gmail.com"
] | jerricgao@gmail.com |
d1ffac7b945b3bf273d30497d2b626eda6631807 | 9756815dbd3c6e972db141f0a47f424adc3c10ce | /src/main/java/com/streetbuzz/microservices/utils/NamingServer.java | d57bd05b2e84c21d791fb3aeaacb32b0f267854a | [] | no_license | soumik-dutta/microservices | 2d1b9ae0370f3ff37a7aeb1ecac6395080e2dc83 | 56eaa63ee73c0a5dc11d2a36c7b3a3905b833050 | refs/heads/master | 2021-01-20T21:40:55.211460 | 2018-05-05T12:34:01 | 2018-05-05T12:34:01 | 101,778,525 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 570 | java | package com.streetbuzz.microservices.utils;
/**
* Naming server for microservices
* Created by duttas16 on 7/3/2017.
*/
public interface NamingServer {
//
public static final String BLOG_SERVICE_URL = "http://BLOG-SERVICE";
public static final String SOCIALMEDIA_SERVICE_URL = "http://SOCIAL-SERVICE";
... | [
"soumik652@hotmail.com"
] | soumik652@hotmail.com |
689cccdf9585d498273c4c490cef5f504f1a68d5 | 8724cb8764d3015ddb9b7d11fea325c06f6684c4 | /bitcoin-wallet/src/main/java/com/blackjade/wallet/BitcoinWalletApplication.java | f23fcf73aebf9a4b123084fff740fe981a0c890d | [] | no_license | hexiuya/bitcoinj-0.14.7 | 25bc39448bae072e0bd9ce1c355b03356f48bc37 | b931e1fddc3dfefbca8568824a43bb5719b6f7d1 | refs/heads/master | 2020-03-28T01:08:48.854368 | 2018-10-25T03:50:38 | 2018-10-25T03:50:38 | 147,480,679 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,491 | java | package com.blackjade.wallet;
import com.alibaba.druid.pool.DruidDataSource;
import com.blackjade.wallet.controller.MainController;
import com.blackjade.wallet.controller.SendBtcThread;
import com.blackjade.wallet.controller.WalletSetPasswordController;
import com.blackjade.wallet.utils.BitcoinModel;
import com.google... | [
"hexiuya0902@hotmail.com"
] | hexiuya0902@hotmail.com |
4d133c7528f00fb04cc7ba84d536ece17326625c | 49ff804d67fa591a8ce4a91ff3f3f37141ba2101 | /Map_View/app/src/test/java/com/example/map_view/ExampleUnitTest.java | 868fbc6462cb985e4af608efc4fed11f80e76bf9 | [] | no_license | jarishing/Map_View_Testing | f384a7b6d4c87941b37bbe90297d9376da5537ac | 1063a163981308b08628fd27decf79e9b6c9497d | refs/heads/master | 2020-12-02T22:54:55.563456 | 2017-08-24T07:12:52 | 2017-08-24T07:12:52 | 96,201,842 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 398 | java | package com.example.map_view;
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 a... | [
"jarishing@gmail.com"
] | jarishing@gmail.com |
7956d4bf57a19b0121d552f78d6fdde498553134 | 4a792164bb48551ca85fff85848ef10ec1cdd24f | /src/test/java/Chapter5/DecorateTest.java | 1f0020cf89cd17afa826575774d068896a05d60d | [] | no_license | JakoetTH/Chapter5 | aa0cc8daf3965f4ee5596a05b0cb393f20eed1ca | f4dd6198f9c2d0e9f14d849a2d61936cf683fedc | refs/heads/master | 2016-09-01T18:13:54.629559 | 2015-03-13T21:22:36 | 2015-03-13T21:22:36 | 32,147,745 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 783 | java | package Chapter5;
import Chapter5.Config.SpringConfig;
import Chapter5.Impl.Decorator.ColourAeroplane;
import org.junit.After;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.annotation.AnnotationConfigAp... | [
"thawhirwow@gmail.com"
] | thawhirwow@gmail.com |
0826c7ebf4e939b865b2b72d0a348a75086635e2 | f3b387157485817ff83b7b9aec112b183becd8a4 | /Chapter.8/areaTest.java | 96631448e04adb20be173d136444cef7b56677c1 | [] | no_license | BlueTeche/JAVA222 | 7428495997a6ae8caee415ae33426e5210cc0d85 | 31ab7b5fea6f94bcc0b75877a891912caf44191a | refs/heads/master | 2020-05-31T10:34:14.336009 | 2019-06-04T16:48:58 | 2019-06-04T16:48:58 | 190,243,254 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 711 | java | import java.util.Scanner;
public class areaTest{
public static void main(String[] args){
int wd, le;
double ra, ra1, hei;
Scanner in = new Scanner(System.in);
area ob = new area();
System.out.print("Enter a radius for area of circle :");
ra = in.nextDouble();
System.out.print("Enter a width and length... | [
"John.Lee51291@gmail.com"
] | John.Lee51291@gmail.com |
117fc8d2eef9a44a36f3ed7a5f52ff20e10e2686 | c4eeb8a08544d27a58c15b92b6a338763cffdda7 | /Object Oriented Programming/File Copier/NumberCopier.java | fda612398892b39f5cad27933a235989bd9e6974 | [] | no_license | giodude074/Academic-Work | d5fff285143a68559eef941177eae218cd504047 | 06b5aa2ee17e48dd278c397fa12fd5fee12496ba | refs/heads/master | 2021-08-31T23:01:31.599389 | 2017-12-23T08:59:38 | 2017-12-23T08:59:38 | 113,622,436 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 728 | java | package copierMidtermPrac;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.PrintWriter;
import java.util.Scanner;
public class NumberCopier extends FileCopier {
public NumberCopier(){
super();
}
@Override
public void copy(String fromtextfilepath, String totextfilepath)
... | [
"Gio G"
] | Gio G |
ad92a495695fa61133a177026789739be6fd9d99 | f21d8ac100839a04e26a0cb480a58ef7d5627dba | /spaghetti-api/src/main/java/com/prezi/spaghetti/ast/ExternInterfaceNode.java | c736650210c9700de8e3b96f0b6d1ff6b7c18783 | [
"Apache-2.0"
] | permissive | prezi/spaghetti | 0ecd8941d4cb7a8139094173034e753b9872fd0a | 5caac436563eb18fad7e6bab83f3d2cc98713a8a | refs/heads/master | 2023-05-15T08:25:14.685827 | 2023-04-27T07:29:15 | 2023-04-27T07:29:15 | 14,537,911 | 17 | 4 | NOASSERTION | 2023-09-05T12:08:32 | 2013-11-19T21:03:48 | Java | UTF-8 | Java | false | false | 117 | java | package com.prezi.spaghetti.ast;
public interface ExternInterfaceNode extends ExternTypeNode, InterfaceNodeBase {
}
| [
"lorant.pinter@prezi.com"
] | lorant.pinter@prezi.com |
e284a7fb5970b766c0337fc8d98259bff315d576 | 8ef2cecd392f43cc670ae8c6f149be6d71d737ba | /src/com/google/android/gms/internal/d$a.java | 243b5444d930d7349859cb939f73f4cfde91f6c1 | [] | no_license | NBchitu/AngelEyes2 | 28e563380be6dcf5ba5398770d66ebeb924a033b | afea424b70597c7498e9c6da49bcc7b140a383f7 | refs/heads/master | 2021-01-16T18:30:51.913292 | 2015-02-15T07:30:00 | 2015-02-15T07:30:00 | 30,744,510 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,441 | java | package com.google.android.gms.internal;
public final class d$a
extends qq<a>
{
private static volatile a[] o;
public int a;
public String b;
public a[] c;
public a[] d;
public a[] e;
public String f;
public String g;
public long h;
public boolean i;
public a[] j;
public int[]... | [
"bjtu2010@hotmail.com"
] | bjtu2010@hotmail.com |
f999f2b17b7dc407a322baa13630cabcfeb10383 | 74781f596473dfd80e33d6c1fc4d19b4dc0409aa | /src/domain/DomainConsumer.java | c5d0c5210d2f81af9deb030b99de8be4ffb1f975 | [] | no_license | junknet/domain_hunter_pro | 6b2e44fc8825d15f1df6e42ec58787f738f53589 | c48afc85e4c5973a88121a3891ab519b73c58c3b | refs/heads/master | 2023-08-16T23:30:24.783173 | 2021-09-27T10:40:39 | 2021-09-27T10:40:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,865 | java | package domain;
import burp.BurpExtender;
import java.util.HashSet;
import java.util.Random;
import java.util.Set;
import java.util.concurrent.BlockingQueue;
import java.util.concurrent.CopyOnWriteArraySet;
//负责将收集的域名信息写入数据库
public class DomainConsumer extends Thread {
private int threadNo;
private volatile boole... | [
"bit4woo@163.com"
] | bit4woo@163.com |
8b3e49f3b3e0d48db370f5df84789c8c96610781 | 558eea3653bb213a28ae9188f4bce56ca9113a28 | /commons-data/commons-data-base/src/main/java/cn/newphy/data/domain/PageRequest.java | 59119cd90fad26fa1b53336bd5f5218a441ab2c3 | [] | no_license | Newphy/newphy-commons | 12802906563d517ad680262fb40de1a097d71baa | 1422dd29b571c694bcc158271460fc7216c499cc | refs/heads/master | 2020-05-22T02:45:03.577060 | 2017-02-13T03:42:30 | 2017-02-13T03:42:30 | 62,269,506 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,200 | java | package cn.newphy.data.domain;
import java.io.Serializable;
import java.util.Collections;
import java.util.LinkedHashMap;
import java.util.Map;
public class PageRequest implements Pageable, Serializable {
private static final long serialVersionUID = -4541509938956089562L;
private final int page;
priv... | [
"newphy@outlook.com"
] | newphy@outlook.com |
53900a47610dfe4504e608d26bb0acafae486626 | 2bdedcda705f6dcf45a1e9a090377f892bcb58bb | /src/main/output/school_reason_body/place/question_kind/man/guy_study/power_information.java | ce8c9fe3e34ac29d8b4737264e59e7342c67338f | [] | no_license | matkosoric/GenericNameTesting | 860a22af1098dda9ea9e24a1fc681bb728aa2d69 | 03f4a38229c28bc6d83258e5a84fce4b189d5f00 | refs/heads/master | 2021-01-08T22:35:20.022350 | 2020-02-21T11:28:21 | 2020-02-21T11:28:21 | 242,123,053 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,564 | java | 'use strict';
let https = require ('https');
// **********************************************
// *** Update or verify the following values. ***
// **********************************************
// Replace the subscriptionKey string value with your valid subscription key.
let subscriptionKey = '8851d7fd8f883f8ef9b37... | [
"soric.matko@gmail.com"
] | soric.matko@gmail.com |
9e5c4f94ce8a8296bcc1f3dce3943c1e4519b943 | 87f58cfeb7e4b10391baf6d40a3156bec9f38420 | /camera/app/src/main/java/com/leautolink/leautocamera/net/http/httpcallback/UploadFileCallBack.java | 69cf14cc5600d459011745fc58f8611b641f6a1b | [] | no_license | yangwei8/camera | a9e054cbdb45e30ffde715098bb23c9554578b15 | 5a7b930d50b976ca072fae63332ea54f1bae6bb3 | refs/heads/master | 2021-01-19T02:38:16.550986 | 2016-08-03T06:44:39 | 2016-08-03T06:44:39 | 64,728,101 | 10 | 9 | null | null | null | null | UTF-8 | Java | false | false | 862 | java | package com.leautolink.leautocamera.net.http.httpcallback;
import java.io.IOException;
import okhttp3.Call;
import okhttp3.Response;
/**
* Created by tianwei on 16/3/22.
*/
public interface UploadFileCallBack {
void onStart(long total);
void onLoading(long total, long current);
/**
* 上传完成回调
... | [
"yangwei8@le.com"
] | yangwei8@le.com |
20e648360843a09e9f91f2e3f56eb68b1e249843 | 21fab31b836551b7ffcceea6c443eed369066486 | /WaBaoWangDemo/src/dao/TemplateDao.java | c5dd33fadce7ef81eabaff740043ee5a8d2d8a42 | [] | no_license | Harver/wabaowangDemo | 022deae943f79beb9f824bcbfff5c9bbca0e891d | fea39ee7da7964d0ee6d669aeac57c403780ad7a | refs/heads/master | 2020-04-09T11:00:57.511723 | 2018-09-06T13:13:35 | 2018-09-06T13:13:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 309 | java | package dao;
import java.sql.SQLException;
import java.util.List;
public interface TemplateDao<T> {
//取到所有数据
List<T> getAll(String sql) throws SQLException;
//取到对象数据
T getInfo(String sql,Object[]in)throws SQLException;
//添加对象
boolean add(T model);
}
| [
"2668697130@qq.com"
] | 2668697130@qq.com |
ac9a784d560d2739362409e0b308740c28bf8305 | 160c7dad71a91acc9e42a2bdb17df77747c6e6f0 | /②JAVA基础/JAVA-11.24数组/第三组/李佳康11.24/ST4.java | 6df316696161fa628f4fa8c70b4a2042d43ab6b6 | [] | no_license | qhit2017/GR1704_01 | 67ca82404422a9030ace96f10b76fdd150df0ede | e853df54fc91b819bd34c65382dd93f78a80c85e | refs/heads/master | 2021-09-05T00:57:49.269368 | 2018-01-23T06:26:43 | 2018-01-23T06:26:43 | 109,151,648 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 550 | java | //4 定义一个整型数组{5,9,12,45,18,30},要求打印出数组中所有元素之和,并打印出最大值和最小值。
public class ST4 {
public static void main(String[] args) {
int x[]={5,9,12,45,18,30};
int sum = 0;
for(int i = 0;i<x.length;i++){
sum=sum+x[i];
}
System.out.println(sum);
int max=x[0];
int min=x[0];
for(int i = 1;i<x.length;i++){
... | [
"362517339@qq.com"
] | 362517339@qq.com |
4e2a8efcd442a481db8b6ab763dd359bc3104c7e | a26ec63279caad0dd0f57120f10440bbd3645ba4 | /business-view/src/main/java/com/yunos/tvtaobao/biz/listener/WebviewClientListener.java | 63cc1b9a5e246bb8768cc5fd46368b86b63175f4 | [] | no_license | P79N6A/tvtao | 6b0af50a878e882ad2c0da399a0a8c0304394dff | 4943116ec8cfb946b85cbfea9641e87834e675ed | refs/heads/master | 2020-04-25T15:27:50.798979 | 2019-02-27T08:55:16 | 2019-02-27T08:55:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 452 | java | /** $
* PROJECT NAME: business-view
* PACKAGE NAME: com.yunos.tvtaobao.biz.listener
* FILE NAME: WebviewClientListener.java
* CREATED TIME: 2015年5月13日
* COPYRIGHT: Copyright(c) 2013 ~ 2015 All Rights Reserved.
*/
package com.yunos.tvtaobao.biz.listener;
public interface WebviewClientListener {
void ... | [
"wb-wht434871@alibaba-inc.com"
] | wb-wht434871@alibaba-inc.com |
c68dfaefb2c913030337332b59cc0f53a66f4048 | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XWIKI-12667-8-1-PESA_II-WeightedSum:TestLen:CallDiversity/com/xpn/xwiki/web/DownloadAction_ESTest_scaffolding.java | b3c8e3cdc54b48dd4cf7ba826de15ab5405243e9 | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 436 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Thu Apr 02 14:43:16 UTC 2020
*/
package com.xpn.xwiki.web;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.After;
@... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
cb3e6e5afb8ff0928824dddec15765dc4de150c1 | 7fe9ca53ee2af7f34ca81e6ae384fc8a92d89c69 | /src/main/java/org/jetlinks/core/codec/defaults/DeviceMessageCodec.java | 8a1a9581449f47f92cdd71717ede1e309c991f43 | [] | no_license | zhitom/jetlinks-core | 4ec7c0a7b70de512af122534f86df7a021ebc3c4 | 407b8ac9f5b475a9d43af52bd16269451f2330d2 | refs/heads/master | 2022-12-05T03:49:58.410497 | 2020-07-10T07:12:24 | 2020-07-10T07:12:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,182 | java | package org.jetlinks.core.codec.defaults;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import io.netty.buffer.Unpooled;
import lombok.AccessLevel;
import lombok.NoArgsConstructor;
import org.jetlinks.core.Payload;
import org.jetlinks.core.codec.Codec;
import org.jetlinks.core.message.Devic... | [
"zh.sqy@qq.com"
] | zh.sqy@qq.com |
b3d2ef3596e897c76b51337e36a81f5f6de838ef | e1a155ed4f9bcbf4e0bc415996ded0dbf538245d | /src/InventoryProgram/Models/Product.java | 4619fdab8b2ee4674bb73537bccc69ab36461c01 | [] | no_license | markmurphycodes/Inventory-Manager | 105f52e2e25789ebf51819ebfeb5059575fd4096 | d764703ad6ec25e96a972897b6fa24f81ebb9b37 | refs/heads/main | 2023-01-30T17:26:49.404296 | 2020-12-13T23:15:23 | 2020-12-13T23:15:23 | 321,179,213 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,505 | java | package InventoryProgram.Models;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
public class Product implements Cloneable{
private ObservableList<Part> associatedParts = FXCollections.observableArrayList();
private int productID;
private String name;
private doubl... | [
"mark@markmurphy.codes"
] | mark@markmurphy.codes |
3b664cc77882e07bc8f350807400e7f50302915e | f28ca416b3335f215c66c7eb5e81ddeb88c5f3ed | /src/com/demo/util/_JFinalDemoGenerator.java | 225eb139afe93e6a84f8524b313887a3c6c4d1bd | [] | no_license | mickkong/JFinal-demo | af77571261fd2ca76f78b1f7a975653e8691fda6 | 09e8d83020d0eac9f1cb6b32e7afdf3e7eb8d6ba | refs/heads/master | 2021-07-23T21:31:02.112234 | 2017-11-02T12:49:36 | 2017-11-02T12:49:36 | 109,104,414 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,239 | java | package com.demo.util;
import javax.sql.DataSource;
import com.demo.common.SystemConfig;
import com.jfinal.kit.PathKit;
import com.jfinal.kit.PropKit;
import com.jfinal.plugin.activerecord.generator.Generator;
import com.jfinal.plugin.druid.DruidPlugin;
/**
* 本 demo 仅表达最为粗浅的 jfinal 用法,更为有价值的实用的企业级用法
* 详见 JFinal 俱乐部... | [
"mickkong@yeah.net"
] | mickkong@yeah.net |
386013aed95fa2f9cccef18093bc1ad6923a0c1c | 806f1ae32f03429c21c01eeb0eb7002df3203baa | /delay-callback-interface/src/main/java/com/johnli/callback/param/CallbackParam.java | 0bf4c742124c329998fe1ef713e378fd7b854a52 | [
"Apache-2.0"
] | permissive | joooohnli/delay-callback | 62043d206147cf93b0af1a5f673fd730433bb575 | 90bcd95404ba2ca85338fbbdcc854d5771ca21f7 | refs/heads/master | 2023-03-11T06:10:13.903056 | 2022-03-29T07:27:15 | 2022-03-29T07:27:15 | 148,774,864 | 14 | 4 | Apache-2.0 | 2023-03-01T12:57:32 | 2018-09-14T10:40:25 | Java | UTF-8 | Java | false | false | 2,945 | java | package com.johnli.callback.param;
import com.johnli.callback.common.CallbackException;
import com.johnli.callback.common.Validator;
import org.apache.commons.lang3.StringUtils;
import org.apache.commons.lang3.builder.ReflectionToStringBuilder;
import java.io.Serializable;
import java.util.List;
/**
* @author johnl... | [
"qiang.li5@zhenai.com"
] | qiang.li5@zhenai.com |
91bf99c9ddf4f8f59ce558d7e77baea183a4f7ea | 42e0d3cbe6bd7e923204bd757a50c97eb84ddb58 | /Android/RHT_Logger/app/src/main/java/com/potemski/michal/rht_logger/gatt/operations/GattInitializeBluetooth.java | 54351e7a45b216e1db5218575d8bc049291ae176 | [] | no_license | Nemo94/RHT_Logger | da11a3ebc17aa091d56532a88a562a24b9f9ce7a | 47170fed0a21e1dfdeeb7aa48fa33e602b9e5763 | refs/heads/master | 2021-04-26T23:12:39.496027 | 2019-03-10T01:17:34 | 2019-03-10T01:17:34 | 123,947,643 | 0 | 0 | null | 2018-04-13T15:37:01 | 2018-03-05T16:33:30 | C | UTF-8 | Java | false | false | 450 | java | package com.potemski.michal.rht_logger.gatt.operations;
import android.bluetooth.BluetoothGatt;
public class GattInitializeBluetooth extends GattOperation {
@Override
public void execute(BluetoothGatt bluetoothGatt) {
// Do nothing
}
@Override
public boolean hasAvailableCompletionCallbac... | [
"nero941208@gmail.com"
] | nero941208@gmail.com |
d9bf4dd75410ffed546e11ae0a59a34bac9f29ce | ff1c94519f9672fb26b31a97853774ba8c9016a8 | /src/RangeSumBST/Solution.java | 465ebe422189e184f8a02124b9de07f0151d2c01 | [] | no_license | wangyao2221/LeetCode | 0a796af620e9e6dfefb8c49f755b4f2b6ee8d6ba | 9ec81a60dcda022cf17cda14c1d373ffd28d8a72 | refs/heads/master | 2021-01-20T02:53:08.629877 | 2020-07-29T05:53:39 | 2020-07-29T05:53:39 | 89,457,428 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 332 | java | package RangeSumBST;
import common.BinaryTreeNode;
class Solution {
public int rangeSumBST(BinaryTreeNode root, int L, int R) {
if(root == null) return 0;
int val = root.val;
val = val >= L && val <= R ? val : 0;
return val + rangeSumBST(root.left,L,R) + rangeSumBST(root.right,L... | [
"wangyao2221@163.com"
] | wangyao2221@163.com |
e1b056c7880ca06fa299f90afdccf57852634cc3 | 944f65574b57f9819294d7aed600915b9d484b9f | /src/main/java/global/coda/hms/exception/handler/BusinessExceptionHandler.java | 9fb053e4e0e4224294b9e09aefefea02716c2057 | [] | no_license | Nirmalmahesh/hms-boot | 62811a61cd03fe9658defba6aa70585d67a3d224 | e5d0d3f504aba9adb4e8993c8c2a53cb0fcd4f23 | refs/heads/master | 2020-12-21T20:00:17.863310 | 2020-02-04T11:24:17 | 2020-02-04T11:24:17 | 236,541,936 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 933 | java | package global.coda.hms.exception.handler;
import global.coda.hms.exception.BusinessException;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.C... | [
"nirmalmahesh54@outlook.com"
] | nirmalmahesh54@outlook.com |
85fc3c3c286277a4c8950d8f9f62a11cde0e6aa0 | 9f004c3df4413eb826c229332d95130a1d5c8457 | /src/shraddha/Assignment46/RemoveDuplicateFromArrayListUsingSet.java | ab482466fb87ebf675953916be8ceb870d0e7f37 | [] | no_license | MayurSTechnoCredit/JAVATechnoJuly2021 | dd8575c800e8f0cac5bab8d5ea32b25f7131dd0d | 3a422553a0d09b6a99e528c73cc2b8efe260a07a | refs/heads/master | 2023-08-22T14:43:37.980748 | 2021-10-16T06:33:34 | 2021-10-16T06:33:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 648 | java | /*Programming Questions - Collections : 4th Oct'2021
Example 4:
Write a program to remove duplicate from ArrayList (using set).
Make sure element order remain same.
*/
package shraddha.Assignment46;
import java.util.ArrayList;
import java.util.LinkedHashSet;
public class RemoveDuplicateFromArrayListUsingSet {
publ... | [
"shraddhaatal@gmail.com"
] | shraddhaatal@gmail.com |
29ce5e9ca9a02a85118272107555c823f399c87e | cdd8cf6479e519ff18c71ccba529c0875e49169a | /src/main/java/top/dianmu/ccompiler/learn/day14/InputSystem/StdInHandler.java | 430dbc2ac44658136aa6ec002b5e2a90d91f001c | [] | no_license | hungry-game/CCompiler_for_learn | af3611bd636978d72df3e09399f144f1ac482c84 | 3f1d3c48dd229ce1eb265ae0d3c8f2051051418b | refs/heads/master | 2022-05-26T18:33:01.230199 | 2020-05-02T12:57:33 | 2020-05-02T12:57:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,020 | java | package top.dianmu.ccompiler.learn.day14.InputSystem;
import java.io.UnsupportedEncodingException;
import java.util.Scanner;
public class StdInHandler implements FileHandler{
private String input_buffer = "";
private int curPos = 0;
public void Open() {
Scanner s = new Scanner(System.in);
while (true)... | [
"2673077461@qq.com"
] | 2673077461@qq.com |
487f48220fc6e9c63daca68d2c17a3f37d76865c | 6d97c6e52a46e38285d861096a90567188a287e1 | /src/test/java/medium/LC419Test.java | a0e16dddbab1313e2881d6ef25066e8a12163238 | [] | no_license | liux0054/LCSolution | 6839fec24515bcb8cb8b304afdd2c7760ec19b90 | c0a8364e5591d635f60d96e91fe318de4b777316 | refs/heads/master | 2021-09-09T13:20:22.585135 | 2021-09-02T14:35:31 | 2021-09-02T14:35:31 | 143,372,519 | 0 | 0 | null | 2021-01-19T12:34:17 | 2018-08-03T03:23:09 | Java | UTF-8 | Java | false | false | 377 | java | package medium;
import org.junit.Assert;
import org.junit.Test;
import medium.LC419;
public class LC419Test {
@Test
public void testCase1(){
Assert.assertEquals(2, new LC419().countBattleships(
new char[][]{
{'X','.','.','X'},
{'.','.','.','X'},
... | [
"xuliu@homeaway.com"
] | xuliu@homeaway.com |
879042b1c5756b8cbad50d9fbe60d5b08e8f2250 | 43ca534032faa722e206f4585f3075e8dd43de6c | /src/com/instagram/android/feed/a/g.java | 18fefadaa51b04a2ec03d98e713f6bb95078767e | [] | no_license | dnoise/IG-6.9.1-decompiled | 3e87ba382a60ba995e582fc50278a31505109684 | 316612d5e1bfd4a74cee47da9063a38e9d50af68 | refs/heads/master | 2021-01-15T12:42:37.833988 | 2014-10-29T13:17:01 | 2014-10-29T13:17:01 | 26,952,948 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,574 | java | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.instagram.android.feed.a;
import com.instagram.android.fragment.a;
import com.instagram.common.g.b.h;
import com.instagram.feed.d.l;... | [
"leo.sjoberg@gmail.com"
] | leo.sjoberg@gmail.com |
a94841c3edc16f9e43d835307d778b1356c337e9 | ce26778a051d09b7b4c9ee86548b81f79c25dec2 | /abcPlayer/src/sound/Utilities.java | f40f344944ad38853e321ea65668d6ed1f831235 | [] | no_license | mladuke/ABC-Music-Player | 03fd431f71571b2f48eef3ba844b7170255c35c8 | 8f9fcfdbe0c022009fb790d16b38632b384c903a | refs/heads/master | 2021-04-29T09:43:25.562524 | 2013-01-06T10:49:27 | 2013-01-06T10:49:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,184 | java | package sound;
/**
* Represents a class providing helpful math utility functions.
* @author Arjun
*
*/
public class Utilities
{
/**
* Computes the greatest common divisor between two integers.
* @param a - must not be >= 0
* @param b must be > 0
* @return the greatest common d... | [
"arjunnar@mit.edu"
] | arjunnar@mit.edu |
f1c8fe56aa2eab61c2cfae7f266eef653808362e | 108dc17e407b69c4e0fe29801de3d0d919e00ea6 | /com.carrotgarden.m2e/com.carrotgarden.m2e.scr/com.carrotgarden.m2e.scr.testing/src/main/java/root00/branch13/DummyComp_03.java | 947f94b7ff15053bef9b9f26415fb0b56051eedf | [
"BSD-3-Clause"
] | permissive | barchart/carrot-eclipse | c017013e4913a1ba9b1f651778026be329802809 | 50f4433c0996646fd96593cabecaeeb1de798426 | refs/heads/master | 2023-08-31T05:54:26.725744 | 2013-06-23T21:18:15 | 2013-06-23T21:18:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,110 | java | /**
* Copyright (C) 2010-2012 Andrei Pozolotin <Andrei.Pozolotin@gmail.com>
*
* All rights reserved. Licensed under the OSI BSD License.
*
* http://www.opensource.org/licenses/bsd-license.php
*/
package root00.branch13;
import java.util.concurrent.Executor;
import org.osgi.service.component.annotations.Componen... | [
"Andrei.Pozolotin@gmail.com"
] | Andrei.Pozolotin@gmail.com |
620d3f84a661964c2d8fd74357dc3c980b14c409 | 8fb13e457207c4684a4205bbcc9ef572fc163ea9 | /src/main/java/com/blackmorse/hattrick/model/enums/HattrickType.java | ae434b89b3b9fb91bcb421853b21abe7f1f3960a | [
"Apache-2.0"
] | permissive | Blackmorse/hattrick-java-api | 4748168f008b2b0a8c2937eec0016bffc38d2816 | 1d8c222ef8c190f4cf01535bc0a38ddbaf7372f5 | refs/heads/master | 2020-11-29T02:51:50.221707 | 2020-08-04T15:44:35 | 2020-08-04T15:44:35 | 229,999,921 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 100 | java | package com.blackmorse.hattrick.model.enums;
public interface HattrickType {
int getValue();
}
| [
"a.kochemirovskiy@iconic.vc"
] | a.kochemirovskiy@iconic.vc |
73582fe09bd97862b98371c8f9a9920aa70049a7 | 28dcf95ac2507aad42ef1f448a68f7ff1fa99789 | /app/src/main/java/com/whatsapp/magazine/paulooliveira/usaralcoolougasolina/fragment/SobreFragment.java | a389fefa1ac0c2e98fb97d141a33f928c31a5acc | [] | no_license | PAULOFO/UsarAlcoolouGasolina | a1c37b6e6ce13395571c991a2ea8a50d9368e54d | 3fdecbb00d832a219a9cbe25ff1a70a7153b3e67 | refs/heads/master | 2020-04-13T00:38:28.344035 | 2018-12-24T15:34:00 | 2018-12-24T15:34:00 | 162,850,892 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 762 | java | package com.whatsapp.magazine.paulooliveira.usaralcoolougasolina.fragment;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.whatsapp.magazine.paulooliveira.usaralcoolougasolina.R;
/**
* A simple... | [
"paulofo.forever@gmail.com"
] | paulofo.forever@gmail.com |
bf065823348e5552d9ebdd1c8a26d94ce8c6b305 | aa373bd1056d35a584bb59426bb55245b26d3616 | /mylibrary/src/main/java/so/bubu/ui/test/mylibrary/input/SingleCheckbox.java | 12f4d527c7651b6d2de6bc86562a52b2e8be369a | [] | no_license | zhenghengZN/Ui | c4544c7966e32e9c59db993eefdd8acf7489e759 | d1810e18c25c7aaffb2c72d2a9424687d29c4ef6 | refs/heads/master | 2021-04-26T23:28:33.486016 | 2018-04-17T02:53:03 | 2018-04-17T02:53:03 | 124,001,334 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,275 | java | package so.bubu.ui.test.mylibrary.input;
import android.content.Context;
import android.content.res.TypedArray;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.RadioButton;
import android.widget.TextView;
import ... | [
"zhengheng@Mac-mini.local"
] | zhengheng@Mac-mini.local |
56204f4435678240afc3b2fbaa5000e18e2684bd | ab6c80e295c53dba3c75a2ed503242f60f9fbb9c | /src/main/java/soundsystem/autoconfig/CDPlayerConfig.java | ea1cfa73c76a2cf371e461e6e57635145e21f738 | [] | no_license | wangdesen/SpringSection2 | 68284b373bd8d7b8e4fca8d14934bd458665eaaf | 14a5a83a97f5ea112f9406c23f0d7bdb514ea64a | refs/heads/master | 2021-01-01T03:49:12.083730 | 2016-04-15T14:29:14 | 2016-04-15T14:29:14 | 56,148,551 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 300 | java | package soundsystem.autoconfig;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
/**
* Spring配置类
*
* 2016年04月13日20:39:00 扫描组件
*
* */
@Configuration
@ComponentScan
public class CDPlayerConfig {
}
| [
"desen000@gmail.com"
] | desen000@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.