blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c17a0d0fa4dbdd8cecfc184e1a9391c9bd0fe0bd | c624dc1ab334ca673c2c141694d01937fcb71ccb | /src/main/java/com/chenhai/educationsystem/dto/FeeDto.java | 39e4125371a66fa74a71dc38304c6122c7a414bd | [] | no_license | shenzhiqiang1997/education-system | 12a4ad1538fde7c4414749e4bb23b6698c37cf88 | f13e51ecea76cf3a5bf820637605f5799c5b1889 | refs/heads/master | 2020-03-12T10:53:27.438916 | 2018-06-19T10:09:34 | 2018-06-19T10:09:34 | 130,583,545 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 799 | java | package com.chenhai.educationsystem.dto;
import org.springframework.format.annotation.DateTimeFormat;
import java.util.Date;
public class FeeDto {
private Integer studentId;
@DateTimeFormat(pattern = "yyyy/MM/dd HH:mm")
private Date startTime;
@DateTimeFormat(pattern = "yyyy/MM/dd HH:mm")
private... | [
"1422537078@qq.com"
] | 1422537078@qq.com |
4c7efef60c72766756b977cf93aa6ebf38cf644d | 275ab2f38937c63a26db1c1855dc3db3c4c7adc3 | /app/src/test/java/com/example/shana/chat/ExampleUnitTest.java | 1e3caaf1d45c7dc5480ffb0119ba047ba8ab82e4 | [] | no_license | TwilightNight/AndroidLesson1_Intent | 9fee3602d78f986862d9c890cfc5478fba706680 | 01ffdfaf733c24ba4cc9c2bc34ee5096757afaf8 | refs/heads/master | 2021-01-10T15:17:50.756272 | 2015-12-16T05:11:41 | 2015-12-16T05:11:41 | 47,692,588 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 315 | java | package com.example.shana.chat;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
}
} | [
"rie00002@gmail.com"
] | rie00002@gmail.com |
a588dd6e758ced6f140b41a8909c01b1d4485c57 | a6080ba0c417838cf24f03cc6e4b9b6939f8eb3e | /backend/src/main/java/com/devsuperior/dscatalog/services/ProductService.java | 9693881a2a81d34c70c4f171c61f7ca8aa32cdea | [] | no_license | JonasRF/aula-deploy-aws | d96370a1e5f56ad8180dc4460fff0e6790a63a0f | e54a2ee7fe604ecbe9beb95cb36f41f106daf5fc | refs/heads/main | 2023-08-22T04:25:13.302813 | 2021-10-22T19:41:24 | 2021-10-22T19:41:24 | 419,431,106 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,193 | java | package com.devsuperior.dscatalog.services;
import java.util.Arrays;
import java.util.List;
import java.util.Optional;
import javax.persistence.EntityNotFoundException;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.dao.DataIntegrityViolationException;
import org.springfram... | [
"jonasribeiro41@yahoo.com.br"
] | jonasribeiro41@yahoo.com.br |
0baee2864c9eb49c1895ad745df513052dc87db4 | b6a72e96311aa855ea33700aa263ec10adccd2d8 | /javaee-impl/src/main/java/org/jboss/forge/spec/javaee/validation/provider/HibernateValidatorProvider.java | 5153deecd41c84c12cead47c57e8caa307200fde | [] | no_license | ishaikovsky/core | 00bffde68ce10005d6272e9d0531cda3db8c21da | aeb57a6e7477872f07d387440127dc418e391b6b | refs/heads/master | 2021-01-15T19:39:20.360284 | 2011-05-18T18:59:08 | 2011-05-18T18:59:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,172 | java | /*
* JBoss, Home of Professional Open Source
* Copyright 2011, Red Hat, Inc., and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the ... | [
"lincolnbaxter@gmail.com"
] | lincolnbaxter@gmail.com |
5212f909cdb58d3117c1758c18955ee341c6ddde | 326d74a0004c6f8bf19dd09242c4736b8c5d60b8 | /src/main/java/com/cheer/designpattern/dynamicproxy/Subject.java | d03a5d0aa2c0a0b9574b8446010cd5434a852a20 | [] | no_license | Hikari41/proxy-design-pattern | 3371b9fe1b64769e1a61948251ad0d12e6c200cf | deb6ce7212996b7e23181a97050a60c82fef262f | refs/heads/master | 2020-04-08T07:15:30.241911 | 2018-11-26T08:09:54 | 2018-11-26T08:09:54 | 159,132,874 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 96 | java | package com.cheer.designpattern.dynamicproxy;
public interface Subject {
void request();
}
| [
"liao_0221@163.com"
] | liao_0221@163.com |
f43434ce83b36a5ffd068631d5f01e98c53eb2d7 | 40d844c1c780cf3618979626282cf59be833907f | /src/testcases/CWE129_Improper_Validation_of_Array_Index/s02/CWE129_Improper_Validation_of_Array_Index__File_array_read_no_check_72b.java | 22cce677995a6f4cb8ce8c9584c5c0be7c14fb42 | [] | no_license | rubengomez97/juliet | f9566de7be198921113658f904b521b6bca4d262 | 13debb7a1cc801977b9371b8cc1a313cd1de3a0e | refs/heads/master | 2023-06-02T00:37:24.532638 | 2021-06-23T17:22:22 | 2021-06-23T17:22:22 | 379,676,259 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,499 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE129_Improper_Validation_of_Array_Index__File_array_read_no_check_72b.java
Label Definition File: CWE129_Improper_Validation_of_Array_Index.label.xml
Template File: sources-sinks-72b.tmpl.java
*/
/*
* @description
* CWE: 129 Improper Validation of Array Index
* BadSour... | [
"you@example.com"
] | you@example.com |
ab49e80bb1faad089cb216173bfc6e9838c6f1fa | fab262e43f0644c4e9726fbff58a50338ff20b69 | /Hoytid.java | bde2394f38ccdf83b5c63a892d9f6a1eaa33682c | [] | no_license | RetinaInc/HotellBooking | 2922f1debd464fd52b64c8cd654ec8224a5e04a2 | e0e9311778a298fab4c7d121c8747c1c180f1047 | refs/heads/master | 2021-01-20T11:43:56.710304 | 2014-01-19T20:41:31 | 2014-01-19T20:41:31 | null | 0 | 0 | null | null | null | null | ISO-8859-15 | Java | false | false | 1,525 | java | /* Laget av
****Magnus Jårem Moltzau, s180473
****Anders Nødland Danielsen, s180475
****siste oppdatering: 11.04.12
****Beskrivelse:
* Hoytid.java inneholder klassen Hoytid.
*/
import java.io.Serializable;
import java.util.GregorianCalendar;
//Klassen definerer Hoytid-objekter, med fra- og tildato, samt høytidsnavn.
... | [
"andersndanielsen@gmail.com"
] | andersndanielsen@gmail.com |
d88185d970b92f855130be303f57fd987c3cb657 | 42954001028f2775b1d3a70663a92b9c8c4f36a6 | /Hello/program/src/program/Palindromprogram.java | 84c9da65db198eb95b24e7eb6eccab79bab427ff | [] | no_license | shikhamca/corejava | 1925fee82ddc042abafe5eba764393d1b6bd16a5 | 66878a8fd927e99d436e0a01789bcb2bfce5ab46 | refs/heads/master | 2020-12-04T21:32:08.166324 | 2020-03-16T12:31:40 | 2020-03-16T12:31:40 | 231,908,093 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 671 | java | package program;
public class Palindromprogram {
public static void main(String[] args) {
int rem, rev= 0, temp;
int n=121; // user defined number to be checked for palindrome
temp = n;
// reversed integer is stored in variable
while( n != 0 )
{
... | [
"shikhamca"
] | shikhamca |
82e6150bc338a7b12675bfa7aedf1c77a090cddb | 811e44a12484ba80aa534ff9e6561bd97241c82a | /StarBattle_ServerGame/src/com/starbattle/gameserver/game/mode/impl/DeathMatch.java | 997beb79820a635cf24b08aa31fac8fa7169ad08 | [] | no_license | Seiseikatsu/dhbwStarbattle | 41ba32502426c582e858609ad8b5b8e6a004a811 | 2d1e39d66213bf31112646e970979d9d51f5e5b4 | refs/heads/master | 2020-06-02T08:01:45.033812 | 2015-07-02T19:05:46 | 2015-07-02T19:05:46 | 24,839,183 | 2 | 3 | null | null | null | null | UTF-8 | Java | false | false | 1,443 | java | package com.starbattle.gameserver.game.mode.impl;
import com.starbattle.gameserver.game.Team;
import com.starbattle.gameserver.game.action.Damage;
import com.starbattle.gameserver.game.item.GameItem;
import com.starbattle.gameserver.game.mode.GameMode;
import com.starbattle.gameserver.player.GamePlayer;
public class ... | [
"roll2@web.de"
] | roll2@web.de |
e64f1974032b5955151622f8be86205c49542def | 44e7adc9a1c5c0a1116097ac99c2a51692d4c986 | /aws-java-sdk-codecommit/src/main/java/com/amazonaws/services/codecommit/model/transform/UpdateApprovalRuleTemplateDescriptionRequestProtocolMarshaller.java | 436068ca351ef12566cde212f6039f86be4af35f | [
"Apache-2.0"
] | permissive | QiAnXinCodeSafe/aws-sdk-java | f93bc97c289984e41527ae5bba97bebd6554ddbe | 8251e0a3d910da4f63f1b102b171a3abf212099e | refs/heads/master | 2023-01-28T14:28:05.239019 | 2020-12-03T22:09:01 | 2020-12-03T22:09:01 | 318,460,751 | 1 | 0 | Apache-2.0 | 2020-12-04T10:06:51 | 2020-12-04T09:05:03 | null | UTF-8 | Java | false | false | 3,035 | java | /*
* Copyright 2015-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
07f3c6b2d97e873da172b6e144af482f49ec90cb | 7b33780ea9369f8fd0a3c43b25b137667c0e78ed | /src/main/java/com/example/demo/service/ViaCepClient.java | 15a0591403eefa0ee711af9acc3aed800939b64a | [] | no_license | Ratkovski/poc-orange | 0ab6184735bb73a9b6fada5440e5cbd9f032a41c | 3bef3581c5c1dc43d9eba245f95faca20f58ff99 | refs/heads/main | 2023-08-22T01:46:38.855294 | 2021-10-07T12:52:51 | 2021-10-07T12:52:51 | 413,867,958 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 579 | java | package com.example.demo.service;
import com.example.demo.dto.ViaCepDto;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
@Fe... | [
"drezcry@hotmail.com"
] | drezcry@hotmail.com |
40a468240623eea405c9fbe22b793b7b8984e65c | 10ae621945c715d8d10637c9ec7511e6a33c6cb4 | /src/main/java/app/dao/entity/Vote.java | 66585af8887edf578e0dc51f551cae6b7391c20a | [] | no_license | menesbatto/FantaSfigaWeb | e52156280299aa759e999387be1635511287b7ec | 1d10e83cd8133463d79abd51449ba94a6ccf4c8e | refs/heads/master | 2021-05-14T18:26:53.726873 | 2018-03-05T11:04:54 | 2018-03-05T11:04:54 | 116,073,451 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,554 | java | package app.dao.entity;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
@Entity
public class Vote {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private long id;
private static final long serialVersionUID = -... | [
"valerio.meneguzzo.85@gmail.com"
] | valerio.meneguzzo.85@gmail.com |
70806395001e4aae4c67c2bdea54b2bae040f3d7 | 21eea24582e69765e9055f94836ef3efe8999f8b | /central/src/main/java/org/glowroot/central/repo/SchemaUpgrade.java | 4df57634584acb4a8ada4f2cae5dfb13eaed2ac9 | [
"Apache-2.0"
] | permissive | qingzhou413/glowroot | a59656d5054b24e3243004286eb8fcf83071c997 | a5b22e5ac7889c5b73efd28303040d23be3e2ea5 | refs/heads/master | 2020-03-10T11:54:14.546482 | 2018-04-12T20:27:45 | 2018-04-13T01:55:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 137,720 | java | /*
* Copyright 2016-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | [
"trask.stalnaker@gmail.com"
] | trask.stalnaker@gmail.com |
5f198435f8e28dab69182f5b0ad4ab4b3d89cc10 | 68751ef2c0e4be18ae9f2ce1100886d3f59aa0ad | /src/main/java/musics/arts/controller/SongController.java | 7f1335f8f030df2345e2218b07a07f7f14dd1712 | [] | no_license | miftahnz/my-project | 3cc4dc7e5e160e25ccc4927ee09e8b020947cc4f | a1c1c5425a08bec664833134c71bda38511797bb | refs/heads/master | 2020-12-21T14:22:26.317256 | 2020-01-27T09:44:03 | 2020-01-27T09:44:03 | 236,458,325 | 0 | 0 | null | 2020-10-13T19:05:30 | 2020-01-27T09:41:17 | Java | UTF-8 | Java | false | false | 1,132 | java | package musics.arts.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.PostMapping;
import org.springfra... | [
"miftahnurzanah30@gmail.com"
] | miftahnurzanah30@gmail.com |
e93b73af61db7230b6d64eced7f19f52ad533023 | 77e8904e256910206d9c86ee92a397e6dc7f8e4f | /src/main/java/dao/DaoGeneric.java | c3363fa4db754d375042e30455cf56a4ceb0bd63 | [] | no_license | LorranPdS/projeto-jsf-jpa | 9b19582411005b0508693e58fc448c95eb05034c | f9b4a0ca4d5fdf6d0fc17eb2dee1ba683a0706e3 | refs/heads/master | 2023-01-06T19:14:39.287530 | 2020-10-30T01:37:39 | 2020-10-30T01:37:39 | 295,416,796 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,554 | java | package dao;
import java.io.Serializable;
import java.util.List;
import javax.inject.Inject;
import javax.inject.Named;
import javax.persistence.EntityManager;
import javax.persistence.EntityTransaction;
import jpautil.JPAUtil;
@Named
public class DaoGeneric<T> implements Serializable {
private static final long ... | [
"lorransantospereira@yahoo.com.br"
] | lorransantospereira@yahoo.com.br |
129ffcf981930eb2042af68b793f4aa6e24ef71d | 8ff9595df20f426d7060a715a435e2a1b0e78125 | /app/src/main/java/com/example/maria/proyectofinal_v3/MenuUsuario.java | 29e31f0dbc594ca7f80f6fd3277a72ac8834d1a5 | [] | no_license | eltoboso/ProyectoFinal | 4a97c83b2573ed8bc3d1dc52d399d45f99f70c28 | 5b8b6a0e8f6192169da545869bff4ae9787d7910 | refs/heads/master | 2021-01-20T05:09:07.150245 | 2017-04-29T00:24:17 | 2017-04-29T00:24:17 | 89,754,373 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 825 | java | package com.example.maria.proyectofinal_v3;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
public class MenuUsuario extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onC... | [
"perezeruizmaria@gmail.com"
] | perezeruizmaria@gmail.com |
3669dd82895061a394a888b2c63652ff992b951e | 58c5fb06b5d63a4d39b6bd174fa5b74a7661207c | /src/main/java/design/abstractFactory/VehicleFactory.java | 3c588b7a6daea52b961cbca5d171556142b9b378 | [] | no_license | meenakshisund/core-java | 644bc4fc62c4dc471c4a6fe4569bd9aff1d37991 | 185f54b91a69d53e297acdfb8f30cf41fea71260 | refs/heads/master | 2021-02-27T09:07:04.951596 | 2020-04-12T09:26:41 | 2020-04-12T09:26:41 | 245,595,838 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 170 | java | package design.abstractFactory;
class VehicleFactory {
static Vehicle createVehicle(VehicleAbstractFactory factory) {
return factory.createVehicle();
}
} | [
"meenakshisundaraja@gmail.com"
] | meenakshisundaraja@gmail.com |
73dc6e5d368cac093b61de3bbb2267fb2e6558ad | 520ba55917024b08041ad9d520b42a027e869ec4 | /src/addTwoBinaryNumbers.java | b86d14e1cb72aadfda8cb87cb0c876509ff90cae | [] | no_license | BackEndFrontEndChallenges/Scaler_DSA | d641a50ffe9c2f2ee80755d8a46dbabd6d574ddf | 7e2cc4ee4ef2fb18ec632d9f8d987076a4185ef1 | refs/heads/master | 2023-09-02T18:50:30.439574 | 2021-11-21T18:56:46 | 2021-11-21T18:56:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,005 | java | import java.util.Scanner;
public class addTwoBinaryNumbers {
public static void main(String[] args) {
String first = getIntFromUser().toString();
String second = getIntFromUser().toString();
System.out.println(addBinary(first, second));
}
private static String getIntFromUser(){
... | [
"rajeev.nov89@gmail.com"
] | rajeev.nov89@gmail.com |
17b3fccb8828f9d9d1f8ef53417925a7dafceb19 | 68ff808ae184158a4df4f6449e61621c8db72f61 | /Java Advanced/Java OOP Advanced/Exercise SOLID - Boat Racing Simulator/src/main/java/repository/BoatRepository.java | 10950a3b9763111151dacc092927a220f1bd52d4 | [
"Apache-2.0"
] | permissive | Valentin9003/Java | eb2ee75468091136b49e5f0b902159bbb8276eca | 9d263063685ba60ab75dc9efd25554b715a7980a | refs/heads/master | 2020-04-02T13:28:24.713200 | 2019-11-13T10:30:05 | 2019-11-13T10:30:05 | 154,482,638 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 981 | java | package repository;
import Utility.Constants;
import contracts.Boat;
import contracts.Repository;
import exeptions.DuplicateModelException;
import exeptions.NonExistentModelException;
import java.util.LinkedHashMap;
import java.util.Map;
public class BoatRepository implements Repository<Boat> {
private Map<Stri... | [
"valio_180@abv.bg"
] | valio_180@abv.bg |
5ee152ef4a4a416b1a8de5856a96d732a16f8fbf | 720ede9ff6c3115db345c5f12e245c20e4f1bacf | /app/src/main/java/com/app/dropshipbox1/activities/ActivityHistory.java | 3a44d865d2e2826352625ab1958d716ed98352ff | [] | no_license | ibalm9/dropship_box | fd960d3a23a2d8a707bad13b9f06e469b29ec69d | 8d555f0c94f3674f3c073c07769c5cf6711f2e7f | refs/heads/master | 2022-11-11T18:57:26.699275 | 2020-07-10T08:40:04 | 2020-07-10T08:40:04 | 278,260,238 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,458 | java | package com.app.dropshipbox1.activities;
import android.app.AlertDialog;
import android.content.ClipData;
import android.content.ClipboardManager;
import android.content.Context;
import android.content.DialogInterface;
import android.content.res.Configuration;
import android.database.SQLException;
import android.os.As... | [
"ibalmaulana9@gmail.com"
] | ibalmaulana9@gmail.com |
8836a3ca3fc394ece1038d74312103c4a202f1aa | 32b72e1dc8b6ee1be2e80bb70a03a021c83db550 | /ast_results/rdoeffinger_Dictionary/src/com/hughes/android/dictionary/CollatorWrapper.java | 6f5b8df0392ea49ed12a2b9b28621613154377e9 | [] | no_license | cmFodWx5YWRhdjEyMTA5/smell-and-machine-learning | d90c41a17e88fcd99d543124eeb6e93f9133cb4a | 0564143d92f8024ff5fa6b659c2baebf827582b1 | refs/heads/master | 2020-07-13T13:53:40.297493 | 2019-01-11T11:51:18 | 2019-01-11T11:51:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 449 | java | // isComment
package com.hughes.android.dictionary;
import java.util.Locale;
import java.text.Collator;
public final class isClassOrIsInterface {
public static Collator isMethod() {
return isNameExpr.isMethod();
}
public static Collator isMethod(Locale isParameter) {
Collator isVariable ... | [
"matheus@melsolucoes.net"
] | matheus@melsolucoes.net |
4fdd143340a91b850fe29361f67e3e3810b32b48 | 2bdf9b0b0f4495688f015dd70f569c0256fae911 | /src/main/java/com/yoshopping/controller/LoginController.java | db1dcde804cf7c521b7d3334a2de761573492269 | [] | no_license | ArmonNie/WebYoShopping | 57315dae0ba09ff0ae738c4d84eced38316062a9 | b0ffc70c10b5838aef92c118de547cae346c998c | refs/heads/master | 2022-12-20T00:50:59.891170 | 2020-01-01T14:16:57 | 2020-01-01T14:16:57 | 176,685,078 | 0 | 0 | null | 2022-12-16T11:06:54 | 2019-03-20T08:08:53 | Java | UTF-8 | Java | false | false | 1,877 | java | package com.yoshopping.controller;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.servlet.ModelAndView;
import com.yoshopping.... | [
"2548079361@qq.com"
] | 2548079361@qq.com |
6eb15bb62d4258e61847cb9e98556b3a7cb3de93 | 5e9a8e2aa22e6758006f3105c126fa48d1b81e60 | /userVoiceSDK/src/main/java/com/uservoice/uservoicesdk/ui/LoadAllAdapter.java | dfb7181cb3a2afa7f20b1f1fdc5ed48ffac15a23 | [
"Apache-2.0"
] | permissive | adrianritchie/android-discourse | f4966a4ec9f5b8d88d229900d06008da18e895e0 | b80528d5a4614af25e1151a303554f7878b5637c | refs/heads/master | 2021-01-16T20:49:46.318202 | 2015-02-19T09:21:22 | 2015-02-19T09:21:22 | 30,915,482 | 0 | 1 | null | 2015-02-17T12:11:16 | 2015-02-17T12:11:16 | null | UTF-8 | Java | false | false | 831 | java | package com.uservoice.uservoicesdk.ui;
import android.content.Context;
import java.util.ArrayList;
import java.util.List;
public abstract class LoadAllAdapter<T> extends ModelAdapter<T> {
public LoadAllAdapter(Context context, int layoutId, List<T> objects) {
super(context, layoutId, objects);
l... | [
"admin@goodev.org"
] | admin@goodev.org |
0d021f1e716b8fc2a5484a9e04861eb99c84dc10 | fe73afe611e9344a6f7d6dd4fead95684b411ca3 | /src/test/java/com/thoughtworks/basic/PersonIntroduceTest.java | 9bb719e001f2ae24f4dfd31ade54a2dcf7cd3c35 | [] | no_license | zxl0526/oo-step-by-step-2020-7-8-10-2-43-653-master | b9abd1d782d31636cabeb5cf30cc6d8aea7b9451 | 1f1ec92f1c738d39b3440f3c6b2b764ffd44ad2c | refs/heads/master | 2022-12-28T20:03:00.283161 | 2020-07-13T10:15:39 | 2020-07-13T10:15:39 | 279,238,209 | 1 | 0 | null | 2020-10-13T23:31:45 | 2020-07-13T08:13:33 | Java | UTF-8 | Java | false | false | 466 | java | package com.thoughtworks.basic;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class PersonIntroduceTest {
@Test
public void when_give_Name_IS_TOM_AGE_IS_21_should_introduce() {
//given
String name="Tom";
int age=21;
// when
String introd... | [
"851450219@qq.com"
] | 851450219@qq.com |
285b29617ad6002154bd22f1ec540227078c5b92 | cf7704d9ef0a34aff366adbbe382597473ab509d | /src/net/sourceforge/plantuml/graphic/HtmlColorGradient.java | d9b44ec0e5f53532a31bda2149416e917bff8d1f | [] | no_license | maheeka/plantuml-esb | 0fa14b60af513c9dedc22627996240eaf3802c5a | 07c7c7d78bae29d9c718a43229996c068386fccd | refs/heads/master | 2021-01-10T07:49:10.043639 | 2016-02-23T17:36:33 | 2016-02-23T17:36:33 | 52,347,881 | 0 | 4 | null | null | null | null | UTF-8 | Java | false | false | 2,515 | java | /* ========================================================================
* PlantUML : a free UML diagram generator
* ========================================================================
*
* (C) Copyright 2009-2014, Arnaud Roques
*
* Project Info: http://plantuml.sourceforge.net
*
* This file is part of... | [
"maheeka@wso2.com"
] | maheeka@wso2.com |
6e6073b4cc14d1248ac789903ef8434afd5d5f37 | 0814a80aa1ea8a4cfabdaa4e98a22fe68feaaa0b | /core/source/com/yeep/study/patterns/factory/simpleFactory/CheesePizza.java | ae524b4bd2472c5a472576949b28288bf618f708 | [] | no_license | rogeryee/Study | feef0d12800456046dd2c8d74298355247bf4163 | a8451b40ac9b15c884153e6b1dd93600100dbdc1 | refs/heads/master | 2020-04-01T13:39:34.624509 | 2014-04-15T07:12:16 | 2014-04-15T07:12:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 208 | java | package com.yeep.study.patterns.factory.simpleFactory;
/**
* Cheese Pizza
*/
public class CheesePizza implements Pizza
{
public void cook()
{
System.out.println("Cook for the Cheese Pizza");
}
}
| [
"roger.yee@hotmail.com"
] | roger.yee@hotmail.com |
c3f9af4458e8c0fec1bde69072a1b9017a506077 | a3e9b872a437e2cfc1f1bf953b6fbf7a18f00c0b | /FitnessTracker/src/main/java/com/pluralsight/controller/GoalController.java | e20202bcca64e2b1db4b3c38a13eddb56eceaab6 | [] | no_license | arunmech28/SpringPractice | 08dc4fb1149027458c15ced8929e0fe8ebd93815 | 3e0aa768402d69f6b903f669efd3cde6a80a8334 | refs/heads/master | 2020-03-29T22:08:23.673612 | 2018-09-26T11:48:52 | 2018-09-26T11:48:52 | 150,404,866 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,192 | java | package com.pluralsight.controller;
import javax.validation.Valid;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.validation.BindingResult;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.anno... | [
"538768@PC380387.cts.com"
] | 538768@PC380387.cts.com |
4904e2b1cd941319f2f568965e1588b54aaeb321 | 9757bbb318fa245dcdb099ce356ddbeff5f2fbaf | /src/test/java/g1301_1400/s1351_count_negative_numbers_in_a_sorted_matrix/SolutionTest.java | c85ef0ff81b71c173100ab4a3e2746d47294db56 | [
"MIT"
] | permissive | javadev/LeetCode-in-Java | 181aebf56caa51a4442f07466e89b869aa217424 | 413de2cb56123d3844a1b142eec7e9a8182c78fb | refs/heads/main | 2023-08-31T01:46:52.740790 | 2023-08-30T08:45:06 | 2023-08-30T08:45:06 | 426,947,282 | 103 | 57 | MIT | 2023-09-14T08:08:08 | 2021-11-11T09:46:12 | Java | UTF-8 | Java | false | false | 716 | java | package g1301_1400.s1351_count_negative_numbers_in_a_sorted_matrix;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.MatcherAssert.assertThat;
import org.junit.jupiter.api.Test;
class SolutionTest {
@Test
void countNegatives() {
assertThat(
new Solution()
... | [
"noreply@github.com"
] | noreply@github.com |
b02a5ffbab87f310d7b936914f942764541aaeff | 43f74ea498cb0dae05bf2390b448d16f398a0a2b | /workspace/ncp_cmp/src/main/java/com/plgrim/ncp/biz/claim/data/LgsDlvExtendForGlobalCancel.java | b0e4f950f7ca33aaf580d2ea117356ca88cdcf06 | [] | no_license | young-hee/pc_mlb | 2bdf5813418c14be2d7e2de78f0f294ed8264dde | 708417eada78eed398e068460bda44adea16cbdf | refs/heads/master | 2022-11-22T00:11:05.335853 | 2020-07-22T08:27:03 | 2020-07-22T09:10:07 | 281,615,442 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 672 | java | /**
* @package : com.plgrim.ncp.base.entities..lgs
* @author : jackie(jackie)
* @date : 20150526
* @version : 1.0
* @desc :
*/
package com.plgrim.ncp.biz.claim.data;
import lombok.Data;
import lombok.EqualsAndHashCode;
import org.apache.ibatis.type.Alias;
import com.plgrim.ncp.base.entities.datasource1.lgs.... | [
"aksla79@gmail.com"
] | aksla79@gmail.com |
b1e4f9dc1587076fa19323df7cc5215c693d3890 | d2c0542b922c6fb041536b5fc3adcb29a4f3e7e0 | /app/src/main/java/com/cpxiao/optical/illusions/wallpapers/fragment/FullscreenFragment.java | c8d2fefc87eaca9181d5155606ca0a029bdc7dbe | [
"Apache-2.0"
] | permissive | cpxiao/OpticalIllusions-3DWallpaper | 004452851d2262c4d11e496b685a57625e3e665f | a5ac159f5002828db823153da3390e15641cc8f0 | refs/heads/master | 2021-04-15T12:31:38.505565 | 2018-03-25T12:50:02 | 2018-03-25T12:50:02 | 126,696,590 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,630 | java | package com.cpxiao.optical.illusions.wallpapers.fragment;
import android.os.Bundle;
import android.view.View;
import android.widget.ImageView;
import com.bumptech.glide.Glide;
import com.cpxiao.R;
import com.cpxiao.gamelib.fragment.BaseZAdsFragment;
import com.cpxiao.zads.core.ZAdPosition;
/**
* @author cpxiao on ... | [
"xchp2008@126.com"
] | xchp2008@126.com |
437cd0c5e28af418e583086198013afd6bfdbc81 | ac092e68a74827f8444a02e863060dd6a293453c | /music-server/src/main/java/com/hjf/music/dao/AdminDao.java | 717227640b70e9207bb3a99db76a3756062e89c1 | [] | no_license | BloothOfYouth/MusicManagementPlatform | 37667a95dc54f8480e426f59ea2f7ee2618044a1 | 02dbe99e123ae7f53069df7200a70b965f222133 | refs/heads/main | 2023-02-01T11:56:00.375830 | 2020-12-16T16:15:02 | 2020-12-16T16:15:02 | 321,742,799 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 289 | java | package com.hjf.music.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.hjf.music.entity.Admin;
import org.springframework.stereotype.Repository;
/**
* @author hjf
* @create 2020-10-26 23:04
*/
@Repository
public interface AdminDao extends BaseMapper<Admin> {
}
| [
"1042488120@qq.com"
] | 1042488120@qq.com |
7340e05fdfcf9916cd8784b720a0be7cf2539430 | 9d5714f657d15b1e4e9163581800c6151fabb6a0 | /app/models/Account.java | 2a0db78306b4e368b997d4f09ddb0c7a5e6c5b67 | [] | no_license | RUAN0007/Crisis_Management_System | c282057cd8b899a6062ae2de46c52f61775771ba | 4967cfd4eb6256bfe82fcff15c146082b4596a6f | refs/heads/master | 2020-05-04T14:55:44.349252 | 2014-11-01T15:04:08 | 2014-11-01T15:04:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,030 | java | package models;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import play.data.validation.Constraints.Required;
import play.db.ebean.Model;
@Entity
public class Account extends Model {
/**
*
*/
private static fin... | [
"ruanpingcheng@gmail.com"
] | ruanpingcheng@gmail.com |
146bc11e52c7bcdbfbd3cd597c10f6907423ec1c | 62c3b0b028b84c5019f0e908c0b221110ea3506d | /ExampleSomethings/src/com/sunday/StudentManagement/openSystem.java | ff7226d7f8f48a20a6db9874be981d2bf02182b1 | [] | no_license | NekoSunday/JavaSELasson | af3b544b070d368f6f3bf2e7e02c1e6a4612c6dc | 69828d7105689fb5fac76f056d410b3cffc8ecd0 | refs/heads/master | 2023-03-03T06:18:54.414314 | 2021-02-19T08:50:59 | 2021-02-19T08:50:59 | 329,244,427 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,381 | java | package com.sunday.StudentManagement;
import java.util.Scanner;
public class openSystem {
public static void main(String[] args) {
System.out.println("------------------欢迎使用学生管理系统-------------------");
printMenu();
selectMenu();
}
private static void selectMenu() {
String ... | [
"819085406@qq.com"
] | 819085406@qq.com |
8d358d556144c4e56d56b66df9db011d5c2956c5 | 7f67b7c04fd023c52231b13ee493a7895fcc60a2 | /app/src/test/java/com/example/dx/xposedhook/ExampleUnitTest.java | f786a63152531c2539f972292f222ebb72285954 | [] | no_license | darlk/XposedHook | 1ee64581c93f23e94ca5c4c2a50ef9c36d424db3 | 2e5e1ee7180cc286db73a1ca321681e043ee87f7 | refs/heads/master | 2022-02-15T20:47:15.183583 | 2019-07-22T15:45:34 | 2019-07-22T15:45:34 | 197,931,061 | 0 | 0 | null | 2019-07-20T13:02:07 | 2019-07-20T13:02:07 | null | UTF-8 | Java | false | false | 403 | java | package com.example.dx.xposedhook;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public v... | [
"1796581057@qq.com"
] | 1796581057@qq.com |
6aaea5f3c0b6c329c294461bd45a5b332aa726b9 | dbcfbf8fd121e1d7372ab7f1c6a46bf5992424db | /Ovinger/Oving 4/Rom.java | ca9f318b6e369b8e98c27215f6c53e5b387c8452 | [] | no_license | maxschau/TDAT1005-Databaser-med-Videreg-ende-Programmering | 05cf3e6a6e1cbcdea8de477d62bcb69f581a8ac8 | 4b679c61b763d1b83a178f2889f95b4d27868950 | refs/heads/master | 2022-10-15T15:15:52.498499 | 2019-09-12T11:31:18 | 2019-09-12T11:31:18 | 208,035,714 | 0 | 0 | null | 2022-10-04T23:53:07 | 2019-09-12T11:30:40 | Java | UTF-8 | Java | false | false | 1,909 | java | import java.util.*;
class Rom {
private int nr;
private int storrelse;
private ArrayList<Reservasjon> reservasjoner;
public Rom(int nr, int storrelse) {
this.nr = nr;
this.storrelse = storrelse;
reservasjoner = new ArrayList<Reservasjon>();
}
public int getNr(){
return nr;
}
public in... | [
"max.torre.schau@gmail.com"
] | max.torre.schau@gmail.com |
0e97fa6099988df57e47910866bf5dfbc33ab548 | e8a39c3245d5a9b92492442d7693e8ea92d5e332 | /src/ui/menuBar/SizeMenu.java | 90823cff996036604bb65f1f29077e1d940a979a | [] | no_license | BilgeSakal/SlidingPuzzle | e684e268ab04cedfdeb28631e8c23036082c9520 | 1ab4b022cf32972e2abe981b4374995ec5c9e1e3 | refs/heads/master | 2020-09-02T06:31:38.987277 | 2019-11-07T21:51:48 | 2019-11-07T21:51:48 | 169,264,898 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,093 | java | package ui.menuBar;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JMenu;
import javax.swing.JMenuItem;
import ui.GameWindow;
import ui.input.RowColReader;
public class SizeMenu extends JMenu {
private static final long serialVersionUID = 3848000767250714142L;
privat... | [
"bilgekagansevindik@gmail.com"
] | bilgekagansevindik@gmail.com |
568a88afab2da0e6b50d3d81d425ca91f113ad97 | c8f2e3ad456d4cb2530090897759949f4bd593d0 | /kd-mall-third-party/src/main/java/cn/my/kdmall/thirdparty/KdmallThirdPartyApplication.java | ce059c7fc2cdbd0409402164f5110fd95b9fe2e0 | [
"Apache-2.0"
] | permissive | lvr1997/kd-mall | 66d63ea1f235e680199f4863799df0d92516e406 | 256c285b2f9ca0070a28096ac5b1a1e26e851a13 | refs/heads/master | 2022-12-05T07:00:55.220719 | 2020-08-27T12:52:45 | 2020-08-27T12:52:45 | 274,113,786 | 0 | 0 | Apache-2.0 | 2020-08-27T12:52:46 | 2020-06-22T11:02:48 | JavaScript | UTF-8 | Java | false | false | 444 | java | package cn.my.kdmall.thirdparty;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
@EnableDiscoveryClient
@SpringBootApplication
public class KdmallThirdPartyApplication {
... | [
"377017195@qq.com"
] | 377017195@qq.com |
7e7e0a75e0e1d8471bd8c83633d848fe100976f4 | 2c72ba9a6f3b5be749737ee6180210b6204eb026 | /DatCon/src/DatConRecs/FromViewer/waypoint_debug_160.java | 656ad880a303b796ab6d777c50cd811aa8e37e79 | [] | no_license | sin5678/DatCon | 3be414a0d082e982857dab1b0627d69ab507ca07 | 6cf2ac6f8f22c418e886b05169390b096f6af41c | refs/heads/master | 2021-09-04T02:55:02.677903 | 2018-01-15T00:37:30 | 2018-01-15T00:37:30 | 118,139,118 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,556 | java | package src.DatConRecs.FromViewer;
import src.DatConRecs.*;
import src.Files.ConvertDat;
import src.Files.ConvertDat.lineType;
import src.Files.DatConLog;
import src.Files.Signal;
import src.Files.Units;
public class waypoint_debug_160 extends Record {
protected boolean valid = false;
protected short wp_... | [
"rowland@lascanadas.org"
] | rowland@lascanadas.org |
3ea5e9706f562f336ac496a82c21cb8a34b25c4f | 80ce89f99582725ddffe2fc02eca6beee98af7b2 | /src/test/java/com/caxerx/memoryvisualizer4j/test/JOLTestModule.java | 700da40f46b05eedafceebd9fe8f8e7e0a2e4654 | [] | no_license | caxerx/MemoryVisualizer4J | 7c8a90082a84d33f48c8738db58ca66e902e4e51 | 9ce4726b6e631c7df8d9bb23d07c6de8af97776d | refs/heads/master | 2023-04-09T22:38:26.113334 | 2021-04-12T08:13:20 | 2021-04-12T08:13:20 | 343,232,803 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 740 | java | package com.caxerx.memoryvisualizer4j.test;
import com.caxerx.memoryvisualizer4j.api.LayoutGenerator;
import com.caxerx.memoryvisualizer4j.api.ObjectMapGenerator;
import com.caxerx.memoryvisualizer4j.implementation.jol.JOLLayoutGenerator;
import com.caxerx.memoryvisualizer4j.implementation.jol.JOLObjectMapGenerator;
i... | [
"webmaster@caxerx.com"
] | webmaster@caxerx.com |
58355e872fb08deb6b63830ffe5ba8a6ae1e4a20 | a1a5e030a13a3d4539938086cf78b1979b0b7805 | /src/main/java/com/porpoise/common/metadata/PathElement.java | 1587e7c6b0797832002057865c63e97415a9a8b2 | [
"Apache-2.0"
] | permissive | gspandy/common | b1b0fd9002f7181bc6d85113b93e9b922b6dfc96 | c8812c4be0d0ae49409c4c491107ffa4dc1757d5 | refs/heads/master | 2023-08-18T00:59:17.039361 | 2011-07-29T22:11:30 | 2011-07-29T22:11:30 | 4,232,109 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,181 | java | package com.porpoise.common.metadata;
import com.google.common.base.Preconditions;
/**
* @param <T>
* The source object type - the delta type
* @param <P>
* The type returned by this element's metadata's accessor
*/
public class PathElement<T, P> {
private final Delta<T> delta;... | [
"aaron@porpoiseltd.com"
] | aaron@porpoiseltd.com |
a183b7cb195718fb5062c12735f40e01cfd07d0e | c2deee0904573021f78fc51110095eb0f5e2b228 | /src/spring-boot-mockito/src/main/java/com/learn/springbootmockito/service/AccountService.java | 258ca8c4eeeb53cde783078e5eae7b44995cabb0 | [] | no_license | brightkut/learn-java | 72a31e1ecce89bef6d6fd0cea8e7d30183aaca16 | 8a08bb339d12a3b9e325872d29fcedef5c167f5f | refs/heads/master | 2023-03-30T09:00:00.612218 | 2021-03-26T08:55:46 | 2021-03-26T08:55:46 | 281,639,264 | 0 | 0 | null | 2021-03-26T08:55:02 | 2020-07-22T09:52:08 | HTML | UTF-8 | Java | false | false | 422 | java | package com.learn.springbootmockito.service;
import org.springframework.beans.factory.annotation.Autowired;
public class AccountService {
@Autowired
private PaymentService paymentService;
public String buy(int money) {
return this.paymentService.buy(money) > 10 ? "rich" : "poor";
}
publi... | [
"dsorn2@gmail.com"
] | dsorn2@gmail.com |
40b4b68e918d4ecd081d2b22fe68bee0608ea4bf | 5269a957046f496a9f9c7761e3d558f4ea24ed97 | /src/main/java/des/wangku/operate/standard/utls/UtilsReadURL.java | fe8388cecab0c7a9a0e278f8d95929be5308f8f9 | [] | no_license | sluizin/des-wkope-task | d2a9315a2c2eda9428a17f7ea6a1d687e3a2f925 | fc2f859ef693af1a9901110dd9fae6ba87a7d717 | refs/heads/master | 2021-06-12T09:51:26.568064 | 2021-03-25T09:40:05 | 2021-03-25T09:40:05 | 153,067,168 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 48,679 | java | package des.wangku.operate.standard.utls;
import java.io.BufferedInputStream;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputS... | [
"Administrator@UVMIQYVDHVCM2QN"
] | Administrator@UVMIQYVDHVCM2QN |
4ba838c84bc8082414f09fe01ea93eb5766b71f7 | 1203d0c3975644c1779f69d0677d7206473c0df1 | /src/java/controllers/EstadoCivilController.java | 44acb0eefbe4940a2106e0af5c2ff9fde6a39efb | [] | no_license | ArceusHN/PruebaGIT | adfb24bd447baa714454554e65f834e93d4d9aaa | f56d7873585579e5fab7e289bf2dad99e84de1b2 | refs/heads/master | 2023-04-30T19:35:49.585537 | 2021-04-26T08:28:31 | 2021-04-26T08:28:31 | 361,668,256 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,020 | 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 controllers;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.RequestDispatcher;
import javax.... | [
"omaredy09@gmail.com"
] | omaredy09@gmail.com |
aced479e747d00859d9df9d1a8a2ad669c97ac2d | 81283a7b635649ece4704335e96a8f8c03b94529 | /src/java/Jsf/TipopartidacontableController.java | 65e2be4e1a44db04b8edfa4574295733db0500b2 | [] | no_license | navarubio/Inpeca2 | 9741950e5ff6fea518bf4d4e27156b84f4ba9c74 | e82dc9184c622cd4ffe01da07f71e26970306b9c | refs/heads/master | 2021-01-15T15:39:08.217563 | 2016-11-01T19:25:27 | 2016-11-01T19:25:27 | 50,691,810 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,627 | java | package Jsf;
import Modelo.Tipopartidacontable;
import Jsf.util.JsfUtil;
import Jsf.util.JsfUtil.PersistAction;
import Jpa.TipopartidacontableFacade;
import java.io.Serializable;
import java.util.List;
import java.util.ResourceBundle;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.ejb.E... | [
"Inpeca@Inpeca-PC"
] | Inpeca@Inpeca-PC |
dcc6e57ecf2937f02daf25224db721773da1e47e | 615acadfd5c21a78542c5ed1ea16647179fee3a2 | /src/test/java/veb/seminarska/SeminarskaApplicationTests.java | eb3a7f88237a652c5f72c2f581c1c09b652c531e | [] | no_license | martinaradeska/seminarska | 0e54a5e1280ecdfda783dfac151fbc8041c3703c | d8bf25cd9294ebb26730ee9c88c69f7be8a6e068 | refs/heads/master | 2023-04-14T22:53:20.524683 | 2021-04-21T09:17:13 | 2021-04-21T09:17:13 | 360,102,849 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 219 | java | package veb.seminarska;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class SeminarskaApplicationTests {
@Test
void contextLoads() {
}
}
| [
"radeskamartina@outlook.com"
] | radeskamartina@outlook.com |
8aac51e29a5cc6c135b5cbaf337eedb1be3e4e4a | fd83776d7d7b825903af20e33b92dc3d800ec233 | /src/main/java/com/KrupoderovMikhail/github/config/ConfigLoader.java | 713e7b2e6f2aed18986a2aa7c059d5e08ed0e094 | [] | no_license | krupoderovms/JDABot | 260aa774d08029df896b049ebb1319b16ae8d1f9 | 221980176e3b3ec60a2ba8bb028e33e86a5cd388 | refs/heads/master | 2022-11-18T06:48:38.068404 | 2019-08-18T12:19:18 | 2019-08-18T12:19:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 290 | java | package com.KrupoderovMikhail.github.config;
import java.io.File;
import java.io.IOException;
import java.nio.file.Files;
class ConfigLoader {
String load(File file) throws IOException {
return new String(
Files.readAllBytes(file.toPath())
);
}
}
| [
"mishka.crash@gmail.com"
] | mishka.crash@gmail.com |
b5554bc1379b9588d087a6a79d89ffa2afc7eb9c | b71673707e418dcbf869d0e53ef76f7ec7651ce1 | /core/impl/src/main/java/com/blazebit/persistence/impl/dialect/HSQLDbmsDialect.java | 6c944f17478c5ee933c63156cd64807726ce4a3f | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Mobe91/blaze-persistence | bf92028028b241eb6a0a5f13dec323566f5ec9f8 | 8a4c867f07d6d31404d35e4db672b481fc8a2d59 | refs/heads/master | 2023-08-17T05:42:02.526696 | 2020-11-28T20:13:04 | 2020-11-28T20:13:04 | 83,560,399 | 0 | 0 | NOASSERTION | 2020-02-05T21:56:44 | 2017-03-01T13:59:01 | Java | UTF-8 | Java | false | false | 2,835 | java | /*
* Copyright 2014 - 2020 Blazebit.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | [
"christian.beikov@gmail.com"
] | christian.beikov@gmail.com |
3efe1890fbb72213fb93fd227e2b2313333315ab | e8c246d20733fe8567cb9afe3297034fde05c267 | /demo/app/src/main/java/com/byrcegao/tpdemo/SecondActivity.java | 017612be1c7b5b3ad3d1a3f6934c7724be749f7d | [] | no_license | brycegao/TimePlugin | 1f2cd66e42a0ecfd1e7ff279d7809a33970ad229 | e56227ffd8b38ed984d0748c1c1567feedcd2b82 | refs/heads/master | 2020-03-29T02:08:20.612040 | 2018-09-23T11:53:12 | 2018-09-23T11:53:12 | 149,422,082 | 5 | 0 | null | null | null | null | UTF-8 | Java | false | false | 524 | java | package com.byrcegao.tpdemo;
import android.app.Activity;
import android.os.Bundle;
import com.brycegao.tpannotation.DebugLogger;
public class SecondActivity extends Activity {
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_second);... | [
"gaorui006@ke.com"
] | gaorui006@ke.com |
77b3019024117e999220536cc407afbc2852ccf8 | 894927bf0fc36549955be6fb781974c12bb449eb | /unisa-util/unisa-javaproxies/src/java/Srasa01h/Abean/Srasa01sLstAcademicRecordSunOperation.java | 9797844bc08783d3a4774803cb48642a8807fdd2 | [
"LicenseRef-scancode-generic-cla",
"ECL-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | sadupally/Dev | cd32fa3b753e8d20dd80e794618a8e97d1ff1c79 | ead9de3993b7a805199ac254c6fa99d3dda48adf | refs/heads/master | 2020-03-24T08:15:12.732481 | 2018-07-27T12:54:29 | 2018-07-27T12:54:29 | 142,589,852 | 0 | 0 | ECL-2.0 | 2018-07-27T14:49:51 | 2018-07-27T14:49:50 | null | UTF-8 | Java | false | false | 13,642 | java | package Srasa01h.Abean;
import com.ca.gen80.csu.trace.*;
import com.ca.gen80.csu.exception.*;
import com.ca.gen80.jprt.*;
import com.ca.gen80.odc.*;
import com.ca.gen80.odc.msgobj.*;
import com.ca.gen80.odc.coopflow.*;
import java.awt.*;
import java.awt.event.*;
import java.net.*;
import java.io.Serializable;
import ... | [
"UdcsWeb@unisa.ac.za"
] | UdcsWeb@unisa.ac.za |
873b79f1ca45764cc34817f88b72524f2de3d22c | ca4e878a3a778bbe58ae8c86535b0535c404e6f9 | /src/day17_whileLoops/whileLoop_practice3.java | da7a67678c9013af202571524adef6b704330863 | [] | no_license | andipepa/Spring2020Batch18_Java | 20cba349756804a143721beed19bce2794cb9723 | e285261523cb45e1aa22450e5ea01c71b544b8fa | refs/heads/master | 2022-07-31T18:13:46.917465 | 2020-05-22T13:47:56 | 2020-05-22T13:47:56 | 259,497,425 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 511 | java | package day17_whileLoops;
public class whileLoop_practice3 {
public static void main(String[] args) {
// for(int i=1; i<101; i++ if we do with for loop
// System.out.println("*");
int i=1;
while(i<101){
System.out.print("* ");
i++;
}
System.out.println(... | [
"andipepa87.ap@gmail.com"
] | andipepa87.ap@gmail.com |
2cbf208267dcc12bfa5cb5ba22efbd2ae9cc8db4 | f45e0a383a6c42619f81b3a7db63729af06009cf | /solutions/code/tutorialquestions/question1aeb/NumberAdder.java | f085592a19c82a172afabe1bbb89c24cd83675ba | [
"Apache-2.0"
] | permissive | xiaoninghe/ProgrammingIITutorialQuestions | 992ce490197c4f9be1226540ff73932eaf9f92be | 16c04e5ca1cb315b050a280b8b6863b395280933 | refs/heads/master | 2023-02-11T19:05:11.347141 | 2021-01-04T08:46:09 | 2021-01-04T08:46:09 | 275,615,426 | 0 | 0 | Apache-2.0 | 2020-06-28T15:39:01 | 2020-06-28T15:39:01 | null | UTF-8 | Java | false | false | 135 | java | package tutorialquestions.question1aeb;
public interface NumberAdder<T extends Number> {
T zero();
T add(T first, T second);
}
| [
"noreply@github.com"
] | noreply@github.com |
2a6ddf89b5e240e68eb1638e73649d1c324b80df | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/13/13_db41f811c70882b84c4ab3ad150393c13db070e1/MapView/13_db41f811c70882b84c4ab3ad150393c13db070e1_MapView_t.java | 69effeda7f367247ca5abaa0862b895a54217339 | [] | 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 | 69,999 | java | /*
* Freeplane - mind map editor
* Copyright (C) 2008 Joerg Mueller, Daniel Polansky, Christian Foltin, Dimitry Polivaev
*
* This file is modified by Dimitry Polivaev in 2008.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public Lice... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
628f7c2e3e1da6fa332105f2354c2fd46490cd64 | 35edc1b0607a23c198237bd32959d61b333c4569 | /part09-Part09_04.DifferentKindsOfBoxes/src/main/java/OneItemBox.java | d693399232eb63784dea4f3b7f4c2a1834640bf6 | [
"MIT"
] | permissive | boardinary/JavaMooc2 | 5160df9391329c7b7d9e8d233809d576d62dbc73 | 9f55a98c2c1ee969e2bed55814065356d876bb0a | refs/heads/main | 2022-12-30T06:41:27.466046 | 2020-10-24T11:44:07 | 2020-10-24T11:44:07 | 306,867,952 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 377 | java |
import java.util.HashSet;
public class OneItemBox extends Box {
private HashSet<Item> item;
public OneItemBox() {
this.item = new HashSet<>();
}
public void add(Item item) {
if (this.item.isEmpty()) {
this.item.add(item);
}
}
public boolean isInBox(Item ... | [
"boardinary@gmail.com"
] | boardinary@gmail.com |
30b979cb5cbe1b39c6c3c52f0111e3f1a2a75509 | 0645367d52746a07dd92f370da09e69b388dee02 | /src/main/java/com/gwangple/matwiki/login/controller/LoginController.java | 379fea00994275f303b8a08f7782cfa6b8bd7e10 | [] | no_license | pakooon/MatWiki | 88a73a55bbe97741133a86699b5e72dc3bbea42d | ecde43dc2ae4abb69e9a95c37132175f1fae46ec | refs/heads/master | 2021-01-18T15:41:03.691671 | 2017-08-15T10:53:48 | 2017-08-15T10:53:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,921 | java | package com.gwangple.matwiki.login.controller;
import java.sql.SQLException;
import java.util.HashMap;
import java.util.Locale;
import java.util.Map;
import javax.annotation.Resource;
import javax.servlet.http.HttpSession;
import javax.validation.Valid;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import... | [
"rapbby@naver.com"
] | rapbby@naver.com |
b63a70fd03ca2150668559b61c85e8f4920b294e | addf69d2fb04007b7bef0f281763459e68481ad5 | /leave_managment_system/Android-SmartWebView-master/Signup_form/app/src/test/java/com/example/signup_form/ExampleUnitTest.java | 886ff97ad4e7dfd056cd0966746a08a7ee33bbf0 | [] | no_license | moinsahab/leave_managment_system | 2131ec1fd3a68c0eff2e8deac320b4f172f23c1c | c81f71124f4302b31d0ab2798f552f95d29e64ac | refs/heads/master | 2023-04-23T14:22:29.862209 | 2021-05-04T12:50:54 | 2021-05-04T12:50:54 | 364,251,269 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 384 | java | package com.example.signup_form;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public voi... | [
"ammartanweer7370@gmail.com"
] | ammartanweer7370@gmail.com |
3a80196bf183e8a9acb9a0abab09b6764db34dac | 2b1743259fa0c2696d0d5929de361594f5aa3174 | /CafeManage/src/main/java/local/CafeDeleted.java | 89562e8ae8d9c55a8d18043e0bbea649f81b2e79 | [] | no_license | rlatjdwo555/SKtarbucks | 2d6e82df96f60350aed1ba946ad1b729262ab800 | f0f8aea6b0159e288e60401e9e475f5f67c58ba1 | refs/heads/main | 2023-06-19T08:40:27.489826 | 2021-07-20T02:45:06 | 2021-07-20T02:45:06 | 385,084,187 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 695 | java |
package local;
public class CafeDeleted extends AbstractEvent {
private Long id;
private String cafeNm;
private Long pCnt;
private String chkDate;
public Long getId() {
return id;
}
public void setId(Long id) {
this.id = id;
}
public String getCafeNm() {
... | [
"ksj0495@naver.com"
] | ksj0495@naver.com |
287104aaec82b6f9f5929261bd1201513969c3bd | 04ee30d21ca63bd81fa321529f789686bc281970 | /第6章/src/exercise/Quiz6_1_1.java | a680a3dbd70d7e998913d90e707111cda0b51f3f | [] | no_license | yuta-pharmacy2359/Java_Object | f594416ea2a84c9c4c292dd10fa605831ac4bc3d | 3fe2a55bc86857f11f7c8615993e988b404f6e4c | refs/heads/master | 2023-08-20T13:03:31.771546 | 2021-10-16T11:18:23 | 2021-10-16T11:18:23 | 410,186,058 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 376 | java | package exercise;
public class Quiz6_1_1 {
/*
A ← B ← C
A ← B ← D ← E
間違っているもの
(1) CはAのサブクラスである → x
(2) CはEのスーパークラスである → ◯
(3) EはAのサブクラスである → x
(4) BはEのスーパークラスである → x
(5) AはDのスーパークラスである → x
*/
} | [
"yuta.shogai@gmail.com"
] | yuta.shogai@gmail.com |
0f8ea50d975a41af0a3878aa9ac8dafe5e7a5fe7 | 6f3b475dfa253ab9e9533428088790ef5c6898b2 | /Annotations/src/autowire/model/Address.java | 85429d99137768e537332bb820e179a384e65795 | [] | no_license | yusufsevinc/springLearnExamples | 710bf2f2d4380e3250a976f7e70e6f8607581f5d | 2fc8caa5a13e97557297d8d9e273888a7287111b | refs/heads/master | 2023-07-09T13:05:10.085534 | 2021-08-05T13:59:56 | 2021-08-18T14:59:12 | 381,757,686 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 439 | java | package autowire.model;
public class Address {
private String city;
private String country;
public String getCity() {
return city;
}
public void setCity(String city) {
this.city = city;
}
public String getCountry() {
return country;
}
public void setCountry(String country) {
this.country = country;... | [
"1yusufsevinc@gmail.com"
] | 1yusufsevinc@gmail.com |
28291ad2a6b0ac6021077c4daae25cad9bdd9333 | 63e36d35f51bea83017ec712179302a62608333e | /OnePlusCamera/android/support/v4/util/TimeUtils.java | 9255be44ee25c9fbcf1928d3dff76165138e6fcf | [] | no_license | hiepgaf/oneplus_blobs_decompiled | 672aa002fa670bdcba8fdf34113bc4b8e85f8294 | e1ab1f2dd111f905ff1eee18b6a072606c01c518 | refs/heads/master | 2021-06-26T11:24:21.954070 | 2017-08-26T12:45:56 | 2017-08-26T12:45:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,639 | java | package android.support.v4.util;
import java.io.PrintWriter;
public class TimeUtils
{
public static final int HUNDRED_DAY_FIELD_LEN = 19;
private static final int SECONDS_PER_DAY = 86400;
private static final int SECONDS_PER_HOUR = 3600;
private static final int SECONDS_PER_MINUTE = 60;
private static char[... | [
"joshuous@gmail.com"
] | joshuous@gmail.com |
e6a7847971c7d51ef22ffb902e66a9e984f9dcff | 93f3578669fb0d0030a550316aebe0d7b4221631 | /rpc-supplychain/src/main/java/cn/com/glsx/supplychain/kafka/OperatorExportKafkaMessage.java | 20754f8fe3ee253ec5c6cdc388cdf9959c67d8e6 | [] | no_license | shanghaif/supplychain | 4d7de62809b6c88ac5080a85a77fc4bf3d856db8 | c36c771b0304c5739de98bdfc322c0082a9e523d | refs/heads/master | 2023-02-09T19:01:35.562699 | 2021-01-05T09:39:11 | 2021-01-05T09:39:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 684 | java | package cn.com.glsx.supplychain.kafka;
public class OperatorExportKafkaMessage {
private Integer taskCfgId;
private String userName;
private ExportMerchantOrder merchantOrderExport;
public Integer getTaskCfgId() {
return taskCfgId;
}
public void setTaskCfgId(Integer taskCfgId) {
this.taskCfgId = taskC... | [
"3064741443@qq.com"
] | 3064741443@qq.com |
46c91f66c3df1cede9837297ae7a91a9d962d8ad | d8782a3691b0f90e5f447b4422f52a60b50eef59 | /src/com/oca/loop/eleven/Test.java | 6757aa6b4738faaa3785ef33952adb268b76af3b | [] | no_license | Mehran-at/OCA-JavaSE8 | aebf50eb0485dad9bbf2eb23b588bc8607e9eb13 | 8254b936396038a9d049cc4bfe6399021c7934b2 | refs/heads/master | 2023-04-17T09:10:55.252715 | 2021-05-02T20:48:05 | 2021-05-02T20:48:05 | 362,449,356 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 379 | java | package com.oca.loop.eleven;
class Test {
public static void main(String[] args) {
int x = 1;
while (checkAndIncrement(x)) {
System.out.println(x);
}
}
private static boolean checkAndIncrement(int x) {
if (x < 5) {
x++;
return true;
... | [
"mehran.hosseini@ebcont.com"
] | mehran.hosseini@ebcont.com |
eacb5e880b22a1b7166f3bc7d38bce4dca3d4193 | 336392d8707252fcff26fcf2c8a8c852ecb6a7ed | /achartengine/demo/org/achartengine/chartdemo/demo/chart/WeightDialChart.java | 0d3f8c3e2f8863c719fe45277c4d3af1fb0e057e | [] | no_license | hackugyo/AChartEngine | 3e9a30061bdfe47b407f8c5e320f87784063b210 | 2289cd7670697f7bbde6479df794dd492e5d4ba0 | refs/heads/master | 2020-12-24T22:20:40.920447 | 2012-09-03T07:28:52 | 2012-09-03T07:28:52 | 5,625,137 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,687 | java | /**
* Copyright (C) 2009, 2010 SC 4ViewSoft SRL
*
* 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... | [
"moskvin@netcook.org"
] | moskvin@netcook.org |
1e308fd497aaadb6403eb65678b249a1da36354e | eb295bff5cf78317400eded03d3397a519f3d5ab | /src/main/java/com/adMaroc/Tecdoc/BackOffice/Models/TecdocData/AllocationOfGenArtToSearchStructure.java | 1946697beca3c5fdf2a57c773312f23019c77a47 | [] | no_license | papsukis/Tecdoc-BE | 9aeaa917f5443d542491586495ef1dcb1fbad13c | ca01c97586c84084e39ed39365c649c89493ec59 | refs/heads/master | 2023-06-08T10:41:50.425469 | 2021-06-22T15:56:53 | 2021-06-22T15:56:53 | 331,469,230 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,436 | java | package com.adMaroc.Tecdoc.BackOffice.Models.TecdocData;
;
import com.adMaroc.Tecdoc.BackOffice.Models.TecdocData.compositeKeys.AllocationOfGenArtToSearchStructureId;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
import java.... | [
"ali.belemlih@gmail.com"
] | ali.belemlih@gmail.com |
9505224004f0738b6c6901b00910ec0cf37b0f85 | a1b8a83d2c7360284072548e5d0e3e16d79a6b58 | /wyait-manage/src/main/java/com/wyait/manage/utils/ShiroFilterUtils.java | 7a4026c01e3db870d6f634c239b24377dd333c61 | [] | no_license | adolphs/system | 443822789243c4590456e24dd5294430336f49cf | 9a391d5249ac44b498b2e628dec5945a3acebf3c | refs/heads/main | 2023-02-27T02:07:43.527298 | 2021-02-08T09:55:44 | 2021-02-08T09:55:44 | 305,930,810 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,227 | java | package com.wyait.manage.utils;
import java.io.PrintWriter;
import javax.servlet.ServletRequest;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.wyait.manage.entity.ResponseResult;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.fasterxml.j... | [
"asa_don@163.com"
] | asa_don@163.com |
a6efafc757dcc59307953fdeeb21f5fad5d41d86 | 58a2b991afab5db26a9ad5a27714764dfc7eef8f | /spring-core-own-collection-type-injection/src/main/java/com/raghu/bean/College.java | 60a1085dd6a42212a79c55036d78a165c86a0160 | [] | no_license | raghupulishetti/spring | 09bae32783007b5d4a269cd2f324d7ac79f30654 | 7b5b3d93fea6b8a5b0c755759cfdf0afdb2a6161 | refs/heads/master | 2022-12-21T13:23:05.263278 | 2019-11-07T03:18:59 | 2019-11-07T03:18:59 | 210,146,536 | 0 | 0 | null | 2022-12-16T10:37:06 | 2019-09-22T12:49:53 | Java | UTF-8 | Java | false | false | 708 | java | package com.raghu.bean;
import java.util.List;
import java.util.Map;
import java.util.Set;
public class College {
private List<String> coursesList;
private Set<String> coursesSet;
private Map<String, String> coursesMap;
public List<String> getCoursesList() {
return coursesList;
}
public void setCoursesList(... | [
"raghupulishetti@gmail.com"
] | raghupulishetti@gmail.com |
6beb20232c72153de3686e49f6224816ae31a294 | 4db09952d8db66be55a149230f94539782fd3773 | /app/src/main/java/com/ayush/moviefinder/activity/MainActivity.java | 7eb29fccabc1b6629e8a2a7e7122868cd506547c | [] | no_license | ricots/movie-finder | c1d9625870be0129e34649274563740c06905f7c | d297079dea614db49f0d8a79ae8c54c0183f5068 | refs/heads/master | 2021-01-17T06:54:58.675658 | 2016-05-23T12:28:29 | 2016-05-23T12:28:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,929 | java | package com.ayush.moviefinder.activity;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.EditText;
import android.widget.Spinner;
import android.widget.AdapterVie... | [
"ayush.kedia@nearbuy.com"
] | ayush.kedia@nearbuy.com |
20a546d7031add572219c57ef0ef9403a511a797 | f071803da7cc1c2174fbe4f7daf34c423fc51feb | /src/org/task/It16.java | 0e89ffa88e1c9950ab7bed796e7286d5e4b00ee6 | [] | no_license | Charanbuddy/Iteration-Programs | fd88a26ffa1958d90475f8d925b2efd0136dca98 | 999c1764e75fa437f1115a436906942f4fab07bd | refs/heads/master | 2023-02-21T02:08:59.103742 | 2021-01-27T16:38:44 | 2021-01-27T16:38:44 | 333,156,146 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 500 | java | package org.task;
import java.util.Scanner;
public class It16 {
public static void main(String[] args) {
// To reverse a string using type conversion(String to Integer Conversion)
Scanner sc = new Scanner(System.in);
System.out.println("Type a string:" + sc);
String n = sc.next();
String name = String.... | [
"charanbuddy@gmail.com"
] | charanbuddy@gmail.com |
cae101b9e8dfa42bd2c315a2c822476cb1eb6be7 | 425ac2b3d2ba036202c1dc72c561d3a904df33ad | /support/cas-server-support-throttle-couchdb/src/main/java/org/apereo/cas/web/support/CouchDbThrottledSubmissionHandlerInterceptorAdapter.java | ff0e932416dbdfb79c1c9ecbc32e2f668e90746e | [
"LicenseRef-scancode-free-unknown",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | fogbeam/cas_mirror | fee69b4b1a7bf5cac87da75b209edc3cc3c1d5d6 | b7daea814f1238e95a6674663b2553555a5b2eed | refs/heads/master | 2023-01-07T08:34:26.200966 | 2021-08-12T19:14:41 | 2021-08-12T19:14:41 | 41,710,765 | 1 | 2 | Apache-2.0 | 2022-12-27T15:39:03 | 2015-09-01T01:53:24 | Java | UTF-8 | Java | false | false | 1,864 | java | package org.apereo.cas.web.support;
import org.apereo.cas.couchdb.audit.AuditActionContextCouchDbRepository;
import lombok.val;
import org.apereo.inspektr.audit.AuditActionContext;
import org.apereo.inspektr.common.web.ClientInfoHolder;
import javax.servlet.http.HttpServletRequest;
import java.time.LocalDateTime;
im... | [
"mm1844@gmail.com"
] | mm1844@gmail.com |
56f697b284bba9e969f34ed98cfe344eddfd707d | 0c6429ba16d93c6d0f94c881d74b9f5b233e5120 | /Exam1/src/main/java/com/hand/api/service/impl/FilmService.java | fce50a842826c58c72b627e18b515598c748107c | [] | no_license | phr27/JavaTest5 | dcd82a0d02c4c2b51113ecd0aa237a7c2edc5223 | d45471452bd2da550ffa01e51d729be08caf2e2b | refs/heads/master | 2020-03-26T05:03:05.684704 | 2018-08-13T10:32:50 | 2018-08-13T10:32:50 | 144,536,076 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 760 | java | package com.hand.api.service.impl;
import com.github.pagehelper.PageHelper;
import com.hand.api.service.IFilmService;
import com.hand.domain.entity.Film;
import com.hand.domain.entity.Page;
import com.hand.infra.mapper.FilmMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframewor... | [
"phr27@163.com"
] | phr27@163.com |
b0e0216b36316a47828de5ad58e2fe382e5a477d | a82d8e866f993cf843f9e8f4e900b7db20dbb396 | /tr/org/lyk2016/todo/Todo.java | f375b5151de772e21a62db24a6db422edfc3f5e8 | [] | no_license | cankayaozan/producer-consumer | 01ecb779c5617858779f4c78bd33867163b52eb7 | 28876449791287d2f48807fbedd29d7640b67dfc | refs/heads/master | 2020-09-26T20:52:58.538724 | 2016-08-18T14:29:10 | 2016-08-18T14:29:10 | 66,003,796 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 519 | java | package tr.org.lyk2016.todo;
public class Todo {
private String description;
private boolean done;
public String getDescription() {
return description;
}
public void setDescription(String description) {
this.description = description;
}
public boolean isDone() {
return done;
}
public void setDone(b... | [
"ozan"
] | ozan |
1d4daa5de0e4414e45b95ea6ca7672fa590d34e9 | aedd4a32c28a1ee1fcaa644bde2f01b66de5560f | /spring-test/src/test/java/org/springframework/test/web/client/samples/matchers/JsonPathRequestMatchersIntegrationTests.java | fff82c63274408f9e66ac4e6507543aa566e3b7f | [
"Apache-2.0"
] | permissive | jmgx001/spring-framework-4.3.x | 262bc09fe914f2df7d75bd376aa46cb326d0abe0 | 5051c9f0d1de5c5ce962e55e3259cc5e1116e9d6 | refs/heads/master | 2023-07-13T11:18:35.673302 | 2021-08-12T15:59:07 | 2021-08-12T15:59:07 | 395,353,329 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,398 | java | /*
* Copyright 2002-2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"1119459519@qq.com"
] | 1119459519@qq.com |
1e5adf4a51bd6cb9fd8f50d2d3185957ef1114e6 | 361a8ea9d1080a9ffe76e7e9d9e39c7ec0fc9fb1 | /exam-model/src/main/java/com/exam/pojo/PaperExample.java | e36607822a98f1b8ab80fe1303cc673414521e3c | [] | no_license | DreamXuan/-mqx | 1b8bf3cb1435d56eba8384020de5f25615b8bf5b | 95da046a11cd5f88bf10cc110fb65519ccdb8ebc | refs/heads/master | 2022-12-22T18:47:48.731751 | 2019-09-10T02:01:04 | 2019-09-10T02:01:04 | 207,274,406 | 0 | 0 | null | 2019-09-10T02:03:14 | 2019-09-09T09:34:40 | CSS | UTF-8 | Java | false | false | 11,140 | java | package com.exam.pojo;
import java.util.ArrayList;
import java.util.List;
public class PaperExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public PaperExample() {
oredCriteria = new ArrayList<Criteria>();
}
public void s... | [
"2628451573@qq.com"
] | 2628451573@qq.com |
e1140fdae4963d497a1c77d72059162dbda7843c | ca6f18eef7d7c2498a997e0ac094f740ee731849 | /src/HashMap/Anagrams.java | 13643b0ce0e56ba1a83ae320612cc69c8a4d2b14 | [] | no_license | cindywmiao/LeetCodeSolution | d08bf95e7a09d1fe54690a033d9a6629ab2e99b3 | dba65db3fa4322c7492135b254b983d54978c0df | refs/heads/master | 2020-03-23T16:45:50.733603 | 2018-08-13T02:43:12 | 2018-08-13T02:43:12 | 141,826,573 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,658 | java | package HashMap;
import java.util.*;
public class Anagrams {
public static void main(String[] args) {
// TODO Auto-generated method stub
HashSet<Character> set1 = new HashSet<Character>();
set1.add('a');
HashSet<Character> set2 = new HashSet<Character>();
set2.add('a');
HashMap<HashSet<Character>, ... | [
"cindywmiao@gmail.com"
] | cindywmiao@gmail.com |
3da92487dec42bba5ae7c69b99223984f0f45e15 | 31171546ba1f130067eb90f381f081833e357767 | /1112/src/com/example/libs/ZipSearch.java | 2f1d50640b964b3f8c688fedc10d3ec5cf138000 | [] | no_license | alrha486/SIST-JSP-Programming | d28aa621e07ea75fefe4833b85465975e212f518 | b73e1357f3084e3e733f407b17909148dbe276e9 | refs/heads/master | 2020-04-03T08:29:25.343262 | 2018-11-27T00:19:26 | 2018-11-27T00:19:26 | 155,134,866 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,967 | java | package com.example.libs;
import java.io.IOException;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import javax.servlet.jsp.JspContext;
import javax.servlet.jsp.JspException;
import javax.servlet.jsp.JspWriter;
import javax.servlet.jsp.tagext.... | [
"alrha486@naver.com"
] | alrha486@naver.com |
5b6c809a0efbb743d4620b50ead11cfefa44fdf0 | cc7f391d1a325c6e4d65bc819d33c222379ecf1a | /app/src/main/java/com/example/jturco/trabajopracticoturco/TurcoTp/Login/IIngresar.java | 3d2d58d6c8e30dd3491d60318b5efb1438896072 | [] | no_license | turcojuan/TpAndroid | 0b42f9288d2ddd49edc042e94ed697cd5a46bb93 | 83f3dae4c50615f5f176b198b7b06176db34c7b6 | refs/heads/master | 2021-01-20T09:38:06.961436 | 2017-06-22T18:24:12 | 2017-06-22T18:24:12 | 90,275,533 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 220 | java | package com.example.jturco.trabajopracticoturco.TurcoTp.Login;
/**
* Created by jturco on 04/05/2017.
*/
public interface IIngresar {
public void ingresarDatosLogin();
public void irPantallaRegistar();
}
| [
"jturco@tmoviles.com.ar"
] | jturco@tmoviles.com.ar |
f9e4c1f1e59d9f4a5b458234a5cdcf26456066e1 | 48a2135f2f05fc09c1bc367ef594ee9f704a4289 | /ovh-java-sdk-ipLoadbalancing/src/main/java/net/minidev/ovh/api/iploadbalancing/status/OvhService.java | 28d1e873ad88e2ecdad470a3c5e775fc14cb8d5a | [
"BSD-3-Clause"
] | permissive | UrielCh/ovh-java-sdk | 913c1fbd4d3ea1ff91de8e1c2671835af67a8134 | e41af6a75f508a065a6177ccde9c2491d072c117 | refs/heads/master | 2022-09-27T11:15:23.115006 | 2022-09-02T04:41:33 | 2022-09-02T04:41:33 | 87,030,166 | 13 | 4 | BSD-3-Clause | 2022-09-02T04:41:34 | 2017-04-03T01:59:23 | Java | UTF-8 | Java | false | false | 234 | java | package net.minidev.ovh.api.iploadbalancing.status;
/**
* The status of a Load Balancer service
*/
public class OvhService {
/**
* The status of your Load Balancer billing domain
*
* canBeNull
*/
public OvhEnum status;
}
| [
"uriel.chemouni@gmail.com"
] | uriel.chemouni@gmail.com |
a42893187b09bdde18888b34f18a28306a28b5f0 | 62accff45f74eda60411d0c5b79480788981d413 | /src/test/java/com/lsj/springboot/SpringbootApplicationTestsAdapter.java | 4c6c5f2a8a80b0d4445a76c37a906d098e4dcf31 | [] | no_license | yuanshuaif/SpringBoot | d1f05b461dd32a564063917f7166f803e0e42ff4 | 082861e06f8a3cbf53bf461a3f0d836decf2c2e9 | refs/heads/master | 2022-07-20T07:50:58.380072 | 2022-07-17T05:29:46 | 2022-07-17T05:29:46 | 243,789,945 | 1 | 1 | null | 2021-01-13T08:11:57 | 2020-02-28T15:10:39 | Java | UTF-8 | Java | false | false | 836 | java | package com.lsj.springboot;
import com.lsj.springboot.designMode.structural.adapter.classAdapter.TargetInterface;
import com.lsj.springboot.designMode.structural.adapter.objectAdapter.TargetInterface1;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired... | [
"yuanshuaif@yonyou.com"
] | yuanshuaif@yonyou.com |
030385ed07ac08b4bb3ca5d4bec33939ea204fd7 | bf26b2216850d96fcd923044a68f7a58934db6f7 | /src/main/java/com/desafio/assembleia/repository/VotoRepository.java | 5e3304c752abcffcb1e93ae87044cf1e1d557a18 | [] | no_license | adr90dev/APIAssembleia | 0d71276bed04560a4f84442a8bc3fc3bfc3deaf4 | 89f5f41387f9158788aa5aa2dac3e2ff4df98167 | refs/heads/main | 2023-05-02T16:08:01.151461 | 2021-05-24T22:31:24 | 2021-05-24T22:31:24 | 370,396,634 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 282 | java | package com.desafio.assembleia.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.desafio.assembleia.model.Voto;
@Repository
public interface VotoRepository extends JpaRepository<Voto, Long>{
}
| [
"adriano.rocha.oliveira@hotmail.com"
] | adriano.rocha.oliveira@hotmail.com |
f42e094640264144a31e8d6e71fc57d26d1bd67b | d4d25a1399d0d7b2b6b4bbf75bae4f0e8319c26b | /src/main/java/dao/Sql2oEndangeredAnimalDao.java | e27913871900aab072c1c8a8247524a60eb4c161 | [
"MIT"
] | permissive | maghanga/wildlife_tracker | dfefb6f56f50b3aa8e51bee0c96a70edd37371ee | 7d387609e863533979d95e9dcbea6e7b1e8eade3 | refs/heads/master | 2022-04-05T03:44:19.737084 | 2020-01-21T11:49:10 | 2020-01-21T11:49:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 923 | java | package dao;
import models.EndangeredAnimal;
import org.sql2o.*;
import java.util.List;
public class Sql2oEndangeredAnimalDao implements EndangeredAnimalDao{
private final Sql2o sql2o;
public Sql2oEndangeredAnimalDao(Sql2o sql2o) { this.sql2o = sql2o; }
@Override
public List<EndangeredAnimal> getAl... | [
"wavyylikethesea@gmail.com"
] | wavyylikethesea@gmail.com |
03ca98ac4735669595b328983c57933974b514d8 | 2627cdc69b7ee68fb50a0a7f8464d0d0543cdd95 | /src/gcconverter/util/HTMLReader.java | b2ef763da4476eed704ae4a0d554183f4c15aeb4 | [
"Apache-2.0"
] | permissive | stuchl4n3k/GCConverter | 9d64981ac0be783739b966887025065e60992c3b | f39ac3fffa39b2606013f617b9b61f30e54b9943 | refs/heads/master | 2016-09-06T16:11:54.621371 | 2012-06-06T12:57:50 | 2012-06-06T12:57:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,314 | java | package gcconverter.util;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.URL;
import java.net.URLConnection;
import java.util.logging.Level;
import java.util.logging.Logger;
/**
*
* @author stuchlanek
*/
public class HTMLReader {
public static fina... | [
"stuchl4n3k@gmail.com"
] | stuchl4n3k@gmail.com |
033182551240ebf35de1825a4e66587f345486d5 | 9278e8dd9198731fd7d269a835b71fbeb596fd03 | /java/book-manage-system/src/main/java/com/jimo/util/Result.java | 92ffee3b4e2087b7f740f2745c66b6be5cd1bd61 | [] | no_license | mycodefarm/old-memory-code | 7f5c6246141e8e79f5021e32f1e4163ae3bbd0db | 1e167b01ce93c089cc3768de0793b61b832b3652 | refs/heads/master | 2021-08-30T19:39:57.069096 | 2017-12-19T06:58:52 | 2017-12-19T06:58:52 | 114,587,693 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 463 | java | package com.jimo.util;
public class Result {
private Integer code;
private String msg;
private Object data;
public Object getData() {
return data;
}
public Integer getCode() {
return code;
}
public void setCode(Integer code) {
this.code = code;
}
public void setData(Object data) {
this.data = dat... | [
"15982406684@163.com"
] | 15982406684@163.com |
d26932a6fa5ff12a82ef408abe4230d7829079ae | b1d2c1f7494a83b9a02635e3490603ceb388b7a2 | /YSZGRDGL/src/main/java/com/wzj/dao/PbtSampleItemMapper.java | ed7dd45178685771f860efbb1399445d41b4b192 | [] | no_license | wzhjmail/YSZGRDGL | d31f6f3d1b5cdf2d596c14e091bb3ee4c02d9cf5 | 4ea916d548ac701fbf4fa163bde4b7bc03da35b7 | refs/heads/master | 2022-12-21T06:48:34.927370 | 2021-05-08T06:07:51 | 2021-05-08T06:07:51 | 139,333,432 | 0 | 0 | null | 2022-12-16T03:25:37 | 2018-07-01T13:56:06 | JavaScript | UTF-8 | Java | false | false | 429 | java | package com.wzj.dao;
import org.apache.ibatis.annotations.Select;
import com.wzj.pojo.PbtSampleItem;
public interface PbtSampleItemMapper {
public int delete(String f_sample_key);
public int insert(PbtSampleItem pbt);
public int update(PbtSampleItem pbt);
@Select({"select * from PBT_SAMPLE_ITEM where F_SAM... | [
"wzhj_mail@qq.com"
] | wzhj_mail@qq.com |
3171496e935521ce029aedf87bbac4e348c977be | 68feeb501a9a159b67412151c07ddb9a45b7c304 | /1_Project/src/Mario/BasicEnemyItemBlockInfo.java | 2993b43dda93134a02b4c23c4854988f987d16c3 | [] | no_license | hiro727/mario-engine | d3f8e8c453ac4d694192d8d4ebff33ebfa4ed92a | f47ba30a6d6aac2669d8f96a2d34b6be9c799dfe | refs/heads/master | 2021-05-30T07:01:32.666068 | 2015-09-25T17:46:09 | 2015-09-25T17:46:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,486 | java | package Mario;
import java.io.*;
public class BasicEnemyItemBlockInfo {
static int [] itemNum, minI, maxI, eachsizeI;
static double[] speedI, dxI, dyI;
static int[][] xI, yI, conditionI;
static int [] eneNum, minE, maxE, eachsizeE;
static double[] speedE, dxE;
static int[][] xE, yE;
static i... | [
"lazysealion1995@gmail.com"
] | lazysealion1995@gmail.com |
461973f8b72dea79a025768c85e4df0537d83c51 | f3baf6ada6be799230294497cfd995f291bec58b | /src/test/java/es/padis/course/config/WebConfigurerTestController.java | 09e436b56e50da6cd39a0566a64761878c332d2c | [] | no_license | padis/course-application | 5277f2447881e170d41b751c6aa168f0e986e5d6 | 50412dd47e410bd5956f2622df6c7f7277bb394c | refs/heads/master | 2022-06-05T04:35:08.667154 | 2022-05-18T19:08:05 | 2022-05-18T19:08:05 | 181,922,167 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 378 | java | package es.padis.course.config;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class WebConfigurerTestController {
@GetMapping("/api/test-cors")
public void testCorsOnApiPath() {
}
@GetMapping("/test/te... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
5dbde1132aae6ad5e708253c5e48d1fa925a1102 | 066e16b3867b416652f96168ef60d0372fd38f5c | /Controle/classes/conta/Conta.java | ed7cb3ed0c7a31886270622e7408e39fc483f74e | [] | no_license | emersonlara/Controle-Notas | f1c3d7d2cd311c8df9316fb182e6c0a5f10f8700 | b4e00a213b9c9119933cacc40ddcec6afff5ac8b | refs/heads/master | 2023-07-09T11:36:05.372581 | 2021-08-16T13:58:05 | 2021-08-16T13:58:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,007 | 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 classes.conta;
/**
*
* @author guilherme.machado
*/
public class Conta {
private int id, nivel;
private String nom... | [
"59860892+ghpm99@users.noreply.github.com"
] | 59860892+ghpm99@users.noreply.github.com |
97d195f3c26c419355e6fa4ccb5cb9f5d467adc5 | 2106da21ed50fabce32f8bb4b57cd49966da7d75 | /src/service/impl/StudentDAOimpl.java | e037953284d347bc052d4670fc80a696b49502e7 | [] | no_license | jinshuai8899/Instructional-Management-system | 42c44178876e887d61e1e2880068a0d87d440ea8 | e8d51aa1be24002005e633500a9a244ccaedd6ad | refs/heads/master | 2023-03-21T14:50:11.709172 | 2019-10-12T07:58:46 | 2019-10-12T07:58:46 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 2,025 | java | package service.impl;
import java.util.List;
import org.hibernate.Query;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.springframework.transaction.annotation.Transactional;
import entity.CourseInfo;
import entity.ScoreInfo;
import entity.StuInfo;
imp... | [
"1012568337@qq,com"
] | 1012568337@qq,com |
12063c1819446c9d3a619025e8c1219955422262 | cb8c6117569c65cd72b950defe9a8051f46e9e0f | /cloudalibaba-config-nacos-client337/src/main/java/com/cgs/springcloud/controller/NacosConfigController.java | af922e12eb5c5c3b7978e8bd45436c300a921a83 | [] | no_license | ChenGuoSong/cloud2020 | aba613b7e883f190b86050643f01ba5458085d80 | cb32bc49e7dee99d363a8cbb9e981a3e788327f3 | refs/heads/master | 2022-07-15T02:10:29.959896 | 2020-04-10T10:01:33 | 2020-04-10T10:01:33 | 252,679,728 | 1 | 0 | null | 2022-06-21T03:07:52 | 2020-04-03T08:50:42 | Java | UTF-8 | Java | false | false | 558 | java | package com.cgs.springcloud.controller;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.cloud.context.config.annotation.RefreshScope;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
@Refresh... | [
"522860353@qq.com"
] | 522860353@qq.com |
3cfacf3c70f4ab4316e0ddbadeff5adc16901b21 | 7466200443b0dd60c956a1f03a5524fa9cc4f350 | /pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/LLCRealtimeClusterSplitCommitIntegrationTest.java | fca5d99cc2febbf44e8858e31d54c944a7682d49 | [
"Apache-2.0",
"BSD-3-Clause",
"LicenseRef-scancode-free-unknown",
"CC-PDDC",
"LGPL-2.1-only",
"LicenseRef-scancode-other-permissive",
"MIT",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown-license-reference",
"CPL-1.0",
"CDDL-1.1",
"EPL-1.0",
"BSD-2-Clause",
"EPL-2.0",
... | permissive | winedepot/pinot | 9d445e4c9230700e4cfd9dbe4ae85c32f43a1353 | 2dd03f5feb5bfa960a533c1a80a3aaf493d82607 | refs/heads/develop | 2020-05-01T01:50:48.249209 | 2019-07-01T23:20:53 | 2019-07-01T23:20:53 | 177,204,268 | 2 | 0 | Apache-2.0 | 2021-06-26T22:40:27 | 2019-03-22T20:20:47 | Java | UTF-8 | Java | false | false | 1,668 | 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... | [
"noreply@github.com"
] | noreply@github.com |
fb83fd8df9e91efb717c8d032fd4a795f0da9eb3 | ef8a143893beaaa90f9287133880e90ea7d2aaaa | /Perestroika-Problem/src/main/java/cz/cuni/mff/perestroika/perestroika_problem_15_3_0_1_0_5_4/Goal.java | 099c800205c41258e3bb2fba30eba9a5ce8b3e6a | [
"MIT"
] | permissive | martinpilat/jPDDL | fb976ae66b248eaa021b8662f300829ef9bdb198 | c5e8389cccc9707b387de41298ae51983908a3f6 | refs/heads/master | 2021-06-13T18:41:14.994546 | 2021-03-26T15:55:23 | 2021-03-26T15:55:23 | 155,592,082 | 0 | 0 | MIT | 2018-10-31T16:46:57 | 2018-10-31T16:46:57 | null | UTF-8 | Java | false | false | 3,800 | java | package cz.cuni.mff.perestroika.perestroika_problem_15_3_0_1_0_5_4;
import cz.cuni.mff.jpddl.PDDLGoal;
import cz.cuni.mff.jpddl.PDDLState;
import cz.cuni.mff.perestroika.domain.State;
public class Goal extends PDDLGoal {
@Override
public String toPDDL() {
return "(:goal (and (alive)\n"
+ " (tak... | [
"martin.pilat@gmail.com"
] | martin.pilat@gmail.com |
878258fd65fca19ccb0158b2604cf542b232b0c5 | fb4d9beea2df2eb18c24127ad1b77171d6ee3995 | /src/test/java/it/maraschi/testapp/config/WebConfigurerTest.java | 9e94178fa8ea5458434d6ff234dfdde7def29b52 | [] | no_license | dandymi/jhtestapp | c0e56329c8d741d9e6b1a3b8930157a86c44d1e4 | 5e9ea6f16444badf56ac2b9a5f74a0a4b0b5fbec | refs/heads/master | 2020-05-21T06:24:11.753982 | 2019-05-10T08:16:34 | 2019-05-10T08:16:34 | 185,943,368 | 0 | 0 | null | 2019-05-10T08:16:35 | 2019-05-10T07:47:28 | Java | UTF-8 | Java | false | false | 7,177 | java | package it.maraschi.testapp.config;
import io.github.jhipster.config.JHipsterConstants;
import io.github.jhipster.config.JHipsterProperties;
import io.github.jhipster.web.filter.CachingHttpHeadersFilter;
import org.h2.server.web.WebServlet;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
im... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
1acaa886b0a79b3ae5ccf41bee3f11ed46f1298a | b4f6ef593d37f49b0bd80c50ef9293f51871336c | /app/src/androidTest/java/com/project/csci3130/dalrs/AddDropTest.java | 549f4267db0ab952a17fd78b49cf528543b14821 | [] | no_license | DanielZhang17/3130Project | a0660d27ba3a5034e7c35c6e1fb2f5fe4e1de8cc | fc3d2e84c1ae613e0c7b7703b76153c528168b8e | refs/heads/master | 2020-04-17T19:51:22.611175 | 2018-08-04T21:14:36 | 2018-08-04T21:14:36 | 137,971,331 | 0 | 0 | null | 2018-06-20T02:45:04 | 2018-06-20T02:45:03 | null | UTF-8 | Java | false | false | 7,834 | java | package com.project.csci3130.dalrs;
import android.support.test.espresso.ViewInteraction;
import android.support.test.rule.ActivityTestRule;
import android.support.test.runner.AndroidJUnit4;
import android.test.suitebuilder.annotation.LargeTest;
import android.view.View;
import android.view.ViewGroup;
import android.... | [
"noreply@github.com"
] | noreply@github.com |
4838db9219eb0e8af7e6a7df4b0d5b49b246a9be | 8061a8a4e6bf119f1c8bbfb624956aaa781528a7 | /src/kr/capa/acip/vo/board/EventVO.java | 87b5b7f39c65d5e1b0afffd862d76e43df489c08 | [] | no_license | guntae/skuniv | 58d022c2df3d6ad63e921f98031d99ccef9040a0 | 525365aeff88aee149e8c88f6d21115dab65b5b8 | refs/heads/master | 2020-04-09T14:18:07.815080 | 2016-09-12T10:22:15 | 2016-09-12T10:22:15 | 67,997,104 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 950 | java | package kr.capa.acip.vo.board;
public class EventVO {
private String evnum;
private String evtitle;
private String evpic;
private String evregdate;
private String lnum;
public String getEvnum() {
return evnum;
}
public void setEvnum(String evnum) {
this.evnum = evnum;
}
public String getEvtitle() {
... | [
"w_parisen@naver.com"
] | w_parisen@naver.com |
f3939fcc06d93be2d79f7380f7c0e7d5d3ee1151 | f1ccae53ae3c48bf076b987def32eff80fffe7de | /loveattention/LoveAttention/src/com/zykj/loveattention/utils/CharacterParser.java | 32398c1fe1d2cf7fc3bc2df4985bdc59213f6495 | [] | no_license | lss5415/LoveAttention | 284dd0d23bb36b89a320ff2758e3247fc8bece5e | fa2307e62bb5c261fc02b576f2691849444f14a7 | refs/heads/master | 2021-01-18T23:08:21.567488 | 2016-03-25T02:51:25 | 2016-03-25T02:51:25 | 40,869,399 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,267 | java | package com.zykj.loveattention.utils;
/**
* @author lss 2015年7月7日 Java汉字转换为拼音
*
*/
public class CharacterParser {
private static int[] pyvalue = new int[] {-20319, -20317, -20304, -20295, -20292, -20283, -20265, -20257, -20242, -20230, -20051, -20036, -20032,
-20026, -20002, -19990, -19986, -19982, -19976, -198... | [
"541531745@qq.com"
] | 541531745@qq.com |
5a62cd7eb9657420547ecc45dde45a759a110475 | 6ec37b1b15c82ee63c5a3f5f3c777d9195bcf673 | /ModuloGeneral/src/main/java/bamas/espe/ec/interfaces/InterfaceRem.java | 8c55db7492b9fa5334ea28da631b6c10c6ad5bdc | [] | no_license | JannethOlivarez/bamas_back | 135d98b1cf4e7de8f0f51c6cae7c4a8496bbd90c | 2fb6988e957ebb09af2e7eca05a3918bef0e6da3 | refs/heads/master | 2020-04-04T12:06:52.262695 | 2018-11-02T19:55:50 | 2018-11-02T19:55:50 | 155,914,631 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 199 | java | package bamas.espe.ec.interfaces;
import org.springframework.data.jpa.repository.JpaRepository;
import bamas.espe.ec.modelos.Rem;
public interface InterfaceRem extends JpaRepository<Rem,Long> {
}
| [
"jannetholivarez@gmail.com"
] | jannetholivarez@gmail.com |
22237f6c70d21d658fd93aab8c3ca45a39b979ce | 0c45b2012ee2715b0b725e764fbfc9bc40109936 | /src/br/inf/portalfiscal/nfe/canc/eventocancnfe/TEvento.java | d44269d990558cdfcfb088d1d0d6d6ea15ff3e8e | [] | no_license | roneison85/NFeLib4.00 | 9d5c50bd0011a624dff1279e15cc4d31257ade0e | d8bcb84aaca63c428cc8ca175330e77809b7f2c7 | refs/heads/master | 2021-12-10T07:18:43.952886 | 2021-12-01T10:44:19 | 2021-12-01T10:44:19 | 203,785,144 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 24,516 | java | //
// Este arquivo foi gerado pela Arquitetura JavaTM para Implementa��o de Refer�ncia (JAXB) de Bind XML, v2.2.8-b130911.1802
// Consulte <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Todas as modifica��es neste arquivo ser�o perdidas ap�s a recompila��o do esquema de origem.
// Gerado ... | [
"roneison.machado@gmail.com"
] | roneison.machado@gmail.com |
efb6b8f3a30ffd39d3c7406470ad3d7a8cb969fc | 597ea280b433dff12feb85feebe6b99c7534c9ac | /core-java-volume/src/main/java/com/builderPattern/player/StreamlinedModePlayerBuilder.java | 1497927732a305796d67d6ad931a2e24aee6a3e5 | [] | no_license | GoldBladeAncestor/java-volume | 80f97b2a1ecd38a3fb3a7c9ec56897ddfbae04ca | c357b5d6fdc5c5e57c2843e3d550fee28128c3ce | refs/heads/master | 2022-12-21T11:27:38.398065 | 2019-06-04T03:23:08 | 2019-06-04T03:23:08 | 189,962,375 | 0 | 0 | null | 2022-12-16T05:00:39 | 2019-06-03T08:08:53 | Java | UTF-8 | Java | false | false | 506 | java | package com.builderPattern.player;
/**
* @Description:
* @Author:Antonio
* @Date:Created in 15:20 2019/5/17
*/
public class StreamlinedModePlayerBuilder extends PlayerBuilder {
@Override
public void buildMenu() {
}
@Override
public void buildList() {
}
@Override
public void build... | [
"34149712+GoldBladeAncestor@users.noreply.github.com"
] | 34149712+GoldBladeAncestor@users.noreply.github.com |
27411386143ec5567094eb8aac09c4d75aeabab5 | ce91c9153d02b25268660238a1df77af3fca418e | /src/app/riskapp/entity/BrMst.java | 6e68f1c072ca43784f2438fea3fe3e0e260d6e17 | [] | no_license | mygithut/mytest | 3605ea7b2a7e88c4024d028be05e6c0cb42f1905 | 44dd7df1d299e25b16188400a6cb05b4bc46812a | refs/heads/master | 2020-05-02T02:38:06.552117 | 2019-03-26T03:58:33 | 2019-03-26T03:58:33 | 177,699,322 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,293 | java | package app.riskapp.entity;
/**
* BrMst entity. @author MyEclipse Persistence Tools
*/
public class BrMst implements java.io.Serializable {
// Fields
private String brNo;
private String brName;
private String chargePersonName;
private String manageLvl;
private String fbrCode;
private String legalPersonFlag... | [
"lifeisshort888@gmail.com"
] | lifeisshort888@gmail.com |
b0b3234578808edcc2635640acb95c1b9159ace1 | 78f284cd59ae5795f0717173f50e0ebe96228e96 | /factura-negocio/src/cl/stotomas/factura/negocio/training_2/copy3/copy2/TestingFinal.java | 14c7e9c59956f9fa78bb7d498552748dd8b5113a | [] | no_license | Pattricio/Factura | ebb394e525dfebc97ee2225ffc5fca10962ff477 | eae66593ac653f85d05071b6ccb97fb1e058502d | refs/heads/master | 2020-03-16T03:08:45.822070 | 2018-05-07T15:29:25 | 2018-05-07T15:29:25 | 132,481,305 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 1,699 | java | package cl.stotomas.factura.negocio.training_2.copy3.copy2;
import java.applet.Applet;
import javax.crypto.Cipher;
import javax.crypto.spec.SecretKeySpec;
public class TestingFinal {
public static String decryptMessage(final byte[] message, byte[] secretKey)
{
try {
// CÓDIGO VULNERABLE
... | [
"Adriana Molano@DESKTOP-GQ96FK8"
] | Adriana Molano@DESKTOP-GQ96FK8 |
b69b0d15944feeb19381cd2b51e419fde7d94ce3 | d9fe1c9f3df50a0c288bc76d9b691a5286f15fcf | /lang-base/src/main/java/cn/soft1010/lang/CharacterTest.java | 9187668685c346dfe07e1c77ba3089112b8434b6 | [] | no_license | nine-free/Base-Java-lang | 6d2836a352d001a24ac0be93f08b20866cd50102 | c834db8a4471f65320327460690b61e3cc1bbb6e | refs/heads/master | 2021-01-18T18:59:43.921764 | 2017-04-13T05:58:39 | 2017-04-13T05:58:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 231 | java | package cn.soft1010.lang;
/**
* Created by zhangjifu on 2017/3/31.
*/
public class CharacterTest {
public static void main(String[] args) {
System.out.println(Character.isSpaceChar("\n".toCharArray()[0]));
}
}
| [
"zhangjifu@vipkid.com.cn"
] | zhangjifu@vipkid.com.cn |
45ddd8bbd889a3e9704c3f98c42f49c87e57b70f | 354596386e28bd189f4c9a83d149ad185ebc1df5 | /TefServices/gen/com/example/tefservices/BuildConfig.java | 789b8fde2e582eebc072d2dc6c69c7bf7bb9562c | [
"MIT"
] | permissive | stephaneAG/Android_tests | fe904b22dae0f3de254d9a3cf5572498daa2ab65 | 0cb64cf24a4b00eadc3448e965a51a349584a221 | refs/heads/master | 2021-01-17T17:07:17.702149 | 2015-06-14T04:58:47 | 2015-06-14T04:58:47 | 37,399,684 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 165 | java | /** Automatically generated file. DO NOT MODIFY */
package com.example.tefservices;
public final class BuildConfig {
public final static boolean DEBUG = true;
} | [
"seedsodesign@gmail.com"
] | seedsodesign@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.