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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
96547493eaf2d16ab2efa40fc130f39130bb2ce7 | ee0e6159736e1a0d6f6f70d6aec2ef2db7029e1c | /java/com/warestone_company/NCprojects/java/oop1/Employee.java | f162ddc6e2a89b17aae83dc3a50b515df3e595a9 | [] | no_license | Warestone/Netcracker_projects | d49beb762f243a167ee893e2ec9d14ba5a97c2f4 | e4dba3bc8c6003c5647d03daef2a56496d4114af | refs/heads/main | 2023-02-24T07:06:20.970639 | 2021-02-05T21:50:17 | 2021-02-05T21:50:17 | 320,681,132 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,100 | java | package com.warestone_company.NCprojects.java.oop1;
import java.util.InputMismatchException;
import java.util.Objects;
public class Employee {
private int id,salary;
private String firstName, lastName;
public Employee(int id, String firstName, String lastName, int salary){
if (id<0) t... | [
"noreply@github.com"
] | noreply@github.com |
d3f1935c940a3d519668aa1b18f0ec5d69bcfc84 | 9af7173796e0a41fc7d35d954058d9a35d0e88a6 | /src/rider/core/browser/IBrowser.java | ab088d24cce2078c453ad7b12887dedce82972c8 | [] | no_license | rinat/rider | 1838f4673bc9726642f32a00e8f527dbb7ae4639 | 6aa8de66c016c331682ae9c698d654455f9851a1 | refs/heads/master | 2021-01-20T09:41:45.634900 | 2012-02-19T14:33:18 | 2012-02-19T14:33:18 | 3,485,793 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 686 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package rider.core.browser;
import rider.view.MIDletThreadSafe;
import javax.microedition.io.ConnectionNotFoundException;
/**
* @author Shaihutdinov Rinat; Mari State University, Yoshkar-Ola 2010; PS-41
*/
public i... | [
"rinat.shaikhutdinov@gmail.com"
] | rinat.shaikhutdinov@gmail.com |
677ddef2665a7e3b4ba025a5838e80bcf9ece987 | 4119e25833c3ed2f615f6a1fbef90d704dc22c81 | /src/main/java/com/chipsolutions/geotools/catparser/CatRecord16.java | be734096258480a8cb2feb939801b2e54deb8c49 | [] | no_license | lfern/catparser | 7eebd4b5d5438b60a6e5e9dce05f9bd094ffeeb8 | d07a626aa32dfcba226c3c2d3cd5bf8e93610b66 | refs/heads/master | 2021-01-19T09:46:21.934696 | 2017-05-30T08:25:43 | 2017-05-30T08:25:43 | 87,781,980 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,399 | 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.chipsolutions.geotools.catparser;
/**
*
* @author luis
*/
public class CatRecord16 extends CatRecord{
//Identificac... | [
"lfern@gmail.com"
] | lfern@gmail.com |
ab8c1e30cbc25e368286f9cc4fda74d0f35aec93 | 26445bdcf7f1cb688bf49cf89e6bbab5b5d33520 | /testData/inspection/UnmappedTargetPropertiesReportPolicyStaticImport.java | 2440a00737f1e3e4f433684f5731d3321292397b | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | mapstruct/mapstruct-idea | f943443096c6c39354f2191984fb455bcb42d189 | 5168fbab259c968771f2944a98eb0187b55f5ade | refs/heads/main | 2023-08-27T05:45:14.343350 | 2023-08-19T08:11:41 | 2023-08-19T08:11:41 | 99,418,951 | 124 | 39 | NOASSERTION | 2023-09-08T22:04:48 | 2017-08-05T11:32:24 | Java | UTF-8 | Java | false | false | 1,571 | java | /*
* Copyright MapStruct Authors.
*
* Licensed under the Apache License version 2.0, available at https://www.apache.org/licenses/LICENSE-2.0
*/
import org.example.data.UnmappedTargetPropertiesData.Target;
import org.example.data.UnmappedTargetPropertiesData.Source;
import org.mapstruct.*;
import static org.mapst... | [
"noreply@github.com"
] | noreply@github.com |
1151192f1347cb1a9ba48a88d911176628925ec4 | 76a8d0e853d5746aab45839869ba904e3433389b | /ggdj/src/com/iotek/dao/impl/orderDaoImpl.java | 50f82c3ac47c41b63e6673224dbcd27cd5e7c59c | [] | no_license | linyong18376778615/test | 346d47581369a75c07d8f4014494263f16a28512 | df0e10760a488427f1b6f06a4860c70432d86d51 | refs/heads/master | 2020-12-03T02:27:24.900129 | 2017-07-01T03:59:40 | 2017-07-01T03:59:40 | 95,940,703 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,829 | java | package com.iotek.dao.impl;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.Timestamp;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.Locale;
import com.iotek.dao.orderDao;
import c... | [
"122548110@qq.com"
] | 122548110@qq.com |
939e4bdf481bad34bdcea3734ee295318630996b | 0416a77aa1eca1b2401551ce9765ba047e11ec7b | /TallerAPedales/Modulo1/src/main/java/org/Modulo1/Taller.java | 33301ecf6fdb7cc5e8b1d283c21c26ee112f95f8 | [] | no_license | Gerole10/JuciyCode | 5d5e60abca7b073361aa102a7b8caeb9673761f3 | e3ec0109d541f118b52fd3b2f167256274bf8b39 | refs/heads/master | 2021-07-13T13:10:25.475229 | 2019-12-02T22:08:13 | 2019-12-02T22:08:13 | 213,679,355 | 2 | 0 | null | 2020-10-13T17:36:20 | 2019-10-08T15:17:38 | Java | UTF-8 | Java | false | false | 639 | java | package org.Modulo1;
public class Taller {
private String nombreTaller;
private Box[] boxes;
public Taller() {
this.nombreTaller= "TallerAPedales";
boxes = new Box[3];
for(int i=0; i<boxes.length; i++) {
boxes[i] = new Box(i);
}
}
public String getNombreTaller() {
ret... | [
"noreply@github.com"
] | noreply@github.com |
7fd3dc9912ffb7e09338f7a587adfe7fe9fd229f | d9ad49c79e941e74e807525c9d11f76fec8fe6c9 | /WarehouseApp/src/main/java/in/nareshit/somu/controller/ShipmentTypeController.java | 70aaee7e6386001b5fb8755d0ecd842ff2427a81 | [] | no_license | saswatmeher05/SpringProjects | 1535902cbc9e04daa059c704bc2df8bec06b2cbd | eb905a11cf8f5584ae452d691acd663012ffaf65 | refs/heads/master | 2023-03-07T08:49:24.706891 | 2021-02-26T12:57:07 | 2021-02-26T12:57:07 | 337,438,354 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,332 | java | package in.nareshit.somu.controller;
import java.util.List;
import java.util.Optional;
import javax.servlet.ServletContext;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bi... | [
"saswa@DESKTOP-0F3M21B"
] | saswa@DESKTOP-0F3M21B |
f103ed1b8199e5479fc38a114a4374fe22c14cd4 | 7f14df5c7c5bc6175db1ea9f1d9b66c39142a006 | /src/test/java/eu/redzoo/article/javaworld/http2/HighLevelHttp2ClientTest.java | 8f311fe7349090046d6235a180a25c61aa6d37ae | [
"Apache-2.0"
] | permissive | rongfengliang/http2 | 3295ee5d4f3308e11d178ad432dbe2bdb3ea98b7 | c225360650c542df6122883d40d57e9e6a76f820 | refs/heads/master | 2021-05-30T23:48:25.537803 | 2015-06-15T08:37:15 | 2015-06-15T08:37:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,506 | java | /*
* Copyright (c) 2015 Gregor Roth
*
* 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 ... | [
"gregor.roth@web.de"
] | gregor.roth@web.de |
8e47a713d812cc0939ebeef44f23b5ac9cb710b0 | f40a9ea8fcc5cf34e132181aed9076978161dc45 | /l2-tools/groundworks/src/oliver/tree/treetable/AbstractCellEditor.java | a9a305f34275f7d62851cc69e37db6676f7715a5 | [] | no_license | azeroman/Livingstone-2 | 7cb7373e58457ab09f979a966eed2ae043285dee | c422a8264900860ff6255c676e254004766486ec | refs/heads/master | 2022-04-12T20:35:36.050943 | 2020-04-08T14:58:50 | 2020-04-08T14:58:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,229 | java | //
// * See the file "l2-tools/disclaimers-and-notices.txt" for
// * information on usage and redistribution of this file,
// * and for a DISCLAIMER OF ALL WARRANTIES.
//
package oliver.tree.treetable;
import java.awt.Component;
import java.awt.event.*;
import java.awt.AWTEvent;
import javax.swing.*;
import java... | [
"kbshah1998@outlook.com"
] | kbshah1998@outlook.com |
18ee49466d472b9d42fadf8062324f559d017455 | 329b2cb3c91a0c953458efd253c4fcdce6f539c4 | /graphsdk/src/main/java/com/microsoft/graph/extensions/WorkbookFunctionsTrimMeanRequestBuilder.java | 87837a70282db265c020f6685018e137a8a5bac8 | [
"MIT"
] | permissive | sbolotovms/msgraph-sdk-android | 255eeddf19c1b15f04ee3b1549f0cae70d561fdd | 1320795ba1c0b5eb36ef8252b73799d15fc46ba1 | refs/heads/master | 2021-01-20T05:09:00.148739 | 2017-04-28T23:20:23 | 2017-04-28T23:20:23 | 89,751,501 | 1 | 0 | null | 2017-04-28T23:20:37 | 2017-04-28T23:20:37 | null | UTF-8 | Java | false | false | 1,521 | java | // ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
pa... | [
"brianmel@microsoft.com"
] | brianmel@microsoft.com |
1748c123069471c43a74c44b647c97de81c0c691 | 27f0a9ee89197fb697f7f22d358a4695a1f0c246 | /service/service_vod/src/main/java/com/dwl/service_vod/entity/from/UploadFileFrom.java | b4000c2c4e50b395daf703667d2e8092a7b5b949 | [] | no_license | duweibaolei/guli_parent | cc11b74765bcf942ce8ac06f92fe62fafc86963a | 8e0e15bed22f9a7a682de146398c9ccbf5b7e38c | refs/heads/master | 2023-03-17T14:23:36.759987 | 2021-03-14T10:02:33 | 2021-03-14T10:02:33 | 313,196,167 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,699 | java | package com.dwl.service_vod.entity.from;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
/**
* 文件上传实体类
*/
@ApiModel("文件上传实体类")
@Data
public class UploadFileFrom {
/**
* 阿里云ossAccessKeyId
*/
@ApiModelProperty(value = "阿里云ossAccessKeyId")
... | [
"849639984@qq.com"
] | 849639984@qq.com |
592d0ce528dcce821fe3f07682462c0127fb996b | 6f2d09698a0f660924512121640096e475061c89 | /app/src/main/java/com/firstappandroid/nativeandroidcodemagic/FirstFragment.java | d3514bd25922983f074ab32ec66bcca0dcee65cc | [] | no_license | icarusdust/native-android-codemagic | 3a86b916d7772de28aa021e9d02119a25db748f3 | ad35eb62f0e5fd6ff877f7f520862449f265875b | refs/heads/master | 2023-06-02T18:56:02.858638 | 2021-06-24T14:22:15 | 2021-06-24T14:22:15 | 379,377,750 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,316 | java | package com.firstappandroid.nativeandroidcodemagic;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.fragment.app.Fragment;
import androidx.navigation.fragment.NavHostFragment;
import com.firstap... | [
"nihalagazade@gmail.com"
] | nihalagazade@gmail.com |
1571c3a1b6f9942651685fa62c93b0e23c753a9d | b98b04b03b49eba133a3cb44ee4c9096054aed38 | /collector/src/main/java/com/bfxy/collector/web/IndexCollector.java | cb16f92c83afcde744e87e7aeef6d89e10311490 | [] | no_license | zhaojh0610/kafak | eb899bc0d614f3ff2ec64e04905688e5c4d94dae | af0cd525dd7ccadffa3a0c7d82dd6dd436d35b59 | refs/heads/master | 2023-01-03T04:07:43.758287 | 2020-11-01T12:22:27 | 2020-11-01T12:22:27 | 293,462,608 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,070 | java | package com.bfxy.collector.web;
import com.bfxy.collector.util.InputMDC;
import lombok.extern.slf4j.Slf4j;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* @author zhaojh
* @date 2020/10/31 12:47
*/
@RestController
@Slf4j
public cla... | [
"zhaojh0610@163.com"
] | zhaojh0610@163.com |
9b760553ca4f0407ff81848fbf09150ee827c285 | 087fc3e084171dbc2d72356378292a561be690e5 | /src/ast/expressions/Identifier.java | 587c3fc51f16fdc576ce23d38b7d24186a867353 | [] | no_license | inzize/streamit-tae | c165a29f7a6185b069f5bdf1772ed83d8772865b | 2ba51e0fa73be6804bcb2c64300e26c49f9f654a | refs/heads/master | 2021-01-19T04:24:32.111007 | 2016-08-11T04:52:56 | 2016-08-11T04:52:56 | 65,161,160 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,965 | java | package ast.expressions;
import ast.AbstractCode;
import ast.Decl;
import ast.members.Function;
import ast.statements.VarDecl;
import ast.Program;
import ast.types.Type;
import hierarchicalGraph.FilterInstance;
public class Identifier extends Expression0
{
String name;
public Decl declaration;
public Ide... | [
"pongsena@hotmail.com"
] | pongsena@hotmail.com |
653db44a7caf6385461ed5e21f7b8d94e626c0c5 | ba552bd81c3785bff1fd584f1c30846aac4a4da5 | /source/javaservletprogramming/src/chr08/ProtectedResourceServlet.java | 857fff6650f91047ae9022dff889e406fb69c283 | [] | no_license | closing/mydatabase | fe56dd3d43db296ef561ff3106f1bff34d6bd880 | 5730293d916a2a69028ce2bddb1caeb971656140 | refs/heads/master | 2021-05-12T06:13:42.540175 | 2019-04-10T00:34:28 | 2019-04-10T00:34:28 | 117,212,682 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,230 | java | package chr08;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import javax.servlet.http.HttpUtils;
... | [
"noreply@github.com"
] | noreply@github.com |
710fe469d22cf2dbc2e6db38982edeb67ac54500 | 55e97145f7f906f977b35636e7f3a19fd17c995a | /src/ast/ActualPar.java | 0749617d2806a818621af21d2ea61efb0d665a1a | [] | no_license | brunocarneiro/obe-compiler | 57a9ebda7047ebada08c717d638d3f658a18a6a7 | 62863f33f9b6c1e61044bfda1175d3484f44fe1f | refs/heads/master | 2016-09-02T02:37:14.976371 | 2011-09-28T02:30:57 | 2011-09-28T02:30:57 | 2,472,283 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 544 | java | package ast;
import java.util.List;
import static util.WriterHelper.getTabulacao;
public class ActualPar extends Node {
private List<Expression> expressions;
public List<Expression> getExpressions() {
return expressions;
}
public void setExpressions(List<Expression> expressions) {
this.expressions = expres... | [
"bj.carneiro@gmail.com"
] | bj.carneiro@gmail.com |
f65461e5acd99f8dbdac606fcd36838e75aec86e | 025d7aed9f7b5a2829c97fcbf387b2c47043516d | /src/club/AddClubIntroduction.java | 6ff13beb0a97f31bc45286e7a6c2fbcf6f3d848d | [] | no_license | LZ0616/ECLUBS | 71ff157ec205931093486629f014c85fdd86ec12 | c17e83c4857e05ec6dfc297cdd2d30f5dac5c1e1 | refs/heads/master | 2020-06-24T09:16:55.018036 | 2019-07-26T09:02:33 | 2019-07-26T09:18:39 | 198,926,567 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 3,964 | java | package club;
import java.io.IOException;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServ... | [
"740562234@qq.com"
] | 740562234@qq.com |
e4b0cf03539a5bce7ebdd1207e1752ed7bace099 | 3c0fd00c3ed98b3d61ba76984e3b7425e7b3a45d | /aad/src/main/java/com/jex/aad/support/viewpager/transforms/RotateDownTransformer.java | 1762de0d7de98e98c17eb7fa552af26ce632dc55 | [] | no_license | JexLib/JexAAd | 2d879f33f1f01bb0db4a766d3f4557101a0a67f6 | abf321653b13737e61e75cd4a4d02f160cddc6c9 | refs/heads/master | 2021-07-10T06:31:02.062337 | 2017-10-06T15:08:19 | 2017-10-06T15:08:19 | 106,016,648 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,152 | java | /*
* Copyright 2014 Toxic Bakery
*
* 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 ... | [
"Justin Huang"
] | Justin Huang |
8370395bcd023d1d805b8ddd7898c9dbce2f8dda | 78e041d66650c4dc7bf481a2b7a461e14a7bf25d | /divergents/divergents-common/src/main/java/com/sih/msde/divergents/controller/FeedbackController.java | 50923ea15c8afb627d00dd4c9869b26f4772c154 | [] | no_license | ruchipareek5/team-divergents | 45d6aee5c4baa1bcc5f84cea4d51e2009409219f | d987c3c0a9f79d54eec673bf45090a1896858623 | refs/heads/master | 2021-04-15T10:00:18.225365 | 2018-07-03T12:12:05 | 2018-07-03T12:12:05 | 126,136,139 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,347 | java | package com.sih.msde.divergents.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.MediaType;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.anno... | [
"priyanka@smaltandberyl.com"
] | priyanka@smaltandberyl.com |
fe4d669d4acf044da707dd034da37401f1182d53 | df98f849e437f37cbea3cda5979343e6962f525e | /src/main/java/pl/sda/advanced/oop2/OOP2.java | bf2090e55162c99d06ab35f426b5b5bef80d0255 | [] | no_license | maciejgruba/Advanced31 | 9516fa17e7051d5f0dc4629379b4f70be6f37e54 | f0e9ab908ef67730a16d45cf36d0738401fc2867 | refs/heads/master | 2022-11-30T12:44:27.944676 | 2020-08-07T17:20:22 | 2020-08-07T17:20:22 | 281,467,229 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,443 | java | package pl.sda.advanced.oop2;
import java.lang.reflect.Array;
import java.math.BigDecimal;
import java.util.Arrays;
public class OOP2 {
public static void main(String[] args) {
personBasics();
Polymorfizm();
interfaces();
Countries poland = Countries.POLAND; // instancja enuma - o... | [
"gruba.maciej@gmail.com"
] | gruba.maciej@gmail.com |
1c3cd97b4a5750e88fb651cb682c2bcf2511cc4a | 25820da6b91f8b270fd9490f1de013d7207388d2 | /graph-dc/graph-dc-core/src/main/java/com/haizhi/graph/dc/core/bean/SchemaField.java | 512d4a5f7bd5374e9f9da02146649e803a2089db | [] | no_license | Joegxx/graphplatform | d784da9d5475a84d836974474bc00263b06a4ad0 | b9341937406f5cfc946ded3ecac5126114c977c0 | refs/heads/master | 2022-04-01T14:01:43.466782 | 2019-10-15T16:27:41 | 2019-10-15T16:27:41 | 272,382,227 | 0 | 1 | null | 2020-06-15T08:24:19 | 2020-06-15T08:24:18 | null | UTF-8 | Java | false | false | 1,277 | java | package com.haizhi.graph.dc.core.bean;
import com.haizhi.graph.common.constant.FieldType;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.io.Serializable;
/**
* Created by chengmo on 2018/1/17.
*/
@Data
@NoArgsConstructor
public class SchemaField implements Serializable {
private long graphId;... | [
"geektcp@163.com"
] | geektcp@163.com |
dd7bbb01dc05e2feb2678b90bbfb74141b6548a1 | 3f7e62870f1fdd1c65649ae8efc3502390462478 | /pongeService/src/hr/ponge/pfa/axis/core/operations/UpdateDocumentResp.java | f2da12ece8de29773f424721a5a20917f2f4c15d | [] | no_license | krunoslav/pongePFA | 1f046542f00e3c7f10828e08228abd5bb956019a | abf33c09b23c97db51fbdd9c085899def2204196 | refs/heads/master | 2021-01-23T04:09:28.657930 | 2014-10-14T15:53:14 | 2014-10-14T15:53:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 19,692 | java | package hr.ponge.pfa.axis.core.operations;
/**
* UpdateDocumentResp bean class
*/
@java.lang.SuppressWarnings(value = {"unchecked" ,"unused"})
public class UpdateDocumentResp implements hr.ponge.pfa.service.core.document.UpdateDocumentRespDTO , org.apache.axis2.databinding.ADBBean {
/**
* field for Docu... | [
"kruno.samardzic@orka.hr"
] | kruno.samardzic@orka.hr |
fc2cc5c382d023e884cd2f2449a0e0a9702021b2 | 1246c5baf0bed38e69b5f71e3b06cc8431f2aa47 | /src/com/qlhui/thoughtlight/utils/FileUtiles.java | 5f204f89b010991c9987c5127846c394ee11cf53 | [] | no_license | zhanpeng111/wenhuaquan | 87c61e49d249bda4d1d4fe6c2aa6b121c2ddec0f | 5f74490341d4fba9a03536b93d3762eb16dca797 | refs/heads/master | 2021-01-12T05:46:28.323357 | 2016-12-23T03:40:31 | 2016-12-23T03:40:31 | 77,194,162 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,566 | java | package com.qlhui.thoughtlight.utils;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import android.content.Context;
import android.graphics.Bitmap;
import android.os.Environment;
/**
* 把网络图片保存到本地 1.强引用,正常实例化一个对象。 jvm无论内存是否够用系统都不会释放这块内存
* 2.软... | [
"389663696@qq.com"
] | 389663696@qq.com |
4abc4f536e12772190b6fbce6bc9ab8ba9afef34 | ed60b60073048951fd12b2cd77b834f4d84213e4 | /app/src/main/java/com/xmyunyou/wcd/ui/gaizhuang/StoreDatailCommentFragement.java | 86757ca44a9e08c772f2208b6591cc34c6368855 | [] | no_license | jimohuishangyin/myproject | 3e46612bf1b855278d6f1d582ddb7c237aff3df3 | af46ef716b00bec02b6bd9a1fc56a7dd8d701960 | refs/heads/master | 2021-01-23T15:50:58.448991 | 2015-04-17T09:39:20 | 2015-04-17T09:39:20 | 34,107,049 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,851 | java | package com.xmyunyou.wcd.ui.gaizhuang;
import android.app.ActionBar;
import android.app.Service;
import android.content.Context;
import android.graphics.drawable.BitmapDrawable;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.text.TextUtils;
... | [
"492727008@qq.com"
] | 492727008@qq.com |
079f666fe60f164b1fd820f7cfd809040e619e9e | 52dab375550cc6111979945bc2881f211f4ff2bc | /subsequence.java | 26113c301ccc735c721afd67c3b5ef60eb5f0b7c | [] | no_license | patricktanna/java-sample-problems | dc45fe29290320f09f964ce1c133b1a55c071152 | cd7bdc82bf46966cd114b3def7468b63b4c66326 | refs/heads/master | 2021-04-30T10:02:34.871280 | 2018-02-21T05:17:58 | 2018-02-21T05:17:58 | 121,325,176 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,522 | java | import java.util.*;
public class SubsequenceChecker{
/* **********************************************************
This method sorts an input array of strings by length
in decending order.
************************************************************/
public static void length... | [
"noreply@github.com"
] | noreply@github.com |
fa0441942146eabaa4c837e45532262a28d67567 | ad6990b75e23fae08ecc0da76da2072a08121004 | /SmallestSubString2.java | 79b71aaea628ee26c1852cb25ba2519a9f701b5e | [] | no_license | Avanish-git/Avanish_test | ea9bf19b2bdfb232a59f07a33bf8d98e45fba673 | d3c0ee6eaa64135924c7e408960fdcdf5a27d273 | refs/heads/master | 2020-08-20T05:31:50.870646 | 2019-10-18T10:27:55 | 2019-10-18T10:27:55 | 215,986,654 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 788 | java | import java.util.LinkedHashSet;
import java.util.Scanner;
import java.util.Set;
public class SmallestSubString2 {
public static void main(String[] args)
{
Scanner sc=new Scanner(System.in);
String inputString=sc.nextLine();
int result=smallestSubString(inputString);//method call
... | [
"noreply@github.com"
] | noreply@github.com |
ebbc327d8f3d57c4a24636c6836c366637997419 | 5ddba37292b4bfaa4dd7b914b23dcc8f747f9c86 | /org/jfree/chart/demo/BarChartDemo1.java | 92edb8398fafa81c3a258d09b262a72e0e5de019 | [] | no_license | micahnut/CMSC-105 | 974a4ffde5c5aa3d9813d47a3ec2a340068d05ec | e736fe1aa68fcf63890c49a6eb36fe967bf11a4e | refs/heads/master | 2021-07-06T22:51:39.008350 | 2019-06-26T16:23:35 | 2019-06-26T16:23:35 | 191,587,894 | 0 | 0 | null | 2020-10-13T13:51:30 | 2019-06-12T14:32:16 | Java | UTF-8 | Java | false | false | 4,238 | java | /* */ package org.jfree.chart.demo;
/* */
/* */ import java.awt.Color;
/* */ import java.awt.Dimension;
/* */ import org.jfree.chart.ChartFactory;
/* */ import org.jfree.chart.ChartPanel;
/* */ import org.jfree.chart.JFreeChart;
/* */ import org.jfree.chart.StandardChartTheme;
/* */... | [
"noreply@github.com"
] | noreply@github.com |
3efc2fbfbb983d7ec1318f4e548aacfe48ae460a | dbdc78b0e43e79bc99f06ac7dfbdf2fad98129b1 | /core/src/main/java/org/juzu/impl/utils/Tools.java | db12a5ca54e15909c06da12927c419b5d06cea19 | [] | no_license | edpzjh/juzu | beb49ba9c304400933658a194d5766a41f7c7995 | 538dff0c06e5fd3fbcd78e972085797dd8118a01 | refs/heads/master | 2021-01-17T07:09:32.737047 | 2012-02-13T16:49:48 | 2012-02-13T16:50:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,102 | java | /*
* Copyright (C) 2011 eXo Platform SAS.
*
* This 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 option) any later version.
*
* This software i... | [
"julien@julienviet.com"
] | julien@julienviet.com |
723c070ebdd187216e4cb0037d999dc983d2a7b2 | 6bb7bdc325b34469b65c648b52072ac77ba14e17 | /takin-webapp/tro-cloud/tro-cloud-common/src/main/java/io/shulie/tro/cloud/common/enums/PressureModeEnums.java | 66426a5834934abcd0fa1a8ea61cdb9244750f83 | [
"Apache-2.0"
] | permissive | NijaCN/Takin | c2ac00e528d7b78d7340a901d45891f59d5d7f8c | 93a03997ddfe0993d013185787eb471ab5d90995 | refs/heads/main | 2023-06-26T05:22:50.919980 | 2021-07-27T05:57:01 | 2021-07-27T05:57:01 | 389,866,134 | 1 | 0 | Apache-2.0 | 2021-07-27T06:01:36 | 2021-07-27T06:01:35 | null | UTF-8 | Java | false | false | 1,143 | java | /*
* Copyright 2021 Shulie Technology, Co.Ltd
* Email: shulie@shulie.io
* 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 r... | [
"576425673@qq.com"
] | 576425673@qq.com |
786efae035104b9df0f21fcd67b2a5f68bd349ac | 7510f578e54a9872fdef05a3fbd05f68d247e8a9 | /android/app/src/main/java/com/imdb/MainApplication.java | 20200125f2da49ad3e30b06daedc058506a89323 | [] | no_license | Nilavarasi/IMDB-React-Native | 203316d680ddf1bda6ef87e2ec3f914942f567da | dd1e4c8f3a2a119b0d075744d6031b5c823e3f6a | refs/heads/master | 2023-04-11T00:56:08.846424 | 2021-04-22T15:09:13 | 2021-04-22T15:09:13 | 360,560,867 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,150 | java | package com.imdb;
import android.app.Application;
import com.facebook.react.ReactApplication;
import com.swmansion.gesturehandler.react.RNGestureHandlerPackage;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com.facebook.react.shell.MainReactPackage;
import com.facebook.solo... | [
"nilavarasisivasankaran@Nilavarasis-MacBook-Pro.local"
] | nilavarasisivasankaran@Nilavarasis-MacBook-Pro.local |
14d39c67c930fb2da58af94fb90ec2437bfad3b6 | 2f3ec1cec5f79409e4757008f8be4522d789dd53 | /app/src/main/java/br/edu/ifsp/scl/sdm/listacontatossdm/view/ContatoActivity.java | 30fad250273d10955d0a704d07b4b08e7b0ff7a6 | [] | no_license | joaolutzSDM/ListaContatosSDM | 74d5c55d1e16de7fd89d0229e79380b05b40bd1c | 2265a55f96150286ddffd05f4385ec601172520b | refs/heads/master | 2020-03-28T17:24:44.604261 | 2018-09-15T16:03:58 | 2018-09-15T16:03:58 | 148,786,852 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,033 | java | package br.edu.ifsp.scl.sdm.listacontatossdm.view;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import br.edu.ifsp.scl.sdm.listacontatossdm.R;
import br.edu.ifsp.scl.sdm... | [
"joao.lutz@aluno.ifsp.edu.br"
] | joao.lutz@aluno.ifsp.edu.br |
bb66f83bb10b75dd225c074dc11e75cd2f098c33 | db0e32f1ac9b1ae9cdfb0a7019a35a28acb79836 | /src/djikistraShortPath/Edge.java | 1b1c87d23340d79a795a94c547bfcdfc31875276 | [] | no_license | hsine55/Algorithms | 32e563482d810ee97f9801810371aa2ab8e04ebe | 2ef5a9e946ef04d9d943a0b50fc28ca08a5293c6 | refs/heads/master | 2021-01-10T23:00:28.823964 | 2017-01-07T14:59:59 | 2017-01-07T14:59:59 | 70,433,813 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,144 | java | package djikistraShortPath;
import java.util.ArrayList;
import java.util.List;
import djikistraShortPath.Vertex;
public class Edge {
private List<Vertex> endPoints = new ArrayList<Vertex>();
private int weigh;
public Edge(int weigh, Vertex endPoint1, Vertex endPoint2) {
this.weigh = weigh;
... | [
"hsine.benmessaoud@gmail.com"
] | hsine.benmessaoud@gmail.com |
33037649b94d1880fa32ea2b3fb8b2a8f6461dc4 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/11/11_1002487abd842699813a50fc0483a68923586754/TextStroke/11_1002487abd842699813a50fc0483a68923586754_TextStroke_t.java | d48b4ca7036b88ebe3a90299926939eae8069fc7 | [] | 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 | 22,128 | java | /*----------------------------------------------------------------------------
This file is part of deegree, http://deegree.org/
Copyright (C) 2001-2009 by:
Department of Geography, University of Bonn
and
lat/lon GmbH
This library is free software; you can redistribute it and/or modify it under
the... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
edeaa4bec0a634e9904464f80e85da3d9de0e636 | d1bf5f1ce00bbe843cd99319f3e14d3539e29a1b | /pet-clinic-web/src/main/java/com/petclinic/petclinictutorial/Bootstrap/DataLoader.java | 31dc8203d89bc6bdaf2b0e37e69848ab943be12b | [] | no_license | krompac/spring-pet-clinic-tutorial | dd6ca197e4a27b48f3587cd558746c3f6d1afa4f | ac6ffe47d4aced5fdee85a61d59741807a950f1f | refs/heads/master | 2020-06-23T14:37:44.356681 | 2019-09-05T15:08:54 | 2019-09-05T15:08:54 | 198,651,480 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,494 | java | package com.petclinic.petclinictutorial.Bootstrap;
import com.petclinic.petclinictutorial.model.*;
import com.petclinic.petclinictutorial.services.*;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.CommandLineRunner;
import org.springframework.stereotype.Component;
impor... | [
"t.podunaj@gmail.com"
] | t.podunaj@gmail.com |
bc2e31a78023d8427201c14c09d1f26258b7e8d3 | 25abb3e2162d8219ab5c4697f2f25c5d8239a15b | /multithreading_course/src/main/java/net/golovach/_5_lecture15_forkjoin/App00_iterative_2.java | b5e7a7370f3b09af3897c846b9af7c48da714f34 | [] | no_license | kruart/concurrency_learning | 6821a35a1712efec8f9c7420aac8a22eb03b0d82 | 151e4c5b2543c859844ab06bb33e35a851cd1adc | refs/heads/master | 2021-08-14T17:15:07.107383 | 2017-10-28T10:45:33 | 2017-10-28T10:45:33 | 110,950,978 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,459 | java | package net.golovach._5_lecture15_forkjoin;
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.atomic.AtomicLong;
/**
* Created by kruart on 06.10.2017.
*/
public class App00_iterative_2 {
public static void... | [
"weoz@ukr.net"
] | weoz@ukr.net |
2e4fb6e4df77e0773ecbefb3b149d92419934586 | 6d60f562040af8c33162511a57e840098783cd9c | /src/main/java/demo/design/constant/ResponseConstant.java | 611f5eeef9adb10ba39994a99b3759310919e0ec | [] | no_license | ashutosh0188/RestApiCustomResponseDesign | 0a14e2671b758ff0b23bf01bd3341882d863e25e | f2a489081cf3d4f77201a826e4e5216e743ffa99 | refs/heads/master | 2022-05-26T18:36:04.752658 | 2020-05-02T16:21:47 | 2020-05-02T16:21:47 | 256,458,453 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 509 | java | package demo.design.constant;
public enum ResponseConstant
{
SUCCESS(200), FAILURE(400), INTERNAL_SERVER_ERROR(500), UNDER_MAINTENANCE(503);
private int code;
ResponseConstant(int i)
{
this.code = i;
}
public String code()
{
return Integer.toString(code);
}
public static ResponseConstant fromValue(int... | [
"as011r@att.com"
] | as011r@att.com |
a8f40d631184cbd923fd082d24a0fae623fc5657 | a8e498096b5f3ab2d74320cf1b049dea237c5dc6 | /Best Computer Managment/Presentation/ValidateData.java | 90d01ca8c1771f4042690f55c016b354256a0e5a | [] | no_license | noarrassam/BestComputerManagment | df1b466558d728eae83232290d1beccbbf62ae4c | a5112c0f9171870c017555105b580aab726d5da8 | refs/heads/master | 2023-05-04T10:38:19.652303 | 2021-05-21T04:56:12 | 2021-05-21T04:56:12 | 368,334,633 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,161 | java | package Presentation;
import java.sql.Date;
import javax.swing.JCheckBox;
import javax.swing.JOptionPane;
import javax.swing.JRadioButton;
import javax.swing.JSpinner;
import javax.swing.JTextField;
import javax.swing.JTextPane;
import javax.swing.text.JTextComponent;
import com.toedter.calendar.JDateChooser;
publi... | [
"“noor.s.rassam@gmail.com”"
] | “noor.s.rassam@gmail.com” |
044333b91fa98d80389f61a9b6a31a4fc7fe1528 | 020a39f299da4773aa6958c93953d1f257848819 | /app/build/generated/source/kapt/debug/hilt_aggregated_deps/com_hh_coffeevenues_ui_vanuesList_VenuesListViewModel_HiltModuleModuleDeps.java | 236bd7a8464f9c37f4ca5bb7bf5ae9b2b55c43d5 | [] | no_license | heliahs/VenuesNearMe | f65103425df5207f42d8b7673aeda996f1965632 | a7c39be944af3cd2ed9774244f7f2e22b131631b | refs/heads/main | 2023-04-05T01:31:08.903941 | 2021-04-12T17:42:33 | 2021-04-12T17:42:33 | 357,278,821 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 558 | java | package hilt_aggregated_deps;
import dagger.hilt.processor.internal.aggregateddeps.AggregatedDeps;
import javax.annotation.Generated;
/**
* Generated class to pass information through multiple javac runs.
*/
@AggregatedDeps(
components = "dagger.hilt.android.components.ActivityRetainedComponent",
modules = ... | [
"helia.hosseinioun@gmail.com"
] | helia.hosseinioun@gmail.com |
f922aec563571500f8273ccfb3edbe4436f27544 | b5de937de273585c5293d24cd39493bc381699ad | /src/main/java/cww/world/mapper/trace/ModuleOperationTraceMapper.java | 1752990b1424437de1cbda90ec9a1782bcba5009 | [] | no_license | mxfdsy/cww.wrold | 742d7996f603e84d2af4b05ad61940c5bbca1889 | 8d9a5c009a1b1e83bbf1f83fd3a73b83e6c4658b | refs/heads/master | 2020-03-26T05:31:45.346812 | 2018-09-06T09:18:50 | 2018-09-06T09:18:50 | 144,561,026 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 295 | java | package cww.world.mapper.trace;
import cww.world.pojo.po.trace.ModuleOperationTracePO;
import org.apache.ibatis.annotations.Mapper;
/**
* @author cww
*/
@Mapper
public interface ModuleOperationTraceMapper {
int insertModuleOperationTrace(ModuleOperationTracePO brandOperationTracePO);
}
| [
"chengww@lmfun.cn"
] | chengww@lmfun.cn |
9ec2b832412a32e3fe7932cd0603559ff104c9f3 | 58d7ff7c645c26771faae523e4ccb1e8f932b3e8 | /MUD/model/world/OgreCave.java | af2837a7a7f2bea795d3ec65b5310381bf4c818e | [] | no_license | djeisenberg/Academic | c0ac2de7462498db0edbce91a0265e6460506637 | c5d0c0c9b57b74d11472b79986f7c16e06e60771 | refs/heads/master | 2021-01-18T18:31:58.782391 | 2015-04-23T18:59:03 | 2015-04-23T18:59:03 | 24,281,041 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,498 | java | package model.world;
import java.io.File;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Random;
import java.util.concurrent.CopyOnWriteArrayList;
import model.creatures.Monster;
import model.creatures.ogredungeon.Beast;
import model.crea... | [
"eisenberg.d.j@gmail.com"
] | eisenberg.d.j@gmail.com |
ab80957789ec293922b3ddc3ee2d04df92a99431 | fa817fe270944adbf59979244effb8344e0e844e | /src/main/java/com/malintha/thread/signaling/FireMessage.java | 8764188c9ce231de33823eb30e30558ff971e627 | [] | no_license | malinthasa/java_threading | d58e423689c249aebc0eef01601653950aa505ac | 993171b311f5f221377de3453c25377133b4f3f2 | refs/heads/master | 2021-01-10T07:51:42.632390 | 2015-12-21T05:13:28 | 2015-12-21T05:13:28 | 48,127,048 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 332 | java | package com.malintha.thread.signaling;
/**
* Created by malintha on 12/17/15.
*/
public class FireMessage {
private String message;
public FireMessage(String fm){
message=fm;
}
public void setMessage(String fm){
message=fm;
}
public String getMessage(){
return messa... | [
"malintha@wso2.com"
] | malintha@wso2.com |
b9a9676e5ac82ee1bd1452612b8d5271083a59e2 | aa001d2eb58cf558c3cc6da47e0377ea4f29e9e6 | /app/src/main/java/com/example/capstonedesign/schedule/ItemClickListener.java | 4bcba079fd0bd1ef5eb15e3c5ac8063951c1284b | [] | no_license | Capstone-Medium-Distance-App/Capstone-MDA-Android | ceac2810b3cee8acfdab8db0588749748323ec31 | cc9dc44534391bed759cf12b67d8e4907cc42708 | refs/heads/master | 2023-06-03T19:37:35.960796 | 2021-06-17T07:29:52 | 2021-06-17T07:29:52 | 355,448,707 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 164 | java | package com.example.capstonedesign.schedule;
import android.view.View;
public interface ItemClickListener {
void onItemClickListener(View v, int position);
}
| [
"ysw8160@naver.com"
] | ysw8160@naver.com |
e9eb30f76db011dc24425e39878e34a4afbe054e | d9ea338dfde4b3124ed1f805adf968514ff32731 | /interview-prep/src/main/java/com/interview/algos/arrays/PairsCountDistinctSubArrays.java | 642a5cf404538e108503baaad7d1ec8dc7c309cf | [] | no_license | ramcode/Coding-Practice | e88d6cecd8870fe6947a797180d20786c9b9a10c | 7f317d090901e5053b38896011d1a8c7a9950910 | refs/heads/master | 2021-01-12T06:25:39.282933 | 2017-01-19T07:20:30 | 2017-01-19T07:20:30 | 77,358,921 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 634 | java | package com.interview.algos.arrays;
public class PairsCountDistinctSubArrays {
public static int countPairsFormedFromDistinctSubArrays(int[] input){
int count = 0;
int l=0, r=0;
boolean[] visited = new boolean[input.length];
while(r<input.length){
while(r<input.length && !visited[input[r]]){
count = ... | [
"ramesh.thetakali@gmail.com"
] | ramesh.thetakali@gmail.com |
225759b0862f112b73e5b98890d099c34054bd88 | 87873856a23cd5ebdcd227ef39386fb33f5d6b13 | /codingame/src/main/java/io/jsd/training/codingame/bender/PathFromXObstacle.java | 6774035d5400c4b0aa14d3816de87333202e5581 | [] | no_license | jsdumas/java-training | da204384223c3e7871ccbb8f4a73996ae55536f3 | 8df1da57ea7a5dd596fea9b70c6cd663534d9d18 | refs/heads/master | 2022-06-28T16:08:47.529631 | 2019-06-06T07:49:30 | 2019-06-06T07:49:30 | 113,677,424 | 0 | 0 | null | 2022-06-20T23:48:24 | 2017-12-09T14:55:56 | Java | UTF-8 | Java | false | false | 358 | java | package io.jsd.training.codingame.bender;
public class PathFromXObstacle implements PathFinder {
private final NextCase nextCase;
public PathFromXObstacle(CaseArea area, boolean isInverted, boolean isXBreaker) {
this.nextCase = new NextCase(area, isInverted, isXBreaker);
}
@Override
public Case getNextCase()... | [
"jsdumas@free.fr"
] | jsdumas@free.fr |
38b662e27aae73aa218e3200ee5e0608616c1026 | f4c47e7f7ddaba7a2769bf1ad3322b6d958c37a3 | /Chapter07/testEmployee.java | e060686c5266d8641c28c36722b4484c01496742 | [] | no_license | gingerbeardman/introduction-to-programming-using-java | ec37ee10b68b76902500ee357bd8d8287700fb52 | 97079f3b765e14e88528ee51ab3bcd3b1a0bb938 | refs/heads/master | 2023-03-04T14:04:52.269402 | 2021-02-20T13:18:25 | 2021-02-20T13:18:25 | 340,658,881 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 414 | java | //------------
// Introduction to Programming Using Java: An Object-Oriented Approach
// Arnow/Weiss
//------------
//------------
// Chapter / Section / Page
//
//------------
//------------
// Notes
// - This program requires the Employee class containing
// a testDriver method
//------------
... | [
"matt@gingerbeardman.com"
] | matt@gingerbeardman.com |
70ac2207d7f35e10f3bf77a72bb7ce77ed922d9c | f610795b98b84641cc312686316fa08589fece13 | /helidon-se-reactive/src/main/java/org/neo4j/examples/jvm/helidon/se/reactive/package-info.java | ac2e147ea6eacec778aae9e23692c1097df7f08e | [] | no_license | quantum-adrenaline-1/neo4j-from-the-jvm-ecosystem | 6873743307f5b8fb4ced4c2880e03d375ad6ae09 | 9a31916ccdf97c648230b763c935d23fb1f7b5b8 | refs/heads/master | 2023-02-11T20:43:34.633651 | 2021-01-06T20:34:21 | 2021-01-06T20:34:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 53 | java |
package org.neo4j.examples.jvm.helidon.se.reactive;
| [
"michael.simons@neo4j.com"
] | michael.simons@neo4j.com |
c996594befbd985766beb9483578669a56a94cb5 | f2e0b144739a8bcd1eceb9fef30de821c8fc7f08 | /core/src/com/allsopg/game/utility/UniversalResource.java | e39ec50e9104a43477a996d201c9cc8d5cdf5b0e | [] | no_license | BradleyTesterSpratt/2017_18_A1-UTweenManager | 08a1d9c462e94ed59feea5ff50de1b4be4cdbe55 | 9cc9cef3e1668df2b46fa68aa28ad8e906c55dba | refs/heads/master | 2021-04-30T04:03:13.969276 | 2018-02-19T17:23:56 | 2018-02-19T17:23:56 | 121,527,714 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 719 | java | package com.allsopg.game.utility;
import aurelienribon.tweenengine.Tween;
import aurelienribon.tweenengine.TweenManager;
/**
* Created by gja10 on 13/11/2017.
*/
public class UniversalResource {
public TweenManager tweenManager;
private static UniversalResource instance;
public static UniversalResour... | [
"B.Tester1@uni.brighton.ac.uk"
] | B.Tester1@uni.brighton.ac.uk |
e928324642bc00937d79451050fb928ae0ca5c47 | 65423f57d25e34d9440bf894584b92be29946825 | /target/generated-sources/xjc/com/clincab/web/app/eutils/jaxb/e2br3/MCCIMT100200UV01EntityRsp.java | db738ae712f70a8333109bff91aeb85bd2f3de3c | [] | no_license | kunalcabcsi/toolsr3 | 0b518cfa6813a88a921299ab8b8b5d6cbbd362fe | 5071990dc2325bc74c34a3383792ad5448dee1b0 | refs/heads/master | 2021-08-31T04:20:23.924815 | 2017-12-20T09:25:33 | 2017-12-20T09:25:33 | 114,867,895 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,159 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2017.12.20 at 02:30:... | [
"ksingh@localhost.localdomain"
] | ksingh@localhost.localdomain |
d3d1529e9edcb6095c6f3146ed83dda27cbbf986 | f5013bb8f8fd2fbbb70d487a09a55a4db2e25aef | /src/main/java/space/gatt/kbb/commands/user/IsStreamingCommand.java | 0f6ede39525f7324f32123b30c5d5e3b483bc7ad | [] | no_license | megadrive/BajosPantsBot | 228f7c71c4fc7cf9c431027fb04518d56679a537 | e3f70bf6e0224fb97b95128c44ac19ca4a1dca12 | refs/heads/master | 2020-12-03T01:56:22.586611 | 2017-05-17T09:11:56 | 2017-05-17T09:11:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,910 | java | package space.gatt.kbb.commands.user;
import com.google.gson.JsonElement;
import net.dv8tion.jda.core.entities.Member;
import net.dv8tion.jda.core.entities.Message;
import space.gatt.kbb.KingMain;
import space.gatt.kbb.annotations.*;
import space.gatt.kbb.commandmanager.ReturnMessage;
import space.gatt.kbb.streamtrack... | [
"zacharygatt@me.com"
] | zacharygatt@me.com |
06e45b941f57d3a7a366622ad78e9e154ac47585 | 0f99cbf58c5643b7cd60e7664062e80102c45891 | /JQFZest/GregorianCalendar/CalendarLogic.java | 7b9c514ebfcdde8f92f1979195c24e468c559e83 | [] | no_license | alexissa32/SWTestingFinalProject | 8a4784547dbebf8290483686aaf4b09f2e5162eb | ba9cf4e84af313fd3112981cf8aeab2ef1cce013 | refs/heads/master | 2020-09-29T04:03:44.791659 | 2019-12-09T19:19:14 | 2019-12-09T19:19:14 | 226,945,689 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,507 | java | import java.util.GregorianCalendar;
import static java.util.GregorianCalendar.*;
/* Application logic */
public class CalendarLogic {
// Returns true iff cal is in a leap year
public static boolean isLeapYear(GregorianCalendar cal) {
int year = cal.get(YEAR);
if (year % 4 == 0) {
if... | [
"alex.issa32@utexas.edu"
] | alex.issa32@utexas.edu |
f0ffe2e5ad5b511e0e830f3d1ec8551124de610a | 04a650ab22f0d55f7071af79b911fd7d9d31a21d | /src/test/java/com/xgj/cache/initData2CacheByOriginalMap/InitData2CacheTest.java | f16d0db78ba52532b0295169acfdc3db86058d30 | [] | no_license | edidada/SpringMaster | ae77dc484b51c65ce23983f52082bb62c675cb74 | de924112a0aa184100bbfade3b9da12086598832 | refs/heads/master | 2020-11-30T07:45:39.826035 | 2019-12-27T08:10:34 | 2019-12-27T08:10:34 | 230,350,216 | 0 | 0 | null | 2019-12-27T01:16:16 | 2019-12-27T01:16:15 | null | GB18030 | Java | false | false | 1,076 | java | package com.xgj.cache.initData2CacheByOriginalMap;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import com.xgj.cache.initData2CacheByOriginalMap.domain.LittleArtisan;
import com.xgj.cache.initData2CacheByOriginalMap.... | [
"815150141@qq.com"
] | 815150141@qq.com |
bd24c2c0f2dc4ed5b0794f98fbe92a0ba4bf8aab | 1d0a11e2ae7bfd48dacf96eb176c46a8b4691265 | /app/src/androidTest/java/com/threemoji/threemoji/TestRegistrationIntentService.java | 67826fa0ca9b380aaaafe95d965318000b8aced9 | [] | no_license | threemoji/threemoji | 88ef0d779d3a620fa36c009d6ba28eda7a291bf5 | 20d43056ab4a374d83be0aa972f62e815c0c8ce2 | refs/heads/master | 2020-04-06T03:50:38.442549 | 2015-08-12T09:02:18 | 2015-08-12T09:02:18 | 35,469,143 | 7 | 0 | null | 2015-07-03T08:26:24 | 2015-05-12T05:41:52 | Java | UTF-8 | Java | false | false | 732 | java | package com.threemoji.threemoji;
import com.threemoji.threemoji.service.RegistrationIntentService;
import android.test.AndroidTestCase;
public class TestRegistrationIntentService extends AndroidTestCase {
public static final String LOG_TAG = TestRegistrationIntentService.class.getSimpleName();
public void t... | [
"sebq13@gmail.com"
] | sebq13@gmail.com |
416f86a01f2af3a93e51e4ce4c55eceaa501151d | b0e8a10ce7df875636538c978e0c88300236106e | /weindex.weibo4j/src/main/java/ca/weindex/weibo4j/Favorite.java | 0ee06f7a63a6326399de056560f0ca6a579e6bb5 | [] | no_license | yuz835/weindex | 0a9bbd927d7aba2804726db50affdc9775145aa2 | f0307d479ada7c71e69d1994d073dfe10908b013 | refs/heads/master | 2021-01-10T00:57:50.139197 | 2015-12-31T06:22:40 | 2015-12-31T06:22:40 | 48,835,086 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 10,423 | java | package ca.weindex.weibo4j;
import java.util.List;
import ca.weindex.weibo4j.model.Favorites;
import ca.weindex.weibo4j.model.FavoritesTag;
import ca.weindex.weibo4j.model.Paging;
import ca.weindex.weibo4j.model.PostParameter;
import ca.weindex.weibo4j.model.Tag;
import ca.weindex.weibo4j.model.WeiboExceptio... | [
"weindex.ca@gmail.com"
] | weindex.ca@gmail.com |
4d993b76efe30c87aaa53235fb5961ed6a741ab3 | 09373d32b0c2b1cde09ff7e0beddda86627dc334 | /src/main/java/org/mvelx/optimizers/AbstractOptimizer.java | b087e86339354f24684086dde622cc70455b8e8e | [] | no_license | flym/mvelx | ba4a7e2d8ad4a151699d106a1c7fe9445afa3ac3 | 18c9eb7635f285a769c443107220e02c898e1b6b | refs/heads/master | 2020-07-10T20:18:00.570137 | 2019-03-11T01:49:43 | 2019-03-11T01:49:43 | 74,010,079 | 12 | 8 | null | null | null | null | UTF-8 | Java | false | false | 13,622 | java | package org.mvelx.optimizers;
import org.mvelx.CompileException;
import org.mvelx.MVEL;
import org.mvelx.ParserContext;
import org.mvelx.compiler.AbstractParser;
import java.lang.reflect.Method;
import static java.lang.Thread.currentThread;
import static org.mvelx.util.ParseTools.*;
/**
* 抽象的优化解析器,用于定义一些公用的信息,以及定义... | [
"www@iflym.com"
] | www@iflym.com |
2d0c97e7fb6da02c79bb12533b45638a73886bcc | 6f27ba4fc2b32fc23e8d2eadcf1186abab782a9f | /kbq-core/src/main/java/com/xike/kbq/core/net/RestClient.java | 9633a9469ec86bd853c319a1752a342f52d45352 | [] | no_license | kbq670554802/EC | 9c5bbf2197d362c8a9a5c1fc9423478c91dd2139 | 0455576ec25d1a56407a5c784a4abdab1728524d | refs/heads/master | 2020-03-28T15:37:14.640803 | 2018-09-20T01:38:15 | 2018-09-20T01:38:15 | 148,610,334 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,184 | java | package com.xike.kbq.core.net;
import android.content.Context;
import com.xike.kbq.core.net.callback.IError;
import com.xike.kbq.core.net.callback.IFailure;
import com.xike.kbq.core.net.callback.IRequest;
import com.xike.kbq.core.net.callback.ISuccess;
import com.xike.kbq.core.net.callback.RequestCallbacks;
import co... | [
"670554802@qq.com"
] | 670554802@qq.com |
05358da319443c4e50a153a99dda76c12238419c | 9572b7f803a6638e04dc140e489c146a5e32d413 | /pces/src/main/java/com/ouc/pces/mapper/CommentMapper.java | ca5105deaede8cde5b379ce46f9a8fae941251cf | [] | no_license | sun1127-coder/PCES | 0d4cddcb8bdd2cb165d6e037872276de09df92d1 | 90d7c09d2db57b92cb611550d16cbb20e2d927a8 | refs/heads/master | 2020-09-02T05:26:01.496594 | 2019-11-26T01:08:42 | 2019-11-26T01:08:42 | 219,141,872 | 0 | 0 | null | 2019-12-03T00:31:02 | 2019-11-02T11:05:30 | HTML | UTF-8 | Java | false | false | 129 | java | package com.ouc.pces.mapper;
import org.springframework.stereotype.Repository;
@Repository
public interface CommentMapper {
}
| [
"sunshine2285@163.com"
] | sunshine2285@163.com |
a4eb4b80ceb1a426d4de8c428dbd4db1271b5f7c | 0c4648270584fd7b83dde4f821abc5aadc863a51 | /src/com/android/indigo/fragment/base/ListFragmentBase.java | 24593480dad6cb0ee5c89a0ba58db17db1487a52 | [] | no_license | hoangnam1503/todolist | 886f7ffcbbd6556e3921d4c339f94217a08a0212 | f3c8135fffe3989a6cf1517f4b041a78dd4f1bff | refs/heads/master | 2021-01-19T13:30:26.332419 | 2014-05-22T11:20:11 | 2014-05-22T11:20:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,339 | java | package com.android.indigo.fragment.base;
import java.util.ArrayList;
import com.android.indigo.R;
import android.content.Context;
import android.os.Bundle;
import android.support.v4.app.ListFragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.L... | [
"hoang.nam@aainc.co.jp"
] | hoang.nam@aainc.co.jp |
93220b096ae99b7702e2d49dbe464e89a80af1f1 | 99e812358ad09af178a3502c239dfeab21b42eb6 | /DataSetGen.java | 609e442de7fb585170d7beaaa03a252e997df76e | [] | no_license | Nicomello/repo | 30bb5b0c660b80d0bd28c92812260d9396bc1e87 | 63e5f6fd18ce87ba77cb7cc70d43f0f969bb3528 | refs/heads/main | 2023-05-02T05:01:44.644201 | 2021-05-06T02:26:52 | 2021-05-06T02:26:52 | 335,490,506 | 0 | 0 | null | 2021-02-14T04:29:17 | 2021-02-03T02:59:21 | Java | UTF-8 | Java | false | false | 958 | java | package application;
/**
Computes the average of a set of data values.
*/
//The Generic class of DataSet.
public class DataSetGen <T extends Measurable>
{
private double sum;
private int count;
private T maximum;
/**
construct an empty data set.
*/
public DataSetGen()
{
coun... | [
"noreply@github.com"
] | noreply@github.com |
dc63748939a3743c12799b9c8b471af0e37e7913 | 602d81043c5d47d8c8a2ebe99732828a657721f8 | /app/src/main/java/com/it/xzr/mothersonhealth/activity/yunqian/FangShiActivity.java | 85e15208ef865932a2296ccf5564858015859aa6 | [] | no_license | Brucening/MotherSonHealth33333 | 2a195a583beb28f19866ef9ec88c54c2a4ad770b | ecf58bf5308b4d4626988ddadfee6e8d77cd52e1 | refs/heads/master | 2021-01-02T09:16:26.850191 | 2017-06-29T03:29:14 | 2017-06-29T03:29:14 | 99,175,458 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 439 | java | package com.it.xzr.mothersonhealth.activity.yunqian;
import android.os.Bundle;
import com.it.xzr.mothersonhealth.R;
import com.it.xzr.mothersonhealth.base.BaseActivity;
/**
* Created by GN on 2017/6/27.
*/
public class FangShiActivity extends BaseActivity {
@Override
protected void onCreate(Bundle savedI... | [
"guolima1233@163.com"
] | guolima1233@163.com |
f37b25152db5ff7ab421eb323e3ee843e8c80592 | e7dcfcf9f21058712fac939e0b6c963599ff59d8 | /0626,2020/CharacterTest.java | 300fb1803733dc4874ec1e8919e5870ac18ecbb9 | [] | no_license | yurimnim/JAVA_101 | 6a54c50841eeb990b87c277f14501c47d09d0ea0 | 9b1d90af3c37ae46cfe35d65e0dd78b6eeef0e6f | refs/heads/master | 2023-01-07T00:38:08.884511 | 2020-11-09T01:41:40 | 2020-11-09T01:41:40 | 272,456,275 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 280 | java | class CharacterTest {
public static void main(String[] args) {
System.out.println('a' - 'A');
/*
String data = "abc";
char ch = data.charAt(0);
System.out.println(ch);
System.out.println((int)ch);
System.out.println(ch+1);
*/
}
}
| [
"noreply@github.com"
] | noreply@github.com |
8c40ed82071dbe2ca1505c4355c936155c2ca454 | ff7adea18f723560a055f845b414ad5349829106 | /src/main/java/com/xj/sample/utils/MathUtils.java | 6aa704733b223b8f0a1285602d11cd47e701796e | [] | no_license | SkyXj/maptile | 8e7a03e69c94e340b540eae1a79ab317bf5fa96e | 642e78020d316afde2aefce115b5e5353aff3d78 | refs/heads/master | 2022-09-22T18:26:20.922824 | 2020-08-26T05:34:41 | 2020-08-26T05:34:41 | 216,023,522 | 0 | 0 | null | 2022-09-01T23:14:21 | 2019-10-18T12:53:02 | Java | UTF-8 | Java | false | false | 381 | java | package com.xj.sample.utils;
import java.util.Random;
/**
* Copyright © 广州禾信仪器股份有限公司. All rights reserved.
*
* @Author hxsdd-20
* @Date 2020/8/26 13:28
* @Version 1.0
*/
public class MathUtils {
public static Integer getRandom(Integer start,Integer end) {
Random random=new Random();
return (... | [
"j.xia@hxmass.com"
] | j.xia@hxmass.com |
cae45233a469382085ec9c7cfc2414d448c79b48 | b0f28a99c22790065814c955402efe694123fd94 | /java/src/javaprgms/PrintDistinctElementinArray.java | 5a55fe7a2fdc0b41ee83dc6087b75321df5ef174 | [] | no_license | shobhark/automation | 0a7f210c7e37e7a2e836106f7739abe6682d09d7 | 20b7e76bfbbe6f03c1e826e6b8515ecbb12252be | refs/heads/master | 2020-04-05T16:02:25.430096 | 2018-11-20T00:44:53 | 2018-11-20T00:44:53 | 156,994,502 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 398 | java | package javaprgms;
public class PrintDistinctElementinArray {
public static void main(String[] args) {
int arr[] = {5,2,7,8,8,6,9,5};
boolean isDistinct = false;
for(int i=0; i<arr.length;i++)
{
for(int j=0;j<i;j++)
{
if(arr[i]==arr[j])
{
isDistinct=true;
break;
}
}
... | [
"shobhark@gmail.com"
] | shobhark@gmail.com |
da3b392d7ebdfa0104a66690180d097071648fb4 | 764aa2c7f8cdbf07a2ce0af64295d5ee3a2bfb25 | /Main.java | 7d017c7df194f24d9aa4a2390e05b9109a6f6ef2 | [] | no_license | ladislavracz/projectRectangle | e2d6c0352f8372e15691abc39d6917b437a027c3 | 8b8c6266c899a4ac1c7c3e290506414792591838 | refs/heads/master | 2020-08-07T07:20:07.662413 | 2019-10-08T09:17:28 | 2019-10-08T09:17:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 444 | java | public class Asd {public void Uloha 8() {
int x = 1;
for (int rows = 1; rows <= 8; rows++)
{
for (int spaces = 1; spaces <= 4; spaces++)
{
if (rows==1||rows==8||spaces==1||spaces==4)
{
System.out.print(" *");
}
else
... | [
"noreply@github.com"
] | noreply@github.com |
606b8d2307118405ffe07cc6a7147385f7af1f32 | 580a2ad243341f4e68690602538d7c6a69f924d1 | /app/src/main/java/com/skeleton/model/Geo.java | efb030c813941d9f68cab3f5d475255b4b64f915 | [] | no_license | gpachauri3/ServerLogin | eacbd90baa344ef91de4dac94927c4385d7e5320 | 8c7ed2b6af23efdb5257c22e93d465dd3643e41f | refs/heads/master | 2020-12-30T14:45:01.141166 | 2017-05-12T11:19:45 | 2017-05-12T11:19:45 | 91,083,994 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 731 | java | package com.skeleton.model;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
/**
* Created by mark-42 on 4/5/17.
*/
public class Geo {
@SerializedName("lat")
@Expose
private String lat;
@SerializedName("lng")
@Expose
private String lng;
/**... | [
"gpachauri13113@gmail.com"
] | gpachauri13113@gmail.com |
fa06eb39bf503809dbbe3f1c495a641a4960f961 | 2b9036ad64c2139a4402fe449b4093080f26dbc1 | /src/BinaryTree/StringfromBST.java | 73ef6afbaa083b0a07997749e00b640ac69739b0 | [] | no_license | harshaks23/DS | e40b7cdb62a04b67169ad8d6e38bb784883cf0ce | 2342a761cd68ac1110731f6944b41252bfdf8024 | refs/heads/master | 2020-03-18T17:10:05.344303 | 2018-09-21T06:13:42 | 2018-09-21T06:13:42 | 96,051,752 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 857 | java | package BinaryTree;
public class StringfromBST {
public class Solution {
public String tree2str(TreeNode t) {
return helper(t);
}
String helper(TreeNode t){
if(t == null) return "";
String res=t.val+"";
if(t.left==null && t.right!=null)
... | [
"harshaksabbur@gmail.com"
] | harshaksabbur@gmail.com |
16630bb522b870750f0e8f6a220b97e6a7dfe59a | d2cf3e382c2ae347c6d43ac8a54ca4ad2590cc36 | /src/main/java/ar/edu/ucc/arqSoft/common/dao/GenericDaoImp.java | 4f693acb37829da065b22fcd2a8dcdae9ce6b517 | [] | no_license | franluque2/ArqSoftI_Trabajo_FranLuque | b9cd0b72ac44fa6fb5ceca9680affb4c0cfa3a1b | ffd252ab28c75a67f40a8b41beee30074882f131 | refs/heads/master | 2023-01-04T06:40:50.097238 | 2020-10-23T17:23:35 | 2020-10-23T17:23:35 | 306,687,429 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,535 | java | package ar.edu.ucc.arqSoft.common.dao;
import java.io.Serializable;
import java.lang.reflect.ParameterizedType;
import java.lang.reflect.Type;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.criteria.CriteriaBuilder;
import javax.persistence.criteria.CriteriaQuery;
import javax... | [
"1033629@ucc.edu.ar"
] | 1033629@ucc.edu.ar |
8a3437af64c18f8df67302f08a99f8bf14f526af | bcd2d445500256fc91a5f21e2e3c73557e5816a3 | /src/main/java/ru/los/exception/ValidateException.java | 0936442f3d5ef30afa8db54c6f2de735756fa197 | [] | no_license | OlgaLugacheva/calc-service | 541d747a5d6b1a5e63f8916bdab0fa0efa73102e | dd5fa9864caf33172b5c2604a59bd12e3893e6c3 | refs/heads/master | 2022-12-20T22:15:39.300231 | 2019-08-27T13:14:55 | 2019-08-27T13:14:55 | 204,706,331 | 0 | 0 | null | 2022-12-16T00:36:33 | 2019-08-27T13:12:02 | Java | UTF-8 | Java | false | false | 519 | java | package ru.los.exception;
import lombok.Getter;
import lombok.Setter;
public class ValidateException extends Exception {
@Getter
@Setter
private int typeId;
public ValidateException() { super(); }
public ValidateException(String message) { super(message); }
public ValidateException(String message, Throwable c... | [
"lugachevaolga@gmail.com"
] | lugachevaolga@gmail.com |
af6bda854f8110f3aacbc69fb2026ab3d4ff4524 | 2869fc39e2e63d994d5dd8876476e473cb8d3986 | /Super_clutter/src/java/com/lvmama/clutter/web/place/AppApiAction.java | f30e13864bb7427007705ee132e93685ba80c356 | [] | no_license | kavt/feiniu_pet | bec739de7c4e2ee896de50962dbd5fb6f1e28fe9 | 82963e2e87611442d9b338d96e0343f67262f437 | refs/heads/master | 2020-12-25T17:45:16.166052 | 2016-06-13T10:02:42 | 2016-06-13T10:02:42 | 61,026,061 | 0 | 0 | null | 2016-06-13T10:02:01 | 2016-06-13T10:02:01 | null | UTF-8 | Java | false | false | 26,773 | java | package com.lvmama.clutter.web.place;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.security.NoSuchAlgorithmException;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
impor... | [
"feiniu7903@163.com"
] | feiniu7903@163.com |
c63221d39bac25ee540d7b63c836cf5b11083112 | 0757abb67be639ccf73507c9068226a5bb1c1aa8 | /app/src/androidTest/java/com/example/lab5real/ExampleInstrumentedTest.java | 3b9471221f324f474c71b68c01371bf114a84ca7 | [] | no_license | akoscik/Lab5Real | d83b8272b1c992dfe262bb55f0d6c668f1f39cc4 | 1ace8bbecd6a41c54f1eb14af45a118516143353 | refs/heads/master | 2023-09-04T23:27:49.958872 | 2021-10-18T17:32:07 | 2021-10-18T17:32:07 | 418,233,331 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 754 | java | package com.example.lab5real;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an... | [
"akoscik@wisc.edu"
] | akoscik@wisc.edu |
7e9ff9d096af3167f8e0e5fde63032010b21b313 | 313f8e3094daeaa209021298c7c58e6d70b92077 | /app/src/main/java/com/example/movieapp/MovieAdapter.java | e66c8711bb7735c6a3b7a52c2d99af4e92cc2d88 | [] | no_license | mirojurisic/Movie_app | 092a9454c38fa285aff7c2f4b416c543601af671 | e1b784fba99d3375de32c64c679a0118bc5c0120 | refs/heads/master | 2020-09-01T16:35:23.647006 | 2019-11-08T06:09:22 | 2019-11-08T06:09:22 | 219,005,421 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,526 | java | package com.example.movieapp;
import android.content.Context;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.FrameLayout;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.annotation.NonNull;
imp... | [
"mirojurisic@hotmail.com"
] | mirojurisic@hotmail.com |
3bc49e289b4c677f168a6eec6af0e286a0f37473 | 331ec70982c9845edf44a31ea8aa9ff85107fd95 | /Wallpaper/src/com/iproda/wallpapers/Receiver.java | a6512cfd3b7a76fefccef5aa870bd22e060ddf90 | [] | no_license | linshixiong/Wallpaper365 | 20ab962690638a8e9ab716a347be141ae64f080b | 2fa87f7127d5b5e5e53d84208c47d9586de6488c | refs/heads/master | 2016-09-05T12:31:51.123969 | 2015-08-22T08:06:47 | 2015-08-22T08:06:47 | 40,355,316 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 735 | java | package com.iproda.wallpapers;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.widget.Toast;
public class Receiver extends BroadcastReceiver {
@Override
public void onReceive(Context arg0, Intent arg1) {
if (WallpaperService.ACTIO... | [
"linsx.lin@emdoor.com"
] | linsx.lin@emdoor.com |
be671ffa375a9e75a5a42a57844f29aade481e62 | 2efe7e6b40996fe7e9bc69a50b1d4643729fe6f7 | /graduation/src/main/java/qcj/graduation/model/SignIn.java | b8de1ce60fadd4ac046983a058b1c7d2e55f79f3 | [] | no_license | qiaocj/graduation-project | 56bbf3f0dceb13e1bc602deafd6eb6c7a1351651 | 811e2983ede9b336eb8a521eca6e60f29edd4872 | refs/heads/master | 2021-06-01T04:46:56.873450 | 2016-04-17T12:31:38 | 2016-04-17T12:31:38 | 55,974,154 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 258 | java | package qcj.graduation.model;
import lombok.Data;
import java.io.Serializable;
/**
* Created by Administrator on 2016/4/10.
*/
@Data
public class SignIn implements Serializable {
private Long id;
private Long code;
private Long classCode;
}
| [
"524310169@qq.com"
] | 524310169@qq.com |
d2a41e12f88d2317b73f00f3d7bf4d2c74348567 | 7ff3675b3433ae41a100846a8dd5eec45bcea233 | /library/src/androidTest/java/com/github/ksoichiro/android/observablescrollview/test/HeaderGridViewActivityTest.java | 9f43a692fd15128c4ced644d6d44b59a2b0f0620 | [] | no_license | Shankar1056/etodo | 18cb7dd6a6100226af9d04c6616c7b51bcd55348 | bb6413c76998be8fe5b98bf7c23193da624f0126 | refs/heads/master | 2021-10-10T15:31:21.352234 | 2019-01-13T06:39:31 | 2019-01-13T06:39:31 | 104,873,442 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,718 | java | package com.github.ksoichiro.android.observablescrollview.test;
import android.test.ActivityInstrumentationTestCase2;
import android.util.DisplayMetrics;
import android.util.TypedValue;
import android.view.View;
import android.widget.FrameLayout;
import android.widget.ListAdapter;
import android.widget.SimpleA... | [
"shankar@spotsoon.com"
] | shankar@spotsoon.com |
3684b3b0b029c01b5803e40e3c00081fa214d686 | 54cb375acab715549c9a5b15f65f3d9ac0deef91 | /src/test/java/com/github/alexeylapin/oca/g02_working_with_java_data_types/t05_wrapper_classes/T_Boolean.java | 41c0ee6e1b5850beb7b098d6b8ee58eb88c65105 | [
"MIT"
] | permissive | alexey-lapin/java-prep-8-oca | 9f364ef9eb6144086b9e7e1add6449a57255de6e | 4f07482ac958f97af6247e05dc41d8e57dc1b3bb | refs/heads/master | 2023-03-12T19:42:21.115172 | 2021-03-05T18:07:04 | 2021-03-05T18:07:04 | 337,149,529 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,070 | java | package com.github.alexeylapin.oca.g02_working_with_java_data_types.t05_wrapper_classes;
import org.junit.jupiter.api.Test;
import static org.assertj.core.api.Assertions.assertThat;
/**
* new Boolean(boolean)
* new Boolean(String)
*
* parseBoolean()
*
*/
public class T_Boolean {
@Test
void name() {
... | [
"alexey-lapin@protonmail.com"
] | alexey-lapin@protonmail.com |
bb608900c5165449cd8ce778067cf28d5842de5a | 2b34910acadd2864cadb12afe6bcf595f1918bf1 | /src/main/java/com/commerceiq/scraper/dto/RequestDto.java | 201d7bdfefdb832583df72951218cc6104a85634 | [] | no_license | srivkrnt/commerceiq-task | 648a87862c4993a1a5e594c2b7391585cd57a81f | bc7b26617ea2b7268ad0f37d2c7ae56acffc2c03 | refs/heads/main | 2023-04-21T07:49:27.410220 | 2021-05-20T09:34:01 | 2021-05-20T09:34:01 | 369,103,033 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 155 | java | package com.commerceiq.scraper.dto;
import org.springframework.stereotype.Component;
@Component
public class RequestDto {
private String urlOrSku;
}
| [
"sri.vkrnt@gmail.com"
] | sri.vkrnt@gmail.com |
4eaae68ede3493ac44c6c1d7184e9ad5ea8dd95a | 2e8362c1b1490dd720e727bea452d7529913db79 | /MyXiangMu/app/src/main/java/com/hhzmy/myxiangmu/adpter/MySouYePagerAdapter.java | 2ccce8e19f1219c2477c2106d63bdce58f9807e5 | [] | no_license | zhangzuan/1510b | 49f6ed4201794add199761ce66bc3218e9eada5a | c4a1d7f8311c66fe573220626b6f4f4ce3b24814 | refs/heads/master | 2021-01-12T06:28:25.224000 | 2016-12-26T07:35:56 | 2016-12-26T07:35:56 | 77,366,316 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,273 | java | package com.hhzmy.myxiangmu.adpter;
import android.content.Context;
import android.support.v4.view.PagerAdapter;
import android.view.View;
import android.view.ViewGroup;
import android.view.ViewParent;
import android.widget.ImageView;
import java.util.ArrayList;
import java.util.List;
/**
* Created by Administrator... | [
"461934487@qq.com"
] | 461934487@qq.com |
8427f5efe1b302c4a2554d418a6f06f7454f9dd1 | 11dcb436d35a0c8d950a1aefc8ca44da97b840b8 | /jdk-source/org/omg/DynamicAny/DynFixed.java | 5e5ff0f4521be83eeff616686eae623cf0366717 | [] | no_license | StaticWalk/jdk8 | ea4724fb572ce5c5164f25259dfd9589a5e6ed7d | 935dbbd1438b83e5a2c6d9d5e98059e525ad0c38 | refs/heads/master | 2022-01-08T01:14:45.477914 | 2019-05-23T08:26:28 | 2019-05-23T08:26:28 | 125,055,346 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 712 | java | package org.omg.DynamicAny;
/**
* org/omg/DynamicAny/DynFixed.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/re/workspace/8-2-build-windows-amd64-cygwin/jdk8u112/7884/corba/src/share/classes/org/omg/DynamicAny/DynamicAny.idl
* Thursday, September 22, 2016 9:33:09 PM PDT
*/
/**
... | [
"957400829@qq.com"
] | 957400829@qq.com |
6f3b5f289f166c8284393902fd0e0bf72076f050 | 29a5e9c479d947b2eb084581428062fabf9a5290 | /drools-wb-screens/drools-wb-guided-dtable-editor/drools-wb-guided-dtable-editor-client/src/main/java/org/drools/workbench/screens/guided/dtable/client/widget/analysis/DecisionTableAnalyzer.java | 1ed78409cbcdd298310612a59b36af638ec9ec23 | [
"Apache-2.0"
] | permissive | hasys/drools-wb | f65ad98a41e0603cadc3575d31e861276946ce27 | 930652c9f5a77eb4c47d382024dd718fe9d63493 | refs/heads/master | 2020-05-29T12:30:01.668024 | 2015-06-25T16:21:26 | 2015-06-26T08:38:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,376 | java | /*
* Copyright 2011 JBoss Inc
*
* 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 i... | [
"michael.anstis@gmail.com"
] | michael.anstis@gmail.com |
f1708e46af63b5f01f992428f6eaebd368d4348c | f673e7cc942656f334f04f1b2e9fce0677f54ea4 | /NisiraCore/src/com/nisira/core/dao/DocIdentidadDao.java | a131beb8d10ccbf63220ee8093164846fc148c1b | [] | no_license | aburgosd91/WSPSS | c59e9d40c1dc63eef95b048a95bde55f48b01bee | 13ca0d5c2c6b4a2764e8510d2ba0dec66c632d7e | refs/heads/master | 2020-12-31T06:09:26.027290 | 2018-02-20T23:42:22 | 2018-02-20T23:42:22 | 80,635,143 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,664 | 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.nisira.core.dao;
import com.nisira.core.entity.DocIdentidad;
import com.nisira.framework.core.dao.EntityDao;
impo... | [
"aburgos@aburgos.NISIRACORP.LOCAL"
] | aburgos@aburgos.NISIRACORP.LOCAL |
34dc548931e02b0ea04bd06b4bf1a0726f4b77e2 | ac663c0e3e37208074b9aa7e5509da018fa36460 | /NimGame/Model/model/Referee.java | 4f897bfd30f8e7d92e9dc4a6f54bb6bf0d4a9420 | [] | no_license | HugoChambefort/NimGame | 58405feb03288bbea7eeb6b437f37fb4b9868b2a | 50cd3f3e4d14667d08bfa31576767356229378eb | refs/heads/master | 2020-03-22T09:18:14.903655 | 2018-07-05T10:14:03 | 2018-07-05T10:14:03 | 139,828,124 | 0 | 0 | null | null | null | null | ISO-8859-2 | Java | false | false | 3,116 | java | package model;
import java.util.Scanner;
import controller.*;
public class Referee{
private int restart;
private boolean gagnant;
private boolean bonBaton;
private Batons batons;
private Player player;
private Player IA;
public Referee() {
restart = 1;
batons = new Batons();
player... | [
"hugo.chambefort@laposte.net"
] | hugo.chambefort@laposte.net |
4eb3832b7413072f12fa8d4569d01afbf2182764 | 527c2f6722c8f2cd6768ec2e82756c96f4568b71 | /DemoWeb/src/main/java/com/testautomation/framework/driverconfig/drivers/SafariBrowser.java | 7971434ec8e662bb84f20d79b566b71d5ea9fadc | [] | no_license | BharathVatrapu/WebFramework | 9485aa7197c1d2760193ebd09cca4fb39f12bc56 | b576d9f70870e254e7a8188ae825ecc3ad4ef200 | refs/heads/master | 2020-04-02T20:50:37.395304 | 2018-10-26T11:04:21 | 2018-10-26T11:04:21 | 154,780,860 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,795 | java | package com.testautomation.framework.driverconfig.drivers;
import com.testautomation.framework.base.DataConfig;
import com.testautomation.framework.driverconfig.BaseWebDriver;
import com.testautomation.framework.utils.Prop;
import java.net.MalformedURLException;
import java.net.URL;
import org.openqa.selenium.Platfor... | [
"bharath.kumar@safeway.com"
] | bharath.kumar@safeway.com |
f437364c119a5dde82863eaaef69ed8bcb94103d | da5b7202e3016c7ae541c5b907ec08eda63df834 | /src/main/java/kakao/Runner.java | 1ca7b49e4003e29580f2993c023b0b9e44ad3d76 | [] | no_license | josungyeon/AlgorithmStudy | 3306829daea780367defdd9450ee104ceadc9445 | a3535a868490873d039839dc89506318cbf37c5f | refs/heads/master | 2021-07-13T05:15:12.711063 | 2019-08-22T04:24:25 | 2019-08-22T04:24:25 | 80,689,977 | 0 | 0 | null | 2021-04-26T16:46:53 | 2017-02-02T03:31:20 | Java | UTF-8 | Java | false | false | 667 | java | package kakao;
import java.util.*;
/**
* 해시 > 완주하지 못한 선수
* Created by sungyeon on 07/12/2018.
*/
public class Runner {
public String solution(String[] participant, String[] completion) {
String answer = "";
Map<String, Integer> hashMap = new HashMap<>();
for (String player: participant... | [
"Whtjd6475^"
] | Whtjd6475^ |
b28b9f1300903df4a5ae6039bb01ea3384eeff34 | e108d65747c07078ae7be6dcd6369ac359d098d7 | /org/apache/poi/ss/formula/OperationEvaluationContext.java | e7f968c30b7042ae200457e34db2eeddce5386b3 | [
"MIT"
] | permissive | kelu124/pyS3 | 50f30b51483bf8f9581427d2a424e239cfce5604 | 86eb139d971921418d6a62af79f2868f9c7704d5 | refs/heads/master | 2020-03-13T01:51:42.054846 | 2018-04-24T21:03:03 | 2018-04-24T21:03:03 | 130,913,008 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,744 | java | package org.apache.poi.ss.formula;
import org.apache.poi.ss.SpreadsheetVersion;
import org.apache.poi.ss.formula.eval.ErrorEval;
import org.apache.poi.ss.formula.eval.ExternalNameEval;
import org.apache.poi.ss.formula.eval.FunctionNameEval;
import org.apache.poi.ss.formula.eval.ValueEval;
import org.apache.poi.ss.form... | [
"kelu124@gmail.com"
] | kelu124@gmail.com |
4dc4e96729882061ffc1aacd1fd94011a85a09d6 | 0458c6412c4c1b6c45559f3736c587a3057016b4 | /app/src/main/java/com/simbirsoft/igorverbkin/mycards/ui/adapter/RecyclerViewClickListener.java | 8b4812818e7e97dc001c2d6b0de7e98ec20b6fe6 | [] | no_license | Quintessencion/cards | 8183e04531980ddd62acee85e6a3f558b3e847d0 | a654025a6e8e91e1b8f419fd92fffa33ef89e191 | refs/heads/master | 2021-05-02T18:30:53.132836 | 2018-02-07T20:08:18 | 2018-02-07T20:08:18 | 120,665,538 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 267 | java | package com.simbirsoft.igorverbkin.mycards.ui.adapter;
public interface RecyclerViewClickListener {
void enableButton(String id, String price, int position);
void disableButton();
int getNumbSelectedItem();
void setNumbSelectedItem(int value);
}
| [
"igor.verbkin@simbirsoft.com"
] | igor.verbkin@simbirsoft.com |
c2339462645f8c087716ba9d7d253cae3430969c | 1f72651e1fffebb244654e4a134a312c8a633850 | /Baselibrary/src/main/java/com/library/weight/TipView.java | a0b39d00e4163a2ddb690f101616c8ecfb793527 | [] | no_license | 13616632061/ksApp | 337fc9ab5a29c1afaf20ab545217f6266a692bce | 729a42a142e4fe009c548c87139650e4c9606f36 | refs/heads/master | 2023-01-16T07:13:58.962960 | 2020-11-30T10:58:20 | 2020-11-30T10:58:20 | 284,247,538 | 1 | 2 | null | 2020-10-14T00:06:22 | 2020-08-01T11:33:45 | Java | UTF-8 | Java | false | false | 4,534 | java | package com.library.weight;
import android.animation.Animator;
import android.animation.AnimatorSet;
import android.animation.ObjectAnimator;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Color;
import android.os.Handler;
import android.support.annotation.Nullable;
impo... | [
"13530531749@163.com"
] | 13530531749@163.com |
4fbbf9f9111b6feeb3ad2c86f0509d05568af1f7 | 00e0ad2c31263b1ad468d7891171c81a6554d690 | /MyProjects/Individual_work/MyJavaExercises/src/main/java/Fundamentals1Scanners/AllTheTrivia.java | fdd6dd3bfaec0449da824b005c0bbc2c4dc3ef9c | [] | no_license | bolohori/software-guild-projects | 9e4774bb0487bdf3345feaaafa03c849a0e91325 | 7ed4e5cb58c586874d0a534dd26493e4f6ff462a | refs/heads/master | 2023-03-18T07:06:55.151946 | 2017-01-09T22:58:56 | 2017-01-09T22:58:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,254 | 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 Fundamentals1Scanners;
import java.util.Scanner;
/**
*
* @author apprentice
*/
public class AllTheTrivia {
public ... | [
"floydchris@hotmail.com"
] | floydchris@hotmail.com |
6ad249084ccb55b0266c4eccb2744814bb907178 | 64bf35ecc3cd05f8571895299775de59b5c31b24 | /src/main/java/pt/tecnico/myDrive/exception/CannotModifyLinkContentException.java | 3661cbb4705986b005b7ddc9f4b8862dc61da4d7 | [] | no_license | mglsilva578/esproject | 1d8a1f0cc2757644f5304351c12fc9bfc649c452 | 67795232867ec644866aaaed04c850047a47f634 | refs/heads/master | 2020-06-27T03:41:08.154526 | 2017-07-13T14:13:18 | 2017-07-13T14:13:18 | 97,043,461 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 382 | java | package pt.tecnico.myDrive.exception;
public class CannotModifyLinkContentException extends MyDriveException {
private static final long serialVersionUID = 1L;
public CannotModifyLinkContentException(){
super();
}
public CannotModifyLinkContentException(String linkName){
super("Permission denied - cannot ... | [
"jose.luis.vf.tagus@gmail.com"
] | jose.luis.vf.tagus@gmail.com |
02c4ad4b708574d03fb7f42d92a9c49b9670c812 | c6eb0c55edc5fb86e1be0f9a4e5c5e0d4fa9d9c0 | /src/com/concurrency/Semaphore/ProducerConsumer.java | 6be7c8d5456034812fa3b4691e277cdbfa615a55 | [] | no_license | Monk428/JavaSE | 3b5d39d85dc9defbd59bb7f57f04799fa28f0502 | 81a13cb9b467c24804cdadef380401d4094c4fb7 | refs/heads/master | 2021-04-27T02:04:22.235147 | 2018-03-20T14:49:37 | 2018-03-20T14:49:37 | 122,689,205 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,105 | java | package com.concurrency.Semaphore;
// 生产消费者
public class ProducerConsumer {
public static void main(String[] args) {
SyncStack ss = new SyncStack();
Producer p = new Producer(ss);
Consumer c = new Consumer(ss);
new Thread(p).start();
new Thread(c).start();
}
}
class WoT... | [
"464493571@qq.com"
] | 464493571@qq.com |
b3af16546450e48fa10d9cc383dadd9b4def45c8 | 809b0e78d1665230a2c3df179501fd6d4f3e089a | /datastructure-amazonQuestions/Generic/src/com/generic/producerconsumer/NotifyNotifyAllDemo.java | 77db1c91059de649dc6a1eb951f43ca3a76170a1 | [] | no_license | vinay25788/datastructure-amazonQuestions | c4b67cbd783c9990e7335c1dce1225b4bce988a5 | 7de42100f3b70492984b98aebc9fd44dfa17a415 | refs/heads/master | 2020-05-20T04:25:02.347694 | 2020-01-19T08:23:13 | 2020-01-19T08:23:13 | 185,382,625 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,244 | java | package com.generic.producerconsumer;
class MyRunnable1 extends Thread{
public void run(){
synchronized (this) {
System.out.println(Thread.currentThread().getName()+" started");
try {
this.wait();
... | [
"vinay25788@gmail.com"
] | vinay25788@gmail.com |
0a79a6449dec3b4b0b8016e0e7a65c3259429ef8 | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/neo4j/2017/12/LockWaitEvent.java | 45a95e8cf6991ab9d8a2c73b2e6f97ef61b359d4 | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | Java | false | false | 970 | java | /*
* Copyright (c) 2002-2017 "Neo Technology,"
* Network Engine for Objects in Lund AB [http://neotechnology.com]
*
* This file is part of Neo4j.
*
* Neo4j 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... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
5f5ce2928489c31e74451741c68d0dc86dcb0636 | 38b1fffac77669bb2b0dbea58c95d53b7d3f3240 | /src/model/User.java | 4082bad056e8d516fc422d809ced80904e0bf002 | [] | no_license | ajromerop/learning-Java | 2f2609caa5ff491255faa9136e94abd681735fba | 8fef23b2ddb01c1d680c0d4b162eda9f8544a2ac | refs/heads/master | 2023-06-19T05:33:59.604469 | 2021-07-21T20:33:22 | 2021-07-21T20:33:22 | 381,200,357 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 363 | java | //package model;
public class User {
private int estado;
private String nombre;
public int getEstado() {
return estado;
}
public String getNombre() {
return nombre;
}
public void setEstado(int estado) {
this.estado = estado;
}
public void setNombre(String nomb... | [
"ajromerop@unal.edu.co"
] | ajromerop@unal.edu.co |
e1f49efcc62ef6645acc3aa6e96b404081714274 | db6f04f26946329f679a53997281fdc5504bb630 | /mesh-worker-service/src/main/java/io/functionmesh/compute/util/KubernetesUtils.java | bed68e4237e1e0820ddcac5f9506d6c63dc4799c | [
"Apache-2.0"
] | permissive | darwin-systems/function-mesh | d018dee478a166f4f319be9023de04d28937a853 | 33d2d25bca36417a78767e5e43dc97f24dcfacfd | refs/heads/master | 2023-04-27T05:49:28.778013 | 2021-05-14T07:28:47 | 2021-05-14T07:28:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,321 | java | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... | [
"noreply@github.com"
] | noreply@github.com |
f7fae341e3c110da6c0788cdf015975963d6742c | 0e06e096a9f95ab094b8078ea2cd310759af008b | /classes56-dex2jar/com/unity/purchasing/common/StoreDeserializer.java | 945eecfa9dc297ce2fa245d7bb01b12136a3530a | [] | no_license | Manifold0/adcom_decompile | 4bc2907a057c73703cf141dc0749ed4c014ebe55 | fce3d59b59480abe91f90ba05b0df4eaadd849f7 | refs/heads/master | 2020-05-21T02:01:59.787840 | 2019-05-10T00:36:27 | 2019-05-10T00:36:27 | 185,856,424 | 1 | 2 | null | 2019-05-10T00:36:28 | 2019-05-09T19:04:28 | Java | UTF-8 | Java | false | false | 1,969 | java | //
// Decompiled by Procyon v0.5.34
//
package com.unity.purchasing.common;
import org.json.JSONObject;
import org.json.JSONException;
import java.util.ArrayList;
import org.json.JSONArray;
import java.util.List;
public abstract class StoreDeserializer implements INativeStore, IStore
{
public static List<Produ... | [
"querky1231@gmail.com"
] | querky1231@gmail.com |
f359ea642260edc7c0d8efe7aafa3154d7462f92 | 8681a1bb93032a8f2c4e716e7e1fc7c991a9bc5b | /app/src/main/java/com/example/rm/androidbaseexemplo/components/TextViewDrawableSize.java | cf42a141b6ba6e9b1a3f0f6d6d66d94c8b887ca7 | [] | no_license | roger8b/AndroidBaseExemplo | fe449235d5c81c5f646f770ac81dd736e43a4b4f | 7af71d1ae40e2863bc5d5d574f48d5da5ba968f0 | refs/heads/master | 2020-03-22T23:05:35.801387 | 2018-08-28T03:33:30 | 2018-08-28T03:33:30 | 140,789,143 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,312 | java | package com.example.rm.androidbaseexemplo.components;
import android.annotation.TargetApi;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import android.os.Build;
import android.util.AttributeSet;
import android.widget.Tex... | [
"roger.8b@gmail.com"
] | roger.8b@gmail.com |
d96f0348839b2a0b2a5ff08269de05bf73b9b219 | 76600a8112c9bc05af7e98fff943f96dbf6443bd | /sandbox/antdsl/trunk/org.apache.ant.antdsl.ui/src/org/apache/ant/antdsl/xtext/ui/labeling/AntDSLDescriptionLabelProvider.java | 18760f78bc9a0c85da301ac68cf0468ba1e364f1 | [] | no_license | BeatrizTercero/repoSvnAnt | 222a360bc83cdcde6fb6ab60c2a5962320a4b607 | 326ec26c2e5d7bbaedfd4d33a85c7a87773864be | refs/heads/master | 2021-01-11T10:06:10.493081 | 2016-12-17T19:36:24 | 2016-12-17T19:36:24 | 77,481,221 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,452 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... | [
"hibou@13f79535-47bb-0310-9956-ffa450edef68"
] | hibou@13f79535-47bb-0310-9956-ffa450edef68 |
52bfcb6db50536680c028edc3743ca987610482f | 4627d514d6664526f58fbe3cac830a54679749cd | /results/evosuite5/lang-org.apache.commons.lang3.math.NumberUtils-3/org/apache/commons/lang3/math/NumberUtils_ESTest.java | c6cbc1e0b75f92dbd957f75a7001c15ea5597aa7 | [] | no_license | STAMP-project/Cling-application | c624175a4aa24bb9b29b53f9b84c42a0f18631bd | 0ff4d7652b434cbfd9be8d8bb38cfc8d8eaa51b5 | refs/heads/master | 2022-07-27T09:30:16.423362 | 2022-07-19T12:01:46 | 2022-07-19T12:01:46 | 254,310,667 | 2 | 2 | null | 2021-07-12T12:29:50 | 2020-04-09T08:11:35 | null | UTF-8 | Java | false | false | 35,307 | java | /*
* This file was automatically generated by EvoSuite
* Tue Aug 20 21:28:12 GMT 2019
*/
package org.apache.commons.lang3.math;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.runtime.EvoAssertions.*;
import java.math.BigDecimal;
import java.math.BigInteger;
import org.apache.co... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
d7652f602514440be93bd294794ea888b59aac2d | 5c6862dd4819e67e948bcef02aaa0818ae03d748 | /app/src/main/java/com/tang/trade/tang/zxing/android/IntentSource.java | f9000377464893441c0b6484c72eb7cb64526d75 | [] | no_license | OnClickListener2048/tang8 | 5416dcf99df3cef98f06e6799afabe0a0fdf4257 | f4aecc996d2b208a1bea6b84371aa3292dab2f3a | refs/heads/master | 2021-07-17T02:29:29.052200 | 2017-10-11T16:23:57 | 2017-10-11T16:23:57 | 106,579,562 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 140 | java | package com.tang.trade.tang.zxing.android;
public enum IntentSource {
NATIVE_APP_INTENT,
PRODUCT_SEARCH_LINK,
ZXING_LINK,
NONE
}
| [
"55997027@qq.com"
] | 55997027@qq.com |
bb90f91a72aec09c91a312d4312e92239edc7aba | aded9c5e99d627b6ff7090c13b55bb91f31fb26e | /app/src/main/java/com/haoche51/sales/custom/HCPullToRefresh.java | 2e568850f16485dc37180d4dcb0cf5bb53e15888 | [] | no_license | pengxinaglin/maiche | f47964884393bcd7823550b8392ee4621c78fa5e | 4b36e2ef5f45df9879843e2ce98acdacc4f7eb33 | refs/heads/master | 2021-01-21T10:12:33.595132 | 2017-02-28T05:08:54 | 2017-02-28T05:08:54 | 83,391,921 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 10,166 | java | package com.haoche51.sales.custom;
import android.content.Context;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.view.MotionEvent;
import android.view.View;
import android.widget.AbsListView;
import android.widget.LinearLayout;
import android.widget.ListView;
import android.widge... | [
"pengxianglin@haoche51.com"
] | pengxianglin@haoche51.com |
0829cbd7ba30e5b4b8855ceed33403db9006b985 | 2d13c3c53af732b37c79c336767ea78eebda81d1 | /project/Frontend/src/main/java/com/test/utils/Check.java | eb2774f7161a3d659df231aafe22743e76662fc6 | [] | no_license | Likun-Code/ASmallSalaryManagementSystem | b63bd0cc373c2fc7ccc21b0e291babc6cb1a0928 | 1767501df3916b79f6ee6bf370bb3a487bff7e91 | refs/heads/master | 2022-12-01T08:43:25.091349 | 2020-08-12T11:26:04 | 2020-08-12T11:26:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,425 | java | package com.test.utils;
import com.test.constant.ReturnCode;
import com.test.entity.Worker;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Path;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.regex.Pattern;
public class Check {
... | [
"2293736867@qq.com"
] | 2293736867@qq.com |
140ccb23aa5f88ed827e1c881075e6194bcf5291 | cc24a71bf74a74e3776252a1926e6bf5f0207766 | /src/main/java/com/murilomartins/cursomc/domain/PagamentoComCartao.java | a6e44c52837fb47bfefaf846f61cbe308b1142fa | [] | no_license | murilomts/sprint-boot-ionic-backend | 4461eef3bf921ccfab40b706dd5aa3f8537a86ee | e0588da9b2f8fd6323e3c6474914248dab73d596 | refs/heads/master | 2020-12-06T23:20:46.052006 | 2020-11-25T02:47:10 | 2020-11-25T02:47:10 | 232,578,501 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 780 | java | package com.murilomartins.cursomc.domain;
import javax.persistence.Entity;
import com.fasterxml.jackson.annotation.JsonTypeName;
import com.murilomartins.cursomc.domain.enums.EstadoPagamento;
@Entity
@JsonTypeName("pagamentoComCartao")
public class PagamentoComCartao extends Pagamento{
private static final long ser... | [
"murilo.mtds@gmail.com"
] | murilo.mtds@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.