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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4e0abd7136ea8a8e31649682caff78b6f444ecd4 | 25c1b5f9ea0aabc08dfe1dd12ab83c6b5a01cf80 | /app/src/main/java/dev/guowj/androidfram/gutils/LogsUtil.java | 22affeadb7882590b708629a05a2b9cc3e3a451a | [] | no_license | journey-M/mandroid-fram | f8d44997f50d039d1d3bf7573a9d3f012e0a7c52 | eace1968f779cb3555e74bf94e2322c0048f0846 | refs/heads/master | 2021-04-03T08:37:03.416877 | 2016-07-12T10:00:01 | 2016-07-12T10:00:01 | 62,282,591 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,377 | java | package dev.guowj.androidfram.gutils;
import android.util.Log;
import dev.guowj.androidfram.BuildConfig;
/**
* Created by guowj on 2016/7/8.
*/
public class LogsUtil {
public static boolean isShow = BuildConfig.DEBUG;
private static String getTag() {
StackTraceElement[] trace = new Throwable().fi... | [
"guowj@staff.ifeng.com"
] | guowj@staff.ifeng.com |
63f9df984d65fe08e1f4f65f3a6a2e5a17638a94 | a736711ee8e8868f80ffbae280de657bc3850f76 | /src/main/java/com/n26/exception/TransactionException.java | acf9f31ff2cc6af233a35773785c1823a8cf0638 | [] | no_license | sauravomar/transactions-statistics | f69a8a780ee762fa6d749501cbbcb2e28aaa7d87 | a8617b33f19f4095125d2f2893090e465149ba88 | refs/heads/master | 2021-07-08T19:04:36.851304 | 2019-08-05T17:36:34 | 2019-08-05T17:36:34 | 200,700,414 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 343 | java | package com.n26.exception;
public class TransactionException extends Exception {
/**
*
*/
private static final long serialVersionUID = -213778617673967657L;
public TransactionException(String errorMessage) {
super(errorMessage);
}
public TransactionException(String errorMessage, Throwable ex) {
super(er... | [
"saurav.omar@ril.com"
] | saurav.omar@ril.com |
07121b6951dd1ab8aa833e0c2dfc5443db8fea14 | 327e74e19994e8e642c7aa438125bc9f02be5883 | /ziziza_dev/src/main/java/kr/co/ziziza/manager/company/MngCompanyDAO.java | c1403dec7eb0c1e8717d5f882a48d59562c2c672 | [] | no_license | kko96/kko | 4e339837b38693b9a32012d6357d03ef8b64992e | 724c8f4ba9129e53e45544edce2ee612a9cb3431 | refs/heads/master | 2022-12-20T07:03:16.252378 | 2019-09-04T03:59:16 | 2019-09-04T03:59:16 | 193,433,269 | 0 | 0 | null | 2022-12-16T09:45:03 | 2019-06-24T04:24:44 | Java | UTF-8 | Java | false | false | 800 | java | package kr.co.ziziza.manager.company;
import java.util.List;
public interface MngCompanyDAO {
public int companyInsert(MngRegistVO vo);
public int companyCharge(MngRegistVO vo);
public int companyPlant(MngRegistVO vo);
public List<MngRegistVO> selectRegistList(MngRegistVO vo);
public MngRegis... | [
"USER@USER-PC"
] | USER@USER-PC |
2080671e3ca5253fdd070c98959d914cd9851bcf | baba7ae4f32f0e680f084effcd658890183e7710 | /MutationFramework/muJava/muJavaMutantStructure/Persistence/TobiasSamples/Debug2/int_maxElement(int)/AORB_9/Debug2.java | 963a4a1127beeca098449d7f5b3078d30842e688 | [
"Apache-2.0"
] | permissive | TUBS-ISF/MutationAnalysisForDBC-FormaliSE21 | 75972c823c3c358494d2a2e9ec12e0a00e26d771 | de825bc9e743db851f5ec1c5133dca3f04d20bad | refs/heads/main | 2023-04-22T21:29:28.165271 | 2021-05-17T07:43:22 | 2021-05-17T07:43:22 | 368,096,901 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,786 | java | // This is a mutant program.
// Author : ysma
public class Debug2
{
/*@
@ normal_behavior
@ requires true;
@ ensures \result>=0 ==> a[\result]==x;
@*/
public static int linearSearch( int[] a, int x )
{
int i = a.length - 1;
/*@ loop_invariant !(\exists int q; q >= i+1 && q < a.length; a[q]==x) && i>... | [
"a.knueppel@tu-bs.de"
] | a.knueppel@tu-bs.de |
c4c80690a38957bfe9813dd089a9a379c83d6fea | 4383cd2db83c1301150de73cad2ad09463f92854 | /src/main/java/org/chombo/transformer/RawAttributeSchema.java | f4111c00696ec5f706a2b8aa9045cdfdce7b246c | [] | no_license | mohbadar/chombo | 7a3a4827de39a477245c525fc1b5057320751d5d | 9449470fb2925dedf4fc695f6c0248c9f7ba84ad | refs/heads/master | 2020-07-01T02:14:45.314680 | 2019-08-06T01:50:48 | 2019-08-06T01:50:48 | 201,017,126 | 1 | 0 | null | 2019-08-07T09:23:53 | 2019-08-07T09:23:52 | null | UTF-8 | Java | false | false | 2,388 | java | /*
* chombo: Hadoop Map Reduce utility
* Author: Pranab Ghosh
*
* 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... | [
"pkghosh99@gmail.com"
] | pkghosh99@gmail.com |
1fd34e1d4c14a2ca813941d931660af762aff143 | 8171b83701062ee394f4fc9b6c49a16d90003d22 | /src/main/java/tk/zhangh/pattern/proxy/CGlibProxy.java | db7efd0b0563a62833e1846743e1d370bb465439 | [] | no_license | zhanghTK/design-patterns | b8fa85310fb591604bfccb590095985e558e444d | 9ee4604ded600c7ae82c9b5b8c08b3b9684b513c | refs/heads/master | 2021-07-10T23:28:14.978338 | 2017-09-20T12:39:03 | 2017-09-20T12:39:03 | 106,897,028 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,039 | java | package tk.zhangh.pattern.proxy;
import net.sf.cglib.proxy.Enhancer;
import net.sf.cglib.proxy.MethodInterceptor;
import net.sf.cglib.proxy.MethodProxy;
import java.lang.reflect.Method;
/**
* Created by ZhangHao on 2017/9/8.
*/
public class CGlibProxy {
private static final String name = CGlibProxy.class.getS... | [
"zhangh.tk@gmail.com"
] | zhangh.tk@gmail.com |
284de382a6733307ee449afc311cea84345219a3 | deab1286895f886f1655242206feddfda46944b6 | /bit-JAVA/java-idea-3-17-thread/src/com/wschase/thread/n3/MyThread1.java | 1ebfcf10a93763354bf8d7069ff50d5efd56b2b4 | [] | no_license | wszhuizhudream/Javayuandaima | ac2928edac07fe273bd383dc60b0e06941aa3434 | 2a5b08992e32a441bfcb79f1b93193c94d9672f5 | refs/heads/master | 2022-06-26T21:16:11.226621 | 2019-08-22T14:45:32 | 2019-08-22T14:45:32 | 152,418,808 | 0 | 0 | null | 2022-06-21T01:04:35 | 2018-10-10T12:19:24 | Java | UTF-8 | Java | false | false | 379 | java | package com.wschase.thread.n3;
import javafx.scene.control.TableRow;
/**三、多线程的常用操作方法
* Author:WSChase
* Created:2019/3/18
*/
public class MyThread1 implements Runnable{
@Override
public void run() {
for(int i=0;i<10;i++){
System.out.println("当前线程:"+Thread.currentThread().getName()+",i... | [
"1041646364@qq.com"
] | 1041646364@qq.com |
4b9c9ef5fd7352e99d70b92009d35468e0a2448e | 14c53a0c6be0faaacddc671463e62509b676fbb7 | /apis/vcloud/src/main/java/org/jclouds/vcloud/domain/ovf/VCloudNetworkAdapter.java | 28c65d3c1bf1703f4911866ca8bac50f0886482f | [
"Apache-2.0"
] | permissive | goodwink/jclouds | a2dd9ea9c2e42e8ee201857653cf8b3208cd7de2 | 029f15f36031748ad913bdee16c8f12c101da16a | refs/heads/master | 2021-01-18T08:06:32.500885 | 2011-05-18T18:16:36 | 2011-05-18T18:16:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,821 | java | /**
*
* Copyright (C) 2011 Cloud Conscious, LLC. <info@cloudconscious.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 L... | [
"adrian@jclouds.org"
] | adrian@jclouds.org |
648fbcd7cd8f4c88664c845e30f48f06faf49f26 | 62433dd4d0bbb284a489eac3b764924905ae1951 | /InterviewBit/Hashing/Equal/Solution.java | b46b0925400ab186275c76a6d52e63371fe7306c | [] | no_license | abhipad14/Data_Structures_-_Algorithms | 8ebc208159807415d1033cc00ff50bc4d855ac69 | e2c51cf8f3025a1cd4931d604f0843697a25f0c1 | refs/heads/master | 2021-01-10T14:47:49.112424 | 2016-09-16T02:40:30 | 2016-09-16T02:40:30 | 49,291,683 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,462 | java | package Hashing.Equal;
import java.util.ArrayList;
import java.util.HashMap;
public class Solution {
class node{
int val;
int left;
int right;
public node(int val, int left, int right) {
super();
this.val = val;
this.left = left;
this.right = right;
}
}
public ArrayList<Inte... | [
"Abhishek Padamwar"
] | Abhishek Padamwar |
00d497d2dbc550a1d052088fca1fd5b83c22fde2 | a4ef1a39b423970405df4966faa86f00a54a262f | /mallDemo-mbg/src/main/java/com/ahead/mall/model/CmsPrefrenceAreaProductRelation.java | 37cc33c29c73e80292f10dd23c92194a96399c54 | [
"Apache-2.0"
] | permissive | onlick123/aheadMall | 865bb07cd9072813653a5983f2ad58a1b7931534 | e930dddb5c79a47f7d36a1f188a192d1648bc5bc | refs/heads/master | 2022-06-29T19:09:43.753198 | 2020-03-19T01:15:45 | 2020-03-19T01:15:45 | 246,751,222 | 0 | 0 | Apache-2.0 | 2022-06-21T02:58:13 | 2020-03-12T05:28:52 | Java | UTF-8 | Java | false | false | 1,281 | java | package com.ahead.mall.model;
import io.swagger.annotations.ApiModelProperty;
import java.io.Serializable;
public class CmsPrefrenceAreaProductRelation implements Serializable {
private Long id;
private Long prefrenceAreaId;
private Long productId;
private static final long serialVersionUID = 1L;
... | [
"1120937782@qq.com"
] | 1120937782@qq.com |
86959642d90654026a22095d29842f6754033ff0 | a0cda7f4000a8ea36d82c7e5e46cc7548f60b3b7 | /Chapter 02/ch2/tip9/RenderHtml/android/app/src/main/java/com/renderhtml/MainActivity.java | 86f611e326e5cef95c39463b49b3a0957d93dad2 | [
"MIT"
] | permissive | PacktPublishing/React-Native-Cookbook | 1d7f054c0847c684787cd3b35f3f8d2f1d26309f | de4d1d903adcc3c4a4a98bbfa362e670c0d94d59 | refs/heads/master | 2023-01-27T16:41:30.416840 | 2023-01-18T09:58:26 | 2023-01-18T09:58:26 | 76,628,573 | 105 | 46 | null | null | null | null | UTF-8 | Java | false | false | 365 | java | package com.renderhtml;
import com.facebook.react.ReactActivity;
public class MainActivity extends ReactActivity {
/**
* Returns the name of the main component registered from JavaScript.
* This is used to schedule rendering of the component.
*/
@Override
protected String getMainComponentN... | [
"sushantn@packt.com"
] | sushantn@packt.com |
878ac1b7da75e3900db6e631ac17fd70df91b6c8 | f71920f45935123e994f1409fcfb297f3399a64d | /bc-AppEngine/src/com/bc/search/entity/instantanswer/InstantAnswerResult.java | bb1136887b48ba076d83c0b923a8e1a69704cc32 | [] | no_license | pythagos/basketcased | 3eadd9b8bd9bb7928d4e659d56cffe2c37bc6e46 | c7fb771ecabb463ebd708f4c7ab02ebd0ca061be | refs/heads/master | 2021-06-20T07:32:01.698132 | 2017-06-06T14:29:45 | 2017-06-06T14:29:45 | 22,989,144 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,629 | java | /*
* Copyright 2010 Nabeel Mukhtar
*
* 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 l... | [
"bopko.home@gmail.com"
] | bopko.home@gmail.com |
0cf61af5c3a05fbd38de7661a778003da070ed1e | bc038b0348bea6cfaae1074d66b8942cbf144a2f | /src/pong/Ball.java | 92bed2bf74836fd42ed3d5a1bde5b69505c68e34 | [] | no_license | spenceratkins/Pong | b50c6c23541ffd15cfac448102b545c75fffbd4e | 6776ecf8b0c7f541ae062e9d226f9ab2aa7406de | refs/heads/master | 2020-05-19T22:02:05.862840 | 2019-05-30T14:49:32 | 2019-05-30T14:49:32 | 185,238,498 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 551 | 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 pong;
import java.awt.Color;
import java.awt.Graphics;
/**
*
* @author 692589
*/
public class Ball extends ... | [
"noreply@github.com"
] | spenceratkins.noreply@github.com |
59c5e7a4a577efab88d36b2ab139cf9e824d25dd | dd3b689dbe971caf99845ba6f6a82b5498ef0767 | /Person/src/Test.java | c817ac2ad1990d4b282186782093c15ecacd16e0 | [] | no_license | kai-513/test | c83bb7ec51311c863e19d9d7b75572f543d363d4 | a157f94164ef6c7ea97ba478029395c3e5309d92 | refs/heads/master | 2020-06-12T09:43:55.043797 | 2019-07-22T11:46:32 | 2019-07-22T11:46:32 | 194,262,334 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 688 | java |
public class Test {
public static void main(String[] args) {
Person taro=new Person();
taro.name="中井勝英";
taro.age=24;
taro.phoneNumber="07016400852";
taro.address="ka-nakai@i.softbank.jp";
System.out.println(taro.name);
System.out.println(taro.age);
System.out.println(taro.phoneNumber);
System.out.println(... | [
"get-over-oneself-513@i.softbank.jp"
] | get-over-oneself-513@i.softbank.jp |
58aabe38d234b11fad3bc98c75fda7d6e0aacea6 | 9bc5839e2e1db25d01f0847f736bf6663b938810 | /JSP项目实例/51CTO下载-JSP网上书店系统源码sql数据库/JSP网上书店系统源码sql数据库/JSP网上书店系统源码/JSP/网上书店/bookstore/src/bean/db/userOPBean.java | c346f64d25c415bb953574a2a7b0c4ef56ea9ec9 | [] | no_license | student-chen/Java | 569bf51e726a093c9c0db4e1b0bfa630258026b8 | 510de64ea4a3584e48e9805894c42a2a92e476b6 | refs/heads/master | 2020-05-15T10:28:07.880796 | 2019-04-19T06:23:11 | 2019-04-19T06:23:11 | 182,190,594 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 2,829 | java | package bean.db;
import java.security.MessageDigest;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import bean.db.common.dbOpertaion;
/**
* @author 邓子云
* 封装对用户表的操作
*/
public class userOPBean extends dbOpertaion{
/**
* 增加一个用户
*/
public int addUser(userBe... | [
"3196614820@qq.com"
] | 3196614820@qq.com |
a1e5c45c17d37a4cb86bace0b547a747c2bdde6b | 93b62d13a2d45b3c466f9fbd441b643d0b59ea7c | /app/src/main/java/com/example/mobilereservation/model/User.java | 5decfa35d63e261b09daead8a01c0a7c8a004df4 | [] | no_license | kayper27/MobileReservation | c62b97cd029d2fff91f8fdb166ff8bc40e8e8dfd | 4652c364db8d48408a877e1fc1bf9c67864137e1 | refs/heads/master | 2023-02-19T12:22:07.907903 | 2021-01-11T17:19:20 | 2021-01-11T17:19:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 481 | java | package com.example.mobilereservation.model;
import java.io.Serializable;
public class User implements Serializable {
private String account_id;
private String password;
private String firstname;
private String lastname;
public User(String account_id, String password, String firstname, String la... | [
"keithyatco@gmail.com"
] | keithyatco@gmail.com |
72505226c68cf665345dd5e91ce85e47310de189 | 7aca2589fd83660955e4bc49b0b62bfb7523e2dd | /app/src/main/java/com/epam/androidtraining/ICalculator.java | bea4514b7e319c07647a20be8f012ef026712a2f | [
"Apache-2.0"
] | permissive | 5809909/android-training-2017 | 6b507cb98cb80f5ce09410392194a5083e337a4b | 7092a2a6668079b6234b170e0df7005277be83b4 | refs/heads/master | 2021-07-20T14:44:21.913508 | 2017-10-29T20:11:40 | 2017-10-29T20:11:40 | 108,765,345 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 173 | java | package com.epam.androidtraining;
public interface ICalculator {
String add(int... values);
String multiply(int... values);
String evaluate(String value);
}
| [
"5809909@tut.by"
] | 5809909@tut.by |
02456d9188948a2e7fdc7b0fb72406ff5286544d | 5be44f022a14d3a1587f557958d64d6958cfe9c3 | /spring-boot/spring-boot-testing/src/test/java/io/reflectoring/testing/persistence/FlywayTest.java | ef0b1d5922b41188b67aa836401bee07e8d71a64 | [
"MIT"
] | permissive | thombergs/code-examples | 4608b7d9ea3201ffa26d305f24d1ac1aa77f2c08 | ca500ac4d4a0e501565e30dcdea37bb17d4d26e7 | refs/heads/master | 2023-09-04T23:14:37.811206 | 2023-08-14T21:04:33 | 2023-08-14T21:04:33 | 98,801,926 | 2,492 | 2,710 | MIT | 2023-09-10T20:42:50 | 2017-07-30T14:12:24 | Java | UTF-8 | Java | false | false | 652 | java | package io.reflectoring.testing.persistence;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTest;
import org.springframework.test.context.TestPropertyS... | [
"tom.hombergs@gmail.com"
] | tom.hombergs@gmail.com |
a8f844514f15d3d964f1f2d71f16f4f350fa417a | 1d2348eaad5e465d8f001cb1bb56799718e69cb6 | /app/src/main/java/org/ostrya/presencepublisher/ui/util/CustomPreference.java | a9c3edd7ea0ea034df88f2878a5f5692a1158f6f | [
"MIT"
] | permissive | pavel-gololobov/PresencePublisher | e5156be1463c281a27ce03f78ed52a8987de6694 | eb62279307573119d7ebea16b76029cf037a035b | refs/heads/master | 2020-04-25T21:58:03.533392 | 2019-03-13T06:46:31 | 2019-03-13T06:46:31 | 173,096,575 | 0 | 0 | MIT | 2019-02-28T11:04:24 | 2019-02-28T11:04:24 | null | UTF-8 | Java | false | false | 1,144 | java | package org.ostrya.presencepublisher.ui.util;
import android.content.Context;
import android.util.AttributeSet;
import androidx.preference.Preference;
public class CustomPreference extends Preference {
public CustomPreference(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
super(... | [
"ostrya@maibox.org"
] | ostrya@maibox.org |
3f5f617aa2f521d938e627303dac128efae343ee | 25b120e60ec6170d93571ec99992ea70a387fe72 | /Droid/obj/Debug/android/src/android/support/graphics/drawable/R.java | a83d8d0bef4d1217a2c9dbbec6ab93b725459d27 | [] | no_license | loe-lobo/AvaliacaoIntegra | 73b78970c1878de4e9a77c78dc0ee3bd0b50606f | a5f549845734ee2926faf5d5450b410a7b8ebd86 | refs/heads/master | 2021-06-17T14:14:45.739650 | 2017-03-15T16:50:59 | 2017-03-15T16:50:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 549,960 | 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 android.support.graphics.drawable;
public final class R {
public static final class anim {
public static int abc_fade... | [
"renan.rocha@integracnt.com"
] | renan.rocha@integracnt.com |
710c6c03935451fdffc00b1c472d8eb2d94b08ff | ab2d155b1dc324f167390b469ad3eaed6080e834 | /src/main/java/org/esmartpoint/genesis/helpers/MongoDbHelper.java | cfe70f0bfd9db3d7199220746021e665a2014a18 | [] | no_license | noelcarlos/genesis | 616fa8f10bf05a80b4297997d2f89457a03719a5 | 79972f5288c8ea1733061350bd6082eb50d147d6 | refs/heads/master | 2021-01-17T13:02:47.145008 | 2016-06-20T21:42:55 | 2016-06-20T21:42:55 | 56,745,660 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,248 | java | package org.esmartpoint.genesis.helpers;
import org.bson.Document;
import org.esmartpoint.dbutil.Cronometro;
import org.esmartpoint.genesis.util.Stats;
import org.springframework.stereotype.Component;
import org.springframework.stereotype.Service;
import com.mongodb.MongoClient;
import com.mongodb.client.Mon... | [
"noe.carlos@gmail.com"
] | noe.carlos@gmail.com |
a5bb51695848682b6cf94f42aac8e9c942fe7de5 | 61cbf5449e451aaa75d4df1ee7e18e45771646e1 | /src/anotherdnd/model/level/AbstractClassLevel.java | af47a6641311e6a3a63201c04d1011725a74d8fc | [] | no_license | karlrwjohnson/anotherdnd | 40124025f5fed9f8a6c35e3c091f93723b44f3a6 | b4a2790013daefca7d03b945ecdd95f84ee1d16b | refs/heads/master | 2021-01-23T07:55:19.725796 | 2017-03-31T21:14:53 | 2017-03-31T21:14:53 | 86,463,857 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 431 | java | package anotherdnd.model.level;
import anotherdnd.model.skills.Skill;
import java.util.Map;
public abstract class AbstractClassLevel implements ClassLevel {
// @Override int getUnspentSkillRanks() {
//
// }
// @Override Map<Skill, Integer> getSpentSkillRanks() {
//
// }
// @Override int getSpentSkill... | [
"karl.rw.johnson@gmail.com"
] | karl.rw.johnson@gmail.com |
dfdc847e8484027e6bd82e087dbb1826c4b21154 | 83a8072d7ed6eb9f4edeae517f8367ff78d24d99 | /BBTB/src/main/java/net/raebiger/bbtb/permission/PermissionManager.java | 2ea0210ead49bd776275ed2ef6cf6d8a5a119eb7 | [] | no_license | drabiger/bbtb | bd34da1c26cbb4c3923d306432a9a7e11e33b1c8 | c08f90e6b4fb7d3c788b84eb6c463e8b3a949007 | refs/heads/master | 2020-12-20T15:05:56.780066 | 2016-04-24T12:22:58 | 2016-04-24T12:22:58 | 39,964,014 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 219 | java | package net.raebiger.bbtb.permission;
public interface PermissionManager<T extends PermissionObject> {
boolean mayUserRead(T object);
boolean mayUserModify(T object);
boolean mayUserDelete(T object);
} | [
"dr@blackrussian.fritz.box"
] | dr@blackrussian.fritz.box |
5cf53b6d4bd4aa89a549327debad11041bcad2ee | cea08d78a54d21e24db493fd501f1241dd6cd2cc | /src/com/shendeng/datamanager/StockInfoManager.java | f74922ab8759310f22fc61c5080c9a8f027b3c31 | [] | no_license | quinn929/idata | 48c680282f633a88e4fb82cd94726dd5ee1c8ef1 | 85299d66d26a37a8f4423df7ceb72fb00adfb176 | refs/heads/master | 2021-01-11T17:28:34.364862 | 2017-01-23T07:15:17 | 2017-01-23T07:15:17 | 79,778,572 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,206 | java | package com.shendeng.datamanager;
import java.io.IOException;
import java.util.Date;
import java.util.Iterator;
import java.util.Map;
import java.util.Set;
import net.sf.json.JSONObject;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONArray;
import com.csvreader.CsvReader;
import com.shendeng.utils... | [
"649018673@qq.com"
] | 649018673@qq.com |
b4ecc29e4cd919d2e9a32d5f7311444dc35bfcb7 | ba0d567cce2b88b720f16309f2f881dfccb5f5e9 | /src/test/java/com/naji/simplelibrary/SimpleLibraryApplicationTests.java | d46f33ec93ce21052990562e4ebf443ed1917cbc | [] | no_license | malihe-da/simple_library | bd0595de058d6eaa78de0ce8621f2a667f1a57e3 | c318692cdbcb5b1f15fdf8f55f53fc89ee284125 | refs/heads/master | 2022-12-28T22:46:44.817529 | 2020-10-17T17:05:23 | 2020-10-17T17:05:23 | 304,926,043 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 221 | java | package com.naji.simplelibrary;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class SimpleLibraryApplicationTests {
@Test
void contextLoads() {
}
}
| [
"maliheh.dabbaghian@gmail.com"
] | maliheh.dabbaghian@gmail.com |
10a879fe5ee97bede022f92e9b15bd2391c7cc35 | 115bcdf232f4b534f74ac0a44b447a89815520c9 | /app/src/main/java/alexandria/chan/com/hospital/GetNearbyPlacesData.java | b9facea5117940c079863a71ade8be746850be51 | [] | no_license | justinemicaellaflamiano/Hospital-UI | 3e0e2e36ba01a1c1c055b2fa6cadea190a157629 | 11b0d2d1d56d2e3e9667fae4e20f04a7c4d3fcf3 | refs/heads/master | 2020-04-09T17:59:23.226472 | 2018-12-05T11:17:46 | 2018-12-05T11:17:46 | 160,498,176 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,684 | java | package alexandria.chan.com.hospital;
import android.os.AsyncTask;
import android.util.Log;
import com.google.android.gms.maps.CameraUpdateFactory;
import com.google.android.gms.maps.GoogleMap;
import com.google.android.gms.maps.model.BitmapDescriptorFactory;
import com.google.android.gms.maps.model.LatLng;
import co... | [
"justinemicaella.flamiano.iics@ust.edu.ph"
] | justinemicaella.flamiano.iics@ust.edu.ph |
f4138ecf2c30e4a6a6b83ffbdc96d5c395cb555d | c9a9c2ba370220a5990d525a6f65f15bf7282ceb | /abc/SetNullProperty/src/main/java/com/urmi/file/App.java | 76fc1eae45bf169cb2e588014accb6506377d78b | [] | no_license | nparvez71/Spring-Ws-workbranch-SpringToolsSweets | 848247299322523bce34c8b81e138d802d85fc30 | a02d08d395d323f870c9b9237a2194011e4c6a76 | refs/heads/master | 2020-03-13T19:04:20.096469 | 2018-04-27T06:12:19 | 2018-04-27T06:12:19 | 131,246,685 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 471 | java | package com.urmi.file;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class App {
public static void main(String[] args) {
ApplicationContext context = new ClassPathXmlApplicationContext("com/urmi/beans/beans.xml");
Emplo... | [
"nparvez92@gmail.com"
] | nparvez92@gmail.com |
a0a60da80ee33239ae75c01f4089310ceb79ff76 | da867c5df112ab36e735f21b89c0166a8190263b | /src/main/java/com/example/macstudent/styleme/db/helper/DBOutfit.java | d8956c274f194f7b92a3417887d62a36732be4fb | [] | no_license | Ravneetbajwa/Wardrobe_app | 71dde5be38181d16cce5e21d3823c689053434d8 | 6c52fc0a05f1a083b07bd53d541d4fd00fe5eec8 | refs/heads/master | 2020-05-17T05:01:09.594834 | 2019-04-25T23:24:34 | 2019-04-25T23:24:34 | 183,522,915 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,398 | java | package com.example.macstudent.styleme.db.helper;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import com.example.macstudent.styleme.db.model.MDress;
import com.example.macstudent.styleme.db.model.MOutfit;
... | [
"noreply@github.com"
] | Ravneetbajwa.noreply@github.com |
0ea468229154d9c82e149b14757b609eb8184c7a | 4145d4fb0a0a1733b537411d7cb79094184348c5 | /src/main/java/repositories/CookRepository.java | 42f7c6e2a657b6ce8c281d83441c8833fa53957f | [
"MIT"
] | permissive | raftrugon/Acme-Pad-Thai | 7f566fb8c6cc3f169f2c768fccd9d634695c0b86 | 51be0d285668ea9ed9b98b064f12b0a2daffd86d | refs/heads/master | 2021-07-08T14:08:30.723703 | 2017-10-07T13:46:04 | 2017-10-07T13:46:04 | 106,100,327 | 0 | 0 | null | null | null | null | ISO-8859-10 | Java | false | false | 753 | java | package repositories;
import java.util.Collection;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.stereotype.Repository;
import domain.Cook;
@Repository
public interface CookRepository extends JpaRepository<Co... | [
"raftrugon@alum.us.es"
] | raftrugon@alum.us.es |
e5e40e37716705a5f97ac00c767b33cf8b25cc86 | b72caf450091ffb404519f5256481af9a9b40c60 | /connect-database/src/main/java/com/blogspot/na5cent/connectdb/query/Pagination.java | a8a7fa247bd42815f4256f574b6f0c3c47340e80 | [
"Apache-2.0"
] | permissive | jittagornp/cpe4235 | 00a6ac550b45c4527fbb3b65ffad5996953646a6 | ada4232a35aaba32883e044a3a4fc457b8ea5f6e | refs/heads/master | 2016-09-05T23:17:51.243217 | 2015-03-08T05:38:05 | 2015-03-08T05:38:05 | 29,604,363 | 1 | 11 | null | null | null | null | UTF-8 | Java | false | false | 901 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.blogspot.na5cent.connectdb.query;
/**
*
* @author anonymous
*/
public class Pagination {
private int pageNumber;
... | [
"jittagornp@gmail.com"
] | jittagornp@gmail.com |
ed2502efd02dc7ef0dc9cbed173ea70fd15c073c | 446a04bbd2726903360e0b816814bc12106d7d40 | /MapsService/src/main/java/com/gsoeller/personalization/maps/dao/MapRequestDao.java | 5f2ce1e9b7929a00a4b5afc060fa6cc52a1f8a0f | [] | no_license | dmerson/MapWatch | cbeaf0d057c32479a9c8828d2d5f315cfc212c09 | 7209026559bccb0f5bbd61e056a77d68df7a159a | refs/heads/master | 2021-01-11T16:27:56.190669 | 2017-01-24T19:33:12 | 2017-01-24T19:33:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 874 | java | package com.gsoeller.personalization.maps.dao;
import java.util.List;
import com.google.common.base.Optional;
import com.gsoeller.personalization.maps.data.BingMap;
import com.gsoeller.personalization.maps.data.Map;
import com.gsoeller.personalization.maps.data.MapRequest;
import com.gsoeller.personalization.maps.dat... | [
"soeller.g@husky.neu.edu"
] | soeller.g@husky.neu.edu |
447c7a3fb037a0c46f64c992cbf018655ab1c132 | 332a3699509ba08022b08a3c5acc33ab2f9f0b66 | /src/kang/com/StudyMaterial.java | 6428e8ad13010957a7259c199a95d374f7add750 | [] | no_license | kuldeep-singh-5894/KANG_E-Learning_System | 416f58204336c28e7ce70b7bd7ce7e85fc73427b | d494bfcb72530909b20e10b13b25db50bd0d4fa8 | refs/heads/master | 2022-06-20T11:56:51.380485 | 2020-04-05T01:07:37 | 2020-04-05T01:07:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,856 | java | package kang.com;
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("/StudyMaterial")
public class Stud... | [
"noreply@github.com"
] | kuldeep-singh-5894.noreply@github.com |
8d70f59358513e9f771f6c87d0ae47f3aa92c298 | cb05527aeb3c080011651a7a39649012cf685fbe | /MinStack1.java | 060be2c46976581188939ca9cad924a8c0260f89 | [] | no_license | SheldonZheng/LeetCode | 0bb23ec37cb312284241ea30e25a4c55b2e81ad4 | 2e6e290f74d280abf72a8dbfe315ec08f7239f3f | refs/heads/master | 2023-08-31T15:35:20.305523 | 2023-08-31T03:33:03 | 2023-08-31T03:33:03 | 60,073,176 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 916 | java | class MinStack {
Stack<Integer> stack = new Stack();
Stack<Integer> minStack = new Stack();
/** initialize your data structure here. */
public MinStack() {
}
public void push(int x) {
if (stack.isEmpty()) {
minStack.push(x);
stack.push(x);
} else {
... | [
"zhenghangtxdyr@gmail.com"
] | zhenghangtxdyr@gmail.com |
b2d1ae8a9885c71079e1ba97ac544c515df90631 | 9e952834c3175d735e8a745b9f349f36ac9f2ee0 | /springcloud-zuul-filter/springcloud-zuul-filter-gateway/src/main/java/com/pancm/fallback/package-info.java | 913bd3a95ada9ca94c66391288f2297e97ee84db | [] | no_license | danyan92/springcloud | 4dfe2e500e9e227d7f1ae52c014a5459e0715353 | 2ddac32e99b8ca39c800740426ddb375dcf62cf3 | refs/heads/master | 2022-10-26T08:15:34.050192 | 2020-06-12T06:42:18 | 2020-06-12T06:42:18 | 271,721,609 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 154 | java | /**
* @Title: package-info
* @Description:
* @Version:1.0.0
* @Since: jdk1.8
* @author pancm
* @date 2019年5月7日
*/
package com.pancm.fallback; | [
"chenhao@nnuo.com"
] | chenhao@nnuo.com |
471eee90cc3d47175d4fa134e93c00095538461c | e77e4cda149a5ab6b00adbff408c682551fe9b89 | /traveloke/src/main/java/apap/tutorial/traveloke/service/KamarServiceImpl.java | dc22de39e9c53dc96add29d7fec3bc5af7331da8 | [] | no_license | marcelvaldhano/tutorial-apap | 86ead17f249302ac310429dd3d922d7afdbb742b | c841cddf44fdbecd3aca5ba734c6daf98232500a | refs/heads/master | 2023-01-30T02:42:04.221262 | 2020-12-10T03:48:14 | 2020-12-10T03:48:14 | 298,162,733 | 0 | 0 | null | 2020-09-24T10:17:28 | 2020-09-24T03:49:22 | Java | UTF-8 | Java | false | false | 1,543 | java | package apap.tutorial.traveloke.service;
import apap.tutorial.traveloke.model.HotelModel;
import apap.tutorial.traveloke.model.KamarModel;
import apap.tutorial.traveloke.repository.KamarDb;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import javax.trans... | [
"marcelvaldhano@gmail.com"
] | marcelvaldhano@gmail.com |
4ddeb6a9ba05805375ba3042ab50a04fcff7117b | 1b7c0afaa88978171266acf3b2a53615111784c0 | /src/main/java/Netty_Guide/chapter05/src02/EchoServer.java | e77afd3248f8aa64bdefd74801e8f24820d3e1b3 | [] | no_license | huyuxiang/niostudy | 0b483b4f80242da1c9037844bf176b6cd043e015 | 70468366684e01c7f4104bf8b979ff2909f06c83 | refs/heads/master | 2020-04-13T21:40:50.445467 | 2016-10-10T03:38:21 | 2016-10-10T03:38:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,735 | java | package Netty_Guide.chapter05.src02;
import io.netty.bootstrap.ServerBootstrap;
import io.netty.channel.ChannelFuture;
import io.netty.channel.ChannelInitializer;
import io.netty.channel.ChannelOption;
import io.netty.channel.EventLoopGroup;
import io.netty.channel.nio.NioEventLoopGroup;
import io.netty.channel.socket... | [
"1678907570@qq.com"
] | 1678907570@qq.com |
f1622d16e1094732a02bf1f3006bf922011a029e | f4454c0bbf2c73273d967dc8a738c83df40c1fa5 | /src/Task_1/Application.java | b0a90b40dabbb5352ccace47113dd61ac295d58a | [] | no_license | ekatsiashvili/Java_Core_lesson_06 | 303763df449b1c914c89999de4bc5245a0ac7db7 | 256f03d0f3ea9ea11d2f16d8ac069e317104d88e | refs/heads/master | 2022-08-22T23:31:10.798628 | 2020-05-10T10:16:05 | 2020-05-10T10:16:05 | 262,750,448 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 233 | java | package Task_1;
public class Application {
public static void main(String[] args) {
hourlyWorker a = new hourlyWorker ("Bob",100,168);
a.Salary();
fixedWageWorker b =new fixedWageWorker("Ron",17000);
b.Salary();
}
}
| [
"katsiashvili.elena@gmail.com"
] | katsiashvili.elena@gmail.com |
2b2a03c101c758c07e96212839bee948a3fb7a85 | 02fc1b635a641a8331f1aa7ecd7b5ea74e29de50 | /Passenger.java | fa00e427570a74448098871d7ca9a481b22b124a | [] | no_license | abhayhonnalli/UseCase-TrainTicket | e82e05bef30cf290f220e468c8af4762761aa10f | dd110153395909c2a5e35d58ae66ab13dfd6acbe | refs/heads/main | 2023-03-19T02:28:44.745492 | 2021-02-20T18:21:14 | 2021-02-20T18:21:14 | 340,720,686 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,002 | java | package usecase;
public class Passenger implements Comparable<Passenger>{
private String name;
private int age;
private char gender;
public Passenger() {
super();
// TODO Auto-generated constructor stub
}
//Constructors Using Fields
public Passenger(String name, int age, char gender) {
s... | [
"noreply@github.com"
] | abhayhonnalli.noreply@github.com |
27f041ea8dd18d1a9519c4b3b7a1176e4add3216 | 2fad855d2fa2881951f996aaa79866635339af0a | /app/src/main/java/com/rishichandak/jaishreeganeshtextile/Admin/AdminAddNewProduct.java | 932066ce7f6452e08c779cca296fe543f9f4af90 | [] | no_license | rkc2001/Jai-Shree-Ganesh-Textile-App | 60ec06cef1b60214c0fef57586e9d17d6a7005a1 | 37afff3a08da69305cb2e3e784a5dfbe24cd584a | refs/heads/master | 2023-07-02T09:35:36.334406 | 2021-07-27T07:19:06 | 2021-07-27T07:19:06 | 389,747,152 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,739 | java | package com.rishichandak.jaishreeganeshtextile.Admin;
import androidx.activity.result.ActivityResult;
import androidx.activity.result.ActivityResultCallback;
import androidx.activity.result.ActivityResultLauncher;
import androidx.activity.result.contract.ActivityResultContracts;
import androidx.annotation.NonNull;
imp... | [
"ajaychandak2092@gmail.com"
] | ajaychandak2092@gmail.com |
46ef6029a88e39fd47bf5bc4299cbfcba32f0429 | 0679cb793c269246dc476c4501601a1828eb12b4 | /core/optaplanner-core-impl/src/main/java/org/optaplanner/core/impl/util/FieldBasedScalingMap.java | fbc0a601fed1ee62c38d22380ee328401a929daf | [
"Apache-2.0"
] | permissive | emmurphy1/optaplanner | cb726e321cd46186db32afda253daf627efbba03 | 936ac89c7576469dd827ec2cf9273be111fdc193 | refs/heads/main | 2022-10-07T21:14:51.923088 | 2022-08-29T09:43:22 | 2022-08-29T09:43:22 | 210,389,726 | 0 | 0 | Apache-2.0 | 2022-09-21T16:02:49 | 2019-09-23T15:28:46 | Java | UTF-8 | Java | false | false | 5,946 | java | package org.optaplanner.core.impl.util;
import java.util.Collection;
import java.util.Collections;
import java.util.Map;
import java.util.Objects;
import java.util.Set;
import java.util.function.BiConsumer;
import java.util.function.Supplier;
/**
* Uses a given {@link Map} as storage unless it is the first and only ... | [
"noreply@github.com"
] | emmurphy1.noreply@github.com |
193b3c4ff2c4289f3321db638e58ea5a69b163da | 6b691dd140e6092da809bb74cc194d9df496365c | /springMVCtest/src/main/java/view/liming.java | 4544b30b90e7fff412e8b94d4a8d274a2491b51e | [] | no_license | chongchongliu/springmvc_code | d2a38bac0243b6c0433264c27d6e7c2821140a70 | 70776438ee01237e5c16b010ac4e6d304f745584 | refs/heads/master | 2021-01-10T13:40:58.103839 | 2015-12-20T13:48:35 | 2015-12-20T13:48:35 | 48,322,492 | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 403 | java | package view;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
public class liming {
@RequestMapping(value="index.do")
public void index_jsp(Model model){
model.addAttribute("liming", "... | [
"120346801@qq.com"
] | 120346801@qq.com |
b670510b76c0147959c50faa49e6a90a7f705624 | 4f552438ba1495fa176a30e866320f1ae0a57c6a | /src/main/java/hu/transfet/javafx/MainController.java | 5f1c3bbbc42fe35757c383ab12971b51ac2d532c | [
"Apache-2.0"
] | permissive | Transfet/OpenJFX-spring-skeleton | 25349fbd88ad4ae894fc26f14adfa2d946bbdfc4 | 20d2990adc6df98d30e0a95a3727c34db5d66518 | refs/heads/master | 2023-04-23T19:23:24.307624 | 2021-05-05T00:06:17 | 2021-05-05T00:06:17 | 364,416,308 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 61 | java | package hu.transfet.javafx;
public class MainController {
}
| [
"alex.gyulai@accretivetg.com"
] | alex.gyulai@accretivetg.com |
e913d7f438f7393ff58100202151a755c52c29c7 | 6287f501e070737949b2e30eefec671025b6fa4e | /src/com/javaex/ex05/Ex07.java | 0179eb9e6df9b6761c59a4cd5ead9849d4b781c5 | [] | no_license | Minsik97/chapter01 | 4e1bde9b3b222b3b4ef976bae1720c179aeae740 | b3de1fea690a22594557b598521a170490f03fe3 | refs/heads/master | 2023-01-22T12:57:20.152010 | 2020-11-20T09:19:26 | 2020-11-20T09:19:26 | 311,881,035 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 763 | java | package com.javaex.ex05;
public class Ex07 {
public static void main(String[] args) {
int[] arrA = new int[3];
arrA[0] = 3;
arrA[1] = 6;
arrA[2] = 9;
int[] arrB; //변수만 생성
arrB = arrA; //주소값만 복사됨 같은 데이터를 바라본다.
//실제 데이터가 복사되는것이 아니다.
for(int i=0; i<arrA.length; i++) {
... | [
"insta@DESKTOP-IAVPL5C"
] | insta@DESKTOP-IAVPL5C |
db46b78fa41e41ca96f2a25b3ec9464e1fb32152 | 6007a98439ba12e0a62892d2d010aa351e027cfc | /src/course/chapter5/poo/matriz/application/Program.java | 3d048bb5a1e189d4402065bd81e6d8cce40d43fb | [] | no_license | davi1985/javacompleto | 0e08daf895cc895784fa4f19d18c9d62a26af425 | fb559df973f276873757ac6eede91b9560e76e2f | refs/heads/master | 2020-07-13T06:52:13.422554 | 2019-10-14T22:33:47 | 2019-10-14T22:33:47 | 205,023,016 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,013 | java | package course.chapter5.poo.matriz.application;
import java.util.Scanner;
public class Program {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
System.out.println("Enter N: ");
int n = scan.nextInt();
int[][] mat = new int[n][n];
for (int i = 0; i < mat.length; i++) {
... | [
"davisilvaphoto@gmail.com"
] | davisilvaphoto@gmail.com |
b95faa09f380242a96ecfb3fa590ecf0c44d8b59 | 632892dee43582ccd254c2b8bceb791c8386494d | /src/net/ion/craken/loaders/GridStore.java | aae70eaec9aa70ee04ce0c7e6a521f217ebc6b42 | [] | no_license | bleujin/craken | db15e052a62807a6194798f048613e60e3abb19e | ccdac24b196468439d90d449e206427c35519653 | refs/heads/master | 2021-01-17T09:19:58.536549 | 2016-12-22T03:27:56 | 2016-12-22T03:27:56 | 5,227,204 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,959 | java | package net.ion.craken.loaders;
import infinispan.org.codehaus.jackson.map.deser.impl.PropertyValue;
import java.util.Map;
import java.util.concurrent.Executor;
import net.ion.craken.node.crud.tree.impl.PropertyId;
import net.ion.craken.node.crud.tree.impl.TreeNodeKey;
import net.ion.framework.util.Debug;
import or... | [
"bleujin@gmail.com"
] | bleujin@gmail.com |
5a795df46bd00fedcca32e2cb0dd1568ee33a3ec | 82dc5807c02a9c81d574f59c74f72cabce8595a2 | /YFPosService/app/src/main/java/com/yifengcom/yfpos/api/SetDeviceDataTask.java | 73561b6b2dba550cad676d3a858f3dfb23c3c40f | [] | no_license | duslabo/android_work | 48d073e04cb58189c8cd363d4e1d8ada716474ea | adcaec07b3a7dd64b98763645522972387c67e73 | refs/heads/master | 2020-05-22T18:05:31.669708 | 2017-04-21T08:21:29 | 2017-04-21T08:21:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,629 | java | package com.yifengcom.yfpos.api;
import java.io.ByteArrayOutputStream;
import com.yifengcom.yfpos.DefaultDeviceComm;
import com.yifengcom.yfpos.DeviceComm;
import com.yifengcom.yfpos.ErrorCode;
import com.yifengcom.yfpos.YFLog;
import com.yifengcom.yfpos.codec.PackageBuilder;
import com.yifengcom.yfpos.exception.MPOS... | [
"dongyongzhi@foxmail.com"
] | dongyongzhi@foxmail.com |
418f61b74b2439bb25d34058be508cf011557211 | cbdecdd7040354b9bdaed4701edf3806390259aa | /src/main/java/com/hz/spring_ioc/service/DAO/PrimarySchool.java | f474244c1840abf41c92e86c4f2d77d2edf5f6cc | [] | no_license | Codefor4learn/spring | 431791ba746813ced8b4e3128c21768ddc09f5ef | f52f7a748a763d44567c1399abd292b4bfab7025 | refs/heads/master | 2023-01-09T19:47:14.851993 | 2020-11-13T15:54:05 | 2020-11-13T15:54:05 | 312,619,266 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 486 | java | package com.hz.spring_ioc.service.DAO;
public class PrimarySchool extends School {
private String name;
private String address;
public void setName(String name) {
this.name = name;
}
public void setAddress(String address) {
this.address = address;
}
@Override
public ... | [
"1532246395@qq.com"
] | 1532246395@qq.com |
bd6018bdee46e2135420e53d876658ba782188f0 | a9910845ec38479ffd0f45a8fc279c077680875d | /pb01PanicButtonCORE/pb01PanicButtonCOREClasses/src/main/java/x47b/services/delegates/persistence/X47BFindServicesDelegateForOrganization.java | 0733e1cb3b3b08d6ef34d06a997fdfbad0024905 | [] | no_license | opendata-euskadi/zuzenean-panic-button | adbab6eb5bc9b2ef086e188105a402c7551c0395 | 88ba04197c34a2effbe55c24e78a4d2d78a871dd | refs/heads/develop | 2021-07-09T04:38:20.677805 | 2019-08-20T08:29:12 | 2019-08-20T08:29:12 | 200,735,000 | 0 | 0 | null | 2020-10-13T15:07:58 | 2019-08-05T22:03:21 | Java | UTF-8 | Java | false | false | 2,384 | java | package x47b.services.delegates.persistence;
import javax.persistence.EntityManager;
import com.google.common.eventbus.EventBus;
import r01f.bootstrap.services.config.core.ServicesCoreBootstrapConfigWhenBeanExposed;
import r01f.locale.Language;
import r01f.model.persistence.FindSummariesResult;
import r01f.... | [
"pci@ejie.eus"
] | pci@ejie.eus |
dee2ccc0a5c1f454c789a5e6427e90242aee2a3e | 4e4f819f02fc6d11cdd397840a62a6622b6fac97 | /app/src/main/java/com/tongyuan/adapter/ShopCarAdapter.java | 3c6b40b956e53373b4f642fa7141477943277d61 | [] | no_license | bears08/TongYuan_A_1123 | 4233150eff75dfad47d8ba2449c4a8272fd8c611 | a3b42aea01ec19a21ded03e3b22d7a14b7993270 | refs/heads/master | 2021-01-10T13:23:25.779869 | 2015-11-30T10:36:39 | 2015-11-30T10:36:39 | 46,712,925 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,022 | java | //package com.tongyuan.adapter;
//
//import android.content.Context;
//import android.content.Intent;
//import android.os.Bundle;
//import android.view.LayoutInflater;
//import android.view.View;
//import android.view.View.OnClickListener;
//import android.view.ViewGroup;
//import android.widget.BaseAdapter;
//import a... | [
"airberkelly@qq.com"
] | airberkelly@qq.com |
60833ee10bed2b7ec9f19d6ae8f60397de60eb5c | 536b6b962f11a87fcab9c85b3dd65daa49accf47 | /PRACTICA_1/src/tp/pr1/mv/Pila/OperandStack.java | 0ee37cb2f7b524c38a761241578f7b30c441e06f | [] | no_license | PaytonZ/TP_Clases_Practica2 | b2f1fcbe17e4f8019dd0ce63a4af3f400488a537 | b21f83eef92b4b9a0056d3d8ec72a2162bf4b2ae | refs/heads/master | 2016-09-05T17:14:07.768882 | 2013-11-25T16:28:04 | 2013-11-25T16:56:19 | null | 0 | 0 | null | null | null | null | ISO-8859-3 | Java | false | false | 1,843 | java | package tp.pr1.mv.Pila;
import java.util.Stack;
/**
* Implementa la pila donde se colocan los elementos de tipo entero introducidos.
*
* @param n Elemento de tipo entero introducido por el usuario.
*/
public class OperandStack {
private Stack<Integer> pila = new Stack<Integer>();
//PUSH -- introduce a la p... | [
"juanlp01@ucm.es"
] | juanlp01@ucm.es |
338a8cac5f2d5bb3db0b8f670b85738f6ec001e3 | 27ffb95f7af04db21d24e5b30c48d84c47cc9168 | /app/src/main/java/com/litesuits/common/net/OkHttpConfig.java | 9dc33be46c35bdf2c8e7fa1fec5e1b09f207dc31 | [] | no_license | SensYang/yousucc | a2819af17c8d30129469592af119ad33c97d3338 | dc895907b53a6b67ee4ea078286eb066e42823e9 | refs/heads/master | 2020-04-04T00:10:38.345343 | 2018-11-01T01:06:56 | 2018-11-01T01:06:56 | 155,642,797 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,428 | java | package com.litesuits.common.net;
import com.squareup.okhttp.OkHttpClient;
import java.net.CookieManager;
import java.net.CookiePolicy;
import java.net.CookieStore;
import java.net.HttpCookie;
import java.net.URI;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.List... | [
"lui1997@126.com"
] | lui1997@126.com |
38ba34fdd23a493dca7104bd45fa32915a0cd142 | 1e9e033d3a61bbcdf0a123447babf7ecf901787f | /app/src/main/java/com/example/roomdatabasedemo/MyDao.java | 7ad002317be0f5a874783c609e463ff12c4a5c8a | [] | no_license | SumitIdea/RoomDatabase | 7cc91fd540c8cb4bac82c2b6d1a5586f45dc283a | 123de662586fcd0aa4f241b1989794111d803063 | refs/heads/master | 2023-06-20T01:24:36.500426 | 2021-07-21T04:31:13 | 2021-07-21T04:31:13 | 387,993,037 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 460 | java | package com.example.roomdatabasedemo;
import androidx.room.Dao;
import androidx.room.Delete;
import androidx.room.Insert;
import androidx.room.Query;
import androidx.room.Update;
import java.util.List;
@Dao
public interface MyDao {
@Insert
public void addUser(User user);
@Query("select * from users")
... | [
"sumidea23jun@gmail.com"
] | sumidea23jun@gmail.com |
de721ac502ba9dafd159af1dff3fcf0ddaa762b3 | 6b23d8ae464de075ad006c204bd7e946971b0570 | /WEB-INF/plugin/reserve/src/jp/groupsession/v2/rsv/RsvDailyValueModel.java | 6916b7e08c9394825a945f609c157ad162883abd | [] | no_license | kosuke8/gsession | a259c71857ed36811bd8eeac19c456aa8f96c61e | edd22517a22d1fb2c9339fc7f2a52e4122fc1992 | refs/heads/master | 2021-08-20T05:43:09.431268 | 2017-11-28T07:10:08 | 2017-11-28T07:10:08 | 112,293,459 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,474 | java | package jp.groupsession.v2.rsv;
import jp.groupsession.v2.cmn.model.AbstractModel;
/**
* <br>[機 能] 予約を日間画面表示用に編集したModelクラス
* <br>[解 説]
* <br>[備 考]
*
* @author JTS
*/
public class RsvDailyValueModel extends AbstractModel {
/** スケジュール情報 */
private RsvYoyakuModel yoyakuMdl__;
/** 横幅(... | [
"PK140601-29@PK140601-29"
] | PK140601-29@PK140601-29 |
573eb30be9c18520eb0161c99f1f64a05087daa7 | 2d2e1c6126870b0833c6f80fec950af7897065e5 | /scriptom-office-2k3/src/main/java/org/codehaus/groovy/scriptom/tlb/office/word/WdLineSpacing.java | 76740b271e981f6e3b7720f3f91312c20bb0b8ef | [] | no_license | groovy/Scriptom | d650b0464f58d3b58bb13469e710dbb80e2517d5 | 790eef97cdacc5da293d18600854b547f47e4169 | refs/heads/master | 2023-09-01T16:13:00.152780 | 2022-02-14T12:30:17 | 2022-02-14T12:30:17 | 39,463,850 | 20 | 7 | null | 2015-07-23T12:48:26 | 2015-07-21T18:52:11 | Java | UTF-8 | Java | false | false | 3,422 | java | /*
* Copyright 2009 (C) The Codehaus. All Rights Reserved.
*
* Redistribution and use of this software and associated documentation
* ("Software"), with or without modification, are permitted provided that the
* following conditions are met:
* 1. Redistributions of source code must retain copyright statements an... | [
"ysb33r@gmail.com"
] | ysb33r@gmail.com |
e1428fe29543fc1ddaa7d2cba18ba5baf38d7779 | 18d43477233451d60332dbe6f70186d40663a4fb | /src/test/java/DevOpsTraining/AppTest.java | 539af7b1449731149347c765c735eb10c36fa3fe | [] | no_license | radhakilaru/RK | 3b007e3e9045aaefebe49df48c8d38c82a4a55d2 | 02fc42038e4bbca74a62c43baeb14abc287f1f36 | refs/heads/master | 2021-04-29T23:21:42.756472 | 2020-02-13T16:41:53 | 2020-02-13T16:41:53 | 121,553,785 | 0 | 0 | null | 2020-10-13T06:43:24 | 2018-02-14T19:45:48 | PowerShell | UTF-8 | Java | false | false | 680 | java | package DevOpsTraining;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* Unit test for simple App.
*/
public class AppTest
extends TestCase
{
/**
* Create the test case
*
* @param testName name of the test case
*/
... | [
"noreply@github.com"
] | radhakilaru.noreply@github.com |
1bcf33cde7903789be5a4cc3227ed835eec1a074 | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/CHART-4b-2-27-SPEA2-WeightedSum:TestLen:CallDiversity/org/jfree/chart/axis/NumberAxis_ESTest.java | 5ba19a5f503912bddbd7f9a091df02fbcadd3394 | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 547 | java | /*
* This file was automatically generated by EvoSuite
* Sun Apr 05 22:43:27 UTC 2020
*/
package org.jfree.chart.axis;
import org.junit.Test;
import static org.junit.Assert.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.junit.runner.RunWith;
@RunWith(EvoRunne... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
869a07f49c4aaaf2fddbc13edff8b93d224d0232 | 43c012a9cdea1df74ddeaf16f7850ccaaedf0782 | /DAP/android/sub_app/fermat-dap-android-sub-app-asset-user-community/src/main/java/org/fermat/fermat_dap_android_sub_app_asset_user_community/common/header/UserAssetCommunityHeaderCLickListener.java | f7682c3a17ee4aa0af826f69f843b58c9dd54f09 | [
"LicenseRef-scancode-warranty-disclaimer",
"MIT"
] | permissive | franklinmarcano1970/fermat | ef08d8c46740ac80ebeec96eca85936ce36d3ee8 | c5239a0d4c97414881c9baf152243e6311c9afd5 | refs/heads/develop | 2020-04-07T04:12:39.745585 | 2016-05-23T21:20:37 | 2016-05-23T21:20:37 | 52,887,265 | 1 | 22 | null | 2016-08-23T12:58:03 | 2016-03-01T15:26:55 | Java | UTF-8 | Java | false | false | 353 | java | package org.fermat.fermat_dap_android_sub_app_asset_user_community.common.header;
import android.view.View;
/**
* Created by Nerio on 07/03/16.
*/
public class UserAssetCommunityHeaderCLickListener implements View.OnClickListener{
public UserAssetCommunityHeaderCLickListener() {
}
@Override
public... | [
"marsvicam@gmail.com"
] | marsvicam@gmail.com |
71fb09715644a2147e263ee9c35e77bb4d60e984 | a288451aa51bb4449f01ae83d1cb8c99f7d110f2 | /app/src/main/res/Task.java | b7a4b500490f4cac088c84307864e6088168dad0 | [] | no_license | 15017363/P06-TaskManager | a0ad31b95bdffbc0a315204471651425f17c3fd6 | bc096ea638f742f28c53b49f8d460806019e0847 | refs/heads/master | 2021-01-22T03:22:48.608556 | 2017-05-25T09:25:42 | 2017-05-25T09:25:42 | 92,375,343 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 68 | java | /**
* Created by 15017363 on 25/5/2017.
*/
public class Task {
}
| [
"15017363@myrp.edu.sg"
] | 15017363@myrp.edu.sg |
02ff9b30b9ca6536768a5764b0cafee70bc3acdc | d4d044732ce1d0d9aa518a02b8da6cff43d3b196 | /xiang-core/src/main/java/com/yangfan/xiang/core/web/vo/DefaultCoreRequest.java | 23ce20fff0fb00b08a580b93b34e779e9ba1dbc6 | [] | no_license | MangoFYang/xiang | 83407ebe11f1ca0148e029a59b6ffb6e506b8a4f | ed2f4bc4321a33cd3dda08bea7f745c4e68aae2a | refs/heads/master | 2016-09-10T00:07:37.578691 | 2014-08-09T13:47:02 | 2014-08-09T13:47:02 | 15,398,363 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,334 | java | package com.yangfan.xiang.core.web.vo;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import org.springframework.data.domain.PageRequest;
import org.springframework.data.domain.Pageable;
import org.springframework.data.domain.Sort;
import org.springframework.data.domain.Sort.... | [
"18729218113@163.com"
] | 18729218113@163.com |
55ff8bc0167af74a6ace3f568d5b4a85edfbeec8 | 958e59f03247a14a038b07fcf8a099d39b694319 | /src/java/wolf/AddServlet.java | 24db09640e30ff20a9f59622aab5c09e44895ee1 | [] | no_license | khalilmuslimani/WebDatabaseProject | f54425160686c1e8d1f0644e2dc9aead589ea69f | df0aabffa403043fe64b223dfabac8eab53e6038 | refs/heads/master | 2020-12-23T08:39:45.264018 | 2020-01-29T23:22:27 | 2020-01-29T23:22:27 | 237,100,372 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,507 | 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 wolf;
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.Connection;
import java.sql.DriverMana... | [
"noreply@github.com"
] | khalilmuslimani.noreply@github.com |
8a9556d71e2591c01c044cb63c4ad032ad6c5521 | 5ad8c74f936405f5e76252980a4220bbc9ace70c | /app/src/main/java/com/example/pizzaapplicationapps/MainActivity.java | 0b70cc365d2d51776246ca1d9d1ba9d3bc90d603 | [] | no_license | Ayush1619/Pizza-ap | ee6f31e0e8ce33214f349ea6e4962ba67a80bf1e | b18680b8209d80150529a9e279cf7d79fc10d626 | refs/heads/master | 2020-06-01T17:55:20.293216 | 2019-06-08T10:12:53 | 2019-06-08T10:12:53 | 190,873,124 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,777 | java | package com.example.pizzaapplicationapps;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.ListView;
import android.widget.Spinner;
import android.widget.Toast;
public clas... | [
"you@example.com"
] | you@example.com |
eb5a0abd77f341681e5d02d03b06958529ead0f4 | 7ccddd84ea067dd1b46da9c1f0662604b2301f6d | /app/src/main/java/com/qtt/jinrong/enums/SocialFundEnum.java | 5125a803e2673c2c0db8c694336df090d6267aca | [] | no_license | miraclehjt/loan | 532c1841e782a93e920331ba742b9743491e103d | 97e7abfab0ac600ca9072b0f7057c69e770d6204 | refs/heads/master | 2021-06-03T05:27:54.819059 | 2016-04-30T11:47:52 | 2016-04-30T11:47:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,013 | java | package com.qtt.jinrong.enums;
import java.util.ArrayList;
import java.util.List;
/**
* 有无社保公积金
* Created by yanxin on 16/3/4.
*/
public enum SocialFundEnum {
无社保无公积金(1),
有社保有公积金(2),
有社保无公积金(3),
无社保有公积金(4);
private int code;
SocialFundEnum(int code) {
this.code = code;
}
... | [
"453023604@qq.com"
] | 453023604@qq.com |
599263222695dd5ae826c41e8c8fa21bd30ba897 | 55ea243a53ccc8c0edcb02048efa71095ec2f72e | /InternetAnt/src/db/dao/EmploymentParser.java | c22af3f09dd0246942d09566a310a921bb30dbd9 | [] | no_license | caoyang5858/htmlparser | da721e1a3ed3136e214543a4a74a9c0f1aa511ee | 95ed27dafc2b39a38c78d546cad579749a9df63f | refs/heads/master | 2020-04-11T15:25:54.898625 | 2018-12-15T10:30:35 | 2018-12-15T10:30:35 | 161,891,245 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 733 | java | package db.dao;
import java.sql.ResultSet;
import java.sql.SQLException;
import db.bean.EmploymentBean;
import db.util.RowParser;
public class EmploymentParser implements RowParser{
public Object convertToModel(ResultSet rs) {
EmploymentBean emp=new EmploymentBean();
try {
emp.setNum(rs.getInt("num"));
e... | [
"491109557@qq.com"
] | 491109557@qq.com |
8156a6eebdbd057417d61451a86e3caaf96e4af3 | c336378288a91efa2a2c6d669d376b9304e9a25b | /src/main/java/datasuorcetwo/datasource/entity/DeviceAirSoilLight.java | 21a7268302b1496f7b5396a829291611e9a90825 | [] | no_license | YK1099530925/datasource | ddaac19001bccfce16c455fcccdc9dabe831814e | db6c0a40600c5544e901f587c637fc1379203c9b | refs/heads/master | 2020-09-28T16:40:49.115030 | 2019-12-09T08:45:20 | 2019-12-09T08:45:20 | 226,816,955 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,166 | java | package datasuorcetwo.datasource.entity;
import org.hibernate.annotations.GenericGenerator;
import javax.persistence.*;
import java.io.Serializable;
import java.util.Date;
@Entity
@Table(name = "device_air_soil_light")
public class DeviceAirSoilLight extends BaseEntity implements Serializable {
@Id
@Generate... | [
"1099530925@qq.com"
] | 1099530925@qq.com |
e182530970a58a92cfabb916f1fcbe188f8956e4 | e8867c961e10f7651bb4152e986ef91f2826048d | /src/main/java/com/ModelExcel/Converter/Converter.java | adf3a67f08cc5d1e4fb2694f5fa854415c734781 | [] | no_license | kolyamolya/Matrix | 3302e7c7f5d3a09ccfa3cc9847d0eaa4b42b2d69 | 3576dc4cf4cd95d5b01a676ffd9c80a85c01fb08 | refs/heads/master | 2021-07-07T18:06:35.019766 | 2019-07-17T12:02:09 | 2019-07-17T12:02:09 | 193,917,739 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 947 | java | package com.ModelExcel.Converter;
import java.util.ArrayList;
import com.Matrix.ModelMonthlyReport.Row.RowForTable;
import com.ModelExcel.Cell.AbstractStringCell;
import com.ModelExcel.ExcelSheet.ExcelSheet;
import com.ModelExcel.Interface.InterfaceConvert;
public class Converter implements InterfaceConvert {
publ... | [
"43096686+kolyamolya@users.noreply.github.com"
] | 43096686+kolyamolya@users.noreply.github.com |
d5a4eb78eddd67cbf18dc7524df12d37fe69dca4 | ff1b557eb08424065eca00228918aa99bd7084ff | /ej005_paises_WS_JavaFX/src/service/InfoPaisesServiceImpl.java | 545128bd769b69e95aa8875b08ab455708a7f29a | [] | no_license | wadajo/javaprofesionalCFTIC_V | d1ec3c0d51542b755d07264564a02924390ad7d4 | 20c67e6dc4a84f5e06311d6a60d10a718b605c6c | refs/heads/master | 2023-01-02T05:12:10.753890 | 2020-10-16T07:47:05 | 2020-10-16T07:47:05 | 300,528,658 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 530 | java | package service;
import java.util.Map;
import java.util.stream.Collectors;
import model.Pais;
import util.Utilidades;
public class InfoPaisesServiceImpl implements InfoPaisesService {
@Override
public Pais devolverPais(String nombre) {
return Utilidades.mapearAPaises()
.filter(pais->pais.getNombre().equals(... | [
"usuario@macbook-jc.home"
] | usuario@macbook-jc.home |
af3436d5d6dadc4aa219c006468238293d219982 | fc5592525f2211b8c771e82ac96ebd827a31770c | /src/Kinder.java | 97482562227b3709981d68a581f56befb30c183b | [] | no_license | Murad-Yateem/kindergarten | fd56299f8a1f11fc3d08127a9ed25a1b5fd38083 | 06fb9c7aa241907760d5971fb4cd17bb47015edb | refs/heads/master | 2020-04-25T19:10:20.989540 | 2019-02-28T00:04:57 | 2019-02-28T00:04:57 | 173,009,972 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 247 | java | import java.util.Scanner;
public class Kinder {
Scanner scanner = new Scanner(System.in);
public String name;
public int age;
public Kinder(String name, int age) {
this.name=name;
this.age=age;
}
}
| [
"moradyateembj@gmail.com"
] | moradyateembj@gmail.com |
6ffa4bda0bc041e861187f3c82635833fed6039d | ced11fd402c75ef685e72ac88910ce2b69daa2ff | /workbench/src/main/java/org/fourthline/cling/workbench/plugins/contentdirectory/impl/DetailPresenter.java | 1fb5d24b8e44e835846d37f24a369bbc383ceddb | [] | no_license | COLTRAM/cling | eeedde664de2995c56cdb1b4e0452ee3628d72f6 | 02a30774315a6f26da4a916c4ef88ce18f7d86df | refs/heads/master | 2021-01-14T14:29:04.853829 | 2014-04-02T16:16:39 | 2014-04-02T16:16:39 | 18,370,971 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 10,004 | java | /*
* Copyright (C) 2013 4th Line GmbH, Switzerland
*
* The contents of this file are subject to the terms of either the GNU
* Lesser General Public License Version 2 or later ("LGPL") or the
* Common Development and Distribution License Version 1 or later
* ("CDDL") (collectively, the "License"). You may not use ... | [
"cb@4thline.com"
] | cb@4thline.com |
02f79473f075f0913b840aeeee5416650ec82ef7 | aedb21944d087f182fb718c8dbfdc74b22f1ee42 | /src/main/java/no/kristiania/yahtzee/Yahtzee.java | fd33594bacc961525d3aedcb333f34f584b8d5ed | [] | no_license | Seventh-CodeLab/College-Yatzee | 22744e11b080e897f13eddc015a5e65c32112e58 | 8dcd5cbf556605e280ff2a26e29ac8e910aa59e1 | refs/heads/master | 2020-07-13T00:53:26.632738 | 2019-08-29T21:11:53 | 2019-08-29T21:11:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,811 | java | package no.kristiania.yahtzee;
//Production File
class Yahtzee {
static int getScore(Category category, int[] rolls){
int[] dieFrequency = diceCounter(rolls); //Tracks roll results: Index 1 = Dice with 1's, etc.
switch (category){
case ONES: return dieFrequency[1];
case TW... | [
"SeventhDisaster@outlook.com"
] | SeventhDisaster@outlook.com |
280e5851c9d342541786778ec2bd3513ead2ae40 | cbbcead358f0c848e0c51428e18b42a2d3032829 | /WEB-INF/src/com/wisegrid/admin/expenseFactoryResult_list02.java | 2ce90963bc2953b8c2335fa90bf3dae9f0a8e362 | [] | no_license | NSAPS/nscm | f1b8c4ebcd7000d81cd1b83978ddfc5a353c5efe | f413b3c2aa8247907cb685a5daf138792fce2b8d | refs/heads/master | 2020-09-19T08:20:10.330036 | 2016-09-08T00:01:46 | 2016-09-08T00:01:46 | 66,534,395 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 30,762 | java | package com.wisegrid.admin;
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.SQLException;
import java.util.ArrayList;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletRes... | [
"nuy@nongshim.co.kr"
] | nuy@nongshim.co.kr |
8669a76bef4b2d9a949d124b176411fea4ea88ba | f2393ab072484e729a6f346399056ca5f43372fa | /SpringCloudTutorials/SpringCloudConfig/src/main/java/com/spring/cloud/config/SpringCloudConfig/SpringCloudConfigApplication.java | f2f4a3e0dac3fe9a36987a53207e258334a0e0bd | [] | no_license | gowthamshankar99/LetsDebugTech | 735ed2c90db68b681aeeed8461b3b7479c966e05 | 697d0fbb2b1be3de928f6f8b0f90e6628200d2f6 | refs/heads/master | 2023-03-23T21:30:23.302628 | 2020-09-19T14:18:52 | 2020-09-19T14:18:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 443 | java | package com.spring.cloud.config.SpringCloudConfig;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.config.server.EnableConfigServer;
@SpringBootApplication
@EnableConfigServer
public class SpringCloudConfigApplica... | [
"noreply@github.com"
] | gowthamshankar99.noreply@github.com |
059b6fde35a1bb8797c39e9ea3fa248b856c8e5f | 0ade87cbff61dbf518c21d8f4b6659a56c2fc59d | /src/com/test/level38/lesson06/task01/Solution.java | 08041d9f5f07995030f5ec6405527dff2d358e71 | [] | no_license | KashkanVlad/JRHW | 1b47fb563e15c17aef0640c6fbb7b1466476ed0b | ced081ba7b59c685dc299cbfb416081acd81bbdf | refs/heads/master | 2021-07-12T04:51:44.629029 | 2017-10-15T23:22:27 | 2017-10-15T23:22:27 | 107,056,246 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,217 | java | package com.test.level38.lesson06.task01;
/* Улучшения в Java 7 (try-with-resources)
Перепиши реализации методов класса Solution.
Используй нововведения, касающиеся обработки исключений, которые были добавлены в Java 7.
*/
import java.io.BufferedInputStream;
import java.io.FileInputStream;
import java.io.IOException;... | [
"vladislav.kashkan.primary@gmail.com"
] | vladislav.kashkan.primary@gmail.com |
ae5d0539b441fe946e588e6ffd0a13843c09a574 | 009b1ebd0abc2bfb5bc6abaa6fc1e373ecdb28d9 | /deprecated/src/androidTest/java/com/dianshang/deprecated/ExampleInstrumentedTest.java | 376b2630b220cf272ff04a39b1a2bf0b92e16753 | [] | no_license | MumuGit/MU | 5b702270cf7ac8b030342db3ba6016eddd609642 | 67a695cd58b4cb29623dc4d928e2e3ad491eb61c | refs/heads/master | 2021-01-15T14:19:21.704967 | 2018-11-14T08:24:38 | 2018-11-14T08:24:38 | 99,685,507 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 732 | java | package com.dianshang.deprecated;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Androi... | [
"765879176@qq.com"
] | 765879176@qq.com |
7da23b3380367e02a1283d13a063d898a123f953 | 12aecb08e6469378ad8695321976f66360801a4d | /Project/Code/src/matrix/IllegalDimensionException.java | 29bb19a39dea3211990f53afacbdd040a9afed1e | [] | no_license | zhongshuiyuan/BackPropagation | e7b3850d3e6ce522ac5727bd958d351e69c98351 | f1f77064b68ded7ad4c7a31a1a894f7270069c93 | refs/heads/master | 2020-12-25T05:43:56.469573 | 2015-03-28T20:58:56 | 2015-03-28T20:58:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 309 | java | package matrix;
public class IllegalDimensionException extends Exception {
public IllegalDimensionException() {
super();
// TODO Auto-generated constructor stub
}
public IllegalDimensionException(String message) {
super(message);
// TODO Auto-generated constructor stub
}
}
| [
"chelinoska@gmail.com"
] | chelinoska@gmail.com |
de88f42f047561d72486553cacca072c56805aa2 | 5fced5809fced7b4e87f2aaec8ace288ebc08e89 | /src/Players/NegamaxABPlayer.java | e79d7f393fde484851c357a238bd537639e145be | [] | no_license | cpetry/ChiniMess | eb4d9bcdce5c52edc96b5617aaeed90ae2edb5ce | 50ed75e563af4acf70fa1d57c0672e9d8c38c736 | refs/heads/master | 2021-01-15T23:45:40.425879 | 2013-04-26T12:46:33 | 2013-04-26T12:46:33 | 9,595,250 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,404 | java | package Players;
import java.sql.Time;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.TreeSet;
import ChiniMess.Board;
import ChiniMess.GameStatus;
import ChiniMess.Move;
import Figures.Figure;
import Figures.Pawn;
import Figures.Queen;
public class NegamaxABPlaye... | [
"petry2christian@gmail.com"
] | petry2christian@gmail.com |
98cfa618dfdc074415ed399627ba92b7f73675ee | 81104c146422de7d9b795e2c79fba6ac9bc38aea | /appserver/downstream/Server/config/java/invoiceeform/CatValidateInvoice.java | 2f4bffb9b569083222f69eb60080b9222def7452 | [] | no_license | skishukmr/Masterfiles | 7b92c7d1fdc53abd3b8d48f9a1fe7f48e7d9d108 | 544b5c0e866489a45e266f19bf42715cc392e6cd | refs/heads/master | 2020-04-26T18:40:31.792251 | 2014-03-11T19:26:24 | 2014-03-11T19:26:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,307 | java | /*
Author: Nani Venkatesan (Ariba Inc.)
Date; 5/29/2005
Purpose: The purpose of this class is to prevent entering a duplicate invoice.
*/
package config.java.invoiceeform;
import ariba.base.core.Base;
import ariba.base.core.BaseId;
import ariba.base.core.ClusterRoot;
import ariba.base.core.aql.AQLOptio... | [
"Dec11@test.com"
] | Dec11@test.com |
1aadcf92b46188172b04c0666f59fc269aeb43dd | c6f5403e24aac11826bb24cdd078bf2d37b23f63 | /app/src/main/java/com/personal/recyclerview/MainActivity.java | c2d6d08254c0dcd5edaa06dae6350861a7410c77 | [] | no_license | Avinash696/RecyclerViewRecap | ccd2833249eb460f2ff332513520cb532ff109d9 | 0e580f3e11a26474e02e26873a29b8332f532834 | refs/heads/master | 2023-05-13T14:08:53.979894 | 2021-06-03T15:27:30 | 2021-06-03T15:27:30 | 373,555,341 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 925 | java | package com.personal.recyclerview;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import androidx.recyclerview.widget.RecyclerView.Adapter;
import android.os.Bundle;
public class MainActivity extends AppCompa... | [
"arawatrawat696@gmail.com"
] | arawatrawat696@gmail.com |
2820b5de97f72a571467bdf868a551ac3f8c53ed | 885d6eb27db8dbfa9d349547c6195deae07f656b | /birds/src/main/java/com/zy/birds/activity/WcontentActivity.java | f7b59f8afe85878a1ac27e3b15d058a1f2740585 | [] | no_license | WinnieZy/Birds | 6363d15bfc3e8271b7b21b1baefaca7d85799681 | 612c907197e33ec62e7d70588a250e10643bb325 | refs/heads/master | 2021-01-25T06:55:19.494889 | 2017-06-07T14:54:35 | 2017-06-07T14:54:35 | 93,621,726 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,126 | java | package com.zy.birds.activity;
import com.zy.birds.R;
import com.zy.birds.Model.BirdsDB;
import com.zy.birds.Model.Weekly;
import com.zy.birds.util.ImageUtil;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.Window;
import android.widget.ImageView;
import andro... | [
"897531071@qq.com"
] | 897531071@qq.com |
4f1503a7b1f452d8692fb4ed025e793918df7d1c | 9c01b44ca250879f5834c2bb9093b9a57507f502 | /GwtTest/src/com/rbevans/server/GreetingServiceImpl.java | 9b744655a619c881a25e4c696a93014f0cbf4334 | [] | no_license | manuelsantiengineering/EN605_681 | eade10d87261d4e30016f72692d254a407354dd5 | f7bd16cf350a6ef7462a794764a884e3d9fc3adb | refs/heads/master | 2020-09-07T18:46:13.923968 | 2019-11-16T22:11:42 | 2019-11-16T22:11:42 | 209,183,529 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,295 | java | package com.rbevans.server;
import com.rbevans.client.GreetingService;
import com.rbevans.shared.FieldVerifier;
import com.google.gwt.user.server.rpc.RemoteServiceServlet;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
import javax.swing.text.DateFormatter;
/**
* The server-... | [
"manuelsantiengineering@gmail.com"
] | manuelsantiengineering@gmail.com |
6b09cdf61d77d2c002926b15043571af830246cc | c2efa8f7e0e9ee7983a28456576bac06401029cd | /msg/src/main/java/com/msg/exception/MessageSendException.java | 1cfa5f7d7a323f87db112312f7532a3c4aa55cd4 | [] | no_license | kotori0815/message | 63b0ce79afbaca705b4d7675265e69790733749b | 14a6f04a320bbd35b1b8edce36a08f4cddc8227c | refs/heads/master | 2021-04-09T15:51:13.549266 | 2018-08-29T09:50:49 | 2018-08-29T09:50:49 | 125,589,680 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,652 | java | package com.msg.exception;
/**
* Created by wd on 2017/10/26.
*/
public class MessageSendException extends RuntimeException{
private static final long serialVersionUID = 1L;
/**
* 错误编码
*/
private String errorCode;
/**
* 消息是否为属性文件中的Key
*/
private boolean propertiesKey = true;
... | [
"monokumo@163.com"
] | monokumo@163.com |
4158c3f17fc85e5eb9a8c99f0164a69918924743 | 4385a4ad80fcb65a5990cefdae7da468079b8529 | /ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/LoadPartitionDoneEvent.java | aded0e94ef1f64fdfc8c0011fa046af9b98c98bc | [
"Apache-2.0",
"JSON",
"BSD-3-Clause",
"Python-2.0",
"MIT",
"GPL-1.0-or-later",
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | LadyForest/hive | f47f5bd185478a66d2b45d5efd8af32d0d32f5ac | 95e76f0bd65e9c7f48252d5c4777ca5ab2a66c3b | refs/heads/master | 2022-12-23T01:25:55.555661 | 2020-09-17T08:06:46 | 2020-09-17T08:06:46 | 296,282,642 | 1 | 0 | Apache-2.0 | 2020-09-17T09:38:18 | 2020-09-17T09:38:17 | null | UTF-8 | Java | false | false | 2,943 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | [
"daijyc@gmail.com"
] | daijyc@gmail.com |
ff51784e2b263156975dfc58f3f49312eec75a02 | 018781953bce1ad759c8fbe8e4b6bba43654d483 | /src/vistas/AltaMaterias.java | 3a038c3673cd102165a3ee3ea5c0ff870575a6c9 | [] | no_license | PabloBarrionuevo/Lab1-TP7 | 8a8badfab9ecf7ebfb2f8c82aa9be2bbc10150cb | c5cd8f81a673a20c44824423d257529a61be5002 | refs/heads/master | 2023-04-05T13:37:09.638538 | 2021-04-16T08:13:59 | 2021-04-16T08:13:59 | 358,524,922 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,968 | 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 vistas;
/**
*
* @author Pablo
*/
public class AltaMaterias extends javax.swing.JInternalFrame {
/**
* Creates new... | [
"Pablo@NOTEBOOK-PABLO"
] | Pablo@NOTEBOOK-PABLO |
f19f7215e530aea38fe893f7b221a64677701ec1 | 5bf213b4deca7cdc67faeec0ed8beedd48ece7dc | /src/java/com/spring/entity/Teacherdb.java | c84bf9ac4d94e647895097fd69374cac7fe3694f | [] | no_license | smaharjan974/collegemanagementsystem-CMS- | b65abf42b77c62921c560bcfc817f2a37c2596b0 | bb0dab30e476c3939a66481bff6e1958e8e51bf1 | refs/heads/master | 2021-07-13T02:43:45.835947 | 2017-10-18T07:02:33 | 2017-10-18T07:02:33 | 107,370,245 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,334 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.spring.entity;
import java.io.Serializable;
import java.util.List;
import javax.persistence.Basic;
import javax.persistenc... | [
"smaharjan974@gmail.com"
] | smaharjan974@gmail.com |
5b2b35b5769e976611de8ca70ca6471f70ba3b94 | ffd8a2478f9708a83f0b4b19596c30a2ee43bb82 | /alistirmalar/src/alistirmalar/WhileKullaniciTarafindanGirilenOnSayiyiToplayanProgram.java | 4ae36facc3d2b3e4b3d00045b1ef566d472e7afb | [] | no_license | ahmetyanik/JAVA | ce92ae9fbba6db586507b383a5d2c462e20e97a3 | 0bb2df57ac46a5fa46fd127ab9f134b24c2cd78e | refs/heads/master | 2023-05-31T05:44:19.123691 | 2021-07-01T18:04:12 | 2021-07-01T18:04:12 | 382,117,251 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 470 | java | package alistirmalar;
import java.util.Scanner;
public class WhileKullaniciTarafindanGirilenOnSayiyiToplayanProgram {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int sayac = 0;
int toplam = 0;
int i = 0;
while(i<10) {
System.out.print("Lütfen sayilari... | [
"ahmetyank4242@gmail.com"
] | ahmetyank4242@gmail.com |
3f1bb3aa0ffc40a1e98613f9e96395e1bf13b735 | 4570d13c3c4ea315ac35c0ceae8cc2e82e88a2ab | /src/main/java/by/sergeev/hotel/dao/impl/RoomDaoImpl.java | df81fdfde067564957d32f872d060be1de437bd9 | [] | no_license | Fargus811/final_hotel | b2156a75470998c9d01af494897574053a64914d | c92ebc297abb1cd85124316a12fbb2023d3aa2b1 | refs/heads/main | 2023-01-23T18:59:18.298769 | 2020-12-08T11:27:17 | 2020-12-08T11:27:17 | 301,227,530 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,010 | java | package by.sergeev.hotel.dao.impl;
import by.sergeev.hotel.dao.AbstractJDBCDao;
import by.sergeev.hotel.dao.RoomDao;
import by.sergeev.hotel.entity.Booking;
import by.sergeev.hotel.entity.Room;
import by.sergeev.hotel.entity.enumeration.RoomGrade;
import by.sergeev.hotel.exception.ConnectionPoolException;
import by.se... | [
"ggas10041997@gmail.com"
] | ggas10041997@gmail.com |
24f6166af05b5990b5380902e8e7a80476c4cd28 | e529e568c231ef261107917ea25b663e3e60ff01 | /src/test/java/controllers/VersionControlGatewayTest.java | 83626ddaa85041ea34dcc6e15ed0e0d22e33ed30 | [] | no_license | kingarj/API-migration-recommender | db4c19b0c8821f26ded0b038143cc9a63f10ff42 | 826512a1aed94ba2bffdadffbbb45ce7ea223c69 | refs/heads/master | 2020-04-26T05:11:35.576708 | 2019-04-11T12:27:52 | 2019-04-11T12:27:52 | 173,325,664 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,575 | java | package controllers;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import java.io.IOException;
import java.io.Reader;
import java.net.URISyntaxException;
import org.apache.http.Consts;
import org.apache.http.HttpResponse;
import ... | [
"alicerjk@gmail.com"
] | alicerjk@gmail.com |
edcfaca7b5b351da31a92aa84ff2b1c7e9da679a | b8563797b2497f2f426ed6b26bdd9bb43de62820 | /src/main/java/com/itsight/cuy/json/JsonMoneySimpleSerializer.java | 9f1fc8b06dbced1473397e07350ab321a1928754 | [] | no_license | itsightconsulting/cuy_mobile | 3e8cab43f07da3ee228f1a8e18e610fb4ebb18bd | 058db971680b4e70590cb0e4e5a51f80a55792c9 | refs/heads/master | 2020-04-13T21:01:06.591204 | 2018-12-28T20:20:57 | 2018-12-28T20:20:57 | 163,445,771 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 565 | java | package com.itsight.cuy.json;
import com.fasterxml.jackson.core.JsonGenerator;
import com.fasterxml.jackson.databind.JsonSerializer;
import com.fasterxml.jackson.databind.SerializerProvider;
import java.io.IOException;
import java.math.BigDecimal;
public class JsonMoneySimpleSerializer extends JsonSerializer<BigDeci... | [
"peterpaul.0194@gmail.com"
] | peterpaul.0194@gmail.com |
70ababeaf3b197056214d2a60dc33d41b7463b23 | a373f1fb2949eb4d3b777c7ed59d3cdc71d69531 | /items/items-domain/src/main/java/org/dominokit/craft/model/ListingItem.java | e5a266f0a6453af51797e86842c703be11621022 | [] | no_license | rjeeb/old-crafts | 12ad6fe557446f95558e6bf6aaa9b51bd5aea8e9 | e5e5c9e835d29f23838632a3e836fbdee3fc4d1d | refs/heads/master | 2020-04-07T02:43:27.227094 | 2019-01-07T19:31:43 | 2019-01-07T19:31:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,654 | java | package org.dominokit.craft.model;
import org.dominokit.craft.exception.InvalidItemException;
import org.dominokit.craft.items.shared.model.Violation;
import org.immutables.value.Value;
import java.util.ArrayList;
import java.util.List;
import static java.util.Objects.isNull;
@Value.Immutable
public abstract class ... | [
"rafat.albarouki@gmail.com"
] | rafat.albarouki@gmail.com |
2a614ccd9fd99eccbb5d5658b7d22d7b9227d0c2 | 2a39be604fb32b177cc9e4859ea35770387f60e4 | /live-common/src/main/java/com/homvee/livebroadcast/common/enums/EncryptionEnum.java | 2bf2294d375b777bb48b9f31a3b7dd99e13c715e | [] | no_license | tanghomvee/live-broadcast | 42fa69bc90a72fefdced9c4911a6fde92b1f5bcb | b906c0ed7d33bf5ae8e3dd3b99186307d9dbd971 | refs/heads/master | 2020-03-23T06:34:32.525748 | 2018-09-30T02:00:19 | 2018-09-30T02:00:19 | 141,216,918 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,823 | java | package com.homvee.livebroadcast.common.enums;
import com.google.common.collect.Maps;
import org.apache.commons.codec.binary.Base64;
import sun.misc.BASE64Encoder;
import javax.crypto.Cipher;
import java.math.BigInteger;
import java.security.*;
import java.security.spec.PKCS8EncodedKeySpec;
import java.security.spec... | [
"Wert324tang"
] | Wert324tang |
f231220feb45d1b787664860c524ac84ea14aa24 | 4d056777f493f02ce386c4aff212f388c33e551a | /BookList/app/src/main/java/com/example/android/booklist/BookLoader.java | 2be349c6c8a99c554c8c2c96c4b3bd379b00f3c1 | [] | no_license | hitesh-bansal/AndroidBasicProjectByUdacity | 406c071e8724899b8ab645d33deea4b5e76f7b98 | 296001e0c96c06935fecc75fabaafa5ec40dc7fe | refs/heads/master | 2021-01-18T18:12:06.897814 | 2017-08-19T16:48:14 | 2017-08-19T16:48:14 | 100,516,339 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 613 | java | package com.example.android.booklist;
import android.content.AsyncTaskLoader;
import android.content.Context;
import java.util.List;
public class BookLoader extends AsyncTaskLoader<List<Book>> {
private String mUrl;
public BookLoader(Context context, String url) {
super(context);
mUrl = url;
... | [
"hiteshbansal224@gmail.com"
] | hiteshbansal224@gmail.com |
647bbe51daf71fe256c56b1fbf9517e01e1ff287 | f1e5f9e09e094d3d35fe3c3c070d135e0e40c384 | /src/test/java/ObjectClass/Successful.java | 4c37f245c945dd49df65a75552653182e3b3469a | [] | no_license | GiorgiBolotashvili/restAssured-homework | d7d6cd0a62a9d72ea882feeb3d63b916890a1214 | 2f32d99c3db236f88938f1c72ac363a37bd5aff5 | refs/heads/master | 2023-08-25T18:23:44.637082 | 2021-10-27T19:20:17 | 2021-10-27T19:20:17 | 419,970,305 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 344 | java | package ObjectClass;
public class Successful {
private int id;
private String token;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getToken() {
return token;
}
public void setToken(String token) {
this... | [
"gio_bolota@yahoo.com"
] | gio_bolota@yahoo.com |
ce38041cd529cb92d3493d66ed86014b5763462f | 0a012e5364971f843e53ffba2a472c8d073b06ba | /src/com/android/yijiang/kzx/fragment/KzxTargetSelectedFragment.java | d42eac5a1d04744e88a62aa609f852e086f8ce7a | [] | no_license | davidleen/kzx | 349db04235a9f5ac0766ef1f40bdc29adaaef51b | c6bd28d02d55ab97dff091ab08c419876ee17182 | refs/heads/master | 2021-01-10T12:51:14.971361 | 2016-03-01T15:12:39 | 2016-03-01T15:12:39 | 51,090,830 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,829 | java | package com.android.yijiang.kzx.fragment;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.lang.reflect.Type;
import java.net.SocketTimeoutException;
import java.net.UnknownHostException;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Ha... | [
"davidleen29@gmail.com"
] | davidleen29@gmail.com |
122539e732ac3833a3f2d9cc18c0346d5c0338a4 | 83cea6bfbd066c6937b690da46609aee541f3c89 | /src/main/java/com/leah/ipproxy/MyHttpResponse.java | 28eac2b97759deb1e31b24b015a310b16512c82d | [] | no_license | leahSunshine/multithreading-crawlers | c7953931912c0f9f387e4e8289e13480a236eba4 | ee2f3fa7c95b840a777535ab09c0cf49b8892f40 | refs/heads/master | 2020-03-26T21:51:00.550947 | 2018-09-07T09:33:58 | 2018-09-07T09:33:58 | 145,412,293 | 0 | 0 | null | 2018-08-20T12:03:34 | 2018-08-20T12:03:34 | null | UTF-8 | Java | false | false | 5,330 | java | package com.leah.ipproxy;
import java.io.IOException;
import org.apache.http.HttpHost;
import org.apache.http.client.config.RequestConfig;
import org.apache.http.client.methods.CloseableHttpResponse;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.impl.client.CloseableHttpClient;
import... | [
"Administrator@k-PC"
] | Administrator@k-PC |
773ab2334d9b1faa755203d815676a475aec1054 | 780a385a0617415b66019007a257b6d036061831 | /src/gent/timdemey/visuals/core/log/elements/AbstractDebugElement.java | 5741a4d1d003950b1cd8dac6ec6538af82b9331d | [] | no_license | T1mmos/visuals | 82e49912c970b5e1160bcf739a6499f5295b9d96 | 3f050942ae3f3aef34cd2b71670be9289f938ec3 | refs/heads/master | 2020-06-17T01:19:20.507851 | 2016-11-30T14:36:56 | 2016-11-30T14:36:56 | 75,054,273 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 576 | java | package gent.timdemey.visuals.core.log.elements;
/**
* Abstract base class for debug elements that hold a value.
* @author Timmos
*
* @param <T> the value type
*/
public abstract class AbstractDebugElement<T> implements DebugElement {
private final T value;
/**
* Package private constructor.
... | [
"tim.demey@gmail.com"
] | tim.demey@gmail.com |
0884dd2301d8760ccfd99672cad19386cad780d9 | 29345337bf86edc938f3b5652702d551bfc3f11a | /shaded_libraries/shaded_alink_metadata_def/src/main/java/org/tensorflow/metadata/v0/LiftStatistics.java | b8e21d4006071be88297f224135b8e9449358b89 | [
"Apache-2.0"
] | permissive | vacaly/Alink | 32b71ac4572ae3509d343e3d1ff31a4da2321b6d | edb543ee05260a1dd314b11384d918fa1622d9c1 | refs/heads/master | 2023-07-21T03:29:07.612507 | 2023-07-12T12:41:31 | 2023-07-12T12:41:31 | 283,079,072 | 0 | 0 | Apache-2.0 | 2020-07-28T02:46:14 | 2020-07-28T02:46:13 | null | UTF-8 | Java | false | true | 47,422 | java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: statistics.proto
package org.tensorflow.metadata.v0;
/**
* Protobuf type {@code tensorflow.metadata.v0.LiftStatistics}
*/
public final class LiftStatistics extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_p... | [
"hongfanxo@gmail.com"
] | hongfanxo@gmail.com |
a0650ff59770abd814a340ec683340c13f2c7fda | bed3bd0eac5886b14e7f5f4573294a4c13cc9080 | /starter-code/OOPlab/src/RedHouse.java | b0604b901986f5ce6fb22166b953e915fc47ce36 | [] | no_license | WasabiMayo/oop-inheritance-abstraction-lab | b717a096a1530b6b03e9600ef82e7e04bcc70841 | 691bf295cf47a1b8962ea0c67e3774eec402e959 | refs/heads/master | 2021-01-22T00:29:03.433102 | 2016-03-21T16:47:10 | 2016-03-21T16:47:10 | 54,403,032 | 0 | 0 | null | 2016-03-21T16:00:28 | 2016-03-21T16:00:28 | null | UTF-8 | Java | false | false | 607 | java | /**
* Created by Wasabi on 3/21/2016.
*/
public class RedHouse extends HouseHold implements HouseHoldInterface {
private String pet;
public RedHouse(double income, String pet) {
super(income);
this.pet = pet;
}
@Override
public void generateIncome() {
System.out.println(... | [
"hyewon910119@gmail.com"
] | hyewon910119@gmail.com |
ddc35b351ab09ec6cc2b48ab63a23cb5cd3571e6 | 8abfa82febda3fd61f0ee6b775d44a5155212cbd | /IFeiraAPI/src/main/java/com/feiraBrasil/IFeiraAPI/jwt/JwtUser.java | fccaa57494f87c211351904af7084e8d0f36c5c1 | [] | no_license | LucasCapSilva/FileUpload-Angular | f099c60488f2894ed409b7787f99212c42878b83 | 6869a5d8a753b89d17f27053628fc51685733602 | refs/heads/master | 2023-01-11T13:50:54.780437 | 2020-03-15T21:02:48 | 2020-03-15T21:02:48 | 247,367,220 | 0 | 0 | null | 2023-01-07T15:57:17 | 2020-03-14T23:08:08 | Java | UTF-8 | Java | false | false | 1,338 | java | package com.feiraBrasil.IFeiraAPI.jwt;
import java.util.Collection;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.userdetails.UserDetails;
import com.fasterxml.jackson.annotation.JsonIgnore;
public class JwtUser implements UserDetails {
private static final lo... | [
"lcapelotto@gmail.com"
] | lcapelotto@gmail.com |
01ab1f0ae389c64ab099aa831df3225edad9a61d | 5f8edc997423813c79fe93ab5561a23d8f4a3ab2 | /src/main/java/to/flows/googledrive/JDOPersistenceHelper.java | dbd6b6c47110b5c9713f2b3f9e44c49ac4712c66 | [] | no_license | martin-ericsson/googleoauth2servletfilter | 61b5d2a6910cd1d15d38ebdb739b1218552f6891 | a71b0a30b259a52c2b386b29d3aba500448561be | refs/heads/master | 2020-05-27T07:54:57.718369 | 2013-04-20T07:11:11 | 2013-04-20T07:11:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 604 | java | package to.flows.googledrive;
import javax.jdo.JDOHelper;
import javax.jdo.PersistenceManagerFactory;
import com.google.api.client.auth.oauth2.CredentialStore;
import com.google.api.client.extensions.jdo.auth.oauth2.JdoCredentialStore;
public class JDOPersistenceHelper {
static PersistenceManagerFactory pmf;
st... | [
"martin.ericsson.sthlm@gmail.com"
] | martin.ericsson.sthlm@gmail.com |
4ada1cff6ecb9fd6f7e62686d2782886ec71b96b | f8041533e6432ca3616d07af98cb3c6592010f1b | /app/src/main/java/com/example/sqlitepractice/Ativities/DeleteProducts.java | 2bb65a20fc0ec24912920d6439def0a00c3a1317 | [] | no_license | xenonJr/EshopDataBaseProject | c3a0dee4c877fb384e71825aff88259cd6cf58ac | c6bcb58eeaf081017493dacd658cefff829743b0 | refs/heads/master | 2023-02-14T05:27:46.444672 | 2020-12-30T19:38:33 | 2020-12-30T19:38:33 | 323,367,703 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,319 | java | package com.example.sqlitepractice.Ativities;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import com.example.sqlitepractice.R;
import static com.example.sqlitepractice.... | [
"zkxenon98@gmail.com"
] | zkxenon98@gmail.com |
e60857267a974b413807c53c5ccb742e89ac9371 | 341e75c5bd9d7fb8d4d16679c20a2e029535a0bb | /leyou/ly-search/src/main/java/xu/leyou/client/GoodsClient.java | fa04fe4154fb9a4905e962b13b24d57a2b7bd6da | [] | no_license | xxp921013/leyouTatol | 58feaa6c7c2e4f08c453fc705980a8560d165e2b | 902bfe8cf1007ae844b31d36745472770ab7e007 | refs/heads/master | 2022-12-23T04:03:14.852734 | 2020-02-18T12:37:19 | 2020-02-18T12:37:19 | 209,943,764 | 0 | 0 | null | 2022-12-10T05:46:27 | 2019-09-21T07:30:43 | HTML | UTF-8 | Java | false | false | 186 | java | package xu.leyou.client;
import org.springframework.cloud.openfeign.FeignClient;
@FeignClient("item-service")
public interface GoodsClient extends xu.leyou.item.client.GoodsClient {
}
| [
"408395920@qq.com"
] | 408395920@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.