blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b7b7ef3ef68235516e8d84e1e685ce49d03858f1 | 40967a0d68c0f9986031a2acb8591fd3a6380900 | /src/main/java/com/example/demo/dto/NotificationDTO.java | 1468605c44be1d16c65d653edb243b82c5244a06 | [] | no_license | CNtangksong/trysay | 07864bd4943d4406b05d9bb99b64be24a73b0310 | a1e48078e46544b1d127ac3c4dfdd4b45bd44857 | refs/heads/master | 2022-06-27T02:13:55.336770 | 2020-04-25T06:39:23 | 2020-04-25T06:39:23 | 253,737,097 | 0 | 0 | null | 2022-06-21T03:18:02 | 2020-04-07T08:46:26 | JavaScript | UTF-8 | Java | false | false | 376 | java | package com.example.demo.dto;
import com.example.demo.model.User;
import lombok.Data;
@Data
public class NotificationDTO {
private Long id;
private Long gmtCreate;
private Integer status;
private Long notifier;
private String notifierName;
private String outerTitle;
private Long outerid;
... | [
"1037332097@qq.com"
] | 1037332097@qq.com |
b8de4b8dd1ab859d77441344101b93e8cfbae653 | f6a19af9ba8848ade91dc837fa253a78a816e976 | /dp/UniqueBinarySearchTrees_96.java | 88e370713eae8f45e3ccf5440e5cf72e93f8eba2 | [] | no_license | TianyueHu/shuashua | 39b6fe84acc54c2913c9ea1d56a9b7333e66c032 | 5ed57f673b77f5d915031912a061f1fd7ffce9ef | refs/heads/master | 2020-03-12T03:40:01.272421 | 2019-02-02T09:01:36 | 2019-02-02T09:01:36 | 130,428,756 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,177 | java | class UniqueBinarySearchTrees_96{
//flag == false --> right;
//flag == true --> left
//由于返回结果是int,没有考虑溢出的情况
public int numTrees(int n) {
int[] nums = new int[n];
int[] left = new int[n];
int[] right = new int[n];
for(int i = 0; i < n; ++i){
nums[i] = i + 1;... | [
"huzheting@yeah.net"
] | huzheting@yeah.net |
c0ba5e111fddad3193cc50fd0d0823bc490de17b | 9c5eed6442ce175b0290e9b7167b9e983ca0f51f | /src/basicAdapter/Adaptee.java | 9c4b6cba75ec6557db95c608c7faa6e37e05f52a | [] | no_license | konuhovii/DesignPatterns | bfbc6f6e08857cbd54b16ee28d7e2cef2a546962 | c05b2e7fe4f78e118328160a5076b9aaa2a292e8 | refs/heads/master | 2021-01-01T18:20:54.999874 | 2017-08-10T06:47:12 | 2017-08-10T06:47:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 147 | java | package basicAdapter;
public class Adaptee {
public void specificRequest() {
System.out.println("Adaptee.specificRequest()");
}
}
| [
"konuhovii@gmail.com"
] | konuhovii@gmail.com |
62e60635b18a547c95ec36deb18c3f04c9e2ab3a | a7839aa49f229bb746e1254fb3a2baa2aa48671c | /clients/java/src/main/java/com/unwired/client/model/GeolocationSchema.java | c632631d3ecc685c673076e935657b3adafd4343 | [
"MIT"
] | permissive | unwiredlabs/locationapi-client-libraries | 959ed437b50540be5fcb2d6d42d213d1d0761768 | e6c2022d9d3531ea9e8b7be39a2def36697ac029 | refs/heads/master | 2023-07-20T10:42:14.946894 | 2023-07-05T05:34:59 | 2023-07-05T05:34:59 | 174,091,095 | 10 | 11 | MIT | 2023-07-05T05:35:00 | 2019-03-06T07:08:15 | C# | UTF-8 | Java | false | false | 9,901 | java | /*
* Location API
* Geolocation, Geocoding and Maps
*
* OpenAPI spec version: 2.0.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package com.unwired.client.model;
import java.util.Objec... | [
"akhil@unwiredlabs.com"
] | akhil@unwiredlabs.com |
1a896959fd09eff74306a1895f361afb638adc62 | a5c07cf214bf0b05f79530af4065175fea523233 | /src/main/java/com/zoupeng/community/dao/LoginTicketMapper.java | 24d897dc1a344c50ca9973078d704b129747506b | [] | no_license | zoupeng007007/community | 647eac22be281edda495651ef9a27ddd464056ff | 114920c72b41b3456544879757aac4d1082d76c2 | refs/heads/main | 2023-05-14T05:22:27.031002 | 2021-06-03T15:36:39 | 2021-06-03T15:36:39 | 367,666,052 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,097 | java | package com.zoupeng.community.dao;
import com.zoupeng.community.entity.LoginTicket;
import org.apache.ibatis.annotations.*;
import org.springframework.stereotype.Component;
@Mapper
@Component
@Deprecated
/**
* 已将Ticket转移到Redis,不推荐使用
*/
public interface LoginTicketMapper {
@Insert({
"insert into lo... | [
"zoupeng007@126.com"
] | zoupeng007@126.com |
54f7f101da45bdc081b6480692b081088fcfa03f | 00aad001c091351a11f3086092d2b2a8dace2185 | /src/main/java/com/qianfeng/mybatis/dto/IUser.java | 674835c8cfb86513ccfffe419fe20815484e6ad5 | [] | no_license | jaydddd/jaywei | c6ef2dc86343d852d1a6da131ad6a318814badc0 | c126431bce60caed0f64af887f3e0fb2902a5aa2 | refs/heads/master | 2021-04-12T03:56:47.167304 | 2018-03-20T03:17:57 | 2018-03-20T03:17:57 | 125,948,775 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 312 | java | package com.qianfeng.mybatis.dto;
import org.apache.ibatis.annotations.Select;
import java.util.List;
/**
* Created by admin on 2018/3/19.
*/
public interface IUser {
/*不需要配置映射文件,实体类和数据库名称一样*/
@Select("SELECT * FROM users")
List<UserDto2> getUser();
}
| [
"1240029870@qq.com"
] | 1240029870@qq.com |
b2af1f6dcef94e76574cb1a1e4048c3a31e46c44 | 20b147a40fb922a977614620f56cc2b22b4cd454 | /src/com/sda/kolekcje/Main.java | a2fad2ffea04701a19f6cb06027d5bc190671e1c | [] | no_license | javascn5/LinkedListImpl_TL | 9c4050c92da39b510878aeb5baf36aa68e16bbce | c2c5e21658938b0ef16baac19f695d70c7180c6d | refs/heads/master | 2020-04-02T04:05:19.400132 | 2018-10-21T12:33:48 | 2018-10-21T12:33:48 | 153,999,308 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 639 | java | package com.sda.kolekcje;
import java.util.LinkedList;
import java.util.List;
public class Main {
public static void main(String[] args) {
// Arraylist - implementacja tablicową
// linkedlist - implementacja wiązaną
CustomList<String> customList = new CustomLinkedList<>();
customList.add("Jede... | [
"tlachawczak@gmail.com"
] | tlachawczak@gmail.com |
8c7fce829358aa94317b0c479b9b89d8a1ac67a8 | bc8ffe63f1973db31c19d61337c431e64a391c17 | /app/src/main/java/com/parash/hostelmanagementapp/ui/share/ShareFragment.java | 540c48ceb1457d3de083eed654a2dc354978fd0c | [] | no_license | parashghale/HostelManagementApp | 975a272040d29905927556de7aefad30b5e72d9d | 572d31d411ccd87198839779343c1b700eff05aa | refs/heads/master | 2021-01-04T23:28:08.056010 | 2020-02-23T08:53:02 | 2020-02-23T08:53:02 | 240,795,716 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,577 | java | package com.parash.hostelmanagementapp.ui.share;
import android.Manifest;
import android.content.ContentResolver;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.v... | [
"parash.ghale20@gmail.com"
] | parash.ghale20@gmail.com |
42a274cc4807e6ee767e06f9d73463bcc739af62 | f4a51c90f8731b66c9dd2469b1a6fb361ee27c12 | /HttpException.java | d62a1384c387bbcaa17cee728b63b0eee394367e | [] | no_license | luyifan/JavaServerHttp | bf078efb485eb380f584e7205a0a49e4eed6c7c6 | 2bdb83ff1a5b017283906c160da2fabc17f31a1d | refs/heads/master | 2020-03-30T00:15:34.044190 | 2014-06-03T17:42:44 | 2014-06-03T17:42:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 243 | java | public class HttpException extends Exception
{
public HttpException()
{
super();
}
public HttpException( String message )
{
super ( message );
}
public HttpException ( String message , Exception e )
{
super( message , e ) ;
}
}
| [
"maxluyifan@gmail.com"
] | maxluyifan@gmail.com |
ec3443dd85da6970147591b225e001828c33c3aa | b993731bbb498bccb473da6417a2b78805df6d80 | /GUITest2/src/com/guitest2/ProjectPanel.java | f568843fa37ceb4fe64268998e93ecbf15fd7520 | [] | no_license | Aimintao/Oracle | d2f39c74dacd929d4d1b5e4121a292ea83fc1049 | e0b207ed1f420b42bee7f5ba89b520b8bbe9e20e | refs/heads/master | 2020-03-28T08:15:22.498643 | 2018-04-22T08:42:29 | 2018-04-22T08:42:29 | 147,954,511 | 5 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,323 | java | package com.guitest2;
import com.projectfunction.ProjectFunction;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.Vector;
public class ProjectPanel extends JPanel implements ActionListener {
protected JPanel mainPanel... | [
"noreply@github.com"
] | noreply@github.com |
24e920eda236064a5bfa91dc3a3997c0068de1db | d073a6b2c8c46c701d3b8ffecfceca131023d8ec | /app/src/test/java/xyz/yakdmt/navremote/ExampleUnitTest.java | 4f76369873bc3a9539debc129be502f725944455 | [] | no_license | yakdmt/navremote | 96300e21acb1fa3bbdfed9ca625b0c8fa7bb6694 | 815c0462f15e00675756e79f3a937de7c62a2d56 | refs/heads/master | 2021-01-10T01:20:27.460935 | 2016-01-03T19:25:45 | 2016-01-03T19:25:45 | 45,787,375 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 313 | java | package xyz.yakdmt.navremote;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
}
} | [
"dmitry.yakovlev23@gmail.com"
] | dmitry.yakovlev23@gmail.com |
cbcfb74b60a50d532391f07d961fbe931c5b53dd | aa876d8e6144edfd46e6b8284acd3e03fed2813e | /src/main/java/com/tangenta/data/pojo/QuestionType.java | 2988bc111b582da41efb252f8e090e5f5d30fd01 | [] | no_license | tangenta/platform-backend | 57cee4c58573bd779459ad104ff3d5094e921e66 | 09b8d2324fa15d6f07649e4e28e7ec637798818e | refs/heads/master | 2020-04-25T21:11:41.760160 | 2019-03-31T03:41:31 | 2019-03-31T03:41:31 | 173,073,094 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 136 | java | package com.tangenta.data.pojo;
public enum QuestionType {
SingleChoice,
MultipleChoice,
TrueOrFalse,
BlanksFilling,
}
| [
"tangenta@126.com"
] | tangenta@126.com |
e9ae5ace8cf13d482c318b13a83e5bf069821d0a | 7aa5e1c88d14e6de9fcc7c4854899d4c34b939ff | /4 sem/laba 7/src/sample/Main.java | b799504da6db7685d9f2047e9736ced79c512692 | [] | no_license | Kat-ies/Java_BSU | 519beb43237a6809e52eca33f314c76d34c812a4 | 4dbc4e66055cff6cf3ca41fb26f6c50ebec256bf | refs/heads/main | 2023-01-28T21:27:58.874369 | 2020-12-05T20:03:56 | 2020-12-05T20:03:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,211 | java | package sample;
import javafx.application.Application;
import javafx.event.EventHandler;
import javafx.scene.Scene;
import javafx.scene.control.Label;
import javafx.scene.control.TextArea;
import javafx.scene.input.KeyCode;
import javafx.scene.input.KeyEvent;
import javafx.scene.layout.*;
import javafx.stage... | [
"eyurkovsk@gmail.com"
] | eyurkovsk@gmail.com |
6fe633a9c6eefdff46b59199d5721c1ed7b14f72 | f55d6a2e0643a126894eee44e1987862e26a8a7a | /src/com/whitebearsolutions/imagine/wbsairback/rs/model/advanced/ReferenceRs.java | bc5f9b7fe4e9811d5e07985ebb7259019d3e3338 | [
"Apache-2.0"
] | permissive | WhiteBearSolutions/WBSAirback | cd4f52d0a01cdff442105098e6679a57264a2b44 | a12483d84cc4603b28f518eda109da908cba4cf3 | refs/heads/master | 2021-01-25T10:06:52.219073 | 2014-01-27T12:23:24 | 2014-01-27T12:23:24 | 14,498,960 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,645 | java | package com.whitebearsolutions.imagine.wbsairback.rs.model.advanced;
import java.io.StringReader;
import java.io.StringWriter;
import javax.xml.bind.JAXBContext;
import javax.xml.bind.JAXBException;
import javax.xml.bind.Marshaller;
import javax.xml.bind.Unmarshaller;
import javax.xml.bind.annotation.XmlElement;
impo... | [
"jorge.gea@whitebearsolutions.com"
] | jorge.gea@whitebearsolutions.com |
b13ee8d61c0391643ce9c14382885250d8bfa930 | 440c79a13d5549839f15f654b79f63086eca6201 | /Source Code for Questions/Q9_Three_Color_Buttons_Horizontal/app/src/androidTest/java/com/example/q9_three_color_buttons_horizontal/ExampleInstrumentedTest.java | aef545ac589f85352c1065594d68dfb7ddd7de3a | [] | no_license | MJK618/AndroidProgramming | ea8c85da61a1e8577f788b20c0327ce48cf25293 | c5ec2c4781ffd9a09847eeaeb10e8866fc7f5a29 | refs/heads/main | 2023-04-11T17:22:14.259249 | 2021-04-29T09:01:42 | 2021-04-29T09:01:42 | 362,462,963 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 804 | java | package com.example.q9_three_color_buttons_horizontal;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test,... | [
"47236394+MJK618@users.noreply.github.com"
] | 47236394+MJK618@users.noreply.github.com |
a6d840ebd390b4cd4b2d094c0d463d3015c3fc2c | 832ae52fe85439fada8685919058e05849fe6d14 | /Fall 2020/9-8/SoftPasswords2.java | d67b1a8a441b950cc47925579d589ea22aa579db | [] | no_license | cschmi14/Villanova-Programming-Team | 615ffe43e0dc376dd659bf8bf92c7c2729644e38 | f40b3bb233aa1259a50afe3f8ed20fc156ec3c0a | refs/heads/master | 2023-09-03T07:10:58.850707 | 2021-09-28T01:53:49 | 2021-09-28T01:53:49 | 334,807,816 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,210 | java | import java.util.Scanner;
public class SoftPasswords2 {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
String p, s;
boolean t = true;
p = scan.nextLine();
s = scan.nextLine();
s.replace(" ", "_");
p.replace(" ", "_");
if (s.equals(p))
System.o... | [
"cschmidt542@gmail.com"
] | cschmidt542@gmail.com |
67e8957cd4f5aaf5724c64fef298fc54301190a8 | dce784d372d76bd34c4f6fa98f193467231cb27a | /tests/org.jboss.tools.quarkus.lsp4e.test/projects/maven/hibernate-orm-resteasy-yaml/src/main/java/org/acme/hibernate/orm/FruitResource.java | 4007e19552bd127ff48d98eb423e29c0635b0692 | [
"Apache-2.0"
] | permissive | jbosstools/jbosstools-quarkus | ce4a111f40609063a01fd31f9c6795a8b96d12eb | b073d1801df135c37656492481cdeab26fb5cb83 | refs/heads/main | 2023-07-09T22:12:40.542380 | 2023-07-03T09:33:29 | 2023-07-03T09:33:29 | 207,259,486 | 16 | 19 | Apache-2.0 | 2023-09-13T16:19:09 | 2019-09-09T08:18:39 | Java | UTF-8 | Java | false | false | 3,082 | java | package org.acme.hibernate.orm;
import javax.enterprise.context.ApplicationScoped;
import javax.inject.Inject;
import javax.json.Json;
import javax.persistence.EntityManager;
import javax.transaction.Transactional;
import javax.ws.rs.Consumes;
import javax.ws.rs.DELETE;
import javax.ws.rs.GET;
import javax.ws.rs.POST;... | [
"noreply@github.com"
] | noreply@github.com |
d23af6c34fb55e326f89e1a63a1560a788dabccc | 0e0d4db7f601f7aa118df81fb38b687d2f2edc3e | /src/de/philipp/advancedevolution/lib/xseries/SkullCacheListener.java | 45881d4e2dd072890c6eb7bdd72cecface4d279a | [] | no_license | NikeSchuh/AdvancedEvolution | 8804929d1f57015672c7e44a2e62b2df5a744953 | 44b56615bbcad8a9c57989f71a67831a739ee9ad | refs/heads/master | 2023-01-16T02:07:01.241159 | 2022-10-24T15:11:51 | 2022-10-24T15:11:51 | 316,614,761 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,927 | java | package de.philipp.advancedevolution.lib.xseries;
/*
* The MIT License (MIT)
*
* Copyright (c) 2020 Crypto Morin
*
* 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,... | [
"47360415+NikeSchuh@users.noreply.github.com"
] | 47360415+NikeSchuh@users.noreply.github.com |
6bac015e9eab62810b7caee122f746185053494d | d72af4b635f9fb1e446f744cdc55596b4d9287b5 | /src/main/java/com/paulhoang/data/CompanyData.java | f87aebd93f85570ba964b4b883be7819b3c10d77 | [] | no_license | General-Meow/mySharesGenerator | a8a075ba2b1224259983654f9a8a15ae50d7f599 | f8756e2bfbb204906f59c145e18b7149886cc846 | refs/heads/master | 2021-05-03T22:39:04.962695 | 2018-05-05T00:21:26 | 2018-05-05T00:21:26 | 69,394,872 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,380 | java | package com.paulhoang.data;
import java.math.BigDecimal;
/**
* Created by paul on 08/12/2016.
*/
public class CompanyData {
private String name;
private BigDecimal startingPrice;
private Trend trend;
private float trendFlipChance;
public CompanyData(String name, Trend trend, float trendFlipCha... | [
"spl.ivalis@gmail.com"
] | spl.ivalis@gmail.com |
04255cdd4a9017e1fb76847631b2f52369c17b95 | cf0a3a9a353d3b22db446b2edb0a62b9053f4cae | /Backjoon/Flood Fill/Main_7562_나이트의_이동.java | aead2c785530f1860a0aa2297938c28d1b5e7f77 | [] | no_license | thinkp0907/Algorithm | 512d122aff3d0b15133515a0bcbdfca4afa4f927 | 826da3cb856879b1500be113a962afd3be916a25 | refs/heads/main | 2023-09-06T01:19:48.545733 | 2021-11-09T11:44:52 | 2021-11-09T11:44:52 | 413,831,530 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,308 | java | package Backjoon.floodFill;
import java.io.*;
import java.util.*;
public class Main_7562_나이트의_이동 {
static int[] dr = {-2, -2, -1, 1, 2, 2, 1, -1};
static int[] dc = {-1, 1, 2, 2, 1, -1, -2, -2};
static int T, N;
static int[][] map;
static int targetX;
static int targetY;
static int totCnt;
public static ... | [
"thinkp0907@gmail.com"
] | thinkp0907@gmail.com |
87627e38113a168fb1c346d578be911d085bf501 | 40fbf821d261100420e1dcd67b90d32e4bb7141f | /src/main/java/citiipay/models/UserLogin.java | 614940474fdee3ec89a89d7e6632a099d207f267 | [] | no_license | csys-fresher-batch-2019/wallet-karthick | 2295f481fc08fe0177b4585a585277d8d6c10371 | 9db7e4dfbe7a68c6f3c93af314af87fd600e5da7 | refs/heads/master | 2020-12-21T15:04:37.558952 | 2020-02-18T04:47:52 | 2020-02-18T04:47:52 | 236,468,850 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 673 | java | package citiipay.models;
public class UserLogin {
private long mobileNumber;
private int pinNumber;
private int status;
public long getMobileNumber() {
return mobileNumber;
}
public void setMobileNumber(long mobileNumber) {
this.mobileNumber = mobileNumber;
}
public int getPinNumber() {
return pinNum... | [
"karrthicks10@gmail.com"
] | karrthicks10@gmail.com |
e3aba93d79aa2254919ab1f21de8903de4df5308 | 0a7f9ec9d445a806ffec6419f2c666fb9710059e | /app/src/main/java/com/raisesail/andoid/androidupload/ResponseData.java | 19399b5fe20c2b16fa0d8045a14c47484efb3494 | [] | no_license | wangchao1994/AndroidUpload | 55f19e4fea8a8a5ddc9b3a33a72c7396fd69ca01 | 3631d16ea833ccdb81c76e5a819931ada43e7fc6 | refs/heads/master | 2020-05-19T19:34:14.213461 | 2019-06-27T08:16:58 | 2019-06-27T08:16:58 | 185,183,122 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 823 | java | package com.raisesail.andoid.androidupload;
public class ResponseData {
/**
* status : OK
* id :
* link :
* meta : {}
*/
private String status;
private String id;
private String link;
private MetaBean meta;
public String getStatus() {
return status;
}
... | [
"wchao0829@163.com"
] | wchao0829@163.com |
ef5f94fa1fb453031061c305344f0088c4b3321c | 9d59afc3395993c14a3f272e10992fc558c62412 | /src/main/java/com/wx/dao/goodsDao/Goodsimpl.java | 9343ad802f3911c5a0843f6ad9d5548a2eb62587 | [] | no_license | wangxiangx86/shopsystem | c993d53d2668bbbc36eba8ad74f725cd22a24168 | 4025596a9d7a7222db96a8a0f83d832a0e2d9c12 | refs/heads/master | 2020-03-21T02:29:59.631209 | 2018-06-20T08:41:11 | 2018-06-20T08:41:11 | 138,001,592 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,038 | java | package com.wx.dao.goodsDao;
import java.util.List;
import org.apache.ibatis.session.SqlSession;
import com.wx.dao.GoodsDao;
import com.wx.entity.Goods;
public class Goodsimpl extends MybatisDao implements GoodsDao{
@Override
public List<Goods> selectAll(SqlSession session) {
List<Goods> goodslist = super.select... | [
"979686321@qq.com"
] | 979686321@qq.com |
7cbaf24da4e297f7727bb499e1869231b11a1209 | 263fa4929a6261d18656f8fbe898667d6bd5bbfa | /springboot-security/springboot-security-demo/src/main/java/com/hxd/security/demo/aspect/package-info.java | 38f2de404a7d88ef6ae2404028353600df6f45ef | [] | no_license | xdhua/springcloud-eedu | e650e96fb3913b01a00cde0919d688a217db2225 | d5f198cecc327c0cb3760b0e5b5b7d5139d89472 | refs/heads/master | 2020-07-18T23:16:06.410687 | 2020-01-19T03:04:50 | 2020-01-19T03:04:50 | 206,332,128 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 102 | java | /**
*
*/
/**
* @author hxd
* 切片
* 2019年11月4日
*/
package com.hxd.security.demo.aspect; | [
"445353584@qq.com"
] | 445353584@qq.com |
eed127dadfd577958f69fcb6ce1350bb33a4bf40 | c75092b767c09022e30eb9329d9a368ecbd223fc | /src/com/snowgears/shop/ShopObject.java | da2c72cc0f0880c8c91874a9051d26a89d6c3ed7 | [] | no_license | GooseMonkey/Shop | d27e1162d8dbcd7b024cfcf91ed27f2c5264248b | 735e2605f430c6e487be5635490162d54e2df709 | refs/heads/master | 2021-01-22T00:45:32.001895 | 2013-12-18T09:36:24 | 2013-12-18T09:36:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,882 | java | package com.snowgears.shop;
import org.bukkit.ChatColor;
import org.bukkit.Location;
import org.bukkit.Material;
import org.bukkit.block.Block;
import org.bukkit.block.Sign;
import org.bukkit.block.Chest;
import org.bukkit.inventory.Inventory;
import org.bukkit.inventory.ItemStack;
public class ShopObject{
private ... | [
"awesomete@gmail.com"
] | awesomete@gmail.com |
5edac8b034e6c8eb1f6bba80241de3e83a899d8c | 1d10f731c0a5bac589e94b1d0f6698237c26955c | /src/main/java/com/ruiec/web/controller/home/UserController.java | 12ac11c3cd63360ba2c4e9c5464eb8aa0639ac26 | [] | no_license | longyi97/abbsp | 21b78835d59968ef1e1dec78ebb1a03948767d36 | 23a2aeeaab53352858057989f1e98ac8135bcc6b | refs/heads/master | 2021-05-13T12:35:00.755090 | 2018-01-10T06:19:07 | 2018-01-10T06:19:07 | 116,675,532 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,823 | java | package com.ruiec.web.controller.home;
import java.text.NumberFormat;
import java.text.ParseException;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import javax.... | [
"1350140784@qq.com"
] | 1350140784@qq.com |
4807bb4a09b70a5f07237c9f0e1493ea59afeee6 | d1a42d706abfe9ebcc06cc27b30539549c75d9a7 | /webframework/smart-framework/src/main/java/org/smart4j/framework/annotation/Trancation.java | 29278c5e368fd9eea1d3990eb08510ed0f67266b | [] | no_license | lugaoyu/webframework | 0bd53cacb1a2d94df7a81913bbe677916366c673 | 9ad1af2fab5de8b50486a363c59ee2a6b48a89ae | refs/heads/master | 2021-09-18T01:26:40.123456 | 2018-07-08T14:14:37 | 2018-07-08T14:14:37 | 103,811,097 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 407 | java | package org.smart4j.framework.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* 定义需要事务控制的方法
*
* @author lugaoyu
* @since 1.0.0
* @date 2017-08-13
*/
@Target(ElementType.METHOD)
@Rete... | [
"lugaoyu1988@163.com"
] | lugaoyu1988@163.com |
f7949a8401012304d078d88b1a5251aed8720f66 | 62ab1eee884ef7bdbfe15eb5c7538f781f42976a | /test/SearchView/app/src/androidTest/java/com/example/latitude/searchview/ApplicationTest.java | d3006752b6881e0c2a56ab26e4fd7853e0678625 | [] | no_license | nguyenkhanhblaze/baitap | 18be34e45ea9b0b2e808ee01fb2048aa1fe5c92e | 4f61637850b5c682a49a0cee09903fc959f02007 | refs/heads/master | 2021-01-17T12:56:51.376761 | 2016-07-15T09:08:04 | 2016-07-15T09:08:04 | 55,963,205 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 362 | java | package com.example.latitude.searchview;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {... | [
"nguyenkhanhblaze@gmail.com"
] | nguyenkhanhblaze@gmail.com |
aa4c01342b384f5a49c4dab97adf24ca9c02f065 | 4c03af53e4bf38961923b167bcc3fd5fb4d4a789 | /core/tego.runtime/src/main/java/mb/tego/strategies/FunctionStrategy2.java | f108c0b01a86c27f50e60ee350f9068bcc5c6aaa | [
"Apache-2.0"
] | permissive | metaborg/spoofax-pie | a367b679bd21d7f89841f4ef3e984e5c1653d5af | 98f49ef75fcd4d957a65c9220e4dc4c01d354b01 | refs/heads/develop | 2023-07-27T06:08:28.446264 | 2023-07-16T14:46:02 | 2023-07-16T14:46:02 | 102,472,170 | 10 | 16 | Apache-2.0 | 2023-02-06T17:30:58 | 2017-09-05T11:19:03 | Java | UTF-8 | Java | false | false | 832 | java | package mb.tego.strategies;
import mb.tego.sequences.Seq;
import mb.tego.strategies.runtime.TegoEngine;
import org.checkerframework.checker.nullness.qual.Nullable;
/**
* A function strategy that can be used to adapt a function call with three arguments as a strategy.
*
* Use {@link StrategyExt#fun}.
*
* @param <... | [
"noreply@github.com"
] | noreply@github.com |
49bfb534bdf88510769269f0d9722c2be86a9e59 | fb427a22e4cb9f1c1c65af44fde5230dae905586 | /src/main/java/com/lks/core/MRVConstants.java | 8d7b29d1a5cdd4da094ec3978f4966a5c82e99bd | [] | no_license | shreyaslokkur/PeriodPampering | 91262c73714ae8e453c280543280970c2aa85736 | 3b500a47dde4385fce71a4ceef438c130ac3185c | refs/heads/master | 2021-09-02T15:11:26.146269 | 2017-07-14T12:26:39 | 2017-07-14T12:26:39 | 116,127,675 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 315 | java | package com.lks.core;
/**
* Created with IntelliJ IDEA.
* User: shreyaslokkur
*/
public class MRVConstants {
public static final String BASICBUYERADDRESSLIST = "BASICBUYERADDRESS.LIST";
public static final String BASICBUYERADDRESS = "BASICBUYERADDRESS";
public static final String UUID = "UUID";
}
| [
"lokkur@adobe.com"
] | lokkur@adobe.com |
0ee46029cf5ed2d3e44e5e4bcf78d5e41276debe | 956706ca16693bc0f55ad5e7a99334997024716d | /app/src/androidTest/java/com/example/lizzi/gakki/ExampleInstrumentedTest.java | 8d020a24acfe3715a830b64ef87068df8cce2eda | [] | no_license | BinGuoLA/first | 4b490d562f480ea7ebabbd3c265d1ab09de86507 | e3843147d19eec05d85a66f3c35e743166d8ca4d | refs/heads/master | 2020-03-22T09:02:19.496971 | 2018-07-05T07:21:27 | 2018-07-05T07:21:27 | 139,809,931 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 750 | java | package com.example.lizzi.gakki;
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.*;
/**
* Instrumentation test, which will execute on an Andr... | [
"13397716393@163.com"
] | 13397716393@163.com |
db0a28a44b62ccaf34bd44954941af31df3b1c94 | e22ec7e53aa216ac276823fef6bae954e6026239 | /2.JavaCore/src/com/javarush/task/task14/task1413/CompItem.java | 1ded11e813857b62504f1277bad42501e50932b8 | [] | no_license | niwza/JavaRush | 9167fd692c47f0f29b2cf1d6832ff184a0aa448d | 97f8a5c6c3dc4e5cd3964c4c5531d113f14ca871 | refs/heads/master | 2021-01-23T05:14:35.312502 | 2017-07-20T21:03:02 | 2017-07-20T21:03:02 | 92,961,230 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 139 | java | package com.javarush.task.task14.task1413;
/**
* Created by niwza on 09.07.2017.
*/
public interface CompItem {
String getName();
}
| [
"niwza@svitonline.com"
] | niwza@svitonline.com |
ad5630a8a7915baf37287ed4a0590a2bad8f14fc | 62d7386c4963400e8ecedbd290fbd0fb2c0cf7dc | /instrumentation/external-annotations/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/extannotations/ExternalAnnotationInstrumentation.java | 7c2d3027cc8ca35dd4d4296a79ba58baba6f1122 | [
"Apache-2.0"
] | permissive | bluemarble/opentelemetry-java-instrumentation | eb644e8144a0323e95398af1a0f84570acda2ec8 | 50fb35a61f66ffe0ee37cf45bad884e5897c5106 | refs/heads/main | 2023-05-27T15:20:14.718517 | 2021-06-10T16:52:05 | 2021-06-10T16:52:05 | 354,686,801 | 0 | 0 | Apache-2.0 | 2021-04-05T01:39:59 | 2021-04-05T01:39:59 | null | UTF-8 | Java | false | false | 7,369 | java | /*
* Copyright The OpenTelemetry Authors
* SPDX-License-Identifier: Apache-2.0
*/
package io.opentelemetry.javaagent.instrumentation.extannotations;
import static io.opentelemetry.javaagent.extension.matcher.AgentElementMatchers.safeHasSuperType;
import static io.opentelemetry.javaagent.extension.matcher.ClassLoad... | [
"noreply@github.com"
] | noreply@github.com |
172047d6db14554261dba5977110096f539b3fe3 | f5425ef915d45dc7a9f7874b6df47b339b319bce | /app/src/main/java/com/app/manajemenorganisasi/OrmawaActivity.java | 0b04b6f74e2cf3d41d2bfcc07f54bd73de8253de | [] | no_license | ahmadfathan/ManajemenOrganisasi | 880a153ff85b930e0f0daacc050a3411fe8b3f3c | 02c0a6fff08fcedcbdf8adcf65d2c54d66248381 | refs/heads/master | 2023-05-14T14:34:18.999864 | 2021-06-07T16:02:32 | 2021-06-07T16:02:32 | 374,713,700 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,092 | java | package com.app.manajemenorganisasi;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.Color;
import android.graphics.drawable.Drawable;
import android.net.Uri... | [
"ahmadfathan1021@gmail.com"
] | ahmadfathan1021@gmail.com |
dd5b8104cdcb245fc31a7c073ca3ca1132fe8d9f | 9c507fd783fbc1fa811842389fcfb08270b063f0 | /app/src/main/java/com/example01/myapplicationtest01/activity/BaseActivity.java | cf523ccbdd1af3f09e4e86cb64d10de84c95ba9e | [] | no_license | RevolutionGo/F.A.A | 07cbeded8ff2fdd4e72b9dcda91e70f5f639df56 | 143a8b8d43edb2196e0552d6014bf7795e35e125 | refs/heads/master | 2022-06-17T19:13:16.067341 | 2020-05-07T11:22:18 | 2020-05-07T11:22:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 613 | java | package com.example01.myapplicationtest01.activity;
import android.os.Bundle;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
import com.example01.myapplicationtest01.util.SharedPreferencesUtil;
public class BaseActivity extends AppCompatActivity {
protected SharedPreferenc... | [
"807318819@qq.com"
] | 807318819@qq.com |
8883f24307988149344bc8ba95b77c79725867bf | fb3abcc6009b1cb581fc78ced484a15d0c3aa296 | /selenium/src/training/wrapper_method.java | 98205b6093d6dde4bb6db4ac135008a906c02be9 | [] | no_license | Malar0625/githubdemo | e7d54b0daefec1949e7337f9e10ab25090a4eda4 | 7750d2a4036bcb7627a2c7e2a5f697062b3cd7b7 | refs/heads/master | 2021-01-07T20:08:39.734268 | 2020-03-17T12:38:31 | 2020-03-17T12:38:31 | 241,807,271 | 0 | 0 | null | 2020-10-13T20:24:09 | 2020-02-20T06:07:50 | HTML | UTF-8 | Java | false | false | 1,042 | java | package training;
import java.io.File;
import java.io.IOException;
import org.apache.commons.io.FileUtils;
import org.openqa.selenium.By;
import org.openqa.selenium.OutputType;
import org.openqa.selenium.TakesScreenshot;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
... | [
"BLTuser@BLT215"
] | BLTuser@BLT215 |
f9bb5341c9c5ed8dd5a219c1baf233c5e6e353b9 | 9d2d6de01edde628275674a47a5ae3781d2c59ff | /src/main/java/com/esrichina/demo2/config/audit/package-info.java | 4649a5a2123806a5b42c6f145069d479bcea5b54 | [] | no_license | gischen/jhipsterdemo | 8717d92bad89a22533f94d4f0442b453762c4e8b | c88a4c6d86d73ed0e6359a29e824e597c5fac09d | refs/heads/master | 2021-08-12T03:58:49.678536 | 2017-11-14T11:56:42 | 2017-11-14T11:56:43 | 109,928,993 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 74 | java | /**
* Audit specific code.
*/
package com.esrichina.demo2.config.audit;
| [
"eweek2@126.com"
] | eweek2@126.com |
74e52c806503a2e106bed0fbaf9ac37171b6ce0d | 22cd38be8bf986427361079a2f995f7f0c1edeab | /src/main/java/core/erp/fam/service/impl/FAMB0030Dao.java | 34ee939b87f9d1bbf87fe405c7b4dcece4703b7d | [] | no_license | shaorin62/MIS | 97f51df344ab303c85acb2e7f90bb69944f85e0f | a188b02a73f668948246c133cd202fe091aa29c7 | refs/heads/master | 2021-04-05T23:46:52.422434 | 2018-03-09T06:41:04 | 2018-03-09T06:41:04 | 124,497,033 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,069 | java | /**
* core.erp.tmm.service.impl.FAMB0030Dao.java - <Created by Code Template generator>
*/
package core.erp.fam.service.impl;
import java.util.Map;
import org.springframework.stereotype.Repository;
import core.ifw.cmm.dataaccess.CmmBaseDAO;
/**
* <pre>
* FAMB0030Dao - 메시지 관리 프로그램 데이터처리 DAO 클래스
* </pre>
*
* ... | [
"imosh@nate.com"
] | imosh@nate.com |
335a72ce7e706228931f0b6348ee6a93bd1311d6 | 2c9521e5393f1f763676b0b713689386be1a7acc | /src/main/java/com/achords/utils/converters/SongConverter.java | fbebe913b89b5299b2bffe59a2a572a0c0dc7ae7 | [] | no_license | Evgenikaall/achords | 69c7b1db8614ca99f7857256084636163ac2d1f6 | 1e23ec1088a4f723fc3cdd7751d59609d88925a6 | refs/heads/master | 2023-03-05T06:22:28.621294 | 2021-02-13T23:19:45 | 2021-02-13T23:19:45 | 326,974,597 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,676 | java | package com.achords.utils.converters;
import com.achords.model.dto.song.*;
import com.achords.model.entity.song.*;
import com.achords.service.song.*;
import com.achords.utils.exceptions.ChordNotFoundException;
import com.achords.utils.exceptions.GenreNotFoundException;
import com.achords.utils.exceptions.LanguageNotFo... | [
"evgenikaall@gmail.com"
] | evgenikaall@gmail.com |
b553228c9edb711d3f5629e214c329636bbda384 | de149f97cbc85594dfa3927c240d5c06211eb50b | /src/main/java/main/service/AddingPostService.java | 0fc89cbd1653f345aba87be68097b5cb8ff81a7f | [] | no_license | bagofQQ/DiplomSkillbox | 91e2a5a9893ad3e02532e8dfc69e16588323cea9 | 1ff310f9089704552c3da65ca08299e00c2f9d1a | refs/heads/master | 2023-02-17T04:13:40.901588 | 2021-01-18T18:05:58 | 2021-01-18T18:05:58 | 314,522,734 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,109 | java | package main.service;
import main.PostsException;
import main.api.request.addingpost.AddingPostRequest;
import main.api.response.addingpost.AddingPostResponse;
import main.api.response.addingpost.ErrorsAddingPostResponse;
import main.model.*;
import org.jsoup.Jsoup;
import org.jsoup.safety.Whitelist;
import org.spring... | [
"hamster88@mail.ru"
] | hamster88@mail.ru |
ed70c7b8c11aa93ac51ace643eb028eed2c8c886 | e73d1209a7a5b1af88594083686fa5354d0ff942 | /app/src/main/java/example/tutorial/mvp/ui/ui/main/MainMvpPresenter.java | 413aeb639f37fa0314ec92d9607a74cb3fd9f781 | [] | no_license | aquavirgo/MVP | cf8a4cb8b754b43dbf2f82e4754faf908ebc556a | 48c92a294c6d2bd9e09f748140209bc56f1a6b66 | refs/heads/master | 2021-05-12T09:30:26.791329 | 2018-01-13T06:44:08 | 2018-01-13T06:44:08 | 117,320,700 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 281 | java | package example.tutorial.mvp.ui.ui.main;
import example.tutorial.mvp.ui.ui.base.MvpPresenter;
/**
* Created by Jakub on 2018-01-13.
*/
public interface MainMvpPresenter<V extends MainMvpView> extends MvpPresenter<V> {
String getEmailId();
void setUserLoggedOut();
} | [
"jakubguzikowski@o2.pl"
] | jakubguzikowski@o2.pl |
28f327fa55bb6deefbdd6fe58923fb0c4ac0b64b | e2a97f336e545c89dbba886889416ee99c3d89a0 | /ch18_01/src/dao/CartDao.java | 4b4e7f5ca70c1e22bd0417df8a7b0e0d8c26e3e8 | [] | no_license | jongtix/JSP_jongtix | f580d82beaa3a53c9876961af45389527d3832af | ef5aac22eefa6611bdce6647fba645e55d626192 | refs/heads/master | 2021-05-06T00:38:00.250849 | 2018-03-18T07:06:06 | 2018-03-18T07:06:06 | 114,311,296 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,091 | java | package dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.util.ArrayList;
import javax.naming.Context;
import javax.naming.InitialContext;
import javax.sql.DataSource;
import model.Cart;
public class CartDao {
private static CartDao instance;
public CartDa... | [
"jong1145@naver.com"
] | jong1145@naver.com |
8812f5e4a53dfa842ae4b366d1f0d188538c70e5 | 5dfadf842bdf166c604cdeecae309f45fe3f1a79 | /src/com/msbinfo/expresslync/rct/valuation/HomeStyle.java | e1729f25018a7e77131d9cb1e337dcf7c08b9d0b | [] | no_license | JB2001216/MSBValuationClient | a9d86260ffbf16bd82216b60498704bb42259083 | e2cf9299a8482ffdcc807c84fc3bd0ce6a83b0c8 | refs/heads/master | 2023-02-23T22:11:50.951025 | 2021-01-27T13:48:39 | 2021-01-27T13:48:39 | 333,434,368 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 21,599 | java | /*
* XML Type: HomeStyle
* Namespace: http://msbinfo.com/expresslync/rct/valuation
* Java type: com.msbinfo.expresslync.rct.valuation.HomeStyle
*
* Automatically generated - do not modify.
*/
package com.msbinfo.expresslync.rct.valuation;
/**
* An XML HomeStyle(@http://msbinfo.com/expresslync/rct/v... | [
"amymadden@fulldiscourse.com"
] | amymadden@fulldiscourse.com |
6b5d96b5b0ec5c41817a136366ed35516eca81fc | a4850d731fa749b866b621d2b13c79e065344135 | /source/pixelmed/src/main/java/com/pixelmed/web/WadoRequest.java | 5cc25b7e64cc4a719b1f884bc154a856d0e2bb66 | [
"BSD-3-Clause"
] | permissive | mksgroup/pixelmed | 1575e87a3e881450d47588be25d4693f35efafc5 | d0ddfdd42757c22c63eed1892a8759db1721ab1e | refs/heads/master | 2022-12-05T12:21:37.127424 | 2020-08-19T08:32:43 | 2020-08-19T08:32:43 | 288,082,031 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 19,068 | java | /* Copyright (c) 2001-2020, David A. Clunie DBA Pixelmed Publishing. All rights reserved. */
package com.pixelmed.web;
//import java.net.URI;
//import java.net.URLDecoder;
import java.util.HashMap;
import java.util.Map;
import java.util.StringTokenizer;
import com.pixelmed.utils.StringUtilities;
/**
* <p>The {@lin... | [
"ThachLN@gmail.com"
] | ThachLN@gmail.com |
d90b3a19349901366e48f548ffdc1ebbd3ae437b | 0aabd164442e2206028cc34da59582915d91cf84 | /kingshuk_core_springs/ATMAppSpringStaticFactoryMethodDemo/src/com/spi/date/MainApp.java | d8ecaa6412b1716a062911c3cd86e20839cb67da | [] | no_license | kingshuknandy2016/TBT-Workspace | 0d7339518b32fc5c6e01179b3768808e441ec606 | fef1c5229d0e1d56d97b41b44fb066e7560c208c | refs/heads/master | 2021-01-24T11:06:13.774604 | 2018-02-27T04:50:44 | 2018-02-27T04:50:44 | 123,073,378 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 573 | java | package com.spi.date;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import com.spi.atm.ATM;
public class MainApp {
public static void main(String[] args) {
System.out.println("BEGINNING PROGRAM **************");
ApplicationCo... | [
"kingshuknandy2016@gmail.com"
] | kingshuknandy2016@gmail.com |
2dc3173eb9bf6c390649a18e24a6cf8cd8c33582 | 57868f603891739f0f4af79c1239bafaf40461c5 | /src/test/java/com/epam/library/user/db/WithDbUserSecurityContextFactory.java | 5c0a154269802d4308f9b8edc7f79b30cf7b3c09 | [] | no_license | maciej-kizlich/interview | d0aaa95db8d33aa1466224078483204fa1907f03 | 1d86f28ef4e16cd2b871b0c41293b485536c5eca | refs/heads/master | 2016-09-06T06:13:34.442211 | 2014-09-11T13:46:34 | 2014-09-11T13:46:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,582 | java | package com.epam.library.user.db;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.authentication.UsernamePasswordAuthenticationToken;
import org.springframework.security.core.Authentication;
import org.springframework.security.core.context.SecurityContext;
import org.... | [
"Maciej_Kizlich@EPPLKRAW0048.budapest.epam.com"
] | Maciej_Kizlich@EPPLKRAW0048.budapest.epam.com |
1d8fd88dcd8c94520eba99aeabd80e65999e6fc0 | 9fe53ab6dad8834efa2c499534622a0c672c61bd | /starchProject-JPA/src/test/java/sopra/formation/EvenementRepositorySpringTest.java | 93fa90ff8e504608646ae628ea8cd96587c63811 | [] | no_license | rubenrust/starchProject | e0d1528c4121531829a9c90cfb7b358257ed1454 | d3bed97a605c5d42c7f9319f02ecc698bbb7543c | refs/heads/master | 2022-10-25T15:35:13.877666 | 2019-12-12T14:58:02 | 2019-12-12T14:58:02 | 221,252,058 | 0 | 0 | null | 2022-09-22T18:56:52 | 2019-11-12T15:37:20 | Java | UTF-8 | Java | false | false | 6,959 | java | package sopra.formation;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import org.junit.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.ContextConfiguration;
import org.springfr... | [
"rust.ruben@gmail.com"
] | rust.ruben@gmail.com |
a7443b3a53396e0a38760dce6ab34e0f41a4e76c | 4fb39608ee08ef19aa151b5c3ce443a51401bc3e | /Astar/src/Main.java | a9752cdc314af08c3ea0c51e04e588d13babd327 | [] | no_license | jjieun07/Java | bac66c9e94c9d82842f79e20b198228bade6d669 | 8127997fb3a59e0c37d17a1a7b448179f82ccba7 | refs/heads/master | 2020-06-18T15:47:48.983854 | 2019-11-27T05:09:48 | 2019-11-27T05:09:48 | 196,353,319 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,159 | java | import java.util.LinkedList;
public class Main {
public static void main(String args[]) {
Astar astar = new Astar();
astar.setWall(4, 6, true);
astar.setWall(1, 1, true);
astar.setWall(1, 2, true);
astar.setWall(1, 3, true);
astar.setWall(1, 4, true);
astar.setWall(1, 5, true);
astar.setWall(1, 6, tr... | [
"pinkie07@naver.com"
] | pinkie07@naver.com |
c93c45bc3897ba2b74a8cf72a61a3b73de0b7106 | 139960e2d7d55e71c15e6a63acb6609e142a2ace | /mobile_app1/module855/src/main/java/module855packageJava0/Foo14.java | 71de7816c07191cbd761ac210ab329b37a6eb874 | [
"Apache-2.0"
] | permissive | uber-common/android-build-eval | 448bfe141b6911ad8a99268378c75217d431766f | 7723bfd0b9b1056892cef1fef02314b435b086f2 | refs/heads/master | 2023-02-18T22:25:15.121902 | 2023-02-06T19:35:34 | 2023-02-06T19:35:34 | 294,831,672 | 83 | 7 | Apache-2.0 | 2021-09-24T08:55:30 | 2020-09-11T23:27:37 | Java | UTF-8 | Java | false | false | 446 | java | package module855packageJava0;
import java.lang.Integer;
public class Foo14 {
Integer int0;
Integer int1;
Integer int2;
public void foo0() {
new module855packageJava0.Foo13().foo6();
}
public void foo1() {
foo0();
}
public void foo2() {
foo1();
}
public void foo3() {
foo2();
... | [
"oliviern@uber.com"
] | oliviern@uber.com |
f35fd10406a3ea28228b0aac340463ef3e0cb709 | 9aadb0678e182300f43438729bac4e512ea911f2 | /JAVA_Workspace/chapter15/SAXHandler.java | 96829e9791c322f60ea406a6c30578f2f3da441a | [] | no_license | SeungsoonLeee/ssafy | ef0d6aee50a23764a0dc403bce6a7a8c651cf4c2 | 4a7e9c8b14b590f562f5ba68703afd86aa5dfb06 | refs/heads/master | 2023-01-21T00:11:57.330642 | 2019-11-28T08:40:58 | 2019-11-28T08:40:58 | 194,757,133 | 1 | 1 | null | 2023-01-05T11:14:08 | 2019-07-01T23:47:52 | Java | UTF-8 | Java | false | false | 2,082 | java | package chapter15;
import org.xml.sax.Attributes;
import org.xml.sax.SAXException;
import org.xml.sax.helpers.DefaultHandler;
public class SAXHandler extends DefaultHandler {
// XML을 parsing하기 시작할 때 한번 호출되는 메서드
public void startDocument() throws SAXException {
System.out.println("----------------------- ... | [
"cjswosuny01@naver.com"
] | cjswosuny01@naver.com |
63eb9f1d2332cd682be22b354b89347742218767 | 5238fe199ca3c9c50020f7a48a981afa25f03b2a | /src/test/java/com/example/demo/SpringBootWildApplicationTests.java | c732ae774572b01098977bd122497f3c635402fc | [] | no_license | canxuewuhua/springbootPro | 428a768bc8095376cdaf48ab0602995b61ca8a28 | f112bc7626283bd8da8ff242427233404bda2fdd | refs/heads/master | 2022-12-10T09:56:44.747889 | 2022-06-10T03:04:36 | 2022-06-10T03:04:36 | 134,948,742 | 1 | 0 | null | 2022-12-06T00:42:36 | 2018-05-26T09:44:34 | Java | UTF-8 | Java | false | false | 341 | java | package com.example.demo;
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 SpringBootWildApplicationTests {
@Test
public void co... | [
"zhuyongqiang@kingsoft.com"
] | zhuyongqiang@kingsoft.com |
5cb640a314752a6ff7d2bc5f211f77e4ff9b9b06 | 20eb62855cb3962c2d36fda4377dfd47d82eb777 | /IntroClassJava/dataset/digits/d2b889e1ac42bc85f9df5c45c10708f46784be93d69acd1415cfd4d028cb50b19f50c374a9498c8e8b909173053a100e20c279ddb06c6359a06a920ead3e8080/000/mutations/155/digits_d2b889e1_000.java | 252cd9e7e0827bff62203630abef698a129de2a7 | [] | no_license | ozzydong/CapGen | 356746618848065cce4e253e5d3c381baa85044a | 0ba0321b6b1191443276021f1997833342f02515 | refs/heads/master | 2023-03-18T20:12:02.923428 | 2020-08-21T03:08:28 | 2020-08-21T03:08:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,707 | java | package introclassJava;
class IntObj {
public int value;
public IntObj () {
} public IntObj (int i) {
value = i;
}
}
class FloatObj {
public float value;
public FloatObj () {
} public FloatObj (float i) {
value = i;
}
}
class LongObj {
public long value;
public... | [
"justinwm@163.com"
] | justinwm@163.com |
5e2ec27784a7ebb1ebe765c2cabca90cf79d702d | 490c7ad3961bd54684c3a3fce12bae1dae9b2ba6 | /src/main/java/smvcday1/Person.java | 20e8fd777af6ad123d9ddd055ebf9f9bb8e3dbc0 | [] | no_license | hhe1/smvcday1 | 4d06586680293b5800cf716dc6f31131d8ed3c14 | b9b142365b2ee3bb52f247594117d8c9366d3683 | refs/heads/master | 2021-01-25T00:23:12.560823 | 2018-02-28T14:17:34 | 2018-02-28T14:17:34 | 123,294,744 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 498 | java | package smvcday1;
public class Person {
private String username;
private String password;
private int age;
public String getUsername() {
return username;
}
public void setUsername(String username) {
this.username = username;
}
public String getPassword() {
return password;
}
public void setPassword(String password)... | [
"hehong_0603@163.com"
] | hehong_0603@163.com |
5f04191c3006a94368b3804e6904a41b99a60d00 | 58d7cbc844956e4b00ddac16aafcd10cfe6e976c | /java基础1/12.标准类库/3.时间处理相关类/1.Date/Demo.java | 149d7cac3b88e101709e45f8dea398515e9bc0ad | [] | no_license | PaulMing/javastudy | 85ba302021057a0a4f08c1780caf9736a88d4d2f | 3579f7e79d73486ae49a53edbc5c27f066859ee1 | refs/heads/master | 2023-09-04T06:00:57.584162 | 2021-10-29T12:03:07 | 2021-10-29T12:03:07 | 407,141,514 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,220 | java | import java.util.Date;
public class Demo {
public static void main(String[] args) {
// 开发中使用long类型定义变量,其数据范围可表示基准时间往前几亿年、往后几亿年
long range = Long.MAX_VALUE/(1000L*3600*24*365);
System.out.println(range);//292471208 -> 2.9亿年
long now = System.currentTimeMillis();//时间戳
System.out.println(now);//162... | [
"zhiming@xiaomi.com"
] | zhiming@xiaomi.com |
66337a4c55eddaf33b302fafa1a43868011e02e0 | 9dc77914b243c8d51af7a49703cd332af886c836 | /techstack-storm/src/main/java/wang/wincent/techstack/storm/example/logMonitor/bolt/SaveMessage2MySql.java | 4b6bec106755ab8ba18a27e9dafcf8860cc4b9bd | [] | no_license | wincentwang/techstack | f9c919ef783e23864bc6b4bf276e90463ce4e0b7 | b1bdd947c96147b17fa6680b62189500358e7569 | refs/heads/master | 2021-06-23T09:26:58.732755 | 2017-09-05T08:17:36 | 2017-09-05T08:17:36 | 96,181,828 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 893 | java | package wang.wincent.techstack.storm.example.logMonitor.bolt;
import backtype.storm.topology.BasicOutputCollector;
import backtype.storm.topology.OutputFieldsDeclarer;
import backtype.storm.topology.base.BaseBasicBolt;
import backtype.storm.tuple.Tuple;
import org.apache.log4j.Logger;
import wang.wincent.techstack.sto... | [
"cunix24@sina.com"
] | cunix24@sina.com |
38887d719cb916854af6d885c9b307af8c927951 | 8a883dab213c8c6aa92dcba5b64012afbc87148b | /HW09-0036453293/src/test/java/hr/fer/zemris/java/sorters/QSortParallelTest.java | 0e26e7654d192cbe42cd112f77d58ba9f825c513 | [] | no_license | mborovac/javaProject | a34e23fefade7d596b2822ede04e593a85b73b1f | 178effbcc27ab9aa2e6ce4b1fbdcfa95a58e9a56 | refs/heads/master | 2021-01-10T07:32:39.270239 | 2015-12-10T18:07:01 | 2015-12-10T18:07:01 | 47,714,719 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 902 | java | package hr.fer.zemris.java.sorters;
import static org.junit.Assert.*;
import org.junit.Test;
public class QSortParallelTest {
@Test
public void QSortTest1() {
int[] data = new int[] {5, 21, 943, 8, 34, 12 ,83, 36, 2, 4, 31, 4};
QSortParallel.sort(data);
assertEquals("true", true, QSortParallel.isSorted(dat... | [
"marko.borovac@fer.hr"
] | marko.borovac@fer.hr |
f609089e075e1674ce3e2bfad0d4c7f61fe87fa7 | 5af9def9987c001798f85d6a90f555559d0b9be5 | /task-03-telegram-random-coffee/src/main/java/ru/hse/cs/java2020/task03/dao/ITrackerIssueDao.java | f043256453d1d3fcff940baaa9772b2b42e58b26 | [] | no_license | g-arslan/HSE-CS-Java2020-Tasks | ee7bc9e1c1eff07afc790d64345dfb342c86a4ec | 11fc8e5f1e00522bf358b60d1b70d039f34ba849 | refs/heads/master | 2022-10-04T09:10:50.531959 | 2020-06-11T14:50:38 | 2020-06-11T14:50:38 | 243,804,118 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 299 | java | package ru.hse.cs.java2020.task03.dao;
import ru.hse.cs.java2020.task03.models.TrackerIssue;
public interface ITrackerIssueDao {
TrackerIssue getTrackerIssue(Integer telegramId);
void saveTrackerIssue(TrackerIssue trackerIssue);
void updateTrackerIssue(TrackerIssue trackerIssue);
}
| [
"garsthe1st@gmail.com"
] | garsthe1st@gmail.com |
eb629300f3a95621c291d51d3847859bc7733c57 | 4423872701a02ad205ddbe1cdc491dc5a1c0c68d | /app/src/main/java/expansion/neto/com/mx/gerenteapp/fragment/fragmentTerminar/FragmentCardTerminar.java | 0685d8ae1be6d2a56ad4e5b8a0aec83bc6c1ec33 | [] | no_license | AntonioMontoyaaA/appgerenteexpansion | 5718935aebc91511b4753484620d233a62d27764 | 0aba3ffd49a1fcf92b35e9451c56410dd1a5bc1a | refs/heads/master | 2023-04-12T07:35:19.620494 | 2021-02-17T19:21:03 | 2021-02-17T19:21:03 | 365,313,512 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 838 | java | /*
* Copyright 2014 Niek Haarman
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | [
"70233278+AntonioMontoyaaA@users.noreply.github.com"
] | 70233278+AntonioMontoyaaA@users.noreply.github.com |
14afedb688de026fb4d6a249af9be6a12ef6636b | 499f4189dcda4561df1a3ed3a39165bb78cffcb5 | /IK_project/src/Obj/DrawbleObject.java | 6fc3ff6aa63b5ad4030f906e9ac1951b1498b0a8 | [] | no_license | ilYYYa/IK-project | 0f730c5abd923b839291871bc7773b9c42a7f98c | 87a7c8811e3bd3019ca4ce3ef1f4af239eceb921 | refs/heads/master | 2021-01-18T23:07:08.797108 | 2017-04-05T17:29:34 | 2017-04-05T17:29:34 | 87,090,376 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 654 | java | package Obj;
import java.awt.Graphics;
import java.awt.event.KeyEvent;
import java.awt.event.MouseEvent;
public abstract class DrawbleObject
{
public double posX = 0;
public double posY = 0;
public double localPosX = 0;
public double localPosY = 0;
public double width = 0;
public double height = 0;... | [
"ilyyya.777@gmail.com"
] | ilyyya.777@gmail.com |
685064f04e9c6768b984b936df98c62c1f96387a | efcc6ede8c1b063b8c5325fb9de1e3d05502ad6e | /app/src/main/java/com/arthurbatista/register/activity/MainActivity.java | 98096c599f341fb3f7b1dfc4f6d77143c563b2b4 | [] | no_license | ArthurMorsoleto/Register | 4c160bbe477a1b2702228e415fb52280bf2931b3 | 559c148b1a631f73e854bc198460d67a8dfebb03 | refs/heads/master | 2020-06-18T08:46:50.129359 | 2019-07-10T16:29:21 | 2019-07-10T16:29:21 | 196,239,886 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,066 | java | package com.arthurbatista.register.activity;
import android.content.ContentValues;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.v7.app.AlertDialog;
import android.support.v7.app.AppComp... | [
"arthur.morsoleto@gmail.com"
] | arthur.morsoleto@gmail.com |
9f2221b59331085a031e1a1feac3ac0761d71f94 | 6775412013350bceefa00a8197a31a74b7ff5b46 | /demos/portal/jsf2-registration-portlet/src/main/java/com/liferay/faces/demos/bean/RegistrantModelBean.java | 0034f4e950f56bd003030be783078082e94bd120 | [] | no_license | ceidion/liferay-faces | 757cd9694d189e017a7568bbca0c98b2deb39c5b | e4a96ca8a01e82d648cc183b4ccc87f215e2772c | refs/heads/master | 2023-04-15T22:02:12.121241 | 2019-11-02T17:40:52 | 2019-11-02T17:40:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,416 | java | /**
* Copyright (c) 2000-2015 Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any later... | [
"neil.griffin.scm@gmail.com"
] | neil.griffin.scm@gmail.com |
d49754c71f693a722ca115ffed24e3dc3b6c7936 | 44036d343380c67be2394666209b87e7151c45c7 | /src/main/java/com/bakery/service/OrderGenerator.java | f19872a42e62301d327bdf829d72747877957c5c | [] | no_license | SanMateo222/BakeryChallenge | b2b41b698f0638cf59b35679b4e97bb17b23c734 | 2ab2ce8d89dac8f58313261ba308f0a0b9f42347 | refs/heads/master | 2020-05-06T13:26:24.750444 | 2019-04-08T12:15:45 | 2019-04-08T12:15:45 | 180,136,723 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 259 | java | package com.bakery.service;
import com.bakery.app.BakeryOrderRequest;
import com.bakery.model.BakeryOrder;
import java.util.List;
public interface OrderGenerator {
List<BakeryOrder> generateOrderList(List<BakeryOrderRequest> bakeryOrderRequestList);
}
| [
"wlodi222@gmail.com"
] | wlodi222@gmail.com |
1acb723884d5512cfd4536d8903035e1124ac7aa | a58acd3c5646754fbbcf41386efc8791b7fb6ed8 | /xm-store/src/main/java/com/xm/xmstore/service/ex/ServiceException.java | 87920927d990d7240c29bba0895bc515688a61c4 | [] | no_license | Abner0217/xm_store | 2b49370c3fed3e0310d4940b027f1a3830523fcb | 8bc9ed3f92700db748f5db4af9a1a5e85c90c0e8 | refs/heads/master | 2022-06-13T23:20:37.572011 | 2019-07-13T15:46:24 | 2019-07-13T15:46:24 | 196,741,665 | 0 | 0 | null | 2022-05-20T21:02:46 | 2019-07-13T16:14:52 | HTML | UTF-8 | Java | false | false | 727 | java | package com.xm.xmstore.service.ex;
/**
* 业务逻辑异常的基类
* @author jamie
*
*/
public class ServiceException extends RuntimeException {
private static final long serialVersionUID = 1L;
public ServiceException() {
super();
}
public ServiceException(String message, Throwable cause, boolean enableSu... | [
"zhaokangwei@163.com"
] | zhaokangwei@163.com |
a7d1ad815eced63195b371753e40952ae299aade | 275069d3262ba52c5599b8a4b655bf5951818650 | /ProxyPattern/src/main/java/com/mycompany/facadepattern/access/ArrayRepository.java | 05e523f398526428bef74a1c1813e94ee185298e | [] | no_license | jorgeisolano/ProxyPattern | 0d7069c59188a05e0eb3645a0b55c179490b019e | 06bdb11f60156b9e61167262b2b20725d590b1f5 | refs/heads/main | 2023-01-08T04:16:45.945915 | 2020-11-05T22:03:56 | 2020-11-05T22:03:56 | 310,418,103 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 449 | java | package com.mycompany.facadepattern.access;
import com.mycompany.facadepattern.domain.Order;
/**
* Implementacion de repositorio por array
* (sin implmentar, objetivo principal del ejercicio Proxy)
*
* @author Jorge Ivan, Juan Pablo Solarte
*/
public class ArrayRepository implements IOrderRepository{
... | [
"noreply@github.com"
] | noreply@github.com |
3bf462c4809313b3a7f8f9e8886248e1277e3151 | b3633e3ec170e10ffaf07f7125d1bc17ff2b462f | /Benchmarks/ph-commons-ph-commons-parent-pom-9.3.9-patched/ph-commons/src/main/java/com/helger/commons/ws/HostnameVerifierVerifyAll.java | 30af8b4603fa40564fe4f6bcaefc8e982b105869 | [
"Apache-2.0"
] | permissive | dliang2000/hierarchy_analysis | 23c30460050a2451606adf28cc1e09fc101e7457 | 4083b4c9e0daaf519cd1c3f37c4379bf97da9329 | refs/heads/master | 2022-05-31T02:01:24.776781 | 2021-03-30T20:39:58 | 2021-03-30T20:39:58 | 231,459,166 | 1 | 0 | null | 2022-05-20T21:58:23 | 2020-01-02T21:03:00 | Java | UTF-8 | Java | false | false | 1,938 | java | /**
* Copyright (C) 2014-2019 Philip Helger (www.helger.com)
* philip[at]helger[dot]com
*
* 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/LICE... | [
"q8liang@uwaterloo.ca"
] | q8liang@uwaterloo.ca |
e17fd9b27cc8cd07dd34e2172a139a416c3d36be | 50121932894e36260f1f6416a66bb7710c8782ad | /src/main/java/starwalker/config/auth/LoginUserArgumentResolver.java | 79015631f1ab83ac6e70324bd461ee8d1c0804e9 | [] | no_license | cook2421/Starwalker | a46a68b77f1fd2b7f0377ef82f848342b50ab897 | 1c6af230d477271a576135cbfdf21cf43cd3b2d1 | refs/heads/master | 2023-05-23T19:33:32.692912 | 2021-06-25T05:45:12 | 2021-06-25T05:45:12 | 379,107,472 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,374 | java | package starwalker.config.auth;
import lombok.RequiredArgsConstructor;
import org.springframework.core.MethodParameter;
import org.springframework.stereotype.Component;
import org.springframework.web.bind.support.WebDataBinderFactory;
import org.springframework.web.context.request.NativeWebRequest;
import org.springfr... | [
"cooksh2421"
] | cooksh2421 |
62fb36a58180e3bad1ccf920bfa8c47162c43063 | 018cd372129dc26fb6e9072da65418ee2bb4f2e1 | /src/main/java/org/megam/mammoth/core/api/APICapability.java | 591a18392e0897421c5bfbedf81038b387c1dda3 | [] | no_license | indykish/mammoth | 6052bfe75d79ac11b6d93ccf35989e6fb4dbde13 | 64b798b9f17a8f00ac91051a59f75d6f750189b4 | refs/heads/master | 2021-05-16T02:18:18.773959 | 2013-10-29T10:41:00 | 2013-10-29T10:41:00 | 5,505,164 | 5 | 0 | null | null | null | null | UTF-8 | Java | false | false | 245 | java | package org.megam.mammoth.core.api;
import java.util.List;
public interface APICapability {
public String title();
public String description();
public String version(String versionid);
public List<APICall> describe(String apicall);
}
| [
"indykish@gmail.com"
] | indykish@gmail.com |
6ff22f07f9fdc1fbda856fbdbffbe64bc0786937 | 8218fdee6ae28432760ca3d5de1c106fc2dd3ebc | /not_yet_commons/not-yet-commons-ssl-0.3.17/src/java/org/apache/commons/ssl/org/bouncycastle/asn1/pkcs/RSAPrivateKey.java | a841c6f044e240785560a48fd17a8591d2bad105 | [
"MIT",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | rcbj/apigee-jwt-aad-timeapi-proxy | bdfb810bce9666db66fcb12a33aa49d080a416f8 | 9856373070d611aa8759a5bed8baab39fafda83b | refs/heads/master | 2022-02-23T18:35:01.375846 | 2019-12-21T04:58:00 | 2019-12-21T04:58:00 | 78,804,403 | 4 | 3 | Apache-2.0 | 2022-02-11T03:49:54 | 2017-01-13T01:46:58 | Java | UTF-8 | Java | false | false | 5,554 | java | package org.apache.commons.ssl.org.bouncycastle.asn1.pkcs;
import java.math.BigInteger;
import java.util.Enumeration;
import org.apache.commons.ssl.org.bouncycastle.asn1.ASN1EncodableVector;
import org.apache.commons.ssl.org.bouncycastle.asn1.ASN1Integer;
import org.apache.commons.ssl.org.bouncycastle.asn1.ASN1Object... | [
"robert.broeckelmann@levvel.io"
] | robert.broeckelmann@levvel.io |
d1cf210281d6fc076268f742689e4b43633895da | a1a3ee63527437178c96dc230fa16d201bf477a7 | /src/Test/SignupTest.java | 600e7dc4cdfdd96d1f0f9b34a2b79cb75895288c | [] | no_license | Niv-Behar/Software-engineering | 051d30d5f4e9c570ce2f6893dd4ea2ab1aa34f99 | 497a80a7646f848598520f0463cbe34269750bfa | refs/heads/master | 2023-01-08T14:46:25.508621 | 2020-11-10T13:10:14 | 2020-11-10T13:10:14 | 267,287,792 | 2 | 1 | null | 2020-05-27T11:08:56 | 2020-05-27T10:20:44 | Java | UTF-8 | Java | false | false | 1,337 | java | package Test;
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import Model.UserService;
class SignupTest {
@Test
public void SignupFailsWhenEmailIsEmpty() {
UserService userService = UserService.getInstance();
boolean result = user... | [
"vekyoni@icloud.com"
] | vekyoni@icloud.com |
6bc30f8a40984d277dc212ddf2891b11bf388e70 | 61ff5b7dc76564d39c83c46f9fba43475d0745c4 | /src/test/java/com/capgemini/lpu/Loan/TestViewRequests.java | 957efbc50ceb670257a17e706b45390300113ea3 | [] | no_license | BadiSaineel/Bank-Loan | 37b6f03fb5c2815f3a3b5478e63908113399d9de | e6af3f4f2cab4bc55015debe476285e9ed5d9ec0 | refs/heads/master | 2021-01-06T15:05:45.665166 | 2020-03-21T04:31:06 | 2020-03-21T04:31:06 | 241,372,387 | 0 | 0 | null | 2020-10-13T19:38:12 | 2020-02-18T13:47:42 | Java | UTF-8 | Java | false | false | 1,702 | java | package com.capgemini.lpu.Loan;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNotNull;
import static org.junit.jupiter.api.Assertions.assertThrows;
import static org.junit.jupiter.api.Assertions.assertTrue;
import org.junit.jupiter.api.Display... | [
"bsaineel@gmail.com"
] | bsaineel@gmail.com |
942085a54f0f3e66bb07f7fbbc06d3e5eb166c1a | f6a03e73f2da505d84cdcc4f60c3aa1b3f4adea4 | /app/src/main/java/kr/co/tjeit/beautisalon/utils/DBManager.java | 4bd6c3ddbe919a9c453f980f516408f94a3ff03e | [] | no_license | HanSangYeol/BeautiSalon | 277b516384a042ab63115339c538870bca783684 | 6e66508d33cb3360a6be3f5e972f822c9f9babf5 | refs/heads/master | 2021-05-16T05:40:49.565650 | 2017-09-12T03:13:25 | 2017-09-12T03:13:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,004 | java | package kr.co.tjeit.beautisalon.utils;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
/**
* Created by user on 2017-09-12.
*/
public class DBManager {
// 1. DB 파일명
static final String DATABASE_NAME = "dbfi... | [
"cho881020@gmail.com"
] | cho881020@gmail.com |
7fb87c9330e33b86cb1d4d83c28e4c95ef514269 | 71dd94e891cf599ce781d68fdbfa4f05fa775376 | /spider-base/spider-base-utils/src/test/java/event_listener/EventProducer.java | 73d9cfeeb2355085761642a55fab60fc8bb21eb0 | [] | no_license | sijunx/myDic | 4367a0c7f9d7850956ee803e6b025e3531a16849 | aecf98238722058e782d86d0396028d3965b78ea | refs/heads/master | 2022-12-25T09:33:09.038421 | 2020-08-15T12:27:44 | 2020-08-15T12:27:44 | 220,731,622 | 1 | 0 | null | 2022-12-16T04:49:34 | 2019-11-10T02:34:50 | Java | UTF-8 | Java | false | false | 520 | java | package event_listener;
public class EventProducer {
ListenerRegister register = new ListenerRegister();
private int value;
public int getValue() {
return value;
}
public void setValue(int newValue) {
if (value != newValue) {
value = newValue;
ValueChange... | [
"sijunx@163.com"
] | sijunx@163.com |
68ab61958a782ec45a668ee86af1ab3a526ae949 | 8bc11f39a716bfe8761a2c54bf8c3ea5504e97b9 | /xdclass-order-service/src/main/java/net/ec_shop/mq/ProductOrderMQListener.java | bc4de347b59b2eb7442878ec01baac0fdbc6c39f | [] | no_license | Extreme-S/ec-shop | cde9134dc14aaad7c5680961d2ac91925dcf0233 | 4e10b7c9d94a51dc05dbfaa5742957fd7e52d292 | refs/heads/main | 2023-07-14T08:51:32.331730 | 2021-07-27T15:55:01 | 2021-07-27T15:55:01 | 378,961,148 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,586 | java | package net.ec_shop.mq;
import com.rabbitmq.client.Channel;
import lombok.extern.slf4j.Slf4j;
import net.ec_shop.model.OrderMessage;
import net.ec_shop.service.ProductOrderService;
import org.springframework.amqp.core.Message;
import org.springframework.amqp.rabbit.annotation.RabbitHandler;
import org.springframework.... | [
"1716224950@qq.com"
] | 1716224950@qq.com |
d3c18ca6be447ddf6b39b66d18d080abcef9236a | c2d12b2b782ae291437c360ba1a929840c8a7ad7 | /aozora/app/src/main/java/com/summer/asozora/livedoor/base/swipe/Utils.java | a719bd289e508cc7e5a40ef33d5e7b10bcb75ad1 | [] | no_license | xiastars/CoffeeAndroid-Aozora | b040dd8037339d2200d8dd8a844befa90f2eea02 | 2c307d719f131ffb7cdb480e88f0f73ee345c801 | refs/heads/master | 2020-05-29T14:02:50.936828 | 2020-05-09T10:16:52 | 2020-05-09T10:16:52 | 189,181,236 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,879 | java |
package com.summer.asozora.livedoor.base.swipe;
import android.app.Activity;
import android.app.ActivityOptions;
import android.os.Build;
import java.lang.reflect.Method;
/**
*
* Created by Chaojun Wang on 6/9/14.
*/
public class Utils {
private Utils() {
}
/**
* Convert a translucent themed A... | [
"xiastars@vip.qq.com"
] | xiastars@vip.qq.com |
b4c96a58d26925b877f71e219c02ecdd4188ad4d | a232c5071ad741b6e3bb1c9efbfa4508a8e6a517 | /Lab05_gradle_spring_jpa_rest/gunshop-rest/catalog-web/src/main/java/ro/ubb/catalog/web/dto/RentalDto.java | 7be0b6faf43e03fbcd9d26cfa861521d0dae1c3c | [] | no_license | VaruTudor/Systems-for-Design-and-Implementation | 02ed729113103b1336b35e78ae96fea5edd42443 | 91d57e899ca46aa9be8e83cf36377cbea1eeea4b | refs/heads/master | 2023-08-15T05:18:34.372341 | 2021-10-09T09:01:26 | 2021-10-09T09:01:26 | 375,748,935 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 279 | java | package ro.ubb.catalog.web.dto;
import lombok.*;
@EqualsAndHashCode(callSuper = true)
@NoArgsConstructor
@AllArgsConstructor
@Data
@ToString(callSuper = true)
public class RentalDto extends BaseDto{
private int price;
private long clientId;
private long gunTypeId;
}
| [
"varutudor@gmail.com"
] | varutudor@gmail.com |
7012ef6ca850c83422856071f481496881f070ce | fe649522fee950e51cd22e5e6fa8e0629906f627 | /GeeksForGeeks/src/main/java/edu/iu/sagar/sorting/ShellSort.java | 7b755bca77d443ab524543e2dbf607af2b8ada0a | [] | no_license | bhandaresagar/Practise-Samples | 701d7a054b863dae6db8b2cbb2badad4ac9626d8 | 8b38c73d6a159935b17c88d197d246116a47232f | refs/heads/master | 2021-01-10T14:08:41.901656 | 2016-02-05T09:51:09 | 2016-02-05T09:51:09 | 51,138,584 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 533 | java | package edu.iu.sagar.sorting;
public class ShellSort extends SorterBase
{
public void sort(int[] numbers)
{
int increment = numbers.length / 2, total = numbers.length - 1, j;
while (increment > 0)
{
for (int i = increment; i < total; i++)
{
int temp = numbers[i];
for (j = i; j >= increment; j ... | [
"sagabhan@indiana.edu"
] | sagabhan@indiana.edu |
6f458e01d77f59ba03dd05dbaf50c6715903cf75 | 46e536413ca9d92c924ec84f2cddc5cf33cbcbae | /src/test/java/com/nz/supplieritem/SupplieritemApplicationTests.java | 26edcaa171fc2471b7f7f4cc456f1923ce3cccb1 | [] | no_license | hmchuoxintong/newDemo | 9a21b03f78836fa73cd755f7883128701ddc2ef2 | fb0050754a14888d5d11a82adea28e5767a4305f | refs/heads/master | 2020-06-20T19:35:31.811312 | 2019-07-18T15:54:06 | 2019-07-18T15:54:06 | 197,224,562 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,941 | java | package com.nz.supplieritem;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.http.MediaType;
import org.springframework.mock.web.MockMu... | [
"865124492@qq.com"
] | 865124492@qq.com |
ed936fd0d9db971334024d8626793975bea5e69d | bcfe864807d84cdb000f95ecc1601a2487eb4ddf | /src/main/java/com/aspectexample/codder/GoogleCoder.java | 8b5ab7754a25d7ca23bde5f0091d12dfa97f894c | [] | no_license | slavikgav/AspectJ | f7a2044a0b5f599d67cb36066d2e84c0fafebe79 | a4fe8ed4416a1841033401d54aa37a76428fd1c0 | refs/heads/master | 2021-01-24T02:47:41.823097 | 2018-02-25T20:24:44 | 2018-02-25T20:24:44 | 122,862,839 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 793 | java | package com.aspectexample.codder;
public class GoogleCoder implements Codder {
String currentRepository;
public void createRepository(String repositoryName){
currentRepository = repositoryName;
System.out.println("Creating repository: " + currentRepository);
}
public String getLastRepository(){
... | [
"gavryshko.sl@gmail.com"
] | gavryshko.sl@gmail.com |
fead0c631a02f0def78a935aa1d193d827fcc3ee | 7eddd52ac703370ed05afdca72880d838542e4f6 | /other-service/src/main/java/com/mint/other/filter/CorsFilter.java | b78a56c114bd983a8656d9a293066fb138721e23 | [] | no_license | jonycw/spring-cloud-demo | 5ffabec1bdbd0c6dbe79df4be612e8d02234a8ee | bb6bc57e06d61dc128fd9eefb488e909ca98e715 | refs/heads/main | 2023-03-22T11:38:16.022099 | 2021-03-12T03:35:56 | 2021-03-12T03:35:56 | 323,855,389 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,310 | java | package com.mint.other.filter;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Component;
import javax.servlet.*;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
/**
* @author :cw
* @date :Create... | [
"chenwei26@100tal.com"
] | chenwei26@100tal.com |
f38f4059d155104d5801062d9e5cf8d53411984a | 0ee9399c69ce2038ed5a946009355cd26586e0da | /applicationlesson/src/model/SiteEV.java | b13bb25c255ffde5cb6d880ea8b12ef1bb13d76b | [] | no_license | sakuma17/WebTraining | c6a2ed9686f17fe406cbfaa8067a697f99d0a1fc | 7bd057d8eb39aec2aa42d1bb1f284ebb565f9024 | refs/heads/master | 2023-02-22T11:04:29.800254 | 2021-01-23T05:45:57 | 2021-01-23T05:45:57 | 324,029,046 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 429 | java | package model;
import java.io.Serializable;
public class SiteEV implements Serializable{
private int like;
private int dislike;
public SiteEV() {
like=0;
dislike=0;
}
public int getLike() {
return like;
}
public void setLike(int like) {
this.like = like;
}
public int getDisli... | [
"ids08663@gmail.com"
] | ids08663@gmail.com |
106d03727642e60faea51d897f2ac40fd2fa263d | bb5eb9a99dd93288c61ed2ef8b38bc718c4fe4e3 | /src/camera/mobile/android/app/src/main/java/com/meowlmobile/MainActivity.java | 0a0e1ca78467219f5548e89d46d1efb970ee0dcc | [] | no_license | meowl-surveillance-system/meowl | cf0b6455cd4f463e26bf8c1153d635b71a51ce03 | 5201f67b3c3dd35283a649e7b47c26a68105f7ee | refs/heads/master | 2023-01-11T17:23:05.291265 | 2020-05-14T01:47:29 | 2020-05-14T01:47:29 | 225,935,106 | 1 | 1 | null | 2023-01-05T19:39:30 | 2019-12-04T18:49:06 | TypeScript | UTF-8 | Java | false | false | 349 | java | package com.meowlmobile;
import com.facebook.react.ReactActivity;
public class MainActivity extends ReactActivity {
/**
* Returns the name of the main component registered from JavaScript. This is used to schedule
* rendering of the component.
*/
@Override
protected String getMainComponentName() {
... | [
"noreply@github.com"
] | noreply@github.com |
19e13c2ee8a8b392d41f4493735978c35ae89107 | 9e80055f94e5f5a01e5bd2277941893d1ad9f8c5 | /QuickStart/app/src/main/java/com/fernandocs/firebase/quickstart/CircleTransform.java | 4f38666019223c2b8a6b14e3a4221a760260d62f | [
"Apache-2.0"
] | permissive | fernandocs/firebase-quickstart-android | 2cba13b5d4450d7b48380a9278b3150c6aaf0e7c | 0a2c48dea2a1027c16949c0385fae7ecc607f94c | refs/heads/master | 2021-01-19T03:56:41.381770 | 2016-08-10T17:49:40 | 2016-08-10T17:49:40 | 65,388,734 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,236 | java | package com.fernandocs.firebase.quickstart;
import android.graphics.Bitmap;
import android.graphics.BitmapShader;
import android.graphics.Canvas;
import android.graphics.Paint;
import com.squareup.picasso.Transformation;
public class CircleTransform implements Transformation {
@Override
public Bitmap transfo... | [
"fernandocs@ciandt.com"
] | fernandocs@ciandt.com |
764ed3614c1c4f2bc6e7a4c10fd9a1423a9b3473 | 5fa2e8ac23f9a2279c76772672406aa57803a22d | /src/main/java/com/academy/project/demo/dto/request/OrderRequest.java | c226aefa9b254145f5095531410cc2f303df918d | [] | no_license | Bodia1999/main-project-java | 4fbe64ab5b091fc17772a321a0b2b8be4a11c9fa | 523d954a1879f01655147c92dbe7570f7836309c | refs/heads/master | 2022-06-24T07:14:39.442227 | 2019-08-18T12:24:32 | 2019-08-18T12:24:32 | 200,051,119 | 0 | 0 | null | 2022-05-20T21:05:04 | 2019-08-01T12:58:27 | Java | UTF-8 | Java | false | false | 577 | java | package com.academy.project.demo.dto.request;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@NoArgsConstructor
@AllArgsConstructor
@Builder
public class OrderRequest {
private Long userId;
private String stripeChargeId;
private String ... | [
"92782560bodia"
] | 92782560bodia |
0295e35d3f5c902cbfdbc4f876e2e6fbc920ae31 | c3305d6393e6780dbacfd1713833c50db9d5d56c | /prjImobiliaria/src/qi/edu/br/mb/FuncionarioMB.java | 82b31cfe05b263ec4b4f2be5ed9e7fa421a886d1 | [] | no_license | LuisEduardoER/proj-imobiliaria | c706f9b3187cec9d916ecfda1ff1aaa05ff416ae | b301c9005e1af61698211492322f37da90af871f | refs/heads/master | 2021-01-10T16:57:57.052747 | 2013-07-10T21:09:15 | 2013-07-10T21:09:15 | 46,505,505 | 0 | 0 | null | null | null | null | WINDOWS-1250 | Java | false | false | 4,699 | java | package qi.edu.br.mb;
import javax.ejb.EJB;
import javax.faces.application.FacesMessage;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.ViewScoped;
import javax.faces.context.FacesContext;
import javax.servlet.http.HttpSession;
import qi.edu.br.bean.FuncionarioBean;
import qi.edu.br.model.Func... | [
"sergiobmaciel@6e33543b-9521-6815-75a3-cb29ecc2e0d4"
] | sergiobmaciel@6e33543b-9521-6815-75a3-cb29ecc2e0d4 |
92a5634103a7a3504ab3b9a5e588294c7a7f2904 | 6bcb70513d24cecf9792e6048196ce545c7a91cb | /src/main/java/Demo3.java | 8b1d0f93547f50ea9125ed09f5d3d34b0e3159bf | [] | no_license | syk0604/myworld | 0bc57d21b6625179a0badea442d4dab9af8e4b6d | 1a6bc2eb7d926f3ca8cc6f7c1c8ae9c3d830dc3d | refs/heads/master | 2023-05-14T02:15:06.738462 | 2021-06-05T09:49:43 | 2021-06-05T09:49:43 | 374,073,201 | 0 | 0 | null | 2021-06-05T09:52:59 | 2021-06-05T09:29:27 | Java | UTF-8 | Java | false | false | 453 | java | import org.w3c.dom.ls.LSOutput;
/**
* Administrator
* 2021/5/26
*/
public class Demo3 implements Runnable{
int a = 0;
@Override
public void run() {
for (int i = 0; i < 100; i++) {
a++;
System.out.println(a);
Thread.currentThread().interrupt();
Syst... | [
"346351676@qq.com"
] | 346351676@qq.com |
19ac99c2ee4d73ea52c7f233638fec4e671897d8 | 1aa8a93cf69e63c4f31f82d3149240c72df5a9e9 | /Dia3/Calculadora.java | beec0b47bb713c739f39d6b9def0611b670e4342 | [] | no_license | gamarzaid/cursojava | 7a6894a947d3b5bcc2f3aa4597666ad64eb5392a | f70d77d216a00ef677aa80617180db5168fdfa40 | refs/heads/master | 2020-04-09T06:57:41.985364 | 2018-12-07T13:54:53 | 2018-12-07T13:54:53 | 160,134,598 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,119 | 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.
*/
/**
*
* @author Equipo_xx
*/
public class Calculadora extends javax.swing.JFrame {
/**
* Creates new form Calculadora
... | [
"noreply@github.com"
] | noreply@github.com |
b4d5cf8a493fed82eac99f3e9f44e3501934fed7 | acc3e8bf8c49c8f577d03d836e725c669194677e | /javase-test/src/main/java/com/figer/techstack/IDependencyParser.java | 503266dc952fc064b37044e879d0aa4d89903e78 | [] | no_license | codefiger/javaTest | 3bc83671d0c26922aef0542ae9e9b162cc4510a9 | 4bcc6990037398ab2cf2fe6666dd31b7387be56d | refs/heads/master | 2020-04-07T06:24:38.211368 | 2017-08-10T13:51:06 | 2017-08-10T13:51:06 | 48,683,105 | 7 | 0 | null | null | null | null | UTF-8 | Java | false | false | 179 | java | package com.figer.techstack;
import java.util.List;
/**
* Created by figer on 03/05/2017.
*/
public interface IDependencyParser {
List<String> getDeclaringDependencies();
}
| [
"figerzpeng@gmail.com"
] | figerzpeng@gmail.com |
3ebbaeaf09a998bf5e22a772e21f86760137042b | e654d119272eabf84d3ac9cdc0d8806b1c1d2e99 | /src/uit/tkorg/cspublicationtool/entities/RankPaperSubdomain.java | 4ab2019ee7973440a4ff64e2faeef104fe87912c | [] | no_license | duc2802/cspublicationtool | 1d4b4cb875a6af188dcb03361fbb45e63cf5eca1 | 474547bd90de4ec27fda0aad8bada22b3bd71f21 | refs/heads/master | 2021-01-15T13:48:21.902074 | 2014-03-26T15:40:21 | 2014-03-26T15:40:21 | 32,434,050 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,230 | java | package uit.tkorg.cspublicationtool.entities;
// Generated Dec 4, 2011 5:00:43 PM by Hibernate Tools 3.2.1.GA
/**
* RankPaperSubdomain generated by hbm2java
*/
public class RankPaperSubdomain implements java.io.Serializable {
private RankPaperSubdomainId id;
private Integer citationCount;
... | [
"tiendo.vn@e7245cfb-2c84-49a3-6c70-a5728351e23f"
] | tiendo.vn@e7245cfb-2c84-49a3-6c70-a5728351e23f |
d7a81d8e386af6c15e6b9e4f2545290d3ce4d06f | 9aea280c73f583238bbcf6cec6b58af98857eb9d | /android/exponentview/src/main/java/versioned/host/exp/exponent/modules/api/ImagePickerModule.java | 5ac1ee6a7b554ba847ba49587b79bc8c191e3cdd | [
"BSD-3-Clause",
"MIT",
"CC-BY-4.0",
"Apache-2.0"
] | permissive | tiensonqin/exponent | 5f721a055e740e648ebf8b857950f42f7c7d1969 | 6a33769323962e383dfbb1e3639361af6fcb3fa0 | refs/heads/master | 2021-01-11T04:16:05.938594 | 2016-12-06T22:42:43 | 2016-12-07T01:02:54 | 71,194,549 | 2 | 2 | null | 2016-10-18T01:01:13 | 2016-10-18T01:01:13 | null | UTF-8 | Java | false | false | 9,898 | java | package versioned.host.exp.exponent.modules.api;
import android.Manifest;
import android.app.Activity;
import android.content.Intent;
import android.graphics.Bitmap;
import android.net.Uri;
import android.os.AsyncTask;
import android.os.Environment;
import android.provider.MediaStore;
import java.io.File;
import java... | [
"aurora@exp.host"
] | aurora@exp.host |
f8e5eeb5b4a9d23a70c4579e42b9b36cb83c9150 | ef52b9b5ea8509f9a3b47e059dc73f57fb0740a9 | /src/main/java/com/app/sl/tabbedapplication/AlbumAdapter.java | 7fbe158d34946b84434bf5d94e30322591829992 | [] | no_license | SimosLeei/ClimeTune | 2f5639f93ce1928c5af2d08d0a5c7f7dd2db4795 | 5010418f70b481a88c0b8e2e61379958f08e345b | refs/heads/master | 2021-06-28T09:28:01.747636 | 2021-02-16T20:54:36 | 2021-02-16T20:54:36 | 197,369,512 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,259 | java | package com.app.sl.tabbedapplication;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Typeface;
import android.media.Image;
import android.support.v4.content.res.ResourcesCompat;
import android.support.v7.widget.RecyclerView;
import android... | [
"34507287+SimosLeei@users.noreply.github.com"
] | 34507287+SimosLeei@users.noreply.github.com |
39f0a79acabce647aee38fec9fd79fd0f4589af3 | 2f196a164f55ac1f32b7ef07ed1ba94b41341a3d | /listeners/facebook/facebook-process/src/test/java/io/beancounter/listener/facebook/FacebookRouteTest.java | d5ade9d7b31c46dfad00381a7deb0b019e54095f | [] | no_license | Trink0/NoTube-Beancounter-2.0 | fcea8eefb588cc01ae5730fbf7b3ec020f1582e7 | 9d2c58a47bef5b28768ccfa250984c4515631318 | refs/heads/master | 2021-01-21T00:24:55.788968 | 2012-11-20T19:41:47 | 2012-11-20T19:41:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,199 | java | package io.beancounter.listener.facebook;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import com.google.inject.Binder;
import com.google.inject.Guice;
import com.google.inject.Injector;
import com.google.inject.Module;
import org.apache.camel.Exchange;
import org.... | [
"bibryam@gmail.com"
] | bibryam@gmail.com |
c9523670d0cf1428cee4afc55741ac4e8c52d500 | fd263bde844e9b10a8fd7be0b877bbb408808733 | /test/com/company/jdbc/dao/DeptDaoTest.java | 1205fff4b5c5f6911662e87ba4e50ed5eb98f0d8 | [] | no_license | GitHubXuMing/MSServer | a1f993dc0bbe6929aecb58f000f8b8f19d373a62 | f6312fe51c75f0ba69aef801cbc97201a988b110 | refs/heads/master | 2022-11-13T13:07:06.551852 | 2020-07-06T09:26:21 | 2020-07-06T09:26:21 | 277,565,470 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,532 | java | package com.company.jdbc.dao;
import java.util.ArrayList;
import java.util.List;
import org.junit.Test;
import com.company.jdbc.dao.idao.IDeptDao;
import com.company.jdbc.dao.impl.DeptDao;
import com.company.jdbc.entity.Dept;
import junit.framework.TestCase;
public class DeptDaoTest {
private IDeptDao deptDao = n... | [
"1457570681@qq.com"
] | 1457570681@qq.com |
28f9fd90c73bebda03bbe204e1c74d3f5e28f5e0 | b7a7ff0a5c322eae30656676890140bcd2a491dd | /iptvlibrary/src/main/java/com/droidlogic/android/media/tv/companionlibrary/model/InternalProviderData.java | f48109708162c05ee7835e580a22757520ab9540 | [
"Apache-2.0"
] | permissive | yanzhiwei1990/customed-iptv-source | c4e4ca42f3cb3f467c4f4d0574ab6e5f0f7675ec | 0cbce08b241bb978acd699f5619f503f0b08c57a | refs/heads/master | 2020-04-23T19:57:35.750181 | 2019-02-19T07:50:10 | 2019-02-19T07:51:04 | 171,423,004 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,160 | java | /*
* Copyright 2016 Google 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 applic... | [
"651967795@qq.com"
] | 651967795@qq.com |
0b29781b353f739605220956b4b608e1186d5e5f | 69e336d4c9c58fff7c93395339cc0f840e31601c | /src/main/com/idamobile/vpb/courier/network/core/LoaderCallback.java | 17ddde62216f40b63143ddaab0e4b3bbd3e6ed56 | [] | no_license | idamobile/vpb-courier-app | d8ee1f4cad11a05c4e82b492defcee37c3affb43 | 760b5a271e6de21b4ea140d68f4e1b29f9de151a | refs/heads/master | 2021-01-11T02:08:55.045189 | 2014-02-20T08:07:30 | 2014-02-20T08:07:30 | 8,136,215 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 539 | java | package com.idamobile.vpb.courier.network.core;
import com.idamobile.vpb.courier.ApplicationMediator;
import java.io.Serializable;
/**
* Callback called by NetworkManager when data ready from network. Used to update model or store data in database.
*
* @author Sergey Royz
* @since 05/23/2012
*/
public interfac... | [
"shaubert.alexander@gmail.com"
] | shaubert.alexander@gmail.com |
0f58eaa863fc93f6038157ecc07745f7666d6f4c | 31c527850641bd6d048697c8e1cab767c463224d | /java.project/MyPractice/src/assignment/cl/Boy.java | 5ea24f13187cb8cb544febef3c5ed137e7d1b4a4 | [] | no_license | ju9501/iot-kite | 49ed975eb44076ab21348a9b6d4f4a134ad8e4c6 | 809375588bf8a6ff08baa0a85457bdbe3b560e12 | refs/heads/master | 2022-04-09T21:47:04.178222 | 2020-03-23T09:32:25 | 2020-03-23T09:32:25 | 240,656,629 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,224 | java | package assignment.cl;
public class Boy {
// 어린아이 = 객체
// 변수 = 구슬의 개수
// 메서드 = 데이터의 증감
// 구슬의 개수
int numOfMarble;
// 생성자 : 아이가 가지는 구슬의 개수를 초기화
public Boy(int num) {
numOfMarble = num;
}
// 게임에서 이기면 구슬의 개수를 증가
void win(int num){
numOfMarble += num;
}
// 게임에서 지면 구슬의 개수를 감소
void lose(int num){... | [
"luvyou33@naver.com"
] | luvyou33@naver.com |
1b6a97db38239150193e94fbc5e8c9ca8f0c7eeb | 9c465ecc835792bb2ee246f4b6f4c9d89e0b5b07 | /TestSuite/Scanner/Comment/QustComment.pt | 7505dec4f420a97417cebec18d451ca68e86bba8 | [] | no_license | ruffoa/Compilers-PT_Pascal | 668979e5476211bd3a5f44a216c9f1e209e105fd | 87861f68845dbf10fd912dfad8b3fe6a7605a8ed | refs/heads/master | 2023-02-12T11:17:13.130122 | 2020-04-19T21:14:00 | 2020-04-19T21:14:00 | 234,433,624 | 1 | 0 | null | 2021-01-14T02:32:32 | 2020-01-16T23:46:24 | C | UTF-8 | Java | false | false | 26 | pt | // this is a test comment
| [
"noreply@github.com"
] | noreply@github.com |
af9877945f50b4ce81dc60052efb77759a6ff2a1 | dffff7f398562c4e94f0f3d4785b9674ba707f7e | /FreeCol/src/net/sf/freecol/common/debug/DebugUtils.java | edb86a828ef2b0c8d19cfd0da1c12f2227a7daed | [] | no_license | AQiu454/COSC442-Final-Project | c345dc4fbff3f63a21d8c9f598bdca5706129736 | df06483d42d1ea73580d3ff3922f66a9d06aa294 | refs/heads/master | 2020-03-06T18:25:29.440424 | 2018-05-17T01:26:28 | 2018-05-17T01:26:28 | 127,006,624 | 1 | 0 | null | 2018-05-16T20:55:19 | 2018-03-27T15:19:34 | Java | UTF-8 | Java | false | false | 40,976 | java | /**
* Copyright (C) 2002-2015 The FreeCol Team
*
* This file is part of FreeCol.
*
* FreeCol is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at yo... | [
"kleona3@students.towson.edu"
] | kleona3@students.towson.edu |
305a78b2d97098c7d7f8172bca3742c7757dcfe9 | cfcfee53506f68dec12d9488bf1e013fe7f5606a | /src/test/java/SheetMusicTest.java | 190a362cdab7ef84561871a98fc9d099ed3139d8 | [] | no_license | Metelski123/Java_musicExchange | ac9b3620fd9298422989d30e248111e79e269abb | c311cbca8bded29446a67375f38f07f5a5239a8f | refs/heads/main | 2023-03-31T22:53:16.609907 | 2021-04-04T15:34:33 | 2021-04-04T15:34:33 | 354,579,461 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 739 | java | import Miscellaneous.SheetMusic;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class SheetMusicTest {
SheetMusic sheetMusic;
@Before
public void before() {
sheetMusic = new SheetMusic(10, 10.00, 20.00);
}
@Test
public void canGet... | [
"janekmetelski@hotmail.com"
] | janekmetelski@hotmail.com |
2cce427799c94e1d08078da00c14354101e09446 | 9cb14da9c2cadbc808b39ec88027fdb954582b47 | /Maven/src/main/java/session/JdbcFilmDAO.java | 6b40a5ce0ea96f92335e171d0223b928239ec362 | [] | no_license | dwpsutton/Featurespace | afca9e384e921e6c4d0f17c6c0dae349903b3f1f | 40aabdb9e0daa01f295879cde2fb7b1732d9f3ac | refs/heads/master | 2021-01-20T07:56:14.249165 | 2017-05-01T16:46:53 | 2017-05-01T16:46:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,491 | java | package session;
import entity.Film;
import entity.Genre;
import java.sql.*;
import java.time.LocalDate;
import java.util.ArrayList;
import java.util.Collection;
public class JdbcFilmDAO implements FilmDAO {
private String url = "jdbc:mysql://localhost:3306/filmstore";
private String username = "root";
p... | [
"mailbox@javaconsult.co.uk"
] | mailbox@javaconsult.co.uk |
3db996fc6ba63c3b6ce9898887b19c1abd24db67 | dbb5f29cb0094e2d6df61ca019a31c5420dce56e | /app/src/main/java/com/example/oliverabad/countriescatalog/mvp/main/details/CountryDetailsPresenter.java | 73d5c7edbf23ad7eae7374f7369e8e85c13d9604 | [] | no_license | abadoliverco/CountriesCatalog | f69fca350feafd462085ba60997de6a03cbcc782 | 96f3d992cfa703af6f3583b08bd59b92d21acd15 | refs/heads/master | 2020-03-22T12:53:29.312421 | 2018-07-07T10:49:38 | 2018-07-07T10:49:38 | 140,069,027 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,198 | java | package com.example.oliverabad.countriescatalog.mvp.main.details;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import com.example.oliverabad.countriescatalog.data.model.CountryModel;
import com.example.oliverabad.countriescatalog.di.component.ApplicationComponent;
import co... | [
"oliver.abad@viseo.com"
] | oliver.abad@viseo.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.