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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a82a9c5ea2d488192a8785069bf1fc66979f02ab | c98e3d23ec087b97bc0d8cfd8dd15d6f68baf931 | /MyProject/src/Methodoverloading.java | 2b8f7c84b810d03936b278b271f8e4377dfee0f5 | [] | no_license | prajapativikas/Thevikasprogram | 80c58372860c43a6407ffb956aec560c9ace2b5a | 445360f280cce203a66c996711e882c0816ad2a0 | refs/heads/master | 2021-01-19T02:12:00.325595 | 2017-09-01T10:31:12 | 2017-09-01T10:31:12 | 84,401,204 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 517 | java | public class Methodoverloading // (same method name but different parameter with same class name)
{
public static void main(String[] args)
{
System.out.println(Add(5,6));
System.out.println(Add(5.4,4.6));
System.out.println(Add("vikas ","prajapati"));
}
public static int Add(int a, int b)
... | [
"vikasspiritual1993@gmail.com"
] | vikasspiritual1993@gmail.com |
63df6a9b9c0d59a1e130c9ca05bbaefe855246c5 | e2e7fc3084d243c022a6b89f8463504ba07fd608 | /garderie-types/src/main/java/com/garderie/types/user/info/EmergencyContact.java | e8220bafd988f907de4a6d2c91666421edf72c55 | [] | no_license | funcodin/garderie | 6bc2f6f89b1cb497716dfb69b207b1af3b824ec7 | 68c57c5b9fce380dfc8954f7dc11c704343fd773 | refs/heads/develop | 2021-05-08T05:44:05.734480 | 2018-03-13T05:41:53 | 2018-03-13T05:41:53 | 106,516,404 | 0 | 0 | null | 2018-03-13T03:27:48 | 2017-10-11T06:51:08 | Java | UTF-8 | Java | false | false | 1,413 | java | package com.garderie.types.user.info;
import com.garderie.types.AbstractPersistable;
public class EmergencyContact extends AbstractPersistable{
private String firstName;
private String middleName;
private String lastName;
private String cellPhone;
private String workPhone;
private String homePhone;
private Re... | [
"Rohit@Rohits-MacBook-Air.local"
] | Rohit@Rohits-MacBook-Air.local |
898b330da5d9459e3b34ae65486fd7bdc4b5cd2a | c44a244a8f62177c9d24961fe37c61fb1ef10c3c | /JAVA V/Predavanja/08272019/Planinari/Planinari/Main.java | 46a77e3341dd7516c75006a03a6d455ced5d5895 | [] | no_license | ivanastepanovic/IT-Bootcamp-Java-Kurs | 1e2be217c2de3dc185b189bae943f452937deb22 | a85a483e32e79d087016d0d91eb092d749efda41 | refs/heads/master | 2020-05-29T15:31:46.457534 | 2019-09-02T07:53:46 | 2019-09-02T07:53:46 | 189,224,634 | 0 | 0 | null | 2019-05-29T12:50:43 | 2019-05-29T12:50:42 | null | UTF-8 | Java | false | false | 813 | java | package Planinari;
public class Main {
public static void main(String[] args) {
Planinar[] nizPlaninara = new Planinar[5];
nizPlaninara[0] = new Alpinista("Zika","Alpic");
nizPlaninara[1] = new Alpinista("Pera","Peric");
((Alpinista)nizPlaninara[1]).setPartner((Alpinista) nizPlanina... | [
"42943078+ivanastepanovic@users.noreply.github.com"
] | 42943078+ivanastepanovic@users.noreply.github.com |
f4992ccf6f66599610a5b2bef081ca70bbd2bf6c | f883ec7c0d48efef769633256cbd8cfc9ca68a14 | /web/src/main/java/by/estore/web/listener/AppListener.java | e2577964ba5f552779eeb69fe80ba56899ebc6e8 | [] | no_license | pallid4m/jwd-final-project | 7a3c7d2ff9954e603ab5a68c5dd889706d6237ee | 43280bcb694914a08fa4ac0c768bb49a2c66a701 | refs/heads/master | 2023-02-02T17:56:55.240499 | 2020-12-20T15:55:02 | 2020-12-20T15:55:02 | 300,156,139 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,749 | java | package by.estore.web.listener;
import by.estore.dao.exception.ConnectionPoolException;
import by.estore.dao.impl.pool.ConnectionPool;
import com.mysql.cj.jdbc.AbandonedConnectionCleanupThread;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import javax.servlet.ServletContextEvent... | [
"pallid4m@gmail.com"
] | pallid4m@gmail.com |
a69f7557241266689b3deca0198f1331da181ff5 | c7e72bb4fa2c1c3349a6153fd9e6d9d1608446c3 | /MA_Classification/src/main/java/de/juwo/uima/core/DocumentPreprocessor.java | cd692fe5ffd9114d796e9bc66dc10794d9309170 | [] | no_license | alainloisel/MA_Document_Classification | 63f999eb43502bc71685c65ee8615f792673f2fa | 84bb75b7808e3ed78fd59b22230c4c2a4e04d6b3 | refs/heads/master | 2021-01-14T11:44:57.782726 | 2014-04-29T16:47:46 | 2014-04-29T16:47:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,416 | java | package de.juwo.uima.core;
import org.apache.uima.cas.CAS;
import org.apache.uima.resource.ResourceInitializationException;
import org.cleartk.syntax.opennlp.SentenceAnnotator;
import org.cleartk.token.stem.snowball.DefaultSnowballStemmer;
import org.cleartk.token.tokenizer.TokenAnnotator;
import org.uimafit.component... | [
"julian_wolfert@web.de"
] | julian_wolfert@web.de |
d2573a64e689b5ca8656345b9a80f38adf97024b | 86f0fdf3dc0c09dc995a4c2dc03885fd0ece49f5 | /app/src/main/java/com/function/gokulraj/MainActivity.java | bede34626ef1c037f446fa1cfd6d7716c8537ea2 | [] | no_license | Gokulraj003/Doctor | 0462bad5b791b5a743441e30cf6066c93b54ab72 | 20d103c3d36911d4ebfced06c52737e851d207a1 | refs/heads/master | 2023-03-06T11:57:58.330548 | 2021-02-20T15:53:59 | 2021-02-20T15:53:59 | 340,682,191 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 747 | java | package com.function.gokulraj;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.ImageView;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceStat... | [
"gokulrajg1999@gmail.com"
] | gokulrajg1999@gmail.com |
bb184d29a1906050b60ae18a8d0c1a55127dd4c1 | fd50f323bf3b730f13573fea3369ed7d21488882 | /scaffold-mvp/src/main/java/indi/liyi/scaffold/mvp/BaseXFragmentActivity.java | 97c34ec9d2f233d95db697b061eaa80237671099 | [] | no_license | albert-lii/Scaffold | 70c22a555e788d8627dea057ac010dc9c23df111 | 8ede5450824d854e10457f715e31986ddc0c8a05 | refs/heads/master | 2020-03-26T16:18:17.668954 | 2018-10-10T09:46:37 | 2018-10-10T09:46:37 | 145,092,934 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 810 | java | package indi.liyi.scaffold.mvp;
import android.support.v4.app.FragmentActivity;
public abstract class BaseXFragmentActivity<P extends IBaseXPresenter> extends FragmentActivity implements IBaseXView {
private P mPresenter;
public abstract P onBindPresenter();
public P getPresenter() {
if (mPresen... | [
"albertlii@163.com"
] | albertlii@163.com |
f49458e2db50637d1be65003ea1ed3e32cb7317c | a93d33922dfc9362d579dae15fe7af592d76829c | /base/src/设计模式/适配器模式/adapter/QQImpl.java | 0f4095ec8c2c0945437b8657e81a47deed84d7be | [] | no_license | 894021573/java_learn | 6d77435994b5d6a5c056235e14b4ac1359d81743 | 79ba3e761538a0de37fa11d899261ff8487ac14b | refs/heads/master | 2022-12-21T09:11:05.041879 | 2019-09-03T05:00:48 | 2019-09-03T05:00:48 | 158,891,801 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 279 | java | package 设计模式.适配器模式.adapter;
import 设计模式.适配器模式.extension.QQ;
import 设计模式.适配器模式.target.User;
public class QQImpl implements User
{
@Override
public void login()
{
(new QQ()).qLogin();
}
}
| [
"894021573@qq.com"
] | 894021573@qq.com |
c3c417e93fdb7cb79ba41a4e8c83fbb96a0a3150 | d7f87245613b21212e000791dd5a3258a431b2fd | /src/main/java/mx/edu/utez/controller/UsuarioController.java | 2b40ee697bc7fae553f53389f7c3fee69a6651ae | [] | no_license | MarcoAntonioLopezFlores/Tienda-Api | 71ad6d712bb6d4e82cba99250dfd795c46ccf5be | 61604d7214afc81813d0b860e7b92fcb82f1a79d | refs/heads/main | 2023-08-31T17:48:09.733451 | 2021-09-27T04:30:17 | 2021-09-27T04:30:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,677 | java | package mx.edu.utez.controller;
import mx.edu.utez.configuration.JwtResponse;
import mx.edu.utez.dto.UsuarioDto;
import mx.edu.utez.exception.ApiRequestException;
import mx.edu.utez.model.Usuario;
import mx.edu.utez.service.CorreoService;
import mx.edu.utez.service.UsuarioService;
import org.modelmapper.ModelMapper;
... | [
"mnmarcolf@gmail.com"
] | mnmarcolf@gmail.com |
ff628be00265d54079377979642f0352f3d7d97e | 3ee73eeec4bca8d5dbb10274f91a74581b5f7283 | /src/main/java/de/computerlyrik/spring/securityobjects/service/PasswordEncoderImpl.java | 1256c62435dd7330d50706a7250ffcfc5bc5bd6c | [] | no_license | computerlyrik/spring-securityobjects | f0a19262540a12319905e3dd55afb7445bec64b5 | 8f678f79346274ee3ca2b83e72cdeca2343ec3cb | refs/heads/master | 2021-01-01T18:55:33.719304 | 2013-08-16T19:45:55 | 2013-08-16T19:45:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,425 | java | package de.computerlyrik.spring.securityobjects.service;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.Column;
import javax.persistence.Transient;
import javax.persistence.TypedQuery;
import javax.validatio... | [
"sw-dev@computerlyrik.de"
] | sw-dev@computerlyrik.de |
6aa8277f70414e908090595691adc29735ac21d9 | 6fd11ee49683f65c59d99cc696ca3e572b33b337 | /app/src/main/java/com/example/prabhat/tester_app/MapsActivity.java | 1ee70d06c74f128fb5563dcc8b82a0d357049abf | [] | no_license | prabhu94/Smart-Ambulance | f3fbd46365c732c83753cb2c73a7b88226748e7a | ef14983b656fc0f72f84afa1f52589eaa42945a4 | refs/heads/master | 2020-12-30T09:27:13.840795 | 2016-05-15T12:08:32 | 2016-05-15T12:08:32 | 100,418,015 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,687 | java | package com.example.prabhat.tester_app;
import android.Manifest;
import android.app.Notification;
import android.app.NotificationManager;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.location.Location;
import android.content.IntentSender;
import android.location.Location;
im... | [
"prabhatturlapati1@gmail.com"
] | prabhatturlapati1@gmail.com |
63c40541ebf094dfbc09ad42411bf38dca2cda6d | 933450b76a6ebfc06f5ee8bd09a03e5eecd79081 | /itm-455/HW3/Quotes/src/com/iit/itm455/hw3/Quotes/CustomAdapter.java | 83d1ca625267316fb7fb42eeaad3927635cb5814 | [
"MIT"
] | permissive | bradyhouse/iit | 7a2e0e1d81a0d02dc432bc7a5a2b76fde7bd8865 | 7d1e91864467f56fa6dc901a83e97977630132b3 | refs/heads/master | 2022-07-07T01:20:45.808092 | 2016-08-27T17:11:46 | 2016-08-27T17:11:46 | 66,312,487 | 1 | 1 | MIT | 2022-03-25T15:57:02 | 2016-08-22T22:22:26 | JavaScript | UTF-8 | Java | false | false | 1,783 | java | package com.iit.itm455.hw3.Quotes;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import android.wi... | [
"bradyhouse@gmail.com"
] | bradyhouse@gmail.com |
36140c5f6c28278418861be57c26258315d48cc7 | e2305664d8bad3aa7cf7f719ff433209ccf75a5f | /fox_pipaw/src/main/java/com/example/fox_pipaw/book/FragmentBook.java | 0dc476bfadd82699eb99e246222a69dc59982408 | [] | no_license | zhangyangzhangyang/A1607 | 865ec24df66eefd4619755e54e2a0472071129ef | 7000b95b33f56adc26847103fdae64d5c3e9f051 | refs/heads/master | 2021-01-12T17:38:27.343308 | 2016-11-09T12:55:13 | 2016-11-09T12:55:13 | 71,622,129 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,838 | java | package com.example.fox_pipaw.book;
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.BaseAdapter;
import android.widget.GridView;
import androi... | [
"1343253269@qq.com"
] | 1343253269@qq.com |
19c482294e6f575e5fff17e2eb62c5df3916bdae | f16990b848a5f4007ab0643bebcecba3cce2200b | /src/main/java/com/student/recruit/domain/RecruiterDeptPK.java | 257e93b14e4380de2d981a656ceec7c61f1d6f50 | [] | no_license | xiachaosir/student-recruit-web | 2671821dbd08def6c9b3f63437b42819fc58613b | 2950c1979a25066187b7d9ee8deef7eed305d683 | refs/heads/master | 2021-01-12T03:43:22.245593 | 2017-04-17T09:18:55 | 2017-04-17T09:18:55 | 78,255,664 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 712 | java | package com.student.recruit.domain;
import javax.persistence.Column;
import javax.persistence.Embeddable;
import java.io.Serializable;
import java.util.UUID;
/**
* 部门复合主键.
* Created by xiachao on 2017/4/13.
*/
@Embeddable
public class RecruiterDeptPK implements Serializable {
@Column(name = "dept_id", nullable ... | [
"xiachaosir@163.com"
] | xiachaosir@163.com |
0fa62d24026b2fd4a89fb66a5d4ed94e9f483ebe | 9640b582838532ab25746369f528e0165a8a6512 | /src/main/java/org/systemrendas/dto/sociopatrimonio/SocioPatrimonioDTO.java | 525b22a5a2cd4004728e3be4f616516ba9648ca5 | [] | no_license | munhozfontana/syshouse-backend | ea451e176776fedebf9ebdfa6c18fc326ea7d234 | b215bb2d1676bb7965c822680902283d86433cbc | refs/heads/master | 2022-12-20T03:50:47.940935 | 2020-10-07T00:01:27 | 2020-10-07T00:01:27 | 273,362,104 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 272 | java | package org.systemrendas.dto.sociopatrimonio;
import java.util.UUID;
public class SocioPatrimonioDTO extends SocioPatrimonioNewDTO {
private UUID id;
public UUID getId() {
return id;
}
public void setId(UUID id) {
this.id = id;
}
}
| [
"munhozfontana@gmail.com"
] | munhozfontana@gmail.com |
27b99140d272529faf6f6a1687c961ec5cd785ec | a420093d74adad390dd5fc1c2278a28f02b16598 | /MotoActions/src/org/lineageos/settings/device/DozePreferenceActivity.java | 05d45761ae9ea93238d9c19daa9069fa208c5c2d | [] | no_license | StyxProject/hardware_motorola | 3526c044f154adbc7021d3c286adb9508dbf1d32 | d0e961af82707d79148dc7cb1dfa20a3155cc488 | refs/heads/R | 2023-04-26T20:44:28.656056 | 2021-05-14T00:18:18 | 2021-05-14T00:18:18 | 341,747,982 | 0 | 5 | null | 2021-05-14T00:18:19 | 2021-02-24T01:58:29 | Java | UTF-8 | Java | false | false | 2,248 | java | /*
* Copyright (c) 2017 The LineageOS Project
*
* 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 la... | [
"info@stricted.net"
] | info@stricted.net |
234cbe92386dcabf6787fd3fadacebd04533091f | a8c5ff524c4de065bc6d712764d890ebc254709d | /SOA - Test/src/soa/SOA_TEST.java | 96bc572741d0fc3f804a095f07ea20fef04fce9d | [] | no_license | rrameshcs5/SRP-QA | 66056f1a1f22fa2f36bc9d1673b90fbfdaae4ae4 | 43a98d7e474cbc4909f1ae7fec74fce9ee3250f6 | refs/heads/master | 2020-03-17T19:27:02.691340 | 2018-08-15T21:57:09 | 2018-08-15T21:57:09 | 133,861,967 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,393 | java | package soa;
//import org.openqa.selenium.By.ById;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.support.ui.Select;
public class SOA_TEST {
public static void main(String[] args) throws InterruptedException {
Syst... | [
"ramesh.qa.raja@gmail.com"
] | ramesh.qa.raja@gmail.com |
6ac03963cd0a103cc54496713553b6d588f0c6bf | 91dd188aadfde2f55074ff586570290bf76ef612 | /TareaProgramada/src/arboles/NodoArbolAVL.java | b9b0390fdf82f317e1c9e4e73a5cefd13f792df5 | [] | no_license | idleStardust/DataTEC | e11aded19c84ff50fb1eb3896ef78c71b65be8b1 | 4eb7dfaa4f2bc420ae6196c0e073ebcf3f1127de | refs/heads/master | 2021-08-27T15:14:17.315466 | 2013-11-21T19:36:09 | 2013-11-21T19:36:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,132 | java | package arboles;
import abs.IComparable;
public class NodoArbolAVL
{
/**
* Dato que contiene el Nodo.
*/
private IComparable _Dato;
/**
* Descendiente Hijo Derecho del Nodo.
*/
private NodoArbolAVL _HijoDer;
/**
* Descendiente Hijo Izquierdo del Nodo.
*/
private NodoA... | [
"artmor@outlook.com"
] | artmor@outlook.com |
13ef591aedc0cdb09f79dc6e06c7597003bc52d5 | e0305f374096aab90fffa5795598506944862e0d | /pay-pal-service/src/main/java/com/ws/sep/paypalservice/enums/PlanState.java | 281e796085b24f0fb66ae766bf746535b8668549 | [] | no_license | jovanjenjic/Electronic-payment-system | cc2fd4ddb7feca040660943be9a0e3b39e079881 | 48864501d3373fa761fe1fe21fa80821b119e143 | refs/heads/main | 2023-06-21T14:35:05.561596 | 2021-02-07T17:16:38 | 2021-02-07T17:16:38 | 392,363,681 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 100 | java | package com.ws.sep.paypalservice.enums;
public enum PlanState {
CREATED,ACTIVE,INACTIVE,ALL
}
| [
"mandic.nikola96@gmail.com"
] | mandic.nikola96@gmail.com |
02542cf39145719bd7f2c3529b3f87d7aa55140b | 131fc45fe0f2d01971cc2976a7a17b2766010a46 | /pulsar-third/pulsar-chrome-devtools/src/main/java/com/github/kklisura/cdt/protocol/types/page/CaptureSnapshotFormat.java | e679384a77897731f375e450f01a0e3b22d12af9 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | owinfo/pulsar | 3f5337fb992499275dfb80513f300385b29012ba | 9b284ddde911307ec6011e490a3b843ed724ed61 | refs/heads/master | 2022-10-24T01:20:01.683325 | 2020-05-13T03:05:25 | 2020-05-13T03:05:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 868 | java | package com.github.kklisura.cdt.protocol.types.page;
/*-
* #%L
* cdt-java-client
* %%
* Copyright (C) 2018 - 2019 Kenan Klisura
* %%
* 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
*
... | [
"ivincent.zhang@gmail.com"
] | ivincent.zhang@gmail.com |
4ec93cbf43b6457ca4719d38e67845d85e1c6ac4 | 6fd9184cca58407542bc3ace7e2673b8b3c9a220 | /NENU_JoinMarket/src/main/java/com/nenu/market/service/visitorPosition/VisitPositionService.java | d416367f1de1099452c8156dac49f289edcbcad9 | [] | no_license | nenujoin2017/JoinMarket | 3eaf472a453bd858afe07670e5dac0c786747b5a | aa3f52c25855a99956723770c98d12f62f0c972d | refs/heads/master | 2022-07-17T06:29:26.885153 | 2019-09-19T14:15:04 | 2019-09-19T14:15:04 | 185,150,508 | 0 | 0 | null | 2022-06-21T01:27:54 | 2019-05-06T07:59:55 | Java | UTF-8 | Java | false | false | 597 | java | package com.nenu.market.service.visitorPosition;
import com.nenu.market.entity.visitorPosition.VisitPosition;
import java.util.List;
/**
* @Author: xinlee dage
* @Description:
* @Date: 16:51 2019/5/20
*/
public interface VisitPositionService {
List<VisitPosition> listAllVisitPosition();
boolean addVis... | [
"1229731417@qq.com"
] | 1229731417@qq.com |
21f6822558c331c4c0983c6619f684c1fb171fed | 25d1a60da3e4fe7970b1974eb235b2857ddc2981 | /util/src/main/java/com/abbytech/util/eventform/SimpleObserver.java | 3307dbe1cc7e3e77f7b6485c92cbc86b56e94e70 | [] | no_license | Abbytech/ShoppingApp | 696f1ed8c0d99215e82a401c197dfe50fb53e232 | 8b120ab34de7f4a322e4fa06e89f8c59b6856395 | refs/heads/master | 2021-01-19T03:31:48.802798 | 2017-05-08T21:53:14 | 2017-05-08T21:53:14 | 87,321,861 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 240 | java | package com.abbytech.util.eventform;
import rx.Observer;
public abstract class SimpleObserver<T> implements Observer<T> {
@Override
public void onCompleted() {
}
@Override
public void onError(Throwable e) {
}
}
| [
"bsawsk@hotmail.com"
] | bsawsk@hotmail.com |
8401e520a4f71a44099e9b93297dcccfbd3a63dd | cdc6184afd86592fe2e847193b946769b7cbd4f2 | /src/com/company/Main.java | 2e975814921f12fba6934540c619ed647b75e446 | [] | no_license | kolele/AutoboxingAndUnboxingChallengeV3 | ad5b8e59ca4c97cb24b4b750861457f4c97608a8 | 4a40bd109f5d4d2398aacaab31cc84d5d0eff3d9 | refs/heads/master | 2020-03-20T18:46:54.178624 | 2018-06-20T10:11:38 | 2018-06-20T10:11:38 | 137,603,969 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 626 | java | package com.company;
public class Main {
public static void main(String[] args) {
Bank bank = new Bank("Raiffeisen");
bank.addNewBranch("nbgd");
bank.addBranchCustomer("nbgd","kole",20);
bank.addBranchCustomer("nbgd","sale",10);
bank.printBranchCustomers("nbgd",true);
... | [
"slobodan.kosanovic@gmail.com"
] | slobodan.kosanovic@gmail.com |
7c5f352d79b222c2b5299630078e3654f10ea2b0 | e8860ff0dd3e3eaf8f3f74b00fb4f3467541d1b0 | /src/com/ihangjing/Model/AddressBean.java | 6685adfd27fb815b5202e7a543e294c7926f4d40 | [] | no_license | GitHubAFeng/ZJYX4Android | 1fcc7be1e1f8d496383041df817955ccf7cb2e6e | dd1c1bd4f5478e5452a1f1296ae7992ee41b5129 | refs/heads/master | 2021-01-01T16:48:01.179637 | 2017-07-21T08:09:43 | 2017-07-21T08:09:43 | 97,923,847 | 1 | 0 | null | null | null | null | GB18030 | Java | false | false | 2,826 | java | package com.ihangjing.Model;
import org.json.JSONException;
import org.json.JSONObject;
/*
* 程序节(Bean) 可重用软件组件。将它们组合起来使用就可创建出应用程序。
*/
public class AddressBean extends BaseBean
{
public String area = "";
public String city = "";
public double lat = 0.0D;
public double lon = 0.0D;
public String pro = "";
... | [
"283215159@qq.com"
] | 283215159@qq.com |
f50d8c70247f2df39f212f74a097ac2bf36351f3 | 9d76610c099b715506f4d84e05916d917f922451 | /BrickAPI/src/de/damaico/api/ConnectionAnalyzerCapability.java | 76df57d416303c6eb69f9f3845d14d595a4de841 | [] | no_license | acetous/TinkerForgeManager | fef726321b13660afe4db17eed81b2a271f9b59a | 5949b108f4817b93d012ae8cbda750b6ebaebcb2 | refs/heads/master | 2020-04-25T00:01:35.524920 | 2012-09-21T10:45:17 | 2012-09-21T10:45:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 299 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package de.damaico.api;
import org.netbeans.api.visual.widget.ConnectionWidget;
/**
*
* @author herbi
*/
public interface ConnectionAnalyzerCapability {
public ConnectionWidget analyze();
}
| [
"sebastian.herbermann@googlemail.com"
] | sebastian.herbermann@googlemail.com |
a1c00ac0c09ffdb45a2e48322b9c029f62318555 | a042ca00045f8fbeed1edf9ee88c4d5298cce3a5 | /src/gui/content/CentralPanelGUI.java | 3b157a5a88551c6d8dff1aee423f474a91dc0cfc | [] | no_license | jlrconstantino/projeto_final_poo | 17012be7fbafc032f2b1307b00725fccbde66bbb | 652273888cb464bb0e5cab3351df0bba25c483be | refs/heads/main | 2023-06-29T08:40:14.014384 | 2021-07-28T01:40:03 | 2021-07-28T01:40:03 | 384,232,124 | 0 | 0 | null | 2021-07-27T19:38:18 | 2021-07-08T19:45:28 | Java | UTF-8 | Java | false | false | 2,218 | java | package gui.content;
import java.awt.CardLayout;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
/** GUI da interface central. */
public class CentralPanelGUI extends JPanel {
// ID do painel
private static final long serialVersionUID = 9L;
// Atributos para alternar visualização dos paineis... | [
"jlconsttantino@live.com"
] | jlconsttantino@live.com |
a3adf1c6e9dec7dce2d5128b39755c708692b3c8 | 5b72af02fb796b6fede971269efc3659cd2ff443 | /common/tarot-core-domain/src/main/java/com/myee/tarot/admin/domain/ForgotPasswordSecurityToken.java | 29857ffaccec5b2e03e4c3d25a6caa70d1a6ca5f | [] | no_license | bulong0721/tarot | ed665ad14d256afcb034a7c2633e861fada443cc | 902a456c7690a0a199a8ba246ee7f9fe2c1960f7 | refs/heads/master | 2021-01-23T21:39:23.856785 | 2016-12-30T03:28:28 | 2016-12-30T03:28:28 | 57,170,943 | 5 | 3 | null | null | null | null | UTF-8 | Java | false | false | 2,366 | java | package com.myee.tarot.admin.domain;
import com.myee.tarot.core.GenericEntity;
import javax.persistence.*;
import java.util.Date;
/**
* Created by Martin on 2016/4/11.
*/
@Entity
@Table(name = "C_ADMIN_PASSWORD_TOKEN")
public class ForgotPasswordSecurityToken extends GenericEntity<String, ForgotPasswordSecurityTok... | [
"martin.xu@clever-m.com"
] | martin.xu@clever-m.com |
edc596eb678e5cb7afea3f55ff99d99c7e389acb | df50aa6d40fa569141bb8c1df1a21d7d86e57fc1 | /src/main/java/br/com/ithappens/desafiocheckout/repository/DocumentoRepository.java | 98599add643c9cf35de8c9c709f6fe83825e3ee7 | [] | no_license | elysantos/desafio-tecnico | 282d979df08d21e595dabf97229f469eb7589b59 | 34a3ccaac89ccbb1361efeddc1204442e9762583 | refs/heads/master | 2023-04-13T12:00:11.776995 | 2019-05-27T16:31:37 | 2019-05-27T16:31:37 | 188,867,462 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 352 | java | package br.com.ithappens.desafiocheckout.repository;
import br.com.ithappens.desafiocheckout.domain.DocumentoFiscal;
import org.springframework.data.jpa.repository.JpaRepository;
import java.util.Optional;
public interface DocumentoRepository extends JpaRepository<DocumentoFiscal, Long> {
Optional<DocumentoFisca... | [
"ely.franklin@acad.ifma.edu.br"
] | ely.franklin@acad.ifma.edu.br |
edb20727c20122a450331cf28859bf8df20d94ee | 5602d1155c5da8cd7a414c49fe6449d6508c195b | /src/main/java/com/pjaswal/learning/datastructures/recursion/TowerOfHanoi.java | 6e3049b5f1b3f835391cf9546c7555d4f6e1eb0a | [] | no_license | prashant08jaswal/Practice | 819b7fea6dcf2ca6c322311a299f6bd97e96a30f | 9ba23c7327837a330c6eecf00565c72e60f8c8e4 | refs/heads/master | 2021-06-23T12:56:00.153835 | 2021-01-10T12:42:37 | 2021-01-10T12:42:37 | 188,662,822 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 92 | java | package com.pjaswal.learning.datastructures.recursion;
public class TowerOfHanoi {
}
| [
"admin@10.91.169.177"
] | admin@10.91.169.177 |
eef65d0a93b0e808d40bfdff82d93bf26784a730 | 1d4211635a09905db9288825ba763a9d5eb9d3f6 | /src/main/java/com/zhiyou/utils/VideoResult.java | c1fdf6c84b3980e2c7e44bb74782626a1494d464 | [] | no_license | zahaslc/video | 3154c96d06ff64eb5b8316dc7da018fb9ff793ee | b8f6774f9c0e6164dd7b6e122200db5eb6ed52a1 | refs/heads/master | 2022-12-10T11:53:32.203459 | 2019-08-17T09:50:41 | 2019-08-17T09:50:41 | 202,112,351 | 0 | 0 | null | 2022-12-05T23:44:36 | 2019-08-13T09:38:22 | CSS | UTF-8 | Java | false | false | 1,602 | java | package com.zhiyou.utils;
import java.util.List;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.ObjectMapper;
/**
* 淘淘商城自定义响应结构
*/
public class VideoResult {
// 响应业务状态
private Integer status;
// 响应消息
private String msg;
// 响应中的数据
... | [
"1145228041@qq.com"
] | 1145228041@qq.com |
753d2f6665b518439d07c1a65f1f00f5a1341c8b | 760514d919d32364afd2b3209d9633af99f3fb1c | /app/src/main/java/com/example/comtracksapp/EditBusinessContact.java | 3568e96f812e542ed43806c4df391c3e6e2c293a | [] | no_license | MickeyNavarro/ComTracksAppV2 | 7a04b4474269fadd509afd280ec5a76da33116f6 | 281c8065593cbe12ecc2250016d326e30ac9cc10 | refs/heads/master | 2020-05-17T16:59:52.802948 | 2019-09-19T01:42:06 | 2019-09-19T01:42:06 | 183,835,342 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,208 | java | package com.example.comtracksapp;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
public class EditBusinessContact extends AppCompatActivity {
EditText et_name, et_pho... | [
"37810413+MickeyNavarro@users.noreply.github.com"
] | 37810413+MickeyNavarro@users.noreply.github.com |
b6b4ae8cdff5ee1cd00f8e7e0733eb90f1468ea6 | e89e74b0c4561bb98e0aa8da1b333e69e1a814ee | /src/main/java/java_introduction/introduction.java | 5b1179f2a7ba98c3e7e11e7e2f07a8617d8d0731 | [] | no_license | Kuczas/java_basic | 65e71f095784d22912dfc2dfd1734b3c418bed37 | 53b0c6357ef3ff9c26865dc7be1773372ebcabf1 | refs/heads/master | 2020-09-10T15:38:27.884302 | 2019-11-26T19:24:18 | 2019-11-26T19:24:18 | 221,742,211 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,072 | java | package java_introduction;
// CTRL + / -> komentarz jednowierszowy
// CTRL + SHIFT + / -> komentarz blokowy
// psvm -> public static void main(String[] args) {}
// sout -> System.out.println();
// CTRL + SHIFT + F10 -> Run program
// CTRL + D -> Zduplikowan... | [
"michalkuczkowski92@gmail.com"
] | michalkuczkowski92@gmail.com |
7a21b242e7d905f5c3a3ee470bfe9e68d75750b3 | 9d4d74d921b58106442ae6abd117fa7f0b45c361 | /android/fredEyes/gen-java/Location.java | 0034c7e6d4d126914dacbd2c0460b5a5e51413e8 | [] | no_license | harryeakins/FREDbot | 9d117b8c08a503efe49b17f8e36a58b8db67ba93 | 761301a079279dfba9339302e366a60d24ade7ba | refs/heads/master | 2016-09-15T21:25:04.023709 | 2011-12-15T12:45:05 | 2011-12-15T12:45:25 | 2,782,987 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 13,259 | java | /**
* Autogenerated by Thrift
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
*/
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.util.HashMap;
import java.util.EnumMap;
import java.util.Set;
import java.util.HashSet;
import java.util.EnumSet;
import java.uti... | [
"adelineyiqi@googlemail.com"
] | adelineyiqi@googlemail.com |
1e8a7fbfed296bdacf1952a495c82d849b0c0bd9 | 465ad712ebde8f67a214566a3815c9a9e923c510 | /android/app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/slidingpanelayout/R.java | d0201c9cf642d03cda8d29adbd73a74e8651ae4f | [] | no_license | iamakkar/Quizearn | a1e66678fd50c8118898c6f70ad789bc16308c16 | cf74e50ed99952c4bb9e60119d21802ff47209fe | refs/heads/master | 2022-12-16T00:13:09.131362 | 2020-09-14T08:10:18 | 2020-09-14T08:10:18 | 288,386,435 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,457 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package androidx.slidingpanelayout;
public final class R {
private R() {}
public static final class attr {
private att... | [
"52326103+iamakkar@users.noreply.github.com"
] | 52326103+iamakkar@users.noreply.github.com |
877902c7a8f8bdbe1693a8043c4d96ab674eedd5 | 1e5103a80f8a1afc06abe660a57879662055e6d4 | /FirstBoot/src/main/java/cn/openui/FirstBootApplication.java | 291007a8a447de84310bd136d58bb499623cbc33 | [] | no_license | bobo8318/wb | 3355816602d0ea728120c15dde2ae45ab9204e45 | dd71837307fc77dc3122993acc4cb32509626b8a | refs/heads/master | 2023-01-20T11:45:46.953410 | 2020-11-16T12:49:51 | 2020-11-16T12:49:51 | 135,885,742 | 0 | 0 | null | 2023-01-06T03:34:54 | 2018-06-03T08:12:22 | JavaScript | UTF-8 | Java | false | false | 435 | java | package cn.openui;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@SpringBootApplication
public class FirstBootApplica... | [
"bobo_8318@163.com"
] | bobo_8318@163.com |
da7b042271919e8f44de2f88a3964b6de329b49c | bd65ae38911ef28633dee1819dff3e2958c69624 | /server/platform/jee7/src/main/java/io/github/flowersinthesand/portal/testsuite/Bootstrap.java | 474e04c8855f62447cbda9e4ec26434a38091090 | [
"Apache-2.0"
] | permissive | flowersinthesand/portal-java-examples | 229517370d6797ed5b6b5664a8ac77f152e0ede3 | ba6e6ddc6c796676c6d92fff922178e592e4d7e6 | refs/heads/master | 2016-09-05T15:39:41.095254 | 2014-01-22T20:24:04 | 2014-01-22T20:24:04 | 15,845,873 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,125 | java | package io.github.flowersinthesand.portal.testsuite;
import io.github.flowersinthesand.portal.DefaultServer;
import io.github.flowersinthesand.portal.Server;
import io.github.flowersinthesand.portal.Socket;
import io.github.flowersinthesand.portal.Socket.Reply;
import io.github.flowersinthesand.wes.Action;
import io.g... | [
"flowersinthesand@gmail.com"
] | flowersinthesand@gmail.com |
cf2f91200b7661cfa005d8098aee1808561430e8 | fa99445b13c44c1953e5e4dc3e0409bdd2b69b86 | /mall-order/src/main/java/com/zsy/order/entity/OrderOperateHistoryEntity.java | 944c3355af84aae06334fd5cd418821763df70bc | [] | no_license | Zeroisstart4/MyMall | 53f4102eced33018a110a5312e53efee9a514f35 | e0b07eceba14803adb53ba4ba151782b223f505b | refs/heads/master | 2023-08-20T20:50:45.059047 | 2021-10-31T12:06:17 | 2021-10-31T12:06:17 | 423,132,351 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 914 | java | package com.zsy.order.entity;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import java.io.Serializable;
import java.util.Date;
import lombok.Data;
/**
* 订单操作历史记录
*
* @author zsy
* @email 594983498@qq.com
* @date 2019-10-08 09:56:16
*/
@Data
@TableNa... | [
"a1084279913@gmail.com"
] | a1084279913@gmail.com |
6af4db3ed038095507463fa98537682a8f905f47 | 256a3596eb3a9c694d2015b173c51b4e20b82ae0 | /DailyRhythmPortal/drp-ws-client/target/generated-sources/wsimport/com/bestbuy/bbym/ise/iseclientacdsshipping/ObjectFactory.java | f78307aa6b797173bae25400a3f90a96618a9658 | [] | no_license | sellasiyer/maven-drp | a8487325586bb6018d08a6cdb4078ce0ef5d5989 | cbbab7027e1ee64cdaf9956a82c6ad964bb9ec86 | refs/heads/master | 2021-01-01T19:15:47.427243 | 2012-11-03T13:04:14 | 2012-11-03T13:04:14 | 5,146,773 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 40,218 | java |
package com.bestbuy.bbym.ise.iseclientacdsshipping;
import java.math.BigInteger;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.datatype.XMLGregorianCalendar;
import javax.xml.namespace.QName;
/**
* This object cont... | [
"sella.s.iyer@gmail.com"
] | sella.s.iyer@gmail.com |
360a2189341e2bc001139d5bc03adf314338f002 | 14f2b07de74e1c4c31df9579d782b49d145a76f2 | /src/test/java/com/talentum/wallet/web/rest/LogsResourceIntTest.java | 7e9b7addea3bccc49934071e0d8456944c3ca9e9 | [] | no_license | supertref/cryptonote-wallet | 52c80b62079d80816f606d566426daa8752f188a | 7d8367a7f1ac99115c66cadefcb1b002fc753fb1 | refs/heads/master | 2020-04-19T02:20:46.941852 | 2018-02-23T14:22:54 | 2018-02-23T14:22:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,450 | java | package com.talentum.wallet.web.rest;
import com.talentum.wallet.WalletApp;
import com.talentum.wallet.web.rest.vm.LoggerVM;
import ch.qos.logback.classic.AsyncAppender;
import ch.qos.logback.classic.LoggerContext;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock... | [
"wallet@Walletal.knnbsgxuywze3hgssl0jma2rja.yx.internal.cloudapp.net"
] | wallet@Walletal.knnbsgxuywze3hgssl0jma2rja.yx.internal.cloudapp.net |
22293c6f22708ad9d1cf71c8c17569b63f91b27d | 57be67245e0cbd9ebe890081986419495f13b00c | /Algorithms/src/IntegerReverse.java | 997796943e42548b81ee5f10a2e07aebc5f4d6c6 | [] | no_license | santhoshkumarbollena/ProblemSolvedInCompetativeCodingChallenges | b17fb7aff4a14063c6aa27031cc15821901eed4a | 0b4951905a9b490357445a329ca18b76c7c6fcf2 | refs/heads/master | 2020-05-31T11:25:50.673649 | 2019-09-01T04:59:22 | 2019-09-01T04:59:22 | 190,260,793 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 957 | java |
public class IntegerReverse {
public static void main(String[] args) {
// TODO Auto-generated method stub
int x=-1200;
StringBuilder sb=new StringBuilder(x+"");
boolean ng=false;
// System.out.println(sb);
char sign=sb.charAt(0);
//System.out.println(sign);
String str=new... | [
"pk@192.168.100.6"
] | pk@192.168.100.6 |
b823f17c3923416fe597c8e6337d26f241f557b2 | 6cfc9fea89a79cccbbbbd549a7998af151b3e542 | /app/src/main/java/com/ak/shixun/db/BlackListDao.java | c5d2dce9a14da16de02d3de016efd45fde0067f3 | [] | no_license | romii88/Shixun | d49411e41d70f59bf3b0f80b9d3aed8ab02c886f | 5d6130af836dca341a8e0b60198c5d2cbf849b6f | refs/heads/master | 2021-01-11T23:49:48.436217 | 2017-01-11T11:42:48 | 2017-01-11T11:42:48 | 78,633,587 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,699 | java | package com.ak.shixun.db;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteStatement;
import de.greenrobot.dao.AbstractDao;
import de.greenrobot.dao.Property;
import de.greenrobot.dao.internal.DaoConfig;
// THIS CODE IS GENERATED BY greenDAO, DO NOT... | [
"hanbinyang@basestonedata.com"
] | hanbinyang@basestonedata.com |
5487d0d2892f0d4da2670eb5f87d685c90f798dc | 9d3d95bb0dd943de669e1f781ccac286da1d8e93 | /beer-order-service/src/main/java/com/seth/beer/order/service/services/TastingRoomService.java | 0a78f1c37901e86f714be0e52c2ad89b78960b23 | [] | no_license | hemantseth0210/spring-microservice-async-saga-elk | e2c15157dc9db269c0c706b339a303e0166a294b | 16466c46e40cd6c76e384c5318e7d7e8e4d6b861 | refs/heads/master | 2023-01-29T14:11:46.599167 | 2020-12-07T08:11:07 | 2020-12-07T08:11:07 | 319,173,418 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,913 | java | package com.seth.beer.order.service.services;
import com.seth.beer.order.service.bootstrap.BeerOrderBootStrap;
import com.seth.beer.order.service.repositories.BeerOrderRepository;
import com.seth.beer.order.service.repositories.CustomerRepository;
import com.seth.brewery.model.BeerOrderDto;
import com.seth.brewery.mod... | [
"hemant.seth02@gmail.com"
] | hemant.seth02@gmail.com |
471fb9b8dd0d0a48d04739b2e0091de4d06f74e6 | 8fd89e2aa631200c48b8a75c5e4e7179bf9bd664 | /26-tdd/src/test/java/pl/sdacademy/tdd/exception/ClassThatThrowsExceptionTest.java | 82438a48484a92096324917ffedbd568c5240a4d | [] | no_license | S-Zalevskyi/sdacademy-examples | 583ed8956e53038c0854bdab0146817cc18d610f | d73fe7cac9fe1c6fe04dc68c49ff2aebb94180e6 | refs/heads/master | 2020-12-23T09:03:46.221508 | 2019-11-17T13:21:37 | 2019-11-17T13:21:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,452 | java | package pl.sdacademy.tdd.exception;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import java.io.IOException;
import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.catchThrowable;
class ClassThatThrowsExceptionTest {
private ClassT... | [
"pwkmiecik@gmail.com"
] | pwkmiecik@gmail.com |
4692c9d983b01712c318a8429d9bfff91f106a04 | 9cdf4a803b5851915b53edaeead2546f788bddc6 | /machinelearning/5.0.x/drools-clips/src/main/java/org/drools/clips/Function.java | 3f3820456d94ec276849ccac94b128638624f006 | [
"Apache-2.0"
] | permissive | kiegroup/droolsjbpm-contributed-experiments | 8051a70cfa39f18bc3baa12ca819a44cc7146700 | 6f032d28323beedae711a91f70960bf06ee351e5 | refs/heads/master | 2023-06-01T06:11:42.641550 | 2020-07-15T15:09:02 | 2020-07-15T15:09:02 | 1,184,582 | 1 | 13 | null | 2021-06-24T08:45:52 | 2010-12-20T15:42:26 | Java | UTF-8 | Java | false | false | 178 | java | package org.drools.clips;
public interface Function {
public abstract String getName();
public abstract void dump(LispForm lispForm, Appendable appendable);
} | [
"gizil.oguz@gmail.com"
] | gizil.oguz@gmail.com |
316d89f5a0e6ff35714a1d3c861cec41d9ff70ce | e48088f3614e88f90b8f7d18ca80cbe58ee4f26f | /admin-manage-core/src/main/java/com/duobei/core/operation/app/dao/mapper/AppMapper.java | 39575494c07eaf1fd509e3cad353202db8a2d819 | [] | no_license | huangzfa/admin-manage | e5cbd1be8e131ca22d3201dd96d443c3dae75b20 | e1fd3587b0f9de0c228ba8571e688681190dd23a | refs/heads/master | 2022-02-25T21:39:31.876497 | 2019-09-05T13:13:29 | 2019-09-05T13:13:29 | 206,566,843 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,911 | java | package com.duobei.core.operation.app.dao.mapper;
import com.duobei.core.operation.app.domain.App;
import com.duobei.core.operation.app.domain.AppExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface AppMapper {
/**
* This method was generated by MyBatis Generator.
... | [
"1593582614@qq.com"
] | 1593582614@qq.com |
486821be21409e08819cf4531c016cb4e0e9142c | 447520f40e82a060368a0802a391697bc00be96f | /apks/malware/app29/source/com/duowan/mobile/netroid/a/a.java | 1e65b9dcffe05c55eaed1fe0e41882b17bbd6ed9 | [
"Apache-2.0"
] | permissive | iantal/AndroidPermissions | 7f3343a9c29d82dbcd4ecd98b3a50ddf8d179465 | d623b732734243590b5f004d167e542e2e2ae249 | refs/heads/master | 2023-07-19T01:29:26.689186 | 2019-09-30T19:01:42 | 2019-09-30T19:01:42 | 107,239,248 | 0 | 0 | Apache-2.0 | 2023-07-16T07:41:38 | 2017-10-17T08:22:57 | null | UTF-8 | Java | false | false | 18,388 | java | package com.duowan.mobile.netroid.a;
import android.os.SystemClock;
import com.duowan.mobile.netroid.r;
import java.io.EOFException;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.util.Iterator;
import java.util.LinkedHashMap;
import java.util.Map;... | [
"antal.micky@yahoo.com"
] | antal.micky@yahoo.com |
2a0a5c46674897eaa3db178733b2fc98f1621e31 | b1c598c76712f1f410fcecb6c3cce000f482a5f8 | /JavaWorkSpace/JavaLearn/src/com/broky/oop/demo07/Test.java | 3037019041da465d675f6259ae3e707fef071f1c | [] | no_license | brokyz/MyCodeHub | 43ebb0181ea7194c8161a26229bc61fe1b0fee37 | 236dee69a7c4189606eac9dcb22207175a6ec4da | refs/heads/master | 2023-05-02T01:41:25.080154 | 2021-05-26T09:11:12 | 2021-05-26T09:11:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 370 | java | package com.broky.oop.demo07;
//静态导入包,导入后可以直接用代码random()调用Math的random方法
import static java.lang.Math.random;
import static java.lang.Math.PI;
public class Test {
public static void main(String[] args) {
System.out.println(Math.random());
System.out.println(random());
System.out.println(PI)... | [
"boqiang6450@outlook.com"
] | boqiang6450@outlook.com |
f2da713bfbda9b0db9b09f8af2d9114c7fd02297 | b5f792084a867dea018787e1b92bfa56ef2e0d76 | /Middle/src/main/java/ru/job4j/oo3hibernate/integration/OrdersStore.java | 2ff13e8ae0c077efb9a219757b4d46aa2fbc983b | [] | no_license | dmitriyermoshin19/job4j | 7102119a26c0e10af06f04b2faca5d09ce6c7de5 | c02a5947cef08370bbeb58834f1385cf9152ff97 | refs/heads/master | 2022-12-20T09:29:04.401312 | 2021-10-05T13:19:34 | 2021-10-05T13:19:34 | 213,229,656 | 0 | 0 | null | 2022-12-16T05:14:37 | 2019-10-06T19:23:35 | Java | UTF-8 | Java | false | false | 3,917 | java | package ru.job4j.oo3hibernate.integration;
import org.apache.commons.dbcp2.BasicDataSource;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
public class OrdersStore ... | [
"dmstrannik@yandex.ru"
] | dmstrannik@yandex.ru |
5a80a4760476dfb20d28b2520563ee4cae747b0e | b9558de9ccc025d4240e67a22670ea3c0af7345d | /src/main/java/com/course/todo_api/payload/response/JwtResponse.java | f9c9493479ba1a03db4155b97dfd19e3a7b9b334 | [] | no_license | VikaYallina/todo_api | 87d9de852d314057aeafb0af0d37c732b3a6cebb | a9a8530c6577d974e8cc9cae640b41e3735de238 | refs/heads/master | 2023-04-24T09:03:33.952070 | 2021-05-13T16:04:39 | 2021-05-13T16:04:39 | 367,101,805 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,308 | java | package com.course.todo_api.payload.response;
import java.util.List;
public class JwtResponse {
private String token;
private String type = "Bearer";
private Long id;
private String username;
private String email;
private List<String> roles;
public JwtResponse(String accessToken, Long id,... | [
"vicka.vicka.vicka111@gmail.com"
] | vicka.vicka.vicka111@gmail.com |
e4db16da87895e9fbb2bb903a9222e29d3f6a9ca | 3735a07d455d7b40613c3c4160aa8b1cb1b3472a | /platform/platform-api/src/com/intellij/openapi/keymap/NationalKeyboardSupport.java | 3767d19d7c102febba2591e6f690efb05d74ec47 | [
"Apache-2.0"
] | permissive | caofanCPU/intellij-community | ede9417fc4ccb4b5efefb099906e4abe6871f3b4 | 5ad3e2bdf3c83d86e7c4396f5671929768d76999 | refs/heads/master | 2023-02-27T21:38:33.416107 | 2021-02-05T06:37:40 | 2021-02-05T06:37:40 | 321,209,485 | 1 | 0 | Apache-2.0 | 2021-02-05T06:37:41 | 2020-12-14T02:22:32 | null | UTF-8 | Java | false | false | 3,625 | java | // Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.openapi.keymap;
import com.intellij.openapi.application.ApplicationManager;
import com.intellij.openapi.components.PersistentStateComponent;
import com.intel... | [
"intellij-monorepo-bot-no-reply@jetbrains.com"
] | intellij-monorepo-bot-no-reply@jetbrains.com |
92cbb3012a29bf9a7c6149ace0b28b4982fc9a7d | 237893f2a50bd316634f60c38db85e5e166f0a3e | /servicio-cliente-vuce/src/main/java/ws/crossnet/apn/vuce/mediador/esquema/apn004/AccountingEntryCategoryCodeType.java | a5e585b2eb6d28fac910ec6191e49e9cb899a8ff | [] | no_license | jmorenomolina/vuce-monitoreo-final | 3205b3fd5f964b4fb8ddb14a8c93288a77c28be4 | 57a213db46ee69705c6e9e707dc0c6bff100095b | refs/heads/master | 2020-04-23T11:24:10.629524 | 2019-02-20T16:09:53 | 2019-02-20T16:09:53 | 171,135,647 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,805 | java |
package ws.crossnet.apn.vuce.mediador.esquema.apn004;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotat... | [
"jmorenomolina@gmail.com"
] | jmorenomolina@gmail.com |
0beaf878bf72568a250bae81e9c80f2c99720f39 | e817d3b992fbe7c15d1326749b2b7533bab783e2 | /src/main/java/com/hnguigu/demo/Application.java | a9c9f9a1729182fa1fea54560f62fc26c4cfb735 | [] | no_license | oneboat/BOS-1 | 9dbc01dc47d942d99847e06fb28388f867eafbfd | 3042e686365ff1c5bb7b7bc294aa9d65ec2530f6 | refs/heads/master | 2020-05-02T12:35:56.475231 | 2018-10-17T02:55:57 | 2018-10-17T02:55:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 872 | java | package com.hnguigu.demo;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.support.SpringBootServletInitializer;
import org.springframework.cache.... | [
"1215855088@qq.com"
] | 1215855088@qq.com |
c25110853396eeafad94f3fc0d6ad0f6fd211e4b | 9dcf89d73c567add26eb85315fa3f570e5a329a1 | /fmod/src/ProjectionTest.java | 8670501cf89af735ebbfa8cda203fb7957846a38 | [] | no_license | benvan/HTape | 0519583a939e406da7f30a51e9097d78e41b30f2 | e0c46e18dc87e6739314ac534096b8aa5987b738 | refs/heads/master | 2021-03-12T22:53:24.946060 | 2011-05-30T10:01:35 | 2011-05-30T10:01:35 | 1,820,912 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 815 | java | import htape.geometry.Matrix;
import htape.geometry.Point;
public class ProjectionTest {
public static void main(String args[]){
//double az = Math.toRadians(90);
double el = Math.toRadians(90);
//Point p = new Point(Math.cos(az), 0, Math.sin(az));
Point p = new Point(... | [
"benvan+git@gmail.com"
] | benvan+git@gmail.com |
efef0c8f26b6f0ee7dd2d0ee7500239c20b40c4e | 2e9b036f0e7d29e3d123c3a7cbeeceaff4ac59a9 | /build/generated-sources/ap-source-output/br/aeim/mywork/dominio/Area_.java | bbd9482854e15f50d92723e741e5fde6a902ca54 | [] | no_license | eugaf/mywork-netbeans | 14020d7c1e45c637fd35e8d0018bdde3844fddeb | 6cd9343833442b8ff3ed6efb1da2b35c7bc6b802 | refs/heads/master | 2020-04-09T20:56:00.506588 | 2018-12-05T22:48:33 | 2018-12-05T22:48:33 | 160,588,064 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 684 | java | package br.aeim.mywork.dominio;
import br.aeim.mywork.dominio.Especialidade;
import javax.annotation.Generated;
import javax.persistence.metamodel.ListAttribute;
import javax.persistence.metamodel.SingularAttribute;
import javax.persistence.metamodel.StaticMetamodel;
@Generated(value="EclipseLink-2.5.2.v20140319-rNA"... | [
"eugeniaaf@icloud.com"
] | eugeniaaf@icloud.com |
26b787d6b4616826bb82b0573d237785f1c02f49 | 2137609cc827211e6db68bf0be2824ef6ecd24a8 | /src/main/java/org/goja/tracker/util/Status.java | 670af624bfa4db2e77443cfe0a4288b9a70fe26c | [] | no_license | goja/tracker | d3d9688c16caf67ed7436b66fc25a90155ca1a0d | 286e53f234ef0f552cda4c15e3c5d8e380432b48 | refs/heads/master | 2022-05-17T14:01:43.507135 | 2015-01-03T06:27:51 | 2015-01-03T06:27:51 | 28,736,711 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 93 | java | package org.goja.tracker.util;
public enum Status {
Open, Development, Testing, Closed;
}
| [
"raoul_ghosh@campuseai.org"
] | raoul_ghosh@campuseai.org |
0f662e47b18f556ef7240574f73420f774cac28e | 91817c0dd092dc1ea42f91bed52c62767e15de86 | /web/src/main/java/com/Travel/butler/service/impl/FileServiceImpl.java | dc1f66b238c6415261bd26a39cf6da01b168efec | [] | no_license | monkekey/Traval | 67db0f7f8270be9585e2cd40a4c198656a132cb4 | 755d8c0a51ceef097391aedd82be56884abec651 | refs/heads/master | 2020-03-19T07:39:26.472840 | 2018-06-26T05:26:46 | 2018-06-26T05:26:46 | 136,136,506 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,501 | java | package com.Travel.butler.service.impl;
import com.Travel.butler.common.RequestResult;
import com.Travel.butler.service.FileService;
import com.Travel.butler.utils.ImageZipUtil;
import com.Travel.butler.utils.VoiceUtils;
import com.Travel.netty.tools.StringUtils;
import org.springframework.beans.factory.annotation.Val... | [
"dn27@iyumi.com"
] | dn27@iyumi.com |
974b2edd86fb25d76f87ffe01e22f9971dde73b0 | fe38abfae18843e678e29fe7530ee913eac1a1d3 | /ticketcenter/src/main/java/sportskk/AbstractEvent.java | 53139edb32fa436f42ad6a63b7dc18126c5ad5b0 | [] | no_license | wonderkkid/sportskk | 92411a47faf36f9c28f49bb4c0330530c8ff685b | 021de3df811cc9793cd872fe9c7048e18a446159 | refs/heads/master | 2023-02-25T05:13:17.815687 | 2021-02-04T09:34:53 | 2021-02-04T09:34:53 | 335,780,767 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,622 | java | package sportskk;
import sportskk.config.kafka.KafkaProcessor;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.springframework.messaging.MessageChannel;
import org.springframework.messaging.MessageHeaders;
import org.springframework.messaging.su... | [
"moonn6p@gmail.com"
] | moonn6p@gmail.com |
8cfba121ecce67815a3ce373f6e8ca6c21f634b0 | a2029b2d789073d6b2835fb0fa11acb611d639b6 | /newreg/src/java/nic/vahan/server/workdistribution/NextStageVahanWSStub.java | 32e099740ad5ab511293e984ff37a74439964bab | [] | no_license | Kennywest3/vahan | 89a5007749ea23d8bdca7572d033966ef3dc5a3e | 656844679b37fb0736c3f7966dc474b4b0e44161 | refs/heads/main | 2023-02-17T13:43:35.529756 | 2021-01-04T09:05:55 | 2021-01-04T09:05:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 74,528 | java | /**
* NextStageVahanWSStub.java
*
* This file was auto-generated from WSDL by the Apache Axis2 version: 1.6.1
* Built on : Aug 31, 2011 (12:22:40 CEST)
*/
package nic.vahan.server.workdistribution;
/*
* NextStageVahanWSStub java implementation
*/
public class NextStageVahanWSStub extends org.apache.... | [
"sshende@taashee.com"
] | sshende@taashee.com |
5554e468b1ef8ba6b81aeaf5c5c881c770287b72 | d19d605ef14a682160bd1631ba4ae0ff5e42b1e8 | /modules/web/src/com/zk/nlqc/web/screens/unitforfrequency/UnitForFrequencyBrowse.java | fee768c915bf9051e9df6850c83a87f494a681dc | [] | no_license | 15034013214/nlqc | f82c7a439097c9b2bfc3e44ddd82372220514ca6 | d51f074029a6d856c84c56f47dee39fca2184cae | refs/heads/master | 2020-06-23T07:19:42.912882 | 2019-08-02T06:00:30 | 2019-08-02T06:00:30 | 198,554,082 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 378 | java | package com.zk.nlqc.web.screens.unitforfrequency;
import com.haulmont.cuba.gui.screen.*;
import com.zk.nlqc.entitys.base.UnitForFrequency;
@UiController("nlqc_UnitForFrequency.browse")
@UiDescriptor("unit-for-frequency-browse.xml")
@LookupComponent("unitForFrequenciesTable")
@LoadDataBeforeShow
public class UnitForFr... | [
"“lixuming@vtstar.net”"
] | “lixuming@vtstar.net” |
a868fe46d122e8b191199ac47baf1ac19b918481 | 30cecdec87419d61e91f606b7aa8b38ebd085f30 | /experimenter-web/src/main/java/org/experimenter/web/datatable/ProgramTable.java | b97fa0e4d464371a568e7708080dddaa469439c5 | [] | no_license | jfaryad/experimenter | b7ed8b6478e22b459efa43df4caca06aa4643e5d | 361a1bc469fc5935d468aef8cb3846217d88d660 | refs/heads/master | 2016-09-05T15:34:30.048864 | 2012-04-19T06:24:43 | 2012-04-19T06:24:43 | 2,709,525 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,612 | java | package org.experimenter.web.datatable;
import java.util.ArrayList;
import java.util.List;
import org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn;
import org.apache.wicket.extensions.markup.html.repeater.data.table.PropertyColumn;
import org.apache.wicket.markup.repeater.data.IDataProvider;
impor... | [
"jfaryad@gmail.com"
] | jfaryad@gmail.com |
e2671a085ae0fd72d5fe4edbd81d211f59df832e | 1329a014c9ab934882a8803cdb2bab54595766d4 | /backend/src/main/java/cn/yingming006/common/api/ApiController.java | 7a1596b1b73a8c778c423a28c15ac2a353f1114c | [] | no_license | yingming006/opac-helper | 57c5e9b1486cba2f9794f656d64178d983ba5079 | 0eed98370673430def7158d6fefc2974f2279d1b | refs/heads/master | 2023-03-15T22:25:02.991121 | 2019-12-10T11:24:14 | 2019-12-10T11:24:14 | 222,595,874 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,499 | java | /**
* Copyright 2019-2029 geekidea(https://github.com/geekidea)
*
* 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... | [
"yingming006@qq.com"
] | yingming006@qq.com |
ddc4d8c4e7478f21d38ef4c198ed506fd3f704c8 | dd48b34d838d34d568a7705553febca36b080a17 | /src/main/java/com/furkanb/form/config/WebInitializer.java | 331217ae5fd4d39d8d290616aeebe7a4491d763f | [] | no_license | bahcecifurkan/spring | 238a7ac614c71df50bd6390718937ba959b4f0c9 | eb67f416ba56d7f25c682430eeca44e55c48bc7a | refs/heads/master | 2021-01-11T16:32:07.811036 | 2017-01-26T14:13:20 | 2017-01-26T14:13:20 | 80,101,524 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,418 | java | package com.furkanb.form.config;
import javax.servlet.FilterRegistration;
import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import javax.servlet.ServletRegistration;
import org.springframework.web.WebApplicationInitializer;
import org.springframework.web.context.ContextLoaderListener;
import... | [
"fbahceci@valven.com"
] | fbahceci@valven.com |
1c4bb95863afcc5616ced06d82b4b990c02e306f | 1f19aec2ecfd756934898cf0ad2758ee18d9eca2 | /u-1/u-11/u-11-111/u-11-111-f2841.java | 95f286494a0a10ecdba043e79c60bfcc9deb8dc0 | [] | no_license | apertureatf/perftest | f6c6e69efad59265197f43af5072aa7af8393a34 | 584257a0c1ada22e5486052c11395858a87b20d5 | refs/heads/master | 2020-06-07T17:52:51.172890 | 2019-06-21T18:53:01 | 2019-06-21T18:53:01 | 193,039,805 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 106 | java | mastercard 5555555555554444 4012888888881881 4222222222222 378282246310005 6011111111111117
6133404177020 | [
"jenkins@khan.paloaltonetworks.local"
] | jenkins@khan.paloaltonetworks.local |
fe8b12c8099796fdc6ed49a553f53200e4bb9aa9 | 427ed64c6529898387a258d5697c1396fe066732 | /app/src/main/java/com/creatokids/hajwithibraheem/Models/dbImageOnline.java | 438726f70f18519cd5c73f85336394580f6791d3 | [] | no_license | MahmoudAymann/hajhackathon | 6c4dbf00dc7cfd8a8b3348e8fb56efbe0b2b21b0 | 934266833c68af4f03a191f2cc3abed165ce965c | refs/heads/master | 2020-03-25T03:32:12.017523 | 2018-08-02T21:28:17 | 2018-08-02T21:28:17 | 143,333,268 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,738 | java | package com.creatokids.hajwithibraheem.Models;
import com.creatokids.hajwithibraheem.Global.GlobalVars.mixType;
/**
* Created by Creato on 09/07/2018.
*/
public class dbImageOnline implements IMix {
private mixType mType;
// url for the content that new to appear.
private String mURL;
// Reference ... | [
"AmrWinter.Work@gmail.com"
] | AmrWinter.Work@gmail.com |
f08ef804e6f0d87e5343f81fa8a38e4664873a35 | 95e944448000c08dd3d6915abb468767c9f29d3c | /sources/com/p280ss/android/ugc/aweme/sharer/p1544a/C38307i.java | 4e3468a5dac7dc61a854b1345ddbad4d37977bbc | [] | no_license | xrealm/tiktok-src | 261b1faaf7b39d64bb7cb4106dc1a35963bd6868 | 90f305b5f981d39cfb313d75ab231326c9fca597 | refs/heads/master | 2022-11-12T06:43:07.401661 | 2020-07-04T20:21:12 | 2020-07-04T20:21:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,799 | java | package com.p280ss.android.ugc.aweme.sharer.p1544a;
import android.content.Context;
import com.p280ss.android.ugc.aweme.sharer.C38352d;
import com.p280ss.android.ugc.aweme.sharer.C38354f;
import com.p280ss.android.ugc.aweme.sharer.C38358i;
import com.p280ss.android.ugc.aweme.sharer.p1545b.C38347c;
import com.zhiliaoap... | [
"65450641+Xyzdesk@users.noreply.github.com"
] | 65450641+Xyzdesk@users.noreply.github.com |
70311296c754181f5140bbb78c372b59b5e5086f | e4573a1c3579bb24375191096b22bc7ef7e3cae9 | /ProyectosCSM/src/consum/gbs/modelo/Proyecto.java | 121dc69cb5d61484dcbb05b82d94ed00790b0689 | [] | no_license | icedrek/ProyectosCSM | 7fe4348f925d0f8bc9590ec5f1bfdbd249085986 | a4fb8a4360f692ef6246804b698809d31dbc9896 | refs/heads/master | 2021-01-22T04:34:34.568916 | 2015-06-24T08:30:26 | 2015-06-24T08:30:26 | 37,972,306 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,422 | java | package consum.gbs.modelo;
import java.util.ArrayList;
import java.util.Date;
public class Proyecto {
private String idProyecto, bibliotecaProyecto, archivoProyecto, descripcionProyecto, estadoProyecto, Notas;
private Date fecIni, fecFin;
private ArrayList<String> idObjetos = new ArrayList<>();
publi... | [
"icedrek@gmail.com"
] | icedrek@gmail.com |
b30d608b6f915ffc082f02a340f438216d1cd02a | 5e38292af670960132795cc0323248acc3ed83eb | /rito-admin/src/main/java/com/stylefeng/guns/core/listener/ScheduleJobInitListener.java | 3e74c5d87bf379d1084932fa2cdbb3d667890126 | [
"Apache-2.0"
] | permissive | 527088995/dian | 2144590a61177c6be43afce4f3b9667bde74c69c | 5238b1c46290a3ab8281a2eb83590d27d8e020b1 | refs/heads/master | 2022-11-06T17:09:33.968961 | 2020-07-31T02:30:02 | 2020-07-31T02:30:02 | 193,050,897 | 20 | 7 | NOASSERTION | 2022-10-05T19:33:24 | 2019-06-21T07:19:51 | Java | UTF-8 | Java | false | false | 767 | java | package com.stylefeng.guns.core.listener;
import com.stylefeng.guns.core.task.JobService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.CommandLineRunner;
import org.springframework.core.annotation.Order;
import org.springframework.stereotype.Component;
/**
* @Descrip... | [
"527088995@qq.com"
] | 527088995@qq.com |
9cfd213f4084099ff613ee7b38af2d3f7f4c5766 | 4fb309d91ae5f9c22e2bcbaeffc721d38617b859 | /src/com/example/mediaplayerdemo/MediaPlayerStudy.java | c64e178bb55fd7ab3a27c0d71eb1ffcdd7d4f7f0 | [] | no_license | XiaoMa0928/MediaPlayerDemo | 464776e8cf2bbe869e992be830f7242244d40370 | 4bc90e2bf923562f9c953d7afd7c7104d9cca8c3 | refs/heads/master | 2021-01-01T18:22:10.991612 | 2014-10-15T03:01:52 | 2014-10-15T03:01:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,582 | java | package com.example.mediaplayerdemo;
import java.io.IOException;
import android.app.Activity;
import android.media.MediaPlayer;
import android.media.MediaPlayer.OnCompletionListener;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
public cla... | [
"1390618296@qq.com"
] | 1390618296@qq.com |
e4ff344f107180f41fd7358baeee29885435fc23 | 9f4a9080dbabadb2517fa434128824cbab856006 | /mobile/src/main/java/com/cremy/firebucket/data/repositories/datasource/BaseFirebaseDataSource.java | c3026d80cf46bfa1d50a9886979c74395d3c0d36 | [] | no_license | pratamawijaya/Firebucket | 68314e848658688ecb940c6e054280cf90b9ae24 | 1a430535dc3cc5495f6a1627d1018d83afe326fb | refs/heads/master | 2021-01-19T07:08:12.040247 | 2017-04-05T21:27:08 | 2017-04-05T21:27:08 | 87,525,214 | 2 | 0 | null | 2017-04-07T08:47:48 | 2017-04-07T08:47:48 | null | UTF-8 | Java | false | false | 368 | java | package com.cremy.firebucket.data.repositories.datasource;
/**
* Created by remychantenay on 31/03/2017.
*/
public class BaseFirebaseDataSource {
protected final static String FIREBASE_CHILD_KEY_USERS = "users";
protected final static String FIREBASE_CHILD_KEY_TAG_LIST = "taglist";
protected final stat... | [
"remy.chantenay@gmail.com"
] | remy.chantenay@gmail.com |
be7ce3a157e06d42a430a29c423289d40c4dc72c | 6252c165657baa6aa605337ebc38dd44b3f694e2 | /org.eclipse.epsilon.egl.sync/Scalability-Tests/boiler-To-Generate-800-Files/boiler-To-Generate-800-Files/syncregions-800Files/BoilerActuator3497.java | fa172c1ef3b81becbedcba9360bf2800109533d0 | [] | no_license | soha500/EglSync | 00fc49bcc73f7f7f7fb7641d0561ca2b9a8ea638 | 55101bc781349bb14fefc178bf3486e2b778aed6 | refs/heads/master | 2021-06-23T02:55:13.464889 | 2020-12-11T19:10:01 | 2020-12-11T19:10:01 | 139,832,721 | 0 | 1 | null | 2019-05-31T11:34:02 | 2018-07-05T10:20:00 | Java | UTF-8 | Java | false | false | 263 | java | package syncregions;
public class BoilerActuator3497 {
public execute(int temperatureDifference3497, boolean boilerStatus3497) {
//sync _bfpnGUbFEeqXnfGWlV3497, behaviour
Half Change - return temperature - targetTemperature;
//endSync
}
}
| [
"sultanalmutairi@172.20.10.2"
] | sultanalmutairi@172.20.10.2 |
8f444f11d5ee42e9a7669f4310ecfe832a28d6d8 | 3612221cd1af43f89c601f2fd340b5c510faf9a6 | /FreteRent/src/main/java/br/com/transville/freterent/repository/CustosRepository.java | 0671f802533f366795c9d057bae9dbb45859c411 | [
"MIT"
] | permissive | JEsidio/FreteRent | fdec3fea61bd5f5259687b39c0035659b97ef751 | 92f9abdd9d4f0da9e3836ba6e793c47cc30df3b9 | refs/heads/master | 2020-05-28T07:36:32.506200 | 2019-11-15T00:27:32 | 2019-11-15T00:27:32 | 188,923,839 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 275 | java | package br.com.transville.freterent.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import br.com.transville.freterent.model.Custos;
public interface CustosRepository extends JpaRepository<Custos, Long> {
Custos findByDsCusto(String dsCusto);
}
| [
"jenifer_esidio@hotmail.com"
] | jenifer_esidio@hotmail.com |
3d9a9729d4d2a1858c44c81a7581450111e00a0f | 3b1112e6d5d57bad698b9ce255d9bbd25606ae04 | /src/test/java/_160_IntersectionOfTwoLinkedLists/Solution.java | 5b6febd5b2720a86347de1fbf6a95dc979bc7180 | [] | no_license | jchanghong/leetcode-java-Test | dbd9cd52e834ea528cbe5b8d734ec1249f466013 | f84c80f1b609ad2cf3323fb32261b7435d46cbaa | refs/heads/master | 2021-06-23T10:51:31.964246 | 2017-08-15T07:42:14 | 2017-08-15T07:42:18 | 100,351,439 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,120 | java | /**
* Time : O(m + n) ; Space: O(1)
* @tag : Linked List
* @by : Steven Cooks
* @date: Aug 10, 2015
***************************************************************************
* Description:
*
* Write a program to find the node at which the intersection of two singly linked
* lists begins.
*
* For exampl... | [
"3200601@qq.com"
] | 3200601@qq.com |
5fb3fcfe812a71404d80bcf8f96c79c151d68486 | 3411ff399d28a5cdad36fd20b62628053ff635f4 | /src/main/java/io/sponges/bot/dashboard/dao/DAO.java | 08aeddbd7df133def92a861d83142e698c995666 | [] | no_license | GenieBot/NewDashboard | 266ef7decda91a8d87288e77a2b09902bf5cca3e | d1178effcd500fe448a622330bccfc7a0bf0d16f | refs/heads/master | 2020-05-29T08:42:55.711476 | 2016-10-05T00:33:35 | 2016-10-05T00:33:35 | 69,798,889 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 252 | java | package io.sponges.bot.dashboard.dao;
import io.sponges.bot.dashboard.database.Database;
public abstract class DAO {
protected Database database = null;
public void setDatabase(Database database) {
this.database = database;
}
}
| [
"spongybacon@hotmail.co.uk"
] | spongybacon@hotmail.co.uk |
6df3313ddba2d6ed722bb48db6508c2e4207f349 | f2a8df7197aa90fca07716d61366fb350b4db7fb | /src/main/java/motiflab/gui/prompt/Prompt_NumericVariable.java | f3027345a278d9b55ad831d2e333d31d9958c582 | [] | no_license | kjetilkl/motiflab | cac62025f17d45b04d6b9b5bba91800a5431285d | 9a2d45631c3d502dea0b7c7b5cb89f126e04df48 | refs/heads/master | 2022-07-18T11:05:00.281036 | 2020-06-10T09:35:50 | 2020-06-10T09:35:50 | 164,119,903 | 1 | 0 | null | 2022-06-29T17:18:54 | 2019-01-04T14:52:59 | Java | UTF-8 | Java | false | false | 17,299 | java | /*
*/
package motiflab.gui.prompt;
import java.awt.BorderLayout;
import java.awt.Dimension;
import java.awt.FlowLayout;
import java.util.ArrayList;
import javax.swing.BoxLayout;
import javax.swing.JComboBox;
import javax.swing.JComponent;
import javax.swing.JLabel;
import javax.swing.JList;
import javax.swing.JP... | [
"kjetil.klepper@ntnu.no"
] | kjetil.klepper@ntnu.no |
05d9e655488fd8a3e10b82d6a19b93d5f97fc28a | 145993c6190554c00c014e47338c891199a3e467 | /asProject/androidPlayer/androidPlayer/src/main/java/com/android/player/base/IBaseView.java | 9c4d24414fd9aeda3fac35a7f8538ed97943201d | [] | no_license | cuipengpeng/codeUtil | d45d4f239de40fe2806011b5b7fd6238b23e940c | ae0bdbcf6237fa3cfb6fac724e487627ee06d1c3 | refs/heads/master | 2023-02-25T14:57:56.259687 | 2023-01-04T13:09:19 | 2023-02-10T16:14:10 | 126,859,505 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 331 | java | package com.android.player.base;
public interface IBaseView {
//显示进度加载框
void showProgressDialog();
//隐藏进度加载框
void hideProgressDialog();
void showNoDataView();
void showContentView();
void showNetworkErrorView();
void onForceUpdate();
void onTokenInvalid();
}
| [
"c123@163.com"
] | c123@163.com |
1e1cbb965ef38ba1fda020c5be718d50fcd5496a | a2ada2abf51f45e2a5a25927f9f98fccfbe4d988 | /usergenerator/src/main/java/it/giacomobergami/usergenerator/utils/CSVUtil.java | 74605c4cce0fd9f0c81270dccbbd6a99d5e54278 | [] | no_license | gyankos/graphjoin | 1df918fd8b52cc2e1828ed584b4fc8abcace6c6e | 80a7ac84a92343aadac73579dab4b014ba601e9a | refs/heads/master | 2022-12-01T14:15:40.392942 | 2022-10-11T22:30:22 | 2022-10-11T22:30:22 | 162,083,816 | 0 | 1 | null | 2022-11-23T22:27:07 | 2018-12-17T06:18:13 | Java | UTF-8 | Java | false | false | 2,597 | java | package it.giacomobergami.usergenerator.utils;
import java.lang.reflect.Field;
import java.util.List;
import java.util.logging.Logger;
public class CSVUtil {
private static final Logger LOGGER = Logger.getLogger(CSVUtil.class .getName());
private final static char DEFAULT_SEPARATOR = ' ';
public static S... | [
"bergamigiacomo@gmail.com"
] | bergamigiacomo@gmail.com |
813706be488b7cd6002edd230e1cf06a630d61e8 | e209117fde42c166ce0b714810cb9d984c4b7b9c | /AndroidLibrary/KanishkaHalder/NearbyRestaurant/app/src/test/java/com/applibgroup/nearbyrestaurant/ExampleUnitTest.java | c836272e4175e2da3e48f4d95089e554ec230df1 | [] | no_license | Mark1527/assessment | 1076335a45003d09808fe81f30c784a1d60f8d38 | e1e5fef6d37456a3d2ce8672a027d71f23a97c23 | refs/heads/main | 2023-05-23T12:19:55.311344 | 2021-06-09T13:10:02 | 2021-06-09T13:10:02 | 372,420,830 | 0 | 2 | null | 2021-05-31T07:32:14 | 2021-05-31T07:32:14 | null | UTF-8 | Java | false | false | 393 | java | package com.applibgroup.nearbyrestaurant;
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
p... | [
"kanishkahalder@gmail.com"
] | kanishkahalder@gmail.com |
1e6efa54bb20879130d4fd6ac3fed245d632ad57 | 6ce88a15d15fc2d0404243ca8415c84c8a868905 | /bitcamp-java-basic/src/step11/ex06/C.java | 20f3698c95aa7d6ef79745c4bf15d84c1f7d4120 | [] | no_license | SangKyeongLee/bitcamp | 9f6992ce2f3e4425f19b0af19ce434c4864e610b | a26991752920f280f6404565db2b13a0c34ca3d9 | refs/heads/master | 2021-01-24T10:28:54.595759 | 2018-08-10T07:25:57 | 2018-08-10T07:25:57 | 123,054,474 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 777 | java | package step11.ex06;
public class C extends B {
int v3;
C() {
// 수퍼 클래스의 어떤 생성자를 호출할지 지정하지 않으면 컴파일러는
// 다음과 같이 수퍼 클래스의 기본 생성자를 호출하라는 명령을 붙인다.
//super(); // 즉 개발자가 붙이지 않으면 자동으로 붙인다.
System.out.println("C() 생성자!");
// 만약 개발자가 수퍼 클래스의 생성자... | [
"sangkyeong.lee93@gmail.com"
] | sangkyeong.lee93@gmail.com |
0d2c7d41569ff6dc2c6ca92358a1f60098ef1983 | 0a5ced623542cfb2d7341b5587af9dff88e85715 | /src/org/sfuture/beneficiaire/Main.java | 30bcc9faef1aec3df3bad72b99831c67a59997a2 | [] | no_license | anisbenm/gestion_beneficiaire | 7527fc1479b222e823af246055fd9b43388dcff3 | 303988a2e615042d2a2e9005c29aee1d1ce5ab52 | refs/heads/master | 2021-01-20T02:24:54.422218 | 2017-05-01T20:43:45 | 2017-05-01T20:43:45 | 89,402,953 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 2,673 | java | package org.sfuture.beneficiaire;
//Packages à importer afin d'utiliser les objets
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
public class Main {
public static void main(String[] args) {
// Nous déclarons... | [
"ANIS BEN MOUSSA"
] | ANIS BEN MOUSSA |
4a336c1577978b9410ae69fbc24d4eee67f2ee72 | bacbd64d775a6b8e23b3c5bbded0b0133b8b8963 | /src/main/java/com/acme/banking/model/OBReadAccount6Data.java | 999cf67435c47264cfa1bd724ff5b4aa1b1bb43f | [] | no_license | pragnesh/batterbank | e3b220de68c00cd85df1a69c7dffe9f9e94a0161 | 9fcee022d1dd31f94c63697408616b48d1f54d64 | refs/heads/master | 2023-05-02T02:04:45.607062 | 2021-05-25T06:32:15 | 2021-05-25T06:32:15 | 365,532,680 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,252 | java | package com.acme.banking.model;
import java.util.Objects;
import com.acme.banking.model.OBAccount6;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import java.util.ArrayLi... | [
"pg.radadia@gmail.com"
] | pg.radadia@gmail.com |
e304c8073bdd0aa0e60a78e47205e1c3ac0e8859 | 36e19e6e813cbfd3f09ee2f07eeb9b135f7cba93 | /src/main/java/com/rh/gw/gdjh/serv/DealFile.java | 4b475c609a08058ec2ebedcb584ca6b55bd6a5c8 | [] | no_license | actfunction/Ufood | 727904ef4c2a5d8714b63daad19c641aa56f73b5 | 867ed08862b0124b726ab36c0334e1cc2acd5990 | refs/heads/master | 2021-07-08T08:46:47.840689 | 2019-02-27T10:34:35 | 2019-02-27T10:34:35 | 146,533,223 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 8,065 | java | package com.rh.gw.gdjh.serv;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.UUID;
import com.rh.gw.gdjh.record.RecordRequest;
import com.rh.gw.gdjh.record.RecordRequestBusiness;
import com.rh.gw.gdjh.record.RecordRequestFields;
import com.rh.gw.gdjh.record.RecordRequestFiles;
... | [
"actfunction@sina.cn"
] | actfunction@sina.cn |
643ff56c75c1f80684528ca0c07d4bd7dc25b80e | 98902d75c1e92351f416422cde09a9831a5e50af | /module-databases/src/main/java/database/api/services/impl/ExamResultServiceImpl.java | d84676ab223b1c1c5b920b6566ce816e68934871 | [] | no_license | AntonSorokin1/mentoring-v8 | 85bb40005f9eed56e3eb042f390bf4c9d3eb64f0 | 7354ba678fe3c610c0ae7aba4c99c389ee0d0236 | refs/heads/master | 2023-08-15T00:44:29.779696 | 2021-09-25T21:03:06 | 2021-09-25T21:03:06 | 406,164,799 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 348 | java | package database.api.services.impl;
import database.api.services.ExamResultService;
import database.entities.ExamResult;
import lombok.RequiredArgsConstructor;
import org.springframework.stereotype.Service;
@Service
@RequiredArgsConstructor
public class ExamResultServiceImpl extends CrudServiceImpl<ExamResult> implem... | [
"BeadsmanJudge@gmail.com"
] | BeadsmanJudge@gmail.com |
87914d8e527cb3eb7ee6e74368b9ea41aaa4f93b | c3752bc56f555b8843433ffbc5e4e718d487b44d | /app/src/test/java/co/id/ionsoft/ExampleUnitTest.java | 0eb8cf3f1ca1ba442dc407e3d9bb45b770f2578f | [] | no_license | IONsoft-Indonesia/MVP-Component-Architecture | 4ddab7c14207034ddb2a3daa5b0b937ab86a986d | 279d7420a62fa30d12d8d904cb09102f91bedb85 | refs/heads/master | 2020-03-15T04:01:39.689329 | 2018-08-03T04:32:51 | 2018-08-03T04:32:51 | 131,955,891 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 374 | java | package co.id.ionsoft;
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 addition... | [
"hidayat_technician@yahoo.com"
] | hidayat_technician@yahoo.com |
bf18c9f81e48b77c385ff9ea5cfaf722b0af81ce | eb2ad9aa34bfa1362d84fc9af096ee45f0cf219a | /src/bpskel/engine/skeleton/impl/skandium/MergeMuscle.java | 4a7281f11ba1059db5f1f63d098db1f763325182 | [] | no_license | foswald/BpSkel | 9efa09e68fe4c3aa6ae8210eded5ca102a97f798 | 6ce84fa5ca856ba507de8f20f319138ede1467ba | refs/heads/master | 2016-09-06T19:47:16.313787 | 2015-03-13T16:04:48 | 2015-03-13T16:04:48 | 31,217,790 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 476 | java | package bpskel.engine.skeleton.impl.skandium;
import bpskel.api.IDataContainer;
import bpskel.bpg.elements.splitmerge.IDataMerge;
import cl.niclabs.skandium.muscles.Merge;
class MergeMuscle implements Merge<IDataContainer, IDataContainer> {
private IDataMerge dataMerge;
public MergeMuscle(IDataMerge merge){
this... | [
"falk.oswald@gmail.com"
] | falk.oswald@gmail.com |
b292ef51d1865cfb25573080bd7cb1bbe436b75d | 616b81f223cb0984399a19644ea9d0e86a85c6e8 | /src/main/java/com/bidfx/orderbook/OrderBook.java | c4fa764c17dff77381bf24cae602342cb77692bf | [] | no_license | andrewwkearney/orderbook-exercise | dcbc8d42d545e83043c55a946547706e239ae815 | f0e70fd520bbf32cf0a8f6e13b599986f50ab9fe | refs/heads/master | 2020-04-08T08:00:28.425102 | 2018-11-30T11:59:09 | 2018-11-30T11:59:09 | 159,160,973 | 0 | 1 | null | 2018-12-03T15:03:58 | 2018-11-26T11:47:51 | Java | UTF-8 | Java | false | false | 424 | java | /*
* Copyright (c) 2018. BidFX Systems Limited. All rights reserved.
*/
package com.bidfx.orderbook;
/**
* This class represents an order book for a share or stock. An {@code OrderBook}
* should retain the state of the share, keeping track of the orders that are in
* the market.
*
* @author BidFX Systems Limit... | [
"andrew.kearney@tradingscreen.com"
] | andrew.kearney@tradingscreen.com |
3aeecd9832d0d352ab7c9b590876c80b59099045 | 9a8855d2eb7c987e819daa730edf8f4605be5ab8 | /SpringSecureJPALogin/src/test/java/com/javatechie/spring/security/api/SpringSecureJpaLoginApplicationTests.java | 556785d382ed211f6e4849f0d25c9d860c89212f | [] | no_license | zimrancis/workspace-18-Dec-2019 | c837696f8b4937dcefb0a6a8f116bad312a257af | a1e2355b8dfef5f1b29d1ecfd7a5ebd810a744b1 | refs/heads/master | 2022-12-31T21:48:00.515697 | 2020-07-13T08:25:49 | 2020-07-13T08:25:49 | 279,241,738 | 0 | 0 | null | 2020-10-13T23:31:45 | 2020-07-13T08:26:25 | CSS | UTF-8 | Java | false | false | 240 | java | package com.javatechie.spring.security.api;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class SpringSecureJpaLoginApplicationTests {
@Test
void contextLoads() {
}
}
| [
"zimrancis@gmail.com"
] | zimrancis@gmail.com |
9a0fd5da642baafa381eb800be88dfd37ec78c96 | c91863aebed0868aff43667c3a8a49f32e48eb7e | /src/main/java/com/qa/flipkart/pages/ExcelPractice.java | de88343df3bf773bb389afbdbc84ca143e8c6084 | [] | no_license | monathakre/FlipkartTestNGPracticeV1 | 95d790cf6c0007b9e7083a473356638edc4046dd | f8d131057fe149502d1f2e1e329f473b3ce66ff5 | refs/heads/master | 2023-04-23T06:38:56.587092 | 2021-05-13T05:16:43 | 2021-05-13T05:16:43 | 366,937,140 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 680 | java | package com.qa.flipkart.pages;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
public class ExcelPractice {
public static void main(String[] args) throws FileNotFoundException {
/*
* File f = new File("c://");
*
* FileInputStream fs = new FileInputStream(f);... | [
"monathakare111@gmail.com"
] | monathakare111@gmail.com |
add2ff65cc659654e8dde6e9ecc6b99942d629ed | 2ece88c64d2b6f36e8a8d5041f1c568337d0dc1b | /src/main/java/com/deloitte/copyright/util/StringUtils.java | 88ac89bb2d4109c7c2836edcf4a2e35f72736cd8 | [] | no_license | YogendraJ/copyright-api | a1c5af03f81c744bcf2ff04d9e474397e121869f | f223e2a3631c830fa069533aaaea9626b13bece6 | refs/heads/master | 2022-12-16T13:58:48.237498 | 2020-09-23T07:31:59 | 2020-09-23T07:31:59 | 296,816,482 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,050 | java | package com.deloitte.copyright.util;
import java.util.HashMap;
import java.util.Map;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import lombok.extern.slf4j.Slf4j;
/**
* StringUtils is a Utility class used for Basic String Operations. The
* CopyRight Application uses this class for find and repl... | [
"yogendranjoshi@gmail.com"
] | yogendranjoshi@gmail.com |
d1a70405ceda961193366877905a5ef156c8dbe8 | 9f9239888e7167928bbbc82a1b3f214010736062 | /src/main/java/org/eclipse/cdt/core/parser/tests/scanner/FileCodeReaderFactory.java | 6d5f5dfcbc94ab0429dd658cd17be9feaadb1bb9 | [] | no_license | ocelab/ocelot | 4db48b2d9da54eafcb99b310ad0fbcec3d019d8b | 3370fe7eedf8a27ee6a64dd7a38a6850c86cc4dc | refs/heads/master | 2023-04-20T03:46:14.236415 | 2021-05-06T12:58:10 | 2021-05-06T12:58:10 | 32,508,451 | 0 | 0 | null | 2021-05-06T12:58:11 | 2015-03-19T08:05:31 | Java | UTF-8 | Java | false | false | 1,608 | java | /*******************************************************************************
* Copyright (c) 2004, 2011 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 distribution, an... | [
"intersimone999@hotmail.it"
] | intersimone999@hotmail.it |
989500bae2fc5512e90084b7aebae7889e164388 | 4c03c7aa658034435c8ba3989ff4019791f40e90 | /src/test/java/Zadanie3/FillUpTest.java | c1462a2a0be2c0cbd268741caed605277a050467 | [] | no_license | December88/KursSelenium | 285c9602ddb535d704be58ca93ce58e52165e504 | 03b020265d7b34458e272fbca1220d8d5b0f94c3 | refs/heads/master | 2023-02-24T07:59:14.078618 | 2021-01-30T13:02:32 | 2021-01-30T13:02:32 | 333,563,936 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,197 | java | package Zadanie3;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import pageobject.FormPage;
import java.util.concurrent.TimeUnit;
import static org.junit.Assert.assertEquals;
public class FillUpTest {
... | [
"74767417+December88@users.noreply.github.com"
] | 74767417+December88@users.noreply.github.com |
7304f994aefad73deed5ac3fdfc516beb48a6e90 | 578e14502e18780075bb3c460007ef542427fc6a | /1.7/src/main/java/email/com/gmail/cosmoconsole/forge/photoniccraft/block/BlockPrism.java | 08c09e634c78ffaf8458dc88c260578cd31365e5 | [
"MIT",
"Apache-2.0"
] | permissive | CosmoConsole/PhotonicCraft | c4d45231f6bfcceb97bc9a18508cf23a837d040e | d98604b2c6f68a1234a816e54f7207c75e1c5819 | refs/heads/master | 2022-12-11T07:44:53.518617 | 2020-09-09T18:57:30 | 2020-09-09T18:58:38 | 294,202,069 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,484 | java | package email.com.gmail.cosmoconsole.forge.photoniccraft.block;
import java.util.Random;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import email.com.gmail.cosmoconsole.forge.photoniccraft.ModPhotonicCraft;
import email.com.gmail.cosmoconsole.forge.photoniccraft.tileentity.Til... | [
"cosmoconsole@gmail.com"
] | cosmoconsole@gmail.com |
29349693955664810484a227c21fdaf91788de14 | 3342a839f515a805310f2ae4047afa6fecb31d72 | /springboot-service-company-setting/src/main/java/com/su/springboot/app/company/setting/controllers/MetricController.java | f71fa546755c1305432a145a724b9d3109c73fcb | [] | no_license | hhansromero/metric-gathering-service | 09438ac9c3005c800e16ba354829a7055f4d004c | 1ce2fefc383e6e18dde2a092848ce5f1eac64bf2 | refs/heads/master | 2022-12-17T21:31:33.032896 | 2020-09-27T16:43:19 | 2020-09-27T16:43:19 | 297,227,834 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,355 | java | package com.su.springboot.app.company.setting.controllers;
import java.util.Comparator;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.... | [
"hector.romerosandon@gmail.com"
] | hector.romerosandon@gmail.com |
39da3914392f352c804b07e152fba2902ce6fb33 | bce679a4e865765586950af7ace6841570c0d19c | /EstruturaLinear/RacaoGato.java | 6f04581799f4f4a4c36580630e69d04b068b2b65 | [] | no_license | araujobva/logica-programacao-java | 10828e16cc888d6d1603bfe310f9ebfb8353db36 | 6876e9df626f823e93132941fb58c8ddd52565c6 | refs/heads/master | 2023-02-05T11:00:29.974330 | 2023-01-26T18:34:02 | 2023-01-26T18:34:02 | 159,256,719 | 2 | 1 | null | 2019-01-02T14:38:32 | 2018-11-27T01:24:39 | Java | UTF-8 | Java | false | false | 1,065 | java | /*
* Problema: Pedro comprou um saco de ração com peso em quilos. Pedro possui dois gatos para os quais fornece a quantidade de
* ração em gramas. Faça um programa que receba o peso do saco de ração e a quantidade de ração fornecida para cada gato.
* Calcule e mostre quanto restará de ração no saco após cinco dias... | [
"araujobva@gmail.com"
] | araujobva@gmail.com |
48d611980bf3d8cd9e9b43424cf13c1570ba2741 | 56a6bf934acbb4028eb41ac7a638b7168d7f6f7d | /src/main/java/ifc2x3javatoolbox/ifc2x3tc1/IfcRelFillsElement.java | 0196fcdeb958a0f48b41be1411bafbffd1f6d810 | [] | no_license | yayadi23/BIM1025 | 26a3be9a5a3eca7946b3bc5266daec3195d90dd0 | 348c9884ff81554270b32253743b44ca138c2249 | refs/heads/master | 2021-07-23T00:56:30.607899 | 2017-10-28T14:23:19 | 2017-10-28T14:23:19 | 108,263,805 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,555 | java | /* Generated By: IFC Tools Project EXPRESS TO JAVA COMPILER: Do not edit this file!! */
package ifc2x3javatoolbox.ifc2x3tc1;
/**
* This is a default implementation of the entity IfcRelFillsElement<br><br>
*<br><br>
* Copyright: CC BY-NC-SA 3.0 DE (cc) 2013 Eike Tauscher and Michael Theiler<br><br>
* The whole packa... | [
"425025472@qq.com"
] | 425025472@qq.com |
9b3188eb9856b8abd404b8a5946f60d8c041adad | 71bacbf7ed58ed7098c91a799bb4ef5e8ea7ab55 | /api/player/render/RenderPlayerAPI.java | 2685b12fed242acb97949d10d05f337c9da7aa69 | [] | no_license | TheLivan/Render-Player-API | 72debf78eecf73dd6eb9ce88579fb1aea9378004 | ae4ca227410f758dfdc956b153382f11906463dd | refs/heads/master | 2020-09-11T16:52:40.564389 | 2019-11-16T17:02:57 | 2019-11-16T17:02:57 | 222,131,019 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 185,509 | java | package api.player.render;
import api.player.forge.RenderPlayerAPIPlugin;
import api.player.render.IRenderPlayerAPI;
import api.player.render.RenderPlayerBase;
import api.player.render.RenderPlayerBaseSorter;
import api.player.render.RenderPlayerBaseSorting;
import java.io.File;
import java.lang.ref.WeakReference;
imp... | [
"rtg.kirepifanov.corp@gmail.com"
] | rtg.kirepifanov.corp@gmail.com |
ebc7fc099ae4b8041b271eaf2165afecf5bc1ec4 | ac44792a9338d7c8847e4f5cf6e16153bd137374 | /Maps/nogagoMaps/src/com/nogago/android/maps/download/task/OnTaskCompleteListener.java | 2ec2958f54026cdc8e0fbef2c1fd6077e01d06ce | [] | no_license | Dica-Developer/nogago-tracks | 3d04d56a37abade5b945e80db06f26d504bec99b | 0ceed47d264a64f6ed9f8ad77de3a3409b21d796 | refs/heads/master | 2021-01-23T12:00:22.009084 | 2014-03-23T22:58:18 | 2014-03-23T22:58:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 219 | java | package com.nogago.android.maps.download.task;
import android.os.AsyncTask;
public interface OnTaskCompleteListener {
/** Notifies about task completeness */
void onTaskComplete(AsyncTask task);
} | [
"uleh@volzinnovation.com@09f8092a-7451-4aaf-b957-db2732368af2"
] | uleh@volzinnovation.com@09f8092a-7451-4aaf-b957-db2732368af2 |
cc8e005ebde8f3fe6805b991326d9f9a3ccd3cdb | a120da8987670e97d8c5eea9a903cf0f75cdfd4c | /src/memento/HistoricoContrato.java | 5c4a998173e5c3f19ad76b76d83424e1e3322b09 | [] | no_license | edabruzzo/DesignPatternsAlura | f02a2dfc6b1af7a048f53d531fe1d36838ddf066 | c9321e91b3c942efbdcd3a530a2cf5473c1e9f40 | refs/heads/master | 2020-11-25T11:50:46.040030 | 2019-12-23T15:22:22 | 2019-12-23T15:22:22 | 228,643,952 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 393 | java | package memento;
import java.util.ArrayList;
import java.util.List;
public class HistoricoContrato{
private List<Estado> estadosSalvos = new ArrayList<Estado>();
public Estado procuraEstadoContrato(int indice){
return estadosSalvos.get(indice);
}
public void adicionaEstadoContrato(Estado e... | [
"emmanuel.oliveira3@gmail.com"
] | emmanuel.oliveira3@gmail.com |
b34a852dfc6437431a3e16d4e822849abe9669b8 | b39d7e1122ebe92759e86421bbcd0ad009eed1db | /sources/android/widget/GridView.java | 2e20ded6c730740c14a1b750022fcfd8deeb032d | [] | no_license | AndSource/miuiframework | ac7185dedbabd5f619a4f8fc39bfe634d101dcef | cd456214274c046663aefce4d282bea0151f1f89 | refs/heads/master | 2022-03-31T11:09:50.399520 | 2020-01-02T09:49:07 | 2020-01-02T09:49:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 79,800 | java | package android.widget;
import android.annotation.UnsupportedAppUsage;
import android.content.Context;
import android.content.Intent;
import android.content.res.TypedArray;
import android.graphics.Rect;
import android.os.Bundle;
import android.os.Trace;
import android.util.AttributeSet;
import android.util.S... | [
"shivatejapeddi@gmail.com"
] | shivatejapeddi@gmail.com |
ba32180c249d4bf33338bbf0fff755ee154fb206 | 452b5a704a42fd79bad5d990b6df6289908c81f5 | /app/src/main/java/com/atradeya/asharani/Model_Home_Sub_Category.java | e577e92f42169817d09378b38236ded901ccf63c | [] | no_license | RaniAsha321/Atradeya_Android_App | 7d88b38068ebe8966a26a2bb778aee442862d3e8 | 331b22b50c58bb342be4eb468525e72170f4d4ba | refs/heads/master | 2023-05-14T16:44:40.533131 | 2021-06-08T09:24:42 | 2021-06-08T09:24:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 687 | java | package com.atradeya.asharani;
public class Model_Home_Sub_Category {
String SuperSubImage;
String SuperSubtext;
String subcat;
public Model_Home_Sub_Category() {
}
public String getSuperSubImage() {
return SuperSubImage;
}
public void setSuperSubImage(String superSubImag... | [
"68648230+hellomedikal@users.noreply.github.com"
] | 68648230+hellomedikal@users.noreply.github.com |
d8ca88cebe08008fbd2692294c31d7b7c69d5076 | 96b043a5a2eb2554eed2d8358c5015a1af6e51d3 | /src/org/markdownwriterfx/preview/FlexmarkPreviewRenderer.java | 1420054f3167ff159e94ab3605bda4676fc56f31 | [
"MIT"
] | permissive | baobab-it/notebookFX | b1a8a39d5afe4cafbc80e143afa92767c445bbd2 | 741ca9ba8c94ef34ecbe6295ca39786a30d673db | refs/heads/master | 2021-09-12T16:30:40.469750 | 2018-04-18T17:25:06 | 2018-04-18T17:25:06 | 55,064,171 | 0 | 0 | null | 2018-04-17T20:35:02 | 2016-03-30T13:12:52 | JavaScript | UTF-8 | Java | false | false | 5,375 | java | package org.markdownwriterfx.preview;
import com.vladsch.flexmark.ast.Node;
import com.vladsch.flexmark.ast.NodeVisitor;
import com.vladsch.flexmark.html.AttributeProvider;
import com.vladsch.flexmark.html.HtmlRenderer;
import com.vladsch.flexmark.html.IndependentAttributeProviderFactory;
import com.vladsch.flexmark.h... | [
"andrii.ratushnyi@gmail.com"
] | andrii.ratushnyi@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.