blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c1173ba155a91ed2b7b30a164d6d7ea75bd70817 | 9a6aa71b4b22da732d57db26c3143f9ea0644800 | /hx-ktdb/src/main/java/com/gistone/service/impl/LmMarkerRelationPositionServiceImpl.java | 2bdcc0729d7498dd0c1f4c7a0cb9bd33f6cb36df | [] | no_license | zjw118/anhui | d9067b57bedda2b59d5bfe06fcf761ef6d5bec83 | ec93131a62f2c7709fc61acc53f199ea215ce4ec | refs/heads/master | 2022-12-09T20:58:42.925010 | 2019-12-13T02:41:19 | 2019-12-13T02:41:19 | 229,440,319 | 0 | 0 | null | 2022-12-06T00:45:24 | 2019-12-21T14:38:38 | Java | UTF-8 | Java | false | false | 589 | java | package com.gistone.service.impl;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.gistone.entity.LmMarkerRelationPosition;
import com.gistone.mapper.LmMarkerRelationPositionMapper;
import com.gistone.service.ILmMarkerRelationPositionService;
import org.springframework.stereotype.Service;... | [
"zf1017@foxmail.com"
] | zf1017@foxmail.com |
33b718c31592ed3e3e6dab57d1c97b983824cde0 | 9d2a25381c5a44dd4bb537b847a1f7c066efbca5 | /src/test/java/org/parksy/java/examples/logging/LoggingTest.java | b702f3d07212e0c381dae7622cead7980c0fbb69 | [] | no_license | djparks/JavaSamples | 45fbfd8dc29caff7377c8fe4f1f382cedbf1222c | 76569a5f4e5aa3f81d3796f33c0d693088119b50 | refs/heads/master | 2022-07-26T13:00:21.265258 | 2022-07-20T19:47:34 | 2022-07-20T19:47:34 | 4,502,524 | 0 | 0 | null | 2022-07-20T19:47:35 | 2012-05-31T01:18:41 | Java | UTF-8 | Java | false | false | 606 | java | package org.parksy.java.examples.logging;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.MethodRule;
import org.junit.rules.TestWatchman;
import org.junit.runners.model.FrameworkMethod;
//import org.slf4j.Logger;
//import org.slf4j.LoggerFactory;
public class LoggingTest {
@Rule
public MethodR... | [
"djparks@usa.net"
] | djparks@usa.net |
aa707b54b392f9de3dff33b63870d10f15803c5f | 446402bebd611e63e3ac6ccc725fd5e1d363fff8 | /BinarySearchTree.java | 6df1558a12c086b1c35ad0728d779763586cd947 | [] | no_license | iturimbetov/COMP202_HW6_final | 9a046d000120145d870cbb40bdde8329491309cf | 708ed41c43538286c1fec3b5485aca7ad6eec783 | refs/heads/main | 2023-02-04T00:50:02.316420 | 2020-12-28T11:40:58 | 2020-12-28T11:40:58 | 324,845,321 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 525 | java |
public class BinarySearchTree implements BSTInterface {
public TreeNode root;
public BinarySearchTree() {
root = null;
}
@Override
public void add(Student data) {
// TODO: add your code here
}
@Override
public TreeNode delete(Student data) {
// TODO: add your code here
return null;
}
@Override
... | [
"noreply@github.com"
] | iturimbetov.noreply@github.com |
6b1884817598cbe0b9272225977af760d3754035 | 93c5b9273270f79ac3fd49e5ff0cc104d78ed50a | /starter/src/main/java/com/salmondx/cxf/client/core/utils/NamingUtilities.java | 3a3687ee5c16f258ad60badfdcb383886ce1b4a5 | [
"MIT"
] | permissive | jiraguha/spring-soap-client-starter | 92818d4faef4a657b133a5f8a8ff336297296b15 | f42b3cb86a879bbb435fbcad1eca5d34559334f6 | refs/heads/master | 2021-05-14T19:37:40.993083 | 2017-11-10T09:14:40 | 2017-11-10T09:16:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 284 | java | package com.salmondx.cxf.client.core.utils;
import org.apache.commons.lang3.StringUtils;
/**
* Created by Salmondx on 08/09/16.
*/
public class NamingUtilities {
public static String removeSetPrefix(String name) {
return StringUtils.removeStart(name, "set");
}
}
| [
"ggolda@alfabank.ru"
] | ggolda@alfabank.ru |
4fef3f090588effd2c0ada4dd534d7e3c25a0d02 | f35f4008d60bf04e6e3236a60514693cae296d42 | /app/src/main/java/com/google/android/gms/fitness/request/z.java | 82f1997113d081c6e13441f11448ec04c24e2874 | [] | no_license | alsmwsk/golfmon | ef0c8e8c7ecaa13371deed40f7e20468b823b0e9 | 740132d47185bfe9ec9d6774efbde5404ea8cf6d | refs/heads/master | 2020-03-22T11:16:01.438894 | 2018-07-06T09:47:10 | 2018-07-06T09:47:10 | 139,959,669 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,665 | java | package com.google.android.gms.fitness.request;
import android.os.Parcel;
import android.os.Parcelable.Creator;
import com.google.android.gms.common.internal.safeparcel.a;
import com.google.android.gms.common.internal.safeparcel.a.a;
import com.google.android.gms.common.internal.safeparcel.b;
public class z
... | [
"alsmwsk@naver.com"
] | alsmwsk@naver.com |
79ff019a70da67f625ec029e11f9ca6ae0f719f3 | a3eacf1d95a204850e6a2913a4d2e01786bb4c35 | /src/main/java/com/github/vaerys/pogos/Events.java | 95e921f9f0835e88eb1a504aceebfc5e998b416a | [] | no_license | AndrielChaoti/DiscordSailv2 | 53e3a78492555958d0f6244b1dbaabbdbd352008 | 4a73090611909c86767a055675f6deb5a60d41f0 | refs/heads/master | 2021-01-19T20:44:11.139088 | 2018-03-18T04:50:13 | 2018-03-18T04:50:13 | 101,136,774 | 0 | 0 | null | 2017-08-23T04:12:49 | 2017-08-23T04:12:49 | null | UTF-8 | Java | false | false | 439 | java | package com.github.vaerys.pogos;
import com.github.vaerys.objects.TimedEvent;
import com.github.vaerys.templates.GlobalFile;
import java.util.ArrayList;
import java.util.List;
public class Events extends GlobalFile {
public static final String FILE_PATH = "Events.json";
List<TimedEvent> events = new ArrayLis... | [
"thelegotechhead@yahoo.com.au"
] | thelegotechhead@yahoo.com.au |
3c62bdf791a3cee03f4373a4ebe2a0c78b88cd56 | 6829f722e1e776649feaa08dee1899fbee8b54a0 | /a6-nishita1207/src/a6/Crab.java | 95a5241749e265dd4ba8b69c39ca4e4e652f99f5 | [] | no_license | nishita1207/COMP401 | 5c6818fe4a6556dff7bc3003c9c8a4236747c959 | 8fa69877f7f5749fba10255f4bd6740f85f42401 | refs/heads/master | 2020-08-03T12:56:56.688251 | 2019-09-30T02:28:15 | 2019-09-30T02:28:15 | 211,752,738 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 144 | java |
package a6;
public class Crab extends IngredientDetail{
public Crab(){
super("crab", 37, 0.72, false, false, true);
}
} | [
"Yadav@Nishitas-MacBook.local"
] | Yadav@Nishitas-MacBook.local |
861740639ba6107d68545f285a9cc48332cbae34 | b496d18b87d2617bd287f5f13ef030219f84d0a7 | /src/main/java/net/thecir/filemanagers/NewFileManager.java | 388fc7340b283e7ddc6ff92b4f74c66bc724dac4 | [] | no_license | KonstantinTsanov/LiteReportManager | c5198f1df800696fae0c2d0240fc1d0736c1982e | ae33031411b5fe10743977f6f743b1edfd151a47 | refs/heads/master | 2021-01-01T04:08:23.284228 | 2017-08-09T05:30:57 | 2017-08-09T05:30:57 | 97,129,181 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,378 | java | /*
* The MIT License
*
* Copyright 2017 Konstantin Tsanov <k.tsanov@gmail.com>.
*
* 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 limitati... | [
"k.tsanov@gmail.com"
] | k.tsanov@gmail.com |
e3d4ce292143758130d1c985fea0d1ca2b556ed0 | 17107e38fb7527b220b1b51ed1dd81e3429c051e | /library/src/main/java/cn/trinea/android/common/util/JSONUtils.java | 8d7a1269af7d6196ffc964b735b9d5639505f6b7 | [] | no_license | dusensong/common-library | ea32004bbe57cc21fdc1fd13d3ff47c849d3a3d0 | 236da3878c60a12fd75789c04b72ff36aa0f75b0 | refs/heads/master | 2020-12-26T01:48:51.202453 | 2015-11-18T03:34:14 | 2015-11-18T03:34:14 | 36,588,270 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 26,655 | java | package cn.trinea.android.common.util;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import wehax.util.StringUtils;
/**
* Json Utils
*
* @author <... | [
"58247052@qq.com"
] | 58247052@qq.com |
7bbe92880a3603c8520d3d37a19a1c6dbe6998a1 | c294b2f6e57904381f272c03652c0fea276b7f17 | /Problem_3886.java | 32a36da2314bab6035333be0766614fe29bdac78 | [] | no_license | bbs-white/UVa_JavaPrograming | 0c69843f395314c6cf6ad1b4793da56fc8866f81 | 414c395546dfcca836b7bfb002f6a975a0140986 | refs/heads/master | 2021-08-19T12:16:35.248124 | 2017-11-26T06:33:46 | 2017-11-26T06:33:46 | 111,862,235 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,041 | java | //Problem_3886 Bars
import java.util.*;
class Main{
static boolean s = false;
public static void main(String[] args){
Scanner scan = new Scanner(System.in);
// Caseを入力
int T = scan.nextInt();
for(int t = 0; t < T; t++){
int N = scan.nextInt();
int P = scan.nextInt();
int[] x = new int[P];
... | [
"noreply@github.com"
] | bbs-white.noreply@github.com |
498396835d319faf943813cd668f4e73cf9c71e7 | fa55027e10c36977b4a50946d663e15f8fe0faf7 | /src/org/wshuai/leetcode/AmbiguousCoordinates.java | f332da30aff8c65a77b98ad989dcfa37cb0c6f88 | [] | no_license | relentlesscoder/Leetcode | 773a207c15ea72f6027eade8565377f11a856672 | 6b3ecd82d01739f6adb1caf86a770fcff0d6a54b | refs/heads/master | 2021-07-05T13:35:37.312910 | 2020-06-21T12:48:54 | 2020-06-21T12:48:54 | 40,448,524 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,407 | java | package org.wshuai.leetcode;
import java.util.ArrayList;
import java.util.List;
/**
* Created by Wei on 11/11/2019.
* #0816 https://leetcode.com/problems/ambiguous-coordinates/
*/
public class AmbiguousCoordinates {
// time O(n^3), space O(n^2)
public List<String> ambiguousCoordinates(String S) {
S = S.substri... | [
"relentless.code@gmail.com"
] | relentless.code@gmail.com |
83df2e415ea022fb51841e2296404f2a84e24529 | 21e73f952ecf395afde0d9e570c83cc963d8fda9 | /JavaNumberPrograms/Recursion2.java | c424015f1513c96f4f79a326beb1ec184b83c192 | [] | no_license | DivyaAR04/Java-Programs | ceaff994263cd860439409b10ddf36dc1a240631 | 672b5c5f95418be79ed395784c49f3151a4004c9 | refs/heads/master | 2022-05-29T16:47:21.277766 | 2020-04-30T12:48:04 | 2020-04-30T12:48:04 | 259,879,269 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 273 | java | package javaPractice;
public class Recursion2 {
public static void test(int a)
{
if(a<=10)
{
System.out.println(a);
a++;
test(a);
}
}
public static void main(String[] args)
{
// TODO Auto-generated method stub
test(1);
}
}
| [
"noreply@github.com"
] | DivyaAR04.noreply@github.com |
ce3d2d2444792e9682ba86f5d7bbc2a7e014ad1c | 914de9bb4831eb9803330b267870ff0dcd838456 | /TalkingTagsClient/src/com/google/android/apps/talkingtags/model/Tag.java | bf1d2abcb1ca23347a7cc527d1199ba968fd430e | [] | no_license | audisuv/talking-tags-android-client | bbceb6a1afa94ca9a67b94b5cbd34a4274684521 | 2575ffc847dbb22b6d936ebadecd3c5cdb2fe7cf | refs/heads/master | 2016-08-12T02:58:08.349142 | 2015-05-30T12:34:02 | 2015-05-30T12:34:02 | 36,557,266 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 743 | java | // Copyright 2010 Google Inc. All Rights Reserved.
package com.google.android.apps.talkingtags.model;
import java.io.Serializable;
/**
* Represents a tag-instance.
* @author adamconnors@google.com (Adam Connors)
*/
public class Tag implements Serializable {
private static final long serialVersionUID = 1L;
... | [
"adamconnors@2f18c655-9d46-4c27-46c3-8d257dfb4d8a"
] | adamconnors@2f18c655-9d46-4c27-46c3-8d257dfb4d8a |
674161e26c7010ca234f15ebe8583f29752bc2ea | 589dcd422402477ce80e9c349bd483c2d36b80cd | /trunk/adhoc-solr/src/main/java/org/apache/lucene/util/cache/Cache.java | 5261a53178b878fefaeb76c47cc879d561842e7f | [
"Apache-2.0",
"LicenseRef-scancode-unicode-mappings",
"BSD-3-Clause",
"CDDL-1.0",
"Python-2.0",
"MIT",
"ICU",
"CPL-1.0"
] | permissive | baojiawei1230/mdrill | e3d92f4f1f85b34f0839f8463e7e5353145a9c78 | edacdb4dc43ead6f14d83554c1f402aa1ffdec6a | refs/heads/master | 2021-06-10T17:42:11.076927 | 2021-03-15T16:43:06 | 2021-03-15T16:43:06 | 95,193,877 | 0 | 0 | Apache-2.0 | 2021-03-15T16:43:06 | 2017-06-23T07:15:00 | Java | UTF-8 | Java | false | false | 3,323 | java | package org.apache.lucene.util.cache;
/**
* 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, ... | [
"myn@163.com"
] | myn@163.com |
cc52ce49a4bbe409a22267a1c6e40ca498d34866 | 1afdc3381e7947620f0cd24cf9c097f144f79843 | /Refactoring/src/exercise/refactoring/ComputerMove.java | 0f5d6393eff534bb7379f5dc7c411eae02ca16b4 | [] | no_license | compwron/refactoringExercise | c2532eab57914a64c33350105bf8e1f7252c9b7f | 10cd6066e76c2fce02ab49f5ff8da88ae732cdae | refs/heads/master | 2020-12-24T08:30:43.890630 | 2016-08-19T03:14:29 | 2016-08-19T03:14:29 | 11,492,944 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 52,248 | java | package exercise.refactoring;
public class ComputerMove {
private static final int lastPositionOnSecondToLastLine = 89;
private final MoveSequence moveNumber;
private final GamePosition nextComputerMove;
private final GameBoard gameBoard;
final MarksByAxis marksByAxis = new MarksByAxis();
publ... | [
"wordymusic@gmail.com"
] | wordymusic@gmail.com |
966cbff08b506d287a0c8070de9217e7278aaff6 | 4116230b16e2b74ca0efe9992e5db81b8f451bc0 | /.svn/pristine/96/966cbff08b506d287a0c8070de9217e7278aaff6.svn-base | 60d7b8f4f463ca26735a931d9587fd927908508a | [] | no_license | folksuperior/123 | 2e4d2fe79b870feca41d30993d14e59b3222a209 | 0844ba3373ec17bff8b7a9df1fb95724061fb2a7 | refs/heads/master | 2021-01-20T08:19:46.315561 | 2017-03-04T15:17:59 | 2017-03-04T15:17:59 | 83,903,761 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,591 | /**
*
*/
package cn.yin.jx.domain;
import java.util.HashSet;
import java.util.Set;
/**
* @Description:
* @author: 尹成功
* @version: 1.0
* @Company: http://java.itcast.cn
* @date: 2017年2月18日
*/
public class User extends BaseEntity{
//用户编号
private String id;
//部门编号
//用户... | [
"Administrator@Peter"
] | Administrator@Peter | |
d541dc021c640ab948e0a61bef89522954505816 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/commonsguy--cw-omnibus/517cd987692133bae30ed58fb60a43998ccd4f2f/before/StringConcatActivity.java | ecba08bce6ec7c10e564537e02cf6f3a0ef913f2 | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,245 | java | /***
Copyright (c) 2011 CommonsWare, LLC
Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy
of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless required
by applicable law or agreed to in writing, so... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
5aa2a54deb9eb037347853166af1409a18db85a7 | 91028fd1353f81bbf80dec58927414c2e438afd9 | /spring_rest/src/main/java/com/ustglobal/spring_rest/dto/EmployeeBean.java | 5e6691265bf828f75eaf289aa49f0917128aaac1 | [] | no_license | C-karthik/USTGlobal-16SEP19-c-karthik | 02ab00221c6eb901a1ee1a3ac734ae5950b2a506 | 98e48b274ae3cb9964b70d2b3ab6a9e6d5e80c96 | refs/heads/master | 2023-01-09T18:10:22.875429 | 2019-12-21T16:48:27 | 2019-12-21T16:48:27 | 215,541,133 | 0 | 0 | null | 2023-01-07T17:47:15 | 2019-10-16T12:19:51 | JavaScript | UTF-8 | Java | false | false | 1,247 | java | package com.ustglobal.spring_rest.dto;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.Table;
import com.fasterxml.jackson.annotation.JsonFormat;
@Entity
@Table(name = "employeerest... | [
"ckarthik877@gmail.com"
] | ckarthik877@gmail.com |
54150af7eef102b8f20377a2ddb37cca5dd92498 | 46aa2e79d1acb5266a49dacde6f91b763af21284 | /Pelicula/PeliculaBase.java | 401c12b42396e1fb0dec1e9f4fb777aaf7fa2ce3 | [] | no_license | GustavoEstay/EggCollections | dcec2f37ba4eb9916870376cb0b52f9ca8d725d6 | e50b5cee74059fe8969ef3bc96f540bd20eed458 | refs/heads/main | 2023-09-03T21:00:10.512191 | 2021-11-20T23:27:56 | 2021-11-20T23:27:56 | 430,228,756 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,100 | 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 Pelicula;
import PeliculaService.PeliculaService;
import java.util.Scanner;
/**
*
* @author Gustavo
*/
public class Pelicu... | [
"cgustavoestay@gmail.com"
] | cgustavoestay@gmail.com |
228cbe8138d3fb5d34633101a9c1430575ec5d94 | 1836c081e466a6034f4b59866d22c0d18e204c3d | /SQLite/app/src/main/java/com/example/sqlite/DataHelper.java | dc63f01435c38b2f3061537069a0d5b5c55d4cd2 | [
"MIT"
] | permissive | shdx8/E31190672_Elyas_Agus_Suhadak_A | 042a3b6eb7c984d3b8f94b676fe9b04d1ebe8d22 | 71a93a029d885fbdeb43f1e1fe22d0b4e0dcea70 | refs/heads/main | 2023-06-15T23:55:21.853440 | 2021-07-11T16:48:38 | 2021-07-11T16:48:38 | 345,973,505 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,106 | java | package com.example.sqlite;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.util.Log;
public class DataHelper extends SQLiteOpenHelper {
private static final String DATABASE_NAME = "biodatadiri.db";
private static fi... | [
"elyasagus.29@gmail.com"
] | elyasagus.29@gmail.com |
fbd84b006ed8fe16d8e41d3f7b6fbffcc6638996 | 404475cfd3471e197b4a6637398a0ffcdc0c2904 | /app/src/main/java/com/yiaosi/aps/adapter/WorkbenchItemAdapter.java | 19289d903f85d67ca78279f0c625db2694069114 | [] | no_license | Lion2003/APSDemo | 826d0752323ec0e9c55b69f49c061d3c936d29f7 | b8c2f32140d48836d90dcc17eba4b185c35ac236 | refs/heads/master | 2021-01-01T20:31:19.390078 | 2017-12-27T16:13:19 | 2017-12-27T16:13:19 | 98,874,696 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,641 | java | package com.yiaosi.aps.adapter;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
import com.bu... | [
"519213534@qq.com"
] | 519213534@qq.com |
4d3343955ffbef9ac80e53de13d8476edebf8f8d | c278b35c634af62b8f28b33b8c81dcb6581ab918 | /DataStruct/src/Test/datastruct/linked/LinkedQueueTest.java | 31e955efc916c4a9fe13e7a5062ec33cb4e308a8 | [
"Apache-2.0"
] | permissive | PineDx/Java_Datastruct | 65bcfc61bffe8c3fe636c4e4518e5451b9f1ca09 | c06abb21437edb4ce8a50987538da6bb21f2c95a | refs/heads/master | 2023-03-07T03:28:48.025226 | 2021-02-23T15:39:37 | 2021-02-23T15:39:37 | 310,223,258 | 0 | 0 | Apache-2.0 | 2021-02-23T15:39:38 | 2020-11-05T07:38:14 | Java | UTF-8 | Java | false | false | 960 | java | package Test.datastruct.linked;
import algorithm.datastruct.Queue.linkedQueue.LinkedQueue;
/**
* <功能简述>
* <功能详细描述>
*
* @Author: Songlin
* @create: 2020/11/14-19:27
*/
public class LinkedQueueTest {
public static void main(String[] args) {
LinkedQueue linkedQueue = new LinkedQueue();
linkedQu... | [
"xurenzealiyun.com"
] | xurenzealiyun.com |
c5b5f6bf2cd49df58ecf241ab462320924a36c45 | 326567ec5d960a0cc2b8ede0a34aaaf0c0ea94fe | /src/main/java/com/recommend/web/controller/ApplicationController.java | d917fc255d1bc19f2ef7f4f99701928b82541023 | [] | no_license | Mozgh/RecommendTool | 0a2b3f11b0820c6adb6f664d5a1ea0e3e6613c9e | e4a94a3302819faa064e6f4c9abc8c0dd2f2b166 | refs/heads/master | 2020-03-10T12:21:24.831733 | 2018-06-05T07:48:26 | 2018-06-05T07:48:26 | 129,376,265 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,014 | java | package com.recommend.web.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.servlet.ModelAndView;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.util.HashMap;
import java.util.Map;
/**
* Created by feir... | [
"zhanggh430@163.com"
] | zhanggh430@163.com |
ba8bffa612c0574491e88bf3262acd38f6c34311 | 6facc6cc414ddaafa5f7bfe00d71a743b9dfe928 | /ece558project3_release/app/src/androidTest/java/com/example/hiral/myapplication/ApplicationTest.java | cb78e05d3d6f395f2009c5d0b180360472e3fe48 | [] | no_license | hrishikesh988/CoffeeMaker | 1bfee6be258e79912dae7df8a6964f9d70d17bad | 645bc52d758bd702663785f0262862134ab75b5b | refs/heads/master | 2021-06-08T17:43:01.766413 | 2016-12-02T06:06:29 | 2016-12-02T06:06:29 | 74,104,219 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 374 | java | package com.example.hiral.myapplication;
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 Applicatio... | [
"hndeshmukh89@gmail.com"
] | hndeshmukh89@gmail.com |
0aa8e8c2d8254a9c43c7cf19b9376399b07c4edf | 2c039978fb2e427b0bab0453923a0b66a98d840c | /src/main/java/framework/annotation/Aspect.java | aabc7ba2111c7c4eff79e5cf1d2ce2f9e5f809d5 | [] | no_license | haizi1996/MVC-framework | 8a5411621e38c82cf80c059b67e7a9b13face56f | c630eac2c5fc08b8a4f844ea76fe5a856e11e795 | refs/heads/master | 2021-01-01T17:09:13.422634 | 2018-12-15T12:43:42 | 2018-12-15T12:43:42 | 98,013,802 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 480 | java | package framework.annotation;
import java.lang.annotation.Annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface Aspec... | [
"1051956253@qq.com"
] | 1051956253@qq.com |
9265842d0d110c1ea4e5f2c9736810c9b495c6da | 2c7084b4000738fa1e6b09df9a950ce8fc323e00 | /projetoSuap/src/main/java/br/edu/ifrn/jeferson/dto/MeusDados.java | 6d4696ca4ad47c972ba11ffadf7b380797b82bfc | [] | no_license | JefersonQueiroga/ClientApiSuap | 895578778146b6fcf33ae9622fd3513aee8faf22 | dae77ec757c4fcbebd57ea38e23928208c40d13d | refs/heads/master | 2020-07-31T05:08:52.584511 | 2019-09-24T02:30:30 | 2019-09-24T02:30:30 | 210,494,315 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,467 | java | package br.edu.ifrn.jeferson.dto;
import java.util.ArrayList;
public class MeusDados {
private float id;
private String matricula;
private String nome_usual;
private String cpf;
private String rg;
ArrayList < Object > filiacao = new ArrayList < Object > ();
private String data_nascimento;
private Stri... | [
"jeferson@debian85.pdf.debian"
] | jeferson@debian85.pdf.debian |
8665a752df3319b16173187916ef397e2f7efc29 | 0a0c75308170240bef48336fe794df9947e8b088 | /src/main/java/ua/kpi/dzidzoiev/is/service/FileEncryptService.java | 95415ed114556f93ea31fc250f22d209e2492b93 | [] | no_license | schaffe/CryptographyLabs | c5a38671af8570569f0f4267506fc69381dc2a6b | dbbb366ae4b5f65a6165aa5185acb52b5478d4c8 | refs/heads/master | 2021-01-10T04:08:01.499269 | 2015-12-22T08:04:42 | 2015-12-22T08:04:42 | 47,140,494 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,103 | java | package ua.kpi.dzidzoiev.is.service;
import org.apache.commons.io.FilenameUtils;
import ua.kpi.dzidzoiev.is.MainApp;
import ua.kpi.dzidzoiev.is.service.symmetric.CipherDescription;
import javax.crypto.CipherInputStream;
import javax.crypto.CipherOutputStream;
import java.io.*;
import java.net.URISyntaxException;
impo... | [
"artur.dzidzoiev@gmail.com"
] | artur.dzidzoiev@gmail.com |
130ecda48d8afeda0e3fefe20cde0fd4203a1fa1 | 3f3d02cff5b43408b0cdac252b380aad0780e801 | /basemodule/src/main/java/com/moregood/base/BaseTabActivity.java | 9ba551b9be755849ec923bbe4e8b235ac1ad88dc | [] | no_license | xifengye/Modularization | 2fc0912465468315a895ec922be1064d9222a98a | 499aa22153880e7c5dd5fe3a4807d4fff289e672 | refs/heads/master | 2020-03-24T09:50:07.686848 | 2019-06-28T01:27:47 | 2019-06-28T01:27:47 | 142,638,970 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,651 | java | package com.moregood.base;
import android.support.v4.app.FragmentTabHost;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TabHost;
import android.widget.TextView;
import com.moregood.basemodule.R;
import com.moreg... | [
"yexifeng@xnsports.cn"
] | yexifeng@xnsports.cn |
76a1b74454a3934a6110f434622258c8d6daa278 | ed3cb95dcc590e98d09117ea0b4768df18e8f99e | /project_1_3/src/g/a/h/Calc_1_3_6078.java | 8fb0dc1690a7ad5eece42bd3bee25e74f8f44435 | [] | no_license | chalstrick/bigRepo1 | ac7fd5785d475b3c38f1328e370ba9a85a751cff | dad1852eef66fcec200df10083959c674fdcc55d | refs/heads/master | 2016-08-11T17:59:16.079541 | 2015-12-18T14:26:49 | 2015-12-18T14:26:49 | 48,244,030 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 131 | java | package g.a.h;
public class Calc_1_3_6078 {
/** @return the sum of a and b */
public int add(int a, int b) {
return a+b;
}
}
| [
"christian.halstrick@sap.com"
] | christian.halstrick@sap.com |
3429512deb70e5913367f300ea1e9e03bdf3dead | 0f240fd8a8bf446f06e2bb76d9a10921a82f1258 | /TicTacToe/app/src/main/java/com/comp1601/tictactoe/TicTacToeButton.java | 8789a188f609df4467ef7e65e55dda81a281e82e | [] | no_license | phampe68/TicTacToe | c6a811b5695eaba0492cea50b0ef5985d1e93774 | 72f26be8e5c88bbd74e658971f06c12d2d729de9 | refs/heads/master | 2021-03-06T05:54:36.478510 | 2020-03-10T01:54:17 | 2020-03-10T01:54:17 | 246,184,024 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,327 | java | package com.comp1601.tictactoe;
import android.content.Context;
import android.util.AttributeSet;
import android.util.Log;
import android.view.View;
import androidx.appcompat.widget.AppCompatButton;
import java.util.Random;
/**
* IMPORTANT:
* this class uses integer values 0 and 1 for representation of "X" and "O... | [
"38918965+phampe68@users.noreply.github.com"
] | 38918965+phampe68@users.noreply.github.com |
66c232a66bb7b87150aa1bed9dab972be58cc8ac | 68465e463a662b9ccd12525c02326aa359e912b6 | /huboot-business-server/src/main/java/com/huboot/business/base_model/login/sso/client/exception/SsoException.java | b333e05d13969682c10309bc0ee89158ca236e67 | [] | no_license | qiangli524/myproject | d868e94daca660275eaac456e2117075cd901d41 | 56a605367606f7d7259e49a74454d8cbcdef45ce | refs/heads/master | 2020-07-02T03:45:13.010861 | 2019-03-25T02:04:43 | 2019-03-25T02:04:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,254 | java | package com.huboot.business.base_model.login.sso.client.exception;
public class SsoException extends RuntimeException{
private static final long serialVersionUID = -1827198664611457387L;
private String code = "403";
private String msg;
public SsoException() {
super();
}
public SsoException(String message, T... | [
"437954760@qq.com"
] | 437954760@qq.com |
15df480fc8d162da99df501966e7702a666bdab4 | aab2a45faab24ee09c59ec9c3d6f484ce7db4242 | /WangYiYun/app/src/main/java/com/example/wangyiyun/Search.java | b835c2d07d66a19793b647c9085e8de7bc2611a1 | [] | no_license | suagger/FristProject | a470f246c4921f51a36be87ca95385f681d28b72 | bb071328858f4d7f49fbc3493be576fa5cc20616 | refs/heads/master | 2020-08-28T21:02:57.775388 | 2019-10-27T07:44:28 | 2019-10-27T07:44:28 | 217,820,106 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,192 | java | package com.example.wangyiyun;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.app.Activity;
import android.graphics.Color;
import android.graphics.Typeface;
import android.os.Build;
import andro... | [
"genazhen@xiyou3g.com"
] | genazhen@xiyou3g.com |
0b6928ab9288d90e70ecbc3e4f8cd67d4bd6bf7d | 027e713d403e139f2a4015590bbcbe556ac19728 | /src/br/org/cesar/jedje/javame/JEdjeCanvasObject.java | d73a282efa7caf9e81833390119eb7c44eb3e1fe | [] | no_license | dpsm/jedje | c64d80be9dded9c22e5d7b752c5b107ba7e03a6a | aa747589650435e5b4812dabbbef8b6fa3383ac6 | refs/heads/master | 2018-12-29T19:33:25.934144 | 2009-02-02T14:21:09 | 2009-02-02T14:21:09 | 97,355 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,125 | java | /**
* Copyright (c) 2008 David Marques.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* D... | [
"dpsmarques@yahoo.com"
] | dpsmarques@yahoo.com |
329919f2e6fb49eb21783d4b50838b51b0dfb9ca | c87fd6d93631a1a98e77fede930eb59702002a82 | /engine/src/test/java/org/teiid/query/optimizer/TestDependentJoins.java | 208c237d3d218d0a87a8cb23dca5aa1ea6f7da77 | [
"Apache-2.0"
] | permissive | Freakey17/teiid | 6a216d844b5f79993d6aca7b82225270fd3e3175 | 76d29a5580f018fa42c842c1ccb2f5ee6b4b9cdb | refs/heads/master | 2020-04-30T10:57:40.183351 | 2019-03-20T18:03:04 | 2019-03-20T18:03:04 | 176,790,018 | 0 | 0 | NOASSERTION | 2019-03-20T18:02:24 | 2019-03-20T18:02:24 | null | UTF-8 | Java | false | false | 58,760 | java | /*
* Copyright Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags and
* the COPYRIGHT.txt file distributed with this work.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may ob... | [
"shawkins@redhat.com"
] | shawkins@redhat.com |
c8ae33d37f724918680f86a92f033c6938167ff9 | 814169b683b88f1b7498f1edf530a8d1bec2971f | /mall-product/src/main/java/com/bootx/mall/product/controller/admin/plugin/PaypalPaymentController.java | 8eb8c655c0315b5043bc6b40be994c6872211206 | [] | no_license | springwindyike/mall-auth | fe7f216c7241d8fd9247344e40503f7bc79fe494 | 3995d258955ecc3efbccbb22ef4204d148ec3206 | refs/heads/master | 2022-10-20T15:12:19.329363 | 2020-07-05T13:04:29 | 2020-07-05T13:04:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,320 | java |
package com.bootx.mall.product.controller.admin.plugin;
import java.math.BigDecimal;
import java.util.HashMap;
import java.util.Map;
import javax.inject.Inject;
import com.bootx.mall.product.common.Results;
import com.bootx.mall.product.controller.admin.BaseController;
import com.bootx.mall.product.entity.PluginCon... | [
"a12345678"
] | a12345678 |
519d7a3a2d6e548b2862f1c30a06a68ddad18e93 | 8a77b600c5676f6c5378347bc893c58b19b68fa7 | /apes-system/src/main/java/top/luoqiz/system/modules/security/rest/SecurityUserController.java | 6e2d094e41f866ab595c602e6501478e34eb8983 | [] | no_license | luoqiz/apes-admin | 40c3c5156650dca821ee1e649e8d31baa082460a | cd943cee9ead5d6c459a9eaec140bc57f26f55dd | refs/heads/master | 2023-08-22T00:17:26.269284 | 2021-08-06T08:27:53 | 2021-08-06T08:27:53 | 393,310,281 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,988 | java | package top.luoqiz.system.modules.security.rest;
import com.baomidou.mybatisplus.core.toolkit.IdWorker;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.DeserializationFeature;
import com.fasterxml.jackson.databind.ObjectMapper;
import io.swagger.v3.oas.annotations.Oper... | [
"luoqiangzheng@gmail.com"
] | luoqiangzheng@gmail.com |
f4d52bacf7d20b4cb365aec3bcce50420d1201ab | 1c8f9d7258b282fc64e803a9d209d6f06b93ee34 | /src/main/java/org/jeecgframework/web/system/service/impl/UserServiceImpl.java | bce5e42078faffa41ceb72c930bab967f6520570 | [] | no_license | songchengxi/master | 648624c9d6ec05a2860cdbc9ddb48c9ab6dcd58b | 8c3b3d1a00d095491258c1c1f36ec8580a26a134 | refs/heads/master | 2021-09-06T04:55:56.634542 | 2018-02-02T14:11:46 | 2018-02-02T14:11:46 | 108,369,839 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,918 | java | package org.jeecgframework.web.system.service.impl;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import com.scx.system.entity.CompanyRoleUser;
import org.jeecgframework.web.system.pojo.base.TSLog;
import org.jeecgframework.web.system.pojo.base.TSRoleUser;
import org.jeecgframework.web.system.... | [
"476214747@qq.com"
] | 476214747@qq.com |
10ea42510629a526d16ad43736741922d493eecd | 526bb0f0e257e3ebdfea2054a9066716744a4950 | /spring-web/src/main/java/vn/topica/itlab4/springweb/controller/ProductController.java | 5d393f9c3ee2cfb1b875969babd8fce485b3b723 | [] | no_license | khanhnguyenbn/spring-web | 5e31ee880c25db20e94566801cfc6b89909656a4 | f890a85c703e009dbdd5d2e40cf8fac9a39ea483 | refs/heads/master | 2022-12-25T17:20:28.297348 | 2019-10-15T03:16:41 | 2019-10-15T03:16:41 | 210,903,687 | 0 | 0 | null | 2022-12-16T08:23:01 | 2019-09-25T17:34:45 | CSS | UTF-8 | Java | false | false | 2,072 | java | package vn.topica.itlab4.springweb.controller;
import java.util.List;
import java.util.Set;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.PathVariable;
import org.s... | [
"khanh.nguyenba.97bn@gmail.com"
] | khanh.nguyenba.97bn@gmail.com |
648d4b540becaf507b2ba896bacf5b52ead3945e | b43d7769bdd97adcf647193fb39c4a59662dceba | /hoodie-common/src/main/java/com/uber/hoodie/exception/HoodieIndexException.java | 93da5b9d87a3c7c9bb4524187e8c929cda4b59b3 | [
"BSD-3-Clause",
"MIT",
"LicenseRef-scancode-protobuf",
"CC-BY-3.0",
"Apache-2.0"
] | permissive | jianxu/hoodie | 34e56c9f7ba972759bb979beaef4a60715cdc4bb | 8529fa61149c41edd2b4d2e6b6e17912370643d3 | refs/heads/master | 2020-12-07T02:39:34.721812 | 2017-10-10T21:07:24 | 2017-11-08T19:52:52 | 95,495,458 | 0 | 0 | null | 2017-06-26T22:39:41 | 2017-06-26T22:39:41 | null | UTF-8 | Java | false | false | 979 | java | /*
* Copyright (c) 2016 Uber Technologies, Inc. (hoodie-dev-group@uber.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
... | [
"prasanna@uber.com"
] | prasanna@uber.com |
d362bbf3044c9c843b05bcdb10fcf44a7e7b6e78 | 2804968f274b13f058dc98f3adeb2f984c347177 | /app/src/main/java/tj/beataddiction/ResetDataReceiver.java | feca74f021555b7975ffd165de92863effc6c7dc | [] | no_license | ridwanultanvir/BeatAddiction | 60a498002a04dad62aadc928f22bada034a50d66 | 19466e946ceae3b980a522ab0888f94cacb084d0 | refs/heads/master | 2022-07-18T08:30:57.315986 | 2020-05-21T23:13:12 | 2020-05-21T23:13:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 406 | java | package tj.beataddiction;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
public class ResetDataReceiver extends BroadcastReceiver {
@Override
public void onReceive(Context context, Intent intent) {
DatabaseHelper dbHelper = new DatabaseHelper(c... | [
"tanjim.ak49@gmail.com"
] | tanjim.ak49@gmail.com |
6899ff0ce033ef7d0841a98a437db94ae18a61a0 | cad84a0b50222f584d65a05e7ef0f4111371bba0 | /practiceJava/src/lintCode/Q93_BalancedBinaryTree.java | 75d2d89e2a5153f014850b729e6b72440945f8e3 | [] | no_license | pengshuai2010/practiceJava | cb14348811160789d1a59df69e5c7d7eb1319688 | a1e03dc0290ab829e0458db52a406aaf74f54d15 | refs/heads/master | 2021-03-13T01:55:26.656627 | 2017-04-29T03:31:15 | 2017-04-29T03:31:15 | 38,922,341 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,605 | java | package lintCode;
import basicAlgorithms.TreeNode;
/**
* Created by speng on 8/10/16.
*/
public class Q93_BalancedBinaryTree {
/**
* @param root: The root of binary tree.
* @return: True if this Binary tree is Balanced, or false.
*/
public boolean isBalanced(TreeNode root) {
return -... | [
"pengshuai2010@gmail.com"
] | pengshuai2010@gmail.com |
87b5a0d83feaaffb5234d910087bfe477ba16f1f | f4d7f96559a64ce5d8cdc48e4b78ab1a0652034a | /trApi/src/main/java/com/taoren/model/lb/Label.java | 06d1b4c52f2e345774fff87ce43532c806867d83 | [] | no_license | wangss/du-ma-se | 84d6cbff38f23b612e4a96a56a9a89278a051324 | 4de4361d7fa110ff50d9b364e77eaa911d4dd5e5 | refs/heads/master | 2021-01-10T01:37:01.456403 | 2015-12-08T16:14:40 | 2015-12-08T16:14:40 | 47,631,479 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,533 | java | package com.taoren.model.lb;
import java.io.Serializable;
import java.sql.Timestamp;
import java.util.List;
/**
* Created by wangshuisheng on 2015/5/26.
*/
public class Label implements Serializable {
private Long id;
private Long uid;//所属人id
private String labelName;
private String labelDetail;
... | [
"wangss_1001@163.com"
] | wangss_1001@163.com |
e5981b83f71e1a8b56b8fb7520aac063fc61c368 | 180936d239d44b077cbb3728fdb6b195f52726d9 | /src/main/java/com/jj/ranger/client/v1/domain/SearchRepositoriesCriteria.java | 744cb7f9503cdad8654ce1cd2028d6cfe65a14e3 | [] | no_license | jjmeyer0/ranger-client | 11602e5927f6e0fa3d50b4f6d20e944c44ee51db | d4a73ace6a359a62276a72d0c4d4320696f690e1 | refs/heads/master | 2021-01-20T22:20:18.211282 | 2016-06-28T18:15:32 | 2016-06-28T18:15:32 | 62,163,929 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,180 | java | package com.jj.ranger.client.v1.domain;
public class SearchRepositoriesCriteria {
private Integer pageSize;
private Integer startIndex;
private String name;
private String type;
private Boolean status;
public Integer getPageSize() {
return pageSize;
}
public void setPageSize(I... | [
"jjmeyer0@gmail.com"
] | jjmeyer0@gmail.com |
f43486ad2bd0cbc699d9987d075cef684e153234 | 2116fd1518705b413df43e243a3cea576c6a5933 | /bloSSOME2/src/blossome/command/message/CmdMsgSendList.java | 87dd4f703d26f5162269a7167814f4db3a169c1d | [] | no_license | kws4211/jsp | 433b0a40224e11c0a00213991cbe9efb706a1732 | b483d5e60022caf5f53263842f0cc65be40e3852 | refs/heads/master | 2021-01-20T07:23:42.532659 | 2017-05-17T07:24:45 | 2017-05-17T07:24:45 | 89,915,762 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 825 | java | package blossome.command.message;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import blossome.command.Command;
import blossome.command.CommandException;
import blossome.session.MessageRepository;
import blossome.vo.MsgVO;
public class CmdMs... | [
"kht518@naver.com"
] | kht518@naver.com |
800b1319d5247d803c5d62da25db5fa0d9788e64 | 0288e3f1c97335267febfe16aafdf4c88b34a077 | /other/RMI_BioAPI_AsteriskJava_Server.java | e2a0ff030af0ecf8b9e13a0989f7d74b60578a6c | [] | no_license | x358792975/RMI-Project | eb1c6057080f42be4bb8dadf32318c59de88e6fa | 8090d9518b5b71d94d158d47144752a2c3458746 | refs/heads/master | 2021-01-20T02:37:42.574410 | 2017-04-27T05:00:06 | 2017-04-27T05:00:06 | 89,431,244 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,701 | java |
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.rmi.RemoteException;
import java.net.*;
import java.rmi.server.*;
import java.rmi.Naming;
/**
*
*/
/**
* @author bon
*
*/
p... | [
"sean900531@hotmail.com"
] | sean900531@hotmail.com |
b476132f743547edc4040a92d6c4d1f77e0446a3 | bb9140f335d6dc44be5b7b848c4fe808b9189ba4 | /Extra-DS/Corpus/class/aspectj/1466.java | 0b60f7abf3acd6db1cf5f3cd8483ea7f4d198d48 | [] | no_license | masud-technope/EMSE-2019-Replication-Package | 4fc04b7cf1068093f1ccf064f9547634e6357893 | 202188873a350be51c4cdf3f43511caaeb778b1e | refs/heads/master | 2023-01-12T21:32:46.279915 | 2022-12-30T03:22:15 | 2022-12-30T03:22:15 | 186,221,579 | 5 | 3 | null | null | null | null | UTF-8 | Java | false | false | 1,089 | java | /* *******************************************************************
* Copyright (c) 2005 Contributors.
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* htt... | [
"masudcseku@gmail.com"
] | masudcseku@gmail.com |
477459d31222bbd99a1388aa2e21ed56af15255f | 29b72f6cc5730f990262cb24a336adf8d13a5a31 | /sdk/src/main/java/com/finbourne/lusid/model/AllocationSetRequest.java | 9228adbb45e16c0e3d1512a20609483666bc9417 | [
"MIT"
] | permissive | bogdanLicaFinbourne/lusid-sdk-java-preview | 0c956b453f5dd37888f11e0128d8a2e32abda236 | 3e6d1ed20bf398fafed58364360895a1f2f0476f | refs/heads/master | 2023-04-06T06:21:49.057202 | 2021-04-19T18:50:06 | 2021-04-19T18:50:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 32,151 | java | /*
* LUSID API
* # Introduction This page documents the [LUSID APIs](https://www.lusid.com/api/swagger), which allows authorised clients to query and update their data within the LUSID platform. SDKs to interact with the LUSID APIs are available in the following languages and frameworks: * [C#](https://github.com/... | [
"concourse@finbourne.com"
] | concourse@finbourne.com |
92437c624b0960ec8c61d83c332c79bb58c951c1 | 6c7acf7a75595f74d7f92ef6ef2dd3369bc4547e | /src/DesignPattern2/abstractFactory/XiaomiPhone.java | 3c93147833ddb3406153d414fbc293fb06f27818 | [] | no_license | Xt6253555/sjjj | ddeb3c237cace0f994aa3bfbef148110d2b5d48e | ab755211259d0d6364c6b1efdfd20ee9658cd07e | refs/heads/master | 2023-08-18T03:12:00.254005 | 2021-09-26T02:39:51 | 2021-09-26T02:39:51 | 367,583,312 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 273 | java | package DesignPattern2.abstractFactory;
public class XiaomiPhone implements PhoneProduct {
@Override
public void Start() {
System.out.println("手机开始");
}
@Override
public void End() {
System.out.println("手机结束");
}
}
| [
"txu3@trip.com"
] | txu3@trip.com |
44ffb7054c1df4749433e77be9d7906fcfedb962 | 9d6bd3c8a48116cf6897f3a3d1d5529421e2f041 | /Lecture1/src/com/company/AbstractClassExample.java | a9b7a4f15a202014370dd7bc62642db78d88a187 | [] | no_license | yadp/JavaAdvanced2021 | ec689316699d4670af8e7509d16bc1ee9779feae | 17068b9dd1b6c375fe29dbb66bd9ddf76e8fb302 | refs/heads/master | 2023-04-26T04:05:42.724616 | 2021-05-15T09:49:35 | 2021-05-15T09:49:35 | 338,831,434 | 0 | 0 | null | 2021-03-06T11:28:16 | 2021-02-14T15:06:54 | Java | UTF-8 | Java | false | false | 224 | java | package com.company;
public abstract class AbstractClassExample implements TestInterface{
abstract void abstractMethod();
@Override
public void testMethod() {
System.out.println("testMethod");
}
}
| [
"yavorpetkov92@gmail.com"
] | yavorpetkov92@gmail.com |
e097c2cb39a0b1f28d3c2e03a7607df859747ec3 | ad0300c29aa79d6b25e430efd128344f1c283369 | /clojure/core_sorted_map.java | 0892362ab10d84082fbb8c5540dfe5d184ec6db9 | [] | no_license | galdolber/clojure-core-java | d7cedc6e68d3755f3ff446e9bbec988d8739c74d | 1ef06a7ecd400fa9f91cb17f636ebcf308f3b320 | refs/heads/master | 2016-09-10T12:52:54.014593 | 2014-01-25T22:04:10 | 2014-01-25T22:04:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 410 | java | package clojure;
import clojure.lang.*;
public final class core_sorted_map extends clojure.lang.RestFn {
static {
}
public core_sorted_map() {
super();
}
public java.lang.Object doInvoke(java.lang.Object keyvals1) {
return ((clojure.lang.PersistentTreeMap)clojure.lang.PersistentTreeMap.create((clojure.lang.I... | [
"gal.dolber@gmail.com"
] | gal.dolber@gmail.com |
8e5a051baa7f05aa22a9657675798d843106aadd | f0f6daa8e6ac0b848c6872b507e49f9d0a5d0755 | /src/main/model/Todo.java | e32ea7f9a3f3be45ea9ab0f47d3966b5887d07f3 | [] | no_license | StrawberryMilsc/ToDoList | d9f12c0c24ff95dbe97c059ae5f0436e10d513db | 93fdaee537c0755fd5f43fb525c9dd5c0a8f656f | refs/heads/main | 2023-04-03T03:09:26.334418 | 2021-04-08T01:33:14 | 2021-04-08T01:33:14 | 355,726,051 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,925 | java | package model;
import model.exceptions.EmptyStringException;
import model.exceptions.NullArgumentException;
public abstract class Todo {
protected String description;
protected int progress;
protected int etcHours; // Estimated Time To Complete
protected Priority priority;
// MODIFIES... | [
"noreply@github.com"
] | StrawberryMilsc.noreply@github.com |
24d268c3be311ba2a79a7488c95d200b47eba4ef | 1e3aac1b8f56d7dc8960a842811153c9cbfbc3c0 | /pharmacies/src/main/java/isa/tim28/pharmacies/model/MedicineConsumption.java | f76ae2d5d14e7fcf1045165d2e47afe5c83ecb72 | [] | no_license | tamararankovic/pharmacies_backend | e8c156a034615f9ee1c2cf23cc359401ab7a98f1 | bf0b84fe86771b6969aa483b43756c6895e1757b | refs/heads/master | 2023-05-22T21:11:12.571071 | 2021-06-04T09:30:22 | 2021-06-04T09:30:22 | 333,131,431 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,873 | java | package isa.tim28.pharmacies.model;
import java.time.LocalDate;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
imp... | [
"rankovictamaraa@gmail.com"
] | rankovictamaraa@gmail.com |
fc8bb62cf4a9c8706c070426ff6758cdc0647ec1 | e12a58e4a2b2d72bbb64cc3cb907093b9c621092 | /src/main/java/org/bpt/cpp/dp/tsp/CollectingBeepers.java | 5f53917b51d810d344292be193e949961640017a | [] | no_license | toaler/CPP | 3f8b3f78d700eaef06266de5ea21dbf8664045d8 | d3fe0e914e0491a2dba84800d78f53f98f5a14d1 | refs/heads/master | 2020-05-31T12:29:26.436163 | 2015-07-07T07:23:49 | 2015-07-07T07:23:49 | 15,200,294 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,794 | java | package org.bpt.cpp.dp.tsp;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.PrintStream;
import java.util.ArrayList;
import java.util.List;
import java.util.Scanner;
/**
* Solution to 10496 - {@code Collecting Beepers}, see {@linktourl http://uva.onlinejudge.org/index.php?option=onlin... | [
"brian.toal@gmail.com"
] | brian.toal@gmail.com |
60db935469efde31efe645205f7d0f44d8ea4f8e | 0f232fc4da65ae4ca6f794d023637890758c56bf | /yeb-server/src/main/java/com/maple/server/pojo/PoliticsStatus.java | caab9c531b68962be0e3cb75a3c715b5614e8ed7 | [] | no_license | ashilye/yeb | e53ab96d5ef9065457300485d1a17186f4f7cf7a | 3a88baa1c50eff048d3a3711782ed6d013933172 | refs/heads/master | 2023-03-17T10:58:37.208446 | 2021-03-08T09:32:03 | 2021-03-08T09:32:03 | 340,890,222 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 857 | java | package com.maple.server.pojo;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.EqualsAnd... | [
"307590625@qq.com"
] | 307590625@qq.com |
f9c852dfa5572bd6f82153efcbdb0c89adaaf2d6 | 6a5dbc1d7558ebb753487e1cdafee7adcfd595c1 | /src/com/company/Hackerblock/String/Uppercase.java | ba679acb784ccadc16903beae3bfc77aa449f86f | [] | no_license | abbisk/Cruxx | ec60924aa8f871ed2d4fb1094a72ac56c166f003 | fb206cfe01dc946527f6556f59caf841f84fe6d4 | refs/heads/master | 2020-06-01T12:47:19.981749 | 2019-10-21T00:35:21 | 2019-10-21T00:35:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 476 | java | package com.company.Hackerblock.String;
import java.util.Scanner;
public class Uppercase {
public static void main(String[] args) {
Scanner obj = new Scanner(System.in);
Character c = obj.next().charAt(0);
if (c >= 'a' && c <= 'z') {
System.out.println("lowercase");
} e... | [
"abhishekyadav.yadav53@gmail.com"
] | abhishekyadav.yadav53@gmail.com |
eaa9991e40dfe8fcc0ab3d53ce3fe995ea1feec8 | 426ade448d9c591501c2ae05341d8f1c785f2440 | /Final Project/Reversi-master/src/reversi/GameView.java | 8305ef42147ed57d410fd59d58c8b2f50ab9cf20 | [
"MIT"
] | permissive | zenofchaos/CS4341 | 152ec392086bd6eb19f2c225e43f4b0ce71d84b8 | 6d121fdd2bb3d41f93ea4b045ce04dae29086f35 | refs/heads/master | 2021-01-11T11:26:38.712564 | 2017-03-03T00:40:22 | 2017-03-03T00:40:22 | 80,022,973 | 0 | 1 | null | 2017-03-03T00:40:22 | 2017-01-25T14:40:22 | Java | UTF-8 | Java | false | false | 1,719 | java | /*
* Copyright (c) 2010 Georgios Migdos <cyberpython@gmail.com>, Filia Dova
*
* 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 r... | [
"medanielewicz@wpi.edu"
] | medanielewicz@wpi.edu |
5b2c6a3aa5500d229b5b0ec40566c58bf9b54554 | b308cb7b6c6551cca63f374ff24f5da89f2f94f1 | /src/com/yml/stack/StackIterator.java | 1eaf84d26b2821da971168961963c51e2803cba6 | [] | no_license | StalinChristopher/Object_oriented_programs | 8154f09c0f513fa8dc603cf7bf13fdbe997653cd | 0be8a356dcfef631be2ca9ea09cbeed0be33f826 | refs/heads/main | 2023-08-07T20:28:40.685618 | 2021-09-16T18:01:39 | 2021-09-16T18:01:39 | 403,945,421 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 465 | java | package com.yml.stack;
import java.util.Iterator;
import com.yml.linkedlist.Node;
public class StackIterator <T> implements Iterator<Node<T>> {
Node<T> current;
public StackIterator(Node<T> top) {
current = top;
}
@Override
public boolean hasNext() {
return current != null;
... | [
"stalin.dsouza@ymedialabs.com"
] | stalin.dsouza@ymedialabs.com |
b991338853a899667f03eafe568777b7e728c635 | 1a943acc2c3e883d1d73f858e19fa3c6bcbba8ab | /SpringExampleIII/src/com/tutorialspoint/MainApp.java | a4a011b7ab28b376baebfa90a4c1a3438030b112 | [] | no_license | mscyan/SpringExercise | e4423e266567a7a490b77104ec668696a7b2a06d | 94c65c4aecf6fa6e402ede867a43e60e752a9fab | refs/heads/master | 2021-04-26T23:02:11.395782 | 2018-03-09T08:02:25 | 2018-03-09T08:02:25 | 123,919,338 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 493 | java | package com.tutorialspoint;
import org.springframework.context.support.AbstractApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class MainApp
{
public static void main(String[] args)
{
AbstractApplicationContext context = new ClassPathXmlApplicationCon... | [
"yanchao00001@hotmail.com"
] | yanchao00001@hotmail.com |
078098e585c23f90134ade36f86b7bfe57a174d2 | ed44df19374f0e86a9faa58ad57c77a641c73ac7 | /aws-java-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ProvisionedThroughputExceededException.java | 39d959cc9abd28def2168730574fe52bb9771dba | [
"Apache-2.0"
] | permissive | da-demo-account/aws-sdk-java | 2ef5c1f4e29e02fcc9e3310accb71f2f71183ef9 | fe64a1bbb11d9385a96e11e27fdafe606ad5c0d9 | refs/heads/master | 2021-01-11T21:36:38.624023 | 2017-01-11T20:46:23 | 2017-01-11T20:46:23 | 78,815,415 | 0 | 0 | null | 2017-01-13T04:31:36 | 2017-01-13T04:31:36 | null | UTF-8 | Java | false | false | 1,254 | java | /*
* Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
4081b49e3f55f6dcc5e7a6c663b74fb92369e70f | 673fa147a68a8a5d9cfb01f3b210c1a8a88b04e7 | /sorting_algorithms/algos.java | e5e52b300848acbb7a03a1d254bd6bccadfa0d17 | [] | no_license | SchwartzCode/java_data_structs_and_algos | 0f970d933f024f5539593b4a89c5c039c91c6bf8 | 62b71503e1307858d84f267a66aab93386db8b71 | refs/heads/master | 2020-04-04T20:08:58.873397 | 2019-01-07T00:53:09 | 2019-01-07T00:53:09 | 156,234,714 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,031 | java | package sorting_algorithms;
//some simple sorting algorithms implemented in java
public class algos {
public static void swap(int[] arr, int pos1, int pos2) {
int temp = arr[pos1];
arr[pos1] = arr[pos2];
arr[pos2] = temp;
}
public static void bubbleSort(int[] in) {
int size = in.length;
for ... | [
"jonbs98@gmail.com"
] | jonbs98@gmail.com |
00b30248890f3ddab434eff3e3ed83b26bc1534e | 40665051fadf3fb75e5a8f655362126c1a2a3af6 | /geosolutions-it-MapStoreMobile/1995bcf7919e4d6eb547052b8b4353d6f49c5fa7/206/PendingMissionDetailFragment.java | 8eac324327d05a44ccc10d9064441c667a3c90f5 | [] | no_license | fermadeiral/StyleErrors | 6f44379207e8490ba618365c54bdfef554fc4fde | d1a6149d9526eb757cf053bc971dbd92b2bfcdf1 | refs/heads/master | 2020-07-15T12:55:10.564494 | 2019-10-24T02:30:45 | 2019-10-24T02:30:45 | 205,546,543 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,708 | java | /*
* GeoSolutions - MapstoreMobile - GeoSpatial Framework on Android based devices
* Copyright (C) 2014 GeoSolutions (www.geo-solutions.it)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundatio... | [
"fer.madeiral@gmail.com"
] | fer.madeiral@gmail.com |
abf0b4cfe6d299fc72f9494cc5dabbef8039a240 | b2b4a6bab187aaa35f5bfc324f0ef07d37c8914a | /tree/L426.java | 25ed14cfd73d8726409c0d509d3a9b4a04b58251 | [] | no_license | fyiyu091/Leetcode | 7dd908a39bde4c019bda98038538ddcbfaf2e9c7 | 54c0a823cbf742f4693bb8c7824d9d67221fc5bb | refs/heads/master | 2023-07-19T05:37:41.645801 | 2021-08-31T03:25:25 | 2021-08-31T03:25:25 | 275,048,455 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 675 | java | package tree;
/* Convert binary search tree to sorted doubly linked list */
public class L426 {
Node prev = null;
Node head = null;
public Node treeToDoublyList(Node root) {
inOrder(root);
if (prev != null && head != null) {
prev.right = head;
head.left = prev;
... | [
"yiyu091@gmail.com"
] | yiyu091@gmail.com |
bd9f521d7b91297236682f931562cd9b45641f25 | 4c703df6fdc0596b78b1e178a6245396152d1d35 | /src/main/java/org/bdc/dcm/data/convert/lqmdb/LqcmdbLoopCheckStateThread.java | cab36e32c3c73b4ae5eb653e01dc2177049b9a93 | [] | no_license | lightechnology/dcm | 38dba899f583dae62de8b089e9ab89e92dfff8de | 758e16055f4ab5257441b433b1e0baa67ff18206 | refs/heads/master | 2020-12-02T18:12:41.391243 | 2017-08-30T10:56:56 | 2017-08-30T10:56:56 | 96,495,486 | 1 | 1 | null | 2017-08-30T08:36:30 | 2017-07-07T03:28:02 | Java | UTF-8 | Java | false | false | 2,008 | java | package org.bdc.dcm.data.convert.lqmdb;
import java.util.Optional;
import org.bdc.dcm.conf.IntfConf;
import org.bdc.dcm.vo.Server;
import org.bdc.dcm.vo.e.DataType;
import org.bdc.dcm.vo.e.ServerType;
import com.util.tools.Public;
import io.netty.buffer.ByteBuf;
import io.netty.channel.ChannelHandlerCon... | [
"Administrator@HY0473-PC"
] | Administrator@HY0473-PC |
74da2e612fdec7fa332546c5290768abbff1780e | 95d68f00389c99f880fdea196dff26640b82180c | /app/src/main/java/projectppb/com/Calculus_Inequations_Systems_two.java | 60f9fc8d046c171e86ca91d3e7d901c623915381 | [] | no_license | DheaOkySafitri-170411100006/Aplikasi-Math-Theory | c02e968a0380be933be5bff047bce8e979b7e62c | da5aa8b59e09c0f83993e605bfb61f760ea7eb66 | refs/heads/master | 2021-05-21T06:22:50.226812 | 2020-07-03T11:25:49 | 2020-07-03T11:25:49 | 256,417,116 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 769 | java | package projectppb.com;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.Toast;
import com.github.barteksc.pdfviewer.PDFView;
public class Calculus_Inequations_Systems_two extends AppCompatActivity {
PDFView pdfView;
@Override
protected void onCreate(Bund... | [
"dheaoky19@gmail.com"
] | dheaoky19@gmail.com |
2a336b745a273595ad9ebf2ea80cb74783f7294d | da364ef8694bcb00f867c3edbe3986f908ad06d8 | /cpw/mods/fml/common/asm/transformers/deobf/FMLRemappingAdapter.java | 963607946b6098c62d71880dceb04b5e8ee1809a | [] | no_license | WesleyRen/minecraft-youthdigital | 5928ca94f8eb2b3ec32cd792c081c889a0567188 | 6a5b064344c545de58fc7774002568d60c5f2c3c | refs/heads/master | 2021-01-10T14:33:44.860609 | 2015-11-29T23:09:11 | 2015-11-29T23:09:11 | 47,078,845 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,179 | java | /*
* Forge Mod Loader
* Copyright (c) 2012-2013 cpw.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Lesser Public License v2.1
* which accompanies this distribution, and is available at
* http://www.gnu.org/licenses/old-licenses/gpl-2.0.htm... | [
"wesleyren@yahoo.com"
] | wesleyren@yahoo.com |
2f7de631af34491b45afe24c2324659201595dc3 | 64fba860c733450863772ec8b2511a36b15eb326 | /src/main/java/com/smsmissedcall/entities/Destinataire.java | 135706b8cb2e0a2a49dbf7482095152e01ee1e6f | [] | no_license | desireadje/SmsMissedCall-Spring-Boot | 422994e65cc90f0db59b6cc4e2307b82b420679e | 26a722947822b61355c5ce3a08af79956cee8d6c | refs/heads/master | 2022-12-19T16:15:09.820875 | 2020-10-16T08:59:43 | 2020-10-16T08:59:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 354 | java | package com.smsmissedcall.entities;
public class Destinataire {
// Attributs
private String Dest;
// Constructeurs
public Destinataire() {
super();
}
public Destinataire(String dest) {
super();
Dest = dest;
}
// Getters and Setters
public String getDest() {
return Dest;
}
public void setDest(St... | [
"adjedesire1995@gmail.com"
] | adjedesire1995@gmail.com |
fc8ddcc4fc26c3b78ea23b295a66f1771a8c43e6 | 79c660d37cf720fdcf385ffe96b8dcac537a8bce | /Objectif5/src/jus/poc/prodcons/v/objectif3/Consommateur.java | e93e3fdfbe331b5ca93f9a1ce7c544b210f79675 | [] | no_license | nicko466/ProjetSe | c1a0b5d1fef3a4aa816dcd9fed03520460404e32 | 4c07930ed925a80380b283b21ea2e2009558339c | refs/heads/master | 2016-09-06T03:18:40.397941 | 2012-12-18T03:47:12 | 2012-12-18T03:47:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,522 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package jus.poc.prodcons.v.objectif3;
import jus.poc.prodcons.v.objectif5.MessageX;
import java.util.logging.Level;
import java.util.logging.Logger;
import jus.poc.prodcons.*;
/**
*
* @author rb-ka
*/
public class... | [
"nicko466@gmail.com"
] | nicko466@gmail.com |
50576df2b0aefcf5758b8bfde89819513e3cb292 | fded74c9fa333fac30dfaeafe7b3f7214af04468 | /app/src/main/java/com/suda/openpayshortcut/activity/pay/MobikeScanActivity.java | c777726997bbd56caff4e5ed3baffb2d9f19fe03 | [] | no_license | dlhxr/OpenPayShortcut | 9a0b7b53bd6d5eff136799e1c61a9de643cede52 | 7dbf81ce35fc8e655b72fa288ab6018ac97f050e | refs/heads/master | 2021-05-10T17:23:11.415620 | 2018-01-28T02:17:35 | 2018-01-28T02:17:35 | 118,607,963 | 0 | 0 | null | 2018-01-23T12:32:32 | 2018-01-23T12:32:31 | null | UTF-8 | Java | false | false | 447 | java | package com.suda.openpayshortcut.activity.pay;
import com.suda.openpayshortcut.util.RootShell;
/**
* Created by dlhxr on 2018/01/27.
*/
public class MobikeScanActivity extends BasePayActivity {
@Override
public void openPay() {
RootShell rootShell = RootShell.open();
rootShell.execute("am ... | [
"dlhxr@163.com"
] | dlhxr@163.com |
7269e11efaa83c8bc3fb8bc51e732d99774f07c8 | f6b90fae50ea0cd37c457994efadbd5560a5d663 | /android/nut-dex2jar.src/com/google/android/gms/signin/internal/c.java | 71a9850eb1f26eb17aef65ec19d8df333ee8be9f | [] | no_license | dykdykdyk/decompileTools | 5925ae91f588fefa7c703925e4629c782174cd68 | 4de5c1a23f931008fa82b85046f733c1439f06cf | refs/heads/master | 2020-01-27T09:56:48.099821 | 2016-09-14T02:47:11 | 2016-09-14T02:47:11 | 66,894,502 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,016 | java | package com.google.android.gms.signin.internal;
import android.os.IInterface;
import android.os.RemoteException;
import com.google.android.gms.auth.api.signin.GoogleSignInAccount;
import com.google.android.gms.common.ConnectionResult;
import com.google.android.gms.common.api.Status;
public abstract interface c extend... | [
"819468107@qq.com"
] | 819468107@qq.com |
91cefd0c0328ffa4064cd0b190d767a6b08d5ae7 | a94619fdc8770da90d0d307da64f19e95bcbbfc7 | /java/com/google/i18n/phonenumbers/repackaged/com/google/protobuf/InvalidProtocolBufferException.java | 24e970c1c73b22898f01039c87f026b72e9c3d34 | [] | no_license | BeCandid/CFR | b95cf21629ced30fac290a61ff51d443057a5919 | ab5019fb6196b6c8f8e2a3fe18f557b89831d690 | refs/heads/master | 2021-01-12T05:52:09.792333 | 2016-12-24T10:04:51 | 2016-12-24T10:04:51 | 77,222,002 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 274 | java | /*
* Decompiled with CFR 0_110.
*
* Could not load the following classes:
* java.io.IOException
*/
package com.google.i18n.phonenumbers.repackaged.com.google.protobuf;
import java.io.IOException;
public class InvalidProtocolBufferException
extends IOException {
}
| [
"admin@timo.de.vc"
] | admin@timo.de.vc |
4c0c9a98b06303d5117f822bb62720e9297ec880 | b7e206810d2365e82fcac0f2b57210f06665e4c2 | /interlok-core/src/main/java/com/adaptris/core/RequestReplyProducerBase.java | d16f7807e8273e6e4cec7669b613d3b223e05d6a | [
"Apache-2.0"
] | permissive | adaptris/interlok | 33b829fb1979f6bbcb230a2f2592c48d0aecf680 | 5eeb78cfa620fb16a9827be862180118e777afc5 | refs/heads/develop | 2023-09-01T19:52:09.830345 | 2023-08-28T10:51:49 | 2023-08-28T11:08:15 | 44,253,783 | 28 | 11 | Apache-2.0 | 2023-09-13T17:15:43 | 2015-10-14T14:37:52 | Java | UTF-8 | Java | false | false | 2,330 | java | /*
* Copyright 2015 Adaptris Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... | [
"lewin.chan@adaptris.com"
] | lewin.chan@adaptris.com |
238edbb6814ca0f88c809c8e9ba6c5187edf3482 | f695ffad9aacddd7628ec41bb8250890a36734c8 | /ecp-coreservice/ecp-coreservice-common/src/main/java/com/everwing/coreservice/common/wy/entity/product/MyShoppingCartCommonService.java | 6c8e0e7739ee299ab86b33a1ec0f445dd9318ba8 | [] | no_license | zouyuanfa/Everwing-Cloud-Platform | 9dea7e324f9447250b1b033509f17f7c8a0921be | f195dfe95f0addde56221d5c1b066290ad7ba62f | refs/heads/master | 2020-04-13T18:22:36.731469 | 2018-12-28T06:18:37 | 2018-12-28T06:18:37 | 163,372,146 | 0 | 4 | null | null | null | null | UTF-8 | Java | false | false | 4,462 | java | package com.everwing.coreservice.common.wy.entity.product;/**
* Created by wust on 2018/12/7.
*/
import com.alibaba.fastjson.JSONObject;
import com.everwing.coreservice.common.wy.entity.common.select.asset.AssetSelectList;
import com.everwing.coreservice.common.wy.entity.common.select.customer.CustomerSelectList;
im... | [
"17711642361@163.com"
] | 17711642361@163.com |
12dcb06d2f6fed776f24855866ef6fee196cf4e1 | 722493f088837bf2dd3f1ea9c2b7ccc207638386 | /src/pasa/cbentley/layouter/swing/demo/RunLayouterDemoSwingDelegate.java | 6e48e8359bfcbcc7ce5fcfc90a3bea6ebbbbad14 | [
"MIT"
] | permissive | cpbentley/pasa_cbentley_layouter_swing | ee543561159e245161ca20c95abee578bd451662 | 95a8044bdf5dcfcdd860aa9fa3b464cfd8e5bfd2 | refs/heads/master | 2023-02-08T16:44:38.658106 | 2023-02-06T12:05:57 | 2023-02-06T12:05:57 | 224,897,924 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,684 | java | /*
* (c) 2018-2020 Charles-Philip Bentley
* This code is licensed under MIT license (see LICENSE.txt for details)
*/
package pasa.cbentley.layouter.swing.demo;
import java.awt.Color;
import java.util.Random;
import javax.swing.JButton;
import javax.swing.JPanel;
import pasa.cbentley.byteobjects.src4.c... | [
"cbentley@mail.ru"
] | cbentley@mail.ru |
8e64539d45c975413024b4099348c2cffce24e08 | 1fadc1383e6bb942729aa0de08fde13c86ea2ca1 | /test/transform/resource/after-ecj/YieldInTryBlock.java | 95b3177a83139f4ee9838124c7c70d898ffd36bb | [
"MIT"
] | permissive | abailly/lombok-pg | 3d0650a5c0f9fb6a520f295ca3b74a5955123bcf | fcb65d1f0b7f2d2efa4392862c7a662564aa8f80 | refs/heads/master | 2021-01-21T00:56:36.602574 | 2012-05-12T13:02:11 | 2012-05-12T13:02:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,889 | java | import java.lang.Iterable;
class YieldTryBlock {
YieldTryBlock() {
super();
}
public @java.lang.SuppressWarnings("all") Iterable<String> test() {
class $YielderTest implements java.util.Iterator<String>, java.lang.Iterable<String>, java.io.Closeable {
private boolean b;
private @java.lang.Supp... | [
"peichhor@web.de"
] | peichhor@web.de |
7211a42d7f20abcd69d99544b87eab583eabe084 | ee7bee058de3b35d4cbffdc24e2c29d4a352ff99 | /src/main/java/br/com/zupacademy/gian/mercadolivre/produto/CaracteristicasProdutoRepository.java | ac9fa137f259e58e9c0a3f1e9d24ae6b3e333a19 | [
"Apache-2.0"
] | permissive | gianmsouza/orange-talents-06-template-ecommerce | 9f8acecc57dd3ac92e74db363a7abfe82bf025e2 | d9496d41dfb0100966144727199f6655e77433e5 | refs/heads/master | 2023-05-31T20:13:10.018010 | 2021-07-12T14:00:26 | 2021-07-12T14:00:26 | 383,154,499 | 0 | 0 | Apache-2.0 | 2021-07-05T13:41:52 | 2021-07-05T13:41:51 | null | UTF-8 | Java | false | false | 286 | java | package br.com.zupacademy.gian.mercadolivre.produto;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface CaracteristicasProdutoRepository extends JpaRepository<CaracteristicasProduto, Long> {
}
| [
"gianmarcelsouza@gmail.com"
] | gianmarcelsouza@gmail.com |
7deb58e39e141223bd65489436d9cef7b5c5a1c8 | f56d9ca6325ab0288b6eb5405ae04cb5c8b13cb2 | /app/src/main/java/com/divine/appwisata/PushNotif.java | d567dd35d867243f13a0f84e88155ee4d989edb5 | [] | no_license | yahya18/LampungTrip | 48d7bb983411a897826fe5c1de9b31aeda50266d | 22fc91560438926dc57c1184f656a1bc1f891e3e | refs/heads/master | 2020-05-16T05:46:53.999905 | 2019-06-17T14:15:06 | 2019-06-17T14:15:06 | 182,825,648 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,531 | java | package com.divine.appwisata;
import android.annotation.SuppressLint;
import android.app.Notification;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.net.Uri;
import android.os.Bundle;
import android.os.Build;
import android.support.annotation.NonNull;
import android.sup... | [
"fuadyahya1812@gmail.com"
] | fuadyahya1812@gmail.com |
6766f52af526ca440f8269ca195c60ee607a0c60 | 982057aa19cefacd93556d21973edbba3377012c | /creative-build-api-doc-service/src/main/java/com/sooncode/creative_build_api_doc_service/model/response/GetAllInterfacesResponseModel.java | f967fccede1c8b4cd070f784c30bf19795cf8a75 | [] | no_license | hechenwe/creative-build-api-doc-service | 1da5e4cb8961645ed0da782effa93855fd0e71a8 | becd519b32e0edb4ecb8d00960b7f3d57ce585ef | refs/heads/master | 2018-10-28T06:08:12.527154 | 2018-08-22T14:39:34 | 2018-08-22T14:39:34 | 119,822,382 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,378 | java | package com.sooncode.creative_build_api_doc_service.model.response;
import java.util.List;
import com.sooncode.creative_build_api_doc_service.entity.Interfac;
import com.sooncode.creative_build_api_doc_service.entity.Parameter;
import com.sooncode.creative_build_api_doc_service.entity.ParameterRetur;
public ... | [
"chenhe9@201712070012-.creditease.corp"
] | chenhe9@201712070012-.creditease.corp |
0c183114d0438847c3b679c6af80450da70c0cca | f6328857cc731a4fc7727e9fec4e3a3bb0758b58 | /app/src/androidTest/java/com/atang/androidtodo/ApplicationTest.java | bd67aac894c53be0887fd4936f1bedde26289cdb | [
"Apache-2.0"
] | permissive | atang-trulia/ToDo | cfa21cdc8b11d20acd8f3980c91f80f5fc6b7ae6 | 2799ed691bec4ad3d840106f8cc88301d49a1327 | refs/heads/master | 2016-08-12T03:16:25.551662 | 2016-04-09T07:57:49 | 2016-04-09T07:57:49 | 54,533,849 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 352 | java | package com.atang.androidtodo;
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() {
s... | [
"atang@trulia.com"
] | atang@trulia.com |
950d2df02615b3bc1c3c35798df15b6cb2a595cb | fb0d90d605ede40a574520e5d779c616821aa09e | /src/ProxyTeht/RealImage.java | 2e2488343e15be204800639122f3f41601559add | [] | no_license | Ozuge/KouluSuunnittelumallit | 722f6973007edc7e2ac8b0c0c098b2183825988d | d4ed29e6d3097be182296d5e4c25307647467921 | refs/heads/master | 2020-03-08T13:44:11.585497 | 2018-05-03T10:56:57 | 2018-05-03T10:56:57 | 126,799,515 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 902 | 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 ProxyTeht;
/**
*
* @author ottoj_000
*/
public class RealImage implements Image{
private String filename ... | [
"ottoas@metropolia.fi"
] | ottoas@metropolia.fi |
0a35afb7da43b2b74e24cfcac5d73c42ab167203 | 46946342fed948e9f65e22328d14c8f13b857ae1 | /mapsdk/src/main/java/com/unistrong/api/mapcore/IMapFragmentDelegate.java | 871fb9ac447834cb4171a9d9f831b5283d64144f | [] | no_license | UersNOer/AllInLinkApp | a1805816198d12e9d491c8f8af1a58fcc091c4ff | 1a75da52e53921060a934bdb653d29708cb1d87d | refs/heads/master | 2023-07-09T22:48:05.180754 | 2021-08-13T06:59:17 | 2021-08-13T06:59:17 | 394,186,337 | 2 | 0 | null | 2021-08-13T06:59:18 | 2021-08-09T07:04:41 | Java | UTF-8 | Java | false | false | 1,470 | java | package com.unistrong.api.mapcore;
import android.app.Activity;
import android.content.Context;
import android.os.Bundle;
import android.os.RemoteException;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.unistrong.api.maps.UnistrongException;
import com.unistro... | [
"782647832@qq.com"
] | 782647832@qq.com |
bf67e54c2e35d1571aabbf0cbf77ba23158f0c21 | 05b0e970c1f6d9225f0be81a1f46a60cff0fa540 | /IdeaProjects/java200/chapter15/SearchString.java | 4a6b651b9cc6ce4ce945f8527cd7de24344e70ee | [] | no_license | jonghui7179/java200 | 5ce46ff8f5e98ddc78f5bdbe734e16c2b2ebb20b | 51e5966ce206e7de9bf247f8969628406b658fa2 | refs/heads/master | 2020-06-25T01:27:01.796524 | 2019-08-04T13:28:19 | 2019-08-04T13:28:19 | 199,121,323 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 612 | java | import java.util.Scanner;
class SearchString {
public static void main(String[] args) {
Scanner stdIn = new Scanner(System.in);
System.out.print("문자열 s1:");
String s1 = stdIn.next();
System.out.print("문자열 s2:");
String s2 = stdIn.next();
int idx = s1.indexOf(s2);
... | [
"dawnofdev@gmail.com"
] | dawnofdev@gmail.com |
d7c825aecf439c83d62ca4747d7e17255f91bea8 | 1ae6b68e500d86d54c2d03b7d4629a6c591a1336 | /src/aksha/connectiondetector/ConnectionDetector.java | 0bf116e56c63296a85038d4dab1415ad1d6b4a65 | [] | no_license | krishnapratap007/Mosaic | 769dfd1b7eade3e192c7825c911368d725b1e729 | dcaf4cab184a6411eebfb1ccd169d57f1a3ad7ed | refs/heads/master | 2016-09-06T02:29:28.522984 | 2015-03-27T09:37:39 | 2015-03-27T09:37:39 | 32,975,804 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 766 | java | package aksha.connectiondetector;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
public class ConnectionDetector {
private Context _context;
public ConnectionDetector(Context context){
this._context = context;
}
public boolean isConnect... | [
"agentk@localhost.localdomain"
] | agentk@localhost.localdomain |
6dc557551180dccc43d7031ff6e1813f3991213c | 96726e8528eaf3d93d58fb3f0267de8dba7799f9 | /src/argouml-app/src/org/argouml/configuration/IConfigurationFactory.java | fc279791ea548b5028951c002366d1ddf01ba06c | [
"BSD-3-Clause",
"LicenseRef-scancode-other-permissive"
] | permissive | marcusvnac/argouml-spl | c84d556a98e1a04f01fba3a921db6cb62e519085 | bcae37308b13b7ee62da0867a77d21a0141a0f18 | refs/heads/master | 2021-01-12T20:55:55.500881 | 2015-06-11T19:41:28 | 2015-06-11T19:41:28 | 37,139,993 | 4 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,041 | java | // $Id: IConfigurationFactory.java 40 2010-04-03 19:25:46Z marcusvnac $
// Copyright (c) 2006-2007 The Regents of the University of California. All
// Rights Reserved. Permission to use, copy, modify, and distribute this
// software and its documentation without fee, and without a written
// agreement is hereby granted... | [
"mtov@dcc.ufmg.br"
] | mtov@dcc.ufmg.br |
9156591c12dff92f8658fc1f1cc665f41eb4eebe | 798e3563930a7f5098a790d86cba09a53a9030bd | /src/com/uas/erp/service/oa/VacationService.java | 070449963310a5495950fd6d527dab4543aed93c | [] | no_license | dreamvalley/6.0.0 | c5cabed6f34cab783df16de9ff6ddfc118b7c4fe | 12ed81bf7a46a649711bcf654bf9bcafe70054c2 | refs/heads/master | 2022-02-17T02:31:57.439726 | 2018-07-25T02:52:27 | 2018-07-25T02:52:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,087 | java | package com.uas.erp.service.oa;
import java.util.Map;
public interface VacationService {
void saveVacation(String formStore, String caller);
void updateVacationById(String formStore, String caller);
void deleteVacation(int va_id, String caller);
void auditVacation(int va_id, String caller);
void r... | [
"812669424@qq.com"
] | 812669424@qq.com |
0ef7d04681219e9c25c77e3d733b2cc3fc576081 | 06b4e34f823e293e1751ed08d4245c0595e64fb5 | /src/main/java/com/ecom/user/dto/ProductDTO.java | 192db58298998b7a87ae8ea18cb90fa63ab911f0 | [] | no_license | Adhishree22/UserMS | 0fe0299a5f65ab150c903702de7419c3bfe4cdbb | 97908c9dc0c666319776a6054897821a4f9fa81a | refs/heads/main | 2023-07-18T18:42:25.261698 | 2021-09-12T14:18:52 | 2021-09-12T14:18:52 | 405,579,455 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,452 | java | package com.ecom.user.dto;
public class ProductDTO {
String prodId;
String productName;
Double price;
Integer stock;
String description;
String image;
String sellerId;
String category;
String subcategory;
Double productrating;
public String getProdId() {
return prodId;
}
public void setProdId(Str... | [
"noreply@github.com"
] | Adhishree22.noreply@github.com |
6d0a43dd8be936f22fef27eeaf009a241cf3aabe | a01b802cbcb99c9476286d7dfb40533ec684c8d8 | /app/src/main/java/red/shaurya2k17/Sports/Cricket/Batsmen.java | 21529dacbedba94866825570f17fc6f4c07a44c5 | [] | no_license | anr007/Shaurya2K17 | 2383d90e802244f44bbc09513c3bebb1424ec636 | 65f5631e4d483dd81f1e9ee23872427f7458d1b1 | refs/heads/master | 2020-04-06T04:14:43.776051 | 2018-02-19T14:00:53 | 2018-02-19T14:00:53 | 83,027,557 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,012 | java | package red.shaurya2k17.Sports.Cricket;
/**
* Created by reddy on 27/2/17.
*/
public class Batsmen {
String name;
String runs;
String fours;
String sixes;
String team;
String balls;
public String getBalls() {
return balls;
}
public void setBalls(String balls) {
... | [
"narayanareddy500@gmail.com"
] | narayanareddy500@gmail.com |
93f01ebd8851ae973ceed25dc0cb668483fa4656 | 53831214cbde3df6fd733d6efbfcb36ec3ad4179 | /app/src/test/java/br/com/greg/schedule/ExampleUnitTest.java | a6b98fa50481efa51cbeba1ed0739724d62e1bb8 | [] | no_license | gregorydossantos/FirstApp | f15b65999346c680021f7426d5775ccd8761373c | e27aac828cfa829d0dee7766a91fb0c9514b8ead | refs/heads/master | 2021-04-14T09:27:13.861242 | 2020-09-26T15:37:43 | 2020-09-26T15:37:43 | 249,222,684 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 381 | java | package br.com.greg.schedule;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void a... | [
"gregescribano@gmail.com"
] | gregescribano@gmail.com |
4dc99917231a3ed93bf5f2406cef97b32fbdd4dd | 6f0fbae7f7a7759768f68d876a4161c85469efbc | /src/main/java/com/thrust/Action.java | 9182a8bb7f8703ae83132628005dd8bf30779dcd | [] | no_license | DanielGarciaMandillo/java-thrust | eb3fdc827374a89f5e77c1eea588e100f98d544c | 69e0ce298c3aa94c7b59c143e0977fd5b1ad1915 | refs/heads/master | 2021-01-10T17:58:19.118260 | 2016-03-30T12:43:48 | 2016-03-30T12:43:48 | 44,270,922 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 390 | java | package com.thrust;
public final class Action {
public static final Action CALL = new Action("call");
public static final Action CREATE = new Action("create");
private String _action;
private Action(String action) {
this._action = action;
}
public String getName() {
return _action;
}
@Override
public S... | [
"daniel.garciamandillo@gmail.com"
] | daniel.garciamandillo@gmail.com |
d9a8e6de6550eda0e96f875a34745ce10c11d129 | b17eeacdd32ef4d22815bf8a31b4bb2bd5e2cf57 | /app/src/main/java/com/neatfox/mishutt/ui/fragment/TransactionCategoryFragment.java | 171ec225cc922ab699576c8c47c75ec42217ea42 | [] | no_license | Neatfox/mishutt | 28a86603540cc1daf15785d041ffdfcc6a71e7c8 | d3d13f1b6f01dadd03a35a810159a04c40da0656 | refs/heads/master | 2023-03-20T03:41:20.943067 | 2021-03-16T19:05:31 | 2021-03-16T19:05:31 | 332,720,390 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,116 | java | package com.neatfox.mishutt.ui.fragment;
import android.app.Activity;
import android.content.Context;
import android.content.SharedPreferences;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.os.Bundle;
import android.os.Handler;
import android.util.Log;
import android.view.Layou... | [
"neatfox.solutions@gmail.com"
] | neatfox.solutions@gmail.com |
1a911cdac6f9c3dbad0ad5b4d60f62d283b17b23 | a321cab7398276b3389377069ad7a5957f05520c | /OnlineSalonAppointment/src/main/java/com/cg/service/CustomerServiceImpl.java | b19885bfb70b8e882e613c4ffccc5773ac4d23fc | [] | no_license | Pranavi-Peddoju/OnlineSalonApplication-backend | aec654f534e0a7874a6e029cce0f2f82cf225f5a | f4b158583b995d7c62942511901e98b9648800ac | refs/heads/master | 2023-01-24T06:08:07.164331 | 2020-12-08T18:56:31 | 2020-12-08T18:56:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,444 | java | package com.cg.service;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.dao.DataIntegrityViolationException;
import org.springframework.stereotype.Service;
import com.cg.exception.DuplicateRecord... | [
"16wh1a0543@bvrithyderabad.edu.in"
] | 16wh1a0543@bvrithyderabad.edu.in |
bbd28736c80576931c6929d4ebeece5465c79656 | f14190ad7eb70571c18a05cafd0d177ae23e0ee8 | /zalo-bot/src/main/java/com/citi/winner21/page/AbstractPage.java | cd8700e8ecad52d063385ffa560d921b2008de19 | [] | no_license | tinhthanh/wefinex | 8a0b0cc60162a0609d8655f23ad5850299ee7bf6 | 180301960362c3139ad663bb304d0fa1b032bce0 | refs/heads/main | 2023-04-23T14:47:47.183309 | 2021-05-17T14:58:33 | 2021-05-17T14:58:33 | 347,596,199 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,401 | java | package com.citi.winner21.page;
import com.citi.winner21.model.ProviderAccount;
import com.citi.winner21.ultils.Constants;
import org.openqa.selenium.By;
import org.openqa.selenium.Cookie;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.support.ui.Expect... | [
"alex.huynh@pal.net.vn"
] | alex.huynh@pal.net.vn |
b1e6673f1fdc96b035b367215f64770b919392b8 | d8071602269e5fee1451e7f156051fffeb0985b3 | /src/Statki/Main.java | 3aa50a81cc6a19bb33829f20f7cdb58d9cc3fa39 | [] | no_license | M1lY/Statki | 1398622bc38e58e696ca02c18b811886fbf95384 | 25f77efb609250261cc56ad976f4ac9cdc170ef4 | refs/heads/master | 2022-06-04T20:48:44.282038 | 2022-05-19T23:17:42 | 2022-05-19T23:17:42 | 149,002,227 | 2 | 0 | null | 2018-12-07T18:35:22 | 2018-09-16T14:13:21 | Java | UTF-8 | Java | false | false | 614 | java | package Statki;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.stage.Stage;
public class Main extends Application {
@Override
public void start(Stage primaryStage) throws Exception {
Parent root = FXMLLoader.... | [
"pmilewski007@gmail.com"
] | pmilewski007@gmail.com |
63e30ae44034fb89f68d3b8a75fb794a60fa3f9c | 861bc361284fe6b86dffc948c36f2517afac3bf7 | /src/test/java/com/dappermoose/litcal/days/LeapYearTest.java | d6aed9ad35feb6fa6f37195de71fa5d92b54baf4 | [] | no_license | heitkergm/litcal | 706d1872b658fb42824134088fd23a6cda21fdfc | b827df651f0d64e78637b1b8e2ba93dd10ea1f05 | refs/heads/main | 2023-08-31T20:56:20.059563 | 2023-08-25T17:30:48 | 2023-08-25T17:30:48 | 59,060,827 | 0 | 0 | null | 2021-06-08T19:14:54 | 2016-05-17T21:35:19 | Java | UTF-8 | Java | false | false | 2,297 | java | package com.dappermoose.litcal.days;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
/**
* Test the LeapYear class.
* @author ... | [
"heitkergm@acm.org"
] | heitkergm@acm.org |
97e68ddab4554b700535881cd179a18c636389e0 | 1d8a31a5af06c89701ac613759d79943ac8fe1fc | /library/src/main/java/es/rafaco/inappdevtools/library/view/overlay/screens/sources/SourcesScreen.java | 4d53f47cd167c919e6fe5fca3b5cc67131384d97 | [
"BSD-3-Clause",
"Apache-2.0",
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | sankarvaiyapuri/InAppDevTools | 95e1d54826f2ed2164d0761983e6ee093cd2e052 | 774e777fbd524410fa80b35953b0ce2e26c0f438 | refs/heads/master | 2023-04-09T09:54:13.642419 | 2021-02-12T17:42:22 | 2021-02-12T17:42:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,646 | java | /*
* This source file is part of InAppDevTools, which is available under
* Apache License, Version 2.0 at https://github.com/rafaco/InAppDevTools
*
* Copyright 2018-2019 Rafael Acosta Alvarez
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with... | [
"rafaco@gmail.com"
] | rafaco@gmail.com |
02c09b9e4ebcfb077a0c409adb097f308400d0aa | 30ae3b28031aa7635a4cbe4fee72b64f392c6f41 | /src/main/java/com/arbysoft/tabularasa/service/UserService.java | 6d0af012f8949c297f1f40fdbffdf584cf2e67c8 | [] | no_license | lukeredgen/TabulaRasa | 2587b4060ed3f5f326db2f22e01ad875f2448d12 | 335b500f093544391a8eb82a645d5a289816c033 | refs/heads/master | 2021-01-20T12:20:59.753495 | 2017-02-21T07:23:37 | 2017-02-21T07:23:37 | 52,085,402 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,969 | java | package com.arbysoft.tabularasa.service;
import com.arbysoft.tabularasa.domain.Authority;
import com.arbysoft.tabularasa.domain.User;
import com.arbysoft.tabularasa.repository.AuthorityRepository;
import com.arbysoft.tabularasa.repository.UserRepository;
import com.arbysoft.tabularasa.security.AuthoritiesConstants;
im... | [
"lukeredgen7@gmail.com"
] | lukeredgen7@gmail.com |
c0c2c1ac79956cbdb051f6696401bc4acf78424d | 58397bd631727f66f2873a97fbf9464f5de7aa7b | /Arraylist.java | f6dd5721e76c4f3e6bb9859312eedc076c6fb18d | [] | no_license | arti1302/DataStructures | f16b930da743a71dc77d95ab7fb1778ed2d38ecd | 7911582c77227f53949e6f740f610fc3c1ff5ba0 | refs/heads/master | 2020-08-16T23:52:00.184501 | 2019-10-16T14:50:18 | 2019-10-16T14:50:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 768 | java | import java.util.*;
public class arraylist {
public static void main(String args[]) {
// create an array list
ArrayList al = new ArrayList();
System.out.println("Initial size of al: " + al.size());
// add elements to the array list
al.add("C");
al.add("A");
al.add("E");
... | [
"noreply@github.com"
] | arti1302.noreply@github.com |
5313858481f0fe2a8ca60d9f6602de49205fee61 | adda6ab3c024e089cbf6d582cb8a9c26c981343e | /src/main/java/edu/uga/qrator/logic/manage/RoleManager.java | cf178d12ff935e204e3551870bb9289f4c52cf19 | [] | no_license | ReneRanzinger/qrator | 3d1569201bd91453d11e3c93c3286c85bc665450 | 571cfb93823527075323b6d19a5149ad7b53180b | refs/heads/master | 2021-01-18T19:58:43.712354 | 2014-09-03T19:52:39 | 2014-09-03T19:52:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,625 | java | /*
* Copyright (C) 2014 Matthew Eavenson <matthew.eavenson at gmail.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any... | [
"matthew.eavenson@gmail.com@75b8def6-aaa5-685d-599d-15db22d5dcdd"
] | matthew.eavenson@gmail.com@75b8def6-aaa5-685d-599d-15db22d5dcdd |
9d2eeab162404b657553b9050bda1575a7831757 | 46f20893315884fa467f9ff89303d9ea2f5dd17b | /src/main/java/com/jeecg/p3/spinwin/service/WxActSpinwinPrizesService.java | 53debf9f3465d639c3fd710053ece5cccc58a5d7 | [] | no_license | Portg/lesson9-weixin | d30f78b68e846c4d413af0c8ac89e74cb0368b90 | e67a22d9f60ebf1db2a46a866d64eab1fd4251ce | refs/heads/master | 2021-01-01T05:08:23.845540 | 2016-04-18T07:03:45 | 2016-04-18T07:03:45 | 56,483,863 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,062 | java | package com.jeecg.p3.spinwin.service;
import java.util.List;
import org.jeecgframework.p3.core.utils.common.PageList;
import org.jeecgframework.p3.core.utils.common.PageQuery;
import com.jeecg.p3.spinwin.entity.WxActSpinwinPrizes;
/**
* 描述:</b>WxActSpinwinPrizesService<br>
* @author:junfeng.zhou
* @since:2016年03... | [
"xd_baggio@aliyun.com"
] | xd_baggio@aliyun.com |
4e46966d8ff1a7b7a257b544ecd58f7d39e7d9de | eb4933ad36687033513164ed6f8ec433f74c61f2 | /src/main/java/com/karthik/ctrl/StoryFeedController.java | 57794dcccb79c586f70f7ae01b5ba18d40956ce5 | [] | no_license | karthikeyan19/TalentHive_Services | 78526637c91488c930b5e477733499c0583af91f | 76d6cfb2efd358b91464623822db85097f3bf842 | refs/heads/master | 2021-01-22T10:28:56.835736 | 2017-06-26T08:03:21 | 2017-06-26T08:03:21 | 92,646,185 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 70 | java | package com.karthik.ctrl;
public class StoryFeedController {
}
| [
"ssbhuvaneshwar@gmail.com"
] | ssbhuvaneshwar@gmail.com |
5e1153992982b6b451d7f631f824eeedb322b4d6 | d14aa2d96c6115bfe2fcfe95de842e1dd3f69f77 | /src/main/java/com/example/demo/dto/PaymentInfos.java | c94b9a868408711248a14ed24fa46181ed61ec71 | [] | no_license | yassirez-znafry/hotels | 7dd33dcb9db86a4258e7e0774b2da4179f12156c | b9b56aab3fe86e024275f81838771528e0381fd0 | refs/heads/master | 2023-06-03T21:01:55.018835 | 2021-06-24T23:06:44 | 2021-06-24T23:06:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 429 | java | package com.example.demo.dto;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.sql.Date;
import java.sql.Timestamp;
@Data
@AllArgsConstructor
@NoArgsConstructor
public class PaymentInfos {
private Long id;
private Long sum;
private Boolean withCash;
p... | [
"lachirianass@gmail.com"
] | lachirianass@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.