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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ab6a31da4c8761c20133c56fc7d59af465841014 | 692dcad756e38c4ddb78c9ba16a3ebb06bb39b8c | /app/src/main/java/com/androidtechies/godebate/MessageFeedAdapter.java | ff851d5e75589c9833795890b34655445697eef9 | [] | no_license | jasbir1612/GoDebate | f9a5ac82a1e74b781b88c0b9e2e1fdcc47933d25 | 7aca2317a56212dda5f381b70c448e99d5e5730f | refs/heads/master | 2021-01-10T10:36:31.786536 | 2016-03-10T17:10:13 | 2016-03-10T17:10:13 | 52,477,759 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,225 | java | package com.androidtechies.godebate;
import android.content.ClipData;
import android.content.ClipboardManager;
import android.content.Context;
import android.view.Gravity;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.wid... | [
"jasbir1612@gmail.com"
] | jasbir1612@gmail.com |
181aad4e2a2155bc34645febef18c34fe4966f55 | 0384c937f9a6ae4bca4ccedaf3300befb1a81f9d | /switchsdk/src/test/java/net/gini/switchsdk/utils/ExifUtilsTest.java | 5c86734e04bfc21a4a57e5dc4d7802bc685a0757 | [
"MIT"
] | permissive | gini/gini-switch-sdk-android | 4ae677c9dcfe687ac43a22fb78338cce4f037a9a | bd10eededf35b2d6973494e1891eea7f452e03d0 | refs/heads/develop | 2021-03-16T08:48:38.913514 | 2017-12-21T11:58:48 | 2017-12-21T11:58:48 | 84,853,962 | 3 | 1 | MIT | 2017-12-21T11:58:49 | 2017-03-13T17:13:16 | Java | UTF-8 | Java | false | false | 3,375 | java | package net.gini.switchsdk.utils;
import static junit.framework.Assert.assertEquals;
import org.junit.Before;
import org.junit.Test;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class ExifUtilsTest {
private List<Integer> mUnsupportedDegrees;
private List<Integer> mUns... | [
"stephan.hagios@gmail.com"
] | stephan.hagios@gmail.com |
bdb98aef4dd0ee8c2082830bf3fac8743f5f321b | e7c38a5d6d7740c30d3f8568638fd7855fd5b89f | /RSImageFilterBinderServer/src/cn/louispeng/imagefilter/filter/ImageFilter.java | 77791a402b8938890340620a23fb71c1ec94cd69 | [
"Apache-2.0"
] | permissive | windboat/RenderScript-ImageFilter-IPC | 4d023159f560a2e4e9e6389418521a6b629248ff | 137e08a05af4f677f9b976e4c4dd04b812846873 | refs/heads/master | 2021-01-17T10:15:58.720303 | 2014-05-26T03:11:20 | 2014-05-26T03:11:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,291 | java | /**
* @author pengluyu
*
* ImageFilter.java
* 6:08:04 AM 2014
*/
package cn.louispeng.imagefilter.filter;
import android.content.Context;
import android.graphics.Bitmap;
import android.renderscript.Allocation;
import android.renderscript.RenderScript;
import android.renderscript.ScriptC;
import android.util.Log;... | [
"pengluyu@gmail.com"
] | pengluyu@gmail.com |
ba160648c94f217179bf64317965f937e4fb290e | ce69fb521d6d9809430ce9ef498110dd15b535dc | /app/src/main/java/com/fanqi/wankt/utils/ColorInfo.java | cec29a6b8560aeb940a0fb43a263a101647c1cbd | [
"Apache-2.0"
] | permissive | fanqGithub/wanandroid_kotlin | c8a5775d00e5a3e4b7e267f3d541a179df67ad47 | 792d2aef62116ef6ec6e5925a7d44fde399105e5 | refs/heads/master | 2021-07-25T22:31:16.351945 | 2020-12-25T07:10:25 | 2020-12-25T07:10:25 | 231,325,102 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,145 | java | package com.fanqi.wankt.utils;
import androidx.annotation.NonNull;
/**
* 作者:Zhout
* 时间:2019/3/12 13:33
* 描述:banner图片颜色渐变Bean
* <p>
* Vibrant (有活力)
* Vibrant dark(有活力 暗色)
* Vibrant light(有活力 亮色)
* Muted (柔和)
* Muted dark(柔和 暗色)
* Muted light(柔和 亮色)
*/
public class ColorInfo {
private String imgUrl;
... | [
"945515799@qq.com"
] | 945515799@qq.com |
9c3582b6d18b9fbd1e64c3d76ba0b2ee44ca7e62 | 71615db79dd9304545b0be2e985a7af50dd5d481 | /Programming Exercise/Initials.java | 63b79a32ba8f22030b425892b28bc3a283428509 | [] | no_license | Jay07/CP2406Practical2 | c72ed7ba0cf1a4a7c93a661d2f54240dae48a7d6 | 9c513ed9c078b34019b9a61a2ab9c1c2354ac6e4 | refs/heads/master | 2020-06-29T07:05:53.412960 | 2016-11-22T06:32:38 | 2016-11-22T06:32:38 | 74,441,992 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 613 | java | public class Initials{
private String name;
public Initials (String n)
{
name = n;
}
public String getName()
{
return name;
}
public void setName(String n)
{
this.name = n;
}
public void displayInitials()... | [
"jc338335@ad.jcu.edu.au"
] | jc338335@ad.jcu.edu.au |
91784f0ae969910c338bc3c264d87e72346aa1eb | c4275bfe8d9d7e5fa54161a3d503953ea5703695 | /Prehistoric/src/com/company/hexgame.java | 871bae20f2d24af6a394b81c06127a20874cc2e5 | [] | no_license | BjarnyAskoldson/Prehistoric | 616f487ccbbad01f21d21b5a97365ffe152a161f | 9e24a231fcc7cf1d8e525a0f9b7173ea13a5ace3 | refs/heads/master | 2022-01-15T21:06:34.244856 | 2019-06-13T05:33:30 | 2019-06-13T05:33:30 | 104,153,119 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,831 | java | package com.company;
import com.company.GUI.MainScreen;
import com.company.Gameplay.*;
import javafx.scene.image.Image;
import javafx.stage.Stage;
import java.awt.*;
import javax.swing.*;
import java.io.BufferedWriter;
import java.io.FileWriter;
import java.io.IOException;
import java.util.HashSet;
/**... | [
"Alex Miliukov@AUPC0CUNZP.au.aap.ad.pwcinternal.com"
] | Alex Miliukov@AUPC0CUNZP.au.aap.ad.pwcinternal.com |
261966cbedf6d62e6b269479eabc99ca73200fe6 | 6266d6037fbfbd5fe2c8536baf32a8b33597edbd | /src/main/java/kaist/adward/wikimr/job/PageRankCalculationJob.java | e177b272c7a41f18263bc9da1b5fb8f8b7245e4b | [] | no_license | hsyhsw/PageRank | 695fbf409dd3544526ee258633f171042e97b0e4 | ec484407efe52c29679b665a680c5706aeef2bac | refs/heads/master | 2020-04-06T04:30:42.962353 | 2014-05-21T14:21:44 | 2014-05-21T14:21:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,487 | java | package kaist.adward.wikimr.job;
import kaist.adward.wikimr.mapper.PageRankIterationMapper;
import kaist.adward.wikimr.reducer.PageRankIterationReducer;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.io.IntWritable;
import org.apache.hadoop.io.Text;
import org.a... | [
"hsyhsw@hanmail.net"
] | hsyhsw@hanmail.net |
f019207dd60f9526caf895ffecf2edbc0482127f | 17e8438486cb3e3073966ca2c14956d3ba9209ea | /dso/tags/3.5.2_2/code/base/dso-l2/src/com/tc/statistics/retrieval/actions/SRADistributedGC.java | e4382a35c8f007f7b56a6c201dedc988ce86cae6 | [] | no_license | sirinath/Terracotta | fedfc2c4f0f06c990f94b8b6c3b9c93293334345 | 00a7662b9cf530dfdb43f2dd821fa559e998c892 | refs/heads/master | 2021-01-23T05:41:52.414211 | 2015-07-02T15:21:54 | 2015-07-02T15:21:54 | 38,613,711 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,946 | java | /*
* All content copyright (c) 2003-2008 Terracotta, Inc., except as may otherwise be noted in a separate copyright
* notice. All rights reserved.
*/
package com.tc.statistics.retrieval.actions;
import com.tc.logging.TCLogger;
import com.tc.logging.TCLogging;
import com.tc.objectserver.dgc.impl.GCStatisticsAgentSub... | [
"hhuynh@7fc7bbf3-cf45-46d4-be06-341739edd864"
] | hhuynh@7fc7bbf3-cf45-46d4-be06-341739edd864 |
59d95c1af1549ca68f4ad402969b2f2b1cc358b2 | dd9b37b077cb6bdfcbe5d2d3bcd7b7068c8a076b | /Aurora/src/cn/infogiga/util/HibernateUtil.java | b5df0ed7bf46fc5caeae554b9b8524d4df292ccf | [] | no_license | lancexin/infogiga | 91ee4b2805e91ddae897e6fda10eead033e7ff31 | 5e67173c9b107779a2c1a4ffe7d8d6f78e1c7bcc | refs/heads/master | 2021-01-10T08:04:17.290395 | 2011-03-28T02:17:05 | 2011-03-28T02:17:05 | 49,560,996 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 389 | java | package cn.infogiga.util;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
public class HibernateUtil {
private static SessionFactory sessionFactory;
public void setSessionFactory(SessionFactory sessionFactory) {
this.sessionFactory = sessionFactory;
}
public static Session g... | [
"lance.hz@3c4fb456-26bf-fce3-d946-147801ec67f8"
] | lance.hz@3c4fb456-26bf-fce3-d946-147801ec67f8 |
039336953106582d7d76f27d1986669649993c0a | 1ddc7688baaf609b7dc1595d18f0cb2fa5ee768b | /src/main/java/flinkbase/model/ActiveModel.java | 4d81609ae5ef0dffbe9afc388417f752809a488d | [] | no_license | a524631266/flinkdemo | 0b7e3932af8ac027071802255404451e69382265 | 2236b6f30866d7e780fb87e62d10cca1ba3e1ca2 | refs/heads/master | 2023-01-30T14:28:14.488377 | 2020-12-16T08:35:23 | 2020-12-16T08:35:23 | 290,516,785 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 579 | java | package flinkbase.model;
import com.zhangll.jmock.core.annotation.BasicTokenInfo;
import lombok.Data;
import lombok.ToString;
import java.sql.Timestamp;
@Data
@ToString
public class ActiveModel {
@BasicTokenInfo(value = {"/u00[0-9]/"})
private String userId;
@BasicTokenInfo(value = {"/A[0-9]/"})
priva... | [
"zhangll@homewell.com.cn"
] | zhangll@homewell.com.cn |
d8a902afa33c211ffad1dbded18962eaf3fd37e9 | 11f55dfb598bbca21526da16db19913fb0db188d | /src/com/younes/model/Product.java | 10f2e6a27a1c0f402010c71258ba31e9e658ef64 | [] | no_license | younis05/MarketIchemoul | 80bd9aeca0a8b649fea9cbf6a3697aa43c922afb | 8ce5bf93ed8fdaa7b680f1a15d06a0474b34b4cc | refs/heads/main | 2023-01-30T16:22:43.381014 | 2020-12-15T13:01:44 | 2020-12-15T13:01:44 | 321,628,552 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 271 | 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.younes.model;
/**
*
* @author BOUKHTACHE
*/
public class Product {
}
| [
"younesboukhtache@gmail.com"
] | younesboukhtache@gmail.com |
8830c5689edf3ffcef00dcb008442edb0cf08736 | 7b97f92837b0b02345cb57bbd09b640c3c2acf6c | /javastudy/src/webServer/GetHTML.java | 5471739a04b2e2a9f2c07da65b9332e16f4c005f | [] | no_license | SaDaa-Dev/JWorkspace | a3767c87089a3223d80d5557c55d7d933d7d48e9 | 6fd69f09c6d321d2c22d74b45b2f56f9a9ffa659 | refs/heads/master | 2023-01-18T17:59:15.493359 | 2020-11-28T09:01:48 | 2020-11-28T09:01:48 | 314,779,080 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 817 | java | package webServer;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.URL;
public class GetHTML {
public static void main(String[] args) {
try {
URL url = new URL("https://www.gachon.ac.kr/introduce/chairman/01.jsp");
Syste... | [
"sada1223@naver.com"
] | sada1223@naver.com |
168930cef837321679181e2b3070e67e10325f6d | 3e5242e36af02a904f8d63b109c4a737b12990ae | /tests/LineTest.java | d984cff01f6716c3d5a1e09f0ddd3c78923ca261 | [] | no_license | DBall8/TriangleGame2.0 | 71ae71403372e6baf16439056726b5815bb510c8 | 3637118d39b231a3e1f03309cfe1e58f0f48fa68 | refs/heads/master | 2020-03-25T00:43:40.724424 | 2018-08-13T23:47:34 | 2018-08-13T23:47:34 | 143,202,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,811 | java | import physics.Bounds;
import physics.Line;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class LineTest {
@Test
public void lineIntersectTest(){
Line l1 = new Line(0, 0, 20, 0);
Line l2 = new Line(10, 10, 10, -10);
assertEquals(true, l1.intersects(l2));
... | [
"Damon.Ball.contractor@keurig.com"
] | Damon.Ball.contractor@keurig.com |
09a723e9f0b1ab81961f2d0387c398a2b3da5b9b | 3651587a213ade07595b849cd5fd7db915fc730a | /PcapReader/src/his/pcap/reader/http/HttpPacket.java | f0624b7828dfafe1f0e5eda803c825949b093731 | [] | no_license | alabbas-ali/Network-Protocols-Similarity | c9e9dcfb4270be4adfd009b5d6db268008395831 | c8c1d637f6ca6b29fb9f23929039ae9143ff0758 | refs/heads/master | 2020-03-26T09:37:05.463516 | 2018-08-20T10:02:44 | 2018-08-20T10:02:44 | 144,755,322 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 401 | java | package his.pcap.reader.http;
import java.io.IOException;
import io.pkts.packet.impl.ApplicationPacket;
public interface HttpPacket extends ApplicationPacket {
public HttpHeaders getHeaders();
public byte[] getHttpPayload();
boolean isCompressed();
byte[] contentdecoding() throws IOException;
public int ge... | [
"weeamha@gmail.com"
] | weeamha@gmail.com |
da0c69a47b361aca566c87149c1d3978a0006297 | 511c0fdb941bde8072846ca880b6320f8b79d1fc | /OrganizationalForum2016Repo/OrganizationalForum/src/main/java/com/tatvasoft/service/SearchServiceImpl.java | 908ae940fa59d629212bb87f43cd17ced09ed967 | [] | no_license | cyberstormdotmu/seconds | a93089f79f7995a883e1c755817801fe63d0f0ac | fe332ed0ef33197e76e42b38465141b96960109f | refs/heads/master | 2020-04-01T07:35:11.577920 | 2018-08-08T13:45:49 | 2018-08-08T13:45:49 | 152,995,126 | 0 | 0 | null | 2018-10-14T16:33:30 | 2018-10-14T16:33:30 | null | UTF-8 | Java | false | false | 988 | java | package com.tatvasoft.service;
import java.util.List;
import javax.transaction.Transactional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.tatvasoft.dao.PostDao;
import com.tatvasoft.dao.ReplyDao;
import com.tatvasoft.dao.SearchDao;
import ... | [
"bhawin12@gecg28.ac.in"
] | bhawin12@gecg28.ac.in |
a6f1cbd20b01808135a01804ab95508d89b517b1 | ae6a25d119186cafbeb39a987a02e501dcf830b5 | /src/WordNetDet.java | 8ef15ff03391a288e3620a732ed492d8611dd2a7 | [] | no_license | mugdhachaudhari/PlagiarismDetection | 8744845ac2f95ddd422d93a0e6d9ff801e2acfc7 | 820e35d799795663b7d6e6a278ad32a2aa0832d6 | refs/heads/master | 2021-01-11T15:56:04.576099 | 2017-01-24T22:25:15 | 2017-01-24T22:25:15 | 79,960,487 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,882 | java | import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.FilenameFilter;
import java.io.IOException;
import java.io.ObjectInputStream.GetField;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.Arrays;
import java.util.HashMap;
import java.util.HashSet;
im... | [
"mugdha.chaudhari@gmail.com"
] | mugdha.chaudhari@gmail.com |
6464d4406c2888a2bd9626b58465a52d551db60d | 2e637c146f23a46896cfb37ca17de60f2553478b | /src/main/java/com/aylien/textapi/parameters/UnsupervisedClassifyParams.java | 52d114d9e99c220d724cda86b0ee017297f1e1ad | [
"Apache-2.0"
] | permissive | manolismaragoudakis/aylien_textapi_java | 978c1ba93193bd049260cd31344a0428dbdc6687 | 2ff7c116c424562c80a5474460cd0c90bd8310e6 | refs/heads/master | 2020-12-07T13:41:47.153809 | 2015-03-16T12:56:10 | 2015-03-16T12:56:10 | 37,009,680 | 1 | 0 | null | 2015-06-07T08:31:21 | 2015-06-07T08:31:21 | null | UTF-8 | Java | false | false | 3,229 | java | /**
* Copyright 2015 Aylien, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | [
"amirsaied@gmail.com"
] | amirsaied@gmail.com |
a6cf259769ef8cd71b224b318da1c8e47fdb9e50 | ee3483d176c8b64d60850691ac795f1116ab033c | /src/main/java/com/xeno/goo/interactions/Floral.java | 4be2e0bc6cba95d13372452c9440749090f147b8 | [
"MIT"
] | permissive | skyboy/Goo | cf871ea25e923051932bafc794e76429172964b1 | 9b66c151d7fcab2b1a16dbd64b268919f0d5699e | refs/heads/master | 2023-06-02T11:07:12.236685 | 2021-03-29T18:29:00 | 2021-03-29T18:29:00 | 352,744,462 | 0 | 0 | MIT | 2021-03-29T18:39:24 | 2021-03-29T18:25:30 | Java | UTF-8 | Java | false | false | 8,818 | java | package com.xeno.goo.interactions;
import com.xeno.goo.entities.GooBlob;
import com.xeno.goo.setup.Registry;
import net.minecraft.block.*;
import net.minecraft.fluid.Fluids;
import net.minecraft.item.BoneMealItem;
import net.minecraft.state.BooleanProperty;
import net.minecraft.state.properties.BlockStateProperties;
i... | [
"mercuriusxeno@gmail.com"
] | mercuriusxeno@gmail.com |
46c979a141ffbaf53969db5a45d9f667a0cd8db8 | 4a40a393fc0b659479235ebafa4498bf5bfe55af | /src/main/java/kthFromTheEnd/LinkedList.java | 03796181f74e5ef425b26c7dc894d4e6cf0f41cc | [] | no_license | Ahmed199764/data-structures-and-algorithms-java | 64747092e5c0e94a1c462133cc0a74b11861a0ab | 9c2b1c334e96788234ddcf93935f1d95efdeabc9 | refs/heads/master | 2022-01-21T23:53:24.060713 | 2019-07-18T21:32:07 | 2019-07-18T21:32:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,264 | java | package kthFromTheEnd;
import java.util.ArrayList;
import java.util.List;
/**
* The LinkedList class
*/
public class LinkedList {
public Node head;
public LinkedList(){
}
/**
* This method takes a number, k, as a parameter. Return the node’s value that is k
* from the LL.
*
... | [
"elizabeth.mahoney.dao@gmail.com"
] | elizabeth.mahoney.dao@gmail.com |
1c9608ac1a6c2735bfefb6c5c4d5873bc1cef6ec | 1a7c404aa6f6250bcaeb7dcce9e1ef630599fe15 | /ForestBlog/src/main/java/com/liuyanzhao/blog/controller/Home/PageController.java | ca89dc8ef5ae684548236f2dfbbfed7ad9ac1a88 | [] | no_license | 0ne0neZero/helloboy | 33f18d5db8ab226a8c0337fdbc848dc4c1cddf0f | 4b2463e3d31fbfe1c8391504b0ec333005e07dbd | refs/heads/master | 2020-03-28T13:39:34.774896 | 2018-09-12T06:55:34 | 2018-09-12T06:55:34 | 148,415,190 | 6 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,006 | java | package com.liuyanzhao.blog.controller.Home;
import com.liuyanzhao.blog.entity.custom.*;
import com.liuyanzhao.blog.service.*;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annota... | [
"1819218320@qq.com"
] | 1819218320@qq.com |
e2687107594e1c51ad9634d6b99a58ab7d805157 | 08ee70613fde2b244932eee4450a37ecc8f97b6e | /src/main/java/com/javaguru/shoppinglist/dto/ProductDTO.java | fb2d87910e7d345391d3c7012d789cace3dca338 | [] | no_license | 19art91/JavaGuruProj | 7c4ce32ebe71d2c793d33bff5ec061c4bb343da8 | 10920cc62c96aeb8f70ed3e7d4dce5aeb1be86a1 | refs/heads/master | 2022-12-23T11:18:18.683342 | 2019-12-13T13:09:16 | 2019-12-13T13:09:16 | 214,249,531 | 0 | 0 | null | 2022-12-16T09:56:29 | 2019-10-10T17:52:35 | Java | UTF-8 | Java | false | false | 1,627 | java | package com.javaguru.shoppinglist.dto;
import com.javaguru.shoppinglist.domain.ShoppingCart;
import javax.persistence.*;
import java.math.BigDecimal;
import java.util.LinkedList;
import java.util.List;
public class ProductDTO {
private Long id;
private String name;
private BigDecimal price;
private ... | [
"artjoms.drozdovs@gmail.com"
] | artjoms.drozdovs@gmail.com |
3a1cf707a4b6a49655fdcf6008912d7ed4e70603 | 2a0b28c1deca3281c2e61a7fc3add2eba94b84d9 | /studio-common/src/main/java/com/free/studio/framework/pureui/view/Condition.java | aed86d5c8beadf9d80c475a10d0cba950ebebca1 | [] | no_license | 787749090/studio-parent | 75276003ffe1d0ba2ae1977e79ad8b49b31d6424 | 88b1f8326190e4bd249677b7bec39d8d2f371f62 | refs/heads/master | 2021-01-21T10:29:32.355952 | 2017-05-18T12:41:59 | 2017-05-18T12:41:59 | 91,657,924 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 334 | java | package com.free.studio.framework.pureui.view;
import com.free.studio.framework.core.support.model.BaseView;
/**
* @Title: Condition.java
* @Package com.free.studio.framework.pureui.view
* @Description: TODO
* @author yewp
* @date 2017年5月8日 下午5:30:15
* @version V1.0
*/
public class Condition extends BaseView {... | [
"asus@192.168.75.1"
] | asus@192.168.75.1 |
cc35dec4b719efa47d6d639582b9ad06aaf01559 | 14d19c2e0535612c89881137e7236b80fb48fc37 | /src/lesson01/AbstractCar.java | b339afd42978408ba9353e88aa97a6f58125ff3e | [] | no_license | vip-89/JavaNewProiectPractica | 6b4c663dd467dd45d555f09e78bac614cdc67c32 | 7975e68aa2a6948e7caedd90c98add29f6365b4d | refs/heads/master | 2021-06-07T12:35:32.900248 | 2016-07-10T07:00:25 | 2016-07-10T07:00:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 532 | java | package lesson01;
/**
* gkislin
* 12.12.2014.
*/
public abstract class AbstractCar implements Car {
protected int speed = 100;
public int getSpeed() {
return speed;
}
public void setSpeed(int speed) {
this.speed = speed + 12;
}
public void getDescription()... | [
"Viorel Popa"
] | Viorel Popa |
d7ea281c4a02a5ac543a4882ed835c0a74bde960 | 76f495e542d5fdddcbea7721b071094fe081e249 | /test-uima-annotator-two/src/main/java/com/github/hronom/test/uima/annotator/two/RoomNumber_Type.java | 1692ad1302336f48eb19e999e19fe925e358761f | [] | no_license | Hronom/test-uima | 889023ae116c2d8ac70af5bed7cf6aeb7bc5261c | 9662dceeb344f4afb558a6eebd6436d196da06d6 | refs/heads/master | 2023-05-01T10:04:41.363461 | 2015-09-30T18:37:40 | 2015-09-30T18:37:40 | 43,450,700 | 0 | 0 | null | 2023-04-16T19:07:57 | 2015-09-30T18:21:02 | Java | UTF-8 | Java | false | false | 3,307 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | [
"hronom@gmail.com"
] | hronom@gmail.com |
870f83ea6d43561eddd127267da276aa8d6d42ef | 26c08cd216e5f40bc89164e34420e104132d6630 | /app/src/main/java/com/my/mymh/util/choosePic/common/OnFolderChangeListener.java | 2f983d9c9a47df1add88f1f45b9d383a800187b1 | [] | no_license | cxw18772827901/Test1 | a0695c2aa02f810fbd82c322c07e93c1f0863239 | 698fe3cd6cdc07622d6e918737cfc83c14d79275 | refs/heads/master | 2023-06-02T03:29:14.578204 | 2020-12-01T13:28:39 | 2020-12-01T13:28:39 | 317,541,242 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 230 | java | package com.my.mymh.util.choosePic.common;
import com.my.mymh.util.choosePic.bean.Folder;
/**
* @author yuyh.
* @date 2016/8/5.
*/
public interface OnFolderChangeListener {
void onChange(int position, Folder folder);
}
| [
"1157369690@qq.com"
] | 1157369690@qq.com |
864c6816c7e5960790ca62c8bf3a826264534dee | 8e4a4384c42ec8c844a99cd8e9fc4250267e36ad | /thymeleafdemo/src/main/java/com/dreamteam/springboot/thymeleafdemo/controller/EmployeeController.java | 90b76f04ab3ed2f01b4d930d4179f71b482b30f4 | [] | no_license | sfanpro/thymeleaf-demo | 71710487abf00d55016eee84a49faa173d40a8af | 7fa5cd32c1a35e6e055c0589556fae88c22c3d2e | refs/heads/master | 2020-05-20T03:00:52.183256 | 2019-05-07T18:22:32 | 2019-05-07T18:22:32 | 185,346,567 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,354 | java | package com.dreamteam.springboot.thymeleafdemo.controller;
import java.util.List;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springfr... | [
"st.sergeyf@gmail.com"
] | st.sergeyf@gmail.com |
46a93e6675e1bd1979aaf0c0fde255ce9dc5fb8e | c885ef92397be9d54b87741f01557f61d3f794f3 | /tests-without-trycatch/Closure-109/com.google.javascript.jscomp.parsing.JsDocInfoParser/BBC-F0-opt-20/27/com/google/javascript/jscomp/parsing/JsDocInfoParser_ESTest_scaffolding.java | ecc75c64473936af2dd1aa0066520929be3546f3 | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 33,222 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Sat Oct 23 17:11:14 GMT 2021
*/
package com.google.javascript.jscomp.parsing;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import ... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
1f0d7e7a924101755d0cb27874c3a93860829982 | 4ef1b972593f699a71e4eca7ee1010aa231f52cc | /hnLibrary/src/main/java/com/hn/library/jkeyboard/util/KeyboardUtil.java | d69aa9c3f4089626c85cd895653e89e74e02f01d | [] | no_license | LoooooG/youyou | e2e8fb0f576a6e2daf614d1186303ec7ce7bdf4a | 5bff0de57159ab3dda075343b83ff4a461df66e2 | refs/heads/master | 2020-12-03T12:52:00.462951 | 2020-02-17T10:29:59 | 2020-02-17T10:29:59 | 231,321,844 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,692 | java | /*
* Copyright (C) 2015-2017 Jacksgong(blog.dreamtobe.cn)
*
* 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 applic... | [
"53099003@qq.com"
] | 53099003@qq.com |
85405a9034807b77d7e25a0f8e4f131341fe5b94 | e60b63393a7cef698038c891da4a0bea5f9e78b8 | /fmkj-user/user-dao/src/main/java/com/fmkj/user/dao/domain/PmStrategy.java | 39d90ed2a752597371bf992e9300fef700d26ded | [] | no_license | DaulYello/hammer-cloud | 0b0877a8a59343ad08d27555e2255388ce548b4b | 150ebe6817b8e5c6b575280a34b221fbc8c62097 | refs/heads/master | 2020-04-11T14:52:04.946749 | 2018-12-03T02:31:51 | 2018-12-03T02:31:51 | 161,871,494 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,549 | java | package com.fmkj.user.dao.domain;
import com.baomidou.mybatisplus.enums.IdType;
import java.util.Date;
import com.baomidou.mybatisplus.annotations.TableId;
import com.baomidou.mybatisplus.annotations.TableField;
import com.baomidou.mybatisplus.activerecord.Model;
import com.baomidou.mybatisplus.annotations.TableName;
... | [
"632017924@qq.com"
] | 632017924@qq.com |
23c84566da72b462edff15a64945699930c82352 | 5ecda04c9500ec636a471d1e540afc63ce6a4479 | /src/com/mxbc/util/PageModel.java | 037f2a2764aef93445de464a57012dcdfe2fe908 | [] | no_license | Ericwst/mxbc | 362e969deddcfbf75fd893cd101280202018e0a8 | 57b4f8281453b85f4ab31602b0873aaea5248e35 | refs/heads/master | 2020-05-04T19:26:39.490512 | 2016-03-14T12:18:42 | 2016-03-14T12:18:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,379 | java | package com.mxbc.util;
import java.util.List;
public class PageModel {
//总记录数
private int totalRecords;
//结果集
private List list;
//当前页
private int pageNo;
//每页显示多少条
private int pageSize;
/**
* 取得总页数
*/
public int getTotalPages() {
return (totalRecords + pageSize - 1) / pageSize;
}
//------------... | [
"1746788394@qq.com"
] | 1746788394@qq.com |
b0fa25e6983700a76614f4a3c85973bad8fe0592 | 575fd83e0668c117dc7aff9c8eae8cfb99fb752b | /app/build/generated/source/r/debug/android/support/coreui/R.java | 28e86cfe2303cccb861f974d674423748bf6290d | [] | no_license | Ultrayano/Play-Tube | 415429bddd0f4dd87ee6457b67b53e9b50e3eb2c | fb5f6dab4a82e5545cdf0e3e46ef1a06ab9efd97 | refs/heads/dev | 2021-08-28T13:45:37.356878 | 2017-12-05T14:50:22 | 2017-12-05T14:50:41 | 108,970,975 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,610 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package android.support.coreui;
public final class R {
public static final class attr {
public static final int font = 0x7f... | [
"yanick.arn@sbb.ch"
] | yanick.arn@sbb.ch |
58e97e99566fecc5b7060b53bca678f91ec58278 | 7454576f6f6d5ea2b95cccf4c14be3f794f0e5fd | /baselib/src/main/java/com/membership_score/baselib/base/SimpleFragment.java | 63486f117e7bea2f0980c1ab57254acb48a3e60e | [] | no_license | yangkai987/Project | 23ce1533670ae7c04be0279d7df39efa901e66a1 | f4a1c326089ad81989a598e028e7a376e81a3888 | refs/heads/master | 2020-09-05T18:51:17.961557 | 2019-11-12T06:33:24 | 2019-11-12T06:33:24 | 220,184,841 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,165 | java | package com.membership_score.baselib.base;
import android.app.Activity;
import android.content.Context;
import android.os.Bundle;
import android.support.annotation.IdRes;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.L... | [
"kai.yang@xfxb.net"
] | kai.yang@xfxb.net |
2ee9635a9601d11c02662d6c474b29f7d76ada7f | 4753b2d52fb0f892bef34c687bef26103aea3c2f | /app/src/main/java/com/example/a22175_000/phonelock/utils/ActivityMonitor.java | bf22907b0a5eff31e441affb1e40dd12e5721f58 | [] | no_license | hupodaofeng/PhoneLock | a4ed3cbd71d350d50f396eb82042a0104578358f | 2deb85f2a8a5f291e10f45e673967b2b8885b6ea | refs/heads/master | 2021-01-20T04:43:07.472097 | 2017-04-28T15:57:44 | 2017-04-28T15:57:44 | 89,721,916 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,546 | java | package com.example.a22175_000.phonelock.utils;
import android.app.ActivityManager;
import android.app.usage.UsageStats;
import android.app.usage.UsageStatsManager;
import android.content.Context;
import android.os.Build;
import java.util.List;
/**
* Created by 22175_000 on 2017/2/6.
*/
public class ActivityMonit... | [
"2217570504@qq.com"
] | 2217570504@qq.com |
f09531482dd6b04ee7ec9dc8d56d64c226956b59 | 813b43ac436b0d45a69992c35a20470c2041fdd6 | /app/src/main/java/org/mrcpp/ecv/SplashScreenActivity.java | 6c53ba8c7cb3d061629cddbbbf19df3c0b956e27 | [] | no_license | evanhutomo/ECV | f37a9f5a5ef6e3a1150235a00eae50f6cd7121f3 | 821f3cee9c5f7b561db36b8135a6f7c77ddb30ea | refs/heads/master | 2020-04-08T14:41:49.813532 | 2017-11-16T06:59:48 | 2017-11-16T06:59:48 | 38,120,393 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 640 | java | package org.mrcpp.ecv;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
public class SplashScreenActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setC... | [
"evanhutomo@gmail.com"
] | evanhutomo@gmail.com |
79fe776216c362780b6ed692a3c07d6555c876c5 | 9e229b1f734f256e85ed44f1278cff39af02c030 | /front/src/util/Util.java | 51bec1a6acb8af9fab19e43bde51d96ffc3b8ef3 | [] | no_license | PPiedel/Compiler | 573e6578f4ad6a4d0713ae71b6673410c4132ec2 | 9451d32c6b28707778e4b430e2455e705633175c | refs/heads/master | 2020-03-16T04:23:31.490997 | 2018-06-11T08:24:52 | 2018-06-11T08:24:52 | 132,510,212 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 325 | java | package util;
import java.io.*;
public class Util {
public static void writeIRToFile(String iR, File file){
try( BufferedWriter bufferedWriter = new BufferedWriter(new FileWriter(file))){
bufferedWriter.write(iR);
} catch (IOException e) {
e.printStackTrace();
}
... | [
"pawelpiedel@yahoo.pl"
] | pawelpiedel@yahoo.pl |
58ef5d7006be826453db7a8940def01ba03d777b | a3d87a5ea89fc5815daf2c9739fc67922fa2ad0c | /src/gamemodel/Tile_Line.java | ed16bafdd0513bad4de909042593de4d3822a7c8 | [] | no_license | Boy-Blu/Match-3 | 58683530748b63c6db6eb463f00e74d9e7f9c5a9 | b8d2e543b23d05792a3c927a1bd9a6573d42a979 | refs/heads/master | 2020-03-21T16:51:30.863007 | 2018-11-14T21:20:50 | 2018-11-14T21:20:50 | 138,797,901 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 660 | java | package gamemodel;
public class Tile_Line extends Tile{
boolean direction;// Going Vertically or Horizontal
public Tile_Line(int col, boolean direction) {
if(col < 0 || col > 7) throw new IllegalArgumentException();
this.color = col;
this.direction = direction;
this.sr = new Remove_Strat_Line();
}
@Ov... | [
"35087098+agrusk@users.noreply.github.com"
] | 35087098+agrusk@users.noreply.github.com |
fa705c220491acb7678b736ecc504eef96566ddc | aef4cf984f733a5236261672a6d3e4189b5cdb48 | /Generics/src/com/Madina/generics/UserList.java | c8a440adf53015d22a7b7a4ae92d75bd5ed5506c | [] | no_license | MadinaZ/Java | 57a7828dfeab00f7d13b841f7a4f9a7f7d415cda | 446506b806203155efaa8740e4a6ffc1d1c0da76 | refs/heads/master | 2023-06-12T07:40:34.952381 | 2021-06-24T09:44:50 | 2021-06-24T09:44:50 | 285,480,595 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 120 | java | package com.Madina.generics;
public class UserList {
private User[] items = new User[10];
private int count;
}
| [
"madina2200@gmail.com"
] | madina2200@gmail.com |
047afce0f7ed8fc034919063b18170735df871a7 | 5ce14a17ac211f5cae3574cbf4dd9e379050735d | /StarterPreperation/src/main/Problem1.java | af57415c8c93a606acea8ca1f9274781a9031ee6 | [] | no_license | mrinal10/starter | d6c53ec963fe7d652d4bbdcff26dce3bb5a3b8f6 | a88aa2aa1ed0faa5742edf03edd4cef4c0d85424 | refs/heads/master | 2021-08-07T15:47:04.163055 | 2021-06-12T11:55:17 | 2021-06-12T11:55:17 | 200,126,423 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,574 | java |
class LinkedListNode{
int data;
LinkedListNode next;
public LinkedListNode(int v) {
data = v;
next = null;
}
}
public class Problem1 {
private static int getIntersectionPoint(LinkedListNode head1, LinkedListNode head2){
int length1 = getLen(head1);
int length2 = getLen(head2);
int diff... | [
"mail.mrinal10@gmail.com"
] | mail.mrinal10@gmail.com |
22b8a45cf38153c7c2533a6c9ef40785042b752c | eb885611ec43870cc4171ee8f8a46f4a360f4573 | /src/main/java/pl/gov/hackathon/teamoutofboundsexception/server/integration/pojo/Attributes.java | 993d144c69ce1e94d0a865c153d8ca372a59b80b | [
"MIT"
] | permissive | teamoutofboundsexception/backend | 41be19e0148aa8aa56c5096e68b23eb45bb5d5ef | d294bf95287b84a97843baca99d7239b899769c3 | refs/heads/master | 2020-06-04T17:36:56.278807 | 2019-06-22T06:53:04 | 2019-06-22T06:53:04 | 192,127,416 | 0 | 0 | MIT | 2019-06-19T20:30:53 | 2019-06-15T22:01:22 | Java | UTF-8 | Java | false | false | 373 | java | package pl.gov.hackathon.teamoutofboundsexception.server.integration.pojo;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import lombok.Data;
@Data
@JsonIgnoreProperties(ignoreUnknown = true)
public class Attributes {
public String format;
public int file_size;
public String title;
publ... | [
"andrzej1.95@o2.pl"
] | andrzej1.95@o2.pl |
b1ac6bc1a2f2b9f0ccdc35f537cdd2c94476790b | 958189eb5791dfb91ab1a503487011cdd9d4edd5 | /src/servlet/KorisniciServlet.java | 29ef06fc24ac80d08919c3f4ee0228f9c2e1cd07 | [] | no_license | DzenitaAdzic/kviz | 8c0d779a46a35477b826559153e199b8b0f0d35e | 7798bccd2635bbc9fc7cba54112bfe4cfaf83131 | refs/heads/master | 2020-12-02T06:23:56.450058 | 2017-07-10T22:29:23 | 2017-07-10T22:29:23 | 96,826,500 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 859 | java | package servlet;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
@WebServlet("/admin/korisnik")
public class KorisniciServl... | [
"dzenita_adzic@hotmail.com"
] | dzenita_adzic@hotmail.com |
41308895f76ebdfd75559a2cfc23763077d46df3 | d6e87e8a37cefa18121f3c19b0eafe1cd606c6b0 | /src/GUI/jTable1.java | cf0b0fb13dd7685d4eb8f25c0950c38fc5b7b763 | [] | no_license | Eminemhehe/Qingxiu-mountain-tourist-intelligent-management-system | 7aedde1d1d466509d094283ee821f4ab4dfdbdba | a0ec1c944e892bb2e2c4a55a0a7a0494c04a9871 | refs/heads/master | 2020-05-03T01:15:39.298059 | 2019-03-29T04:29:48 | 2019-03-29T04:29:48 | 178,332,316 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 247 | 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 GUI;
/**
*
* @author wz
*/
class jTable1 {
}
| [
"519345786@qq.com"
] | 519345786@qq.com |
07a70c4ed79726174bbb1a86931b7312784c9ca1 | c54062a41a990c192c3eadbb9807e9132530de23 | /solutions/lambdaintro/src/main/java/lambdaintro/BankAccount.java | fd06ed0d1a0c1d6baf4282dd61d7a94b68382a5b | [] | no_license | Training360/strukturavalto-java-public | 0d76a9dedd7f0a0a435961229a64023931ec43c7 | 82d9b3c54437dd7c74284f06f9a6647ec62796e3 | refs/heads/master | 2022-07-27T15:07:57.915484 | 2021-12-01T08:57:06 | 2021-12-01T08:57:06 | 306,286,820 | 13 | 115 | null | null | null | null | UTF-8 | Java | false | false | 733 | java | package lambdaintro;
public class BankAccount implements Comparable<BankAccount> {
private String accountNumber;
private String nameOfOwner;
private double balance;
public BankAccount(String accountNumber, String nameOfOwner, double balance) {
this.accountNumber = accountNumber;
thi... | [
"viczian.istvan@gmail.com"
] | viczian.istvan@gmail.com |
334796372506693089834269d4af609c54398b81 | 7ff9a9a306eff547c81b81cd3dfd3df8436cf9d8 | /OwlTranslator/src/test/java/test/testhtmlParser.java | 3fd76cc61f19c201598b98fd15cd41c451cb3623 | [] | no_license | zYmMiJ/websemantic | c893486c7d7340133c6eae20320f94ead96e89eb | b219bd4eb717d0d4fb79f8926242dcc92d4c0982 | refs/heads/master | 2022-09-17T05:03:44.640390 | 2019-06-22T02:43:51 | 2019-06-22T02:43:51 | 226,838,939 | 0 | 0 | null | 2022-09-01T23:16:56 | 2019-12-09T09:55:43 | HTML | UTF-8 | Java | false | false | 1,218 | java | package test;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import org.junit.Test;
import junit.framework.TestCase;
import translator.DataParsed;
import translator.HtmlParser;
public class TestHtmlParser extends TestCase {
@Test
public final void testConnnectionHTMLinDa... | [
"avaejimmy@gmail.com"
] | avaejimmy@gmail.com |
27a636324472aa8cc6a931b07e5c33bd89fff8d0 | 53d677a55e4ece8883526738f1c9d00fa6560ff7 | /com/tencent/mm/ui/base/h$15.java | a87c6eb362078161601ca15c7caf9319e1cc140d | [] | no_license | 0jinxing/wechat-apk-source | 544c2d79bfc10261eb36389c1edfdf553d8f312a | f75eefd87e9b9ecf2f76fc6d48dbba8e24afcf3d | refs/heads/master | 2020-06-07T20:06:03.580028 | 2019-06-21T09:17:26 | 2019-06-21T09:17:26 | 193,069,132 | 9 | 4 | null | null | null | null | UTF-8 | Java | false | false | 935 | java | package com.tencent.mm.ui.base;
import android.content.DialogInterface;
import android.content.DialogInterface.OnCancelListener;
import com.tencent.matrix.trace.core.AppMethodBeat;
import java.lang.ref.WeakReference;
final class h$15
implements DialogInterface.OnCancelListener
{
h$15(WeakReference param... | [
"172601673@qq.com"
] | 172601673@qq.com |
b0b8a41b764355adb88c4688c8544f405ef510e0 | dd7d98aab31377017de4a567905359a59985bd01 | /src/main/java/com/spring/main/MainForSpring.java | f7ac5ee4195116b122577c154ac943bb63a30c43 | [] | no_license | JiHyun9/springframework | a84cf8c08f75238f00bc0aa5837274bb75c59e31 | 9d7431ca301bdde03c06ef60c7c3b6f31ef3a2bf | refs/heads/master | 2021-03-01T16:56:37.995986 | 2020-03-08T12:36:43 | 2020-03-08T12:36:43 | 245,800,068 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,087 | java | package com.spring.main;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import org.springframework.context.ApplicationContext;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import com.spring.assembler.Assembler;
import com.spring.confi... | [
"buzinga999@google.com"
] | buzinga999@google.com |
ce00ae5edf9d98b5d4c70a4c5cd6ac8529d43cb8 | bccb412254b3e6f35a5c4dd227f440ecbbb60db9 | /hl7/model/V2_5/table/Table0182.java | 5443f560c6a394e771ca7dcf45bc06a2ee4c2822 | [] | no_license | nlp-lap/Version_Compatible_HL7_Parser | 8bdb307aa75a5317265f730c5b2ac92ae430962b | 9977e1fcd1400916efc4aa161588beae81900cfd | refs/heads/master | 2021-03-03T15:05:36.071491 | 2020-03-09T07:54:42 | 2020-03-09T07:54:42 | 245,967,680 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 335 | java | package hl7.model.V2_5.table;
import hl7.bean.table.Table;
public class Table0182 extends Table{
private static final String VERSION = "2.5";
public static Table getInstance(){
if(table==null) new Table0182();
return table;
}
private Table0182(){
setTableName("Staff type");
setOID("2.16.840.1.113883.12.... | [
"terminator800@hanmail.net"
] | terminator800@hanmail.net |
5da2af6223f3cc12e8a6c532df33f9877fc0079b | b6cb55c0dc6dd775805ff393b18daefa70c88c0f | /Express/src/kyle/leis/eo/operation/housewaybill/da/HousewaybillforreportQuery.java | f1e8ce2c6591c40b1a5bb7b899eb28a8332a1e96 | [] | no_license | haha541514/Express | d12ec127df2c6137792ef2724ac2239a27f0dd86 | 72e59fdea51fdba395f52575918ef1972e357cec | refs/heads/master | 2021-04-03T06:50:28.984407 | 2018-03-08T09:04:09 | 2018-03-08T09:06:50 | 124,365,014 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 16,116 | java | package kyle.leis.eo.operation.housewaybill.da;
import kyle.common.dbaccess.query.IColumns;
import kyle.common.dbaccess.query.JGeneralQuery;
public class HousewaybillforreportQuery extends JGeneralQuery {
public HousewaybillforreportQuery(){
m_strSelectClause = "SELECT hw.CW_CODE,hw.HW_SIGNINDATE,hw.HW_OP_ID_... | [
"541514716@qq.com"
] | 541514716@qq.com |
c09ec8e3963cc0cf792558271388179abd399a3d | 34f8d4ba30242a7045c689768c3472b7af80909c | /JDK-18.0.2.1/src/jdk.localedata/sun/util/resources/cldr/ext/CurrencyNames_en_NF.java | 4f85db2e6b8aabf9918fd9820c58c21a68e09a13 | [
"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 | 3,395 | java | /*
* Copyright (c) 2012, 2022, 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 |
ef5fe2c1c5724eb2d0334ea298ce36dece8c613b | d2f68372099a743cffbfd1fb78cece9895da7da8 | /src/com/ed/smarthome/struts/HistoryAction.java | 3a247c98edc5f063a09e2a28a17382c6806ea860 | [] | no_license | eliceaas/SmartHome | c704af4d42841a627ec54f6369677f3d744c71f9 | a1ddf6ac0eb6b0b995ce067b1483dc2ca0b814ef | refs/heads/master | 2020-03-27T21:53:45.350954 | 2017-10-19T12:49:28 | 2017-10-19T12:49:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,316 | java | package com.ed.smarthome.struts;
import java.util.List;
import com.ed.smarthome.dao.HistoryDAO;
import com.ed.smarthome.entity.History;
import com.opensymphony.xwork2.ActionSupport;
public class HistoryAction extends ActionSupport {
private List<History> list;
private int rowsPerPage=10;//num per page
private int... | [
"h2113191@vip.qq.com"
] | h2113191@vip.qq.com |
f65458fdfac740e131def276dbcd29339551dd00 | ce351ec5b8d0e97bbc7a5eaf36e408169402d524 | /Merging date-time instances/src/Main.java | a4a3c7fbec840dc27c65f4e8790e8a84d9310916 | [] | no_license | Jor-ban/java-hyperskill-problems | 2033828507092fbb105babc3fbd18b6ef351c686 | 8bbe3d51ea3d8505dc69cbb9f75d4fee9ad6ec8d | refs/heads/master | 2023-02-03T19:05:39.504500 | 2020-12-21T13:19:28 | 2020-12-21T13:19:28 | 280,867,871 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,072 | java | import java.time.LocalDateTime;
import java.util.Scanner;
public class Main {
public static LocalDateTime merge(LocalDateTime dateTime1, LocalDateTime dateTime2) {
// write your code here
return LocalDateTime.of(
Math.max(dateTime1.getYear(), dateTime2.getYear()),
M... | [
"jam35d12@gmail.com"
] | jam35d12@gmail.com |
a059f42e433a6a1cbe75169c8938d2c5896c23a0 | ffb625d628a1515ae80de984a883583821753696 | /src/com/euromillions/beans/Ticket.java | f13bff34f633b54b6b34927711dd88f8cdbcfcdb | [] | no_license | kriamos/euromillions-android | dc2dadb5c675ceef965be6cf6fc61e70aa24955c | 6655d29fdb316cec1ef76f5dc78d6f5369d99c09 | refs/heads/master | 2020-06-08T11:30:47.582822 | 2012-01-15T17:54:45 | 2012-01-15T17:54:45 | 39,590,706 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 555 | java | package com.euromillions.beans;
import java.io.Serializable;
public class Ticket implements Serializable {
private static final long serialVersionUID = -9163427066175045336L;
private long time;
private Number[] numbers;
private Number[] stars;
public Ticket(Number[] numbers, Number[] stars) {
this.time =... | [
"amcereijo@gmail.com"
] | amcereijo@gmail.com |
aad50a929744bfe8881f5399c5bf21a8a97c1f10 | 75950d61f2e7517f3fe4c32f0109b203d41466bf | /samples-spring/tags/fabric3-samples-spring-parent-pom-1.7/starter/restcalc/src/main/java/org/fabric3/samples/rs/calculator/SubtractServiceImpl.java | e4f5896da7785e565e5f3432eda1d10cabe091b1 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | codehaus/fabric3 | 3677d558dca066fb58845db5b0ad73d951acf880 | 491ff9ddaff6cb47cbb4452e4ddbf715314cd340 | refs/heads/master | 2023-07-20T00:34:33.992727 | 2012-10-31T16:32:19 | 2012-10-31T16:32:19 | 36,338,853 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,086 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | [
"jmarino@83866bfc-822f-0410-aa35-bd5043b85eaf"
] | jmarino@83866bfc-822f-0410-aa35-bd5043b85eaf |
56dc209f93c6f33daba0becc577b83b70f89e015 | 80dd48bfb2c7e5552530ac0fe20f2d15a60a1c0b | /kostenstellen/view/visitor/AbstrakteKostenArtStandardVisitor.java | 2106b3293be435f9db110475908e3ca38bd6ef81 | [] | no_license | AlineLa/kostenstellen | 7d8353d7c4f5241ec5239b878dac6637f65a5c74 | 128d8abb1648829f2588afb254f9f59e79bad697 | refs/heads/master | 2021-01-24T22:52:07.969724 | 2014-11-11T11:40:44 | 2014-11-11T11:40:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 829 | java |
package view.visitor;
import view.*;
public abstract class AbstrakteKostenArtStandardVisitor implements AbstrakteKostenArtVisitor {
public void handleReiseKosten(ReiseKostenView reiseKosten) throws ModelException{
this.standardHandling(reiseKosten);
}
public void handleKostenArtWurzel(Kosten... | [
"zappdidappdi+4@gmail.com"
] | zappdidappdi+4@gmail.com |
4b099c7b45926c2d746f4f48cefbd29f7778498b | c81998559036a41b16240acfd0a666205d77c344 | /programs/sessions/employee.java | b32e0d8e38262e7e9aa3b13a988f3a549b6f2ffa | [] | no_license | polnara/kala | fdb8b0fffd0b0b0d54a7ddea33e6184c89bd645e | ee927402e7bf5195e09b4ef9dcfc63177e5ccd52 | refs/heads/master | 2022-12-27T03:51:04.121584 | 2020-10-14T15:04:40 | 2020-10-14T15:04:40 | 295,756,356 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,254 | java | class Employee{
// we can access only static variables in static methods.
// we cannot access instance or (non-static) variables in static methods
// instance variables (Dynamic)
String name = "Harish";
int age = 30;
// static variables (Dynamic)
static int salary = 5000000;
public static int monthlySal... | [
"narsimcagips@gmail.com"
] | narsimcagips@gmail.com |
63f5a42a42d5ec2de6c57b374c788d337966d225 | b0d9d1311f2c5b508c04611a1e527aab178d9f97 | /app/src/main/java/tw/com/businessmeet/device/bluetooth/BluetoothBroadcast.java | 67ee19ec6a0436ffba3ec5b62d7f246102e9e7a5 | [] | no_license | NTUB-Project108-2/BeMet_app | f3d6f68955c80e95ef2ce22c4f0ef5555c0a04a5 | 927c1b395a110bdfa26f1607b2f534da06b40501 | refs/heads/master | 2023-01-29T04:15:15.772744 | 2020-12-09T03:56:37 | 2020-12-09T03:56:37 | 244,809,532 | 0 | 0 | null | 2020-12-10T13:55:57 | 2020-03-04T04:46:24 | Java | UTF-8 | Java | false | false | 1,703 | java | package tw.com.businessmeet.device.bluetooth;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import tw.com.businessmeet.device.ActionListener;
import tw.com.businessmeet.device.DeviceFinder;
import tw.com.businessmeet.device.EmptyActionListener;
import tw.com.... | [
"j87101488@gmail.com"
] | j87101488@gmail.com |
599a8d550b553e5dd4eac89c47cdbac164b1e9e2 | ab24e80cd7664a3bce0ca118568102e6ec2a1e9a | /bridge-pattern/src/main/java/com/tugbakaya/bridgepattern/colordrawer/ColorDrawer.java | ba1cf9da2a611271c71f260fee6c8db05345b0cb | [] | no_license | kayatugba/design-patterns | e481c06a3486b439fe84779ed9df7fdddeafdd34 | e4c71e88f4fefbdd68e1732ff94d7f78ac264cab | refs/heads/master | 2020-06-13T12:32:03.381997 | 2019-07-11T13:06:03 | 2019-07-11T13:06:03 | 194,655,031 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 105 | java | package com.tugbakaya.bridgepattern.colordrawer;
public interface ColorDrawer {
public void draw();
}
| [
"tugba.kaya@atos.net"
] | tugba.kaya@atos.net |
66e4c2b7ae6b2d70b26486293ae5fe962f561343 | f973a6608716edfca4c43a8142745bbaddb749c5 | /tool-browser/src/atomdu/tools/browser/BrowserPanel.java | 58109978227363c93ac95a455e027803192a2400 | [] | no_license | atomdu/intellij-plugin-1024tools | 9342015bb1031289370a30257dab1d8fea6a6bff | 5a43cfc73e495d107236513a9894bebf94e4fce0 | refs/heads/master | 2020-03-27T23:15:56.340395 | 2018-09-03T11:50:06 | 2018-09-03T11:50:06 | 147,305,670 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 708 | java | package atomdu.tools.browser;
import java.awt.*;
/**
* Created by atomdu on 2017/12/4.
*/
public class BrowserPanel extends BrowserBodyHtmlPanel implements BrowserInputToolbar.ToolbarListener {
private BrowserInputToolbar toolbar;
public BrowserPanel() {
toolbar = new BrowserInputToolbar(BrowserInp... | [
"260603323@qq.com"
] | 260603323@qq.com |
9158c3c3e9edda66d64f6a591374824f8badda0a | d307cdf59c04e15e942240aab4ca351e106b48d1 | /src/main/java/org/apache/ibatis/annotations/Results.java | 81b3b85d68e39509468a3e2f9e35ebc426a6ae99 | [
"Apache-2.0",
"BSD-3-Clause"
] | permissive | caoyang007/mybatissourcereading | 87c04e4ac635c55eb362f9d74b34261ad41c1892 | 852baf4bcbb10cfeaeec867891f70e8ff4aa670f | refs/heads/master | 2022-09-27T03:21:01.052633 | 2020-01-21T06:03:01 | 2020-01-21T06:03:01 | 226,623,217 | 3 | 0 | Apache-2.0 | 2022-09-08T01:04:51 | 2019-12-08T06:09:27 | Java | UTF-8 | Java | false | false | 1,968 | java | /**
* Copyright 2009-2019 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
*
* Unle... | [
"1170224038@qq.com"
] | 1170224038@qq.com |
b5eab0f317344cf756662a6241ea12892e0da4b5 | 0090594fa32ebad7ce314f7799724c455d7b7349 | /springwithreact/src/main/java/com/project/SpringwithreactApplication.java | 4ba01cc07a391838a98010100b86f01d3d8c635e | [] | no_license | nareshdevarajan/springwithreact | 793706de16fa6c2c34d30bb3ce9eaab406bc6a61 | 587db3e6b94af657a8f9182ea4c6090281d9e915 | refs/heads/master | 2020-08-01T04:48:10.921203 | 2019-09-25T14:52:11 | 2019-09-25T14:52:11 | 210,869,280 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 322 | java | package com.project;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class SpringwithreactApplication {
public static void main(String[] args) {
SpringApplication.run(SpringwithreactApplication.class, args);
}
... | [
"dnareshmail@gmail.com"
] | dnareshmail@gmail.com |
94c61ebc3e294638314f51523862777a16b54d90 | d690e403aa84908a05a6942e848451068f46ea1b | /spotify-boot/src/main/java/com/example/spotifyboot/util/JwtRequestFilter.java | 89de056f0dc5e13c0efeb5a03089d72569d8c014 | [] | no_license | gkopplin/spotify-boot | ffa4cbd291ab28c285e80717a1c24b635d1c01f5 | fb87511f45c5914375ec7fc232b89196bce56826 | refs/heads/master | 2020-08-30T09:18:45.305535 | 2019-11-04T14:01:27 | 2019-11-04T14:01:27 | 218,330,861 | 0 | 0 | null | 2019-11-04T05:55:20 | 2019-10-29T16:17:45 | Java | UTF-8 | Java | false | false | 2,722 | java | package com.example.spotifyboot.util;
import com.example.spotifyboot.service.UserService;
import io.jsonwebtoken.ExpiredJwtException;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.authentication.UsernamePasswordAuthenticationToken;
import org.springframework.securit... | [
"ntuvera@gmail.com"
] | ntuvera@gmail.com |
935f50eb9ecdcff90cab19c8133d5805fa14f210 | 34766ca0648d1623eed718cab3564bb98244dbc9 | /PlaceLocator/app/src/test/java/com/example/xcomputers/placelocator/ExampleUnitTest.java | 5f13504ac0a370f7ff780f69321cdbda72579a21 | [] | no_license | Georgi-Nedko/PlaceLocator | ebc6ecfaafb83b2de88d19b01fcb115e3daa7953 | 10bc0195e34908c6d0a9d2f6295d46656ea6b05b | refs/heads/master | 2021-01-12T17:18:01.427021 | 2016-10-17T22:18:34 | 2016-10-17T22:18:34 | 69,475,432 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 413 | java | package com.example.xcomputers.placelocator;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
... | [
"project_it@abv.bg"
] | project_it@abv.bg |
218a1f2d1a32fa10f0c03a83eb86be5a061d5f6b | 2e98b7cbd32d5586256b1b7006fd3d575085e725 | /set-map/src/com/map/map/Map.java | d4d55a300b5be20b95a5c0192f3af559b755cb61 | [] | no_license | coderZYGui/set-map-structure | 7505738a14c5dcc86a4b197761c1f30c7f4514b1 | c1170aed0206c14e9cf795bcbac0df8b3509de81 | refs/heads/master | 2023-02-06T12:18:39.092854 | 2020-12-26T04:08:49 | 2020-12-26T04:08:49 | 319,665,731 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 589 | java | package com.map.map;
/**
* Description: Map接口
*
* @author guizy1
* @date 2020/12/9 15:38
*/
public interface Map<K, V> {
int size();
boolean isEmpty();
void clear();
V put(K key, V value); //添加元素
V get(K key);
V remove(K key);
boolean containsKey(K key); //查找key是否存在
boolean ... | [
"coderzygui@163.com"
] | coderzygui@163.com |
de64f4bc3aaf9195efa7b5a63eb763e03ac565e0 | 358021c063a2627d846f33e96ae27818e105f262 | /src/main/java/bssend/expr/node/IBinaryExprNode.java | 1a4e6b56147a89d6b84044c0d57ec41b32ae2430 | [] | no_license | bssend/expr | 64b39a7c83c4d02b5e10a4709062f7f735f91475 | 1f682d0724b601349d265cf479ea44c7a4b45499 | refs/heads/master | 2020-03-28T21:57:21.093522 | 2018-09-24T15:47:34 | 2018-09-24T15:47:34 | 149,195,028 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 207 | java | package bssend.expr.node;
import bssend.expr.BinaryOperatorType;
public interface IBinaryExprNode extends INode {
INode getLeftNode();
INode getRightNode();
BinaryOperatorType getOperator();
}
| [
"itabashi.takayuki@rococo.co.jp"
] | itabashi.takayuki@rococo.co.jp |
12e992cae6c066a1d23e67781d1a74dea5fa6ea6 | 3c8d529239c2e6917ff03a9a9def1ef7517156bc | /zuul-demo/src/test/java/com/xwj/springcloud/zuuldemo/ZuulDemoApplicationTests.java | 5d81bb437adb7ecc4375be698c86bcfd5b979c05 | [] | no_license | xwj920930/springcloud-demo | e2181cd9e4f8fe53b9a9d49b85869a221d6da74d | 2afef7bd74ff62cbeda3385dfd32b3dc4579e2cd | refs/heads/master | 2021-06-25T14:48:17.498638 | 2021-01-26T12:41:07 | 2021-01-26T12:41:07 | 206,217,497 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 347 | java | package com.xwj.springcloud.zuuldemo;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class ZuulDemoApplicationTests {
@Test
public v... | [
"xuwenjie@travelsky.com"
] | xuwenjie@travelsky.com |
2a086e604a85653d3853bde9df7593e05a474c44 | 10294e36832e897be5205024d429dcee7914d092 | /impala/impala-web/test/org/impalaframework/web/resolver/ServletContextModuleLocationResolverTest.java | 5d6631c785162024d3e3594227d6c7d807f618b4 | [] | no_license | realtimedespatch/impala | 8c9241b038e3c0b57eabc0dbaadfbc48647fed08 | 85c05dbffa47efec6d95ee8565245497d95ffb2e | refs/heads/master | 2022-05-16T08:29:22.430871 | 2022-03-21T16:35:56 | 2022-03-21T16:35:56 | 48,985,384 | 2 | 2 | null | 2016-01-04T08:54:47 | 2016-01-04T08:54:46 | null | UTF-8 | Java | false | false | 2,669 | java | /*
* Copyright 2007-2010 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | [
"philzoio@realsolve.co.uk"
] | philzoio@realsolve.co.uk |
e30a49be465810f775df7908092a40b020d9107d | a583350302802777b95a6abea05204fc4f371e88 | /app/src/main/java/com/medmeeting/m/zhiyi/UI/SignInAndSignUpView/LoginActivity.java | 7081bdf09a48960ee480bd27c645fec30834efda | [] | no_license | luosonglin/YHB | b72531e04bd62d37a6300f950e58261d60da71ef | bb4dbd532600e2998b5e38e9cec7a470d6fb55fa | refs/heads/master | 2021-09-13T13:06:16.686344 | 2018-04-27T08:29:06 | 2018-04-29T18:01:54 | 131,267,933 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 32,236 | java | package com.medmeeting.m.zhiyi.UI.SignInAndSignUpView;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.annotation.TargetApi;
import android.app.LoaderManager.LoaderCallbacks;
import android.content.CursorLoader;
import android.content.Intent;
import android.content.L... | [
"iluosonglin@qq.com"
] | iluosonglin@qq.com |
58df7478335888581f6684a01cb40a751a5e8ecf | 8befffdb1409e29088fe23f90cab4726841a73fb | /app/src/main/java/com/compilesense/liuyi/detectiondemo/view/XDialog.java | 122a6df3b17e043af80bedd286303cd3af157a00 | [] | no_license | jaryjun/DetectionDemo | fc718de6460ee8517da915b57bc93343ba5cc388 | 1db37f620aec83a43a2ef6c5d4fe0307138110f3 | refs/heads/master | 2021-01-11T00:54:27.575583 | 2016-10-18T10:31:52 | 2016-10-18T10:31:52 | 70,459,449 | 0 | 0 | null | 2016-10-10T06:43:53 | 2016-10-10T06:43:52 | null | UTF-8 | Java | false | false | 1,799 | java | package com.compilesense.liuyi.detectiondemo.view;
import android.app.AlertDialog;
import android.content.Context;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.View;
import android.widget.ProgressBar;
import android.widget.TextView;
import com.compilesense.liuyi.detectiondemo.R;
/**
... | [
"jaryjun@glasssix.com"
] | jaryjun@glasssix.com |
0735bffc68dfc9f433e7a0c5564149fdf5b22491 | e6a6954e25db4e2e8ab948a064e44bb450b0c7ba | /assignment03/src/main/java/service/ReadService.java | bb02046606d0a5b9d5ebc99d4c16e7264709087a | [] | no_license | homeworkSoftawreArchitecture/a3 | 070370aa26d218189f413aee72babff165d19ae5 | 21cd596b562a107b28d0239ecaea1ef836d40f1d | refs/heads/master | 2020-04-18T07:22:12.385800 | 2019-01-27T13:21:37 | 2019-01-27T13:21:37 | 167,208,688 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 51 | java | package service;
public interface ReadService {
}
| [
"161250080@smail.nju.edu.cn"
] | 161250080@smail.nju.edu.cn |
03736fbb3196d65a384478e194654bd0c60ea9d8 | 15776ec75c465f996791ac17aa2a35ab1a3b2fc1 | /rest-services/src/main/java/ru/sout/pojo/FactorsValue.java | ad736abec4f86f8bc07d40bb04b3eb086bc21ab8 | [] | no_license | Latinist/soutREST | dd86160a545149feee6d9a4ce852d7697ca22de7 | 9fead3d4460224a331f1f0398f7aab2a42c2a3e1 | refs/heads/master | 2021-08-30T14:02:58.712410 | 2017-12-18T07:50:20 | 2017-12-18T07:56:03 | 114,611,314 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,810 | java | package ru.sout.pojo;
import javax.persistence.*;
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.Date;
/**
* Created by Анатолий on 16.03.2015.
*/
@Entity
@Table(name = "STRUCTURE_FACTORS", schema = "SOUT69", catalog = "")
public class FactorsValue implements Serializable {... | [
"antonromanov@list.ru"
] | antonromanov@list.ru |
fc85bab306dab11649504ab379bb89661deab7d3 | 18fdf6afbe9e5796a6a32be513ee847238c0f33e | /src/main/java/com/github/hotire/r2dbc/Entity/Todo.java | 0b7770dd6ecdcdb101a091e733136752e4a10b21 | [] | no_license | hotire/spring-r2dbc-mysql | dd0c1f933d85962152134e5434916701ba6ef384 | c626fb42a3472b012e7cf7154add4f0996b118fb | refs/heads/master | 2022-11-08T07:43:40.000245 | 2020-06-27T05:12:41 | 2020-06-27T05:12:41 | 275,301,688 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 396 | java | package com.github.hotire.r2dbc.Entity;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import org.springframework.data.annotation.Id;
@Setter
@Getter
@AllArgsConstructor
@NoArgsConstructor
public class Todo {
@Id
private Long id;
private Str... | [
"gngh0101@gmail.com"
] | gngh0101@gmail.com |
9fe7e1d0ceaedc3d693f473aeff727df5fa3d0bb | b8f58e4c10a2a7f75aa3990bbaa67be70fb002e2 | /xs2a-impl/src/main/java/de/adorsys/psd2/xs2a/service/mapper/psd2/ServiceType.java | 315c1f5ace025236aefc89f18c1071f08275473d | [
"Apache-2.0"
] | permissive | Kerusak/xs2a | 1e854825e1e281349ef8d7827709353ec948b7eb | f793be3c08b8a883971398289ad50ee314c34e9f | refs/heads/develop | 2020-04-22T21:23:42.139479 | 2019-04-08T11:56:08 | 2019-04-08T11:56:08 | 170,672,358 | 0 | 0 | NOASSERTION | 2019-04-08T11:48:23 | 2019-02-14T10:22:47 | Java | UTF-8 | Java | false | false | 720 | java | /*
* Copyright 2018-2019 adorsys GmbH & Co KG
*
* 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 ... | [
"rye@adorsys.com.ua"
] | rye@adorsys.com.ua |
e5378e867aab2df9b53ff72ee8bc07f53f42f835 | ea3024547bb286ccedc11c0d1c71ef4d4788bff6 | /src/java/ru/ifmo/genetics/structures/set/LongHashSet.java | 49f5ad97229b16160bad82744c53df65ee4dc067 | [
"MIT"
] | permissive | ctlab/itmo-assembler | befd44df5e30c6b11cf531e5c89d68e98f936293 | 163177494fa08c50f056ab219bd626a0130ab338 | refs/heads/master | 2022-04-30T06:08:15.660730 | 2022-03-22T08:08:55 | 2022-03-22T08:08:55 | 136,324,827 | 3 | 1 | MIT | 2019-09-09T07:22:42 | 2018-06-06T12:21:50 | Java | UTF-8 | Java | false | false | 9,288 | java | package ru.ifmo.genetics.structures.set;
import it.unimi.dsi.fastutil.HashCommon;
import org.apache.commons.lang.mutable.MutableLong;
import ru.ifmo.genetics.utils.NumUtils;
import java.io.DataInput;
import java.io.DataOutput;
import java.io.IOException;
import java.util.Arrays;
import java.util.Iterator;
import java... | [
"svkazakov@rain.ifmo.ru"
] | svkazakov@rain.ifmo.ru |
fb66e2569632d6ebaca760c765db15be01489551 | 5ad7463f3d63c0e81f9270c0cc26a718f28b6dc4 | /javaee148/day08/src/com/lofxve/classtest/concurrent/set/CopyOnWriteArraySetDome.java | df64a920e24a470753b0974c6dfe673d4452e497 | [] | no_license | lofxve/practice | bc7fa993e3ee496696f58f33f092a1c35d9250db | f3f49aa7b0939723776fb776f5aaa13b591efd5e | refs/heads/master | 2023-04-07T10:20:08.493390 | 2021-04-15T08:44:41 | 2021-04-15T08:44:41 | 342,749,261 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 753 | java | package com.lofxve.classtest.concurrent.set;
/**
* @ClassName CopyOnWriteArrayList
* @Author lofxve
* @Date 2020/12/21 16:16
*/
public class CopyOnWriteArraySetDome {
/**
* ArrayList 出现的问题
* 索引越界异常
* 底层实现是数组,数组在copy的时候
**/
public static void main(String[] args) throws InterruptedExcepti... | [
"875567313@qq.com"
] | 875567313@qq.com |
32c8c3a464d4fdd580afabd6e20fb02b778adf2a | f81cdfda16cf9f84a9b34aaa498403211aaab723 | /src/com/metcash/webservices/eai/xml/RetailerPriceSohValidationAdapter.java | 186889641001eba7f23c8480829c0ec71aa22965 | [] | no_license | sanikak14/SVN2 | 85cf843d1a68405ca89c35ed50d5cf3531b8a971 | 8c8e2672a53a4283f7e0f49f9b8dc54fb0237dd5 | refs/heads/master | 2022-04-15T05:12:05.713121 | 2020-04-16T09:26:15 | 2020-04-16T09:26:15 | 255,873,159 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,047 | java | /* */ package com.metcash.webservices.eai.xml;
/* */
/* */ import com.metcash.webservices.eai.xml.retailer.pricesoh.validation.RetailerPriceSohResponse;
/* */ import java.io.StringWriter;
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* ... | [
"khatasa@PORTALAPPDEV03.metcash.com"
] | khatasa@PORTALAPPDEV03.metcash.com |
c0bf7382cd0447ae261981932eed9efd1f077c27 | 9b88b56b2052293cd78e2246d2830281e779e95b | /ArbetsRymd/OU_2.java | 0121750ab41a5c4bf4d7bd372583b007e52e0ab3 | [] | no_license | Erabl/GammalKod | d3298d326e8cd38231aaf1ce0de10e064f79baab | bd9d063518eaa2bd820556b448a0d6ed8809a1de | refs/heads/master | 2022-04-12T11:37:33.211394 | 2020-03-27T09:44:25 | 2020-03-27T09:44:25 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 1,112 | java | package labb;
import java.util.Locale;
import java.util.Scanner;
public class OU_2 {
public static void main(String[] args) {
System.out.println("Triangel info");
// inmatningsverktyg=Scanner
Scanner in = new Scanner(System.in);
in.useLocale(Locale.US);
// triangelns sidor
System.out.prin... | [
"erablods@gmail.com"
] | erablods@gmail.com |
2b98448537d178291409cc22a70fe8b13e6d03af | b127c2d42544db8295655b5a49ee03226aa0c6d1 | /JavaClassParsers/src/test/java/ua/com/javatraining/PathToJavaClassFile1.java | c8ddf51677a6d773c69aa10158e293fb37aa84d0 | [] | no_license | DmitryDudin/JavaLibraries | 89e69f566e593a79330576e7e3333575a580bb76 | abefc601438ecf2a66bac27e467d8657e4d9b66c | refs/heads/master | 2021-09-15T22:08:10.008007 | 2021-08-13T12:45:30 | 2021-08-13T12:45:30 | 96,709,968 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 457 | java | package ua.com.javatraining;
import org.junit.Test;
public class PathToJavaClassFile1 {
@Test
public void getPath() {
// System.out.println(TestClassForParsing.class.getProtectionDomain().getCodeSource().toString());
System.out.println(TestClassForParsing.class.getProtectionDomain().getCodeSou... | [
"dudin.dmitry83@gmail.com"
] | dudin.dmitry83@gmail.com |
52e548f8ef77a99962ddb2638c513ad696eb79b1 | e984e48c4b218696b35c640db665bee318a570e2 | /app/src/main/java/com/dam/myvet/ui/CerrarSesion/CerrarSesionFragment.java | bd6cb4e8e2f951609ad7cd33f1e5793082ad8797 | [] | no_license | gonzalolorca99/myVet | c7af1ed4d863a62de74ff8734f20de62accd503b | 84e40bbe5bc30c4d4cbd36fd0d793a293125261c | refs/heads/master | 2023-05-02T08:30:23.741869 | 2021-05-23T17:59:13 | 2021-05-23T17:59:13 | 366,467,957 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,180 | java | package com.dam.myvet.ui.CerrarSesion;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.annotat... | [
"gonzalolorca99@gmail.com"
] | gonzalolorca99@gmail.com |
95df45a885bb998d0653e3920ebd4e79bdff87ea | e72070a0d558d36e5b3a4eae64a304f49614426a | /src/main/java/Selenide/Moodpanda/LoginPage.java | 044b7fb3ef0aa22b73193b3a4e8c303aa4914038 | [] | no_license | DimaBog22/AutomationProject-Bogdanov-Dmitry | 064a096c1c1cd66a8d85a6dc362e4be684292d8b | 97658e6e208e5f699d0b479a83f841cb5087e04f | refs/heads/main | 2023-08-21T14:15:27.108132 | 2021-10-26T13:38:48 | 2021-10-26T13:38:48 | 393,130,509 | 0 | 0 | null | 2021-10-09T18:36:46 | 2021-08-05T17:56:11 | Java | UTF-8 | Java | false | false | 937 | java | package Selenide.Moodpanda;
import Selenide.BasePage;
import Selenide.BaseTestSelenide;
import com.codeborne.selenide.Condition;
import com.codeborne.selenide.SelenideElement;
import lombok.extern.log4j.Log4j2;
import org.openqa.selenium.support.FindBy;
@Log4j2
public class LoginPage extends BasePage {
@FindBy(cs... | [
"bogdanov111222@yandex.ru"
] | bogdanov111222@yandex.ru |
897ea9ac77005173bfcd7114d1bfbc05a38f8aa6 | efb7aac53bf9de2ef2f7075eb157b05b05820bfa | /src/main/java/com/zjs/cms/entity/Task.java | 0eafe6247595fe94aef5ffb7d42e2bba9c2e80d6 | [] | no_license | superdafee/cms | 6f626bb1a86baa34fc5e6b2b73ae1f8ef42cfaa6 | f36b3e5fffb42ce6b7714daa9831bc83beab154b | refs/heads/master | 2016-09-06T06:03:00.428053 | 2014-09-04T09:55:50 | 2014-09-04T09:55:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,530 | java | /*******************************************************************************
* Copyright (c) 2005, 2014 springside.github.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
*******************************************************************************/
package com.zjs.cms.entity;
import ja... | [
"39620370@qq.com"
] | 39620370@qq.com |
ef2881c4e3659e263073d01494d897192c82e396 | f1440fc4695eddc44037c68bdf082ce77c2698ab | /app/src/test/java/com/lzp/androiddemo/ExampleUnitTest.java | 86071eeb890013a042d93aeba2caa005338c4249 | [] | no_license | initLiu/AndroidDemo | 7bce970ddcee2fec61a2ab6c31ade33726726781 | bc0ab623d0ae4e218be0ca6829f4b7fdde615f8d | refs/heads/master | 2020-03-19T01:45:36.855172 | 2018-06-05T10:33:53 | 2018-06-05T10:33:53 | 135,570,269 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 380 | java | package com.lzp.androiddemo;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void ad... | [
"xianyue_pan@163.com"
] | xianyue_pan@163.com |
8497f23d54d08340fbf5f776891246e700fa53c3 | 0b211c182b4b9bd87caa16ec6c51f48cb3ab3465 | /jatrick/android_jatrik/src/com/tsi206/jatrik/util/SystemUiHider.java | 2ad439d60bd5f2142086c5f813a61db1798f0625 | [] | no_license | jml88/tsi206 | 32136328a5aeff464935d92f336f86ad6aae9686 | c7bd2e0927614ab5e08f14a250bdf5b5c6eae933 | refs/heads/master | 2021-01-19T08:23:52.891347 | 2014-12-03T16:45:50 | 2014-12-03T16:45:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,401 | java | package com.tsi206.jatrik.util;
import android.app.Activity;
import android.os.Build;
import android.view.View;
/**
* A utility class that helps with showing and hiding system UI such as the
* status bar and navigation/system bar. This class uses backward-compatibility
* techniques described in <a href=
* "http:/... | [
"juanlema@gmail.com"
] | juanlema@gmail.com |
6d3902a495c5fc1ed5a639e88506e69886bb32f4 | b210a63440f3ff300c900c7183bd688f8afb72c7 | /demo/src/main/java/com/goteny/melo/demo/bean/GitHubMain.java | 4724fbbf665f2d249dc3b9d042a6447e4b6b3c7b | [] | no_license | zjjne/melo | 89fd094db14f2e62712dbcd652439b002df93f31 | a4a4735bd93296b365472c10a756b2067e77c28e | refs/heads/master | 2021-01-06T20:44:09.460268 | 2018-11-05T06:31:01 | 2018-11-05T06:31:01 | 99,550,634 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,787 | java | package com.goteny.melo.demo.bean;
public class GitHubMain
{
/**
* current_user_url : https://api.github.com/user
* current_user_authorizations_html_url : https://github.com/settings/connections/applications{/client_id}
* authorizations_url : https://api.github.com/authorizations
* code_sear... | [
"zjjne@hotmail.com"
] | zjjne@hotmail.com |
5249443a8f6fee4c4ba5135db136ee87d0ab6e73 | ea4dfacb8354b1a61e0e7fa09152921fdedd3e47 | /src/com/chris/util/FileUtil.java | f42f901f909d01cd930edf1277849c5df5dfbdba | [] | no_license | havelife/Address_Crawler_Java | a63610f35625d3fa3e1d822c6ed727793deb1c2c | b1fb11cc75a11625ab0d6fc712e1c82d2f7b4f35 | refs/heads/master | 2020-05-27T00:00:04.370028 | 2012-05-04T12:02:41 | 2012-05-04T12:02:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,324 | java | package com.chris.util;
import java.io.BufferedInputStream;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.io.InputStreamRea... | [
"have_life@163.com"
] | have_life@163.com |
d42c0665eea5f0029817ac33076ef40fe954f119 | 58cf862c50a0c5f930c087ec22b15aa7c3dbb847 | /src/org/fkit/domain/cur_Temperature.java | c7fe8297a278bd70ff0597ad47728d14be39ebf0 | [] | no_license | zx669412425/DataCenterMonitoringSystem | 8c06003730307a67f297de42b67aa73a0919cdd5 | 6d74cc0ee4c2bdc8ab0a5240d72525b08aa1dc91 | refs/heads/master | 2020-06-15T04:21:30.790795 | 2019-07-04T08:33:53 | 2019-07-04T08:33:53 | 195,201,893 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 703 | java | package org.fkit.domain;
public class cur_Temperature {
String time_t;
String temp_1;
String temp_2;
String temp_3;
public String getTime_t() {
return time_t;
}
public void setTime_t(String time_t) {
this.time_t = time_t;
}
public String getTemp_1() {
retu... | [
"zhangxin08816@hellobike.com"
] | zhangxin08816@hellobike.com |
83177478027820676e7b3b2bda916c210e59ccdc | 9254e7279570ac8ef687c416a79bb472146e9b35 | /rds-20140815/src/main/java/com/aliyun/rds20140815/models/CreateAccountResponse.java | 411ccb5694ffac4f35a52cfb9fdb9e7e7f44bc81 | [
"Apache-2.0"
] | permissive | lquterqtd/alibabacloud-java-sdk | 3eaa17276dd28004dae6f87e763e13eb90c30032 | 3e5dca8c36398469e10cdaaa34c314ae0bb640b4 | refs/heads/master | 2023-08-12T13:56:26.379027 | 2021-10-19T07:22:15 | 2021-10-19T07:22:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,043 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.rds20140815.models;
import com.aliyun.tea.*;
public class CreateAccountResponse extends TeaModel {
@NameInMap("headers")
@Validation(required = true)
public java.util.Map<String, String> headers;
@NameInMap("body")
@Validat... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
8351b4c9af51a364823bde0edaea423e5fe69e32 | 7d9b926b065c5fff0771d1e3596236870e8ead45 | /rest/springREST9/src/main/java/com/kalyan/springboot/Controller/Employee.java | 7c4558eba1adb6fbc43bc2716a8d003ac4a312ee | [] | no_license | kkk-333/assign | 974ccb614f2c0ad6d3889180699a1cb481176005 | 68426edb3148a3be09066521b752404e4e29b878 | refs/heads/main | 2023-03-28T10:23:27.071083 | 2021-03-31T16:08:08 | 2021-03-31T16:08:08 | 352,958,604 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 970 | java |
package com.kalyan.springboot.Controller;
import javax.persistence.Entity;
import javax.persistence.Id;
@Entity
public class Employee
{
@Id
private long id;
private String name;
private String department;
private String designation;
public Employee()
{
}
public Employee(long id, String name, Strin... | [
"noreply@github.com"
] | kkk-333.noreply@github.com |
8749b7fa8fb3a628399c1e22df59c26cc3eb31ee | f17b7cc1574c97c793e02eddaaf8961b99da5192 | /src/main/java/com/raman/lis/task01/bogdanovich/Task_1.java | f7c93d7642af92631bd79500b0a61486394ab9fe | [] | no_license | dmaksimn/java_core | ca3f811a80511fa4a791310dbff85616e249b2ab | 32fb3b3f7d1a912a8b0f1cd5b71ad085979e7400 | refs/heads/main | 2023-04-21T12:26:47.548875 | 2021-05-14T13:34:55 | 2021-05-14T13:34:55 | 350,718,728 | 0 | 0 | null | 2021-05-14T13:34:56 | 2021-03-23T13:15:09 | Java | UTF-8 | Java | false | false | 532 | java | package com.raman.lis.task01.bogdanovich;
public class Task_1 {
public static void main(String[] args) {
int l = 10, n = 10, i, sum = 0;
int array[] = new int[10];
for(i = 0; i < 10; i++) {
array[i] = (int) (Math.random() * 10 + 3);
n = array[2];
System.... | [
"Raman.Lis@nuance.com"
] | Raman.Lis@nuance.com |
bad7a1f0cf45cf8d3dd0ae644d8e904bbb6b515c | 13169996b1dc850d66cbad87cb4f9e3024e4d2d0 | /src/main/java/model/itemandcateDTO.java | ce5d09122dd003c00dcdb5aaa0221fbcc453e61d | [] | no_license | eugeneji/final_project | cbd21448b95c54320d154bc4afb2e410f7ac7be4 | f6d8eaa04909390262a1cd1e29f4a29278b45c50 | refs/heads/master | 2023-06-26T19:12:22.298368 | 2021-07-29T08:33:02 | 2021-07-29T08:33:02 | 332,145,412 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,086 | java | package more.itemandcate.model;
import java.sql.Date;
public class itemandcateDTO {
private int item_idx;
private String item_name;
private String cate_code;
private int item_price;
private String item_info;
private String item_mainimg;
private int item_stock;
private String item_regid;
private String item_r... | [
"eugeneJI@DESKTOP-5MJMMD4"
] | eugeneJI@DESKTOP-5MJMMD4 |
f93cd3f127698cd0623a2fd3e91f14e7036b0942 | 046219009562c532bb192e2e563c5c246f180c2f | /app/src/main/java/com/lazeebear/parkhere/ServerConnector/Configs.java | 8f646b7940e4a6732eca557f9ef91c781636c4d7 | [] | no_license | baarian13/ParkHere_new | 326eca6dfd4feff35a3d719a05755a026fa312a0 | cb4b39d2eb9c15d9e2da743cd383ba7132866fd2 | refs/heads/master | 2021-01-13T13:12:08.920452 | 2016-11-30T07:29:52 | 2016-11-30T07:29:52 | 72,690,606 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,301 | java | package com.lazeebear.parkhere.ServerConnector;
/**
* Created by rjaso on 10/27/2016.
*/
public class Configs {
// RESTful Endpoints
public static final String baseURL = "http://localhost:8080";
public static final String signinEndpoint = "/signin";
/*
Send:
String email
String p... | [
"rjason14@gmail.com"
] | rjason14@gmail.com |
f6294c98a4f44994047b7ed26d729fd6d74a5b52 | 40e8c09c2e2b420bc9ff464d6ab1228776b176ab | /Pattern5.java | 08131b8f14d75774d5d080ff87cce58e03f2e275 | [] | no_license | komaragirividya/Java | a254b1bd65f9e52aa49a6a62be47d73399db5acd | 8c69e0d71d1035e1b9aad47dede10b5c4c6cf63c | refs/heads/master | 2021-01-19T09:55:18.836878 | 2017-03-12T14:56:26 | 2017-03-12T14:56:26 | 82,151,729 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 273 | java | package numbPattern;
/*12345
1234
123
12
1*/
public class Pattern5
{
public static void main( String arg[])
{
for(int i=5;i>=1;i--){
for(int j=1;j<=i;j++){
System.out.print(j);
}
System.out.println();
}
}
}
| [
"komaragiri.vidya@gmail.com"
] | komaragiri.vidya@gmail.com |
fa657024efd46e3101001cda9dde5e909cbb6cbd | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /single-large-project/src/test/java/org/gradle/test/performancenull_288/Testnull_28734.java | 6e700116cd63f6fe824f58a632dc759c12c53a14 | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 308 | java | package org.gradle.test.performancenull_288;
import static org.junit.Assert.*;
public class Testnull_28734 {
private final Productionnull_28734 production = new Productionnull_28734("value");
@org.junit.Test
public void test() {
assertEquals(production.getProperty(), "value");
}
} | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
9e8d1bdd58a4a565118c5e027f467441e8684b56 | 15c3f5f8027eebb454898660801fd3989458a850 | /src/view/View.java | ae591ae8df5d94ed4210a65028d2690e9e79e167 | [] | no_license | LuisTerceroIII/Greedy-algorithm | 6869fa19a011e7b2fd818015020c8884b04504ca | 5675feced0d98454096673237d7bf16dc5670ef8 | refs/heads/master | 2023-09-03T00:50:57.219434 | 2021-11-04T04:30:45 | 2021-11-04T04:30:45 | 420,874,645 | 0 | 0 | null | 2021-11-04T04:30:46 | 2021-10-25T04:12:39 | Java | UTF-8 | Java | false | false | 2,034 | java | package view;
import java.awt.EventQueue;
import javax.swing.JFrame;
import javax.swing.JLabel;
import java.awt.Font;
import javax.swing.SwingConstants;
import controller.Controller;
import javax.swing.JButton;
import java.awt.event.ActionListener;
import java.util.ArrayList;
import java.awt.event.ActionEvent;
pub... | [
"luis.espinoza.nav@live.com"
] | luis.espinoza.nav@live.com |
95c426e933394352a8b8ed4c88c8acf9d4b1f699 | 119d5043ab506518796a9454acd3b8a0d20910c5 | /src/main/java/com/brt/xwl/repository/PermissionRepository.java | b52f10a15039bd3b38e55e01f21f1bebc68a66bc | [] | no_license | xuanweilun/springSecurityTest | f85e91e0e7358a1cf375bcd86234d97122c4b93e | 282053b94bc982bde6b9f4707a3056bcc1da999d | refs/heads/master | 2021-07-04T06:20:35.848134 | 2020-01-19T08:17:54 | 2020-01-19T08:17:54 | 229,912,871 | 0 | 0 | null | 2021-04-26T19:53:29 | 2019-12-24T09:29:36 | JavaScript | UTF-8 | Java | false | false | 393 | java | package com.brt.xwl.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import com.brt.xwl.entity.Permission;
/**
* @ClassName: PermissionRepository
* @Description: TODO(这里用一句话描述这个类的作用)
* @author xuanweilun
* @date 2019年12月26日 下午17:48:85
*/
public interface PermissionRepository extends ... | [
"xuanweilun"
] | xuanweilun |
77b96a61a2805a31d7666150fbd09c3e17bc21e8 | 3d3fa43dcf193f7f39b878ad6326ff397b411d09 | /s1_cities-api/src/main/java/co/edu/uniandes/csw/cities/adapters/DateAdapter.java | ae8ca6e53ae75fbaac8069130023605a5def1143 | [
"MIT"
] | permissive | Paolaaaaaa/recursos-isis2603 | 9b70f2677328ef539e9edbc791f52937abe58376 | c5e5b2a67b89ee41f3b0416d1fb54eacd1ab4165 | refs/heads/master | 2023-08-19T19:55:23.399517 | 2021-10-18T23:14:59 | 2021-10-18T23:14:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,306 | java | /*
MIT License
Copyright (c) 2019 Universidad de los Andes - ISIS2603
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, mo... | [
"estudiante@ISIS2603-001.sis.virtual.uniandes.edu.co"
] | estudiante@ISIS2603-001.sis.virtual.uniandes.edu.co |
2d3c75cf0f83509c78f5cc9235fbb1956dc06224 | e57149d27fcc33f2873e5a11e4c3d3deb2d0ddc4 | /src/day48_Inheritance/DeviceTask/Laptop.java | e028763ac18d36fe47f8aa510be3729ef9bb0f67 | [] | no_license | slokostic3212/class-notes | acfa3934d785cb437aef34e737f4b56eef480dcd | 00f69d606029b3d692f7f1e4e2da9ff1a59cf611 | refs/heads/master | 2023-01-01T22:02:12.764144 | 2020-10-28T22:59:44 | 2020-10-28T22:59:44 | 284,545,830 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 817 | java | package day48_Inheritance.DeviceTask;
/*
4. create a sub class of Device called Laptop:
attributes: brand, model, price, MadeIn, hasBattery, hasMemory, screenSize, hasCPU, hasMouse, hasKeyBoard, OS
methods: coding, setInfo, toString
add a constructor that can set the fileds
*/
public class Laptop exte... | [
"dsk3212@yahoo.com"
] | dsk3212@yahoo.com |
b119a107248123ad9179344ff9149eeeafc2ec35 | 4606c044cea15cdc8e30c2c40cad1f78600724a6 | /app/src/main/java/com/swout/myapplication/PhoneLoginActivity.java | 30371906a5d619a77c1d333fdca2cffa673e7806 | [] | no_license | Swout/Raztacualzafnalversionjava | d582bbf6addb90d2fdcd4ea771a677b07fc637d5 | 58bd171d9f25135239948e5b78ee9c4fffa2e8ba | refs/heads/master | 2022-12-02T01:47:40.926924 | 2020-08-20T04:20:46 | 2020-08-20T04:20:46 | 286,320,271 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,171 | java | package com.swout.myapplication;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.View;
import android.widget.Button;
import android.widget... | [
"66044741+Swout@users.noreply.github.com"
] | 66044741+Swout@users.noreply.github.com |
9b40df26cef9d33293a13f6f1a2e138b0b629237 | 2e7020495313511d2712efd1b56e52ddecc3d0bf | /src/util/singlestep/AListBrowser.java | 0ef54b902ce2f5e910d4d260c8bccf5243a6af77 | [] | no_license | pdewan/util | 3bc79264ce10afe6337abe6d1128c80a2be54280 | 7cd83cc286dfb2a5eb87fb54bf74dc42165ceb75 | refs/heads/master | 2022-06-19T11:03:24.758011 | 2022-06-09T04:22:27 | 2022-06-09T04:22:27 | 16,309,230 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,548 | java | package util.singlestep;
import java.beans.PropertyChangeListener;
import java.beans.PropertyChangeSupport;
import java.util.ArrayList;
import java.util.List;
import util.annotations.Column;
import util.annotations.Position;
import util.annotations.Row;
import util.trace.Tracer;
public class AListBrowser... | [
"dewan@DEWAN.cs.unc.edu"
] | dewan@DEWAN.cs.unc.edu |
c51a3fbaaaf0dcc59cf673cd0fd6edd6426b14e7 | e22cdead128a35fe6e4210e9d4e2777b1a9fcc10 | /app/src/main/java/com/zhq/http/ParamNames.java | 3c358b4f3b3bed5d56793c8c2306dc5a056ca19b | [] | no_license | 1016135097/ZhiHuiQian | 1124973c9acf269d0c2e5861e08628ffff1df5de | ec4590f259cd713ffe360648f42ce5df0f515de9 | refs/heads/master | 2021-08-15T03:56:29.608700 | 2017-11-17T09:08:31 | 2017-11-17T09:08:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 397 | java | package com.zhq.http;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Created by jingbin on 2015/6/24.
*/
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Ta... | [
"sjy0118atsn@163.com"
] | sjy0118atsn@163.com |
80d191c15a4e14b681e7aa016a24d1ea02771cff | a2bc06049969011354b1cdb96e6947631f0f9d1f | /examples/src/main/java/org/uzlocoinj/examples/RestoreFromSeed.java | 1b765404539ecd14875ec0f276340147438a67a4 | [
"Apache-2.0"
] | permissive | uzlocoin/Uzlocoinj | 27f7093f615d83f93fcd19598c1d8c1f6b012a5b | 15efb1819ced28154926c7c36d13ec765b9911ec | refs/heads/master | 2023-05-09T09:38:05.328491 | 2021-06-03T10:26:35 | 2021-06-03T10:26:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,388 | java | /*
* 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, software
* distribute... | [
"itduncan@asu.edu"
] | itduncan@asu.edu |
1dd44c9cb55226cc71889847c5215f02d95a8a25 | 767184557abdb08447a68797bf9bc42f1af6c4aa | /infoapp/src/main/java/vn/csdl/infoapp/service/QuarantineService.java | 9e9c251b7f0867dc11af217748e57512f236845c | [] | no_license | nhutduongct/comansys | b555a1613545859ea6df5f3e3815d6e921081c95 | 640e37d23f643b52d8ba14c2412bf61618ca4e09 | refs/heads/master | 2023-07-11T04:16:51.020770 | 2021-08-05T15:18:28 | 2021-08-05T15:18:28 | 386,329,813 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 999 | java | package vn.csdl.infoapp.service;
import org.springframework.stereotype.Service;
import vn.csdl.infoapp.client.TrackerFeignClient;
import vn.csdl.infoapp.domain.Quarantine;
import vn.csdl.infoapp.repository.QuarantineRepository;
import vn.csdl.infoapp.service.dto.QuarantineDTO;
import vn.csdl.infoapp.service.mapper.Qua... | [
"b1203993@gmail.com"
] | b1203993@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.