blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 132
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
df66099bcedea5cbe6fea6cef57127bd2e058400 | 6b09c1b724b5313107bfae87e666c593dc41f5e1 | /app/src/main/java/com/example/medicalsupportsystem/MainActivity.java | 575a692256eb0d26a6ec672b9ba6a7eb80ec434c | [] | no_license | benesi-fundos/newlyupdated | 437b6c4a044967d35109b41925ef65b7b4c4b1f3 | f5437571982ab801fa5476abf7098ba5e07a202b | refs/heads/main | 2023-07-16T06:18:09.188057 | 2021-08-27T18:56:30 | 2021-08-27T18:56:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,285 | java | package com.example.medicalsupportsystem;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
public class MainActivity extends AppCompatActivity {
public Button signup1, signin1, signup2, signin2, goForTes... | [
"benesi-fundos"
] | benesi-fundos |
de609998b80595c5d91b0cc73a1a178102ef3c2d | 4c9a93e06b0af708f6e0d2d4d44ed7c1a7580eb2 | /xstream/src/java/com/thoughtworks/xstream/converters/extended/ActivationDataFlavorConverter.java | a7e6904facff1efc9220438bf123169c8e38d213 | [
"BSD-3-Clause"
] | permissive | zeshuai007/xstream | dc550a39a3ba980ce276310854e9fbb197ac78dc | 87ccfbf98a8db545f4d30f2fc71a8a0c37609dc2 | refs/heads/master | 2021-02-14T09:33:15.275733 | 2020-03-04T10:59:27 | 2020-03-21T09:04:48 | 244,793,330 | 0 | 0 | NOASSERTION | 2020-03-04T10:59:55 | 2020-03-04T02:55:08 | Java | UTF-8 | Java | false | false | 3,618 | java | /*
* Copyright (C) 2015 XStream Committers.
* All rights reserved.
*
* The software in this package is published under the terms of the BSD
* style license a copy of which has been included with this distribution in
* the LICENSE.txt file.
*
* Created on 21.06.2015 by Joerg Schaible
*/
package com.thoughtworks... | [
"joerg.schaible@gmx.de"
] | joerg.schaible@gmx.de |
913a6a46ba17523c212bcf147cf925a6dc3ab0eb | 420ffaaf845d1ca9396c876b0b5d1addddbec50b | /src/practiceJava4/Car.java | 9e6e4dd35531ccb19d5e97cec656fc9c2f66771b | [] | no_license | PranaliSonawane1106/java | e5ad449a66ddf17dfc4647585a712c7ae0888b52 | 573d5e0937ee4b079236e04ec277fd096b2be35a | refs/heads/master | 2023-07-05T11:36:20.379840 | 2021-08-31T10:00:47 | 2021-08-31T10:00:47 | 401,649,255 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 529 | java | package practiceJava4;
public class Car extends Vehicle {
// Private field
private String bodyStyle;
// Parameterized Constructor
public Car(String make, String color, int year, String model, String bodyStyle) {
super(make, color, year, model); //calling parent class constructor
this.bodyS... | [
"pranalisonawane1106@gmail.com"
] | pranalisonawane1106@gmail.com |
f6d305b64dbf9347399e7d608a73c1592b104bb1 | ee60fd71f19003ac9eff69a93350adf27c878e7a | /src/geometries/Cylinder.java | 860154900144be0b8fac14d67df7e2c0a371b521 | [] | no_license | RuthMil/SEI_project_5780 | 48418e76626a553aea08773356f55e8e7c5f8d0a | 8bfe1729d39618f856d53b778b50d232c4db7672 | refs/heads/master | 2022-11-18T04:51:27.838288 | 2020-07-15T19:32:39 | 2020-07-15T19:32:39 | 248,635,635 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,663 | java | package geometries;
import primitives.*;
import static primitives.Util.alignZero;
import static primitives.Util.isZero;
/**
* Cylinder class is implementing a cylinder, extends tube, with a radius, axis ray, and height
* @author Ruth Miller
* ruthmiller2000@gmail.com
*/
public class Cylinder extends Tube {
... | [
"ruthmiller2000@gmail.com"
] | ruthmiller2000@gmail.com |
fce892edb86f000bf3e237134ef66e6f997b8fdd | f23a4b48cc469ca3864cd364f34b20c424604a8f | /app/src/test/java/com/jyh/rest/ExampleUnitTest.java | 5148effc2226f7bb5cb3634afa4fc1d57df50ac9 | [] | no_license | wulafu/Rest-master | d1d2a719d925cf7aac5f6863c0027aa832379c40 | c36b993a5552c7041236f34eb0548def2561b73b | refs/heads/master | 2021-01-12T05:51:37.005062 | 2016-12-23T10:25:25 | 2016-12-23T10:25:25 | 77,218,077 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 305 | java | package com.jyh.rest;
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);
}
} | [
"763211273@qq.com"
] | 763211273@qq.com |
0dc1cacd97c27107b42b941fb9ebe9b0861453ce | af5b6be44ee9bcc5ed03c69091872b551b133042 | /libs/traci4matlab/traci4matlab/src/co/edu/unalmed/gaunal/traci4matlab/utils/DataReader.java | d0eb59270b574558156121d6219f2b937e8a64e7 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | ioannismavromatis/sumoCAVs | cc69b0e2d63b2620cea5b07c22c8eef4d1ed5fc8 | 210fd6df0c0a1fa9d3d8a27f5105ccc8b4c092b2 | refs/heads/master | 2021-01-15T04:34:13.816804 | 2020-02-25T01:06:10 | 2020-02-25T01:06:10 | 242,878,978 | 2 | 0 | null | 2020-02-25T01:07:47 | 2020-02-25T01:07:46 | null | UTF-8 | Java | false | false | 1,527 | java | /*
* Thanks to Rodney Thomson for this code
* http://www.mathworks.com/matlabcentral/fileexchange/25249-tcp-ip-socket-communications-in-matlab-using-java-classes
* This class improves the TraCI4Matlab performance when reading from the server.
*
* Copyright 2019 Universidad Nacional de Colombia,
* Politecnic... | [
"ioan.mavromatis@gmail.com"
] | ioan.mavromatis@gmail.com |
0d91ef8bb48f1104159cb85a5674c401eb11500f | e4a4021ed2bbee9b2756adb6bfceec57b0d93d09 | /wyj/Day62_SpringBoot-WYJ/src/main/java/com/lanou/springbootwyj/mapper/ArticleMapper.java | 435e8ae980f07123fb6b1ae5bba8703599613f69 | [] | no_license | 1639259135/My_Project | 27b730b9487cc2156379f784cc02ad2bd74e1d26 | 79f10c38921306c1ad70009d753191e4c2b109e8 | refs/heads/master | 2021-04-15T09:35:37.331245 | 2018-03-23T07:17:46 | 2018-03-23T07:17:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 765 | java | package com.lanou.springbootwyj.mapper;
import com.lanou.springbootwyj.domain.Article;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Select;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface ArticleMapper {
@Select("select * ... | [
"34057787+Sole-Memory-ddw@users.noreply.github.com"
] | 34057787+Sole-Memory-ddw@users.noreply.github.com |
25a77b7980aaf0163a3eeec79912e1bf08e0be51 | 0e2eed7cca32367c797938e3c8e24e5d83ba2ca8 | /app/src/main/java/com/xkj/binaryoption/bean/HistoryDataList.java | 356a24fd2cbed428dee7a5a92b35e962f3c7b99d | [] | no_license | AreYReady/BinaryOption | fd23c098ccdf58adeb678a350335ba0d0f4fe548 | 60bd6c3b3dbe275f2a39c7fe2b3270a000991595 | refs/heads/master | 2021-01-19T23:52:28.954837 | 2017-05-13T03:05:26 | 2017-05-13T03:05:26 | 89,043,127 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,279 | java | package com.xkj.binaryoption.bean;
import java.io.Serializable;
import java.util.List;
/**
* @author xjunda
* @date 2016-07-18
* 历史数据列表
*/
public class HistoryDataList implements Serializable, IHistoryDataList {
/**
* msg_type : 1101
* result_code : 0
* count : 2
* digits : 5
*/
... | [
"jimdaxu@qq.com"
] | jimdaxu@qq.com |
150549767eb866b342cf84673b43ec8768318c3f | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/21/21_73c5c105e2ff0853742c14fce731689ee8ccf11e/ImportFileStatusWidget/21_73c5c105e2ff0853742c14fce731689ee8ccf11e_ImportFileStatusWidget_s.java | 9b01a2eb756457c2e4d59c4cfdd09629b58b4801 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 7,040 | java | package eu.europeana.dashboard.client.collections;
import com.google.gwt.core.client.GWT;
import com.google.gwt.user.client.Timer;
import com.google.gwt.user.client.ui.Button;
import com.google.gwt.event.dom.client.ClickHandler;
import com.google.gwt.event.dom.client.ClickEvent;
import com.google.gwt.user.client... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
40fce9bc54c23e6bfcf5d06fdd4879fae6aca8a2 | a6ee3c990da28776a6f8e27d633e0d20e373752a | /src/DataModel/UserImpl.java | 898b159c13fbfeee194bda07cb64e46f37343444 | [] | no_license | fanyibo/BlackNote | 8c569b442a4f4079050a79a0721fee23ea42c5fb | bef6daa4c5d4a054745de5bad3f34aa19b553487 | refs/heads/master | 2016-09-06T15:43:41.162049 | 2013-07-19T20:20:58 | 2013-07-19T20:20:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 521 | java | package DataModel;
public class UserImpl implements User {
private int id;
private String userName, pass, email;
public UserImpl(int id, String userName, String pass, String email){
this.id = id;
this.userName = userName;
this.pass = pass;
this.email = email;
}
@Override
public int getID() {
... | [
"fanyibo@Yibos-MacBook-Pro.local"
] | fanyibo@Yibos-MacBook-Pro.local |
8737875fab6609bd1651d60b820cfa7da3baa6b5 | e79d1c0f72612b93c57cfd41e3963fc899100814 | /week1/LinkedList/LinkedListTest.java | ba78256a2974c8316a1dc26da9bdd5d7ff479ee0 | [] | no_license | dongyyyyy/2020_02_Algorithm | 4bd5058ec84b2731c502d03d94d18e7c3094a47d | 97ebdb491ad9b9bfb7d53f69da78a3d446ddb3cc | refs/heads/master | 2023-01-20T17:04:49.800706 | 2020-11-29T02:53:17 | 2020-11-29T02:53:17 | 291,628,008 | 6 | 2 | null | null | null | null | UTF-8 | Java | false | false | 544 | java | package LinkedList;
public class LinkedListTest {
public static void main(String args[])
{
LinkedList list = new LinkedList();
ListNode temp = new ListNode();
for(int i = 0; i <= 6 ; i++)
{
list.addLastNode(Character.toString((char)(i+65)));
}
list.showList();
temp = list.search("A"); // sear... | [
"dongyoung0218@gmail.com"
] | dongyoung0218@gmail.com |
88fa20158b8def56f3090dddbea0aaef043e1da8 | 5bd81f1d0e1e8ca3e9c96810f8639de7906f56b7 | /work-5/src/main/java/ru/otus/work5/extractor/BookResultSetExtractor.java | bb16fb19f3fbf54874cff8836304306f79d09c6d | [] | no_license | mgilivanov/2019-11-otus-spring-GilivanovM | 770c398e14de3b2ec0e439fee06883c14a787b3d | 73b8f70a193dee85e8cd2f422e054551b5436f36 | refs/heads/master | 2022-09-20T07:14:13.900313 | 2020-06-01T08:37:33 | 2020-06-01T08:37:33 | 225,004,561 | 0 | 0 | null | 2022-09-08T01:09:45 | 2019-11-30T11:52:17 | Java | UTF-8 | Java | false | false | 1,448 | java | package ru.otus.work5.extractor;
import org.springframework.dao.DataAccessException;
import org.springframework.jdbc.core.ResultSetExtractor;
import org.springframework.stereotype.Component;
import ru.otus.work5.domain.Author;
import ru.otus.work5.domain.Book;
import ru.otus.work5.domain.Genre;
import java.sql.Result... | [
"maratgilivanov@yandex.ru"
] | maratgilivanov@yandex.ru |
4c4858b32e1878c74e55a0fd8b3d9c7859a6609a | aa23a19ab8e6a19c4ab9e039e62d7271ed357f1f | /CarWorkshop/CarWorkshop_v4/src/uo/ri/ui/admin/action/UpdateMechanicAction.java | a1fae87b6191ba8a1fb975b4ac772ad9797b2eed | [] | no_license | mistermboy/RI | 409179fed877754e18f417252929d7a452169442 | 3d7c3c5a801460bbda0b5fe4e3f6a2a095810b0f | refs/heads/master | 2021-03-27T13:46:32.425013 | 2018-01-25T22:52:13 | 2018-01-25T22:52:13 | 103,941,796 | 1 | 0 | null | 2020-06-16T07:58:07 | 2017-09-18T13:21:58 | Java | UTF-8 | Java | false | false | 605 | java | package uo.ri.ui.admin.action;
import uo.ri.common.BusinessException;
import uo.ri.conf.ServicesFactory;
import alb.util.console.Console;
import alb.util.menu.Action;
public class UpdateMechanicAction implements Action {
@Override
public void execute() throws BusinessException {
// Pedir datos
Long id = Conso... | [
"pabloyo97@hotmail.com"
] | pabloyo97@hotmail.com |
5d811504dc8e9c6d626a553294d167dad9059fca | 746cc4763cb3ea38d5b71d973ae89b5254b1e4d2 | /EmaLaeServerApplication/test/dao/FormationDaoTest.java | 4db579b3fb1dcddf0c65c2c86fc6fc9e0a508b5a | [] | no_license | AndreMiras/ema-lae | 2b301b50e267ceaec4d630a1896dd2fe42a15e8c | c754bd3b1b328a583dde79b89f69d35a84f2bb3b | refs/heads/master | 2021-01-23T15:54:59.102398 | 2011-12-21T07:29:59 | 2011-12-21T07:29:59 | 33,007,911 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,227 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package dao;
import database.entity.CourseSession;
import database.entity.CourseSession.SessionType;
import database.entity.Formation;
import database.entity.Promotion;
import database.util.HibernateUtil;
import databa... | [
"andre.miras@gmail.com"
] | andre.miras@gmail.com |
85b906256acade0045176a84b917ec8434966252 | 84d5d2c9f2d470de91d13e709e896551d312de2d | /src/main/java/com/example/vyrwu/agillicDemoMvn/Account/AccountController.java | 33370cd3cc8f3ff50ec614e7ba0ca211154879bd | [] | no_license | vyrwu/spring-mvc-demo | 5bf17a3abb4fb90905bc379ea5d92b739980b3bb | e20869c6edb6ed9f097961f3a265977a608b2fd9 | refs/heads/master | 2020-06-03T04:18:15.597291 | 2019-06-11T19:17:40 | 2019-06-11T19:17:40 | 191,435,235 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,021 | java | package com.example.vyrwu.agillicDemoMvn.Account;
import com.example.vyrwu.agillicDemoMvn.Bookmark.BookmarkService;
import com.example.vyrwu.agillicDemoMvn.JsonRequests.JsonIDRequest;
import org.apache.coyote.Response;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpH... | [
"aleksander.nowak@agillic.com"
] | aleksander.nowak@agillic.com |
e8d45f7bc7b39302c38a2c3197fdbc509b48efff | 5080532430b15216ddb73c303392323b40651226 | /1.JavaSyntax/src/com/javarush/task/task01/task0132/Solution.java | 5282c3f1102f852ae161dad4ab48de80f5669bdd | [] | no_license | cmmttd/JR | 96f2b79886ee78cdcb19dc3a8bd607a2cbe6efd5 | be450e5f06faa78b0eb50c83f93a0641f5ee45f7 | refs/heads/master | 2020-06-11T22:07:58.664569 | 2020-05-14T19:02:59 | 2020-05-14T19:02:59 | 194,095,316 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 484 | java | package com.javarush.task.task01.task0132;
/*
Сумма цифр трехзначного числа
*/
public class Solution {
public static void main(String[] args) {
System.out.println(sumDigitsInNumber(546));
}
public static int sumDigitsInNumber(int number) {
//напишите тут ваш код
int hund = (numbe... | [
"forledwatch@gmail.com"
] | forledwatch@gmail.com |
e0376b65b6e3f2036abf6ccee03c689b22928c4e | 583ae786b5803fc256a586922ee132b5fd801cb3 | /talfDreamer/src/main/java/com/helloworld/dao/WishListDAO.java | 79f7237abd0bc896d832dd4ce19b60c4321699fa | [] | no_license | V-Jayesh-R/MyProject | 9c1d9ed8c744a8f376e13f14851510dcd9801948 | b6741b7b4da414bbaf78076562e1a56083eefc84 | refs/heads/master | 2021-01-19T22:40:48.799568 | 2017-05-18T10:10:39 | 2017-05-18T10:10:39 | 88,841,655 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 264 | java | package com.helloworld.dao;
import com.helloworld.model.WishListItems;
public interface WishListDAO {
public void addToWishList(WishListItems wishListItems);
public String displayWishList(int userId);
public void deleteFromWishList(int wishListItemId);
}
| [
"jvkillercool@gmail.com"
] | jvkillercool@gmail.com |
8f906fdf10cccce0d9de67477ef5bfeff35b525d | e2b11aff7abcc16f84d3f51cf45c984ef917d409 | /src/main/java/cubex2/cs3/registry/ShapelessRecipeRegistry.java | c943c2283ec936effb7f004d0f2cb7c4a6681667 | [] | no_license | Lollipop-Studio/CustomStuff3 | 45221ecafbb0f3bd20f3b7cf0499e0f6e434e172 | 0cdba13acf5bdace1e2a582f75797c65f31aeb6a | refs/heads/1710 | 2023-03-26T02:32:17.085531 | 2021-03-20T03:29:13 | 2021-03-20T03:29:13 | 342,443,904 | 0 | 0 | null | 2021-03-20T03:29:13 | 2021-02-26T02:49:24 | null | UTF-8 | Java | false | false | 842 | java | package cubex2.cs3.registry;
import cubex2.cs3.common.BaseContentPack;
import cubex2.cs3.common.ShapelessRecipe;
import cubex2.cs3.ingame.gui.Window;
import cubex2.cs3.ingame.gui.WindowShapelessRecipes;
import cubex2.cs3.lib.Strings;
public class ShapelessRecipeRegistry extends ContentRegistry<ShapelessRecipe>
{
... | [
"beanflame@163.com"
] | beanflame@163.com |
33017d72e3c0c2f16b509328b246ee9730d41391 | 6d2dd262c47e7a8e0854d5e3273eb2a03d2638fc | /gmall-cart/src/main/java/com/atguigu/gmall/cart/config/MvcConfig.java | 509d173919e0e2756ddc39b0cc57605779cacf76 | [
"Apache-2.0"
] | permissive | VeronicaYyq/gmall-vero | 66a30f3a223a3f338e644d29a628cb5b2f5a5551 | efec9de368ade4f755075db0e063b9396fff24ee | refs/heads/master | 2022-12-23T08:34:24.703137 | 2019-10-19T13:38:30 | 2019-10-19T13:38:30 | 209,934,029 | 0 | 0 | Apache-2.0 | 2022-12-10T05:23:37 | 2019-09-21T06:05:48 | JavaScript | UTF-8 | Java | false | false | 670 | java | package com.atguigu.gmall.cart.config;
import com.atguigu.gmall.cart.interceptor.LoginInterceptor;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
import org.springf... | [
"Veronica_Yyq@126.com"
] | Veronica_Yyq@126.com |
4e0c9d9955fcbfbec080c56e52ed07140b39b5fd | e60618182ca774d3cfc11ed88125aad0925693ab | /Go Cloud Source Code/Netbeans 6.1 - Virtual Machine/CloudComputingServer/src/org/cit/CloudComputing/T_Editor.java | 5efd0e29387d0c8a0b6af09f3d36cf6db34c5b0f | [] | no_license | gokcse/Go-Cloud | 55e6ab83629e9339d5a22ff24e209d2ecc03deab | ff5e05c7fc11e177fd0970e7635d4c9b1eaf6056 | refs/heads/master | 2020-05-06T15:49:29.551449 | 2012-02-25T19:47:03 | 2012-02-25T19:47:03 | 3,546,735 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 24,331 | java | package org.cit.CloudComputing;
import java.awt.*;
import java.awt.event.*;
import java.io.*;
import java.util.Vector;
import javax.swing.JMenuItem;
import javax.swing.JOptionPane;
import javax.swing.JTextArea;
//////////////////////////////////////////////////////////////////////////////////
class Frame_class exten... | [
"gokcse@gmail.com"
] | gokcse@gmail.com |
359c6234835f0da6837dddef87a57612f689ae46 | 28b53390d7d529cfee724bbcb8e7e41634cd4d71 | /src/main/java/dev/banksalad/stock/global/error/exception/EmptyStockException.java | e3be73486a1f5389a8e777f365f535562a2be421 | [] | no_license | wooody92/stock-algorithm | 442f5e8e6ae4b48f855f3296cbcae4639b9bdd91 | fec4d61a1f8231cf0ee5d80b6fa46764fa0b2cc6 | refs/heads/master | 2023-04-25T06:07:11.934674 | 2021-05-21T07:40:20 | 2021-05-21T07:40:20 | 324,359,648 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 238 | java | package dev.banksalad.stock.global.error.exception;
public class EmptyStockException extends StockApiException {
public EmptyStockException() {
}
public EmptyStockException(String message) {
super(message);
}
}
| [
"pkower4@naver.com"
] | pkower4@naver.com |
3de895171fa5f0dd6b1b5a56c7d245aef16ec2fc | d392357fc736efb98e200beeeb2f362adcd2491f | /src/edu/asu/stratego/tests/ClientGameManagerTest.java | 4f93f45ac445c6c51c0f2627a607e2ef62bf7bda | [] | no_license | dwmille3/SER216-Stratego | 5bfd1c1b7a6fd4e87e08c8d122cffe57525a991b | 8c33e406afeecacb11e59bf7f0c43c00ff559c8d | refs/heads/master | 2021-01-10T12:23:16.846051 | 2016-04-29T06:06:54 | 2016-04-29T06:06:54 | 55,561,669 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,231 | java | package edu.asu.stratego.tests;
import edu.asu.stratego.game.ClientSocket;
import edu.asu.stratego.game.ServerGameManager;
import org.junit.Test;
import java.io.IOException;
import java.net.ServerSocket;
import java.net.Socket;
import static org.junit.Assert.assertEquals;
public class ClientGameManagerTest {
p... | [
"dwmille3@asu.edu"
] | dwmille3@asu.edu |
c84ceffcbefc8ddbc31d5e3e2061cdf41d7c6d72 | 30a74502076eebb6fc9c3bebd23e2979946fe945 | /Bridge/src/com/test3/CommonMessage.java | d81f57ce834cb90c00babc8f98480a21e4e6f897 | [] | no_license | PlumpMath/designpattern-46 | 6d5b7f5580da27e5f599aec4d76dde3b472b8a93 | 77b6d9f9f4a3123bbfed1475409cba59257403af | refs/heads/master | 2021-01-20T09:32:13.700080 | 2014-06-10T04:41:43 | 2014-06-10T04:41:43 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 349 | java | package com.test3;
public class CommonMessage extends AbstractMessage {
public CommonMessage(MessageImplementor impl) {
super(impl);
}
public void sendMessage(String message, String toUser) {
//对于普通消息,什么都不干,直接调用父类的方法,把消息发送出去就可以了
super.sendMessage(message, toUser);
}
}
| [
"raingxm@163.com"
] | raingxm@163.com |
ee404de394339386dec009ebba375fae3a916d27 | 8727b1cbb8ca63d30340e8482277307267635d81 | /PolarServer/src/com/game/summonpet/bean/SummonPetDetailInfo.java | 3f7efbf2ee6db3eaa6fd4a5e7ee18ba542aafc6f | [] | no_license | taohyson/Polar | 50026903ded017586eac21a7905b0f1c6b160032 | b0617f973fd3866bed62da14f63309eee56f6007 | refs/heads/master | 2021-05-08T12:22:18.884688 | 2015-12-11T01:44:18 | 2015-12-11T01:44:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,021 | java | package com.game.summonpet.bean;
import java.util.List;
import java.util.ArrayList;
import com.game.message.Bean;
import org.apache.mina.core.buffer.IoBuffer;
/**
* @author Commuication Auto Maker
*
* @version 1.0.0
*
* 召唤怪祥细信息类
*/
public class SummonPetDetailInfo extends Bean {
//召唤怪Id
private long pet... | [
"zhuyuanbiao@ZHUYUANBIAO.rd.com"
] | zhuyuanbiao@ZHUYUANBIAO.rd.com |
ed00b765e0fffa5c5fc508fdc0e5947b203b01dc | 9dae38286b0d430a2c33eab688926a43c8661c3a | /src/main/java/net/minecraft/block/BlockBasePressurePlate.java | 625c2d88678988de330d446efea14e1a8e7247ad | [] | no_license | SkidJava/Orbit-1.12.2 | a4cd3cb11f5a245168c20ae211bbd156668485e5 | 41d445d1f5ba99b826ee3b57552539e0caaf9a37 | refs/heads/master | 2022-04-25T21:12:53.403324 | 2020-04-28T17:37:16 | 2020-04-28T17:37:16 | 258,465,036 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,396 | java | package net.minecraft.block;
import java.util.Random;
import javax.annotation.Nullable;
import net.minecraft.block.material.EnumPushReaction;
import net.minecraft.block.material.MapColor;
import net.minecraft.block.material.Material;
import net.minecraft.block.state.BlockFaceShape;
import net.minecraft.block.state.IBl... | [
"skidjava@gmail.com"
] | skidjava@gmail.com |
c79e9076e2ee10f59a61b3e44e11201e0264a300 | b55cb34a6b4a7357df01800b4546fafa38b69211 | /mangguo_service/mangguo_service_goods/src/main/java/com/mangguo/goods/controller/AlbumController.java | d4493f20e8ac360b423bc2348bdce453117f992e | [] | no_license | LoveRabbit007/mangguo | 25002d305612170a63764aefa1f5ce748f387705 | 76abd3003bea240e533f90c6dee5c1cab8df3ac0 | refs/heads/master | 2023-02-18T11:24:34.921036 | 2020-12-28T15:15:14 | 2020-12-28T15:15:14 | 324,715,630 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,767 | java | package com.mangguo.goods.controller;
import com.mangguo.entity.PageResult;
import com.mangguo.entity.Result;
import com.mangguo.entity.StatusCode;
import com.mangguo.goods.pojo.Album;
import com.mangguo.goods.service.AlbumService;
import com.github.pagehelper.Page;
import org.springframework.beans.factory.annotation.A... | [
"914196980@qq.com"
] | 914196980@qq.com |
06ed169a6e3a64206ce6edb51be5b7b0fa32b455 | f0b4725fdff90bc654a91797594a28787af61551 | /后端/weixingxiaocx/src/main/java/cn/bdqn/mbg/model/UserStateTypeExample.java | 33d97bee9db715db4ae6211c92d5bb7a6a6daccd | [] | no_license | TangHui-ops/myProject | dfc4cc574a9f3a7736eb1610603b08208153b2ee | f4f8821d5419316f06ebc4018e7afc0e68886176 | refs/heads/master | 2022-12-10T20:39:24.451742 | 2020-08-20T07:23:07 | 2020-08-20T07:23:07 | 288,932,767 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,482 | java | package cn.bdqn.mbg.model;
import java.util.ArrayList;
import java.util.List;
public class UserStateTypeExample {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table user_state_type
*
* @mbggenerated Tue May 26 14:30:45 CST 2020
*... | [
"2936186365@qq.com"
] | 2936186365@qq.com |
4dc5a5998aab43e9eb0d40b3a5915a9f60315a39 | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XRENDERING-418-18-26-MOEAD-WeightedSum:TestLen:CallDiversity/org/xwiki/rendering/internal/parser/xhtml/wikimodel/XWikiCommentHandler_ESTest.java | 561ac14ed194312da7f010356cb01e7b3fdd623d | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 596 | java | /*
* This file was automatically generated by EvoSuite
* Wed Apr 08 05:26:22 UTC 2020
*/
package org.xwiki.rendering.internal.parser.xhtml.wikimodel;
import org.junit.Test;
import static org.junit.Assert.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.junit.run... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
8d5f53000165f5546fc887830617bb15484d300c | deeb65a3da64f945d1eb5046858639d3cfbd0156 | /Main17270.java | 7beb0634f4e71d2d8b1041361103df028ce6d003 | [] | no_license | lovinix/BOJ_java | 54e4a68d44977a9ee427e3047a7c7f4ce6af9d17 | 4e3e538869031821560391ff28db162fb30e2dd9 | refs/heads/master | 2022-08-18T05:19:45.506481 | 2019-05-22T16:07:12 | 2019-05-22T16:07:12 | 93,701,679 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,746 | java | import java.io.*;
import java.util.*;
public class Main {
private static List<Edge>[] graph;
private static int V;
public static void main(String[] args) throws Exception {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
StringTokenizer st = new StringTokenizer(b... | [
"sylph0606@gmail.com"
] | sylph0606@gmail.com |
d59ace00863b191d46a9dedb7ed7042d318699ff | cb1eb50e84ab60b1625a498d85ec4702dbc0cbc8 | /EventBusDemo/eventbuslib/src/androidTest/java/longtianlove/eventbuslib/ExampleInstrumentedTest.java | 3c6a93f747909aa933d8fb9590a46be24fc3a997 | [] | no_license | longtianlove-workDemo/MVP | 8aa320ad30ed02ba06534529bedf1b180202aeb4 | 14e99576207aaee4026eeda80ec9e706d2d83f76 | refs/heads/master | 2021-01-17T12:59:26.169918 | 2017-02-28T06:57:41 | 2017-02-28T06:57:41 | 62,885,550 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 757 | java | package longtianlove.eventbuslib;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test, which will execute on an And... | [
"wangbinlong@58ganji.com"
] | wangbinlong@58ganji.com |
839988e707283961d3dfa6f215cd475c452be0bf | 283b04588c197c46a04f846b408a6a820b689307 | /app/src/main/java/com/cookandroid/blahblar/VideoListAdapter.java | 27b0b94063f79df3724f8af08d2c0378aeb0de2e | [] | no_license | cupucharm/BlahBlah | f9a2e4ac9c1a6671378c38bc61f0f98e1321a159 | a3319bd2cb4e883e32813549878f876038bb4464 | refs/heads/master | 2021-02-11T03:42:15.131574 | 2020-03-02T18:57:37 | 2020-03-02T18:57:37 | 244,449,692 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,904 | java | package com.cookandroid.blahblar;
import android.content.Context;
import android.content.Intent;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Toast;
import java.util.ArrayList;... | [
"tnwlssl0729@naver.com"
] | tnwlssl0729@naver.com |
98e77187af59c31f35e4e1d698741b91b30aa4b4 | fdd394a1a9f4861fd7ab4013abb296faf9c6cc2f | /functional/movie-service/src/main/java/com/microservice/movie/model/Actor.java | cae41ab9200cac31e28bf961869aaabc7de23e31 | [
"MIT"
] | permissive | dendy-senapartha/1StopClickMicroservice | 6a2bfc1dca16b14377226984171892f4f5e60b53 | 701bb45dfefc4bd997460fcf10aad697dc4ef71f | refs/heads/master | 2022-12-07T08:21:04.694865 | 2020-01-10T02:11:49 | 2020-01-10T02:11:49 | 203,491,211 | 0 | 0 | null | 2022-11-24T09:35:08 | 2019-08-21T02:33:18 | Java | UTF-8 | Java | false | false | 601 | java | package com.microservice.movie.model;
import com.fasterxml.jackson.databind.PropertyNamingStrategy;
import com.fasterxml.jackson.databind.annotation.JsonNaming;
import lombok.Data;
import javax.persistence.*;
/*
* Created by dendy-prtha on 17/05/2019.
* actor
*/
@Entity
@Table(name = "actor")
@JsonNaming(Propert... | [
"wb-ikadekden434525"
] | wb-ikadekden434525 |
569cbc5458798e1035b9ba5600dc530440a4488e | 1164b69e0dcc9657fe5fa7a15228f4c4925dc966 | /src/main/java/com/myfirstapirest/model/Product.java | c74827f7e6215b3d82e8d79d951493e7ab785e3e | [] | no_license | kevinthicke/First-api-rest-with-Spring | 9b89aa9d4b05db4d4234b226f611129960cd5de4 | d653dda88beb9dd1ef2518e3a4b2179c7e8dc362 | refs/heads/master | 2020-06-17T01:46:36.926904 | 2019-07-09T11:31:25 | 2019-07-09T11:31:25 | 195,759,076 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,015 | java | package com.myfirstapirest.model;
import javax.persistence.*;
import java.util.ArrayList;
import java.util.List;
@Entity
public class Product {
private @Id @GeneratedValue(strategy = GenerationType.AUTO)
long id;
private @Column(name = "NAME") String name;
private @Column(name = "PRICE") String price... | [
"kevin.cabreramarrero@plexus.es"
] | kevin.cabreramarrero@plexus.es |
b879f233eb9b2aa86e1777acf1d8743aba1f934d | 0e9d71c6683f6b33f8a7ff33b1d310386244097c | /app/src/main/java/com/example/hellosearch/ImagesAdapter.java | 4b0f7b13e6e4e2555a8b44ef8bbd55f8ce8b37ff | [] | no_license | madhavc/HelloSearch | 4c6f5ec510aa13aeb51ff6ccbc09f08083cc992e | 14074fb83636c3ff4b1e8ac6600c534a12981c50 | refs/heads/master | 2020-04-27T08:23:29.216219 | 2015-09-02T21:21:22 | 2015-09-02T21:21:22 | 41,827,724 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,700 | java | package com.example.hellosearch;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import com.example.hellosearch.model.Business;
import com.squareup.picasso.Picasso;
import java.util.List;
/**... | [
"madhav@tokbox.com"
] | madhav@tokbox.com |
2e4d9ed9675312a0ab323c5f93b65fb5c018826b | 4850cad431feca26975d4905f9ed6702e3acda12 | /src/main/java/rendering/ship/ShipMeshView.java | 7a68884708427a1e0a3fe717b18494dcd38d2d60 | [] | no_license | brianries/xwingduel | d8b03fc49dd51c5d46b86b48c79d9f67428507db | 84bafcfdc52127b77010a3e7032d12807b1a37f3 | refs/heads/master | 2021-01-10T12:52:22.083069 | 2016-08-23T03:45:21 | 2016-08-23T03:45:21 | 47,158,207 | 0 | 3 | null | 2015-12-02T13:57:50 | 2015-12-01T01:51:53 | Java | UTF-8 | Java | false | false | 376 | java | package rendering.ship;
import javafx.scene.shape.Mesh;
import javafx.scene.shape.MeshView;
/**
* Created by Brian on 2/2/2016.
*/
public class ShipMeshView extends MeshView implements ShipTokenPart {
public ShipMeshView(Mesh mesh) {
super(mesh);
}
@Override
public ShipToken getShipToken()... | [
"briantries@gmail.com"
] | briantries@gmail.com |
84c652b187d0ac47634506891371ac8f97929ea0 | eda07fffe3c10dbc60606204a21ab1c678ff5d04 | /java/kadai27_yasuma(9:22提出分)/WebLesson/src/Reg/RegistServlet.java | e592ee402a0c7046ebbe7a31a980a0c5b53e18ef | [] | no_license | wakasa51/kadai27_yasuma | 7afc680b2fdedf0305feed5754dd8ff91c41674c | 7113216f5edb5d27df82f1b71fbec554701bf1ce | refs/heads/master | 2021-01-20T07:27:24.099640 | 2017-09-25T11:56:55 | 2017-09-25T11:56:55 | 101,537,888 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,417 | java | package Reg;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
public class Re... | [
"y.takashi51@gmail.com"
] | y.takashi51@gmail.com |
d8cf26972b6bf04748ed134ce542fc084d545b0a | 1b906519a1003617fb66ae462f1528efee3a3fb4 | /app/src/main/java/com/tixon/morse/MyApplication.java | 3d861360470df4d5090f933ef8f11be4acb745d7 | [] | no_license | TikhonOsipov/Morse | 9027c6a2d78be3fcce2dab12be55e36615790d64 | 4513197b544a654408f16180987181ee8a27b40e | refs/heads/master | 2021-01-10T15:18:29.244914 | 2020-07-02T09:55:00 | 2020-07-02T09:55:00 | 55,626,267 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 742 | java | package com.tixon.morse;
import android.app.Application;
import android.app.FragmentManager;
import android.content.Context;
import android.os.Vibrator;
import android.view.inputmethod.InputMethodManager;
/**
* Created by tikhon.osipov on 08.04.2016.
*/
public class MyApplication extends Application {
@Override... | [
"tikhon.osipov@hiq.ru"
] | tikhon.osipov@hiq.ru |
ddb2de908151032e00f230ca6689f54ce7991ff6 | 755f6d696f3a2938c9764c886ad1b4a76218ff64 | /ekilex-app/src/main/java/eki/ekilex/data/db/udt/records/TypeMeaningWordRecord.java | 21b286d761c3c4c2d16a0b12c7e40ff302b6a4cf | [] | no_license | tonisnurk/ekilex | f86eedc0e46ba1b634ca7b3f1820f9ea670a9ae4 | 16523945f53e02db301a1aa847a5373ca409fff8 | refs/heads/master | 2020-12-23T02:30:44.911257 | 2020-01-29T12:05:17 | 2020-01-29T12:05:17 | 237,005,295 | 0 | 0 | null | 2020-01-29T14:44:00 | 2020-01-29T14:43:59 | null | UTF-8 | Java | false | true | 15,874 | java | /*
* This file is generated by jOOQ.
*/
package eki.ekilex.data.db.udt.records;
import eki.ekilex.data.db.udt.TypeMeaningWord;
import java.math.BigDecimal;
import javax.annotation.Generated;
import org.jooq.Field;
import org.jooq.Record14;
import org.jooq.Row14;
import org.jooq.impl.UDTRecordImpl;
/**
* This ... | [
"yogesh.sharma@tripledev.ee"
] | yogesh.sharma@tripledev.ee |
81e29aa47490ee4569ed2514c303e89f23bde45b | 93837a1c3a25a80c355878442269d97e6afff096 | /src/test/java/com/tc/shop/ShopadminApplicationTests.java | 87b8abd0aea5b207ca82fe52ecb9db74f20b3e80 | [] | no_license | Gemmmm/ShopAdmin | fefef4ff2cddd2b86e34a66317bf1aedc504786d | 305bbdc3a7e841c883d50cf628e9d4fecd77546d | refs/heads/main | 2023-02-10T18:01:53.758072 | 2021-01-07T02:06:07 | 2021-01-07T02:06:07 | 327,476,629 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 215 | java | package com.tc.shop;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class ShopadminApplicationTests {
@Test
void contextLoads() {
}
}
| [
"1121382295@qq.com"
] | 1121382295@qq.com |
7eb3dc30c10209e40c329867f91b8fc07bd7f9b2 | f1a784c51ee6a59a0bbbd1da0c4bef3849191349 | /src/main/java/com/scheduler/auth/RolePermissions.java | f8785b6599e69a378a4b35a15862abf92ab34f54 | [] | no_license | IlyaKontsevich/university-scheduler | 31b7c91161863e1a45f96bfae5fc5bf3f73043bc | 9caec1d0e7446b9c75f6111a8f56759cf1c1bec6 | refs/heads/master | 2023-05-07T09:06:44.107680 | 2021-05-08T13:46:45 | 2021-05-08T13:46:45 | 307,685,240 | 0 | 0 | null | 2021-05-26T09:46:24 | 2020-10-27T12:00:01 | Java | UTF-8 | Java | false | false | 998 | java | package com.scheduler.auth;
import com.scheduler.common.entity.BaseEntity;
import lombok.Data;
import lombok.EqualsAndHashCode;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
import java.time.LocalDateTime;
@Entity
@Data
@EqualsAndHashCode( callSuper = true )
@Table( name = "role_permission... | [
"ikantsevich@exadel.com"
] | ikantsevich@exadel.com |
315c8c23efdb067f4c3323078d975f82223c862b | 4082835d52d668dfa6fce72bb97df156805bcd53 | /src/com/javarush/test/level17/lesson10/home02/Beach.java | b948603a075fada5d0c38909cf8a926d9c172eef | [] | no_license | Arkadiu/JavaRush | 00cd04072fa1af70020d03510b9694f565423aec | c467f58c433b99a7374e11c60a83d30860ae866a | refs/heads/master | 2021-06-25T18:14:15.204111 | 2017-04-17T18:32:06 | 2017-04-17T18:32:06 | 57,323,182 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,550 | java | package com.javarush.test.level17.lesson10.home02;
/* Comparable
Реализуйте интерфейс Comparable<Beach> в классе Beach, который будет использоваться нитями.
*/
import java.lang.reflect.Array;
import java.util.ArrayList;
import java.util.Arrays;
public class Beach implements Comparable<Beach>{
private String name... | [
"ntfs2002@gmail.com"
] | ntfs2002@gmail.com |
1e935741f64efc13d391e563888b82ed0724d401 | 4fbc0e2fafb6c59e9041c9650271ef6ffbdceea4 | /Paradigmas_Programacao_16_17/Ficha7_PP/src/Pizzas/PizzaDemo.java | 282e65bacde97ca2bfd31385a9941a1352fd7bde | [] | no_license | Carlos8150075/Engenharia_informatica | 9eabf91ae6e92d9fca10bf30e8bfd076743bbb8b | 5d7e6ef03bc66bef740d3c03ec964717c90197e7 | refs/heads/master | 2020-04-02T13:26:19.543816 | 2018-05-22T10:33:21 | 2018-05-22T10:33:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,428 | 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 Pizzas;
import Pizzas.Enums.TamanhoPizza;
/**
*
* @author Bernardo
*/
public class PizzaDemo {
/**
* @param args t... | [
"8150060@estg.ipp.pt"
] | 8150060@estg.ipp.pt |
777d597f7b9cb3286b351fb24e1fd0e1b0834e80 | 3fc630c23b9ccf174858750541cd8ec5cbdf4487 | /RestCiCdTestApp/src/main/java/com/logesh/results/DirectoryListingController.java | 146d49a5beb68bb5ebdeb4d84bc99547ccfbf44e | [] | no_license | LogeshLohit/restcicdtest | 3523ed8048dd9d295bddb23ca469b9db17e779bc | 5fc04003f23aab68097e4065000b9e66e3412ab3 | refs/heads/main | 2023-02-12T20:29:08.413089 | 2021-01-14T10:34:07 | 2021-01-14T10:34:07 | 300,670,626 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,256 | java | package com.logesh.results;
import java.io.File;
import java.io.FileInputStream;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.util.Collections;
import java.util.List;
import java.util.stream.Collectors;
import org.apache.commons.io.FileUtils;
import org.apache.commons.lang3.StringUti... | [
"logesh.jeppiaar@gmail.com"
] | logesh.jeppiaar@gmail.com |
d724a6689a5fa2cab98439e494b543d4a5e7e0b8 | 937a3f8b34683ed013b91bf5b3bef453ea87e74d | /movie2/src/main/java/com/spring/movie/Producto.java | 6c358fcf33d9adf681ea9b4936a920ae022934ab | [] | no_license | MatiasRosales/Matias | 2748e571c04c8969ccf022d19a23127aa2ac7e26 | 865a161fbc1b9be9324cfb34f09cc0bb33eeacaa | refs/heads/master | 2022-12-21T05:33:58.944603 | 2020-02-12T20:59:33 | 2020-02-12T20:59:33 | 235,803,534 | 0 | 0 | null | 2022-12-16T01:02:01 | 2020-01-23T13:45:55 | Java | UTF-8 | Java | false | false | 2,512 | java | package com.spring.movie;
public class Producto {
private int id;
private String titulo;
private String genero;
private String categoria;
private int anio;
private String origen;
private String artista;
private String album;
private int episodios;
private int temporadas;... | [
"matias.rosales97@hotmail.com"
] | matias.rosales97@hotmail.com |
31bedb9ec30f0289b589e62fbabd563fc6b8e37a | 684cb79f39d15a54808b4a28af8a5c4829b1679a | /dang/src/main/java/com/sunztech/admin/dang/ui/utils/utils2/TextUtilTools.java | 5584640d14c0fdafaa1091a8166cf22f2e364259 | [] | no_license | jiayazhou1992/MyApplication | 1e0d861d4655d03d1b1c2ee8124e69411e00959d | f905b24508ce3ff7bdc84eb70cbc390700b468aa | refs/heads/master | 2021-01-23T06:39:29.679752 | 2018-07-16T15:11:10 | 2018-07-16T15:11:10 | 94,738,921 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,916 | java | package com.sunztech.admin.dang.ui.utils.utils2;
import android.content.Context;
import android.text.Spannable;
import android.text.SpannableStringBuilder;
import android.text.style.CharacterStyle;
import android.text.style.ForegroundColorSpan;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
/**
* ... | [
"1184545990@qq.com"
] | 1184545990@qq.com |
fd4be6a293e72ee58534e623a9d41cdcb1d7ee73 | cec32b8cca77f996f7acc052d5f1a50982ee1950 | /src/main/java/com/ezsyncxz/efficiency/socket/BxServerSocket.java | 9fbdee6af2f1a6cb9c8659f8bb55a695243081bf | [] | no_license | bizipoopoo/efficiency | d285829c0f6b1ea64ef3f4c14b1d95fba3469318 | 43943deb9891ac6655fbf3431b21ac90d9159a8a | refs/heads/master | 2021-01-14T07:02:12.217594 | 2020-03-04T03:07:10 | 2020-03-04T03:07:10 | 242,634,050 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,131 | java | package com.ezsyncxz.efficiency.socket;
import java.io.DataInputStream;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.net.ServerSocket;
import java.net.Socket;
/**
* 接收文件服务
* @author admin_Hzw
*
*/
public class BxServerSocket {
/**
* 工程main方法
* @param args
... | [
"icebearbearbearbear@gmail.com"
] | icebearbearbearbear@gmail.com |
814f754a00a581d249ef182141644a7342e67d87 | 027c0c52ab66f181be386217c91a28188dd3a4d2 | /dhis-2/dhis-services/dhis-service-core/src/test/java/org/hisp/dhis/source/SourceStoreTest.java | 3e75b49889a0c0ca244855d9ff2d0c9ba8624448 | [
"BSD-3-Clause"
] | permissive | rubendw/dhis2 | 96f3af9fb4fa0f9d421b39098ad7aa4096c82af3 | b9f5272ea001020717e4fc630ddb9f145b95d6ef | refs/heads/master | 2022-02-15T08:35:43.775194 | 2009-03-04T15:10:07 | 2009-03-04T15:10:07 | 142,915 | 1 | 0 | null | 2022-01-21T23:21:45 | 2009-03-04T15:13:23 | Java | UTF-8 | Java | false | false | 4,578 | java | package org.hisp.dhis.source;
/*
* Copyright (c) 2004-2007, University of Oslo
* 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 code must retain the abo... | [
"oddmunds@leia.ifi.uio.no"
] | oddmunds@leia.ifi.uio.no |
d8545965d29e9f870ea4eb1ab853ba0c6073ce2d | 551e65e3d34c30609e419787f967bc1b06caacac | /TeRKClient/code/java/prototypingplayground/src/PrototypingPlayground.java | 332a88c718aaa338cf27ce8947518e3258fb0539 | [] | no_license | CMU-CREATE-Lab/terk-legacy | c4ccdd8dd0e310e44d3c74ab6eaa3904f5ae5274 | 16f7e460f4f7a3bcd6a0cc3107a1bcaacf612cc5 | refs/heads/master | 2021-01-19T11:51:31.891500 | 2011-05-26T19:48:11 | 2011-05-26T19:48:11 | 40,053,894 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 24,954 | java | import java.awt.Cursor;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.text.DecimalFormat;
import java.text.NumberFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
import javax.swing.Box;
import javax.swing.JButton;
i... | [
"garthabrindoid@d0be9c17-995f-9cf9-1220-f3b097b0743e"
] | garthabrindoid@d0be9c17-995f-9cf9-1220-f3b097b0743e |
72fde31f012995a081d62683f1673982b50bfe0a | 678a3d58c110afd1e9ce195d2f20b2531d45a2e0 | /sources/com/airbnb/android/lib/views/RatingCell.java | 980f9b65ed2ad7becf2d1920a4961f184a825885 | [] | no_license | jasonnth/AirCode | d1c37fb9ba3d8087efcdd9fa2103fb85d13735d5 | d37db1baa493fca56f390c4205faf5c9bbe36604 | refs/heads/master | 2020-07-03T08:35:24.902940 | 2019-08-12T03:34:56 | 2019-08-12T03:34:56 | 201,842,970 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 3,165 | java | package com.airbnb.android.lib.views;
import android.content.Context;
import android.content.res.TypedArray;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.FrameLayout;
import android.widget.RatingBar;
import android.widget.TextView;
import butterk... | [
"thanhhuu2apc@gmail.com"
] | thanhhuu2apc@gmail.com |
0cac19df90571b137c18a13e559e5659ca0d34f0 | a43eaa81b5e06dbfcae87a61f35d956406065d5b | /addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/appmanager/SessionHelper.java | 4139424259119707546a19f2c283caa49cdcb901 | [
"Apache-2.0"
] | permissive | ekatanaev/java_first_lesson | 7658939a6e2647621314b206b020189d43faea7f | 57b6ac3185d2e8ad8812c9e230ec755fe7acf72a | refs/heads/master | 2021-01-12T08:25:57.049690 | 2017-02-16T15:23:39 | 2017-02-16T15:23:39 | 76,577,552 | 0 | 0 | null | 2017-01-11T16:40:28 | 2016-12-15T16:40:39 | Java | UTF-8 | Java | false | false | 497 | java | package ru.stqa.pft.addressbook.appmanager;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
/**
* Created by e.katanaev on 11.01.2017.
*/
public class SessionHelper extends HelperBase {
public SessionHelper(WebDriver wd) {
super(wd);
}
public void login(String username, String pass... | [
"evgenykatanaev@gmail.com"
] | evgenykatanaev@gmail.com |
ec3d2035a11497240506247eaf7389aa20416c79 | 60f4b232f9010c9ca9508810e8e859a48e844483 | /src/main/java/org/agave/client/auth/OAuth.java | 65134426e461f061195923e37ccf4752f7378509 | [] | no_license | deardooley/agave-java-sdk | 0ea9e0c1dc393fe2727d5f4b0c1fc8139db22d4b | 6a06f7bcceb77483298b0de3173e3b309f499052 | refs/heads/master | 2021-01-19T23:57:07.683893 | 2017-04-22T07:43:29 | 2017-04-22T07:43:29 | 89,052,276 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 681 | java |
package org.agave.client.auth;
import java.util.Map;
import java.util.List;
import org.agave.client.Pair;
@javax.annotation.Generated(value = "class io.swagger.codegen.languages.JavaClientCodegen", date = "2017-04-18T09:43:56.622Z")
public class OAuth implements Authentication {
private String accessToken;
pu... | [
"dooley@tacc.utexas.edu"
] | dooley@tacc.utexas.edu |
aa99aeea13e56e8ba56b14542bd6142187c0610a | 6ce6cacff3a1b8debf0cea70c65e9c0ea84f50eb | /src/kr/htw398/searchimage/DownloadImageTask.java | c5a10e8d2e6a2526135310e202293dd7a1966bea | [] | no_license | htw398/searchImagebyhtw | 98ac75d5362c93855135c090650b6758154e46ad | 6b6959737ce1e77ed47bd7c7584bc8136d77351e | refs/heads/master | 2020-06-02T14:21:40.973866 | 2013-11-27T08:46:35 | 2013-11-27T08:46:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,026 | java | package kr.htw398.searchimage;
import java.io.InputStream;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.AsyncTask;
import android.util.Log;
import android.widget.ImageView;
/**
* @author kenu
* code referred from: http://stackoverflow.com/a/12088203/510222
*/
public cla... | [
"htw398@gmail.com"
] | htw398@gmail.com |
20235bc2b31c2d0e4fd3f4421e1a0550079ad742 | ad8cb30031963eaa8a67fe91146043ae59238603 | /wlgdo-web-hido/src/main/java/com/wlgdo/hido/domain/UserPo.java | a301e9dce02c800d5192ab7af5fd247e35687a58 | [] | no_license | wligang/wlgdo | 82b69c0c7cea1ee075477b771d74c208d335d218 | 0b67c566243aad55bd6c7855bed968fb67cc2c76 | refs/heads/master | 2022-03-26T22:31:34.700625 | 2019-12-23T15:53:03 | 2019-12-23T15:53:03 | 113,079,396 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,245 | java | package com.wlgdo.hido.domain;
import java.util.Date;
public class UserPo {
private String uid;
private String accname;
private String password;
private String declaration;
private String email;
private String url;
private String phone;
private String gender;
private String nick;
... | [
"wang_lg@suixingpay.com"
] | wang_lg@suixingpay.com |
7586007bb5cd1e81444c5a72b19814bb7efdd9af | f6c2aec7e8e0227daf23166227bf7e6a0c3e16e1 | /Improve/Access-specifiers/src/Private/com/zemoso/A.java | 04d0dd36c86a4d606804210a3e534f4afd81911c | [] | no_license | jayanth-1/Problem-solving | bf1294ae04630a22393080551974dc6db566bc07 | 21b549cdd8076dabae41ff5a85d5d1c88535ef26 | refs/heads/master | 2020-03-26T01:07:37.599505 | 2018-09-10T12:09:26 | 2018-09-10T12:09:26 | 144,352,803 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 291 | java | package Private.com.zemoso;
public class A {
private void print(){
System.out.println("Hi world!!");
}
void display(){
System.out.println("This is display method");
}
public void show(){
System.out.println("This is show method");
}
}
| [
"apoorjayanth1@gmail.com"
] | apoorjayanth1@gmail.com |
1d482fbc4d7a18869677ce519e61c71f2c4c31bb | ebbc1faf0aba826ffa02f8bea24dfeb01646a6ab | /Test/com/lehuo/ui/ScoreMarketActivityTest.java | 9947a7db3d3449cef30b62b87945b393794999a0 | [] | no_license | jacknoerror/lehuoRepo | bcc279b99fc0a5b9048fb37c4e9fc7bae125ec8f | cf56c4d8e5e60dc756824d91ca68cf222245fe1e | refs/heads/master | 2016-09-06T15:54:26.692099 | 2015-01-04T03:15:15 | 2015-01-04T03:15:15 | 19,365,050 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,334 | java | package com.lehuo.ui;
import android.content.Intent;
import android.os.SystemClock;
import android.test.ActivityInstrumentationTestCase2;
import com.lehuozu.data.MyData;
import com.lehuozu.ui.courier.DeliverListActivity;
import com.lehuozu.ui.product.ProductListActivity;
import com.lehuozu.ui.tab.my.MyCoup... | [
"jackinpeace@gmail.com"
] | jackinpeace@gmail.com |
6ab5325ce9261fc0f2e47ab467c3651a22de0b7a | 558df4cc0edfa11e917ee7f6aede586cd8587fac | /Electricos/src/cats/SerNotVent.java | d7eab9a39ba6e4f784e34b67347ed0966a93b456 | [] | no_license | njmube/SOSDev | 58ed1bbac2bdb91536b20017713127741f944ab8 | 7b9d44de6ec1d61ae7f6bf18184f4b51b55972c0 | refs/heads/master | 2020-06-10T12:22:45.426839 | 2015-12-18T17:45:14 | 2015-12-18T17:45:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 67,589 | java | //Paquete
package cats;
//Importaciones
import java.awt.Color;
import java.awt.Cursor;
import static ptovta.Princip.bIdle;
import java.awt.event.KeyEvent;
import java.beans.PropertyChangeEvent;
import java.beans.PropertyChangeListener;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException... | [
"cesar.martinez@sos-soft.com"
] | cesar.martinez@sos-soft.com |
db084d5065375498d7288b851ae633a20184a4a8 | 9a76251be56b36b21a72ef43952be06c3093f0a6 | /Begin/Begin32.java | 5299897eb5bf22974ffd31c519f4171e46294300 | [] | no_license | UmedjonD/TestTasks | 5cf6da22cc36d1ba018f61d6d964c6dbd182912c | d9e5ab6c25050969fa2c8c6a1646c035b3fb2432 | refs/heads/master | 2023-03-24T17:46:52.615146 | 2021-03-23T13:10:44 | 2021-03-23T13:10:44 | 348,784,277 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 402 | java | package Begin;
import java.util.Scanner;
public class Begin32 {
public static void main(String[] args) {
double Tf, Tc;
Scanner scanner = new Scanner(System.in);
System.out.println("temperatura v gradusah selsii ");
Tc = scanner.nextDouble();
Tf = 9/5*Tc+32;
System.... | [
"Lazerr_94@mail.ru"
] | Lazerr_94@mail.ru |
19db3a7e6c92b2c430d8dc853b135133ab4eb6ee | cb7ad37d2f0729b2575b28f923ec9bb2f24cc762 | /el&jstl_test/src/com/hyb/web/filter/LoginFilter.java | 4bcaafe8b21a35d534c700985e64e74892055301 | [] | no_license | hyb-store/javaweb | fac43b0b79cc401c3e2398d78b8128c6d2346246 | 5065b7190dad810fdd48baeadd74024a03ca9501 | refs/heads/master | 2023-04-07T00:23:40.877359 | 2021-03-29T12:33:14 | 2021-03-29T12:33:14 | 321,599,370 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,684 | java | package com.hyb.web.filter;
import javax.servlet.*;
import javax.servlet.annotation.WebFilter;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import java.io.IOException;
/**
* 完成登录验证的过滤器
*/
@WebFilter("/*")
public class LoginFilter implements Filter {
public ... | [
"3063687049@qq.com"
] | 3063687049@qq.com |
e3171debccc530c53d806d102e94b6dcb2c0832f | 7213d24cdfd1a4e34cbea9f0822db1247d096d4d | /pw-server/src/main/java/ru/pw/java/security/CustomChainFilter.java | c2a1d0f61d98de5727cbcd860e5a6183a4005612 | [] | no_license | WebJavaLion/p_w_ | b966e97414790d512a20e1abbb8ca0cf8fb22ae6 | fc453e9d6ae234ac1c878148431ba8b039c9ae46 | refs/heads/master | 2022-10-01T21:46:26.962971 | 2020-07-10T10:29:06 | 2020-07-10T10:29:06 | 218,363,786 | 0 | 0 | null | 2022-09-08T01:04:04 | 2019-10-29T19:10:02 | Java | UTF-8 | Java | false | false | 845 | java | package ru.pw.java.security;
import org.springframework.security.core.context.SecurityContextHolder;
import javax.servlet.*;
import java.io.IOException;
public class CustomChainFilter implements Filter {
String name;
public CustomChainFilter(String s) {
name = s;
}
@Override
public vo... | [
"lev-2222@yandex.ru"
] | lev-2222@yandex.ru |
39cfbc16c980c36bacaae8f598a14f6d57cd275e | acd10791b1b0a30684d8616b0c58741c8769f12b | /redis-delay-queue/src/main/java/io/biteeniu/redis/delay/queue/Consumer.java | 5e68866bbeea3e6d0d44955c5cf0a3020d3a745a | [] | no_license | biteeniu/java-base-example | 7091e4a167d5c4465a70c0657c50ae2bf8bc2353 | 33320a9c249de9036dd093a5604554e6a18a97a1 | refs/heads/master | 2020-03-22T09:17:09.151284 | 2018-08-06T08:53:28 | 2018-08-06T08:53:28 | 139,827,072 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,697 | java | package io.biteeniu.redis.delay.queue;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import redis.clients.jedis.Jedis;
import redis.clients.jedis.JedisPool;
import java.util.Iterator;
import java.util.Set;
/**
* 消息消费者
* @author luzhanghong
* @date 2018-07-19 15:32
*/
public class Consumer implements R... | [
"dash@senthink.com"
] | dash@senthink.com |
81b4a90dc61e044e5586d1f5891e1f1d8e003fc6 | b002763a28a435e9a212c1d4eea8e19ccf464213 | /MyJavaProject/src/com/constructor/Employee.java | e15918e29dec9c48c73529909f302642a393b145 | [] | no_license | shashi123664/MyjavaProject | eb38114048cde5e6a77a577306148e7ac9657ca9 | b1da4d7fa17d4436d9c71088bbff0a0e047629c7 | refs/heads/master | 2020-08-31T04:29:39.425810 | 2019-11-18T06:03:59 | 2019-11-18T06:03:59 | 218,589,102 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 551 | java | package com.constructor;
class Employee {
String name;
double salary;
int id;
Employee(String name,double salary,int id)
{
this.name=name;
this.salary=salary;
this.id=id;
}
public static void main(String[] args) {
Employee emp1=new Employee("dileep",20000,1014);
System.out.println("name ... | [
"SHASHI@DESKTOP-1I84TR0"
] | SHASHI@DESKTOP-1I84TR0 |
3ced048e205bf17ef8bc8bbce69ab897c64ca917 | 978b444463d0a59bc95313ae625ccd7c98e70e0c | /workspace/fr.cnes.sitools.core/src/fr/cnes/sitools/plugins/resources/model/ResourceParameterType.java | 2fe3221e2e4e98c0595898f3a011bd3d768f50f2 | [] | no_license | bfiorito/core-v2 | 8e92c88a99f3cb262bc21617718c940ff93d0bc1 | f36dd81bc16cebe24c6c60303f92f5897226c00b | refs/heads/master | 2021-01-16T00:47:17.753746 | 2013-06-11T14:45:10 | 2013-06-11T14:45:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,878 | java | /*******************************************************************************
* Copyright 2011, 2012 CNES - CENTRE NATIONAL d'ETUDES SPATIALES
*
* This file is part of SITools2.
*
* SITools2 is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publ... | [
"b.fiorito@akka.eu"
] | b.fiorito@akka.eu |
777fb7165e886903740303c384f883d1d2db2906 | 9ce6f5d8a8f2d586d02c5bfabb4d249c9cee9dfa | /src/main/java/com/njfu/bysj/oerts/controller/OnlineQAController.java | de7391f2f90af1ecff010260976c57708471716d | [] | no_license | xuzhiyan/oerts-server | 2f1493ef5bbab24c70af9075c647d33ebe1c8a4c | c34806441238da3228dd319d15f6b846761ec43e | refs/heads/master | 2020-03-07T15:09:46.161581 | 2018-06-02T15:28:44 | 2018-06-02T15:28:44 | 127,547,108 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,419 | java | /**
* @FileName: OnlineQAController.java
* @Description: TODO
*
* @author 徐至彦
* @version V1.0
* @Date 2018年4月29日 下午7:57:35
*
*/
package com.njfu.bysj.oerts.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetM... | [
"37604467+xuzhiyan@users.noreply.github.com"
] | 37604467+xuzhiyan@users.noreply.github.com |
7c1f7b21b402c1ec9c80271ba925355c157edf29 | e59db84b4e82306b39f9259f3d3ea3c46cd8889c | /src/main/java/in/ankushs/linode4j/model/profile/AuthorizedAppsPageImpl.java | 40509f8a34e9747f4222d14f1b77efdf212a47f1 | [
"MIT"
] | permissive | jordancole18/linode4j | 90b7629a6a35c69f543e2409aec93e0d09c2f4c6 | 163e8d34df9ac78215213c7624c8f97245f18d61 | refs/heads/master | 2021-09-05T02:42:37.300176 | 2018-01-23T18:24:15 | 2018-01-23T18:24:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 710 | java | package in.ankushs.linode4j.model.profile;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;
import in.ankushs.linode4j.model.interfaces.Page;
import lombok.Data;
import java.util.Set;
/**
* Created by ankushsharma on 22/12/17.
*/
@Data
@JsonIgnoreP... | [
"ankush.s@adsizzlergroup.com"
] | ankush.s@adsizzlergroup.com |
0601a27df9cfaaf84d288f0314671e668e5c96c3 | 5e7c4257c0d5180ed63c2b37e2badb770ad65a4b | /gmall-api/src/main/java/com/baizhi/gmall/pms/entity/Product.java | 4bc3445b2a51e6dddb92de45840f774535a697db | [] | no_license | 28899121390/gmall-parent | 1067abbab415b9153ad73ab9cecd5f48f7b04d70 | 5366a965df02dae94b661e174a6d6dbf601cfc12 | refs/heads/master | 2023-08-10T08:12:43.638661 | 2020-01-03T07:06:51 | 2020-01-03T07:06:52 | 230,357,271 | 0 | 0 | null | 2023-07-23T01:21:12 | 2019-12-27T02:16:27 | Java | UTF-8 | Java | false | false | 5,434 | java | package com.baizhi.gmall.pms.entity;
import java.math.BigDecimal;
import com.baomidou.mybatisplus.annotation.TableName;
import com.baomidou.mybatisplus.annotation.IdType;
import java.util.Date;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableField;
import java.io.Ser... | [
"2889921390@qq.com"
] | 2889921390@qq.com |
0d6542ef1441cb39e43ed5eaa0bb3b7985fe1472 | f932bc7baf8cfcdbd3764d70927d90f18fc1e32c | /common/src/main/java/org/glowroot/common/model/MutableQuery.java | 21b2b653cc97f274c7770cece316072acb153d74 | [
"Apache-2.0"
] | permissive | chakra-coder/glowroot | e459ee825e0d55dbaede9e526b558236d3357504 | 1aad8e83013c48c77814eac7b42d711cae2e8751 | refs/heads/master | 2021-06-04T04:22:43.452703 | 2016-09-08T07:10:20 | 2016-09-08T07:10:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,429 | java | /*
* Copyright 2015-2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | [
"trask.stalnaker@gmail.com"
] | trask.stalnaker@gmail.com |
9350eaf6e951bb1fb58a464cab30f4a4bdd887ad | d89ecc592aaec62ded78787472680c114092b2a4 | /main/src/cgeo/geocaching/maps/routing/RouteSortActivity.java | 2c715b1f95a4a517ba6be81a9bb3987c92e0d86d | [
"Apache-2.0"
] | permissive | 0xflotus/cgeo | af80a66719078473b0ebed83952cfd274cedf526 | 730b1ee93dba6e4833bb9922e51c0d6399837136 | refs/heads/master | 2022-11-23T23:29:45.765694 | 2020-08-02T17:04:31 | 2020-08-02T17:04:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,809 | java | package cgeo.geocaching.maps.routing;
import cgeo.geocaching.R;
import cgeo.geocaching.activity.AbstractActivity;
import cgeo.geocaching.enumerations.CacheListType;
import cgeo.geocaching.enumerations.CoordinatesType;
import cgeo.geocaching.enumerations.LoadFlags;
import cgeo.geocaching.models.Geocache;
import cgeo.ge... | [
"github@moving-bits.net"
] | github@moving-bits.net |
9a5d8773ba1e37ae145fae0add26ecc979814a5b | 3369881f1d4301316525769ae87ca36adb15094f | /AttendenceTracker-0.0.1-SNAPSHOT/src/main/java/com/trivecta/attendencetracker/model/entity/SubContractor.java | 21804d5c207644fa21f00234bdf6bbb52a3b26ad | [] | no_license | uvaisTrivecta/ConstructionApp | 5f74ad38ca4e85a26d2194fe93aeb2dcde3353d1 | 9a542b78ec380c2c89704b08c9491903fd3e1319 | refs/heads/master | 2020-06-21T19:31:46.654192 | 2016-12-17T11:16:03 | 2016-12-17T11:16:03 | 94,205,078 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,318 | java | package com.trivecta.attendencetracker.model.entity;
import java.io.Serializable;
import java.math.BigInteger;
import javax.persistence.*;
import java.util.Date;
import java.util.List;
/**
* The persistent class for the sub_contractors database table.
*
*/
@Entity
@Table(name="SUB_CONTRACTORS")
... | [
"psuganya.mdu@gmail.com"
] | psuganya.mdu@gmail.com |
77f2262bf005c53e461329d06b5bce893d1388d9 | 9c07cc08cbed5615d441865a129ceacf1479757b | /VITAMIN/src/main/java/com/vitamin/dao/UserDAO.java | b577337e966f12119fc1d1eb9dffc9194efa6e73 | [] | no_license | jongjs1206/team | ac7817877686db1957241fecad607c82aa09c1b5 | 7c9b02f53eea6d7b4f725ccc1dd281836965632b | refs/heads/master | 2023-03-18T01:31:32.778427 | 2021-02-22T03:19:41 | 2021-02-22T03:19:41 | 326,368,184 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 787 | java | package com.vitamin.dao;
import java.util.List;
import com.vitamin.domain.UserVO;
public interface UserDAO {
/**
* 로그인 확인 기능 구현
*/
UserVO idCheck_Login(UserVO vo);
List<UserVO> alluser();
List<UserVO> userSerach(String keyselects, String accountsearch, String rankselect, String gradesele... | [
"jjs@DESKTOP-P70BAC4"
] | jjs@DESKTOP-P70BAC4 |
ccf17af3dfbf0045e311fb4c0f2d7dc53f777043 | caddb232d85a8b47d2b2b3696c0387e1f3a4ce52 | /sysnutri/backend/desafio/src/main/java/br/com/desafio/model/Paciente.java | b58f1b4313fb55c62c0586fa09d2aaa797c89168 | [] | no_license | MarcusSilva22/projetos | 76a133f610ecf9fa72765b70828ed100dc8664c8 | fdd4e7f4a038a20a39075d59e77ffa320b6aa7cc | refs/heads/master | 2023-08-24T12:56:06.559822 | 2021-09-16T19:04:08 | 2021-09-16T19:04:08 | 407,282,760 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 770 | java | package br.com.desafio.model;
import java.io.Serializable;
import java.sql.Date;
import javax.persistence.*;
@Entity
@Table(name="tb_paciente")
@PrimaryKeyJoinColumn(name="id")
public class Paciente extends Usuario implements Serializable {
private static final long serialVersionUID = 35953318573591016L;
@Colu... | [
"marcus.fms@gmail.com"
] | marcus.fms@gmail.com |
ff0c997fc9657b331ca6e84ce647ccbd5f7fda19 | 4ae5b5ae64cfead56f5ad7d7ab419195ff5d4bf3 | /src/com/javarush/test/level03/lesson06/task03/Solution.java | 60679792693ac1506fb17f22660c19803b10b429 | [] | no_license | OlenaSoboleva/JavaRushHomeWork | 98cd9115e191942afb8a749663781c726d8d26c4 | 55e028608dff413760b1af5feba5b7b6d9f59afa | refs/heads/master | 2020-04-10T21:47:23.667640 | 2018-12-11T09:05:33 | 2018-12-11T09:05:33 | 161,306,570 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,478 | java | package com.javarush.test.level03.lesson06.task03;
/* Семь цветов радуги
Создать 7 объектов, чтобы на экран вывелись 7 цветов радуги (ROYGBIV).
Каждый объект при создании выводит на экран определенный цвет.
*/
public class Solution
{
public static void main(String[] args)
{
Red red=new Red();
... | [
"selena.soboleva@gmail.com"
] | selena.soboleva@gmail.com |
8861beb3e5271ba00995abf8a2926c6c0462ae47 | af58eabf5360cb82082e1b0590696b627118d5a3 | /app-main/src/main/java/com/zhongmei/bty/dinner/Listener/DishOptListener.java | b2c59fec953539c6ae64fe53d4a649d9278b88bd | [] | no_license | sengeiou/marketing-app | f4b670f3996ba190decd2f1b8e4a276eb53b8b2a | 278f3da95584e2ab7d97dff1a067db848e70a9f3 | refs/heads/master | 2020-06-07T01:51:25.743676 | 2019-06-20T08:58:28 | 2019-06-20T08:58:28 | 192,895,799 | 0 | 1 | null | 2019-06-20T09:59:09 | 2019-06-20T09:59:08 | null | UTF-8 | Java | false | false | 442 | java | package com.zhongmei.bty.dinner.Listener;
import com.zhongmei.bty.basemodule.orderdish.bean.DishDataItem;
import com.zhongmei.yunfu.db.enums.PrintOperationOpType;
import java.util.List;
/**
* @Date: 2018/2/8
* @Description:
* @Version: 1.0
*/
public interface DishOptListener {
void onSuccess(PrintOperationO... | [
"yangyuanping_cd@shishike.com"
] | yangyuanping_cd@shishike.com |
a7201de43df05c0b9a722ea93aac833e5123595c | d236cae79d049b85f84d25095d2e1fae5fc525b3 | /src/main/java/io/github/mariazevedo88/financialjavaapi/model/statistic/Statistic.java | c3f0e66c6b5abdcf8c2df63ca59b87e449beae7c | [
"MIT"
] | permissive | Spring-Boot-Framework/financial-java-api | 7e89035be744f81a50cb1d5df2f85fcda1fc6991 | 109ab3805e5c821407bf62a2806cbdbc8125c79a | refs/heads/master | 2022-12-19T21:23:39.584892 | 2020-09-25T06:04:35 | 2020-09-25T06:04:35 | 296,247,388 | 1 | 4 | MIT | 2020-09-25T06:04:36 | 2020-09-17T07:09:17 | null | UTF-8 | Java | false | false | 1,818 | java | package io.github.mariazevedo88.financialjavaapi.model.statistic;
import java.io.Serializable;
import java.math.BigDecimal;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.pers... | [
"mariana@bsi.ufla.br"
] | mariana@bsi.ufla.br |
9addcb3d5065e1e24c93f7f4ebafbc7ae0ca68d6 | d254e76a3eda46e8c3be7ea359970b1ecc3d3829 | /src/com/actionpattern/mediatorpattern/ConcreteMediator.java | 241a58d73f611d85f2612f8cb41686257efef31d | [] | no_license | chinese2015/designpattern | 1663aaa14d37451162b7637729c7ef5e51cb1016 | ea4906eb7ecccaf5dfbea38e666c59f4635178e4 | refs/heads/main | 2023-02-25T21:55:59.205345 | 2021-02-01T16:21:05 | 2021-02-01T16:21:05 | 328,346,170 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 694 | java | package com.actionpattern.mediatorpattern;
public class ConcreteMediator extends Mediator {
private Colleague concreteConlleague1;
private Colleague concreteConlleague2;
public void setConcreteConlleague1(Colleague concreteConlleague1) {
this.concreteConlleague1 = concreteConlleague1;
}
... | [
"huaxia2002@gmail.com"
] | huaxia2002@gmail.com |
530d787eaa3c32b9f1a0eb874f44c38944d717f2 | 2d5e54e4dd6612aeb19904fcdf8757680c5bfd79 | /core.session/src/org/modelio/vcore/session/impl/transactions/events/UndoModelChangeActionVisitor.java | 31ecc4d4c89b10806cb6adf667d4dd20378b0684 | [] | no_license | mondo-project/hawk-modelio | 1ef504dde30ce4e43b5db8d7936adbc04851e058 | 4da0f70dfeddb0451eec8b2f361586e07ad3dab9 | refs/heads/master | 2021-01-10T06:09:58.281311 | 2015-11-06T11:08:15 | 2015-11-06T11:08:15 | 45,675,632 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,071 | java | /*
* Copyright 2013 Modeliosoft
*
* This file is part of Modelio.
*
* Modelio is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
... | [
"antonio.garcia-dominguez@york.ac.uk"
] | antonio.garcia-dominguez@york.ac.uk |
2c0352e6d5637b418a2c0483064e675341938651 | 060b67492950d29b1f09b86e8347ea9aaea8c6a2 | /src/main/java/com/mali/ds/graph/bfs/BusRoutes.java | deeb8743e363ab3be6499511048e67e8be34396d | [] | no_license | mali-nadfrss/My-new-project | f1352929e2e5c30d89b5c78dfa73771ad72281b4 | 515b029883bd65b22b854c60d03eb1b7b3a38118 | refs/heads/master | 2023-08-03T09:16:02.492372 | 2023-07-05T06:36:47 | 2023-07-05T06:36:47 | 231,365,274 | 0 | 0 | null | 2022-10-23T02:29:41 | 2020-01-02T11:10:09 | Java | UTF-8 | Java | false | false | 1,043 | java | package com.mali.ds.graph.bfs;
import java.util.*;
/* Hard
* https://leetcode.com/problems/bus-routes/*/
public class BusRoutes {
public static int numBusesToDestination(int[][] routes, int source, int target) {
//todo
Map<Integer, Set<Integer>> stops = new HashMap<>();
for (int i = 0; i < routes.le... | [
"nmali@modeln.com"
] | nmali@modeln.com |
9675be0ae6d4f521e541297c2eaaba90d7348170 | 56d865b47836f3d725de38a2cfcbadbabdae5fe6 | /src/main/java/kr/ac/daegu/jspmvc/biz/LoginSignUpCmd.java | 6f76e055913c2fb092869788c4d46cd7e9e91227 | [] | no_license | dwc04112/jspmvcPublic | c56797bd686038c8aea9b9f97bc0f1534c60f070 | c1db14ffe603041773866a808b36129f9b37335d | refs/heads/master | 2023-08-06T19:16:31.002487 | 2021-09-15T02:11:06 | 2021-09-15T02:11:06 | 404,287,984 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,495 | java | package kr.ac.daegu.jspmvc.biz;
import kr.ac.daegu.jspmvc.common.PasswordEncoder;
import kr.ac.daegu.jspmvc.model.MemberDAO;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
import java.sql.SQLException;
imp... | [
"dwc04112@gmail.com"
] | dwc04112@gmail.com |
39fb6fc8c465734a5b23974fc0d53dfe887f05e3 | df149d05f3145353bdb4955355d72451dc0aba5b | /src/test/java/com/etermax/conversations/test/integration/SyncMessagesTest.java | b4af84f9b858501570b958d89c17fc07177efb9c | [] | no_license | LucianoBernal/feeds_api | 788526291481dcad841ceed90a5824e1891f5071 | bd763e6bd381a2b2d35052a5358c2287b7d3ffd1 | refs/heads/master | 2016-09-13T06:44:23.483434 | 2016-04-27T20:32:30 | 2016-04-27T20:32:30 | 57,245,394 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,258 | java | package com.etermax.conversations.test.integration;
import com.etermax.conversations.adapter.ConversationAdapter;
import com.etermax.conversations.adapter.MessageAdapter;
import com.etermax.conversations.adapter.SynchronizationAdapter;
import com.etermax.conversations.dto.AddressedMessageCreationDTO;
import com.eterma... | [
"luciano.bernal@etermax.com"
] | luciano.bernal@etermax.com |
70a05e1d92123208fd73598efccfafdec0aadf69 | 4db17f8d057b9fc19d6a3c1a357333ca173a9ae3 | /src/main/java/org/markdownwriterfx/util/ActionUtils.java | 8dd6856de0e28c22eec3eba048b4ad633959bbef | [
"BSD-2-Clause"
] | permissive | andreas-oberheim/universal-markup-editor | 46982c1dda07114e1a5b529a00cdafad1f7a2aeb | bd6bbaea26cc9d39e6310bc2270419cbb5c89b07 | refs/heads/master | 2021-01-17T15:58:03.152382 | 2016-08-20T21:39:26 | 2016-08-20T21:39:26 | 66,168,975 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,751 | java | /*
* Copyright (c) 2015 Karl Tauber <karl at jformdesigner dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* o Redistributions of source code must retain the above copyright
* ... | [
"karl@jformdesigner.com"
] | karl@jformdesigner.com |
12fd5ad2d898c29a298444b88737ae4368285ff5 | 3cce330a3b21ac4d93be515e4a30ef91aa946f97 | /app/src/main/java/com/example/beacon_hunters/LoginTabFragment.java | 33f2e667e5122a43f5456ef90e8402a3727a074f | [] | no_license | AbdulFaiz123/Beacon-Hunters | b49780c3bedaa283e45dae1add68e93cae6345fd | a3d521e584a18e807e7ba052613fc85affd6ffa0 | refs/heads/master | 2023-03-20T01:47:09.169720 | 2021-03-16T17:07:55 | 2021-03-16T17:07:55 | 346,682,734 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,621 | java | package com.example.beacon_hunters;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.annotation.Nullab... | [
"53165415+AbdulFaiz123@users.noreply.github.com"
] | 53165415+AbdulFaiz123@users.noreply.github.com |
c505681795fe63168c73ca0ece06169d6e26b296 | 10bbb49b8b82e67f8aae8568321d5677500738d9 | /goja-wxchat/src/main/java/com/jfinal/weixin/sdk/msg/out/OutVideoMsg.java | 32a4c6d6c27af8260b71fa44b62125738142fbb6 | [
"MIT"
] | permissive | shootboss/goja | 178acc8f6e7b76863bda556d8fb742649b141ec6 | 1d6aef9c6cd13728f7601ee126d38276a3f1efb5 | refs/heads/master | 2021-01-22T20:08:23.456712 | 2014-11-15T15:21:34 | 2014-11-15T15:21:34 | 26,850,053 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,834 | java | /**
* Copyright (c) 2011-2014, James Zhan 詹波 (jfinal@126.com).
*
* Licensed under the Apache License, Version 2.0 (the "License");
*/
package com.jfinal.weixin.sdk.msg.out;
import com.jfinal.weixin.sdk.msg.in.InMsg;
/**
回复视频消息
<xml>
<ToUserName><![CDATA[toUser]]></ToUserName>
<FromUserName><![CDATA[fromUse... | [
"poplar1123@gmail.com"
] | poplar1123@gmail.com |
9e90d549195591dce43b163e5dfc003068a42364 | aeb1c78ba5060b28c8839890f8c05071bb5ba2d9 | /core/com/xsc/lottery/task/ticket/.svn/text-base/TicketTreatmentWork.java.svn-base | 7a64de34fb7793661898961859cd798190fb4ae0 | [] | no_license | THEMING/TZLottery | 425de1b8c3e19318de238153ec3a3d88ef28af71 | bb7484deb7b11b97bbef26b96cef40a1f01a704c | refs/heads/master | 2021-01-18T13:50:32.011316 | 2017-03-22T01:17:20 | 2017-03-22T01:17:20 | 24,556,080 | 6 | 6 | null | null | null | null | UTF-8 | Java | false | false | 24,793 | package com.xsc.lottery.task.ticket;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.List;
import java.util.concurrent.LinkedBlockingQueue;
import java.util.concurrent.TimeUnit;
import javax.annotation.PostConstruct;
import org.hibernate.StaleObjectStateException;... | [
"306081148@qq.com"
] | 306081148@qq.com | |
53dae582e462a2d37f4847659e6882f9f2c2b3dc | 837c0a513668863f66c49a0127cce9cf81699870 | /Day2/TimeTracker/src/main/java/edu/timetracker/service/TimeKeeper.java | b4f9da1a99141ffb4320006e84ca2e71f568b751 | [] | no_license | HiddenLeafVillage/TDD-Session | e7a40142e7c3a124c63203e4c26e4c47bb6e762b | a13c88072c401e02104a3fe608c8e0c487c470c4 | refs/heads/master | 2022-06-22T22:50:44.347140 | 2020-02-05T03:24:42 | 2020-02-05T03:24:42 | 237,813,108 | 0 | 0 | null | 2022-05-20T21:24:39 | 2020-02-02T18:04:27 | Java | UTF-8 | Java | false | false | 1,305 | java | package edu.timetracker.service;
import static edu.timetracker.persistence.Persistence.timeRecord;
import static java.util.Optional.ofNullable;
import java.time.LocalDateTime;
import java.time.temporal.ChronoUnit;
import java.util.NoSuchElementException;
import java.util.Optional;
import java.util.UUID;
import edu.t... | [
"esiddharth1894@gmail.com"
] | esiddharth1894@gmail.com |
f18185b5351466d6a5c7a9c7c3a6bf27b6e9ec02 | f1bfc3990efdd015fad6ef37923c0a3ff69bd56f | /src/io/match/gui/center/match/MatchRow.java | 575df71b93dbb2a7f1423a79819c6662da3a1225 | [] | no_license | minhhoangtcu/Match | c49a8511f27fcc7896496e9ebd5c666790b45800 | 34f3621282c15187e2d6798835a3291c0c1d854b | refs/heads/master | 2021-01-10T06:42:39.526146 | 2016-03-28T21:23:57 | 2016-03-28T21:23:57 | 50,064,859 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,453 | java | package io.match.gui.center.match;
import javafx.beans.property.SimpleDoubleProperty;
import javafx.beans.property.SimpleStringProperty;
public class MatchRow {
private final SimpleStringProperty studentName;
private final SimpleStringProperty facultyName;
private final SimpleDoubleProperty probability;... | [
"antonxuanquang@yahoo.com"
] | antonxuanquang@yahoo.com |
1998403231bc4903c6633584aed330a00c8ea4be | fbc97617fa679de8678c4bea7ffc5c8ecdcf539c | /SubSupper.java | 33582dfdb105cd7688f1c2b67a228c4b730b4d38 | [] | no_license | AshwinRajvanshi/Basic-java | 7634c442ba60b06ab91f7505ab2ffaf35bf8baf2 | a1f3cea0d5146ff3714d90c72944184ff1817f83 | refs/heads/master | 2021-01-01T18:15:25.733262 | 2017-07-25T09:22:23 | 2017-07-25T09:22:23 | 98,288,236 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 569 | java | class SubSupper{
public static void main (String s[]) {
SubSupper ss = new SubSupper();
ss.method();
}
public void method (){
Sub sub=new Sub ();
sub.display();
System.out.println("This is practice Session ");
}
class Super{
int num = 20;
public ... | [
"aswinrajvanshi@gmail.com"
] | aswinrajvanshi@gmail.com |
bd088ddadef112f251372cb5a83a8577904c538a | 63a9f496209254f0dc44a235e8637d07066828c4 | /src/com/witkey/service/MailService.java | 792d72021835557dca9ebf3aad85d20ea6ce09ce | [] | no_license | laisanxin/witkeyServer | 6142c5f576695ca8a539fb9d457f631a3e30c485 | 35389786842b20d1832b924bc4c1ee4956535974 | refs/heads/master | 2020-03-12T22:42:10.083604 | 2018-04-25T05:00:40 | 2018-04-25T05:00:40 | 130,814,394 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 2,973 | java | package com.witkey.service;
import java.util.Date;
import java.util.Properties;
import java.util.Map;
import javax.mail.Session;
import javax.mail.Transport;
import javax.mail.internet.InternetAddress;
import javax.mail.internet.MimeMessage;
import javax.mail.internet.MimeMessage.RecipientType;
import org.... | [
"1255490926@qq.com"
] | 1255490926@qq.com |
a1185c2a5043035a2d55de29ed85903002b67350 | 78e9273c9ccc19248acef3ec7cf64edff305aeae | /app/src/main/java/com/example/ticketunion/presenter/impl/TicketPresentImpl.java | 858537d131435af8e86211af66432e06775177ad | [
"Apache-2.0"
] | permissive | tttttz/TicketUnion | 42ed5589a321fedcd657808bf92e589e343ed55a | 2bb771417c8a9b4e8eddde348e6f476f94e65aaa | refs/heads/master | 2022-10-16T14:53:54.911853 | 2020-06-08T15:23:23 | 2020-06-08T15:23:23 | 264,622,949 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,666 | java | package com.example.ticketunion.presenter.impl;
import com.example.ticketunion.model.Api;
import com.example.ticketunion.model.domain.TicketParams;
import com.example.ticketunion.model.domain.TicketResult;
import com.example.ticketunion.presenter.ITicketPresenter;
import com.example.ticketunion.utils.LogUtil;
import c... | [
"894661727@qq.com"
] | 894661727@qq.com |
eed58bf106f781df1a2c39da2091f338578299b7 | 2a88516340c27a78eaac7e36f6a345dcbfd42afc | /teachersupport/src/main/java/com/nokia/teachersupport/person/ContactController.java | 1601dfab57505b28d220043444aaf185f0bddd22 | [] | no_license | jakubpw/TeacherSupportApp1 | fa5e5a2e0444dfcffba6ac69c04fbecd4e9ed6c9 | 5c247d96d0e1e237455f4b8d218122cfab7583da | refs/heads/master | 2020-03-25T02:00:04.802943 | 2018-08-02T08:54:31 | 2018-08-02T08:54:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 794 | java | package com.nokia.teachersupport.person;
import com.nokia.teachersupport.currentUser.CurrentUser;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import java... | [
"karolina.makowska.ext@nokia.com"
] | karolina.makowska.ext@nokia.com |
8b55aa6ff537c41d1bf680161fbcfb61149fcbf3 | d4e0a234b39a82a4c928e103330c42e66125fdfb | /src/main/java/ch/tralala/StaticShit.java | 4adcd9dcd2a48c3d607b036d69d23fc182c1e896 | [] | no_license | hadoken79/jitPackCamelTest | 5495a71d9161e170476dce9acbbeeba287a79863 | 17a68d17a5027c6e57cbf1128d499181cbf44017 | refs/heads/main | 2023-07-27T10:15:24.762933 | 2021-08-28T07:00:36 | 2021-08-28T07:00:36 | 400,508,116 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 107 | java | package ch.tralala;
public class StaticShit {
public static int addprop(){
return 42;
}
}
| [
"linus.pauls@irix.ch"
] | linus.pauls@irix.ch |
7dcf6c1b5a42494553b3e8e836f4750c0a9714f6 | 065c1f648e8dd061a20147ff9c0dbb6b5bc8b9be | /eclipsejdt_cluster/52042/src_1.java | 9215afbd48918fa970b0cce04222d93518b161fd | [] | 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 | 292,683 | java | /*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... | [
"375833274@qq.com"
] | 375833274@qq.com |
cf13b17b3121f9438129786c6f1724a3bf5bf8f2 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/33/33_f0eab8ff38d525893cd4aad3b5c31f0416b5676e/Torrent/33_f0eab8ff38d525893cd4aad3b5c31f0416b5676e_Torrent_s.java | aae372421f22c778dad031938c249bc03aed310a | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 11,350 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.tracker.entity;
import com.tracker.backend.StringUtils;
import java.io.Serializable;
import java.util.Collection;
import java.util.Date;
import java.util.Vector;
import javax.persistence.Column;... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
bea6d3bd18b0d0e521065f8cc4ae2d13d3c1c0c0 | 06b102d0f4d3669a30ff8b9480b816bf5a3bbaca | /elixir_beacon/src/main/java/org/ega_archive/elixirbeacon/dto/Error.java | 2935f9cc14884d205ee182a097127811f69a928b | [
"Apache-2.0"
] | permissive | albertcrowley/human-data-beacon | 070aa7c03bd0d124c6954b7eef5c95a81c682362 | 3782f27ec76e199f58fb54161b2f78562a26b3e6 | refs/heads/master | 2021-04-30T04:01:31.766256 | 2018-02-14T15:46:43 | 2018-02-14T15:46:43 | 121,528,067 | 0 | 0 | null | 2018-02-14T15:46:44 | 2018-02-14T15:41:47 | Java | UTF-8 | Java | false | false | 346 | java | package org.ega_archive.elixirbeacon.dto;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import lombok.experimental.Builder;
@Data
@Builder
@NoArgsConstructor
@AllArgsConstructor
public class Error {
// Numeric status code
private int errorCode;
// Error message
p... | [
"sabela.delatorre@crg.eu"
] | sabela.delatorre@crg.eu |
50b6b4748f979c33ee269ecdda25528a0af15e8b | e0e52e6945c6d0002f8148c41c6015af140cee6c | /Multithreading/Unlearning/src/A.java | 9fd3b22976322e03f9a82d466f5aaec62af1fdcf | [] | no_license | preetskhalsa97/OOP | efd23aec2a4f6a0e93bbf17c024d4d12dbc97620 | 85d62211b9a145691e84de712a0f3baf6896f892 | refs/heads/master | 2020-05-23T10:13:47.286046 | 2017-05-17T11:05:44 | 2017-05-17T11:05:44 | 80,405,589 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 287 | java |
public class A {
synchronized void foo(B b){
String name = Thread.currentThread().getName();
System.out.println(name+" entered A.foo");
try{
Thread.sleep(1000);
}catch (Exception e){
}
}
synchronized void last(){
System.out.println("Inside A.last()");
}
}
| [
"preetskhalsa97@gmail.com"
] | preetskhalsa97@gmail.com |
575b588f6e176bea4163f340e810559454657f15 | 0f7ba09a83e20fc9ebf8b580317fee703b1b85a8 | /Library_Management_System/RemoveBook.java | 46e547ba63defcd8e63dc0b1aaf257f515f7eba4 | [] | no_license | IamYVJ/Library_Management_System | fc6c7e4f1e85d0a8c81f07597874026ef8c941f7 | 485e9cbd298c48c322f3765d75640d79e9b5f4ab | refs/heads/master | 2021-02-26T02:05:22.298405 | 2020-03-06T18:18:46 | 2020-03-06T18:18:46 | 245,486,900 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,682 | java | import java.sql.*;
import java.io.*;
class RemoveBook
{
String hist = "";
String driver = "net.ucanaccess.jdbc.UcanaccessDriver";
String location = "jdbc:ucanaccess://E:\\Yashvardhan\\Java\\ICSE EXTERNAL PROJECT\\LibraryDatabase.accdb";
BufferedReader br = new BufferedReader(new InputStreamReader(System... | [
"yashvardhan18@yahoo.com"
] | yashvardhan18@yahoo.com |
b2ad89248226606d702460b77388f6cdcf89b068 | f591b1a30be868fb4b9bb4e8167b9056a3574875 | /onion-easy-orm-rdb/src/main/java/cc/kebei/ezorm/rdb/meta/parser/AbstractTableMetaParser.java | d1b043b48ba52690f12ad180ea375cd2dfb6b26c | [] | no_license | keqingyuan/onion-easy-orm | efa16471eb55aad58618a6af9a2fa86aa6b6a8ec | cf7804bd0ad187de831f3ddb3f52027562a0f7be | refs/heads/master | 2022-09-14T22:43:10.618239 | 2019-12-31T08:32:11 | 2019-12-31T08:32:11 | 187,639,100 | 0 | 0 | null | 2022-09-08T01:00:26 | 2019-05-20T12:46:57 | Java | UTF-8 | Java | false | false | 6,303 | java | package cc.kebei.ezorm.rdb.meta.parser;
import cc.kebei.ezorm.rdb.meta.expand.SimpleMapWrapper;
import cc.kebei.ezorm.rdb.render.dialect.Dialect;
import cc.kebei.ezorm.rdb.render.support.simple.SimpleSQL;
import lombok.SneakyThrows;
import cc.kebei.ezorm.core.ObjectWrapper;
import cc.kebei.ezorm.rdb.executor.SqlExecut... | [
"1209547238@qq.com"
] | 1209547238@qq.com |
6853b58f294bf10ce877b6e44540073232f04110 | ad27c67984206399e13546e111b5c81c0c201dce | /shopping_online/src/com/byzx/authority/dao/UserGroupMapper.java | c43fc60d5f394c37a6a9c6dcda2805ef467eeefe | [] | no_license | SongYuan1995/shopStore | 2b2febd7930dd71dfb2e33b6d429a9c5878e064e | 3fb535812676f56bd1ec0c33fe15c52a330aa561 | refs/heads/master | 2020-07-26T06:11:10.178778 | 2019-09-15T08:37:18 | 2019-09-15T08:37:18 | 208,560,159 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,150 | java | package com.byzx.authority.dao;
import java.util.List;
import java.util.Map;
import com.byzx.authority.vo.GroupRole;
import com.byzx.authority.vo.UserGroup;
public interface UserGroupMapper {
//列表展示页面和模糊查询共用的查询user_group表
public List<UserGroup> findGroupFuzzy(Map<String,Object> map);
//验证用户组名和用户组Code,用户组名称GroupNa... | [
"838523504@qq.com"
] | 838523504@qq.com |
35784cd74ca115ce0df879186cf435d192d756a3 | 26756671613b5ecfe1c13d0a8cb98c2678dfdde0 | /code/client/android/src/main/java/com/github/blackbladeshiraishi/fm/moe/client/android/inject/PlaySongModule.java | 0528166a6b64d6cb3c7bf3d11293f67568186e04 | [
"Apache-2.0"
] | permissive | BlackbladeShiraishi/moefm | d5673267c09949f44582c651edc5ca4712aaf0e0 | 714c2f07d2eb8d024b9d0c18ec4bc1c769567ba4 | refs/heads/master | 2021-05-02T12:38:47.469611 | 2017-02-21T04:38:11 | 2017-02-21T04:38:11 | 52,521,116 | 0 | 1 | null | 2016-11-04T03:10:38 | 2016-02-25T11:58:10 | Java | UTF-8 | Java | false | false | 1,099 | java | package com.github.blackbladeshiraishi.fm.moe.client.android.inject;
import com.github.blackbladeshiraishi.fm.moe.business.api.PlayList;
import com.github.blackbladeshiraishi.fm.moe.business.api.PlayService;
import com.github.blackbladeshiraishi.fm.moe.business.api.Player;
import com.github.blackbladeshiraishi.fm.moe... | [
"blackblade.shiraishi@outlook.com"
] | blackblade.shiraishi@outlook.com |
4de9d9f0cbadd4f174ee2ee5bcbe80598a6aae25 | 8638a2efe2168eaa536bd89ca5f6b87927d17118 | /Atcoder/ABC56/TaskB/Main.java | 9e372dce1600899eac5dc4dba4a7396d49ab0854 | [] | no_license | Simply-divine/Competitive | 5c5e6418ddaceb8fae3c643a2e120b23a256b67c | 0a7e720322a57fd95cff0d796640ac69a6f45cdc | refs/heads/master | 2022-12-26T21:32:04.483818 | 2020-04-18T15:52:40 | 2020-04-18T15:52:40 | 256,789,554 | 1 | 1 | null | 2020-10-01T06:37:57 | 2020-04-18T15:37:30 | C++ | UTF-8 | Java | false | false | 1,202 | java | import java.io.*;
import java.util.*;
public class Main{
static class FastReader{
BufferedReader br;
StringTokenizer st;
public FastReader(){
br = new BufferedReader(new InputStreamReader(System.in));
}
public String next(){
try{
while(st==null||!st.hasMoreElements()){
st = new StringTokeniz... | [
"hardikvu0204@gmail.com"
] | hardikvu0204@gmail.com |
d03db1fc84cebb28a4a02edfa55f7e92ea6fd2e1 | 22224923367df6ed5134f10e34e30982d4f6a75b | /ApoioTerritorioLS/src/br/com/nascisoft/apoioterritoriols/cadastro/client/presenter/CadastroPresenter.java | a71ea6e2371eec0a668d8ec1b3551932a2f94fcf | [] | no_license | tiagonn/AppTerritorios | b976be98764a3f035b796d8b8ac315a8830e7e41 | 5b6642901867bd066f7c0fb3ca36be1154180f30 | refs/heads/master | 2021-09-11T16:48:51.471323 | 2017-12-26T11:09:22 | 2017-12-26T11:09:22 | 2,143,834 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 232 | java | package br.com.nascisoft.apoioterritoriols.cadastro.client.presenter;
import com.google.gwt.user.client.ui.HasWidgets;
public abstract interface CadastroPresenter {
public abstract void go(final HasWidgets container);
}
| [
"tiagonn@gmail.com"
] | tiagonn@gmail.com |
d2ad84dcd9aa815d5ce1b6f84cce8a60ba569270 | 4be2591e3b8776c6693ea1fd881471bf8ab539b4 | /src/main/java/com/gsonkeno/jvmtraining/btrace/TracingScript.java | c785b7ab81967d6415252efebff4ab6a85b7753c | [] | no_license | gsonkeno/jvm-training | 104bf0ba88efe371b1fd76d60e568f20d1a92dae | 219ddb3947459f30eed4d6e28384011970ae72d2 | refs/heads/master | 2020-04-03T05:57:37.984993 | 2018-11-04T08:03:02 | 2018-11-04T08:03:02 | 155,060,987 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,303 | java | package com.gsonkeno.jvmtraining.btrace;
import com.sun.btrace.annotations.*;
import static com.sun.btrace.BTraceUtils.*;
/**
* 调试脚本
*/
@BTrace
public class TracingScript {
@OnMethod(
clazz = "com.gsonkeno.jvmtraining.btrace.BTraceTest",
method = "add",
location = @Location(K... | [
"805940564@qq.com"
] | 805940564@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.