blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a721d4fbe14d8dc6e962735ee0c16439e53f84e8 | def2d1d4ed229159a4377fee596e52bb24ef2047 | /app/src/main/java/com/ufpso/catatumboplay/gcm/MessagingServices.java | f8b609172871f0f00f106c85217280718c7415ce | [] | no_license | jeidevelopers/CatatumboPlay | 729f8058b8441e82cffe5bd3613ae0e0524caa03 | d30a54716a41c9a19292be362fd6855860f1a2e7 | refs/heads/master | 2020-07-20T14:52:35.650330 | 2019-09-05T21:55:26 | 2019-09-05T21:55:26 | 206,662,596 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,031 | java | package com.ufpso.catatumboplay.gcm;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Intent;
import android.os.Build;
import android.support.v4.app.NotificationCompat;
import android.util.Log;
import com.google.firebase.messaging... | [
"axroxe@gmail.com"
] | axroxe@gmail.com |
ec47d739683a8e3d803504146fd99ec339bc7933 | 0a66aacc45e0295551e64deeac537ac6f3719d77 | /apidoc-test/src/main/java/com/ztianzeng/apidoc/test/Result.java | 410e724a3fb87c5f4a9b01bda1fc0f2c67887a21 | [] | no_license | zxcvbnmzsedr/apidoc | 0d2e4977c996c20b735581894545b0db0c82ba79 | 5ae97cbed45e9a561270487dbe7ba9f4f2eb7309 | refs/heads/master | 2022-12-21T08:41:57.573105 | 2022-04-17T06:02:31 | 2022-04-17T06:02:31 | 188,857,939 | 31 | 8 | null | 2022-12-10T04:49:58 | 2019-05-27T14:24:41 | Java | UTF-8 | Java | false | false | 337 | java | package com.ztianzeng.apidoc.test;
import lombok.Getter;
/**
* @author zhaotianzeng
* @version V1.0
* @date 2019-06-11 13:13
*/
@Getter
public class Result<T> {
private String msg;
private T data;
protected Result() {
}
private Result(String msg, T t) {
this.msg = msg;
this.d... | [
"tianzneg@gmail.com"
] | tianzneg@gmail.com |
0fe4e16f65a2523bc9cf3944c6d52050af9f8a26 | ddf0d861a600e9271198ed43be705debae15bafd | /src/Java8/DevoxxAndOracleDevelopers/CompletableFutureThePromisesOfJava/Sample.java | 1f5921e54db196a3087a5644f0b178f55fec6de1 | [] | no_license | bibhuty-did-this/MyCodes | 79feea385b055edc776d4a9d5aedbb79a9eb55f4 | 2b8c1d4bd3088fc28820145e3953af79417c387f | refs/heads/master | 2023-02-28T09:20:36.500579 | 2021-02-07T17:17:54 | 2021-02-07T17:17:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,841 | java | package Java8.DevoxxAndOracleDevelopers.CompletableFutureThePromisesOfJava;
import java.util.Random;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.ForkJoinPool;
public class Sample {
public static ForkJoinPool forkJoinPool=new ForkJoinPool(10);
public static int comput... | [
"bibhuty.nit@gmail.com"
] | bibhuty.nit@gmail.com |
23032304f4151edd19534690219d2e84ce3fc240 | d9fc33efba5753357554d22f254c4809cf22f096 | /boundless/org/jivesoftware/smackx/provider/DiscoverInfoProvider.java | b01510b6059e51613d6bf3cca162c2a9f2a11b44 | [] | no_license | cdfx2016/AndroidDecompilePractice | 05bab3f564387df6cfe2c726cdb3f877500414f0 | 1657bc397606b9caadc75bd6d8a5b6db533a1cb5 | refs/heads/master | 2021-01-22T20:03:00.256531 | 2017-03-17T06:37:36 | 2017-03-17T06:37:36 | 85,275,937 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,321 | java | package org.jivesoftware.smackx.provider;
import com.fanyu.boundless.config.Preferences;
import org.jivesoftware.smack.packet.IQ;
import org.jivesoftware.smack.provider.IQProvider;
import org.jivesoftware.smack.util.PacketParserUtils;
import org.jivesoftware.smackx.packet.DiscoverInfo;
import org.jivesoftware.smackx.p... | [
"残刀飞雪"
] | 残刀飞雪 |
4284b1a182ef57d2e2fcf456ea079233a228d231 | 252c7afb7dfe22874b1b45e59f8c748515cf2ec1 | /GSE/src/main/java/br/com/gestmax/GSE/domain/Produto.java | 347fb45d092cfafa3b2444f8a586541ccbce17f8 | [] | no_license | BrunoSzczuk/GSE | 00b51c1492ec6fd93ad309d3161d4cbaaf815c22 | 55575b7ca738ca5349edb0dbbf8d5fe68d8aa502 | refs/heads/master | 2023-07-29T14:37:18.685770 | 2021-09-03T19:19:28 | 2021-09-03T19:19:28 | 210,967,444 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,556 | java | package br.com.gestmax.GSE.domain;
import com.fasterxml.jackson.annotation.JsonIgnore;
import lombok.Data;
import javax.persistence.*;
import java.math.BigDecimal;
import java.sql.Timestamp;
import java.util.Collection;
import java.util.Objects;
@Entity
@Data
public class Produto implements BasicDomain {
@Id
... | [
"brunoszczuk@gmail.com"
] | brunoszczuk@gmail.com |
d9eff5c9eb7dddf4d0f9a444c5e9218c329cfd4e | a55949397e31f0f85583f464c25e3c5dbaada246 | /springsecurity-06-smscode/src/main/java/com/springboot/security/handler/CustomAuthenticationFailureHandler.java | a808f65e0ec3508be4b797366ef5c2e433f0ee6d | [] | no_license | Dawei-Fang/SpringBoot-SpringSecurity | 3abdfb08416e33e8c6fb0b88eac22af5ae7b50f6 | ea630d0fe03b87f2eed708368571bd932334d959 | refs/heads/master | 2022-12-26T13:08:09.177618 | 2020-10-15T14:22:51 | 2020-10-15T14:22:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,507 | java | package com.springboot.security.handler;
import com.fasterxml.jackson.databind.ObjectMapper;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.security.core.AuthenticationException;
import org.s... | [
"javalouis@163.com"
] | javalouis@163.com |
39c3f508549ced933e898c46ad2ab4db84f62fa5 | a7d2ad5a6b170cdd31407c82f2d5453aa0c3e9fa | /src/main/java/bgroup/ccard/api/model/CardBalance.java | e0abac98a6ac240ebc373f8928ba2a6cac095dfe | [] | no_license | vsb2007/CCardApi | 7d9e55c18e457f073efbd69289c9ff2fcf437615 | 76acbf50f90e4704935c57123116c2f1f7cb35c0 | refs/heads/master | 2021-11-11T02:50:34.424378 | 2021-11-07T13:18:27 | 2021-11-07T13:18:27 | 103,365,158 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 659 | java | package bgroup.ccard.api.model;
/**
* Created by VSB on 11.09.2017.
* ccardApi
*/
public class CardBalance {
private String cardNumber;
private Double balance;
public CardBalance(String cardNumber, Double balance) {
this.cardNumber = cardNumber;
this.balance = balance;
}
public... | [
"330034@gmail.com"
] | 330034@gmail.com |
97cd87546947cbcb2d09e581fb638db00d9691c1 | 1c94134f0fb6392cb38b3f91c93d4799ce3b92c5 | /05 - TypeCheck/Atividade 5/src/test/resources/LinkedList.java | c5b3bd47e42cf82548a8ccff03d3e9edc3be0b06 | [] | no_license | rpss2/Compiladores-IF688 | 07d57b10b8157fbf76d4aa11fa1bd8789585b24f | fdd07ddbe037c13ac44b068beacca1ee71a71894 | refs/heads/master | 2021-04-15T13:17:39.648503 | 2018-06-22T20:34:36 | 2018-06-22T20:34:36 | 126,556,754 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 5,492 | java | //package test.resources;
class LinkedList{
public static void main(String[] a){
System.out.println(new LL().Start());
}
}
class Element {
int Age ;
int Salary ;
boolean Married ;
// Initialize some class variables
public boolean Init(int v_Age, int v_Salary, boolean v_Married)... | [
"dfb2@cin.ufpe.br"
] | dfb2@cin.ufpe.br |
d6dedc91e6321badc35b3a91ecf74f9dbf676853 | ced34ada1724457ddd553e205311509637eb3d84 | /src/Player.java | 12f7fb06e75a4157b2c073dc66f6e1a2068a8856 | [] | no_license | ag8731/Rack-O-Design-Project | 1d2a63e01fc70d1b31e036725467eab0f7115328 | fe4f926425c9c518a1b3cb4076574d5a5ed3872f | refs/heads/master | 2020-12-25T13:23:16.089369 | 2015-02-20T16:19:20 | 2015-02-20T16:19:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 972 | java | import java.util.ArrayList;
public class Player {
private ArrayList<Integer> hand;
private ArrayList<Integer> rack;
private int score = 0;
public Player(ArrayList<Integer> h, ArrayList<Integer> r, int s){
hand=h; //the value to player is currently waiting to swap or discard
rack=r; //the ten cards in front of a... | [
"oakley8sam@aim.com"
] | oakley8sam@aim.com |
886e5854cb434d7b0cb90009030276add11ead31 | 4699a2417bb8898c642dba0fc652c323b96da061 | /13_java/src/application/Zabky.java | e25348c8b2101e1c6912d64b00d1e4debd25645a | [] | no_license | CaptSkallz/Java2019 | 94fe86e4048d8b2963db2e95ba13859f1cc3f92b | 2d44466123b73ba38cfefe2489036ffc712609d7 | refs/heads/master | 2020-09-17T10:54:33.430101 | 2019-05-14T19:59:06 | 2019-05-14T19:59:06 | 224,080,426 | 1 | 0 | null | 2019-11-26T02:01:08 | 2019-11-26T02:01:08 | null | UTF-8 | Java | false | false | 5,611 | java | package application;
import javafx.animation.AnimationTimer;
import javafx.application.Application;
import javafx.scene.Scene;
import javafx.scene.image.Image;
import javafx.scene.image.ImageView;
import javafx.scene.input.KeyCode;
import javafx.scene.layout.Pane;
import javafx.scene.paint.C... | [
"peter.borovansky@microstep-mis.com"
] | peter.borovansky@microstep-mis.com |
f53e8551601698133b576d67227955d2181ce8c8 | afddfc1c0e485cf2d031637a6ec6a263aafdc171 | /src/main/java/com/example/wangwangweather/WeatherActivity.java | 1961e6b7125dc6081cdf3dc53a51ab9bed522231 | [] | no_license | MarshMarline/wangwangweather | 3776a3f937e0eaaf7b4fc5101873850a3b9cccd6 | b03420a249473737abbc6322a9e2a6500ecbb18f | refs/heads/master | 2023-02-01T16:07:27.987641 | 2020-12-26T06:16:20 | 2020-12-26T06:16:20 | 316,679,528 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,157 | java | package com.example.wangwangweather;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Color;
import android.os.Build;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.view.LayoutInflater;
import android.view.View;
import android.widge... | [
"1025734147@qq.com"
] | 1025734147@qq.com |
515c3e93f681e8fba5bf42e99aaee37b26d386ed | c4aca4156c8c0b6e6afb57d8fbe2e77571947553 | /src/test/java/it/io/openliberty/guides/rest/ARegisterTest.java | 772d5108babbf9206eabc730537dafa587b1384e | [] | no_license | EmotionalLove/SMS_x_Discord_Web | 681fceade4c8a18446399b8bc0c711e4dcaea86c | e7127d5938f981d95db857dc0df1f08ad18b9d57 | refs/heads/master | 2020-05-07T15:00:11.007274 | 2019-04-11T08:46:52 | 2019-04-11T08:46:52 | 180,618,594 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 722 | java | // tag::comment[]
/*******************************************************************************
* Copyright (c) 2017 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this dist... | [
"sashwho@vivaldi.net"
] | sashwho@vivaldi.net |
2e3b365ba5c6db77f9c7a692d99081ab71c0dd1b | b506b4b9963aeb3b4fa06e6f9bae19f8ffc9430f | /app/src/main/java/com/example/lenovo/scsxapp/util/Utility.java | 7ce28d250ee33c1ff6a2b613c2acf59e2761fb63 | [
"Apache-2.0"
] | permissive | CXBEBE/scsxweather | d2da728b7040702aa373368d4480271e5ff13c29 | 2bf708d4b55cbd552c6f34e768a807a947e971b3 | refs/heads/master | 2021-01-22T13:26:22.796597 | 2017-08-21T06:58:50 | 2017-08-21T06:58:50 | 100,660,326 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,446 | java | package com.example.lenovo.scsxapp.util;
import android.text.TextUtils;
import com.example.lenovo.scsxapp.db.City;
import com.example.lenovo.scsxapp.db.County;
import com.example.lenovo.scsxapp.db.Province;
import com.example.lenovo.scsxapp.gson.Weather;
import com.google.gson.Gson;
import com.google.gson.annotations... | [
"812808581@qq.com"
] | 812808581@qq.com |
9f45b2b778319c42ad64a323c0aed7045d2657a5 | 6bfb25c006e8d66b3b3225d7e474569e4d81cb99 | /app/src/test/java/com/zhaolongzhong/todo/ExampleUnitTest.java | 1e8137293f4236ae3d5f17475bbd8632d9b35c63 | [
"Apache-2.0"
] | permissive | eclipsegst/android-todo | b086ec8bc047d5e0e0a6cf8e141d281a8226e2c0 | ddfedb294218099eb8b1d7cf9a6a74e9d53bd0ed | refs/heads/master | 2021-03-19T11:30:22.671150 | 2016-07-14T06:20:16 | 2016-07-14T06:20:16 | 60,567,592 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 400 | java | package com.zhaolongzhong.todo;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void... | [
"zztg2@mail.missouri.edu"
] | zztg2@mail.missouri.edu |
4558685b99d544cbf12326209a2d27139496f650 | bd4f65d667e2b7f9b5fb7fa1cf797035119a2e56 | /project/LibIntegracion/src/com/utez/integracion/dao/TipoBajaJpaController.java | 0c4feebdd7ead811e3dd3cf08f2febfa32b8ae90 | [] | no_license | angellagunas/MigracionBD | 13bdc27355e0436ecb0f49f4f13fa965462de5ff | 96552a4022bbfb0039225ae70ba3987f63eee7d9 | refs/heads/master | 2021-03-27T16:09:06.819932 | 2014-07-23T14:17:53 | 2014-07-23T14:17:53 | 22,110,124 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,355 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.utez.integracion.dao;
import com.utez.integracion.dao.exceptions.NonexistentEntityException;
import java.io.Serializable;
import javax.persistence.Query;
import javax.persistence.EntityNotFoundExcep... | [
"xenondevelops@gmail.com"
] | xenondevelops@gmail.com |
1cdc4617a8dee06603b4506d06b5bc129b519829 | 098b6cd2fd41900af8b3dddea98f477141421306 | /payment-service/src/main/java/com/example/demo/service/PaymentService.java | 19f33f2f358d9239536e4083c33b5a618920e94e | [] | no_license | nikithakaluvagadda/Project | 746bbbf5a923dbe44d59af20615368b1bfc7584b | 84299f50536bb9d5a69891d768b5fd55cc98795c | refs/heads/main | 2023-06-19T01:37:58.489450 | 2021-07-20T02:12:59 | 2021-07-20T02:12:59 | 385,343,640 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,582 | java | package com.example.demo.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBo... | [
"86395133+nikithakaluvagadda@users.noreply.github.com"
] | 86395133+nikithakaluvagadda@users.noreply.github.com |
860e2652b2696dbeaa3413b09a10089a7ef4569e | fce6b878c9d1e91d6e49d191e7fb8cb2ae7fd23c | /src/main/game/Scissors.java | d0e9264cc72fe6ac40afda041176364e9d3a6bb9 | [] | no_license | Katerina-codes/rock_paper_scissors | 6e31456317d1080ba5b8b97ae0708bf62a855a2d | f3d79686b6bc31729bfd0df033d12ae3022fec5c | refs/heads/master | 2021-05-07T09:48:42.574914 | 2017-11-27T13:34:17 | 2017-11-27T13:34:17 | 109,575,067 | 0 | 0 | null | 2021-11-28T22:57:05 | 2017-11-05T11:53:27 | Java | UTF-8 | Java | false | false | 357 | java | package main.game;
import static main.game.Moves.ROCK;
import static main.game.Moves.SCISSORS;
public class Scissors implements Move {
@Override
public String scoreAgainst(Moves playerTwoMove) {
if (playerTwoMove.equals(ROCK)) {
return ROCK.getMove();
} else {
return S... | [
"katerinaldg@gmail.com"
] | katerinaldg@gmail.com |
9fd824c5e47a4be85816e25ccbf0c707d0e7bf8d | 0f1a73dc0329cead4fa60981c1c1eb141d758a5d | /kfs-parent/core/src/main/java/org/kuali/kfs/module/purap/document/validation/impl/PurchasingAccountsPayableItemConsideredEnteredBranchingValidation.java | 5284621d8704b884098e37f3a628e9899c392917 | [] | no_license | r351574nc3/kfs-maven | 20d9f1a65c6796e623c4845f6d68834c30732503 | 5f213604df361a874cdbba0de057d4cd5ea1da11 | refs/heads/master | 2016-09-06T15:07:01.034167 | 2012-06-01T07:40:46 | 2012-06-01T07:40:46 | 3,441,165 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,730 | java | /*
* Copyright 2011 The Kuali Foundation.
*
* Licensed under the Educational Community 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.opensource.org/licenses/ecl2.php
*
* Unless requir... | [
"r351574nc3@gmail.com"
] | r351574nc3@gmail.com |
8a3d28152f398312534f4e041d2b69a899568a07 | b473c2f1ccf7b67e3d061a2d11e669c33982e7bf | /apache-batik/sources/org/apache/batik/svggen/font/table/PostTable.java | 23593dfd32d1ab7c43be738e18eede8b3ecb2da7 | [
"Apache-2.0"
] | permissive | eGit/appengine-awt | 4ab046498bad79eddf1f7e74728bd53dc0044526 | 4262657914eceff1fad335190613a272cc60b940 | refs/heads/master | 2021-01-01T15:36:07.658506 | 2015-08-26T11:40:24 | 2015-08-26T11:40:24 | 41,421,915 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,802 | 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"); y... | [
"HebnerN@gmail.com"
] | HebnerN@gmail.com |
dfd6bdb6934772529f9b7ffee6eea6ad7c4e2009 | fd916e7a517f838d2a3bca759402fc278ed9b488 | /SpringMVC/MavenBase/src/main/java/com/base/config/SecurityConfig.java | 403dd379b9fb5125f834b8e473d896c52e75e034 | [] | no_license | KariR61/JavaEE | cd1258e326e3d83fb7fb7b3a8435fb80fd1f86c8 | c21d54af89f2b26992def0b82493a45a0954dc28 | refs/heads/master | 2021-01-10T15:56:29.436477 | 2016-02-15T12:34:01 | 2016-02-15T12:34:01 | 51,428,734 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,162 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.base.config;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annot... | [
"kariraappana@gmail.com"
] | kariraappana@gmail.com |
e0a1f22ec91ec767890621bddf37784be73c3434 | a96cc23d649caeb906a89c9c5f30c08274598913 | /SpringApp1/src/main/java/hibernate/SpringApp1/model/TextEditor.java | c3004548adfe61e52ed97bd3a22388f5512a45fe | [] | no_license | snehamalav/spring_projects | 742b94e3069c72e41be00b5028edcf735a294aa4 | de7ee5ee52289467402cfedafd5678a350c3b187 | refs/heads/master | 2022-12-20T20:55:58.086243 | 2019-11-14T12:37:56 | 2019-11-14T12:37:56 | 221,212,528 | 0 | 0 | null | 2022-12-16T03:00:09 | 2019-11-12T12:27:18 | Java | UTF-8 | Java | false | false | 499 | java | package hibernate.SpringApp1.model;
public class TextEditor
{
private SpellChecker sc;
public SpellChecker getSc() {
return sc;
}
public void setSc(SpellChecker sc) {
this.sc = sc;
}
/*public TextEditor(SpellChecker sc) {
super();
this.sc=sc; }
*/
... | [
"noreply@github.com"
] | snehamalav.noreply@github.com |
2371b208252c79ed57ecd3abd6345f5855db69e7 | 8388d3009c0be9cb4e3ea25abbce7a0ad6f9b299 | /business/txnlist/txnlist-api/src/main/java/com/sinosoft/txnlist/api/gisinsurelist/dto/GisHerdFieldListDto.java | 342250f4beed60e276d1494537fff406ed23b461 | [] | no_license | foxhack/NewAgri2018 | a182bd34d0c583a53c30d825d5e2fa569f605515 | be8ab05e0784c6e7e7f46fea743debb846407e4f | refs/heads/master | 2021-09-24T21:58:18.577979 | 2018-10-15T11:24:21 | 2018-10-15T11:24:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,680 | java | package com.sinosoft.txnlist.api.gisinsurelist.dto;
import com.sinosoft.framework.dto.BaseRequest;
import java.io.Serializable;
/**
* 预投保清单农户标的清单明细表(物)Dto
*
* @Author: 何伟东
* @Date: 2018/1/15 16:23
*/
public class GisHerdFieldListDto extends BaseRequest implements Serializable {
private static final long ser... | [
"vicentdk77@users.noreply.github.com"
] | vicentdk77@users.noreply.github.com |
02bc214fe27ea302c325ee56b5ed99b45368262a | 43cb9c718e016441ddacbbeb92ff4b8e2c95e967 | /src/main/java/gojava/module3/homework/task3/Student.java | 56b98c301b7bc0f769912cfede8d94d0db94a5c7 | [] | no_license | Sheptytskyid/GoJava5 | c6a40a792b5fd1de970454107407d4eca8cac036 | 29231d58e4a190f45e0fb398c584a313572fe637 | refs/heads/master | 2021-01-13T10:48:34.616525 | 2020-02-02T13:05:43 | 2020-02-02T13:05:43 | 72,290,106 | 0 | 0 | null | 2020-10-13T06:48:42 | 2016-10-29T14:38:47 | Java | UTF-8 | Java | false | false | 1,266 | java | package gojava.module3.homework.task3;
public class Student {
private String firstName;
private String lastName;
private int group;
private Course[] coursesTaken;
private int age;
public Student(String firstName, String lastName, int group) {
this.firstName = firstName;
this.l... | [
"neoxesis@mail.ru"
] | neoxesis@mail.ru |
8f02a41aff194d8f0af159ef64904c8f26eec255 | a00326c0e2fc8944112589cd2ad638b278f058b9 | /src/main/java/000/133/971/CWE197_Numeric_Truncation_Error__short_URLConnection_68a.java | d388730c0314fef88ead692fd5f17cf114c512ea | [] | no_license | Lanhbao/Static-Testing-for-Juliet-Test-Suite | 6fd3f62713be7a084260eafa9ab221b1b9833be6 | b095b11c7cb6d4a5bb2b76181e35d6ee00e96e68 | refs/heads/master | 2020-08-24T13:34:04.004149 | 2019-10-25T09:26:00 | 2019-10-25T09:26:00 | 216,822,684 | 0 | 1 | null | 2019-11-08T09:51:54 | 2019-10-22T13:37:13 | Java | UTF-8 | Java | false | false | 4,301 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE197_Numeric_Truncation_Error__short_URLConnection_68a.java
Label Definition File: CWE197_Numeric_Truncation_Error__short.label.xml
Template File: sources-sink-68a.tmpl.java
*/
/*
* @description
* CWE: 197 Numeric Truncation Error
* BadSource: URLConnection Read data f... | [
"anhtluet12@gmail.com"
] | anhtluet12@gmail.com |
e316c5d314e691ff3a20349c72b51d86ce3dc1a9 | 805872ac253337a411300317407c6053fdfde981 | /java/ca/blogspot/sjatyourservice/allaboutjharkhand/Google_Location/GetDirectionsData.java | 2d462d012b268140f29b5f2b1e0d748cf75726af | [] | no_license | Mylifewithmyexperiment/ALL-ABOUT-JHARKHAND | f2c9976b9f28421a00a7c29a3c78f95368bba2bc | a8c7b28aec5f878a04e8b9e0b4744498ae33076d | refs/heads/master | 2020-04-15T02:57:05.002764 | 2019-01-06T17:53:30 | 2019-01-06T17:53:30 | 164,330,058 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,957 | java | package ca.blogspot.sjatyourservice.allaboutjharkhand.Google_Location;
import android.graphics.Color;
import android.os.AsyncTask;
import com.google.android.gms.maps.GoogleMap;
import com.google.android.gms.maps.model.LatLng;
import com.google.android.gms.maps.model.MarkerOptions;
import com.google.android.gms.maps.m... | [
"noreply@github.com"
] | Mylifewithmyexperiment.noreply@github.com |
41c1ed38b8d5d7c87c699d84d600ea9670b27e75 | 081e678a279e39b7b44c9e1df8bff2ecfc4c7232 | /src/jp/co/ziro/gs/server/ws/GestureWebSocket.java | 4c30c2b908fb5b2253882fb0df770bead5e0abb7 | [] | no_license | secondarykey/GestureSocket | 8e7d3aa8686ebb1933bee6e1ccd1e74cd618afac | b05ce350d6dde21936c6f826093df8c159d6312a | refs/heads/master | 2020-06-03T14:14:40.963554 | 2012-01-19T06:34:34 | 2012-01-19T06:34:34 | 3,178,165 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 860 | java | package jp.co.ziro.gs.server.ws;
import java.io.IOException;
import org.eclipse.jetty.websocket.WebSocket;
public class GestureWebSocket implements WebSocket.OnTextMessage{
private Connection connection = null;
public GestureWebSocket() {
}
@Override
public void onOpen(Connection... | [
"secondarykey@gmail.com"
] | secondarykey@gmail.com |
fc877aec81ed958dfb6e55a9c8906d85dcda1bc5 | de05b6af997209935530212f03990e10c9c5cb14 | /MP3Extractor/src/main/java/com/lumar/validation/DirectoryValidator.java | 0b0049ecce08a4637b61af2361942a58f4df5927 | [] | no_license | Aaronj1989/MP3Extractor | 52e79463690645cacc3dc71ed1c795b19b8c4fa9 | ebbd6701fe298ee18275f11ac939198e0c65bfde | refs/heads/master | 2022-12-25T09:21:13.867829 | 2019-08-07T14:59:29 | 2019-08-07T14:59:29 | 200,517,805 | 0 | 0 | null | 2022-12-16T00:39:03 | 2019-08-04T16:44:29 | Java | UTF-8 | Java | false | false | 520 | java | package com.lumar.validation;
import java.io.File;
import javax.validation.ConstraintValidator;
import javax.validation.ConstraintValidatorContext;
public class DirectoryValidator implements ConstraintValidator<DirectoryPath,String> {
@Override
public void initialize(DirectoryPath path){}
@Overr... | [
"alj1989@yahoo.com"
] | alj1989@yahoo.com |
ba98c72bd52b90b93fdafcf50b589e897327a9e8 | b9464a750cf41f57595e64687a02e273593b4da4 | /Utils.java | 98256d9b21fe654cc82cd5de5bcf88b044b8ab32 | [] | no_license | din14000/hospital-project | 30a2141317f3d3694112947e9d5ca5b09dff367d | c4aa0016311dca350c6e7f02312d82bdf3cd84bc | refs/heads/main | 2023-04-03T06:36:51.484199 | 2021-04-10T14:09:10 | 2021-04-10T14:09:10 | 356,600,004 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,571 | java | import java.text.DecimalFormat;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Optional;
import java.util.Set;
i... | [
"din14000@gmail.com"
] | din14000@gmail.com |
a46436cbc43ba0872e220e67dfb670025f268ff3 | bd769033990236eccb0ead384abe015ef4e07aaa | /pinyougou-sellergoods-service/src/main/java/com/pinyougou/sellergoods/service/impl/GoodsServiceImpl.java | c1ccc48f8bfcaf3721d8e49884d461019e1fe3d9 | [] | no_license | RaintLee/pinyougou | 23bd3b2802b10161a53797a82fe56c9e96845792 | 262d394ceda638bd792a5d04040b9e8dd6c83953 | refs/heads/master | 2020-03-30T00:38:40.029134 | 2018-10-24T03:05:42 | 2018-10-24T03:05:42 | 150,534,569 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,171 | java | package com.pinyougou.sellergoods.service.impl;
import java.util.Arrays;
import java.util.Date;
import java.util.List;
import java.util.Map;
import com.alibaba.fastjson.JSON;
import com.pinyougou.mapper.TbBrandMapper;
import com.pinyougou.mapper.TbGoodsDescMapper;
import com.pinyougou.mapper.TbItemCatMapper;
import c... | [
"215896530@qq.com"
] | 215896530@qq.com |
3d027193cb215444163d1abd7a38be9cb69ef1d1 | 3cbf94fc5b9a5449527c283c9cab593933c18b42 | /v2ray-jdk/src/main/java/com/v2ray/core/transport/internet/websocket/Config.java | 560273c510590551df842c0cc4e1a7ee4ee1c57f | [
"MIT"
] | permissive | master-coder-ll/v2ray-web-manager | f7dc9e96010d7e83d5250957890b8e1bd9306cd3 | bb5e32c3820b269381aa5bf80ac259b3783fac59 | refs/heads/master | 2023-08-23T18:13:43.370529 | 2023-05-04T07:10:08 | 2023-05-04T07:10:08 | 231,087,400 | 1,488 | 540 | MIT | 2023-07-07T21:43:46 | 2019-12-31T12:44:50 | Go | UTF-8 | Java | false | true | 29,313 | java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: v2ray.com/core/transport/internet/websocket/config.proto
package com.v2ray.core.transport.internet.websocket;
/**
* Protobuf type {@code v2ray.core.transport.internet.websocket.Config}
*/
public final class Config extends
com.google.protobu... | [
"59392396+master-coder-ll@users.noreply.github.com"
] | 59392396+master-coder-ll@users.noreply.github.com |
9610c1a9bfcffc31340f59b3382dbe6bd3275023 | 52b453449fabb6d70e568966db6c32b7642721a1 | /common/src/main/java/com/lly835/bestpay/model/wxpay/response/WxPaySyncResponse.java | b70bf24f07aee6d780308e962805aa22786b8b4a | [] | no_license | Super262/emall-dev | 48aece213bec5f6dbf6d504cca22647a46f48452 | aa78f3a14141e3233f3b73687d0cb0b0b765f8fd | refs/heads/master | 2023-07-13T21:58:42.473934 | 2021-08-29T23:10:40 | 2021-08-29T23:10:40 | 365,671,275 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,365 | java | package com.lly835.bestpay.model.wxpay.response;
import org.simpleframework.xml.Element;
import org.simpleframework.xml.Root;
import java.util.Objects;
/**
* 同步返回参数
*/
@Root(name = "xml", strict = false)
public class WxPaySyncResponse {
@Element(name = "return_code")
private String returnCode;
@Elemen... | [
"virusformail@gmail.com"
] | virusformail@gmail.com |
aec42da91cb2b2ec3d768e3ec6cf86e859010e54 | c544677eff452d86b9509d2bc7e0844fb4ce0b35 | /src/main/java/br/com/salazar/projAluno/ProjAlunoApplication.java | f53873f3816dd69e753dfbb427b94de6685ed2dd | [] | no_license | Leonardkill/ProjetoAluno | a76ad640da40802b36f502e18bfe26c12a9c524a | a1975151d2448d0ca6f55b4b55a6c59bcb76678e | refs/heads/master | 2022-07-18T04:18:47.285499 | 2020-05-15T01:25:55 | 2020-05-15T01:25:55 | 264,065,079 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 323 | java | package br.com.salazar.projAluno;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class ProjAlunoApplication {
public static void main(String[] args) {
SpringApplication.run(ProjAlunoApplication.class, args);
}
... | [
"leonardofaria_7@hotmail.com"
] | leonardofaria_7@hotmail.com |
c78c1d15117fc06582183b3e7b72b9a4e0ee8f1d | 4da3979fb605c86c52f7df0bd1b2b085d195587e | /app/src/test/java/com/neha/butterknife/ExampleUnitTest.java | 261a54452c212edd910aa9c145de8808eb6c0f5b | [] | no_license | nehaanand/DataBinding_With_RoomDB | 7fb358d522a8e3327dfde875e640a5aa0b80c73d | cedd955a086bbc17643d5b069028eda3a027eaa4 | refs/heads/master | 2021-03-29T13:04:00.281576 | 2020-03-20T11:43:51 | 2020-03-20T11:43:51 | 247,956,001 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 381 | java | package com.neha.butterknife;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void a... | [
"nehaanand0801@gmail.com"
] | nehaanand0801@gmail.com |
b24ead9d5bc668b417d3bfd4ea484d4c92b1b23b | aa0eaad7645e4ee34bdd4ded15a30cfd6c5f8481 | /src/main/java/HealthPassage/PassageGet.java | 1baf321b50e99d8ce9a2a33ddf64e950b3888e52 | [] | no_license | steven900516/Jsoup_Increase-pageviews-Hexo-blog- | c603e74dafb60033484b6f8337ee72d54c17d818 | 317be4d9f163f2efe4bd274986e0afba9b393473 | refs/heads/master | 2023-08-21T15:56:11.869269 | 2021-10-22T12:15:37 | 2021-10-22T12:15:37 | 397,648,362 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,912 | java | package HealthPassage;
import org.jsoup.Connection;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
import org.jsoup.select.Elements;
import org.junit.Test;
import java.io.IOException;
/**
* @author Steven0516
* @create 2021-10-22
*/
public class PassageGet {
public ... | [
"1569132595@qq.com"
] | 1569132595@qq.com |
74566aa535f096e2d7978f1714fca1a261f2378e | e77ae6642255bb08b338e0a0c52dccfa133bc497 | /20170312/04CycleStructure/DoWhileTest.java | b2c3ecd1c81d4160c1d33ce31fe48b849ec05b5a | [] | no_license | gujiacun/Homework | a20bc47a89738c85e978af26b32cc8c8df0ff276 | e263434724219fb35c3745474b1971758d874fdc | refs/heads/master | 2021-01-19T20:06:02.161355 | 2017-05-22T18:02:52 | 2017-05-22T18:02:52 | 88,486,667 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 682 | java | //需求:用do - while按顺序打印大写字母A到Z
//定义一个类,叫DoWhileTest
class DoWhileTest {
//定义主方法
public static void main(String[] args) {
//初始化变量值alphabet,输入第一个打印的元素A
char alphabet = 'A';
do{
//输出第一个元素A
System.out.println(alphabet);
//变量自增1,由于char类型在底层是存储为int类型,所以把它当作一个整型变量
alphabet ++;
//循环控制条件,当变量等于时,执行最后一次循环,返回打... | [
"1214822688@qq.com"
] | 1214822688@qq.com |
448633ab40ffe68b03fb26cbe347ef06c9bf1b68 | c81011aab1a2c07946f0fbe96acd5bcff68b3c58 | /src/com/hdfc/banking/Bank.java | aeb136e33f18f0ffbed8125e217a9e288562bfea | [] | no_license | JavaK2/JavaConcept | 6b0ddab5d8149597caaade39946d7ea82dc78dad | 8ed0778b379dbac698f5611aa3215c1cf8477091 | refs/heads/master | 2021-01-17T17:21:31.252924 | 2016-11-05T06:06:16 | 2016-11-05T06:06:16 | 66,184,923 | 0 | 0 | null | 2016-08-21T06:40:05 | 2016-08-21T06:40:05 | null | UTF-8 | Java | false | false | 311 | java | package com.hdfc.banking;
public class Bank {
public void withDraw() {
checkPin();
checkAccountLocked();
checkNoOfTrans();
checkBalance();
}
protected void checkNoOfTrans() {
}
protected void checkAccountLocked() {
}
protected void checkBalance() {
}
protected void checkPin() {
}
}
| [
"kinshuk.ram@gmail.com"
] | kinshuk.ram@gmail.com |
fcc4ed067007dc45be646378ea144d308e69fbf6 | da2dd965336fdf6bc9cf99dfbff1b761fcb64d91 | /src/main/java/car/CarType.java | fa2643734a2bf9c698aa3b7b0bdc9db89659e52e | [] | no_license | jh-project-repo/java_oop-parking-project | 0e0de5158d024b59bc056f1bc9885ba4bcf56b0a | 2acbba07ab625fcf5cab8aa40ec76f116beca39e | refs/heads/main | 2023-03-01T08:11:38.614901 | 2021-02-11T03:47:11 | 2021-02-11T03:47:11 | 313,952,512 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 250 | java | package car;
public enum CarType {
ELECTRIC_CAR("승용차"),
GENERAL_CAR("전기차");
private final String car;
CarType(final String car) {
this.car = car;
}
public String getCar() {
return car;
}
}
| [
"zzang9ha@naver.com"
] | zzang9ha@naver.com |
782a9aee2bb0b13b0861696ebaf8f74eed75efc1 | 3c1b9a7e7c83325cfee3246ff2339cb1be7476c1 | /app/src/main/java/com/jaemo/jaemo/customer/dropoff/DropoffViewModel.java | 72d051abb685ac5226b54480df16cc3119b9d3d6 | [] | no_license | strikerhac/FYP | 2476dd61752fed5dcb9e996837130073045b0f14 | 384a254bdd253fca7efd605418722b32620345e4 | refs/heads/master | 2020-09-22T04:40:57.725730 | 2019-11-30T18:19:37 | 2019-11-30T18:19:37 | 225,052,500 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 77 | java | package com.jaemo.jaemo.customer.dropoff;
public class DropoffViewModel {
}
| [
"hcheema.bscs16seecs@seecs.edu.pk"
] | hcheema.bscs16seecs@seecs.edu.pk |
c294a40ae95ec9d992ee05fba621877c8fef82b9 | 429d0d13b672202b10c1b7ae930731457eb98bbc | /src/com/class12/Repl64.java | 023c1de811325cc5b6cbb67179f3fcc6b85bd28e | [] | no_license | Husson34/Java-Code-Syntax | dd4a8aec0081bc9a83e36297466425119bf14cab | 68fd9a0d9f3b2d001734ea48b698037cfe5b431e | refs/heads/master | 2020-06-06T19:10:17.351883 | 2019-06-20T02:28:44 | 2019-06-20T02:28:44 | 192,830,807 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 583 | java | package com.class12;
public class Repl64 {
public static void main(String[] args) {
int[][] a = {
{1,1,2}, //sum = 4
{3,1,2}, //sum = 6
{3,5,3}, //sum = 11
{0,1,2} //sum = 3
};
int sums[] = new int[a.length];
for (int i = 0; i < a.length; i++) {
int rowSum = 0;
... | [
"hussonbball34@gmail.com"
] | hussonbball34@gmail.com |
2d8380cce213161eeb885a966d9c10da37a3c0b3 | cbf27b3a5804e6e89773b7088fe10924e06e0f11 | /app/src/androidTest/java/com/example/prasad/permissionshelpersample/ExampleInstrumentedTest.java | 9654d09853948d25f3bf1584156da562e1cc5708 | [
"MIT"
] | permissive | prasadshirvandkar/Permissions-Handler | 5847da605cf4578a7abbad65e412465325f78a78 | 26f1f42db372fef811636bcbea43ff5d4ada494d | refs/heads/master | 2021-06-24T22:20:03.185734 | 2017-07-16T19:22:03 | 2017-07-16T19:22:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 785 | java | package com.example.prasad.permissionshelpersample;
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... | [
"prasadshirvandkar1996@gmail.com"
] | prasadshirvandkar1996@gmail.com |
23885f8781abe358a08018308e07ee57b61da461 | b51ce70cdf1496a6470a56b983f07ef9f724092f | /Common/src/main/java/dev/brighten/antivpn/utils/json/CDL.java | 6af74b3ff430bb758bf7c1346d5d20ceb5853f4c | [
"Apache-2.0"
] | permissive | funkemunky/AntiVPN | 7259ecfe59bc2115b8ca6e274a9a4d88eebf6bfb | 96e48594d89419f7fd9bc7104243f0ab120a36ec | refs/heads/master | 2023-08-07T15:11:09.525431 | 2023-07-12T12:45:39 | 2023-07-12T12:45:39 | 233,082,218 | 24 | 18 | Apache-2.0 | 2023-07-31T18:43:45 | 2020-01-10T16:03:14 | Java | UTF-8 | Java | false | false | 10,135 | java | package dev.brighten.antivpn.utils.json;
/*
Copyright (c) 2002 JSON.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, ... | [
"funkemunkybiz@gmail.com"
] | funkemunkybiz@gmail.com |
29c7a7259218dacdf3d62f39c2c7a812b4a25d3c | 5142a8986e7a80420357a7f1b1bbfdf94ad02767 | /hybris-commerce-suite-5.5.1.2/Mobile-Commerce-SDK/Mobile-Commerce-SDK-Android/hybrisMobileHTTPClientLibrary/src/com/hybris/mobile/lib/http/listener/OnRequestListener.java | cc9b1994920975ffeaa3de84b0b58032a222488f | [] | no_license | gerardoram/research1 | 613ef2143ba60a440bb577362bcf1ce2a646664b | 2a4515e3f8901f0b3b510653d61dac059c6521a8 | refs/heads/master | 2020-05-20T17:04:39.574621 | 2015-06-23T17:53:26 | 2015-06-23T17:53:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 964 | java | /*******************************************************************************
* [y] hybris Platform
*
* Copyright (c) 2000-2015 hybris AG
* All rights reserved.
*
* This software is the confidential and proprietary information of hybris
* ("Confidential Information"). You shall not disclose such Confidentia... | [
"thaisonnguyenbt@gmail.com"
] | thaisonnguyenbt@gmail.com |
b53ee6df586537fd804d43479763657956849def | 360ed5accc25138244afc986cdadbea687163543 | /proj2/tablut/Board.java | c23e713ff4b12cf32f9702e38f59d8b82d909009 | [] | no_license | michaelchien512/Tablut | d6e45b768c1d4c8ea4ffab1c156c15f6cc588967 | 8ce93651de8eb105f73abd675692d6f2ff534f6f | refs/heads/master | 2020-09-11T23:43:43.240090 | 2020-01-08T08:48:03 | 2020-01-08T08:48:03 | 222,229,215 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,867 | java | package tablut;
import java.util.Formatter;
import java.util.Stack;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.HashMap;
import static tablut.Piece.*;
import static tablut.Square.*;
import static tablut.Move.mv;
import java.util.List;
/** The state of a Tablut Game.
* @author Michael Chie... | [
"mchien512@berkeley.edu"
] | mchien512@berkeley.edu |
2ca36f9159b9896e19e5ce2e906203d5152a0c56 | 54c1dcb9a6fb9e257c6ebe7745d5008d29b0d6b6 | /app/src/main/java/com/google/android/gms/internal/firebase_ml/zzql.java | f683258c295bed599ae89e7611496434a830edb3 | [] | no_license | rcoolboy/guilvN | 3817397da465c34fcee82c0ca8c39f7292bcc7e1 | c779a8e2e5fd458d62503dc1344aa2185101f0f0 | refs/heads/master | 2023-05-31T10:04:41.992499 | 2021-07-07T09:58:05 | 2021-07-07T09:58:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,245 | java | package com.google.android.gms.internal.firebase_ml;
import android.graphics.Rect;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.annotation.VisibleForTesting;
import com.google.android.gms.common.internal.GmsLogger;
import com.google.android.gms.common.internal.Preconditions;... | [
"593746220@qq.com"
] | 593746220@qq.com |
99b113a138b5f57ecee81524036a10eb4a86ae0a | c583e42f22064bc5f3814b3d3c5f8bc62ee47a75 | /src/main/java/com/woime/iboss/bpm/web/BpmConfCountersignController.java | df3682de15b0a271a9d70dfa79eecafa12b3b23d | [] | no_license | vipsql/iboss | c42ab22f553b71cb56431f1e507e25434b238ede | 9329b9a9f29d1289ffc047b44baa184f6e3636ab | refs/heads/master | 2020-03-07T17:21:39.373944 | 2017-04-03T04:19:57 | 2017-04-03T04:19:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,079 | java | package com.woime.iboss.bpm.web;
import javax.annotation.Resource;
import org.activiti.engine.ProcessEngine;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bi... | [
"Administrator@192.168.148.1"
] | Administrator@192.168.148.1 |
68d7a78ac17773bb4394e13e2e80f7cc4354bc41 | f5398748ea435d203248eb208850a1d36939e3a8 | /Plugins/EASy-Producer/de.uni-hildesheim.sse.PLugin/src/net/ssehub/easy/producer/eclipse/persistency/eclipse/EASyNature.java | 064184d152e2d68c5c201bfeabefaca45af72125 | [
"Apache-2.0"
] | permissive | SSEHUB/EASyProducer | 20b5a01019485428b642bf3c702665a257e75d1b | eebe4da8f957361aa7ebd4eee6fff500a63ba6cd | refs/heads/master | 2023-06-25T22:40:15.997438 | 2023-06-22T08:54:00 | 2023-06-22T08:54:00 | 16,176,406 | 12 | 2 | null | null | null | null | UTF-8 | Java | false | false | 984 | java |
package net.ssehub.easy.producer.eclipse.persistency.eclipse;
import org.eclipse.core.resources.IProject;
import org.eclipse.core.resources.IProjectNature;
import org.eclipse.core.runtime.CoreException;
/**
* The nature for all EASy-Producer projects.
* @author El-Sharkawy
*
*/
public class EASyNature implements... | [
"elscha@sse.uni-hildesheim.de"
] | elscha@sse.uni-hildesheim.de |
54d2ce50be92b309458abfea7a0379188ef79189 | 8f9c267bb66d0b0a4309cff5e248fb98a7975af7 | /Toko Buku/Pembeli.java | 1fe0dc5ac51e638ec7f3e73b0452367ffb6a714d | [] | no_license | HoirurRosikin/TugasAkhir | 2addad368cf7fc66377a236bc8e6895526994965 | 552a6149f05627d4925098fbbe7c94328fc76727 | refs/heads/master | 2023-05-23T21:06:51.591610 | 2021-06-16T12:38:31 | 2021-06-16T12:38:31 | 377,482,984 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 849 | java | package PembelianBuku;
public class Pembeli {
String id;
String nama;
String judul;
int jumlah;
long harga;
public Pembeli(String id, String nama, String judul, int jumlah, long harga) {
super();
this.id = id;
this.nama = nama;
this.judul = judul;
this.jumlah = jumlah;
this.harga = harga;
}
publ... | [
"hairurrosikin2@gmail.com"
] | hairurrosikin2@gmail.com |
e0edf3e24057fcde2dc83c5fb099e0828c65f479 | 6aed6dfacf4f45c5b4ff1df55368dd7df5e48023 | /MusicdriodNew/MusicdroidUiTest/src/org/catrobat/musicdroid/menutest/TimelineTest.java | 6f69db4031e863b2856057712770c16d14c3182b | [] | no_license | abhiMishka/musicdroid | 21c9e2878e49667e3a5888e7bbf5b6013111ce80 | 9f27b7d4aa5bd96003f051e4c32ad204b26158e3 | refs/heads/master | 2020-12-25T23:20:18.053812 | 2013-11-24T11:31:36 | 2013-11-24T11:31:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,545 | java | /*******************************************************************************
* Catroid: An on-device visual programming system for Android devices
* Copyright (C) 2010-2013 The Catrobat Team
* (<http://developer.catrobat.org/credits>)
*
* This program is free software: you can redistribute it and/or modif... | [
"bianca.teufl@student.tugraz.at"
] | bianca.teufl@student.tugraz.at |
96a1968ebe038f04915f218e08de80e38ad277a9 | a66a4d91639836e97637790b28b0632ba8d0a4f9 | /src/generators/graph/prim/Prim.java | 53819a7a9792e7d5d97c58e0c72b39dd14d20201 | [] | no_license | roessling/animal-av | 7d0ba53dda899b052a6ed19992fbdfbbc62cf1c9 | 043110cadf91757b984747750aa61924a869819f | refs/heads/master | 2021-07-13T05:31:42.223775 | 2020-02-26T14:47:31 | 2020-02-26T14:47:31 | 206,062,707 | 0 | 2 | null | 2020-10-13T15:46:14 | 2019-09-03T11:37:11 | Java | UTF-8 | Java | false | false | 15,621 | java | package generators.graph.prim;
import extras.lifecycle.common.Variable;
import extras.lifecycle.monitor.CheckpointUtils;
import generators.framework.Generator;
import generators.framework.GeneratorType;
import generators.framework.properties.AnimationPropertiesContainer;
import java.awt.Color;
import java.aw... | [
"guido@tk.informatik.tu-darmstadt.de"
] | guido@tk.informatik.tu-darmstadt.de |
832bfc0d44958ee84010676893dbbda5dc1c6cd4 | 19b37c9c820485707b62555dd4b052741a11851b | /src/com/company/startingMenu.java | 18cc440788ada24a5c372def7d4de348dae54e89 | [] | no_license | MarioPardo/MiniSpaceInvaders | a76ccede3163c50af5266f50680ed08a3ecc57ee | 45fc4107513662cc4fecca5a1929bbb374c793c2 | refs/heads/master | 2021-07-11T05:08:05.399787 | 2020-08-30T22:07:12 | 2020-08-30T22:07:12 | 195,665,420 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,730 | java | package com.company;
import javax.swing.*;
import javax.swing.border.Border;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
public class startingMenu extends JPanel
{
private JLabel titleLbl = new JLabel(" SPACE INVADERS");
private JButto... | [
"mario.pardo003@gmail.com"
] | mario.pardo003@gmail.com |
a782ead23c18c7d6d8c642605ba6a36e2d634480 | b52cd5efdc1fb07c0e7cf3c79fef788017368dd3 | /icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/MessageRegressionTest.java | 28a574314654201867fd8fc31e051577430058f7 | [
"LicenseRef-scancode-unicode",
"ICU",
"BSD-3-Clause",
"NAIST-2003",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause"
] | permissive | scto/external_icu | 5e5fa83e1d0aca62e9021e9476fad6e4243dddec | dd2d1b20b229e5a4960c3030b117574f215e7f80 | refs/heads/pie-caf | 2023-04-16T13:38:54.928083 | 2019-06-14T13:40:34 | 2019-06-14T13:40:34 | 195,273,605 | 0 | 0 | NOASSERTION | 2023-04-04T00:03:14 | 2019-07-04T16:32:11 | Java | UTF-8 | Java | false | false | 37,866 | java | // © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
/*
**********************************************************************
* Copyright (c) 2005-2011, International Business Machines
* Corporation and others. All Rights Reserved.
*******************... | [
"roubert@google.com"
] | roubert@google.com |
2d14c2e985914bd1c883f44cd510af2e51dea5bb | 31fc4ecab54687c9986665a0aa2ea6fc82ce7631 | /src/day14_StringContinue/Stringmanipulations3.java | 00caf8a94602b2cf417864a9c87eb95e48c5996f | [] | no_license | ogulle/Java_CyberTek | 9f14bd46de2c1595dde5998285a5c1e2f63a4312 | 79af18f79e89ce61236df96cbbea7085783a06c0 | refs/heads/master | 2022-11-16T05:17:31.368623 | 2020-07-06T15:25:20 | 2020-07-06T15:25:20 | 258,610,336 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 241 | java | package day14_StringContinue;
public class Stringmanipulations3 {
public static void main(String[] args) {
String s1 = "Cybertek School";
boolean r1 = s1. contains("School");
System.out.println(r1);
}
}
| [
"oigulle@gmail.com"
] | oigulle@gmail.com |
ad7328b6bfcf4f44f424b8cd5037b92c90884a0c | d8c52b0f6c5d8a15d6c22e10434e2be4dac5bd2a | /app/src/main/java/com/proyecto/quedemos/ActivitiesAndFragments/SplashScreen.java | 3afd29a2bb4fcb7130c82db8f1bf1009f59a19a0 | [] | no_license | millanky/Quedemos | c6cb69cf7becfec88c3124f86aba5b5cd415b294 | bc57008b925c415284086dbaaa05b8d535e468fe | refs/heads/master | 2020-04-02T07:53:51.384374 | 2016-07-29T13:35:41 | 2016-07-29T13:35:41 | 60,693,601 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,667 | java | package com.proyecto.quedemos.ActivitiesAndFragments;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.widget.RelativeLayout;
import com.proyec... | [
"millanky@gmail.com"
] | millanky@gmail.com |
96e491de4cc47d79454939e92eadfe997c83255d | 4ff86cc5f3acfcb67725913f4215e28916bd8ba7 | /app/src/androidTest/java/com/example/now/testproject/ExampleInstrumentedTest.java | 7c927e217faadf00e84692bb26eeaaa06b5cbfac | [] | no_license | DaiTranIT/HelloGitHub | 39f94059c5be0d6eb0ddba2a404cec579ad04963 | 95221b86fea954256aac88cc0b9cf7db49ddf7ff | refs/heads/master | 2020-06-11T02:11:13.253589 | 2016-12-10T02:02:19 | 2016-12-10T02:02:19 | 76,026,825 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 758 | java | package com.example.now.testproject;
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 ... | [
"khongchodoi1993@gmail.com"
] | khongchodoi1993@gmail.com |
232fdaf2ce85cccbfd62c6e709b6aef340f16442 | 4ff2e8fec5679b4fa516fa2a60960e9732e33150 | /src/ca/uvic/csr/shrimp/PanelModeConstants.java | 05a7b834f86a3347af49f35a8f83f945723b4e4f | [] | no_license | bramfeld/jambalaya | 71f55657590010a6e2db2625794ebce0c5058b55 | e119dcccca118b891aa4621caeed71741d65a3d1 | refs/heads/master | 2016-08-11T20:11:48.065136 | 2015-12-06T19:02:44 | 2015-12-06T19:02:44 | 47,508,114 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,124 | java | /**
* Copyright 1998-2008, CHISEL Group, University of Victoria, Victoria, BC, Canada.
* All rights reserved.
*/
package ca.uvic.csr.shrimp;
public class PanelModeConstants {
/**
* Constant for showing a node as "closed"
* Note: There is not actually a "closed" panel, just a mode of displaying
*... | [
"bramfeld@diogen.de"
] | bramfeld@diogen.de |
bdd165fc9469daff38dd1a19b5b21fff4616d83a | 5b652af09e8392353a86bccb59427c22ebdd5a7d | /src/com/kingdee/eas/fdc/finance/app/NewOldAccountRelationController.java | cbbb3785a0a183572752e4d06a1d45fbacf66785 | [] | no_license | yangpengfei0810/ypfGit | 595384192a8349634931e318303959cbabf7ea49 | b5fc6a79f2cbb9ea817ba10766a061359ad7c006 | refs/heads/master | 2016-09-12T13:01:47.560657 | 2016-04-18T04:29:18 | 2016-04-18T04:29:18 | 56,286,364 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,264 | java | package com.kingdee.eas.fdc.finance.app;
import com.kingdee.bos.BOSException;
//import com.kingdee.bos.metadata.*;
import com.kingdee.bos.framework.*;
import com.kingdee.bos.util.*;
import com.kingdee.bos.Context;
import java.lang.String;
import com.kingdee.bos.metadata.entity.EntityViewInfo;
import com.kingdee.eas.c... | [
"348894966@qq.com"
] | 348894966@qq.com |
2cf2a345dad67ca73dbec976be9e34e48c5341ac | 1797e07a118eb3cd357b867fd28135747dec1ed1 | /TalkLumenToMe/app/src/androidTest/java/cs11d/com/talklumentome/ApplicationTest.java | c19bcc56c2c136e0b9ed0d055b08156bdf1595ee | [] | no_license | fjeljabali/Android | 1e462a783ac310c72296886955fb5d1c331b8ef4 | aabf7da5dc342efc2ffe5c42d158a2ccb0e7d819 | refs/heads/master | 2016-09-06T17:36:07.914181 | 2015-05-12T01:24:04 | 2015-05-12T01:24:04 | 10,729,275 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 354 | java | package cs11d.com.talklumentome;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
... | [
"fj.eljabali@gmail.com"
] | fj.eljabali@gmail.com |
e150e3551e49acb32e2ad1885eecadc96dd07de6 | c7bcf7e7409457bf9c6e679c6ba7c1596aeae4a7 | /plugins/org.ptolemy.moml/src/org/ptolemy/moml/RenditionType.java | 4fd2a710bce82b7bf210dd0155df6c36d8fe5763 | [
"MIT-Modern-Variant"
] | permissive | flymolon/de.cau.cs.kieler | 9a4a91251c84b112f472ded83595de77e5380027 | ead1a8fba7fca2072b36d931f62df735f818b94e | refs/heads/master | 2021-01-18T11:08:18.636739 | 2012-08-09T12:28:23 | 2012-08-09T12:28:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,111 | java | /**
* <copyright>
* </copyright>
*
* $Id$
*/
package org.ptolemy.moml;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.util.FeatureMap;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Rendition Type</b><... | [
"cmot@informatik.uni-kiel.de"
] | cmot@informatik.uni-kiel.de |
78a786e2203dab266bb114d61b37b5d92ecfb304 | b7af29bd772574350fa419ed2682aff43210580b | /javaEE/JDBC读取xml/src/com/oracle/demo2/CreatXml.java | 02a2f82f16ec447dd7df40c132d32033a21adc43 | [] | no_license | koala0018/java | a1d440a50bce876ee69e6ccaecb578ae47127889 | 992f7f01353347f79c6c05a4c7081b7aabfcec92 | refs/heads/master | 2023-01-12T10:13:42.100250 | 2020-11-22T03:18:20 | 2020-11-22T03:18:20 | 296,346,664 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,476 | java | package com.oracle.demo2;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.text.SimpleDateFormat;
import java.util.List;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.parsers.ParserConfigurationExcepti... | [
"1403019363@qq.com"
] | 1403019363@qq.com |
6dceb3995fbab71fd1573aee698ac6d231db1e6c | 56c2664895d95bda913d4d1b9128d5512dba8b80 | /app/src/main/java/eu/theinvaded/mastondroid/ui/adapter/FollowersAdapter.java | 3c01e004335a07e867471e7fa684a4b5a2d9c340 | [] | no_license | zhaozw/mastodroid | 548fd5264bafe0a5fda880502cdad3d63fde7773 | 8f80f984d159ab2558b2e3b4f9c0557f736c4b3f | refs/heads/master | 2020-12-31T00:54:57.756373 | 2017-01-31T09:17:58 | 2017-01-31T09:17:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,345 | java | package eu.theinvaded.mastondroid.ui.adapter;
import android.content.Context;
import android.databinding.DataBindingUtil;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import java.util.ArrayList;
import java.util.List;
impo... | [
"alin.rautoiu@gmail.com"
] | alin.rautoiu@gmail.com |
601abf254a955a5051ac7ba90d43112bfc15fc2a | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/35/35_1058d2272529176043c90edf282129d4ba79fb2f/StatisticController/35_1058d2272529176043c90edf282129d4ba79fb2f_StatisticController_t.java | 8ef908a33eb69313f68a754a157c892a4777aadb | [] | 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 | 3,759 | java | /*
* Copyright 2012 SURFnet bv, The Netherlands
*
* 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 a... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
81ea38f3b5e72cf2c466a148e81a6a34c4a8d9e4 | ddf269f87f3d5a7d811dc171679dc4aa44946ccf | /src/com/ds/binarysearchtree/App.java | e1f9e8453e7db6b4223f380c846bbc498dd95956 | [] | no_license | syam22587/javaexcercices | 6f1fded12f1948bb5e4c4a506f7e5fd22ad709f3 | 60a2de50c3c8083aaa98ccffc13db2a156a7c447 | refs/heads/master | 2020-09-16T00:55:37.601683 | 2019-11-23T16:27:19 | 2019-11-23T16:27:19 | 223,602,510 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 370 | java | package com.ds.binarysearchtree;
public class App {
public static void main(String[] args) {
BST bst = new BST();
bst.insertNode(100);
bst.insertNode(20);
bst.insertNode(10);
bst.insertNode(15);
bst.insertNode(25);
bst.insertNode(65);
bst.insertNode(3);
bst.insertNode(5);
System.out.println(b... | [
"syam22587@gmail.com"
] | syam22587@gmail.com |
40fbb2ed27d87f3555d7c781dd9fbaaf95d7230d | 6086b9ef3a077a385c9e3cbdd75301196c4c5576 | /src/main/java/com/griddynamics/SolrAtomicUpdaterBuilder.java | 748de9fe61aa9e62c1ed21065cc6e447b20fd78f | [] | no_license | fsolovyev/lucidworks-fusion-atomic-updates-test | 435d1a39107e83fc8dc2e5a5f58fb521da8bfd87 | db9c9a49bc66023b60a77e3310b9ee9b53c8cbed | refs/heads/master | 2021-01-10T11:47:03.079085 | 2015-10-27T11:54:28 | 2015-10-27T11:54:28 | 44,624,420 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,301 | java | package com.griddynamics;
import com.codahale.metrics.Counter;
import org.apache.solr.client.solrj.SolrClient;
public class SolrAtomicUpdaterBuilder {
private SolrClient solrClient;
private String documentIdPrefix;
private int documentsNumber;
private String fieldToSearchBy;
private com.codahale.m... | [
"fsolovyev@griddynamics.com"
] | fsolovyev@griddynamics.com |
dc33be43b8a7c2634fedbe812b1f4c3e1dbc6d16 | 5535ade706863138f0660eae073a90a4b535fb1b | /semantic-ide/src/main/java/ch/ethz/inf/vs/semantics/ide/AppModule.java | e724ecbac1ac8d23ece969e04d911f3640785c71 | [
"Apache-2.0"
] | permissive | mkovatsc/iot-semantics | 818ae0bf145e615f84e3f6104f77497e430464ae | c04483f086c65ddf55d63ab039575e863d3eaf17 | refs/heads/master | 2021-01-17T16:37:43.106926 | 2017-06-19T00:25:59 | 2017-06-19T00:25:59 | 34,433,441 | 9 | 0 | null | null | null | null | UTF-8 | Java | false | false | 748 | java | package ch.ethz.inf.vs.semantics.ide;
import com.google.common.collect.ImmutableMap;
import restx.ResourcesRoute;
import restx.factory.Module;
import restx.factory.Provides;
@Module
public class AppModule {
@Provides(priority = 2000)
// We set priority to 2000 to make sure static assets are matched only if no othe... | [
"kovatsch@inf.ethz.ch"
] | kovatsch@inf.ethz.ch |
33a5541f2c92571b8b1c6440dc141854de6ad9b8 | 934f0d3060a095118926bbd210b1e40b9ee38e1e | /04_collections/src/examples/Worker.java | 142becf0250be1a965459530384bef2da775b392 | [] | no_license | fabiberlin/Tutorium-Programmierung-fuer-Fortgeschrittene | 30ab85d27c0d70f515b3154b2c1dc4c4b7897038 | afa23d0dd29a46474d1e5b879ccff5d815a0a9be | refs/heads/master | 2021-01-19T10:13:59.373455 | 2017-07-27T15:04:39 | 2017-07-27T15:04:39 | 87,840,560 | 0 | 1 | null | 2017-07-10T11:45:50 | 2017-04-10T17:52:03 | Java | UTF-8 | Java | false | false | 686 | java | package examples;
public class Worker implements Runnable, Comparable<Worker> {
private String name;
private int duration;
public Worker(String name, int duration) {
this.name = name;
this.duration = duration;
}
public void run() {
while(true){
System.out.println("I'm doing hard work ("+this.... | [
"fabi.in.berlin@googlemail.com"
] | fabi.in.berlin@googlemail.com |
43486924d8184148c108d77143a627cd47aea776 | 5f960a9f2558a24219fbc0e722bba9c26fc441f4 | /app/src/test/java/com/example/ambienteconfinato/ExampleUnitTest.java | f489fd6208e8bc0b60526c240c72beefcba25b64 | [] | no_license | Duilio97/AmbienteConfinato | 10e37b33cfc6b7ee65ed2b9a50eca0adff45cb64 | 2b67f67d8dd15ae24f43d48b56ab5ef8c5696a5d | refs/heads/master | 2022-12-28T11:57:20.236427 | 2020-10-19T07:10:10 | 2020-10-19T07:10:10 | 295,461,531 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 390 | java | package com.example.ambienteconfinato;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
publ... | [
"duilio.g@hotmail.it"
] | duilio.g@hotmail.it |
bb05ad61c978bdb6525c98789868aafad654abac | 9608ab2a7f7871e0d621b0e4166ec81fd3307763 | /src/systems/InputRecorderSystem.java | 7f4ad4d7c50f835d300994c4dd6b7387428caf34 | [] | no_license | blead/chrone | e30f3c709c89ab3fd762a6dc2697f940c54971ea | 937730155cfa21e6f091ae1808723b39e1bfd204 | refs/heads/master | 2020-06-11T02:09:49.354221 | 2016-12-20T05:48:31 | 2016-12-20T05:48:31 | 76,027,637 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 940 | java | /*
* @author Thad Benjaponpitak
*/
package systems;
import components.InputRecorderComponent;
import core.EntityManager;
import core.InputManager;
import entities.Entity;
import utils.ComponentNotFoundException;
public class InputRecorderSystem extends EntitySystem {
public InputRecorderSystem() {
super(12);
}
... | [
"blead010@gmail.com"
] | blead010@gmail.com |
fb76d32503e78c4074efdca5f2fd6064797d55a5 | 1f0b6e356e317cdf06e4c04de822af17418bd04f | /TrojanOffice/src/xinghanw_CSCI201_Assignment2/Server/ProgramServer.java | 17fe00d4a973d7717bf5a3d89e60e9b85b0b0d8b | [] | no_license | sean1996/TrojanOffice | d6c5672ce0ff84e4c708f40f46e7061aa93904e1 | 1692efae02b4995c330c143f1997e9bbf595986f | refs/heads/master | 2021-01-11T00:53:11.441965 | 2016-10-10T05:41:12 | 2016-10-10T05:41:12 | 70,455,379 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,156 | java | package xinghanw_CSCI201_Assignment2.Server;
import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.net.ServerSocket;
import java.net.Socket;
import java.nio.Buffer;
import java.util.ArrayList;
import java.util.... | [
"xinghanw@usc.edu"
] | xinghanw@usc.edu |
d782eb5fa4723908387df4ea1a384c3929cd5643 | e0daa8f1cc1b590fd6d07d9aec16821d27a3b1ea | /jdk1.8/com/sun/corba/se/spi/activation/ORBPortInfoListHolder.java | 9bdbd4c0ee79534d90b4a93d35d592a258041510 | [] | no_license | gavin-one/jdk-study | 5d81a4296fc39a975b3b51de2bbba91a3686aa8e | 0bea803ef3ccac6cf2ec1ef93cb985c3c34c48d0 | refs/heads/master | 2021-04-15T10:11:34.631763 | 2018-03-23T06:23:54 | 2018-03-23T06:23:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,099 | java | package com.sun.corba.se.spi.activation;
/**
* com/sun/corba/se/spi/activation/ORBPortInfoListHolder.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from d:/re/workspace/8-2-build-windows-amd64-cygwin/jdk8/2238/corba/src/share/classes/com/sun/corba/se/spi/activation/activation.idl
* Tuesday... | [
"tingzhu@ctrip.com"
] | tingzhu@ctrip.com |
c187540cb572b39586f0e221b88c870d6a9a6986 | 55c0eb8b78948aff5c55a4c22a6da56f15416c0b | /app/src/main/java/io/github/brettfx/chatviewdemo/recylcerchat/HolderDate.java | 473dda752054e105b703c34f69ff09a634b9f955 | [] | no_license | BrettFX/ChatViewDemo | e623413554768ce31f4c1730932a313bed299e97 | 674d731668d1104ee4ea45f942802edab889bc78 | refs/heads/master | 2021-01-07T18:55:24.041729 | 2020-02-21T02:40:20 | 2020-02-21T02:40:20 | 241,789,363 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 624 | java | package io.github.brettfx.chatviewdemo.recylcerchat;
//import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.widget.TextView;
import androidx.recyclerview.widget.RecyclerView;
import io.github.brettfx.chatviewdemo.R;
/**
* Created by Dytstudio.
*/
public class HolderDate extends... | [
"brettallen777@gmail.com"
] | brettallen777@gmail.com |
c4a10cb8e1a46e124c40241a4b52b8e34cf6607d | f49208814a9af2d309945ef094c141e9f40f1be5 | /src/main/java/com/example/SignInsystem/dao/TimeTableDAO.java | 68782cde5dc649dc614a36d77fa5337c518d05a7 | [] | no_license | lakomi/SignIn-system | 7e03568d800dd985023d04d01239ce84b06f26f9 | 156bec0d163e218987c47d68a00e9e148488bee1 | refs/heads/master | 2020-04-13T15:24:33.619385 | 2018-12-27T12:17:39 | 2018-12-27T12:17:39 | 163,290,558 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,610 | java | package com.example.SignInsystem.dao;
import com.example.SignInsystem.entity.TimeTable;
import com.example.SignInsystem.vo.SignListVo;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Repository;
import java.sql.Date;
import java.sql.Time;
... | [
"13521818975@163.com"
] | 13521818975@163.com |
b9dc010a0a3ecee86ac2f2141568c7a3de275951 | 9cf26edc13627afd07b5663e5ba78179f2d2bfec | /app/src/main/java/techkids/com/android9_tkmp3_onclass/databases/MusicTypeModel.java | d172f74c88d97ff21bb919ffce3a73b85c4624f5 | [] | no_license | phuongTP1998/ZingMp3_VuVuong | 5f18be36a10d7b016767871ec775511cfc567d00 | 67e86bb5eb362178b36e1e47f5eb829e2e1d45fc | refs/heads/master | 2021-07-09T16:23:23.769308 | 2017-10-02T04:00:30 | 2017-10-02T04:00:30 | 105,495,686 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 903 | java | package techkids.com.android9_tkmp3_onclass.databases;
/**
* Created by tungthanh.1497 on 07/19/2017.
*/
public class MusicTypeModel {
private String id;
private String translation_key;
private int imageID;
public MusicTypeModel() {
}
public MusicTypeModel(String id, String translation_key... | [
"popping1011@gmail.com"
] | popping1011@gmail.com |
8ebff8d6c41518e5ccc88587263bb3adae5c1475 | 3312db6327d8af690ca41a1b70a67ef13d7a7a94 | /recycleview/src/main/java/com/example/recycleview/InspectionRecord.java | 6a4ee73552b30a50fe3d10953f2e49631f565f60 | [] | no_license | Jeffery336699/EventBus2 | d3d7b66e66064ac710cb16ce975e1662a9dbafe5 | eca314cf90b67012338fa96d933a477819393190 | refs/heads/master | 2021-01-22T23:26:03.933286 | 2017-03-20T23:30:37 | 2017-03-20T23:30:37 | 85,637,671 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,118 | java | package com.example.recycleview;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import com.chad.library.adapter.base.BaseQuickAdapter;
import com.chad.library.adapter.base.entity.MultiItemEntity;
import com.example.recycleview.adapter.Exp... | [
"912833721@qq.com"
] | 912833721@qq.com |
acc919be7f77b4b79af51637294f40467778358b | 41ecb4bffe35ae8a87ba07c8f5ad5ae08819847d | /src/com/hastable/INode.java | cca95e2392e5b0104af2004a04ea2915edd6271b | [] | no_license | shaileshdubeyr/HashTable | 61c67005c5f4d53d693681ce5dc8913d3a2c3f6d | e4c160b6d98e332fb2b0dc9367caa943328739e8 | refs/heads/master | 2023-08-29T10:05:01.447253 | 2021-10-23T18:19:32 | 2021-10-23T18:19:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 141 | java | package com.hastable;
public interface INode<K> {
K getKey();
void setKey(K key);
INode<K> getNext();
void setNext(INode<K> next);
}
| [
"shaileshdubeyr@gmail.com"
] | shaileshdubeyr@gmail.com |
8a77479e9bd27e759873f0face4c5725312aef4c | 01d6839013d192946136b2cb1991fc4c6b7a1736 | /src/main/java/com/coocaa/remotectrlservice/dialog/TipsDialog.java | 1ad67c204aa8cd84a12e9e51ad7d81c7452c350a | [] | no_license | fanyanbo/SkyRemoteAssistant | 868e4c2f3409c3441dc7e967b4b5be0be7ee866b | d7389c1d01c4d9dca86642640f70fffe66176d3c | refs/heads/master | 2020-03-30T06:04:09.094220 | 2018-10-08T10:33:34 | 2018-10-08T10:33:34 | 150,837,266 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,131 | java | package com.coocaa.remotectrlservice.dialog;
import java.lang.ref.WeakReference;
import com.coocaa.remotectrlservice.R;
import com.skyworth.theme.SkyThemeEngine;
import com.skyworth.ui.blurbg.BlurBgLayout;
import com.skyworth.util.SkyScreenParams;
import android.app.Dialog;
import android.content.Context;
import and... | [
"fanyanbo@skyworth.com"
] | fanyanbo@skyworth.com |
5ad191926697e1df7b461c9003519a719c0e07a2 | 55d88331d83b44fcff586c16d89cf4561aafc639 | /todo/src/main/java/com/greenfoxacademy/todo/repositories/UserRepository.java | 47859df646acec1bdc69e94398caf95f31cb5a33 | [] | no_license | rekabuku/backend-workshop | 8eba5abf3e3ea5742e15f8e462408caf420fa459 | ebe8402c93c42b2c0f51159022093723e4f31bb6 | refs/heads/master | 2020-03-31T17:00:34.148845 | 2018-11-21T15:19:51 | 2018-11-21T15:19:51 | 152,400,910 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 301 | java | package com.greenfoxacademy.todo.repositories;
import com.greenfoxacademy.todo.models.ApplicationUser;
import org.springframework.data.jpa.repository.JpaRepository;
public interface UserRepository extends JpaRepository<ApplicationUser, Long> {
ApplicationUser findByUsername(String username);
}
| [
"39343688+rekabuku@users.noreply.github.com"
] | 39343688+rekabuku@users.noreply.github.com |
7e219c3598d5f8b4f219c207bb8b0ee9d033119a | 6f11ae6a8c1f207dda5d503acd3cf0baf34bdd40 | /NextGreater.java | 5d7040c9d251be5f847b4fd8508be62188b35df3 | [] | no_license | jayathu/interviewprep-prework | 16ade19f2be57d2dae10c28dc8a6b8eae02f61f5 | 5162c0c6fe695941c2c400eedacfcbb87c74afa4 | refs/heads/master | 2020-03-16T17:19:00.971926 | 2018-05-10T00:50:19 | 2018-05-10T00:50:19 | 132,826,437 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 545 | java | import java.util.*;
public class NextGreater {
public ArrayList<Integer> nextGreater(ArrayList<Integer> A) {
ArrayList<Integer> results = new ArrayList<>();
int i = 0, j = 0;
for(i = 0; i < A.size(); i++){
for(j = i + 1; j < A.size(); j++){
if(A.get(j) > A.get(i)... | [
"jayathu@gmail.com"
] | jayathu@gmail.com |
27171efb9f2712fb2b37025337b75cdbf55ebcf3 | 93c76ddef5f8dbe78e060edb100d2091de87d934 | /desktop/geogebra/move/ggtapi/models/AuthenticationModelD.java | 4170cce0738508c35b5194640b368683dafbffe7 | [] | no_license | bigbluebutton86/geogebra | 5e9d0aaeb617b3ae2ec7fc6d24587d7fee1b916e | 764e0cf539d3bcbbc52dbcb93ea1b5ec1e3ad760 | refs/heads/master | 2021-01-18T02:49:02.961725 | 2013-12-06T22:01:32 | 2013-12-06T22:01:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 989 | java | package geogebra.move.ggtapi.models;
import geogebra.common.move.ggtapi.models.AuthenticationModel;
import geogebra.main.GeoGebraPreferencesD;
/**
* @author stefan
*
*/
public class AuthenticationModelD extends AuthenticationModel {
/**
* The token value that indicates that the token is not available (login ... | [
"stefan.lizelfelner@gmail.com"
] | stefan.lizelfelner@gmail.com |
eb189261d7a4a0cb2d9af9025a2273f2ebf1bc4b | 1d05dd8edc0e775393609a47d7a1f3da55009656 | /app/src/main/java/android/room/play/com/nasadaily/vo/NasaDailyVO.java | ffac7185c55fd1ab1e6d0764dc3dc0505728b4e6 | [
"Apache-2.0"
] | permissive | chiragparmar17/nasa-daily | 026be3252f6ae1ca5b2af0c1c16651dffa4957c1 | 3e81fa38a26eb7056fd3cdcf43a7bcaf9433e9bb | refs/heads/master | 2021-05-29T13:05:23.575320 | 2015-11-15T14:37:56 | 2015-11-15T14:37:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,013 | java | package android.room.play.com.nasadaily.vo;
/**
* Created by Chirag Pc on 8/22/2015.
*/
public class NasaDailyVO {
private String uri;
private String mediaType;
private String explanation;
private String[] concepts;
private String title;
public String getUri() {
return uri;
}
... | [
"parmarchirag1@gmail.com"
] | parmarchirag1@gmail.com |
2a77289c5abfacf4c06b21a854a00391be552e49 | 9489df7de60e62c53873f20c86ec47864b625d11 | /addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/tests/DbConnectionTest.java | 8951ba725df77c708f563f0167fbed71f2ec715b | [
"Apache-2.0"
] | permissive | Alexey1918/java_ptf | 432be4506bae6166084a62f7a279d2f6dbada26b | 03cd1f341d964f43c199a3576b65752e7d1facfe | refs/heads/main | 2023-04-29T23:06:01.985512 | 2021-05-21T15:51:59 | 2021-05-21T15:51:59 | 342,388,967 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,394 | java | package ru.stqa.pft.addressbook.tests;
import org.testng.annotations.Test;
import ru.stqa.pft.addressbook.model.Groups;
import ru.stqa.pft.addressbook.model.GroupData;
import java.sql.*;
public class DbConnectionTest {
@Test
public void testDbConnection(){
Connection conn = null;
try {
... | [
"alex@vinnov.su"
] | alex@vinnov.su |
763fe6da9b50f9d8547cc6906be13a2a405fe006 | b8e551fcef1c9d3aade40bf5218db01ca9b5ff75 | /Unidad20/src/main/java/JavaAngular/Unidad20/Ejerc01/AplicacionGrafica.java | 45d034c0cc96f9745f4fc63dc2fbf5bacdb4a5cf | [] | no_license | VyacheslavKhaydorov/JavaAngular_Unidad20 | 84b87c15571dcf8e37c29afa412709a67d38f656 | d171cd54781925f81f543c34e67b34684711403c | refs/heads/main | 2023-03-12T02:49:05.470986 | 2021-03-03T19:10:49 | 2021-03-03T19:10:49 | 343,792,513 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 738 | java | /**
*
*/
package JavaAngular.Unidad20.Ejerc01;
import javax.swing.*;
import java.awt.Color;
/**
* @author viach
*
*/
public class AplicacionGrafica extends JFrame {
private JPanel panelDeContenido;
public AplicacionGrafica() {
setTitle("Ejercicio 1");
setBounds(300,300,300,14... | [
"78428134+VyacheslavKhaydorov@users.noreply.github.com"
] | 78428134+VyacheslavKhaydorov@users.noreply.github.com |
a2e3711155c045e1cf25f0a22447df1aa224e91b | c3a1a0e83a707e78ec6dc1ad6d63adf6632c9fcb | /4.JavaCollections/src/com/codegym/task/task37/task3708/storage/RemoteStorage.java | e7c9dc9f9bec65b6ae2519f9c2ad97ed11dba05f | [] | no_license | Senned-001/CodegymTasks-Java- | a4b5c0f58c5c9ad782146d3bf4117a69e47c609c | cfd43cdee87edd225cacadacd14899eb80114428 | refs/heads/master | 2020-07-28T20:24:24.280873 | 2020-05-02T09:34:31 | 2020-05-02T09:34:31 | 209,524,464 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 586 | java | package com.codegym.task.task37.task3708.storage;
import java.util.HashMap;
public class RemoteStorage implements Storage {
private long id = 0;
private HashMap<Long, Object> storageMap = new HashMap<>();
@Override
public void add(Object o) {
storageMap.put(id++, o);
}
@Override
... | [
"senned.mixed.by@gmail.com"
] | senned.mixed.by@gmail.com |
813783e63c52174743dfef4d0631c1d4e543d38e | 347b62d108aaf199dce95a384c56a1fae6687e95 | /src/main/java/org/guili/ecshop/bean/credit/tmall/TmallSingleEvaluate.java | 905f77cb0ca6faad507c5d300ed2dbdf6f6c430a | [] | no_license | guiligege/womaime | 90da324501df2825db877bcf0992025b9e94f73b | fa50c56cfd776a7d4c4d99df2d9fbf919f4aa3a1 | refs/heads/master | 2016-09-09T23:59:34.011201 | 2014-01-05T15:28:26 | 2014-01-05T15:28:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,436 | java | package org.guili.ecshop.bean.credit.tmall;
import java.io.Serializable;
/**
* 天猫单个评论对象
* @author guili
*/
public class TmallSingleEvaluate implements Serializable{
private static final long serialVersionUID = 112342211122L;
private String annoy;
private String buyer;
private String credit;
private String da... | [
"770154651@qq.com"
] | 770154651@qq.com |
411065af3842cde2d7c0ab13a20738a7f5aa68e5 | 9ff0c0f8a5a20dc321402151558e4f750cf8482b | /app/src/main/java/com/tmacbo/kotlinutils/fragment/DataListFragment.java | 7d6194c08e93ab60d890bccae30104e04be42e8a | [] | no_license | tmacbo/KotlinUtils | bf5556b0f8543952996b0476c9ce3b68873a7521 | d6eb5bea6367cda64d437e13cdd4f8f064c381c4 | refs/heads/master | 2021-01-17T04:28:35.538412 | 2017-07-28T02:37:23 | 2017-07-28T02:37:23 | 95,432,642 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,083 | java | package com.tmacbo.kotlinutils.fragment;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import com.tmacbo.kotlinutils.R;
import r... | [
"tangbo@ieyecloud.com"
] | tangbo@ieyecloud.com |
c90d967da3789fc31c3bf1503df191bc7f4fc5a7 | e86908640d2749a9ede93a056cb8ae696c2b8b22 | /src/main/java/com/yitianyike/calendar/appserver/bo/impl/GetSportsDataDBImpl.java | 249c273d4e0584225c9fc4178130aa10c906283b | [] | no_license | ndkhbwdddd/ndkhbwh | dd08c7a76346e56f34f49f1c0631c0b65f2a0526 | 01956bacf2afac0d42360ed9f8e50c3ab18f52d6 | refs/heads/master | 2021-07-05T23:55:45.856487 | 2017-09-04T11:23:07 | 2017-09-04T11:23:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,921 | java | /**
*
*/
package com.yitianyike.calendar.appserver.bo.impl;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.... | [
"zhangfeng@hdtl-vcg.com"
] | zhangfeng@hdtl-vcg.com |
9435611c247ab982af69faf16881fcb3b3e99c22 | ad75c8d6a7ba9ea30b12bad159485ef72411953b | /src/main/java/com/jeanwolff/cursomc/domain/enums/EstadoPagamento.java | 79729bce3db7f1863e7628c5b51d2617b58b60e5 | [] | no_license | wolffjean/cursomc | 8eba83d50058606adbfd71b065a4c134a20439a8 | cd82bf1cb8a71b89f4ada6ba36c4e9c005509d9d | refs/heads/master | 2022-05-14T17:56:42.580253 | 2018-08-23T19:34:02 | 2018-08-23T19:34:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 714 | java | package com.jeanwolff.cursomc.domain.enums;
public enum EstadoPagamento {
PENDENTE(1, "Pendente"), QUITADO(2, "Quitado"), CANCELADO(3, "Cancelado");
private EstadoPagamento(Integer codigo, String descricao) {
this.codigo = codigo;
this.descricao = descricao;
}
private int codigo;
private String descricao... | [
"wolff.jean@live.com"
] | wolff.jean@live.com |
9b1404bf2d179d0aa95d8a3811e5eb23463fca81 | 7d0cc6f3c51ccf9b88d0bf7233bc2a908c886d74 | /src/LeetCode/Leetcode230.java | 8f19005f0bf61f59a8b58de32dcd4aa8e98ab4e9 | [] | no_license | JiangYueLi/LeetcodeHyh | 533c7b44951a250a639beffe7655b65051bb496f | 381b4ccdfa301119b5a8ea91388e4f5b72ee9289 | refs/heads/master | 2023-05-15T01:43:41.709614 | 2021-05-23T09:02:56 | 2021-05-23T09:02:56 | 370,004,926 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 829 | java | package LeetCode;
import java.util.Stack;
public class Leetcode230 {
public class TreeNode {
int val;
TreeNode left;
TreeNode right;
TreeNode() {}
TreeNode(int val) { this.val = val; }
TreeNode(int val, TreeNode left, TreeNode right) {
this.val = val;
this.l... | [
"JiangYueLi1117@163.com"
] | JiangYueLi1117@163.com |
054515159c5b03f25507eef34a2011a34a894ba4 | 00632dda62a1d334e1272565e3f150f356a897d8 | /alunos/src/main/java/br/com/valhala/academia/alunos/infraestrutura/repositorios/jpa/AlunoRepository.java | 1a20514e7816057c1f2a164f6623221255c69684 | [] | no_license | BrunoLV/academia | 33fa8dc946d5d267f71baac0be2ae8eebfdbdecf | b5d361a70d790e2a7370682bbf3d6f184f575a55 | refs/heads/master | 2022-01-31T12:16:00.242699 | 2020-04-13T01:23:13 | 2020-04-13T01:23:13 | 250,876,337 | 0 | 1 | null | 2022-01-21T23:40:10 | 2020-03-28T19:26:22 | Java | UTF-8 | Java | false | false | 378 | java | package br.com.valhala.academia.alunos.infraestrutura.repositorios.jpa;
import br.com.valhala.academia.alunos.modelo.agregados.Aluno;
import br.com.valhala.academia.alunos.modelo.agregados.AlunoID;
import org.springframework.data.jpa.repository.JpaRepository;
public interface AlunoRepository extends JpaRepository<Alu... | [
"brunolviana22@hotmail.com"
] | brunolviana22@hotmail.com |
01365c85f8740ca4aa905539b1faf47c9548cb1c | bb0e94ec9ac2640ccce688c5cd10e2bbf14a49ce | /app/src/test/java/test/vcnc/co/kr/greendao/ExampleUnitTest.java | b3a61210bb2fe8bdb7dacb9dfd63999620da9d20 | [] | no_license | socar-alpaca/db-study | 637a9d142650c8c0286d7697f1a824c26c3c3be9 | 171099f58749c80ef1877732d05f887b36a92972 | refs/heads/master | 2023-01-07T23:51:13.541308 | 2017-02-15T09:13:46 | 2017-02-15T09:13:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 402 | java | package test.vcnc.co.kr.greendao;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public vo... | [
"alpaca@gimsang-il-ui-iMac.local"
] | alpaca@gimsang-il-ui-iMac.local |
ba5a7a0f1f1a9feadd3d07e56f2633370b898fcc | ee70e60c732425d82b0a3fa21a426f08d59e9e03 | /src/test/java/com/cdsn/sell/LogbackDemo.java | 3b4a18d9698d414078f61bcfd38f320ce02e1a69 | [] | no_license | ChenHaoXFN/Sell | 5858d4326d176fad8f4810c5386c755a3be68204 | cdae0afaceaa52dd51dde2a1749e8651d913c5b6 | refs/heads/master | 2020-04-14T19:39:15.194307 | 2019-09-11T02:53:47 | 2019-09-11T02:53:47 | 164,066,099 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 416 | java | package com.cdsn.sell;
import lombok.extern.slf4j.Slf4j;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* Logback
*
* @author chenhao
* @version 1.0.0
* @since 1.0.0
*
* Created at 2019-09-02 11:04
*/
//@Slf4j
public class LogbackDemo {
public static final Logger logger = LoggerFactory.getLog... | [
"chenhao2010h@163.com"
] | chenhao2010h@163.com |
23e88e45bfef57f3735bbbd15b2c3fc1b7e6b06b | d9d312a10429d65e54c46865f351a5a45a33cac9 | /Command.java | 3a51723087c073191767eb5ef8cf67fb6de375ae | [] | no_license | ArturoMacias/Actividad_0116 | 440533af90425bb410292c2b69122f17ed6bfb6b | c20f002eb60e441873180894438eb1ae731b06b6 | refs/heads/master | 2020-12-24T16:05:56.738560 | 2014-05-23T10:58:41 | 2014-05-23T10:58:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,028 | java | /**
* This class is part of the "World of Zuul" application.
* "World of Zuul" is a very simple, text based adventure game.
*
* This class holds information about a command that was issued by the user.
* A command currently consists of two strings: a command word and a second
* word (for example, if the ... | [
"Arturo@MacBook-Pro-de-Arturo.local"
] | Arturo@MacBook-Pro-de-Arturo.local |
9f08fc80d1de703f9efc1f2260a1a9095afb5a2c | 79286a1bda4d4b0e4c852ecf2861241ed4ff998e | /app/src/main/java/com/xuye/androidlearning/handleLearning/HandlerLearingActivity.java | 253c74fb6cbe7b2c0effe353d658fb9fcc877150 | [] | no_license | x1876631/AndroidLearning | 8aaae325cd632a48e1d1744a04ed37fe8da33e76 | 5b344f98cf6d2fa108af3e0ee0a99a347b7c1e4d | refs/heads/master | 2021-08-16T10:12:23.661003 | 2020-08-26T13:17:50 | 2020-08-26T13:19:58 | 72,109,440 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,380 | java | package com.xuye.androidlearning.handleLearning;
import android.os.Bundle;
import android.os.Handler;
import android.os.Looper;
import android.os.Message;
import android.util.Log;
import android.widget.Toast;
import com.xuye.androidlearning.R;
import com.xuye.androidlearning.base.CommonTestActivity;
/**
* Created b... | [
"1554922833@qq.com"
] | 1554922833@qq.com |
deafb4f0229deab6f18c560eea517b9b2044c473 | bb1c36eba1dd7684af02f532f97dec0facd145dc | /Javame/TMessageBox.java | b18c4551e8505e9238ac2cc96fcfcc9813e34cf7 | [] | no_license | shesheshe/linethrift | 220d34ca865f4adbd918117aa20daeb67210cac5 | 114b1ff1acde89b9018e05e645dd7098b4e0e900 | refs/heads/master | 2020-09-06T07:32:27.212969 | 2019-09-28T08:33:11 | 2019-09-28T08:33:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | true | 20,151 | java | /**
* Autogenerated by Thrift Compiler (0.13.0)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
import java.util.Hashtable;
import java.util.Vector;
import java.util.Enumeration;
import org.apache.thrift.*;
import org.apache.thrift.meta_data.*;
import org.apache.thrift.transp... | [
"tikuwakunn@icloud.com"
] | tikuwakunn@icloud.com |
02d01215b39dea076aac0833bc1c5a26f0e0f91f | ab224d439746af74db556ab11f12bfad6a3c7071 | /Program2_PrintAnInteger.java | b7a9eb4cf89899930f0a073cb6e23766e2164f2d | [] | no_license | JamilathulRumana/HIT_Inspiron_Java | 211f5404ed9fa24381d7ed192aeb74a5b4148048 | cd50a134c339ad9c1c038faf218aad64c28a8d45 | refs/heads/main | 2023-06-25T09:12:47.365547 | 2021-07-17T17:05:22 | 2021-07-17T17:05:22 | 385,673,515 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 296 | java | import java.util.Scanner;
public class Program2_PrintAnInteger
{
public static void main(String[] args)
{
Scanner scan= new Scanner(System.in);
System.out.println("Enter a number: ");
int num1 = scan.nextInt();
System.out.println("Hey! You have entered "+num1+ ".");
}
}
| [
"noreply@github.com"
] | JamilathulRumana.noreply@github.com |
cefdf8a19fce1e1fd3066f0c5e75daa7d273dd47 | 928114757a9d6f36cd5ae14d3ba0173e7d068496 | /src/secp256k1/src/java/org/bitcoin/NativeSecp256k1.java | 23bf81a1f2275ddd666b592b11e4a097f3cb4de2 | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | ilafaf/kori | 65969ff2f9947f581f25f988a1180c731558312c | f77aeb4d19b66a3617d3a029c5c6ba2896ecf7b4 | refs/heads/master | 2021-05-06T13:32:59.180598 | 2017-12-05T20:48:28 | 2017-12-05T20:48:28 | 113,225,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,744 | java | /*
* Copyright 2013 Google Inc.
* Copyright 2014-2016 the libsecp256k1 contributors
*
* 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
... | [
"patrick.agbokou@globaleagle.com"
] | patrick.agbokou@globaleagle.com |
af712687f88533fa071cb3a10ed0daac922bd118 | d7d74e3f0610f3a26a33c7479a23b8bb6fdbbddc | /src/nhn코테연습/모의고사.java | be27dbffbee28dba4b2868e74e11a85e3706aca6 | [] | no_license | soohyeon13/algorithm | df06537082bb6d9fc4d84ab02d36b03f71be3d04 | d89465b2b9e11da9b57ca6e6824a265414dbe288 | refs/heads/master | 2021-07-01T23:50:40.589802 | 2020-10-28T09:07:42 | 2020-10-28T09:07:42 | 182,878,617 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 936 | java | package nhn코테연습;
import java.util.ArrayList;
public class 모의고사 {
private static final int[] first = {1, 2, 3, 4, 5};
private static final int[] second = {2, 1, 2, 3, 2, 4, 2, 5};
private static final int[] third = {3, 3, 1, 1, 2, 2, 4, 4, 5, 5};
public int[] solution(int[] answers) {
int[] sc... | [
"rlatngus6663@gmail.com"
] | rlatngus6663@gmail.com |
fe2442ba74e4c58ebbf1ec381af4b13292c947ac | 0f1b74407b732116121940d80ac7499cc9f27554 | /user/src/main/java/com/whzm/pojo/vo/ResourcesListVo.java | 56d876fd30f6d9ee11079c79b197ce6765190286 | [] | no_license | sogaa556/rate-of-flow | c93f5298361e341fe2c5e93f51b08054580cfa75 | 05f563116b3fb9177d0fd6b199f1c471bf28c162 | refs/heads/master | 2022-12-20T18:47:46.450278 | 2020-08-26T02:38:21 | 2020-08-26T02:38:21 | 290,376,279 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,611 | java | package com.whzm.pojo.vo;
import com.whzm.pojo.Area;
import com.whzm.pojo.Cooperation;
import com.whzm.pojo.Implementation;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.util.List;
/**
* @BelongsProject: rate-of-flow
* @BelongsPackage: com.whzm.pojo
* @Author:... | [
"1151324225@qq.com"
] | 1151324225@qq.com |
56f5778fd60a510785b77dd45e83161cf9000947 | ce44e9fec5f4ee3eff79c3e6fbb0064fbb94753d | /main/ip/generate/boofcv/alg/interpolate/impl/GenerateImplBilinearPixel.java | 77884c7eba5965b7a2486ddae844ffb30e5e8b12 | [
"Apache-2.0"
] | permissive | wsjhnsn/BoofCV | 74fc0687e29c45df1d2fc125b28d777cd91a8158 | bdae47003090c03386b6b23e2a884bceba242241 | refs/heads/master | 2020-12-24T12:34:02.996379 | 2014-06-27T21:15:21 | 2014-06-27T21:15:21 | 21,334,100 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,012 | java | /*
* Copyright (c) 2011-2014, Peter Abeles. All Rights Reserved.
*
* This file is part of BoofCV (http://boofcv.org).
*
* 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... | [
"peter.abeles@gmail.com"
] | peter.abeles@gmail.com |
a87e91a63409b97904e54b7e4911eadb37a51023 | 27621c86c0aa64dc15f9f69d29da0dd0f4f36cda | /mq-action02/src/test/java/com/mq/mqaction/MqActionApplicationTests.java | 76b72a94a7e2bc88a517bc7a0ec5068452c741a1 | [] | no_license | hongjieWang/SpringBootRabbitMq | 719bdddb83e9ca20425e7131dde1e761c3e3544b | 88bcca1cfc2dcbf75c439c4e373e6d8f70028955 | refs/heads/main | 2023-08-22T16:47:25.253145 | 2021-10-07T09:30:16 | 2021-10-07T09:30:16 | 414,455,989 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 209 | java | package com.mq.mqaction;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class MqActionApplicationTests {
@Test
void contextLoads() {
}
}
| [
"whj19930019@gmail.com"
] | whj19930019@gmail.com |
d148d9c958ee44dd82921afa708851f904682b1c | b1caa2d229f271726b44d95b5f9d5eda47c4b8c4 | /javaSenior/Java常用类/src/枚举类/enumSeason.java | bdc4a7c5165668a293aa0b6925942ce5846eea07 | [] | no_license | Lijinfu1332/JAVASeniors | 20be81f203bd0a8165055c363a854d5e56e6a0ff | a4ae7d6096f1a4a6d35ac46a91cda40213efbefd | refs/heads/master | 2023-02-19T09:48:13.614050 | 2021-01-21T10:42:01 | 2021-01-21T10:42:01 | 331,595,260 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,727 | java | package 枚举类;
import javax.swing.plaf.nimbus.State;
public class enumSeason {
public static void main(String[] args) {
Season1 summer=Season1.SUMMER;
System.out.println(summer);
//获取常量名
Season1[] season1=Season1.values();
for (int i = 0; i < season1.length; i++) {
Sy... | [
"A18468229041@outlook.com"
] | A18468229041@outlook.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.