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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
14c1c49ededa1488b326d0dc3df02e9a22d0f791 | 01b46f74ad96ad3c7ce4850f48bf9e4ef206dc1f | /app/src/main/java/com/javis/ab/view/AbOnChangeListener.java | 2a9b74747e23da9fa7999e0b3423db2c56ca27af | [] | no_license | HHaobin/TulaodaLayoutDemo | e9607519c987ade69bf04a489c69e8b17203b74a | 3c84941af588deacb8abe8711f25261147b8fa13 | refs/heads/master | 2020-05-21T11:29:56.007826 | 2019-01-19T08:39:01 | 2019-01-19T08:39:01 | 46,936,634 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 607 | java | package com.javis.ab.view;
/**
* The listener interface for receiving abOnChange events.
* The class that is interested in processing a abOnChange
* event implements this interface, and the object created
* with that class is registered with a component using the
* component's <code>addAbOnChangeListener<code> m... | [
"zhxfl@fuan.lan"
] | zhxfl@fuan.lan |
74520c403434ebd32811b206adad5022da15aea9 | 2a3f19a4a2b91d9d715378aadb0b1557997ffafe | /sources/com/google/android/gms/location/internal/zzm.java | 9c2ffbeffaf3d692f8b1108a254ed3d44fc58673 | [] | no_license | amelieko/McDonalds-java | ce5062f863f7f1cbe2677938a67db940c379d0a9 | 2fe00d672caaa7b97c4ff3acdb0e1678669b0300 | refs/heads/master | 2022-01-09T22:10:40.360630 | 2019-04-21T14:47:20 | 2019-04-21T14:47:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,557 | java | package com.google.android.gms.location.internal;
import android.os.Parcel;
import android.os.Parcelable.Creator;
import com.google.android.gms.common.internal.safeparcel.zza;
import com.google.android.gms.common.internal.safeparcel.zzb;
import com.google.android.gms.location.LocationRequest;
import java.util.List;
p... | [
"makfc1234@gmail.com"
] | makfc1234@gmail.com |
7239d8de1e3d49c07b9ca6b5d713393460633211 | 13b54fc8118c5bdb3afafc6d3d67d9713c08dd95 | /21-10-06/람다식(Lambda Expressions)과 스트림(Stream)/람다식예제/StreamEx01_2.java | 9c9cbdfa568a2b5bd0603e685afebeffaf99714c | [] | no_license | suyeonChoi7807/ojt | c2079af6d260882bf1ab4f8377089f89d8cd3309 | 11c9f3166f234c80fad426ec2735ee1002f1a5f6 | refs/heads/main | 2023-08-17T21:37:35.955047 | 2021-10-28T00:21:55 | 2021-10-28T00:21:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 597 | java | import java.util.Arrays;
import java.util.List;
import java.util.stream.Stream;
public class StreamEx01_2 {
public static void main(String[] args) {
/*
* 자바 8에 람다식과 스트림(내부 반복자)를 적용하여 코딩
* [결론] Stream 내부 반복자는 컬렉션 내부에서 요소들을 반복
* 개발자는 요소당 처리해야 할 코드만 제공하는 코드 패턴을 말한다.
*/
List<Integer> list= (List)Arrays.a... | [
"noreply@github.com"
] | suyeonChoi7807.noreply@github.com |
6c67c4e1234b85c641d7b552a6a40107310e3731 | 14fa9f6356f8b5824eab6e596238631afa5cd9d6 | /src/main/java/com/fliker/Repository/FileContent.java | 834e1a78e884b0a73fc7ac5ea116be1bf9950876 | [] | no_license | Somashis/FlikerGit | 73931802e5c361d5103fdb36b70b2513b0d9ac4d | 7a000d3c5b515cc5e44eeae20474545e0f0cce5e | refs/heads/master | 2020-04-02T23:32:55.018729 | 2017-10-02T22:08:16 | 2017-10-02T22:08:16 | 61,175,618 | 1 | 1 | null | 2016-06-17T06:57:14 | 2016-06-15T03:45:40 | HTML | UTF-8 | Java | false | false | 871 | java | package com.fliker.Repository;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Document;
@Document(collection="FileContent")
public class FileContent {
@Id
private String filecontentid;
private String fileid;
private String fileContent;
private String fileurl;... | [
"somashis.nath@gmail.com"
] | somashis.nath@gmail.com |
77e6b291a5dcaf6058d0e63d47cfd49974f6a574 | a601597c0ccc49846cc557dca406e74a1dbe73a0 | /api/src/main/java/com/iotpack/api/entity/device/DeviceEntity.java | c16a173d5fe7db64d17a1af4d5f10e1b8efe4c88 | [] | no_license | anviod/iotpack | 00184a6b40a1cf6653b4ede3fd46111e9d618598 | 6fbb8ef63cd0cfe106cce8e968ee8cfe96b29c1f | refs/heads/master | 2022-11-30T18:18:05.614443 | 2020-08-20T01:41:20 | 2020-08-20T01:41:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,411 | java | package com.iotpack.api.entity.device;
import com.iotpack.api.entity.converter.HashMapConverter;
import lombok.Data;
import org.hibernate.annotations.DynamicUpdate;
import org.hibernate.annotations.SQLDelete;
import org.hibernate.annotations.Where;
import org.springframework.data.redis.core.RedisHash;
import javax.pe... | [
"945627077@qq.com"
] | 945627077@qq.com |
b15619c030ddc2de15e80a1ad037a40122ae4550 | 671c3d2c9da0451908703b23c7691d8de3528106 | /WP3/os-robust-behaviour-analysis-service-ws/src/main/java/eu/project/robust/behaviour/analysis/prediction/HealthClassifierResult.java | 081604ee0de623b642e8658e1ce263ab1b85f26a | [
"Apache-2.0"
] | permissive | robust-project/platform | 0ee4d163a57f4cae8ef8b760aa04dcac5e2e6254 | 020d98b4277e897892d5c02fb0a1cce7125e6c76 | refs/heads/master | 2021-01-01T05:50:09.636856 | 2013-12-10T14:01:50 | 2013-12-10T14:01:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,250 | java | /**
*Copyright 2013 Knowledge Media Institute
*
*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 agree... | [
"rajn@softwaremind.pl"
] | rajn@softwaremind.pl |
3aa92987ae7716e71f0cb9cd9f78f5749cc23dd7 | 812194c4e888d3a191134d97923d21624bb80e78 | /AStar/src/org/ploxie/pathfinding/AStar.java | a52434990c088094bbfaf5629e22aa7c3087e879 | [] | no_license | Ploxie/AStar-Test | d92f30e20ea874dcb6925ab59234f080516a4418 | 6d08a8ca488c27b2db5e0e1c34801e46b360501c | refs/heads/master | 2021-03-30T03:06:02.191960 | 2020-03-27T13:30:56 | 2020-03-27T13:30:56 | 248,009,903 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,193 | java | package org.ploxie.pathfinding;
import java.awt.Color;
import java.awt.Graphics;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.HashSet;
import java.util.List;
import java.util.PriorityQueue;
import java.util.Set;
public class AStar {
private static int DEFAULT_HV_COST = 10;
private stat... | [
"joakim.ekbladh@gmail.com"
] | joakim.ekbladh@gmail.com |
ac43ab76b5bb72fbcc6e6f9dfcdcde133f281343 | e8fbca7a6851b82c9ae3f805234c840e11f7c261 | /modules/thirdparty/batik/sources/org/apache/flex/forks/batik/gvt/event/GraphicsNodeFocusEvent.java | 33e886d752b60e1129a7fdcfdebb89ed09501f07 | [
"Apache-2.0",
"W3C",
"LicenseRef-scancode-proprietary-license",
"MPL-1.1",
"MPL-1.0",
"BSD-3-Clause"
] | permissive | teramura/flex-sdk | 6772f7c729bb5fde5a080f5bed4df53280043024 | c281c4f248f9adc8f10910be5e070149477d9216 | refs/heads/develop | 2023-05-13T21:26:18.785749 | 2023-04-28T15:10:59 | 2023-04-28T15:10:59 | 91,769,399 | 0 | 0 | Apache-2.0 | 2018-06-27T10:44:03 | 2017-05-19T05:38:06 | ActionScript | UTF-8 | Java | false | false | 2,012 | java | /*
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may... | [
"cframpton@apache.org"
] | cframpton@apache.org |
9781e73b462676c4f8cc7bfdab2bfd8ae4fdba9e | c9e51564babf7de532fb65886b7ac435a4c03446 | /src/main/java/com/gestankbratwurst/ferocore/util/tasks/TaskManager.java | 578d4544b5f710b56bbf736ebb2e887e34c622d4 | [] | no_license | Projekt-Sidusgames/FeroCore | 0a1ab30440f55b11019a955bbfd85d9372f4aa26 | ed291a741cf04dd6a9f30e39f2f810057230aee8 | refs/heads/master | 2023-03-10T01:06:59.819138 | 2021-02-27T09:27:37 | 2021-02-27T09:27:37 | 340,214,490 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,530 | java | package com.gestankbratwurst.ferocore.util.tasks;
import com.gestankbratwurst.ferocore.FeroCore;
import java.util.concurrent.Executors;
import java.util.concurrent.ScheduledExecutorService;
import java.util.concurrent.ScheduledFuture;
import java.util.concurrent.TimeUnit;
import java.util.function.BiConsumer;
import j... | [
"unconfigured@null.spigotmc.org"
] | unconfigured@null.spigotmc.org |
6d99c702d53073cb02be6978bf2676ad2dd7b2af | 4edd008ed8cb2b578cd3e81997dd964a353d5665 | /src/main/java/org/example/SuperMarioBros/Model/MushroomGrowth.java | 8a87f43a617b38196bca14bc890411b2cef60447 | [] | no_license | neginhsobhani/Super-Mario | 2669b66260dd2c0365d9a128dc903378f7bb13b9 | e9e4bcc43b1fe95292e7e665f156354a3be9b8b7 | refs/heads/main | 2023-06-03T10:40:53.199741 | 2021-06-16T15:29:57 | 2021-06-16T15:29:57 | 377,543,121 | 6 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,025 | java | package org.example.SuperMarioBros.Model;
import java.awt.*;
/**
* MushroomGrowth class represents a power up which helps mario
* increase in size and also gives him more abilities.
* It holds the class details relevant in our context.
*/
public class MushroomGrowth extends FixedGameObject
{
private int yAxis... | [
"neginhsobhani@gmail.com"
] | neginhsobhani@gmail.com |
4ade6a870c7851cb1b7b6b535c5e434d6a4fd69f | 4df0b90673c434042fac6f1dae460c5391ada2fe | /app/src/main/java/inesc_id/gsd/bibtrek/app/dblp/parsing/AuthorJSONParser.java | 0970315f235a8a6d9719f9ca4335ed712ed6d2c9 | [] | no_license | inesc-id/BibTrek | e210502799de4a5a59aaa630834426e8bcca0374 | 2d4e597fd1a0b432d10b2ef32e4c585e013e4392 | refs/heads/master | 2023-04-27T04:52:14.049360 | 2020-06-13T10:52:06 | 2020-06-13T10:52:06 | 194,652,175 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 676 | java | package inesc_id.gsd.bibtrek.app.dblp.parsing;
import org.json.JSONObject;
public class AuthorJSONParser extends JSONParser {
private static final String AUTHOR = "author";
private static final String URL = "url";
public AuthorJSONParser() {
}
@Override
Object[] displayInfo(JSONObject info, int counter) ... | [
"jose.bras@tecnico.ulisboa.pt"
] | jose.bras@tecnico.ulisboa.pt |
8442c3c61d6b310b7a45bc4296944739f50bc206 | 803f56f92c66456be55fbb53512e9881ab7259f0 | /src/main/java/com/guonl/factory/test01/ReflecTionUtil.java | 4bcb1daf2823a62ef0178f0756c6de0f01c55c02 | [
"Apache-2.0"
] | permissive | guonl/springboot-dbmanager | 97d2eabbe80dfb2ae25712064079fdfc61e9fdfc | d04ffa76d9c9a91db63e65c28b4660dee88dec35 | refs/heads/master | 2020-04-06T16:57:07.694403 | 2019-05-13T02:38:08 | 2019-05-13T02:38:08 | 157,640,657 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,363 | java | package com.guonl.factory.test01;
import java.lang.reflect.Constructor;
import java.lang.reflect.Field;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.util.ArrayList;
import java.util.List;
import java.util.SortedMap;
import javax.servlet.jsp.jstl.sql.Result;
/**
* ... | [
"983220871@qq.com"
] | 983220871@qq.com |
db5411e526921713235aa4544dacc442454dbacb | 39bef83f3a903f49344b907870feb10a3302e6e4 | /Android Studio Projects/bf.io.openshop/src/com/google/gson/internal/bind/TimeTypeAdapter.java | 45712ce67fe2f137dc8d4ee474e8d6faf0f5f544 | [] | no_license | Killaker/Android | 456acf38bc79030aff7610f5b7f5c1334a49f334 | 52a1a709a80778ec11b42dfe9dc1a4e755593812 | refs/heads/master | 2021-08-19T06:20:26.551947 | 2017-11-24T22:27:19 | 2017-11-24T22:27:19 | 111,960,738 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,049 | java | package com.google.gson.internal.bind;
import java.sql.*;
import com.google.gson.reflect.*;
import java.io.*;
import com.google.gson.*;
import java.text.*;
import com.google.gson.stream.*;
import java.util.*;
public final class TimeTypeAdapter extends TypeAdapter<Time>
{
public static final TypeAdapterFactory FAC... | [
"ema1986ct@gmail.com"
] | ema1986ct@gmail.com |
84ef0d172cc401d736f2a6b63f319675cda44d63 | 82ef671f636898bc39192f26f156e0a18930d6ed | /AndroidCEFX_Common/src/de/hdm/cefx/concurrency/operations/OperationIDComparator.java | d989468828e100ebc6589d0aaa42d09d927d14ff | [] | no_license | ubuntudroid/WatchMyPhone | 5bfe105a1d6bd9e0956b86e0bb4d1b6f226a410d | ce95d016615291f4983ce73ec718805ee1e4583f | refs/heads/master | 2018-12-29T21:02:20.276298 | 2013-09-11T11:48:05 | 2013-09-11T11:48:05 | 1,772,089 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,390 | java | /*******************************************************************************
* Copyright (C) 2010 Ansgar Gerlicher
*
* 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... | [
"ubuntudroid@googlemail.com"
] | ubuntudroid@googlemail.com |
610c02b245f7669af0988c559be3b0aa23d3bc12 | 293af93207a07cea4c437478322f032d04ef5f5d | /app/src/main/java/com/eshop/mvp/ui/activity/set/HelpDetailActivity.java | 1fac8b25149bf0c664b32eede297f3eef372c393 | [] | no_license | thinking123/yiqi-android-pro | 1918f861678ea64a90fab63d0532a7df85c0af09 | 7c67c1fe1c28699565abd75ef0918810d8587c65 | refs/heads/master | 2020-06-24T11:47:17.849026 | 2019-04-24T02:25:19 | 2019-04-24T02:25:19 | 198,954,139 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,556 | java | package com.eshop.mvp.ui.activity.set;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.TextView;
import com.eshop.R;
import com.eshop.app.base.BaseApp;... | [
"1294873004@qq.com"
] | 1294873004@qq.com |
c6ea0f3fb0f6f5dbb8f1ba41bd125fd6a32f0610 | e92742cc1d5a5c10ae06ef4e306f54abb0e97744 | /src/main/java/top/osfun/ext/MyApplicationListener.java | 675c576aaa595eb73730e7919e5ea9341a85f1b0 | [] | no_license | funing90919/spring-annotation | 02a6caa6b20f5c13d4346a149ea1d4bb0d68d18a | 775ba8c18e64a39b406301e378068460583a4da5 | refs/heads/master | 2021-06-14T17:03:28.675965 | 2019-05-27T08:18:46 | 2019-05-27T08:18:46 | 187,196,923 | 0 | 0 | null | 2020-10-13T13:17:53 | 2019-05-17T10:28:14 | Java | UTF-8 | Java | false | false | 486 | java | package top.osfun.ext;
import org.springframework.context.ApplicationEvent;
import org.springframework.context.ApplicationListener;
import org.springframework.stereotype.Component;
/**
* Created by Jacky on 2019-05-13 21:12.
*/
@Component
public class MyApplicationListener implements ApplicationListener {
// ... | [
"funing90919@outlook.com"
] | funing90919@outlook.com |
5de44606176f576e9459f60e702a51dfefab13e8 | 08046556c01e6fd814e5fc9634e7c4df1d94398b | /src/main/java/me/vzhilin/dbrow/adapter/conv/BooleanConverter.java | d060fd776644cab3c12596760f5e6998512281f1 | [] | no_license | db-tree/db-row | bb945c9b2f1a7eba368a9e77e856c98352037fef | 2e6041a3eabb8ec418afc6773063ba2bd854d6e7 | refs/heads/master | 2023-06-24T02:04:38.263789 | 2022-08-10T10:45:21 | 2022-08-10T10:45:21 | 216,020,445 | 1 | 0 | null | 2023-06-14T22:24:52 | 2019-10-18T12:36:03 | Java | UTF-8 | Java | false | false | 544 | java | package me.vzhilin.dbrow.adapter.conv;
import me.vzhilin.dbrow.adapter.Converter;
public final class BooleanConverter implements Converter {
public final static BooleanConverter INSTANCE = new BooleanConverter();
@Override
public Object fromString(String text) {
if ("true".equals(text)) {
... | [
"zhilin.vladimir.nic@gmail.com"
] | zhilin.vladimir.nic@gmail.com |
cbb66ce0af75bc173ee3296de2f89391a3f367b1 | ea08792b304fed21f96f78a4753bcdb85b16f67f | /ContextModuleClient/src/main/java/itti/com/pl/arena/cm/client/ui/Messages.java | 7e341705ea2aeaefe0e32fb2bc7395f94894a86a | [] | no_license | mwach/ContextModule | 1096fa4c2401413e31a104568df87174bb271802 | 53c605cb2b0fb91b489e632e78a97795ad6f4f95 | refs/heads/master | 2021-03-12T21:43:11.388160 | 2014-06-14T19:32:51 | 2014-06-14T19:32:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 591 | java | package itti.com.pl.arena.cm.client.ui;
import java.util.MissingResourceException;
import java.util.ResourceBundle;
public class Messages {
private static final String BUNDLE_NAME = "itti.com.pl.arena.cm.client.ui.messages"; //$NON-NLS-1$
private static final ResourceBundle RESOURCE_BUNDLE = ResourceBundle.g... | [
"mwach@wp.pl"
] | mwach@wp.pl |
b230913e7821ce371d79a37cae596fdbff808d09 | 0205999a193bf670cd9d6e5b37e342b75f4e15b8 | /spring-core/src/test/java/org/springframework/core/codec/AbstractEncoderTestCase.java | ab80c953646920816ede0e41a1b3afab0d660155 | [
"Apache-2.0"
] | permissive | leaderli/spring-source | 18aa9a8c7c5e22d6faa6167e999ff88ffa211ba0 | 0edd75b2cedb00ad1357e7455a4fe9474b3284da | refs/heads/master | 2022-02-18T16:34:19.625966 | 2022-01-29T08:56:48 | 2022-01-29T08:56:48 | 204,468,286 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,169 | java | /*
* Copyright 2002-2019 the original author or 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"429243408@qq.com"
] | 429243408@qq.com |
47b9f152671f9abb72e8bcc3fe9c40739cc76071 | 26c959606e3815135a3e915ba151214beaf35c62 | /src/main/java/collection/MultiDimensionalArrayIterator.java | b77507f183d12c39d40792e8cd782c3b21ee4b0b | [] | no_license | Bisonq/018_DynamicMultiDimensionalArray | 3536eb18bb68a92a69d7724ca5461c0e48e65ff2 | 934b1b8be65b6527c7c0c3a622e00dc12d65d7f0 | refs/heads/master | 2022-11-24T01:21:56.443608 | 2020-07-24T10:04:52 | 2020-07-24T10:04:52 | 281,759,442 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 517 | java | package collection;
import java.util.Iterator;
import java.util.List;
public class MultiDimensionalArrayIterator<E> implements Iterator<E> {
private Iterator<E> arrayElementsIterator;
public MultiDimensionalArrayIterator(List<E> arrayElements) {
this.arrayElementsIterator = arrayElements.iterator();... | [
"tsosnowski666@gmail.com"
] | tsosnowski666@gmail.com |
12e00ec87ea80edf9f9d630f18c89a75a310f0b0 | 900fb8f4e6d2fc4885849ec0ecb21c54465427a3 | /src/main/java/af/props/ValidatedProperties.java | 4bfd0551cda79c70139d5a2b7df961cc322c3a3a | [
"Apache-2.0"
] | permissive | AlexFalappa/nb-cfgprops | c9362fd19c24f22c0eaf243f66dbd02feac12e17 | b93e39b9d3eccfaa7302e37b56a7a4330a226ece | refs/heads/master | 2021-01-18T11:30:54.464998 | 2020-07-27T17:18:21 | 2020-07-27T17:18:21 | 84,326,576 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,372 | java | package af.props;
import javax.validation.constraints.NotEmpty;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Size;
import org.hibernate.validator.constraints.Length;
import org.hibernate.validator.constraints.Range;
import org.hibernate.validator.constraints.URL;
import org.springf... | [
"alex.falappa@gmail.com"
] | alex.falappa@gmail.com |
59b2498f58c5ff0c0eab09ebfda75e7871d3e7bc | 0cdbb3ba924b62fd3dfbec3aae59724a01c71cea | /src/main/edu/testdome/java/RoutePlanner/RoutePlannerRecursive.java | a7a57e261a15524af29a9210e42fd9b593fe95e1 | [
"MIT"
] | permissive | AlvinLaiPro/TestDomeJavaPractice | a80357916d2703b9a7ed82411f63355bf0ee9127 | e36cb9605b99f74c6304e8cccebcff1f58b75507 | refs/heads/master | 2023-03-18T00:40:50.372625 | 2021-01-27T16:01:10 | 2021-01-27T16:01:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,195 | java | package main.edu.testdome.java.RoutePlanner;
public class RoutePlannerRecursive {
public static boolean routeExists(int fromRow, int fromColumn, int toRow, int toColumn, boolean[][] mapMatrix) {
int rowCount = mapMatrix.length;
int columnCount = mapMatrix[0].length;
boolean visited[][] = ne... | [
"himashirodrigo23@gmail.com"
] | himashirodrigo23@gmail.com |
7a3d04580e35387990418a4f79d79eb762e55ae6 | 8520276d9992877380598fccbd8d44fee8684895 | /app/src/main/java/com/ppb/kalkulatorfirestore/MainActivity.java | dbdf2f7dc2280f82f7400b9b2a2dc9231e0232ce | [] | no_license | uliarizki/Kalkulator_Firestore | 04338b3ccc2e4b1eaddd5a5a6672050b84fa37fd | 26e17f5958978d93644019ca9d6b62399b4922a9 | refs/heads/master | 2020-09-29T23:47:30.706577 | 2019-12-10T15:43:01 | 2019-12-10T15:43:01 | 227,150,237 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 341 | java | package com.ppb.kalkulatorfirestore;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.act... | [
"uliarizki@gmail.com"
] | uliarizki@gmail.com |
73b501e43332503f0222ff5dfa1c87862d0ee4a0 | 4643b14df45c7cf84efdaeacd4544837d1781958 | /src/main/java/com/fasterxml/jackson/perf/json/JsonNoInternReadVanilla.java | 1874d6a00297b3233e1af8db1414dd11621d1a20 | [] | no_license | isabella232/jackson-benchmarks | b8cde0682d1bd820108c3eaabfb13fcaef80aa40 | 85ac76df6932ce1349d9fd66936453cad1744c4f | refs/heads/master | 2023-01-22T08:35:12.366022 | 2020-11-25T00:12:40 | 2020-11-25T00:12:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,406 | java | package com.fasterxml.jackson.perf.json;
import java.util.concurrent.TimeUnit;
import org.openjdk.jmh.annotations.OutputTimeUnit;
import org.openjdk.jmh.annotations.State;
import org.openjdk.jmh.annotations.Scope;
import com.fasterxml.jackson.core.json.JsonFactory;
import com.fasterxml.jackson.databind.*;
import com... | [
"tatu.saloranta@iki.fi"
] | tatu.saloranta@iki.fi |
f8235d389ec86f5de5ec4ec714d23f4f5560b70f | 2a3840e528f6809fe9571fccd8f249cd0ca903f6 | /src/offline/FindPeak.java | e78dbe29031ca2a44ca9f6ec9deae3be02c14d25 | [] | no_license | 1992dux/Titan | 1c31e79d3487e7bbae739fba46d8ca2a8527e566 | c33d3f03b28abb04a2eefee897721407baba601c | refs/heads/master | 2021-04-08T07:04:49.012862 | 2018-03-19T04:20:56 | 2018-03-19T04:20:56 | 125,313,736 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,650 | java | package offline;
import java.time.LocalTime;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import org.bson.Document;
import com.mongodb.Block;
import com.mongodb.MongoClient;
im... | [
"1992dux@gmail.com"
] | 1992dux@gmail.com |
6d101fb302b55b905f5040f1519bd7ce16ac56ff | 7a060989f0f655f1fa2beefaaf51061b06218f72 | /client/src/edu/indiana/d2i/seqmining/webservice/client/ClientConstants.java | 6e792aa276d436e739a1e5d3f624368f054d8162 | [
"Apache-2.0"
] | permissive | guangchen/sequential-pattern-miner-webservice | b321a5e3e5885ed910a47e67be55e6a05ebb263d | f76719809aa775a5b25e667bdefe8ef3eb4e1e9c | refs/heads/master | 2020-05-19T11:46:56.748936 | 2014-08-25T17:51:29 | 2014-08-25T17:51:29 | 12,471,033 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 570 | java | package edu.indiana.d2i.seqmining.webservice.client;
public class ClientConstants {
public static String CLIENT_PROPERTY_FNAME = "seqminer-client.properties";
public static String SEQ_PATTERN_MINER_PROPERTY_FNAME = "seqminer-algo.properties";
public static String SEQ_PATTERN_MINER_WS_EPR = "seq.pattern.min... | [
"gruan@umail.iu.edu"
] | gruan@umail.iu.edu |
7579d095b665697bec7eadc1ccb0d54b2989169f | df9bae82cec5be5c324f40ed39fff41401f91494 | /Exercise/Polymorphism/src/WildFarm/animals/Tiger.java | 0fd39c62f74cdbae16823d4eedfabc5d84ab12b6 | [] | no_license | valentin-stojanov/Java-OOP | f0a1c712dcbc61749ef6d1e46947ce1de0d68d88 | bf06b4f9de76a64d29c442abbe1de5d4b8376067 | refs/heads/main | 2023-08-09T10:20:59.790446 | 2021-09-12T08:47:04 | 2021-09-12T08:47:04 | 382,868,593 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 654 | java | package WildFarm.animals;
import WildFarm.foods.Food;
import WildFarm.foods.Meat;
import WildFarm.foods.Vegetable;
public class Tiger extends Felime {
public Tiger(String animalName, String animalType, double animalWeight, String livingRegion) {
super(animalName, animalType, animalWeight, livingRegion);
... | [
"valentin_stojanov@abv.bg"
] | valentin_stojanov@abv.bg |
647abf4538bea69ba9b3c74f26d191230fe4f9e8 | c29e3ef810b96d24a82feb074724b475cda8ebf6 | /FileSearch/src/main/java/task/FileScanner.java | d0f6f2ce4cee7f59d2d690be87388ee5ce858db5 | [] | no_license | Moo-lavender/File-Search | fe24c9f5492cf60e6b087a3ce7a0756544a5882e | 6794f1334e707989d65713c4cd0121b4ca51a173 | refs/heads/master | 2023-05-26T14:05:14.370580 | 2020-05-23T13:55:18 | 2020-05-23T13:55:18 | 240,254,951 | 0 | 0 | null | 2023-05-23T20:12:12 | 2020-02-13T12:27:19 | Java | UTF-8 | Java | false | false | 4,002 | java | package task;
import java.io.File;
import java.util.concurrent.*;
import java.util.concurrent.atomic.AtomicInteger;
public class FileScanner {
//1.核心线程数:始终运行的线程数量
//2.最大的线程数:有新任务,并且当前运行的线程数小于最大线程数,会创建新的线程来处理任务(正式工 + 零时工)
//3、4.超过3这个数量,4这个时间单位,2-1(最大线程数-核心线程数)这些线程(零时工)就会关闭
//5.工作的阻塞队列
//6.如果超出工作队列... | [
"1820545434@qq.com"
] | 1820545434@qq.com |
1edb0323358b45bc71cd50372d3014e1b61d4cd1 | 5a8ad42d735ff72d9cb70f6818786d7b3f669ad9 | /16장_스프링부트_액츄에이터_사용하기/src/main/java/me/june/spring/Note.java | cf1e905a89f38ea39d46f02413cdfa1a903a2b18 | [] | no_license | ces518/Spring_In_Action_Study | 3c3e43660b0c22c97d774033f15a715bac1c37cf | 115150652ec14ca41ccc08a0eb85ff5cdbe47500 | refs/heads/master | 2023-03-01T21:08:36.179652 | 2021-02-06T14:07:46 | 2021-02-06T14:07:46 | 322,320,303 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 479 | java | package me.june.spring;
import java.util.Date;
public class Note {
private Date time = new Date();
private String text;
public Note() {
}
public Note(String text) {
this.text = text;
}
public String getText() {
return text;
}
public void setText(String text) {
... | [
"ncucu.me@kakaocommerce.com"
] | ncucu.me@kakaocommerce.com |
91baf85e5abb7b8a267e82ea815586cf345edbaf | 8b5cdda28454b0aab451a4b3216a58ca87517c41 | /AL-Game/data/scripts/system/database/mysql5/MySQL5PortalCooldownsDAO.java | 6cb9fec26f52536204e91d795688d1bad24cf7fe | [] | no_license | flroexus/aelp | ac36cd96963bd12847e37118531b68953f9e8440 | 4f6cca6b462419accf53b58c454be0cf6abe39c0 | refs/heads/master | 2023-05-28T18:36:47.919387 | 2020-09-05T07:27:49 | 2020-09-05T07:27:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,208 | java | package mysql5;
import com.aionemu.commons.database.DatabaseFactory;
import com.aionemu.gameserver.dao.MySQL5DAOUtils;
import com.aionemu.gameserver.dao.PortalCooldownsDAO;
import com.aionemu.gameserver.model.gameobjects.player.Player;
import javolution.util.FastMap;
import org.slf4j.Logger;
import org.slf4j.LoggerFac... | [
"luiz.philip@amedigital.com"
] | luiz.philip@amedigital.com |
aab6452085579de242db9ad0a0340a4e5bf104ed | e775e660d0f68c7e51d93c6888689ccb39d1f1db | /JAVA/prj_jee/org.jsonstleary/src/main/java/Property.java | 8281a0da5ecac53fd314f2bc260616de3b45cb3b | [
"JSON"
] | permissive | genose/progmatic_things | 5b95f7e90dbe5a14e0c819c7e076d626444e349a | ff256b1fcae30e3b06b9dbddfa81439c1c4adb8e | refs/heads/master | 2022-07-08T04:42:13.810913 | 2021-03-05T09:37:47 | 2021-03-05T09:37:47 | 114,885,484 | 3 | 0 | null | 2022-06-29T18:23:34 | 2017-12-20T12:33:48 | Java | UTF-8 | Java | false | false | 2,867 | java | /*
Copyright (c) 2002 JSON.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublic... | [
"devel@genose.org"
] | devel@genose.org |
8194dc22e4818b08f31f0c75d946633573569db1 | 437d05c037e938f36969cb96e2c7ad42b960ac15 | /apps/app10e/src/app10e/dao/DAO.java | a3df3b25dab70fd967f0cd394cd3e231a0c698f2 | [] | no_license | Sunnie-Y/servlet-and-JSP | 31a30ebc5a0d8f393e11f0feedf6ca72975f4d09 | 82d2058e6a790d9a71b7bb6da10aea641e30d80f | refs/heads/master | 2022-03-19T15:54:37.587203 | 2019-12-12T12:06:44 | 2019-12-12T12:06:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 200 | java | package app10e.dao;
import java.sql.Connection;
import javax.sql.DataSource;
public interface DAO {
void setDataSource(DataSource dataSource);
Connection getConnection() throws DAOException;
}
| [
"18225542927@163.com"
] | 18225542927@163.com |
e604e5cb5380129c68f36ebe10be0a3f502afb4c | cdceb209b7838b6641dad994e114c4ea55dfdfe7 | /fmall-search/src/main/java/com/suse/fmall/search/service/impl/ProductSaveServiceImpl.java | 7061be379365e89038ade3a635bc7f9cedc9ee60 | [
"Apache-2.0"
] | permissive | garethhk/Fmall | 4c648b784b11d045778f486af773102b78be1d56 | f8da2149d2cf5279b62cfa477c8bcd865231e322 | refs/heads/master | 2023-05-12T18:06:29.101201 | 2021-05-17T06:10:07 | 2021-05-17T06:10:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,255 | java | package com.suse.fmall.search.service.impl;
import com.alibaba.fastjson.JSON;
import com.suse.common.to.es.SkuEsModel;
import com.suse.fmall.search.config.FmallElasticSearchConfig;
import com.suse.fmall.search.constant.EsConstant;
import com.suse.fmall.search.service.ProductSaveService;
import lombok.extern.slf4j.Slf4... | [
"18384623913@l63.com"
] | 18384623913@l63.com |
aca258629fd76457cb35ca0391afa54adf14fcbd | 839e76aa1dd86f1c7b1d5f5602dd3d4629310830 | /src/com/blackhole/database/jdbc/MongoDBImpl.java | 8a68ce16a6d04f839fe6a534210ec1b1d0ca4b68 | [] | no_license | jarpi/todo-rest | 733fadd78975da6a5d1344dabb77181a8baaa1f2 | 0bdd9cb5c913b494b696f9e208607507265b7b6b | refs/heads/master | 2020-06-05T16:59:23.290245 | 2015-01-14T19:45:42 | 2015-01-14T19:45:42 | 20,780,469 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,586 | java | package com.blackhole.database.jdbc;
import java.net.UnknownHostException;
import java.util.ArrayList;
import org.bson.types.ObjectId;
import com.mongodb.BasicDBObject;
import com.mongodb.DB;
import com.mongodb.DBCollection;
import com.mongodb.DBCursor;
import com.mongodb.DBObject;
import com.mongodb.MongoClient;
im... | [
"ebls123@gmail.com"
] | ebls123@gmail.com |
32a6435cea4fb5c3db706df0219f319231d51650 | e3d7ccbc512c58fbe46bb58c8580e446b60675f0 | /src/gamePanel.java | 0ac1855df234d27ce89772660f2306dccf514ec6 | [] | no_license | aliseyfi75/AP-Project | 15e92cfe9bd52537f2fa715460f569985233f6dd | 71cba419bff397d9838e4e03d2a4eebc73f99703 | refs/heads/master | 2020-05-04T20:36:29.367487 | 2019-04-09T11:18:48 | 2019-04-09T11:18:48 | 179,444,694 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 616 | java | import javax.swing.*;
import java.awt.*;
class gamePanel extends JPanel {
private Image[] images;
private int currentBG;
gamePanel(Image image) {
images = new Image[1];
images[0] = image;
}
gamePanel(Image[] images) {
this.images = images;
currentBG = 0;
}
... | [
"ali.seyfi@tum.de"
] | ali.seyfi@tum.de |
e1a68a00d99c4c2f087921207ae6920f870c886f | 6a1cce3e73ea2819070d233f4f42351d07640bb0 | /spl3/Server/src/main/java/bgu/spl/net/api/MessageEncoderDecoder.java | 91495050044baf26378336820944effdf93e9411 | [] | no_license | alijbareen/SPL-Systems_Programming_Assignments | a1b06e5b883ca95f94381028ae47af8d22acdaf5 | 149dad107200e06268a733eecf43846ef0b207d4 | refs/heads/master | 2022-12-15T04:24:09.911053 | 2020-09-08T11:15:32 | 2020-09-08T11:15:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 546 | java | package bgu.spl.net.api;
public interface MessageEncoderDecoder<T> {
/**
* add the next byte to the decoding process
*
* @param nextByte the next byte to consider for the currently decoded
* message
* @return a message if this byte completes one or null if it doesnt.
... | [
"noreply@github.com"
] | alijbareen.noreply@github.com |
d9f9b6caa2e0caa911c4c48a7b34a3f85a5b1e1e | ec8aa131e1067fe4f43d0cf37f7a0406bf4a7326 | /src/main/java/com/supriyanta/interviewprep/service/EmailService.java | 92fe0c676bb4d7ceb4282844e3582094524b4217 | [] | no_license | adavijit/interview-prep | 847cfdcd38829873860eb1ddc6b3a747e56fa010 | 4a6674ac196b0aee0215bdf3145fe03cfef8bbb7 | refs/heads/master | 2022-11-23T18:54:06.857992 | 2020-07-29T15:36:25 | 2020-07-29T15:36:25 | 284,116,205 | 0 | 0 | null | 2020-07-31T19:41:46 | 2020-07-31T19:41:46 | null | UTF-8 | Java | false | false | 771 | java | package com.supriyanta.interviewprep.service;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.mail.MailMessage;
import org.springframework.mail.SimpleMailMessage;
import org.springframework.mail.javamail.JavaMailSender;
import org.springframew... | [
"supriyanta34@gmail.com"
] | supriyanta34@gmail.com |
4299dcb954e9002363e19f376991fa1da27aac95 | d5959ae1bc2dd7b468193a2f32a191e42d1cd761 | /src/main/java/com/feihuwang/pc/model/EntityItem.java | 3986e2bf06ba0137d8a73d9cccfc5fe303b5bb8b | [] | no_license | liveqmock/ab_common_vo | 55218f2b42268bcb7130bfd66f3d7bd8f0eff566 | 0a6f60dee5571ea2e7a55eb16a7cbe18f7affe31 | refs/heads/master | 2021-01-20T11:18:55.705321 | 2014-11-15T04:55:36 | 2014-11-15T04:55:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 148 | java | package com.feihuwang.pc.model;
import java.io.Serializable;
public interface EntityItem extends Serializable {
public Serializable getMyId();
}
| [
"baoyinli@sohu-inc.com"
] | baoyinli@sohu-inc.com |
e5efed34e106cf2bb7c4c4d75411da070d1f8114 | 963599f6f1f376ba94cbb504e8b324bcce5de7a3 | /sources/p035ru/unicorn/ujin/view/fragments/makearecord/RecordRep.java | 2b39999f4986e8217be998d7e88ebf4bf5dc3850 | [] | no_license | NikiHard/cuddly-pancake | 563718cb73fdc4b7b12c6233d9bf44f381dd6759 | 3a5aa80d25d12da08fd621dc3a15fbd536d0b3d4 | refs/heads/main | 2023-04-09T06:58:04.403056 | 2021-04-20T00:45:08 | 2021-04-20T00:45:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,143 | java | package p035ru.unicorn.ujin.view.fragments.makearecord;
import java.util.List;
import kotlin.Metadata;
import kotlin.jvm.internal.Intrinsics;
import p035ru.unicorn.ujin.data.profile.repository.ProfileLocalRepository;
import p035ru.unicorn.ujin.data.realm.Resource;
import p035ru.unicorn.ujin.data.realm.profile.User;
im... | [
"a.amirovv@mail.ru"
] | a.amirovv@mail.ru |
c755e183be2cffd08f80cd0d9a4c4950c90d34f0 | 9412557f4c471960067c0ae1929d009322f8158b | /brightcove-exoplayer/OfflinePlaybackSampleApp/src/main/java/com/brightcove/player/samples/offlineplayback/VideoListAdapter.java | 05ea0a67b70187c4adaf524b07ec36310b3958e1 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | rahulyhg/android-player-samples | 86d35ab34f199092772e9d6daea02f8a1b90c297 | 6f8609573fa306fc9b492f74f12e96d950f2f4a8 | refs/heads/master | 2021-04-30T05:49:28.407786 | 2018-02-12T18:39:39 | 2018-02-12T18:40:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,229 | java | package com.brightcove.player.samples.offlineplayback;
import android.content.Context;
import android.graphics.Color;
import android.graphics.PorterDuff;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.widget.ContentLoadingProgressBar;
import android.sup... | [
"smartinez@brightcove.com"
] | smartinez@brightcove.com |
fab561a3b071803f4bdaae81c0ba91a27bdc632f | 47b6b002d64c170a1978457cf43edb9098f76b43 | /atcrowdfunding-bean/src/main/java/com/gentle/atcrowdfunding/bean/TRole.java | 4cd91261873544b8f2fe68c00c01aa8534f4687b | [] | no_license | gentleBreezeX/SCW | 7b21afa87988777b8477e68b09b6cf1360b52cc8 | c9bd89274a22db38c9a834a3c7767a3be79d6ada | refs/heads/master | 2022-12-22T06:41:58.098517 | 2019-12-28T14:25:35 | 2019-12-28T14:25:35 | 230,618,589 | 0 | 0 | null | 2022-12-16T11:54:46 | 2019-12-28T14:11:07 | JavaScript | UTF-8 | Java | false | false | 515 | java | package com.gentle.atcrowdfunding.bean;
public class TRole {
private Integer id;
private String name;
@Override
public String toString() {
return "TRole [id=" + id + ", name=" + name + "]";
}
public Integer getId() {
return id;
}
public void setId(Integer id) {
... | [
"819974025@qq.com"
] | 819974025@qq.com |
41103d54035516c4a625cc1b539f0f64c759a08a | 9eebd3dd3b5ca0400c7f8ff96eff82c6a4f2c27d | /elasticSearch6.4.3/src/main/java/com/example/demo/service/SchoolService.java | 6579ec3114eb9cea7d60ceb498ee353f5cbba23b | [] | no_license | zhangcc1988/ES-DEMO | 8d6b304e596f5366403c1289971a28c330ec00ba | 3f921c6d38b78327071cd5d521cad595fa962770 | refs/heads/master | 2023-04-03T04:38:44.488563 | 2020-12-17T09:57:24 | 2020-12-17T09:57:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 414 | java | package com.example.demo.service;
import com.example.demo.document.School;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.PageRequest;
/**
* created by zc 2020/11/18 13:52
*/
public interface SchoolService {
School getById(String id);
Page<School> listSchool(PageReque... | [
"1277188108@qq.com"
] | 1277188108@qq.com |
43cc4dfda6418423b55c4fee8468ddd7ca57ca45 | 493c0966537c4d48ea05324c2d00f0602061b146 | /src/main/java/app/dao/interfaces/DAO.java | 3d4c539c5c795e09e79bf396aa88830ecc3c8048 | [] | no_license | VGolomoz/NewsParserTestTask | 192e3b482c3e28ab34fc37a8ca9e3701f77b08c3 | b0d06e3bb7bdce3b041e2e5465f7a42feb013f14 | refs/heads/master | 2022-09-17T22:37:39.550491 | 2019-12-15T10:30:41 | 2019-12-15T10:30:41 | 227,050,383 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 172 | java | package app.dao.interfaces;
public interface DAO<T> extends AutoCloseable {
Boolean create(T entity);
Boolean delete(Long id);
@Override
void close();
}
| [
"gworkout@ukr.net"
] | gworkout@ukr.net |
c59b528079fa2b059c5e7d1c01fe01215e83df71 | 093858efe851bd3919fc3986a8edec317e81d816 | /unittests/UnitTest_GetAvailableBalance.java | de22197fdf566137acbc5d3e9d3f5bdda1a21582 | [
"MIT"
] | permissive | bdrhoa/TangoCard_Java_SDK | 30a65e0ff8818c18f7d4bd18043ee78ba36990e0 | 268b954896121f8f646650f1e1ddd5c9816c6b92 | refs/heads/master | 2020-04-11T09:12:00.737574 | 2012-12-02T07:08:38 | 2012-12-02T07:08:38 | 7,290,916 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 5,555 | java | /**
*
* UnitTest_GetAvailableBalance.java
* TangoCard_Java_SDK
*
* Tango Card SDK JUnit Test
*
* Copyright (c) 2012 Tango Card, Inc
* All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Sof... | [
"jeff@tangocard.com"
] | jeff@tangocard.com |
8d243a2ccd6854825d60fcebbac511968a9caffe | fad219ceac0faf4e405469345970245f7f85103a | /Proof of life/Android/Code/app/src/main/java/com/proofofLife/Encryption/EncryptionHelper.java | 97ed80b4df55afb7d1a30c41798e3b06508bb2ec | [] | no_license | VinayTShetty/ProjectsWorked_2019-2021 | f092e8b01e1707c82058acad572a6bfce77421d7 | 70c80b9ad681b099c6de9a718e103d362e9f453d | refs/heads/main | 2023-06-02T17:26:34.669354 | 2021-06-26T02:06:23 | 2021-06-26T02:06:23 | 380,391,756 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,057 | java | package com.proofofLife.Encryption;
import android.util.Base64;
import java.nio.charset.StandardCharsets;
import java.security.InvalidKeyException;
import java.security.Key;
import java.security.NoSuchAlgorithmException;
import javax.crypto.BadPaddingException;
import javax.crypto.Cipher;
import javax.crypto.Illegal... | [
"vinay@succorfish.com"
] | vinay@succorfish.com |
6294dad5052c9a36519ca1032555ff744db3f9a4 | 6e2afe29a13cddd79680b49662c636a42da2cd93 | /service-feign/src/main/java/com/zzp/HelloController.java | 07aea97996375eb9e9194f7a4c455d9fbc9ba864 | [] | no_license | angryz/spring-cloud-practice | d4e3f52306c9321fd824b3f9e2996dc2e9966777 | 8c583bbfa5a2fe45dcbac11fb4694ccbe8145387 | refs/heads/master | 2021-01-19T11:58:06.521256 | 2017-04-12T06:28:21 | 2017-04-12T06:28:21 | 88,006,957 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 667 | java | package com.zzp;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestCo... | [
"angryzorro@gmail.com"
] | angryzorro@gmail.com |
18705ea0b93bc78c2361f0ec4be2415940503d87 | c10766ea8ffa040cb2f088ad573f32fc6640076e | /demos/GUI/JPaintShaderDemos/TestDrawingView/gen/org/lamw/testdrawingview/BuildConfig.java | 1c7c49a38bd9aeb0a1494646255fc6742fd2570c | [] | no_license | dev-cristianobarbosa/lazandroidmodulewizard | a557ded8c8884151652b8b9a37ebd83abcf1a946 | 702d198f273df21c348241414c980ccc56a513ee | refs/heads/master | 2022-06-23T04:23:27.995672 | 2020-05-06T17:14:49 | 2020-05-06T17:14:49 | 261,815,421 | 1 | 1 | null | 2020-05-06T16:21:36 | 2020-05-06T16:21:36 | null | UTF-8 | Java | false | false | 166 | java | /** Automatically generated file. DO NOT MODIFY */
package org.lamw.testdrawingview;
public final class BuildConfig {
public final static boolean DEBUG = true;
} | [
"jmpessoa_hotmail.com"
] | jmpessoa_hotmail.com |
2e41b9e7d12b926e69444dbf35a96f55a929f90c | 8e35269d128fd6655d52ad1a378dce669ae7de3c | /src/main/java/edu/fiuba/algo3/controlador/Test.java | f7b5660202924c4acaa26864027142c4b2885eab | [
"MIT"
] | permissive | seblaz/DungeonCards | 7928b572eec6efffc85db97b8007833c68f47c41 | d1b99a6ac9961e234a302c451ddc2be3e56ac3cc | refs/heads/master | 2023-07-29T19:19:00.737860 | 2021-09-05T18:03:58 | 2021-09-05T18:03:58 | 379,449,241 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 60 | java | package edu.fiuba.algo3.controlador;
public class Test {
}
| [
"sebastian.blazquez96@gmail.com"
] | sebastian.blazquez96@gmail.com |
4fb951b55f70585d00bd9016c0f544d0b8e6c2ae | bbffb4dee4fd8e5b9b0e985369d2c12bf47853d8 | /Stranicenje/src/hr/java/stranicenje/entiteti/Stranica.java | 23bebf101b9bf5d18cf7030849fadb177320dbfb | [] | no_license | kzdelarec/JavaProjects | 367edc7a18a98b979383ba8df29faf1c1cc28b4b | df00b62b6fc2a22d85f28fbc4c68405acbfb4430 | refs/heads/master | 2022-01-23T00:26:52.729255 | 2019-11-26T17:02:10 | 2019-11-26T17:02:10 | 152,137,823 | 0 | 0 | null | 2022-01-21T23:22:18 | 2018-10-08T19:53:40 | HTML | UTF-8 | Java | false | false | 743 | java | package hr.java.stranicenje.entiteti;
public class Stranica {
Integer korak;
Integer ulaz;
String sto;
String izlaz;
String memorija;
public Integer getKorak() {
return korak;
}
public void setKorak(Integer korak) {
this.korak = korak;
}
public Integer getUlaz() {
return ulaz;
... | [
"Kiki@Kristijan"
] | Kiki@Kristijan |
bdc3c457e791c5942d044e57a731c86ced9a02bc | 12b14b30fcaf3da3f6e9dc3cb3e717346a35870a | /examples/commons-math3/mutations/mutants-Dfp/2519/org/apache/commons/math3/dfp/Dfp.java | a8d8795efea3d9e36b287cfa86be0c83cc4713f6 | [
"BSD-3-Clause",
"Minpack",
"Apache-2.0"
] | permissive | SmartTests/smartTest | b1de326998857e715dcd5075ee322482e4b34fb6 | b30e8ec7d571e83e9f38cd003476a6842c06ef39 | refs/heads/main | 2023-01-03T01:27:05.262904 | 2020-10-27T20:24:48 | 2020-10-27T20:24:48 | 305,502,060 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 85,772 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"kesina@Kesinas-MBP.lan"
] | kesina@Kesinas-MBP.lan |
c5acdde9cbf308171f1ba0b10f333e40f209dc04 | 74d992a2fa73bd6695c2eb7decc11d7b0896f087 | /robotframework-selenium2library-java-master/src/main/java/com/github/markusbernhardt/selenium2library/keywords/TableElement.java | f8755a89abf84ca7d7b0eff9365cbb20e9c45219 | [
"Apache-2.0"
] | permissive | lakshmi592/robotframework-project | 931cd2f6f2c677fdfb49c8403b87f1b90cfe760d | ca18aa36011b46726d75cf8bdcb5a5ee03d39f61 | refs/heads/master | 2020-06-21T00:02:33.661428 | 2019-07-17T01:48:40 | 2019-07-17T01:48:40 | 197,294,221 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,752 | java | package com.github.markusbernhardt.selenium2library.keywords;
import java.util.List;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import org.robotframework.javalib.annotation.ArgumentNames;
import org.robotframework.javalib.annotation.Autowired;
import org.robotframework.javalib.annotation.Ro... | [
"noreply@github.com"
] | lakshmi592.noreply@github.com |
9fd711f4af9c51b795b2e7f8b369eacec58e1ad8 | 4810edc242ec66add1094d502b4481193b93be08 | /Development/source/EnglishEveryday/app/src/main/java/com/me/englisheveryday/services/BootReceiver.java | 1af03adf1af66e0298234cc7ea1ae2b565ca7e14 | [] | no_license | hotaduc125/englisheveryday | 1a962b871a42e3118f853b64b9ddbb4128021e4a | 413857a8974f9c1800dfab869528a0109ad81eed | refs/heads/master | 2021-01-10T10:07:48.875481 | 2016-03-29T07:39:04 | 2016-03-29T07:39:04 | 54,187,079 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 757 | java | package com.me.englisheveryday.services;
import android.appwidget.AppWidgetManager;
import android.content.BroadcastReceiver;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import com.me.englisheveryday.provider.EnglishWidgetProvider;
/**
* Created by enclaveit ... | [
"alvin@enclave.vn"
] | alvin@enclave.vn |
fc22374954dcbcf677c5ba6d023a760cdfc4713f | 43136bddffe010dca0305dec6f929e80708bf1f7 | /src/main/java/com/example/demo/checkAutowire/UserInfoService1.java | 54ec35aa41131db73c804fb00d7391ed04ad6e7c | [] | no_license | Sonal-Kodulkar/GitPractice1 | ec28c337607fd0f707aa3752a1fe9a5096b9ab1b | 21716ceb3570a8950e5046dc0cf0806dee732501 | refs/heads/master | 2023-01-02T18:38:01.654913 | 2020-10-28T13:25:15 | 2020-10-28T13:25:15 | 307,960,440 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 546 | java | package com.example.demo.checkAutowire;
import org.springframework.stereotype.Component;
@Component
public class UserInfoService1 {
private String msg;
// @Override
// public String toString() {
// return "UserInfoService1{" +
// "msg='" + msg + '\'' +
// '}';
// }
... | [
"sonal.kodulkar@example.com"
] | sonal.kodulkar@example.com |
d1fe595cfa613d6b9ddc7c6004e25df1adefca68 | e5c59200aca89a2cabd7cbb7b553401e89ba5de4 | /predictweasel/src/main/java/org/leastweasel/predict/web/domain/ResetPasswordRequest.java | 0db68f6f8b147545834749733322f37762b5dca8 | [] | no_license | leastweasel/PredictWeasel | 140c3e367bdba7f81dedd2505a3ba3afcae7f658 | f433756eb441f7d1c32162ba92527180f9a1368e | refs/heads/master | 2016-09-05T21:25:29.621552 | 2015-03-10T22:24:45 | 2015-03-10T22:24:45 | 20,028,946 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,932 | java | /**
* The Least Weasel Organisation
* Copyright (C) 2004-2014 by Andrew Gillies
*/
package org.leastweasel.predict.web.domain;
import static org.leastweasel.predict.domain.User.MIN_PASSWORD_LENGTH;
import javax.validation.constraints.Size;
import org.apache.commons.lang.StringUtils;
import org.hibernate.validator... | [
"andrew@leastweasel.org"
] | andrew@leastweasel.org |
736be30b7a2037bc4b5a694937675210a9744df3 | 117cdfe3d94c2d9cce90aaa8e95f3afa92d17eba | /src/test/java/reactor/core/support/LogTests.java | d63939df0e7ba0cd2e50e07b12f06f9c76be7b92 | [
"Apache-2.0"
] | permissive | bclozel/reactor-core | 735aff5b32e2902d008662229ca07a7858ac5059 | 0e23c5297efb2dc96ff06f0402308486d607aa31 | refs/heads/master | 2020-04-02T20:58:37.210367 | 2016-01-20T10:33:50 | 2016-01-20T10:33:50 | 50,024,160 | 0 | 0 | null | 2016-01-20T10:55:50 | 2016-01-20T10:55:50 | null | UTF-8 | Java | false | false | 1,477 | java | /*
* Copyright (c) 2011-2016 Pivotal Software 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
*
* Unles... | [
"smaldini@pivotal.io"
] | smaldini@pivotal.io |
d21b59310405ff490e8891efd22550007649f203 | 29d7f1473d423e5b6f7ad6cdca9a5fcebb77aad7 | /EVA_EXAMEN_SEGUNDA_OPORTUNIDAD/src/Nodo.java | c99c4ddba44a9b5711016e98858d99d63749abaf | [] | no_license | DanielPonce99/SEGUNDA-OPORTUNIDAD | 718c91ac655b1970aca08601fceb1b31a4378b7b | bc612a2a8dbde287e2a57e1cc3a1c74e21f0ae20 | refs/heads/master | 2020-06-01T13:24:12.013326 | 2019-06-07T18:53:50 | 2019-06-07T18:53:50 | 190,793,810 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 720 | 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.
*/
/**
*
* @author invitado
*/
public class Nodo {
//ATRIBUTOS DATOS
private int dato;
//ATRIBUTO PARA CREAR LA LISTA (RE... | [
"invitado@iMac-de-administrador-16.local"
] | invitado@iMac-de-administrador-16.local |
456a4b5c03c295275c258d2afc5afc13255a77ee | 15d9127e26a176d5eafcefba195acd058365cc5d | /src/main/java/assignment/web/HomeController.java | 9276cede2c6b5f69257a47566f1ca169e5c3130d | [] | no_license | simon998yang/assignment | 9f236832d312fe146146f129017f8ba8a99044ca | 6f8b83eaeaffe902269ae8ace9131ce09fb53844 | refs/heads/master | 2016-09-14T13:13:48.724950 | 2016-04-15T12:02:41 | 2016-04-15T12:02:41 | 56,312,609 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 536 | java | package assignment.web;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller
public class HomeController {
@Value("${applic... | [
"simon998.yang@gmail.com"
] | simon998.yang@gmail.com |
86a2bbaedc89928216123e41f6e8344a85510134 | 116403f45c50c2ff0952400a932d7467b87aaf62 | /src/main/java/io/github/oaschi/paperwarp/PWUtils.java | 9105339a1732d633ee06cb1bb559da12d8d70a4f | [] | no_license | derheimel/PaperWarp | f3c853e267348d67aadc554448f6cb615b61a516 | d443b531b24aa4424d0baea08d6bd9c8a2b700d4 | refs/heads/master | 2021-01-19T09:42:12.999396 | 2014-05-22T14:36:08 | 2014-05-22T14:36:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 566 | java | package io.github.oaschi.paperwarp;
public class PWUtils {
public static String stripLeadingHyphens(String str){
if(str == null) return null;
if(str.startsWith("-")){
return str.substring(1);
}
if(str.startsWith("--")){
return str.substring(2);
}
return str;
}
public static String combineStrin... | [
"aarooon@gmx.at"
] | aarooon@gmx.at |
4c8ddde201e7e83d700c7e8807cc0f32633a27e2 | 8cd0b0c83bb5df2ba859c609b802e399156b07c0 | /Java/SpringDemo/Spring_AOP_dynamicProxy/src/com/pb/ActionTest.java | d054a65228c0c41cf04280ba40dffbb275090eaa | [] | no_license | schangxiang/Code | 132d487da67565433425d0d55d078f8fe64638f0 | 09899b46e3d030257fda54bae0c4c231801ac8a8 | refs/heads/master | 2022-12-09T11:49:28.457231 | 2019-08-14T01:31:45 | 2019-08-14T01:31:45 | 148,011,117 | 0 | 0 | null | 2022-12-08T05:52:33 | 2018-09-09T09:28:53 | HTML | GB18030 | Java | false | false | 324 | java | package com.pb;
public class ActionTest {
public static void main(String[] args) {
//创建代理对象iuserServ
LogHandler handler = new LogHandler();
IUserServ iuserServ = (IUserServ)handler.createProxy(new UserServImpl());
iuserServ.deleteUserById(new User());
}
}
| [
"schangxiang@126.com"
] | schangxiang@126.com |
5154c654cc788ce9aa1f22081e1f445d161abcaa | 3fd356f6977b9ff11abc51ead9e225892ff0c442 | /charm-dynac-interface-app/src/test/java/com/cgi/charm/dynac/mapping/msi/MsiControlRequestTest.java | e3cdc99257db900b2712dd28a9f0feebb1446c5b | [] | no_license | kommurunagendra/MulesoftExamples | b8989c0e15413d0f4ab57521be929e86765c45ff | 888a2434709440f1a7a0bae92c296809eeb9cf11 | refs/heads/master | 2023-05-14T17:03:46.772434 | 2021-06-11T13:44:05 | 2021-06-11T13:44:05 | 376,017,579 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 798 | java | package com.cgi.charm.dynac.mapping.msi;
import org.custommonkey.xmlunit.Transform;
import org.junit.Test;
import com.cgi.charm.dynac.mapping.XsltTest;
/**
* @author CHARM CGI TEAM
*/
public class MsiControlRequestTest extends XsltTest {
public MsiControlRequestTest() {
super("xslt/msi/transform... | [
"nagendrareddyk@Nagendras-MacBook-Pro.local"
] | nagendrareddyk@Nagendras-MacBook-Pro.local |
cb3115d75927b78fff41e90494eeb4a2a7d877c4 | 3893c0a1b138b24ffb55c81bb58140b8b0ee7723 | /JKBD-master/app/src/main/java/com/example/myapplication/bean/BaseInfo.java | 9dc28f846e9095f34473aa29f14feaf6da3c1dff | [] | no_license | yufeilong92/jkbd_2018.12.5 | 999af23c801d255027878f0d49588635f5c86f7d | 6f3f1236f62acfe0b1c820bc4ad6eb1cfd214684 | refs/heads/master | 2020-04-09T18:12:28.768402 | 2018-12-05T11:01:54 | 2018-12-05T11:01:54 | 160,504,853 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 606 | java | package com.example.myapplication.bean;
/**
* 实体类基类
* <p>
* Created by Mjj on 2016/12/20.
*/
public class BaseInfo {
private int code;
private String success;
private String msg;
public int getCode() {
return code;
}
public void setCode(int code) {
this.code = code;
... | [
"931697478@qq.com"
] | 931697478@qq.com |
2d81449470fcbe602314860efe4787c4f70884d7 | e9f8dfe7ba3a684260610934e08d2570ca578744 | /source/1_JAVA/ch15_exception/src/com/lec/ex03_exceptionExs/Friend.java | a8ad0a2d769869cd369941c5145e47d46c24f39c | [] | no_license | cherryuki/bigdata | 87864d6058ae23d854c3b146d11dc7fc2bc3f8eb | 928a1a302977017c47724edb5b5a722484cdcfb4 | refs/heads/main | 2023-04-16T20:32:14.017057 | 2021-04-30T12:37:57 | 2021-04-30T12:37:57 | 317,099,037 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 792 | java | package com.lec.ex03_exceptionExs;
//20-12-16_Exception ⓒcherryuki(ji)
import java.text.SimpleDateFormat;
import java.util.Date;
public class Friend {
private String name;
private String tel;
private Date enterDate;
public Friend(String name, String tel) {
this.name=name;
this.tel=tel;
enterDate=new Date();... | [
"cherry__love@naver.com"
] | cherry__love@naver.com |
bcfa6d188edf233ae3d9f7e5a29d13676d9eb5d2 | 7c44073a75cedb1511f2bc156dd2458b3b383cc6 | /app/src/main/java/zhaoliang/com/android52/ui/day07/sdcardbroad/SDCardBroadActivity.java | c41bf432b9e6258c0e406e2eec63c0c284ed04ca | [] | no_license | BruceAnda/Android52 | 480d7b4ba7bfcac85d738999cc6919066122bdac | 8bb4191d6fb789f33a09005550b329802dd70e65 | refs/heads/master | 2021-01-23T01:41:29.560725 | 2017-04-26T06:29:36 | 2017-04-26T06:29:36 | 64,477,380 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 378 | java | package zhaoliang.com.android52.ui.day07.sdcardbroad;
import android.app.Activity;
import android.os.Bundle;
import zhaoliang.com.android52.R;
public class SDCardBroadActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
... | [
"2668645098@qq.com"
] | 2668645098@qq.com |
3fe8d185be7a17a1e04d12b7934771f2157e2185 | 7534af566339f6de278d83a46286e2e0a6c41e11 | /tzapi4android/src/main/java/com/tianzunchina/android/api/login/User.java | 6295c302ebf6aae80fb3b93afd975300e5c5faf4 | [] | no_license | sljjyy/TZAPIForAndroid | 6441f322c0cfc104f217cb0e9d60eed2b730d536 | a2db0d83624b30c3c65a98d4d7bb297d082f05cb | refs/heads/master | 2021-01-17T04:13:12.104678 | 2017-12-14T09:33:20 | 2017-12-14T09:33:20 | 52,776,215 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,707 | java | package com.tianzunchina.android.api.login;
import android.content.Context;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.Serializable;
import java.util.Map;
/**
* 用户实体类
* CraetTime 2016-3-3
* @author SunLiang
*/
public class User implements Serializable {
private static final ... | [
"sljjyy@hotmail.com"
] | sljjyy@hotmail.com |
8e4c108fa50b3ee03a0373f21eb787c00b19d3da | 8d1a4839521728711b5a2b5482220524576b740e | /APPLICATION/JDK-UTILS/JavaCollectionExmaple/src/main/java/com/adarsh/collection/HashMapExample.java | 8220248cec7cec8488ce31c04c5cf67b029348c5 | [] | no_license | adarshkumarsingh83/java_jse | cad6d6fb10fe9173bcd3364ce70da7d185b67af3 | 01a8a5e110feebf4741e845472097ef312a1db96 | refs/heads/master | 2023-01-14T08:17:56.693872 | 2023-01-04T17:43:47 | 2023-01-04T17:43:47 | 22,602,920 | 2 | 0 | null | 2022-07-15T18:28:37 | 2014-08-04T12:17:06 | Java | UTF-8 | Java | false | false | 10,616 | java | package com.adarsh.collection;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
/**
* Created with IntelliJ IDEA.
* User: Adarsh_K
* Date: 2/18/14
* Time: 8:34 PM
* To change this template use File | Settings | File Templates.
*/
public class HashMapExample {
public static void main(St... | [
"us-guest@USMB113823-2.local"
] | us-guest@USMB113823-2.local |
28f81c3d0e1aa19a0a181fa32b4caa852cbbee93 | c978b38042c719e28265a67f6638b6ad0ccd27a5 | /src/CrackingTheCodingInterview/Q15_06_Synchronized_Methods/Question.java | a5f35f6816f241beb46d96ef6199a09e99269e2c | [] | no_license | gspyadav/LeetCodeFishercoder | 2a2a70c47608db75df9b847260067196f03d785a | 0f135f2a468466f783ce763b6666c34f17b17bd0 | refs/heads/master | 2023-07-11T04:44:58.018418 | 2023-06-26T07:04:09 | 2023-06-26T07:04:09 | 192,256,996 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,191 | java | package CrackingTheCodingInterview.Q15_06_Synchronized_Methods;
public class Question {
/**
* @param args
*/
public static void main(String[] args) {
/* Part 1 Demo -- same instance */
System.out.println("Part 1 Demo with same instance.");
Foo fooA = new Foo("ObjectOne");
MyThread thread1a = new MyThrea... | [
"gspyadav.m@gmail.com"
] | gspyadav.m@gmail.com |
ea754cde2b46bcab28ed5848b0bab2c5c362dc9a | 347556ea0c25735a70f08c45e1de72b50baa966f | /app/src/main/java/com/mtpv/LawnOrder/WitnessFormActivity.java | 2cf314331030db7928bf209448930fcd0f7aa6a8 | [] | no_license | mtpvgithub/MtpvChallan | a5993479a45bfd33935763abae8608232bdf7d35 | a7540d6dc776fe668895b9ec960db1c04fe2e74d | refs/heads/master | 2021-01-24T08:50:26.462432 | 2017-06-14T08:39:45 | 2017-06-14T08:39:45 | 93,390,695 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 108,864 | java | package com.mtpv.LawnOrder;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import org.ksoap2.SoapEnvelope;
import org.ksoap2.serialization.SoapObject;
im... | [
"srinivaskasani.mtpv@gmail.com"
] | srinivaskasani.mtpv@gmail.com |
cfcc1ba58dde423ee948a6076032971ce9559555 | 3016374f9ee1929276a412eb9359c0420d165d77 | /InstrumentAPK/sootOutput/com.waze_source_from_JADX/com/google/android/gms/internal/zzawh.java | ad7f190f10d04777577c6388ab0dde8a8d7f77be | [] | no_license | DulingLai/Soot_Instrumenter | 190cd31e066a57c0ddeaf2736a8d82aec49dadbf | 9b13097cb426b27df7ba925276a7e944b469dffb | refs/heads/master | 2021-01-02T08:37:50.086354 | 2018-04-16T09:21:31 | 2018-04-16T09:21:31 | 99,032,882 | 4 | 3 | null | null | null | null | UTF-8 | Java | false | false | 1,774 | java | package com.google.android.gms.internal;
import dalvik.annotation.Signature;
import java.io.IOException;
import java.sql.Time;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
/* compiled from: dalvik_source_com.waze.apk */
public final class zzawh extends zzavg<Time> {
public static final zzavh bY... | [
"laiduling@alumni.ubc.ca"
] | laiduling@alumni.ubc.ca |
621343e0845adee2dc4c22cb2109ed0afb0b6fba | 65c3f20222b570c058734686e75272e9c809df1a | /NavTools/src/navtools/util/FileWalker.java | ca0e8e96f0fd8f7ae9b5e2f2ecb02773e6808762 | [] | no_license | GoDieBawb/NavTools | 507c2e151e0fa6d054ca07bf5bd4b9214746d0b8 | d398f5a46171f8f755b51851635a924c968795cb | refs/heads/master | 2020-12-25T14:14:34.832179 | 2016-09-18T02:20:43 | 2016-09-18T02:20:43 | 67,671,169 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,131 | java | package navtools.util;
import java.io.File;
public class FileWalker {
private String filePath;
public String walk(String path, String fileName) {
File root = new File( path );
File[] list = root.listFiles();
if (list == null) return filePath;
for ( Fi... | [
"meancraft@hotmail.com"
] | meancraft@hotmail.com |
9dbaf6e5c74296815d42f7156fca3054cec414ea | a9dccedabda6a0b32dbf583b178a090e7a7503c5 | /src/storage/BinaryFormatHandler.java | ae96a75dcf31ad7ee0446379d081d4714f1b9815 | [] | no_license | mshaban-msft/Vector-Paint | ebba72795b93e515cb398c88255b62fe8ebf2bef | aa86030e03e59af5833256d4ea2bfab7899b4579 | refs/heads/master | 2021-09-24T15:09:26.007129 | 2017-06-25T14:05:55 | 2017-06-25T14:05:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,337 | java | package storage;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
public class BinaryFormatHandler {
//01_Save Image
//*****************************
//*********************************************************... | [
"mohamed.shaapan.1@gmail.com"
] | mohamed.shaapan.1@gmail.com |
f89cc53d68e778074f0c129d4dc01f709559e9bc | 7773ea6f465ffecfd4f9821aad56ee1eab90d97a | /java/java-tests/testData/inspection/dataFlow/tracker/BasedOnPreviousRelationContracts.java | b0df0572e23c5a29734048ed4722a687809a513c | [
"Apache-2.0"
] | permissive | aghasyedbilal/intellij-community | 5fa14a8bb62a037c0d2764fb172e8109a3db471f | fa602b2874ea4eb59442f9937b952dcb55910b6e | refs/heads/master | 2023-04-10T20:55:27.988445 | 2020-05-03T22:00:26 | 2020-05-03T22:26:23 | 261,074,802 | 2 | 0 | Apache-2.0 | 2020-05-04T03:48:36 | 2020-05-04T03:48:35 | null | UTF-8 | Java | false | false | 521 | java | /*
Value is always false (b.equals("x"); line#15)
According to hard-coded contract, method 'equals' returns 'false' value when this != parameter (equals; line#15)
Condition 'b != "x"' was deduced
It's known that 'b != a' from line #12 (a.equals(b); line#12)
and it's known that 'a == "x"' from line #14... | [
"intellij-monorepo-bot-no-reply@jetbrains.com"
] | intellij-monorepo-bot-no-reply@jetbrains.com |
8e224684aa3f69609847bf3c181cb61117502625 | 15d6868ac4dafeef2246f1159737815b12295ee1 | /vpn-pms/src/main/java/com/asb/pms/SpringConfiguration.java | 2ab78551e634da8c1320ad1d953d673b650eb238 | [] | no_license | puppyriver/vpn4 | e8e17bc8674c9f9dc4e1a0f38b241952c137cdad | 15c50d20c0655c4a2ac49a328dbbde265219e88e | refs/heads/master | 2020-04-05T13:35:51.397364 | 2019-04-02T08:12:01 | 2019-04-02T08:12:01 | 83,522,275 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 762 | java | package com.asb.pms;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.InitializingBean;
import javax.sql.DataSource;
/**
* Author: Ronnie.Chen
* Date: 2016/10/17
* Time: 13:12
* rongrong.chen@alcatel-sbell.com.cn
*/
public class SpringConfiguration implements Ini... | [
"rongrong.chen@alcatel-sbell.com.cn"
] | rongrong.chen@alcatel-sbell.com.cn |
cbd4755022777ba9b09829d4f765fba22aa38d07 | 3476915d393a562e547a7b0efd7536daa25e1103 | /src/main/java/com/wangrollin/leetcode/n2_codingInterviews/p20/problem28/Solution2.java | 9f07a6177aa60fbc14218ac59b5dd2245cd68b92 | [
"Apache-2.0"
] | permissive | wangrollin/leetcode-java | 3c4987fb67685571c5332e4b5e23172eec54e4c0 | 82b8e029ebad195db082fa4453f1852d88b76062 | refs/heads/master | 2023-04-16T14:23:53.605531 | 2021-04-29T16:17:55 | 2021-04-29T16:17:55 | 218,214,448 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,137 | java | package com.wangrollin.leetcode.n2_codingInterviews.p20.problem28;
import java.util.LinkedList;
import java.util.Queue;
/**
* 对称的二叉树
*
* 请实现一个函数,用来判断一棵二叉树是不是对称的。如果一棵二叉树和它的镜像一样,那么它是对称的。
*
* 例如,二叉树[1,2,2,3,4,4,3] 是对称的。
* 1
* / \
* 2 2
* / \ / \
* 3 4 4 3
* 但是下面这个[1,2,2,null,3,null,3] 则不是镜像对称的:
* 1
*... | [
"wangrollin@foxmail.com"
] | wangrollin@foxmail.com |
5ca565ce5486e58b3c3b50f339af40fdef023344 | 99747123c4a1cdb98cfb6b484c5be7e269ced9f5 | /文件/thinkinginjavaexamples/annotations/database/DBTable.java | ce89f1a92cc0e0ef8ef2cb1d306a8753896c52c0 | [
"Apache-2.0"
] | permissive | CodingSoldier/java-learn | 0dea60617be635d6d028cd3c4302bd2975526dbf | 114358e63c41a1884ca660b70e13ed25bc12fbc6 | refs/heads/master | 2023-05-28T14:46:52.437585 | 2023-05-12T09:07:34 | 2023-05-12T09:07:34 | 113,655,752 | 27 | 20 | Apache-2.0 | 2023-05-12T09:10:03 | 2017-12-09T08:51:50 | Java | UTF-8 | Java | false | false | 287 | java | //: annotations/database/DBTable.java
package com.thinkinginjavaexamples.annotations.database;
import java.lang.annotation.*;
@Target(ElementType.TYPE) // Applies to classes only
@Retention(RetentionPolicy.RUNTIME)
public @interface DBTable {
public String name() default "";
} ///:~
| [
"tfz9011@163.com"
] | tfz9011@163.com |
68f201a7471dfbcb99576c09f7de17eb3f9ad9c0 | 6f73b4881072bf9b9415f6a8e62d720f2b95b88e | /Assignment 6/src/Town.java | 294c350c8c4e08669646f89e6a85ab004f9e2061 | [] | no_license | natiwb/Assignment-6-Graphs | 848f17be278b4b660fabdc188e73f883693f2009 | 730e8b74ee200e43487d82f2e943bc19d598178b | refs/heads/master | 2022-07-06T04:56:12.902454 | 2020-05-19T02:57:44 | 2020-05-19T02:57:44 | 264,584,418 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,786 | java | import java.util.LinkedList;
public class Town implements Comparable<Town>
{
String name;
LinkedList<Town> adjacent = new LinkedList<>();
public Town(String name)
{
this.name=name;
}
public Town(Town debreMarkos)
{
this.name=debreMarkos.name;
}
public String getName()
{
return name;
}
publi... | [
"nathanbekele120@gmail.com"
] | nathanbekele120@gmail.com |
e09a6811f1613396d1ece9424109f9ec08f56b29 | 2a0de6bdd7ba008020b450466bb9f1da4f8902c1 | /step01_springDI/src/main/java/sample06/Customer.java | 624d88047df41a4de3752f14054fdb6326eaf8dd | [] | no_license | KostaJavaEdu/SpringWorkspace | 7bab507a8d1e66ba9d35fa88899ecc74f07b0b1c | 649339532fd2d84f008ad7b22ef6c10b2e2f81a5 | refs/heads/master | 2023-02-07T08:26:22.120045 | 2021-01-01T11:43:54 | 2021-01-01T11:43:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 670 | java | package sample06;
public class Customer {
private String id;
private int age;
private String addr;
public Customer() {
System.out.println("Customer() 기본생성자 호출..");
}
public Customer(String id) {
System.out.println("Customer(String id) 기본생성자");
this.id = id;
}
public void setId(String id) {
this.id ... | [
"sn0716@naver.com"
] | sn0716@naver.com |
bc6f14313d0c0347624d924b4b7209d555fc9208 | e2fc012286878a82b6299f8358a2a992187bc303 | /Simple-Blogging-CRUD-JDBC/src/model/DeletePost.java | 45dde069355691e35aba23191fe81871fc618cc6 | [] | no_license | lakhan712/Simple-Blogging-CRUD-using-JDBC | 6ec49afb9d13e003fab5bb5ef4033c0bb868da04 | e81b936ef89aa63d590ae2c13cdd4a0b058a8198 | refs/heads/master | 2022-12-08T00:25:52.444732 | 2020-09-01T13:45:06 | 2020-09-01T13:45:06 | 291,999,921 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 860 | java | package model;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.SQLException;
public class DeletePost {
private static final String QUERY = "DELETE FROM post where id = ?";
private static Connection conn;
private static PreparedStatement pst;
public static boolean delete... | [
"Lakhan Mnae@Jarvis"
] | Lakhan Mnae@Jarvis |
915803d382c31bd805ad03fcd0678e2f6b9e9d08 | 746169b0978e7cd3d752c689aba4c09606763a09 | /MyFrameworkNew/src/test/java/com/gurock/testrail/APIClient.java | 29d6b0de278ff472e4234c29bae84c94f17b3844 | [] | no_license | bijenderprasad/herbertjava | 312d1a128b256a4fc740f956edbe94829351508b | ec596a58cec8391d1e1eb592b2d07461a3ddc905 | refs/heads/master | 2021-06-24T18:29:57.004973 | 2019-08-29T09:24:40 | 2019-08-29T09:24:40 | 140,158,750 | 0 | 0 | null | 2020-10-12T22:37:46 | 2018-07-08T10:39:59 | HTML | UTF-8 | Java | false | false | 8,302 | java | /**
* TestRail API binding for Java (API v2, available since TestRail 3.0)
* Updated for TestRail 5.7
*
* Learn more:
*
* http://docs.gurock.com/testrail-api2/start
* http://docs.gurock.com/testrail-api2/accessing
*
* Copyright Gurock Software GmbH. See license.md for details.
*/
package com.gurock.testrail... | [
"bijenderprasad@QAIT.COM"
] | bijenderprasad@QAIT.COM |
fa009bff7f22c1925ab1fd28a465308bdd4d6256 | ac8c7d7d71da2f9afff4622ac5a1025e910648d4 | /src/aula/Constants.java | 2553cafeaa268052f7f1c4a8bc63d8793f73b4ac | [] | no_license | Joordep/java-mongo-homework | a2925481e60aff59aaf4c3c017456379d970cb6a | 1765b4b916400e071af1f55159004092fc32e670 | refs/heads/master | 2021-01-22T19:04:32.863816 | 2015-05-13T03:55:18 | 2015-05-13T03:55:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 841 | java | package aula;
/**
* This class holds the constants used throughout the code
* @author natan
*
* these could very well be an enum though...
*/
public class Constants {
public final static String INVALID_INPUT = "INVALID_INPUT";
public final static String ACTION = "acao";
public final static St... | [
"streppels@gmail.com"
] | streppels@gmail.com |
d839d8e466d69146830412b13bc70ac3e5a047ab | ffabf5c0656255f72301659d575a454d45150e77 | /src/main/java/com/knowmyminister/searchservice/domain/Author.java | 9b25974e746f8c2d5a80e966e73442ad7268c40e | [] | no_license | mahendrabagul/knowmyminister-search-service | 0b37de0853fef9596ddaee75f610156b41b2d588 | 02c2c6926ea94dd5b18828d63f5859c6b6e5a1a6 | refs/heads/master | 2020-12-06T15:33:59.539222 | 2018-04-02T13:06:24 | 2018-04-02T13:06:24 | 232,497,442 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 736 | java | package com.knowmyminister.searchservice.domain;
/**
* Created by mahendra.hiraman on 4/2/2018.
*/
//@Document(indexName = "knowmyminister", type = "authors")
public class Author
{
// @Id
private String id;
private String firstName;
private String lastName;
public String getId()
{
r... | [
"mahendrahiraman.bagul@team.telstra.com"
] | mahendrahiraman.bagul@team.telstra.com |
c5d9c0d3956fb6abb1ea1dbe73d5d8c58cfb116a | a714c4219e5b40f4d0e7760e4067dfa4a5eaca5a | /app/src/main/java/net/majorkernelpanic/streaming/video/VideoStream.java | 772dc7e1d55864d5f5456b056e2621238418b040 | [
"Apache-2.0"
] | permissive | mariodv95/apuppet-android | d714ca18921581d3453dfc43332d4538ccb9df2e | 56cbd0d7e04d1fd760d77ac714e9efbbb33d2193 | refs/heads/master | 2023-07-14T01:26:58.339133 | 2021-08-17T11:27:25 | 2021-08-17T11:27:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 23,479 | java | /*
* aPuppet: Open Source Remote Access Software for Android
* https://apuppet.org
*
* Copyright (C) 2020 apuppet.org
*
* 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:/... | [
"mayorow@gmail.com"
] | mayorow@gmail.com |
45ba350eab93cbfb4e04d485a852b73a846b3c9a | 782074c2e0193351b5e5cf33ad977bf0fb3bb006 | /src/ru/netology/graphics/image/BadImageSizeException.java | 2e28f5d8e898e8c0aa1323cf17f52aa5ace7a6f3 | [] | no_license | jtn1983/javabasicsdiploma | f4c6b9df756238299988a3a73ae4cd18a380fbbb | 4ef61408fa8f1aa775d2592f1598f84b5c37879d | refs/heads/master | 2023-05-30T17:28:36.185812 | 2021-06-18T10:43:37 | 2021-06-18T10:43:37 | 377,286,598 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 422 | java | package ru.netology.graphics.image;
public class BadImageSizeException extends Exception {
public BadImageSizeException(double ratio, double maxRatio) {
super("Максимальное соотношение сторон изображения " + maxRatio + ", а у этой " + ratio);
}
public BadImageSizeException() {
super("Ошибка... | [
"yakov@tenilin.ru"
] | yakov@tenilin.ru |
b0f1775a233e2b924b63004e362e79decd691120 | f70a61c454be09757309eb6817c289971dd50cef | /T Academy/Android/day12/gcm/GCMKimProject/src/com/example/gcmkimproject/MainActivity.java | 2fd53e673897d79c212bd2373dc0d85010a01bd6 | [] | no_license | ace0625/Android-work | 02cf8db7ed5fdc0df04fed0b6638b744feee9602 | 5c2491a0e5642294b9f764b80a7950bf9c428c3d | refs/heads/master | 2021-01-01T05:19:14.765823 | 2016-05-25T21:16:04 | 2016-05-25T21:16:04 | 59,698,057 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 10,050 | java | package com.example.gcmkimproject;
import java.io.IOException;
import java.util.concurrent.atomic.AtomicInteger;
import android.app.Activity;
import android.content.Context;
import android.content.SharedPreferences;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager.NameNotFoundE... | [
"hckim0625@gmail.com"
] | hckim0625@gmail.com |
772cd448dbf89df3c79805f8446e44b30fc5101a | fd143b55e024772e7ccb8c2e99056de3fddb0d73 | /src/com/olivierpicard/Grapher/Interpreter/VariableStandaloneNode.java | b015f6ce3d984f8ac9691edd0c1216f9d8fed38a | [] | no_license | olivierpicard/Grapher | 84795aa6ddc6dec25fdb7eb4fe85aa011442c902 | 83971d16a7b2e2ed686bd5337fad9578fcc37645 | refs/heads/master | 2021-09-21T22:26:00.458954 | 2018-09-01T20:27:12 | 2018-09-01T20:27:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 332 | java | package com.olivierpicard.Grapher.Interpreter;
public class VariableStandaloneNode extends StandaloneNode
{
public VariableStandaloneNode() { super(); }
@Override
public float Compute(float argument)
{
return argument;
}
@Override
public String toString()
{
return "x0 ... | [
"trafic-du-974@hotmail.fr"
] | trafic-du-974@hotmail.fr |
2b75a8d27deccf62ccba66ed3d969d11f6fe42fd | fa67793e8d325785ba9ce747ef2c6a816d4f1630 | /spring/src/main/java/br/com/zup/challenge/spring/Application.java | c69e96715880c7d6445d47946cba9dfba7730c76 | [] | no_license | stefanielibarinozup/Challenge-Back-End | d94f96a837fd6da27649593e49015ccfad3ac8c8 | 271cddfd00bb3b786b03e411bd50d70244e191e4 | refs/heads/master | 2021-06-19T02:03:57.310698 | 2019-11-26T20:41:25 | 2019-11-26T20:41:25 | 216,926,365 | 0 | 0 | null | 2021-06-04T02:17:29 | 2019-10-22T23:14:44 | Java | UTF-8 | Java | false | false | 890 | java | package br.com.zup.challenge.spring;
import br.com.zup.challenge.spring.crud.CreateData;
import br.com.zup.challenge.spring.crud.DeleteData;
import br.com.zup.challenge.spring.crud.ListData;
import br.com.zup.challenge.spring.crud.ReadData;
import br.com.zup.challenge.spring.service.ServiceSpring;
import org.springfra... | [
"stefanie.libarino@zup.com.br"
] | stefanie.libarino@zup.com.br |
0c6dc494d2976281bbee4ac249cf424a7f6c259d | 7b4131cb2ef1b726164a01afcaa671d8bc82fbcc | /app/src/main/java/com/covid19/Dashboard.java | fe509ee0ec829aa4cd77a1973da4ceead30f4365 | [] | no_license | Rinanda1/UAS1822500006AplikasiPasienCovid19 | 659b00ac8aeaecee4729f38b68b707fd624966bb | f72c4491447e92c6eaeae55b9f89e23c8f2ed79c | refs/heads/main | 2023-07-02T04:00:59.663242 | 2021-08-05T05:34:39 | 2021-08-05T05:34:39 | 392,913,007 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,439 | java | package com.covid19;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
public class Dashboard extends AppCompatActivity {
Button btnExit;
Button btnTambah;
Button btnLihat;
@Override
p... | [
"1822500006@mahasiswa.atmaluhur.ac.id"
] | 1822500006@mahasiswa.atmaluhur.ac.id |
7ad29651d225d24c716d3db6d515dc9844fda696 | 262f2dfe07c7b0f7c76bcc0364cd71e812edacff | /反射(黑马视频)/src/cn/itcast_01/Person.java | 8eb302b6cca6f897a6441d711bf1fd1a2dc2e413 | [] | no_license | gaohanghang/Hello | f02787555352041699500b2079f3a102200c167e | ae50db9058e7fc82ca6489f18d7019f196f5d2e8 | refs/heads/master | 2021-01-01T19:31:10.328510 | 2018-04-19T12:26:37 | 2018-04-19T12:26:37 | 98,598,113 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 982 | java | package cn.itcast_01;
public class Person {
private String name;
int age;
public String address;
public Person() {
}
private Person(String name){
this.name = name;
}
Person(String name, int age) {
this.name = name;
this.age = age;
}
public Person(Str... | [
"1341947277@qq.com"
] | 1341947277@qq.com |
19b5e5db9015a07a8fe5b765704b20ae773fa37c | e7b53778c678ccc87cc2c09eb3f44f44906133d1 | /rxlmdb-grpc/src/main/java/org/deephacks/rxlmdb/RxDbServiceGrpc.java | 6268ed63e3fee1cadc6ba1f6509ab48f8f9e62fe | [] | no_license | deephacks/RxLMDB | e517d49dd2b078e15c372e79e15f2094cfda9a3b | 6b4d01db73e5630141974dd26622a562b0f3244f | refs/heads/master | 2023-08-30T07:50:58.307350 | 2016-05-18T19:59:48 | 2016-05-18T19:59:48 | 35,449,960 | 21 | 3 | null | null | null | null | UTF-8 | Java | false | false | 4,587 | java | package org.deephacks.rxlmdb;
import com.google.protobuf.ByteString;
import io.grpc.Status;
import io.grpc.StatusRuntimeException;
import io.grpc.stub.StreamObserver;
import org.deephacks.rxlmdb.Rxdb.*;
import org.fusesource.lmdbjni.LMDBException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import rx.Obse... | [
"stoffe@gmail.com"
] | stoffe@gmail.com |
a37a2a9f02180842d280f305bfba81d1941ea620 | c5e468f1026d2cd06f8663b39ba6e0be10da884b | /src/com/mine/myrpc/server/RpcServer.java | e5830466fab6c2f07a0b60f633ec6f3fb201a498 | [] | no_license | ycyangcheng/MyRpc | 6fecc0df4749b6e310e8a3ed279851c55e5e101a | 9888d5e4e467cb4f87708d8004c5354ee580ecc4 | refs/heads/master | 2022-09-25T23:02:56.149150 | 2020-06-05T06:34:55 | 2020-06-05T06:34:55 | 269,539,174 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 218 | java | package com.mine.myrpc.server;
/**
* @author: Yang Cheng
* @create: 2020-06-05 14:17
* @desc:
*/
public class RpcServer {
public static void main(String[] args) {
System.err.println("======");
}
}
| [
"yangcheng317@163.com"
] | yangcheng317@163.com |
ba7bfd544dde4c230ebcc0608fffe6e2d317ebf8 | 4a8ec4f20fb2a07d852d1d09ff947cad57641208 | /snf4j-core/src/test/java/org/snf4j/core/DelayedThreadFactory.java | 5b1a217a051d96684097c132aa2c6de66fb9e641 | [
"MIT"
] | permissive | snf4j/snf4j | d2ba7a8d03d5b007b937acc009ecc8c22762f7bf | 3e01af01fce0b9997458603c40cb76db53e9bf6a | refs/heads/master | 2023-06-08T05:00:14.051635 | 2022-08-16T15:39:57 | 2022-08-16T15:39:57 | 83,964,294 | 32 | 3 | MIT | 2022-08-16T15:39:58 | 2017-03-05T11:14:57 | Java | UTF-8 | Java | false | false | 2,244 | java | /*
* -------------------------------- MIT License --------------------------------
*
* Copyright (c) 2017 SNF4J contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without... | [
"noreply@github.com"
] | snf4j.noreply@github.com |
4316be84984871780fbe00a5af5694596503fa30 | fe70ceb1f98c4f4a59d8d08f83e2336df262b8bb | /BTECHNOTES2/app/src/main/java/com/example/btechnotes/sem1.java | 8dd9fbd47246f1d5ace480ce9e0809275dd5fedb | [] | no_license | nscspc/Android_Studio | 6c05f2257601fd3737eb1b3acf246955368af366 | 7f7ae7bd989cfdb8ed5328b1d8c4f15774b6cff7 | refs/heads/master | 2023-06-28T15:34:32.169011 | 2021-08-10T05:28:36 | 2021-08-10T05:28:36 | 394,536,630 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 102 | java | package com.example.btechnotes;
import android.app.Activity;
public class sem1 extends Activity {
}
| [
"saininaveen933@gmail.com"
] | saininaveen933@gmail.com |
77107758b02139a14edf5e377abf5c150d64658f | 46cd645185358bec989b62deeab6558b65c7927c | /app/src/main/java/preview/valteck/bortexapp/ui/login_and_registration_activities/RegisterActivity.java | 1e24545d1034769df2ae348ee4d65c3b3981f450 | [] | no_license | Sterlingryan/Android-Preview-App | b302b388b298f0dfdd9237f334551983d4c9bda0 | 588e9d4b3bedfee3247f3e21d83495ef161f5062 | refs/heads/master | 2021-01-06T20:44:17.675617 | 2017-11-10T13:33:05 | 2017-11-10T13:33:05 | 99,551,564 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,818 | java | package preview.valteck.bortexapp.ui.login_and_registration_activities;
import com.google.android.gms.tasks.OnCompleteListener;
import com.google.android.gms.tasks.Task;
import com.google.firebase.auth.AuthResult;
import com.google.firebase.auth.FirebaseAuth;
import android.content.Intent;
import android.graphics.Por... | [
"ryanaquilina001@gmail.com"
] | ryanaquilina001@gmail.com |
0667642e14229d300f43fed113dbc0e198f2b910 | a8bd8519a3870162ab99fcf8ad2fc3f919d3be60 | /videos-pojo/src/main/java/com/video/pojo/vo/PublisherVideo.java | 29cefbdef70c49c82e087a64621503176d91ebaf | [] | no_license | unluckygod/WchatVideo-dev | 219b4899afcbf6fa8134aa0ad10c650b224cb6f7 | 6f48e6d210304817b5112d740cc2cf3a6fb3103d | refs/heads/master | 2020-12-08T18:56:25.304136 | 2019-05-17T06:25:47 | 2019-05-17T06:25:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 435 | java | package com.video.pojo.vo;
public class PublisherVideo {
public UsersVO publisher;
public boolean userLikeVideo;
public UsersVO getPublisher() {
return publisher;
}
public void setPublisher(UsersVO publisher) {
this.publisher = publisher;
}
public boolean isUserLikeVideo() {
return userL... | [
"872978036@qq.com"
] | 872978036@qq.com |
c29e90ca5b202916ddfd4500706002c225cd1b9d | 3c8209538534a5c6af8f05569125774439c7b3dc | /app/src/androidTest/java/com/example/todoapp2/ExampleInstrumentedTest.java | 25689d910e1ea8f910b841a0ca5af87946fd3bb9 | [] | no_license | sgries123/ToDoApp2 | 4247a3c87dc139ea99192a19cd141ac8c9f51e80 | 55abd537952ad42de2af79af081d3d576d89ec0a | refs/heads/main | 2023-04-21T19:33:01.795668 | 2021-05-06T21:50:44 | 2021-05-06T21:50:44 | 365,046,186 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 754 | java | package com.example.todoapp2;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an... | [
"sandra.gries@valpo.edu"
] | sandra.gries@valpo.edu |
615f7b13e1c2e76e0b57aaffff4542a1b7313677 | 883c2058ccaf2bf2d0145f1e34eb9142d9fd900d | /src/main/java/com/as/behavioral/chainOfResposibility/simpleExample/Main.java | 5c41f72f94bbec803f00f471681fefd4c6eaaba2 | [] | no_license | AndriySV/JavaPatterns | 6eac712970da98a8aed02fcf38e2d7db6b0322cf | bed7e829435a39d19d08cd9e07755dfd91035911 | refs/heads/develop | 2021-06-25T00:51:06.680581 | 2017-03-25T20:14:57 | 2017-03-25T20:14:57 | 27,065,257 | 2 | 0 | null | 2014-12-10T18:40:19 | 2014-11-24T07:20:31 | Java | UTF-8 | Java | false | false | 426 | java | package com.as.behavioral.chainOfResposibility.simpleExample;
import com.as.behavioral.chainOfResposibility.simpleExample.handler.Handler;
import com.as.behavioral.chainOfResposibility.simpleExample.handler.SpamHandler;
public class Main {
public static void main(String[] args) {
Handler handler;
Strin... | [
"A.S.Elips@gmail.com"
] | A.S.Elips@gmail.com |
005454bd2d944e4a7c3b711790320a35c1147983 | d2d0eaeacb5cde398f8b24d8c6370ba76188449c | /hphcAndroid-master/app/src/main/java/com/hphc/mystudies/studyAppModule/studyModel/ChartDataSourceActivity.java | 305a73beea04d4e2761dbe4c2fa201e76d07f033 | [
"MIT"
] | permissive | rmasiniexpert/FDA-My-Studies-Mobile-Application-System | 1bf05be8123d8e5544b865bdeca4e7bd110455df | d7ed3b543158872be6ff6e5f02b7a92100b24d40 | refs/heads/master | 2022-12-23T08:05:32.348966 | 2020-11-18T21:56:19 | 2020-11-18T21:56:19 | 156,874,225 | 0 | 0 | null | 2022-12-16T02:42:15 | 2018-11-09T14:36:41 | Java | UTF-8 | Java | false | false | 1,915 | java | /*
* Copyright © 2017-2018 Harvard Pilgrim Health Care Institute (HPHCI) and its Contributors.
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction, including
* without limit... | [
"Adam_Paczuski@harvardpilgrim.org"
] | Adam_Paczuski@harvardpilgrim.org |
88dc42ac2900527e17325458a109cc79bfd5467f | eca69197507341718c7107d014e793b1170078be | /oplexecutor/src/main/java/org/imf/oplexecutor/fims/mdcf/h/SORTBY.java | abfd902eec1254e58e7cf66786def44c53d9f406 | [] | no_license | ben2602/OPLExecutor | 1328a5b1b38579fff808574d20c06e0d56884adc | 9c3b4d86c575052361e8bef72bec5fbd3cc98636 | refs/heads/master | 2021-01-13T03:15:08.135417 | 2017-04-07T09:42:11 | 2017-04-07T09:42:11 | 77,609,883 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,425 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2017.03.13 at 10:49... | [
"Benjamin@benjaminsapfel"
] | Benjamin@benjaminsapfel |
2c7ab31ac89316909722c6c813b1f53b74b60f34 | b9c0c9cf440f2f25553428ef2ae654401c64d208 | /Azure2PCF/src/main/java/com/app/Azure2PCF/customException/EmptyInputException.java | 706b69e1f9c5b51f92852b1b5891bd9a0378ab04 | [] | no_license | namo90/SpringBootProject | 4bb9afbfee0b01af45ec11c44e98b6b6105b65f4 | 0a9487cc4b9efbb994ab1d4f0dfc32a1d35d706a | refs/heads/main | 2023-07-15T17:54:54.819959 | 2021-08-24T04:23:38 | 2021-08-24T04:23:38 | 395,004,457 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 408 | java | package com.app.Azure2PCF.customException;
import org.springframework.stereotype.Component;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
@Component
@Data
@AllArgsConstructor
@NoArgsConstructor
public class EmptyInputException extends RuntimeException {
private static final ... | [
"Namo.Shelke@SYPUL616WZ93.synechron.com"
] | Namo.Shelke@SYPUL616WZ93.synechron.com |
57ea66ba695b474770c902e8354c39e960f46ca5 | 7bdd096c60948321b936631633e049cc7f9adb4d | /LMCalculator/src/CalcGui/BaseConvPanel.java | e1eba83e5f565cc7bcb073866c2624e1392c2ce0 | [] | no_license | lmiori92/lmcalculator | 22d34f50ba80234daa352372ef877be0337ac342 | fd6bc1bed2c7b93561c25b1c6f3335d015b415bc | refs/heads/master | 2021-01-10T08:15:03.031760 | 2016-02-29T20:02:16 | 2016-02-29T20:02:16 | 52,720,341 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,271 | java | /*
* Lorenzo Miori - 18/01/2012
* This panel contains the buttons for base conversion methods
*/
/*
Copyright (C) 2012 Lorenzo Miori
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 Foundatio... | [
"memoryS60@gmail.com"
] | memoryS60@gmail.com |
ccb68b71e8fa2692a3bc3efa3425af28e7b9fe2c | e281f28daf70cc7df36c58e3b6df0e2af4f7f540 | /src/main/java/chouti/lda/LDADataset.java | 021cf7c7baa6e4087758317bd88c17f7e536f0f3 | [] | no_license | yexiaoming20140413/machinelearn | eac852af9c46a87b161d8a44ce90962610462acf | e33ddc13f90bb4cd0ffb9ef7f8da6dff2d865d5c | refs/heads/master | 2020-12-24T11:11:15.082693 | 2016-11-08T11:19:50 | 2016-11-08T11:19:50 | 73,178,416 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,826 | java | /*
* Copyright (C) 2007 by
*
* Xuan-Hieu Phan
* hieuxuan@ecei.tohoku.ac.jp or pxhieu@gmail.com
* Graduate School of Information Sciences
* Tohoku University
*
* Cam-Tu Nguyen
* ncamtu@gmail.com
* College of Technology
* Vietnam National University, Hanoi
*
* JGibbsLDA is a free software; you can r... | [
"yexiaoming@gozap.com"
] | yexiaoming@gozap.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.