blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 132
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1eca9c7497d2cc541bc26081365c77214068d76b | 1a4d9541ae8ba1c1ee49d17bfcdf5343c7922d57 | /src/test/java/com/rishi/SamplePostgreSql/repository/EmployeeRepository.java | fc8ec205210744ecb87bda831254a7d27d1a65c3 | [] | no_license | rishikeshvanjare18/Employee-Java-Backend-Postgressql | 645c9cc4c36c9be0dc10bd3ebd4da2b833f8e92e | 155666bb092aa7e4ff5a52e660c5993813739f21 | refs/heads/master | 2023-04-29T01:33:55.245073 | 2021-05-17T05:39:00 | 2021-05-17T05:39:00 | 368,064,834 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 302 | java | package com.rishi.SamplePostgreSql.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.rishi.SamplePostgreSql.model.Employee;
@Repository
public interface EmployeeRepository extends JpaRepository<Employee, Long>{
}
| [
"rishikeshvanjare18pro@gmail.com"
] | rishikeshvanjare18pro@gmail.com |
f5f4cc9329c33564d3d2594926a166989360723e | 26cb8854b727e300499691fd3389b063389c6615 | /Proyectos/ProyectoFinal/Push.java | 61415d7fb7e46ef0a3091cc2fd52d2a3fb6c8fa6 | [] | no_license | CarlaPerezGavilan/TC2016_A01023033 | 709b80605bf1ebbebfe33499ffa488828f54cc1f | 2ed50900f6e0f4fd52aecbe092c1a80222f5052b | refs/heads/master | 2020-03-26T12:13:33.293913 | 2019-05-17T17:21:46 | 2019-05-17T17:21:46 | 144,881,827 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 143 | java | public class Push{
public Version pushVersion;
public void push (Commit c)
{
pushVersion = c.LastCommit;
}
} | [
"carlapgavilan@MacBook-Pro-de-Carla.local"
] | carlapgavilan@MacBook-Pro-de-Carla.local |
83e02f37227cb87e5c259ec32c6cd8654ddefd2c | e49ddf6e23535806c59ea175b2f7aa4f1fb7b585 | /tags/release-2.5/mipav/src/gov/nih/mipav/view/dialogs/JDialogConvertType.java | 76bc3791752123bed74882a07ca0cee48cdfc0f5 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | svn2github/mipav | ebf07acb6096dff8c7eb4714cdfb7ba1dcace76f | eb76cf7dc633d10f92a62a595e4ba12a5023d922 | refs/heads/master | 2023-09-03T12:21:28.568695 | 2019-01-18T23:13:53 | 2019-01-18T23:13:53 | 130,295,718 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 66,473 | java | package gov.nih.mipav.view.dialogs;
import gov.nih.mipav.model.algorithms.*;
import gov.nih.mipav.model.algorithms.utilities.*;
import gov.nih.mipav.model.file.*;
import gov.nih.mipav.model.structures.*;
import gov.nih.mipav.view.*;
import java.awt.*;
import java.awt.event.*;
import java.util.*;
im... | [
"NIH\\mccreedy@ba61647d-9d00-f842-95cd-605cb4296b96"
] | NIH\mccreedy@ba61647d-9d00-f842-95cd-605cb4296b96 |
8abddf4fa6e52a0e2613066cc0e9240bc44a597f | 4b29ed83a704e509d8cf1d92c5c4d77516dbaf09 | /MKF/src/logicalGameObjects/Food.java | ad63045e19a287d9b51ae4f85d154609c006ca61 | [] | no_license | SwaveTheX7MasterBOOM/MKF | 5b0bc3f708c498aa1a9200d381b418ea0274ab7e | 9ff47e6c7a5c44bdab654f0fd56a4af538df9f10 | refs/heads/master | 2021-01-22T04:41:57.730075 | 2014-06-21T00:48:20 | 2014-06-21T00:48:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,982 | java | package logicalGameObjects;
import java.awt.Image;
/**
*
* @author Thomas Capach
*
*/
public abstract class Food
{
//Image of the food object
private Image pic;
// the x axis position of the food object
private int pX;
//the y axis posistion of the food object
private int pY;
//p... | [
"thomas.capach@gmail.com"
] | thomas.capach@gmail.com |
363888b75e485a25633ec6d417b5348e24ec4e31 | b4b90af501531222fc67f8c1589592e47a125603 | /heroku/src/taskHelperController/DeleteTask.java | dbfc3f777a1dbc974f10e23cb087dcd8da90ee72 | [] | no_license | Natlllu/TaskHelper | ad58cac3a823b922d7367c55b9aaee8db15cf777 | 0386b2a5379b4c8c52713ca0340c2c0219f6f842 | refs/heads/master | 2022-03-04T20:06:41.361008 | 2019-10-13T21:33:56 | 2019-10-13T21:33:56 | 202,987,800 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,760 | java | package taskHelperController;
import java.io.IOException;
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 dataMapper.TaskMapper;
/**
* Servlet... | [
"gxuan@student.unimelb.edu.au"
] | gxuan@student.unimelb.edu.au |
99018ca43e884967ca9a3cd362cd4d3d8a526c6f | 78761eb8723ef39799f8b71155130847b112aafb | /app/src/main/java/com/example/iosuser11/postonwall/ServerModels/Location.java | 0efe78b12d860619e0d7955254e981bbfad4b21f | [] | no_license | MikeGrabski/Post-n-Go | e9d721b0ecc3aee663f069a88d60e27551debd58 | 64a09a05a69efc621080bec4b314bebeb48620d7 | refs/heads/master | 2021-01-17T16:45:32.713698 | 2016-09-26T13:43:26 | 2016-09-26T13:43:26 | 68,388,126 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 867 | java | package com.example.iosuser11.postonwall.ServerModels;
import com.google.gson.annotations.SerializedName;
/**
* Created by iosuser9 on 18.08.16.
*/
public class Location {
@SerializedName("type")
private String type = "Point";
@SerializedName("coordinates")
private double[] coordinates = new double[... | [
"mgarm@outlook.com"
] | mgarm@outlook.com |
4382f5854d6e296e616f783977bc7893fd1e7c5a | e02c66679c579ae867d987f35ebc0618ede3039a | /src/main/java/sk/tuke/gamestudio/games/stones/Stone.java | 1942c25e447dff8c29211cd0f9d73a03963f16d9 | [] | no_license | PaloKolesar/gamestudiomvnn | bc24313aac565d3062ddaaacb39a28a442f86f11 | 7079482e30b3c9f57301bb9eeba7c2f4544ad770 | refs/heads/master | 2020-03-19T10:03:09.791563 | 2018-06-06T14:12:22 | 2018-06-06T14:12:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 338 | java | package sk.tuke.gamestudio.games.stones;
import java.io.Serializable;
public class Stone implements Serializable{
private int value;
public Stone(int value) {
this.value = value;
}
public int getValue(){
return value;
}
public void setValue(int value) {
this.value = ... | [
"palo.kolesar@gmail.com"
] | palo.kolesar@gmail.com |
207481270e4f3d29288fbc703f05675c8285983b | abeb432f9ee60ee6d17373c492b1e506f360530e | /src/每日一题/x的平方根.java | c65bb4264924c87807b472a0c2cf290c2a319783 | [] | no_license | xiaotao1234/-xt- | f15e8cf743b182296a6a749aca9a9a8dea184cfb | f31ba40c37371254b869ea25d51a06ec969c5d08 | refs/heads/master | 2022-11-17T21:33:47.243151 | 2020-07-21T00:32:07 | 2020-07-21T00:32:07 | 265,557,263 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 482 | java | package 每日一题;
/**
* @author xt
* @version 1.0
* @date 2020/5/9 21:37
*/
public class x的平方根 {
public int mySqrt(int x) {
long left = 0;
long right = x / 2 - 1;
while (left < right) {
long mid = (left + right + 1) >>> 1;
long seq = mid * mid;
if (seq > ... | [
"1432049416@qq.com"
] | 1432049416@qq.com |
16173caf63d1139e7a1bcfb5dd142b24787e059c | 7417d844ff6910b389303c552d9a0755986e6d19 | /app/src/main/java/com/taa/videohd/MainActivity.java | 371e4161dfc4b3cf07c161c88d2d0e82659463e5 | [] | no_license | trungptdhcn/VideoHD | 52fee37f9d920445678595791cece807fe694630 | b51eace89f1ea06d89ed150c73a168cd82cde1ac | refs/heads/master | 2021-01-10T01:58:53.661529 | 2016-01-17T11:18:02 | 2016-01-17T11:18:02 | 49,814,215 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,705 | java | package com.taa.videohd;
import android.content.Context;
import android.content.SharedPreferences;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.content.pm.Signature;
import android.os.Bundle;
import android.support.v4.view.ViewPager;
import android.util.Base64;
import... | [
"trungptdhcn@gmail.com"
] | trungptdhcn@gmail.com |
553d1b6e6dbb2da3352d4c49ea2b3c3c7852116b | df685a4ba153c9b3d43a5cbf597c0d76bd28dce3 | /erp_consumer/src/main/java/com/jk/controller/warehouse/WarehouseDeliveryController.java | 445c4f06872eb505ddd843d193cddfa3c48edd7b | [] | no_license | helloexp/erp_project | 9e7584887a34dd4fcb921eb2cde941d58b573c8b | b7c1797fa9c2de15d303de6826ef6be20a4b4eb0 | refs/heads/master | 2020-04-23T01:42:57.538892 | 2019-01-08T04:38:41 | 2019-01-08T04:38:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,833 | java | /**
* Copyright (C), 2015-2019, XXX有限公司
* FileName: WarehouseDeliveryController
* Author: Divine
* Date: 2019/1/2 22:02
* Description: WarehouseDeliveryController
* History:
* <author> <time> <version> <desc>
* 作者姓名 修改时间 版本号 描述
*/
package com.jk... | [
"18845606958@163.com"
] | 18845606958@163.com |
7b8348aa07bff0b0c4965c3afefb60f9d85f1813 | b29f59595bdff1e7fad71fb875da3e4cf5cf4310 | /src/main/java/com/rar/deliveryauthuser/DeliveryAuthUserApplication.java | a24bddec687e354a1596203f9e3212b600cc5194 | [] | no_license | ricardoaruiz/delivery-auth-user | 1db1edf1811a8410fbfd2e7fdf23556f844adbc3 | 8a3259ebb1b9e9564721b6cbd09460cd9f4e8427 | refs/heads/master | 2020-04-06T19:37:59.055594 | 2018-11-15T19:50:01 | 2018-11-15T19:50:01 | 157,743,768 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 924 | java | package com.rar.deliveryauthuser;
//import org.h2.server.web.WebServlet;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.web.servlet.ServletRegistrationBean;
import org.springframework.cloud.netflix.eureka.EnableEur... | [
"ricardo.almendro.ruiz@gmail.com"
] | ricardo.almendro.ruiz@gmail.com |
50d090d7227eae25d6273c19ad322a3925c48595 | cbd820fd80e6adefebcdeece7787129004fb2838 | /src/main/java/com/muhurtmaza/adapter/PoojaBookingListRecyclerViewAdapter.java | b75cf0d14ff1a0fa8639ed472fce0fe95b1aeb92 | [] | no_license | bdpatil/MuhurtMazaLatest | 2a5421ac35b04bd18ee609e5c657e113e836e8fc | 8f726f4a0858b1428e8da31c38926068faf50cd7 | refs/heads/master | 2021-01-10T14:06:55.158306 | 2016-03-03T10:46:46 | 2016-03-03T10:46:46 | 53,850,281 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,127 | java | package com.muhurtmaza.adapter;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.bumptech.glide.Glide;... | [
"akshay.kumar@tungstenbigdata.com"
] | akshay.kumar@tungstenbigdata.com |
53d1b2f7098087fc7a281dcda918fca884ff368d | 19171b1b74515ecf969ad821d5ee53523ebe6d6e | /missioni-core/missioni-dao/src/main/java/it/cnr/missioni/el/dao/RimborsoKmDAO.java | 09ee9e72f0f421f15f79faff34112284a71a00b9 | [] | no_license | geosdi/cnr-missioni | e053c5815c766fabbee87705c83a9c2562a7a1c4 | 8a31ae77cea3ed1b621c346c3c9ee3f477e712de | refs/heads/master | 2022-07-09T20:40:16.461286 | 2022-07-01T05:45:29 | 2022-07-01T05:45:29 | 46,708,853 | 1 | 1 | null | 2022-07-01T05:45:30 | 2015-11-23T09:08:23 | Java | UTF-8 | Java | false | false | 2,286 | java | package it.cnr.missioni.el.dao;
import com.google.common.base.Preconditions;
import it.cnr.missioni.el.model.search.builder.IRimborsoKmSearchBuilder;
import it.cnr.missioni.model.configuration.RimborsoKm;
import org.elasticsearch.search.sort.SortOrder;
import org.geosdi.geoplatform.experimental.el.api.mapper.GPBaseMap... | [
"vito.salvia@gmail.com"
] | vito.salvia@gmail.com |
f5c82105fa42c9bb864b99fdd1235782b49a5cf5 | d844f1d1bdda8702fc3a1edecce48a7f466a2086 | /src/edu/cmu/sv/webcrawler/apis/GroupListResource.java | 072ee07616dc75cd974bb0988a3dd5bafa7802cb | [] | no_license | QawsQAER/riskadvisor | de3c2410cebdebbcb55b545916dacc072ed872a7 | 6477fee7e3cdb8e18af819fe067d28e70c4ff01a | refs/heads/master | 2016-09-05T09:40:41.239516 | 2015-05-13T23:54:53 | 2015-05-13T23:54:53 | 31,633,790 | 0 | 2 | null | 2015-04-01T15:14:15 | 2015-03-04T02:31:33 | Java | UTF-8 | Java | false | false | 603 | java | package edu.cmu.sv.webcrawler.apis;
import java.io.IOException;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
import org.json.JSONException;
import edu.cmu.sv.webcrawler.models.GroupList;
import edu.cmu.sv.webcrawler.util.GroupListCrawler;
@Path("/... | [
"wernerzeng@gmail.com"
] | wernerzeng@gmail.com |
c24119d96177953109746a64c0140654540ef295 | f0b589049768c4d34d7700d72c31a5789233093e | /Post_Pre_Construct/src/com/goomo/PostConstruct_PreConstruct.java | 2c4e7c48b65fbe8b21387c113a39642d5d4a42f7 | [] | no_license | pankajkumarravi/Spring_AnnotationBased | aec6a4b2c0a44332e7a0e72ef09ffbcde5f64428 | bbad86bd0af32834481057403af12f771981b24d | refs/heads/master | 2023-01-07T08:18:57.378219 | 2019-04-16T02:23:23 | 2019-04-16T02:23:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 425 | java | package com.goomo;
public class PostConstruct_PreConstruct {
private String message;
public String getMessage() {
return message;
}
public void setMessage(String message) {
System.out.println("Message :" + message);
this.message = message;
}
public void init()
{
System.out.println("Bean is going throu... | [
"pankajravi25@gmail.com"
] | pankajravi25@gmail.com |
4f834ed99e6c06573370da0cd4029697dec51184 | 95d3e828201bea0341c4c4aea550de503dd94f7d | /mall-mbg/src/main/java/com/xznn/model/OmsOrderReturnReason.java | 948dcd1e3b58ef9697e4d25a46f2343a38e61fbb | [] | no_license | MapleDev/xz-mall | 69a5d8d548d15d7ffcce7f7b5e3829ae4de1cb35 | 0807d0ecdf1be3de5e55d296be59acbbeb83453a | refs/heads/master | 2022-07-07T22:27:37.435992 | 2019-08-13T11:02:30 | 2019-08-13T11:02:30 | 202,119,689 | 0 | 0 | null | 2022-06-21T01:39:40 | 2019-08-13T10:22:52 | Java | UTF-8 | Java | false | false | 1,784 | java | package com.xznn.model;
import io.swagger.annotations.ApiModelProperty;
import java.io.Serializable;
import java.util.Date;
public class OmsOrderReturnReason implements Serializable {
private Long id;
@ApiModelProperty(value = "退货类型")
private String name;
private Integer sort;
@ApiModelProperty... | [
"zgh8126@qq.com"
] | zgh8126@qq.com |
91b7d1bc7ccd2b88adf7d9b05571c885b72a585c | 658a4e252c746360192f3636435e57f9e2288c1a | / earth-live-wallpaper/SLWP/src/com/seb/SLWP/LabelMaker.java | 4fe9dc79391c3d6dde6f063dd3f4ee7e4c5897e2 | [] | no_license | WarrenGzMaps/earth-live-wallpaper | 64d004c85ce1417c8e9622840c9c7c00bf2f994e | 4ab74e125f10c19681615e0ae6e63c64bc91b818 | refs/heads/master | 2023-09-04T15:00:13.715220 | 2023-08-24T18:58:30 | 2023-08-24T18:58:30 | 51,967,976 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,232 | java | /*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"unixseb@1184e298-1fa3-11df-a711-cd63ca7f7dc8"
] | unixseb@1184e298-1fa3-11df-a711-cd63ca7f7dc8 |
889fd6a6faafb76a37dd6aaa0ee163bef5988668 | 71c58162a495bae2bbf608252082cfd13c5711b9 | /src/Sorting/MainClass.java | 7e697e43d4bc9110b788feb26c8d584d65cdab64 | [] | no_license | EmrulRony/DataStructureAndAlgorithm | 7a2a3e03c6086e5611b261ca3d37a8e33429ad92 | 8d2ab2b3da2b0bbaff81e70b7aebe43fed8044d2 | refs/heads/master | 2020-11-24T13:54:20.992994 | 2019-12-04T17:14:13 | 2019-12-04T17:14:13 | 228,179,310 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 497 | java | package Sorting;
public class MainClass {
public static void main(String[] args) {
int arr[] = {12, 11, 13, 5, 6, 7};
int arrSorted[] = {2,3,4,5,6,7,8};
// int[] retArr=SelectionSort.sortIt(arr); // Test selection sorta
// int[] bblSort=BubbleSort.sortItRecurse(arr,arr.length);
// int [] insSort=Inser... | [
"emrulhasanrony@gmail.com"
] | emrulhasanrony@gmail.com |
b936e9497c0bb21b67130066952fe8c70ec51aad | f85c3fe06a59a407f36c9a85eea017261791ca6b | /hackathon2014/app/src/main/java/com/hackathon/hackathon2014/adapter/FriendAdapter.java | e80abb591a5100125e5b02c6d9073c92be3fb3e3 | [
"MIT"
] | permissive | dst-hackathon/socialradar-android | f6b7b7da3590b23f1c18844b07e99b3e621f89bb | dade575b34b5582e3b12e2e11edc73de01527637 | refs/heads/master | 2021-01-22T03:13:13.000386 | 2014-11-02T10:36:31 | 2014-11-02T10:36:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,714 | java | package com.hackathon.hackathon2014.adapter;
import android.app.Activity;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import com.hackatho... | [
"sam35060@hotmail.com"
] | sam35060@hotmail.com |
c51f2679ea81106cfc4686a0f1f6612f5a78de57 | d70772d93afe7aeaec2b4e0546ffb9bbac4995ad | /commons/common-auth/src/main/java/com/pig4cloud/pigx/common/security/util/ConcurrentDateFormat.java | db8698324035b325c243bf7b89168e73af5bd380 | [] | no_license | seayfhzl001/micro-service | c704efd256eaebca95dbaf08409ae722dc55d526 | 9a758a7a97f5cd12ded1ecb515d9248faa1d9858 | refs/heads/master | 2023-07-05T05:56:43.214941 | 2021-07-24T06:31:43 | 2021-07-24T06:31:43 | 279,470,072 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,032 | java | package com.pig4cloud.pigx.common.security.util;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Locale;
import java.util.Queue;
import java.util.TimeZone;
import java.util.concurrent.ConcurrentLinkedQueue;
/**
* 参考tomcat8中的并发DateFormat
* <p>
... | [
"seayfhzl@gmail.com"
] | seayfhzl@gmail.com |
908be6d9110c0668fd89cafc96942b3bcdb1e097 | f6096f00527c7b88a4fe6a6aa1c0e05d5669792d | /org.eclipse.winery.model.csar.toscametafile/src/main/java/org/eclipse/winery/model/csar/toscametafile/TOSCAMetaFileAttributes.java | e47041671394877e37e13d23ed51ba24c5f3c532 | [
"EPL-1.0",
"EPL-2.0",
"Apache-2.0",
"LGPL-2.0-or-later",
"LGPL-2.1-only",
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause",
"CPL-1.0",
"LicenseRef-scancode-generic-export-compliance",
"MPL-1.1",
"Apache-1.1"
] | permissive | zhaohuabing/winery | 70c8bd6d8ab1de13cd9c53d1df71bb6800668bd2 | 2412dd6d945e1cd7db7cc3d78807a0dc14dcbc93 | refs/heads/master | 2023-07-11T00:30:53.129354 | 2016-07-13T09:17:15 | 2016-07-13T09:17:15 | 79,974,678 | 0 | 0 | Apache-2.0 | 2023-08-07T17:05:31 | 2017-01-25T02:05:48 | Java | UTF-8 | Java | false | false | 1,577 | java | /*******************************************************************************
* Copyright (c) 2013 Rene Trefft.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* and the Apache License 2.0 which both accompany this distrib... | [
"kopp.dev@gmail.com"
] | kopp.dev@gmail.com |
7fa8e4ad6dc09b1af669e6a6fda1b5422fe6fe17 | 2cb3e640e9024b7b6943b5abf926abcf79c6b5c7 | /easy/Two_Num_Sum.java | 4b7c30672d091aa4bc3b90e7aaf7449613624902 | [] | no_license | mujahid-ali/algo-expert | 212a77063cb2964743994de259764a867c4253ee | 6c730aa498eb4b3e8f5a4a3434c8f8a293eef8f9 | refs/heads/master | 2020-12-02T19:00:02.877135 | 2020-01-11T08:23:07 | 2020-01-11T08:23:07 | 231,091,372 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 555 | java | //https://www.geeksforgeeks.org/given-an-array-a-and-a-number-x-check-for-pair-in-a-with-sum-as-x/
import java.util.*;
class GFG{
static void findPair(int arr[], int sum){
int n = arr.length;
HashSet<Integer> hs = new HashSet<Integer>();
for(int i = 0; i<n; i++){
int temp = sum - arr[i];
i... | [
"mujahidali0611@gmail.com"
] | mujahidali0611@gmail.com |
a4dde014a1819b08b8a55ae4d4719c9e1ca09b2b | 8f136274265d47ec318ead7d600c481e0852a2ac | /app/src/main/java/iqiqiya/lanlana/sqlitedemo/StudentDao.java | a046885bfdbccdfb72851e97713b515ef79a77c5 | [] | no_license | iqiqiya/SqliteDemo | ea824e1b3c2b707e8aff6c9058ca6f1b7e508f5e | c4095cebf1c15245cb8b20245418211008f99cba | refs/heads/master | 2020-08-16T06:35:02.589798 | 2019-10-16T08:55:45 | 2019-10-16T08:55:45 | 215,468,435 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,431 | java | package iqiqiya.lanlana.sqlitedemo;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.os.Environment;
import android.widget.Toast;
import java.util.ArrayList;
/**
* Author: iqiqiya
* Date: 2... | [
"iqiqiya@outlook.com"
] | iqiqiya@outlook.com |
d4c180319475e645ca7a77fca32f853da58681f4 | 01b23223426a1eb84d4f875e1a6f76857d5e8cd9 | /icefaces3/tags/icefaces-3.1.0.ALPHA2/icefaces/tutorials/dateTimeEntry-yearRange-tutorial/src/main/java/com/icesoft/icefaces/tutorial/component/dateTimeEntry/yearRange/DateTimeEntryBean.java | 56c9918da2c19f28d72dfc3f4f2ff3e401ea608e | [
"Apache-2.0"
] | permissive | numbnet/icesoft | 8416ac7e5501d45791a8cd7806c2ae17305cdbb9 | 2f7106b27a2b3109d73faf85d873ad922774aeae | refs/heads/master | 2021-01-11T04:56:52.145182 | 2016-11-04T16:43:45 | 2016-11-04T16:43:45 | 72,894,498 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 917 | java | package com.icesoft.icefaces.tutorial.component.dateTimeEntry.yearRange;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.SessionScoped;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
@ManagedBean
@SessionScoped
public class DateTimeEntryBean {
pr... | [
"ken.fyten@8668f098-c06c-11db-ba21-f49e70c34f74"
] | ken.fyten@8668f098-c06c-11db-ba21-f49e70c34f74 |
0bc5dc7d85d667421fdd3a24a17d01bf7dc3d54a | 18c8e15fb6783646c64ab9c9b902178b73bb205f | /src/main/java/com/qf/hospital/HospitalApplication.java | e413db53bc8378431d6858e6fb997b1343e9d7db | [] | no_license | FF-9527/Hospital | 0b5d4f62a6cc6bdfd85ac8d4291dba71798eaec3 | ae81f6bddf42ad85d9507335e4dc29428424c2e3 | refs/heads/master | 2020-09-29T23:23:58.502923 | 2019-12-11T10:19:08 | 2019-12-11T10:19:08 | 227,147,712 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 556 | java | package com.qf.hospital;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import springfox.documentation.swagger2.annotations.EnableSwagger2;
//开关类
@SpringBootApplication//标记 这是SpringBoot项目
@EnableS... | [
"280868835@qq.com"
] | 280868835@qq.com |
d6d879cc81215e4b77efdb2b8cb3d2c9442366e9 | f61abc7980ad54ce416324e64e3f7df81d7ec963 | /src/model/Maze.java | a87a470d5976cef2d3f0c812129b62f6e0593964 | [] | no_license | akritis9/aMAZE | 06b70d097acfa6a5b1d1b125855b115cdb9da497 | 5cbc89fc8ee6f1874450d71a9abe9a86d73ece24 | refs/heads/main | 2023-06-18T07:29:03.788600 | 2021-07-15T19:25:43 | 2021-07-15T19:25:43 | 386,401,304 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,617 | java | package model;
import java.util.*;
// represents a maze grid
public class Maze {
public int numRows; // dimensions of the maze
public int numCols; // dimensions of the maze
public HashMap<Room, List<Room>> roomsAndNeighbours; // a room and a list of its neighbours
public Set<Wall> innerWalls; // All t... | [
"58141986+akritis9@users.noreply.github.com"
] | 58141986+akritis9@users.noreply.github.com |
059588da68611d2b218a57bae904b7ce28a9cd06 | 47f248823b693cdb679e864d74984765861a5348 | /app/src/main/java/com/voyager/qdocker/MainActivity.java | 82bdebdd1b73c21dfcd4f15f9410f604714a6765 | [] | no_license | rimonrpallan3/QDocker | 1de6476a1cacccbe196668a216950c58d00eef99 | c1ec0de5eab452e7fee11afd19d8c1b7345b1453 | refs/heads/master | 2021-09-12T04:47:19.471552 | 2018-04-14T13:39:51 | 2018-04-14T13:39:51 | 124,846,758 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,502 | java | package com.voyager.qdocker;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.TextView;
import com.voyager.qdocker.custom.qrmodule.activity.QrScannerActivity;
import butterknife.BindView;
import butterknife.ButterKnife;
import butterknif... | [
"rmonrpallan3@gmail.com"
] | rmonrpallan3@gmail.com |
72b36a6865afd144f02c98231ab93b848424b7fb | 1a7624884c69d1c1c868f0e97e6b8a633fd5523c | /TheDemoSite/src/test/java/com/qa/test/TheDemoSiteLogin.java | 6bcd8be1925f9198776b0246ead4bd0a97e3d5d5 | [] | no_license | pashsunuwar/Automated-Testing-Exercise-Book | a888e2ee0cec1a5ec6b3875dd9edfc91c9f8d960 | 5717115309d6efd1217668a4d9fa39219a1b4038 | refs/heads/master | 2022-12-20T06:52:54.939646 | 2020-08-04T12:08:49 | 2020-08-04T12:08:49 | 284,954,141 | 0 | 0 | null | 2020-10-14T00:10:34 | 2020-08-04T11:02:29 | Java | UTF-8 | Java | false | false | 2,053 | java | package com.qa.test;
import static org.junit.Assert.assertEquals;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
public class TheDemoSit... | [
"psunuwar@qa.com"
] | psunuwar@qa.com |
22a34499d637564df221b5cf71d90c75cde18d8e | a5a8cff3c0ef9f8f7a526b978e49c81b8cc53b75 | /src/icontroller/ILanguageController.java | 483e3efb76d29fb1dd2e43ba26c9f5b194b604d8 | [] | no_license | bootcamp-26-java/OHibernateModule | 6463f575a17f039f8f54b0d650ad2f13f1cdd0e6 | 1776dfdf9610e53690d7cc0542b71b785d49086f | refs/heads/master | 2020-06-21T18:38:31.934692 | 2019-07-18T08:18:12 | 2019-07-18T08:18:12 | 197,528,515 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 647 | 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 icontroller;
import java.util.List;
import models.Language;
/**
*
* @author Arif Fridasari
*/
public interfa... | [
""
] | |
5130d14c94f6ad0a246d70018dc7f42dbd0e37af | f8eb8ed9b56fd867f01290f61d33ebf7839ebd20 | /src/main/java/com/nowcoder/service/SensitiveService.java | 351c181c6cfe0b37ec029ed458fd558b6529c306 | [
"Apache-2.0"
] | permissive | The0leaner/ReviewUtils | 36c54840ab0df42f8c49ffac89f557598acb97b5 | 1720cd46e43570d634f9014afd5dc24e9cda1814 | refs/heads/master | 2020-12-30T11:40:15.261752 | 2017-05-22T15:54:21 | 2017-05-22T15:54:21 | 91,518,949 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,333 | java |
package com.nowcoder.service;
import com.nowcoder.util.WendaUtil;
import com.sun.org.apache.xml.internal.security.Init;
import org.apache.commons.lang.CharUtils;
import org.apache.commons.lang.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.InitializingBe... | [
"wangzuotion@gmail.com"
] | wangzuotion@gmail.com |
417d63468004f2577de82b88685b6950d333f288 | 9a93797540008e66d2cf3d28b3faa79115f75397 | /biblioteca/biblio-gui/src/main/java/co/edu/eam/biblioteca/vista/VentanaConsultas.java | 91f0518e18a89784522e6ce0d07bcc00c9ef6c00 | [] | no_license | caferrerb/bibliotestgit | abe1112dae6c5859a631815baef8e26ba7776a16 | dda78cc3e1c6bdca4f9f875fe05e0c52441cf099 | refs/heads/master | 2020-05-23T08:17:44.094219 | 2016-10-07T13:02:24 | 2016-10-07T13:02:24 | 70,243,846 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 29,020 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/*
* VentanaConsultas.java
*
* Created on 11/05/2010, 03:20:52 PM
*/
package co.edu.eam.biblioteca.vista;
import java.awt.event.ActionListener;
import javax.swing.table.DefaultTableModel;
/**
... | [
"caferrerb@eam.edu.co"
] | caferrerb@eam.edu.co |
fd48c66f0e8240b71f3f6192412d4dff04f6cf64 | a1f4b2c4e5b3b84f022b420c2a86f4a89b7c3f21 | /booking-manager-api/src/main/java/cz/muni/fi/pa165/facade/BookingFacade.java | c58bb3f738c86b0be964eb3a45abe45698f1c6c5 | [] | no_license | hradecek/booking-manager | 9b1c8ab1b6db3154aaa2985db1b4ea0f7cf639ee | c182f0ba6a2f4ea90b8d7ff314d4df6ddfe945c6 | refs/heads/master | 2021-01-10T10:08:38.446952 | 2016-01-29T11:22:44 | 2016-01-29T11:22:44 | 44,839,517 | 2 | 5 | null | 2015-12-16T14:39:19 | 2015-10-23T21:28:18 | Java | UTF-8 | Java | false | false | 1,619 | java | package cz.muni.fi.pa165.facade;
import cz.muni.fi.pa165.dto.BookingDto;
import cz.muni.fi.pa165.dto.CreateBookingDto;
import java.util.Collection;
/**
* Facade for booking operations.
*
* @author Ivo Hradek
*/
public interface BookingFacade {
/**
* Create booking.
*
* @param booking to be cr... | [
"ivohradek@gmail.com"
] | ivohradek@gmail.com |
39fc439b6cb4e112e1f9ffbb75b771094fa68d19 | 643315f61e98000f9d9fe65226e630d1bbe5ccf2 | /src/Game/Game/Team.java | a0251f352dbce45ec0cdb3c038ae48046660a771 | [] | no_license | alt277/Hash-tables_HW | 60b739aec9555708ce9257d92b73e99cde63e0ca | 9939ce4f72936c3ad68abdc3a87f6d8398451541 | refs/heads/master | 2022-04-24T11:51:55.302093 | 2020-04-26T08:06:25 | 2020-04-26T08:06:25 | 258,974,653 | 0 | 0 | null | 2020-04-26T08:14:09 | 2020-04-26T08:06:17 | Java | UTF-8 | Java | false | false | 541 | java | package Game.Game;
import java.util.Random;
public class Team {
protected Hero[] team;
int counter;
public Team(int number) {
counter= number;
team=new Hero[number];
team[0] =new Doctor();
for (int i=1;i<counter;i++){
Random Rnd=new Random();
int ran... | [
"altima875@gmail.com"
] | altima875@gmail.com |
751af58275cdd8e8207bb95b82db0475bf6e7124 | 0b24be4213f55c51bf637c707835a6760dba9683 | /src/leetcode/SudokuSolver.java | 7afb1569ded5cfd901951fd5e63e07a4e8dd6990 | [] | no_license | b41sh/leetcode | 5570ceaf8ce1fb3ea26bed98e95e12cea8c2e253 | 6a36fa0d6216550ee27e753e862e455b7e191d32 | refs/heads/master | 2020-03-15T11:38:30.177514 | 2019-02-25T15:24:40 | 2019-02-25T15:24:40 | 132,124,839 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,373 | java | package leetcode.sudokuSolver;
// Source : https://leetcode.com/problems/sudoku-solver/
// Author : Shen Bai
// Date : 2018-05-17
import java.util.ArrayList;
import java.util.List;
/**
* Write a program to solve a Sudoku puzzle by filling the empty cells.
* A sudoku solution must satisfy all of the following rul... | [
"baishen2009@gmail.com"
] | baishen2009@gmail.com |
3531e4b421c3872d4f363ef8c5868ecf5a394b56 | e087ccadfcca0d5fae67fba927a8042f6ed903d9 | /minecraft/Food/items/ingots/KuptoniteIngot.java | a8ec0dd88c626798208559ba846c4bd4c650cb93 | [] | no_license | kulalolk/Mod-without-a-name | 1915fab8f1f2a043c680a9820d0ae0bfc5d6a654 | fba1d80cbd53d70af5b2814163a67db3f1e5993e | refs/heads/master | 2021-01-23T21:38:48.972574 | 2014-01-01T06:58:44 | 2014-01-01T06:58:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 345 | java | package Food.items.ingots;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.item.Item;
public class KuptoniteIngot extends Item {
public KuptoniteIngot(int id) {
super(id);
setMaxStackSize(64);
setCreativeTab(CreativeTabs.tabMisc);
setUnlocalizedName("KuptonIngot");
setTextureName("f... | [
"kulalolk@gmail.com"
] | kulalolk@gmail.com |
d094fe9cabf3b6140b1fc9d33a9a5b1d1e86c365 | 13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3 | /crash-reproduction-new-fitness/results/XRENDERING-481-1-20-Single_Objective_GGA-IntegrationSingleObjective-BasicBlockCoverage-opt/org/xwiki/rendering/internal/macro/toc/TreeParametersBuilder_ESTest.java | 25ac4c43643fc8de707d068edb3d0666322de87f | [
"MIT",
"CC-BY-4.0"
] | permissive | STAMP-project/Botsing-basic-block-coverage-application | 6c1095c6be945adc0be2b63bbec44f0014972793 | 80ea9e7a740bf4b1f9d2d06fe3dcc72323b848da | refs/heads/master | 2022-07-28T23:05:55.253779 | 2022-04-20T13:54:11 | 2022-04-20T13:54:11 | 285,771,370 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,848 | java | /*
* This file was automatically generated by EvoSuite
* Fri Oct 29 13:17:17 UTC 2021
*/
package org.xwiki.rendering.internal.macro.toc;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.shaded.org.mockito.Mockito.*;
import static org.evosuite.runtime.EvoAssertions.*;
import java.... | [
"pderakhshanfar@serg2.ewi.tudelft.nl"
] | pderakhshanfar@serg2.ewi.tudelft.nl |
7d083ee8e5ca7429654a23cf88d25aca66fbfc86 | 804e5729d9b2398dc1396862ab42130b55edd98e | /app/src/main/java/com/umnicode/samp_launcher/core/SAMP/Components/ArchiveSystem/ArchiveComponent.java | 8b88c728ecc9b4d3455385121c2183dfdfc3e4c7 | [] | no_license | Tandat11/OpenSAMPLauncher | d3dd722a02007dca1ae76580023f9419fa5272da | 1c4f9d23769a1e6b13702155d4eade859a15af68 | refs/heads/master | 2023-02-19T04:15:11.529933 | 2021-01-19T23:32:32 | 2021-01-19T23:32:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,124 | java | package com.umnicode.samp_launcher.core.SAMP.Components.ArchiveSystem;
import com.umnicode.samp_launcher.core.SAMP.Components.ArchiveSystem.ExtractTaskFile.ExtractTaskFileInit;
import com.umnicode.samp_launcher.core.SAMP.Components.AsyncTaskContainer;
import com.umnicode.samp_launcher.core.SAMP.Components.TaskStatus;
... | [
"umnicode2@gmail.com"
] | umnicode2@gmail.com |
8c97810528a0ec12dbb26cd12ef0cb05b7f44217 | 0983c11fc1bd9ebdfbb3d23ec0d0554a3e25fb2f | /src/main/java/com/arnaldoneto/workshopmongo/services/UserService.java | 989014194be653ab86463c63845be20e2b931058 | [] | no_license | arnaldofvilela/workshop-spring-boot-mongodb | 8408b8e6e336c565491112278ecf03a31df1a6d2 | aa6b3d1e82e38e8eaee251bd4da3294d941ebf20 | refs/heads/master | 2023-03-12T07:26:28.698230 | 2021-02-21T00:31:28 | 2021-02-21T00:31:28 | 339,110,870 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,284 | java | package com.arnaldoneto.workshopmongo.services;
import java.util.List;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.arnaldoneto.workshopmongo.domain.User;
import com.arnaldoneto.workshopmongo.dto.UserDTO;
import co... | [
"vilela-neto@hotmail.com"
] | vilela-neto@hotmail.com |
7da3cb2fc7ce3baa0786642f6ccd7fd8ce2b4434 | 99a252f8b70db462d3f669e4bfe966fcb0280515 | /src/Day9/Human.java | dce559f8f8ec702912f23d9c3f9528e7c331d780 | [] | no_license | oskarbay01/JavaSolution | 262d5b26a4eb74e7667c8a2f9444f05cb4d69eb0 | dcbcbf8e0ba3cfac4008c40f7fa028381e8c45f6 | refs/heads/master | 2023-05-05T11:18:01.300415 | 2021-05-23T04:56:02 | 2021-05-23T07:26:13 | 369,836,082 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 368 | java | package Day9;
public class Human {
public String name;
public Human(String name) {
this.name = name;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public void printinfo(){
System.out.println("Это чел... | [
"aidosuly0@gmail.com"
] | aidosuly0@gmail.com |
0545e0aaff4d253f5e2a7c8308f7514ef8b0fe83 | 91858970f1c0386dce025cf74e1dbc17b522a432 | /back-end/src/main/java/be/gestatech/application/petstore/model/Product.java | 4408262e119b141f518a67cd873f7c1353128c4e | [
"MIT"
] | permissive | gestatech/petstore | 9fb09fef8ae565a47269dae79e665eaf89f17345 | 5a32c4cbb7e03f26cd15a76e5af8fb7163e230bb | refs/heads/master | 2021-08-15T07:46:13.102051 | 2017-11-17T15:25:26 | 2017-11-17T15:25:26 | 110,526,907 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,733 | java | package be.gestatech.application.petstore.model;
import java.io.Serializable;
import java.util.Objects;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Size;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlTransient;
@E... | [
"fariala.amuri@gestatech.be"
] | fariala.amuri@gestatech.be |
91653b4ec801f3f1b94bde0777ea2f92ed78bc6b | cd8d60f547cb8383abd45fb6afa6fd4ac11ce17b | /Liberary/src/StudentRegisteration.java | 70b03d23d59e91901a8722e03373410e16c37743 | [] | no_license | Drongma17/servlet | 5933befb2cd10c09735e5392818f7013d3b7f732 | c0cd22c590b63c453ea646c4bb3b268997167a47 | refs/heads/master | 2020-04-25T23:21:25.654623 | 2019-02-28T16:35:35 | 2019-02-28T16:35:35 | 169,957,926 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,345 | java | import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
public class StudentRegisteration extends HttpServ... | [
"ngawang2yeshi@gmail.com"
] | ngawang2yeshi@gmail.com |
899aa391b7da40c95a7b657e5f2d6c8baebec6b9 | 31c84ce527b46ea5b5143a26fb40e8488b503c6a | /GWT-Grundlagen-Maven/module1002/src/main/java/de/gishmo/gwt/example/module1002/client/ui/detail/DetailPlace.java | a11569f6044634c3ccf1985b56893d03bbb28226 | [
"Apache-2.0"
] | permissive | FrankHossfeld/Training | cdaa69610cc151380d6cea8919663a616cc73e7f | 430db23d2859ce517ea7901393eda0d112b43c38 | refs/heads/master | 2022-11-23T05:03:29.882014 | 2022-06-23T15:40:06 | 2022-06-23T15:40:06 | 68,102,948 | 1 | 0 | Apache-2.0 | 2022-11-16T03:16:44 | 2016-09-13T11:38:45 | Java | UTF-8 | Java | false | false | 1,679 | java | /*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | [
"frank.hossfeld@googlemail.com"
] | frank.hossfeld@googlemail.com |
2f1a51ecbb1b489b7df0743952eeae4489e0aaf3 | c59662b854a3e06355e564874a052b992f1f5bf3 | /TruthTable.java | b9ee787cc8e4b6dc1187b10d9c97e5ce9b95d0c5 | [] | no_license | AdrChm/JJIT | 5d5aee303b1562b647672d0d7b347460f5f8fc41 | 5f84cb5f6c4bbc88a9818b23b3cb3ae292649a8d | refs/heads/main | 2023-05-31T14:23:55.693220 | 2023-05-21T21:30:13 | 2023-05-21T21:30:13 | 247,514,330 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,417 | java | // Program to print out the truth table.
// two hardcoded propositional expressions p1 and p2.
// The expression have three boolean varaibles, a, b and c.
// Each column of table ocupies 7 characters plus separator.
public class TruthTable
{
// The first propositional expression, p1.
private static boolean p1(boolean... | [
"adrianchmielewski11@gmail.com"
] | adrianchmielewski11@gmail.com |
a760212588df7bafad594ebf146edab702404949 | b9af3416603dac60e4dc8490c90009da0c1c2125 | /Chapter01/chapter-01-00-calendar/src/main/java/com/kmakrutin/chapter0100calendar/domain/CalendarUser.java | 079fa53e5ef51c9dc61c91bc1baf2e6f98891d76 | [] | no_license | KirillMakrutin/spring_security | 8047bb5b6c9f2aaab8218302a6d5c79a1d1f6c1d | ad73591f76bab115b4e64f16fcd5c3cc5e76e6bd | refs/heads/master | 2020-06-09T17:25:45.180640 | 2019-08-05T12:46:51 | 2019-08-05T12:46:51 | 193,476,799 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 591 | java | package com.kmakrutin.chapter0100calendar.domain;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
import lombok.Data;
@Entity
@Table( name = "CALENDAR_USERS" )
@Data
public class CalendarUs... | [
"k.makrutin@gmail.com"
] | k.makrutin@gmail.com |
59b7c33d5b1b21030d0dff78a710aea0ba2dbff0 | 61e9cc5785085ad6b360400424cef935a736274d | /app/src/main/java/com/lakue/htmleditor/span/AreYoutubeSpan.java | 9d18231c2a2b1c9be7ddf22bffdf707872ae19a3 | [] | no_license | lakue119/Java-HtmlEditor | 74ac79d289cc249087b734391c6af621692177c5 | add299932bc79f8027a341ef7f0f9d230b404b7e | refs/heads/main | 2022-12-31T06:18:34.261636 | 2020-10-12T05:40:35 | 2020-10-12T05:40:35 | 302,054,406 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,779 | java | package com.lakue.htmleditor.span;
import android.content.Context;
import android.graphics.Bitmap;
import android.text.TextUtils;
import android.text.style.ImageSpan;
import android.util.Log;
public class AreYoutubeSpan extends ImageSpan implements ARE_Span, ARE_Clickable_Span {
private Context mContext;
pri... | [
"audfkr0808@naver.com"
] | audfkr0808@naver.com |
c95cb6da7006f3d08befa369adaca76430e1a43c | bed6ed866f41c3f8fd96034f8018585fd4a33546 | /base/src/main/java/com/twosigma/beakerx/table/BxTableSettingsDefaults.java | f31523ec42d6802cdd39ed23f6be48807e9f55ec | [
"Apache-2.0"
] | permissive | NattyTools/beakerx_kernel_base | 041405d81a23930451bdb9588a3615eee4dc251a | 83d7bd1db8408715b26100460f0719b46b57b08a | refs/heads/master | 2023-02-05T03:42:19.475169 | 2020-12-22T13:08:22 | 2020-12-22T13:08:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,198 | java | /*
* Copyright 2020 TWO SIGMA OPEN SOURCE, 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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | [
"jaroslaw.malek@codete.com"
] | jaroslaw.malek@codete.com |
db939e9c57a4ca57da4e17b67c333419114bcf31 | 3b6b584daadc0c1834625678ab1a895728066583 | /app/build/generated/source/r/debug/android/support/v7/appcompat/R.java | 1cdecd0d56de0169dac52f46515167b69145bed9 | [] | no_license | tobilatta/DynamLicht | 2c0f0d92b6bd1333e6de70e4ac0626779c7efb00 | 9f466a7b950b44c387faf5bb5be8b3618b6446e2 | refs/heads/master | 2021-01-13T13:07:40.338075 | 2017-09-06T08:40:00 | 2017-09-06T08:40:00 | 72,745,159 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 39,543 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package android.support.v7.appcompat;
public final class R {
public static final class anim {
public static final int abc_fade_in = 0x7... | [
"tobias.latta1@haw-hamburg.de"
] | tobias.latta1@haw-hamburg.de |
2c90bb2b1d8d2147b6c9422fac0151889c85859e | 9d1870a895c63f540937f04a6285dd25ada5e52a | /chromecast-app-reverse-engineering/src/from-androguard-dad-broken-but-might-help/cso.java | 7c259b51294aed1f46843b275257de332d380720 | [] | no_license | Churritosjesus/Chromecast-Reverse-Engineering | 572aa97eb1fd65380ca0549b4166393505328ed4 | 29fae511060a820f2500a4e6e038dfdb591f4402 | refs/heads/master | 2023-06-04T10:27:15.869608 | 2015-10-27T10:43:11 | 2015-10-27T10:43:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 179 | java |
cso()
{
return;
}
protected final synthetic Object initialValue()
{
String[] v0_1 = new String[4];
return v0_1;
}
| [
"v.richomme@gmail.com"
] | v.richomme@gmail.com |
87fd3ca94765b1dae9ed05013a3d73f5e73064ab | fe545c73c3853377eeaa79447310d3986f9c0e0e | /workspace/12_io/src/ex01_char/PrintWriterMainClass.java | edc33708df48c5dba2b1cc6b6b4fe160b5d1639b | [] | no_license | Kang-Dongseok/javastudy | 9fb640f8b5bccd9a154de137dde3710bcd60d6c7 | ca431fce8eb3fa60cfd2d225a2a8f7a96f086e6a | refs/heads/main | 2023-04-01T21:58:56.202528 | 2021-03-31T08:49:24 | 2021-03-31T08:49:24 | 347,885,800 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 771 | java | package ex01_char;
import java.io.IOException;
import java.io.PrintWriter;
// PrintWriter 클래스
// 1. FileWriter 클래스와 같은 목적으로 사용합니다.
// 2. 출력 메소드 : writer(), print(), println()
// 3. println() 메소드를 사용하면 자동으로 줄 바꿈이 처리됩니다.
public class PrintWriterMainClass {
public static void main(String[] args) {
Pr... | [
"kds2048@naver.com"
] | kds2048@naver.com |
a93dbcc0330f5582f1af87b4a8ab0d6f07b37066 | e047e5274b22abf6d4c8b8baae2e50da3dc4d2b5 | /src/main/java/com/rtmap/traffic/touch/filter/PvgLogFilter.java | 06de71b867ec0525dcded014a00b702e86067751 | [] | no_license | gaowanmin/PVG-touch | 31b1709bbc1e87ea8a3ac3402b49517b3cbe4a07 | 6500dc7569dba6075e452f0af3c86fc4d3a732aa | refs/heads/master | 2020-03-09T22:01:16.619829 | 2018-04-11T06:16:54 | 2018-04-11T06:16:54 | 129,024,868 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,914 | java | package com.rtmap.traffic.touch.filter;
import com.alibaba.fastjson.JSON;
import com.rtmap.traffic.touch.model.entity.log.LogAction;
import com.rtmap.traffic.touch.model.vo.OpRst;
import com.rtmap.traffic.touch.service.IPvgLogService;
import com.rtmap.traffic.touch.util.DateUtil;
import org.slf4j.Logger;
import org.sl... | [
"714418170@qq.com"
] | 714418170@qq.com |
7487a122cc9ce159c96cc8d7976913cbe1e623f2 | 07202104e1d91620105367ca8eb13e5af6b41653 | /hw08-spring-orm-library/src/test/java/ru/geracimov/otus/spring/hw10libraryjpa/domain/AuthorTest.java | 62fc98f5c844e46825d8a5b53f6799aaca14f861 | [] | no_license | geracimov/otus-spring-2018-2 | 691f55f2c0fbd2c4a1eb5b3f9fbb80afb01ba369 | 3152dadf71d21a1e960a0d4df9e41614f8fb2413 | refs/heads/master | 2022-10-15T13:29:48.404582 | 2019-10-02T20:07:51 | 2019-10-02T20:07:51 | 182,581,028 | 0 | 0 | null | 2022-09-08T01:02:59 | 2019-04-21T20:49:27 | Java | UTF-8 | Java | false | false | 869 | java | package ru.geracimov.otus.spring.hw10libraryjpa.domain;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTest;
import org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager;
import ru.gerac... | [
"geracimov@gmail.com"
] | geracimov@gmail.com |
5d5720849f3f31bf35d9ba2ba30d983ea3cc7dd9 | f4a5f3efbc7df9cf4f55298176dead204abf7716 | /chineteklib/src/main/java/com/xx/chinetek/chineteklib/util/function/NetDateTimeAdapter.java | 8ae200a09de2123e2949ca42c96dfb744eba9c17 | [] | no_license | xuxin511/M | 2a85689f22d6d589258be2e0d36dc9f8d177dc2f | f46bcff917dc19a566a3a4c8fd2cbb33afb5609f | refs/heads/master | 2022-01-04T22:23:49.659940 | 2018-03-30T02:55:08 | 2018-03-30T02:55:08 | 109,813,726 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,081 | java | package com.xx.chinetek.chineteklib.util.function;
import android.text.TextUtils;
import com.google.gson.TypeAdapter;
import com.google.gson.stream.JsonReader;
import com.google.gson.stream.JsonToken;
import com.google.gson.stream.JsonWriter;
import java.io.IOException;
import java.util.Date;
/**
* Created by GHOS... | [
"ghost_511@sina.com"
] | ghost_511@sina.com |
ea570faad61bcbf73ac199a3a0f1e6ed643df192 | 8f1a00c63e03de907158895c7f27bfd7c0ac173d | /src/main/java/com/cloudbaboons/config/package-info.java | 80a6279ca62fd9d8d88d93dd2502f24c96e12759 | [] | no_license | cloudbaboons/cloudbaboons | 3ca9653dbb68f478c6128a0e6bd31eceea09128f | 14fadadb52b4eb81f9dfc8c8069d997f0f5d0dda | refs/heads/master | 2021-01-19T16:37:22.434313 | 2017-09-18T06:27:16 | 2017-09-18T06:27:16 | 101,013,053 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 82 | java | /**
* Spring Framework configuration files.
*/
package com.cloudbaboons.config;
| [
"kapil.kataria@kp.org"
] | kapil.kataria@kp.org |
a5276f94889c116f1e2d71efb60c5fdd5cf5ac86 | 318f01d9c7d6d5615c32eaf3a48b38e72c89dec6 | /thirdpp-trust-channel/src/main/java/com/zendaimoney/trust/channel/exception/PlatformErrorCode.java | 4b723c7c9d3208a21c2ef36656b4e29b46007abc | [] | no_license | ichoukou/thirdapp | dce52f5df2834f79a51895475b995a3e758be8c0 | aae0a1596e06992b600a1a442723b833736240e3 | refs/heads/master | 2020-05-03T03:12:33.064089 | 2018-04-18T06:00:14 | 2018-04-18T06:00:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,119 | java | package com.zendaimoney.trust.channel.exception;
/**
* 异常代码,加入默认说明,这样减少配置文件的写入了
*/
public enum PlatformErrorCode {
//检验错误,0开头
VALIDATE_ISNULL("000001","{0} 为空"),
VALIDATE_OVERLENGTH("000002","{0} 过长"),
VALIDATE_ILLEGAL_MULTIVALUE("000003","{0} 应该为 [{1}]"),
ERROR_CODE_MESSAGE_NULL("000004","{0} validate提示信息未配置")... | [
"gaohongxuhappy@163.com"
] | gaohongxuhappy@163.com |
529fe1756364d7fdbf46ca8bbd79941d39029def | 12f3b7a1d7fd7592e87b5d16c9c9cccc5b1b3ee6 | /src/com/flyerbox/view/PollDialog.java | c8905f0af275be3964aceebbd989c962e9ebee99 | [] | no_license | k2lhu/FlyerBoxClient | f462bca73a9f543441aed9dddc4b10d810fc734f | d0431650e42ecb747cba74de119bfd1a44533701 | refs/heads/master | 2021-01-22T06:40:17.885306 | 2014-12-10T18:57:03 | 2014-12-10T18:57:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,112 | java | package com.flyerbox.view;
import android.app.Dialog;
import android.app.Fragment;
import android.app.FragmentManager;
import android.content.Context;
import android.view.View;
import android.view.Window;
import android.view.WindowManager.LayoutParams;
import com.flyerbox.R;
/**
* Created by tmrafael on 04.12.2014.
... | [
"egor.gora@gmail.com"
] | egor.gora@gmail.com |
71397d70e9d4fa646f3602f2eeda891061844f28 | c8664fc194971e6e39ba8674b20d88ccfa7663b1 | /com/tencent/mm/plugin/backup/h/o.java | a7ad95041999946769019d796054b4b6f0e2b471 | [] | no_license | raochuan/wexin1120 | b926bc8d4143c4b523ed43e265cd20ef0c89ad40 | 1eaa71e1e3e7c9f9b9f96db8de56db3dfc4fb4d3 | refs/heads/master | 2020-05-17T23:57:00.000696 | 2017-11-03T02:33:27 | 2017-11-03T02:33:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,366 | java | package com.tencent.mm.plugin.backup.h;
import b.a.a.b;
import com.tencent.gmtrace.GMTrace;
import java.util.LinkedList;
public final class o
extends com.tencent.mm.bl.a
{
public String ID;
public long jXg;
public m jXj;
public int jXl;
public long jXm;
public long jXn;
public int jXo;
public int jX... | [
"15223790237@139.com"
] | 15223790237@139.com |
1212489f3691d1a0be5ea8d1f573e6bcb4e7c12d | 7fee790d4d50b25e17ad679346d0876783a121bd | /src/main/java/chap3/phaser_test6_2/extthread/PThreadC.java | 60aeadaea9face24fedce1d98c1ba6a46629ed58 | [] | no_license | hjy628/concurrency-practice | e9523a2c941cbf27ca8c26d394bd370af946650b | ea2437e024e22efe7e1a38efdebb91931733088f | refs/heads/master | 2021-05-07T03:10:30.509441 | 2017-11-23T08:12:33 | 2017-11-23T08:12:33 | 110,631,352 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 374 | java | package chap3.phaser_test6_2.extthread;
import chap3.phaser_test6_2.service.MyService;
/**
* Created by hjy on 17-11-15.
*/
public class PThreadC extends Thread{
private MyService service;
public PThreadC(MyService service) {
super();
this.service = service;
}
@Override
publi... | [
"hjy628@gmail.com"
] | hjy628@gmail.com |
7f05bb176156012449f6e4bd862b69734dcc341b | 20594c70d76899c1e8ba6eeadd9072d228cd1452 | /src/Images/Viewer/ImageFilterDemo.java | 373fde4c75b725e75c0415f9d313587a677cea9f | [] | no_license | bswiatek/javaCompleteReference | edabfbf2a8b8baf465c2d217aab08c7930bbd9fc | ea26734e8fcc95491abe86091699d540b3c04f32 | refs/heads/master | 2020-04-18T04:55:11.029316 | 2017-01-16T19:32:21 | 2017-01-16T19:32:21 | 66,380,601 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,957 | java | package Images.Viewer;
import java.applet.*;
import java.awt.*;
import java.awt.event.*;
import java.util.*;
public class ImageFilterDemo extends Applet implements ActionListener {
Image img;
PlugInFilter pif;
Image fimg;
Image curImg;
LoadedImage lim;
Label lab;
Button reset;
public ... | [
"emini1@swiatek.biz"
] | emini1@swiatek.biz |
42e24e8143e10063a9f5a8cbaea415a0162c1952 | 9f6f3642955a621c068d2aa0d9056f8d0f03a7d8 | /src/main/java/jp/co/casley/jankenapi/repository/db/entity/generate/MtJankenStrategyExample.java | f9ff06004605dceba1cc58093d3183393ff2fc12 | [] | no_license | kazuya-matsuoka/JankenAPI | b8f275b9018f7c764713fab9d79f9e600e0ad7f9 | f7d16db0d04011699ce785db2c55d6f9f2e14ae8 | refs/heads/master | 2020-09-17T05:25:42.155312 | 2019-11-25T17:38:08 | 2019-11-25T17:38:08 | 223,733,638 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 26,145 | java | package jp.co.casley.jankenapi.repository.db.entity.generate;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class MtJankenStrategyExample {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table jankendb.mt_janken_s... | [
"kazuya@192.168.0.33"
] | kazuya@192.168.0.33 |
8d304424d3382f8623be51acf96b602f5a4f5f02 | f8597d77251a459f91f49f662d11be4190f847f5 | /src/main/java/io/github/socraticphoenix/jource/ast/value/JavaSourceLiteralArray.java | 7a351958cea447cf09ad50d836e4423f48537145 | [] | no_license | SocraticPhoenix/Jource | 630e6c369a04f720266516357a09a64c42506c5e | 058fc2ed642e856c069872c097982c2fb83d622d | refs/heads/master | 2022-04-24T03:57:34.357678 | 2020-04-23T03:46:54 | 2020-04-23T03:46:54 | 84,269,867 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,387 | java | /*
* The MIT License (MIT)
*
* Copyright (c) 2016 socraticphoenix@gmail.com
* Copyright (c) 2016 contributors
*
* 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,
* in... | [
"socraticphoenix@gmail.com"
] | socraticphoenix@gmail.com |
cd0f72f2f3dbb064f26c62efe1650c8b7b563167 | 2c04dddb7890f69add4bf76eaba139b3393b42a9 | /fr.umlv.valuetype/src/main/java/fr/umlv/valuetype/specialization/Species.java | 73b5e2cc8bb77f9b0d17fafd5a62acf50c00a7cb | [
"MIT"
] | permissive | forax/valuetype-lworld | 9da132338a93acc720756cf1a1b5af24b7e34a63 | 4dff808e182b2376861e0d481288f761f56c4fb0 | refs/heads/master | 2021-07-06T04:02:37.482241 | 2020-09-11T16:25:54 | 2020-09-11T16:25:54 | 138,787,569 | 9 | 2 | null | null | null | null | UTF-8 | Java | false | false | 6,128 | java | package fr.umlv.valuetype.specialization;
import static java.lang.invoke.MethodType.methodType;
import static java.util.Collections.reverse;
import static java.util.stream.Collectors.toList;
import java.lang.invoke.MethodHandle;
import java.lang.invoke.MethodHandles;
import java.lang.invoke.MethodHandles.Lookup;
impo... | [
"forax@univ-mlv.fr"
] | forax@univ-mlv.fr |
86be762c12d797c5793fe2cb2f007d925e43a8e9 | 5de076285c97512fe37a1e15197b672aca891a6f | /src/main/java/com/kh/homeplus/facility/model/exception/FacilityException.java | f71a62483a0d83df61e776051719d116b72debd4 | [] | no_license | GwakHuisu/homeplus | f45233f2b3612c9e474a9cd69eafc00a6f50a131 | d9735f217d76435c97534ce326a8e9981aab77be | refs/heads/master | 2022-12-22T10:59:47.007977 | 2020-03-08T18:14:16 | 2020-03-08T18:14:16 | 245,837,585 | 0 | 1 | null | 2022-12-16T15:06:29 | 2020-03-08T15:18:59 | JavaScript | UTF-8 | Java | false | false | 168 | java | package com.kh.homeplus.facility.model.exception;
public class FacilityException extends RuntimeException {
public FacilityException(String msg) {
super(msg);
}
}
| [
"gwakhuisu8110@gmail.com"
] | gwakhuisu8110@gmail.com |
76a3ed6f7dce3fed525d9c2c6a3d91bb366ff4ad | 678a3d58c110afd1e9ce195d2f20b2531d45a2e0 | /sources/com/facebook/react/modules/debug/FpsDebugFrameCallback.java | cdc433130101662bba8d0f4f6689daa83e337ba5 | [] | no_license | jasonnth/AirCode | d1c37fb9ba3d8087efcdd9fa2103fb85d13735d5 | d37db1baa493fca56f390c4205faf5c9bbe36604 | refs/heads/master | 2020-07-03T08:35:24.902940 | 2019-08-12T03:34:56 | 2019-08-12T03:34:56 | 201,842,970 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 5,991 | java | package com.facebook.react.modules.debug;
import android.annotation.TargetApi;
import android.view.Choreographer;
import android.view.Choreographer.FrameCallback;
import com.facebook.infer.annotation.Assertions;
import com.facebook.react.bridge.ReactContext;
import com.facebook.react.uimanager.UIManagerModule;
import ... | [
"thanhhuu2apc@gmail.com"
] | thanhhuu2apc@gmail.com |
bdb7059c7cef48117b73254479ab9a6ebf3d369b | dcfdbc7add93212f59ce7a11f1a518e90f152e24 | /Spring-mvc-Anno2-GetEmp/src/main/java/com/spring/bo/BOimp.java | 4ddf2079d9cef5b54f54d352b84148dc164fe1f6 | [] | no_license | deepndra9755/springmvc | 5564a7793e73cafe323364b6cc28931e5dee211f | 508cb209ec501e95b0067a17a380e8ff2cbf6fe8 | refs/heads/master | 2023-07-02T06:21:01.238739 | 2021-08-08T01:46:19 | 2021-08-08T01:46:19 | 393,670,802 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 538 | java | package com.spring.bo;
public class BOimp {
//ID,NAME,LAST,ROLL
int id;
String Name;
String last;
int roll;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getName() {
return Name;
}
public void setName(String name) {
Name = name;
}
... | [
"cotlin@DESKTOP-RNJ3PV0"
] | cotlin@DESKTOP-RNJ3PV0 |
9742801a4915f424130684147ae6642778910a02 | a2c97c258f77a7ef7bb849135cdb26e38bacb022 | /src/main/java/br/com/rhribeiro25/bank/model/dtos/UserCreateDTORequest.java | f7488b2028f27fa077d483791745a979bf8aeba7 | [] | no_license | rhribeiro25/bank-project-spring-boot | 4e2fc251b1a15aa94c67b2d87793f5c639ad06d6 | 42817d0103a46009227a1df00f4025ce780d21ab | refs/heads/master | 2023-06-15T17:16:17.815908 | 2021-07-11T11:44:40 | 2021-07-11T11:44:40 | 312,475,163 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,231 | java | package br.com.rhribeiro25.bank.model.dtos;
import br.com.rhribeiro25.bank.model.entity.AccountEntity;
import br.com.rhribeiro25.bank.model.entity.UserEntity;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.validation.Valid;
import javax.valid... | [
"renan.shaolin.25@gmail.com"
] | renan.shaolin.25@gmail.com |
37b450eafefaa8e39550a696f388bbe555672692 | e60a371fdbfe269e69a0a1281856f7db83d088c6 | /src/main/java/org/belemkadem/accouchement/domain/enumeration/ModeAnesthesie.java | 38cb7e00c43808ccc0f8be7c44904a7c622389d7 | [] | no_license | belemkadem/testAccouchement | 96cdce6e89e62521a3048c906c580991dc1f3741 | 30a40f72f59559ead3d0bcb765515f5a4d30e73e | refs/heads/master | 2023-05-14T21:24:53.449138 | 2019-05-03T22:33:27 | 2019-05-03T22:33:27 | 196,832,178 | 0 | 0 | null | 2023-05-06T07:12:58 | 2019-07-14T12:10:26 | Java | UTF-8 | Java | false | false | 162 | java | package org.belemkadem.accouchement.domain.enumeration;
/**
* The ModeAnesthesie enumeration.
*/
public enum ModeAnesthesie {
AG, PERIDURALE, NON_DEFINI
}
| [
"belemkademyassine@gmail.com"
] | belemkademyassine@gmail.com |
8ad85cad52fafaf9dbb5d9dd71756f11c18da144 | 2ada60315f1f5dbfa9509fb3fd860c2e0d8c51a1 | /src/vista/PanelJugadores.java | f18b13311972aa2a722e4ebc8dfb56a717ae9f10 | [] | no_license | GPatiA2/Scrabble | 4f935fd719606532f37c737f75b9a8a55dbf8a58 | ded369f3a3f6d4115c0b09a18c9e47d333b95027 | refs/heads/main | 2023-08-20T10:42:24.859999 | 2021-10-27T21:11:38 | 2021-10-27T21:11:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,940 | java | package vista;
import java.awt.GridLayout;
import java.util.List;
import javax.swing.JPanel;
import controlador.Controller;
import modelo.Ficha;
import modelo.Integrante;
import modelo.JugadorObserver;
import modelo.TManagerObserver;
public class PanelJugadores extends JPanel implements TManagerObserver,JugadorObse... | [
"gugarc07@ucm.es"
] | gugarc07@ucm.es |
5e34b3203cc5aebf6c2487c8fd9129bdae0a0018 | aa3353339f3203a539dca899b32940bb0fd71fee | /Examples/src/main/java/com/aspose/asposecloudpdf/examples/document/GetPageFileAttachmentAnnotationsExample.java | f1eda1cb00c10c5c79fd97291cc3867758d2bb67 | [
"MIT"
] | permissive | aspose-pdf-cloud/aspose-pdf-cloud-java | 88d8ea76840ef8949482aa54c1c8240903d988dc | 9f088ed5cc59429c3e2832b372d9a174eb749ad8 | refs/heads/master | 2023-08-30T13:31:57.015852 | 2023-08-28T12:10:59 | 2023-08-28T12:10:59 | 134,710,143 | 2 | 3 | MIT | 2023-08-28T12:11:01 | 2018-05-24T12:09:47 | Java | UTF-8 | Java | false | false | 722 | java | package com.aspose.asposecloudpdf.examples.document;
import com.aspose.asposecloudpdf.ApiException;
import com.aspose.asposecloudpdf.api.PdfApi;
import com.aspose.asposecloudpdf.examples.Common;
import com.aspose.asposecloudpdf.model.FileAttachmentAnnotationsResponse;
public class GetPageFileAttachmentAnnotationsExam... | [
"mateen.sajid@systemsltd.com"
] | mateen.sajid@systemsltd.com |
73839ca59dd450a0bfaf29bc5de2ff5739a7fca5 | df9826228e9b42b805abe5c0c0d1778b609b1c9d | /src/net/yosoydev/CinemaUDG/Caja.java | a86df988139d3d279e7841a9061726b0d07ae08a | [
"MIT"
] | permissive | jesus997/CinemaUDG | 9962adc26d504db8a8ef55991d00ee04a76ff770 | c505ec0268d01e1f6d30682997cde23419bb9065 | refs/heads/master | 2021-05-08T20:57:01.472358 | 2018-02-06T23:41:54 | 2018-02-06T23:41:54 | 119,623,689 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,886 | java | package net.yosoydev.CinemaUDG;
import java.text.NumberFormat;
import java.util.ArrayList;
import java.util.List;
import java.util.Locale;
/**
*
* @author jesus
*/
public class Caja {
private final String nombre;
private double montoRecabado;
private int clientesAtendidos;
private int boletosVendid... | [
"j.magallon@oohmd.com"
] | j.magallon@oohmd.com |
5cea02ef9000ab0a826582eaeab56da10d25f04b | 7fc4a7cf96045784aae088ffc08c0288f98a3754 | /office/src/main/java/jp/kenichi/jna/tlb/office/IRibbonUI.java | 708627a4acf0204aff5350ae6b2b665bb2d5c879 | [
"MIT"
] | permissive | ken1ma/jna-tlb-access-2010 | afaa6d1612de43bfa0709f1af16789ab2647ce29 | b469b2f15b5f3f17d05d578a25e3a8211b05a83b | refs/heads/master | 2020-03-13T18:57:11.724825 | 2018-04-27T05:11:56 | 2018-05-01T07:55:02 | 131,245,017 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,990 | java |
package jp.kenichi.jna.tlb.office;
import com.sun.jna.platform.win32.COM.util.annotation.ComInterface;
import com.sun.jna.platform.win32.COM.util.annotation.ComMethod;
import com.sun.jna.platform.win32.COM.util.annotation.ComProperty;
import com.sun.jna.platform.win32.COM.util.IDispatch;
import com.sun.jna.platform.w... | [
""
] | |
1469f981166ace04ff78e74129178b701176234c | dcf1066d2bc2688e00ea7c9e7bbdd676d44b9c9e | /src/LRUCache.java | ddb4c8b15e5ea497c1fef94b04cda2d70399cc96 | [] | no_license | manvigupta1987/java_programming | dd1ffbbecb3067981c98a0ccef5365a45a5901fa | 8aafa9e838392719554e8ff9cffe20f1a63c5be9 | refs/heads/main | 2023-06-18T17:59:56.087098 | 2021-07-06T08:07:55 | 2021-07-06T08:07:55 | 323,863,429 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,354 | java | // LRU cache is used to store the most frequently used value at the front and
// least frequently used value at the end of the cache. Also, this cache is restricted to the
// capacity mentioned by the user. If more values need to be added in the cache, the Least
// frequently used values need to be removed.
// To achie... | [
"manvigupta1987@gmail.com"
] | manvigupta1987@gmail.com |
6433effb883b8ce02482b66ff451ddc9422a7a2f | b550eadeb89d460d65eb2e97afb099ba33d4a72a | /src/main/java/ex2/common/ProtocolType.java | fb86c2b0d6605cf7ef087a2785986f129ce91724 | [] | no_license | guidou44/tp3-cryptography | 98e093244c276ebfdb9b140f1f9d3b5fa30f9c47 | 60ba16d6d9ed3b66513065103a10fd3e5dd26ec4 | refs/heads/main | 2023-02-04T02:42:13.632706 | 2020-12-17T02:58:01 | 2020-12-17T02:58:01 | 316,150,133 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,194 | java | package ex2.common;
import ex2.domain.exceptions.InvalidChoiceException;
/*
* Enum qui contient les choix de protocole pour le premier menu quand le programme est lancé
* */
public enum ProtocolType implements ConsoleChoice {
HTTP_DIGEST(1, "HTTP-Digest"),
WEB_AUTH(2, "WebAuth"),
NONE(3, "Quitter");
... | [
"guidou06@gmail.com"
] | guidou06@gmail.com |
9734278cdf17a714b531bb70e80b7ca3c4ab4ba1 | cb2f0d8a5ae1422c67a84c4b9e268f6ec03cab10 | /ControleMultimidiaUniversal/src/com/embedded/controlemultimidiauniversal/ControlFragment.java | 1bd42e78ffa87da5ae1f031c98c8ae8703399a93 | [
"Apache-2.0"
] | permissive | felipelindemberg/ControleMultimidiaUniversal | dedd735850784f4675237b934ada4427b8208af4 | 491487411bc63db497943fac78b810ac7e37ef44 | refs/heads/master | 2021-01-17T13:21:04.704372 | 2013-11-25T13:44:56 | 2013-11-25T13:44:56 | 14,026,212 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,662 | java | package com.embedded.controlemultimidiauniversal;
import java.util.HashMap;
import java.util.Map;
import android.app.Fragment;
import android.content.Context;
import android.os.Bundle;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickLis... | [
"felipe.miranda.mdrs@gmail.com"
] | felipe.miranda.mdrs@gmail.com |
7548a6f1e79d7427b62d17663a6a293a8124390c | 146a30bee123722b5b32c0022c280bbe7d9b6850 | /depsWorkSpace/bc-java-master/prov/src/main/java/org/mightyfish/jcajce/provider/symmetric/DES.java | 3086c165feb3fd04e5064fefc9d78628872ad615 | [
"LicenseRef-scancode-warranty-disclaimer",
"MIT"
] | permissive | GLC-Project/java-experiment | 1d5aa7b9974c8ae572970ce6a8280e6a65417837 | b03b224b8d5028dd578ca0e7df85d7d09a26688e | refs/heads/master | 2020-12-23T23:47:57.341646 | 2016-02-13T16:20:45 | 2016-02-13T16:20:45 | 237,313,620 | 0 | 1 | null | 2020-01-30T21:56:54 | 2020-01-30T21:56:53 | null | UTF-8 | Java | false | false | 16,390 | java | package org.mightyfish.jcajce.provider.symmetric;
import java.security.AlgorithmParameters;
import java.security.InvalidAlgorithmParameterException;
import java.security.SecureRandom;
import java.security.spec.AlgorithmParameterSpec;
import java.security.spec.InvalidKeySpecException;
import java.security.spec.KeySpec;... | [
"a.eslampanah@live.com"
] | a.eslampanah@live.com |
b7e52eb63564d2f30bdbd4535d3ea9e6de7c0105 | dd180ad7d21bffe41227d81acbc63aa64b4cd1c9 | /algorithm_study/algorithm/Chapter01_Prac/Q3.java | ab58797cfc066cdc90f698614978c2370089a066 | [] | no_license | nari-52/algorithm_study | 49a48c0ed75e864c3b2adb0c3b4e36d3f15babf5 | 3fc36f957620f9e66020090615b5f27a2c438258 | refs/heads/master | 2022-12-28T03:52:58.183303 | 2020-09-28T14:20:10 | 2020-09-28T14:20:10 | 292,556,142 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 46 | java | package Chapter01_Prac;
public class Q3 {
}
| [
"60787793+nari-52@users.noreply.github.com"
] | 60787793+nari-52@users.noreply.github.com |
ad87bef616774b165a531ee045a955121858a593 | 7a434423e32fa235f121fc1e26003bacd8d0e7c8 | /src/test/java/dds_ordenes_de_trabajo/tp/PersistenceTest.java | cfdf600bab1b6bb0f5d02eefb5afb26dd1765210 | [] | no_license | estefimw/dds-tp-individual | 5912e4a66deba522e5576e5153c7d1bf35845a21 | dfb24d1b1fc7f03b1db429784e48b71056aca697 | refs/heads/master | 2021-01-11T10:07:08.478629 | 2016-11-03T18:48:49 | 2016-11-03T18:48:49 | 72,774,436 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,460 | java | package dds_ordenes_de_trabajo.tp;
import org.uqbarproject.jpa.java8.extras.WithGlobalEntityManager;
import org.uqbarproject.jpa.java8.extras.test.AbstractPersistenceTest;
import dds_ordenes_de_trabajo.Persistence;
import dds_ordenes_de_trabajo.cliente;
import dds_ordenes_de_trabajo.ordenDeTrabajo;
import dds_ordenes_... | [
"estefi.im@hotmail.com"
] | estefi.im@hotmail.com |
3344d75a5f830085507ae8e94c8b0b760ec87384 | bb7f5ad769bb60e6426e53d35508d98f65381a34 | /template_sfh/java/${basepackage_dir}/service/impl/${className}ServiceImpl.java | d731196b4924ea5aa9d50378aed235a782ec2bc1 | [] | no_license | chenxh3799/SF_Template | 3fd5789ad941ce3619f3c66533c478a8b5379817 | 64ebf38195da374a6fd4d80401f47b98121aa785 | refs/heads/master | 2020-03-09T05:32:37.961760 | 2018-04-08T08:11:02 | 2018-04-08T08:11:02 | 128,616,330 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,949 | java | <#include "/java_copyright.include">
<#include "/macro.include">
<#assign className = table.className>
<#assign classNameLower = className?uncap_first>
package ${basepackage}.service.impl;
import java.util.Date;
import java.util.HashMap;
import org.springframework.beans.factory.annotation.Autowired;
import org.s... | [
"294289064@qq.com"
] | 294289064@qq.com |
32c257c26671a969741a3d33b7df516a5ec4518e | 99c1d9a06feb68b26516211d72dbc1b14a225f17 | /nbReman/src/org/harley/reman/sistema/Educciones.java | 76e1ec81e7316392cce2bd6b3fcde4ea9efc24a3 | [] | no_license | aquila15/REMAN | 5418e5f1bf19c4475187389210c6ba5910ff0735 | 771d36ceabc58fe21dbf8d8af74760db886708e4 | refs/heads/master | 2021-01-18T02:30:15.752143 | 2015-12-27T10:44:50 | 2015-12-27T10:44:50 | 48,641,073 | 0 | 0 | null | 2015-12-27T10:23:30 | 2015-12-27T10:23:30 | null | UTF-8 | Java | false | false | 2,688 | java | package org.harley.reman.sistema;
import java.util.ArrayList;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElementWrapper;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
@XmlRootElement(name = "educciones")
@XmlType(propOrder = {... | [
"glunaluza@gmail.com"
] | glunaluza@gmail.com |
b159bee99ddada9fc39f58e8f0d9958eba246bee | 6d55f68783a85cb911fb81931fd6b3f396304c6c | /src/object/Song.java | ad6c51a6a374a47768a1981ccb5e8a369000e984 | [] | no_license | papaps/Beatify | 39be9061efce525c11999f9e8447060e7ddfb970 | 8eb4d99bf22bcbd2347d79625d70f1b85508b8d8 | refs/heads/master | 2021-10-27T05:09:22.530353 | 2019-04-16T03:18:48 | 2019-04-16T03:18:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,802 | java | package object;
import java.io.File;
import java.time.LocalDate;
public class Song implements Searchable {
private int song_id;
private String song_name;
private String genre;
private LocalDate date_uploaded;
private int album_id;
private String album_name;
private String artist_name;
... | [
"gabtan99@gmail.com"
] | gabtan99@gmail.com |
a85a12ec6e7aa4c55862c85086052fb343759e37 | 25270e51f37af34bb3b2b13e7a69153990f622c5 | /eventhub-service-layer/src/test/java/org/eventhub/service/user/package-info.java | 2fc8cfb42eccd92f5238137bd5612fe2fca85aa9 | [] | no_license | AhmedEraky/EventHub | cc46578bd197f41874699212cb5bf9e6d151cba4 | 235da2304abadc03a8ee74c57e18fde6e4277673 | refs/heads/master | 2023-01-28T23:58:05.030671 | 2020-12-10T09:22:40 | 2020-12-10T09:22:40 | 187,353,552 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 162 | java | /**
* Contains all test classes for user services
* @author Ahmed Eraky
* @author Mahmoud Shereif
* @author Menna Ahmed
*/
package org.eventhub.service.user; | [
"mnet30@yahoo.com"
] | mnet30@yahoo.com |
38e95edd74224c31b8fac88503d683f5f0a0c1f3 | a360329c1572184e201090fd08ad6a88c66c913a | /src/main/java/com/example/source/item/response/PageDataResult.java | ece2d1ed427b4c3881a82bd24ffcd760854adf8a | [] | no_license | hutter-zhx/source-item-one | 6760ceb2a8dd05e1d4c48c0e6189eb240b53185a | 86b3cd0146e242ddd7179f5e6e15561e58385c4f | refs/heads/master | 2022-03-03T18:47:29.260920 | 2020-02-19T12:35:11 | 2020-02-19T12:35:11 | 241,599,479 | 1 | 0 | null | 2021-04-22T17:04:37 | 2020-02-19T10:59:23 | Java | UTF-8 | Java | false | false | 692 | java | package com.example.source.item.response;
import lombok.ToString;
import java.util.List;
/**
* 封装分页数据
*/
@ToString
public class PageDataResult {
private Integer code=200;
private List<?> list;
//总记录数量 内部用
private Integer totals;
public Integer getCode() {
return code;
}
pu... | [
"1015910794@qq.com"
] | 1015910794@qq.com |
98a4ff6ac381d26eca84058ddb32e02286e800b2 | 04f5aeca43b5ce887992a883c401b87c797ee87a | /Java Intermedio/Ejercicio4/src/servidor/Principal.java | 490dc178c456943e700c9ee7b888e50a8cf4213c | [] | no_license | maroxa86/MasterExes | daa19040e3fa1919b66aa01a693372c223111898 | cdd3a600db04a1bb941a70a1738d7421ab0250c7 | refs/heads/master | 2021-01-11T11:15:16.943525 | 2018-04-01T11:54:50 | 2018-04-01T11:54:50 | 72,865,483 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 216 | java | package servidor;
import java.io.IOException;
public class Principal {
public static void main(String[] args) throws IOException{
Servidor servidor = new Servidor();
servidor.startServidor();
}
}
| [
"maroxa86@gmail.com"
] | maroxa86@gmail.com |
fad6693a7fd5b903e80ef740f291b602a3eddd0c | 555b70eed21edd287020b73e40c49c62fbd3e1dc | /sacmi/src/main/java/br/com/mimilis/sacmi/fin/ref/TipoFinanceiro.java | baee0bba94267b7cfce67712b96801f40cf783ce | [] | no_license | PPShow/sacmi | 96596521d026a4639a555709687a944af08a8119 | ff1e0e651e7d820be4ef7c8e76a304d37dcdb03d | refs/heads/master | 2021-09-05T15:57:41.377610 | 2018-01-29T13:42:44 | 2018-01-29T13:42:44 | 111,393,615 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,177 | java | package br.com.mimilis.sacmi.fin.ref;
public enum TipoFinanceiro {
RECEITA(1, 1, "Receita", 'R'),
DESPESA(2, 1, "Despesa", 'D');
private Integer id;
private Integer grupo;
private String descricao;
private Character valor;
private TipoFinanceiro(Integer id, Integer grupo, String descricao, Character valor)... | [
"flamo_fui@hotmail.com"
] | flamo_fui@hotmail.com |
f614c24c542ddd2e71c19b543dd140ed82355896 | cc7936260b439d259d1dc5f07b5269b9501496f0 | /src/main/java/com/jf/mydemo/mytest/ConsumeTest/Resource.java | c86c89d1f5fdf38dd175c9f75a55bed3fa400d19 | [] | no_license | Monkey-D-Jie/MyTest | d392057eae39e8febe5917c542200d895f67b4bb | 588d122cbea8f8dbfa893b78a9845c7aaf5f5fee | refs/heads/master | 2020-03-19T07:22:19.263495 | 2019-06-19T01:54:51 | 2019-06-19T01:54:51 | 136,108,158 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,823 | java | package com.jf.mydemo.mytest.ConsumeTest;
import com.jf.mydemo.mytest.ObjectTest.Serializable.User;
import java.io.Serializable;
import java.util.Date;
/**
* 资源
*/
public class Resource implements Serializable {
/**
* 唯一标识
*/
private String resourceId;
/**
* 资源文件类型,视频、图片、文本
*/
p... | [
"liuyujunqi@163.com"
] | liuyujunqi@163.com |
424ed0d3ceba901e554ce7e29570e88471e91855 | a4e61f1fe2603b3a4ab29e6063134fac4d0bea25 | /src/office66/GameOfLife.java | 49896ee8c66b899a5a8b13f7932a2fc0d946b48c | [] | no_license | zsm625/LeetCode | 45a9f1f9772142acb86b786e10c8302cbe2122ca | 179aa8cec25bea03465e35599d2585d3180caefb | refs/heads/master | 2023-07-24T03:27:31.878834 | 2023-07-18T09:39:52 | 2023-07-18T09:39:52 | 207,589,296 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,357 | java | package office66;
/**
* 细胞生存游戏
* 给定一个包含 m × n 个格子的面板,每一个格子都可以看成是一个细胞。
* 每个细胞都具有一个初始状态:1 即为活细胞(live),或 0 即为死细胞(dead)。
* 每个细胞与其八个相邻位置(水平,垂直,对角线)的细胞都遵循以下四条生存定律:
* 如果活细胞周围八个位置的活细胞数少于两个,则该位置活细胞死亡;
* 如果活细胞周围八个位置有两个或三个活细胞,则该位置活细胞仍然存活;
* 如果活细胞周围八个位置有超过三个活细胞,则该位置活细胞死亡;
* 如果死细胞周围正好有三个活细胞,则该位置死细胞复活;
* @author... | [
"zhoushimin_625@163.com"
] | zhoushimin_625@163.com |
b3ed74c605e7646785199fe344efa876e41d0b55 | 0900ec88ff61c3c7cced13a553c167da9ceb81ae | /JBiblePrototype/src/app/bible/ui/BibleUI.java | 3d9c707fa36c50890afd746fc4206bdad29b9c65 | [
"MIT"
] | permissive | pretizy/Jbible | 00f7adde707a2c22543f71b444ad5572e471c2f4 | 78622a4d1fa3255644be728c08e426a772911799 | refs/heads/master | 2020-05-29T22:26:28.093896 | 2015-03-19T17:47:20 | 2015-03-19T17:47:20 | 31,784,338 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,232 | 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 app.bible.ui;
import controllers.ChapterController;
import controllers.VerseController;
import java.util.Iterator;
import java... | [
"pretizy@gmail.com"
] | pretizy@gmail.com |
f7f0c675d76b953b14181f62413e0bf9cb9db012 | cf108f86ae8bf47beed52e9a19456db867d2d3fa | /org.eclipse.datatools.connectivity.ui/src/org/eclipse/datatools/connectivity/ui/PasswordTextPropertyDescriptor.java | a3333aa0aecf3087c1d38e9b0247190aa139fe12 | [
"Apache-2.0",
"EPL-1.0"
] | permissive | KangZhiDong/DataToolsPlatform | 7aaabe8bfe9b3540b12be991a7b7ea2e8193e1ee | 76be044c0c2a413f09e1f00bf4a4ce08c52be070 | refs/heads/master | 2020-05-09T21:20:10.681385 | 2019-04-16T06:29:04 | 2019-04-16T06:29:04 | 181,438,269 | 1 | 0 | Apache-2.0 | 2019-04-15T08:08:45 | 2019-04-15T07:49:46 | null | UTF-8 | Java | false | false | 3,869 | java | /*******************************************************************************
* Copyright (c) 2005 Sybase, Inc.
*
* All rights reserved. This program and the accompanying materials are made
* available under the terms of the Eclipse Public License v1.0 which
* accompanies this distribution, and is available at... | [
"kzd666@163.com"
] | kzd666@163.com |
54fd10e07e38818ca38421fe21d9133551b70114 | 6e598d1af7857e72e26fdc7f198723f7665649c3 | /src/com/sumames/sir/entity/Garage.java | 91938cf4f9e889ed350233a7859dec0fbd2af7fe | [] | no_license | kirakatou/SIR | 3dd95cda92d7f9ce18696aceba6619d64bf424e0 | c89625735733387446ab5b8977e4460aee6482af | refs/heads/master | 2021-01-12T17:24:09.435046 | 2016-11-19T19:02:50 | 2016-11-19T19:02:50 | 71,560,697 | 0 | 1 | null | 2016-10-30T10:41:29 | 2016-10-21T11:49:02 | Java | UTF-8 | Java | false | false | 5,874 | 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.sumames.sir.entity;
import java.io.Serializable;
import java.util.Date;
import javax.persistence.Basic;
import j... | [
"Sutandi"
] | Sutandi |
033504cfc805ce156a749c71cb990033cb048d55 | 3b8347056027427993fdc22a8ab937ce83d56617 | /src/pe/libertadores/dto/ProductoGlobalDTO.java | e6306b369f315e3a193d1ce099852b08297af6f9 | [] | no_license | mshelzr/alojanet | 2d8e8002b68462560f3c211cbd16b2b46bb26c91 | d5128d094383690ff080c0e491bbddaa82c2abd4 | refs/heads/master | 2020-04-05T06:10:32.326865 | 2014-05-20T12:06:26 | 2014-05-20T12:06:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,369 | java | package pe.libertadores.dto;
// Generated 04-ene-2014 20:15:56 by Hibernate Tools 4.0.0
/**
* ProductoGlobalDTO generated by hbm2java
*/
public class ProductoGlobalDTO implements java.io.Serializable {
private int idProductoGlobal;
private TipoProductoDTO tipoProductoDTO;
private int idProducto;
... | [
"mshelzr"
] | mshelzr |
16e95a82e88cfe039d23aeb35cc4eacfd2515b55 | 469da40c238685b3a21af37e12265e7a3b126322 | /java/season03/hw06/src/main/java/spring/services/MyTestService2.java | 33596d640653766d3cd846b58967d4e1f713a71a | [] | no_license | peanuts6/homework | 0583325b6e3d4d50d9c3ce1ffb2797d768c82d9b | cc01976ed33fad08e7546996e083f646abf9c29d | refs/heads/master | 2021-01-01T16:54:53.783942 | 2018-01-29T04:19:03 | 2018-01-29T04:19:03 | 97,952,408 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 408 | java | package spring.services;
import org.springframework.stereotype.Component;
@Component("myTestService2")
public class MyTestService2 {
public MyTestService2()
{
System.out.println("MyTestService2 craeated "+this);
}
public void doBusinessAAA(String[] args,boolean suc)
{
}
public void... | [
"24599489@qq.com"
] | 24599489@qq.com |
8c0a39a674493d100b14d10e4ec2d31e564ef21f | 265302da0a7cf8c2f06dd0f96970c75e29abc19b | /ar_webapp/src/main/java/org/kuali/kra/meeting/ModifyScheduleAuthorizer.java | 120ba1497bd52ca905b8927985d08e1e375062dd | [
"Apache-2.0",
"ECL-2.0"
] | permissive | Ariah-Group/Research | ee7718eaf15b59f526fca6983947c8d6c0108ac4 | e593c68d44176dbbbcdb033c593a0f0d28527b71 | refs/heads/master | 2021-01-23T15:50:54.951284 | 2017-05-05T02:10:59 | 2017-05-05T02:10:59 | 26,879,351 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,004 | java | /*
* Copyright 2005-2014 The Kuali Foundation
*
* Licensed under the Educational Community 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.opensource.org/licenses/ecl1.php
*
* Unless required by... | [
"code@ariahgroup.org"
] | code@ariahgroup.org |
22dcafe51c6a1ce63ed45dcebf90e6652cac0bad | 63152c4f60c3be964e9f4e315ae50cb35a75c555 | /sql/core/target/java/org/apache/spark/sql/execution/streaming/MaxWatermark.java | cf1a4c0afc0482393caf550bfbe53c43e3a66365 | [
"EPL-1.0",
"Classpath-exception-2.0",
"LicenseRef-scancode-unicode",
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla",
"LicenseRef-scancode-free-unknown",
"GCC-exception-3.1",
"LGPL-2.0-or-later",
"CDDL-1.0",
"MIT",
"CC-BY-SA-3.0",
"NAIST-2003",
"LGPL-2.1-only",
"LicenseRef-scancode-other... | permissive | PowersYang/spark-cn | 76c407d774e35d18feb52297c68c65889a75a002 | 06a0459999131ee14864a69a15746c900e815a14 | refs/heads/master | 2022-12-11T20:18:37.376098 | 2020-03-30T09:48:22 | 2020-03-30T09:48:22 | 219,248,341 | 0 | 0 | Apache-2.0 | 2022-12-05T23:46:17 | 2019-11-03T03:55:17 | HTML | UTF-8 | Java | false | false | 1,219 | java | package org.apache.spark.sql.execution.streaming;
/**
* Policy to choose the *max* of the operator watermark values as the global watermark value. So the
* global watermark will advance if any of the individual operator watermarks has advanced.
* In other words, in a streaming query with multiple input streams and w... | [
"577790911@qq.com"
] | 577790911@qq.com |
e7b349a423374bff0d633a97edf536a00023b78c | 722d56e9c5734e8ad4439a615348b90b5c6cd0f1 | /hitao/hitao_commons/src/main/java/com/utils/JwtTokenUtil.java | 3e941dab5b8b4ced1ce0c7227488a5d89c2be9be | [] | no_license | wobuxiangzhucea/hitao | 42c8514e830fcc655ae5ba5e3d26904559d7ad9e | b0b8f9fa57b914b1d819a93feb67f3dc1848120e | refs/heads/master | 2020-03-31T20:33:15.229166 | 2018-10-22T01:44:56 | 2018-10-22T01:44:56 | 152,545,285 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,504 | java | package com.hzit.utils;
import com.auth0.jwt.JWT;
import com.auth0.jwt.JWTVerifier;
import com.auth0.jwt.algorithms.Algorithm;
import com.auth0.jwt.interfaces.Claim;
import com.auth0.jwt.interfaces.DecodedJWT;
import com.auth0.jwt.interfaces.Verification;
import java.io.UnsupportedEncodingException;
import java.util.... | [
"1397764602@qq.com"
] | 1397764602@qq.com |
72e6de3756af169045f4e08d50e638c18a5b5a47 | 43cb9ab777e6d1776a76725763a1d922cd141610 | /src/main/java/kr/or/ddit/lprod/controller/AllLprod.java | aab8cffbff97ad91cf6fab83ea26d8b43e170b02 | [] | no_license | byez0210/jsp | 32297856f1fb005eca33e243ff1723109b2b7e40 | d84d7cea4898a3d8fb8e55b1d89ccf8e0e814ddb | refs/heads/master | 2023-02-18T17:41:10.080966 | 2021-01-21T00:26:06 | 2021-01-21T00:26:06 | 323,770,708 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 760 | java | package kr.or.ddit.lprod.controller;
import java.util.List;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import kr.or.ddit.lprod.model.LprodVo;
import kr.or.ddit.lprod.service.LprodService;
import kr.or.ddit.lprod.service.LprodServiceI;
@WebServlet("/allLprod")
public class Al... | [
"byez02100@gmail.com"
] | byez02100@gmail.com |
045db5265f3ce9d62f74f6afc4e76f840a51c5ec | 1b71391fdddd0ee748669a6a4badfcd69347c281 | /.evosuite/tmp_2018_12_07_15_47_26/tests/system/model/dao/QuestionDao_ESTest_scaffolding.java | 74548f9a4d04e0edc42779a084c005c8295aa268 | [] | no_license | berl-a/DiplomaBackend | e809f2257c059314f310d4a6e8195b23831d9eda | d6e65609133ff93b2b275a1eb0496e9e6ce790ce | refs/heads/master | 2020-04-01T06:47:56.459540 | 2019-01-02T18:22:43 | 2019-01-02T18:22:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,516 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Fri Dec 07 15:02:55 GMT 2018
*/
package system.model.dao;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.After;
imp... | [
"romanberla@gmail.com"
] | romanberla@gmail.com |
5dc65b649ed6a95ecf4eb7d8f6acd7bcfc643c62 | 35e08caf162e5203806ec370d17ea4ec61223d8e | /src/main/java/com/yonyou/h/services/Lu4AppJobImpl.java | 07c4f66d55d3ce230c1c5b993d854b5382857c7b | [] | no_license | chizengkun/RestFul2.0 | 9521ede6041528f8c987f254d15bfb22ed41ead6 | 1ac0d77f08bd717c4ccf5a10d2358c4ac5ae313e | refs/heads/master | 2016-08-11T16:52:07.937105 | 2016-04-14T00:39:51 | 2016-04-14T00:39:51 | 55,114,338 | 0 | 1 | null | null | null | null | GB18030 | Java | false | false | 4,308 | java | package com.yonyou.h.services;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor;
import org.dom4j.Document;
import org.dom4j.DocumentException;
import org.dom4j.DocumentHelper;
import org.dom4j.Element;
import org.springframe... | [
"chizengkun@163.com"
] | chizengkun@163.com |
07ba641f2c25446f3e7970ddacbe36c99c09a9e5 | 2adc834c069ad4a710e6d4ae09eaa66ca75998e8 | /com.gerken.frontend.se.xform/jet2java/com/gerken/frontend/se/xform/compiled/_jet_editorconstraintfailurejava.java | f0e4a6ac18340815473f7a3c040e57fd8573376a | [
"Apache-2.0"
] | permissive | chrisGerken/transformAuthoring | 8f5adcbcc2cd4a6135862a1ba2188bd33d0d908a | b5d1c7441bf6364f1276a03d0e7bc391d5302130 | refs/heads/master | 2021-01-17T13:30:30.825197 | 2017-01-02T13:07:23 | 2017-01-02T13:07:23 | 12,684,968 | 1 | 1 | null | 2016-05-15T00:48:21 | 2013-09-08T18:00:20 | Java | UTF-8 | Java | false | false | 5,826 | java | package com.gerken.frontend.se.xform.compiled;
import org.eclipse.jet.JET2Context;
import org.eclipse.jet.JET2Template;
import org.eclipse.jet.JET2Writer;
import org.eclipse.jet.taglib.RuntimeTagElement;
import org.eclipse.jet.taglib.TagInfo;
public class _jet_editorconstraintfailurejava implements JET2Template {
... | [
"chris.gerken@gerkenip.com"
] | chris.gerken@gerkenip.com |
54389bf3a0f8a5da41ff08e7fae9b4475b0e852d | f92efd14f940aa51c522cd652cc4bdaf0f393e17 | /Common/src/main/java/com/calvities/cl/utils/ExceptionUtil.java | 1eb01b0dd7a1f3a2375b41f0d40153f4e5fd97de | [] | no_license | calvities/Project_Base_Demo | a474f8a638daa2242fb7dee1d6cd70609f708517 | fd35a8e56c710276c61ec3e137a6c06a885e0c9b | refs/heads/master | 2023-02-18T11:10:54.340101 | 2021-01-05T08:15:37 | 2021-01-05T08:15:37 | 324,926,714 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 987 | java | package com.calvities.cl.utils;
import java.io.IOException;
import java.io.PrintWriter;
import java.io.StringWriter;
/**
* 异常处理工具
* @Author CL
* @Date 2020/12/25
*/
public class ExceptionUtil {
/**
* 异常信息
* @param e 异常
* @return 异常信息
*/
public static String getMessage(Exception e) {
... | [
"707316053@qq.com"
] | 707316053@qq.com |
10acedab3e2ff5ba210e8c975ec9d1c7b7864e5e | 55de9ca4e441991a5315bc6e3f6c286f71c4e6e1 | /src/main/java/game/domain/dto/JpaDto.java | 5e5036bdb946ca2c56745567997bc4943d09313c | [] | no_license | worbs7/spring-rpgGame | 6f3b46bf653d97fd33c0c79f48ed75b8f003c9f3 | f074bf1f7f189fcd71ac64524d870b6a8a84fb8c | refs/heads/master | 2022-12-27T14:16:30.689624 | 2020-10-13T06:59:27 | 2020-10-13T06:59:27 | 301,335,891 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 807 | java | package game.domain.dto;
import java.time.LocalDateTime;
import game.domain.entity.JpaBoard;
import lombok.Data;
import lombok.NoArgsConstructor;
@NoArgsConstructor
@Data
public class JpaDto {
private Long no;
private String writer;
private String subject;
private String content;
private Strin... | [
"301306@DESKTOP-FE1JJ57"
] | 301306@DESKTOP-FE1JJ57 |
bdfb512b3e2ff5c3c4a994ae9738a9014e3fdcba | e23d016b0385ac42a6339dfa641a5ec4ce110c8a | /src/main/java/com/kirkirillov/tracker/my_tracker/exceptionHandling/EntityGlobalExceptionHandler.java | 34a72a29a736c472cbbfc5fec3b8841db4313c73 | [] | no_license | Kirill-Kirillov/MyTracker | 59e2dc6504a496b068d69bbd6b74f4cf9ce8ed23 | fdc9eb910b46419d322e1c99006ec2ba1217a9f3 | refs/heads/master | 2023-02-05T10:01:45.314398 | 2020-12-24T07:00:05 | 2020-12-24T07:00:05 | 320,292,548 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 996 | java | package com.kirkirillov.tracker.my_tracker.exceptionHandling;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.ControllerAdvice;
import org.springframework.web.bind.annotation.ExceptionHandler;
@ControllerAdvice
public class Enti... | [
"kirillov_ko@icloud.com"
] | kirillov_ko@icloud.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.