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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
605e19b22cba013f8a1830819a37b490b6c7e50b | 22b1fe6a0af8ab3c662551185967bf2a6034a5d2 | /experimenting-rounds/massive-count-of-annotated-classes/src/main/java/fr/javatronic/blog/massive/annotation1/sub1/Class_4754.java | 7d6c815663aefad486825b4aa87593b3d0c22a2d | [
"Apache-2.0"
] | permissive | lesaint/experimenting-annotation-processing | b64ed2182570007cb65e9b62bb2b1b3f69d168d6 | 1e9692ceb0d3d2cda709e06ccc13290262f51b39 | refs/heads/master | 2021-01-23T11:20:19.836331 | 2014-11-13T10:37:14 | 2014-11-13T10:37:14 | 26,336,984 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 151 | java | package fr.javatronic.blog.massive.annotation1.sub1;
import fr.javatronic.blog.processor.Annotation_001;
@Annotation_001
public class Class_4754 {
}
| [
"sebastien.lesaint@gmail.com"
] | sebastien.lesaint@gmail.com |
3f3d658175a12c64b4fb24749b4e1e63264e0c75 | a8d6ffeddc091c05d3413b7857f7f960a25c77f2 | /src/davinDBMS/entity/Column.java | 00d229b59a23db1b2cdf75b8c467aba2551b38f0 | [] | no_license | davin111/myOwnDBMS | d06f3994bf404796e3eb484c6ffd96cfbb6ec808 | 9390393e463e7a98ea1c6ceadb32a3f42cef94a6 | refs/heads/master | 2020-05-16T08:03:07.570733 | 2019-05-16T15:58:33 | 2019-05-16T15:58:33 | 182,896,569 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,375 | java | package davinDBMS.entity;
import java.io.Serializable;
import java.util.ArrayList;
public class Column implements Serializable {
public enum DataType{
INT, CHAR, DATE
}
private String name;
private DataType dataType;
private int charLength;
private boolean canBeNull = true;
private boolean isPri =... | [
"bdv951101@gmail.com"
] | bdv951101@gmail.com |
2234daa1754ff39ed55f64d7ee31c0f892ecd0d7 | 8476ab7f210b2165c59a31e271566923d6598c4e | /app/src/main/java/mx/itesm/acmjscb/metodosnumericos/ActGauss.java | 37abc974137afe6f554328a22cc269c02975305b | [] | no_license | AlejandroCamara/MetodosNumericos2 | fbc33355f4a33776fa6847fde238b287c9b65e4f | 558fcedbd0c867ecc2402a5d428af5c8261e6045 | refs/heads/master | 2021-03-30T16:17:20.087167 | 2017-05-09T18:31:13 | 2017-05-09T18:31:13 | 90,763,807 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 347 | java | package mx.itesm.acmjscb.metodosnumericos;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class ActGauss extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.ac... | [
"A01370909@itesm.mx"
] | A01370909@itesm.mx |
d0a71b59cb8c08d9fa45efba9eb9a8dd6c603f9f | 99bec3de28390ea0ed4fd83d2ee34f26de528c66 | /src/main/java/demo/rest/EmployeeRestController.java | 61d4b8af6116eb0d8d446a98a51f5d7905fb79c3 | [
"MIT"
] | permissive | samallenqing/compositeApps | 1e2e66c2e11d1df76f030bbe492cb2de9acfb826 | 28bc45245af2e58a3dd322b7f8ae8a332c3d10b4 | refs/heads/master | 2021-07-16T15:53:11.332887 | 2017-10-23T19:33:58 | 2017-10-23T19:33:58 | 108,028,199 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,070 | java | package demo.rest;
import com.fasterxml.jackson.databind.ObjectMapper;
import demo.model.Employee;
import demo.service.EmployeeService;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annot... | [
"noreply@github.com"
] | noreply@github.com |
f1567fddb3fa6cbf45cc5d2742e1ab6d8f431d85 | 9f98b84222647b099c7537e29ef1b8b678943fe6 | /src/FindOccurences.java | e9975ff4375e90f7acbf85fb58b1710fabb9cb41 | [] | no_license | Harshiiitha/JavaPractiseExcercise4 | efdadbff2e06690779796c686869771a4dd5fd95 | e0ceceebd946425e377f0c40a8cfebc892cf4b12 | refs/heads/master | 2020-05-24T08:41:16.483451 | 2019-05-17T09:33:29 | 2019-05-17T09:33:29 | 187,188,527 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 507 | java | import java.util.ArrayList;
import java.util.List;
import java.util.regex.*;
import java.io.*;
public class FindOccurences
{
public List<String> findOccurences(String input,String find)
{
List<String> result=new ArrayList<String>();
Pattern p=Pattern.compile(find);
Matcher m=p.matcher(in... | [
"harshithareddy829@gmail.com"
] | harshithareddy829@gmail.com |
e623309d0c43f15c4dacfa1be9c2901ff84ed5ed | 2b3f710b24da35d381897669955198dd5236148d | /homework11/src/main/java/ru/otus/spring/web/GenreController.java | 303de2abb1bf6c50cdf3485bf2df2f8f202a1831 | [] | no_license | EvgenyBagdasaryan/2020-05-otus-spring-Bagdasaryan | d6eeeb8d962b7d94d58e6aad0f3fc493c67feb3f | 8111980598a47bea18198171040f8690ff78e45c | refs/heads/master | 2023-07-07T16:40:09.500150 | 2021-08-24T11:58:59 | 2021-08-24T11:58:59 | 268,648,303 | 0 | 0 | null | 2021-08-24T11:59:00 | 2020-06-01T22:42:04 | Java | UTF-8 | Java | false | false | 1,429 | java | package ru.otus.spring.web;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.web.bind.annotation.*;
import reactor.core.publisher.Flux;
import reactor.core.publisher.Mono;
import ru.otus.spring.domain.Genre;
import ru.otus.spring.repository.GenreRepository;
@CrossOri... | [
"ebagdasaryan@diasoft.ru"
] | ebagdasaryan@diasoft.ru |
b0055100bfae478e032091064417f6055c7d9b8d | ba44e8867d176d74a6ca0a681a4f454ca0b53cad | /testscript/Workflow/Controls/Validate_Message_Android.java | 965a7c74cfccdff6e1fdc9324c412c336910a49b | [] | no_license | eric2323223/FATPUS | 1879e2fa105c7e7683afd269965d8b59a7e40894 | 989d2cf49127d88fdf787da5ca6650e2abd5a00e | refs/heads/master | 2016-09-15T19:10:35.317021 | 2012-06-29T02:32:36 | 2012-06-29T02:32:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,524 | java | package testscript.Workflow.Controls;
import resources.testscript.Workflow.Controls.Validate_Message_AndroidHelper;
import testscript.Workflow.cfg.Cfg;
import com.rational.test.ft.*;
import com.rational.test.ft.object.interfaces.*;
import com.rational.test.ft.object.interfaces.SAP.*;
import com.rational.test.ft.object... | [
"eric2323223@gmail.com"
] | eric2323223@gmail.com |
3a4704475e4a9d26eeee93196d87004b52e743c2 | 4fa09a1d83edc635337d9f42ea277ada042c3fa7 | /steam_test/src/test/java/project/enums/SortBy.java | f98aff1da2c7679e6d66c79b105037daca9c6f4a | [] | no_license | g-kozinets/aqua_self_edu | e24b5f71ece11175d1eeb71e3a93d244f26f422b | 5b99f88da49d72e0e74e9de14e4d67631e388169 | refs/heads/g.kozinets_Web_automation_test_framework_(Steam) | 2023-05-11T09:28:46.310859 | 2019-11-22T11:52:08 | 2019-11-22T11:52:08 | 222,713,037 | 0 | 0 | null | 2023-05-09T18:16:02 | 2019-11-19T14:19:05 | Java | UTF-8 | Java | false | false | 65 | java | package project.enums;
public enum SortBy {
MAX,
MIN,
}
| [
"g.kozinets@a1qa.com"
] | g.kozinets@a1qa.com |
d78680cd964abe22c6d308dd9619b9e6d3ed0b45 | efa7f485da689e78de8d1c264d32a96754f9293d | /core/src/main/java/com/yztc/core/image/ImageLoader.java | 1f93caa8572aeb9339043a6a19ab89761af7d429 | [] | no_license | 1426657363/damai | 148633ff4a79165e1a67d57bf197f2f3c664cddb | 03f264c19fa185054211e9e6d0149a2a21bd88f9 | refs/heads/master | 2021-01-12T07:46:48.128737 | 2016-12-20T13:03:01 | 2016-12-20T13:03:01 | 77,013,413 | 1 | 0 | null | 2016-12-21T03:43:07 | 2016-12-21T03:43:07 | null | UTF-8 | Java | false | false | 12,280 | java | package com.yztc.core.image;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.AsyncTask;
import android.text.TextUtils;
import android.util.LruCache;
import android.view.View;
import android.widget.ImageView;
import com.yztc.core.utils.AppUtils;
import com.yztc.core.utils.Disk... | [
"410689330@163.com"
] | 410689330@163.com |
86af8d00e4e6f896e93b2e99084e4fbb78158268 | ab838f4c4678b8b7ff7f399e5f580073091814ea | /src/main/java/com/mindera/school/mindgesment/services/impl/UserChangeServiceImpl.java | cf8f84f142024d961235c40dec15de61073c60a5 | [] | no_license | MariaPereira1/be_mindgesment | e3bd20559b71c35a6e0f8a132980abd071e45252 | e5ef87765da7851a4243428f0a62d94212adcfb4 | refs/heads/master | 2022-11-05T00:15:34.351667 | 2020-06-22T17:50:48 | 2020-06-22T17:50:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,686 | java | package com.mindera.school.mindgesment.services.impl;
import com.mindera.school.mindgesment.data.entities.CoinEntity;
import com.mindera.school.mindgesment.data.entities.UserEntity;
import com.mindera.school.mindgesment.data.repositories.UserRepository;
import com.mindera.school.mindgesment.exceptions.EditError;
impor... | [
"maria.pereira@school.mindera.com"
] | maria.pereira@school.mindera.com |
7e1e3b7b0a0c94305036cd6f1f5b41127135700d | de5c19f2c35866f56b9afe70cc536969425db7f9 | /src/main/java/br/com/letscode/service/ProfessorService.java | e001b37850e13a33d6ded814cd5c6c530b5dbff2 | [] | no_license | thiagomag/EscolaLetsCodeGradle | 4e9ebbb395a5be2529194269184c8093bcd376b0 | 5ad58380302ba2549b1b2a72892540225f839e80 | refs/heads/master | 2023-07-08T14:41:41.919301 | 2021-08-11T16:28:54 | 2021-08-11T16:28:54 | 394,487,442 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,441 | java | package br.com.letscode.service;
import br.com.letscode.exception.IdDoProfessorNaoExisteException;
import br.com.letscode.repository.ProfessorRepository;
import br.com.letscode.request.update.ProfessorReqAtualizar;
import br.com.letscode.request.ProfessorRequest;
import br.com.letscode.response.ProfessorResponse;
impo... | [
"thiagomagdalena@gmail.com"
] | thiagomagdalena@gmail.com |
02186d66a31188929c56b09a9b87d3fbcbca2f9a | 6e2ef31076da9e06a60b9c4494dc8e73f464b809 | /src/partie/Editeur.java | 463e9a34d501670a696689447d9efa0e13a33a98 | [] | no_license | seawarteam/SeaWar | 3803ed5ec9ca69cca3f5fcd95541060b5519e2b3 | 78399beb348099218669a3b88a30bb99a64ba674 | refs/heads/TheNewSeaWar | 2021-09-10T14:11:44.240024 | 2018-03-27T15:16:27 | 2018-03-27T15:16:27 | 111,335,530 | 0 | 0 | null | 2018-02-05T21:51:43 | 2017-11-19T22:00:21 | Java | UTF-8 | Java | false | false | 1,437 | java | package partie;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectOutputStream;
import java.util.LinkedList;
import java.util.List;
import java.util.Observable;
import java.util.Observer;
import erreur.FichierExistant;
public class Editeur extends Observable {
... | [
"noreply@github.com"
] | noreply@github.com |
fc3e70285ed0c12ee6b15ba61930e6740c152169 | c7e905f05ce926e4e07852dd1dbc9d4ef3ffa63c | /Unit06Loiko/src/com/epam/unit06/task03/Main3.java | abe062c4e96e4a385b772614eb4fddbadfb37a55 | [] | no_license | VictorLoiko/Unit06Loiko | c85019c14304f7baaaad3b20a0b1c9276716fa03 | e2c56ff084c49d4d6b2e1493df9407e5f10e9bb3 | refs/heads/main | 2023-06-01T20:14:26.882524 | 2021-06-21T17:36:28 | 2021-06-21T17:36:28 | 379,013,773 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 938 | java | package com.epam.unit06.task03;
public class Main3 {
public static void main(String[] args){
BookAggregator library = new BookAggregator();
library.addBook(new Book(1, "title", "authors1", "publisher", 1956, 674, 158.24,"hard"));
library.addBook(new Book(2, "title", "authors2", "publi... | [
"noreply@github.com"
] | noreply@github.com |
509e56ed55ece970341f6ab711868be8eb012677 | 183f640b0ab6a6da85da1b09290965618083d874 | /itest/references-collection/src/main/java/crawler/impl/CrawlerImpl.java | 0224d7750e7d628f022fc1a4a47d4c7159f05247 | [] | no_license | apache/tuscany-sca-1.x | 8543e4434f4d8650630bddf26b040d48aee789e9 | 3eb5a6521521398d167f32da995c868ac545163b | refs/heads/trunk | 2023-09-04T10:37:39.056392 | 2011-12-14T12:09:11 | 2011-12-14T12:09:11 | 390,001 | 4 | 18 | null | 2023-08-29T21:44:23 | 2009-11-30T09:00:10 | Java | UTF-8 | Java | false | false | 1,950 | 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 ... | [
"slaws@apache.org"
] | slaws@apache.org |
d47a4166cf25c5d58ec1d2d2640c4ed2c554e042 | 83e3e1d8f71ccc7b51e253b8ffbe96a0af0de87f | /src/main/java/com/nixsolutions/usermanagement/web/EditServlet.java | 9401ba930a92218a9e5f2375f3f8a3ba713f62fb | [] | no_license | NUREKN14-JAVA/dmytro.horkovliuk | 5b9c48ff555785ab7187d6f58cc237561968d025 | 9978ea8d51a08a09c671ae71ecb5fb3ec1444d5d | refs/heads/master | 2021-01-24T09:28:27.804344 | 2016-12-26T04:25:25 | 2016-12-26T04:25:25 | 69,860,291 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,031 | java | package main.java.com.nixsolutions.usermanagement.web;
import java.io.IOException;
import java.text.DateFormat;
import java.text.ParseException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
i... | [
"Dmitry Gorkovluk"
] | Dmitry Gorkovluk |
75fdb06c498113a7bbc60148aece4f6d63825030 | fbe844b7000235c6264c27618dcfed1494b6247a | /bridge/src/main/java/com/afollestad/bridge/Pipe.java | f208dcacae5d1af7c389540df1687fc3843cc013 | [
"Apache-2.0"
] | permissive | hoseinhamzei/bridge | 47e59c4db3f3095173eba24bdaae23ebddec2900 | 0d26ec59c0e3988c3e11e37e7a3ac331947d931a | refs/heads/master | 2021-05-31T14:23:05.939797 | 2016-05-28T04:29:55 | 2016-05-28T04:29:55 | 61,481,206 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,354 | java | package com.afollestad.bridge;
import android.content.Context;
import android.net.Uri;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.io.Serializable;
/**
* @... | [
"drummer.aidan@gmail.com"
] | drummer.aidan@gmail.com |
93e4d5539dce157887883737d8a909ad61195721 | 6fef7045d88e4d368db62c9e8e1998c9f114cab2 | /src/main/java/org/liuzhugu/javastudy/sourcecode/spring/ConfigBeanDefinitionParser.java | aaec683888bb1e302ed8154884975e52da0a9979 | [] | no_license | liuzhugu/study | 02a7a104b31507858dc8f91c1e852f6bbc83a68f | 22f3fadf08b2c0a881a701a09e31c77b6907f113 | refs/heads/master | 2023-08-30T09:29:27.410391 | 2023-08-29T22:35:49 | 2023-08-29T22:35:49 | 151,524,422 | 0 | 0 | null | 2022-12-16T09:44:31 | 2018-10-04T05:47:49 | Java | UTF-8 | Java | false | false | 18,848 | java | package org.liuzhugu.javastudy.sourcecode.spring;
import org.springframework.aop.aspectj.*;
import org.springframework.aop.config.*;
import org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor;
import org.springframework.beans.factory.config.BeanReference;
import org.springframework.beans.factory.config.C... | [
"987685625@qq.com"
] | 987685625@qq.com |
bd7129cc93d9acb5487d0a654944e09f541a506e | 2e693552fb4e90c6bbf61750e74964e1796135d5 | /nb-master/nb-weixin/src/main/java/com/nb/fastweixin/message/req/BaseReq.java | d5dd5cde95f24e290afeae206d4cc72ab8714ae3 | [] | no_license | wilyquan/nb | 579c5688f63b08a5923afc9eb7631313d72d0e84 | f89de707f7d560ad0864b8e06d2a946e62ebeaaa | refs/heads/master | 2021-04-06T04:22:40.926818 | 2018-03-18T07:12:12 | 2018-03-18T07:12:12 | 124,499,700 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 812 | java | package com.nb.fastweixin.message.req;
public class BaseReq {
String toUserName;
String fromUserName;
long createTime;
String msgType;
public String getToUserName() {
return toUserName;
}
public void setToUserName(String toUserName) {
this.toUserName = toUserName;
}... | [
"jewelvary@jewelvarydembp.lan"
] | jewelvary@jewelvarydembp.lan |
695ee6e4773e105bb13c18630bb9f9df199e495e | 81bf3d58f64fcccefc2d27c0682753b0b93f6d18 | /com.equalize.xpi.af.modules.ejb/ejbModule/com/equalize/xpi/af/modules/deepfcc/parameters/RecordTypeParametersPlain2XMLFixed.java | 852a7a926f0b71d580e00f6a72c11f7eb9da0d63 | [
"MIT"
] | permissive | engswee/equalize-xpi-modules | 76b61fcfef805850a9bc7e5d4c0ae6c2b1e1aea2 | 95847bc7491089cfa8f52519c72e4e3575aef35f | refs/heads/master | 2021-07-11T03:54:53.883607 | 2019-01-24T06:23:29 | 2019-01-24T06:23:29 | 30,345,340 | 27 | 24 | MIT | 2023-09-08T11:10:24 | 2015-02-05T08:24:58 | Java | UTF-8 | Java | false | false | 3,365 | java | package com.equalize.xpi.af.modules.deepfcc.parameters;
import java.util.ArrayList;
import com.equalize.xpi.af.modules.util.ParameterHelper;
import com.equalize.xpi.util.converter.Field;
import com.sap.aii.af.lib.mp.module.ModuleException;
public class RecordTypeParametersPlain2XMLFixed extends RecordTypeParametersP... | [
"engswee+git@gmail.com"
] | engswee+git@gmail.com |
4dab8dc4c1e99ef8d1c839bef2dc86e8452ceb2d | 8f946ff8248dcd2256a980c0918d2e69597ccc0f | /src/Board.java | e9e3ec6431dca088ad668a277054147fd6921536 | [] | no_license | frostde/MultiTicTacToe | b162229e77cd2a473f332a54626f39a8cf2d72a6 | 2530914cd5cb9bdb58d61a3b1b577ca56ccc9bc1 | refs/heads/master | 2021-08-14T05:59:03.217667 | 2017-11-14T17:40:51 | 2017-11-14T17:40:51 | 110,723,815 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,550 | java | import java.io.*;
import java.net.Socket;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
/*Didnt have time to comment this class before the deadline, but the methods are pretty self explanatory. They
* include all of the methods for the AI and the actual game logic.*/
public class Board {... | [
"frostde93@gmail.com"
] | frostde93@gmail.com |
ba36f256f5c803e2bbefac9a2b1f9805e6f09529 | ab3999feb5e8fb75ddb70b4a133a7b32b45bb004 | /src/main/java/pages/WebInfoclinic.java | addad88ecc786d3bbe2fd9313f8aa62c9b58f5c8 | [] | no_license | Vityalimbaev/selenium | d8da15e906c12286ea8c9232c4c03f5def8ffa2d | 55266ab9940bdb75072f3a4fe539d7cba681a6d8 | refs/heads/master | 2023-04-22T05:58:52.937121 | 2021-05-08T08:26:27 | 2021-05-08T08:26:27 | 365,460,483 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,640 | java | package pages;
import models.wrappers.XpathWrapper;
public class WebInfoclinic {
public XpathWrapper input_login = new XpathWrapper("//input[contains(@name,'username')]","поле логина");
public XpathWrapper input_password = new XpathWrapper("//input[@type='password']","поле пароля");
public XpathWrapper in... | [
"vityalimbaev@gmail.com"
] | vityalimbaev@gmail.com |
4cad25303080a20f16047458a2ff815c33c758f7 | e2a2313f2790628202315b004c81d6ae6f4fcbe4 | /app/src/main/java/sudarshan/bhatt/recycling/GenerateData.java | b9fecd596429c0bc33f95dcf8976f1177400c3cb | [] | no_license | sudarshan14/RecyclingLatest | 2784d4568beb028825e30af673f56d94af42f3b8 | ec777b75f4b35be6176ebb6fc8da3b9b20e5206c | refs/heads/master | 2020-03-13T00:36:00.926808 | 2018-04-27T09:53:02 | 2018-04-27T09:53:02 | 130,890,017 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,420 | java | package sudarshan.bhatt.recycling;
import java.util.ArrayList;
/**
* Created by 10608780 on 03-04-2018.
*/
public class GenerateData {
protected ArrayList<MyCarsDataModel> carDetails() {
ArrayList<MyCarsDataModel> carList = new ArrayList<>();
for (int i = 0; i < 20; i++) {
MyCars... | [
"sudarshan.bhatt@lntinfotech.com"
] | sudarshan.bhatt@lntinfotech.com |
1f934b5402edf33ffe586786741668696ea1c63c | 524617132295bac686e283eaf356f8e6584bbf00 | /src/main/java/com/man/girl/properties/GirlPropertie.java | 8b9e437a7a148516138d41ba47ee0fbb24229e4a | [] | no_license | 1009798402/girl | b1c6885bc4b3f9b80d9650b06e35ced2131a4030 | b199427747c165912a80b6b0a7669383d879f566 | refs/heads/master | 2020-03-22T20:06:11.128201 | 2018-07-11T12:36:48 | 2018-07-11T12:36:48 | 140,572,862 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 448 | java | package com.man.girl.properties;
import lombok.NoArgsConstructor;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;
/**
* @Author: jc
* @Date: 2018/6/28/028 16:39
* @Description:
*/
@Component
@NoArgsConstructor
@ConfigurationProperties(p... | [
"1009798402@qq.com"
] | 1009798402@qq.com |
fbcae20ea7f1c1fd75dcab80e48e98197228fa4d | 8717f97ed1fb5c22d38d65caf046280bb638ee16 | /core/src/main/java/org/axonframework/commandhandling/disruptor/DisruptorCommandBus.java | 2e66ec3b3af10d24051ef855e5d47774971f7176 | [
"Apache-2.0"
] | permissive | danielcor/AxonFramework-1 | e5fd9b7603f27c22987471729181dbaf6c0b17ce | d8153bbbc7f558747b06a2d3d8bba57a7280875b | refs/heads/master | 2021-01-18T14:54:32.353219 | 2013-03-07T10:11:41 | 2013-03-07T10:12:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 19,142 | java | /*
* Copyright (c) 2010-2012. Axon Framework
*
* 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 ... | [
"buijze@gmail.com"
] | buijze@gmail.com |
418d24ccf8ca1f46bf5fd04699820af8b69a7ea9 | bf9538f069202abc100ae637bd6484e02e08fba0 | /ANDROID/CRIArdApp2/app/src/main/java/app/criard/criardapp/Informe_temperatura.java | c79384cb8626f9a78e062e0b78f2bc3087ec7dc8 | [] | no_license | CRIARD/CRIARD | 73bfffe4e3c52f67f16bb5fd5551e5331816c2ff | 63e28fd255f9a6a773301a6e9524d1c8efdeee65 | refs/heads/master | 2020-03-30T05:37:34.849826 | 2018-12-04T22:59:59 | 2018-12-04T22:59:59 | 150,809,999 | 0 | 0 | null | 2018-11-28T23:15:19 | 2018-09-29T01:11:05 | Java | UTF-8 | Java | false | false | 8,614 | java | package app.criard.criardapp;
import android.app.AlertDialog;
import android.app.NotificationManager;
import android.app.ProgressDialog;
import android.bluetooth.BluetoothAdapter;
import android.content.BroadcastReceiver;
import android.content.ComponentName;
import android.content.Context;
import android.content.Dial... | [
"mati.adagio@gmail.com"
] | mati.adagio@gmail.com |
d0ece94d6b52338520a5762f18b2d284e4f50df9 | f662526b79170f8eeee8a78840dd454b1ea8048c | /org/apache/logging/log4j/core/filter/AbstractFilter.java | c4f7af02fd09c0e2c565df6840a6eca9c64d206a | [] | no_license | jason920612/Minecraft | 5d3cd1eb90726efda60a61e8ff9e057059f9a484 | 5bd5fb4dac36e23a2c16576118da15c4890a2dff | refs/heads/master | 2023-01-12T17:04:25.208957 | 2020-11-26T08:51:21 | 2020-11-26T08:51:21 | 316,170,984 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,428 | java | /* */ package org.apache.logging.log4j.core.filter;
/* */
/* */ import org.apache.logging.log4j.Level;
/* */ import org.apache.logging.log4j.Marker;
/* */ import org.apache.logging.log4j.core.AbstractLifeCycle;
/* */ import org.apache.logging.log4j.core.Filter;
/* */ import org.apache... | [
"jasonya2206@gmail.com"
] | jasonya2206@gmail.com |
c69dd7cd3dc75441ca7349a6c278f05c24f64ddb | 7e22355b1cb3686f63f62bd2f43b3e89d7ccf118 | /workspace/Phone/gen/com/example/phone/R.java | 973bc409ad17a023c5f5ae3f046e6097c0e30d25 | [] | no_license | tacketra/AndroidWorkspace | 8669f696aa813cbc113b19f956919bacb4d1fdd7 | 712e62c2d1250f04974053ad4cf261acd269a880 | refs/heads/master | 2021-01-21T12:03:31.666097 | 2014-07-21T21:29:31 | 2014-07-21T21:29:31 | 18,478,279 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,580 | 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 com.example.phone;
public final class R {
public static final class attr {
}
public static final class dimen {
... | [
"tacketra@mail.uc.edu"
] | tacketra@mail.uc.edu |
9bd50ab1af7017d28ac98bb28bb64a895af719ee | d5c60f3e5b7eb6c8b2a675d655ff17eb93f5e451 | /src/server/log/LogType.java | 02382e713446e74f293e8f44b19acf5e4ef4372b | [] | no_license | LeTrongNghiaHUYNH/Traders | 1d2f4bfea9dfa52d3ad8376d3b66470d9eb76e78 | f3503a7c360913d8e180a51e7e7a9ac2774ce492 | refs/heads/master | 2021-01-10T16:52:02.253782 | 2016-03-04T12:15:39 | 2016-03-04T12:15:39 | 52,794,744 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 147 | java | package server.log;
/**
* Created by elfaus on 29/02/2016.
*/
public enum LogType {
notice,
warning,
error,
normal,
debug
}
| [
"e.elfaus@gmail.com"
] | e.elfaus@gmail.com |
6142bc5472a91ee0f8eb0628c813edfb058ee037 | 7166b710ccbbe379c3d0d8a2a2968cc8952cd257 | /motorapido/src/br/com/motorapido/dao/ISituacaoChamadaDAO.java | c84130c4b1e6595e63a62a44af39a4fb6e504462 | [] | no_license | JHCalasans/motorapidoweb | a392854a157a30e7f486f31cf018fc5396abb3e3 | ad8247c606f478080d967d916c17227d1c4f993f | refs/heads/master | 2021-07-05T19:47:00.481491 | 2020-07-29T21:27:18 | 2020-07-29T21:27:18 | 133,732,943 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 215 | java | package br.com.motorapido.dao;
import br.com.minhaLib.dao.GenericDAO;
import br.com.motorapido.entity.SituacaoChamada;
public interface ISituacaoChamadaDAO extends GenericDAO<SituacaoChamada, Integer>{
}
| [
"jocs4@hotmail.com"
] | jocs4@hotmail.com |
8b34fded0e22307a12aa48992bfb2b888ed663f8 | 96fa68789cb6b3fe82dd892864747bce29642829 | /JUC/src/main/java/com/doer/readwrite/ReadWriteLockDemo.java | 5f6b7be178e7188a33766c328593ba28a8961eeb | [] | no_license | sinimal-hit/sinamal | a1a556579d528aac99afbbe682a089f441512071 | c90a712376cb349cb8e5c4697d1f126747a74ef0 | refs/heads/master | 2023-07-03T06:31:42.248017 | 2021-08-05T23:47:16 | 2021-08-05T23:47:16 | 317,568,434 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,830 | java | package com.doer.readwrite;
import java.util.HashMap;
import java.util.Map;
import java.util.concurrent.locks.Lock;
import java.util.concurrent.locks.ReadWriteLock;
import java.util.concurrent.locks.ReentrantLock;
import java.util.concurrent.locks.ReentrantReadWriteLock;
/**
* ReadWriteLock
* 独占锁(写锁) 一次只能被一个线程占有
*... | [
"2512509412@qq.com"
] | 2512509412@qq.com |
e8bbed5ac2f2a888ed87127cafa22e46684dc0bd | 0da41d657c90622397e0710bccd26dba30a4007a | /practice/MakeChage/MakeChage.java | fbe8a462e7fb836c2304fa868e2a8197c59bd23d | [] | no_license | liubo1985/Leetcode | c12d786cac44b282481e897ece674ca125a01a60 | 116648d70f3e46e8d3f091f84a042b4ee92fee10 | refs/heads/master | 2021-01-21T04:46:50.133343 | 2020-01-14T18:42:50 | 2020-01-14T18:42:50 | 55,921,789 | 1 | 0 | null | 2020-01-14T18:42:52 | 2016-04-10T20:48:46 | Java | UTF-8 | Java | false | false | 1,331 | java | package com.practice.MakeChage;
/**
* Created by bliu on 11/10/15.
* Gievn an infinite number of quarters (25 cents), dimes (10 cents), nickels (5 cents) and pennies (1 cents),
* write code to calculate the number of ways of representing n cents.
*/
public class MakeChage {
public static void makeChange(Str... | [
"liubo31@hotmail.com"
] | liubo31@hotmail.com |
d8cf13502b816fb5802ebdd1c09133939f3faddd | 433a40d9eacc16e30216aacbc92e3beaef57b49e | /mall/src/main/java/com/zhuyj/mall/mapper/UmsAdminRoleRelationMapper.java | cd6cb4b380c9dd3a5b789ebeb5ab64bf41dd5a18 | [] | no_license | zhuYJ-0/mall | 03e9658b61bd68d538a378a2362d7068643f595e | 953b8ca5db0424f5e666ee81c1087190008195d4 | refs/heads/master | 2023-08-29T07:27:12.681074 | 2021-10-14T06:47:14 | 2021-10-14T06:47:14 | 416,645,037 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,046 | java | package com.zhuyj.mall.mapper;
import com.zhuyj.mall.model.UmsAdminRoleRelation;
import com.zhuyj.mall.model.UmsAdminRoleRelationExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface UmsAdminRoleRelationMapper {
int countByExample(UmsAdminRoleRelationExample example);
i... | [
"15212811497@163.com"
] | 15212811497@163.com |
953a8f145c129c7753e7b7a4241d89bd961ff0b7 | 86ea7ebda3d5da37f3c935fb8399d693f49c7aad | /Riwayat_Penyakit.java | d82fe362f0bdd65e5b16f8b688a0d21e9c61fef4 | [] | no_license | kertayasaiks/E_KTP_sys | 0d98f42ce0c55cacb12a3e48f570c0326571cdc2 | 99f4327456ad178275269827c33b4fd21a74accb | refs/heads/master | 2021-01-19T18:33:19.543259 | 2017-04-15T19:25:57 | 2017-04-15T19:25:57 | 88,364,738 | 0 | 0 | null | 2017-04-15T17:57:18 | 2017-04-15T17:57:17 | null | UTF-8 | Java | false | false | 696 | 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 e_ktp_system;
/**
*
* @author 0xiRiz
*/
public class Riwayat_Penyakit {
private String Nama_penyakit;
... | [
"noreply@github.com"
] | noreply@github.com |
e0715d15b439d2c006383a4aa4e02e8424819f08 | e268ea2f27b92a8c895dd1865c9a6fab1b37a1e1 | /src/se/kth/ssvl/tslab/bytewalla/androiddtn/servlib/bundling/BundleProtocol.java | 5d59dc8dbbcb8d8c1aaef83afe1efc0ca84433f7 | [] | no_license | rerngvit/Bytewalla | 0c05a480c6b048984d700123e8c19a8800f71665 | 0b61c161ec3de922d46eafe42542315f44bf9da4 | refs/heads/master | 2016-09-05T23:57:35.298000 | 2013-07-09T14:29:27 | 2013-07-09T14:29:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 30,109 | java | /*
* This file is part of the Bytewalla Project
* More information can be found at "http://www.tslab.ssvl.kth.se/csd/projects/092106/".
*
* Copyright 2009 Telecommunication Systems Laboratory (TSLab), Royal Institute of Technology, Sweden.
*
* Licensed under the Apache License, Version 2.... | [
"rerngvit@kth.se"
] | rerngvit@kth.se |
1837ea40ab2ba64a0fd0ddc18a15f1d7cdc54d4b | a0815f014cc6a5c31f50a48107ad3efff1a678a3 | /Main.java | 9ae2d2099bb7aa5d881b002573e0ff088af3d1ae | [] | no_license | BudnikovaNastiya/Java-1.1-1 | a8e3750f2449b7f81e54d5f2cb3949982cb220e1 | 20f115a7ef4f6f67171a584ce184d6a6bf8efa68 | refs/heads/master | 2023-04-25T18:02:01.722202 | 2021-05-18T10:49:44 | 2021-05-18T10:49:44 | 366,725,178 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,105 | java | public class Main {
public static void main(String[] args) {
// TODO: подставлять номер карты нужно сюда между двойными кавычками, без пробелов
String number = "63049263156801909";
System.out.println(String.format("Result is %s", isValidCardNumber(number) ? "OK" : "FAIL"));
}
public... | [
"budnikova.a.p@gmail.com"
] | budnikova.a.p@gmail.com |
860a030dc0ec18d73c23e76a35531b5b16e5a3df | 7d0fb5b75180a1d083ac08fcc65bb340e0176ed1 | /mobilephone-shop-portal/src/main/java/net/hycollege/protal/services/OrderService.java | ea7018fccb11a5e84190afa840cead46b3ed32e6 | [] | no_license | luozili/mobilephone-shop | b29adf4f77d4f81d8b16544602c28d55291c7bba | bd4b48339984b9e635500160874469cb2a8f7a92 | refs/heads/master | 2022-12-10T10:57:17.281913 | 2020-06-04T07:36:11 | 2020-06-04T07:36:11 | 223,581,308 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 377 | java | package net.hycollege.protal.services;
import com.alipay.api.response.AlipayTradePayResponse;
import net.hycollege.message.bean.layui.LayUITableMessage;
public interface OrderService {
public LayUITableMessage getOrder(String token);
public void updateOrder(AlipayTradePayResponse alipayTradePayResponse);
public L... | [
"2425635847@qq.com"
] | 2425635847@qq.com |
70de17ad695674279b5bfd6ab3e7977590f1d1fe | 077f81916b719a57435ae579628977c3ebbc1478 | /trinidad-api/src/main/java/org/apache/myfaces/trinidad/validator/RegExpValidator.java | 7f3a188e257992454a0da14d70cf0866448347d8 | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla"
] | permissive | m-y-mo/myfaces-trinidad_20165019 | e9f2da811aaa07160b8b660fa13743750c5932d4 | 43125e45e1c56fab0cc56e32d079be787209d3b4 | refs/heads/master | 2020-03-07T10:27:37.758086 | 2018-03-30T13:34:10 | 2018-03-30T13:34:10 | 127,431,966 | 0 | 1 | Apache-2.0 | 2020-02-11T14:23:38 | 2018-03-30T13:35:24 | Java | UTF-8 | Java | false | false | 11,852 | 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")... | [
"mmo@semmle.com"
] | mmo@semmle.com |
f4428e365ba76f97fc8407b4235e1d447b381e3e | b49f538d0ab1f81435feb30d7864d69d51a7c509 | /dspace-core/src/main/java/org/dspace/orm/entity/ResourcePolicy.java | d7cb071e1886f555263f6dbe3a064e7d67d4575f | [] | no_license | lyncode/DSpace-Spring | c599a80e7b62593ff88ef38e5e10f5996ee8b3d2 | 9417f788ee80ec696805aa1463631f59be03ccdb | refs/heads/master | 2020-06-04T15:21:22.231077 | 2013-07-02T22:01:35 | 2013-07-02T22:01:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,916 | java | /**
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE and NOTICE files at the root of the source
* tree and available online at
*
* http://www.dspace.org/license/
*/
package org.dspace.orm.entity;
import java.util.Date;
import javax.persistence.Column;
im... | [
"jmelo@lyncode.com"
] | jmelo@lyncode.com |
e1e42a78b3a92c739c749f2238d9077bdf9f90bf | fa5dc7ffe9880d219217554fb9f0167efafb8cce | /src/main/java/reporting/ExtentsReports/ExtentManager.java | 1f339112ee8f1f431336a13f61530a50ad4b75f5 | [] | no_license | mdashrafkhanqa/SeleniumPagefactoryFramework | e3643d2a046c582c58dfe5d8779e7e25c7e5d789 | e95d8a512f7ff9c359d8aabaff38d90b78731e68 | refs/heads/master | 2022-03-08T23:32:38.264971 | 2019-11-09T18:57:05 | 2019-11-09T18:57:05 | 197,931,883 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 451 | java | package reporting.ExtentsReports;
import com.relevantcodes.extentreports.ExtentReports;
public class ExtentManager {
private static ExtentReports extent;
public synchronized static ExtentReports getReporter(){
if (extent == null){
String workingDir = System.getProperty("user.dir");
... | [
"mdashrafkhanqa@gmail.com"
] | mdashrafkhanqa@gmail.com |
0f2011d5c12cc07f7d73cf8873b05449a27bb5e6 | c258eafb67a638df06d1cf4050aa971491cec393 | /app/src/main/java/com/github/vase4kin/teamcityapp/runningbuilds/tracker/RunningBuildsViewTrackerImpl.java | 7a969119183fab1c9cea99da04b26dd7f1a8b0ad | [
"Apache-2.0"
] | permissive | FrankNT/TeamCityApp | 54b3a0bf830db98e64effeb4051965ceffdef131 | e6ed96ca35d14c1b7ac89d2fc7ae2f044c00bf3d | refs/heads/master | 2021-01-13T09:17:11.724537 | 2016-09-13T13:40:23 | 2016-09-13T13:40:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,312 | java | /*
* Copyright 2016 Andrey Tolpeev
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | [
"andrey.tolpeev@gmail.com"
] | andrey.tolpeev@gmail.com |
d3c90cfccda96e749171d92212c35bf60b582601 | 175ed275611570019cf18abec2bd728561fa7df1 | /hazelcast/src/main/java/com/hazelcast/config/DeviceConfig.java | 59350af2e036c5aff7d161596b26844d868d2c4b | [
"LicenseRef-scancode-hazelcast-community-1.0",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | pveentjer/hazelcast | 9b1640b9e965bd1eb42297549fb95269024e6c1f | b4bc2529cee9b3468b722721a0c89697a301ad2f | refs/heads/master | 2023-08-17T18:52:04.712622 | 2023-03-08T22:01:22 | 2023-03-08T22:01:22 | 10,990,111 | 1 | 4 | Apache-2.0 | 2019-10-09T09:10:25 | 2013-06-27T07:15:08 | Java | UTF-8 | Java | false | false | 1,106 | java | /*
* Copyright (c) 2008-2023, Hazelcast, 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 ... | [
"noreply@github.com"
] | noreply@github.com |
fb9f4504b356821d77d8eb473678434bb9bcfafa | 5e9441ab06fe5866b6cb772f0c5fdb76a4490a18 | /SoloBiciDidactico/app/src/main/java/com/example/anaguz/solobicididactico/Juego.java | 4ffb96fd259a5a249541c07ae8db73b54ad80a55 | [] | no_license | carolinajg66/PMM | 9a776d006ec36706c15bbad7471f243d630a022a | a2172fb6a762996752e71abe8a234d4649c5fae1 | refs/heads/master | 2021-09-07T03:03:02.679001 | 2018-02-16T11:25:43 | 2018-02-16T11:25:43 | 106,396,383 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 330 | java | package com.example.anaguz.solobicididactico;
import android.app.Activity;
import android.os.Bundle;
/**
* Created by anaguz on 5/12/17.
*/
public class Juego extends Activity{
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.juego);... | [
"carolinajustinianoguzman@gmail.com"
] | carolinajustinianoguzman@gmail.com |
24227f11ad054045a030894118cad23e65585e0c | 975fa4d67d6d6e1e9cf5c074a542f695ca123100 | /data/src/main/java/com/piotrkostecki/smarttravelpoznan/data/database/datasource/SearchesDataSource.java | e8a162f1711eb98f4fbcb7b700d9495af4f4ae14 | [] | no_license | piotrkst/SmartTravelPoznan | c35372add4e67a0e9b938d38c1cbb53be8ea1c38 | d4e98b747728aa33af6e6b65f94359f4f504d565 | refs/heads/master | 2021-01-13T15:46:39.401287 | 2017-02-23T00:58:34 | 2017-02-23T00:58:34 | 76,879,088 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,474 | java | package com.piotrkostecki.smarttravelpoznan.data.database.datasource;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.SQLException;
import android.database.sqlite.SQLiteDatabase;
import android.util.Log;
import com.piotrkostecki.smarttravel... | [
"piotr.kst@gmail.com"
] | piotr.kst@gmail.com |
056986969c99e22b1c35a1fee2d7b0bd3464c408 | 7208758de38cb70e70acffacec96a64aed2d77be | /AppointmentController.java | 2f4243f3f4d358ee7beb99120cb9a5aa6c73740b | [] | no_license | naresh14097/2021-08-13_Naresh | cf5ee6a625e7142f772a280ab85f943c2f679cef | 7c9ade656aea807cd54c6741d7ccc68f3f1feabe | refs/heads/main | 2023-07-08T15:14:15.673952 | 2021-08-13T07:40:01 | 2021-08-13T07:40:01 | 395,559,395 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 21,234 | java | package com.weserve.appointment.service.controller;
import com.weserve.appointment.service.exception.BusinessValidationException;
import com.weserve.appointment.service.model.dto.*;
import com.weserve.appointment.service.model.entity.AppointmentEntity;
import com.weserve.appointment.service.model.entity.AppointmentEnt... | [
"naresh14097@gmail.com"
] | naresh14097@gmail.com |
034f75246f67f7dbd79367048b1dd65840cf3991 | 279f8a5fd6bc7cf985e0f9166fb87d63bdd08e67 | /mavenModule/src/main/java/stringBuffer/TestReadFile.java | f76a7dd14410d5b37eb0b7dc27528d53c3d55682 | [] | no_license | sticky1/Asim | de807556343cf765bd44d7924599837ebd934774 | d16145cb7852d878ebc136852e3b4f5f624aa14a | refs/heads/master | 2020-05-15T12:25:01.229618 | 2013-10-24T15:18:53 | 2013-10-24T15:18:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 186 | java | package stringBuffer;
public class TestReadFile {
public static void main(String[] args) {
ReadFile readFileObject = new ReadFile();
readFileObject.read();
}
}
| [
"aregmee@gmail.com"
] | aregmee@gmail.com |
412ff6ca5bbafe2f0b9f97c8e3b990df5e32d5ce | a8b36e526364eca8dfcf5bf022d4ec177f8f1770 | /josecaos/02_category_widget/task_02_category_widget/android/app/src/main/java/com/yourcompany/task02categorywidget/MainActivity.java | 326db443ff717596951f37c7b6b696516981847e | [
"MIT",
"BSD-3-Clause"
] | permissive | josecaos/StudyJam-Flutter | 00cf2fc25719afce95c1dafb11ed9fe893ea51ee | 9c541685fb877dba95683ee08e919a9d1f896a67 | refs/heads/master | 2020-03-22T18:43:57.854185 | 2018-09-18T05:43:49 | 2018-09-18T05:43:49 | 140,479,116 | 1 | 0 | MIT | 2018-07-10T19:36:44 | 2018-07-10T19:36:43 | null | UTF-8 | Java | false | false | 382 | java | package com.yourcompany.task02categorywidget;
import android.os.Bundle;
import io.flutter.app.FlutterActivity;
import io.flutter.plugins.GeneratedPluginRegistrant;
public class MainActivity extends FlutterActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceSt... | [
"jazzvoon@gmail.com"
] | jazzvoon@gmail.com |
60d1b96fb44e3da4cef1ec40f192efa896f182d0 | dff3522a00fa7b81f1a5d9e21529f23fc7099ed8 | /src/main/java/com/yhy/lin/app/entity/AppStationInfoEntity.java | ea646901d54a5ad6d09b42d09a0151aa22c9ff0f | [] | no_license | Time-Boat/gwcx | 3fcf93b30c70389492bea06d23437bd9c45ff30a | 9eb064526179c3dd057052c41f55eadb675f6b8b | refs/heads/master | 2020-12-30T14:12:15.876820 | 2018-02-17T14:53:05 | 2018-02-17T14:53:05 | 91,282,633 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,275 | java | package com.yhy.lin.app.entity;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.Table;
import javax.persistence.Transient;
import org.hibernate.annotations.GenericGenerator;
/**
* 站点信息基础表
* @author linj... | [
"770164810@qq.com"
] | 770164810@qq.com |
fb6dc7cebfe9061b4284cd16305c66835e19476a | aa7dd19b7eee95825a0af6cd4f4207e6d5a92c7b | /src/main/java/br/edu/ifma/csp/timetable/model/Professor.java | b918d875d738276e8021f4781f0266c0a50822f9 | [] | no_license | ThuriyaThwin/AIMA-TimeTable | 45a3a3c1d715c6a167a7938acb54c5f32f8767fd | c91fb9db0e60a57c97eddf117ea12a809efd1f1a | refs/heads/master | 2020-04-26T18:25:34.747285 | 2016-09-27T15:53:12 | 2016-09-27T15:53:12 | 173,744,574 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,842 | java | package br.edu.ifma.csp.timetable.model;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.per... | [
"inalberth07@gmail.com"
] | inalberth07@gmail.com |
3375bab2298dcbe46b35b902586f32eee67d2ccd | 200940b622a8b613ab53595a03fa298f4fa331b8 | /src/main/java/com/service/person/aop/PeopleServiceExceptionHandler.java | 45edaedbd9bdde05e3b90b4a4388dd8dda829861 | [] | no_license | nageshnkt2007/person-service | be9e7742b91ac19e35b6cc64aeb0e44130f0b028 | 9e4685c9b1fa29290ac70c7101db368674b84822 | refs/heads/main | 2023-02-28T18:11:15.437145 | 2021-02-13T18:19:21 | 2021-02-13T18:19:21 | 338,619,627 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,891 | java | package com.service.person.aop;
import com.service.person.dto.ApiError;
import com.service.person.exception.BadRequestException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.stereo... | [
"noreply@github.com"
] | noreply@github.com |
1a694207731d49c5625320a1c125f515dfa33069 | 20ffb61078a0e730caa70fdb42b06ef0bfa09339 | /src/test/java/lv/javaguru/junit/workshop/section1/SequentialSearchTest.java | d52d225eba256474873d7fdb9e24530a2ead4bbc | [] | no_license | whoismaikl/LearningJUnit | 6593b395bf30c63b100187daf04bb0e764ef378c | d3d57265dee18ab599d4a35c456135fcf0f4dda2 | refs/heads/master | 2023-08-23T11:21:40.365848 | 2017-02-12T22:07:30 | 2017-02-12T22:07:30 | 81,760,710 | 0 | 0 | null | 2023-08-10T07:19:36 | 2017-02-12T22:02:44 | Java | UTF-8 | Java | false | false | 1,153 | java | package lv.javaguru.junit.workshop.section1;
import org.junit.Before;
import org.junit.Test;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertThat;
/**
* Created by xh on 12.02.2017.
*/
public class SequentialSearchTest {
private SequentialSearch sequensialSearch;
@Before... | [
"mihail.nikitinn@gmail.com"
] | mihail.nikitinn@gmail.com |
b2cfe6af12a997a86458e4879a1ffe388ed8944d | b77be0b0e6b3ea59e8208a5980601729a198f4d1 | /app/src/main/java/com/google/android/gms/internal/ms.java | 8b3d45d2a66b6319fb693c03e84adfc92b8daa4d | [] | no_license | jotaxed/Final | 72bece24fb2e59ee5d604b6aca5d90656d2a7170 | f625eb81e99a23e959c9d0ec6b0419a3b795977a | refs/heads/master | 2020-04-13T11:50:14.498334 | 2018-12-26T13:46:17 | 2018-12-26T13:46:17 | 163,185,048 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 914 | java | package com.google.android.gms.internal;
import android.os.Parcel;
import android.os.Parcelable.Creator;
import com.google.android.gms.common.internal.safeparcel.SafeParcelable;
import com.google.android.gms.fitness.data.DataSource;
public class ms implements SafeParcelable {
public static final Creator<ms> CREAT... | [
"jotaxed@gmail.com"
] | jotaxed@gmail.com |
7c925f506a8ffc951e4d53dfb4a9f0d7a390a06a | db3158f66b2de3353626d42b354e679f38ed6e53 | /code/ButtonEventHandler.java | 9b6956634720fe600a245410b27e70cc983c04d3 | [] | no_license | jacondel/Scrabble-Clone | e4141bb92093587a0fc0a6fb52ed0a8d1c6705e7 | defd259586a09de2d81e77f4ea15af61aaacf701 | refs/heads/master | 2021-01-10T22:08:54.777614 | 2015-03-09T20:26:10 | 2015-03-09T20:26:10 | 31,920,580 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 562 | java | package code;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JLabel;
/**
*
* @author jacondel
* @author brandanj
* @author djviggia
* @author nrwheele
*/
public class ButtonEventHandler implements ActionListener{
private GUI _gui;
pu... | [
"jacondel@buffalo.edu"
] | jacondel@buffalo.edu |
f5225cf0aa6e30ce00582275eec14f9c3f8c3196 | 597b3f0bb37e17b512d7482792f9168fd76d4ed5 | /Java-Spring-Car/MyApp/src/main/java/edu/ming/dao/impl/EngineDaoImpl.java | 6431791c29c14f10f30fb2c13b93e11e09df8b60 | [] | no_license | snmnmin12/Web-Design | 6b199d295d8ffc04808a8095ac7273092669f224 | c554edc10d52a70cb42933d5c1c655eec66092da | refs/heads/master | 2021-01-01T06:42:31.847926 | 2017-09-20T18:00:43 | 2017-09-20T18:00:43 | 97,491,039 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 951 | java | package edu.ming.dao.impl;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import org.springframework.stereotype.Repository;
import org.springframework.transaction.annotation.Transactional;
import edu.ming.dao.EngineDao;
import edu.ming.model.Engine;
@Rep... | [
"snmnmin@gmail.com"
] | snmnmin@gmail.com |
6a43badd3825939c98eb8d0c44e935d605ffd035 | 1e8837412022974fd7ef277dfbb177a9ef86adfc | /Point2GPX/src/ku/ign/mapmatcher/JSON2PostGISCSV.java | 8e9574bfd89e3ac5169e2497aab29eb862fbb69a | [] | no_license | bsnizek/gisMapMatching | fd607b6cc41e7337b7aa98f8114c167465d8bbd9 | d712d249ec1bc2e0ee4287a14a1870ce8510c5c4 | refs/heads/master | 2020-04-18T11:54:03.016880 | 2014-09-15T08:46:14 | 2014-09-15T08:46:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,086 | java | package ku.ign.mapmatcher;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import org.json.simple.JSONArray;
import ... | [
"bs@metascapes.org"
] | bs@metascapes.org |
bea6a74649e8d768651f4ce853c95fe30848d8bc | 16c286845f9a0cb829e69299737753f19b73e0cb | /nueva iteracion/presentation_tier/src/main/java/com/abs/siif/ppp/planning/uihelpers/ObjectiveLevelDataModel.java | d6a5e7e2d949e2c27e9cb2d76b2c917572e26d35 | [] | no_license | erickone/ABSnewRepository | f06ab47970dac7c1553765c5b8de51b024b24c62 | cf3edf1ac6d0d646e2666c553f426dc682f5a0ed | refs/heads/master | 2020-05-17T20:06:31.193230 | 2012-09-20T15:25:13 | 2012-09-20T15:25:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,295 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.abs.siif.ppp.planning.uihelpers;
import com.abs.siif.planning.entities.ObjectiveLevelEntity;
import java.io.Serializable;
import java.util.Collections;
import java.util.List;
import javax.faces.model.ListDat... | [
"erickleija@hotmaill.com"
] | erickleija@hotmaill.com |
9417383855c8e359c4bff042f044f46c56e4dea7 | 93050e4d0fb069985ef6ab0ff957809b73b56353 | /slow-donkey-server/src/main/java/io/bumble/slowdonkey/server/model/network/leader2oth/DataSyncRequest.java | f52d7086fe09aec51cfc025f6e643f4ae226eb95 | [
"Apache-2.0"
] | permissive | xiaobei1009/slow-donkey | 980acdeff4687bfe0e57b0766dfeea8171ecafbc | effac0989f6591419297c8454c572c89916999ea | refs/heads/master | 2021-05-22T01:39:08.156882 | 2020-04-04T04:49:01 | 2020-04-04T04:49:01 | 252,996,867 | 0 | 0 | Apache-2.0 | 2020-04-04T12:56:02 | 2020-04-04T12:56:01 | null | UTF-8 | Java | false | false | 1,488 | 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... | [
"xiaobei1009@163.com"
] | xiaobei1009@163.com |
8def06d2c26d8f9ff9457179c1044e7097bc2efd | c4813df4f1d948530cd7ef42e0d5ba002b95f8c1 | /src/main/java/org/standard/project/common/UploadUtilProductLong.java | c569900c8a2f2931ba3984e7fdbd683822e3a0c1 | [] | no_license | vinocturne/standard-project | caef79febffc573b3f8e81ef9d84dddf2eaa41c6 | f5783922a43b7512bd69bb6f1161a1fb397703a7 | refs/heads/master | 2023-03-24T11:16:16.218187 | 2021-03-21T05:12:55 | 2021-03-21T05:12:55 | 345,986,044 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,990 | java | package org.standard.project.common;
import java.util.UUID;
import org.springframework.util.FileCopyUtils;
import net.coobird.thumbnailator.Thumbnails;
import java.io.File;
import java.text.DecimalFormat;
import java.util.Calendar;
public class UploadUtilProductLong {
static final int THUMB_WIDTH = 300;
static fin... | [
"ilsan4509@naver.com"
] | ilsan4509@naver.com |
6c8b1c7fce8bd1ce185824b135d78a6cf2a46a6e | 2774144464ef36b056a4df8860a0bccdc07bcf47 | /Codes9/src/Player.java | 9b26ebce7819405cbcb5784ec16279781a54bbeb | [] | no_license | senseihimanshu/JavaAugReg4 | b52f4f9b99cd8a794a3553a776d8a144c1761690 | 532ad457a1779e2aadeb2d7707bdddcb94fc843c | refs/heads/master | 2021-08-18T17:19:20.412248 | 2017-11-23T12:23:57 | 2017-11-23T12:23:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 798 | java | import java.awt.Graphics;
import java.awt.image.BufferedImage;
import java.io.IOException;
import javax.imageio.ImageIO;
public class Player implements GameConstants {
private int x;
private int y;
private int w;
private int h;
BufferedImage spriteSheet;
private final int FLOOR = GAME_HEIGHT - 50;
public Pla... | [
"amit4alljava@gmail.com"
] | amit4alljava@gmail.com |
8aa608f7e05749632bc07922efff26f30e00175c | 7c35723c1dbe116c3734a7cbf222b583c046c5f2 | /src/main/java/org/reactivestreams/HotPublisher.java | 1f9138011d130de62eb451600f922ae782e4d25e | [
"Apache-2.0"
] | permissive | alexvictoor/MarbleTest4J | 44b1d4880f6f1de8a6902f4fc4315c880bae185d | cfe4647f006c7084256356d3a872f1bffb390cba | refs/heads/master | 2020-04-15T12:45:13.339143 | 2017-05-01T13:04:52 | 2017-05-01T13:04:52 | 60,415,664 | 15 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,756 | java | package org.reactivestreams;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.concurrent.TimeUnit;
/**
* Created by Alexandre Victoor on 18/04/2017.
*/
public class HotPublisher<T> implements Publisher<T>, TestablePublisher<T> {
private final List<Recorded<T>> n... | [
"alexvictoor@gmail.com"
] | alexvictoor@gmail.com |
574076a72f8357f20d684af72f71e4ebc23e1bd0 | 02a0f27d67f36ab05619359660b798ae0c80aa88 | /tokoBaju.java | 3c82d256ac1f9799848ed5fd5f72d41f964d1800 | [] | no_license | naufalasad/Pertemuan-1 | e078b9101ce15da99020bbb9332cfb428352005c | 563b8075ab3e4ca3d0bb0e142dc05f5b153c6237 | refs/heads/master | 2021-01-18T16:30:16.134689 | 2015-04-08T12:25:32 | 2015-04-08T12:25:32 | 33,603,885 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 797 | java | import java.util.* ;
public class tokoBaju{
public static void main (String [] args)
{
Scanner sc=new Scanner (System.in);
int hargaBaju=50000;
int jumlahBajuDibeli;
int totalBonus;
int totalHarga;
int jumlahBajuBayar;
System.out.print("masukkan jumlah baju yang dibeli: ");
jumlahBajuDibeli=Integ... | [
"naufal.asad@gmail.com"
] | naufal.asad@gmail.com |
95d1eb3e5434db9b782478ffa14e95e712a34738 | 9784700094fe92e6cc540355022cdfb83a465ab5 | /src/com/yc/demo/dao/ClassInfoDao.java | 632a6fd9ce061ba9d3458a1faa5d55f44dc4b32d | [] | no_license | xsm-yt/-tomcat | 8a546a8dc4655e36959a726e66e59e6759555f2b | 563fdd6513a9037988f810e409001deb6fdc3ac0 | refs/heads/master | 2022-12-05T02:16:40.497867 | 2020-08-28T05:53:10 | 2020-08-28T05:53:10 | 290,965,504 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 248 | java | package com.yc.demo.dao;
import java.util.List;
import java.util.Map;
public class ClassInfoDao {
public List<Map<String,String>> finds(){
DBHelper db=new DBHelper();
String sql="select cid,cname from classinfo";
return db.gets(sql);
}
}
| [
"Administrator@PC-20170721DBXJ"
] | Administrator@PC-20170721DBXJ |
7f1aba74206c08c00ae1db872574b121f581c358 | fc663c648144e1135dcfd737a9c52fd536f064ce | /app/src/main/java/com/example/a5e025799h/next_genshopping/ResultsActivity.java | 366682dc6f480fa2507d3fc03b6c52e128f295ab | [] | no_license | phaniaditya/AndroidApp | 74685e10b0492b2388d2f15b4e2faa39b50a64b7 | 9d7d85c6bc8239d35aadbbadf7f833774294614c | refs/heads/master | 2021-01-22T22:34:40.139992 | 2017-04-29T22:32:24 | 2017-04-29T22:32:24 | 85,554,100 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,905 | java | package com.example.a5e025799h.next_genshopping;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ListView;
import android.... | [
"phaniaditya.pendyala@gmail.com"
] | phaniaditya.pendyala@gmail.com |
50ccf032ee7194e5a2d23f31105ff502b1ac575d | 383b85101fd2df1cfbbb92c6d47c6aaa73d521cf | /asn1/axdr-compiler/src/main/java/org/bn/compiler/parser/model/AsnChoice.java | efd0521016aa3b5fc5d725f426db0857980ea376 | [] | no_license | xdom/jdlms | 9cb46589f4819ab241c92226f454461eab897200 | 968f7232a0876df39cc05209fce7850ec9c1beca | refs/heads/master | 2022-03-19T08:07:55.165320 | 2022-03-03T12:17:13 | 2022-03-03T12:25:00 | 101,627,683 | 4 | 4 | null | null | null | null | UTF-8 | Java | false | false | 1,044 | java | package org.bn.compiler.parser.model;
//~--- JDK imports ------------------------------------------------------------
import java.util.Iterator;
//~--- classes ----------------------------------------------------------------
//
//DefinitionofChoice
//
public class AsnChoice {
final String BUILTINTYPE = "CHOICE"... | [
"dominik.matta@student.tuke.sk"
] | dominik.matta@student.tuke.sk |
e0f7479de4301b3b6f1301a7f67f44fffa6a938e | 5c6467fb564f532a7f51678e15acecc883a48a79 | /src/test/java/gov/fda/web/controller/WelcomeConrollerTest.java | 01ec5786b475c9b21393fdc03576ad11e068748b | [
"MIT"
] | permissive | TechnikInc/openFDA-DevelopmentPrototype | 9f7ead223bb9ac708f6d7e6d3e455ef6be86f66e | b7261fdb634753cfe3695aefe58ce4838112c516 | refs/heads/master | 2020-07-21T19:45:47.748161 | 2016-02-15T20:59:35 | 2016-02-15T20:59:35 | 38,250,845 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 591 | java | package gov.fda.web.controller;
import static junit.framework.Assert.assertEquals;
import java.util.HashMap;
import java.util.Map;
import org.junit.Before;
import org.junit.Test;
public class WelcomeConrollerTest {
private WelcomeController controller;
@Before
public void setUp() {
co... | [
"kvchaganti@gmail.com"
] | kvchaganti@gmail.com |
ffb2fb93c26786453faa675945d28d78202152cf | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_feb6dde029ba7684e1133852da9eeb97e603f511/Pinger/2_feb6dde029ba7684e1133852da9eeb97e603f511_Pinger_t.java | 46fb8d91331da12ba7c03460b317b6fcec2e9b11 | [] | 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 | 715 | java | package com.vaguehope.chiaki.service;
import java.util.Timer;
import java.util.TimerTask;
import org.apache.camel.ProducerTemplate;
public class Pinger extends TimerTask {
private static final long DELAY = 10L * 1000L; // 10 seconds.
private final Timer timer = new Timer();
private final Producer... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
7fa9e5483a8be384bd2488a2471cfa2adc5fb071 | ed0684ed7d0132c43c134a0394618101f7a1c447 | /app/src/main/java/freijo/castro/diego/tareapmdm07_practicafinal/clientes/ClientesFm.java | 0b692642814964243856caa37a37e06d7b91e039 | [] | no_license | DiegoPereiro/TareaPMDM07_PracticaFinal | 9e55dfe3c8fead1edd4b50ebb5b5485773d7a5b6 | a17582129da785997f91acde81031922b660dcad | refs/heads/master | 2020-05-19T14:52:01.731562 | 2019-05-26T20:34:48 | 2019-05-26T20:34:48 | 185,069,910 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,369 | java | package freijo.castro.diego.tareapmdm07_practicafinal.clientes;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.net.Uri;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.v4.app.Fragm... | [
"diegocfpereiro@gmail.com"
] | diegocfpereiro@gmail.com |
77a2b8c5b9035879be1a43fee23b8d321297a395 | cefd4b37e1c2d8cc2183ff203ba904e8f7d732ac | /src/test/java/com/mycompany/test/SelTestCase.java | 467685b5cc0c9cb01ed3674317a0f4555de6ed1f | [] | no_license | shwethap/my-app | c9c3b549658f57a8a47264fd24f00af9f0823986 | 05edbc25c7374a35944a511b6e131fc9738d0e79 | refs/heads/master | 2021-01-20T11:25:04.230267 | 2014-10-11T19:00:09 | 2014-10-11T19:00:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,643 | java | package com.mycompany.test;
import java.io.File;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.GregorianCalendar;
import org.apache.commons.io.FileUtils;
import org.openqa.selenium.OutputType;
import org.openqa.selenium.TakesScreenshot;
import org.openqa.selenium.WebDriver;
import or... | [
"shwetha.p135@gmail.com"
] | shwetha.p135@gmail.com |
37920e218b42f288fef1a489f8b9881687385c26 | d668ceae4e0811f821e4dcf1c970750d09e8e978 | /ir/LabelAllocator.java | 8e7f3d5b9b25e4cf8c6ea41bebf37784fa73dea9 | [
"MIT"
] | permissive | julianrocha/csc435-compiler-construction | 3573f0c5ae5a4f0ac42bd359feb32a29b3124037 | 7213ae82d2119d2b61cc45254fec01080b05dcaa | refs/heads/main | 2023-07-02T10:42:28.960867 | 2021-08-04T22:31:23 | 2021-08-04T22:31:23 | 366,512,694 | 2 | 0 | MIT | 2021-08-04T22:31:24 | 2021-05-11T21:04:14 | Java | UTF-8 | Java | false | false | 321 | java | package ir;
import java.util.ArrayList;
import java.util.List;
public class LabelAllocator {
public List<Label> labels;
public int next;
public LabelAllocator() {
labels = new ArrayList<Label>();
next = 0;
}
public Label allocate() {
Label l = new Label(next);
labels.add(l);
next++;
return l;
}
}... | [
"jules.r.rocha@gmail.com"
] | jules.r.rocha@gmail.com |
902e8b6d669ea05c0decc87806884514beedab10 | cb6193d6fa01431ec4220d9114f38f90a6ec324f | /src/main/java/com/javaman/concurrency/book/detail/chapter4/Mutex.java | 86b07ec022df64db637bcf717bbefdf393c7f6b5 | [] | no_license | suansuan08/Learning-Concurrency | 686a6ffbd8c942e7388ce78d3e2d709459eed75e | 28245858a81e161949e7fb202c12c31abae7b6e6 | refs/heads/master | 2020-04-25T08:35:47.246804 | 2019-02-24T14:53:26 | 2019-02-24T14:53:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 853 | java | package com.javaman.concurrency.book.detail.chapter4;
import java.util.concurrent.TimeUnit;
/**
* @author pengzhe
* @date 2018-11-24 20:44
* @description
*/
public class Mutex {
private final static Object MUTEX = new Object();
public void access() {
synchronized (MUTEX) {
try {
... | [
"pengzhepost@sina.com"
] | pengzhepost@sina.com |
169c278c24eb1e06253a13b5ba83d62b5516244c | cea1b8f8ecdc7234c8a25b31c7041cafb0455478 | /src/actividadespropuestasColecciones/Alumno2.java | 4ec994c7fd720db8fd01874814638da12282125e | [] | no_license | IvanTS1991/DAW | 928e7e3cfe598cbf1917f243bae5d41972035b5a | 3ec71ddf707641cdc9c93b4b7bea37c9edb247db | refs/heads/master | 2020-08-29T18:03:49.952633 | 2020-05-10T20:43:08 | 2020-05-10T20:43:08 | 218,121,488 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,315 | java | package actividadespropuestasColecciones;
import java.util.Comparator;
public class Alumno2 extends Alumno implements Comparable, Comparator<Alumno2> {
private int id;
public Alumno2(String nombre, int nota, int id) {
super(nombre, nota);
this.id = id;
}
protected int getId() {
ret... | [
"noreply@github.com"
] | noreply@github.com |
a2492fbcb7350a530b8b724c7b2434e03094c279 | a0151d8e0a1b4c647671f04dd35be8a01220d94b | /app/src/androidTest/java/com/example/lenovo/l_storage/ExampleInstrumentedTest.java | 412d005e91af326c359ad33c07a6a9f2683dfc2c | [] | no_license | jccjd/L_Storage | 70c8304286e7d9587985aaaf695bd9e952ab5071 | e7955fb0f48802ad8eded0307e00f694f1dc0ad8 | refs/heads/master | 2021-09-03T03:46:16.084083 | 2018-01-05T09:17:13 | 2018-01-05T09:17:13 | 115,861,483 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 760 | java | package com.example.lenovo.l_storage;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test, which will execute on an... | [
"1340944538@qq.com"
] | 1340944538@qq.com |
e5c027a1c47032d7064cda3d1d12f7dbb535ff03 | f561fa7d3a2ccdf8398b68b0fbd53a5bf508a108 | /src/EX17.java | fb42e67b1e20db5d6d41be714502ff3e5522806a | [
"Apache-2.0"
] | permissive | cs-fullstack-fall-2018/java-day2-homework-myiahm | 2548c6a309a4cb130186138414de1e95b2141f80 | 5f44ae81b9300672bb2e0c4ba9e4c17889cce8d6 | refs/heads/master | 2020-03-23T21:12:03.502865 | 2018-07-24T02:38:51 | 2018-07-24T02:38:51 | 142,088,958 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 372 | java | public class EX17 {
public static void main(String[] args) {
int printNumbers = 20;
print(printNumbers);
}
public static void print(int printNumber) {
System.out.println(printNumber);
int counter = -25;
while (counter < printNumber) {
System.out.println(... | [
"myiahsade@gmail.com"
] | myiahsade@gmail.com |
d494bcd8f30fdcd3bad3cc270076483672963af4 | 1d1a19f81b95083d412f9aa033ce4d6bc9c19cb5 | /MysticDropsLib/MythicDrops-master/src/main/java/com/tealcube/minecraft/bukkit/mythicdrops/commands/MythicDropsCommand.java | 5728995e01aa4d5213a12977c45129cc7ec6b717 | [
"MIT"
] | permissive | Murit1997/MinecraftAlpha | ec97c425ac8add59885de9c5469baf4ae7a7b2ac | be07786801991a3ea852eecd276d997cb7386c1c | refs/heads/master | 2020-03-20T22:04:46.021050 | 2018-06-21T16:08:50 | 2018-06-21T16:08:50 | 137,777,989 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 35,229 | java | /*
* This file is part of MythicDrops, licensed under the MIT License.
*
* Copyright (C) 2013 Richard Harrah
*
* Permission is hereby granted, free of charge,
* to any person obtaining a copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, incl... | [
"cescolmos@gmail.com"
] | cescolmos@gmail.com |
36ed316bf4fa76fb166e23403f2ac3838e78dca2 | 8abf8a769ee20b34b03f5de2e62b5ca9697050d1 | /app/src/main/res/layout-sw600dp/utils/ShowToast.java | 7196c55902e084a746b98633492a33622c765c4c | [] | no_license | guddu2710/QRBarcodeScanner-master | 62c25ce4866f399052c5ee6927fbd5a9eb6e9d04 | c6624fc76f2a1dc6621bd2a22b210528ec158fb6 | refs/heads/master | 2020-12-13T18:09:54.542659 | 2020-01-17T07:00:08 | 2020-01-17T07:00:08 | 234,490,442 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 258 | java | package com.pitangent.project.utils;
import android.content.Context;
import android.widget.Toast;
public class ShowToast {
public void showToast(Context context, String msg){
Toast.makeText(context, ""+msg, Toast.LENGTH_LONG).show();
}
}
| [
"hirakdon2@gmail.com"
] | hirakdon2@gmail.com |
c50277357a952f7111f5cba8f832a50f10e6cb00 | 4826abe00106efda0008d3d0fb0078472627fd86 | /src/main/java/hw20180102/Banana.java | 31d3ef8277ca89eaa3d0250cd8d481cd120f3d6c | [] | no_license | Dajingya/Dajingya_homeworks | 26952f2ae4c04069106eca7b09865af90d29fa6c | e47c054e1ecfd47f3affc127b37dd2da0d9b2700 | refs/heads/master | 2021-09-03T10:15:37.900553 | 2018-01-08T09:57:05 | 2018-01-08T09:57:05 | 114,863,127 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 608 | java | /**
* Project Name:dt59homework
* File Name:Banana.java
* Package Name:hw20180101
* Date:2018年1月2日下午2:03:56
* Copyright (c) 2018, bluemobi All Rights Reserved.
*
*/
package hw20180102;
/**
* Description: <br/>
* Date: 2018年1月2日 下午2:03:56 <br/>
*
* @author wangJing
* @version
* @see
*/... | [
"wangJing@WangJing-PC"
] | wangJing@WangJing-PC |
1381a0783833546b125015632ea420c2ccaed473 | 7007bac0d125e647f6d663ad075f217774dd2911 | /src/main/java/BoardGame/BoardException.java | e03c7f9ae7764317b5bf773e08fa58010dad6372 | [] | no_license | Liima-M/Jogo-Xadrez | b8fc0955b7ac6ce91aeb513560f303b8b143474a | 8ef152b0829d3eded54dcb9ae2d34b474102376d | refs/heads/master | 2023-07-12T12:14:02.702077 | 2021-08-16T21:24:35 | 2021-08-16T21:24:35 | 395,450,141 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 151 | java | package BoardGame;
public class BoardException extends RuntimeException{
public BoardException(String msg){
super(msg);
}
}
| [
"matheusportinho12@gmail.com"
] | matheusportinho12@gmail.com |
71157aeb8fb22d24663be6d8b0c6f3b18f72fbbd | 1e5e3ef9672d8689d22b936d2ca561afade5c731 | /src/frc/team871/tools/ILimitSwitch.java | d13b9baaf0a44b3160aba33844125d96af35f5bd | [] | no_license | t3pfaffe/Robot-Test | 7a2e6260a498e8b307cc44d3315e03584095a787 | b7dfae1af7bb44c84593fadd6ad7c1b7d3594ebe | refs/heads/master | 2021-09-06T05:50:18.768403 | 2018-01-28T03:38:50 | 2018-01-28T03:38:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 106 | java | package org.usfirst.frc.team871.tools;
public interface ILimitSwitch {
public boolean isAtLimit();
}
| [
"t3pfaffe@gmail.com"
] | t3pfaffe@gmail.com |
a1eb9995a203a4e417972abe13e27d6c87e8dcf8 | fa9f8679708cf9b30f31a5746e8c7e37421815ea | /src/main/java/com/user/notesapi/controller/CollaboratorController.java | ff6a64389a8a64efbe7911fccdf45bfe362bc757 | [] | no_license | himansh-23/noteservices | bf5f33b06a9f99ad285b8ede8390c9d236b6ea44 | 5dcc3bac7f2bf6d144fa70d847ab9981567acb8b | refs/heads/master | 2020-04-18T13:10:31.347458 | 2019-04-16T11:01:43 | 2019-04-16T11:01:43 | 167,555,908 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,470 | java | package com.user.notesapi.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.DeleteMapping;
impo... | [
"mamtarao9395@gmail.com"
] | mamtarao9395@gmail.com |
a3a3f5244180c8c0873ee89795df519f49130262 | 8f37e5a1d266c15deaf9ef071a1fab1fdef9fc85 | /GestionReservation/src/main/java/projet/controller/IndexController.java | 7e147f774bd5356cfef3c4f089e992ffd44c0d21 | [] | no_license | ameniRaddaoui/Docteur | a9afd4b8c39d25de3a05f13eff695d3a575f2528 | cbb40e9e05d1cdbda794818d1936b74b37213b4a | refs/heads/master | 2020-03-09T07:05:09.376367 | 2018-04-08T19:54:48 | 2018-04-08T19:54:48 | 128,656,484 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,179 | java | package projet.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.Authentication;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import... | [
"Ameni@192.168.1.10"
] | Ameni@192.168.1.10 |
df3e925318af9f36aa8ee7336c0144dc78995a78 | 96db1df61b2ea81c5ca0b288ea86b9b5ff21bcb2 | /app/src/main/java/com/thecoffeecoders/chatex/EmailVerificationActivity.java | 90cf08004aa8be0ef17dae8c0c3dd82bb52c8ff5 | [] | no_license | theoctober19th/ChaTeX-v1.0 | bbd585aa90f6ebb9d59239a582297eb0c154f067 | c7dd28142b51612f758fc0e353bc47ec8a94ac98 | refs/heads/master | 2022-10-24T05:38:32.497982 | 2020-06-10T08:10:22 | 2020-06-10T08:10:22 | 164,103,139 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,803 | java | package com.thecoffeecoders.chatex;
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.TextView;
import com.google.firebase.auth.FirebaseAuth;
import com.google.firebase.auth.FirebaseUs... | [
"theoctober19th@gmail.com"
] | theoctober19th@gmail.com |
a719e40047b748f327239452d2c4adb35fcc31ac | 2e9cba81bb667d473fc24e42abb58c8349083517 | /card/card-game/src/main/java/com/fatiny/game/game/config/pojo/ConfigContestSale.java | ffe3ad6be4e5909cb75a582d6b58dc742a1dffbd | [] | no_license | f361600134/card | eb7f094e02227efdfc87fba39a35e4abf9df76eb | 803143a7eb0d7ab1a6581ee6583b0d6251020bc2 | refs/heads/master | 2022-12-09T07:35:31.465560 | 2019-08-11T08:49:52 | 2019-08-11T08:49:52 | 199,358,192 | 0 | 0 | null | 2022-12-06T00:43:41 | 2019-07-29T01:42:42 | Java | UTF-8 | Java | false | false | 645 | java | package com.fatiny.game.game.config.pojo;
public class ConfigContestSale {
private int ID;//购买次数
private int diamondConsume;//消耗元宝
public int getID(){
return ID;
}
public void setID(int ID){
this.ID = ID;
}
public int getDiamondConsume(){
return diamondCons... | [
"Administrator@cql-PC"
] | Administrator@cql-PC |
e72e978eb13d09b6a76473a4b9422b69f8d41062 | ed3cb95dcc590e98d09117ea0b4768df18e8f99e | /project_1_3/src/f/a/j/Calc_1_3_5099.java | e8ca18214950e501f9177e51c21cd563d00d79c9 | [] | no_license | chalstrick/bigRepo1 | ac7fd5785d475b3c38f1328e370ba9a85a751cff | dad1852eef66fcec200df10083959c674fdcc55d | refs/heads/master | 2016-08-11T17:59:16.079541 | 2015-12-18T14:26:49 | 2015-12-18T14:26:49 | 48,244,030 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 131 | java | package f.a.j;
public class Calc_1_3_5099 {
/** @return the sum of a and b */
public int add(int a, int b) {
return a+b;
}
}
| [
"christian.halstrick@sap.com"
] | christian.halstrick@sap.com |
2a1ed5d391d7dccdd457e9ed48254b3c72bc1747 | df771ac9dd9acb2ce6a1121d67cf46ba8e12f5ab | /src/com/training/DoublyLinkedList.java | 36cc1262305fb490a4bb6e6357b994033d667016 | [] | no_license | johnpaulms/data-structure | ac622454e44e3de1247e69b0ae47d765f18a1d72 | 3d01dc5a25437d9496fc5e188c12b1ba3e3d1934 | refs/heads/master | 2023-01-13T09:08:17.799372 | 2020-11-11T05:29:21 | 2020-11-11T05:29:21 | 296,221,130 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,825 | java | package com.training;
/**
* Created by JohnPaul Manohar on 9/14/2020.
*/
public class DoublyLinkedList {
static Node head;
public static void main(String... args) {
insert(34);
insert(65);
insert(49);
insert(52);
insert(50);
insert(23);
insert(68);
... | [
"johnpaulms@gmail.com"
] | johnpaulms@gmail.com |
3da57dc5b92c74921d879d8492d102a96b1c21bd | ebf14067131b8dba184aa7096c8ee38d46929cfe | /spring-boot-06-bill/src/main/java/com/example/springboot/config/MySpringMvcConfigurer.java | de3ba625b2f00951eb41655c14756a77c3f94691 | [] | no_license | 290437333/spring-boot-09-data-jpa | 06a108c373b6d0c6e09d5fc0ef41e9cfee624d3c | 9f154239ca19d0bf12dab1b767b60fa5c687269f | refs/heads/master | 2020-07-25T08:55:17.360409 | 2019-09-13T10:09:51 | 2019-09-13T10:09:51 | 208,237,247 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,105 | java | package com.example.springboot.config;
import com.example.springboot.component.MyLocaleResolver;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.LocaleResolver;
import org.springframework.web.servlet.config.annotati... | [
"290437333@qq.com"
] | 290437333@qq.com |
f0fb85c484bcf8211978112d6fc1143e50627d2f | f66cc37011b5d30c791d84f4629d76f7e5e29170 | /src/main/java/com/work/dao/PurchaseDao.java | dab1eebec1a07c0e5868deb7b60ba44d695f797b | [] | no_license | moocLook/materialManagement | e6a4c4f1acd17acc54c59b2c5751ac7df8e8f58b | c73ba0b496e1d51b3f62537fae0f7d18cc885e5b | refs/heads/master | 2023-03-06T18:22:59.203870 | 2019-10-15T00:47:21 | 2019-10-15T00:47:21 | 214,203,151 | 1 | 1 | null | 2023-02-22T05:26:18 | 2019-10-10T14:23:35 | Java | UTF-8 | Java | false | false | 3,996 | java | package com.work.dao;
import com.work.bean.Purchase;
import com.work.bean.PurchaseInfo;
import com.work.bean.PurchaseSearch;
import com.work.bean.User;
import org.apache.ibatis.annotations.Select;
import org.apache.ibatis.annotations.Update;
import org.springframework.stereotype.Repository;
import java.util.List;
/*... | [
"1256475267@qq.com"
] | 1256475267@qq.com |
5cfa20dd974e4fb5ff3e5273dbe70d63e2ad38ed | 7cbb7be007f803c81bbc07046623b66080b200de | /src/main/java/helper/fisher/repository/SpeciesRepository.java | f1860e400c09f7e63c82a25785d62e49de6e3ff6 | [] | no_license | ArturMarcinkowski/FisherHelper | 924825e912b1f4ddff5d589435939c623c441578 | 547f85aa2d74110c97108e7a109d2fdc249ab946 | refs/heads/main | 2023-06-11T11:12:33.475687 | 2021-07-05T10:40:07 | 2021-07-05T10:40:07 | 379,243,377 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 308 | java | package helper.fisher.repository;
import helper.fisher.entity.Species;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface SpeciesRepository extends JpaRepository<Species, Integer> {
Species findById(int id);
} | [
"takiotaku@gmail.com"
] | takiotaku@gmail.com |
f78d641ef13ef84f18d9b15144456820202645bc | 5c7936d5216dc240e549a15e1a408dfbb11e24e5 | /src/main/java/io/ppatierno/kafka/connect/amqp/AmqpSinkConnector.java | e1c45ab89c422cd19ded959c536a481767607c80 | [
"Apache-2.0"
] | permissive | cirobarradov/kafka-connect-amqp | 32ed7ed546fc5deaa93e2c92107d3295006953be | 588f7a6be895caa5e66ad5597b1bf3bc763b3991 | refs/heads/master | 2020-03-20T10:27:57.807831 | 2018-06-14T14:56:02 | 2018-06-14T14:56:02 | 137,372,431 | 0 | 0 | null | 2018-06-14T14:54:50 | 2018-06-14T14:54:49 | null | UTF-8 | Java | false | false | 2,764 | java | /*
* Copyright 2016 Red Hat 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... | [
"ppatierno@live.com"
] | ppatierno@live.com |
2f7ff6e4bc980be1b55789a51281140211c7f3a6 | 1f7a8a0a76e05d096d3bd62735bc14562f4f071a | /NeverPuk/net/ns/f.java | 99691043ceef0e29c7c4fbd0af217729aa90fe6d | [] | no_license | yunusborazan/NeverPuk | b6b8910175634523ebd4d21d07a4eb4605477f46 | a0e58597858de2fcad3524daaea656362c20044d | refs/heads/main | 2023-05-10T09:08:02.183430 | 2021-06-13T17:17:50 | 2021-06-13T17:17:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,619 | java | package net.ns;
import java.util.Random;
import net.xn;
import net.ns.i;
import net.ns.i9;
import net.w.fb;
import net.y9.rv;
import net.y9.zu;
public class f extends i {
private static final net.w.t h = new net.w.t();
private static final net.w.h u = new net.w.h(false);
private static final net.w.c R = new ... | [
"68544940+Lazy-Hero@users.noreply.github.com"
] | 68544940+Lazy-Hero@users.noreply.github.com |
4e1f078d32bb46e0e7614b4e37d09def36546465 | 2c93fa0b266d392a601fc4408135f2430c667a49 | /frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/IFrontendMultipleQueryAsyncCallback.java | 4b26aa7c67b8c9e1cd15ef373728101f221deeb0 | [
"Apache-2.0"
] | permissive | jbeecham/ovirt-engine | 5d79080d2f5627229e6551fee78882f9f9a6e3bc | 3e76a8d3b970a963cedd84bcb3c7425b8484cf26 | refs/heads/master | 2021-01-01T17:15:29.961545 | 2012-10-25T14:41:57 | 2012-10-26T08:56:22 | 10,623,147 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 158 | java | package org.ovirt.engine.ui.uicompat;
public interface IFrontendMultipleQueryAsyncCallback {
void Executed(FrontendMultipleQueryAsyncResult result);
}
| [
"iheim@redhat.com"
] | iheim@redhat.com |
d2adb08e85be986df640dc74a9ebc52b61287cdd | dbedfbe279ecb0432ae342317bc6678e7a3e4063 | /app/src/main/java/com/first/fubao/oto/adapter/BusinessListItemHolder.java | 85e4dea33218609ce3d0ecf2bfe44d274b130f29 | [] | no_license | gongpan/OTO_Remodel | 9b9ff5e3e38d4188ab5c7e4fa8a7e97850a5aa5b | 7d9fdd32b92d51eb72299cca8a38a881ffe8828b | refs/heads/master | 2021-01-10T10:53:50.032925 | 2016-03-23T07:51:05 | 2016-03-23T07:51:05 | 54,525,881 | 0 | 0 | null | 2016-03-23T02:51:33 | 2016-03-23T02:51:31 | null | UTF-8 | Java | false | false | 2,082 | java | package com.first.fubao.oto.adapter;
import android.text.TextUtils;
import android.view.View;
import android.widget.ImageView;
import android.widget.RatingBar;
import android.widget.TextView;
import com.first.fubao.oto.R;
import com.first.fubao.oto.entity.BusinessEntity;
import com.first.fubao.oto.utils.UIUtils;
impo... | [
"yangchang1216@163.com"
] | yangchang1216@163.com |
870ca9a967fffc0a1e4562b9eac8d4b9d9228c61 | 371fedd878dc1ae959fe7d6e2916c46a7f8c114f | /app/src/test/java/com/yosanai/blecommapp/ExampleUnitTest.java | eac87bfa1ce72acfbe1e574841ec97410f61e6a2 | [
"MIT"
] | permissive | perusworld/BLECommApp | a34d0f84f8a7587371c13ea368169a978a9c1b69 | cd3f7dff04193b03ae78f10ad58293c1cee8a88b | refs/heads/master | 2021-01-01T04:20:38.667574 | 2018-03-07T17:05:50 | 2018-03-07T17:05:50 | 56,553,686 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 326 | java | package com.yosanai.blecommapp;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
... | [
"saravanaperumal@msn.com"
] | saravanaperumal@msn.com |
20c474d2ae48652c28022dbf444f74e790312878 | a9c86db57e2cb6b449429fc1e3fd561e79934272 | /src/OCP_SE8_1ZO_809_Book/Chapter1_Advanced_Class_Design/v8_2_1823/Book.java | 5eedf5e0ae8b68c5ee1ec2cc3c4f2297b65893a1 | [] | no_license | wolodey/zertifizierung_oracle | 3061e4a362d8d65a18a635854142e0e2210494f1 | 335e7d5adb8ae7d35d847e75b9857b8051eb94e1 | refs/heads/master | 2021-04-26T16:51:17.840235 | 2019-08-31T06:14:31 | 2019-08-31T06:14:31 | 123,976,973 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 253 | java | package OCP_SE8_1ZO_809_Book.Chapter1_Advanced_Class_Design.v8_2_1823;
/**
* Created by WSteinle on 17.08.2018.
*/
public class Book {
protected final int pages = 100;
final void mA() {
System.out.println("In B.ma " + pages);
}
}
| [
"waldemar.steinle@faktorzehn.de"
] | waldemar.steinle@faktorzehn.de |
296c0606fe7fa8a23cd1e9bb403d1c76566f2a6a | 52ae0daadd17fd831586b8b88d1f88a5c166b654 | /app/src/main/java/id/tech/astrid/SlidingTabs_InfoToko_Fragment.java | 3a827b1ac719f25472365d4c956f30e8bd5dd4c1 | [] | no_license | pagadentechnology/verificare_indosat | 8869e702a1d7f78b39f955c5a101fd1dd4f53f83 | 4c2e7855659a73c2599bffce8e20977700f3ddbb | refs/heads/master | 2022-09-24T01:45:44.025307 | 2016-06-30T05:41:46 | 2016-06-30T05:41:46 | 62,280,397 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,363 | java | package id.tech.astrid;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
public class SlidingTabs_InfoToko_Fragment extends Fragment{
@Override
public void onCreate(Bundle sav... | [
"ridho_maulana@outlook.com"
] | ridho_maulana@outlook.com |
633013b10f26a935864ccb0b94a669f8c02cf16f | e54442b2d3faa8765a8a91c51b0d64a81f51d1bf | /src/main/java/com/jf/shop/login/config/MyServer.java | 08e69cd415a5c516495920b8a9bef2219d858ad8 | [] | no_license | fengJA/fjTest | 4e6319c6c577da240a5c66c8f1b94cc345d5acce | 6c683f312d7e983acd3438c51013d2e5ec8c6e08 | refs/heads/master | 2022-06-24T09:24:53.802030 | 2019-10-15T04:24:29 | 2019-10-15T04:24:29 | 215,059,327 | 0 | 0 | null | 2022-06-21T02:02:25 | 2019-10-14T14:01:54 | Java | UTF-8 | Java | false | false | 4,574 | java | package com.jf.shop.login.config;
import java.io.IOException;
import java.net.InetSocketAddress;
import java.net.ServerSocket;
import java.nio.ByteBuffer;
import java.nio.channels.*;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import java.util.Set;
/**
* @author fengj
* @date 2019/8/8... | [
"m15881760105@163.com"
] | m15881760105@163.com |
ef2bb5e928194f5f9b36904ad1fd4e85fac0fc01 | 5f776b0fd157341a746a740fc5e1b09a7d55cdd1 | /miracom_edu/javaWorkspace/java14_Inheritance/src/com/edu/test/PersonTest1.java | 79de31bf54fea6bf3efeb2079f8508f2c6e0b216 | [] | no_license | JungGyu0920/miracom_javaEduSummary | 53d7d736a7d4e65cf9ba96a26f82b05cc739a7e0 | 1cdba2cd3628881df75aff96f4928cca7679f503 | refs/heads/master | 2023-09-06T08:17:34.799203 | 2021-10-27T08:00:38 | 2021-10-27T08:00:38 | null | 0 | 0 | null | null | null | null | UHC | Java | false | false | 508 | java | package com.edu.test;
import com.edu.child.Student;
import com.edu.child.Teacher;
public class PersonTest1 {
public static void main(String[] args) {
Student s = new Student("아이유", 28, "신사동", 123);
Teacher t = new Teacher("강호동", 45, "신림동", "Java");
System.out.println(s.getDetails());
System.out.println(t... | [
"msio900@gmail.com"
] | msio900@gmail.com |
32900a62de2bfb37944f4974a595b5e76746e960 | 18c91b710f017b426e2586bb1814f947dbe78a8d | /model/InWorldProperties.java | e2f2d0f2a6051a37ac791c70803e6b1d9416fc0e | [] | no_license | aliounebfall/someweireBot | bb5034dbae589e247204f23eaae7a5113a08d4e2 | bd88668f00553700225f6b24b2d0e39096f0eb3e | refs/heads/master | 2023-03-17T12:34:13.043052 | 2021-03-16T23:26:48 | 2021-03-16T23:26:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 713 | java | package com.bot.someweire.model;
import org.neo4j.springframework.data.core.schema.GeneratedValue;
import org.neo4j.springframework.data.core.schema.Id;
import org.neo4j.springframework.data.core.schema.RelationshipProperties;
@RelationshipProperties
public class InWorldProperties {
@Id
@GeneratedValue
private... | [
"fall.aliouneb@gmail.com"
] | fall.aliouneb@gmail.com |
43b3e0e2ca51164c3b477e71b1a2d869bf517d13 | d7674b46760ecaf5b3e358f3cdb767ecdfea7bf2 | /imageio/imageio-clippath/src/test/java/com/twelvemonkeys/imageio/path/AdobePathBuilderTest.java | 1e917a864ef66c21dfbda1df70daa88b8e100b92 | [
"BSD-3-Clause"
] | permissive | jbobnar/TwelveMonkeys | 5e35bc62d7f97562f37bf8db4b76d9179077a5aa | 7b086317fd848725843e77260b3200cd6c735d88 | refs/heads/master | 2020-12-25T11:41:50.972434 | 2019-12-31T08:32:57 | 2019-12-31T08:32:57 | 52,418,237 | 0 | 0 | BSD-3-Clause | 2019-11-03T08:27:46 | 2016-02-24T05:56:50 | Java | UTF-8 | Java | false | false | 6,199 | java | /*
* Copyright (c) 2014, Harald Kuhr
* 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 notice, this
* list of condition... | [
"harald.kuhr@gmail.com"
] | harald.kuhr@gmail.com |
2c5a5b5f37c4ecce0d18f88a9e705167452e8eb4 | 4dace70a45bd53c0ae4e50db19f38e3f70648070 | /android/app/src/main/java/com/awesomeproject/MainApplication.java | 281f0e1e924ffe132de686cecd45e7f0d82ef216 | [] | no_license | marc-st/photo-sharing-react-native | adee767e9ce46141eb1a6cb6030889ec382644fd | b8905e3ba553f95d2bb67f7f0603685b262f6425 | refs/heads/master | 2020-12-03T08:11:39.380029 | 2017-08-04T11:46:45 | 2017-08-04T11:46:45 | 95,665,639 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,829 | java | package com.awesomeproject;
import android.app.Application;
import com.facebook.react.ReactApplication;
import com.oblador.vectoricons.VectorIconsPackage;
import com.facebook.reactnative.androidsdk.FBSDKPackage;
import com.RNFetchBlob.RNFetchBlobPackage;
import com.lwansbrough.RCTCamera.RCTCameraPackage;
import com.f... | [
"marc.stevens99@gmail.com"
] | marc.stevens99@gmail.com |
fbbb632d05d17a0915b209abbe1edd634d49ca42 | 489f17055f538613ef37be653d26a3ca2d7c2671 | /Bicycle.java | 696232d412465ce261d69fe53484449b830d0ea1 | [] | no_license | yasuyamakyosuke/java.rsample | 6d4e3243b9379c8703c942da1ab908fe94bd9a0a | fc18e10d0b841a4325f7f8488e5c044d8bc4191c | refs/heads/master | 2023-01-01T18:26:55.149623 | 2020-10-20T13:25:42 | 2020-10-20T13:25:42 | 304,210,831 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 291 | java | class Bicycle extends Vehicle {
Bicycle(String name, String color) {
super(name, color);
}
public void run(int distance) {
System.out.println(distance + "km走ります");
this.distance += distance;
System.out.println("走行距離:" + this.distance + "km");
}
}
| [
"toyojindai@gmail.com"
] | toyojindai@gmail.com |
a24d2943c185e9632bbc319d2063ea55048afe81 | f3acdd6950aa6c3df52853e1a2845704cec5cbb6 | /PersonKontroll/app/src/main/java/politiet/no/personkontroll/mvp/header/HeaderComponent.java | 93e942889c3ccbc94fee1b1fd882ddd0f3a4b82c | [] | no_license | airien/workbits | 4872f6d7ceee82b7900501f0bdfacc029a3cdda6 | 53b35f5da9dfccce4c345e19221d27ea66862d86 | refs/heads/master | 2021-06-01T10:48:06.876043 | 2019-05-13T19:41:27 | 2019-05-13T19:41:27 | 15,254,475 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 839 | java | package politiet.no.personkontroll.mvp.header;
import android.app.Activity;
import politiet.no.personkontroll.mvp.PersonkontrollApplication;
import politiet.no.personkontroll.data.source.bruker.BrukerRepositoryComponent;
import politiet.no.personkontroll.mvp.util.FragmentScoped;
import dagger.Component;
/**
* Thi... | [
"hannejohnsen@hotmail.com"
] | hannejohnsen@hotmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.