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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
56222c1da2349135e9848694cb5fd5a42e723402 | cddc7912dd87461bf9532559c5b474abe2f6a45a | /GwtPhoenix/src/com/muriloq/gwt/phoenix/shared/FieldVerifier.java | 056bdbfd1fa0c006252d963439a8c71af6acf8a6 | [] | no_license | muriloq/gwt-phoenix | b386b259c386afa35d73e403b2fc4e45e5ff4ed4 | 1617ac446163dc5aa36748a6fb3d25f398413f28 | refs/heads/master | 2020-04-05T01:44:12.217331 | 2010-11-30T15:14:00 | 2010-11-30T15:14:00 | 1,125,626 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,559 | java | package com.muriloq.gwt.phoenix.shared;
/**
* <p>
* FieldVerifier validates that the name the user enters is valid.
* </p>
* <p>
* This class is in the <code>shared</code> packing because we use it in both
* the client code and on the server. On the client, we verify that the name is
* valid before sen... | [
"muriloq@gmail.com"
] | muriloq@gmail.com |
f3ca00a3d87ac34e391dd66e411869097bd72433 | 8f0866f84e4b7e57c3ea8883e27134107cbd45a7 | /src/main/java/br/com/zupacademy/robson/transacao/establishment/EstablishmentTransaction.java | b9a423de0ffe0fd51a77bc757c95c999ed4729b9 | [
"Apache-2.0"
] | permissive | robsonzupper/orange-talents-04-template-transacao | 58f78a8f9b7e979afa05a195eb7520a0b4c7d7cf | 937c2a64ea9f79fbed8a7f45a4fbfadc0e520f1d | refs/heads/main | 2023-05-06T22:46:56.136624 | 2021-05-31T09:24:01 | 2021-05-31T09:24:01 | 371,061,371 | 0 | 0 | Apache-2.0 | 2021-05-26T14:22:39 | 2021-05-26T14:22:38 | null | UTF-8 | Java | false | false | 930 | java | package br.com.zupacademy.robson.transacao.establishment;
public class EstablishmentTransaction {
private String name;
private String city;
private String address;
public EstablishmentTransaction(String name, String city, String address) {
this.name = name;
this.city = city;
t... | [
"robson.diniz@zup.com.br"
] | robson.diniz@zup.com.br |
a293d835ad640aee45b38fbd7fef09be22af5e56 | 9db3fef7a7afdd06245db12e7b551a2e33dd9ee9 | /app/src/main/java/com/example/rusha/wsdc1/Utils.java | b442da124679024bcd84794535005235d0990528 | [] | no_license | rush2406/Wsdc1 | 286bd9a8922072c3b26ca79932a0f1a253fa0755 | 19b3ad6514510c041f2f7e3c9c79ccbc0597916b | refs/heads/master | 2021-01-21T22:25:36.626245 | 2017-09-01T22:18:22 | 2017-09-01T22:18:22 | 102,157,111 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,189 | java | package com.example.rusha.wsdc1;
import android.location.Address;
import android.util.Log;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
/**
* Created by rusha on 02-09-2017.
*/
class det{
private String name;
private String address;
public void setName(String s)... | [
"rushaligrandhe@ymail.com"
] | rushaligrandhe@ymail.com |
a04745d8869f3fafae2bea18f47c6e1083ebb031 | d1fd7b404f221e6362cdbdc647163de14b5333b5 | /sincronia/src/main/java/com/sincrono/corso/SincroniaApplication.java | 840611ad6dc29dfa33e4199065b4d370729117de | [] | no_license | alessandrocarnicella/sincronia | 7ad714f3853fb70db49ac32df9b7f233c979cfed | 0dfe5fb522b188ef1abe6b0fcacb303666a8e9cc | refs/heads/master | 2020-04-27T07:48:59.834282 | 2019-03-07T12:57:49 | 2019-03-07T12:57:49 | 174,148,624 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 317 | java | package com.sincrono.corso;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class SincroniaApplication {
public static void main(String[] args) {
SpringApplication.run(SincroniaApplication.class, args);
}
}
| [
"alessandro.9403@hotmail.it"
] | alessandro.9403@hotmail.it |
2ca1d1cf7b1a2350bc105b279fc37ad6e1987735 | 591ed266af237c6b579422c79cc6c7cb6ee09fcf | /springboot-jdbc/src/main/java/com/xiaoming/SpringbootJdbcApplication.java | f22cb1afe23cb52166e3a0f29098a5a763ff38f5 | [] | no_license | laoyouzi/springBoot | 32d4310367340d3544f0790716fa03e00ad0c9ae | e4a52a9de23cb3bdcbb406182df1d5c91bccde6d | refs/heads/master | 2022-11-30T20:43:07.084166 | 2020-08-07T14:24:50 | 2020-08-07T14:24:50 | 284,488,167 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 333 | java | package com.xiaoming;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class SpringbootJdbcApplication {
public static void main(String[] args) {
SpringApplication.run(SpringbootJdbcApplication.class, arg... | [
"xmwang@jinshuju.net"
] | xmwang@jinshuju.net |
5a8d7d74c949978c49b9019dc77b28702f578755 | 7d2a81193e727a46f0c74e8f5f3fd48799f3f46b | /src/main/java/com/in28minutes/logout/LogoutServlet.java | 3a1f1550804d0cabcc952320b9934dacd07de584 | [] | no_license | Peterren/first-web-application | ec34afc902b0b4e17f2ec4bc2eed181ec6be82f7 | d76376468f4141f3176cb10069bf8c1420bf0f2a | refs/heads/master | 2020-05-18T09:24:44.555008 | 2019-05-02T20:40:09 | 2019-05-02T20:40:09 | 184,323,804 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 696 | java | package com.in28minutes.logout;
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(urlPatterns = "/logout.do")
p... | [
"yr5ka@virginia.edu"
] | yr5ka@virginia.edu |
6251f520416aec23d11b86b069cff549477caa50 | 8a4e74f5dee7de0e69e269ae2e36c4544ed59bd1 | /app/src/main/java/com/example/a13051_000/buffetmealsystem/restaurant/DragTopLayout.java | 39f8e2ab1596a0432695cdbf0b0a899af8cc372d | [] | no_license | 898311543/Buffetmealsystem | 36790973c4e1b726da6d6af64a9602ce371f1abc | cefb19eb75970a5187edd52d75dbd0f7e3693569 | refs/heads/master | 2020-12-14T07:31:32.844925 | 2017-06-19T07:00:16 | 2017-06-19T07:00:16 | 58,109,819 | 1 | 1 | null | 2017-06-19T07:00:17 | 2016-05-05T06:35:17 | Java | UTF-8 | Java | false | false | 18,361 | java | /*
* Copyright 2015 chenupt
*
* 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 w... | [
"1305144350@qq.com"
] | 1305144350@qq.com |
b89473617aed88a98e57d721864836611ff0839f | 13c2d3db2d49c40c74c2e6420a9cd89377f1c934 | /program_data/JavaProgramData/71/827.java | 85f59c3030ecaf32dcb01dfc9ad79f9c5459e1b8 | [
"MIT"
] | permissive | qiuchili/ggnn_graph_classification | c2090fefe11f8bf650e734442eb96996a54dc112 | 291ff02404555511b94a4f477c6974ebd62dcf44 | refs/heads/master | 2021-10-18T14:54:26.154367 | 2018-10-21T23:34:14 | 2018-10-21T23:34:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 920 | java | package <missing>;
public class GlobalMembers
{
public static int Main()
{
int n;
n = Integer.parseInt(ConsoleInput.readToWhiteSpace(true));
for (int i = 0;i < n;i++)
{
int year;
int mon1;
int mon2;
int sum = 0;
int[] a = {0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31};
year = Integer.p... | [
"y.yu@open.ac.uk"
] | y.yu@open.ac.uk |
ad0f17bcdf7dda4c0f8ac7a3df2b3137f2944b88 | 695f166dcf184219269913f6932924096c41147b | /mms-app/archive/pmml/SupportVectorMachineModel.java | 26466a572d423494c5047e51d1be5b9108606a2f | [] | no_license | markmo/mms | c17168cec33533a890cab2aa72f165317919a7f8 | 9c3fe0338dda3dfec0cbf0392d74ffc7b21f735e | refs/heads/master | 2021-05-28T00:19:39.591536 | 2013-12-03T13:02:30 | 2013-12-03T13:02:30 | 7,142,214 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,581 | java |
package models.pmml;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlElementRefs;
impo... | [
"markmo@me.com"
] | markmo@me.com |
d0cbd5ec6f3f8bc62a2bb1975faf540060e1eb60 | 6d26fae2955aa359680e2a66a1e8dd218e495dc8 | /Module 1/T01.02-Exercise-DisplayToyList/app/src/main/java/com/example/android/favoritetoys/MainActivity.java | 8130a989b74931d6483a4b133615461a05a595a8 | [] | no_license | Abhilash11Addanki/6052_MP | a6663dcd3f25900623f6bd423ccb337f2cb0d0d7 | 23d72ba5ebe7d20d4e140b1dfe2ddb4f13fc90a9 | refs/heads/master | 2020-04-28T03:08:06.975330 | 2019-03-25T16:56:54 | 2019-03-25T16:56:54 | 174,924,831 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,618 | java | /*
* Copyright (C) 2016 The Android Open Source Project
*
* 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 app... | [
"abhilash11addanki@msitprogram.net"
] | abhilash11addanki@msitprogram.net |
6b1ea12a0c5d7ba0d57e35ab8bc59a6b095a68c6 | e2c6a7a5189169020eaf47040f85cbd9a62d3dff | /AnimalWebService/src/java/entity/Color.java | b149199e49aa7230a67e3562c9d153559a1a9c17 | [] | no_license | biropatrik/allatnyilvantarto_rendszer | 75f6a167521e8e100888d9669e509dc1d58597db | ea39d97c1bf625ee8a23456b858ac72ff5ce28a9 | refs/heads/main | 2023-07-21T07:07:40.836294 | 2021-08-27T17:27:13 | 2021-08-27T17:27:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,521 | 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 entity;
import java.io.Serializable;
import javax.persistence.Basic;
import javax.persistence.Column;
import javax.persistence... | [
"biropatrik9612@gmail.com"
] | biropatrik9612@gmail.com |
7d06a6a580fbb4215633c05da4b32aefb2198223 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/23/23_e3374f8da7be1767d0b2026e637db113e320d7c6/UrlParameterMultimap/23_e3374f8da7be1767d0b2026e637db113e320d7c6_UrlParameterMultimap_t.java | e62e2f1d57855e51129322616537d2222337d94c | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 6,678 | java | package gumi.builders.url;
import java.util.*;
/**
* A String to String multimap implementation best suitable for 0-100 entries.
*/
public class UrlParameterMultimap implements Map<String, List<String>> {
private final List<Entry<String, String>> data;
public static final class Immutable exten... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
086c63f196561dd086835260af8ac5c6195ed2e7 | ae456aae742bbd99f6b106f5af42ca573160f39a | /app/src/main/java/research/bwsharingapp/sockcomm/CommConstants.java | 18a855ebfc106814592be437f312251d9cd3ce3b | [] | no_license | alexditu/BwSharingApp | 03e617d62d37e687df493fb2a166719987e515ee | ea6b613550349c35a4fbc93e4e3c0dc30ee246ef | refs/heads/master | 2021-01-11T20:07:20.596962 | 2017-08-29T22:54:46 | 2017-08-29T22:54:46 | 79,042,200 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 305 | java | package research.bwsharingapp.sockcomm;
/**
* Created by alex on 5/1/17.
*/
public class CommConstants {
public static final int COMM_PORT = 5555;
/* connection to kibbutz server */
public static final int KB_PORT = 50051;
public static final String KB_IP = "192.168.0.105";
}
| [
"ditu.alexandru@gmail.com"
] | ditu.alexandru@gmail.com |
11e15884326e159764959d307d567a17d35e333e | bd25a8756cdce49992df6ee19c27cffbf0313abe | /KH_semiProject/src/controller/mbs/LoginControllers.java | 25a2a0bc17c24cac3c8dfdb10370c4584a536f3c | [] | no_license | lss7612/kh_semi_workspace | cb52de6886b9d9e7d72d7144c330ac086d917d5b | b5bcc5b6ae4bb9f47bdc906ded7ff57c30c26b37 | refs/heads/master | 2023-01-08T02:33:15.055698 | 2020-11-05T02:47:53 | 2020-11-05T02:47:53 | 305,536,373 | 2 | 3 | null | 2020-11-05T02:47:56 | 2020-10-19T23:22:09 | JavaScript | UTF-8 | Java | false | false | 4,686 | java | package controller.mbs;
import java.io.IOException;
import java.net.URLEncoder;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.ht... | [
"lss76121@naver.com"
] | lss76121@naver.com |
87de377d6bc57208f952198c035acf04352f5636 | 6fa9eda692cf4fe6d48f2d40600db59c20803577 | /platform-emf/src/main/java/com/softicar/platform/emf/action/marker/EmfScopeActionMarker.java | 710aeab1af94467833bc66603107ebe9ce978f1b | [
"MIT"
] | permissive | softicar/platform | a5cbfcfe0e6097feae7f42d3058e716836c9f592 | a6dad805156fc230a47eb7406959f29c59f2d1c2 | refs/heads/main | 2023-09-01T12:16:01.370646 | 2023-08-29T08:50:46 | 2023-08-29T08:50:46 | 408,834,598 | 4 | 2 | MIT | 2023-08-08T12:40:04 | 2021-09-21T13:38:04 | Java | UTF-8 | Java | false | false | 380 | java | package com.softicar.platform.emf.action.marker;
import com.softicar.platform.emf.action.IEmfScopeAction;
public class EmfScopeActionMarker extends AbstractEmfActionMarker {
public EmfScopeActionMarker(IEmfScopeAction<?> action) {
super(action.getClass());
}
public <T extends IEmfScopeAction<?>> EmfScopeActio... | [
"noreply@github.com"
] | softicar.noreply@github.com |
11167bb9e96fb6eec39f609d23acd4af61884fc3 | defdb3e9e262753b9d0b8af2dfa9f22a9e5767ad | /codingBlocks/src/main/java/leetcode/easy/L762PrimeNumberOfSetBits.java | e5dffad1d7cc059c7da1bebfc5a32ec7d944be0b | [] | no_license | khansaadbinhasan/interview-preparation | 79f499263424cddb0756ffb11c30f3ea48edd089 | 1f574076128e4424fb7908f65bacc4612bbb9890 | refs/heads/master | 2023-08-23T03:42:17.302403 | 2021-10-24T11:53:00 | 2021-10-24T11:53:00 | 398,568,175 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 753 | java | package leetcode.easy;
//6
//10
//10
//15
//1
//2
//1
//1
//1
//100
//1
//10000
public class L762PrimeNumberOfSetBits {
public int countPrimeSetBits(int left, int right) {
int count = 0;
for( int i = left; i <= right; i++ ){
if( isPrime(getBits(i)) ) count++;
... | [
"khansaadbinhasan@gmail.com"
] | khansaadbinhasan@gmail.com |
fca49e2774333fac39b736e26ff5678a437b1aa4 | 4c18a1f39e44de40a047403c15a9a72a0385ccf8 | /src/main/java/com/flink/item/Result.java | 02abbed306896dd9a5197d9650a032e8c90dcb54 | [
"Apache-2.0"
] | permissive | fangxy-7010/flinkLearn | 8d694ce663cac627515c6736e80264671df2942c | adadb3efc232dd561fd19ed2d0e51cbf3b6f907f | refs/heads/master | 2023-08-09T22:14:47.981389 | 2020-06-24T06:14:53 | 2020-06-24T06:14:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 386 | java | package com.flink.item;
import lombok.Data;
import java.io.Serializable;
@Data
public class Result implements Serializable {
private static final long serialVersionUID = 1422543153662821631L;
public String itemId; // 商品ID
public String windowEndDate; // 窗口结束时间戳
public long viewCount; // 商品... | [
"zhangchuankun@qianxin.com"
] | zhangchuankun@qianxin.com |
5f83aa85f4b4ac94d49cd086f95007f782710e23 | 8b911334e0e10a8370c075e3dcf90a1e7f04b545 | /src/main/java/com/example/role/configuration/SecurityConfig.java | 1b64a1a975e9ce340d5be741d1d874c47c281b5f | [] | no_license | zees007/Spring-Security-Multiple-Role-Assignment | c5c0dc92738771dfa3153229e15c7ea18f03c506 | 0c2814e9491fd05b03708b6c19033b3c260431e5 | refs/heads/master | 2023-04-27T10:30:54.315426 | 2021-05-07T17:15:20 | 2021-05-07T17:15:20 | 365,303,917 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,973 | java | package com.example.role.configuration;
import com.example.role.helpers.UserDeatilsServiceImpl;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Pro... | [
"zees007@rediffmail.com"
] | zees007@rediffmail.com |
ebdecb1db17da24e4e6fa7b82c8240c22f4a5b5a | e2ba61ed60afaa40f7d2cdd62e2e19b634688901 | /Internet/GoogleMaps.java | 42e1110acc21d849b671f590191a5e00869c9672 | [] | no_license | AysenurA/KANBUL | c3d9ca1264a9563b9fe0f60f5acf385001a329c0 | b221ce0d0f417fd4c03c03a2f175b22e55721ac3 | refs/heads/master | 2021-08-17T10:05:54.434705 | 2017-11-21T04:15:42 | 2017-11-21T04:15:42 | 105,702,528 | 0 | 2 | null | 2017-11-03T18:04:39 | 2017-10-03T20:57:46 | Java | ISO-8859-9 | Java | false | false | 4,540 | java | package Internet;
import java.io.IOException;
import java.net.URISyntaxException;
import java.util.ArrayList;
public class GoogleMaps {
private String mahalle="";
private String sokak="";
private String cadde="";
private String il="";
private String ilçe="";
private String bulvar="";
privat... | [
"aybikeaydemir.94@gmail.com"
] | aybikeaydemir.94@gmail.com |
a84194f33d308a45fd408f26cea5ff304c380d17 | 872601067d4ebaeeea4b90b966ec87583a2f8b4a | /Java Programming Fundamentals (week 3,4 and 5)/Classes and Objects Mandatory Hands-on/885194/Ticket Price Calculation - Static/Main.java | 4d6b0aaa5adbe4a5069511859054a71963d56d07 | [] | no_license | VIJAYAJUPUDI/Stage1 | ef36fb96157c2200457c4bddfc01f1d6b169ed5e | 84087731d3ea7a5a966f80f5d8fab3e73bebce88 | refs/heads/main | 2023-03-04T19:25:14.105218 | 2021-02-12T08:52:05 | 2021-02-12T08:52:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,269 | java | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
Ticket ticket = new Ticket();
System.out.println("Enter no of bookings:");
int noOfBookings = sc.nextInt();
System.out.print... | [
"noreply@github.com"
] | VIJAYAJUPUDI.noreply@github.com |
c683b52b22f556ec4c8e3eaa8e0f0d7417fac78e | 13bcb731080e5313bdf466097739ba59ad80756a | /src/com/fr/solution/plugin/chart/echarts/gauge/ui/EChartsGaugeChartTypePane.java | e23b05862135eb4cc9b70133c84718eb26afcf52 | [] | no_license | carlhong/plugin-chart-echarts | 4fe16e56b2c2027f35ffd16c9657c145fe23c128 | 7ca0b5c1975c4d6c0b5986dca7334e5981349248 | refs/heads/master | 2020-12-30T12:23:40.441070 | 2017-05-16T08:31:35 | 2017-05-16T08:31:35 | 91,431,844 | 0 | 0 | null | 2017-05-16T08:01:30 | 2017-05-16T08:01:30 | null | UTF-8 | Java | false | false | 3,090 | java | package com.fr.solution.plugin.chart.echarts.gauge.ui;
import com.fr.chart.chartattr.Chart;
import com.fr.chart.chartattr.Plot;
import com.fr.design.mainframe.chart.gui.type.ChartImagePane;
import com.fr.general.FRLogger;
import com.fr.general.Inter;
import com.fr.solution.plugin.chart.echarts.common.base.ECharts;
imp... | [
"Hongtao@fanruan.com"
] | Hongtao@fanruan.com |
a16b526b1d33dc043d245be032b7a10b7099a658 | 3e1328ba8d112b3a363cc2d4c6219521a938ff0e | /EasyAndroid/src/com/frame/easyandroid/util/PromptManager.java | c452f660432ca5e9db57aef197a44c9a4d081826 | [] | no_license | rtk4616/EasyAndroids | 10b388d1e7df4199c8960ad629980ad5f6aa56a9 | e1af7088b999fa06d56e58968f92ba16d20151ce | refs/heads/master | 2020-03-27T08:23:28.629790 | 2014-08-12T07:15:31 | 2014-08-12T07:15:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,635 | java | package com.frame.easyandroid.util;
import android.app.Dialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.DialogInterface.OnKeyListener;
import android.view.Gravity;
import android.view.KeyEvent;
import android.view.View;
import android.view.View.OnClickListener;
imp... | [
"liuzhao@10.6.147.19"
] | liuzhao@10.6.147.19 |
8e086d9185d99c2ab139e75dbbe8cc9be5f11a10 | eac3e88e31ad57b7bd88c04ca068142337207013 | /src/estructuras/ast/sentencias/NodoBloque.java | f52264b8f6689ffd962bfabcb459ec6010ac5d90 | [] | no_license | rferromoreno/minijava | 965c5f3278e508623f5e5baa9bc5d3e1ffc0da57 | 1a416e9da5cef95182f90237983fb1623be865b0 | refs/heads/master | 2020-06-14T22:59:39.729159 | 2016-12-02T14:32:29 | 2016-12-02T14:32:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,277 | java | package estructuras.ast.sentencias;
import java.util.HashMap;
import java.util.LinkedList;
import estructuras.ts.TablaSimbolos;
import estructuras.ts.variables.VarLocal;
import estructuras.ts.variables.Variable;
import excepciones.semanticas.ExcepcionSemantica;
import excepciones.semanticas.ExcepcionVarLocal... | [
"rferromoreno@gmail.com"
] | rferromoreno@gmail.com |
c9f3dea7b81fd5d14f8cc1e2913b084f4d035297 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/16/16_0b130240078cb3a2ea5a8c55929b2cc2915baeb4/GcmBroadcastReceiver/16_0b130240078cb3a2ea5a8c55929b2cc2915baeb4_GcmBroadcastReceiver_s.java | f194a33547418ce96c8ff9fbf9a47b5e841ae84e | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 4,456 | java | package com.novel.reader;
import com.google.android.gms.gcm.GoogleCloudMessaging;
import android.app.Activity;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.su... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
b79f53a3fdf2645c6cb789e5078b58e67c8067ab | b2ccf394db1988d3a30f17437a4e739ba437659d | /TestNG/Activity2.java | 22cd1bd40e3c11a2ad389d745fca25ede27c990a | [] | no_license | nitishtnr/sdet | c749320214683f3976c82d52ee926603e07c3ce0 | 401762003ed34174867fd4ca495c180c9360f7cf | refs/heads/main | 2023-04-10T02:19:27.217902 | 2021-04-16T08:57:54 | 2021-04-16T08:57:54 | 333,097,128 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,805 | java | package Activities;
import org.testng.annotations.Test;
import org.testng.Assert;
import org.testng.SkipException;
import org.testng.annotations.AfterTest;
import org.testng.annotations.BeforeTest;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
imp... | [
"noreply@github.com"
] | nitishtnr.noreply@github.com |
17092aca82125e7c7cc4a16bd1495358a17537ce | c794a0fff31e27b832ec7a89184aa6c857c7b767 | /src/main/java/swordOffer/Exercise_44.java | ebb798096e37188ce6286d42c81b276e2f2fda6d | [] | no_license | zhanglbjames/exercises | e80a23b5601024660253c2bd52b14c68245681c4 | 6c15ade78474ff42fc5b8e189b8672004daf3cbb | refs/heads/master | 2021-01-25T11:43:46.694711 | 2017-12-02T08:12:01 | 2017-12-02T08:12:01 | 93,943,850 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,163 | java | package swordOffer;
/**
* @author zhanglbjames@163.com
* @version Created on 2017/8/22.
*/
/**
* 每年六一儿童节,牛客都会准备一些小礼物去看望孤儿院的小朋友,今年亦是如此。
* HF作为牛客的资深元老,自然也准备了一些小游戏。
* 其中,有个游戏是这样的:首先,让小朋友们围成一个大圈。
* 然后,他随机指定一个数m,让编号为0的小朋友开始报数。
* 每次喊到m-1的那个小朋友要出列唱首歌,然后可以在礼品箱中任意的挑选礼物,
* 并且不再回到圈中,从他的下一个小朋友开始,继续0...m-1报数....这样下去....
... | [
"zhangshuaishuai1992@gmail.com"
] | zhangshuaishuai1992@gmail.com |
60cc281cdb9507e1cce65469a6151f9865d6fb35 | fd947bb2c5e95fb8497c988808309430c74282c0 | /M10_DavidGomezMuns/src/com/lambdas/domain/Alumno.java | f1d28687c2605838b98667d3f6b4c96087545552 | [] | no_license | davidmuns/Ejercicios_Modulo10_BackEnd-Java | a5c44e22291372106b63f182e491a5b45114b699 | 7cb95fcdf3202e05fa1b87d8e5d49085429e8ba3 | refs/heads/main | 2023-06-10T05:53:56.732130 | 2021-07-03T15:41:33 | 2021-07-03T15:41:33 | 382,651,290 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 832 | java | package com.lambdas.domain;
import java.util.Comparator;
public class Alumno implements Comparator<Alumno>{
private String nombre, curso;
private int edad, nota;
public Alumno(String nombre, String curso, int edad, int nota) {
super();
this.nombre = nombre;
this.curso = curso;
this.edad =... | [
"noreply@github.com"
] | davidmuns.noreply@github.com |
5060441969680f4a4e600ce86dbef3891cc3977b | 60181d2036c6536ca1c41d4414478efab35d112d | /backend/src/main/java/org/laptech/gws/data/SongPartType.java | 45f8a61202753642047e4190919877401db9707f | [] | no_license | AlisaPigul/GuitarWebSite | bdbf03e65e53c187c514fc32fa0cb957d5949a3f | 2d1eff7ec7292777f0b5a25c3ecef3401ac6936f | refs/heads/master | 2020-06-10T02:07:54.021839 | 2017-01-25T19:27:00 | 2017-01-25T19:27:00 | 76,128,658 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 138 | java | package org.laptech.gws.data;
/**
* @author rlapin
*/
public enum SongPartType {
INTRO,VERSE,CHORUS,PRE_CHORUS,BRIDGE,OUTRO,SOLO
}
| [
"stioneq@gmail.com"
] | stioneq@gmail.com |
765046c471c3c7e5b3636a8da048257055078da8 | cb4e737b4255da27733b1262e60837d958fe8469 | /presto-testng-services/src/main/java/io/prestosql/testng/services/FlakyTestRetryAnalyzer.java | 5fc056aad8bb0163bcae68ece2a3b588e63e592e | [
"Apache-2.0"
] | permissive | pmady/presto | f028c6bffcdc8f26c8ceab74107be0412646c87e | 39f7e08c0ad4c1d1fdd9f13e6cbc7ff804b9a27e | refs/heads/master | 2022-12-02T04:15:04.729395 | 2020-08-18T21:33:24 | 2020-08-20T17:40:36 | 257,678,386 | 0 | 0 | Apache-2.0 | 2020-04-21T18:15:43 | 2020-04-21T18:15:43 | null | UTF-8 | Java | false | false | 2,940 | 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
* distribut... | [
"g.kokosinski@gmail.com"
] | g.kokosinski@gmail.com |
6932fbbb72220955c74569cb53b98fb0a4b4b985 | a4fa8f97c43bdd6a31dcff88499ecc722daff3d8 | /VehicleObjArray/src/com/vehicles/Truck.java | 39423ae7afbd97afd4a55a530c035c5e6f941135 | [] | no_license | nagavinay336/Proj | 83938d5556ec844ca854ce8c92dad247ba47e3b0 | 990c522a86a7dd1b23246563c4d1621fd44e08d5 | refs/heads/master | 2023-08-19T17:54:24.682009 | 2021-10-27T05:17:03 | 2021-10-27T05:17:03 | 365,981,759 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 481 | java | package com.vehicles;
public class Truck extends Vehicle {
private int load;
public Truck(int noOfWheels, String model, String color,int load) {
super(noOfWheels, model, color);
this.load=load;
}
public int getLoad() {
return load;
}
public void setLoad(int load) {
this.load = load;
... | [
"noreply@github.com"
] | nagavinay336.noreply@github.com |
f6f31d41ab75f3d98fc092c8d940e168a5391e0d | f13727f12da683df4888f82393833cbeb0a8a159 | /java/jpwr/bcompfc/src/JopcBasefcppo5motoraggr21.java | fcd20536279267254d967c3f252ef0492aac3ee7 | [] | no_license | Strongc/proview | 2d5c54c0f9b2b4272f2a6e9ccf3aba794d3d794a | bf17a7ab3fd3f1b4288d6e6dff3107e3a7f31327 | refs/heads/master | 2020-12-14T18:45:03.413323 | 2014-04-10T15:40:51 | 2014-04-10T15:40:51 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 361,010 | java | package jpwr.bcompfc;
import jpwr.rt.*;
import jpwr.jop.*;
import jpwr.jopc.*;
import java.awt.*;
import java.awt.geom.*;
import java.awt.image.*;
import java.awt.font.*;
import javax.swing.*;
import java.awt.event.*;
public class JopcBasefcppo5motoraggr21 extends JopFrame implements JopUtilityIfc {
JPanel contentPa... | [
"claes.sjofors@proview.se"
] | claes.sjofors@proview.se |
402744edd3a7f7bac10775b5a22d24c8bc50149c | 129f58086770fc74c171e9c1edfd63b4257210f3 | /src/testcases/CWE36_Absolute_Path_Traversal/CWE36_Absolute_Path_Traversal__URLConnection_52c.java | f6320ae188cef974019516700a2894cfb32b5a32 | [] | no_license | glopezGitHub/Android23 | 1bd0b6a6c7ce3c7439a74f1e4dcef2c4c0fac4ba | 6215d0684c4fbdc7217ccfbedfccfca69824cc5e | refs/heads/master | 2023-03-07T15:14:59.447795 | 2023-02-06T13:59:49 | 2023-02-06T13:59:49 | 6,856,387 | 0 | 3 | null | 2023-02-06T18:38:17 | 2012-11-25T22:04:23 | Java | UTF-8 | Java | false | false | 5,334 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE36_Absolute_Path_Traversal__URLConnection_52c.java
Label Definition File: CWE36_Absolute_Path_Traversal.label.xml
Template File: sources-sink-52c.tmpl.java
*/
/*
* @description
* CWE: 36 Absolute Path Traversal
* BadSource: URLConnection Read data from a web server wi... | [
"guillermo.pando@gmail.com"
] | guillermo.pando@gmail.com |
ba54d2c961b2019a55f1f27662e1a10e7ce29b64 | 212b669e3f2094968a4a2662c65db7b060271b0e | /src/main/java/com/dabast/mall/service/impl/TestPostsService.java | 9554809b9712c489cdb10d94f44f50cd119c2cae | [] | no_license | YuxingXie/daba_mall | 2ad9b281c7dcd1262f88de997663c4aa8b493cc4 | 6300913ecb7f451ffada2e8ae8358dbaa6b09402 | refs/heads/master | 2021-01-21T14:08:30.637944 | 2016-05-18T06:03:10 | 2016-05-18T06:03:10 | 38,106,681 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 710 | java | package com.dabast.mall.service.impl;
import com.dabast.common.base.BaseEntityManager;
import com.dabast.common.base.EntityDao;
import com.dabast.entity.TestPosts;
import com.dabast.mall.dao.TestPostsDao;
import com.dabast.mall.service.ITestPostsService;
import org.springframework.stereotype.Service;
import javax.ann... | [
"xieyuxing008@gmail.com"
] | xieyuxing008@gmail.com |
42ed75e145181da544a4ad95e2ac76a38c22071d | d9670ff7f4b8bdec3209bb11222a8c0472487f34 | /app/src/main/java/Model/Game.java | afc15c89f5137cb7f7b68294dac6023758b40a28 | [] | no_license | Bryguy32/GoStop-Android | c404735a56515a60c9b73f9873a628a970f7bd57 | a2dbcc31aae57a1be9ca09a29c48d2562fc12537 | refs/heads/master | 2022-12-16T03:25:42.499373 | 2020-09-12T12:26:46 | 2020-09-12T12:26:46 | 294,938,920 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,463 | java | package Model;
import java.util.Vector;
public class Game {
private Round round = new Round();
private Serialization s = new Serialization();
private Vector<Card> v = new Vector<Card>();
/**
* Constructor
*/
public Game() {
}
/**
* Starts game
* @return round
... | [
"bryan.kernfrancis@gmail.com"
] | bryan.kernfrancis@gmail.com |
744b71c657bae312d1c05f3d05b815d760d126d0 | 01b23223426a1eb84d4f875e1a6f76857d5e8cd9 | /icefaces3/scratchpads/ICE-8156/icefaces/samples/core/chat/src/main/java/org/icefaces/sample/portlet/chat/ChatRoom.java | c94701e76a5b259c72048afeefc79f1260746d40 | [
"Apache-2.0"
] | permissive | numbnet/icesoft | 8416ac7e5501d45791a8cd7806c2ae17305cdbb9 | 2f7106b27a2b3109d73faf85d873ad922774aeae | refs/heads/master | 2021-01-11T04:56:52.145182 | 2016-11-04T16:43:45 | 2016-11-04T16:43:45 | 72,894,498 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,974 | java | /*
* Copyright 2004-2012 ICEsoft Technologies Canada Corp.
*
* 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... | [
"ken.fyten@8668f098-c06c-11db-ba21-f49e70c34f74"
] | ken.fyten@8668f098-c06c-11db-ba21-f49e70c34f74 |
58ac92a28aee04e0fac6256e63738f40ebf35782 | a0bdf113c0db3a150fa1a016cd2f5c423fb59e87 | /src/main/java/com/github/minemanmods/MinemanUtilities/exceptions/FailedTransactionException.java | ddad6943e425d1cfc2d455d92b0eda9d3a6f8de9 | [] | no_license | Lazersmoke/MinemanUtilities | 3e548167838073c16ba39539f53501d07dd5c9e5 | d9fb613753886c871c3fb637df94fd4c25ae12f2 | refs/heads/master | 2020-04-24T21:51:10.893976 | 2019-02-24T03:03:05 | 2019-02-24T03:03:05 | 172,291,840 | 0 | 0 | null | 2019-02-24T03:35:25 | 2019-02-24T03:35:25 | null | UTF-8 | Java | false | false | 322 | java | package com.github.minemanmods.MinemanUtilities.exceptions;
import javax.validation.constraints.NotEmpty;
import javax.validation.constraints.NotNull;
public class FailedTransactionException extends Exception {
public FailedTransactionException(@NotNull @NotEmpty String message) {
super(message);
}
... | [
"cranite@protonmail.com"
] | cranite@protonmail.com |
93b2087e1c78b02e7298133348aa14c0e5fe44b8 | 7fea8e98a079559da985c359ad2546b156aff877 | /app/src/main/java/com/reatchall/charan/reatchallVendor/ChangePasswordActivity.java | dd1c7b6788a18fef982e3ab428dec193791586e0 | [] | no_license | rrsam/ReatchAllVendor | ce9b8ad07d4819eba5e988279b5edb3719abda29 | 4e2ed2f6e8ae0755f35e1da70aff23f08608aefa | refs/heads/master | 2020-05-04T08:11:04.802344 | 2019-04-20T11:23:29 | 2019-04-20T11:23:29 | 179,041,845 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,344 | java | package com.reatchall.charan.reatchallVendor;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
/**
* Created by NaNi on 20/02/18.
*/
public class ChangePasswordActivity extends AppCompatActivity {
... | [
"siddhardhakancharla4@gmail.com"
] | siddhardhakancharla4@gmail.com |
f43e77a3640e82797e864d1cf84cd1858b134889 | 2dced78995e0c7bdb74e56dac34cb9353de47f27 | /src/interfaces/Animation.java | 8d1807daa69dd2799a34e3860c4f06d74dc82692 | [] | no_license | Meniakk/SpaceInvader | d0340dbf81bc3172623d7031689da10dc981c3d4 | 589e4f9cfda735c230f696ba863387bb71c6baab | refs/heads/master | 2021-08-27T20:45:34.012960 | 2021-08-05T13:23:11 | 2021-08-05T13:23:11 | 163,888,622 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 423 | java | package interfaces;
import biuoop.DrawSurface;
/**
* An interface of Animation.
*/
public interface Animation {
/**
* Draws the objects.
* @param d The draw surface to draw on.
* @param dt The time passed.
*/
void doOneFrame(DrawSurface d, double dt);
/**
* Notify when to stop... | [
"tchgs8@gmail.com"
] | tchgs8@gmail.com |
cd812695049a4323f5fe99bf9c65f580fffe0867 | 9c13d45b0e43fb40d373b9e6dbb71569b0da304a | /app/src/main/java/io/yagus/viewbinding/MainActivity.java | 11badd0707fd2f610167051b2f85e86f7cd9cc44 | [] | no_license | dure21/viewBinding_docs | e741f65974ad4191214686eddfe54a351abff8b7 | c1bbf0c1f5ad05d4fe5fb398305d839b47bc70b6 | refs/heads/master | 2021-04-04T13:16:36.570961 | 2020-03-19T09:25:11 | 2020-03-19T09:25:11 | 248,460,633 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 557 | java | package io.yagus.viewbinding;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import io.yagus.viewbinding.databinding.ActivityMainBinding;
public class MainActivity extends AppCompatActivity {
ActivityMainBinding binding;
@Override
protected void onCreate(Bundle savedInstanc... | [
"jinhungkim@hanmail.net"
] | jinhungkim@hanmail.net |
27c21e7ae357fb2f8f9d2359d98f7537a5f906f9 | 1c48c5d434e8ce54fc36aec475f2dc095157c7b6 | /src/main/java/com/fiscalizacao/repository/filter/UfFilter.java | 79b545043968b4ed3feafaef3d3a668fc3315d33 | [] | no_license | gbueno1086/fiscal | bec48ddd8d95d7728aecde79a024193073cfab77 | 03260cd706b6bdb61346cb16cde16c37c59080ba | refs/heads/main | 2023-02-13T19:58:46.260273 | 2021-01-12T00:04:10 | 2021-01-12T00:04:10 | 314,661,081 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 156 | java | package com.fiscalizacao.repository.filter;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class UfFilter {
private String nome;
}
| [
"giliardibueno@live.com"
] | giliardibueno@live.com |
012cd2e8f576f7903c0eb8dd9a566cdf8dc6b6eb | 0eb2efa85aa9b9920fbfff268afc4c5a67fcabe0 | /jack/javabase/src/main/java/com/tntcpu/javabase/tij/concurrency/example/SerialNumberChecker.java | 6b774a2fcb1df955c1839590c6d386f6c36ac6b3 | [] | no_license | tntcpu/firefly | 2b8dcc9a1829792a6351487ef3db4dadd9e281df | 56e2b978ad60e8059c69aba50b28cfddc0234b4f | refs/heads/master | 2022-07-01T20:12:03.429208 | 2020-03-14T13:06:15 | 2020-03-14T13:06:15 | 187,453,522 | 1 | 0 | null | 2022-06-17T02:49:52 | 2019-05-19T08:46:03 | Java | UTF-8 | Java | false | false | 1,749 | java | package com.tntcpu.javabase.tij.concurrency.example;
import lombok.extern.slf4j.Slf4j;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.TimeUnit;
/**
* @program: firefly
* @description:
* @autho... | [
"tntcpu@126.com"
] | tntcpu@126.com |
bb79fbcf276ee54a52da2cac87cf2478cecd74eb | 093bef41a1523e9b4a61830807cab1138c4fa3ec | /src/main/java/xy/study/self/builder/Armor.java | 09d3b4edff9a7b233638332149614f32f5b70e17 | [] | no_license | xy1002xy/study | 5746ea1c132366feccf0db13cd1fdfd6fdae2864 | c1a89bb334330bd72ab7d453386d615c10f0cd84 | refs/heads/master | 2020-03-09T06:14:51.680797 | 2020-02-06T06:08:03 | 2020-02-06T06:08:03 | 128,634,191 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 421 | java | package xy.study.self.builder;
import lombok.Getter;
/**
* @program: sell
* @author: wxy
* @create: 2018-12-11 13:33
* @desc:
**/
@Getter
public enum Armor {
CLOTHES("clothes"), LEATHER("leather"), CHAIN_MAIL("chain mail"), PLATE_MAIL("plate mail");
private String name;
Armor(String name) {
... | [
"wuxiangyang@xinhuamm.net"
] | wuxiangyang@xinhuamm.net |
5d5f8b7ead7015d9e69e7d2976d15814a3f2c83b | 306083c6d4e15204e5f7f08f1e52c734e0b07bfe | /达内Java/springmvc需要的配置文件/目录结构/service/LoginService.java | 97ffe3ef0fb1b06b9b8152ab2fc9222f45f1b3a3 | [] | no_license | wudilaobaba/jiawa | 03158609b89e40a0664c4fb1dbc896cb16cbed56 | ad351726a2dda082cf4269daac34293337bbdcf2 | refs/heads/master | 2023-07-20T18:52:36.404183 | 2023-07-16T04:16:10 | 2023-07-16T04:16:10 | 184,720,577 | 0 | 0 | null | 2023-01-04T05:36:00 | 2019-05-03T08:11:28 | CSS | UTF-8 | Java | false | false | 142 | java | package com.whj.project.service;
import com.whj.project.entity.Emp;
public interface LoginService {
Emp checkLogin(String name,int age);
}
| [
"1273803935@qq.com"
] | 1273803935@qq.com |
389ebe0bfb5527f65e004925ec039a9d466aacf5 | 02507a5e6c42af839370c63870be8ada9599a941 | /store/src/main/java/com/easy/store/converter/eoschain/RexBeanConverter.java | 83e5da350edafe2c4c012c6582475c53beedb1f2 | [] | no_license | EasyDevWork/EasyAndroid2 | 42128245c2a1c3f4e483f8e83e101e7dd2130c20 | 8e70ef7389805f7504525a23aadcb8fda020aee3 | refs/heads/master | 2021-04-04T16:45:36.535233 | 2021-02-26T02:51:02 | 2021-02-26T02:51:02 | 248,472,146 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 890 | java | package com.easy.store.converter.eoschain;
import android.text.TextUtils;
import com.alibaba.fastjson.JSON;
import com.easy.store.bean.eoschain.RexBean;
import io.objectbox.converter.PropertyConverter;
public class RexBeanConverter implements PropertyConverter<RexBean, String> {
@Override
public RexBean con... | [
"caishuxing@linggan.com"
] | caishuxing@linggan.com |
44d787caff4180207ecfa91c44510f5adf314bdd | def1efb4192e765815fea7b6fa7645d4677e981d | /CulinaryRecipesJPA/src/com/culinaryrecipes/model/Comment.java | 89579fe7d4fb60925d3ba68c1cc70918508740e0 | [
"MIT"
] | permissive | Shaventus/CulinaryRecipesPage | f77d5d6334e5c65652356dd0add367ddc16381de | 92fc64f8ea79a60e2d10b791ae6e07ebcbfff5f1 | refs/heads/master | 2020-07-13T16:36:42.779858 | 2019-06-02T13:53:26 | 2019-06-02T13:53:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,142 | java | package com.culinaryrecipes.model;
import java.io.Serializable;
import javax.persistence.*;
import java.util.Date;
import java.util.List;
/**
* The persistent class for the comment database table.
*
*/
@Entity
@NamedQuery(name="Comment.findAll", query="SELECT c FROM Comment c")
public class Comment implements Se... | [
"ann.grzywnowicz@gmail.com"
] | ann.grzywnowicz@gmail.com |
3c78e86e29d51658963d90ff076f34f17711514b | 6f3d14b274809cdf047ed2dd23fbaa17b42ca9e4 | /src/Utils/Vector2.java | 3b42794dcf59b475973550c983cfe6d770daec4c | [] | no_license | lukamix/OOP-124159-Group12 | 8e9e0468f57ac83cea7e67277ab2a0585190fd87 | 0caf637264ce84df9f6634b2822f1972e1074f19 | refs/heads/main | 2023-06-05T11:40:36.315294 | 2021-05-25T09:38:50 | 2021-05-25T09:38:50 | 357,193,038 | 0 | 1 | null | 2021-06-14T11:30:47 | 2021-04-12T12:54:47 | Java | UTF-8 | Java | false | false | 355 | java | package Utils;
public class Vector2 {
public double x;
public double y;
public Vector2(){
this.x=0f;
this.y=0f;
}
public Vector2(double x, double y){
this.x=x;
this.y=y;
}
public void Translate(Vector2 destiny){
x=destiny.x;
y=destiny.y;
... | [
"ducnb@rocketstudio.com.vn"
] | ducnb@rocketstudio.com.vn |
90202901b70d188633a9bcad92bfb07493528e8d | 61a5afc31de290a527dfbf0552c852577a706b7b | /plugin/src/main/java/me/scana/okgradle/internal/dsl/parser/settings/ProjectPropertiesDslElement.java | 9bdf077b850b49aa70d45d202744b0ba84db5cb6 | [
"Apache-2.0"
] | permissive | scana/ok-gradle | 892ca48e019a774d1c72cad556f8d14b2c3bebd9 | 7ecbade228ea8f055eead30e18f4c3b4d244d2de | refs/heads/master | 2023-09-04T10:39:08.921797 | 2021-01-10T19:11:04 | 2021-01-10T19:11:04 | 107,177,226 | 727 | 34 | Apache-2.0 | 2021-01-09T15:07:27 | 2017-10-16T20:05:45 | Java | UTF-8 | Java | false | false | 2,044 | java | /*
* Copyright (C) 2015 The Android Open Source Project
*
* 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 app... | [
"scanarch@gmail.com"
] | scanarch@gmail.com |
16a9c7e30ad5f5c4a3a5312dfac8970244261980 | b7e408d1ed1aadd1c0dbed14469c154066a202b3 | /Pincode/src/main/java/directory/backend/BackendOps.java | 9949d6e949ac75650fa1d7eb37d26a1536d5216c | [] | no_license | venkatt05/FULL-JS-Framewoks | 25f22dfbfe615d9e830f8b6b72d22c80dcf4aff3 | 421275ddb81311b4441a9f5b923479925af3b338 | refs/heads/main | 2023-01-06T18:26:36.632047 | 2020-11-10T02:29:53 | 2020-11-10T02:29:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 869 | java | package directory.backend;
import java.util.Arrays;
public class BackendOps {
private static ResultPojo resultPojo = new ResultPojo();
public void computeResults(String areaToSearch) {
String userInput = areaToSearch.toLowerCase();
for (String area : CityCodes.chennaiCodes().keySet()) {
if (area.contain... | [
"Venkat.bca0@gmail.com"
] | Venkat.bca0@gmail.com |
c88482fcdc9ced606dc358c6684b2181b5c498d2 | b23d28ce345017434daab3ffd2538adab4bcb13c | /src/main/java/com/zhf/sell/enums/OrderStatusEnum.java | 37ee54797bc6f54baa7fcc85d0421eb4c37efe96 | [] | no_license | FMJZHF/sell | aab3382f8f215cf3ac54d0019ff1c2dcab46cf0a | 46b478fb4400f7812f42c55449a9a97bd1af0e3c | refs/heads/master | 2020-03-19T11:06:30.010985 | 2018-06-14T08:31:38 | 2018-06-14T08:31:38 | 136,431,291 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 387 | java | package com.zhf.sell.enums;
import lombok.Getter;
/**
* 订单状态
*/
@Getter
public enum OrderStatusEnum implements CodeEnum{
NEW(0,"新订单"),
FINISHED(1,"完结"),
CANNEL(2,"已取消");
private Integer code;
private String message;
OrderStatusEnum(Integer code, String message) {
this.code = cod... | [
"zhuhongfu@hyjf.com"
] | zhuhongfu@hyjf.com |
34e14dcf920e442c0c41bb024fd7c8e841bea73f | f67952ffd190a1a5afa7084058d3d997fab2508d | /observer2/DisplayColors.java | c86ae212aca054f3ac2169b1c5e3bfdeaa7b99dd | [] | no_license | UT-SWLab/tutorial10_tylerpak | 7543da5ceb183850297c00667e18ca922a30b425 | 88d0326cc9df0c25f9a4eb19f4d226d4835346d1 | refs/heads/master | 2023-01-23T01:35:51.910808 | 2020-11-24T22:00:35 | 2020-11-24T22:00:35 | 315,761,290 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,212 | java | package observer1;
import javax.swing.*;
import javax.swing.event.ChangeEvent;
import javax.swing.event.ChangeListener;
import java.awt.*;
public class DisplayColors{
public static void main(String[] args) {
SwingFacade.launch(new DisplayColors().mainPanel(), "Compute Complementary Colors");
}
... | [
"paktyler@utexas.edu"
] | paktyler@utexas.edu |
ca8ab7698c547221104fc055ed771bff581865a9 | 4223a9e47a284c8958cd14bb774330aed858ab45 | /src/moneymoney/PageInfo.java | 4e0d4ca3c685eb925ee4f6501e7c879364d3a36e | [] | no_license | nokun13/moneymoney_project | 5374d39c652901bb6fa8fe5e87ef08aa77c3a0e6 | 264626d9aedeaf8cd08c27adf2e2f3576777c675 | refs/heads/master | 2023-01-29T11:54:56.095518 | 2020-12-08T14:42:52 | 2020-12-08T14:42:52 | 319,664,409 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 473 | java | package moneymoney;
public class PageInfo {
private int pageNum;
private int alarm;
private PageInfo() {
}
private static PageInfo pageInfo = new PageInfo();
public static PageInfo getInstance() {
return pageInfo;
}
public int getPageNum() {
return pageNum;
}
public void setPageNum(int pageNum) {
... | [
"kennethkim13@gmail.com"
] | kennethkim13@gmail.com |
eb2d8a2f16f86ba0027f9e8ad2cfe1917318af78 | fdbe0b11a1b57c5dbdf376bf562e992f8f5e3228 | /fastestSortingAlgorithm/src/fastest_sorting_algorithm.java | c04f627ffec5549a33415fe1d13aca404162f8be | [
"MIT"
] | permissive | dev-abir/programmedByAbir | 05880b4e28aee7fbe8e0bb570264909a2eac8c57 | 3a8b550f5dfce8b3801ad5b10c1c13492ae00809 | refs/heads/master | 2021-12-21T15:59:38.474067 | 2021-12-15T06:29:39 | 2021-12-15T06:29:39 | 227,763,502 | 0 | 1 | null | 2019-12-15T16:07:10 | 2019-12-13T05:30:48 | Java | UTF-8 | Java | false | false | 2,801 | java | /**
Created by : Abir Ganguly.
---------------------NOTE---------------------
THIS PROGRAM DOESN'T SUPPORT NEGATIVE NUMBERS, AS INPUT.
----------------------------------------------
*/
import java.util.*;
class fastest_sorting_algorithm {
private static void getArray(int[] array, Scanner sc) {
System.out.pr... | [
"noreply@github.com"
] | dev-abir.noreply@github.com |
ac933034b209ba50fb1c57e75323311027c0018e | 347929ca1ffc0f330d04470e6ebef42e585ecfcf | /src/main/java/com/jobcenter/service/impl/ProExpServiceImpl.java | a0a91f1677138ec6fa31007ea4e3130a74bfab53 | [
"Apache-2.0"
] | permissive | yuhangzheng/6.24 | 3bc92d70a59fae88540ebc4a0624b25110669947 | f74133fa4cac2394ad18aea5de16546cad8b0ea7 | refs/heads/maven-version | 2022-12-28T12:07:26.693557 | 2019-06-20T03:28:45 | 2019-06-20T03:29:07 | 188,972,941 | 3 | 0 | Apache-2.0 | 2022-12-16T06:44:26 | 2019-05-28T07:02:47 | Java | UTF-8 | Java | false | false | 886 | java | package com.jobcenter.service.impl;
import com.jobcenter.dao.ProExpDAO;
import com.jobcenter.entity.ProExp;
import com.jobcenter.service.ProExpService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public class ProExpServiceImpl implements ProEx... | [
"514074351@qq.com"
] | 514074351@qq.com |
783b0d78d0ac9f679529108cbcb27ce610f2afa4 | 72ee6fae1ceece4397a073e4e9a916d30cfdf7af | /NavUtilTest/app/src/main/java/com/mindorks/test/navutiltest/SubActivity.java | 57da8eb623a4c7cfe7abe4e369bd6c80c2cd97f7 | [] | no_license | dhruvgajwa/examples | 512649f44e0cad55b73cf51e303a8f87670709df | a3ccc0a8cfd2e9ab81093edbfefdde957260e252 | refs/heads/master | 2020-03-22T04:05:07.697561 | 2017-04-04T18:27:36 | 2017-04-04T18:27:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,229 | java | package com.mindorks.test.navutiltest;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.NavUtils;
import android.support.v4.app.TaskStackBuilder;
import android.support.v7.app.AppCompatActivity;
import android.view.MenuItem;
import android.view.View... | [
"janishar.ali@gmail.com"
] | janishar.ali@gmail.com |
c55cbbc2f15d818c49cb452bf6a00c29dab34675 | 7b411be4f3a36fa67e12ccb7ceef702291518528 | /src/company/Rectangle.java | 7814b0a710b8bfa28841673641998dbff104b587 | [] | no_license | starry-ari/Unit7 | 5c892b33095b325038d0790ccef326ecebf424e2 | bf957c82659dfac824543e1af29a24b28b141420 | refs/heads/master | 2022-06-28T07:08:45.161740 | 2020-04-03T16:26:39 | 2020-04-03T16:26:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 382 | java | package company;
public class Rectangle {
private double length;
private double width;
public Rectangle( double l, double w)
{
this.length =l;
this.width =w;
}
public double getWidth()
{
return width;
}
public double getLength()
{
return length;
}
public double area()
{
... | [
"arianna.richardson@ssfs.org"
] | arianna.richardson@ssfs.org |
214e76979a035f76cb03ed084ef2ded192c0121d | ce1d7c1d91d964d054d0eaf0adf04c43bd4df0e7 | /src/test/java/com/jc/dependency/support/DriverManager.java | cee5214c0a15431cdb00d477dc2ee6272754e8e1 | [] | no_license | haibgit/spring-dependency-injection | 234cee109fa255be03262ec955cfb0f1bdd7c2aa | eaf19187462032ed6e872ac417dd298800b97142 | refs/heads/master | 2021-10-08T09:15:37.000417 | 2018-12-10T11:58:38 | 2018-12-10T11:58:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,636 | java | package com.jc.dependency.support;
import io.github.bonigarcia.wdm.WebDriverManager;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.chrome.ChromeOptions;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annot... | [
"jayachandra.kunapareddy@emirates.com"
] | jayachandra.kunapareddy@emirates.com |
056b479b163e71688980472789110563074c4607 | 1f1abe44bd0ef8b24703fc631a89cb5cb64c7af0 | /app/src/main/java/com/idealist/www/useopencvwithcmake/Chat_Post.java | ff88e30376c4292c3b879c186490e012eb65f100 | [] | no_license | parkcsm/Debat_Chat | 92a51fc72d556c50ca6b712d9ad8c3307313498d | 1ba02fae2a634155738e18d15f71b7e95ddc3c4a | refs/heads/master | 2022-02-11T09:13:11.739215 | 2019-07-13T12:06:10 | 2019-07-13T12:06:10 | 194,493,172 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,108 | java | package com.idealist.www.useopencvwithcmake;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.ImageView;
import android.widget.ListView;
import android.widget.Toast;
import com.android.volley.AuthFailureError;
imp... | [
"parkcsm10@gmail.com"
] | parkcsm10@gmail.com |
419a36836c00cef4c0c637516910309b6ef58976 | 2766753b25759170db2323bf5b85b2cdec44cc12 | /src/main/java/com/yodel/todoapp/yodel/AllToBuyActivity.java | c8eee839d4a291a150815bb8ad5b44d94203b8b5 | [] | no_license | mesala01/Yodel | f16757d704ebeda28fffed7a7eddba9233afa66f | 1a0026c636b92d2167894f470ef2627b48e01409 | refs/heads/master | 2016-09-06T17:37:54.842788 | 2015-03-28T01:12:30 | 2015-03-28T01:12:30 | 31,622,104 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 124 | java | package com.yodel.todoapp.yodel;
/**
* Created by NenoandLaura on 2/26/2015.
*/
public class AllToBuyActivity {
}
| [
"mesala01@5487.dynamic.luther.edu"
] | mesala01@5487.dynamic.luther.edu |
42f24fd2402daf254ff63a2dc529669ab6d8b462 | 047fd75e9b617205254243389302667ae05e17a4 | /src/main/java/com/joy/xxfy/informationaldxn/module/safe/web/req/SafeInspectionAddReq.java | 92365a5f3bd0e19e2c027040c85a9f5eb35c67c6 | [] | no_license | joyblack/informational-dxn | 7dafaecf7b61cdb77e2dbc64bbba3c40016f3938 | 12b9460f85335dbb4095369a579a765e5e20ad0a | refs/heads/master | 2022-07-28T09:00:18.839635 | 2019-09-13T04:48:46 | 2019-09-13T04:48:46 | 202,953,069 | 0 | 1 | null | 2022-06-21T01:41:30 | 2019-08-18T02:56:43 | Java | UTF-8 | Java | false | false | 1,293 | java | package com.joy.xxfy.informationaldxn.module.safe.web.req;
import com.joy.xxfy.informationaldxn.module.common.web.req.BaseAddReq;
import com.joy.xxfy.informationaldxn.module.safe.domain.enums.InspectType;
import lombok.Data;
import lombok.ToString;
import javax.validation.constraints.NotBlank;
import javax.validation... | [
"1016037677@qq.com"
] | 1016037677@qq.com |
d6ca06f6db9242f46f5a3ddad1b17d9d670fe5e6 | b02c387612a7b64c283af06acba994c065d8effc | /src/main/java/com/codeactuator/samriddhi/domain/Relative.java | 8a1dc506251494b2133a6d72b8f72aa91dbd2d67 | [] | no_license | codeactuator/samriddhi-social | cb6ed09485f915d3b35c2b829c1aaa8d5ba2e0e7 | b248fd64e2a3a72651acc05140a9f706e63800ca | refs/heads/master | 2023-02-17T15:32:15.509003 | 2021-01-11T08:01:28 | 2021-01-11T08:01:28 | 293,199,451 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,074 | java | package com.codeactuator.samriddhi.domain;
import javax.persistence.*;
import java.io.Serializable;
import java.util.Objects;
@Entity
public class Relative implements Serializable {
@Id
@GeneratedValue
private Long id;
@ManyToOne
private Person person;
@ManyToOne
private Relation relation... | [
"shekharkumargupta@gmail.com"
] | shekharkumargupta@gmail.com |
69d9b0499fe484b485e0b6eabb0595e54cca5576 | cdc4c07cc87c88ccca9585a40a3600ce92c5e147 | /ssia-ch15-ex3-as/src/main/java/uk/me/uohiro/ssia/config/AuthServerConfig.java | 8f2f22c3a169a437e39f7b2ea7fb0fca67221a90 | [] | no_license | osakanaya/Spring-Security-in-Action | ec587d617092747bb7f347161d3115bc6b14c3f3 | 968af23e16d7469216777c0924c259f6bbea716d | refs/heads/main | 2023-03-14T12:52:55.367766 | 2021-03-08T14:01:57 | 2021-03-08T14:01:57 | 345,674,746 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,072 | java | package uk.me.uohiro.ssia.config;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.core.io.ClassPath... | [
"sashida@primagest.co.jp"
] | sashida@primagest.co.jp |
b6abaf6ce0e31629f21510cb04d3f99b6ad053ee | 3f1883bcad99a2103080ce179c60d468dfcbcdd2 | /app/src/main/java/activity/MessageListAdapter.java | efa7237ad8b5e26cec58a44b642f6e529564e752 | [] | no_license | kunteshbh/IntMarks | a38e13ac66973df814857873c8ad0c42176ca95c | b0ae1fdd0e893749c269d4c731e46219ac24091f | refs/heads/master | 2023-03-19T18:40:10.531033 | 2017-04-03T15:08:30 | 2017-04-03T15:08:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,190 | java | package activity;
import java.util.List;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
import com.exam... | [
"sumanth472@gmail.com"
] | sumanth472@gmail.com |
eddaefe54000a4884961925619aabbb33b1cd2bb | 4e19a4963031b3a25e1e93cee71bbfb3f11c137a | /grammar/ALFABaseListener.java | 7c3db08ce43ff14c3b176eaae48dd8be5fb36589 | [] | no_license | bellaj/Antlr4_Cpp_RandomCoding | 20d85c41538ea21d864451005b55bc245b636b5d | 5ca95e376d10cb8b66685b21180b21d94b26115c | refs/heads/master | 2020-03-27T20:35:45.872946 | 2018-09-02T00:32:21 | 2018-09-02T00:32:21 | 147,079,724 | 1 | 0 | null | 2018-09-02T11:38:20 | 2018-09-02T11:38:20 | null | UTF-8 | Java | false | false | 8,507 | java | // Generated from ALFA.g4 by ANTLR 4.7.1
import org.antlr.v4.runtime.ParserRuleContext;
import org.antlr.v4.runtime.tree.ErrorNode;
import org.antlr.v4.runtime.tree.TerminalNode;
/**
* This class provides an empty implementation of {@link ALFAListener},
* which can be extended to create a listener which only needs ... | [
"chamirachid1@gmail.com"
] | chamirachid1@gmail.com |
0ebac40c05125afe5b57fb2b99bbfcc3861f897c | f9fcde801577e7b9d66b0df1334f718364fd7b45 | /icepdf-6.0.0/icepdf/core/src/org/icepdf/core/pobjects/graphics/PatternColor.java | 7dbccfb4d2eaa765ce63c8904e839782e2816d6d | [
"Apache-2.0"
] | permissive | numbnet/icepdf_FULL-versii | 86d74147dc107e4f2239cd4ac312f15ebbeec473 | b67e1ecb60aca88cacdca995d24263651cf8296b | refs/heads/master | 2021-01-12T11:13:57.107091 | 2016-11-04T16:43:45 | 2016-11-04T16:43:45 | 72,880,329 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,930 | java | /*
* Copyright 2006-2015 ICEsoft Technologies Inc.
*
* 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... | [
"patrick.corless@8668f098-c06c-11db-ba21-f49e70c34f74"
] | patrick.corless@8668f098-c06c-11db-ba21-f49e70c34f74 |
cc919a32252d2edcfd069509e8471860832371ff | edc48d177d3290b2c213d7e740110aab234c3f33 | /GitSearcher/GitSearcher.Android/obj/Debug/81/android/src/com/companyname/gitsearcher/android/R.java | 281cad031e6c432082958714789300b3c599b892 | [] | no_license | ezis94/Git_User_Search | 970be7af16943f5e0161f06b5c8b73f10f6efd71 | 3ab572ec621f7c6c06338788da67279cb25a7200 | refs/heads/master | 2020-04-30T19:12:45.876552 | 2019-03-25T16:16:59 | 2019-03-25T16:16:59 | 177,031,901 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 698,965 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.companyname.gitsearcher.android;
public final class R {
public static final class anim {
public static final int ... | [
"raudiveedgars@gmail.com"
] | raudiveedgars@gmail.com |
b43fb26a7aa500efe618c61cba73558c40a8d214 | 8fd10c44779c8643a4ed4dad78a91b48416c22d0 | /app/src/main/java/com/nthu/project/wifiP2PApp/service/ServerService.java | 1da7c5693c82b644678d7beb372f47c183af1a05 | [] | no_license | FongX777/NeverLost | 829976b87925dd1a99a45d49790a9e5cfc6babd2 | 46600dc630b50682ca312f1a5929cac8f3925bca | refs/heads/master | 2021-06-09T09:28:44.185011 | 2016-12-02T10:25:05 | 2016-12-02T10:25:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,453 | java | package com.nthu.project.wifiP2PApp.service;
import android.app.IntentService;
import android.content.Intent;
import android.content.Context;
import android.media.MediaPlayer;
import android.util.Log;
import com.nthu.project.wifiP2PApp.internet.ApManager;
import com.nthu.project.wifiP2PApp.R;
import com.nth... | [
"fong1143@gmail.com"
] | fong1143@gmail.com |
8656cc5e5ebb93a21f59446a1829e9e22ee025c8 | f2f48ae87d10ab6215fca7400402e65a7d90c5cd | /erp/src/main/java/com/scd/erp/Vo/ToExcel/PersonToExcel.java | adfea2a22c4ba14cb5e9e385c4e49f32943ee06e | [] | no_license | 1223pengfei/ERP | f5ff101a699e728d1ca608ee2465a1eb69433f41 | c102d3ff6f0a191be41865a2b04a0a6ec6efe916 | refs/heads/master | 2022-12-28T18:30:27.377216 | 2020-09-27T07:20:39 | 2020-09-27T07:20:39 | 298,970,109 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,821 | java | package com.scd.erp.Vo.ToExcel;
import cn.afterturn.easypoi.excel.annotation.Excel;
import java.io.Serializable;
public class PersonToExcel implements Serializable {
@Excel(name = "姓名")
private String name;
@Excel(name = "性别", orderNum = "3", replace = {"女_F", "男_M", "其他_N"})
private String sex;
... | [
"“1828612668@qq.com"
] | “1828612668@qq.com |
d99a2e9c92517c162c4b6f96309ee1a7da77bbb6 | be55285edbca96a3cdcf1c945e4363aa8455f15e | /src/main/java/co/iay/leetcode/Hard/BinaryTreePostorderTraversal.java | 56af0bf0d69f106d32c62e4623ad43c9d8ce7321 | [] | no_license | liaoaoyang/LeetCode | 03ce3ddfdf55968f719c857bc9f42f0cdd40e20f | 338f8137c3223b4f1d73b9b96f85637ea54975f9 | refs/heads/master | 2021-01-16T23:41:42.275307 | 2019-04-25T00:05:16 | 2019-04-25T00:05:16 | 55,667,787 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 685 | java | package co.iay.leetcode.Hard;
import co.iay.leetcode.DataStructures.TreeNode;
import java.util.ArrayList;
import java.util.List;
/**
* Created by ng on 17/4/17.
* 145. Binary Tree Postorder Traversal
* https://leetcode.com/problems/binary-tree-postorder-traversal/
*/
public class BinaryTreePostorderTraversal {
... | [
"liaoaoyang@gmail.com"
] | liaoaoyang@gmail.com |
94bb66f9578b2da457cdd10c06790110246c988e | 38fbbd698834c1b588f2ca6eb182e392e80aa9d7 | /Java API/src/main/java/com/example/demo/employ/EmployController.java | ce71ea016587f96763ffa57f02b5a5f739ed367e | [] | no_license | xhynek11/Java-API | 2fd42d3b8ead5ff643b9143b0a6182881c2acb67 | e0363262595f8712f914b5e78f72a5c307c3d7e2 | refs/heads/main | 2023-06-05T17:33:32.370025 | 2021-06-02T14:30:28 | 2021-06-02T14:30:28 | 373,196,882 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,302 | java | package com.example.demo.employ;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import java.time.LocalDate;
import java.time.Month;
import java.util.List;
@RestController
@RequestMapping(path = "api/v1/employ")
public class EmployController... | [
"noreply@github.com"
] | xhynek11.noreply@github.com |
daeae1f36549c2871e8afdc6d7bffe547f9c7cb8 | a026475b391940538b0fd0f34c9475353168612a | /auto-retailer/retail-management-adapters/src/main/java/com/developerbhuwan/reatil/management/persistence/RequestDao.java | b93533c3c78f7cc4c1d169c33c4f3666b9e2c2d0 | [
"MIT"
] | permissive | devbhuwan/CreativeLabs | 494827cec9766fe571117379b4decbd791518d0b | bfa56bc1661cd95272582b583216a8f2b9530852 | refs/heads/master | 2020-03-20T17:18:26.223779 | 2018-06-22T05:25:46 | 2018-06-22T05:25:46 | 137,556,521 | 1 | 0 | MIT | 2018-06-18T08:17:42 | 2018-06-16T05:44:38 | null | UTF-8 | Java | false | false | 381 | java | package com.developerbhuwan.reatil.management.persistence;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.rest.core.annotation.RestResource;
import java.util.Optional;
@RestResource(exported = false)
public interface RequestDao extends JpaRepository<RequestEntity, Long>... | [
"bhuwan.upadhyay49@gmail.com"
] | bhuwan.upadhyay49@gmail.com |
aaae7e774e0f076e46ee9cadebd37892615e667f | 14a0d0dc977295cc1077a099e12ca05794e7f84a | /gokong-main/src/main/java/cn/gokong/www/gokongmain/web/ShopCityContrroller.java | b18330d2beb9d1cd1897aa820edb0a0ac3d95dcf | [] | no_license | yht-817/gokong-manage | 2ec59e86fd1aa8839b6566471026d78c55e2b8c5 | f779614f12b30ccf2495856f873d6b9c87898612 | refs/heads/master | 2020-05-03T18:55:09.754700 | 2019-04-01T03:05:45 | 2019-04-01T03:05:45 | 178,774,202 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 319 | java | package cn.gokong.www.gokongmain.web;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.stereotype.Controller;
/**
* <p>
* 前端控制器
* </p>
*
* @author ikook
* @since 2018-10-16
*/
@Controller
@RequestMapping("/shopCity")
public class ShopCityContrroller {
}
| [
"1475409096@qq.com"
] | 1475409096@qq.com |
4e42754dafff91aaab1923113174cea060d29c5c | 9cec2360c4d9d93a34be6e6e00e68894976b00a8 | /src/Univercity/Grade.java | 292b0b74c91e1dfeee956a1a660eedf14732a658 | [] | no_license | fellownew/KOSTA_JAVA | 70e9a455130d0b82dc2c40101364f2c3d93b3e45 | a0f4641480b3194237a1840d832a837bcba84d88 | refs/heads/master | 2021-01-10T20:08:31.180368 | 2015-01-15T08:39:49 | 2015-01-15T08:39:49 | 28,993,348 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 205 | java | public class Grade{
String subject;
int subNo,stuNo;
float grade;
public Grade(){
}
public Grade(String sub,int sbN,int stN,float g){
subject=sub;
subNo=sbN;
stuNo=stN;
grade=g;
}
}
| [
"hotttnew@naver.com"
] | hotttnew@naver.com |
8d9b9700ff694cb3de3c481c228d791c2417a039 | 9610ba60bcc6399faa0c4cd3bac4e61e7bb40499 | /src/main/java/com/kgo/elasticsearch/learn/LearnApplication.java | 1c0a9863f2a5ebdfc1175c477096af40f4a95d18 | [] | no_license | keepgoon/Elasticsearch-learn | 6c9e12a799fc7d79d8f8ddbd4d05c9b227ea6202 | 180351b3d64a6e655ea76b672d72675d59727258 | refs/heads/master | 2022-11-30T15:38:36.937072 | 2020-08-17T02:18:52 | 2020-08-17T02:18:52 | 288,063,093 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 330 | java | package com.kgo.elasticsearch.learn;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class LearnApplication {
public static void main(String[] args) {
SpringApplication.run(LearnApplication.class, args);... | [
"990775758@qq.com"
] | 990775758@qq.com |
940e537b8f388b03401359bc785df2684217a65b | 09aa2a7b409385ac8435ca41acd86d6042d34861 | /src/main/java/com/xiaoliu/until/AliSmsUtil.java | a864066b451c900958dc4991c11506954b48f5b7 | [] | no_license | hcxiaoliu/study_springboot | bbf294992602df3f91975767a509d47f46b9f8c3 | 5a77d10c670d527c57a8c28d0585ed33b63cc234 | refs/heads/master | 2022-10-19T12:07:49.019407 | 2019-06-10T06:40:41 | 2019-06-10T06:40:41 | 183,724,327 | 1 | 1 | null | 2022-10-12T20:27:26 | 2019-04-27T03:37:39 | Java | UTF-8 | Java | false | false | 1,411 | java | package com.xiaoliu.until;
import java.util.HashMap;
import java.util.Map;
import com.alibaba.fastjson.JSONObject;
import org.apache.http.HttpResponse;
import org.apache.http.util.EntityUtils;
/**
* 阿里云短信接口
*/
public class AliSmsUtil {
private static String host = "https://fesms.market.alicloudapi.com";
private... | [
"2637294447@qq.com"
] | 2637294447@qq.com |
04b61099c694c30a16d9253601f91f3fae17928c | f8f29387ca514393e67bb0288ddbca828a98eac0 | /src/main/java/com/baosian/services/CommentServiceImpl.java | 5deaa424eabc91bf1581798d7b6564fa78c0aa76 | [] | no_license | baosian/DetochkinBlog | 78c04839fc2836650b38abe1748eee0dc106e53c | 2c8cb8c095d0b52d112138b38656bf83a9a94649 | refs/heads/master | 2020-04-30T17:56:58.412760 | 2019-03-26T20:55:23 | 2019-03-26T20:55:23 | 176,995,410 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 921 | java | package com.baosian.services;
import com.baosian.entity.Comment;
import com.baosian.repositories.CommentRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
@Service
public class CommentServiceImpl implements CommentService{
... | [
"A7500543@gmail.com"
] | A7500543@gmail.com |
0157aa07657726c665a9e3ac8705fe0b64717128 | 9cc96f4988b2b349e95dd1e6339b57d473a81218 | /app/src/main/java/com/example/travelpartner/Requests.java | 1c16ebf80cb70e98a88e3915e7f4ac43797a66de | [] | no_license | HarshiD123/MAD_Project | 1bfd966cff950bb15555ea1b41e333178d900995 | ba240ceddcc498c0651bc49bac760eb418fa8fe1 | refs/heads/master | 2023-04-23T19:11:05.023094 | 2021-05-14T08:46:31 | 2021-05-14T08:46:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,223 | java | package com.example.travelpartner;
public class Requests {
String Name;
String ADID;
String RequesterUserName;
String YourUserName;
String contactNumber;
String MeetingPoint;
public Requests() {
}
public String getAdID() {
return ADID;
}
public void setAdID(Stri... | [
"harshanabuddhika9@gmail.com"
] | harshanabuddhika9@gmail.com |
a27d8bf32acb126ed24cc638f1d14dee1c48553b | ff04362a32a926bc12c1ee1e124d476709e9d41a | /src/main/java/gui/ClientApp.java | 33f7eead1b18a7d7bd1e2fc361bd481bbe5f6854 | [] | no_license | NguyenHung-Hub/T7-socketOGM-client | c31c502f56da87513be1fc0bc25a65c3a0dff922 | fb8fe3b58ea565a13599812dc670bd6d01dfdfa6 | refs/heads/master | 2023-08-29T23:37:52.986301 | 2021-11-07T12:21:52 | 2021-11-07T12:21:52 | 425,496,046 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,782 | java | package gui;
import java.awt.BorderLayout;
import java.awt.Container;
import java.io.DataOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.net.Socket;
import java.util.List;
import javax.swing.Box;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JScrollP... | [
"daminhnguyenhung@gmail.com"
] | daminhnguyenhung@gmail.com |
ba0a92a3c9b577d97c40f7109af9f8e865f87f64 | cc6ce4264771c2811e8d25ebe938b6ad05038265 | /src/org/ctlv/proxmox/api/Constants.java | 1ce038e5261b50e60e07f91c0d894cbcc4b0c27c | [] | no_license | DamarisMenfer/Adaptabilite-tp2 | f1a75cfd3119b77d50e231d28753a5a2bdaada18 | e7d68154998bae89dc969df125ddf37607e73a43 | refs/heads/master | 2020-04-20T07:13:02.258950 | 2019-02-01T13:57:45 | 2019-02-01T13:57:45 | 168,704,928 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,443 | java | package org.ctlv.proxmox.api;
public class Constants {
public static String USER_NAME = "j_combes"; // votre nom d'utilisateur : XXX
public static String PASS_WORD = "3S?bUPsc"; // votre mot de passe . XXX
public static String HOST = "srv-px7.insa-toulouse.fr"; // XXX
public static String REALM = "... | [
"damaris.menfer@gmail.com"
] | damaris.menfer@gmail.com |
3401dacf58a19d6d6384c6e08b1a513494c05c1f | a1e512aac388e58e139b82a171631caa950e46af | /src/com/katsura/concurrencyInJava7/chapter4/example10/ReportRequest.java | 41837d79f01f38798be04f6e6ab250f2281a01d9 | [] | no_license | YHGui/common-code | 89ea4e65ff9af654409355d3167dae3dac3020d4 | 05e6abf152fc1dc348d87329e0b6fe9ecc3d8bae | refs/heads/master | 2021-01-16T19:24:35.121563 | 2018-12-15T05:21:16 | 2018-12-15T05:21:16 | 100,162,788 | 4 | 1 | null | null | null | null | UTF-8 | Java | false | false | 601 | java | package com.katsura.concurrencyInJava7.chapter4.example10;
import java.util.concurrent.CompletionService;
/**
* Created by Katsura on 2017/4/14.
*/
public class ReportRequest implements Runnable{
private String name;
private CompletionService<String> service;
public ReportRequest(String name... | [
"yhgui2014@gmail.com"
] | yhgui2014@gmail.com |
ad0956500d9bc6cfd72fd79605fea02c6d64e802 | 55040e1e79baf7d5e76d8484193779d2cd4ffe01 | /MCDynamicExchanger/src/io/github/nickid2018/compare/CompareProgram.java | 306ce1ca293fcd1f6c33a0342c06e2b24e8e1d85 | [] | no_license | usench/MCDynamicExchanger | 58c7687318e05199a9e85e8e41fc59cc6bec54e0 | 58cb27bb664c2efe1799221dc9dc535ca696878a | refs/heads/master | 2023-08-20T07:48:03.031440 | 2021-10-08T09:17:08 | 2021-10-08T09:17:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,901 | java | package io.github.nickid2018.compare;
import io.github.nickid2018.I18N;
import io.github.nickid2018.SortedConsoleLogger;
import io.github.nickid2018.argparser.CommandResult;
import io.github.nickid2018.util.AddClassPath;
import io.github.nickid2018.util.ClassUtils;
import java.io.IOException;
import java.io.InputStre... | [
"nickid2018@outlook.com"
] | nickid2018@outlook.com |
56bfe8db96ad2208d778b3793f6ab7a3bcaee682 | e9affefd4e89b3c7e2064fee8833d7838c0e0abc | /aws-java-sdk-amplifyuibuilder/src/main/java/com/amazonaws/services/amplifyuibuilder/model/transform/UpdateComponentDataMarshaller.java | 150c62cbd81560088ae4b346800d2d7e58821a12 | [
"Apache-2.0"
] | permissive | aws/aws-sdk-java | 2c6199b12b47345b5d3c50e425dabba56e279190 | bab987ab604575f41a76864f755f49386e3264b4 | refs/heads/master | 2023-08-29T10:49:07.379135 | 2023-08-28T21:05:55 | 2023-08-28T21:05:55 | 574,877 | 3,695 | 3,092 | Apache-2.0 | 2023-09-13T23:35:28 | 2010-03-22T23:34:58 | null | UTF-8 | Java | false | false | 5,489 | java | /*
* Copyright 2018-2023 Amazon.com, Inc. or its affiliates. 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. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
48bc1c47de847ae251c847c2875baed703f692f1 | ceb22777237babb2761e6bed8f0ecb4b3cbe948a | /Day9FileHandling/FileDemo.java | 917dd536e36dbc7dd4b86032bbf8f84d750b4554 | [] | no_license | simranshaikh/imp | 195baef42a6224b7d778a8c57520e08d2f907d77 | 5afcbe57b616ce97671db48a17e2146d3ece3970 | refs/heads/master | 2021-01-20T02:56:29.114947 | 2017-04-26T10:51:28 | 2017-04-26T10:51:28 | 89,470,372 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 470 | java | package Day9FileHandling;
import java.io.File;
import java.io.IOException;
public class FileDemo {
public static void main(String[] args) {
File f=new File("data.txt");
if (f.exists())
System.out.println("File exists");
else
try
{
if(f.createNewFile())
System.out.println("File is... | [
"noreply@github.com"
] | simranshaikh.noreply@github.com |
ebc2f429a022b00831828478f4e72559e8795760 | 8835be5ceb9987d07b8976580ec18308347396b8 | /src/main/java/com/hoonyb/jwt/utils/JWTUtil.java | bd94e0d3074b04a0bd4e9bb60f3d4d438a49eda2 | [] | no_license | PureAppCrystal/java-jwt-example | cbc700bc418a2fb6c8b9a7cc2bf25d2da99909a9 | 8d31e097d66c6d71fcc55d8b80eb8c8bf125def3 | refs/heads/main | 2023-04-13T09:37:59.893066 | 2021-04-26T01:24:24 | 2021-04-26T01:24:24 | 361,580,651 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,823 | java | package com.hoonyb.jwt.utils;
import java.io.UnsupportedEncodingException;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import io.jsonwebtoken.Claims;
import io.jsonwebtoken.ExpiredJwtException;
import io.jsonwebtoken.Jwts;
import io.jsonwebtoken.SignatureAlgorithm;
public class JWTUtil {
... | [
"bsh0814@bridgetec.co.kr"
] | bsh0814@bridgetec.co.kr |
60d6628c50de34931b8852f32a735555ffe7679c | 0a817eec326d3018a98822466cd569633c271c9f | /NaturalNumberCalculator/src/NNCalcController1.java | 4d4b64a574bfa047e417f4a66257dde4de135de8 | [] | no_license | sdwcxyszq/cse2221 | d6003050e60a3d8ba6696efa590b3a3c561fc188 | 448fec04d6b5c8190e17b8a26c8746781e0221f3 | refs/heads/master | 2021-06-28T17:26:41.105513 | 2020-11-08T00:11:07 | 2020-11-08T00:11:07 | 185,743,891 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,209 | java | import components.naturalnumber.NaturalNumber;
import components.naturalnumber.NaturalNumber2;
/**
* Controller class.
*
* @author Put your name here
*/
public final class NNCalcController1 implements NNCalcController {
/**
* Model object.
*/
private final NNCalcModel model;
/**
* View... | [
"sheng.150@buckeyemail.osu.edu"
] | sheng.150@buckeyemail.osu.edu |
c122a5e9c802117da6f5739d4e4c9b59b852dd5b | 5a3fb22ba71528aed77e9fcfcc808b83bcd5fb60 | /app/src/main/java/com/nthieuitus/googlemapdirectionfinder/Modules/Duration.java | 228b0f576cacf8c23a377657256b200939a19773 | [] | no_license | 1412165/GoogleMapsDirectionAPI | 0f65a941b5ca8889089fc16944648225353d6a6e | db049723eaf0234e8a0d4e17bf8833ccbbe12bed | refs/heads/master | 2021-01-20T13:37:32.887875 | 2017-05-07T04:08:47 | 2017-05-07T04:08:47 | 90,507,891 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 291 | java | package com.nthieuitus.googlemapdirectionfinder.Modules;
/**
* Created by Nguyen Trung Hieu on 3/25/2017.
*/
public class Duration {
public String text;
public int value;
public Duration(String text, int value) {
this.text = text;
this.value = value;
}
}
| [
"nthieuitus@gmail.com"
] | nthieuitus@gmail.com |
dbac72539c24c867860126efd21d299365c12225 | 49cba63bf4ecb4b48ca9945284839bf58be56925 | /app/src/androidTest/java/com/lawlett/movies/ExampleInstrumentedTest.java | 42fc8a38d66508378abd9893ccb2d750205d0db4 | [] | no_license | Azamat753/Movies | abe503f94dd5e06bb61a94b8029e7a7af5bab66f | b839328fcf4483fe9ea2694ef2facafa9e4db5fd | refs/heads/master | 2021-01-01T02:08:45.278887 | 2020-02-08T13:07:31 | 2020-02-08T13:07:31 | 239,133,402 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 752 | java | package com.lawlett.movies;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an A... | [
"azamat.nazar99@gmail.com"
] | azamat.nazar99@gmail.com |
236f1c6c10841b193a4a2e4493f8db0ff5b0aea4 | 3c178b1dbb44237afe8d435336a265a73f4d66ea | /com/android/ide/eclipse/adt/internal/editors/manifest/ManifestEditor.java | f6c768775ad748a65071220e4462b20a26343e28 | [] | no_license | AndroidSDKSources/android-sdk-sources-for-api-level-5 | b7806884853389ff288b3adbdaf28f14893549a0 | baef9e37c1298f278f4fc212b9910810bf262a0b | refs/heads/master | 2021-01-15T15:05:15.383833 | 2015-06-13T15:27:01 | 2015-06-13T15:27:01 | 37,376,449 | 3 | 2 | null | null | null | null | UTF-8 | Java | false | false | 14,474 | java | /*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Eclipse Public License, Version 1.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.eclipse.org/org/documents/epl-v10.php
*
* Unless r... | [
"root@ifeegoo.com"
] | root@ifeegoo.com |
3fba6f532fe6badd829a8a4677dbe1ecdd840618 | 7ad9ee861d5d5e1f56dcb7de518186035d964e21 | /commons/src/main/java/org/hengsir/icma/utils/FileUploadUtils.java | 4e49093fa9576433acc1e70091bac8e23b10e12f | [] | no_license | Zhangxiaohong12/icma | 45abbc1c5a1eccf68392d855f8bd657362ae376f | 50807dfc06329ed35596392544a55d9abb613631 | refs/heads/master | 2020-04-14T20:48:06.105796 | 2018-07-03T08:14:18 | 2018-07-03T08:14:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,889 | java | package org.hengsir.icma.utils;
import org.springframework.web.multipart.MultipartFile;
import java.io.*;
/**
* @author hengsir
* @date 2018/4/8 下午5:20
*/
public class FileUploadUtils {
private static String basePath = "/Users/";
private static String imgPath = "/Users/icma-upload-img/";
static{
... | [
"mpneugg1314@foxmail.com"
] | mpneugg1314@foxmail.com |
c5ebfebd5a949fb4c813f5b6ab4a72c416da7ea1 | 5ad0aa10fa03e3d5c53e148f14708d93dd7b3bd3 | /src/main/java/com/ismutant/apirest/Main.java | 0cd1e5a3e70ba8e5f4e1c750520d8e3e423381e2 | [] | no_license | AdrianTorrez/mutantMeli | d0d6b8fe5b158464c30485c2430f3a400d1d686b | c6b79a4fa7eee87403210f219a8a4c8b4590577b | refs/heads/master | 2022-03-31T19:10:53.792183 | 2020-02-06T08:27:35 | 2020-02-06T08:27:35 | 238,364,519 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 287 | java | package com.ismutant.apirest;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class Main {
public static void main(String[] args) {
SpringApplication.run(Main.class, args);
}
}
| [
"madrian.torrez@gmail.com"
] | madrian.torrez@gmail.com |
b3ecc3b5410844899002611df81f2a1391f67c8d | 2c140a0632890ce2a28a9025b493cbc67fab3bd5 | /src/main/java/org/hl7/v3/COCTMT510000UV06CoverageRecord.java | d3877618e9faf04ceaf7eec47a6e3f8a009adf64 | [] | no_license | darkxi/hl7-Edition2012 | cf5d475e06464c776b8b39676953835aae1fb3f5 | add3330c499fd0491fd18a2f71be04a3c1efb391 | refs/heads/master | 2020-06-07T01:21:19.768327 | 2017-07-18T03:23:43 | 2017-08-18T09:03:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,094 | java | //
// 此文件是由 JavaTM Architecture for XML Binding (JAXB) 引用实现 v2.2.7 生成的
// 请访问 <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// 在重新编译源模式时, 对此文件的所有修改都将丢失。
// 生成时间: 2017.08.10 时间 10:45:02 AM CST
//
package org.hl7.v3;
import java.util.ArrayList;
import java.util.List;
import java... | [
"2319457455@qq.com"
] | 2319457455@qq.com |
1760030c1a2a3a4bb296aea3d5a56b43dfecbd3b | 87ffe6cef639e2b96b8d5236b5ace57e16499491 | /app/src/main/java/com/squareup/picasso/Picasso$Builder.java | ac680168003b78af4d9e018cf6a039ea3bf4b9fd | [] | no_license | leerduo/FoodsNutrition | 24ffeea902754b84a2b9fbd3299cf4fceb38da3f | a448a210e54f789201566da48cc44eceb719b212 | refs/heads/master | 2020-12-11T05:45:34.531682 | 2015-08-28T04:35:05 | 2015-08-28T04:35:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,396 | java | package com.squareup.picasso;
import android.content.Context;
import java.util.List;
import java.util.concurrent.ExecutorService;
public class Picasso$Builder
{
private final Context a;
private Downloader b;
private ExecutorService c;
private Cache d;
private Picasso.Listener e;
private Picasso.RequestTra... | [
"1060221762@qq.com"
] | 1060221762@qq.com |
d2f19e38a7c1c24fba10a8c0cbfb0a4e45e0eca5 | 1a8fb9cc4f278c44097fee45143057a5df9ddc4d | /src/main/java/com/usthe/bootshiro/support/XssSqlFilter.java | f3e8190af29456145f2bea9bc83202453716894e | [
"MIT"
] | permissive | wrmu/bootshiro | 0e754fc75a8e09d53821df417ef21597b3cbd039 | 7c5993108f19a994a11affae729a62af2578c844 | refs/heads/master | 2020-04-26T02:53:38.997513 | 2019-02-23T11:59:35 | 2019-02-23T11:59:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,219 | java | package com.usthe.bootshiro.support;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.core.annotation.Order;
import javax.servlet.*;
import javax.servlet.annotation.WebFilter;
import javax.servlet.http.HttpServletRequest;
import java.io.IOException;
/* *
* @Author tomsun28
* @Desc... | [
"tomsun28@outlook.com"
] | tomsun28@outlook.com |
a17769f99c42153ef9525cb7d498509616ccea3f | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/1/1_5580cd206fe5a3369d3b5032278fa17710b748f0/ParseUnicode/1_5580cd206fe5a3369d3b5032278fa17710b748f0_ParseUnicode_t.java | 83c09c51d8597543c66d790c3b0497e021c6dafd | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 1,550 | java | package nl.siegmann.epublib.utilities;
import java.io.BufferedReader;
import java.io.FileReader;
import java.util.ArrayList;
import java.util.List;
import org.apache.commons.lang.StringUtils;
public class ParseUnicode {
private static class CharDesc {
public int number;
public String numberString... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
ddb73c17e2b5ee0608c5817c8e3272dc57bd580f | 986e1e68dfddc15f818a9bbd23299b2198d127f3 | /bank/src/test/java/pt/ulisboa/tecnico/softeng/bank/domain/AccountContructorMethodTest.java | bf569f29a39ccc90d99d8aca3b0f828dd6dc5c24 | [] | no_license | leonorsilva/projecto | 45650dcbb19842a570b866fb03c74a1f16cccaa9 | 2acbb84f41624e4ecaf073da90cabbdb91fefacd | refs/heads/master | 2023-08-09T08:39:30.083048 | 2023-07-31T11:13:14 | 2023-07-31T11:13:14 | 82,557,461 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 847 | java | package pt.ulisboa.tecnico.softeng.bank.domain;
import org.junit.After;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
public class AccountContructorMethodTest {
Bank bank;
Client client;
@Before
public void setUp() {
this.bank = new Bank("Money", "BK01");
this.client = new Client(t... | [
"Rito.Silva@ist.utl.pt"
] | Rito.Silva@ist.utl.pt |
c766fb40d00945746700a0f67fee6d14744ffe36 | bf0a24f50c0026629fe0cd462dceecb145dcd606 | /mserver/src/main/java/com/co/example/entity/message/TBrMessageTemplate.java | 2c1470c51b0e5f0f52bc99a676f91b871c156b36 | [] | no_license | moncat/mpackage | d21af9c1a208b3847cfae482408f6ebbdf28088b | 4347f18cb7a8317be7461c493167594f529120d5 | refs/heads/master | 2022-12-10T09:59:21.590725 | 2020-03-09T01:15:00 | 2020-03-09T01:15:00 | 94,493,254 | 3 | 2 | null | 2022-12-06T00:40:56 | 2017-06-16T01:35:25 | Roff | UTF-8 | Java | false | false | 573 | java | package com.co.example.entity.message;
import com.github.moncat.common.entity.BaseEntity;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.ToString;
@SuppressWarnings("serial")
@Data
@EqualsAndHashCode(callSuper=true)
@ToString(callSuper=true)
public class TBrMessageTemplate extends BaseE... | [
"Administrator@SKY-20160518SVB"
] | Administrator@SKY-20160518SVB |
227aa3539735b30e853e8e9c527591044deed7c0 | 58a55f1e2b025440f28ab5fe3f5cd2fd88dca646 | /app/src/main/java/br/com/sailboat/flashcards/view/session_ended/SessionEndedViewModel.java | a5c682f701f094ef48176c5cce4f3299a30dc315 | [] | no_license | brayan/android-flashcards | 9ec51d3a8d27c90beb29fea1f0f804e6f65ce787 | 8396bab68170f3425b0369834a05ebf8f38c83cb | refs/heads/master | 2020-06-28T13:34:58.833684 | 2019-01-18T10:32:25 | 2019-01-18T10:32:25 | 200,246,305 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 684 | java | package br.com.sailboat.flashcards.view.session_ended;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import br.com.sailboat.flashcards.model.view.CardMetrics;
import br.com.sailboat.flashcards.model.view.CardPlay;
public class SessionEndedViewModel implements Serializable{
pri... | [
"brayan.bedritchuk@gmail.com"
] | brayan.bedritchuk@gmail.com |
fbd9dee10dc8f6507aed9278579082393e660413 | 0f75c1d6fb9c2520ef5c2528a69221a6acd7a114 | /app/src/main/java/zhy/utils/ViewHolder.java | 95362410aca7e57f60b58c36cfd517fbff4e702c | [] | no_license | sbp5151/TorsunCollectVer | 0f8bab69a8e23df258f4dd61f08b39f1598581f0 | 963175bc8b618830be179d22c14423eca6a90e89 | refs/heads/master | 2020-12-30T12:22:38.892797 | 2017-05-16T06:10:42 | 2017-05-16T06:10:42 | 91,421,869 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,632 | java | package zhy.utils;
import android.content.Context;
import android.graphics.Bitmap;
import android.util.SparseArray;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
public class ViewHolder
{
private final Spa... | [
"179188038@qq.com"
] | 179188038@qq.com |
22f86884194b0ecc1de41470b51479e3f46fcc94 | f67b323c31367cdfafd4280a1cc43b2454d3238e | /app/src/main/java/com/troy/deeplinkrouter/activity/UserActivity.java | 588b4fbc3006bc6f701107c4b810159ccc200462 | [
"Apache-2.0"
] | permissive | xujiaao/DeeplinkRouter | d21abc39e5037c46f0c40a0949aa3cab370436d5 | 44b4ee1d8cdfc64863aed119b3d34cf48318cdf2 | refs/heads/master | 2021-01-24T08:35:07.601350 | 2017-06-05T09:00:25 | 2017-06-05T09:00:25 | 93,387,140 | 1 | 0 | null | 2017-06-05T09:22:09 | 2017-06-05T09:22:09 | null | UTF-8 | Java | false | false | 1,144 | java | package com.troy.deeplinkrouter.activity;
import android.os.Bundle;
import android.widget.TextView;
import com.troy.deeplinkrouter.R;
import com.troy.dprouter.annotation.ActivityRouter;
@ActivityRouter(hosts = {"user"})
public class UserActivity extends BaseRouterActivity
{
private TextView mContent;
@Overr... | [
"troythm@gmail.com"
] | troythm@gmail.com |
03c3254ec2c4fdf1dd443e21326c23e583235dc0 | 52280cf6517f27bde1ad70037bc20f9aaa01d6c5 | /src/com/unionpay/upomp/bypay/other/dr.java | 4090136ed3c8335af3dee3ea998a645602639e53 | [] | no_license | xiangyong/JDMall | 7730ae3395a44d03387f4d4075a1b2c8870c23be | 5ce5a7870e87a67cad500903bc169cd266b5a2e9 | refs/heads/master | 2021-01-16T18:13:41.254336 | 2014-02-26T09:59:08 | 2014-02-26T09:59:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,230 | java | package com.unionpay.upomp.bypay.other;
import android.view.MotionEvent;
import android.view.View;
import android.view.View.OnTouchListener;
import android.widget.Button;
import android.widget.EditText;
import android.widget.RelativeLayout;
import android.widget.TextView;
import com.unionpay.upomp.bypay.util.... | [
"13718868826@163.com"
] | 13718868826@163.com |
1e3ab1e2d8da09c5932a0fbb11f6b3cffbd891cf | 12a31f1668a8921177a5dcfcb1cccc9359249cd7 | /dz4/rovkp_dz4_3/src/main/java/goran/rovkp_dz4_3/Demo.java | 83623f72d9db7213fd0dea11016b2f29bf655ac9 | [] | no_license | gbrlas/ROVKP | 86d5804dafcfb9aa59c4d27313637700b3bf73db | f7c982c5ae39bbc15f5b38a3b2fa679028ef922a | refs/heads/master | 2021-06-19T16:37:40.597110 | 2017-06-07T19:41:54 | 2017-06-07T19:41:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,629 | 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 goran.rovkp_dz4_3;
import java.util.NoSuchElementException;
import org.apache.spark.SparkConf;
import org.apache.spark.streami... | [
"goran.brlas@gmail.com"
] | goran.brlas@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.