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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8ee4bdbcc38de8c8e32cdb7d110e79d41ed0a5cc | ac875c56b92a914cd5ddacaad03bbd4a62e44067 | /Observer/src/main/java/ua/martynenko/pattern/observer/sample/hard/NufNufProject.java | aab6a8b51cc2bfffd5b255f8482ac2347974cd75 | [] | no_license | martynenko-e/Patterns | 8ccdafcadb3c00ab35ef3f6cd53083b2bbdb8ca7 | 7731b607e3eaa146db343c106816afdac0535007 | refs/heads/master | 2021-01-10T07:16:53.089630 | 2015-10-07T14:15:12 | 2015-10-07T14:15:12 | 43,609,019 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 389 | java | package ua.martynenko.pattern.observer.sample.hard;
import java.util.Set;
/**
* Created by cleri on 05.10.2015.
*/
public class NufNufProject implements Vacancy {
@Override
public boolean check(Set<String> technologies) {
return technologies.contains("J2SE");
}
@Override
public String t... | [
"martynenko.evhen@gmail.com"
] | martynenko.evhen@gmail.com |
59d2fc3d48177fed6dc89e88ee82f8a238e10d4b | 093d618399e188b15eb7f8282df3b499a773f60a | /android/app/src/main/java/com/loginpage1/MainApplication.java | 11d7a31899ba8e36dc61da8004772df1b9107ddb | [] | no_license | Gizem346/GiftShop-Page | 288b103e6c97dff39770c3b1e6534a3de8abc4c2 | b73c439ab954cf5af5b21c8be6708aeebc81d707 | refs/heads/main | 2023-04-06T14:16:00.624699 | 2021-03-30T09:39:17 | 2021-03-30T09:39:17 | 352,946,480 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,603 | java | package com.loginpage1;
import android.app.Application;
import android.content.Context;
import com.facebook.react.PackageList;
import com.facebook.react.ReactApplication;
import com.facebook.react.ReactInstanceManager;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com.facebo... | [
"whiteswan1697@gmail.com"
] | whiteswan1697@gmail.com |
4643b79c312ae893ec806a93e11d8cc78083920c | d60fd8ae7271f60e0bc9b23337fb23f3642dced0 | /ViewPlaylist.java | f6861fc5052f58b5dfb5cc21805828a02f3c61a5 | [] | no_license | electrojustin/eecs341_final_project | 56f6f69c409b0fb41b7caf131ebe76039166a44b | 7f12e97d7860cf39b4909f43a91cc2195f07f3d0 | refs/heads/master | 2021-01-19T22:17:22.809537 | 2017-05-02T10:25:47 | 2017-05-02T10:25:47 | 88,789,203 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 906 | java | //Backend for listing the songs associated with a playlist
import java.util.ArrayList;
import java.sql.*;
public class ViewPlaylist
{
public ArrayList<String[]> getPlaylistSongs (String playlistName, String username)
{
try
{
String queryString;
ArrayList<String[]> ret = new ArrayList<String[]>();
Resul... | [
"electrojustin@gmail.com"
] | electrojustin@gmail.com |
cb3f1d362119e1ec7d318ca8f724929f04ab5dd4 | 9d1f4f8616e2b77e0156ef5d4eade071a6797255 | /com/hifiremote/jp1/SegmentPanel.java | f6aa4e504a39ee616877486d523c7737a7db0588 | [] | no_license | Elemecca/remote-master | 8468f89d92836da5df28c180d40a1b1dc63932f1 | bd86e767c3d0bec3889e0b9daf04b98f240a830e | refs/heads/master | 2020-03-08T01:36:15.020338 | 2016-10-30T19:47:34 | 2016-10-30T19:47:34 | 127,835,214 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,897 | java | package com.hifiremote.jp1;
import info.clearthought.layout.TableLayout;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.beans.PropertyChangeListener;
import java.util.... | [
"mathsdon@bfc585dc-5255-483b-a5ca-a9bf5897b33d"
] | mathsdon@bfc585dc-5255-483b-a5ca-a9bf5897b33d |
5c8caf612d86d62f90f2be9aac512b995e571231 | a5ccd4da788256fb903cc1e93cc30211caf87035 | /src/main/java/balking/SaverThread.java | d47822561890b4817e1fccbcce554619b4916d72 | [] | no_license | emag-notes/hyuki-dp-multi-thread | dfc6bd5012a0ccc43b1b39c2cdbfb5d95ee0a23f | d5c507fc3237e54dc4e42d1bbf51fcd0311ad56f | refs/heads/master | 2021-01-15T08:15:05.069102 | 2015-10-25T09:24:47 | 2015-10-25T09:24:47 | 44,006,835 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 505 | java | package balking;
import java.io.IOException;
import java.util.concurrent.TimeUnit;
/**
* @author Yoshimasa Tanabe
*/
public class SaverThread extends Thread {
private final Data data;
public SaverThread(String name, Data data) {
super(name);
this.data = data;
}
@Override
public void run() {
... | [
"lanabe.lanabe@gmail.com"
] | lanabe.lanabe@gmail.com |
20d0b4c8b0dc1f0c136b34d09d56a7b73ee42158 | 09a267937e84e7db827650e144f1d53dc84f7b8e | /islaTortuga/islaTortuga/presentacion/IslaGUI.java | d0eaa4b1924a2fa237ee666c64c98452b5c764eb | [] | no_license | liontama2121/prueba | 2f9e5c091ad8060d48638e62865d19f0ee248405 | 7554ee569e8be263907f4b7ce5f0509c140893c1 | refs/heads/main | 2022-12-20T14:22:40.393523 | 2020-10-10T02:54:06 | 2020-10-10T02:54:06 | 302,799,696 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,504 | java | package presentacion;
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import java.lang.Thread;
import java.io.*;
import dominio.*;
public class IslaGUI extends JFrame{
private JPanel botones;
private JScrollPane contenedor;
private JButton botonAccion;
private JButton botonAprisa;
... | [
"juancamolina9721@gmail.com"
] | juancamolina9721@gmail.com |
17abb2f98ac5c722da16c6d8d0e5d70f4985b148 | 27ecf6708d5830853f4d04cc1904ca6729e69986 | /Android/RecyclerView_/app/src/main/java/com/vstrizhakov/recyclerview_/MyRecycleAdapter.java | 54070d911ecb07ca81af51beaf63c33a067b8288 | [] | no_license | vstrizhakov/itstep_works | 722218a074ff9ceb2bd1ea9a6b91ff76c5f63f3d | 2f3d32967b18a6918d11b12b5210db1116b55b70 | refs/heads/master | 2021-09-22T07:15:53.175056 | 2021-09-20T19:17:11 | 2021-09-20T19:17:11 | 132,743,674 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,297 | java | package com.vstrizhakov.recyclerview_;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import java.util.ArrayList;
public class MyRecycleAdapter extends android.support.v7.widget.RecyclerView.Adapter<PersonViewHolder>
{
private ArrayList<P... | [
"vladimir.strizhakov@touchcast.com"
] | vladimir.strizhakov@touchcast.com |
b2fedb00479181f8edd68ca6c82844dd09caa653 | bcd79cb1846766aba4e44cecf8abea013aa98994 | /PersonalApp/PersonalApp.Android/obj/Debug/android/src/android/support/v4/R.java | bc83a2bf1d74a18961487587c75d48b8c452dbba | [] | no_license | luannguyent/xamarin | bccbb0dad55d527de40fe444e4213dfe002690ec | ec9966d5305aafba902b3cd72c0f94b0609a7f66 | refs/heads/master | 2021-08-18T16:38:05.855610 | 2017-11-23T09:06:25 | 2017-11-23T09:06:25 | 110,526,434 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 638,370 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package android.support.v4;
public final class R {
public static final class anim {
public static final int abc_fade_in=0x7f0... | [
"ntl.cntt@gmail.com"
] | ntl.cntt@gmail.com |
034487ee80c2582112373b81d30c86bc2d44bdcb | 4384a43a626abc43528246d6c6f3d6953d3e8413 | /app/src/androidTest/java/com/apeiron/android_mvi_architecture_hello_world/ExampleInstrumentedTest.java | 075d8a0708ccf3219aabd3373321893b6f1099be | [] | no_license | itsmeprakhar22/Android_MVI_ImageLoadingApp | 60864438341eb6d9ffdce32032322408dee14175 | aebf7619d34f7f7a1efea379c8951efde44a8bb9 | refs/heads/master | 2021-01-09T16:21:39.794900 | 2020-02-22T16:01:35 | 2020-02-22T16:01:35 | 242,369,500 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 812 | java | package com.apeiron.android_mvi_architecture_hello_world;
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 te... | [
"itsmeprakhar22@gmail.com"
] | itsmeprakhar22@gmail.com |
bc7fb3abb975a79c25d66bcc1ae2f3c76613c900 | 9623f83defac3911b4780bc408634c078da73387 | /powercraft_145/src/common/net/minecraft/src/PlayerSelector.java | a34b46d186777a41e075d2c3bfb904e2ff3ab3f4 | [] | no_license | BlearStudio/powercraft-legacy | 42b839393223494748e8b5d05acdaf59f18bd6c6 | 014e9d4d71bd99823cf63d4fbdb65c1b83fde1f8 | refs/heads/master | 2021-01-21T21:18:55.774908 | 2015-04-06T20:45:25 | 2015-04-06T20:45:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,584 | java | package net.minecraft.src;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import net.minecraft.server.MinecraftServer;
public class PlayerSelector
{
private static final Pattern field_... | [
"rapus95@gmail.com@ed9f5d1b-00bb-0f29-faab-e8ebad1a710c"
] | rapus95@gmail.com@ed9f5d1b-00bb-0f29-faab-e8ebad1a710c |
454b3ea2445107427d76f4e560a22feefe116491 | 07ba23ad1a917d182018d7c4adbe3dcf8e6bb3e2 | /src/main/java/com/core/computism/assasa/ar/service/impl/PaymentServiceImpl.java | f15e7a4f159e129f96ae10d9515912bf34cdc0a3 | [] | no_license | mustufaamin/core-computism.asset-management-system | 7d886aff4108ecc35708d7c21997155be8ae9515 | 867f591ac6e33db25015aa5946b27900d70105c2 | refs/heads/master | 2021-01-21T04:53:59.934963 | 2016-04-08T15:26:35 | 2016-04-08T15:26:35 | 50,933,627 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 5,521 | java | package com.core.computism.assasa.ar.service.impl;
import com.core.computism.assasa.ar.builder.PaymentBuilder;
import com.core.computism.assasa.ar.dto.PaymentDto;
import com.core.computism.assasa.ar.dto.service.TransactionServiceDto;
import com.core.computism.assasa.ar.service.PaymentService;
import com.core.computism... | [
"faizan.iftikhar@venturedive.com"
] | faizan.iftikhar@venturedive.com |
a32ae7df0a1bffe43e26eae8792a98d0dbdd4d3c | 69a4f2d51ebeea36c4d8192e25cfb5f3f77bef5e | /methods/Method_38291.java | 43545472d1d753482926c2f6034c9bd368f5f367 | [] | no_license | P79N6A/icse_20_user_study | 5b9c42c6384502fdc9588430899f257761f1f506 | 8a3676bc96059ea2c4f6d209016f5088a5628f3c | refs/heads/master | 2020-06-24T08:25:22.606717 | 2019-07-25T15:31:16 | 2019-07-25T15:31:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 203 | java | @Override public void process(final StringBuilder out){
separateByCommaOrSpace(out);
out.append(ded.getTableNameForQuery());
if (tableAlias != null) {
out.append(' ').append(tableAlias);
}
}
| [
"sonnguyen@utdallas.edu"
] | sonnguyen@utdallas.edu |
7264ee51d9bc02f5c42ee05d71e267621328882c | ed0d89d7b97d7ea7fb04513fcc47506e733cdc17 | /src/main/java/ru/sbt/mipt/oop/DoorEventProcessorTest.java | aa65e4619a06c0611a52dd2b2a13d05da2f0ab81 | [] | no_license | mariyana-rubanenko/smart-home | d8cf71d149b79fe37dc2ff200311a7c6ee19cfbe | fc75eeadee002b666e7e93b84c0d5efa3eff7aff | refs/heads/master | 2021-08-31T22:37:23.259768 | 2017-12-23T05:49:40 | 2017-12-23T05:49:40 | 105,995,225 | 0 | 0 | null | 2017-10-06T11:03:31 | 2017-10-06T11:03:31 | null | UTF-8 | Java | false | false | 109 | java | package ru.sbt.mipt.oop;
/**
* Created by Maya on 17.12.2017.
*/
public class DoorEventProcessorTest {
}
| [
"maryrubik@yandex.ru"
] | maryrubik@yandex.ru |
81f42b6bc3d6f6a4c951e216fa24f770fed6e37a | d433e93db30bb44874ef97215e7d5bc3da6eec10 | /Java_016_Applications/src/com/callor/app/FileWriter_01.java | 35038e71c39f49b29df6cda477547982b42c12bb | [] | no_license | num5268/Biz_403_2021_03_Java | 9cf9ea067f52c0a1e79b17af108da8a2397a7aa7 | f63b3f0db0565f018fe145523e9cf866cc1d366f | refs/heads/master | 2023-04-13T12:19:06.121263 | 2021-04-27T07:30:31 | 2021-04-27T07:30:31 | 348,207,331 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,869 | java | package com.callor.app;
import java.io.FileWriter;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.Random;
public class FileWriter_01 {
public static void main(String[] args) {
/*
* eClipse를 사용하여 프로젝트를 만들었을때
* Project의 소스코드가 저장되는 곳은
* Project/src 폴더 이후에 패키지 이름으로 만들어진다
*... | [
"num5268@gmail.com"
] | num5268@gmail.com |
7f7c5ac2c0c6ae76c3185e1b051a7f57a49f9210 | 65df19b1ce1a866d2042cdb8881514ef3ecdfcf3 | /src/test/java/com/simplify4me/casslist/CassListTestHelper.java | 32eb582f08dbefff8cfd9deba0ea0dfb55b07de1 | [
"Apache-2.0"
] | permissive | simplify4me/cass-list | ef06349da7b104ad2925f602135f643015b45904 | 319eb52252614519afa8b70824a2d5e475c2b1e2 | refs/heads/master | 2020-12-24T13:17:08.476666 | 2015-03-23T06:21:12 | 2015-03-23T06:21:12 | 32,248,061 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 643 | java | package com.simplify4me.casslist;
import java.util.HashSet;
import java.util.Random;
import java.util.Set;
/**
*
*/
public class CassListTestHelper {
static Set<String> writeABunchOfValues(CassList cassList, int numValues) throws Exception {
Set<String> set = new HashSet<String>();
Random rando... | [
"simplify4me.github@yahoo.com"
] | simplify4me.github@yahoo.com |
31b46a1908d9bf3a9d98250bf397a23cbdddfb61 | 9692793ab73d0495f453705f33b478d27a8ed16b | /app/src/main/java/com/bwie/vidio/modle/view/apadter/MusicApdater.java | 1e52fa45c3c496cf9f6ccfc9c2894959dd0ad191 | [] | no_license | chengzhuoyan/Musics | 5483e65ba77c77d5a1c8e5d9db38e4c0a630ae8d | a168fdb25373c7551ac00cbf8b11664854a6e13b | refs/heads/master | 2021-05-08T09:32:00.386604 | 2017-10-17T08:11:13 | 2017-10-17T08:11:13 | 107,237,734 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 874 | java | package com.bwie.vidio.modle.view.apadter;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import com.bwie.vidio.modle.view.fragment.LocalFragment;
import com.bwie.vidio.modle.view.fragment.OnLineFragment;
public class MusicAp... | [
"2489432491@qq.com"
] | 2489432491@qq.com |
75fc3cdd04102061e8753e182171b0e183528a0f | c6303639dbdb06e39a57bfbf046b7b1fe28cd92d | /SpringExperiments/SpringIOC/src/main/java/spring/annotation/ioc/props/TestProps.java | 2a7c4b0fb6cad88ae09082ea511dedefecda1cb6 | [] | no_license | kaustubhsaha/myrepo | d35c0fa0966abc6a5178c4eac4458bda57509de6 | c6d7fc6790d4949a099530e77355cf8e7e4dcb1f | refs/heads/master | 2021-07-07T11:58:02.382623 | 2019-04-23T19:01:15 | 2019-04-23T19:01:15 | 142,910,136 | 0 | 0 | null | 2018-12-01T15:32:37 | 2018-07-30T17:58:45 | Jupyter Notebook | UTF-8 | Java | false | false | 1,218 | java | package spring.annotation.ioc.props;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.ApplicationContext;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import org.springframework.context.annotation.Bean;
import org.springframework.context... | [
"kaustubh.saha@gmail.com"
] | kaustubh.saha@gmail.com |
cd1609485fab0a1f86a5ef8026ec3c0ebf47830d | 7795986a68dc73adf155d2cf99f5628c42d33251 | /src/com/anahisalgado/asociatividad/DocumentoAsociatividad.java | 897e0f30a3646c6fb124bda8149518fd1e6c0c4d | [] | no_license | AngelNoaHuamani/PlatziJava | 57c47c058cba245f47c481a9d452166036492528 | 5c346df2f30d8de9a0dd6e48f09c2b0200be4fab | refs/heads/master | 2021-08-22T16:25:54.477793 | 2017-11-30T17:11:37 | 2017-11-30T17:11:37 | 112,638,444 | 0 | 0 | null | 2017-11-30T17:09:06 | 2017-11-30T17:09:05 | null | UTF-8 | Java | false | false | 917 | java | package com.anahisalgado.asociatividad;
import com.anahisalgado.conductor.Conductor;
import com.anahisalgado.vehiculo.Vehiculo;
public class DocumentoAsociatividad {
private Vehiculo vehiculo;
private Conductor conductor;
public Vehiculo getVehiculo() {
return vehiculo;
}
public void setVehiculo(Vehiculo... | [
"anahi.anndroid@gmail.com"
] | anahi.anndroid@gmail.com |
b555e44e336103dfc9ff15288ab807699d019999 | 5123de7188c7c470b04ce2d7adbd75abaad59f37 | /Videoteca/src/giusti/damiano/videoteca/Supporto.java | bbadd83fd2992d0a6df8e113d8851f92b09b4255 | [] | no_license | damianogiusti/tsam-oojava | 4bf2f7c81f3035d3f15c85fce669c47b33bde7fc | 8b05d43c4c5c00e3a8822395520034337810a2ba | refs/heads/master | 2016-08-11T13:50:18.363062 | 2016-03-24T08:41:12 | 2016-03-24T08:41:12 | 47,704,220 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 348 | java | package giusti.damiano.videoteca;
/**
* Classe astratta
* Non posso creare un oggetto istanza della classe astratta
* @author damiano
*
*/
public abstract class Supporto {
Film film;
public Film getFilm() {
return film;
}
public void setFilm(Film film) {
this.film = film;
}
public abstract int cost... | [
"damianogiusti95@gmail.com"
] | damianogiusti95@gmail.com |
dd1fd98deabf2981f8fcda057e2dc61de44efe89 | fe874aafea5437b19199ad86db408b7f970af99e | /hop-tasks/src/in/hopscotch/solid/srp/SaveEmployeeDetail.java | 871ef0541f0020ad2f27ffff318303e458e8b91b | [] | no_license | pranaysingh768/hopscotch-tasks | 540089d34078702e34318036f8733b44a02d40ae | d0f0bbe52710c07b5c0a7e8b462dae9b58b93596 | refs/heads/main | 2023-03-10T16:29:20.826725 | 2021-03-01T16:24:08 | 2021-03-01T16:24:08 | 341,474,529 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 347 | java | package in.hopscotch.solid.srp;
public class SaveEmployeeDetail {
public boolean saveEmployeeDetails(Employee employee , String mode) {
if(mode.equalsIgnoreCase("Insert")) {
System.out.println("Insert the value in DB");
return true;
}
else {
System.out.println("Update the value in DB");... | [
"pranaysingh768@gmail.com"
] | pranaysingh768@gmail.com |
4990735df12a5b71afe17434b4763959a1cfd4a9 | d06cadf4cad7712f722ea4e8542f2ca6072fab79 | /src/main/java/com/tanganda/marsrover/controller/Controller.java | 13f6721acced87dd6459f9a834441ef0ccf24212 | [] | no_license | Themzie/mars-rover-solution | e0b96139bd76a60fc16e05469c2cc2492c402cc0 | 8093047a61e2d6c5a69d28905d18f73ba8764e60 | refs/heads/master | 2022-02-15T05:55:36.593843 | 2019-08-24T09:51:09 | 2019-08-24T09:51:09 | 197,933,956 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 895 | java | package com.tanganda.marsrover.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annot... | [
"wilbermhlanga@gmail.com"
] | wilbermhlanga@gmail.com |
9de9bc5974a205d75ba3322ea56c2c0240078e47 | 8df0b727d426972f14bef0326dfb7ad0bf9826e8 | /batchreport/src/main/java/com/cnasurety/extagencyint/batches/ivans/reporting/workflow/model/IvansMessage.java | aabecfb09139d15aef1f4e22f4b6aaac94f279de | [] | no_license | prasannarenganathan/batchreport | a509cf6303ef754d29e593280723ce5d07c8a284 | 5ec0e342547cfcdda4a74da02dba06195e7b866d | refs/heads/master | 2020-05-27T15:46:09.220160 | 2019-07-29T18:51:45 | 2019-07-29T18:51:45 | 188,685,574 | 0 | 0 | null | 2019-06-15T04:49:54 | 2019-05-26T13:20:04 | Java | UTF-8 | Java | false | false | 5,115 | java | package com.cnasurety.extagencyint.batches.ivans.reporting.workflow.model;
import java.io.Serializable;
import java.sql.Timestamp;
import java.util.Date;
import java.util.List;
import java.util.UUID;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax... | [
"prasanna.renganathan@gmail.com"
] | prasanna.renganathan@gmail.com |
8250a43f5a847d72d751c817f673aab4504e7a61 | d0fe3ad3ead716119732a355e4916d5eacfb0dc3 | /src/main/java/com/min/app/controller/BasicController.java | fcd5a1891abccf19e2b15f0d379ed9880e4e7dd2 | [] | no_license | aejeong-context/Hyper | e6c46a6463d97ef2a709e4b17cf7e4e4f23eae75 | 8567ca864507a02da39615df323a0ffe097a79ea | refs/heads/master | 2022-12-22T06:32:36.579904 | 2020-07-02T03:12:13 | 2020-07-02T03:12:13 | 241,799,338 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,429 | java | package com.min.app.controller;
import java.io.File;
import java.io.IOException;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.UUID;
import javax.servlet.http.HttpSession;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annot... | [
"aejeong-context@kakao.com"
] | aejeong-context@kakao.com |
c8e05b929915e6805d64d610438ce4620820f301 | ccf269ec61f777ac6e895cb129dec8cec1914db0 | /src/main/java/org/dream/toolkit/enums/SortEnum.java | 1733387b0f5461f68820f980a2a88a78bb32b592 | [] | no_license | xfangming/big-dream | f5932034609d6da68307e1e715658a04308dcfe7 | 7f3e063369298770b923a59d019e8dae9730cbfd | refs/heads/master | 2020-04-12T18:35:22.999931 | 2019-05-21T03:31:52 | 2019-05-21T03:31:52 | 162,683,866 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 434 | java | package org.dream.toolkit.enums;
/**
* @author tobiasy
*/
public enum SortEnum {
ASC(1,"asc"),
DESC(2,"desc");
SortEnum(Integer code, String discription) {
this.code = code;
this.discription = discription;
}
private Integer code;
private String discription;
public Integer... | [
"wb.xiongfangming@mesg.corp.netease.com"
] | wb.xiongfangming@mesg.corp.netease.com |
46ab085f0e1f78c069f43aa0165e2621d51661c5 | 418d7e45dfe5a24b282dfe068d7bdb6f094b4a23 | /app/src/main/java/com/example/eliabrian/productapp/JSONParser.java | 76c20ddacb152edcd83e49577361627793ac7b5b | [] | no_license | WawoBuchin/ProductApp | 20ec0641d62a6477aa88f839f1b04ce2f4818c22 | e4d33706ede3fc4440999c437702a7d6f0eb4c1c | refs/heads/master | 2020-04-15T17:46:26.995842 | 2019-01-09T18:34:17 | 2019-01-09T18:34:17 | 164,887,013 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,599 | java | package com.example.eliabrian.productapp;
import android.util.Log;
import android.util.Pair;
import org.json.JSONObject;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.io.... | [
"eliabrianb@gmail.com"
] | eliabrianb@gmail.com |
ef093e93b6b1a118866c5f6667f07d2834b98ade | 85827584d31664a1034d707aa2edfd0905fd834e | /src/com/star/weibo/load/DataLoadContext.java | 540cc68ae3cf48c819a8cd99370695fd66a91277 | [] | no_license | 04052038/lemonweibo | 2fdc0adce517122b7f43fe9b0008d6efb381d4a3 | 9054b75f8abbbec3513530d57f4084adc45a69b1 | refs/heads/master | 2016-09-05T10:38:06.193971 | 2013-10-11T12:03:50 | 2013-10-11T12:03:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 839 | java | package com.star.weibo.load;
import android.content.Context;
import android.view.View;
import android.widget.ListView;
public class DataLoadContext {
public static final int STATUS_LIST = 0;
public static final int COMMENT_LIST = 1;
public static final int USER_LIST = 2;
public static final int USER_INFO = 3;
pu... | [
"longmanyoung@gmail.com"
] | longmanyoung@gmail.com |
4bb81c12803dd2e58e34fbf80ce1aeeffe6b47c4 | 3caeaf6df49b3b7ee606470baea9ee22716c04c0 | /src/main/java/com/fashionshop/service/OrderServiceImpl.java | e1a2e336ef33ddda8c67644f015aeec62e3e359b | [] | no_license | sangnh99/fashion-shop-onworking | ffc390be16c7f2147deca4b50ab238a33485e559 | 79d03048e012f1eb4146750decb3eaafe4882adc | refs/heads/main | 2023-03-16T07:34:40.148166 | 2021-03-09T07:23:06 | 2021-03-09T07:23:06 | 345,917,372 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 149 | java | package com.fashionshop.service;
import org.springframework.stereotype.Service;
@Service
public class OrderServiceImpl implements OrderService {
}
| [
"sangnh99@gmail.com"
] | sangnh99@gmail.com |
3bc3959ee9c680b1423932c74779c2dc71185405 | ffbbce99ddfa6cd5eec26c8166eda9eb43e6483c | /hulk-store-ws-cliente/src/main/java/com/cidenet/hulk/store/ws/cliente/constant/ViewConstant.java | a7133665c9e11cd80aedfb4a54d045ac83ba6238 | [] | no_license | JoseFelix88/cidenet_hulk_store_backend | 6130b5d156fb4da7f6e34e469ee440e05843b242 | 4d2df3be1922590b1b495d88bfaf86b5eaef544c | refs/heads/master | 2021-01-02T16:06:45.210424 | 2020-05-03T06:48:53 | 2020-05-03T06:48:53 | 239,695,771 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,515 | java | package com.cidenet.hulk.store.ws.cliente.constant;
/**
* Clase utilizada para gestionar las constantes utilizadas en las vistas icaro.
*
* @author Indra
*/
public class ViewConstant {
/**
* Instantiates a new view constant.
*/
private ViewConstant() {
throw new IllegalStateException("Con... | [
"josecuriel88@gmail.com"
] | josecuriel88@gmail.com |
4252ccbb8096000c3011c478a70fa8bc74c77939 | 9077082d6fecacf8be92cd79041ce7ab8974a465 | /src/main/java/controller/IdCheckServlet.java | bcf611eaf47c36024fbe523c8111384fa919158f | [] | no_license | Joonkb/member-mini-project | 507b60f0006db75a551222e628d13791ae82addf | 42c9d5c7ce9f6e2745bc7d89cae8ec127170e705 | refs/heads/master | 2023-08-26T22:13:31.676064 | 2021-11-02T21:38:41 | 2021-11-02T21:38:41 | 419,330,412 | 1 | 3 | null | 2021-10-31T14:28:08 | 2021-10-20T12:57:26 | Java | UTF-8 | Java | false | false | 1,101 | java | package controller;
import java.io.IOException;
import java.sql.SQLException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import model.MemberDAO;
... | [
"westkite418@gmail.com"
] | westkite418@gmail.com |
b2668dd733848c9924de52dfb3539a2256d92290 | ea28e667e13a72f366f0ea5c5bb45d62d7cd07a0 | /src/test/java/TestFeb_9_2016.java | 17c7143e4dc28f6195d7eef4ec70bbce781ac7e2 | [
"MIT"
] | permissive | zzznz27/GUI | 81ab1d40307dbb6eb259ffdce9da59392b56c512 | 23312652fc799b9d95a22b3c730d59fc775033a2 | refs/heads/Header_Addition | 2023-05-30T16:23:37.966759 | 2020-06-19T01:22:26 | 2020-06-19T01:22:26 | 273,207,316 | 0 | 0 | MIT | 2021-06-15T16:05:50 | 2020-06-18T10:20:12 | CSS | UTF-8 | Java | false | false | 15,237 | java | import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.chrome.ChromeOptions;
import org.openqa.selenium.suppor... | [
"slmendez@ncsu.edu"
] | slmendez@ncsu.edu |
4acebfa1f7d07a8267c1b51d40c4835e38cb8198 | cef2894b6c7831acea5e188f1b96ec0c0ba1638d | /src/main/java/com/jzli/list/ListTest.java | 5ce0d4315749c4fe841ef8dd4addce4a62fe8633 | [] | no_license | litt58/Interview | b27f9363e44e294ea64f99af8554fcb6c2626c92 | e444ed57512ec9544e8bad0e8f42ef00db78f260 | refs/heads/master | 2021-06-02T12:03:25.474069 | 2020-08-13T07:54:29 | 2020-08-13T07:54:29 | 99,549,987 | 0 | 0 | null | 2019-12-20T02:13:21 | 2017-08-07T07:31:53 | Java | UTF-8 | Java | false | false | 2,168 | java | package com.jzli.list;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.concurrent.ConcurrentLinkedQueue;
/**
* =======================================================
*
* @Company 产品技术部
* @Date :2018/4/4
* @Author :李金钊
* @Version :0.... | [
"jinzhao.li@lanmaoly.com"
] | jinzhao.li@lanmaoly.com |
d7b63e91f403eac0ebe65959599e0798aca7938f | 4a015f5a9b655f027a4d4e04fdc926bb893d093d | /course-info-service/src/main/java/mk/ukim/finki/courseinfo/config/WebConfigurer.java | 339e545623ebc6cb976067f250df9dbc69b1e8fa | [
"MIT"
] | permissive | kirkovg/university-microservices | cd1bfe8f92dba3b422c56903b972a2aa9f0b45c7 | 2c8db22c3337014e3a8aa5de3e6a1a32d35c9ba0 | refs/heads/master | 2021-12-26T13:05:05.598702 | 2018-09-11T18:53:35 | 2018-09-11T18:53:35 | 147,234,534 | 0 | 0 | MIT | 2021-08-12T22:16:40 | 2018-09-03T17:25:19 | Java | UTF-8 | Java | false | false | 5,807 | java | package mk.ukim.finki.courseinfo.config;
import io.github.jhipster.config.JHipsterConstants;
import io.github.jhipster.config.JHipsterProperties;
import com.codahale.metrics.MetricRegistry;
import com.codahale.metrics.servlet.InstrumentedFilter;
import com.codahale.metrics.servlets.MetricsServlet;
import org.slf4j.L... | [
"gjorgjikirkov@gmail.com"
] | gjorgjikirkov@gmail.com |
9998a90fda0325d50c4eeb959d3bf73b7aad6f9b | 54f352a242a8ad6ff5516703e91da61e08d9a9e6 | /Source Codes/CodeJamData/11/02/7.java | 404bce9b29c68a35c81a6e7e438428aee9c8211c | [] | no_license | Kawser-nerd/CLCDSA | 5cbd8a4c3f65173e4e8e0d7ed845574c4770c3eb | aee32551795763b54acb26856ab239370cac4e75 | refs/heads/master | 2022-02-09T11:08:56.588303 | 2022-01-26T18:53:40 | 2022-01-26T18:53:40 | 211,783,197 | 23 | 9 | null | null | null | null | UTF-8 | Java | false | false | 2,858 | java | import java.io.*;
public class B {
public static void main(String[] args) throws IOException {
BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
int cases, combine_count, oppose_count, invoke_count;
String[] input, combine, oppose;
String invoke;
... | [
"kwnafi@yahoo.com"
] | kwnafi@yahoo.com |
4bbebd8d52b2e65edb8840435e0fb32d5675bcb9 | 36e17def1ebece0600f17a16bafb0e00069d979b | /GeneticServer2/src/main/java/EstructurasBasicas/GNodo.java | 04abcd40c1b804e5a27947a8f65b4b26f21cbbd5 | [] | no_license | PapiRikus/ProyectoIIRest | 6bc0778f6ca20edf7a2ece51b5dbe6b839ae5ff6 | 6bdcdc35629e37025a5289332a74e5f7b92522cc | refs/heads/master | 2021-01-19T21:41:37.914790 | 2017-05-19T19:05:56 | 2017-05-19T19:05:56 | 88,690,458 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 917 | java | package EstructurasBasicas;
/**
*
* @author
*
* @param <T>
*/
public class GNodo <T> {
//Variable que es el nodo actual
private T valor;
//Nodo siguiente
private GNodo<T> siguiente;
/**
* Constructor del nodo genérico
* @param valor
*/
public GNodo(T valor) {
this.... | [
"robert19972008@hotmail.com"
] | robert19972008@hotmail.com |
240da5b34eb585fdfaee9f4017d7025131a61cfe | 8e17c72f50d78c52a9ba5837cbf28e0a05470424 | /src/main/java/com/laotek/churchguru/web/server/handler/audit/GetUserAuditsHandler.java | b7e3828d402d21a6488dee1e77c7c06698a298c2 | [] | no_license | larryoke/churchguru-web | 7cbaf6ccfabc96727b9ce13b519c59ec9c449a0f | 2d33a30a59a82d56a8e827e2a59286abf84e70a1 | refs/heads/master | 2021-01-11T14:58:31.286962 | 2018-12-05T17:18:46 | 2018-12-05T17:18:46 | 80,263,931 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,372 | java | package com.laotek.churchguru.web.server.handler.audit;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import net.customware.gwt.dispatch.server.ActionHandler;
import net.customware.gwt.dispatch.server.ExecutionContext;
import net.customware.gwt.dispatch.s... | [
"larryoke@gmail.com"
] | larryoke@gmail.com |
453840dfd3bbcf6417d187eaba083127a493f7ac | edffbbdf8de546225445acb177f6738b41893e4b | /patterns/src/command/CommandApp.java | 400c703e530f58fe25c246b47e13766ab2923f9c | [] | no_license | potOfMyCode/hometask | 2d7eb05892e8bfbbe1da72794af80aaa870f1918 | 60125d6688482727bf8da7d5da57f28f0098d629 | refs/heads/master | 2020-04-27T22:41:39.439614 | 2019-04-22T21:35:29 | 2019-04-22T21:35:29 | 174,745,791 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,695 | java | package command;
public class CommandApp {
public static void main(String[] args) {
Computer computer = new Computer();
User user = new User(new StartCommand(computer), new StopCommand(computer), new ResetCommand(computer));
user.startComputer();
user.resetComputer();
user.s... | [
"demyanenko.dimasik@gmail.com"
] | demyanenko.dimasik@gmail.com |
7d1239e8adc7436a8db675329f50c5758566791c | 40a96113186cabdfce0d30d2b2fc1daa522553c2 | /src/main/java/ocheresh/swingy/model/arifacts/Helm.java | 3f341c9491065232bdaab61541ff98cd02a03c11 | [] | no_license | ocheresh/swingy | e94ce38fd24b6fecbaaff6759930ed45c12e017f | a38f3329a541901445b994d4466f63b40500025f | refs/heads/master | 2021-06-17T00:46:05.583181 | 2019-10-14T06:48:48 | 2019-10-14T06:48:48 | 211,807,049 | 0 | 0 | null | 2021-06-04T22:03:37 | 2019-09-30T07:59:41 | Java | UTF-8 | Java | false | false | 159 | java | package ocheresh.swingy.model.arifacts;
public class Helm extends Artifact {
public Helm(String name, int attack) {
super(name, attack);
}
}
| [
"ocheresh@e1r7p11.unit.ua"
] | ocheresh@e1r7p11.unit.ua |
617f634498a0af116ddd697f81c8c2d3d87996bb | 0896f57fc6a071ca8ff8421c4a547e6f25bccacb | /ivolunteer-war/src/test/java/be/cegeka/e2e/testapplication/TestApplication.java | 4a8c0f7f82b319a74dda7bfcd91c229387ed61d4 | [] | no_license | nielsjani/gradle-spring-prullerij | e6f3547f2f35e64ce123d47748f6f8d0b240780e | b04ab97f92d21d1a067b6ac95d0c70c90eaf1d96 | refs/heads/master | 2021-07-23T07:48:38.790479 | 2017-11-03T14:09:59 | 2017-11-03T14:09:59 | 109,238,145 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,848 | java | package be.cegeka.e2e.testapplication;
import be.cegeka.e2e.UrlBuilder;
import be.cegeka.e2e.testapplication.tomcat.IvolunteerTomcat;
import com.jayway.restassured.specification.RequestSpecification;
import org.hamcrest.CoreMatchers;
import org.springframework.http.ResponseEntity;
import org.springframework.web.client... | [
"onbekend@vdab.be"
] | onbekend@vdab.be |
efe287c0bb2bfde16b40702d72131ac8cc12e4f9 | 77e80aaf6c9e2cb4a961a9bb186e7262a435be9b | /shard-core/src/main/java/com/codecrate/shard/character/Initiative.java | 58b6d63841c3158e4290256ab7a68ef3f4e2a4f8 | [] | no_license | wireframe/shard | 748051103a1a29d4d53b73b09e77f185d897e9ab | 7d915fe7edc44b5d6ff68aff1d24e5f6b1cb063d | refs/heads/master | 2021-07-03T14:46:45.490147 | 2008-08-19T19:50:26 | 2008-08-19T19:50:26 | 25,412 | 1 | 1 | null | 2020-10-13T10:00:19 | 2008-06-15T04:10:17 | Java | UTF-8 | Java | false | false | 2,050 | java | /*
* Copyright 2004 codecrate consulting
*
* 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 ... | [
"wireframe"
] | wireframe |
2dbb686e79ab9913395721fc825b60a2e1a43c6f | 7b2ec6989f850b94953b10cfca9468e2d529ff5b | /akshata_dabade_assign5/genericCheckpointing/src/genericCheckpointing/util/FileProcessor.java | 3543b9ef165cb31f23eafab0d6f27ac68e9b74b5 | [] | no_license | adabade1/Serialize-Deserialize-XML-Like-Format | 887baf72e201f7fa3c97803a4c40557c52515b0d | 4878457468791992be3a37d13025eb6d49a8967f | refs/heads/master | 2020-04-27T02:26:46.211503 | 2018-12-07T23:32:55 | 2018-12-07T23:32:55 | 173,994,385 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 953 | java | package genericCheckpointing.util;
import java.io.*;
public class FileProcessor
{
private BufferedReader input;
private FileWriter fileWriter;
private File f;
public FileProcessor(String file) throws Exception
{
f = new File(file);
input = new BufferedReader(new FileReader(f));
... | [
"adabade1@binghamton.edu"
] | adabade1@binghamton.edu |
9af87f595bae4da3de8511f8785373b42d3a33ca | 84db50077222501ffb1ec67af16822f28fde9f01 | /java/main/pruefungsvorbereitung/morse/Morse.java | a0a4725a5220024a50b3745fdd80f9c9ec305b1d | [] | no_license | 0b-ivan/Programmieren_2 | 0c2aad8ab08da67f7fd377ded06bc742fca79d5e | ac68ce1e04cf2270d0cba2a23e896fb59159bd09 | refs/heads/master | 2023-05-03T04:15:22.469951 | 2020-07-29T07:49:18 | 2020-07-29T07:49:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,520 | java | package main.pruefungsvorbereitung.morse;
import org.jetbrains.annotations.NotNull;
import java.util.HashMap;
public class Morse {
public static void main(String [] args){
System.out.print(zeichenKetteToMose("Klausurerfolg"));
}
public static String[][] tabelle ={
{"A",".-"},
... | [
"ivan.v.babayev@outlook.de"
] | ivan.v.babayev@outlook.de |
8f1a260e61ecb8232c1dcf58d22b7cfa1d3d17ec | 51cf893b29e0025e86efc571a0b20fbbec43f744 | /LuBanOne/app/src/main/java/com/example/administrator/lubanone/widgets/MultiImageView.java | a2a42400d1abebc08174e5905e492b5576d547f4 | [] | no_license | quyang-xianzaishi/mylib | 1dfc3c141347a8eee5ad831efab5e18fb9d9f726 | 4cabe396090d820a58e6917f16e57a69cc6485b9 | refs/heads/master | 2018-09-29T16:19:05.253246 | 2018-07-15T15:52:46 | 2018-07-15T15:52:46 | 111,664,822 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,115 | java | package com.example.administrator.lubanone.widgets;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View;
import android.widget.ImageView;
import android.widget.ImageView.ScaleType;
import android.widget.LinearLayout;
import com.bumptech.glide.Glide;
import com.bumptech.glide.load... | [
"quyang@xianzaishi.com"
] | quyang@xianzaishi.com |
11c6f1c3e85628a320df37ae1396248b22cfd4a4 | 7efebff126b92e6fec18130940f0a47e68c053dd | /2-trade-facade/src/main/java/com/mycompany/biz/service/ProvinceServiceTrade.java | fd927ca1a9b11f739c802930d24260485aca4f99 | [] | no_license | KqSMea8/stategen-demo-trade-server | fdb27f823828909bf6a30fb038afcdf963c771b7 | 4d59bc955e97fee10d5cc3c4970ef5659ad0c0b6 | refs/heads/master | 2020-04-16T14:53:36.226218 | 2019-01-14T15:13:03 | 2019-01-14T15:13:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 551 | java | /*
* Do not remove this unless you get business authorization.
* Copyright (c) 2016 - 2018 All Rights Reserved.
* Powered By [stategen.dalgen]
*/package com.mycompany.biz.service;
/**
* ProvinceService
* <pre>
* database table: province
* database table comments: Province
* This file is generated by <tt>dalge... | [
"78493244@qq.com"
] | 78493244@qq.com |
1488f48667e6164227f49baca21892d260dd997b | 07f438e2e6a34b01e421bea6f0b07eb6daee681d | /app/src/main/java/com/ideaone/tabletapp1/NewsFragment.java | d706958239b44a7e28e49d9aa2937e5c4b29bf4e | [] | no_license | rhotin/ReveraProjectV3 | aa587330640d12ac5c44d9a5cf6ebe2d7279e0ec | 32a6fb86f5ff1b9112db08d47cc442f6e5c0f167 | refs/heads/master | 2021-01-20T21:40:28.889360 | 2017-10-17T21:29:21 | 2017-10-17T21:29:21 | 101,777,631 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,174 | java | package com.ideaone.tabletapp1;
import android.app.AlertDialog;
import android.app.Fragment;
import android.content.Context;
import android.content.DialogInterface;
import android.graphics.Color;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.os.Bundle;
import android.os.Handler... | [
"roman.hotin.rh@gmail.com"
] | roman.hotin.rh@gmail.com |
7aed1f8783f5ae36455eb707d3d41f0551fe55f4 | a9829af0ea35da14b61b83615d157a3a7e879284 | /practice/src/day8/MethodOverloadingExam2.java | 3aee8a658130784f63dc3cceedb4fd62c24f2f70 | [] | no_license | Hyunkee/JAVA-DB | c257e6915676fd0bd5147fb46bceb5e062bb8c85 | d17b8857cb7146d23dec884b3080f7321437cb7a | refs/heads/master | 2022-12-22T05:31:10.034709 | 2019-09-26T07:18:07 | 2019-09-26T07:18:07 | 178,324,388 | 0 | 0 | null | 2022-12-16T00:57:23 | 2019-03-29T03:17:58 | JavaScript | UTF-8 | Java | false | false | 620 | java | package day8;
public class MethodOverloadingExam2 {
public static void main(String[] args) {
printMultiTables();
}
public static void printMultiTable(int num){
for(int j=1;j<=9;j++){
System.out.println(num+"x"+j+"="+num * j + " ");
}
}
public static void printMultiTables(int star... | [
"khk2909@daum.net"
] | khk2909@daum.net |
02039bf3933b4a5a53b36fba49d952488706846b | e1dbd1215b4ef02a196000b5326a9101c3224aa6 | /src/main/java/com/example/originalLanguage/compiler/expression/Program.java | 8538dfe3ce39e1d86050b52f7c1baf82cf5c3c5c | [
"Apache-2.0"
] | permissive | yukihirai0505/java-competitive-programming | 505f251f3e02c8d210a12812a875f8cf60690948 | 57e2f519f7bd7dfa203ebed9cc65f6e7debbfe38 | refs/heads/master | 2021-01-20T16:21:25.676864 | 2019-04-09T16:23:34 | 2019-04-09T16:23:34 | 90,831,528 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 685 | java | package com.example.originalLanguage.compiler.expression;
import java.util.List;
/**
* Created by Yuky on 2017/05/11.
*/
public class Program extends AbstractExpression {
public void add(AbstractExpression node) {
getChildren().add(node);
}
public void compile(List<Byte> objectCodeList)
... | [
"yukihirai0505@gmail.com"
] | yukihirai0505@gmail.com |
eb1699632072c68812ba582dad1c092c44220796 | da1bb39b53a63090cef44a80dd9be5e5cd556687 | /src/queue/InboundQueue.java | b75a28d79beef42e543e6a262fecf2ed0740c2e5 | [] | no_license | kevin00chen/SparkAndKafka | 2652ea2ded7c02ffed39032eb2921090c4346ef7 | 02ee22b145c93d1e28d2916baaec09961f3a3c26 | refs/heads/master | 2021-01-18T08:25:05.866381 | 2015-01-29T18:30:34 | 2015-01-29T18:30:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 727 | java | package queue;
import java.util.ArrayList;
import java.util.concurrent.LinkedBlockingDeque;
import com.googlecode.protobuf.format.JsonFormat;
import io.netty.channel.Channel;
import analytics.Analytics.AnRecord;
public class InboundQueue {
public static ArrayList<String> inbound = new ArrayList<String>();
publi... | [
"sk.aparna15@gmail.com"
] | sk.aparna15@gmail.com |
8ecd6bef4b4e1170d4eed4cab3a3622f1c9cb568 | ea3cb4eda66a1a9835e549b6d6425a677cc1fa25 | /src/main/java/com/example/Counter/NumberRepository.java | ea54e613d326ca54e25149060f1b18da5c76f2a7 | [] | no_license | sarab109/Counter | 406912111650aafbacf593605cee7ad4894cce01 | 7fc0c3f4a8503224eb8926560ac00bb41b9ea5e3 | refs/heads/master | 2023-03-12T00:55:37.014188 | 2021-02-28T16:53:16 | 2021-02-28T16:53:16 | 343,146,342 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 653 | java | package com.example.Counter;
import java.util.Optional;
import javax.persistence.LockModeType;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Lock;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.query.Para... | [
"sarabjotsingh109@yahoo.com"
] | sarabjotsingh109@yahoo.com |
0d3195409d1223fad160d793bd10804d5309ef1c | 2a4681eeac0c7a34cec2fb5e05e1c9c394c74e11 | /SpringMybatisProject/src/main/java/command/NoticeCommand.java | d832819f8adc658b51570cb6da6e14bedc30761a | [] | no_license | Dahye0506/SpringMybatis | b0ee1f04221cb762302974c6269d17ab0f860aa1 | a7185e0f0a47bde630b0c3257f0c7f36bda0146c | refs/heads/main | 2023-06-28T00:25:49.185040 | 2021-07-27T07:38:02 | 2021-07-27T07:38:02 | 383,627,763 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 709 | java | package command;
public class NoticeCommand {
String noticeSub;
String noticeCon;
String noticeKind;
String noticeNo;
public String getNoticeNo() {
return noticeNo;
}
public void setNoticeNo(String noticeNo) {
this.noticeNo = noticeNo;
}
public String getNoticeSub() {
return no... | [
"leedahye1@naver.com"
] | leedahye1@naver.com |
be0cf4612eea21ee639270137ecab892dd2df31a | 41f0f4109fd97ac992f7547a7aa4ea24ef22bfc8 | /delayqueue/src/main/java/com/niu/delayqueue/config/RabbitMQConfig.java | ff02fe144355dd80d526d7e024b3550ed9932f05 | [] | no_license | niuhaijun/springboot-rabbitmq | 33213af8805f936e6c7973e9aac341cc0ed35ba8 | e96a72be584172ab8642dc1ab97b2f4a03715fec | refs/heads/master | 2022-08-20T22:34:17.504886 | 2020-05-13T06:58:21 | 2020-05-13T06:58:21 | 182,768,760 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,084 | java | package com.niu.delayqueue.config;
import org.springframework.amqp.rabbit.connection.CachingConnectionFactory;
import org.springframework.amqp.rabbit.connection.ConnectionFactory;
import org.springframework.amqp.rabbit.core.RabbitTemplate;
import org.springframework.beans.factory.annotation.Value;
import org.springfra... | [
"niuhaijun@100tal.com"
] | niuhaijun@100tal.com |
e011ed8a4a5fdc3b245f503a4c8a01e350b0e360 | 3be771c4a4d21c36518f960f24ba1efe4a8c36d6 | /SplitScreen/src/edu/virginia/splitscreen/PlayActivity.java | 0cfb8307b03c571154769f60f7cc1b43cfbf52be | [] | no_license | colinjrooney/split-screen | 75c0a0d83c8c89467f77d81f271c3873230502be | d8c9294fbf28b6a1caf378258b11062625e0c63c | refs/heads/master | 2016-09-06T18:24:57.384050 | 2014-04-27T21:37:24 | 2014-04-27T21:37:24 | 19,043,170 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,435 | java | package edu.virginia.splitscreen;
import java.io.File;
import java.io.IOException;
import java.util.Calendar;
import java.util.Timer;
import java.util.TimerTask;
import android.app.Activity;
import android.content.Intent;
import android.content.res.AssetManager;
import android.media.MediaPlayer;
import android.net.Ur... | [
"rooney.colin95@gmail.com"
] | rooney.colin95@gmail.com |
da59cbb11a5fc6fedc444238c91ca7b482aa9886 | 73d4f7d1f6d51be34b13d3363bb08e03ab49383b | /src/main/java/com/aaa/entity/ProviderInfo.java | 34605a5ada4144fabb4eea05b72de22b16fdaf95 | [] | no_license | pjxwalker/JXC | c7cdd4c56f012abce50c809d3cee7ec217f63265 | 750cc482a26e442298cea50c4b5a5468055b13a9 | refs/heads/master | 2022-06-27T14:15:00.941384 | 2019-11-04T06:31:44 | 2019-11-04T06:31:44 | 219,432,515 | 0 | 0 | null | 2020-07-02T01:10:12 | 2019-11-04T06:29:17 | Java | UTF-8 | Java | false | false | 3,109 | java | package com.aaa.entity;
import java.util.Date;
/**
* @author 吴教鹏
* @date 2019/7/25 15:03
*
* 供应商信息
*/
public class ProviderInfo {
private Integer proId;//供应商id
private String proName;//供应商姓名
private String proShortName;//供应商简称
private String proAddress;//供应商地址
private String proPostCode;//供应... | [
"1185964278@qq.com"
] | 1185964278@qq.com |
8cc0287e0fa0fcdd77854890ce2dd71a809cbf2c | ce670bb7b3849654bb565bd5dfd8e9bbeda0c7e8 | /app/src/androidTest/java/com/example/berry/listexamples/ExampleInstrumentedTest.java | 12dfd7d738985d868be7091199d53add4f78498b | [] | no_license | alexanderberry/listexamples | a25714dbe45b280663b64322b1d4f13ff5de24b3 | c049b83394dc2b219ade12b99e88370e721fac71 | refs/heads/master | 2022-04-26T09:59:55.176301 | 2017-10-09T20:13:39 | 2017-10-09T20:13:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 764 | java | package com.example.berry.listexamples;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test, which will execute on ... | [
"berryalex123@gmail.com"
] | berryalex123@gmail.com |
196f73dff5d24686ca467292a4e2dc31b788c7bd | d920c17b2bcc281b964346625a62fa64d23cb597 | /Products-scraping/src/main/java/com/avalith/Productsscraping/ProductsScrapingApplication.java | 2a07e49417777785839684486f1240f8111614d1 | [] | no_license | AllanMD/Java-Scrap | 2600af197d1d434dcd064a5ac5c71aedebefae0e | 5a8258cfd44cffcdea70d513fe6ea6946d75d080 | refs/heads/master | 2022-12-25T07:03:57.609232 | 2020-01-03T20:51:48 | 2020-01-03T20:51:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 356 | java | package com.avalith.Productsscraping;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class ProductsScrapingApplication {
public static void main(String[] args) {
SpringApplication.run(ProductsScraping... | [
"allanavatar@hotmail.com"
] | allanavatar@hotmail.com |
a7d686a9bea9d50ce839b1e3b00e4af0dc7db9ff | fb079e82c42cea89a3faea928d4caf0df4954b05 | /Физкультура/ВДНХ/VelnessBMSTU_v1.2b_apkpure.com_source_from_JADX/com/google/api/services/sheets/v4/model/PivotTable.java | d81257569252dd0140d526a3499c4dfcf8f3f023 | [] | no_license | Belousov-EA/university | 33c80c701871379b6ef9aa3da8f731ccf698d242 | 6ec7303ca964081c52f259051833a045f0c91a39 | refs/heads/master | 2022-01-21T17:46:30.732221 | 2022-01-10T20:27:15 | 2022-01-10T20:27:15 | 123,337,018 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,100 | java | package com.google.api.services.sheets.v4.model;
import com.google.api.client.json.GenericJson;
import com.google.api.client.util.Data;
import com.google.api.client.util.Key;
import java.util.List;
import java.util.Map;
public final class PivotTable extends GenericJson {
@Key
private List<PivotGroup> columns;... | [
"Belousov.EA98@gmail.com"
] | Belousov.EA98@gmail.com |
f19e5eda502812caefc19f8c60d70f23a46b63a2 | 32b9dde3ec23c0796381c539827878c6283612e4 | /后端/xc_parent/xc_model/src/main/java/com/czxy/xuecheng/domain/cms/CmsPageParam.java | f749925c1f77aab0c301f6b47c63f29321237083 | [] | no_license | githubitzdh/xuecheng | 703fd2f43e21d5ca34308f8c62948613976ad30e | e4b4769e36dd73bfa3af12388d8b2ac811b78748 | refs/heads/master | 2022-11-29T19:04:12.432341 | 2020-08-14T07:50:15 | 2020-08-14T07:50:15 | 287,469,294 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 245 | java | package com.czxy.xuecheng.domain.cms;
import lombok.Data;
import lombok.ToString;
/**
*
*/
@Data
@ToString
public class CmsPageParam {
//参数名称
private String pageParamName;
//参数值
private String pageParamValue;
}
| [
"‘it_zdh@163.com’"
] | ‘it_zdh@163.com’ |
ce9bd73815e6e145da4a748f9af53a305eb5b014 | 99401ddf6da8e9e05438a9198b41d660dc4760c8 | /app/src/main/java/google/zxing/camera/CameraManager.java | fb1ac1d3cc4445227d59db89fc519bae2550430a | [] | no_license | clearb/Test | e336dfcec511fafed44b57ce14259a8ed1fbb818 | 9c98db7c5d09120373be46d845be9fbce811672e | refs/heads/master | 2021-01-20T23:09:16.627042 | 2017-08-30T05:58:37 | 2017-08-30T05:58:37 | 101,840,150 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,253 | java | /*
* Copyright (C) 2008 ZXing authors
*
* 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 agr... | [
"2529240409@qq.com"
] | 2529240409@qq.com |
2f478e524bd0699ca134f9f22d916ee69d75020c | efbe47ad48c469191c63fdd8c8f72aae93fe586a | /src/main/java/com/briup/lb/service/WaybillService.java | 6bfd90a9af7006a372c2e9d6f0bf2a431b51eebf | [] | no_license | ZengQinghui/- | f942e00a6b542a8655fffff07a241033faa1985a | 2f026d0071f258aee62fb4f3682258a1167199a8 | refs/heads/master | 2021-01-24T08:16:04.930554 | 2017-06-05T07:10:20 | 2017-06-05T07:10:20 | 93,374,975 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,601 | java | package com.briup.lb.service;
import java.io.Serializable;
import java.util.List;
import java.util.Map;
import com.briup.lb.bean.Contract;
import com.briup.lb.bean.Waybill;
import com.briup.lb.common.pagination.Page;
public interface WaybillService {
public List<Waybill> findPage(Page page); // 分页查询
... | [
"1048583032@qq.com"
] | 1048583032@qq.com |
eb4da394a2ef96e0c3b3bd802e99530a2e784930 | cf170d7f110a49def7d9e898d391d74b83853097 | /webapp/src/main/java/com/steeplesoft/meetspace/service/impl/MeetingServiceImpl.java | 2af02a6080072579e6cd6db4f30b4314296582ac | [] | no_license | jasondlee/Meetspace | 23e44b0ebce0edff523d4f5869c6767dc91d532f | b5153b6e18d02fa0f3770559b70ae49cd1499506 | refs/heads/master | 2020-12-30T09:38:03.449448 | 2010-04-19T01:22:23 | 2010-04-19T01:22:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,198 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.steeplesoft.meetspace.service.impl;
import com.steeplesoft.meetspace.service.*;
import com.steeplesoft.meetspace.model.Meeting;
import javax.enterprise.context.ApplicationScoped;
import javax.inject.Named;
i... | [
"jason@steeplesoft.com"
] | jason@steeplesoft.com |
f5f3b6850e687107a07a11ca5687febd8eb5c539 | dba86d2003ee5c87e3a20b434201f1ce2c22a402 | /app/src/main/java/com/lixin/carclassstore/activity/RegisterActivity.java | ec1ad2669d647a13f3d621ffdc8a4b75270b20ea | [] | no_license | iSmartest/CarClassStore | 90ce0d87fbb85c6f6f2b93cf1669de65d7e2569e | c8997b4aea9f79cd77beabbd71b4015e89ed95b1 | refs/heads/master | 2021-01-19T02:49:47.138929 | 2017-04-28T12:42:23 | 2017-04-28T12:42:23 | 87,296,975 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,717 | java | package com.lixin.carclassstore.activity;
import android.app.Activity;
import android.content.Context;
import android.os.Bundle;
import android.text.TextUtils;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import com.go... | [
"haobin9178@qq.com"
] | haobin9178@qq.com |
e189b167c69630468547ef8d6c7cd7c42a170821 | 2fd9d77d529e9b90fd077d0aa5ed2889525129e3 | /DecompiledViberSrc/app/src/main/java/com/google/android/gms/internal/ads/zzva.java | f9b30d37c11c71757e39d4be9441aa2605aa794a | [] | no_license | cga2351/code | 703f5d49dc3be45eafc4521e931f8d9d270e8a92 | 4e35fb567d359c252c2feca1e21b3a2a386f2bdb | refs/heads/master | 2021-07-08T15:11:06.299852 | 2021-05-06T13:22:21 | 2021-05-06T13:22:21 | 60,314,071 | 1 | 3 | null | null | null | null | UTF-8 | Java | false | false | 364 | java | package com.google.android.gms.internal.ads;
import java.util.Comparator;
final class zzva
implements Comparator<zzvg>
{
zzva(zzuz paramzzuz)
{
}
}
/* Location: E:\Study\Tools\apktool2_2\dex2jar-0.0.9.15\classes_viber_2_dex2jar.jar
* Qualified Name: com.google.android.gms.internal... | [
"yu.liang@navercorp.com"
] | yu.liang@navercorp.com |
a5b600b28e3ae617ba068a10c8ec2dd385396097 | bdfbc61b3219f5a00c48ead2a829686e2c51aca7 | /ALM_UI_Automation/src/main/java/com/alm/automation/reportutils/EnvironmentVariableReport.java | e993b04ac0d816e5ff06f77346c95ef2d14a4767 | [] | no_license | Rituparna1991/ALM_UI_Automation | 7abc35d5737d463902406e8e54ff0e0bff97ffd9 | 703d8f083389b830da7e91786eef6206f01dae1f | refs/heads/master | 2022-12-21T23:51:10.420096 | 2020-09-22T16:54:13 | 2020-09-22T16:54:13 | 297,631,464 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,117 | java | package com.alm.automation.reportutils;
import com.alm.automation.globalvariables.EnvironmentVariables;
import com.aventstack.extentreports.ExtentReports;
import com.aventstack.extentreports.ExtentTest;
import com.aventstack.extentreports.Status;
import com.aventstack.extentreports.reporter.ExtentHtmlReporter;
public... | [
"rituparnahota1991@gmail.com"
] | rituparnahota1991@gmail.com |
1d251db38928ae281758d8b5e930476eb380eaf6 | 9b3047437021d91af538315b62a23f273e58a521 | /hello-spring-cloud-alibaba-nacos-provider/src/main/java/com/halo/hello/spring/cloud/alibaba/nacos/provider/controller/NacosProviderController.java | d84f0ce7787947667a94d2f526b6e0c62eb67401 | [] | no_license | arrowfeng/springcloud | ecb196c2363988ab8ad8fa420f125b4d154ce316 | db0ad610b959251f95311b27cb290b854b459cf0 | refs/heads/master | 2020-04-30T17:30:36.978885 | 2019-03-28T08:15:19 | 2019-03-28T08:15:19 | 176,982,017 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 541 | java | package com.halo.hello.spring.cloud.alibaba.nacos.provider.controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RestController;
/**
* @Author: zdf
* @Description:
* @Date:Created in 22:07 2... | [
"289716347@qq.com"
] | 289716347@qq.com |
4009d9b1916a69c980574566284777dcaf9bff56 | 5f02dc0858a36c63fbc086e967a4864c9c9e6847 | /springTests/src/main/java/br/com/reschoene/springTests/wrappers/RestResponsePage.java | 0d08b15df8b2b8a23f748a9e60add004e2c0f73d | [] | no_license | reschoene/springExperiences | 7774bbc7239d65cb2778a2dc235df0d34dabd516 | 755edcc0be028166ddc00a1d41fee5e92853eec8 | refs/heads/main | 2023-02-09T07:53:34.270787 | 2021-01-02T18:35:26 | 2021-01-02T18:35:26 | 312,672,563 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,665 | java | package br.com.reschoene.springTests.wrappers;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.databind.JsonNode;
import org.springframework.data.domain.PageImpl;
import org.springframework.data.domain.PageRequest;
import org.sprin... | [
"reschoene@gmail.com"
] | reschoene@gmail.com |
cebb2dcfa708966b45e1af7328df4dca5c9d9fc1 | e2c883f52109815f7c410159692bd05eec3290ca | /utfpl/src/jats/utfpl/tree/Test_01.java | af15f835d3b7208e91fdf4fdafc90eed84978265 | [] | no_license | alex-ren/org.ats-lang.postiats.jats | ae2ba41b68443fb9cfbd006889fe84631c949864 | 38b5a9e27a63ca2cc49d4bb9b6437bcf9c278976 | refs/heads/master | 2020-04-16T01:46:07.657517 | 2015-01-19T19:02:58 | 2015-01-19T19:02:58 | 7,862,346 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,829 | java | package jats.utfpl.tree;
import jats.utfpl.ccomp.CCompUtils;
import jats.utfpl.instruction.TID;
import jats.utfpl.parser.NamingVisitor;
import jats.utfpl.parser.UtfplLexer;
import jats.utfpl.parser.UtfplParser;
import jats.utfpl.parser.Utfpl_tree;
import jats.utfpl.stfpl.StfplProgramParserJson;
import jats.utfpl.stfp... | [
"alex.ren2006@gmail.com"
] | alex.ren2006@gmail.com |
a926e20f07a73117d21581cd4cb35ad70fe9297d | 4df8ecf0ba3d8a38dd8d2122675de679b47e355b | /AccountSystemWebSpringBoot/src/main/java/za/ac/nwu/web/sb/exception/RestServiceApplication.java | a209c94eba5fb4a8ab92d0fb01b49596efe8d9cd | [] | no_license | TawandaEmmauel/CMPG323_Project1 | dac835a7385b3a97ef98cb36e9fecacb27876ce6 | 1d1fcd196687adc324f09981274d534adf412e5e | refs/heads/master | 2023-09-01T16:42:02.948268 | 2021-10-11T05:57:18 | 2021-10-11T05:57:18 | 415,818,020 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 361 | java | //package za.ac.nwu.web.sb.exception;
//
//import org.springframework.boot.SpringApplication;
//import org.springframework.boot.autoconfigure.SpringBootApplication;
//@SpringBootApplication
//
//public class RestServiceApplication {
// public static void main(String[] args) {
// SpringApplication.run(RestServ... | [
"tawandaebvumbamera@gmail.com"
] | tawandaebvumbamera@gmail.com |
002e285f4050489487eb098fb0dc1e70de35d4d2 | 29633c8b3a521021fd4dfc71a7dc1dfab6b0a1e9 | /src/main/java/com/kurianski/comidinhasbank/model/request/TransferMoneyRequest.java | e6a6fd947a6e3e55bf8f1fee594c1693fe9c515e | [] | no_license | MatKurianski/ComidinhasBank | 7c6958b8e95fe3376ee4b9199b9b54e240b8217c | 30bf9b923967768fc12eb6f9d24adf37d0111d36 | refs/heads/main | 2023-01-19T17:29:02.942949 | 2020-11-29T22:04:11 | 2020-11-29T22:04:11 | 315,384,389 | 5 | 0 | null | null | null | null | UTF-8 | Java | false | false | 643 | java | package com.kurianski.comidinhasbank.model.request;
import lombok.Getter;
import lombok.RequiredArgsConstructor;
import javax.validation.constraints.DecimalMin;
import javax.validation.constraints.Digits;
import javax.validation.constraints.NotNull;
import java.math.BigDecimal;
@Getter
@RequiredArgsConstructor
publi... | [
"matheuskurianski@usp.br"
] | matheuskurianski@usp.br |
24f63517d09702c5b0c6a5f92f1cf95c5a2deb6a | 2838969d389280cffe8dde8ca7d3fde6a1ce8605 | /kth-smallest-element-in-a-sorted-matrix/kth-smallest-element-in-a-sorted-matrix.java | b34063b93bd2e4d7fd2c4108db87288d6c201629 | [] | no_license | shrutie/https-github.com-shrutie-leetcode-stats_migrate | 13eac960c0e72c40f43c1d392b6e4d7471e708ab | 74238149c2cf56bcec808d6732fc761c5302fc1e | refs/heads/main | 2023-06-09T13:24:43.407066 | 2021-07-02T17:19:44 | 2021-07-02T17:19:44 | 361,144,229 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 447 | java | class Solution {
public int kthSmallest(int[][] matrix, int k) {
PriorityQueue<Integer> minHeap = new PriorityQueue<>( (a,b) -> a-b);
for(int i =0;i< matrix.length;i++){
for(int j=0;j<matrix[0].length;j++){
minHeap.add(matrix[i][j]);
}
}... | [
"bshruti509@gmail.com"
] | bshruti509@gmail.com |
024f3d97e3c90b0a12cee3446e2cea8e1decc2eb | d1bb46c9e95fa22ae149031ac7c6d651503b1d91 | /src/main/java/com/mmall/service/IShippingService.java | d4f782698e7547455c4e3d2d52be10a90870e25d | [] | no_license | monxiaolee/mmall | 2fb43d1668eacec9e90dab7d99be7496c8937f14 | a3d493ef7c2c46474ee66079b61addd8a9d7b4ee | refs/heads/master | 2020-03-22T19:55:32.926347 | 2018-10-15T08:03:46 | 2018-10-15T08:03:46 | 140,560,862 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 565 | java | package com.mmall.service;
import com.github.pagehelper.PageInfo;
import com.mmall.common.ServerResponse;
import com.mmall.pojo.Shipping;
/**
* Created by limengxiao on 2018/10/11.
*/
public interface IShippingService {
ServerResponse add(Integer userId, Shipping shipping);
ServerResponse<String> del(Intege... | [
"15893623902Lee"
] | 15893623902Lee |
c38f93618236c6e98dc5995508c27d70b559473d | 3db6ee232a85c1c184cde1bbd050b63bdef4243b | /Snap2Pay/src/main/java/com/snap2buy/webservice/util/ImageResizer.java | b3838683ace34083019372074eb28dd8dfcfdbcb | [] | no_license | praveengsnap2/scripts | b5ca1a5608adfa11b8e885d71dbcca7267f59ca7 | d58900252176690619244f92914b98175d011e42 | refs/heads/master | 2021-01-12T03:13:16.382829 | 2017-01-06T05:19:57 | 2017-01-06T05:19:57 | 78,178,857 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,726 | java | //package com.snap2buy.webservice.util;
//
//import com.drew.imaging.ImageMetadataReader;
//import com.drew.imaging.ImageProcessingException;
//import com.drew.metadata.Directory;
//import com.drew.metadata.Metadata;
//import com.drew.metadata.MetadataException;
//import com.drew.metadata.Tag;
//import com.drew.metadat... | [
"different.sachin@gmail.com"
] | different.sachin@gmail.com |
928aec12a1b90fbeaecabe865425b708aec17b1c | 1c1eb038bd3407a0da8a8ce34f17f384dda367f3 | /Migrated/CrackCode/src/solvedTopcoder/RectangleGroups.java | e2ff028fd9de7c78f4b4f5f2e504b29d669030fa | [] | no_license | afaly/CrackCode | ae6e7fcd82a250a1332d55e0a7b0040f63f66b55 | 3a6cda4e7d9252e496956c88de6e27c3a6bc9dd7 | refs/heads/master | 2021-01-10T14:04:24.452808 | 2016-01-04T07:12:58 | 2016-01-04T07:12:58 | 45,332,601 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 770 | java | package solvedTopcoder;
import java.util.Arrays;
public class RectangleGroups {
public String maximalIndexed(String[] rectangles) {
Arrays.sort(rectangles);
String maxName = null;
int maxIndex = -1;
int index = -1;
for (int i = 0; i <= rectangles.length; i++) {
int area = -1;
if (i < rectangles.length... | [
"afathygo@gmail.com"
] | afathygo@gmail.com |
f1132ab46410d3033f821bef597d77d4216919cb | 4d7d5e7542827b126fe70dd50fb598bbbbd07b52 | /Ventas/src/model/Client.java | 85ba370df0a5a8b0da28cb8dfa088e50967a34e6 | [] | no_license | AlvinPech/Ventas | 712d78dca14a5bdf2ac05920a664d049d8fe2457 | e6f3028c2f1a9c43ad97140e14f9b9d3702d7c52 | refs/heads/main | 2023-06-16T03:48:50.481467 | 2021-07-03T19:37:46 | 2021-07-03T19:37:46 | 376,636,766 | 0 | 0 | null | 2021-06-25T04:17:04 | 2021-06-13T20:43:01 | null | UTF-8 | Java | false | false | 1,188 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package model;
/**
*
* @author alvin
*/
public class Client {
int IdCliente;
String Dni;
String Nombres;
String Dir... | [
"alvin@NEWs-MacBook-Pro.local"
] | alvin@NEWs-MacBook-Pro.local |
7220642c25dfa48c9b594e28c9dd2cce8d6a87f9 | 3fb0d25e3890d3b142175c51a9a0c3d997acb3c9 | /src/it/colasuonno/cli/lib/WebPage.java | 5b6622c61de2d1aafdea416a1bbf9fc4e876d80b | [] | no_license | Colasuonno/colasuonno-cli | 7cd30d28a647138bd1905fe6058a305a4b918ef7 | 01465761844c7bdf7df9bc524698b15aaf3602e8 | refs/heads/master | 2020-04-29T04:34:56.818193 | 2019-03-19T19:28:12 | 2019-03-19T19:28:12 | 175,851,359 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,330 | java | package it.colasuonno.cli.lib;
import it.colasuonno.cli.logger.CLILogger;
import it.colasuonno.cli.manager.CLIManager;
import it.colasuonno.cli.objects.CLIInput;
import it.colasuonno.cli.objects.CLIObject;
import it.colasuonno.cli.objects.sub.CLIExpectedSubComponent;
import it.colasuonno.cli.objects.sub.CLIFollowedExp... | [
"colasuonno.scuola@gmail.com"
] | colasuonno.scuola@gmail.com |
d92995d435d411ef5be4056f82202a3569176862 | 30fd295978d3ae294044a88f1c6aa81c2284e42a | /src/com/erenerdilli/Utilities.java | 55d4f4d8ab5df02daa1da9270e70bab4342b53ba | [] | no_license | erenerdilli/GenDemo | 51fef93428fcd1c94cf136ff0e0fb2a2e24342fa | 91bded19bd7f92e24dd9fdc373d8ff915967c284 | refs/heads/master | 2020-04-25T11:56:04.820601 | 2019-02-28T21:47:50 | 2019-02-28T21:47:50 | 172,761,692 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,084 | java | package com.erenerdilli;
import org.w3c.dom.Document;
import java.util.List;
import static com.erenerdilli.Strings.TAG_ID;
public enum Utilities {
/*
* @Author erenerdilli
* The class for basic utility methods
*/
INITIALIZE;
public static void populateList(Document doc, List<String> pLis... | [
"erenerdilli@gmail.com"
] | erenerdilli@gmail.com |
53e5bb9845c461321cb1e85b8688562311c07cc8 | fda85640143d9605415e8a9e7968b66d10eab7a0 | /src/main/java/com/kodilla/drinks_backend/mapper/TrelloMapper.java | eded62d5b0c1c71c62866093139ae7f2fdba3c30 | [] | no_license | MarcinSkrzecz/Drinks-Application-Backend | 8223a4e4f17fc4f7b6afc1ca2ecd90537307e3d6 | c24f0e1c92ff663f1e16c1dd7f5a32d2d0b1e898 | refs/heads/master | 2023-01-27T23:11:05.666179 | 2020-11-25T17:35:40 | 2020-11-25T17:35:40 | 313,381,853 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,798 | java | package com.kodilla.drinks_backend.mapper;
import com.kodilla.drinks_backend.domain.drink.Drink;
import com.kodilla.drinks_backend.domain.RP.proposedIngredients.ProposedIngredients;
import com.kodilla.drinks_backend.service.ProposedIngredientsService;
import com.kodilla.drinks_backend.service.DrinkService;
import com.... | [
"marpiowawa@o2.pl"
] | marpiowawa@o2.pl |
d60d76a8e6b2973e4e0534463801d0d28466d25f | 3a68bf2dbb928976714366709955a45e8b6ae5a7 | /src/main/java/com/apakgroup/recall/defaults/StaticMethodObjectBuilder.java | 76bda33217703f1bbe0c2b519802061108e7e5bf | [] | no_license | DanielStephens/Recall | 3baa252a94ec75549947caee982f78f68ef2e951 | 191c8b329343dd7465942f49ba4989938eccd626 | refs/heads/master | 2021-01-01T17:34:13.339011 | 2017-07-23T13:33:48 | 2017-07-23T13:33:48 | 98,099,578 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,221 | java | package com.apakgroup.recall.defaults;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.lang.reflect.Modifier;
import java.util.Arrays;
import java.util.Collection;
import com.google.common.base.Optional;
import com.google.common.base.Predicate;
import com.google.common... | [
"daniel.stephens02@gmail.com"
] | daniel.stephens02@gmail.com |
62cbfb5876de87c4943f8f3680b9da2426ded3af | e46d071f49bbc6d8266fe5d84d104827945bdf26 | /src/main/java/chd/shoppingonline/service/basic/ConsigneeInformationService.java | 3dcb425c4a9f3f6878492150fb74bedd22b0e18b | [] | no_license | CongLinDev/OnlineShopping | f484f5e7abbc45a0ef53dd268ce6d5ee1af77d45 | 1e343f924c0f983fdc75442a02badd0b6a458c7a | refs/heads/master | 2020-04-28T21:33:35.369134 | 2019-06-21T06:23:44 | 2019-06-21T06:23:44 | 175,586,702 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,643 | java | package chd.shoppingonline.service.basic;
/*
* @ClassName ConsigneeInformationService
* @Author 从林
* @Date 2019-03-24 14:10
* @Description 收货信息服务接口
*/
import chd.shoppingonline.entity.ConsigneeInformation;
import java.util.List;
public interface ConsigneeInformationService {
/**
* 添加收货信息
... | [
"conglindev@live.com"
] | conglindev@live.com |
0874abbf7f3fe168145243cde1f222d6c378d18b | c58cd5450029120b2dd976abac0307d795918c12 | /src/main/java/com/fdm04/auditApp/model/Audit.java | 6c3f531ee1bcfb54d588bc65628584581a170471 | [] | no_license | NikiRoss/AuditApplication | 64e491826cab8a1d7cc8a71ea0f3a9cd4f7bacc5 | b92885c483f9551850830e0ae299935564aa753d | refs/heads/master | 2021-07-12T03:08:05.835120 | 2019-10-29T23:20:22 | 2019-10-29T23:20:22 | 210,680,820 | 0 | 0 | null | 2020-10-13T17:00:11 | 2019-09-24T19:23:36 | Java | UTF-8 | Java | false | false | 1,924 | java | package com.fdm04.auditApp.model;
import java.util.ArrayList;
import com.fdm04.auditApp.database.util.DataTransferObject;
import com.fdm04.auditApp.util.AuditConstants;
public class Audit implements DataTransferObject{
private int id;
private double score = 100;
private String projectName;
private String proje... | [
"niki.ross49@gmail.com"
] | niki.ross49@gmail.com |
bfd879eed64f314ba0887a2cee4869ea640b1799 | c53a1d0e9a95276c7ad0f8573a82f6e06e438011 | /blgroup-osp-reconf-web/overlays/com.bailiangroup.osp.blgroup-osp-common-web-1.0.2-20160805.081608-39/WEB-INF/classes/com/bailiangroup/osp/modules/sys/web/AreaController.java | 0780a71324395c2dcf40ed129d14da908db50324 | [] | no_license | lastbus/recommend-conf | 141523860ee044ef0e82054057513115da2ceea0 | faf14997263c581ae1375af962cb65110100b322 | refs/heads/master | 2021-01-13T17:31:46.293135 | 2017-02-13T09:28:30 | 2017-02-13T09:28:30 | 81,806,375 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,775 | java | /**
* Copyright © 2014-2020 <a href="https://www.bailiangroup.com/osp">Bailian Group OSP</a> All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
*/
package com.bailiangroup.osp.modules.sys.web;
import java.util.List;
import java.util.Map;
import javax.inject.Inject;
impor... | [
"819307659@qq.com"
] | 819307659@qq.com |
6347988c5ae527c6f65689d65e4b2acda6bf5efe | 658ea653380d707d13b6725fda500c35ee66cff2 | /src/Factorial.java | c2c6268c0034ed90d9096d4dde43d3832828383f | [] | no_license | HFrejlev/StudentA_LoopAssignment | 6a5730ca74d2029121489c08f68a381e55a83970 | 9eb8b3e3dd3b1d2bc6999150392a29def49d4466 | refs/heads/master | 2020-08-01T20:04:02.510031 | 2019-09-26T13:50:30 | 2019-09-26T13:50:30 | 211,100,534 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 336 | java | public class Factorial {
public static int calc(int i) {
int result = 0;
if (i<0){
return -1;
} else if (i >= 100000){
return -1;
} else {
for (int x = i; x>=0;x--){
result = result*x;
}
return result;
... | [
"henrikfrejlev@hotmail.com"
] | henrikfrejlev@hotmail.com |
6c5347b4e7957e2cb00e4f44d0a04a7b43025f3f | 60c7d8b2e8ae1d547f6cfc52b81d2eade1faf31d | /reportProject/st-js-stjs-3.3.0/generator/src/test/java/org/stjs/generator/writer/names/Names5.java | 5639fe5ce16611675e7dea4e0b20c48cbcfc744c | [
"Apache-2.0"
] | permissive | dovanduy/Riddle_artifact | 851725d9ac1b73b43b82b06ff678312519e88941 | 5371ee83161f750892d4f7720f50043e89b56c87 | refs/heads/master | 2021-05-18T10:00:54.221815 | 2019-01-27T10:10:01 | 2019-01-27T10:10:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 149 | java | package org.stjs.generator.writer.names;
public class Names5 {
private int field = 1;
public int method(Names5 THIS) {
return THIS.field;
}
}
| [
"liuzhenwei_sx@qiyi.com"
] | liuzhenwei_sx@qiyi.com |
bc9653e072d21b39e2e25934a675d49787598f00 | f8781777aa73558d30e805a5d7b0f405a72dd0e1 | /src/main/java/com/java_feature/jdk8/lambda/other_experience/TestSort.java | f06435bfdee5a96b271e7de5f093b02ad87cf458 | [] | no_license | Mengbuxiu/demo-springboot-interview | 26a0c28ec1ee792e58f3a446e7d29591456e3fda | 71f9404748af5c123bf7285b3618b3f6388564f0 | refs/heads/master | 2022-12-24T20:49:00.821630 | 2021-09-06T09:37:56 | 2021-09-06T09:37:56 | 163,373,909 | 0 | 0 | null | 2022-10-05T18:22:29 | 2018-12-28T06:21:02 | JavaScript | UTF-8 | Java | false | false | 790 | java | package com.java_feature.jdk8.lambda.other_experience;
import java.util.Arrays;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import java.util.function.Function;
/**
* @author king_zl
* @version 1.0
* @description // TODO
* @date 2019/4/10 16:27
*/
public class TestSort {
... | [
"15910344021@163.com"
] | 15910344021@163.com |
5b7faa758996dc871fa8afdd9b68959c0d45b1a3 | 49ffa2bbdc9478b0088f6811c4b1114a195ea026 | /state/CopyDouble.java | 0a8f6bec52632162a5381f08b37edde148a68ed8 | [] | no_license | fserret/MiniCPBP | f3e8b65e2949d3e9069f460ea9f1eff643aea6a5 | aa2544b147d4342469cf0b7a46716955839e109f | refs/heads/master | 2022-12-02T03:20:54.091538 | 2020-08-18T20:36:09 | 2020-08-18T20:36:09 | 275,345,942 | 0 | 0 | null | 2020-06-27T10:10:12 | 2020-06-27T10:10:11 | null | UTF-8 | Java | false | false | 1,510 | java | /*
* mini-cp is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License v3
* as published by the Free Software Foundation.
*
* mini-cp is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY.
* See the GNU Lesser General Public Lic... | [
"gilles.pesant@polymtl.ca"
] | gilles.pesant@polymtl.ca |
e84fc876350f304f2588cb196ca3bf0741e87c70 | dfcee574e2a33160d5cef4523e987fed7f628b4a | /src/main/java/com/ducon/daelimpick/user/UserRepository.java | 8199dce79fe17d04bb7b7c7deabd3c10cf923e56 | [] | no_license | DuYeong0020/2021_Summer_Daelimpick | f98bdb590c89504ea81a118659ab069055de6951 | fa5728671805fa20d8557e531ce9be6865465802 | refs/heads/main | 2023-05-30T18:27:02.921011 | 2021-07-07T09:21:34 | 2021-07-07T09:21:34 | 383,718,718 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 223 | java | package com.ducon.daelimpick.user;
// 인터페이스랑 구현체랑 같은 패키지에 있는 것이 별로라고 한다.
public interface UserRepository {
void save(User user);
User findById(String userId);
}
| [
"chlendud00@naver.com"
] | chlendud00@naver.com |
39f7faec6ed429a0b72769981db22108c00c2839 | 2509e7d284e84d9b6023b8b9018182270da20a2b | /lab7/src/main/java/org/vladimirg/wst/lab7/generated/OperationStatus.java | 2544510c07325ccdeac10caf3e1faa1ef97698b7 | [] | no_license | VGubarev/WST | 111d4b9f838f6fc65fe6ae5581bda87c3a16cabb | a1a8e8b178994cfca04f558debb42f513c2a195f | refs/heads/master | 2020-04-24T20:28:43.044449 | 2019-05-18T00:21:45 | 2019-05-18T00:21:45 | 172,245,183 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,769 | java |
package org.vladimirg.wst.lab7.generated;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for operationStatus complex type.
*
* <p>The following schema fragment specifies the expected content containe... | [
"vladimir.gubarev@itiviti.com"
] | vladimir.gubarev@itiviti.com |
8f19c0c137662c4541a1ae86a52d35bfecb7bea3 | 5212ad8b0837304bac8fef8c2cc3eb19a60acfb6 | /src/main/java/com/cityconnect/service/RouterService.java | 9bdc1fb4a93289d704dbcb6c1e52f3fc69b66f51 | [] | no_license | iamohammed/cityconnect | 13b8c6ce0ffd65c3872afe3f24a15e0a1da678bc | 8f4337f173168eee841fede229e02de65c8ff8b0 | refs/heads/master | 2020-04-04T21:55:33.535054 | 2018-11-05T23:56:55 | 2018-11-05T23:56:55 | 156,303,376 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 807 | java | package com.cityconnect.service;
import java.util.Map;
import java.util.Set;
import org.springframework.stereotype.Service;
import com.cityconnect.util.RouteUtility;
@Service
public class RouterService {
public boolean checkRouteAvailablity(String origin, String destination){
Map<String,String> connectionMap ... | [
"ismailaffanmohd@gmail.com"
] | ismailaffanmohd@gmail.com |
596e8ff068dd5bc062e50002abdab10cd04cea29 | 691fd959f9a5d1646a7b33e39ae8ba7a86102407 | /src/java/org/fancygiraffe/locations/LocationServlet.java | 36c011e8059348ad78d360cdcd841ff5172e7d3e | [] | no_license | Jimmydalecleveland/FancyGiraffe | fa13145585455b9ea024a6e31de55ea66c2505ba | 2d29439e35640774c5d2b7992af8f8478886f423 | refs/heads/master | 2020-04-16T15:45:22.158293 | 2013-06-14T05:03:54 | 2013-06-14T05:03:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,287 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.fancygiraffe.locations;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annot... | [
"jimmydalecleveland@gmail.com"
] | jimmydalecleveland@gmail.com |
69956c198863a3b84be3356817cf45837f6db269 | b2f07f3e27b2162b5ee6896814f96c59c2c17405 | /java/lang/CharacterData01.java | c797db3b325e6a021bc5f99da9d94b133f084227 | [] | no_license | weiju-xi/RT-JAR-CODE | e33d4ccd9306d9e63029ddb0c145e620921d2dbd | d5b2590518ffb83596a3aa3849249cf871ab6d4e | refs/heads/master | 2021-09-08T02:36:06.675911 | 2018-03-06T05:27:49 | 2018-03-06T05:27:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 19,274 | java | /* */
package java.lang;
/* */
/* */ class CharacterData01 extends CharacterData
/* */ {
/* */ static final CharacterData instance;
/* */ static final char[] X;
/* */ static final char[] Y;
/* */ static final int[] A;
/* */ static final String A_DATA = ... | [
"yuexiahandao@gmail.com"
] | yuexiahandao@gmail.com |
cc4c5c5e02e71f792b22b057610bfcb7b52489cc | 8e8d0df13fb2d2cd28103aea9f08acb6e129ccc8 | /app/src/main/java/com/example/recyclerview_testapi/model/response/Article.java | 8e8e20dd0349f41548526db9df87f8f7ced870a9 | [] | no_license | phuctran141/NewsApi | a654427e2e18800a32e83d4ad55324579080be17 | 20d210a72f55afc78f3b1b6f93263046be338fa5 | refs/heads/master | 2022-04-18T12:14:04.558194 | 2020-04-16T15:39:08 | 2020-04-16T15:39:08 | 256,257,608 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,603 | java | package com.example.recyclerview_testapi.model.response;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class Article {
@SerializedName("source")
@Expose
private Source source;
@SerializedName("author")
@Expose
private String author;
@SerializedName("title")
@Exp... | [
"tranvanphuc141@gmail.com.vn"
] | tranvanphuc141@gmail.com.vn |
dd36828f768928b1d13c8c6ed5aefefaf0519fc7 | 31c4a2f6894cc74339f23d01c38d8daab19cd844 | /Vaccination/src/main/java/be/ulb/polytech/infoh400project/view/FHIRSearchWindow.java | 0d6c1c004e3020e3f23f4a7efa4c2dd1a2223dd5 | [] | no_license | Ahget/ProjectVaccine | 7f7a6bd690ea7e7e0bb1e9ea047bc677a859d5c9 | 24d114972287e5301def9935cd044df3f1423d6a | refs/heads/main | 2023-04-19T21:24:14.033802 | 2021-05-21T13:06:24 | 2021-05-21T13:06:24 | 363,946,218 | 0 | 0 | null | 2021-05-11T20:23:23 | 2021-05-03T13:53:19 | Java | UTF-8 | Java | false | false | 8,338 | 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 be.ulb.polytech.infoh400project.view;
import be.ulb.polytech.infoh400project.services.FHIRServices;
import java.util.List;
imp... | [
"ahmed_bader1996@live.com"
] | ahmed_bader1996@live.com |
4f653a5abf57441297f4464d171d4ebaa2f30e19 | 4fde9df228d887ffda44bb1ccc604882ebce7549 | /pentaho-report-generator/src/main/java/com/amazonaws/lambda/pentahoreporting/ReportGenerator.java | f87886c053ef5e41929a133936b2a067ab795345 | [
"Apache-2.0"
] | permissive | innoventsolutions/pentaho-lambda-report-gen | 3f6c0e30809a35326c11ae4b89a38561932e331a | e7b21471e7191446946a8aac000ee851300fc545 | refs/heads/master | 2018-10-25T22:54:59.507792 | 2018-08-21T20:56:57 | 2018-08-21T20:56:57 | 105,681,247 | 4 | 2 | null | null | null | null | UTF-8 | Java | false | false | 3,353 | java | /**
*
*/
package com.amazonaws.lambda.pentahoreporting;
import java.net.URL;
import java.util.HashMap;
import java.util.Map;
import org.pentaho.reporting.engine.classic.core.DataFactory;
import org.pentaho.reporting.engine.classic.core.MasterReport;
import org.pentaho.reporting.engine.classic.core.modules.misc.dat... | [
"jward@innoventsolutions.com"
] | jward@innoventsolutions.com |
3dedea7dc0095730f1cbfce72937a9206a080cc0 | 42ea82481e8389f3a4011fef270302fb99c73bf5 | /app/src/main/java/dicoders/com/login/Main4ActivityLogIn.java | 9ed18f45b60159cfaad4beed114d258089969445 | [] | no_license | monassar97/Registration | 1fee06f5fbbb0745a9a58a1daa16480f29c65024 | d43c011f5a1ad6584ae6203f04e9bd126a332ee9 | refs/heads/master | 2020-04-27T03:04:25.594252 | 2019-03-05T20:20:55 | 2019-03-05T20:20:55 | 174,014,433 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 441 | java | package dicoders.com.login;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.Toast;
public class Main4ActivityLogIn extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
se... | [
"mo.nassar97@gmail.com"
] | mo.nassar97@gmail.com |
4df2517014ea8c2419417d5db9187753c28e499a | 8cc440953018526ccf13d3a336f67bc4eec8849e | /src/main/gui_construct.java | 5602db75abb5739d2022126786db689231883b95 | [] | no_license | smx-smx/Decrypt_RBI_Firmware_Utility | fb67e48044687fd120f9786b6533438bca2f4909 | 80b64c78eab6cd359510d2045395c4284aa6b1b5 | refs/heads/master | 2020-08-29T19:59:05.767489 | 2019-10-28T22:31:32 | 2019-10-28T22:31:32 | 218,157,187 | 0 | 0 | null | 2019-10-28T22:30:29 | 2019-10-28T22:30:29 | null | UTF-8 | Java | false | false | 7,880 | java | package main;
import java.io.File;
import java.util.Map;
import java.util.function.UnaryOperator;
import java.util.regex.Pattern;
import javafx.geometry.Insets;
import javafx.geometry.Orientation;
import javafx.scene.Node;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.... | [
"ansuelsmth@gmail.com"
] | ansuelsmth@gmail.com |
437bb13f620d339f40a9350bd5fbc2b0368ba35d | e4b095396f798ebbcc8149d2a37ef05753fec50e | /CPU sheduler/src/cpu/sheduler/NewJFrame5.java | cfcbbeefa7465b534471374d334f1ac8b13dbb93 | [] | no_license | HadeerSamir/CPU-Scheduler | d1ef9ebf5f5bcde69ee4c035ff9e94e460d089a8 | 755738963f82b258145d946038b05d6a800547ff | refs/heads/master | 2021-05-05T04:54:41.559731 | 2018-01-23T17:39:15 | 2018-01-23T17:39:15 | 118,644,663 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,740 | java | package cpu.sheduler;
import java.util.LinkedList;
import javax.swing.table.DefaultTableModel;
public class NewJFrame5 extends javax.swing.JFrame {
LinkedList<Process> list = new LinkedList<Process>();
LinkedList<Process> list1 = new LinkedList<Process>();
Process p = new Process();
Process p1 = new ... | [
"hadeersamir411@gmail.com"
] | hadeersamir411@gmail.com |
0cf1ca905d8160b0ecbbf64256b4cd2b60658581 | 753b27aa994444d27289b2814b8c11701b146e12 | /src/main/java/org/my431/util/excel/ReadExcel.java | 7e245800b16d04fef6f2bdcd293cdb8d089cc6aa | [] | no_license | jiaojing0558/kettle-1 | 1c2c2898521d53f1a3fed8d4bd664fb2c0b22bda | 352f165cfc8e64f414ac49fb1730f0a84e5beab4 | refs/heads/master | 2020-07-07T07:56:27.988081 | 2018-04-12T03:10:38 | 2018-04-12T03:10:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 21,417 | java | package org.my431.util.excel;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
import java.net.URLConnection;
import java.text.Deci... | [
"419995258@qq.com"
] | 419995258@qq.com |
5f91a1d92a094d098c2dd09c648188501fa4c30a | 219ee705d1ebe4d6109387110c2ee5647c9548ab | /app/src/main/java/com/edfadsfxample/petik/kuker/RegisterActivity.java | 6bcab044390c4d534f55f9e3755ae98c411b092c | [] | no_license | AliSunan/Kuker | 4a99d0b8fc4314ecd851c69950d253829c44c41a | 6dbcebf5fb8644c5d2d073d27603504b72a575c5 | refs/heads/master | 2020-06-14T12:54:36.524295 | 2019-07-14T05:01:37 | 2019-07-14T05:01:37 | 195,009,704 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,020 | java | package com.edfadsfxample.petik.kuker;
import android.app.ProgressDialog;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.View;
import android.widget.Button;
import an... | [
"rahmatwahyumm1@gmail.com"
] | rahmatwahyumm1@gmail.com |
829ad36c98f5852a7731d2ab7b7f1cf02611e8a3 | bbe34278f3ed99948588984c431e38a27ad34608 | /sources/de/danoeh/antennapod/core/storage/EpisodeCleanupAlgorithm.java | 893c6fee0b334321ac18098bd1f35aa0c0a7447f | [] | no_license | sapardo10/parcial-pruebas | 7af500f80699697ab9b9291388541c794c281957 | 938a0ceddfc8e0e967a1c7264e08cd9d1fe192f0 | refs/heads/master | 2020-04-28T02:07:08.766181 | 2019-03-10T21:51:36 | 2019-03-10T21:51:36 | 174,885,553 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,226 | java | package de.danoeh.antennapod.core.storage;
import android.content.Context;
import de.danoeh.antennapod.core.preferences.UserPreferences;
public abstract class EpisodeCleanupAlgorithm {
protected abstract int getDefaultCleanupParameter();
public abstract int getReclaimableItems();
protected abstract int ... | [
"sa.pardo10@uniandes.edu.co"
] | sa.pardo10@uniandes.edu.co |
764288e0057173b9facdc1f156ebd0745a82e712 | 5d886e65dc224924f9d5ef4e8ec2af612529ab93 | /sources/kotlin/sequences/SequencesKt__SequencesKt$asSequence$$inlined$Sequence$1.java | fcf2b391e531978f5a286afc42832c06143d87bb | [] | no_license | itz63c/SystemUIGoogle | 99a7e4452a8ff88529d9304504b33954116af9ac | f318b6027fab5deb6a92e255ea9b26f16e35a16b | refs/heads/master | 2022-05-27T16:12:36.178648 | 2020-04-30T04:21:56 | 2020-04-30T04:21:56 | 260,112,526 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 474 | java | package kotlin.sequences;
import java.util.Iterator;
/* compiled from: Sequences.kt */
public final class SequencesKt__SequencesKt$asSequence$$inlined$Sequence$1 implements Sequence<T> {
final /* synthetic */ Iterator $this_asSequence$inlined;
public SequencesKt__SequencesKt$asSequence$$inlined$Sequence$1(It... | [
"itz63c@statixos.com"
] | itz63c@statixos.com |
d429c1d36ac7d2981efccda88d5b14f372141f55 | e9f730daae9fec2fe8dd278ad87caee83f461105 | /app_upperair/src/main/java/cwb/cmt/upperair/utils/ParseStnXml.java | 491381448910c00e556e12fc7f161de6183381e9 | [] | no_license | StellaChieh/annual-report-builder | 16112fcb046c871100e8c3a5833dc3cbc8e5417d | e0aa9e90a4842b604e1d9a8e54cc92e8bbb8e12b | refs/heads/master | 2020-11-24T12:01:18.599246 | 2019-12-15T05:32:35 | 2019-12-15T05:32:35 | 228,133,836 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,002 | java | package cwb.cmt.upperair.utils;
import java.io.FileInputStream;
import java.io.IOException;
import java.util.List;
import javax.xml.transform.stream.StreamSource;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import ... | [
"stella.chieh@iisigroup.com"
] | stella.chieh@iisigroup.com |
52c64139e31c73f712ac21e7a5bd2a080351df67 | 20117161564cee68ff5a669965757c495cda97d9 | /javacopy/OOPExamples/Child.java | 4782e04b50be6f5859589766b1f9460dc39d17b4 | [] | no_license | movshevam/LOA2017 | 33b8680b606649fc4574155bfe89eb6a492f78f7 | 07e706e6d99bea55dc8becc5db30e95d4067bc65 | refs/heads/master | 2020-07-23T00:26:27.714081 | 2017-07-08T08:55:03 | 2017-07-08T08:55:03 | 94,347,115 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 881 | java | //Child class. Contains a new function: multiplication.
class Child extends Parent{
public void multiplication(int x, int y){
z = x*y; //no need to declare zs again!
System.out.println("The product of the given numbers: "+z);
}
//----
int num = 10;
public void display(){
System.ou... | [
"movshevam@gmail.com"
] | movshevam@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.