blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
81dce61b68c7ee1a1654737cfe4d17c0c0349da0 | 2b88432b01e34cfc6dd4ea254ba81a2aea916bac | /src/test/java/com/imd/services/AnimalSrvcTest.java | ec2c83aa6c84b3c25c9cbca5d54154ebceb69727 | [
"Apache-2.0"
] | permissive | imdairies/imd-farm-solutions | 028f00d55e571c3a428dc290c16a1c4a966e2cf6 | b14d1b4e820f48e72acd09c1ff77d4803aaee6dd | refs/heads/master | 2022-12-07T22:11:01.331576 | 2020-09-07T17:35:05 | 2020-09-07T17:35:05 | 153,991,918 | 0 | 0 | Apache-2.0 | 2022-11-16T09:26:36 | 2018-10-21T09:27:20 | Java | UTF-8 | Java | false | false | 2,209 | java | package com.imd.services;
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import com.imd.services.bean.AnimalBean;
impor... | [
"imdairies@gmail.com"
] | imdairies@gmail.com |
11310985c2633b4225a323bb0122dccca5a5f7f0 | 3f098726f771a9506216255300f47d17e448dde3 | /Source_Scripte/src/vl09/logging/LoggingHandler.java | 71ae965a29b234c64b43de654ec538993554dc41 | [] | no_license | CoffieRalf/LearnPM | 200e2f88e380736ca992a0280b8d7313d45f02a1 | 1556719c595a9ecedbca502a0dd6eb9bb9ac24cf | refs/heads/master | 2020-04-02T12:57:55.335881 | 2016-07-02T16:46:49 | 2016-07-02T16:46:49 | 61,121,251 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,055 | java | package vl09.logging;
import java.util.logging.ConsoleHandler;
import java.util.logging.Level;
import java.util.logging.Logger;
/**
* @author Carsten Gips
* @since 27.02.2016
*
*/
public class LoggingHandler {
private static Logger log = Logger.getLogger(LoggingHandler.class.getName());
pub... | [
"czaja121@googlemail.com"
] | czaja121@googlemail.com |
09b2c8936ddb3e8cc6b3ae5ec36e368a7fd27f55 | bc60e04c60f968d2a35e06a0a51fb19da8f9820b | /src/main/java/org/mickey/data/structure/queue/PriorityQueue.java | 95eb6d11e1c991ab8a2076d77856cc352e93fac4 | [] | no_license | xiaozefeng/data-structures | 550299565a001e11b0554ea866b994d9f875ee4d | fb4504e8cbc077300643060e0a0b7d8a2511d8bf | refs/heads/master | 2022-12-26T22:31:05.785114 | 2020-07-03T03:12:51 | 2020-07-03T03:12:51 | 270,243,942 | 0 | 0 | null | 2020-10-13T22:37:21 | 2020-06-07T08:34:59 | Java | UTF-8 | Java | false | false | 731 | java | package org.mickey.data.structure.queue;
import org.mickey.data.structure.heap.MaxHeap;
/**
* @author mickey
* @date 6/13/20 21:50
*/
public class PriorityQueue<E extends Comparable<E>> implements Queue<E> {
private final MaxHeap<E> maxHeap;
public PriorityQueue(){
maxHeap = new MaxHeap<>();
... | [
"qq523107430@163.com"
] | qq523107430@163.com |
e63f9c3a8b8361101c05e19f43017351184d2187 | 00d1b310d2c7c6acee47fa12d1aeb76117d4596f | /DijkstraAlgorithmProject/src/Node.java | b3b43f1a2ae2d94caea7684c64cdfeb99925727c | [] | no_license | nikolaushendrawan/Djikstra-Algorithm-Project | 1c16546966f340155dc3276a754a389aace489a8 | 14c35b21ffaff7f3579aeddc5ec19029bc679357 | refs/heads/main | 2023-04-30T16:45:41.299498 | 2021-05-21T05:00:24 | 2021-05-21T05:00:24 | 369,418,228 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 996 | java |
public class Node {
final private String id;
final private String name;
public Node(String id, String name) {
this.id = id;
this.name = name;
}
public String getId() {
return id;
}
public String getName() {
return name;
}
@Override
public int has... | [
"nikolaus.hendrawan@student.umn.ac.id"
] | nikolaus.hendrawan@student.umn.ac.id |
016d7e7a06eacd8faf9cd1453e56c939648920d3 | 422610dc875409d341ad45ce2337b9685cee7203 | /spring-rest-client/src/main/java/com/raj/employee/serviceImpl/EmployeeServiceImpl.java | c04c2d538ed966bce9277c02b57df40611034509 | [] | no_license | Raj-Tomar/spring-rest-client | e5f88d077dc85aa03ee0ea3b0f6ee0a87840218f | fb9f446b6237b05e5aa44e4ac46b3fb4160d4a06 | refs/heads/master | 2020-06-14T16:16:37.741322 | 2017-03-07T05:46:44 | 2017-03-07T05:46:44 | 75,160,609 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,744 | java | package com.raj.employee.serviceImpl;
import java.util.ArrayList;
import java.util.List;
import org.apache.log4j.Logger;
import org.json.JSONArray;
import org.json.JSONObject;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.google.gs... | [
"rajtomar50@gmail.com"
] | rajtomar50@gmail.com |
c2342063f3290227020b35550e0486d3e4362f77 | 7a4364c70f101a077a4b9d4433f9a1d5cfb06c49 | /src/main/java/com/addToCart/step/DressesStep.java | 02e51c33313215a5f04f03d1eccac469b74621b0 | [] | no_license | latajacysmok/Add-to-cart-Test_Selenium | 8c72c42c66149a0165867ace02dbdc9f396e62f7 | 07ceb8d9371d78f3e551ae0246d941b68395a4b6 | refs/heads/master | 2022-11-11T14:36:23.236205 | 2020-06-25T06:33:37 | 2020-06-25T06:33:37 | 274,845,425 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 466 | java | package com.addToCart.step;
import com.addToCart.page.DressesPage;
import io.cucumber.java8.En;
public class DressesStep implements En {
DressesPage dressespage;
public DressesStep(HomepageStep homepageStep) {
When("User selects a {string}", (String category) -> {
dressespage = homepageS... | [
"maksymles@gmail.com"
] | maksymles@gmail.com |
341e66c1f409fff50eef6babc623898acb71ed3b | 9ece4a3aa9eeef33a806b0da300bed89913cd648 | /springboot-shiro2/src/main/java/com/spring/springboot/bean/Account.java | 90cae875b464d32c00778f5ed9885d3ad7705039 | [] | no_license | phyllisYongzhi/springboot-learning-example-1 | a01368c4d6bfd1336a28d65cc923f3a0408ece4f | eb1ca011f90be2f94363fffdd4df0565e3964fa2 | refs/heads/master | 2020-05-15T12:27:48.218598 | 2018-07-03T06:31:44 | 2018-07-03T06:31:44 | 182,264,194 | 1 | 0 | null | 2019-04-19T12:51:34 | 2019-04-19T12:51:34 | null | UTF-8 | Java | false | false | 489 | java | /*
* Copyright (C) 2009-2016 Hangzhou 2Dfire Technology Co., Ltd. All rights reserved
*/
package com.spring.springboot.bean;
import lombok.Data;
/**
* Account
*
* @author 萝卜丝
* @since 2017-10-21
*/
@Data
public class Account {
/**
* 用户id
*/
private String id;
/**
* 用户名
*/
... | [
"luobosi@2dfire.com"
] | luobosi@2dfire.com |
9d69e737b60faff307a120a18e6cc5d6d4ce04a9 | a66d44ea1fc204e34e1670bf5ee90a0572f98729 | /src/main/java/com/java/design/patterns/strategy/MainTest.java | c92bf77087042ede478ecf00902a0af8a6701c48 | [] | no_license | yoganandj/Java8Features | dbc8d9de1bb6bdefc7b9ea332114c977920e656f | 79b76be0ee3f73677132815fe6ea0d5a0b44fd64 | refs/heads/master | 2023-08-13T23:05:28.851244 | 2021-09-21T16:44:25 | 2021-09-21T16:44:25 | 267,607,437 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,089 | java | package com.java.design.patterns.strategy;
import com.java.design.patterns.strategy.services.BookingService;
import com.java.design.patterns.strategy.util.PaymentType;
import java.util.Date;
public class MainTest {
public final static PaymentType paymentType = PaymentType.CASH;
public final static Integer am... | [
"yoganandjg003@gmail.com"
] | yoganandjg003@gmail.com |
097b555433d3c482e54d45869fa1279fd6d7cae6 | c8cf65dddaf796519019267be49e72c0a3bf9336 | /AdvLoops1/src/com/company/Main.java | 16e7c23ce68951299dcf1dbd300be92d8bc71d1d | [] | no_license | skai129/preogrammingClassWork | f60c38d40f205c3f3cce10681eb972119de727eb | 55578ae91cda1ce13e2f830f38d60d58a8b706b5 | refs/heads/master | 2020-04-07T09:47:41.865435 | 2019-03-04T16:49:06 | 2019-03-04T16:49:06 | 158,265,378 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,830 | java | package com.company;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner console = new Scanner(System.in);
//get first number from user
int number1;
while(true) {
System.out.println("Enter a number");
try {
... | [
"45177847+skai129@users.noreply.github.com"
] | 45177847+skai129@users.noreply.github.com |
9a24663162a18641e0f1fdcd2d784459160b29b0 | db8ed472df2ce4dc71a1694ab219ee27787c7bf8 | /Authentication Microservice/src/main/java/org/wells/service/AuthenticationService.java | 927f45352b100df8bd06355d6cf3ddf4e59f14c2 | [] | no_license | tantrojan/wellsfargo_stockMarket_backend | 1148bdf01caab71174d693d137bdd71efa360bca | 4da0ee5391af291451710dd3d650c3526c6f45cd | refs/heads/master | 2022-12-16T06:58:24.134542 | 2020-09-15T11:42:40 | 2020-09-15T11:42:40 | 291,931,990 | 0 | 4 | null | null | null | null | UTF-8 | Java | false | false | 2,412 | java | package org.wells.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.dao.DataIntegrityViolationException;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.security.core.userdetails.UserDetailsService;
import org.springframework... | [
"tg.99ghosh@gmail.com"
] | tg.99ghosh@gmail.com |
261bfb27dcb22c5db701f67ab90553ffef455383 | 89533a5af6667c2630d1ccaeaaaca1eb2ee53916 | /offer25/Solution.java | 7fb0a853259b891e02c1376a0453fbff51ff2f28 | [] | no_license | hrzgj/leetcode | 0e21b52fac64ff4864a5b75d5f94e99d56fbb4b6 | 31f0ce6083a2a31a1038b864f70e1127a6e085e5 | refs/heads/master | 2023-04-29T04:29:24.738161 | 2021-05-01T14:26:08 | 2021-05-01T14:26:08 | 291,267,770 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 659 | java | package offer25;
/**
* @author: chenyu
* @date: 2021/1/10 10:10
*/
class ListNode {
int val;
ListNode next;
ListNode(int x) { val = x; }
}
public class Solution {
public ListNode mergeTwoLists(ListNode l1, ListNode l2) {
ListNode head=new ListNode(0);
ListNode res=head;
... | [
"863234009@qq.com"
] | 863234009@qq.com |
598b35b447f9461456562d96f2abbd23b8895093 | 8313b76091c5dfae5d6541c1381996d502090d23 | /src/main/java/com/xyz/changeit/web/controller/GreetingController.java | d4be4e7e54057c239f0d0ec4a73f0dfecc12c374 | [] | no_license | marcfab/changeit-backend | cca5542277d7d8f8898ae09a5e2bd95a870d822e | cecaac40f08f59944142cbc5ed6ba17dfec92a4f | refs/heads/master | 2021-01-10T07:13:32.688709 | 2016-01-10T23:07:54 | 2016-01-10T23:07:54 | 49,389,380 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 745 | java | package com.xyz.changeit.web.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
/**
* Created by Marc on 09/01/2016.
*/
@RestController
public class GreetingController ... | [
"marcfab87@gmail.com"
] | marcfab87@gmail.com |
b30b82fda1d86ea005f0bb396e145700cec4b051 | 287dc1683f7e19a5239c2b8addbc8531809f9177 | /DebugDesignPatterns/src/com/az/pattern/behavioral/chap18iterator/Test.java | 412a691cbff177454a6152894a4c593f7a662741 | [
"Apache-2.0"
] | permissive | yaominzh/CodeLrn2019 | ea192cf18981816c6adafe43d85e2462d4bc6e5d | adc727d92904c5c5d445a2621813dfa99474206d | refs/heads/master | 2023-01-06T14:11:45.281011 | 2020-10-28T07:16:32 | 2020-10-28T07:16:32 | 164,027,453 | 2 | 0 | Apache-2.0 | 2023-01-06T00:39:06 | 2019-01-03T22:02:24 | C++ | UTF-8 | Java | false | false | 1,416 | java | package com.az.pattern.behavioral.chap18iterator;
public class Test {
public static void main(String[] args) {
Course course1 = new Course("Java电商一期");
Course course2 = new Course("Java电商二期");
Course course3 = new Course("Java设计模式精讲");
Course course4 = new Course("Python课程");
... | [
"mcuallen@gmail.com"
] | mcuallen@gmail.com |
d989357ff0c3fa46103cf428682f18259321c6af | 5d53d16d73baa8093ecdb909de9ff44275ed1d4a | /src/test/java/org/seckill/mapper/SuccesskillMapperTest.java | f231b12e48e08ea34d2c20ad9ee1848c651c1028 | [
"Apache-2.0"
] | permissive | Zihaoo/Seckill-System | 195980035096c6781feb71d9944ab1d1eb7e7e47 | 74f9a6efe12f7d979901050378b59dd344059555 | refs/heads/master | 2020-03-12T23:58:44.811095 | 2018-05-16T13:34:51 | 2018-05-16T13:34:51 | 130,877,676 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,032 | java | package org.seckill.mapper;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.seckill.model.SuccessKilled;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
import javax.annotation.Resource;
@RunWith(SpringJUnit4Cla... | [
"hwyoung.96@gmail.com"
] | hwyoung.96@gmail.com |
5bef5580d45ddd65d173ec7a893efbd54702f4dc | deb1fbbb342781d5306ef91a82f9751dabdbf156 | /SpringBootJpaQueryDsl/src/main/java/com/develeaf/study/sample/repository/UserRepositoryCustom.java | aed168fd6f501e6c8453b0401fc3a413ef735500 | [] | no_license | kis6905/Spring | 75ea34f5acb782cefc2a8bcb0918e09b21a3459c | 970791d69ed5a907a360741b7d74affd37ae7425 | refs/heads/master | 2022-12-23T09:27:18.946631 | 2020-06-29T07:11:23 | 2020-06-29T07:11:23 | 65,356,438 | 0 | 0 | null | 2022-12-16T04:35:39 | 2016-08-10T06:28:52 | JavaScript | UTF-8 | Java | false | false | 181 | java | package com.develeaf.study.sample.repository;
import com.develeaf.study.sample.entity.UserEntity;
public interface UserRepositoryCustom {
UserEntity findByName(String userId);
}
| [
"kis6905@gmail.com"
] | kis6905@gmail.com |
529a3b43fb96b75ea6aa2661d502f5b53fda40c0 | 41fff7ff3ffaae0a681a1f34f2785701aace448c | /src/main/java/cn/xianyijun/planet/common/store/SimpleDataStore.java | 1d039d707a2709d53fa505d1c86c0f52b10c1f8c | [
"MIT"
] | permissive | xianyijun/planet | 584c977174f6b3ed427f6465c7747f023c8f29b0 | 51b5957bfe560965a911137048bab2f4feff1f4f | refs/heads/master | 2021-09-13T10:17:13.850611 | 2018-04-19T17:24:59 | 2018-04-19T17:24:59 | 121,255,263 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,506 | java | package cn.xianyijun.planet.common.store;
import java.util.HashMap;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentMap;
/**
* The type Simple data store.
* @author xianyijun
*/
public class SimpleDataStore implements DataStore {
private ConcurrentMap<... | [
"yijun.xian@ele.me"
] | yijun.xian@ele.me |
74fa3070aaf8b84684e454fd56ee63247c53683b | df8fbf2d740ad2bd23ac54c99d075e9103b59e49 | /src/main/java/com/github/cuter44/wxpay/reqs/CloseOrder.java | e3f24646f8a192adbd85e5294972fcdfbe04862f | [
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | Nevergiveupp/wxpay-sdk | 1360090d29b19916c108ffbb28bdd29182ef10e4 | fb5e375280508d639935d0c1b952eab778049fdb | refs/heads/master | 2020-05-19T16:49:57.532672 | 2018-05-05T15:24:55 | 2018-05-05T15:28:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,030 | java | package com.github.cuter44.wxpay.reqs;
import java.util.Arrays;
import java.util.List;
import java.util.Properties;
import java.io.InputStream;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import com.github.cuter44.wxpay.resps.CloseOrderResponse;
import com.github.cuter44.wxpay.WxpayExcept... | [
"cuter44@foxmail.com"
] | cuter44@foxmail.com |
89ae418538a4146d49758a30ae0d68a5d2573e20 | 7b5eb1275a63852950677b92ec40fd1b957b7b97 | /src/main/java/com/continuum/cucumber/plugin/maven/cucup/testng/TestNGXMLCreator.java | dc7a6c9251f1d071c15922d2e1178034244ad45e | [] | no_license | continuum-akash-dubey/cucup-maven-plugin | 677b80f4bb8cc0879934271a785e094b32048583 | 9a56075fd1e15e5d002db29302cc9709588cdf20 | refs/heads/master | 2022-12-29T11:19:35.954040 | 2020-04-27T11:47:05 | 2020-04-27T11:47:05 | 257,551,201 | 0 | 0 | null | 2020-10-13T21:22:37 | 2020-04-21T09:53:35 | Java | UTF-8 | Java | false | false | 2,907 | java | package com.continuum.cucumber.plugin.maven.cucup.testng;
import java.io.File;
import java.util.List;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.parsers.ParserConfigurationException;
import javax.xml.transform.OutputKeys;
import javax.xml.transform.Tran... | [
"akash.dubey@continuum.net"
] | akash.dubey@continuum.net |
91d8687b85c01ea32ae05c0419afe1980e70e34e | 9e8e1f19fd5dd0d625877a701e72069bcb146547 | /apkToolexipiry/working/libs/classes-dex2jar/com/payu/payuui/Adapter/PagerAdapter.java | 10abf7aaa935b38a624d66169d1789766d5e096b | [] | no_license | Franklin2412/Laminin | 65908dd862779d73095a38e604e37c989462beb2 | e5cd5c673e9830c0dffd28155aeb5196f534c80e | refs/heads/master | 2021-01-24T10:11:29.864611 | 2016-10-01T05:10:35 | 2016-10-01T05:10:35 | 69,677,383 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,645 | java | package com.payu.payuui.Adapter;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentStatePagerAdapter;
import com.payu.india.Model.PayuResponse;
import java.util.ArrayList;
import java.util.HashMap;
public class PagerAdapter extends FragmentSta... | [
"franklin.michael@payu.in"
] | franklin.michael@payu.in |
360eebe8d852120d02d224bd5ae518272aff8b50 | fec174cf3fb255f083f902e48a83083a6b61cbb4 | /.metadata/.plugins/org.eclipse.core.resources/.history/7b/202293993ba900161b81b8650e691acb | e1f4668d1884564ab68c96e22480948e897e624a | [] | no_license | 18810012802/pros | 8e8b717d6beaea9bafd3018d0397c668771e6589 | 0177b66a94e18c2c69a8eeb17c347852094792a2 | refs/heads/master | 2021-01-18T22:22:05.073392 | 2016-11-17T15:05:44 | 2016-11-17T15:05:44 | 72,429,379 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,786 |
package cn.it.weather;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>ArrayOfString complex type的 Java 类。
*
* <p>以... | [
"1738786100@qq.com"
] | 1738786100@qq.com | |
1ce96b213d51acced73d43fe150de1c18f3da50e | e849406364dcfe97d3a78e6526c47f063e962bc9 | /src/main/java/com/zking/sys/entity/market/salChance.java | baf3833ede386b842ee93c43e8a6800cc15af75d | [] | no_license | 13548899356/Vue-Project | 6d3c97b0016ff3bf05cf95e41dc4a8def603a32f | 11cef0847f45dac417087f65fdc40358e0c97fc8 | refs/heads/master | 2022-12-12T15:01:06.071617 | 2020-01-08T03:57:52 | 2020-01-08T03:57:52 | 232,473,631 | 0 | 0 | null | 2022-12-10T04:49:45 | 2020-01-08T03:57:18 | Java | UTF-8 | Java | false | false | 3,374 | java | package com.zking.sys.entity.market;
import java.io.Serializable;
import java.sql.Timestamp;
/**
* @author TimeDip
* 营销机会
*/
public class salChance implements Serializable{
private String chcId;//营销机会ID
private String chcSource;//机会来源
private String chcCustName;//客户名称
private String chcTitle;//概要
privat... | [
"1798536561@qq.com"
] | 1798536561@qq.com |
bd4a2a3fbdd9bb64a7615deb42956c8a53c605f5 | 7c596035dc8f8232ca466e6f4c40e8b6bb83c169 | /src/main/java/com/rkaneko/embedded/JettyLauncher.java | c0cce174035b53d63da7b1c8b363ce9fb68c6fc4 | [] | no_license | rkaneko/WebSocketServer | 17497eaa3336f46456a20ca7b5ed57eda02c45f8 | b30f71a6c56b93b07f4ad99540cb9a1791b3bbc1 | refs/heads/master | 2021-01-20T10:38:37.347340 | 2014-08-04T07:34:13 | 2014-08-04T07:34:13 | 8,218,193 | 5 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,226 | java | package com.rkaneko.embedded;
import org.eclipse.jetty.annotations.AnnotationConfiguration;
import org.eclipse.jetty.server.Server;
import org.eclipse.jetty.webapp.Configuration;
import org.eclipse.jetty.webapp.MetaInfConfiguration;
import org.eclipse.jetty.webapp.WebAppContext;
import org.eclipse.jetty.webapp.WebInfC... | [
"kanek.o.dev@gmail.com"
] | kanek.o.dev@gmail.com |
7e46cb5971ef9fa2ee59ee9d9a2fa5bb11728095 | a5278bbc4b0a2630bc801d5c00ec48876c354dd8 | /src/Cryptography/DESEncryptionExample.java | c96e8b94b6cd974ab50254bd28627c5d9e957794 | [] | no_license | akshatsoni64/Java-Programming | e9c78f7c7fa99107b91576b134428f7bed58a960 | 962d610b502bc26c9a633e86984fc8c9271c0e61 | refs/heads/master | 2021-09-10T04:57:35.853510 | 2021-08-29T08:57:14 | 2021-08-29T08:57:14 | 191,611,539 | 7 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,801 | java | import javax.crypto.*;
import javax.crypto.spec.IvParameterSpec;
import java.io.*;
import java.security.InvalidAlgorithmParameterException;
import java.security.InvalidKeyException;
import java.security.NoSuchAlgorithmException;
import java.security.spec.AlgorithmParameterSpec;
public class DESEncryptionExample {
... | [
"akshatsoni64@gmail.com"
] | akshatsoni64@gmail.com |
74ca3ffbbde87f9587b9657f4d02f063a8273f34 | 6cccbbd7c647a7168b55f3c54f0372df81e83620 | /goods/src/main/java/com/yesmywine/goods/dao/SkuPropDao.java | 9020bba897de2cb9ac62f6b4d0125234fac4f36f | [] | no_license | Loeng/yesmywine_ms | 4dd111edeabefd3a813a7e59837862b660e1085c | 207e6d1f352172999649ba324f07aeb68953f9d6 | refs/heads/master | 2021-10-20T03:56:03.729552 | 2019-02-25T15:34:25 | 2019-02-25T15:34:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 248 | java | package com.yesmywine.goods.dao;
import com.yesmywine.base.record.repository.BaseRepository;
import com.yesmywine.goods.entity.SkuProp;
/**
* Created by hz on 6/22/17.
*/
public interface SkuPropDao extends BaseRepository<SkuProp, Integer> {
}
| [
"603446367@qq.com"
] | 603446367@qq.com |
bbf8c89caa05cf12e394c5aa6b9d29291858b2ca | 09f8ce8cbaa20ca952b9862ddee640cad97b4d06 | /03-SpringBoot-JUnit-Mockito/src/test/java/com/smoothiemx/sbjunitmockito/app/controllers/CuentaControllerTestRestTemplateTest.java | 6961743bf9bec181c56c5bcac50bda97505ef427 | [] | no_license | adriangonzalez-code/junit-mockito | dfa12a14d1eab5f96e06302ac1a0545c299f028a | d0354a4fc2a9115c920a7faccac448bcf26501d8 | refs/heads/master | 2023-07-16T08:16:52.046357 | 2021-08-30T20:59:57 | 2021-08-30T20:59:57 | 393,234,959 | 0 | 0 | null | 2021-08-30T20:59:58 | 2021-08-06T03:21:53 | Java | UTF-8 | Java | false | false | 7,042 | java | package com.smoothiemx.sbjunitmockito.app.controllers;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.smoothiemx.sbjunitmockito.app.models.Cuenta;
import com.smoothiemx.sbjunitmockito.app.models.T... | [
"g.adrian.gonzalez.90@gmail.com"
] | g.adrian.gonzalez.90@gmail.com |
aa92b31710fe8f9909667ce384de145577e7d889 | 6e1f1af36bf3921018d587b6f72c35a7f07d8d67 | /src/test/java/jdk8/_interface/InterfaceAImpl2.java | 778c7159475d579169f51fa23b894b27a044e96d | [] | no_license | yangfancoming/gdk | 09802bd6b37466b38bf96771a201e6193bb06172 | c20c38f018aa34e07cdf26a8899d3126129f5d6a | refs/heads/master | 2021-07-07T13:06:15.193492 | 2020-04-16T01:04:40 | 2020-04-16T01:04:40 | 200,798,650 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 429 | java | package jdk8._interface;
/**
* Created by 64274 on 2019/8/7.
*
* @ Description: TODO
* @ author 山羊来了
* @ date 2019/8/7---22:03
*/
public class InterfaceAImpl2 implements InterfaceA {
/**
* 跟接口default方法一致,但不能再加default修饰符
*/
@Override
public void showDefault() {
System.out.println("... | [
"34465021+jwfl724168@users.noreply.github.com"
] | 34465021+jwfl724168@users.noreply.github.com |
14fbace743cec35f3203d0a3e9ae2b15427062de | 3ffccabeefafed0b7df9ccf6f3575dc4e952cbec | /12.integer-to-roman.java | 277b29e8d6ffa1bb3f853fab82d08d36315777c5 | [] | no_license | tickscn/leetcode | 8f02dcf1d0a41d69735debd24e3f73a8bd362411 | 242c4e75a5598f1eed574393f0e344677c4ec24a | refs/heads/master | 2021-07-12T18:45:24.988368 | 2020-07-24T09:58:26 | 2020-07-24T09:58:26 | 184,757,828 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,399 | java | /*
* @lc app=leetcode id=12 lang=java
*
* [12] Integer to Roman
*
* https://leetcode.com/problems/integer-to-roman/description/
*
* algorithms
* Medium (52.19%)
* Likes: 913
* Dislikes: 2483
* Total Accepted: 326.8K
* Total Submissions: 605.6K
* Testcase Example: '3'
*
* Roman numerals are represe... | [
"xiehuiwu1996@gmail.com"
] | xiehuiwu1996@gmail.com |
908ee908ad7468c39b72212983b12adadaed638d | b8313a99e7b99b21083bb2de78a70ec7ec0228c2 | /hanniupk-kernel/kernel-model/src/main/java/info/hanniu/hanniupk/kernel/model/enums/YesOrNotEnum.java | 9284172041e2bb9c3d2a30959a14b0baeae901d6 | [] | no_license | lwgboy/hanniupk | b2c7fd487eb2344b4d8b7ea70aef1ea14e751378 | 9bd0351817ede63bf17f4fe13b23258039157ddb | refs/heads/master | 2020-04-25T23:39:22.178315 | 2019-02-27T10:42:49 | 2019-02-27T10:42:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,043 | java | /**
* Copyright 2018-2020 stylefeng & fengshuonan (sn93@qq.com)
* <p>
* 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
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless ... | [
"624859425@qq.com"
] | 624859425@qq.com |
461b02df36d81e59350dde3aac8395d7a8126501 | 2fd6f1cab6f39894adb367d78913b81c7ba9f927 | /baizhi-cmfz-sys/src/main/java/com/baizhi/controller/UserController.java | 3ae6a64aa7c6a3897f3192b4c75aba74aa2baff1 | [] | no_license | sangrux/code | 0297cf6b1af5411d1f63571082e1bebfd8be3ba0 | 88fc950f18ec5b079b69b91990bed8a479e72141 | refs/heads/master | 2020-05-31T23:14:13.170620 | 2017-06-16T03:24:25 | 2017-06-16T03:24:39 | 94,053,143 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,329 | java | package com.baizhi.controller;
import com.baizhi.entity.User;
import com.baizhi.service.UserService;
import com.baizhi.util.Md5Util;
import com.baizhi.util.SaltUtil;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.anno... | [
"2113928461@qq.com"
] | 2113928461@qq.com |
619d9f49906b40a2f59d4938f423f88c5669268f | b65b692ecf87b38c55ff438f9aa44298dd6aba12 | /learn-note-maven-generatorSqlmapCustom/src/main/java/cn/center/pojo/TbShopEmployeeCustomerCashLog.java | 79ea95a79f2e49ea48d47224ab35c5840fb765d7 | [] | no_license | Steve133/my | c2d22cf290bad0e66304034abd53c8ea8d3a8743 | 33fa4a9a94c690c101c5bf905385c1e8db6dde8e | refs/heads/master | 2022-12-20T23:11:04.076723 | 2019-12-26T02:14:28 | 2019-12-26T02:14:28 | 225,565,975 | 0 | 0 | null | 2022-12-16T05:01:42 | 2019-12-03T08:15:59 | Java | UTF-8 | Java | false | false | 2,427 | java | package cn.center.pojo;
import java.util.Date;
public class TbShopEmployeeCustomerCashLog {
private Long shopId;
private String shopName;
private Long employeeId;
private String employeeName;
private Long customerId;
private String customerName;
private Byte type;
private Float ... | [
"810203590@qq.com"
] | 810203590@qq.com |
39a9fbca5d57bb18c0f8bf116d01049ebe9db033 | cbea081452a3d884242fa1a73ff720c69af828d1 | /GoldenLionERP_CoreModule/src/main/java/ags/goldenlionerp/application/setups/businessunit/BusinessUnitCustomRepository.java | 8ac7c8d616bd86beec4bac9334a16a4a2428067f | [] | no_license | SuryadiTjandra/GL_ERP | 739f304111554f46ca40e6b4117d89b0f6896bea | 0f44cd4a863c84564e6d1753e00faeac0278e7a4 | refs/heads/main | 2023-01-19T08:40:27.860923 | 2020-11-28T08:29:09 | 2020-11-28T08:29:09 | 316,689,786 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 160 | java | package ags.goldenlionerp.application.setups.businessunit;
public interface BusinessUnitCustomRepository {
<S extends BusinessUnit> S save(S businessUnit);
}
| [
"suryadi.hartanto.tjandra@gmail.com"
] | suryadi.hartanto.tjandra@gmail.com |
3a50fd68b89b195596fb982c546d565c418583f0 | 6e891dee65019502168cb7e21695235a61aa08f2 | /Java Basic/src/c_control/Ex01_if_주민번호.java | 722bc7717278fa05eb504225418389d069b9b6f7 | [] | no_license | salcho94/javafile | 52a2b26b8bda902adcace131f42d0f4e4d4ff52e | 004aa6d5a7a4c1bbf10d0cf22c49bc11f4384a4d | refs/heads/master | 2021-04-07T13:29:43.978561 | 2020-03-20T09:22:19 | 2020-03-20T09:22:19 | 248,680,056 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,122 | java | package c_control;
import java.util.*;
public class Ex01_if_주민번호 {
public static void main(String[] args) {
String id ="940729-1877779";
char sung =id.charAt(7);
//1이거나 3이거나 9이면 남자
//2이거나 4이거나 0이면 여자
if(sung =='1' |sung =='3'|sung =='9') {
System.out.println("남자 출력");
... | [
"Canon@DESKTOP-PL2F7PK"
] | Canon@DESKTOP-PL2F7PK |
ae76cc95e7cd0a676a3811db8570378b6f5e1d10 | cce1b2063aa13ec6f3b702fcce146b7b9247eeb5 | /app/src/main/java/project/ap/com/customtopnavigationbar/VerticalNtbActivity.java | 56d925ef1efaaca10f785ce15502fe402a715ca1 | [] | no_license | iamadityaaz/CustomTopNavigationBar | c3a6a6f1e9f4f8d599a648199b4c847b7de6d0cf | f2e4c3d01a4baee9f974d4b00c010f3ec5fb7e6b | refs/heads/master | 2020-04-01T14:40:08.174939 | 2018-10-16T14:47:52 | 2018-10-16T14:47:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,209 | java | package project.ap.com.customtopnavigationbar;
import android.app.Activity;
import android.graphics.Color;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentPagerAdapter;
import android.support.v4.view.PagerAdapter;
import android.support.v4.view.ViewPager;
import ... | [
"adityaprakash159@gmail.com"
] | adityaprakash159@gmail.com |
e6ab5dd14260c63521c2e8b66ea09a3e42493b35 | 402c94353940844bb8dfa85c54275498e62e6f3f | /app/src/main/java/cn/edu/sdwu/android02/classroom/sn170507180213/Ch12Activity1.java | 35534b4b320f0f550565317dfcba6fd3e4631bc6 | [] | no_license | xbw0108/MyApplication3 | 37fa1d682da4d70e4ed467915def7fcba6541a3e | 363798fdb827d3348df773e93fe6064838878cd6 | refs/heads/master | 2022-06-22T01:21:44.489409 | 2020-05-11T08:46:06 | 2020-05-11T08:46:06 | 257,832,649 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 601 | java | package cn.edu.sdwu.android02.classroom.sn170507180213;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
public class Ch12Activity1 extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
... | [
"804037849@qq.com"
] | 804037849@qq.com |
193b79ca301e56be53f2f883b214df14edb9be26 | da4ff3cca75298a699df33594b59b345d4ff0559 | /mybatis/src/main/java/com/zking/mybatis/controller/HomeController.java | 23481bc41b6418eb33f6bbefda8bf7704d72e4bb | [] | no_license | dong957/mybatis | fd45eb4330ee7029120669af3d1d710f73055522 | 8ee15a7eda2112639cfe628e6b161da1583992bb | refs/heads/master | 2022-12-23T02:00:46.250482 | 2019-12-09T06:53:53 | 2019-12-09T06:53:53 | 226,636,952 | 0 | 0 | null | 2022-12-16T04:25:10 | 2019-12-08T08:28:27 | Java | UTF-8 | Java | false | false | 271 | java | package com.zking.mybatis.controller;
import org.springframework.web.bind.annotation.RequestMapping;
/**
* @author dong
* @create 2019-11-2414:01
*/
public class HomeController {
@RequestMapping("/")
public String goHome(){
return "index";
}
}
| [
"2854997357@qq.com"
] | 2854997357@qq.com |
f537a56189583a7e7dd60fbcc1d4ad772afaf833 | bf1cd6d58e1922f689afde11adc6ded97397e9b3 | /lesson-8/socialnetwork/app/src/main/java/ru/geekbrains/socialnetwork/data/CardData.java | fc5ae33a297d737c670baa68597ccac6713398fc | [] | no_license | Warcerg/AndroidBase-2021-05-26 | c6dcf16f951329ac616285a2d8f27dc736e66029 | 56a1e536a701e2d48048f297da5cc00297b13dde | refs/heads/master | 2023-06-07T23:58:57.568498 | 2021-06-30T19:05:39 | 2021-06-30T19:05:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 824 | java | package ru.geekbrains.socialnetwork.data;
public class CardData {
private String title; // заголовок
private String description; // описание
private int picture; // изображение
private boolean like; // флажок
public CardData(String title, String description, int picture, boolean... | [
"mrvlmor@gmail.com"
] | mrvlmor@gmail.com |
c6e3b77d25dedb968d3e53d3f74f43b189de7bed | 3a7225540a6d94ad9cf3ac65e5bfbae0c39764f1 | /Src/GameController/src/controller/action/ui/Robot.java | 569d829172a7699845dda46c3bad83b64b5adcf2 | [
"BSD-3-Clause"
] | permissive | saifullah3396/team-nust-robocup | e885f9856aef52f688927fc5bf3534c708a90823 | 2da710731ff758d164e048b407dd1601aa1bc421 | refs/heads/master | 2020-03-25T19:25:07.766123 | 2018-10-16T10:49:59 | 2018-10-16T10:49:59 | 144,081,847 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,246 | java | package controller.action.ui;
import java.util.ArrayList;
import common.Log;
import controller.EventHandler;
import controller.action.ActionType;
import controller.action.GCAction;
import controller.action.ui.penalty.CoachMotion;
import controller.action.ui.penalty.Penalty;
import controller.action.ui.penalty.MotionI... | [
"saifullah3396@gmail.com"
] | saifullah3396@gmail.com |
5120ebabddfeefdf4de916cf23741c0d9abf178c | 7eaac384d198bd1679eb9069c9aaa5f300ee7b7e | /CR/app/src/main/java/com/jeve/cr/tool/UnitTransformTool.java | 3aa972e9a0e8385fcc158498abef0dab0af17c03 | [] | no_license | NiuBiTeam001/NiuBiImageOCR | 04575a3fa70d7e0b4021bb6ce4493e0eaca397a2 | d49ef36bb0632c4a008859dd406db9741038547d | refs/heads/master | 2021-05-06T10:09:38.157760 | 2018-01-24T02:52:37 | 2018-01-24T02:52:37 | 114,101,111 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 626 | java | package com.jeve.cr.tool;
import android.content.Context;
/**
* 单位转换工具类
* lijiawei
* 2017-12-13
*/
public class UnitTransformTool {
/**
* dp 转化为 px
*/
public static int dp2px(Context context, float dpValue) {
final float scale = context.getResources().getDisplayMetrics().density;
... | [
"lijiawei_855@126.com"
] | lijiawei_855@126.com |
40ea68d2597b38a66d59ccce154cb6b9e0fd46ce | 522f8d58c889c6141bf2deed6d078e97325e2d19 | /src/main/java/com/supermarket/service/OrderService.java | 07abe646f105b1cf1e9953aa737f69ba8b946410 | [] | no_license | LYJ-victory/Supermarket | 9ec956155ce72ecafa84f34323ac08ee73f21973 | 605e6392687f674f6d8b7b71be5ad88f6baa2fd9 | refs/heads/master | 2023-08-05T21:03:07.842234 | 2020-02-29T09:13:06 | 2020-02-29T09:13:06 | 227,852,748 | 0 | 0 | null | 2023-07-23T00:18:18 | 2019-12-13T14:03:21 | CSS | UTF-8 | Java | false | false | 968 | java | package com.supermarket.service;
import com.github.pagehelper.PageInfo;
import com.supermarket.bean.Cart;
import com.supermarket.bean.Product;
import com.supermarket.bean.TbOrder;
import com.supermarket.bean.UserAddress;
import com.supermarket.bean.vo.OrderManageDetal;
import com.supermarket.bean.vo.OrderManageVO;
im... | [
"3066679918@qq.com"
] | 3066679918@qq.com |
8fddf5523374b9d0792c4a6b02031bad4346711f | e8a06fbe3043477ea3e4ee24bf7763d282ec41f0 | /src/textParser/equal.java | 10175289baf9ed10bf3131fcfdb1ff488c547b26 | [] | no_license | acyrwus/TextParser | cff46a19a3874f7a11a7a89ddb5ad795d5296964 | d274e3eefcd1f8210c6fdd2321e7d656effa694d | refs/heads/master | 2020-09-13T12:28:32.087355 | 2019-12-04T03:00:42 | 2019-12-04T03:00:42 | 222,779,786 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,180 | java | package textParser;
public class equal extends align {
public equal(String inText, int inMax, boolean inSpace) {
super(inText, inMax, inSpace);
}
public String equalOut() { //builds output lines
String buildStr = "";
for(String temp : this.splitLines(text)) {
String buildLine = "";
int cha... | [
"acyrwus@asu.edu"
] | acyrwus@asu.edu |
e1de1afd8a10ebebf0f9296ebfaf278f75393b41 | 26f23d1ec7cbea2def97c59a9c379720e54ffb4a | /spring-security-integration-test/src/main/java/com/spring/api/controller/SpringSecurityController.java | a7423c3b8d26e232ad51a762447c48299c097189 | [] | no_license | subha2125/microservice-docker | 1242edc175cb65f797b0adfa9b783afe33d28f53 | 26352a7956ec0f36f11f4fe12cafb66a90e22718 | refs/heads/master | 2022-07-08T07:53:42.687120 | 2021-10-29T04:53:55 | 2021-10-29T04:53:55 | 231,407,970 | 0 | 0 | null | 2022-06-21T04:13:29 | 2020-01-02T15:24:31 | Java | UTF-8 | Java | false | false | 606 | java | package com.spring.api.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
import com.spring.api.entity.Person;
import com.spring.api.repository.Pers... | [
"subhadip.ghosh@ericsson.com"
] | subhadip.ghosh@ericsson.com |
4280770053e4a58b5b5c2844fde8ffa31db56829 | 6001f8e596d0e52f1627a7aa97e25a32577094c3 | /app/src/androidTest/java/robert/com/recordandplayaudio/ApplicationTest.java | 11426f6b0e3feb3412e4e849a5959fcc180a76c3 | [] | no_license | DucHM/record-audio-play | 9aa9ddc7a9d79d0675c6763ffb9ecd2804da4ca1 | 985c0cf1c8540e5d2ff9ea86521fa907bb629c55 | refs/heads/master | 2021-07-19T23:53:28.857248 | 2017-10-30T16:02:36 | 2017-10-30T16:02:36 | 108,398,216 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 360 | java | package robert.com.recordandplayaudio;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
... | [
"mobile.apps.pro.vn@gmail.com"
] | mobile.apps.pro.vn@gmail.com |
f9fb12fcf2290acdcf42961a977ac17aa383eed0 | 0c7593635096b848070e4a785c58ad8922b037d7 | /pipeline-12/code/org/software/region/molecule/container/net/numberable/Number0able.java | c8b26953d4efbd468d739313bc4ea8c0b2531534 | [] | no_license | yanchangyou/pipeline | 58a798e4ac6f8fcf729be703e16911eee8132728 | 6cb10723d7ed74ba54e5d62ef0f2c7061ec1e486 | refs/heads/master | 2016-09-05T21:13:30.940576 | 2010-02-05T09:46:11 | 2010-02-05T09:46:11 | 22,836,834 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 122 | java | package org.software.region.molecule.container.net.numberable;
public interface Number0able extends Numberable {
}
| [
"yanchangyou@gmail.com@43c07c84-ada0-11dd-b268-c5ee67e421db"
] | yanchangyou@gmail.com@43c07c84-ada0-11dd-b268-c5ee67e421db |
1dd0c0e5dd960fca41c3dbb2818d47a3b21d09d0 | 861c4198f7928f17aa1e9dd27be59ffbadae7259 | /uk.ac.kcl.shiro.mydbl0304/src-gen/uk/ac/kcl/shiro/mydbl0304/scoping/AbstractMyDblScopeProvider.java | 88d0e964553ef8f56daedffc7d4544c7624cbadc | [] | no_license | toaruShiro/Model-driven_Coursework | dffa8ff43e9b8103476ff1f3e8bcb3a768aa49da | b8663981b8014345b8b42938fcc04e73d9dce173 | refs/heads/master | 2021-04-02T08:48:59.831236 | 2020-03-18T15:20:03 | 2020-03-18T15:20:03 | 248,255,771 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 229 | java | /*
* generated by Xtext 2.21.0
*/
package uk.ac.kcl.shiro.mydbl0304.scoping;
import org.eclipse.xtext.scoping.impl.DelegatingScopeProvider;
public abstract class AbstractMyDblScopeProvider extends DelegatingScopeProvider {
}
| [
"2201493896fcb@gmail.com"
] | 2201493896fcb@gmail.com |
366bb8cb37597fd10043025e1f58783135c09334 | a2bc06049969011354b1cdb96e6947631f0f9d1f | /core/src/test/java/org/uzlocoinj/testing/KeyChainTransactionSigner.java | 83e0248eec5b3f564e45fa233de9afaac56cb12c | [
"Apache-2.0"
] | permissive | uzlocoin/Uzlocoinj | 27f7093f615d83f93fcd19598c1d8c1f6b012a5b | 15efb1819ced28154926c7c36d13ec765b9911ec | refs/heads/master | 2023-05-09T09:38:05.328491 | 2021-06-03T10:26:35 | 2021-06-03T10:26:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,958 | java | /*
* Copyright 2014 Kosta Korenkov
*
* 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 t... | [
"itduncan@asu.edu"
] | itduncan@asu.edu |
acbf235ae19dc689503c7b2bd61a6b70332c26d0 | 2895eadb19c309e7a4d269b39572eb6cb91ee752 | /Sample_Java_8/src/com/xyz/java/lamda/pojo/Person.java | d3e6a823f2f4c680328815525318ef403e4343d9 | [] | no_license | rahul-jacob/java | 72540d6d832c18a7bbac1a07477e63e8301b9537 | 6159a099fb11c60ce1940b0485d84aae403a3d3f | refs/heads/master | 2020-03-22T08:55:56.440370 | 2018-08-01T14:03:46 | 2018-08-01T14:03:46 | 139,801,738 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,028 | java | package com.xyz.java.lamda.pojo;
public class Person {
private int id;
private String firstName;
private String lastName;
private String gender;
public Person() {
super();
}
public Person(int id, String firstName, String lastName, String gender) {
super();
this.id = id;
this.firstName = fir... | [
"rahul.e@ge.com"
] | rahul.e@ge.com |
2ac9d4cbb8385a522def8f9cf91974be31e55ded | e183891125fe6c5b46f473ed41796b5a10b9cb48 | /src/minecraft/net/minecraft/block/BlockPotato.java | bc0e15a1072f4442af626219de65a7adbf1b84e8 | [] | no_license | kakeli/Endless-Minecraft | f33addbcb68f4fefbb215707a7a953a645f7918e | 8a5649b0c1e696f9f8cf4466037fe344ccec730f | refs/heads/master | 2016-09-06T10:35:59.645473 | 2013-04-06T06:49:17 | 2013-04-06T06:49:17 | 9,256,292 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,300 | java | package net.minecraft.block;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import net.minecraft.client.renderer.texture.IconRegister;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
import net.minecraft.util.Icon;
import net.minecraft.world.World;
public class Bloc... | [
"kakelib@gmail.com"
] | kakelib@gmail.com |
15867374d098e80c5ff33ff6273d8913e30e56e0 | fc353b3427d34a871c9f56a3c31bfe2d495419ed | /src/com/malimoi/Main/MainClient.java | 1f8f001b2c5f25c5e37489a5157ad5c8db7df0a6 | [] | no_license | Malimoi/YoutuberTycoon_Cards-Game | cb9daabb8084ddc885a18aee7c74b9011743a465 | 35a8d318136aef926f11e4c90a56da4adb69d35e | refs/heads/master | 2021-01-10T17:04:20.600057 | 2016-04-03T15:15:33 | 2016-04-03T15:15:33 | 52,436,116 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 27,578 | java | package com.malimoi.Main;
/*
* ******************************************************
* * Copyright (C) 2016 Malimoi <sandeaujules975@gmail.com>
* *
* * This file (MainClient) is part of YoutuberTycoon_Cars-Game.
* *
* * Created by Malimoi on 23/02/16 11:34.
* *
* * YoutuberTycoon can not be copied and/o... | [
"sandeaujules975@gmail.com"
] | sandeaujules975@gmail.com |
d8757e5d9cc6c593e4db4683a0cd28ac2ca50333 | d073fb05c6c6eec02737ac11d298f3eba2764024 | /app/src/androidTest/java/com/janoos/badi/mystrathplaces/ExampleInstrumentedTest.java | 981cd6cacacdfe2d484813363a9a10e750426f0c | [] | no_license | badibuddy/strathMaps | 70a7561146df74cbfed9401953a7482b43a79e6f | c88249295c4473ebefad7655e58466fa54d3311a | refs/heads/master | 2020-06-20T06:06:58.226946 | 2019-07-15T15:28:35 | 2019-07-15T15:28:35 | 197,019,542 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 731 | java | package com.janoos.badi.mystrathplaces;
import android.content.Context;
import androidx.test.InstrumentationRegistry;
import androidx.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Android devic... | [
"badi.weru@gmail.com"
] | badi.weru@gmail.com |
1a3c78517044c7ab1d9da78efe965c5293ca0c74 | 845bf7dbe903809722908cdae5cf737f5bdec3f8 | /src/ch05/ArrayInArrayTest.java | c99cb3ea8af10a47c2926f66333edb755069e2ed | [] | no_license | wogml3270/Java | 22b19b31e206caef09f3cd71c0b08540e7ffa91f | a67cc9c713a67db4d31b44cfc67fb9201a9109e2 | refs/heads/master | 2023-08-19T22:43:16.347863 | 2021-10-06T07:33:19 | 2021-10-06T07:33:19 | 413,760,572 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,399 | java | package ch05;
public class ArrayInArrayTest {
/*
박재희 총점: n점, 평균: n점
김석진 총점: n점, 평균: n점
이현동 총점: n점, 평균: n점
수학 총점: n점, 평균: n점
영어 총점: n점, 평균: n점
국어 총점: n점, 평균: n점
*/
public static void main(String[] args){
int[][] scores = {
{75, 100, 8... | [
"wogml3270@naver.com"
] | wogml3270@naver.com |
afb0b1edc213b6b7be21ee093d48c12f3e3989a9 | 29c5c5d7225abe3ce068d4cc819803747c47b3e7 | /test/regression/src/org/jacorb/test/notification/typed/TypedProxyPushConsumerImplTest.java | 46f9d754c02d0746aff44779f9d07b62dffd8e60 | [] | no_license | wolfc/jacorb | 308a770016586ce3e8f902507ba1bde295df78c1 | 40e0ec34c36fdcfe67b67a9ceba729e1d4581899 | refs/heads/master | 2020-05-02T12:50:56.097066 | 2010-05-25T22:23:05 | 2010-05-25T22:23:05 | 686,203 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 7,723 | java | package org.jacorb.test.notification.typed;
/*
* JacORB - a free Java ORB
*
* Copyright (C) 1997-2003 Gerald Brose.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundati... | [
"cdewolf@redhat.com"
] | cdewolf@redhat.com |
47cf57f97189e2eda61cffd00994cc7965c3e37a | 4b66a647fbd8c8434a1be3f084de58921c821d87 | /payment-sdk/src/main/java/live/lingting/sdk/enums/Currency.java | 43983350a2039f1712e56baa86eb814c2e938e45 | [
"MIT"
] | permissive | Lu-Lucifer/ballcat-payment-platform | 455805d14d1e93e1aa73f5cbbc253385cbd59214 | 1d4523731fe5e5e1d4e7160f726aa1299ebda82a | refs/heads/main | 2023-08-03T09:12:09.355703 | 2021-06-22T06:45:08 | 2021-06-22T06:45:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 289 | java | package live.lingting.sdk.enums;
import lombok.AllArgsConstructor;
import lombok.Getter;
/**
* @author lingting 2021/6/4 11:26
*/
@Getter
@AllArgsConstructor
public enum Currency {
/**
* CNY
*/
CNY(false),
/**
* USDT
*/
USDT(true),
;
private final Boolean virtual;
}
| [
"sunlisten.gzm@gmail.com"
] | sunlisten.gzm@gmail.com |
ec0121549d6f2a256fc7e48271b6ee77fec4764e | 3bab81792c722411c542596fedc8e4b1d086c1a9 | /src/main/java/com/gome/maven/codeInsight/completion/RecursionWeigher.java | c615c0f928a68b6f5da49f12e9145d320cfe7679 | [] | no_license | nicholas879110/maven-code-check-plugin | 80d6810cc3c12a3b6c22e3eada331136e3d9a03e | 8162834e19ed0a06ae5240b5e11a365c0f80d0a0 | refs/heads/master | 2021-04-30T07:09:42.455482 | 2018-03-01T03:21:21 | 2018-03-01T03:21:21 | 121,457,530 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,011 | java | /*
* Copyright 2000-2012 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | [
"zhangliewei@gome.com.cn"
] | zhangliewei@gome.com.cn |
3c5ef3a5deab1ffaf82d4545b78953cbaa0a249d | ab027a649064454f0580a110f25970e8b1202ced | /app/src/androidTest/java/com/shoppingstreet/idle/ExampleInstrumentedTest.java | ce5911176653a02a52b041d00b00d8b1e2ae7438 | [] | no_license | fableyjg/MopubCustomCNAdapter | 5c8bc4bd9c477455f6436590179a2b75b579b8c8 | 84929a25098a6eb7c5312513b126671c03a41299 | refs/heads/master | 2022-11-30T06:20:04.712322 | 2020-08-10T10:07:11 | 2020-08-10T10:07:11 | 259,506,798 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 762 | java | package com.shoppingstreet.idle;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on... | [
"yjgang999@gmail.com"
] | yjgang999@gmail.com |
5c033c604331535ffff90955947b205d426ec78a | 40c948a3b98fc010e247258015331c99b1284b31 | /src/ListaDupla/ILista.java | 118a8a9bb9381bf9079dfeb6b38a08a3e122671d | [] | no_license | nathanfeitoza/RelatorioED1 | 7dc215ff02ad0401d4aa8216766e6dce9ab2798a | 204b54cb199762c358a2f537e4ab362fe819cd47 | refs/heads/master | 2020-03-18T18:29:03.828051 | 2018-06-13T21:29:08 | 2018-06-13T21:29:08 | 135,095,667 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 985 | 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 ListaDupla;
import java.security.InvalidParameterException;
/**
*
* @author 11645
*/
public interface ILista<Tipo> extends... | [
"nathan.henrique@souunit.com.br"
] | nathan.henrique@souunit.com.br |
f69152d188ee1115ca217322e62adf308228c591 | 3c2b470251f30bcd0adf1e6ca6ee5cce986e2a88 | /app/src/main/java/com/jiangtea/dgdemo/DialogActivity.java | a5869578ad1fcbe4596253f0b7f25886735cf9d4 | [] | no_license | liutingwangrui/DgDemo-master | 28e46c55e953cf76216730453dee2ed00f4fab5f | 2c0c5c98251ac6b564fa214609fd0a833f99975a | refs/heads/master | 2020-03-21T19:52:38.233483 | 2018-06-28T06:20:36 | 2018-06-28T06:20:36 | 138,975,037 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,079 | java | package com.jiangtea.dgdemo;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import java.util.ArrayList;
import java.util.List;
import me.imid.swipebacklayout.lib.app.SwipeBackActivity;
/**
* Created by Administrator on 2018/6/28 0028.
*/
public class DialogActivity extends Swip... | [
"liutingwangrui@example.com"
] | liutingwangrui@example.com |
42a50934a052b109bb8164fe0e1726c243744ab8 | e087c76b3eaf81400630369034b8954b8a6b6931 | /Crazyblocks/src/org/delmesoft/crazyblocks/entity/Mob.java | ee1e7c997bf9cb21ce3b77bde1589a218f0a2e69 | [
"BSD-3-Clause"
] | permissive | sergiss/voxel-engine | 84130fddba28697b8a3625bcf5046aabe9c426af | bf4ac82e61a062443c1412d9c809930cecc0eab4 | refs/heads/master | 2023-07-24T04:49:56.674950 | 2021-09-03T22:53:30 | 2021-09-03T22:53:30 | 349,964,488 | 23 | 5 | BSD-3-Clause | 2021-06-08T12:17:05 | 2021-03-21T10:28:30 | Java | UTF-8 | Java | false | false | 470 | java | package org.delmesoft.crazyblocks.entity;
import org.delmesoft.crazyblocks.math.Vec3i;
import org.delmesoft.crazyblocks.world.blocks.Blocks;
public abstract class Mob extends Entity {
public static final int RAY_LEN = 5;
protected float speed;
protected Vec3i rayPoint = new Vec3i();
protected Blocks.Block rayB... | [
"sergi.ss4@gmail.com"
] | sergi.ss4@gmail.com |
d3560d25e5df9580522bd2798fc1eb3527f2f594 | f25f4440136fed7953575082889a6b974469c0be | /HW05/src/tr/com/ckama/Q27.java | 56f1f3927f6f43ae301b8913a7b90fb5782b1203 | [] | no_license | cihatkama/JavaTraining | e636f5a7180f6fbc561713c4d0a7f2aa819ed29e | 00e745ce36ad54361cc4023eecab019e14df9b7e | refs/heads/master | 2022-11-05T16:20:45.973223 | 2020-06-22T21:01:50 | 2020-06-22T21:01:50 | 254,942,928 | 1 | 0 | null | 2020-05-27T12:44:42 | 2020-04-11T19:45:45 | Java | UTF-8 | Java | false | false | 285 | java | package tr.com.ckama;
public class Q27 {
public static void main(String[] args) {
boolean balloonInflated = false;
do {
if (!balloonInflated) {
balloonInflated = true;
System.out.print("inflate-");
}
} while (!balloonInflated);
System.out.println("done");
}
}
| [
"cihatkama@gmail.com"
] | cihatkama@gmail.com |
5f43570d76f5349596ed366b89b378df91ffab45 | b0d2112a55748564e7067b1b1e415cd98e50602d | /backend/src/main/java/com/mauricioargj/dsdeliver/DsdeliverApplication.java | e0e0c513b44a1127c7f571731e3abb1d7f94f147 | [] | no_license | mauricioargj/dsdeliver-sds2 | de1a26fc7e270935ade444fd5c3a9f74d9048a2e | 903cb4eabade5023627706081fc7049dfa95401e | refs/heads/main | 2023-03-02T10:08:42.859932 | 2021-02-12T04:01:09 | 2021-02-12T04:01:09 | 336,435,295 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 325 | java | package com.mauricioargj.dsdeliver;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class DsdeliverApplication {
public static void main(String[] args) {
SpringApplication.run(DsdeliverApplication.class, args);
... | [
"mauriciogouveia@MacBook-Pro-de-Mauricio.local"
] | mauriciogouveia@MacBook-Pro-de-Mauricio.local |
b8e775ba62820b26ed151c5f836fde0dfb0f49d9 | 4d69b8b3a8025dc9a8660090005e93943924b915 | /src/day59_Polymorphism/AnimalShow59.java | 90c5300eca5bbe36fa2de7ed56da6ee34619f85e | [] | no_license | HurmaH/JavaCore | 648de2cbb2935ac0edcb0760caf70832a33e65ac | b7ba23c74849dbb6131cceb7fc5db676ac094e03 | refs/heads/master | 2020-06-04T00:47:46.598461 | 2019-07-21T21:42:27 | 2019-07-21T21:42:27 | 191,799,853 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,158 | java | package day59_Polymorphism;
import day58_Interface_PolymorphismIntro.*; //importing day58 package
public class AnimalShow59 {
public static void main(String[] args) {
//Cat is a Cat
Cat c1 = new Cat();
//Cat is an Animal
Animal c2 = new Cat();
//Cat is an IndorPet
IndoorPet c3 = n... | [
"hurmahm@gmail.com"
] | hurmahm@gmail.com |
0cd235b9435c3d7e5fcaddaf86cba947ebfd235c | 585f77a178c80bf23aafc70d0333acf18ab681f1 | /src/main/java/com/teamacronymcoders/base/modules/tool/CapabilityProviderTool.java | c3551d4bd3da74f8e1851d7e8c4a7af0bc651edb | [
"MIT"
] | permissive | The-Acronym-Coders/BASE | 7c79922157cd3af769547b776399b56c54d87ed4 | 6d151a087ddb53d89c749ccbaf322b523371a180 | refs/heads/develop/1.12.0 | 2021-06-10T01:37:07.148204 | 2021-05-31T18:07:14 | 2021-05-31T18:07:14 | 62,005,393 | 18 | 26 | null | 2023-03-23T16:43:44 | 2016-06-26T19:43:50 | Java | UTF-8 | Java | false | false | 950 | java | package com.teamacronymcoders.base.modules.tool;
import com.teamacronymcoders.base.Capabilities;
import com.teamacronymcoders.base.api.ITool;
import net.minecraft.util.EnumFacing;
import net.minecraftforge.common.capabilities.Capability;
import net.minecraftforge.common.capabilities.ICapabilityProvider;
import javax.... | [
"skylar.som@gmail.com"
] | skylar.som@gmail.com |
7955263676891e16dce73e9dd17f6f66bbbd66cd | 920ca460cd232f24964149362d32c8eaf127aa32 | /RangeAddition-598.java | 92658ec15ce90b0ead20b768dbf8ad9bc0bbdc64 | [] | no_license | nikhillahoti/LeetCode_Solutions | db0abcd9a46bd092d7e8490343373d26ee3c761a | b5ce5f6b9c987d0fb5a44f1920ee7d528539196e | refs/heads/master | 2021-06-18T17:10:42.950854 | 2019-07-27T21:36:30 | 2019-07-27T21:36:30 | 114,444,775 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 412 | java | class Solution {
public int maxCount(int m, int n, int[][] ops) {
if(ops == null || ops.length < 1) return m * n;
int minRow = m;
int minCol = n;
for(int i = 0 ; i < ops.length ; i++)
{
minRow = Math.min(minRow, ops[i][0]);
minC... | [
"lahotinikhil92@gmail.com"
] | lahotinikhil92@gmail.com |
b22075c3bd6e18e816bd625d107a7e228166b90b | 1ba886216ee9fc455460059b068800f2a17521e0 | /src/Client.java | ff16baf95fa245f40a999f32b5eae3f43d104017 | [] | no_license | malvat/FileTransfer | 5baa0104c7ee97d8dec8ad451e5b7cea0fab5346 | a4a8c9911cf27e17518526b2d278a264e2833c5f | refs/heads/master | 2022-11-27T11:23:33.194025 | 2020-08-09T08:14:04 | 2020-08-09T08:14:04 | 285,853,525 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,247 | java | import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.File;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.net.S... | [
"malvatanim@gmail.com"
] | malvatanim@gmail.com |
f2ccec826bcfb4b0dc5e79f49c32c1fea4416b7f | 6cc7cc9c600c3559799006875d3ed18619957df2 | /build/app/generated/not_namespaced_r_class_sources/debug/r/io/flutter/plugins/firebaseauth_web/R.java | 9dbca66f7b8ff4952999484a454ba716c4d8a4e9 | [] | no_license | seadhant/Seachat-flutter-chat-app | d494fcd7976e4a7687e347768554765740369c06 | 119f671db559ee327d77f20fd076c9b41f942a3f | refs/heads/master | 2022-10-16T04:18:11.093768 | 2020-06-07T20:15:54 | 2020-06-07T20:15:54 | 257,807,914 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,495 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package io.flutter.plugins.firebaseauth_web;
public final class R {
private R() {}
public static final class attr {
pr... | [
"sidhant.education@gmail.com"
] | sidhant.education@gmail.com |
4c200adb22067794f6e9b0032180758bc3da0cb2 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/18/18_3052bf8a2c8a1f2a2a89bad04d4b0c43478b2e3e/GroupBusinessBean/18_3052bf8a2c8a1f2a2a89bad04d4b0c43478b2e3e_GroupBusinessBean_s.java | 5e93b1e1ab633be848122b92d7c969bc7b2fb2af | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 50,860 | java | package com.idega.user.business;
import java.io.IOException;
import java.rmi.RemoteException;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Hashtable;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
imp... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
4043f35d807cb02b74d139642fb611a7fc6c1183 | 64ea04230fda6cf5aebbc39205c425c8bd4e157d | /jZebra/src/jzebra/LogIt.java | 494c87014840dd9220eb9cc6cc46154ff8190c85 | [] | no_license | juanchaconaqp/jzebra | 316a1852d895c02c454113e2f40a820a3ff52614 | 6fd41ba0435a2dbfede1a25ec886ea1fcd418ac8 | refs/heads/master | 2021-01-18T13:37:05.999693 | 2015-06-15T17:40:55 | 2015-06-15T17:40:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,067 | java | package jzebra;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.print.event.PrintJobEvent;
/**
* @author A. Tres Finocchiaro
*/
public class LogIt {
public static void log(String className, Level lvl, String msg, Throwable t) {
Logger.getLogger(className).log(lvl, msg, t);
... | [
"tres.finocchiaro@gmail.com@46e91e78-2a53-0410-bce8-1923352d0024"
] | tres.finocchiaro@gmail.com@46e91e78-2a53-0410-bce8-1923352d0024 |
56ec743ef4c9854d88d2de0e26e2d84a2170ec4d | 3b7be9bef64ec62ef93bb80f7a444522411f126a | /de.hegmanns.fundamental.chain/src/test/java/hegmanns/de/de/hegmanns/fundamental/chain/umsatzarten/umsatzermittler/Umsatzermittler.java | bc794a918934eb1e4fc99878c3d4c8c0cd827d83 | [] | no_license | bhegmanns/java_core | ed67f1f8af288f2f64b729e47b74e1cb063baec4 | 81ea85f9ef8310c76770775d2c329b3c280ef90b | refs/heads/master | 2021-01-23T18:12:08.272039 | 2014-01-08T21:16:33 | 2014-01-08T21:16:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 718 | java | package hegmanns.de.de.hegmanns.fundamental.chain.umsatzarten.umsatzermittler;
import java.util.HashMap;
import java.util.Map;
import java.util.Map.Entry;
import hegmanns.de.de.hegmanns.fundamental.chain.AusfuehrungsCommand;
import hegmanns.de.de.hegmanns.fundamental.chain.umsatzarten.Umsatzart;
public inte... | [
"it@hegmanns.de"
] | it@hegmanns.de |
0eb7c8c5b03a632938f74e55bb568d976928cfd9 | d83621076ed0ca171d65d6e0242835235f312aff | /app/src/main/java/com/example/yyz/news121/utils/BitmapUtils.java | b2a8865849b811ad73f5aa34ae5ad61ce565ab90 | [] | no_license | Jeffrey1202/News121 | 8a68263fab33c63e3c09b489d4ca9da075242d14 | 2fc67829d4a312ae46c89d7e34c6d2e680a16da2 | refs/heads/master | 2021-06-11T04:53:50.834395 | 2017-03-28T04:09:57 | 2017-03-28T04:09:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,655 | java | package com.example.yyz.news121.utils;
import android.graphics.Bitmap;
import android.os.Handler;
import android.util.Log;
/**
* appname:News121
* Author: 应义正
* CreateDate: 2017/3/13
* Function:图片三级缓存工具类
*/
public class BitmapUtils {
//网络缓存工具
private NetCacheUtils netCacheUtils;
//本地缓存工具类
priva... | [
"y947478004@gmail.com"
] | y947478004@gmail.com |
b944da981b9d1f2ce8e521c098ab13ceee4d9003 | 06306ed6b8720c1698b5733e37e4d6186fef8078 | /src/main/java/com/jg/bookstore/config/SwaggerConfig.java | a6ae571c357595d4f9aec44ac24fdbb8b2669ecc | [] | no_license | grechjoseph/bookstore | 6f7a77e5d471a57c6e79649a59352c297e342a1e | 02e581dc8ad3f8609dbab9cd1efe04be3b77fa1c | refs/heads/master | 2022-09-16T23:27:58.765038 | 2020-05-31T12:56:53 | 2020-05-31T12:56:53 | 261,482,686 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,446 | java | package com.jg.bookstore.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import springfox.documentation.builders.ApiInfoBuilder;
import springfox.documentation.builders.PathSelectors;
import springfox.documentation.builders.RequestHandlerSelector... | [
"josephgrech90@gmail.com"
] | josephgrech90@gmail.com |
175fdc8c33fcbff894ca85c27bc471499a0a0936 | de96d579260abad4df8469fbde30a726666e393a | /app/src/main/java/com/example/duanzishou/materialdesign/test/MainActivity_Home.java | ea001c30117b1d2e2663a72765ed1bde98067342 | [] | no_license | printlybyte/MaterialDesign | 8eeb75fc96cc5be386d5889e7fe8847c7b308ed1 | 735633864bd901ae9dfff42851325ed13cf3f318 | refs/heads/master | 2021-01-19T17:33:16.897862 | 2017-04-17T12:59:50 | 2017-04-17T12:59:50 | 88,328,007 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,745 | java | package com.example.duanzishou.materialdesign.test;
import android.content.Intent;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentTransaction;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.transition.Transition;
import android.view.View;... | [
"18701403668@163.com"
] | 18701403668@163.com |
1ea0778646cb14ae54b1d9cbdea44210364f5401 | 049345aedf107b07006fab360273509a089e1e3a | /app/src/main/java/com/theta/curddemoapplication/utils/ImageUtils.java | 0ef38c0bab596fc4dec638b5f196fffc62b38995 | [] | no_license | RozinaDarediya/CURDDemoApplication | 730abdf7cdbcdace7fc82f3a922e5ae73c543778 | 3f4714864b9debd8ac44b25a8be8b9b4772594f9 | refs/heads/master | 2020-04-14T23:31:33.186131 | 2019-01-05T10:44:33 | 2019-01-05T10:44:33 | 164,205,290 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,665 | java | package com.theta.curddemoapplication.utils;
import android.content.ContentUris;
import android.content.Context;
import android.content.Intent;
import android.database.Cursor;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.Matrix;
import a... | [
"rozina@thetatechnolabs.com"
] | rozina@thetatechnolabs.com |
c2d2d1b3c1efc349b98e976f7f2a06f2c42e5936 | d412e93ea7e861ef8d79079a6d56bc3ca1a24371 | /test-maker/src/main/java/cn/cstqb/exam/testmaker/scheduling/jobs/AbstractJob.java | 73ff5e17885210cfd71ae7966b725f4a261124c6 | [] | no_license | MickeysClubhouse/test-maker-group1 | 8ca54f9b01ef7fffbcc87891c03aa94feffb523e | 65c10e51ee25212f75d7cb9cf08a7b3df97b8030 | refs/heads/master | 2022-11-28T07:02:15.037771 | 2020-04-22T13:12:41 | 2020-04-22T13:12:41 | 254,115,336 | 0 | 2 | null | 2022-11-24T05:57:14 | 2020-04-08T14:44:37 | HTML | UTF-8 | Java | false | false | 1,042 | java | package cn.cstqb.exam.testmaker.scheduling.jobs;
import cn.cstqb.exam.testmaker.configuration.AppInjector;
import cn.cstqb.exam.testmaker.configuration.ApplicationConfigContext;
import cn.cstqb.exam.testmaker.services.IReportingService;
import com.google.inject.Injector;
import org.quartz.Job;
import org.slf4j.Logger;... | [
"2414071314@qq.com"
] | 2414071314@qq.com |
903b1b82ceefa60ff36a8d103e9d593511b6be63 | 884056b6a120b2a4c1c1202a4c69b07f59aecc36 | /java projects/commons-lang-master/commons-lang-master/src/main/java/org/apache/commons/lang3/SystemUtils.java | f5085cf4b91c28d0f28a1a00ad4238969ce34095 | [
"LicenseRef-scancode-generic-cla",
"Apache-2.0",
"MIT"
] | permissive | NazaninBayati/SMBFL | a48b16dbe2577a3324209e026c1b2bf53ee52f55 | 999c4bca166a32571e9f0b1ad99085a5d48550eb | refs/heads/master | 2021-07-17T08:52:42.709856 | 2020-09-07T12:36:11 | 2020-09-07T12:36:11 | 204,252,009 | 3 | 0 | MIT | 2020-01-31T18:22:23 | 2019-08-25T05:47:52 | Java | UTF-8 | Java | false | false | 60,938 | 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 may ... | [
"n.bayati20@gmail.com"
] | n.bayati20@gmail.com |
776ff4876c3184c7aad7adae5124e3f770117671 | 574a750cd06f641a5ec415d5fcfc8996c53cc32c | /src/main/java/com/yunlong/softpark/form/ColumnSimpForm.java | 439a29e27214a1e91f03a520c2175f0e54d7a325 | [
"Apache-2.0"
] | permissive | OldClassmatesWang/Soft-iPark | 5416a06aad26c3930ce6ea3ebd79b2b1deb18d0d | f10f613e4e7468dcb6957cb822e626e872d0f2f2 | refs/heads/master | 2022-12-01T23:49:37.347204 | 2020-08-14T01:33:05 | 2020-08-14T01:33:05 | 287,423,164 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 184 | java | package com.yunlong.softpark.form;
import lombok.Data;
/**
* @Author: Cui
* @Date: 2020/8/1
* @Description:
*/
@Data
public class ColumnSimpForm {
private String columnId;
}
| [
"1445748491@qq.com"
] | 1445748491@qq.com |
f5ca87115715efd9ecd86057c3265cfba622dbac | 533602c750930ce4bb95aa5a781166f0939ee10e | /UdemySpringAnnot/src/main/java/com/code/annote/TennisCoach.java | 198e11f5ee646db0a70b2bdf326745634f502615 | [] | no_license | phCodeHub/Spring_Example | 12961b0597d0b3b4947c2299a84917fe42f9513e | 7af6f1ed77c97e188b58b9c957b6848cf0fcfbf7 | refs/heads/master | 2022-12-24T04:26:15.148180 | 2019-08-04T19:37:06 | 2019-08-04T19:37:06 | 200,533,386 | 0 | 0 | null | 2022-12-15T23:43:03 | 2019-08-04T19:29:29 | Java | UTF-8 | Java | false | false | 1,589 | java | package com.code.annote;
import javax.annotation.PostConstruct;
import javax.annotation.PreDestroy;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Component;
@Component("TennisWala")
//@Scop... | [
"phc@phc"
] | phc@phc |
c71de3e0bd138dec86f7b3abcf259bf97709d239 | ab31363dfed251709e9ef1a2b202d7c480de8630 | /trace-client/src/main/java/com/daoyuan/trace/client/interceptors/mybatis/MybatisParameterUtils.java | 05218dcd1c3998c67224408b578ed2ee0ce04729 | [] | no_license | raoshihong/trace | bfccb2bd4bbdf65a19c337c4054e0ee4e4f91fcf | f6d31cd4731ed257ef0a34c461a1712d778b695f | refs/heads/master | 2022-07-12T06:08:03.704938 | 2019-10-15T09:17:05 | 2019-10-15T09:17:05 | 215,255,945 | 0 | 0 | null | 2022-06-29T19:44:14 | 2019-10-15T09:12:31 | Java | UTF-8 | Java | false | false | 2,238 | java | package com.daoyuan.trace.client.interceptors.mybatis;
import org.apache.ibatis.mapping.*;
import org.apache.ibatis.reflection.MetaObject;
import org.apache.ibatis.session.Configuration;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class MybatisParameterUtils {
/**
* 获取更新语句中的用... | [
"honey.rao@wolaidai.com"
] | honey.rao@wolaidai.com |
6325457ee8cef304278e0c3417bc26b36395becb | cd86ae44fa52a5472aa24470923ff5166505c53d | /src/main/java/sarf/verb/trilateral/augmented/modifier/vocalizer/lafif/separated/active/Present1Vocalizer.java | 09ffe0062afbc1c3ab0fc12fefd85b7ed80d2b74 | [] | no_license | zeezoich/sarf | 6598eab946498555f4687c38c73448f53079d0fa | b92df27fae8eeb1a3a340fac33511045ae2939dd | refs/heads/master | 2020-07-11T05:18:22.881570 | 2019-08-26T10:22:59 | 2019-08-26T10:22:59 | 204,451,391 | 0 | 0 | null | 2019-08-26T10:22:17 | 2019-08-26T10:22:16 | null | UTF-8 | Java | false | false | 2,729 | java | package sarf.verb.trilateral.augmented.modifier.vocalizer.lafif.separated.active;
import java.util.*;
import sarf.KindOfVerb;
import sarf.verb.trilateral.Substitution.*;
import sarf.verb.trilateral.augmented.modifier.*;
import sarf.verb.trilateral.augmented.ConjugationResult;
/**
* <p>Title: Sarf Program<... | [
"alsaydi23@yahoo.com"
] | alsaydi23@yahoo.com |
0428d4864714b32391379898f00790d5dcabe7dd | c696d4fc1f9144906750231a4b85979cf96fc067 | /jy-access-entity/src/main/java/com/jy/entity/pojo/DeviceTypePojo.java | 136608019db42101e41f052b6cc466fdd20fa584 | [] | no_license | liukh1227/jyAccess | e5b723f4354464cf587f1949a5c567bd4ae12213 | bac6929f28030e249fb8e34f3e6c4eeb646aec18 | refs/heads/master | 2021-05-10T13:11:27.214908 | 2018-01-22T14:14:07 | 2018-01-22T14:14:07 | 118,428,828 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 434 | java | package com.jy.entity.pojo;
import java.io.Serializable;
import com.jy.entity.po.DeviceType;
public class DeviceTypePojo extends DeviceType implements Serializable{
private static final long serialVersionUID = 1L;
private String parentTypeName;
public String getParentTypeName() {
return parentTypeNam... | [
"liukunhao163@163.com"
] | liukunhao163@163.com |
cbb1cbbfdc58be279382a009c827c85392a2805d | acbd79a76f7506e00b54ac1791a9ca39e5ceb7d9 | /portal-framework-core/src/main/java/com/ghh/framework/web/security/filter/CookieFilter.java | 7afc85ebeb1e53701129e86def5b436ab73dfdc6 | [] | no_license | nkgfirecream/ghhportal | d4474ba1a12a53fe3d971248359d3d717731c0a3 | c60fd0a8f1183ebe4c42a96e76d570b52c300ce5 | refs/heads/master | 2022-01-13T19:16:30.954633 | 2018-12-23T07:26:23 | 2018-12-23T07:26:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,917 | java | package com.ghh.framework.web.security.filter;
import java.io.IOException;
import javax.servlet.Filter;
import javax.servlet.FilterChain;
import javax.servlet.FilterConfig;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import javax.servlet.... | [
"ghh_all4you@163.com"
] | ghh_all4you@163.com |
20e9f34757d1a1c3809fcee1bd83a49a8036b8ea | 7000ecf500f71d4b0a22468b0368dd7419016d7a | /src/com/appxy/pocketexpensepro/accounts/EditAccountActivity.java | 5cd0e888db50ccb0e10c229431a634d6b4f60b35 | [] | no_license | sadsunny/Expense | 82cfde0e23e647eee4a9201ff6df94cb1752295f | 458c26af2b2c72f8ac382b2993fc4e2c9304a60c | refs/heads/master | 2020-05-31T12:50:01.272395 | 2015-03-27T09:37:59 | 2015-03-27T09:37:59 | 19,053,965 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,229 | java | package com.appxy.pocketexpensepro.accounts;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.List;
import java.util.Map;
import java.util.Set;
import uk.co.chrisjenx.calligraphy.CalligraphyContextWrapper;
import com.appxy.pocketexpensepro.R;
import com.... | [
"chyingdan@gmail.com"
] | chyingdan@gmail.com |
d8ce59f91820449bbf96c6dc0b388c817edf82a8 | 0ac19665dc646daa1e3583713409632931ac4e37 | /app/src/main/java/sg/edu/rp/c346/demofilereadwriting/MainActivity.java | 2c6a01cde0e8900406ee03ce00dc508856c9f8e7 | [] | no_license | RhonaTioh/DemoFileReadWriting | 5d87387d1d432bd976b885766c269ea323f3c108 | d7209ac6f53c579053c42c3be0707c8c7fb871d0 | refs/heads/master | 2020-06-18T14:58:36.761430 | 2019-07-11T07:09:23 | 2019-07-11T07:09:23 | 196,339,510 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,295 | java | package sg.edu.rp.c346.demofilereadwriting;
import android.Manifest;
import android.os.Environment;
import android.support.v4.app.ActivityCompat;
import android.support.v4.content.ContextCompat;
import android.support.v4.content.PermissionChecker;
import android.support.v7.app.AppCompatActivity;
import android.os.Bund... | [
"17010318@myrp.edu.sg"
] | 17010318@myrp.edu.sg |
840b16a3e1e58065cdb87f4f7e829391ff1307cf | ecd79e1a777e82c306fad9d992f798e6f7d2f737 | /sample/src/main/java/com/sample/sample/domain/extended/project/IProjectRepositoryExtended.java | 6a00a37c57b723fb7c3c00789a4e383c99f9aafb | [] | no_license | muhammedyounusattari/Sample | 779a269370a82cf65204549951a925a0534de66c | f80ab9f9136f959adcb4f1d899eaa71bab961b1e | refs/heads/master | 2023-03-12T17:52:14.184150 | 2021-03-04T19:40:09 | 2021-03-04T19:40:09 | 344,589,239 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 316 | java | package com.sample.sample.domain.extended.project;
import com.sample.sample.domain.core.project.IProjectRepository;
import org.springframework.stereotype.Repository;
@Repository("projectRepositoryExtended")
public interface IProjectRepositoryExtended extends IProjectRepository {
//Add your custom code here
}
| [
"info@nfinityllc.com"
] | info@nfinityllc.com |
c16c3a42df69b96d62b38b807398344dfd39b5aa | 369fbb187c4ca8fb1a4fa7dddbcd422ce08ada6e | /components/apimgt/org.wso2.carbon.apimgt.eventing/src/main/java/org/wso2/carbon/apimgt/eventing/internal/ServiceReferenceHolder.java | af650a5a2b60118e87b38aaa89d13f8721cc7070 | [
"Apache-2.0"
] | permissive | PrabodDunuwila/carbon-apimgt | a14c3ff698393bbffe426690c7767bad4c09bb28 | af26ca3cbede812e09c1505e03ae81eec94a1a0e | refs/heads/master | 2023-07-01T13:36:57.579601 | 2021-08-06T14:31:03 | 2021-08-06T14:31:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,433 | java | /*
* Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you 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/... | [
"binod@wso2.com"
] | binod@wso2.com |
c37f9d567317083f6db5466118c9e59027d200cf | 94fee4588791e7df661e418f1fd91ef9936f4a6e | /GenDesign/java/FileChooser/src/gds/resources/MyTreeModelListener.java | ab0cf0f39f319dc57197d3de05d760411ba74aa4 | [] | no_license | owenpaulmeyer/misc | 4431bccf150a50617a51c0d4ed478d0f52d4bd80 | 300ec418f1b324bc964c2d8691591bea291c8cfd | refs/heads/master | 2021-04-05T23:28:00.763742 | 2018-03-10T19:30:24 | 2018-03-10T19:30:24 | 124,627,765 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,471 | 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 gds.resources;
import javax.swing.event.TreeModelEvent;
import javax.swing.event.TreeModelListener;
import javax.swing.tree.D... | [
"owenpaulmeyer@gmail.com"
] | owenpaulmeyer@gmail.com |
1181e11db3e7cee3f262a23b5a7e4476dc4bb676 | ffb01c46a589ae82f403da400f8f72764e6de467 | /src/java/name/paulevans/golf/web/WebConstants.java | 055680d9ff9cbe107fe433554fa360e5df6f4c41 | [] | no_license | evanspa/HugeGolfStats | 383965080339642e40ab0f849738ee328fb56177 | da9468bf4cba4657023a1b044cb5bd8c863ea490 | refs/heads/master | 2020-12-24T14:27:33.841566 | 2012-12-11T05:44:37 | 2012-12-11T05:44:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,673 | java | package name.paulevans.golf.web;
/**
* Stores various constants referenced in JSPs, etc.
* @author Paul
*
*/
public final class WebConstants {
/**
* Private constructor to prevent instantiation.
*
*/
private WebConstants() {
// do nothing...
}
/**
* Name of the global exception-... | [
"Evans@Evans-PC.(none)"
] | Evans@Evans-PC.(none) |
deba5e7de3cb1d84b9538a1515a94a2dc996be99 | 3a71d3be2f7a287b252cc87dbcfc7d04d5f4be22 | /app/src/main/java/pessoto/android/myheroes/service/MarvelService.java | e3fae061427796a87c5b83cb5a07fe31792e4065 | [] | no_license | dpessoto/MyHeroes | 100c203bb5001b2f5d34a990b761743b033168f4 | 96028e81ddc8272e2bf431baba4308beba5298b4 | refs/heads/master | 2022-11-06T14:31:35.258025 | 2020-06-28T18:07:01 | 2020-06-28T18:07:01 | 274,717,391 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 332 | java | package pessoto.android.myheroes.service;
import pessoto.android.myheroes.model.Marvel;
import retrofit2.Call;
import retrofit2.http.GET;
public interface MarvelService {
@GET("characters?ts=1593021387&apikey=8d871c0bc7c23a81ba3e2724f812040a&hash=4f2e348e25805e591e6b03cfad430aeb&limit=10")
Call<Marvel> listM... | [
"d.pessoto@hotmail.com"
] | d.pessoto@hotmail.com |
7daa57244e3d641a5d3c8cc1cb4cbad44d02896e | 98503f4fef67ed9d01ce54ecac0267bf48adfa75 | /Practices/src/free/InD3.java | 6758c8ca50f61f01a1360c58dff0b220c49d3c92 | [] | no_license | kiribeam/practices | 9a35bf01e93bf152a8371c9094c5606642242e0b | e60de9cb6c7d23d919403aabe3e415c04764f7cf | refs/heads/master | 2020-06-26T11:19:13.125241 | 2019-07-30T09:28:40 | 2019-07-30T09:28:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,226 | java | import java.util.*;
public class InD3{
static long [][] linearTable;
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int m = sc.nextInt();
int n = sc.nextInt();
int[][] map = new int[m][n];
linearTable = new long[m+n][m+n];
String tmp;
for(int i=0; i<m; i++){... | [
"kiribeam@outlook.com"
] | kiribeam@outlook.com |
1dd580603da30e065df3863d6dcf335a4c2cd4cb | 6aae159dca5c39e0fbbd46114aa16d0c955ad3c0 | /perun-core/src/main/java/cz/metacentrum/perun/core/implApi/modules/attributes/FacilityVirtualAttributesModuleImplApi.java | 5f684cba757e8e5d42ff5630d18d931e75082daa | [
"Apache-2.0",
"BSD-2-Clause"
] | permissive | vlastavlasta/perun | 01be9e55dac683913a5c1e953a434dbe74bada22 | e69ff53f4e83ec66c674f921c899a3e50c045c87 | refs/heads/master | 2020-12-30T19:45:55.605367 | 2014-03-19T16:41:34 | 2014-03-19T16:41:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,395 | java | package cz.metacentrum.perun.core.implApi.modules.attributes;
import cz.metacentrum.perun.core.api.Attribute;
import cz.metacentrum.perun.core.api.AttributeDefinition;
import cz.metacentrum.perun.core.api.Facility;
import cz.metacentrum.perun.core.api.exceptions.InternalErrorException;
import cz.metacentrum.perun.core... | [
"256627@mail.muni.cz"
] | 256627@mail.muni.cz |
6fa3fb8ae13ff01da1449437b67e6540d168450a | d2d1462bb6f98c84579b05ba59e52d606cecf34c | /src/main/java/com/nouhoun/springboot/jwt/integration/service/impl/entidade/ConfigEntradaServiceImpl.java | 13211c365bb2a17c00a82baa6f8b57cf5d891775 | [] | no_license | wlclimaco/econtabil-3.0 | 0f0eda04c6a6bcd1abfa32115c5c627b76ac3ad3 | e6c227de0765d7fd49fdd87d07e57b3177cf4a9e | refs/heads/master | 2020-04-14T14:48:04.739076 | 2019-01-03T01:51:16 | 2019-01-03T01:51:16 | 163,907,429 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,496 | java | /** create by system gera-java version 1.0.0 17/12/2018 21:35 : 42*/
package com.nouhoun.springboot.jwt.integration.service.impl.entidade;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.nouhoun.springboot.jwt.integratio... | [
"noreply@github.com"
] | noreply@github.com |
6be99dbeaddef56aa7b98812fc23f9b493dc1d73 | b92023c7e7a612b5d0d15a6d29332bb7ce64dfed | /src/FileExtensionFilter.java | f920060e16462516b55a290fcee8cbaf24b81ce7 | [] | no_license | lamho4460/AST10106-Group-Project | 3bbd84d01c031b07cfc377a820cfce6b7dd2d0f7 | a287fe18e87fe1acc3a419029832c8cbc2746a49 | refs/heads/main | 2023-02-10T11:30:12.128207 | 2020-12-31T02:36:28 | 2020-12-31T02:36:28 | 325,695,857 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 804 | java | import java.io.*;
import javax.swing.filechooser.FileFilter;
public class FileExtensionFilter extends FileFilter {
String ext;
public FileExtensionFilter(String ext) {
this.ext = ext;
}
public boolean accept(File file) {
if (file.isDirectory())
return true;
String fileName = file.getName();
int index ... | [
"unconfigured@null.spigotmc.org"
] | unconfigured@null.spigotmc.org |
0f4173c2996234db97388679c932c949cc090958 | c2920e5660b452f1dac181af01501a67ccbebedc | /app/src/main/java/net/kvamstadsolutions/urbandict/UrbanWordActivity.java | cdcb769250690dc14d79818e33da733737214c45 | [] | no_license | bendikhk/urbandict | 2b3592a8cbeea0bdd06334a7d6dea65c873836c8 | de5400bfd5ccdeda2dc49089a78377010ed1d2be | refs/heads/master | 2016-09-05T22:56:56.550915 | 2015-02-25T20:08:45 | 2015-02-25T20:08:45 | 31,333,426 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,729 | java | package net.kvamstadsolutions.urbandict;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.widget.TextView;
import net.kvamstadsolutions.urbandict.data.UrbanWord;
import net.kvamstadsolutions.urbandict.util.TestUtil;
pub... | [
"bendikhk@ifi.uio.no"
] | bendikhk@ifi.uio.no |
ce5eb9e4f8672ab7a2cd81c27bb1a94316145840 | f6ebf11d44807593ad5c45e78b6dc87dd6b870e9 | /metaflow4j/src/main/java/de/cherry/spoon/restify/RestifyProcessor.java | ad54252a889c93cdecb388ab51eae8b2392d0ca3 | [] | no_license | baurmax1998/mymetaflow | 88f8395d9c2c140e16f284e832ab3447236b689c | 541add2d4248eab60727c166563935d50bddfa9a | refs/heads/master | 2020-03-25T15:26:10.568652 | 2018-08-11T21:29:43 | 2018-08-11T21:29:43 | 143,882,261 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,270 | java | /*
package de.cherry.spoon.restify;
import spoon.processing.AbstractAnnotationProcessor;
import spoon.reflect.code.CtBlock;
import spoon.reflect.code.CtExpression;
import spoon.reflect.declaration.CtAnnotation;
import spoon.reflect.declaration.CtClass;
import spoon.reflect.declaration.CtMethod;
import spoon.reflect.de... | [
"baurmax1998@hotmail.com"
] | baurmax1998@hotmail.com |
73e6709478306643c284afa1674841765c0026b4 | b69f1a81ceaddc1948345e4bb2c643bfffec8089 | /app/src/main/java/com/imaginology/texas/util/DataValidityChecker.java | 46a02947321042675eb7a6eced271f08c957a64b | [] | no_license | pkeshu/TICMS | 83d41f3da0d44f576fd3d0af5d59d781189ba435 | d64e17ead17bbd814e7101fca540dc0f6be49774 | refs/heads/master | 2021-02-19T10:09:38.851297 | 2020-03-06T01:18:02 | 2020-03-06T01:18:02 | 245,302,474 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 779 | java | package com.imaginology.texas.util;
import android.text.TextUtils;
import android.widget.EditText;
public class DataValidityChecker {
public static boolean isEditTextDataValid(EditText editText, String editTextLabel,boolean doTrim){
if(doTrim){
if(!TextUtils.isEmpty(editText.getText().toString()... | [
"paudelkeshar2055@gmail.com"
] | paudelkeshar2055@gmail.com |
2f4ac8cf336faa3e5c73a4f42227a96e4e76cc50 | a9c87ef8e786e95f9b716ff3b53d8fae6c70c4f9 | /app/src/main/java/com/example/wasifyounas/peerekaamil/DBhandler.java | 95a1e2614b606795f636659b94440b43feb6eea4 | [] | no_license | Ali-Imran-bangash/Peerekaamil | 26fb43080a372932658f32b086f3abc5bdd1a2f9 | 141298d81bea526870c60d73197a0e4c9e502135 | refs/heads/master | 2021-04-27T14:00:45.247041 | 2018-02-22T08:04:20 | 2018-02-22T08:04:20 | 122,448,407 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,270 | java | package com.example.wasifyounas.peerekaamil;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import java.util.ArrayList;
/**
* Created by Wasif Younas on 2/8/2018.
*... | [
"aalyimran786@gmail.com"
] | aalyimran786@gmail.com |
8a8964dd001d8ac8388846822f98a594f6ecae14 | 736fd3c8ccec95834f5668baa2602a36146424b1 | /src/main/java/common/com/sva/common/XmlParser.java | 37201ab87ac97bac2a9edfd0389e845d72b6f083 | [
"Apache-2.0"
] | permissive | SVADemoAPP/webServer-python-maven | b50d4c6c5165bac48afe83c821b6789fd7bf84d8 | 55c63c096dee11b0003e37aca9a88334cfcbdfcc | refs/heads/master | 2020-05-31T20:26:23.410844 | 2017-06-12T02:31:35 | 2017-06-12T02:31:56 | 94,047,452 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,155 | java | /*
* 文件名:XmlParser.java
* 版权:Copyright 2013-2013 Huawei Tech. Co. Ltd. All Rights Reserved.
* 描述: XmlParser.java
* 修改人:dWX182800
* 修改时间:2013-11-4
* 修改内容:新增
*/
package com.sva.common;
import java.io.File;
import java.util.ArrayList;
import java.util.List;
import org.apache.log4j.Logger;
import org.dom4j.Docume... | [
"zhaolei86ok@sina.com"
] | zhaolei86ok@sina.com |
5fd1010d8161fc1e1459b2e0d9e1371d0671368e | 125b491d8646ae5e67c3e1af3f683667c7235025 | /src/main/java/com/wearoft/beta/data/repository/MyUserRepository.java | f58527b31dbaff15628398e5cf9f0a8134505b7e | [] | no_license | wilever/beta-data | 6a9f3d9e7a4922531ad5b10af7dcd71c8a863ac4 | 5f6c37f2fa3a1423babc09bc7d4c50e921e5a27a | refs/heads/master | 2020-04-24T04:31:05.694822 | 2019-02-21T21:10:51 | 2019-02-21T21:10:51 | 171,702,013 | 0 | 0 | null | 2019-02-20T15:50:32 | 2019-02-20T15:50:32 | null | UTF-8 | Java | false | false | 362 | java | package com.wearoft.beta.data.repository;
import com.wearoft.beta.data.domain.MyUser;
import org.springframework.data.jpa.repository.*;
import org.springframework.stereotype.Repository;
/**
* Spring Data repository for the MyUser entity.
*/
@SuppressWarnings("unused")
@Repository
public interface MyUserRepository... | [
"wilevergomez@gmail.com"
] | wilevergomez@gmail.com |
b6f3efe152bd474dad13e6ae63c0af440cbfaf57 | f14156dc01b66af8faf6e3d6b1fc76871169c5fb | /week-08/day-04/todomysql/src/main/java/com/balazssipos/todomysql/models/Todo.java | c4765f411b3ead3f49c8b0c98b8f921b8c7c27e0 | [] | no_license | green-fox-academy/BalazsSipos | 216359ac418b4a49f85489606c6f6e01ef05e210 | 48ac847af1fd8f1999e91789163f963823f0a2d6 | refs/heads/master | 2023-03-08T13:32:56.683592 | 2019-09-20T13:53:33 | 2019-09-20T13:53:33 | 193,872,725 | 1 | 0 | null | 2023-03-01T16:34:55 | 2019-06-26T09:24:28 | C# | UTF-8 | Java | false | false | 2,495 | java | package com.balazssipos.todomysql.models;
import org.apache.tomcat.jni.Local;
import javax.persistence.*;
import java.time.LocalDateTime;
import java.time.format.DateTimeFormatter;
@Entity
public class Todo {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private Long id;
private String title;
private... | [
"balazs.sipos.hu@gmail.com"
] | balazs.sipos.hu@gmail.com |
03207a6d6deddad33cee25666d19474277e81162 | 3bf0b62d5d33a5ade3fa3d68fa3564cbd973f05c | /Lab5-FakePersonGenerator/fakeloader/src/test/java/io/cloudtraining/sbdg/fakeloader/FakeLoaderApplicationTest.java | ffa5d6c882aaf7e55ce9adff8085a0d0dc371190 | [] | no_license | HenokKeraga/sbdg-pcc-training | d4f274216431c2e7b04d78d9d0581650dd2ba3e9 | d40cd9ab76a8aa591be465838a9d4e97e7dca25d | refs/heads/master | 2022-12-23T14:22:59.785917 | 2020-09-22T16:23:52 | 2020-09-22T16:23:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 325 | java | package io.cloudtraining.sbdg.fakeloader;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import static org.junit.jupiter.api.Assertions.*;
@SpringBootTest
class FakeLoaderApplicationTest {
@BeforeEach
void setUp() {
... | [
"trip@Trips-MacBook-Pro.local"
] | trip@Trips-MacBook-Pro.local |
87a2ce0ef0db531438ecc59ef1ab1e6c192ca519 | 1302a63139920e4dbdb67b77bce31bfa79bdd54f | /jneagle-xlstool-bjmxfl-core/src/main/java/com/jneaglel/xlstool/bjmxfl/core/view/task/package-info.java | 4076f5b61885ba49778c27a50022724e77c9714c | [] | no_license | DwArFeng/jneagle-xlstool-bjmxfl | 2f9e80e49915d365d3d4639297dedbcaaee24387 | af50705dc175af7be54c1fed7dfbfc8d8d2acce9 | refs/heads/master | 2020-04-12T10:39:58.859896 | 2019-01-23T01:26:41 | 2019-01-23T01:26:41 | 162,436,674 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 124 | java | /**
* 任务包
*
* @author DwArFeng
* @since 0.0.0-alpha
*/
package com.jneaglel.xlstool.bjmxfl.core.view.task; | [
"915724865@qq.com"
] | 915724865@qq.com |
ce732ff639c19873dc34cdb674c59166b466b939 | 0a0dfa8bb57f6896098c124839b688c902a0066e | /Hotel/src/main/java/AI/hotel/service/Impl/EmployeeServiceImpl.java | 6bb3c0d2d07efd9b82c481e4929d2fac08ac5ad3 | [] | no_license | BITEWKRER/AI-HOTEL | dc23c15b2afa31b5d130cd5bacb886d62ca71b58 | 6065fc1263861e68d8335c31b4ee29f9d4ca287f | refs/heads/main | 2023-05-23T19:58:23.202721 | 2021-06-23T10:20:46 | 2021-06-23T10:20:46 | 379,562,940 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,221 | java | package AI.hotel.service.Impl;
import AI.hotel.bean.PageRequest;
import AI.hotel.bean.Employee;
import AI.hotel.bean.PageResult;
import AI.hotel.mapper.EmployeeMapper;
import AI.hotel.service.EmployeeService;
import AI.hotel.utils.PageUtils;
import com.github.pagehelper.PageHelper;
import com.github.pagehelper.PageInf... | [
"184611875@qq.com"
] | 184611875@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.