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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2717e6ab2d829096d7c93d78c4a62a241c880445 | fb750899510b0c2bad660914459292761d6dbade | /checkproj/src/test/java/checkproj/app/server/service/aaaboundedcontext/authentication/LoginTestCase.java | 01194e3c2b119c05b7078380244233b6c117d183 | [] | no_license | applifireAlgo/newRepo | 4123e1aa8df10579ccb2fa504441e8478745f8ed | 4d10db38e36f59a2d3c7e31328cde75586e3bde7 | refs/heads/master | 2021-01-10T13:56:26.311919 | 2016-03-31T13:23:15 | 2016-03-31T13:23:15 | 55,151,442 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 32,811 | java | package checkproj.app.server.service.aaaboundedcontext.authentication;
import checkproj.app.server.service.EntityTestCriteria;
import org.junit.runner.RunWith;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
import org.springframework.test.context.web.WebAppConfiguration;
import checkproj.app.co... | [
"applifire@b1bbae632b0b"
] | applifire@b1bbae632b0b |
c385b1193d9175d3e15b5a8f09c8e8aa80955e5f | ec3d86edfb06d9549d4e710473ecdc1dec26bd2b | /Sistema-de-Gestao-Consultas/test/br/edu/ufersa/controlConsult/model/jpaDAO/QuestionarioJpaControllerNGTest.java | a120da0e6e617d5671a7f916082560d754722aed | [] | no_license | ThuggerHacks/Sistema-de-Gestao-Hospitalar | bf6f1cc0634c9e7ddc82993da550df2ced261f89 | 56b07a0f0e3c67c76c65d7d0b9ccb139b4286221 | refs/heads/master | 2023-03-21T17:12:16.911999 | 2018-04-17T03:51:44 | 2018-04-17T03:51:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,565 | 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 br.edu.ufersa.controlConsult.model.jpaDAO;
import br.edu.ufersa.controlConsult.model.Medico;
import br.edu.ufersa.controlConsu... | [
"juanksoliveira@gmail.com"
] | juanksoliveira@gmail.com |
c03efee59a0cc910540c232a1bf1704245a08504 | a48c5c7b68ef4bff85da1f8ebf4a4a8738d511e5 | /lab7/src/synchronizationProblem/MyThread.java | 4da8e12a66f0e366e3931471f593ff98ac0c3fbe | [
"MIT"
] | permissive | mihaimusat/APD-labs-2019 | 0f1b90f305bf5e512556a7431441e15dbfc77054 | ba401a510a1ce3009ca8a5864d99bbcd5019fcb3 | refs/heads/master | 2021-01-01T14:26:57.339234 | 2020-02-11T12:33:09 | 2020-02-11T12:33:09 | 239,319,645 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 502 | java | package synchronizationProblem;
import java.util.concurrent.atomic.AtomicInteger;
/**
* @author cristian.chilipirea
*
*/
public class MyThread implements Runnable {
private final int id;
static AtomicInteger value = new AtomicInteger();
MyThread(int id) {
this.id = id;
}
@Override
publi... | [
"mihaimusat_1998@yahoo.com"
] | mihaimusat_1998@yahoo.com |
516002f1fb7dca6d6c3b68c8b8df217f7fe95d70 | fef8d99b851b11324d73e0cee19f4fd556e5776a | /src/java/controladores/DeleteDoctorController.java | 397fa3dda07d6e1b11987c887455acae85d89d4d | [] | no_license | kimba97/proyectoToo | 0811866dd9c301b218c2ba3677fd6525f834526c | 83d7cfee0ff1a09cc578ae9ccaaf4a864e86f17e | refs/heads/master | 2021-08-16T22:45:53.580294 | 2017-11-20T12:36:36 | 2017-11-20T12:36:36 | 108,067,108 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,172 | 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 controladores;
import Sistema.Conectar;
import Sistema.Expediente;
import Sistema.Paciente;
import java.sql.ResultSet;
import ... | [
"kimba@kimba-Lenovo-IdeaPad-N586"
] | kimba@kimba-Lenovo-IdeaPad-N586 |
f8d6cf3510e8df94a371a844637742a95a261241 | 333a5ba0e0dd623a2d032346e0462aa6cc2542c6 | /Spring10MEng/TestJingleDesktop/src/com/cornell/opencomm/jingleDesktop/Wait.java | f035566a0bb3e2dfcdfbec077642f5e0a2dc10d3 | [] | no_license | moki80/OpenComm | d645fc1816e17a6b0e2ce10f1563682396784e3c | 16251135961b66fba3377d951288496f5d1cda81 | refs/heads/master | 2020-04-06T07:46:11.301226 | 2011-02-03T10:25:24 | 2011-02-03T10:25:24 | 348,743 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 261 | java | package com.cornell.opencomm.jingleDesktop;
public class Wait {
@SuppressWarnings("static-access")
public static void waitforsec(long s){
try {
Thread.currentThread().sleep(s*1000);
} catch (InterruptedException e){
e.printStackTrace();
}
}
} | [
"blah@blah.com"
] | blah@blah.com |
1d5b1f5dea264c7b709e76088ece563aec7fb0fc | 5d333f43eacf64724ece4f2171343a39b39a0fd8 | /727 server/network/com/rs/net/Session.java | 16c9f3f68cd951644945c5e396c515c31b170233 | [] | no_license | CSS-Lletya/open727 | 23867be2cbcd6b1dab7386d4f934f9fcb56703e0 | b39a0c645f9a3618ade293d835ec8417c127f99c | refs/heads/main | 2023-04-21T23:56:54.905626 | 2021-05-13T17:43:26 | 2021-05-13T17:43:26 | 357,363,677 | 4 | 1 | null | 2021-05-13T17:43:27 | 2021-04-12T23:10:07 | Java | UTF-8 | Java | false | false | 3,060 | java | package com.rs.net;
import org.jboss.netty.buffer.ChannelBuffer;
import org.jboss.netty.buffer.ChannelBuffers;
import org.jboss.netty.channel.Channel;
import org.jboss.netty.channel.ChannelFuture;
import com.rs.cache.io.OutputStream;
import com.rs.game.player.Player;
import com.rs.net.decoders.ClientPacketsDecoder;
i... | [
"51089431+CSS-Lletya@users.noreply.github.com"
] | 51089431+CSS-Lletya@users.noreply.github.com |
f2c3a647e785fb1034dde5a4fc5e31a5c2cfa65e | 702ceb3749f0506697bdbb2aa3f62aa8be0489c1 | /src/test/java/com/fpij/chpt4/CalculateNavTest.java | 1a44b969891d41c93aa6219a84e77857b09a2981 | [] | no_license | anildiwan/functionalprogramminginjava | 9c5121b30081f32b9723c587f471a3543fbb84b4 | c45a9aa510fdc6d43c00b6ad5b78ab9fc49422cd | refs/heads/master | 2020-03-08T07:12:21.032072 | 2018-04-21T19:45:39 | 2018-04-21T19:45:39 | 127,988,644 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 694 | java | package com.fpij.chpt4;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import java.math.BigDecimal;
import static org.junit.Assert.*;
public class CalculateNavTest {
@Before
public void setUp() throws Exception {
}
@After
public void tearDown() throws Exception {
}... | [
"anildiwan@gmail.com"
] | anildiwan@gmail.com |
1e7347d1dca9c0fce3ff0f47531ab1c4d85a6b57 | 32f394c8f37dea46a2aebb5166bfdb70e95fbd46 | /src/main/java/com/mrdiipo/lending_engine/domain/model/Loan.java | 7eb418349bb01711b858e6bec1551240282d404c | [] | no_license | MrDiipo/Loaning-System-Lending-Engine-Service | b3575b293a66086d611f81a1c2b1aec2eb7d2994 | c7c4bfa276f6f1a199c9803a7bba091aa977d84f | refs/heads/master | 2023-08-13T06:39:44.548598 | 2021-10-04T20:38:30 | 2021-10-04T20:38:30 | 413,472,386 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 945 | java | package com.mrdiipo.lending_engine.domain.model;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
import java.time.LocalDate;
@Data
@Entity
@NoArgsConstructor
public class Loan {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
@Column(name = "id", nullable = false)
... | [
"68384682+MrDiipo@users.noreply.github.com"
] | 68384682+MrDiipo@users.noreply.github.com |
f6d6096f10070029fc7306def135638f6bbce9e2 | 5c7a9110eba1ff6ed695ea5ab6b12c838d0d0b55 | /src/com/adaming/entities/Utilisateur.java | 01660c0e2fce3f478139874ee28980e405cb2f9c | [] | no_license | ClementINTI/GestionDeptContentieuxx | 165e9c4199e4e46192f39e0b768a9fc7a19c9ad2 | 59f162aa87c947db18cec3a0160172df0ba5f435 | refs/heads/master | 2020-05-22T16:51:26.261687 | 2019-05-14T12:49:36 | 2019-05-14T12:49:36 | 186,438,332 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,029 | java | package com.adaming.entities;
import java.io.Serializable;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinTable;
import javax.persistence.JoinCo... | [
"clement.wasselet@laposte.net"
] | clement.wasselet@laposte.net |
4b8de5f29997fbd270a31808fb7a71d206e6a2e9 | b15f319c8d5241b3e64f0ca42fa2c4602625632e | /Stanford_Laptrinhdesktop_JE112/src/stanford_laptrinhdesktop_je112/FrmBai3.java | 0d51c472fd731ff71f3240e787020353872c96f0 | [] | no_license | vandunghy/dung | 8b20854f4da369e688999c700dfb203a100c8d27 | be7fd0926edf6fad3d46cb0f4a8287dfc687cabc | refs/heads/main | 2023-08-26T03:18:17.670589 | 2021-11-09T01:50:08 | 2021-11-09T01:50:08 | 425,791,866 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,413 | java | /*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/GUIForms/JFrame.java to edit this template
*/
package stanford_laptrinhdesktop_je112;
import javax.swing.JOptionPane;
/**
*
* @author macbookm1
*/
public class ... | [
"93595976+vandunghy@users.noreply.github.com"
] | 93595976+vandunghy@users.noreply.github.com |
4021096013622d4ef82e94a5a4954172b0a17ff2 | d4d69c526ef95e8bd268a95c5a09b9001cffc552 | /app/src/main/java/com/example/ricardopazdemiquel/moviles/Iniciar_Sesion_Activity.java | d4e1cb2aed5b487372212142a0d53778ad789efb | [] | no_license | edsoncito/servisisCliente | 9bce872accdc6c4c16a6a7b3fffa97f61288f572 | d2de2bf6668a76985011f749305257039b5a1614 | refs/heads/master | 2020-03-26T19:42:52.941711 | 2018-09-07T22:20:09 | 2018-09-07T22:20:09 | 145,281,840 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,615 | java | package com.example.ricardopazdemiquel.moviles;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.Toast;
public class Iniciar_Sesion_Activity extends AppCompatActivity implements View... | [
"37853995+edsoncito@users.noreply.github.com"
] | 37853995+edsoncito@users.noreply.github.com |
80551b6b68a5dc117fadc55ec4f121c52f497cfa | c3101515ddde8a6e6ddc4294a4739256d1600df0 | /GeneralApp__2.20_1.0(1)_source_from_JADX/sources/com/navibees/maps/MapControls.java | 3623950a50c9c606bdfc1db64d0fe8f96ef54292 | [] | no_license | Aelshazly/Carty | b56fdb1be58a6d12f26d51b46f435ea4a73c8168 | d13f3a4ad80e8a7d0ed1c6a5720efb4d1ca721ee | refs/heads/master | 2022-11-14T23:29:53.547694 | 2020-07-08T19:23:39 | 2020-07-08T19:23:39 | 278,175,183 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,040 | java | package com.navibees.maps;
public class MapControls {
public static boolean SHOW_BACK_BUTTON = true;
public static boolean SHOW_BUILDING_BUTTON_VIEW = true;
public static boolean SHOW_COMPASS_BUTTON = true;
public static boolean SHOW_FLOOR_BUTTON = true;
public static boolean SHOW_NAVIGATE_BUTTON =... | [
"aelshazly@engineer.com"
] | aelshazly@engineer.com |
ef71c0f7ef35dcb1c9363f81cf74e586729c0e52 | 0fcae0a37c3f2c8ceed5baecd2fae32bbbb6bcc8 | /api/src/main/java/org/onehippo/repository/security/JvmCredentials.java | edcf4ca6a7561910cf3f396eb393a3f956d236d0 | [
"Apache-2.0"
] | permissive | aharpour/hippo-repository | 123b0b1d24ee31872709de53859e0963c3b177db | 3ebe14dc55061f7508c5d35b8f10945f76fe2f5c | refs/heads/master | 2021-01-10T14:04:39.924863 | 2016-04-04T09:17:30 | 2016-04-04T09:17:30 | 55,515,311 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,863 | java | /*
* Copyright 2015 Hippo B.V. (http://www.onehippo.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... | [
"u.hommes@onehippo.com"
] | u.hommes@onehippo.com |
eb37e31af243e38edf62733b8d65c03f754510e2 | a68affde1e447e2fc48893ae7a0c75ea0ec83aae | /src/PuzzleCommunity/HillNotationAndHillOrder/HillNotationAndHillOrder.java | 7321a49941d6a139f41f0999d148447153ecb684 | [] | no_license | ProkurorNSK/CodinGame | 0eb8fa4949a2be696bc8dcc2d6efb44339d174a6 | ae47be3c0db98b3a5a6425ad395e820485fd08e4 | refs/heads/master | 2020-04-10T21:57:39.733955 | 2019-02-03T08:16:41 | 2019-02-03T08:16:41 | 64,691,481 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,447 | java | package PuzzleCommunity.HillNotationAndHillOrder;
import java.util.*;
public class HillNotationAndHillOrder {
public static void main(String args[]) {
Scanner in = new Scanner(System.in);
int numCompounds = in.nextInt();
in.nextLine();
ArrayList<HashMap<String, Integer>> formuls = ... | [
"proka@ngs.ru"
] | proka@ngs.ru |
429b53248afa7e0dbe51afea4048e2b1f89cbd69 | 19809d0be46f6582a7802a773afc792868304942 | /java9SrcStudy/src/java.corba/org/omg/IOP/CodecOperations.java | abc2310c64988abaf04a123e288189c40c73b8ac | [] | no_license | jxxiangwen/JavaStudy | fa5194630a0c46d498d1a49acba8449fa4d447e9 | fbf2accf3e9ec24b633ef26d2f3328e6b021d054 | refs/heads/master | 2022-12-21T20:46:04.447682 | 2019-09-02T09:35:27 | 2019-09-02T09:35:27 | 48,320,572 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,500 | java | package org.omg.IOP;
/**
* org/omg/IOP/CodecOperations.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /scratch/HUDSON/workspace/9-2-build-linux-amd64-phase2/jdk9/6725/corba/src/java.corba/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, August 3, 2017 3:57:53 AM UTC
*/
... | [
"xiangwen.zou@ymm56.com"
] | xiangwen.zou@ymm56.com |
a50c496fd4cff7faf72e8bdb2e33a3d6ee9a21e7 | 9cb72d2f1842da54d170024a7445c66903c95ca5 | /AndroidStudio/PR4_2/app/src/main/java/com/january/egavett/pr4_2/MainActivity.java | c9fcea3f4f07bb98d16378765e2a5d7f0d6d039b | [] | no_license | egavett/CS372 | 84299dc3ba67cf3268bb4c518e8e2ddfedf41971 | 632217a4499e40b2fd27f4a654252de064536a09 | refs/heads/master | 2020-04-05T23:48:13.340373 | 2015-02-06T17:06:54 | 2015-02-06T17:06:54 | 28,836,159 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,535 | java | package com.january.egavett.pr4_2;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.TextView;
public class MainActivity extends ActionBarActivity {
@Override
protected void onCre... | [
"egavett35@gmail.com"
] | egavett35@gmail.com |
018d8e976ae66350a38e75c05135d2fb52e6d78a | 94f1d77c19bf1d3e41f1fcdb7a8168e370b4dbe9 | /src/main/java/com/miao/rabbitmq/MQSender.java | ffc5ffe79388cd2fcc4ddf0e988d2423e5a89922 | [] | no_license | Arctic-cat/miaosha | 7276c1763a4b6f9f790a2e9ced0d40d3d169f780 | 5444b8f9cc81a5e7d076c220a5ebba429c60befb | refs/heads/master | 2020-03-27T08:25:56.048211 | 2018-08-27T06:12:30 | 2018-08-27T06:12:30 | 146,253,736 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 714 | java | package com.miao.rabbitmq;
import com.miao.miaosha.service.RedisService;
import org.springframework.amqp.core.AmqpTemplate;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public class MQSender {
@Autowired
AmqpTemplate amqpTemplate;
... | [
"1779549200@qq.com"
] | 1779549200@qq.com |
f5cf82c7dea43fad796c89646c35481c4ff0a3ae | 03abf51370017943dddc2a15968708e48c303915 | /src/main/java/com/common/microservice/service/CommonService.java | 73b2f983490ccade82f02a072c9f48dc12f6e4c0 | [] | no_license | sindhujeeru/microservice-common | 124c1d483442f05ffd6a2feaed89661a82aa82af | d71cbb0e5231b3de8d34e8cf6e63f173a86eaa83 | refs/heads/master | 2023-06-07T10:44:41.986035 | 2021-07-14T16:47:34 | 2021-07-14T16:47:34 | 346,051,338 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 387 | java | package com.common.microservice.service;
import java.util.Optional;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
public interface CommonService<E> {
public Iterable<E> findAll();
public Page<E> findAll(Pageable pageable);
public Optional<E> findById(Long id);... | [
"sindhushajeeru@gmail.com"
] | sindhushajeeru@gmail.com |
25159da80d9a271193f6f6e819999575320e7636 | dd43f8d8ccaf0eff41524b68281eecf8284b9b11 | /gulimall-ware/src/main/java/com/atguigu/gulimall/ware/entity/WareInfoEntity.java | 38a45cb999f5b7f5be63aabab541a00ad4a93606 | [] | no_license | Ke-shaun/gulimall | 335656400a0846a7e68120e8974101a5de9d9a66 | 6349872b6f6077b8b11472006b0f4cd30c6c205b | refs/heads/master | 2023-05-24T07:29:24.103225 | 2021-06-15T10:18:31 | 2021-06-15T10:18:31 | 367,046,033 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 664 | java | package com.atguigu.gulimall.ware.entity;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import java.io.Serializable;
import java.util.Date;
import lombok.Data;
/**
* 仓库信息
*
* @author keshaun
* @email 837063032@qq.com
* @date 2021-05-15 17:20:43
*/
@D... | [
"837063032@qq.com"
] | 837063032@qq.com |
8ab9d933d3fcb471494ea6402f1b1626a0f818d2 | 53037b55af9f20702f625ed2b3e4f02b27d340fe | /app/src/main/java/com/example/fashionproject/WomenActivity.java | 74e83dea79bc949e06521138077feb158a007d09 | [] | no_license | holymoon/FashionProject | a3fd9b40362cc46a08ab318e486abf98e56433d6 | 9abda528ebba7cac4db969db80826b70d1aa5e77 | refs/heads/master | 2020-11-25T11:42:16.298999 | 2019-12-23T15:00:08 | 2019-12-23T15:00:08 | 228,641,022 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 322 | java | package com.example.fashionproject;
import android.app.Activity;
import android.os.Bundle;
public class WomenActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_women);
}
}
... | [
"houra.mehdipour@gmail.com"
] | houra.mehdipour@gmail.com |
861356fdf4d62542db955685ce44bef8137c2919 | 5105d5338cb9519e07adadb7906a16bff0d99ba0 | /product-api-s/src/main/java/com/productpro/productapi/config/SwaggerConfig.java | a509da07e5e8010b8bfcf51aa4db8e4b7382b594 | [] | no_license | GanDigit/ProductPro | b9c5b42521f5ebe08920b2909ca1372f837a1325 | 76632c5278d6ae93d7f0b5de6225317aa34fc803 | refs/heads/master | 2023-01-21T08:10:14.773924 | 2019-06-24T08:56:12 | 2019-06-24T08:56:12 | 192,471,295 | 0 | 0 | null | 2023-01-07T22:32:40 | 2019-06-18T05:27:27 | JavaScript | UTF-8 | Java | false | false | 986 | java | package com.productpro.productapi.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import springfox.documentation.builders.ApiInfoBuilder;
import springfox.documentation.builders.RequestHandlerSelectors;
import springfox.documentation.service.ApiI... | [
"jeyagandhi@in.ibm.com"
] | jeyagandhi@in.ibm.com |
8471df2d6379a82be04f70105b306c6832d45a5f | e9033e8e73ca62caca08f55f72f5044c4a55d55a | /springboot-freemarker/src/main/java/com/wwy/controller/FreemarkerController.java | 7f847faa9b46e2f23a271922e694644fc18c89ef | [] | no_license | Manyat5/springboot-demo | 92eac3843e71fd682e84b42726fd860e21026ccf | 40f03fc650ac62496b17f083334e262c1a9ba6a6 | refs/heads/master | 2022-09-07T21:29:01.084255 | 2019-12-16T07:32:12 | 2019-12-16T07:32:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,009 | java | package com.wwy.controller;
import com.wwy.pojo.Student;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.GetMapping;
import java.util.*;
@Controller
public class FreemarkerController {
@GetMapping("/test1")
public String te... | [
"wuwenyi0807@foxmail.com"
] | wuwenyi0807@foxmail.com |
44391ba46a8e31e7e68ed40b55576469360b4de2 | 2ea49bfaa6bc1b9301b025c5b2ca6fde7e5bb9df | /contributions/MonteC/java/Fundamentals/2016-09-06.java | 618b8403cec622a06150bb641559807b72521821 | [] | no_license | 0x8801/commit | 18f25a9449f162ee92945b42b93700e12fd4fd77 | e7692808585bc7e9726f61f7f6baf43dc83e28ac | refs/heads/master | 2021-10-13T08:04:48.200662 | 2016-12-20T01:59:47 | 2016-12-20T01:59:47 | 76,935,980 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 215 | java | Common mistake on switch statements
Ternary operator
Altering format string output by changing a format specifier's `argument_index`
Use `DecimalFormat` class to format numbers
Locks in `static synchronized` methods | [
"jarekucinski@gmail.com"
] | jarekucinski@gmail.com |
5145afd15e8ee9805679f9eb78fe8f9238ebf811 | 72dffafb1b2c7736e93a5444242e5c9511f7ceb0 | /src/test.java | e5d7280d28c8765afbe3aee24f961c42998ca4b6 | [] | no_license | Ujjawal21/IndentRecordSystem | e1f3536dc0747e4aec1e2319071f7cccc4103f34 | 8a3d70c5a6249c0386044208c92e0c4f8af05dcf | refs/heads/master | 2021-01-23T21:42:28.366262 | 2014-02-26T10:55:13 | 2014-02-26T10:55:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 298 | java |
public class test{
public static void main(String[] args) {
java.util.Date utilDate = new java.util.Date();
java.sql.Date sqlDate = new java.sql.Date(utilDate.getTime());
System.out.println("utilDate:" + utilDate);
System.out.println("sqlDate:" + sqlDate);
}
} | [
"ujjawalgayakwad@hotmail.com"
] | ujjawalgayakwad@hotmail.com |
4b4c4f167d4b96c43d2a7f55905def4385b2dcaf | 6e91ac877051a06bcd9b94a850577cd10d1a6d8d | /knight-estoque/src/main/java/com/knight/estoque/modelos/Usuario.java | efb954003bb820e112fff7dd836685189a464853 | [] | no_license | italosiqueira/soa-tutorial | 0a91a863ab4ce45fa4c2e19e14091218bb76d88a | 27530a946696e10dbebe4a42ec60693ea3de562b | refs/heads/master | 2021-01-12T12:04:21.142852 | 2016-11-15T13:35:07 | 2016-11-15T13:35:07 | 69,232,708 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,045 | java | package com.knight.estoque.modelos;
public class Usuario{
private String nome;
private String login;
private String senha;
public String getNome() {
return nome;
}
public void setNome(String nome) {
this.nome = nome;
}
public String getLogin() {
return login;
}
public voi... | [
"italosiqueira@gmail.com"
] | italosiqueira@gmail.com |
b6a02af57a5e190cca53455b29bd525a5d354505 | 18318231fe7a218d7b0568ba265190dd70126eb3 | /src/main/java/bsantanar/com/usersapi/models/Phone.java | 16aa698a7c8387af719c691f34b3669a10bec918 | [] | no_license | bsantanar/users-api | 69e006756b7aa3d5c7662ed3e1df460c258cfaf2 | b1b9aa06fa22afe88afae94746146af128f8f351 | refs/heads/master | 2023-08-06T02:11:41.113103 | 2021-09-25T00:53:16 | 2021-09-25T00:53:16 | 410,138,517 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 712 | java | package bsantanar.com.usersapi.models;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
@Data
@NoArgsConstructor
@Entity
@Table(name = "phones")
public class Phone {
@Id
@GeneratedValue(strategy = ... | [
"bastian@MacBook-Pro-de-Bastian.local"
] | bastian@MacBook-Pro-de-Bastian.local |
23ace805c315f64e304500a25d0a93738b04aadd | d15f1bf6451324abd5122c42d5078398bef1c8ca | /src/main/java/Website.java | 46ccf3c0f87989a480dd4270249073cf5ea05c12 | [] | no_license | qtpham1998/food-for-thought-server | 13f11100916120737d74ab826c169401a43b7de0 | a368a2db64172a3453a2d35d55e54b1f124bca9e | refs/heads/master | 2023-04-27T15:07:18.122645 | 2019-11-13T23:58:56 | 2019-11-13T23:58:56 | 221,573,950 | 0 | 0 | null | 2023-04-14T17:48:49 | 2019-11-13T23:56:22 | Java | UTF-8 | Java | false | false | 3,670 | java | import java.io.IOException;
import java.io.PrintWriter;
import java.sql.ResultSet;
import java.sql.SQLException;
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.ht... | [
"quynh.pham17@imperial.ac.uk"
] | quynh.pham17@imperial.ac.uk |
aace6c8bd1bf381f597be87b0c943d14f61be426 | 67a1b5e8dc998ce3594c1c3bb2ec89c30850dee7 | /GooglePlay6.0.5/app/src/main/java/com/google/android/gms/people/internal/zza.java | 0436d81bc3dee851876d8690153db00f74442fc0 | [
"Apache-2.0"
] | permissive | matrixxun/FMTech | 4a47bd0bdd8294cc59151f1bffc6210567487bac | 31898556baad01d66e8d87701f2e49b0de930f30 | refs/heads/master | 2020-12-29T01:31:53.155377 | 2016-01-07T04:39:43 | 2016-01-07T04:39:43 | 49,217,400 | 2 | 0 | null | 2016-01-07T16:51:44 | 2016-01-07T16:51:44 | null | UTF-8 | Java | false | false | 997 | java | package com.google.android.gms.people.internal;
import android.os.Bundle;
import android.os.ParcelFileDescriptor;
import com.google.android.gms.common.data.DataHolder;
public class zza
extends zzf.zza
{
public void zza(int paramInt, Bundle paramBundle1, Bundle paramBundle2) {}
public final void zz... | [
"jiangchuna@126.com"
] | jiangchuna@126.com |
e816536b31b8aed3149cad336e42861898158353 | 447520f40e82a060368a0802a391697bc00be96f | /apks/comparison_qark/de.number26.android/classes_dex2jar/com/google/android/gms/maps/internal/zzbz.java | cc994c29715da32b4c4b06dd0f6ec90ccef9dcb8 | [
"Apache-2.0"
] | permissive | iantal/AndroidPermissions | 7f3343a9c29d82dbcd4ecd98b3a50ddf8d179465 | d623b732734243590b5f004d167e542e2e2ae249 | refs/heads/master | 2023-07-19T01:29:26.689186 | 2019-09-30T19:01:42 | 2019-09-30T19:01:42 | 107,239,248 | 0 | 0 | Apache-2.0 | 2023-07-16T07:41:38 | 2017-10-17T08:22:57 | null | UTF-8 | Java | false | false | 4,167 | java | package com.google.android.gms.maps.internal;
import android.annotation.SuppressLint;
import android.content.Context;
import android.os.IBinder;
import android.os.IInterface;
import android.os.RemoteException;
import android.util.Log;
import com.google.android.gms.common.GooglePlayServicesNotAvailableException;
import... | [
"antal.micky@yahoo.com"
] | antal.micky@yahoo.com |
71b11da40d5c9407f9cfc753e6dcac55b914e182 | 3ecc4e6edcf394adc64f3dfcf56560121b33e319 | /ag-web/src/main/java/com/cloud/service/impl/TbAdminServiceImap.java | 4307de5f29ca7d2309851b7d6f50efb8cd019a32 | [] | no_license | taotao11/ag-cloud | 548cd1f89b82cbcc21345409e6eebd98e1a1fc46 | 00b3dc8bacebf5f153f338a0dd7b493cdf765607 | refs/heads/master | 2021-04-06T08:32:36.991997 | 2018-03-21T00:37:35 | 2018-03-21T00:37:35 | 124,369,113 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 466 | java | package com.cloud.service.impl;
import com.baomidou.mybatisplus.service.impl.ServiceImpl;
import com.cloud.entity.TbAdmin;
import com.cloud.mapper.TbAdminDao;
import com.cloud.service.TbAdminService;
import org.springframework.stereotype.Service;
/**
* <p>
* 服务实现类
* </p>
*
* @author taotao
* @since 2018-03-03... | [
"jun59@163.com"
] | jun59@163.com |
d7007154d94446f89d1be873b1526acc9c625e7c | 1bc371b49271db936d0f9d18341223587ec8c436 | /common/src/main/java/com/rk/common/utils/wheel/CityDataModel.java | 6179d959b8c7124c7ca37decc220ee50745e4605 | [] | no_license | wenbo-ya/quickMvvmProject | e765aa80f8fd8fc62d0245cb2bbe144a13288cf4 | 34989f142d1b979d2e6b01769ff6b2c2fb6e280e | refs/heads/master | 2023-04-09T20:36:43.529974 | 2021-04-12T03:38:01 | 2021-04-12T03:38:01 | 343,034,374 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 482 | java | package com.rk.common.utils.wheel;
import java.util.List;
/**
* CodeFatCat
*/
public class CityDataModel {
public String areaId;
public String areaName;
public List<CitiesBean> cities;
public static class CitiesBean {
public String areaId;
public String areaName;
public ... | [
"“2531595185@qq.com”"
] | “2531595185@qq.com” |
f28bc4354355a378ad08347c7b6b6966100ce37c | 10d0f5cccbacd12c12e319078859368faac63787 | /tapaal/src/dk/aau/cs/TCTL/TCTLTransitionNode.java | e3632739c24bc43aa42ab5fcb7b16e26112228e6 | [] | no_license | zinoviy23/tapn-to-mg | 66c3006dc418e52997b7a9d6e70525bab191f3d5 | f04455fcb7bb7c270cbd76f485f50430621af848 | refs/heads/master | 2023-02-04T06:49:42.734888 | 2020-12-16T15:27:58 | 2020-12-16T15:27:58 | 225,715,799 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,928 | java | package dk.aau.cs.TCTL;
import dk.aau.cs.TCTL.visitors.ITCTLVisitor;
import dk.aau.cs.io.NamePurifier;
public class TCTLTransitionNode extends TCTLAbstractStateProperty {
String template;
String transition;
public TCTLTransitionNode(String template, String transition) {
this.template = NamePurifier.purify(tem... | [
"zinoviy23@gmail.com"
] | zinoviy23@gmail.com |
fc961723ab2be3e90359305650d776dc06770984 | 64e955ac1321223e38c4c2ca932b08502c22c0d5 | /Holo Festival/src/main/java/com/bai/nfc/zbar/decode/MainHandler.java | 18a0ba6540cb478fd714efe3b9f9c6ce26cb35fe | [] | no_license | ZhouYangGaoGao/ZY | 61105364881a659e00e96f776e6e40727f613606 | 0a9174f42e2003ee48a321a51a3c7179dfb9c1b8 | refs/heads/master | 2020-04-03T19:41:40.470974 | 2019-11-12T06:53:52 | 2019-11-12T06:53:52 | 155,523,656 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,032 | java | package com.bai.nfc.zbar.decode;
import android.os.Handler;
import android.os.Message;
import android.text.TextUtils;
import com.bai.nfc.R;
import com.bai.nfc.zbar.CaptureActivity;
import com.bai.nfc.zbar.camera.CameraManager;
/**
* desc:主线程的Handler
* Author: znq
* Date: 2016-11-03 15:55
*/
public class MainHand... | [
"ZhouYangGaoGao@163.com"
] | ZhouYangGaoGao@163.com |
9c53e022745ee99e9b21b78064bc5da5d5855562 | c32a21d899e4ea8fdfa8640a04170f1990027fd0 | /project/src/main/java/mc/login/controller/LogoutController.java | 79facb7570a5945c9478d981ff4b080b746407d5 | [] | no_license | SoH-2/git_Project | 24afef3437e2bf7b2e4b8b5c6f18d9e91f565cd0 | 25ff7aa42eaddc67f23894afd781fc7065301bd2 | refs/heads/master | 2023-01-05T22:32:53.634549 | 2020-11-09T11:28:28 | 2020-11-09T11:28:28 | 313,582,425 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 364 | java | package mc.login.controller;
import javax.servlet.http.HttpSession;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller
public class LogoutController {
@RequestMapping("/logout.do")
public String logout(HttpSession session) {
session.inval... | [
"kim772882@gmail.com"
] | kim772882@gmail.com |
e0c98378934db45b3feb5ff0af76566ffe2992a3 | 83ea65940f58eb4efb8a7f40f61dbd6d060bcdc7 | /src/main/java/modulo06/GestoreVeicoli.java | 07da2e0667338996a101f5fdaa41f23b558805e7 | [] | no_license | BortoloMuttiDev/CorsoTreeJava2020Marcandelli | d9ce7d4fccac804726059c0cc8dd2e473702e683 | 25c493528fad4ce5ee118197aef51799caf7f98a | refs/heads/main | 2023-01-19T08:22:46.169243 | 2020-11-03T15:34:00 | 2020-11-03T15:34:00 | 306,328,417 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 332 | java | package modulo06;
public class GestoreVeicoli {
public static void main(String[] args) {
Automobile automobile = new Automobile("cf123rm", 4, 4);
AutoCarro autoCarro = new AutoCarro("ca133sm", 4, 2);
System.out.println(automobile.toString());
System.out.println(autoCarro.toString()... | [
"davide.marcandelli@gmail.com"
] | davide.marcandelli@gmail.com |
cb7b3d2fda90ab1963bd634228d9a9baf3b54c0f | 7755a356382ed2936738f2087e4bfe333091f3dc | /BeatDrop-Server/src/main/java/com/example/BeatDropServer/repositories/LikeRepository.java | 07294cdd72f8953071d3cb1a603a35ca015877d1 | [
"MIT"
] | permissive | shardik95/Server-BeatDrop-Java | 12fb4df92afdb09fd21e25fb2c924c7e4342fe43 | 4db80e64796c1ac10ed0bfa1057ac43214839ed6 | refs/heads/master | 2022-07-17T22:41:04.140051 | 2020-02-23T06:12:06 | 2020-02-23T06:12:06 | 133,726,224 | 0 | 0 | MIT | 2022-06-20T23:17:41 | 2018-05-16T21:44:27 | Java | UTF-8 | Java | false | false | 233 | java | package com.example.BeatDropServer.repositories;
import org.springframework.data.repository.CrudRepository;
import com.example.BeatDropServer.model.Likes;
public interface LikeRepository extends CrudRepository<Likes, Integer>{
}
| [
"shardik95@ccs.neu.edu"
] | shardik95@ccs.neu.edu |
255eb6375ad0f2ad52c5333cf623bd851a06afab | 2c947f0c7e2c19aa6099f59ffc3b4235ee4219e7 | /SmartHome/src/main/java/cz/fel/omo/smarthome/entity/vehicles/Ski.java | 2eaff294cafe1bda7858bea590256a9e6baaf478 | [] | no_license | arinamomot/simulation_of_SmartHome | d25661ae7942f1ae4600e8d1b55115f123ec6b23 | 6a09523e7c5d70331cfa732ad85f9ce566062c8f | refs/heads/main | 2023-06-13T02:20:30.015812 | 2021-07-11T17:12:45 | 2021-07-11T17:12:45 | 374,485,372 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 265 | java | package cz.fel.omo.smarthome.entity.vehicles;
import cz.fel.omo.smarthome.entity.devices.Documentation;
/**
* The type Ski.
*/
public class Ski extends Vehicle {
public Ski(int id) {
super(id);
type = "Ski";
documentation = new Documentation(type);
}
}
| [
"noreply@github.com"
] | arinamomot.noreply@github.com |
1b67109c1cb426671401897b3285524dceb77378 | 82a34ea4e7a9cd905eab8cfa251da1db483725a4 | /MAD/com.sysord.mad.configDsl/src-gen/com/sysord/mad/configuration/madConfigDsl/CommandMdsl.java | 7a368b04594f37296cdd3f4d2f298d964950381e | [] | no_license | sysord/MAD | 8f6a4a5735a06015b7335613b1e0a1d3813d3298 | 14ba25a2d8e2a22211a85d39557255b0a21f15cc | refs/heads/master | 2020-04-20T21:53:57.999475 | 2015-06-04T07:56:47 | 2015-06-04T07:56:47 | 32,314,021 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 412 | java | /**
*/
package com.sysord.mad.configuration.madConfigDsl;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Command Mdsl</b></em>'.
* <!-- end-user-doc -->
*
*
* @see com.sysord.mad.configuration.madConfigDsl.MadConfigDslPackage#getCommandMdsl()
... | [
"vignalf@gmail.com"
] | vignalf@gmail.com |
4386807df18d38e7a0c41c1b7967695461f839c6 | 41b001886440610ff9303616d06e3abf001b5452 | /src/main/java/com/tigratius/javacore/chapter05/MissingBreak.java | a11bf85ad334bf41030a379dc6a764d6ea1442c5 | [] | no_license | tigratius/JavaCore | 8514180d929216afdc5699436977830659bc9574 | 50f68a967b70eed39a90f6eb60e8bcd8d2fedde1 | refs/heads/master | 2020-04-22T14:25:25.083201 | 2019-06-03T17:13:52 | 2019-06-03T17:14:54 | 170,443,048 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 674 | java | package main.java.com.alex.javacore.chapter05;
public class MissingBreak {
public static void main(String args[]) {
for (int i = 0; i < 12; i++)
switch (i) {
case 0:
case 1:
case 2:
case 3:
case 4:
... | [
"alexandr.v.andreev@gmail.com"
] | alexandr.v.andreev@gmail.com |
176fe76a65eb26ac660d5130e28cbdb0469d273a | 20c5fe83a827234024e77ad4107ae00e4ac425a4 | /src/org/zttc/itat/action/UserAction.java | be4afa1b9e2b5fbdaf4c0e58fdf42aca9331d6c9 | [] | no_license | Mr-Shang/SSH | 978d93898861f4afb758b53c0e70bfe63e743bfe | 9318258c0b3e266e5e6895fedacbd9003eb7a85a | refs/heads/master | 2021-01-10T16:26:52.809307 | 2016-02-05T12:58:45 | 2016-02-05T12:58:45 | 51,077,805 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,949 | java | package org.zttc.itat.action;
import com.opensymphony.xwork2.ActionContext;
import com.opensymphony.xwork2.ActionSupport;
import com.opensymphony.xwork2.ModelDriven;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Controller;
import org.zttc.itat.model.User;
import org.zttc.i... | [
"596164874@qq.com"
] | 596164874@qq.com |
9b33205e6cb4004c96aca2b0a32f7dc99d5bb685 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_a38d333047041b3538f874617e34b9c0119293d9/EulerProblem/2_a38d333047041b3538f874617e34b9c0119293d9_EulerProblem_s.java | b574f69295a83c2c17a0a8b730cea8a33e4099cf | [] | 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 | 1,197 | java | package utils.euler;
public abstract class EulerProblem {
long answer;
int runningTime;
protected EulerTimer eulerTimer;
{
eulerTimer = new EulerTimer();
}
public static void run(EulerProblem instance) {
// Actually do the proble... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
0e7244ab148f44bfc656ac54aa1de23e9a0d160c | 6b5abedc2e08f40cbcba5325a7fc8f35ad90282e | /!Random Java Code and Homeworks/Design_Patterns_Proxy/AccountLog.java | f2ae4c4e0a98c806892414fd2ae509161be7d668 | [] | no_license | dclems93/Java-MISC | 5f08b02ab0a255e153d150648c70fa862234674a | ea5cfba1c4c33c2843e4bf14d7f9a6fe544cc4da | refs/heads/master | 2021-09-10T03:01:58.204379 | 2018-03-20T20:43:54 | 2018-03-20T20:43:54 | 126,079,840 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 800 | java | import java.util.*;
class AccountLog{
public static void main(String[] args){
Scanner s = new Scanner(System.in);
GetFileAccess realFileAccess = new FileAccess();
GetFileAccess proxyFileAccess = new AccessProxy();
System.out.println("What is your Username?");
... | [
"dclems@the-mac.local"
] | dclems@the-mac.local |
38abd68410ee95ef386fa56c641d05249d5398a1 | 34b54878443d6f88015b7dabc63793d742a03212 | /src/main/BitStream.java | eb19460b7e95e8cc57cb4cc465f8ba7cf264efc6 | [] | no_license | Jaswar/CPU | 07674995cb89f9be801e4ba5d539bc1754ce4187 | 4d094e6db37a3a245e02eeb6549d95e9c3fc307f | refs/heads/main | 2023-04-21T23:01:49.978760 | 2021-04-22T19:57:07 | 2021-04-22T19:57:07 | 346,064,289 | 1 | 0 | null | 2021-04-22T19:57:08 | 2021-03-09T16:04:55 | Java | UTF-8 | Java | false | false | 3,121 | java | package main;
import main.exceptions.BitStreamInputSizeMismatch;
import main.utils.DataConverter;
import java.util.ArrayList;
import java.util.List;
public class BitStream {
private List<Node> endpoints;
private boolean[] data;
private Node source;
/**Constructors for the BitStream class.
*
... | [
"j.warchocki@student.tudelft.nl"
] | j.warchocki@student.tudelft.nl |
a47289b0d4d79038dc68427345df0a8d894daae7 | b40591ea380eced5360cc9f30e55a766f3a66585 | /qunaer/App/src/main/java/com/mqunar/contacts/basis/impl/common/CollectContactsError.java | 3eec26fcc55129fb5af725fe12a5d66bdc60315a | [] | no_license | PoseidonMRT/UserfulCodeResource | 08935f4155ac7567fc279300a03f80337f9a5516 | 040dacc22c236fde06f650c46c5cfeb8d52171c0 | refs/heads/master | 2022-10-09T13:00:48.616694 | 2019-04-19T02:42:45 | 2019-04-19T02:42:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 147 | java | package com.mqunar.contacts.basis.impl.common;
public class CollectContactsError {
public CollectContactsError(Exception exception) {
}
}
| [
"1044176601@qq.com"
] | 1044176601@qq.com |
447dec91a1bef465ca6000e862b1247c6ce0086f | e86950ce3438ff3234f51813c8f3c198480d388e | /CouponsSystem/src/com/couponssystem/exception/PurchaseCouponException.java | e44f7188e5a5c21b0bf325aa54d66a1ae29b350a | [] | no_license | eladh11/jb-coupon-system | cb5ddc0f0344b62668daefe2349a80c9e95af76e | ad737d50cfb666cb65d37ae587910f51401df2c7 | refs/heads/master | 2022-12-04T06:38:05.090833 | 2020-08-25T14:21:40 | 2020-08-25T14:21:40 | 276,123,931 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 192 | java | package com.couponssystem.exception;
public class PurchaseCouponException extends Exception {
public PurchaseCouponException(String message) {
System.out.println(message);
}
}
| [
"elad@DESKTOP-STB7G6P"
] | elad@DESKTOP-STB7G6P |
5c06225e64f228d59c4e4ddcfe15f738ecf8a362 | 0546669bbbcb91f1eb5e2198c6c0b86f1339cbd9 | /spring-boot-resteasy/src/main/java/com/harshit/resteasy/dao/ProductRepository.java | 86a9dc1cc2d962409642e7eab3dbe381d6387656 | [] | no_license | Group9FSDBATCH/capstoneproject | 1081fc69ba9523a3ffaa4e820a108dc268ec4ea0 | 78c710d6bb7ad2534ed01e6fe2e8fddf5d708975 | refs/heads/master | 2023-04-24T03:57:16.302290 | 2021-05-18T13:31:33 | 2021-05-18T13:31:33 | 368,537,424 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 672 | java | package com.harshit.resteasy.dao;
import com.harshit.resteasy.entity.Product;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.repository.query.Param;
import org.springframework.... | [
"16a51a0239ratna@gmail.com"
] | 16a51a0239ratna@gmail.com |
5d599be7dc7e1559b8551124ebd04ee1addbcc30 | 76816fba2b79af8b88a7a6a24ce7edf1992d500b | /core/src/com/stasique/game/sprites/Tube.java | c67d07337c1bda7213cd80b76d1b029d15c7efa4 | [] | no_license | Kollejio/FlappyBird | 5589c40a88b94173523c6ce3eefd5f40041ec52a | 28474611106eb3bf6ce5ac38041cbff5114d928b | refs/heads/master | 2020-04-13T17:01:47.620800 | 2018-12-27T21:46:11 | 2018-12-27T21:46:11 | 163,337,056 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,453 | java | package com.stasique.game.sprites;
import com.badlogic.gdx.graphics.Texture;
import com.badlogic.gdx.math.Rectangle;
import com.badlogic.gdx.math.Vector2;
import java.util.Random;
/**
* Created by ceasefire on 02.11.2018
*/
public class Tube{
// ширина трубы
public static final int TUBE_WIDTH = 52;
// ... | [
"noreply@github.com"
] | Kollejio.noreply@github.com |
2b42b994ce4184e5429d528723186d339047e946 | da79217a10d7d79e535e78b479a9e609dbf12888 | /src/main/java/netcracker/school/dao/CategoryDAO.java | e5a9bd0836a0e01887552565a4801f9b398ac170 | [] | no_license | whitelamer/zadanie_library | 734ceac6da8c3e9bd8a2973c4667995385a37a27 | 9e44cee491383e31536b022a2117a09a7d193ebf | refs/heads/master | 2021-01-12T11:27:42.920098 | 2016-12-21T19:17:34 | 2016-12-21T19:17:34 | 72,931,054 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 138 | java | package netcracker.school.dao;
import netcracker.school.models.Category;
public interface CategoryDAO extends AbstractDao<Category> {
}
| [
"whitelamer@mail.ru"
] | whitelamer@mail.ru |
771deaff55ff44422a1c124a19f7b47933a3c6e6 | d37140a0e1ff78014729ec2adb7a14f86e633dd6 | /day10/代码/main/java/com/example/dell/myapplication/Fragment/AppointCourseFragment.java | 00c43baf22c68c84f2f7e20aa9cca1b149b0a33e | [] | no_license | lan1998/HomeWork | 219e97e7a4cb220901b58447e500b3d5b55982cb | c0df07a5561b84592db39f03dcf74500357b1ba7 | refs/heads/master | 2022-11-09T09:58:02.441229 | 2020-06-16T16:33:19 | 2020-06-16T16:33:19 | 268,294,385 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 736 | java | package com.example.dell.myapplication.Fragment;
import android.os.Bundle;
import androidx.fragment.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.example.dell.myapplication.R;
/**
* A simple {@link Fragment} subclass.
*/
public class Appoin... | [
"1531757421@QQ.com"
] | 1531757421@QQ.com |
96c8611d989cfffe8608b17ae3a7cdbff1ac79f5 | c81c1a9d6cc43ced8a013e36146b7b8e4ba1c635 | /projects61B/NBody/NBody.java | a607b2a7007cf22a869012f82fe34ddaf80273d6 | [] | no_license | amandrell/Projects | 89e8398de84c2093b2f56c90a1172be41bde7509 | 1cd618c275de5e8b09a9a07e63077846b37fde30 | refs/heads/master | 2021-05-02T05:58:01.364196 | 2018-04-21T03:36:43 | 2018-04-21T03:36:43 | 120,850,362 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,682 | java | import java.io.BufferedInputStream;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.net.URL;
import java.net.HttpURLConnection;
import java.net.URLConnection;
import java.util.ArrayList;
import java.util.InputMismatchException;
import java.util.Locale;
import java.util.Scanner;
... | [
"amandrell@berkeley.edu"
] | amandrell@berkeley.edu |
1087b018d8057629d05c46f721cc2041157095da | 85f4feaf567d78f31c45c8d881827810e34631dc | /spring-cloud-eureka/product-catalog/src/main/java/com/example/productcatalog/conf/jackson/XmlDataTableRequestDtoMixin.java | fa03aecb97212bf674406ea94a9e32314d0b146f | [] | no_license | ajay-kmr/spring-cloud | e986146b14a5185fc6625d9d8af44620225e9b36 | 580e127f73f379566e88536e1b15dbd9fc79c69b | refs/heads/master | 2020-03-24T19:13:59.420320 | 2018-08-20T16:13:31 | 2018-08-20T16:13:31 | 142,912,707 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,067 | java | package com.example.productcatalog.conf.jackson;
import com.example.productcatalog.dto.DataTableRequestDTO;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonSetter;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jack... | [
"ajay.ishan06@gmail.com"
] | ajay.ishan06@gmail.com |
5a3c2c7db6b075d89b6ce3f8dcca52503ea459ce | 7560d3fe1bdd9c95377b8701a32ba4dc58208b0b | /model/src/main/java/cuifua/vo/hosp/DepartmentVo.java | aa797a7646fbea19f56fb4b80353c9ffb5463380 | [] | no_license | cuifua/07_HospitalDemo | b21250e6251d403f602dac280aac4f2caccb9110 | 0821912c3a94f0d609e935d622ef69fab0de9e88 | refs/heads/master | 2023-07-10T14:15:07.572805 | 2021-08-17T06:45:29 | 2021-08-17T06:45:29 | 397,128,922 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 509 | java | package cuifua.vo.hosp;
import com.baomidou.mybatisplus.annotation.TableField;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.util.List;
@Data
@ApiModel(description = "Department")
public class DepartmentVo {
@ApiModelProperty(value = "科室编号"... | [
"1356114236@qq.com"
] | 1356114236@qq.com |
50623ff81fa1b271d3e1946aa8be09e51e3dd460 | 230feba97ea96e88be283d6df1e3bdcaea2dcf19 | /src/main/java/com/graduation/project/configurer/Swagger2Configurer.java | 8fc12b015b045b38af5e0362e931f8e4957e4cc0 | [] | no_license | xuqisheng/graducation_lyt | 2989a7be260d79f185b7a0a95cf02ab84bcf5ae1 | 137d72cbc69ce8e9d7a91e5ed2abd211b2c46ed8 | refs/heads/master | 2021-09-10T15:15:48.802717 | 2018-03-28T10:20:58 | 2018-03-28T10:20:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,391 | java | package com.graduation.project.configurer;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import springfox.documentation.builders.ApiInfoBuilder;
import springfox.documentation.builders.PathSelectors;
import springfox.documentation.builders.RequestHandl... | [
"wbb@ihotel.cn"
] | wbb@ihotel.cn |
0bc2975619b8fff7a88d8d755a28e427fbc40cb0 | 097d0bf022f989b88bfb9b914cc41bdfc759905a | /04_Methods/src/com/abhi/cj/ArithmeticApp.java | f27d03102f47fe67402d8041462a6b4d8dba6ecd | [] | no_license | abhinay-developer/JAVA-DEVELOPMENT | 801b7b16145cd86d5aeac0ac43aa3220ce962f6d | a87e64c14c32220f7d0e6f8dc7ce84e40a16cf51 | refs/heads/main | 2023-05-29T01:06:09.979512 | 2021-06-13T15:22:11 | 2021-06-13T15:22:11 | 370,559,441 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 265 | java | package com.abhi.cj;
public class ArithmeticApp {
public static void main(String[] args) {
Arithmetic arithmetic=new Arithmetic();
arithmetic.add1(10, 20);
arithmetic.add2();
arithmetic.add3(10, 20);
arithmetic.add4();
}
}
| [
"noreply@github.com"
] | abhinay-developer.noreply@github.com |
faa956b4c1fa874e3b41225345db8add39042dda | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Chart/5/org/jfree/chart/renderer/xy/AbstractXYItemRenderer_getBaseItemLabelGenerator_372.java | 9ac73d8191f90b4bfef4b8fee35f22cdac28e87f | [] | no_license | hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618255 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | null | UTF-8 | Java | false | false | 2,147 | java |
org jfree chart render
base creat link item render xyitemrender
implement
abstract item render abstractxyitemrender abstract render abstractrender
... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
b1ee6cae86300d2e95f2fdcb5f62a5f610d5953d | 110134ddd2c9a977b11ab777954e526a03dea5e7 | /src/com/hern/service/impl/CartServiceImpl.java | 627b123fce630697aafc973e8645d18a1fc3dfb5 | [] | no_license | songzhaoheng/Hern-Shop | ace319c93d382ecbad71225694b7169d6b515739 | a7dded0c90603b4ddde46e3dcba1e7367f0764b0 | refs/heads/master | 2022-12-26T11:04:31.869701 | 2020-03-04T15:08:22 | 2020-03-04T15:08:22 | 241,898,411 | 0 | 0 | null | 2022-12-16T15:25:26 | 2020-02-20T14:00:37 | JavaScript | UTF-8 | Java | false | false | 1,593 | java | package com.hern.service.impl;
import com.hern.entity.Cart;
import com.hern.mapper.CartMapper;
import com.hern.service.ICartService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Propagation;
import org.sp... | [
"23369"
] | 23369 |
0c8510387078fadc3daecb52259c4075ff66ed0f | c9baf16dee0416806f21f486657c5a5e7e584048 | /app/src/main/java/com/example/newspaperapplication/MyRecyclerAdapter.java | 3aa3a68131908c798dd968b570285a83ef9c80a3 | [] | no_license | silvar1122/Trending-News-App | 59f8d75ec7185ee4f25078620e4786c7e9b22250 | ecf51f7c0dcadd9a018fc1281dce2286675af838 | refs/heads/master | 2023-02-03T05:16:21.332155 | 2020-12-24T09:43:10 | 2020-12-24T09:43:10 | 323,693,823 | 1 | 0 | null | 2020-12-24T09:43:11 | 2020-12-22T17:39:49 | Java | UTF-8 | Java | false | false | 2,849 | java | package com.example.newspaperapplication;
import android.content.Context;
import android.content.Intent;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
import android.widge... | [
"elizasenkoro@gmail.com"
] | elizasenkoro@gmail.com |
3f8bc835bd8a44b1dc6ccd7d6f5bd033a915e60e | 62faa058c143b305d9eaffbec8d4da7b38e095c0 | /src/java/fr/paris/lutece/portal/service/mailinglist/MailingListRemovalListenerService.java | ae0239d2d86c0ea72d21d7273fbd530a9b640b45 | [] | permissive | dominiquesalasvega/lutece-core | c3d4c37d3513e6773c2e248288b576577e01aa60 | ca28d51f03a2ca65508e4d8411b6da655e31b643 | refs/heads/master | 2020-06-17T16:17:49.268072 | 2020-05-15T00:09:32 | 2020-05-15T00:09:32 | 195,974,016 | 1 | 0 | BSD-3-Clause | 2019-07-09T09:11:32 | 2019-07-09T09:11:32 | null | UTF-8 | Java | false | false | 2,403 | java | /*
* Copyright (c) 2002-2017, Mairie de Paris
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright notice
* ... | [
"pierrelevy@users.noreply.github.com"
] | pierrelevy@users.noreply.github.com |
aba9ef2e41772a548f179b66d97e29c8c9919790 | 5851de2fd99abc4e47dac67c8d71e330e08a8f27 | /app/src/main/java/com/example/myapplication/NotificationActivity123.java | db6af251f158e4de9bc828a88b8f19f3a9e3d2d6 | [] | no_license | keepItProject/Finalinshallah | e526de5bdbf8094bb0d5dce1dd780bf0c510b2aa | 57b31fb068b5d849d7c4f0b76267231e8a35a90b | refs/heads/master | 2022-05-27T19:31:17.699398 | 2020-05-02T19:07:49 | 2020-05-02T19:07:49 | 259,437,050 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 361 | java | package com.example.myapplication;
import android.os.Bundle;
import androidx.appcompat.app.AppCompatActivity;
public class NotificationActivity123 extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.l... | [
"maramaldajan@gmail.com"
] | maramaldajan@gmail.com |
0c8ca5e6d1b23dd9e6f46c82f313693c42571bcb | f8c1d26a4943d671c1ad3c97f49ec12c644d6b47 | /NavigationDemo/app/src/main/java/com/example/navigationdemo/ui/share/ShareViewModel.java | bb97cf99cfa97c237062523164e8cedb2d16b2ad | [] | no_license | sanasheeraz/1804F1Android | 3d75c66e5923f7ad7b87cc67a073d908975c58f6 | 64824e84deaef754ed046307788dd9b1243059f8 | refs/heads/master | 2023-03-28T22:45:05.059205 | 2021-04-14T09:51:11 | 2021-04-14T09:51:11 | 335,579,487 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 453 | java | package com.example.navigationdemo.ui.share;
import androidx.lifecycle.LiveData;
import androidx.lifecycle.MutableLiveData;
import androidx.lifecycle.ViewModel;
public class ShareViewModel extends ViewModel {
private MutableLiveData<String> mText;
public ShareViewModel() {
mText = new MutableLiveDat... | [
"sana278.a@gmail.com"
] | sana278.a@gmail.com |
7c9cef39602587c84fa4d5eabdd930f6f735e6a8 | 93f3578669fb0d0030a550316aebe0d7b4221631 | /admin-supplychain/src/main/java/cn/com/glsx/supplychain/controller/GpsDeviceController.java | ec26c5aab68e80e0aec8590181c8af8b4a34c4f0 | [] | no_license | shanghaif/supplychain | 4d7de62809b6c88ac5080a85a77fc4bf3d856db8 | c36c771b0304c5739de98bdfc322c0082a9e523d | refs/heads/master | 2023-02-09T19:01:35.562699 | 2021-01-05T09:39:11 | 2021-01-05T09:39:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,695 | java | package cn.com.glsx.supplychain.controller;
import cn.com.glsx.framework.core.beans.ResponseEntity;
import cn.com.glsx.framework.core.beans.ResultEntity;
import cn.com.glsx.framework.core.beans.rpc.RpcPagination;
import cn.com.glsx.framework.core.beans.rpc.RpcResponse;
import cn.com.glsx.supplychain.config.Supplyadmin... | [
"3064741443@qq.com"
] | 3064741443@qq.com |
33a59ef4e5cc1cd49f14d414b28568f1d2bd7092 | cf46b2b01b51fb20f8620f6a3ad3bfa476efb7f7 | /AlarmNotification/src/AlarmNotification/java/com/proryv/alarmnotification/wcf/neurospeech/KeyValueOfintstring.java | 1f52fe259e98cc573fb18b5d0e91e9cc22e1d28c | [] | no_license | Kobuntu/AlarmsAndroid | 8c5d50b6a502537ec3be980a3ea486a498c77cbf | 52d83d16503b54b3ad8e6e166b53186e5f8da578 | refs/heads/master | 2020-12-15T09:04:08.973226 | 2020-01-20T09:39:31 | 2020-01-20T09:39:31 | 235,055,112 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,875 | java | package com.proryv.alarmnotification.wcf.neurospeech;
import com.neurospeech.wsclient.*;
import org.w3c.dom.*;
public class KeyValueOfintstring extends WSObject implements android.os.Parcelable
{
private Integer _Key;
public Integer getKey(){
return _Key;
}
public void setKey(Integer value){
_Key = value;
... | [
"odon0188@gmail.com"
] | odon0188@gmail.com |
04bf352402cfe78d721a526a7193e2469d15a08f | a956baafd427b14a4a45d327f71f984cbad7a5ad | /app/src/main/java/kui/com/greenkiondo/Home.java | 87464d7506c4c5ae288ca747c0782ef004a9619f | [] | no_license | Kui-M/GreenKiondo | c04469b853f5fc88f1332d648783e100682e67e7 | 028a4a2763808a4f18a86b37407830e0071f0335 | refs/heads/master | 2021-08-30T23:22:00.530396 | 2017-12-19T20:16:22 | 2017-12-19T20:16:22 | 111,772,400 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 324 | java | package kui.com.greenkiondo;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class Home extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_home);
... | [
"pauline.muchigi@strathmore.edu"
] | pauline.muchigi@strathmore.edu |
b58ab5dca4854f4e1d0ae732eaa5c0d7b78e65df | 8da06d3ad989d0092d7761a81f2ec184e0989f7d | /d2cmall-provider/d2cmall-msg/d2cmall-msg-api/src/main/java/com/d2c/msg/service/ErrorLogService.java | 6ecb921c631541ea11c7458cffde4df1f17a7396 | [] | no_license | RoJinnSennSei/my_mall | e5234c631a30b17f2ffbfd4614ef9e8dc04a9869 | dbec98edac0e679906668be1d5f37ea13f46975b | refs/heads/master | 2020-04-08T15:48:40.090961 | 2018-11-14T10:04:36 | 2018-11-14T10:04:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 376 | java | package com.d2c.msg.service;
import com.d2c.common.api.page.PageModel;
import com.d2c.common.api.page.PageResult;
import com.d2c.msg.model.ErrorLog;
import com.d2c.msg.query.ErrorLogSearcher;
public interface ErrorLogService {
ErrorLog insert(ErrorLog errorLog);
PageResult<ErrorLog> findBySearcher(PageModel pager... | [
"vicleo566@163.com"
] | vicleo566@163.com |
b2e664bfc5568c70f886e18294c728ba79888727 | b2ee7426b9a747cc5be0947522b9aaa7d3f6123a | /src/main/java/com/stackroute/pe3/MatrixAddition.java | 2849365b09654cd512636768589e91db7abb31b6 | [] | no_license | smashour/java-PE3 | 07e34d32035e37b6da8bf5d6a381b1a6456a484d | 4a0a4082a91c5631d7d76781dcd494cf937cadbc | refs/heads/master | 2020-05-20T10:46:04.639252 | 2019-05-09T04:04:42 | 2019-05-09T04:04:42 | 185,532,380 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,356 | java |
//program to compute the addition of two matrix, Read the number of rows and columns
//as input, also the values of each matrix
package com.stackroute.pe3;
import java.util.Scanner;
public class MatrixAddition {
int m,n;
public static void main(String[] args) {
Scanner input = new Scanner(System.in... | [
"sherin.mashour@gmail.com"
] | sherin.mashour@gmail.com |
ce7c3fc597365fd54dc8bc1fc9a4016d17b76fdb | 5f82aae041ab05a5e6c3d9ddd8319506191ab055 | /Projects/Time/26/JodaTimeContrib/gwt/src/test/gwt/org/joda/time/convert/TestReadablePartialConverter.java | 031075d12a71da3320de30ea146d7d8f760e500d | [
"Apache-2.0"
] | permissive | lingming/prapr_data | e9ddabdf971451d46f1ef2cdbee15ce342a6f9dc | be9ababc95df45fd66574c6af01122ed9df3db5d | refs/heads/master | 2023-08-14T20:36:23.459190 | 2021-10-17T13:49:39 | 2021-10-17T13:49:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,236 | java | /*
* Copyright 2001-2005 Stephen Colebourne
*
* 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... | [
"2890268106@qq.com"
] | 2890268106@qq.com |
8637aa543d4527ef6c7caba9ad3fb9b34afce5ab | e28dd69cadca0c25ab78d74156813e7bcd53bac9 | /src/by/it/dilkevich/jd01_06/TaskC1.java | ea008f144bc1a44e00c90ef1a40625d3e40b67e4 | [] | no_license | jekson0702/JD2019-05-13 | 4cb1f11a80d26306be9617c8c75c04848ea06b05 | 5184aa81c7b7192841453091f33d85a1f8b30c3a | refs/heads/master | 2020-05-26T03:08:14.573688 | 2019-07-08T01:59:12 | 2019-07-08T01:59:12 | 188,086,194 | 1 | 0 | null | 2019-05-22T17:41:06 | 2019-05-22T17:41:06 | null | UTF-8 | Java | false | false | 1,660 | java | package by.it.dilkevich.jd01_06;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class TaskC1 {
public static void main(String[] args) {
printTextAlign(Poem.text);
}
private static void printTextAlign(String text) {
StringBuilder sb = new StringBuilder(text);
... | [
"dmitryilkievicz@gmail.com"
] | dmitryilkievicz@gmail.com |
6b5766b3da786a05aa572ea8088025ac8f0b29ea | ec5cae71aaa5adb044e2d8e3f1e2905862e694eb | /java/device/iothub-java-client/src/test/java/tests/unit/com/microsoft/azure/iothub/IotHubStatusCodeTest.java | 7afacd2a0f1979dd0e1d29aef37b73477601c89f | [
"MIT"
] | permissive | arduino-libraries/azure-iot-sdks | bc623edcb3d58507e73cdf7e61c1fe23e3fce791 | 5ae6c9d07e3dbb4ab236bd7e6f202849a2c48a3c | refs/heads/master | 2021-01-16T22:19:01.570584 | 2019-07-25T07:57:47 | 2019-07-25T07:57:47 | 47,642,835 | 3 | 3 | NOASSERTION | 2019-07-25T07:57:48 | 2015-12-08T18:59:32 | C++ | UTF-8 | Java | false | false | 6,037 | java | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
package tests.unit.com.microsoft.azure.iothub;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertThat;
import com.microsoft.azure.iothu... | [
"damonb@microsoft.com"
] | damonb@microsoft.com |
87e3328c6ff6603165744db3b18d2576a54cf890 | dcecbc089153a7bb2b96aebb1867c35474478ece | /app/src/main/java/com/feiyou/headstyle/presenter/NoteTypePresenter.java | b49bf5e3d8852b55b5a4c83cd642edab315da3d5 | [] | no_license | djp0507/newheadstyle | d77396af1876b617c4722cb588bca7ef43a0ca7f | 4cccf90d2226947e39acf459c3b73ff3681251eb | refs/heads/master | 2020-04-25T03:54:20.668498 | 2019-02-25T10:31:32 | 2019-02-25T10:31:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 201 | java | package com.feiyou.headstyle.presenter;
/**
* Created by iflying on 2018/1/9.
*/
public interface NoteTypePresenter {
void getNoteTypeData(String topicId, int page, int type, String userId);
}
| [
"512710257@qq.com"
] | 512710257@qq.com |
a3c48aa71c51b353fefc1ebf89bcc8e0191a746a | 8099fe2ad2864db6611cda61ab0512fb573e84ed | /Java/OPSJLib/src/ops/QualityOfService.java | fbae1e4bdd39f75b91d3173f201f1b95765b419f | [] | no_license | LelleAnd/ops | 9cd8ff9df80eee6bec77fd84997d6e369fa11f3c | 54625a6b0acc51b0564c8d72d0ea51a53a192284 | refs/heads/master | 2023-05-15T09:21:37.858471 | 2022-10-11T20:46:48 | 2022-10-11T20:46:48 | 51,955,990 | 10 | 9 | null | 2020-11-27T08:42:11 | 2016-02-17T21:18:05 | Java | UTF-8 | Java | false | false | 930 | java | /**
*
* Copyright (C) 2006-2009 Anton Gravestam.
*
* This file is part of OPS (Open Publish Subscribe).
*
* OPS (Open Publish Subscribe) 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 ve... | [
"anton.gravestam@bfec6ad8-f234-11dd-ac65-f74f249cfaac"
] | anton.gravestam@bfec6ad8-f234-11dd-ac65-f74f249cfaac |
bfbd23183f28b08c8ab3542e1dd072ffb1ca7383 | 27cda5e6fb5da7ae2dea91450ca1082bcaa55424 | /Source/Java/ImagingCommon/main/src/java/gov/va/med/imaging/notifications/NotificationConfiguration.java | 8672456a7477a5b0ec1b4e68d91eb50f807a8dee | [
"Apache-2.0"
] | permissive | VHAINNOVATIONS/Telepathology | 85552f179d58624e658b0b266ce83e905480acf2 | 989c06ccc602b0282c58c4af3455c5e0a33c8593 | refs/heads/master | 2021-01-01T19:15:40.693105 | 2015-11-16T22:39:23 | 2015-11-16T22:39:23 | 32,991,526 | 3 | 9 | null | null | null | null | UTF-8 | Java | false | false | 3,853 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package gov.va.med.imaging.notifications;
import gov.va.med.imaging.facade.configuration.AbstractBaseFacadeConfiguration;
import gov.va.med.imaging.facade.configuration.FacadeConfigurationFactory;
import gov.va.med.ima... | [
"ctitton@vitelnet.com"
] | ctitton@vitelnet.com |
f73d43b473917276d9baf3add2334aaaff5b10a4 | 40665051fadf3fb75e5a8f655362126c1a2a3af6 | /Bernardo-MG-dice-notation-java/22cc67bc7dcb57ef935ad76d215ef38cfd92f0ae/14/ITDefaultDiceNotationExpressionParserException.java | ebd90abc28a2e8580ae2056d1d552186a341db59 | [] | no_license | fermadeiral/StyleErrors | 6f44379207e8490ba618365c54bdfef554fc4fde | d1a6149d9526eb757cf053bc971dbd92b2bfcdf1 | refs/heads/master | 2020-07-15T12:55:10.564494 | 2019-10-24T02:30:45 | 2019-10-24T02:30:45 | 205,546,543 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,339 | java | /**
* Copyright 2014-2019 the original author or authors
* <p>
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless require... | [
"fer.madeiral@gmail.com"
] | fer.madeiral@gmail.com |
f7ce460f262c70f7a6eb6aa538c3bb6417aaed5f | 069761cf23542f8bd7fc0e169df0f9326f588bc1 | /src/com/airline/controllers/AddPilot.java | bde1fa9f1c4ef8ccfed874743f0d99672c36b739 | [] | no_license | eren35can/RestWebServiceExample | 59a5221e9d9b2f261b82a5536eb898e250375285 | fece8ee61dfc6bf138fbe2ec9c5871e4b933a87f | refs/heads/master | 2020-06-25T19:36:41.539174 | 2019-07-29T07:57:31 | 2019-07-29T07:57:31 | 199,403,294 | 0 | 0 | null | null | null | null | ISO-8859-3 | Java | false | false | 1,498 | java | package com.airline.controllers;
import java.io.IOException;
import javax.ejb.EJB;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import c... | [
"erencangulec@gmail.com"
] | erencangulec@gmail.com |
bc041b31109da986ab9c2f78ff9e23ab49086df8 | e985d6ba0f54eb7e15967cc71b2c9c57f6cd1101 | /src/main/java/com/expenseManager/ExpenseManagerAPI/service/ExpenseServiceImpl.java | 2fb5276db9ada7a799d54c9d1ef791c65462bb28 | [] | no_license | alpozkanm/Expense-Manager-API | 75ce9530e5c264fd10ac9948418705904af8efb1 | e7809f54906775983c2a33d1efa80ed1fe54051f | refs/heads/master | 2021-02-05T05:21:12.870621 | 2020-03-02T10:54:26 | 2020-03-02T10:54:26 | 243,748,815 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,052 | java | package com.expenseManager.ExpenseManagerAPI.service;
import com.expenseManager.ExpenseManagerAPI.domain.Expense;
import com.expenseManager.ExpenseManagerAPI.repositories.ExpenseRepository;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Servi... | [
"26024533@A00102586"
] | 26024533@A00102586 |
b2565ce681ab64257f86b5453369bdb2fb42e159 | 9062c52a62d54c5e2555140693026ed726ae3d7c | /023SpringBootMybatisAnnotations/src/main/java/com/learning/demoDiff/service/DemoDiffService.java | c0d47291adbf9b4cb314d45cf57e22af857927dd | [] | no_license | imomi329/SpringBoot-Learning | 1fc62d4633e84148cd453489f84fe771b7c6ce21 | f943c2735775cc0dde23a62cfc9c70e0c2096d00 | refs/heads/master | 2022-06-26T16:47:51.947501 | 2020-06-21T05:45:29 | 2020-06-21T05:45:29 | 130,181,017 | 1 | 1 | null | 2022-06-17T01:44:44 | 2018-04-19T08:06:34 | Java | UTF-8 | Java | false | false | 598 | java | package com.learning.demoDiff.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.learning.demo.bean.Demo;
import com.learning.demoDiff.mapper.DemoDiffMapper;
@Service
public class DemoDiffService {
@Autowired
pr... | [
"louis.chen@finsage.com.tw"
] | louis.chen@finsage.com.tw |
1d8e6326580f6272af266585214018eb532f657e | 930c207e245c320b108e9699bbbb036260a36d6a | /BRICK-RDF4J/generatedCode/src/main/java/brickschema/org/schema/_1_0_2/Brick/Cooling_Discharge_Air_Temperature_Proportional_Band_Setpoint.java | a066c438ba33d4f50d31beda84de795f9212b016 | [] | no_license | InnovationSE/BRICK-Generated-By-OLGA | 24d278f543471e1ce622f5f45d9e305790181fff | 7874dfa450a8a2b6a6f9927c0f91f9c7d2abd4d2 | refs/heads/master | 2021-07-01T14:13:11.302860 | 2017-09-21T12:44:17 | 2017-09-21T12:44:17 | 104,251,784 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,137 | java | /**
* This file is automatically generated by OLGA
* @author OLGA
* @version 1.0
*/
package brickschema.org.schema._1_0_2.Brick;
import brick.global.util.GLOBAL;
import org.eclipse.rdf4j.model.IRI;
import org.eclipse.rdf4j.model.vocabulary.RDF;
import java.math.BigDecimal;
import javax.xml.datatype.XMLGregorianCalen... | [
"Andre.Ponnouradjane@non.schneider-electric.com"
] | Andre.Ponnouradjane@non.schneider-electric.com |
70450895d5e829c4fdad781ecf58064cba51edd2 | fbed30ac52a2509bf63f63eba0ece1ff6ec087da | /desenvolvimentoJava/src/main/java/one/innovation/digital/desenvolvimentoBasicoECollections/desenvolvimentoBasicoEmJava/construtores/exerciciosDeContrutor/ContrutorCarro.java | 3c00d82ecbdf7f07b20bb280f535915e49636cfd | [] | no_license | DouglasTSam/DigitalInnovationOne | 1380a974e184d9f6849897d4ede3944e1dd52c71 | 06b37c0fe17577b8238d04004db256196149ba85 | refs/heads/main | 2023-06-02T10:48:48.056974 | 2021-06-29T01:52:05 | 2021-06-29T01:52:05 | 357,275,786 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 925 | java | package one.innovation.digital.desenvolvimentoBasicoECollections.desenvolvimentoBasicoEmJava.construtores.exerciciosDeContrutor;
public class ContrutorCarro {
private String marca;
private String modelo;
private String ano;
private String varianteCor;
public ContrutorCarro(String marca, String mo... | [
"douglas.netf@gmail.com"
] | douglas.netf@gmail.com |
deec956126f7e38ae3a6045d0d9ad9d2beae9a66 | 8180631f0e33df1fabfeefd4d1808eb29e49f141 | /ecafeteria.app.backoffice.console/src/main/java/eapli/ecafeteria/app/backoffice/console/presentation/meals/CheckMealRatingsUI.java | 47f02a7e089872f54de3fd0338ff0a5b92f9bac9 | [] | no_license | Fuel4us/JavaJPA | 8df73af5725700c5b656169fd4a2b9ba80fa11fc | f8f0b6dab97d5c5af1c1da1da88205057dabc027 | refs/heads/master | 2020-03-21T19:44:10.261476 | 2018-06-28T04:52:38 | 2018-06-28T04:52:38 | 138,966,911 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,766 | java | package eapli.ecafeteria.app.backoffice.console.presentation.meals;
import eapli.ecafeteria.application.meals.CheckMealRatingsController;
import eapli.ecafeteria.domain.meals.Meal;
import eapli.framework.presentation.console.AbstractUI;
import eapli.framework.presentation.console.SelectWidget;
/**
*
* @aut... | [
"1150478@isep.ipp.pt"
] | 1150478@isep.ipp.pt |
39a0b674d94904955b3d7fbe6ec42cd3d13f4dc5 | b04ed715f569aa4158968ddc6f77e7c421f2bc61 | /src/tests/java/htsjdk/samtools/SamPairUtilTest.java | dcb8ee11908dbfeba5dbc65c2880ad74fe60a0d0 | [] | no_license | fjolidon/htsjdk | 42e07ebba65c7395725146f586620fee0a5a18fb | 9ffede35c2cbe93cbd8da2f682ffd681b3dce2c6 | refs/heads/master | 2021-01-15T09:42:54.790284 | 2015-07-09T12:30:08 | 2015-07-09T12:30:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,611 | java | /*
* The MIT License
*
* Copyright (c) 2013 The Broad Institute
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
... | [
"zhihuang@icsil1noteb176.epfl.ch"
] | zhihuang@icsil1noteb176.epfl.ch |
528885418c37d0746d3d69ce838157801ddd9513 | bbec8620c22c209c8b53c2b8f8a8ab8204f91c1b | /HomeMap/app/src/main/java/com/example/laiji/homemap/MainActivity.java | 637968c5430d54c7cb0c248afb1cc7882a65eb24 | [] | no_license | laiyuchenrushuang/HomeMap | f41536d131cdab249396b0db241fd31a3af45cd5 | 6b87101a3a014fda6e991778bbe4eb28db91477f | refs/heads/master | 2020-05-03T09:32:31.881336 | 2019-03-30T12:42:34 | 2019-03-30T12:42:34 | 178,556,704 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,598 | java | package com.example.laiji.homemap;
import android.os.Bundle;
import android.util.Log;
import android.widget.TextView;
import com.baidu.location.BDAbstractLocationListener;
import com.baidu.location.BDLocation;
import com.baidu.location.LocationClient;
import com.baidu.location.LocationClientOption;
public class Main... | [
"383209920@qq.com"
] | 383209920@qq.com |
6cdbe42dfe6590685a2d88fbc5137f03e6b5d9a2 | f604836b69552452121c03a2298a338ef8335dbf | /app/src/main/java/multiple/contacts/com/multiplecontacts/ContactListAdapter.java | bcb7811fecfb73c98845b7533a71e13feb17a6af | [] | no_license | devnitish29/MultiContacts | ac6be3b4b53b1998754188c771b97658acfdc3c4 | 0c1a2cbba92dfbe2dee65a42e16af8364a546589 | refs/heads/master | 2021-08-11T07:53:32.648733 | 2017-11-13T10:55:00 | 2017-11-13T10:55:00 | 110,536,599 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,107 | java | package multiple.contacts.com.multiplecontacts;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
import java.util.ArrayList;
/**
* Created by Nitish Singh on 7/3/17.
*/
pu... | [
"nitishkumar.singh@tarento.com"
] | nitishkumar.singh@tarento.com |
2eb3d07df4166b1bbc299697cb3874892044e97b | 92ff969cbc09d9920f8077c98032af013ff9b0de | /backend/src/main/java/com/ingressoapp/ingresso/controller/EventController.java | da71347feca56041034b3fe4955580db101aae46 | [] | no_license | adsmetrocamp/T-03 | 88537b17ef82d9ccb685dac2ed0b5675ac3ff058 | 24353025433032810b52f8e90a4ca594dd565461 | refs/heads/master | 2023-08-24T08:54:08.839363 | 2021-10-04T22:01:32 | 2021-10-04T22:01:32 | 408,615,475 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,507 | java | package com.ingressoapp.ingresso.controller;
import com.ingressoapp.ingresso.dto.EventCategoryDto;
import com.ingressoapp.ingresso.dto.EventRequest;
import com.ingressoapp.ingresso.dto.EventResponse;
import com.ingressoapp.ingresso.model.Event;
import com.ingressoapp.ingresso.model.EventCategory;
import com.ingressoap... | [
"adsmetrocamp.cps@gmail.com"
] | adsmetrocamp.cps@gmail.com |
660d10fa4aae85f78de658a9b91acd384e240270 | 36628f43065db9cc7c2ca8f0d4635d7f44018d50 | /First10NaturalNoPrint.java | f6d3f12a5dd1b9020bf64eba713f14934e2f0153 | [] | no_license | AdityaKaushik121/Java-Programs | 4bd41ffaaedd63a86b104e693891eb64f7fa645c | b231bc48279e4dc01632aba6633b92c6a442cd4c | refs/heads/master | 2020-12-08T22:03:15.281005 | 2020-01-10T18:55:39 | 2020-01-10T18:55:39 | 233,108,004 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 220 | java | package saurav_programs;
public class First10NaturalNoPrint {
public static void main(String[] args) {
// TODO Auto-generated method stub
for(int i=1; i<=10;i++){
System.out.println(i);
}
}
}
| [
"noreply@github.com"
] | AdityaKaushik121.noreply@github.com |
e70bb31355cabe5f785e298acb072e1e6eb34d03 | 27d5dbdbd1d86bc6a6ac2cef53379b443f864dda | /nicespinner/src/main/java/com/chengtech/nicespinner/NiceSpinnerAdapter.java | 3686925621605f07a58a28ff1dd9f44659174675 | [] | no_license | chengtech/Application1 | ce7dc31b55d1a04ecbcb02fb07ed5f79f7fc1640 | 63bfb2b630f246ae7635a4a8304b8d4906d9c257 | refs/heads/master | 2020-12-02T19:42:15.224362 | 2018-02-12T06:53:57 | 2018-02-12T06:53:57 | 96,377,008 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 878 | java | package com.chengtech.nicespinner;
import android.content.Context;
import java.util.List;
/**
* @author angelo.marchesin
*/
public class NiceSpinnerAdapter<T> extends NiceSpinnerBaseAdapter {
private final List<T> mItems;
public NiceSpinnerAdapter(Context context, List<T> items, int textColor, int backg... | [
"122469892@qq.com"
] | 122469892@qq.com |
cddff3ef9454470220f235e6c8567cd9103a8a12 | 89991cdc5ceac6a315dc6422064eb46bebad5250 | /com/joggle/src/main/java/com/scd/joggle/pojo/po/CommunityPo.java | 23ae2f8215f124e01e00ba3f3994642ec95cac20 | [] | no_license | xiaoxian075/MySpringCloud | 8350d34d565a995761f536c247d77e8b8dad666e | a7d00a9bdec7aa08f15cf768626bb27243b1ebf0 | refs/heads/master | 2020-03-07T21:48:24.121347 | 2018-04-04T09:55:09 | 2018-04-04T09:55:09 | 127,737,522 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 734 | java | package com.scd.joggle.pojo.po;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
@Getter
@Setter
@NoArgsConstructor
@AllArgsConstructor
public class CommunityPo{
private long id;
/**
* 标题
*/
private String title;
/**
* 类型 1:学习教育 2:美食分享 3:生活健... | [
"xiaoxian075@126.com"
] | xiaoxian075@126.com |
fce9efc303d157cbb65ad36d38b4417e99c3d535 | 799f38022329e676a24b7ffb3e78f3d1b6dde4e5 | /src/main/java/fr/diginamic/TP6/ISurface.java | 0b3f3be93438ee2df279636a768c45213bc75065 | [] | no_license | yonelT/approche-objet | 150667f05f6d48491ff83ed0ebd051a1a76eeeec | 5d61cb282ab4d73702ea9be7ad2e1448d9fe161f | refs/heads/master | 2020-05-16T10:02:52.504433 | 2019-04-30T14:29:01 | 2019-04-30T14:29:01 | 182,968,742 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 100 | java | package fr.diginamic.TP6;
public interface ISurface {
public double calculerSurface();
}
| [
"yonel.toussay@gmail.com"
] | yonel.toussay@gmail.com |
64c1a6f455935e6bae99084b20c1669460b76a80 | 647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4 | /com.tencent.mobileqqi/classes.jar/ftq.java | 38882ac682f475f4547c6f62859fb176f0f461b5 | [] | no_license | tsuzcx/qq_apk | 0d5e792c3c7351ab781957bac465c55c505caf61 | afe46ef5640d0ba6850cdefd3c11badbd725a3f6 | refs/heads/main | 2022-07-02T10:32:11.651957 | 2022-02-01T12:41:38 | 2022-02-01T12:41:38 | 453,860,108 | 36 | 9 | null | 2022-01-31T09:46:26 | 2022-01-31T02:43:22 | Java | UTF-8 | Java | false | false | 2,480 | java | import com.tencent.mobileqq.app.QQAppInterface;
import com.tencent.mobileqq.filemanager.activity.fileviewer.troopfile.TroopFileViewerActivity;
import com.tencent.mobileqq.filemanager.app.FMObserver;
import com.tencent.mobileqq.filemanager.core.FileManagerDataCenter;
import com.tencent.mobileqq.filemanager.data.File... | [
"98632993+tsuzcx@users.noreply.github.com"
] | 98632993+tsuzcx@users.noreply.github.com |
1e14b840373e97a4c2b4a8f0b62272cf6e39398c | 415d4ed306ef6338ac64b8fffbc54f7cebf7edd1 | /src/main/java/pe/edu/upeu/sysgru/controller/LineaPlanController.java | e682e12a7ae6912b813b770950837778d05427e5 | [] | no_license | AlexanderCm1/sgru-backend-deploy | 25bba6ac77faae21298270f0f715bdae7dae0b46 | 3901cf378f3662a0240164790706721486616639 | refs/heads/main | 2023-02-08T03:58:41.264982 | 2020-12-24T16:40:45 | 2020-12-24T16:40:45 | 324,198,910 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 889 | java | package pe.edu.upeu.sysgru.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.MediaType;
import org.springframework.web.bind.annotation.*;
import pe.edu.upeu.sysgru.entity.LineaPlan;
import pe.edu.upeu.sysgru.service.LineaPlanService;
import java.util.HashMap;
... | [
"victorcampos@upeu.edu.pe"
] | victorcampos@upeu.edu.pe |
539919eb37888d2c1659a4f507b8babb677159a2 | addb53299fc70a9ecb0a06b9b206a3ae92defd13 | /Jellyfish.Parser.v2/src/jellyfish/matcher/input/InputTokenList.java | 42d0ccd204d60299b81a13f2525c1e3712ede902 | [] | no_license | amjed/Universal-Structured-Language-Parser | a393901e81b5a29c6b761676c54aaccea29a2c0c | 38f098453f363d5a9e1d36240e342a19209c3df5 | refs/heads/master | 2021-01-25T07:34:30.510937 | 2011-02-10T09:07:14 | 2011-02-10T09:07:14 | 1,357,912 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,328 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package jellyfish.matcher.input;
import java.util.*;
import java.util.ArrayList;
/**
*
* @author Xevia
*/
public class InputTokenList implements List<InputToken> {
private List<InputToken> list;
public In... | [
"Umran@.(none)"
] | Umran@.(none) |
3d3f64b0f8154a22f09294584882e04b44138846 | e5c86efbfc39614c0eac2e945765e71e58b14f28 | /src/main/java/framevpm/learning/approaches/Approach.java | 83cc59f5afe69048542bde134dfafc33f3b71a68 | [
"Apache-2.0"
] | permissive | electricalwind/framevpm | 021fe31b5614b0e6202c9277454d54287611cae2 | 6d33cc33a1234e5e3c4da37c12cf949a6b89a73b | refs/heads/master | 2020-03-19T12:10:57.647631 | 2018-08-17T15:40:38 | 2018-08-17T15:40:38 | 136,501,905 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 3,095 | java | package framevpm.learning.approaches;
import framevpm.learning.Classifiers;
import framevpm.learning.model.ApproachResult;
import framevpm.learning.model.Experiment;
import framevpm.learning.model.ExperimentResult;
import framevpm.learning.model.classmodel.ClassModel;
import weka.classifiers.Classifier;
import weka.co... | [
"matthieu@jimenez.lu"
] | matthieu@jimenez.lu |
2a70234ed87ebf7ed3ceec8b6bce1b9dfa142393 | b4294132e02c1eb0fd083030d80562561fb22dda | /src/main/java/frc/robot/commands/elevator/MoveElevatorPosition.java | 535d7d637a4e8fb340ef2268371bf2a4ff7e39be | [] | no_license | HarkerRobo/SummerRoboCode2018 | b135436eb2d0e0751224470319f84e146c44e93e | 7f0ad983fc7d70b568e7ed7b226b4ffb0263204f | refs/heads/master | 2020-03-20T03:19:03.980584 | 2019-04-13T16:35:27 | 2019-04-13T16:35:27 | 137,142,273 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,306 | java | package frc.robot.commands.elevator;
import frc.robot.Robot;
import frc.robot.RobotMap;
import com.ctre.phoenix.motorcontrol.FeedbackDevice;
import edu.wpi.first.wpilibj.command.Command;
/**
* Moves the elevator to a given position using PID.
* @author Finn Frankis
* @version 6/14/18
*/
public class MoveElevato... | [
"finn@teachmy.com"
] | finn@teachmy.com |
181365da878183ab3cb7370da0041af8535930ba | c883f1650ecb8d4350f786cb5e830f5daf6fe6db | /app/src/main/java/com/franzco/sudoku/AppCompatPreferenceActivity.java | 0a01933d19f6a1c3f27a4f139ec63bc16bdad377 | [] | no_license | NtsFranz/SudokuSolver | 423b4c9d50c91292b7cf75285b4a40e1306d09e9 | 14fe89dab13bdd3078b74065b988ac103c110110 | refs/heads/master | 2021-01-10T15:01:49.937757 | 2016-03-02T02:32:44 | 2016-03-02T02:32:44 | 48,245,592 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,992 | java | package com.franzco.sudoku;
import android.content.res.Configuration;
import android.os.Bundle;
import android.preference.PreferenceActivity;
import android.support.annotation.LayoutRes;
import android.support.annotation.Nullable;
import android.support.v7.app.ActionBar;
import android.support.v7.app.AppCompatDelegate... | [
"ntsluebbers@gmail.com"
] | ntsluebbers@gmail.com |
70a1852612c76dcd492167649bb723a89eb8440b | fade0fef5ae6e9d840aaee636e7f5f761a2ebd68 | /nagger/src/main/java/com/lubarov/daniel/nagger/model/Alert.java | 96b6e2c580fbc7c6fb0c58dfbb84aef5f767a881 | [] | no_license | dlubarov/daniel | b986f9e3df87c21024bd30e00fd2adb9f3b39a84 | 7eed652995cd922b806f25391fe2000599cd3bb7 | refs/heads/master | 2021-01-17T09:19:50.808058 | 2019-01-09T03:36:44 | 2019-01-09T03:36:44 | 7,437,086 | 0 | 0 | null | 2013-03-06T06:49:11 | 2013-01-04T08:01:21 | Java | UTF-8 | Java | false | false | 618 | java | package com.lubarov.daniel.nagger.model;
import java.util.HashSet;
import java.util.LinkedList;
import java.util.Set;
public class Alert {
private static final int MAX_CHECKS_TO_STORE = 20;
public String uuid;
public String name;
public String description;
public String command;
public String frequency;
... | [
"daniel@lubarov.com"
] | daniel@lubarov.com |
0e6dbf539e76ca0974be4532e001ab00c556dde6 | b799f86ebcd9832833470b99f9c92e1351d01d97 | /app/src/main/java/com/pu/gouthelper/adapter/DrugSearchAdapter.java | 7dd61613863d2bccdc3ba95d5cedc595eaab9656 | [] | no_license | gongyaju/gout | 4916c2fb1c585e433e629fb532288ff0cbadc460 | 01f9f415d65b17f2ebb01594c8ec6495dcc0bc40 | refs/heads/master | 2020-05-22T04:15:45.253732 | 2016-11-26T01:58:07 | 2016-11-26T01:58:07 | 61,945,568 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,325 | java | package com.pu.gouthelper.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
import com.pu.gouthelper.R;
import com.pu.gouthelper.bean.GoutDrug;
import java.... | [
"359451222@qq.com"
] | 359451222@qq.com |
947b99efbbbc11c99f5f6cfd7ce2aba06ffa2d60 | 0bb3949cabb51a400b849f91f66f0c9ee90d7261 | /Multithreading/Test.java | b2030130767a382c9b072bcbcad008dc50996a02 | [] | no_license | sifathasib/java-newgen | e46db78ff2afdc6c3a36dfd1d33dd2b2e69613aa | bdb1d78ae1506eed82b27e0e97980536385d4e3b | refs/heads/main | 2023-08-26T05:59:14.906499 | 2021-09-30T11:34:51 | 2021-09-30T11:34:51 | 408,381,382 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 312 | java | import java.lang.Thread;
import java.lang.Runnable;
class A {
public static void main(String[] args) {
System.out.println("hello");
}
}
class Test extends A{
public static void main(String args[]){
Test t = new Test();
System.out.println("world");
}
}
| [
"sifathasib@gmail.com"
] | sifathasib@gmail.com |
3408b0dc7cb31ac411f08b16c0155b8713568b0f | 16435878ec235617cce6b6422eeaeb27d3009131 | /src/main/java/com/opencart/test/handler/OcFilterGroupDescriptionHandler.java | edf1eec2cd622065b498490209ec7922316a27f9 | [] | no_license | gmai2006/opencarttest | fa2207f35046ba636ffef8107a4a6e9ffc57b1bb | b73df234af5bd431b56d038c4aec7aa5383ff1ce | refs/heads/main | 2023-09-02T20:01:51.767075 | 2021-10-16T07:40:18 | 2021-10-16T07:40:18 | 417,754,843 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,154 | java | /**
* %% Copyright (C) 2021 DataScience 9 LLC %% Licensed under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance with the License. You may obtain a
* copy of the License at
*
* <p>http://www.apache.org/licenses/LICENSE-2.0
*
* <p>Unless required by applicable law ... | [
"gmai2006@gmail.com"
] | gmai2006@gmail.com |
5dc55dfbf5d23321f36dd07fe7b1bc89b900004e | 444f30b6117d3f44b807788d44b5c0ec9c0571b7 | /Eclipse/TestThread/src/TestThread/TesThread02.java | 8e0fcccf8b7f9eef77c63579632e1e576c659c4e | [] | no_license | DongHuaLu/java | c62094468ce1a319a5481c0fb080280ac08dcc81 | b8152331ad0afcc885d922c61d6df3c56e582113 | refs/heads/master | 2020-05-18T09:08:41.160675 | 2013-09-07T03:16:09 | 2013-09-07T03:16:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 494 | java | package TestThread;
public class TesThread02 {
public static void main(String[] args) {
new TesThread02().be();
}
public void be(){
Thread tt=new Thread(new TestThreadx(),"abc");
tt.start();
for (int i=0;i<100;i++){
System.out.println(Thread.currentThread().getName()+i);
}
}
class TestThr... | [
"dlu@suzhoukada.com"
] | dlu@suzhoukada.com |
fb1215cb026494eafd2db23323462defe56592d1 | 0388594866bcdd360428c74c069c9891595c21f9 | /app/src/main/java/com/digitalhouse/fragments/NoticiaFragment.java | 7533f2f59ff8a64cd081591a2e508b320c6bdae0 | [] | no_license | gongar19/vene | 32fb3d7009aea3195d6730ad23255acf3bac4316 | e1d014c8c0630b4bbb52ef79d7f88ffd12602496 | refs/heads/master | 2020-04-05T08:40:01.695990 | 2018-11-08T15:07:44 | 2018-11-08T15:07:44 | 156,723,975 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,055 | java | package com.digitalhouse.fragments;
import android.annotation.SuppressLint;
import android.content.Intent;
import android.graphics.Bitmap;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widg... | [
"garciagonzalo19@gmail.com"
] | garciagonzalo19@gmail.com |
61b9cbb751e56a373e1a7285e4e86d0f9e8c00e1 | c423c4a708efa3147698bf8b6e7e3499544085db | /app/src/main/java/com/mitranetpars/sportmagazine/adapters/ProductsListAdapter.java | 23b97f2abbb38deead7095674ad0a6a87e013c21 | [] | no_license | hamed1361554/sportmagazine-android | 95db3bb0c4458b7dab02711d8e87ca4817957fd0 | 00eda8a5648c576e3661210e359bc9748cd86972 | refs/heads/master | 2020-07-04T12:03:38.867338 | 2017-01-13T16:07:24 | 2017-01-13T16:07:24 | 67,793,099 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,646 | java | package com.mitranetpars.sportmagazine.adapters;
import android.app.Activity;
import android.content.Context;
import android.graphics.Color;
import android.support.annotation.NonNull;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentTransactio... | [
"hamed.zekri@gmail.com"
] | hamed.zekri@gmail.com |
5bbf3a8a6e1d36dec678f948f6bf0888e57eeed3 | b36e88ec8a7b39ea8c9d2001f3b31940387eaed5 | /exercises/html-text-converter/java/src/test/java/katas/HtmlTextConverterTest.java | 2c08c3354a7e00611c7a47ded3c58f53096273d3 | [] | no_license | paucls/legacy-code-refactoring-workshop | 59499c7d2e6f43f15fed1d463d486a079b2766c6 | de8cacd4fef9fcf03006fc698338e51734882330 | refs/heads/master | 2022-12-05T16:57:21.370863 | 2019-10-17T16:21:04 | 2019-10-17T16:21:04 | 213,056,676 | 0 | 1 | null | 2022-11-16T12:40:53 | 2019-10-05T19:10:20 | Java | UTF-8 | Java | false | false | 289 | java | package katas;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class HtmlTextConverterTest {
@Test
public void foo() {
HtmlTextConverter converter = new HtmlTextConverter("foo");
assertEquals("fixme", converter.getFilename());
}
}
| [
"paucls@gmail.com"
] | paucls@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.