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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d815e13ad678b445f82e05909cf741d31e6a2a8e | aa38b9cc9c6adea0253708268d53879d144e68a0 | /CS-643-Project-master/src/main/java/edu/njit/cs643/group3/mappers/AllHourlyStatisticsMapper.java | 93e69cc5bcb0a0d1a17f93c0e7dcae5ed3a1e97c | [] | no_license | Maharshimdj7/NYC-Taxi-Limousine-Commission-Trip-Explorer | 25a0471e0ebce488999166bbd5ffcfa74997ceac | c7bd63f31b1509eedc75dab705c801548a242887 | refs/heads/main | 2023-02-07T05:58:35.923302 | 2021-01-03T23:00:07 | 2021-01-03T23:00:07 | 326,516,738 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,855 | java | package edu.njit.cs643.group3.mappers;
import edu.njit.cs643.group3.utils.Constants;
import org.apache.hadoop.io.*;
import org.apache.hadoop.mapreduce.Mapper;
import java.io.IOException;
import java.time.LocalDateTime;
import java.time.LocalTime;
public class AllHourlyStatisticsMapper extends Mapper<LongWritable, Te... | [
"maharshi92jani@gmail.com"
] | maharshi92jani@gmail.com |
f28b4c56aa844bd75692c7801dac8cf0f9f13504 | eed6f178e71e10ab6237b22a79eaaaa8c40b6dca | /demoDruidMulti/src/main/java/com/wuti/demo/param/PageParam.java | 9ef523585299187cc882f20aa1205542891c1ffe | [] | no_license | developthinking/springboot-project | 76ad9c37d9c0fa82a06ca2248e62c4071912e378 | 7c58b6d044ab714cbb4dd12fe4913f433b4902d1 | refs/heads/master | 2018-10-05T15:47:26.156874 | 2018-06-08T08:20:32 | 2018-06-08T08:20:32 | 109,335,676 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 722 | java | package com.wuti.demo.param;
import org.apache.commons.lang3.builder.ToStringBuilder;
public class PageParam {
private int beginLine; // 起始行
private Integer pageSize = 5;
private Integer currentPage = 0; // 当前页
public int getBeginLine() {
return pageSize*currentPage;
}
... | [
"wutihome@outlook.com"
] | wutihome@outlook.com |
86b74dc6897937a4c2bdcaa099094e3b9a09151d | 76c3cae55f0fcd7b307746d64fcc1f8b7a8de60a | /src/test/java/utilities/PropertyFileReader.java | 94cf72af4401d1c353dc5b7a5fb479cc59724123 | [] | no_license | adi4848/FrameworkBdd | 175e39ccd2604a148ff7ab423e3c1502512ac19a | e26f3888e0bc35c212423c0768c2423c22823e0b | refs/heads/master | 2023-08-31T02:39:13.646845 | 2021-09-28T18:08:28 | 2021-09-28T18:08:28 | 411,378,924 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 350 | java | package utilities;
import java.io.FileInputStream;
import java.io.IOException;
import java.util.Properties;
public class PropertyFileReader {
public static Properties loadFile() throws IOException {
Properties prop = new Properties();
FileInputStream fis = new FileInputStream(".\\config.properties");
prop.lo... | [
"adityavc85@gmail.com"
] | adityavc85@gmail.com |
0392c7d1dc1f4e9a745dcb9b7acfa3710cac1fa0 | 31019a00a143a893d5a61a2ea0d1177589151b86 | /SpringFramework/j01/src/main/java/com/zerock/myapp/HomeController.java | f532779ea5c5e57e7ae36c9b50e9a2a41917be54 | [] | no_license | cksql96/SpringFramework | bde4bff8967bc3613e14cb531f8c650d67b2ec70 | 5f3d4e9b7df9e31def64c988f9f05956f789fadf | refs/heads/main | 2023-01-22T10:20:00.916339 | 2020-12-08T02:15:59 | 2020-12-08T02:15:59 | 313,158,151 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,078 | java | package com.zerock.myapp;
import java.text.DateFormat;
import java.util.Date;
import java.util.Locale;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import o... | [
"noreply@github.com"
] | cksql96.noreply@github.com |
04d41b1b0755f224f7c6c1e616c55c929f39216a | 85e491f462b9f76213c68e971f84ff4b14d2f9b6 | /src/db.java | 333226b26de552d62b7147329104eb8f3e12b600 | [] | no_license | chhavi02/Hotel-Management-System_Course-Project | 7fcd1ce6a724cf1bf1153b344260d461df1ee9ae | 7ba260d817cb036e5e5cdef1c9ee796f17b5f9f8 | refs/heads/master | 2020-03-22T02:08:43.630133 | 2018-07-01T18:31:29 | 2018-07-01T18:31:29 | 139,352,233 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,916 | java | import java.sql.*;
import static java.sql.DriverManager.getConnection;
public class db {
private static final String dbClassName = "com.mysql.jdbc.Driver";
private static final String url = "jdbc:mysql://localhost:3306/";
static ResultSet rs=null;
static Statement stmt;
static Connection con;
... | [
"chhavijain2202@gmail.com"
] | chhavijain2202@gmail.com |
46622a6a44c31c7a95cfba26d6a2fcc76d629d4a | fc160694094b89ab09e5c9a0f03db80437eabc93 | /java-enterpriseknowledgegraph/samples/snippets/generated/com/google/cloud/enterpriseknowledgegraph/v1/enterpriseknowledgegraphservice/deleteentityreconciliationjob/SyncDeleteEntityReconciliationJob.java | a8051bd0ea70725091e518a4de35d4a279168ceb | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | googleapis/google-cloud-java | 4f4d97a145e0310db142ecbc3340ce3a2a444e5e | 6e23c3a406e19af410a1a1dd0d0487329875040e | refs/heads/main | 2023-09-04T09:09:02.481897 | 2023-08-31T20:45:11 | 2023-08-31T20:45:11 | 26,181,278 | 1,122 | 685 | Apache-2.0 | 2023-09-13T21:21:23 | 2014-11-04T17:57:16 | Java | UTF-8 | Java | false | false | 2,403 | java | /*
* Copyright 2023 Google 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | [
"noreply@github.com"
] | googleapis.noreply@github.com |
0c51568b0b7d1ebbebd0cc6f8e7d78506ef641d1 | d34ecbeeeafb871c6462c7ffe7fdc9fe62be9036 | /service/manager/src/main/java/cn/fintecher/manager/model/UserLoginResponse.java | f027e03a8ca40e7dac719c0710589335257a5269 | [] | no_license | gulangcoder/customer | a4b95b1350a22602eba8fbf5cf85ece392424b72 | c460b22fb0c5616ad64f672f7938c589fca8eba9 | refs/heads/master | 2020-04-02T04:16:41.933919 | 2018-10-21T13:32:16 | 2018-10-21T13:32:16 | 154,009,219 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 351 | java | package cn.fintecher.manager.model;
import cn.fintecher.common.userinfo.UserInfo;
import lombok.Data;
import java.util.Map;
/**
* Created by ChenChang on 2017/3/7.
*/
@Data
public class UserLoginResponse {
String token;
boolean reset; //true是需要修改密码
String regDay;
UserInfo userInfo;
Map<String... | [
"15656987581@163.com"
] | 15656987581@163.com |
c31f21d502dd545c4b860aa9ea5c418e3a15911a | e64c2201c1cf2adf9197c77aab2676670de9bf4c | /src/com/Snippet.java | 13a8dff5721288afa6bfcba04e4c282dd158af8f | [] | no_license | zengxianbing/JavaStudy | 45016f3910606988403f16bd1b5f0e60d52de7b2 | 9a4593cf4b6f79ada4677bdd87a045ff04ee721a | refs/heads/master | 2020-04-06T04:29:17.203382 | 2016-07-04T01:11:47 | 2016-07-04T01:11:47 | 62,491,476 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 96 | java | package com;
public class Snippet {
public static void main(String[] args) {
}
}
| [
"1121466030@qq.com"
] | 1121466030@qq.com |
01ef894cb2112762c2bd0ea3954140145b13b914 | e3109a079793c5a66891aebef6dd7c2a44f8d360 | /base/java/e/c/a/b/a/b.java | 08b272a16b6a1e1e7be992a35e335cdf825363a3 | [] | no_license | msorland/no.simula.smittestopp | d5a317b432e8a37c547fc9f2403f25db78ffd871 | f5eeba1cc4b1cad98b8174315bb2b0b388d14be9 | refs/heads/master | 2022-04-17T12:50:10.853188 | 2020-04-17T10:14:01 | 2020-04-17T10:14:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,412 | java | package e.c.a.b.a;
import android.animation.TypeEvaluator;
public class b implements TypeEvaluator<Integer> {
public static final b a = new b();
public Object evaluate(float f2, Object obj, Object obj2) {
int intValue = ((Integer) obj).intValue();
float f3 = ((float) ((intValue >> 24) & 255))... | [
"djkaty@users.noreply.github.com"
] | djkaty@users.noreply.github.com |
a243298ff1f20086a46495e90537496fdf070710 | 8ae7f77025e87afb783abc3a36192772be050f4e | /Design1/src/design1/Design.java | fa635d00f9d9db28fb7ea5ab6e3d9c31bba970d4 | [] | no_license | Shohanurcsevu/NeatBeanProject | 915c64c72e1c1b2fdb58188ebe6e8e6660b20990 | 7e924555385045c7613dbf936f44d0b570f1aff9 | refs/heads/master | 2021-01-10T15:43:20.675980 | 2016-03-28T02:04:53 | 2016-03-28T02:04:53 | 54,858,420 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,887 | 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 design1;
/**
*
* @author SHOHANUR PC
*/
public class Design extends javax.swing.JFrame {
/**
* Creates new form D... | [
"shohanurvu@gmail.com"
] | shohanurvu@gmail.com |
22605867c7d80664e4e313debe4f4d4a689ac669 | 17f2e00af0730621df33158eb6a2a1ae3c4da733 | /NetworkChatClient/src/main/java/ru/gb/java2/chat/client/ViewController.java | 80d2c82859c69d3d1f5a0bbf232b5fcbc68f63ad | [] | no_license | TrishinIN/Java2_2021_05_17 | 7147258b91c4550028cdc94b1064d51d239461ab | ed7553e2aff0f3aecf7bec7f40cdf73f1812d13b | refs/heads/master | 2023-05-24T05:13:48.219248 | 2021-06-18T19:23:11 | 2021-06-18T19:23:11 | 378,246,333 | 0 | 0 | null | 2021-06-18T20:06:08 | 2021-06-18T19:22:59 | Java | UTF-8 | Java | false | false | 3,014 | java | package NetworkChatClient.src.main.java.ru.gb.java2.chat.client;
import javafx.application.Platform;
import javafx.collections.FXCollections;
import javafx.fxml.FXML;
import javafx.scene.control.Button;
import javafx.scene.control.ListView;
import javafx.scene.control.TextArea;
import javafx.scene.input.KeyCode;
impor... | [
"82704367+TrishinIN@users.noreply.github.com"
] | 82704367+TrishinIN@users.noreply.github.com |
7cfd58cc7a46e9871b7feeb61d7c35d6fdece0e5 | 56be2045b9463945d45fb64be234359226ac2ab5 | /src/main/java/com/markevich/task1/comparator/employee/EmployeeComparatorBySalary.java | c0ebaa9b8089765a0e0a7fd3f64f60bc184113d0 | [] | no_license | HeatLee/JWD-Task1 | 5e80399c6648408409d296243e29377500111c5e | 59875199c7efd7af02824463142cbc563b089287 | refs/heads/master | 2020-12-28T07:10:13.973642 | 2020-02-07T20:58:39 | 2020-02-07T20:58:39 | 238,223,477 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 329 | java | package com.markevich.task1.comparator.employee;
import com.markevich.task1.entity.Employee;
import java.util.Comparator;
public class EmployeeComparatorBySalary implements Comparator<Employee> {
@Override
public int compare(Employee o1, Employee o2) {
return o1.getSalary().compareTo(o2.getSalary());... | [
"unheatlee@gmail.com"
] | unheatlee@gmail.com |
924d8343cd1e38245594669762800e27b9152151 | d9988fd6d2cf910f0d4aaaf952e021696d144c6c | /ProjetoRecrutamentoBackEnd/src/main/java/br/com/recrutamento/brasilia/model/Job.java | ab073187465790a77ae8aa9d598ee47f29d797c5 | [] | no_license | matheus-henr/ProjetoRecrutamento | cb42fb3c1f291752d305c580995bde80aabd719d | c9b0797a73ab08f0e7684e371a9490b0ad373534 | refs/heads/master | 2023-01-09T18:48:10.826148 | 2019-08-07T04:00:54 | 2019-08-07T04:00:54 | 200,901,985 | 0 | 0 | null | 2023-01-01T10:00:32 | 2019-08-06T18:12:52 | Java | UTF-8 | Java | false | false | 2,096 | java | package br.com.recrutamento.brasilia.model;
import java.io.Serializable;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
... | [
"matheushenrique.dev@gmail.com"
] | matheushenrique.dev@gmail.com |
c361277613989c1a90f997673b40038d54d6b09f | 616db74c740950862f8144b9d5d2ad4abfbf84da | /src/main/java/nx/domain/tcc/converters/clock/ClockConverter.java | f912ca401cde6624c958b2d27785e8b272ac4797 | [
"Apache-2.0"
] | permissive | tnakagome/TextConversionChain | 553eea71c9d0157837ffe34f8de7ffe1b18d689f | 2d7b431df61b1237f0a1618f0a40a4080e904458 | refs/heads/master | 2021-06-18T04:06:24.565192 | 2020-10-17T09:06:23 | 2020-10-17T09:06:23 | 90,106,770 | 1 | 0 | Apache-2.0 | 2020-10-17T09:06:24 | 2017-05-03T04:04:08 | Java | UTF-8 | Java | false | false | 731 | java | package nx.domain.tcc.converters.clock;
import java.time.ZoneId;
import java.time.ZoneOffset;
import java.time.ZonedDateTime;
import nx.domain.tcc.AbstractConverter;
public abstract class ClockConverter extends AbstractConverter {
protected static final String UTC_ZONENAME = "UTC";
protected stat... | [
"nakagome@fa2.so-net.ne.jp"
] | nakagome@fa2.so-net.ne.jp |
5eb45f937cc238182f6d81878551779ba54339d7 | 15fb46ab2d0dfa973f91ff82cdc2da35b2916700 | /src/main/java/com/herokuapp/tassistant/service/email/EmailService.java | d3265a502aa821738f1a5bc02ba869bb62eade0e | [] | no_license | maskrz/TrainerAssistant | e3958556084041bc3913c86abc08a096368a3509 | a0d13b10c53bedf69a74acfcfa645096b2c0e425 | refs/heads/master | 2016-09-12T07:31:11.904739 | 2016-05-26T19:59:33 | 2016-05-26T19:59:33 | 55,355,103 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 196 | java | package com.herokuapp.tassistant.service.email;
import com.herokuapp.tassistant.database.entity.User;
public interface EmailService {
public void sendConfirmationEmail(User user);
}
| [
"maskrz@gmail.com"
] | maskrz@gmail.com |
55fc6b8507dce4ca459a4b2305426b8f84cce86a | 83380915dc4355ea4ea05307222c88f3077f83ab | /services/distribution/src/main/java/app/coronawarn/server/services/distribution/dgc/dsc/CloudDscFeignClientConfiguration.java | 3786274a486199a187c2f4bbf75fe6902945fce8 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-unknown"
] | permissive | corona-warn-app/cwa-server | d1c4f25f44f5c2970c4351cf663d599dc4549a83 | c61d55f6f83b6d005cb6aca9e9b455afac572d72 | refs/heads/main | 2023-08-07T14:50:25.777087 | 2023-05-10T07:59:47 | 2023-05-10T07:59:47 | 260,712,390 | 2,174 | 497 | Apache-2.0 | 2023-05-10T07:59:48 | 2020-05-02T15:07:31 | Java | UTF-8 | Java | false | false | 1,838 | java | package app.coronawarn.server.services.distribution.dgc.dsc;
import app.coronawarn.server.services.distribution.config.DistributionServiceConfig;
import feign.Client;
import feign.Retryer;
import java.util.concurrent.TimeUnit;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.cloud.op... | [
"noreply@github.com"
] | corona-warn-app.noreply@github.com |
93afb080742417cf93c7f7cb80edb0a446d6f2f4 | c37d77786ad3ffe05b85c43958a614464f1af106 | /src/main/java/com/cloud/study/entity/Hr.java | 6d6980336c08a5c480c40dbdec7f07bd48ea7e53 | [] | no_license | dengqiquan/cloud-user-service | 5a1bb07164233359b2ac8bde9074c5f4988b98c9 | 508d664085466cae09ae5b90551629a722eb2818 | refs/heads/master | 2023-02-09T21:21:20.415311 | 2021-01-04T08:46:54 | 2021-01-04T08:46:54 | 299,547,953 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,382 | java | package com.cloud.study.entity;
import java.io.Serializable;
import lombok.Data;
@Data
public class Hr implements Serializable {
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column hr.id
*
* @mbg.generated
*/
private Integer id;
... | [
"deng@2019"
] | deng@2019 |
bc18c670119f95009f0c2aa680ea24da146f94fb | 16852261dc19de19f392b1b181ba1efc34b8f691 | /src/java/servlets/user/verifySession.java | 3111325ee5bd2493e9ae74595dd86fed302f048d | [] | no_license | CristianR98/JNxpress-back | 25550cae1452ee2e5f9cd62416f125451adc9042 | 50323e3e319717221b23140bdf95684d34e5297f | refs/heads/master | 2020-08-21T00:59:58.596189 | 2019-11-01T16:49:13 | 2019-11-01T16:49:13 | 216,084,095 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,432 | java | package servlets.user;
import com.google.gson.Gson;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletRespon... | [
"c.nahu.roman@gmail.com"
] | c.nahu.roman@gmail.com |
af3cdb13bf7531ddc58b1476fefd95bfbaa6fac5 | 54b102372ff46f69cc2c2171e12c4fffa9211d95 | /app/src/androidTest/java/com/example/mario/laborwerteapp/ExampleInstrumentedTest.java | b7f1845f622e6252f0143850e6092c814dc78224 | [] | no_license | raabmario/LaborwerteApp | 8bbc9a9d7a486f8e5bb4b619504ec08940729b84 | 6083952956e6f8bfa7d4572ac2337ed72a1969cc | refs/heads/master | 2020-04-10T16:59:17.173092 | 2018-12-14T13:45:10 | 2018-12-14T13:45:10 | 161,161,316 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 746 | java | package com.example.mario.laborwerteapp;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an... | [
"MarioR95@gmx.de"
] | MarioR95@gmx.de |
3ba6670a6807d74abba078e207705cefbbe68cfe | 8d96720bd331d7743dca7fcabd921b2b34a6acfc | /1107 QuickSort/src/QuickSort.java | 3098fd769d7c29f0bd637b93475809e912eda2ca | [] | no_license | lilyz622/cus1126-intro-to-data-structures | da846e3a1c812597e44b0e199f1f88869b57194b | 4b7b7ea870047e7a7b077f736119542645ac52dc | refs/heads/master | 2020-12-08T22:48:46.412742 | 2016-12-05T15:32:31 | 2016-12-05T15:32:31 | 67,937,135 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,401 | java | import java.util.Arrays;
public class QuickSort {
public static void main(String[] args){
int[] even = {63, 40, 35, 77, 95, 77, 25, 25, 40, 35, 15, 24, 68, 69, 58, 37, 4, 29, 14, 90, 48, 53, 95, 79, 22,
6, 94, 31, 66, 74, 16, 7, 12, 30, 68, 14, 17, 90, 53, 61, 91, 69, 41, 2};
quickSort(even,0, even.length-1);... | [
"lily.zhang622@yahoo.com"
] | lily.zhang622@yahoo.com |
d1034c66bc1e4eedbb0162dfa4f951029c7e5814 | e15453b90c1a195efbd5eeb4d07224857baabfc7 | /sih_forest_app (copy)/app/src/main/java/com/example/forest/TaskActivity.java | 4c7e0aacf6e404ff22f010699176664fa3a78411 | [] | no_license | learner-pratik/test_forest | d4df6915e45294a23bc721157a9a06c19bd49319 | a46f54513042211a73ee09b77d9b0f49d8c96fc2 | refs/heads/master | 2022-11-25T09:46:00.777830 | 2020-07-27T13:24:59 | 2020-07-27T13:24:59 | 282,833,836 | 0 | 0 | null | 2020-07-27T08:08:29 | 2020-07-27T08:08:28 | null | UTF-8 | Java | false | false | 16,299 | java | package com.example.forest;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import com.example.forest.Connectivity;
import androidx.recyclerview.widget.ItemTouchHelper;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
impor... | [
"omkardhawal21@gmail.com"
] | omkardhawal21@gmail.com |
a3dbf4545e1fe838731ab7d67cbb3aa59a59a7f3 | d1c6b49b98c6627e299a5936eba648d5140923a1 | /board2/src/main/java/com/ktds/dojun/board/web/ViewModifyServlet.java | 0b1dd79e5043297d4b73c9f50860585e30fe6c0b | [] | no_license | hondaas/sts | 3f797c102fa8543d9bae380469d113d9607675d2 | f878db2fe3a5724b7bf01b28db52f7c12c6fe298 | refs/heads/master | 2021-06-14T15:05:47.434547 | 2017-03-22T09:11:15 | 2017-03-22T09:11:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,565 | java | package com.ktds.dojun.board.web;
import java.io.IOException;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.ktds.dojun.board.biz.BoardBiz;
im... | [
"dojun.kim.1@gmail.com"
] | dojun.kim.1@gmail.com |
bf65770616f7ddeae8be8c50e666831e7e3d127a | c160d3dba2febfd6572a9df3641a790580edc188 | /src/main/java/com/example/strategy_pattern/demo3/LanguageBook.java | 1873161c315961882bdfd2cfc42aa6d84f6e762a | [] | no_license | wangwei216/design-patterns | ae33c4fca5e2ea6b70f3c5eea69df7bbc4b981b2 | 5502b7431cc5fe75b1d3b696d8bd9adf0e76e9ba | refs/heads/master | 2020-03-28T20:19:38.630411 | 2019-04-04T02:49:20 | 2019-04-04T02:49:20 | 149,059,990 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 273 | java | package com.example.strategy_pattern.demo3;
public class LanguageBook implements Discount {
@Override
public double BookDiscount(int pirce) {
double sum = pirce - 2;
System.out.println("LanguageBook单价为:" + sum);
return sum;
}
}
| [
"wangwei216@nou.com.cn"
] | wangwei216@nou.com.cn |
bca54b6e65cc90e6817f41141c8d11fa5c1ea270 | 4e2311e57c1a47a3194c4228ae1c96cd00f0e687 | /corejavatraining/src/com/vm/training/java/Exceptions/BalanceLow.java | 17d47c58be50c77f61be47ebd82e160c337da7fd | [] | no_license | prembattineni/core-java-Training | 0f9f9066c7a15673f64b151fe59cb71dfe4549ca | 532cd529b522f6cee84356e131ce85dbb7b66d82 | refs/heads/master | 2023-05-27T09:06:01.294927 | 2021-06-17T11:41:41 | 2021-06-17T11:41:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 226 | java | package com.vm.training.java.Exceptions;
public class BalanceLow extends Exception{
String message;
BalanceLow(String message)
{
this.message=message;
}
@Override
public String toString() {
return message;
}
}
| [
"prembattineni@gmail.com"
] | prembattineni@gmail.com |
9792fa2e6b48ce4a40539361c37ab96abc027085 | adbbec77dac4c016e5d9467d75924e60cdc2c6ea | /src/com/company/structural/proxy/ServiceInterface.java | a1955d483f69643594201881bfe9289a1b448153 | [] | no_license | Kid72/Test2 | b292e6d05ab10add4ac5b474245146d0cda9adb3 | 5a098fe873a3b2e40f08b732f0846ae9bf34d1fb | refs/heads/master | 2023-04-01T02:13:28.358858 | 2021-03-11T10:09:33 | 2021-03-11T10:09:33 | 345,728,754 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 99 | java | package com.company.structural.proxy;
public interface ServiceInterface {
void operation();
}
| [
"rauf.aliyev@cybernet.az"
] | rauf.aliyev@cybernet.az |
06b9134d302ee93c1cc24757f295c9cb59933482 | d60e287543a95a20350c2caeabafbec517cabe75 | /LACCPlus/HBase/3020_1.java | 127ee7e9ddf575037d59797050c14680c9ae1b41 | [
"MIT"
] | permissive | sgholamian/log-aware-clone-detection | 242067df2db6fd056f8d917cfbc143615c558b2c | 9993cb081c420413c231d1807bfff342c39aa69a | refs/heads/main | 2023-07-20T09:32:19.757643 | 2021-08-27T15:02:50 | 2021-08-27T15:02:50 | 337,837,827 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,572 | java | //,temp,THBaseService.java,7101,7128,temp,THBaseService.java,6581,6608
//,2
public class xxx {
public void onError(java.lang.Exception e) {
byte msgType = org.apache.thrift.protocol.TMessageType.REPLY;
org.apache.thrift.TSerializable msg;
isTableAvailableWithSplit_result re... | [
"sgholami@uwaterloo.ca"
] | sgholami@uwaterloo.ca |
1441e5dfb19a931fd03cc5abaff6bf9b98db1580 | 8196d31e59f4185d03fc7dbeb632f30d79c85b62 | /warehouse/src/main/java/com/gin/wms/warehouse/operator/Picking/PickingTaskActivity.java | c25a972c715808969165265dbab5652d899d381b | [] | no_license | kelvinks777/WMS_Android | 5cc274ea121ec2734057b9530e2ad5d3106dd51b | bb0e06ed87ec0e754cb1b6c285eb88a2761006b0 | refs/heads/master | 2020-05-02T02:31:45.331488 | 2019-03-26T03:22:48 | 2019-03-26T03:22:48 | 177,706,363 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 28,800 | java | package com.gin.wms.warehouse.operator.Picking;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.DialogFragment;
import android.support.v7.widget.CardView;
import android.view.LayoutInflater;
import android.view.MenuItem;
import android.view.View;
impo... | [
"vin7kelvin@gmail.com"
] | vin7kelvin@gmail.com |
bc422cc50e8e8fcc92504e3e02a7a504b4ace572 | 7cf82ae9bff36c887299928874b4c33b1a003d4d | /sparrow-zuul-gateway/src/main/java/org/ly817/sparrow/gateway/admin/mysql/DBDynamicRouteLocator.java | c6a785f992b61d2e452312c5bf977ec5d5dd0da2 | [] | no_license | LY817/sparrow | 21b624bcd5e78775129a70c14d93e95b6ad2691e | d049dea2b0eaa539081b5b1267916450258e81e3 | refs/heads/master | 2022-06-30T23:35:03.173454 | 2020-01-20T14:14:27 | 2020-01-20T14:14:27 | 231,089,116 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,170 | java | package org.ly817.sparrow.gateway.admin.mysql;
import org.ly817.sparrow.api.pojo.GatewayApiRoute;
import org.ly817.sparrow.gateway.dynamic.AbstractDynamicRouteLocator;
import org.ly817.sparrow.gateway.dynamic.ZuulRouteServiceDBImpl;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.a... | [
"luoyu817@126.com"
] | luoyu817@126.com |
45ea4271a73234c3b1a97d889e6f27a7e7319561 | 6bf8f155407b6614655e24f35edb473bf30aae9b | /app/src/main/java/com/example/xiao/weather/db/City.java | 734f192bed38d8b8d01e860b1f45b82f402d6a98 | [] | no_license | LinShuHang/Weather | c1c4babb9c24f4cbe223cafecf1d7b9004be4d62 | fe8d3a6f57dd87e0d67f1bf990e58fa1840f085d | refs/heads/master | 2021-07-17T10:56:24.252967 | 2017-10-22T02:12:50 | 2017-10-22T02:12:50 | 107,790,612 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 842 | java | package com.example.xiao.weather.db;
import org.litepal.crud.DataSupport;
/**
* Created by Xiao航 on 2017/10/18.
*/
public class City extends DataSupport {
private int id;
private String cityName;
private int cityCode;
private int provinceId;
public int getId() {
return id;
}
p... | [
"1910048110@email.address"
] | 1910048110@email.address |
981c81554b5b8afd9a4f7c502b950f9546bff153 | 8b8da9b3a7d3f661eff3f4bcf5bab027284670e3 | /ChessGame/com/chess/engine/board/Move.java | b6bd703b11e3d5da06a9ae94c06baa8f86191cf5 | [] | no_license | anthony5196/ChessGame | b495002b7f29a4381258f2aa9246e0a7bb4bf110 | c999acef32a98707a87e12868a41445d658ce41f | refs/heads/master | 2022-12-07T22:33:42.681337 | 2020-08-17T23:54:24 | 2020-08-17T23:54:24 | 288,093,312 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,972 | java | package com.chess.engine.board;
import com.chess.engine.board.Board.Builder;
import com.chess.engine.pieces.Pawn;
import com.chess.engine.pieces.Piece;
import com.chess.engine.pieces.Rook;
public abstract class Move{
final Board board;
final Piece movedPiece;
final int destinationCoordinate;
public static fin... | [
"noreply@github.com"
] | anthony5196.noreply@github.com |
e003487c38e90846e5ccff38c933622c6f532f0f | c57f5baf6f1c45136dcc19766d4cba7d31f8ce5a | /src/examples10/App.java | df8db44d1723222bc1715fec248843440611d15a | [] | no_license | jsimas/Java_MultiThreading_examples | fcb778551e94040613285a8da7be051dbbe7aeb5 | cc9beeecac1200649c7c782c6bdaa24c6e19884e | refs/heads/master | 2021-06-16T09:10:16.996330 | 2017-05-29T16:04:42 | 2017-05-29T16:04:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 273 | java | package examples10;
import javax.swing.SwingUtilities;
public class App {
public static void main(String[] args) {
SwingUtilities.invokeLater(new Runnable() {
@Override
public void run() {
new MainFrame("SwingWorker Demo");
}
});
}
}
| [
"jsimas@gmail.com"
] | jsimas@gmail.com |
282e9e94ccd404b715908fe372d7c05cb0889914 | 28352a778bda88af95caea91b8dddc4bafc25b3a | /backend/src/main/java/it/polito/ai/project/business/services/authentication/CustomUserDetailsService.java | 48691599134a869850ba078538746c5dd3ff5937 | [
"MIT"
] | permissive | ToMove2017/project | fc86042f9b993fa0ece91b144d0b46a91618d2b1 | 67aa5ba540e4025e9a42c0f3750a1c695f6354fd | refs/heads/master | 2021-03-22T04:49:47.795807 | 2018-08-02T09:39:44 | 2018-08-02T09:39:44 | 94,011,913 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,896 | java | package it.polito.ai.project.business.services.authentication;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.authority.AuthorityUtils;
import org.springframework.security.core.us... | [
"martinomensio@outlook.it"
] | martinomensio@outlook.it |
f833d414e498450510c138761d511d0e6696ec2b | cfe6fbd2773a918647294fc26e2c2f727097a28c | /src/logica/datos/TasadorBaseDatos.java | bc5ba8bc1e89e7b5fc2893ecb15fd559a3099468 | [] | no_license | aitormati99/PROYECTOINMOBILIARIA | d3e4e92d376c15c5c6d0182fa0ef7dfbbe391d59 | a82cb0002c93b841821a398b4489e4e0189d067f | refs/heads/master | 2023-02-17T17:54:41.632478 | 2021-01-15T15:36:42 | 2021-01-15T15:36:42 | 304,356,825 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 4,404 | java | package logica.datos;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.text.DateFormat;
import java.text.ParseException;
import java.util.ArrayList;
import java.util.Collections... | [
"aitor.matilla@opendeusto.es"
] | aitor.matilla@opendeusto.es |
5ecbe06c3284cbb5ffd3c42c4de3b2d0f25d15c3 | 848444eb6c7149cd9ebbfedda774731f86536a07 | /app/src/main/java/app/christhoval/rugbypty/models/Category.java | c677eace1d079dbf5399fae11368a5615884e545 | [] | no_license | christhoval06/rugby-pty-app | 3f81862098d0997c4fdb863a9875b14705867d0f | 542833d60afcfdf1b9a77a67eb76fbc1ffcd0dab | refs/heads/main | 2023-02-23T08:10:54.798286 | 2021-01-28T03:11:35 | 2021-01-28T03:11:35 | 333,631,105 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,403 | java | package app.christhoval.rugbypty.models;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.Serializable;
import java.util.ArrayList;
/**
* Created by christhoval
* on 07/26/16.
*/
public class Category implements Serializable {
public String _id;
public S... | [
"christhoval06@gmail.com"
] | christhoval06@gmail.com |
3a3df0b64c0ad26032e88a9e7d0bc9ed54d957ba | 1e212405cd1e48667657045ad91fb4dc05596559 | /lib/openflowj-3.3.0-SNAPSHOT-sources (copy)/org/projectfloodlight/openflow/protocol/ver15/OFBsnTlvIpv6PrefixVer15.java | 19b64cfde6682173bc31fe9d72f21a32b6e0f518 | [
"Apache-2.0"
] | permissive | aamorim/floodlight | 60d4ef0b6d7fe68b8b4688f0aa610eb23dd790db | 1b7d494117f3b6b9adbdbcf23e6cb3cc3c6187c9 | refs/heads/master | 2022-07-10T21:50:11.130010 | 2019-09-03T19:02:41 | 2019-09-03T19:02:41 | 203,223,614 | 1 | 0 | Apache-2.0 | 2022-07-06T20:07:15 | 2019-08-19T18:00:01 | Java | UTF-8 | Java | false | false | 9,989 | java | // Copyright (c) 2008 The Board of Trustees of The Leland Stanford Junior University
// Copyright (c) 2011, 2012 Open Networking Foundation
// Copyright (c) 2012, 2013 Big Switch Networks, Inc.
// This library was generated by the LoxiGen Compiler.
// See the file LICENSE.txt which should have been included in the sour... | [
"alex@VM-UFS-001"
] | alex@VM-UFS-001 |
e1e3764732a0b320c68d6ac8d2be4ddb88c775cb | a39ed46d1e54df79e4ba89479021173f5ddabf8d | /Mobile/odk/survey/src/org/opendatakit/survey/android/activities/MediaCaptureAudioActivity.java | 68e0eeb4b8d73e92c2308430a90cea4806e75e98 | [] | no_license | pforr/ME | f9666f426f11565e05b5654b9ab276ff68766df5 | 922c4eee8e12cfd02183a79af5a2f853b61c401a | refs/heads/master | 2021-01-21T13:33:37.209663 | 2016-05-27T06:55:33 | 2016-05-27T06:55:33 | 53,647,945 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,846 | java | /*
* Copyright (C) 2012-2013 University of Washington
*
* 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 la... | [
"hungvq@yahoo.com"
] | hungvq@yahoo.com |
6ba52a368f28d9a14e1c1346103499189f7ba6c1 | 855b4041b6a7928988a41a5f3f7e7c7ae39565e4 | /hk-core/src/main/java/com/hk/svr/impl/MsgServiceImpl.java | fe98777af3614d93cfbe57e671b83561e4ce9b85 | [] | no_license | mestatrit/newbyakwei | 60dca96c4c21ae5fcf6477d4627a0eac0f76df35 | ea9a112ac6fcbc2a51dbdc79f417a1d918aa4067 | refs/heads/master | 2021-01-10T06:29:50.466856 | 2013-03-07T08:09:58 | 2013-03-07T08:09:58 | 36,559,185 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 9,737 | java | package com.hk.svr.impl;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import com.hk.bean.PvtChat;
import com.hk.bean.PvtChatMain;
import com.hk.bean.SendInfo;
import com.hk.frame.dao.query.Query;
import com.hk.fra... | [
"ak478288@gmail.com"
] | ak478288@gmail.com |
8848b5771a911006b408e73a2b8d880adae4916e | b5d45036c5fa06c76cbe4f9e55e52d6ae014103d | /src/test/java/br/com/uendel/blogapp/web/rest/UserResourceIT.java | b0b4c399cd572c3705e9f7f47e8d0cbae677b986 | [] | no_license | UendelC/jhipster-example | bf11e3ff1a0981b79876bd4a3c6521827faa0dbd | cfa772072414c98c67057bc1bc5180e74f78570f | refs/heads/master | 2022-08-12T11:03:43.550385 | 2020-02-21T21:17:22 | 2020-02-21T21:17:22 | 240,012,086 | 0 | 0 | null | 2022-07-07T16:32:10 | 2020-02-12T12:52:31 | Java | UTF-8 | Java | false | false | 26,394 | java | package br.com.uendel.blogapp.web.rest;
import br.com.uendel.blogapp.AppApp;
import br.com.uendel.blogapp.domain.Authority;
import br.com.uendel.blogapp.domain.User;
import br.com.uendel.blogapp.repository.UserRepository;
import br.com.uendel.blogapp.repository.search.UserSearchRepository;
import br.com.uendel.blogapp... | [
"uendel.couto@gmail.com"
] | uendel.couto@gmail.com |
500b18744448fb7c5c8d9e93a94b9b83071d427c | 58bc27f14a27de1e5f36f19bea215d0e40e63c7a | /LCS/src/com/lcs/math/TeamTotal.java | 4e6d68db0145aca3fd83dcf7bcc7a1bb62fde470 | [] | no_license | junbin1/LCS | da97cec32e28630ec22d86187112884ce2e6cd86 | 03125eba4af9798b1a5ab5e99bc80b2ca68fae13 | refs/heads/master | 2020-06-05T11:09:39.167028 | 2014-06-11T22:49:48 | 2014-06-11T22:49:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 132 | java | package com.lcs.math;
public class TeamTotal {
// populate team default model
// use team JSON object to calculate total
}
| [
"junbinhuang@gmail.com"
] | junbinhuang@gmail.com |
77a8530b30e48043e86845b11e16ed152e4df093 | 4378205179a8ce56c9565afddebfb4361f482120 | /src/com/demo03/ForDemo01.java | 25051262795d6181cdf274d51fd9b6e326aaea0a | [] | no_license | qtvb1987/java08 | 63ac0dfe924584163ada8f2be37c288b2281fb27 | 7586c75610df6b0a3f73723c95f8206d58b68a5d | refs/heads/master | 2023-01-07T03:00:23.499934 | 2020-11-11T15:05:41 | 2020-11-11T15:05:41 | 298,840,115 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 237 | java | package com.demo03;
/**
* For
*/
public class ForDemo01 {
public static void main(String[] args) {
for (int i=0;i<10;i++){
System.out.println("hello"+i);
}
System.out.println("结束");
}
}
| [
"1503927265@qq.com"
] | 1503927265@qq.com |
dc7eb41eb7fd9633169d1682c1a674c55c151168 | ed7dfd75ae1e66b5b3842f4f0850c1caa4aec358 | /java_problems/introduction/JavaStdinStdout2.java | ba31abd0bb5f0d605c832f66abb19d27ed5e18e5 | [
"MIT"
] | permissive | Kshitij-Vijay/HackerRank | ce6e5a3ff4b6666294113fcdb4987ec4f4d6a94e | 24d6dd785dd6475ac3b7d08f393cdc2794b8c340 | refs/heads/master | 2022-04-09T15:32:38.319651 | 2016-11-12T17:19:28 | 2016-11-12T17:19:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,417 | java | package java_problems.introduction;
import java.util.*;
/*
* In this problem you just need to read the inputs from stdin and print them
* in stdout.
* Input Format:
* There will be three lines of input. The first line will have an integer. The
* second line will have a double number. The last line will ... | [
"rybread354@aol.com"
] | rybread354@aol.com |
2d6473fae6e2dd78d0e8d80e61f8674246ba39d2 | 3d5cd3e2066e8da1e4bc363ffc9af8463328be87 | /src/Main.java | 9e18bba1accf934ea65444d519e202dff62b1c4f | [] | no_license | Surgutov/Java1-2 | 42b06806d7f42592f7ca148486b3d18a3e248e45 | 48835725819da2418dc3f70f9301e2a08edf3afe | refs/heads/master | 2022-06-19T15:14:06.378285 | 2020-05-05T13:46:23 | 2020-05-05T13:46:23 | 261,178,623 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,107 | java | public class Main {
public static void main(String[] args) {
// TODO: подставлять номер карты нужно сюда между двойными кавычками, без пробелов
String number = "676196000494451892";
System.out.println(String.format("Result is %s", isValidCardNumber(number) ? "OK" : "FAIL"));
}
publi... | [
"surgutovpersonal@gmail.com"
] | surgutovpersonal@gmail.com |
85d9c59edd1a330f224ce3797b45e3107d5f8e52 | 6667472646670227d7101a93f7e9d15813eae420 | /helloWorled/src/helloWorled/helloWorled.java | f9bc8630d374a43fa345d6197f500d7528748e84 | [
"Unlicense"
] | permissive | mostafazaghlol/Java-UriOnline | 88306c27c0a65c8dfb66bc9fa829d23f4a13fd24 | 23deb1f6ed277fe139715acdbe53d0c92632d777 | refs/heads/master | 2021-01-20T00:05:27.842765 | 2017-06-14T03:34:19 | 2017-06-14T03:34:19 | 89,075,360 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 82 | java | package helloWorled;
public class helloWorled {
System.out.println("hi");
}
| [
"noreply@github.com"
] | mostafazaghlol.noreply@github.com |
b9b2a4921c102bae6e3465187542226a194ce74c | 3a2f6ce4873362e69ed4df7858cd6bd51190976f | /src/main/java/com/example/demo/datatypes/response/BaseResponse.java | 522aa84317c6664c5f02904fcd9f94caeb4e24d8 | [] | no_license | Naorsh/Checknmarx | 256b5c264a4246fed62d455d5e2227068ca3e2c2 | 5b4963b39590d7861a5ec65dab53e6653c540297 | refs/heads/master | 2023-02-03T02:27:22.687181 | 2020-12-23T15:18:22 | 2020-12-23T15:18:22 | 323,934,608 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 161 | java | package com.example.demo.datatypes.response;
import lombok.Data;
@Data
public class BaseResponse {
private String status;
private String message;
}
| [
"Naor301189@gmail.com"
] | Naor301189@gmail.com |
4b503c870cf76c887459d48283c02d32dd8d2581 | c326db0703172206a592fc8570414a471db348f3 | /ProyectSanax-ejb/src/java/co/edu/unipiloto/usuario/entity/Cita.java | 27c0604faca73457a6216f343d19d0cd56a96960 | [] | no_license | N1c0ep/RepositorioSanax | d2bc16b41c917ac3deedb479717f4bfd62b73848 | 549504131a001f5ae5f0aae90ceeb287a2f3dd9d | refs/heads/master | 2023-05-12T17:11:01.808714 | 2021-05-29T22:48:31 | 2021-05-29T22:48:31 | 353,785,534 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 4,724 | 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 co.edu.unipiloto.usuario.entity;
import java.io.Serializable;
import java.util.Collection;
import javax.persistence.B... | [
"jorgecardi00@gmail.com"
] | jorgecardi00@gmail.com |
9b3d63be0722147f6049a51db7d78bd514fc2bb8 | 171b363c8486306cb7453516de3eb150041e290c | /headFirstDesignPatterns/src/com/naren/headfirst/chapter4/factory/VeggiePizza.java | 22e1f2f800f4344cbb73a273128c83c6f67e9040 | [] | no_license | narendrar/practice | 482d37500575f7aed1cee704abdc376d32a69b8a | 705a482e684d2697da9ae22c43de64fadf2f30ba | refs/heads/master | 2020-05-23T03:20:53.169384 | 2020-03-21T05:18:26 | 2020-03-21T05:18:26 | 186,615,953 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 76 | java | package com.naren.headfirst.chapter4.factory;
public class VeggiePizza {
}
| [
"Narendra.Reddy@sabre.com"
] | Narendra.Reddy@sabre.com |
46911a707738e87b12b0f7db8ca35933462017b8 | 03d2e85e8c16a30e96ad341dd4a3d56e961a2917 | /services/LensService.java | 257891d4db73f19b11562236e79292ac3b27cb84 | [] | no_license | ViktorDimitrov1989/DBAppsExamPrep | 9e78607d74d234249886233d47de526604d4e8dd | efbacc9ea4c702c3ac803e6d21cdba3bc5c8e8b9 | refs/heads/master | 2021-06-25T13:16:58.833578 | 2017-08-12T18:30:36 | 2017-08-12T18:30:36 | 100,016,423 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 224 | java | package app.services;
import app.dto.add.AddLensDto;
import app.models.Lens;
import java.util.List;
public interface LensService {
void saveLens(AddLensDto lensDto);
List<Lens> findByIdIn(Iterable<Long> id);
}
| [
"viktor.dimitrov.1989@gmail.com"
] | viktor.dimitrov.1989@gmail.com |
e88cac7983f8aa65d54884bf586fe71ed1e8b523 | 1b1c7963a7d9c89b2da0ad6f6c8a76ce9ed1241a | /src/leetcode/pathSum113.java | 465de3b2521ea7ae00a7223abc6c0c3c7909acb1 | [] | no_license | AnnualSalary100W/algorithm | fdbeb23054cdf5737b78b42a43b25737e2ea5545 | 26c4aadf4c6413bba35a5b6b66ee3b3f34831cc5 | refs/heads/master | 2023-05-05T09:25:21.298782 | 2021-04-29T03:50:18 | 2021-04-29T03:50:18 | 264,645,862 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,572 | java | package leetcode;
import java.util.ArrayDeque;
import java.util.ArrayList;
import java.util.Deque;
import java.util.List;
public class pathSum113 {
public class TreeNode {
int val;
TreeNode left;
TreeNode right;
TreeNode(int x) { val = x; }
}
public List<List<Integer>> pathSum(TreeNode ro... | [
"57079809+AnnualSalary100W@users.noreply.github.com"
] | 57079809+AnnualSalary100W@users.noreply.github.com |
8ca9e6b76ada2a2c2cf184a6e5d37cf4df7b6dc7 | 1cd3a9a0ff4906157875fb355c930820145ced88 | /src/main/java/org/restlet/ext/simpledb/util/RestletUtil.java | 45918b0cb8275712fddf21d09abd41ff96a391d1 | [] | no_license | barchart/carrot-org.restlet.ext.simpledb | 250bbe186d2af9aee4051b7067ba099261a849f9 | 7c30c854f0c25d2d537dbe13763c3648bb53b86e | refs/heads/master | 2023-08-23T10:04:18.765301 | 2012-04-12T23:09:12 | 2012-04-12T23:09:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 718 | java | package org.restlet.ext.simpledb.util;
import org.restlet.Message;
import org.restlet.resource.UniformResource;
public class RestletUtil {
public static String componentURI(String path) {
String uri = "riap://component" + path;
return uri;
}
public static String getReqAttr(UniformResource resource, String na... | [
"Andrei.Pozolotin@gmail.com"
] | Andrei.Pozolotin@gmail.com |
fc167f9f11e2783303fe4050d259d63a4b929403 | 470fccd48db81589d3e5332eff851b919d703b07 | /hulkstore/src/main/java/com/store/hulkstore/dominio/servicio/ProductoServicio.java | d6ac50c18e7b681f0961ebf6c572d1fad4679e91 | [] | no_license | reylycans/Prueba-java | 4460dc28d129523027e3c6257349b05c2fdc4d60 | 5781a3bd1e7ab5ba07bbb84268f60d2cee9bce7f | refs/heads/master | 2023-04-04T06:51:24.199704 | 2021-04-19T04:18:10 | 2021-04-19T04:18:10 | 359,326,531 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 791 | java | package com.store.hulkstore.dominio.servicio;
import com.store.hulkstore.dominio.modelo.Producto;
import com.store.hulkstore.dominio.repositorio.ProductoRepositorio;
import com.store.hulkstore.infraestructura.persistencia.entidad.ProductoEntity;
import org.springframework.stereotype.Component;
import java.util.List;
... | [
"m-ricardo_07@hotmail.com"
] | m-ricardo_07@hotmail.com |
50d587f75292ff8209c9a9440198beb930be4c07 | 838b4b5c690fdc28fd3ed7dd3e12a82a22913483 | /hrms/src/main/java/ilayda/hrms/business/concretes/AuthManager.java | 9784af8900a84d8c1144eb1611a85b90ac51d545 | [] | no_license | ilaydaez/HumanResourcesManagementSystem | 0c4839553115286184e9e26efb8211f6c0d26521 | 0c68f466459b3d457d81b182deb17e9535c1e5b0 | refs/heads/master | 2023-05-30T01:58:59.602994 | 2021-06-04T13:37:51 | 2021-06-04T13:37:51 | 367,191,630 | 6 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,497 | java | package ilayda.hrms.business.concretes;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import ilayda.hrms.business.abstracts.AuthService;
import ilayda.hrms.business.abstracts.EmployeeService;
import ilayda.hrms.business.abstracts.... | [
"ilaydaez64@gmail.com"
] | ilaydaez64@gmail.com |
6c596c8366eda02a148bbb5c75c038ebb2c8585b | 64e16b491b0db004e2a04d81d061cf1d0bdde1cb | /src/main/java/br/com/exemplo/angular/pessoaservice/JWT/JwtAuthEntryPoint.java | 7e543fc08b0ab9faafc3b99db255dfb98c982eb3 | [] | no_license | francisco01/ApiJava | 2fc5379f6554e72f55c0db401567034c90a4b3bf | 762905fa4f7a37e6e18ece7610d9147be92788f1 | refs/heads/master | 2020-07-16T07:26:24.763521 | 2019-09-13T17:26:41 | 2019-09-13T17:26:41 | 205,747,309 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,081 | java | package br.com.exemplo.angular.pessoaservice.JWT;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.security.core... | [
"frneto@NTB144327.corp.capgemini.com"
] | frneto@NTB144327.corp.capgemini.com |
5f9d8a783065ebd8033815a0349b219948cd3de4 | 039037fe29729a9120821a5aea79d0f3fef416eb | /Java/RestfulAPI/src/main/java/com/hxhy/config/exception/LoginAttempFailureException.java | 8f9ba7d0ed3695d82688e9d7ebe5b1f5911ede11 | [] | no_license | hmhcy/Common | ea17c61042c4268337c4f5b7ed44fcefd6fd38ab | c70988a1f00a6c034cda7b845d7fe25ed3f8696e | refs/heads/master | 2021-01-22T22:24:42.141133 | 2018-06-15T02:51:16 | 2018-06-15T02:51:16 | 85,543,249 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 336 | java | package com.hxhy.config.exception;
public class LoginAttempFailureException extends Exception {
/**
*
*/
private static final long serialVersionUID = 5708879678025194865L;
public LoginAttempFailureException() {
super("尝试登陆次数超出限制");
}
public LoginAttempFailureException(String s) {
super(s);
}
}
| [
"cynthiahmh@gmail.com"
] | cynthiahmh@gmail.com |
921b2a342c47e64526b740fa4de986fada813611 | 602fd38ea7d275e7e93f9a20f2321f00aca1d5bf | /qsq-test/src/main/java/com/qsq/test/po/SysUser.java | b687874950898ac854edc79836dfcf78931a1fe3 | [] | no_license | javaqsq/qsq-future | 9b372b45cba55da8c0e90663134cf73094caff11 | 2be28560648f0671b4df3d710acd325ece65c8d0 | refs/heads/master | 2020-12-07T23:38:55.910342 | 2020-05-11T13:11:19 | 2020-05-11T13:11:19 | 232,826,838 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,186 | java | package com.qsq.test.po;
import com.baomidou.mybatisplus.annotation.IdType;
import java.util.Date;
import com.baomidou.mybatisplus.annotation.TableId;
import com.qsq.common.model.BaseEntity;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.experimental.Accessors;
/**
* <p>
* 用户表
* </p>
*
* @aut... | [
"1113948520@qq.com"
] | 1113948520@qq.com |
a6c708e466c25ee9d324f17633570fe6375d2574 | 31834723aa1d231a212e977618c18a78a0f9d0a5 | /reservation/src/main/java/kr/or/connect/reservation/dto/Promotion.java | 49f35f162cba6d1b2f0506bfc067d1f4a5f78b6c | [] | no_license | minsung8/Spring_ReservationProject | 306a3df27a827990a5f6c77f6e0324ceb8106aa7 | d1ccad648a2d2f5914fa3fb0c9d22e0df50f98cd | refs/heads/master | 2023-01-05T10:35:18.262659 | 2020-10-23T13:20:15 | 2020-10-23T13:20:15 | 295,557,183 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,557 | java | package kr.or.connect.reservation.dto;
public class Promotion {
int id;
int productId;
int categoryId;
String categoryName;
String description;
int fileId;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public int getProductId() {
return productId;
}... | [
"alstjddl8@naver.com"
] | alstjddl8@naver.com |
81e3f192de3d114348ad693820f1b1fd89269292 | c37d2a36312534a55c319b19b61060649c7c862c | /app/src/main/java/com/spongycastle/cms/OriginatorInformation.java | 4c37662e327ff5a92bd097bb82fe9b5eb39e7b68 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | trwinowiecki/AndroidTexting | f5626ad91a07ea7b3cd3ee75893abf8b1fe7154f | 27e84a420b80054e676c390b898705856364b340 | refs/heads/master | 2020-12-30T23:10:17.542572 | 2017-02-01T01:46:13 | 2017-02-01T01:46:13 | 80,580,124 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,702 | java | package com.spongycastle.cms;
import java.util.ArrayList;
import java.util.Enumeration;
import java.util.List;
import com.spongycastle.asn1.ASN1Encodable;
import com.spongycastle.asn1.ASN1Primitive;
import com.spongycastle.asn1.ASN1Sequence;
import com.spongycastle.asn1.ASN1Set;
import com.spongycastle.asn1.cms.Origi... | [
"trw0511@gmail.com"
] | trw0511@gmail.com |
05e6b49a5c76dba02449dc7dfda1e0e55e5a7e54 | 964bb72c38ef49bd0dbef5833a5c1981c49e2607 | /src/com/lamp/gxpk/adapter/HomeVpAdapter.java | 9eb97ebb922ed11cfc9baa987af8cfdc764ecbb4 | [] | no_license | lgxing/pianke | b977c056db51114a13dbfd3ec262d5a285f48294 | 46e19680f847d5f7f969d76c2ccd921b8dc01c8c | refs/heads/master | 2021-01-10T08:43:37.747283 | 2016-04-05T12:51:18 | 2016-04-05T12:51:18 | 55,507,345 | 1 | 0 | null | null | null | null | GB18030 | Java | false | false | 682 | java | package com.lamp.gxpk.adapter;
import java.util.List;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import com.lamp.gxpk.base.BaseFragment;
/**
* 主页面ViewPager的Adapter
* @author Administrator
*
*/
public class HomeVpAdap... | [
"158775091@qq.com"
] | 158775091@qq.com |
cb77df6286aeea0e90451fce32e46b2bbdec67a9 | b0b8944ec2fb017479e0b5337c5fe891f11ab389 | /xcschool-server/src/main/java/com/example/xcschoolserver/util/Resp.java | 03bad64f9b10b4517069a2ab02e51063ecb41b56 | [] | no_license | poll0524/xc_project | 7fd503a4f5f616bab616b179a3d345aaa87996b4 | e90d15f677a419f04c83cc6b4c1efd9e6d060a02 | refs/heads/master | 2023-02-11T01:41:48.135460 | 2021-01-01T10:29:27 | 2021-01-01T10:29:27 | 326,009,276 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,122 | java | package com.example.xcschoolserver.util;
/**
* 响应实体
* @author sunnyzyq
* @since 2019/04/23
*/
public class Resp<T> {
public static final int SUCCESS = 0;
public static final int ERROR = 1;
int code = SUCCESS;
String msg;
T body;
public Resp() {}
public Resp(T t) {
this.body ... | [
"2293336057@qq.com"
] | 2293336057@qq.com |
ffa4d766362dbafcb60d7277ca542440d59c13e3 | 642909ac958375593293d630a70166357df67a67 | /fsa.java | 0355c2a923cfa460f5983ecc2b2be34c968659a6 | [] | no_license | theyruu122/CS311Proj1 | 2516ee0a6d2ddb9be47a9a13f95124123fdfb875 | 61db3ff3f6fb10229797e3acd06543be1cfb9af9 | refs/heads/master | 2021-01-19T15:29:54.166020 | 2012-10-18T15:56:34 | 2012-10-18T15:56:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,692 | java | /**
* Date: October 18, 2012
* Course: CS311-01
*
* Description:
* Universal Finite State Automata
* Compile:
* Compile this file : javac fsa.java
*/
import java.io.BufferedReader;
import java.io.DataInputStream;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStre... | [
"theryuu@gmail.com"
] | theryuu@gmail.com |
d956f4411509c36a0063e590136284972320b3b5 | 1de2721fda45d5ac71547eda0ab912ddb5855b5e | /android-app/src/main/java/org/solovyev/android/calculator/about/CalculatorReleaseNotesFragment.java | 56754d85b820a6f8995633d25ea2d93a75f50ff8 | [] | no_license | GeekyTrash/android-calculatorpp | d0039cb3fd33cb8df3cf916deec34bfdb656ae0f | 73bcbde57bbe21121b7baac29ee06667560bd383 | refs/heads/master | 2020-12-25T03:10:30.856463 | 2013-04-01T09:08:05 | 2013-04-01T09:08:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,680 | java | /*
* Copyright (c) 2009-2011. Created by serso aka se.solovyev.
* For more information, please, contact se.solovyev@gmail.com
* or visit http://se.solovyev.org
*/
package org.solovyev.android.calculator.about;
import android.content.Context;
import android.os.Bundle;
import android.text.Html;
import an... | [
"se.solovyev@gmail.com"
] | se.solovyev@gmail.com |
eb987ec7bb1cef2e63b5a25849ebc476b0ed8e3d | 0a99304acf75dff6620d931b8ec1e1e5a8d9f543 | /app/src/main/java/com/ysy15350/easyquickcustomer/account/MainBusinessListViewInterface.java | 20d37cdd6e665bf6c38086c81e69fbd9627f25a1 | [] | no_license | ysy15350/EasyQuickCustomer | 1aac5bcab1480aa724ca37daa594674d92f3f4d7 | 65f7ca2059dc3b95345d4620aa98e4b805084c20 | refs/heads/master | 2021-08-30T20:55:19.490710 | 2017-12-19T12:01:57 | 2017-12-19T12:01:57 | 114,760,266 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 207 | java | package com.ysy15350.easyquickcustomer.account;
import api.base.model.Response;
public interface MainBusinessListViewInterface {
public void bank_cardlistCallback(boolean isCache, Response response);
}
| [
"ysy15350@gmail.com"
] | ysy15350@gmail.com |
1fffe7824b4bda5993730c9276d2a28633ed2ea4 | ac6da3a1cbed381ecadf766ddca2d1fa8011ddc2 | /EnterpriseApp-ejb/src/test/java/com/bonarea/service/StudentBeanTest.java | 326356ab922dcb119c9345ad39b617b1d0ac4903 | [] | no_license | Xarli9/enterprise | 43e8d5bf6696c67f6fbc50319b3f003b74317f5c | 3b5fb1b0c47ed2938100537664cf5eb9bb11d5d5 | refs/heads/master | 2021-05-04T13:01:20.801986 | 2018-02-05T13:04:09 | 2018-02-05T13:04:09 | 120,305,603 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,736 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.bonarea.service;
import com.bonarea.model.Student;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
... | [
"carles@nou.cat"
] | carles@nou.cat |
52e04c282797979f93d89631c5a229bb7643ef79 | 47f08412d4a519c2977857018196f85cc8c5cc3c | /src/exception/Car.java | 1800b6aba384ce2d3d982357bb7e2e9d40cddf9a | [] | no_license | Stason1o/Java-Exceptions | 9f35456f6e978c67da5fa6bf321846edfabbeac4 | c9e8c3b9033f7c9fab872368232d541c808ef787 | refs/heads/master | 2021-01-01T05:19:44.283553 | 2016-04-20T17:01:31 | 2016-04-20T17:01:31 | 56,142,833 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,865 | java | package exception;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.util.ArrayList;
import java.util.InputMismatchException;
import java.util.Scanner;
class Car {
ArrayList<Crashes>... | [
"stasikus1996@gmail.com"
] | stasikus1996@gmail.com |
5008f00948b5e1ca9141cdbf2d6c54699f0a052d | c6506e4c6206e5b227b5f284f484167c5b2ab345 | /tile/domain/src/main/java/com/exercise/tarmag/dao/CustomerDao.java | f9c98b140142da9677ef5be7c80edc3b3c856f33 | [] | no_license | yranibee/exercise | 2fd765af9b61eef321605c9ce83b7378a05fcb1d | af1a6bd6626595b22505fd9d11be61639e2812cd | refs/heads/master | 2021-07-09T16:28:18.636731 | 2017-10-10T06:46:49 | 2017-10-10T06:46:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,787 | java | package com.dt.tarmag.dao;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.stereotype.Repository;
import com.dt.framework.dao.DaoImpl;
import com.dt.framework.util.Constant;
import com.dt.framework.util.Page;
import com.dt.tarmag.model.Customer;
import ... | [
"facheng.wang@otms.cn"
] | facheng.wang@otms.cn |
106a511c7d164ed5c297582300cdbcb11c233925 | 6a5e1c7fd25e38251c19b74ab719f659d767c416 | /archive-transformation-steps/src/main/java/ui/steps/numberrange/NumberRangeDialog.java | ca40858237649eb19e5c68ab0825d9ad0e4e3b78 | [
"Apache-2.0"
] | permissive | marciojv/hopOLD | d734576991460ee9275602a505a4d806c166b1a3 | 461d0608069fd5c66ac3113ca03f94417353a0c4 | refs/heads/master | 2022-04-13T23:14:29.027246 | 2020-04-08T17:19:13 | 2020-04-08T17:19:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,709 | java | /*! ******************************************************************************
*
* Pentaho Data Integration
*
* Copyright (C) 2002-2017 by Hitachi Vantara : http://www.pentaho.com
*
*******************************************************************************
*
* Licensed under the Apache License, Version... | [
"mattcasters@gmail.com"
] | mattcasters@gmail.com |
a41a04efa158c05c1dc77d3102a25976b43943ec | 4282b4f9001df8d0b540fa7eef4d5dc4ca3f2f24 | /src/main/java/com/practice/jpashop2/domain/Item.java | 3d01f1b0363c1aba1f4c88969891bcbee4b934c0 | [] | no_license | yeonnwoo/SimpleShop | b8ff2b7b77a5ed374ec85f11a3757f13f5ef4f93 | 1f11badca84d679c2bfb2c18eb2496c901beb17d | refs/heads/main | 2023-06-12T08:10:03.134215 | 2021-07-10T00:37:32 | 2021-07-10T00:37:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,111 | java | package com.practice.jpashop2.domain;
import com.practice.jpashop2.exception.NotEnoughStockException;
import lombok.Getter;
import lombok.Setter;
import javax.persistence.*;
import java.util.ArrayList;
import java.util.List;
@Entity
@Inheritance(strategy = InheritanceType.SINGLE_TABLE)
@DiscriminatorColumn(name = "d... | [
"qute726@gmail.com"
] | qute726@gmail.com |
9488f7082623d8cb770598ffc21250b8033d5cf2 | d92aa574eaadbb717cecc01dfc32f1780ae105f8 | /src/main/java/com/barbara/pereira/vacina/controller/AplicacaoVacinaController.java | 7e8b4bff99904833d1f4fa3a896aa36ff03ac578 | [] | no_license | barbarapereira/teste-api-vacina | 237c25663c66d343bea3607b78e77a59ef9e23ee | 2307d3ff9f69f01cb69e3e68d967d1d4052ca763 | refs/heads/main | 2023-03-23T04:00:37.888608 | 2021-03-04T19:30:34 | 2021-03-04T19:30:34 | 344,296,239 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,094 | java | package com.barbara.pereira.vacina.controller;
import com.barbara.pereira.vacina.dto.AplicacaoVacinaDto;
import com.barbara.pereira.vacina.dto.UsuarioDto;
import com.barbara.pereira.vacina.entity.AplicacaoVacina;
import com.barbara.pereira.vacina.entity.Usuario;
import com.barbara.pereira.vacina.repository.AplicacaoVa... | [
"barbara.pereira1990@gmail.com"
] | barbara.pereira1990@gmail.com |
b1f023081822c46e839bd2f14f95727a5b58df2b | 78318a61a32be442ecdf809a36f5fcd8ef960722 | /src/main/java/net/tx0/jason/Json.java | 9f25e796e994eac2fc8554fa50db4ee46513f966 | [
"MIT"
] | permissive | gl1tor/jason | e8b6462efa99e774988368052c19d05c049189ad | 70500e71dde77dc426be85088c4c154e16309503 | refs/heads/main | 2023-05-13T01:32:50.444534 | 2021-05-31T18:57:37 | 2021-05-31T18:57:37 | 372,593,398 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,997 | java | package net.tx0.jason;
import java.io.*;
import java.nio.charset.Charset;
/**
* <h1>Json serialization library</h1>
*
* <h2>Features</h2>
*
* <ul>
* <li>Provides JSON serialization and deserialization</li>
* <li>Json arrays and objects implement {@link java.util.List}s and {@link java.util.Map}s </li>
... | [
"gl1tor@tx0.net"
] | gl1tor@tx0.net |
ccba89a903e25c96ec48c723c292ed94914c503a | 5a9fed26917d37054ee84d6eaf24d12d2fd0d9ba | /zhouhangbasicPlus/src/com/zhouhang/day08homework/test03/Test03.java | 953d574d1e0cfc4b877e473a4e70af25f5ea9163 | [] | no_license | AntonyZhouPlus/basicProject | 6deaecc707f6280b2de05c1944763530f777afa6 | 0ab867d8d60e72c04ea8b834bf0163fdd03cc8b4 | refs/heads/master | 2020-03-18T21:38:33.134152 | 2018-06-15T02:15:05 | 2018-06-15T02:15:05 | 135,291,876 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 781 | java | package com.zhouhang.day08homework.test03;
/**
* com.zhouhang.day08homework
*
* @author zhouhang
* @date 2018/6/8 下午8:39
* 描述:猴子吃桃子问题,猴子第一天摘下若干个桃子,当即吃了快一半,还不过瘾,
* 又多吃了一个。第二天又将仅剩下的桃子吃掉了一半,又多吃了一个。
* 以后每天都吃了前一天剩下的一半多一个。
* 到第十天,只剩下一个桃子。试求第一天共摘了多少桃子?
*/
public class Test03 {
public static void main(String[] a... | [
"376083839@qq.com"
] | 376083839@qq.com |
999ae0fb69ec85e3051253b2c8c7bfce40231bc6 | adf5c6aa53341d88b620f7d11897e085a48e07eb | /src/edu/ucsb/cs56/drawings/colinmai/advanced/WritePictureToFile.java | 8a3cd6fda44cc360340f450d45065f93e6b310a8 | [
"MIT"
] | permissive | jmangel/F16-lab04 | 2f2bbe634b345c97c384ed558699195c4c7d1e3d | 2bc3b05a04ddf2faba2616d00540ce1aaa141f80 | refs/heads/master | 2021-01-11T05:34:08.509872 | 2016-11-05T21:16:22 | 2016-11-05T21:16:22 | 71,507,014 | 0 | 9 | null | 2016-11-05T21:14:30 | 2016-10-20T21:47:32 | Java | UTF-8 | Java | false | false | 2,696 | java | package edu.ucsb.cs56.drawings.colinmai.advanced;
import java.awt.image.BufferedImage;
import java.awt.Graphics2D;
import java.io.File;
import javax.imageio.ImageIO;
import java.io.IOException;
/**
* A class with a main method that can write a drawing to a graphics file.
*
* @author P. Conrad,
* @v... | [
"colinmai@umail.ucsb.edu"
] | colinmai@umail.ucsb.edu |
dcbde1a1b61413e39d1abe49bebb3a35867c1bc8 | a0abc81533d9c8acbffd2b5771f08799c5d733dc | /Java/176_E_Second_Highest_Salary.java | b0d98c1be73be5cafbe51c649fbf9b160525a07c | [] | no_license | yashadukia/leetcode-solutions | 25c28d0251410ce11a55f570f834dfd6aef6e9cc | 0443a2a0a986a1c8981157a7f90c1c40f30aa6b5 | refs/heads/main | 2023-05-10T12:41:24.521823 | 2021-05-22T18:03:09 | 2021-05-22T18:03:09 | 357,020,786 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 788 | java | # Write your MySQL query statement below
SELECT (
SELECT DISTINCT Salary FROM Employee
ORDER BY Salary DESC
LIMIT 1 OFFSET 1) AS SecondHighestSalary;
# The SELECT DISTINCT statement is used to return only distinct (different) values.
# Inside a table, a column often contains many... | [
"adukia.yash@gmail.com"
] | adukia.yash@gmail.com |
30f160a02ccbe058aabe7c6b3f48712122915c6b | da2647e6ff3a28a68909e3d4249fecfa145a4c69 | /app/src/main/java/com/simona/todo/to_doapp/controller/ItemVOAdapter.java | a0a8671676548e992257af149f129340d105dccf | [] | no_license | Simute/Simute | d0aba90832e444c8bcbd179d988e484cc1f06263 | 91b2833166f04cf04af4394317065891c1591c1f | refs/heads/master | 2021-05-08T14:41:00.388475 | 2018-02-03T13:59:00 | 2018-02-03T13:59:00 | 120,094,775 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,617 | java | package com.simona.todo.to_doapp.controller;
/**
* Created by Simonos on 2/3/2018.
*/
import android.content.ContentValues;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widge... | [
"you@example.com"
] | you@example.com |
735c375262d80b397e30e71a705b4068d832d84d | 995df1d32ffae384eabb36f5770f6a9d3c9e791e | /QuizGenerator.java | 883e749c5f94f12003d1254a68a9d7d8ee5dee61 | [
"MIT"
] | permissive | AditiSharma97/QuizApplication | 8a1b70df0827c067e8fe01533ecdd572a906b110 | 615365988be723d4ef214772b789d28b81967602 | refs/heads/master | 2021-08-20T05:59:24.090861 | 2017-11-28T10:49:13 | 2017-11-28T10:49:13 | 112,321,108 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,431 | java | import java.io.*;
import java.util.*;
import java.lang.*;
class QuizGenerator
{
static MultipleChoiceQuestion [] mcqarr = new MultipleChoiceQuestion [1];
static TrueOrFalseQuestion [] tofarr = new TrueOrFalseQuestion [1];
static FillInTheBlanksQuestion [] fitbarr = new FillInTheBlanksQuestion [1];
static Question ... | [
"aditi.asia@gmail.com"
] | aditi.asia@gmail.com |
e8dad065c47477a5d749e770d74af558d51646e6 | 4342f5ad625ef161509d661bb851115135b86d45 | /src/main/java/alkemy/service/ProfessorServiceImpl.java | 09d2d6654d753b84f05b5f234f4018a9b2c4b1b7 | [] | no_license | fransantt0s/AlkemyChallenge | ff4ced2b653a13a63c15dcb5d5583fe6886458e5 | f730ba5931ac05bdf0f1e97fe73526c6a6b22c9d | refs/heads/master | 2023-03-16T05:20:44.086446 | 2021-02-27T22:19:28 | 2021-02-27T22:19:28 | 342,969,941 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,031 | java | package alkemy.service;
import alkemy.dao.ProfessorDao;
import alkemy.domain.Professor;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.util.List;
@Service
public class Professor... | [
"francosantos874@gmail.com"
] | francosantos874@gmail.com |
009f6fb7980eb84bdb25de9d82664c9c3ceeda5e | 1b28b9341ca4260d91c78fb1a3506df840adc621 | /adventura-ancient-hero/src/UI/VeciProstor.java | 9d5edd411a4538b55c1dea9b431337ac74cf7eff | [] | no_license | NightingaleV/4it115-sw-ing | 48c114a9f3a242321b0be807c56e8f9a135b8142 | faeaa63af8ee43e8b3cfaa7ff22bfe5f7d365d64 | refs/heads/master | 2021-08-20T08:52:17.870243 | 2017-11-28T16:57:26 | 2017-11-28T16:57:26 | 105,562,855 | 0 | 0 | null | 2017-11-21T09:45:35 | 2017-10-02T17:21:42 | HTML | UTF-8 | Java | false | false | 4,286 | java | package UI;
import javafx.scene.layout.AnchorPane;
import java.util.Map;
import javafx.event.EventHandler;
import javafx.scene.control.Button;
import javafx.scene.control.Label;
import javafx.scene.control.TextArea;
import javafx.scene.image.Image;
import javafx.scene.image.ImageView;
import javafx.scene.input.MouseEv... | [
"vitezslavik@gmail.com"
] | vitezslavik@gmail.com |
7b30f14ae517a6061010c0cafe84db2f896b2654 | 6cee9d4fa32fb431707d97fff9bb9ac77c4f0f17 | /src/test/java/com/companyslack/app/web/rest/UserJWTControllerIT.java | bea5c287003727de7f309c34bff17159df554a97 | [] | no_license | minhnc3012/jhipster-mt-sample-angular | 300f41307509eec0471353ba94e97936384d82b0 | a9009afb83cbfcdbd840dcb25b83e0bb074d5dd4 | refs/heads/master | 2022-03-16T15:01:47.888331 | 2019-12-10T10:16:08 | 2019-12-10T10:16:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,832 | java | package com.companyslack.app.web.rest;
import com.companyslack.app.SampleMultitenancyAppAngularApp;
import com.companyslack.app.domain.User;
import com.companyslack.app.repository.UserRepository;
import com.companyslack.app.security.jwt.TokenProvider;
import com.companyslack.app.web.rest.errors.ExceptionTranslator;
im... | [
"charlotte.fawsitt@sonalake.com"
] | charlotte.fawsitt@sonalake.com |
3120aca8f342b3e3caddab00eab8d5aadc3b53fb | b5e3afc17bde0a3499af56b75cdefb5c371da081 | /src/main/java/com/javalearning/demo/concurrency/concurrency_collection/blocking_collection/linkedblockingdeque/Main.java | 3d3ed0b1e505b87faa467bd0ab914308be170d13 | [] | no_license | hhliagn/java-learning | c04ee451f743367adafae94f929400fb8dd77476 | 6c3fc36ba99dc75286709b8c05784354d10e5533 | refs/heads/master | 2022-06-30T08:17:14.027765 | 2021-06-16T13:30:24 | 2021-06-16T13:30:24 | 230,693,009 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,169 | java | package com.javalearning.demo.concurrency.concurrency_collection.blocking_collection.linkedblockingdeque;
import java.util.Date;
import java.util.concurrent.LinkedBlockingDeque;
import java.util.concurrent.TimeUnit;
public class Main {
public static void main(String[] args) {
LinkedBlockingDeque<String>... | [
"811467665@qq.com"
] | 811467665@qq.com |
f7c3a8e387797a1dbc0e2e4f1f86d7f25a11d32b | 2cb3ee5d082a54ab0a7ed39fa74c8726787ce5e2 | /src/uva/Conection.java | 4af246acab295cee3fa369a834d8be6df6d904ef | [] | no_license | srodrigo23/java-tricks | 9f9d56828feacf52665b7d2074be5f69c3f62066 | 24ad1453352536e5a5670d6e4715250b2e938374 | refs/heads/master | 2023-07-30T15:34:25.433340 | 2021-09-16T22:24:17 | 2021-09-16T22:24:17 | 322,155,931 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,469 | java |
import com.dropbox.core.DbxException;
import com.dropbox.core.DbxRequestConfig;
import com.dropbox.core.v2.DbxClientV2;
import com.dropbox.core.v2.files.GetTemporaryLinkResult;
import com.dropbox.core.v2.files.ListFolderResult;
import com.dropbox.core.v2.files.Metadata;
import com.dropbox.core.v2.users.FullAccount;
im... | [
"rodrigosergio93@gmail.com"
] | rodrigosergio93@gmail.com |
895c42703d583beb45f038507ecfe8a690b986b1 | 8c6ada212e005a40a55fb9d7ad9724fec9bf1005 | /src/main/java/org/qi_bench/api/root/ElectronicRegulatoryPortalsResource.java | 8bbc4b794beaa163ec8db5a03a9ff4d5529e9a1a | [] | no_license | cpatrick/QI-Bench-Java-API | 001e0c8847a03f14f0086a8d965b0e8f042f9beb | 40833faeebea1b30fced21b0d1309eaff00c5ad2 | refs/heads/master | 2020-04-17T16:41:35.952332 | 2013-06-25T13:03:39 | 2013-06-25T13:03:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,181 | java | package org.qi_bench.api.root;
import org.qi_bench.api.domain.ServeStaticFile;
import javax.ws.rs.DefaultValue;
import javax.ws.rs.GET;
import javax.ws.rs.HeaderParam;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
import javax.ws.rs.WebApplicationException;
import javax.ws.rs.core.StreamingOutput;
import java.... | [
"gary.wernsing@me.com"
] | gary.wernsing@me.com |
bd7edb23be443db870073076363003cefecc7b26 | 4a2ff4f4787435511932d16dc22dd4143a6b5c68 | /src/sample/controllers/ControllerTask.java | 9f8d61027ae4b7d297f6566282d2a6477e334fe0 | [] | no_license | stephanieyao11/bot-o-mat | dbd5fcb74b6d94b98645517bfc30f8bd984e8d3f | 3149aef6a4f7c619869ff3c0e5ed74b9d0e5d18b | refs/heads/master | 2023-01-22T19:44:07.859269 | 2020-11-22T21:34:49 | 2020-11-22T21:34:49 | 314,941,168 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,049 | java | package sample.controllers;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.scene.control.*;
import javafx.scene.input.MouseEvent;
import javafx.scene.text.Text;
import java.util.Map;
import java.util.HashMap;
... | [
"syao72@gatech.edu"
] | syao72@gatech.edu |
e8b2d0ea9441c3cc13b00f31498a5249b7d01260 | c6e0db866dfb97374cacc22e5de16bf64ab47278 | /fireworm-lib/src/main/java/at/d4muck/fireworm/reflection/read/InstanceReferenceReader.java | f21e83cc3790bcc411f6dafb592c250e7488a7bf | [
"Apache-2.0"
] | permissive | D4Muck/fireworm | 6b763e3253e093f6734e6a7103c59b00264b2b14 | 477e34df1ba65c23a4c89d8fe554724e3e564b5d | refs/heads/master | 2021-01-21T00:45:11.045484 | 2016-07-07T07:04:56 | 2016-07-07T07:04:56 | 62,450,368 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,710 | java | /*
* Copyright 2016 Christoph Muck
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... | [
"muckz11@gmail.com"
] | muckz11@gmail.com |
11050cadc4f006f89dc2074adcd110b50b67e33e | a34cba2c3d8c295416aeb5f2f0b9a15b7151b0b6 | /src/msc/slt/student_slt.java | 2be6a70374e8d7d9366499e9c9373d1732ad1090 | [] | no_license | gnosis-xian/StudentMarkManagement | 05694dda8626c1252f9a46391e24acf09ba3412e | 97e7525850f24bd635e45f3fc658c31c5ab87005 | refs/heads/master | 2021-06-25T11:12:15.255230 | 2017-09-11T02:55:47 | 2017-09-11T02:55:47 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 5,477 | java | package msc.slt;
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.SQLException;
import java.util.Vector;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.se... | [
"gaojing1996@vip.qq.com"
] | gaojing1996@vip.qq.com |
54baa7b96a27f059f7e5ee44c6a41efda8b466a6 | 5f82aae041ab05a5e6c3d9ddd8319506191ab055 | /Projects/Math/42/src/test/java/org/apache/commons/math/util/MathUtilsTest.java | 824e612b81acf1d7cf4a31c20ade672fe74d819b | [] | no_license | 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 | 12,602 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with this
* work for additional information regarding copyright ownership. The ASF
* licenses this file to You under the Apache License, Version 2.0 (the
* "License"); you may n... | [
"2890268106@qq.com"
] | 2890268106@qq.com |
3c2a4e30dbbc5fc18c8cd1d89fa670b0cf0dc180 | dfdc2c4805cf0fead91983434765fbbd525e0de0 | /src/fitnesse/slim/test/TestSlim.java | 388559d80c05578091573bda5545508c7a8ab7c7 | [] | no_license | smryoo/fitnesse | fb2b997e357ce5a18c602b87cb40ad959a1a49b3 | 77a11a67cfb9fc3d18cdf3182af4ef8061c4934b | refs/heads/master | 2020-12-25T03:12:07.458197 | 2008-12-09T15:00:26 | 2008-12-09T15:00:26 | 88,666 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,101 | java | package fitnesse.slim.test;
import java.util.List;
public class TestSlim {
private boolean niladWasCalled = false;
private String stringArg;
private int intArg;
private double doubleArg;
private Integer integerObjectArg;
private Double doubleObjectArg;
private char charArg;
private List<Object> listAr... | [
"robertmartin"
] | robertmartin |
a13275159ada0b41b724bc5c5e9e31d229229dfd | 8f281f8d4f70e8a4fcf526a31868fb5dea8c922d | /HospitalManagementsystem/src/dao/SelectHospitalDetail.java | f0d1d8a809a4265d647c823ba245d893f2b2d10f | [] | no_license | Hrithik-12345/HospitalManagementSystem | f7557ec86e60819e0bd732981e1e92c052289e1f | 95b41bfe3fd235b006bf1fb7aa196b4bab8d8690 | refs/heads/master | 2023-04-27T21:24:36.143383 | 2021-05-15T17:34:30 | 2021-05-15T17:34:30 | 367,659,509 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,894 | java | package dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.util.ArrayList;
import java.util.List;
import dbutility.DbConnection;
import model.AdminHospitalPojo;
public class SelectHospitalDetail {
//static final Logger LOGGER=Logger.getLogger( SelectHospitalDet... | [
"2017005644.hrithik@ug.sharda.ac.in"
] | 2017005644.hrithik@ug.sharda.ac.in |
3ffec84b038f7153306534561a05260e474a50f5 | b90584002d2e22ab9f9a44cebe8e44d1b1bf51e7 | /module/yt-data-auth/src/com/etong/data/auth/session/SessionMapper.java | 4dc5be6065914f723e4a6fce235f161fb7a46241 | [] | no_license | zhenghuasheng/yy-dubbox-framework | 6c10b7c0be0a5047f7619caf84dacda973defdad | 400a6412cd240eb6929a1a13a0c279a301662abf | refs/heads/master | 2020-07-12T22:39:37.960872 | 2017-12-14T03:21:45 | 2017-12-14T03:21:45 | 73,898,436 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,943 | java | package com.etong.data.auth.session;
import org.apache.ibatis.annotations.Param;
import java.util.List;
public interface SessionMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table t_pm_session
*
* @mbggenerated Mon Nov 30 12:03:44 CST... | [
"zhenghuasheng@aixuedai.com"
] | zhenghuasheng@aixuedai.com |
e1a2fddd3add46ef756a991f7283a66e21a4b821 | 19a272b606ea3352c730ac1e7e03d681d028a661 | /leesin-base-consumer/src/main/java/com/dabanjia/leesin/base/LeesinBaseConsumerApplication.java | 9521d72b1d47d31338d6239419866ffbc549f95b | [] | no_license | xujiajun945/leesin | 28bbf151bb594b34cd8e90f85e5c2590f389b3ea | 0f973512343bac0290f652ffd0a1145812b86bbe | refs/heads/master | 2020-11-28T16:32:24.883546 | 2020-02-05T04:52:13 | 2020-02-05T04:52:13 | 229,868,842 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 683 | java | package com.dabanjia.leesin.base;
import com.dabanjia.leesin.base.configuration.FeignConfiguration;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
import org.springframework... | [
"392035561@qq.com"
] | 392035561@qq.com |
c8e427c0317fd09eae0dbf78d7fffda5909330ce | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/28/28_f5bdd3250c1baaca0e407f8e058fb0a9bff2c3b0/MainActivity/28_f5bdd3250c1baaca0e407f8e058fb0a9bff2c3b0_MainActivity_t.java | 69a08d989cf2a278c3943cb843c33ca4fbda2df4 | [] | 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 | 2,588 | java | package com.hyperactivity.android_app.activities;
import android.annotation.TargetApi;
import android.app.Activity;
import android.content.Intent;
import android.os.Build;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.view.View.OnC... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
8f53bcc962251f3263f049ba7d87faa1369ae699 | cc6a7d89f0d085ebff5b10ee61cbccb747a5b5f1 | /CursoJava/src/Exercicios/Ex4.java | e4cca94204b52a4d2503145e678b19a073c654b6 | [] | no_license | SarahRafaela/JavaCurse | 790057ee2f7aecfde6e6969ca761385ae05ba71d | ccbda74bcc0ee30294cc68fb35bb0c5f6504eea5 | refs/heads/master | 2021-05-18T06:32:41.732906 | 2020-04-15T01:47:25 | 2020-04-15T01:47:25 | 251,160,020 | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 257 | java | package Exercicios;
public class Ex4 {
public static void main(String[] args) {
Integer v = 2;
Integer q, c;
q = v * v;
c = q * v;
System.out.println("O quadrado de " + v + " é: " + q + " e o cubo de " + v + " é: " + c);
}
}
| [
"noreply@github.com"
] | SarahRafaela.noreply@github.com |
d83c03af411383b2c3cf043db4783fd19f25a961 | 0a9ac13471cd7f3ede54ac85c570a16672274365 | /978-4-7741-5377-3/junit-tutorial/test/junit/tutorial/IsDateTest.java | dce19b9c74fc2e27d35cc6a54fc02fb479352051 | [] | no_license | Chuo-Computer-Communication-College/CCC_Java_JUnit_Eclipse | 479cfc0f2ee99f2247ca3ced5e971035c424964f | 8a6290d63e5f7141a99c36b8459ef72e4a907309 | refs/heads/develop | 2022-10-17T04:40:44.661900 | 2020-06-12T10:27:50 | 2020-06-12T10:27:50 | 267,541,809 | 0 | 0 | null | 2020-06-12T10:27:52 | 2020-05-28T08:59:04 | JavaScript | UTF-8 | Java | false | false | 344 | java | package junit.tutorial;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.*;
import java.util.Date;
import org.junit.Test;
public class IsDateTest
{
@Test
public void 日付の比較() throws Exception
{
Date date = new Date();
assertThat(date, is(IsDate.dateOf(2011, 2, 1... | [
"44799467+Hiro281@users.noreply.github.com"
] | 44799467+Hiro281@users.noreply.github.com |
23c4843cbe135f26329f8d95b22e735b0cb5cf1b | 55f24996c0c23ffccd9313aab2f6e592045299b6 | /core/cocoon-pipeline/cocoon-pipeline-impl/src/main/java/org/apache/cocoon/components/pipeline/spring/PipelineComponentProxyDecorator.java | 561e6b15b1ab3c21badca5dcfcf8a6e83426e914 | [
"Apache-2.0"
] | permissive | apache/cocoon | 8c02bc6adf53488e11da3ccdd2bfeda74d831710 | 68e7a576e54e43b5e10ecdf3e713aef224ddda21 | refs/heads/trunk | 2023-09-03T15:52:29.338373 | 2023-08-01T08:49:28 | 2023-08-01T08:49:28 | 206,428 | 22 | 34 | Apache-2.0 | 2023-08-01T07:30:54 | 2009-05-21T02:12:25 | Java | UTF-8 | Java | false | false | 4,907 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"gkossakowski@apache.org"
] | gkossakowski@apache.org |
c56b0fdb3bbdb645b0f41bdf8426bf891239895d | f965bd686de9b78b982b6b1b967f0cfbc93ac43e | /src/main/java/ni/gob/minsa/sivin/domain/Encuesta.java | 631e8522d7e5add79b0f605541b12eb755d655d7 | [] | no_license | wmonterrey/sivin-web | 1b5c76b655d27decf93cabc96597df1cb9d8d106 | e02b6b4063b84820e8112d8b98dffae9dd7106a4 | refs/heads/master | 2021-05-06T05:23:35.331167 | 2019-05-20T03:04:07 | 2019-05-20T03:04:07 | 115,147,785 | 0 | 0 | null | null | null | null | IBM852 | Java | false | false | 56,316 | java | package ni.gob.minsa.sivin.domain;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.Table;
import javax.persistence.UniqueConstraint;
import org.hiber... | [
"waviles@icsnicaragua.org"
] | waviles@icsnicaragua.org |
55eced531f1028eaf858cd8560e055b8bffc37fd | 214ec0c0362c3e9dd67bffae2acff56c2fac60f5 | /app/src/main/java/com/yan/booksearch/MainActivity.java | 3a9378b7ff6a17851e23242d62d00bd45a511c71 | [
"Apache-2.0"
] | permissive | Go0AT/NovelSearch | 7a42de60536e758ab0eba3f7530c615d3a3b4c58 | eebea1e831f469aa593314810e0c45a18146be72 | refs/heads/master | 2020-04-12T20:14:57.025014 | 2018-12-21T18:50:07 | 2018-12-21T18:50:07 | 162,730,435 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,768 | java | package com.yan.booksearch;
import android.content.Intent;
import android.os.Handler;
import android.os.Parcelable;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
im... | [
"1543836706@qq.com"
] | 1543836706@qq.com |
eba2e391e359f238f96b01f622ae4e2c2e6eac27 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/20/20_4f9af87b130811040cc2c021cff39a0ba99841cd/SchoolCoursePackageEditor/20_4f9af87b130811040cc2c021cff39a0ba99841cd_SchoolCoursePackageEditor_t.java | ce21c7204fa118baa4f8108a2dc93ebe1493a6ac | [] | 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 | 16,005 | java | /*
* $Id: SchoolCoursePackageEditor.java,v 1.3 2005/07/07 09:48:59 laddi Exp $
* Created on Jul 6, 2005
*
* Copyright (C) 2005 Idega Software hf. All Rights Reserved.
*
* This software is the proprietary information of Idega hf.
* Use is subject to license terms.
*/
package se.idega.idegaweb.commune.ad... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
32705289a2c79fda7741ea791ef2592d360874c2 | eb9f655206c43c12b497c667ba56a0d358b6bc3a | /java/java-tests/testData/inspection/invokeHandleSignature/Getter.java | 743af3af10841d933917061f37d49404564c8171 | [
"Apache-2.0"
] | permissive | JetBrains/intellij-community | 2ed226e200ecc17c037dcddd4a006de56cd43941 | 05dbd4575d01a213f3f4d69aa4968473f2536142 | refs/heads/master | 2023-09-03T17:06:37.560889 | 2023-09-03T11:51:00 | 2023-09-03T12:12:27 | 2,489,216 | 16,288 | 6,635 | Apache-2.0 | 2023-09-12T07:41:58 | 2011-09-30T13:33:05 | null | UTF-8 | Java | false | false | 2,337 | java | import java.lang.invoke.*;
import java.util.*;
class Main {
void foo() throws Exception {
MethodHandles.Lookup l = MethodHandles.lookup();
l.findGetter(Test.class, "myInt", int.class);
l.findGetter(Test.class, "myInts", int[].class);
l.findGetter(Test.class, "myList", List.class);
l.findGetter(T... | [
"pavel.dolgov@jetbrains.com"
] | pavel.dolgov@jetbrains.com |
d14d1eac357cc86dce782be85a1081fc3b4dc393 | 930dd40fe6056610106935f63c508ab51e5b2034 | /zapp-cache/src/test/java/com/zfoo/app/zapp/cache/ApplicationTest.java | 7b140554f36ac0a0a5070c6fbc183b7c66ba20af | [
"Apache-2.0"
] | permissive | qzmfreedom/zapp | bcd8f8dacd226720c83e7c2da8244f959b175a50 | da51773447545fce1f9949b014bcf827065ba66e | refs/heads/main | 2023-08-25T02:33:51.732215 | 2021-10-20T09:55:38 | 2021-10-20T09:55:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,071 | java | /*
* Copyright (C) 2020 The zfoo 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 applicable law or agreed t... | [
"jaysunxiao@gmail.com"
] | jaysunxiao@gmail.com |
95114cdbb73b80e834970acc405d55e0be9d016a | f7714fd0f3c8a271f0a2f285dd98667ec64e2f3e | /src/main/java/com/annotation/dao/DtuCommentMapper.java | 31b56b6214fcb2ac71986f53b720231b1035ddca | [] | no_license | RyanXu0-0/textannotion | b4c9596067c1a090dbba01c8a1f19c6ef34287b8 | a63a47672e40c3c103da58827ab0ad663ed56ae5 | refs/heads/master | 2022-06-30T05:37:28.965570 | 2020-05-14T08:38:56 | 2020-05-14T08:38:56 | 191,073,087 | 2 | 1 | null | 2022-06-29T17:25:54 | 2019-06-10T01:06:15 | TSQL | UTF-8 | Java | false | false | 564 | java | package com.annotation.dao;
import com.annotation.model.DtuComment;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface DtuCommentMapper {
int deleteByPrimaryKey(Integer dtuId);
int deleteByDtdIdAndUId(@Param("dtdI... | [
"865833921@qq.com"
] | 865833921@qq.com |
25825edbbb7fb2fe696e3679fe0adb36bac3197f | 27c4babc1a6b83e7e98e1c1ac6785d0c09ff3350 | /src/com/briup/woss/BIDR.java | b1121d8307ff7d42caea61041c98ac976923c444 | [] | no_license | shihua-guo/SimpleWoss | c6b67fdf072dbc97d46733b7078391d627833129 | 0811c9977cbb27fe44fbc1c8b7a26ea2d3f675eb | refs/heads/master | 2020-06-17T06:53:41.287761 | 2016-11-29T02:19:20 | 2016-11-29T02:19:20 | 75,031,919 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 659 | java | package com.briup.woss;
import java.io.Serializable;
public class BIDR implements Serializable {
//属性
String AAA_login_name;//登陆名
String login_ip;//登陆IP
String login_date;//登陆时间
String logout_date;//登出时间
String NAS_ip;//NAS IP =null
long time_duration;//在线时间
public BIDR(){}
public BIDR(String AA... | [
"shihua-guo@hotmail.com"
] | shihua-guo@hotmail.com |
9c8f6d5cb2f36493c10759e3a759f8caef302d0a | fa15d65898f3f74d31bff06db1be5fd3cda9ccc9 | /LibUpdater/src/main/java/dy/utils/libupdater/notice/VersionNotice.java | 4719c305f31e1445548bc67e77b1fb1368e9381d | [] | no_license | dy60420667/DUtils | 1db41367413ce2449baa19dd8b18c5a2a242bafb | 8f64233a38a1745b9248f09e31b0dbde39c9c0a6 | refs/heads/master | 2020-04-06T04:27:14.545885 | 2018-03-07T04:42:10 | 2018-03-07T04:42:10 | 82,897,208 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,881 | java | package dy.utils.libupdater.notice;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.os.Build;
import android.support.v4.app.NotificationCompat;
import android.support.v4.content.Cont... | [
"dengyuan3@jd.com"
] | dengyuan3@jd.com |
b65ec93929b6a2405850613799fba1644746284e | bd009005a3ccfb5e4f2afb96c68acd14595aaab8 | /app/src/main/java/com/leichui/shortviedeo/Fragment/MyBFragment.java | 668746ad798e78aaca0369e825a61f4b1088bb0a | [
"Apache-2.0"
] | permissive | kknet/VideoChat | 90e61addca8db1aa5afcf6a594008aaece1cf458 | 8f8f69b200886d4b6671bcc0b2eb11a5343fd7fd | refs/heads/master | 2022-12-09T03:13:22.228023 | 2020-09-18T09:23:18 | 2020-09-18T09:23:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 709 | java | package com.leichui.shortviedeo.Fragment;
import android.os.Bundle;
import com.yiw.circledemo.adapter.CircleAdapter;
public class MyBFragment extends BFragment {
public static MyBFragment newInstance(String userId) {
MyBFragment newFragment = new MyBFragment();
Bundle bundle = new Bundle();
... | [
"366549434@qq.com"
] | 366549434@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.