blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 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 684M ⌀ | 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 132
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 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f79dd78d04322938e06f982887265b938c0014ba | 5dd0d88c6fe65cb2a06c3d885a726b4a89b8a7b0 | /华为机试题/IP地址的合法性判断.java | cc59bbd0ab78a52ecd6e19ae72c82fe78064a169 | [] | no_license | xjtuselb/HUAWEI-machine-test | 3a2a7723a76a4568fb3e694fa728b745a4e92f93 | 7a9562347e2b5e340d0cf623c23fd7b53778e941 | refs/heads/master | 2020-09-19T16:17:35.685666 | 2016-09-10T14:15:53 | 2016-09-10T14:15:53 | 65,960,493 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 708 | java | package 华为机试题;
import java.util.Scanner;
public class IP地址的合法性判断 {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
while (sc.hasNext()) {
String ip = sc.nextLine();
System.out.println(isRightIP(ip));
}
sc.close();
}
public static String isRightIP(String ip) {
for (i... | [
"hest0001@outlook.com"
] | hest0001@outlook.com |
110a81692145353be8340398cadd9a4c2c6d7b08 | 9f335488a2e939dd0f1f63f2181d4f6ef9d25753 | /engine/src/main/java/org/camunda/bpm/engine/impl/externaltask/ExternalTaskLogger.java | a27ebd5229a01e04540f8a52c15330a308f71cb8 | [
"Apache-2.0"
] | permissive | LuisePufahl/camunda-bpm-platform_batchProcessing | 41448373f3dbcfc5fe36c28a92c51a3d55cf8081 | 59d29419f753fd7aa0be8b75326982fe6c735cbb | refs/heads/master | 2020-03-30T08:03:02.785718 | 2016-06-01T10:45:56 | 2016-06-01T10:45:56 | 55,690,196 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,567 | java | /*
* Copyright 2016 camunda services GmbH.
*
* 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 o... | [
"zelldon91@gmail.com"
] | zelldon91@gmail.com |
0eea36ef525d4e3a75e7005f692fe61e04e8cc3d | 45987b82e85029d6d040f4208d57599e8ec02003 | /magicneptune/src/main/java/com/sillycat/magicneptune/controller/rest/FileRESTController.java | bdca4625ad7595e4eec0b47f9f52cab68ab66f5b | [] | no_license | luohuazju/magic | bd96da7c5f5b78af8093fbee11801af4f39bb14f | 324c74a706fbc1101aba2c1c097fa5c674ffe98a | refs/heads/master | 2022-12-23T04:37:09.269420 | 2021-05-05T18:19:03 | 2021-05-05T18:19:03 | 3,491,498 | 0 | 0 | null | 2022-12-16T01:28:49 | 2012-02-20T07:03:52 | JavaScript | UTF-8 | Java | false | false | 176 | java | package com.sillycat.magicneptune.controller.rest;
/**
*
* upload the files, graph, audio, video
* @author SILLYCAT
*
*/
public class FileRESTController {
}
| [
"luohuazju@gmail.com"
] | luohuazju@gmail.com |
ae60121387fc0b1023d970701feaa80142d47d31 | d707c711823f1d1cddb5a83a9637aef002faf496 | /src/main/java/com/example/company/security/SecurityService.java | cd9987a7585c129de6af50b225edbbeff7fb38de | [] | no_license | Aram955/company-employee-spring | 804b9fee82a781645ff302a4ca31e4d5b0e3be25 | 9a08705ddc947cf7424ccca5a1d8b87bb61a07a1 | refs/heads/main | 2023-07-17T05:49:31.139011 | 2021-09-01T10:11:42 | 2021-09-01T10:11:42 | 398,007,040 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 993 | java | package com.example.company.security;
import com.example.company.model.Employee;
import com.example.company.repository.EmployeeRepository;
import lombok.RequiredArgsConstructor;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.security.core.userdetails.UserDetailsService;
im... | [
"aram050385@gmail.com"
] | aram050385@gmail.com |
c2781d8798ba77af879e7a3cd98f8ab269ed9342 | a9727f50cc9e630e7cda9f5693353fcc8da64bda | /android/app/src/main/java/com/mysocialnetwork/MainActivity.java | fccb64679ec0f25e0d93522ad4988215dd9fdb37 | [] | no_license | PauloVieiraSousa/fiaprecycleapp | efc585a9546b1f56e20639c11fd7a3755eef72ba | f57db4370a84fb07e591228566e635c9657f44ba | refs/heads/main | 2023-07-30T06:18:55.339706 | 2021-09-22T04:01:16 | 2021-09-22T04:01:16 | 409,034,407 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 357 | java | package com.mysocialnetwork;
import com.facebook.react.ReactActivity;
public class MainActivity extends ReactActivity {
/**
* Returns the name of the main component registered from JavaScript. This is used to schedule
* rendering of the component.
*/
@Override
protected String getMainComponentName() {... | [
"paulogabrielvieira@gmail.com"
] | paulogabrielvieira@gmail.com |
82da53ab19e4b86b09df3d44f5f78c00aeb155ad | 691b1a76c781185d556e2549de00fc5acc52b710 | /src/main/java/com/george/kafka/ProducerWithCallback.java | be5c0a1f42614c12bbb596efb92d4cd91686503d | [] | no_license | nicholasjorge/kafka | b7bbb9559e9cdf27e6c0076761b2676732aa3808 | 6aba82d094c0b7401fb779becb17a93c2f198ce7 | refs/heads/master | 2020-07-22T17:52:48.228804 | 2019-09-09T10:09:30 | 2019-09-09T10:09:30 | 207,281,039 | 0 | 0 | null | 2023-09-05T22:01:55 | 2019-09-09T10:11:09 | Java | UTF-8 | Java | false | false | 1,750 | java | package com.george.kafka;
import org.apache.kafka.clients.producer.*;
import org.apache.kafka.common.serialization.StringSerializer;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.Properties;
public class ProducerWithCallback {
public static void main(String[] args) {
final S... | [
"george.nicolae@ericsson.com"
] | george.nicolae@ericsson.com |
ad9b79febca6b2edddcbed5c83bcb5b6ae2b2991 | 37f16c2005061831969de9cb3291e180fd25decf | /app/src/main/java/com/nopalyer/navigationdrawer/humanities/humanitiesvision.java | d1168fcbc8c03de7681a9f33a3c95a8388c2f224 | [] | no_license | anshika2002/NITH-App | 29a0d8c21fcfaecb240c2adda195896474ae341a | 969a8d9b3ee712e67c2528110926eac967c55df0 | refs/heads/master | 2023-03-18T11:07:43.618866 | 2020-08-22T13:04:16 | 2020-08-22T13:04:16 | 523,223,315 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 698 | java | package com.nopalyer.navigationdrawer.humanities;
import android.graphics.Color;
import android.os.Bundle;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
import com.nopalyer.navigationdrawer.R;
public class humanitiesvision extends AppCompatActivity {
@Override
p... | [
"shreyanshjain2674@gmail.com"
] | shreyanshjain2674@gmail.com |
9741563620b30989a2c20ca8e57cea0427d6abf6 | e65e1c39ce6c8bc80b06a1d51fc6f5395d390fcc | /src/Aula_06_Lista_Encadeada/testaNo.java | 2bcbb6be67ad2803977479262d3096aad8f062ae | [
"MIT"
] | permissive | roschel/senac-estrutura-de-dados | b2e8875869cf27338589520c2e39915900bff1b4 | 5fe9535dc7052c6ea15261d941e93c769ba7c152 | refs/heads/master | 2023-01-21T07:26:24.090975 | 2020-11-24T22:00:57 | 2020-11-24T22:00:57 | 291,530,610 | 0 | 5 | MIT | 2020-11-23T11:46:02 | 2020-08-30T18:41:59 | Java | UTF-8 | Java | false | false | 449 | 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 Aula_06_Lista_Encadeada;
/**
*
* @author joao
*/
public class testaNo {
public static void main(String[] args) {
... | [
"joaomroschel@gmail.com"
] | joaomroschel@gmail.com |
81c77a7a7a4b57c6985afffbeb3e5a32ceadf056 | 1f189290f36a9445f2a50a98a9244ae23704addd | /recomendacionfc/src/test/java/com/isistan/lbsn/recomendacionfc/AppTest.java | 6bf93c18dc19cda0a67a9031fe69464991300320 | [] | no_license | carlosrios10/recomendacionjava | 3320c82814241a3d0a6dd64edce02e7c6f1103e8 | 81214ef05d93a601a72d883e5a74684847f32bfd | refs/heads/master | 2021-01-22T23:15:48.960520 | 2018-09-06T20:17:53 | 2018-09-06T20:17:53 | 31,434,723 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 660 | java | package com.isistan.lbsn.recomendacionfc;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* Unit test for simple App.
*/
public class AppTest
extends TestCase
{
/**
* Create the test case
*
* @param testName name of the test case
*/
... | [
"cm.rios.10@gmail.com"
] | cm.rios.10@gmail.com |
ca0f9d81517077016fa06ed15cbaf4939c659e22 | 8b44b29571d602747da5010ef89626045e29d1f7 | /SuperheroSquad/src/main/java/com/sg/superhero/controller/PowerController.java | ad2b672f876f98421e1ccab4899844e1227feba2 | [] | no_license | cwhart/RestTestingProject | d3486d9268b0b816df9b920ff53348f7d386a780 | 26bc2df1af1e8e5413b27c857194fc565ab1cc92 | refs/heads/master | 2022-12-23T19:22:44.915057 | 2019-10-09T13:18:03 | 2019-10-09T13:18:03 | 212,916,090 | 0 | 0 | null | 2022-12-16T11:08:11 | 2019-10-04T23:08:51 | Java | UTF-8 | Java | false | false | 4,140 | java | package com.sg.superhero.controller;
import com.sg.superhero.dto.Power;
import com.sg.superhero.viewmodels.power.create.CreatePowerCommandModel;
import com.sg.superhero.viewmodels.power.create.CreatePowerViewModel;
import com.sg.superhero.viewmodels.power.edit.EditPowerCommandModel;
import com.sg.superhero.viewmodels.... | [
"cynthia.hartnett@libertymutual.com"
] | cynthia.hartnett@libertymutual.com |
477b66cd8955085304f8312400fc53577a9d2fd6 | 064c564b68318e3d925b105a581d628b6830af52 | /UrnaEletronica/src/br/ifpb/edu/entidades/Voto.java | 6267826cfb28c0101800244726558242f8246812 | [] | no_license | AndreLuiz98/URNA-master | 9034b05e2abcb20512ad7e1ba7ed02448944f9cd | 8517c73f9027e2031de826392a984d41e424d331 | refs/heads/master | 2021-01-13T00:52:19.633416 | 2016-03-30T19:43:11 | 2016-03-30T19:43:11 | 54,942,350 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,758 | java | package br.ifpb.edu.entidades;
import java.util.Date;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.... | [
"matheus.costa.rodrigues98@gmail.com"
] | matheus.costa.rodrigues98@gmail.com |
bea2cbbf923b26c4a6f67eba8ca4461616c84d92 | 86aa5ffc239deb0c30c6518ba3e9f0337ca3546f | /app/src/main/java/com/progameming/internproject/CartListAdapter.java | f8fa496289a13605dd1e2467b56dd39579be9bef | [] | no_license | RyanYee1057/Kiosk | a5a06be70254ab26d38320930fa9a59a610b36d5 | 33e171ab93777418f35143e0660642f8d85eb7b9 | refs/heads/master | 2023-05-02T07:43:20.738429 | 2021-05-25T08:51:47 | 2021-05-25T08:51:47 | 327,861,404 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,346 | java | package com.progameming.internproject;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.CheckBox;
import android.widget.CompoundButton;
import android.widget.ImageButton;
import android.... | [
"yeezs-wm19@student.tarc.edu.my"
] | yeezs-wm19@student.tarc.edu.my |
f7b13976148558defd3f92d4fd3c49e5b2e526ac | 7c8252475222ffd75053a5b46acc203803002e46 | /33. Search in Rotated Sorted Array /Solutions.java | 0c5a95323fd2c46bfa54cfd7f6aa2e7a4fcfd013 | [] | no_license | KnowNothingg/Leetcode-Practice | d2a4c43aa5cbb9e9d83aaae451699c98c82d30c4 | 9eac99f84506d6bf3b8585300b5636e67c89dab7 | refs/heads/master | 2020-05-30T00:53:02.317684 | 2020-04-30T21:56:24 | 2020-04-30T21:56:24 | 189,466,856 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 464 | java | public class Solutions{
public static void main(String[] args) {
int[] arr1 = {4,5,6,7,0,1,2}; // target: 0 return 4
int[] arr2 = {4,5,6,7,0,1,2}; // target: 3 return -1
System.out.println(search(arr1, 0));
}
public static int search(int[] nums, int target) {
for(i... | [
"blackpeppersama@gmail.com"
] | blackpeppersama@gmail.com |
f5dc961acf50a162a3766afe0c81f740ad733f4d | 1d9850ef7433f889fa1b20ffdcc22924eba064e3 | /app/src/main/java/com/wisedu/scc/love/widget/html/Scanner.java | 6b50e4496eeae4541e89cd118d147f1f76872fa5 | [
"Apache-2.0"
] | permissive | suethan/love | 484809a39e33c2dcd487ac5deb98935fe8061061 | d951c9e6745cf2ead3548707e3e9d11f0053f86d | refs/heads/master | 2021-01-15T11:49:51.879653 | 2015-03-30T09:19:03 | 2015-03-30T09:19:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,369 | java | // This file is part of TagSoup and is Copyright 2002-2008 by John Cowan.
//
// TagSoup is licensed under the Apache License,
// Version 2.0. You may obtain a copy of this license at
// http://www.apache.org/licenses/LICENSE-2.0 . You may also have
// additional legal rights not granted by this license.
//
// TagSoup... | [
"ccliu@wisedu.com"
] | ccliu@wisedu.com |
c942d63dcd9c3891f7a9396f04881ee4454c7d0a | 9e09bdde4a67e3a8861f009d2dd08548eecced16 | /app/src/main/java/com/example/myappretrofitrxjava/TaskApi.java | a829010f9c3c733c3e9c8ea09c2268ae2d0e5199 | [] | no_license | Goncharov01/MyAppRetrofitRxjava | ec210b59329fd445126ffb14e574d5416a60ee16 | f7d8e2b0b0eeb7af0e4e4a8598cfaed31b8af493 | refs/heads/master | 2021-01-04T15:10:00.492092 | 2020-02-14T22:06:25 | 2020-02-14T22:06:25 | 240,606,564 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 232 | java | package com.example.myappretrofitrxjava;
import java.util.ArrayList;
import io.reactivex.Observable;
import retrofit2.http.GET;
public interface TaskApi {
@GET("api/task")
Observable<ArrayList<TaskModel>> getTask();
}
| [
"mr.sacha.goncharov.01@mail.ru"
] | mr.sacha.goncharov.01@mail.ru |
2c8253c5ceea3c237ef7599604e881e14a7063c0 | 2e39d5523e81cc7ec3f0d5b101e73e243e275888 | /kotlin/algorithms/GuideToCP/classic-cs-problems/src/main/kotlin/com/br/cp/problems/package-info.java | d9db4ee57194a24ddce269daeaee401d3ae30b09 | [] | no_license | chrislucas/competitive-programming | 9c85aaa54199c114cc455992c4722a228dcdc891 | 3ad9a2ceb69afdea151f66243ef86582361b57ff | refs/heads/master | 2023-07-29T19:02:56.353807 | 2023-07-17T13:57:00 | 2023-07-17T13:57:00 | 25,211,939 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 295 | java | package com.br.cp.problems;
/**
* Modulo para implementar os algoritmos ensinados no livro:
*
* Problemas classicos da da ciencia da computacao em pytohn de
* Davic Kopec
*
* Como no momento tenho interesse de estudar Kotlin, os algoritmos serao implementados
* nessa linguagem
*
* */ | [
"christoffer.luccas@gmail.com"
] | christoffer.luccas@gmail.com |
4eadbb17293ae5bd256444573605122399513afd | f9f69052124ec65ce2c9deb8893a3750e742dd13 | /GameMaster_Threads_5/src/database/GameMasterSQL.java | 5e279c979d2cba336d2fba03b9731e1a2b66c536 | [] | no_license | jasonmrimer/GameMaster | ad34f7514ed26ae15349a1ed519affb3e5aa43d5 | 15087116c06033c5583173b1dde73604475da498 | refs/heads/master | 2021-05-29T19:37:59.144320 | 2015-10-11T12:54:01 | 2015-10-11T12:54:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,508 | java | package database;
//This is the backend architecture for GameMaster.
//Created by: Dave Walters
//Date updated: 5/30/2014
import java.sql.*;
import java.util.*;
public class GameMasterSQL {
//constructor
public GameMasterSQL (){}
//Takes username and password input, runs it against... | [
"lovenirds@gmail.com"
] | lovenirds@gmail.com |
5c55f33e770699fe48935474b6287375029e31e5 | 5f5c53fb983d8d976e966373858f1fd45b4a8c29 | /src/couponjo/facade/ClientFacade.java | d15a4b381d8cc12bd176f615611b787ff221d268 | [] | no_license | YanivBanjo/coupon_system | f7aefde8946fb0e52be6765a4cb9f9a430b25654 | be2dc63f01357d1c6ba3b885b9e9aca01ef4d61c | refs/heads/main | 2023-03-15T22:26:17.888330 | 2021-03-14T09:03:26 | 2021-03-14T09:03:26 | 336,510,194 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 555 | java | package couponjo.facade;
import couponjo.dao.CompanyDAO;
import couponjo.dao.CouponDAO;
import couponjo.dao.CustomerDAO;
import couponjo.dbdao.CompanyDBDAO;
import couponjo.dbdao.CouponDBDAO;
import couponjo.dbdao.CustomerDBDAO;
import java.sql.SQLException;
public abstract class ClientFacade {
protected Company... | [
"yb8749@att.com"
] | yb8749@att.com |
640506ab515e12c4b28bf481ba22ccc92b8183dc | 0c52abd314906b56b65a92fa7b8ed1823c455b78 | /src/discountstrategy/PercentOffDiscount.java | 8d5bce12e051e91e8f6738e8b927553a8e338797 | [] | no_license | mparish2/DiscountStrategy | 9cfc481cb3fa155ab6e90ad9a3d24c04a85f08a3 | 4f3b80cb6c02f60da01765fe672902edac4db9c1 | refs/heads/master | 2021-01-10T06:13:26.468974 | 2015-10-14T20:56:42 | 2015-10-14T20:56:42 | 43,410,717 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,529 | 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 discountstrategy;
/**
*
* @author mparish2
*/
public class PercentOffDiscount implements DiscountStrategy {
... | [
"Matthew_2@Matthew.attlocal.net"
] | Matthew_2@Matthew.attlocal.net |
d6ee64e099d4401105e2985f54349176136e4135 | 4ca66f616ebd8c999f5917059cc21321e35ba851 | /src/minecraft/net/minecraft/entity/player/PlayerCapabilities.java | ea9420a51128c8412708985a135232e1a8e5a80e | [] | no_license | MobbyGFX96/Jupiter | 1c66c872b4944654c1554f6e3821a63332f5f2cb | c5ee2e16019fc57f5a7f3ecf4a78e9e64ab40221 | refs/heads/master | 2016-09-10T17:05:11.977792 | 2014-07-21T09:24:02 | 2014-07-21T09:24:02 | 22,002,806 | 5 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,075 | java | package net.minecraft.entity.player;
import net.minecraft.nbt.NBTTagCompound;
public class PlayerCapabilities {
private static final String __OBFID = "CL_00001708";
public boolean disableDamage;
public boolean isFlying;
public boolean allowFlying;
public boolean isCreativeMode;
public boolean ... | [
"MObbyGFX96@hotmail.co.uk"
] | MObbyGFX96@hotmail.co.uk |
9de7662695b1ece7cd89db43577cb51722013ae7 | 227cfaf65cd33d32bb3bb179e2b6bc5d5bcdda2d | /app/src/main/java/com/oneice/onepanel/Fragments/FragmentWarning.java | 37c74afd0870f5699ee4d58c8bda8a8d8989bb9a | [] | no_license | ONEICE2018/ANDROID_ONEPANEL | 16f4b7697dc55eb4ca45ed9be14412ff572af6eb | d3350d6b4bd319175ae8e856cecfed238fbe9473 | refs/heads/master | 2023-03-04T18:19:27.116000 | 2021-01-11T03:13:23 | 2021-01-11T03:13:23 | 328,528,321 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 762 | java | package com.oneice.onepanel.Fragments;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.fragment.app.Fragment;
import com.oneice.onepanel.R;
import com.oneice.onepanel.activity_communication.RefrashFregments;
public class Fragment... | [
"kaijun.yang@wattsine.com"
] | kaijun.yang@wattsine.com |
1cb18f95c3bc98b6495bbe02f8dbfaf91ca80501 | 4427b2a327d1063419267f2b43b07c771254ac6a | /app/src/main/java/pujiwahono/app/advancepuji/view/main/MainView.java | 1d8a23ecf08dd3d568fa354efb1a2252598f18a5 | [] | no_license | puji26/AIK_Advance_Puji | d474ac401d63388cb79a8b6b2cf4a05e0ff79a85 | 0f86f34b2c1ef1a892fe5d46877e228bc680a1b9 | refs/heads/master | 2021-01-22T03:14:20.552107 | 2017-05-29T02:31:59 | 2017-05-29T02:31:59 | 92,363,776 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 262 | java | package pujiwahono.app.advancepuji.view.main;
import pujiwahono.app.advancepuji.models.main.MainModelImp;
/**
* Created by evpuji2017 on 5/25/17.
*/
public interface MainView {
void onSuccess(MainModelImp result);
void onError(Throwable err);
}
| [
"pwahono26@gmail.com"
] | pwahono26@gmail.com |
a72e9b81d170b55e1c8c302ad43a851eff17d6b5 | c145912ae0134318c2cc851b609103121bedd518 | /app/src/main/java/p2p/chimple/org/p2pconnector/sync/CommunicationCallBack.java | 260923c9342b8baf1d0ba1d532248548d8cde059 | [] | no_license | chimple/P2PConnector | d6998acc40797d0bf39c26731688898b606a9779 | d439b2a173ec27bac77ed94cdef5fb10b2c52f77 | refs/heads/master | 2020-03-11T08:04:42.345456 | 2018-06-04T04:55:56 | 2018-06-04T04:55:56 | 129,874,390 | 0 | 0 | null | 2018-04-30T10:55:27 | 2018-04-17T08:46:55 | Java | UTF-8 | Java | false | false | 301 | java | package p2p.chimple.org.p2pconnector.sync;
import java.net.Socket;
public interface CommunicationCallBack {
public void Connected(Socket socket);
public void GotConnection(Socket socket);
public void ConnectionFailed(String reason);
public void ListeningFailed(String reason);
}
| [
"Shyamal.Upadhyaya@openlane.com"
] | Shyamal.Upadhyaya@openlane.com |
d80f017c4519e4caa726c7fb3ec013cbd3f30056 | 872095f6ca1d7f252a1a3cb90ad73e84f01345a2 | /mediatek/proprietary/packages/apps/RCSe/RcsStack/src/com/orangelabs/rcs/service/api/FileTransferServiceImpl.java | 92f27043c87eaa5f9278e39c72043fe71599014f | [
"Apache-2.0",
"LicenseRef-scancode-public-domain"
] | permissive | colinovski/mt8163-vendor | 724c49a47e1fa64540efe210d26e72c883ee591d | 2006b5183be2fac6a82eff7d9ed09c2633acafcc | refs/heads/master | 2020-07-04T12:39:09.679221 | 2018-01-20T09:11:52 | 2018-01-20T09:11:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 61,545 | java | /*******************************************************************************
* Software Name : RCS IMS Stack
*
* Copyright (C) 2010 France Telecom S.A.
*
* 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 cop... | [
"peishengguo@yydrobot.com"
] | peishengguo@yydrobot.com |
142de997a8a24d26d374aa6f35195ba883728370 | 0242186ce2ae143a4b00e7ab76ef3aab0872a02d | /scb-ui-zk/src/main/java/com/jzaoralek/scb/ui/pages/courseapplication/vm/CourseApplicationUserVM.java | a65acc2f6baad24b43a38d4de053eefb9c2a3b6b | [] | no_license | jzaoralek/Swimming-Club-Bohumin | 0eec16434c2fa0f0f18afbe1b50507bf02f44caf | 0f533cf99b2a1c00c6baaee69eff9318e1f134fe | refs/heads/master | 2023-07-19T19:17:31.822460 | 2023-04-03T18:57:20 | 2023-04-03T18:57:20 | 59,950,553 | 1 | 0 | null | 2023-07-07T21:39:42 | 2016-05-29T15:36:45 | Java | UTF-8 | Java | false | false | 8,912 | java | package com.jzaoralek.scb.ui.pages.courseapplication.vm;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Set;
import java.util.UUID;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.util.StringUtils;
import org.zkoss.bind.annotation.Comma... | [
"jakub.zaoralek@gmail.com"
] | jakub.zaoralek@gmail.com |
3e20cc935d8e400085ea071fb9ef2ddcc2198b59 | b22f15f6cf70b13459ccab00819c6e46b3cafbdc | /src/main/java/apache/catalina/authenticator/FormAuthenticator.java | 53648287e81370f9fbf733e8e554c28e5c485033 | [] | no_license | wp771910012/tomcat-explore | f5a24efbd0f2434f80c3cfc83a002a2cf6b4bab5 | 34a89d2056eceb7e6c70708ab39fdda537f23b6e | refs/heads/master | 2022-06-22T02:52:58.279711 | 2019-06-06T01:58:42 | 2019-06-06T01:58:42 | 185,329,534 | 0 | 0 | null | 2022-06-17T02:13:10 | 2019-05-07T05:50:21 | Java | UTF-8 | Java | false | false | 17,805 | java | /*
* $Header: /home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/authenticator/FormAuthenticator.java,v 1.20 2002/03/14 20:58:24 remm Exp $
* $Revision: 1.20 $
* $Date: 2002/03/14 20:58:24 $
*
* ====================================================================
*
* The Apache Software License,... | [
"wangpeng1@beingmate.com"
] | wangpeng1@beingmate.com |
8f5cd6d7d086056a8be25c6f97961f338ac4ce9f | 2c65c53ef5390bd70fd2ddb9bbc2b19027f2479f | /kangaroo-weixin-toolkit/src/main/java/io/github/pactstart/weixin/mp/message/inbound/LocationMessage.java | 1872c2a44cb35fd7d1ab882ae3e354a3f0b1b3a8 | [] | no_license | zt6220493/kangaroo | f37cdaa815708fb56e33d8f4ed7d83885551011a | 16c8a9f7589ec33f01559d3308f8dd8e49493afe | refs/heads/master | 2022-12-28T04:50:48.186699 | 2019-09-25T10:40:27 | 2019-09-25T10:40:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 836 | java | package io.github.pactstart.weixin.mp.message.inbound;
import org.dom4j.Element;
/**
* Created by Rex.Lei on 2017/7/28.
*/
public class LocationMessage extends AbstractReceivedMessage {
private String locationX;
private String locationY;
private String scale;
private String label;
@Override... | [
"1203208955@qq.com"
] | 1203208955@qq.com |
3db26b095452cc61c8f7ab806f864ada218428c9 | e51c210ccf72a8ac1414791d8af552662c3fb034 | /ptolemy/diva/src/main/java/diva/canvas/connector/ArcConnector.java | 25c08d2771971193ebca5cdcc4453ed360020aec | [] | no_license | eclipselabs/passerelle | 0187efa4fba411265ab58d60b5d83e74af09b203 | e327dea8f4188e4bfe5ef4a76dd2476ad6f5664d | refs/heads/master | 2021-01-18T09:26:07.614275 | 2017-06-28T10:05:12 | 2017-06-28T10:05:12 | 36,805,342 | 5 | 3 | null | 2015-08-04T18:43:19 | 2015-06-03T13:27:15 | Java | UTF-8 | Java | false | false | 19,043 | java | /*
Copyright (c) 1998-2005 The Regents of the University of California
All rights reserved.
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the above
copyright notic... | [
"erwindl0@gmail.com"
] | erwindl0@gmail.com |
de6764b6722dea8656343cb5907a461ed9bb6a63 | ecd0b298f0a7893b575dd2e6a513673f60a60d1b | /app/src/main/java/com/stockly/android/fragments/kyc/EmploymentFragment.java | dee875eed3f38d54d884cfae050dc188a5f19fb0 | [
"Apache-2.0"
] | permissive | webclinic017/ribbit-android | 1ce898c2fbbe111f46c36a59b00cba089eaaa295 | 292cdfccaca32567bb7c954ce5caf911248834ed | refs/heads/main | 2023-09-04T05:47:18.518300 | 2021-10-28T23:14:06 | 2021-10-28T23:14:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,278 | java | package com.stockly.android.fragments.kyc;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.RadioButton;
import android.widget.Toast;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import com.stockly.android.R;
import com.stockly.android.dao... | [
"hitoshi@alpaca.markets"
] | hitoshi@alpaca.markets |
6271a44897c4f2dbe3c8cc4fd68b5a4a5bfd6125 | 7e449a62a4a0bd281e59052c2424c2118f2961a1 | /Array/app/src/test/java/com/kirill/array/ExampleUnitTest.java | d266acd8063e5df414602582ab72776cd1a936ef | [] | no_license | kirillherz/learning-android | 15da32d38d9e41006aa081808f6ea6e42fe19ba3 | 228b17984ada9c1773095ba8bdbec262260f04ca | refs/heads/master | 2021-05-02T16:06:14.612998 | 2018-09-27T22:01:42 | 2018-09-27T22:01:42 | 120,668,471 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 394 | java | package com.kirill.array;
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 addit... | [
"kirill.herz@gmail.com"
] | kirill.herz@gmail.com |
451bbef33bc2a0b68e55ed9a2b7c83736baa9ad7 | d7302c4b16b1aeb5974271dd6c62a2f7b35342d3 | /desktop-functional-tests/src/test/java/com/e2e/jcrew/runner/E2EGuestUser7RunnerTest.java | 26a9d80210f2454221ac7208d0061968cad70a6b | [] | no_license | 9LPittu/Omniture-Automation | 55f82084ae40f1624d2089dd029310ecab54fca4 | 07d52c366a5688eeb9c69db0929c2dabfdec0feb | refs/heads/master | 2022-07-12T19:52:35.218272 | 2018-07-19T17:33:52 | 2018-07-19T17:33:52 | 194,112,044 | 0 | 0 | null | 2022-06-29T17:28:42 | 2019-06-27T14:37:49 | Java | UTF-8 | Java | false | false | 537 | java | package com.e2e.jcrew.runner;
import cucumber.api.CucumberOptions;
import cucumber.api.junit.Cucumber;
import org.junit.runner.RunWith;
@RunWith(Cucumber.class)
@CucumberOptions(
features = {"features/e2e/jcrew"},
tags = {"@e2e-guestuser-7"},
glue = {"com.jcrew.steps"},
format = {
... | [
"vbonker@csc.com"
] | vbonker@csc.com |
5c4b09360ad814034bd578d8c0a085acc461c990 | e2768cad07cd04f5802311af202c84474528d574 | /src/Services/Verification/PostVerification.java | 1d1dc61af61a6da8312e0cb1b6749da951c0dcfa | [] | no_license | Youssef-MSF/LinkedClubs | 766b1dcdcff693624261640a16beb60103d819db | 7d6b59d30b89c531d9122b53205bae84178530ac | refs/heads/main | 2023-03-11T04:30:36.028863 | 2021-02-28T00:28:07 | 2021-02-28T00:28:07 | 334,297,743 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,325 | java | package Services.Verification;
import java.io.File;
import java.io.IOException;
import java.util.HashMap;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import javax.servlet.http.Part;
import DAO.DaoNotification;
import DAO.DaoPost;
import ... | [
"Djossef.msf@gmail.com"
] | Djossef.msf@gmail.com |
85bebf3891e64aefded3b031171500fb2701e202 | 515b0c97189e93a3a352950787ff841af3fbb558 | /app/src/main/java/com/rival/hs/rival_android/ListActivity.java | effb5b28c7295488c06dbb683da4b17c25611e14 | [] | no_license | thewayhj/rival_android | a29ca00d40e1f46c680cf653204a060b4f0a6b23 | ee9b8c9760c045f53aec7c361023e4585e5e0e33 | refs/heads/master | 2021-01-17T20:51:41.516848 | 2017-03-22T07:45:39 | 2017-03-22T07:45:39 | 84,150,658 | 0 | 0 | null | 2017-03-20T05:04:15 | 2017-03-07T03:33:56 | Java | UTF-8 | Java | false | false | 1,963 | java | package com.rival.hs.rival_android;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.support.v4.content.ContextCompat;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ListView;
/**
* Created by HeeJ... | [
"tnwndvhrrurr@paran.com"
] | tnwndvhrrurr@paran.com |
9ed16ee5706d4eb73fe99e0158082ef1cf2ac84d | bd2139703c556050403c10857bde66f688cd9ee6 | /skara/570/webrev.00/bots/merge/src/main/java/org/openjdk/skara/bots/merge/MergeBot.java | 2ad899c9ece84a5ff118a1fddc17ae2a562e643a | [] | no_license | isabella232/cr-archive | d03427e6fbc708403dd5882d36371e1b660ec1ac | 8a3c9ddcfacb32d1a65d7ca084921478362ec2d1 | refs/heads/master | 2023-02-01T17:33:44.383410 | 2020-12-17T13:47:48 | 2020-12-17T13:47:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 25,011 | java | /*
* Copyright (c) 2019, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | [
"robin.westberg@oracle.com"
] | robin.westberg@oracle.com |
9fc1417891303b1319d87f3fbb94e191c2a112b9 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/8/8_19bec45754ed815c9204335702d68815eaed856f/EventTest/8_19bec45754ed815c9204335702d68815eaed856f_EventTest_s.java | 403346495a070356e0361879705d602d6ee5282c | [] | 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 | 18,019 | java | /*
* Copyright 2009 Google 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 a... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
ac74f804fdb2923d060ef6cc79b00a068f4027d3 | 859fa294bb1a8e2ad97363ab208a967dceeefe00 | /api/src/main/java/exceptions/UniqueIdentifierException.java | 05da7f6449ad56a7fd679a0b76024a5c5cc87374 | [
"MIT"
] | permissive | mainzed/labelingsystem-server | 52521944c562d8f7aedc6c5cb1c864ccf5df945f | c73ca9c22fd8efecca3f7d188d15bcd50fc64e00 | refs/heads/master | 2023-04-10T16:04:07.643126 | 2021-05-06T00:06:23 | 2021-05-06T00:06:23 | 65,379,362 | 4 | 1 | MIT | 2022-09-01T22:28:40 | 2016-08-10T12:06:31 | Java | UTF-8 | Java | false | false | 514 | java | package exceptions;
/**
* EXCEPTION for UUIDs
*
* @author Florian Thiery M.Sc.
* @author i3mainz - Institute for Spatial Information and Surveying Technology
* @version 05.02.2015
*/
public class UniqueIdentifierException extends Exception {
/**
* EXCEPTION for UUIDs
* @param message
*/... | [
"web@florian-thiery.de"
] | web@florian-thiery.de |
7f7b2e29aae0227e914228310828108c4199fcc2 | b49d1dbc5240fe3ca2a53589deb88a4975b585f4 | /src/main/java/homework/v3/HomeWork.java | c4d65e6e1f512774e2b804481cda9b173b4504b9 | [] | no_license | Alexander-Orekhov/serialize-study-util | 48346017ab76c00108b730df71d58c05b7bdbb72 | d5e8ba2b6ec95573702db8e98f05e58545684d0d | refs/heads/master | 2023-06-12T10:17:43.036798 | 2021-07-07T13:51:06 | 2021-07-07T13:51:06 | 382,568,549 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,896 | java | package homework.v3;
/**
* Задание
* 1) Составить файл с JSON-объектом, который "разложен" в пакете homework.v3.classwork.entity.
* Определить какой элемент является корневым
* Дать имя файлу homework.parameters.json
* Сделать файл с минимум пятью элементами
* 2) Заполнить его значениями (как пример "parameters... | [
"100HzJugin@gmail.com"
] | 100HzJugin@gmail.com |
96181c1ef5e01ba182b6f6c1466ade720d336c05 | e0faf4764025e002aafafa8c71f04bea8595cbc9 | /ArryStudent.java | fccab73d21a685efb141e99255cc1d46c43cf0dc | [] | no_license | kkchaudhary11/SimplePrograms | 8fa685b101f9ba473bd1d0e115f1ffebb089e6b8 | e9ed2d128e094b84ef0b210bf6fdc69e8b2d8128 | refs/heads/master | 2021-01-19T06:29:19.308426 | 2017-04-17T09:42:26 | 2017-04-17T09:42:26 | 87,465,109 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,732 | java | import java.util.Arrays;
import java.util.Scanner;
/**
* Created by Kamal Kant on 03-04-2017.
*/
public class ArryStudent {
String[][] students = new String[10][10];
public void getArray() {
Scanner scanner = new Scanner(System.in);
//initialize name of students
stu... | [
"kkchaudhary11@gmail.com"
] | kkchaudhary11@gmail.com |
bcc7c9e55f7ae959b4d19c34bab92037ecb53298 | f0516e7ead693d34cc2d6ba0dc8b75629c3c0cf2 | /Android/AxModel/src/com/futureconcepts/ax/model/data/ISO3166.java | f0934f38df53640811032ec3b3aac33645c90213 | [] | no_license | radtek/mobile | 453a26bbdd20c05706a132aa2753e3d4e1cb1eef | 14a1c29a0ed76302dbb481ab65cb26e9d73ec8ca | refs/heads/master | 2022-01-07T04:35:20.305749 | 2019-05-14T00:36:06 | 2019-05-14T00:36:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,560 | java | package com.futureconcepts.ax.model.data;
import android.content.Context;
import android.database.Cursor;
import android.net.Uri;
//import android.util.Log;
public class ISO3166 extends BaseTable
{
public static final String CODE = "Code";
public static final String NAME = "Name";
public static final... | [
"dave.arnold@cascade.org"
] | dave.arnold@cascade.org |
89a031b749ab5eba8a1390f8aee76aef1a30f455 | 59eb0b3599197023c3f1832114932fc5d6536dfd | /MSsdk/src/main/java/com/eetrust/http/XMLBuildUtils.java | df2b237bdeb3245bcff5c669f99606bc40fef04f | [] | no_license | chenmeng91/DocSecritySDkProduct | c316e78f0ee03f0dda9d6a0d5f4f5f00f8cbcc9a | 4a525c5ffb82282c0397300018f907c0429d7c74 | refs/heads/master | 2021-08-09T15:36:34.433430 | 2017-11-12T08:18:25 | 2017-11-12T08:18:25 | 110,415,885 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 6,682 | java | package com.eetrust.http;
import android.content.Context;
import android.content.SharedPreferences;
import android.util.Log;
import android.util.Xml;
import com.eetrust.bean.DeptBean;
import com.eetrust.bean.IssueGrantXMLBean;
import com.eetrust.bean.UserBean;
import com.eetrust.bean.UserLog;
import org.xmlpull.v1.X... | [
"2550661451@qq.com"
] | 2550661451@qq.com |
e73b05520f45fa26ea1d9cfb35194dc7003a8657 | 09572e2cb6203a40ee2e49e66f78c0b16fc4043e | /app/src/main/java/com/myxh/leetcode/math/L9_PalindromeNumber.java | bf2d2253cf69e5b7abd59dc036ac2c817f349c29 | [
"MIT"
] | permissive | myxh/LeetCode-Practice | db4b5fa68f8320918a56c06158e7b2353db0010c | 02a6744961e0bd0b60b01d2271f9eb3997933170 | refs/heads/master | 2020-05-17T23:17:53.949967 | 2019-09-05T07:11:26 | 2019-09-05T07:11:26 | 184,027,545 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,243 | java | package com.myxh.leetcode.math;
/**
* Determine whether an integer is a palindrome. An integer is a palindrome when it reads the same backward as forward.
*
* Example 1:
*
* Input: 121
* Output: true
* Example 2:
*
* Input: -121
* Output: false
* Explanation: From left to right, it reads -121. From right to... | [
"myxhchen@gmail.com"
] | myxhchen@gmail.com |
13f6361c89fe3afc0ad09651be84fa94f0bd5cca | b31120cefe3991a960833a21ed54d4e10770bc53 | /modules/org.clang.analysis/src/org/clang/analysis/analyses/threadSafety/til/Future.java | 80540393a33d00c76d9fc3785aa45fcacfdd3e1e | [] | no_license | JianpingZeng/clank | 94581710bd89caffcdba6ecb502e4fdb0098caaa | bcdf3389cd57185995f9ee9c101a4dfd97145442 | refs/heads/master | 2020-11-30T05:36:06.401287 | 2017-10-26T14:15:27 | 2017-10-26T14:15:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,468 | java | /**
* This file was converted to Java from the original LLVM source file. The original
* source file follows the LLVM Release License, outlined below.
*
* ==============================================================================
* LLVM Release License
* ======================================================... | [
"voskresensky.vladimir@gmail.com"
] | voskresensky.vladimir@gmail.com |
4258fcae9ddd2e099968ec4919676bb1468a4245 | 0e1353ecdebfe678ad8a69610c2e509e44b9c920 | /src/test/java/rest/RenameMeResourceTest.java | a7d1bc86ed4200e25dc37a47b7d51e7a47a41f7d | [] | no_license | 1337k1ng/Eksamensprojekt | 3601b651fbe0d1b318d816e0316ad32670218a52 | fed29bb8f0d143ea65c7dc3e943692975aeaaed4 | refs/heads/master | 2023-02-20T23:14:47.368760 | 2021-01-23T20:14:28 | 2021-01-23T20:14:28 | 332,295,042 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,873 | java | package rest;
import entities.RenameMe;
import entities.Role;
import entities.User;
import utils.EMF_Creator;
import io.restassured.RestAssured;
import static io.restassured.RestAssured.given;
import io.restassured.http.ContentType;
import io.restassured.parsing.Parser;
import java.net.URI;
import javax.persistence.En... | [
"Madsjohanbech@live.dk"
] | Madsjohanbech@live.dk |
64019442ae9670a3814f6a432e663632da6cebba | 0b9ecdc9825b6abbe1af7f6746f31df34a6334f7 | /Project_1/src/edu/nyu/cs/pjm419/FindWords.java | c4ad936e8beae513ae2804d2c7887d3e1d951727 | [] | no_license | petermountanos/data-structures | 620174df27fb569c6789feae42eb609f6c10ac89 | 6abf6ba8424c53d0f3c20f0909225ff50b3ce96d | refs/heads/master | 2021-01-10T05:32:18.593234 | 2015-11-20T03:04:47 | 2015-11-20T03:04:47 | 46,535,582 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,502 | java | package edu.nyu.cs.pjm419;
import java.io.*;
import java.util.*;
/**
* Class which provides a user interface for the FindWords program.
* The program needs to be called with a single command line argument
* that contains the filename of a dictionary to be used for the program.
*
* The user is then prompted for a ... | [
"peter.mountanos@nyu.edu"
] | peter.mountanos@nyu.edu |
3f0f766417a0002d0be1f7b793031c495a03ac4c | dad731890d1c6ebdbd7342c8560b7b86ceae017e | /Atividade Herança e Polimorfismo/src/Calculador.java | 2cd1c678552a3de55f5c5f0840030a131736f384 | [] | no_license | aafavelino/Projetos_LP2 | 218d7da2b265fb6973caa4b74bad2a5af3433ff9 | 9796fdd4be1f89302609c74a107739443c24da06 | refs/heads/master | 2020-05-21T19:10:03.511793 | 2016-10-27T14:28:29 | 2016-10-27T14:28:29 | 64,983,960 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 567 | java |
public class Calculador {
public static void main(String[] args) {
// TODO Auto-generated method stub
Quadrado quadrado1 = new Quadrado(3.0,3.0);
Quadrado quadrado2 = new Quadrado(10.0,10.0);
Retangulo retangulo1 = new Retangulo(2.0, 7.0);
Retangulo retangulo2 = new Retangulo(5.0, 3.0);
Figura [] figuras... | [
"adelino-afonso@hotmail.com"
] | adelino-afonso@hotmail.com |
c81d6b52873e870eb537fc84c1a74869e2ca1c65 | be9c963364914fb73bf2ab8e18095f653ad9a77f | /src/main/java/com/seye/analysis/cpp/struct/RelationShipData.java | 98ae0f36dda23be9908a4e1c3691123ad83845a8 | [] | no_license | gitHubwhl562916378/analysis | 167d45f5e2ca2bd58bc1d8dff6edac14e302d1e6 | 7bc9d34232f88f3146c592b2f0fe7ca2482e029d | refs/heads/master | 2022-12-10T09:33:19.699170 | 2020-09-10T09:42:26 | 2020-09-10T09:42:26 | 294,368,710 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 554 | java | package com.seye.analysis.cpp.struct;
import com.sun.jna.Structure;
@Structure.FieldOrder({"id","natural_person_id","snap_scene_id","camera_id","id_in_scene","ts"})
public class RelationShipData extends Structure
{
public String id;
public String natural_person_id;
public String snap_scene_id;
public ... | [
"wanghualin@yourangroup.com"
] | wanghualin@yourangroup.com |
2a6dedfca1af7ef070f36b0cb8cd1bc639aaa18d | 058830d19bada5a6a1979c2064ad4fc6c45a03a9 | /src/main/java/com/ddup/exception/ICustomizeErrorCode.java | bfc793d2e9b1a2f53f5f117ea82ff6deaad3aaa4 | [] | no_license | HolyShitQ/Daydayup | dcfbdaf3daece7584ee6bac4a8ad3a0588be3f9f | 538094c5d6086e1f16523a0b0b92ae83b707d641 | refs/heads/master | 2022-08-11T22:24:39.028675 | 2020-03-25T15:13:37 | 2020-03-25T15:13:37 | 196,533,540 | 2 | 0 | null | 2022-06-21T01:54:23 | 2019-07-12T07:45:48 | Java | UTF-8 | Java | false | false | 119 | java | package com.ddup.exception;
public interface ICustomizeErrorCode {
String getMessage();
Integer getCode();
}
| [
"1070628782@qq.com"
] | 1070628782@qq.com |
76d4e3b92c6b47bccdf70545b7f233ad8837093a | 9972dffcd44cd24deaec76d826707a832c993f67 | /src/main/java/io/github/chermehdi/slackspringbootstarter/core/SlackMessage.java | f2e976cdb7bbcab66a8af02becca85009e5ae070 | [] | no_license | chermehdi/spring-boot-starter-slack | 822808395000f6c37b655b91590acd1b51e741dc | 29ca78ae9e85707eb1246fbdf2b8766ae3436e8a | refs/heads/master | 2020-04-07T13:07:45.493025 | 2018-11-20T13:30:52 | 2018-11-20T13:30:52 | 158,394,225 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 780 | java | package io.github.chermehdi.slackspringbootstarter.core;
/**
* The slack message that is going to be sent to the workspace,
*
* @author chermehdi
*/
public interface SlackMessage {
/**
* the username to be displayed in the workspace channel
*/
String getUserName();
/**
* the icon to be displayed a... | [
"mehdi.cheracher@gmail.com"
] | mehdi.cheracher@gmail.com |
989fe6bad9653200d3c11b769a73318aa15a3a59 | 66dc781e5290bc38246eb7e8f6abbf170560b029 | /learnspringwebapp/src/main/java/tamil/learn/springframework/learnspringwebapp/model/Author.java | 5aa30e80b4155b12fdb40c79c84182d3fb748798 | [
"Apache-2.0"
] | permissive | murugan425/learn-spring-5 | 6f0eba00e905202b2d124a82e10c8af506ee176d | 4d6e1bbf530af7203ea6e6d6565c86fdd8d163cc | refs/heads/master | 2022-05-03T12:58:47.073793 | 2019-01-04T10:11:16 | 2019-01-04T10:11:16 | 102,354,634 | 1 | 1 | Apache-2.0 | 2022-03-31T17:45:42 | 2017-09-04T11:33:35 | Java | UTF-8 | Java | false | false | 1,820 | java | /* Created by Murugan_Nagarajan on 9/13/2017 */
package tamil.learn.springframework.learnspringwebapp.model;
import javax.persistence.*;
import java.util.HashSet;
import java.util.Set;
@Entity
public class Author {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private Integer authorId;
private ... | [
"murugan425@gmail.com"
] | murugan425@gmail.com |
fb953c1d4160edd7c9d8566dc021344364e0d530 | 2e3582b1f9df35541e38b4db1f0a2cfc8ec15db8 | /microCloud-fegin-service/src/main/java/com/tyb1222/fegin/config/FeignClientConfig.java | 652855278e22412dd999b999bc8f96f250860f96 | [] | no_license | tyb1222/SpringCloud | 954604c7b47d806ef5184436375063e36b84e3f7 | 31269af74cac6e7b8c5e7f5a499ebdc662128fc1 | refs/heads/master | 2020-05-15T16:22:28.028052 | 2019-04-30T09:25:55 | 2019-04-30T09:25:55 | 182,388,256 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 532 | java | package com.tyb1222.fegin.config;
import feign.Logger;
import feign.auth.BasicAuthRequestInterceptor;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
@Configuration
public class FeignClientConfig {
// @Bean
// public BasicAuthRequestInterceptor ge... | [
"153026583@163.com"
] | 153026583@163.com |
7499c58fde8a649a240f095479986502382f180f | b906dd28ef56f5470830f2b1786aabd0a45c84b3 | /v6-websocket-server/src/main/java/com/company/websocket/util/ClientRequest.java | 3e555de6fd9d494b003b14f7790021a8898290ba | [] | no_license | rucky2013/websocket-server | 4c93967ca54c68ff74cd41b640babbeb798f09e5 | 12d5fae4a499024c9b7cab7cad1e4866eb94bbcc | refs/heads/master | 2021-05-07T06:43:19.675628 | 2017-10-30T07:51:00 | 2017-10-30T07:51:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,069 | java | package com.company.websocket.util;
import com.alibaba.fastjson.JSON;
import com.google.common.base.Strings;
import com.google.gson.Gson;
public class ClientRequest {
private static Gson gson = new Gson();
private String sessionId;
private int serviceId;
private String userName;
private String m... | [
"roy2010@163.com"
] | roy2010@163.com |
fa72cdfa2149f57837a4e0033c71d4936c61048b | c4f1df08c096f0587fbe58d630de93a7f185af90 | /src/main/java/org/loyer/komoo/service/impl/Kmp017unitTestServiceImpl.java | bcbad11607fc6da97633c42c2fe8508f6286959e | [] | no_license | Schlatter076/komoo-MP-Spring-myBatis-Maven | 1215b16ac758068e678d5109cd57f07e424b1b33 | 244cba27ebbb1134001791df024a4a5a24a84cd4 | refs/heads/master | 2022-12-22T21:25:09.126183 | 2019-11-07T08:31:47 | 2019-11-07T08:31:47 | 206,925,128 | 0 | 0 | null | 2022-12-16T09:44:05 | 2019-09-07T06:17:45 | Java | UTF-8 | Java | false | false | 1,243 | java | package org.loyer.komoo.service.impl;
import java.math.BigInteger;
import java.util.List;
import org.loyer.komoo.beans.TestData;
import org.loyer.komoo.dao.Ikmp017unitTestDao;
import org.loyer.komoo.service.ITestDataService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.ste... | [
"schlatter076@163.com"
] | schlatter076@163.com |
13326e4206c04a6aa3df4752f9fd44415b713b0b | 792a2ada782005cbd8cbc2bebca5e17ce2b029dc | /java/design-patterns/src/test/java/structural/adapter/AdapterPatternTest.java | 5343b2bdacf4d4d382f0d4bf859acff19bbd089c | [] | no_license | AlexanderScherbatiy/samples | e372e5056a5e94dc0ecf5069a669488306dadc0f | 911434ff272694cb4a6550b3cd6d0c0db8e0250f | refs/heads/master | 2022-10-25T18:04:03.254373 | 2022-06-02T16:14:14 | 2022-06-02T16:14:14 | 74,009,096 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 753 | java | package structural.adapter;
import org.junit.Test;
import java.util.StringTokenizer;
import static org.junit.Assert.*;
public class AdapterPatternTest {
@Test
public void testAdapterPattern() {
StringTokenizer tokenizer = new StringTokenizer("Hello World");
Iterable<String> iterable = new I... | [
"alexander.scherbatiy@yandex.com"
] | alexander.scherbatiy@yandex.com |
ee85173dc9f7fc6a5b45aa005ff2925bf487bf38 | 5dfe6a6ddfc17cf87b4040dfeecabbf29dc845cf | /src/main/java/com/collectorthrd/web/filter/CsrfCookieGeneratorFilter.java | c25de0362b81cd3a41b8d19b2d890a4fe89c8de4 | [] | no_license | rhanberrycatalyst/CollectorXmen | 8dba7157f58a1765ce73a4609f17af4087d0c044 | 878d6b33761648bddaa5fdf0b5db8ecc7448fdc8 | refs/heads/master | 2021-01-10T05:11:05.504757 | 2016-01-15T19:57:31 | 2016-01-15T19:57:31 | 49,043,906 | 0 | 1 | null | 2020-09-18T11:33:37 | 2016-01-05T05:22:11 | Java | UTF-8 | Java | false | false | 1,473 | java | package com.collectorthrd.web.filter;
import org.springframework.security.web.csrf.CsrfToken;
import org.springframework.web.filter.OncePerRequestFilter;
import javax.servlet.FilterChain;
import javax.servlet.ServletException;
import javax.servlet.http.Cookie;
import javax.servlet.http.HttpServletRequest;
import java... | [
"rhanberry@Richards-iMac.lan"
] | rhanberry@Richards-iMac.lan |
a3cb171036dd156f6f45e557ef696ebcadb92bff | 94e4fcde10d0a31432450b1ef14bdfc130247817 | /src/main/java/com/zzz/mt/sql/impl/InsertSqlCreator.java | 0a5dadcb2260a2c5e342e967b8e6cf5c58427132 | [] | no_license | haosijiahsj/MtDao | ade731d0c61022e1a23dc40118eb55bd68bf01aa | 5dad7680e19a3fc93be8e450e313a19876ffa308 | refs/heads/master | 2021-01-15T10:29:52.479426 | 2017-08-18T08:29:14 | 2017-08-18T08:29:14 | 99,582,280 | 1 | 0 | null | 2017-08-16T08:54:32 | 2017-08-07T13:43:18 | Java | UTF-8 | Java | false | false | 2,105 | java | package com.zzz.mt.sql.impl;
import com.google.common.base.Joiner;
import com.google.common.collect.Lists;
import com.zzz.mt.mapping.MapperHandler;
import com.zzz.mt.mapping.MapperColumnResult;
import com.zzz.mt.mapping.MapperResult;
import com.zzz.mt.sql.SingleParamSqlCreator;
import com.zzz.mt.support.SqlType;
impor... | [
"1017547773@qq.com"
] | 1017547773@qq.com |
e79f5d327ece7b9047ffe3e1599b8aba47495774 | d7c5121237c705b5847e374974b39f47fae13e10 | /airspan.netspan/src/main/java/Netspan/NBI_18_0/Lte/TrafficManagementProfileGetResult.java | 439019298c5b7c4055f1b55ac28b4e571815c89b | [] | no_license | AirspanNetworks/SWITModules | 8ae768e0b864fa57dcb17168d015f6585d4455aa | 7089a4b6456621a3abd601cc4592d4b52a948b57 | refs/heads/master | 2022-11-24T11:20:29.041478 | 2020-08-09T07:20:03 | 2020-08-09T07:20:03 | 184,545,627 | 1 | 0 | null | 2022-11-16T12:35:12 | 2019-05-02T08:21:55 | Java | UTF-8 | Java | false | false | 2,411 | java |
package Netspan.NBI_18_0.Lte;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for TrafficManage... | [
"ggrunwald@airspan.com"
] | ggrunwald@airspan.com |
5a92c62e233d0ec9a2e23ee1e491829f1996b82b | f2d4da478c206d4e5beef831edb79d9ee64dc4ee | /app/src/androidTest/java/com/simplifiededtech/iplmatchlivescore/ExampleInstrumentedTest.java | bcae05eaa74d7264f6b8e77b0f5e9a72e41c28b9 | [] | no_license | pankajkcodes/IPLMatchLiveScore | 0fe4cda131f04663e98f1b47632ca67f72b20a7b | 39dce4818cd5a5bc02d41fd6b4c1e69c6a6387d6 | refs/heads/master | 2023-07-03T09:05:37.754116 | 2021-08-03T04:44:51 | 2021-08-03T04:44:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 790 | java | package com.simplifiededtech.iplmatchlivescore;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which ... | [
"pankajkcodes@gmail.com"
] | pankajkcodes@gmail.com |
d775f940537fbc58e2218a42c4354c5d0aa32929 | 03d61086047f041168f9a77b02a63a9af83f0f3f | /newrelic/src/main/java/com/newrelic/agent/deps/org/apache/http/impl/cookie/BrowserCompatSpec.java | ec800b936352d170a72a4fde527f2e6e9dd53fea | [] | no_license | masonmei/mx2 | fa53a0b237c9e2b5a7c151999732270b4f9c4f78 | 5a4adc268ac1e52af1adf07db7a761fac4c83fbf | refs/heads/master | 2021-01-25T10:16:14.807472 | 2015-07-30T21:49:33 | 2015-07-30T21:49:35 | 39,944,476 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,666 | java | //
// Decompiled by Procyon v0.5.29
//
package com.newrelic.agent.deps.org.apache.http.impl.cookie;
import com.newrelic.agent.deps.org.apache.http.message.BufferedHeader;
import java.util.ArrayList;
import com.newrelic.agent.deps.org.apache.http.message.BasicHeaderElement;
import com.newrelic.agent.deps.org.apache.... | [
"dongxu.m@gmail.com"
] | dongxu.m@gmail.com |
50f75ccc8e5f6beede96dfc70e4487d65cd02ff0 | 72ca888dbe685698cd9c05f1ec86ca9326f78ac8 | /common/src/main/java/us/myles/ViaVersion/api/rewriters/ComponentRewriter.java | 93353b032ba313437e00b86bb252357ad9397d08 | [
"MIT"
] | permissive | moker59/ViaVersion | dabdebacc8d60748dd02d71bae699534e2ee3b4f | 076c5e52650c4d6a5f81129c055ad4c89371b257 | refs/heads/master | 2021-01-08T10:40:13.743849 | 2020-07-23T14:12:42 | 2020-07-23T14:12:42 | 242,006,124 | 0 | 0 | MIT | 2020-02-20T22:43:21 | 2020-02-20T22:43:20 | null | UTF-8 | Java | false | false | 5,414 | java | package us.myles.ViaVersion.api.rewriters;
import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
import com.google.gson.JsonPrimitive;
import us.myles.ViaVersion.api.protocol.ClientboundPacketType;
import us.myles.ViaVersion.api.protocol.Protocol;
import us.myles.ViaVersion.api.remapper.PacketRemapper... | [
"kennytv@t-online.de"
] | kennytv@t-online.de |
f7b388b3d95e1e39fb64424bcd50ebb9609dc842 | 14cef03f2d5152f3ba398ec6244708e7095d8439 | /src/test/java/org/btech/AppTest.java | 99ca348a1de41e7d11ba8812593f9e9220ee706d | [] | no_license | boubadi/users-list | 2c642461fefe0e94dc858703d6147c8b54f4e2dd | ab0ce590e012b1d8a4e7e49df119ff6618b379cd | refs/heads/master | 2020-12-24T21:11:52.981905 | 2016-04-26T20:04:32 | 2016-04-26T20:04:32 | 57,156,538 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 637 | java | package org.btech;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* Unit test for simple App.
*/
public class AppTest
extends TestCase
{
/**
* Create the test case
*
* @param testName name of the test case
*/
public AppTest( Strin... | [
"Boubacar.Diouf@gmail.com"
] | Boubacar.Diouf@gmail.com |
5f049857513303d07f0a632c2b4c0e1efa6a5dda | 3eca1c3ef6f62e8c81ee88616bef9e58e2daa624 | /src/org/usfirst/frc/team4778/robot/commands/autonomous/Auto.java | 7b86fc84a3c0c8343535d9acb2cb02b1fa8832ad | [] | no_license | Stormbots4778/4778-Stronghold | c8376ebaf99a0e3546d4e97bf7c69b70fcfb28fc | a31bb1ba6464f9783f42092ce3ff56e657c80130 | refs/heads/master | 2020-04-15T15:22:26.923600 | 2017-01-12T22:41:25 | 2017-01-12T22:41:25 | 50,460,881 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,343 | java | package org.usfirst.frc.team4778.robot.commands.autonomous;
import org.usfirst.frc.team4778.robot.RobotMap;
import org.usfirst.frc.team4778.robot.commands.BallRoller;
import org.usfirst.frc.team4778.robot.commands.Delay;
import org.usfirst.frc.team4778.robot.commands.Move;
import org.usfirst.frc.team4778.robot.command... | [
"ethan@ejohnsons.com"
] | ethan@ejohnsons.com |
21faa22ccbbf8b7c3c7476bc876687989bef9a93 | 3d25eb97f35a3c338b32e849ec3057edf55ab450 | /src/main/java/cn/tomoya/module/user/controller/UserController.java | 66cb93880a5aecd68bc5ac4a26951afe7c884ace | [
"MIT"
] | permissive | insiston/pybbs | 7c0dc77ef82fa82c5e67619683363a2e77a912a2 | 3125e3e548f53d86621658b73a8dc38f601d30fe | refs/heads/master | 2021-01-12T14:42:51.275562 | 2016-10-26T14:40:59 | 2016-10-26T14:40:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,589 | java | package cn.tomoya.module.user.controller;
import cn.tomoya.common.BaseController;
import cn.tomoya.common.config.SiteConfig;
import cn.tomoya.module.collect.service.CollectService;
import cn.tomoya.module.reply.service.ReplyService;
import cn.tomoya.module.topic.service.TopicService;
import cn.tomoya.module.user.entit... | [
"liuyangyang@ichefeng.com"
] | liuyangyang@ichefeng.com |
a812757a6aedac5faca044c948992deec9cbe11a | 524f7bba8e6f7283b278a469466e538c7f63701e | /贝王-App源码/MStore安卓/mdwmall/src/main/java/com/qianseit/westore/ui/CustomListSelectorPopupWindow.java | 0d0c95c49868915af3c776a4e349623580f958cb | [] | no_license | xiongdaxionger/BSLIFE | e63e3582f6eec8c95636be39839c5f29b69b36ee | 198a8c15ad32de493404022b9e00b0fe7202de08 | refs/heads/master | 2020-05-16T10:00:49.652335 | 2019-04-24T08:56:29 | 2019-04-24T08:56:29 | 182,962,206 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,859 | java | package com.qianseit.westore.ui;
import java.util.List;
import org.json.JSONException;
import org.json.JSONObject;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.Context;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import android.view.Ke... | [
"xiongerxiongda@gmail.com"
] | xiongerxiongda@gmail.com |
4fd61ccea6ce06325b3986ec1dd298758fb9a171 | 38d4b3225c277fbc4af16ea2fc6293f2a7ffce23 | /net/AES.java | b8c1dd2df32b5be736dca322120b3f8e9c7207a6 | [] | no_license | xuanhu/CloudManagement | d646d67768cbf17eb880c23cac40690b0bf164f8 | 409a6958610270f681f0148a3e2b79ed2e46b911 | refs/heads/master | 2021-08-24T13:19:48.591767 | 2017-11-21T07:26:16 | 2017-11-21T07:26:16 | 111,513,282 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,751 | java | package com.tg.cloudmanagement.net;
import javax.crypto.Cipher;
import javax.crypto.spec.SecretKeySpec;
public class AES {
public static byte[] raw = {0x61,0x53,0x47,0x4A,0x4C,0x47,0x59,0x45,0x57,0x45,0x52,0x57,0x52,0x52,0x45,0x57};
public static String Decrypt(String sSrc) throws Exception {
try {
SecretKeyS... | [
"spirit369958"
] | spirit369958 |
5c1ba1b4af29ad7b06a6829bd4e71db966b22262 | 829aa3f591a09025801fa5c2b097b7544cfb18fa | /src/main/java/io/hops/site/dto/ClusterServiceDTO.java | 9dadb6f9a587ab40e38b744828e86c2615f9f4c5 | [] | no_license | isabella232/hops-site | 5e64c86b1046b104e6077b2815c4cc635d05cda8 | 2ba3535f15e855d817857d0824e7437ffe8f8707 | refs/heads/master | 2023-03-21T17:51:06.812574 | 2018-10-05T08:17:15 | 2018-10-05T08:17:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,984 | java | package io.hops.site.dto;
import java.util.List;
import javax.xml.bind.annotation.XmlRootElement;
public class ClusterServiceDTO {
@XmlRootElement
public static class Register {
private String delaTransferAddress;
private String delaClusterAddress;
public Register() {
}
public Register(Str... | [
"ormenisan.adrian@gmail.com"
] | ormenisan.adrian@gmail.com |
dc8534ba4d43f072ad85a210c59ae674c97463f8 | ca92abaec07e5e2673f56e20a43cdda6afe04ae3 | /app/src/main/java/com/example/admin/myapplicationmin/Model/LockerVO.java | 9fda0022b769c3d3ea5ff6dcfc13e674018aaf23 | [] | no_license | kalstjd96/delivery-app-mybatis-json-ClientApp-part | 7692045d3dabb2cb01bb177a43474fc17e345406 | 5340c3fca3dae755c8b46ae90abd890612de5914 | refs/heads/master | 2020-11-26T10:31:44.209140 | 2019-12-19T11:58:46 | 2019-12-19T11:58:46 | 229,044,008 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,879 | java | package com.example.admin.myapplicationmin.Model;
import java.io.Serializable;
public class LockerVO implements Serializable {
private String sno;
private String detail_no;
private String nfcid;
private String product_chk;
private String locker_chk;
private String lno;
private String l_n... | [
"kalstjd96@naver.com"
] | kalstjd96@naver.com |
7126ceede4821419081f907a4527143621125233 | d9477e8e6e0d823cf2dec9823d7424732a7563c4 | /jEdit/branches/4.3.x/org/gjt/sp/jedit/io/RegexEncodingDetector.java | 0415d5be547018e4cf7ed87c7da92b67e47db85c | [] | no_license | RobertHSchmidt/jedit | 48fd8e1e9527e6f680de334d1903a0113f9e8380 | 2fbb392d6b569aefead29975b9be12e257fbe4eb | refs/heads/master | 2023-08-30T02:52:55.676638 | 2018-07-11T13:28:01 | 2018-07-11T13:28:01 | 140,587,948 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,473 | java | /*
* :tabSize=8:indentSize=8:noTabs=false:
* :folding=explicit:collapseFolds=1:
*
* Copyright (C) 2008 Kazutoshi Satoda
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2... | [
"Vampire0@6b1eeb88-9816-0410-afa2-b43733a0f04e"
] | Vampire0@6b1eeb88-9816-0410-afa2-b43733a0f04e |
ecc7ed0f42d5f42e80e0b90b16cc8f091946735a | 95f1a0351408d4c099213e3b088b96fca025995e | /leet-java/src/main/java/study/leet/tree/IsBalanceTree.java | b91379c848e41cd1354f7e38d3cb0d2247cd19b7 | [] | no_license | moneyache/leet | bb145dd791afc5d31590487bc78641ba9e5b811d | cd12698b7218545347561f0199f13bbdc44da252 | refs/heads/master | 2021-01-10T06:13:45.772564 | 2016-09-14T09:16:23 | 2016-09-14T09:16:23 | 48,754,691 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,100 | java | package study.leet.tree;
import java.util.LinkedList;
public class IsBalanceTree {
private LinkedList<Integer> leafNodeDepth;
public IsBalanceTree() {
// TODO Auto-generated constructor stub
leafNodeDepth=new LinkedList<>();
}
public Boolean isBalanceTree(TreeNode<String> treeNode) {
getLeafDepth(treeN... | [
"chanteng@qq.com"
] | chanteng@qq.com |
9be695520edc347c3cf9d72b948ebbc99679d97e | 8fe36331d54a93195d5f1ba72f6fb3bcde4a63ea | /IG2Cast/app/src/main/java/android/ig2i/ig2cast/SlidingTabStrip.java | 5331f928e3a359584a2313f7fdf22d23658848b7 | [] | no_license | pachr/Android-Player | 3e2150f1378ffcdecf6d39355b7ace3b9fbbc883 | 3f77b0e9bbb44964b0869762c0b2ea7a07f4e7be | refs/heads/develop | 2021-01-01T03:57:37.168192 | 2016-06-03T14:10:18 | 2016-06-03T14:10:18 | 58,560,196 | 0 | 0 | null | 2016-06-03T14:10:18 | 2016-05-11T16:05:50 | Java | UTF-8 | Java | false | false | 6,346 | java | /*
* Copyright 2014 Google Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... | [
"kevin lawuy"
] | kevin lawuy |
d7cda70b0b2a95ff1065eb817417a2270cadeb03 | 1054465e1c9c1b95448a5b38feec775c035d5b44 | /app/src/main/java/cn/com/custom/widgetproject/activity/SplashActivity.java | 4d0e5fde31dd81888509e0a88bebbf739035bd15 | [] | no_license | stay4it2geek/Widgets_Project | 2f66450b8f4a22f922be87ad8deeaad7eb2a9519 | 94ee5dd92d998a40c70c7a052205acb71e076504 | refs/heads/master | 2020-12-05T03:16:56.354352 | 2016-08-19T01:50:05 | 2016-08-19T01:50:05 | 66,043,213 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,412 | java | package cn.com.custom.widgetproject.activity;
import android.content.Intent;
import android.os.Environment;
import android.os.Handler;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.animation.AlphaAnimation;
import android.view.animation.Animation;
import android.view.an... | [
"stay4it2geek"
] | stay4it2geek |
bb6939dbc53a8c6c1dbd7aa30cf1509dbe489a23 | 43eeac615caccc1c3e7b51669200be347bee99ad | /src/main/java/com/springmvc/entity/ClassificationguideExample.java | 8f684a49c6f5cfa3c7382b725d2088feef1adc39 | [] | no_license | fengwenya2019/idea-garbage-systerm | 05bea6bb798489997e1c5ff2472e18079911e612 | 854253e7b8bd84386b900afdcec9ea18507974e0 | refs/heads/master | 2022-12-23T09:44:05.470579 | 2020-03-18T13:30:45 | 2020-03-18T13:30:45 | 248,239,004 | 0 | 0 | null | 2022-12-16T07:47:35 | 2020-03-18T13:27:40 | Java | UTF-8 | Java | false | false | 13,997 | java | package com.springmvc.entity;
import java.util.ArrayList;
import java.util.List;
public class ClassificationguideExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public ClassificationguideExample() {
oredCriteria = new ArrayList<Cr... | [
"1462282654@qq.com"
] | 1462282654@qq.com |
1fbfd7b0bb103703e302c20278f8e45168856fa0 | e6003449ca4ea358511b923dd91c6a32f6abb64b | /AddJava/src/thread/DeadLockDemo.java | c0f7ea3163d0fa5ee3709e58b4e82c1ac83d24e1 | [] | no_license | Jiao-man-22/JAVA | 5fa286b457b69ac84a4035415e08fd37707c2726 | 8aaab7d926d7448a021aa501a6998ea2a9b11b81 | refs/heads/master | 2023-01-18T23:44:32.018920 | 2020-11-23T14:57:55 | 2020-11-23T14:57:55 | 263,896,187 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,672 | java | package thread;
/*线程死锁
* 一个 snychronized 修饰的方法 可以在多个线程之间进行同步
* 当一个线程进入snychronized 修饰的方法 其他线程就不能进入这个对象 的所有synchroniezd修饰的的方法,直到synchronied修饰的方法结束
*
* */
public class DeadLockDemo implements Runnable {
A a = new A();
B b = new B();
public DeadLockDemo() {
//设置当前 线程名称
Thread.currentThread().setName("Main==... | [
"2935996123@qq.com"
] | 2935996123@qq.com |
1060aaf2f72866134cc6dda60ee0ad9996212536 | 6f516315e7454a250ad09c6ac1a1bbffd284917b | /.svn/pristine/1a/1a4534e53bf3c358e0039dd9c241c9d2bfa54e7d.svn-base | 26d3f86336ec8591f027950255991c26c7c8c4ae | [] | no_license | tianxiao666/rno-gsm | ee50b243f012615487f6a8a30e90bc01f4c20517 | 9527fae599c4f5ddb4f7b19da78cc36f2f33919d | refs/heads/master | 2021-04-03T04:17:53.751162 | 2018-03-13T09:19:15 | 2018-03-13T09:19:15 | 125,024,357 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 538 | package com.hgicreate.rno.gsm.service.optimize;
import com.hgicreate.rno.gsm.model.Page;
import java.util.List;
import java.util.Map;
public interface AccordanceCheckService {
/**
*分页计算一致性检查
*/
List<Map<String,Object>> calculateAccordanceByPage(Map<String,Object> condition,Page page,String order)... | [
"chao.xj@hgicreate.com"
] | chao.xj@hgicreate.com | |
ba69406a9d238417fcd4e24e15d0839620edcf18 | fd2193a1aaf54a8a68ab62e95e1de8e0f785d503 | /problems/src/main/java/utils/graph/Point.java | 35f161d1aa951d8ff0870a85de744c8101b8690b | [
"MIT"
] | permissive | yangyangv2/leet-code | a4903151343a4c835e3f4dc3b6531179d4d4edd5 | 6419661bba796e896017faa30575747d136685f7 | refs/heads/master | 2021-01-01T17:14:10.311219 | 2018-06-12T22:54:30 | 2018-06-12T22:54:30 | 98,030,439 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 261 | java | package utils.graph;
/**
* Created by yanya04 on 1/14/2018.
*/
public class Point
{
public int x;
public int y;
public Point()
{
x = 0;
y = 0;
}
public Point(int a, int b)
{
x = a;
y = b;
}
}
| [
"yang.yang@ca.com"
] | yang.yang@ca.com |
a1bfed7b11b34a3b34d3aa93c1eaa2c7b8c93ccc | 6baf1fe00541560788e78de5244ae17a7a2b375a | /hollywood/com.oculus.unifiedtelemetry-UnifiedTelemetry/sources/com/facebook/acra/anrreport/ANRReport.java | 09a3e6ec1eb63d5bde88069c8e70ea5316301f50 | [] | no_license | phwd/quest-tracker | 286e605644fc05f00f4904e51f73d77444a78003 | 3d46fbb467ba11bee5827f7cae7dfeabeb1fd2ba | refs/heads/main | 2023-03-29T20:33:10.959529 | 2021-04-10T22:14:11 | 2021-04-10T22:14:11 | 357,185,040 | 4 | 2 | null | 2021-04-12T12:28:09 | 2021-04-12T12:28:08 | null | UTF-8 | Java | false | false | 16,497 | java | package com.facebook.acra.anrreport;
import X.AnonymousClass06;
import X.Mu;
import android.content.Context;
import com.facebook.acra.ACRA;
import com.facebook.acra.ErrorReporter;
import com.facebook.acra.FileGenerator;
import com.facebook.acra.PerformanceMarker;
import com.facebook.acra.anr.ANRDataProvider;
import co... | [
"cyuubiapps@gmail.com"
] | cyuubiapps@gmail.com |
0a2cbf3d0ec705414c97c1ce73f79926457b054f | 81bfff445e88f330e059b9525e92c227bd6bb1e0 | /src/com/awarematics/postmedia/types/ev/geom/package-info.java | c3a475e591409b33aaec87fbac1e310c9968870d | [] | no_license | awarematics/mgeometry | 02a0bc2832102c3fcc47f66a301b4552ca9a57a0 | a9698cd43ec166146f1a3cb9dff4ceaa58b0f8e5 | refs/heads/master | 2023-04-27T11:16:11.956364 | 2022-08-29T12:12:40 | 2022-08-29T12:12:40 | 142,313,939 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 95 | java | /**
*
*/
/**
* @author kwnam
*
*/
package com.awarematics.postmedia.types.ev.geom; | [
"dingwindivid@gmail.com"
] | dingwindivid@gmail.com |
9374cbba3cba7117e768de532feda8969a88798e | b67986eeeb33bb0eec7d00652da092bbc1234612 | /app/src/main/java/com/example/konkor/adapter/ViewPageAdapter.java | ade21c2b71f44e462fab741b5f8fae12b336bf8f | [] | no_license | PersianBuddy/konkor | 19321e478ab2ba346611a9acbc41e922a69d4871 | 9bc0dbc1c56486fb343a0da127d0023bb418e913 | refs/heads/master | 2023-01-22T22:12:52.557021 | 2020-11-30T18:38:34 | 2020-11-30T18:38:34 | 311,754,745 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,121 | java | package com.example.konkor.adapter;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import androidx.fragment.app.FragmentManager;
import androidx.fragment.app.FragmentPagerAdapter;
import java.util.ArrayList;
import java.util.List;
public class ViewPage... | [
"mnajafi0014@gmail.com"
] | mnajafi0014@gmail.com |
a60b89b141ea19a18c37d6afc1a630f38c243255 | 0f5b1e7c7179bbfca6e55dd3ad02a53a4850b730 | /spring-candh/src/main/java/kr/co/demo/device/dao/DeviceDao.java | d624971fddd495a427cd5eda24b6372345bc9193 | [] | no_license | doukheeWon-gmail/spring3-project | f41506454d260cc06050dbf7fba93cc4a9266e6a | 6d7dd1d6d44f69b8e70b63ea270a4f70299c8c35 | refs/heads/master | 2023-04-03T19:40:52.940158 | 2021-04-16T06:54:52 | 2021-04-16T06:54:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 64 | java | package kr.co.demo.device.dao;
public interface DeviceDao {
}
| [
"fain9301@yahoo.com"
] | fain9301@yahoo.com |
c01da7716f34468319ed154125e1d3bb1317ed37 | 58b11f0c6af2b3d808208c842668d2245d6be013 | /src/main/java/com/capgemini/cn/demo/fileManage/vo/response/AccessoryFileVo.java | 3b46eaf05fa27e8bd93badc6e8c86dacccf6321d | [] | no_license | Ycatsoul/MyOffice_csd1 | c0764bbc03556151a9d51054e61e8e54a56cc4a7 | 585ca716ee18a386b1d2892922d291f55dd60bbe | refs/heads/master | 2022-05-20T18:07:18.610487 | 2019-10-30T02:11:09 | 2019-10-30T02:11:09 | 209,487,269 | 3 | 0 | null | 2020-10-13T16:08:36 | 2019-09-19T07:14:30 | Java | UTF-8 | Java | false | false | 515 | java | package com.capgemini.cn.demo.fileManage.vo.response;
import com.capgemini.cn.demo.fileManage.entity.FileType;
import lombok.Data;
import java.util.Date;
@Data
public class AccessoryFileVo {
private Long accessoryId;
//父级文件夹ID
private Long fileId;
private String accessoryName;
private Long ac... | [
"491689063@qq.com"
] | 491689063@qq.com |
d47bf02fbc268330f96ea3cb53833b93e342ad47 | 3a46d74a1cda92a2c2b854e5c6d3816481db329a | /src/outputProcessorStrategy/RejectMsg/RejectMsg.java | 8a81a2336b38af6390719ab1d5fa9dada223baee | [] | no_license | RamyaMadhihally/Object-Oriented-Design-Patterns | 5e43fa8ff3149ee46f9438ab28c63ae81090921e | db147966c31a3667dcd1b2f7067835a250ec34e9 | refs/heads/master | 2020-04-02T05:29:17.430055 | 2016-07-09T17:57:43 | 2016-07-09T17:57:43 | 62,960,093 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 107 | java | package outputProcessorStrategy.RejectMsg;
public interface RejectMsg {
public void displayRejectMsg();
}
| [
"rmadhiha@hawk.iit.edu"
] | rmadhiha@hawk.iit.edu |
ac6fbcd341b15c1d702c3e4ab1b7ee43f51ba539 | 0294c2c0d58ca302dc0d82f464e7d29529eedf64 | /piechart/src/test/java/com/zhpan/custom_pie_chart/ExampleUnitTest.java | a5b3ad180316ba317af49da7567a2de8a9fc4686 | [] | no_license | IRMobydick/CustomView | aba841ee5033a7c6cecab7af5298785af46b2457 | 88079ac26f5e15ef10997227d2ee25bb3f3e0660 | refs/heads/master | 2020-11-24T05:54:44.360195 | 2019-10-18T04:53:10 | 2019-10-18T04:53:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 387 | java | package com.zhpan.custom_pie_chart;
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 ... | [
"pan.zhang@alo7.com"
] | pan.zhang@alo7.com |
f3781a31bc025392bcb9b5070e269f89b603a8d5 | e19ec9029735f0a38a9245e9ac1c6a10af880238 | /src/main/java/com/ssi/HQLFilteration.java | db05fef022633cbae416471249912dc9f81b33c6 | [] | no_license | ssiedu/hibernate-first-21-05-19 | 8305e0c97fe20a6f6694173ecd9868b5c84da0a9 | 40a363a9601a444f58a3cc7a3cc709e80d02b5ee | refs/heads/master | 2022-12-03T10:16:08.973881 | 2019-05-25T10:05:06 | 2019-05-25T10:05:06 | 187,812,560 | 0 | 0 | null | 2022-11-24T07:02:17 | 2019-05-21T10:08:39 | Java | UTF-8 | Java | false | false | 562 | java | package com.ssi;
import java.util.List;
import org.hibernate.Query;
import org.hibernate.Session;
public class HQLFilteration {
public static void main(String[] args) {
Session session=DataUtility.getSF().openSession();
Query query=session.createQuery("select rno,name,branch from Student order by rn... | [
"manoj.sarwate@ssiedu.in"
] | manoj.sarwate@ssiedu.in |
28ded8c3b3f3faf122400611cb442b0ae366ecc8 | e8a751f7618f7111800ad50f6eed2c46aae58a33 | /Leetcode_Java/src/main/java/leetcode/SearchInRotatedSortedArrayII_81.java | 36bdc0642ea27a271b8f226495486d21a5975bdf | [] | no_license | jiweiyu/LC | 2bd1bf2ee0d3fffeb38bf7e9518ca1849cc1da1b | cad086a55dd8b762c35770cca8a85e773f5983ac | refs/heads/master | 2023-06-17T06:00:09.423604 | 2021-07-13T23:32:33 | 2021-07-13T23:32:33 | 385,759,541 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,368 | java | package leetcode;
public class SearchInRotatedSortedArrayII_81 {
public boolean search(int[] nums, int target){
int start = 0, end = nums.length - 1, mid = -1;
while(start <= end) {
mid = (start + end) / 2;
if (nums[mid] == target) {
return true;
... | [
"ivy.jw.yu@gmail.com"
] | ivy.jw.yu@gmail.com |
387d438496311b93dcf2da45ae8d0e50333cc0ff | b8d0b4d6dd413ca9693c46754d73e3907a708a03 | /src/newdealQuiz/ArrayTest.java | 1f5e372f98abdbaac6cba3a7f873269d49d6be09 | [] | no_license | eunajjing/doit-java-algorithm | 4bdd4049c441c4e6dd66b6fc27f694112e3dd03f | 20ffa7f014e1119906288419cf24d20fbc411a80 | refs/heads/master | 2020-04-08T19:13:06.549148 | 2018-12-27T01:48:06 | 2018-12-27T01:48:06 | 159,645,176 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,002 | java | package newdealQuiz;
public class ArrayTest {
public static void main(String[] args) {
int[] score = new int[] {79,88,97,54,56,95};
int max = score[0]; //79
int min = score[0]; //79
for (int i = 1; i< score.length; i++) {
if (max < score[i]) {
max = score[i];
}
if (min... | [
"k_eaaaaa@naver.com"
] | k_eaaaaa@naver.com |
9b208858eb95edda9b152dbd9b16c3c175c1d6ab | ee461488c62d86f729eda976b421ac75a964114c | /tags/HtmlUnit-1dot1/htmlunit/src/java/com/gargoylesoftware/htmlunit/javascript/host/Input.java | 7b870e68dc25010a077a273edb7191df944b94c0 | [] | no_license | svn2github/htmlunit | 2c56f7abbd412e6d9e0efd0934fcd1277090af74 | 6fc1a7d70c08fb50fef1800673671fd9cada4899 | refs/heads/master | 2023-09-03T10:35:41.987099 | 2015-07-26T13:12:45 | 2015-07-26T13:12:45 | 37,107,064 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,490 | java | /*
* Copyright (C) 2002 Gargoyle Software Inc. All rights reserved.
*
* This file is part of HtmlUnit. For details on use and redistribution
* please refer to the license.html file included with these sources.
*/
package com.gargoylesoftware.htmlunit.javascript.host;
import org.w3c.dom.Element;
/**
* The ja... | [
"(no author)@5f5364db-9458-4db8-a492-e30667be6df6"
] | (no author)@5f5364db-9458-4db8-a492-e30667be6df6 |
12626d0fad1ee30b2f38477fd4a1736ca62d34c2 | 1edcfd79721056e54dc86716c1ba6429e21f78c9 | /libs/httpunit/src/com/meterware/httpunit/parsing/JTidyHTMLParser.java | 69325ec06b4c366fae025607363b4c17a2cf512a | [] | no_license | lencinhaus/pervads | bd548f6aab711152a6e465705dfa18fb915a594f | 237e93b3e4bf8094aaed9cc21c6fbb6161e5d6bb | refs/heads/master | 2021-01-25T07:18:38.399612 | 2015-03-24T00:37:06 | 2015-03-24T00:37:06 | 32,765,534 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,797 | java | package com.meterware.httpunit.parsing;
/********************************************************************************************************************
* $Id: JTidyHTMLParser.java 855 2008-03-31 08:54:13Z wolfgang_fahl $
*
* Copyright (c) 2002,2004,2008 Russell Gold
*
* Permission is hereby granted, free of ... | [
"usrlorecarra@503f4af4-0e9e-6bd7-51a0-2f919e806bf0"
] | usrlorecarra@503f4af4-0e9e-6bd7-51a0-2f919e806bf0 |
b71d028535533b33621b430ea701ef3ac2f0a7ff | 2475a2762328f221b5a51f5290debf3fbcb8c663 | /app/src/main/java/com/vis/entertainment/adapters/PhotoResultsAdapter.java | 2ac37d9536b61e57dbd8bbc3ee95cd6efc5a8203 | [] | no_license | visrahane/WhereAreThey-AndroidApp | 48cdba79fb5a03c042d9fed4d74c087bf2015856 | 8da0023d90af011c06c3bc83b7684a543002a3d7 | refs/heads/master | 2020-03-10T14:54:00.806112 | 2018-04-27T17:58:21 | 2018-04-27T17:58:21 | 129,437,712 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,803 | java | package com.vis.entertainment.adapters;
import android.graphics.Bitmap;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.Toast;
import com.vis.entertainment.R;
... | [
"rahane@usc.edu"
] | rahane@usc.edu |
f3d368481f5046f2a3ec4c3bba3ce163a2491531 | 4ee409920e2c65e9ab6f9b39ef261e0691bc0bae | /app/src/test/java/dhakre/fr/uha/minimaltodo/ExampleUnitTest.java | 4b1860794675c8d1ec19fbec7c4b57e205e1bde7 | [] | no_license | dhakre/MinimalTODO | 15632db56394ef268ecd2a5290c09a17f14fc370 | 3e094a15cd58aaa353154540d7db461ed37530c9 | refs/heads/master | 2021-01-25T09:20:35.882999 | 2017-06-09T03:13:47 | 2017-06-09T03:13:47 | 93,813,978 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 403 | java | package dhakre.fr.uha.minimaltodo;
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 v... | [
"sumitra.dhakre@uha.fr"
] | sumitra.dhakre@uha.fr |
f2d08cb32de4533388dee9ca2c4acee21bc77fe7 | 90f2457b8d17981612ab91d01c3892e4ea76c2d4 | /patientanalytics/src/main/java/com/patientanalytics/mapper/AdmissionCacheMapper.java | 390eba6c4d75b0d88b0cb542cce13557ad7d92b4 | [] | no_license | bigdatagists/MapReduceExamples | 310cf30173b77855e2b297b7948224c9d4d39283 | 8e62d4424bab6ac22a53cab0be64a8f68aebadb9 | refs/heads/master | 2021-01-10T22:17:18.119079 | 2016-10-17T17:16:39 | 2016-10-17T17:16:39 | 70,325,827 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,324 | java | package com.patientanalytics.mapper;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.URI;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import org.ap... | [
"prejula06.pp@gmail.com"
] | prejula06.pp@gmail.com |
bcc0a7ba4558f90e0aa39050c616bc2e46ac96b2 | 8f69421f9a732fe205521b3a50823542c659c07c | /src/main/java/com/spring/consumer/controller/SoapConsumerController.java | fc7541cc5e358e1afd69f2dd8451542558e3097e | [] | no_license | lrbell17/SOAP-Geography-Consumer-Spring | 6bc079ba87ac46142579ca0a72a2fe9b5eb037cd | 4cb6df1b42da6cae54ac04ecd829331eb12c4fd7 | refs/heads/master | 2022-12-02T03:36:18.779821 | 2020-08-12T20:28:55 | 2020-08-12T20:28:55 | 287,105,544 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 732 | java | package com.spring.consumer.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RestController;
import com.spring.consumer.servi... | [
"56008909+lrbell17@users.noreply.github.com"
] | 56008909+lrbell17@users.noreply.github.com |
7481cbd3f334ed4198b3ddfa132ba9d09cbab13f | 29e61326fac2be45dd4a610b96d77e74658d5fc4 | /stackoverflow-statistics/src/main/java/com/hadoxa/stowfl/statistics/hdx35/stepic/L4_2_s6_Reducer.java | 7c1e02ebd13e906c7b6b7dbc67f883c03f872da5 | [] | no_license | badunas/hadoxa-mapred | d74191248299856d35a89bd51a33763538a9a223 | 7a8ca9809fdf3fc03446b32c59fe5e120b087e20 | refs/heads/master | 2021-04-03T06:59:26.022010 | 2016-07-04T20:32:19 | 2016-07-04T20:32:19 | 62,585,947 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,178 | java | package com.hadoxa.stowfl.statistics.hdx35.stepic;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
/**
* Created by badun on 6/18/16.
*/
public class L4_2_s6_Reducer {
public static void main(String[] args) throws IOException {
BufferedReader reader = new Bu... | [
"badun.artsiom@gmail.com"
] | badun.artsiom@gmail.com |
f8c0c9eed7c1861912c9b082de03e027c6a673eb | 70de28334d4afcf340425bd4b8dbc2fcdbe11fff | /app/src/main/java/cn/edu/hebiace/javajpk/activities/LBaseActivity.java | d6070ce9459bca440fa334a18ddef4dc12d857aa | [] | no_license | zhaozw/Javajpk | 3ebd18c19b1df2f1be2e82f1d933979717afd979 | acbca6d1658e785d1da6e257ea3164c9b9fd6115 | refs/heads/master | 2021-01-23T04:53:20.665153 | 2017-01-22T04:47:32 | 2017-01-22T04:47:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 849 | java | package cn.edu.hebiace.javajpk.activities;
import android.content.Context;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.FragmentActivity;
import cn.edu.hebiace.javajpk.LApplication;
import cn.edu.hebiace.javajpk.core.AppAction;
/**
* Created by lpwxs on 15-12-3... | [
"lpwxs818@gmail.com"
] | lpwxs818@gmail.com |
805b20bf837b635d91a468145a640b4a6498d6ff | 07e076d1ecff0ab63a31e609323a035f07442e35 | /ged-backend/src/main/java/com/loga/skeleton/repository/RevisionRepository.java | 65b7b256b4f85850a8a8f4dcf43c21d43f3b7f6e | [] | no_license | Semiatu/loga-GED | 3dfccdb66955ecffa8c77d3610aa22d6ff301b6b | 04dcf0858227a1fc6ebf6c956dc6d6ec3ee46462 | refs/heads/master | 2021-06-21T15:31:11.047318 | 2019-09-17T12:40:43 | 2019-09-17T12:40:43 | 209,047,077 | 0 | 0 | null | 2021-03-31T00:47:41 | 2019-09-17T12:24:39 | TypeScript | UTF-8 | Java | false | false | 226 | java | package com.loga.skeleton.repository;
import com.loga.bebase.repository.AbstractRepository;
import com.loga.skeleton.domain.entity.Revision;
public interface RevisionRepository extends AbstractRepository<Revision, Long> {
}
| [
"semiatulawal@gmail.com"
] | semiatulawal@gmail.com |
8346db596ebc6dcaae0d4ae875b4524d4ab1ef17 | e2877784d551b9c7e4159b4b8c9fa761de56c327 | /n12/src/main/java/com/example/n12/N12Application.java | 78076a78891f710cc4ee1856bb8e4ea9a192242c | [] | no_license | mournfulCoroner/javpatterns | 1b6659b0eb4c936e5d30708e983df25785ff56b6 | 498c8fec3bd5d4c5e14f7f94718ff7ac7676f0d8 | refs/heads/main | 2023-03-30T19:59:31.358209 | 2021-03-29T21:20:59 | 2021-03-29T21:20:59 | 349,373,362 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 302 | java | package com.example.n12;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class N12Application {
public static void main(String[] args) {
SpringApplication.run(N12Application.class, args);
}
}
| [
"linayn9@gmail.com"
] | linayn9@gmail.com |
f4036e801320e701c68be48e5d61c449667acb73 | 7c01992fc742191fe95e5cb15f8fc132a6ce4b44 | /src/main/java/com/posin/verdrawerlayout/view/LinearLayoutTwo.java | 19c5f7b6ad6e967ef1f3b26bf1b48478a3c67702 | [] | no_license | chenguitang/VerDrawerLayoutDemo | fb3761eeafbd5034ee22e2adc0cadd0a5917be93 | efaec0c7945fd9cccda3e2ddffede6723ea889cf | refs/heads/master | 2020-04-12T18:47:04.204970 | 2019-01-17T01:44:52 | 2019-01-17T01:44:52 | 162,690,341 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,127 | java | package com.posin.verdrawerlayout.view;
import android.content.Context;
import android.util.AttributeSet;
import android.util.Log;
import android.view.MotionEvent;
import android.widget.LinearLayout;
/**
* FileName: LinearLayoutOne
* Author: Greetty
* Time: 2019/1/16 14:58
* Desc: TODO
*/
public class LinearLayo... | [
"782119927@qq.com"
] | 782119927@qq.com |
416fb26c460b51c155d1a68d548104c550019077 | 2c6b1399619c7facf16a0b14bad9244ccb424ee1 | /app/src/main/java/com/dicoding/picodiploma/vespa/MoveActivity.java | d0711a803dd23382c190f61b6b2ee5087d6dadd1 | [] | no_license | izzat170996/android-2 | ef15e38b889759dea101456c2ff9a3585e3d982d | 8c5adf269e43897d91d7b2caa3f8a0e5d5d3ea92 | refs/heads/master | 2022-04-27T12:15:25.242272 | 2020-04-29T09:09:43 | 2020-04-29T09:09:43 | 259,872,831 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,161 | java | package com.dicoding.picodiploma.vespa;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.ImageView;
import... | [
"izzatannafs89@gmail.com"
] | izzatannafs89@gmail.com |
27bf36f52263ab2e3a1dad59f87c0acffe2c081d | 5469b56fe7286890906d2d3091b6fe019909ac4c | /Facebook_java+pdf/Average value by level in a tree.java | 6eb8bc3c835325fee24cf5aeee7bc58dbe96612d | [] | no_license | stjiao13/files | d4f959422f897ba3b5c0015a7036c5c11d529c5d | 83a2e6d201af0699ca511a3445179baf8208dd1c | refs/heads/master | 2020-04-19T08:34:38.051251 | 2019-02-25T16:54:43 | 2019-02-25T16:54:43 | 168,081,854 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 741 | java | 102相似题 bfs O(n) time and space
public class Solution {
public List<List<Integer>> levelOrder(TreeNode root) {
List<Integer> res=new ArrayList<>();
if(root==null) return res;
Queue<TreeNode> queue=new LinkedList<>();
queue.offer(root);
while(!queue.isEmpty()){
int ... | [
"yuriqiao@gmail.com"
] | yuriqiao@gmail.com |
137fcd483e04eba217e5f9c2f63e8e004a044abe | 0d39e46be7c84a4a38a56743744ec15994e8c8b1 | /src/main/java/com/example/googleactionswebhooks/hook/google/api/generic/GAType.java | c5da94d2f4b330f4c45fb6c9ba36a76912703234 | [] | no_license | ekim197711/google-actions-webhooks | 5c02832d23cfe81ca4fad55692c0ab6ec1a90182 | d259d7844d9ee5f995fb089e5a231955a46c8b21 | refs/heads/main | 2023-01-22T10:42:23.622969 | 2020-11-23T23:01:40 | 2020-11-23T23:01:40 | 309,348,932 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 323 | java | package com.example.googleactionswebhooks.hook.google.api.generic;
public enum GAType {
/**
* type unspecified, should not set this explicitly.
*/
TYPE_UNSPECIFIED,
/**
* Only update status of the order.
*/
ORDER_STATUS,
/**
* Update order snapshot.
*/
SNAPSHOT
... | [
"mmni@protonmail.com"
] | mmni@protonmail.com |
e568be22284f90284a29e51e541b6a7dc3e824cb | b7326cd5db553e399a775034fce68cfc7fa159a1 | /AiqiyiWebProject/src/com/zsd/servlet/RegisterServlet.java | bb20d49f857050c332086c87876f048f72281dee | [] | no_license | my1019014341/s1 | 8f90ea9a923d3b0a3109f819aba36d4103e66fdc | fa677e173c4055cfae0b9a30e986693ba1d5d159 | refs/heads/master | 2021-01-25T16:58:43.061835 | 2017-10-22T04:32:49 | 2017-10-22T04:32:49 | 102,079,704 | 1 | 2 | null | null | null | null | GB18030 | Java | false | false | 1,461 | java | package com.zsd.servlet;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.zsd.Interface.CustomerDao;
import com.zsd.c... | [
"1019014341@qq.com"
] | 1019014341@qq.com |
67e2ca45362fc01bf2797e0b2fb63edb14d91dc4 | a2055edee58960aecd32ad54255b9bed19c1d0c8 | /客户端/PiCar/app/src/main/java/smarthome/Control_Activity.java | f009c8eabab091607c199e2473bed7baaeaff34a | [] | no_license | tangczc/PiRobot | 0d70759b38a59513eab531ac4b50080430a7927a | 307c590c214d0a6576b2a128675a0d939bb3a954 | refs/heads/master | 2020-03-12T04:10:10.926336 | 2018-04-21T04:52:32 | 2018-04-21T04:52:32 | 130,439,347 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,460 | java | package smarthome;
import android.app.Activity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.CompoundButton;
import android.widget.TextView;
import android.widget.ToggleButton;
import java.io.IOException;
import fufu.smarthome.R;
public class Control_Activit... | [
"Mytczc521@outlook.com"
] | Mytczc521@outlook.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.