blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
755fa7aa949e88d39f1a88a23d85ddd4bc2c077f | e0e1262a42df1acf024038f6baa8e82809a35651 | /src/main/java/examen/meli/service/Impl/LogServiceImpl.java | 493df93c3b309921579244deb8487c56ee4bd1fb | [] | no_license | sroidzaid/meli | 420849f31dc249d7f767ad1bccb01957dadeea2c | 97819e7923431c1197d2d6d7a0ef03f16a4edac9 | refs/heads/master | 2022-12-14T00:19:31.706938 | 2020-08-28T16:11:55 | 2020-08-28T16:11:55 | 288,913,749 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,715 | java | package examen.meli.service.Impl;
import examen.meli.dto.LogDTO;
import examen.meli.dto.StatisticsDTO;
import examen.meli.entity.LogEntity;
import examen.meli.exception.ConexionErrorException;
import examen.meli.exception.DataNotFoundException;
import examen.meli.repository.LogRepository;
import examen.meli.service.Lo... | [
"sebastian.roidzaid@gmail.com"
] | sebastian.roidzaid@gmail.com |
6d768188f7120a808c59021748f6d18f02e138d1 | 8fd0724adbf57b3d8d516228da8d5f71da17a40e | /src/main/java/todo/project/WebConfig.java | 10e623eed1abe7471ad97cd106b0555fcd716fe9 | [] | no_license | coding-talented-academy/todo-project-backend | 689b6accbb7660abf08d07b89a74657d56af8c72 | 61e6c924816536cfa859d4f23e177a5235074c9e | refs/heads/master | 2023-08-24T15:46:50.893690 | 2021-11-01T05:22:31 | 2021-11-01T05:22:31 | 423,339,008 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 463 | java | package todo.project;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.CorsRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
@Configuration
public class WebConfig implements WebMvcConfigurer {
@Override
public... | [
"kwonsye@naver.com"
] | kwonsye@naver.com |
f720cd0614a6dc58ce9923a6bb500df56b6288bd | 845a005d52ea976a75525ee37cc01292c6874e16 | /app/src/androidTest/java/com/gabrielucelli/ApplicationTest.java | be086ba7e03348f86c8f9c2a9ee11f06d96b8be7 | [] | no_license | gabrielucelli/fragment-stack-viewpager-example | 1f84add1fb16b7a0624fbd09301a43b4b2087840 | f1b4f719f65e94ffdd050cc23cf3e3ccadf829f1 | refs/heads/master | 2021-01-22T08:09:43.595144 | 2017-02-13T22:27:31 | 2017-02-13T22:27:31 | 81,877,797 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 348 | java | package com.gabrielucelli;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
super... | [
"gabrielucelli@gmail.com"
] | gabrielucelli@gmail.com |
0e5b0922ff98d5064f47a85de3d3fdd88f8e32d0 | aa0bf45a48eaad216267475ef47bef9facf33b85 | /New folder/app/src/main/java/com/app/whoot/util/FirebaseReportUtils.java | d845408c6d27f3672884cee80cea87198abf1f01 | [] | no_license | pt198912/Whoot | 3f1ce9d456b327b0d261411ab3a4d75b54c3dc60 | e6ba0dc2c5e28043a501a9fe89aa9c8d81c96ede | refs/heads/master | 2020-06-21T20:24:45.169405 | 2019-07-18T08:27:47 | 2019-07-18T08:27:47 | 197,537,094 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,346 | java | package com.app.whoot.util;
import android.os.Bundle;
import android.util.Log;
import com.app.whoot.app.MyApplication;
import com.app.whoot.manager.ConfigureInfoManager;
import com.google.firebase.analytics.FirebaseAnalytics;
/**
* pt198912
*/
public class FirebaseReportUtils {
private static volatile Firebas... | [
"platon.peng@ingcreations.com"
] | platon.peng@ingcreations.com |
b4e45459c0301318220b59d10c5239a9026242f1 | 606ff68d595c815cf40b617ca78f7f901a2ba974 | /w15/iterator_pattern/my_iterator/IIterable.java | cd042b15d3136bdfa4a5e0f1e5b7a4fc306ceb6c | [] | no_license | NTI-Kronhus/TE16Prog-PRRPRR02 | dc73d9fbe9cd9c5ecf94e8ba8fd8ff1d7cb56813 | ef00d1d3835e7818deb4747a87e5c2fca434be6b | refs/heads/master | 2020-03-16T01:32:12.448157 | 2019-05-13T08:12:29 | 2019-05-13T08:12:29 | 132,442,409 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 111 | java | package iterator_pattern.my_iterator;
public interface IIterable<E> {
public IIterator<E> getIterator();
}
| [
"JJaoKK@gmail.com"
] | JJaoKK@gmail.com |
e00e02393b05ee213fff2291bedb60506330c1aa | 3fd6cb451ac67aa73a037d758e5acb48f12f7add | /src/felix/pagesview/Main.java | b9caa7d9c21b6c9f6a27e7f6f42963d397ca1fc0 | [] | no_license | ydsy/pagesview | acb6c040c414eeb571853bda2d44724fbd6faefa | 545fc2378d39b91ee3d19f603a966876f45c1c4f | refs/heads/master | 2021-06-25T10:20:46.349880 | 2017-09-09T20:46:05 | 2017-09-09T20:46:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 962 | java | package felix.pagesview;
import javafx.application.Application;
import javafx.scene.Group;
import javafx.scene.Scene;
import javafx.scene.layout.StackPane;
import javafx.scene.paint.Color;
import javafx.stage.Stage;
/**
* Created by Z< on 09/09/2017.
*/
public class Main extends Application {
public static voi... | [
"fei_good@163.com"
] | fei_good@163.com |
d090d2189edc9aeeb773f6788c99b8050e1930cc | 720e6916a60d27c9c1ce456011bc0283ffe2c8eb | /app/src/main/java/com/example/hp8440p/myapplication/Course/Adapter/AdapterLichHoc.java | 370f44a4522fee11832b7c6b2d8cb59c061f8264 | [] | no_license | QuangRunin/Newfolder | 7c89998928c15d7a74f43463b1441c9b3501b0a5 | b7eea60b2b9d4dcc0cbc53f770bcc99405468094 | refs/heads/master | 2020-04-08T16:45:21.464835 | 2018-11-28T16:40:51 | 2018-11-28T16:40:51 | 159,533,420 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,216 | java | package com.example.hp8440p.myapplication.Course.Adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ListView;
import android.widget.TextView;
import com.example.hp8440p.myapplica... | [
"quangnhph05983@fpt.edu.vn"
] | quangnhph05983@fpt.edu.vn |
6e2e838fdf8db0309d30372d7b7cdf742c9ffff5 | 53836a695fab4299febbcc6ffe084f944d95d0b9 | /src/smartLemmings/qlearning/QLearning.java | 4e0da71a49e0a71413a695e061c646e19a0dc524 | [] | no_license | Oleur/SmartLemmings | 05ceeda4ebd6bcfdd6379f771eb9a1ed92bded1a | 0f82b90fc8fef6162f233ba4c99431655d3d7934 | refs/heads/master | 2021-01-10T15:55:49.400977 | 2013-03-05T10:26:47 | 2013-03-05T10:27:08 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 4,165 | java | package smartLemmings.qlearning;
/*
* author Clément Desoche
* adapted from QLearning by Stéfane Galland
*/
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.Random;
import java.util.TreeMap;
import java.util.Map.Entry;
import smartLemmings.graph.GraphArc;
import smartLemm... | [
"oleur.utbm@gmail.com"
] | oleur.utbm@gmail.com |
018637ff794a7ceb4fd31dd1c802b0809174e39f | 2f6001755b365937fd92789074da0be24f92b46b | /java8/java8-test/src/main/java/com/mgw/proxy/Person.java | 26fa647380b0b32786353f665195bf94c5470627 | [] | no_license | luwang951753/TestProject | 5814ce2523389af607d31b1b651c46fcf157a58e | be9513532cc327b89f8017aeb42514d9f7b56b66 | refs/heads/master | 2022-11-10T04:20:55.389975 | 2020-03-29T14:32:15 | 2020-03-29T14:32:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 181 | java | package com.mgw.proxy;
public class Person implements Subject {
@Override
public void shopping() {
System.out.println("付款,买到想要的商品");
}
}
| [
"979530760@qq.com"
] | 979530760@qq.com |
a7718a954938f1719b1997beea6949b994d3c95a | d2155dad873f519722753f14bc1297df73d5c599 | /app/src/main/java/com/example/malami/przewodnikkulinarny/FirebaseHelper.java | c3a04b149b371de12c260a33c5ad20a3323bdec6 | [] | no_license | AleksandraWl/PrzewodnikKulinarny2 | 91fe85aace17af1f43942457b65adbd46343c4ef | 5b29ac0b4bd3477000c9cad1ab4e4f5a01499d6e | refs/heads/master | 2020-05-16T13:12:19.880350 | 2019-04-23T17:56:45 | 2019-04-23T17:56:45 | 183,068,109 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,558 | java | package com.example.malami.przewodnikkulinarny;
/**
* Created by MalaMi on 20.09.2018.
*/
import com.google.firebase.database.ChildEventListener;
import com.google.firebase.database.DataSnapshot;
import com.google.firebase.database.DatabaseError;
import com.google.firebase.database.DatabaseException;
import com.goo... | [
"aleksandra.e.wlodek@gmail.com"
] | aleksandra.e.wlodek@gmail.com |
4b93482a8c68521cb707d43a42840d61d99a4c59 | ceed08337257aeffee873a1acaa9897f0e9855c6 | /src/main/java/task/dao/api/GenericDao.java | ab082a3cc1a1b2b46989c0922242cabc75003563 | [] | no_license | RuslAys/nodes | 20a46de8127696152c54cda5921cfa848cf443ec | f6b9a074e8aea8863913dfe5012d3702c0dd0c3c | refs/heads/master | 2020-04-20T08:26:15.071785 | 2019-02-03T16:27:39 | 2019-02-03T16:27:39 | 168,738,901 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 839 | java | package task.dao.api;
import java.util.List;
/**
* Interface for generic data access object
* @param <E> entity
* @param <K> entity`s key
*/
public interface GenericDao <E, K> {
/**
* Method for add entity to data base
* @param entity Generic entity
*/
void add(E entity);
/**
* M... | [
"chippo78@mail.ru"
] | chippo78@mail.ru |
676a4612963b961130e678cada9fa1cc25fbfab8 | 1944787e49571d83f91b76f42b697d15a9106f7b | /cms-weixin/src/test/java/com/wangyang/Application.java | 1e0c3db4ecd3ab93e6010943728ed7f749d966e0 | [] | no_license | wangyang1749/cms-dev | dd0d492baad47a20e1459c79f78294b4100dc39b | f2d9e4dd36d35c8495c32c17fce9fdcf627af870 | refs/heads/master | 2021-09-21T11:30:01.505679 | 2021-08-14T03:17:51 | 2021-08-14T03:17:51 | 243,221,103 | 14 | 4 | null | 2020-06-07T23:58:25 | 2020-02-26T09:19:04 | Java | UTF-8 | Java | false | false | 695 | java | package com.wangyang;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.domain.EntityScan;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.data.jpa.repository.conf... | [
"1749748955@qq.com"
] | 1749748955@qq.com |
7c96fa04027031e8a520153e07dc688527fb2ccc | 6235a5a52cd2ccd514bb78b7ccd585b50d72e7d3 | /SAPPHIRE-APP/app/src/main/java/com/live/sapphire/app/Adapters/ChildCategoriesAdapter.java | d0831d999aa4fcf1df4b7666346d1d88943abe12 | [] | no_license | husnain-iqbal/SAPPHIRE-APP | f7423be4e4f58d8e08925a0e0fce19caa567c450 | 005e93d0b6022bb9462db4849f64c0d84898b8dc | refs/heads/master | 2020-09-10T01:21:01.236872 | 2019-11-14T04:55:16 | 2019-11-14T04:55:16 | 221,614,453 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,505 | java | package com.live.sapphire.app.Adapters;
import android.app.Activity;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.drawable.Drawable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
impor... | [
"noreply@github.com"
] | husnain-iqbal.noreply@github.com |
1fd91fa1ce079b14bf93baea7b1293da8d25e652 | 375114d3755e035e1dab69e34530c711878baf51 | /LaiCode Algorithm Class/String_II/AllPermutationsII.java | e595dba2668334fdde766707980da3c922d1f659 | [] | no_license | Guaniuzzt/Algorithms-Interview | b2d184f80f9accbb6904518f10ef636a0ff95549 | 846ad21266c3f9e567e0993d3bf601876c2498b9 | refs/heads/master | 2023-07-29T06:27:51.914017 | 2021-09-11T02:23:09 | 2021-09-11T02:23:09 | 298,424,969 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,418 | java | import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
public class AllPermutationsII {
/*
和I不同的地方时输入可以有相同值 eg: abc vs aabbcc 需要排除相同情况
*/
public static void main(String[] args) {
String test = "abc";
System.out.println(method(test));
}... | [
"Georgezzt@outlook.com"
] | Georgezzt@outlook.com |
eeaf0aa109294908223346d451f8a5fd2fc6e454 | 6f5bd814d24dd2c7dc122aba66a79e66f7d52789 | /src/main/java/br/com/zup/nossocartao/proposta/associacarteiradigital/InformaCarteiraDigitalRequest.java | 91ea15b66213ab02a343750a7d4104343807e50a | [] | permissive | edsonmoreirazup/bootcamp-02-template-proposta | 83796c6944dc0954630543b385956cef2dc7a0d0 | 0b9fd726fe2435a584e25bece3e0867dc8b886bf | refs/heads/main | 2023-02-02T14:30:51.221653 | 2020-12-18T20:18:50 | 2020-12-18T20:18:50 | 313,749,396 | 0 | 0 | Apache-2.0 | 2020-11-17T21:38:12 | 2020-11-17T21:38:11 | null | UTF-8 | Java | false | false | 833 | java | package br.com.zup.nossocartao.proposta.associacarteiradigital;
import com.fasterxml.jackson.annotation.JsonProperty;
import javax.validation.constraints.Email;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.NotNull;
public class InformaCarteiraDigitalRequest {
@NotBlank
@... | [
"edson.moreira@zup.com.br"
] | edson.moreira@zup.com.br |
1239f4d784b0ec9453956698c25dcff2c298a219 | 9fa95cc28aeb3498ff269ab0c7416ae7e1a2e1cc | /src/main/java/br/com/unifacisa/academia/academia/dto/HorarioAluno.java | e6254f5b2cbc368c65b67880d2701d9d29ccdc75 | [] | no_license | jamesmarcos2123/Academia | b9fbfcaf55d2d9834a31d52bb2968826a122b7c0 | fd36c14eaf99882d74e706b47a97e2f4768a08f2 | refs/heads/master | 2020-09-16T05:50:33.470550 | 2019-11-24T01:08:03 | 2019-11-24T01:08:03 | 223,673,269 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 661 | java | package br.com.unifacisa.academia.academia.dto;
import java.util.ArrayList;
import java.util.List;
import br.com.unifacisa.academia.academia.models.Exercicio;
public class HorarioAluno {
private String nome;
private List<ExercicioDto> exercicios = new ArrayList<ExercicioDto>();
public HorarioAluno(String nome... | [
"macosveloso2019@gmail.com"
] | macosveloso2019@gmail.com |
4feae6f4547ce3155d6bc3195534d1e7b0cd69e6 | 9ffff694af95fdf7dec07d71ef963e265c4361dc | /ASSIGNMENT 2/Enrollment.java | b0cd8af6dda03c3f11c6de1e048206d2dd42f7df | [] | no_license | idittalaviya/JAVA | 95906c064a55cd110945dbbf43d65f418440934d | db7eef935e45c993f4561b5ceca31c0f287f2c6c | refs/heads/master | 2020-06-20T19:56:53.454996 | 2019-09-05T02:42:25 | 2019-09-05T02:42:25 | 197,229,701 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 579 | java | class Enrollment{
public static void main(string args[]){
String enrollmentNo = '170470107057';
String enrollmentYear = enrollmentNo.subString(0,2);
String collegeCode = enrollmentNo.subString(2,6);
if(enrollmentYear <18 && enrollmentYear >15){
System.out.println("Enrollment Year is valid.");
}
... | [
"noreply@github.com"
] | idittalaviya.noreply@github.com |
6c8d0de692a8f7d750cfeef630ad1a871650bd4d | e89c0ff8a744b49587379e8e5fc232723fc651d7 | /src/main/java/az/bank/mcaccount/config/RestTemplateConfig.java | 3cf94001857854f5a6ceaba5c823468e360e187e | [] | no_license | FeridQuluzade/ms-account | 7e2e0f235000f120a49e0ac9610427c758bd04a3 | d383367705ec0b99c992084019fa1ff524f5ebac | refs/heads/master | 2023-07-13T15:17:57.615200 | 2021-08-19T12:32:31 | 2021-08-19T12:32:31 | 396,793,477 | 3 | 1 | null | 2021-08-19T12:32:31 | 2021-08-16T12:52:19 | Java | UTF-8 | Java | false | false | 854 | java | package az.bank.mcaccount.config;
import az.bank.mcaccount.exception.client.RestTemplateResponseErrorHandler;
import org.springframework.boot.web.client.RestTemplateBuilder;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.c... | [
"feridquluzade2002@gmail.com"
] | feridquluzade2002@gmail.com |
6f638b33ff3d7c4752abd33998723d1b7dfe7cb3 | bb5d9e946d7327becfef1f7a6908dc436e9f526a | /DrawListener.java | c61b8ceb6b2e907d15899e2f87b1c1f4396e1c79 | [] | no_license | Tristan1mohai/draw | 2b5f0d5aa068261eba349519633acd9ac2759545 | 7cc8e1b0cfd6e016b9e57082ff4cd2e1408d7702 | refs/heads/master | 2021-05-06T19:49:48.404560 | 2017-11-27T12:21:48 | 2017-11-27T12:21:48 | 112,191,581 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,512 | java | package Draw;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Shape;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import java.awt.event.MouseAdapter;
import java.awt.ev... | [
"noreply@github.com"
] | Tristan1mohai.noreply@github.com |
8c131b01c1ed5e83c5a776af19c2cfcd9036deb0 | a1b21c7b03723a969c939e6cfed6b304c46baac5 | /src/main/java/com/matheus/aep/entity/DoacaoEntity.java | cdb3bbbd895a1c1bf38b3899566db0f21c470800 | [] | no_license | MatheusBonnet/projeto-rasmoo | 4aa69e557eb609d8ceaf17dabece4cc9097de3e3 | 4f1f8b51d75e7a376ff5106a38e2a65c198818f2 | refs/heads/main | 2023-07-26T12:34:20.454520 | 2021-09-03T02:44:32 | 2021-09-03T02:44:32 | 402,107,769 | 0 | 0 | null | 2021-09-03T02:44:33 | 2021-09-01T15:18:56 | null | UTF-8 | Java | false | false | 2,618 | java | package com.matheus.aep.entity;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Table;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.ja... | [
"matheusbonnet2019@gmail.com"
] | matheusbonnet2019@gmail.com |
e7d51836f36257e9e5ff1d6bc0cb2aec3ebefaa8 | 963713bc820f7166fa309ed00429340d5c42c86d | /ApplyingSwagger/src/main/java/com/ojas/employee/response/EmployeeResponse.java | e1914e8c1259172fe19f9b76351197ddb61a1835 | [] | no_license | suprajapalagiri/BasicSpringSecurity | 2cc1b88ab6f659d2459fe2db3f12591fbfb7f4cf | 1d1f189ff01fbb53d60a4f3da3feb3549592eec2 | refs/heads/master | 2023-02-19T14:04:57.227460 | 2021-01-25T11:53:07 | 2021-01-25T11:53:07 | 332,638,684 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 521 | java | package com.ojas.employee.response;
public class EmployeeResponse {
private String message;
private String statusCode;
private Object data;
public String getMessage() {
return message;
}
public void setMessage(String message) {
this.message = message;
}
public String getStatusCode() {
return statusC... | [
"pvlsupraja@corp.ojas-it.com"
] | pvlsupraja@corp.ojas-it.com |
01d2f14e0c2d2d09a3c8ea899babd87296ff236a | f0ace57ec4c9856c637f9d552858aa5797e4e1c7 | /amazon-kinesis-connector-flink/src/main/java/software/amazon/kinesis/connectors/flink/model/KinesisStreamShardState.java | ebf51f81ccbb5005a4f11d4b54acc737d370a8b1 | [
"Apache-2.0"
] | permissive | elphastori/amazon-kinesis-connector-flink | 0ee94998f7c378fad630170001f3063f7d5a5d40 | 2b473c023a68d03b32166511d155ce47c64a1f48 | refs/heads/master | 2023-07-05T08:18:25.824869 | 2021-08-11T07:43:16 | 2021-08-11T07:43:16 | 394,054,456 | 0 | 0 | Apache-2.0 | 2021-08-08T19:35:34 | 2021-08-08T19:35:33 | null | UTF-8 | Java | false | false | 3,204 | java | /*
* This file has been modified from the original.
*
* 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 Apa... | [
"cranmerd@amazon.com"
] | cranmerd@amazon.com |
f96c53dd4be6bbce14727a274efcdc6c24e2c0df | 487f3d445f09fecb6f57ad59a89aaefe9c9f7981 | /src/main/java/com/linkcm/core/web/EasyUiDataGrid.java | 9711eacea5f3777ff9b525d50357e99344efa93b | [] | no_license | Junwenli/ocms | 7e0e378a00f94cf1b6058848ae6b44f3e61053a3 | 6204f2c86e7322c03f39d0be5512a2dc527cb35f | refs/heads/master | 2020-07-01T08:12:22.405574 | 2016-04-17T05:57:25 | 2016-04-17T05:57:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 577 | java | package com.linkcm.core.web;
import java.util.ArrayList;
import java.util.List;
/**
* 由于JQUERY_EASYUI需要特殊的JSON
* @author antking
*
*/
public class EasyUiDataGrid
{
//返回的总数量
private long total = 0;
//返回的列表
private List<Object> rows = new ArrayList<Object>();
public long getTotal()
{
... | [
"zhengcongchun@gmail.com"
] | zhengcongchun@gmail.com |
2536df87293a705e6b03de4e567cd1dc0138a03d | 4a3d46067f6577fba33079f334ea9009a8b616be | /codewars/src/testTriangle/sprawdzenie.java | 685b0ad70369f947777996ec002027f7105b830e | [] | no_license | RobertBurek/com.codewars | 84d0061f158fb72c74fec02d39f5fbb4339e30b6 | 937a066c2f803ec9b01eb401a24d8744f1da4c86 | refs/heads/master | 2020-05-02T16:49:25.442827 | 2019-03-31T14:38:38 | 2019-03-31T14:38:38 | 178,079,479 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,779 | java | package testTriangle;
import java.util.*;
/**
* Created by Robert Burek
*/
public class sprawdzenie {
public static boolean isTriangle(int a, int b, int c) {
boolean triangle = false;
if ((a > 0) && (b > 0) && (c > 0)) {
if (a < Integer.MAX_VALUE)
if (b < Integer.MAX... | [
"robertburek@wp.pl"
] | robertburek@wp.pl |
3eea4d97180bd785164e9aa9f3fc0b67c489eccb | 81ab6fe87ab43ab2d5515bd80d8eadfdcd325527 | /app/src/main/java/com/yuly/elaundry/activity/PemesananActivity.java | 4d5233b2b6ed4b6c713e8ea19e42426ca5883d46 | [] | no_license | yuly94/e-laundry | 6f6e48284e0ad419776028fd7de56ec954b708ce | 6515fba116aad4feee2dda3e4987bdad15c2bc19 | refs/heads/master | 2021-01-17T05:50:22.044280 | 2016-07-14T04:15:26 | 2016-07-14T04:15:26 | 63,258,349 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,131 | java | package com.yuly.elaundry.activity;
import android.app.ProgressDialog;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.AppCompatSpinner;
import android.util.Log;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;... | [
"yulynur2013@gmail.com"
] | yulynur2013@gmail.com |
a68e0b1a5a51377fd5fbf3a6579c7215bc0c48e7 | 87561dd267d8598acb1c41aca2864ca72728b918 | /src/com/example/project/ViewDonors.java | e22edc3a7b0bb5ee88dd9517c336dffe871e5e11 | [] | no_license | tejamukka/BloodBank | b3fb81962edc588d5418745aa21fb62dc5914600 | f5bcd5e3083786ca7e4fdd3ff938053e6517a836 | refs/heads/master | 2021-01-21T08:40:34.316293 | 2015-03-11T01:17:11 | 2015-03-11T01:17:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 492 | java | package com.example.project;
import android.os.Bundle;
import com.example.project.fragments.ViewDonorsFragment;
public class ViewDonors extends BaseActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_view_don... | [
"kodalimanasa@Kodalis-MacBook-Air.local"
] | kodalimanasa@Kodalis-MacBook-Air.local |
689794a3d68a7d6135468dcc9d9ac3b164d70c76 | c698736c8118ecd6312af543bacb03e479ba99cc | /MGM/src/main/java/com/gam/mgm/service/IPointService.java | fdb948be816e5c23e9f69f6891fcf1f5427d464b | [] | no_license | seocong/MGM | 5d0468f9142519e9ed79a9a8f11d4ce16acf15f5 | 053f7a84fd32971f42cdba39089dffdcabe45414 | refs/heads/master | 2022-12-21T01:58:41.933048 | 2020-02-21T08:03:38 | 2020-02-21T08:03:38 | 195,942,892 | 0 | 0 | null | 2022-12-16T10:37:01 | 2019-07-09T06:04:48 | JavaScript | UTF-8 | Java | false | false | 334 | java | package com.gam.mgm.service;
import java.util.List;
import java.util.Map;
import com.gam.mgm.dto.PointDto;
public interface IPointService {
public boolean insertPoint(PointDto pointDto);
public List<PointDto> selectPoint(Map<String,Object> map);
public int pointCount(String id);
public int addPoint(St... | [
"congman@DESKTOP-1I58NRL"
] | congman@DESKTOP-1I58NRL |
da4e98cadce7a906ff8250f8f5f4bca0ab20e449 | 4e782f734c948472f99514cd1b82cb5606b98eea | /src/main/java/by/ermakovich/contacts/ContactsApplication.java | 5e624e35adb20a150ae35cf6c1b2dc8e1f7347c9 | [] | no_license | XokisX/JAVA_contacts | 8676fbec5e5e582f8828129eac230b4640ee1cbc | 0b30bdba2c78b2cb1f6b5a90cee4eb8700312967 | refs/heads/main | 2023-01-21T08:07:55.327104 | 2020-12-06T15:38:38 | 2020-12-06T15:38:38 | 302,128,134 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 332 | java | package by.ermakovich.contacts;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class ContactsApplication {
public static void main(String[] args) {
SpringApplication.run(ContactsApplication.class, args)... | [
"okis_xxx@mail.ru"
] | okis_xxx@mail.ru |
e97f4b9c6c4c9d0d424fdc0b5b596e2cb9d12a61 | da4079bd3ebdbc1764bbf5bcbe1f80b34aaad344 | /xinbee-ams-webapp/src/main/java/cn/bgsys/webapp/context/CrossDomainFilter.java | 3337e0fbaead74f3113585aa53ae9547aef017a3 | [] | no_license | lwpk110/ams | 5760da104f8a46f9c5ea268caeb197cffc8326ea | 252685596ede98d09cedf1bc991d9e13a52598ba | refs/heads/master | 2021-01-20T10:24:21.951506 | 2019-04-08T03:01:04 | 2019-04-08T03:01:04 | 90,352,529 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,600 | java | package cn.bgsys.webapp.context;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.google.common.base.Splitter;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.core.env.Environment;
import javax.servlet.*;
... | [
"lwpk110@163.com"
] | lwpk110@163.com |
a6e5c312cbc2a88b9a02bac227b25765624606cb | 02a2edfb27f9cc1b5c70c76648868815fb2897b4 | /src/test/java/ru/ifmo/collections/LruCacheTest.java | 9392cdd9f9c4f825692ae3e9e7323a3011a7e7be | [] | no_license | itmo-java-basics-2020/task-7-collections-framework-Kryukov-And | 14a3a47846aed7a8773f2d085f4287bf8619b3a4 | e81e12d4d2ffadff394f099f4d0475f20dd2b5d3 | refs/heads/master | 2022-12-27T01:49:58.872196 | 2020-05-17T17:49:37 | 2020-05-17T17:49:37 | 264,724,215 | 0 | 1 | null | 2020-10-13T22:03:52 | 2020-05-17T17:49:36 | Java | UTF-8 | Java | false | false | 1,094 | java | package ru.ifmo.collections;
import org.junit.Test;
import java.lang.reflect.Modifier;
import java.util.Arrays;
import static org.hamcrest.CoreMatchers.is;
import static org.hamcrest.CoreMatchers.nullValue;
import static org.hamcrest.MatcherAssert.assertThat;
public class LruCacheTest {
@Test
public void te... | [
"31689611+wtf513@users.noreply.github.com"
] | 31689611+wtf513@users.noreply.github.com |
0190d0acfdc338b366c448bf1ae2fbea07a46a8c | 2b67727026b615f855775ae8e83e1c40fc424c61 | /src/main/java/cn/com/yijuan/utility/DateTimeUtil.java | 0bccaed0b1f13524e5c5d8ec41c6e1ff7ada0c44 | [] | no_license | cheneylz/JAVA-Online-ExamSystem | a001c4d9310b03acc5c85909cc4a491e29fcf6a2 | 97109ee4b9fd074e914a3f1fdecdc40e88e8b35f | refs/heads/main | 2023-03-11T01:56:35.311846 | 2021-03-03T15:37:49 | 2021-03-03T15:37:49 | 315,168,237 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,441 | java | package cn.com.yijuan.utility;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.time.Duration;
import java.util.*;
/**
* @author CheneyL
* 时间日期工具
*/
public class DateTimeUtil {
private static ... | [
"cheneylz3zz@163.com"
] | cheneylz3zz@163.com |
2220c3144e6be137a8c3af9deb88cd7b9f8d8a5f | 9f29eafc337cda93d7c8845c75a46b3dadc70d65 | /SemiProject_3Team/SemiProject_3Team/src/com/poosil/util/paging.java | 14937e86dcedc4ba9a28f70502c4c69c1f40ae71 | [] | no_license | Journey-han/semiProject_3Team | a04f7e5cb431ba646e8a3ee0376bf9397857293b | 444f1bdbf18aa8ce71565bb04676c377dca90764 | refs/heads/main | 2023-04-03T23:12:41.250958 | 2021-04-13T15:27:36 | 2021-04-13T15:27:36 | null | 0 | 0 | null | null | null | null | UHC | Java | false | false | 3,130 | java | package com.poosil.util;
public class paging {
private int pageSize;
private int firstPageNo;
private int prevPageNo;
private int startPageNo;
private int pageNo;
private int endPageNo;
private int nextPageNo;
private int finalPageNo;
private int totalCount;
public int getPageSize() {
return pageSi... | [
"l4279625@gmail.com"
] | l4279625@gmail.com |
b4f1d40b0e62515e8be0eb4b1274664bbf6b5518 | 102ee86a8e027b7cb68edd60f0f0774d412df87e | /app/src/main/java/com/example/android191026/MainActivity.java | a4f4ba9c9209dad168f2f0fe578eae6d3bd1e213 | [] | no_license | MrZ2019/android1-191026 | 2664889218525582c2d0730ce59f47f36a1080e5 | 762d6ab535c931dea1631f57104cf2540def6acd | refs/heads/master | 2020-08-28T07:25:17.872622 | 2019-10-26T01:40:22 | 2019-10-26T01:40:22 | 217,636,262 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 338 | java | package com.example.android191026;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activi... | [
"1131944090@qq.com"
] | 1131944090@qq.com |
c8f1e32c515ebd842f7587a16a84737be405e0ec | 58d9c0879864640c056570819bd4ba154e26d315 | /AntiTower/src/main/java/me/opatut/bukkit/AntiTower/MainBlockListener.java | 130ff0328d88f3d803b19956d9637f934e71dad4 | [] | no_license | opatut/BukkitPlugins | 1064fa28af2deca451b125252a3fd573fb421563 | 062428fbe39e03f7c7b138574be255087c008cc7 | refs/heads/master | 2016-09-03T02:57:40.820476 | 2011-04-06T18:58:06 | 2011-04-06T18:58:06 | 1,568,463 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 402 | java | package me.opatut.bukkit.AntiTower;
import org.bukkit.event.block.BlockListener;
import org.bukkit.event.block.BlockPlaceEvent;
public class MainBlockListener extends BlockListener {
public MainBlockListener(AntiTower plugin) {
mPlugin = plugin;
}
public void onBlockPlace(BlockPlaceEvent event) {
mPlugin.Che... | [
"opatutlol@aol.com"
] | opatutlol@aol.com |
73621f1532c41c75b778e28ac0b7112ecc9d824b | d3ee1b4f128abfc663ec05a7555d4c0265433b6f | /app/src/main/java/tortel/fr/mypokedex/bean/PokemonTypesEnum.java | a773abbc68ea2eea231cfb49fd8de00ddbd4ba8c | [] | no_license | PaulTORTEL/My-Pokedex | b9a83dfdc2bd77600de8d0169ead3edebd5b2008 | aad60c604b98b910196cafe01645a47fefbcb117 | refs/heads/master | 2020-04-21T10:46:54.045626 | 2019-02-07T00:19:05 | 2019-02-07T00:19:05 | 169,496,695 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 293 | java | package tortel.fr.mypokedex.bean;
public enum PokemonTypesEnum {
NORMAL,
GRASS,
FIRE,
WATER,
ELECTRIC,
ICE,
FIGHTING,
POISON,
GROUND,
FLYING,
PSYCHIC,
BUG,
ROCK,
GHOST,
DARK,
DRAGON,
STEEL,
FAIRY
}
| [
"paul.tortel@efrei.net"
] | paul.tortel@efrei.net |
1803f1c1410d9ed9b0cd2272e730366617675583 | 6ffd590dbf461bd5bc68c75ed8357c3bc85a2bea | /dl4j-eclipse/src/deeplearning4j_ui_parent/deeplearning4j_ui_model/src/main/java/org/deeplearning4j/ui/flow/data/FlowStaticPersistable.java | c95e25538703940cc53fd0a87b3e2cd6aa90b4a1 | [] | no_license | nagyistge/dl4j_for_eclipse | e017fcfd545c879e18f91d36c15d46872fba390f | 8fb1a2d813dd064d7b46e24e8b696c364d84c6b6 | refs/heads/master | 2021-06-14T16:11:23.572374 | 2017-02-13T07:15:41 | 2017-02-13T07:15:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,067 | java | package deeplearning4j_ui_parent.deeplearning4j_ui_model.src.main.java.org.deeplearning4j.ui.flow.data;
//package org.deeplearning4j.ui.flow.data;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.ObjectInputStream;
import ... | [
"iamlamd@yahoo.co.jp"
] | iamlamd@yahoo.co.jp |
5d30ab4ab85151a0ba517e4aa3c68bf539de9d11 | aa1223173346ee6c1984441b58c1b74291208fc0 | /JavaEx/src/chap11/pro/ex07/FindAndReplaceEx.java | c402f1cf23039e37645b70059726f6c375e197bf | [] | no_license | SmileJM/ThisIsJava | b481628dd46c57ad54a6c245d32fd20f5a19da17 | 37fee7570f6bc4962fe011999435eaa5883ce167 | refs/heads/master | 2021-04-06T02:14:24.332503 | 2018-04-20T09:23:38 | 2018-04-20T09:23:38 | 124,860,130 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 498 | java | package chap11.pro.ex07;
public class FindAndReplaceEx {
public static void main(String[] args) {
String str = "모든 프로그램은 자바 언어로 개발될 수 있다.";
int index = str.indexOf("자바");
if(index == -1) {
System.out.println("자바 문자열이 포함되어 있지 않습니다.");
} else {
System.out.println("자바 문자열이 포함되어 있습니다.");
str = str.... | [
"lovelyeu@hanmail.net"
] | lovelyeu@hanmail.net |
9c1485353f33d2f5d1f6a709605fb0bbae1fb004 | b61a4ad2be6f711073472b7a3b2db94a301855e6 | /src/main/java/com/soft1851/music/admin/util/JwtTokenUtil.java | 3578679866991339e5f208910222b888bfd52370 | [] | no_license | dyf-yifan/cloud-music-admin | 5df42356a175d3886bdc5494efbf84a680b0ee38 | 0517ccd8b7f9aee74667f9eb7a4c836df029213c | refs/heads/master | 2022-04-25T20:13:19.998014 | 2020-04-27T07:45:28 | 2020-04-27T07:45:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,204 | java | package com.soft1851.music.admin.util;
import com.alibaba.fastjson.JSONObject;
import com.auth0.jwt.JWT;
import com.auth0.jwt.JWTVerifier;
import com.auth0.jwt.algorithms.Algorithm;
import com.auth0.jwt.interfaces.DecodedJWT;
import com.soft1851.music.admin.domain.entity.SysRole;
import lombok.extern.slf4j.Slf4j;
imp... | [
"moqi1977@gmail.com"
] | moqi1977@gmail.com |
8c0b37d5a876e040e654f86caf4efb6e63eaaea2 | 4da9097315831c8639a8491e881ec97fdf74c603 | /src/StockIT-v2-release_source_from_JADX/sources/com/google/android/exoplayer2/p013ui/PlayerControlView.java | e5502dfdd1598c963e1756fc0cb7aa469e23165a | [
"Apache-2.0"
] | permissive | atul-vyshnav/2021_IBM_Code_Challenge_StockIT | 5c3c11af285cf6f032b7c207e457f4c9a5b0c7e1 | 25c26a4cc59a3f3e575f617b59acc202ee6ee48a | refs/heads/main | 2023-08-11T06:17:05.659651 | 2021-10-01T08:48:06 | 2021-10-01T08:48:06 | 410,595,708 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 41,030 | java | package com.google.android.exoplayer2.p013ui;
import android.content.Context;
import android.content.res.Resources;
import android.content.res.TypedArray;
import android.graphics.drawable.Drawable;
import android.os.Looper;
import android.os.SystemClock;
import android.util.AttributeSet;
import android.view.KeyEvent;
... | [
"57108396+atul-vyshnav@users.noreply.github.com"
] | 57108396+atul-vyshnav@users.noreply.github.com |
2d5ad4c713c31e1f77442671a2cef942b6b1078d | acb8d30ea41b0c9d3256b4fc91bba992ee864e4a | /src/main/java/com/zhibo8/warehouse/test/TestKafka.java | 8e337c9e3d5a9673a1a4aa617f052aed0fca62b1 | [] | no_license | chijunping/springbootKafkaHbase | 3c5a2ef06787c8b83651427e5b8714d81e60ea25 | d3c45a28f982818045f71a7d7e480d09d113b915 | refs/heads/master | 2020-03-20T12:16:05.209614 | 2018-06-28T08:17:25 | 2018-06-28T08:17:25 | 137,425,326 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,872 | java | package com.zhibo8.warehouse.test;
import kafka.admin.AdminUtils;
import kafka.admin.RackAwareMode;
import kafka.server.ConfigType;
import kafka.utils.ZkUtils;
import org.apache.kafka.common.security.JaasUtils;
import java.util.Iterator;
import java.util.Map;
import java.util.Properties;
/**
* @author rjsong
*/
pu... | [
"378344307@qq.com"
] | 378344307@qq.com |
c22baef397eb0ceaa04921e7d164d7980c6b38ff | ac9097d92b0b7495c4bf23bf4c8e398c585b3d76 | /cdm/cdm-core/src/main/java/com/bytheone/util/IpUtil.java | 5bfe46eda5845d44a0fb04d3397f896370d13917 | [
"Apache-2.0"
] | permissive | iFruite/first_pipeline | c5f844819640024ea85f8315a37d8346c1d39ac6 | b8e028ac1602a50daad102ce12f20ca443f5f6d0 | refs/heads/master | 2022-10-25T09:15:13.786359 | 2019-10-23T08:52:45 | 2019-10-23T08:52:45 | 216,979,321 | 0 | 1 | null | 2022-10-12T20:44:42 | 2019-10-23T05:58:19 | JavaScript | UTF-8 | Java | false | false | 885 | java | package com.bytheone.util;
import javax.servlet.http.HttpServletRequest;
/**
* @author ArtLinty
* @date 2017/12/28.
* @email liu.tingli@qq.com
*/
public class IpUtil {
public static String getIp(HttpServletRequest request) {
String ip = request.getHeader("x-forwarded-for");
if (ip == null || ... | [
"liu.tingli@qq.com"
] | liu.tingli@qq.com |
9d825368e884a8baace556221bf5cebdc8467a29 | 3bcfe8e07777f168c0bcb5d401f5d2f9e3dbfccd | /Lesson 18/check-is-prime/src/Main.java | 6aca67af01281812f8fdfdc9efa0c2eaf727266f | [] | no_license | dat-2205/Module_2 | 46b649382d5beab34bf18614eaa4924b90f12ae4 | 2bb5227ca058d391f06307092e958bcd8a1ae27d | refs/heads/master | 2023-08-16T17:04:42.064131 | 2021-09-13T04:10:42 | 2021-09-13T04:10:42 | 392,550,974 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 443 | java | public class Main {
public static void main(String[] args) {
PrimeNumber1 p1 = new PrimeNumber1();
PrimeNumber2 p2 = new PrimeNumber2();
// p1.run();
// p2.run();
//
Thread t1 = new Thread(p1);
Thread t2 = new Thread(p2);
t2.start();
try {
t2... | [
"="
] | = |
944a97ed6f7e348ed30f9248fccba6005926594c | 34f8d4ba30242a7045c689768c3472b7af80909c | /JDK-15/src/jdk.localedata/sun/util/resources/cldr/ext/TimeZoneNames_en_ZA.java | 6ce483ae6f21d31f4fd44aea13d35fe98d85a344 | [
"Apache-2.0"
] | permissive | lovelycheng/JDK | 5b4cc07546f0dbfad15c46d427cae06ef282ef79 | 19a6c71e52f3ecd74e4a66be5d0d552ce7175531 | refs/heads/master | 2023-04-08T11:36:22.073953 | 2022-09-04T01:53:09 | 2022-09-04T01:53:09 | 227,544,567 | 0 | 0 | null | 2019-12-12T07:18:30 | 2019-12-12T07:18:29 | null | UTF-8 | Java | false | false | 6,518 | java | /*
* Copyright (c) 2012, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | [
"zeng255@163.com"
] | zeng255@163.com |
0938b893411f3afa853ccca673ba5353f63ae9ab | befbb86adac58ed0912494c6af68b3e5ad80ef5c | /src/org/pentaho/platform/dataaccess/datasource/wizard/service/agile/TableInputTransformGenerator.java | 77647fba5520e406814cd02a073adaecd5339b84 | [] | no_license | yuryilyukevich/data-access | 93bc9e79bd4fd95459f3296f46a7d22790bd6880 | c7d1f69088dee0df3cd21761e6e460a8b394c63b | refs/heads/master | 2021-01-14T13:17:10.960688 | 2014-08-29T18:38:30 | 2014-08-29T18:38:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,272 | java | /*!
* This program is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License, version 2.1 as published by the Free Software
* Foundation.
*
* You should have received a copy of the GNU Lesser General Public License along with this
* program; if not, you can ob... | [
"buildteam@penthao.com"
] | buildteam@penthao.com |
54b3e8160f134338d0bc4f6b6e6547dbd13d6df8 | ae13a98399a5ae9f1cc2d3595fd6e14d1da3581f | /cms2/src/main/java/com/bw/gaolei/StringUtil.java | d2eb0ba97df994e3406df0db1723ccdb5461d7d5 | [] | no_license | 666gaolei666/1704E | 7b1a91e66d5a94856f6555645b7f94c7dfccffca | 4b7e6aa125c0221ed34834484f906ecfba151ab3 | refs/heads/master | 2022-12-21T15:18:27.846420 | 2019-08-11T13:30:09 | 2019-08-11T13:30:09 | 201,197,811 | 0 | 0 | null | 2022-12-16T10:32:08 | 2019-08-08T06:58:39 | CSS | UTF-8 | Java | false | false | 1,126 | java | package com.bw.gaolei;
/**
* @作者 高蕾
*
* 2019年8月9日
*/
public class StringUtil {
//方法1,判断源字符串是否为空,空引号(空白字符创 )也算没值
public boolean hasLength(String src){
if(!src.equals("")&&src != null){
return false;
}else{
return true;
}
}
//方法二:判断源字符串是否有值,空引号(空白字符串)和空格也算没值
publi... | [
"949529168@qq.com"
] | 949529168@qq.com |
cddbc8bf5fb3154bbb1a9e407ac351b5c95f3a5b | a49f62d31c6533a2d279cb4acee45a1c31c81d3a | /src/main/java/io/springtalk/domain/HelloMessage.java | 3365ce80bc81b462ac3e8fe4cb77d810ec8ce451 | [
"MIT"
] | permissive | knight7024/SpringTalk | fbc3f49e8e1c411a06284b51e539ce4e5c68d143 | 69eb4135202c5b5e8d6253b606ca3b8a011d8eb9 | refs/heads/main | 2023-06-16T17:13:34.854213 | 2021-07-11T06:36:21 | 2021-07-11T06:36:21 | 384,842,591 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 341 | java | package io.springtalk.domain;
public class HelloMessage {
private String name;
public HelloMessage() {
}
public HelloMessage(String name) {
this.name = name;
}
public String getName() {
return name;
}
public void setName(String name) {
this.n... | [
"knight7024@naver.com"
] | knight7024@naver.com |
f51f0a27619b89031b5c7d7c1d89c58eeb20fd66 | 028532cbba5e8759099414771ea6e630eb92d074 | /ghsdk/src/main/java/com/gizmohub/sdk/logo/GLogoRecog.java | 90e253892acebecb5c3c1024ff692b3174be954f | [] | no_license | koudle/GSDK | a857ebf4ef0d8311b6d58ca207b106b41fad765d | 0ce45e6854f94e98fca5d494fc8a0cf2fcf1d575 | refs/heads/master | 2020-03-07T13:56:27.808752 | 2018-07-28T08:38:36 | 2018-07-28T08:38:36 | 127,514,426 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,143 | java | package com.gizmohub.sdk.logo;
import android.content.Context;
import android.graphics.Bitmap;
import android.hardware.Camera;
import android.os.Handler;
import android.os.Looper;
import android.os.Message;
import android.os.SystemClock;
import android.text.TextUtils;
import android.util.Base64;
import android.util.Lo... | [
"koudle086@gmail.com"
] | koudle086@gmail.com |
8c539dd382ea4253bd9a614b6d12891c615085e0 | 5f63a60fd029b8a74d2b1b4bf6992f5e4c7b429b | /com/planet_ink/coffee_mud/Abilities/Common/MasterButchering.java | cf717379506207cab5999bfdbbb573118fd27d24 | [
"Apache-2.0"
] | permissive | bozimmerman/CoffeeMud | 5da8b5b98c25b70554ec9a2a8c0ef97f177dc041 | 647864922e07572b1f6c863de8f936982f553288 | refs/heads/master | 2023-09-04T09:17:12.656291 | 2023-09-02T00:30:19 | 2023-09-02T00:30:19 | 5,267,832 | 179 | 122 | Apache-2.0 | 2023-04-30T11:09:14 | 2012-08-02T03:22:12 | Java | UTF-8 | Java | false | false | 2,330 | java | package com.planet_ink.coffee_mud.Abilities.Common;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
import... | [
"bo@zimmers.net"
] | bo@zimmers.net |
df4707d5251f7933fe0afa0b39ccbc770f363336 | bfd8b0762738a000c83e5aeaf3a08247f0d3b7a5 | /src/forest_D8.java | 7d74cad70a6c14607838f237e48ae633a4fea638 | [] | no_license | isaacwhi/GroupAssignment | 656157d9d4e2c6b69fd953df8b05b12e3cba9386 | a5e11552562005379a509b777962ac3a055547fe | refs/heads/master | 2021-05-14T03:40:13.465138 | 2018-01-08T03:23:41 | 2018-01-08T03:23:41 | 116,623,997 | 0 | 0 | null | 2018-01-08T03:23:42 | 2018-01-08T03:21:57 | Java | UTF-8 | Java | false | false | 1,355 | java |
public class forest_D8 extends extraFunctions {
int direction;
boolean flicker;
forest_D8() {
backgroundImage = loadImage("forest_D8.png");
direction = 0; //< DONT CHANGE
flicker = true; //< DONT CHANGE
}
@Override
public boolean updateMapMovement(Collision collisionPoi... | [
"bupton@hotmail.co.nz"
] | bupton@hotmail.co.nz |
2f5533c619c0287d0f1626be7e9b4c04a82e17d8 | f7a1f721227ad14b8264df1a681ea06327549c4a | /src/main/java/pers/lihuan/authweb/common/encrypt/exception/EndecryptException.java | 6360cf8c8915194683bc15c21779f45cc45e45cf | [] | no_license | LiLiChai/easy-auth | 208826f441d0ec3d1dc435975cc31975d149ecf6 | a3f56be728d612976ab46c8ebdf11f67d3a5aa15 | refs/heads/master | 2020-03-18T04:12:43.532173 | 2018-11-05T14:36:28 | 2018-11-05T14:36:28 | 134,276,099 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,301 | java | package pers.lihuan.authweb.common.encrypt.exception;
/**
* Root exception for all Shiro runtime exceptions. This class is used as the root instead
* of {@link java.lang.SecurityException} to remove the potential for conflicts; many other
* frameworks and products (such as J2EE containers) perform special operati... | [
"SmartShuShu@163.com"
] | SmartShuShu@163.com |
053c2b91aa73f10df8c8e8c53308c47e59462085 | 0d580a2defb1d37ff8734cacc745571e9a9d6f78 | /icrane-core/src/main/java/com/bfei/icrane/core/dao/ClientDao.java | d69aaa643ab219451fdff66d69696cbc84a7de9d | [] | no_license | moying0/zww-java | 2f3ff9894a8cfc17779804f53b2af78e0392b501 | 55143779546c862c23014988a98d4a9e5648f3a5 | refs/heads/master | 2020-03-17T05:21:22.065956 | 2018-05-09T10:17:46 | 2018-05-09T10:17:46 | 133,312,991 | 0 | 0 | null | 2018-05-14T06:11:58 | 2018-05-14T06:11:58 | null | UTF-8 | Java | false | false | 539 | java | package com.bfei.icrane.core.dao;
import com.bfei.icrane.core.models.Client;
import java.util.List;
public interface ClientDao {
int deleteByPrimaryKey(Long id);
int insert(Client record);
Client selectByPrimaryKey(Long id);
List<Client> selectAll();
int updateByPrimaryKey(Client record);
... | [
"1050120599@qq.com"
] | 1050120599@qq.com |
61f1017446ea2b285d97b86ba00826979f3e5f01 | 4f4d9b9b4a109b77db3f65184dbf096a509b934d | /src/main/java/com/jaken/psall/controller/MainController.java | de92beca4ea65d94ef274e1a2e42bde42be5586c | [] | no_license | JakenCooper/psall | aed4d08049ba276cd9f91a196163fd394b38ed9c | bc65563dc72acfa589ce34256fde9b00cb7cf3dc | refs/heads/master | 2020-03-19T03:33:45.407298 | 2018-06-01T16:18:46 | 2018-06-01T16:18:46 | 135,739,139 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 265 | java | package com.jaken.psall.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller
public class MainController {
@RequestMapping("/main")
public String main(){
return "main";
}
}
| [
"jaken_cooper@hotmail.com"
] | jaken_cooper@hotmail.com |
354e963df401f7b156b7720d1ddae3a6cdcff6e0 | 37d903d0286dc2dc04d55a41a87ed69eb7f3c495 | /Voxtab/app/src/main/java/com/voxtab/ariatech/voxtab/TermsActivity.java | 8f2c7f9b5e806f11a6d54d231161158afea4dbd7 | [] | no_license | chavanramesh/Voxtab | a556a0ef72c909764d4d281de885b7d5919cbd35 | 4a52ee36abe75e278b170ebd2399043c829241d8 | refs/heads/master | 2016-09-14T11:18:35.001477 | 2016-05-06T11:41:07 | 2016-05-06T11:41:07 | 58,206,172 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,190 | java | package com.voxtab.ariatech.voxtab;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.design.widget.NavigationView;
import android.support.v4.view.GravityCompat;
import android.support.v4.widget.DrawerLayout;
import android.support.v7.app.ActionBarDrawerTog... | [
"ramesh.chavan@ariatech.in"
] | ramesh.chavan@ariatech.in |
13b297806ad23e7da85a56711cda81e880e123bf | 5b18c2aa61fd21f819520f1b614425fd6bc73c71 | /src/main/java/com/sinosoft/claim/dto/domain/CallCenterSendStatusDto.java | 5bba97f438bbc36a7142173743b790dbea66a072 | [] | no_license | Akira-09/claim | 471cc215fa77212099ca385e7628f3d69f83d6d8 | 6dd8a4d4eedb47098c09c2bf3f82502aa62220ad | refs/heads/master | 2022-01-07T13:08:27.760474 | 2019-03-24T23:50:09 | 2019-03-24T23:50:09 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 594 | java | package com.sinosoft.claim.dto.domain;
import java.io.Serializable;
import com.sinosoft.sysframework.common.datatype.DateTime;
import com.sinosoft.sysframework.common.util.*;
/**
* 这是CallCenterSendStatus的数据传输对象类<br>
* 创建于 JToolpad(1.5.1) Vendor:zhouxianli1978@msn.com
*/
public class CallCenterSendStatusDto extends... | [
"26166405+vincentdk77@users.noreply.github.com"
] | 26166405+vincentdk77@users.noreply.github.com |
dc5fb53d48dded692584852be2a5ac2eb391f3ca | 38c5387d62d91af6a4a300d3b2e0e1073ee885c4 | /src/ByteDance/ReverseList.java | 7041a555632e609de0dbb2644f4fe0bf590bd88e | [] | no_license | chuckz1321/LeetCode | 83469d4240acdd5b33dea8f8e0dfb1748142192c | 5a27d171c83481af13c72649f9a48485a293c6c8 | refs/heads/master | 2021-07-13T21:09:05.827885 | 2020-05-25T12:55:04 | 2020-05-25T12:55:04 | 145,327,754 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 360 | java | package ByteDance;
/**
* 功能描述
*
* @author z00533892
* @since 2020-02-24
*/
public class ReverseList {
public ListNode reverseList(ListNode head) {
if (head == null || head.next == null) return head;
ListNode tmp = reverseList(head.next);
head.next.next = head;
head.next = null... | [
"zhangchengyuan@huawei.com"
] | zhangchengyuan@huawei.com |
577541dae12d6dc83ba2b8a1f0efb7c768ccfbd1 | 6e19c5fec77853db0b9d59d329f4b2e5ec5ef9ca | /so-60993091/src/main/java/test/UserService.java | 4b2a5a26b095f9151df220ee2ad562edfc99d9fd | [
"Unlicense"
] | permissive | harawata/mybatis-issues | d870da5917c0e9408e78291a9bfb153a476431a9 | f99971874951bf2ea8fc96798cd01dbea7b5e650 | refs/heads/master | 2023-08-10T01:55:41.046761 | 2023-07-30T12:15:41 | 2023-07-30T12:18:53 | 43,908,446 | 10 | 37 | Unlicense | 2023-09-14T21:13:54 | 2015-10-08T18:25:18 | Java | UTF-8 | Java | false | false | 1,640 | java | package test;
import java.util.ArrayList;
import java.util.List;
import org.apache.ibatis.executor.BatchResult;
import org.apache.ibatis.session.SqlSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereoty... | [
"harawata@gmail.com"
] | harawata@gmail.com |
15177478e923a5c9709a606b6ffc74dda6a13059 | 14a9cfea324672bcb4e7e44f997e6c014efe9670 | /Key Board Back Up/AwesomeKeyboard-master/core/src/main/java/com/hoanganhtuan95ptit/awesomekeyboard/core/Keyboard.java | 102cf848375bd83fee743060103fbe2b0c1963a0 | [
"Apache-2.0"
] | permissive | Nazmul56/TestingProjects | a3cae3ae533147267ad41355dd2d5a3d3bb3390a | aaaf571ba2749061ad51c739f1f8d332741113d7 | refs/heads/master | 2022-05-02T10:02:34.947804 | 2022-03-24T16:53:32 | 2022-03-24T16:53:32 | 101,139,315 | 4 | 1 | null | null | null | null | UTF-8 | Java | false | false | 199 | java | package com.hoanganhtuan95ptit.awesomekeyboard.core;
/**
* Created by HOANG ANH TUAN on 7/5/2017.
*/
public interface Keyboard {
void hideAllKeyboard();
void showKeyboard(int type);
}
| [
"nazmul.cste07@gmail.com"
] | nazmul.cste07@gmail.com |
785fef1acc4d60cca03c2977f8b47e0547a49d29 | f9940f3c1ea482b5112d7bb03d12565402524192 | /src/Problem/Solution415.java | dc7b9879657a6471a0641186d5e87d8038d5446d | [] | no_license | Timelim/leetcode | 4719326ad031770cb07c4d7d3b68cf25f57e5bd6 | ab6b840e97b2a05322f1a1b26baf6d62f6362ef7 | refs/heads/master | 2023-06-05T04:03:26.267929 | 2021-06-22T03:38:12 | 2021-06-22T03:38:12 | 293,511,253 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,299 | java | package Problem;
import java.util.LinkedList;
import java.util.Queue;
import java.util.Stack;
public class Solution415 {
public String addStrings(String num1, String num2) {
int cin = 0;
String res = "";
int i, j;
for (i = num1.length() - 1, j = num2.length() - 1; i >= 0 && j >= 0;... | [
"Timelim"
] | Timelim |
3458556d4a416a44046a2139140aca9f7fa6cedb | 3de2be3bc4cebac626774790efd4105f7516704a | /MyRepo/src/MyTest.java | 4a798e4b4fb78ff2006668c4bc41ad08199ee0c8 | [] | no_license | codinggu/test | afa919f947f533e83ddb2b7dcca316c9143e6bec | 58a70c287b793564d1fcb36c1cdcb878cef70763 | refs/heads/master | 2023-07-11T10:08:45.223756 | 2021-08-18T09:52:06 | 2021-08-18T09:52:06 | 397,521,416 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 129 | java |
public class MyTest {
public static void main(String[] args) {
System.out.println("테스트중입니다");
}
}
| [
"dbessldd@gmail.com"
] | dbessldd@gmail.com |
b11179d620f64bf7d08b2b6661f7c6c9878e19ea | 7d466b2a73721b5cb7dc9992a6527d4c96047781 | /test/8002-cse-ContinueIntLong-001/src/Main.java | 5e7a9a4bf1218c6a8ba28bb9bb1823f7b9ca05d3 | [
"Apache-2.0",
"NCSA"
] | permissive | projectceladon/vendor_intel_art-extension | ce09807c5e11e459cde151be1aa42a3d6958752e | 4f505f9b7ff1b93add4d97de1d8096816b333b4b | refs/heads/master | 2023-01-22T08:52:43.463644 | 2023-01-10T07:27:40 | 2023-01-10T07:27:40 | 137,192,912 | 3 | 20 | NOASSERTION | 2020-06-05T09:57:16 | 2018-06-13T09:23:37 | C++ | UTF-8 | Java | false | false | 5,223 | java |
/**
*
* L: Break operator doesn't break one basic block limitation for int,
* for some reasons (most probably not a bug), there are two basic blocks for long type,
* 1 sinking expected for int, 0 for long.
* M: no limitations on basic blocks number, 1 constant calculation sinking expected for
* each metho... | [
"jaishankar.rajendran@intel.com"
] | jaishankar.rajendran@intel.com |
f265d7bbc6f7ff21f5aaf038882127a63afbe357 | a371822aa5927db05fbfb1b06fd42adca900918a | /app/src/main/java/com/pallaw/tmassignment/UI/Gallary/GalleryContract.java | 60cf5569b32d02ea9c0976f4f86ccb7e1c28bc5e | [] | no_license | pallaw/TMAssignment | 8b1078fee0ece6ea250100e2a73ce0b5f0189197 | 3dc0e7476b36726a74780dc4f3ac2eab05177c66 | refs/heads/master | 2020-06-04T17:39:34.777124 | 2019-06-19T01:32:25 | 2019-06-19T01:32:25 | 192,127,692 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 390 | java | package com.pallaw.tmassignment.UI.Gallary;
import com.pallaw.tmassignment.Data.Models.TMResponse;
/**
* This specifies the contract between the view and the presenter.
*/
public interface GalleryContract {
interface View {
void showData(TMResponse tmResponse);
void showError(Throwable e);
... | [
"pallaw.pathak@gpshopper.com"
] | pallaw.pathak@gpshopper.com |
4eb43295617a29b1ef95a2b2d41d7b7022f172b6 | 2b75ee740b60d21f0941ef2a2ac8789667ae0e09 | /src/com/main/balance/expense/NewExpenseController.java | 69d4ef321f45d9011b54bdf1808b8a0a9d65d4fb | [] | no_license | IlahaS/Balance_Manager | 3df60e12e72770b487b6a4ace69894fa0b4e71d2 | 638d265c84d8f49d7e385669ba2a70dd287c4eaa | refs/heads/master | 2023-07-04T03:00:16.531313 | 2021-08-07T13:23:14 | 2021-08-07T13:23:14 | 393,692,289 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,160 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.main.balance.expense;
import com.main.balance.db.DB;
import com.main.balance.main.MainController;
import com.main... | [
"ilahesamedova@mail.ru"
] | ilahesamedova@mail.ru |
48ffe0424ae13083364403a42c1518ad58f56ee6 | 73a3df1fe13f90ec21706190577d0ccec91d0220 | /app/src/main/java/com/sbkj/shunbaowallet/mvp_lvxingxing/framework/mvp/BaseMvpActivity.java | a35646dec7fe80a026f6effffce0b203eb2e4211 | [
"Apache-2.0"
] | permissive | yanglilizhang/Mvp-lvxingxing | 3ea8474c528373f5b06dd3ee4c97d7c853d10452 | f5b8b12e73ba0f1b23c4dc59ff64cc4f1c91d43c | refs/heads/master | 2020-04-05T21:07:50.637766 | 2018-02-13T05:19:49 | 2018-02-13T05:19:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,963 | java | package com.sbkj.shunbaowallet.mvp_lvxingxing.framework.mvp;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.CallSuper;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import com.orhanobut.logger.AndroidLogAdapter;
import com.orha... | [
"johndoe@example.com"
] | johndoe@example.com |
85e34d05e335b06177401a553aceae8489854634 | 59715e3a2885c95751147e46a38f65c5ae027df4 | /web/src/main/scala/com/razie/pubstage/comms/HtmlContents.java | e9a51964b61999bef4db558e103dfdabb3bbfacf | [
"CC-BY-3.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | razie/razbase | b2e878d92c717406d002e8bf0a4275d80e83aa23 | 1e5e54ef36be0c1da04ab59db4f910f17aedebb8 | refs/heads/master | 2021-01-18T21:52:55.040695 | 2017-05-19T15:09:47 | 2017-05-19T15:09:47 | 544,899 | 2 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,726 | java | /**
* Razvan's public code.
* Copyright 2008 based on Apache license (share alike) see LICENSE.txt for details.
*/
package com.razie.pubstage.comms;
import java.net.URL;
/**
* will filter out html header/footers, if present, and get you the contens only.
*
* @author razvanc99
*/
public class H... | [
"razvanc@razubuntu.(none)"
] | razvanc@razubuntu.(none) |
833899f28b669893893dead2edc411b6b038c1ab | 3bdf5c1ab19619fbcbb0d7644409aacfedac1916 | /src/Listener/BlockListener.java | 5e559a581cfc074ed50e33793eccf7d33be6f4a4 | [] | no_license | regorand/ereborPlugin | a5bf7cb70f66e8641462e656d1e9faf5470e0af2 | 4210053507212f8026331372137105d8c5c0b3c8 | refs/heads/master | 2020-12-26T03:55:25.834961 | 2016-10-12T12:15:11 | 2016-10-12T12:15:11 | 68,613,723 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 292 | java | package Listener;
import org.bukkit.Bukkit;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.block.BlockBreakEvent;
import org.bukkit.event.block.BlockPlaceEvent;
import resources.Utilities;
public class BlockListener implements Listener {
}
| [
"janluca.gutsch@otto.de"
] | janluca.gutsch@otto.de |
0df0f3997ddc92ab5525795a95e2097d453f2eb6 | 5d1b0ee6356619fa819258f5a8c0e4800e24fe6c | /library-common/src/main/java/com/example/library_common/router/RouterFragmentPath.java | 712a00251fcc7c80697aa09136d26920e760ca39 | [] | no_license | DowneySU/AI_MVVM | 4a3de1fb6747c3554c123f0a9f33ab9cfac04ac1 | ce72bcde9f90000dd7f1765f276fab7a876f933f | refs/heads/master | 2022-12-12T18:30:24.866418 | 2020-09-06T10:50:26 | 2020-09-06T10:50:26 | 293,255,384 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,153 | java | package com.example.library_common.router;
/**
* 应用模块: 组件化路由
* <p>
* 类描述: 用于组件化开发中,ARouter Fragment路径统一注册, 注册的路径请写好注释、标注业务功能
* <p>
*
* Created by Downey on 2020/8/27
* Describe:
*/
public class RouterFragmentPath {
/** 首页组件 */
public static class Home
{
private static final String HOME = "/... | [
"834663240@qq.com"
] | 834663240@qq.com |
33ddc31b5fe9d2ab2d35a134922a1167649b047c | a1a250b8d7b5bd3ddd1125434b7b9726bbcd3f99 | /src/modele/metamodele/AssoSimple.java | 1dec860ef82df1fd2e2966545e2332911544b2ff | [] | no_license | Benoit29200/GenerationCode | c3bb2368ce9e3c4a4d881f71325a8074b692a44e | bcd61a38bc254656b896288826e1d9f84c0343b6 | refs/heads/master | 2020-04-06T15:02:56.391554 | 2019-03-05T20:49:30 | 2019-03-05T20:49:30 | 157,564,075 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,170 | java | package modele.metamodele;
import generateur.java.GenerateurMetaJava;
public class AssoSimple extends Association {
private String value;
public AssoSimple(String nom, String type, String value, Entite parent) {
this.nom = nom;
this.type = type;
this.value = value;
this.pare... | [
"contact@autretbenoit.fr"
] | contact@autretbenoit.fr |
049501946b7a12cc04d2100fe1ed724c012a4909 | b91c3cae00cd14c5bed4325208cba07a4393d930 | /java/multithreadingDemo/src/main/java/com/revature/pc/semaphores/Consumer.java | 01f02eeb66ab2b6530443ca1fa4c9f13fec6f1a9 | [
"MIT"
] | permissive | 210119-java-enterprise/demos | 79c4161a1a51b069d6bc197b859e73928e7bf07a | 6ddc72ce74f466df2b910ed88c967175d135c148 | refs/heads/main | 2023-03-26T17:59:30.855358 | 2021-03-24T19:06:57 | 2021-03-24T19:06:57 | 328,815,375 | 2 | 0 | MIT | 2021-03-19T21:00:51 | 2021-01-11T23:13:51 | Java | UTF-8 | Java | false | false | 1,068 | java | package com.revature.pc.semaphores;
import java.util.concurrent.Semaphore;
public class Consumer {
private CustomBuffer buf;
private final Semaphore sem;
public Consumer(CustomBuffer buf, Semaphore sem) {
this.buf = buf;
this.sem = sem;
}
public void consume() {
try {
... | [
"nate.eli.gamble@gmail.com"
] | nate.eli.gamble@gmail.com |
9931bc822e8f866fe1ebe7b06faded520e22a3eb | e4730297d0762f6246a606ce7e0831ba3c26b398 | /BigDinosaur-Core/src/com/base/bigdinosaur/batch/BusinessDataLoad.java | 739e92d0bfef3d169f0c91f66b4934a7df4cc659 | [] | no_license | Bijaye/BigDinosaur | a280c86a877861eb3cc5d2534e70aef63bca2d3f | a86e9dc7a0d9415eadf8bf1875ca3146241ae17f | refs/heads/master | 2021-01-12T08:17:24.340060 | 2015-10-12T06:54:34 | 2015-10-12T06:54:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 278 | java | package com.base.bigdinosaur.batch;
import com.thoughtworks.xstream.annotations.XStreamAlias;
@XStreamAlias("BusinessDataLoad")
public class BusinessDataLoad implements BusinessData{
private Object data;
@Override
public Object Load() {
return null;
}
}
| [
"abishkar@abishkar-PC"
] | abishkar@abishkar-PC |
608f0810dcc7218df29fe77d44697d075cd2ab25 | ac4453dc85c42b397999bb33497ccdace15c04c1 | /library/src/main/java/com/android/library/core/retrofit/result/ResultObserver.java | 093026485bf475e9aefb5f4de0ef9ec2f34464d0 | [] | no_license | yuanyukun/Rely | bc0e849e43e5d4994100a2c747e1c41e35b21427 | a6c9870521b98b0bcf7c7e99ca79940fce25d30c | refs/heads/master | 2021-05-07T04:51:39.431150 | 2017-09-05T07:55:13 | 2017-09-05T07:55:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,909 | java | package com.android.library.core.retrofit.result;
import com.android.library.Constants;
import com.android.library.core.eventbus.MsgEvent;
import org.greenrobot.eventbus.EventBus;
import java.net.ConnectException;
import java.net.SocketTimeoutException;
import java.net.UnknownHostException;
import io.reactivex.Obse... | [
"timor.du@hotmail.com"
] | timor.du@hotmail.com |
d149584ba146db33a42e93abf1bc33aa48c3034e | 3bdbb3b76d85b2d336478cbb00d6a05e86517f72 | /cruxstudy/src/main/java/net/newstring/crux/study/spider/TBProductList.java | 2355bc43acf8ccb5a250c7a218a4debc51263f20 | [
"Apache-2.0"
] | permissive | aaron218/Crux | 6df2ab9c930a96a94c9f48d5252bd09b5454ccc9 | 3991a7a2b4f719ce2750c5319562017b40370edd | refs/heads/master | 2022-09-16T12:04:15.370821 | 2019-05-24T09:16:17 | 2019-05-24T09:16:17 | 44,307,916 | 1 | 1 | Apache-2.0 | 2022-09-01T23:07:17 | 2015-10-15T09:36:40 | Java | UTF-8 | Java | false | false | 3,317 | java | package net.newstring.crux.study.spider;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
import org.jsoup.select.Elements;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
/**
* TBProductList
*
* @author lic
* @date 2018/3/6
*/
public class T... | [
"cheng.lc@dtwave-inc.com"
] | cheng.lc@dtwave-inc.com |
aee47468bb0c5a1ba9cd4fae704fb6f1ace0fddb | 4ac8502ce08de429b08a7432c6f0fda7db352e60 | /android/cleanspace/src/com/clean/space/apshare/ShareEntryActivity.java | 006f20fcc2c2f881058c3f75333e1954eaba0823 | [] | no_license | sxj84877171/clearspace | d4498fb1eee6e95a5f30c8a27c2d4e2fc0340460 | 01ac9ff1b8278ad40720c186dbea83a34c131a4e | refs/heads/master | 2021-01-10T03:12:58.488213 | 2016-01-29T08:04:43 | 2016-01-29T08:04:43 | 50,648,043 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 156 | java | package com.clean.space.apshare;
import cn.sharesdk.alipay.share.AlipayHandlerActivity;
public class ShareEntryActivity extends AlipayHandlerActivity{
}
| [
"sunxiangjin1261@163.com"
] | sunxiangjin1261@163.com |
6efbf70397fc73826d538b586b95cfe885c78ede | d659f8e18704b81f6b576dee9c93f5000942e2ac | /main/java/com/cbmwebdevelopment/output/ItemList.java | b08e202bd97800b0c29ec46cfffbf2a205dd59bd | [] | no_license | cmeehan1991/Auctioneer-Desktop | ea3e0605d83d6ce02a11950c9856eeb4675a7fb1 | 53b3b961be3af034af0b919df8ecdc5da352d171 | refs/heads/master | 2020-03-27T11:44:02.084043 | 2018-08-28T20:44:05 | 2018-08-28T20:44:05 | 146,504,766 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,548 | java | package com.cbmwebdevelopment.output;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.text.ParseException;
import java.util.ArrayList;
import java.util.Properties;
import javax.activation.DataHand... | [
"cmeehan@elon.edu"
] | cmeehan@elon.edu |
db217989b39875e3461091b5361f43341d58755a | 595ebd471cf0be82242c453905223c8349ad24b0 | /app/src/main/java/com/example/adekurniawan/androideatit/ViewHolder/FoodViewHolder.java | 1f97388d00963d91ca2a19802e92adde342d1b23 | [] | no_license | adekrnwn/Android-Eat-It | 273cfbd1ae2145860e1c68e9f3954abdf4022205 | ce0384376c158703a88ca5e592bb16c3a2a97847 | refs/heads/master | 2020-03-18T11:24:32.286216 | 2018-05-25T18:00:13 | 2018-05-25T18:00:13 | 134,669,367 | 0 | 1 | null | 2018-05-25T18:00:14 | 2018-05-24T06:12:09 | Java | UTF-8 | Java | false | false | 1,026 | java | package com.example.adekurniawan.androideatit.ViewHolder;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import com.example.adekurniawan.androideatit.Interface.ItemClickListener;
import com.example.adekurniawan.androideatit.R;
... | [
"adekurniawan@student.upi.edu"
] | adekurniawan@student.upi.edu |
2f996b6df35bab730d9cb59a315979c24570861f | f69c6a8c4f7ecb69d16230e38a0c7bb827676284 | /jiview-boot/jiview-boot-moduler-system/src/main/java/com/smaller/jiview/moduler/system/service/impl/LoginServiceImpl.java | b7b8d0682bbe81b7653e7220a687569059d4f660 | [] | no_license | peach99999/jiview_platform | 46835089787e8ab44d58a031279967080ea68951 | 650e5637052d24a3c10aa56caaf5036c02d4a0ee | refs/heads/master | 2022-07-01T15:30:19.902585 | 2019-06-25T01:24:46 | 2019-06-25T01:24:46 | 184,008,531 | 1 | 0 | null | 2022-06-29T17:27:59 | 2019-04-29T05:57:03 | HTML | UTF-8 | Java | false | false | 3,388 | java | package com.smaller.jiview.moduler.system.service.impl;
import com.smaller.jiview.moduler.system.manager.SysUserManager;
import com.smaller.jiview.moduler.system.platform.system.mapper.SysUserMapper;
import com.smaller.jiview.moduler.system.platform.system.model.SysUser;
import com.smaller.jiview.moduler.system.pojo.p... | [
"xiaguifu@mksoftapp.com"
] | xiaguifu@mksoftapp.com |
0e6626d3bb6c673307e6922118cddbb8ac4d7ae7 | df58b5961c80264828580c3c5b6aa56d5c70a907 | /src/main/java/com/jspxcms/core/domain/VideoTwoComment.java | 3f5173273e04b71ab39118e507510fc247d04f2f | [] | no_license | yanziyang2016/jspxcms_6.5.2_ep | 32272599213cfb0a46b72427599929f929c4e6bf | 3a883127bb194e70bdf42701ca13288b32250526 | refs/heads/master | 2021-07-21T14:01:44.904061 | 2017-10-31T06:25:03 | 2017-10-31T06:25:03 | 107,365,230 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 696 | java | package com.jspxcms.core.domain;
import javax.persistence.DiscriminatorValue;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.Transient;
import com.jspxcms.common.web.Anchor;
/**
* Info... | [
"yanziyang@163.com"
] | yanziyang@163.com |
d092660813d81e6eaa221e8d834aa6aa7466f2be | 3ac676dc6b9cdf295f1b2ea41dba684ef5a30add | /kit-transactionserver-services/src/org/dajo/chronometer/Chronometer7.java | 5b546c6ade148666a08a8e6e8bd3a5b8d39f3265 | [] | no_license | joseflavio/kit-transactionserver | 0aeed01de5f2dcf72dbbd4cb97c4e5d3437260a3 | 1f84f76e1365f1c47fbcaed7270500e1d4daf4c4 | refs/heads/master | 2021-05-16T02:17:57.200701 | 2012-10-03T20:14:32 | 2012-10-03T20:14:32 | 3,230,115 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 815 | java | package org.dajo.chronometer;
public class Chronometer7 extends Chronometer {
public Chronometer7(final String taskName) {
super(taskName);
}
public Chronometer7(final Object taskClass, final String subTaskName) {
super(taskClass, subTaskName);
}
public ChronometerResource getAs... | [
"joseflavio at gmail dot com"
] | joseflavio at gmail dot com |
68c035169153e3aa4c6ec351b40478c67cb9f242 | dd321aa3659f1f60077b0e252689b7cb0d8e6255 | /src/mvc/model/Tarefa.java | 7c2c13fcdc929b7026f95f759163d996dd0932f6 | [] | no_license | jpgianfaldoni/PrimeiroSpringMVC | 975031f6e2b4b6f41af6490486eeec42592f6fb7 | 62ac24e44cf0062c716b6a5380beabb93ea2227d | refs/heads/master | 2022-12-20T04:18:53.121561 | 2020-10-01T12:11:29 | 2020-10-01T12:11:29 | 300,258,895 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 322 | java | package mvc.model;
import java.util.Calendar;
public class Tarefa {
private Long id;
private String descricao;
public Long getId() {return id;}
public void setId(Long id) {this.id = id;}
public String getDescricao() {return descricao;}
public void setDescricao(String descricao) {this.descricao = descricao;}
}... | [
"jpgianfaldoni@gmail.com"
] | jpgianfaldoni@gmail.com |
53747c2a8e02dc0ccf8ef1306da236353137743b | 6c7cada82c93ee492dfa1aae164a14a29453164e | /hedera-mirror-web3/src/main/java/com/hedera/services/store/models/TokenModificationResult.java | d573a17594a670f6021514b4d646dedbfe72e455 | [
"Apache-2.0"
] | permissive | hashgraph/hedera-mirror-node | 4a3db9f2deec7d6a51f4920393363a3924663f37 | c7ef5dee6cf68287ec87cf8fc4abf18c3b2cfc47 | refs/heads/main | 2023-08-16T14:26:58.289242 | 2023-08-15T21:20:34 | 2023-08-15T21:20:34 | 197,364,349 | 128 | 125 | Apache-2.0 | 2023-09-14T19:35:22 | 2019-07-17T10:04:38 | Java | UTF-8 | Java | false | false | 949 | java | /*
* Copyright (C) 2023 Hedera Hashgraph, LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable la... | [
"noreply@github.com"
] | hashgraph.noreply@github.com |
10a7a3afb5771eae72eabe5987b118ebcf2bd0b9 | c992a95469ccefdbb21f37f35c106f4f0b9c23ff | /config/src/main/java/org/hyperledger/besu/config/GoQuorumOptions.java | 5e80649b157971e4867ef70378a4e70144845965 | [
"Apache-2.0",
"LicenseRef-scancode-free-unknown"
] | permissive | matkt/besu | 2db4f474ad726d8492fbd21de1ce59815edd74aa | cba7b86eca755619c1cfad37a32f376d1c1d2290 | refs/heads/develop | 2023-08-31T23:13:26.891388 | 2022-04-14T15:20:25 | 2022-04-14T15:20:25 | 219,831,062 | 1 | 0 | Apache-2.0 | 2022-03-15T09:36:21 | 2019-11-05T19:12:52 | Java | UTF-8 | Java | false | false | 1,940 | java | /*
* Copyright ConsenSys AG.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing... | [
"noreply@github.com"
] | matkt.noreply@github.com |
406580cd2aaf0e0eb28d4dfe62944fffbcc424dd | 2154c19792ff1d89edc1d63f494d9c26655329cf | /FormValidator/src/main/java/com/primarie/service/validators/individualPerson/IndividualPersonCitizenshipValidator.java | 636a199013eda59991ac372569b169d5d86374a4 | [] | no_license | robertradu/Form-Application | 347b778e580931c638df660b7df453b9dfa94b6f | b166671892c97257b670a87e10a39c9844270335 | refs/heads/master | 2020-04-05T12:00:06.433750 | 2018-12-10T14:04:56 | 2018-12-10T14:04:56 | 156,854,179 | 0 | 0 | null | 2018-12-10T14:04:57 | 2018-11-09T11:39:01 | Java | UTF-8 | Java | false | false | 516 | java | package com.primarie.service.validators.individualPerson;
import com.primarie.service.FormValidationException;
public class IndividualPersonCitizenshipValidator {
private String citizenship;
public IndividualPersonCitizenshipValidator(String citizenship) {
this.citizenship = citizenship;
}
... | [
"robert.radu@altimate.ro"
] | robert.radu@altimate.ro |
2f8c97f13c1ccf6e629c55b7a9f8d5bfb5662983 | 45e5b8e4d43925525e60fe3bc93dc43a04962c4a | /nodding/libs/GlassVoice/com/google/common/util/concurrent/AbstractExecutionThreadService.java | 73e2881290f240000403b3de501d68b93d39d9ff | [
"BSD-3-Clause"
] | permissive | ramonwirsch/glass_snippets | 1818ba22b4c11cdb8a91714e00921028751dd405 | 2495edec63efc051e3a10bf5ed8089811200e9ad | refs/heads/master | 2020-04-08T09:37:22.980415 | 2014-06-24T12:07:53 | 2014-06-24T12:07:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,955 | java | package com.google.common.util.concurrent;
import com.google.common.annotations.Beta;
import java.util.concurrent.Executor;
import java.util.logging.Logger;
@Beta
public abstract class AbstractExecutionThreadService
implements Service
{
private static final Logger logger = Logger.getLogger(AbstractExecutionThread... | [
"scholl@ess.tu-darmstadt.de"
] | scholl@ess.tu-darmstadt.de |
84af69f264ac0cfefba786fb78b83d1ff579b08d | 3f88f5f0eebd606d9d9d21cc23b3279be2495434 | /app/src/main/java/ir/sircoder/sirchat/service/Singleton.java | e649a512728b507cc3f7805de97975d2fd5775a8 | [] | no_license | sr-hosseyni/Chat-Android | 373edc8a3897b47f4bfd8ba43640fe94f7a0fd4c | d848475392ab173ae1a667f52ada410ceb1b6080 | refs/heads/master | 2020-07-06T11:27:10.776634 | 2019-08-18T12:50:38 | 2019-08-18T12:50:38 | 203,002,290 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,269 | java | package ir.sircoder.sirchat.service;
public class Singleton {
private static final Singleton ourInstance = new Singleton();
private ServerInformation serverInformation;
public static Singleton getInstance() {
return ourInstance;
}
private Singleton() {
}
public void setServerInfo... | [
"rassoul.hosseini@gmail.com"
] | rassoul.hosseini@gmail.com |
e7937fca844a93211c0891a1ac0cbd65da48ddbe | b9bfed9539ccfcbccb5158ffafbcc560268427f3 | /ch7/7.1.1/src/main/java/springbook/user/dao/UserDaoJdbc.java | 3d0f30397519a852d69675789c262bb7b047ce66 | [] | no_license | sh92/SpringStudy-Tobi | f42694f8f2b48494d1d857a31a1066e7755d2350 | 016a4c4c84b6dcc41346fd8c91a75ff28eec93ba | refs/heads/master | 2020-03-21T11:46:35.690938 | 2018-07-16T14:12:34 | 2018-07-16T14:12:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,022 | java | package springbook.user.dao;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.List;
import java.util.Map;
import javax.sql.DataSource;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.jdbc.core.RowMapper;
import springbook.user.domain.Level;
import springbook.us... | [
"sanghee.lee1992@gmail.com"
] | sanghee.lee1992@gmail.com |
51da80cae71efae63587b983da57e61455f1bcac | c0e9d4fc97ec1220345f5a0eefb77f01327a57b2 | /testapp/src/main/java/com/ben/testapp/web/rest/errors/LoginAlreadyUsedException.java | 6165cdbe326d979d0e7594f93020723a132ec1d7 | [] | no_license | be369/Micro-Project | ce2420b98f85ffb8b3d4c36f8100bed4383c34b4 | fd75bd4e26145e029127052b86c7e0ef2e1d5e04 | refs/heads/master | 2020-04-17T02:46:09.086017 | 2019-01-23T01:48:35 | 2019-01-23T01:48:35 | 166,141,591 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 335 | java | package com.ben.testapp.web.rest.errors;
public class LoginAlreadyUsedException extends BadRequestAlertException {
private static final long serialVersionUID = 1L;
public LoginAlreadyUsedException() {
super(ErrorConstants.LOGIN_ALREADY_USED_TYPE, "Login name already used!", "userManagement", "userexi... | [
"bramaers@gmail.com"
] | bramaers@gmail.com |
93236377e81bc7c253333600e356a3d467e78bfd | d31e09bee181e23a1fa74d34c508a0c2c44c231d | /src/SingleNumberII.java | 3c9be87f0ecd9bfd3709afaf45b19b8e56c4acdc | [] | no_license | lmycd/LeetcodeJava | 2cf10eab545e86069c4b922d2dd635c60b1e026a | 332542db9abe00c2a963099ea084f3a9cbb39642 | refs/heads/master | 2020-12-02T18:11:04.495710 | 2017-07-12T00:40:33 | 2017-07-12T00:40:33 | 96,490,028 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 495 | java | /**
* Created by liunian on 2017/5/3.
*/
public class SingleNumberII {
public int singleNumber(int[] nums) {
int[] base = new int[32];
int res=0;
for (int i=0;i<32;i++){
for (int j=0;j<nums.length;j++){
base[i] += (nums[j]>>i)&1;// 右移i位代表此时到了第几位,位从0开始,然后判断是否为1... | [
"liunian@liuniandeMacBook-Pro.local"
] | liunian@liuniandeMacBook-Pro.local |
2a33f1571184686c89521a3c1ad0efacf93785b3 | 7abb4fe3a0c4620bcb8730b9e77f6fc408103a2b | /src/com/example/lidyaaprillasiregar_163303030271/SendMessage.java | c0c93622e912a2472d0d90b19c55f60745e058fb | [] | no_license | lidyaaprillasiregar/TUGAS02 | 8cbd1dcbc9ecbc2d72b512ed8f4a3fc42adba3dd | beb86150258be1120dc44882028a02cf78501b01 | refs/heads/master | 2020-09-21T01:34:44.109338 | 2019-11-28T00:16:49 | 2019-11-28T00:16:49 | 224,641,945 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,076 | java | package com.example.lidyaaprillasiregar_163303030271;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import android.app.Activity;
import android.app.ProgressDialog;
import android.content.Intent;
import... | [
"lidyaaprilliasiregar@gmail.com"
] | lidyaaprilliasiregar@gmail.com |
008fc366462ff4a41d33994d3bb11e39856272ed | 1ab537779189e0823d3d77d7eb58109581148917 | /src/service/SettingsController.java | 898273451d8f19010ba5347fb66115a6a46fee7d | [
"Apache-2.0"
] | permissive | januszewskijanuszek/GameTheGame | cf0a2bc426af69043ad4e7b374a57374ee44c1a3 | 72abf6015c97407ec98486f39c3d1bbb686946b4 | refs/heads/main | 2023-05-27T10:02:17.545982 | 2021-06-13T04:39:46 | 2021-06-13T04:39:46 | 373,333,513 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,758 | java | package service;
import enums.Usable;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.fxml.FXMLLoader;
import javafx.fxml.Initializable;
import javafx.scene.Node;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.scene.control.CheckBox;
import javafx.scene.control.Label;
impo... | [
"januszewskijanuszek@gmail.com"
] | januszewskijanuszek@gmail.com |
891739516d31b1f6b28d9d6fd40a4afd50c1876e | 52856d4c14cb08978dcc33fe7829959a1be7bc60 | /clients/fci/org.panlab.software.office.model/src/main/java/FederationOffice/users/impl/UsersFactoryImpl.java | d00335edc16b636f4b64c29ec0280f8a60733ccf | [] | no_license | tubav/teagle_java | 924dee0f23973feaca04fdf01338ba6e46ab96db | 60aa39c807d53a63195791571af60a20255966a3 | refs/heads/master | 2021-01-20T02:16:41.468640 | 2013-03-19T09:53:47 | 2013-03-19T09:53:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,010 | java | /**
* <copyright>
* </copyright>
*
* $Id$
*/
package FederationOffice.users.impl;
import FederationOffice.users.*;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.EPackage;
import org.eclipse.emf.ecore.impl.EFactoryImpl;
import org.eclipse.emf.e... | [
"alexander.willner@tu-berlin.de"
] | alexander.willner@tu-berlin.de |
078ccacb314e78b578da42f845747b39d4e48a2a | 68581b16871c465f5bcbd6a1bfef84835c2349e5 | /src/main/java/com/cosun/dao/impl/ShopDaoImpl.java | 9488d62a3299483d4bfe5e82aeb0d3762d101608 | [] | no_license | seanorth/lottery | 92b7dde1674d23b281e8e20c9d4ca6b7595d3775 | e7d25929005f712a67c9d46852621e494efbeab5 | refs/heads/master | 2021-01-19T08:17:07.603758 | 2017-05-14T01:32:04 | 2017-05-14T01:32:04 | 87,616,117 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 241 | java | package com.cosun.dao.impl;
import org.springframework.stereotype.Repository;
import com.cosun.dao.ShopDao;
import com.cosun.entities.Shop;
@Repository
public class ShopDaoImpl extends GenericDAOImpl<Shop, Integer> implements ShopDao {
}
| [
"1058806659@qq.com"
] | 1058806659@qq.com |
7137ecf02d238d70478e4bb0f947766300297192 | 330b1260836a03ac12499b7af509c6d74b4f376a | /src/ArrayStorage.java | 8fa9f1100adefed7deb0616526ef4c2437a2907a | [] | no_license | gagarina6794/basejava-check | 1910a90afa9472a85d2c2c1febae4b2f54a4987d | 468cf50de6f824554ebcbfd0300f25508ce706d1 | refs/heads/master | 2020-06-10T21:56:52.160935 | 2019-06-25T19:22:42 | 2019-06-25T19:22:42 | 193,763,543 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,811 | java | //import java.lang.reflect.Array;
import java.util.Arrays;
/**
* Array based storage for Resumes
*/
public class ArrayStorage {
private Resume[] storage = new Resume[10000];
private int elements = 0;
/**
* Обнуление массива
*/
void clear() {
//Arrays.fill(storage,null);
Ar... | [
"hryzantema6794"
] | hryzantema6794 |
f9f79e24c2e69794568426a0b236fdefeca637f9 | e19d1943f635004e0ac7639c4cda216faa71a3bd | /src/main/java/com/fuzzoland/BungeePortals/Tasks/SaveTask.java | e7c16819195f1fce993483113ef7296d66f58f56 | [] | no_license | vemacs/BungeePortals | f48c2310f1203e1aaa08c48e7c99790de2ade68f | c35778b5bf280fe4bbbfc9afae99488e5d1e478f | refs/heads/master | 2021-01-22T16:25:47.858938 | 2013-11-29T00:42:08 | 2013-11-29T00:42:08 | 14,789,713 | 0 | 2 | null | 2016-03-01T03:42:14 | 2013-11-29T00:36:05 | Java | UTF-8 | Java | false | false | 447 | java | package com.fuzzoland.BungeePortals.Tasks;
import com.fuzzoland.BungeePortals.BungeePortals;
import org.bukkit.scheduler.BukkitRunnable;
public class SaveTask extends BukkitRunnable {
private BungeePortals plugin;
public SaveTask(BungeePortals plugin) {
this.plugin = plugin;
}
public void r... | [
"gentoo@outlook.com"
] | gentoo@outlook.com |
9c3f386c34a774f88c814411c683233eefffd550 | 3ccc7862dc48a454f1b6130796442b68de24f9b7 | /Main/main/Main.java | db963e98069a7197dbbc8193c4f84ed39e0fcc5d | [] | no_license | MJUCodeBox/Nibble-Computer | 0ec4ef6bf69b9dbdfd22f26aa5b22ce69daf3d28 | 3ce10012775a60c94727769fc102d03fb8e2e7e9 | refs/heads/master | 2020-11-25T05:10:12.759467 | 2019-12-17T02:22:29 | 2019-12-17T02:22:29 | 228,513,818 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 265 | java | package main;
import view.MainFrame;
public class Main {
public static void main(String[] args) {
System.out.println("Penguin");
MainFrame mazFrame = new MainFrame(false); // MainFrame (boolean debug);
mazFrame.init();
mazFrame.start();
}
}
| [
"sh199919@naver.com"
] | sh199919@naver.com |
6d608b4883916563728bb3df38a583b062cff846 | c43a81ae562c2f58096e8a6016d4e5e7b5f90e29 | /src/main/java/org/javamoney/moneta/format/DefaultMonetaryAmountFormatSymbols.java | 5f67e9d08dfa172f318985b9b93735ebf7872825 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | jmcabandara/jsr354-ri | ef2f7569d9f99e93acc89a931bbdd7bca6658ca8 | 5e931fdafc34a8fdbaf1a6848ff42c41eff1e716 | refs/heads/master | 2021-01-11T02:23:33.358509 | 2016-10-07T20:05:14 | 2016-10-07T20:05:14 | 70,969,885 | 1 | 0 | null | 2016-10-15T06:04:23 | 2016-10-15T06:04:23 | null | UTF-8 | Java | false | false | 4,191 | java | /**
* Copyright (c) 2012, 2015, Credit Suisse (Anatole Tresch), Werner Keil and others by the @author tag.
*
* 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/lic... | [
"anatole@apache.org"
] | anatole@apache.org |
a04655bdb81a0449eb20a2924e4a0a842b810d4d | 894cf16eb283930425664410eecd048d8be62e61 | /src/cursojava/exercicios_4/Exercicio_13.java | 96cbe8e8f142da28b134d19e9e3110c12172956a | [] | no_license | brunocleanercodebrasil/curso-java-basico | 5d1af9c851c79708521b2276514c986061f96429 | 27bbb934c57ec51bc9305205913576c493c25b3a | refs/heads/master | 2021-01-10T12:55:27.443657 | 2016-04-27T02:30:49 | 2016-04-27T02:30:49 | 53,377,333 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 633 | java | package cursojava.exercicios_4;
import java.util.Scanner;
public class Exercicio_13 {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
int[] numeros = new int[10];
int soma = 0;
for (int i=0; i<numeros.length; i++){
System.out.println("Digite o " + (i+1) + "º númer... | [
"silvadias181@gmail.com"
] | silvadias181@gmail.com |
a1e29eca5b545115d442802a7168c7c36ef34134 | 6573f97fbe6461f2481091d3a321e69cfaba9fd7 | /tourShare-Product-Service/src/test/java/com/xmyy/product/service/impl/PtSeriesServiceImplTest.java | db4df0b47d055e12ddafb1723be6306716576d95 | [] | no_license | LeeJeam/tourShare | 1ce65e9602decf04e52d0bd89fe2ac754bcdce56 | 2c8380d3e4284ef35837ff44beecfb547007cb0d | refs/heads/master | 2022-12-16T15:28:23.904487 | 2019-07-07T03:55:42 | 2019-07-07T03:55:42 | 195,601,846 | 1 | 1 | null | 2022-12-15T23:42:14 | 2019-07-07T02:33:28 | Java | UTF-8 | Java | false | false | 3,026 | java | package com.xmyy.product.service.impl;
import com.xmyy.common.junit.BaseJUnitTest;
import com.xmyy.product.dto.AttrValueDto;
import com.xmyy.product.dto.SeriesAttrDto;
import com.xmyy.product.dto.SeriesColorDto;
import com.xmyy.product.dto.SeriesPriceDto;
import com.xmyy.product.service.PtSeriesService;
import com.xmy... | [
"goodbye_li@163.com"
] | goodbye_li@163.com |
ab1bbbef316069ecbdb9985836f99d71883974e1 | a40158fb68b46ba47951cd59d4d92bfc108ead3c | /app/src/main/java/com/example/ibra/sharedpreferences/Activityb.java | 566e145167ca05b2b56064aa2b8bd4c7713d40c6 | [] | no_license | ibrahim3zema/SharedPreferences | b6efd936b082d940bc0e4484c41d871200728715 | 75cf727a473a07b0d536a496fc68004c412b9b1d | refs/heads/master | 2021-01-10T10:15:42.260273 | 2016-03-15T14:30:20 | 2016-03-15T14:30:20 | 53,950,934 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,401 | java | package com.example.ibra.sharedpreferences;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
import android.widget.Toast;
public ... | [
"i_azema@outlook.com"
] | i_azema@outlook.com |
a58febcaf5f7969b8a40a4a5f34140b2c5b6538a | bc09075c01175abb95f2e3bb34c75eff35839dc5 | /mobile/src/main/java/com/styx/steer/Client/DrawPathSvg/SvgHelper.java | 69735195b87a31ac82de692fe1c10ddf701a870c | [] | no_license | risalkn/Steer | 43881e3e168b338c9351dea192c2cda7ca04fbd4 | 1f63f1452f30d98d81d26139aa6dfb96d04c4893 | refs/heads/master | 2021-06-01T18:12:38.420680 | 2016-08-12T03:22:29 | 2016-08-12T03:22:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,082 | java | package com.styx.steer.Client.DrawPathSvg;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Matrix;
import android.graphics.Paint;
import android.graphics.Path;
import android.graphics.PathMeasure;
import android.graphics.Rect;
import android.graphics.RectF;
import android.graphi... | [
"amalgta@gmail.com"
] | amalgta@gmail.com |
31a2bcb7a71db988daab7df18e6721a62da24f19 | 84ad8058dfc22d003b56ac0448385d928faca87f | /testodd1.java | f63188978e3ea2694ddcc175cf368a8485d40c1b | [] | no_license | Sanjaykumar74/JavaCodes | f1dec353038c5d29a649e1084678c0277ff31008 | 4630bece58320eafd3d8e693c34cc2024eea85a9 | refs/heads/main | 2023-09-04T05:51:22.368715 | 2021-09-26T14:47:27 | 2021-09-26T14:47:27 | 410,558,966 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 558 | java | import java.util.Scanner;
public class Testodd1 {
public static void main(String args[]) {
int num, i;
Scanner sc = new Scanner(System.in);
for (i = 1; i <= 10; i++)
{
System.out.println("Enter the number:");
num = sc.nextInt();
... | [
"noreply@github.com"
] | Sanjaykumar74.noreply@github.com |
7e34182c97c81d7ef39b4801f7ae732873f95a34 | fbe16ae31be7ba322903adaa3f37a061510d6efe | /jsweb-octubre-8/app-service/src/main/java/ar/com/educacionit/abm/NuevoProductoMain.java | a7bbb598c936999411a567ec7b75ca4286587199 | [] | no_license | Hernan1008/Octubre | cba47424669ffe314f381ae81c2f7199c881edb3 | 86ca4ccc7452ce3aeacafba2d6e0570edb7ec00b | refs/heads/master | 2023-03-05T00:30:16.001758 | 2021-02-12T00:25:49 | 2021-02-12T00:25:49 | 338,188,502 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 805 | java | package ar.com.educacionit.abm;
import ar.com.educacionit.domain.Producto;
import ar.com.educacionit.service.ProductoService;
import ar.com.educacionit.service.exceptions.ServiceException;
public class NuevoProductoMain {
public static void main(String[] args) {
String codigo = "001";
String titulo = "Termo"... | [
"naniperrone@gmail.com"
] | naniperrone@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.