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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d9de43e1a3a02f14855f7b3dd83184b659a55114 | 9101b80af387d6b984522e224c5bc952c0116d7c | /app/src/main/java/com/example/motorcycleapp/RSA.java | 5236a3644442badfbc29452d917221d103cca6a7 | [] | no_license | KristiAlvarez08/ThesisMobileApp | 45a669bd346dd9837dfe957347454feb54a08ab4 | d3cc8054e52a793d790215fe3de64519a08293e4 | refs/heads/master | 2022-12-10T19:25:22.479931 | 2020-07-16T11:27:48 | 2020-07-16T11:27:48 | 280,121,404 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,532 | java | package com.example.motorcycleapp;
import java.math.BigInteger;
import java.security.SecureRandom;
import java.util.Arrays;
public class RSA {
private BigInteger n, d, e;
private int bitlen = 1024;
public RSA(BigInteger newn, BigInteger newe) {
n = newn;
e = newe;
}
/** Create ... | [
"60351820+kristialvarez8@users.noreply.github.com"
] | 60351820+kristialvarez8@users.noreply.github.com |
d99e27b2e399e86acd5b0020a270bc9a75ab43f5 | 6fbcccec9b6abd465ed8d56bfe06618f6be9c4f4 | /trinity-scaffolder-java-core/src/test/java/com/oregor/trinity/scaffolder/java/core/ProjectDescriptionTest.java | 1fedccbdaf5ccd271fbc458b91eb899d211c37e2 | [
"Apache-2.0"
] | permissive | oregor-projects/trinity-scaffolder-java | cab8b7a42a2a12fb9f8fb09ad2c9bd6fcd911106 | ddbcdb64faf2de46f20876aa74ed3f59a3601078 | refs/heads/master | 2021-06-10T08:13:28.865010 | 2019-12-14T10:41:44 | 2019-12-14T10:41:44 | 180,868,899 | 3 | 0 | Apache-2.0 | 2021-04-26T18:59:21 | 2019-04-11T20:02:59 | Java | UTF-8 | Java | false | false | 4,256 | java | /*-
* ==========================LICENSE_START=================================
* Trinity Scaffolder for Java Applications
* ========================================================================
* Copyright (C) 2019 Christos Tsakostas, OREGOR LTD
* ================================================================... | [
"c.tsakostas@gmail.com"
] | c.tsakostas@gmail.com |
b58b1eaccf39c9a112a2b73c495f82f199cc365b | 071ae6642bfc8ebc8215ee534241c61bfcd46722 | /src/shapes/Circle.java | e380d65714cc25f93d723b338f8e317b41d4b590 | [] | no_license | megansimmons/codeup-java-exercises | cd791d2817ec5eaed73c33714b43ed56e4f19efa | 8bc05160c5059ec10ce00646a7d3a55ab5bacbda | refs/heads/master | 2020-04-29T19:35:10.966532 | 2019-04-01T19:14:21 | 2019-04-01T19:14:21 | 176,360,055 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 305 | java | package shapes;
public class Circle {
private double radius;
public Circle(double radius){
this.radius = radius;
}
public double getArea(){
return Math.PI*Math.pow(radius, 2);
}
public double getCircumference(){
return 2*Math.PI*radius;
}
}
| [
"simmons.megan584@gmail.com"
] | simmons.megan584@gmail.com |
640c6457527810ab4b5d1f63e02031c6bcb556cb | 0f77c5ec508d6e8b558f726980067d1058e350d7 | /1_39_120042/com/ankamagames/wakfu/common/game/item/action/ItemActionConstants.java | 4a18e2208fddac0b4da5d62e18a82b261e8e1ad3 | [] | no_license | nightwolf93/Wakxy-Core-Decompiled | aa589ebb92197bf48e6576026648956f93b8bf7f | 2967f8f8fba89018f63b36e3978fc62908aa4d4d | refs/heads/master | 2016-09-05T11:07:45.145928 | 2014-12-30T16:21:30 | 2014-12-30T16:21:30 | 29,250,176 | 5 | 5 | null | 2015-01-14T15:17:02 | 2015-01-14T15:17:02 | null | UTF-8 | Java | false | false | 7,703 | java | package com.ankamagames.wakfu.common.game.item.action;
import com.ankamagames.framework.external.*;
public enum ItemActionConstants implements ExportableEnum, Parameterized
{
DISASSEMBLE_ITEM(1, (ParameterListSet)ItemActionParameters.ITEM_DISASSEMBLE, "Detruit un item pour r\u00e9cup\u00e9rer des poudres", false... | [
"totomakers@hotmail.fr"
] | totomakers@hotmail.fr |
9ff3071f236f9848d5ff79b5594de6f3a84c583f | 9f39703139d19a92efcbe03dfbd04b3b8eb4ff2c | /src/main/java/openmods/calc/types/multi/UnitType.java | 24cd5c08cff24baa1f063517ed9f00729a3757d6 | [
"MIT"
] | permissive | TheSilkMiner/OpenModsLib | 5353c81d2f3ce2e8f8d807a1cf622a1725034649 | e6b35cdb2b226a22dbe8ac25db2fc426a10e0814 | refs/heads/master | 2021-01-16T07:07:22.503936 | 2017-03-05T11:28:20 | 2017-03-05T11:28:20 | 55,899,894 | 0 | 0 | null | 2016-04-10T13:16:38 | 2016-04-10T13:16:37 | null | UTF-8 | Java | false | false | 204 | java | package openmods.calc.types.multi;
public class UnitType {
public static final UnitType INSTANCE = new UnitType();
private UnitType() {}
@Override
public String toString() {
return "<null>";
}
} | [
"bartek.bok@gmail.com"
] | bartek.bok@gmail.com |
b327459ee048aac9584381c3a182bb3ae9aef3d2 | bb7a6d281d5deedd2b53c8071e72010009df9647 | /src/test/java/com/github/freva/asciitable/LineUtilsTest.java | 7536fd2f1339aec444daca8288eab0d076794c33 | [
"MIT"
] | permissive | alex-sky-cloud/ascii-table | f5e552712d877c7a5b75f06ba3cd0b80651323e5 | d3a360c57e7b8faa05156ef82e3d39d715f4b300 | refs/heads/master | 2023-04-21T00:45:35.862870 | 2021-05-16T19:33:03 | 2021-05-16T19:33:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 451 | java | package com.github.freva.asciitable;
import org.junit.Test;
import java.util.Arrays;
import java.util.stream.Collectors;
import static org.junit.Assert.assertEquals;
public class LineUtilsTest {
@Test
public void linesIteratorTest() {
assertEquals(Arrays.asList("", "", "Some text", "", "more text",... | [
"valerij92@gmail.com"
] | valerij92@gmail.com |
b915b136a07aa1196d85ce7db73f1040e2d4f1e3 | ec5867275239b46de811fba74fddfeb648f9d825 | /CSIS 1410/LabSerialization/src/labSerialization/LabSerialization.java | 39d257882aa9a8cb87ce8ec181c1b628d752988f | [] | no_license | Nakagochi/Nakagochi | b6dce16c40643c61224b90be856a305e1ff1c296 | 564313779e65e9e5bf2dbbf4c85dd52c1307dea4 | refs/heads/master | 2023-03-20T03:09:03.124797 | 2020-10-03T22:45:48 | 2020-10-03T22:45:48 | 220,139,326 | 0 | 0 | null | 2020-05-12T05:30:32 | 2019-11-07T03:00:59 | HTML | UTF-8 | Java | false | false | 2,065 | java | package labSerialization;
import java.awt.Color;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
public class LabSerialization {
static String f... | [
"christensentysen@gmail.com"
] | christensentysen@gmail.com |
2e48de09b466b9b0ae4b3671895c57c70f1d9308 | ddd65133250b25b6551bb2d0a9d014954248deb6 | /sources/com/mysql/jdbc/ServerAffinityStrategy.java | c934f805cf5f335f36c843f260bc7fead12d3b2d | [] | no_license | TouailabIlyass/android_gststck | c00cf495997224dd7ea5f1b91c95c7c75df855c2 | 38a57cd36047eeab4ecd2661ae8616a7660089b6 | refs/heads/master | 2020-04-05T04:04:45.237337 | 2018-11-07T11:39:18 | 2018-11-07T11:39:18 | 156,537,016 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,819 | java | package com.mysql.jdbc;
import java.sql.SQLException;
import java.util.List;
import java.util.Map;
import java.util.Properties;
public class ServerAffinityStrategy extends RandomBalanceStrategy {
public static final String AFFINITY_ORDER = "serverAffinityOrder";
public String[] affinityOrderedServers = null;
... | [
"ilyase@touailab.com"
] | ilyase@touailab.com |
fe31e353b9e04cec8bda1a101462894a4124ddcc | 4763d100cfbdd6ef98e1279993062f58bb0bbc00 | /src/example/newproject/FIREWALLWEAK.java | f7f1ce2be72a8e121676668e09cd4fd5c67eb0eb | [] | no_license | msoni1369/Educative-Android-App | 24b1804bddd0f36a9105edad5cef7617d22795db | 2d5fc2a19a0e8ff4eb1bcec93902c798b5ca0855 | refs/heads/master | 2021-05-23T13:31:46.266535 | 2020-04-05T19:30:50 | 2020-04-05T19:30:50 | 253,311,969 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,558 | java | package example.newproject;
import android.support.v7.app.ActionBarActivity;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.TextView;
public class FIREWALLWEAK extends A... | [
"noreply@github.com"
] | msoni1369.noreply@github.com |
ad4d7b32ffa8015f8c61480fd606e843f673b791 | 4163be8ee9cba0ad3d5684db5664bd8bb5b542ea | /src/main/java/net/jolikit/bwd/impl/utils/cursor/AbstractBwdCursorManager.java | b0d8b7fbd4f53d81e78df090b1242422e2bb61f2 | [
"Apache-2.0"
] | permissive | jeffhain/jolikit | a7efef3b04d50d29a91526c6e726abeabdd52304 | 3e8dc5a3660de9c74bd8873cd5509926320c5056 | refs/heads/master | 2023-08-16T09:38:53.797560 | 2021-11-05T20:50:45 | 2021-11-05T20:50:45 | 183,952,453 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,424 | java | /*
* Copyright 2019 Jeff Hain
*
* 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... | [
"jeffhain@rocketmail.com"
] | jeffhain@rocketmail.com |
4a3b607205f375ab9da15ab3f6038d0cc087f017 | b17fc9e282f3ae10579e4456d9ca2774f4b14780 | /thinking-in-java4/src/main/java/cn/tim/thinking/clazz14/RTTI.java | 7671319834431498b2bb6ee6aaa78b5b59d24e4b | [] | no_license | luolibing/coding-life | 8c351e306111b217585c4fbaab34c10e42012b23 | 06318973d4c0bbbfc0225c4a5bc5d4a2ddf2c6ff | refs/heads/master | 2022-12-27T02:26:49.599091 | 2021-12-22T04:01:00 | 2021-12-22T04:01:00 | 94,624,544 | 1 | 1 | null | 2022-12-16T06:49:34 | 2017-06-17T13:11:35 | Java | UTF-8 | Java | false | false | 13,501 | java | package cn.tim.thinking.clazz14;
import org.junit.Test;
import java.lang.reflect.Field;
import java.util.*;
/**
* Created by LuoLiBing on 16/9/23.
* 运行时类型信息可以使你可以在程序运行时发现和使用类型信息
* 它使你从只能在编译器执行面向对象的操作的禁锢中解脱出来
* 运行时识别对象和类信息的两种方式:
* 1 传统的RTTI,它假设我们在编译时已经知道了所有的类型
* 2 反射机制,允许我们在运行时发现和使用类信息
*
*/
public class RTTI ... | [
"397911353@qq.com"
] | 397911353@qq.com |
054fcfd4cb31de65eaf98c45ef5495029e7baae2 | cc4914a6c1573f0acad58e500ef942ef397a2b83 | /src/test/java/org/jhipster/web/rest/UserJWTControllerIntTest.java | 751d748d02e7c51b1b12becfbf40ce59d83c6eeb | [] | no_license | hlaingwintunn/jhipster_demo | ec7ebf9980eed63c0c34d00e71d4b4b3f0651c24 | 657ea929618218cd9dc3e013b7d4536917e474df | refs/heads/master | 2021-04-15T07:59:21.412729 | 2018-03-26T16:06:37 | 2018-03-26T16:06:37 | 126,855,388 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,832 | java | package org.jhipster.web.rest;
import org.jhipster.JhipsterDemoApp;
import org.jhipster.domain.User;
import org.jhipster.repository.UserRepository;
import org.jhipster.security.jwt.TokenProvider;
import org.jhipster.web.rest.vm.LoginVM;
import org.jhipster.web.rest.errors.ExceptionTranslator;
import org.junit.Before;
... | [
"sv.hlaingwt@gmail.com"
] | sv.hlaingwt@gmail.com |
fac6e867aea2856c4f5634074917b986c99b9742 | 44e77f57274361ed8745bd4720111371e81876d5 | /app/src/main/java/com/bahri/whatsappclone/common/Common.java | a9a8019d80c6ded730d9245df2587d548a679a82 | [] | no_license | Ahed-bahri/WhatsApp-Clone | 1a23e13d45a665e5939f5ff8d278f196b107e7fd | 75f531488292da61a69fcf3b9c5b3d53627bcb96 | refs/heads/main | 2023-03-05T04:20:34.185473 | 2021-02-16T12:49:06 | 2021-02-16T12:49:06 | 339,369,072 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 137 | java | package com.bahri.whatsappclone.common;
import android.graphics.Bitmap;
public class Common {
public static Bitmap IMAGE_BITMAP;
}
| [
"ahedelbahri@gmail.com"
] | ahedelbahri@gmail.com |
8f197f9622b2b3e8cd4726365fff2187a0254356 | 25d458b24f54dce1bf65a5097a6ee8fa5d7ac522 | /src/main/java/xyz/corman/velt/ContextCreation.java | 76c7a45fdb0459586efb85bb43c08f68cb9d23ad | [
"Apache-2.0"
] | permissive | KikoPT1234/Velt | 317abca9ac325e29fafa19984774554343986c87 | 6ac52cc3c02d7057868a2089c241ad4cd2dfa161 | refs/heads/main | 2023-03-31T02:44:20.137409 | 2021-04-04T11:33:06 | 2021-04-04T11:35:39 | 350,025,635 | 0 | 0 | Apache-2.0 | 2021-03-21T14:39:58 | 2021-03-21T14:39:57 | null | UTF-8 | Java | false | false | 3,406 | java | package xyz.corman.velt;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.graalvm.polyglot.Context;
import org.graalvm.polyglot.EnvironmentAccess;
import org.graalvm.polyglot.HostAccess;
public class ContextCreation {
public static void graalJSRequire(String moduleFolder, Map<String... | [
"mrccay12@gmail.com"
] | mrccay12@gmail.com |
8be408ae9283e4dbd7ff6b923d6918638abb2070 | c9497fc0fd48ef307d14ed47c63447ddd520645f | /LuxorMC Core/src/main/java/com/faithfulmc/hardcorefactions/events/tracker/CitadelTracker.java | 5f082d4669ca61054c8869d7ec9394b33cda56b1 | [
"Apache-2.0"
] | permissive | Tominous/Faithfulmc | 7fe0325f3a8437855cb231bf3f88e2bb98656abe | c057628cdbf770e2892b5bf0cdfccdcb54bc8bfa | refs/heads/master | 2020-12-10T14:25:07.320691 | 2020-01-13T14:47:15 | 2020-01-13T14:47:15 | 233,617,706 | 2 | 0 | Apache-2.0 | 2020-01-13T14:42:51 | 2020-01-13T14:42:51 | null | UTF-8 | Java | false | false | 4,648 | java | package com.faithfulmc.hardcorefactions.events.tracker;
import com.faithfulmc.hardcorefactions.ConfigurationService;
import com.faithfulmc.hardcorefactions.HCF;
import com.faithfulmc.hardcorefactions.events.CaptureZone;
import com.faithfulmc.hardcorefactions.events.EventTimer;
import com.faithfulmc.hardcorefactions.e... | [
"realhcfus@gmail.com"
] | realhcfus@gmail.com |
f718cdce2e0a8663794aa722c53e369d4c3ced43 | b7187442178ae1bcacabf2fea4e7a7a167e1ebb7 | /testApp/obj/Debug/android/src/mono/com/google/android/material/bottomnavigation/BottomNavigationView_OnNavigationItemReselectedListenerImplementor.java | 127ddda961edf4ddaa43503c8a820e44698de5b6 | [] | no_license | abhash003/abhash | 84265f5e6fd4052d7ccd85862196a5574d02dd27 | f752edd3801d18444a14ab3a7972dcd81cfb0f60 | refs/heads/main | 2023-08-25T19:04:15.497537 | 2023-08-24T14:31:22 | 2023-08-24T14:31:22 | 109,165,231 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,831 | java | package mono.com.google.android.material.bottomnavigation;
public class BottomNavigationView_OnNavigationItemReselectedListenerImplementor
extends java.lang.Object
implements
mono.android.IGCUserPeer,
com.google.android.material.bottomnavigation.BottomNavigationView.OnNavigationItemReselectedListener
{
/** @hid... | [
"abhash.india@gmail.com"
] | abhash.india@gmail.com |
dae9baef8e06fd225ad86575a9c72fe1834babf2 | 3f0672b82ba5b2ea756240038a792feac061588a | /src/main/java/gradingTools/comp110f14/assignment6testcases/PromptAgain.java | b9ad5bfbc5a1823bd8c1322c7b73515d24ce66c7 | [] | no_license | Kirny/Grader | 28bc357415779dd8de6be45d523b091fa216eaff | 207458b0bdf06156d02a66eaa864663c3cbac822 | refs/heads/master | 2021-01-17T16:25:40.981476 | 2015-11-08T17:10:33 | 2015-11-08T17:10:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,314 | java | package gradingTools.comp110f14.assignment6testcases;
import java.util.regex.Pattern;
import framework.execution.RunningProject;
import framework.grading.testing.BasicTestCase;
import framework.grading.testing.NotAutomatableException;
import framework.grading.testing.NotGradableException;
import framework.gradi... | [
"sgbyers@live.unc.edu"
] | sgbyers@live.unc.edu |
e81be598f72131a75820cf6969ce3ebcd82fb792 | 9ceee4399e9463402e3d2d9fa7eec761561bfb10 | /src/main/java/com/jlq/service/CommentService.java | 7eb96e83bce7fe746ab8de564ae127e5c7acd80d | [] | no_license | krionjiang/blog_study | 2d94592b042c1eccd9e3f4f7330e0bf9a7d1f36c | f86bbf1b02aff09f3b3a1c5fd23af77cac338f38 | refs/heads/main | 2023-02-01T00:59:05.124571 | 2020-11-29T06:12:23 | 2020-11-29T06:12:23 | 315,493,407 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,564 | java | package com.jlq.service;
import com.jlq.mapper.TbCommentMapper;
import com.jlq.pojo.TbComment;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.ArrayList;
import java.util.List;
/**
* @author :j... | [
"a920325081@qq.com"
] | a920325081@qq.com |
3c15a166b1238c75291b8d072a3a8534375ca528 | bac1c61389112f186b924be2e986bb7cf71488af | /taotao-manager/taotao-manager-web/src/main/java/com/taotao/manager/controller/TbItemController.java | ba2c0792f8cd68bf2b5c7c2c1e9c69453fb69114 | [] | no_license | yemingshang/Taotao-Shopping | 98ab954758d350cd2aba31d6aad87d724be43803 | c4533ce615b3acc5d5b9dd99a8f04e6fcddc5db3 | refs/heads/master | 2020-04-08T15:24:09.985214 | 2018-11-28T09:38:52 | 2018-11-28T09:38:52 | 159,474,610 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,333 | java | package com.taotao.manager.controller;
import com.alibaba.dubbo.config.annotation.Reference;
import com.taotao.common.pojo.E3Result;
import com.taotao.common.pojo.EasyUIDataGridResult;
import com.taotao.manager.model.TbItem;
import com.taotao.manager.service.TbItemService;
import org.springframework.stereotype.Control... | [
"18328528985@18328528985.com"
] | 18328528985@18328528985.com |
2161a8160391ccfe5eee28391a199073cb21ba61 | 6a3d333edcf4973bcee046d6138aae9fdd074909 | /src/main/java/com/frame/xwz/source/auto/MyService.java | b4d6b63815d8e85280e1a98c89de02a274616dff | [] | no_license | xwzl/Frame | d0826088b9662d3a1a6da66696ba91e608cd6a6c | 4ddb202271be0a4ef5b3f7f42d4739d2973f7cc2 | refs/heads/master | 2020-05-09T23:59:56.213371 | 2019-04-17T15:51:50 | 2019-04-17T15:51:50 | 181,518,122 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 272 | java | package com.frame.xwz.source.auto;
import java.lang.annotation.*;
/**
* @author xuweizhi
* @date 2019/04/14 0:30
*/
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@MyComponent
public @interface MyService {
String alias() default "";
} | [
"624244232@qq.com"
] | 624244232@qq.com |
8a436d68a9f2613eaf1ae5e2a1a6567482d1f88d | 2858aa56b68b558348591d6ba65ae3b1fb4d70ad | /app/src/main/java/yogoup/coverflow/DemoData.java | ba9a9cdd12e6ba47bc66d27225c30a81a299ed75 | [] | no_license | androidneha/CoverFlow | d4962e33fa4f83ce58cb7799717838f40904018a | bb589764f51c2c3f67f744f4bb210b49076a1baa | refs/heads/master | 2021-01-19T11:45:54.631279 | 2017-02-17T06:40:01 | 2017-02-17T06:40:01 | 82,263,434 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 307 | java | package yogoup.coverflow;
/**
* Created by yuweichen on 16/5/3.
*/
public class DemoData {
public static int[] covers = {R.mipmap.ic_cover_1,R.mipmap.ic_cover_2,R.mipmap.ic_cover_3,R.mipmap.ic_cover_4,
R.mipmap.ic_cover_5,R.mipmap.ic_cover_6,R.mipmap.ic_cover_7,R.mipmap.ic_cover_8};
}
| [
"nehaappdev@gmail.com"
] | nehaappdev@gmail.com |
3cac82e94cb044c7231a36e9d69a9b6aa937e432 | ef14efa9ffb8ba7192f1e6850c22ea41ea46fa81 | /src/main/java/com/dragovorn/dotaapi/match/DotaMatchReduced.java | 64fd5d5ce47372586294fb4e20dec172a623ad8f | [
"MIT"
] | permissive | Dragovorn/dota-api | 4eb424f45fb70f1c6edaf9d899dcd36791d43643 | 9754a2fbdd71ebf94275a2a57e26ea2c0d8966a7 | refs/heads/master | 2023-05-04T17:27:07.215061 | 2017-11-24T01:05:38 | 2017-11-24T01:05:38 | 63,204,190 | 1 | 0 | null | 2021-04-29T22:00:36 | 2016-07-13T01:29:15 | Java | UTF-8 | Java | false | false | 3,885 | java | package com.dragovorn.dotaapi.match;
import com.dragovorn.dotaapi.match.lobby.GameMode;
import com.dragovorn.dotaapi.match.lobby.LobbyType;
import com.dragovorn.dotaapi.match.player.DotaPlayerReduced;
import com.dragovorn.dotaapi.match.player.IPlayer;
import com.dragovorn.dotaapi.match.team.DotaTeamReduced;
import com... | [
"me@dragovorn.com"
] | me@dragovorn.com |
823a2aed974fe48ef9de6c7f06becadd12a19d89 | 92f9c9a8e27274916634850693a7c7e41787dfa9 | /src/main/java/eu/dreamix/four_for_belot/domain/enumeration/RatingScore.java | 311ef291fda2c03b07ca9c8e444b03522a94d595 | [
"MIT"
] | permissive | martinely95/44belot | 589a66928fb40ae81e2a85f0bd7f561ceaeab916 | 67f83f730036e11f2299955a993e399f3e3505ba | refs/heads/master | 2021-08-30T10:17:54.941108 | 2017-12-17T12:21:58 | 2017-12-17T13:05:15 | 114,474,043 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 160 | java | package eu.dreamix.four_for_belot.domain.enumeration;
/**
* The RatingScore enumeration.
*/
public enum RatingScore {
BAD, MODERATE, GOOD, EXPERT, GOD
}
| [
"martinely95@gmail.com"
] | martinely95@gmail.com |
e69d5a7fbd8c4d7a98fa48aa7cd34931f5ebce56 | 1ea89d32efa4c871432630af45d285945c85e5f5 | /trunk/src/main/java/com/xyz/reccommendation/jaccard/JaccardMRStage4.java | 06784f284db043d2a2c4d75316dc1f7c1a84ad35 | [] | no_license | ashwal2001/hadoop | cf9056a537ee3206134c7c61ae66133bfcaf117b | 976bbf9ba65f375c8568750a785dfb578beb537f | refs/heads/master | 2016-09-10T12:24:45.384562 | 2013-05-14T05:47:15 | 2013-05-14T05:47:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,594 | java | package com.xyz.reccommendation.jaccard;
import java.io.IOException;
import java.util.Properties;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.io.LongWritable;
import org.apa... | [
"ashok.agarwal.007@gmail.com"
] | ashok.agarwal.007@gmail.com |
14cd6082a07cdda8f8770077ffa9f7d3a7a79ab1 | f1e4ef8a17b421cfe02a56793a224ffd5c96d73a | /src/thread/community/TestThreadPool.java | 501f4796190694bb15e17e4df426a25fa66a5547 | [] | no_license | a13483685/javaStudy | 4a929bcdf5b58875fd0d1e3315b43795e03baf53 | 0f436912b74154310d45998431a320059f0ca4fd | refs/heads/master | 2021-08-16T01:06:41.030383 | 2018-11-06T14:22:32 | 2018-11-06T14:22:32 | 140,133,378 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,488 | java | package thread.community;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.Callable;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.Future;
/*
* 一、线程池:提供了一个线程队列,队列中保存着所有等待状态的线程。避免了创建与销毁额外开销,提高了响应的速度。
*
* 二、线... | [
"you@example.com"
] | you@example.com |
f090337fa9c7622c2ea72c76c8169b6a3cd00a1c | 2d1b3ebd29348f6b192855dce85f49e4f10a466c | /src/Pojazd.java | e69ee2bdae926b8071bf85e8599408dae9be5d97 | [] | no_license | nauczkiJava/lekcja6 | c871aad10511334c9e41fc49011704296643582d | e3406422db2f2e918faf6b320256f99dd3461ffa | refs/heads/master | 2020-05-31T08:51:09.840810 | 2019-06-05T13:50:58 | 2019-06-05T13:50:58 | 190,198,342 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,409 | java | abstract class Pojazd {
protected String marka;
protected String model;
protected String numerRejestracyjny;
protected String kolor;
protected double cena;
protected double spalanieNa100Km;
protected String silnik;
protected double stanZbiornika;
protected double stanLicznik... | [
"ehmatthes@example.com"
] | ehmatthes@example.com |
821d52f65d58cd6326247f343b69e276808977e9 | e63d0f45e8442577ba686f17ab615719930ea824 | /src/main/java/org/craftercms/core/exception/PathNotFoundException.java | 204306bfc78385e175b08ed81419d3029149a9e0 | [] | no_license | roger-diaz/core | 1c8fa76941a121b0904b634a1c60d2097f31a664 | 8a6e2921a52d90904efc8c86c1b740ea7af9a4ac | refs/heads/master | 2021-01-18T10:11:00.211084 | 2013-08-22T19:05:23 | 2013-08-22T19:05:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,372 | java | /*
* Copyright (C) 2007-2013 Crafter Software Corporation.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*... | [
"carlos.ortiz@craftercms.org"
] | carlos.ortiz@craftercms.org |
1015121137d23bbc8d4ecf1847981a200daaacd4 | 3e976f0800682995a894bc3c2de68273e3688119 | /core/src/io/github/teamfractal/animation/IAnimationFinish.java | 06a384e03daa5aa45f7e74b8920520b2cef4fdba | [] | no_license | SEPR-TopRight/Roboticon-Quest | ac2d5a6a1b77065de39b0b5a1489d6a3262cbad4 | 5cea3ffe45fb7adf49161e831854d2c75d44d839 | refs/heads/master | 2020-05-23T10:22:44.829838 | 2017-02-21T05:19:11 | 2017-02-21T05:19:11 | 80,429,286 | 3 | 1 | null | 2017-02-20T17:32:33 | 2017-01-30T14:37:32 | Java | UTF-8 | Java | false | false | 107 | java | package io.github.teamfractal.animation;
public interface IAnimationFinish {
void OnAnimationFinish();
}
| [
"jixun.moe@gmail.com"
] | jixun.moe@gmail.com |
1292b13a494058f0accf3a79e1384321f343728b | ebbdc380c836715b604e6dc5e02283eccb4e9b02 | /src/main/java/ir/shayandaneshvar/controller/Triple.java | 22df48528cd367f3c5ee2a4538bdd7dff5b10cfd | [
"MIT"
] | permissive | shayandaneshvar/Quoridors | 7d917ddda7b6e7a3691a111df4ff855c206ad048 | a2dbab247a56ce824a94098f9ca8c7e67a818737 | refs/heads/master | 2020-06-20T15:59:44.906384 | 2019-07-24T11:34:11 | 2019-07-24T11:34:11 | 197,170,396 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,015 | java | package ir.shayandaneshvar.controller;
import java.io.Serializable;
import java.util.Objects;
public class Triple<K, V, T> implements Serializable {
private K first;
private V second;
private T third;
public Triple(K first, V second, T third) {
this.first = first;
this.second = second... | [
"47658341+shayandaneshvar@users.noreply.github.com"
] | 47658341+shayandaneshvar@users.noreply.github.com |
533e68ab2317fba6a85bc9dd26b318dfc1e82e4c | 563d456f315d9058ab4d9e756b8e7d4ef59ac71f | /SeminarManagement-Maven-ejb/src/main/java/otros/PlanesEstudioLocal.java | 675c7accd2e4be414a5e627134e31e2c361e1487 | [] | no_license | JanoSoto/seminarmanagementplus_QA | e8da79677fb78ccbf9405356339f8c35d54ebe60 | 2bbbdf48c56333c04793d5d99f9995147ed55abe | refs/heads/master | 2021-01-19T22:09:01.682168 | 2017-04-19T15:44:37 | 2017-04-19T15:44:37 | 88,761,056 | 0 | 0 | null | 2017-04-19T15:44:38 | 2017-04-19T15:30:02 | Java | UTF-8 | Java | false | false | 424 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package otros;
import entities.PlanEstudio;
import java.util.List;
import javax.ejb.Local;
/**
*
* @author ariel-linux
*/
@Local
p... | [
"giovanni@air-de-giovanni"
] | giovanni@air-de-giovanni |
79279c0c0dc58f4f665d018c58b09ee03017e726 | b9498630f91351adbc6ee13a63a1c64ad1a02a4d | /src/main/java/com/chinatelecom/xjdh/utils/PinyinComparator.java | 6674da3cc6a5bbdba46d793d2538ed6121c7b68d | [] | no_license | wuyue0829/xjdh-android-lasternew | 9ed364280ef499668f1f0a35959c093f50635cab | d35295abed48955dbd18c38fd086dfcc32ecafb3 | refs/heads/master | 2020-06-05T18:44:06.949222 | 2019-11-05T08:29:37 | 2019-11-05T08:29:37 | 192,513,424 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 436 | java | package com.chinatelecom.xjdh.utils;
import java.util.Comparator;
public class PinyinComparator implements Comparator<SortModel> {
public int compare(SortModel o1, SortModel o2) {
if (o1.getLetters().equals("@")
|| o2.getLetters().equals("#")) {
return 1;
} else if (o1.getLetters().equals("#")
|| o2.... | [
"wuyue@pengdikj.com"
] | wuyue@pengdikj.com |
5474400b31d5736fa2d8721920d0d6a25501e4ab | b7b81d35f9abbf6b6a37cfc89a164939a3901bba | /REA.edit/src/rea/provider/ResourceItemProvider.java | 4489c68c2b1a98569caf10f6b3cbc6b9d31c6f41 | [] | no_license | AnisBoubaker/REA | a37d252892fef31cc6b260f1b1c5fbe0f8f311dc | 2dacd86b152d769d3ed4dfacdc84578ebaeb548b | refs/heads/master | 2020-05-20T10:09:29.717351 | 2019-05-08T03:22:59 | 2019-05-08T03:22:59 | 185,519,535 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,765 | java | /**
*/
package rea.provider;
import java.util.Collection;
import java.util.List;
import org.eclipse.emf.common.notify.AdapterFactory;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.ecore.EStructuralFeature;
import org.eclipse.emf.edit.provider.ComposeableAdapterFactory;
import org.eclip... | [
"anis@boubaker.ca"
] | anis@boubaker.ca |
4fee12562e30d4ce531b903a3496b8ff55e1a0e2 | a76e53784fbc8bfea753c9a0c5abb9baa3befb8a | /app/src/main/java/com/randomACUstudents/adventuregame/Table.java | 8377d855c4dab5c6ce0615fa703a6df46b9e48cf | [] | no_license | pbb16a/AdventureGame | 09e73110b1f4bfb46d961446c29b1b04ca8308ac | 178e81ea3939c545f6fce3b14550ff46a6a72681 | refs/heads/master | 2020-09-26T05:57:22.893466 | 2019-12-13T16:14:40 | 2019-12-13T16:14:40 | 226,182,297 | 0 | 0 | null | 2019-12-13T00:38:35 | 2019-12-05T20:20:38 | Java | UTF-8 | Java | false | false | 5,416 | java | package com.randomACUstudents.adventuregame;
import android.content.Intent;
import android.os.Bundle;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
public class Table extends AppCompa... | [
"pbb16a@acu.edu"
] | pbb16a@acu.edu |
0bcc02cbbcd3acfbff077f004957ae9beb058c9c | e68a7e1cd6b8916f42e5b311f1685de8e8a7942a | /CompositePattern/src/com/es2/composite/SubMenu.java | c84ab4b2c85ce07189dc30eb1b5fa6c87f3eeba9 | [] | no_license | diogofalken/ES2 | 3ae9cdc8fe8c9160f1bd15d4f6f84cac6e643205 | 96870cfca23dd356ec0f25f58df11f72f1af551f | refs/heads/master | 2021-01-08T18:06:56.879336 | 2020-04-18T20:51:56 | 2020-04-18T20:51:56 | 242,103,330 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 587 | java | package com.es2.composite;
import java.util.ArrayList;
public class SubMenu extends Menu {
private ArrayList<Menu> menu = new ArrayList<>();
public void addChild(Menu child) {
if(!this.menu.contains(child)) {
this.menu.add(child);
}
}
public void removeChild(Menu child) ... | [
"diogofalken0@gmail.com"
] | diogofalken0@gmail.com |
45580f52aa6fa95d32a78116fbff54a4af8e7db2 | 66c2e6078f50f89399ecb6e30a9c8047ca63973e | /WindDemo/src/main/java/com/wind/bdc/elasticsearchdemo/config/RedisConfig.java | bedc5c0b4a1dde80b49c5cfc9128d4a80e1e98d3 | [] | no_license | Ivan-blade/ElasticSearchDemo | a5c3f99902c100caa105e627ba44619c1a9e0706 | d321f73199b1ebeb7536325d1882a41096ca0839 | refs/heads/master | 2023-07-09T23:03:40.064008 | 2021-08-15T15:11:59 | 2021-08-15T15:11:59 | 396,390,166 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,391 | java | package com.wind.bdc.elasticsearchdemo.config;
import com.alibaba.fastjson.support.spring.FastJsonRedisSerializer;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.data.redis.connection.RedisConnectionFactory;
import org... | [
"2734319366@qq.com"
] | 2734319366@qq.com |
207ff49dd95f379028691960b4b087d7785f6f86 | 24d8cf871b092b2d60fc85d5320e1bc761a7cbe2 | /GenealogyJ/rev5531-5561/right-trunk-5561/genj/src/launcher/launcher/ipc/CallHandler.java | 702a82db6ee72bae2150c99b911d5948e312b5c0 | [] | no_license | joliebig/featurehouse_fstmerge_examples | af1b963537839d13e834f829cf51f8ad5e6ffe76 | 1a99c1788f0eb9f1e5d8c2ced3892d00cd9449ad | refs/heads/master | 2016-09-05T10:24:50.974902 | 2013-03-28T16:28:47 | 2013-03-28T16:28:47 | 9,080,611 | 3 | 2 | null | null | null | null | UTF-8 | Java | false | false | 102 | java |
package launcher.ipc;
public interface CallHandler {
public String handleCall(String msg);
}
| [
"joliebig@fim.uni-passau.de"
] | joliebig@fim.uni-passau.de |
9f9736ed413885b11c8ec8e0a7586c457e2a8e62 | 201a99786b59b81401beca3f0b5c2aba2a999e3e | /sif3demo/src/persist/service/DBService.java | c33addee8e7cb8b735bef5075a3ce37a751577a7 | [
"Apache-2.0"
] | permissive | dan-whitehouse/SIF3Training-US | 8ae769bba3608cc45ece2c12729e329a82d014f1 | 7a5fc5d90ab41785232332a4f17f5eca9abb5214 | refs/heads/master | 2021-05-28T09:18:18.086869 | 2014-11-07T19:46:24 | 2014-11-07T19:46:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,814 | java | /*
* DBService.java
* Created: 04/02/2014
*
* Copyright 2014 Systemic Pty 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/L... | [
"daniel.whitehouse@D8Z7HX12.CRB.LOCAL"
] | daniel.whitehouse@D8Z7HX12.CRB.LOCAL |
82f0a5e711dfe19ff2587f35b8f94eb3a0b26417 | fa02eaa873d5f3c3dcbfe7599e91dde86bd77358 | /thinkjoy-upms/thinkjoy-upms-dao/src/main/java/com/thinkjoy/upms/dao/model/UpmsSystemExample.java | 22ee6f507e3d2ebf89d3b57dd4d6dd862f47d358 | [
"MIT"
] | permissive | josephfourier/admin | 27942c8a1be8ac460201117b69d7df67ee3a887a | 1bcebbbedece08847ea83ed4910b50d964aec01c | refs/heads/master | 2021-04-06T06:34:21.841180 | 2018-03-10T07:07:33 | 2018-03-10T07:07:33 | 124,630,923 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 29,419 | java | package com.thinkjoy.upms.dao.model;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
public class UpmsSystemExample implements Serializable {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
private static final long ... | [
"2779429237@qq.com"
] | 2779429237@qq.com |
cc1f3434e56a60b39306aa1c5caeb819f8696770 | 29f31368f33306c4b675b3f656b7900f87de1838 | /Framework/src/framework/core/camera/FirstPersonCamera.java | d1549efa794c0f1f33fbb2e31fb64a26ed0347b2 | [] | no_license | yan-braslavsky/Virtual-City | 328247c5c38171a83da5ae62ea11268915a2877c | b506c24f3fc3d567f81bb0292fa0f5cd9d088e0e | refs/heads/master | 2022-04-30T08:22:23.932685 | 2014-08-28T18:33:04 | 2014-08-28T18:33:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,477 | java | package framework.core.camera;
import framework.core.architecture.Program;
import framework.core.input.keyboard.KeyboardInputProcessor;
import framework.core.input.keyboard.KeyboardKeyListener;
import framework.core.input.keyboard.KeyboardKeys;
import framework.core.input.mouse.MouseInputProcessor;
import framework.co... | [
"iveliusster@gmail.com"
] | iveliusster@gmail.com |
4b3762b33529df8a936a00662b07f886bf9b04f4 | bcbc09ff4d5b84e97fb64f0e61d32d8159ea82c4 | /src/GameObject/MapPackage/ObstaclesObjects/Obstacles.java | 424a53e576de881eb70adf77fc11914d9f1c5cfe | [] | no_license | okeremd/battlecity-cs319 | 59903422d84529d288c497c1f7deca6be2c2117c | 1608b088fe97a698bd56d602b87b6895c195c7e7 | refs/heads/master | 2021-05-14T23:40:01.618637 | 2017-12-15T21:13:00 | 2017-12-15T21:13:00 | 104,594,624 | 1 | 0 | null | 2017-12-15T21:13:01 | 2017-09-23T19:46:54 | null | UTF-8 | Java | false | false | 782 | java | package GameObject.MapPackage.ObstaclesObjects;
import GameObject.GameObject;
/**
* Created by kaan on 10/28/2017.
*/
public abstract class Obstacles extends GameObject {
//Variables
// 0 = Ground, 1 = GameObject.GameObject.MapPackage.ObstaclesObjects.Brick, 2 = GameObject.GameObject.MapPackage.ObstaclesOb... | [
"kaansnck@gmail.com"
] | kaansnck@gmail.com |
d93201aafdda4f5a8e9474bbd143fa197c87cd00 | 138486f6d98a9cbf88d417b0642f99ec91eb2d9b | /src/BQN/types/mut/Local.java | 81b290afb309b39d06b63fb126a37ceb180b4d1d | [
"MIT"
] | permissive | dzaima/BQN | 28eb5f1b2fee61d950001b646478a43cca4246af | ba14bcf1e1d0f90fe90906a6dd7b921460f070f6 | refs/heads/master | 2023-06-07T17:31:22.248471 | 2023-05-28T22:02:24 | 2023-05-28T22:02:24 | 274,010,055 | 25 | 6 | MIT | 2022-06-11T12:32:14 | 2020-06-22T01:08:10 | Java | UTF-8 | Java | false | false | 1,358 | java | package BQN.types.mut;
import BQN.Scope;
import BQN.errors.ValueError;
import BQN.types.*;
public class Local extends Settable {
public final int depth, index;
public Local(int depth, int index) {
this.depth = depth;
this.index = index;
}
public Value get(Scope sc) {
Value got = sc.getL(d... | [
"atdzim@inbox.lv"
] | atdzim@inbox.lv |
55b846038648be3e632c1c4312069d7fea4321d9 | e0f583d286706699da99bc631a31e3f4f2078965 | /solutions/0165. Compare Version Numbers/0165.java | 5e9082a297e315cbe7377e957eef72d53dbc3d18 | [] | no_license | T353007/LeetCode-1 | 4f002d1885358e8beec0c3d59a1549c4c9f0e06d | 026713cb8fa25f52851e1432cd71a5518504e3e0 | refs/heads/main | 2023-02-15T17:03:49.726291 | 2021-01-12T10:12:25 | 2021-01-12T10:12:25 | 328,920,320 | 0 | 0 | null | 2021-01-12T08:29:55 | 2021-01-12T08:29:55 | null | UTF-8 | Java | false | false | 568 | java | class Solution {
public int compareVersion(String version1, String version2) {
final String[] levels1 = version1.split("\\.");
final String[] levels2 = version2.split("\\.");
final int length = Math.max(levels1.length, levels2.length);
for (int i = 0; i < length; ++i) {
final Integer v1 = i < l... | [
"walkccray@gmail.com"
] | walkccray@gmail.com |
efd7ac90e980dd6416233250cd21a5108e5a0869 | 50945d3aebac92909e2ab2949474b5d8a094a47c | /activemq/activemq-sender/src/main/java/com/rd/activemq/sender/ActivemqSenderApplication.java | 4dbb0f91129b1cd96d1e375dfdf36a1f9cccddda | [] | no_license | greenYears/mq-demo | 8d10e80d8a409eb5abaa463584db0800a6bcdab0 | e5a9d5082a5843bfd2bd8f816ebcb86aaf3508d4 | refs/heads/master | 2020-11-30T00:08:25.721359 | 2017-07-05T06:47:14 | 2017-07-05T06:48:21 | 96,190,211 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 498 | java | package com.rd.activemq.sender;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.ComponentScan;
@SpringBootApplication
@ComponentScan(basePackages = {"com.rd.support.activemq", "com.rd.activemq.sender.... | [
"meiqin.zhou@chemayi.com"
] | meiqin.zhou@chemayi.com |
0eecec8b57def9381332855cfe10a8564bbce803 | 85eba1d69af471276022f05d944cfc83437ad28e | /src/main/java/embedded/com/android/dx/dex/code/form/Form21c.java | b3139281c3a080ba30f58864f4644fc4700d1633 | [] | no_license | jsdelivrbot/RHazOS-Android | a64f23c0e09ff5af2827477398427d7c197e3101 | 1a1b10ce611025743429b109f9eda59f9b53abf1 | refs/heads/master | 2020-04-10T02:01:41.439048 | 2018-12-07T15:11:51 | 2018-12-07T15:11:51 | 160,732,341 | 1 | 0 | null | 2018-12-06T21:09:42 | 2018-12-06T21:09:41 | null | UTF-8 | Java | false | false | 2,773 | java | package embedded.com.android.dx.dex.code.form;
import embedded.com.android.dx.dex.code.*;
import embedded.com.android.dx.dex.code.CstInsn;
import embedded.com.android.dx.rop.code.*;
import embedded.com.android.dx.rop.cst.*;
import java.util.*;
import embedded.com.android.dx.util.*;
public final class Form21c extends ... | [
"hazae41@gmail.com"
] | hazae41@gmail.com |
012b455265e53e1016cf261c5895bf5927d2b043 | e02651324560f600d09c9574ac83bc129b44ad88 | /src/Coordinate.java | a66e2a3e17cf86582e1aab5cce7dd9a283845415 | [] | no_license | ErkamDogan/pacmanGame | b1f5c81bb660d44c51caf78a1695af8b69fd76d3 | de70c039aa198da7f510fe3aadb0d9a31bf819e3 | refs/heads/master | 2022-12-25T05:18:46.386918 | 2020-10-02T12:03:53 | 2020-10-02T12:03:53 | 300,596,624 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,424 | java | import javafx.scene.Node;
public class Coordinate {
private int x;
private int y;
private int type;
private Node holdedObject;
/**
* type attributes
* 0 -- Empty
* 1 -- Box
* 2 -- Point
* 3 -- Pacman
*/
public Coordinate(int x, int y){
this.x = x;
... | [
"gysddn@gmail.com"
] | gysddn@gmail.com |
dc408a6a08215d49c22616d2529da3e26bc98824 | 58bbccb21d8bf946a229d1ff8d2ef1c196b54a44 | /src/main/java/org/muzir/book/solution/Polymorphism/PolyConstructors.java | 279a4f60b4d5947953b89adda61868fad9c31603 | [] | no_license | muzir/ThinkingInJavaSolution | 6549a4b97c1c775e3466c236d8f30bcc5d54dff1 | 269f8c7eb32928a364743b1ac15f185bdd5a97ba | refs/heads/master | 2021-06-26T22:10:52.505912 | 2016-12-13T04:30:12 | 2016-12-13T04:30:12 | 23,292,544 | 0 | 1 | null | 2020-10-13T02:53:50 | 2014-08-24T20:53:57 | Java | UTF-8 | Java | false | false | 882 | java | //: polymorphism/PolyConstructors.java
// Constructors and polymorphism
// don't produce what you might expect.
package org.muzir.book.solution.Polymorphism;
import org.muzir.book.solution.Commons.CommonBase;
class Glyph extends CommonBase {
void draw() {
print("Glyph.draw()");
}
Glyph() {
print(... | [
"baycelik_erhun@hotmail.com"
] | baycelik_erhun@hotmail.com |
2fb15d7b55e1e09d596061a2566f6baad3ba9f0d | 2285672a94d0dedf50a9b47864007bd12143bfef | /src/main/java/ru/job4j/collection/exam/Email.java | be58ce15fb98684005935022899f49dd69fcec54 | [] | no_license | Xazeq/job4j_design | c66826202c5319057dd6fa71d6d9cfc45be17a10 | 5a7bbfa9c154468ce76f525ad5d04c3be1d2c874 | refs/heads/master | 2023-07-13T16:30:17.503703 | 2021-09-08T08:09:36 | 2021-09-08T08:09:36 | 365,142,631 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,147 | java | package ru.job4j.collection.exam;
import java.util.*;
public class Email {
public static Map<String, Set<String>> merge(Map<String, Set<String>> source) {
Map<String, Set<String>> result = new HashMap<>();
for (Map.Entry<String, Set<String>> sourceEntry : source.entrySet()) {
if (resul... | [
"setezey@gmail.com"
] | setezey@gmail.com |
86dd660d8cfed1461969885093c716e4948f4831 | 0c005172fb4fcf7c730f14849528ad5cece14bfa | /src/com/test/net/UDPServer.java | 7a9ec5434902fbc59325214e28975c39b91dd1c0 | [
"MIT"
] | permissive | tangxinghua/TestProject | 9b2c7956ec6ab8dbe3e18a5db585a194ee515cb5 | ff1912634e78d69c0fac201eb1e42e51d1eeaac3 | refs/heads/master | 2021-07-16T10:20:36.187050 | 2017-10-24T08:28:45 | 2017-10-24T08:28:45 | 107,568,826 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,596 | java | /**
* @Title: UDPServer.java
* @Package com.test.net
* @Description: TODO
* @author tangxinghua tangxh@live.com
* @version V1.0
*/
package com.test.net;
import java.net.DatagramPacket;
import java.net.DatagramSocket;
import java.net.InetAddress;
/**
* @ClassName: UDPServer
* @Description: TODO
*/
public ... | [
"tangxh@live.com"
] | tangxh@live.com |
a1505256b15190a71a5f3a137655d67ec4cc7c43 | dbfe2dfcbc82eb308026ecf0b1ca6032bc9ce724 | /pdf-service/src/main/java/com/redhat/model/PdfFile.java | 8be01b020edcdee4234c5629f4688e9e9b571a88 | [] | no_license | mikeintoch/insurance-demo | f445b9f8879ba755fe38f4cb0b35018d1e43c754 | f6a1be28525db0e744816f77d59154576228ef16 | refs/heads/master | 2021-04-26T07:07:51.489122 | 2017-10-14T00:12:33 | 2017-10-14T00:12:33 | 106,882,484 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 334 | java | package com.redhat.model;
public class PdfFile {
private String nombre;
private String datos;
public String getNombre() {
return nombre;
}
public void setNombre(String nombre) {
this.nombre = nombre;
}
public String getDatos() {
return datos;
}
public void setDatos(String datos) {
this.datos = dat... | [
"mdelgadi@redhat.com"
] | mdelgadi@redhat.com |
aecf7f66077523cd05b69bb4e741a2c0520b8101 | bacfbdbb357625f5b4ef791d3c972e16a5f31831 | /app/src/main/java/alexis/com/arqui/MainActivity.java | 66e98123d24d96428d788c585da2c5d9255403b5 | [] | no_license | AlexisGonzalezEsquivel/easy-couchbase | d46b965a35e67561fe2b1776b18c2246f520e569 | 4be8c28a209f7ab5a08c421c178d0e9438780a9a | refs/heads/master | 2021-01-20T14:23:46.250225 | 2017-05-08T09:33:53 | 2017-05-08T09:33:53 | 90,604,134 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,507 | java | package alexis.com.arqui;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.Menu;
import android.view.MenuItem;
import android.widget.Button;
import android.widget.LinearLayout;
import android.widget.TextView;
import com.couchbase.lite.CouchbaseLit... | [
"andlex@gmail.com"
] | andlex@gmail.com |
b718e437bb23e78afa6a9432ce6a7a22924d5b87 | bd62d63a7a10308c09ee82d32c306af47942b624 | /TinyWorld4Android/src/com/example/screens/gui/Stack.java | e91988da40c8d0ca3d49a6e6c3ab143d4d29ab64 | [] | no_license | razvangoga/zihack-v3-tinyworld4android | cbccb1f2b45db2f25316a0cdbef6c68c4a50b05e | 885fdb6a369aea9f967bc267d9a30ac5d67be90b | refs/heads/master | 2020-11-25T14:25:56.422774 | 2013-11-09T11:09:08 | 2013-11-09T11:09:08 | 228,714,907 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,964 | java | package com.example.screens.gui;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import com.example.res.ResLoader;
public class Stack {
private int itemtype;
private int num;
public Stack(int itemtype, int num) {
this.itemtype = itemtype;
this.num... | [
"razvan.goga@gmail.com"
] | razvan.goga@gmail.com |
f95c388fc1443e1a2677b5a7983d4eea1b10201e | a1b38d9e08988bc91a1fb075062a253477a4085a | /src/com/wfs4j/lru/LRUCache.java | 19d9264461e0a6473d7e376e648ea7e1e7997bef | [] | no_license | donnie4w/wfs4j | bd2558556095f89f591937f370753d89c154f382 | 8bc19aeb233a8cd291899d5a51543ce4893530a3 | refs/heads/master | 2021-01-20T03:46:29.609946 | 2017-08-04T04:21:49 | 2017-08-04T04:21:49 | 89,581,690 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 567 | java | package com.wfs4j.lru;
import java.util.LinkedHashMap;
import java.util.Map;
/**
* ClassName: LRUCache.java <br/>
* date: 2017年5月18日 下午12:12:17 <br/>
*
* @author dong
* @version
* @since JDK 1.7
* @classDesc 类描述:
*/
public class LRUCache<K, V> extends LinkedHashMap<K, V> {
private static final long serialVer... | [
"donnie4w@gmail.com"
] | donnie4w@gmail.com |
d532ccc97d8fda66ec69b8260912d030ab230e40 | ade2ff0d2ae1cdde8c9073e47bb9f2f6e421225b | /core/src/se/snrn/brytoutbox/ui/BricksLeftUi.java | caae25d8c5eeeec5ec7f197e7b69323d97ec7979 | [] | no_license | snrn-Pontus/brytutbox | e23a035a42062ac6701590114a6a4e57e7b0f282 | 112db3c025c2119ac3648b7c75a3895f97b819c7 | refs/heads/master | 2021-01-19T10:00:38.474213 | 2017-08-09T05:40:37 | 2017-08-09T05:40:37 | 87,810,764 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 795 | java | package se.snrn.brytoutbox.ui;
import com.badlogic.gdx.graphics.g2d.Batch;
import com.badlogic.gdx.graphics.g2d.BitmapFont;
import se.snrn.brytoutbox.GameState;
import se.snrn.brytoutbox.Renderable;
import se.snrn.brytoutbox.Updateable;
public class BricksLeftUi implements Updateable, Renderable{
private GameSta... | [
"fredriksson.pontus@gmail.com"
] | fredriksson.pontus@gmail.com |
5eb879c87f87ea068fd1311ae992a8fe22554e4e | 6b49394c0c01b72796d0b44f5f0d3bcab01714b1 | /src/member/controller/MemberController.java | f04c8361076b9e04aedc70b7026bf41eda63dc29 | [] | no_license | darkskyaa/-Gym | b32a6ab5707bc36f515290deeab99bb93e3ea9c3 | ff38a2346b7fadc2927785ed3b20f8ddfd61c622 | refs/heads/master | 2020-03-10T17:15:50.354333 | 2018-05-06T09:53:09 | 2018-05-06T09:53:09 | 129,495,843 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,524 | java | package member.controller;
import static util.Constant.BIRTH_DATE_FORMAT;
import java.util.Date;
import member.enums.MemberStatus;
import member.pojo.MemberBean;
import member.service.MemberService;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframe... | [
"ithan0117@gmail.com"
] | ithan0117@gmail.com |
2b95594448b3e054221d442cc1e51e35cfb82601 | 6067bbdf15ca9dadd175ce2920a5d0b97549b696 | /proyectoBase/src/main/java/com/usa/demo/controller.java | 62bb23c1b693e118425799dcf55b0bc5d69ec65f | [] | no_license | penadaniel/TicRetos | 8fa937a0515d33645ea4a9ff7f2c8b12475a01fa | 25237a82e4da0252360360921253d33e8967c2cb | refs/heads/master | 2023-09-04T00:24:34.775080 | 2021-11-02T22:06:28 | 2021-11-02T22:06:28 | 423,646,397 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 597 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.usa.demo;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.Reques... | [
"dniel.rx@gmail.com"
] | dniel.rx@gmail.com |
a5e3d640d338346a7e20447c7f5cdd7efa11709b | 9098a5ea9d2334c9796391d8be49f1320adcb58c | /src/com/mobin/thread/Example/BigFileDownloader.java | 46cdeaac744b472b120701d836fecc50b84ff44e | [] | no_license | shanyao19940801/Thread | 8ef174e3dad1fd3aeb4f5cb9fa4bf5e92d73bc40 | 0ce69d8f24973f349610162a667ea4d9571ca055 | refs/heads/master | 2021-01-20T00:04:53.415809 | 2018-03-09T02:00:28 | 2018-03-09T02:00:28 | 89,074,912 | 0 | 0 | null | 2017-04-22T14:16:54 | 2017-04-22T14:16:54 | null | UTF-8 | Java | false | false | 5,069 | java | package com.mobin.thread.Example;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.net.HttpURLConnection;
import java.net.URL;
import java.util.Properties;
import java.util... | [
"sqshanyao@163.com"
] | sqshanyao@163.com |
12c3f69a45a030974de239337fd4d612f354355d | 180e78725121de49801e34de358c32cf7148b0a2 | /dataset/protocol1/spoon/learning/4442/CtExecutableReference.java | 6e45fdcf3cfd1663b7b6ae4602a8cd9eb33208d6 | [] | no_license | ASSERT-KTH/synthetic-checkstyle-error-dataset | 40e8d1e0a7ebe7f7711def96a390891a6922f7bd | 40c057e1669584bfc6fecf789b5b2854660222f3 | refs/heads/master | 2023-03-18T12:50:55.410343 | 2019-01-25T09:54:39 | 2019-01-25T09:54:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,114 | java | /**
* Copyright (C) 2006-2018 INRIA and contributors
* Spoon - http://spoon.gforge.inria.fr/
*
* This software is governed by the CeCILL-C License under French law and
* abiding by the rules of distribution of free software. You can use, modify
* and/or redistribute the software under the terms of the CeCILL-C li... | [
"bloriot97@gmail.com"
] | bloriot97@gmail.com |
55a590dba797931987660fce035e65178f60be2b | e9f1077d58ed8511562253ce4c50f18b36832a4e | /src/main/java/com/renewal/weatherservicev2/service/raw_data/living_and_health/specific/UvIdxService.java | 96df4f78f4d0a6a8b7c3af67213b8549f7153db9 | [] | no_license | joypto/springboot-weather-app-renewal | 8c270eebde0512032dd0adb24e9d955e8202c986 | c666019fbd8a8a737758d7ca727865392e495c40 | refs/heads/main | 2023-08-22T23:27:36.843770 | 2021-11-06T13:46:31 | 2021-11-06T13:46:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,659 | java | package com.renewal.weatherservicev2.service.raw_data.living_and_health.specific;
import com.renewal.weatherservicev2.domain.entity.common.BigRegion;
import com.renewal.weatherservicev2.domain.entity.external.living_and_health.UvIdx;
import com.renewal.weatherservicev2.domain.vo.openapi.abstr.OpenApiRequestInterface;
... | [
"sooie35@gmail.com"
] | sooie35@gmail.com |
5b081cb5ceabfae8e6d621509ad9fcb217d60ac1 | 761f511f784fb6b7fee1fc47792f2a65d13a0099 | /MaiCRM/src/br/edu/facear/service/service_Cliente.java | fa5f037a4679ad22a72ca0d124f9d61517aab106 | [] | no_license | sant0sl/MyCRM | 835891d33de2ab4558daddb148d133e6f3b16a90 | b40ac7840a29bc8703abdee47f344e88bcec111a | refs/heads/master | 2021-06-25T14:25:15.282547 | 2017-09-13T00:11:44 | 2017-09-13T00:11:44 | 102,992,610 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 707 | java | package br.edu.facear.service;
import java.sql.SQLException;
import java.util.List;
import br.edu.facear.dao.ClienteDAO;
import br.edu.facear.model.Cliente;
public class service_Cliente {
private ClienteDAO cDao;
public service_Cliente() {
cDao = new ClienteDAO();
}
public void cadastrarCl... | [
"sant0@LeonardoSantos"
] | sant0@LeonardoSantos |
d49380e8f9487818361ba7ff6f794321d2b60603 | 35dec69e77693824489eb65e105548795482d60b | /src/uk/ac/bbk/dcs/l4all/beans/LearnDirectCourse.java | 8f0595f4e995cc224f171d6370dd438e1515f21c | [] | no_license | vanch3d/l4all-v4 | 5598416b8324cee332eeca36f729e0737d511a4a | f3a601ca279cf01dbe10fa3cb097643afe43959f | refs/heads/master | 2021-05-14T20:16:24.859641 | 2017-12-07T16:27:43 | 2017-12-07T16:27:43 | 113,472,843 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,916 | java | /*
* Copyright (C) 2005 Birkbeck College University of London
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This... | [
"nicolas.github@calques3d.org"
] | nicolas.github@calques3d.org |
19962ae28e2cf1b83cac7d707ff76ba4bf90bcdc | 6e8669465541b05111bd77e5b6e4d7ecb339b016 | /src/main/java/com/java/lhb/inherit/Son.java | bc385c5dbb7e8a928ff390a1f7ce7e0c33ae3f6e | [] | no_license | harryper/java-study | caf9f5d2a004329dbbe97ab2ff93f677c743e096 | 72b47d80d68212c45db71120e83096a0875f9652 | refs/heads/master | 2023-04-28T16:54:14.592106 | 2021-05-20T07:29:46 | 2021-05-20T07:29:46 | 288,411,052 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 438 | java | package com.java.lhb.inherit;
/**
* @author harryper
* @date 2021/5/7
*/
class Father {
public Father() {
this.out();
}
public void out() {
System.out.println("Father");
}
}
public class Son extends Father {
public Son() {
super();
}
@Override
public void out... | [
"liuhaibo60@crpower.com.cn"
] | liuhaibo60@crpower.com.cn |
25173032fbb7b7cc12173f9bee9529e311e9b986 | 9383963b71f18f901e83eb3ff19231aec455c5a7 | /src/main/java/com/sur_wis/wine_shop/model/entity/Accessory.java | be40827657e43ca5380516b5a2823b86184062db | [] | no_license | Verson9/java-wine | 2f45e994b388751ea17462274267936233f62a42 | 5f467035ae2fff05dcbd59a12782e0b2472d0a55 | refs/heads/master | 2022-11-19T12:35:43.837919 | 2020-07-25T13:12:41 | 2020-07-25T13:12:41 | 277,191,263 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,318 | java | package com.sur_wis.wine_shop.model.entity;
import lombok.*;
import javax.persistence.*;
//@AllArgsConstructor
//@NoArgsConstructor
//@ToString
//@Setter
//@Getter
@Entity(name = "accessories")
public class Accessory {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
@Column(nullable = false, nam... | [
"przemo.surma@gmail.com"
] | przemo.surma@gmail.com |
8ee6e06ce189c80d25988d2e87bb442cb1cea1fa | 96e1b8da3055f11dee3b907f903d5862cc6c33f5 | /app/src/main/java/iori/hdoctor/util/ResourceUtil.java | ed2114e7492efc14c65772cb69636a3ccdb9a0d7 | [] | no_license | hongery16888/hospital_doctor | a11bea14fdd496b9a4ecc9c558eb03c153d74105 | 480c69bb859346746c973b6e21584b48cb97a58b | refs/heads/master | 2021-01-01T05:38:31.110851 | 2015-09-17T15:15:45 | 2015-09-17T15:15:45 | 38,822,266 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,440 | java | package iori.hdoctor.util;
import android.content.Context;
import java.io.InputStream;
import java.lang.reflect.Field;
import iori.hdoctor.R;
public class ResourceUtil {
/**
* 获取Drawable ID
* @param name
* @return
*/
public static int getDrawable(String name){
int res=-1;
... | [
"hongery16888@qq.com"
] | hongery16888@qq.com |
71d798f957903647a4ba5d23eb6b51a715189eac | 96bd210c2ca349d2d2bdb6fcbd909780d81d8285 | /src/main/java/com/scs/zhihu/api/service/impl/ColumnsServiceImpl.java | ac1488b88fa80f168ba5bcedde1ba2f8ca9c7c94 | [] | no_license | WHL1998w/zhihu-api | d4780d9389670d335faa1ee635323cb1f12ae785 | 6d6580e2c69e4ac2de346cea895518148d3d4216 | refs/heads/master | 2022-07-05T20:17:23.970923 | 2020-01-21T14:33:46 | 2020-01-21T14:33:46 | 234,344,571 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 770 | java | package com.scs.zhihu.api.service.impl;
import com.scs.zhihu.api.entity.Columns;
import com.scs.zhihu.api.mapper.ColumnsMapper;
import com.scs.zhihu.api.service.ColumnsService;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
import java.util.List;
import java.util.Map;
/**... | [
"wanghuanle@qq.com"
] | wanghuanle@qq.com |
41033aa53b5afad6082888351303b60d9c8bc5ae | 2ce96a02088baf213b6a4e87438967a2da04bfed | /WearHelper/wear/src/main/java/com/tdt/project/wearhelper/BatteryStatusService.java | cfbbf2e7dfbac07cdc70afb06075f9b9f84911f2 | [] | no_license | JamesHuynIT/DoAn1 | 8950db9765fb90ab2deff2979cda75c648a45779 | 1d7b65e4a57052f2c1146b4be433bc1d62fc655d | refs/heads/master | 2021-01-01T05:22:32.047280 | 2016-05-21T00:54:40 | 2016-05-21T00:54:40 | 56,674,741 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,812 | java | package com.tdt.project.wearhelper;
import android.app.IntentService;
import android.app.Notification;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v4.app.NotificationCompat;
import android.support.v4.app.NotificationManagerCompat;
import an... | [
"nhanhuynhit119@gmail.com"
] | nhanhuynhit119@gmail.com |
db1a8b2fedc8b5d996e999a685ea04a1ec12ca30 | 9e453904742c5122a5afd2fb6eac1ccd64c8540a | /Obligatorio/src/uy/ort/ob2018_1/Sistema.java | b4f20ac1480392447c7019b5c325529df12bb395 | [] | no_license | YessyAlvarez/Algoritmos2 | 1084c6c89a6da393c0f9c2e0a97380f6de8f1b75 | d21eed3851786210d12ff99091cd9565e4981087 | refs/heads/master | 2020-03-11T10:05:11.785869 | 2018-04-24T15:22:36 | 2018-04-24T15:22:36 | 129,931,831 | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 2,268 | java | package uy.ort.ob2018_1;
import uy.ort.ob2018_1.Retorno.Resultado;
public class Sistema implements ISistema {
private Lista ListaABC;
private Lista RankinPalabras;
private int maxCPalabras;
public Retorno inicializarSistema (int maxPalabras) {
Retorno retorno = new Retorno();
maxCPalabras = maxPalabra... | [
"yalvarez@hg.com.uy"
] | yalvarez@hg.com.uy |
ed134f1597b9df5dac6dd9052ce7f4243e805dc3 | 68ab52f45505af4cf04c0f4112b12a24b085267e | /app/src/main/java/com/example/sub4movieandtv/Model/TVRespon.java | 437308eec0e86aef3b6bc43ae36174ea1b5e0d59 | [] | no_license | Sukriadi/SUB3MovieAndTV | eff0dadeb0715573f6246f7225acba8ff657a894 | 3700686a3225bc6c64b1bc690a98f0e74ee84f6b | refs/heads/master | 2020-08-16T08:23:31.017120 | 2019-10-16T07:01:09 | 2019-10-16T07:01:09 | 215,479,409 | 0 | 1 | null | 2019-10-29T06:20:43 | 2019-10-16T07:01:12 | Java | UTF-8 | Java | false | false | 315 | java | package com.example.sub4movieandtv.Model;
import com.example.sub4movieandtv.TV;
import java.util.List;
public class TVRespon {
private List<TV> results;
public List<TV> getResults() {
return results;
}
public void setResults(List<TV> results) {
this.results = results;
}
}
| [
"adhi.sulsel@gmail.com"
] | adhi.sulsel@gmail.com |
ba71c24253925b116c51bd9ed0115c7ba605b453 | 5ceb61e17f347ea565e7f9fd58c402e0c4654e64 | /app/src/main/java/com/tourwith/koing/CardSlider/ViewUpdater.java | 3010692e50ee69d49447ad65474f42041a7a3065 | [] | no_license | Lahavas/Koing_Android | 053881802de58167d2ae2b11284791ccbede8e1f | 8e0af40b83ded8e1eb3439a45fe07c95b7386493 | refs/heads/master | 2021-09-24T21:56:45.455927 | 2018-10-15T11:02:36 | 2018-10-15T11:02:36 | 106,386,035 | 3 | 3 | null | 2018-02-21T09:12:28 | 2017-10-10T07:54:40 | Java | UTF-8 | Java | false | false | 545 | java | package com.tourwith.koing.CardSlider;
import android.support.annotation.Nullable;
import android.view.View;
/**
* Card transformer interface for {@link CardSliderLayoutManager}.
*/
public abstract class ViewUpdater {
protected final CardSliderLayoutManager lm;
public ViewUpdater(CardSliderLayoutManager l... | [
"uv187sn@naver.com"
] | uv187sn@naver.com |
5e63d62a68553a903e806b4ddf53718120f2b625 | 3fbb8ec7036908a06c4c5322cec28df73c4001cc | /src/main/java/challenges/BinarySearch.java | 4a51f80fce404b90b2c353513479c56e8a0c2443 | [
"MIT"
] | permissive | JessZuchowski/data_structures_algorithms | 0faad143c8d2fa305842744120d6fbadb2829bbb | c8db10a50a782f44756b47e6d8a79063957a8494 | refs/heads/master | 2020-05-14T12:02:27.232711 | 2019-04-25T04:29:02 | 2019-04-25T04:29:02 | 181,787,013 | 0 | 0 | MIT | 2019-06-06T16:40:21 | 2019-04-17T00:22:22 | Java | UTF-8 | Java | false | false | 1,209 | java | package challenges;
public class BinarySearch {
public static void main (String[] arg){
//tests
System.out.println(binarySearch(new int[] {2, 4, 6, 8, 10}, 7));
binarySearch(new int[] {2, 4, 6, 8, 10}, 7);
System.out.println(binarySearch(new int[] {2, 4, 6, 5, 8, 10}, 4));
... | [
"jess.zuchowski@gmail.com"
] | jess.zuchowski@gmail.com |
1172f55ec1f8008c71b2e785bb0827014bf191ed | 08f01d27cd085538ecff44e3ea666567ea6c6fa4 | /Tema ObjectContainer/src/SortByName.java | 8e5d8fd59ac05c0b31ec33ce268b0bf995812b2b | [] | no_license | popaserban53/Teme-Java | 1ce20b77d79be852865be8f97a52882466b71ccc | 10d496417f310e764140395433e7110f83f4fe90 | refs/heads/master | 2020-04-06T19:32:08.606698 | 2018-12-06T18:30:12 | 2018-12-06T18:30:12 | 157,740,404 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 205 | java | import java.util.Comparator;
public class SortByName implements Comparator<Person> {
@Override
public int compare(Person a, Person b) {
return a.getName().compareTo(b.getName());
}
}
| [
"serbi_popa@yahoo.com"
] | serbi_popa@yahoo.com |
cd77af932b12bcfe85a46c27e51a9d1fbc5d842c | ebd97859d72e81f24914afbc3e0dca82cdb1ff73 | /gmall-gateway/src/main/java/com/qinshi/gmall/gateway/config/JwtProperties.java | b36bc06b1eb14a78aac635b4652364a5c5b98cd2 | [] | no_license | dageerplus/gmall-2021 | 5d7c4d4f31218f6f6de1db2b5c4539ef30fd4d4d | 389b254c4c2a97c5e098527ae132d96cc0bb5edd | refs/heads/master | 2023-03-08T01:48:20.248586 | 2021-02-05T02:46:42 | 2021-02-05T02:46:42 | 334,803,962 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 632 | java | package com.qinshi.gmall.gateway.config;
import com.qinshi.core.utils.RsaUtils;
import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;
import javax.annotation.PostConstruct;
import java.security.PublicKey;
@ConfigurationProperties(prefix = "jwt.token")
@Data
public class JwtP... | [
"1075073101@qq.com"
] | 1075073101@qq.com |
032a324f924f424250e27a3c240ffa19c6a39e02 | 602f6f274fe6d1d0827a324ada0438bc0210bc39 | /spring-framework/src/main/java/org/springframework/web/filter/HttpPutFormContentFilter.java | 74664a9cca0d77036251d9ce96760fb381ffd9b3 | [
"Apache-2.0"
] | permissive | 1091643978/spring | c5db27b126261adf256415a0c56c4e7fbea3546e | c832371e96dffe8af4e3dafe9455a409bfefbb1b | refs/heads/master | 2020-08-27T04:26:22.672721 | 2019-10-31T05:31:59 | 2019-10-31T05:31:59 | 217,243,879 | 0 | 0 | Apache-2.0 | 2019-10-24T07:58:34 | 2019-10-24T07:58:31 | null | UTF-8 | Java | false | false | 5,642 | java | /*
* Copyright 2002-2012 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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | [
"784990655@qq.com"
] | 784990655@qq.com |
d6d7e5215cb0f4b334de38024d16c663a8d83041 | bb7698f407e2d1ef029d72d021325a9093447b77 | /Back/domain/model/src/main/java/co/com/sofka/model/consulta/entity/usuario/Usuario.java | 2f8321d1d8fac94804b5ceadfe48304322d18ca6 | [] | no_license | juank9225/AtencionPokemonBackend | 948580ff5a803655322e0c56da65eda6b8b8bc12 | 8e7c94cc30683fce14daee5e60aadda495895776 | refs/heads/main | 2023-06-20T22:31:30.335847 | 2021-08-02T23:37:16 | 2021-08-02T23:37:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,220 | java | package co.com.sofka.model.consulta.entity.usuario;
import co.com.sofka.model.consulta.values.valueobjectuser.*;
import lombok.Builder;
import lombok.Data;
@Data
@Builder(toBuilder = true)
public class Usuario {
private String id;
private Identificacion identificacion;
private Nombre nombre;
private Ap... | [
"juank9225@gmail.com"
] | juank9225@gmail.com |
bc9f3affaba7f270ae608bffacf58f459bc6ee27 | 666a8c16ba6a82cfcbfe41286577cc1b5b17da34 | /src/main/java/com/augustsextus/gunmod/GunModClient.java | 234b4d61c0f86cabf4a3bab1f41f47fff9e36390 | [
"CC0-1.0"
] | permissive | PerryThe-Platypus/Gun-mod | 789e08ec30dae73bd480190e3195ab4b329ba0ce | 06acb41755c84270cdbb5301c53c5ac35d68ceaa | refs/heads/main | 2023-07-24T02:21:27.979250 | 2021-09-02T06:38:29 | 2021-09-02T06:38:29 | 401,966,800 | 0 | 0 | CC0-1.0 | 2021-09-02T06:31:32 | 2021-09-01T07:12:18 | Java | UTF-8 | Java | false | false | 4,105 | java | package com.augustsextus.gunmod;
import com.augustsextus.gunmod.items.Gun;
import com.augustsextus.gunmod.mixin.TickMixin;
import com.augustsextus.gunmod.registry.EntityRegistry;
import net.fabricmc.api.ClientModInitializer;
import net.fabricmc.fabric.api.client.rendereregistry.v1.EntityRendererRegistry;
import net.fa... | [
"63395539+PerryThe-Platypus@users.noreply.github.com"
] | 63395539+PerryThe-Platypus@users.noreply.github.com |
d9ab524a1a80c8c7c68ed8fc23b6e4e7dc08aa3c | 8f59976fbb890043823a57ec53ddeeaaff233313 | /src/java/grafociclotour/modelo/GrafoAbstract.java | a4b8bd161bd1dabb3b1899aae1e409d68bf0dee0 | [] | no_license | santbetv/GrafoCicloTour_Java_EE_Grafo_Algoritmo_de_Dijkstra | d76b7444f92ce8623a83b47480e44e0a6198a04c | 016acf31e9ff5cd309671df0b3fa6289d8005cbd | refs/heads/master | 2023-01-12T04:40:25.099241 | 2018-10-21T03:28:21 | 2018-10-21T03:28:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,285 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package grafociclotour.modelo;
import grafociclotour.excepciones.GrafoExcepcion;
import java.io.Serializable;
import java.util.ArrayLi... | [
"santiago-betancur@hotmail.com"
] | santiago-betancur@hotmail.com |
47cfbcc23778ecad2af91f1f8bf105bb82dad785 | 6125ffe2cb03d150f5b876df4916b8bc4f5df204 | /weather-app-android/Weatherify/app/src/main/java/com/appolica/weatherify/android/ui/activity/settings/WindSwitchAdapterListener.java | 03c656d7630f5ee742f2b9a12792a652b8c0d8fd | [] | no_license | rokn/MiscProgramming | fab619225123f84e978c2a5b628e32f722b00574 | d34d3328d807963b035a3b5b1e912b09b4345548 | refs/heads/master | 2021-01-01T06:01:19.951804 | 2018-10-08T08:28:58 | 2018-10-08T08:28:58 | 97,329,706 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,593 | java | package com.appolica.weatherify.android.ui.activity.settings;
import android.content.Context;
import com.appolica.weatherify.android.preferences.units.SpeedUnit;
import java.util.Arrays;
/**
* Created by Bogomil Kolarov on 03.11.16.
* Copyright © 2016 Appolica. All rights reserved.
*/
public class WindSwitchAda... | [
"amindov@abv.bg"
] | amindov@abv.bg |
e4f9b19336f8b341075bc57f922e14cb8baccfde | 12ffabfded16148972f00085004250e3c00d74e3 | /decoding.java | 9e71cf1ada986c56cdd885ca57ab243f023d9cdc | [] | no_license | KundellaRamana/LZW | f4b2aa954ae763c36c6885076e21188c7abc0ac2 | 0e83075f8d587664bf9c6c735516405572b5f80b | refs/heads/master | 2021-01-11T11:19:30.545050 | 2017-01-11T06:55:41 | 2017-01-11T06:55:41 | 78,611,428 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,741 | java | import java.util.*;
import java.io.*;
public class HelloWorld {
public static void main(String []args) throws Exception{
int HVALUE = 27,l=0,m=0,z=0,g=0,i=0,j=0,k,c=0,p=2,alt=0;
String st;
// File file = new File("D:\\testing2.txt");
// file.createNewFile();
... | [
"ramanakumar619@gmail.com"
] | ramanakumar619@gmail.com |
09d35a8c4c876dc7b357f06b29377469f7978091 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Chart/4/org/jfree/data/category/DefaultCategoryDataset_addValue_235.java | b7238a7136516cae04a0cc447cf4173b180b5679 | [] | no_license | hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618255 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | null | UTF-8 | Java | false | false | 795 | java |
org jfree data categori
implement link categori dataset categorydataset
default categori dataset defaultcategorydataset abstract dataset abstractdataset
... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
13d270f24f7ab22b49655d8696932fa78e8af154 | ca0fabe6f1f48281951796e715329d9e87c0ff8c | /com.icteam.loyalty.common/src/com/icteam/loyalty/common/model/Operator.java | a5827617b392dd3c692d1f0c335541bf769f9e68 | [] | no_license | Danipiario/com.icteam.loyalty | 11ed58d3764798528c6949f51c3babaea087438f | f2bb4fb0e01552b336bcf860dd111862d8727316 | refs/heads/master | 2020-04-12T06:43:13.519169 | 2016-10-01T19:52:05 | 2016-10-01T19:52:05 | 60,277,192 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,803 | java | package com.icteam.loyalty.common.model;
import static com.querydsl.core.types.PathMetadataFactory.forVariable;
import java.sql.Types;
import javax.annotation.Generated;
import com.querydsl.core.types.Path;
import com.querydsl.core.types.PathMetadata;
import com.querydsl.core.types.dsl.NumberPath;
import com.queryd... | [
"daniele.pirola@gmail.com"
] | daniele.pirola@gmail.com |
786823920510334c0948150f6d0ed9c3fcdacbd1 | 65d927b9641e3269a6af2c64267a05064c8a6fef | /PizzeriaAdmin/src/fi/omapizzeria/sivusto/bean/Pizza.java | 19e81b9d75bd5a646d4c60a80c0d6fc25581b9f7 | [] | no_license | redohke/puna | 27254411fad7a107bebe4606a9ba01c3d0e23c05 | 05725b28023191ff5902f06373168fd18383aa3e | refs/heads/master | 2021-01-01T19:51:31.517561 | 2015-01-28T08:38:33 | 2015-01-28T08:38:33 | 24,315,849 | 0 | 2 | null | 2014-12-01T12:48:17 | 2014-09-22T05:47:48 | Java | ISO-8859-1 | Java | false | false | 1,077 | java | package fi.omapizzeria.sivusto.bean;
import java.util.List;
/**
* Tämä luokka sisältää Pizza olion tietosisällön.
*
* @author Aleksi, Joona
*
*/
/**
* Pizza.java on Tuote -luokan aliluokka.
*/
public class Pizza extends Tuote {
/**
* Juoma.java on Tuote -luokan aliluokka
*/... | [
"joukkue.red@gmail.com"
] | joukkue.red@gmail.com |
d4ab3b1ea6dbf81d2d696a5a093f43aae1618ec8 | 9cd0ee3863fd6b93d359f34c04ae7fb3c35e5228 | /src/main/java/com/anggaari/errorhandling/simpleerror/Main.java | d285fa70fcc2553a3824f4584e8b9faa77f38d78 | [] | no_license | anggadarkprince/java-retrofit2 | 91ceb8ff8f4545cbb8b0c9ac875298ad8db163c1 | b7fd33013409cf2d80fb4fef21a0bdc27ba549f0 | refs/heads/main | 2023-07-01T08:44:45.647767 | 2021-08-06T07:41:37 | 2021-08-06T07:41:37 | 389,013,974 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,583 | java | package com.anggaari.errorhandling.simpleerror;
import com.anggaari.basic.sustainableclient.ServiceGenerator;
import com.anggaari.request.synchasync.TaskService;
import com.anggaari.request.synchasync.Todo;
import retrofit2.Call;
import retrofit2.Callback;
import retrofit2.Response;
public class Main {
public sta... | [
"anggadarkprince@gmail.com"
] | anggadarkprince@gmail.com |
fdd656d2eb8014b0566ddae5a3fee99993e9e798 | cad4f947dbb6f1ef7f6d531aaf725ec4b8c7986e | /arcusApp/app/src/main/java/arcus/app/subsystems/history/controllers/HistoryCardController.java | d977aec9a69763aacb3a872a55aa9f7fb996c01d | [
"Apache-2.0"
] | permissive | pupper68k/arcusandroid | 324e3abbd2f3e789431c7dcac1d495c262702179 | 50e0a6d71609bf404353da80d8e620584cc818d3 | refs/heads/master | 2020-07-28T17:23:04.035283 | 2019-02-28T17:52:25 | 2019-02-28T17:52:25 | 209,477,977 | 0 | 0 | Apache-2.0 | 2019-09-19T06:24:01 | 2019-09-19T06:24:00 | null | UTF-8 | Java | false | false | 3,155 | java | /*
* Copyright 2019 Arcus Project.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | [
"b@yoyo.com"
] | b@yoyo.com |
3fcc6cc240f5172f32418d92837bb1c11a171777 | 80bdcfb44ccee219ac85bd4027c256082f3bbcd9 | /Baskel/src/GestionCategories/ShowCategoryController.java | 42ba3c2e1114c8cfa6df0d811a546a102e1ab315 | [] | no_license | 01Skymoon01/Baskel_PIDev | dd1c7f39737635e59e56a0014988d11524521664 | a3cfeb5182f0aa939b605cd1192f41ed63e01219 | refs/heads/master | 2022-10-19T02:49:42.342385 | 2020-06-10T03:23:44 | 2020-06-10T03:23:44 | 270,865,694 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,966 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package GestionCategories;
import Entite.Categories;
import Entite.Produits;
import ServiceProduits.ServiceProduits;
import java.io.I... | [
"nour.khedher@esprit.tn"
] | nour.khedher@esprit.tn |
b326645affb56ae92ab731d69bedddb2ef32deda | 954bd8c43237b879fdd659a0f4c207a6ec0da7ea | /java.labs/jdnc-trunk/src/ovisvana/demo/SimpleTreeModel.java | 3646c5acfca83e66308b77eb4d3b9b2f54f451f0 | [] | no_license | bothmagic/marxenter-labs | 5e85921ae5b964b9cd58c98602a0faf85be4264e | cf1040e4de8cf4fd13b95470d6846196e1c73ff4 | refs/heads/master | 2021-01-10T14:15:31.594790 | 2013-12-20T11:22:53 | 2013-12-20T11:22:53 | 46,557,821 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,111 | java | package demo;
import com.exalto.TreeTableModel;
import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
import org.w3c.dom.Element;
/* For creating a TreeModel */
import javax.swing.tree.*;
import javax.swing.event.*;
import java.util.*;
import org.w3c.dom.Document;
import org.w3c.dom.NamedNodeMap;
import ... | [
"markus.taubert@c8aec436-628a-29fb-4c76-4f2700b0ca23"
] | markus.taubert@c8aec436-628a-29fb-4c76-4f2700b0ca23 |
9845729400c3793f9eda23e0dd94ac5f0774117c | 1da8731ee655b548c9fd84010189a279b1e595fe | /app/src/main/java/ch/chupa/sacchetti/myfragmentapp/Controllers/Activities/DetailActivity.java | b26e73a7851bba07b7e9da7751f964a6bc1ab29a | [] | no_license | et-psi/OpenClassRoomsMyFragmentApp | d8a76eb350dc70727cf14925d56965602ad361de | ad3d4a554d0405111972c02f271e8c32efa3baff | refs/heads/master | 2021-01-25T13:41:57.448986 | 2018-03-03T15:21:43 | 2018-03-03T15:21:43 | 123,607,522 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,098 | java | package ch.chupa.sacchetti.myfragmentapp.Controllers.Activities;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import ch.chupa.sacchetti.myfragmentapp.Controllers.Fragments.DetailFragment;
import ch.chupa.sacchetti.myfragmentapp.R;
public class DetailActivity extends AppCompatActivity {
... | [
"plinio.sacchetti@heig-vd.ch"
] | plinio.sacchetti@heig-vd.ch |
8d3448d6b3892415191327da99c0790da3faaef2 | 5cd1e352400af63dc8d069a69e4d2ac2c4c4872b | /app/src/main/java/com/example/chatappfcm/Activities/Models/Chat.java | 867add74994ea60e7a139e97d05b7bfbc7314529 | [] | no_license | arslankhalidjanjua/FcmChatAppArslan | fbf461da6205f20c968899c675105da12ebb430d | 58593a9d467f9cb1efedcc32bce0e57f5ed200f6 | refs/heads/master | 2022-12-24T16:14:09.775936 | 2020-09-25T14:49:37 | 2020-09-25T14:49:37 | 298,558,545 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 796 | java | package com.example.chatappfcm.Activities.Models;
public class Chat {
public String sender;
public String reciever;
public String message;
public Chat() {
}
public Chat(String sender, String reciever, String message) {
this.sender = sender;
this.reciever = reciever;
... | [
"janjua1888@gmail.com"
] | janjua1888@gmail.com |
78843f8eef7bcb874d82ed974c92eb0290a0bf31 | a2e2619c8f3575e5924caa8a2152fe412ced2ebe | /src/main/java/net/crtrpt/c2jvm/Main.java | f0d9767bbc41eaad7b2a2b81195ad215750901a9 | [] | no_license | whisper-language/whisper-jvm | 58643846984056cda2ac43587c7925caad9aba95 | 7d2223dfe5df7265799bb6bbe966847417526231 | refs/heads/main | 2023-05-25T09:38:58.201611 | 2021-06-02T12:52:41 | 2021-06-02T12:52:41 | 368,229,571 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,606 | java | package net.crtrpt.c2jvm;
import net.crtrpt.gen.TLLexer;
import net.crtrpt.gen.TLParser;
import org.antlr.v4.runtime.CharStreams;
import org.antlr.v4.runtime.CommonTokenStream;
import org.antlr.v4.runtime.tree.ParseTree;
import org.objectweb.asm.ClassReader;
import org.objectweb.asm.ClassVisitor;
import org.objectweb... | [
"945627077@qq.com"
] | 945627077@qq.com |
db87023ac2792984852891d1fc4f89d229524e6b | 1326913183ba62c5b9564305dbbb5373c5f288fc | /src/com/hankcs/nlp/dependence/CoNll/CoNLLLoader.java | a56cdf890d788b215af5dc411feb15d7c3f4e78b | [
"Apache-2.0"
] | permissive | binzhihao/DeepHanLP | 22c5e145570a5fa1968010d551497d48a8d4f97d | b4e16b27679e016490802a5a363fc9afcd24a677 | refs/heads/master | 2020-03-17T13:52:40.732464 | 2018-05-16T11:58:43 | 2018-05-16T11:58:43 | 133,648,332 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 921 | java | package com.hankcs.nlp.dependence.CoNll;
import com.hankcs.nlp.dependence.io.IOUtil;
import java.util.LinkedList;
/**
* CoNLL是NLP领域著名的评测每年举办NLP领域的赛事。这部分移植用来做一些基准测试。2018.03.01
* CoNLL格式依存语料加载
*
* @author hankcs
*/
public class CoNLLLoader {
public static LinkedList<CoNLLSentence> loadSentenceList(String path... | [
"binzhihao@outlook.com"
] | binzhihao@outlook.com |
dce6314478860f479288ecf3e8bdbfb041df843e | 73776c497c7aa03d30e9a9850aebfe6c62893370 | /app/src/main/java/com/example/firebasemashaallah/TanamanViewHolder.java | 416c4e674b2681d1b8c48b016adc60527164fb7f | [] | no_license | navalinovian/FirebaseMashaAllah | ddb06739f9bf946c276c5f591ba25db74c6985cf | 0b51777f011caf3e4caf8a0036676247d8a8f824 | refs/heads/master | 2020-09-29T20:56:43.626328 | 2019-12-10T14:28:37 | 2019-12-10T14:28:37 | 227,121,180 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 979 | java | package com.example.firebasemashaallah;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
public class TanamanViewHolder extends RecyclerView.ViewHolder {
public TextView tvNama;
pu... | [
"viansatria57@gmail.com"
] | viansatria57@gmail.com |
1fe8b72fca5689d48dbfb8a81c1b8faa5d58f45f | d550ee10b64e6502d97a919e46ee5bf367a0940a | /src/java_collections/collections/ArrayListExample2.java | e05d2a78e5e57bb3ef17a2acb16ade1a440b763f | [] | no_license | smaltamash/java-learning-core | 93101ffc00c817c12dfbdeda7f679f20742b2a50 | 37dedeb8d8db74cb271e71d0ee5ed1360b53bbf7 | refs/heads/master | 2020-04-05T15:18:57.670672 | 2018-11-10T09:15:11 | 2018-11-10T09:15:11 | 156,962,178 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 404 | java | package java_collections.collections;
import java.util.ArrayList;
import java.util.Iterator;
public class ArrayListExample2
{
public static void main(String[] args)
{
ArrayList<String> list=new ArrayList<String>();
list.add("Ranjana");
list.add("Vineeta");
list.add("Saniya");
list.add("Anjli");
Iterator ... | [
"44392139+smaltamash@users.noreply.github.com"
] | 44392139+smaltamash@users.noreply.github.com |
c8981919beabd513a6e28f7ae33c0ba6110c77aa | 52280cf6517f27bde1ad70037bc20f9aaa01d6c5 | /src/com/google/zxing/common/CharacterSetECI.java | 2ee496bc0cf59fb56accfaeb29ebafd51a79bf64 | [] | no_license | xiangyong/JDMall | 7730ae3395a44d03387f4d4075a1b2c8870c23be | 5ce5a7870e87a67cad500903bc169cd266b5a2e9 | refs/heads/master | 2021-01-16T18:13:41.254336 | 2014-02-26T09:59:08 | 2014-02-26T09:59:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,832 | java | package com.google.zxing.common;
import com.google.zxing.FormatException;
import java.util.HashMap;
import java.util.Map;
public enum CharacterSetECI
{
private static final Map<String, CharacterSetECI> NAME_TO_ECI;
private static final Map<Integer, CharacterSetECI> VALUE_TO_ECI;
private final String[]... | [
"13718868826@163.com"
] | 13718868826@163.com |
fb282c9b08610cc711e50a3d6c7baf91bccebf9f | 2bcac77e28f4a86c1fceef1994cd799f13d98b62 | /src/main/java/com/manhnv/model/dto/BaseDTO.java | 213e04ff624e13c238e86f9e0d072eb3aa08ba83 | [] | no_license | nvmanh/bookshop | d25d20b4f9d2b50b08aa3c62d47f0707eba3d82f | 322594a9d882cfd22a8c4e199df80c94bee0bebe | refs/heads/master | 2021-03-06T04:42:06.383448 | 2020-05-05T07:32:59 | 2020-05-05T07:32:59 | 246,179,535 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 302 | java | package com.manhnv.model.dto;
import java.io.Serializable;
import com.google.gson.Gson;
public class BaseDTO implements Serializable {
/**
*
*/
private static final long serialVersionUID = -4016309799865982114L;
@Override
public String toString() {
return new Gson().toJson(this);
}
}
| [
"manhnv@ominext.com"
] | manhnv@ominext.com |
f9995feaee47e8db488cfa5e4bb7ed71bd3c8659 | 40f0321ee37528aeb2c452c2caf03b2e95a26543 | /src/main/java/eu/learnpad/monitoring/glimpse/services/ServiceLocator.java | bf012f752d8da5563d134d79c50c2f82c84c5b0e | [] | no_license | tomjorquera/lp-monitoring | 513a330c4e71d2eb5b3ad3e923ae8e5ed693c42f | ae38a1677add3c74fa7baf515785498f699dfe16 | refs/heads/master | 2021-01-22T21:41:16.943243 | 2015-07-16T13:10:04 | 2015-07-16T13:21:47 | 39,186,884 | 0 | 0 | null | 2015-07-16T08:54:26 | 2015-07-16T08:54:26 | null | UTF-8 | Java | false | false | 987 | java | package eu.learnpad.monitoring.glimpse.services;
import javax.xml.soap.SOAPConnection;
import javax.xml.soap.SOAPMessage;
/**
* @author Antonello Calabrò
* @version 3.3
*
*/
public abstract class ServiceLocator extends Thread {
protected abstract SOAPConnection createConnectionToService();
protected ab... | [
"antonello.calabro@isti.cnr.it"
] | antonello.calabro@isti.cnr.it |
511651d7e64b62745d256c10518423ee5222f8e4 | 3036fcc6108eab765b8f195430ca3b93165404b6 | /1/Separate.java | 28ae0bdb7bbfcf18fcd36f590d0b5952f2cb225b | [] | no_license | koorochka/java-courses | f76db2dda3f49f9ff12188ed381c20e722096f8c | 017c1dce3e5549d59bd32f1187d03d6ade25947d | refs/heads/master | 2021-05-04T11:37:25.518756 | 2016-08-30T18:29:07 | 2016-08-30T18:29:07 | 55,257,021 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 351 | java | public class Separate{
public static void main(String[] args)
{
System.out.println("Test Separate function on my computer throw java");
float result = 0;
float first = Float.valueOf(args[0]);
float second = Float.valueOf(args[1]);
result = first / second;
System.out.println("Result: " + first + " / " + ... | [
"Артём Курочка"
] | Артём Курочка |
e0f2271d584165d8d67d537bc84dab7d5526da8d | 55a019582188c62ed5b8b64f4ba5b7c11145f574 | /TestLeaning1/src/Test/Test.java | 32d1d7f488c375fba468fd5c5ceb618cb5db1a8a | [] | no_license | UKCHIRU/git-test1 | 91f39b72e817970a0301962bfddb3ce350e2427f | 84f883dd75ffbb698f99dbe8f7f7338d998eade2 | refs/heads/master | 2021-05-13T23:22:08.921404 | 2018-01-14T21:25:41 | 2018-01-14T21:25:41 | 116,511,781 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 264 | java | package Test;
public class Test {
public static void main(String[] args) {
// TODO Auto-generated method stub
System.out.println(System.getProperty("user.name"));
System.out.println("success");
System.out.println("success1");
syso;
}
}
| [
"uday.veeramaneni@cerner.com"
] | uday.veeramaneni@cerner.com |
c9ffede6dcece191c6c4f02845d8079768858b42 | 7b0cb1c8ae4d9b10925a9aa2b875bd76d3538958 | /src/javakisoensyu04/Student.java | 48da09a98fa0b4d393b76c528949cd69de2bcbb9 | [] | no_license | yh01/kadai | ff23e49964d73f61a6395d4021ccf88f7432777f | c05f75b4ab4cdd5a8ccad720ac5a44c1dbff9d0d | refs/heads/master | 2021-01-10T01:15:15.872357 | 2016-01-27T15:24:43 | 2016-01-27T15:24:43 | 50,290,401 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 904 | java | package javakisoensyu04;
public class Student {
String name;
private int kokugo,sansu;
public Student(String name){
this.name = name;
System.out.println("氏名:" + this.name);
}
public Student(String name,int kokugo,int sansu){
this.name = name;
this.kokugo = kokugo;
this.sansu = sansu;
Sy... | [
"ホシ@yuki"
] | ホシ@yuki |
1879d9e501ff83ca839873e732207f76e7512fdf | 60a890fe6145eccefafe1947a04f131a04ab352c | /src/main/java/io/safemapper/configuration/MappingConfiguration.java | b045875b295e251620bdebf4fa19162fd1f00a7c | [] | no_license | Pinkikvk/safemapper | 5fdac7649302bfaa66bc38498e1830f5255b31dc | bc1bd297165d0264d522c761b96901e5f9b33c02 | refs/heads/master | 2023-06-01T13:15:27.830442 | 2021-06-16T19:44:06 | 2021-06-16T19:44:06 | 332,877,096 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,664 | java | package io.safemapper.configuration;
import io.safemapper.configuration.builder.MapperBuilder;
import io.safemapper.configuration.field.BasicFieldMappingConfiguration;
import io.safemapper.configuration.field.ConvertFieldMappingConfiguration;
import io.safemapper.configuration.field.FieldMappingConfiguration;
import i... | [
"pinkikvk@gmail.com"
] | pinkikvk@gmail.com |
8643af7d460b51420cea94a1c1fde231d4df9f67 | e5f52b57e14844b47a039521acdc88afbb012efe | /SpringPRJ/src/poly/service/INoticeService.java | 7214dda511d2cc38cdae5d8005e23dfa2050077c | [] | no_license | lsb180126/project2 | 1f197ff637f73a450cf1d9c7ac078582542f67da | 8ea7f25dc54fe19a65525943fd8a8ef6d5e92855 | refs/heads/master | 2022-11-17T06:47:40.616874 | 2019-09-16T04:03:45 | 2019-09-16T04:03:45 | 194,187,554 | 0 | 0 | null | 2022-11-16T04:55:46 | 2019-06-28T01:44:33 | HTML | UTF-8 | Java | false | false | 121 | java | package poly.service;
import java.util.List;
import poly.dto.NoticeDTO;
public interface INoticeService {
}
| [
"data8311-19@DESKTOP-JP980KF"
] | data8311-19@DESKTOP-JP980KF |
2802105a7b966373fef879677c9875d3ebbd6440 | 9f30fbae8035c2fc1cb681855db1bc32964ffbd4 | /Java/zhaojunzhao/Task3/src/main/java/com/mutesaid/service/WorkService.java | 98164eddd7f80f845afb529071ec8014ce9f8408 | [] | no_license | IT-xzy/Task | f2d309cbea962bec628df7be967ac335fd358b15 | 4f72d55b8c9247064b7c15db172fd68415492c48 | refs/heads/master | 2022-12-23T04:53:59.410971 | 2019-06-20T21:14:15 | 2019-06-20T21:14:15 | 126,955,174 | 18 | 395 | null | 2022-12-16T12:17:21 | 2018-03-27T08:34:32 | null | UTF-8 | Java | false | false | 1,157 | java | package com.mutesaid.service;
import com.mutesaid.pojo.Work;
import org.springframework.stereotype.Service;
import java.util.List;
@Service
public interface WorkService {
/**
* 根据提供的参数查找作品
* @param name 作品标
* @param status 作品向下架状态1/0
* @return 作品列表
*/
List<Work> getWorkList(String na... | [
"noreply@github.com"
] | IT-xzy.noreply@github.com |
7822bfe05b620bf4b5e59bcbbb4e9a9db4261546 | b2bad3b752ba8d03848ceec5c7244cf73c2e8e05 | /src/kr/pe/kingori/sample/signup/MainActivity.java | df2edf3f9c2b7633f52f1df64c10acc170a7da73 | [] | no_license | zzazang/signup_sample_fragment | 16280b99516fda423e448e713c6789e081760a3e | e769a863a0cabe06b1f152ad6ec54a96f93a958b | refs/heads/master | 2020-12-25T10:41:20.091434 | 2012-05-16T08:27:30 | 2012-05-16T08:27:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,870 | java | package kr.pe.kingori.sample.signup;
import java.util.HashMap;
import java.util.Map;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentActivity;
import android.support.v4.app.FragmentManager;
import andro... | [
"kingori@gmail.com"
] | kingori@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.