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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d23b2bffc06e25332e85edbf4b6df4da5e0d4dae | ce66a3061461c5f9226537ec9cd5a7c0817a5219 | /src/main/java/chain_of_responsibility/example/second/middleware/RoleCheckMiddleware.java | 2975b528963503d150b3766e10b8befefe1ed8c6 | [] | no_license | mattrandom/DesignPatterns | c970acc12113a07283f58494fd55c00f28ad34c6 | b59e61c8f152522f1168fe63452d196b647259da | refs/heads/master | 2022-12-22T09:47:06.609188 | 2020-09-28T18:00:54 | 2020-09-28T18:00:54 | 291,809,274 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 553 | java | package chain_of_responsibility.example.second.middleware;
/**
* ConcreteHandler. Checks a user's role.
*/
public class RoleCheckMiddleware extends Middleware {
@Override
public boolean check(String email, String password) {
if (email.equals("admin@example.com")) {
System.out.println("He... | [
"44298255+mattrandom@users.noreply.github.com"
] | 44298255+mattrandom@users.noreply.github.com |
d79d20d1da4334c1be5ae5481efdbf3219e69a4d | c340adb4e58376f3adb3247e9bc167ed34070a70 | /src/inlamningsuppgift2/GameBoard.java | 8d01203dec6dc98791d54b59c57b5831a87049a4 | [] | no_license | TKYK93/OOPInlamningsUppgift2 | ce635a5636fbfb16a3d11d330f6f0baa499d8082 | f39f83aecda54b11cf71a8f0f11bd9e76cdb7213 | refs/heads/master | 2023-08-30T02:12:18.813855 | 2021-10-22T12:52:23 | 2021-10-22T12:52:23 | 419,741,670 | 0 | 0 | null | 2021-10-21T14:08:35 | 2021-10-21T13:48:04 | Java | UTF-8 | Java | false | false | 6,024 | java | package inlamningsuppgift2;
import javax.swing.*;
import java.awt.*;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
public class GameBoard extends JPanel {
private int rows = 4;
private int columns = 4;
private Tile[][] tiles = new Tile[rows][columns];
GameBoard() ... | [
"laylalayla2905@gmail.com"
] | laylalayla2905@gmail.com |
c06c65a8a7a499755c95edd98336a8e3c324141e | d75bb974ed4922e1c050bb0bd61e3b91785d548f | /base-infra/src/main/java/br/com/jsbse/arquitetura/json/EnumeradoPersistenteDtoDeserializer.java | d7b9362572286eb82fe96a504369d77c6ba71954 | [] | no_license | brunoaquino/BaseInfra | 7705088af0232fb6735a78d6086a1d118ee31471 | 8b6750f1f6ca1e4964f016f062cf438ffd5d184e | refs/heads/master | 2021-01-18T20:53:29.723782 | 2015-11-30T12:38:54 | 2015-11-30T12:38:54 | 45,698,132 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,057 | java | package br.com.jsbse.arquitetura.json;
import java.io.IOException;
import br.com.jsbse.arquitetura.entidade.EnumeradoPersistenteDto;
import br.com.jsbse.arquitetura.servico.dto.EnumeradoDto;
import com.fasterxml.jackson.core.JsonParser;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.f... | [
"bruno-smv2@hotmail.com"
] | bruno-smv2@hotmail.com |
629da88d4ff565d0084bfe669ee116f54c68db00 | 8184579bed3dda3b0d121166672f908654c220cb | /src/test/java/com/zhou/epitome/kafka/KafkaTest.java | 4097731fd23919daa5f495731f3f2df16abee335 | [] | no_license | laicz/epitome | 435da674d30a0a4c6f9a0163185246841f8342d4 | 309a3ade653a2337c25b5fd1e7adf95775c12b9a | refs/heads/master | 2022-06-30T16:29:05.212921 | 2019-06-10T14:27:50 | 2019-06-10T14:27:50 | 171,470,082 | 0 | 0 | null | 2022-06-21T00:56:52 | 2019-02-19T12:30:14 | Java | UTF-8 | Java | false | false | 7,742 | java | /**
* Date: 2019/6/523:55
* AUTHOR: Administrator
*/
package com.zhou.epitome.kafka;
import com.google.common.collect.ImmutableList;
import org.apache.kafka.clients.consumer.ConsumerRebalanceListener;
import org.apache.kafka.clients.consumer.ConsumerRecord;
import org.apache.kafka.clients.consumer.ConsumerRec... | [
"zhouzhuang2017@163.com"
] | zhouzhuang2017@163.com |
365080a17be4b5877e6052535641041cccc89a6f | 263a8c497ffb766cbcf93ea71417e4dbd31ab06d | /app/src/androidTest/java/com/dezhoutuu/zhuan/ExampleInstrumentedTest.java | 6d5ed7bbe013adca89370fbba5a025da7c980278 | [] | no_license | DeZhouTUU/zhuan | 7705bc058ce8f077e91ce5265920142916c9a469 | 494696a51ea816f13cacf9afde21671d76c55b19 | refs/heads/master | 2020-03-18T21:17:34.761133 | 2018-06-09T09:45:27 | 2018-06-09T09:45:27 | 135,272,187 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 739 | java | package com.dezhoutuu.zhuan;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Android dev... | [
"act_product_detail_ticket_parent"
] | act_product_detail_ticket_parent |
dbef545808f275b31605a9743b7a63eca50ef7ce | b3942e0003f1848d834aa5382f6eefc07080642b | /app/src/test/java/id/sch/smktelkom/learn/fragment1/ExampleUnitTest.java | 0d2c2dfdb653e3de1a60a3298b0147f60c43754b | [] | no_license | farras13/Fragment1 | 6d994a9a78d35733da9d815a736de6f316cf761e | 9aead816b3c9f42046a197715f550dd873014b03 | refs/heads/master | 2021-01-11T16:06:53.433120 | 2017-02-08T20:14:22 | 2017-02-08T20:14:22 | 80,006,744 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 421 | java | package id.sch.smktelkom.learn.fragment1;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
/**
* 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 {
... | [
"farrasgopal13@gmail.com"
] | farrasgopal13@gmail.com |
71874710b1c3091dceff06585e2b2d123a50ab8c | e03c628499dd00e5abc2e88362ec07cccd947920 | /src/naftoreiclag/flowchartarch/Surprise.java | 8214a05538258be46d97a35e2f8b71f753e3cd6f | [
"Apache-2.0"
] | permissive | Naftoreiclag/Flow-Chart-Architecture | e015376cb527e1020d1fae4ccac50c19c983c87b | 1a515da7511b1230206920ff1a9c108ec054439b | refs/heads/master | 2021-01-02T22:17:31.000993 | 2014-10-31T04:07:20 | 2014-10-31T04:07:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 408 | java | /* Copyright (c) 2014 "Naftoreiclag" https://github.com/Naftoreiclag
*
* Distributed under the Apache License Version 2.0 (http://www.apache.org/licenses/)
* See accompanying file LICENSE
*/
package naftoreiclag.flowchartarch;
public class Surprise
{
public String string;
public Surprise(String string)
{
thi... | [
"naftoreiclag@gmail.com"
] | naftoreiclag@gmail.com |
371c143487fd7c39e2de51c05e871b7794ed448f | f86135957c9118a74305c4deb33817dbbfd68b86 | /src/com/git/java/swings/DataSet.java | 1fb141282d7cedb4d69e4a51f6e7cea904f049d8 | [] | no_license | webapps1/myjavaproject | 2fce75ddeddc73b6f9043ee587decb9014520875 | ff09f041c337889cc47224888942d22fc46d2d5c | refs/heads/master | 2021-01-10T01:37:48.134681 | 2015-05-21T05:31:24 | 2015-05-21T05:31:24 | 35,991,663 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,201 | java | package com.git.java.swings;
import java.awt.Dimension;
import java.awt.GridLayout;
import java.awt.TextField;
import java.awt.Toolkit;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JOptionPan... | [
"reachwebapps@gmail.com"
] | reachwebapps@gmail.com |
d4ad8b621068dd65692dd2d972c022a61aa58df2 | 9bd6bc4fa68c6059f17105070afb3ca85f58174e | /org.eclipse.om2m-1.0.0/org.eclipse.om2m.commons/src/main/java/org/eclipse/om2m/commons/resource/AreaNwkDeviceInfoAnnc.java | 39a0c33bc32711fc95aec7ffb93d49799b18de7f | [] | no_license | rocky-nupt/weather_web-based-on-om2m | 93f0d65bc18e95e65639be69bc6d91de66ba75ec | a0dd271ce0298fb1e8233cdcfec790c7bbd1ae23 | refs/heads/master | 2021-01-19T09:48:34.071438 | 2018-03-08T02:58:03 | 2018-03-08T02:58:03 | 87,788,260 | 6 | 1 | null | 2019-05-21T14:35:42 | 2017-04-10T08:48:50 | Java | UTF-8 | Java | false | false | 8,474 | java | /*******************************************************************************
* Copyright (c) 2013-2016 LAAS-CNRS (www.laas.fr)
* 7 Colonel Roche 31077 Toulouse - France
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
... | [
"rocky@localhost.localdomain"
] | rocky@localhost.localdomain |
90fb31580e17f149d0a044a46e0787e287b161dd | d3187abadded3cb02d626866b10fdb6d52f3a706 | /erpweb/src/test/java/com/hejian/men/repository/JpaMappingTest.java | 0ef4e7cbd7979bf3939ffd010e9858126c16929a | [] | no_license | mhjian/GitTest | 7ceb78f57330c49a3baddaa1ead1acdbd36f6208 | b297f8f2e1cd7a987d5e9f2015d6a4215c6a3010 | refs/heads/master | 2021-01-10T06:30:52.621119 | 2014-04-11T15:40:15 | 2014-04-11T15:40:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,180 | java | package com.hejian.men.repository;
import static org.junit.Assert.*;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import javax.persistence.metamodel.EntityType;
import javax.persistence.metamodel.Metamodel;
import org.junit.Test;
import org.slf4j.Logger;
import org.... | [
"mhjian_2008@163.com"
] | mhjian_2008@163.com |
fe6f615afc2704ba77cb33cc080fd171f9dacf67 | 9756f8dfd536ec22cdb742818156fb310a0f1f85 | /src/main/java/iks/gog/jpatst/model/Role.java | 13ca76615bb485db31207866f2327de9d8dfcc0d | [] | no_license | CruelIks/simpleForum | b18a96b7439bfa73bb9d94c61c094d82ae688b1b | b9b937fb952d1406248e850b10b23a498b80a9b9 | refs/heads/master | 2021-01-15T14:19:31.835965 | 2017-08-14T18:53:05 | 2017-08-14T18:53:05 | 99,688,184 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 68 | java | package iks.gog.jpatst.model;
public enum Role {
USER, ADMIN
}
| [
"kirill.ivanov@netcracker.com"
] | kirill.ivanov@netcracker.com |
b8459446a8beb267dfffee4026b92c1cc8b145a6 | 553628b33a1da2e499b991b56dee8cb775687a0c | /lib_domain/src/main/java/com/barber/domain/entity/User.java | df0133958d9f3921c21ca5fa817e515ac9d8b2e7 | [] | no_license | AniltonMoraisJr/SpringBootBarberJwt | 5814370413a6f87da23c961fbd75f8589d4aa946 | bc758f0d54682a7d35895f6ebe5fa730f08a0802 | refs/heads/main | 2023-06-05T14:46:32.557567 | 2021-06-13T18:23:36 | 2021-06-13T18:23:36 | 376,376,252 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,326 | java | package com.barber.domain.entity;
import java.io.Serializable;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.JoinColumn;
import javax.persistence.JoinTable;
import javax.persistence.ManyToMany;
import javax.persistence.Tab... | [
"anilton.morais@bettatecnologia.com.br"
] | anilton.morais@bettatecnologia.com.br |
3890f524bf3678d2daa19cd39d8296d0430d64a3 | 6034ce04789d9609fa0bd57619d6913041a17e7a | /src/main/java/com/blogger/comment/constant/CommentConstants.java | e9b4bc3497209adcf6c8d79e111a26509fe08ffc | [] | no_license | rohitagrawal701/blogger-comment-module | 3f689cd3400b5866e5537d18fd29a44fc9d4a43d | a388d4dd643e200175ce25df7663ef1ff588833e | refs/heads/master | 2020-03-14T01:51:48.317041 | 2018-09-26T06:29:44 | 2018-09-26T06:29:44 | 131,386,601 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,035 | java | package com.blogger.comment.constant;
/**
* Application level constants.
*
* @author Rohit.
*/
public class CommentConstants {
/**
* Message to be shown on success
*/
public static final String SUCCESS = "success";
/**
* Success code.
*/
public static final String SUCCESS_CODE... | [
"rohitagrawal701@gmail.com"
] | rohitagrawal701@gmail.com |
76f3f1b0690766ae67358fe89336c083f3044811 | c47fbeee0a1bd4affe8e5592f624b9bfb28799d3 | /graphql-complete/src/main/java/com/github/dreamylost/HttpExampleApplication.java | 63e62063bae4e2a36cfc0f88cb01721c9cfa0534 | [] | no_license | jipeihao/springboot-examples | eede1457e0b38455149946e6d78c95a54f305f96 | cc7dbb6e0582dee919e2fcb83f179b0ec8d0fa23 | refs/heads/master | 2023-07-17T03:46:13.632626 | 2021-09-01T11:36:19 | 2021-09-01T11:36:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 423 | java | package com.github.dreamylost;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
//启动本类
//入门的中文文档 https://graphql.org.cn/learn/queries-fields.html
@SpringBootApplication
public class HttpExampleApplication {
public static void main(String[] ar... | [
"liguobin@growingio.com"
] | liguobin@growingio.com |
5d1e67c84c5d2ea989baf21f61f87bc14c5b57d9 | d3ce33abba161ff578b33032332d53d41846bac1 | /collection_1120/src/course/fileAndIO2_1128/demo/Test3.java | 82fc951c64e66d5d495334a1014e3b4152394d11 | [] | no_license | wangshiyudori/JavaOOP-JavaWeb | bf905d59ab03bde184dd4a17692719b86227b0b8 | 6dca1a0d70f5710253cb7be7f9988635a5b85706 | refs/heads/master | 2022-11-04T13:24:48.216716 | 2020-06-16T14:39:17 | 2020-06-16T14:39:17 | 272,728,153 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,303 | java | package course.fileAndIO2_1128.demo;
import java.io.*;
public class Test3 {
public static void main(String[] args) {
String fileName = "cat.jpg";
String fileName2 = "cat2.jpg";
InputStream inputStream = null;
OutputStream outputStream = null;
try {
inputStream =... | [
"wangshiyudori@foxmail.com"
] | wangshiyudori@foxmail.com |
851233941e89a7d3eacbbe4190467fed1d98b46b | 5751f920a13ea8e3cf8ef00e880e439cfd6b29b9 | /ConvenienceServices/src/com/future/link/utils/ToolString.java | 0c6855e17414e321bcaabdf016ad228155dc5350 | [] | no_license | zbb-jzh/ConvenienceServices | b22cd2d9abeec7e3bc3e9eecae5d426ca85e9952 | 25e2969f2e5cdc08d000d887e29dac853bccec7f | refs/heads/master | 2020-04-13T18:38:59.032611 | 2019-01-04T08:53:34 | 2019-01-04T08:53:34 | 163,380,916 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,911 | java | package com.future.link.utils;
import org.apache.commons.codec.binary.Base64;
import org.apache.log4j.Logger;
import java.io.UnsupportedEncodingException;
import java.util.List;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
/**
* 字符串处理常用方法
*/
public abstract class ToolString {
@SuppressWarning... | [
"603845887@qq.com"
] | 603845887@qq.com |
54587c6a3dde31e530d6eb0fae7076ff272926a9 | 96670d2b28a3fb75d2f8258f31fc23d370af8a03 | /reverse_engineered/sources/com/beastbikes/android/ble/ui/NavigationActivity.java | a9463cada9d034ccc1115a7b592c2770a76e6aaf | [] | no_license | P79N6A/speedx | 81a25b63e4f98948e7de2e4254390cab5612dcbd | 800b6158c7494b03f5c477a8cf2234139889578b | refs/heads/master | 2020-05-30T18:43:52.613448 | 2019-06-02T07:57:10 | 2019-06-02T08:15:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 32,696 | java | package com.beastbikes.android.ble.ui;
import android.annotation.TargetApi;
import android.app.Fragment;
import android.app.FragmentTransaction;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.ServiceConnection;
import android.graphics.Color;
... | [
"Gith1974"
] | Gith1974 |
9ee95dba9d1571c014cfaf95cb1dd3f850d55992 | c37ef54d151f8e70b6d521575f0b3b300b55525c | /api/cas-server-core-api-configuration-model/src/main/java/org/apereo/cas/configuration/model/core/audit/AuditCouchbaseProperties.java | 6e55c329b057146e219a0dc86e61d0781e100f33 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0",
"LicenseRef-scancode-free-unknown"
] | permissive | viswatejan/cas | f29c02f4b4ccfe73800012439f06dfdf9e2bffcc | 671ffd44cd8ebee06c3815502b73cbd56fa46b5b | refs/heads/master | 2020-03-22T18:27:33.912304 | 2018-07-10T19:36:28 | 2018-07-10T19:36:28 | 140,461,569 | 0 | 0 | Apache-2.0 | 2018-07-10T16:42:51 | 2018-07-10T16:42:50 | null | UTF-8 | Java | false | false | 677 | java | package org.apereo.cas.configuration.model.core.audit;
import lombok.Getter;
import lombok.Setter;
import org.apereo.cas.configuration.model.support.couchbase.BaseCouchbaseProperties;
import org.apereo.cas.configuration.support.RequiresModule;
/**
* This is {@link AuditCouchbaseProperties}.
*
* @author Misagh Moay... | [
"mmoayyed@unicon.net"
] | mmoayyed@unicon.net |
55386ccdc0bbd8fccf5ab80195ea0317b0b497cb | 39853dddb26625d8bac7f99f45e689795e38f00d | /src/com/rockchip/itvbox/service/impl/WeatherIcon.java | 95e00166af03a73884de272218cf2189a7805343 | [] | no_license | doniexun/ITVLanucher | 1b8b6ef2a7f30341c97a71ce27dc32bc05e39ba2 | 3a679f1b134bb03ea687b9cf2018fc1c811110a3 | refs/heads/master | 2020-05-05T11:11:48.562777 | 2016-09-03T15:15:20 | 2016-09-03T15:15:20 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 2,974 | java | /*******************************************************************
* Company: Fuzhou Rockchip Electronics Co., Ltd
* Description:
* @author: fxw@rock-chips.com
* Create at: 2014年3月27日 下午2:01:16
*
* Modification History:
* Date Author Version Description
* -------------------------... | [
"1432220483@qq.com"
] | 1432220483@qq.com |
2f18c176e67d1f0f6cd217047d215df12c93dfae | e75be673baeeddee986ece49ef6e1c718a8e7a5d | /submissions/blizzard/Corpus/ecf/390.java | d4dbd15952572dfbd177e73fa1b94b86ebfa93c1 | [
"MIT"
] | permissive | zhendong2050/fse18 | edbea132be9122b57e272a20c20fae2bb949e63e | f0f016140489961c9e3c2e837577f698c2d4cf44 | refs/heads/master | 2020-12-21T11:31:53.800358 | 2018-07-23T10:10:57 | 2018-07-23T10:10:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,556 | java | /*
* $HeadURL: https://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/src/test/org/apache/commons/httpclient/TestAll.java $
* $Revision: 1.1 $
* $Date: 2009/02/13 18:07:49 $
* ====================================================================
*
* Copyright 1999-2004 T... | [
"tim.menzies@gmail.com"
] | tim.menzies@gmail.com |
4d61ebf4fe1e3086467f93fb322d0fa75e6e0913 | 7dc6bf17c5acc4a5755063a3ffc0c86f4b6ad8c3 | /java_decompiled_from_smali/com/google/ads/doubleclick/a.java | 10e6b7402e0dfdbb3ef9d318e17d662b5aace76b | [] | no_license | alecsandrudaj/mobileapp | 183dd6dc5c2fe8ab3aa1f21495d4221e6f304965 | b1b4ad337ec36ffb125df8aa1d04c759c33c418a | refs/heads/master | 2023-02-19T18:07:50.922596 | 2021-01-07T15:30:44 | 2021-01-07T15:30:44 | 300,325,195 | 0 | 0 | null | 2020-11-19T13:26:25 | 2020-10-01T15:18:57 | Smali | UTF-8 | Java | false | false | 268 | java | package com.google.ads.doubleclick;
public class a extends com.google.ads.b.a.a {
private String a;
public String a() {
return this.a;
}
/* renamed from: b */
public a c() {
super.c();
return this;
}
}
| [
"rgosa@bitdefender.com"
] | rgosa@bitdefender.com |
d977ed3a0df54476f91ca9905aa914896a47643d | cc511ceb3194cfdd51f591e50e52385ba46a91b3 | /example/source_code/jackrabbit/jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/ISO8601.java | c4499390aacddeeef6545dee207cdc62487cc92a | [] | no_license | huox-lamda/testing_hw | a86cdce8d92983e31e653dd460abf38b94a647e4 | d41642c1e3ffa298684ec6f0196f2094527793c3 | refs/heads/master | 2020-04-16T19:24:49.643149 | 2019-01-16T15:47:13 | 2019-01-16T15:47:13 | 165,858,365 | 3 | 3 | null | null | null | null | UTF-8 | Java | false | false | 5,068 | java | org apach jackrabbit test
java util calendar
java util gregorian calendar gregoriancalendar
java util time zone timezon
code iso8601 code util class helper method
deal date time format specif iso8601 compliant
format href http www org note datetim iso
support format
pre
plusmn yyyi ddthh ssstzd
pre
pre
plusmn yyyi digi... | [
"huox@lamda.nju.edu.cn"
] | huox@lamda.nju.edu.cn |
79a77cf28d05ad06db3bfdb2fac3040d211e567e | f333d697be409c778d6d4739bcca4f1500ac4405 | /Rainbow-S2S-Sample-JavaEchoBot/botloader/node_modules/rainbow-s2s-starterkit-nodejs/tests/java/BotSample/rainbow_authent_portal/src/main/java/com/ale/rainbow/s2s/client/auth/models/GetApiRainbowPingSuccess.java | 0a72c0c61494ef628bdf2be57ae9cb9087433e85 | [
"MIT"
] | permissive | Rainbow-CPaaS/Rainbow-S2S-Samples | 9ec0b52caa7d22512d4be7e769d84d0e83f5603e | 733f80e4c34498441ca3cbc7b2530d8f885277cc | refs/heads/master | 2023-01-27T12:59:50.683207 | 2020-03-18T16:35:49 | 2020-03-18T16:35:49 | 222,710,441 | 1 | 3 | NOASSERTION | 2023-01-24T01:39:28 | 2019-11-19T14:06:45 | Java | UTF-8 | Java | false | false | 4,252 | java | /*
* Rainbow authentication portal
* # Rainbow authentication portal API guide ## Preamble [Download Postman collection][0] ### Introduction This guide describes list of API services that are provided by OT Rainbow authentication portal system. Services are used to manage OT Rainbow authentication. ### Protocol ... | [
"james.ouedje@al-enterprise.com"
] | james.ouedje@al-enterprise.com |
c1b60c48c76c9d0a2c73ee842a56f78bfea09236 | 2422a44995b77fe292d714dddd065c155ceb21a8 | /ec-provider/src/main/java/com/moriaty/bean/db/Attach.java | 599dc28e7a0c4857930ee53cbcf7bc2907b35662 | [] | no_license | Mor1aty/ElectricChamberlain | 0b6aa1c1bee6d33d248cd17b8d638254d0810d01 | b5cf569e3fd103d60d98d7454ec72725108c7b29 | refs/heads/master | 2022-06-21T09:40:33.971663 | 2020-05-20T04:50:25 | 2020-05-20T04:50:25 | 246,566,680 | 0 | 0 | null | 2022-06-17T03:00:07 | 2020-03-11T12:36:29 | Java | UTF-8 | Java | false | false | 345 | java | package com.moriaty.bean.db;
import lombok.Data;
/**
* @author 16计算机 Moriaty
* @version 1.0
* @copyright :Moriaty 版权所有 © 2019
* @date 2020/3/11 22:49
* @Description TODO
* 附件表
*/
@Data
public class Attach {
private long id;
private int type;
private String fileLocation;
private String context;
... | [
"971896352@qq.com"
] | 971896352@qq.com |
b17897ae629920d7dfc2535cbed743228f8107aa | 0b0cc171457f32b5259ac2e0891d617abdfc0e47 | /src/org/lwjgl/util/mapped/CacheLineSize.java | ef96b5c5b02dab1fa283417db0af1cc52543917b | [] | no_license | bobolicener/star-rod | 24b403447b4bd82af1bca734c63ac38785748824 | 59235901ab024c5af267daebf92344b20538251a | refs/heads/master | 2020-07-01T20:12:10.960817 | 2019-08-08T14:54:46 | 2019-08-08T14:54:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,020 | java | package org.lwjgl.util.mapped;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.nio.IntBuffer;
import java.util.concurrent.Callable;
import java.util.concurrent.ExecutorCompletionService;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.F... | [
"gregory.degruy@gmail.com"
] | gregory.degruy@gmail.com |
4c68bf6a3ba56dd37d00e1507b3df0659f6037a5 | 1ebd71e2179be8a2baec90ff3f326a3f19b03a54 | /hybris/bin/modules/cds-integration/profileservices/src/com/hybris/yprofile/common/Utils.java | e8a52376b8f6435b8e4c3e593aace4862eaa62f1 | [] | no_license | shaikshakeeb785/hybrisNew | c753ac45c6ae264373e8224842dfc2c40a397eb9 | 228100b58d788d6f3203333058fd4e358621aba1 | refs/heads/master | 2023-08-15T06:31:59.469432 | 2021-09-03T09:02:04 | 2021-09-03T09:02:04 | 402,680,399 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,938 | java | /*
* Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved.
*/
package com.hybris.yprofile.common;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.SerializationFeature;
import com.hybris.yprofile... | [
"sauravkr82711@gmail.com"
] | sauravkr82711@gmail.com |
84fd54efcd616269f213efb2a69e4fdf918e25c5 | ebf81b55aa53f06fae0ba8c8ccd3ffcf0ccb0b14 | /boardview/src/main/java/com/riclage/boardview/WordSearchBoardView.java | c994f6340a4b662ad6d67a49cb2dbed7ec3eb814 | [] | no_license | SarahAlhabeeb/Qafelah | 73293ff84196e1bdb47b3587841c769f5e8e32f8 | 97483bc75adacb88b2e2b7912450ccebf2bd9819 | refs/heads/master | 2021-01-20T09:25:58.730110 | 2018-08-15T04:19:20 | 2018-08-15T04:19:20 | 90,251,336 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,990 | java | package com.riclage.boardview;
import android.content.Context;
import android.os.Parcel;
import android.os.Parcelable;
import android.support.annotation.IntDef;
import android.text.TextUtils;
import android.util.AttributeSet;
import android.view.MotionEvent;
import android.view.View;
import java.lang.annotation.Reten... | [
"sara.sale7@me.com"
] | sara.sale7@me.com |
a326e048eb73131752a3c52c2039d62478cd7f7f | b2ac73870276533b58473e0f2be097318f0ed7c4 | /discovery/src/main/java/com/techiprimers/discovery/DiscoveryApplication.java | 83f625e54d0c81b851f0135704ccdd52d4ba2cb8 | [] | no_license | nuwan-git/techiprimers-microserviceapplication-security-production-ready | 1d3b2e39a3ec1a6941f2e8f01828db138cbb5b73 | ebe9491eaf20fa1e7df07986af3601ecc18a2a5f | refs/heads/master | 2022-12-31T13:04:31.589930 | 2020-09-15T13:07:39 | 2020-09-15T13:07:39 | 295,730,437 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 500 | java | package com.techiprimers.discovery;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.eureka.EnableEurekaClient;
import org.springframework.cloud.netflix.eureka.server.EnableEurekaServer;
@SpringBootApplicat... | [
"nuwan_r@epiclanka.net"
] | nuwan_r@epiclanka.net |
b53bff8ed8624af87119df71d8160c230e948ae0 | a602b60995bc968384747c0a79b0cde380edf33e | /georef/src/main/java/georef/Settings.java | 3d7bc0c34a531c6067a01b413e6c15543ef31536 | [
"MIT"
] | permissive | diogocapela/isep-lapr4 | 8347f23b3c5627a3976a10baba9fde69749b1d5b | c72cef5112e06b319e0176aca98fadeb85950aa6 | refs/heads/master | 2020-04-24T00:07:12.463040 | 2019-02-19T21:53:00 | 2019-07-05T01:02:48 | 171,555,980 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 436 | java | package georef;
public class Settings {
public static String CLOUDINARY_URL = "cloudinary://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX";
public static String GOOGLE_API_KEY = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX";
public static String MICROSOFT_API_KEY = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX... | [
"diogo.capela@mindera.com"
] | diogo.capela@mindera.com |
3200a32fc1b0c0e6612999d55c8660de5afff697 | 42beccdb1e18b61c6a3b28cfa5d5d94e1c58e9a3 | /backend/src/main/java/ch/lucbu/m151/webshop/model/dto/ProductDto.java | be413b4085244bb41ec7051a75923beb90862500 | [] | no_license | lucbu01/M151 | 9a21d02062bf1ab02b926d0721ac3e0cd2d71f21 | e37056287c36301721675d07e9379136e76b15dc | refs/heads/master | 2021-05-26T01:55:48.637703 | 2020-06-26T22:03:39 | 2020-06-26T22:03:39 | 254,008,187 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,645 | java | package ch.lucbu.m151.webshop.model.dto;
import java.math.BigDecimal;
import java.util.UUID;
import javax.validation.constraints.Min;
import javax.validation.constraints.NotBlank;
import org.hibernate.validator.constraints.Length;
import ch.lucbu.m151.webshop.model.Product;
public class ProductDto extends Dto {
... | [
"lucbu01@bluewin.ch"
] | lucbu01@bluewin.ch |
5371d87680368c9da8c7c61b24bd24b74d6bb0e0 | 905df94b559e9b2335de1cdc0c5b9a2e116089c3 | /app/src/main/java/com/example/claire/studiochat/ChatActivity.java | 30df93a367444a4f9f2965962b2b898d1fac0b1a | [] | no_license | clairewcheng/StudioChat | adee40f1933e3d68eb2566719dbdecedb799a258 | f9ea6342fd818d27651228d50e30fe556c7ab375 | refs/heads/master | 2020-04-05T01:17:36.626613 | 2018-11-06T18:42:23 | 2018-11-06T18:42:23 | 156,430,751 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,612 | java | package com.example.claire.studiochat;
import android.support.design.widget.FloatingActionButton;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import com.google.firebase.auth.FirebaseAuth;
import com.google.firebase.database.Datab... | [
"claire.cheng@gmail.com"
] | claire.cheng@gmail.com |
7a57736124a94a7ea8743e411501c53ffe5eebb6 | d2cb1f4f186238ed3075c2748552e9325763a1cb | /methods_all/nonstatic_methods/javax_swing_text_html_InlineView_getResizeWeight_int.java | 62cea30b32f098e284660db25cf29f412d49d5f4 | [] | no_license | Adabot1/data | 9e5c64021261bf181b51b4141aab2e2877b9054a | 352b77eaebd8efdb4d343b642c71cdbfec35054e | refs/heads/master | 2020-05-16T14:22:19.491115 | 2019-05-25T04:35:00 | 2019-05-25T04:35:00 | 183,001,929 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 203 | java | class javax_swing_text_html_InlineView_getResizeWeight_int{ public static void function() {javax.swing.text.html.InlineView obj = new javax.swing.text.html.InlineView();obj.getResizeWeight(-375362265);}} | [
"peter2008.ok@163.com"
] | peter2008.ok@163.com |
11edd2b2205f6d4ee3609d01218b0410629a59e3 | c9bc23ad5b3b2d21dec737c73c1e6c2a1cbe3504 | /app/src/main/java/android/support/v7/widget/aw.java | 28812c4329693410be4e49e337cade55aa767204 | [] | no_license | IamWilliamWang/wolf | 2e68faed4cab5ba5b04ae52bc44550be04f36079 | 6b7ff2b74f0413578a1a34132750e5d79b0c0fe6 | refs/heads/master | 2020-05-27T10:45:18.596136 | 2017-02-20T09:58:02 | 2017-02-20T09:58:02 | 82,542,835 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,151 | java | package android.support.v7.widget;
import android.content.Context;
import android.content.res.TypedArray;
import android.support.v7.b.k;
import android.util.AttributeSet;
import android.view.ViewGroup.LayoutParams;
import android.view.ViewGroup.MarginLayoutParams;
public class aw extends ViewGroup.MarginLayoutParams
... | [
"iamjerichoholic@hotmail.com"
] | iamjerichoholic@hotmail.com |
4998dee1ac9ee4fa5f47d554a4af365658a4e0fa | 0be4f384ae892bd1e4508ee095748cc1f6df5da0 | /src/GUI/Main.java | 2c2cf9ff5f7be754d53099bf309b0d4f77bb48e5 | [] | no_license | Maxenboy/MovieSearch | f2bd9e3462f64fa4bba0436ba316199b3f6ed10e | 84fc31d4a7686acf584c54c0a364c6e02d3560af | refs/heads/master | 2021-01-22T03:54:21.061458 | 2013-11-19T17:50:17 | 2013-11-19T17:50:17 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 377 | java | package GUI;
import java.awt.Toolkit;
import javax.swing.JFrame;
public class Main {
public static void main(String[] args) {
final JFrame frame = new Frame("Filmer ©");
frame.setVisible(true);
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
frame.setSize(Toolkit.getDefaultToolkit().getScreenSize().... | [
"mat09mab@student.lu.se"
] | mat09mab@student.lu.se |
af49289415811ce4c82c36b84fea3a1b45510f66 | 2fbdcefd3cd39d77eb9efee9d7aa910634cdf46f | /demo 2/src/main/java/br/com/qaacademy/controller/HelloController.java | 82b17045314b35a02659821262fe90b748d8f587 | [] | no_license | flaviogoncalvesdias/EstudosApiSpring | 68e38ac4a9f26df38ddf71486de849ba63bb7737 | e08459fb5b76c1b40c652eaf1879f67adee772a0 | refs/heads/main | 2023-02-23T13:17:10.904076 | 2021-01-24T02:35:54 | 2021-01-24T02:35:54 | 310,741,793 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 381 | java | package br.com.qaacademy.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
@Controller
public class HelloController {
@RequestMapping("/")
@ResponseBody
public String he... | [
"noreply@github.com"
] | flaviogoncalvesdias.noreply@github.com |
9af90042989aeb4d27ba1da65ed27cfc773a00b3 | 565d6d61c8003d5a4aee122034817d44e55b00ff | /spring-osgi-master/integration-tests/tests/src/test/java/org/springframework/osgi/iandt/blueprint/core/ExporterTest.java | 19551d3322b5c74dfa58cf006f8cf6eb85ae6a74 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | vinayv1208/Egiants_tasks | c56b3e8d38c75a594d3d094845e42b1bab983542 | 894e6cc0f95757e87218105c31926bd3cb1a74ab | refs/heads/master | 2023-01-09T21:10:09.690459 | 2019-09-22T13:11:39 | 2019-09-22T13:11:39 | 204,596,002 | 1 | 0 | null | 2022-12-31T02:49:54 | 2019-08-27T01:45:56 | Java | UTF-8 | Java | false | false | 1,342 | java | /*
* Copyright 2006-2009 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by... | [
"vinayv.2208@gmail.com"
] | vinayv.2208@gmail.com |
74213c71768d656f9cace66b242dd81a90421f5f | 0c19d90324929eb30a901b4f7f293a52d8a5c361 | /src/exercises/section3SequentialStructure/Exercise4Sum.java | 740274ce7fca34a945db4008287976ba7a25f512 | [] | no_license | martadrozsa/curso-udemy-algoritmos-e-logica-de-programacao-java | c34948b93136486490b56e2ee5855d809e4f3a3e | 1776570882b4b0dc8d3cefde76e91305774b4b57 | refs/heads/main | 2023-07-06T14:08:39.113420 | 2021-08-04T13:52:33 | 2021-08-04T13:52:33 | 392,099,112 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 578 | java | package exercises.section3SequentialStructure;
import java.util.Scanner;
// Fazer um programa para ler dois valores inteiros X e Y, e depois mostrar na tela o valor da soma destes números.
public class Exercise4Sum {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
... | [
"marta.denisczwicz@gmail.com"
] | marta.denisczwicz@gmail.com |
9df17a89edc6a8fe9d294c42d5dc4c7ee7e1283f | a1e49f5edd122b211bace752b5fb1bd5c970696b | /projects/org.springframework.jms/src/main/java/org/springframework/jms/connection/TransactionAwareConnectionFactoryProxy.java | e406bb4ca18c175993343f8c42fd5693ecc3b3e9 | [
"Apache-2.0"
] | permissive | savster97/springframework-3.0.5 | 4f86467e2456e5e0652de9f846f0eaefc3214cfa | 34cffc70e25233ed97e2ddd24265ea20f5f88957 | refs/heads/master | 2020-04-26T08:48:34.978350 | 2019-01-22T14:45:38 | 2019-01-22T14:45:38 | 173,434,995 | 0 | 0 | Apache-2.0 | 2019-03-02T10:37:13 | 2019-03-02T10:37:12 | null | UTF-8 | Java | false | false | 12,970 | java | /*
* Copyright 2002-2009 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | [
"taibi@sonar-scheduler.rd.tut.fi"
] | taibi@sonar-scheduler.rd.tut.fi |
b69c4952f0f0771b315db3c6f792768013aebb2d | 66c6599b80c2ca7edd7a01758aac5fa3b316b4b4 | /src/main/java/com/company/data/BenchmarkData.java | d8d5bf093df2a2b526480368cb2d9f0f12576532 | [] | no_license | FilosGabriel/Allocating-radio-frequencies-using-graph-coloring- | 9c4faa4cfa8e7496a60c89e2d967e1ddc9ea4006 | 3efdc87c2f4bb115ea406f402e2d560f74c538bb | refs/heads/master | 2020-08-15T19:50:00.669108 | 2019-10-16T12:37:01 | 2019-10-16T12:37:01 | 215,399,047 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,108 | java | package com.company.data;
import com.company.data.custom.Format;
public class BenchmarkData {
public void setInfo(GeneralInfo info) {
this.info = info;
}
public void setCellsInfo(Cells cellsInfo) {
CellsInfo = cellsInfo;
}
public void setCellRelations(Relations cellRelations) {
... | [
"filosgabriel@gmail.com"
] | filosgabriel@gmail.com |
c3b40b0e0efdcbc56c014fccf3468df86215424e | 49317d0b09639f0633f533b5568bcac0a4dfe1bf | /2. Unified Modeling Language (UML)/sis-leilao/src/main/java/Lance.java | 79f3f3f96bf190c6c29a81a1590d5921cbaab346 | [] | no_license | falvojr-classes/unip-2019-2-ads-poo2 | f8a1e780fa8621de940218d5aa01da467fb62b60 | 3cd0a096b438cb722960bfa054ac58b6f0015cb6 | refs/heads/master | 2020-06-26T03:01:33.852101 | 2019-11-04T22:54:24 | 2019-11-04T22:54:24 | 199,506,080 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 544 | java | import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class Lance {
private Participante participante;
private double valor;
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append(String.format("Nome: %s", participante.getNome()));
sb.append(System.lineSeparat... | [
"falvojr@gmail.com"
] | falvojr@gmail.com |
492a3da6d6204b271d73f4089ad04abadab1f0bf | c1a9357cf34cb93fe1828a43d6782bcefa211804 | /source_code/netweaver/src/main/java/com/sap/netweaver/porta/ide/eclipse/server/control/PublishException.java | 351dd7ed813e15ff71c1c032eb5a4766fb612e79 | [] | no_license | Hessah/Quality-Metrics-of-Test-suites-for-TDD-Applications | d5bd48b1c1965229f8249dcfc53a10869bb9bbb0 | d7abc677685ab0bc11ae9bc41dd2554bceaf18a8 | refs/heads/master | 2020-05-29T22:38:33.553795 | 2014-12-22T23:55:02 | 2014-12-22T23:55:02 | 24,071,022 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,417 | java | /*******************************************************************************
* Copyright (c) 2009, 2010 SAP AG.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available a... | [
"hesaah@gmail.com"
] | hesaah@gmail.com |
dedf2629b9d9d45bcfd25b401323f9da33490705 | 30ac8fe966006e1aab5d6896e9006ad17f87c039 | /homework/HW09/PokemonFactory.java | dcd7e4376ff4712a5e5db0dd5b565b523cc7cb01 | [] | no_license | messinarnd/cs1331_intro_to_oop | 2d346f644fb08eba00fadf8360e39378a387c3b0 | 1b50317550ea631af764065b644e81831e87f6b3 | refs/heads/master | 2020-06-23T05:27:44.948795 | 2019-07-24T00:43:04 | 2019-07-24T00:43:04 | 198,529,641 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,663 | java | // I worked on this alone
import java.util.ArrayList;
/**
* A factory that creates a list of Pokemon for the Pokedex
* @author Christopher Messina
* @version 1.2
*/
public final class PokemonFactory {
private static ArrayList<Pokemon> pokemon;
/**
* Creates the list of Pokemon in the Pokedex
*
... | [
"chris.clm3@gmail.com"
] | chris.clm3@gmail.com |
2b78aa01299b8193a8cf7efb00446ee301870f5b | 77da783664fe34722588a34a8490129ab6c76289 | /loveread-manager/loveread-manager-web/src/main/java/cn/neusoft/loveread/manager/config/MySettingFileConfig.java | b07ac5b7808517eaed0e06777670a0629866df6e | [] | no_license | DonjuanXX/LoveRead | 4f681209ba1cae7065818df78f78d7acb101f60d | 3e85f043e320cb69f17b6922df3598fc33e23a7e | refs/heads/master | 2020-04-13T07:36:28.583069 | 2019-05-19T01:46:22 | 2019-05-19T01:46:22 | 163,056,400 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 272 | java | package cn.neusoft.loveread.manager.config;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;
@Configuration
@PropertySource("classpath:conf/conf.properties")
public class MySettingFileConfig {
}
| [
"minghan.idward@gmail.com"
] | minghan.idward@gmail.com |
eaa7a35c9587610ad7a215c8b958bf43c7e8e789 | 5d22b09f12282aef45e52eace150d9e7c51fc05f | /app/src/main/java/com/example/hellochat/PagerAdapter.java | 7a282a3a7fea18f33440874e49cc25fb1970efbe | [] | no_license | hellohridoy/HelloChat | 377039a246afb0d51717dd8ca71acd7cf8e5aeea | 0fb7afaba6ab31dadd996baf8921f40caa3626c6 | refs/heads/master | 2023-08-27T05:51:11.253658 | 2021-11-02T14:43:31 | 2021-11-02T14:43:31 | 422,184,600 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 780 | java | package com.example.hellochat;
import androidx.annotation.NonNull;
import androidx.fragment.app.Fragment;
import androidx.fragment.app.FragmentManager;
import androidx.fragment.app.FragmentPagerAdapter;
public class PagerAdapter extends FragmentPagerAdapter {
int tabCount;
public PagerAdapter(@NonNull Fragm... | [
"ridoy.java@gmail.com"
] | ridoy.java@gmail.com |
03a17729d36bbe57ad60cee14c20e3401f025379 | 0ff4bff61e610e6b139a8ad70ebf89a80c213aff | /src/main/java/org/khmerslide/configuration/MvcConfiguration.java | 1aeeb6633e1e94186460d6369a9657aa49032292 | [] | no_license | ExcaCambo/Khmer-Slide-Team | 6fe1ab4f6643bcfece985dbec183608b6def4543 | 0f26839dd8f7a45f5b741199508168cc2414aecc | refs/heads/master | 2021-01-22T08:28:15.454338 | 2016-08-09T02:24:11 | 2016-08-09T02:24:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,150 | java | package org.khmerslide.configuration;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.CorsRegistry;
import org.springframework.web.servlet.config.annotation.ViewControllerRegistry;
import org.springframework.web.servlet.config.annotation.WebMvc... | [
"chivonchhai@hotmail.com"
] | chivonchhai@hotmail.com |
6fe7561bf4fb16f925da0b6f30d54d12dda9d3a7 | e213608cf6dac78a21242faca66ff9d56112d0fb | /src/java/persistencia/daos/TempCargueFacturacionDAO.java | 401ab2c980b94457c77cc46737629a601997ef7d | [] | no_license | jota09/comunidades | e425a016aeb1021ff77781523559220c900852eb | b92ffcd48e866ce4033b83577ccf6932d0b0846b | refs/heads/master | 2021-01-20T13:37:14.027785 | 2017-05-03T19:27:24 | 2017-05-03T19:27:24 | 82,694,156 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,768 | 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 persistencia.daos;
import java.io.IOException;
import java.sql.Connection;
import java.sql.Date;
import java.sql.Pre... | [
"manuel.alcala@HMT-105.hmt.local"
] | manuel.alcala@HMT-105.hmt.local |
2d4218fcc931e314f408e796cad6a26bf94b97fa | 0fd3f5edc85d8a189b3b66af9cedb435d0490537 | /app/CET6/src/com/yingshibao/cet4/bean/School.java | 9c59a5dacdadb7cc7012cc75d15fa7494c6bcdd2 | [] | no_license | zhanfangzxc/CET4 | 1579a5ba59ac9973e5c974bf5d50873ae964373c | c387c97e60a6c37d3f4577277d6bcd17716ffc0b | refs/heads/master | 2020-05-18T17:12:51.047373 | 2014-10-10T05:31:29 | 2014-10-10T05:31:29 | 25,021,326 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 421 | java | package com.yingshibao.cet4.bean;
public class School {
private int id;
private String name;
private String abbr;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public... | [
"zhanfangzxc@sina.com"
] | zhanfangzxc@sina.com |
90c7f7d662b4be5c43a51da275a59dc9412e2d32 | 6e6e0bb14ffd84ad87cf5d8c469961c5016f85fd | /src/main/java/agendafinanceira/services/SetorService.java | 8ca8370fe08ec80b8e5ded8728b9cd20dff66500 | [] | no_license | osmarmartins/agendafinanceira-spring | 305bcc53f7c992d79e1dd71c2598d9a1c3326537 | 9df776813c5af4a893faa3d8e2bd7dd9c9a6573f | refs/heads/master | 2021-01-23T16:55:59.468264 | 2018-04-09T12:35:46 | 2018-04-09T12:35:46 | 102,751,119 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,546 | java | package agendafinanceira.services;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import agendafinanceira.models.SetorModel;
import agendafinanceira.mode... | [
"osmarfilho6@gmail.com"
] | osmarfilho6@gmail.com |
8c1ff37b1552475c33d1d03544fe74baa5154089 | f2907d908542173737d69865287c80ca3e7d7cf7 | /src/main/java/bluepumpkin/services/AdminService.java | 2412ea64b278d0274712ce72912174f12e607040 | [] | no_license | lubomirkonik/blue-pumpkin | a991d5817bda9e6766570b63002660d643c1d32d | be49acc6a49c163de954d914a93b752b8b57aad9 | refs/heads/master | 2021-01-01T17:37:09.564595 | 2015-04-19T18:42:12 | 2015-04-19T18:42:12 | 29,161,867 | 0 | 0 | null | 2015-04-02T02:49:18 | 2015-01-12T23:09:27 | Java | UTF-8 | Java | false | false | 5,013 | java | package bluepumpkin.services;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.Comparator;
import java.util.Date;
import java.util.List;
import java.util.UUID;
import java.util.stream.Collectors;
import org.springframework.beans.factory.annotation.Autowired;
import o... | [
"lubomirkonik@gmail.com"
] | lubomirkonik@gmail.com |
83164c3e629eb7ca172acf7e9e9679dfedf4d1b6 | 020f13c2b2142f7e0b9340a2f9dc1a61966a9b10 | /JavaProgramming/JavaTest_0408-0409/Workshop.java | 40f2c2f09df231dd61c839e3a1f8dc59823253a7 | [] | no_license | SuYOUNGgg/JavaStudy | cf03af09c40452110399840fe2195122e659a66e | c750b152e7d2211a7c2e04afbd51fdc7a2f46ff5 | refs/heads/master | 2022-10-19T04:59:34.730748 | 2020-06-11T08:38:33 | 2020-06-11T08:38:33 | 255,542,950 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 2,137 | java | import java.util.Scanner;
class cost {
public static int am = 2000;
public static int cl = 3000;
public static int bg = 1500;
public static int cc = 500;
public static int Calc(int what, int n) {
return what*n;
}
}
public class Workshop {
public static void main(String[] args) {
System.out.println( "==... | [
"63627291+SuYOUNGgg@users.noreply.github.com"
] | 63627291+SuYOUNGgg@users.noreply.github.com |
ca09e837014c3fe74a70b8dfa5357d4a2b4b27cb | 6dbae30c806f661bcdcbc5f5f6a366ad702b1eea | /Corpus/ecf/2684.java | c9e44afe59a9ee31c5bfbc7e0d292f750be389b6 | [
"MIT"
] | permissive | SurfGitHub/BLIZZARD-Replication-Package-ESEC-FSE2018 | d3fd21745dfddb2979e8ac262588cfdfe471899f | 0f8f4affd0ce1ecaa8ff8f487426f8edd6ad02c0 | refs/heads/master | 2020-03-31T15:52:01.005505 | 2018-10-01T23:38:50 | 2018-10-01T23:38:50 | 152,354,327 | 1 | 0 | MIT | 2018-10-10T02:57:02 | 2018-10-10T02:57:02 | null | UTF-8 | Java | false | false | 823 | java | /*******************************************************************************
* Copyright (c) 2004 Composent, Inc. and others. All rights reserved. This
* program and the accompanying materials are made available under the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and is
* a... | [
"masudcseku@gmail.com"
] | masudcseku@gmail.com |
9ccfb36357e465cce0a0e4f76f730c9aa0fdb002 | 53061544ded8e62116e9f86dbdb5f4bd647f4f9e | /HaravanProductsListDemo/gen/com/haravan/android/productlistdemo/R.java | b1cbd27cbad0443305ebedd7be7ce88ce43daa8c | [
"MIT"
] | permissive | LeeU1911/haravan_java_api | 7df0987d6d8a54b1cd17e72c0b47c9a0c3be98cb | 18d6dbf71d8bc77e09484898fb3dbb0e501ab935 | refs/heads/master | 2020-04-02T22:00:35.843112 | 2015-04-18T03:52:08 | 2015-04-18T03:52:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,485 | 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.haravan.android.productlistdemo;
public final class R {
public static final class attr {
}
public static final cl... | [
"vinh.vodinh@haravan.com"
] | vinh.vodinh@haravan.com |
408e42a866ac74df05f376a6fa3fb93c784726ba | ed20f3fa2f95fb97d3abed76f68a51b051516b8c | /app/src/main/java/com/example/silviu086/licenta/CalatoriiAdaugateConfirmareTask.java | 4f34a985fbf88bfa04930ed72ad5df4c40b56de3 | [] | no_license | silviu086/Ridesharing | b3588b694f704ea2d0cef3b6a9acc2ddd377af28 | 0109429b3213881e35215b4bde4ef9f472917303 | refs/heads/master | 2021-01-20T21:16:09.145902 | 2016-11-12T12:04:55 | 2016-11-12T12:04:55 | 59,952,810 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,341 | java | package com.example.silviu086.licenta;
import android.app.ProgressDialog;
import android.net.Uri;
import android.os.AsyncTask;
import android.util.Log;
import org.json.JSONObject;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.IOException;
import java.io.InputStream;
import java.io.Inpu... | [
"silviu086@gmail.com"
] | silviu086@gmail.com |
a410753751d001e1b1bc32d0612f76a1dcf0c458 | 2951adff191c1abc589cfc680f9e638d92d97595 | /wg-client-simple/src/main/java/com/fjut/view/component/FormManagerPanel.java | 1f06fb0a2bb3bbbb9cdc8d30fa8f3bfa1b4d2000 | [
"MIT"
] | permissive | Denjor/software-demo | 9bb9e3fa7eaf66a9aba502cc1613e9be3e834361 | de003054404232a8068d6cf5156b5e923b6ec1d3 | refs/heads/master | 2020-05-20T18:23:25.484993 | 2019-07-31T02:42:37 | 2019-07-31T02:42:37 | 185,705,316 | 0 | 0 | MIT | 2019-07-31T02:42:39 | 2019-05-09T01:37:38 | Java | UTF-8 | Java | false | false | 8,033 | java | package com.fjut.view.component;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.File;
import java.util.List;
import javax.swing.BorderFactory;
import javax.swing.JButton;
import javax.swing.JComboBox;
import javax.swing.JFil... | [
"1336037686@qq.com"
] | 1336037686@qq.com |
04a5791a994f2daa29bf26e36b3cb4d3e66f7642 | 136c729ec3c3a584e21be74b88fb28df09be3a74 | /src/main/java/com/qa/democart/utils/ElementUtil.java | 2edd684ac33f89d46d9016583b89b4d0c3a5631c | [] | no_license | abhhi12/abhhi12_Oct2020EvePOMSeries | 73e35a58124762000ad0a57827bdd50664c1f37d | 0e4443e684d61e30686a648c9ac16d93b6419932 | refs/heads/master | 2023-02-27T03:40:06.910875 | 2021-02-01T10:25:19 | 2021-02-01T10:25:19 | 332,516,938 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,828 | java | package com.qa.democart.utils;
import java.time.Duration;
import java.util.ArrayList;
import java.util.List;
import java.util.NoSuchElementException;
import org.openqa.selenium.Alert;
import org.openqa.selenium.By;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.StaleElementReferenc... | [
"abhhi12@gmail.com"
] | abhhi12@gmail.com |
ad40093520b99d04cbbef260cd5fb3b18b88934d | d5d514372741662d76f66a13bd72dec0c78e0d58 | /6-12 (2)/src/DicServerFrame.java | 4c931729200a40bf64b42f3bd90af60ddba6702e | [] | no_license | heoshun/java | 4b826eeca2cf68beb3ba102a1c611f7e08d6ed13 | d10810d08fd23ed893dff3deace9473da9749008 | refs/heads/master | 2020-04-29T01:36:12.720034 | 2019-06-19T07:35:40 | 2019-06-19T07:35:40 | 175,736,130 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 1,399 | java | import java.awt.*;
import java.awt.event.*;
import java.io.*;
import java.net.*;
import java.util.*;
import javax.swing.*;
public class DicServerFrame extends JFrame {
private JTextField eng = new JTextField(10);
private JTextField kor = new JTextField(10);
private JButton saveBtn = new JButto... | [
"USER@AMP-24"
] | USER@AMP-24 |
9e00ef468d43943bd0f17359eefb1e3d4a6eee10 | 2370f5580c5a7ad14cdbafb64c190b592504e515 | /org.tencompetence.ldauthor/src/org/tencompetence/ldauthor/ui/views/inspector/IInspectorProvider.java | e8799e4f78bed1528396e1cb66f12ebfafd41f65 | [] | no_license | vicsanhu/ontoConcept | 317f844eb5bad73ffabe875287c3518cd6bf7a16 | eb89178a2612780a007d8d3325149b08655c87d8 | refs/heads/master | 2020-05-18T15:12:06.584603 | 2013-02-28T01:24:15 | 2013-02-28T01:24:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,104 | java | /*
* Copyright (c) 2007, Consortium Board TENCompetence
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice... | [
"vicsanhu@alumnos.ubiobio.cl"
] | vicsanhu@alumnos.ubiobio.cl |
785dfa1798de6011ebf8cc45600a32a9f7f379d1 | 5192a590c3927fbf686b53e0e2a8e649b9605e3d | /src/thirtyDaysOfCode/day12/Inheritance1/MySuperclass.java | 7126653bfd28097b1f8833f109c2891af2e0ca99 | [] | no_license | elcioishizuka/hackerRank-practice | 3942d0f07f1aa8eb37df003c2c2a909f2026c9de | e15e571cd642bd4e9fc28c4f58ab19067e390ff4 | refs/heads/master | 2023-03-18T06:54:41.000938 | 2021-03-11T00:31:42 | 2021-03-11T00:31:42 | 338,342,974 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 381 | java | package thirtyDaysOfCode.day12.Inheritance1;
// Superclass
class MySuperclass {
// Superclass' instance variable:
String myString;
// Superclass' default (empty) constructor:
MySuperclass() {
}
// Superclass' parameterized constructor:
MySuperclass(String myString) {
// Initialize... | [
"elcio.ishizuka@gmail.com"
] | elcio.ishizuka@gmail.com |
8a784365e79b02a6fea8398f54dc251521186e27 | 4f503a4c5faa32c0225767f5403fb1892b743357 | /PremiereApplication/src/JavaPremiereDBSQLSecurityApp/ViewMyCustomerData.java | abb578e2cf7e031c22cf21d295aba1bd789c6100 | [] | no_license | mgelbfis/PremiereInventoryApplication_MCIN616-FinalProject | e3e0cd1a7f1de1a1644c3f8dadd49cd7835b722f | 4aa55533da526084f1707afc1b16a55a8a7099f1 | refs/heads/master | 2021-07-23T18:46:48.401315 | 2017-10-30T11:29:48 | 2017-10-30T11:29:48 | 108,841,257 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,721 | java | package JavaPremiereDBSQLSecurityApp;
import java.awt.BorderLayout;
import java.awt.GridLayout;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.ResultSetMetaData;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.Vector;
import javax.swing.JFrame;
import javax.swing.JLab... | [
"mbg@drgelbfish.com"
] | mbg@drgelbfish.com |
59a49a6b5c7c4260d487e412ae24b1983c511fbc | b7a6fa209f09e1da9aa23019869e311a6af8252e | /app/src/main/java/com/ravijain/sankalp/fragments/SpPeriodDialog.java | e2c48a3ec91aab38ae0ee0f4b50be73659e32c4f | [] | no_license | ravi-jain/SankalpRepository | 9b356e2206969c028fb07b893f8a97a1e6527d86 | f18a8287542182b21a917c382f4825f6b5ca2aee | refs/heads/master | 2020-04-12T09:35:48.014782 | 2017-10-22T05:19:48 | 2017-10-22T05:19:48 | 62,598,690 | 0 | 0 | null | 2017-10-22T05:19:48 | 2016-07-05T02:05:36 | Java | UTF-8 | Java | false | false | 6,176 | java | package com.ravijain.sankalp.fragments;
import android.os.Bundle;
import android.support.v4.app.DialogFragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.NumberPicker;
import android.widget.TextView;
import com.ravijain.sankalp.R;
import com.rav... | [
"findravi@gmail.com"
] | findravi@gmail.com |
3402afc296ef0cc1c193c00e5242afd99ac5a780 | 4572750d1e660a6fa06b075489ee5bc6d80c9aed | /app/src/main/java/com/example/ae/yourhub/LikeList.java | 02024fe390fa68af6541afe9a5ffa0e23dbb1a0d | [] | no_license | nilevars/Yourhub2 | ca7b65c85460a12c6dded2849c8a82262424c65e | 82e00df34692b3e503b42bbde70c1010b563df44 | refs/heads/master | 2021-06-04T03:53:31.201213 | 2020-09-05T08:04:46 | 2020-09-05T08:04:46 | 123,288,285 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,198 | java | package com.example.ae.yourhub;
import android.content.Context;
import android.util.Log;
import com.android.volley.RequestQueue;
import com.android.volley.Response;
import com.android.volley.VolleyError;
import com.android.volley.toolbox.StringRequest;
import com.android.volley.toolbox.Volley;
import java.util.HashM... | [
"nilevars@gmail.com"
] | nilevars@gmail.com |
7a85123ff77b89e26eb9c447421d95c3211ea36f | 05e36f74a4a82a22ff8dcb03e83555c0b5c9cf7e | /app/src/main/java/com/mukeshkpdeveloper/mytask/UI/fragments/PostFragment.java | 45ec1feae0788c3dbd722f290f76e139cc0cd43a | [] | no_license | mukeshkumar7470/MyTask-HackerKernel | cef1a0bbd4cdf0d667a317ac6df4e77672c3f9bf | 76bdb67bb9e0b1218940d83863725e6ab1dfcfc3 | refs/heads/master | 2023-06-28T08:31:50.738002 | 2021-07-30T07:54:20 | 2021-07-30T07:54:20 | 390,948,872 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,285 | java | package com.mukeshkpdeveloper.mytask.UI.fragments;
import android.content.Context;
import android.os.Bundle;
import androidx.fragment.app.Fragment;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
... | [
"kumarmukeshpatel57@gmail.com"
] | kumarmukeshpatel57@gmail.com |
4f6728be308534cf08381df86756013025f82e77 | 50add8286b791d2a1ed21f3fe807c1cf87d64173 | /kettle5.0.1-src-eclipse/ui/org/pentaho/di/ui/trans/dialog/TransDialog.java | 1eb318120a05b231d23948bb1b506641b9cc683e | [
"Apache-2.0"
] | permissive | Piouy/pentaho-kettle-serial | 418f63d981429eeab56160169deb0555a91008f6 | 5a915839de1ee5b0435f3fb6dbe9657f638d36a8 | refs/heads/master | 2021-09-10T06:11:54.094488 | 2018-03-21T09:58:15 | 2018-03-21T09:58:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 104,806 | java | /*******************************************************************************
*
* Pentaho Data Integration
*
* Copyright (C) 2002-2012 by Pentaho : http://www.pentaho.com
*
*******************************************************************************
*
* Licensed under the Apache License, Version 2.0 (the ... | [
"sct1302120@163.com"
] | sct1302120@163.com |
820c79fbd7ef0b7a8bc8a40a5b73c19d23db7c39 | 3999c1034a70935846d7208ff0b69fe537814a40 | /karma-common/src/main/java/edu/isi/karma/rep/alignment/LinkPriorityComparator.java | 23a4b19ac54ad056bfe5d3067ed05a02002e3f1a | [
"Apache-2.0"
] | permissive | usc-isi-i2/Web-Karma | 2f15b7759ce3338702f3da3a06fbee8ba118de8e | 05392615086538e95322278e705f76f9bbf2ed71 | refs/heads/master | 2023-09-02T05:18:12.455691 | 2023-08-31T16:40:28 | 2023-08-31T16:40:28 | 2,442,452 | 526 | 187 | Apache-2.0 | 2023-09-06T23:14:09 | 2011-09-23T06:58:53 | Java | UTF-8 | Java | false | false | 2,227 | java | /*******************************************************************************
* Copyright 2012 University of Southern California
*
* 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
*
... | [
"mohsen@isi.edu"
] | mohsen@isi.edu |
84dcda1863045d7fbecdccdd47729ba0cc51224d | 8a21d470aa02ef82717eaec68b7d756e058d793a | /Flash Card Study/src/QuestionImporter.java | f0a26164926ac7d629689c8a29539b8a9a4f1d81 | [] | no_license | zinktrita/Cert-Study | a36096802a808037cf29941e9ded741a6b5c730c | 95ba1274a6b45cded791be0b531105384a970f74 | refs/heads/master | 2021-01-20T05:31:20.238331 | 2014-12-23T17:45:27 | 2014-12-23T17:45:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,133 | java | import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
public abstract class QuestionImporter {
static String tmpQuestionNumber;
static String tmpQuestion;
static String tmpCorrectAnswer;
static List<String> tmpPoss... | [
"zinktrita@gmail.com"
] | zinktrita@gmail.com |
49f9b8e07bb84abdc1beebeabe249ed425da4e38 | e7be1dcb6e197ec87a2abce68d44dd40bc880f03 | /gen/com/intellij/xtextLanguage/xtext/psi/XtextTypes.java | a88d9fb209ef257f4c1e8e303079e59be5d00d15 | [] | no_license | pakhopav/XtextLanguage | 5df95daabf83b25ca90b2fa8010d5b6636bed36c | d9e1526453f0404821bfcbe41f3f49e3f708940e | refs/heads/master | 2020-07-02T07:22:53.224149 | 2019-08-12T13:40:44 | 2019-08-12T13:40:44 | 201,455,657 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | true | 14,375 | java | // This is a generated file. Not intended for manual editing.
package com.intellij.xtextLanguage.xtext.psi;
import com.intellij.psi.tree.IElementType;
import com.intellij.psi.PsiElement;
import com.intellij.lang.ASTNode;
import com.intellij.xtextLanguage.xtext.impl.*;
public interface XtextTypes {
IElementType ABS... | [
"pavel.pakhomov.99@gmail.com"
] | pavel.pakhomov.99@gmail.com |
4df2e796c0cf0c9ace48e26df870502d834e3f64 | d4136260a61f6d1c8ab900288d48da1469884349 | /health_service/health_member/src/test/java/com/itheima/health/service/impl/MemberServiceImplTest.java | 4f8887b083add56b9a2f6d96ee68720ab5c1c245 | [] | no_license | yhl-1219/- | aea75fe5cb34be297afa5697c846caa4d9e72df7 | a294c03034997be9ad8576a9ec49586c50747e8a | refs/heads/master | 2023-02-13T09:26:37.084154 | 2021-01-23T08:10:30 | 2021-01-23T08:10:30 | 332,652,043 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 385 | java | package com.itheima.health.service.impl;
import com.itheima.health.utils.date.DateUtils;
import org.junit.Test;
import java.util.Calendar;
import java.util.Date;
import static org.junit.Assert.*;
public class MemberServiceImplTest {
@Test
public void demo() {
Date date = DateUtils.parseString2Date(... | [
"897236293@qq.com"
] | 897236293@qq.com |
0a85d93be107154f59d3338c4c6626ca8d036d06 | 3887feba5a004134c400230479e7402e13b09da8 | /src/main/java/com/taskapplication/service/impl/TaskServiceImpl.java | b31b0419daf310cae3bb30d1c1eadc03150bd8b7 | [] | no_license | kaanbariskocabas/Task-Application | 8e7f90ef9f26697ce926f6a4e55cc2ee6860ad6d | 511151a93e9e7b7ff1e5fe01de3143bd8620976a | refs/heads/main | 2023-08-24T04:08:16.018029 | 2021-11-01T21:29:10 | 2021-11-01T21:29:10 | 416,929,639 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,675 | java | package com.taskapplication.service.impl;
import com.taskapplication.api.model.TaskCreationRequest;
import com.taskapplication.api.model.TaskUpdateRequest;
import com.taskapplication.exception.BaseException;
import com.taskapplication.model.Task;
import com.taskapplication.repositories.TaskRepository;
import com.taska... | [
"kaanbarisk@gmail.com"
] | kaanbarisk@gmail.com |
afff2f158beb030ff69424379f0a32eec687e493 | 01635b4cdc428efc6d6320e384067375575a6835 | /app/src/main/java/sscom/tess/dem_1/Arith.java | a170d15748ca1a24af32991ad17efb5604911dd2 | [] | no_license | beasonshu/ModeStocks | dd0df00e8425852744518a3898c7979b3e31f6a7 | 9a7fd080267a69171b7f0ac7ab77b214496a4b2f | refs/heads/master | 2020-04-08T04:01:52.454603 | 2019-02-25T12:00:14 | 2019-02-25T12:00:14 | 158,999,649 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,577 | java | package sscom.tess.dem_1;
import java.math.BigDecimal;
/**
* Created by shu.xinghu on 2017/6/16.
*/
public class Arith {
// 默认除法运算精度
public static final int DEF_DIV_SCALE = 1000;
/**
* 提供精确的加法运算。
* @param v1 被加数
* @param v2 加数
* @return 两个参数的和
*/
public static BigDecimal... | [
"shu.xinghu@jinyinmao.com.cn"
] | shu.xinghu@jinyinmao.com.cn |
7d3ccbfd0c2bae147cdf3bb4db2159bd4e9fd4a2 | a7a762b3d5317aac656ed4b1393a61c928c5b1c8 | /app/src/main/java/com/bcit/comp3717/assignment01/list_row_layout.java | 6fc8549f8e0c9f42c57d39703476c140250952db | [] | no_license | Phil-CST-BCIT/COMP3717_Assignment01 | 494c5a16a25b31ff7160db59a324b634a84b34be | dbc0240ec6452dd572dc3860c4499319a788fa7a | refs/heads/master | 2022-12-30T07:54:38.981976 | 2020-10-18T22:57:45 | 2020-10-18T22:57:45 | 304,777,128 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 357 | java | package com.bcit.comp3717.assignment01;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
public class list_row_layout extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layo... | [
"philfeiteng@gmail.com"
] | philfeiteng@gmail.com |
b70a93d4e8cbec749955bfc0aec36a96a464a06d | b855f10be49ac03dcd83c3113f92b714291a9036 | /interpreter/ParseException.java | 3385f14bc852e50133c331dfdd8256e355974646 | [] | no_license | shchun/dp_java | 67f96fc5ac6df9fc524de080969367fab1d9f93a | 27623f2acb7ccf8c04616c26f34e5c62a1f8f7a0 | refs/heads/master | 2021-01-20T05:58:15.065673 | 2013-09-16T05:52:06 | 2013-09-16T05:52:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 108 | java |
public class ParseException extends Exception {
public ParseException (String msg) {
super(msg);
}
}
| [
"seunghyo.chun@gmail.com"
] | seunghyo.chun@gmail.com |
767e633b1e0e264648f013fb560050308c190b17 | 96a3717d95037bc574135390532a383cdebb8434 | /src/mvc/Shapes/Triangle.java | 4e69342836ceea4d8da01c033bf00c8247a3c586 | [] | no_license | Snubb/Studsa_boll | 2bab38c6846aeab925f6987e8be843538057b577 | 50792807c6af3075cc9de39b4bcd70b16d9aff72 | refs/heads/master | 2023-09-01T00:51:15.499663 | 2021-10-26T10:01:50 | 2021-10-26T10:01:50 | 400,141,211 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,588 | java | package mvc.Shapes;
/**
* 2D Triangle in screen coordinates
* Vertices must come in clockwise order
* Created 2021-03-31
*
* @author Magnus Silverdal
*/
public class Triangle extends mvc.Shapes.Shape {
private mvc.Shapes.Point[] vertices = new mvc.Shapes.Point[3];
private mvc.Shapes.Line[] edges = new mv... | [
"60389050+Snubb@users.noreply.github.com"
] | 60389050+Snubb@users.noreply.github.com |
49ad319f77b2a461f604f33b21658bc21c7c1378 | 6eda00019e257011a5234be816e142ab02848e56 | /Lesson_5/src/main/java/Thing.java | 96161105d9c1f9474f297d0390c75869bb4a1444 | [] | no_license | Maxim-ka/Algorithms-and-data-structures-in-Java.-Basic-course. | ef33e7e41e1704590bd1ad2cad1d00b63b7a87ac | 14b169644013d51c9f1ba3d566f3dc90bfdc01ac | refs/heads/lesson_1 | 2020-03-27T06:26:49.164928 | 2018-09-28T10:37:56 | 2018-09-28T10:37:56 | 146,106,573 | 0 | 0 | null | 2018-09-28T10:37:57 | 2018-08-25T15:25:48 | Java | UTF-8 | Java | false | false | 562 | java | import java.util.Random;
public class Thing {
private int weight;
private int jewel;
public int getWeight() {
return weight;
}
public int getJewel() {
return jewel;
}
public Thing() {
weight = new Random().nextInt(100) + 1;
jewel = new Random().nextInt(10... | [
"Reschikov@list.ru"
] | Reschikov@list.ru |
24528d51cf4c5340715a9c02a0dbc58e3ca26f99 | ca2cd696a88fe3b34f274594cb72d1cf3ce3e3ee | /hobbypedia/src/main/java/net/kzn/hobbypedia/model/CheckoutModel.java | 8731715dbdd82e28acae6dcdb2ad7829b7603159 | [] | no_license | MitanshiPatel12/hobbypedia | d1330e0e7879b07e321e39eda9c8d23cdd34de88 | b28e9d9649501dd4d389ed06dd73826ae4664650 | refs/heads/master | 2020-04-01T03:26:08.223803 | 2018-10-13T00:44:02 | 2018-10-13T00:44:02 | 149,311,729 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,416 | java | package net.kzn.hobbypedia.model;
import java.io.Serializable;
import java.util.List;
import net.kzn.hobbypediabackend.dto.Address;
import net.kzn.hobbypediabackend.dto.Cart;
import net.kzn.hobbypediabackend.dto.CartLine;
import net.kzn.hobbypediabackend.dto.OrderDetail;
import net.kzn.hobbypediabackend.dto.User;
pu... | [
"patelmitanshi12@gmail.com"
] | patelmitanshi12@gmail.com |
893e936557c8bee48b7d0abe5956521e6d86d42d | d3a5c9a0ffc7d00fa635061b6e6b50ac738ddf38 | /src/main/java/pk/temp/bm/models/ProductData.java | 5c47520f509a82825136f7ce64edc9c692d68f6c | [] | no_license | btz1/BusinessManager | 6cb967a3b6b816444d2c3d9e708f366f77c3826a | daea0d9c8b205b1c5e7ed5586067f52762853a95 | refs/heads/master | 2021-04-18T20:33:27.806330 | 2018-04-18T15:07:15 | 2018-04-18T15:07:15 | 126,891,026 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 962 | java | package pk.temp.bm.models;
public class ProductData {
private String SKU;
private String name;
private double price;
private double specialPrice;
private int quantity;
private String UPC;
public String getSKU() {
return SKU;
}
public void setSKU(String sKU) {
SKU = sKU;
... | [
"noreply@github.com"
] | btz1.noreply@github.com |
66fbc9e0a5eec1f5a468989090a5e681b51886e2 | 2f1f883b88c35fbdd7bcdad42b364df465f61279 | /ses-app/ses-web-website/src/main/java/com/redescooter/ses/web/website/vo/product/AddProductColourEnter.java | 62e8347f0ce39ea6f2f82d456c17ec773e584599 | [
"MIT"
] | permissive | RedElect/ses-server | bd4a6c6091d063217655ab573422f4cf37c8dcbf | 653cda02110cb31a36d8435cc4c72e792467d134 | refs/heads/master | 2023-06-19T16:16:53.418793 | 2021-07-19T09:19:25 | 2021-07-19T09:19:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 761 | java | package com.redescooter.ses.web.website.vo.product;
import com.redescooter.ses.api.common.vo.base.GeneralEnter;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.EqualsAndHashCode;
/**
* @Author jerry
* @Date 2021/1/6 1:02 上午
* @Description 产品... | [
"mrjerryli@yeah.net"
] | mrjerryli@yeah.net |
7dfa9c262c251ff8e8d66072c3d955daeea8e02a | f8c6f91e33dbdcb1309da51d6ce7523801d3b162 | /hadoop_hdfs/MapReduce/src/main/java/com/atguigu/mapreduce/wc1/WordCountMapper.java | e328043dfa66d0e2e511ed0de110a2affbdf79cd | [] | no_license | zzp15222522401/daima | c8ffc4b0e0dbede6278f1e4e87b05deb9f13bb00 | df84b0fa1d0fb3eb5f7e69aa02320494daf90172 | refs/heads/hot-fix | 2023-05-07T11:07:16.489284 | 2021-05-31T09:43:54 | 2021-05-31T09:43:54 | 358,160,076 | 0 | 1 | null | 2021-05-31T09:43:54 | 2021-04-15T07:01:35 | null | UTF-8 | Java | false | false | 895 | java | package com.atguigu.mapreduce.wc1;
import org.apache.hadoop.io.IntWritable;
import org.apache.hadoop.io.LongWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Mapper;
import java.io.IOException;
/**
* 采用一行一行的方法读取文件,然后进行切割,组成key-value的形式
*
*/
public class WordCountMapper extends Mapper<... | [
"zzp15222522401@163.com"
] | zzp15222522401@163.com |
45db92a16ed34d86f4bb08e7c7946b3934eb2234 | 9af5afa6c79e90e6e4654cf403d6ad166e89fd01 | /Metcheck/src/com/davidsonecm/metcheck/rest/GetWeather.java | 28ca7f785594faba25c47c9813f52e6290356da9 | [] | no_license | chrisdavecm/MyApps | c9dbd4a669df2c257da59bd256980155c4381720 | 654780152b865f1424a9cc7bfe3d65bcd91fe8c7 | refs/heads/master | 2021-01-19T13:33:40.276216 | 2013-02-05T00:52:04 | 2013-02-05T00:52:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,871 | java | package com.davidsonecm.metcheck.rest;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.Reader;
import java.net.URL;
import java.net.URLConnection;
import java.net.URLEncoder;
import java.text.ParseException;
import java.util.List;
import com.davidsonecm.metchec... | [
"chris.davidson1@gmail.com"
] | chris.davidson1@gmail.com |
fb75d5e9ca61b09d3bef8db1d0a4cebe75221dfd | 8edc3029a65f895992826412a537cc228849493a | /foodie/src/main/java/com/buildweek/foodie/services/UserAuditing.java | fda06d609ab5d6c1dcbdbf48a082899ca780662e | [] | no_license | Build-Week-Foodie-Funz/back-end | 304a23410559b9e9c3b54e4beacc72b9603db65f | 966ce4c86033c7d3e3de13fbe8209bfdbe6f449b | refs/heads/master | 2022-12-10T12:04:20.224939 | 2019-10-24T02:00:46 | 2019-10-24T02:00:46 | 209,888,592 | 0 | 0 | null | 2022-11-16T12:25:47 | 2019-09-20T22:07:18 | Java | UTF-8 | Java | false | false | 849 | java | package com.buildweek.foodie.services;
import org.springframework.data.domain.AuditorAware;
import org.springframework.security.core.Authentication;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.stereotype.Component;
import java.util.Optional;
@Component
... | [
"seth.nadu@gmail.com"
] | seth.nadu@gmail.com |
9cb5b76b5c51daa4898b8314d3f089a59f934c68 | bdc7f4cbedfc22a1a4e3b4969d3e90bc9665ba93 | /src/ie/gmit/sw/ai/maze/BattleLogic.java | ef025664a60af789f4a9d2f34551450ee4d216c4 | [] | no_license | seaniemc/AI-neuralnet-mazegame | e64f542eb13182099d37017492aaebcf9640e5c4 | c7fbedf2953faf25513980f14efae814899a3143 | refs/heads/master | 2021-01-19T11:08:59.000584 | 2017-10-29T21:36:35 | 2017-10-29T21:36:35 | 87,930,852 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,290 | java | package ie.gmit.sw.ai.maze;
/**
* Created by Sean on 20/04/2017.
*/import net.sourceforge.jFuzzyLogic.FIS;
import net.sourceforge.jFuzzyLogic.FunctionBlock;
import net.sourceforge.jFuzzyLogic.rule.Variable;
public class BattleLogic {
public BattleLogic(){
}
public boolean startBattle(Warrior player, S... | [
"Sean McGrath"
] | Sean McGrath |
fa9198f05470453660451a0d448d1bf748d75f6f | 14cd92ed732ae46b11e33a60aeabc2ad6cb22735 | /FoodOrderingApp-service/src/main/java/com/upgrad/FoodOrderingApp/service/entity/CustomerAddressEntity.java | e5b728cab663110267f81a8e8914361d1cd9f008 | [] | no_license | Mandeepk01/FoodOrderingApp | c609df875d4ba93655dd5bba56213a2f3c2c767a | 93cb045586290c659a181ba83934836f95c47e1d | refs/heads/main | 2023-01-08T08:46:41.741044 | 2020-11-02T20:17:06 | 2020-11-02T20:17:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,033 | java | package com.upgrad.FoodOrderingApp.service.entity;
import org.hibernate.annotations.OnDelete;
import org.hibernate.annotations.OnDeleteAction;
import javax.persistence.*;
import java.io.Serializable;
//This Class represents the CustomerAddress table in the DB.
@Entity
@Table(name = "customer_address")
@NamedQuerie... | [
"dips.deeptisharma@gmail.com"
] | dips.deeptisharma@gmail.com |
4415ddae4789927e96de24ea3307754e99bb4122 | 21f418ebd026f1d525c0182a42e10e614018833a | /app/src/main/java/com/example/administrator/view/GlideCircleTransform.java | 272fbc15be404965ecb90056c06b391204703cdc | [] | no_license | lt594963425/MyAppDemo | 8036492b6da141d6ecf58303eff9f8af792b95a8 | a961dde56fe90baee4a660382c3054b61001c5ad | refs/heads/master | 2021-09-22T10:26:25.032259 | 2018-09-08T09:17:29 | 2018-09-08T09:17:29 | 109,342,095 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,888 | java | package com.example.administrator.view;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapShader;
import android.graphics.Canvas;
import android.graphics.Paint;
import com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool;
import com.bumptech.glide.load.resource.bitmap.B... | [
"594963425@qq.com"
] | 594963425@qq.com |
b19c7d2038d46dc280f7545c025065454fcadb9a | 3b786d3854e830a4b46ee55851ca186becbfa650 | /IntegrationTesting/dvs/vmops/createvm/Pos004.java | e1b4b794ceb78c826eb02e74bcd6ad57cc917d00 | [] | no_license | Cloudxtreme/MyProject | d81f8d38684333c22084b88141b712c78b140777 | 5b55817c050b637e2747084290f6206d2e622938 | refs/heads/master | 2021-05-31T10:26:42.951835 | 2015-12-10T09:57:04 | 2015-12-10T09:57:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,370 | java | /*
* ************************************************************************
*
* Copyright 2008 VMware, Inc. All rights reserved. -- VMware Confidential
*
* ************************************************************************
*/
package dvs.vmops.createvm;
import static com.vmware.vc.VirtualMachinePowerSta... | [
"bpei@vmware.com"
] | bpei@vmware.com |
ee7e25aada72e45d55b62ee69cec3e62f0384cfc | d6b41c2c1e70ccb359944acc355790589bdbba9b | /src/com/tintin/linkedList/Offer35.java | 9b68e81ac7fa213b7c34b25f44bc0e4d8b4f79dd | [] | no_license | tintinng/leetcodes | 1f2ca4382f5a1ed45f3de12fc1cf92f73af69c9a | d99e24438fbb7bf5c0c20548dd1f933d242efda0 | refs/heads/master | 2021-03-12T00:13:21.146682 | 2020-08-12T13:10:15 | 2020-08-12T13:10:15 | 246,573,096 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,167 | java | package com.tintin.linkedList;
import java.util.HashMap;
public class Offer35 {
public static void main(String[] args) {
}
}
/**
* 遍历两遍,第一遍copy除random以外的其他数据,并构造一个hash表,将两个链表的节点一一对应
* 时间:O(n)
* 空间:O(n)
*/
class SolutionOffer35 {
public Node copyRandomList(Node head) {
HashMap<Node... | [
"906183742@qq.com"
] | 906183742@qq.com |
804f1155a986bd87d4eb17a254bbd54d62af6f62 | 862e764d41505b9f2b3d76f4347ea8f0c6446dd9 | /src/com/dgrissom/expparser/IToken.java | f954414e37337a2edc70f2c7d3dfb02a8fe06b54 | [] | no_license | MCMastery/expression-parser | d3c8c68ad8e66873ab7824121998ac672cbe1372 | bdf89baa2ae9af9200e933a541e52d84b1b4bab5 | refs/heads/master | 2021-01-17T19:00:42.756377 | 2016-07-12T17:13:18 | 2016-07-12T17:13:18 | 63,177,330 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 709 | java | package com.dgrissom.expparser;
public interface IToken {
String getToken();
/*
Returns an IToken from the given string
*/
static IToken parse(String token) {
// check if it is a value
ValueToken valueToken = ValueToken.parse(token);
if (valueToken != null)
ret... | [
"mynameisntdanielgrissom@gmail.com"
] | mynameisntdanielgrissom@gmail.com |
46e202df15d60e48b2edfb2ffe684ee4ffe611a7 | 294d9d5df0275d404389b96e6beabb35b355f7d3 | /src/main/java/dosn/database/entities/User.java | 37452256bf512e85061f969227fa366303bf28a9 | [] | no_license | fsalem/DOSN.database.module | 3145cb75f7ffaaab3bcc54d15e15b431dfdfd5d1 | dbbd5d35a57232921b5c3ea1a7fbc6179435879d | refs/heads/master | 2021-01-17T18:50:36.122099 | 2016-05-28T17:21:41 | 2016-05-28T17:21:41 | 59,906,321 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,454 | java | package dosn.database.entities;
import java.io.Serializable;
import java.util.Set;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import jav... | [
"farouqsalem@gmail.com"
] | farouqsalem@gmail.com |
4d468d7caf8daa3f36a41ef70915a3306ed7e7c6 | 02d6eb14093692e736d4bfb6c84f548faf236a93 | /src/main/java/com/jicl/design/decorator/Client.java | 5b0fe689658d8e61997ce5891e0f1dae7f0cca60 | [] | no_license | jichunlei/Java-Design-Mode | 80a6bf467ee2b4dd72a11bdcddd507630e75dede | cc88c604c790495b415dc5498ebc8905a1f0c5a3 | refs/heads/master | 2021-07-02T23:33:26.696104 | 2020-11-12T10:56:48 | 2020-11-12T10:56:48 | 193,521,900 | 0 | 0 | null | 2020-10-13T14:07:44 | 2019-06-24T14:30:54 | Java | UTF-8 | Java | false | false | 1,067 | java | package com.jicl.design.decorator;
/**
* TODO
*
* @author : xianzilei
* @date : 2020/10/9 19:05
*/
public class Client {
public static void main(String[] args) {
//点一杯黑咖啡,啥都不加
AbstractCafe cafe1 = new BlackCafe();
System.out.println(cafe1.getDescription() + ",花费" + cafe1.cost());
... | [
"1739575190@qq.com"
] | 1739575190@qq.com |
1d1ee7302e9ec06c302648b566d959712062507e | c3274f05100c62657776c46a2b83dd0a658b3c5b | /PApple2/src/com/example/papple2/layerAdapter.java | e42f3ada20396d21f248fab7f078d031f45672ed | [] | no_license | SMPT-Groep3/Smart-Mobile | 7d36f6b6a8bb9c5a1b8d7e3c5ac923113447d134 | a77c678474e546aad96922f468549e8e0752a111 | refs/heads/master | 2020-11-26T19:22:31.695720 | 2015-01-29T15:21:03 | 2015-01-29T15:21:03 | 26,953,853 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,360 | java | package com.example.papple2;
import java.util.ArrayList;
import java.util.List;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.graphics.Color;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;... | [
"ericderegter@gmail.com"
] | ericderegter@gmail.com |
82514de21c4bb76f01860ba43597264908ab687c | a7302726b37eea07e2c00e80279f286f6052031d | /explore-springframework/src/main/java/org/lr/explore/components/springframework/ExploreFileSystemXmlApplicationContext.java | 10a2c5da655d8cd4341e4ef8b2740de73e858b63 | [] | no_license | lirui10093622/explore-components | 3f600e15e443bf4c6bca45536cb91dd52a1eae8a | eb17a197bb42dfa877876e3532e5fe7b190e135e | refs/heads/master | 2021-07-08T14:33:29.916130 | 2019-07-22T15:09:17 | 2019-07-22T15:09:17 | 197,527,932 | 0 | 0 | null | 2020-10-13T14:40:27 | 2019-07-18T06:43:02 | Java | UTF-8 | Java | false | false | 669 | java | package org.lr.explore.components.springframework;
import org.lr.explore.components.springframework.bean.HelloService;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.FileSystemXmlApplicationContext;
/**
* @author neil
* @email lirui10093622@163.com
* @time 2019-07... | [
"lirui10093622@163.com"
] | lirui10093622@163.com |
40857a2252a6b771b2a14cb8a7f0b572244090fb | 981c5dfbbb21cbdc0a855dc96e59479c360cc83a | /app/src/main/java/me/vociegif/android/mvp/vo/StickerFile.java | 0494229f75b13a88908d8c8b50db980dda8e4be7 | [
"Apache-2.0"
] | permissive | junchenChow/exciting-app | 3bc5d4d8068059919d4ca79a932d9db365155132 | b9f136ae80c0e03932b611c79978f6c5204306d5 | refs/heads/master | 2021-01-01T19:37:23.357849 | 2017-09-27T08:14:31 | 2017-09-27T08:14:31 | 98,629,263 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,186 | java | package me.vociegif.android.mvp.vo;
import java.io.Serializable;
import java.util.List;
public class StickerFile implements Serializable {
/**
*
*/
private static final long serialVersionUID = 1L;
private String imgname; //格子里面的背景name
private String imgname_url;
private int width;
... | [
"zhoujunchen20@sina.com"
] | zhoujunchen20@sina.com |
d93bf5b7f9f19c87a6ce2d8a4592b354627c0fa1 | 43e619b2c6f62f9322c31efe5ff66ea89c586816 | /lvfs/src/test/edu/brown/lasvegas/lvfs/local/LocalBlockCompressionFixLenFloatGzipTest.java | f5a071b68632063d9f9b0a18e88aa225a1cd788d | [] | no_license | hanson5b/las-vegas | 6a35e83cd2f98505c32da3239ca0ad06ec092bdc | dc3e0af44fbbca84c58305c331429966f3c38949 | refs/heads/master | 2021-01-01T06:55:36.425154 | 2013-03-10T03:59:23 | 2013-03-10T03:59:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 303 | java | package edu.brown.lasvegas.lvfs.local;
import edu.brown.lasvegas.CompressionType;
public class LocalBlockCompressionFixLenFloatGzipTest extends LocalBlockCompressionFixLenFloatTest {
@Override
protected CompressionType getType() {
return CompressionType.GZIP_BEST_COMPRESSION;
}
}
| [
"hideaki.kimura@gmail.com"
] | hideaki.kimura@gmail.com |
8d2efe23fe94c69e22b3c3b008288cc25b5598d0 | 254d3e86ffb44cd881cfbd51ff7d3bb2fd11e274 | /src/main/java/com/idea/cms/config/RabbitMqConfig.java | 6dc7ac4a92c81886a5b2107cc681f493948cd473 | [] | no_license | Vc-lucifer/demo | c16e7cc65953f3b3ddb3c1b3e0550a3121fe8c9a | a4e6606403c4abf089cb5512cee55be425341b42 | refs/heads/master | 2020-04-13T04:01:37.242867 | 2018-12-28T09:20:14 | 2018-12-28T09:20:14 | 162,948,696 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 568 | java | package com.idea.cms.config;
import org.springframework.amqp.core.Queue;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
/**
* @Author: Lucifer
* @Description: 队列配置,队列的名称,发送者和接受者的名称必须一致,否则接收不到消息
* @Date: 2018/12/21
*/
@Configuration
public class Ra... | [
"18311400747@163.com"
] | 18311400747@163.com |
8aef65c30f048e12d1d337749f30afa1f85dd7f0 | 23c82be900d6d4462c65d67c1ed50749fc02d0ce | /src/main/java/com/test/testapplication/service/MathReaderService.java | 0124631e2ca0218b733e95c444c3fb27859bbf80 | [] | no_license | RozaShig/TestApplication | 334ee8b80c70be8fba45728c254f4b8b9de10bc2 | 1388dd0c56182acd0c799c331b03c71efdeb5199 | refs/heads/master | 2022-11-04T22:22:03.245412 | 2020-06-28T12:35:12 | 2020-06-28T12:35:12 | 275,580,883 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,867 | java | package com.test.testapplication.service;
import org.springframework.stereotype.Service;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.FileWriter;
@Service
public class MathReaderService {
private String doMath (String line) {
try {
long operan... | [
"RSHigabutdinova@IBS.RU"
] | RSHigabutdinova@IBS.RU |
564c270cf2930afff5c2e114de8d110fb7c7c0ef | c61f2fad090ec1dff231bfb5b11e6d1320c653c9 | /src/main/java/hiber/model/Car.java | 7f8f26fa7556d5b89f958fb56c7d0f5541ce6103 | [] | no_license | paxansx/spring_hibernate_2.2.1 | 500f6fde18577121ed1ef25bf4b0e5e79add7096 | 04f37015c96f2ca77b8a56c83dceeb8d7f20ebb5 | refs/heads/master | 2023-02-23T16:07:20.383346 | 2021-01-29T13:09:49 | 2021-01-29T13:09:49 | 334,149,187 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 984 | java | package hiber.model;
import javax.persistence.*;
@Entity
@Table(name = "cars")
public class Car {
@Id
@Column(name = "series")
private int series;
@Column(name = "model")
private String model;
@OneToOne(mappedBy = "car")
private User user;
public Car(){}
public Car( String... | [
"60510220+paxansx@users.noreply.github.com"
] | 60510220+paxansx@users.noreply.github.com |
56daabd31c451aee17f19eed23530353fc5f40b8 | 5cf7292f80f7c0e455d24b59bd074283014c9a2e | /app/src/main/java/tequila/Config.java | 4bae65ae64b3ea7ee783e1141a1dfee90b35b919 | [] | no_license | williamcspace/android-demo | 850ec3667ae002575014d04ccfbe6c66d2346847 | feb7c732f873bc41020ab3c02c2e09085995553f | refs/heads/master | 2021-01-20T06:57:03.084416 | 2015-10-01T10:02:33 | 2015-10-01T10:02:33 | 40,971,351 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,168 | java | package tequila;
import android.util.Log;
public class Config {
public static final String APP_VERSION = "v0.0.8";
// (MIN) assert -> error -> warn -> info -> debug -> verbose (MAX)
public static final int LOG_LEVEL = Log.VERBOSE;
// public static final String TXL_API_URL = "http://192.168.1.4:3000";... | [
"williamc0206@gmail.com"
] | williamc0206@gmail.com |
8144d1792e7cb67c993eb614d9b038f2bb714857 | 202f047f449069ac3d5f567ff6de7a2ed4793e79 | /Codigo/AppNaranja/src/alc/appnaranja/presentador/IPresentadorPedirCita3.java | ea0edf0d84b8cb22a82202fa1c0ef8997f7f48bd | [] | no_license | aluzardo/trabajo-fin-de-grado | 2aad252cc5bec9e5f4cc3f667331c45e1d2dc274 | 1e8b17a539b795dcb3bd06a1b25e298e808f3a15 | refs/heads/master | 2021-01-10T14:28:29.592695 | 2016-01-14T00:18:52 | 2016-01-14T00:18:52 | 49,609,127 | 1 | 0 | null | null | null | null | WINDOWS-1250 | Java | false | false | 850 | java | package alc.appnaranja.presentador;
public interface IPresentadorPedirCita3 {
/**
* Se realizan todas las operaciones necesarias para mostrar la VistaPedirCita3.
*/
public void mostrarVistaPedirCita3();
/**
* Carga las fechas disponibles del modelo
*/
public void cargarFechas();
/**
* Presenta en... | [
"adolfoluzardocabrera@gmail.com"
] | adolfoluzardocabrera@gmail.com |
d8f2e72f8fcb5720b82317ea19d91b5d49602ecc | b87a389bd09e16f1174236fdcd6a990707aef697 | /src/main/java/com/aaa/dao/InterviewDao.java | 7ac25dbec7fc9df43cb9ef7ab98e90465180a022 | [] | no_license | XJing9/ailybg | e881423c7946388964855c4c09d0b75f6125905e | 0a23176f46bdd9575a893bfc304603eebb92da38 | refs/heads/master | 2022-12-08T22:47:19.859759 | 2020-09-07T00:44:33 | 2020-09-07T00:44:33 | 289,138,766 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 899 | java | package com.aaa.dao;
import com.aaa.entity.Interview;
import org.apache.ibatis.annotations.*;
import java.util.List;
@Mapper
public interface InterviewDao extends tk.mybatis.mapper.common.Mapper<Interview> {
@Select("select * from Interview i1 left join entreprenenur e1 on i1.ent_id=e1.ent_id")
List<Intervie... | [
"1843779986@qq.com"
] | 1843779986@qq.com |
11f347a98a68079af736798e1cc29b968fb35d34 | b3ef7415cad326aed00212c47c367150accf8b23 | /src/main/java/com/ccreanga/guava/showcase/eventbus/Producer.java | f93981736c602adb085a3e4184c9c5f6ff0cafe6 | [] | no_license | cornelcreanga/guava_tests | 7c3300aba696ee2046d7bf15b8c859a45ae0fd8c | c844fff05654d4f0f0d92368d6f954176b529969 | refs/heads/master | 2016-08-11T15:12:42.683677 | 2016-03-29T08:13:35 | 2016-03-29T08:13:35 | 54,837,822 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 160 | java | package com.ccreanga.guava.showcase.eventbus;
public class Producer {
public Producer() {
EventBusService.getInstance().postEvent("cucu");
}
}
| [
"tarnavenimures47"
] | tarnavenimures47 |
dd1dfdd193ebaf5c15f8ca3568aeb9c5f8adcf84 | c910b384330f2724cd2364de06bd0b4ce58099f7 | /components/cronet/android/test/javatests/src/org/chromium/net/CronetUrlRequestContextTest.java | f8c347ac94740634d65799db890e742d0b31b062 | [
"BSD-3-Clause"
] | permissive | techtonik/chromium | 3d4d5cf30a1a61f2d5559ac58638ce38cf2ab5cd | 319329de7edb672d11217094c5f9b77bc7af1f26 | refs/heads/master | 2021-10-02T05:10:56.666038 | 2015-10-13T20:09:21 | 2015-10-13T20:10:56 | 44,329,819 | 0 | 1 | null | 2015-10-15T16:14:05 | 2015-10-15T16:14:04 | null | UTF-8 | Java | false | false | 33,163 | java | // Copyright 2014 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.net;
import android.content.Context;
import android.content.ContextWrapper;
import android.os.ConditionVariable;
import android.os.H... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
14e6f19dbbe643af3073098c0346ef4ab6eff9f4 | 78b4e2d4bed10c82ea03341920a36f83df0b5717 | /YB-RBAC/src/main/java/com/yb/loginmodule/controller/loginController.java | 3b10ff18eec334296555d49f03b6d9657d9a0a84 | [] | no_license | lxm-sa/- | 0cfdfcb050d94e272c1c3d36635b2222a842e482 | 080f8b1aa30284fd88671e7a5dd9061c67a5effb | refs/heads/master | 2022-07-12T10:51:46.945816 | 2019-10-11T02:53:10 | 2019-10-11T02:53:10 | 214,329,086 | 0 | 0 | null | 2022-06-29T17:41:58 | 2019-10-11T02:48:35 | JavaScript | UTF-8 | Java | false | false | 2,665 | java | package com.yb.loginmodule.controller;
import com.yb.base.pojo.RoleEntity;
import com.yb.base.pojo.UserEntity;
import com.yb.loginmodule.service.UserService;
import org.apache.shiro.SecurityUtils;
import org.apache.shiro.subject.Subject;
import org.springframework.beans.factory.annotation.Autowired;
import org.spring... | [
"897224611@qq.com"
] | 897224611@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.