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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ca2c670e690a668dcf4479a03a3f057ecd6f6cab | 22c0ea86a3a73dda44921a87208022a3871d6c06 | /.svn/pristine/e4/e49a95faf0a0fe05a032c4fb1c29db4f326f7d5b.svn-base | f29f0ca393983b26e54222bee4a68c28ca052a4c | [] | no_license | hungdt138/xeeng_server | e9cd0a3be7ee0fc928fb6337e950e12846bd065a | 602ce57a4ec625c25aff0a48ac01d3c41f481c5a | refs/heads/master | 2021-01-04T14:06:51.158259 | 2014-08-01T09:52:00 | 2014-08-01T09:52:00 | 22,504,067 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,099 | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.tv.xeeng.game.daugia;
import java.text.SimpleDateFormat;
import java.util.Date;
import com.tv.xeeng.game.data.AIOConstants;
/**
*
* @author tuanda
*/
public class BidInfo {
public int id;
public Pro... | [
"hungdt138@outlook.com"
] | hungdt138@outlook.com | |
7dd0427bd2fe1836499dfac57a233e9e4d4e93a2 | 743eafddaa6b40e26711c9b4bb8c4e5a1b3c298d | /ConsoleApplication/src/main/java/pl/edu/pwr/aic/dmp/helpers/CommonApplicationEntryHelper.java | bf902e0a04569cda631ff61e313bbcb0a2d86849 | [] | no_license | Karol3500/drilling_machine | 3807c4e85f4ee2d4e255b55fe750a154c3c82adf | 362893bfa48b8c318fecbce8f8325abccc3090f7 | refs/heads/master | 2021-01-21T21:50:53.544300 | 2016-05-25T15:52:11 | 2016-05-25T15:52:11 | 31,728,813 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,189 | java | package pl.edu.pwr.aic.dmp.helpers;
import java.io.IOException;
import jxl.write.WriteException;
import pl.edu.pwr.aic.dmp.metaEA.TuningSolutionsSingleton;
import pl.edu.pwr.aic.dmp.metaEA.export.CsvTuningExperimentResultExporter;
public class CommonApplicationEntryHelper {
private String map;
private String fileN... | [
"kposila@gmail.com"
] | kposila@gmail.com |
2502c68066e8fe5e343adbf4cdeac92a7f462838 | ac3b119663fce406ab53c711fa9fcfaef4048def | /src/main/java/com/etocrm/config/DruidDataSource1Config.java | 984aa73a328b002fd7a348d61cb91d9194e2215d | [] | no_license | lq351334131/elastic-job | 32a6c2352a054b65115a676978ed7c2603ed631c | 8a765c180c7e6fe04b537464318a8aad99c03d3b | refs/heads/main | 2023-06-17T10:13:18.608158 | 2021-07-14T09:07:57 | 2021-07-14T09:07:57 | 385,874,978 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,175 | java | package com.etocrm.config;
import com.alibaba.druid.pool.DruidDataSource;
import org.apache.ibatis.session.SqlSessionFactory;
import org.mybatis.spring.SqlSessionFactoryBean;
import org.mybatis.spring.SqlSessionTemplate;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.beans.factory.annotati... | [
"lq351334131@163.com"
] | lq351334131@163.com |
624aafa89f202d9ff233c71dd8a372b57c41dd3e | e78d145026f2094903f482c3cc3a5b2d7141a397 | /java/7斐波那契数列/src/com/oyoungy/Solution.java | a2816def037624be1f8bcb8b00962d702e22f7e5 | [] | no_license | Neim-z-young/nowcoder-problems | d2472c8252818c45596983a724418ad3f54a8376 | 2d2b5421f73e2165282aacfcafb55068bdeca495 | refs/heads/master | 2020-06-08T23:24:42.265451 | 2020-01-02T11:36:19 | 2020-01-02T11:36:19 | 193,325,746 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 267 | java | package com.oyoungy;
public class Solution {
public int Fibonacci(int n) {
if(n==0) return 0;
int f1=0, f2=1, temp;
while (--n>0){
temp = f2;
f2 = f1+f2;
f1 = temp;
}
return f2;
}
}
| [
"1340871578@qq.com"
] | 1340871578@qq.com |
713a6a25ba0612e5e05a0f1b3fee95cd59119b86 | 83e779a58f6ce4cb01471c347811c3b6881a2424 | /src/main/java/gear/treasure/Coin.java | 3a3ccf7cba240531ef8e717e7ea970717033932b | [] | no_license | onitwin/dungeoncrawl | 6386b6280c43bfe99bcd56bc01028d72896af171 | a013bdf3ddc387de64acca661bfd6115ec943751 | refs/heads/main | 2023-04-09T12:04:37.510875 | 2021-04-08T09:49:58 | 2021-04-08T09:49:58 | 341,912,945 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 239 | java | package gear.treasure;
public class Coin extends Loot {
public Coin(String name, int value){
super(name, value);
}
public String description(){
return "its dull and rusted.. probably worthless..";
}
}
| [
"Jack.Portwood14@gmail.com"
] | Jack.Portwood14@gmail.com |
c9743ec4d018607d0f954c2a87f23257fa684474 | 0d244e16231ae3c6dec937a995b2e29afff82e3d | /src/com/goodsquick/service/GoodsProductServiceImpl.java | 0a788c633cfb22692cfdab4473c72d8df955ba03 | [] | no_license | chaletli2014/GK | 119b7f76362bf0f047ca92333ce48abc3234bf82 | 582aa414b803d4f7e84148d14d7bc9ed58f1a9a9 | refs/heads/master | 2021-01-21T04:41:47.436306 | 2016-07-18T16:22:28 | 2016-07-18T16:22:28 | 44,108,719 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,773 | java | package com.goodsquick.service;
import java.util.Collections;
import java.util.Date;
import java.util.List;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.dao.EmptyResultD... | [
"chaletli@163.com"
] | chaletli@163.com |
734f4dcd78fe131d34fa1d689b5d0381539e4a12 | 877157b9c5efabc094d65e53856831de936aec93 | /Lesson 11/TaskManager/app/src/main/java/com/myapplicationdev/android/taskmanager/MainActivity.java | 2045d3b9c1e1ed6d544e97edeedc2fdb5817ee32 | [] | no_license | Ju-Long/C347 | f31b6ec6d6ae8637cf6b5959b0724217c5c8b560 | 80ea06941ee867ee57bd14a45762e956b652c50e | refs/heads/main | 2023-07-13T07:15:25.962698 | 2021-08-19T14:37:11 | 2021-08-19T14:37:11 | 359,655,076 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,399 | java | package com.myapplicationdev.android.taskmanager;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.Button;
import android.widget.ListView;
im... | [
"19013345@myrp.edu.sg"
] | 19013345@myrp.edu.sg |
007f71a903d054a3ce8aefb997fc58ee5be9dfe0 | 61224306d00020fb274a082d66aa84b9c0c83715 | /src/test/java/AllConcepts/HeadLessBrowser.java | ec9a225e7a8cd2092f889b8cb42cbd26a9f30a81 | [] | no_license | premsingh1901/SeleniumPracticeMain | 87e3cdd7cc861e87353ec75be4ef906b0296de35 | 2f88a949993ac42a54aee0fbdcbac8e985be63ea | refs/heads/master | 2021-04-05T19:25:02.278728 | 2020-04-18T13:12:27 | 2020-04-18T13:12:27 | 248,591,565 | 1 | 0 | null | 2020-03-20T19:40:05 | 2020-03-19T19:49:26 | Java | UTF-8 | Java | false | false | 1,395 | java | package AllConcepts;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.htmlunit.HtmlUnitDriver;
import org.openqa.selenium.support.ui.WebDriverWait;
public class HeadLessBrowser {
pub... | [
"you@example.com"
] | you@example.com |
1537b857c4c0272ffcd429d3a35d397350f03102 | ca2500be17ca91de9b22da58cb9a628d2e30e613 | /src/main/java/org/jauntsy/grinder/karma/mapred/builder/Buildable.java | 3bf99a2b67c0bd9f55d383824a0c552d84f877f6 | [] | no_license | strategist922/grinder | 304a6472e5f0eccf3b2bca36bad27686502c7a26 | 923b2cff94b29d4d5b147befe89d95919bd413a8 | refs/heads/master | 2020-05-19T13:03:59.330686 | 2013-02-16T17:33:42 | 2013-02-16T17:33:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 251 | java | package org.jauntsy.grinder.karma.mapred.builder;
import org.jauntsy.grinder.karma.KarmaTopologyBuilder;
/**
* User: ebishop
* Date: 2/7/13
* Time: 10:23 AM
*/
public interface Buildable {
void buildIfNeeded(KarmaTopologyBuilder context);
}
| [
"elden.bishop@gmail.com"
] | elden.bishop@gmail.com |
9a506a214a3ef69b11901d308bdf3b54d4d82b94 | 49ddea39864106965dd12aac2b7e6684c10edf75 | /CSE222/HW1/src/com/pionix/Customer.java | 707a8290e74537617c8e6f01b14bd89e30fda282 | [] | no_license | xinoip/edu | 6182ba18fab7d6210c3be671e524d6cce97bfca2 | 6205a5bb8fe28677c22cbbe8ab4752a05e69a453 | refs/heads/master | 2021-07-12T03:05:43.974494 | 2020-08-31T19:58:02 | 2020-08-31T19:58:02 | 192,091,664 | 4 | 4 | null | null | null | null | UTF-8 | Java | false | false | 387 | java | package com.pionix;
/**
* This role has access to only checking a shipment
* with trackingNumber
*/
public class Customer extends PersonRole {
public final static CustomerAccess access = new CustomerAccess();
public Customer(String username) {
super(username);
}
@Override
public String... | [
"pionix@protonmail.com"
] | pionix@protonmail.com |
25b808593fc467502a6a77ad3b71a4bef577b6e5 | ce8fd8e0d23dc8572bd7dc33740917a3cddf6ac0 | /persentation/src/main/java/com/kulomady/tokopedia/view/ProductDetailsView.java | 6b1c040639dbd62e8618612581faaff0a33e2661 | [] | no_license | kulomady/MyToped | 3c33f5961a91e21b2840b0ea233bc7fe4b36beda | 858e374638b71dbeaa7dffefebf43e3de6553614 | refs/heads/master | 2021-01-21T14:08:50.522710 | 2016-07-20T02:49:02 | 2016-07-20T02:49:02 | 59,474,077 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 450 | java |
package com.kulomady.tokopedia.view;
import com.kulomady.tokopedia.model.ProductModel;
/**
* Interface representing a View in a model view presenter (MVP) pattern.
* In this case is used as a view representing a product profile.
*/
public interface ProductDetailsView extends LoadDataView {
/**
* Render a pr... | [
"rohmadi@berrybenka.com"
] | rohmadi@berrybenka.com |
e299bb04e5336ec381719da2b23cdb8380a7301f | c885ef92397be9d54b87741f01557f61d3f794f3 | /results/JacksonDatabind-109/com.fasterxml.jackson.databind.ser.std.NumberSerializer/BBC-F0-opt-100/tests/27/com/fasterxml/jackson/databind/ser/std/NumberSerializer_ESTest_scaffolding.java | de7bd6df50e392b57b1ada62acca9a4ef9309a88 | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 65,546 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Sat Oct 23 19:50:52 GMT 2021
*/
package com.fasterxml.jackson.databind.ser.std;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
impor... | [
"pderakhshanfar@serg2.ewi.tudelft.nl"
] | pderakhshanfar@serg2.ewi.tudelft.nl |
a136c82dd3fa95ab9482066ba5af65e8c7b2ebcf | 73f27de5ceee2a6d08d5090cc0078d46d3e7ffae | /2ºAno/P3/src/aula6/Ex2/Pessoa.java | a340a4c4014fc639c193c1ffea55f0194d5904e4 | [] | no_license | JPCGameiro/UA-ECT | 5808aade4ebf41ca689b63854772cc2004c26461 | 7fdae2b6e9e8c81e1f1303b32d21e28bd555a56d | refs/heads/master | 2023-01-29T21:51:32.583147 | 2023-01-17T21:10:35 | 2023-01-17T21:10:35 | 181,866,524 | 18 | 15 | null | null | null | null | UTF-8 | Java | false | false | 625 | java | //João Gameiro Nº93097
//classe Pessoa
package aula6.Ex2;
public class Pessoa {
private String nome;
private int cc;
private Data dataNasc;
//Construtor
public Pessoa(String nome, int cc, Data dataNasc)
{
this.nome = nome;
this.cc = cc;
this.dataNasc = dataNasc;
}
public String nome() { return nom... | [
"noreply@github.com"
] | noreply@github.com |
8adfd57f48dfead337a08cdeff9b1dcda45a17af | 470f1e764e48d281e3bacb40f29578506337d8f8 | /src/main/java/de/codecentric/burger/command/BurgerNeuIntent.java | 60e3362eb439de97a4459d5ddeea6c542bca91e1 | [] | no_license | rejwan052/thymeleafKnockout | d352ebd40c736fb911d526f1f47a67393e4b9b45 | 4ec7c11e8917ac775aaa6449a146c3271da06cbb | refs/heads/master | 2021-01-20T00:04:21.315933 | 2016-02-23T19:04:20 | 2016-02-23T19:04:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 303 | java | package de.codecentric.burger.command;
/**
* @author Holger Grosse-Plankermann (xd98714)
*/
public class BurgerNeuIntent {
String burgerId;
public String getBurgerId() {
return burgerId;
}
public void setBurgerId(String burgerId) {
this.burgerId = burgerId;
}
}
| [
"hgp@Holgers-MacBook-Pro-2.local"
] | hgp@Holgers-MacBook-Pro-2.local |
9e794fa76656fc9ec37662b293c894393556156f | 8fb55cfa15cea88d0d4c8e5138bc6a9186173aa1 | /currency-exchange-service/src/test/java/com/rafaelfelix/microservices/currency/exchange/CurrencyExchangeServiceApplicationTests.java | b6c46e5366fbe8ff39f63e20d072363cfe4a2f6a | [] | no_license | rafaelfelixmoraes/spring-microservices | 853d244348d17f5998caaa02694422b2fc627514 | 51eb673bdd4bb539df50d37006ba7c4c8924e935 | refs/heads/master | 2020-06-19T21:30:29.545223 | 2020-05-21T22:04:49 | 2020-05-21T22:04:49 | 196,880,579 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 256 | java | package com.rafaelfelix.microservices.currency.exchange;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class CurrencyExchangeServiceApplicationTests {
@Test
void contextLoads() {
}
}
| [
"dickinson.rafael@gmail.com"
] | dickinson.rafael@gmail.com |
d9afc61989af0cb8700b6d7d7de3e82d7a03bb35 | d8cb3a4ed615dd5a6c856b472d284e3a6f6b37c4 | /msa-weather-collection-weather/src/main/java/com/gwf/weather/vo/CityList.java | 7812292047c7d54270249c1dd17f9e1082731a43 | [] | no_license | sultan224/weather | 477b4f767d559035e8f81ec241a48808fb34529c | 72a0f74c31a9ad6aa744076c77348d95186eba10 | refs/heads/master | 2020-04-11T08:02:14.495887 | 2018-12-13T11:54:48 | 2018-12-13T11:56:48 | 161,630,061 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 442 | java | package com.gwf.weather.vo;
import lombok.Data;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import java.util.List;
/**
* @author zhanshixia
* @package com.gwf.weather.... | [
"zhanshixia@bytedance.com"
] | zhanshixia@bytedance.com |
5a784d38da2b00f3d297eba7f8390a45ecdc2813 | a13d80f5dd49a907dabe3386518c057d800309d8 | /src/main/java/com/techsophy/securitydemo/config/KeycloakSecurityConfig.java | 5133751dc14a066f8be3d88a8e29f33f9ccf7885 | [] | no_license | Rammy42/KeyCloakDemo | 56106f20dd3e8e7e7e9fd59b8fa611cf6ef1520a | 77b11e7a250ec1fda12f60506f338b38b21b7a44 | refs/heads/master | 2022-11-30T09:01:59.106085 | 2020-08-14T02:38:49 | 2020-08-14T02:38:49 | 287,423,513 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,785 | java | package com.techsophy.securitydemo.config;
import org.keycloak.adapters.KeycloakConfigResolver;
import org.keycloak.adapters.springboot.KeycloakSpringBootConfigResolver;
import org.keycloak.adapters.springsecurity.authentication.KeycloakAuthenticationProvider;
import org.keycloak.adapters.springsecurity.config.Ke... | [
"ramana.c@techsophy.com"
] | ramana.c@techsophy.com |
ac13f63be03b83c49f09b92023ca3823a34ea882 | 7aa39790758e85e3998b712a220ef326eb1c079d | /src/main/java/springframework/yemektarifleri/yemek_tariflerid_eneme/exceptions/NotFoundException.java | de0d7404eac1b7092057a86652b5c32757cbbc21 | [] | no_license | cryptolog-mathematician/spring-yemekTarifleri-deneme | 794cd2b2497511c6fee66e951d628220f03cd37e | 4697d60dbede5663ea676ebc34fa00a792cf37e1 | refs/heads/master | 2020-06-16T17:18:25.690463 | 2019-08-17T12:29:26 | 2019-08-17T12:29:26 | 195,648,422 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 518 | java | package springframework.yemektarifleri.yemek_tariflerid_eneme.exceptions;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ResponseStatus;
@ResponseStatus(HttpStatus.NOT_FOUND)
public class NotFoundException extends RuntimeException {
public NotFoundException() {
... | [
"irfan.simsek.gop@gmail.com"
] | irfan.simsek.gop@gmail.com |
8bd8541390a0ca7e7d1525792881444acadcd8fc | 0add10030e434769cc0063b93e41491e5624f833 | /fluentlenium-core/src/main/java/org/fluentlenium/core/filter/matcher/ContainsWordMatcher.java | 65f10763d55554d2afb504f691021bb81a72ce97 | [
"Apache-2.0"
] | permissive | aureatesting/FluentLenium | 810ffe5815e29eda47ad3cbb30cee21324fe246a | 0c227fcc9e2bb44f082716e4ce6488adf3f37129 | refs/heads/master | 2020-05-30T07:12:51.184216 | 2016-09-21T21:10:28 | 2016-09-21T21:10:28 | 68,886,886 | 0 | 5 | null | 2016-09-22T05:12:39 | 2016-09-22T05:12:39 | null | UTF-8 | Java | false | false | 421 | java | package org.fluentlenium.core.filter.matcher;
public class ContainsWordMatcher extends Matcher {
public ContainsWordMatcher(String value) {
super(value);
}
@Override
public MatcherType getMatcherType() {
return MatcherType.CONTAINS_WORD;
}
@Override
public boolean isSati... | [
"mathilde.lemee@yahoo.fr"
] | mathilde.lemee@yahoo.fr |
4373a4ce7e1fe6e7019e43006b222189a821a937 | c6ceb4c8518005b8bf0d7cfea82fe26d8166874e | /android/BottosApp/app/src/main/java/com/hackathon/bottosapp/ui/SplashActivity.java | d805c70eea4d5617a28c2f6394b70119dfc97276 | [] | no_license | guangxingmao/BIT | 702dbd6a99da1ddcc1d858cd3157cc3cd50044ca | 79dfe11bcc9e44b94ada5b282fee999ba3547d4a | refs/heads/master | 2022-01-25T05:06:36.031205 | 2018-11-25T10:55:01 | 2018-11-25T10:55:01 | 159,004,243 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,821 | java | package com.hackathon.bottosapp.ui;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.ObjectAnimator;
import android.content.Intent;
import android.support.v7.widget.AppCompatImageView;
import android.text.TextUtils;
import com.hackathon.bottosapp.MainActivi... | [
"626361893@qq.com"
] | 626361893@qq.com |
223561f38c1ae8233962c9d6a5bde3f466b561e3 | 746ec44de1ef14668efcdf8d7f39713850990b3b | /cetus-vortal-war/src/co/com/cetus/portal/ejb/convert/MenuConverter.java | 6254940654474b1aff4319e19e718bd1a91ac082 | [] | no_license | CetusTech/cetus_vortal | 05d2b28d1580d9a49f8c67b4c20c23c2c91fe46e | 73486169f9211207f3006d153086d3c2ebadc1b2 | refs/heads/master | 2020-04-16T10:57:12.487345 | 2016-09-09T18:31:55 | 2016-09-09T18:31:55 | 46,017,758 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,191 | java | package co.com.cetus.portal.ejb.convert;
import javax.faces.component.UIComponent;
import javax.faces.context.FacesContext;
import javax.faces.convert.Converter;
import javax.faces.convert.FacesConverter;
import co.com.cetus.portal.web.bean.GeneralManagedBean;
import co.com.cetus.vortal.business.dto.MenuDTO;
... | [
"andres.herrera@cetustechnology.co"
] | andres.herrera@cetustechnology.co |
468bf40afe83fbc68e70eda3a908af920c4dc597 | bdb9ba10d24d470ea8d84cbf12a0a3864d6fe018 | /Pattern Prgm/Pattern14.java | 0b5c9ecfd5a416eec401307f8824b8d37daa5577 | [] | no_license | yogisapkal98/Java-Geek | a524b8055b0c7660c3b428082ff402716221fa67 | f24ab56362970cb2ee9ee6dbe9d87d0a5e8fb867 | refs/heads/main | 2023-08-16T15:38:24.275845 | 2021-09-22T12:39:52 | 2021-09-22T12:39:52 | 409,193,081 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 300 | java | package basic.program;
public class Pattern14 {
public static void main(String[] args) {
// TODO Auto-generated method stub
for(int i=1;i<=5;i++)
{
for(int j=1;j<=5;j++)
{
if(j<=i)
{
System.out.print("@");
}
}
System.out.println();
}
}
} | [
"noreply@github.com"
] | noreply@github.com |
35bf3745ef6e238b7ca45f0bcf0c3d1fd34c51a6 | fb1d0957b5a83e9a704d387fc72e796fd769e47f | /src/main/java/com/example/demo/pojo/TbGoods.java | 381ec029773dac2d26002e0aa3058c032b68ed7a | [] | no_license | ITmayun/demo | 760b5caeebe9a2fbca700f83727eafd676a6d6b6 | 4680dd2de3b36957c1f4b03de2eb5b3cca2cd4f9 | refs/heads/master | 2023-02-15T16:38:04.003472 | 2021-01-09T11:26:55 | 2021-01-09T11:26:55 | 328,139,455 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 324 | java | package com.example.demo.pojo;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import lombok.ToString;
import java.io.Serializable;
@ToString
@AllArgsConstructor
@NoArgsConstructor
@Data
public class TbGoods implements Serializable {
private Long id;
private String name... | [
"1296883560@qq.com"
] | 1296883560@qq.com |
e63879c3622cef5dc76b787b0c2c1e5900205e7d | 9e4a4a3f25c15153049b4f07dbb61ebf4833dbd1 | /src/com/example/tictactoe/MainActivity.java | f1741bfe35f0fdba2d2da22c89db5c79db523bcc | [] | no_license | baunilha/Tic-Tac-Toe | 89be81e0d9d36c07f0db6f301bc107c825721e2b | 5bdb0f92a5dcf111ed3716fbaa0ec960eb023cec | refs/heads/master | 2021-01-16T21:21:14.558960 | 2013-03-11T00:10:25 | 2013-03-11T00:10:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,202 | java | package com.example.tictactoe;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.TextView;
import android.app.Activity;
import android.content.Intent;
public class MainActivity extends Activity imp... | [
"brucalheiros@gmail.com"
] | brucalheiros@gmail.com |
0cfb1991427bf3693275fa43c584f45e93d0a4b1 | 1374237fa0c18f6896c81fb331bcc96a558c37f4 | /java/com/winnertel/ems/epon/iad/bbs4000/gui/r400/SniBroadcastStormSuppressionTablePanel.java | 355b746960a7eae82a178871082b67adbbcb38bd | [] | no_license | fangniude/lct | 0ae5bc550820676f05d03f19f7570dc2f442313e | adb490fb8d0c379a8b991c1a22684e910b950796 | refs/heads/master | 2020-12-02T16:37:32.690589 | 2017-12-25T01:56:32 | 2017-12-25T01:56:32 | 96,560,039 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,770 | java | package com.winnertel.ems.epon.iad.bbs4000.gui.r400;
import com.winnertel.ems.epon.iad.bbs4000.mib.r400.SniBroadcastStormSuppressionTable;
import com.winnertel.em.framework.IApplication;
import com.winnertel.em.framework.gui.swing.UPanel;
import com.winnertel.em.standard.util.gui.input.IntegerTextField;
import com.win... | [
"fangniude@gmail.com"
] | fangniude@gmail.com |
df8fcd67182e7f608de1dd824257966f9a58a797 | bde78bb7454ebfb132dde68607fef27a20516cdf | /Java Learning/src/pack1/innerclasses/ex6/subp3/Subp3.java | 4fb0e0d498b3e36843aa91b33daeab18cdd84388 | [] | no_license | RPCSS/Java-Learning | fe716062a5383a7d6eba5f52ca24930afaa54e89 | 26bdca35b52ed6545a7c0a69fdc8c703a2bd2ed4 | refs/heads/master | 2020-04-08T04:18:10.091022 | 2018-11-25T08:13:47 | 2018-11-25T08:13:47 | 159,011,431 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,401 | java | //p.195第10章练习6,包3
package pack1.innerclasses.ex6.subp3;
import pack1.innerclasses.ex6.subp1.*;
import pack1.innerclasses.ex6.subp2.*;
public class Subp3 extends Subp2 {
static Subp1 sclret() { //向上转型
Subp2 scltmp = new Subp2();
Intreal it = scltmp.new Intreal(); //继承的可以直接创建父类的内部类,但在static方法里面,由于stati... | [
"rpcss@qq.com"
] | rpcss@qq.com |
3c7f79e559caa37a60973fcb4063be0d670caf69 | d480e5166158df4c9e92152656fe0cf5359de21f | /app/src/main/java/com/example/android/worldcupguide/MoscowFragment.java | c1dbc2414d29c47e45c078df9d5d80d53d2439e9 | [] | no_license | seni1/WorldCupGuide | 1393f7849338aa8d8cf3b9ee6769e9008b0d1b24 | 621255b0ec00682fa5ac7d69e3f334b67e236be0 | refs/heads/master | 2020-03-18T12:08:22.748535 | 2018-06-16T10:24:38 | 2018-06-16T10:24:38 | 133,845,328 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,370 | java | package com.example.android.worldcupguide;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ListView;
import android.widget.TextView;
import java.util.ArrayList;
/**
* A simple {@link... | [
"seni@bestpick.ru"
] | seni@bestpick.ru |
aca872b6e13740ebd41686ca1005c86a452c6cf9 | c13b8def6074b0555bb561d1085b15b89f0d9d5c | /automatic/com/mxk/model/SearchLogCriteria.java | 6fc62617e07c15e1c66a154313692d6cf8cd9b89 | [] | no_license | liuyijiang/mxkcrawlerservice | 270fc5c66651df762a21021a076592f224227b8c | 2b1df4cd7184021268236e8ea9cb103fb1f196bb | refs/heads/master | 2021-01-22T02:34:10.379333 | 2014-02-25T06:55:26 | 2014-02-25T06:55:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,597 | java | package com.mxk.model;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class SearchLogCriteria {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public SearchLogCriteria() {
oredCriteria = new ArrayList<Crit... | [
"liuyijiang3430@qq.com"
] | liuyijiang3430@qq.com |
9ad9715dba0bc0eec4753ef58545fcb70b3e5dbe | 62636dec929bd8f3f5d17abd64eb7a2b040def30 | /app/src/main/java/gopdu/pdu/gopduversiondriver/modelresponse/HistoryFragmentResponse.java | af8d7f436c19083d2300f9e0f3cd50b5a6e29de2 | [] | no_license | viking1998cp/GoPDUVersionDriver | bfc319d4c38c8ee071e04702e185511f3eaea55f | 37005a55fa40e3fd453262197f7556b489567bd9 | refs/heads/master | 2021-03-25T21:21:48.726093 | 2020-05-05T01:53:56 | 2020-05-05T01:53:56 | 247,646,719 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 394 | java | package gopdu.pdu.gopduversiondriver.modelresponse;
import java.util.ArrayList;
import gopdu.pdu.gopduversiondriver.object.History;
public interface HistoryFragmentResponse {
void getHistorySuccess(ArrayList<History> data);
void getHistoryFaild();
void getHistoryStateSuccess(String string);
void g... | [
"ngthang12081998@gmail.com"
] | ngthang12081998@gmail.com |
57c31b3385d24b57925097fd37c96a4de92ee70c | 3f9dad6975d97dfbf7c67887b0a09180aa31e356 | /src/main/java/com/gpdata/wanyou/md/controller/OntologyGroupController.java | eaaba0542373adbe3f84fc9aae1d369413f8c54b | [] | no_license | eatongliu/policy_t | 303e6e3c93086d0010b6f1fbe5f48c2a32222bf5 | 0c394e17b59808da60f4f8e89f898dcfa28bb3cc | refs/heads/master | 2022-01-14T10:32:33.463219 | 2016-12-27T05:01:22 | 2016-12-27T05:01:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,538 | java | package com.gpdata.wanyou.md.controller;
import com.gpdata.wanyou.base.controller.BaseController;
import com.gpdata.wanyou.base.service.SimpleService;
import com.gpdata.wanyou.base.vo.BeanResult;
import com.gpdata.wanyou.md.entity.OntologyGroup;
import com.gpdata.wanyou.md.service.OntologyService;
import com.gpdata.wa... | [
"654166357@qq.com"
] | 654166357@qq.com |
5d3836bb5f40bd1f1b85d3bf6912261d9c2730b4 | 381b16f400db3f3fd95c8eba7b6e431b29cb7ebf | /706. Design HashMap/solution.java | 945112de3632666cb44955c1b91a3ea6f6846d8b | [] | no_license | LisaFan18/lintcode | 333a3a801e7ae2a723c2b194135f0d0066bfca10 | df2101863d9fd8c9d251d21d8e7b47b1e3038394 | refs/heads/master | 2020-04-01T04:26:47.474006 | 2019-09-17T14:37:56 | 2019-09-17T14:37:56 | 152,863,934 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,978 | java | class MyHashMap {
class ListNode {
int key;
int value;
ListNode next;
ListNode(int k, int v, ListNode n){
this.key = k;
this.value = v;
this.next = n;
}
}
ListNode[] arr;
final int size = 10000;
private int getIndex(int key... | [
"noreply@github.com"
] | noreply@github.com |
a31255595cf2378d54072f8a53af53079237ba5c | dd92784a9ef98071a127aa8226b2dde17ecb2e19 | /src/main/java/br/com/zurcs/commons/util/validators/IsNullUtil.java | 734918b5176b63f26c5c2916680a0b4d2566725c | [] | no_license | rodolfocruzbsb/commons-util | 4e1c4036dc35a5d07905f03ce1e3084c3ed3ef7a | 1b377c4985c866d9d78824bff3b1b4913e69ceea | refs/heads/master | 2021-01-11T14:28:58.148869 | 2017-02-09T11:15:18 | 2017-02-09T11:15:18 | 81,441,920 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,276 | java | package br.com.zurcs.commons.util.validators;
import java.io.File;
import java.util.Collection;
import java.util.Date;
import java.util.Map;
import br.com.zurcs.commons.util.intervalo.Intervalo;
/**
* @author Rodolfo Cruz - rodolfocruz.ti@gmail.com
*/
public class IsNullUtil {
private IsNullUtil() {
throw new ... | [
"rodolfocruz.ti@gmail.com"
] | rodolfocruz.ti@gmail.com |
f5cff1baaa40ef7e3f6985925ab5d7cff31e8c7e | 43f4294db8d075881322bcecbc89b7f49eb48aae | /gen/com/hu/quantumshare/R.java | 67c9c72d27eba45fb29770782143062f9375e127 | [] | no_license | wsamotshozo/quantum-share | 27c4e6ae7bd64ebac73f6cb7cab59ce2a24a8369 | aff1f87d7e342324aa84684bcfd77b16617c50c9 | refs/heads/master | 2016-09-11T02:49:42.300498 | 2015-05-27T19:31:19 | 2015-05-27T19:31:19 | 22,111,385 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 186,220 | 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 com.hu.quantumshare;
public final class R {
public static final class anim {
public static final int abc_fade_in=0x7f... | [
"wardell.samotshozo@gmail.com"
] | wardell.samotshozo@gmail.com |
5925932a5a9b33fe543752805fd7f4468740bb8e | dc431339d2f69c4e6e31b0fc81e134334242f3ad | /src/cn/edu/zufe/web003/bean/SeatService.java | 910fb738ec386380cd61c1d731ba7509fe113387 | [] | no_license | zufetpb/Web003 | c682e054a899d3c53a3676da7a18f2f31df609a7 | ca4b7f943c2ad77a0c252ac8f152a1ddd271341d | refs/heads/master | 2023-05-28T23:21:23.256348 | 2021-06-03T09:51:13 | 2021-06-03T09:51:13 | 373,354,063 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,375 | java | package cn.edu.zufe.web003.bean;
import cn.edu.zufe.web003.database.DbUtil;
import org.apache.commons.dbutils.QueryRunner;
import org.apache.commons.dbutils.handlers.BeanListHandler;
import java.sql.Connection;
import java.sql.SQLException;
import java.text.MessageFormat;
import java.util.ArrayList;
import java.util.... | [
"jackie@18758200314@139.com"
] | jackie@18758200314@139.com |
1e01e901e464b8f7070f0df4145b58581e1d574e | a6d0afd3878c63e4be92881b6eee00829eb71609 | /Examen1/src/Suspension.java | 95d984f9356b4a50b085a1878046aa6ee5e5ca4d | [] | no_license | andresRA30/Examen | aabbad4fa2c85f745381849b72322c2793bacc82 | ace19001a4f22ba2cfd7dc86a010561ee8be20db | refs/heads/master | 2020-05-05T06:03:42.444304 | 2019-04-06T01:35:05 | 2019-04-06T01:35:05 | 179,773,613 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 182 | java |
public class Suspension implements Horquillas{
@Override
public void soyTipo() {
// TODO Auto-generated method stub
System.out.println("Soy Suspenciones");
}
}
| [
"andrexrobert@gmail.com"
] | andrexrobert@gmail.com |
afb5c01c9e9a2c65675fdcc3bd56bc7beed2e3d9 | d33be4101bf202728f8325a4789e5417b533f765 | /src/main/java/cn/iocoder/dashboard/modules/infra/convert/job/InfJobConvert.java | 2f871361c80ad7e3b3eeb043704e52174773664c | [
"MIT"
] | permissive | zhangpengfeifei/ruoyi-vue-pro | 3896a4f08b6eec22a6bdb4f756d191f2eaea7193 | ce7ccd067909cb1e02a5e535e52ad470b2923b67 | refs/heads/master | 2023-03-27T09:30:29.083404 | 2021-03-14T15:08:44 | 2021-03-14T15:08:44 | 347,375,744 | 0 | 0 | MIT | 2021-03-14T15:08:44 | 2021-03-13T13:18:46 | null | UTF-8 | Java | false | false | 1,093 | java | package cn.iocoder.dashboard.modules.infra.convert.job;
import cn.iocoder.dashboard.common.pojo.PageResult;
import cn.iocoder.dashboard.modules.infra.controller.job.vo.job.InfJobCreateReqVO;
import cn.iocoder.dashboard.modules.infra.controller.job.vo.job.InfJobExcelVO;
import cn.iocoder.dashboard.modules.infra.control... | [
"zhijiantianya@gmail.com"
] | zhijiantianya@gmail.com |
788ab21750b14216e38cedd1d2f3fc0f281d3f08 | e63896c70148240b83205018e2cbaf44316f0d13 | /albums/src/main/java/com/matthew/albums/repositories/UserRepository.java | d4f2f13f3cd0e658588be7285ca4c0aa7b2751f8 | [] | no_license | java-june-2021/lectureCode | 8fac23688cc4f971a65e1a4eaa27b6b461761d69 | 00af0fb3485df4b1c502543a20860ca4e8ea3334 | refs/heads/master | 2023-06-15T09:16:58.926245 | 2021-07-13T01:17:29 | 2021-07-13T01:17:29 | 374,844,724 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 355 | java | package com.matthew.albums.repositories;
import java.util.List;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
import com.matthew.albums.models.User;
@Repository
public interface UserRepository extends CrudRepository<User, Long>{
List<User> fin... | [
"mschiller@codingdojo.com"
] | mschiller@codingdojo.com |
f952311da09e26d2bbf46f70109426f27efb31b1 | 5ff79a60dc1e59c70854e1efc4db4cde06f94dc8 | /lab6/src/DatabaseReader.java | 61454d80bcd3e47b6a9fc463159302e10e4ae088 | [] | no_license | kaplinav/java-practise | c177367adefad58bb27a3dc538645cda49433286 | 90c8fbd7513c9d3db093389bc924670efbfff2cb | refs/heads/master | 2020-08-16T08:15:37.904318 | 2019-10-30T21:13:02 | 2019-10-30T21:13:02 | 215,478,787 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,012 | java |
import java.lang.Thread;
/*
* 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.
*/
/**
*
* @author User
*/
public class DatabaseReader extends DatabaseWorker {
public DatabaseReader... | [
"krip89@mail.ru"
] | krip89@mail.ru |
5349a9ed018fbadcc056b24768d7203afce8e991 | 4bdf74d8dbb210d29db0fdf1ae97aad08929612c | /data_test/79877/Game.java | 27c3552f5fceb01ac3f25f7d5de4d161133bb91e | [] | no_license | huyenhuyen1204/APR_data | cba03642f68ce543690a75bcefaf2e0682df5e7e | cb9b78b9e973202e9945d90e81d1bfaef0f9255c | refs/heads/master | 2023-05-13T21:52:20.294382 | 2021-06-02T17:52:30 | 2021-06-02T17:52:30 | 373,250,240 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,136 | java | import java.util.ArrayList;
public class Game {
private Board board = new Board();
private ArrayList<Move> moveHistory = new ArrayList<>();
public Game(Board board) {
this.board = board;
}
public Board getBoard() {
return board;
}
public void setBoard(Board board) {
... | [
"nguyenhuyen98pm@gmail.com"
] | nguyenhuyen98pm@gmail.com |
ae9166435eb0184b932333735208eb69cf8b4f60 | d7051eb86429b3174ba10ae339ff1cabea42d6f1 | /Logical Questions/src/logicalQuestions/PrintINDEX.java | 9071f6c74a4c812768b135c758a6a35ae332f022 | [] | no_license | jyothipgk315/Logical-Questions | ffd997d1d82437a342273ab993a00f3f74b92863 | 66991428abde75840590ab17b37da2eda1b8532d | refs/heads/master | 2020-09-20T20:28:40.936163 | 2019-11-28T06:22:03 | 2019-11-28T06:22:03 | 224,583,692 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 672 | java | package logicalQuestions;
import java.util.Scanner;
public class PrintINDEX {
public static void main(String[] args) {
// Print their index else print -1.
Scanner s=new Scanner(System.in);
int n=s.nextInt();
int a[]=new int[n];
for(int i=0;i<n;i++)
{
a[i]=s.nextInt();
}
System.out.... | [
"USER@FACE-83"
] | USER@FACE-83 |
84e0bff890b2461ae0bf0127d138d8e556495131 | 289b142ed19347f14ca267f21ca60130b71282cc | /singleton/src/com/reflection/EnumSingleton.java | c6966d6a761db9b502678f967d5a18498e3e853f | [] | no_license | tejpratapkus/design-patterns | ea8cad2ad6555f862065247b2b2043de87219b00 | f9a24895087fd7f18754a3d01614abef61874217 | refs/heads/master | 2022-07-17T19:55:11.660937 | 2020-05-19T17:42:33 | 2020-05-19T17:42:33 | 264,990,015 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 65 | java | package com.reflection;
public enum EnumSingleton {
INSTANCE
}
| [
"tej@Tejs-MacBook-Air.local"
] | tej@Tejs-MacBook-Air.local |
5cd29e77024872df52e59e4314b1599449fbc075 | c779e8e6d1474387a25c80e5702110c7ab3ec7bd | /atcrowdfunding07-member-parent/atcrowdfunding13-member-project-consumer/src/main/java/com/atguigu/crowd/config/OSSProperties.java | 445a7199544345e0159ff670f1b7fa7b9c46b77d | [] | no_license | java-jxg/atggcrowdfunding | c752cbde7a68130fc2d150325b2e77d962ed02d7 | bab4eaa1dc1c3f69fd35043c666cea926a555c13 | refs/heads/master | 2022-11-29T11:19:27.214229 | 2020-08-15T02:05:42 | 2020-08-15T02:05:42 | 287,657,374 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 545 | java | package com.atguigu.crowd.config;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;
@Data
@NoArgsConstructor
@AllArgsConstructor
@Component
@ConfigurationPr... | [
"java_jxg@163.com"
] | java_jxg@163.com |
18a7da772285ef2c941475e9d5f2f42eda36bdb8 | b7e3c720e41b62f9fb5103ca8fb0b5e4eb1984cc | /crm02/src/main/java/com/xlh/crm/dto/ActManageListRespDTO.java | febc4b67911ab83f33b5aa1f708e6818886152a4 | [] | no_license | 13661892653/crm | dbf30f5ec2da92640883edfe32417a07c3dc5cf5 | 9df1f863cf88191ac70730c5fb0b232e9d72f70a | refs/heads/master | 2021-09-18T10:30:10.519700 | 2018-07-13T01:59:43 | 2018-07-13T01:59:43 | 86,162,620 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,410 | java | package com.xlh.crm.dto;
import java.util.List;
/**
* Created by ysl on 2017/5/26.
*/
public class ActManageListRespDTO {
/*查询总记录数*/
private int totalRecCount = 0;
/*总页数,由计算得出*/
private int totalPageCount = 0;
/*请求参数返回前端*/
private PageReqDTO reqParams;
/*活动列表*/
private List<ActSh... | [
"470563152@qq.com"
] | 470563152@qq.com |
0240cdec10e3992c85027e7ed7dd19dfa2164dfd | e34b2fbb5e0919f39b98dcb75e9acbff84917cf8 | /src/main/java/com/example/demo/SignUpController.java | ed1104350fddbc7d208332b878ec9ca182573853 | [] | no_license | SanjaySinghChauhan/demo | 446e4081424f1a631144390da5fc640b0d3c957d | 2fe65906f9aa68a1d49b81a6f9e900e60f32ad51 | refs/heads/master | 2022-05-17T09:52:11.591385 | 2019-07-04T07:21:23 | 2019-07-04T07:21:23 | 194,852,429 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,242 | java | package com.example.demo;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.MediaType;
import org.springframework.validation.BindingResult;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.RequestBody;
import org.spr... | [
"sanjay.singh02@irissoftware.com"
] | sanjay.singh02@irissoftware.com |
d2027b0995d120d3e3b894d0126a1c7b17be1f03 | fffa852761f5f5ba27e7531d98165ed4653890e8 | /hometasks/src/calculator/CalculatorController.java | a828b8fce6ced0c80bbad1439287d1ae95816ef2 | [] | no_license | z0976190100/Homebrew | 184dbec1cd3ed0c95cfcab268cb4c83b9f2755f0 | 195d9e712f2a69e5f9fe1045c17fc8792aa1fad7 | refs/heads/master | 2021-09-05T17:39:14.485547 | 2018-01-30T00:33:53 | 2018-01-30T00:33:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,639 | java | package calculator;
import java.math.BigDecimal;
import java.text.DecimalFormat;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.Map;
import static calculator.BinaryOps.*;
import static calculator.CalculatorStack.eStack;
import static calculator.InputOutput.locale;
class CalculatorController ... | [
"z0976190100@gmail.com"
] | z0976190100@gmail.com |
6c11c8fd2a9a5860f8a044ee7977d0470e42aaa1 | 7dcfcd03c184accdb1d47458ed6d867dff9e431a | /app/src/main/java/com/secretk/move/ui/fragment/MainBlueGzFragment.java | 7f9dcd83fa5f3d60618bbaebaae1c8d12eeaa5b0 | [] | no_license | ltg263/move2.0 | ba14143f8db60f0c9f3f140d3d6afcca27c0497d | 4291f3f5e206f3013d36a6cb9e2f0fc08ff4d10f | refs/heads/master | 2020-03-29T05:39:21.095868 | 2018-09-21T06:59:08 | 2018-09-21T06:59:08 | 149,592,083 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,094 | java | package com.secretk.move.ui.fragment;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.widget.ImageView;
import android.widget.RelativeLayout;
import android.widget.ScrollView;
import android.widget.TextView;
import com.scwang.smartrefresh.layout.SmartRefreshLayout;
import com.s... | [
"ltg263@126.com"
] | ltg263@126.com |
dd5e8fc03ea383247305cb15bd82227776467312 | 450c4ea31ac34027f21747ad46acecf0f7b2ade6 | /compare-comply/src/main/java/com/ibm/watson/developer_cloud/compare_comply/v1/model/ClassifyElementsOptions.java | 35ef2785f1facc95bb172117bbbefc010c0ea98c | [
"Apache-2.0"
] | permissive | amanoese/java-sdk | b06a16de994607b38cc7d434c1a42cb0345556d8 | 5d1bee87ed882fdbb5de3d97564779aa7e97fb38 | refs/heads/master | 2020-04-17T03:09:39.967828 | 2019-01-16T20:53:13 | 2019-01-16T20:53:13 | 166,169,610 | 0 | 0 | Apache-2.0 | 2019-01-17T06:03:10 | 2019-01-17T06:03:09 | null | UTF-8 | Java | false | false | 5,290 | java | /*
* Copyright 2018 IBM Corp. 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. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law o... | [
"loganpatino10@gmail.com"
] | loganpatino10@gmail.com |
85bd3104ff12fb4691f934ab2f420de6508c9cb7 | 80d6db61cda1c3c1c47edceda6b83f75b5e685fa | /src/main/java/com/kodilla/testing/shape/CircleClass.java | f138d5aa6fbd623bf0cb1c7a34b93e6aed12a628 | [] | no_license | Magdalenkie/JUnit_TestFigures | 023c789ba4039e3623e62c3d5039bdb242513f38 | 31b8069c4962fefab02cfc99e8b51429f8dc99ea | refs/heads/master | 2020-03-21T21:30:58.191757 | 2018-06-28T21:05:49 | 2018-06-28T21:05:49 | 139,067,538 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 389 | java | package com.kodilla.testing.shape;
public class CircleClass implements Shape {
private String name;
private int field;
public CircleClass(String name, int field) {
this.name = name;
this.field = field;
}
@Override
public String getShapeName() {
return name;
}
... | [
"magda.dabrowska1026@gmail.com"
] | magda.dabrowska1026@gmail.com |
bf8776254357532d6ca0b067555186d9698ddbe2 | c6c29059dbb417e403e97fd9a7c9a7c06093b1e4 | /src/test/java/com/lawbase/config/LawbaseAuditorAwareTest.java | 7f1b4317a767ebf2c03f18eb2d0d7a9c0e572e74 | [] | no_license | KnightApu/Lawbase | 51fc3f397ce164cdb177c0139ab9f728374b5768 | e149545f351fe1d85737e484ed1ec4ec234dba8e | refs/heads/master | 2021-05-26T07:12:25.404161 | 2018-10-04T04:12:25 | 2018-10-04T04:12:25 | 127,845,966 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,773 | java | package com.lawbase.config;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.stub;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
impor... | [
"knight.apu@gmail.com"
] | knight.apu@gmail.com |
30896fff4c90f9f8374e5d96536fe19ba815cba3 | 9f60bab6d17875c49aac9394307669e532802892 | /app/src/androidTest/java/com/example/a2lab/ExampleInstrumentedTest.java | 8dc9897dc615ef130d220e9b8cb3748efad68dcc | [] | no_license | EmilijaDom/2lab | 88b5a0848c07f46b2a387fbe5936d6ced18563d3 | 1754be5686e47f91e35937d85693b3216f249d2f | refs/heads/master | 2023-04-22T18:50:59.016091 | 2021-04-28T15:59:04 | 2021-04-28T15:59:04 | 362,527,965 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 748 | java | package com.example.a2lab;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an An... | [
"emilija.domanskyte@knf.stud.vu.lt"
] | emilija.domanskyte@knf.stud.vu.lt |
051f7294aeba4a1e19147031fa4c645a70e559d6 | e8bd4806d8753efc8bc836bcd830eadf6ce17c39 | /src/com/yc/service/impl/BrandService.java | e77f6b8c12710688a629678ab48ba5896f277183 | [] | no_license | jiangbo12345/v1 | 43d6d343dd68ce1ac258def0684e09cea9661cb9 | 1ac6c02446f652fab2fa8dbd771e35c0608f810b | refs/heads/master | 2021-01-16T01:02:47.177149 | 2015-03-16T02:31:01 | 2015-03-16T02:31:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 484 | java | package com.yc.service.impl;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import com.yc.dao.orm.commons.GenericDao;
import com.yc.entity.Brand;
import com.yc.service.IBrandService;
@Component
public class BrandService extends GenericService... | [
"251851509@qq.com"
] | 251851509@qq.com |
73efe029c7e81769ed016f4308354d96e6610c2c | 13a6304fb513e319ae0cad1326d9411360d86b53 | /MyButton.java | 5091c7e5f8817d11d326b5c9fb51116cc5196486 | [] | no_license | pramod1997/MINI-OS | ad3c3c38b8755e06271eae9a546e8e4afbf50854 | 9441394d29c707c2e87283799bb235f9c770c657 | refs/heads/master | 2020-06-14T22:14:35.179118 | 2016-12-02T14:54:27 | 2016-12-02T14:54:27 | 75,404,390 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,202 | java | package os;
import java.awt.BasicStroke;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.FlowLayout;
import java.awt.Font;
import java.awt.FontMetrics;
import java.awt.Frame;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Insets;
import java.awt.RenderingHints;
impor... | [
"noreply@github.com"
] | noreply@github.com |
cc2769ff1d0f371d98fabac40e4b596e9f0f18bf | f254497e22b4ccfa6c23eec53a47125de079b806 | /PatronMemento/src/Logic/Player.java | 28c430b601a65e8598f65722814569fc7cd0cb4c | [] | no_license | CamiloBonillaHernandez/Workspace | 8b22a080664a44d4644aa5b39a638f0017bf0c0b | 2f972739b873621aca7499cd2192dcaae8e19c05 | refs/heads/master | 2021-07-18T23:05:13.229565 | 2017-10-23T22:39:07 | 2017-10-23T22:39:07 | 107,877,439 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 639 | java | package Logic;
public class Player {
private String name;
private String location;
public Player(String name,String location){
this.name = name;
this.location = location;
}
public Memento saveToMemento(){
System.out.println("Current Location: "+ location);
return new Memento(location);
}
publi... | [
"camilobonillah@gmail.com"
] | camilobonillah@gmail.com |
d184d2f99385573f90fc3d1994d93e678ee4ce67 | 0a65f208cb5d898fc360c89f8d67e5d5b576ad7e | /voms-admin-server/src/main/java/org/glite/security/voms/admin/event/vo/attribute/AttributeDescriptionDeletedEvent.java | cb5d2f1bb07bcbc3d7624a6fbdcd83c49afc782e | [] | no_license | dpavlos/voms-admin-server | 367db87af09163e3e3d586c3a636ed42e5713446 | dc832b0ef376228abe7a86191ff1460917ac3cb5 | refs/heads/master | 2021-01-12T18:13:52.739553 | 2016-10-12T14:31:24 | 2016-10-12T14:31:24 | 71,340,115 | 0 | 0 | null | 2016-10-19T09:19:24 | 2016-10-19T09:19:24 | null | UTF-8 | Java | false | false | 1,118 | java | /**
* Copyright (c) Istituto Nazionale di Fisica Nucleare (INFN). 2006-2016
*
* 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
*
* Unl... | [
"andrea.ceccanti@gmail.com"
] | andrea.ceccanti@gmail.com |
41bfe54e988048d847ea9638dde9079b0fd132da | d3f800f9035a998649bf405b47a5b66477918c24 | /06. Inheritance - Exercises/04. Need For Speed/Main.java | ea7b6712e606b0ca685bbe48aa052cb6c7af91fd | [] | no_license | yavor300/Java-OOP | eeadc0a56ace933595c8c8d64641e5ce5940c970 | a9a43d12e717941850afe073e117681114bb0061 | refs/heads/main | 2023-01-04T05:28:05.516132 | 2020-10-22T18:49:16 | 2020-10-22T18:49:16 | 306,398,227 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,983 | java | package vehicle;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.*;
import java.util.List;
public class Main {
public static Integer[] parseLineOfNumbers(String line) {
String[] numberString = line.split(", ");
Integer[] numbers = new Integer[numberStr... | [
"noreply@github.com"
] | noreply@github.com |
a685066bb1f86adb29413b92cdca79f6d1659b0e | b66bdee811ed0eaea0b221fea851f59dd41e66ec | /src/org/keyczar/RsaPrivateKey$RsaPrivateStream$1.java | c9a59f4bc8d20576216601586d07bec8700254bf | [] | no_license | reverseengineeringer/com.grubhub.android | 3006a82613df5f0183e28c5e599ae5119f99d8da | 5f035a4c036c9793483d0f2350aec2997989f0bb | refs/heads/master | 2021-01-10T05:08:31.437366 | 2016-03-19T20:41:23 | 2016-03-19T20:41:23 | 54,286,207 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 633 | java | package org.keyczar;
import java.nio.ByteBuffer;
import org.keyczar.interfaces.VerifyingStream;
class RsaPrivateKey$RsaPrivateStream$1
implements VerifyingStream
{
RsaPrivateKey$RsaPrivateStream$1(RsaPrivateKey.RsaPrivateStream paramRsaPrivateStream) {}
public int digestSize()
{
return 0;
}
publ... | [
"reverseengineeringer@hackeradmin.com"
] | reverseengineeringer@hackeradmin.com |
124ba0b9711b6188ce8797ef876516370168f94a | 2f5411b48a1ab0ce35ec37bc85d0ba187d988a90 | /src/main/java/bo/com/ahosoft/arrestcontron/service/util/SystemParameterConstants.java | f89ccf00e23128f92f5458d8c7e53d2c540807c7 | [] | no_license | Arturo1214/arrest-control | 79aac495009bc7f850386e93056a673334b04b6e | 40149d5042d245568c7487ab46d3d56f0e9557a3 | refs/heads/master | 2023-07-27T01:26:56.254734 | 2020-07-09T13:55:09 | 2020-07-09T13:55:09 | 278,378,407 | 0 | 1 | null | 2023-07-15T05:40:22 | 2020-07-09T13:53:20 | Java | UTF-8 | Java | false | false | 220 | java | package bo.com.ahosoft.arrestcontron.service.util;
public final class SystemParameterConstants {
public static final String MAXIMUM_RECORD_TIME = "MAXIMUM_RECORD_TIME";
private SystemParameterConstants() {}
}
| [
"arturoherreraocana@gmail.com"
] | arturoherreraocana@gmail.com |
d1a722d6ef62907ab66eddcae0b0f801d28b9a5a | a3843d79da6223fe6d36b6a23cdd47ddda23d626 | /app/src/androidTest/java/com/example/android/locationproject/ExampleInstrumentedTest.java | e4bd1fc3c9b9b2a9a8b16908c7382cdd5a539860 | [] | no_license | adityakhati/Locationproject | 89b5c84c4091028833f4e580ce7478d6b4bf0627 | 68d3a5e790f2f3216b9f34f1cfdcfc9022644cc7 | refs/heads/master | 2020-08-23T13:17:51.505582 | 2019-10-21T17:24:49 | 2019-10-21T17:24:49 | 200,399,806 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 754 | java | package com.example.android.locationproject;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute o... | [
"amkhati11@gmail.com"
] | amkhati11@gmail.com |
4ae0a659f0b576458feea08b30bd90dfaa75844d | 861bb25808bf35f4180a715c91b90fbb63649f54 | /src/main/java/com/restSample/ServiceApplication.java | bf3578e9191e11a4f05cd80bcb7d7207eee26085 | [] | no_license | goolya/RestSample | f3598b3faf36391bfc08293f8a1db6a96039f272 | 3a2d51472c79e988bddf5d5176a1670412e64363 | refs/heads/master | 2021-07-09T21:56:30.862584 | 2017-10-10T05:20:23 | 2017-10-10T05:20:23 | 106,370,889 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,314 | java | package com.restSample;
import com.fasterxml.jackson.databind.Module;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.SerializationFeature;
import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule;
import org.springframework.boot.SpringApplication;
import org.springframewor... | [
"alok.goolya@gmail.com"
] | alok.goolya@gmail.com |
340270f209c075261dac468273bcde1c4dcdcfc0 | e912fd9ad9a44ad2d818fe90336cc8163c52e185 | /misionTIC2/src/misiontic/ciclo2/semana4/rectangulo/MainGUI.java | 9034cee424e04374fd7f0bc11d254d60272d18e3 | [] | no_license | Ziborsoft/misionTIC-ciclo2 | 758595d939d2d8b2769d5539c5dbe9e4abf15c82 | e8ffc62ca3c7e7eec5c5d2f5ce5b1e3e822e4309 | refs/heads/main | 2023-07-23T17:27:00.611658 | 2021-08-28T17:44:10 | 2021-08-28T17:44:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 402 | 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 misiontic.ciclo2.semana4.rectangulo;
/**
*
* @author emanuel
*/
public class MainGUI {
public static void main(String[]... | [
"emontoya@negoziacf.com"
] | emontoya@negoziacf.com |
f01c8de35d55472c77fc1e4f2ddcaaf545c621c7 | 4ce47e9fd027d2e88d3dc63385438b646432da4d | /src/java/edu/biu/scapi/interactiveMidProtocols/sigmaProtocol/and/SigmaANDVerifierComputation.java | 6901033538ce621eaf2545665e8a00add03e641d | [
"MIT"
] | permissive | BenjaminJonahZhang/scapi | 02432355779ee8aa5d5df9aecd6bb557d8fa30f4 | 3dc697dee5ebc633c1c2afc30e425a59e843c840 | refs/heads/master | 2020-03-15T11:44:29.032404 | 2018-01-08T13:38:28 | 2018-01-08T13:38:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,978 | java | /**
* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*
* Copyright (c) 2012 - SCAPI (http://crypto.biu.ac.il/scapi)
* This file is part of the SCAPI project.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Permission is hereby granted, free of charge, to any person ob... | [
"moriyaw@gmail.com"
] | moriyaw@gmail.com |
e518fa90ea7439edf7c803ef485fbc2647f63a42 | 8ac0c0eb6f9fc52e6e1baed1cf57133ac48f5e33 | /src/main/java/com/kodilla/carrental/dto/UserDto.java | 8179e16b04eed22ea07bfb83a68b6f5c879846c9 | [] | no_license | pszczepcio/car-rental | 3cb4501387715631ef19731d4dd9f00a6a36106f | f398f759d2c5111cb2ad41ca50bfc6d58f9933d6 | refs/heads/master | 2020-06-16T20:31:20.813531 | 2019-11-04T12:08:57 | 2019-11-04T12:08:57 | 195,695,357 | 0 | 0 | null | 2019-07-07T23:36:58 | 2019-07-07T20:44:07 | Java | UTF-8 | Java | false | false | 838 | java | package com.kodilla.carrental.dto;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import java.util.ArrayList;
import java.util.List;
@Getter
@Setter
@AllArgsConstructor
@NoArgsConstructor
public class UserDto {
private Long id;
private String na... | [
"spiotrek1985@gmail.com"
] | spiotrek1985@gmail.com |
eaea59019a1a4af60acb34030d7daa9ebae850aa | f63e372f6a3b333c3b39c1282f17820702f02d66 | /src/main/java/com/ktds/board/vo/BoardSearchVO.java | e343724319e320ed5e79e6f0690b1a1f2b5385d0 | [] | no_license | sun-ung-chang/ktds | b12b47a1ac31439470ebc4423141a392c3d94884 | f4d73b879c57ecd0e794aa1449a22d8015e4b668 | refs/heads/master | 2020-03-29T08:38:59.373043 | 2018-09-21T06:58:37 | 2018-09-21T06:58:37 | 149,721,416 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 809 | java | package com.ktds.board.vo;
import io.github.seccoding.web.pager.annotations.EndRow;
import io.github.seccoding.web.pager.annotations.StartRow;
public class BoardSearchVO {
private int pageNo;
private String searchKeyword;
public String getSearchKeyword() {
return searchKeyword;
}
public void setSearchKe... | [
"joshua91chang@gmail.com"
] | joshua91chang@gmail.com |
f2e2ad5d9620ffed06ef3322dbb61851454c7e23 | f14ba7c69c2da636702702453bb01a3ca6654c12 | /src/main/java/com/mark/domain/User.java | f4fbdf5170107caecb7ee2e539859fb2dcbad60d | [
"MIT"
] | permissive | ztmark/markmind | 05157148c7e7abeec075c78495be2955ea8c987b | 0f4f5de3bf05763df8b8acaf02a6188dbd4169fa | refs/heads/master | 2021-01-09T21:55:42.302881 | 2015-09-19T12:51:04 | 2015-09-19T12:51:04 | 44,581,570 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,537 | java | package com.mark.domain;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
/**
* Author: Mark
* Date : 2015/2/16
* Time : 16:34
*/
public class User {
private int id;
private String username;
private String email;
private String password;
private String blogNa... | [
"zhangteng.mark@gmail.com"
] | zhangteng.mark@gmail.com |
ab2b2737559274f164d3b5631597696ee9e06cb3 | 8125af2b5449e3c33501560a0d2c863d15477fac | /java/src/main/java/org/seleniumhq/selenium/fluent/RetryAfterStaleElement.java | 8328c90a193cb17940f550f1572e7ed3dd3bf874 | [
"Apache-2.0"
] | permissive | SeleniumHQ/fluent-selenium | 667723399e08c40ee4eafcbd8d188ed796910518 | f10634d63788058f6ad432654b8adebe047890bd | refs/heads/master | 2023-09-04T12:22:01.242872 | 2022-09-17T10:23:40 | 2022-09-17T10:23:40 | 2,221,963 | 140 | 75 | Apache-2.0 | 2020-10-13T06:46:00 | 2011-08-17T13:43:48 | Java | UTF-8 | Java | false | false | 1,360 | java | /*
Copyright 2011-2013 Software Freedom Conservancy
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 i... | [
"paul@hammant.org"
] | paul@hammant.org |
bc6ed93b1734aee704e068d91ef651ded2d498c3 | 9d58c81780a5ad879090c568e473152ffa2ea837 | /PLATFORM MANAGER/MC_MANAGER_PLATFORM_OAUTH/src/java/mc/mariadb/manager/jsf/util/JsfUtil.java | cc0dc1064ba264cc2758472093300c031e75467b | [] | no_license | ingmanuelcespedes/ApplicationOauth | c441b41968bd6fa93a2d99d390f38aeec064007d | 6eb83078c128f3e3df4dc96cb6cec336566d3d20 | refs/heads/master | 2021-05-05T06:20:34.148689 | 2018-02-03T00:21:43 | 2018-02-03T00:21:43 | 118,794,748 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,330 | java | package mc.mariadb.manager.jsf.util;
import java.util.List;
import javax.faces.application.FacesMessage;
import javax.faces.component.UIComponent;
import javax.faces.context.FacesContext;
import javax.faces.convert.Converter;
import javax.faces.model.SelectItem;
public class JsfUtil {
public static SelectItem[] ... | [
"acespedesl@atento.com.pe"
] | acespedesl@atento.com.pe |
f54f0772a7058e69716c50af8895d61aed640548 | 09e4f4834490c89bf7f88325b22a080c8ed8bc44 | /large-scale-programming/src/org/howard/edu/lsp/assignment7/tollbooth/Tollbooth.java | 8d8ad31c955cdb0aa7ab1245155fcc953057a90a | [] | no_license | briafassler9/lsp-respository | 9c83387be33018739adcd5445b6635aa3b42912a | d27239380601bd2af7a407615f376f1baf07080d | refs/heads/main | 2023-04-08T20:33:22.545219 | 2021-04-23T15:33:02 | 2021-04-23T15:33:02 | 332,873,064 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,091 | java | package org.howard.edu.lsp.assignment7.tollbooth;
/**
* Program to simulate the operation of a tollbooth
* @author bria
*
*/
public class Tollbooth {
/**
* Truck class that establishes the general attributes of a truck
*
*/
public abstract class Truck {
public abstract int totalWeight();
public abstr... | [
"bria@localhost"
] | bria@localhost |
63b1e907a73e78ce144a021846d6ff3084d5cd16 | 5a5295a55c726f2b14da3b6e94fc685b7f8035db | /src/Explorer.java | dcd312730cd990f08d9cdcc4d62f6525a2fb6c50 | [] | no_license | DmAVasilyev/explorer | 29d1e781bc50adb59ee59731fb1e0ba597e9e9d9 | f7cdff35e97ea3f11deb2cea260caa02fa605752 | refs/heads/master | 2020-03-27T11:29:44.165680 | 2018-08-28T20:36:38 | 2018-08-28T20:36:38 | 146,490,446 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 423 | java | import java.io.File;
public class Explorer {
public static void main (String[] args) {
java.io.File file = new java.io.File("C:\\Program Files");
String list[] = file.list();
for (String s : list) {
System.out.println(s);
}
Syste... | [
"apmdimon@gmail.com"
] | apmdimon@gmail.com |
7153a5cb6fece024f1bf592a82501cc433fa5c0e | 3aade8553e7a07134cf53e4e49b65360f58ba06a | /collection/cp/Algorithm_Collection-master/MianJing/PizzaBuilder.java | d279d30da1e08a69ce04ecbb66c936e601fc76fc | [
"Apache-2.0"
] | permissive | bruler/Notebook | beb529f027816abda776a88f36bfc5051fcc5880 | a9880be9bd86955afd6b8f7352822bc18673eda3 | refs/heads/master | 2021-06-13T17:25:22.460991 | 2017-04-07T18:42:25 | 2017-04-07T18:42:25 | 73,064,126 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,983 | java |
//https://sourcemaking.com/design_patterns/builder/java/2
/* "Product" */
class Pizza {
private String dough = "";
private String sauce = "";
private String topping = "";
public void setDough(String dough) { this.dough = dough; }
public void setSauce(String sauce) { this.sauce = sauce; }
public vo... | [
"kpgupta98@gmail.com"
] | kpgupta98@gmail.com |
6c2b840a4b129e7d61aa1b638306d3fc4c5d70d6 | 96ff760b8aa7044ffaea2b7a39a51c55cf33d1de | /Spring_Core/src/main/java/com/bac/di/lookup/TestInterface.java | e593ae125d8aa31ad6d2743a3dd23a22104ed252 | [] | no_license | Shahnawaz1985/SpringCore | 8dca6e859abc2628e010d524482acb362af999e2 | a42d6298ee03b7d1bfa6b2df4306fef1b22d4484 | refs/heads/master | 2021-04-06T11:01:55.684712 | 2018-03-11T13:55:27 | 2018-03-11T13:55:27 | 124,761,434 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 122 | java | package com.bac.di.lookup;
public interface TestInterface {
MyHelper getMyHelper();
void someOperation();
}
| [
"shahnawazakhter@live.com"
] | shahnawazakhter@live.com |
d81d07071d9acd6f4fa0bfcb3e839f74ff75af36 | 4e0249b8ddf23a1e76b9fadd311d2fce6b3c4ffb | /src/main/java/biblio/controller/LivreController.java | 8d5700ec0d724bf8c7e4e9cd67bb4afcc36c6eda | [] | no_license | Gqueffelec/biblio-gq-ps | 24c234f217bcf6d9336ff389a913afc6353e6da1 | d36917587db7567b34398dea355ab3c16dd04004 | refs/heads/main | 2023-03-25T01:56:23.578534 | 2021-03-10T14:15:42 | 2021-03-10T14:15:42 | 343,803,506 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,246 | java | package biblio.controller;
import java.sql.Date;
import java.time.LocalDate;
import java.util.Arrays;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotat... | [
"74761872+PaulSckbdt@users.noreply.github.com"
] | 74761872+PaulSckbdt@users.noreply.github.com |
945c83378d1aa2904a1242a22844c936e19df6cb | 1643e2311b42296dd753c6f0302953035f755f63 | /src/test/java/com/bridgelabz/listener/FacebookListener.java | ce99e26db5934cf1f448fdad45cbb5e1bfca6c81 | [] | no_license | blsonalib/FacebookTesting | e5888f32e387ba78bb5725788b227fb2fc1e95a1 | 94d18968bba45c5546956b1a4bf6d19df6a074de | refs/heads/master | 2020-12-13T06:38:42.724446 | 2020-01-24T14:06:22 | 2020-01-24T14:06:22 | 234,337,926 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,010 | java | package com.bridgelabz.listener;
import com.bridgelabz.facebooktest.BaseTest;
import org.testng.ITestContext;
import org.testng.ITestListener;
import org.testng.ITestResult;
import java.io.IOException;
public class FacebookListener extends Utility implements ITestListener {
@Override
public void onTestStart... | [
"blsonalib@gmail.com"
] | blsonalib@gmail.com |
b7198d8f27facd5a272b50e06564737fd7ca5842 | 71fc3a953626c2e38c9149bd59f5ca45b0bd5156 | /sobey-projects/cmdbuild/src/main/java/com/sobey/cmdbuild/webservice/BasicSoapSevcie.java | 2f392c1e029a4a7d4f9224f166386df1b06ac6f8 | [] | no_license | scottzf/sobey-zhangfan | dc3dd00b01a04b051f2ad8babcd5a3ccd8a9dfa1 | 7e7223b0ed52e2ae82c1fa55ba12df620feb49ae | refs/heads/master | 2021-01-22T18:10:34.736514 | 2015-03-12T12:54:22 | 2015-03-12T12:54:22 | 26,618,087 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,432 | java | package com.sobey.cmdbuild.webservice;
import javax.validation.Validator;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import com.sobey.cmdbuild.service.CommonService;
import com.sobey.cmdbuild.webservice.response.result.WSResult;
/**
* Soa... | [
"kai8406@gmail.com"
] | kai8406@gmail.com |
8cfbb22084ea2737cc78cde71ee2d21ce38e2629 | 57af4e88673e1729998805e7725ec2b45bc64c81 | /src/loose/oose/fis/ProcesorNou.java | fe04a207706f7d44edffaf55ac911e07d7a8e5f4 | [
"MIT"
] | permissive | RobertIonita/fis | 59ac2f95eb0e71b2d48b169a50e6e82917033336 | 2bee8bf9a14f4575c6bff0abe55c6349f3ddd93d | refs/heads/master | 2021-04-05T19:06:21.972457 | 2020-03-19T20:23:35 | 2020-03-19T20:23:35 | 248,590,057 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 207 | java | package loose.oose.fis.processors;
import loose.oose.fis.documents.Document;
import java.util.ArrayList;
public class ProcesorNou{
public void doSomething(){
System.out.prinln("123");
}
}
| [
"robertlucianionita@yahoo.com"
] | robertlucianionita@yahoo.com |
9f68b1f398c471ef1a46251f0f858ac6a4bf66d6 | 8772f2d34b6e104534073b4bc99fa2c7ae4b3912 | /src/main/no/systema/jservices/common/dao/Ffr03fDao.java | 47d3fdfeb9292456f7a6ac59d73a30882b15827c | [] | no_license | SystemaAS/syjservicescommon | 82a3c9f987c1617a3486c8fb64fe67760dd5e54a | e15312d44aa285bb8d23c6c52d1aa45687642b50 | refs/heads/master | 2022-11-01T19:17:53.878128 | 2022-10-18T14:33:51 | 2022-10-18T14:33:51 | 74,659,457 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,195 | java | package no.systema.jservices.common.dao;
import java.util.HashMap;
import java.util.Map;
import java.math.BigDecimal;
import org.apache.commons.lang3.builder.ReflectionToStringBuilder;
import lombok.Data;
/**
* Dao to Tradevision (flyeksport - flyfraktsbrev) FFR03F - child table for tradevision booking
*
* @autho... | [
"oscar@systema.no"
] | oscar@systema.no |
c84e52379452484a08160117d8e70cc57669b608 | dc819518deb507341577b45610403e547f1d23ef | /wenhua/app/src/test/java/com/wenhua/wenhua/ExampleUnitTest.java | 58bb712f57090c5c50544862e86241d8db54e12f | [] | no_license | StormShadow612/StormShadow | 9e3ac13e0edda6ece79870277a004a22839a905d | 7603726751dffce81d1363a90ada102c2d88c6f3 | refs/heads/master | 2021-07-04T21:49:38.887470 | 2017-09-26T07:33:05 | 2017-09-26T07:33:05 | 104,533,077 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 395 | java | package com.wenhua.wenhua;
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 void addi... | [
"32211494+StormShadow612@users.noreply.github.com"
] | 32211494+StormShadow612@users.noreply.github.com |
05bb56125df198dd9daa303fa2fddffb43f2d331 | 4b43d17d44ed0484170c195867283cb37b3b000b | /lims/src/main/java/com/fh/controller/activiti/util/ManagerTaskHandler.java | 9b1ca0e8c068f04db63e1573baa0c0b0d2058815 | [] | no_license | qiankebear/limsRepository | d88fee326449abbe97337efa65df8219a8d4e638 | c29d8569bebd89f3944e7c721421012749d50fef | refs/heads/master | 2020-05-20T11:55:26.447861 | 2019-05-13T04:01:38 | 2019-05-13T04:01:38 | 185,561,242 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 711 | java | package com.fh.controller.activiti.util;
import org.activiti.engine.delegate.DelegateTask;
import org.activiti.engine.delegate.TaskListener;
import org.apache.shiro.session.Session;
import com.fh.util.Jurisdiction;
/**
* 名称:指定下一任务待办人
* @author :FH Admin fh313596790qq(青苔)
* @date:2018年2月4日
* @version 1.0
*/
@Su... | [
"2425123689@qq.com"
] | 2425123689@qq.com |
f5eb16bf64be541976d553287085c975588c9727 | b40d4c5264d17bc01783163dbb12746afdadc9c7 | /src/main/java/org/statnlp/ui/visualize/type/HyperLink.java | 73864b11fa063bdfd3843e6dbf09a0db25b05987 | [] | no_license | allanj/dep-hybrid-tree | 93ce1c3da27a91d8a36cca899a6f8b4706566a8b | bc1b607cabe7e28271dfa0b7179a63bbd5d380a8 | refs/heads/master | 2020-03-26T19:36:00.987465 | 2019-03-07T12:56:33 | 2019-03-07T12:56:33 | 145,274,165 | 7 | 4 | null | null | null | null | UTF-8 | Java | false | false | 1,328 | java | package org.statnlp.ui.visualize.type;
import java.util.ArrayList;
/**
* Represents a hyperedge in the visualization graph
*/
public class HyperLink {
public static int hyperEdgeCount = 0;
public ArrayList<VLink> links = new ArrayList<VLink>();
public VNode parent;
public int id;
public int hyperid;
... | [
"allanmcgrady@gmail.com"
] | allanmcgrady@gmail.com |
a079a4188c8cc4e21cb68259f802754cb2892445 | 83436380fe01acf30dd154294b3da930e58c5ceb | /BelejanorProject/src/com/belejanor/switcher/bimo/pacs/pacs_008_021/ContentsV01.java | 76483062e57319c1c997ec1f8877887ea0d93dc1 | [] | no_license | jmptrader/BelejanorSwitch | 83e847ee3dc6a555a40e6347f40af4e106c9054f | ce11d46b5ed52b89d22b5890f1e4fad29730125a | refs/heads/master | 2023-02-07T07:22:42.266465 | 2020-12-27T05:07:15 | 2020-12-27T05:07:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,994 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-520
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018... | [
"jorellana29@gmail.com"
] | jorellana29@gmail.com |
677bddcfe1336a6d567ab236d69bbe7608dd5948 | 0d284f8c8f413911a010f346d1e5e77f816f48bc | /src/com/run/control/B1.java | a5e1fac8843c3a8aba90819d004831717dc24e6a | [] | no_license | snakesmell/a_workbench | dbc7ef3cdd02c81fc1a15b9a3186f827cc130d8c | 1042c77f559874aa85b3315782c2c824b08ccdad | refs/heads/master | 2021-07-05T13:45:29.612894 | 2020-05-22T08:16:59 | 2020-05-22T08:16:59 | 241,326,082 | 0 | 0 | null | 2021-06-04T02:38:56 | 2020-02-18T09:52:35 | Java | UTF-8 | Java | false | false | 2,174 | java | package com.run.control;
import java.io.IOException;
import java.io.InputStream;
import java.util.Iterator;
import java.util.Properties;
import java.util.Set;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.... | [
"blueissky@outlook.com"
] | blueissky@outlook.com |
76907c2e644d78a48ae186005d16da081108cf7f | 1c68818ede3c7166f37124eda3ab679424f1aa4a | /EMS/src/trueInfo/appManage/UpdateManager.java | 6ee9c169171bb442fd8a717e67c86c843b3591cf | [] | no_license | kuangshi/EMS | 9a556fbf083af5cd8269fed67aaef3b370247691 | 66035e5724c6f8f146bf86b65cf5e5251142c8af | refs/heads/master | 2016-09-10T00:17:44.602583 | 2013-11-21T09:22:22 | 2013-11-21T09:22:22 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 9,071 | java | package trueInfo.appManage;
import static trueInfo.appManage.Config.ProductID;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net.HttpURLConnection;
import java.net.MalformedURLException;
import java.net.URL;
import org.json.JSONArr... | [
"290869450@qq.com"
] | 290869450@qq.com |
bdafa69b610222167c2afd6fc0300783b4d8dcd7 | bdef56992d1fa65c6c995a6f6fd1b95407b034fd | /android/app/src/debug/gen/co/appbrewery/navigation_demo_starter/Manifest.java | 39dc07df7b1302fdd241ca6c0ecebf44b1da3177 | [] | no_license | Hoxtygen/Navigation-Flutter-Demo | 33419d8d7e3714014c415269cd6ffa442f1abb4e | 2595f4e42a4404e4bda1dc137107aae8877b12ee | refs/heads/master | 2022-12-12T05:47:58.680478 | 2020-09-18T06:16:36 | 2020-09-18T06:16:36 | 296,521,257 | 0 | 0 | null | 2020-09-18T06:16:37 | 2020-09-18T05:19:53 | null | UTF-8 | Java | false | false | 207 | java | /*___Generated_by_IDEA___*/
package co.appbrewery.navigation_demo_starter;
/* This stub is only used by the IDE. It is NOT the Manifest class actually packed into the APK */
public final class Manifest {
} | [
"hoxtygen@live.com"
] | hoxtygen@live.com |
a4a7a140437eb28bb50f1187d2932e1454e6a1b7 | 7af4696e1be38e22025a9662ba9591ba7fc83965 | /components/camel-aws2-msk/src/test/java/org/apache/camel/component/aws2/msk/MSKProducerTest.java | cb6581c59630e32f251d25143050940dde5fad71 | [
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-unknown",
"Apache-2.0"
] | permissive | aashnajena/camel | 740249630a720ae81294a43452c8789cdbf7bc00 | e03647b378e10c99b44aab2ef56e134289816dbf | refs/heads/master | 2021-03-12T03:06:31.216298 | 2020-07-19T23:51:13 | 2020-07-19T23:51:13 | 251,257,144 | 1 | 1 | Apache-2.0 | 2020-03-30T09:20:10 | 2020-03-30T09:20:09 | null | UTF-8 | Java | false | false | 6,642 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"ancosen@gmail.com"
] | ancosen@gmail.com |
c3f158663e28cda5fefefd2cd8517535e4de29bd | ad3256c78f38468aae7b8ba09efa866018d027c5 | /HelloWorld/src/Hello.java | df8089b5459fae7a861d0593442dd36c1923e0f2 | [] | no_license | amsktp/javaking | 16109f440acb6589e61ff9b10e2f16f37b32f8ea | e102cbd26e7b57200a401e8d42fe65af1d029d58 | refs/heads/master | 2021-01-03T05:24:31.541750 | 2020-03-18T09:46:37 | 2020-03-18T09:46:37 | 239,940,638 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 247 | java | //1일차
public class Hello {
public static void main(String[] args) {
// TODO Auto-generated method stub
// 한줄 주석
/*여러줄
주석*/
/**
* api 주석
*/
System.out.printf("hello java");
}
}
| [
"TJ@DESKTOP-J2LIGQ3"
] | TJ@DESKTOP-J2LIGQ3 |
8378287b60b232fa328ead7c2e624b98bd5142fb | 5bf764b1d39f820fc2e757b254b0382281f9dc65 | /src/main/java/company/michaels/TestClass.java | d5036d5ab68e5a9146877ff9be3453a8f1b08aa4 | [] | no_license | shakti2491/prep-2.0 | 582f13e7eed29c7f87978f1ca01b076411d3a008 | 94e8ab7300d12caefc1456ff1341d915bf565f2b | refs/heads/main | 2023-03-19T18:41:31.053631 | 2021-02-28T04:15:59 | 2021-02-28T04:15:59 | 319,985,270 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 614 | java | package company.michaels;
import java.util.Arrays;
import java.util.Comparator;
import java.util.List;
import java.util.Scanner;
import java.util.stream.Collectors;
public class TestClass {
public static void main(String[] args) {
Scanner s = new Scanner(System.in);
String nString = s.nextLine();... | [
"shakti.singh@copart.com"
] | shakti.singh@copart.com |
06ebd2504d69ec4251b0fe0ef72b777333cea36b | 59935c71d0d82263b16d58cde8ba7e89b162c0fa | /src/main/java/com/primeton/jiaorongguo/demo/config/Swagger2Config.java | 6156ea79abc8c5df7f6bf6a6466641d65e802b77 | [] | no_license | Jrg199287/jiaorongguo-demo | 0a392025332dbb92d583a673203b980a2c8d8e65 | 0f5efffe7edf8911b1a396b63bff5a1789de16ff | refs/heads/master | 2020-04-07T18:48:56.188039 | 2018-11-22T05:53:58 | 2018-11-22T05:53:58 | 158,624,462 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,983 | java | package com.primeton.jiaorongguo.demo.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter;
import springfox.documentation.builders.ApiInfoBuilder;
import springfox.docum... | [
"jiaorongguo@cvallis.com"
] | jiaorongguo@cvallis.com |
036341bcf1e216a5964347c54327eaf1cb946497 | 55fbd6ca9318d3adac98050a069ca4ca826da46f | /src/main/java/com/dewpoint/rts/service/CandidateService.java | 091fba429bb33282c20600afbe50d960befa85d2 | [] | no_license | KartikShankarappa/rts-service | b86b6bc1eb7fd8288726d54c3c35272d4d0d430e | 76d418a3f28b5b78b2372e1a6ea767d6eebb5bd0 | refs/heads/master | 2020-03-12T08:04:38.846705 | 2018-04-21T23:31:45 | 2018-04-21T23:31:45 | 130,519,685 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,309 | java | package com.dewpoint.rts.service;
import com.dewpoint.rts.dao.CandidateDao;
import com.dewpoint.rts.dto.CandidateDTO;
import com.dewpoint.rts.dto.CandidateRequestDTO;
import com.dewpoint.rts.dto.CandidateResponseDTO;
import com.dewpoint.rts.dto.CandidateSearchRequestDTO;
import com.dewpoint.rts.mapper.CandidateMapper;... | [
"kartik.shankarappa@gmail.com"
] | kartik.shankarappa@gmail.com |
0a971c799591286d15fcf66369884f177ee39c28 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/31/31_05be0cf9c7c2d7241de41737fefd8aee15f57461/JGAAP_UI_MainForm/31_05be0cf9c7c2d7241de41737fefd8aee15f57461_JGAAP_UI_MainForm_t.java | 525f75d0d7d15ed12501b4218e94e0f376d491f1 | [] | 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 | 171,910 | java | // Copyright (c) 2009, 2011 by Patrick Juola. All rights reserved. All unauthorized use prohibited.
package com.jgaap.ui;
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/*
* JGAAP_UI_MainForm.java
*
* Created on Nov 2, 2010, 1:14:56 PM
*/
/... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
4471df8165350f117f6543b712b82edcee8dd0ee | a54d534ffb53525ce9c2ca6bceed8899d23789b9 | /src/Prog11.java | 3ef81472bb8ad19fca2a20e0b720d05baabd1c76 | [] | no_license | abhiMishka/codingPractice | 51c736d3455fec19f4a65d442de71e36df76900b | 88202acec076283e2a79e6052cc9a0beddd6e4e5 | refs/heads/master | 2020-12-06T00:46:34.704555 | 2020-05-10T14:15:43 | 2020-05-10T14:15:43 | 232,291,429 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 916 | java | public class Prog11 extends BaseTestClass {
public static int[] getArray1() {
return new int[]{1,8,6,2,5,4,8,3,7};
}
private static int[] getArray2() { return new int[]{3,4}; }
public static void main(String... args) {
int ans = maxArea(getArray1());
print(String.valueOf(ans)... | [
"abhishek.k@loconav.com"
] | abhishek.k@loconav.com |
bd56bfa5155ef68e7c64432004864a1ffee46f2c | 2fa20077227c0b73c220243be6bd25b3fa0234ef | /src/main/java/br/com/zupacademy/proposta/repository/BiometriaRepository.java | ac42a7aa87da057bf765a51f888de171e09ce0b9 | [
"Apache-2.0"
] | permissive | sergio-ads/orange-talents-05-template-proposta | 741cbc89378117824c8ece07c5a1b7f3eb27e525 | 589641edc1c9e2ca80ae4cdecf8aad96404f1f26 | refs/heads/main | 2023-06-01T22:50:23.984606 | 2021-06-18T23:15:18 | 2021-06-18T23:15:18 | 375,009,306 | 0 | 0 | Apache-2.0 | 2021-06-08T12:56:23 | 2021-06-08T12:56:22 | null | UTF-8 | Java | false | false | 246 | java | package br.com.zupacademy.proposta.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import br.com.zupacademy.proposta.model.Biometria;
public interface BiometriaRepository extends JpaRepository<Biometria, String> {
}
| [
"sergio.guimaraes.ads@gmail.com"
] | sergio.guimaraes.ads@gmail.com |
7926a87c4583617e63b827c8a64b34355afa5164 | cc0c02e916bd2570300d48dd7356ee26244fc9c9 | /src/algorithm/Main.java | d20f2b659000560b81e31978d58d095590134a07 | [] | no_license | neoalwayz/Plagiarism_detector | f909be5ef7eddc9ccb6be107db63dbd441cda89a | cca226f62f8dd0d792a01a2999283ed71ad59421 | refs/heads/master | 2021-01-12T01:53:22.538637 | 2017-01-09T16:01:05 | 2017-01-09T16:01:05 | 78,441,082 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,635 | java | /**
*
*/
package algorithm;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.BitSet;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.concurrent.TimeUnit;
import com.google.common.base.Charsets;
import com.google.common.collect.Lis... | [
"neoalwayz@gmail.com"
] | neoalwayz@gmail.com |
9d476cee9940f759be18fcddf75f6380e43f4756 | 32f38cd53372ba374c6dab6cc27af78f0a1b0190 | /app/src/main/java/com/googlecode/androidannotations/annotations/AfterInject.java | 064e43b932a1682dba797e2349b39f5319f44c6e | [] | no_license | shuixi2013/AmapCode | 9ea7aefb42e0413f348f238f0721c93245f4eac6 | 1a3a8d4dddfcc5439df8df570000cca12b15186a | refs/heads/master | 2023-06-06T23:08:57.391040 | 2019-08-29T04:36:02 | 2019-08-29T04:36:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 316 | java | package com.googlecode.androidannotations.annotations;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target({ElementType.METHOD})
@Retention(RetentionPolicy.CLASS)
public @interface AfterInject {
}
| [
"hubert.yang@nf-3.com"
] | hubert.yang@nf-3.com |
529002f6f3bbb933f5c968a8b921a1a10adc8887 | 0eb05cd1a6b2a05f0bca57773f67df0ef34eff24 | /Graph/src/ru/academits/khoroshunov/main/Main.java | 5a729e463b3bf83bbad1d7a85b8259c3ee8379c7 | [] | no_license | kh11884/Khoroshunov_AcademItSchool | 3b8c77c769fee75d7156c6f2db7f57bd84fa5c4e | 160832a086378f5fc5fc182079b061005a0e05b3 | refs/heads/master | 2020-06-02T15:32:33.881240 | 2019-09-29T09:27:44 | 2019-09-29T09:27:44 | 191,209,634 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,144 | java | package ru.academits.khoroshunov.main;
import ru.academits.khoroshunov.graph.Graph;
import java.util.function.Consumer;
public class Main {
public static void main(String[] args) {
Graph graph = new Graph(new int[][]{{0, 1, 0, 0, 0, 0, 0},
{1, 0, 1, 1, 1, 1, 0},
{0, 1, 0, ... | [
"kh11884@ngs.ru"
] | kh11884@ngs.ru |
0dd9495151148464a3a1d7c5336b3d261bfa41de | 435a532fb5d375a8442312bbff40f0d9577384d2 | /CS4001_OffensiveSecurity/assignment2/Target/sources/android/support/v4/view/ViewConfigurationCompat.java | aac70de80d61d5be84d7e50592029f84dbb69c88 | [] | no_license | MCAR43/School-Work | 96e687971d7a18cb8b526623424ce1d9eba09f75 | 63369c1111072f61c59501e5877ab783be42678f | refs/heads/main | 2023-03-24T11:55:45.723844 | 2021-03-18T17:00:28 | 2021-03-18T17:00:28 | 349,144,761 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,393 | java | package android.support.v4.view;
import android.os.Build;
import android.view.ViewConfiguration;
public class ViewConfigurationCompat {
static final ViewConfigurationVersionImpl IMPL;
interface ViewConfigurationVersionImpl {
int getScaledPagingTouchSlop(ViewConfiguration viewConfiguration);
... | [
"MCAR43@mst.edu"
] | MCAR43@mst.edu |
89af49135ddd9d4ebf2e1cf2f121ab72670826c6 | d13c5ca1dc597d95e640f7eff6c157b0a3f676eb | /dubbo-demo/dubbo-study/Adpative/ThreadPool_Adpative.java | 5616db373f69e830c9f4691fe131a12165cb29de | [] | no_license | angelwsin/dubbox | 6a4ce1fc474302dc090b193d4b669e4043fdb026 | 54015cde7c58e27ddfaa13ca4a4a6966be0930fe | refs/heads/master | 2020-07-14T23:35:22.694028 | 2017-06-14T07:17:57 | 2017-06-14T07:17:57 | 94,300,225 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 882 | java | package javaTest.javaTest;
public class ThreadPool_Adpative implements com.alibaba.dubbo.common.threadpool.ThreadPool {
public java.util.concurrent.Executor getExecutor(com.alibaba.dubbo.common.URL arg0) {
if (arg0 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common... | [
"angelwsin@hotmail.com"
] | angelwsin@hotmail.com |
c83833b52673742b3977d75c3e785a5cd755ea3e | b95775590d7e4114bc33da2bd539ee841ff57639 | /src/items/SuperLaser.java | 89394595386f1135f381d40889abf31c86f09c9c | [
"MIT"
] | permissive | Avantol13/Improved-Classic-Snake-Game | ebb6572bdc5960c1bc438a98dcb8e32c27731790 | 3f56f7589b3196b83c55bf959160b0e242380fea | refs/heads/master | 2021-01-17T04:48:48.114958 | 2016-03-27T03:30:59 | 2016-03-27T03:30:59 | 34,519,577 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,992 | java | /*
* |<><><><><><><><><><><><><><><><><><><><><><>|
* | E-Destroyer McSnake 1325.2 (The Beginning) |
* |<><><><><><><><><><><><><><><><><><><><><><>|
*
* []-------A game by Tiger Festival-------[]
*/
package items;
import java.awt.*;
import java.io.IOException;
import java.awt.Graphics2D;
import javax.imageio... | [
"avantol13@gmail.com"
] | avantol13@gmail.com |
812561bd08218b0872ddafafc8b294f59c757842 | 4df56bcdc06bd5e1dfe788b9b337a50911abfe75 | /chrome/android/java/src/org/chromium/chrome/browser/autofill/SaveUpdateAddressProfilePrompt.java | 2110a22a10e77a7bf3deaefa8e39b3ff8f944d7f | [
"BSD-3-Clause"
] | permissive | Dr3xler/chromium | 54f33430525cec0e6da9efc45a2cbc60b4197b40 | 268e816f13aa8e06dbdb4f6b9a6d465b4d99480c | refs/heads/main | 2023-06-22T19:31:10.411169 | 2021-07-15T12:47:46 | 2021-07-15T12:47:46 | 386,290,191 | 0 | 0 | BSD-3-Clause | 2021-07-15T12:56:21 | 2021-07-15T12:56:21 | null | UTF-8 | Java | false | false | 9,089 | java | // Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.chrome.browser.autofill;
import android.app.Activity;
import android.text.TextUtils;
import android.view.LayoutInflater;
import andr... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
af915ca8902bf9a9c906176465a894e101b16711 | 2e7f02876699f4fb0c9fc3a05bdecddb9a14b571 | /src/main/java/com/learning/design/statemachine/core/StateMachineExecutor.java | b4cece744e52d901570abf4b4c20fb33822942cb | [] | no_license | YoungDriverOfTech/learning-note | 15bd8b553d1839a785dd02cc490b9cbeda615480 | cb68a83e528ff0b0bc0032ebe8eb3d7432d0408f | refs/heads/master | 2023-09-06T06:44:28.930311 | 2021-11-22T16:07:45 | 2021-11-22T16:07:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 370 | java | package com.learning.design.statemachine.core;
public interface StateMachineExecutor<S extends Enum<S>, A extends Enum<A>, E extends Enum<E>, T, C extends StateMachineContext<S,T>> {
EventTrigger<E> execute(Action<A> action, final C executionContext);
EventTrigger<E> doExecute(Action<A> action, final T payload... | [
"shanruhongx@163.com"
] | shanruhongx@163.com |
c08dd3d9d2f4ca1920ec684f0789bf3a7871728a | 8f9f8da461dd04268b7225f9583708f682d03f8f | /ejbs/refdata/src/main/java/org/sola/cs/services/ejb/refdata/entities/FieldConstraintType.java | 1190f890508024defbf1dc2bdf8bc4b842be5e41 | [] | no_license | OT-ANGOLA/services | f8057b541eb64ecca8bccc40c99fe9e1f6085408 | 058d227887a11431b36f1ae110d9539704ccabd4 | refs/heads/master | 2021-04-12T07:56:03.109624 | 2017-10-23T11:45:52 | 2017-10-23T11:45:52 | 94,512,141 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 902 | java | package org.sola.cs.services.ejb.refdata.entities;
import javax.persistence.Table;
import org.sola.services.common.repository.DefaultSorter;
import org.sola.services.common.repository.entities.AbstractCodeEntity;
@Table(name = "field_constraint_type", schema = "opentenure")
@DefaultSorter(sortString="display_value")
... | [
"a_solovov@yahoo.com"
] | a_solovov@yahoo.com |
f7d99286067507088ec59b91f845946dd66bb0c7 | b24ae0c9b172fa983999d97af44ae15f88f832dc | /src/main/java/com/liraryyi/labRecordProject/settings/domain/VerificationCode.java | 3ff0dc27c29526f77bb5fe52897fd175fb4c07fe | [] | no_license | liraryyi/LabRecordProject | 8c526d1c0417520e2feeb38e393735ef586998d5 | e1ac780c697ccf00a7209bead31b873ed4514a14 | refs/heads/master | 2023-06-26T13:39:27.132927 | 2021-07-29T09:45:31 | 2021-07-29T09:45:31 | 381,713,392 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 291 | java | package com.liraryyi.labRecordProject.settings.domain;
import lombok.Getter;
import lombok.Setter;
@Getter @Setter
public class VerificationCode {
private String id;
private String userId;
private String code;
private String createTime;
private String expiredTime;
}
| [
"592965090@qq.com"
] | 592965090@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.