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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9c196a7af21e0947b946bb7f72585b4420243e62 | c48b3d12820f2537297ab9c3b3f2e28c20114cbc | /src/main/java/com/uay/elasticsearch/clients/springdata/BlogpostSpringDataRepository.java | 316fdfc673b42c81bd15acdfc490d769d870a5ba | [] | no_license | terrafant/es-feeder | a88f0dcbc563366b9d0384c6d9a5731dd4223d38 | 99f29d4663c77aae23404db3df30922be3be506e | refs/heads/master | 2021-01-21T13:08:27.289582 | 2016-04-17T09:23:03 | 2016-04-17T09:23:03 | 54,430,175 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 279 | java | package com.uay.elasticsearch.clients.springdata;
import com.uay.elasticsearch.model.Blogpost;
import org.springframework.data.elasticsearch.repository.ElasticsearchRepository;
public interface BlogpostSpringDataRepository extends ElasticsearchRepository<Blogpost, String> {
}
| [
"a.udovychenko@levi9.com"
] | a.udovychenko@levi9.com |
e5f9a094ff5be4872e10260e1fdeb1e7216bed40 | 29f62b409b7b5cd260d4526dd228aefff8ab2def | /src/test/java/TeamCityTest2.java | 42bdda0dcb369f406c54e139f3921ed5b41b3313 | [] | no_license | DavidMcMahon1983/TeamCity | 6aed54b74f221b233e2696ce9489679b4a237adf | 121ef19a1e1025595cfd1b60a1eedbb937b634ea | refs/heads/master | 2021-01-20T13:07:51.166574 | 2017-04-25T08:45:41 | 2017-04-25T08:45:41 | 82,676,642 | 0 | 0 | null | 2017-04-24T23:20:11 | 2017-02-21T12:21:58 | Java | UTF-8 | Java | false | false | 888 | 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.
*/
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit... | [
"David@10.15.208.176"
] | David@10.15.208.176 |
ed3203a66b7d1eba94d83057d95dc94a4f630618 | 7f8f3aeb45c0f1aacaa2741cd535fb3431a68b36 | /src/main/java/com/anytec/sdproperty/util/Distance.java | 687473efad3212525f3cceb03100019e5fab396c | [] | no_license | coderzhao/sdpboot | 9144ee2c2851a3d79959a9d8294634def20f6b03 | a91badda306e78a0c3ec79176aa88ede4e14a371 | refs/heads/master | 2020-03-23T10:08:19.745451 | 2018-09-09T10:48:47 | 2018-09-09T10:48:47 | 141,427,409 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 884 | java | package com.anytec.sdproperty.util;
public class Distance
{
private static final double EARTH_RADIUS = 6378137;
private static double rad(double d)
{
return d * Math.PI / 180.0;
}
/**
* 根据两点间经纬度坐标(double值),计算两点间距离,单位为米
* @param lng1
* @param lat1
* @param lng2
* @param... | [
"785674195@qq.com"
] | 785674195@qq.com |
9e05aa3af38ff9afa205bde66eae16541bf92de6 | 1829f8e11b6e21459a7701cf7cd15782a105e50d | /src/main/java/com/sy/service/IBatchService.java | 7ceafbf6f77e213a61ab782795f6fc0993a69574 | [] | no_license | 1394852162/manager | 6143464afb6315d4164332b784ed1826d664d5bd | 47b79d4b67f95b45d02b963a7ae45a8758bf7b56 | refs/heads/master | 2021-05-08T17:52:51.288742 | 2018-03-29T08:26:46 | 2018-03-29T08:26:46 | 119,491,941 | 0 | 1 | null | 2018-01-31T02:37:41 | 2018-01-30T06:20:34 | JavaScript | UTF-8 | Java | false | false | 505 | java | package com.sy.service;
import com.sy.pojo.Batch;
import java.util.HashMap;
import java.util.List;
/**
* Created by haswell on 2018/2/6.
*/
public interface IBatchService {
public List<Batch> getBatList();
public List<Batch> queryNameBatList(String BatName);
public int insertBatch(HashMap<String,Obje... | [
"1394852162@qq.com"
] | 1394852162@qq.com |
f89fd29ecff2fba5811a9bbc6590a9837afc9e53 | d085062c033f3a89416e7d666c86ac8533056ac9 | /src/main/java/com/shop/dao/ProductDao.java | 94a8da75660eb19445e5e0b1215b51b4bf650676 | [] | no_license | heibaifu/mall-admin-java | fccb888f39a605fecbe36562bbc25b4e8091dec1 | 9dbdf78de1e2007f5822d47243c9f19e6336eb5f | refs/heads/master | 2021-09-28T04:18:27.090583 | 2018-11-14T10:31:32 | 2018-11-14T10:31:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,029 | java | package com.shop.dao;
import com.shop.entity.Goods;
import com.shop.entity.GoodsDetailWithBLOBs;
import com.shop.entity.Product;
import com.shop.mapper.ProductMapper;
import com.shop.mapper.ProductSqlProvider;
import org.apache.ibatis.annotations.InsertProvider;
import org.apache.ibatis.annotations.Mapper;
import org... | [
"managementsfzr@gmail.com"
] | managementsfzr@gmail.com |
6f99d9f071d769e6c85443aa4ae0b7eeff39ea0c | fa777a0bccc4a45f6fdac889a9767fa289f32963 | /src/main/java/blackjack/model/domain/Denomination.java | 149d73537690bdbc078a1e61c2690e154c8cc9c1 | [] | no_license | gyumin-kim/java-blackjack | 04e31b3751a99e6b11a2587f050a35228d3d29c1 | a5a630f67d05612726abd74fe66238671b03e2c8 | refs/heads/main | 2023-03-18T08:05:28.126751 | 2021-03-03T16:42:26 | 2021-03-03T16:42:26 | 335,875,324 | 1 | 1 | null | 2021-02-04T07:34:50 | 2021-02-04T07:34:49 | null | UTF-8 | Java | false | false | 617 | java | package blackjack.model.domain;
public enum Denomination {
ACE(1, "A"),
TWO(2, "2"),
THREE(3, "3"),
FOUR(4, "4"),
FIVE(5, "5"),
SIX(6, "6"),
SEVEN(7, "7"),
EIGHT(8, "8"),
NINE(9, "9"),
TEN(10, "10"),
JACK(10, "J"),
QUEEN(10, "Q"),
KING(10, "K"),
;
private fi... | [
"starkying@gmail.com"
] | starkying@gmail.com |
3e4781222c8c374ce0fe7f8cf26bce39d1fb2750 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /large-multiproject/project85/src/test/java/org/gradle/test/performance85_1/Test85_82.java | 5fa44f46819696c4927ace17165a8f2f281718da | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 289 | java | package org.gradle.test.performance85_1;
import static org.junit.Assert.*;
public class Test85_82 {
private final Production85_82 production = new Production85_82("value");
@org.junit.Test
public void test() {
assertEquals(production.getProperty(), "value");
}
} | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
2bbf8e90d38b36f135171ea28da309172ea21e2f | 2c12d4abf2ef35f9974b5a40b5863017ed391a94 | /sample/VC_SDK_Demo/Demo/app/src/main/java/com/huawei/opensdk/ec_sdk_demo/ui/conference/ConfListActivity.java | 9eb6d4e1e68feb13f45fbd22d7e7bd6a36891487 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | WindowxDeveloper/CloudVC_Client_API_Demo_Android | c8d259a335ad02123d2f793d173023d660910369 | 849aa24a0c25eb1c7e356000562b806985ad4a51 | refs/heads/master | 2020-06-17T21:32:58.972830 | 2019-07-09T01:40:46 | 2019-07-09T01:40:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,059 | java | package com.huawei.opensdk.ec_sdk_demo.ui.conference;
import android.content.Intent;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ImageView;
import android.widget.ListView;
import com.huawei.opensdk.demoservice.ConfBaseInfo;
import com.huawei.opensdk.ec_sdk_demo.R;
impo... | [
"wudingyuan@huawei.com"
] | wudingyuan@huawei.com |
f766db69e8584e3b9db80b8251a8d425c7961ccc | eaf352d52326994ff3761843b753d5fefd20db7d | /src/gameClient/Ex2_Client.java | 07852c1b327ce9631486e7da76888d234af0fddf | [] | no_license | Nadav-Paz/Ex2 | 0c2945261e81b124b1ec3253151c93e0ffded469 | eaaa783980a55e450237e51bf809522594426889 | refs/heads/main | 2023-02-03T02:34:25.774017 | 2020-12-20T19:27:40 | 2020-12-20T19:27:40 | 320,886,564 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,672 | java | package gameClient;
import Server.Game_Server_Ex2;
import api.directed_weighted_graph;
import api.edge_data;
import api.game_service;
import org.json.JSONException;
import org.json.JSONObject;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Iterator;
import java.util.List;
public class Ex2_... | [
"74377527+Nadav-Paz@users.noreply.github.com"
] | 74377527+Nadav-Paz@users.noreply.github.com |
f136107535951a4a2a02c11609074a27aa28d4a6 | 4c9d35da30abf3ec157e6bad03637ebea626da3f | /eclipse/libs_src/org/ripple/bouncycastle/pqc/jcajce/provider/rainbow/BCRainbowPublicKey.java | c4c9bbb47e6b4c43450d1242a778cf78a507bf88 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT",
"Apache-2.0"
] | permissive | youweixue/RipplePower | 9e6029b94a057e7109db5b0df3b9fd89c302f743 | 61c0422fa50c79533e9d6486386a517565cd46d2 | refs/heads/master | 2020-04-06T04:40:53.955070 | 2015-04-02T12:22:30 | 2015-04-02T12:22:30 | 33,860,735 | 0 | 0 | null | 2015-04-13T09:52:14 | 2015-04-13T09:52:11 | null | UTF-8 | Java | false | false | 4,688 | java | package org.ripple.bouncycastle.pqc.jcajce.provider.rainbow;
import java.security.PublicKey;
import org.ripple.bouncycastle.asn1.DERNull;
import org.ripple.bouncycastle.asn1.x509.AlgorithmIdentifier;
import org.ripple.bouncycastle.pqc.asn1.PQCObjectIdentifiers;
import org.ripple.bouncycastle.pqc.asn1.RainbowPublicKey... | [
"longwind2012@hotmail.com"
] | longwind2012@hotmail.com |
eb4856f8d030ce25ed5e224414900e121d3d6e0c | 2300fd352045bcf7e01d68d099e98df37248da7e | /java-analyzer-core/src/test/resources/testClasses/annotation/SimpleClassWithWhenStep.java | ffdefc52664e298fe294023af630437dd4b06354 | [
"Apache-2.0"
] | permissive | Augurk/Augurk.JavaAnalyzer | 9501bffd3c6574e07ce88e6ec13f050c73658b44 | 91d912516254b16827cc5d82577c91c0c7f67271 | refs/heads/master | 2020-05-27T23:06:44.085967 | 2019-06-11T10:39:31 | 2019-06-11T10:39:31 | 188,814,708 | 0 | 0 | Apache-2.0 | 2019-06-11T10:39:32 | 2019-05-27T09:36:45 | Java | UTF-8 | Java | false | false | 217 | java | import cucumber.api.java.en.When;
public class SimpleClassWithWhenStep {
@When("When step without call")
public void whenStepWithoutCall() {
}
public void thisMethodShouldNotBePickedUp() {
}
}
| [
"dylanvangils@gmail.com"
] | dylanvangils@gmail.com |
7f9088656854a10c8ed6b127aed316932b8246c8 | bf6e078eb4475bacdf529d10b81006d77e010bed | /app/src/androidTest/java/at/sw2015/teamturingapp/test/XMLParserTest.java | 93668648ef255715c9d0ba3375d93631844c0b0d | [] | no_license | VanessaStanje/TeamTuringApp | 095d5f2d4a2f21d6d37062bb65e662447a48d672 | 88bb8e63396c6d6db94e5338c1f20d3855874c54 | refs/heads/master | 2020-05-17T18:32:01.741981 | 2015-06-14T12:16:44 | 2015-06-14T12:16:44 | 34,199,855 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,373 | java | package at.sw2015.teamturingapp.test;
import java.io.InputStream;
import java.util.Vector;
import android.os.Environment;
import android.test.ActivityInstrumentationTestCase2;
import com.robotium.solo.Solo;
import org.w3c.dom.NodeList;
import at.sw2015.teamturingapp.MainGameActivity;
import at.sw2015.teamturingapp... | [
"lukas.gregori@student.tugraz.at"
] | lukas.gregori@student.tugraz.at |
931ee7561b5d4755d48cfb50bd97c9adab2aa22a | a847c37b97364914660df43e42b32ef898147677 | /ArrayListsBoxingChallenge/src/com/vinothmasilamani/Transaction.java | fad68fbd2a13f0096d5c5091cfb4455d6edca13e | [] | no_license | mvinothanand/JavaExercises | 3926bd085da4bb703370d760f6a3ae552224dcfd | 69382ae92cfef55a43a7dadfa7747b1c09431935 | refs/heads/master | 2021-09-03T07:27:22.429197 | 2018-01-07T00:19:33 | 2018-01-07T00:19:33 | 114,501,581 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 130 | java | package com.vinothmasilamani;
public class Transaction {
private int transactionId;
private double transactionAmount;
}
| [
"vinoth.anand@gmail.com"
] | vinoth.anand@gmail.com |
857037f30ead958b239b7731810d2651f9803310 | 87808da5b7e0a5ff0470668aa306996044211145 | /Android/app/src/main/java/net/lonelywood/architecture/android/components/photocomponent/PhotoTakerActivity.java | 6cb32b97e8f4734d7a41e4d5fde96480d42640f3 | [
"MS-PL"
] | permissive | Lonelywood/Android-Samples-IsolateComponents | 9ee07df53fab604d5022fd46e46567a5624304c7 | d284cb049f4b7fb43d594c0de81325453627e06a | refs/heads/master | 2021-01-17T19:15:43.289521 | 2019-01-23T12:42:03 | 2019-01-23T12:42:03 | 71,640,754 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,063 | java | package net.lonelywood.architecture.android.components.photocomponent;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.provider.MediaStore;
import android.support.v7.app.AppCompatActivity;
import java.util.ArrayList;
import java.util.List;
public class PhotoTakerActivi... | [
"marek.rzezniczek@outlook.com"
] | marek.rzezniczek@outlook.com |
d682e0dbbcfd40720124c789bf0657b74dee3f87 | f4e12aaf765a6f97378fdb1f71a96a65e3de6b84 | /app/src/main/java/com/ziv/recyclerview/listview/vertical/VerticalListAdapter.java | 394e33ad5d4452eff3d96bc48c26dda32637fd2a | [] | no_license | Ziv-Android/MyRecyclerView | a085c82afba91f5eb6d75fa95c5d81968a800d9b | f1ece0468af6f5bd00f676456a78e40cad90ef0e | refs/heads/master | 2020-06-14T07:23:44.236386 | 2016-11-30T18:13:13 | 2016-11-30T18:13:13 | 75,213,753 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,613 | java | package com.ziv.recyclerview.listview.vertical;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import com.ziv.recyclerview.R;
import java.util.List;
import but... | [
"Ziv_Android@Outlook.com"
] | Ziv_Android@Outlook.com |
3bfa43162ff3682c29dfdedefdae4f6b8cace2e6 | 86a4f4a2dc3f38c0b3188d994950f4c79f036484 | /src/android/support/v4/app/Fragment.java | 019ecb0ddc2989d3a3ef96a2489087b6ff39a18f | [] | no_license | reverseengineeringer/com.cbs.app | 8f6f3532f119898bfcb6d7ddfeb465eae44d5cd4 | 7e588f7156f36177b0ff8f7dc13151c451a65051 | refs/heads/master | 2021-01-10T05:08:31.000287 | 2016-03-19T20:39:17 | 2016-03-19T20:39:17 | 54,283,808 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 34,055 | java | package android.support.v4.app;
import android.app.Activity;
import android.content.ComponentCallbacks;
import android.content.Context;
import android.content.Intent;
import android.content.res.Configuration;
import android.content.res.Resources;
import android.os.Bundle;
import android.os.Parcel;
import android.os.Pa... | [
"reverseengineeringer@hackeradmin.com"
] | reverseengineeringer@hackeradmin.com |
6345fadbf9c56ba5a7c253e726d6c6cbb4f6ceed | 8447f701c7af517eccd1709b529469296c46ac4f | /Google/WiggleSort.java | d84591f31f852f3875a876c04e894930a5d3c4e3 | [] | no_license | Mango0917/CodingPractice | 048945a2cb3dccde089680ff43e1340c153bd202 | 68a68c5f42e4a2e611285260944b99ca20b24ac5 | refs/heads/master | 2021-09-07T13:38:01.400741 | 2018-02-23T17:23:26 | 2018-02-23T17:23:26 | 116,010,987 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 675 | java | /*
Given an unsorted array nums, reorder it in-place such that nums[0] <= nums[1] >= nums[2] <= nums[3]....
For example, given nums = [3, 5, 2, 1, 6, 4], one possible answer is [1, 6, 2, 5, 3, 4].
*/
class Solution {
public void wiggleSort(int[] nums) {
for(int i=0;i<nums.length;i++){
if(i%2=... | [
"aroushisharma@Aroushis-MacBook-Pro.local"
] | aroushisharma@Aroushis-MacBook-Pro.local |
5eaaf5f7e66cf1d3d4bc75cf472d721951db464c | 996faa208054e85da0e73bad42bce699736f48de | /app/src/test/java/com/cokus/fangdouyu/ExampleUnitTest.java | 159eadaf5c9209077989ffeff38a46c7352ec494 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | you839215622/fangDouYu | c96035ea0b0fa445efc619fd0ea375ddad3fd648 | 9b488004eef1f7ecc9b728e3320289a775c9bf1e | refs/heads/master | 2021-01-20T13:42:14.763014 | 2017-04-28T02:50:08 | 2017-04-28T02:50:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 312 | java | package com.cokus.fangdouyu;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
}
} | [
"czcoku@gmail.com"
] | czcoku@gmail.com |
d8050e7169be36afaed59e1cd9fff6333599016c | 6f18f08f97b47dd37114162a03d91aefc4f51e42 | /ezimgur/src/com/ezimgur/view/component/TouchImageView.java | 4419334d01facdad47b5607d753698593d744489 | [] | no_license | eggman87/ezimgur-open | d1f6bee8f26bea802a127481cb7b8ae19aed57d4 | 0a5e99af6788a2faaa98d90929f404ad029cea79 | refs/heads/master | 2021-06-28T02:36:35.795949 | 2017-02-02T22:50:21 | 2017-02-02T22:50:21 | 13,837,313 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 12,404 | java | package com.ezimgur.view.component;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.Matrix;
import android.graphics.PointF;
import android.graphics.drawable.Drawable;
import android.util.AttributeSet;
import android.view.*;
import android.widget.ImageView;
import com.ezimgur.R;
... | [
"maharris.us@gmail.com"
] | maharris.us@gmail.com |
e10cd73c268d8163ae6bd3e92597812111a42c37 | 9fe64ec7f752000c4509f172f6d20f6758d91e8c | /src/factory/ShapeFactory.java | 35ea4d4da0fc60fec3187f71e34a02e8d233e906 | [] | no_license | tangbl93/DesignPatternTut | fbdb4cb254aef42646d8d446fa76a2c5e9bc1892 | bf4433852bb1d077857363cb3bf39c2f1ec535a9 | refs/heads/master | 2021-03-01T10:35:12.200481 | 2020-03-10T12:04:58 | 2020-03-10T12:04:58 | 245,778,305 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 474 | java | package factory;
public class ShapeFactory {
public Shape getShape(String shapeType) {
if (shapeType == null) {
return null;
}
if (shapeType.equalsIgnoreCase("CIRCLE")) {
return new Circle();
} else if (shapeType.equalsIgnoreCase("RECTANGLE")) {
r... | [
"tangbl93@gmail.com"
] | tangbl93@gmail.com |
0536d7fb47007ba70bc8ad4eac60b4cace907f3c | f990de9d583ee5bbd77187cfd1c07b68f61fc4d1 | /Java/td/DS1/src/Main.java | 3cabf82e1c6c8ba5bc5e242ec3ce5046cd6f2458 | [] | no_license | RomainCocogne/Elec4 | 16fa08d9ecb69333ee018f178a7e31ee8bea0fa6 | cfe5109c07666fa86cebf29dc13a7daa2350bb6f | refs/heads/master | 2020-10-01T01:09:12.576108 | 2020-06-04T16:12:18 | 2020-06-04T16:12:18 | 227,416,564 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 80 | java |
public class Main {
public static void main(String[] args) {
}
}
| [
"romain.cocogne83@gmail.com"
] | romain.cocogne83@gmail.com |
d0de1619b2a806fd382e48c29954a3c17bb8b6cf | 5242baef1c9abeb8a48dac33b033f0a8c78c05f8 | /app/src/androidTest/java/com/mojasoft/mojakomik/ExampleInstrumentedTest.java | 7d8ab2f1b2eabf4ed252c1d029a0b3926ecbb2f0 | [] | no_license | adityamarimo/Moja-Komik | 7a2ea62a893ad3f4d0198cd23b32899c9489ddc3 | 43a11dc790ae146653b89faf9bec8f52791ca8aa | refs/heads/master | 2022-12-24T03:04:40.330374 | 2020-10-10T02:49:35 | 2020-10-10T02:49:35 | 302,800,385 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 758 | java | package com.mojasoft.mojakomik;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on ... | [
"adityamarimo@gmail.com"
] | adityamarimo@gmail.com |
b7c05b374b2221ce1d9a6403545fa79f8c7701eb | 44499e7b5cdeaf46548def854b4794716cdd4c81 | /gradle-runner-agent/src/test/resources/testProjects/init_since_8.gradle/projectS/src/test/java/test/My2Test.java | 08d70beeae05fd5f2c7f76ef9483ed4532484ca6 | [
"Apache-2.0"
] | permissive | JetBrains/teamcity-gradle | bfc3b9160f221211ebc9b998403c4069736db4fb | a973f737121e2e8fb201114536fed16fa452c09f | refs/heads/master | 2023-08-31T00:43:17.453757 | 2023-08-30T08:27:30 | 2023-08-30T08:27:30 | 163,502,780 | 8 | 8 | Apache-2.0 | 2023-08-07T09:53:59 | 2018-12-29T10:40:13 | Java | UTF-8 | Java | false | false | 171 | java | package test;
import org.junit.Test;
public class My2Test {
@Test
public void test1() throws Exception {
}
@Test
public void test2() throws Exception {
}
}
| [
"aleksey.dobrynin@jetbrains.com"
] | aleksey.dobrynin@jetbrains.com |
61b32c5d97414dcb4f9a297810bdeba4434e7d31 | b5bdfcdd3fd35bbca50129cd69d62a9ef5f063c8 | /jhotdraw7/src/main/java/org/jhotdraw/app/MDIApplication.java | 517792f2eba2ff9020617d51acf35aa2c9ce5a9f | [] | no_license | ilyessou/jhotDrawReleases | 49fa0980bc78dba886cfa6b21cb14cd9a4be0af2 | 68c1467294cce5c46ac9d84fcad06d814e01436d | refs/heads/master | 2021-01-10T10:19:22.178508 | 2015-12-03T01:06:30 | 2015-12-03T01:06:30 | 47,295,653 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 25,131 | java | /*
* @(#)MDIApplication.java
*
* Copyright (c) 1996-2010 by the original authors of JHotDraw and all its
* contributors. All rights reserved.
*
* You may not use, copy or modify this file, except in compliance with the
* license agreement you entered into with the copyright holders. For details
* see accompany... | [
"elyeslahmer@gmail.com"
] | elyeslahmer@gmail.com |
00d95b00de61ed29236b0b65a551e36af171ac5a | 3d6c20dc57a8eb1a015c5d2353a515f29525a1d6 | /October31Swing/src/Page870/Sketcher.java | 00d269f2c332ce47ff534b1369927099fb02c2c1 | [] | no_license | nparvez71/NetbeanSoftware | b9e5c93addc2583790c69f53c650c29665e16721 | 1e18ff07914c4c4530bcfd93693d838bea8f9641 | refs/heads/master | 2020-03-13T19:14:53.285683 | 2018-04-29T04:34:07 | 2018-04-29T04:34:07 | 131,249,843 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,954 | 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 Page870;
/**
*
* @author J2EE-33
*/
// Sketching application
import java.awt.Toolkit;
import java.awt.Dimension;
impor... | [
"nparvez92@gmail.com"
] | nparvez92@gmail.com |
4d179944142a42ee2db1758ecb1e8b0b03e941dc | 98c3f3daee02d9e311472a2463478e80a2e78721 | /src/test/java/com/youzan/nsq/client/configs/ControlConfigTestcase.java | f0540d8468a6fd0b01bafbd3ef37d72b1c4d7159 | [] | no_license | Patty-Chen/nsqJavaSDK | 0954af00750dca13e5c72604f8c35fd614d74929 | d9ff57cf8bce6f7f943ccc06b6ffcd11b7226c5e | refs/heads/master | 2020-05-23T01:58:56.103685 | 2018-11-27T03:46:38 | 2018-11-27T03:46:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,952 | java | package com.youzan.nsq.client.configs;
import com.youzan.nsq.client.entity.lookup.AbstractControlConfig;
import com.youzan.nsq.client.entity.lookup.SeedLookupdAddress;
import com.youzan.util.HostUtil;
import org.slf4j.LoggerFactory;
import org.testng.Assert;
import org.testng.annotations.Test;
import java.util.List;
... | [
"lulin@youzan.com"
] | lulin@youzan.com |
886ccac171ee3cdfb04fe2dc34687b4a29a0955e | 950b7c69f30440c1028bc5182eb12fdcd25b3947 | /item-service/src/main/java/com/giordanbetat/projectcloud/service/ItemService.java | e721441ed1acc7efe63eab9d69007b76e92cfc5f | [] | no_license | giordanbetat/microservices-ribbon | 4e0947f8ecb7375cd4d8f155d09a7c8cc2b9a399 | ea87ad7dfd04756bea60e86d2ba36bfc584c964b | refs/heads/master | 2022-11-10T08:28:59.354472 | 2020-07-04T21:08:21 | 2020-07-04T21:08:21 | 277,184,592 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 238 | java | package com.giordanbetat.projectcloud.service;
import java.util.List;
import com.giordanbetat.projectcloud.model.Item;
public interface ItemService {
public List<Item> findAll();
public Item findById(Long id, Integer amount);
}
| [
"giordanbetat@gmail.com"
] | giordanbetat@gmail.com |
97b97881bf72d2247b7e7078a09ae04edc9233d5 | 9fb6ffcd5d5073bdf45549fb2a9c235b2cf63df3 | /src/example/programmers/Hash3.java | 509a23fb71fef0ac4e443c311933d04bea0f61bb | [] | no_license | RATSENO/algorithm | 29339e33c5e992777c6c63f2484831701cd9360e | 0f70d6ea37d802a8af0912aba215d2648a7ef7da | refs/heads/master | 2021-07-14T05:00:52.761431 | 2021-05-06T05:11:47 | 2021-05-06T05:11:47 | 246,300,783 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 587 | java | package example.programmers;
import java.util.HashMap;
public class Hash3 {
public int solution(String[][] clothes) {
int answer = 1;
HashMap<String, Integer> map = new HashMap<>();
for(int i = 0; i < clothes.length; i++) {
if(map.get(clothes[i][1]) == null)
map... | [
"onestar1014@gmail.com"
] | onestar1014@gmail.com |
0368c2adeae0fc9bdbd3619890ca8ac9d9d4003a | 93f3578669fb0d0030a550316aebe0d7b4221631 | /rpc-supplychain/src/main/java/cn/com/glsx/supplychain/mapper/am/StatementSellJbwyMapper.java | 298332f186a5c4946d591f062eef1143c4a86985 | [] | no_license | shanghaif/supplychain | 4d7de62809b6c88ac5080a85a77fc4bf3d856db8 | c36c771b0304c5739de98bdfc322c0082a9e523d | refs/heads/master | 2023-02-09T19:01:35.562699 | 2021-01-05T09:39:11 | 2021-01-05T09:39:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 413 | java | package cn.com.glsx.supplychain.mapper.am;
import org.apache.ibatis.annotations.Mapper;
import org.oreframework.datasource.mybatis.mapper.OreMapper;
import com.github.pagehelper.Page;
import cn.com.glsx.supplychain.model.am.StatementSellJbwy;
@Mapper
public interface StatementSellJbwyMapper extends OreMapper<Statem... | [
"3064741443@qq.com"
] | 3064741443@qq.com |
f3dc0c2e3244a6f579cec4b4f4154f63b382ae1f | b77a71ac21bbd168c9a51e052d802e2e136f2ec5 | /4-ambient/build/generated/source/r/debug/android/support/graphics/drawable/R.java | 612ccee9dbae7e4b0686417bceea643d79ad91a8 | [
"Apache-2.0"
] | permissive | CptDoucheWizard/watchface | f9558d17639343bb363966e3551b8e2572483f5e | 211c8609e8da4f57ce2e895f9641013bbec22317 | refs/heads/master | 2021-04-15T18:37:27.018772 | 2018-03-21T08:57:47 | 2018-03-21T08:57:47 | 126,149,526 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,621 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package android.support.graphics.drawable;
public final class R {
public static final class attr {
public static final int ... | [
"alexpepperell@hotmail.com"
] | alexpepperell@hotmail.com |
6caab0509fb6b74006930be52a8109b016c21d09 | 1c4979426fe1f450ec0234a483ada6d30f681baa | /src/main/java/com/learning/example/basic/dao/BookRepository.java | 4623d4927bbf9b64a87e9d4c085870c76cd89f95 | [] | no_license | pijush-github/spring-rest-springboot | b385b7b63bbe905239774dd5416944ed1f90dea3 | beb23434003a751f935a3d6f497fe24cad7e199a | refs/heads/master | 2022-11-17T21:46:29.199972 | 2020-07-11T21:54:49 | 2020-07-11T21:54:49 | 278,940,944 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 285 | java | package com.learning.example.basic.dao;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.learning.example.basic.entity.Book;
@Repository
public interface BookRepository extends JpaRepository<Book, Long> {
}
| [
"pijush2000@gmail.com"
] | pijush2000@gmail.com |
7e4b7972e96d182f200e9931a0493679905d31f2 | d4fb8f5bd84fe76de0875a27a431b057d95bc239 | /core/src/main/java/com/caitiaobang/core/app/tools/nice_spinner/SpinnerTextFormatter.java | 38e0e453683371e24430b421aa913918639e6d50 | [] | no_license | printlybyte/yf_trajectory | 6fd81606fefd402a0d0daf76288b4695ed3dea1e | 923f55609e02b0fe0ff516c4939a9ce9e0b5199f | refs/heads/master | 2020-06-29T21:53:18.103278 | 2020-04-08T08:44:50 | 2020-04-08T08:44:50 | 200,633,905 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 162 | java | package com.caitiaobang.core.app.tools.nice_spinner;
import android.text.Spannable;
public interface SpinnerTextFormatter<T> {
Spannable format(T item);
}
| [
"18701403668@163.com"
] | 18701403668@163.com |
908b47e30e16a45542de5b575b07ba0b3c58258f | 8d6345720d1a26e6f4c55c36f2bb7f2d829f27ce | /hounder/releases/2.0/src/com/flaptor/hounder/crawler/modules/boost/ABoostCondition.java | c7c10bef92dfbb4edce0ea7fc3f87c850fe4dca7 | [] | no_license | jhandl/hounder | b0087c35171b748aef3e28d75c351f40ad3a9a8e | e85dc63a41775e2c857069240f8f3770a1e82927 | refs/heads/master | 2021-01-01T17:22:25.654991 | 2012-03-29T14:48:53 | 2012-03-29T14:48:53 | 32,349,306 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,936 | java | /*
Copyright 2008 Flaptor (flaptor.com)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writin... | [
"spike@a752c494-98d9-11de-9e98-d1f6c90d23ca"
] | spike@a752c494-98d9-11de-9e98-d1f6c90d23ca |
657259560d658133bbd605adfc3b62cc9c39d848 | 4b8c86a4287efc56edd5df63061f0ce922b500f7 | /src/com/hexun/HeXunLiCai.java | 0b6fd9c842750e3f6fbc45433b42a789ff06bfb5 | [] | no_license | li-shanglai/NewsAppSpider | e5ac6fb24910d4cac7a60b0ed74ab1518875dbae | 2295903b7b3f7a70daf09d4c45b556daf249c810 | refs/heads/master | 2022-08-22T11:09:39.377559 | 2017-08-31T01:52:42 | 2017-08-31T01:52:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,477 | java | package com.hexun;
import com.db.DBHelper;
import us.codecraft.webmagic.Page;
import us.codecraft.webmagic.Site;
import us.codecraft.webmagic.Spider;
import us.codecraft.webmagic.processor.PageProcessor;
/**
* 和讯理财数据获取
* @author lishanglai
*
*/
public class HeXunLiCai implements PageProcessor {
private Site site ... | [
"godsnce@gmail.com"
] | godsnce@gmail.com |
3d666a52f5c7e01767444116a23c20a71b222759 | 1e763679ba14000c67efaa1d39405aa54abd8c83 | /src/prueba_1/Prueba_1.java | abb69c9674ed199d8051eaa80720da3866ac834f | [] | no_license | ejcrfrz/Prueba_1 | 8a7f0c113ef8fe2d38474a9cf979b296ab116629 | 5d23ca31a34cfafa9207d2d89212c3b5b2c4152e | refs/heads/master | 2022-06-06T13:41:10.092021 | 2020-05-04T16:53:53 | 2020-05-04T16:53:53 | 261,219,484 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 501 | 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 prueba_1;
/**
*
* @author EDUARDO
*/
public class Prueba_1 {
/**
* @param args the command line arguments
*/... | [
"eduardo.requena@pucp.pe"
] | eduardo.requena@pucp.pe |
f4aff22776c4db672ed1efcbd4500e00a459edf1 | 0f742b64a43c2c0660515b1a5ef6500c07b362db | /TextBoxPanelTalksToPaintModel.java | aae362f5fc49b76c14ee6e66b787617d491225e3 | [] | no_license | hardeepdhatt99/PaintProject | c0dae3e421e11c9ad1b7cd3e555271de7ac55406 | d61e7b6f4e00ef8a7ae058dfcae856865dbd43b0 | refs/heads/master | 2022-04-24T14:28:47.554685 | 2020-04-26T17:02:28 | 2020-04-26T17:02:28 | 259,083,726 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 750 | java | package ca.utoronto.utm.paint;
import java.util.Observable;
import javax.swing.JButton;
import javax.swing.event.ChangeEvent;
import javax.swing.event.ChangeListener;
public class TextBoxPanelTalksToPaintModel extends Observable implements ChangeListener{
private String text;
public TextBoxPanel... | [
"noreply@github.com"
] | hardeepdhatt99.noreply@github.com |
3ece5300446be28cbde5e044110a37c6531afdc9 | 3a3659892663f88c247fa2c27b09632460e606c9 | /Shopkeeper/src/com/qiaoxi/bean/Global.java | 2503c38ba8522898a8899bf87bfd35644fe3fab8 | [] | no_license | dikechong/AndroidWork-1 | db95d798cf1e1b371e1961aef1731f247ae356de | 89960d20b987e09662d9da453e5344f70a70d7d5 | refs/heads/master | 2020-07-14T06:46:01.367405 | 2016-04-13T14:22:20 | 2016-04-13T14:22:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,274 | java | package com.qiaoxi.bean;
import java.util.HashMap;
import java.util.Map;
import android.R.integer;
import android.app.Fragment;
import android.widget.TextView;
/**
* Created by shiyan on 2016/3/21.
*/
public class Global {
public static Fragment fragment1;
public static Fragment fragment2;
public static TextVi... | [
"shiyan233@hotmail.com"
] | shiyan233@hotmail.com |
7c249af77f9bb521ca90c808a0dfbf97d5275e42 | 774738ae7e40e17e726f3b5ae3b212b863d29d14 | /app/src/main/java/com/yy/www/template/function/main/home/itembinder/ItemBannerBinder.java | 1a200b947ccd3eb59ce66136cb9db458c1e43a90 | [] | no_license | yyBetter/AndroidTemplate | 4443942eb346e145e2390f4773b2443e56f4c7f1 | 932abb5ba86d37e2c50cfc0b9e6bcba60f082d14 | refs/heads/master | 2021-01-22T22:39:26.314557 | 2017-03-27T10:43:49 | 2017-03-27T10:43:49 | 85,565,044 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,474 | java | package com.yy.www.template.function.main.home.itembinder;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import com.... | [
"234008133@qq.com"
] | 234008133@qq.com |
4464f4910abc1f619101cab5c8bdb6a2a909c645 | f047bd8b32365fa0b82995f756472febc5b90bcb | /core/src/main/java/ace/ucv/licenta/core/App.java | 5e6717d09b1c928a69f554b4f63aae9f724caa5b | [] | no_license | BeniaminSavu/licenta | 01135d9e19be5f5aeb8ebcdc8fba2281fe4374d8 | aa3ce5cc9ff781233cb0ef2b6dc46204478f1967 | refs/heads/master | 2021-06-24T15:42:34.849898 | 2018-07-20T05:25:56 | 2018-07-20T05:25:56 | 141,666,953 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 462 | java | package ace.ucv.licenta.core;
import javax.swing.UIManager;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class App {
public static void main(String[] args) {
try {
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
} catch (Exception e) {
e.printStac... | [
"benisavu@gmail.com"
] | benisavu@gmail.com |
9a848eddb5c24e99f3f9dd5e7b2c17185622891f | 87dc525324d0959eb203192a5a401cd1de78f808 | /boletin21/Boletin21.java | e2a4145c3ef51b5477ec060ac19ad917b26969f2 | [] | no_license | orlando142526/boletin21 | 56f4d56ca36de8379195eeb22958cfb65170f261 | 7f1c1a73f5a049df29c0154d17fa990b8b631b1b | refs/heads/master | 2021-01-30T16:22:12.073911 | 2020-02-27T11:30:15 | 2020-02-27T11:30:15 | 243,503,380 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,033 | java |
package boletin21;
import java.util.ArrayList;
import javax.swing.JOptionPane;
/**
*
* @author DANIELCASTELAO\oyagualendara
*/
public class Boletin21 {
public static void main(String[] args) {
// TODO code application logic here
ArrayList<Libros> listaLibros = new ArrayList();
int opci... | [
"oyagualendara@daniecastelao.org"
] | oyagualendara@daniecastelao.org |
12601151e1b8ced7634b20e90c2efdf54925b2de | 13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3 | /crash-reproduction-ws/results/XWIKI-14263-59-29-Single_Objective_GGA-WeightedSum/com/xpn/xwiki/internal/template/InternalTemplateManager_ESTest.java | 4f272533642b9319364803d33feaf6e1d3b82d97 | [
"MIT",
"CC-BY-4.0"
] | permissive | STAMP-project/Botsing-basic-block-coverage-application | 6c1095c6be945adc0be2b63bbec44f0014972793 | 80ea9e7a740bf4b1f9d2d06fe3dcc72323b848da | refs/heads/master | 2022-07-28T23:05:55.253779 | 2022-04-20T13:54:11 | 2022-04-20T13:54:11 | 285,771,370 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 584 | java | /*
* This file was automatically generated by EvoSuite
* Wed Apr 01 08:19:15 UTC 2020
*/
package com.xpn.xwiki.internal.template;
import org.junit.Test;
import static org.junit.Assert.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.junit.runner.RunWith;
@RunWi... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
8c5c88ffa7d0bf4632362d58429ce34d0501d337 | d1fc24dea56b3e654a8615fde82770a9365aa233 | /test/com/hstclair/jaskell/collections/TestFunctionalSpliterator.java | c3ae60bbae0e995e32054170e8a44198f1c5a8eb | [] | no_license | richardy2012/jaskell-2 | 1cb8cc890e09b351318e617a813a8fbef0b00a2a | 3f1894f9629f302afd793e7adf73d2614bda5808 | refs/heads/master | 2020-12-28T23:04:41.911743 | 2015-08-09T19:37:11 | 2015-08-09T19:37:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,213 | java | package com.hstclair.jaskell.collections;
import com.hstclair.jaskell.function.Consumer;
import com.hstclair.jaskell.function.Expression;
import com.hstclair.jaskell.function.Function;
import org.junit.Test;
import java.util.Spliterator;
import static org.junit.Assert.assertEquals;
/**
* @author hstclair
* @since... | [
"hdstclair@gmail.com"
] | hdstclair@gmail.com |
a38c72f0ed85bc7b0854a101e6631c22afefa336 | 50fc368d42fe9a5887f01949ddd5621f483d3262 | /src/main/java/Pages/TradesBlotter/GridPanel.java | 6497d4f1cd86d6d1dd7b686cb9a8e31c675e3e66 | [] | no_license | SergeyKvyatkovsky/UI-test-project-Focus | 67e577ca34f3c124fa7ba1cd12fd8aae5ee3909d | f4b35d2f46e8c6c8018504e353ba2ef09cae2540 | refs/heads/master | 2023-07-09T01:08:14.790690 | 2018-12-06T17:57:36 | 2018-12-06T17:57:36 | 135,302,238 | 0 | 0 | null | 2023-09-01T21:23:13 | 2018-05-29T13:43:07 | Java | UTF-8 | Java | false | false | 1,835 | java | package Pages.TradesBlotter;
import Core.IPage;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import java.util.ArrayList;
import java.util.List;
public class GridPanel extends IPage{
final static String TABLE = "//div[starts-with(@id, 'tblTrades')]";... | [
"sergey.kvyatkovsky89@gmail.com"
] | sergey.kvyatkovsky89@gmail.com |
13d7d53d6fb5e90fb71e9919eb7dc3a289355762 | 3634eded90370ff24ee8f47ccfa19e388d3784ad | /src/main/java/org/jsoup/select/StructuralEvaluator.java | 61dac804c6e3e312f8e37ea2608249b87f98a210 | [] | no_license | xiaofans/ResStudyPro | 8bc3c929ef7199c269c6250b390d80739aaf50b9 | ac3204b27a65e006ebeb5b522762848ea82d960b | refs/heads/master | 2021-01-25T05:09:52.461974 | 2017-06-06T12:12:41 | 2017-06-06T12:12:41 | 93,514,258 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,163 | java | package org.jsoup.select;
import java.util.Iterator;
import org.jsoup.nodes.Element;
abstract class StructuralEvaluator extends Evaluator {
Evaluator evaluator;
static class Root extends Evaluator {
Root() {
}
public boolean matches(Element root, Element element) {
return... | [
"zhaoyu@neoteched.com"
] | zhaoyu@neoteched.com |
54f3905a272b91dd777cace2d1dcdc925bec530b | 1c501361178ad81a2fc3e436ed6afdc4fea8f12a | /src/main/java/com/astrokids/model/Cartao.java | 81b8fca623048cbe2b8f5b7533a2b914e3202a64 | [] | no_license | Marco-Andre90/astro-kids-back-end | 5710f0c45ed4f305d2390e9b2ffbc17ec38b5bcd | 6072cb2ea48c67afa588e86ad8ec5c8ca41c92bf | refs/heads/master | 2023-04-12T20:20:15.651609 | 2021-05-01T18:32:53 | 2021-05-01T18:32:53 | 320,947,919 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 644 | java | package com.astrokids.model;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
impor... | [
"marco.andre.inno@gmail.com"
] | marco.andre.inno@gmail.com |
0692b977002f47a3388397266f26ede8eb17c859 | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/hibernate-orm/2019/4/BytecodeEnhancerRunner.java | 4801752bc50c3e6b1f07526a968123305fb5a59b | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | Java | false | false | 4,832 | java | /*
* Hibernate, Relational Persistence for Idiomatic Java
*
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
package org.hibernate.testing.bytecode.enhancement;
import java.io.BufferedInputSt... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
ff5b508a4dcd8a3aa6a696eb2661ce81bf46f86a | e190aafdf55b70f2ece56c08d1ab7f631964b807 | /src/main/java/com/genestimate/webapp/model/PrintingType.java | cde4c2ed75e8d4f947353b0d8d284d87870d673d | [] | no_license | kaiszg/genestimate-web-App | b78c6883ddbe14075dad31d385b2cd11fe99d42b | c03e330dfce2089d44b1896f09a251d426358345 | refs/heads/master | 2021-01-11T19:27:09.858017 | 2017-02-06T18:48:44 | 2017-02-06T18:48:44 | 79,370,284 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,116 | java | package com.genestimate.webapp.model;
import com.fasterxml.jackson.annotation.JsonIgnore;
import javax.persistence.*;
import java.util.List;
/**
* Created by Kais on 14.01.2017.
*/
@Entity
@Table(name = "PRINTING_TYPE", schema = "PUBLIC")
public class PrintingType {
private int id;
private String name;
... | [
"kais.zgal@gmail.com"
] | kais.zgal@gmail.com |
e048a184a0b95f63526d2713ead664ae7284dc85 | c5aa46699989e7bc6830e8bae8a72ee763a3ba93 | /src/main/java/ciclo3_Reto3/Reto3/Controller/custom/CountClient.java | 90ca4000744a006f6bc4b33bb3b79b60691af209 | [] | no_license | angiemoreno-mt/ciclo3 | ba179b54f0fa11df0bd6f70a56091ba22f986b17 | 884aec5afeb977814052fd5acfb8e7d16a042509 | refs/heads/main | 2023-08-23T05:52:29.476669 | 2021-11-04T00:01:45 | 2021-11-04T00:01:45 | 418,351,874 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 859 | java | /*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
*/
package ciclo3_Reto3.Reto3.Controller.custom;
import org.hibernate.annotations.common.util.impl.Log;
import ciclo3_Reto... | [
"angie.moreno.mt@correo.usa.edu.co"
] | angie.moreno.mt@correo.usa.edu.co |
643ae8482e98b15c07b1160f2975585aa3741cad | e91215d41d22de71d7698c529bc6660bbb145636 | /bookstore/src/com/localhost/bookstore/book/web/servlet/BookServlet.java | 919b4afa6a71ea5f1a7713e14f776557cf85ff53 | [] | no_license | leonhoou/the-practice-of-javaweb | e533ecbe37f65253f33ca943db53451a8d9f938e | ad71b8d4b2b2a871bd79636605837f6b30a72c62 | refs/heads/master | 2021-06-16T03:59:44.885900 | 2017-03-14T14:23:33 | 2017-03-14T14:23:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,872 | java | package com.localhost.bookstore.book.web.servlet;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.localhost.bookstore.book.dao.BookDao;
import com.localhost.bookstore.util.BaseServlet;
public c... | [
"hliyang2212@163.com"
] | hliyang2212@163.com |
d7efb4bca2dd868d87e7e3404a276b2f93851b09 | ce1a7c1663a6b23f258e9eab34c1493658f5ca27 | /src/com/manik/project/Constants/LazyListConstants.java | 4a108fde4d854f612ecd6000987d1e1c135525af | [] | no_license | manik001git/project2 | 9b08637017689ed5f4144834375acf587a5fc60a | fbb5cb73bf7ec5438e259b7e7d02287837e90272 | refs/heads/master | 2021-04-04T21:07:05.459836 | 2020-03-19T12:51:38 | 2020-03-19T12:51:38 | 248,487,658 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 161 | java | //$Id$
package com.manik.project.Constants;
public interface LazyListConstants {
public static final int START = 0;
public static final int HYDRATED = 1;
}
| [
"noreply@github.com"
] | manik001git.noreply@github.com |
fa8c5c46af28cc434149cf4bae75ea61d0340c78 | 3b89c15c4374c9cc6b4696723be787da1dccbd9d | /app/src/androidTest/java/com/btmura/android/reddit/text/MarkdownFormatter_TablesTest.java | 5b48b92855f6bd632eb689f4994dcafd366c14a7 | [
"Apache-2.0"
] | permissive | firozanawar/fallingForReddit | b89465786ce8e80ab3525db19ee823c402b85265 | c6af19edeb00caa063dc26300ad692684a9b4532 | refs/heads/master | 2020-03-21T05:35:18.305335 | 2016-01-22T09:12:13 | 2016-01-22T09:12:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,843 | java | /*
* Copyright (C) 2013 Brian Muramatsu
*
* 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... | [
"btmura@gmail.com"
] | btmura@gmail.com |
23f4474258b6b8a9a01bdc3fc4701585dadf56e0 | 24c4d53e1974ad7c025b6bcf71d7f7d7f4c1ed71 | /securing-angular-client/pkce/src/main/java/fr/janua/controller/HeroController.java | dd85cbe8faf35a238f2bd688411bc346cb8de6bc | [] | no_license | Urban-And-Co/keycloak-training-apps | 0605db308dc7f2c8469b72713c0d69a55afa6ea6 | 4a7e4388ce7dce57f488f96aaf488ac3c1ecc1b2 | refs/heads/master | 2022-07-05T22:03:38.785479 | 2020-05-14T16:00:18 | 2020-05-14T16:00:18 | 262,059,786 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 689 | java | package fr.janua.controller;
import fr.janua.model.Hero;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.web.bind.annotation.*;
import java.util.List;
import java.util.Arrays;
@CrossOrigin("*")
@RestController
@RequestMapping("/api/heroes")
public class HeroController {
... | [
"istvan.orban@gmail.com"
] | istvan.orban@gmail.com |
504374ecfeec1cc4b395941cab9f4ad2ec53b538 | 473b76b1043df2f09214f8c335d4359d3a8151e0 | /benchmark/bigclonebenchdata_partial/16005064.java | 5a279f115c370a0f368bf198ffe5eb0323975a6e | [] | no_license | whatafree/JCoffee | 08dc47f79f8369af32e755de01c52d9a8479d44c | fa7194635a5bd48259d325e5b0a190780a53c55f | refs/heads/master | 2022-11-16T01:58:04.254688 | 2020-07-13T20:11:17 | 2020-07-13T20:11:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,224 | java |
class c16005064 {
private void setInlineXML(Entry entry, DatastreamXMLMetadata ds) throws UnsupportedEncodingException, StreamIOException {
String content;
if (m_obj.hasContentModel(Models.SERVICE_DEPLOYMENT_3_0) && (ds.DatastreamID.equals("SERVICE-PROFILE") || ds.DatastreamID.equals("WSDL"))) {... | [
"piyush16066@iiitd.ac.in"
] | piyush16066@iiitd.ac.in |
320e7c9bdec39a3b4746db2b4047639935655a5a | 05854bef8cc3153c4f643d5938272bfccebb6a8c | /src/main/java/com/zc/lambdas/function/FunctionTest.java | 41737b87a0a4e311750f3cc84c9be663279f35bd | [] | no_license | kuaile-zc/hello | c402cb86fc0ce71e775c61bdc926c83c1d0f23ba | c354fcd76eda1704668489893eea7c60056abcdd | refs/heads/master | 2022-06-21T09:31:51.209426 | 2022-05-19T09:52:56 | 2022-05-19T09:52:56 | 173,756,706 | 0 | 0 | null | 2022-05-19T09:52:56 | 2019-03-04T14:08:33 | Java | UTF-8 | Java | false | false | 4,353 | java | package com.zc.lambdas.function;
import java.util.function.BiFunction;
import java.util.function.Function;
/**
* @author CoreyChen Zhang
* @date 2021/5/27 14:13
* @modified
*/
public class FunctionTest {
public static void main(String[] args) {
FunctionTest t1 = new FunctionTest();
// Functio... | [
"784554215@qq.com"
] | 784554215@qq.com |
82910709ee236d3bfb65e75ec21f06ae1cea725f | 8e8278cfcd01882f48cd13acc57c03bd6472cb7e | /snap-dexmaker/src/main/java/org/snapscript/dx/Code.java | 8aa29eadd982b28d149f330cf8a09e7d29b2c647 | [] | no_license | snapscript/snap-archive | e66d9a240f4c2a6e4b21434def7a45a74445f8a7 | 9838eddc5a2cfff5315b1f2f3839fd72f65ed658 | refs/heads/master | 2021-01-22T01:12:06.122986 | 2018-10-26T01:41:45 | 2018-10-26T01:41:45 | 102,211,593 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 37,183 | java | /*
* Copyright (C) 2011 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"gallagher_niall@yahoo.com"
] | gallagher_niall@yahoo.com |
ef17113ff2f70c048264daadbd5abf04165c7441 | f5452c217864a407625bcfdc2cff2ac2d3795c3a | /OtherCompany/src/TrinaryTree.java | 259ec69b63213f1500f348691c84679d3bd4085b | [] | no_license | srxiaoj/LeetCode_HW | da82aec4cf93125a7802f1a7b2d7ba094a36ef92 | 095772f45c8b29562b7818dd223c4fd3a99bd86d | refs/heads/master | 2020-04-16T18:08:49.122785 | 2020-04-07T00:49:41 | 2020-04-07T00:49:41 | 49,519,084 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,221 | java | public class TrinaryTree {
class Node {
Node left;
Node right;
Node middle;
int val;
Node(int val) {
this.val = val;
}
}
Node root;
public TrinaryTree() {
this.root = null;
}
public TrinaryTree(Node root) {
this.root... | [
"srxiaoj@gmail.com"
] | srxiaoj@gmail.com |
b3968d75554f22895189a6c00f81ea8912097268 | 94c4e9779877c30f6f2fe3e4e47ee23740be3e77 | /zenofAS/launcher/src/main/java/com/cooeeui/brand/zenlauncher/wallpaper/model/ListInfo.java | fcf12bf87879d455c55637efb89018a6c0dc39d3 | [] | no_license | MatrixYang/testproject | 53705220185c3d1058749cbda84f24ead88a1af5 | b501fd3dbe3d4d280c1c59c98df3720fe4b11313 | refs/heads/master | 2021-01-01T17:46:08.161020 | 2017-07-24T05:42:47 | 2017-07-24T05:42:47 | 98,152,924 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,508 | java | package com.cooeeui.brand.zenlauncher.wallpaper.model;
import java.util.ArrayList;
import java.util.List;
//每个tab对应的model
public class ListInfo {
private String tabid;
private String enname;
private String cnname;
private String twname;
private String typeid;
private List<ItemInfo> itemList =... | [
"yangmengchao@cooee.cn"
] | yangmengchao@cooee.cn |
601ad0b064d26fcb0e7a98becc1ae9a0ca068c06 | 753356b6bcbd53b1bb5eea9d516e23e290621ff6 | /Demo_Paypal/src/com/example/demo_paypal/Data_TB_StoreInfo.java | 764595a553a7bb5b0c066334ef34b0ed8db1bd1d | [] | no_license | Sophia-Gao/AndroidPaypal | 52df2ad1883c37d98140d6d44a588994faac5357 | 894380e4c916d8364673be47c14c96c4c34015be | refs/heads/master | 2021-01-10T15:42:23.867187 | 2015-11-25T08:48:08 | 2015-11-25T08:48:08 | 46,848,784 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,325 | java |
package com.example.demo_paypal;
import java.io.Serializable;
public class Data_TB_StoreInfo implements Serializable {
/**
*
*/
private static final long serialVersionUID = 1L;
private String id;
private String mStoreProImageURL; // 商品图片
private String mStoreProName; // 商品名
privat... | [
"mac@adsl-172-10-2-163.dsl.sndg02.sbcglobal.net"
] | mac@adsl-172-10-2-163.dsl.sndg02.sbcglobal.net |
f268ad19e546495b7f7c37356a1f7dc8b26df419 | c2745516073be0e243c2dff24b4bb4d1d94d18b8 | /sdk/synapse/azure-resourcemanager-synapse/src/main/java/com/azure/resourcemanager/synapse/implementation/KustoPoolChildResourcesClientImpl.java | 95e98fd8ec22c52f02b96d73321bc69c12a07f8b | [
"MIT",
"LicenseRef-scancode-generic-cla",
"LicenseRef-scancode-warranty-disclaimer",
"BSD-3-Clause",
"CC0-1.0",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference",
"LGPL-2.1-or-later"
] | permissive | milismsft/azure-sdk-for-java | 84b48d35e3fca8611933b3f86929788e5e8bceed | f4827811c870d09855417271369c592412986861 | refs/heads/master | 2022-09-25T19:29:44.973618 | 2022-08-17T14:43:22 | 2022-08-17T14:43:22 | 90,779,733 | 1 | 0 | MIT | 2021-12-21T21:11:58 | 2017-05-09T18:37:49 | Java | UTF-8 | Java | false | false | 13,369 | java | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.synapse.implementation;
import com.azure.core.annotation.BodyParam;
import com.azure.core.annotation.ExpectedResponses;
import c... | [
"noreply@github.com"
] | milismsft.noreply@github.com |
80968388dab0759ccdd517345c230c277d40f84b | 0933335063a148da6a879b15a2b1108c1adc551e | /backend/truck-service/src/main/java/com/rua/truckservice/conf/WebConfig.java | a30800086531faa13a60a87692a74deec1967296 | [] | no_license | ruimda/servicecare | 52c2c9738f7a77efea213385b4440402f8dd7be6 | 4c4b8627b91e15543eda0f862c09aec9c8a72f72 | refs/heads/master | 2021-05-24T08:18:07.370870 | 2020-04-13T11:26:39 | 2020-04-13T11:26:39 | 253,467,208 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 523 | java | package com.rua.truckservice.conf;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.CorsRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
@Configuration
public class WebConfig implements WebMvcConfigurer {
@Ov... | [
"ruianastacio@sapo.pt"
] | ruianastacio@sapo.pt |
07580a7ec1c0caafd0e6296877e2926dc5febb7e | d9cb7f8efeb2280075c8e9ed50114fd1c4a6c7a9 | /updateemaildao.java | ee4335095204c6ca220ff5dd37b9daaf5b304a90 | [] | no_license | harilakshmipathi/Inernet-Banking | 981f5697155d8563662773b8ab4f9173ae804bdf | 65f3497add0a197bfca926fc83b185f02476ad7d | refs/heads/master | 2020-05-31T13:39:11.155697 | 2019-06-05T02:24:23 | 2019-06-05T02:24:23 | 190,310,719 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,325 | java | package com.HSBCBank.dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import com.HSBCBank.bean.updateemailbean;
import com.HSBCBank.util.DBconnection;
public class updateemaildao {
public String authenticateUser(updateemailbean loginbean )
{
Stri... | [
"noreply@github.com"
] | harilakshmipathi.noreply@github.com |
efc3f467029b85f9b68b8d508394ace2e7f0f0ec | 0bb8171cd0e3ebcabac54add3e95d2e6306d1c46 | /src/reservations/models/airlines/SimpleJet.java | 319befa0766c041eb2840666ef676e4463802210 | [] | no_license | kezald/AirlineSystem | 1883979c673d53d8722f4f3519a49e424985775e | 6a792ddfc7d519d416ac1b948e8b8e89e8fe2ebf | refs/heads/master | 2022-04-11T11:36:21.260039 | 2020-04-10T06:05:12 | 2020-04-10T06:05:12 | 254,557,159 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,055 | java | package reservations.models.airlines;
import java.util.function.Predicate;
import reservations.models.Flight;
import reservations.models.seatdata.Seat;
import reservations.models.seatdata.SeatType;
import reservations.models.seatmaps.SeatMap;
/**
* A SimpleJet airline system class with corresponding
* reservation ... | [
"kolbenev2011@gmail.com"
] | kolbenev2011@gmail.com |
eab0fdf7433a62dc3750723be0fb88a2b717ae0b | fc9ca29110bfee85ab78383ddc8b6672ee25d1bd | /src/main/java/ConnectionDB/CajeroModelo.java | 427835ca15402149cae68aae26a46be5c55ea7a5 | [] | no_license | Chejohrpp/ProyectoFinal-IPC2 | 072cd8429e889f3326a9a16a55d44e96a1b75d45 | df4da122371e35687ff1472ba53670aa86cad755 | refs/heads/master | 2023-01-21T12:57:11.607272 | 2020-11-17T09:58:28 | 2020-11-17T09:58:28 | 310,961,794 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,821 | 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 ConnectionDB;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLEx... | [
"sergioroherp@gmail.com"
] | sergioroherp@gmail.com |
224d26ec3c4bcf9892cc3c65a133de769d68cdc4 | 403feadd9fd2461d1bad643cf377bed2f8fb0920 | /Cursor.java | b4c31ad05ddf41f84d34c0bb1c2e45397ca81036 | [] | no_license | Luis-3M/TextEditor | a72baa942f84a3e9acef71424e05c0552bea7db1 | e78fe46b04061d63c26770903234044b1f330044 | refs/heads/master | 2020-12-31T06:47:02.043470 | 2017-03-29T16:40:24 | 2017-03-29T16:40:24 | 86,604,157 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 428 | java | package TextEditor;
public class Cursor {
private int x;
private int y;
Cursor() {
x = y = 0;
}
/**
* @return the x
*/
public int getX() {
return x;
}
/**
* @param x
* the x to set
*/
public void setX(int x) {
this.x = x;
}
/**
* @return the y
*/
public int getY() {
ret... | [
"luismendesmoreira@hotmail.com"
] | luismendesmoreira@hotmail.com |
1f2849af202762d894c9e553bdcbac4daf3c3fb9 | f4d12123d6d171954e0c68815370dac9dc7bd7ea | /src/main/java/utilities/ScreenshtClass.java | 0de37175c4aa6706a0f3f3375554a403bd99cda5 | [] | no_license | satya-sirisha/Hybrid-Framework | 02b0e49e19d4d9df504f9aa7aa6114f4bb4cf70c | b5443f2caf6a4421336120f9a3c539c7e1960f25 | refs/heads/master | 2020-03-19T02:46:52.112444 | 2018-06-01T02:52:35 | 2018-06-01T02:52:35 | 135,660,022 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,091 | java | package utilities;
import java.io.File;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.Date;
import org.apache.commons.io.FileUtils;
import org.openqa.selenium.OutputType;
import org.openqa.selenium.TakesScreenshot;
import commonmethods.CommonMeths;
import constantvalues.... | [
"choud@192.168.1.126"
] | choud@192.168.1.126 |
75b2aadb6e671328eb2510a3e42c774d21ed86c1 | ef8e918e86f50ba2d54b137e6e07430b5f24f7c6 | /mafia-srv-demo/src/main/java/com/mafia/srv/demo/algorithm/hard/LargestAssociation.java | 8aeaf78bc308dba2f5afd0e015a48d1241a24aec | [
"MIT"
] | permissive | slking1987/mafia | 32bd264bb4ded5e7ee753ba9ecae82af0d89ddcf | f8a130fb63b6b299f5dbd7d5a5d5559583f07789 | refs/heads/master | 2021-01-22T19:59:22.368259 | 2017-07-07T07:36:19 | 2017-07-07T07:36:19 | 85,266,886 | 6 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,383 | java | package com.mafia.srv.demo.algorithm.hard;
import java.util.*;
/**
* Created by shaolin on 2017/6/6.
*/
public class LargestAssociation {
/**
* 简单推荐算法, 购买过相同商品的客户的兴趣一致
* A客户与B客户都购买过商品item1, 则认为A客户也会对B客户购买的商品item4, item5感兴趣
* @param itemMatrix String[][] 各个客户购买商品的二维数组
* @return String[] 最大关联... | [
"slking1987@hotmail.com"
] | slking1987@hotmail.com |
4a3021fb8305fd2daeeb1a1fc656c3375c9e7c2c | afcc736dcb3bb07ac8f75e1c1246bd2953e91a70 | /mall-coupon/src/main/java/com/sour/mall/coupon/service/ISpuBoundsService.java | 677682d24c314a255597fd3c9b39c1ebecbcaeb7 | [] | no_license | Sourlun/mail-springCloud | 2b94ad5b1cb384f349c43fa5c1c71e36d5bf7555 | 6770cf3c93e50f2ba799ad5df7f9e77b7a0fa38a | refs/heads/master | 2023-04-18T14:10:53.724733 | 2021-05-09T12:06:24 | 2021-05-09T12:06:24 | 339,382,321 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 460 | java | package com.sour.mall.coupon.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.sour.mall.common.utils.PageUtils;
import com.sour.mall.coupon.entity.SpuBoundsEntity;
import java.util.Map;
/**
* 商品spu积分设置
*
* @author SourLun
* @email 1141837289@qq.com
* @date 2021-02-17 21:39:23
*/
... | [
"1141837289@qq.com"
] | 1141837289@qq.com |
d9ba7735c7e813d438fcc0cf7e8c90124fbe7915 | 1cbfecff8a707dba24ad0e63ab5e344fc951a0ed | /shooter-core/src/com/mygdx/shooter/PlayerHome.java | 922fe86d5d72d0357ba5b3edbd05dcef3ebe93c3 | [] | no_license | laurencecharles/shooter_core | 8379dd3cc8ce11914bbfb06f9d2533ee9bf64e5c | 466f3ee59de66f7762492a95663036b9be0eca6e | refs/heads/master | 2020-05-18T10:18:54.101498 | 2015-02-01T18:34:51 | 2015-02-01T18:34:51 | 29,793,573 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,511 | java | package com.mygdx.shooter;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.Input.Keys;
import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.OrthographicCamera;
import com.badlogic.gdx.graphics.Texture;
import com.badlogic.gdx.graphics.g2d.BitmapFont;
import com.badlogic.gdx.graphics.g... | [
"charles.laurence1@gmail.com"
] | charles.laurence1@gmail.com |
a4b3e9a83000eacb5c782d9a15deafb7a9844fc9 | 8707888cc23d6d6506113bceaf74b163233fd816 | /data/src/main/java/com/suxiunet/data/factory/ResponseConverterFactory.java | c1a86f5c60974217382a56bc0564dca3b4d1b1a6 | [] | no_license | chenzhi1217/SuxiuProject | bff52a9337c872fa43c77c5134e9093251c604a0 | 3cc71f58d93cc882a48bbecc43974f69157e1342 | refs/heads/master | 2021-09-19T09:10:17.623382 | 2018-07-26T03:32:22 | 2018-07-26T03:32:22 | 116,144,745 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,023 | java | package com.suxiunet.data.factory;
import com.google.gson.Gson;
import com.google.gson.TypeAdapter;
import com.google.gson.reflect.TypeToken;
import com.suxiunet.data.converter.ResponseConverter;
import java.lang.annotation.Annotation;
import java.lang.reflect.Type;
import okhttp3.ResponseBody;
import retrofit2.Conv... | [
"chenzhi@91zdan.com"
] | chenzhi@91zdan.com |
52a69838d9369084886d1cd86e84d3b2ffb399ec | 3ef928b235d6efeca10af608ffdcdeca4d37bf31 | /src/test/java/jaxb/test/Bar.java | 31cb8d9ca23789c435d85547256f56ccfc50f2e2 | [] | no_license | franciscophilip/jaxb-payload-poc | 03f841e0dea00afc5ef47112ebf045b15365397a | c9ffa34b37cf858266ab7976f07a73664904e76e | refs/heads/master | 2021-01-01T05:49:07.375502 | 2015-07-24T17:39:50 | 2015-07-24T17:39:50 | 39,615,950 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 41 | java | package jaxb.test;
public class Bar {
} | [
"fphilip@houseware.es"
] | fphilip@houseware.es |
5c5dbe91d20ee1e5cabfcecf909c946aada7d0ba | 276f2b0d78b06d0f58258f41138e7a19ffbccf00 | /src/org/javacore/type/NumericType.java | aa164e258666b18524e3a28d14a4dcf0a0a467bf | [] | no_license | orb1t/ByteCodeSpecification | 887c39935099a1174ab8f2716f18d63fcb4c653f | d5dc2bf7cc96c02e80e33f6170936d909f5a77e1 | refs/heads/master | 2020-03-18T13:47:22.964691 | 2017-09-18T21:25:16 | 2017-09-18T21:25:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 91 | java | package org.javacore.type;
/**
*/
public interface NumericType extends PrimitiveType {
}
| [
"mattwzawislak@gmail.com"
] | mattwzawislak@gmail.com |
f022d3bc74ff921bcf15ff24f071b62587372cd2 | 5513bf376916dfcfb9295da6f1bb542dc0e4f19f | /src/com/company/Matrix/MatrixMultiplication.java | 4f2f49bbc5931a5e121544ae02808b397cf02d1d | [] | no_license | srana6/Code_Bank_Practice_Questions | cd4874adbc50b8e8a9c81770657861403a3f398c | 43570e52f81fd9fe59354420420b7232b1efa908 | refs/heads/master | 2020-12-13T20:50:31.342474 | 2017-11-30T15:52:28 | 2017-11-30T15:52:28 | 95,496,749 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,009 | java | package com.company.Matrix;
import java.util.Arrays;
/**
* Created by macbook on 4/7/17.
*/
public class MatrixMultiplication {
private int [][] resultMatrix = new int[2][3];
public void matrixMultiply(int[][] matrix1, int[][] matrix2){
for(int i=0;i<matrix1.length;i++){
for(int j=0;j<3;... | [
"srana6@hawk.iit.edu"
] | srana6@hawk.iit.edu |
8170d5821d8b58372a42b5d1446ecb7257a26dea | 1a843aacf5dcda8cae2f87c2526c233f2a105af6 | /dnnorthwind-server/src/main/java/com/dncomponents/northwind/model/Employee.java | 350990ba65ec268e7d7649f599ad357673f4186f | [] | no_license | RaulPampliegaMayoral/dnnorthwind | 27b52fa8abbedcd51a211683818a04e5a8d48cc2 | 8b24f5d742669d8295067b2c1e54d98210a8aaa1 | refs/heads/master | 2023-03-21T02:23:05.232015 | 2021-03-21T18:28:15 | 2021-03-21T18:28:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,698 | java | package com.dncomponents.northwind.model;
import com.dncomponents.northwind.dto.EmployeeDTO;
import org.modelmapper.ModelMapper;
import javax.persistence.*;
import java.util.Date;
@Entity
@Table(name = "employees")
public class Employee {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private I... | [
"nikolasav@gmail.com"
] | nikolasav@gmail.com |
cda4c985104b4cb2eb03768c1a87206eb61310af | f675d96714a999682f1883af2c4b18f8f41f0733 | /sns-web/src/main/java/com/sky/sns/web/action/UserAction.java | 5e09fbde63d772a1bd6aa8bb66cf62ab0bd3bf7c | [] | no_license | ejunjsh/sns | 3d9382e4c7eea75bfd4990282b09fc566be9cc4e | a18c4640ca46ce8cce72ba52ed051115f7e4165e | refs/heads/master | 2020-03-28T23:57:29.270146 | 2014-02-23T12:19:20 | 2014-02-23T12:19:20 | 107,090,063 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,778 | java | package com.sky.sns.web.action;
import java.util.List;
import com.sky.sns.mybatis.entity.*;
import com.sky.sns.mybatis.iService.*;
import com.sky.sns.web.utility.ImageUtils;
import com.sky.sns.web.utility.WebContext;
public class UserAction extends BasePageAction {
/**
*
*/
private static final... | [
"shaojunjie@shaojunjie-Rev-1-0"
] | shaojunjie@shaojunjie-Rev-1-0 |
f21298e2a065c5f68018cb7e92ce3a287d39e0de | d544ddc4c2553f0a180aea02952a99a874203950 | /wood-the-gathering-master/src/wood/strategy/WoodPlayerStrategy.java | d321df940a4115fd527583e8c29bbfb399147fa8 | [] | no_license | adamac2/big-wood-strategy | 17aac19915466bde04d9e59c2e85930b29c878c8 | 20676b877a9baef94c9bd556168e96ddc0cc187c | refs/heads/master | 2022-12-12T07:40:41.991811 | 2019-03-03T22:45:03 | 2019-03-03T22:45:03 | 173,530,970 | 1 | 0 | null | 2022-12-08T01:39:34 | 2019-03-03T04:33:58 | Java | UTF-8 | Java | false | false | 2,930 | java | package wood.strategy;
import wood.game.TurnAction;
import wood.item.InventoryItem;
import java.awt.*;
import java.util.Random;
public interface WoodPlayerStrategy {
/**
* Called at the start of every round
*
* @param boardSize The length and width of the square game board
* @param maxInvent... | [
"adamac2@illinois.edu"
] | adamac2@illinois.edu |
cb36d0236e2e89f69abebf01096e9e9c9f4b7abe | 3a63f53a7e527fc47a1eaeeba05dec5763400e78 | /Tab/src/main/java/tab/App.java | 548e9692579e9fd1721e2c00010d04052a9fbb26 | [] | no_license | Check-8/Pub | 9a4535c9cdb9e7ac0397c245d0705e001b79b48d | 84d83fe3fc363c2a803b617e6e29be5826811a2d | refs/heads/master | 2020-06-22T03:19:33.072925 | 2016-12-14T20:25:04 | 2016-12-14T20:25:04 | 74,758,239 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 882 | java | package tab;
import javax.annotation.PostConstruct;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.cloud.client.circuitbreaker.EnableCircuitBreaker;
import org.springframework.cloud.client.discovery.EnableDiscoveryCl... | [
"marcocecca@gmail.com"
] | marcocecca@gmail.com |
7c4169563ab9b67f5555894dc3429bdfd87abc01 | 5c41afe41f647980ff7f7e48d5995a503e214124 | /1.JavaSyntax/src/com/javarush/task/task09/task0916/Solution.java | f90d565bc4756fa9e02cbc1a446c934ce8629957 | [] | no_license | darkpradoJava/JavaRushTasks | a56b27a30ed4f426a93703cb30f35804e4576043 | cc5e6534a4448ae7ed12ecf5fe99627acc3f8965 | refs/heads/master | 2020-04-27T11:26:21.707881 | 2019-05-24T06:08:13 | 2019-05-24T06:08:13 | 174,295,357 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,036 | java | package com.javarush.task.task09.task0916;
import java.io.IOException;
import java.rmi.RemoteException;
/*
Перехват checked-исключений
*/
public class Solution {
public static void main(String[] args) {
handleExceptions(new Solution());
}
public static void handleExceptions(Solution obj) {
... | [
"darkpradoJava@yandex.ru"
] | darkpradoJava@yandex.ru |
f20b30f8b0146c6f1db68367654f2e7daff0db5e | d2af0f9193fdf3877f944f3e1ab4a1bab339e97e | /lab05/OwnersPets/src/java/DAO/OwnerDAO.java | bdb3eb634b21be28e5e301c11d42962085a38710 | [] | no_license | daryashumeyko/rps | ea35fc0dcb6f5fc8952ca9b274e4efea977ef6d2 | 7a6631491abe1c0156014dd2c76a6029b8a2fdd0 | refs/heads/master | 2022-07-31T16:55:32.585144 | 2019-12-16T20:05:27 | 2019-12-16T20:05:27 | 219,556,976 | 0 | 0 | null | 2022-06-21T02:10:22 | 2019-11-04T17:23:22 | Java | UTF-8 | Java | false | false | 3,265 | java | package DAO;
import entities.*;
import java.sql.*;
import java.util.LinkedList;
import java.util.List;
public class OwnerDAO extends AbstractDAO <Integer, Owner>{
@Override
public List<Owner> getAll() {
List<Owner> list = new LinkedList<>();
PreparedStatement ps = getPrepareStatement("select ... | [
"daryashumeyko@gmail.com"
] | daryashumeyko@gmail.com |
1a5240e0e58f7bb187e9ea202a926fb89af11303 | 15c7c61d2cb11bed7ee9830ab5d040e9cc7d9529 | /scr/com/servlet/ConveyEditUserServlet.java | 4b72cb9f9c34076ba41467cb0ac3dd2be81cc3c9 | [] | no_license | yueeezhang/ConferenceManager | e3652529644a21e7a71cece4e5d9cb6c644c0122 | 87dadeb48dafdcba31147b23ef7fe44941c72e64 | refs/heads/master | 2020-07-11T00:04:25.550134 | 2019-09-30T20:09:12 | 2019-09-30T20:09:12 | 204,405,417 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,219 | java | package com.servlet;
import java.io.IOException;
import java.util.ArrayList;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.ser... | [
"noreply@github.com"
] | yueeezhang.noreply@github.com |
240a1b163b7a529423716e5b9946e527230dffc7 | 9e6f9493de73e5f80dd887f6372e75e520697d22 | /src/main/java/com/solomka/Homework18TestingApplication.java | e9857b4e867cb240f6fa24f45d7ff303364741df | [] | no_license | solomkao/homework-18-testing | f547303ff9cd43b810af1a9d83845182e265f2e0 | 7a847bdfcdf4d7e692663f384b8e42476097a1a8 | refs/heads/master | 2023-02-28T21:56:26.637702 | 2021-02-03T18:09:37 | 2021-02-03T18:09:37 | 335,713,044 | 0 | 0 | null | 2021-02-06T12:46:53 | 2021-02-03T18:09:07 | Java | UTF-8 | Java | false | false | 338 | java | package com.solomka;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class Homework18TestingApplication {
public static void main(String[] args) {
SpringApplication.run(Homework18TestingApplication.class... | [
"solomkao@gmail.com"
] | solomkao@gmail.com |
64e99b166a53ed73bbc07c64f9dbe07642d1b7d6 | 05ea019da84392f4e8a14bdd58af9918f992e9a7 | /FrameworkFriends/src/framework/model/service/BaseApplicationService.java | 0010faae0a3438ecafd392bfa515201e187a056a | [] | no_license | paraamigos/paraAmigos | 263061640ff7a6cc34d592853c635dd0ade9bad4 | 009b224531bbcf7fe84733ec5768a986ab5b01da | refs/heads/master | 2021-01-25T10:29:07.900880 | 2012-05-23T23:39:53 | 2012-05-23T23:39:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 25,774 | java | package framework.model.service;
import java.io.Serializable;
import java.lang.annotation.Annotation;
import java.lang.reflect.Field;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.persistence.EntityManager;
import javax.persistence.Id;
im... | [
"Raphael@Raphael-PC"
] | Raphael@Raphael-PC |
f5845ca2cc6960498e98d05365f8265ff6e9ce92 | c71b4add1e98ba6a3ed3bb293d2c967ff369b091 | /core/src/main/java/dev/punchcafe/vngine/chapter/ChapterConfigCache.java | 62c11b7370052e42e164cafb7264c89aaf988092 | [] | no_license | punchcafe/vNgine | 9b5b7aaf02858309b3eb3e8a643c5fa5691f7243 | 336e0f2f74d3d2a064bc8bec784a480a8486716f | refs/heads/master | 2023-09-06T08:00:49.232648 | 2021-10-06T22:44:45 | 2021-10-06T22:44:45 | 286,849,996 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 483 | java | package dev.punchcafe.vngine.chapter;
import dev.punchcafe.vngine.config.yaml.ChapterConfig;
import lombok.Builder;
import lombok.Getter;
import java.util.Map;
import java.util.Optional;
@Builder
public class ChapterConfigCache {
private final Map<String, ChapterConfig> chapterConfigMap;
@Getter
private ... | [
"lfruzza@hotmail.co.uk"
] | lfruzza@hotmail.co.uk |
5214485fba23627e85c3a691fe76e74a69f15546 | 33e8082481410ccbf1f5c01167e952b49b26ce45 | /app/src/main/java/org/allseen/lsf/sampleapp/UpdateSceneElementNameAdapter.java | c3bfdb5f3b155e08641e5f16ca9904f503f5d530 | [] | no_license | JunaidBabu/AllJoyn_LSF-sample | 17b47eff81669e847a8fd3f37536e1abba2b4ca9 | b113da7f11181b154ae480dd4b6c2aec53d7fbd3 | refs/heads/master | 2021-01-10T16:40:07.186444 | 2016-02-15T03:54:34 | 2016-02-15T03:54:34 | 51,729,292 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,519 | java | /*
* Copyright (c) AllSeen Alliance. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVI... | [
"junaidvayoli@gmail.com"
] | junaidvayoli@gmail.com |
f7073ec94ead275b5bcc065a5d2fc39047c2bc3c | bee3c5febdcf62ab9acf38fd9907baeb76847691 | /src/main/java/com/fafamc/weblog/config/WebLogAspect.java | 988cb90ee5aa20ed751a587668562c3edc21d871 | [] | no_license | liuxue920/gaku920 | 2083921ffe1f1d00d0db79e88eb20604697548c2 | 96c6d87675e5cfa6ab00738cbc58a2e6b5fa2c2d | refs/heads/dev | 2023-02-26T07:56:12.892584 | 2021-02-02T12:49:46 | 2021-02-02T12:49:46 | 290,436,708 | 1 | 0 | null | 2021-02-02T12:52:43 | 2020-08-26T08:12:33 | Java | UTF-8 | Java | false | false | 3,997 | java | package com.fafamc.weblog.config;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.builder.ReflectionToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
import org.aspectj.lang.JoinPoint;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.annotation.*;
import org.... | [
"gaku920@163.com"
] | gaku920@163.com |
3970e756f10e8ba3dadbb04c78323f3b61e6f8da | a225db77848d0f16e67e8b5926f4ea752fa96f64 | /serenity-core/src/test/java/twolevelpackagerequirements/fruit/apples/PickingApples.java | 8893ccb02c1549f4b1c578934d3cbb7826cb1ca4 | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | AnshumanGo/serenity-core | cb3c1ee091aa627b0bed59a9d4d6d5196ad3037a | 39330a5e92ec54ccb5d0c43c4f6aa4b97c75486b | refs/heads/master | 2021-11-29T19:54:27.254991 | 2021-11-17T15:46:06 | 2021-11-17T15:46:06 | 219,955,490 | 1 | 1 | NOASSERTION | 2020-10-01T11:18:58 | 2019-11-06T09:09:01 | HTML | UTF-8 | Java | false | false | 168 | java | package twolevelpackagerequirements.fruit.apples;
import net.thucydides.core.annotations.Narrative;
@Narrative(text="Pick some apples")
public class PickingApples {}
| [
"john.smart@wakaleo.com"
] | john.smart@wakaleo.com |
c9f00ef94cf2855a6bc399000a5c9d021f0bc7cb | 0d602644590f25e3ead81879d5f5b2bbb5f2520a | /AndroidSwipeLayout/src/main/java/com/gkzxhn/androidswipelayout/activity/MyActivity.java | 4d7d15e46f0292c0980d06fe98ba0334229a6cbb | [] | no_license | RaleighLuo/Sample | 4a639a6551d57aa2303337f2a93b12cd08b35ab8 | 97b2513b7cb45579c81ab1da4b277a41ae4ba72a | refs/heads/master | 2020-03-23T21:11:18.705151 | 2018-08-03T09:11:49 | 2018-08-03T09:11:49 | 142,087,969 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,773 | java | package com.gkzxhn.androidswipelayout.activity;
import android.app.Activity;
import android.content.Intent;
import android.graphics.Color;
import android.os.Bundle;
import android.util.Log;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.Toast;
import com.gkzxhn... | [
"Raleigh.Luo@live.com"
] | Raleigh.Luo@live.com |
b61e50194897fa79ac94f196c08253de88df749d | 2c6ab521992f1079b02eb5873fc1410fdd81b720 | /app/src/main/java/com/nansoft/find3r/models/Notificacion.java | dd0d44ea5e25fff5fbf1c777bd504e916804bca2 | [] | no_license | Find3r/Android-Mobile-App | fdbdd3bfe112cc4d69ee29e31e27d9877812493a | d5d5238f39dbd475c32e38c2ab69451a5edafe38 | refs/heads/master | 2020-12-24T17:45:05.854272 | 2016-03-30T05:38:34 | 2016-03-30T05:38:34 | 53,459,168 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,433 | java | package com.nansoft.find3r.models;
import com.google.gson.annotations.SerializedName;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.GregorianCalendar;
/**
* Created by User on 7/5/2015.
*/
public class Notificacion
{
public String id;
publi... | [
"ccasbre27@hotmail.com"
] | ccasbre27@hotmail.com |
1c60a5c66f339f6a374108cb95d910503fc5bea8 | 32ecc7b6458225f5261d4926aad1e7ed0aa865c2 | /app/src/main/java/com/example/dell/toolbardemo/MainActivity.java | dcef5605694ef3cdd448b6055f429451a493a0ab | [] | no_license | lurenman/ToolBarDemo | 3a9e97b010d3e9778b671e25693b981cdfa08c85 | b2672f7361379f45f199ab5016e5f879a87223d3 | refs/heads/master | 2020-04-09T01:49:15.204190 | 2018-12-01T07:04:56 | 2018-12-01T07:04:56 | 159,918,253 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,994 | java | package com.example.dell.toolbardemo;
import android.content.Context;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import com.example.dell.toolbardemo.activity.FirstTestActivity;
import com.example.del... | [
"1464013886@qq.com"
] | 1464013886@qq.com |
82f55bde5e74122674b1177cd454d58f4f6e2121 | b78cddadf169cd02e0f1694fc7b1605fd9622c69 | /app/src/main/java/com/example/anime/remote/AnimeService.java | cbaf6dd28c838c667f80b0afe6524c8ad1e4db22 | [] | no_license | IchfanAskar/apikey_anime | 7927323e1c0ffa6647e65bf24ca1e36a12a136e0 | 2dcf046b42b0e3bd006024d7c97bdeb2b655bbaa | refs/heads/master | 2020-05-07T22:14:09.928750 | 2019-04-12T05:56:30 | 2019-04-12T05:56:30 | 180,937,869 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 513 | java | package com.example.anime.remote;
import retrofit2.Retrofit;
import retrofit2.converter.gson.GsonConverterFactory;
public class AnimeService {
private static final String BASE_URL = "https://myanimelist.net/animelist/";
public static ApiEndpoint getApi(){
final Retrofit retrofit = new Retrofit.Builde... | [
"ichfanaskar@gmail.com"
] | ichfanaskar@gmail.com |
11f9c0c0b65ff2c47b72f9326dca150defa92b4c | 4779dc9a98eb316e091db8876f6f824955519f0d | /msrshop-coupon/src/main/java/com/msr/msrshop/coupon/controller/SeckillSessionController.java | 2aaf2d39ceefe7659d06cae08474c05b5aef3cd7 | [] | no_license | yangguixue3/msrshop-bp | 06270f6a7951334aec76762d8c16ea7eb3750744 | 1d5069f69ffd9213927bdc36d7104fb1300cc53e | refs/heads/master | 2022-12-22T18:56:41.108901 | 2020-09-15T08:35:10 | 2020-09-15T08:35:10 | 293,226,154 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,409 | java | package com.msr.msrshop.coupon.controller;
import java.util.Arrays;
import java.util.Map;
//权限认证的
//import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bi... | [
"guixueyang3.gmail.com"
] | guixueyang3.gmail.com |
75b5be29c644f7190396d26a22c0137adf324a50 | 9b8616f1d8bd87e0c3147327dd52ca84a89cb365 | /src/main/java/com/kuang/interceptor/LoginHandlerInterceptor.java | b75264deb2d3ae010ad1697db33b6cc45acdb2d1 | [] | no_license | zhang2014013936/springboot-web | 85c5bf94e9a3ba33f90a660b2333ab85e4c40844 | 806ce399dcaa6be71c1a13df85cae976f1f67214 | refs/heads/master | 2021-02-18T14:02:15.198523 | 2020-03-05T15:53:13 | 2020-03-05T15:53:13 | 245,203,405 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 852 | java | package com.kuang.interceptor;
import org.springframework.web.servlet.HandlerInterceptor;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
public class LoginHandlerInterceptor implements HandlerInterceptor {
// 判断是否拦截
@Override
public boolean preH... | [
"1426386618@qq.com"
] | 1426386618@qq.com |
5071abb89017c3a15ea3941d1ed0f511a0c6f15b | f83e003298c1071659389b3337be8af7d8225a3f | /4607/Frank_Hu.java | 376b32d61611bcd218bdf398411646955aa75e3d | [] | no_license | ckxzero/UGAICPC | 016331516e25759dd0d4e53db2e37ff8754b226b | 7ec31767d68ffd5b502c5089d00ce031af014030 | refs/heads/master | 2021-01-20T23:21:11.427408 | 2014-05-23T19:25:01 | 2014-05-23T19:25:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,340 | java | import java.util.Scanner;
public class RobotProblem {
static int cities = 0;
// First array spot = city
// Second array is cartesian point, there are two, the first is X and the
// second is Y.
static int[][] cityCartesians = new int[1000][2];
static int totalCable = 0;
static int totalCitiesOnSamePlane = 0;
s... | [
"frankhu@uga.edu"
] | frankhu@uga.edu |
ae004235ab9a13151528ab2eeefa93e30250c309 | 0f3cc4d8ffa9b258663ea58e47bfd39457cf1e25 | /app/src/main/java/com/halfbyte/danv1/Contenido/CardAdapter.java | f71904239a54fefae57698be8a9e7fe866aa406d | [] | no_license | jase156/social_network_dan | 5bf7061cf5c120a0d715aa80112f09c34b331840 | 83a323292f9e1360571663b7f0f355531577810f | refs/heads/master | 2023-07-14T23:03:31.719741 | 2021-09-01T20:21:11 | 2021-09-01T20:21:11 | 402,191,057 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,961 | java | package com.halfbyte.danv1.Contenido;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.os.Parcelable;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widg... | [
"javier_sarango@hotmail.com"
] | javier_sarango@hotmail.com |
bb3e3d26c36606e721895c6a77195d4e07976ab1 | dbccb82b5196815313c62b04d0839406f04b0e08 | /src/main/java/kpi/iasa/introductorycampaign/domain/User.java | 9e3b93427bb28d0fc779b9dc7bff4ce104304e97 | [] | no_license | antonymorato/IntroductoryCampaign | e37da420f168c841621f3568e11acb801fb5947f | 7ebc59cdca2cb94747600576d6243d5aafffd6b3 | refs/heads/master | 2022-04-11T21:57:51.748255 | 2020-04-01T10:34:59 | 2020-04-01T10:34:59 | 250,285,162 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,346 | java | package kpi.iasa.introductorycampaign.domain;
import lombok.Data;
import lombok.Getter;
import lombok.Setter;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.userdetails.UserDetails;
import javax.persistence.*;
import java.util.Collection;
import java.util.Set;
@G... | [
"antonymorato2@gmail.com"
] | antonymorato2@gmail.com |
4fb5023063123ad933923bf5e5c794002d7e8ef8 | 832adcdeb34c5ba6ba7d9ac6f1be01619711579d | /src/codingbat/functional2/NoNeg.java | 986449d2d9d6432f9fef73fd7b6864171f6f7b87 | [] | no_license | Duelist256/CoreJava | 208d5281988350e3a178ddefbebdba21ed6473b9 | 1fb5461691a7ac47ebd97577a8d5dd22171adb74 | refs/heads/master | 2021-01-21T15:19:44.807973 | 2017-09-10T13:51:19 | 2017-09-10T13:51:19 | 95,383,213 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 460 | java | package codingbat.functional2;
import java.util.ArrayList;
import java.util.List;
/**
* Created by Duelist on 27.08.2017.
*/
public class NoNeg {
public static List<Integer> noNeg(List<Integer> nums) {
nums.removeIf(n -> n < 0);
return nums;
}
public static void main(String[] args) {
... | [
"selykov.iw@yandex.ru"
] | selykov.iw@yandex.ru |
b15f5eadfdab29fbb4a35731e5de74ee92a0dc9f | 15691ffc96ac9a2c7e92c363a5107dc41c29874e | /src/application/Main.java | ccad26d09b3fb5f2eb5b0865c4bbedfeb35cae8d | [] | no_license | sciemniak000/LSystems | 55668c3096d758a29cca2e922948dffb2a5a0873 | 1bcd3515e625ead2f525df5ce28886f42dc793de | refs/heads/master | 2020-07-06T04:24:28.874799 | 2019-08-17T21:34:19 | 2019-08-17T21:34:19 | 202,890,855 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,671 | java | package application;
import java.io.File;
import java.io.IOException;
import java.nio.BufferOverflowException;
import com.jfoenix.controls.JFXButton;
import com.jfoenix.controls.JFXDecorator;
import com.jfoenix.controls.JFXDialog;
import com.jfoenix.controls.JFXDialogLayout;
import com.jfoenix.controls.JFXRippler;
i... | [
"sciemniak000@gmail.com"
] | sciemniak000@gmail.com |
53595698d6b5a906b1442cac1648f7f40b199570 | 20649c101cc747537e4207e52e4e17af4ee88b8f | /app/src/main/java/in/techrebounce/recyclerviewexample/MainActivity.java | 082b420cfed7ad330de25fd9024763d4bad0a20d | [] | no_license | sagarannaldas/RecyclerViewExample | ce667c5797818db570efced70c2feff920f971cb | 7ca18759a360a27e15896580d5cc14653c9d8a2a | refs/heads/master | 2023-02-26T09:09:32.805924 | 2021-01-28T08:11:35 | 2021-01-28T08:11:35 | 333,382,019 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,548 | java | package in.techrebounce.recyclerviewexample;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.os.Bundle;
import java.util.ArrayList;
import in.techrebounce.recyclerviewexample.Adapters.RecyclerV... | [
"annal7057@gmail.com"
] | annal7057@gmail.com |
d6e8efd5bd7e31918bfed9e53d90792a3e4735ec | b26f7b26f3b4eb7e0ab41bc7e5f0f3d51b62f6a8 | /src/main/java/cat/udl/tennis/game/Score.java | e1bb3ed440f51892b5a86c646dff9c337a1828cb | [
"Apache-2.0"
] | permissive | mduenast/internationalization-java | d576bf007493f1bd0c3d767f13f4ba22a8e82988 | d9ac296a3b1fd5c16e12d4806ef165b50cc110fb | refs/heads/master | 2021-08-19T14:39:08.870964 | 2017-11-26T17:18:16 | 2017-11-26T17:18:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 502 | java | package cat.udl.tennis.game;
public class Score implements Comparable<Score> {
private int value;
public Score() {
this.value = 0;
}
public void increment() {
this.value++;
}
public void reset() {
this.value = 0;
}
public int minus(Score score) {
retu... | [
"mdt3@alumnes.udl.cat"
] | mdt3@alumnes.udl.cat |
1c75e7a6dd6080f2f8f5ddfae1b31c0fbfbce5b3 | e35f13a081f38316719fef86660a9533c5cc10a1 | /mvc/src/test/java/com/ascending/blair/service/AuthorityRepositoryTest.java | 5b4ff4c6a20e8b0e258e5c9cdd672d794ebe4a8c | [] | no_license | liangblairshi/Online-Administration-System | 8e4c62f69ff3768186518fdca0ed056611d66d14 | 3d53aa80a9cffd06d5cfe048edc5ba5f29efc6f1 | refs/heads/master | 2021-10-20T20:51:23.190105 | 2019-03-01T17:26:05 | 2019-03-01T17:26:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,434 | java | package com.ascending.blair.service;
import com.ascending.blair.config.AppConfig;
import com.ascending.blair.domain.Authority;
import com.ascending.blair.domain.User;
import com.ascending.blair.repository.AuthorityRepository;
import com.ascending.blair.repository.UserRepository;
import org.junit.Test;
import org.junit... | [
"blair@Blairs-MBP.fios-router.home"
] | blair@Blairs-MBP.fios-router.home |
6c2cd8c3f342e8f09d445d93a9ac57d1108c7806 | b1b039cf90b1d19d4e75f91032b09322ebd1b0d7 | /pinyougou-pojo/src/main/java/com/pinyougou/pojo/TbSpecification.java | 912b338c5a90b786e740e121a101aa7828b1c8a3 | [] | no_license | yangzhishuai126/pinyougou | d57061723b7a2fb807e1409d6da6f2fa0dac7c89 | ffb24cfc49d9c4f47166208ccc834743c8bd72e4 | refs/heads/master | 2020-03-28T06:03:53.203450 | 2018-09-07T11:09:54 | 2018-09-07T11:10:06 | 147,812,073 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 540 | java | package com.pinyougou.pojo;
import java.io.Serializable;
public class TbSpecification implements Serializable {
private static final long serialVersionUID = -5963544798517861298L;
private Long id;
private String specName;
public Long getId() {
return id;
}
public void setId(Long id) ... | [
"1260111592@qq.com"
] | 1260111592@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.