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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6c824af2bd23f55c2e4ba6f3dc343b45eadbe03c | fe42e7923075495577ac26b70f7b5b82662cf5c4 | /accela/demo/src/main/java/com/accela/demo/service/PersonServiceImpl.java | 7f5f8787c216299ca2a8c922dfc466c8d1de5ffa | [] | no_license | CloudNine86/accelaAssessment | 68d51d6903bbc138abb9798b7168add56f424a70 | f4d0897a62508846dcaa0495ad09ed40a1a682a8 | refs/heads/main | 2023-02-12T12:09:10.208989 | 2021-01-13T01:16:22 | 2021-01-13T01:16:22 | 329,151,910 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,158 | java | package com.accela.demo.service;
import com.accela.demo.entity.Address;
import com.accela.demo.entity.Person;
import com.accela.demo.repository.PersonRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.ArrayList;
import java.util.L... | [
"claudio.anghelone@gmail.com"
] | claudio.anghelone@gmail.com |
79e99f88b86b93832e87ab5bc4d17328dd7de83d | 6111b9f7aa6f3bcbf296b174beea521f5f0d53af | /src/com/Project/testProject/Item.java | ead64e62fd54cb442f136aa74c8eeb3bc58ae438 | [] | no_license | ashishgenext/MyGame | 54883f3fdd1522278e8cdde248643a4d682163f7 | f79e9906c38826bbf4160173f0227681fc099afb | refs/heads/master | 2020-12-24T16:08:12.091917 | 2015-04-21T12:53:20 | 2015-04-21T12:53:20 | 33,073,168 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 248 | java | package com.Project.testProject;
import android.graphics.Bitmap;
public class Item {
int ImageId;
public Item(int ImageId) {
super();
this.ImageId = ImageId ;
}
public int getBitmapImageId(){
return this.ImageId ;
}
}
| [
"Ashish.Am.Singh@LT0018462.in.ril.com"
] | Ashish.Am.Singh@LT0018462.in.ril.com |
4e6af57d612a292f7327827bc08f6b54b0bde312 | 5df875abfd7a1e0d90b2ad44699e823a9f3d793b | /CS331/hw5/part2/Driver.java | 8b60929a83e500af6054c4be3547ad9fd148e9e9 | [] | no_license | Snepsts/classwork | 199824d977882541c8daed11d00e63a4b6c0c6f1 | 8e18a69acda43f08a0f901b3d28e93ab1b7c9477 | refs/heads/master | 2021-09-09T13:52:46.943126 | 2018-03-16T18:32:47 | 2018-03-16T18:32:47 | 107,140,595 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,305 | java | import java.util.Scanner;
public class Driver
{
public static void main(String[] args)
{
Scanner s = new Scanner(System.in);
//default constructors
CreditCardPayment ccp = new CreditCardPayment();
CashPayment cp = new CashPayment();
//test accessors for creditcard
System.out.println("Name: " + ccp.getN... | [
"rancigliom@gmail.com"
] | rancigliom@gmail.com |
42d5d1559eeb43b8c77d9aeeb0f7a719e137facf | 3096be674e7782de3f0e3525baaade7027283b4d | /WCcomposite.java | ac6a2dbc16c2e037037fde9468ac85778d0710b4 | [] | no_license | ZeinaKittaneh/SOEN341-ProjectA | 22804793367916bc40986f86e976b46808b85354 | 1c58d3a04e246cef091f51808a17369d427c43d3 | refs/heads/master | 2023-01-02T06:46:37.729290 | 2020-10-12T20:30:15 | 2020-10-12T20:30:15 | 303,504,611 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,392 | java | import java.io.IOException;
//This class is used for executing the counting process for the wc counter
public class WCcomposite extends Counter{
int totalLines = 0, totalWords = 0, totalChars = 0; //used to save results of different counting processes
boolean inWord = false;
public void countingAll(String [] args,... | [
"zeinakittaneh@gmail.com"
] | zeinakittaneh@gmail.com |
2acbfac90e074419eee0b1cc9d365e09ad9ad230 | 4d5efe7b0788c29f0b11bf06e6b1e3f26ad9f7ee | /testing-java-junit5/src/main/java/diegogarciaviana/unit5/fauxspring/Model.java | 2ab6542e2f28a1f5e9cdbfc816acec6bda7b7f6f | [
"Apache-2.0"
] | permissive | DGV1995/Testing-Spring-Boot | ecedafcf54aee4d0b7797be6679320268dfd305f | 86f6a9a18585ffcff7d266eff79b50bf6c76a67a | refs/heads/master | 2020-06-06T10:08:31.234686 | 2019-07-11T09:26:21 | 2019-07-11T09:26:21 | 192,709,826 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 151 | java | package diegogarciaviana.unit5.fauxspring;
public interface Model {
void addAttribute(String key, Object o);
void addAttribute(Object o);
}
| [
"diegogarciaviana.1995@gmail.com"
] | diegogarciaviana.1995@gmail.com |
406e6e296d1c71f4bb65c9a2ee57a90c1db3c05f | cb422b1b77c3c24d4d35c1ca5caf92805392817f | /ormfinal2/src/main/java/com/nikhil/truyum/service/UserService.java | c9b4b7c53641a86194ac623be1d0dbdf25a7f213 | [] | no_license | Nikhi69/alldemo | b0845abda14a6892d6b45d3043bb67424afb7d06 | f0a16eedc0e20a095a0a72475bf079124be00551 | refs/heads/main | 2023-04-02T23:15:39.966785 | 2021-03-26T04:02:53 | 2021-03-26T04:02:53 | 351,297,323 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 559 | java | package com.nikhil.truyum.service;
import javax.transaction.Transactional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.nikhil.truyum.entity.User;
import com.nikhil.truyum.repository.UserRepository;
@Service
public class UserServ... | [
"889254@cognizant.com"
] | 889254@cognizant.com |
e93cefff1eeda02a726295781533fdba0a42796e | b5ff720cdc1868ddb36b2a780ebe348de26af623 | /src/z3/Z3Function.java | 525ebfc23b7cd9bad5134fcd11375d30d6b9a194 | [] | no_license | terry2012/horndroid | 981e805a2b4f7f993388c6d95d4fc45e2167f954 | 6785c2c2cf401d9a64368dc0e56526b6f5cffe33 | refs/heads/master | 2021-01-24T20:03:15.117374 | 2016-03-29T14:24:25 | 2016-03-29T14:24:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,379 | java | package z3;
import com.microsoft.z3.*;
/**
* Created by rtongchenchitt on 10/15/2015.
*/
public class Z3Function {
// Function
private final FuncDecl h, hi, i, s;
public Z3Function(Context ctx, int bvSize) throws Z3Exception {
// out.println("(declare-rel H (bv64 bv64 bv64 bv64 Bool Bool) inter... | [
"s9ratong@stud.uni-saarland.de"
] | s9ratong@stud.uni-saarland.de |
0370ffc0084cf7933978cc3927884a3c26a82a10 | c37cc036ea35489c574f0815e3735815a5daeca8 | /WEB-INF/src/net/joycool/wap/action/job/fish/PullEventBean.java | 4ac1abdd466163a25c26997a2c2c0e5204d4c853 | [] | no_license | liuyang0923/joycool | ac032b616d65ecc54fae8c08ae8e6f3e9ce139d3 | e7fcd943d536efe34f2c77b91dddf20844e7cab9 | refs/heads/master | 2020-06-12T17:14:31.104162 | 2016-12-09T07:15:40 | 2016-12-09T07:15:40 | 75,793,605 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,572 | java | package net.joycool.wap.action.job.fish;
/**
* @author bomb
*
*/
public class PullEventBean {
int id;
int areaId; // 出现区域
String desc; // 自己看的描述
String log; // 给别人看的描述
int money; // 乐币奖励
int exp; // 经验奖励
String image;
/**
* @return Returns the image.
*/
public String getImage() {
return image;
... | [
"liu_yang_0923@163.com"
] | liu_yang_0923@163.com |
ef42ed31bea60a75d403851ea29d5f4fb6779cca | e2f8b46b4f004aa14f43f73dcfad9977b0a7a274 | /lesson3/src/main/java/lesson3/Client.java | 26fe0a5b55a121feb110a72984510938fe222147 | [] | no_license | AntJava/SpringOne | da1fb23eff4543015256b846ef9393d7e0979c68 | 1828696a7ee4f0f53c9544f0db70c75fe54a47ec | refs/heads/master | 2023-01-18T23:34:55.179254 | 2020-11-17T15:07:04 | 2020-11-17T15:07:04 | 307,719,890 | 0 | 0 | null | 2020-11-19T15:43:16 | 2020-10-27T14:05:57 | Java | UTF-8 | Java | false | false | 765 | java | package lesson3;
import javax.persistence.*;
import java.util.List;
@Entity
@Table(name = "client")
public class Client {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;
@Column(name = "client")
private String client;
@OneToMany(mappedBy = "client")
private List... | [
"tipantonjava@gmail.com"
] | tipantonjava@gmail.com |
ea934e24bf63d94a4c7e2df5c0d8d09caa5ea24d | a4ffdcfe848272d9381a4e33b8142c9c3fa33b5b | /src/main/java/cashpiles/model/RoutineCategory.java | dc7103f0a8359f4a9d11758d46acce96d4c6eec6 | [] | no_license | upstreammuse/cashpiles | bffdb3223f7345632563cd21d444aa2750ed3e83 | 43c094ad4a7dbc68ad2f38d94fc6bce1f9018a5d | refs/heads/master | 2023-04-13T07:33:43.782032 | 2022-12-17T22:53:00 | 2022-12-17T22:53:00 | 59,172,268 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,727 | java | package cashpiles.model;
import java.time.Period;
import java.util.ArrayList;
import java.util.List;
import cashpiles.currency.Amount;
import cashpiles.ledger.CategoryTransactionEntry;
import cashpiles.ledger.RoutineBudgetEntry;
import cashpiles.time.DateRange;
//this is an immutable data class
/**
* We don't yet h... | [
"upstreammuse@users.noreply.github.com"
] | upstreammuse@users.noreply.github.com |
58def00f12b276a5387d76c2f56cd36a5c804b9c | 07abfb3dd9c4b2ef9fa973f3e4175901ffa4c82c | /TaxiSystem/src/ui/MainStart.java | a38d4ded7285d5060749f79e3ae7baf72a9118c2 | [] | no_license | shraddhakannav/MSProject | 60d80e561cbe5c48eda1875fcf6222747120d6a6 | fd3c613212463e2aeb1106aa8c60031c7c30bc89 | refs/heads/master | 2021-01-18T18:31:55.856685 | 2015-08-08T11:08:54 | 2015-08-08T11:08:54 | 39,932,926 | 0 | 3 | null | null | null | null | UTF-8 | Java | false | false | 374 | java |
package ui;
import java.io.BufferedReader;
import java.io.InputStreamReader;
public class MainStart {
static BufferedReader br = null;
public static void main(String[] args) {
MainMenu mainMenu = new MainMenu();
}
public static BufferedReader getReader() {
if (br == null) {
br = new BufferedReader(new ... | [
"shraddhakannav@gmail.com"
] | shraddhakannav@gmail.com |
99a6b92d67668a3739f4cddf2d99fc8bd7f29915 | de4259b6760d5462602eab48d6696876b728e24e | /taotao-portal/src/test/java/com/taotao/freemarker/FreeMarkerTest.java | 045fc9ba649374740aa4f2f8f8a41a79fc07d005 | [] | no_license | LylYorick/taotao | 15fbf71a0ab28b9d85ea3839d4c663085ee75259 | d63c08ca3817be8dae5c97608b1af1f6938ce244 | refs/heads/master | 2021-09-15T02:14:14.600215 | 2018-05-24T07:17:24 | 2018-05-24T07:17:24 | 103,926,679 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,934 | java | package com.taotao.freemarker;
import java.io.File;
import java.io.FileWriter;
import java.io.Writer;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.junit.Test;
import freemarker.template.Configuration;
import freemar... | [
"1352095235@qq.com"
] | 1352095235@qq.com |
1ce6f5c10552012f18a5cf818246e4dfd7725004 | bbef8d4d03e3c22ca234db458ceb23f29b270329 | /A1/txjg1/src/main/java/javabean/FuWuYuan.java | 0b08a55df0dbb902ba6231d7484e7a3a22b452b4 | [] | no_license | Acescen/RJTXJG_A | e32e472232ce05f683afa8b105cb87e9e0164860 | e153fea7ea9f026e60aed311459efce9b659212c | refs/heads/master | 2022-06-26T21:16:19.967473 | 2019-12-28T03:35:42 | 2019-12-28T03:36:26 | 230,236,272 | 0 | 0 | null | 2022-06-21T02:31:39 | 2019-12-26T09:35:31 | Java | UTF-8 | Java | false | false | 933 | java | package javabean;
import org.apache.commons.lang3.StringUtils;
/**
* @Author: jurui
* @Email: acescen@foxmail.com
* @ProjectName: txjg1
* @Package: javabean
* @Description:
* @Date: Created in 15:03 2019-12-27
*/
public class FuWuYuan {
public static String msg;
public static int count = 0;
public ... | [
"1067492158@qq.com"
] | 1067492158@qq.com |
6a1c75a1e60404646779dbbc2a73bc8b3a48a3e5 | 34ce6176d3c0e071558d7c8e749959ae4e4be453 | /HelpDesk/.svn/pristine/43/43e507ac817abe17205590b86fd8e95eec4f6916.svn-base | 8a504b7c9f2a2dfa182099fbda9b9154c1a473a1 | [] | no_license | yeshwanth-Konakanchi/ProjectBoot | f467911815c437311ee1c2156467e9c155479c5c | c28e0d986820ed2438ff1f05477e6e86babfa3ff | refs/heads/master | 2020-03-08T04:42:12.781257 | 2018-04-03T15:46:13 | 2018-04-03T15:46:13 | 127,929,403 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,534 | package com.crmindz.helpdesk.jUnitTests;
import static org.mockito.Mockito.when;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.InjectMocks;
import org.mockito.Mock;
import org.mockito.Mocki... | [
"yeshwanthnitt@gmail.com"
] | yeshwanthnitt@gmail.com | |
4969fa6edf3316781d41639e5c2301c4dab49056 | 165893beb548c15053621423a657682c98684587 | /b2c-rest/src/main/java/com/pursuit/rest/service/impl/ItemDescServiceImpl.java | 9f6a5993046e71427af8dc6d18c74837ef929db6 | [] | no_license | lza1997/b2c-1 | 00031e92586cfc4495fa3eb247fe91422c3ac812 | eaa309faaaf6a615909efc6cc6899f19b2f89ed4 | refs/heads/master | 2021-01-12T15:09:17.220915 | 2016-10-20T11:58:13 | 2016-10-20T11:58:13 | 71,715,760 | 1 | 0 | null | 2016-10-23T16:41:56 | 2016-10-23T16:41:56 | null | UTF-8 | Java | false | false | 2,173 | java | package com.pursuit.rest.service.impl;
import java.util.List;
import org.apache.commons.lang3.StringUtils;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Service;
... | [
"wangjn1130@163.com"
] | wangjn1130@163.com |
9240408e26ab15f81e30988dd3b7e983b4e8d2f6 | 704507754a9e7f300dfab163e97cd976b677661b | /src/javax/naming/SizeLimitExceededException.java | f0f734228819551db4a21f863007ddef2e9c82aa | [] | no_license | ossaw/jdk | 60e7ca5e9f64541d07933af25c332e806e914d2a | b9d61d6ade341b4340afb535b499c09a8be0cfc8 | refs/heads/master | 2020-03-27T02:23:14.010857 | 2019-08-07T06:32:34 | 2019-08-07T06:32:34 | 145,785,700 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,385 | java | /*
* Copyright (c) 1999, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package javax.naming;
import javax.naming.Name;
/**
* This exception is thrown when a method produces a result that exceeds a
* size-related limit. This can happen, ... | [
"jianghao7625@gmail.com"
] | jianghao7625@gmail.com |
3a641b7b32410d80e49828cf2d3291bffb011b37 | 0d193d52daf66b433eabecd7d790c558fd62d650 | /net.sourceforge.flora.eclipse.console/src/net/sourceforge/flora/eclipse/console/ConsoleColorManager.java | 7bbba86ace14a898e7b1efea202d0b2f3b6dadd5 | [] | no_license | vital-ai/flora2-visualizer | 2a8029366c7897519d5e5a63a27d4354176b6111 | 902b86f296766ed77a0a8ede589a5721a943d56b | refs/heads/main | 2023-07-25T22:11:15.157536 | 2021-09-09T15:50:20 | 2021-09-09T15:50:20 | 404,365,163 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,982 | java | /* File: FloraColorManager.java
**
** Author(s): Daniel Winkler
** Contact: flora-users@lists.sourceforge.net
**
** Copyright (C) 2007 Digital Enterprise Research Insitute (DERI) Innsbruck
**
** FLORA-2 Visualizer is free software; you can redistribute it and/or
** modify it under the terms of the GNU Le... | [
"marc@vital.ai"
] | marc@vital.ai |
ba91e4394e25c1e7d7d2a6b2fc1d2a139e09c23c | 970d2df7bffc00bd4b5aeab247b430cd03b7541c | /adk/src/main/java/com/kescoode/adk/net/volley/toolbox/RequestFuture.java | 7adf0d75e9000512f9d62021a719cca5e0ad382e | [] | no_license | kesco/xmail | 4754e30294c485f8cc4944b94381babee99fa109 | 260239e262f61b5079456df40437120a75958561 | refs/heads/master | 2020-05-30T16:52:22.635430 | 2015-04-23T09:11:22 | 2015-04-23T09:11:22 | 42,143,833 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,119 | java | /*
* Copyright (C) 2011 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"kesco915@gmail.com"
] | kesco915@gmail.com |
553e77464256d3c5b04bfe39b94c0419dbed9151 | 5a5f0f473a3994380b8f03a5500934990154ef0c | /ProvEnkel/src/provenkel/ProvEnkel.java | 131432506789767817541acebaf944b62b9017cc | [] | no_license | rappos/Gymnasiet-Programmering-1 | 89b4af1b78a4749ad3ec7fb8c5ae3b6dc757abae | 0ae705dab78775b319dd75eb5fb3f4455a2cb76e | refs/heads/master | 2023-05-30T20:17:12.639608 | 2023-04-28T12:06:23 | 2023-04-28T12:06:23 | 232,209,584 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,055 | java | package provenkel;
import java.util.Scanner;
public class ProvEnkel {
//Program som kollar längden på en input av lösenord, och godkänner om längre än 6 tecken
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
System.out.println("Vi ska undersöka om ditt lösenord är... | [
"emilemail4@gmail.com"
] | emilemail4@gmail.com |
397c41dcb41dc65f4f4215f382d6ad1cb2d38b9b | 4cf28de03d844aa2d84a8e8cec103ba2312ea353 | /src/com/xjt/crazypic/edit/filters/ColorSpaceMatrix.java | 1363c509c79ffa883f8e0932daa66a40c85c723a | [
"Apache-2.0"
] | permissive | jituo666/CrazyPic | 873b7b3f67b678cee69d19f096030eb61572df72 | 706e9f92430af1e72a7fca3bf39bd8dbcf0c30a5 | refs/heads/master | 2021-01-06T20:38:01.951788 | 2014-10-14T01:51:59 | 2014-10-14T01:51:59 | 24,831,462 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 5,415 | java | package com.xjt.crazypic.edit.filters;
import java.util.Arrays;
public class ColorSpaceMatrix {
private final float[] mMatrix = new float[16];
private static final float RLUM = 0.3086f;
private static final float GLUM = 0.6094f;
private static final float BLUM = 0.0820f;
public ColorSpaceMatrix()... | [
"jituo666@gmail.com"
] | jituo666@gmail.com |
a5efbeb8f0f31ac12f42d693ce4e8d5ae666ccba | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/14/14_f341874f8b86b2ebce062826f2b995e26a0ef2ff/Command/14_f341874f8b86b2ebce062826f2b995e26a0ef2ff_Command_s.java | 20b2cb9fa4ccd8f7bd7c3edc09dc73da0d7b720d | [] | 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 | 462 | java | package rescuecore2.messages;
import java.io.InputStream;
import java.io.OutputStream;
import java.io.IOException;
import rescuecore2.worldmodel.EntityID;
/**
A sub-interface of Message that tags messages that are interpreted as agent commands.
*/
public interface Command {
/**
Get the id of... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
6d4bd8b09d93f63b0a7ee5dde092a69fba4124c7 | b160428cea4348a59ac77b22fd5d31f3f66697f1 | /src/main/java/hiber/service/UserServiceImp.java | 7e69726383109442464c3ec3984a93587ac70bbd | [] | no_license | SyrnoLinanalin/spring_hibernate | e16d9c3e84e8891def26e644dffe9554bf78fd33 | f1b44eccf9f78af93abeddc12b87e3f0cb083e84 | refs/heads/master | 2023-04-21T22:49:52.525216 | 2021-05-04T13:33:29 | 2021-05-04T13:33:29 | 362,899,439 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 804 | java | package hiber.service;
import hiber.dao.UserDao;
import hiber.model.User;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.util.List;
@Service
public class UserServiceImp implemen... | [
"funworld994@gmail.com"
] | funworld994@gmail.com |
5028fa23f79da4f82d17f90d5e6048b260659dda | c1258abaa7d60bc06899e64c897146db34a34cdb | /src/main/java/org/jetlinks/core/metadata/types/IntType.java | babc47a345b29ee0781ccaf44bd124397b93ee68 | [] | no_license | ydhqfly/jetlinks-core | 9e88f63e3d8547cc6302de9b7c71b8c54759eaef | 61a567c302647138a579a49243f55bdeef2671d2 | refs/heads/master | 2020-09-21T12:45:36.613946 | 2019-11-20T07:30:38 | 2019-11-20T07:30:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 535 | java | package org.jetlinks.core.metadata.types;
import lombok.Getter;
import lombok.Setter;
import java.util.Map;
@Getter
@Setter
public class IntType extends NumberType<Integer> {
public static final String ID = "int";
private Map<String, Object> expands;
@Override
public String getId() {
return... | [
"admin@hsweb.me"
] | admin@hsweb.me |
58b70dd3089ce98dc55a042e907d72cba64f7237 | 9e67004a4d33d35d14b61e66a9a9703f9af50760 | /mbox/src/bvv/util/mailLog/Postfix_qmgr.java | 3de62d06371512910fb8042b95b68d705a951d67 | [] | no_license | begun74/mbox | f639e0f14c7524189747b33f45ad56f0223d4d9f | 89f3f9c5a2243b4abccfc774955579204731dbf8 | refs/heads/master | 2020-05-20T00:17:15.333719 | 2015-06-23T07:02:50 | 2015-06-23T07:02:50 | 35,890,195 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,574 | java | package bvv.util.mailLog;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import bvv.util.mailLog.view.Postfix;
import bvv.util.mailLog.view.Qmgr;
import bvv.util.mailLog.view.SmtpD;
public class Postfix_qmgr implements PatternImpl {
private String pattern;
//default
Pattern regexp... | [
"begun74@gmail.com"
] | begun74@gmail.com |
2a2139cb6f5e7f77e82c7a3e18a363995a87dcbb | 62086a5702431bcfcb4c1edba9d6e174eaf70272 | /src/main/java/com/attendee/attendee/service/AttendeeRecapService.java | 48b4adf92c40f623032c776d566498e7f585ef71 | [] | no_license | christbiz86/project-attendees | ed6dc27991efe23753c95089a701be5cc038247b | 80543d5a02bb02ef3b5a3de180ff8b65af507d77 | refs/heads/master | 2020-06-28T09:01:06.482949 | 2019-10-08T07:17:27 | 2019-10-08T07:17:27 | 200,193,454 | 0 | 0 | null | 2019-08-26T04:13:56 | 2019-08-02T08:06:54 | Java | UTF-8 | Java | false | false | 2,012 | java | package com.attendee.attendee.service;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import co... | [
"agungdamassaputra@gmail.com"
] | agungdamassaputra@gmail.com |
6253b5812d850cb128eb8a46546c52efb4919b9d | d38978522614c8389812301530f7d9a291a7b16e | /src/InC/Vue/Map/Grille/Entitemap/EntiteMap.java | 1d7e6beffc19e20fce8db48e4bb0d1f7ed7d4b53 | [] | no_license | Chnapy/Timeflies_horscombat | d87aa68f7163730a2d129557fea1cdc5d798a32d | 2b0889a769c186deb3087671e8210521bfdbe42e | refs/heads/master | 2021-01-17T10:19:25.943855 | 2016-06-30T16:35:04 | 2016-06-30T16:35:04 | 59,307,795 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 480 | java | /*
*
*
*
*/
package InC.Vue.Map.Grille.Entitemap;
import InC.Vue.Map.Grille.AbstractMap;
/**
* EntiteMap.java
*
*/
public class EntiteMap extends AbstractMap<EntiteSprite> {
public EntiteMap() {
setId("entitemap");
}
@Override
public void ajoutNode(EntiteSprite es, int x, int y) {
double w = es.ge... | [
"Richard@PCportable-Richard"
] | Richard@PCportable-Richard |
d708dc95f95e9ae7cbd7814040353ed13732b931 | 1f9bb807e4f478bf8f00a5cc085762e0869275a8 | /MyJfinal/src/main/java/com/yzp/jfinaltest/common/routes/FrontRoutes.java | cc523e265f31c4ec84c0d86c80a392be9f448d16 | [] | no_license | uaucome/jfinal | 0353bf15452052de0cc7f10d38a64439b9d763b2 | 6a04a960a1a3d5cd986d8208d75022a27c47280a | refs/heads/master | 2022-06-30T17:16:20.457277 | 2019-07-08T01:59:01 | 2019-07-08T01:59:01 | 195,325,342 | 2 | 0 | null | 2022-06-21T01:24:18 | 2019-07-05T02:24:50 | Java | UTF-8 | Java | false | false | 266 | java | package com.yzp.jfinaltest.common.routes;
import com.jfinal.config.Routes;
/**
* Description: 前端路由
*
* @author yzp
*
* @date 2019年7月5日
*/
public class FrontRoutes extends Routes {
@Override
public void config() {
}
}
| [
"yuzhiping@LAPTOP-KOPDN6M9"
] | yuzhiping@LAPTOP-KOPDN6M9 |
d42df8e45f38ecfe54c40c13be9be11df6b636a1 | a82e89ad619bbf0346b369242e34dc61e95970d9 | /suncertify/code/src/suncertify/nw/ServerService.java | f0e4d4aabb8ea34729df9e4936d5e4bdff07a00b | [] | no_license | mjilugu/OCJD | 49d6bdd7f0ca991451ac007812cf68b7acd01b7e | a4bbbf45cb6b44a26cf9426b0ea5d2a9bd76bb29 | refs/heads/master | 2021-01-17T14:49:56.393072 | 2016-06-13T13:09:17 | 2016-06-13T13:09:17 | 16,104,675 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 582 | java | package suncertify.nw;
import java.net.Socket;
/**
* This class provides a common interface for various
* entities on the network server. Each entity on the server
* performs a service on a request from a client represented by
* a network socket.
* @author Moses L. Jilugu.
* @version March 13, 2013.
*/
public ... | [
"moses.jilugu@ericsson.com"
] | moses.jilugu@ericsson.com |
fdaecf594d1bcbfedf6907e5eaf60d603eb54d22 | 6d79986329a62ef17ded91809d35aca6475dbda7 | /src/mit/core/protocol/core/methods/response/MitGetBlockTransactionCountByNumber.java | 7190240f3395be9fa21da90c9ebb9ec4aa3efba2 | [] | no_license | timenewbank/java-mitWeb3 | 33c8bdc2e3c7fd43bcb0d358447d730153c1fa1f | 0f86d27e0d471a0e4bb99a03b278b88dccb4a9f8 | refs/heads/master | 2020-04-09T07:51:16.265805 | 2018-12-04T06:58:49 | 2018-12-04T06:58:49 | 160,173,137 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 378 | java | package mit.core.protocol.core.methods.response;
import java.math.BigInteger;
import mit.core.protocol.core.Response;
import mit.utils.Numeric;
/**
* eth_getBlockTransactionCountByNumber.
*/
public class MitGetBlockTransactionCountByNumber extends Response<String> {
public BigInteger getTransactionCount() {
... | [
"809450257@qq.com"
] | 809450257@qq.com |
55a65967f41b11fdd6c7e93924d01cfbda584586 | 48ca0949bd95fdc25975140565df6d1a0471ba60 | /answers/day1/JSM-ITP-day1/src/nl/rug/jsm/introduction_to_programming/day1/Main.java | b3192814ba94ba23f19b12b179097c5f38540937 | [] | no_license | Neleor/JSM-ITP | 22ab658d0e8a09e7495135f6d7e52ea9f300eb70 | 888302b4be860cd84712791d2f4a3497f64079e1 | refs/heads/master | 2020-08-16T14:28:46.765989 | 2019-12-05T19:58:07 | 2019-12-05T19:58:07 | 215,512,365 | 0 | 0 | null | 2019-12-05T19:58:09 | 2019-10-16T09:44:26 | Java | UTF-8 | Java | false | false | 1,789 | java | // this is an assignment for the JSM introduction to programming course
// the assignment here is as follows:
//
// Make a simple program that asks the name of the user, then greet the user.
//
// Ask the body temperature of the user and tell if he/she has a fever.
package nl.rug.jsm.introduction_to_programming.day1;
... | [
"neleor@gmail.com"
] | neleor@gmail.com |
c37982dbfd92f7a12d564f0edc39c9ec09fc95dd | d294108ce74ca357df5fd8f282888f7c17e2ed9f | /large-project5/src/main/java/demo/large_project3/Pojo217.java | 1e0aa7af065dbced492f0a86309c3c0346f7dd28 | [] | no_license | wmedvede/test-files5 | f0d9fdeed8840659313d37a71563c92896275117 | 32733be4d769530b40d6e43f81dd670449bdc030 | refs/heads/master | 2021-03-22T02:13:05.431054 | 2017-12-20T16:28:21 | 2017-12-20T16:28:21 | 114,897,714 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,205 | java | /*
* Copyright ${year} Red Hat, Inc. and/or its affiliates.
*
* 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... | [
"wmedvedeo@gmail.com"
] | wmedvedeo@gmail.com |
8208a3b85b1cce6271a99cc529b27821f0452e51 | 085a4d2e59899d40f206d09681a24356657e4f37 | /BeeTriathlon/src/dbc/DBConnectionMgr.java | 76a8db1bde96f119cb3a49b88d99977b632b36c2 | [] | no_license | quickbonak/BPDUO | 234a0654a272e9e5605c283473ed62856f4f293d | cc8d98171e6552541647328b8b9b6586d8a66207 | refs/heads/master | 2022-12-11T07:34:00.052473 | 2019-11-21T06:23:26 | 2019-11-21T06:23:26 | 222,656,378 | 1 | 0 | null | 2019-11-19T09:58:16 | 2019-11-19T09:19:24 | HTML | UTF-8 | Java | false | false | 9,344 | java | package dbc;
/**
* Copyright(c) 2001 iSavvix Corporation (http://www.isavvix.com/)
*
* All rights reserved
*
* Permission to use, copy, modify and distribute this material for
* any purpose and without fee is hereby granted, provided that the
* above copyright notice and this permission n... | [
"quickbonak@gmail.com"
] | quickbonak@gmail.com |
98e0a43bb2539140b7bcd25ab21913062a777bfb | 05a5383020235a099343eb8d5fb5cd6e581ea147 | /2.JavaCore/src/com/javarush/task/task19/task1904/Solution.java | a20eb3e1dd2248c58c77f55c47156642486e420a | [] | no_license | Andrey221285/javarush | 10db804265e06775d63345239003c98d558523b8 | 79f91c4828fb687e1cb7192b80e6b14faec02c46 | refs/heads/master | 2021-04-23T22:43:41.943203 | 2020-11-19T16:44:40 | 2020-11-19T16:44:40 | 132,452,080 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,545 | java | package com.javarush.task.task19.task1904;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.GregorianCalendar;
import java.util.Scanner;
/*
И еще один адаптер
*/
public class Solution {
public static void main(String[] args) throws Exception {
Strin... | [
"dyushick@yandex.ru"
] | dyushick@yandex.ru |
ab977e5536da73cdbe4cf51f128887f9e044966d | 9077e0fddc4c49014928879954128bbf3d9ebae5 | /resourcesharing/src/main/java/com/dbteam6/resourcesharing/controller/ItemController.java | dd512c0b686367736c74283c025dfc95c8114178 | [] | no_license | JungDayoon/DBproject_team6 | c91e17e5f01f3eb51fd9e1b3f27440feded3957e | 55b060611dc02509f18acc60adb1a5f7bea386eb | refs/heads/master | 2023-04-06T07:19:31.314379 | 2019-12-19T04:57:10 | 2019-12-19T04:57:10 | 222,119,434 | 0 | 0 | null | 2023-03-23T20:39:19 | 2019-11-16T15:31:55 | Java | UTF-8 | Java | false | false | 2,455 | java | package com.dbteam6.resourcesharing.controller;
import com.dbteam6.resourcesharing.model.dao.DeptDao;
import com.dbteam6.resourcesharing.model.dao.ItemDao;
import net.minidev.json.JSONArray;
import net.minidev.json.JSONObject;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annota... | [
"gkswlsrb95@gmail.com"
] | gkswlsrb95@gmail.com |
73daa21c3470a9ac2d16f5d12032ea2131152f9d | 94b97f7af619896c438bd0aa15e82b0c37f9de75 | /app/src/main/java/com/app/foody/Controller/BinhLuanController.java | 2914e1cd51ebc7e7c6a605c98a79ac2e248fb158 | [] | no_license | hieugiddy/Foody | 6bfaa363c28c50b66242de8438e3670a10f750e9 | a9746ff0a055537c90105734300dffd44ab35bda | refs/heads/master | 2023-02-05T16:23:47.650623 | 2020-12-22T16:49:14 | 2020-12-22T16:49:14 | 305,984,466 | 0 | 0 | null | 2020-12-22T13:02:35 | 2020-10-21T10:12:43 | Java | UTF-8 | Java | false | false | 457 | java | package com.app.foody.Controller;
import com.app.foody.Model.BinhLuanModel;
import java.util.List;
public class BinhLuanController {
BinhLuanModel binhLuanModel;
public BinhLuanController(){
binhLuanModel=new BinhLuanModel();
}
public void ThemBinhluan(String maQuanAn, Bi... | [
"hieugiddy.pro@gmail.com"
] | hieugiddy.pro@gmail.com |
dc20f2fdfaf2b0884071e75d6dff94fada1f050a | 8875274be5820b81262e98fe5c9dc3e7ed4493ee | /echoproject/src/main/java/net/xdclass/echo/InboundHandler1.java | 01f58608ad5e3ffb555381732625bb5460d5ec3d | [] | no_license | cowboybusy/netty-project | f757bd05b345db3b047c6efb3503d2739eac5309 | 31e9c21db9c1a33edd5c53853d31a668d21fe0be | refs/heads/master | 2020-04-20T01:34:06.435173 | 2019-01-31T15:37:33 | 2019-01-31T15:37:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,094 | java | package net.xdclass.echo;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.Unpooled;
import io.netty.channel.ChannelHandlerContext;
import io.netty.channel.ChannelInboundHandlerAdapter;
import io.netty.handler.codec.FixedLengthFrameDecoder;
import io.netty.util.CharsetUtil;
public class InboundHandler1 extends ... | [
"307416748@qq.com"
] | 307416748@qq.com |
c3d49f59fb48227ba13002e4569c902504f5fa43 | d75ae724b161656a72892727bdfbcdaadf47f536 | /src/main/java/com/bootdo/system/shiro/UserRealm.java | a87c4fa319102e879de65273fe483be4f08b6fd1 | [] | no_license | xuxiaonian/bootdo | f20a8370b231c271b2bc598c73ceb3c240d25fa0 | 880198da4c0b87323b5fa9f8216caeb5db0a49bd | refs/heads/master | 2021-01-25T14:10:54.754587 | 2018-03-14T10:37:35 | 2018-03-14T10:37:35 | 123,664,755 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,322 | java | package com.bootdo.system.shiro;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
import com.bootdo.common.utils.StringTools;
import com.bootdo.system.service.UserService;
import org.apache.shiro.authc.AuthenticationException;
import org.apache.shiro.authc.AuthenticationInfo;
import org.apache.s... | [
"2496875679@qq.com"
] | 2496875679@qq.com |
3a23dac8bb287afb6030846177ac04fee8c6cc93 | 50328dd3507960e2135694bb32e9a6f38d888b3c | /app/src/main/java/com/example/multipleactivitiesfun/SecondActivity.java | f2ac6c26a6e357e615a06fef37de25f0ee4d4f89 | [] | no_license | abrodhead352/MultipleActivitiesFun | 19196a07fca6abf309ba52ca575af67b100e5c3c | 4151bbecccc844946521c4d46ef4fe9f44ba97b5 | refs/heads/master | 2020-08-15T14:34:36.575678 | 2019-10-17T16:59:07 | 2019-10-17T16:59:07 | 215,357,750 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,539 | java | package com.example.multipleactivitiesfun;
import androidx.appcompat.app.AppCompatActivity;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.Toast;
public class SecondActivity e... | [
"abrodhead@zagmail.gonzaga.edu"
] | abrodhead@zagmail.gonzaga.edu |
9220e7492ad46f5949a70cac27ff89f62abf9b89 | 122287275ec1666cc27a6b6d06bab4f8b1c4ff33 | /用到的工具jar包/jars/evosuite-tests/org/apache/bcel/generic/IAND_ESTest.java | 4c2fa41b001364f909e2106cc441e32af365c5e2 | [] | no_license | NJUCWL/symbolic_tools | f036691918b147019c99584efb4dcbe1228ae6c0 | 669f549b0a97045de4cd95b1df43de93b1462e45 | refs/heads/main | 2023-05-09T12:00:57.836897 | 2021-06-01T13:34:40 | 2021-06-01T13:34:40 | 370,017,201 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,650 | java | /*
* This file was automatically generated by EvoSuite
* Tue Mar 16 14:57:13 GMT 2021
*/
package org.apache.bcel.generic;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.runtime.EvoAssertions.*;
import org.apache.bcel.generic.IAND;
import org.apache.bcel.verifier.structurals.Exe... | [
"48467952+NJUCWL@users.noreply.github.com"
] | 48467952+NJUCWL@users.noreply.github.com |
f6168949d716bf49a23d1c31e33e2cbe0f7caf51 | 11f74fc42576807b3e76c45669838fe7b4bf310b | /src/me/RabidCrab/ExplodingSheep/Events/ExplodingSheepCommandExecutor.java | 55281b977a3b486868fa5a094d30b7803b8f3557 | [] | no_license | RabidCrab/Exploding-Sheep | 0cc4998b842bcc2ae8b16f41bfdace1b685086fe | 3965701a893200aa26282ee4825d951fdc086910 | refs/heads/master | 2016-09-16T10:02:28.059252 | 2016-04-10T02:08:56 | 2016-04-10T02:08:56 | 2,267,234 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,724 | java | package me.RabidCrab.ExplodingSheep.Events;
import java.util.List;
import me.RabidCrab.ExplodingSheep.ExplodingSheep;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.LivingEntity;
import org.bukkit.entity.Player;
/**
* ... | [
"jrusse42@gmail.com"
] | jrusse42@gmail.com |
3f642633484fe6b56e79d82c84cd29f1f310a5b6 | 99c8e4f287d0350b6dc50bc503fa630979272633 | /src/main/java/no/kristiania/devopsexam/CartService.java | 195d0ac54d4a95f842ead2d4f6d0b64de0d27b58 | [] | no_license | glennbech/devops-exam | b4d6ea0f37e886c11f7b61bce1c1aa50f1a63db6 | 67b3e99e07b389aacde547e511074581af102a55 | refs/heads/main | 2023-01-14T13:34:45.228042 | 2023-01-02T19:43:59 | 2023-01-02T19:43:59 | 584,135,957 | 0 | 0 | null | 2023-01-02T19:56:04 | 2023-01-01T14:28:45 | Java | UTF-8 | Java | false | false | 341 | java | package no.kristiania.devopsexam;
import io.micrometer.core.annotation.Timed;
import org.springframework.stereotype.Component;
import java.util.List;
@Component
public interface CartService {
Cart getCart(String id);
Cart update(Cart cart);
String checkout(Cart cart);
List<String> getAllCarts();
... | [
"eskiltb@hotmail.com"
] | eskiltb@hotmail.com |
a6aa680db4d62689cc5d3084da10df5a59648247 | d7fa9067f240c5da423980f32fb649a5ee8c03db | /jrap-eureka/src/test/java/com/jrapcloud/eureka/JrapEurekaApplicationTests.java | 1c758c482d5f9198de622ce06f4006a96d39518e | [
"Apache-2.0"
] | permissive | IvanStephenYuan/jrapcloud | 6eb71684908be8d36cf1ecae94b8888be709f91b | 56231e7b2f525a7846bc53bd00935bdb67f93c1c | refs/heads/master | 2022-12-22T20:31:14.342227 | 2020-04-16T23:55:36 | 2020-04-16T23:55:36 | 234,579,310 | 0 | 0 | Apache-2.0 | 2022-12-15T23:34:25 | 2020-01-17T15:40:51 | Java | UTF-8 | Java | false | false | 225 | java | package com.jrapcloud.eureka;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class JrapEurekaApplicationTests {
@Test
void contextLoads() {
}
}
| [
"yulong.yuan@jr-info.cn"
] | yulong.yuan@jr-info.cn |
d4facada233a6ce8a3d2f918b5496eae9dd03327 | e7b03b975e9a8e2d19929fc45668d080a6566d81 | /7.设计模式/DesignPatternsDemo/Demo2/src/main/java/com/sun/demo2/factoryMethod/BMW523.java | 6b00c8720e5753f31ee3b9720f133e74ceada014 | [] | no_license | langsun/learn_new | 9b81d2d8307cd2ffbc05b99a533d633a24723a80 | b584ae350a8a64b0f2201d95f55c5a447a844085 | refs/heads/main | 2023-03-06T15:13:01.314769 | 2021-02-21T16:05:05 | 2021-02-21T16:05:05 | 340,648,512 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 192 | java | package com.sun.demo2.factoryMethod;
/**
* @author sky
* @date 2019/11/24
*/
public class BMW523 extends BMW {
public BMW523() {
System.out.println("制造-->BMW523");
}
}
| [
"lang_un@sina.com"
] | lang_un@sina.com |
77848b04fa9c90c8a4f75af0615cd7c4fafbf035 | 76c4c7325e4f8c274a78ec2b7377cd9e11e07263 | /ch05/Comparison.java | b85eaff7b36e43bc35cd932a7530e64a8dd9ab58 | [
"MIT"
] | permissive | raedaniel36/ThinkJavaCode | 6454317b4d0e4ee41345680127e0a2938f587c7b | 8c207fea6e049e1381fbe073dc3f96a6e358d907 | refs/heads/master | 2020-03-11T06:15:36.374025 | 2018-04-20T02:01:46 | 2018-04-20T02:01:46 | 117,287,852 | 0 | 0 | null | 2018-01-12T21:04:55 | 2018-01-12T21:04:54 | null | UTF-8 | Java | false | false | 620 | java | // Exercise 5-ES-1
// Exercise 1
public class Comparison
{
public static void main(String[] args)
{
String txt = "Fantastic";
String lang = "Java";
boolean state = (txt == lang);
System.out.println("String Equality Test: " + state);
state = (txt != lang);
System.out.print... | [
"raedaniel@earthlink.net"
] | raedaniel@earthlink.net |
8b3aefc5df3be9f97c2f43db46bc1724e75857e0 | d9cd41884c9a61e32b01f7bc576f058495f7defe | /database/src/main/java/by/itacademy/model/Gender.java | da71a4d99740e166f4680dfecc533808655db3d2 | [] | no_license | lkghost7/debit3 | 342eac7be3a3ee5ad9cd1537aa5e92e2135e58a7 | de9aaaec3035700c10056118cc2c5b0ff4e4c286 | refs/heads/master | 2020-04-05T09:29:02.601543 | 2018-11-18T17:12:37 | 2018-11-18T17:12:37 | 156,759,229 | 0 | 0 | null | 2018-11-18T17:15:55 | 2018-11-08T19:37:53 | Java | UTF-8 | Java | false | false | 79 | java | package by.itacademy.model;
public enum Gender {
MALE, FEMALE, INDEFINED
} | [
"lkghost7@gmail.com"
] | lkghost7@gmail.com |
78092837b8b2eab776be2090eb2d74ddcf07bf2d | 3db66fd312ba97b3a33acb9d639d8d6fbdd8df4d | /eo-parser/src/test/java/org/eolang/parser/XMIRTest.java | 2cfedfe3b609a0c969d38c2557157b2cb3e37577 | [
"MIT"
] | permissive | alex-semenyuk/eo | 6c0ba7eb8c5f5514b4a635ed82b4fe9666afa096 | 0e58e2932cb9a7061a9d366346471e67e2da8428 | refs/heads/master | 2022-08-26T12:49:00.920369 | 2022-08-11T16:33:37 | 2022-08-11T16:33:37 | 75,278,677 | 2 | 0 | null | 2016-12-01T09:52:16 | 2016-12-01T09:52:16 | null | UTF-8 | Java | false | false | 4,284 | java | /*
* The MIT License (MIT)
*
* Copyright (c) 2016-2022 Yegor Bugayenko
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
*... | [
"yegor256@gmail.com"
] | yegor256@gmail.com |
30402bf59345c8342d6303095685739f9dc32e1e | a0fe95bb0d40cb1fec8f0a20c928fb296e2de886 | /MPT_3_Sample/src/com/cg/service/RechargeServiceImpl.java | 6686b69df5063b7fefdcb83898119a52d308f143 | [] | no_license | niraj3124/MPT_3 | 6b88301ce07f8ec6d4ae6716c0ff73c7c5340fde | 41743dc18725642a7618e19f1f0202c149764ccd | refs/heads/master | 2020-04-01T04:20:05.630642 | 2018-10-13T10:05:19 | 2018-10-13T10:05:19 | 152,858,918 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 582 | java | package com.cg.service;
import java.util.ArrayList;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.cg.bean.Recharge;
import com.cg.dao.IRechargeDao;
@Service
public class RechargeServiceImpl implements IRechargeService{
@Aut... | [
"noreply@github.com"
] | noreply@github.com |
071e1e89cbee7c48ba982a27a0056d19cecc5bcd | 491d68d006314de605de28a3be398d3bef20b8c3 | /src/main/java/x3d/fields/MFFloat.java | 190757e63d4b757d0f07cda9d74ac1309fc4d9d8 | [
"Apache-2.0"
] | permissive | VT-Visionarium/osnap | c0afeace5c07686d2897f874da92c2bf782fd512 | 3055447ef2017b0184282ed5d6fb1e71a0d372f1 | refs/heads/master | 2021-01-15T15:51:26.043422 | 2019-01-11T02:05:19 | 2019-01-11T02:05:19 | 25,793,629 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,918 | java | /*
* To change this template, choose Tools | Templates and open the template in
* the editor.
*/
package x3d.fields;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.XmlRootElement;
import j... | [
"peter.radics@jutility.org"
] | peter.radics@jutility.org |
e09909ae8f046d76c534ffe5ade67d5728b4db36 | 0e325187e4fffbb97ebcab6c3b383a0b85c0d130 | /assignment2_part1/src/Business/Patient.java | d7f4f9930ae4cdf5bb9c722aed0ebda6e1415819 | [] | no_license | rohit-khokle/khokle_rohit_001029550 | 56f4b1f88df35653c85d79b159c9d9272e7135ea | aacb9ab08b28802869297f1427e4a3575847ebc5 | refs/heads/master | 2022-04-21T07:05:03.087785 | 2020-04-20T20:15:47 | 2020-04-25T20:15:47 | 233,949,232 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,995 | 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 Business;
/**
*
* @author Rohit
*/
public class Patient {
String name;
int age;
float height;
VitalSigns vi... | [
"59897405+rk-aed@users.noreply.github.com"
] | 59897405+rk-aed@users.noreply.github.com |
1944ab5251fb91279debbae7a66c9ea0694be46f | 86314d9fcf2f05ee0f35cd2666264fd4e377954b | /Core/src/com/core/reflective/ObjectAnalyzerTest.java | 51e107ce76da937297731ee6d856acd7c883c524 | [] | no_license | ToWorkit/Java | 60f387c74163ea262a6309dad842d63b1dbcfa21 | 2a6dae98f5c87a96d9767c30f214b7b75d704167 | refs/heads/master | 2021-04-06T08:51:32.908245 | 2018-09-27T02:14:52 | 2018-09-27T02:14:52 | 124,810,589 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 314 | java | package com.core.reflective;
import java.util.ArrayList;
public class ObjectAnalyzerTest {
public static void main(String[] args) {
ArrayList<Integer> squares = new ArrayList<>();
for (int i = 1; i <= 5; i++) {
squares.add(i * i);
}
// System.out.println(new ObjectAnalyzer().toString(squares));
}
}
| [
"helong@yuelu.net"
] | helong@yuelu.net |
6418eb2f2b29d2a45d7978a9bc052e5f2ebbbe54 | 135551bcd51b0a6f1594bc01b1489b1b54ea474d | /src/java/com/myapifilms/data/ObjectFactory.java | 852cba925e9e7c142ce30be73d8d9bba820a9202 | [] | no_license | tjulinfan-zz/MovieSearchWebservice | d70827849ca5a7646fe853df9033f0f37397d55f | a119b22524fa1a4c624dbe691d73a3e2943e93a0 | refs/heads/master | 2021-05-26T22:51:30.615498 | 2014-04-09T16:08:58 | 2014-04-09T16:08:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,375 | java | //
// ���ļ����� JavaTM Architecture for XML Binding (JAXB) ����ʵ�� v2.2.5-2 ��ɵ�
// ����� <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// �����±���Դģʽʱ, �Դ��ļ��������Ķ�����ʧ��
// ���ʱ��: 2014.04.07 ʱ�� 08:11:04 PM CST
//
package com.myapifilms.data;
import javax.xml.bind.annot... | [
"tjulinfan@gmail.com"
] | tjulinfan@gmail.com |
ea3ef45c232c725223adddaa4f0907499bbbcfd1 | 7efbda1bff2d304f9f86259ece5127dc9ee69111 | /BIServer/src/main/java/com/jaspersoft/jasperserver/war/dto/ReportUnitWrapper.java | 3e8c42325f160c2c93f2fb9b189d8e95ede5f442 | [] | no_license | kalyansvm/biproject | 8f1bafd57b4cb8affa443a394dee2e774b9a9992 | 482b461f3b05b33b9a468526c5a59ed98dd4551c | refs/heads/master | 2021-01-10T09:34:25.669950 | 2009-05-13T01:50:17 | 2009-05-13T01:50:17 | 50,026,186 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,178 | java | /*
* Copyright (C) 2005 - 2007 JasperSoft Corporation. All rights reserved.
* http://www.jaspersoft.com.
*
* Unless you have purchased a commercial license agreement from JasperSoft,
* the following license terms apply:
*
* This program is free software; you can redistribute it and/or modify
* it under... | [
"wuyiding@gmail.com"
] | wuyiding@gmail.com |
17c22f712a15c3cb5398cdce54db04232d302dd8 | e265c21fbfed72d49b247c9b3a8e27744698e7eb | /src/main/java/vorobss/blpractice/dao/countrie/CountrieDaoImpl.java | 9f89e44283f634571c5352a842a8551330c68dbd | [] | no_license | VorobSS/BL_Practice | ffedd19edb080bf60d2003a1b223e3110299138b | 0d43a6e107a7df03aa4b674b3c5fb379bf709a69 | refs/heads/master | 2020-04-08T04:10:48.706576 | 2018-12-28T11:13:36 | 2018-12-28T11:13:36 | 159,006,247 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,774 | java | package vorobss.blpractice.dao.countrie;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import vorobss.blpractice.model.Countrie;
import javax.persistence.EntityManager;
import javax.persistence.TypedQuery;
import javax.persistence.criteria.CriteriaBui... | [
"vorobss@yandex.ru"
] | vorobss@yandex.ru |
d389b99ed9ab1dd301c522d2c2c8474edb66bc1a | b784f8cfef0da32aa6bfa6facd2aec35e16a1c32 | /src/test/java/com/ning/http/client/ws/grizzly/GrizzlyProxyTunnellingTest.java | a7c7f13bbcb6bbdfa52aff6c0e46d16ed8fe4fca | [
"Apache-2.0"
] | permissive | eclipse-ee4j/grizzly-ahc | 2aa4c47a3aef8cdf97fa4ff04a16208369752b69 | d29c1758de779ec56bdc51978b87ffbf17853ee9 | refs/heads/master | 2023-07-31T23:23:27.231555 | 2022-01-04T21:39:14 | 2022-01-04T21:39:14 | 144,562,012 | 8 | 5 | Apache-2.0 | 2022-12-03T00:15:02 | 2018-08-13T10:05:00 | Java | UTF-8 | Java | false | false | 1,287 | java | /*
* Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2014 AsyncHttpClient Project. All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
* and you may not use this file except in compliance with the Apache License Version 2.0.
* ... | [
"anand.francis.joseph.augustin@oracle.com"
] | anand.francis.joseph.augustin@oracle.com |
455ae299e655f71566bfe0ee0905634092b30d03 | 1fcc8ce882447b97c0b9411db44cbf4fc27346d6 | /app/sample/Placement.java | bda2d1574adf9747f18be40c1bd8167f3aed24d9 | [] | no_license | Paul-Tra/PLONG-SQL-Dependencies | cb37b0e999baad2ef9aba46f975cd9764ab784b2 | 7ae2683a638750ca9255826bf6e4d182b8d9c59a | refs/heads/master | 2022-11-12T23:20:12.435058 | 2020-06-01T18:11:35 | 2020-06-01T18:11:35 | 274,882,837 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,138 | java | package sample;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Random;
public class Placement {
/**
* internal node class
*/
private class Node{
protected double x ;
protected double y ;
protected double dx ;
protected double dy ;
publ... | [
"traore@informatique.univ-paris-diderot.fr"
] | traore@informatique.univ-paris-diderot.fr |
52b68d9574111516f96a1fbe00325a341755db88 | bf5d71b032cf2a0f68dc7c3fab7fa9ae4e061d7c | /app/src/main/java/com/jaden/htlabel/view/HtModel4.java | 12030ac265fdf733a622971ee12d22001274adde | [] | no_license | jadennn/HtLabel | d82552b093040d0852176febe85a7d8c59e1d2c3 | 7e6b15ce79fc36a629f747f7f03c1cefb969c8a0 | refs/heads/master | 2020-04-12T03:01:41.106251 | 2018-12-25T14:32:27 | 2018-12-25T14:32:27 | 162,261,398 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,591 | java | package com.jaden.htlabel.view;
import android.graphics.Color;
import android.graphics.RectF;
import android.view.MotionEvent;
import com.jaden.htlabel.bean.Label;
import com.jaden.htlabel.bean.Model;
import com.jaden.htlabel.interfaces.HtModel;
import com.jaden.htlabel.utils.DateUtil;
import com.jaden.htlabel.utils.... | [
"email_jade@163.com"
] | email_jade@163.com |
b992f31ef7bfbe70d8e04ea0c7625f5d4cd421ac | 2959f38e5804947d52e14cf0a6e0b4aa8d2da4f2 | /app/src/main/java/it/liehr/mls_app/ActivityLearn.java | e9cd64f48e4e61eb34fdc8d9ec6b463d9c7c14cd | [
"MIT"
] | permissive | adibaba/MLS_Lernanwendung | 50ac872b8f3354a6acdc980ea479f32fb18bde1b | dcafd50b8eab5c44c205d7cb41e0a6beb0d8942b | refs/heads/master | 2021-01-19T22:15:20.750741 | 2017-04-19T08:42:01 | 2017-04-19T08:42:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,858 | java | package it.liehr.mls_app;
import android.app.Activity;
import android.content.Intent;
import android.database.SQLException;
import android.graphics.Color;
import android.graphics.drawable.GradientDrawable;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import androi... | [
"dominik_liehr@me.com"
] | dominik_liehr@me.com |
16f3d143d11e7f7972ea0edc3c45530844a8794f | f4dea340b7c6799ed4b627e9f162344291eea9d7 | /app/src/main/java/com/xw/compoint/gallery/GalleryActivity.java | f5690f1ccf5c4d7de658f91c0e8e887d41e20601 | [] | no_license | dzs-yaodi/ComPoint | acb7df6d909ac13e5ddf4475045ffb1db8c47439 | 4af22f32e740845202c71dda8cb932111b70995f | refs/heads/master | 2023-07-19T06:40:52.930690 | 2021-08-30T10:20:47 | 2021-08-30T10:20:47 | 400,094,278 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 699 | java | package com.xw.compoint.gallery;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import com.xw.compoint.R;
import com.xw.customrecycler.gallery.RecyclerGallery;
public class GalleryActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {... | [
"xushiyou@sobey.com"
] | xushiyou@sobey.com |
ca7b4726f9507b77f982f70a9c0a460186fd4402 | e23f76c17e34cc534359cbc6a1b5b6e854e23636 | /service/service-edu/src/test/java/com/atguigu/guli/service/edu/CountCodeTest.java | e3be0b21ee6e698eea5243771e3995d28eb1690b | [] | no_license | zsf3424/guli | 276932f2dad89e3c99a1d9c7133962de5a89aebd | 8c5a8c405004242b354dce4d66e19800b22756cc | refs/heads/master | 2022-07-17T07:27:43.715946 | 2019-12-10T11:49:37 | 2019-12-10T11:49:37 | 223,130,894 | 0 | 0 | null | 2022-06-17T02:41:39 | 2019-11-21T08:57:41 | Java | UTF-8 | Java | false | false | 2,327 | java | package com.atguigu.guli.service.edu;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
/**
* @author zsf
* @create 2019-12-05 10:19
*/
public class CountCodeTest {
public static void main(String[] args) {
//指定统计路径
String path = "E:/Work... | [
"zsf3424@126.com"
] | zsf3424@126.com |
59d4dd6b5cf840cedfb88050291a7edbaf6b969b | 41b0d6a4299e6aed2f5b0ea2bb857e798e8575c6 | /src/main/java/leetcode/Problem102.java | 0415e0b973845a1427aa6f744abff310d1027a0e | [] | no_license | tpardabe/algo | 3c9c6436303f23f846af60b03fb26e65f3ed2e97 | ea5ed852053ed7fd641d9f3aa08fa80b810836a2 | refs/heads/master | 2022-11-21T02:06:11.085179 | 2020-07-28T17:13:41 | 2020-07-28T17:13:41 | 112,421,451 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,452 | java | package leetcode;
import sun.reflect.generics.tree.Tree;
import java.util.ArrayList;
import java.util.List;
public class Problem102 {
public static void main(String[] args) {
Problem102 problem101 = new Problem102();
problem101.solve();
}
public void solve(){
TreeNode... | [
"noreply@github.com"
] | noreply@github.com |
534c3673e5a12cefa78bc43efce0a68b6388bf17 | 9acf7a492b08e0c6a8589c2c4ecbb97629f951c4 | /app/src/main/java/com/business/app/club/ClubDao.java | fa5bcdb4909656562c008bc169dc9060b61f82dd | [] | no_license | sengeiou/Fitmix | b1b8322f46b54015410310917911b177a076846d | cf987d9dbb142aae9087b79b5299f4b38533dd4a | refs/heads/master | 2020-07-02T19:36:18.578482 | 2019-08-06T05:31:34 | 2019-08-06T05:31:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,997 | java | package com.business.app.club;
import com.business.core.entity.club.Club;
import com.business.core.mongo.BaseMongoDaoSupport;
import org.springframework.data.mongodb.core.query.Criteria;
import org.springframework.data.mongodb.core.query.Query;
import org.springframework.data.mongodb.core.query.Update;
import org.spri... | [
"junjie.lv@3nod.com.cn"
] | junjie.lv@3nod.com.cn |
8799b55c60522dc3112a6f944a168f65d7ed394a | 3d0089e9082cb06b198fe655a675bcbf53055bf0 | /src/test/java/org/xson/core/vo/PersonStatus.java | 880a3911222252058f256eb45f9beb19422faed5 | [
"Apache-2.0"
] | permissive | nearniu/xson | 82ee73d82cc44025100793724144d97d7a6a3514 | ce1e197ec4ef9be448ed6ca96513e886151f83a9 | refs/heads/master | 2021-06-19T11:44:52.034821 | 2017-07-27T15:58:57 | 2017-07-27T16:05:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 653 | java | /**
* Project: dubbo.test
*
* File Created at 2010-11-19
* $Id: PersonStatus.java 67600 2010-11-30 06:01:31Z tony.chenl $
*
* Copyright 2008 Alibaba.com Croporation Limited.
* All rights reserved.
*
* This software is the confidential and proprietary information of
* Alibaba Company. ("Confidential Informat... | [
"gaop@DESKTOP-27V29OR"
] | gaop@DESKTOP-27V29OR |
80dfafff3162f000b1d809cbf221bc1c5eac2e5b | 35029f02d7573415d6fc558cfeeb19c7bfa1e3cc | /gs-accessing-data-jpa-complete/src/main/java/hello/service/CustomerService1406.java | 2bcbfbac98899a066c9d484f1fb084a80a0616f7 | [] | no_license | MirekSz/spring-boot-slow-startup | e06fe9d4f3831ee1e79cf3735f6ceb8c50340cbe | 3b1e9e4ebd4a95218b142b7eb397d0eaa309e771 | refs/heads/master | 2021-06-25T22:50:21.329236 | 2017-02-19T19:08:24 | 2017-02-19T19:08:24 | 59,591,530 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 119 | java | package hello.service;
import org.springframework.stereotype.Service;
@Service
public class CustomerService1406 {
}
| [
"miro1994"
] | miro1994 |
460f3e057961e87c29ff9ab3e4be8b32447c2fa3 | 93065cd976bcf2733d0309ccb70f474265731c54 | /newretail-manager/.svn/pristine/d4/d4969b712afb31e9a16afd77c1b7274abd24fe8d.svn-base | 87eb4b2a7d08a12725922b7091dadbdcb20b43e0 | [] | no_license | ojama/NewRetail | 690b18551d844717f07a5d9a3e93bb5b7cae7a1f | 3c11496fe609160b94e99e49326bf8e12bfd927c | refs/heads/master | 2021-04-26T23:11:21.364996 | 2018-02-09T07:59:06 | 2018-02-09T07:59:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 811 | package com.newretail.mapper.custom;
import java.util.List;
import java.util.Map;
import org.apache.ibatis.annotations.Param;
import com.newretail.common.utils.JqGridResult;
import com.newretail.pojo.DeliverInfoTable;
import com.newretail.pojo.custom.DeliverInfoAddTable;
public interface DeliverModelMapper {
//测... | [
"864215483@qq.com"
] | 864215483@qq.com | |
3feb3b7163c8246deb95f54797064786f4474b95 | 5a82f3535d559adffe8149103ef1c7cd2848d086 | /src/main/java/com/tongu/search/service/impl/IncomeServiceImpl.java | 3e3cd34b905a2971ad16a47dbc77cc647d0d7868 | [
"MIT"
] | permissive | wjf8882300/password | b85fcbb107f77ee2a4bd5164dc405bfaf1d12048 | da74b7c1105f0ae1887743c77b601008d0439a96 | refs/heads/main | 2023-05-18T12:03:53.750828 | 2021-06-08T05:41:24 | 2021-06-08T05:41:24 | 374,875,841 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,274 | java | package com.tongu.search.service.impl;
import com.tongu.search.model.bo.IncomeBO;
import com.tongu.search.model.entity.Income;
import com.tongu.search.repository.IncomeRepository;
import com.tongu.search.service.IncomeService;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annota... | [
"wangjingfeng@uecent.com"
] | wangjingfeng@uecent.com |
8728681175a9ec9ddf49ba87851b11308f39708a | 5949e59dddb9c8bfefa30de8fc2106f4657989db | /Clear_algorithms/ClearAlgorithms_TaskFromStepicAttemptN2.java | 3a0d102604a115255b138ea5bc81efa609e911d5 | [] | no_license | SergeiShumilin/Java_adventures | c07d58500fb8123d01ed4d02db7d26eb08dc5f53 | c8a03f5b3244b0ad16e6839bc7d3554321b0cc37 | refs/heads/master | 2020-03-26T15:00:50.432882 | 2018-08-16T17:09:59 | 2018-08-16T17:09:59 | 145,017,729 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,280 | java | package ClearAlgorithms;
import java.util.Scanner;
/**
* Created by Sergey on 07.03.2018.
*/
public class TaskFromStepicAttemptN2 {
public static void main(String args[]) {
Scanner scanner = new Scanner(System.in);
int N;
N = scanner.nextInt();
System.out.println("N создано" + N);
int[] a = new int[N... | [
"NoiSD@yandex.ru"
] | NoiSD@yandex.ru |
17dc344958fb8cb06618a736d7b63ca91ac8499e | 0f1f7332b8b06d3c9f61870eb2caed00aa529aaa | /ebean/tags/ebean-2.7.4/src/main/java/com/avaje/ebeaninternal/server/deploy/meta/DeployBeanPropertyAssocMany.java | e6acd53ed2d4c44a8504aa97c6379d557ecee1be | [] | no_license | rbygrave/sourceforge-ebean | 7e52e3ef439ed64eaf5ce48e0311e2625f7ee5ed | 694274581a188be664614135baa3e4697d52d6fb | refs/heads/master | 2020-06-19T10:29:37.011676 | 2019-12-17T22:09:29 | 2019-12-17T22:09:29 | 196,677,514 | 1 | 0 | null | 2019-12-17T22:07:13 | 2019-07-13T04:21:16 | Java | UTF-8 | Java | false | false | 5,246 | java | /**
* Copyright (C) 2006 Robin Bygrave
*
* This file is part of Ebean.
*
* Ebean is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2.1 of the License, or
* (at your opti... | [
"208973+rbygrave@users.noreply.github.com"
] | 208973+rbygrave@users.noreply.github.com |
5948ab5c30557a03ef52a4cc5f16609f2b764baa | 84748726e8933a5df24e9f31b02ea03f04f83efb | /src/main/java/org/protege/owl/server/connect/ConfigurableCompression.java | e4fedb02c1ddf5043a71918557a57db4397173a7 | [] | no_license | protegeproject/protege-server | 3d80addd03572900c630c327c72d1323d7f4b8dc | a667f46f34aa8130a0a9e4d269a44707a80e43b9 | refs/heads/master | 2022-10-10T14:35:50.187464 | 2016-09-08T18:37:14 | 2016-09-08T18:37:14 | 12,231,287 | 24 | 8 | null | 2022-08-09T03:25:09 | 2013-08-20T00:59:14 | Java | UTF-8 | Java | false | false | 139 | java | package org.protege.owl.server.connect;
public interface ConfigurableCompression {
void setCompressionLimit(int compressionLimit);
}
| [
"tredmond@stanford.edu"
] | tredmond@stanford.edu |
1ce265dba512184e6559620243424a0f587292be | 72f0fd8eb0158e6d2d32a8e7aa4f3de290229972 | /app-service/user/user-impl/src/main/java/com/easy/user/model/mysql/dao/defined/UserDefinedMapper.java | 7166b9b9956d1afa65bd2b3d419ccd110c15095c | [] | no_license | sunnyeasy/servicebase | c924f99a1e07fa9f684cc9931c594ac4b771edf2 | 242d186a8ce364c754a48f9f981bd72aa4d23b8b | refs/heads/master | 2022-07-01T23:47:33.452969 | 2020-12-04T00:50:40 | 2020-12-04T00:50:40 | 228,140,056 | 0 | 1 | null | 2022-06-17T02:51:05 | 2019-12-15T06:38:19 | Java | UTF-8 | Java | false | false | 170 | java | package com.easy.user.model.mysql.dao.defined;
import com.easy.user.model.mysql.po.User;
public interface UserDefinedMapper {
User selectByMobile(String mobile);
}
| [
"yangjinbin@wsecar.com"
] | yangjinbin@wsecar.com |
ada48a75938ddb02556907ddd963556c38a167f5 | cfc692f308148017d3ec5b555d2c78cd4755d080 | /src/main/java/com/diwayou/nlp/DemoNormalization.java | a0942090918c5c590d5e05a0d9bba4dcfc2faf83 | [] | no_license | P79N6A/acm | be34c5676233b1fa45c68bb26df93be6cbee0368 | 400423dee951ae4dc5123499ad595b3ccd7bb749 | refs/heads/master | 2020-05-17T23:55:43.483758 | 2019-04-29T10:02:56 | 2019-04-29T10:02:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,168 | java | /*
* <summary></summary>
* <author>hankcs</author>
* <email>me@hankcs.com</email>
* <create-date>2015/5/18 16:08</create-date>
*
* <copyright file="DemoNormalization.java">
* Copyright (c) 2003-2015, hankcs. All Right Reserved, http://www.hankcs.com/
* </copyright>
*/
package com.diwayou.nlp;
import com.hankc... | [
"diwayou@qq.com"
] | diwayou@qq.com |
92534126128b2c7b64443119def9bdc5639b59ee | 8a75b55c3c25ff1e7f94dc5bd22c92539eedb702 | /src/laiClass/class_03_queue_stack_linkedList/findMinStack2.java | 3fe7f7977e27d8e53bf0f272366c42514d2a455c | [] | no_license | Cookies-Yan/Algorithm_LeetCode | dcd7f07d7463612a13ad30864ce68905d91eb1f1 | cf42ff3972613694edfb6a7beb8337a1925ccb31 | refs/heads/master | 2022-12-16T19:09:01.018292 | 2020-09-10T21:19:09 | 2020-09-10T21:19:09 | 294,524,593 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,052 | java | package laiClass.class_03_queue_stack_linkedList;
import javafx.util.Pair;
import java.util.Stack;
/**
* 变形2
* How to implement the min{} function when using stack with time Complexity O(1)
* 直接用stack存pair节省空间
*/
public class findMinStack2 {
/** initialize your data structure here. */
Stack<Integer> st... | [
"williamcgyn@gmail.com"
] | williamcgyn@gmail.com |
f07ab1773446e78fee659c017a2969a2a0e5d18e | cb2e0b45e47ebeb518f1c8d7d12dfa0680aed01c | /openbanking-api-soap-transform/src/main/gen/com/laegler/openbanking/soap/model/ApplicationFrequency13.java | ad95dfb27c556ecd0bff9adf7ce4cb630fa6185b | [
"MIT"
] | permissive | thlaegler/openbanking | 4909cc9e580210267874c231a79979c7c6ec64d8 | 924a29ac8c0638622fba7a5674c21c803d6dc5a9 | refs/heads/develop | 2022-12-23T15:50:28.827916 | 2019-10-30T09:11:26 | 2019-10-31T05:43:04 | 213,506,933 | 1 | 0 | MIT | 2022-11-16T11:55:44 | 2019-10-07T23:39:49 | HTML | UTF-8 | Java | false | false | 3,382 | java |
package com.laegler.openbanking.soap.model;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlEnumValue;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for ApplicationFrequency13.
*
* <p>The following schema fragment specifies the expected content contained within this... | [
"thomas.laegler@googlemail.com"
] | thomas.laegler@googlemail.com |
77e007a49850f851f1d5cfb623bd4ed860829fab | 421f0a75a6b62c5af62f89595be61f406328113b | /generated_tests/no_seeding/107_weka-weka.filters.unsupervised.attribute.FirstOrder-1.0-4/weka/filters/unsupervised/attribute/FirstOrder_ESTest.java | 14a83d6514aa6fa21f4159ec675708af0d32101a | [] | no_license | tigerqiu712/evosuite-model-seeding-empirical-evaluation | c78c4b775e5c074aaa5e6ca56bc394ec03c2c7c6 | 11a920b8213d9855082d3946233731c843baf7bc | refs/heads/master | 2020-12-23T21:04:12.152289 | 2019-10-30T08:02:29 | 2019-10-30T08:02:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 661 | java | /*
* This file was automatically generated by EvoSuite
* Mon Oct 28 17:51:50 GMT 2019
*/
package weka.filters.unsupervised.attribute;
import org.junit.Test;
import static org.junit.Assert.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.junit.runner.RunWith;
@R... | [
"pderakhshanfar@bsr01.win.tue.nl"
] | pderakhshanfar@bsr01.win.tue.nl |
194e4c80fda57df1b3e35c4170df099ad189c8e4 | 526997758b12f1ad7114bf6187019989aa21c4f1 | /dolphin-core/src/main/java/fr/bmqt/dolphin/network/packets/play/server/SKeepAlivePacket.java | b6801da592347d9fdce3a9812eb17eb351d2a44e | [
"MIT"
] | permissive | baptmqt/dolphin | b77b03441d62ed9b344cdc5f066fecced8d30b5d | a2421650bf2acfa43f0d9a93bc8f606682a170d8 | refs/heads/main | 2023-02-03T13:58:13.591711 | 2020-12-19T20:30:48 | 2020-12-19T20:30:48 | 312,092,176 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,085 | java | /*
* MIT License
*
* Copyright (c) 2020. Baptiste MAQUET
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy... | [
"bapt.mqt@icloud.com"
] | bapt.mqt@icloud.com |
ea78e4df4d1c72cc87d8af4f2a55dd4fdc6fb505 | 90dcf908ce9e5733d205cf6dcd44271c96408632 | /app/src/main/java/ntt/bps/namberwan/adminkonsultasistatistik/chat/MessageModel.java | 7882a02636691f223045f982580e0b7490c482d2 | [] | no_license | ZipoNamberwan/AdminKonsultasiStatistik | 57919e96ca0d9ab9f990c8de7175cadfc23cef6a | 0e3283d0a6bd3e8688efd7740da9c0316c1b92b9 | refs/heads/master | 2020-04-20T17:56:35.871299 | 2019-02-12T00:55:53 | 2019-02-12T00:55:53 | 169,003,950 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 836 | java | package ntt.bps.namberwan.adminkonsultasistatistik.chat;
public class MessageModel {
private String sender;
private String receiver;
private String message;
private long createdAt;
public MessageModel(){
}
public String getSender() {
return sender;
}
public void setSend... | [
"dopokan@gmail.com"
] | dopokan@gmail.com |
1a9568f98f2ff7448ad0cd2b18c29f8872500053 | 2aa644ff7368684f278c14cf072230b76452c17e | /src/main/java/mja/designpattern/creational/Singleton/MainApp.java | a5bed38f04f15eac369e2a9202b65a163a01ff4f | [] | no_license | jeins/design-pattern | e22366f3d5d27fe3af70cf9d11681f9e111be979 | cf7ad034567d484b69d0028be37a7907ecd63638 | refs/heads/master | 2020-09-09T09:59:26.382837 | 2019-11-15T10:24:39 | 2019-11-15T10:24:39 | 221,417,372 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 465 | java | package mja.designpattern.creational.Singleton;
/**
* Singleton
* Ensure a class only has one instance, and provide a global point of access to it.
*/
public class MainApp {
public static void main(String[] args) {
OrderService orderService = new OrderService();
orderService.getOrderById(10);
... | [
"juan.akbar@heavenhr.de"
] | juan.akbar@heavenhr.de |
5c875afaf0908db82188222969f0c1e4365b9f6a | e28ca94227ed7dd6b905878233aec7cce98a99df | /Combination-Sum-III/src/Solution.java | 249feccd24e913adb788f14e0d2aa7905518c876 | [] | no_license | xiao-peng1006/Coding-Chanllenge | a0f80b70439902da98191d91f2d2b023070c3dde | 419ddfa497b744da4c985407c601f44ac149a03d | refs/heads/master | 2020-04-27T09:59:47.396322 | 2019-12-16T19:02:05 | 2019-12-16T19:02:05 | 174,236,289 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 874 | java | import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
class Solution {
/**
* Leetcode 216. Combination Sum III
* @param k
* @param n
* @return
*/
int sum = 0;
public List<List<Integer>> combinationSum3(int k, int n) {
List<List<Integer>> res = ne... | [
"xiao.peng1006@gmail.com"
] | xiao.peng1006@gmail.com |
da7b80d8d92362b56b51d411235cd2d9c49de3a9 | 08e8177f8a9f96461aca9d99d053b5c9c5277555 | /src/main/chris/businesscards/util/Utils.java | 319aebfc0c1b5023ab3f83b14aafba7990f2342f | [] | no_license | csteppp/asymproj | 45b2f9dbecf4f0ed223a4fc3bf4a41ac19c1ef71 | 60d46612288b45d29968a4bba6ac074eb0c67b6f | refs/heads/master | 2021-09-07T12:50:09.532385 | 2018-02-23T05:50:20 | 2018-02-23T05:50:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 835 | java | package chris.businesscards.util;
/**
* Contains static utility methods for equals and hashCode
* @author Chris
*
*/
public class Utils {
/**
* Does smart comparisons. Handles nulls. Assumes the object
* has an intelligent equals method implemented
* @param a
* @param b
* @return true ... | [
"Christine.Stepnitz@gmail.com"
] | Christine.Stepnitz@gmail.com |
4a55d018e9b9e1253427859bcc844e89400859cd | da8fac5eaf6c40e593768fff9ab9f9a9567a2808 | /tlatools/org.lamport.tlatools/test/tlc2/tool/suite/Test21.java | 344b694f43559ef73e07d2658023ee448be1392d | [
"MIT"
] | permissive | tlaplus/tlaplus | dd02971ea1fface9a4e6642d0b433291ad462db4 | baf6f1b4000ba72cd4ac2704d07c60ea2ae8343b | refs/heads/master | 2023-09-03T17:39:23.238115 | 2023-08-28T00:28:30 | 2023-08-28T02:46:40 | 50,906,927 | 2,214 | 203 | MIT | 2023-09-05T21:38:47 | 2016-02-02T08:48:27 | Java | UTF-8 | Java | false | false | 1,660 | java | /*******************************************************************************
* Copyright (c) 2016 Microsoft Research. All rights reserved.
*
* The MIT License (MIT)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "S... | [
"tlaplus.net@lemmster.de"
] | tlaplus.net@lemmster.de |
7398c7f3a935e9ca3f7879fb68efa0667d8e6d26 | fd0006f4de27cf9fdfb02aaed44b5604b6032c97 | /CrawlSpellSuccessCalc/src/crawlspellsuccesscalc/XPOptimizer.java | 8a5884203709d99fe313ddcc0b2ff78ceadd9bfb | [] | no_license | Dawiar/DCSS-spell-success-calculator | d3dc8a6ccd686ba31a91101c3de7a15f87bcfa62 | cc4b1f73ea6512638be4a6df5851327fec38b537 | refs/heads/master | 2020-11-24T06:23:41.184225 | 2019-12-14T11:03:27 | 2019-12-14T11:03:27 | 228,007,005 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,396 | 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 crawlspellsuccesscalc;
import static java.lang.Double.max;
import static java.lang.Double.min;
import static java.lang.... | [
"noreply@github.com"
] | noreply@github.com |
0a98fa3eaa71d076376258e64022f1878b74981d | 735e009d30cfdbb0b8d1c93b5169e3db795c78f2 | /Magna/app/src/main/java/com/example/apple/magna/questions.java | a4d38c8538a128d2d1cca62426b5317e7fe6a48e | [] | no_license | RishikeshYadav95/magna | 87a7b0b93392d837fb961a5aa3170ae084eb1a73 | a843603668c05bd712f0cb4a547c032720fac85e | refs/heads/master | 2022-12-24T07:38:10.742206 | 2020-09-25T21:28:03 | 2020-09-25T21:28:03 | 298,680,390 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 628 | java | package com.example.apple.magna;
import android.os.Bundle;
import android.support.v4.app.FragmentActivity;
import android.support.v4.view.ViewPager;
/**
* Created by APPLE on 25/03/16.
*/
public class questions extends FragmentActivity
{
ViewPager viewPager;
@Override
protected void onCreate(Bundle sav... | [
"rishikesh21095@gmail.com"
] | rishikesh21095@gmail.com |
bc4a399b0a2d9a8569d48cd402d165f20a1d53e2 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/14/14_6966c60a47d88f7253fcf20d7a6ffc591b35b624/CallNotifier/14_6966c60a47d88f7253fcf20d7a6ffc591b35b624_CallNotifier_t.java | 7a4fb031b6ec334432d11ea960d533e5aae995ed | [] | 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 | 95,965 | java | /*
* Copyright (C) 2006 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requi... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
49a97b747dca8ac83524002e461a9797ed4f9bdf | 2f28118a9981454700b1e5e3a9c96cc52e6d40ae | /xrecyclerview/src/main/java/com/example/xrecyclerview/XRecyclerView.java | 2fa81760375712349186b1565a86db4f048cfdf3 | [] | no_license | lxf111/ZhuDuoDuo | bd64cebd764e0d1001a4fc3dafae678b4545f42e | c7e1065cc63baa5d724eb98a870ff5c95150f3b8 | refs/heads/master | 2020-03-18T21:54:12.764736 | 2018-08-01T10:07:06 | 2018-08-01T10:11:36 | 135,311,796 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,190 | java | package com.example.xrecyclerview;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.support.v7.... | [
"1054334426@qq.com"
] | 1054334426@qq.com |
04a8e15c6b07de052207b3525852f323282adb4f | d6f32b5ce6033aa257f5c50a24aa42c4f2d8101f | /src/com/company/structural/facade/library/MP4.java | 4e350ee20ff11a0abe1444d6581cb2b397dbc198 | [] | no_license | useer1337/patterns_exam | 1cbabb05b039791084a8c846ee3c115b7d0e84e8 | e5092da52d287a2bedff4d86de19876a4f1e2c99 | refs/heads/main | 2023-03-19T16:39:24.332000 | 2021-03-12T07:16:25 | 2021-03-12T07:19:11 | 329,922,802 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 261 | java | package com.company.structural.facade.library;
public class MP4 {
public void convert(String name) {
System.out.println("Видео c названием \"" + name + " \" было с конвертированно в MP4 формат");
}
}
| [
"46359893+useer1337@users.noreply.github.com"
] | 46359893+useer1337@users.noreply.github.com |
8aa62fef4d1517304025115df26edcf98a9a3fba | 2eee39dfb5c05f37daa97f49a41424c6f23ea8ed | /app/src/main/java/cz/weissar/horolezeckypruvodce/dijkstra/Road.java | 869c867f0f2b4bc76ae29fc5b3e5128716132073 | [] | no_license | thenracker/horolezeckypruvodce | 5874bc6df7e8a2541c88cf9367687f64aa364828 | ccd8bc3047830bea9a7e5189b48d5d4fcfaf2f17 | refs/heads/master | 2021-01-20T00:00:57.703804 | 2017-04-22T12:10:59 | 2017-04-22T12:10:59 | 89,066,807 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,029 | java | package cz.weissar.horolezeckypruvodce.dijkstra;
import com.google.android.gms.maps.model.LatLng;
import java.util.ArrayList;
import cz.weissar.horolezeckypruvodce.data.Placemark;
/**
* Created by petrw on 07.12.2015.
*/
public class Road {
private LatLng startPoint, endPoint;
private double totalLength;... | [
"weissar.petr@gmail.com"
] | weissar.petr@gmail.com |
70046186867163ba5448965149fe552bd58b63d2 | e8aa9f1045bab77373a6b2ec1df0af2ae13d7641 | /javers-core/src/main/java/org/javers/repository/jql/ValueObjectIdDTO.java | f64d57abb45d106c8769ca6d90c73cb7638044a9 | [
"Apache-2.0"
] | permissive | ianagius/javers | 3f9909d4dec997ae4678eea09eaeadf7539aa2d5 | 53815352f30e09bb1864ba0c958f4074f6ca8935 | refs/heads/master | 2021-01-21T06:05:53.401423 | 2016-10-25T17:08:32 | 2016-10-25T17:08:32 | 68,282,201 | 1 | 0 | null | 2016-09-15T09:36:54 | 2016-09-15T09:36:53 | null | UTF-8 | Java | false | false | 970 | java | package org.javers.repository.jql;
import org.javers.common.validation.Validate;
import static org.javers.repository.jql.InstanceIdDTO.instanceId;
/**
* @author bartosz walacik
*/
public final class ValueObjectIdDTO extends GlobalIdDTO {
private final InstanceIdDTO ownerIdDTO;
private final String path;
... | [
"bwalacik@gmail.com"
] | bwalacik@gmail.com |
69fd52646c2bcf858da7394689e7bd4fe2d72063 | fc8600b897bf112160a8ce0b161f20e85dc94610 | /src/com/nico/dao/TesKurir.java | 91d5d0a44d136cb4a49dee1edb9ce1e82900175b | [] | no_license | nicoreinaldi/Courier | 939cb748cea73fa3f04f9f48442962bf87439c38 | 6c0ecfd5275b0e218278605a7e0bab6fa1572876 | refs/heads/master | 2021-08-23T19:55:04.883529 | 2017-12-06T09:19:22 | 2017-12-06T09:19:22 | 113,022,698 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 455 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.nico.dao;
/**
*
* @author user
*/
public class TesKurir {
/**
* @param args the command line ar... | [
"x.one98@gmail.com"
] | x.one98@gmail.com |
7bafbe8fd82db3eec9f7c7afaf123ab7079cce09 | b76430327ee920461af8fb2d0a001efb04d5ecf4 | /app/src/main/java/com/ming/slove/mvnew/tab2/IMFragment.java | 8afe8bb7d9e2b357b494c0b392bf034a60eae825 | [] | no_license | HggMing/SloveMvnew | 71f5a8ea40bd8733909cac99098e491e293d05c6 | 6a1308b83727422612be3ea6aad47d81fcccfa5e | refs/heads/master | 2021-06-16T16:57:13.406509 | 2017-05-10T03:52:23 | 2017-05-10T03:52:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,246 | java | package com.ming.slove.mvnew.tab2;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import android.support.v4.view.ViewPager;
import android.view.LayoutInflate... | [
"ming1ge@qq.com"
] | ming1ge@qq.com |
00e209cee130a326006eae925d595e1cb8325049 | 69b7aecfbc4363e44ec6000c50414498e8b4911b | /libraries/android/detection/src/main/java/com/bosch/pai/bearing/sensordatastore/sensorobservation/rawobs/Constants.java | 25d637afa92b47db5447445ec37687066f5fcf7f | [] | no_license | devsops/Poc_jenkins | 6dcb1caef22bad324f76fe18300eb39a52228c36 | 8823bb2628bf4cedb826736dea6fa1820367e336 | refs/heads/master | 2020-06-02T15:57:32.999734 | 2019-06-10T18:00:28 | 2019-06-10T18:00:28 | 191,218,436 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,458 | java | package com.bosch.pai.bearing.sensordatastore.sensorobservation.rawobs;
/**
* The type Constants.
*/
public class Constants {
/**
* The constant GEOFENCE_RADIUS_IN_METERS.
*/
public static final int GEOFENCE_RADIUS_IN_METERS = 1500; // 1.5 kms
/**
* The constant GEOFENCE_EXPIRATION_IN_HOU... | [
"suresh13.cs@gmail.com"
] | suresh13.cs@gmail.com |
d328e5c18d8c1242bac9f3529aee49bc6d061c4c | c96b0be86c08f639d388498851384706a3c87815 | /KCX-Mapping-Convert/src/com/kewill/kcx/component/mapping/countries/de/ics20/msg/MsgEntrySummaryDeclarationAcknowledgment.java | 23357b18c7066752c60ba08d15b273c79d072253 | [] | no_license | joelsousa/KCX-Mapping-Convert | cf1b4b785af839f6f369bcdf539bd023d4478f72 | 9da4b25db31f5b1dfbefd279eb76c555f3977c0e | refs/heads/master | 2020-06-07T12:06:43.517765 | 2014-10-03T14:14:51 | 2014-10-03T14:14:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,359 | java | package com.kewill.kcx.component.mapping.countries.de.ics20.msg;
import java.util.ArrayList;
import java.util.List;
import java.util.Vector;
import javax.xml.stream.XMLEventReader;
import javax.xml.stream.XMLStreamException;
import org.xml.sax.Attributes;
import com.kewill.kcx.component.mapping.countries... | [
"joel@moredata.pt"
] | joel@moredata.pt |
31dcf516153ebf2ecf0959d27a4f801e6972cb4a | 00c284f44c1734b034f18ab4e397202cdfe67965 | /java_basics/23062014/src/pkg23062014/Atleti.java | 5bf3b71c4dcbdfa8aad6c11a931adb2ed1abe180 | [] | no_license | kaisersource/Prog | 6ae752c818fe4847055023362290f9c43d7212f4 | 7f89c108d4003b5e09f2bd9c70a55e2d260e6a03 | refs/heads/master | 2021-09-02T00:13:49.515212 | 2017-12-29T10:33:58 | 2017-12-29T10:33:58 | 62,514,668 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 402 | 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 pkg23062014;
public abstract class Atleti {
String nome;
int km;
public Atleti(String nome, int km){
... | [
"emanuelebosimini@gmail.com"
] | emanuelebosimini@gmail.com |
ee1de6b1fe42b4f023552bddcde07e34f1e76755 | 5dd092442f022addfd1989c592bb65864e45cf3b | /src/com/example/mobilesafe/SetUp3Activity.java | de8f02a2a3ab718ec624a1753e251bdef5013b7e | [] | no_license | xuegz/MobileSafe | faa63211003c6aefab703d7246cecc99cea3a25b | b6cfddfe7960874a79b2d12373a2988701fd5e41 | refs/heads/master | 2021-01-10T01:20:36.087747 | 2016-04-06T02:41:11 | 2016-04-06T02:41:11 | 55,400,963 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,397 | java | package com.example.mobilesafe;
import com.example.utils.ShowToastUtil;
import android.app.Activity;
import android.content.Intent;
import android.content.SharedPreferences;
import android.database.Cursor;
import android.net.Uri;
import android.os.Bundle;
import android.provider.ContactsContract;
import an... | [
"99276854@qq.com"
] | 99276854@qq.com |
1a12b66e7b88f06e6d80c28ed542985c76359545 | 221d7402e7501a62135d40ccca0e69cdd628c3bb | /stock-parent/stock-model/src/main/java/com/came/stock/model/domain/ClaveArmonizada.java | ecf7e74d4f3852bd8cb16d467f7359cd4be29cf9 | [] | no_license | ca4los-palalia/c4m3-570ck | 5a8910e0bea3246fd6883c73d57f7f74d375f2ad | 8bac5f54f1bb737cf5b5d58e9e06883cc1ca8bda | refs/heads/master | 2022-12-25T15:17:02.511566 | 2019-07-29T14:00:12 | 2019-07-29T14:00:12 | 199,079,071 | 0 | 0 | null | 2022-12-09T22:51:35 | 2019-07-26T20:56:42 | Java | UTF-8 | Java | false | false | 3,038 | java | package com.came.stock.model.domain;
import java.io.Serializable;
import java.util.Calendar;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
@Enti... | [
"Carlos Palalia@192.168.1.84"
] | Carlos Palalia@192.168.1.84 |
d7323537dde79dc482726a697efa9bd71f5e104e | 586d331d6db72cc9edc84cf89bf3e154d3615d8d | /75-Sort-Colors/solution.java | eab0d6d029059fad3818428275811c100c6a4bcb | [] | no_license | whzhyh/leetcode | 984368dfde045543ebba4274c6281c47dc49b322 | 6d1c67270fcfbba02e89387d306e4f605f056677 | refs/heads/master | 2020-04-06T07:06:50.131699 | 2016-09-06T01:11:56 | 2016-09-06T01:11:56 | 60,932,935 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,065 | java | public class Solution {
public void sortColors(int[] nums) {
if(nums == null || nums.length == 0)
return;
int left = 0, right = nums.length - 1;
for(int i = 0; i < nums.length; i++) {
while(nums[i] == 2 && i < right) {
swap(nums, i, right--);
... | [
"whzhyh@gmail.com"
] | whzhyh@gmail.com |
224d41e55642fffcdd2e0ad69a1c81c247596184 | 4807315480333baf316e48eaa4080ee9938672be | /game-cardgame-core/src/main/java/evanq/game/common/specification/AndSpecification.java | c564f3315334e6ebc2a7e814b496d31b8cd8cfec | [
"MIT"
] | permissive | lanen/mint4j | fb4491ea51b739687df75d05e2797cf25f26b476 | da73df5fcc30b636e49f29c6ff911a5851908738 | refs/heads/master | 2021-01-10T19:17:21.852151 | 2014-04-10T09:17:23 | 2014-04-10T09:17:23 | 14,675,613 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 724 | java | package evanq.game.common.specification;
/**
* AND specification, used to create a new specifcation that is the AND of two other specifications.
*/
public class AndSpecification<T> extends AbstractSpecification<T> {
private Specification<T> spec1;
private Specification<T> spec2;
/**
* Create a new AND spe... | [
"cppmain@gmail.com"
] | cppmain@gmail.com |
5458e9fcf90d43157e272bd8e65956b78f32cfff | e6036790640b9a9572f2af711c4d743e2a4d1764 | /source/mil/af/eglin/ccf/rt/fx/control/ChoiceBox.java | 883b5466ed7cc6a80683793fd13439767369fe35 | [
"Apache-2.0"
] | permissive | kwkin/rt-fx | a132cb17e05efd58f1777b21608885bf31a263fe | c89886404e19514c72fd54a90bf2f8ac7d516c0a | refs/heads/master | 2023-02-19T23:25:55.979535 | 2020-06-19T14:41:55 | 2020-06-19T14:41:55 | 258,559,388 | 4 | 2 | Apache-2.0 | 2020-05-07T19:51:52 | 2020-04-24T16:02:42 | Java | UTF-8 | Java | false | false | 1,810 | java | package mil.af.eglin.ccf.rt.fx.control;
import com.sun.javafx.css.StyleManager;
import javafx.collections.ObservableList;
import mil.af.eglin.ccf.rt.fx.control.style.Accent;
import mil.af.eglin.ccf.rt.util.ResourceLoader;
public class ChoiceBox<T> extends javafx.scene.control.ChoiceBox<T> implements RtStyleableCompo... | [
"ken.will.king@gmail.com"
] | ken.will.king@gmail.com |
a2e30de2767580cf0ed197a205b7c6a0a075da45 | d3710297bceb117445e1228ace4732572ab18efb | /android/app/src/main/java/com/newapp/MainApplication.java | 5189854822ed733505d579e44a419cb8b3c76fba | [] | no_license | Nirajpaul2/Movies-App | b28fb512f575e33209e0f3bae3cfef89ee12a021 | 00235574af15288b1adaa98d7624b1b6b321b82c | refs/heads/master | 2023-02-16T13:43:42.550701 | 2020-02-27T11:43:39 | 2020-02-27T11:43:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,752 | java | package com.newapp;
import android.app.Application;
import android.content.Context;
import com.facebook.react.PackageList;
import com.facebook.react.ReactApplication;
import com.facebook.reactnative.androidsdk.FBSDKPackage;
import com.oblador.vectoricons.VectorIconsPackage;
import com.th3rdwave.safeareacontext.SafeAre... | [
"maor@Maors-MacBook-Pro.local"
] | maor@Maors-MacBook-Pro.local |
c91a47a8e5b5c11d6b187f48920f4c0676470eff | 833af4b04505f03553eedd0796898fe3825f2852 | /NhryService/src/main/java/com/nhry/webService/client/masterData/functions/ZTMM00037.java | e9531ff71249ae8c79c2905e31e1f651a5dbb62d | [] | no_license | gongnol/nhry-platform | a9613a34d91db950cd958ae7d3ba923ecf22dc71 | 204bdbc94bc187e0aecd87dcd5fba0e5e04130c3 | refs/heads/master | 2021-01-21T16:15:29.538474 | 2017-08-05T07:19:47 | 2017-08-05T07:19:47 | 95,402,706 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 59,931 | java | /**
* ZTMM00037.java
*
* This file was auto-generated from WSDL
* by the Apache Axis2 version: 1.7.3 Built on : May 30, 2016 (04:09:26 BST)
*/
package com.nhry.webService.client.masterData.functions;
/**
* ZTMM00037 bean class
*/
@SuppressWarnings({"unchecked",
"unused"
})
public class ZTMM00037 implemen... | [
"979164557@qq.com"
] | 979164557@qq.com |
dae0c725c254c9c57c56dd3053cd3f717356d15c | 76c53c289e3379e4e9c67bfa208fb1eda115d460 | /app1/src/com/tfs/operator/util/OperatorUtil.java | 68e9b6066a0487faadc689e3dfdda7f08388dc93 | [] | no_license | ayazpasha2434/poc | d99a2154c66c3c0469dcd787c0d7afbb9ece820c | bfafd4f81696153310b07a111c092919476a8e3e | refs/heads/master | 2021-01-20T03:34:06.739932 | 2012-12-12T09:11:03 | 2012-12-12T09:11:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 416 | java | /**
*
*/
package com.tfs.operator.util;
import com.tfs.common.Util;
import com.tfs.operator.rest.Operator;
import com.tfs.operator.service.OperatorService;
/**
* @author ayaz
*
*/
public class OperatorUtil {
public static Operator get(long id) {
OperatorService operatorService = (OperatorService) Util.getO... | [
"ayazpasha2434@gmail.com"
] | ayazpasha2434@gmail.com |
91d4e2125bb616fe85d94a481665a9ee14d3949a | 132538db8ca5eefe5b7bb7e8a37b6c9d1fe8f1af | /javaWork/onLineChess/com/resources/ResourceFinder.java | 85a2d0ba8b418496e91e66dbe399526a2e79030c | [] | no_license | KiranPaladugu/javawork_old | 0dd6832107f58b36f528dbace166d3e352082fd1 | 707f195149c7295c8efe7b8c98f218f0aaf5be88 | refs/heads/master | 2021-04-05T08:34:39.273050 | 2016-08-03T22:24:43 | 2016-08-03T22:26:21 | 61,388,772 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 675 | java | package com.resources;
import java.io.File;
import java.io.InputStream;
import java.net.URL;
import com.logService.Logger;
public class ResourceFinder {
public static URL getResource(){
return ResourceFinder.getResource();
}
public static URL getResource(String name){
try{
return ResourceFinder.class.getR... | [
"kiran.paladugu@ericsson.com"
] | kiran.paladugu@ericsson.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.