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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ffe7db947a5d5622047383a3d733d0c992c67ed8 | 18d4f1b4e2d9b045e3134b12e389453f691c1ee2 | /src/main/java/com/throwner/engine/world/Tile.java | bc2a74fea303690c38df9cc3b29ce121bc1744e7 | [] | no_license | rquintao/RPG-Java-CommandLine | 6df36d08c9e20b389dc6c7ea2963861bba64250a | 48a6c04ffe9a361e9d4addfea9dd528eb3674dc2 | refs/heads/master | 2020-04-20T07:24:05.342913 | 2019-02-08T16:49:43 | 2019-02-08T16:49:43 | 168,709,218 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,317 | java | package com.throwner.engine.world;
import java.io.Serializable;
import com.throwner.engine.character.MonsterCharacter;
import com.throwner.engine.character.playerfactory.PlayerCharacter;
public class Tile implements Serializable {
/**
*
*/
private static final long serialVersionUID = -5957655655471518008L;
... | [
"rafaelerquintao@gmail.com"
] | rafaelerquintao@gmail.com |
8cd41be0fe8a00c582839553dd78587a4a6e0dc3 | 8fb16edc97bbd1bd944f28c6f6203b969ae05a22 | /emall-mbg/src/main/java/com/alibaba_tencent/emall/ums/service/IntegrationConsumeSettingService.java | 9dc6f1b5ae0fc05b1c306eb2adec12aa19650898 | [] | no_license | ChenYong-GitHub/e-mall | d56b0e393533b7746366c1b65d7ad46ff77d3b7b | 4954be8090e14e6e5728beac5997f0946731c00f | refs/heads/master | 2022-07-27T21:08:38.981765 | 2020-01-10T09:33:24 | 2020-01-10T09:33:24 | 231,020,299 | 0 | 0 | null | 2022-06-21T02:34:53 | 2019-12-31T03:38:24 | Java | UTF-8 | Java | false | false | 378 | java | package com.alibaba_tencent.emall.ums.service;
import com.alibaba_tencent.emall.ums.entity.IntegrationConsumeSetting;
import com.baomidou.mybatisplus.extension.service.IService;
/**
* <p>
* 积分消费设置 服务类
* </p>
*
* @author ChenYong
* @since 2020-01-06
*/
public interface IntegrationConsumeSettingService extends I... | [
"13926108685@163.com"
] | 13926108685@163.com |
c3c3d8dc9d54be60ccae24075e5ebc0e441e02a4 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /single-large-project/src/test/java/org/gradle/test/performancenull_336/Testnull_33596.java | 1809d973cf855c02eaab162079028ad1213f500d | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 308 | java | package org.gradle.test.performancenull_336;
import static org.junit.Assert.*;
public class Testnull_33596 {
private final Productionnull_33596 production = new Productionnull_33596("value");
@org.junit.Test
public void test() {
assertEquals(production.getProperty(), "value");
}
} | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
39f58130d9c8a15bcaf4b64c03d3990347c6cf75 | 94c4780dccca8225b5242613dcb614831295bae0 | /src/ar/uba/dc/so/memoryManagement/MemoryPagingByDemandFIFO.java | eae24e17b76714876927988ea2d56791e7e422b6 | [] | no_license | chivasirre3/mms-ar | e2deef62af5e0ab15346626dd828ca19cfa5a60a | a969253536527a7e8872eee8383e7711d71b2429 | refs/heads/master | 2016-08-11T16:56:09.429565 | 2009-12-30T16:48:07 | 2009-12-30T16:48:07 | 45,148,486 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,066 | java | package ar.uba.dc.so.memoryManagement;
public class MemoryPagingByDemandFIFO extends MemoryPagingByDemand {
public MemoryPagingByDemandFIFO(int sizeInKb, int pageSizeInKb) throws Exception {
super(sizeInKb, pageSizeInKb);
}
@Override
public void freePartition() {
Integer slectedProcessId = null;
Integer sel... | [
"ivissani@gmail.com"
] | ivissani@gmail.com |
1d25326726dee3617be5dd4c82e7726bf88cbcf3 | 6dfedb93c367fa0b9625c1db350c556cdbed0713 | /app/src/main/java/com/tyut/activity/ActivityDetailActivity.java | d123a90f04333a2df8cc727269647c50da9934a6 | [] | no_license | VEGETALOADING/HealthAndroid | 8c88c362ef21998b0512b4bb2de8d52bb45490a6 | 782ae613e8918bc55b2bdcf70563be24663c1db4 | refs/heads/master | 2022-04-20T15:51:56.048727 | 2020-04-13T16:06:43 | 2020-04-13T16:06:43 | 236,984,971 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 51,970 | java | package com.tyut.activity;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.os.Looper;
import android.os.Message;
import android.text.Editable;
import android.text.Spannable;
import android.text.SpannableStringBuilder;
import android.tex... | [
"real685@163.com"
] | real685@163.com |
55e4dd5be510725ea2594abdebebd89542097759 | e768ef0723d59931b62f05cfc8053c1a4f1d8b0b | /org.hl7.fhir.r5/src/main/java/org/hl7/fhir/r5/model/MedicationRequest.java | 27ce0243000485cf4cdda1901807a073d0ee3acd | [
"Apache-2.0"
] | permissive | tobiasgirardet/org.hl7.fhir.core | feb9e63746af739d3e43752d53dc8b3a411879ba | fecf024952858a2a2fc7e2b0c86f603612075818 | refs/heads/master | 2023-02-21T04:16:47.604337 | 2023-02-16T02:03:37 | 2023-02-16T02:03:37 | 181,463,282 | 0 | 0 | null | 2019-04-15T10:20:25 | 2019-04-15T10:20:25 | null | UTF-8 | Java | false | false | 255,868 | java | package org.hl7.fhir.r5.model;
/*
Copyright (c) 2011+, HL7, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, \
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notic... | [
"grahameg@gmail.ccom"
] | grahameg@gmail.ccom |
39202c6d837238b87b4f3580210edf4a4d3988b0 | 40f56a15ec4559ef6e70a76a0d9734366d6d00d2 | /first/src/basic/booleans.java | 21f47e6da946b57622982c50a8cd65530b8eb823 | [] | no_license | yeyuning1/JavaBasic | 0853d5a581a70a1b77477b6030b35cfe910f93dc | 22133ed16276d4a4f9e87334588521174dddeea6 | refs/heads/master | 2020-07-13T21:54:04.134996 | 2019-08-29T13:39:59 | 2019-08-29T13:39:59 | 205,161,718 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 368 | java | package basic;
public class booleans {
public static void main(String[] args) {
// boolean b = 5 < 3;
// boolean result = b && (5 / 0 > 0);
// boolean result = b || (5 / 1 > 0);
// System.out.println(result);
int n = -100;
int x = n >= 0 ? n : -n;
// (n if n >= 0 ... | [
"yeyuning1@gmail.com"
] | yeyuning1@gmail.com |
219239b450991c940309c3ef5fd873ef3860ba1c | 7023bf9b35ed66da4942368f2672a6c3843eff99 | /vhrserver/vhr-web/src/main/java/org/javaboy/vhr/controller/sys/basic/JobLevelController.java | da1084e01ff22871490f48dee32fa3a0010c152e | [] | no_license | xiadefeng/vhr | 6a2fff6756543b3daabbd14c7983a0f8fa524bd2 | bc275021aed821fbec913bab11d671ba5e75a540 | refs/heads/master | 2023-01-30T05:45:20.651278 | 2020-12-17T08:14:48 | 2020-12-17T08:14:48 | 322,226,107 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,224 | java | package org.javaboy.vhr.controller.sys.basic;
import org.javaboy.vhr.bean.JobLevel;
import org.javaboy.vhr.bean.RespBean;
import org.javaboy.vhr.service.JobLevelService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import java.util.List;
/**
* @Aut... | [
"310484874@qq.com"
] | 310484874@qq.com |
debd67dde4df8cfda035e2085f61d7657ece894b | b7e91d1f4e35c7131b84db898105724b6b4d14e4 | /Projetos/Versão Atual/vaucangraph-modules/br.ufms.vaucangraph.app/src/main/java/br/ufms/vaucangraph/app/outline/OutlineViewModel.java | f609b19bb56f0bdb7dea53a876ac16133ac3d3be | [
"Apache-2.0"
] | permissive | Alex-Vieira/VaucangraphFx | ddc4dd62733b06a46ec85b8bf1f3ebf914e5c2b0 | 4109f24fb25140d98d61bdb00efda528d2d2c5b8 | refs/heads/master | 2020-03-27T14:10:37.426744 | 2019-08-04T00:07:53 | 2019-08-04T00:07:53 | 146,648,103 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 133 | java | package br.ufms.vaucangraph.app.outline;
import de.saxsys.mvvmfx.ViewModel;
public class OutlineViewModel implements ViewModel {
}
| [
"alex_alvesvieira@hotmail.com"
] | alex_alvesvieira@hotmail.com |
d5f1ec2a2b9a6210d79cb1d85fc1ffb696049319 | c41476abff940bf2ad976ab75f2dd04c3d17a62a | /src/TwoPointers/_2_RemoveDuplicatesFromSortedArray.java | 073437845ce9ee09e7ee10ad145175a38e8ab54b | [] | no_license | csal90/depaul-algorithms | b0fa80c7e75e3c6e8ff6dbced89778f806e2e1e7 | 22c5ba8d47d89846cdaf607eecb0b284d8e35405 | refs/heads/master | 2023-06-03T05:21:59.591839 | 2021-07-02T17:24:09 | 2021-07-02T17:24:09 | 379,291,931 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 198 | java | package TwoPointers;
public class _2_RemoveDuplicatesFromSortedArray {
public static void main(String[] args) {
}
public int removeDuplicates(int[] nums) {
return -1;
}
}
| [
"35342933+csal90@users.noreply.github.com"
] | 35342933+csal90@users.noreply.github.com |
74d45b6e93184a5910e45711a07d1c1ba7aa5e4f | 7f7ab18704e38038acdacf90e623e0e4e99ae1bd | /src/com/maldworth/toodledo/response/models/Task.java | 8518fe184e739c60d4c0b98a24cd37273f9feabd | [
"BSD-2-Clause-Views",
"BSD-2-Clause"
] | permissive | summraznboi/maDoHttpServices | 80cf02c3002e7621e36bc7f6f9ea1ed29991cb79 | bd45a6ae2d2a9e37d2d24c0758c6c759477812a6 | refs/heads/master | 2020-12-24T12:59:25.956387 | 2010-02-13T03:49:57 | 2010-02-13T03:49:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,631 | java | package com.maldworth.toodledo.response.models;
import com.maldworth.toodledo.enums.Priority;
import com.maldworth.toodledo.enums.Reminder;
import com.maldworth.toodledo.enums.Repeat;
import com.maldworth.toodledo.enums.Status;
public class Task
{
private long _id;
private long _parent;
private int _children;
pri... | [
"m@maldworth.com"
] | m@maldworth.com |
096f53dabf585797f7f65a22295b64712e2e2670 | 249fbe3a4fb13d00573ef70fdceada06206d404f | /TigerDB/src/main/java/cn/ittiger/database/SQLBuilder.java | b2c2ce93d2b6c39c4552c3f00f207b775b8f6e48 | [] | no_license | huyongli/TigerTnGou | fadd301defdedab4909ab8207a85dc1e1da0a2c6 | 10684fb60afe0c69bbc289c8e3fc694325f04fd0 | refs/heads/master | 2020-09-20T18:02:09.283071 | 2016-08-21T15:09:43 | 2016-08-21T15:09:43 | 66,202,432 | 7 | 2 | null | null | null | null | UTF-8 | Java | false | false | 13,714 | java | package cn.ittiger.database;
import java.util.Collection;
import java.util.Iterator;
import java.util.LinkedHashMap;
import cn.ittiger.database.bean.BindSQL;
import cn.ittiger.database.bean.EntityTable;
import cn.ittiger.database.bean.Property;
import cn.ittiger.database.manager.EntityTableManager;
import cn.ittiger.... | [
"huyongli1989@gmail.com"
] | huyongli1989@gmail.com |
5ea59e5b401d9071e2ce109bd872eca3320065c0 | 289a3eadd2a26fc7f82ca0d58a29902b753dcee3 | /craft3editor/src/com/hiveworkshop/wc3/jworldedit/wipdesign/units/meta/SourceLocation.java | ca4b36e5b82eef1185832e97cd3645e54fc33397 | [
"MIT"
] | permissive | Retera/ReterasModelStudio | e6cfe3099eed1c6426dff34f2f965ca040597d34 | 2b7c9f0c223874381074f4e04f82442f03a8ec53 | refs/heads/master | 2023-08-30T19:26:33.917185 | 2023-06-02T03:00:14 | 2023-06-02T03:00:14 | 39,873,368 | 59 | 18 | null | 2021-05-30T21:14:35 | 2015-07-29T04:32:41 | Java | UTF-8 | Java | false | false | 117 | java | package com.hiveworkshop.wc3.jworldedit.wipdesign.units.meta;
public @interface SourceLocation {
String value();
}
| [
"retera@etheller.com"
] | retera@etheller.com |
709ee87540af0e9141ff7781bafb058a5b88fcb1 | a3b752b26902e04ebd1349daa21a14e25526952e | /src/fr/valentinle/logiciel_coiffure/model/observer/DashboardListener.java | d59dbf58737c367a9dc4fd7a86b3800a44e852d3 | [] | no_license | ValentinLe/logiciel_coiffure | 660a80f9c928cc754625cc887608a85017d5c8b4 | 1395d952961b392d24358a4f14dc6fa8dfdbc824 | refs/heads/main | 2023-08-16T10:19:55.794935 | 2021-09-23T19:22:16 | 2021-09-23T19:22:16 | 374,419,335 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 219 | java | package fr.valentinle.logiciel_coiffure.model.observer;
public interface DashboardListener {
public void clientsListHasChanged();
public void clientHasChanged();
public void factureCreated();
}
| [
"valou.leblond@protonmail.com"
] | valou.leblond@protonmail.com |
035e3c6128fb5c7cc3e5964ee9a0621ed4eedc31 | 19f7e40c448029530d191a262e5215571382bf9f | /decompiled/instagram/sources/p000X/C31951aI.java | 2ff2f3915c1b67bb966b906dd6501094a383ed2f | [] | no_license | stanvanrooy/decompiled-instagram | c1fb553c52e98fd82784a3a8a17abab43b0f52eb | 3091a40af7accf6c0a80b9dda608471d503c4d78 | refs/heads/master | 2022-12-07T22:31:43.155086 | 2020-08-26T03:42:04 | 2020-08-26T03:42:04 | 283,347,288 | 18 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,071 | java | package p000X;
/* renamed from: X.1aI reason: invalid class name and case insensitive filesystem */
public final class C31951aI {
public static C31961aJ parseFromJson(C13080hr r3) {
C31961aJ r2 = new C31961aJ();
if (r3.A0g() != C13120hv.START_OBJECT) {
r3.A0f();
return null... | [
"stan@rooy.works"
] | stan@rooy.works |
6cffffbee58bb10983b7a4e63fef729a1eff75d9 | e06ce387bbc95f70ac390ff8b04c98c983b5a7a6 | /1TRIMESTRE/java_functions/src/exercises35to50/Exercise47.java | 25bb524a49e03bc940ba1fa60aef0c46843c5ae4 | [] | no_license | przdavid/PROG | 9e7b37464bc0cde38448bf313a321334b8cd1844 | 3a84977d89f18c33add1efeaae9f6075202a672c | refs/heads/master | 2021-07-23T11:07:10.265550 | 2021-01-22T07:55:04 | 2021-01-22T07:55:04 | 238,075,167 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,866 | java | package exercises35to50;
/**
* <p>Ejercicio 47 del tema 8 del libro <em>Aprende Java con ejercicios</em>.</p>
* @author David Pérez Ruiz
*/
public class Exercise47 {
public static void main(String[] args) {
// Variables de prueba
int[] arrayExample1 = {6, 2, 5, 0, 1};
int[] arrayExample2 = {3, 7, 9};... | [
"a19peruda@iesgrancapitan.org"
] | a19peruda@iesgrancapitan.org |
8720eaa14a6d8917f52b84856cbed800ff1e1be9 | be639c0869a785d5ff0c6cce230277eba3283e6c | /WEAK PASSWORD EXCEPTION/src/UserBO.java | 33302540c2bf004e1fe747a57c00c6d1c8e8ef95 | [] | no_license | vignesh-gupta/All-Java-Project | 9293bfb7110daddff6c0e53aca09206c84d703ba | 159e71a6d85194e70fc3ca3af4b220d64be58de5 | refs/heads/master | 2023-05-13T14:58:18.042309 | 2021-06-07T07:56:16 | 2021-06-07T07:56:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 946 | java | @SuppressWarnings("serial")
public class UserBO extends Throwable {
static void validate(User u)throws WeakPasswordException{
int d=0,a=0,s=0;
boolean is=true;
if(u.getPassword().length()>=8 && u.getPassword().length()<=20){
for(int i=0; i<u.getPassword(... | [
"vighneshgupta32@gmail.com"
] | vighneshgupta32@gmail.com |
687e62196e6547dfd3a649a9c5add3521722c328 | ab2adb23393260210754859747ba00ebe621cdfc | /AzureAddressAllocator/src/net/azurewebsites/thehen101/azureaddressallocator/azure/AllocationManager.java | 9d0d29e9b1d11b0f11f9ae37d2a59a752d10924e | [
"MIT"
] | permissive | thehen101/AzureAddressAllocator | 12eb2452dbff18ea8772ace01f0a0fc3ffb6e427 | 05332647e4f6b81efae8345b2c125c3124cbe31f | refs/heads/master | 2022-08-04T13:48:43.760063 | 2020-05-27T20:57:43 | 2020-05-27T20:57:43 | 265,531,571 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,642 | java | package net.azurewebsites.thehen101.azureaddressallocator.azure;
import java.util.ArrayDeque;
import java.util.ArrayList;
import java.util.HashMap;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import net.azurewebsites.thehen101.azureaddressallocator.Allocator;
/**
* @author h
* @since 27 ... | [
"thehen101@live.com"
] | thehen101@live.com |
77af0a8d664458fa9289a980dbd87fed64223d15 | cba543b732a9a5ad73ddb2e9b20125159f0e1b2e | /sikuli_ide/src/main/java/org/jdesktop/swingx/JXRadioGroup.java | 9a5e80c9334e2d5d9182ff846e9af3dde860b680 | [] | no_license | wsh231314/IntelligentOperation | e6266e1ae79fe93f132d8900ee484a4db0da3b24 | a12aca5c5c67e6a2dddcd2d8420ca8a64af476f2 | refs/heads/master | 2020-04-05T13:31:55.376669 | 2017-07-28T05:59:05 | 2017-07-28T05:59:05 | 94,863,918 | 1 | 2 | null | 2017-07-27T02:44:17 | 2017-06-20T07:45:10 | Java | UTF-8 | Java | false | false | 10,531 | java | /*
* $Id: JXRadioGroup.java 4158 2012-02-03 18:29:40Z kschaefe $
*
* Copyright 2006 Sun Microsystems, Inc., 4150 Network Circle,
* Santa Clara, California 95054, U.S.A. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Pub... | [
"hjpq0@163.com"
] | hjpq0@163.com |
14e1ba24ba8a2c5b4341ef360046d1eb828947d3 | 720361bf227c116bbc5fe31194e8c3f32393bd21 | /IdeaProjects/gbless2_calc/src/com/company/Main.java | aeaef759f466973e367ae65095e485af8e5d607e | [] | no_license | zimingv/git-repo | 85441da737aadaf9ab10f8d6bfde5455e021e804 | 46d1afed35f0e26947a00bdbcd647835b1166aab | refs/heads/master | 2020-05-14T17:33:43.034587 | 2020-03-17T12:43:41 | 2020-03-17T12:43:41 | 181,893,219 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,162 | java | package com.company;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
// write your code here
System.out.println("Введите операцию: ");
System.out.println("1. Сложение");
System.out.println("2. Вычитание");
System.out.println("3. Умнож... | [
"kenza_z@mail.ru"
] | kenza_z@mail.ru |
a68a00377aabe2b89dc9ab6af98468063d9a5737 | 246bb115cbb4e6654243526c529eccba1aa806b7 | /engine/src/test/java/org/apache/hop/pipeline/transforms/loadsave/validator/PrimitiveBooleanArrayLoadSaveValidator.java | b478d70ac071d0ea998073b1656482d5cfb2ce01 | [
"Apache-2.0"
] | permissive | davidjscience/hop | 6f8f9391aa367a4fe9b446b1a7fc0f6c59e6a9ce | 9de84b1957a0b97f17d183f018b0584ed68aae5a | refs/heads/master | 2022-11-08T02:13:28.596902 | 2020-06-28T17:47:27 | 2020-06-28T17:47:27 | 275,682,334 | 0 | 0 | Apache-2.0 | 2020-06-28T22:55:52 | 2020-06-28T22:55:51 | null | UTF-8 | Java | false | false | 2,296 | java | /*! ******************************************************************************
*
* Hop : The Hop Orchestration Platform
*
* http://www.project-hop.org
*
*******************************************************************************
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you ... | [
"mattcasters@gmail.com"
] | mattcasters@gmail.com |
9360d4d503e2bc59354cb7d135b308e9c2e45813 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /large-multiproject/project39/src/main/java/org/gradle/test/performance39_5/Production39_496.java | 583bcadce7d6c0d814b1bc012132d207f1506291 | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 305 | java | package org.gradle.test.performance39_5;
public class Production39_496 extends org.gradle.test.performance13_5.Production13_496 {
private final String property;
public Production39_496() {
this.property = "foo";
}
public String getProperty() {
return property;
}
}
| [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
7257e9fb4588b68557c9e474ef7d5dc80108e461 | 30edc4a914d4533a6a005de624464d0cc4201539 | /src/main/java/pages/ViewLead.java | fa5ec0a8e92b1d9c41a7ff59b4ea9036d6c1f76b | [] | no_license | palanimohand/POMFrameworkWithMaven | f96acecdc74c44bba98afded2e3f8e9d084f7799 | e19db025778e1873ea6d0638dcb3e3332f7b82a8 | refs/heads/master | 2021-01-24T01:30:29.091164 | 2018-03-04T08:48:09 | 2018-03-04T08:48:09 | 122,814,018 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,696 | java | package pages;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.How;
import org.openqa.selenium.support.PageFactory;
import wdMethods.ProjectMethods;
public class ViewLead extends ProjectMethods{
public ViewLead() {
PageFactory.initElements(dri... | [
"papmdp.mohan@gmail.com"
] | papmdp.mohan@gmail.com |
ab1be5814c01e5a3c6cc36a26ff874a9a1ae3de9 | 84a14d51109e4e1edffbf715daaa185f3fb53016 | /src/main/app/com/jiaxiao/service/impl/BaseServiceImpl.java | 049233a9d68fab16ae52b4347076a01c23b647ca | [] | no_license | jiaxiaoDever/project | a04291abda1a7764ee05d0b8da9abf082620a7b3 | 5dc7fef315012555d85b1e2334c6f060dede66ac | refs/heads/master | 2016-09-05T23:42:42.748593 | 2015-11-27T07:50:16 | 2015-11-27T07:50:16 | 34,437,109 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,451 | java | package com.jiaxiao.service.impl;
import java.util.UUID;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Propagation;
import org.springframework.transaction.annotation.Transactional;
import com.ji... | [
"xcj198766@126.com"
] | xcj198766@126.com |
1e72fa32b2970cce90b07c2c7b3ea5b2b6ad6aa5 | e32793ce724877b955bc24877b06e6284aca5649 | /6.Funtion/app/src/androidTest/java/com/coban/funtion/ExampleInstrumentedTest.java | 8b3be327ff2742fa96b191ca9950baca5a017d2a | [] | no_license | KinKute/Tu-hoc-Android | 62fc9cc8f2b0c75f3d47766c9094b280b7af2922 | 4fd7416e2153ecf5a61ffc234519fbe3fe3c2904 | refs/heads/master | 2023-06-20T07:53:07.463039 | 2021-07-19T10:20:00 | 2021-07-19T10:20:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 748 | java | package com.coban.funtion;
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 An... | [
"nguyentranquangbao12b5ts19@gmail.com"
] | nguyentranquangbao12b5ts19@gmail.com |
400522d1291d84b0024528b892070bddc9a44556 | 330cfdbad4b1f0d3460f8cc2c9754f7ae51d81a2 | /src/main/java/domain/Student.java | b4240d3dff33b76d61532d299c6a23b3549257ee | [] | no_license | ionutgrad09/Assignment2MV | f867f8b6e50957043fdf2363479f02368459fc32 | 516183a2434a70e755ca058e81de6c04b755f421 | refs/heads/master | 2020-04-30T07:36:21.144811 | 2019-05-08T07:24:48 | 2019-05-08T07:24:48 | 176,689,700 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 884 | java | package domain;
public class Student implements HasID<String> {
private String idStudent;
private String nume;
private int grupa;
public Student(String idStudent, String nume, int grupa) {
this.idStudent = idStudent;
this.nume = nume;
this.grupa = grupa;
}
@Override
... | [
"ionut-adrian.grad@microfocus.com"
] | ionut-adrian.grad@microfocus.com |
998a7973146f964adaaaa8d5d3d09586d8668cc2 | 18a76ece29eebf3b0ab3563d8f8147ef91883e57 | /AppDevelop3/Test5/Test5/obj/Debug/81/android/src/android/support/design/R.java | 05a72e6cfb83c481bd3fa28a19a30a5bf0a2c945 | [] | no_license | CrazySoldier04/Cuatrimestre5 | 8ee24e524d0c6d50f0477a377ff7ea0fbb808b90 | e2ce1a7da340993394fd1a4c78c11b35f64d892d | refs/heads/master | 2020-04-15T08:18:41.692427 | 2019-03-12T02:45:53 | 2019-03-12T02:45:53 | 164,519,258 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 628,020 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package android.support.design;
public final class R {
public static final class anim {
public static int abc_fade_in=0x7f050... | [
"eliott01_salazar@hotmail.com"
] | eliott01_salazar@hotmail.com |
cc652f1fd8bd528df903fff73c02dd3c22cb7eec | a45d7d4c9234cb7ac573811e49e0672d4064524a | /gmall-order/src/main/java/com/atguigu/com/gmall/order/pojo/OrderItemVo.java | f5ca0042097c9f3f536c3403f595f1957aa70a88 | [
"Apache-2.0"
] | permissive | ymxaa/gmall-0821 | df834f33d9ea4c9a4bca48ddb6e075cd8dfa0602 | b4fe5f34b5c0fdeb5c992d6fdba1fd6689d5e4a4 | refs/heads/main | 2023-03-25T06:37:43.683869 | 2021-03-23T01:54:00 | 2021-03-23T01:54:00 | 330,569,597 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 809 | java | package com.atguigu.com.gmall.order.pojo;
import com.atguigu.gmall.pms.entity.SkuAttrValueEntity;
import com.atguigu.gmall.sms.vo.ItemSaleVo;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import lombok.Data;
import java.math.BigDecimal;
import java.util.Lis... | [
"1537731745@QQ.com"
] | 1537731745@QQ.com |
427ec49d35c1e249e19a2665a72d8ad2dc090810 | 2379de98cc3bb94afedfc45e232d53573c8cebfb | /Week_01/IsUnique.java | 05bedff33bcc58db402c4c6cd87e0e69b987484c | [] | no_license | Pierolin/-algorithm015 | 6005f8b3b6b8f04507d4b38b6c0481fdc975144e | 41717b07cf99cc8602330e7442e9b91cec0be410 | refs/heads/master | 2023-01-12T21:43:47.978954 | 2020-11-20T13:12:44 | 2020-11-20T13:12:44 | 289,798,926 | 0 | 0 | null | 2020-08-24T01:30:38 | 2020-08-24T01:30:37 | null | UTF-8 | Java | false | false | 1,371 | java | package algorithm015.Week_01;
public class IsUnique {
public boolean isUnique(String astr) {
// 方法一:计算唯一字符数
return astr.chars().distinct().count() == astr.length();
// 方法二:bool 数组
/*
int[] chars = new int[26];
for(int i=0;i<astr.length();i++) {
int c = a... | [
"linyouxu@qq.com"
] | linyouxu@qq.com |
d3e1131d056f2b59f2380e3b3198f00845e3affe | 05ee5944509635baaac0326965304cd3011c5a4b | /CS106A/BookExercisesChapter09 (Object-Oriented Graphics)/DrawHouseOfUsher.java | 6e2ced96f9df11a4e172fb86b797024e7195955b | [] | no_license | oliverpecha/Stanford-SEE | f170889ad02f6e9c9caeb19ccbfceda5cd64d6ad | 562605a8e0e72fb84bc7c899346d5c2282e6f31c | refs/heads/master | 2023-07-09T02:33:34.291651 | 2023-07-04T15:22:14 | 2023-07-04T15:22:14 | 229,628,585 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,072 | java | /*
* File: DrawHouseOfUsher.java
* Name: Oliver Pecha
* Section Leader: Online Learning
* -----------------
* Book / Chapter 9 / Programming Exercise Bonus 8
* -----------------
* If you wanted a house to go along with the Halloween pumpkin you designed in exercise 5, you might want to draw a diagram of the
* ... | [
"oliverpecha@gmail.com"
] | oliverpecha@gmail.com |
40bd860b183042a97469c09cac236493a5121773 | 795434741bac632b5e98dd34bc27a4851695479d | /greedy/CourseScheduleIII.java | 939a67999931c3478d7e99bc2ad697293df94365 | [] | no_license | exmy/Algorithms | 23e34e5051200789a43c914da67f160860b0a421 | 39123230cadac11d5a819ace6ad9581c6d876c02 | refs/heads/master | 2020-04-06T14:18:46.950079 | 2019-04-03T13:35:46 | 2019-04-03T13:35:46 | 157,536,191 | 1 | 1 | null | 2018-12-21T04:51:21 | 2018-11-14T11:05:49 | Java | UTF-8 | Java | false | false | 941 | java | class CourseScheduleIII{
// leetcode 630
// There are n different online courses numbered from 1 to n.
// Each course has some duration(course length) t and closed on dth day.
// A course should be taken continuously for t days and must be finished before or on the dth day.
// You will start at t... | [
"1361795565@qq.com"
] | 1361795565@qq.com |
9d858fd649d9f40011698c43300bdd4bf1eb73c8 | 4d061817ab1e1c79786d3bc51772ee9d03988f09 | /cardservice/src/main/java/com/mdx/microservice/utils/DeckUtils.java | 3f9b772c68004b6ca983fd18dd2d754bab034096 | [] | no_license | rkum1989/spring | f362fe2d5a9abfd5694bf6bb521300aebcb91ec5 | 74a9e078036b59d01baf48b0aae6cffa11ee9255 | refs/heads/master | 2021-06-13T14:32:58.834956 | 2021-02-04T22:15:29 | 2021-02-04T22:15:29 | 335,922,052 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 738 | java | ////////////////////////////////////////////////////////////////////////
//
// @Id: DeckUtils.java
// @Author: Shekhar Cambam
//
// Purpose:
// Contains the DeckUtils class definition.
//
// All rights reserved.
//
////////////////////////////////////////////////////////////////////////
package com.mdx.microservice.ut... | [
"rituraj.wbut2010@gmail.com"
] | rituraj.wbut2010@gmail.com |
d167f9502eceb6c8df881c7ccca629495358a850 | b35654725adaf535863b7afd616e55ac38b60a86 | /src/pipe/gui/widgets/LTLFormulaDialog.java | f630cd63452ecdca39df5c2ae3d95316a49bdfee | [] | no_license | lpcclown/asespring2017-timedPIPE | 84ef0f3fdbac59eea1466e57111fb8749080d929 | 4aba54f16e44b999717116b0d037a1a9baad5e01 | refs/heads/master | 2021-01-19T07:50:45.215540 | 2017-04-13T16:52:08 | 2017-04-13T16:52:08 | 87,578,730 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 8,381 | java | package pipe.gui.widgets;
import java.awt.HeadlessException;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.HashSet;
import javax.swing.BorderFactory;
import javax.swing.JButton;
import javax.swing.JDialog;
import javax.swing.JOptionPane;
import javax.swing.JScrollPane;
impo... | [
"281538707@qq.com"
] | 281538707@qq.com |
5cc48be443ab657bca71691416de33c2087872db | b6f81977fb2872903fbd2baad4c1f5498be957f1 | /samples/server/petstore/java-play-framework-no-exception-handling/app/apimodels/User.java | d941beb680c24425c1be6af791cbee680bdc21c7 | [
"Apache-2.0"
] | permissive | aHisayoshiSuehiro/swagger-codegen | a557b9e86c0f23cdd9210326e95d2722d98e1cb5 | 2be2ee080be58e19591d0e8aa6bd8e1d80938fcc | refs/heads/master | 2021-01-11T07:23:03.521272 | 2017-07-20T07:45:09 | 2017-07-20T07:45:09 | 71,998,259 | 0 | 1 | null | 2016-10-26T11:53:58 | 2016-10-26T11:53:57 | null | UTF-8 | Java | false | false | 4,738 | java | package apimodels;
import java.util.Objects;
import com.fasterxml.jackson.annotation.*;
import javax.validation.constraints.*;
/**
* A User who is purchasing from the pet store
*/
public class User {
@JsonProperty("id")
private Long id = null;
@JsonProperty("username")
private String username = null;
... | [
"wing328hk@gmail.com"
] | wing328hk@gmail.com |
9a4075d0abdd93a8add12b048dcd48a8b37b411d | 90047daeb462598a924d76ddf4288e832e86417c | /chrome/android/java/src/org/chromium/chrome/browser/FullscreenWebContentsActivity.java | 5cbe34bf40bb2e7d7ad2241fec384726e5d03f13 | [
"BSD-3-Clause"
] | permissive | massbrowser/android | 99b8c21fa4552a13c06bbedd0f9c88dd4a4ad080 | a9c4371682c9443d6e1d66005d4db61a24a9617c | refs/heads/master | 2022-11-04T21:15:50.656802 | 2017-06-08T12:31:39 | 2017-06-08T12:31:39 | 93,747,579 | 2 | 2 | BSD-3-Clause | 2022-10-31T10:34:25 | 2017-06-08T12:36:07 | null | UTF-8 | Java | false | false | 4,146 | java | // Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.chrome.browser;
import android.app.Activity;
import android.content.ComponentName;
import android.content.Intent;
import android.pro... | [
"xElvis89x@gmail.com"
] | xElvis89x@gmail.com |
7072ba0b7ef2b2f759b5c9cc713592e422eedb9e | 298a0a845807a9d19fb971847eb6249691326741 | /src/controller/RepaintController.java | 86830af898c2957baf041ca7815d2c4b0992e885 | [] | no_license | jinpangleung/CISC275 | b202b42476faf5618317e61bff5b716e19afe296 | d2c55e9b0c7fb7b684b6f17148206a2cef01dd4f | refs/heads/master | 2021-01-13T07:38:16.024358 | 2016-11-01T15:10:34 | 2016-11-01T15:10:34 | 71,476,017 | 0 | 0 | null | 2016-10-25T13:46:48 | 2016-10-20T15:17:43 | Java | UTF-8 | Java | false | false | 396 | java | package controller;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import model.Grid;
import view.View;
public class RepaintController implements ActionListener {
private View view;
public RepaintController(View view){
this.view = view;
}
public void actionPerformed... | [
"noreply@github.com"
] | noreply@github.com |
2d64b73ef42c8a9aa84ffba71fbe53bdaa1af1d5 | 711ad62637993867b5d591a4aa8bc009c011640c | /Java Library Review/com/Jacksonnn/StringHandling/StringComparison.java | efe5eed84b8750c1cb70392e1b65393271106e93 | [] | no_license | jphuse/JavaExamples | 8a4c95d2b66c39a94cc6f5c84d2310479ed09330 | a8b30301cf162ed86959d4f2e9c90630cd93d8c6 | refs/heads/master | 2023-02-02T21:32:17.086089 | 2018-05-29T12:41:22 | 2018-05-29T12:41:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 533 | java | package com.Jacksonnn.StringHandling;
public class StringComparison {
public static void main(String[] args) {
String s1 = "Hello";
String s2 = "Hello";
String s3 = "Good-bye";
String s4 = "HELLO";
System.out.println(s1 + " equals " + s2 + " -> " + s1.equals(s2));
System.out.println(s1 + " ... | [
"noreply@github.com"
] | noreply@github.com |
8b0276e6a2af4f38d3ed1f474002d4e6ca021464 | 1f84041049ae31c84cbeab01bae0f80c10617519 | /src/beispiele/MehrzeiligerKommentar.java | 14f85be44b750487e8779f3c43a1829402c9687d | [] | no_license | TZimber/WasHatEinBierGlasMitJavaZuTun | 65463aba6bcf4fab77e13c9fae103f459552ec9e | 84a58e459606adc0631199175001d561c749879f | refs/heads/master | 2020-04-19T06:57:24.744226 | 2019-01-28T20:37:21 | 2019-01-28T20:37:21 | 168,033,100 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 409 | java | package beispiele;
import java.util.Scanner;
public class MehrzeiligerKommentar {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
String text = input.nextLine();
/*
dies ist eine mehrzeiliger Kommentar,
er kann beliebig viele Zeilen lang sei... | [
"thomas.zimber@h17p.de"
] | thomas.zimber@h17p.de |
8e85fbe925920bd2fe7c4cb79655abb169bc9468 | ba50125dc607f457f5d3cc71cc1198f493688db6 | /quickstart-android/database/app/src/main/java/com/google/firebase/quickstart/database/java/MainActivity.java | 544c6c128a7b64ca8f634decbd4b7b8601c27674 | [
"Apache-2.0",
"CC-BY-4.0",
"LicenseRef-scancode-other-permissive"
] | permissive | KH-SNS-Project/SNS | dd6cecf3253dd81a58a8fea259c1025af05ae8df | 90e54e5d3d7652d6a7286d722c09d5b7f2d59c76 | refs/heads/master | 2023-01-14T06:35:04.284839 | 2019-12-11T09:58:48 | 2019-12-11T09:58:48 | 225,357,075 | 0 | 1 | null | 2023-01-09T12:05:45 | 2019-12-02T11:19:52 | Java | UTF-8 | Java | false | false | 3,955 | java | /*
* Copyright 2015 Google Inc. 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.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | [
"itkk0306@naver.com"
] | itkk0306@naver.com |
8b7f8bcd83362767f613fa54fec610302fed6476 | db876647c4954d7c19adaa13efeed0dbc33437e2 | /src/businesslogic/players/PlayerAutoTest.java | 856159dfc18a5231b7229e47084e6504c8d4e1d7 | [] | no_license | bobo15850/NBA_WITHOUT_UI | 201b179c4e398fe11ea97da733a096592ec6af2f | df164c5abb577927ed4afb936f12884027b428a0 | refs/heads/master | 2020-04-11T03:41:45.830242 | 2015-05-11T15:46:03 | 2015-05-11T15:46:03 | 33,709,834 | 0 | 2 | null | 2015-05-10T08:29:01 | 2015-04-10T05:17:35 | Java | UTF-8 | Java | false | false | 16,374 | java | package businesslogic.players;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.Map.Entry;
import java.util.TreeMap;
import org.apache.commons.beanutils.BeanComparator;
import org.apache.commons.collections.comparators.ComparatorChain;
import test.dat... | [
"1248373163@qq.com"
] | 1248373163@qq.com |
0498df4608e06dd0096c02b8e743443bf3e4aff9 | fa063cacae9f88e3c1fefcf4c045bbfd19775b20 | /src/main/java/com/think/IO/Dirlistwo.java | 92eb534dd621a2861b2d1e708fa023a451fa443e | [] | no_license | Robot0111/Think-in-java | 1fc7dafd97cee9c7cef9e59cc880698acd067d0d | 3dae936eb77911d839a8cd833e5b57c610f9eff9 | refs/heads/master | 2022-05-06T09:08:31.675946 | 2022-04-27T08:54:46 | 2022-04-27T08:54:46 | 168,095,154 | 0 | 0 | null | 2022-03-24T00:33:33 | 2019-01-29T05:30:10 | Java | UTF-8 | Java | false | false | 832 | java | package com.think.IO;
import java.io.File;
import java.io.FilenameFilter;
import java.util.Arrays;
import java.util.regex.Pattern;
public class Dirlistwo {
public static FilenameFilter filter(final String regex) {
return new FilenameFilter() {
private Pattern pattern = Pattern.compile(regex);
@Over... | [
"5376594@qq.com"
] | 5376594@qq.com |
b6e7fa48c1e5382321d9b1350ee22783a4962bf1 | a33aac97878b2cb15677be26e308cbc46e2862d2 | /data/libgdx/TextureMapObject_getOriginX.java | 77da87abcab48d0c703148bda84340af1c28c449 | [] | no_license | GabeOchieng/ggnn.tensorflow | f5d7d0bca52258336fc12c9de6ae38223f28f786 | 7c62c0e8427bea6c8bec2cebf157b6f1ea70a213 | refs/heads/master | 2022-05-30T11:17:42.278048 | 2020-05-02T11:33:31 | 2020-05-02T11:33:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 83 | java | /**
* @return x axis origin
*/
public float getOriginX() {
return originX;
}
| [
"bdqnghi@gmail.com"
] | bdqnghi@gmail.com |
2194306978bbf3dc17d318d833e92f5d693fe942 | 2e2c490012eb5d56a308caf20eff151cc81f1211 | /app/src/main/java/ru/yandex/money/education/app/components/view/activities/ActivitySecond.java | bf9524b94c84a466dfdc186e432a6b9ab7b7f612 | [] | no_license | raqeta/YandexMoneyEducationApp | 8962b94b633716061741d6e25c8faf56f1db1fd2 | 1f46b38851634bb9e1648660473823fd8c70bb94 | refs/heads/master | 2020-05-29T21:39:48.177313 | 2015-08-30T18:37:59 | 2015-08-30T18:37:59 | 41,474,999 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,206 | java | package ru.yandex.money.education.app.components.view.activities;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.KeyEvent;
import android.view.View;
import android.widget.Button;
import android.widget.EditTex... | [
"4metall@gmail.com"
] | 4metall@gmail.com |
ebccf268ea7d76f806ebd8cafcb9bba93e110e56 | b77bf23ba60db5794445b8204317ed8b7388a2fd | /net/minecraft/client/resources/data/BaseMetadataSectionSerializer.java | 587621538e73b0ce0de7163ba395b6a0b3afb193 | [] | no_license | SulfurClient/Sulfur | f41abb5335ae9617a629ced0cde4703ef7cc5f2c | e54efe14bb52d09752f9a38d7282f0d1cd81e469 | refs/heads/main | 2022-07-29T03:18:53.078298 | 2022-02-02T15:09:34 | 2022-02-02T15:09:34 | 426,418,356 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 200 | java | package net.minecraft.client.resources.data;
public abstract class BaseMetadataSectionSerializer implements IMetadataSectionSerializer {
// private static final String __OBFID = "CL_00001098";
}
| [
"45654930+Kansioo@users.noreply.github.com"
] | 45654930+Kansioo@users.noreply.github.com |
6af6d09b91ae0f29c7dbd010152660cb00557f28 | c6a6b7b91b782a1cb057769985ef3c315c98de06 | /FinalProject.java | 28ee43894980a2c3132f7ae61606967e5a246222 | [] | no_license | matiasfr/ee352final | bee97084a710cdedef2e1062825e2c725bf01da0 | 4e9f97dbc1049cce27468dc736bd1184dad0c69e | refs/heads/master | 2021-01-10T07:22:42.307369 | 2015-05-04T17:46:53 | 2015-05-04T17:46:53 | 34,766,922 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,357 | java | import java.io.*;
import java.math.BigInteger;
import java.util.Random;
/**
* Created by idean on 5/3/15.
*/
public class FinalProject {
private static final int SLOTS = 1024;
private static final int SLOTS_PER_SET = 2;
private static final int SETS = SLOTS / SLOTS_PER_SET;
pri... | [
"idean.keshmirian@gmail.com"
] | idean.keshmirian@gmail.com |
e9e3e19dcb4db2541a8aeb77c9f1f8db814c7d83 | bd97ad9c3489e72ad8ee407248059e5908b9a71f | /mall-mbg/src/main/java/com/dunshan/mall/mapper/CmsMemberReportMapper.java | 3d7c9cd54d019d4648938b2dbbec364e092f333d | [
"Apache-2.0"
] | permissive | okay456okay/7d-mall-microservice | 055a33560b2d9cd9c73e52626ba9d1e99a7f72e8 | 8cfd98e47208f715b495ce6db39908d8163db927 | refs/heads/master | 2023-09-04T12:19:37.296256 | 2021-11-04T02:23:05 | 2021-11-04T02:23:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 770 | java | package com.dunshan.mall.mapper;
import com.dunshan.mall.model.CmsMemberReport;
import com.dunshan.mall.model.CmsMemberReportExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface CmsMemberReportMapper {
long countByExample(CmsMemberReportExample example);
int deleteByEx... | [
"zuozewei@hotmail.com"
] | zuozewei@hotmail.com |
966fbd2a17edd49c6719f58c1a20b72f492e3d5c | 3b53c2d5c659217a55ea35bc6dc740c7cafc3aa0 | /core/src/main/java/wwmm/pubcrawler/inject/MongoRepositoryModule.java | 052b0ee722bf8c47facc230f22c5f4d3e43bb66f | [] | no_license | BlueObelisk/pub-crawler | 5d9e964b326a1a6c74325f9178a0aff85714c247 | 764923b723146c267b67e030f2fd5d6cd8e53a7e | refs/heads/master | 2022-06-27T10:27:15.615878 | 2012-06-25T19:14:04 | 2012-06-25T19:14:04 | 230,638,482 | 0 | 0 | null | 2022-05-20T21:20:48 | 2019-12-28T17:04:32 | HTML | UTF-8 | Java | false | false | 1,568 | java | package wwmm.pubcrawler.inject;
import com.google.inject.AbstractModule;
import com.google.inject.Provides;
import com.mongodb.DB;
import com.mongodb.DBCollection;
import wwmm.pubcrawler.repositories.*;
import wwmm.pubcrawler.repositories.mongo.*;
import wwmm.pubcrawler.tasks.repository.*;
import javax.inject.Singlet... | [
"seadams@gmail.com"
] | seadams@gmail.com |
085eca9c231d9bae726310cb2fb67fc58f312b09 | 84a503479561a69b70e5a7f72c6b17d9120eb27a | /src/com/department/cd/RubriqueBean.java | 01e633ca091c2ae3f63197fcf1abf345cfe00cb6 | [] | no_license | asmchadi/DepartmentWEB | c76526232e5f9e1fdf03a1a4ec80853bbad8ae43 | 4b42dc79795a2dd8c83344559ffe3b5b5cdcf671 | refs/heads/master | 2020-12-25T06:04:58.912157 | 2016-06-12T20:10:47 | 2016-06-12T20:10:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,629 | java | package com.department.cd;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import javax.ejb.EJB;
import javax.faces.application.FacesMessage;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.SessionScoped;
import javax.faces.context.FacesContext;
import com.department.ejb.... | [
"el9adiri@gmail.com"
] | el9adiri@gmail.com |
3c2fce68e1b462f5b34f5067c234baa0fe3dd657 | c38d553b49fc179a93f1fe8c84e0d09a7476233f | /S4/Android/Projet/app/src/main/java/com/projet/MainActivity.java | 2d10ee3bf9ab80947082cb5a90f9c97de2e1bee4 | [] | no_license | hana69200/Cours | 25fda9e2463cb02bf507d31bcffed0eefd742682 | 205b271f821286bf5ae23ef879404011c73c1aa6 | refs/heads/master | 2020-05-06T20:10:15.209512 | 2019-04-07T20:58:18 | 2019-04-07T20:58:18 | 180,223,646 | 1 | 0 | null | 2019-04-08T20:00:08 | 2019-04-08T20:00:08 | null | UTF-8 | Java | false | false | 459 | java | package com.projet;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_ma... | [
"crafkiler69@gmail.com"
] | crafkiler69@gmail.com |
a0236091d712a1171bba748a83f2b3c6e43ad9dd | fff6e1a17e6b8fc0e51851e6d0a734aa7b749bc9 | /Ejercicio Contratar.com/src/Categoria.java | 3d89c3207d15ee3a361faec094f7598d3b928cfd | [] | no_license | riegoleonardo/Ejercicios | 61033bc6c9e407105e3c1e19b97025e4637915a6 | 92b83afc17166d27b0dec3a3466811e8d9005e62 | refs/heads/master | 2021-01-10T05:11:42.858671 | 2016-03-11T14:46:24 | 2016-03-11T14:46:24 | 52,608,588 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 106 | java |
public interface Categoria {
public Double sueldoPromedio (Empresa unaEmpresa, Usuario unUsuario);
}
| [
"leonardo.riego@despegar.com"
] | leonardo.riego@despegar.com |
a7fd5ba4cfb1bb5afa6239928a58d9ed1e21a45a | c09fe16dd5c2da877276b5de2a79eb4becc3fe3c | /ScannerExample.java | 7b5ed36cd4526e507180eba5a3922e17fd74814b | [] | no_license | TJgrapes/SmallJavaApplications | 54341c93d918f787d6382bcf9c9403e3e421c4fd | e99753c839e8cb8566765492c85b5978ce12ae9c | refs/heads/master | 2020-05-14T08:28:44.741292 | 2019-04-16T16:14:36 | 2019-04-16T16:14:36 | 181,723,628 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 400 | java | import java.util.Scanner;
class ScannerExample {
public static void main (String [] args) {
// Allows user to read a number from System.in
Scanner sc = new Scanner(System.in);
System.out.println("Enter a number: ");
/* nextInt Scans the next token of the input as an int and returns the int scanned from the input
... | [
"noreply@github.com"
] | noreply@github.com |
e729a56c50fafacb50ec0fdb9bf6f78f634be221 | b93456d77467c0525c2fe79fbad1aa99ddb8728c | /src/Vector2f.java | b8fc2ff87b022e0267cac5aa1b9174c2bd43ee4f | [] | no_license | c272/gadzooks | 086cc7c756730be1425bf3afb90f4acf48a79ce6 | 26e5c5cf46b1ddffe6fdd19e0762d1f1d957034a | refs/heads/master | 2023-03-09T04:41:34.148635 | 2021-02-23T22:04:12 | 2021-02-23T22:04:12 | 337,177,140 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 887 | java | /**
* Represents a single vector with an X and Y direction in Rectinvaders.
*/
public class Vector2f
{
//X and Y of the vector.
public float X;
public float Y;
/**
* Constructor for the vector with basic integer parameters.
* @param x The X coordinate of the vector.
* @param y The Y co... | [
"realrussianmanconfirmed@gmail.com"
] | realrussianmanconfirmed@gmail.com |
59f0a99647c622102e560c0cbd9d13b4a25ab2ef | 2eac4f51a2e4363349e852ce3af8ca234c1a13f7 | /fx/trunk/fx-remote/src/main/java/com/jeff/fx/remote/view/NodeType.java | a6293dbbac811f5ea2b56e07a896b1367a75fa19 | [] | no_license | johnffracassi/jcfx | 4e19ac0fdba174db0fe3eb2fc8848652a5c99c11 | b0a2349fdd1de0bf60c7ccf9a17af4e43e0a1727 | refs/heads/master | 2016-09-05T15:13:49.981403 | 2011-07-21T05:54:28 | 2011-07-21T05:54:28 | 41,260,482 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 85 | java | package com.jeff.fx.remote.view;
public enum NodeType
{
Server, Client, Monitor
}
| [
"jeffcann@360c4b46-674e-11de-9b35-9190732fe600"
] | jeffcann@360c4b46-674e-11de-9b35-9190732fe600 |
7b9c39a8ff49d6aef3c6fbc4030434535cd468ab | 4647040da0fa6cf725d6b636ca073831e506dfe0 | /practice/src/practice2/ButtonExample.java | 99e865a746fd3735a7eeb3f8a12b66f2c97547b9 | [] | no_license | younheeJang/javaPjt | 458413990b07a8c91771104658e398abf0638ae8 | 522c11022855619328a1039fdd0cee1502bde6c0 | refs/heads/master | 2020-03-27T02:37:23.279345 | 2018-08-23T05:21:13 | 2018-08-23T05:21:13 | 145,804,582 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 252 | java | package practice2;
public class ButtonExample {
public static void main(String[] args) {
Button btn = new Button();
btn.setOnClickListener(new CallListener());
btn.touch();
btn.setOnClickListener(new MessageListener());
btn.touch();
}
}
| [
"edam7635@gmail.com"
] | edam7635@gmail.com |
be4ee18190a9a5a94dbeebdcddf678e75322d35a | f2c581616e2e2a951f0863b69dbc2b08bc9d0895 | /WidgetSample/app/src/main/java/com/androidsample/widget/CounterWidgetProvider.java | ef4691b12e4af4ad87dc92cd90c7deb76f7cd078 | [
"Apache-2.0"
] | permissive | dhawankrish654/android-samples | 384dbb74af0735a0d74018d0d89c1e41c9f3277e | 2bea34982e995b791066760206c4916e8863f1ff | refs/heads/master | 2022-06-10T02:20:40.817898 | 2020-05-03T15:01:30 | 2020-05-03T15:01:30 | 260,943,742 | 2 | 1 | Apache-2.0 | 2020-05-03T14:32:33 | 2020-05-03T14:32:33 | null | UTF-8 | Java | false | false | 3,374 | java | package com.androidsample.widget;
import android.app.PendingIntent;
import android.appwidget.AppWidgetManager;
import android.appwidget.AppWidgetProvider;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.util.Log;
import android.widget.RemoteViews;
im... | [
"keval.multidots@gmail.com"
] | keval.multidots@gmail.com |
16f0ac3dd28d99a34b43ea059758f74993ed80e4 | 439a309797ac1a2edcb0337cd7ce5054ebcd260e | /src/main/java/com/dnastack/ga4gh/tables/cli/cmd/ListTables.java | 2104fb354c56379c542e88e5c3d227368308c14f | [
"Apache-2.0"
] | permissive | DNAstack/tables-api-cli | 2cce744aec8e1756ec7ec3e9db014c0b85f48613 | ad64849efa3f65d3515afa6be745de7d42a1112b | refs/heads/master | 2021-09-01T11:10:43.382731 | 2021-08-18T15:09:00 | 2021-08-18T15:09:00 | 191,970,794 | 0 | 0 | Apache-2.0 | 2021-02-18T21:21:28 | 2019-06-14T15:56:43 | Java | UTF-8 | Java | false | false | 1,259 | java | package com.dnastack.ga4gh.tables.cli.cmd;
import com.dnastack.ga4gh.tables.cli.config.Config;
import com.dnastack.ga4gh.tables.cli.config.ConfigUtil;
import com.dnastack.ga4gh.tables.cli.input.TableFetcher;
import com.dnastack.ga4gh.tables.cli.input.TableFetcherFactory;
import com.dnastack.ga4gh.tables.cli.output.Out... | [
"patrick@dnastack.com"
] | patrick@dnastack.com |
36bc0cf610094350601fc39590ce9278192bae08 | f116e4a9319f6e7aa7362d24d60e60279247bd50 | /product/server/src/main/java/com/spring/cloud/product/enums/ProductStatusEnum.java | ab38bef6d95dfd1297abdf0dc78c5ffd66a4e46e | [] | no_license | WonderBo/SpringCloud | b2076054b1a50c788e1cb9356635a47a64f5af2e | dc3a75622d11ee1e64827af2ec9e2c5d5775e657 | refs/heads/master | 2022-06-22T03:35:55.453113 | 2020-05-31T13:06:08 | 2020-05-31T13:06:08 | 251,022,912 | 0 | 0 | null | 2022-06-21T03:28:03 | 2020-03-29T12:07:37 | Java | UTF-8 | Java | false | false | 421 | java | package com.spring.cloud.product.enums;
import lombok.Getter;
/**
* 商品状态
*
* Description: product
* Created by 汪波 on 2020/4/4 20:30
*/
@Getter
public enum ProductStatusEnum {
UP(0, "在架"),
DOWN(1, "下架"),
;
private Integer code;
private String message;
ProductStatusEnum(Integer code, Str... | [
"1316065221@qq.com"
] | 1316065221@qq.com |
63dfcf7c84a62370c54ca73ba548c3b979af33ce | 8004a04fd713106ad4b80c17204185c6ef869692 | /src/main/java/com/amazon/commons/DriverInstance.java | 1345c81826cc999c0f350ab9a2d5e014f06f9ef3 | [] | no_license | damandeepsingh13/myProject | 41b2055312eed18103dc0e14e08aa1401c48eaf1 | d5d16a3788894de72b1f48a4b7c9a34c1a2378a4 | refs/heads/master | 2020-04-13T05:23:48.518557 | 2018-12-24T13:18:30 | 2018-12-24T13:18:30 | 162,990,874 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 588 | java | package com.amazon.commons;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
public class DriverInstance
{
WebDriver driver;
public WebDriver getDriverInstance()
{
System.setProperty("... | [
"daman.singh84@gmail.com"
] | daman.singh84@gmail.com |
919fc1d4ab6c705d3a3c74100aa4cba116831287 | b47e5d770eda24535fa8c04bd4209eabecf98557 | /Practice_Java/src/DBUpdateService/DBQuery_Setting.java | 24aa2d31abd446cf3fe25b3eaa07e1ed5625cb93 | [] | no_license | Elizabeth-ts/Java_Projects | 8b0c6769c01cb39ef061f69c3fb07beeae7291fe | 70bb4915ebaf9cb35d711343e63d62fc69819219 | refs/heads/master | 2021-06-01T08:16:45.712684 | 2016-06-29T01:46:13 | 2016-06-29T01:46:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 618 | 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 DBUpdateService;
/**
*
* @author Arvin
*/
public interface DBQuery_Setting {
public static final String URL = "jdbc:my... | [
"arvin.tcm@gmail.com"
] | arvin.tcm@gmail.com |
88a23a06a53e84987d8d38aeec5595f23f8c02bb | c4f3835f129ad013a95845d1b7d5b1b228970138 | /app/src/main/java/com/example/wlsgns/rnd_jin/UploadPhoto.java | 180b9db631035888b5eb66c94fcec84f9b15d8ae | [] | no_license | carfelre92/RnDBackUp | 49603f5a75da1e3c81be61c5b7e4b88c52e3f37d | 5ae97240229a45dc3c40b6519029e05f38d83d4d | refs/heads/master | 2021-07-11T04:35:52.019449 | 2017-10-12T14:52:22 | 2017-10-12T14:52:22 | 104,842,799 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,015 | java | package com.example.wlsgns.rnd_jin;
import android.content.Context;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.ArrayAdapter;
import android.widget.Button;
import android.widget.ListView;
import android.widget... | [
"wlsgns92@hotmail.com"
] | wlsgns92@hotmail.com |
5e801ffdb93f8c40c8a57d5173d0e287d6739ec8 | 5a137b8ff95b5efa21b4e82308e16f0af11ef7ee | /src/model/Administrateur.java | 40765ccb7f9b7755c9ae83f179b68b2fb846cc3b | [] | no_license | Waguy02/AppliBoutique | a8f0bf431b5234193ceee7c5fd448a262206a8aa | bfc2bbf3525c8f802bfb2208d8dea60d126c345d | refs/heads/master | 2021-06-29T00:14:24.594698 | 2021-02-18T09:15:49 | 2021-02-18T09:15:49 | 219,130,511 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,136 | 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 model;
import interfaces.InterfaceAdministrateur;
import javafx.collections.ObservableList;
import dbManager.Manager;
import j... | [
"guywaffo@gmail.com"
] | guywaffo@gmail.com |
94759e7f1b3817c316bb139d560afe1b0975ad29 | d116c326d035a2d375ab9ef941473edddaa036e6 | /Java_21_FileWriter/src/com/biz/files/Print_01.java | 800fe6536987ff2c2a8cbee6d7f07b2c16d314d4 | [] | no_license | kol2005/JAVAWORKSS | 537716a8f30498fbb8ed167dc0b7f8a39d89c35d | fffae5fd6827af96b56404211eed99d63b3e2190 | refs/heads/master | 2020-09-04T00:24:46.817028 | 2019-11-04T23:35:31 | 2019-11-04T23:35:31 | 219,616,377 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 1,062 | java | package com.biz.files;
import java.io.BufferedWriter;
import java.io.FileWriter;
import java.io.IOException;
import java.io.PrintWriter;
public class Print_01 {
public static void main(String[] args) {
String fileName = "src/com/biz/files/data3.txt";
FileWriter fileWriter = null;
BufferedWriter buffer =... | [
"kol2005@naver.com"
] | kol2005@naver.com |
1e0bbd9cb79e47283e5f7332070dc66ec52a1aa3 | 9b70c74d4633a127787df1a101e72da886a9fe4c | /test/vyger/first_alpha/src/wotlas/libs/wizard/WizardResourceLocator.java | c43bfca4ee96766822e0653ba12045e7c19ac5dd | [] | no_license | wotlas/sourceforge-cvs | 032d221b5f740f9c33915ff88f72019b966b080d | 2064a5bab42218b5fd3898061700ebabb6a412f9 | refs/heads/master | 2020-05-23T16:18:13.359826 | 2010-08-18T20:42:39 | 2010-08-18T20:42:39 | 186,845,340 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,889 | java | /*
* Light And Shadow. A Persistent Universe based on Robert Jordan's Wheel of Time Books.
* Copyright (C) 2001-2002 WOTLAS Team
*
* 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 ve... | [
"sleepingowl@users.sourceforge.net"
] | sleepingowl@users.sourceforge.net |
c50ecccc920a1f57e0f7445879720da9449b8e32 | c885ef92397be9d54b87741f01557f61d3f794f3 | /tests-without-trycatch/Codec-11/org.apache.commons.codec.net.QuotedPrintableCodec/BBC-F0-opt-30/2/org/apache/commons/codec/net/QuotedPrintableCodec_ESTest_scaffolding.java | 64a41d481c4e5605152dbcaf64ad4a45525ed7ee | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 3,939 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Wed Oct 13 19:49:36 GMT 2021
*/
package org.apache.commons.codec.net;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.juni... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
90d539b963a12fd742c3c25427740ee28cdc93fd | b8cec19d1b6dc9862a5ab3d960fb3792805182e3 | /CSC109/Homework09.09/src/Employee.java | c9837908c82d25ecec249fb38ea9efe8a83a570f | [
"MIT"
] | permissive | CraftingGamerTom/wsu-computer-science | 28d1d649949f367db8cb3e19147f9312ba4a4a1a | aa40fc95a84ac95535284048f6f572def1375f7d | refs/heads/master | 2023-01-20T19:59:58.099211 | 2020-12-04T10:06:15 | 2020-12-04T10:06:15 | 255,235,984 | 0 | 0 | MIT | 2020-04-28T09:41:12 | 2020-04-13T05:05:30 | HTML | UTF-8 | Java | false | false | 1,099 | java |
/**
* Creates an employee object for data management.
*
* @version 0.1
* @author TomRokickiii
*
*/
public class Employee {
private String name;
private double salary;
/**
* Creates a new Employee Object
*
* @param name
* the name of the employee.
* @param salar... | [
"tcrokicki@gmail.com"
] | tcrokicki@gmail.com |
0a9a49534abfff1d9121ebf3d639d1efebbf34bc | 039f02093991b79cfabcca34dd71dc7c3d2650af | /app/src/main/java/com/example/maishuling/myapplication/MainActivity.java | c5c469870e7dcae63c3cc2a5c72b610c3a79b62c | [] | no_license | bluepearlling/MyApplicationG | 97c3addd80130c540caa5096c81daba99cb92c8e | 902fea387ff2a6cdd4824ae40857d14f73ab3510 | refs/heads/master | 2020-03-24T14:41:49.266258 | 2018-09-22T07:53:24 | 2018-09-22T07:53:24 | 142,774,506 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,302 | java | package com.example.maishuling.myapplication;
import android.content.Intent;
import android.os.AsyncTask;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import android.widget.Toa... | [
"maisurahshuling@gmail.com"
] | maisurahshuling@gmail.com |
d3255bb1bbda7c82f8b946a3f25ac39c9f164d33 | 1ca8beb4a06ce5efec0e4967c0328930e0a4964a | /src/ServicesScolarite/MenuTableViewController.java | 236a6be06e3bf4c02616d7e1ca57c196a73f3452 | [] | no_license | jaweherbensalah/MySchool-Desktop | 46591410182f1b2e25ae9e7d2fc5004f553d649c | 36e7227d133caffafef0273a001346d58ea75f14 | refs/heads/master | 2022-11-06T15:32:33.528672 | 2020-05-29T11:00:27 | 2020-05-29T11:00:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,131 | 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 ServicesScolarite;
import StudentServices.ListServicesController;
import static StudentServices.ListServicesController.infoBox... | [
"jaweherbensalah@users.noreply.github.com"
] | jaweherbensalah@users.noreply.github.com |
8f40ae0630239225600c7b6f819861c769d88f99 | f4bb15f5d99b46c57e0854c2e2068b06940220e7 | /showcaseviewlibrary/src/main/java/com/github/amlcurran/showcaseview/AnimatorAnimationFactory.java | 48c3c9e32e3fa593e80f09c94a234627b59cf7c8 | [] | no_license | NoBugException/MaterialDesign | 66e0b4e8f83ee843ee232bdd1a130abb8b67a8fd | 4fae2089d77dcc3b62922df07116c3af40117100 | refs/heads/master | 2021-09-12T01:58:53.883157 | 2018-04-13T12:54:45 | 2018-04-13T12:54:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,765 | java | /*
* Copyright 2014 Alex Curran
*
* 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 ... | [
"804431438@qq.com"
] | 804431438@qq.com |
0736403765e6960e230657a286ee62b7fa6742aa | 59f04a9ae65ac1e0fc383db95e63cfcab9543546 | /eb-admin/src/main/java/com/java/mapper/LoginMapper.java | 0bea66231fd8a11f9b4bf9b875ba26e9cfa6d742 | [
"Apache-2.0"
] | permissive | wyb01/test-mongodb | b4f121161a52ef8fcc5a445e2b8fbd20b593faad | 83e480c6ff00db1bd535d8b09baeb32b8a074f36 | refs/heads/master | 2022-07-14T19:40:59.923398 | 2019-11-14T13:00:26 | 2019-11-14T13:00:26 | 221,676,901 | 0 | 0 | Apache-2.0 | 2022-06-21T04:07:38 | 2019-11-14T11:02:07 | HTML | UTF-8 | Java | false | false | 642 | java | package com.java.mapper;
import org.apache.ibatis.annotations.Select;
import java.util.List;
import java.util.Map;
/**
* description:
* author:丁鹏
* date:15:59
*/
public interface LoginMapper {
/**
* 登录
* @param username
* @param pwd
* @return
*/
@Select("SELE... | [
"zhangsitun@sina.com"
] | zhangsitun@sina.com |
573adf3a98c4b7f5be52ce50d377ea637fcebe1e | 01e1b1b60b55c3710f55155760f4bb7a27d0d301 | /src/main/java/defpackage/nb.java | 930d149308ae2d3ecfca02728aa6d69ef699b39d | [] | no_license | uttaravadina/devlotto-osrs-mobile | 5dfc4e115ab92cb51ce8eae981252c85d522bb84 | c03025b306df394a9470ede04c02d2217b0de4ee | refs/heads/master | 2022-01-18T09:48:18.454862 | 2019-08-16T19:25:35 | 2019-08-16T19:25:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,581 | java | package defpackage;
/* renamed from: nb */
public class nb implements nl {
public static final nb ad = new nb(14, 0);
static final nb[] ae = new nb[32];
static final nb aj = new nb(27, 0);
public static final nb al = new nb(18, -2);
static final nb aq = new nb(15, 4);
public static final nb ar ... | [
"="
] | = |
0d939c0de4e2db97aea798ddd94c899f00cb885b | 5f82aae041ab05a5e6c3d9ddd8319506191ab055 | /Projects/Mockito/26/src/org/mockito/plugins/MockMaker.java | 9a9d9008419907d71e1cec400c7c2137a88b0476 | [
"BSD-3-Clause",
"MIT",
"Apache-2.0"
] | permissive | lingming/prapr_data | e9ddabdf971451d46f1ef2cdbee15ce342a6f9dc | be9ababc95df45fd66574c6af01122ed9df3db5d | refs/heads/master | 2023-08-14T20:36:23.459190 | 2021-10-17T13:49:39 | 2021-10-17T13:49:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,575 | java | /*
* Copyright (c) 2007 Mockito contributors
* This program is made available under the terms of the MIT License.
*/
package org.mockito.plugins;
import org.mockito.Incubating;
import org.mockito.invocation.MockHandler;
import org.mockito.mock.MockCreationSettings;
/**
* The facility to create mocks.
*
* <p>By ... | [
"2890268106@qq.com"
] | 2890268106@qq.com |
3ebb083a310b9869eed8342d7f1cb90eb97f3f51 | 9b1ea885c04a5f7a1a41a027526debc12a3723ee | /weixin/src/main/java/com/star/project/meeting/service/SigninDateService.java | 742a27212f63019ef7364733aa9f2d0eeaf8eee3 | [] | no_license | AMikodo/weixin | 2ed27173d3394d1fe0be8bb24b014bbf0bdd365a | 08712893ea909caf334555f1960565a75ead3dce | refs/heads/master | 2022-12-22T19:48:38.685573 | 2019-11-17T13:41:34 | 2019-11-17T13:41:34 | 222,252,352 | 0 | 0 | null | 2022-12-16T11:54:30 | 2019-11-17T13:29:27 | JavaScript | UTF-8 | Java | false | false | 258 | java | package com.star.project.meeting.service;
import java.util.List;
import com.star.project.meeting.bean.SigninDate;
public interface SigninDateService {
int insert(SigninDate signinDate);
List<SigninDate> selectListByUid(Integer uid,String time);
}
| [
"1500152337_global@qq.com"
] | 1500152337_global@qq.com |
648fe5a61eff47da5ce40c8ddd8e9a092a00317e | 38ea7273dacd416c3a3ebb3cc999eced6d3f8fe4 | /src/main/java/com/alexside/dto/SensorDTO.java | e9ac3a353ae4e3c9026eecb6610b1ec58fdad020 | [] | no_license | affect205/sensor_demo | ac5d089680585f35c38db8c7295d4c428e482dd7 | 18e2e2a9466c879842e41baa4441a8d5f3f681b3 | refs/heads/master | 2020-03-11T20:10:54.359307 | 2018-04-27T21:52:00 | 2018-04-27T21:52:00 | 130,229,934 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 620 | java | package com.alexside.dto;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonInclude;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.util.ArrayList;
import java.util.List;
@Data
@AllArgsConstructor
@NoArgsConst... | [
"alexbalu-alpha7@mail.ru"
] | alexbalu-alpha7@mail.ru |
1053f8e7db6300d7705444c11e79dc895e66665c | e41a2411f84f79340ae0b8ac968918ad5e637f50 | /chap10/src/Matango.java | 8a6e56727b0be1c92290723303b32e37fc046c37 | [] | no_license | yamaguchi122702/workspace | 1cb80d74736ce97251aa7a380dada5c9dc1f00df | 09d71a0cd8a5fc046ee2f0c7fec90817f13d0cd9 | refs/heads/main | 2023-03-22T18:11:43.916205 | 2021-03-16T06:31:10 | 2021-03-16T06:31:10 | 348,218,367 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 198 | java |
public class Matango {
int hp;
final int LEVEL = 10;
char suffix;
public void run() {
System.out.println("お化けキノコ" + this.suffix + "は逃げ出した!");
}
}
| [
"yamaguchi198612@gmail.com"
] | yamaguchi198612@gmail.com |
247a95aa970a76055f75c50771877e8131887e5c | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/alibaba--druid/76c441949f5d133057c86c926330851497dc1254/after/SQLTransformUtils.java | 8699fcbe99b8fc57219988487c29ef54097def3a | [] | 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 | 23,345 | java | /*
* Copyright 1999-2017 Alibaba Group Holding 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 applica... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
79232c6f0eed91fe4df404d10d22db745ef51dc8 | 8ced32b21f1be9511c256cb8b589d7976b4b98d6 | /alanmall-service/order-service/order-provider/src/main/java/com/itcrazy/alanmall/order/handler/HandlerType/ValidateHandler.java | d7c5540da9fb2a15b1771240258aa937a31b11c9 | [] | no_license | Yangliang266/Alanmall | e5d1e57441790a481ae5aa75aa9d091909440281 | 38c2bde86dab6fd0277c87f99bc860bfc0fbdc0a | refs/heads/master | 2023-06-13T05:01:25.747444 | 2021-07-10T12:18:58 | 2021-07-10T12:18:58 | 293,702,057 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,447 | java | package com.itcrazy.alanmall.order.handler.HandlerType;
import com.itcrazy.alanmall.common.exception.BizException;
import com.itcrazy.alanmall.order.constant.OrderRetCode;
import com.itcrazy.alanmall.order.context.CreateOrderContext;
import com.itcrazy.alanmall.order.context.TransHandlerContext;
import com.itcrazy.ala... | [
"546493589@qq.com"
] | 546493589@qq.com |
82136d448ce1bad87556a5532f9a4ffedbf25969 | 70460f827fe76d0dc2d73315e2f679d037b7aaee | /src/main/java/io/pudge/mysample/service/dto/JobDTO.java | 4603451496a0d45a0de6e9de16c8f9d1cac50763 | [] | no_license | Pudge-XIONG/MySample | f75983e08b662a082ebf59246f4fd3d84fbc63aa | b9e5390b4ea7a4e0c675e3fcc4f5c52d9c5a3bdc | refs/heads/master | 2021-01-01T19:22:30.129193 | 2017-07-27T19:58:19 | 2017-07-27T19:58:19 | 98,575,032 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,080 | java | package io.pudge.mysample.service.dto;
import java.io.Serializable;
import java.util.HashSet;
import java.util.Set;
import java.util.Objects;
/**
* A DTO for the Job entity.
*/
public class JobDTO implements Serializable {
private Long id;
private String jobTitle;
private Long minSalary;
privat... | [
"qin.xiong@aduneo.com"
] | qin.xiong@aduneo.com |
ec26cf0354b2cf9dcfab038a843113a7e81be64c | a7af04104e940783a574a16a3f112f14c43bae59 | /src/main/java/com/sjtu/alumnimanagement/dao/AssociatedPersonDao.java | 52f49b07999b24573cd36ba745f4794a473aec3c | [] | no_license | DuWenLi-mumu/AlumniManagement | c5bd4d19eceb278ff8f8e69be255872d5b351c6a | 6ed9c138847de59f2ab3b7845332c2fec2f065e1 | refs/heads/master | 2023-07-15T10:07:15.841960 | 2021-08-28T08:32:58 | 2021-08-28T08:32:58 | 391,564,229 | 0 | 0 | null | 2021-08-05T05:26:15 | 2021-08-01T07:58:15 | Java | UTF-8 | Java | false | false | 290 | java | package com.sjtu.alumnimanagement.dao;
import com.sjtu.alumnimanagement.entity.AssociatedPerson;
import org.springframework.data.jpa.repository.JpaRepository;
public interface AssociatedPersonDao extends JpaRepository<AssociatedPerson, Integer> {
AssociatedPerson findById(int id);
}
| [
"duwenli@bytedance.com"
] | duwenli@bytedance.com |
9e7b67b60e574a5e72611a7bd877e150e202ae20 | a5f16cbc228caf5c4e62868381316694742dcab9 | /src/com/lgcns/tct/pad/test/Pad.java | b54beda8bbe3926158a5b54948d10efc3ed9f049 | [] | no_license | poooiuy/sung | 74bd7b5bd2b313c958ec6bb5d04955b91f695e67 | 2b45bb33912b157ace985c96f970d99d596a1610 | refs/heads/master | 2022-06-24T14:04:45.752017 | 2022-06-12T10:43:01 | 2022-06-12T10:43:01 | 187,414,560 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 2,135 | java | package com.lgcns.tct.pad.test;
public class Pad {
/**
* 이동문자열을 추출하는 기능
*
* @param inputData String 입력데이터(문자열)
* @return String 이동문자열
*/
public String getRotationStr(String inputData) {
String rotationStr = "";
//////////////////////// 여기부터 구현 (1) ---------------->
String[... | [
"poooiuy@hanmail.net"
] | poooiuy@hanmail.net |
dbf3624a9db36347bf1eef5542f3c70f18e92294 | bf7b4c21300a8ccebb380e0e0a031982466ccd83 | /middlewareConcepts2014-master/Assignment3/lib/jacorb-3.4/src/generated/org/omg/Messaging/RoutingPolicyLocalTie.java | 08b50da03b82477ecc01afb5c329ab0d2aa0b6eb | [] | no_license | Puriakshat/Tuberlin | 3fe36b970aabad30ed95e8a07c2f875e4912a3db | 28dcf7f7edfe7320c740c306b1c0593a6c1b3115 | refs/heads/master | 2021-01-19T07:30:16.857479 | 2014-11-06T18:49:16 | 2014-11-06T18:49:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 923 | java | package org.omg.Messaging;
/**
* Generated from IDL interface "RoutingPolicy".
*
* @author JacORB IDL compiler V @project.version@
* @version generated at 27-May-2014 20:14:30
*/
public class RoutingPolicyLocalTie
extends _RoutingPolicyLocalBase
{
/** Serial version UID. */
private static final long serialVe... | [
"puri.akshat@gmail.com"
] | puri.akshat@gmail.com |
fa9005ec5b7aa126e5e4c324379e944b8a3dab17 | b030eca137118c54094b5e0e338dd734ad5d92d5 | /src/main/java/me/_Jonathan_xD/UtilityPlugin/ConfigDefaults.java | 8bf03df9f475a8df2d08ede69c42a94494997029 | [] | no_license | JonathanxD/UtilityPlugin | e647fdcd79df46ff6ee5fbe19e9aa68c232d2b9d | fb5a44f5f86929da1e86d4dfbf53c8dae8d37ed7 | refs/heads/master | 2020-05-30T10:19:14.612472 | 2014-05-04T02:54:25 | 2014-05-04T02:54:25 | 15,656,716 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,614 | java | package me._Jonathan_xD.UtilityPlugin;
import java.util.ArrayList;
import org.bukkit.ChatColor;
public enum ConfigDefaults{
Debug("debugblocks", "false"),
RemoveBannedOnClick("removebannedblockonclick", "false"),
RemoveIfCancelled("removebannedifcancelled", "false"),
CheckUpdates("checkupdates", true),
Ignore("... | [
"joniweb01@gmail.com"
] | joniweb01@gmail.com |
0042d107597205eddfa8a931820c38a807b341c1 | e73b7c0b7305d83a3efade341c43884acfaa7b32 | /src/main/java/com/example/kubermarket/controller/PasswordWrongException.java | 05c1873fd4900fd029feee6e86dab2b575e21d3a | [] | no_license | ahnseongeun/kubermarket-single-module | 9eb00e5c9ce37bc74694612c08266acc321e4afb | f3d2eb87ff6231e584ba945409c4a188f40c35fa | refs/heads/master | 2023-01-28T15:44:06.080349 | 2020-12-09T10:21:14 | 2020-12-09T10:21:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 189 | java | package com.example.kubermarket.controller;
public class PasswordWrongException extends RuntimeException {
public PasswordWrongException(){
super("password is wrong");
}
}
| [
"ast3138@naver.com"
] | ast3138@naver.com |
8315def654f0c962ba3295b2fddb67759981b39f | 461acdfede26ba5e0c53e47c54f36155c3b34cee | /Java_21_FileWriter/src/com/biz/files/FileWriterEx_03.java | ab615c0d7789845e36130c3f702e62304fcc1ee8 | [] | no_license | qussoa/20191002 | dc5e13a0a7e35079aeb4a028c919cd8c310b5caf | 2843d602c09a49ff0980af79743fdf49b1295def | refs/heads/master | 2020-08-04T21:17:58.279045 | 2019-11-04T07:42:55 | 2019-11-04T07:42:55 | 212,282,154 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 532 | java | package com.biz.files;
import java.io.FileWriter;
import java.io.IOException;
public class FileWriterEx_03 {
public static void main(String[] args) {
String fileName = "src/com/biz/files/data2.txt";
FileWriter fileWriter;
try {
fileWriter = new FileWriter(fileName,false);
fileWriter.write("우리나라\n");
... | [
"qussoa@naver.com"
] | qussoa@naver.com |
8fa442f167f207ce668f131af48d70ceef7a19c5 | 7a90d3521eb78b275d25d0e0c90346211141e214 | /ArrayList.java | d729d4ae105a8cd1d810659b71c9f750da9ee105 | [] | no_license | Belverus/Data-Structures-Implementation | c1297c43753de7caa61ee6b14f21e48fb23d1e1c | 26374ceb272b498c0927e92c80c015d9420d93f5 | refs/heads/master | 2020-06-29T23:37:29.088710 | 2019-09-08T09:38:19 | 2019-09-08T09:38:19 | 200,657,538 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,477 | java | /** ArrayList class extends List class and uses its template methods.
*/
import java.util.Arrays;
public class ArrayList<V> extends List {
//Instance variables -----------------------------------------------------------------------------------------
/* ArrayList class has three instance variables.
* "... | [
"noreply@github.com"
] | noreply@github.com |
b1d04de73fa2e7affa5eafc2edee7539819a11fe | 215b7f0b177047b2af0423c06cd5aae11518567b | /RESTChat/Server/src/Responses/errors/BadRequest.java | 9c74dd1ee729d188ae5a6d4a7d17582595b7219d | [] | no_license | AyyaGalieva/NSU-networks-telecommunications | 7fca301d994d230660d6f5cb797b0941379710a0 | e743cc9a95fc325fd8b11cc318c55d2f4c92cead | refs/heads/master | 2020-03-28T13:45:20.294302 | 2019-01-15T17:31:29 | 2019-01-15T17:31:29 | 148,425,679 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 202 | java | package Responses.errors;
import Responses.HttpCode;
import Responses.Response;
public class BadRequest extends Response {
public BadRequest() {
setHttpCode(HttpCode.BAD_REQUEST);
}
}
| [
"a.galieva@g.nsu.ru"
] | a.galieva@g.nsu.ru |
c7892fbb22143457cb50a2bfcbcb0db653474e07 | 068a369d7c9bed0565c5db347b4fdd792d4e1c62 | /src/main/java/com/eclectics/questiontwo/controller/MessageController.java | b5537016144e61d0456c74c85909c66d83f83774 | [] | no_license | royWati/rabbitmq-consumer | ac663081397e80cdda217da59d840e817d885a89 | 060ece36d4d7c3c8ecc622af64a8a3d855bf28bf | refs/heads/master | 2020-05-23T09:04:09.372106 | 2019-05-14T21:14:40 | 2019-05-14T21:14:40 | 186,701,395 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 724 | java | package com.eclectics.questiontwo.controller;
import com.eclectics.questiontwo.consumers.MessageConsumer;
import com.eclectics.questiontwo.entities.Messages;
import com.eclectics.questiontwo.wrapper.MessageResponse;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.anno... | [
"royywati@gmail.com"
] | royywati@gmail.com |
a994b43b2c73f967bb537d069a2a908609e59ef5 | 7b4666b7a423e57a5db6f69a0bb89ff12a2af249 | /src/main/java/com/leetcode/editor/en/SortList.java | 5b9dd41a9926e4faf23b8b4b6d54344829f44d14 | [] | no_license | TIM-Siyuan/leetcode-question | c18c3df983004fbf6808ed8fe28c5eb04a0d141b | 7d6934cafdf2cbf73dea7d2ade54de56e3db9cc1 | refs/heads/master | 2021-04-17T02:27:14.736320 | 2020-09-06T18:32:04 | 2020-09-06T18:32:04 | 249,404,081 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,430 | java | //Sort a linked list in O(n log n) time using constant space complexity.
//
// Example 1:
//
//
//Input: 4->2->1->3
//Output: 1->2->3->4
//
//
// Example 2:
//
//
//Input: -1->5->3->4->0
//Output: -1->0->3->4->5
// Related Topics Linked List Sort
package com.leetcode.editor.en;
import java.util.LinkedList;
p... | [
"tim58jsy@outlook.com"
] | tim58jsy@outlook.com |
90df495470aed8b424a194092c3c771ae9e96a59 | d08d089833d22bc67855593a50af2454e350457c | /app/src/main/java/com/example/ljwang/dashlite/view/RestaurantViewHolder.java | 20eeb3a328eed8f012d231a80d7b59d757401f08 | [] | no_license | lukaka7/dashlite | c2014407905d0cfa284f837aaefafe5b6872a075 | b5937bf484a40ee54a23c4ee2e30057ae58ffdd5 | refs/heads/master | 2020-03-14T14:27:54.202802 | 2018-05-08T03:03:26 | 2018-05-08T03:06:43 | 131,642,964 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,307 | java | package com.example.ljwang.dashlite.view;
import android.support.v7.widget.RecyclerView;
import com.example.ljwang.dashlite.databinding.ItemRestaurantBinding;
import com.example.ljwang.dashlite.model.Restaurant;
import com.example.ljwang.dashlite.viewmodel.ItemRestaurantViewModel;
/**
* RestaurantViewHolder is a cla... | [
"ljwang@linkedin.com"
] | ljwang@linkedin.com |
1709c62e9853456c9fcc8e8c4dc63124901b4497 | c00e6ed8740a1a324c5cd3ea92845cbc06f08386 | /admin017-jdbc/src/com/cts/main/Main.java | 453aab66d0151bd6f979b5b28fc436456516d401 | [] | no_license | Porselvi-Sundaramoorthi/INT21ADM017 | 642ae388cd15073f45a14f62d1468806ae620b8f | 70698db72303921a60cce6332093c7123bd73434 | refs/heads/master | 2023-04-28T20:09:03.019836 | 2021-05-21T13:38:51 | 2021-05-21T13:38:51 | 369,445,783 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 423 | java | package com.cts.main;
import com.cts.daoimpl.EmployeeDaoImpl;
public class Main {
public static void main(String[] args) {
EmployeeDaoImpl employeeDaoImplObj=new EmployeeDaoImpl();
Employee empObj=new Employee();
empObj.setEmployeeId(1122);
empObj.setEmployeeName("Rajinikanth");
empObj.... | [
"porse@Sindu"
] | porse@Sindu |
b90554384ec5e0f96a287b52396d4b7af2d591e4 | 2d64400b38b4d78979e514e6944880d0ec6ebd33 | /src/circle/AppletMain.java | 4494cab6c17630cbbf61f7d780eff223cb4beba7 | [] | no_license | gphan/circlesim | 1cd77b42b3f4d9a4b4fa271683f30a8c6add37d9 | e10367da10cfcd88fe08620bb44852417497b6b1 | refs/heads/master | 2016-09-06T21:27:47.670754 | 2012-02-26T23:46:43 | 2012-02-26T23:46:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 455 | java | package circle;
import javax.swing.JApplet;
import javax.swing.SwingUtilities;
public class AppletMain extends JApplet
{
@Override
public void init()
{
SwingUtilities.invokeLater(new Runnable() {
@Override
public void run()
{
... | [
"john.phan@gmail.com"
] | john.phan@gmail.com |
c094c006cdb839d3fb876373a35ee478acd74ce6 | 493a8065cf8ec4a4ccdf136170d505248ac03399 | /net.sf.ictalive.coordination/src/net/sf/ictalive/coordination/agents/impl/AgentImpl.java | 19c133ca64025814fda8ec799af7339ce6c4b28e | [] | no_license | ignasi-gomez/aliveclipse | 593611b2d471ee313650faeefbed591c17beaa50 | 9dd2353c886f60012b4ee4fe8b678d56972dff97 | refs/heads/master | 2021-01-14T09:08:24.839952 | 2014-10-09T14:21:01 | 2014-10-09T14:21:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,798 | java | /**
* <copyright>
* </copyright>
*
* $Id$
*/
package net.sf.ictalive.coordination.agents.impl;
import java.util.Collection;
import net.sf.ictalive.coordination.actions.Action;
import net.sf.ictalive.coordination.agents.Agent;
import net.sf.ictalive.coordination.agents.AgentsPackage;
import net.sf.ic... | [
"salvarez@lsi.upc.edu"
] | salvarez@lsi.upc.edu |
15e3d2f566dedb775914e65765e74362d82d077b | 7581fe784b5b63e4d2ca9b0aabb81bcf7fc08c32 | /src/com/facebook/buck/rules/ResourceSourcePath.java | f876c925dfba84e7a4014877bd819dd509284566 | [
"Apache-2.0"
] | permissive | Luise-li/buck | 084066fc040c95b0a9acfe817c594605d9291da4 | 9b7e74a76dd9f6fab265a40c61a2f609967bfeef | refs/heads/master | 2021-01-15T15:15:51.426540 | 2015-11-28T15:08:51 | 2015-11-28T15:27:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,358 | java | /*
* Copyright 2015-present Facebook, 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... | [
"buck-bot@fb.com"
] | buck-bot@fb.com |
81601f14bbf9c282212fd698a040407fa0475ae4 | b52fa223f54b51cc271e1cbfc4c28aa76e734718 | /flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/connectors/hive/read/SplitReader.java | fcf47da230f81b587df96ab1569754908ed45311 | [
"ISC",
"Apache-2.0",
"BSD-3-Clause",
"OFL-1.1"
] | permissive | itharavi/flink | 1d0b7e711df93d3a13eae42da71a08dc45aaf71f | f0f9343a35ff21017e2406614b34a9b1f2712330 | refs/heads/master | 2023-08-03T02:53:12.278756 | 2020-01-08T05:58:54 | 2020-01-10T15:51:31 | 233,090,272 | 3 | 1 | Apache-2.0 | 2023-07-23T02:28:35 | 2020-01-10T16:47:58 | null | UTF-8 | Java | false | false | 1,613 | 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 ... | [
"kurt@apache.org"
] | kurt@apache.org |
465036f5995cfdd8ef7021b217149c0f1e25310c | 961c6dc0cedca3870b93ef0d68531a3c4432be5d | /app/src/main/java/com/kooloco/uilocal/modify/presenter/ModifyDurationPresenter.java | 54800e74c5b8a4d6d0a4f2db91e47b7932a7235b | [] | no_license | softwrengr/Kolocco | 53f061f3be0c3e4dc46bb0b318540fe7b113f092 | 2c54e9d1a9ddca849c9bfe5f2b1c751b4e42fe80 | refs/heads/master | 2020-04-07T12:16:27.008968 | 2018-11-28T14:49:34 | 2018-11-28T14:49:34 | 158,360,981 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,701 | java | package com.kooloco.uilocal.modify.presenter;
/**
* Created by hlink on 20/1/18.
*/
import android.os.Bundle;
import com.google.gson.Gson;
import com.kooloco.core.Session;
import com.kooloco.data.repository.KoolocoRepository;
import com.kooloco.di.PerActivity;
import com.kooloco.model.Order;
import com.kooloco.mod... | [
"softwrengr@gmail.com"
] | softwrengr@gmail.com |
74548cf9797ee74fbc6017ee3d994bbaae5cecd8 | eec1df5fef4d6e01c07fbf8e48c3488df5ffdd95 | /app/src/main/java/com/futrtch/live/mvvm/vm/LiveRecordViewModelFactory.java | 9a9fa00ceb0c84ce3dbec29f5040ee2c4d84e7e8 | [] | no_license | desfate/3DLive | 9e3369e436b6fded6b2193fc651bd6f827776d50 | 0888252ad0325561dd42a464fadab3ee49bee176 | refs/heads/master | 2023-04-14T13:34:53.569204 | 2021-04-21T01:35:00 | 2021-04-21T01:35:00 | 304,176,574 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 965 | java | package com.futrtch.live.mvvm.vm;
import android.app.Application;
import androidx.annotation.NonNull;
import androidx.lifecycle.LifecycleOwner;
import androidx.lifecycle.ViewModel;
import androidx.lifecycle.ViewModelProvider;
import com.futrtch.live.mvvm.repository.LiveRoomRepository;
public class LiveRecordViewMod... | [
"yujieworking@gmail.com"
] | yujieworking@gmail.com |
be466adbfa32021465420f2cc77d9b98da78ba29 | 860888d4b67a0f6d2f97fd12c0b46a587feceb3c | /Doces.java | f9596b1750687dc28ee74cccb7c22c7666901980 | [] | no_license | EmersonSantana1994/Turma30Java | 556cc86c27c0897a597fdfc72682d3fcbf5d1974 | 2c51b82af3bdeb4f4364d320d5dc047b20df2c87 | refs/heads/main | 2023-07-03T10:23:34.456986 | 2021-08-12T16:43:01 | 2021-08-12T16:43:01 | 393,747,597 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 440 | java | package entidades;
public class Doces extends Produto {
private String fabricante;
public Doces(String codigo, String nome, double valor, int estoque, String fabricante) {
super(codigo, nome, valor, estoque);
this.fabricante = fabricante;
}
public String getFabricante() {
return fab... | [
"noreply@github.com"
] | noreply@github.com |
3c2e28ba693a3d54db396d6be08ba584cb9e01cb | c3290377b75dd71f66ba51dee1e0c9ce49ce3b89 | /triangle/src/Test/JudgeTest.java | 1dfdad81c1ec5bbe41b2f5ec3c5c8d4d41e7d2c8 | [] | no_license | sunxiaofeiT/softwareTest-Lab1 | 3d69bdf03d12ccdaaea92acdc27153ab25843b63 | 83a0b9f5034fbe6d5f870feac70bf842ac836f0a | refs/heads/master | 2021-04-15T16:58:09.166186 | 2018-03-25T05:49:28 | 2018-03-25T05:49:28 | 126,668,342 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,111 | java | package Test;
import static org.junit.Assert.assertEquals;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import judge.Judge;
class JudgeTest {
@BeforeEach
void setUp() throws Exception {
System.out.println("测试开始");
}
@Test
void test1() {
Judge judge = new Judge(1,2,3);
Stri... | [
"wobushixiaofei@gmail.com"
] | wobushixiaofei@gmail.com |
8c971077f2af38278c7ae83bf3f85b6c1171f3b2 | c4352bde96e74d997be29e31517aa5f1f54e9795 | /Java_Basic/Files And Directories - Lab/src/_4ExtractIntegers.java | 0af5dd71aeff8584b98b625a3e35a0ec716f23e7 | [] | no_license | chmitkov/SoftUni | b0f4ec10bb89a7dc350c063a02a3535ef9e901b4 | 52fd6f85718e07ff492c67d8166ed5cfaf5a58ff | refs/heads/master | 2022-11-29T01:06:51.947775 | 2019-10-12T12:29:03 | 2019-10-12T12:29:03 | 138,323,012 | 1 | 0 | null | 2022-11-24T09:42:25 | 2018-06-22T16:09:50 | Java | UTF-8 | Java | false | false | 598 | java | import java.io.*;
import java.util.Scanner;
public class _4ExtractIntegers {
public static void main(String[] args) throws IOException{
String inputPath = "C:\\TestFolder\\input.txt";
String outputPath = "C:\\TestFolder\\output.txt";
Scanner scanner = new Scanner(new FileInputStream(inputP... | [
"ch.mitkov@gmail.com"
] | ch.mitkov@gmail.com |
5a850922deed774f59f909ca06268391e2df8153 | a3a80c644aa52c78a56c188da5dfae3ffcbbf2e0 | /HashMap2/MeetingRoomTwo.java | 3a285fc3fdbfccb44b22435ace6e5aef81fd8635 | [] | no_license | tanmayarya/JavaWorkspace | 95a278cbec804f06aa23ff380cebfbc722e07e55 | cd6bb94442a2580ab39d59b32910ae6b05f4a1cf | refs/heads/master | 2020-07-03T00:39:47.130613 | 2019-08-14T11:22:42 | 2019-08-14T11:22:42 | 201,728,867 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,157 | java | package HashMap2;
import java.util.*;
public class MeetingRoomTwo {
public static int minMeetingRooms(int[] start, int end[]) {
// write your code here.
int count = 0, max = 0;
Arrays.sort(start);
Arrays.sort(end);
int i = 0, j = 0;
while (i < start.length && j < end.length) {
if (start[i] < end[j]) ... | [
"tanmayarya@xenolt.com"
] | tanmayarya@xenolt.com |
64ed184092ef230cc3633d02115fd0f87ae181e3 | 3d8c5fc4c05794f8f868cd2c8ae4edea09022f72 | /appliFilmAngular/src/main/java/film/web/FilmRestController.java | 0ac37c959c885909fcc109c7e6d8d0116bf20e08 | [] | no_license | kahinaKrimed/projet-certif | c60f20d66cc768e0d9215501b5f01d2ae953ccac | c785479c8a70e6e143ea661e921b2dcd1c9effd2 | refs/heads/master | 2021-01-19T22:49:06.265972 | 2017-04-20T15:42:04 | 2017-04-20T15:42:04 | 88,874,290 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,386 | java | //package film.web;
//import org.springframework.web.bind.annotation.RequestMapping;
//import org.springframework.web.bind.annotation.RequestMethod;
//import org.springframework.web.bind.annotation.RestController;
//import org.springframework.web.client.RestTemplate;
//
//
//
//import appliAngular.jsonToObject.NowPlayi... | [
"k.krimed@yahoo.fr"
] | k.krimed@yahoo.fr |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.