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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
94b760c20c3da2cb9fbcbb3b60fb141826cc501a | 0279c98a51f4c1ee5d74434b8033e18f3dd47d6d | /REpeatExam/src/ForTest12.java | 1dfa1afb0a05e5be36ce7d7055e94034195d67f7 | [] | no_license | lunareclipsee/Moon | 18dba20d6082ea7e74b0f0169f019e521e8dfc8b | 8cbcb9d775e10ef2225e76f0d92c8aef0368225a | refs/heads/master | 2021-01-03T05:17:30.474701 | 2020-04-21T09:39:21 | 2020-04-21T09:39:21 | 239,936,741 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 627 | java | /*
1~100์ ๋ฒ์์์ ํ์๋ง ๋ํ๋ค.
๋จ 10๋ฒ ๋ํ๋ค๋ฉด 10๋ฒ๊น์ง ๋ํ๊ฐ์ ์ถ๋ ฅํ๋ค.
==========================
155
*/
public class ForTest12 {
public static void main(String[] args) {
// TODO Auto-generated method stub
int hol = 0;
int sum = 0;
int cnt = 1;
String str = "";
for (int i = 1; i <= 100; i++) {
... | [
"TJ@DESKTOP-J2LIGQ3"
] | TJ@DESKTOP-J2LIGQ3 |
166910b6f30776db796266e28cd7be04c8463d34 | fad4a0d2b269dc23d8fc7a57919400c2942618ca | /KSYStickerAndroid/app/src/main/java/com/ksyun/media/diversity/sticker/demo/DemoAudioFilter.java | 1cc3c39da4b8cc7895e350e2443c8a67c7da0370 | [] | no_license | MengJason/KSYDiversityLive_Android | b157f57a8394ee26411730048f2906e8891d4110 | 177d95c87223d6b5d107d89655c5c8caa4ac365c | refs/heads/master | 2021-01-19T08:09:19.282684 | 2017-04-01T09:44:50 | 2017-04-01T09:44:50 | 87,605,301 | 2 | 1 | null | 2017-04-08T03:34:31 | 2017-04-08T03:34:31 | null | UTF-8 | Java | false | false | 1,406 | java | package com.ksyun.media.diversity.sticker.demo;
import com.ksyun.media.streamer.filter.audio.AudioFilterBase;
import com.ksyun.media.streamer.framework.AudioBufFormat;
import com.ksyun.media.streamer.framework.AudioBufFrame;
import java.nio.ShortBuffer;
/**
* demo audio filter
* make voice lound
*/
public class ... | [
"zengxuhong@kingsoft.com"
] | zengxuhong@kingsoft.com |
e80f82978dc589106f40f6a9ce609a83b720ebde | 1dc89d4df474e84cd09f499dcb104585efd7a6b9 | /org/relaxone/L51_IsValidBST.java | a747916f233c218aaf9e90f2c604723b1c7dd9c2 | [] | no_license | RelaxOne/leetcode | 40b4ea8d273b9dd226a33e94e02b91b504b5e2f1 | a5ab13b39ba9369397478c5d0c9f0a2dc3e7a560 | refs/heads/master | 2020-04-28T22:54:23.799260 | 2019-04-22T01:08:50 | 2019-04-22T01:08:50 | 175,634,291 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 717 | java | package org.relaxone;
import org.relaxone.common.TreeNode;
public class L51_IsValidBST {
public boolean isValidBST(TreeNode root) {
if (root == null)
return true;
if (root.left == null && root.right == null)
return true;
if (root.right != null) {
if (root.val >= root.right.val)
return false;
T... | [
"zcw512178774@163.com"
] | zcw512178774@163.com |
33eb7fb2a0aae69b865b966a64e37fcef2ff1196 | cd148534f6fc40307b1f8774a38b3ea8f1643b9a | /mappers/RvReplyMapper.java | 13874e249e08c28d25ffaadb1e545581fa60a98e | [] | no_license | nkmj78/movie_booking | 360d69583a690585ec4bf4b18da170691abd099f | fa1efbc9879fa14a67fb0e8a599c6801f7218368 | refs/heads/master | 2023-01-11T22:34:47.747336 | 2020-11-16T12:43:42 | 2020-11-16T12:43:42 | 313,299,034 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,741 | java | package edu.spring.posco.mappers;
import java.util.List;
import org.apache.ibatis.annotations.Delete;
import org.apache.ibatis.annotations.Insert;
import org.apache.ibatis.annotations.Select;
import org.apache.ibatis.annotations.Update;
import edu.spring.posco.domain.Rvreply;
public interface RvReplyMapper {
S... | [
"seoheee96@naver.com"
] | seoheee96@naver.com |
9241164cf9210a08102fdcbebef4da149cb9e342 | 054b1ff58584fbe49de7f30fe46ac4ab0ac594d4 | /apps/rasp/optimized-decompiled/rasp-home/dava/src/android/support/v4/widget/ListPopupWindowCompat$ListPopupWindowImpl.java | 946695f741f4b0620a0754950435e854038be584 | [] | no_license | fthomas-de/android_ipc | 55083eeb8c52ff76116ad95e5b0716ddeb77dda3 | 626dc6aee76ededfb2d15084dfad74a1e7040016 | refs/heads/master | 2021-05-29T19:02:42.862103 | 2015-10-15T06:52:31 | 2015-10-15T06:52:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 296 | java | package android.support.v4.widget;
import android.view.View;
import android.view.View$OnTouchListener;
abstract interface ListPopupWindowCompat$ListPopupWindowImpl
{
public abstract android.view.View$OnTouchListener createDragToOpenListener(java.lang.Object r0, android.view.View r1);
}
| [
"fthomas@tzi.de"
] | fthomas@tzi.de |
4706bca3a988042018e57bc44ba1a15e0f21056d | d6a117163ece7fd49ee01874169d1c3ed665a9d5 | /Daily_flash/27nov/Program4.java | ab9db09ed9cc56d36255c817bfbf2d976a32db68 | [] | no_license | Priyanshu611/sortedmap | 1a2f3919568151a0efd2727a7a3fc0a76831f19f | 2b3e11dc262c69c7ef077267d6a9e63e9b94c731 | refs/heads/master | 2023-05-31T06:51:14.956615 | 2021-06-28T08:03:34 | 2021-06-28T08:03:34 | 281,047,255 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 430 | java | class Addition {
void add(int a, int b){
System.out.println("Int Method");
System.out.println("Addition = " + (a+b));
}
void add(int ...vargs){
System.out.println("Varargs Method");
int sum = 0;
for(int i: vargs){
sum += i;
}
System.out.println(sum);
}
}
class Demo1{
public static vo... | [
"spriyanshu611@gmail.com"
] | spriyanshu611@gmail.com |
19271f2bbdaa81beba30d4ef2a80b65a1435c19f | c226dde02ed85cda53f85a91786cab7f2a07c88c | /src/main/java/performance/domain/Product.java | 1473a3a0ec3476e0995bb32f3c2d6d05359f797d | [] | no_license | Nectarius/java-mapper-comparison | c1536d1ea049c52531814b47e848da9441dfa876 | e8acf49117eda0415a65724df34df26523912b3b | refs/heads/master | 2020-04-06T07:00:06.693003 | 2016-08-09T21:39:15 | 2016-08-09T21:39:15 | 55,582,497 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 418 | java | package performance.domain;
/**
* @author nefarius, <a href="mailto:Konstantin.Molodtsov@returnonintelligence.com">Konstantin Molodtsov</a>
* @since 31 March 2016
*/
public class Product {
private String name;
public Product(String name) {
this.name = name;
}
public String getName() {
... | [
"nectarius@outlook.com"
] | nectarius@outlook.com |
27cbe566792218549a3c1cf8f37da41af835296c | bdee962185293ee37b399eaedb0f0fb951bcb764 | /easypoi-base/src/main/java/cn/afterturn/easypoi/pdf/styler/PdfExportStylerDefaultImpl.java | 95bb155185e2f34b2f5e91719e190fa7f2036b55 | [
"Apache-2.0"
] | permissive | yangjie-github/yangjieEasypoi | 728a8864f618ced43a6989baf09e86b713849813 | 4a72cd82939fe1555d8df08021e40c9f2ed43c48 | refs/heads/master | 2022-12-22T23:36:58.993868 | 2019-08-16T13:49:38 | 2019-08-16T13:49:38 | 202,735,436 | 0 | 0 | Apache-2.0 | 2022-12-16T00:36:54 | 2019-08-16T13:47:57 | Java | UTF-8 | Java | false | false | 2,302 | java | /**
* Copyright 2013-2015 JueYue (qrb.jueyue@gmail.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/LICENSE-2.0
*
* Unless required ... | [
"18202975766@163.com"
] | 18202975766@163.com |
38d6e34ebd7e2371a4ab184fad422d1ea1345859 | 7170548335df78b18c2ea5c6ffdd02bec4b2d41b | /app/src/main/java/com/example/zhangjiawen/daily/support/Tool.java | f27d9d223652ad23ab6c6ea3e83ccda05bcdb1ee | [] | no_license | pray-for/Daily | 3eb8f7f07bc2dcaec719a4699eac24de4521c407 | 59d01867d26b9b72a322e9972fc07c957e56f217 | refs/heads/master | 2021-01-01T04:37:11.201604 | 2017-07-14T08:22:47 | 2017-07-14T08:22:47 | 97,209,531 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 953 | java | package com.example.zhangjiawen.daily.support;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
/**
* Created by zhangjiawen on 2017/5/3.
* ๅทฅๅ
ท็ฑป
*/
public class Tool {
/**
* ๆฃๆตๅฝๅ็็ฝ็ป่ฟๆฅ็ถๆ
* @return
*/
public static boolean isNetConnected(){... | [
"822032714@qq.com"
] | 822032714@qq.com |
5d831153c8590fc1d906be1128c62f51c4d33661 | 57067de1347b64aae39007e803f2f4899f71a0a9 | /src/main/java/net/minecraft/creativetab/CreativeTabs.java | 847eae59aa1f3ed0879dbf78f174bc5c8f418213 | [
"MIT"
] | permissive | Akarin-project/Paper2Srg | 4ae05ffeab86195c93406067ea06414cb240aad6 | 55798e89ed822e8d59dc55dfc6aa70cef1e47751 | refs/heads/master | 2020-03-20T21:57:05.620082 | 2018-06-23T10:17:43 | 2018-06-23T10:17:43 | 137,770,306 | 4 | 4 | null | 2018-06-21T14:51:05 | 2018-06-18T15:29:10 | Java | UTF-8 | Java | false | false | 3,764 | java | package net.minecraft.creativetab;
import javax.annotation.Nullable;
import net.minecraft.enchantment.EnumEnchantmentType;
import net.minecraft.item.ItemStack;
public abstract class CreativeTabs {
public static final CreativeTabs[] field_78032_a = new CreativeTabs[12];
public static final CreativeTabs field... | [
"i@omc.hk"
] | i@omc.hk |
d5a1472b9a999e439486511d3ececbfc5a33c24b | c02cdc5474f76d95f072a1c69307b968ceda9ee0 | /dahe_hw2/src/package1/SongNode.java | 34a120a0d7a657405b615988b4ab33fadfea1513 | [] | no_license | Okawa38th/CSE214 | d69a1c1373617b1cc0bd8dee6879d5baf6e81d6c | e4f644bd196555e17fd546fab7f64c26fad3b7d8 | refs/heads/master | 2022-12-02T12:31:42.987270 | 2020-08-10T03:59:25 | 2020-08-10T03:59:25 | 286,372,437 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 846 | java | package package1;
/**
* @author :Dachuan He
* SBU ID: 111443457
* Recitation: 03
* Homework : 2
*/
public class SongNode {
private SongNode prev;
private SongNode next;
private Song data;
/**
* Constructor
* Return an instance of SongNode with input Song
* Postcondition:
* ... | [
"dachuan.he@stonybrook.edu"
] | dachuan.he@stonybrook.edu |
bb34c2cd39528afaa9798998c4231c98ccbc5ab3 | 8164645e63555caa1cb7a423da3eb03449f78818 | /src/it/csi/mddtools/guigen/provider/ActorMappingParamItemProvider.java | 2ce0a405986e961da1ed24de04936b0610652f06 | [] | no_license | csipiemonte/guigen | 1a3b7907f97095a47de70a547d44f82e16dd9473 | 82b05365d9c781df2c6714f8afc654ae85fd1aa0 | refs/heads/master | 2020-08-29T12:42:39.139671 | 2019-08-20T17:00:28 | 2019-08-20T17:00:28 | 218,027,979 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,862 | java | /**
* <copyright>
* (C) Copyright 2011 CSI-PIEMONTE;
* Concesso in licenza a norma dell'EUPL, esclusivamente versione 1.1;
* Non e' possibile utilizzare l'opera salvo nel rispetto della Licenza.
* E' possibile ottenere una copia della Licenza al seguente indirizzo:
*
* http://www.eupl.it/opensource/eupl-1-1
*
... | [
"mauro.antonaci@csi.it"
] | mauro.antonaci@csi.it |
3b7fa70a0eec56610f36195815a73e4eb08d33cf | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /large-multiproject/project84/src/main/java/org/gradle/test/performance84_5/Production84_489.java | f9e8d718140a54e2a7e5a2aa106aa36975eba8da | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 305 | java | package org.gradle.test.performance84_5;
public class Production84_489 extends org.gradle.test.performance16_5.Production16_489 {
private final String property;
public Production84_489() {
this.property = "foo";
}
public String getProperty() {
return property;
}
}
| [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
ae418a2fcd19d50c3a1d3e01995171bf0cc0fa8e | b062ea9d83b7cf0d98a0e2082c4a825e5e7640ec | /day 4,5,6/CourseController.java | 35971b727c640c826496cd67d381cef0084fb10e | [] | no_license | kirushanIT/4191-Ecommerce | a9f3aa7f65d09c000e544883c50bf97fe3f4d965 | b69e0365f08e2fc2bb8e5d139c58d1463a1bdd2b | refs/heads/main | 2023-08-07T23:22:33.913797 | 2021-09-26T15:12:14 | 2021-09-26T15:12:14 | 391,258,476 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,173 | java | package lk.ac.vau.Controller;
import lk.ac.vau.Controller.StudnetController;
import java.util.*;
import javax.ws.rs.Consumes;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
import lk.ac.vau.Model.Course;
import lk.ac.vau.Repo.CourseRepo;
import lk.ac.vau.Repo.Repo;
import org.springf... | [
"noreply@github.com"
] | noreply@github.com |
ec87d422e1e87b12184cf286b39411f744b51503 | ec1ba29dba8f6bc0cab4dda9867f46ded52479b6 | /user/branches/branches1.3.0/basics-user/basics-user-business/src/main/java/com/egeo/basics/user/condition/CompanyCondition.java | 6618a242a7bf6eeff753b353f649d8f57b77f24a | [] | no_license | breakining/egeo | 7e92e32c608b16c7a5a90e3cf2a6054bdc764d6e | c5c6333df6e40de9b9538026278d1a37e834392b | refs/heads/master | 2023-08-11T18:29:12.900729 | 2019-09-01T15:10:17 | 2019-09-01T15:15:35 | 205,694,154 | 1 | 0 | null | 2023-07-22T15:03:22 | 2019-09-01T15:15:37 | Java | UTF-8 | Java | false | false | 244 | java | package com.egeo.basics.user.condition;
import com.egeo.basics.user.po.CompanyPO;
/**
*
* @author min
* @date 2017-08-15 15:29:16
*/
public class CompanyCondition extends CompanyPO {
private static final long serialVersionUID = 1L;
}
| [
"guohongwei@163.com"
] | guohongwei@163.com |
a216628bd70c383b38cb0e63874ac55e99e5b64a | c581b8339314e27af8f7fd2c18cd2abae49f3b21 | /src/studentpractice/phamquangdung/graph/Base.java | 4c38953ad59bc4e62d33798d35278225ce933faf | [] | no_license | dungkhmt/java | e5b76df14421981bb147f2de3aa9745b14c873ce | 963d822528f43228a90f04d989459a532665e77c | refs/heads/master | 2020-09-11T11:05:54.027915 | 2020-03-21T17:14:08 | 2020-03-21T17:14:08 | 222,043,896 | 4 | 3 | null | null | null | null | UTF-8 | Java | false | false | 279 | java | package studentpractice.phamquangdung.graph;
public class Base {
private int id;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public void print(){
System.out.print("Base(" + id + ")");
}
public Base(int id){
this.id = id;
}
}
| [
"dungkhmt@gmail.com"
] | dungkhmt@gmail.com |
d5dc8a323f928895d7c7ad27893fd86b71ccfee2 | 088cad7c00db1e05ad2ab219e393864f3bf7add6 | /classes/ktd.java | c9d0126945be8a905f616471d3bd4f7820415ce3 | [] | no_license | devidwfreitas/com-santander-app.7402 | 8e9f344f5132b1c602d80929f1ff892293f4495d | e9a92b20dc3af174f9b27ad140643b96fb78f04d | refs/heads/main | 2023-05-01T09:33:58.835056 | 2021-05-18T23:54:43 | 2021-05-18T23:54:43 | 368,692,384 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 666 | java | public class ktd {
@eks(a = "areaCode")
private String a;
@eks(a = "number")
private String b;
public ktd() {}
public ktd(String paramString1, String paramString2) {
this.a = paramString1;
this.b = paramString2;
}
public String a() {
return this.a;
}
public void a(String p... | [
"devid.wfreitas@gmail.com"
] | devid.wfreitas@gmail.com |
3e36aed052fb1f9ef287841559cd4114f60b654f | 9923e30eb99716bfc179ba2bb789dcddc28f45e6 | /openapi-generator/java/src/test/java/org/openapitools/client/model/InlineObject20Test.java | 28b98827e934943a48093175ee71fe3441abd1c6 | [] | no_license | silverspace/samsara-sdks | cefcd61458ed3c3753ac5e6bf767229dd8df9485 | c054b91e488ab4266f3b3874e9b8e1c9e2d4d5fa | refs/heads/master | 2020-04-25T13:16:59.137551 | 2019-03-01T05:49:05 | 2019-03-01T05:49:05 | 172,804,041 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,912 | java | /*
* Samsara API
* # Introduction Samsara provides API endpoints for interacting with Samsara Cloud, so that you can build powerful applications and custom solutions with sensor data. Samsara has endpoints available to track and analyze sensors, vehicles, and entire fleets. The Samsara Cloud API is a [RESTful API](... | [
"greg@samsara.com"
] | greg@samsara.com |
dc8e9d8246753ebfc13f4c68f8a2b554da746424 | 4c10d15dc599fcc2e47d958ae315d8e476f174c2 | /src/main/java/cn/ennwifi/opentsdb/resp/put/PutErrorResp2.java | 12679eb127a7009a14e46dc2bf43640c0d45a3ca | [] | no_license | yxb0926/opentsdb-client | a42b7ca02161e4cbd574fd88c600570650d4b321 | 3958a1e99f8af041d246ef5ca1183a560c136412 | refs/heads/master | 2020-05-18T11:02:59.160663 | 2017-11-10T08:19:42 | 2017-11-10T08:19:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 668 | java | package cn.ennwifi.opentsdb.resp.put;
/**
* @author zhangbo
*
*/
public class PutErrorResp2 extends PutResp {
private PutErrorDetail errorDetail;
public PutErrorResp2(int statusCode) {
super(statusCode);
}
/**
* @return the errorDetail
*/
public PutErrorDetail getErrorDetail(... | [
"zhangboad@enn.cn"
] | zhangboad@enn.cn |
55f8826dc997ce0b48917ede4dc259018c108647 | bb936f8268743ec7c214bdb5557f8783240c4e2e | /hibernate/src/tw/ming/service/StudentTest.java | 39730ab9fa6a3ed4bddb2ecb2c13bbae85e291f2 | [] | no_license | partyyaya/hibernate | 1af99fd515fb14675e087a682ec3d7047f7ac984 | 64335a03bd61f274bc29f5d2d73d5dbfcf0f67fc | refs/heads/master | 2021-07-10T11:04:21.055774 | 2017-10-14T14:08:18 | 2017-10-14T14:08:18 | 106,919,002 | 0 | 0 | null | null | null | null | BIG5 | Java | false | false | 2,248 | java | package tw.ming.service;
import java.util.List;
import org.hibernate.Query;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.boot.registry.StandardServiceRegistryBuilder;
import org.hibernate.cfg.Configuration;
import org.hibernate.service.ServiceRegistry;
import tw.... | [
"user@user-PC"
] | user@user-PC |
7bfaef2c951cd362f98fd0d5f7687fb4d18107e7 | 9462de38ac4bcd665b3b2207d5abc38ae4a92a90 | /Module_4_version_2/case_study/src/main/java/com/example/customer/entity/Position.java | f1add74684ab716662cc000725b54dbab132f639 | [] | no_license | KhangNguyenKun/C0920G1_NguyenLePhucKhang | f77c302df7cd2bdb89e887acccbd88cc636937a8 | eb570bf7adafccb5a3c4fba0805008f64143d368 | refs/heads/master | 2023-03-29T09:40:43.514780 | 2021-04-02T07:59:48 | 2021-04-02T07:59:48 | 295,315,448 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 915 | java | package com.example.customer.entity;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.OneToMany;
import java.util.List;
@Entity
public class Position {
@Id
private String positionId;
private String positionName;
@OneToMany(mappedBy = "position")
private List<... | [
"phuckhang98@gmail.com"
] | phuckhang98@gmail.com |
e4fa76aa23d20d7ab8e8cca6ca96da9e1b069b91 | 44e7adc9a1c5c0a1116097ac99c2a51692d4c986 | /aws-java-sdk-quicksight/src/main/java/com/amazonaws/services/quicksight/model/Template.java | 6f6bae99a18a57a87e20abb44a01fe2bfb8acbb0 | [
"Apache-2.0"
] | permissive | QiAnXinCodeSafe/aws-sdk-java | f93bc97c289984e41527ae5bba97bebd6554ddbe | 8251e0a3d910da4f63f1b102b171a3abf212099e | refs/heads/master | 2023-01-28T14:28:05.239019 | 2020-12-03T22:09:01 | 2020-12-03T22:09:01 | 318,460,751 | 1 | 0 | Apache-2.0 | 2020-12-04T10:06:51 | 2020-12-04T09:05:03 | null | UTF-8 | Java | false | false | 11,965 | java | /*
* Copyright 2015-2020 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... | [
""
] | |
bdee08120cc61b6b7ce8f4d6dafd798fbda19add | ca030864a3a1c24be6b9d1802c2353da4ca0d441 | /classes8.dex_source_from_JADX/com/facebook/places/checkin/ui/CheckinNiemAlertViewImpl.java | 01c63f0f835dca33535a86f8577ea51f1ab44101 | [] | no_license | pxson001/facebook-app | 87aa51e29195eeaae69adeb30219547f83a5b7b1 | 640630f078980f9818049625ebc42569c67c69f7 | refs/heads/master | 2020-04-07T20:36:45.758523 | 2018-03-07T09:04:57 | 2018-03-07T09:04:57 | 124,208,458 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,462 | java | package com.facebook.places.checkin.ui;
import android.content.Context;
import android.view.View;
import android.view.View.OnClickListener;
import com.facebook.fbui.widget.megaphone.Megaphone.OnDismissListener;
import com.facebook.inject.Assisted;
import com.facebook.inject.Lazy;
import com.facebook.loom.logger.LogEnt... | [
"son.pham@jmango360.com"
] | son.pham@jmango360.com |
5fb67a99cc0284ac2e2bd30969661d254b921202 | 0c06c20868983902717471459b9ca67929825096 | /RMIClient/src/gui/ClientGUIController.java | 54380aea50299d21ca444d20267f323007f51419 | [] | no_license | hiepdv128/SimpleMediaPlayer | 48aec60b789d7ae9fc3cb3c25433a5b1e7abdb91 | bde81b2ba09313be36eb8988055be43acf55e85f | refs/heads/master | 2021-01-20T18:47:55.307303 | 2016-08-06T05:00:59 | 2016-08-06T05:00:59 | 65,065,090 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,281 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package gui;
import java.net.URL;
import java.rmi.RemoteException;
import java.rmi.registry.LocateRegistry;
import java.rmi.registry.R... | [
"Hiepit3"
] | Hiepit3 |
4a3870d6c35119e8b7502570b32cf6727c941862 | d6487c44a53aa378f60a9114c8b500073787dd3c | /app/src/main/java/com/liqun/securitymax/utils/StreamUtils.java | 4232e01b9954b1f3398eed7d871fcc523f31e285 | [] | no_license | MoeRookie/SecurityMax | 4d027e7a7b025a3af4e6ac7888f5405a1bfd1b5a | 15b120f304e8816429ccbdc2c845202a66e68f51 | refs/heads/master | 2021-08-15T11:04:47.624919 | 2021-08-01T11:51:34 | 2021-08-01T11:51:34 | 247,482,157 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,201 | java | package com.liqun.securitymax.utils;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
public class StreamUtils {
/**
* ่พๅ
ฅๆต -> ๅญ็ฌฆไธฒ
* @param is ่พๅ
ฅๆตๅฏน่ฑก
* @return ๆต่ฝฌๆขๆ็ๅญ็ฌฆไธฒ, ่ฟๅnullไปฃ่กจๅผๅธธ
*/
public static String stream2String(InputStream is) {
//... | [
"MoeRookie@163.com"
] | MoeRookie@163.com |
bbf74287b4384a799d1fe478e09d8d91ee85f70e | 35e3ef2196e7e68e92ae64697ab7f7685a9274ab | /eureka-consumer-order80/src/main/java/com/jin/lb/LoadBalancer.java | 0482fb0d6c06dfb9ca0d765439c4e88bf054e4de | [] | no_license | Jinx66666666/Jin_SpringCloud | ede8cf32ab7ae4289b19cf48522a7c9d0a77918d | d4cf64e386d63b89b76c62f8e93cf34782d15c54 | refs/heads/master | 2023-03-12T10:35:25.650417 | 2021-03-04T10:01:48 | 2021-03-04T10:01:48 | 269,594,979 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 293 | java | package com.jin.lb;
import org.springframework.cloud.client.ServiceInstance;
import java.util.List;
/**
* @author: Jin
* @Date: 2021/2/19 15:42
* @Description:
* @version: V1.0
*/
public interface LoadBalancer {
ServiceInstance instances(List<ServiceInstance> serviceInstances);
}
| [
"13273023452@163.com"
] | 13273023452@163.com |
f556351cac0a624e964541eae607453b7b9d00ad | b7904fbad06f0cec19e4cf84a0b7e5c30fd6d3ff | /share-common/src/test/java/AppTest.java | b6b22aca038e204c6ee2f0ab209690f24e867517 | [] | no_license | chenglinjava68/share-platform | 2373adf8a0fd183b35d623e18e7a6f611c9a8c0d | 06caca3bafb8e3dd8d4bcef3d99de6730373ed92 | refs/heads/master | 2022-09-16T02:06:18.771656 | 2020-05-29T19:30:04 | 2020-05-29T19:30:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 204 | java | import org.andot.share.common.utils.ClassConvertUtil;
public class AppTest {
public static void main(String[] args) {
User user = new User();
user.setName("ISOๆ้ฒ็ปๅ");
}
}
| [
"andotorg@outlook.com"
] | andotorg@outlook.com |
96dc0f14f2d01bcc5c5ea735fc77bf90e77bde9f | ab7c80bb52003ceb06bf0fd9f7d6c769ab0ed14e | /app/src/main/java/com/feiyu4fun/centralauth/controllers/management/ManagementController.java | 0bc442a190b3ac9218cee85c689bf47fec233d38 | [] | no_license | chenfeiyude/centralauth | aa33d23eb4ec03983b1c6d246bd06e5a08e83174 | 58ed8de2269fc1cdf17dfa97dc68590c3c173c40 | refs/heads/master | 2021-05-21T13:16:23.872997 | 2020-08-14T22:13:13 | 2020-08-14T22:13:13 | 252,661,225 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 996 | java | package com.feiyu4fun.centralauth.controllers.management;
import com.feiyu4fun.centralauth.dtos.management.UserDTO;
import com.feiyu4fun.centralauth.interfaces.management.AuthService;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.validation.... | [
"chenfeiyu0402@gmail.com"
] | chenfeiyu0402@gmail.com |
ac685cb5f564ff8e46bf1af1f421d3e0b2e2ab19 | 844d8ae8a89c30d76a383facc4387380e9fd90f7 | /Life.Test/src/com/substantial/life/test/WorldTests.java | d0167b8a87a7929d6a742ecad00da60d51782900 | [] | no_license | davidmfoley/kindle-life | 4c5f9e72e890f0f6df841dcfb46dee2b7412611c | c83c4a9cb2c970de55ad0cb3501b09285e830fbe | refs/heads/master | 2021-01-23T07:02:50.143003 | 2012-12-04T17:41:07 | 2012-12-04T17:41:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,811 | java | package com.substantial.life.test;
import com.substantial.life.engine.World;
import junit.framework.TestCase;
public class WorldTests extends TestCase {
World world;
protected void setUp() throws Exception {
world = new World();
super.setUp();
}
public void testAliveAndDeadCells() {
world.toggle(1,1);
... | [
"davidmfoley@gmail.com"
] | davidmfoley@gmail.com |
9f0aa0f5013244948f21b0b9661ed1476c0f95ad | 63b4ef9d38ba9c5510bef7e5a1a1de989b904550 | /configurator/configurator/configurator-model/src/main/java/at/jku/cis/iVolunteer/configurator/model/configurations/clazz/ClassConfigurationBundle.java | 7e1d3aecd5ca5afe4276fca6813c0d9dc9f7a7d9 | [] | no_license | ntsmwk/iVolunteerPrototype | 17c66a2616ecf7de6f00c9735b95f741588bbe07 | 2c48f9188a367f6104fe85d29cd638d103edaebd | refs/heads/commondev | 2022-07-24T22:41:57.931536 | 2020-11-28T10:17:15 | 2020-11-28T10:17:15 | 118,117,598 | 2 | 2 | null | 2022-07-08T02:53:25 | 2018-01-19T11:31:23 | Java | UTF-8 | Java | false | false | 1,203 | java | package at.jku.cis.iVolunteer.configurator.model.configurations.clazz;
import java.util.List;
import at.jku.cis.iVolunteer.configurator.model.configurations.clazz.ClassConfiguration;
import at.jku.cis.iVolunteer.configurator.model.meta.core.clazz.ClassDefinition;
import at.jku.cis.iVolunteer.configurator.model.meta.c... | [
"alexander.kopp@gmx.at"
] | alexander.kopp@gmx.at |
6bce47254818c0c4d1a9bf85e3ff7836dbd07fc5 | 8c3c68d5551708ff33f2cbf4e7966ec175cfc5d5 | /Foodtails_Website/src/mainPackage/sendmail.java | 209106228a741e5dd54e2be6bec8a08ee99feb59 | [] | no_license | lefterismarin/FoodTails-Servlet | 8ff7047180ca6cab89d511d11780e6b05d861957 | c8d78ebecbdd96babcf851ded71e30789fcf602d | refs/heads/master | 2020-06-09T01:55:34.507611 | 2019-06-23T22:50:07 | 2019-06-23T22:50:07 | 193,347,684 | 0 | 1 | null | 2019-06-23T14:00:59 | 2019-06-23T12:52:20 | HTML | UTF-8 | Java | false | false | 2,540 | java | package mainPackage;
import java.util.Properties;
import javax.mail.*;
import javax.mail.internet.InternetAddress;
import javax.mail.internet.MimeMessage;
public class sendmail {
public static boolean sendMailFunc(String recover_mail, String new_password) {
boolean email_sent=false;
final String user... | [
"noreply@github.com"
] | noreply@github.com |
4b93ff201e322918d1c86e1ebbaaee739b14e570 | 82bcd2f5a8c26686af3d8624300ba987c42d557c | /src/main/java/com/devwon/koreaiptables/Aws.java | 060775cdca56e90aee06699be060a565efb40fc1 | [] | no_license | jwk1014/KoreaIptables | b58626aea52d2c1dabca8edad7cf1beb27122b71 | d0c837da32ec05d657a3dd08fac7e4f72ab63a3d | refs/heads/master | 2022-12-11T08:57:07.963278 | 2022-11-23T13:02:34 | 2022-11-23T13:02:34 | 181,502,423 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 952 | java | package com.devwon.koreaiptables;
import retrofit2.Call;
import retrofit2.http.GET;
import java.util.List;
public interface Aws {
String BASE_URL = "https://ip-ranges.amazonaws.com";
@GET("/ip-ranges.json")
Call<IpRangeList> getIpRangeList();
class IpRangeList {
// syncToken
// crea... | [
"admin@devwon.com"
] | admin@devwon.com |
d133a187d0649051933932043262bcd35f3e35d1 | 144bebc7a5e41ae588d1b1841f17eeba436a1250 | /testcucumber/src/test/java/testcucumber/RunCucumberTest.java | c0f32c2de9893212a57eec112b33489e299e8732 | [] | no_license | LeilaArmoush/TrunarrativeTest | f5bba461c458fc272f6ff4cb137c24891353f96e | ecefeff60c156cc7fc1a74faf2216e29c458c068 | refs/heads/master | 2021-07-18T15:27:06.772917 | 2019-10-31T07:59:12 | 2019-10-31T07:59:12 | 218,618,500 | 0 | 0 | null | 2020-10-13T17:06:45 | 2019-10-30T20:26:42 | Java | UTF-8 | Java | false | false | 227 | java | package testcucumber;
import cucumber.api.CucumberOptions;
import cucumber.api.junit.Cucumber;
import org.junit.runner.RunWith;
@RunWith(Cucumber.class)
@CucumberOptions(plugin = {"pretty"})
public class RunCucumberTest
{
}
| [
"leila.armoush.1990@gmail.com"
] | leila.armoush.1990@gmail.com |
093f3d0f79959062c21d8e582270a97417b53b76 | 45f20bf4597b5f89e5293c35e223204159310956 | /quickfixj-core/src/main/java/quickfix/fix50sp1/MarketDataRequest.java | 93e9e2f536a27911a5da4d293c6aa68a4a423acb | [
"BSD-2-Clause",
"LicenseRef-scancode-public-domain"
] | permissive | lloydchan/quickfixj | 9d42924c8e9d4cc0a96821faa4006fcd4b0d21c4 | e26446c775b3f63d93bb4e8d6f02fde8a22d73fc | refs/heads/master | 2020-07-31T21:20:20.178481 | 2019-09-26T14:40:49 | 2019-09-26T14:40:49 | 210,757,360 | 0 | 0 | null | 2019-09-25T04:46:02 | 2019-09-25T04:46:01 | null | UTF-8 | Java | false | false | 147,465 | java |
package quickfix.fix50sp1;
import quickfix.FieldNotFound;
import quickfix.Group;
public class MarketDataRequest extends Message {
static final long serialVersionUID = 20050617;
public static final String MSGTYPE = "V";
public MarketDataRequest() {
super();
getHeader().setField(new quickfix.field.MsgType(... | [
"lloyd.khc.chan@gmail.com"
] | lloyd.khc.chan@gmail.com |
15611ade0fdf60d766d0956e32bc7bf32f2e974b | 3a2369c3680b7fbf5510222c616b2c425f4587c6 | /app/src/androidTest/java/com/example/twoactivities2/ExampleInstrumentedTest.java | b9fb53f2ac3cfa73cadcabf263cf6b10df1b716f | [] | no_license | SabinaSubedi/Activity2 | 2fb4fb1be0645b2fb9241d79e13aeefc380f8274 | 05ca2d71a3b8270d5c47759f1f3ea7b0f42e14b4 | refs/heads/master | 2021-04-14T17:05:47.874109 | 2020-03-22T18:37:20 | 2020-03-22T18:37:20 | 249,248,206 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 768 | java | package com.example.twoactivities2;
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... | [
"sabinasubedi0479@gmail.com"
] | sabinasubedi0479@gmail.com |
3853c560b9da86322c0f4a22b472f65ffcc1deb3 | 4344c4af20199431b0daae8f72e0bef3ee3ef1f0 | /src/java/com/bpp/hibernate/EconomicSegmentHeader2HibernateHelper.java | f4ab2a517347019ac35457bbb00035bddd8e243a | [] | no_license | adewaleazeez/BudgetPlanningPortals | 2b3ce5d512bfe76d4e033c0655b520a1d49a0588 | b6cc7f3219caa9dd4a2f80f44930102897f6e3a6 | refs/heads/master | 2023-04-24T05:49:37.877856 | 2021-05-17T12:47:30 | 2021-05-17T12:47:30 | 368,181,973 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,060 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.bpp.hibernate;
import com.bpp.utility.Utility;
import com.google.gson.Gson;
import java.util.HashMap;
import java.util.List;
import org.hibernate.Criteria;
import org.hibernate.Query;
import org.hibernate.Se... | [
"adewaleazeez@gmail.com"
] | adewaleazeez@gmail.com |
6afea4c232497a365ade9a5678c4347a2df87d82 | e89d45f9e6831afc054468cc7a6ec675867cd3d7 | /src/main/java/com/microsoft/graph/requests/extensions/IAndroidForWorkSettingsRequestSignupUrlRequestBuilder.java | 6c1e59a1b81d76a581997930aac5af8e601fc90c | [
"MIT"
] | permissive | isabella232/msgraph-beta-sdk-java | 67d3b9251317f04a465042d273fe533ef1ace13e | 7d2b929d5c99c01ec1af1a251f4bf5876ca95ed8 | refs/heads/dev | 2023-03-12T05:44:24.349020 | 2020-11-19T15:51:17 | 2020-11-19T15:51:17 | 318,158,544 | 0 | 0 | MIT | 2021-02-23T20:48:09 | 2020-12-03T10:37:46 | null | UTF-8 | Java | false | false | 1,562 | java | // ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
pa... | [
"GraphTooling@service.microsoft.com"
] | GraphTooling@service.microsoft.com |
764859d84a5f4c70347c38204d64f411d9549e19 | e89b8150540235e1d851df2e94bdc701470e7c14 | /kd-shop-common/src/main/java/com/lvr/common/core/domain/model/LoginBody.java | dd192d84f1e49cb345a77868b47a59b032290b83 | [] | no_license | wuweiguang123/kd-shop | f90a4d6890cba6a063b1015732f89140d499cc0b | 0cee192d82fd43139e61b9ab01178b457fb2cdee | refs/heads/master | 2023-02-12T11:29:30.065110 | 2021-01-07T03:10:33 | 2021-01-07T03:10:33 | 263,935,426 | 2 | 0 | null | 2021-01-07T03:10:35 | 2020-05-14T14:18:41 | Java | UTF-8 | Java | false | false | 969 | java | package com.lvr.common.core.domain.model;
/**
* ็จๆท็ปๅฝๅฏน่ฑก
*
* @author
*/
public class LoginBody
{
/**
* ็จๆทๅ
*/
private String username;
/**
* ็จๆทๅฏ็
*/
private String password;
/**
* ้ช่ฏ็
*/
private String code;
/**
* ๅฏไธๆ ่ฏ
*/
private String uuid... | [
"lvr1997@qq.com"
] | lvr1997@qq.com |
a43392ebb0e6b6f5095d7f01ec5f2908a5c32a35 | 9fda6c1c64f483d408d835cca4d56ea146c7f1cf | /FishJoy_Final/src/fishjoy/model/netinformation/INetInformation.java | df05d86da2eac5410796e0456eb39cd3cbb6b9e8 | [] | no_license | trananh1992/android-resource | f2172e18936815c85713b990762471d250391702 | 8a5c08648591f275b0fa5c2af3c47ec0f8934390 | refs/heads/master | 2021-01-10T01:56:32.199649 | 2012-08-15T03:21:01 | 2012-08-15T03:21:01 | 48,525,290 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 341 | java | package fishjoy.model.netinformation;
import fishjoy.model.IEntityInformation;
public class INetInformation extends IEntityInformation {
public INetInformation(String path, int sizeW, int sizeH,
int textureRegionWidth, int textureRegionHeight) {
super(path, sizeW, sizeH, textureRegionWidth, textureRegi... | [
"yinzch@qq.com"
] | yinzch@qq.com |
6fed186ae69b4b54be2bd819df7d0293b0615c74 | 297158ffd94f79afed05a3761c84eff68f5f1ac5 | /app/src/main/java/com/hhthien/luanvan/telehome/Models/KhuyenMai.java | 00437b3db3850fbb5f781b6e41249f3ad589d3bc | [] | no_license | huuthiendev/Telehome | 1138774624ae0f4f650b7594dece521824543065 | 0e70c2b4636cca108115bb26d61a122269af02c3 | refs/heads/master | 2020-12-14T04:30:44.734050 | 2017-07-11T01:57:19 | 2017-07-11T01:57:19 | 95,506,775 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,258 | java | package com.hhthien.luanvan.telehome.Models;
/**
* Created by HUUTHIEN on 6/9/2017.
*/
public class KhuyenMai {
private int id;
private String tenkm;
private String ngaybd;
private String ngaykt;
private String hinhkm;
public KhuyenMai() {}
public KhuyenMai(String hinhkm) {
thi... | [
"huuthiendev@gmail.com"
] | huuthiendev@gmail.com |
a9e6307aab6af52745263c40300ad0635634b08f | 262ff9e40f539124acc38e9b648884af376027ec | /mybatis-druid/src/test/java/com/yp/mybatis/druid/test/TestMybatis.java | e4043a4cdb9ed49a0298531f1feeb4f342864a4c | [] | no_license | painye/mybatis-study | 4b7c71759a8f821880aa329a78140077cb232861 | 18a4d2aa2c6ecceaa4015f8df1b0f5993db2035c | refs/heads/master | 2023-02-23T21:55:52.593440 | 2021-01-26T14:55:45 | 2021-01-26T14:55:45 | 333,069,765 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,383 | java | package com.yp.mybatis.druid.test;
import com.yp.mybatis.domain.entity.Student;
import com.yp.mybatis.druid.mapper.IStudentMapper;
import org.apache.ibatis.io.Resources;
import org.apache.ibatis.session.SqlSession;
import org.apache.ibatis.session.SqlSessionFactory;
import org.apache.ibatis.session.SqlSessionFactoryBu... | [
"1850384745@qq.com"
] | 1850384745@qq.com |
818a9601d1b662a74a913b208b47a2b894e7d80a | 8366f19bd538b8c392084b44a0d18de6e8be4e06 | /hadoop/mapreduce/src/main/java/com/cycloneboy/bigdata/hadoop/mapreduce/friend/FFMapper1.java | 827b2481dca89fa94e75e60dfb0e50ec7e6c05b4 | [] | no_license | CycloneBoy/sparklearn | 3113299df94c0eb8134e9260d9d17dee80c15d28 | 3e21a45cadf492b654eba418f90e9077b7ad0354 | refs/heads/master | 2022-11-25T02:28:35.199672 | 2021-03-28T05:01:03 | 2021-03-28T05:01:03 | 166,571,418 | 1 | 2 | null | 2022-11-16T08:40:28 | 2019-01-19T17:02:42 | PLpgSQL | UTF-8 | Java | false | false | 753 | java | package com.cycloneboy.bigdata.hadoop.mapreduce.friend;
import java.io.IOException;
import org.apache.hadoop.io.LongWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Mapper;
/** Create by sl on 2019-10-24 11:00 */
public class FFMapper1 extends Mapper<LongWritable, Text, Text, Text> {
... | [
"xuanfeng1992@gmail.com"
] | xuanfeng1992@gmail.com |
44afd48291a74c2fe0d5b6d01591051caec5c470 | 543f474acd63a45fa77250c479c72f6ee960fd96 | /score-dao/src/main/java/org/trc/domain/impower/ImpowerCommonDO.java | 1a6702bf979cb785fe24272e75947b2d71dcc00a | [] | no_license | wang369073048/jifenserver2 | 94236be3da7fc2a2649e2ac09a4ba401dfe9157b | cbde6fc1b2125b90d7b0181edf2c37ed8a2cc8b2 | refs/heads/master | 2021-01-23T19:30:09.137303 | 2017-09-08T06:00:38 | 2017-09-08T06:00:38 | 102,827,253 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,227 | java | package org.trc.domain.impower;
import org.hibernate.validator.constraints.Length;
import java.io.Serializable;
import java.util.Date;
/**
* author: hzwzhen
* JDK-version: JDK1.8
* since Date๏ผ 2017/7/13
*/
public class ImpowerCommonDO implements Serializable{
private Date createTime; //ๅๅปบๆถ้ด
private Da... | [
"369073048@qq.com"
] | 369073048@qq.com |
c70865d1b89f7784e1cc5226f4dc5d4254d07096 | 04ac2d1695cf49f0d4ba6c9cc9c03221fb479b5b | /src/test/java/dp/appiumjava/runner/CucumberRunnerTest.java | 7a88c9e9371736cb851aefe190e3257e64391fca | [] | no_license | SarahGamalEid/Appium-java | 13b6643a674da4606d69c2ecb0cb0c48ea7c3c1e | 8d84d8dccb050e37b750b29b595f016cb6713d50 | refs/heads/master | 2022-10-26T05:51:48.963686 | 2020-06-17T13:28:42 | 2020-06-17T13:28:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 886 | java | package dp.appiumjava.runner;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.runner.RunWith;
import dp.appiumjava.capabilities.DriverFactoryManager;
import cucumber.api.CucumberOptions;
import cucumber.api.SnippetType;
import cucumber.api.junit.Cucumber;
@RunWith(Cucumber.class)
@Cucumbe... | [
"danilopolicarpo14@gmail.com"
] | danilopolicarpo14@gmail.com |
c86a92638a9a8193c803a00eac9446e33f755202 | be60ad5b42d2b6fe0e617de56c2532b4686d2105 | /src/main/java/com/anamika/app/client/FleetNetCallable.java | df002dc0b598835d1d96e7ee6ff78334e4203d12 | [] | no_license | AnamikaN/WarpService | 381a8af2d4893f5e914f667c87052a3980d2671d | a504a9b0bd0a57bb4d9b80e3bd959a98d65240df | refs/heads/master | 2020-03-19T04:01:02.859035 | 2018-06-06T08:19:28 | 2018-06-06T08:25:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,856 | java | package com.anamika.app.client;
import com.anamika.app.client.exception.ApiException;
import com.anamika.app.service.ServiceInstanceProvider;
import com.fasterxml.jackson.databind.ObjectMapper;
import lombok.Builder;
import lombok.Data;
import okhttp3.OkHttpClient;
import okhttp3.Request;
import okhttp3.Response;
impo... | [
"ajgaonkaranamika@gmail.com"
] | ajgaonkaranamika@gmail.com |
a65a85c05188824766a2d9e71c453353676f8ed1 | 94d30c715d838e42a99ce525ba2da0b635d7ee49 | /ProxyDesignPattern/src/com/jalbum/servlet/GalleryServlet.java | 0e8ad0fab2ffc2296eae17ec6001ba2cecb04916 | [] | no_license | AbhaleAmol/sample-test | 144232b998fc8502aa713195b75d08801c609ec9 | c766193f7e1e2a8a989e0e583b5dafd81ace98f7 | refs/heads/master | 2021-09-01T01:52:08.587445 | 2017-12-24T08:24:50 | 2017-12-24T08:24:50 | 115,140,535 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,464 | java | package com.jalbum.servlet;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.jalbum.delegate.GalleryDelegate;
public class GalleryServlet extends HttpServl... | [
"abhaleamol@hotmail.com"
] | abhaleamol@hotmail.com |
6629e89a64bc8f9e75d414caf1ea2bd8bf0994cb | 5b8e74fa81c1439b20e6d048203fce2b446722e3 | /baremaps-benchmarks/src/main/java/com/baremaps/TileReaderBenchmark.java | 0755395b3e296f975e8d437c46594449980f126a | [
"Apache-2.0"
] | permissive | sunlingzhiliber/baremaps | b9dfdc0ad6d0868cb1b88d9d8e65d0e4de9db7fb | 002951a1cff62e8367e1310169a6c27f297a63ff | refs/heads/master | 2022-11-27T15:15:48.646395 | 2020-07-22T21:21:51 | 2020-07-22T21:58:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,819 | java | /*
* Copyright (C) 2020 The Baremaps Authors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | [
"bchapuis@gmail.com"
] | bchapuis@gmail.com |
2afbc10ac12da330d76bf2b307ab5dc93a9985c1 | adddc5755200aa2aa328fabca6ddec1dc32797c8 | /src/test/java/com/guidetogalaxy/galacticunitconverter/service/impl/GalacticUnitConverterServiceImplTest.java | caf501a0616e1109aea82d4c4df7d5e0f592b4f2 | [] | no_license | rbutti/guide-to-the-galaxy | a624103cdea3c081cd7078f42f38646f56fdc27b | 12cc30e8ab7dad12aac74b7b09443e84cbdbe9a9 | refs/heads/master | 2020-05-15T18:31:23.613174 | 2019-05-01T13:17:56 | 2019-05-01T13:17:56 | 182,419,120 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,299 | java | package com.guidetogalaxy.galacticunitconverter.service.impl;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import java.util.ArrayList;
import java.util.List;
import org.junit.Test;
import com.guidetogalaxy.galacticunitconverter.domain.ConverterResult;
import ... | [
"ravikiran763@gmail.com"
] | ravikiran763@gmail.com |
82dae1191beb6c8bea9559750f088d0e7757ede0 | f487532281c1c6a36a5c62a29744d8323584891b | /sdk/java/src/main/java/com/pulumi/azure/databricks/inputs/WorkspaceState.java | a3c8c5dd6939febba840b7a37bf01369b21142c1 | [
"BSD-3-Clause",
"MPL-2.0",
"Apache-2.0"
] | permissive | pulumi/pulumi-azure | a8f8f21c46c802aecf1397c737662ddcc438a2db | c16962e5c4f5810efec2806b8bb49d0da960d1ea | refs/heads/master | 2023-08-25T00:17:05.290397 | 2023-08-24T06:11:55 | 2023-08-24T06:11:55 | 103,183,737 | 129 | 57 | Apache-2.0 | 2023-09-13T05:44:10 | 2017-09-11T20:19:15 | Java | UTF-8 | Java | false | false | 35,311 | java | // *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azure.databricks.inputs;
import com.pulumi.azure.databricks.inputs.WorkspaceCustomParametersArgs;
import com.pulumi.azure.databricks.inputs.WorkspaceMana... | [
"noreply@github.com"
] | noreply@github.com |
083adcf3d20184c470536a189273d0cfb07b5459 | d262a69e0e3a6fb3a6acdc871cd2bc306ea726fc | /src/main/java/com/xiaoer/tests/JacksonTest.java | 9387b008c751e5f3ef588c32b5214df714112c5d | [] | no_license | 287852793/MyUtils | 7d6ce41ae338fdad1f522dd95dafe0bc74aeb6a0 | 043e66d77eb85dcbb743468f780a0b0e935b51ba | refs/heads/master | 2023-04-05T13:14:08.850388 | 2023-03-31T03:51:06 | 2023-03-31T03:51:06 | 252,061,739 | 1 | 0 | null | 2022-11-15T23:42:44 | 2020-04-01T03:26:05 | Java | UTF-8 | Java | false | false | 942 | java | package com.xiaoer.tests;
import java.util.Map;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.JsonMappingException;
import com.fasterxml.jackson.databind.ObjectMapper;
public class JacksonTest {
public static void main(String[] args) {
String jsonStr = "{\"name\... | [
"yafei.pang@southgis.com"
] | yafei.pang@southgis.com |
c4318054c777f72fbd1b4f083026dd2d56996733 | 3510ae8d1698d4ad3b323b73a8ac669862504589 | /src/main/java/com/honglekai/study/dpStrategy/interpreter/Context.java | 7b8cdba67d1a648476da005e3f871c3039e81295 | [] | no_license | aicc2015/design-pattern | c6e25ccc39690246e74a7ed964023e7145eb4051 | 86381f4509be42b88b86c21d559d1ed075c3b854 | refs/heads/master | 2020-04-23T19:56:01.161649 | 2019-02-26T09:36:30 | 2019-02-26T09:36:30 | 171,422,120 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 602 | java | package com.honglekai.study.dpStrategy.interpreter;
/**
* description ่งฃ้ๅจๆจกๅผ
*
* company YH
*
* @Author hcc
* modifyBy
* createTime 2019/2/2 10:43
* modifyTime
*/
public class Context {
private int num1;
private int num2;
public int getNum1() {
return num1;
}
public void setNum... | [
"1020973308@qq.com"
] | 1020973308@qq.com |
24edcac23395c2d7cd0a9ac1d5ef4f01d7734a77 | 0b93651bf4c4be26f820702985bd41089026e681 | /modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201802/cm/Chain.java | ec5b34f72ede13dca801535219a3b0b540526fbf | [
"Apache-2.0"
] | permissive | cmcewen-postmedia/googleads-java-lib | adf36ccaf717ab486e982b09d69922ddd09183e1 | 75724b4a363dff96e3cc57b7ffc443f9897a9da9 | refs/heads/master | 2021-10-08T16:50:38.364367 | 2018-12-14T22:10:58 | 2018-12-14T22:10:58 | 106,611,378 | 0 | 0 | Apache-2.0 | 2018-12-14T22:10:59 | 2017-10-11T21:26:49 | Java | UTF-8 | Java | false | false | 4,501 | java | // Copyright 2018 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 applicable law... | [
"jradcliff@users.noreply.github.com"
] | jradcliff@users.noreply.github.com |
54a9789108c5e082ad7ce4015845337657e7ecb3 | ffef9612d9926e59cefba3c26975e3550d2fa165 | /open-metadata-implementation/access-services/data-infrastructure/data-infrastructure-api/src/main/java/org/odpi/openmetadata/accessservices/datainfrastructure/ffdc/exceptions/InvalidParameterException.java | a55e8b56b843c00fec3c17037d894f5f65af86a3 | [
"Apache-2.0"
] | permissive | JPWKU/egeria | 250f4fbce58969751340c2c3bc1f9a11911dc04f | 4dc404fd1b077c39a90e50fb195fb4977314ba5c | refs/heads/master | 2020-03-31T23:36:14.988487 | 2018-10-10T20:43:22 | 2018-10-10T20:43:22 | 152,662,400 | 0 | 0 | Apache-2.0 | 2018-10-11T22:17:19 | 2018-10-11T22:17:19 | null | UTF-8 | Java | false | false | 4,800 | java | /* SPDX-License-Identifier: Apache-2.0 */
package org.odpi.openmetadata.accessservices.datainfrastructure.ffdc.exceptions;
import java.util.Objects;
/**
* The InvalidParameterException is thrown by the OMAS when a parameters is null or an invalid value.
*/
public class InvalidParameterException extends DataInfrast... | [
"mandy_chessell@uk.ibm.com"
] | mandy_chessell@uk.ibm.com |
7820ae4b33f6e09acf88b90fb1a0481e1619871a | 446bcad1fa5a0a40bbd18cc2f01d79e69d222f92 | /src/main/java/evg_belyavskii/fincurstask/Products.java | c75aa5afb0e8327dda9c4ac329ba4ec592b2f250 | [] | no_license | jb826/NewRepo | 74b40d93954dd530e2ef0926747b32476b385f37 | 0ad1d79eb7fb025da7fb745bbbb9655ffaf72350 | refs/heads/master | 2021-01-22T04:33:51.277556 | 2017-02-10T11:08:43 | 2017-02-10T11:08:43 | 81,556,118 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,155 | java | package evg_belyavskii.fincurstask;
import java.io.Serializable;
import javax.persistence.Id;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
/*
* Products Class - containe get/set methodes to Products data
* @version 1.1 2.02.2017
* @author Yauheni Bialiauski
*/
@X... | [
"belyavskiievgeniI@mail.ru"
] | belyavskiievgeniI@mail.ru |
07eba4beef4ac8aa65c33cb87e85be73385dd0f6 | ffe6ee3db5d64d80981aaf8d79f7660ceb948795 | /InfoTech4.2/src/br/com/infotech/functions/modeloTabela.java | fdc3acc9586a20012f8a710a9f582bd413cda254 | [] | no_license | gibabelo/InfoTech | 80d4c107ab5cd5b2585e000a40e6eb224ead0acd | 3548cb215ebd1efe436bbb083e6eb3134ef99534 | refs/heads/master | 2021-06-25T21:39:55.062588 | 2017-09-13T21:04:19 | 2017-09-13T21:04:19 | 103,193,798 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,037 | java |
package br.com.infotech.functions;
import java.util.ArrayList;
import javax.swing.table.AbstractTableModel;
/**
*
* @author Gilberto
*/
public class modeloTabela extends AbstractTableModel {
private ArrayList Linhas = null;
private String[] Colunas= null;
public modeloTabela(ArrayList lin, String[] c... | [
"glbertoo@uninove.edu.br"
] | glbertoo@uninove.edu.br |
242265709057eb67fdea114af5ceaea8d079314c | 065c1f648e8dd061a20147ff9c0dbb6b5bc8b9be | /checkstyle_cluster/10167/src_0.java | 007f6c8053cf0f3caca1fc927e436f0e5f7a7b6b | [] | no_license | martinezmatias/GenPat-data-C3 | 63cfe27efee2946831139747e6c20cf952f1d6f6 | b360265a6aa3bb21bd1d64f1fc43c3b37d0da2a4 | refs/heads/master | 2022-04-25T17:59:03.905613 | 2020-04-15T14:41:34 | 2020-04-15T14:41:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,897 | java | ////////////////////////////////////////////////////////////////////////////////
// checkstyle: Checks Java source code for adherence to a set of rules.
// Copyright (C) 2001-2015 the original author or authors.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU ... | [
"375833274@qq.com"
] | 375833274@qq.com |
9bca785d23ced9faaaedcb0515d40bd84ef545fe | ce0a41eaf502114763ed6e81722ccac5f3f90786 | /bonefishGenomeSequence/src/Model/SequencePair.java | bd9f6ebc91d27e30aae3e609fa74ee0de83792cd | [] | no_license | tommyhowell6/bonefish | bc119585024159fc59429841f70c7a6f71169f4d | a23a75863d0b6b0dd88f1c15137c1673c6331540 | refs/heads/master | 2021-08-28T17:21:38.768786 | 2017-12-12T22:42:30 | 2017-12-12T22:42:30 | 108,449,299 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 353 | 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 Model;
/**
*
* @author Kris
*/
public interface SequencePair {
public Sequence getFirstSequence();
public Sequ... | [
"kristophermiles@gmail.com"
] | kristophermiles@gmail.com |
022ebc3566692a6f72df3de242180996f48ad137 | 7a0a934469b1543545f30a449a0c54872bb3bf9a | /src/main/java/com/im/sky/algorithms/LCP23.java | fa0bac9ca82cac291605666d41498be0a029aa28 | [] | no_license | jcw123/promotion | eb3993d329369b3008691d77b46053cbf0f4c4c7 | a27f3e31616114bfdc54e6aa2d95e42cd321d987 | refs/heads/master | 2022-12-25T06:49:32.679498 | 2022-08-03T03:29:47 | 2022-08-03T03:29:47 | 193,919,745 | 0 | 1 | null | 2022-12-16T03:37:07 | 2019-06-26T14:22:22 | Java | UTF-8 | Java | false | false | 1,721 | java | package com.im.sky.algorithms;
import java.util.LinkedList;
import java.util.List;
class LCP23 {
public static void main(String[] args) {
LCP23 lcp23 = new LCP23();
boolean ok = lcp23.isMagic(new int[] {2,4,3,1,5});
System.out.println(ok);
}
public boolean isMagic(int[] target) {... | [
"1433179149@qq.com"
] | 1433179149@qq.com |
77e82e341c09dd7952c039df670ba47c77b039fa | 63096b161a37d00edeaf49472592d233ff8402c0 | /BestBuy_TestCases/src/main/java/BestBuy/BestBuyLogin.java | 5c9d93396d0c459801624ad64e5ac5c11bfa1786 | [] | no_license | Rafa1390/Calidad-Proyecto | af8d6e3db23630a7f1b46c142bc4d2be705293f5 | dd8454361dd726150f0b17f5635be4a6eac7dea3 | refs/heads/main | 2023-04-12T10:23:11.652881 | 2021-05-01T03:23:24 | 2021-05-01T03:23:24 | 352,819,192 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 503 | java | package BestBuy;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
public class BestBuyLogin extends BasePage{
By Login_Btn = By.xpath("/html/body/div[1]/div/section/main/div[2]/div[1]/div/div/div/div/form/div[3]/button");
public BestBuyLogin(WebDriver driver) {
super(driver);
... | [
"calvaradon@ucenfotec.ac.cr"
] | calvaradon@ucenfotec.ac.cr |
ff3ca5ab5887540bbc89d149e5bf1f7ea38d7ce7 | 2b2fcb1902206ad0f207305b9268838504c3749b | /WakfuClientSources/srcx/class_11929_me.java | e1cd0444cb91efbe4af7b807af0832ce0635bed5 | [] | no_license | shelsonjava/Synx | 4fbcee964631f747efc9296477dee5a22826791a | 0cb26d5473ba1f36a3ea1d7163a5b9e6ebcb0b1d | refs/heads/master | 2021-01-15T13:51:41.816571 | 2013-11-17T10:46:22 | 2013-11-17T10:46:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,639 | java | import java.util.Stack;
public class me
implements aTK
{
private uk W;
private Stack X = new Stack();
public void a(cpa paramcpa, uk paramuk, dOc paramdOc)
{
this.W = paramuk;
this.X.push(paramcpa);
cpa localcpa = (cpa)this.X.peek();
dOc localdOc1 = paramdOc;
Jg localJg1 = localdOc1.getA... | [
"music_inme@hotmail.fr"
] | music_inme@hotmail.fr |
5bf0348e041d8e067a855cd7ac90a744a3a28b35 | 5eb1cf18826eb386d896bf586647fbc0891ae7ce | /jpaexam/src/main/java/examples/boot/jpaexam/domain/BoardFile.java | f8335e15f0a6ea56d341406123ce123487c02b10 | [] | no_license | jaenyeong/Lecture_Sample-Springboot1-master | f99a8c22b9a4ad5651d272752271275f64525f9e | 8ad5b3af1b95d63cad38c89f7c44ea7e9c60a95a | refs/heads/master | 2021-09-29T01:39:09.587760 | 2018-11-22T13:59:28 | 2018-11-22T13:59:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 841 | java | package examples.boot.jpaexam.domain;
import com.fasterxml.jackson.annotation.JsonBackReference;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import lombok.Getter;
import lombok.Setter;
import javax.persistence.*;
@Entity
@Table(name = "board_file")
@Getter
@Setter
@JsonIgnoreProperties(value={"hibe... | [
"jaenyeong.dev@gmail.com"
] | jaenyeong.dev@gmail.com |
df065f4bb1a117baa7578d837e47b0df0d0b9d48 | 736f9ca39df28b7efaf14c56e3efe6e5f32bace7 | /app/src/main/java/com/mottmacdonald/android/Models/HumidityOptionsModel.java | 52210b4ec28541bda34c6415e18ba3820dc1d82c | [] | no_license | kelvinlocc/mottMacDonald | 87896ded584df4afe9456c4bb9bb8ca3d747c084 | f9bc94471c22bf69e09afdc5f59b286e29a7a1bc | refs/heads/master | 2021-01-15T15:26:24.293224 | 2016-08-24T10:29:32 | 2016-08-24T10:29:40 | 64,004,882 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 363 | java | package com.mottmacdonald.android.Models;
import java.util.List;
/**
* ่ฏดๆ๏ผ
* ๅๅปบไบบ๏ผCipher
* ๅๅปบๆฅๆ๏ผ2016/4/13 0:25
* ๅคๆณจ๏ผ
*/
public class HumidityOptionsModel {
public String status;
public List<HumidityOptionsData> data;
public class HumidityOptionsData{
public String id;
public String n... | [
"ccloadust@gmail.com"
] | ccloadust@gmail.com |
3b116e5f7e72f6266177e092012b76167aac7169 | 445c3cf84dd4bbcbbccf787b2d3c9eb8ed805602 | /aliyun-java-sdk-ecsops/src/main/java/com/aliyuncs/ecsops/model/v20160401/OpsDescribeDiagnoseAbnormalRequest.java | a8ddd87bd048ca6be2fcfa7b119f64a674cb99da | [
"Apache-2.0"
] | permissive | caojiele/aliyun-openapi-java-sdk | b6367cc95469ac32249c3d9c119474bf76fe6db2 | ecc1c949681276b3eed2500ec230637b039771b8 | refs/heads/master | 2023-06-02T02:30:02.232397 | 2021-06-18T04:08:36 | 2021-06-18T04:08:36 | 172,076,930 | 0 | 0 | NOASSERTION | 2019-02-22T14:08:29 | 2019-02-22T14:08:29 | null | UTF-8 | Java | false | false | 2,649 | 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
* distributed u... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
6496bb880ecdab078c96180e772b0f2d34df8b27 | 2e64eb7f80355d7315c742acc21d5bb07cc7cbef | /app/src/main/java/com/example/bookstore2077/ui/personal_page/PersonalPageFragment.java | 463ef036407752fd7640555e1d424e1b652baabc | [] | no_license | Kaizer22/BookStore2077 | a5e0f21aec97c4a97d3263f8e688a25a91bdf1f9 | 16b6576135b8c434fa96755342ab7b2f5a5f30fd | refs/heads/master | 2021-04-10T19:40:57.310126 | 2020-03-22T13:56:32 | 2020-03-22T13:56:32 | 248,959,748 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,131 | java | package com.example.bookstore2077.ui.personal_page;
import android.app.Activity;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.TextView;
import android... | [
"dshebut@rambler.ru"
] | dshebut@rambler.ru |
99ee91f16bcc9d8814638c92bfd92c8ba5b829a1 | 4f82a469b9e45cc20aecec72599d039406b22509 | /Cq5-helloWorld-29-dialog-image-multicompositefield/src/main/java/pl/kwi/components/testComponent/TestComponentModel.java | b883a35105dad76fec3e83e99336d5fbdf78e3b4 | [] | no_license | wisniewskikr/rep_cq5 | b8513e7e8b62601e82361284c488adfe01d5a35c | ae5308b45415f1b9e6971f52d54fc7d123993e61 | refs/heads/master | 2021-01-15T21:45:14.834624 | 2018-02-08T12:40:09 | 2018-02-08T12:40:09 | 8,983,298 | 3 | 4 | null | 2013-07-26T22:24:56 | 2013-03-24T08:32:41 | Java | UTF-8 | Java | false | false | 721 | java | package pl.kwi.components.testComponent;
import java.util.List;
import pl.kwi.components.testComponentItem.TestComponentItemModel;
import com.cognifide.cq.api.Dto;
import com.cognifide.cq.model.mo.SingleDtoModelObject;
public class TestComponentModel<T extends Dto> extends SingleDtoModelObject<T> {
private List... | [
"wisniewk@POZMWCOE27631.emea.roche.com"
] | wisniewk@POZMWCOE27631.emea.roche.com |
c3b55d8b773c59e116816fdfe9f30a362e3c1bc7 | ae10735cf3be7416ccb9e29a57ad2f1e2629536b | /SchollyProject/src/main/java/com/scholly/appl/beans/Form.java | 081e28a12e1687191610f6187ed82349fee5011e | [] | no_license | dhrumil296/scholarship-gladiator | 8a060cc0522d1776f51b362ed3933cc5e890c770 | 9cd624c65af05b3e54c59c8a9e3bad830a02f325 | refs/heads/main | 2023-07-10T05:35:11.997607 | 2021-08-16T18:03:20 | 2021-08-16T18:03:20 | 394,577,508 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,808 | java | package com.scholly.appl.beans;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.SequenceGenerator;
import javax.persistence.Table;
@Entity
@Table(name = "FORM")
pub... | [
"dhrumilmehta98@gmail.com"
] | dhrumilmehta98@gmail.com |
c3192ee017e9c95e7a3101c71adcf34725ccd902 | 41f10481b60277d7f0db1018e7bcee3be550643c | /IM/IM_APP/ITalker2/common/src/main/java/csx/haha/com/common/tools/UiTool.java | db9b50162f4c04e64b07fc1659ad7663eb3a4b18 | [] | no_license | shixinga/android_art | f39d2c2381f3b613881aedbab8a6131891907ec7 | b687f70b1bd278479f7d3dc29ebfe9693cc3e17c | refs/heads/master | 2021-09-23T17:58:42.315263 | 2018-09-26T05:18:48 | 2018-09-26T05:18:48 | 108,531,733 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,499 | java | package csx.haha.com.common.tools;
import android.app.Activity;
import android.content.res.Resources;
import android.graphics.Rect;
import android.os.Build;
import android.util.DisplayMetrics;
import android.view.Window;
/**
* @author qiujuer Email:qiujuer@live.cn
* @version 1.0.0
*/
public class UiTool {
priv... | [
"2677950307@qq.com"
] | 2677950307@qq.com |
42ac9012fd057c5f9683a26267183b9b8cb620d1 | ad33b4c7c198b23065be9dd70303df245c2aff61 | /AutomovilesOracle/src/main/java/com/mycompany/automovilesoracle/entidades/Color.java | 80710f4c094efcfa12ea1e96539c758bc5909012 | [
"Apache-2.0"
] | permissive | luiz158/javaee7-samples-2 | 5b4d7e95a15035adf913bd76361e718cc4119927 | 9c93e8f5781553375c77ec88f69795ed7d2033d3 | refs/heads/master | 2021-01-18T10:26:40.274169 | 2015-01-21T02:24:18 | 2015-01-21T02:24:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 781 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.mycompany.automovilesoracle.entidades;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
/**
*
* @author josediaz
*/
@Entity
public class Color {
... | [
"jose.diaz@joedayz.pe"
] | jose.diaz@joedayz.pe |
a2ded4e8f2f03eb23f646b46aea2843615461196 | 0db3e214b66861aca27a9dfb5c8eb59ab99147ea | /src/main/java/HTTP/Models/Position.java | bb1cbdea1ff1fd501789831ed802b2c98d67d71d | [] | no_license | AlexanderStetsenko/JDIPresentation | 85b87886f10b7e383266f16a6a87682195f80e9d | 463b0c4131c84453eec2283347cca9685993800e | refs/heads/master | 2020-05-21T05:27:47.964846 | 2017-04-19T07:07:35 | 2017-04-19T07:07:35 | 84,578,782 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 655 | java | package HTTP.Models;
public class Position {
String _id;
String name;
public Position() {
}
public Position(String _id, String name) {
this._id = _id;
this.name = name;
}
public String get_id() {
return _id;
}
public void set_id(String _id) {
... | [
"Alexander.Stetsenko@itechcraft.com"
] | Alexander.Stetsenko@itechcraft.com |
377cef55c7dc4f77275583cfb93d2fff6f423c2c | 08e081aca68fc57a425ef3245f28cb32f779294a | /storage/client/queue/src/main/java/com/azure/storage/queue/implementation/MessageIdsImpl.java | 8a705fe7e4af77d79c1d2fe34f81c276bc344b5e | [
"MIT",
"LicenseRef-scancode-generic-cla"
] | permissive | kaerm/azure-sdk-for-java | f244bcd6b584161cc74637b4fea92e4b0fdbdd1d | aada6b84eab4ef95613747418966a68ebb743369 | refs/heads/master | 2020-06-23T16:53:04.857515 | 2019-07-24T17:09:10 | 2019-07-24T17:09:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,646 | java | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.storage.queue.implementation;
import com.azure.core.annotations.BodyParam;
import com.azure.core.annotations.DELETE;
import com.azure.core.annot... | [
"noreply@github.com"
] | noreply@github.com |
6342447cca538acb1991eb5f4bfa88773530a106 | e1459ec0c1722671ac5dbb4d374daf92d55d115e | /example/android/app/src/main/java/com/example/MainApplication.java | 4da07547611f9d99bae678ac31a3022c9a9931a8 | [] | no_license | m-cho/react-native-enjoy-sdk | e2ec8ecdb21adfa2e50c6c0c85fe05e6491b7c68 | 16d9d4ce73d913d3f818fbcb4ab66c8bf2f5b22a | refs/heads/master | 2020-03-26T21:55:52.754743 | 2019-01-10T15:10:42 | 2019-01-10T15:10:42 | 145,418,731 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,123 | java | package com.example;
import android.app.Application;
import com.facebook.react.ReactApplication;
import link.enjoy.rnsdk.RNEnjoySdkPackage;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com.facebook.react.shell.MainReactPackage;
import com.facebook.soloader.SoLoader;
impor... | [
"milanst019@outlook.com"
] | milanst019@outlook.com |
166b78ae78dc01ebb3f2c47b57d7b67de13aa732 | f50025c689e932ff55032a44edea1bf49a7082c1 | /src/homeWork_lesson16/task11/Parrot.java | 824d0370f170b0ad010d1b54b02b5d8cbf12a8fd | [] | no_license | buonviagio/javaHomeWork_lesson5 | 53420d3ff1894af4a56892af61c88e15dc1f1a75 | 86a5db4d8e4cf986ab4085f2c562d3c39d549394 | refs/heads/master | 2020-04-09T02:18:38.514019 | 2019-02-15T22:07:56 | 2019-02-15T22:07:56 | 159,936,004 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 838 | java | package homeWork_lesson16.task11;
import java.util.Objects;
public class Parrot extends Pet {
private String name;
public Parrot(String name) {
this.name = name;
}
public Parrot(String name, String name1) {
super(name);
this.name = name1;
}
@Override
public Strin... | [
"12098abC"
] | 12098abC |
46f717685449b5f1d1f39645d4f3439607a1db68 | dc2c1bf64fac2b2e5271daf4ddbb3fbe9ffcd547 | /PrimerProyecto/src/main/java/punto1/Punto1View.java | cc9e0b6c974a87f36b7f4744ca21c35bee02ae0d | [] | no_license | nicolArias/UD19 | c70b2b001bc453021f76d896ee80e06dfce1062d | fbcee4f5500488ddad2cd0cd3e6f56fd7f61a4c3 | refs/heads/main | 2023-03-19T23:09:23.419842 | 2021-03-03T10:17:04 | 2021-03-03T10:17:04 | 343,930,909 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,870 | java | package punto1;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JOptionPane;
import javax.swing.JPanel;
import javax.swing.JTextField;
import java.awt.Font;
/*Autor: Nicol Arias*... | [
"nicolariaslebro@gmail.com"
] | nicolariaslebro@gmail.com |
884e5748fa149a665644c48bac53492c3f8d886b | 746f4c244ff62d6e19e6be6ffc347dcbbf3453c1 | /app/src/test/java/visionstech/menulearn/ExampleUnitTest.java | eb64bdf95808a199d36c787337103b18585b3724 | [] | no_license | shollynoob/EnoughLearn | 94d2f53bf313d42910966f151f305b15f23f5994 | c3f5f49bd49b061eefa22af278e4c172da58016d | refs/heads/master | 2021-01-19T12:24:06.680273 | 2017-08-19T09:17:49 | 2017-08-19T09:17:49 | 100,783,442 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 399 | java | package visionstech.menulearn;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void ... | [
"shollynoob@yahoo.ca"
] | shollynoob@yahoo.ca |
22469658e4b95c5b399f1a86d1a025701884391b | 1703d24b6e1d617ee4de7fffcbdd9a33b29beb40 | /JavaPractice/src/java8/HashMapSortByValues.java | 299c95c3dd6266399bff8a174481f6cc81649fda | [] | no_license | snehal0087/JavaPractice | 983eade64724f396f03fcb461f6eb9b8be437baa | 482b842dcf288fc70a7003cf4bb195031c2fb57e | refs/heads/master | 2022-01-18T10:53:26.205473 | 2019-05-05T03:51:37 | 2019-05-05T03:51:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,240 | java | package java8;
import java.util.*;
import static java.util.stream.Collectors.*;
/**
* Example to demonstrate sort HashMap by value object property
*/
public class HashMapSortByValues {
public static void main(String args[]) {
HashMapSortByValues hashMapSortByValues = new HashMapSortByValues();
... | [
"hello.snehalm@gmail.com"
] | hello.snehalm@gmail.com |
ddb571eafadc7b5e7d95885a4e58317984690291 | 247ec681dbb586e30db485151e751cdc8d468df0 | /src/main/java/xyz/jangle/string/test/SplitTest.java | 5bac0a3aad450ce86f0f1c28df7a56dcc34e6513 | [] | no_license | bof-jangle/myTestDemo | 26de9d910c1a1e90b82303194894cbf04b22bda6 | a8e4028217a9153bf92cee0388aedbd2bde848bc | refs/heads/master | 2023-04-05T13:21:02.044008 | 2023-03-15T09:03:31 | 2023-03-15T09:03:31 | 149,094,880 | 1 | 0 | null | 2022-12-05T23:49:38 | 2018-09-17T08:42:14 | Java | UTF-8 | Java | false | false | 332 | java | package xyz.jangle.string.test;
/**
* @author jangle E-mail: jangle@jangle.xyz
* @version 2019ๅนด10ๆ7ๆฅ ไธๅ4:17:58
* ็ฑป่ฏดๆ
*/
public class SplitTest {
public static void main(String[] args) {
String s = "123 456789";
String[] split = s.split(" ");
for(String sp:split) {
System.out.println(sp);
}
}
}
| [
"jangle@jangle.xyz"
] | jangle@jangle.xyz |
f3c5f927bef4a0e000951bd58dc5f983ebb68711 | b37d151a421265e5fd6425b77c46ba2060cb505a | /src/main/java/com/pichincha/prueba/bo/IPersonaBO.java | cbaee67df4dcd52c0f17ddb1d9e59eb4dc28062a | [] | no_license | BZAMORA1998/pichincha-prueba-api | 009f78853038171f3428a90cea9e09fed2c06d05 | 8d4d95e4f4fa5a6795218187043c73bfa72da8e7 | refs/heads/master | 2023-08-29T12:57:52.538735 | 2021-10-25T17:05:23 | 2021-10-25T17:05:23 | 419,065,996 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 640 | java | package com.pichincha.prueba.bo;
import java.util.Map;
import com.pichincha.prueba.dto.PersonaDTO;
import com.pichincha.prueba.exceptions.BOException;
public interface IPersonaBO {
/**
* Crea o actualiza una persona
* @author Bryan Zamora
* @param objPersonaDTO
* @return
*/
public Map<String, Object> c... | [
"bryan.zamora@goitsa.me"
] | bryan.zamora@goitsa.me |
5724d330787845a19531874a6a6bdffab9587514 | 69a85cd5b0d70c837277f92afbc508b6bf524b74 | /app/src/androidTest/java/com/intelligence/raiffeisentest/ExampleInstrumentedTest.java | 80cf0fa73c73b0da56b285e86797aa7a333e6ede | [] | no_license | Ana-MariaB/RaiffeisenTest | 1b6e1e6e9d610fefc8dc53c794f57fc9a0695823 | b3a347023c8dbc7de0e01c91e7fa584fe2b077dd | refs/heads/master | 2021-07-01T05:36:58.312150 | 2017-09-18T14:44:57 | 2017-09-18T14:44:57 | 103,933,364 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 766 | java | package com.intelligence.raiffeisentest;
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... | [
"anamaria.birligea92@gmail.com"
] | anamaria.birligea92@gmail.com |
95c05c6ee1f42583ffe17e4b4a3377d498095329 | 8c075182bc853ee12504ff61d5a7ae843ce7e2cc | /src/main/java/com/allegro/webapi/DurationInfoStruct.java | eb2c96116ca44fc837b563ba82cc643acdcda157 | [] | no_license | Alienovsky/Kallegro | 233ebe2a0aec1b2ac360399f1879ed660c8a3ced | 8ef253b4c6abe34dde6e243399384f02c112a444 | refs/heads/master | 2020-07-04T11:33:24.781304 | 2016-09-15T15:11:15 | 2016-09-15T15:11:15 | 67,409,602 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,382 | java |
package com.allegro.webapi;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for DurationInfoStruct complex type.
*
* <p>The following schema fragment specifies the expected content contained within th... | [
"klti@gft.com"
] | klti@gft.com |
6bd5fda5530311785d9c222f22d8cecd4d6ca18f | 28d38deb93bc3add008a8af9d61fe80cf9fed027 | /app/src/main/java/com/ViktorDikov/BetrayalCharacterStats/Helpers/CastOptionsProvider.java | 6afd74e4d045cd48ccc943bd94ddb5f1d3541ed3 | [] | no_license | viktordd/BetrayalCharacterStats | b05ceea18503bd263deafe47d2c5950317dc2223 | 580f77de6e49779212e05c780d9ed27c23055bd3 | refs/heads/master | 2021-03-12T19:58:26.110824 | 2018-07-16T18:55:38 | 2018-07-16T18:55:38 | 17,736,279 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 763 | java | package com.ViktorDikov.BetrayalCharacterStats.Helpers;
import android.content.Context;
import com.google.android.gms.cast.framework.CastOptions;
import com.google.android.gms.cast.framework.OptionsProvider;
import com.google.android.gms.cast.framework.SessionProvider;
import com.ViktorDikov.BetrayalCharacterStats.R;... | [
"viktordd@gmail.com"
] | viktordd@gmail.com |
c9d257eefc957507d4ce23e2ff617026732a6ecf | 595ac6227757e43d54beebe5719f8f272200fe79 | /src/main/java/cu/edu/cujae/pweb/dto/CourseDto.java | afa7e5c4b6278d3860a9c00fdec563739e148ed0 | [] | no_license | jveloa/school-frontend | ed873b19b1ee7d3d8e69a1de11e445d1b0c9af31 | 5457f099b85a658b9751abc0a486c8b2cb8b0b3b | refs/heads/master | 2023-07-04T03:18:16.222812 | 2021-08-07T01:03:46 | 2021-08-07T01:03:46 | 373,737,704 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 649 | java | package cu.edu.cujae.pweb.dto;
public class CourseDto {
private int codCourse;
private String course;
public CourseDto() {
}
public CourseDto(int codCourse, String course) {
this.codCourse = codCourse;
this.course = course;
}
public CourseDto(int codCourse) {
this... | [
"juniorvelo4@gmail.com"
] | juniorvelo4@gmail.com |
30f09f0eb54e75567b8d0aaf6609dbde19d4b05f | 3ee6106cafd33c7eee9ee343d4c2a5b03726933a | /src/main/java/kz/raissov/springProject/model/Booking.java | 1b22889a228e91a378b24af4328c4afe7e069775 | [] | no_license | raissov/java-ass-3 | ea1d5079f87bb699ec9d6c6247eed36b276f6fef | 48a5434bfd2510ef8b26a2653f950a2dc993b12a | refs/heads/main | 2023-03-06T00:34:46.405942 | 2021-02-20T15:12:41 | 2021-02-20T15:12:41 | 340,683,456 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,843 | java | package kz.raissov.springProject.model;
import javax.persistence.*;
import java.util.Date;
import java.util.HashSet;
import java.util.Set;
@Entity
@Table(name = "books")
public class Booking {
private long bookingId;
private long isbn;
private String emailId;
private String bookingStatus;
private ... | [
"brown.robert@bk.ru"
] | brown.robert@bk.ru |
6d3e596a39e76da80e16c56d65c655a66e6f65bc | 137f06bf2839b7dc3eff66eba0718621c8d259de | /src/main/java/com/epam/function/ParseCsvFn.java | f0a963dc0fa1be3d7d62e864a7d6382a6d7f91ed | [] | no_license | TarasDovganyuk/gcp-dataflow2 | ceb9f33f6b1a0278d4d90279e16982a370d7232f | 66b32471bbf0ba507e9d1578f561e0ece446af06 | refs/heads/master | 2023-05-23T23:39:42.724114 | 2021-06-25T13:47:07 | 2021-06-25T13:47:07 | 379,964,177 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 732 | java | package com.epam.function;
import com.epam.entity.Csv;
import com.google.gson.Gson;
import lombok.extern.slf4j.Slf4j;
import org.apache.beam.sdk.io.TextIO;
import org.apache.beam.sdk.transforms.DoFn;
import org.json.JSONObject;
import org.yaml.snakeyaml.Yaml;
import java.util.Arrays;
import java.util.List;
import jav... | [
"taras_dovganyuk@epam.com"
] | taras_dovganyuk@epam.com |
85b57464bf37bce9bde5ecf3d89ca29d325a840f | ca7beac354627fe0b62666c530d44df95fb6919e | /course work/tanya_server/src/main/java/com/example/project/entity/AccommodationType.java | 41a10bfc1c043d3eed974f83a939b3953dbf89a5 | [] | no_license | TatianaVolkovaa/FU_Java | 6ce1158d578023c88d8cbff44a0039af4c618e9c | 1ac7ae7871f4f84c24c22b649584736cd54f05ef | refs/heads/master | 2023-05-26T14:51:24.344069 | 2021-06-09T16:50:56 | 2021-06-09T16:50:56 | 339,435,711 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 858 | java | package com.example.project.entity;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
@Data
@NoArgsConstructor
@Entity
@Table(name = "accommodation_types")
public class AccommodationType {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Integer accommodatio... | [
"tvtatianavolkovatv@gmail.com"
] | tvtatianavolkovatv@gmail.com |
b3de53cd4cfed741a1fb06a3e97854cc8dace0eb | 0c95447c4f0bde172b93b497af9e21b8fc567a13 | /src/main/java/no/smidig/test/testrepo/exceptions/CommentNotFoundException.java | 816d378f18d829876edffe0394ed82adefeb1c6f | [] | no_license | TorgrimL91/smidig-stack-test | 0cc86ec28a9fcdabfa98cf9d3e2f5786147a5aae | 464b5236a7644a8710543c59123bdfc8d791f7bf | refs/heads/master | 2022-01-19T16:36:58.167340 | 2019-07-22T00:56:53 | 2019-07-22T00:56:53 | 188,105,839 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 345 | java | package no.smidig.test.testrepo.exceptions;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ResponseStatus;
@ResponseStatus(HttpStatus.BAD_REQUEST)
public class CommentNotFoundException extends RuntimeException{
public CommentNotFoundException(String message){
s... | [
"31077044+alasal17@users.noreply.github.com"
] | 31077044+alasal17@users.noreply.github.com |
7c59ffee11d67906a37ee2895c0ab0834f528f94 | fe2a46ea5c63cdfcd7f9cd11833d40dfa48b0657 | /src/main/java/com/cloudcraftgaming/betterbroadcastplus/utils/FileManager.java | d9fcedec5683e19c418a8cbcecb9607d1bd33a9b | [] | no_license | NovaFox161/BetterBroadcast | 945afa5c543b21d2a38a4aa200152b58fcb21865 | 5c6ac17bc57d4e13a63d9a252d604648cdf2f388 | refs/heads/master | 2021-01-19T01:23:21.755826 | 2016-07-10T01:39:07 | 2016-07-10T01:39:07 | 62,976,692 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,384 | java | package com.cloudcraftgaming.betterbroadcastplus.utils;
import com.cloudcraftgaming.betterbroadcastplus.Main;
import java.io.File;
import java.util.List;
/**
* Created by Nova Fox on 5/29/2016.
* Website: www.cloudcraftgaming.com
* For Project: BetterBroadcast.
*/
public class FileManager {
protected static ... | [
"cloudcraftcontact@gmail.com"
] | cloudcraftcontact@gmail.com |
a7dd76478bff5f75488c554395a7adb06f765fa2 | 9eb4fce36970b9947a490fba537114961478b278 | /src/model/Empregado.java | 26bf0a7080dd0d91875e3b528176142fb9f12e6a | [] | no_license | JonathanPO/jEmpresaWeb | bcbe0c238902f437a344b08a76388097612bfe51 | df687aa2d7d6238109bde325898bbfe6979dc3b4 | refs/heads/master | 2020-08-10T08:56:41.728680 | 2019-10-11T00:32:02 | 2019-10-11T00:32:02 | 214,310,132 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,507 | java | package model;
import java.util.Date;
public class Empregado {
private String nome;
private String nomeDoMeio;
private String sobrenome;
private int codigo;
private Date dtNascimento;
private String endereco;
private char sexo;
private double salario;
private Empregado gerente;
... | [
"jonathanga2011@gmail.com"
] | jonathanga2011@gmail.com |
43fc714df0767fc0aa776e3f61485af758c2b482 | d4c6fdccee0d39df8b6a8411a57a33d1a52f230b | /project/src/main/java/org/developer/wwb/dao/impl/UserDaoImpl.java | 84655c3c1dababc2eb5e1b40ba7fc7f55aea4952 | [] | no_license | OnTrial/OnTrial | 65fcc903169dbf43b88ccf680ba9ebb66d4df7bb | cd4f0207378ef52902b84585176a11807801dd31 | refs/heads/master | 2021-04-27T08:52:33.001469 | 2018-02-22T16:06:34 | 2018-02-22T16:06:34 | 122,501,224 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,306 | java | package org.developer.wwb.dao.impl;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.persistence.Query;
import org.apache.commons.lang3.StringUtils;
import org.developer.wwb.core.exception.AppDaoException;
import org.developer.wwb.dao.IUserDao;
import org.developer.wwb.e... | [
"284350828@qq.com"
] | 284350828@qq.com |
e6f7b8a6b95504b3d8efdf7a6fcbb4dac46e1ee2 | 08ed0af3f17aab327decf676f366e3493078bf18 | /OR/SeleniumLearner/src/classdemo/Upcasting.java | 39276df378536201cf5afc0692f5fffcefea9fc9 | [] | no_license | ajaykbiswal/seleniumtest3 | 61331282d2ee110e932c5e10879b869c98fe8cb3 | 30d2cc5d5d2a3031b131ce44ba84fb00dc2e650d | refs/heads/master | 2022-01-12T10:14:34.044264 | 2019-07-21T06:18:33 | 2019-07-21T06:18:33 | 198,019,819 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 208 | java | package classdemo;
public class Upcasting {
public static void main(String[] args) {
byte x=(byte) 170;//downcasting
System.out.println(x);
double z=10;//upcasting
System.out.println(z);
}
}
| [
"ajayb4@kpit.com"
] | ajayb4@kpit.com |
ba2c6fed026f410c796da094a47d8a21585870f7 | 6c347158df1d94e6201a5d086d80b0818357d2e3 | /src/main/java/com/notewitch/service/ProjectService.java | 5211ebf5ac85a4f143ae568c7671b73cc9f429ee | [] | no_license | ardeneric/DB-Service | e8032df07ef76bb3e9dcd7429f78fc8dffafac73 | 9171c61a2669e37657472264583ccded62c18c22 | refs/heads/master | 2020-03-26T11:47:43.013026 | 2018-08-22T16:27:00 | 2018-08-22T16:27:00 | 144,860,164 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 377 | java | package com.notewitch.service;
import java.util.stream.Stream;
import com.notewitch.entity.Project;
public interface ProjectService {
public Project findById(String id);
public Stream<Project> findByUser(String id);
public Stream<Project> findByGroup(String id);
public Stream<Project> findAll();
public Project ... | [
"earden@IM-21-B1-005.local"
] | earden@IM-21-B1-005.local |
788d5fa62bcc002b2dcb9dc46d4569589a8d86e2 | 194481161c72405fc172ede158422f8c90d1a6be | /src/com/company/Main.java | baba4c245bd04c1b016bef8c69f59fac4d3ad4f6 | [] | no_license | jcjcarter/Daily-201-Practical-Java | 58410b64ba170e4e5a34ad267ee383fa291c76d2 | 547e46a0ade89efa6e9c80f52e30d952c266d2b4 | refs/heads/master | 2021-01-10T08:54:41.242186 | 2015-10-19T18:48:38 | 2015-10-19T18:48:38 | 44,556,214 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,029 | java | package com.company;
import java.util.ArrayList;
public class Main {
static enum option{A, B};
public static void main(String[] args){
PriorityQueue q = new PriorityQueue();
//Testing can be done here
for(int i = 0; i < 10; i++){
q.enqueue((char)(i+60) + "0", (int)(Mat... | [
"allstatetexan@hotmail.com"
] | allstatetexan@hotmail.com |
d0766029015f3f2378881cd06343ff3520bb4aeb | 9725e92fbd6502c5c4d6cd828e2fd73b63773c83 | /appliweb/app/src/main/java/com/example/demo/Contact.java | c3fbf0e641e6150dec9a0a72ccca7c857b50d8dd | [] | no_license | waelfg/Appli-Web-et-Mobiles | a70be3f0afb2c6274749f324acf0dbfdb354d34a | ddb009e5407d3e1da254a9be983ee279c0d60f74 | refs/heads/master | 2023-01-03T06:20:00.654850 | 2020-10-29T15:47:11 | 2020-10-29T15:47:11 | 308,373,704 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 139 | java | package com.example.demo;
public class Contact {
private String num;
public String getNum(){
return this.num;
}
} | [
"waelfg@outlook.com"
] | waelfg@outlook.com |
0d2e80256b9a7402926f8f5e860dd19d23737c6c | 9f23dd97e75a833824692e0ac60a9758029570ed | /CodingExercises/src/com/audang/Ex13_SumOdd.java | 8845d763bfb46a8843453a98e6526ecc83d0dedf | [] | no_license | uhdang/JavaProgramming | 43d4d9f2bf91c5e1d9b17b2917174b43b4583657 | b0de9550f74f9944360197425469f42f2da2f9b1 | refs/heads/master | 2020-03-26T20:43:36.278469 | 2018-09-23T16:03:29 | 2018-09-23T16:03:29 | 145,341,931 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 788 | java | package com.audang;
public class Ex13_SumOdd {
public static void main(String[] args) {
System.out.println(sumOdd(1, 100));
System.out.println(sumOdd(-1, 100));
System.out.println(sumOdd(100, 100));
System.out.println(sumOdd(100, -100));
System.out.println(sumOdd(100, 1000))... | [
"uhdang@gmail.com"
] | uhdang@gmail.com |
42a9164c4a70608282ac1a77b1f27b8cd46a9da7 | 0572ae15f8f95bc2c024d9972e352db7c6f0d423 | /src/main/java/base/adapter/ext/IOuterUserBaseInfo.java | 9587d4eb68a6d3b402143bdc073f46eb72a8cd62 | [] | no_license | LiWenGu/awesome-designPatterns | 05526fc4caaf2a409bbab63052679dca7ec0aacc | 923f6200c7319f150f42f0f9234e275f457bde5c | refs/heads/master | 2020-04-02T05:42:02.143798 | 2018-11-14T13:08:32 | 2018-11-14T13:08:32 | 154,098,643 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 184 | java | package base.adapter.ext;
import java.util.Map;
public interface IOuterUserBaseInfo {
//ๅบๆฌไฟกๆฏ๏ผๆฏๅฆๅ็งฐใๆงๅซใๆๆบๅท็ ็ญ
public Map getUserBaseInfo();
} | [
"liwenguang_dev@baletoo.com"
] | liwenguang_dev@baletoo.com |
f10f266771aea2a5910c8562eb749c0fed954ae9 | fc2e7a44240ce6760f3486cb76656b371a3bef16 | /src/main/java/ca/gc/agr/mbb/itisproxy/entities/JurisdictionalOrigin.java | 4664eaf560527672509bf4434efc3851d092aca5 | [
"MIT"
] | permissive | AAFC-BICoE/ITISProxy | fc384616c65f6239869b3b4c54b8ec882085436e | 04fb84a12a8b358abee1507ec8485896deea4197 | refs/heads/master | 2021-12-31T01:55:23.736620 | 2021-12-14T17:18:00 | 2021-12-14T17:18:00 | 11,081,775 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 458 | java | package ca.gc.agr.mbb.itisproxy.entities;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.ArrayList;
public class JurisdictionalOrigin extends BaseClass{
@JsonProperty("jurisdictionValue")
public String jurisdictionValue;
@JsonProperty("origin")
public String origin;
@J... | [
"glen.newton@gmail.com"
] | glen.newton@gmail.com |
601cf74aa6c963ffd8b2e23a0f8eaf4ba560fd3f | 0ac191b7650d48d86e9e191b3df6b34b2916bb2c | /SwapNodesInPairs.java | 5a0091f5c064ccd9ced97ec19d6e2e064f26d413 | [] | no_license | apriljdai/LL-Coding | bef97e23c7e72bed9ba91098b9dbc5e9bcc50639 | eafcecfddc2b041f157680b5bdb3c149439df3ed | refs/heads/master | 2016-09-06T01:18:51.354311 | 2015-03-17T23:32:24 | 2015-03-17T23:32:24 | 28,376,695 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,138 | java | /*
Swap Nodes in Pairs
Given a linked list, swap every two adjacent nodes and return its head.
For example,
Given 1->2->3->4, you should return the list as 2->1->4->3.
Your algorithm should use only constant space. You may not modify the values in the list, only nodes itself can be changed.
*/
/**
* Defin... | [
"april.dai0415@gmail.com"
] | april.dai0415@gmail.com |
aaa82aff40c3760b13cf962e9e8f866bd9dde910 | c61714e7eebd33286fb110794b87328a104a1941 | /src/main/java/com/beyondli/common/config/FeignContextConfiguration.java | 5325fb5a3eff6cb64ccdefafd7ac6de25807d744 | [] | no_license | beyondLi71/work-springcloud-feign-first | babc24433a319d35c9d9cb5b3429a030c79eb24d | 85135de8c8a87e8d4eddefbe6c805638761d07e7 | refs/heads/master | 2021-04-09T12:54:00.273677 | 2018-03-29T01:48:11 | 2018-03-29T01:48:11 | 125,476,348 | 0 | 0 | null | 2018-03-29T01:48:11 | 2018-03-16T06:56:49 | Java | UTF-8 | Java | false | false | 807 | java | package com.beyondli.common.config;
import org.springframework.beans.factory.config.BeanDefinition;
import org.springframework.beans.factory.config.BeanFactoryPostProcessor;
import org.springframework.beans.factory.config.ConfigurableListableBeanFactory;
import org.springframework.stereotype.Component;
/**
* @author... | [
"liboyang@maxrocky.com"
] | liboyang@maxrocky.com |
36f703d55ed02ae9b1579236d59cdc6a7f349cc7 | 966536f02133c797f1676e84fb24a1ca97b769c2 | /Android/UdemyAndroid/WhatsappClone/app/src/androidTest/java/serio/tim/android/com/whatsappclone/ExampleInstrumentedTest.java | 861122eeb01b7c582d51582c725ca98d9ddc80e9 | [] | no_license | TimSerio32/online-classes | 1bf2fecf9bf80fe5f5724f57805e75bd037d0397 | db008428450825f91748a4f0731ce798d277eeec | refs/heads/master | 2020-03-25T18:41:30.896799 | 2018-08-08T17:28:36 | 2018-08-08T17:28:36 | 144,044,498 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 774 | java | package serio.tim.android.com.whatsappclone;
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 execut... | [
"timserio32@gmail.com"
] | timserio32@gmail.com |
860ea7dfe1a61071979ed0284715af171f7bb505 | 8a245dd5ba9701f523415cda3805bea6c60830e4 | /src/org/greatfree/dsf/streaming/publisher/Publisher.java | 5ccbbe867d18d1e1bc75927961187e77a3cbaf81 | [] | no_license | ATM006/Programming-Clouds | 93e762fff5fa12929fdc61abd2354924fd73abb0 | 569f30bdf9f8a956e47dcc4ae3514761520124eb | refs/heads/master | 2022-12-21T06:48:32.171800 | 2020-09-14T12:55:50 | 2020-09-14T12:55:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,796 | java | package org.greatfree.dsf.streaming.publisher;
import java.io.IOException;
import org.greatfree.client.CSClient;
import org.greatfree.data.ClientConfig;
import org.greatfree.dsf.multicast.MulticastConfig;
import org.greatfree.dsf.multicast.message.PeerAddressRequest;
import org.greatfree.dsf.multicast.message.PeerAdd... | [
"bing.li@asu.edu"
] | bing.li@asu.edu |
62b0120ba14ae3be991799b66d768e2be21bee57 | 167c6226bc77c5daaedab007dfdad4377f588ef4 | /java/ql/test/stubs/javafx-web/reactor/util/context/ContextView.java | 548105a135514c2c561de948c91df7b36254872f | [
"MIT"
] | permissive | github/codeql | 1eebb449a34f774db9e881b52cb8f7a1b1a53612 | d109637e2d7ab3b819812eb960c05cb31d9d2168 | refs/heads/main | 2023-08-20T11:32:39.162059 | 2023-08-18T14:33:32 | 2023-08-18T14:33:32 | 143,040,428 | 5,987 | 1,363 | MIT | 2023-09-14T19:36:50 | 2018-07-31T16:35:51 | CodeQL | UTF-8 | Java | false | false | 698 | java | // Generated automatically from reactor.util.context.ContextView for testing purposes
package reactor.util.context;
import java.util.Map;
import java.util.Optional;
import java.util.function.BiConsumer;
import java.util.stream.Stream;
public interface ContextView
{
<T> T get(Object p0);
Stream<Map.Entry<Obje... | [
"kaeluka@github.com"
] | kaeluka@github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.