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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2ff96d802e605bd185edb29532e661b221bee5e4 | 1c78aa4295ecbb93630ca79912f47c7f386d7361 | /gulimall-order/src/main/java/com/atguigu/gulimall/order/service/OrderSettingService.java | cd59cb7d8490a2e93781f228a74f4e0401e08f4d | [
"Apache-2.0"
] | permissive | zhixun996/gulimall-service | c01b5250074a9fea94b4505561446b3d0970f17f | 63372f15ac16ba478237aa85abceba6a45d3b1bf | refs/heads/master | 2022-12-18T21:12:06.783448 | 2020-09-13T15:49:28 | 2020-09-13T15:49:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 476 | java | package com.atguigu.gulimall.order.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.atguigu.common.utils.PageUtils;
import com.atguigu.gulimall.order.entity.OrderSettingEntity;
import java.util.Map;
/**
* 订单配置信息
*
* @author xuxing
* @email Xuxing_2019@163.com
* @date 2020-06-07 19... | [
"104206034@qq.com"
] | 104206034@qq.com |
e8b97775f17d25f945f17901e8fe438202372e5a | 696a1e136540be22e427b7726e8c9932a9770989 | /Bit_Manipulation/201/Solution.java | 239cae16b9dae37c0e7b1e2af48a7626b0369f00 | [] | no_license | yangmei555/LeetCode-Solutions | 4ee574a26b1559c18816f199cd03af239c16dad5 | c29e7d4cba68cebaa34635f5c42bd20d77705cf6 | refs/heads/master | 2021-05-25T12:01:40.361095 | 2019-02-24T04:55:34 | 2019-02-24T04:55:34 | 127,357,115 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 870 | java | class Solution {
public int rangeBitwiseAnd(int m, int n) {
int res = 0, mask = 0;
for (int i = 31; i >= 0; i--) {
mask = 1 << i;
if ((m & mask) != 0 && (n & mask) != 0)
res += mask;
if ((m & mask) == 0 && (n & mask) != 0)
break;
... | [
"myang3@uchicago.edu"
] | myang3@uchicago.edu |
8ae925b79c4e3cd73bf13ef64f0dfcb5d590a761 | deeb9768678ff5217286a507e89102004ba6743d | /SPLjava/src/spl/SPL_SettingsIBEA.java | 744e6c4998eb108bbb23b3a7b9801f39836ae904 | [] | no_license | ai-se/SPL | 3259874ea3cbb123f7b51da988230216c89a7788 | b287a64526514e842b27f9c378b8d01fc3e14b0d | refs/heads/master | 2020-04-12T01:39:35.919988 | 2016-10-10T19:15:26 | 2016-10-10T19:15:26 | 44,613,155 | 2 | 1 | null | 2016-05-02T16:33:12 | 2015-10-20T14:47:14 | Python | UTF-8 | Java | false | false | 14,255 | java | /*
* Author : Christopher Henard (christopher.henard@uni.lu)
* Date : 01/03/14
* Copyright 2013 University of Luxembourg – Interdisciplinary Centre for Security Reliability and Trust (SnT)
* All rights reserved
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the G... | [
"ginfungchan@gmail.com"
] | ginfungchan@gmail.com |
5fdb9e947801d42a9c8cbaf06972f7bc997b512b | 0b200e6f6fe24e81e9be8de4189328ef6cf398f3 | /src/test/java/projSpecificUtilities/Rethink_query.java | f95c1c09dc5b5d057cd1cc4dceb95e9541bb0590 | [] | no_license | devx359/Fanta | 76d6f99d36f46590c6799d4aa13a47c9acf190bc | bc2d5940d2cf7ab3d803f4e5e0c429c04a4a7b91 | refs/heads/master | 2022-07-15T09:42:34.038737 | 2019-06-06T13:53:36 | 2019-06-06T13:53:36 | 159,177,067 | 1 | 0 | null | 2022-06-29T17:04:46 | 2018-11-26T13:50:30 | Java | UTF-8 | Java | false | false | 16,882 | java | package projSpecificUtilities;
import java.util.Map;
import com.jayway.jsonpath.JsonPath;
import com.rethinkdb.RethinkDB;
import com.rethinkdb.net.Connection;
import com.rethinkdb.net.Cursor;
import config.PathUtility;
public class Rethink_query {
Connection conn;
RethinkDB r;
String node_tsk_id = null;
String ... | [
"debapriyo86@gmail.com"
] | debapriyo86@gmail.com |
64a285e1322492f11eeda602d1d9ca57f0176357 | 6916ecf9dc37d4adbb44efb98ef76ea200bf951b | /Carlos/Carlos/obj/Release/80/android/src/md5499a6e3b6edc0cc5af5780076c2e1d37/RestRowViewHolder.java | c19356a871cd9ed5472e2e84fb4f97c85d6e4e17 | [] | no_license | smrgillani/xamarin-pos-restaurant-ver-android | 65fc5da42bca88a37619faf305fb0eee17a490e0 | 8d0716ec90abf9e46a3a6f8fc427ece1f73afede | refs/heads/main | 2022-12-27T08:43:28.718310 | 2020-10-10T17:46:26 | 2020-10-10T17:46:26 | 302,957,981 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 838 | java | package md5499a6e3b6edc0cc5af5780076c2e1d37;
public class RestRowViewHolder
extends java.lang.Object
implements
mono.android.IGCUserPeer
{
/** @hide */
public static final String __md_methods;
static {
__md_methods =
"";
mono.android.Runtime.register ("Carlos.RestRowViewHolder, Carlos", RestRowViewHolde... | [
"smr.gillani@yahoo.com"
] | smr.gillani@yahoo.com |
c60e463f5ecd3e8841280305c2ba11b144dad26f | 0726590a47602f9a242c088d6908a2c70880ebf4 | /app/src/androidTest/java/edu/csullivan/example/sequencegame/ExampleInstrumentedTest.java | c417bda0eac5fc2de1c99cd8cc676607ceda15c1 | [] | no_license | Csullivan321/MadFinalProject | 3fb0e26c591fe8dc13c609bef35712738d7de73e | 672d960f6958eb829d0ab62d0f3a94d3dc5eda2f | refs/heads/master | 2023-02-08T14:48:31.634420 | 2020-12-23T17:18:22 | 2020-12-23T17:18:22 | 323,945,928 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 782 | java | package edu.csullivan.example.sequencegame;
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... | [
"S00188845@mail.itsligo.ie"
] | S00188845@mail.itsligo.ie |
30197f4dd1af19cd44e944436a2ed4a68bb90ae4 | 933e3aa63eb22624182e11eaada547c0a7ed56d4 | /Source Code/commands/PrintDocumentation.java | 53b0b86158aaffad5e6a30d5a1e9e0b227927c6a | [] | no_license | hemant3434/MockUnixShell | 42e9d4d552c77bc9c644e0c0efac6a237a265fc1 | 198af2f41131152671d4b4ca05a814fec0659e68 | refs/heads/master | 2020-07-22T12:00:44.965432 | 2019-09-09T04:40:34 | 2019-09-09T04:40:34 | 207,195,391 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,325 | java | package commands;
import fileSystem.FileSystemDriver;
import stackSystem.StackDriver;
/**
* Represents the man command in the mock UNIX shell
*/
public class PrintDocumentation implements Command {
/**
* {@inheritDoc}
*
* Represents the man command.
*
*/
@Override
public String execute(String... | [
"hemant.bhanot01@gmail.com"
] | hemant.bhanot01@gmail.com |
bfe4295d2cbb7daf90bf2675cc3b62effd569dce | 0c924da07ca254aab652b67532d8b7e57dc1cf52 | /modules/flowable-cmmn-engine/src/main/java/org/flowable/cmmn/engine/impl/delete/ComputeDeleteHistoricCaseInstanceIdsJobHandler.java | c380f1dc2446e93b8cbd0d4cd966707ef3e65e25 | [
"Apache-2.0"
] | permissive | qiudaoke/flowable-engine | 60c9e11346af7b0dcd35f06a18f66806903a4f88 | 1a755206b4ced583a77f5c247c7906652b201718 | refs/heads/master | 2022-12-22T16:27:19.408600 | 2022-02-22T16:03:08 | 2022-02-22T16:03:08 | 148,082,646 | 2 | 0 | Apache-2.0 | 2018-09-18T08:01:34 | 2018-09-10T01:31:14 | Java | UTF-8 | Java | false | false | 25,613 | 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... | [
"filip.hrisafov@gmail.com"
] | filip.hrisafov@gmail.com |
6b55be0ef130eb0e61234cdaec21f0a3ad1804ce | 93e31226c9f43b74a46812d70309269956485a6a | /src/main/java/SearchObj.java | c12c23c5ee896cbb44cc54cf8a78ff77dde90df7 | [] | no_license | shijundai/I18nUtils | 9c1681cde19ca3238f3682e146edbd6843a95583 | 51acb6ac7b7a31692d188ddf343cdfcefb29f3cf | refs/heads/master | 2022-11-29T15:23:23.183130 | 2020-08-06T01:25:17 | 2020-08-06T01:25:17 | 285,442,130 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 729 | java | /**
* @author Administrator
* @Title: Controller
* @Description:
* @date 2020/2/27
*/
/**
*@ClassName SearchObj
*@Description TODO
*@Author Administrator
*@Date 2020/2/27 18:08
*@Version 1.0
**/
public class SearchObj {
private String filePath;
private String row;
private String value;
pu... | [
"shijun_dai@163.com"
] | shijun_dai@163.com |
07c0cfc7988f2e61f31e5872e80e7388ffb96920 | e0b27229e759e15118c48172b5d3b66c4b768dfa | /demo/src/main/java/com/example/demo/api/ClienteAPI.java | 9480dcd13de2e57780f0b9009484ea6a0ef3ac4d | [] | no_license | odraudek99/microservices_demo | 44f775086eddfb38809ac6d84e4ec15f6bb21ffc | 27ea7bbac2b05e73f568821d7108a0fd11eb8c25 | refs/heads/master | 2020-04-19T15:04:04.507942 | 2019-01-30T03:22:11 | 2019-01-30T03:22:11 | 168,263,634 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 877 | java | package com.example.demo.api;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframew... | [
"odraudek99@gmail.com"
] | odraudek99@gmail.com |
8d4a8252ace4fd4c6d465b1c15de4cb5e3813c25 | 748dc6bfede90148569b90cc95f3b11c3997e5a5 | /src/main/java/br/com/fullstack/cursofullstack/services/SmtpEmailService.java | cd682eccd47a1413c409881f4ecaab0f52b22553 | [] | no_license | leojavadev/javawebfullstack | 2ccbdfffd2f89fe0ecb156894c2c7650f69d1eb7 | ac26588c347431b6653ff0a703217f19d771b607 | refs/heads/master | 2022-08-24T07:47:16.865313 | 2020-12-29T02:03:34 | 2020-12-29T02:03:34 | 252,468,192 | 0 | 0 | null | 2022-07-15T21:08:55 | 2020-04-02T13:48:22 | Java | UTF-8 | Java | false | false | 921 | java | package br.com.fullstack.cursofullstack.services;
import javax.mail.internet.MimeMessage;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.mail.MailSender;
import org.springframework.mail.SimpleMailMessage;
import org.sp... | [
"leojavadev@gmail.com"
] | leojavadev@gmail.com |
861df1ffc7dbf9dc9156a5eea447cc34ce7b33ae | 1455d6127ff247f8a65d4e5fff285a0c11b2e412 | /src/main/java/com/leone/util/bcrypt/PBE.java | ed40ef2c18eddac2178e27017f071e427d7891a6 | [
"Apache-2.0"
] | permissive | cdb156/java-utils | e18a7b49ab26f5905753318116d619985e578fa0 | 29b1de78a152f39f3385618d9d1b754ac0ccc0e0 | refs/heads/master | 2020-06-09T09:54:09.532201 | 2019-06-22T10:12:07 | 2019-06-22T10:12:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,197 | java | package com.leone.util.bcrypt;
import org.apache.commons.codec.binary.Base64;
import javax.crypto.Cipher;
import javax.crypto.SecretKeyFactory;
import javax.crypto.spec.PBEKeySpec;
import javax.crypto.spec.PBEParameterSpec;
import java.security.Key;
import java.security.SecureRandom;
/**
* @author Leone
* @since 2... | [
"exklin@gmail.com"
] | exklin@gmail.com |
00835d90f30d2ad2aa39d42bb60de38d258e9178 | 285f7b40926bf0b8498617d03b8be6d6f9ffe902 | /Online-Shop/src/AAA/Service/PageCatServiceImpl.java | bb012d87fea78f6735e9544f9889269314c2e747 | [] | no_license | Bitowen13/onlineshop | 3752d7df84d8df22c4e65a8cb02403a01891dcad | 086ed9ca5e5f6deb2bfc483556caa91238fa9832 | refs/heads/master | 2022-12-24T21:15:05.870782 | 2019-07-06T20:31:03 | 2019-07-06T20:31:03 | 195,580,357 | 0 | 0 | null | 2022-12-16T10:56:07 | 2019-07-06T20:26:00 | Java | UTF-8 | Java | false | false | 310 | java |
package AAA.Service;
import AAA.ServiceInterface.PageCatWebService;
import baseService.baseUCServiceImpl;
import AAA.Entity.Aapagecat;
import org.springframework.stereotype.Service;
@Service
public class PageCatServiceImpl extends baseUCServiceImpl<Aapagecat> implements PageCatWebService
{
}
| [
"bitowen13@DESKTOP-VARKUBG"
] | bitowen13@DESKTOP-VARKUBG |
cad0c43d778c0971811a4d50e7d2ac119f4d9d44 | 37a90b815798b2f3a944d00bf95ac38644641385 | /app/src/main/java/com/example/thithirat/test/AddEventMapsReminderActivity.java | 7cafede9d8461611fd1d64a1c0be77bacb3f27dc | [] | no_license | THITHIRAT/project-android | bd21d12a8a585ae6aa3055e5b3d159326fd4421b | 64fa758846fb7c5e7a3cc3961a3c64ee2d38a1fd | refs/heads/master | 2021-04-03T08:35:46.918477 | 2018-05-10T09:31:26 | 2018-05-10T09:31:26 | 125,025,647 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,600 | java | package com.example.thithirat.test;
import android.content.Intent;
import android.location.Location;
import android.support.design.widget.FloatingActionButton;
import android.support.v4.app.FragmentActivity;
import android.os.Bundle;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.Fragment... | [
"thithirat.chsw@gmail.com"
] | thithirat.chsw@gmail.com |
643cbdd2dfe9f8bfc9d5f7b4dee163c13448bd28 | 740c90de28087d2db38afda82c45dff5d6b2af61 | /app/src/main/java/com/app/pm10/Pm10Widget.java | 8fd7840eaf79f7955700641d4f7b6cd70c646d17 | [] | no_license | ohy3264/pm10 | bc63b0b3ec8c83aad9bf3331436582ad6c553c2e | c9aa5e1a492b829032487faa6355d3d030a23d81 | refs/heads/master | 2021-04-26T16:47:43.621492 | 2016-04-15T08:54:11 | 2016-04-15T08:54:11 | 55,981,255 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,966 | java | package com.app.pm10;
import android.app.PendingIntent;
import android.appwidget.AppWidgetManager;
import android.appwidget.AppWidgetProvider;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.util.Log;
import android.widget.RemoteViews;
import utill.C... | [
"ohy3264@gmail.com"
] | ohy3264@gmail.com |
6ffcb53f3d668a61ca1fac3de1c6f70365cb4c65 | 157f9d9cccd1dfd3c4b53047fb64a7b2a79a92cd | /test-rocketmq/rocketmq-producer/src/main/java/cn/lx/rocketmq/domain/OrderExt.java | da5ffb058351408b1b8b9d88a8e86bca95926cf9 | [] | no_license | lx972/FlashPayment | ebc6d70e13c252961034ffa5161a7b20220655f3 | d71ad5178e0f2c9adf3224d00a15cc812e23ebdb | refs/heads/master | 2022-12-28T20:08:52.726015 | 2020-10-20T02:34:39 | 2020-10-20T02:34:39 | 297,837,488 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 405 | java | package cn.lx.rocketmq.domain;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import lombok.ToString;
import java.io.Serializable;
import java.util.Date;
@Data
@NoArgsConstructor
@AllArgsConstructor
@ToString
public class OrderExt implements Serializable {
private String ... | [
"1160480264@qq.com"
] | 1160480264@qq.com |
39262435a353b57bc3bc18fb1f604a6d1b35b574 | b5193135dfdb20986f663dc7ff70219709cbe25a | /src/test/java/com/learning/reactivespring/controller/FluxControllerTest.java | 3ed0ae9ae480a0bb0a449855afae2f610b1c30e6 | [] | no_license | abhishyam21/reactive-spring-learn | 2898b2743d2ca930cfe846b4e00efa08221375b0 | 39f0f1845243709b7ddebad9b57dde41eb6d004d | refs/heads/master | 2022-11-28T07:05:12.231470 | 2020-08-02T16:02:49 | 2020-08-02T16:02:49 | 284,244,572 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,098 | java | package com.learning.reactivespring.controller;
import org.junit.jupiter.api.Assertions;
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.web.reactive.WebFluxTest;
impo... | [
"abhishyam.chennayipalem@myntra.com"
] | abhishyam.chennayipalem@myntra.com |
560c8298e0684b08696d02247324b7541209082d | eabac3d150136c2d6d649cba687db0830e1e2e48 | /powermock/src/test/java/com/wdxxl/powermock/basic09/foreach/MockStaticMehtodForEachTest.java | 5afdaf99707adab9361032bd8ee97cc48db1f305 | [] | no_license | wdxxl/wdxxl_demo | 0f84a64c60dbe5d609812666e0e71d34d94a795e | be2be8e7d1999298353dff0e3b1922abb3825651 | refs/heads/master | 2021-05-16T06:40:40.123476 | 2018-04-20T03:51:31 | 2018-04-20T03:51:31 | 42,219,318 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,308 | java | package com.wdxxl.powermock.basic09.foreach;
import java.util.Iterator;
import java.util.List;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mockito;
import org.powermock.api.mockito.PowerMockito;
import org.powermock.core.classloader.annotations.PrepareForTest;
import org.powermock.modul... | [
"wdxxlanswer@gmail.com"
] | wdxxlanswer@gmail.com |
7cacf549b3c18515918686dd11c3e2cf76abe6d0 | 5e2541fbdc5833d88eac283714201fddfa95412f | /ShenkunTest/src/com/erong/model/DataInformation061.java | 40695c1a4127d9609f750fe7327a4b485ab22a8a | [] | no_license | jprothwell/tclportal | c68690e5669864cd81ae71532e3da49a77d94f59 | b2ea8c4a25af989fccd3e1774afb1e1398e54222 | refs/heads/master | 2021-01-22T02:42:55.767880 | 2011-12-15T07:49:03 | 2011-12-15T07:49:03 | 41,405,377 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 291 | java | package com.erong.model;
import java.util.Date;
import com.erong.model.util.CommercialDraft;
public class DataInformation061 extends CommercialDraft {
// 票据数据下发报文
// 数据变更
private String DataClss;
// 数据内容
private String DataCnt;
}
| [
"shenkun918@c6af81f7-2453-10f0-c55f-1a1256d94624"
] | shenkun918@c6af81f7-2453-10f0-c55f-1a1256d94624 |
396b7d0424ba215a12b5dfe5ad1c079945fba0c8 | d5c41a24c4aa0b3129abc2e2b6cdd7ddbb1fd5c8 | /app/src/main/java/com/example/cricketapp/BdTeamCustomAdapter.java | 3f26c65735e6ae31548b0ce12b76da4933aba60e | [] | no_license | ashikurrahmanbd/cricketApp | eb4ce3bceb783293fa7dbb191ead1fe626daf335 | 4df58687231a21fd781696848519b58745a037cb | refs/heads/master | 2020-09-05T17:59:07.585738 | 2019-11-07T07:17:09 | 2019-11-07T07:17:09 | 220,174,954 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,192 | java | package com.example.cricketapp;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import java.util.ArrayList;
public class BdTeamCustomAdapter extends Recy... | [
"proashik012@gmail.com"
] | proashik012@gmail.com |
8b7a47eae321ba84e897ef7c0e5a65f9ef31ab1e | 3de12c321aed216c5819db5f22add1f73f68c6d6 | /danrenbanmohe/src/main/java/com/xiaojun/danrenbanmohe/dialog/XiuGaiDiZhiDialog.java | b850e92622ba77f46732d74dab000c0eaac23186 | [] | no_license | yoyo89757001/MyApplication_all | 3b4b681107519f3eb61a25b95252b5020b5d0f41 | 0d8b4fdd42a654673ac3f4cb6a19ac30f640bfa5 | refs/heads/master | 2020-04-03T19:36:55.009363 | 2018-12-29T11:52:01 | 2018-12-29T11:52:02 | 155,528,943 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,084 | java | package com.xiaojun.danrenbanmohe.dialog;
import android.app.Dialog;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup.LayoutParams;
import android.widget.Button;
import android.widget.EditText;
import com.xiaojun.danrenbanmohe.R;
... | [
"mac@macdeMacBook-Air-2.local"
] | mac@macdeMacBook-Air-2.local |
369e4f9f00626574ef021992a9c7a69271ed2e45 | 12f1d19dc4530c3872ed7dc653db7f2c9d79306c | /src/test/java/tests/SearchUsingAutoSuggestTest.java | f89d06834b87e36b9e4a4ca0e230bfb54d72ac86 | [] | no_license | M-Maxo/SeleniumPOM_Full_Regression_TestSuite | 4817c19b56b7a5d6cf4f2f2e023696f54c08f319 | 7033b412a6edad3fd53d2b5562b7aec00622aebc | refs/heads/main | 2023-04-23T12:07:50.486920 | 2021-05-07T00:23:46 | 2021-05-07T00:23:46 | 365,067,391 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 612 | java | package tests;
import org.testng.Assert;
import org.testng.annotations.Test;
import pages.ProductDetailsPage;
import pages.SearchPage;
public class SearchUsingAutoSuggestTest extends TestBase{
String prodcutName = "Apple MacBook Pro 13-inch";
SearchPage searchObject;
ProductDetailsPage detailsObject;
@Test
... | [
"Mahmoud._Adel@outlook.com"
] | Mahmoud._Adel@outlook.com |
71e954ef2a919cf211e6dc44ad69fe176f05a654 | e965e8b6c3c3f2af7d887bf7a7b8f92c7f7f9776 | /src/main/java/didi/reversestring/ReverseSentence.java | ea3478e38951bdf4b9bba6f18456dc80a89baeb8 | [] | no_license | tarscode/CodeBase | 1af2908d1bf95bdbb3df01bffafd33c126ba816a | 8998877bceda5e7faefc52e0547c4ba1ec43c4cc | refs/heads/master | 2021-01-01T20:39:14.990875 | 2017-07-31T16:02:53 | 2017-07-31T16:02:53 | 98,907,019 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,291 | java | package didi.reversestring;
/**
* 工程: CodeOffer 包名: PACKAGE_NAME 类名: ReverseSentence
* 作者: liuyang
* 时间: 16/9/21 下午3:03
* 题目: 翻转单词顺序列
* 内容:
* 版本: V1.1
* 运行时间:
* 备注: 用翻转函数代替栈,额外空间复杂度O(2)
*/
public class ReverseSentence {
public String ReverseSentence(String str) {
char[] arr = str.toCharArray();
... | [
"tarscode@163.com"
] | tarscode@163.com |
67b37501982bd62fab2ea0c8692118696f5fea76 | 51cf675220f03e6e67c1f14dbc4218d0672e41b3 | /decomp_muvi_apk/muvi_apk/app/src/main/java/com/arcsoft/util/tool/FileDelete$DeleteAsyncTask.java | 47022eb8bf00ed45dd3a4aa1a00a9c77ca47a7c7 | [] | no_license | guminov/muvi_kseries_research | 3da0aa0d7e770d9fc261ebafc67565e59eb858f3 | 8c282872c9050eca546297e4ebfe5daf85555c6d | refs/heads/master | 2022-01-09T14:44:41.420243 | 2015-03-28T18:36:06 | 2015-03-28T18:36:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,700 | java | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.arcsoft.util.tool;
import android.os.AsyncTask;
import com.arcsoft.util.debug.Log;
// Referenced classes of package com.arcsoft.uti... | [
"wyatt.neal+git@gmail.com"
] | wyatt.neal+git@gmail.com |
cf551337f51884c2b7dda700d13393d46fcbec2a | b0de820fccb97e80553d76dcc72a0f65263d9a75 | /src/main/java/ar/com/supervielle/personas/modelo/Pais.java | 321da0ea805d1a4e89eabbec6bf9bf9038ff1064 | [] | no_license | damiancomba/Personas | d4f2c3a03a3d55b8107ac5d1089126798876451c | d4f89b56d7170f6c3b89e28854ef38f06b295439 | refs/heads/master | 2020-04-09T10:30:24.111443 | 2018-12-05T12:17:14 | 2018-12-05T12:17:14 | 159,610,731 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,063 | java | package ar.com.supervielle.personas.modelo;
import java.util.Objects;
import javax.persistence.Entity;
import javax.persistence.Id;
@Entity
public class Pais {
@Id
private int id;
private String nombre;
public Pais() {}
public Pais(String nombre) {
this.nombre = nombre;
}
publ... | [
"damia@DESKTOP-83UJH5U"
] | damia@DESKTOP-83UJH5U |
c4d9eee04ddf3c4f691b631009d4e4d813bc2dc8 | 77d776f1d716e13dd9e40f2c885a26ad89b8f178 | /0429update/src/com/boco/PUB/service/ITbQuotaApplyService.java | c3744c12e1b709358df3eb391a9b47aeaad8258f | [] | no_license | AlessaVoid/studyCode | 076dc132b7e24cb341d5a262f8f96d7fa78c848b | 0b8806a537a081535992a467ad4ae7d5dcf7ab3e | refs/heads/master | 2022-12-18T20:40:47.169951 | 2020-09-18T08:28:02 | 2020-09-18T08:28:02 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,135 | java | package com.boco.PUB.service;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.boco.SYS.entity.TbQuotaApply;
import com.boco.SYS.base.IGenericService;
/**
* 超限额申请信息表业务服务层接口(父接口已实现增、删、改、查操作,只有特殊业务时需要自定义方法)
*
* <pre>
* 修改日期 修改人 修改原因
* 2019-09-19 txn 批量新建
... | [
"meiguangxue@nyintel.com"
] | meiguangxue@nyintel.com |
c70174ed148add192598af9c5d12b3530f17df19 | 49a99d5086f214569a71fda857c36f06cc4c7c85 | /sxr-arpet/app/src/main/java/com/samsungxr/arpet/mode/sharinganchor/view/IWaitingForHostView.java | 164dbd66ab3b529e2644d1149710f38322c9824a | [] | no_license | sxrsdk/sxrsdk-demos | 60ebe59bf2a76c7dbc175ac68ab3fd792e737e6e | 7fcfaac1f33b9f46a3aaa80a434a99d966e10e9e | refs/heads/master | 2020-03-31T14:35:43.432554 | 2020-01-07T00:57:12 | 2020-01-07T00:57:12 | 152,301,665 | 7 | 22 | null | 2020-01-07T00:57:13 | 2018-10-09T18:32:20 | Java | UTF-8 | Java | false | false | 855 | java | /*
* Copyright 2015 Samsung Electronics Co., LTD
*
* 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 la... | [
"m.marinov@samsung.com"
] | m.marinov@samsung.com |
d45a222c41efd2bb2350a790e207db8883e40b2a | 06b50012fd9337dd6af0221d37f3c46e9bc08506 | /app/src/main/java/com/container/test/other/SSecondFragment.java | c3376a0901d1eb3a235cfff5c28a2abb5d647e70 | [] | no_license | jakkypan/XFragment | 821da3fa055ed365dabb78d578d298021b53e5a4 | 867d851cae66515050377c48cf9feefa9c740288 | refs/heads/master | 2021-01-02T22:29:20.987476 | 2018-06-07T09:38:09 | 2018-06-07T09:38:09 | 99,328,407 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,634 | java | package com.container.test.other;
import android.graphics.Color;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.LinearLayout;
import com.container.R;
import com.container.test.Four... | [
"panda@macbookpro-673d.ztgame.com"
] | panda@macbookpro-673d.ztgame.com |
f4b11024506ba14c6ded6858837f217c74e5dce1 | a8e2115b9410d1a86e04d1b644232bb3766aa81b | /app/src/main/java/com/ksytech/zjbspot/activity/PositiveActivity.java | 81c6a451f028a41f5d4e0d4a1303bae4105d4323 | [] | no_license | caiguangyi/idCardSpot | bdf5a9309de704263eac538260a26e6e27c89c93 | 1d79d6c28d73398adbf27fdea5ec3361f57b54c0 | refs/heads/master | 2021-09-07T18:12:30.819016 | 2018-02-27T06:00:50 | 2018-02-27T06:00:50 | 111,775,297 | 17 | 3 | null | null | null | null | UTF-8 | Java | false | false | 5,692 | java | package com.ksytech.zjbspot.activity;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.Bundle;
import android.preference.PreferenceManager;
impor... | [
"cgy123"
] | cgy123 |
e02351fa6deb846dfbc0be8bc482e1b99b88d820 | a09c6ecac5fc9956dd5d974db90a4f05d6dd8ed4 | /easytravel-master/easytravel-googlegeocode-ws-client/src/main/java/com/armandorv/easytravel/googlegeocodewsclient/parser/GeometryJaxbParser.java | 961100db0e826e0e1932b54addcef32cfb3ace7a | [] | no_license | vs70/easytravel | 7c843b7604ebdfb93f39b4ea36d7dfe47032242a | 5b2efe142fe7196f3d916942491a11ee70b2eb27 | refs/heads/master | 2021-01-18T00:10:53.260476 | 2014-03-15T21:45:16 | 2014-03-15T21:45:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,661 | java | package com.armandorv.easytravel.googlegeocodewsclient.parser;
import javax.xml.bind.JAXBException;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Component;
import com.armandorv.easytravel.googlegeocodewsclient.Parser;
import com.... | [
"armando.ramirez.vila@gmail.com"
] | armando.ramirez.vila@gmail.com |
090b47f8701d8abc8df99f7148b6697dc6327db8 | 37d7cbbdffd621b8552659c64b7363e5f774c65b | /app/src/main/java/org/celanova/euler/CalcButtonListener.java | 11dd1cc0bb28f197f4882abb3d2346d8c3b335dc | [] | no_license | Celanova/Euler | 96a9cfa552dbf7ec44b2930fa298ee9345e7e7c2 | b3821cee7480a804ce3b6e58a3c06d3266a991d8 | refs/heads/master | 2016-09-06T16:09:57.631059 | 2014-11-13T20:43:17 | 2014-11-13T20:43:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 566 | java | package org.celanova.euler;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
/**
* Created by Cory on 10/9/2014.
*/
public class CalcButtonListener implements OnClickListener
{
Button button;
public CalcButtonListener(Button b)
{
button = b;
... | [
"cjl2625@gmail.com"
] | cjl2625@gmail.com |
b286155b8e899d753665ff339f7ee1a187462ef5 | 81d5599232131f863763aba58415322ca222c5bd | /src/main/java/com/qingyi/model/UpdateRoomNetmodeResult.java | 6e9f7a982af8338d12c09e946fa29d63a9e70a88 | [] | no_license | chentao199052/smartlock | b843c211f9f3aba69e7ae911f1d2ccbc5279215e | fb56df0335b2c86f4c92b9893e413af55eaf6f23 | refs/heads/master | 2020-04-22T08:19:21.039759 | 2019-02-12T01:18:14 | 2019-02-12T01:18:14 | 170,240,082 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,993 | java | package com.qingyi.model;
/**
* 门锁联网模式
* @author Administrator
*
*/
public class UpdateRoomNetmodeResult {
private String orderid;
private Integer resultstatus;
private Integer filetype;
private Integer locklca;
private Integer lockstatus;
private Integer lockstatus2;
private St... | [
"zhanglinbo@f4b23244-d49f-f54a-bd88-39d1c6949392"
] | zhanglinbo@f4b23244-d49f-f54a-bd88-39d1c6949392 |
6d4dd83d6db6236ccbb340ded28b6759825fc0c1 | aa8bfeb580b9048ca17f0a57fc6478a3e456629a | /src/main/java/com/sun/corba/se/spi/activation/LocatorPackage/ServerLocationPerORBHolder.java | 606317894ebbf2bbf28bda500cd86df9da6fe9c0 | [] | no_license | KunkkaCoco/java7-source | 619f87ab0eca49cbeba09280e4d89e165dfc4ed2 | 1d59690d3f1f7c792b5de4f8a3941ad0326434f9 | refs/heads/master | 2016-09-05T12:03:58.162623 | 2014-07-17T04:31:23 | 2014-07-17T04:31:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,245 | java | package com.sun.corba.se.spi.activation.LocatorPackage;
/**
* com/sun/corba/se/spi/activation/LocatorPackage/ServerLocationPerORBHolder.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from ../../../../src/share/classes/com/sun/corba/se/spi/activation/activation.idl
* Wednesday, Decembe... | [
"chenweichao@news.cn"
] | chenweichao@news.cn |
a37bf39d42701f99c3f469c30ffe7ea561c042c5 | 98f1fb1ebb29d47010614f3ae12e05151f08b435 | /modules/activiti-engine/src/main/java/org/activiti/impl/ProcessServiceImpl.java | aa6fd382c1b509a379e867534c68aacb93b549ea | [] | no_license | NURGALIYESMUKHAMEDOV/activiti-git | f2e7d23bd53e4bf26f45003398153c071420a1b0 | db5fe84c664f8bcad5801d6695213c48c44d4afd | refs/heads/master | 2020-03-09T18:26:11.926930 | 2010-07-08T10:22:16 | 2010-07-08T10:22:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,052 | java | /* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... | [
"dsyer@vmware.com"
] | dsyer@vmware.com |
8c0a48a71b4bd06c9bedfb3b49ae55fef30fcc83 | 12c469d2d500e8dd22aa9054ad42d22e0e2e87c6 | /src/test/java/de/sebdas/PainterTest.java | a9246a9395af6d126a6ccadbcbed2fa23ee29276 | [] | no_license | sebastian-dasse/snake-javafx | 28f0bf98c731e9ff616206a026b6dd374605841a | 2360c8f8c907a0df29f451c7ed4f32f55766a8ba | refs/heads/master | 2020-04-22T00:05:09.178276 | 2019-03-21T02:22:32 | 2019-03-21T02:22:32 | 169,967,125 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,269 | java | package de.sebdas;
import javafx.scene.canvas.GraphicsContext;
import javafx.scene.paint.Paint;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Nested;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.mockit... | [
"sebastian.dasse@mailbox.org"
] | sebastian.dasse@mailbox.org |
3a9b3e52c483c71d6bd394b84ecdc3818540c5b8 | c25f4c7649f88e97a935c6c31d501d5e3cc7ae0f | /redis-spring-boot-starter/src/test/java/com/spring/boot/tutorial/redis/CreateJedisCommands.java | 81657e7072265ab3e458398e3503992732af36cd | [] | no_license | chendurex/spring-boot-tutorial | a7f25d13ac622b323ac25a4c041b7d98778c246b | 360fbb257c49c835d8eea812125013e14fed4fc9 | refs/heads/master | 2022-12-28T19:40:05.810152 | 2020-10-15T03:03:05 | 2020-10-15T03:03:05 | 115,687,352 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,698 | java | package com.spring.boot.tutorial.redis;
import org.springframework.core.env.MapPropertySource;
import org.springframework.data.redis.connection.RedisClusterConfiguration;
import org.springframework.data.redis.connection.jedis.JedisConnectionFactory;
import org.springframework.util.StringUtils;
import redis.clients.jed... | [
"chendurex@gmail.com"
] | chendurex@gmail.com |
505a275cc5d144b53ad075183b375861fc6f6cb5 | cb0a7284066e3e3dc6310a49b10443424f6a326b | /FacilityManagementSystem-Spring-Hibernate/src/main/java/com/facilitymanagement/model/facility/IReservation.java | 300749f18e7000ba726a0bd59bd302e7af1692a1 | [] | no_license | AbrahamCalderon/FacilityManagement | 008c2cac2f6121dd9f39cc8704728c02d49c6dba | 780fa54c0286a45222a0e95f5d4eaf1dbf371a43 | refs/heads/master | 2020-04-23T17:14:21.042270 | 2014-04-23T04:57:58 | 2014-04-23T04:57:58 | 19,057,449 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 366 | java | package com.facilitymanagement.model.facility;
import java.sql.Date;
public interface IReservation {
void setReservationId(int id);
int getReservationId();
void setReservationMadeDate(Date date);
Date getReservationMadeDate();
void setCheckInDate(Date checkInDate);
Date getCheckInDate();
void setCheckOutDate(D... | [
"abecalderon03@gmail.com"
] | abecalderon03@gmail.com |
35c2c5d00c9a551418a547652445795815f33878 | 223887267068d4399f11899f7432f84794f60bcb | /Profile2.java | f427f3a3b75493d936f2c52597cd0b0d1db79dfd | [] | no_license | logbasetwo/EconoMeme | fbf106c78c8a18738c91d64cf97a68db1b7c1a1b | 499ea4518d76b5779f1e7bf333ad729478287c2a | refs/heads/master | 2020-05-03T12:36:28.819813 | 2019-03-31T17:25:50 | 2019-03-31T17:25:50 | 178,630,766 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,479 | java | package economeme;
import java.util.ArrayList;
//import java.util.Scanner;
public class Profile{
private String username;
private String password;
public int cash = 100;
public ArrayList<MemeStock> memes;
private static int date;
private ArrayList<Integer> amounts;
public Profile(String username, String ... | [
"noreply@github.com"
] | logbasetwo.noreply@github.com |
dea42cbbe4ad098c81ea62bfd6f8498f5a5e9f31 | cbfd4f0cd49499389f65b1ff1c9385acb200efa6 | /test/com/urise/webapp/storage/AbstractArrayStorageTest.java | fb23e50d53400e98712a9d143e1a1e9923b88ce5 | [] | no_license | KorEugene/ResumeManagingSystem | 7d1a05bf24e4c103e2d3756b9148c57d4e949633 | 5371c98b6f5da9591a7fb96a11b2ecfddcc682d2 | refs/heads/master | 2023-04-04T23:15:41.647951 | 2021-04-18T17:49:36 | 2021-04-18T17:49:36 | 359,214,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 773 | java | package com.urise.webapp.storage;
import com.urise.webapp.exception.StorageException;
import com.urise.webapp.model.Resume;
import org.junit.Test;
import static org.junit.Assert.*;
public abstract class AbstractArrayStorageTest extends AbstractStorageTest {
protected AbstractArrayStorageTest(Storage storage) {
... | [
"johnkorch@yandex.ru"
] | johnkorch@yandex.ru |
38e475a613a0d77616671970f599fe6fea66862e | 183744d6f703314a0a3b5cf414912fc7de5fca92 | /src/mapreduce/hi/api/MRJobConfig.java | 334e2ccd36183cba79195d76253739b1fdf667da | [] | no_license | thomachan/Hadoop-Hbase | 682ed2a7327c3aaefeb5153c57d6ba6736543d47 | cee9de1bf080dbbda223352a17b5c595893ad2af | refs/heads/master | 2020-11-26T15:28:36.219778 | 2014-06-23T10:26:27 | 2014-06-23T10:26:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 28,850 | java | package mapreduce.hi.api;
import org.apache.hadoop.util.Shell;
public interface MRJobConfig {
// Put all of the attribute names in here so that Job and JobContext are
// consistent.
public static final String INPUT_FORMAT_CLASS_ATTR = "mapreduce.job.inputformat.class";
public static final String MAP_CLASS_... | [
"tom@RIMS005.mjsindia.com"
] | tom@RIMS005.mjsindia.com |
1dbcbb1de3c50aff70474cc8e2c1eaf68ad3589d | b4e33d0d667cc39c91d062120d746fd86c8a5c9e | /tags/ark-0.1.3-SNAPSHOT/ark-container/src/test/java/au/org/theark/TestHomePage.java | 3b8a8bd56fd61b9f69cf1d17304f0c4c9a4e06a8 | [] | no_license | SBIMB/The-Ark-Informatics-2 | 4ad1e47a36ffc7470a685b21c6241150394d9c02 | 29de6e008158006f542cd17b44141cb5d9e9c80c | refs/heads/master | 2021-09-07T00:29:51.339456 | 2018-02-14T06:54:49 | 2018-02-14T06:54:49 | 113,970,086 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 687 | java | package au.org.theark;
import junit.framework.TestCase;
import org.apache.wicket.util.tester.WicketTester;
/**
* Simple test using the WicketTester
*/
@SuppressWarnings("unused")
public class TestHomePage extends TestCase
{
private WicketTester tester;
@Override
public void setUp()
{
//tester = new WicketTes... | [
"mukomanaf@yahoo.com"
] | mukomanaf@yahoo.com |
ced1cec52e337e17b18d1406ccc0019069532248 | 53e9ffc8e7c75710fae7c25af1da75447f1c4cef | /example-security-core/src/main/java/example/security/core/validator/code/ValidateCodeException.java | cbde5e50ca11556ba3b3d840555630ef3145ec51 | [] | no_license | JamalyYao/example-security | 7dd0aaea1b8b48622fd8343faae453bb005ae604 | 6bfc9693b1ab81bf45fc03829019ef4d6c923eb9 | refs/heads/master | 2020-04-24T13:28:57.067223 | 2018-12-07T10:02:33 | 2018-12-07T10:02:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 345 | java | package example.security.core.validator.code;
import org.springframework.security.core.AuthenticationException;
public class ValidateCodeException extends AuthenticationException {
private static final long serialVersionUID = 4614132326770579526L;
public ValidateCodeException(String msg) {
... | [
"weiwei.wang@weimob.com"
] | weiwei.wang@weimob.com |
56e917df36625226e26186d823e9b09d7ffb85a2 | ea54e6066ddffb5e559347312669425bf6498151 | /src/main/java/com/sirtrack/construct/lib/BitStream.java | cc808fbcfe289bff8131d996434b91dc7fc75576 | [
"MIT"
] | permissive | kimhSirtrack/construct | 188f078d4b45fb8d99f55cf4de91703353e7a071 | f77d2461860fc3a0d64616e6738994b8b293f38d | refs/heads/master | 2021-04-26T13:07:38.729851 | 2017-05-02T07:32:02 | 2017-05-02T07:32:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,404 | java | package com.sirtrack.construct.lib;
import static com.sirtrack.construct.Core._read_stream;
import static com.sirtrack.construct.lib.Binary.encode_bin;
import java.io.ByteArrayOutputStream;
import java.nio.ByteBuffer;
import com.sirtrack.construct.Core.ValueError;
public class BitStream {
public static class BitS... | [
"emanuele@ziglioli.org"
] | emanuele@ziglioli.org |
ffbe20fc7418566f267c4dd95d77e878991748f8 | d8e4532132161365cd44d2d9840596a1b5807a05 | /src/main/java/commons/BasePage.java | 6238f0f39b7e6ab21c1ef2376d4e474bf7f1966a | [] | no_license | tuanlase61315/maven-hybrid-bankguru | e0f10c229e6a342830319f9e1d07b6e8b86cb113 | 3b8ad4be96c1dc18a7804849d4286e968e11af7a | refs/heads/master | 2023-04-08T09:25:59.857521 | 2021-04-14T08:30:20 | 2021-04-14T08:30:20 | 356,104,684 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 27,014 | java | package commons;
import java.io.File;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Collections;
import java.util.Date;
import java.util.List;
import java.util.Random;
import java.util.Set;
import org.apache.commons.logging.... | [
"leanhtuan2425@gmail.com"
] | leanhtuan2425@gmail.com |
b37090a88babc93619edf144dbb0ecb826ba3c32 | 08fe5d6c61678c5dbdd2f3f59e9424b28eddda76 | /src/JZ_LC/T_56_找出数组中两个只出现一次的数字.java | 07d22973ab9d85a36868c67ce7a0a2d98bea838a | [] | no_license | catlv/NewLeetCode | 40a166e94b17564e0e6c0065e208e0e0072bd114 | e5a3513bf8778ce5552228e5d48183e0bfe2c8b4 | refs/heads/master | 2022-12-05T13:15:37.321437 | 2020-08-27T14:35:09 | 2020-08-27T14:35:09 | 273,871,751 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,666 | java | package JZ_LC;
/**
* 思路:位运算,异或:相同为0,不同为1
* 任何一个数 异或 自身,等于0;任何一个数 异或 0 等于自身。
* 先将数组中所有数异或一遍,得到的是两个只出现一次的数的异或结果。
* 由于这两个数不同,所以它们的二进制中肯定有一位或几位是不同的,所以它们异或结果的二进制中肯定存在1
* 比如:两数异或结果为 res = 2,也就是0010,将它与 helper = 1 也就是 0001 进行与操作。
* 此时结果为0,将helper乘以2,也就是0001,变成了0010.再和 res 进行异或,如此反复,直到结果不为0.
* 经过上面的操作后得到 helper,它的二进制中只... | [
"674756321@qq.com"
] | 674756321@qq.com |
707423c28fe8ad35c2483708317f56fa1e4b6edc | 4c94486e32e4e8cdeff708e82cf8e147c3671007 | /WeatherApp/app/src/main/java/tl/com/weatherapp/presenter/weatheraddress/WeatherAddressPresenter.java | dc65be192218eb2d4c119b911555be7fae547718 | [] | no_license | TungLuong/weather-app | f0f579b872f1144e1cb27c13fc518d95d5142a79 | 7ac5e89ce0bf5cf2540d93f475c6f725d7794f35 | refs/heads/master | 2020-04-28T15:30:18.294529 | 2019-04-14T08:42:58 | 2019-04-14T08:42:58 | 175,376,543 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,241 | java | package tl.com.weatherapp.presenter.weatheraddress;
import java.util.List;
import tl.com.weatherapp.model.WeatherResult;
import tl.com.weatherapp.model.modelnetwork.ModelNetwork;
import tl.com.weatherapp.view.weatheraddress.IWeatherAddressView;
public class WeatherAddressPresenter implements IWeatherAddressPresenter... | [
"35015720+TungLuong@users.noreply.github.com"
] | 35015720+TungLuong@users.noreply.github.com |
5251a19a25aed0d01c3d8862976683c422fd620c | e2a1730f130066151653deb8efc5c042e6ea305d | /featurex/src/main/java/miguel/daggerpoc/featurex/XDepPublicJava.java | 23422647575f2a6bfc16c8a9c19045ba3bc248b5 | [] | no_license | guelo/daggertest | 4d4672c1f136658bbaa4edcca48f9edafc963caf | 4153e87bb2db1fb0406bbf10daf141d0543815ed | refs/heads/master | 2020-03-26T15:36:24.284241 | 2018-08-21T21:48:34 | 2018-08-21T21:48:34 | 145,053,491 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 459 | java | package miguel.daggerpoc.featurex;
public class XDepPublicJava {
private final XDepPkgPrivateJava xDepPkgPrivateJava;
XDepPublicJava(XDepPkgPrivateJava xDepPkgPrivateJava) {
this.xDepPkgPrivateJava = xDepPkgPrivateJava;
}
public XDepPkgPrivateJava getxDepPkgPrivateJava() {
return xDe... | [
"mvargas@pandora.com"
] | mvargas@pandora.com |
83f804bf656f2fc936fd5095cbe2e237dd6ac081 | 3cfbcfc6f80936bd3e68b1c8ce253e9654b8c588 | /app/src/main/java/com/flavio/android/megasena/util/DataUtil.java | 2909cf6c8a7b4f1e94d724e789592467d1b54ad1 | [] | no_license | flaviodiminuto/MegaSena | e4c26bb1160c72cc8135df56dc07ccb99f2cc276 | 7a36a9d44e62c526830088c70ca0236388724e34 | refs/heads/master | 2022-11-17T15:42:52.647754 | 2022-11-04T02:05:01 | 2022-11-04T02:05:01 | 162,488,840 | 0 | 0 | null | 2021-09-17T05:26:18 | 2018-12-19T20:44:56 | Java | UTF-8 | Java | false | false | 816 | java | package com.flavio.android.megasena.util;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
public class DataUtil {
private static final String diaMesAnoFormat = "dd/MM/yyyy";
private static final String diaMesAnoHoraMinutoSegundoFormat = "dd/MM/yyyy HH:mm:ss";
pri... | [
"flavio.diminuto@outlook.com"
] | flavio.diminuto@outlook.com |
301c81e259e95924fb2d31a284a62042cdf394b5 | 95f489757abf1aef5b346bb4756afca5b043b01f | /src/com/design/patterns/factorymethod/factory/abstraction/AbstractFactory.java | 6c3bb1df16a36361be329adf9ea17b965343a6b2 | [] | no_license | longtengtian/design-patterns | 8d77d1ee96cf60195eccb2fa6c7463f303c3de5c | 02d82538bee9ae38dc24e631c5647bc1aab08b33 | refs/heads/master | 2020-06-05T04:07:02.429009 | 2019-07-29T02:41:02 | 2019-07-29T02:41:02 | 192,307,615 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 415 | java | package com.design.patterns.factorymethod.factory.abstraction;
import com.design.patterns.factorymethod.product.abstraction.AbstractProduct;
/**
* Title: 抽象工厂<br>
* Description: AbstractFactory<br>
* Company:韦博英语在线教育部</br>
* CreateDate:2019年07月19日 20:36
*
* @author jackie.scl
*/
public interface AbstractFactor... | [
"jackie.scl@webi.com.cn"
] | jackie.scl@webi.com.cn |
44e10f7ba4593e1f80633e7d7ab63a929f35b325 | e8f0af4affaad277062f3dc8490f91622eea9896 | /DS/Trie/Trie_01_InsertAndSearch.java | 94ccdcad3f50a491a481ccd382cb5329569bb79c | [] | no_license | kmrgaurav11235/CTCI | 6458aa6eeebe01422f3f38bd723d33dd450e812d | 1a5f8f51f9055859e08b2be9c9882829dd3febff | refs/heads/master | 2021-07-01T12:00:29.064409 | 2020-12-07T16:48:18 | 2020-12-07T16:48:18 | 203,094,903 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,886 | java | import java.util.HashMap;
import java.util.Map;
/*
https://www.geeksforgeeks.org/trie-insert-and-search/
- Trie is an efficient information reTrieval data structure. Using Trie, search complexities can be brought
to optimal limit (key length). If we store keys in binary search tree, a well balanced BST will need ... | [
"kmrgaurav11235@gmail.com"
] | kmrgaurav11235@gmail.com |
6558274a7f7d16c2afd2c55d02c7db0bae8658c2 | 481e8fa6d37a26332a8e5f8840cf8c24f857317a | /src/main/java/com/company/project/web/EducationController.java | 14b99892834ff8f7954eb211b7c4fd7da51f7125 | [] | no_license | Huabuxiu/Double-selection-system | 5c7b468136c0b0e2571ba23b3c5c8150d5913542 | e1e49bef19bb522f0fc29bbb41fbedeb8c5a97e2 | refs/heads/master | 2022-06-30T15:56:44.342857 | 2020-04-06T08:47:35 | 2020-04-06T08:47:35 | 234,485,920 | 4 | 0 | null | 2022-06-17T02:51:49 | 2020-01-17T06:30:16 | Java | UTF-8 | Java | false | false | 1,946 | java | package com.company.project.web;
import com.company.project.core.Result;
import com.company.project.core.ResultGenerator;
import com.company.project.model.Education;
import com.company.project.model.Student;
import com.company.project.service.EducationService;
import com.company.project.service.StudentService;
import c... | [
"1347638343@qq.com"
] | 1347638343@qq.com |
ea87d4c8a816e042d7d3281c5567c0ed1b3f7010 | 16ee2bc71a2d7543d550ebd9badf21ab49877cde | /src/main/java/com/hedging/user/dao/IRoleFunctionDao.java | 7550afdc9b0272a6d44c46291b0fab416057dedc | [] | no_license | tiantt222/hedging | 91faedb25eaefe35d6ef81fe834a4f76fed8c06d | daf64693266927d3bc7230f6b9145b77826f35f5 | refs/heads/master | 2022-06-22T20:59:42.424437 | 2019-11-06T11:41:13 | 2019-11-06T11:41:13 | 219,959,169 | 2 | 0 | null | 2022-06-21T02:11:18 | 2019-11-06T09:27:22 | Java | UTF-8 | Java | false | false | 587 | java | package com.hedging.user.dao;
import java.util.List;
import com.dz.platform.system.dao.IBaseDao;
import com.dz.platform.system.util.Pager;
import com.hedging.user.entity.RoleFunction;
/**
* @author tianwenlong
*/
public interface IRoleFunctionDao extends IBaseDao {
/**
* 按条件查找
*/
public Pager<RoleFuncti... | [
"tianwenlong@DESKTOP-53C3135"
] | tianwenlong@DESKTOP-53C3135 |
9e8f1bf29f5ef3fb70e89388b14f4ce28e202195 | 8aa184888dd6b6c4607c3c243be80b8093ec1021 | /src/main/java/com/dsinpractice/spark/samples/core/BroadcastVars.java | dbd7728ff955e9a39723d695f5dc1b02a10db069 | [
"MIT"
] | permissive | aminebr/spark-samples | bf94825abc90d606e8b862bece5415dbd7fcaa2e | 8ac18f52a837159d2cbf855dbeb0474ad869a53e | refs/heads/master | 2020-05-05T03:07:39.551726 | 2015-05-23T17:34:31 | 2015-05-23T17:34:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,875 | java | package com.dsinpractice.spark.samples.core;
import org.apache.spark.SparkConf;
import org.apache.spark.api.java.JavaRDD;
import org.apache.spark.api.java.JavaSparkContext;
import org.apache.spark.api.java.function.FlatMapFunction;
import org.apache.spark.api.java.function.Function;
import org.apache.spark.broadcast.B... | [
"yhemanth@gmail.com"
] | yhemanth@gmail.com |
d9ddbbcf062ef966856586199a850f45d94b134e | d6d223bf29f5e810d9f0f25d599947388899e8fe | /master-slave-demo/src/main/java/com/example/master/slave/entity/User.java | 2d5fb6b57c33b9455c69281c127541d887af939e | [] | no_license | joypo/morning | df10076a9a44a389bdf2ecfc13cb170adca2c7e7 | b1df678ce7cb502b589d731bb0c59e03617b6028 | refs/heads/master | 2022-12-23T15:05:17.883382 | 2020-09-23T06:02:11 | 2020-09-23T06:02:11 | 205,761,997 | 2 | 0 | null | 2022-12-16T05:05:40 | 2019-09-02T02:25:43 | Java | UTF-8 | Java | false | false | 227 | java | package com.example.master.slave.entity;
import lombok.Data;
/**
* @author sunx
* @date 2019-12-18
* @description
*/
@Data
public class User {
private Long id;
private String userName;
private String pwd;
}
| [
"xing.sun@biz-united.com.cn"
] | xing.sun@biz-united.com.cn |
527f9c0d42f4da930be3ffe570d7ff3372cedf52 | ec1fac791ba9b2dfaf686390d67d153eebd1115b | /mifosng-android/src/main/java/com/mifos/objects/accounts/savings/SavingsDepositResponse.java | 1324c768606e7f215cc9e3a4cc2ff50bfd64f732 | [] | no_license | acarella/mifosX-Android-PGS | 4b34d1ad577248b07a55c46006bee257746834d6 | 335849586828ef7ee7ddafb52a3b54f11c0529a7 | refs/heads/master | 2021-01-16T17:53:21.438679 | 2014-08-19T20:06:32 | 2014-08-19T20:06:32 | 19,929,744 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,214 | java | package com.mifos.objects.accounts.savings;
import com.google.gson.annotations.Expose;
import com.mifos.objects.Changes;
/**
* Created by antoniocarella on 6/1/14.
*/
public class SavingsDepositResponse {
@Expose
private Integer officeId;
@Expose
private Integer clientId;
@Expose
private In... | [
"carellarafaelantonio@gmail.com"
] | carellarafaelantonio@gmail.com |
af780f48251fe7bc867d18df89862837e2251b62 | 9c0c95a475f538110110b8332000c47efec35b91 | /src/test/java/io/vavr/jackson/datatype/tuples/TupleXTest.java | 99cc0eabd6f2d5a0c49f691db232e1bfe224e225 | [
"Apache-2.0"
] | permissive | nstdio/vavr-jackson | e51a8a17e41adc88c0e0c592d8154a7059672f14 | 7f877aebffac79ac4fc437f941dbdbd762853e9b | refs/heads/master | 2020-07-15T08:48:18.890967 | 2019-08-05T02:09:44 | 2019-08-05T02:09:44 | 205,524,575 | 0 | 0 | Apache-2.0 | 2019-08-31T09:34:49 | 2019-08-31T09:34:49 | null | UTF-8 | Java | false | false | 2,121 | java | package io.vavr.jackson.datatype.tuples;
import com.fasterxml.jackson.annotation.JsonTypeInfo;
import com.fasterxml.jackson.annotation.JsonTypeName;
import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.JsonMappingException;
import io.vavr.*;
import io.vavr.jackson.datatype.BaseTe... | [
"ruslan.sennov@gmail.com"
] | ruslan.sennov@gmail.com |
ce74c31dcd844fa6f1fd22a4c7a019b5c729834d | c7efabcd98b7c0681e290eac0721b96c524039c0 | /src/test/java/com/cybertek/chicagoTestNG/Alerts.java | dff983793dc23193ace73ac2d2f63726a2105ad8 | [] | no_license | gulmira168/mavenprojectz | 59c1cab8fc24cc11fca427d240f69004067f0e48 | 1484c6791d471eaed9ad0fd8860d1a8d167f32cf | refs/heads/master | 2020-04-17T13:38:55.404859 | 2019-01-20T04:48:04 | 2019-01-20T04:48:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,703 | java | package com.cybertek.chicagoTestNG;
import io.github.bonigarcia.wdm.WebDriverManager;
import org.openqa.selenium.Alert;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Ignore;
i... | [
"gulmira.alchikeeva@gmail.com"
] | gulmira.alchikeeva@gmail.com |
e3a09625f2453e4575b9d144d636f4e6ce69e102 | ff0e2cd24bc598f2d40a1aef179f107c0b5986aa | /src/main/java/com/geekerstar/system/entity/Menu.java | bdadf30adba1253f59acbacfa95bd4d6e52f983a | [] | no_license | geekerstar/geek-fast | 8ecc7eabae4e3c35e9619d9f02876fb9d2484511 | 212ff294aaf5c04ac2cc2f6f0e5446db1932282a | refs/heads/master | 2022-09-17T09:59:59.340773 | 2020-08-06T08:37:14 | 2020-08-06T08:37:14 | 226,278,168 | 1 | 0 | null | 2022-09-01T23:17:27 | 2019-12-06T08:11:18 | Java | UTF-8 | Java | false | false | 3,481 | java | package com.geekerstar.system.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
imp... | [
"247507792@qq.com"
] | 247507792@qq.com |
695d09c31a4bf3be8f5dc5acb224f5bd8e311338 | 97acd4f5664e9d405bfe829e676a3673ed310a16 | /app/src/main/java/thuglife/balasha/MainActivity.java | dfe30d8c34b1879715fb0cc88c697695cc5398b0 | [] | no_license | Singularity9971/BalAsha | 131c370eae0ca0115d7837165eacf418735f4481 | 759f6ef9afc363b3f9c80c8c9c458445b9fa0593 | refs/heads/master | 2021-01-10T15:45:07.299965 | 2016-01-20T09:42:55 | 2016-01-20T09:42:55 | 48,084,068 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,769 | java | package thuglife.balasha;
import android.content.Intent;
import android.content.res.Configuration;
import android.content.res.TypedArray;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.widget.DrawerLayou... | [
"avirudhtheraja@Avirudhs-MacBook-Pro.local"
] | avirudhtheraja@Avirudhs-MacBook-Pro.local |
b666c7071c3add4ef450a2b36d1a41693d653fa3 | ca85e129472eb1fa928f770f934bcda70192ea16 | /domain/Anel.java | 009622a10cc624137426d5e1f963f9659efba387 | [] | no_license | mariofaeInfnet/ecommerce | 80161fcd09976fc9cad3707fb87e6f35b2ed80a7 | bfa5656d771cd0f66c3eec2cfaea130e494d921a | refs/heads/master | 2023-07-29T01:19:35.669354 | 2021-09-28T02:57:34 | 2021-09-28T02:57:34 | 410,720,678 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,077 | java | package br.edu.infnet.ecommerce.model.domain;
import br.edu.infnet.ecommerce.model.exceptions.PublicoInvalidoException;
public class Anel extends Produto {
private int tamanho;
private String pedra;
private String publico; //masculino, feminino ou unisex
public Anel(String descricao, boolean freteGratis, float... | [
"jose.fae@al.infnet.edu.br"
] | jose.fae@al.infnet.edu.br |
0d4928be3abd78f2e23bb943f9afdbbc9d80bff3 | ebc2f544d42a9ed2727c8f11da24170d16eeb348 | /MYSQL表搭建/src/use_prepareStatement.java | 59f95bc0426cd585c199e1e4c69bd8d498d0ef85 | [] | no_license | matilda-art/MySQL | 8d17632db0c5796791840147c1722a934100e035 | ad89791a43cd2bddcb3b5e15a67e825313e7e743 | refs/heads/master | 2022-11-05T02:23:20.352452 | 2020-06-11T06:50:13 | 2020-06-11T06:50:13 | 269,845,753 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,189 | java | import com.mysql.jdbc.jdbc2.optional.MysqlDataSource;
import javax.sql.DataSource;
import java.sql.*;
import java.util.Scanner;
/**
* @program: MYSQL表搭建
* @description
* @author: matilda
* @create: 2020-06-07 11:56
**/
//使用PrepareStatement 替代 Statement
public class use_prepareStatement {
public static void ... | [
"heysober@163.com"
] | heysober@163.com |
0f2d6a86d3569d0af141cf56ec7d94cd6b77aeff | 42784d4404164117b90f22093f631bee5326442a | /app/src/main/java/daniyal_android_jsonparsing/json_parsing/MainActivity.java | ee6c0cfc06c629147a3c36ca1edec89458cf4111 | [] | no_license | dalalsunil1986/Json_Parsing | 719017dc738f0af471c8378cce9bde545d2e828e | 8e443f06c0a5d52cebc48d22e6e305534eb024d8 | refs/heads/master | 2021-09-29T02:20:42.191077 | 2018-11-22T18:36:05 | 2018-11-22T18:36:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,241 | java | package daniyal_android_jsonparsing.json_parsing;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.TextView;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
public class MainActivity extends AppCompatActivity {
String jsonDat... | [
"daniyalahmed520@gmail.com"
] | daniyalahmed520@gmail.com |
d7b8fa8cb1568a9a1ce7d91ba1b107120c1654bc | ec5b3ec35adad0ca92ba068b6b0a9ac1fed4ff2d | /main/java/com/yun/phonemanager/dao/AntivirusDao.java | dd10016891a7a427f0f18f3f9f288f919c66aab4 | [] | no_license | MyUsernameisCloud/PhoneManager | 200791848859e6ee9fa2a47593b2a0ae1c5f026f | 5afdd2484af72c59f07b413bb4e5b7b4f4f5cfa5 | refs/heads/master | 2020-03-15T12:42:48.118713 | 2018-05-05T08:28:55 | 2018-05-05T08:28:55 | 132,150,299 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,328 | java | package com.yun.phonemanager.dao;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import java.io.File;
public class AntivirusDao {
private static String Fullpath;
SQLiteDatabase db;
// 初始化
public AntivirusDao() {
//... | [
"noreply@github.com"
] | MyUsernameisCloud.noreply@github.com |
f5bb6d5f4d82c32e95faaa0be9998c669c70c344 | 1429ee4ce851eb6292c990bfa5ed10c9297c08d5 | /app/src/main/java/com/cleanmaster/notificationclean/view/CMCircularProgressBar.java | 684958fc118617f39ae80d263e44c3550ab22c2f | [] | no_license | bridsj/CleanMemory | 37db3a8c4c2a2dda719eab3430098f2354c1ae6f | 77eae57d6f5114636ecf679845b198f79de32038 | refs/heads/master | 2020-09-22T06:10:43.967893 | 2016-10-12T04:21:21 | 2016-10-12T04:21:21 | 66,561,472 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,415 | java | package com.cleanmaster.notificationclean.view;
import android.annotation.SuppressLint;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.RectF;
import android.os.Build;
import and... | [
"dengshengjin@conew.com"
] | dengshengjin@conew.com |
7b8f6922625aa3b7b66adb34c10d8d38e2781114 | 90aa8f65e417d02b12655e248d9c0e71a227e14e | /src/java/jsf/TurnoController.java | fc2edeb5877de7213384cd7d9dc81d5bd2d8483a | [] | no_license | Ildevana/Reserva | c5d89aed15929c8df1346383ed3c04e5ec47ee91 | a791ca8f799b79901c80c96fe854049f86a2f06f | refs/heads/master | 2016-09-09T17:17:32.588926 | 2014-11-22T23:56:45 | 2014-11-22T23:56:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,061 | java | package jsf;
import Jpa.entites.Turno;
import jsf.util.JsfUtil;
import jsf.util.PaginationHelper;
import Jpa.session.TurnoFacade;
import java.io.Serializable;
import java.util.ResourceBundle;
import javax.ejb.EJB;
import javax.inject.Named;
import javax.enterprise.context.SessionScoped;
import javax.faces.component.U... | [
"fabiorochadacosta@gmail.com"
] | fabiorochadacosta@gmail.com |
aca6dd31ca4ce6dffcd65579758edfc18dea99ac | 9f686514f762553313e98b54d4638faa8558dffb | /Spring/E-shopping/order-service/src/main/java/com/order/document/Item.java | d2d243b8fd48e56be9beeca90c2d893a0e7ecb57 | [] | no_license | lakshmijha19/E-Shopping | 238d549534b7b07e3fca825c266e8b6cd9f25b6a | ec657e2a823b687ff7c6e705788f0eeebbd1d272 | refs/heads/master | 2023-08-07T06:15:18.205214 | 2021-10-09T15:07:39 | 2021-10-09T15:07:39 | 409,147,964 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 805 | java | package com.order.document;
public class Item {
String productName;
double price;
int quantity;
public Item() {}
public Item(String productName, double price, int quantity) {
this.productName = productName;
this.price = price;
this.quantity = quantity;
}
public String getProductName() {
return prod... | [
"lakshmijha19@gmail.com"
] | lakshmijha19@gmail.com |
266b125812a3b661af7ea251954e0e5e77fb4571 | 2854e0ac523175431269dd1eb9f817dd6e8ae526 | /src/quiz/B13_count_letter.java | b65516e0bf9e6486d5b8f7962c8067a2db2098e5 | [] | no_license | rlaalghkwkd2/Java_Class | 5c6a374b2728061bb60965eb89b43b6f5a03eb10 | e3cccf5bcc1997c3e4f2b9a3fa5202a215becdcc | refs/heads/main | 2023-02-04T23:15:08.242309 | 2020-12-23T02:54:28 | 2020-12-23T02:54:28 | 315,221,944 | 0 | 1 | null | null | null | null | UHC | Java | false | false | 1,834 | java | package quiz;
public class B13_count_letter {
public static void main(String[] args) {
// 사용자로부터 문장을 하나 입력받고았다 치고
// 해당 문장에 어떤 알파벳이 몇번 등장했는지 세어서 출력해보시오.
// 대소문자 구분 X
// 해설
int[] count = new int[26];
String msg = "The Quick Brown Fox Jumps Over a Lazy Dog";
msg = msg.toLowerCase(); // 대... | [
"seunghwan@Park"
] | seunghwan@Park |
4a0172c430b8738329c9ffba129fc1517ba4f965 | 86eadee8c5cb48e490b35d4f142ee731fe27f87f | /test-commons/src/main/java/com/mygeno/test/pojo/EasyUIDatagrid.java | bc4bf3bfa6b8ef219e26fe8d87a4443f71b17bb1 | [] | no_license | yt348619925/test-dubbo | de337bf7805f5880f6c79ab961a9f232d25a1c1f | 46208453f3dda3107b5556d852854857cc86d9ab | refs/heads/master | 2020-04-17T11:14:13.766957 | 2019-02-23T10:58:10 | 2019-02-23T10:58:10 | 166,533,249 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 553 | java | package com.mygeno.test.pojo;
import java.io.Serializable;
import java.util.List;
/**
* @Auther: yt
* @Date: 2019/1/22
* @Description: com.mygeno.test.pojo
* @version: 1.0
*/
public class EasyUIDatagrid implements Serializable {
private List<?> rows;
private long total;
public List<?> getRows() {
... | [
"sx-yangtao@mygeno.cn"
] | sx-yangtao@mygeno.cn |
ef5dcedd3c73da643beb2e532614990c9d66d54a | d7c99be7b36d0ca7555485cc45da647ea66d2424 | /barchart-feed-ddf-datalink/src/main/java/com/barchart/feed/ddf/datalink/provider/util/ByteAccumulator.java | 8b622ab508022584ae40de1c08243f136936f931 | [
"BSD-3-Clause"
] | permissive | barchart/barchart-feed-ddf | 9558a2c2cf70e1e4f3ab78d81e089afd13937bcd | 5d745f5a66402a40ab30cac7c087b740c54b6e65 | refs/heads/master | 2023-08-27T05:48:01.431376 | 2021-10-11T17:06:22 | 2021-10-11T17:06:22 | 3,918,537 | 2 | 2 | null | 2019-10-23T14:57:25 | 2012-04-03T14:00:41 | Java | UTF-8 | Java | false | false | 2,435 | java | //
// ========================================================================
// Copyright (c) 1995-2017 Mort Bay Consulting Pty. Ltd.
// ------------------------------------------------------------------------
// All rights reserved. This program and the accompanying materials
// are made available under the ter... | [
"mvberg@gmail.com"
] | mvberg@gmail.com |
ea31ad34204fa704f8332769cb10eb0eeb7e56cd | 06b224fb7b28cabd1137f17cb85370d9e3b4c633 | /proj.android/gen/proj/mgame/dolpha/R.java | e17feefb0445f8ac2be3fc098062ccfadf78188e | [] | no_license | beatheat/Dolpha | 9713558877042c68e97344eb3401c57c4af352ba | 245e19c5c0f56680ffb53f47d39d8f5bdaa15b3a | refs/heads/master | 2022-07-18T06:24:00.269309 | 2018-06-17T21:01:06 | 2018-06-17T21:01:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 472 | 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 proj.mgame.dolpha;
public final class R {
public static final class attr {
}
public static final class drawable {
... | [
"ahesm@github.com"
] | ahesm@github.com |
97b606e57b45bd6753cd3a5502bc81a39c3aefea | a306f79281c4eb154fbbddedea126f333ab698da | /com/alibaba/fastjson/JSONReader.java | e863ef83312093a68a425b3b86c2c60e05f185ee | [] | no_license | pkcsecurity/decompiled-lightbulb | 50828637420b9e93e9a6b2a7d500d2a9a412d193 | 314bb20a383b42495c04531106c48fd871115702 | refs/heads/master | 2022-01-26T18:38:38.489549 | 2019-05-11T04:27:09 | 2019-05-11T04:27:09 | 186,070,402 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,677 | java | package com.alibaba.fastjson;
import com.alibaba.fastjson.JSONException;
import com.alibaba.fastjson.JSONStreamContext;
import com.alibaba.fastjson.TypeReference;
import com.alibaba.fastjson.parser.DefaultJSONParser;
import com.alibaba.fastjson.parser.Feature;
import com.alibaba.fastjson.parser.JSONLexer;
import com.a... | [
"josh@pkcsecurity.com"
] | josh@pkcsecurity.com |
8e92dc31b5e6d5b1f2e23468a3691867556937b2 | 725e43d7f520c9f22c1670a826fdab2d9abe0996 | /producers/mysql-producer/src/main/java/com/flipkart/aesop/runtime/producer/avro/exception/InvalidAvroSchemaException.java | 2f983562f6715d8eedf4564a003bd43153fc5f4e | [
"Apache-2.0"
] | permissive | akshit-agarwal/aesop | 149b7a895fda846a86414531206f0d1a0428a5fb | ce97be734c64375a6f7d9a168cd170d62dfed0a7 | refs/heads/master | 2020-12-25T23:18:52.224922 | 2016-05-23T13:10:29 | 2016-05-23T13:10:29 | 53,935,668 | 0 | 0 | null | 2016-05-03T10:12:20 | 2016-03-15T10:31:41 | Java | UTF-8 | Java | false | false | 511 | java | package com.flipkart.aesop.runtime.producer.avro.exception;
/**
* Created by akshit.agarwal on 19/04/16.
*/
public class InvalidAvroSchemaException extends RuntimeException
{
public InvalidAvroSchemaException() {
}
public InvalidAvroSchemaException(String message, Throwable cause) {
super(messa... | [
"akshit.agarwal@flipkart.com"
] | akshit.agarwal@flipkart.com |
2197bd50ed927e7c51102d6b543edc7dd7174468 | f91d19518f302b1bf8d3f551acc9777814cd2a62 | /src/main/java/entity/DAO/TransactionManager.java | bc558cdeef48648edb27d095e6f6141fe39d2bf4 | [] | no_license | cmaruz/is_2019 | 2c455c6d89dfb696c54e20eaee213ec2164558ee | 209927ca0fca62a77497cfed2b1b701e247b746d | refs/heads/master | 2020-05-23T06:52:22.906776 | 2019-05-15T05:14:18 | 2019-05-15T05:14:18 | 186,667,267 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,371 | java | package entity.DAO;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.util.*;
public class TransactionManager {
private final String DATABASE_PATH;
private final String DATABASE_USERNAME;
private final String DATABASE_PASSWORD;
private Connection connection... | [
"noreply@github.com"
] | cmaruz.noreply@github.com |
c0b4dc5856296c0fd9f5c40415058cbf618a6155 | f296971ed9ef26b68d570ec50702159723c81a0f | /src/SwapStringContent.java | 912501634506d2e9cc66c7b2f9e7537ce5bf6d02 | [] | no_license | prathimasuvarna11/JavaTutorial | e73d4e1b5c9ecaf967f6aeb075dd550eb5bdb757 | 4473b1cd0c18bcd207a2e38b1fe496c54d084d4b | refs/heads/master | 2022-11-27T19:42:25.586543 | 2020-07-26T06:40:51 | 2020-07-26T06:40:51 | 282,592,381 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 420 | java | import java.util.Scanner;
public class SwapStringContent {
public void swap(String s)
{
System.out.println(s);
String[] ref=s.split(" ");
System.out.println(ref[2]+" "+ref[1]+" "+ref[0]);
}
public static void main(String[] args) {
Scanner sc=new Scanner(System.in);
System.out.println("Enter a string")... | [
"prathimasuvarna2@gmail.com"
] | prathimasuvarna2@gmail.com |
cbb4b3748559fdd1ac44b092064126b92d651543 | 3c93431c01c50af1a866bdfed31abcdc6fefae0a | /webStudy01/src/kr/or/ddit/web/IndexType.java | bc7da597dc05af39eacc3c8e114e029fb14dc9bf | [] | no_license | kimgwanhee/sturdy-potato | e6a256ad2d47c6c7ccfc0271fa17eb6b03d8635c | bc7e5070d27aa9ee2d42899efd6f0e973f2ca6ad | refs/heads/master | 2020-04-06T13:57:38.571565 | 2018-12-12T11:28:41 | 2018-12-12T11:28:41 | 157,521,656 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 806 | java | package kr.or.ddit.web;
public enum IndexType {
//2번
GUGUDAN("/01/gugudanForm.html"),
CALENDER("/04/calendar.jsp"),
MUSIC("02/musicForm.jsp"),
IMAGE("/imageForm");
private String iName;//4번
//이제 이 안에 서비스 페이지를 파라미터로 받을 수 있는 생성자를 하나 만들기
private IndexType(String iName) {//생성자에서 셋팅 //3번
th... | [
"rhksgml1458@gmail.com"
] | rhksgml1458@gmail.com |
0cc13d2f13375bd95e498582970b52872a0892bf | 028cbe18b4e5c347f664c592cbc7f56729b74060 | /external/modules/derby/10.10.2.0/java/testing/org/apache/derbyTesting/functionTests/tests/lang/DeadlockDetectionTest.java | 63b4c6eae68b40578458d1217155b12695847a03 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla",
"LicenseRef-scancode-generic-export-compliance"
] | permissive | dmatej/Glassfish-SVN-Patched | 8d355ff753b23a9a1bd9d7475fa4b2cfd3b40f9e | 269e29ba90db6d9c38271f7acd2affcacf2416f1 | refs/heads/master | 2021-05-28T12:55:06.267463 | 2014-11-11T04:21:44 | 2014-11-11T04:21:44 | 23,610,469 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,594 | java | /*
* Derby - Class org.apache.derbyTesting.functionTests.tests.lang.DeadlockDetectionTest
*
* 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... | [
"snjezana@6f3ba3e3-413c-0410-a8aa-90bee3ab43b5"
] | snjezana@6f3ba3e3-413c-0410-a8aa-90bee3ab43b5 |
c4fab4b370c9c3e649da8749cd7469cbd9395870 | 20a856c0840a2b4bc5f8045f5c6d5852927597c4 | /myCollections/src/test/java/com/epam/myCollections/AppTest.java | b74b0e2ce7a965d9a618c8308daaf0853c8ac2b8 | [] | no_license | saimanideepika210/SaiManideepika_collections_task | 6d0f8c25ca013d5093ad02a686fecc1a630d219a | 17e4268c8763268d99b15521f27d0f9ca6abbebd | refs/heads/master | 2021-02-15T22:36:17.276825 | 2020-03-04T16:04:35 | 2020-03-04T16:04:35 | 244,939,429 | 0 | 0 | null | 2020-10-13T20:03:35 | 2020-03-04T15:45:45 | Java | UTF-8 | Java | false | false | 294 | java | package com.epam.myCollections;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
/**
* Unit test for simple App.
*/
public class AppTest
{
/**
* Rigorous Test :-)
*/
@Test
public void shouldAnswerWithTrue()
{
assertTrue( true );
}
}
| [
"saimanideepika210@gmail.com"
] | saimanideepika210@gmail.com |
8e703ad63b3b5a370ed9b76c6f7f83f6d52e44e9 | 5b08ffce417ba04e027b01dcd4ee27f9682d9cea | /Printing numbers in inverse right angle triangle/Main.java | ceb230cac11c9e6590d818182ec9cf244cf3a1b9 | [] | no_license | sweety1115/Playground | 249d6187c8cfd21b4ae157aaf0c252e0ef133042 | dc4d78ece82d0c2ecbdf05afd558473bc9b26aea | refs/heads/master | 2020-04-23T21:25:45.571556 | 2019-03-23T06:26:36 | 2019-03-23T06:26:36 | 171,470,362 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 248 | java | #include <stdio.h>
int main() {
// Type your code here
int n;
scanf("%d",&n);
int val=n;
for(int row=1;row<=n;row++)
{
for(int col=val;col>=1;col--)
{
printf("%d",col);
}
val--;
printf("\n");
}
return 0;
} | [
"47781182+sweety1115@users.noreply.github.com"
] | 47781182+sweety1115@users.noreply.github.com |
73339f8a6d2500778a49937ff4505b41f0513042 | 9d73929e6536a2dc1d32f513feef127c4af6b627 | /Interpreter.java | 63c653ecc1a56ca17cba64affaf2c402db1b80e5 | [] | no_license | XuanLiNYC/Leetcode | 3511fec74cbee4ce5056c25e3565420117af67c1 | a2ab7b34a3a3a9f350a0c0c0c2dfe6a9d8cfb256 | refs/heads/master | 2021-01-23T07:03:16.651911 | 2013-08-19T22:51:50 | 2013-08-19T22:51:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,327 | java | // Type your Java code and click the "Run Code" button!
// Your code output will be shown on the left.
// Click on the "Show input" button to enter input data to be read (from stdin).
import java.util.Hashtable;
import java.util.ArrayList;
public class Interpreter {
public static void main(String[] args) {
... | [
"xliebay@gmail.com"
] | xliebay@gmail.com |
1f2f770bccaa7573417cc142c54c3dd04e16762e | 93b603bb492606a29f8791834e670fb5bddffd9e | /General-Insurance/src/main/java/com/lti/entity1/Customer.java | 789d23e807e31a95aef4d179202de2bdf1bd4e50 | [] | no_license | RiturajG08/general-ins-spring | 755ddbddc23c5deae15d56e3b2a62b795f259302 | 0fe1a5ccd475c335ad4abb1a5c94d75772c801fa | refs/heads/master | 2023-04-10T19:28:19.938334 | 2021-04-26T13:27:07 | 2021-04-26T13:27:07 | 358,795,281 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,636 | java | package com.lti.entity1;
import java.time.LocalDate;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.On... | [
"riturajgujare01@gmail.com"
] | riturajgujare01@gmail.com |
4565b04bddceb83aa2a424400070d438c4ab0c7d | d11e6542a76b042e3bfe883d2762f73f1d630fe5 | /app/src/androidTest/java/com/example/cyberbear/ejemplo_constraint/ExampleInstrumentedTest.java | d54dff9e808a2829be85c34ae9d0ce910edcf1a1 | [] | no_license | EduardoAntunez/Ejemplo_Constraint | f159d370c36522966a096177049644a4ac95ad20 | a66acb563ad4272d9a87724f2a948230419e984b | refs/heads/master | 2020-03-11T18:49:54.799494 | 2018-04-19T09:10:19 | 2018-04-19T09:10:19 | 130,189,372 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 764 | java | package com.example.cyberbear.ejemplo_constraint;
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 exec... | [
"eantunezdo@gmail.com"
] | eantunezdo@gmail.com |
2f0bdd68469fb732514854eece69249d34086ba8 | 06ef12912a506d23854988904eb6f686abd98dd0 | /benchmarks/src/Plural/src/edu/cmu/cs/crystal/tac/DotClassInstruction.java | 4db0011c487a493a8f0a587210df9fdb171007ef | [] | no_license | autolock-anonymous/autolock-benchmark | bac4fd2981e42a334fd0b102e91390be2f449c7a | b3ecb1c7f0cf9eb87eed977617fb4e83cd0a9a69 | refs/heads/master | 2022-12-21T03:17:30.380261 | 2020-06-08T12:28:06 | 2020-06-08T12:28:06 | 297,629,037 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 769 | java | package edu.cmu.cs.crystal.tac;
import org.eclipse.jdt.core.dom.ASTNode;
import org.eclipse.jdt.core.dom.Type;
/**
* x = T.class.
* @author Kevin Bierhoff
* @see org.eclipse.jdt.core.dom.TypeLiteral
*/
public interface DotClassInstruction extends LoadInstruction {
/**
* Returns the node this instruction is for... | [
"wanghaichi0403@gmail.com"
] | wanghaichi0403@gmail.com |
37925b055b22c72edd2198cfc3e4b452bf6cbc86 | 1409f7fbb822754a339579afd987b5843e9177b0 | /app/src/main/java/com/example/peacock/imagestoreapplication/SaveImageSDActivity.java | 4c3353af99c3e473a88e83340599a2bf07d2cd78 | [] | no_license | Mayur-vaghasiya/ImageStoreApplication | 550e8ec0d98913ab1e158c685c33c3286d9134f5 | 6a1bda5ea30d4e58bda63d15d6d642b75af9f849 | refs/heads/master | 2021-01-21T20:59:37.340834 | 2017-06-19T10:47:31 | 2017-06-19T10:47:31 | 94,766,610 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,954 | java | package com.example.peacock.imagestoreapplication;
import android.Manifest;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.graphics.Bitmap;
import android.graphics.Camera;
impor... | [
"mvexam@gmail.com"
] | mvexam@gmail.com |
e8048aa14e59b46b7432e9eb31fd3dd9b7b53532 | 69b73dba0a4e95e05731e652a20ddf7a7d8d96e0 | /src/main/java/com/abc/shop/controller/OrdersController.java | b934551184d36e7559be95fea0f36e9dda74238c | [] | no_license | amnesiacDog/shop | 69530355b791111968e58850add16d30bb98eb95 | 21cba219d369064d26c360727475458f5512bd36 | refs/heads/master | 2020-07-06T09:33:30.685756 | 2019-08-20T00:02:30 | 2019-08-20T00:02:30 | 202,972,893 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 324 | java | package com.abc.shop.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* <p>
* 前端控制器
* </p>
*
* @author mjk
* @since 2019-08-19
*/
@RestController
@RequestMapping("/orders")
public class OrdersController {
}
| [
"425262752@qq.com"
] | 425262752@qq.com |
caa7759b435aa0b4a62ea439e3bb7c4b22549822 | 027bdc161f37360306b21246d8354a9e0c834637 | /SumsAndProducts.java | 93272f977effbeebecc9c26a1e67fcef12e4d162 | [] | no_license | jaymzee/category-theory | cc14c020aafd962c467636edd5fee985586167cd | 74f57845c9c85c7730706a049d2d139536278997 | refs/heads/master | 2023-01-24T15:27:00.111811 | 2020-12-03T07:14:43 | 2020-12-03T07:14:43 | 159,524,411 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 861 | java | import java.util.List;
import java.util.ArrayList;
import io.github.jaymzee.categorytheory.*;
public class SumsAndProducts {
public static void main(String[] args) {
Product<Double, String> prod = new Product<>(5.0, "hello");
System.out.printf("Product:\n");
System.out.printf(" fst: %s\n", ... | [
"jaymzee@users.noreply.github.com"
] | jaymzee@users.noreply.github.com |
99a1fc7ad8985a53457d552574492aca6174bf18 | ee47a06e353878750659a13f7319205e9e992e5d | /src/main/java/com/viching/generate/source/GeneratedKey.java | aec4f0f60cd089076756e94bfb2e8c5baced127d | [] | no_license | viching/viching-generate | 7ca891ec69c058bc218c2d0533a86abdffe3f5ad | d6135bb0d5b5bfc6d210b20823b958f1a155ada7 | refs/heads/master | 2020-04-01T04:23:57.570971 | 2018-10-13T23:07:59 | 2018-10-13T23:07:59 | 152,861,833 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,029 | java | package com.viching.generate.source;
public class GeneratedKey {
private String column;
private String runtimeSqlStatement;
private boolean isIdentity;
private DBColumnJavaBean dbColumn;
private String type;
public GeneratedKey(DBColumnJavaBean dbColumn, String column, boolean isIdentity, St... | [
"736306559@qq.com"
] | 736306559@qq.com |
31ab5e6b906215ddd17d5d4dc401f5717ef27630 | 831b6e0531a76474b66cdf1b3e1842062c64af27 | /mybatis03/src/main/java/org/javaboy/mybatis03/plugin/PageInterceptor.java | aa1b26c43fd3e047141b4bcb1970d97c32c384f4 | [] | no_license | wushangshikongyonghengdazizai/mybatis-samples-3.5.6 | 476d821b43a8254ea357c1f17bcfb3a44a86fe37 | 275c664d466640bebc45a08eaaf295d6b73203a8 | refs/heads/main | 2023-03-08T09:25:12.982797 | 2021-02-24T13:31:05 | 2021-02-24T13:31:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,519 | java | package org.javaboy.mybatis03.plugin;
import org.apache.ibatis.cache.CacheKey;
import org.apache.ibatis.executor.Executor;
import org.apache.ibatis.mapping.BoundSql;
import org.apache.ibatis.mapping.MappedStatement;
import org.apache.ibatis.mapping.ResultMap;
import org.apache.ibatis.plugin.Interceptor;
import org.apa... | [
"wangsong0210@gmail.com"
] | wangsong0210@gmail.com |
d5e02c4a8f500541188e7fb37f8408acfebc574a | 4892393e28b0280adfc0b0353ef8774e6d77897c | /coupon-gateway/src/main/java/com/imooc/coupon/filter/AbsSecurityFilter.java | dfb761e1087dbd6365ca52c929d85091db921bda | [] | no_license | Boneshade/imooc-coupon | eeae5b8d26e2125bb1958493bd4640fdf93bc7d7 | c3d20e8f2ad18bf3bca95035423512fff64bc76e | refs/heads/master | 2023-03-18T00:47:58.820003 | 2021-03-12T05:47:04 | 2021-03-12T05:47:04 | 321,247,967 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,229 | java | package com.imooc.coupon.filter;
import com.netflix.zuul.ZuulFilter;
import com.netflix.zuul.context.RequestContext;
import com.netflix.zuul.exception.ZuulException;
import lombok.extern.slf4j.Slf4j;
import org.apache.http.HttpStatus;
import org.springframework.cloud.netflix.zuul.filters.support.FilterConstants;
impo... | [
"2658696789@qq.com"
] | 2658696789@qq.com |
818cef239fa7362ce8dd0a241a0eaf231e081647 | 23033344f9aa7b8b28ad37c3dcdaab5c56ed4f5b | /CSE 337/hangman/src/gui/GUIMain.java | 7966c963ce0c0e9184ba1bb8914094150a119866 | [
"MIT"
] | permissive | Gocnak/ou-schoolwork | ff05a43f4dd0837f259f91888cbd329333c3fe7b | 0fe3441b664d304d2de7d2fd8e9e5ff9758da13a | refs/heads/master | 2021-03-27T16:25:21.399695 | 2018-04-04T19:52:13 | 2018-04-04T19:52:13 | 78,162,696 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 32,933 | java | package gui;
import sound.Sound;
import sound.SoundEngine;
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.ArrayDeque;
import java.util.Collections;
import java.util.Deque;
import java.util.stream.Collectors;
/*
* Cre... | [
"nkerns25@yahoo.com"
] | nkerns25@yahoo.com |
4740f22c6b5e39989895a31a4c8ab06d76a8abe2 | 6d0b97c6cd23f99db508c08f99b651d08a3ac7ef | /src/test/java/org/assertj/core/internal/paths/Paths_assertIsRelative_Test.java | 02e57cccd36f4cd38d92e86b9fe00d18a844436a | [
"Apache-2.0"
] | permissive | lpandzic/assertj-core | 14054dd2e42019fc173168e4e6e494ce3528a8f1 | 165a4b4f54e2c78cfca652ae6324a49d6d20243b | refs/heads/master | 2021-01-21T05:32:10.144265 | 2016-01-04T07:43:56 | 2016-01-04T07:43:56 | 31,382,191 | 1 | 0 | null | 2015-02-26T18:33:50 | 2015-02-26T18:33:50 | null | UTF-8 | Java | false | false | 1,685 | 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 under ... | [
"joel.costigliola@gmail.com"
] | joel.costigliola@gmail.com |
1edb48b3a3f62551b90d240f052f0f029d454451 | aa7e7e464a34ca2118c2aa6fbfaf4388a8f34b2d | /src/main/java/com/github/elkurilina/game/player/smartplayer/MoveCost.java | 832e69ecb978ae484f17900ca861e30a917c72a2 | [] | no_license | ElenaPhilipenko/tic-tac-toe | d464e81df28244e35531dc9d84c252f2baeeae6e | d887a161c1e2f34487908850d61ad41b3f66fe38 | refs/heads/master | 2020-12-25T17:34:41.522002 | 2016-08-16T12:09:24 | 2016-08-16T12:09:24 | 22,099,642 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 938 | java | package com.github.elkurilina.game.player.smartplayer;
/**
* @author Elena Kurilina
*/
public class MoveCost {
private final int cost;
private final int steps;
public MoveCost(int cost, int steps) {
this.cost = cost;
this.steps = steps;
}
public boolean isBetterThan(MoveCost mov... | [
"elkurilina@gmail.com"
] | elkurilina@gmail.com |
6f183291982a9759e180530870ec7bc68ebc6059 | 2d493c523922589b97afc0398d3e454f1dd2f63a | /src/main/java/com/iau/projeto/dto/CategoriaDTO.java | e0c3790abe9342cab2820d3bfff9eb4bdffda902 | [] | no_license | AdemirDeSousa/Projeto-Spring-Boot | 2dcf0d54f1b8aa8899c0e78958cc5278d5bcc6a8 | 026720e36adc6eae1db8526a1c4b7609cb06c8db | refs/heads/master | 2020-09-21T06:42:17.973060 | 2019-12-04T14:18:35 | 2019-12-04T14:18:35 | 224,713,042 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 900 | java | package com.iau.projeto.dto;
import java.io.Serializable;
import javax.validation.constraints.NotEmpty;
import org.hibernate.validator.constraints.Length;
import com.iau.projeto.domain.Categoria;
public class CategoriaDTO implements Serializable{
private static final long serialVersionUID = 1L;
//Atributos
pr... | [
"jadsqj@gmail.com"
] | jadsqj@gmail.com |
a4e51c3a30d4198beb4d1f4ec6d3925206e89513 | 3282867ce65b5a24e43af0530ad81cb5cf676ec9 | /acme-money/src/main/java/com/github/marschall/acme/money/IsoCurrencyCompressor.java | 4d2c9c011ce0d28e80e75cbdcc7bb5cb857cff5b | [] | no_license | marschall/acme-money | 31a27f7caa58c5206e1c7b981d34dd9cc83212fc | 93c6a4a7ec585e5ca5881ab7e74955cf601c39a5 | refs/heads/master | 2023-05-01T05:03:51.737740 | 2023-04-06T14:25:05 | 2023-04-06T14:25:05 | 26,048,266 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,238 | java | package com.github.marschall.acme.money;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import java.util.Map.Entry;
import javax.money.CurrencyUnit;
import javax.xml.stream.XMLStreamException;
import com.github.marschall.acme.money.IsoCurrencyParser.ParsedCurrrency;
final class IsoCurre... | [
"philippe.marschall@netcetera.com"
] | philippe.marschall@netcetera.com |
64075400af9e4311361019092edba4d5664068ef | fd7ee1e7fd53a26b96eef35a94272cd1be8185cf | /src/main/java/app/laboat/repository/TypeRepository.java | 1eb0cc6130beb9c71cf08e4d72a5f7f3e3cad9b9 | [] | no_license | TiinaSeppala/laBoat | ffa69b51401614ffa952ffae75779d67e66263bc | ff4d916cedb8bf8650e1061336f4a7b28c511d44 | refs/heads/master | 2020-04-03T23:40:11.333286 | 2018-11-21T15:39:49 | 2018-11-21T15:39:49 | 155,627,887 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 267 | java | package app.laboat.repository;
import java.util.List;
import org.springframework.data.repository.CrudRepository;
import app.laboat.domain.Type;
public interface TypeRepository extends CrudRepository<Type, Long>{
List<Type> findByTypeName(String typeName);
}
| [
"tiina.seppala@myy.haaga-helia.fi"
] | tiina.seppala@myy.haaga-helia.fi |
67c8ccd844c390107d4cca07b42f7afcec6d9127 | e4c17ca877f744da3938afb4356161493de0af52 | /src/module11/webinar/FileReaderJava7Example.java | 152e0c803c2794821d19f7ed128efc6fe850712d | [] | no_license | PBaranovskyi/JavaCourse | d03ed16ad998bcbafa4f32cb21b4a78dc53964fe | 38c74ea8bffe5e1c8f59d62170cc8fcff27bbc32 | refs/heads/master | 2020-12-24T12:05:10.625066 | 2016-11-02T20:54:54 | 2016-11-02T20:54:54 | 73,078,217 | 1 | 0 | null | 2016-11-07T12:54:51 | 2016-11-07T12:54:51 | null | UTF-8 | Java | false | false | 861 | java | package module11.webinar;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
public class FileReaderJava7Example {
public static void main(String[] args) {
try {
//this is try with resourses, and readed will be cloed automatically
try (BufferedRe... | [
"amudrevskiy@gmail.com"
] | amudrevskiy@gmail.com |
c38ad5dd5399975a07ddeb66ee4e7ff19974880a | eaa4bd2746bc69619a7d3deabe087d84d6139379 | /main/coreplugins/io.sarl.lang/src-gen/io/sarl/lang/codebuilder/builders/TypeParameterBuilderImpl.java | 7a37351c4fc47dc98d1eb0c0f9ad81e06323f72f | [
"Apache-2.0"
] | permissive | jgfoster/sarl | 766cc5930ed5bcadf9e485128945e379e0050657 | 829eb7d6c191881b7af75aaa43de5f7935a4c80c | refs/heads/master | 2020-08-01T07:41:45.523134 | 2017-05-30T10:32:21 | 2017-05-30T10:34:36 | 73,583,113 | 0 | 0 | null | 2016-11-12T22:52:44 | 2016-11-12T22:52:44 | null | UTF-8 | Java | false | false | 3,251 | java | /*
* $Id$
*
* File is automatically generated by the Xtext language generator.
* Do not change it.
*
* SARL is an general-purpose agent programming language.
* More details on http://www.sarl.io
*
* Copyright (C) 2014-2017 the original authors or authors.
*
* Licensed under the Apache License, Version 2.0 (t... | [
"galland@arakhne.org"
] | galland@arakhne.org |
b04ef90b39d01f16116b8f0bca4007356a80e375 | 3b84ee2fa50146859154b336147ccb6b7b0d8641 | /FlipdogSpellChecker/com/flipdog/speller/r.java | 7dfd4a60d0944775a1b1e9143e7f318df56d7d03 | [] | no_license | DarthYogurt/Dragonbreath | 5ac8883b75480a9a778f6b30d98c518b3544375d | 72f3e53cde17aacff812dce67f89b87d0b427a0e | refs/heads/master | 2016-08-03T16:43:36.614188 | 2013-11-12T00:11:29 | 2013-11-12T00:11:29 | 14,119,806 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 5,807 | java | package com.flipdog.speller;
import android.app.Activity;
import android.content.res.Resources;
import android.graphics.drawable.Drawable;
import android.text.Editable;
import android.text.Layout;
import android.text.Spannable;
import android.text.TextPaint;
import android.view.Display;
import android.view.LayoutInfla... | [
"deric.walintukan@gmail.com"
] | deric.walintukan@gmail.com |
77a1007d137612f1674eab1734448a452516165f | 368164a48b73d31c8b1e1f74f906f60b64c71e4b | /web/src/main/java/com/jason/web/test/spring/annotation/AsyncConfig.java | 260b0755b39ab1903ce677e41fc7eac050b7dfdd | [] | no_license | Jasyl0519/change-the-world | f5be2e0870c1ed62a3e6c3e9e1c13b4cbdba8c59 | 6c93eca7e3532e13c2ada1dfd82771589870f09e | refs/heads/master | 2022-07-03T16:40:48.515380 | 2020-06-24T07:50:13 | 2020-06-24T07:50:13 | 214,458,408 | 0 | 0 | null | 2022-06-17T03:15:34 | 2019-10-11T14:34:54 | HTML | UTF-8 | Java | false | false | 732 | java | package com.jason.web.test.spring.annotation;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.scheduling.annotation.EnableAsync;
import org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor;
import java.util.concurr... | [
"zhengcheng@didiglobal.com"
] | zhengcheng@didiglobal.com |
bf045a602f387308d1db6f33e9e11a7cc19946f2 | 21c2f55b571a4a43da0bb56396fce4202bce3306 | /src/generated/java/Murmur/AMD_Server_addCallback.java | f937913d5af0d0500e69700383d17a13cb3eb571 | [] | no_license | Tiim/telegram_mumble_bot | 33c4729158db89aadf98dfbcc4bf6a14c9141ee3 | fb4d373595fbdafd7eda2668ab703a70157fa6b7 | refs/heads/master | 2021-01-10T19:50:51.597343 | 2016-01-04T06:48:43 | 2016-01-04T06:48:43 | 39,690,708 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 826 | java | // **********************************************************************
//
// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
//
// ***************************************************... | [
"tim.bachmann@cad.ch"
] | tim.bachmann@cad.ch |
6206f0fbda49d2c46ea7814ee1cc33949735eaf6 | 2d2463318ffb154f572194fd6201ce8b515bccb7 | /JYQ/system-center/src/main/java/com/hengyu/system/web/FeedbackController.java | d2a5412274706258472b9ddf19f1a129006c74ca | [] | no_license | AWeekGlass/workspace | 2746a04e589f6e0cb2bb6b558c1de97ea810e10f | 67d32c20342b8c0d183e78a112beeec3ef6fcd2a | refs/heads/master | 2022-12-11T08:43:01.327388 | 2019-10-31T02:06:08 | 2019-10-31T02:06:08 | 218,499,474 | 0 | 0 | null | 2022-09-01T23:14:47 | 2019-10-30T10:17:38 | Java | UTF-8 | Java | false | false | 5,030 | java | package com.hengyu.system.web;
import static com.hengyu.common.constant.CommonConstants.ADD_FAILURE;
import static com.hengyu.common.constant.CommonConstants.ADD_SUCCESS;
import static com.hengyu.common.constant.CommonConstants.PAGE_SIZE;
import static com.hengyu.common.constant.CommonConstants.TOKEN;
import static co... | [
"macb@tfinfo.cn"
] | macb@tfinfo.cn |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.