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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5e8e22c2b735179e3a8097b4467a7b6a6fdf9b36 | d7b7eedfa1c24e53b4665b44bb0814abeec72c09 | /11/11.9/SimpleClipboard.java | 0e721ae3d5739ef0d6de0df131d18b2243762383 | [] | no_license | lefeudelavie/CreazyJavaLearn | a2e01e47952405c42f7d2826c2fb09367e8022e2 | 507ef0066b101f3bc0a02379df6763ce68b03c45 | refs/heads/master | 2021-06-07T18:17:10.730984 | 2021-05-11T15:52:17 | 2021-05-11T15:52:17 | 159,046,456 | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 1,588 | java | import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.awt.datatransfer.*;
public class SimpleClipboard
{
private Frame f = new Frame("¼òµ¥¼ôÌù°å");
private Clipboard clipboard = Toolkit.getDefaultToolkit().getSystemClipboard();
private TextArea jtaCopyTo = new TextArea(5, 20);
p... | [
"lefeudelavie@163.com"
] | lefeudelavie@163.com |
53a95f0f33b0352f0a775d9fbe57ed40d7ea40f8 | 0d14680ed62ec8c3fba74222ed0015bc7c972915 | /src/test/java/net/seocoo/ggys/module/coupon/service/impl/CouponTemplateServiceImplTest.java | 9c772ac30d0ce3954f9942f5d5cd1508b22d35df | [] | no_license | love52saber/ggys | 3667567ece5431a547bb9b1bda1feaaea51cb4e2 | fce00e4cd81add9e586c88aef513eb2c65aeec95 | refs/heads/master | 2022-06-30T09:12:21.227535 | 2019-08-27T13:07:20 | 2019-08-27T13:07:20 | 204,705,232 | 0 | 0 | null | 2022-06-29T15:58:47 | 2019-08-27T13:06:23 | Java | UTF-8 | Java | false | false | 622 | java | package net.seocoo.ggys.module.coupon.service.impl;
import net.seocoo.ggys.module.coupon.service.CouponTemplateService;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springfr... | [
"1457659650@qq.com"
] | 1457659650@qq.com |
1948b71f23277f3ae7387a0257a66bdc395f827a | 0ec0175900d862a67c586eee6ecc849de16e102d | /sources/TestClass.java | 91e5ea5b0182fa0bd72e339562eb4781a99006e2 | [] | no_license | arshedg/history | b7f567becbe3a2ebf874c13978fa39d5049322eb | 4dd58b9d9cc6058e3437c7cc841f927b616998dc | refs/heads/master | 2016-09-10T09:31:54.523036 | 2016-02-13T21:39:53 | 2016-02-13T21:39:53 | 28,503,803 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,661 | java |
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.Map;
import java.util.Scanner;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose... | [
"arshedg@gmail.com"
] | arshedg@gmail.com |
ad8e23c116291d9cdb8022fe4014cde4933aa7c3 | 5d6ad5c43c14057daee3a33f8a3bc5c4ea13adc1 | /src/test/java/com/qa/MapTests/AccountServiceTest.java | 641696b9bedd4caefcb70a57bd31380a761d6242 | [] | no_license | Matt25969/Account-SE-Base | 8bb516c4c56e50ad26b413255371089ec587aa42 | 56cd5eec1327e10c5ea1b8926f70a7b6d7d09b67 | refs/heads/master | 2020-04-17T00:09:45.978057 | 2019-02-11T09:37:03 | 2019-02-11T09:37:03 | 166,039,290 | 1 | 6 | null | null | null | null | UTF-8 | Java | false | false | 1,064 | java | package com.qa.MapTests;
import static org.junit.Assert.*;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import com.qa.persistence.domain.Account;
import com.qa.persistence.repository.AccountMapRepository;
public class AccountServiceTest {
@Before
public void setup() {
}
@Test
p... | [
"matt.jo.hunt@gmail.com"
] | matt.jo.hunt@gmail.com |
650055d985e904ce3f31dd573c838842e7e8e114 | ee84f9b93fc4038fed7448578df0ce60f71c61e3 | /Java Recursion/DesignPatterns/src/com/balleyne/designpatterns/converter/ConverterRunner.java | 983d19e4743331329f24aa8df4bf53464480e987 | [] | no_license | BAlleyneDev/Java-Algorithm-Practice | 825eb46e32b3099968d8d9c273097cfccf68eb4f | f83bdfd05120a970945a76ceb65d8ae02b5b7c36 | refs/heads/master | 2022-11-16T20:18:28.915426 | 2020-07-10T06:52:30 | 2020-07-10T06:52:30 | 278,560,794 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 470 | java | package com.balleyne.designpatterns.converter;
public class ConverterRunner {
public static void main(String[] args) {
ConverterFactory converter = new WeightConverterFactory();
double result = converter.calculate(5.87, "tonnes", "ounces");
System.out.println("Weight: "+result);
ConverterFact... | [
"noreply@github.com"
] | BAlleyneDev.noreply@github.com |
93018b5586ffed179f0bc1bef70e3f44f0dbacea | ca9208cc7fb8a8c85f3a975b0de280dbaa5e77d1 | /src/Main.java | 3c337faefbbf4491e9214f87e99e63463160bc6f | [] | no_license | prashant-chaudhary-code/Test | 3dca14e63ab0baf1f6ecb7f3999bd3789bba299d | e164b252ff2d876e7b78dfe879dccb65fe2b0dce | refs/heads/master | 2021-11-09T12:52:44.439751 | 2021-11-02T18:27:05 | 2021-11-02T18:27:05 | 95,423,143 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 140 | java | public class Main {
public static void main(String args[]) {
System.out.println("My first Test program for GIT push");
}
}
| [
"pkum@amazon.com"
] | pkum@amazon.com |
575600ea51926fa0e931a30ed5980e9c5c8f2a34 | 8db9f0d6b2b8e9c3be652f7bbc827f3e94c742eb | /src/S1401TO1600/S1590.java | 801fcbd8b5eea62d06999318cbb4486825682e0c | [] | no_license | proliuxz/Lintcode | de7e4bb369abb5b59c7f3c128f75a0e3ba396398 | 3b9e5dbb14fe257d77adc82325cc8cf8f3aae8fe | refs/heads/master | 2021-07-18T21:12:37.752690 | 2020-06-22T12:04:38 | 2020-06-22T12:04:38 | 183,857,014 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 733 | java | package S1401TO1600;
public class S1590 {
public int surfaceAreaof3DShapes(int[][] grid) {
// Write your code here.
int length = grid.length;
int surface1 = 0;
int surface2 = 0;
for (int i = 0; i < length; i++) {
for (int j = 0; j < length; j++) {
... | [
"xinzhuo.liu@afusion.com"
] | xinzhuo.liu@afusion.com |
a6cad66fd9bb825ef9649cb85e74582f5aa3ff85 | 1f47217ad740b03b5ca7c965a01788dee3c0fbf7 | /JLibrary06/lib/XML/JAXB/jaxb/samples/xml-channel/src/Test.java | 3a49bee77c4b22545ce67dfe1fdd092299c77171 | [] | no_license | amitabha66/JLibrary06 | bee7fddca01188991af968a5678fe1d89dce7ee3 | f19056cee7a88318315f9c25f8618aface8f0683 | refs/heads/master | 2021-01-19T07:03:19.133486 | 2016-06-23T16:41:59 | 2016-06-23T16:41:59 | 61,802,950 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,870 | java | /*
* The contents of this file are subject to the terms
* of the Common Development and Distribution License
* (the "License"). You may not use this file except
* in compliance with the License.
*
* You can obtain a copy of the license at
* https://jwsdp.dev.java.net/CDDLv1.0.html
* See the License for the sp... | [
"amitabha66@gmail.com"
] | amitabha66@gmail.com |
248e06271378fb574471de5726d225e160f54041 | 15d173d594038eafdbc36f971a3737a4551db681 | /repository/ProtoDummyStarsign/src/main/java/domain/Spellspecies.java | 0a28ef78fc09b71aecf4b8e7c210a7bef06c2e00 | [] | no_license | hydrolythe/Starsignbackend | 662dd082ca05cbcf37a7e83b65cf31ed493b7c3c | e3ff93939d408ed5bfc3ef1c8f9ea257f93b2b76 | refs/heads/master | 2023-01-31T12:44:46.886976 | 2020-12-17T13:28:24 | 2020-12-17T13:28:24 | 322,299,435 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 79 | java | package domain;
public enum Spellspecies {
EQUIPMENT,
FIELD,
EVENT
}
| [
"guylian.bollon.y2421@student.hogent.be"
] | guylian.bollon.y2421@student.hogent.be |
a301ce86c370b7cf97a265e8b4af838d9cd601fa | 2af5e62c67b1294d2f44970e3fd478bdca7bce7d | /src/Traversal.java | 0fdfc9c96b7d3dfa1a2ed305508063227a51feaf | [
"MIT"
] | permissive | MichaelMBradley/Detailing | 6f6380d705a753140cc089e17e6b3d667d44bf05 | 0783c13157e8b3cfd0b067cc9fbcd6271e2b5b62 | refs/heads/main | 2023-06-20T17:27:38.321828 | 2021-08-07T05:23:38 | 2021-08-07T05:23:38 | 363,982,326 | 0 | 0 | MIT | 2021-08-02T19:49:45 | 2021-05-03T15:52:13 | Java | UTF-8 | Java | false | false | 3,584 | java | import processing.core.PVector;
import java.awt.*;
import java.util.ArrayList;
import java.util.HashSet;
public class Traversal {
public static Node closestNode(HashSet<Node> nodes, PVector vertex) {
Node close = new Node();
float tempDist;
float distance = Float.MAX_VALUE;
for(Node n : nodes) {
tempDist ... | [
"michaelmbrad@gmail.com"
] | michaelmbrad@gmail.com |
edccb49e67f3905e4e053be91ffc0ed4110efe52 | 228b755cc1d2495a32e0052038285726d4db2c65 | /src/test/java/helpers/PageHelper.java | 210fc1f4dc516ffbdde15bcef0f0e04133c6e5b2 | [] | no_license | dsibagat/messaging_lk | bf2a835624014af5569fb8cbf3066add499c3250 | 25824dfd95959bad80d81553fe5f2b01e84ab0c8 | refs/heads/main | 2023-03-22T23:37:39.870542 | 2021-03-14T08:13:52 | 2021-03-14T08:13:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 796 | java | package helpers;
import static com.codeborne.selenide.Selenide.$;
import static com.codeborne.selenide.Selenide.$x;
public class PageHelper {
public static void openPersonalData() {
$x("//span[contains(text(),'Профиль')]").click();
$x("//a[contains(text(),'Личные данные')]").click();
}
pu... | [
"andreyanov.denis92@gmail.com"
] | andreyanov.denis92@gmail.com |
85bfa65ebc5e2032764bb248e3c273212e528894 | 8172d6c45c0c9516fd2e89822c56aa99a33bc859 | /app/src/main/java/com/andrey/englishcard/utils/Pair.java | 0cbcdf636f5a1c3ce423ff47ea2648eb13eeadf3 | [] | no_license | karlson136/EnglishCard | 05170d0bd047aea13d34ac1fcf1f708b0dc52a2a | 1a5078343abd603f68929eafe14743476e656eb9 | refs/heads/master | 2021-01-22T17:33:19.472661 | 2016-07-25T18:32:53 | 2016-07-25T18:32:53 | 63,883,283 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 608 | java | package com.andrey.englishcard.utils;
/**
* Created by andrey on 22.07.16.
*/
public class Pair<T, U> {
private final T english;
private final U russian;
// serialization purpose
public Pair() {
english = null;
russian = null;
}
public Pair(T key, U value) {
this.eng... | [
"karlson136@tut.by"
] | karlson136@tut.by |
b15b4b2026427913f4d5510de4cff1565814cf47 | 7070dfe4f01634bc4489247e1db5d1483b6a5e5f | /app/src/main/java/com/baoyz/swipemenulistview/SwipeMenuItem.java | a37181492ce5b14cb78584223c8a22c3f53e5c02 | [] | no_license | chutianfan/SNSApp | 342123b25810b5adeffff429a3b57ebc0006f25b | 4df34a714cc478ee227ec3e45daca66d41a72798 | refs/heads/master | 2021-01-23T20:13:21.454972 | 2016-03-11T18:05:48 | 2016-03-11T18:05:48 | 67,822,941 | 1 | 0 | null | 2016-09-09T18:32:24 | 2016-09-09T18:32:24 | null | UTF-8 | Java | false | false | 1,807 | java | package com.baoyz.swipemenulistview;
import android.content.Context;
import android.graphics.drawable.Drawable;
public class SwipeMenuItem {
private Drawable background;
private Drawable icon;
private int id;
private Context mContext;
private String title;
private int titleColor;
private i... | [
"panda926@outlook.com"
] | panda926@outlook.com |
f4f7743dd28292e6d816b57d7c8461f7e7a2f76f | 065c1f648e8dd061a20147ff9c0dbb6b5bc8b9be | /drjava_cluster/15520/src_1.java | 6b961a62ec455fcc14049a0d1d435502e02a36d2 | [] | no_license | martinezmatias/GenPat-data-C3 | 63cfe27efee2946831139747e6c20cf952f1d6f6 | b360265a6aa3bb21bd1d64f1fc43c3b37d0da2a4 | refs/heads/master | 2022-04-25T17:59:03.905613 | 2020-04-15T14:41:34 | 2020-04-15T14:41:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 26,220 | java | /*BEGIN_COPYRIGHT_BLOCK
*
* Copyright (c) 2001-2008, JavaPLT group at Rice University (drjava@rice.edu)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source cod... | [
"375833274@qq.com"
] | 375833274@qq.com |
b7f1b968ae0b0d5f25de4c6948442b4e36dc8b8d | 7545119988bc288492a256d63325c036f092e9db | /project/reversing/upos/upos_jadx/sources/android/support/v7/view/ContextThemeWrapper.java | 3690c43d77011a4f999c53b81d59290ab28fbb9f | [] | no_license | KhoaDD2/homework | edfc7ba5361028b0a508e6148b50e0dc199c061d | fb55d7591ed86f1f3391c42ecc60b5aca33e0bf7 | refs/heads/master | 2022-12-18T10:30:01.646990 | 2020-09-19T05:44:33 | 2020-09-19T05:44:33 | 295,287,598 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,699 | java | package android.support.v7.view;
import android.content.Context;
import android.content.ContextWrapper;
import android.content.res.AssetManager;
import android.content.res.Configuration;
import android.content.res.Resources;
import android.os.Build;
import android.support.annotation.StyleRes;
import android.support.v7... | [
"KhoaDD2.95@Gmail.com"
] | KhoaDD2.95@Gmail.com |
1a780ec1e62e7348260f172905e51e6920b28a45 | 3144eaac0e5d800282232af00d80337c6dfb0098 | /zebone/dip/src/main/java/com/zebone/dip/ws/resource/check/component/UserCheck.java | b66924ee6f02fe2b7d27f776d78cd00f1caa50a2 | [] | no_license | HeeroLL/store | a2bf17a9edc1594fb2d8c71bf30cc8298d322b91 | 02177879d1bad1d919cc14498122fe3f98bc3453 | refs/heads/master | 2022-12-11T12:23:11.029000 | 2022-12-02T09:13:59 | 2022-12-02T09:13:59 | 25,424,633 | 8 | 3 | null | null | null | null | UTF-8 | Java | false | false | 1,644 | java | package com.zebone.dip.ws.resource.check.component;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import com.zebone.check.CheckResult;
import com.z... | [
"114046323@qq.com"
] | 114046323@qq.com |
b31b421c01bf562fb4bc1f9d145042895d992552 | 6079a95946f746c2c68f9e1b21d87799d139f857 | /src/boletin6/pkg14/Boletin614.java | f7c62d368ee9f7ac48f32a1f835bdf5caaa104d4 | [] | no_license | AaronADRC88/boletin6.14 | eb45a8181017c2f7257d6060443ee884893d6de5 | f6e306e1cbd0111c3b53be26140c41f5f328678b | refs/heads/master | 2020-03-30T05:19:18.707712 | 2014-10-23T10:19:28 | 2014-10-23T10:19:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 931 | java | /*(código: C1, precio: 24 euros), (código: H23, precio: 234 euros) y (código: M30,
precio: 109 euros). A continuación debe cambiarse o segundo producto da factura
polo seguinte (código: K123, precio:247 euros) e volve a imprimir a factura */
package boletin6.pkg14;
public class Boletin614 {
/**
... | [
"aferreiradominguez@eniac27.danielcastelao.org"
] | aferreiradominguez@eniac27.danielcastelao.org |
7e098621c54912783edc4af7528644ca97555850 | bf2966abae57885c29e70852243a22abc8ba8eb0 | /aws-java-sdk-iam/src/main/java/com/amazonaws/services/identitymanagement/model/transform/PutUserPermissionsBoundaryResultStaxUnmarshaller.java | 6c758a033dbb10fca81a894d673455fc795eb47b | [
"Apache-2.0"
] | permissive | kmbotts/aws-sdk-java | ae20b3244131d52b9687eb026b9c620da8b49935 | 388f6427e00fb1c2f211abda5bad3a75d29eef62 | refs/heads/master | 2021-12-23T14:39:26.369661 | 2021-07-26T20:09:07 | 2021-07-26T20:09:07 | 246,296,939 | 0 | 0 | Apache-2.0 | 2020-03-10T12:37:34 | 2020-03-10T12:37:33 | null | UTF-8 | Java | false | false | 2,389 | java | /*
* Copyright 2016-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
c6e4295f7430281f55ffceeab7b3d53b41a51550 | aaa50c2cc725f3f1a86d694e7ee0e8192f607a0e | /ext/daimlerspm/daimlerspmcore/src/com/daimler/spm/core/actions/quote/QuoteBuyerSubmitAction.java | 48176a568679933c8e5ca24958bb2075f71322ed | [] | no_license | hilbertlu/daimlerspm_poc | 5c4e0760bfd68753ced8013ca6875890df3e709f | 0f66b9a992d84df57f8e356d734e22231b14c851 | refs/heads/master | 2021-01-23T02:59:14.901408 | 2017-07-07T12:49:38 | 2017-07-07T12:49:38 | 86,037,802 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,651 | java | /*
* [y] hybris Platform
*
* Copyright (c) 2017 SAP SE or an SAP affiliate company. All rights reserved.
*
* This software is the confidential and proprietary information of SAP
* ("Confidential Information"). You shall not disclose such Confidential
* Information and shall use it only in accordance with the te... | [
"hilbert.lu@sap.com"
] | hilbert.lu@sap.com |
ea3e5e64de961d77921cb110f52ef9a6d78a9804 | cfd1b6ca1f2fa5209a9d8d593dc5326a4f216fdc | /zhizhi/.svn/pristine/67/67d87b98d34958729399c0b5b3c2ee91f55e78de.svn-base | e47b55e07ba5e979f8c07d2440dae3b3ebd6bd98 | [] | no_license | BuseeLi/zhizhi1.0 | a6c68a4be6d058039b31e6881944a04326efa8f9 | f10ee7ac5672106b31a39dd3bbd51c59aaeb0586 | refs/heads/master | 2021-05-02T10:52:36.257717 | 2018-02-08T13:57:00 | 2018-02-08T13:57:00 | 120,764,505 | 0 | 0 | null | 2018-02-08T13:25:18 | 2018-02-08T13:25:18 | null | UTF-8 | Java | false | false | 7,045 |
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 2017 摩码创想, support@momathink.com
*
* This file is part of Jiaowu_v1.0.
* Jiaowu_v1.0 is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published ... | [
"33798873+OldStreetCN@users.noreply.github.com"
] | 33798873+OldStreetCN@users.noreply.github.com | |
2e8abff8691e7fd2abbbd8a889cf3dcc4ec783a7 | 6df5e4ca8a831000696f5155a921460d9e121293 | /app/src/test/java/com/example/jeetmeena/findplace/ExampleUnitTest.java | 4313e833215c718f830e9943c7de1fef91a4d8bd | [] | no_license | jeetmeena/FindPlace | 1110dd791678f23db913739eff60cd179e4f0283 | 0a16fcf4946107cb15820d42a73a1f5a662a940e | refs/heads/master | 2020-03-30T20:34:33.422977 | 2018-10-04T17:02:08 | 2018-10-04T17:02:08 | 151,593,977 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 392 | java | package com.example.jeetmeena.findplace;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
pu... | [
"jeetpalmeena143@gmail.com"
] | jeetpalmeena143@gmail.com |
1e59e85e57db9fe9e59fdcaf9989eb93febefd57 | f417dbb7856d987373c1588014b9aed059235015 | /spring-beans/src/main/java/org/springframework/beans/factory/support/StaticListableBeanFactory.java | a7010857b6e6be4c27b2a129e19e65bf00ac7b72 | [
"Apache-2.0"
] | permissive | MonsterCodingJ/spring-framework | 975c0bc44247cfbd367bdb35da67146c0d7e3971 | 5f152cb1530ea88485efef115e0ff05687301792 | refs/heads/master | 2022-12-05T04:43:08.831380 | 2020-08-28T00:47:56 | 2020-08-28T00:47:56 | 290,420,347 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,070 | java | /*
* Copyright 2002-2018 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 requi... | [
"459997077@qq.com"
] | 459997077@qq.com |
32387ac93217c87440fcb5f8df61964bec0a762a | dc25b23f8132469fd95cee14189672cebc06aa56 | /frameworks/base/core/java/android/net/NetworkInfo.java | 9196dd7921299dee2b147420d716873e4847d7b4 | [
"LicenseRef-scancode-unicode",
"Apache-2.0"
] | permissive | nofearnohappy/alps_mm | b407d3ab2ea9fa0a36d09333a2af480b42cfe65c | 9907611f8c2298fe4a45767df91276ec3118dd27 | refs/heads/master | 2020-04-23T08:46:58.421689 | 2019-03-28T21:19:33 | 2019-03-28T21:19:33 | 171,048,255 | 1 | 5 | null | 2020-03-08T03:49:37 | 2019-02-16T20:25:00 | Java | UTF-8 | Java | false | false | 16,673 | java | /*
* Copyright (C) 2014 MediaTek Inc.
* Modification based on code covered by the mentioned copyright
* and/or permission notice(s).
*/
/*
* Copyright (C) 2008 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 th... | [
"fetpoh@mail.ru"
] | fetpoh@mail.ru |
8b02860225dd9ff82023aa12c545c78cf36f05c0 | 699258f4346b9a4db5ef98ad3b7b5fd3621e50ee | /src/main/java/io/quarkus/arc/benchmarks/appbeans/AppBean156.java | c7bf5698ae0f5d740329f38d7cbfb4dabb995a69 | [
"Apache-2.0"
] | permissive | mkouba/arc-benchmarks | 3828fc33a1394023136335dc9b9cededce85f5a3 | 0b3536f490217ee9621d8a082c6cfb8286e96e10 | refs/heads/master | 2023-02-16T20:33:51.835507 | 2023-02-02T14:17:21 | 2023-02-02T14:17:21 | 215,313,316 | 0 | 2 | Apache-2.0 | 2021-03-25T12:40:11 | 2019-10-15T14:01:23 | Java | UTF-8 | Java | false | false | 211 | java | package io.quarkus.arc.benchmarks.appbeans;
import javax.enterprise.context.ApplicationScoped;
import io.quarkus.runtime.Startup;
@ApplicationScoped
@Startup
public class AppBean156 {
void ping() {
}
} | [
"mkouba@redhat.com"
] | mkouba@redhat.com |
1b4e02703b7d8a9ee595f1957cb7c64675f66515 | ac8ea764f9e55984f416541085d966ae4a04f866 | /DailyFlash/Assignemnt/Solution/p16.java | a906c1f9097fece7b565e2b6e95575213bccac4d | [] | no_license | kajalbabar/Java | 9be6944606d8b5ecab2c7b43529fd221376131ac | 941b5941e31176ca8163ced1267fba4775e776ef | refs/heads/master | 2023-01-20T03:41:49.351508 | 2020-11-23T20:58:09 | 2020-11-23T20:58:09 | 315,439,229 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 679 | java | /*Program 17: Write a program to check whether the number is prime number or not
(Take hardcoded Value)
Input: 13
Output: It is a prime number
*/
class Program {
static boolean isPrime(int num) {
if(num == 1)
return false;
for(int i=2; i<=num/2; i++) {
if(num%i... | [
"“babarkajal555@gmail.com”"
] | “babarkajal555@gmail.com” |
0473a11d516662cd4ce7f1f98d8ca39b1d93ab45 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /large-multiproject/project48/src/main/java/org/gradle/test/performance48_4/Production48_348.java | 27dd9abdb9e5c6c503c1ce51e0cb2a5f89a3f113 | [] | 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 | 305 | java | package org.gradle.test.performance48_4;
public class Production48_348 extends org.gradle.test.performance14_4.Production14_348 {
private final String property;
public Production48_348() {
this.property = "foo";
}
public String getProperty() {
return property;
}
}
| [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
6390c78892ac336a0da116d6c0f5c88e5d093636 | e4b466225eba658619f858ad5ef93b525ddb1823 | /app/src/main/java/com/sengmei/RetrofitHttps/Beans/ZhuanHuanBean.java | 1376a504f8706c2a4ff39bf73b0416c0c4e87291 | [] | no_license | kingTec-org/Coinbks | dae4410928aa117e77ca68bc28d2c717e81e9f4c | 634693b6a84ac1e36aac9de1323a270a3af0e45f | refs/heads/master | 2020-12-02T09:40:44.329877 | 2019-08-07T09:22:00 | 2019-08-07T09:22:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,391 | java | package com.sengmei.RetrofitHttps.Beans;
import java.util.List;
public class ZhuanHuanBean {
private String type;
private ObjectBean message;
public ObjectBean getMessage() {
return message;
}
public void setMessage(ObjectBean message) {
this.message = message;
}
publi... | [
"2452140264@qq.com"
] | 2452140264@qq.com |
7bf80ed74226e2732b10aebd357cbf2358d2f9cc | 7c3b2e1bee374976cd6641c0e6e15fe4877a1db8 | /src/main/java/br/com/devdojo/endpoint/StudentEndpoint.java | dd6ffe46e69a189bfa6c9fa7072112005c64ec57 | [] | no_license | vanvibig/springboot-essentials | 4862a3d1fa542fe14316c749810249880bc4d9a0 | 7c406a8edf1800cdcb21a530b161520ea0dcd707 | refs/heads/master | 2020-03-17T17:41:27.179329 | 2018-05-19T11:16:29 | 2018-05-19T11:16:29 | 133,798,336 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,769 | java | package br.com.devdojo.endpoint;
import br.com.devdojo.error.ResourceNotFoundException;
import br.com.devdojo.model.Student;
import br.com.devdojo.repository.StudentRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Pageable;
import org.springframework.htt... | [
"vanvibig@gmail.com"
] | vanvibig@gmail.com |
b3c189cb60b123ea9e2124d4d0fd40d269ccd972 | 0e66389d4374e7ae3955cd2712c75616ee4b6444 | /vendor/samsung/hardware/wifi/hostapd/V2_0/ISehHostapdCallback.java | 270803114d84c04c23a7021000d844656f2fbab6 | [] | no_license | hk-ng/SM-N9750-TGY | 07d2fd67e140145a56bfa6475e90758328f56750 | 2495bf5b0d3298d07b5fd47d7a0db006c9b316ed | refs/heads/main | 2022-12-25T08:09:46.183119 | 2020-10-11T13:56:50 | 2020-10-11T13:56:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 21,802 | java | package vendor.samsung.hardware.wifi.hostapd.V2_0;
import android.hardware.wifi.hostapd.V1_1.IHostapdCallback;
import android.hidl.base.V1_0.DebugInfo;
import android.hidl.base.V1_0.IBase;
import android.os.HidlSupport;
import android.os.HwBinder;
import android.os.HwBlob;
import android.os.HwParcel;
import android.os... | [
"headuck@users.noreply.github.com"
] | headuck@users.noreply.github.com |
8445e25e90fc4fb59e60364b33f8e9c830accc91 | 9faf0ff086f1873606518b7e43eb1d088b7cc955 | /txlcn-tm/src/main/java/com/codingapi/txlcn/tm/core/DefaultDTXContext.java | f36456385ac1cabb26b470c0373ccb72af45e64f | [] | no_license | zsx950110/master | f1d745b367ec89475b008abe4577e6ebb77b935d | 95c3434be8afc1aaf925fae87c53f06bd1abdb0d | refs/heads/master | 2022-12-23T15:44:18.525077 | 2020-06-30T09:45:54 | 2020-06-30T09:45:54 | 202,537,448 | 1 | 0 | null | 2022-12-16T09:44:36 | 2019-08-15T12:30:58 | JavaScript | UTF-8 | Java | false | false | 2,757 | java | /*
* Copyright 2017-2019 CodingApi .
*
* 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 agre... | [
"zsx_office@163.com"
] | zsx_office@163.com |
87edc7857e630ccfd9b8572df02a16e19916496c | 54682b2d75932cbfd6de6c32ce58dc250b5046cc | /src/beans/CircleFurniture.java | 2a125a1617411f9f078a6d02a199d2e58d675dc6 | [] | no_license | Alexander-Gaidukevich/FiguresProject | 4cc7f9119ecd8790fe37d30bca815fc1fe3ee58f | 68f35750e7f738edc2ae92aa02c5f979e4e40b93 | refs/heads/master | 2021-01-20T06:39:04.480527 | 2017-03-04T08:11:58 | 2017-03-04T08:11:58 | 83,878,028 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 367 | java | package beans;
public class CircleFurniture extends Figuare implements IPerimeter {
public CircleFurniture(int a) {
super(a);
}
@Override
public double getSquareFiguare() {
return getA()*getA()*Math.PI; //S = Pi * R * R
}
@Override
public double getPerimeter() {
retu... | [
"Gaidukevich.al@gmail.com"
] | Gaidukevich.al@gmail.com |
ed7fb3003447071024eb850966a9dbdf33c089c1 | 2c65c53ef5390bd70fd2ddb9bbc2b19027f2479f | /kangaroo-web-admin/src/main/java/io/github/pactstart/admin/system/form/ConfigLogQueryForm.java | 35819db5f077b04daa98c703958e8295f99dcd97 | [] | no_license | zt6220493/kangaroo | f37cdaa815708fb56e33d8f4ed7d83885551011a | 16c8a9f7589ec33f01559d3308f8dd8e49493afe | refs/heads/master | 2022-12-28T04:50:48.186699 | 2019-09-25T10:40:27 | 2019-09-25T10:40:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 307 | java | package io.github.pactstart.admin.system.form;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
@Getter
@Setter
@ToString
public class ConfigLogQueryForm {
/**
* 命名空间
*/
private String namespace;
/**
* 配置名称
*/
private String name;
}
| [
"1203208955@qq.com"
] | 1203208955@qq.com |
6a6dfd8c0dd10250c488ae353a5d7b5ca8f73950 | cd2dcaf6b9d041edb6599b184ba61c6825c3e0c8 | /kadima-commons/src/main/java/com/bei2love/kadima/modules/sys/security/FormAuthenticationFilter.java | 85f32c45954d235ea85c497fa011d50b830fd436 | [
"Apache-2.0"
] | permissive | bei2love/kadima | cd4886121402b684daeda0e0d73ce88f8bbaa1b7 | fa608c5ddf92041edb949017c40524254c0aa68b | refs/heads/master | 2021-01-10T13:22:28.359544 | 2015-10-30T03:19:06 | 2015-10-30T03:19:06 | 45,022,939 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,430 | java |
package com.bei2love.kadima.modules.sys.security;
import com.bei2love.kadima.commons.utils.StringUtils;
import org.apache.shiro.authc.AuthenticationException;
import org.apache.shiro.authc.AuthenticationToken;
import org.apache.shiro.authc.IncorrectCredentialsException;
import org.apache.shiro.authc.UnknownAccountExc... | [
"bei2love@126.com"
] | bei2love@126.com |
2c11ce25730f70ccdb27a19aa38423c9d5e34393 | ba08938dba94f1ac09539c6394f9aeeefbafe792 | /JavaDemoPrograms/src/com/sgtesting/assgn13/Cuberet.java | 756658a60a6d52618d6cbae8e88b3498e44e724e | [] | no_license | monisha321/TestAutomation | d36331a7f197c2286ae22f930a7c578723142ea1 | 86e945c784d6bf7b542708f5d3e5467dab4bd01c | refs/heads/master | 2023-06-02T20:30:17.016426 | 2021-06-14T13:01:27 | 2021-06-14T13:01:27 | 374,366,938 | 0 | 0 | null | 2021-06-11T07:23:32 | 2021-06-06T13:26:09 | Java | UTF-8 | Java | false | false | 549 | java | package com.sgtesting.assgn13;
class Cube
{
static int display()
{
int x=10;
System.out.println("size of array is "+x);
return x;
}
static int[] arr()
{
int k=0;
int a[]=new int [Cube.display()];//if it was normal method then ,just display()
for(int p=1;p<=10;p++)
{
a[k]=(p*p*p);
System.out.pri... | [
"monisha3331992@gmail.com"
] | monisha3331992@gmail.com |
56a4362b23e964e4180cc9bdc3b84da46d8b93c6 | 0959377429523e7ffa6f9cbf6d489912d45400f6 | /app/src/main/java/com/example/alex/fragments/groups/FacultyGroupsFragment.java | f15666bf990c9811dbf163496a546451f75d5a23 | [] | no_license | AlexKiss6/Corkboard | d18c663ec8c2fe731f7da5a04d78de4c84fc98b0 | ac9af00ea87c216f08e740e68945e2e2917a242e | refs/heads/master | 2021-01-21T21:43:23.469523 | 2016-03-08T17:01:02 | 2016-03-08T17:01:02 | 52,010,970 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,797 | java | package com.example.alex.fragments.groups;
import android.app.Fragment;
import android.app.FragmentTransaction;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import com.ex... | [
"wowmail1123@yahoo.com"
] | wowmail1123@yahoo.com |
fc89baa79d9121292ce9dcee8f26685e613e6faf | 2a1433d5ea686dcf47ef299cbd2d1f42be29b942 | /Laboratoriniai/Lab7/app/src/main/java/com/example/lab7/MainActivity.java | 49cef3f181e064f4969f349b32a55d3573490a3d | [] | no_license | Paranite/Android_uni | 978457f1c03693f3f5ba494b4e38d2b736f7b984 | 84aa1323012471e4d0c1a85011db0577defb0316 | refs/heads/main | 2023-02-18T01:36:19.521752 | 2021-01-21T19:06:53 | 2021-01-21T19:06:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,059 | java | package com.example.lab7;
import androidx.annotation.RequiresApi;
import androidx.appcompat.app.AppCompatActivity;
import androidx.core.app.NotificationCompat;
import androidx.core.app.NotificationManagerCompat;
import android.app.AlarmManager;
import android.app.NotificationChannel;
import android.app.NotificationMa... | [
"gedikai@gmail.com"
] | gedikai@gmail.com |
7efc75ec27cd34c0691143e56eeb16e56ebecfd5 | 9205eb3b00c75cd7fbecbd5669667feb3cf1d3cc | /src/main/java/com/rest/webservices/user/User.java | fcd057973f3db5f07710c4ce70839d84e76c8898 | [] | no_license | sarracent/Master-Microservices-with-Spring-Boot-and-Spring-Cloud | c0b2ef9f4d621e21c47541b971e4309fa29e821d | 708d776b5acb8d174f869cfdfe3d576dc291d435 | refs/heads/master | 2022-11-22T18:03:32.253401 | 2020-07-29T17:12:53 | 2020-07-29T17:12:53 | 283,410,596 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 789 | java | package com.rest.webservices.user;
import java.util.Date;
public class User {
private Integer id;
private String name;
private Date birthDate;
public User() {
super();
}
public User(Integer id, String name, Date birthDate) {
super();
this.id = id;
this.name = name;
this.birthDate = birthDate;... | [
"damian.sarracent@sondeos.com.ar"
] | damian.sarracent@sondeos.com.ar |
5a60a1a2e2e3226f0f488a807cb1d680044a8ced | 79ebd9b90aa032317187d9a2ff6383479be47181 | /SMASHCSS/src/no/ntnu/item/smash/css/comm/ULCResponse.java | dd0be2f8fa03658ae3d73cb9a20766d72a499396 | [] | no_license | shiec/MasterThesis | c663a075c93e254164c7aecb4770ac7b5c467c65 | d316ea46c00ed70d6a7e89ee11bf22fd6a2a363c | refs/heads/master | 2021-01-01T17:16:09.045380 | 2015-05-05T18:55:32 | 2015-05-05T18:55:32 | 35,118,134 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 691 | java | package no.ntnu.item.smash.css.comm;
import java.util.HashMap;
public class ULCResponse {
public static final int OK = 1;
public static final int REJECT = 0;
public static final int PARTIAL = 2;
private String id;
private int code;
private HashMap<String,Object> data = new HashMap<String,Object>(... | [
"chenshieamanda@gmail.com"
] | chenshieamanda@gmail.com |
105792ba0b5e25ff5c27b4f51a9800ffdd231c68 | 4b0bf4787e89bcae7e4759bde6d7f3ab2c81f849 | /aliyun-java-sdk-cr/src/main/java/com/aliyuncs/cr/model/v20160607/GetImageLayerRequest.java | 266f6f1677a77311ed3d307ccfa9740192f4fbc9 | [
"Apache-2.0"
] | permissive | aliyun/aliyun-openapi-java-sdk | a263fa08e261f12d45586d1b3ad8a6609bba0e91 | e19239808ad2298d32dda77db29a6d809e4f7add | refs/heads/master | 2023-09-03T12:28:09.765286 | 2023-09-01T09:03:00 | 2023-09-01T09:03:00 | 39,555,898 | 1,542 | 1,317 | NOASSERTION | 2023-09-14T07:27:05 | 2015-07-23T08:41:13 | Java | UTF-8 | Java | false | false | 2,135 | java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
652b3ccc60a4c91556a873d76e5db512affc0658 | 69e09b8930a8affee58f9bb3be8a95a591196576 | /tab/src/main/java/com/toocms/tab/widget/banner/transform/FlowTransformer.java | 408562bf164990148fb539b406e9f3081d8d1237 | [] | no_license | toocms-library/tab6 | 16b84e0f52121a01b7999467f2dd5a6f33904a6a | 1a2f9613ee407c8a31f4a3d682ab389cd1a788e4 | refs/heads/master | 2023-07-05T21:45:05.770527 | 2021-08-06T06:06:44 | 2021-08-06T06:06:44 | 312,519,794 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 438 | java | package com.toocms.tab.widget.banner.transform;
import androidx.annotation.NonNull;
import androidx.viewpager.widget.ViewPager;
import android.view.View;
/**
* 翻转切换
*
* @author xuexiang
* @since 2019/1/14 下午10:12
*/
public class FlowTransformer implements ViewPager.PageTransformer {
@Override
public voi... | [
"98562@qq.com"
] | 98562@qq.com |
515622d4fbd59ffd13b56fffeaff65b3e2dd07aa | e32aec58128008cc9b66e7f417ea3a0f5a90ffe4 | /server/ifx-server/ifx-web/src/main/java/com/isoft/ifx/web/filter/CrossOriginFilter.java | 240d117cda89110af698ab4d9b83788fe3dccdd2 | [] | no_license | com-isoft/ifx | 446e4a24380bd1e14cf1d20171ed48c13ff49f02 | e69211c528979326f1ca1b646ad02a57e5c65028 | refs/heads/master | 2021-01-20T12:21:15.988150 | 2017-08-29T09:22:21 | 2017-08-29T09:22:23 | 101,713,107 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 831 | java | package com.isoft.ifx.web.filter;
import org.springframework.web.cors.CorsConfiguration;
import org.springframework.web.cors.UrlBasedCorsConfigurationSource;
import org.springframework.web.filter.CorsFilter;
/**
* 跨域filter
*/
public class CrossOriginFilter extends CorsFilter {
public CrossOriginFilter() {
... | [
"Gavineil@outlook.com"
] | Gavineil@outlook.com |
d15dc8ff11a92c2e3e8af4cafa3f67073485bbab | 66624f731af15be78b5f4651472956ee0aacea19 | /MyJavaFXProject/src/application/bo/myCarre.java | 89318cb3c33676b92d28edd1047070f9ab029e80 | [] | no_license | inatsauolee/shape-drawing | b91ce7d0d450bce90f647322c7295d2bb9efe8c9 | c372575a4abd85e33f2b54839f0a8780d0ff29a5 | refs/heads/master | 2020-04-09T21:51:26.222715 | 2018-12-06T03:34:42 | 2018-12-06T03:34:42 | 160,614,076 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,011 | java | package application.bo;
import application.Panneau;
import javafx.scene.paint.Color;
import javafx.scene.shape.Rectangle;
public class myCarre extends myRectangle {
public myCarre(double x, double y, double lar, Color color, double width) {
super(x, y, lar, lar, color, width);
}
public myCarre(my... | [
"moha.elouastani@gmail.com"
] | moha.elouastani@gmail.com |
12682a78dbadc7ff26828f2a678ee1fea960fabf | b8a0b865c8e28247fcbac2882349223c90494933 | /gr2_lhj/안드로이드코드/자바코드/WantPage.java | cb8ffc65b01e097331067d79bdac7b26706ad681 | [] | no_license | ezenteam2/ZENTAL | 048f6506c1979dd11181d9ffe2dcb7303fb7f05c | 72186846fe517f1fca4686fdff0e084cfa50381e | refs/heads/master | 2021-02-04T21:29:56.510754 | 2020-03-30T04:27:23 | 2020-03-30T04:27:23 | 243,711,142 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,153 | java | package com.cookandroid.zental;
import androidx.appcompat.app.AppCompatActivity;
import androidx.core.content.ContextCompat;
import android.content.Intent;
import android.os.Bundle;
import android.widget.ListView;
public class WantPage extends AppCompatActivity {
ListView mListView;
@Override
protected... | [
"59990737+dlgudwnsgpffh@users.noreply.github.com"
] | 59990737+dlgudwnsgpffh@users.noreply.github.com |
dbb6bb79ecc891253ed0b89451fa1ef992201ea2 | a1385d076aba4a103e5973233c3425203c056a58 | /MyProject/BFUBChannels/src/com/trapedza/bankfusion/features/UB_IBI_InternetBankingFeature.java | bdc448ef631aba88e61920f8cc9b701a613bdff0 | [] | no_license | Singhmnish1947/java1.8 | 8ff0a83392b051e5614e49de06556c684ff4283e | 6b2d4dcf06c5fcbb13c2c2578706a825aaa4dc03 | refs/heads/master | 2021-07-10T17:38:55.581240 | 2021-04-08T12:36:02 | 2021-04-08T12:36:02 | 235,827,640 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,028 | java | /* ********************************************************************************
* Copyright (c) 2002,2004 Trapedza Financial Systems Ltd. All Rights Reserved.
*
* This software is the proprietary information of Trapedza Financial Systems Ltd.
* Use is subject to license terms.
*
* *************************... | [
"manish.kumar1@finastra.com"
] | manish.kumar1@finastra.com |
7fec5f19208874c396deda2bdbb808bf0c8d8c38 | 1b6ae88353600578c1167bf854887aa1cd70963e | /kg-dqp/src/main/java/fr/inria/edelweiss/kgdqp/core/Messages.java | eeccfbce23d3c01478ebbda00ae778473806d498 | [] | no_license | Ahmedko/corese | 8a2fddde7b51d4e4830b7b51528732d828c3f588 | 6c746bdc3b3ae45ad5e90ef2be959e31ae84913d | refs/heads/master | 2021-05-10T21:48:39.771470 | 2018-01-24T09:41:24 | 2018-01-24T09:41:24 | 118,238,712 | 0 | 1 | null | 2018-01-20T11:57:10 | 2018-01-20T11:57:10 | null | UTF-8 | Java | false | false | 581 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package fr.inria.edelweiss.kgdqp.core;
/**
* Basic messages to be displayed in the UI.
* @author Alban Gaignard <alban.gaignard@cnrs.fr>
*/
public class Messages {
public static String countQueries = "Remote que... | [
"alban.gaignard@i3s.unice.fr"
] | alban.gaignard@i3s.unice.fr |
0ddc5674c87f5b7c55f6861083c3069f5911e2be | 7131395821937aa611de99335115a043e4fbfd21 | /src/main/java/ru/itsjava/oop/inheritance/Mother.java | 03d7e0a567a92c8a3a52030e12336b75c51956f9 | [] | no_license | ekasandr21/java-foundations-online | 13b72bcc18fa7d8b62d87c5023997ebf4517a985 | 1ad866c56d395c3ea4d4f8af00775719f4e11da9 | refs/heads/master | 2023-01-07T12:52:19.064475 | 2020-10-30T21:13:18 | 2020-10-30T21:13:18 | 305,372,652 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 150 | java | package ru.itsjava.oop.inheritance;
public interface Mother {
default void giveLove() {
System.out.println("Mother loves you");
}
}
| [
"lebedev0903@mail.ru"
] | lebedev0903@mail.ru |
f21c600db89a1db2bb7550248f009a348ead1bc0 | 6c1f184d0da46d21711a237a1c606b9d49077f3d | /library/src/main/java/com/laiyifen/library/net/server/task/PriorityBlockingQueue.java | 4a241ff9b0da7c1bf5c5bbb1a681b64bded1fcf7 | [] | no_license | BIGMONK/QuickStart | 1580ba692c29304c13606754a36d11b5a9052121 | 5d7f99751a62ad23d9c31a2ade91d859eb98d15a | refs/heads/master | 2020-04-11T15:09:55.754346 | 2018-05-08T05:34:20 | 2018-05-08T05:34:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,773 | java | package com.laiyifen.library.net.server.task;
import com.laiyifen.library.net.model.Priority;
import java.util.AbstractQueue;
import java.util.Collection;
import java.util.Iterator;
import java.util.NoSuchElementException;
import java.util.concurrent.BlockingQueue;
import java.util.concurrent.TimeUnit;
import java.ut... | [
"wuyishun_kmk@outlook.com"
] | wuyishun_kmk@outlook.com |
9e2b31f60917e2c38a3e925e87b30948ee7ccec8 | c36d318208e403abf0ff3ab758a508f348d092ed | /pac4j-oauth/src/main/java/org/pac4j/oauth/config/OAuthConfiguration.java | 0acc8845442d5dfbfa44dfb13b753cfd463a936c | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | JadeLuo/pac4j | 581bf83c4b524f0694457beb9e86565ac97281bd | b40efa32be5ac8b0cb76a22e4f4c62e75d39e0a6 | refs/heads/master | 2021-01-22T20:08:29.245565 | 2017-03-16T08:22:29 | 2017-03-16T08:22:29 | 85,285,854 | 1 | 0 | null | 2017-03-17T08:00:10 | 2017-03-17T08:00:10 | null | UTF-8 | Java | false | false | 5,556 | java | package org.pac4j.oauth.config;
import com.github.scribejava.core.builder.api.BaseApi;
import com.github.scribejava.core.model.OAuthConfig;
import com.github.scribejava.core.model.SignatureType;
import com.github.scribejava.core.model.Token;
import com.github.scribejava.core.oauth.OAuthService;
import org.pac4j.core.c... | [
"noreply@github.com"
] | JadeLuo.noreply@github.com |
c4f01f312d57f7bb281019d45985ac6ccff4d674 | 410333d15b6c7a952bbf55dc8be99eb5c9edf863 | /src/main/java/au/com/dius/agileboard/Iteration.java | 29571ab3cd57c267a7871986b3eed5c5bc617f6a | [
"MIT"
] | permissive | rashiagarwal/agileBoard | 27eef369e3b71accbde6a869af533d439fc2a699 | 21ec44e2db4fdca47b039ce9787a4a5bdbd40cbb | refs/heads/master | 2021-01-22T06:14:40.354959 | 2017-05-27T07:01:38 | 2017-05-27T07:01:38 | 92,534,783 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,786 | java | package au.com.dius.agileboard;
import java.util.HashSet;
import java.util.Objects;
import java.util.Set;
import java.util.function.Supplier;
public class Iteration {
private Set<Column> columns = new HashSet<>();
private State state = new State();
Iteration(Set<String> columnNames) {
createColumns(columnN... | [
"rashiagarwal@Rashi.local"
] | rashiagarwal@Rashi.local |
d4dd5421f6ac02378adf41030592422dd9e7ecb4 | dac2d8bfe86d927cce0471b3025dbba9aab85d04 | /nLayeredDemo/src/nLayeredDemo/entities/abstarcts/Entity.java | 0aa4b8c59c83c66663f2da2312dd1bee9115671a | [] | no_license | emirhancibir/JavaCourse | 77ed3ed51a68471ae63dcbede4136e6ba06d9dc9 | f9595bceb38992d85fe8b6d5ff8f4518a7a67f6a | refs/heads/main | 2023-07-25T12:08:00.742105 | 2021-09-08T13:43:24 | 2021-09-08T13:43:24 | 398,538,157 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 71 | java | package nLayeredDemo.entities.abstarcts;
public interface Entity {
}
| [
"emirhancibir@hotmail.com"
] | emirhancibir@hotmail.com |
cf49b0b9accf78010b45146876d46ae2dffce9c1 | 9adfeb0e52a40cea6cafe56fce5c1abb04e074a9 | /src/main/java/com/springbootdemo/Test.java | 420e216a1b57e8f6bc2bf92e2d02cc99240b757c | [] | no_license | yangdp1983/springbootdemo | 3d4716ac3294a29d026f022fa35228a6b635b2cb | 1443e394a818e41af56a73e1005f3a2e31deac55 | refs/heads/master | 2022-12-13T08:06:33.996461 | 2020-09-06T12:41:44 | 2020-09-06T12:41:44 | 293,224,665 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 52 | java | package com.springbootdemo;
public class Test {
}
| [
"741744094@qq.com"
] | 741744094@qq.com |
890e981b2c12c74e1258441c9dc4e884db3c4966 | 5278a8a94ad85ecff00dd92b74c37bab7f07a562 | /credit-common/src/main/java/com/honeywen/credit/model/card/Card.java | e1fd2e89cff719352d6910147332ef9d19f5f237 | [] | no_license | yuanfangren/credit-center | 2a9a88e4a36cfa3a44927c6d1390def72ace81f5 | ec737758d1939f7bf816954b52d736b6144ebba4 | refs/heads/master | 2021-05-15T14:28:35.121932 | 2017-09-10T14:07:31 | 2017-09-10T14:07:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 757 | java | package com.honeywen.credit.model.card;
import com.honeywen.credit.model.base.BaseModel;
import lombok.Data;
import java.math.BigDecimal;
/**
* Created by wangwei on 2017/9/10.
*/
public @Data class Card extends BaseModel {
private String cardNo; // 卡号
private String alias; // 别名
private Integer bankI... | [
"wangwei2@glorystone.net"
] | wangwei2@glorystone.net |
cf205905f4b2884ccaf1bd8d3523884bf5533d44 | 680f671218deb51b449081f2442a062510cecc81 | /Proyecto1/src/com/elorrieta/videojuego/Mago.java | 62c894949708f244684e124ea75f6d7298bb755a | [] | no_license | IbonJG/Programacion-JAVA | 0fa76032faac44c1edf01a0ff7b5b96d2c76fcae | c1f445bf8745b2f713fe67c6f9e42ee842b81f35 | refs/heads/master | 2023-04-29T17:25:39.680860 | 2021-05-09T19:18:32 | 2021-05-09T19:18:32 | 358,505,398 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 799 | java | package com.elorrieta.videojuego;
public class Mago extends Personaje {
public static final int ENERGIA_INICIAL = 100;
private String poder;
public Mago(String nombre, String poder) {
super(nombre, ENERGIA_INICIAL);
this.poder = poder;
}
public String getPoder() {
return poder;
}
pub... | [
"cursos_externos@HZ327416.elorrieta.int"
] | cursos_externos@HZ327416.elorrieta.int |
953215d2589f5cfd236762a052bf379dd126731e | a7530bbe995cc052198ff3d025db179e47043627 | /src/main/java/guru/springframework/services/RecipeServiceImpl.java | 988860f58f692748462802c0d5b0489a308dfe84 | [] | no_license | jleoirab/spring5-recipe-app | 2faf9e5ff5b388e1429d39a7ec5a5d7ca0391dc1 | 086cc5ee6a00a850bc0298ebad40e496868b5abc | refs/heads/master | 2020-06-01T22:30:01.951657 | 2019-06-10T03:20:57 | 2019-06-10T03:20:57 | 190,951,975 | 0 | 0 | null | 2019-06-09T01:35:39 | 2019-06-09T01:35:39 | null | UTF-8 | Java | false | false | 769 | java | package guru.springframework.services;
import guru.springframework.models.Recipe;
import guru.springframework.repositories.RecipeRepository;
import java.util.HashSet;
import java.util.Set;
import static com.google.common.base.Preconditions.checkNotNull;
/**
* Created by jleoirab on 2019-06-09
*/
public class Reci... | [
"leoiraborjoshua@gmail.com"
] | leoiraborjoshua@gmail.com |
ff6460e6c94f3507bcb2e80fe2a3d78e1efb9ccd | c06febc200d561786e9ac9ff1ec555cc0039f9e7 | /ppjoke/app/src/main/java/com/test/ppjoke/utils/AppConfig.java | a820e3372ebd6292cd89e2a54d6672cf7a42193d | [] | no_license | LiuBo2019/base_component_learn | f9f014d78678f05cef1cdfe5c7f59a35ed4266db | a2ea104c32b97b82c0b39374484efbab0cb67bf1 | refs/heads/master | 2023-03-27T21:49:11.667474 | 2021-03-29T07:12:07 | 2021-03-29T07:12:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,020 | java | package com.test.ppjoke.utils;
import android.content.res.AssetManager;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.TypeReference;
import com.test.libcommon.global.AppGlobals;
import com.test.ppjoke.model.BottomBar;
import com.test.ppjoke.model.Destination;
import java.io.BufferedReader;
import jav... | [
"chenpeng02@qiyi.com"
] | chenpeng02@qiyi.com |
e512ecf21a4ca6a41e7fd0b556629252a8f89ce9 | 7255d4ec0f9b063319f7e4b68ae0f05a0fd993ec | /model_ui_common/src/main/java/com/wukj/uilibrary/model/tagcloud/sample/TextTagsAdapter.java | bcb05fd1079787792646e9eec9b68f5cfaccf27c | [
"Apache-2.0"
] | permissive | Jonyker/AndroidGeneralLibrary | b22a711b8eb2fba6b230986bee34fe77fcd3e60d | 5e6b3171e6a6c980d952f2306ca8128c24a8789e | refs/heads/master | 2020-04-03T16:42:03.470608 | 2020-02-07T16:49:05 | 2020-02-07T16:49:05 | 155,415,064 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,749 | java | package com.wukj.uilibrary.model.tagcloud.sample;
import android.content.Context;
import android.graphics.Color;
import android.support.annotation.NonNull;
import android.view.Gravity;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import com.wukj.uilibrary.model.tagcloud.Tag... | [
"jonyker@163.com"
] | jonyker@163.com |
91663ce114fcee286aedfa95388ec836d9e79efb | e05214a911748ed6dd296e50eb53e949c29a956a | /android/app/src/main/java/com/rnworkshop/WebviewActivity.java | dae2b3ada7c8aa6aaf5f635f7a7560e7bb55f3d1 | [] | no_license | ahdrew/RNWorkshop | c6ab0433e66d9e1b3cb05741a748be938e397fed | 2a65b36b3217b91b4e9e9dd581da8ff22c41e480 | refs/heads/master | 2023-01-19T03:49:51.076720 | 2019-10-09T10:33:09 | 2019-10-09T10:33:09 | 203,767,524 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,653 | java | package com.rnworkshop;
import android.annotation.SuppressLint;
import android.net.Uri;
import android.os.Bundle;
import android.os.Handler;
import android.view.MotionEvent;
import android.view.View;
import androidx.appcompat.app.ActionBar;
import androidx.appcompat.app.AppCompatActivity;
/**
* An example full-scre... | [
"andrewfong@cherrypicks.com"
] | andrewfong@cherrypicks.com |
b92f9a76abc24c10406b423721235243081b96c1 | 4d37505edab103fd2271623b85041033d225ebcc | /spring-web/src/main/java/org/springframework/web/HttpMediaTypeException.java | 0975940c81a026cbebc74d35101b9e655605c283 | [
"Apache-2.0"
] | permissive | huifer/spring-framework-read | 1799f1f073b65fed78f06993e58879571cc4548f | 73528bd85adc306a620eedd82c218094daebe0ee | refs/heads/master | 2020-12-08T08:03:17.458500 | 2020-03-02T05:51:55 | 2020-03-02T05:51:55 | 232,931,630 | 6 | 2 | Apache-2.0 | 2020-03-02T05:51:57 | 2020-01-10T00:18:15 | Java | UTF-8 | Java | false | false | 1,921 | java | /*
* Copyright 2002-2013 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"huifer97@163.com"
] | huifer97@163.com |
51639686171e849327637c6b2d628bdddfc8f38d | 54bdf9200e3e2a4ab8a2e6fbe9b4ed791d47e612 | /src/main/java/cn/ux/jxxt/config/WebLogAspect.java | 3b8c13a1dd991e80e70c61877b1ab3fe86a6142a | [] | no_license | ygg404/jxxt | cb00aadf99799572e633883ab1bef1139935a0e5 | 7bb1ba25899112bd1f43a8ddf47ee6da1f169b01 | refs/heads/master | 2022-07-21T05:28:04.162276 | 2019-10-28T09:41:05 | 2019-10-28T09:41:05 | 208,528,886 | 0 | 0 | null | 2022-06-29T17:38:45 | 2019-09-15T02:02:25 | Java | UTF-8 | Java | false | false | 2,149 | java | package cn.ux.jxxt.config;
import cn.ux.jxxt.util.IPUtils;
import org.aspectj.lang.JoinPoint;
import org.aspectj.lang.annotation.AfterReturning;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.annotation.Before;
import org.aspectj.lang.annotation.Pointcut;
import org.slf4j.Logger;
import or... | [
"2279834998@qq.com"
] | 2279834998@qq.com |
7bce181a8231e2edf2f255cf799c39bd3deefecb | 49ecfbfed2fbf0009005b6b2b9528b72e001c5b6 | /src/InverseFactorial.java | 3057011dba8b22b839fd1c23279c40fa22376949 | [] | no_license | Joachimmorken/Kattis-solutions | 0958d3cf098cc3e0653667d2ed67fe87bec69b27 | 9bfc1c2561dd98e3edbe2c0bab593897c3a1f703 | refs/heads/master | 2023-01-24T11:12:21.373566 | 2020-12-05T14:51:47 | 2020-12-05T14:51:47 | 168,152,842 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,635 | java | import java.io.*;
import java.util.StringTokenizer;
public class InverseFactorial {
public static void main(String[] args) {
Kattio in = new Kattio(System.in, System.out);
String n = in.getWord();
int ln = String.valueOf(n).length();
if (ln < 4) {
int small
... | [
"joknumo@gmail.com"
] | joknumo@gmail.com |
1760dd21a25842ec95ae9d7cceead6f6459db680 | 8f804724bac6b1832c6af63584f23b4b178ec603 | /src/main/java/jp/sample/api/controller/sampleController.java | 9153ba30dedf2998773429a1ce4832ca89cfc995 | [] | no_license | oblily/springBootSample | e8fecf9cf33c30b8ecd197681c8766b1cb54f27d | 654258305eb19f0a0d753e183b0b8b701c1388fa | refs/heads/master | 2020-04-17T03:02:54.578253 | 2019-01-17T05:19:51 | 2019-01-17T05:19:51 | 166,164,095 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 400 | java | package jp.sample.api.controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class sampleController {
// http://localhost:1234/getFirstMethod
@GetMapping("/getFirstMethod")
public String getTest(... | [
"noreply@github.com"
] | oblily.noreply@github.com |
ce1a1a511c0f4add9d52cf150b6e12a68f837c7a | 42dd95fbf89b2de1ee2fea69438f6eccd5649516 | /app/src/test/java/com/example/edwin/sistema_hotel/ExampleUnitTest.java | d53437eb57ba06d2b4b3c3034b8acc3e20016d98 | [] | no_license | edwinchaina/hostalapp | ab569f1efa3953d2515c7463615f981cba7629e0 | e3cb27e2040b52856c014b91bf66b5b7fe262607 | refs/heads/master | 2021-01-20T03:34:53.840648 | 2017-04-28T03:50:35 | 2017-04-28T03:50:35 | 89,558,708 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 409 | java | package com.example.edwin.sistema_hotel;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
pu... | [
"echainadlc@gmail.com"
] | echainadlc@gmail.com |
bffb2420949d135134fc8bedea9fc245c074a63e | b40d4c5264d17bc01783163dbb12746afdadc9c7 | /src/main/java/org/statnlp/commons/types/DAG.java | 14c22a43537b0a180cb85382ae1879ed88a8d290 | [] | no_license | allanj/dep-hybrid-tree | 93ce1c3da27a91d8a36cca899a6f8b4706566a8b | bc1b607cabe7e28271dfa0b7179a63bbd5d380a8 | refs/heads/master | 2020-03-26T19:36:00.987465 | 2019-03-07T12:56:33 | 2019-03-07T12:56:33 | 145,274,165 | 7 | 4 | null | null | null | null | UTF-8 | Java | false | false | 1,004 | java | /** Statistical Natural Language Processing System
Copyright (C) 2014-2016 Lu, Wei
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 op... | [
"allanmcgrady@gmail.com"
] | allanmcgrady@gmail.com |
f2740f93ed10c11573bf155e51e9a0270de7e087 | 6e2b4479addd0965239ba77bb2f704bad9ab40a2 | /mediaplayertest/src/androidTest/java/cn/erayton/mediaplayertest/ExampleInstrumentedTest.java | 5c1574273bf04138fb195e775f42801eaabf0f90 | [
"Apache-2.0"
] | permissive | 0xFF1E071F/tp808 | 30ea3c380625ef474c8a9803e949a5006bd218b2 | 1440010fdb77be01d5a7a9bbf4cfe49bceb3c8f3 | refs/heads/master | 2023-03-15T06:04:02.115603 | 2020-06-22T01:53:32 | 2020-06-22T01:53:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 723 | java | package cn.erayton.mediaplayertest;
import android.content.Context;
import androidx.test.InstrumentationRegistry;
import androidx.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Android device.
... | [
"jiji6143@163.com"
] | jiji6143@163.com |
b1b801bd7a8c03580dd923d5d2a52db7f5372282 | d53032277cc5ccf77d7e05fe52cb8c5d132e4fc6 | /src/com/github/gumtreediff/gen/srcml/AbstractSrcmlTreeGenerator.java | 8a0d9f25b01e6f3d9dd4b8b181c614c8eddff1e7 | [] | no_license | bitsecurerlab/ROS_migration | 7f902c3077b1fa7eb50853e29e025a0cd917e724 | 3f29798dec21701d66d85de40d7b228afeb4cbc9 | refs/heads/master | 2020-04-29T00:57:48.190018 | 2019-03-14T23:09:34 | 2019-03-14T23:09:34 | 175,713,981 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,007 | java | /*
* This file is part of GumTree.
*
* GumTree is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* GumTree is distribute... | [
"chijianlei@gmail.com"
] | chijianlei@gmail.com |
ddf8fbd68a87c69dc66a2a26916ebf3f424cbf5f | 694cee19962538ea68969a7588f9ca448bf67075 | /src/javafxapplication6/GegevensOpvragen_SceneController.java | e17732ce53b81e5dc042a52101af9efabe8b7ac9 | [
"MIT"
] | permissive | hwpvanholsteijn/voedselbank_information_manager | c808dede1c2ffa6ee8febed0871707bff4333af7 | 985ed3922f2f5f5f7ffd58cb8b64cf7e88a37284 | refs/heads/master | 2020-03-07T10:26:31.123767 | 2018-03-30T14:36:22 | 2018-03-30T14:36:22 | 127,431,514 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,644 | java | package javafxapplication6;
import Lijsten.Lijst;
import Filters.UitgiftenpuntFilter;
import dataModels.Uitgiftepunt;
import java.io.IOException;
import java.net.URL;
import java.util.ResourceBundle;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.control.TableCell;
import javafx.scene.c... | [
"hwpvanholsteijn@gmail.com"
] | hwpvanholsteijn@gmail.com |
63396e0d04fbd52631c17e12cd144c716ec4b645 | 38f7837c79d1a65e7a16497c9ce2965b88db6969 | /home-work-spring-10/src/main/java/ru/otus/homework/service/BookServiceImpl.java | e09e9d74a944155333ee53c63c4c4b3e6def61cf | [] | no_license | z0oba/2020-11-otus-spring-zubkov | c314e8b0cfe545faf2dca75a9a7e35be8853841e | 3b73111f5e86c7276fb364ecb60ef99c3f3c522b | refs/heads/main | 2023-04-19T20:17:54.005525 | 2021-05-10T06:45:17 | 2021-05-10T06:45:17 | 317,168,648 | 0 | 0 | null | 2021-05-10T06:45:18 | 2020-11-30T09:12:22 | Java | UTF-8 | Java | false | false | 2,693 | java | package ru.otus.homework.service;
import lombok.AllArgsConstructor;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import ru.otus.homework.domain.Author;
import ru.otus.homework.domain.Book;
import ru.otus.homework.domain.Genre;
import ru.otus.homework.e... | [
"manora@yandex.ru"
] | manora@yandex.ru |
4f54a64e7d76fe782b6731666440bcc372b44757 | 67e2a16d5b1f45cdc5afe3b88d68784aceed6afb | /src/com/cjl/nio/NioServer.java | b5ce602c5b5a62787db654c12a175bd6374a7269 | [] | no_license | codingCJL/mianshi | ca441ff2df667c26632d338e1879b3e218e30886 | 754c229e601599f600e7c31e889b34a09235647f | refs/heads/master | 2021-02-09T23:17:22.788334 | 2020-03-09T09:54:52 | 2020-03-09T09:54:52 | 244,333,167 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,724 | java | package com.cjl.nio;
import java.io.IOException;
import java.net.InetSocketAddress;
import java.net.ServerSocket;
import java.net.Socket;
import java.nio.ByteBuffer;
import java.nio.channels.SelectionKey;
import java.nio.channels.Selector;
import java.nio.channels.ServerSocketChannel;
import java.nio.channels.SocketCh... | [
"983196361@qq.com"
] | 983196361@qq.com |
5866f1f430ec4d26dc273a3b98f7a785254c8ed9 | 918f35cdc61d0024fc916c0293e1f71f8db509cf | /core/src/wg/games/warp/systems/spawning/EntityManager.java | 22bd17b78151dc97923e3850a082f7125da5f77b | [] | no_license | WaffeFIN/WarpGame5 | d2ccd8147fad5e40437e77639b0703db2b6507cc | 55cceab7dd8435fe856418378fdec74c1aca9a90 | refs/heads/master | 2021-01-20T19:53:05.484572 | 2017-04-22T19:49:52 | 2017-04-22T19:49:52 | 63,018,561 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,452 | 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 wg.games.warp.systems.spawning;
import com.artemis.Aspect;
import com.artemis.BaseSystem;
import com.artemis.Component;
impor... | [
"waltergronholm@gmail.com"
] | waltergronholm@gmail.com |
b90347766976f5071fb29c2fd78e1b9a3cf058e0 | 3cfaf80c17169daf106f1bf69924dd5d4f235bbb | /src/main/java/site/zeng/wukongaq/entity/answer/Answer.java | 4b48166c18f7705057d1d21b2b86ab9a3ee03b99 | [] | no_license | mike-zeng/wukongaq | cf8cbf243121e16b7683af8eedb3daa7ee3753e6 | ca99e01f7a39759f6b2b404658437e496cff69f6 | refs/heads/master | 2020-06-05T04:22:02.711265 | 2019-07-17T10:36:05 | 2019-07-17T10:36:05 | 192,311,839 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,187 | java | package site.zeng.wukongaq.entity.answer;
import lombok.Getter;
import lombok.Setter;
import org.hibernate.annotations.Cascade;
import javax.persistence.*;
import java.util.Date;
import java.util.List;
/**
* @author zeng
*/
@Entity
@Table(name = "tb_answer")
@Getter
@Setter
public class Answer {
/**
* 回答i... | [
"807920489@qq.com"
] | 807920489@qq.com |
5f2256d10a9a9fb4b6d6c658aa3dd4970fc0850c | bb6d63a698abc5ed8776c67f5c360b9c2f2b0cfc | /EPRUI/EPRUI/src/ClientUI/clientController.java | 9ef80b8cbb714b537828f4b003236054265b20e5 | [] | no_license | zhping5678/ERP | 484ac6689cdb998a60fe42de8bfd7b5e9555b430 | 23f4d4f7e1af537be02e07f1552c27733bf4f00e | refs/heads/master | 2022-01-05T13:11:47.837946 | 2019-01-15T06:19:59 | 2019-01-15T06:19:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,998 | java | package ClientUI;
import Login.CurrentState;
import MockObject.Clientbl;
import Start.Client;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import javafx.fxml.FXML;
import javafx.scene.control.ComboBox;
import javafx.scene.control.Label;
import javafx.scene.control.TextField;
impor... | [
"2799712178@qq.com"
] | 2799712178@qq.com |
fc06562cf0c5f9af019444b4a199f5fffd9248d8 | 1cd56efcec2ad1d4ce4df9cab21062fedb86d1ad | /IST412_alpacare/src/m03/a04/AbstractFactory.java | cc34daa32cf41bfdb8044859749156fabe706cb9 | [] | no_license | wacadushi/IST4123 | 595ca271cd72ec6a6385f4020ccdfe43645b1da7 | e1b41fda8c504330022a5d836a71edcfe3b57dc4 | refs/heads/master | 2020-04-30T19:30:47.740349 | 2019-04-21T21:58:30 | 2019-04-21T21:58:30 | 177,041,551 | 0 | 0 | null | 2019-04-14T22:49:38 | 2019-03-21T23:57:37 | Java | UTF-8 | Java | false | false | 318 | 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 m03.a04;
/**
*
* @author myphs
*/
public interface AbstractFactory<T> {
T create(String animalType);
}
| [
"noreply@github.com"
] | wacadushi.noreply@github.com |
df82394991511fdb7eaa79d1e09ca5821b3b3683 | bc1fd1f4b44d81f08d48266994256ec1eba90971 | /src/main/java/com/nelioalves/cursomc/domain/Categoria.java | d30b04ee229ab7dcfe658133e10d064992b8efbb | [] | no_license | scademir/cursomc | c11520d4d0a644a10f491e63e18f4caf22aa18f5 | 8356ad5771edd799c41a6880d45e20477559e33e | refs/heads/master | 2020-03-08T17:57:32.240220 | 2018-04-21T18:18:12 | 2018-04-21T18:18:12 | 128,282,610 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,335 | java | package com.nelioalves.cursomc.domain;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.ManyToMany;
<<<<<<< HEAD
@Ent... | [
"scademir@gmail.com"
] | scademir@gmail.com |
cec2e04b8b16e351727aa7eb322c7e38fc46a525 | dad78fa3f55eac67cffd004e7613e64a579be41d | /src/com/bvan/oop/hw/lesson5/airlineticket/Meal.java | 7983f7e90639bd687fbd6a52533d72a36328fa3e | [] | no_license | bohdanvan/javaoop-homework | 414afa5812fd236c2c4338766ae68cab1a335e7b | 1fd858cc56defc896d52bfca2a2abf54d3f4828b | refs/heads/master | 2020-03-12T01:15:52.805041 | 2018-10-30T17:14:47 | 2018-10-30T17:14:47 | 130,371,628 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 763 | java | package com.bvan.oop.hw.lesson5.airlineticket;
/**
* @author bvanchuhov
*/
public class Meal {
private final String type;
private final boolean withDrink;
private final long price;
public Meal(String type, boolean withDrink, long price) {
this.type = type;
this.withDrink = withDrink... | [
"bodya.van@gmail.com"
] | bodya.van@gmail.com |
a60298f44be9a736416f296c73c890ba8cdf37f5 | 609ae5e3a99649c8c8c45ad8eff04251e8403e25 | /PadCalc/src/data/skill/EnemyDamageReduction.java | 6eb843edd135567608bf4aee30dcf9f6d7477dbe | [] | no_license | candyninja001/PadCalc | 4b4b99726dc1fc322d23f9d3d1bad956f08e5229 | 4c575e5c0e758b8d02039edea3f27740ec84c962 | refs/heads/master | 2021-06-21T02:15:52.706936 | 2017-08-11T23:32:28 | 2017-08-11T23:32:28 | 100,076,709 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 74 | java | package data.skill;
public class EnemyDamageReduction extends Skill {
}
| [
"candyninja001@gmail.com"
] | candyninja001@gmail.com |
708f7afdb3a4ca57004cdbfbaa059e5328cd95b9 | fb110fead2ecfffb4b78d3920da1a3d162bd1932 | /de.gematik.ti.cardreader.provider.api/src/main/java/de/gematik/ti/cardreader/provider/spi/ICardReaderControllerProvider.java | caea54a738158fecf711654c2dbb76bade555c4f | [
"Apache-2.0"
] | permissive | gematik/ref-CardReaderProvider-Api | ca8495bbb81b6f018f09c7f9856db5b56f827b4e | 80d863c5b03a776534d7fa8a26916273dc7e39b9 | refs/heads/master | 2022-02-10T18:06:21.446280 | 2022-01-07T07:36:00 | 2022-01-07T07:36:00 | 227,793,349 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 827 | java | /*
* ${GEMATIK_LICENSE}
*/
package de.gematik.ti.cardreader.provider.spi;
import de.gematik.ti.cardreader.provider.api.ICardReaderController;
import de.gematik.ti.cardreader.provider.api.entities.IProviderDescriptor;
/**
* include::{userguide}/CRPAPI_Overview.adoc[tag=ServiceProvider]
*
*/
public i... | [
"referenzimplementierung@gematik.de"
] | referenzimplementierung@gematik.de |
92dfc8c5860f00ff5b5381f93b2c8360ac90020d | a3c75d0490c1e7d0f4a2e44dd723b519072cdb5b | /src/Parsing/Main.java | 997d516a6a15978fca45d47e5102a76a882fae23 | [] | no_license | nvmnghia/TestingJS | 93cdd5f1177cbddf930b98ad69f5e83d510a17e8 | 0dbd59e5ca9dbc51b01e09c649a1283527f2d2c0 | refs/heads/master | 2021-07-25T01:19:26.682256 | 2017-11-05T10:23:35 | 2017-11-05T10:23:35 | 109,569,364 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,488 | java | package Parsing;
import com.google.gson.Gson;
import org.mozilla.javascript.Function;
import org.mozilla.javascript.Node;
import org.mozilla.javascript.ast.*;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
public class Main {
public static void main(String[] a... | [
"nvmnghia@gmail.com"
] | nvmnghia@gmail.com |
48610b397e7535992d233e124fbb55ee6f645889 | 56f7d200384baa10fd4283a77b6e977441efe02b | /CentralUFG/app/src/main/java/muralufg/fabrica/inf/ufg/br/centralufg/ouvidoria/fragments/OuvidoriaFragment.java | 8f7e09a29a443a7c49d8666a2070a73601961eb1 | [] | no_license | AlexMota/muralCliente | 38632a0a864497ba0bdc44b25e9237dd326b2cd3 | b0f45cad13c3d47901ef209101bfde1ce5213dab | refs/heads/master | 2021-01-17T06:33:15.672921 | 2014-12-04T18:26:50 | 2014-12-04T18:26:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,627 | java | package muralufg.fabrica.inf.ufg.br.centralufg.ouvidoria.fragments;
import android.app.Activity;
import android.content.Intent;
import android.database.Cursor;
import android.net.Uri;
import android.os.Bundle;
import android.os.Environment;
import android.provider.MediaStore;
import android.support.v4.app.Fragment;
im... | [
"sougyn@gmail.com"
] | sougyn@gmail.com |
a58a1cd5f2b6f2bd5be46858d26e4bce912daddb | 678da12789dddc32d09ae2a553c44261759c1ab0 | /src/view/studentManagement/StudentDetailController.java | 28183f7c564fcca37f5bf5dcb787f0d87dab33c0 | [] | no_license | MrLeanage/HMS | 65b9dec42feaab544b59ef55130e7dc11db9c55e | 6c23512ba9a8fffe4a8d3cc44d0a7699328a3302 | refs/heads/main | 2023-04-28T06:55:38.651979 | 2021-05-20T15:06:41 | 2021-05-20T15:06:41 | 369,248,483 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,646 | java | package view.studentManagement;
import bean.Student;
import com.jfoenix.controls.JFXButton;
import javafx.collections.ObservableList;
import javafx.collections.transformation.SortedList;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.control.*;
import ja... | [
"uthpalaliyanage@yahoo.com"
] | uthpalaliyanage@yahoo.com |
1e4249fa81d3be0600d4bf904f44f895b4d450de | ad5dca70e657e9cf8747a80e035eff59aa559f0e | /src/main/java/bootsamples/controller/SeanceController.java | a8081d12f59a768af8bfcf76f286b8bef6a43792 | [] | no_license | Andrei86/greatTheater | 2efdbb29a0583bde1bc692f506c4713d1c06673c | 28d1e59d22847ceaac07cb469b85ecf7ba5ea0ee | refs/heads/master | 2021-04-30T05:55:27.622495 | 2018-03-15T20:43:47 | 2018-03-15T20:43:47 | 121,430,474 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 6,348 | java | package bootsamples.controller;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.regex.Pattern;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springfram... | [
"misty_hotel-@mail.ru"
] | misty_hotel-@mail.ru |
56f36f9def3caf3cda0a0d4aa77cbf994b5a569b | 9e11e06ad42033593a5f00e4c67cc46c0e09319f | /app/src/main/java/com/ankrish/firebaseauthentication/LoginActivity.java | 267a20b0e3fe72f0cb08aba0db4b84b9ffa89bfc | [] | no_license | ankrishx96/FirebaseAuthentication | 20098161ffe6069445239bf61707bd43f86fec85 | e292bc13c3f878442f700d6a5c8720c9beaab09b | refs/heads/master | 2021-09-08T14:29:04.438235 | 2017-10-02T18:10:25 | 2017-10-02T18:10:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,384 | java | package com.ankrish.firebaseauthentication;
import android.app.ProgressDialog;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.View;
import android.widget.Button;
impo... | [
"ankrishkandpal1996@gmail.com"
] | ankrishkandpal1996@gmail.com |
2dbcc409325e387268e5e1fa4c372f2da8e032cd | f24cb1e30ab8be1cedd72a00f6ac0a0ac297f316 | /amanager/src/com/example/timeselect/OnWheelScrollListener.java | fe4140e814f3c5af2f5a2b678d36c4ce61a2d78c | [] | no_license | xueyuleiT/-app | b3ce8a73c41600e234b0e7e5e038ca741cfaed20 | 5f0f69ef46b1abe0e52aa57bb4041561f5d44620 | refs/heads/master | 2020-04-08T06:25:25.325204 | 2018-11-26T02:05:21 | 2018-11-26T02:05:21 | 159,096,019 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,063 | java | /*
* Copyright 2010 Yuri Kanivets
*
* 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... | [
"joseph.zeng@ximalaya.com"
] | joseph.zeng@ximalaya.com |
53eaf892a5439394643d37459beb58aed582377f | 538fdc05f38193aa53f597ed3a4d66b5b1e67c6f | /gfs-mobile-client/app/src/main/java/com/example/hackyeah2019/ui/home/HomeFragment.java | 7c478a11999ed5d66752bc8177d69545e3cd9608 | [] | no_license | MichalSzewczyk/hackyeah-GFS | d20e024fbd7d04045937013888e765fb6f188815 | f39f52be2736be05a9d71e6e39a250c85b5025e0 | refs/heads/master | 2022-12-21T13:21:15.589506 | 2019-09-15T09:11:31 | 2019-09-15T09:11:31 | 208,565,928 | 1 | 0 | null | 2022-12-10T05:44:59 | 2019-09-15T08:46:18 | Java | UTF-8 | Java | false | false | 1,525 | java | package com.example.hackyeah2019.ui.home;
import android.app.Activity;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import androidx.annotation.NonNull;
import androidx.fragment.app.Fragment;
import androidx.lifecyc... | [
"szewczykm94@gmail.com"
] | szewczykm94@gmail.com |
c1fd263c97fe22c4861581cec5309b6c8dc01792 | 07f56fd503327d43a3745d80a2eb71b87038751c | /src/test/java/com/example/rublerateapp/TestingOfRateChangingBetweenTwoDates.java | 0d4a40ff288e5543aa37cc242681a5998d374d9f | [] | no_license | novikevichd/springboot-ruble-rate-app | 9d439138669cd46288dbb16acbd5657ea65b525b | 9fbaac735b88e230f181f8905a00aac9e02dbe42 | refs/heads/master | 2023-02-14T00:53:18.138495 | 2021-01-06T06:32:02 | 2021-01-06T06:32:02 | 327,220,969 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,466 | java | package com.example.rublerateapp;
import com.example.rublerateapp.rate.Rate;
import com.example.rublerateapp.rate.RateChangingBetweenTwoDates;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.json.Jackso... | [
"novikevichdm@gmail.com"
] | novikevichdm@gmail.com |
ff078ac5a1646923a9ebf39e22847b8f0f5149e7 | 723cf05f2d3a95bbf8e9a5e736fcda2af36363cf | /app/src/androidTest/java/com/example/ds/homeproject/ExampleInstrumentedTest.java | b292ca964912cf2664709dca4c08b43458baecae | [] | no_license | 6v6/mi_in | baa4a2ef3a67ec92d118aab969ba802d5b6dca38 | 0de6988cd3dfb3561310a2b8377b9ceef36b3c85 | refs/heads/master | 2021-06-04T16:29:59.978472 | 2020-03-02T07:01:23 | 2020-03-02T07:01:23 | 135,699,367 | 0 | 2 | null | 2020-03-02T07:01:24 | 2018-06-01T09:41:23 | Java | UTF-8 | Java | false | false | 753 | java | package com.example.ds.homeproject;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Andr... | [
"injong032@gmai.com"
] | injong032@gmai.com |
0cc9ddbe907938527c83d8a3341ba2d2a7a704a5 | aef0d8b6f871cc5ef375c2cdd6c9f13fa5f291e0 | /exercises/java/Puzzles.java | f24576e05357442974dcaba02a8524f99a8ebdb8 | [] | no_license | kamarulaw/competitive-programming | e2b95dd74883f8ae80f6b0b0c2e1d40a024f10d1 | 2f36fa6e5a7e04cb10ec0eabbc7b0bd400e7c268 | refs/heads/master | 2023-09-03T15:18:15.661776 | 2023-08-28T21:57:00 | 2023-08-28T21:57:00 | 162,459,171 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,785 | java | import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.io.PrintWriter;
import java.io.IOException;
import java.io.FileReader;
import java.io.FileWriter;
import java.util.StringTokenizer;
import java.util.Arrays;
public class Puzzles {
public void sol... | [
"lawalk@upmc.edu"
] | lawalk@upmc.edu |
856ae777d813f04083b3153595114a1b813877e1 | 71f2fbd214a56cbbb9c927b4deb5b6a415d31e50 | /jdk/src/main/java/multithread/synchronizedDemo/LockObjectTest.java | c291f7bb703a38379b519ddbcd4961b121524bc0 | [] | no_license | lanourain/java-demo | ee54ed517031b201a6b9eb5c05118d8cf41e1add | 09faf728fe20ff9b5447a44a4c801c9a116f8c8e | refs/heads/master | 2022-12-20T21:46:20.964494 | 2021-04-10T15:33:03 | 2021-04-10T15:33:03 | 100,092,862 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,158 | java | package multithread.synchronizedDemo;
import org.junit.Test;
public class LockObjectTest {
@Test
public void test_1() throws InterruptedException {
Account account = new Account("zhang san", 10000.0f);
AccountOperator accountOperator = new AccountOperator(account);
AccountPrint accou... | [
"lanourain@gmail.com"
] | lanourain@gmail.com |
e05db1245304844f21e6d61ff64a94ab4f585b46 | 36189dce655c7f550e0c50d214a6c5132669e813 | /keyboardlibrary/src/main/java/cn/qingsong/car/keyboardlibrary/neighbor/NeighborManager.java | 87559d1ea93766a1b21934da11287382cfd72fea | [
"Apache-2.0"
] | permissive | qingsong-xu/licencePlateKeyboard | 01ade6634634729f8150272c6c5fd8545993572b | f2515e7549463895f2b7b644d48dfa62135661a1 | refs/heads/master | 2023-06-27T06:13:15.514263 | 2021-08-02T09:52:30 | 2021-08-02T09:52:30 | 386,243,686 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 6,075 | java | package cn.qingsong.car.keyboardlibrary.neighbor;
import android.text.TextUtils;
import java.util.Arrays;
import java.util.HashSet;
import java.util.Set;
/**
* @author 陈哈哈 (yoojiachen@gmail.com)
*/
public class NeighborManager {
private final Set<Province> mProvinces = new HashSet<>(32);
public NeighborM... | [
"251769745@qq.com"
] | 251769745@qq.com |
7a7620f759e49ddc77b5afaf7b50e328fb762f52 | d8cc81a1a34b4004974f6f9cf5e47023f25f2409 | /src/main/java/com/example/ecomarket/domain/User.java | 64a756205e33892f30cb5fd0101152dba4577468 | [] | no_license | FoPQer/EkoMarket | 5e2127456359c3b4e4a7816857f5962c6a1028ad | ebf4f29e7afb235a842b3e1ede7deed0d6740902 | refs/heads/master | 2023-08-14T18:46:25.419288 | 2021-10-17T17:27:52 | 2021-10-17T17:27:52 | 372,596,801 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,651 | java | package com.example.ecomarket.domain;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.userdetails.UserDetails;
import javax.persistence.*;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import java.util.Set;
@Entity
@Table(name = "u... | [
"iritskiy.sas@gmail.com"
] | iritskiy.sas@gmail.com |
0488017623fde997dca32a1a8ad6cb93766e3b23 | 74f5e4c91378d63523093455d82c9f346fc3b6d3 | /src/main/java/com/naman/oj/dto/ResponseDto.java | 9dd42d0ee062ee4d133b5c9ed5fbfa515f52c046 | [] | no_license | namansahni/user-service | ceb9183bef2a9014b1e37a1fa78c7d5b9bdcea1a | 9dd3ddbbbb580ba51846634fca037261dd658a3b | refs/heads/master | 2022-11-22T06:29:40.959804 | 2020-07-25T18:04:15 | 2020-07-25T18:04:15 | 282,498,805 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 333 | java | package com.naman.oj.dto;
import lombok.Getter;
import lombok.Setter;
import org.springframework.http.HttpStatus;
@Getter
@Setter
public class ResponseDto<T> {
private T data;
private HttpStatus status;
public ResponseDto(HttpStatus status, T data) {
this.data = data;
this.status = sta... | [
"naman.sahni10@gmail.com"
] | naman.sahni10@gmail.com |
1acb9e979dd9df5d06787c68f69147abfabaf214 | 7686922c6a47c87910cc8926442a0f2bf70a2753 | /src/com/sssp/controller/HelloSSSP.java | a47952104e026e66cd8eb5a5efd1ba3172055ef0 | [] | no_license | RickUniverse/SSSP | e1cd0ba41f69e8b34385a1b54850d07b6b351889 | 6e4488d32b19698cf32b3a9d1a9fc187f9658c0c | refs/heads/master | 2023-02-06T09:45:57.449309 | 2020-12-29T15:36:59 | 2020-12-29T15:36:59 | 325,322,498 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,009 | java | package com.sssp.controller;
import org.springframework.beans.BeansException;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationContextAware;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.sp... | [
"tom_global@review.com"
] | tom_global@review.com |
d2f51d86ac00ce1a3a1634dfbddb801aab988770 | b38d85b36d0216324c3d5cfae61dd823236d7da7 | /src/main/java/com/shkj/bean/ResponseBean.java | bf985193163af2224ba3402947f829c9e54a6919 | [] | no_license | wanwansys/DailyCollectionWeb | 715c6664729731a427840d55f1092c211c255bd3 | 08afa89ca5a9d4e099993bb4e441e396e38fc109 | refs/heads/master | 2022-12-27T05:57:37.079490 | 2020-09-20T14:48:28 | 2020-09-20T14:48:28 | 294,675,159 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 749 | java | package com.shkj.bean;
public class ResponseBean {
private String retCode;
private String message;
private String result;
public ResponseBean(String retCode, String message, String result) {
this.retCode = retCode;
this.message = message;
this.result = result;
}
public... | [
"fengc_212@126.com"
] | fengc_212@126.com |
e53f8ca9656f59bc2add611ced333c10808c1360 | 49ffd34522af7e0beea2a7a0a23daea4211c59fc | /src/main/java/com/yundao/workflow/auto/all/CreateModel.java | 237f30ba2f1de1a6e44713dc0778001ea4aea178 | [] | no_license | wucaiqiang/yundao-workflow | a77b108ef455927b0bfa10cf3307f42d76614adb | fe78efee08b5b5139ec9b5327fa84d9d77407ce6 | refs/heads/master | 2021-08-30T20:51:41.556451 | 2017-12-19T11:38:31 | 2017-12-19T11:38:31 | 114,626,840 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,649 | java | package com.yundao.workflow.auto.all;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
/**
* MyBatis模板代码生成工具model生成类
* @author
* 创建时间:2012-07-03
*/
public class CreateModel {
public List<String> colClassList;//类中字段名--类型
public String className;//类名
public String classPackageName;//类所在... | [
"wucaiqiang@zcmall.com"
] | wucaiqiang@zcmall.com |
417ea9ec9e4a3fff38f5c4dbe4e91382fa3996d1 | 28c2c50d8aced8a64c5fb4a2d1e8b9a5af5fcdc3 | /0723/web0722(t)/src/guestbook/ServiceImpl.java | 93c564497a954f1d32a3ea0a6a491759a4834766 | [] | no_license | PlayWithAI101/WebNote | e6a989805000e2d51b7e7a495be03e1fd679758f | fe83524fb16690caa5181007985f5793d8bd5fc8 | refs/heads/master | 2022-12-11T23:21:41.995043 | 2020-09-08T16:51:40 | 2020-09-08T16:51:40 | 293,717,669 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 638 | java | package guestbook;
import java.util.ArrayList;
public class ServiceImpl implements Service {
private Dao dao;
public ServiceImpl() {
dao = new DaoImpl();
}
@Override
public void addArticle(Article a) {
dao.insert(a);
}
@Override
public Article getArticle(int num) {
return dao.select(num);
}
@Override
... | [
"anyeji1220@gmail.com"
] | anyeji1220@gmail.com |
29024ba634bacd5a666c308c62674cedcbb13c04 | bbf2cbbef631caff0c88c53649385e77ffb82197 | /src/main/java/com/sidecar/customer/dto/response/ErrorDto.java | c0ed6178b7937121dfc6f9009437669b9a20f06a | [] | no_license | pmiglani4/customer-service | df6688b5623982ddb368455e8e71f14db7a664e2 | d1ea274b598a0235e2516730dbae481120207c0c | refs/heads/master | 2022-10-21T01:16:52.155217 | 2020-06-11T06:14:16 | 2020-06-11T06:14:16 | 271,464,894 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 381 | java | package com.sidecar.customer.dto.response;
import lombok.*;
import org.springframework.http.HttpStatus;
import java.time.OffsetDateTime;
import java.util.List;
@Getter
@Setter
@AllArgsConstructor
@NoArgsConstructor
@Builder
public class ErrorDto{
private String errorMessage;
private String errorCode;
pr... | [
"arorajatin08@gmail.com"
] | arorajatin08@gmail.com |
0f06e3f2972647e9e59e38027795f3eca54283f0 | 7522a9a02adb29f3093d31d00fc56b758891b46a | /src/automobiles/DBUtil.java | fdc4289ca97c0a1818d410eaaafc901ff0ccafe0 | [] | no_license | karthikdaya/Auto-Inventory | 6d009d2b2d8e062515c91e8e3945aeeb58e7d8d1 | 4ef98d5fad53fcf7f8aae3ad9fd445154324f32c | refs/heads/master | 2020-03-19T18:09:09.991615 | 2018-06-10T12:38:55 | 2018-06-10T12:38:55 | 136,724,592 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,337 | java | package automobiles;
import java.sql.*;
import javafx.scene.control.Alert;
public class DBUtil {
private static Connection conn = null;
private static final String user = "root";
private static final String pass = "root123";
private static final String conString = "jdbc:mysql://localhost:33... | [
"karthik.1rn15cs049@gmail.com"
] | karthik.1rn15cs049@gmail.com |
4e3b790a51cb53cabea5bc76b2b05c0c446705cf | c16cdbdea03d9a40ac41c0ca4217d2a38154c035 | /android-19/android/graphics/Bitmap_Delegate.java | ec284ac3cfed85c3bd96958e499374ecdd20834b | [] | no_license | lingzhuzi/android-sources | 191e724cc46e6769689075ac6265ffee0fda9d99 | 26f46c6c8ababfef1cfc4ad5e72af440978066d0 | refs/heads/master | 2021-01-15T21:44:28.991305 | 2014-06-21T05:20:56 | 2014-06-21T05:20:56 | 20,685,285 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 22,514 | java | /*
* Copyright (C) 2010 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... | [
"qdyuyanghui@163.com"
] | qdyuyanghui@163.com |
6c2b663ad3415044249aea38b460483a5cf561da | 62686e671c2e970e64dd3dd027231ee407abb995 | /src/com/company/lab6/Logic.java | 0be071967ed628694eedeaf78e559b5cd0ce0d4a | [] | no_license | SebastianMarie/JAVAPROJECT | 7830d0549f0e9ffc71ddf3a5dd8cb71e190cdeb4 | fcf5085d211f28b7984c61fdb0235f22bb487efb | refs/heads/master | 2023-08-05T15:52:27.012678 | 2021-09-20T20:01:51 | 2021-09-20T20:01:51 | 319,424,906 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,164 | java | package com.company.lab6;
import java.util.List;
public class Logic {
//TEMA LISTS
//1. Scrieti o metoda Java, care sa primeasca parametru o Lista, si sa afiseze, pe rand, toate
// valorile din lista, fiecare pe rand nou.
public void printList(List<Integer> myList) {
for (int i = 0; i < myList.size... | [
"sebastian.rgs@hotmail.com"
] | sebastian.rgs@hotmail.com |
efa6a43c90b2192092095941b964e82e5357bea8 | 0f817ec28d2604fc32ad12074d0345d4d83052e6 | /Activity/activity10_hp.java | 2e451745a8fb346eddc72521bb76f794817c71c8 | [] | no_license | HarrisonPierce/Java-2-Files | ea1c2ff612e1e0c961fb971b33d41473875799da | 4c831168a3240882d3332b69841f2bf87ab68c30 | refs/heads/master | 2022-06-04T19:03:58.196934 | 2020-05-03T01:32:43 | 2020-05-03T01:32:43 | 260,803,372 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,247 | java | /**
* Harrison Pierce
* 10/25/17
* This program calculates the average of each of 5 classes with the given grades using a ragged array and nested for loops.
*/
public class activity10_hp
{
public static void main(String[] args)
{
double average;
int j,i; //counte... | [
"noreply@github.com"
] | HarrisonPierce.noreply@github.com |
a9b929a2b976d97cb38a253e5f2f002b03374c68 | 0f2dc1bb38499316893082df2750537e2395fbf8 | /src/main/customActors/Marble.java | a722834e4c2f79670c7b46bec53399aa3963ca4d | [] | no_license | TimonLomberg/TinyMachineSe4 | 42d618d78c5737e01be9e0ee2838d3fae87f70ae | f0e65a7e00c03aebeba4c4dd05e749a95018f013 | refs/heads/master | 2022-11-15T15:29:11.892488 | 2020-05-19T13:38:07 | 2020-05-19T13:38:07 | 264,464,349 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,122 | java | package main.customActors;
import enums.CollisionObjectType;
import main.Actor;
import main.MovementComponent;
import main.Simulation;
import misc.Vec3d;
public class Marble extends Actor {
Simulation simulation;
public Marble(Simulation simulation, double mass, double diameter, Vec3d position, Vec3d moveme... | [
"timon.lomberg@stud.hshl.de"
] | timon.lomberg@stud.hshl.de |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.