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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c86dcb125e24b1509e6acaad2ea2cddc97487349 | 7d63a578cc9526b885da487b163853a595054d9c | /src/main/java/com/epam/rd/fp/servlets/SortMeetingsByRegisteredCountServlet.java | 3d3dad4645edb3ff7b486e1324f0a36b0dc13407 | [] | no_license | LolkeeN/finalProject | a34599fc562667c9c84649663bf0fcb174742253 | e076e51cd15a6aa458d90c972447b333fb113261 | refs/heads/master | 2023-06-28T07:02:44.496676 | 2021-07-27T06:52:32 | 2021-07-27T06:52:32 | 370,661,330 | 1 | 0 | null | 2021-06-17T11:11:30 | 2021-05-25T10:59:58 | Java | UTF-8 | Java | false | false | 2,430 | java | package com.epam.rd.fp.servlets;
import com.epam.rd.fp.factory.ServiceFactory;
import com.epam.rd.fp.factory.impl.ServiceFactoryImpl;
import com.epam.rd.fp.model.Meeting;
import com.epam.rd.fp.service.MeetingService;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import javax.serv... | [
"bazelik777@gmail.com"
] | bazelik777@gmail.com |
f25f650646b6f20b763c326f862c31dcc402624e | 01001927e6b42eeddac7d242983130d319cb3a1c | /ScientificOp/src/Stack.java | 2a972e90474ec73d2a3719b2c150efb27b01bc89 | [] | no_license | fruitbraker/Algorithms | fd59da50ab3f21d0d597fedd22551e4574147105 | 0b2e039e688ff96a703f433f33b25aec6060e4c5 | refs/heads/master | 2020-12-24T07:59:47.159365 | 2016-09-20T02:32:43 | 2016-09-20T02:32:43 | 59,802,509 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,977 | java |
public class Stack<Item> {
/*
* I know I could have used a linked-list type of implementation. I just wanted to use an Array implementation.
*/
private int topOfStack;
private Item[] theStack;
@SuppressWarnings("unchecked")
public Stack() {
topOfStack = 0;
theStack = (Item[]) new Object[5];
}
p... | [
"congpeng89@gmail.com"
] | congpeng89@gmail.com |
797d54c717761b6c8a7b8e2d05c5e904f237b99e | 9969567c8906988c43a69a8a1957f5a4084bedcc | /framework/src/main/java/com/aaron/android/framework/base/widget/viewpager/TabFragmentPagerAdapter.java | 5f5d8373de5014eeb0a3b33432d51ac8a189988e | [] | no_license | AaronHuangGit/SoybeanFramework | de662edd5682c7ed5da93446a92c2381378ebb18 | 8461aa0850dba88c22ea4a11c998c356fb6ed2d4 | refs/heads/master | 2021-07-11T04:13:21.732124 | 2017-10-09T06:45:29 | 2017-10-09T06:45:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,687 | java | package com.aaron.android.framework.base.widget.viewpager;
import android.content.Context;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import java.util.ArrayList;
import java.util.List;
/**
* @author ran.huang
* @version... | [
"huangran@chushi007.com"
] | huangran@chushi007.com |
3266b58f51e38677e432fe83400b0ed340827b63 | 445c3cf84dd4bbcbbccf787b2d3c9eb8ed805602 | /aliyun-java-sdk-config/src/main/java/com/aliyuncs/config/model/v20190108/ActiveConfigRulesRequest.java | 1cb1feb5629e74a89d0f579494f187f453979970 | [
"Apache-2.0"
] | permissive | caojiele/aliyun-openapi-java-sdk | b6367cc95469ac32249c3d9c119474bf76fe6db2 | ecc1c949681276b3eed2500ec230637b039771b8 | refs/heads/master | 2023-06-02T02:30:02.232397 | 2021-06-18T04:08:36 | 2021-06-18T04:08:36 | 172,076,930 | 0 | 0 | NOASSERTION | 2019-02-22T14:08:29 | 2019-02-22T14:08:29 | null | UTF-8 | Java | false | false | 1,665 | java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
b18497f76ed0b56f76e9ef54b8978eb5a71a9cc1 | cd33222b4891436845b0c7583aabd5881d0adcb6 | /arms/src/main/java/com/jess/arms/http/RequestIntercept.java | 4b785c4f141f823282464b417dae1cf0595db289 | [
"Apache-2.0"
] | permissive | qgreat/Pretty_MVP | 9fe5980aad99301561fd48c5075d853561d05920 | 03da0d68fa4b0894c42a0bf70cdf099f7d442077 | refs/heads/master | 2021-01-19T23:32:52.642616 | 2019-08-20T07:33:14 | 2019-08-20T07:33:14 | 88,991,836 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,066 | java | package com.jess.arms.http;
import android.support.annotation.NonNull;
import com.jess.arms.utils.ZipHelper;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.net.URLDecoder;
import java.nio.charset.Charset;
import javax.inject.Inject;
import javax.inject.Singleton;
... | [
"yachao_qi@126.com"
] | yachao_qi@126.com |
1effea9cf62871a8d2d2d26fa8299074b10e7482 | 65b6650fb2c96dde5df85c7bb7ecc54a9d0721a7 | /src/main/java/net/thedragonteam/pec/PEC.java | 83ce79b1a6d592754ec9ed3e36f6803440899738 | [] | no_license | TheDragonTeam/PEC | a2ab1dc539bfb734605e7fadbcc635e8b0414c56 | 9cc4a3c032814fa1d60d28748085617d77afe705 | refs/heads/master | 2021-01-01T06:01:05.402594 | 2018-02-05T23:14:26 | 2018-02-05T23:14:26 | 97,328,276 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 603 | java | package net.thedragonteam.pec;
import net.minecraftforge.fml.common.Mod;
import net.minecraftforge.fml.common.Mod.Instance;
import net.minecraftforge.fml.common.network.simpleimpl.SimpleNetworkWrapper;
import static net.thedragonteam.pec.Reference.MODID;
@Mod(modid = MODID,
name = Reference.MODNAME,
... | [
"sokratis12GR@gmail.com"
] | sokratis12GR@gmail.com |
d795bd1e76b91f94d192d7299f8ced81ffe14a85 | 91bea11b887792754fb9056a33c4411dd1aafde7 | /src/main/java/dev/kir/sync/config/SyncConfig.java | 5e9e31af300513c959f43de85b226c93d17902b1 | [
"LGPL-3.0-only",
"MIT"
] | permissive | Kir-Antipov/sync-fabric | 767eeccafc6a0a89605dc94333b2ea84201e82c8 | e821350f37576909751053ec39fba3f15b852689 | refs/heads/1.19.x/stable | 2023-08-21T04:02:50.854839 | 2022-08-06T19:29:17 | 2022-08-06T19:29:17 | 396,081,373 | 16 | 11 | MIT | 2023-03-30T23:22:02 | 2021-08-14T17:36:01 | Java | UTF-8 | Java | false | false | 3,890 | java | package dev.kir.sync.config;
import dev.kir.sync.api.shell.ShellPriority;
import dev.kir.sync.compat.cloth.SyncClothConfig;
import net.fabricmc.loader.api.FabricLoader;
import net.minecraft.entity.EntityType;
import net.minecraft.util.Identifier;
import net.minecraft.util.registry.Registry;
import java.util.List;
imp... | [
"kp.antipov@gmail.com"
] | kp.antipov@gmail.com |
1db6c6fa6699319004bfd05fac6f72aad058a752 | 441bada7555720d883563998e2ffcaae094a95ed | /contest-back/src/main/java/com/ruoyi/project/system/service/ISysOssRecordService.java | 05f1c4d32d95787c7be0c2513909e22f98fdef5b | [
"MIT"
] | permissive | iesap/contest-weapp | 7f615ce1a0f93c145d69896fcf6438fd0d22800d | 4be1ab0dd9bff0c0a3c7f70dd5edcc8200a95118 | refs/heads/master | 2023-04-12T13:07:33.165136 | 2020-08-16T07:04:24 | 2020-08-16T07:04:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,685 | java | package com.ruoyi.project.system.service;
import java.io.IOException;
import java.util.List;
import java.util.Map;
import com.ruoyi.project.system.domain.SysOssRecord;
import org.springframework.web.multipart.MultipartFile;
/**
* OSS上传Service接口
*
* @author sun
* @date 2020-04-27
*/
public interface ISysOssRecord... | [
"sunss1903@163.com"
] | sunss1903@163.com |
4f093e87c58f1d4270d0251b877391ca0687cdbb | cf79b4d5552da0ae0cf73de51ed29e72a3d845f0 | /logger-service/src/main/java/com/sophos/logger/LoggerApplication.java | df10d2f80175520bb756e70f4610979e8ada022c | [] | no_license | rjrb/DemoWebflux | 9e0b812fe45f5aafdd43d91099af434bf0e7dc7e | 37e2daa21cb3071cce0fd1377692c6fe9c36c7f8 | refs/heads/master | 2023-01-21T11:30:39.707591 | 2020-11-27T16:35:30 | 2020-11-27T16:35:30 | 308,090,389 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 310 | java | package com.sophos.logger;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class LoggerApplication {
public static void main(String[] args) {
SpringApplication.run(LoggerApplication.class, args);
}
}
| [
"ricardo.ramirez@sophossolutions.com"
] | ricardo.ramirez@sophossolutions.com |
6736ed6c6b3a063e74a0fe80690fe50619adb78e | 4d956d377eb465098c9de697fea9847d985a69d3 | /src/main/java/io/jboot/db/model/Columns.java | f62be1a1f035dc56675b51f7fab2ab074e4064c7 | [
"Apache-2.0"
] | permissive | chenyongze/jboot | 587be9d852a0aee1ce1a45a7a7d9e5bf05946a85 | d35ea46f2ec666bdfaeca0c87da6f5e06d63871d | refs/heads/master | 2020-04-05T17:38:05.679639 | 2018-11-01T08:49:04 | 2018-11-01T08:49:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,832 | java | /**
* Copyright (c) 2015-2018, Michael Yang 杨福海 (fuhai999@gmail.com).
* <p>
* 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
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* U... | [
"fuhai999@gmail.com"
] | fuhai999@gmail.com |
7cadd9468d4be2bbbf8e14f9c90603349d6e0ca2 | 7ebc513fe01c6dfdb85b2dafbc6a2b1ec48bc20b | /src/java/c/b/b/a/f/b/q5.java | 2aac2eda4565c5420ab098819b6568457113e52b | [] | no_license | arnoldnekemiah/chessapp | b6c9b7a5aceb8912d699abf654f9ebc08a61f8d2 | f3f0b141742f55c84c7ab98966256897c6bb07f4 | refs/heads/main | 2023-04-05T00:25:54.395071 | 2021-04-13T06:12:39 | 2021-04-13T06:12:39 | 357,438,812 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 739 | java | /*
* Decompiled with CFR 0.0.
*
* Could not load the following classes:
* java.lang.Object
* java.lang.Runnable
* java.lang.String
*/
package c.b.b.a.f.b;
import c.b.b.a.f.b.j6;
public final class q5
implements Runnable {
public final /* synthetic */ String a;
public final /* synthetic */ String b;... | [
"42886828+arnoldnekemiah@users.noreply.github.com"
] | 42886828+arnoldnekemiah@users.noreply.github.com |
586066a8e1b26d9329f08bc3d668283b835486cd | 503f7f92ad2576758b0559d987a70b7097a788c2 | /src/main/java/com/knowns/rss/generator/utils/result/PageResult.java | b8d74c5066388ed91a18e3fd9b1710320531a73d | [] | no_license | Tainger/stackOverFlow-cn | 939eb864f198e1a396c370e19ef88890dec36800 | ea626c896bddb95c3c1f2672febed89efbc5f106 | refs/heads/master | 2023-08-08T03:38:09.105177 | 2023-07-30T05:49:54 | 2023-07-30T05:49:54 | 302,631,297 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 861 | java | package com.knowns.rss.generator.utils.result;
import java.util.List;
/**
* 返回给客户端执行结果的消息类,带批量数据
*
* @author liying22923
* @since 2020/6/24
*/
public class PageResult<T> extends BaseResult {
private static final long serialVersionUID = -6673395649748854452L;
/**
* 当前返回的数据列表,其数目可以等于count,也可以小于count... | [
"1131819936@qq.com"
] | 1131819936@qq.com |
05b5b587e4677d7d429d2e0dd29d42fe1fc304fc | d948bbe9c5977f4686759bab28fe6228cdb7348a | /src/test/resources/testClasses/counter/CounterTest.java | 7716c06384008122709c3386e565bc9b5992b4e0 | [] | no_license | Project-Phoenix/SubmissionPipeline | b74323ff1f01b02b908e7f9aa87833be5fd46021 | 097654565d5f8fd7774ae5ddad5e2c77880560fa | refs/heads/master | 2020-12-24T13:45:05.222651 | 2014-06-03T18:25:19 | 2014-06-03T18:25:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 347 | java | import static org.junit.Assert.*;
import org.junit.Test;
public class CounterTest {
@Test(timeout = 500)
public void test() {
Counter counter = new Counter();
assertEquals("Counter: 0", counter.toString());
counter.count();
counter.count();
assertEquals("Counter: 2", co... | [
"Bhaals@gmx.de"
] | Bhaals@gmx.de |
94beb3f9c9c863769e23f11a0c7fa8895f37b84e | 76debede57b3ea1517da09a7d94788b7da00045a | /PersonGeneratorApp/src/main/java/com/persongeneratorapp/model/Person.java | f20a6eec8cbe8669ca1fcece70303591e59e43d0 | [] | no_license | ppletes/SpringBoot | 0e8eccb30a17ec07a1c75e7cc4f2463d0f20b065 | 5ab19d60d917dada661c5234de84e448569bf7b9 | refs/heads/main | 2023-06-13T04:11:38.801416 | 2021-06-16T08:25:14 | 2021-06-16T08:25:14 | 377,415,397 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,625 | java | package com.persongeneratorapp.model;
import com.persongeneratorapp.designpatterns.observer.Observer;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
public class Person implements Serializable {
private final List<Observer> observers = new ArrayList<Observer>();
private Str... | [
"ppletes@gmail.com"
] | ppletes@gmail.com |
b27bfb77e469442af877562c42c39bd5fd249577 | 0e06e096a9f95ab094b8078ea2cd310759af008b | /classes91-dex2jar/com/tapjoy/internal/fz.java | 2dcf023b7629c2c6826612bd70249e8a7755f795 | [] | no_license | Manifold0/adcom_decompile | 4bc2907a057c73703cf141dc0749ed4c014ebe55 | fce3d59b59480abe91f90ba05b0df4eaadd849f7 | refs/heads/master | 2020-05-21T02:01:59.787840 | 2019-05-10T00:36:27 | 2019-05-10T00:36:27 | 185,856,424 | 1 | 2 | null | 2019-05-10T00:36:28 | 2019-05-09T19:04:28 | Java | UTF-8 | Java | false | false | 1,440 | java | //
// Decompiled by Procyon v0.5.34
//
package com.tapjoy.internal;
import android.os.Looper;
public final class fz
{
public static boolean a;
public static void a(final String s) {
if (fz.a) {
ac.a(4, "Tapjoy", s, null);
}
}
public static void a(final String s... | [
"querky1231@gmail.com"
] | querky1231@gmail.com |
f1fb4d04daea3b8f071e9220a4810dd0e4b384fd | 8c7f4196bd80da045138212840049c75fbb22d74 | /components/apimgt/org.wso2.carbon.apimgt.rest.api.publisher/src/gen/java/org/wso2/carbon/apimgt/rest/api/publisher/dto/EndPoint_endpointConfig_circuitBreaker_rollingWindowDTO.java | 40af4c658be917fc3c59fbbdc69d6538f9eee3c3 | [] | no_license | shilmyhasan/carbon-apimgt | d28656006823a76f1a8c164369fe65b62cca49df | 8f78a046d431d0e5df85275999c0acbf44117806 | refs/heads/master | 2023-08-17T08:13:14.765030 | 2019-06-17T00:07:47 | 2019-06-17T00:07:47 | 149,287,803 | 0 | 0 | null | 2018-09-18T12:52:32 | 2018-09-18T12:52:31 | null | UTF-8 | Java | false | false | 3,781 | java | package org.wso2.carbon.apimgt.rest.api.publisher.dto;
import com.google.gson.annotations.SerializedName;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import java.util.Objects;
/**
* EndPoint_endpointConfig_circuitBreaker_rollingWindowDTO
*/
public class EndPoint_endpoint... | [
"rajithroshan90@gmail.com"
] | rajithroshan90@gmail.com |
be341f588c7631990e349b3a242ab0872b202aac | 15bf603ddf7d9f0819919587a778abc229bbd792 | /Sentinel/sentinel-extension/sentinel-parameter-flow-control/src/main/java/com/alibaba/csp/sentinel/slots/block/flow/param/ParamFlowRule.java | 5b2747fc38567a7fc68f828ce1d95b280ffd021e | [
"Apache-2.0"
] | permissive | Luciexxm/Spring-Cloud-Alibaba | a900538e3435a5355d41c3c4054cddbef8f3138e | 9106f7125cbd6915f04b97e07c0468b670793f4e | refs/heads/master | 2022-12-23T06:48:33.454795 | 2020-07-09T06:42:09 | 2020-07-09T06:42:09 | 168,626,503 | 2 | 2 | Apache-2.0 | 2022-12-15T23:24:10 | 2019-02-01T01:55:26 | Java | UTF-8 | Java | false | false | 5,666 | java | /*
* Copyright 1999-2018 Alibaba Group Holding Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | [
"xxm@163.com"
] | xxm@163.com |
04c1611d7d63fba934fca5b2dd0a273f46a891ee | 5d3f8de6925cb388bab706741e0d3e74a5bda79e | /src/java_swing_study/ch09/layout/silsup07/InputPanel.java | f240acf7970ba58a1936978f3bc5dc9184df4dc3 | [] | no_license | jsonhyun/java_swing_study | 19ccb5c4d5331c27830799ab0355aa6ca7cd6bc1 | 5216b97a8b7f33fd17e82841cbb94b5288637aec | refs/heads/master | 2020-12-05T08:36:44.631694 | 2020-02-05T09:08:30 | 2020-02-05T09:08:30 | 232,059,329 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 670 | java | package java_swing_study.ch09.layout.silsup07;
import java.awt.Color;
import java.awt.Font;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JTextField;
@SuppressWarnings("serial")
public class InputPanel extends JPanel {
private JLabel lblInput;
private JTextField tfInput;
... | [
"airplant@naver.com"
] | airplant@naver.com |
301bb249ddc08813529a0bc6090d8bc6f87f1181 | 3d0cbc81cfa7e484cf14662b003508f52f1d2b08 | /translator-web-meta/translator-web-app/src/main/java/com/github/bogdanovmn/translator/web/app/admin/upload/UploadBookController.java | faa1b02b46ff5c8da692acb4586a36a56ba765b2 | [
"BSD-2-Clause"
] | permissive | bogdanovmn/translator | 94a578aef866ee2ec48235dfb5c359296c0ff6ce | e9af02bd5768fcf51cf69e07ed11c1e5529f24c7 | refs/heads/master | 2022-10-06T04:51:13.376678 | 2022-10-03T23:11:14 | 2022-10-03T23:11:14 | 103,356,487 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,328 | java | package com.github.bogdanovmn.translator.web.app.admin.upload;
import com.github.bogdanovmn.common.spring.menu.MenuItem;
import com.github.bogdanovmn.common.spring.mvc.ViewTemplate;
import com.github.bogdanovmn.translator.web.app.infrastructure.AbstractVisualAdminController;
import com.github.bogdanovmn.translator.web... | [
"bogdanovmn@gmail.com"
] | bogdanovmn@gmail.com |
18aeff6a5c9ef559a66a801d0c31f0fb0045a710 | 3ea8067937000a18dc94ed8b6f1de6d5e2d0bfdd | /app/src/main/java/com/techgigandroidhackathon/ui/SplashScreen.java | 185e29f008d191c8abbc30d8ab0f00461e418a55 | [
"Apache-2.0"
] | permissive | AmolGangadhare/TG-hackathon | 3488fcc0687a3b5b2979fc46219ab146ba7abf84 | 84841a57f053fd76089d6af60a948c3b0f1f3054 | refs/heads/master | 2023-02-02T10:16:01.427658 | 2020-12-22T16:38:12 | 2020-12-22T16:38:12 | 113,480,883 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,026 | java | package com.techgigandroidhackathon.Activity;
import android.content.Intent;
import android.os.Handler;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import com.techgigandroidhackathon.MainActivity;
import com.techgigandroidhackathon.R;
public class SplashScreen extends AppCompatActivity... | [
"amol.gangadhare@gmail.com"
] | amol.gangadhare@gmail.com |
f87bcc02dc384c56ad8012b5e7ca9a925acdf804 | 8e0f83362fdb0391af7321f61b506ffd64db0111 | /src/main/java/org/linagora/linshare/uploadproposition/enums/MatchType.java | 2cbfd59e6bb120aacfed570a75a5b8055f5f1c5a | [] | no_license | rasata/linshare-upload-proposition | b9ed0397a422f60fd842f623f3ed1a33818456cb | d7e5e6bfb2462d40075d21bf3b48760eae071638 | refs/heads/master | 2021-09-11T20:28:49.947748 | 2018-04-11T09:31:21 | 2018-04-11T09:31:21 | 198,106,606 | 1 | 0 | null | 2019-07-21T21:22:45 | 2019-07-21T21:22:45 | null | UTF-8 | Java | false | false | 196 | java | package org.linagora.linshare.uploadproposition.enums;
public enum MatchType {
ALL, ANY, TRUE;
public static MatchType fromString(String s) {
return MatchType.valueOf(s.toUpperCase());
}
}
| [
"fmartin@linagora.com"
] | fmartin@linagora.com |
2fe928a068f305595d490bce97d48a17a94e4ecd | 1fbc7b819ded0824d28f4e24465b023e30c1f421 | /core/src/main/java/org/mini2Dx/core/input/GamePadConnectionListener.java | 57ae85e09bbbf481bb6c0e85a339ffa5c23c995a | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | mini2Dx/mini2Dx | 959bfce4690f54cce68c9e8bb68328d2d48eaeaa | 93a5c6cb59ff186926ca7005604aad5e707a7656 | refs/heads/master | 2023-09-03T14:37:58.044965 | 2023-08-19T18:47:09 | 2023-08-19T18:47:09 | 8,236,056 | 543 | 76 | Apache-2.0 | 2022-12-05T21:53:34 | 2013-02-16T13:27:08 | Java | UTF-8 | Java | false | false | 929 | java | /*******************************************************************************
* Copyright 2020 Viridian Software Limited
*
* 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:/... | [
"thomascashman404@gmail.com"
] | thomascashman404@gmail.com |
f0fb87924d2d33ae9ff96549a62342c650f6fc9a | a22017d5e0bc78268e862350b3b53dfb9b4b15d6 | /mainframe/src/main/java/com/taoxue/umeng/model/BasePageModel.java | 4a56fa7b53650c6c4d65d177fe07bb40b8b4c1cc | [] | no_license | hanks7/HjjAndroidFrame | 1a0d8d43961b3f1d48ba09341391747f0f2dcf7a | 928f649f67c699b50481b8dcb4ff652bd5a2ce3f | refs/heads/master | 2021-05-12T18:57:14.857376 | 2018-03-23T04:32:17 | 2018-03-23T04:32:17 | 117,078,805 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 406 | java | package com.taoxue.umeng.model;
import com.taoxue.umeng.base.BaseModel;
import java.io.Serializable;
/**
* Created by CC on 2016/12/11.
*/
public class BasePageModel<Data extends Serializable> extends BaseModel {
private PageModel<Data> page;
public PageModel<Data> getPage() {
return page;
... | [
"474664736@qq.com"
] | 474664736@qq.com |
77e413f5e5d9d2b010eb7ff3c0dca272464ebb1a | d6ea7df6c966b4c87d1fad4a2e4ad47141f8a16a | /src/Lesson4/Exersices.java | 59e41f80acf77be9574256cb1b59e860cc9f42d9 | [] | no_license | DenisMelaRossa/TryAtHome | a19ae62cba35620d1842821af85c3b83fb74e0a2 | f271dfacc389f4fcf2ab58e1cea8fd017ea3cdc7 | refs/heads/master | 2023-04-03T18:50:28.833415 | 2021-04-16T11:46:51 | 2021-04-16T11:46:51 | 330,184,606 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,140 | java | package Lesson4;
import java.util.Scanner;
public class Exersices {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
System.out.println("Enter the number: ");
int a = scanner.nextInt();
int sum = 0;
for (int i = 0; i < a; i++) {
... | [
"denis1803@tut.by"
] | denis1803@tut.by |
064555c0c01f42b031492e3fb60496788fd838b3 | 7edc06c93808988665196e9eb5d2ab2c99b3788e | /app/src/main/java/com/example/mypc/cloudstorage/asyctask/ContactTask.java | bd514513e3b5bd57e2204c1a14df1c4a42b7ced7 | [] | no_license | JohnChin/Clouding | 06445305e465dc75c568e079d987065ad273964e | e727d17cad24814b097ed9d557d437860d7b3bb2 | refs/heads/master | 2020-03-08T08:06:52.502453 | 2018-04-23T08:39:56 | 2018-04-23T08:39:56 | 128,012,856 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,340 | java | package com.example.mypc.cloudstorage.asyctask;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import android.app.ProgressDialog;
import android.content.ContentResolver;
import android.content.Context;
import android.database.Cursor;
import android.net.Uri;
import android.os.As... | [
"617756545@qq.com"
] | 617756545@qq.com |
41b24d683bd9f30df719793adde6a790fa52d7d9 | 779283d00b8a43f6eb0a20730eb97b6e0187b164 | /app/src/main/java/com/eslam/restapi_facebook_simpleapp/Post.java | efa91a28d39575b4a654fc7056867e9be917cc4b | [] | no_license | mreslamgeek/RestApi-facebook-simpleApp | 393f39835c34f1255143b6f842a7a3d47df56bda | 7a5ee4a7022ef80aabbb136785c85670ac6590ae | refs/heads/master | 2023-02-07T21:28:40.504362 | 2020-12-19T18:30:34 | 2020-12-19T18:30:34 | 322,901,084 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 819 | java | package com.eslam.restapi_facebook_simpleapp;
class Post {
private int userId;
private int id;
private String title;
private String body;
public Post(int userId, String title, String body) {
this.userId = userId;
this.title = title;
this.body = body;
}
public int g... | [
"42094349+mreslamgeek@users.noreply.github.com"
] | 42094349+mreslamgeek@users.noreply.github.com |
c1f5831de9c5314328abaf2bff3368a0fd783fa1 | 27a4f901e1d511d4f180af735faf9d9e3eb01f74 | /Canzoni Saneremo Esame/CanzoniSanremo/src/java/it/unisa/CanzoneEJBRemote.java | 84b1107a02836e09dfb8417081c2aaa1c06401fd | [] | no_license | dahSayril/PDistribuita | 918392b20d6bcf333bf43b736826d437ee6981e4 | c62956e368105fbda626aad425cf65269260de00 | refs/heads/main | 2023-02-15T21:03:50.281868 | 2021-01-11T20:52:11 | 2021-01-11T20:52:11 | 305,811,925 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 506 | java | package it.unisa;
import java.util.List;
import javax.ejb.Remote;
@Remote
public interface CanzoneEJBRemote {
void creaCanzone(CanzoneEntity c);
CanzoneEntity aggiornaCanzone(CanzoneEntity c);
void rimuoviCanzone(CanzoneEntity c);
CanzoneEntity ottieniDaId(int id);
List <CanzoneEntity> ottien... | [
"sig.cirillo@gmail.com"
] | sig.cirillo@gmail.com |
8ed28464ee84f7b1e82bc62bfe0f670b8ccef0c0 | 923e1b95ecdff04759018308dc643dbbc15f40f2 | /app/src/main/java/com/hackreactive/cognivic/ui/home/HomeViewModelFactory.java | 5deebc53536ac1a5364b8ad33124e9ba1c65156e | [] | no_license | brijeshshah13/cognivic-android | 5ccb115ec150bc96b3703fbf5c51c69d682b0222 | 44bbd6ab15c618d2676190829a4204478e325805 | refs/heads/master | 2020-04-17T11:13:22.705910 | 2019-01-20T09:57:06 | 2019-01-20T09:57:06 | 166,532,458 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 711 | java | package com.hackreactive.cognivic.ui.home;
import android.arch.lifecycle.ViewModel;
import android.arch.lifecycle.ViewModelProvider;
import android.support.annotation.NonNull;
import com.hackreactive.cognivic.data.network.NetworkDataSource;
public class HomeViewModelFactory extends ViewModelProvider.NewInstanceFacto... | [
"antarikshc@gmail.com"
] | antarikshc@gmail.com |
d4af7732bbf760dff3295ada880708100fbdb0d2 | 2731b2cd91df760fd394eed270f4e74ddcabaf4e | /src/main/java/com/example/myspringapp/resourse/FileResourse.java | 6328aeae3a036ce28adf6af8a40ede080ca2ae05 | [] | no_license | Jaiv24/myspringapp | 61b125304c7df02b5c413bb63d3c020e461960ff | 0b3fd9e5436e39f97d3a3dae6831a961319f8caa | refs/heads/main | 2023-08-19T06:36:52.855983 | 2021-10-03T17:04:47 | 2021-10-03T17:04:47 | 395,051,880 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,900 | java | package com.example.myspringapp.resourse;
import com.amazonaws.services.s3.Headers;
import com.amazonaws.services.s3.model.S3Object;
import com.example.myspringapp.service.FileService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.core.io.ByteArrayResource;
import org.spring... | [
"jaiv.maurya@gmail.com"
] | jaiv.maurya@gmail.com |
72af7c9fae9ad847afe57a43d8614f52459f0045 | daf2f7ef7cdd6cfead3bbe7fd1b321254e15240d | /src/main/java/tech/flapweb/apps/rest/extensions/RequestValidator.java | e86dc6da65deebf0defd063f18d35319b638f25b | [] | no_license | lszita/flapweb-rest-services | ef2e7bbc8d6d20adea54e96b4bd9d0075374fd3f | 58377ddebdb1b02dd3949f24a9ed3426106476d5 | refs/heads/master | 2020-03-23T08:15:32.008857 | 2018-10-16T13:02:17 | 2018-10-16T13:02:17 | 141,316,915 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,230 | java | package tech.flapweb.apps.rest.extensions;
import javax.json.Json;
import javax.json.JsonArrayBuilder;
import javax.json.JsonObject;
import javax.json.JsonObjectBuilder;
import javax.validation.ConstraintViolationException;
import javax.ws.rs.core.Response;
import javax.ws.rs.ext.ExceptionMapper;
import javax.ws.rs.ex... | [
"lajos.szita@oracle.com"
] | lajos.szita@oracle.com |
439fc35d2966325ef1d213be6ab3c749f8698ed3 | b85376d5c76246b2866a743d70a723e17f99b08e | /Algorithm_213_House Robber II.java | 8bf17e6cbbe4afcf97780035ae203c134dae3c04 | [] | no_license | zclyne/LeetCode-Problems | db56a21ea6620ccb7506e24622490560c039225e | 3f59e4c2ac7dc95e4b9e70e705616f5ee4915967 | refs/heads/master | 2022-08-27T12:00:49.477906 | 2022-08-22T20:23:10 | 2022-08-22T20:23:10 | 123,556,538 | 7 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,136 | java | // 思路:首尾相连表明nums[0]和nums[nums.length - 1]中最多只能有一个被选中
// 因此可以看作2次Algorithm_198,没有环的情况
// 第一次为nums[0 : nums.length - 1],第二次为nums[1 : nums.length]
class Solution {
public int rob(int[] nums) {
if (nums == null || nums.length == 0) {
return 0;
} else if (nums.length == 1) {
retu... | [
"zyfinori@gmail.com"
] | zyfinori@gmail.com |
2adfef0b9ce3b333f769d45a5b1bd34ea0e63d76 | 28b27d45e9f31077961d32f1494966980608d469 | /Problem_1.java | e43875ba2d03b686626652e4ada6c51838472374 | [] | no_license | poojakittur/Binary-Search-2 | 4241e28b198b4d6dcafc80b4437e2cbe3b0ebcfb | 1163d72b4889870965a64473d327f3877550da8a | refs/heads/master | 2020-11-30T04:29:35.889225 | 2019-12-27T11:37:26 | 2019-12-27T11:37:26 | 230,301,829 | 0 | 0 | null | 2019-12-26T17:23:36 | 2019-12-26T17:23:36 | null | UTF-8 | Java | false | false | 1,656 | java | class Solution {
public int[] searchRange(int[] nums, int target) {
if(nums.length == 0 || nums == null){
return new int[]{-1, -1};
}
int left = binarySearchLeft(nums, target);
int right = binarySearchRight(nums, target);
return new int[]{left, r... | [
"gitpoojakittur@gmail.com"
] | gitpoojakittur@gmail.com |
2b11e10d345928513c2492fee21f1a0f236f5482 | 709f4223787e848abd979b2c730bd4b0d501d50a | /oedu-base/src/main/java/net/oedu/backend/base/endpoints/EndpointParameterType.java | 9c0de5c8007177edc5cf0f59f362d809a8dbd9d9 | [] | no_license | o-edu/backend | 12413e496ec98281b3d35b062b836c0ee60b0d99 | 430dc19dfc51c4bb95b2d68b55f14db4a8a99595 | refs/heads/master | 2023-01-30T05:23:35.710743 | 2020-12-11T15:35:35 | 2020-12-11T15:35:35 | 294,079,202 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 131 | java | package net.oedu.backend.base.endpoints;
public enum EndpointParameterType {
NORMAL,
REPOSITORY,
USER,
SESSION
}
| [
"frederik04.fj@gmail.com"
] | frederik04.fj@gmail.com |
0b6f1cd746b9036deb259a1cfa49fbf057b90b3c | 1287c570eca9c7b0405f8b18a9647ab318a75c22 | /src/main/java/burke/personal/sfgdi/services/SetterGreeting.java | b9bd436c5412540538203201b415ca08a97090cd | [] | no_license | TesterAccount243/sfg-di | 810dbd72b6731169de1e9cdc4153ca72a6db0f03 | 113ed672c281c5845c005ae1839d1b33d326c050 | refs/heads/master | 2023-01-09T14:40:23.357747 | 2020-11-02T16:00:38 | 2020-11-02T16:00:38 | 303,957,628 | 0 | 0 | null | 2020-10-15T15:03:11 | 2020-10-14T08:55:10 | null | UTF-8 | Java | false | false | 256 | java | package burke.personal.sfgdi.services;
import org.springframework.stereotype.Service;
@Service
public class SetterGreeting implements GreetingService {
@Override
public String sayGreeting() {
return "Hello there from the Setter";
}
}
| [
"rig@pop-os.localdomain"
] | rig@pop-os.localdomain |
bb0736d8a1b069fd5d3b6f2519162529e7e8ee28 | ed8e9c7c2fbe8ee587a2c06b4dc043f7aef3de8a | /app/src/main/java/com/zm/liaopei/tencent/model/TRTCCalling.java | ed3ab7a5df0570c99838b1f3e120fec1de9c11c1 | [] | no_license | FanLiangl/liaopei_andorid | f1ea1fb425a8ff314cc1243fa9251dbbae766647 | 04d883de56cc83d6ab4bbae6ff354d6535db2fab | refs/heads/master | 2023-04-19T07:57:23.978389 | 2021-05-06T09:35:08 | 2021-05-06T09:35:08 | 364,857,510 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,480 | java | package com.zm.liaopei.tencent.model;
import android.content.Context;
import com.tencent.rtmp.ui.TXCloudVideoView;
import com.zm.liaopei.tencent.model.impl.TRTCCallingImpl;
import java.util.List;
/**
* TRTC 语音/视频通话接口
* 本功能使用腾讯云实时音视频 / 腾讯云即时通信IM 组合实现
* 使用方式如下
* 1. 初始化
* TRTCCalling sCall = TRTCCallingImpl.shared... | [
"fanjialiang1314@qq.com"
] | fanjialiang1314@qq.com |
22319c685f7010d84205d75a4810a23dff44d9cf | 034557b4abfa44a507a5f6433e1cea52568996a2 | /src/jcifs2/util/MD4.java | ff097c23950f470fd649b8561711dcce7ead7037 | [
"Apache-2.0"
] | permissive | archos-sa/aos-FileCoreLibrary | 23788ab2793cdbbbed625cf0708cd10898a31334 | c8457c6bd5add0d0db3439721617422c6631dedd | refs/heads/master | 2021-01-21T19:51:12.136066 | 2018-04-04T08:04:05 | 2018-04-04T08:05:19 | 98,518,053 | 8 | 11 | Apache-2.0 | 2018-10-20T13:51:33 | 2017-07-27T09:23:25 | Java | UTF-8 | Java | false | false | 9,514 | java | // This file is currently unlocked (change this line if you lock the file)
//
// $Log: MD4.java,v $
// Revision 1.2 1998/01/05 03:41:19 iang
// Added references only.
//
// Revision 1.1.1.1 1997/11/03 22:36:56 hopwood
// + Imported to CVS (tagged as 'start').
//
// Revision 0.1.0.0 1997/07/14 R. Naffah
// + origi... | [
"noury@archos.com"
] | noury@archos.com |
7a8d74901ce682ae36a8bef040ec5670f9e9930b | fdea1f2754132d82b49d7171664addbda655cd54 | /app/src/main/java/org/projects/shopassist/SplashScreen.java | 9de892978e27573f7aeaab1cb1808dae4be10a61 | [] | no_license | roxanajula/ShopAssist | ad1fb896c50fe3f3ea68ed04b45d1ac0e39f5f48 | 77b7127f40fbb06b4713ba3bdf7636c67a6a6b63 | refs/heads/master | 2021-01-01T04:40:27.430622 | 2016-05-09T23:55:11 | 2016-05-09T23:55:11 | 58,328,233 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 932 | java | package org.projects.shopassist;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
/**
* Created by roxanajula on 5/9/16.
*/
public class SplashScreen extends Activity {
// Splash screen timer
private static int SPLASH_TIME_OUT = 3000;
@Ove... | [
"roxana.jula@gmail.com"
] | roxana.jula@gmail.com |
678d4e5ac1929072646580e940456448d3361287 | 0ff9f9701c479eddd488dd3c97a80263e9eb3f9f | /src/ch04/d.java | 504e517abd4aae02f10005404e8ffaae2a3e2603 | [] | no_license | NandaJannata00/Alpro_21_02 | 2ca254b8961f6918ce85c4110a1ffd9ed8a07d8d | b3993a1378e6dc844544da5cc223c49d11fc36e1 | refs/heads/master | 2022-08-12T03:38:49.516744 | 2020-05-18T05:54:38 | 2020-05-18T05:54:38 | 264,845,185 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 309 | java | package ch04;
public class d {
public static void main(String[] args) {
int [] array1 = {82,12,41,38,19,26,9,48,20,5,8,32,3};
for(int i = 0; i < array1.length; i++){
if (array1[i] % 3 == 0){
System.out.print(array1[i] + " ");
}
}
}
}
| [
"abdullahjannata1@gmail.com"
] | abdullahjannata1@gmail.com |
d05eacb59b48252074d9612b956146dc423f36d1 | a13efb450d9056f5ccf8dc16227c919392fc6671 | /app/src/main/java/com/litao/ttweather/weathertrendgraph/DensityUtils.java | 1ce638ac932b2ff76850bed6ec522e7a5dff714b | [] | no_license | 365318663/wuleWheather | 2767debf20dd57ccfe95e2f6a2edd744c0e1e541 | 87ad37461014ddc969c2f92f0aa5693930de8d91 | refs/heads/master | 2022-12-13T02:45:24.284284 | 2020-09-10T02:17:28 | 2020-09-10T02:17:28 | 293,062,174 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 922 | java | package com.litao.ttweather.weathertrendgraph;
import android.content.Context;
/**
* Created by OO on 2017/3/26.
*/
public class DensityUtils {
/**
* 根据手机的分辨率从 dp 的单位 转成为 px(像素)
*/
public static int dp2px(Context context, float dpValue) {
final float scale = context.getResources().getDisp... | [
"365318663@qq.com"
] | 365318663@qq.com |
286e23dea301223d75ec09fd35a8698721ede1d4 | fb7bb2ae813ca657932331602f39241e40a71de8 | /febs-common/src/main/java/com/mxys/febs/common/exception/FebsAuthException.java | 20a9aca038f26838c8a52e476ab37ef24758440b | [] | no_license | xpf0321/FEBS-BASE | ebaec6f813a8aa39da17682c99c001fac95409c3 | ab34ae2beae84ff012052e55a9553931bab4bb1f | refs/heads/master | 2022-06-26T22:19:11.344700 | 2019-11-08T10:35:16 | 2019-11-08T10:35:16 | 219,704,838 | 0 | 0 | null | 2022-06-17T02:39:16 | 2019-11-05T09:20:26 | Java | UTF-8 | Java | false | false | 243 | java | package com.mxys.febs.common.exception;
public class FebsAuthException extends Exception{
private static final long serialVersionUID = -6916154462432027437L;
public FebsAuthException(String message){
super(message);
}
} | [
"18813004399@163.com"
] | 18813004399@163.com |
e9ae0fa281fbf06bafc2d5cff1985b904767b7fd | ea8013860ed0b905c64f449c8bce9e0c34a23f7b | /SystemUIGoogle/sources/com/android/systemui/biometrics/AuthBiometricUdfpsView.java | b2891cb41ee11e02e36f16deb64307aaea231cca | [] | no_license | TheScarastic/redfin_b5 | 5efe0dc0d40b09a1a102dfb98bcde09bac4956db | 6d85efe92477576c4901cce62e1202e31c30cbd2 | refs/heads/master | 2023-08-13T22:05:30.321241 | 2021-09-28T12:33:20 | 2021-09-28T12:33:20 | 411,210,644 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,627 | java | package com.android.systemui.biometrics;
import android.content.Context;
import android.hardware.fingerprint.FingerprintSensorPropertiesInternal;
import android.util.AttributeSet;
import com.android.systemui.biometrics.AuthDialog;
/* loaded from: classes.dex */
public class AuthBiometricUdfpsView extends AuthBiometric... | [
"warabhishek@gmail.com"
] | warabhishek@gmail.com |
3b424726df89bb6fa471efdbeeb1fd48ae316e69 | 3d3cebc53f740c634663da8349779617f2d89347 | /src/me/sablednah/MobHealth/NewWidgitActions.java | e595a1daf808df5b6dee7153f7a8dfa3051a96b0 | [] | no_license | Paril/MobHealth | 0d5a951e28df207c90682563a11f8ff42605b134 | c44a585cec425f51aba28082c16fe9210b748dce | refs/heads/master | 2021-01-16T19:52:28.412560 | 2013-06-06T19:08:42 | 2013-06-06T19:08:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 797 | java | package me.sablednah.MobHealth;
import org.bukkit.entity.Player;
import org.getspout.spoutapi.SpoutManager;
import org.getspout.spoutapi.gui.Widget;
import org.getspout.spoutapi.player.SpoutPlayer;
public class NewWidgitActions implements Runnable {
public MobHealth plugin;
private Player player;
pri... | [
"darren.douglas@gmail.com"
] | darren.douglas@gmail.com |
d2eeeb3111a297659f2e04ce2bfdacd1e47cb8c6 | 073357dd64537a2fc150e4d5e265ea633e06d9ec | /src/com/techlearning/practice/randomprogram/StringPrograms.java | 35d7242643f7ebc17e5d21ceab12a784957d85ee | [] | no_license | amit-code-receipe/javaprogram | 603b36cebaedc52f7efe799787ddad7a65ba9b84 | c2c65534ba3681ffdcc2a1b647962ae4723ab27d | refs/heads/main | 2023-06-14T14:46:41.636018 | 2021-06-19T09:21:32 | 2021-06-19T09:21:32 | 312,606,477 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,436 | java | package src.com.techlearning.practice.randomprogram;
public class StringPrograms {
//reverse string
public static String reversedString(String input){
String reversed="";
int i=input.length()-1;
while(i>=0){
reversed=reversed+input.charAt(i);
i--;
}
... | [
"ami.singh.1989@gmail.com"
] | ami.singh.1989@gmail.com |
e7e6b03948bdd797fddd17fa6cc6288366e083c7 | b914e5c377d209c5da4a32a8fa80433b550f1928 | /src/main/java/org/jboss/com/sun/corba/se/spi/ior/IdentifiableBase.java | 03967a6ba41997af54c7156832f1660e8622c5a9 | [] | no_license | jboss/jboss-rmi-api_spec | fba98c8b561235b38e072b58ba4cb7f3931767cd | 826d7a6fd167fb8341a2854faa073822407bd9ee | refs/heads/master | 2023-08-26T06:31:00.782358 | 2018-01-23T14:51:37 | 2018-01-23T14:51:37 | 2,223,478 | 0 | 3 | null | 2016-06-22T18:32:15 | 2011-08-17T18:27:50 | Java | UTF-8 | Java | false | false | 2,068 | java | /*
* Copyright (c) 2000, 2003, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | [
"sguilhen@redhat.com"
] | sguilhen@redhat.com |
e461ac8e148afb700b9ef75bcfc55de1f71cab04 | e37dab05ee887907df6ce3366e152bcaaec15965 | /app/src/androidTest/java/com/atilano/datawriting/ExampleInstrumentedTest.java | 5811772c493e1e8b5c7787ebbb845dac82c64f47 | [] | no_license | jeaninaa/Atilano_DataWriting | f6ccb0872f95d2c30916f7311528a9a9f801b69f | fbfb43cbecf5ebe217bacbfe5bbdcfb9afbdfd25 | refs/heads/master | 2021-08-09T03:13:17.077009 | 2017-11-12T04:21:57 | 2017-11-12T04:21:57 | 110,119,250 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 750 | java | package com.atilano.datawriting;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test, which will execute on an Andr... | [
"2014072568@ust-ics.mygbiz.com"
] | 2014072568@ust-ics.mygbiz.com |
fee9b2e3a799eb2ea47f6a4ed0b007e3e755a3c5 | eb5f5353f49ee558e497e5caded1f60f32f536b5 | /com/sun/jmx/snmp/agent/SnmpRequestTree.java | 194c0affff0badf99ac44a6fef347615d28c2b82 | [] | no_license | mohitrajvardhan17/java1.8.0_151 | 6fc53e15354d88b53bd248c260c954807d612118 | 6eeab0c0fd20be34db653f4778f8828068c50c92 | refs/heads/master | 2020-03-18T09:44:14.769133 | 2018-05-23T14:28:24 | 2018-05-23T14:28:24 | 134,578,186 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 18,808 | java | package com.sun.jmx.snmp.agent;
import com.sun.jmx.defaults.JmxProperties;
import com.sun.jmx.snmp.SnmpEngine;
import com.sun.jmx.snmp.SnmpOid;
import com.sun.jmx.snmp.SnmpPdu;
import com.sun.jmx.snmp.SnmpStatusException;
import com.sun.jmx.snmp.SnmpVarBind;
import java.util.Arrays;
import java.util.Enumeration;
impor... | [
"mohit.rajvardhan@ericsson.com"
] | mohit.rajvardhan@ericsson.com |
686898096bd4d9684d4e45343aaaa9fee59deccf | 7e39c9d5c2054d23477b21281fab8270c7a3a683 | /src/main/java/demo/pluto/maven/Bean.java | 47c9474085359a907d65733a90660767b109fefd | [] | no_license | Feiyizhan/pluto.maven | b507018a05a326433e333bf01850a7157a84703f | dd3c6601a91576e7ba52efee17d94e08ec660687 | refs/heads/master | 2021-01-11T08:21:05.817219 | 2017-08-16T01:39:52 | 2017-08-16T01:39:52 | 76,417,784 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 474 | java | package demo.pluto.maven;
public class Bean {
public Bean(String id, String name) {
super();
this.id = id;
this.name = name;
}
private String id;
private String name;
public String getId() {
return id;
}
public void setId(String id) {
t... | [
"pxu3@mmm.com"
] | pxu3@mmm.com |
efb580e02f415c6e5d643b3a085186c38fef0547 | 7a739dfc0c1c987fff5c06c652f1a98426176762 | /assigments/Unit 2/HW 11 - Recursion/src/hw/recursion/HWRecursion.java | 01c6bfb8bb6252cca56f50369afccdf9e1012ecc | [] | no_license | TaniaQuishpe02/ESPE202011_FP_GEO_3285 | 076be573399df06c6c9dbf8ea0ed2250708b44c2 | a0f204b4f4810a5a4fa1e04f5aee75bc21463f2f | refs/heads/main | 2023-04-08T10:59:34.067799 | 2021-03-31T23:44:49 | 2021-03-31T23:44:49 | 326,759,771 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 577 | java |
package hw.recursion;
/**
*
* @author Tania Lizeth
*/
public class HWRecursion {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
int n = 18 ;
int SumRecursive;
int result = SumRecursive (n);
System.out.println( " The Sum R... | [
"tanializeth@gmail.com"
] | tanializeth@gmail.com |
2342b8132ba1e6d58585ff5ad21c96a9cdc2fb91 | b7d7e13a46a973ac8a0f445305359b5c10fc61f0 | /app/src/main/java/com/example/peterlanier/wgu/AppDatabase.java | 7e0bce8d67a4d203893c1d7e4d249164192bd09b | [] | no_license | peterlanier/android-schedule-planner-wgu | 163776c7ef284db7bcd0a8da48d7fb9ea6bb47f3 | 2b89c0a4efee270c35e2f5c0a3ff6733c20250c4 | refs/heads/master | 2021-09-14T21:41:10.909356 | 2018-05-20T03:23:44 | 2018-05-20T03:23:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,371 | java | package com.example.peterlanier.wgu;
import android.arch.persistence.room.Database;
import android.arch.persistence.room.Room;
import android.arch.persistence.room.RoomDatabase;
import android.content.Context;
/**
* Created by peterlanier on 3/10/18.
*/
@Database(entities = {Term.class, Course.class, Assessment.c... | [
"peterlanier@me.com"
] | peterlanier@me.com |
822499182acf15e23bce82c557e0a5019f86805d | b37c892a57ef16a33fc037cb4f1baef5a6347ca6 | /LPS/src/main/java/com/pucminas/icoleta/repository/package-info.java | 163594165068039f7d15b042d2a882468bb21e7d | [] | no_license | brunduartt/icoleta | 75f5d6b9b5cf927f0e6c08037a483391c1993cb4 | 9dd0c60223dd44d84282315c9b4c4963d689859e | refs/heads/master | 2023-05-04T06:03:07.542865 | 2021-05-26T03:48:53 | 2021-05-26T03:48:53 | 369,894,068 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 82 | java | /**
* Spring Data JPA repositories.
*/
package com.pucminas.icoleta.repository;
| [
"brunduartt@gmail.com"
] | brunduartt@gmail.com |
5f4921375ed08a2ba874c4cde3aec504a4cd5bd8 | bd8a57ef41ee157ad68a082c6f7a3f5a3abfc553 | /redisson/src/main/java/org/redisson/client/protocol/decoder/StreamInfoMapDecoder.java | 1d3d449b3f05ca890dca5ba4242cc029e9f31c5a | [
"Apache-2.0"
] | permissive | songshansitulv/redisson | f2bd48c7149abd9ade33ba8bed94c931836b8958 | 55cc12870d95452ceaa0e531d3520fd1eddbe6a5 | refs/heads/master | 2020-07-08T17:37:52.290324 | 2019-08-22T08:18:31 | 2019-08-22T08:18:31 | 203,734,152 | 0 | 0 | Apache-2.0 | 2019-08-22T07:02:50 | 2019-08-22T07:02:49 | null | UTF-8 | Java | false | false | 1,688 | java | /**
* Copyright (c) 2013-2019 Nikita Koksharov
*
* 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... | [
"nkoksharov@redisson.pro"
] | nkoksharov@redisson.pro |
d9058c4988c1a0952536c56f3ba2d35da1c21a02 | 29f78bfb928fb6f191b08624ac81b54878b80ded | /generated_SPs_SCs/test/large2/src/main/java/large2/input/InputDataClassName_4_2.java | d67d981dc401efba7bb8696691580dc886a03825 | [] | no_license | MSPL4SOA/MSPL4SOA-tool | 8a78e73b4ac7123cf1815796a70f26784866f272 | 9f3419e416c600cba13968390ee89110446d80fb | refs/heads/master | 2020-04-17T17:30:27.410359 | 2018-07-27T14:18:55 | 2018-07-27T14:18:55 | 66,304,158 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,023 | java | package large2.input;
import java.io.Serializable;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
@XmlAccessorType(XmlAccessType.FI... | [
"akram.kamoun@gmail.com"
] | akram.kamoun@gmail.com |
33847fdbcff9957a2829bdc6ecb7a879ba5b124f | 38abc15b541032792303c1b445a40003170178c9 | /MyProject/src/main/java/com/example/model/exceptions/PaymentException.java | eb6d033fd7127a00acbea23c22d6c0f490d4452c | [] | no_license | vasilvasilev50/Finance-tracker | 9ca35c0704e875cc69be2de25ce2323ec84d489e | 8c4a3798f6a1340b4eee5f3b4e39c022053e1287 | refs/heads/master | 2021-01-12T13:56:37.795236 | 2016-10-25T07:55:49 | 2016-10-25T07:55:49 | 68,927,131 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 529 | java | package com.example.model.exceptions;
public class PaymentException extends Exception {
private static final long serialVersionUID = -5027401775046671742L;
public PaymentException() {
super();
}
public PaymentException(String arg0, Throwable arg1, boolean arg2, boolean arg3) {
super(arg0, arg1, arg2, arg3);... | [
"Katerina Simeonova"
] | Katerina Simeonova |
c9b3a266eeddf896c1d51c577265c7c934557b93 | 1e4db09bc3fcd22fdacff955f81fe9f4cba0d2c5 | /grade/src/main/java/com/jch/java/api/ScoreController.java | dbdfe4d24b4363221824ee8c01ca13375188f142 | [] | no_license | dreammings/project | 69257c6d3e62e09c868638124164154b72b86bb3 | c7fe0d387cbaeead4e126f47e94732d31a9fe2e3 | refs/heads/master | 2021-04-09T11:01:21.894053 | 2018-03-16T08:58:28 | 2018-03-16T08:58:28 | 125,484,040 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,518 | java | package com.jch.java.api;
import com.jch.java.common.score.service.ScoreService;
import com.jch.java.util.Constant;
import com.jch.java.util.Response;
import com.jch.java.util.StringUtil;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
impor... | [
"jch920324@sina.com"
] | jch920324@sina.com |
aa15b7c2c63c34f06a509000c494c7e4785bb4de | e1885b2bad7f2e4c5cd67ee2ae80b001495a72aa | /app/src/main/java/com/chicsol/alfalah/activities/UserProfileActivity.java | 8cd40016a7a88265d48fd4cad79d4f1eac41145b | [] | no_license | zeeshanchicsol/alfalah | 77dd0acec27abd67dac1855fa917b83b54a7a259 | 9680aa0367109f8ea7d6302437ea4bac77639f0f | refs/heads/master | 2023-01-05T20:28:16.736208 | 2019-06-25T14:16:24 | 2019-06-25T14:16:24 | 307,623,706 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 64,010 | java | package com.chicsol.alfalah.activities;
import android.app.ProgressDialog;
import android.graphics.Bitmap;
import android.os.Bundle;
import android.support.design.widget.TabLayout;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;... | [
"zeeshan.ahmad@chicsol.com"
] | zeeshan.ahmad@chicsol.com |
60f4f94652130c3ccf499f16b6de2cb470cfb770 | d3172b7d20722394e1416084a5b8aa047d756b12 | /designPatterns/src/templateMethod/duck/DuckSortTestDrive.java | 5b75caf7a2a79d4ff0e3775b5a4b20cfa6b63d07 | [] | no_license | exit5710/application | 5dda55793445ab851a49569aecda4af95d0da1a1 | 34cc5d030f85d2ee5cc8946a7b43613da3c14658 | refs/heads/master | 2023-08-16T14:29:32.605057 | 2023-07-21T18:10:58 | 2023-07-21T18:10:58 | 300,112,210 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 631 | java | package templateMethod.duck;
import java.util.Arrays;
public class DuckSortTestDrive {
public static void main(String[] args) {
Duck[] ducks = {new Duck("Daffy", 8), new Duck("Dewey", 2), new Duck("Howard", 7),
new Duck("Louie", 2), new Duck("Donald", 10), new Duck("Huey", 2)};
Sy... | [
"exit5710@gmail.com"
] | exit5710@gmail.com |
cd4906fc0a2488ca942e0969f48b3feb79b8fc6f | 148100c6a5ac58980e43aeb0ef41b00d76dfb5b3 | /sources/com/google/android/gms/internal/ads/zzasr.java | d9d107aa702365c4da703f082c01e8580da51dae | [] | no_license | niravrathod/car_details | f979de0b857f93efe079cd8d7567f2134755802d | 398897c050436f13b7160050f375ec1f4e05cdf8 | refs/heads/master | 2020-04-13T16:36:29.854057 | 2018-12-27T19:03:46 | 2018-12-27T19:03:46 | 163,325,703 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,683 | java | package com.google.android.gms.internal.ads;
import android.app.Activity;
import android.content.Context;
import android.content.res.Resources;
import android.graphics.drawable.Drawable;
import android.graphics.drawable.GradientDrawable;
import android.os.Build.VERSION;
import android.view.View;
import android.view.Vi... | [
"niravrathod473@gmail.com"
] | niravrathod473@gmail.com |
19c29213edd4b08f96f90f969a5bef9e404c7198 | 20ff198ed4d31f96bc72c471b5fd45418c82beac | /src/main/java/logic/usercode/tasks/IfTask.java | 8fd932f8eff4d0a13ce0d0d3db231d429cf1fd05 | [] | no_license | Exprescode/Farmio | 887075292928f738624bbbf36c189c47b5962f25 | b6e5e7823b8866465b65f146bbfaa677cdd8dad4 | refs/heads/master | 2020-09-25T15:05:03.263826 | 2019-12-05T06:35:42 | 2019-12-05T06:35:42 | 226,030,412 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,133 | java | package logic.usercode.tasks;
import farmio.exceptions.FarmioFatalException;
import farmio.Farmio;
import farmio.exceptions.FarmioException;
import logic.usercode.actions.Action;
import logic.usercode.conditions.Condition;
public class IfTask extends Task {
/**
* Creates a task of type if.
* @param con... | [
"jinghui.yew@gmail.com"
] | jinghui.yew@gmail.com |
c9afb913dad17c0739dd6262ace16657f64e8444 | b48c1c2b60399e2df7b2cc5af9891104273e5dbe | /jdkProxy/src/jkdProxy/proxy/ProxyImpl.java | 40622ea01c38754981954a01bdf28805dac040e7 | [] | no_license | kaiwen546/ioc-jdkProxy | 8e145d4f349366a9563f128a16c478e6861756f9 | 4a804a62df0a90499649003ea497bcfdf166e659 | refs/heads/master | 2020-04-19T08:30:32.267016 | 2019-01-29T07:49:52 | 2019-01-29T07:49:52 | 167,132,898 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 516 | java | package jkdProxy.proxy;
import jkdProxy.dao.CommonDao;
/**
* Created by Kevin on 2019/1/22
* 聚合
*/
public class ProxyImpl implements CommonDao {
public CommonDao target;
public ProxyImpl(CommonDao target) {
this.target = target;
}
public void query() {
System.out.println("------... | [
"xiaofei.ma@ucarinc.com"
] | xiaofei.ma@ucarinc.com |
f6525980a66263c1d6150ae7151d110cb8e83c94 | 4e440348e434be7d47f9ce4f872681aa93b38d6b | /src/test/java/com/vytrack/utilities/Driver.java | 852fa54c04f4e95df693c20ce7e716ff13eb4bfa | [] | no_license | HCRPC/CucumberSelenium | 9f288cd6417fe9f9721af5da94ef079fed8d5ba7 | be7d9f9013d81e03d9ac6d50976b5bd08cbf1d34 | refs/heads/master | 2023-07-26T17:57:38.544368 | 2021-08-25T05:56:13 | 2021-08-25T05:56:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,908 | java | package com.vytrack.utilities;
import io.github.bonigarcia.wdm.WebDriverManager;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebDriverException;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.chrome.ChromeOptions;
import org.openqa.selenium.edge.EdgeDriver;
import org.o... | [
"haciarpaci12@gmail.com"
] | haciarpaci12@gmail.com |
3c9058d41bacd5d81aeeaec9b6cd6362fa837c40 | 6b8e554436a8c7a765c6e73df3a4f7dcc7d0741d | /KIV-UPG/UPG - SP/src/upg/Projectiles.java | c103bfa7685c98c040b3c2397e3618c7a1a2651b | [] | no_license | Hartrik/ZCU-FAV | 543fc617c9015969a7af171853514a2485a83113 | 4f234c334fff66d77ebac4f6acc18afc94666277 | refs/heads/master | 2022-04-28T18:18:30.836076 | 2022-04-17T17:51:16 | 2022-04-17T17:51:16 | 63,448,700 | 1 | 0 | null | 2021-02-26T22:11:54 | 2016-07-15T20:18:23 | PHP | UTF-8 | Java | false | false | 842 | java | package upg;
/**
* Definuje nějaké projektily.
*
* @version 2016-05-04
* @author Patrik Harag
*/
public final class Projectiles {
private Projectiles() { }
public static final Projectile NORMAL = new Projectile(3, new int[][] {
{ 0, 0, 0, -1, 0, 0, 0},
{ 0, 0, -1, -4, ... | [
"patrikharag@gmail.com"
] | patrikharag@gmail.com |
1be6dad6c4e70bf9ac1988aa0b8b05aa27db96c9 | 7984a52b60859e1e93cc07b41d1457e20bbed6b3 | /Naib_ReedExhibitions_Back_CRM/src/main/java/com/naib/sinapsist/api/app/models/service/IEmailContactoService.java | 783bc553c8953195bef35ad1567775278b9a1fb4 | [] | no_license | CarlitosLeon/NaibBackInterno | e37654fbca9f9b0f5c59ec8d73478ae00c9b2812 | 971d1af811c4c29e750b53a09310d9ee78dddd89 | refs/heads/master | 2023-05-30T09:55:27.770113 | 2021-06-10T22:41:52 | 2021-06-10T22:41:52 | 375,846,615 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 712 | java | package com.naib.sinapsist.api.app.models.service;
import java.util.List;
import org.springframework.web.multipart.MultipartFile;
import com.naib.sinapsist.api.app.models.entity.ArchivoContacto;
import com.naib.sinapsist.api.app.models.entity.EmailContacto;
import com.naib.sinapsist.api.app.models.entity.FirmaEmail;... | [
"2517360000clinaresl@gmail.com"
] | 2517360000clinaresl@gmail.com |
627a021333ff5d14b3ca0e7397ae27c80860ef54 | a2592ec59d6f54f4ebd64033dee96daa46c9acc6 | /Abstracts/src/Bird.java | a90c2bd942547206c55501dc3a7a5bc0d7cbbb41 | [] | no_license | rahulsahay19/Java-Fundamentals | b988a51f46b3e30f1408c398f8d3ff7d8ac2c278 | 8764086e1974e0e8f8d5819e75548955b108ddd3 | refs/heads/master | 2023-07-01T01:42:44.691819 | 2021-08-02T18:09:22 | 2021-08-02T18:09:22 | 382,923,632 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 429 | java | public abstract class Bird extends Animal implements ICanFly{
public Bird(String name) {
super(name);
}
@Override
public void eat() {
System.out.println(getName() + " is pecking");
}
@Override
public void breathe() {
System.out.println(getName() + " is breathing");
... | [
"rahulsahay19@hotmail.com"
] | rahulsahay19@hotmail.com |
ef58fc67aab1bfc112ab021cb4d0fb7451df6ef3 | 21c2fa219f9abd5a3f94aa416d8639c16d8aff95 | /coteafs-appium-master/src/main/java/com/github/wasiqb/coteafs/appium/android/system/AlertActivity.java | 573f40c3f8046f4c8c14206f9874bd7cb8ddebeb | [
"Apache-2.0"
] | permissive | ranjithsanda/AppiumProject | 9ee3613b9e762c9d7e2d5ccc45d315d990141772 | 97f27584f1f2871fff26411ed3987757cad6b9b3 | refs/heads/master | 2020-04-07T19:09:37.577100 | 2018-11-22T03:46:44 | 2018-11-22T03:46:44 | 158,638,344 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,730 | java | /**
* Copyright (c) 2017, Wasiq Bhamla.
*
* 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... | [
"ranjit.sanda@happiestminds.com"
] | ranjit.sanda@happiestminds.com |
56863814d9d68e3cb135d35ddadafaf07da88dbe | fd1f0d95c082cf86dc845b8b3e39b063a3c7df77 | /azure-functions-gradle-plugin/src/main/java/com/microsoft/azure/gradle/functions/bindings/QueueBinding.java | bdc2cdfee57e0c9d4be29b2ebabb698b0c2416a7 | [
"MIT"
] | permissive | rvanderwerf/azure-gradle-plugins | da06a26a1abb281df4163305ac83fb476dcef933 | 960ae838b898cef24a5166f9858338834ea68c8f | refs/heads/master | 2020-04-08T00:37:38.361021 | 2018-10-02T19:48:37 | 2018-10-02T19:48:37 | 158,859,372 | 0 | 0 | MIT | 2018-11-23T17:07:11 | 2018-11-23T17:07:10 | null | UTF-8 | Java | false | false | 1,279 | java | /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/
package com.microsoft.azure.gradle.functions.bindings;
import com.fasterxml.jackson.annotation.JsonGetter;
import com.fasterxml.jackson.annotation.Jso... | [
"lena.lakhno@gmail.com"
] | lena.lakhno@gmail.com |
097db1177c47062cdd6196be181bbe9e4e880eba | 979dd68ec5f0fab4042bd49c4a6301e02d4976b6 | /src/c/spik3/asdf/Asdf.java | 20b2392a3fa40204d65508dab426764cd8e2ea14 | [] | no_license | aquamarine602/my_repository | a724142f9b0208f0d9def6e651af504a91d087db | 8685790a92e9518e7fb50fb87e1b27b7218f32dd | refs/heads/master | 2020-04-02T08:10:26.167444 | 2018-10-23T01:28:21 | 2018-10-23T01:28:21 | 154,232,367 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 537 | java | package c.spik3.asdf;
import static java.lang.System.out;
import java.util.Scanner;
public class Asdf {
public static void main(String[] args) {
out.println((int)(Math.random()));
out.println(Math.pow(2,3));
out.println(34 % 7);
out.println(3 + 4 * 2 > 2 * 9);
int number = 4;
out.println(3 ... | [
"Chloe@10.0.0.153"
] | Chloe@10.0.0.153 |
18e688d420b0b7dd6099915eba005b1b7da9d917 | ed8f2bb5d6c0af0c68e60b161ce1c4822346b534 | /app/src/main/java/com/magossi/simb/activity/TarefaActivity.java | 8d9567ce9f72e4cf4ac3b52705602e5d2306450c | [] | no_license | rafaelmagossi/simb-app | 2268d8a97c58eb5a165ad33b0c5e1128b8bf8a48 | 876066922491b6afacbc3303655495e46ff8b71a | refs/heads/master | 2020-03-21T17:03:21.023880 | 2017-08-29T02:23:41 | 2017-08-29T02:23:41 | 138,810,506 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,192 | java | package com.magossi.simb.activity;
import android.content.Intent;
import android.content.pm.ActivityInfo;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.Menu;
import android.view.MenuIt... | [
"rafael_mq2@hotmail.com"
] | rafael_mq2@hotmail.com |
5bb8722badb9733d4baf7ad31d008e48352188e3 | 6e5b4b2300c1b5766adbe5c70872cdc9a454e136 | /ThreadTest/src/kr/or/ddit/basic/T08_ThreadPriorityTest.java | 0f89766591bf3b20814dc77031774ae081d51b64 | [] | no_license | sulgy0928/HighJava | 4b9f16d1f1b312fd36e4fe7aa68e22f4ea110396 | bd5feff65b7e9b4d1d813de6a1c3dc628c7f2875 | refs/heads/master | 2020-09-20T02:28:21.974871 | 2019-12-02T10:06:14 | 2019-12-02T10:06:14 | 224,357,144 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,431 | java | package kr.or.ddit.basic;
public class T08_ThreadPriorityTest {
public static void main(String[] args) {
ThreadTest1 th1 = new ThreadTest1();
ThreadTest2 th2 = new ThreadTest2();
//우선순위는 start()메서드를 호출하기 전에 설정해야한다.
th1.setPriority(10);
th2.setPriority(1);
System.out.println("th1의 우선순위 : " + th1.g... | [
"sulgy0928@gmail.com"
] | sulgy0928@gmail.com |
78b952e03818fba7a41fb1d063d38fa5bfd93a20 | 56dcb88d839051b4459b99122d487d5be485506c | /src/main/java/com/t_systems_mms/additional/Main.java | f220bfe0a28bcf6be3f86305d8801b7c28a0e74c | [] | no_license | Kohukene/JavaKurs-Grundlagen | 919c765669f3098912245c45ff79038281d832a2 | 653549d96a3d26fd2c18bfcca93a9747c0c8ba4b | refs/heads/master | 2021-06-22T13:07:50.651995 | 2017-07-29T17:55:48 | 2017-07-29T17:55:48 | 98,748,934 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 390 | java | package com.t_systems_mms.additional;
public class Main{
public static void main(String[] args){
SimpleIntegerAdder simpleAdder=new SimpleIntegerAdder();
AddingComponent addComp=new AddingComponent(simpleAdder);
SimpleSummandProvider simSumProv = new SimpleSummandProvider(1,2);
addComp.addNumbers(simSu... | [
"Verena.schiffler@gmx.de"
] | Verena.schiffler@gmx.de |
b5460fbf7a7c27f8ae492bb7e12a40871f75f3ac | 9a633ae2aa51b4656428fa454c63caa5fb369ad5 | /src/test/java/com/example/demo/EntrepriseApiApplicationTests.java | 0c092a6a412f10a90681851a4fbf288e217d9ee7 | [] | no_license | lanaflon-cda2/SpringApi | f360c8cfa809e3c603ee9aa02736a6c59336b7ff | e6bcd2491ce6d4c2e235d500b3347a0d58651de8 | refs/heads/master | 2022-04-14T11:41:00.452835 | 2020-04-18T09:58:14 | 2020-04-18T09:58:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 215 | java | package com.example.demo;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class EntrepriseApiApplicationTests {
@Test
void contextLoads() {
}
}
| [
"ylesueur@jehann.fr"
] | ylesueur@jehann.fr |
4336f5408d41027af376b17cfcfc52dc3fe4c10a | f29373ed0538011a8697fdb7730b1f21926ebcfa | /app/src/main/java/com/syu/ipc/data/FinalTv.java | 77a0ce45c7e0ae7085dfaeda084a93e487f93f07 | [] | no_license | MobeedoM-opensource/android-auto | bd1763bb340b7fcc6b7efaf99c81daa4c9a504c1 | 0428f8b84cd8361d80a5501203f7a4cd4de947e2 | refs/heads/master | 2020-06-10T20:22:39.169458 | 2019-06-30T19:30:04 | 2019-06-30T19:30:04 | 193,735,614 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,178 | java | package com.syu.ipc.data;
public class FinalTv {
public static final int AREA_DEFAULT = 0;
public static final int AREA_INDONESIA = 1;
public static final int C_AREA = 9;
public static final int C_FORMAT = 6;
public static final int C_FREQ_DOWN = 3;
public static final int C_FREQ_UP = 2;
pu... | [
"mloturco@gmail.com"
] | mloturco@gmail.com |
a4d1442dabdfe7bea5c0055893d223021ee86797 | cf81656232ac3bf3c17de0170a36272df8e0d21b | /ftpGate/apache-sshd-2.2.0/sshd-common/src/main/java/org/apache/sshd/common/util/MapEntryUtils.java | 617bb2e95fdfe74d517883421b890c351b3e0b7f | [
"Apache-2.0"
] | permissive | delphiasp/sftpGate | 35fe1b02f88ce2b0aeee87bacb7ebfbaaaafc2cd | a558127cff468d2b9cc939b2da1582d5b84a93fe | refs/heads/master | 2022-08-06T11:27:30.630957 | 2019-12-28T13:51:38 | 2019-12-28T13:51:38 | 221,374,661 | 1 | 0 | null | 2022-05-25T06:46:23 | 2019-11-13T04:47:26 | Java | UTF-8 | Java | false | false | 6,717 | 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"); ... | [
"wanghong@windows10.microdone.cn"
] | wanghong@windows10.microdone.cn |
e8a5161e0eb890dea6cd5e293a48734718477c32 | d297bbca468865ed0239a7cab01e187e7b277165 | /src/main/java/com/example/demo/util/OptionalBean.java | cd35e1b0ee3887ee5c1f8a382cfedf6f2ddc9503 | [] | no_license | duanxiaoduan/demo | 6957d5201690b6a151d67435b040833001b1372f | 340783ed5584bbee7f12c45cd1aa7a5492f82764 | refs/heads/master | 2022-07-04T01:56:42.852335 | 2020-11-12T02:10:23 | 2020-11-12T02:10:23 | 132,895,073 | 0 | 0 | null | 2022-06-29T18:24:45 | 2018-05-10T12:08:08 | Java | UTF-8 | Java | false | false | 1,077 | java | package com.example.demo.util;
import java.util.Objects;
import java.util.function.Function;
/**
* @author duanxiaoduan
* @version 2020/10/12
*/
public final class OptionalBean<T> {
private static final OptionalBean<?> EMPTY = new OptionalBean<>();
private final T value;
private OptionalBean() {
... | [
"aihua0721@gmail.com"
] | aihua0721@gmail.com |
a9a18099a6954af49fb2642b4974c3cd4db60fbc | daff9a020bb5065e7552983d1a728dcc15f9706a | /src/osc/OSCPort.java | 8656fe992de7c44032e507e83d4f8a34ef70476b | [] | no_license | rmdPurdue/BaMDancer | fe6fe7a44a469b4c068dd22ddaa332cbc41fb245 | ff510a04a965d8da44ca835de6ad0dd96fc5a2fd | refs/heads/master | 2020-07-24T08:17:42.206200 | 2019-09-11T16:52:54 | 2019-09-11T16:52:54 | 207,862,134 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,765 | java | /*
* Copyright (C) 2003-2014, C. Ramakrishnan / Illposed Software.
* All rights reserved.
*
* This code is licensed under the BSD 3-Clause license.
* See file LICENSE (or LICENSE.html) for more information.
*/
package osc;
import java.net.DatagramSocket;
/**
* OSCPort is an abstract superclass, to send OSC me... | [
"rdionne@purdue.edu"
] | rdionne@purdue.edu |
48aeadf9751dc9abdd40a4f4282dd47c794c972a | 721ba6454ad65397a7d16e88072f6d2e7944381b | /src/com/iscreate/op/pojo/rno/.svn/text-base/FreqInterIndex.java.svn-base | 3a84c6432bef0cdd21bcf7dafb560d4c3d02d831 | [] | no_license | tianxiao666/rno-4g | dc8314d13d6835efb5ad554c9be8561a5b0d87c0 | 4cb02b6ef30d0bd42beed5ff80bde3b2475b7c4d | refs/heads/master | 2021-04-03T02:59:56.154677 | 2018-03-12T09:30:49 | 2018-03-12T09:30:49 | 124,864,568 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 674 | package com.iscreate.op.pojo.rno;
import java.util.List;
public class FreqInterIndex {
private String label;
private String cellTch;
private List<AdjFreqInterDetailed> adjFreqInterDetaList;
public String getLabel() {
return label;
}
public void setLabel(String label) {
this.label = label;
}
public String... | [
"chao.xj@hgicreate.com"
] | chao.xj@hgicreate.com | |
5dd262b032a08a1a73b9f35053551166e84bd192 | 197800c473213100ced370ddb9925f86f612dd16 | /app/src/main/java/com/lyk/busgrade/ThreadPoolManagerFactory.java | 68501f8a148e6a0bb92dbaf2edbe734498d046fe | [] | no_license | nian0114/BusGrade | 4bff0221391d053deb82c0c7c63d2de35909c618 | 78ba217af45eeffa0b69865ae9057ce9f19215fc | refs/heads/master | 2021-10-26T18:56:44.228808 | 2017-10-09T14:53:59 | 2017-10-09T14:53:59 | 107,343,753 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 747 | java | package com.lyk.busgrade;
import java.util.concurrent.LinkedBlockingQueue;
import java.util.concurrent.ThreadPoolExecutor;
import java.util.concurrent.TimeUnit;
public class ThreadPoolManagerFactory {
private static int corePoolSize = 3;
private static int maxPoolSize = 10;
private static int keepA... | [
"268078545@qq.com"
] | 268078545@qq.com |
57907c2975bb9de9ed344c7010c80edcf00a1ec2 | 0632f2d4d3c011dd96e9e377e301a72e05243ac1 | /src/main/java/com/disease/demo/controller/HeadquarterController.java | f01b0a6452cd54c4df3b13d59d4e929339d6a785 | [] | no_license | superIRON33/FightDisease | 24bbe1f240f59b5e90e03eb1960f0df6f83760ff | 6e7cb6f79c9dcbbca75d8a3bbebb50b018036dae | refs/heads/master | 2022-04-05T09:41:17.260180 | 2020-02-23T04:00:07 | 2020-02-23T04:00:07 | 237,792,071 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 929 | java | package com.disease.demo.controller;
import com.disease.demo.model.dto.ResultDTO;
import com.disease.demo.service.HeadquarterService;
import com.disease.demo.service.UserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
/**
* @author: wjy
* @da... | [
"wjymessi@163.com"
] | wjymessi@163.com |
bcfa6b51e30bca77099ea48641e87f9754250c1a | 87aa4d7096bf8ddaabd861a79fa5a18e194e1d72 | /src/main/java/Aula02/Caneta.java | fa7411f06cfa6104db7c53d22eb66ca6d31888b7 | [] | no_license | sergiofilho-dev/POO-JAVA-BASIC | 32b4926a2834cdc3097f5246d209faf0261d2297 | a84b5c95069415dd861a97540eeccd9d9aa92273 | refs/heads/master | 2023-04-01T18:22:10.397687 | 2021-04-06T03:09:49 | 2021-04-06T03:09:49 | 355,040,340 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 771 | java | package Aula02;
public class Caneta {
String modelo;
String cor;
float ponta;
int carga;
boolean tampada;
public void status (){
System.out.println("Modelo: " + this.modelo);
System.out.println("Uma caneta " + this.cor);
System.out.println("Ponta: " + this.ponta);
... | [
"sergi@SérgioFilho"
] | sergi@SérgioFilho |
13990a46f868fa2dc9fce0ce8fd1edebf0a51d04 | b8e9e52f0910bde7d90e884d53a3ee1c889313ab | /src/main/java/org/unsw/eva/threads/LongProcessInstanceResponeTests.java | 72e84394d19a04c0e03484049bffaa026dd92c09 | [] | no_license | 1zha0/cloud-platforms-evaluation | 4a1ca327671378e56aa55805614b60f57ae39575 | 281e96586597fb7a96c9b74437becc7b4bf6fa93 | refs/heads/master | 2021-01-15T07:55:00.721856 | 2015-04-23T13:35:29 | 2015-04-23T13:35:29 | 34,458,407 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,101 | java | package org.unsw.eva.threads;
import org.cloudcomputingevaluation.Result;
import org.unsw.eva.SOAPVersion;
import org.unsw.eva.ServerType;
import org.unsw.eva.strategy.AbstractStrageyTest;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
*
* @author shrimpy
*/
public class LongProcessInstanceResponeTe... | [
"imxmwu@gmail.com"
] | imxmwu@gmail.com |
810572f34d5ba1381462f02bcbfc30016ed2a2e6 | 101e87f6350e4f9fbbf755dd76063694466358dc | /localVPN/src/main/java/com/vm/shadowsocks/tcpip/UDPHeader.java | 4920ffa776d37ec6b24d0ece1231d9f0121a7d00 | [] | no_license | androidKy/MockDevice | ad509ce75dff34430a59e7db37a6784c0b4a5243 | 286d2b0e4f2ccde9644ad903c5192c47de19da27 | refs/heads/master | 2021-08-19T23:01:22.123523 | 2020-11-25T15:09:44 | 2020-11-25T15:09:44 | 227,784,083 | 0 | 1 | null | 2020-11-25T15:09:46 | 2019-12-13T07:42:01 | C | UTF-8 | Java | false | false | 1,714 | java | package com.vm.shadowsocks.tcpip;
import android.annotation.SuppressLint;
public class UDPHeader {
static final short offset_src_port = 0; // Source port
static final short offset_dest_port = 2; // Destination port
static final short offset_tlen = 4; // Datagram length
static final short offset_crc = ... | [
"13286810620@163.com"
] | 13286810620@163.com |
3b8a4f90678b5013c8792982d5716af09597bed1 | a5d6b5c302c6c16f4b9f6ad218f6267ee0eeec5e | /test-sharding-jdbc/src/main/java/com/meng/entity/User.java | 7fb003ba119412e56dd01a6121ba6a16e815bd31 | [] | no_license | xlm1999/mydemo-springboot | c2f23ddf92b9c9c71aeee396df5dd932a949999b | 4fc4f8e60346a2fc4ba4e0261fb209bd6c40e837 | refs/heads/master | 2023-07-04T17:02:57.021675 | 2021-08-03T12:07:03 | 2021-08-03T12:07:03 | 392,302,256 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,451 | java | package com.meng.entity;
import com.baomidou.mybatisplus.annotation.TableName;
import com.baomidou.mybatisplus.extension.activerecord.Model;
import groovy.transform.EqualsAndHashCode;
import lombok.Data;
import lombok.experimental.Accessors;
/**
* @Classname User
* @Description 用户实体类
* @Author 章国文 13120739083@16... | [
"xlm_1999@163.com"
] | xlm_1999@163.com |
b4de06272f8531b39341e2b30c900039bb24d837 | 648aa202e77a9f452a14faee22824d08270a9938 | /src/main/java/Library.java | 8256f9cfab6e2b3c8a87e965321ea70f2f561551 | [] | no_license | kanaryayi/TageBuch | 32c89ce16dc812c1a3ddf1ded61c1f0f5433959c | 2fcb2c8f2d1a03d69da954f3e34c2a12582042c1 | refs/heads/master | 2021-05-03T10:17:18.814942 | 2018-02-06T19:42:56 | 2018-02-06T19:42:56 | 120,532,390 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 286 | java | /*
* This Java source file was auto generated by running 'gradle buildInit --type java-library'
* by 'HTC' at '07.07.2017 16:21' with Gradle 2.9
*
* @author HTC, @date 07.07.2017 16:21
*/
public class Library {
public boolean someLibraryMethod() {
return true;
}
}
| [
"yigit.burdurlu@hacettepe.edu.tr"
] | yigit.burdurlu@hacettepe.edu.tr |
650a7b8d0660973ef16cf1758ab99eca3dda08e6 | cd495300285f9e1224380250c2ffabd742eb9804 | /src/src/com/sid/hashmapAndHeap/heap/SortKsortedArray.java | a876ba5d7398a17660e771ca393ec3884233a11f | [] | no_license | siddharthnawani/data-structures-and-algorithms | 78147f793323213e0b1af3df8def71a086de81cb | c51aa1c1d9b02a4804bc636227f2ca1cf7d8938b | refs/heads/master | 2023-06-08T20:30:00.791671 | 2023-05-28T17:18:17 | 2023-05-28T17:18:17 | 282,298,046 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,440 | java | package src.com.sid.hashmapAndHeap.heap;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.PriorityQueue;
/**
* Question
* 1. You are given a number n, representing the size of array a.
* 2. You are given n numbers, representing elements of array a.
* 3. The array is nearly sorted.... | [
"siddharth.nawani@gmail.com"
] | siddharth.nawani@gmail.com |
1dc9a053bb4a7cd68e78b9885c69fcf482eb0fad | f304c30fd16f56e55d738eeb61a42cc7a983f527 | /level21/lesson08/task03/Solution.java | 868fd9db2b5cc62ecb975c25ecbe38a248ca2228 | [] | no_license | bitho/JavaRush | 79d0d9d925c09099fca01f4a50cbc3e20869021f | 7c1b25073c930e42afa492500ca9665b9982cd11 | refs/heads/master | 2021-01-10T14:13:53.467362 | 2015-10-22T17:57:04 | 2015-10-22T17:57:04 | 43,957,147 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,451 | java | package com.javarush.test.level21.lesson08.task03;
/* Запретить клонирование
Разрешите клонировать класс А
Запретите клонировать класс B
Разрешите клонировать класс C
*/
public class Solution {
public static class A implements Cloneable {
private int i;
private int j;
public A(int i, int j... | [
"sasha.starichkov@mail.ru"
] | sasha.starichkov@mail.ru |
a2cfcfacd4b4c927a20694f628a3d8771fe19686 | 96ca08c92af5e03c3f0886d1b8126faf813b0ab0 | /src/main/java/com/recruit/paythem/controller/EmployeeController.java | 23783a514a0a1b1bb1940ab0e69ebe515a973d3f | [] | no_license | walakulu/Pay-Them | 2cca71261f565412d4d3f3cce37854174c2c7c4e | 9d9c3e7bff95d87bd1b98e2b0f20ad9b1bbd7f1a | refs/heads/master | 2020-04-07T05:50:57.895860 | 2018-11-18T18:20:13 | 2018-11-18T18:20:13 | 158,112,945 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,306 | java | package com.recruit.paythem.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.Pa... | [
"hasitha.arachchige@auxenta.com"
] | hasitha.arachchige@auxenta.com |
a820f11772c0ec154e8fff38b1429b7e6ddb0fae | f19e80191d6cbd07d24d9a9d52cd34f6877fdbb9 | /lib-https/src/main/java/com/github/douruanliang/lib_https/model/IDataList.java | 7090e276cec48b61e9607a0c3d6b1a6ecff13134 | [] | no_license | douruanliang/component-base-demo | eea9abf4a9eea83a965f20e6ad61f997b254aee5 | df95b83aba6184adcb52616ed5e44676ded377df | refs/heads/master | 2021-06-27T00:37:03.610429 | 2021-06-10T02:30:25 | 2021-06-10T02:30:25 | 234,732,634 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 191 | java | package com.github.douruanliang.lib_https.model;
import java.util.List;
public interface IDataList<T> extends BaseObject {
public List<T> getList();
public String getNext();
}
| [
"douruanliang@zhidaoauto.com"
] | douruanliang@zhidaoauto.com |
14dce8be11ef2ec41b0328ecdad9b6b514f952ff | 72960a3e2bdbb01b16245a1ad4cccbdfa0553b93 | /src/SS-GENERIDAO-TO-JPA2/src/main/java/com/sofis/sofisform/to/LabelTO.java | 8d60e44f890412b84b0813fd715fdee49592d352 | [] | no_license | AGESIC-UY/siges | 0629afbc42f35add7db4dc10a7189cac79073ce5 | d809ced53759dd82314a3a481a79b731a3e15bc4 | refs/heads/master | 2023-08-04T04:00:56.709793 | 2023-07-20T18:21:51 | 2023-07-20T18:21:51 | 224,908,836 | 2 | 4 | null | 2020-07-02T01:27:26 | 2019-11-29T19:05:15 | Java | UTF-8 | Java | false | false | 1,027 | java | /*
* Clase desarrollada por Sofis Solutions
*
*/
package com.sofis.sofisform.to;
import java.io.Serializable;
import org.jdom.Element;
/**
* Clase desarrollada por Sofis Solutions
* <label key =""
* entityvar=""
* ... | [
"carlos.facal@agesic.gub.uy"
] | carlos.facal@agesic.gub.uy |
c6dea9cd6dfd079c26afd71a8a43520521654a10 | fa93c9be2923e697fb8a2066f8fb65c7718cdec7 | /sources/com/avito/android/select/SelectDialogPresenterKt.java | da2f42c4532d140cdd07b8acd4a9b0d52766470d | [] | no_license | Auch-Auch/avito_source | b6c9f4b0e5c977b36d5fbc88c52f23ff908b7f8b | 76fdcc5b7e036c57ecc193e790b0582481768cdc | refs/heads/master | 2023-05-06T01:32:43.014668 | 2021-05-25T10:19:22 | 2021-05-25T10:19:22 | 370,650,685 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,594 | java | package com.avito.android.select;
import com.avito.android.remote.auth.AuthSource;
import com.avito.android.remote.model.ParcelableEntity;
import java.util.Comparator;
import kotlin.Metadata;
@Metadata(bv = {1, 0, 3}, d1 = {"\u0000\u0018\n\u0002\u0010\u000e\n\u0002\b\u0003\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u00... | [
"auchhunter@gmail.com"
] | auchhunter@gmail.com |
66271a7a1d62ea439b2930f58de58dea76f0ab25 | b96b1c40c9d8cb3f25ae225661d2e217b3ebf8a5 | /Refactoring/SourceCode/Day2/src/BankAccount.java | f5ebb76f6d4bb0e2e804e31febe583b18ad51286 | [] | no_license | leekoko/BookLearned | b2bc0380ca7d43315ef996d51c055551768f0f9b | bd89e61c9339031e249c0cb6ca24e6b3d86f3433 | refs/heads/master | 2021-06-02T20:44:53.885430 | 2019-12-25T01:47:00 | 2019-12-25T01:47:00 | 135,463,691 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,412 | java | public class BankAccount{
public BankAccount(int accountAge, int creditScore, AccountInterest accountInterest){
AccountAge = accountAge;
CreditScore = creditScore;
AccountInterest = accountInterest;
}
public int AccountAge;
public int CreditScore;
public AccountInterest AccountInterest;
... | [
"908230189@qq.com"
] | 908230189@qq.com |
e3750ec7ab6515b647f3829a87994cc208684129 | e76e3e1000f44bc18b56c2891d21562ef51a651c | /app/src/main/java/models/DressedModel.java | b5de593008d7c8d7d195e9a22c1d47bdcf7a54c9 | [] | no_license | JaneSmyth/Sencerity | ef884be43f27af59559bbe79b354ad43d9d12fe1 | 5e1dedce1df4f46ab46e9d79b192a16bc6d06300 | refs/heads/master | 2021-07-17T05:08:45.187812 | 2020-06-15T12:26:24 | 2020-06-15T12:26:24 | 180,355,457 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 617 | java | package models;
import java.time.format.DateTimeFormatter;
public class DressedModel {
private String patientId;
private Long dateLong;
public DressedModel(String patientId, Long dateLong) {
this.patientId = patientId;
this.dateLong = dateLong;
}
//getters and setters
public Stri... | [
"Janesmyth246@gmail.com"
] | Janesmyth246@gmail.com |
792869a4ba81e1d737686075f0800f4f1c638bb1 | 2445528f9528aea110ca6d606cbcdd78050f294c | /src/main/java/dao/AbstractDao.java | 1c4964513c955332e00e6233e3131c941eaae6bf | [] | no_license | yoppyi/rest | 228bc3271ae6e40539168e313e5b9657a2d69c2b | 5ae66f8ea97de83e75c0de5b92f2e97243575535 | refs/heads/master | 2021-01-20T20:31:58.597322 | 2016-06-29T03:23:15 | 2016-06-29T03:23:15 | 62,192,269 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 700 | java | package dao;
import java.io.Closeable;
import java.io.IOException;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public abstract class AbstractDao implements Closeable {
static final Logger logger = LoggerFactory.ge... | [
"yoppyi@gmail.com"
] | yoppyi@gmail.com |
4d4f1e1858fd9147d34d0eae16fc301eb48e8974 | ee96e7f2d32f4350529fabbb1039aa2374d9327d | /app/src/main/java/com/example/user/worldmeal/ContentProvider.java | 4d50e0dd2dbd0dd5b4870acd97bbbecb0ae4ca4a | [] | no_license | DCG12/PokeCards | 9195463afa5da7b397e1f971e982d44121027ec0 | a9f275a651307e505ad4df730ebd874d9d025391 | refs/heads/master | 2021-01-23T12:38:33.528233 | 2017-06-04T22:34:52 | 2017-06-04T22:34:52 | 93,185,064 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 450 | java | package com.example.user.worldmeal;
import nl.littlerobots.cupboard.tools.provider.CupboardContentProvider;
import static nl.qbusict.cupboard.CupboardFactory.cupboard;
public class ContentProvider extends CupboardContentProvider {
public static final String AUTHORITY = BuildConfig.APPLICATION_ID + ".provider";
... | [
"46406163y@iespoblenou.org"
] | 46406163y@iespoblenou.org |
4f74e8e05bdc18770677f3cac4e37aace5120ac8 | 2d0812336dd029b1e6bbc3a3b9d7f29d6ef0f2b3 | /olmatechFit/src/main/java/com/olmatech/fitness/ui/MaxrepActivity.java | e2215abe58876da2849cbd3d84628af7e704232d | [] | no_license | olgab99/CommandoFit | 605c77a86279698d9359d5f41a9e90585bfb9505 | 746241e015a5c986968ec0190849f788cc938ee5 | refs/heads/master | 2020-04-27T23:25:59.030789 | 2019-07-24T15:35:44 | 2019-07-24T15:35:44 | 174,775,838 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,919 | java | package com.olmatech.fitness.ui;
import java.text.DecimalFormat;
import kankan.wheel.widget.WheelView;
import android.app.ProgressDialog;
import android.os.AsyncTask;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
import com.olmatech.fitness.R;
import com.olmatech.fit... | [
"Olga.Borissova@kantar.com"
] | Olga.Borissova@kantar.com |
4663d9c8ac4701208fd88b149b3f41519bf4c7db | a6d709feba31a38755c71a54995c83c86251cced | /app/src/main/java/com/rappsantiago/weighttracker/progress/StatisticsFragment.java | 1523c048e2e817802861ab1ebdc0b407f4f74e17 | [
"Apache-2.0"
] | permissive | rappsantiago28/weight-tracker | d998b5e76cae8dba7a4c5ac6591eefc887b4e8e3 | 7b7cd3b2f9d6dda5c6bc325623ebaa2d03cece94 | refs/heads/master | 2021-01-21T04:50:44.700064 | 2016-07-23T09:43:36 | 2016-07-23T09:43:36 | 53,789,590 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,915 | java | /**
* Copyright 2016 Ralph Kristofelle A. Santiago
*
* 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... | [
"rappsantiago28@gmail.com"
] | rappsantiago28@gmail.com |
58c56e0d0a3f1051bfaaa540816d99d9c6884019 | 0068236c12bf7b6b2916cab55c2ef94da3c9c185 | /java/cmpsd/farmingutils/renderer/Render_Kakashi.java | cc1a60b189f25b4a1a2826c1241fd9e1e0c2a1c9 | [] | no_license | ChumoriPoseidon/FarmingUtils | b14efafb6d6e62a31ede11581054beeed7963553 | 7bc8e82265746e7ffba1a8899a4ccc9ce0f56741 | refs/heads/master | 2020-06-13T09:16:38.563913 | 2019-08-16T15:16:49 | 2019-08-16T15:16:49 | 194,611,333 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,222 | java | package cmpsd.farmingutils.renderer;
import cmpsd.farmingutils.Reference;
import cmpsd.farmingutils.entity.Entity_Kakashi;
import cmpsd.farmingutils.renderer.model.Model_Kakashi;
import net.minecraft.client.renderer.entity.Render;
import net.minecraft.client.renderer.entity.RenderLiving;
import net.minecraft.client.re... | [
"poseidon7525@gmail.com"
] | poseidon7525@gmail.com |
4b11896b0240e9028a51873efea3afdaca6b531b | 223e836ecc7c1186bf73f2515bea766804911cfb | /app/src/main/java/com/room/mokeys/maps/ui/maps/MapsFragment.java | 0f81e64b4cda395408a31c16d70c19f9ee563f24 | [
"MIT"
] | permissive | yhh5158/mokeys | f0966d96154227ee1c8acfae5db0976516eecf41 | fa1f3289333f1fb2b3eedfff943bf656720fea65 | refs/heads/master | 2020-03-21T00:06:53.466701 | 2018-06-19T10:59:45 | 2018-06-19T10:59:45 | 137,878,377 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 67,222 | java | package com.room.mokeys.maps.ui.maps;
import android.Manifest;
import android.app.Activity;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.res.Configuration;
import android.graphics.Color;
import android.h... | [
"yuhaihang@tianshenyule.com"
] | yuhaihang@tianshenyule.com |
c8d1a6f4bd9595913b2fa497790a7c4f3b0f6031 | d93ce8a57be61625c4259b41f860c596726bd2af | /src/main/java/soot/dava/MethodCallFinder.java | 5da5b981755d6cbaf0e9464694694aa5f7fc9dcc | [
"Apache-2.0"
] | permissive | izgzhen/markii | 81b67049ce817582736c8d630ec0e2cd12caa214 | 237a054a72f01121ce0fefac7532c1a39444e852 | refs/heads/master | 2023-05-06T00:24:48.026714 | 2021-04-14T17:41:27 | 2021-04-16T06:29:12 | 275,070,321 | 5 | 0 | Apache-2.0 | 2021-04-16T06:29:13 | 2020-06-26T04:06:53 | Java | UTF-8 | Java | false | false | 16,075 | java | package soot.dava;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2005 Nomair A. Naeem
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version ... | [
"7168454+izgzhen@users.noreply.github.com"
] | 7168454+izgzhen@users.noreply.github.com |
116a0554ad51c7af3e98f77f6e8a0224c41caaa8 | 3ac12ca60576fef4bab967944b24a6aeed0f36b9 | /model/src/main/java/com/lc/yygh/model/cmn/Dict.java | a5c4a08637b2f59d1e4e8f94056a054aa91021e0 | [] | no_license | wujiawei55/yygh-parent | 1faff1852c75b9ff1427b9fe983b8791bff137ca | f806fba0318ec8bcaeed236dfeb832c32b9a1f36 | refs/heads/master | 2023-05-13T18:46:45.940198 | 2021-06-07T02:02:12 | 2021-06-07T02:02:12 | 374,515,389 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,726 | java | package com.lc.yygh.model.cmn;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableLogic;
import com.baomidou.mybatisplus.annotation.TableName;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.Ap... | [
"592014178@qq.com"
] | 592014178@qq.com |
5fc8e221210d4fdf5ee6742c2a97d8746e14cd15 | 801c39e8bbeee2e25ed1ba2b74aa039f8b3d62ae | /fizteh-java-2014/src/ru/fizteh/fivt/students/LevkovMiron/FileMap/StreamFileMap.java | 87c405b2d5e77375acc41f83ede90450fc113018 | [] | no_license | grapefroot/mipt | 2f6572b3120e28a0e63e28f2542782520384828f | 51d13fa07b37bdbdda943bd47d7e356a3a126177 | refs/heads/master | 2020-12-24T21:12:03.706690 | 2016-11-08T07:40:20 | 2016-11-08T07:40:20 | 56,529,254 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 708 | java | package ru.fizteh.fivt.students.LevkovMiron.FileMap;
import java.util.Scanner;
/**
* Created by Мирон on 22.09.2014 ru.fizteh.fivt.students.LevkovMiron.shell.
*/
class StreamFileMap extends FileMap {
StreamFileMap() {
super(System.out);
}
public void readCommands() {
System.out.println(... | [
"salnikov.dmitri@gmail.com"
] | salnikov.dmitri@gmail.com |
d0bda70fa64472821a15136f738e1f9e45283a6b | 3792a3f4c92c21533fd6aca3fa709de089c6f06a | /java/CloudHandsJAPI/src/main/java/com/antell/cloudhands/api/packet/PacketSourceReader.java | edbc64dce3d10581ee9148bd5e652ead1b0d249e | [] | no_license | barbiegirl2014/CloudHands | 8edd14cb99bc30856c1014f23c7fe8083e431b1f | c1a2a9d3ce7c197ba468c2cd060b4d17adb4ae0f | refs/heads/master | 2020-03-21T17:12:20.525682 | 2018-06-26T09:35:54 | 2018-06-26T09:35:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,017 | java | package com.antell.cloudhands.api.packet;
import com.antell.cloudhands.api.source.AbstractSourceReader;
import com.antell.cloudhands.api.source.Filter;
import com.antell.cloudhands.api.source.Source;
/**
* Created by dell on 2018/6/19.
*/
public class PacketSourceReader extends AbstractSourceReader {
... | [
"csp001314@gmail.com"
] | csp001314@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.